You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1166 lines
1.7 MiB
1166 lines
1.7 MiB
(self.webpackChunk=self.webpackChunk||[]).push([[4496],{71749:function(){"use strict"},30483:function(){"use strict"},71736:function(en,Nn){"use strict";Nn.Z={lists:"lists___xhHyq",item:"item___pWJAA",children:"children___sDG61",diamond:"diamond___FwgzD",button:"button___WPN6r",mathWrap:"mathWrap___FmnMJ",mathFillWrap:"mathFillWrap___PmY3H"}},18023:function(){"use strict";function en(Nt,et,nt,ft){nt===void 0&&(nt=0),ft===void 0&&(ft=1/0),this._name=Nt,this._defaultValue=et,this._minimum=nt,this._maximum=ft}Object.defineProperty(en.prototype,"name",{get:function(){return this._name},set:function(Nt){if(typeof Nt!="string"||Nt==="")throw new Error("Shape name must be a valid string.");this._name=Nt}}),Object.defineProperty(en.prototype,"defaultValue",{get:function(){return this._defaultValue},set:function(Nt){if(typeof Nt!="number"||isNaN(Nt))throw new Error("The default value must be a real number, not: "+Nt);this._defaultValue=Nt}}),Object.defineProperty(en.prototype,"minimum",{get:function(){return this._minimum},set:function(Nt){if(typeof Nt!="number"||isNaN(Nt))throw new Error("Minimum must be a real number, not: "+Nt);this._minimum=Nt}}),Object.defineProperty(en.prototype,"maximum",{get:function(){return this._maximum},set:function(Nt){if(typeof Nt!="number"||isNaN(Nt))throw new Error("Maximum must be a real number, not: "+Nt);this._maximum=Nt}}),go.Shape._FigureParameters={},go.Shape.getFigureParameter=function(Nt,et){var nt=go.Shape._FigureParameters[Nt];return nt?nt[et]:null},go.Shape.setFigureParameter=function(Nt,et,nt){if(!(nt instanceof en))throw new Error("Third argument to Shape.setFigureParameter is not FigureParameter: "+nt);if(nt.defaultValue<nt.minimum||nt.defaultValue>nt.maximum)throw new Error("defaultValue must be between minimum and maximum, not: "+nt.defaultValue);var ft=go.Shape._FigureParameters[Nt];ft||(ft=[],go.Shape._FigureParameters[Nt]=ft),ft[et]=nt};var Nn=[];function Qt(Nt,et){var nt=Nn.pop();return nt===void 0?new go.Point(Nt,et):(nt.x=Nt,nt.y=et,nt)}function Rt(){var Nt=Nn.pop();return Nt===void 0?new go.Point:Nt}function fe(Nt){Nn.push(Nt)}function Be(Nt,et,nt,ft,lt,pt,vt,kt,bt){bt||(bt=new go.Point);var Wt=Nt-nt,Zt=lt-vt,ie=NaN,$t=NaN;if(Wt===0)if(Zt===0)Nt===nt&&(ie=Nt,$t=et);else{var qt=(pt-kt)/Zt,ye=pt-qt*lt;ie=Nt,$t=qt*ie+ye}else if(Zt===0){var oe=(et-ft)/Wt,xe=et-oe*Nt;ie=lt,$t=oe*ie+xe}else{var oe=(et-ft)/Wt,qt=(pt-kt)/Zt,xe=et-oe*Nt,ye=pt-qt*lt;ie=(ye-xe)/(oe-qt),$t=oe*ie+xe}return bt.x=ie,bt.y=$t,bt}function ze(Nt,et,nt,ft,lt,pt,vt,kt,bt,Wt,Zt,ie,$t,qt){var ye=1-bt,oe=bt,xe=Nt*ye+nt*oe,De=et*ye+ft*oe,Le=nt*ye+lt*oe,Pn=ft*ye+pt*oe,cn=lt*ye+vt*oe,dn=pt*ye+kt*oe,Mn=xe*ye+Le*oe,Yt=De*ye+Pn*oe,Dt=Le*ye+cn*oe,ue=Pn*ye+dn*oe,Xe=Mn*ye+Dt*oe,$e=Yt*ye+ue*oe;Wt.x=xe,Wt.y=De,Zt.x=Mn,Zt.y=Yt,ie.x=Xe,ie.y=$e,$t.x=Dt,$t.y=ue,qt.x=cn,qt.y=dn}var ve=new go.Spot(.156,.156),le=new go.Spot(.844,.844),Kt=4*((Math.sqrt(2)-1)/3);go.Shape.setFigureParameter("RoundedRectangle",0,new en("CornerRounding",5)),go.Shape.defineFigureGenerator("RoundedRectangle",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;(isNaN(ft)||ft<0)&&(ft=5),ft=Math.min(ft,et/3),ft=Math.min(ft,nt/3);var lt=ft*Kt,pt=new go.Geometry().add(new go.PathFigure(ft,0,!0).add(new go.PathSegment(go.PathSegment.Line,et-ft,0)).add(new go.PathSegment(go.PathSegment.Bezier,et,ft,et-lt,0,et,lt)).add(new go.PathSegment(go.PathSegment.Line,et,nt-ft)).add(new go.PathSegment(go.PathSegment.Bezier,et-ft,nt,et,nt-lt,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,ft,nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,nt-ft,lt,nt,0,nt-lt)).add(new go.PathSegment(go.PathSegment.Line,0,ft)).add(new go.PathSegment(go.PathSegment.Bezier,ft,0,0,lt,lt,0).close()));return lt>1&&(pt.spot1=new go.Spot(0,0,lt,lt),pt.spot2=new go.Spot(1,1,-lt,-lt)),pt}),go.Shape.defineFigureGenerator("Border","RoundedRectangle"),go.Shape.defineFigureGenerator("TriangleRight",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())).setSpots(0,.25,.5,.75)}),go.Shape.defineFigureGenerator("TriangleDown",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt).close())).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("TriangleLeft",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(et,nt).add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,0).close())).setSpots(.5,.25,1,.75)}),go.Shape.defineFigureGenerator("TriangleUp",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(et,nt).add(new go.PathSegment(go.PathSegment.Line,0,nt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,0).close())).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("Triangle","TriangleUp"),go.Shape.defineFigureGenerator("Diamond",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(.5*et,0).add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt).close())).setSpots(.25,.25,.75,.75)}),go.Shape.defineFigureGenerator("LineH",function(Nt,et,nt){var ft=new go.Geometry(go.Geometry.Line);return ft.startX=0,ft.startY=nt/2,ft.endX=et,ft.endY=nt/2,ft}),go.Shape.defineFigureGenerator("LineV",function(Nt,et,nt){var ft=new go.Geometry(go.Geometry.Line);return ft.startX=et/2,ft.startY=0,ft.endX=et/2,ft.endY=nt,ft}),go.Shape.defineFigureGenerator("BarH","Rectangle"),go.Shape.defineFigureGenerator("BarV","Rectangle"),go.Shape.defineFigureGenerator("MinusLine","LineH"),go.Shape.defineFigureGenerator("PlusLine",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,nt/2,!1).add(new go.PathSegment(go.PathSegment.Line,et,nt/2)).add(new go.PathSegment(go.PathSegment.Move,et/2,0)).add(new go.PathSegment(go.PathSegment.Line,et/2,nt)))}),go.Shape.defineFigureGenerator("XLine",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,nt,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,0,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)))}),go.Shape.defineFigureGenerator("LineRight",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(.25*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,.25*et,nt)))}),go.Shape.defineFigureGenerator("LineDown",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,.25*nt,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,.75*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)))}),go.Shape.defineFigureGenerator("LineLeft",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(.75*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,.75*et,nt)))}),go.Shape.defineFigureGenerator("LineUp",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,.75*nt,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,.25*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.75*nt)))}),go.Shape.defineFigureGenerator("AsteriskLine",function(Nt,et,nt){var ft=.2/Math.SQRT2;return new go.Geometry().add(new go.PathFigure(ft*et,(1-ft)*nt,!1).add(new go.PathSegment(go.PathSegment.Line,(1-ft)*et,ft*nt)).add(new go.PathSegment(go.PathSegment.Move,ft*et,ft*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ft)*et,(1-ft)*nt)).add(new go.PathSegment(go.PathSegment.Move,0,nt/2)).add(new go.PathSegment(go.PathSegment.Line,et,nt/2)).add(new go.PathSegment(go.PathSegment.Move,et/2,0)).add(new go.PathSegment(go.PathSegment.Line,et/2,nt)))}),go.Shape.defineFigureGenerator("CircleLine",function(Nt,et,nt){var ft=et/2,lt=new go.Geometry().add(new go.PathFigure(et,et/2,!1).add(new go.PathSegment(go.PathSegment.Arc,0,360,ft,ft,ft,ft).close()));return lt.spot1=ve,lt.spot2=le,lt.defaultStretch=go.GraphObject.Uniform,lt}),go.Shape.defineFigureGenerator("Line1",function(Nt,et,nt){var ft=new go.Geometry(go.Geometry.Line);return ft.startX=0,ft.startY=0,ft.endX=et,ft.endY=nt,ft}),go.Shape.defineFigureGenerator("Line2",function(Nt,et,nt){var ft=new go.Geometry(go.Geometry.Line);return ft.startX=et,ft.startY=0,ft.endX=0,ft.endY=nt,ft}),go.Shape.defineFigureGenerator("Curve1",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,nt,Kt*et,0,et,(1-Kt)*nt)))}),go.Shape.defineFigureGenerator("Curve2",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,nt,0,Kt*nt,(1-Kt)*et,nt)))}),go.Shape.defineFigureGenerator("Curve3",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,nt,et,Kt*nt,Kt*et,nt)))}),go.Shape.defineFigureGenerator("Curve4",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,nt,(1-Kt)*et,0,0,(1-Kt)*nt)))}),go.Shape.defineFigureGenerator("TriangleDownLeft",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())).setSpots(0,.5,.5,1)}),go.Shape.defineFigureGenerator("TriangleDownRight",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(et,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())).setSpots(.5,.5,1,1)}),go.Shape.defineFigureGenerator("TriangleUpLeft",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())).setSpots(0,0,.5,.5)}),go.Shape.defineFigureGenerator("TriangleUpRight",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt).close())).setSpots(.5,0,1,.5)}),go.Shape.defineFigureGenerator("RightTriangle","TriangleDownLeft"),go.Shape.setFigureParameter("Parallelogram1",0,new en("Indent",.1,-.99,.99)),go.Shape.defineFigureGenerator("Parallelogram1",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)?ft=.1:ft<-1?ft=-1:ft>1&&(ft=1);var lt=Math.abs(ft)*et;if(ft===0){var pt=new go.Geometry(go.Geometry.Rectangle);return pt.startX=0,pt.startY=0,pt.endX=et,pt.endY=nt,pt}else{var pt=new go.Geometry;return ft>0?pt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())):pt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt).close())),lt<et/2&&pt.setSpots(lt/et,0,(et-lt)/et,1),pt}}),go.Shape.defineFigureGenerator("Parallelogram","Parallelogram1"),go.Shape.setFigureParameter("Parallelogram2",0,new en("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("Parallelogram2",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)?ft=10:ft<-et?ft=-et:ft>et&&(ft=et);var lt=Math.abs(ft);if(ft===0){var pt=new go.Geometry(go.Geometry.Rectangle);return pt.startX=0,pt.startY=0,pt.endX=et,pt.endY=nt,pt}else{var pt=new go.Geometry;return ft>0?pt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())):pt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt).close())),lt<et/2&&pt.setSpots(lt/et,0,(et-lt)/et,1),pt}}),go.Shape.setFigureParameter("Trapezoid1",0,new en("Indent",.2,-.99,.99)),go.Shape.defineFigureGenerator("Trapezoid1",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)?ft=.2:ft<.5?ft=-.5:ft>.5&&(ft=.5);var lt=Math.abs(ft)*et;if(ft===0){var pt=new go.Geometry(go.Geometry.Rectangle);return pt.startX=0,pt.startY=0,pt.endX=et,pt.endY=nt,pt}else{var pt=new go.Geometry;return ft>0?pt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())):pt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt).close())),lt<et/2&&pt.setSpots(lt/et,0,(et-lt)/et,1),pt}}),go.Shape.defineFigureGenerator("Trapezoid","Trapezoid1"),go.Shape.setFigureParameter("Trapezoid2",0,new en("Indent",20,-1/0,1/0)),go.Shape.defineFigureGenerator("Trapezoid2",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)?ft=20:ft<-et?ft=-et/2:ft>et&&(ft=et/2);var lt=Math.abs(ft);if(ft===0){var pt=new go.Geometry(go.Geometry.Rectangle);return pt.startX=0,pt.startY=0,pt.endX=et,pt.endY=nt,pt}else{var pt=new go.Geometry;return ft>0?pt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())):pt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt).close())),lt<et/2&&pt.setSpots(lt/et,0,(et-lt)/et,1),pt}}),go.Shape.setFigureParameter("ManualOperation",0,new en("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("ManualOperation",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)?ft=10:ft<-et?ft=-et/2:ft>et&&(ft=et/2);var lt=Math.abs(ft);if(ft===0){var pt=new go.Geometry(go.Geometry.Rectangle);return pt.startX=0,pt.startY=0,pt.endX=et,pt.endY=nt,pt}else{var pt=new go.Geometry;return ft>0?pt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt).close())):pt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())),lt<et/2&&pt.setSpots(lt/et,0,(et-lt)/et,1),pt}});var Ue=[];function me(){var Nt=Ue.pop();return Nt===void 0?[]:Nt}function ke(Nt){Nt.length=0,Ue.push(Nt)}function Ze(Nt){for(var et=me(),nt=.5,ft=.5,lt=Math.PI*1.5,pt=0,vt=0;vt<Nt;vt++)pt=2*Math.PI/Nt*vt+lt,et[vt]=new go.Point(ft+nt*Math.cos(pt),ft+nt*Math.sin(pt));return et.push(et[0]),et}function Te(Nt){var et=un(Nt),nt=me();nt[0]=et[0];for(var ft=1,lt=1;ft<et.length;ft+=2,lt+=3)nt[lt]=et[ft],nt[lt+1]=et[ft],nt[lt+2]=et[ft+1];return ke(et),nt}function un(Nt){for(var et=Ze(Nt),nt=me(),ft=Math.floor(et.length/2),lt=et.length-1,pt=Nt%2===0?2:1,vt=0;vt<lt;vt++){var kt=et[vt],bt=et[vt+1],Wt=et[(ft+vt-1)%lt],Zt=et[(ft+vt+pt)%lt];nt[vt*2]=kt,nt[vt*2+1]=Be(kt.x,kt.y,Wt.x,Wt.y,bt.x,bt.y,Zt.x,Zt.y,new go.Point)}return nt[nt.length]=nt[0],ke(et),nt}go.Shape.defineFigureGenerator("Pentagon",function(Nt,et,nt){var ft=Ze(5),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<5;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.2,.22),lt.spot2=new go.Spot(.8,.9),lt}),go.Shape.defineFigureGenerator("Hexagon",function(Nt,et,nt){var ft=Ze(6),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<6;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.07,.25),lt.spot2=new go.Spot(.93,.75),lt}),go.Shape.defineFigureGenerator("Heptagon",function(Nt,et,nt){var ft=Ze(7),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<7;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.2,.15),lt.spot2=new go.Spot(.8,.85),lt}),go.Shape.defineFigureGenerator("Octagon",function(Nt,et,nt){var ft=Ze(8),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<8;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.15,.15),lt.spot2=new go.Spot(.85,.85),lt}),go.Shape.defineFigureGenerator("Nonagon",function(Nt,et,nt){var ft=Ze(9),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<9;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.17,.13),lt.spot2=new go.Spot(.82,.82),lt}),go.Shape.defineFigureGenerator("Decagon",function(Nt,et,nt){var ft=Ze(10),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<10;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.16,.16),lt.spot2=new go.Spot(.84,.84),lt}),go.Shape.defineFigureGenerator("Dodecagon",function(Nt,et,nt){var ft=Ze(12),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<12;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.16,.16),lt.spot2=new go.Spot(.84,.84),lt}),go.Shape.defineFigureGenerator("FivePointedStar",function(Nt,et,nt){var ft=un(5),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<10;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.266,.333),lt.spot2=new go.Spot(.733,.733),lt}),go.Shape.defineFigureGenerator("SixPointedStar",function(Nt,et,nt){var ft=un(6),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<12;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.17,.25),lt.spot2=new go.Spot(.83,.75),lt}),go.Shape.defineFigureGenerator("SevenPointedStar",function(Nt,et,nt){var ft=un(7),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<14;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.222,.277),lt.spot2=new go.Spot(.777,.666),lt}),go.Shape.defineFigureGenerator("EightPointedStar",function(Nt,et,nt){var ft=un(8),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<16;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.25,.25),lt.spot2=new go.Spot(.75,.75),lt}),go.Shape.defineFigureGenerator("NinePointedStar",function(Nt,et,nt){var ft=un(9),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<18;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.222,.277),lt.spot2=new go.Spot(.777,.666),lt}),go.Shape.defineFigureGenerator("TenPointedStar",function(Nt,et,nt){var ft=un(10),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<20;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ft[vt].x*et,ft[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ft[0].x*et,ft[0].y*nt).close()),ke(ft),lt.spot1=new go.Spot(.281,.261),lt.spot2=new go.Spot(.723,.748),lt}),go.Shape.defineFigureGenerator("FivePointedBurst",function(Nt,et,nt){var ft=Te(5),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ft.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ft[vt+2].x*et,ft[vt+2].y*nt,ft[vt].x*et,ft[vt].y*nt,ft[vt+1].x*et,ft[vt+1].y*nt));return pt.segments.last().close(),ke(ft),lt.spot1=new go.Spot(.222,.277),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("SixPointedBurst",function(Nt,et,nt){var ft=Te(6),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ft.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ft[vt+2].x*et,ft[vt+2].y*nt,ft[vt].x*et,ft[vt].y*nt,ft[vt+1].x*et,ft[vt+1].y*nt));return pt.segments.last().close(),ke(ft),lt.spot1=new go.Spot(.17,.222),lt.spot2=new go.Spot(.833,.777),lt}),go.Shape.defineFigureGenerator("SevenPointedBurst",function(Nt,et,nt){var ft=Te(7),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ft.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ft[vt+2].x*et,ft[vt+2].y*nt,ft[vt].x*et,ft[vt].y*nt,ft[vt+1].x*et,ft[vt+1].y*nt));return pt.segments.last().close(),ke(ft),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("EightPointedBurst",function(Nt,et,nt){var ft=Te(8),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ft.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ft[vt+2].x*et,ft[vt+2].y*nt,ft[vt].x*et,ft[vt].y*nt,ft[vt+1].x*et,ft[vt+1].y*nt));return pt.segments.last().close(),ke(ft),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("NinePointedBurst",function(Nt,et,nt){var ft=Te(9),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ft.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ft[vt+2].x*et,ft[vt+2].y*nt,ft[vt].x*et,ft[vt].y*nt,ft[vt+1].x*et,ft[vt+1].y*nt));return pt.segments.last().close(),ke(ft),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("TenPointedBurst",function(Nt,et,nt){var ft=Te(10),lt=new go.Geometry,pt=new go.PathFigure(ft[0].x*et,ft[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ft.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ft[vt+2].x*et,ft[vt+2].y*nt,ft[vt].x*et,ft[vt].y*nt,ft[vt+1].x*et,ft[vt+1].y*nt));return pt.segments.last().close(),ke(ft),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.setFigureParameter("FramedRectangle",0,new en("ThicknessX",8)),go.Shape.setFigureParameter("FramedRectangle",1,new en("ThicknessY",8)),go.Shape.defineFigureGenerator("FramedRectangle",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN,lt=Nt?Nt.parameter2:NaN;isNaN(ft)&&(ft=8),isNaN(lt)&&(lt=8);var pt=new go.Geometry,vt=new go.PathFigure(0,0,!0);return pt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ft<et/2&<<nt/2&&(vt.add(new go.PathSegment(go.PathSegment.Move,ft,lt)),vt.add(new go.PathSegment(go.PathSegment.Line,ft,nt-lt)),vt.add(new go.PathSegment(go.PathSegment.Line,et-ft,nt-lt)),vt.add(new go.PathSegment(go.PathSegment.Line,et-ft,lt).close())),pt.setSpots(0,0,1,1,ft,lt,-ft,-lt),pt}),go.Shape.setFigureParameter("Ring",0,new en("Thickness",8)),go.Shape.defineFigureGenerator("Ring",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;(isNaN(ft)||ft<0)&&(ft=8);var lt=et/2,pt=new go.Geometry,vt=new go.PathFigure(et,et/2,!0);pt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Arc,0,360,lt,lt,lt,lt).close());var kt=Math.max(lt-ft,0);return kt>0&&(vt.add(new go.PathSegment(go.PathSegment.Move,et/2+kt,et/2)),vt.add(new go.PathSegment(go.PathSegment.Arc,0,-360,lt,lt,kt,kt).close())),pt.spot1=ve,pt.spot2=le,pt.defaultStretch=go.GraphObject.Uniform,pt}),go.Shape.defineFigureGenerator("Cloud",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(.08034461*et,.1944299*nt,!0).add(new go.PathSegment(go.PathSegment.Bezier,.2008615*et,.05349299*nt,-.09239631*et,.07836421*nt,.1406031*et,-.0542823*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.4338609*et,.074219*nt,.2450511*et,-.00697547*nt,.3776197*et,-.01112067*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.6558228*et,.07004196*nt,.4539471*et,0,.6066018*et,-.02526587*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.8921095*et,.08370865*nt,.6914277*et,-.01904177*nt,.8921095*et,-.01220843*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.9147671*et,.3194596*nt,1.036446*et,.04105738*nt,1.020377*et,.3022052*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.9082935*et,.562044*nt,1.04448*et,.360238*nt,.992256*et,.5219009*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.9212406*et,.8217117*nt,1.032337*et,.5771781*nt,1.018411*et,.8120651*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.7592566*et,.9156953*nt,1.028411*et,.9571472*nt,.8556702*et,1.052487*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.5101666*et,.9310455*nt,.7431877*et,1.009325*nt,.5624123*et,1.021761*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.2609328*et,.9344623*nt,.4820677*et,1.031761*nt,.3030112*et,1.002796*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*et,.870098*nt,.2329994*et,1.01518*nt,.03213784*et,1.01518*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.06829292*et,.6545475*nt,-.02812061*et,.9032597*nt,-.01205169*et,.6835638*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.06427569*et,.4265613*nt,-.01812061*et,.6089503*nt,-.00606892*et,.4555777*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*et,.1944299*nt,-.01606892*et,.3892545*nt,-.01205169*et,.1944299*nt))).setSpots(.1,.1,.9,.9)}),go.Shape.defineFigureGenerator("StopSign",function(Nt,et,nt){var ft=1/(Math.SQRT2+2);return new go.Geometry().add(new go.PathFigure(ft*et,0,!0).add(new go.PathSegment(go.PathSegment.Line,(1-ft)*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,ft*nt)).add(new go.PathSegment(go.PathSegment.Line,et,(1-ft)*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ft)*et,nt)).add(new go.PathSegment(go.PathSegment.Line,ft*et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,(1-ft)*nt)).add(new go.PathSegment(go.PathSegment.Line,0,ft*nt).close())).setSpots(ft/2,ft/2,1-ft/2,1-ft/2)}),go.Shape.setFigureParameter("Pie",0,new en("Start",0,-360,360)),go.Shape.setFigureParameter("Pie",1,new en("Sweep",315,-360,360)),go.Shape.defineFigureGenerator("Pie",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN,lt=Nt?Nt.parameter2:NaN;isNaN(ft)&&(ft=0),isNaN(lt)&&(lt=315);var pt=ft%360;pt<0&&(pt+=360);var vt=lt%360,kt=Math.min(et,nt)/2;return new go.Geometry().add(new go.PathFigure(kt,kt).add(new go.PathSegment(go.PathSegment.Arc,pt,vt,kt,kt,kt,kt).close()))}),go.Shape.defineFigureGenerator("PiePiece",function(Nt,et,nt){var ft=Kt/Math.SQRT2*.5,lt=Math.SQRT2/2,pt=1-Math.SQRT2/2;return new go.Geometry().add(new go.PathFigure(et,nt,!0).add(new go.PathSegment(go.PathSegment.Bezier,lt*et,pt*nt,et,(1-ft)*nt,(lt+ft)*et,(pt+ft)*nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close()))}),go.Shape.setFigureParameter("ThickCross",0,new en("Thickness",30)),go.Shape.defineFigureGenerator("ThickCross",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;(isNaN(ft)||ft<0)&&(ft=30);var lt=Math.min(ft,et)/2,pt=et/2,vt=nt/2;return new go.Geometry().add(new go.PathFigure(pt-lt,0,!0).add(new go.PathSegment(go.PathSegment.Line,pt+lt,0)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,nt)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,vt-lt).close()))}),go.Shape.setFigureParameter("ThinCross",0,new en("Thickness",10)),go.Shape.defineFigureGenerator("ThinCross",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;(isNaN(ft)||ft<0)&&(ft=10);var lt=Math.min(ft,et)/2,pt=et/2,vt=nt/2;return new go.Geometry().add(new go.PathFigure(pt-lt,0,!0).add(new go.PathSegment(go.PathSegment.Line,pt+lt,0)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,nt)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,vt-lt).close()))}),go.Shape.setFigureParameter("ThickX",0,new en("Thickness",30)),go.Shape.defineFigureGenerator("ThickX",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;if((isNaN(ft)||ft<0)&&(ft=30),et===0||nt===0){var lt=new go.Geometry(go.Geometry.Rectangle);return lt.startX=0,lt.startY=0,lt.endX=et,lt.endY=nt,lt}else{var pt=et/2,vt=nt/2,kt=Math.atan2(nt,et),bt=ft-Math.min(Math.cos(kt)*ft/2,pt),Wt=ft-Math.min(Math.sin(kt)*ft/2,vt),lt=new go.Geometry,Zt=new go.PathFigure(bt,0,!0);return lt.add(Zt),Zt.add(new go.PathSegment(go.PathSegment.Line,pt,.2*nt)),Zt.add(new go.PathSegment(go.PathSegment.Line,et-bt,0)),Zt.add(new go.PathSegment(go.PathSegment.Line,et,Wt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.8*et,vt)),Zt.add(new go.PathSegment(go.PathSegment.Line,et,nt-Wt)),Zt.add(new go.PathSegment(go.PathSegment.Line,et-bt,nt)),Zt.add(new go.PathSegment(go.PathSegment.Line,pt,.8*nt)),Zt.add(new go.PathSegment(go.PathSegment.Line,bt,nt)),Zt.add(new go.PathSegment(go.PathSegment.Line,0,nt-Wt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.2*et,vt)),Zt.add(new go.PathSegment(go.PathSegment.Line,0,Wt).close()),lt}}),go.Shape.setFigureParameter("ThinX",0,new en("Thickness",10)),go.Shape.defineFigureGenerator("ThinX",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;(isNaN(ft)||ft<0)&&(ft=10);var lt=new go.Geometry,pt=new go.PathFigure(.1*et,0,!0);return lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.1*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.9*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.1*nt).close()),lt}),go.Shape.setFigureParameter("SquareIBeam",0,new en("BeamWidth",.2,.1,.9)),go.Shape.defineFigureGenerator("SquareIBeam",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=.2);var lt=new go.Geometry,pt=new go.PathFigure(0,0,!0);return lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,ft*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5+ft/2)*et,ft*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5+ft/2)*et,(1-ft)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,(1-ft)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,(1-ft)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5-ft/2)*et,(1-ft)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5-ft/2)*et,ft*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,ft*nt).close()),lt}),go.Shape.setFigureParameter("RoundedIBeam",0,new en("Curviness",.5,.05,.65)),go.Shape.defineFigureGenerator("RoundedIBeam",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=.5);var lt=new go.Geometry,pt=new go.PathFigure(0,0,!0);return lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Bezier,et,nt,Math.abs(1-ft)*et,.25*nt,Math.abs(1-ft)*et,.75*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,ft*et,.75*nt,ft*et,.25*nt).close()),lt}),go.Shape.defineFigureGenerator("HalfEllipse",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,Kt*et,0,et,(.5-Kt/2)*nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,nt,et,(.5+Kt/2)*nt,Kt*et,nt).close())).setSpots(0,.156,.844,.844)}),go.Shape.defineFigureGenerator("Crescent",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,nt,et,0,et,nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.5*et,.75*nt,.5*et,.25*nt).close())).setSpots(.311,.266,.744,.744)}),go.Shape.defineFigureGenerator("Heart",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(.5*et,nt,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,.3*nt,.1*et,.8*nt,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*nt,0,0,.45*et,0)).add(new go.PathSegment(go.PathSegment.Bezier,et,.3*nt,.55*et,0,et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,.5*nt,.9*et,.8*nt).close())).setSpots(.14,.29,.86,.78)}),go.Shape.defineFigureGenerator("Spade",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(.5*et,0,!0).add(new go.PathSegment(go.PathSegment.Line,.51*et,.01*nt)).add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,.6*et,.2*nt,et,.25*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.7*nt,et,.8*nt,.6*et,.8*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.75*et,nt,.5*et,.75*nt,.55*et,.95*nt)).add(new go.PathSegment(go.PathSegment.Line,.25*et,nt)).add(new go.PathSegment(go.PathSegment.Bezier,.45*et,.7*nt,.45*et,.95*nt,.5*et,.75*nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,.4*et,.8*nt,0,.8*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.49*et,.01*nt,0,.25*nt,.4*et,.2*nt).close())).setSpots(.14,.26,.86,.78)}),go.Shape.defineFigureGenerator("Club",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.4*et,.6*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.15*et,nt,.5*et,.75*nt,.45*et,.95*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.6*et,.6*nt,.55*et,.95*nt,.5*et,.75*nt));var pt=.2,vt=.3,kt=0,bt=pt*Kt;return lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5+pt+kt)*nt,(.5-pt+vt)*et,(.5+bt+kt)*nt,(.5-bt+vt)*et,(.5+pt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+pt+vt)*et,(.5+kt)*nt,(.5+bt+vt)*et,(.5+pt+kt)*nt,(.5+pt+vt)*et,(.5+bt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+kt)*nt,(1-.5+pt+vt)*et,(.5-bt+kt)*nt,(.5+bt+vt)*et,(.5-pt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.65*et,.36771243*nt,(.5-bt+vt)*et,(.5-pt+kt)*nt,(.5-pt+vt+.05)*et,(.5-bt+kt-.02)*nt)),pt=.2,vt=0,kt=-.3,bt=pt*Kt,lt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+pt+vt)*et,(.5+kt)*nt,(.5+bt+vt)*et,(.5+pt+kt)*nt,(.5+pt+vt)*et,(.5+bt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+kt)*nt,(1-.5+pt+vt)*et,(.5-bt+kt)*nt,(.5+bt+vt)*et,(.5-pt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-pt+vt)*et,(.5+kt)*nt,(.5-bt+vt)*et,(.5-pt+kt)*nt,(.5-pt+vt)*et,(.5-bt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-bt+vt)*et,(.5+pt+kt)*nt,(.5-pt+vt)*et,(.5+bt+kt)*nt,(.5-bt+vt)*et,(.5+pt+kt)*nt)),pt=.2,vt=-.3,kt=0,bt=pt*Kt,lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+kt)*nt,(1-.5+pt+vt-.05)*et,(.5-bt+kt-.02)*nt,(.5+bt+vt)*et,(.5-pt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-pt+vt)*et,(.5+kt)*nt,(.5-bt+vt)*et,(.5-pt+kt)*nt,(.5-pt+vt)*et,(.5-bt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5+pt+kt)*nt,(.5-pt+vt)*et,(.5+bt+kt)*nt,(.5-bt+vt)*et,(.5+pt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,.6*nt,(.5+bt+vt)*et,(.5+pt+kt)*nt,(.5+pt+vt)*et,(.5+bt+kt)*nt).close()),ft.setSpots(.06,.33,.93,.68),ft}),go.Shape.defineFigureGenerator("YinYang",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et*.5,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,270,180,et*.5,et*.5,et*.5,et*.5)),lt.add(new go.PathSegment(go.PathSegment.Arc,90,-180,et*.5,et*.75,et*.25,et*.25)),lt.add(new go.PathSegment(go.PathSegment.Arc,90,180,et*.5,et*.25,et*.25,et*.25));var pt=.1,vt=.5,kt=.25;return lt.add(new go.PathSegment(go.PathSegment.Move,(vt+pt)*et,kt*nt)),lt.add(new go.PathSegment(go.PathSegment.Arc,0,-360,et*vt,nt*kt,pt*et,pt*et).close()),lt=new go.PathFigure(et*.5,0,!1),ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,270,-180,et*.5,et*.5,et*.5,et*.5)),kt=.75,lt=new go.PathFigure((vt+pt)*et,kt*nt,!0),ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,0,360,et*vt,nt*kt,pt*et,pt*et).close()),ft.defaultStretch=go.GraphObject.Uniform,ft}),go.Shape.defineFigureGenerator("Peace",function(Nt,et,nt){var ft=.8535533905932737,lt=.5*et,pt=.5*nt;return new go.Geometry().add(new go.PathFigure(lt,0,!1).add(new go.PathSegment(go.PathSegment.Arc,270,360,lt,pt,lt,pt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt)).add(new go.PathSegment(go.PathSegment.Move,lt,pt)).add(new go.PathSegment(go.PathSegment.Line,(1-ft)*et,ft*nt)).add(new go.PathSegment(go.PathSegment.Move,lt,pt)).add(new go.PathSegment(go.PathSegment.Line,ft*et,ft*nt)))}),go.Shape.defineFigureGenerator("NotAllowed",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.5,pt=.5,vt=.5,kt=.5,bt=new go.PathFigure(vt*et,(kt-pt)*nt);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-pt)*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),pt=.4,lt=Kt*.4;var Wt=Rt(),Zt=Rt(),ie=Rt(),$t=Rt();ze(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.42,Wt,Zt,ie,$t,$t);var qt=Rt(),ye=Rt(),oe=Rt();ze(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.58,$t,$t,oe,qt,ye);var xe=Rt(),De=Rt(),Le=Rt();ze(vt,kt+pt,vt-lt,kt+pt,vt-pt,kt+lt,vt-pt,kt,.42,xe,De,Le,$t,$t);var Pn=Rt(),cn=Rt(),dn=Rt();return ze(vt,kt+pt,vt-lt,kt+pt,vt-pt,kt+lt,vt-pt,kt,.58,$t,$t,dn,Pn,cn),bt.add(new go.PathSegment(go.PathSegment.Move,dn.x*et,dn.y*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,Pn.x*et,Pn.y*nt,cn.x*et,cn.y*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,ie.x*et,ie.y*nt,Wt.x*et,Wt.y*nt,Zt.x*et,Zt.y*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,dn.x*et,dn.y*nt).close()),bt.add(new go.PathSegment(go.PathSegment.Move,Le.x*et,Le.y*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,oe.x*et,oe.y*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,qt.x*et,qt.y*nt,ye.x*et,ye.y*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,Le.x*et,Le.y*nt,xe.x*et,xe.y*nt,De.x*et,De.y*nt).close()),fe(Wt),fe(Zt),fe(ie),fe($t),fe(qt),fe(ye),fe(oe),fe(xe),fe(De),fe(Le),fe(Pn),fe(cn),fe(dn),ft.defaultStretch=go.GraphObject.Uniform,ft}),go.Shape.defineFigureGenerator("Fragile",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.25*et,0)).add(new go.PathSegment(go.PathSegment.Line,.2*et,.15*nt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.25*nt)).add(new go.PathSegment(go.PathSegment.Line,.29*et,.33*nt)).add(new go.PathSegment(go.PathSegment.Line,.35*et,.25*nt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.15*nt)).add(new go.PathSegment(go.PathSegment.Line,.4*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.5*nt,et,.25*nt,.75*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,.55*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,nt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.45*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.45*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.5*nt,0,.25*nt).close()))}),go.Shape.setFigureParameter("HourGlass",0,new en("Thickness",30)),go.Shape.defineFigureGenerator("HourGlass",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;(isNaN(ft)||ft<0)&&(ft=30),ft>et&&(ft=et);var lt=(et-ft)/2,pt=lt+ft;return new go.Geometry().add(new go.PathFigure(pt,.5*nt).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,0,0)).add(new go.PathSegment(go.PathSegment.Line,et,0).close()))}),go.Shape.defineFigureGenerator("Lightning",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,.55*nt).add(new go.PathSegment(go.PathSegment.Line,.6*et,0)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.45*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.45*nt)).add(new go.PathSegment(go.PathSegment.Line,.4*et,nt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.55*nt).close()))}),go.Shape.defineFigureGenerator("GenderMale",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.4,pt=.4,vt=.5,kt=.5,bt=Rt(),Wt=Rt(),Zt=Rt(),ie=Rt(),$t=new go.PathFigure((vt-pt)*et,kt*nt,!1);ft.add($t),$t.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt)),ze(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.44,Zt,ie,Wt,bt,bt),$t.add(new go.PathSegment(go.PathSegment.Bezier,Wt.x*et,Wt.y*nt,Zt.x*et,Zt.y*nt,ie.x*et,ie.y*nt));var qt=Qt(Wt.x,Wt.y);ze(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.56,bt,bt,Wt,Zt,ie);var ye=Qt(Wt.x,Wt.y);$t.add(new go.PathSegment(go.PathSegment.Line,(qt.x*.1+.95*.9)*et,qt.y*.1*nt)),$t.add(new go.PathSegment(go.PathSegment.Line,.85*et,qt.y*.1*nt)),$t.add(new go.PathSegment(go.PathSegment.Line,.85*et,0)),$t.add(new go.PathSegment(go.PathSegment.Line,et,0)),$t.add(new go.PathSegment(go.PathSegment.Line,et,.15*nt)),$t.add(new go.PathSegment(go.PathSegment.Line,(ye.x*.1+.9)*et,.15*nt)),$t.add(new go.PathSegment(go.PathSegment.Line,(ye.x*.1+.9)*et,(ye.y*.1+.05*.9)*nt)),$t.add(new go.PathSegment(go.PathSegment.Line,ye.x*et,ye.y*nt)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,Zt.x*et,Zt.y*nt,ie.x*et,ie.y*nt)),$t.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,(vt-lt)*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt)),pt=.35,lt=Kt*.35;var oe=new go.PathFigure(vt*et,(kt-pt)*nt,!1);ft.add(oe),oe.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),oe.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt)),oe.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),oe.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-pt)*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt));var xe=new go.PathFigure((vt-pt)*et,kt*nt,!1);return ft.add(xe),fe(bt),fe(Wt),fe(Zt),fe(ie),fe(qt),fe(ye),ft.spot1=new go.Spot(.202,.257),ft.spot2=new go.Spot(.792,.739),ft.defaultStretch=go.GraphObject.Uniform,ft}),go.Shape.defineFigureGenerator("GenderFemale",function(Nt,et,nt){var ft=new go.Geometry,lt=.375,pt=0,vt=-.125,kt=lt*Kt,bt=new go.PathFigure((.525+pt)*et,(.5+lt+vt)*nt,!1);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+lt+pt)*et,(.5+vt)*nt,(.5+kt+pt)*et,(.5+lt+vt)*nt,(.5+lt+pt)*et,(.5+kt+vt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+pt)*et,(.5-lt+vt)*nt,(1-.5+lt+pt)*et,(.5-kt+vt)*nt,(.5+kt+pt)*et,(.5-lt+vt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+pt)*et,(.5+vt)*nt,(.5-kt+pt)*et,(.5-lt+vt)*nt,(.5-lt+pt)*et,(.5-kt+vt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(.475+pt)*et,(.5+lt+vt)*nt,(.5-lt+pt)*et,(.5+kt+vt)*nt,(.5-kt+pt)*et,(.5+lt+vt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.475*et,.85*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.85*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.9*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.475*et,.9*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.475*et,nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.525*et,nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.9*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.9*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.85*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.85*nt).close()),lt=.325,pt=0,vt=-.125,kt=lt*Kt;var bt=new go.PathFigure((1-.5+lt+pt)*et,(.5+vt)*nt,!1);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+pt)*et,(.5+lt+vt)*nt,(.5+lt+pt)*et,(.5+kt+vt)*nt,(.5+kt+pt)*et,(.5+lt+vt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+pt)*et,(.5+vt)*nt,(.5-kt+pt)*et,(.5+lt+vt)*nt,(.5-lt+pt)*et,(.5+kt+vt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+pt)*et,(.5-lt+vt)*nt,(.5-lt+pt)*et,(.5-kt+vt)*nt,(.5-kt+pt)*et,(.5-lt+vt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+lt+pt)*et,(.5+vt)*nt,(.5+kt+pt)*et,(.5-lt+vt)*nt,(1-.5+lt+pt)*et,(.5-kt+vt)*nt));var bt=new go.PathFigure((.525+pt)*et,(.5+lt+vt)*nt,!1);return ft.add(bt),ft.spot1=new go.Spot(.232,.136),ft.spot2=new go.Spot(.682,.611),ft.defaultStretch=go.GraphObject.Uniform,ft}),go.Shape.defineFigureGenerator("LogicImplies",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;return isNaN(ft)&&(ft=.2),new go.Geometry().add(new go.PathFigure((1-ft)*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ft)*et,nt)).add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt))).setSpots(0,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicIff",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;return isNaN(ft)&&(ft=.2),new go.Geometry().add(new go.PathFigure((1-ft)*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ft)*et,nt)).add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Move,ft*et,0)).add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,ft*et,nt))).setSpots(.2,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicNot",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)))}),go.Shape.defineFigureGenerator("LogicAnd",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,nt,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt))).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("LogicOr",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)).add(new go.PathSegment(go.PathSegment.Line,et,0))).setSpots(.219,0,.78,.409)}),go.Shape.defineFigureGenerator("LogicXor",function(Nt,et,nt){var ft=new go.Geometry().add(new go.PathFigure(.5*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)).add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Arc,0,360,.5*et,.5*nt,.5*et,.5*nt)));return ft.defaultStretch=go.GraphObject.Uniform,ft}),go.Shape.defineFigureGenerator("LogicTruth",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,.5*et,0)).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)))}),go.Shape.defineFigureGenerator("LogicFalsity",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,nt,!1).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Move,.5*et,nt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,0)))}),go.Shape.defineFigureGenerator("LogicThereExists",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Move,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt)))}),go.Shape.defineFigureGenerator("LogicForAll",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,.25*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*nt))).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("LogicIsDefinedAs",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Move,0,nt)).add(new go.PathSegment(go.PathSegment.Line,et,nt))).setSpots(.01,.01,.99,.49)}),go.Shape.defineFigureGenerator("LogicIntersect",function(Nt,et,nt){var ft=.5;return new go.Geometry().add(new go.PathFigure(0,nt,!1).add(new go.PathSegment(go.PathSegment.Line,0,ft*nt)).add(new go.PathSegment(go.PathSegment.Arc,180,180,ft*et,ft*nt,ft*et,ft*nt)).add(new go.PathSegment(go.PathSegment.Line,et,nt))).setSpots(0,.5,1,1)}),go.Shape.defineFigureGenerator("LogicUnion",function(Nt,et,nt){var ft=.5;return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,ft*nt)).add(new go.PathSegment(go.PathSegment.Arc,0,180,ft*et,ft*nt,ft*et,ft*nt)).add(new go.PathSegment(go.PathSegment.Line,0,0))).setSpots(0,0,1,.5)}),go.Shape.setFigureParameter("Arrow",0,new en("ArrowheadWidth",.3,.01,.99)),go.Shape.setFigureParameter("Arrow",1,new en("TailHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("Arrow",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=.3);var lt=Nt?Nt.parameter2:NaN;isNaN(lt)&&(lt=.3);var pt=(1-ft)*et,vt=(.5-lt/2)*nt,kt=(.5+lt/2)*nt,bt=new go.Geometry,Wt=new go.PathFigure(0,vt,!0);bt.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Line,pt,vt)),Wt.add(new go.PathSegment(go.PathSegment.Line,pt,0)),Wt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,pt,nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,pt,kt)),Wt.add(new go.PathSegment(go.PathSegment.Line,0,kt).close()),bt.spot1=new go.Spot(0,vt/nt);var Zt=Be(0,kt/nt,1,kt/nt,pt/et,1,1,.5,Rt());return bt.spot2=new go.Spot(Zt.x,Zt.y),fe(Zt),bt}),go.Shape.setFigureParameter("Arrow2",0,new en("ArrowheadWidth",30)),go.Shape.setFigureParameter("Arrow2",0,new en("TailHeight",30)),go.Shape.defineFigureGenerator("Arrow2",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=30),ft>et&&(ft=et);var lt=Nt?Nt.parameter2:NaN;isNaN(lt)&&(lt=30),lt=Math.min(lt,nt/2);var pt=et-ft,vt=(nt-lt)/2,kt=vt+lt,bt=new go.Geometry,Wt=new go.PathFigure(0,vt,!0);bt.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Line,pt,vt)),Wt.add(new go.PathSegment(go.PathSegment.Line,pt,0)),Wt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,pt,nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,pt,kt)),Wt.add(new go.PathSegment(go.PathSegment.Line,0,kt).close()),bt.spot1=new go.Spot(0,vt/nt);var Zt=Be(0,kt/nt,1,kt/nt,pt/et,1,1,.5,Rt());return bt.spot2=new go.Spot(Zt.x,Zt.y),fe(Zt),bt}),go.Shape.defineFigureGenerator("Chevron",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt).close()),ft}),go.Shape.defineFigureGenerator("DoubleArrow",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.214*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,1*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.786*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,1*nt).close()),ft}),go.Shape.setFigureParameter("DoubleEndArrow",0,new en("ConnecterHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("DoubleEndArrow",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=.3);var lt=(.5-ft/2)*nt,pt=(.5+ft/2)*nt,vt=new go.Geometry,kt=new go.PathFigure(et,.5*nt,!0);vt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),kt.add(new go.PathSegment(go.PathSegment.Line,.3*et,pt)),kt.add(new go.PathSegment(go.PathSegment.Line,.3*et,nt)),kt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),kt.add(new go.PathSegment(go.PathSegment.Line,.3*et,lt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close());var bt=Be(0,.5,.3,0,0,lt/nt,.1,lt/nt,Rt());return vt.spot1=new go.Spot(bt.x,bt.y),bt=Be(.7,1,1,.5,0,pt/nt,1,pt/nt,bt),vt.spot2=new go.Spot(bt.x,bt.y),fe(bt),vt}),go.Shape.setFigureParameter("DoubleEndArrow2",0,new en("ConnecterHeight",40)),go.Shape.setFigureParameter("DoubleEndArrow2",1,new en("ArrowHeight",100)),go.Shape.defineFigureGenerator("DoubleEndArrow2",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=40);var lt=Nt?Nt.parameter2:NaN;isNaN(lt)&&(lt=100);var pt=(nt-ft)/2,vt=pt+ft,kt=(nt-lt)/2,bt=kt+lt;(ft>nt||lt>nt)&&(lt>ft?(ft=ft*nt/lt,pt=(nt-ft)/2,vt=pt+ft,kt=0,bt=nt):(pt=0,vt=nt,kt=0,bt=nt));var Wt=new go.Geometry,Zt=new go.PathFigure(et,.5*nt,!0);Wt.add(Zt),Zt.add(new go.PathSegment(go.PathSegment.Line,.7*et,bt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.7*et,vt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.3*et,vt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.3*et,bt)),Zt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.3*et,kt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.3*et,pt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.7*et,kt).close());var ie=Be(0,.5,.3,kt/nt,0,pt/nt,1,pt/nt,Rt());return Wt.spot1=new go.Spot(ie.x,ie.y),ie=Be(.7,bt/nt,1,.5,0,vt/nt,1,vt/nt,ie),Wt.spot2=new go.Spot(ie.x,ie.y),fe(ie),Wt}),go.Shape.setFigureParameter("IBeamArrow",0,new en("ConnectorHeight",.7,.51,.97)),go.Shape.defineFigureGenerator("IBeamArrow",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=.3);var lt=(.5-ft/2)*nt,pt=(.5+ft/2)*nt,vt=new go.Geometry,kt=new go.PathFigure(et,.5*nt,!0);vt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),kt.add(new go.PathSegment(go.PathSegment.Line,.2*et,pt)),kt.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),kt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),kt.add(new go.PathSegment(go.PathSegment.Line,0,0)),kt.add(new go.PathSegment(go.PathSegment.Line,.2*et,0)),kt.add(new go.PathSegment(go.PathSegment.Line,.2*et,lt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),vt.spot1=new go.Spot(0,lt/nt);var bt=Be(.7,1,1,.5,0,pt/nt,1,pt/nt,Rt());return vt.spot2=new go.Spot(bt.x,bt.y),fe(bt),vt}),go.Shape.setFigureParameter("IBeamArrow2",0,new en("ConnectorHeight",40)),go.Shape.setFigureParameter("IBeamArrow2",1,new en("BeamArrowHeight",100)),go.Shape.defineFigureGenerator("IBeamArrow2",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=40);var lt=Nt?Nt.parameter2:NaN;isNaN(lt)&&(lt=100);var pt=(nt-ft)/2,vt=pt+ft,kt=(nt-lt)/2,bt=kt+lt;(ft>nt||lt>nt)&&(lt>ft?(ft=ft*nt/lt,pt=(nt-ft)/2,vt=pt+ft,kt=0,bt=nt):(pt=0,vt=nt,kt=0,bt=nt));var Wt=new go.Geometry,Zt=new go.PathFigure(et,.5*nt,!0);Wt.add(Zt),Zt.add(new go.PathSegment(go.PathSegment.Line,.7*et,bt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.7*et,vt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.2*et,vt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.2*et,bt)),Zt.add(new go.PathSegment(go.PathSegment.Line,0,bt)),Zt.add(new go.PathSegment(go.PathSegment.Line,0,kt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.2*et,kt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.2*et,pt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Zt.add(new go.PathSegment(go.PathSegment.Line,.7*et,kt).close()),Wt.spot1=new go.Spot(0,pt/nt);var ie=Be(.7,bt/nt,1,.5,0,vt/nt,1,vt/nt,Rt());return Wt.spot2=new go.Spot(ie.x,ie.y),fe(ie),Wt}),go.Shape.setFigureParameter("Pointer",0,new en("BackPoint",.1,0,.2)),go.Shape.defineFigureGenerator("Pointer",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=.1);var lt=new go.Geometry,pt=new go.PathFigure(et,.5*nt,!0);lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,ft*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,0).close()),lt.spot1=new go.Spot(ft,.35);var vt=Be(.2,.65,1,.65,0,1,1,.5,Rt());return lt.spot2=new go.Spot(vt.x,vt.y),fe(vt),lt}),go.Shape.setFigureParameter("RoundedPointer",0,new en("RoundedEdge",.3,0,.5)),go.Shape.defineFigureGenerator("RoundedPointer",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=.3);var lt=new go.Geometry,pt=new go.PathFigure(et,.5*nt,!0);lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,ft*et,.75*nt,ft*et,.25*nt).close()),lt.spot1=new go.Spot(ft,.35);var vt=Be(0,.65,1,.65,0,1,1,.5,Rt());return lt.spot2=new go.Spot(vt.x,vt.y),fe(vt),lt}),go.Shape.setFigureParameter("SplitEndArrow",0,new en("TailHeight",.4,.01,.99)),go.Shape.defineFigureGenerator("SplitEndArrow",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=.4);var lt=(.5-ft/2)*nt,pt=(.5+ft/2)*nt,vt=new go.Geometry,kt=new go.PathFigure(et,.5*nt,!0);vt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),kt.add(new go.PathSegment(go.PathSegment.Line,0,pt)),kt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,0,lt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),vt.spot1=new go.Spot(.2,.3);var bt=Be(.7,1,1,.5,0,pt/nt,1,pt/nt,Rt());return vt.spot2=new go.Spot(bt.x,bt.y),fe(bt),vt}),go.Shape.setFigureParameter("SplitEndArrow2",0,new en("TailThickness",50)),go.Shape.defineFigureGenerator("SplitEndArrow2",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=50);var lt=(nt-ft)/2,pt=lt+ft;ft>nt&&(lt=0,pt=nt);var vt=new go.Geometry,kt=new go.PathFigure(et,.5*nt,!0);vt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),kt.add(new go.PathSegment(go.PathSegment.Line,0,pt)),kt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,0,lt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),kt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),vt.spot1=new go.Spot(.2,lt/nt);var bt=Be(.7,1,1,.5,0,pt/nt,1,pt/nt,Rt());return vt.spot2=new go.Spot(bt.x,bt.y),fe(bt),vt}),go.Shape.setFigureParameter("SquareArrow",0,new en("ArrowPoint",.7,.2,.9)),go.Shape.defineFigureGenerator("SquareArrow",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=.7);var lt=new go.Geometry,pt=new go.PathFigure(et,.5*nt,!0);return lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,ft*et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,0)),pt.add(new go.PathSegment(go.PathSegment.Line,ft*et,0).close()),lt.spot1=go.Spot.TopLeft,lt.spot2=new go.Spot(ft,1),lt}),go.Shape.defineFigureGenerator("Cone1",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.5,pt=Kt*.1,vt=new go.PathFigure(0,.9*nt,!0);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,(.9+pt)*nt,(.5+lt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*nt,(.5-lt)*et,nt,0,(.9+pt)*nt).close()),ft.spot1=new go.Spot(.25,.5),ft.spot2=new go.Spot(.75,.97),ft}),go.Shape.defineFigureGenerator("Cone2",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.9*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.9*nt,(1-.85/.9)*et,nt,.85/.9*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.9*nt).close());var pt=new go.PathFigure(0,.9*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Bezier,et,.9*nt,(1-.85/.9)*et,.8*nt,.85/.9*et,.8*nt)),ft.spot1=new go.Spot(.25,.5),ft.spot2=new go.Spot(.75,.82),ft}),go.Shape.defineFigureGenerator("Cube1",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.5*et,nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.15*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.85*nt).close());var pt=new go.PathFigure(.5*et,nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.3*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.15*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.3*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.15*nt)),ft.spot1=new go.Spot(0,.3),ft.spot2=new go.Spot(.5,.85),ft}),go.Shape.defineFigureGenerator("Cube2",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.3*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0).close());var pt=new go.PathFigure(0,.3*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.3*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Move,.7*et,.3*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),ft.spot1=new go.Spot(0,.3),ft.spot2=new go.Spot(.7,1),ft}),go.Shape.defineFigureGenerator("Cylinder1",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=5),ft=Math.min(ft,nt/3);var lt=new go.Geometry,pt=Kt*.5,vt=new go.PathFigure(0,ft,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,Kt*ft,(.5-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,1*et,ft,(.5+pt)*et,0,1*et,Kt*ft)),vt.add(new go.PathSegment(go.PathSegment.Line,et,nt-ft)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,1*nt,1*et,nt-Kt*ft,(.5+pt)*et,1*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt-ft,(.5-pt)*et,1*nt,0,nt-Kt*ft)),vt.add(new go.PathSegment(go.PathSegment.Line,0,ft));var kt=new go.PathFigure(et,ft,!1);return lt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,2*ft,1*et,2*ft-Kt*ft,(.5+pt)*et,2*ft)),kt.add(new go.PathSegment(go.PathSegment.Bezier,0,ft,(.5-pt)*et,2*ft,0,2*ft-Kt*ft)),lt.spot1=new go.Spot(0,0,0,2*ft),lt.spot2=new go.Spot(1,1),lt}),go.Shape.defineFigureGenerator("Cylinder2",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=5),ft=Math.min(ft,nt/3);var lt=new go.Geometry,pt=Kt*.5,vt=new go.PathFigure(0,nt-ft,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,0,ft)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,Kt*ft,(.5-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,ft,(.5+pt)*et,0,et,Kt*ft)),vt.add(new go.PathSegment(go.PathSegment.Line,et,nt-ft)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,nt-Kt*ft,(.5+pt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt-ft,(.5-pt)*et,nt,0,nt-Kt*ft));var kt=new go.PathFigure(0,nt-ft,!1);return lt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt-2*ft,0,nt-ft-Kt*ft,(.5-pt)*et,nt-2*ft)),kt.add(new go.PathSegment(go.PathSegment.Bezier,et,nt-ft,(.5+pt)*et,nt-2*ft,et,nt-ft-Kt*ft)),lt.spot1=new go.Spot(0,0),lt.spot2=new go.Spot(1,1,0,-2*ft),lt}),go.Shape.defineFigureGenerator("Cylinder3",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=5),ft=Math.min(ft,et/3);var lt=new go.Geometry,pt=Kt*.5,vt=new go.PathFigure(ft,0,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et-ft,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,et-Kt*ft,0,et,(.5-pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-ft,nt,et,(.5+pt)*nt,et-Kt*ft,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,ft,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,Kt*ft,nt,0,(.5+pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,ft,0,0,(.5-pt)*nt,Kt*ft,0));var kt=new go.PathFigure(ft,0,!1);return lt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,2*ft,.5*nt,ft+Kt*ft,0,2*ft,(.5-pt)*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,ft,nt,2*ft,(.5+pt)*nt,ft+Kt*ft,nt)),lt.spot1=new go.Spot(0,0,2*ft,0),lt.spot2=new go.Spot(1,1),lt}),go.Shape.defineFigureGenerator("Cylinder4",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=5),ft=Math.min(ft,et/3);var lt=new go.Geometry,pt=Kt*.5,vt=new go.PathFigure(et-ft,0,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,et-Kt*ft,0,et,(.5-pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-ft,nt,et,(.5+pt)*nt,et-Kt*ft,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,ft,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,Kt*ft,nt,0,(.5+pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,ft,0,0,(.5-pt)*nt,Kt*ft,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et-ft,0));var kt=new go.PathFigure(et-ft,0,!1);return lt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,et-2*ft,.5*nt,et-ft-Kt*ft,0,et-2*ft,(.5-pt)*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,et-ft,nt,et-2*ft,(.5+pt)*nt,et-ft-Kt*ft,nt)),lt.spot1=new go.Spot(0,0),lt.spot2=new go.Spot(1,1,-2*ft,0),lt}),go.Shape.defineFigureGenerator("Prism1",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.25*et,.25*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var pt=new go.PathFigure(.25*et,.25*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),ft.spot1=new go.Spot(.408,.172),ft.spot2=new go.Spot(.833,.662),ft}),go.Shape.defineFigureGenerator("Prism2",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.25*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var pt=new go.PathFigure(0,nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,0,.25*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*nt)),ft.spot1=new go.Spot(.25,.5),ft.spot2=new go.Spot(.75,.75),ft}),go.Shape.defineFigureGenerator("Pyramid1",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*nt).close());var pt=new go.PathFigure(.5*et,0,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),ft.spot1=new go.Spot(.25,.367),ft.spot2=new go.Spot(.75,.875),ft}),go.Shape.defineFigureGenerator("Pyramid2",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.85*nt).close());var pt=new go.PathFigure(.5*et,0,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.7*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.85*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.7*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.85*nt)),ft.spot1=new go.Spot(.25,.367),ft.spot2=new go.Spot(.75,.875),ft}),go.Shape.defineFigureGenerator("Actor",function(Nt,et,nt){var ft=new go.Geometry,lt=.2,pt=.1,vt=Kt*lt,kt=Kt*pt,bt=.5,Wt=.1,Zt=new go.PathFigure(bt*et,(Wt+pt)*nt,!0);ft.add(Zt),Zt.add(new go.PathSegment(go.PathSegment.Bezier,(bt-lt)*et,Wt*nt,(bt-vt)*et,(Wt+pt)*nt,(bt-lt)*et,(Wt+kt)*nt)),Zt.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt-pt)*nt,(bt-lt)*et,(Wt-kt)*nt,(bt-vt)*et,(Wt-pt)*nt)),Zt.add(new go.PathSegment(go.PathSegment.Bezier,(bt+lt)*et,Wt*nt,(bt+vt)*et,(Wt-pt)*nt,(bt+lt)*et,(Wt-kt)*nt)),Zt.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt+pt)*nt,(bt+lt)*et,(Wt+kt)*nt,(bt+vt)*et,(Wt+pt)*nt));var ie=.05,$t=Kt*ie;bt=.05,Wt=.25;var qt=new go.PathFigure(.5*et,.2*nt,!0);return ft.add(qt),qt.add(new go.PathSegment(go.PathSegment.Line,.95*et,.2*nt)),bt=.95,Wt=.25,qt.add(new go.PathSegment(go.PathSegment.Bezier,(bt+ie)*et,Wt*nt,(bt+$t)*et,(Wt-ie)*nt,(bt+ie)*et,(Wt-$t)*nt)),qt.add(new go.PathSegment(go.PathSegment.Line,et,.6*nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.35*nt)),ie=.025,$t=Kt*ie,bt=.825,Wt=.35,qt.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt-ie)*nt,(bt+ie)*et,(Wt-$t)*nt,(bt+$t)*et,(Wt-ie)*nt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(bt-ie)*et,Wt*nt,(bt-$t)*et,(Wt-ie)*nt,(bt-ie)*et,(Wt-$t)*nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.8*et,nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*nt)),ie=.05,$t=Kt*ie,bt=.5,Wt=.7,qt.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt-ie)*nt,(bt+ie)*et,(Wt-$t)*nt,(bt+$t)*et,(Wt-ie)*nt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(bt-ie)*et,Wt*nt,(bt-$t)*et,(Wt-ie)*nt,(bt-ie)*et,(Wt-$t)*nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.45*et,nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.35*nt)),ie=.025,$t=Kt*ie,bt=.175,Wt=.35,qt.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt-ie)*nt,(bt+ie)*et,(Wt-$t)*nt,(bt+$t)*et,(Wt-ie)*nt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(bt-ie)*et,Wt*nt,(bt-$t)*et,(Wt-ie)*nt,(bt-ie)*et,(Wt-$t)*nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*nt)),qt.add(new go.PathSegment(go.PathSegment.Line,0,.6*nt)),qt.add(new go.PathSegment(go.PathSegment.Line,0,.25*nt)),ie=.05,$t=Kt*ie,bt=.05,Wt=.25,qt.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt-ie)*nt,(bt-ie)*et,(Wt-$t)*nt,(bt-$t)*et,(Wt-ie)*nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.2*nt)),ft.spot1=new go.Spot(.2,.2),ft.spot2=new go.Spot(.8,.65),ft}),go.Shape.setFigureParameter("Card",0,new en("CornerCutoutSize",.2,.1,.9)),go.Shape.defineFigureGenerator("Card",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;isNaN(ft)&&(ft=.2);var lt=new go.Geometry,pt=new go.PathFigure(et,0,!0);return lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,ft*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,ft*et,0).close()),lt.spot1=new go.Spot(0,ft),lt.spot2=go.Spot.BottomRight,lt}),go.Shape.defineFigureGenerator("Collate",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.5*et,.5*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt));var pt=new go.PathFigure(.5*et,.5*nt,!0);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),ft.spot1=new go.Spot(.25,0),ft.spot2=new go.Spot(.75,.25),ft}),go.Shape.defineFigureGenerator("CreateRequest",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var vt=new go.PathFigure(0,lt*nt,!1);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,lt*nt)),vt.add(new go.PathSegment(go.PathSegment.Move,0,(1-lt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,et,(1-lt)*nt)),ft}),go.Shape.defineFigureGenerator("Database",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.5,pt=Kt*.1,vt=new go.PathFigure(et,.1*nt,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,(.9+pt)*nt,(.5+lt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*nt,(.5-lt)*et,nt,0,(.9+pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.1*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,(.1-pt)*nt,(.5-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*nt,(.5+lt)*et,0,et,(.1-pt)*nt));var kt=new go.PathFigure(et,.1*nt,!1);return ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*nt,et,(.1+pt)*nt,(.5+lt)*et,.2*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*nt,(.5-lt)*et,.2*nt,0,(.1+pt)*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,et,.2*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*nt,et,(.2+pt)*nt,(.5+lt)*et,.3*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*nt,(.5-lt)*et,.3*nt,0,(.2+pt)*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,et,.3*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.4*nt,et,(.3+pt)*nt,(.5+lt)*et,.4*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,0,.3*nt,(.5-lt)*et,.4*nt,0,(.3+pt)*nt)),ft.spot1=new go.Spot(0,.4),ft.spot2=new go.Spot(1,.9),ft}),go.Shape.defineFigureGenerator("DataStorage",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,nt,et,0,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.9*nt,.25*et,.1*nt).close()),ft.spot1=new go.Spot(.226,0),ft.spot2=new go.Spot(.81,1),ft}),go.Shape.defineFigureGenerator("DiskStorage",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.5,pt=Kt*.1,vt=new go.PathFigure(et,.1*nt,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,(.9+pt)*nt,(.5+lt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*nt,(.5-lt)*et,nt,0,(.9+pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.1*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,(.1-pt)*nt,(.5-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*nt,(.5+lt)*et,0,et,(.1-pt)*nt));var kt=new go.PathFigure(et,.1*nt,!1);return ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*nt,et,(.1+pt)*nt,(.5+lt)*et,.2*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*nt,(.5-lt)*et,.2*nt,0,(.1+pt)*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,et,.2*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*nt,et,(.2+pt)*nt,(.5+lt)*et,.3*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*nt,(.5-lt)*et,.3*nt,0,(.2+pt)*nt)),ft.spot1=new go.Spot(0,.3),ft.spot2=new go.Spot(1,.9),ft}),go.Shape.defineFigureGenerator("Display",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.25*et,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,nt,et,0,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt).close()),ft.spot1=new go.Spot(.25,0),ft.spot2=new go.Spot(.75,1),ft}),go.Shape.defineFigureGenerator("DividedEvent",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN;isNaN(lt)?lt=.2:lt<.15&&(lt=.15);var pt=Kt*.2,vt=new go.PathFigure(0,.2*nt,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,0,(.2-pt)*nt,(.2-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.2*nt,(.8+pt)*et,0,et,(.2-pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,nt,et,(.8+pt)*nt,(.8+pt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.8*nt,(.2-pt)*et,nt,0,(.8+pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.2*nt));var kt=new go.PathFigure(0,lt*nt,!1);return ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et,lt*nt)),ft}),go.Shape.defineFigureGenerator("DividedProcess",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN;(isNaN(lt)||lt<.1)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var vt=new go.PathFigure(0,lt*nt,!1);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,lt*nt)),ft}),go.Shape.defineFigureGenerator("Document",function(Nt,et,nt){var ft=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(0,.7*nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*nt,.5*et,.4*nt,.5*et,nt).close()),ft.spot1=go.Spot.TopLeft,ft.spot2=new go.Spot(1,.6),ft}),go.Shape.defineFigureGenerator("ExternalOrganization",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN;(isNaN(lt)||lt<.2)&&(lt=.2);var pt=new go.PathFigure(0,0,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var vt=new go.PathFigure(lt*et,0,!1);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,0,lt*nt)),vt.add(new go.PathSegment(go.PathSegment.Move,et,lt*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Move,0,(1-lt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Move,(1-lt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,et,(1-lt)*nt)),ft}),go.Shape.defineFigureGenerator("ExternalProcess",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt).close());var pt=new go.PathFigure(.1*et,.4*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.6*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.9*et,.6*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.6*et,.1*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.1*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.4*et,.9*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.9*nt)),ft.spot1=new go.Spot(.25,.25),ft.spot2=new go.Spot(.75,.75),ft}),go.Shape.defineFigureGenerator("File",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var pt=new go.PathFigure(.75*et,0,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.25*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),ft.spot1=new go.Spot(0,.25),ft.spot2=go.Spot.BottomRight,ft}),go.Shape.defineFigureGenerator("Interrupt",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et,.5*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt));var pt=new go.PathFigure(et,.5*nt,!1);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt));var vt=new go.PathFigure(et,.5*nt,!1);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,0)),ft.spot1=new go.Spot(0,.25),ft.spot2=new go.Spot(.5,.75),ft}),go.Shape.defineFigureGenerator("InternalStorage",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN,pt=Nt?Nt.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(pt)&&(pt=.1);var vt=new go.PathFigure(0,0,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var kt=new go.PathFigure(lt*et,0,!1);return ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,lt*et,nt)),kt.add(new go.PathSegment(go.PathSegment.Move,0,pt*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,et,pt*nt)),ft}),go.Shape.defineFigureGenerator("Junction",function(Nt,et,nt){var ft=new go.Geometry,lt=1/Math.SQRT2,pt=(1-1/Math.SQRT2)/2,vt=Kt*.5,kt=.5,bt=new go.PathFigure(et,kt*nt,!0);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,kt*et,nt,et,(kt+vt)*nt,(kt+vt)*et,nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,0,kt*nt,(kt-vt)*et,nt,0,(kt+vt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,kt*et,0,0,(kt-vt)*nt,(kt-vt)*et,0)),bt.add(new go.PathSegment(go.PathSegment.Bezier,et,kt*nt,(kt+vt)*et,0,et,(kt-vt)*nt));var Wt=new go.PathFigure((pt+lt)*et,(pt+lt)*nt,!1);return ft.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Line,pt*et,pt*nt)),Wt.add(new go.PathSegment(go.PathSegment.Move,pt*et,(pt+lt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,(pt+lt)*et,pt*nt)),ft}),go.Shape.defineFigureGenerator("LinedDocument",function(Nt,et,nt){var ft=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(0,.7*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*nt,.5*et,.4*nt,.5*et,nt).close());var pt=new go.PathFigure(.1*et,0,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.75*nt)),ft.spot1=new go.Spot(.1,0),ft.spot2=new go.Spot(1,.6),ft}),go.Shape.defineFigureGenerator("LoopLimit",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt).close()),ft.spot1=new go.Spot(0,.25),ft.spot2=go.Spot.BottomRight,ft}),go.Shape.defineFigureGenerator("MagneticTape",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.5,pt=.5,vt=new go.PathFigure(.5*et,nt,!0);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt*nt,(pt-lt)*et,nt,0,(pt+lt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,0,0,(pt-lt)*nt,(pt-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,pt*nt,(pt+lt)*et,0,et,(pt-lt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,(pt+.1)*et,.9*nt,et,(pt+lt)*nt,(pt+lt)*et,.9*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),ft.spot1=new go.Spot(.15,.15),ft.spot2=new go.Spot(.85,.8),ft}),go.Shape.defineFigureGenerator("ManualInput",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*nt).close()),ft.spot1=new go.Spot(0,.25),ft.spot2=go.Spot.BottomRight,ft}),go.Shape.defineFigureGenerator("MessageFromUser",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN;isNaN(lt)&&(lt=.7);var pt=new go.PathFigure(0,0,!0);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,lt*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ft.spot1=go.Spot.TopLeft,ft}),go.Shape.defineFigureGenerator("MicroformProcessing",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN;isNaN(lt)&&(lt=.25);var pt=new go.PathFigure(0,0,!0);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,lt*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,(1-lt)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ft}),go.Shape.defineFigureGenerator("MicroformRecording",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ft.spot1=new go.Spot(0,.25),ft.spot2=new go.Spot(1,.75),ft}),go.Shape.defineFigureGenerator("MultiDocument",function(Nt,et,nt){var ft=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(et,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.44*nt,.96*et,.47*nt,.93*et,.45*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.54*nt,.86*et,.57*nt,.83*et,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*nt,.4*et,.4*nt,.4*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,0).close());var pt=new go.PathFigure(.1*et,.2*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.54*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.1*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.1*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.44*nt)),ft.spot1=new go.Spot(0,.25),ft.spot2=new go.Spot(.8,.77),ft}),go.Shape.defineFigureGenerator("MultiProcess",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.1*et,.1*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*nt).close());var pt=new go.PathFigure(.2*et,.1*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.1*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.1*et,.2*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.9*nt)),ft.spot1=new go.Spot(0,.2),ft.spot2=new go.Spot(.8,1),ft}),go.Shape.defineFigureGenerator("OfflineStorage",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=1-lt,vt=new go.PathFigure(0,0,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt).close());var kt=new go.PathFigure(.5*lt*et,lt*nt,!1);return ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,(1-.5*lt)*et,lt*nt)),ft}),go.Shape.defineFigureGenerator("OffPageConnector",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ft.spot1=go.Spot.TopLeft,ft.spot2=new go.Spot(.75,1),ft}),go.Shape.defineFigureGenerator("Or",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.5,pt=.5,vt=new go.PathFigure(et,pt*nt,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,nt,et,(pt+lt)*nt,(pt+lt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt*nt,(pt-lt)*et,nt,0,(pt+lt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,0,0,(pt-lt)*nt,(pt-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,pt*nt,(pt+lt)*et,0,et,(pt-lt)*nt));var kt=new go.PathFigure(et,.5*nt,!1);return ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,.5*et,nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ft}),go.Shape.defineFigureGenerator("PaperTape",function(Nt,et,nt){var ft=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(0,.7*nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.3*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.3*nt,.5*et,.6*nt,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*nt,.5*et,.4*nt,.5*et,nt).close()),ft.spot1=new go.Spot(0,.49),ft.spot2=new go.Spot(1,.75),ft}),go.Shape.defineFigureGenerator("PrimitiveFromCall",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN,pt=Nt?Nt.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(pt)&&(pt=.3);var vt=new go.PathFigure(0,0,!0);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,(1-pt)*et,.5*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ft}),go.Shape.defineFigureGenerator("PrimitiveToCall",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN,pt=Nt?Nt.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(pt)&&(pt=.3);var vt=new go.PathFigure(0,0,!0);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,(1-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,(1-pt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ft}),go.Shape.defineFigureGenerator("Procedure",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var vt=new go.PathFigure((1-lt)*et,0,!1);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Move,lt*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,nt)),ft}),go.Shape.defineFigureGenerator("Process",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var vt=new go.PathFigure(lt*et,0,!1);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,nt)),ft.spot2=go.Spot.BottomRight,ft}),go.Shape.defineFigureGenerator("Sort",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt).close());var pt=new go.PathFigure(0,.5*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),ft.spot1=new go.Spot(.25,.25),ft.spot2=new go.Spot(.75,.5),ft}),go.Shape.defineFigureGenerator("Start",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN;isNaN(lt)&&(lt=.25);var pt=new go.PathFigure(lt*et,0,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*et,.5*nt,.25*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*et,.5*nt,.25*et,.5*nt));var vt=new go.PathFigure(lt*et,0,!1);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Move,(1-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,nt)),ft.spot1=new go.Spot(lt,0),ft.spot2=new go.Spot(1-lt,1),ft}),go.Shape.defineFigureGenerator("Terminator",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.25*et,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*et,.5*nt,.25*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*et,.5*nt,.25*et,.5*nt)),ft.spot1=new go.Spot(.23,0),ft.spot2=new go.Spot(.77,1),ft}),go.Shape.defineFigureGenerator("TransmittalTape",function(Nt,et,nt){var ft=new go.Geometry,lt=Nt?Nt.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.75*et,(1-lt)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,(1-lt)*nt).close()),ft.spot1=go.Spot.TopLeft,ft}),go.Shape.defineFigureGenerator("AndGate",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.5,pt=new go.PathFigure(0,0,!0);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),pt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,(.5+lt)*et,0,et,(.5-lt)*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,(.5+lt)*nt,(.5+lt)*et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ft.spot1=go.Spot.TopLeft,ft.spot2=new go.Spot(.55,1),ft}),go.Shape.defineFigureGenerator("Buffer",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ft.spot1=new go.Spot(0,.25),ft.spot2=new go.Spot(.5,.75),ft}),go.Shape.defineFigureGenerator("Clock",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.5,pt=.5,vt=new go.PathFigure(et,pt*nt,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,nt,et,(pt+lt)*nt,(pt+lt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt*nt,(pt-lt)*et,nt,0,(pt+lt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,0,0,(pt-lt)*nt,(pt-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,pt*nt,(pt+lt)*et,0,et,(pt-lt)*nt));var kt=new go.PathFigure(et,pt*nt,!1);ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et,pt*nt));var bt=new go.PathFigure(.8*et,.75*nt,!1);return ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.25*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.25*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.75*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.75*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.25*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.25*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.75*nt)),ft}),go.Shape.defineFigureGenerator("Ground",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.5*et,0,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.3*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.4*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,nt)),ft}),go.Shape.defineFigureGenerator("Inverter",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.1,pt=.1,vt=.9,kt=.5,bt=new go.PathFigure(.8*et,.5*nt,!0);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),bt.add(new go.PathSegment(go.PathSegment.Line,0,0)),bt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*nt));var Wt=new go.PathFigure((vt+pt)*et,kt*nt,!0);return ft.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,(vt-lt)*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,(vt+lt)*et,(kt-pt)*nt,(vt+pt)*et,(kt-lt)*nt)),ft.spot1=new go.Spot(0,.25),ft.spot2=new go.Spot(.4,.75),ft}),go.Shape.defineFigureGenerator("NandGate",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.5,pt=Kt*.4,vt=Kt*.1,kt=.1,bt=.9,Wt=.5,Zt=new go.PathFigure(.8*et,.5*nt,!0);ft.add(Zt),Zt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,nt,.8*et,(.5+pt)*nt,(.4+lt)*et,nt)),Zt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),Zt.add(new go.PathSegment(go.PathSegment.Line,0,0)),Zt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),Zt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*nt,(.4+lt)*et,0,.8*et,(.5-pt)*nt));var ie=new go.PathFigure((bt+kt)*et,Wt*nt,!0);return ft.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt+kt)*nt,(bt+kt)*et,(Wt+vt)*nt,(bt+vt)*et,(Wt+kt)*nt)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(bt-kt)*et,Wt*nt,(bt-vt)*et,(Wt+kt)*nt,(bt-kt)*et,(Wt+vt)*nt)),ie.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt-kt)*nt,(bt-kt)*et,(Wt-vt)*nt,(bt-vt)*et,(Wt-kt)*nt)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(bt+kt)*et,Wt*nt,(bt+vt)*et,(Wt-kt)*nt,(bt+kt)*et,(Wt-vt)*nt)),ft.spot1=new go.Spot(0,.05),ft.spot2=new go.Spot(.55,.95),ft}),go.Shape.defineFigureGenerator("NorGate",function(Nt,et,nt){var ft=new go.Geometry,lt=.5,pt=Kt*lt,vt=0,kt=.5,bt=new go.PathFigure(.8*et,.5*nt,!0);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt,.7*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*nt,.25*et,.25*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*nt,(vt+pt)*et,(kt-lt)*nt,.7*et,(kt-pt)*nt)),lt=.1,pt=Kt*.1,vt=.9,kt=.5;var Wt=new go.PathFigure((vt-lt)*et,kt*nt,!0);return ft.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,kt*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt)),ft.spot1=new go.Spot(.2,.25),ft.spot2=new go.Spot(.6,.75),ft}),go.Shape.defineFigureGenerator("OrGate",function(Nt,et,nt){var ft=new go.Geometry,lt=.5,pt=Kt*lt,vt=0,kt=.5,bt=new go.PathFigure(0,0,!0);return ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,(vt+pt+pt)*et,(kt-lt)*nt,.8*et,(kt-pt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt,.8*et,(kt+pt)*nt,(vt+pt+pt)*et,(kt+lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*nt,.25*et,.25*nt).close()),ft.spot1=new go.Spot(.2,.25),ft.spot2=new go.Spot(.75,.75),ft}),go.Shape.defineFigureGenerator("XnorGate",function(Nt,et,nt){var ft=new go.Geometry,lt=.5,pt=Kt*lt,vt=.2,kt=.5,bt=new go.PathFigure(.1*et,0,!1);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,nt,.35*et,.25*nt,.35*et,.75*nt));var Wt=new go.PathFigure(.8*et,.5*nt,!0);ft.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,nt,.7*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*nt,.45*et,.25*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*nt,(vt+pt)*et,(kt-lt)*nt,.7*et,(kt-pt)*nt)),lt=.1,pt=Kt*.1,vt=.9,kt=.5;var Zt=new go.PathFigure((vt-lt)*et,kt*nt,!0);return ft.add(Zt),Zt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),Zt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),Zt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Zt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,kt*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt)),ft.spot1=new go.Spot(.4,.25),ft.spot2=new go.Spot(.65,.75),ft}),go.Shape.defineFigureGenerator("XorGate",function(Nt,et,nt){var ft=new go.Geometry,lt=.5,pt=Kt*lt,vt=.2,kt=.5,bt=new go.PathFigure(.1*et,0,!1);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,nt,.35*et,.25*nt,.35*et,.75*nt));var Wt=new go.PathFigure(.2*et,0,!0);return ft.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,(vt+pt)*et,(kt-lt)*nt,.9*et,(kt-pt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,nt,.9*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*nt,.45*et,.25*nt).close()),ft.spot1=new go.Spot(.4,.25),ft.spot2=new go.Spot(.8,.75),ft}),go.Shape.defineFigureGenerator("Capacitor",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),ft}),go.Shape.defineFigureGenerator("Resistor",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.5*nt)),ft}),go.Shape.defineFigureGenerator("Inductor",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.1,pt=.1,vt=.1,kt=.5,bt=new go.PathFigure((vt-lt*.5)*et,nt,!1);return ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,nt,(vt-pt)*et,0)),vt=.3,bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,nt,(vt+pt)*et,0,(vt+lt)*et,nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,nt,(vt-pt)*et,0)),vt=.5,bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,nt,(vt+pt)*et,0,(vt+lt)*et,nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,nt,(vt-pt)*et,0)),vt=.7,bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,nt,(vt+pt)*et,0,(vt+lt)*et,nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,nt,(vt-pt)*et,0)),vt=.9,bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt*.5)*et,nt,(vt+pt)*et,0,(vt+lt)*et,nt)),ft}),go.Shape.defineFigureGenerator("ACvoltageSource",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.5,pt=.5,vt=.5,kt=.5,bt=new go.PathFigure((vt-pt)*et,kt*nt,!1);return ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,(vt+lt)*et,(kt-pt)*nt,(vt+pt)*et,(kt-lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,(vt-lt)*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Move,(vt-pt+.1)*et,kt*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt-.1)*et,kt*nt,vt*et,(kt-pt)*nt,vt*et,(kt+pt)*nt)),ft}),go.Shape.defineFigureGenerator("DCvoltageSource",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.75*nt,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),ft}),go.Shape.defineFigureGenerator("Diode",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et,0,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),ft.spot1=new go.Spot(0,.25),ft.spot2=new go.Spot(.5,.75),ft}),go.Shape.defineFigureGenerator("Wifi",function(Nt,et,nt){var ft=new go.Geometry,lt=et,pt=nt;et=et*.38,nt=nt*.6;var vt=Kt*.8,kt=.8,bt=0,Wt=.5,Zt=(lt-et)/2,ie=(pt-nt)/2,$t=new go.PathFigure(bt*et+Zt,(Wt+kt)*nt+ie,!0);ft.add($t),$t.add(new go.PathSegment(go.PathSegment.Bezier,(bt-kt)*et+Zt,Wt*nt+ie,(bt-vt)*et+Zt,(Wt+kt)*nt+ie,(bt-kt)*et+Zt,(Wt+vt)*nt+ie)),$t.add(new go.PathSegment(go.PathSegment.Bezier,bt*et+Zt,(Wt-kt)*nt+ie,(bt-kt)*et+Zt,(Wt-vt)*nt+ie,(bt-vt)*et+Zt,(Wt-kt)*nt+ie)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(bt-kt+vt*.5)*et+Zt,Wt*nt+ie,bt*et+Zt,(Wt-kt)*nt+ie,(bt-kt+vt*.5)*et+Zt,(Wt-vt)*nt+ie)),$t.add(new go.PathSegment(go.PathSegment.Bezier,bt*et+Zt,(Wt+kt)*nt+ie,(bt-kt+vt*.5)*et+Zt,(Wt+vt)*nt+ie,bt*et+Zt,(Wt+kt)*nt+ie).close()),vt=Kt*.4,kt=.4,bt=.2,Wt=.5;var qt=new go.PathFigure(bt*et+Zt,(Wt+kt)*nt+ie,!0);ft.add(qt),qt.add(new go.PathSegment(go.PathSegment.Bezier,(bt-kt)*et+Zt,Wt*nt+ie,(bt-vt)*et+Zt,(Wt+kt)*nt+ie,(bt-kt)*et+Zt,(Wt+vt)*nt+ie)),qt.add(new go.PathSegment(go.PathSegment.Bezier,bt*et+Zt,(Wt-kt)*nt+ie,(bt-kt)*et+Zt,(Wt-vt)*nt+ie,(bt-vt)*et+Zt,(Wt-kt)*nt+ie)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(bt-kt+vt*.5)*et+Zt,Wt*nt+ie,bt*et+Zt,(Wt-kt)*nt+ie,(bt-kt+vt*.5)*et+Zt,(Wt-vt)*nt+ie)),qt.add(new go.PathSegment(go.PathSegment.Bezier,bt*et+Zt,(Wt+kt)*nt+ie,(bt-kt+vt*.5)*et+Zt,(Wt+vt)*nt+ie,bt*et+Zt,(Wt+kt)*nt+ie).close()),vt=Kt*.2,kt=.2,bt=.5,Wt=.5;var ye=new go.PathFigure((bt-kt)*et+Zt,Wt*nt+ie,!0);ft.add(ye),ye.add(new go.PathSegment(go.PathSegment.Bezier,bt*et+Zt,(Wt-kt)*nt+ie,(bt-kt)*et+Zt,(Wt-vt)*nt+ie,(bt-vt)*et+Zt,(Wt-kt)*nt+ie)),ye.add(new go.PathSegment(go.PathSegment.Bezier,(bt+kt)*et+Zt,Wt*nt+ie,(bt+vt)*et+Zt,(Wt-kt)*nt+ie,(bt+kt)*et+Zt,(Wt-vt)*nt+ie)),ye.add(new go.PathSegment(go.PathSegment.Bezier,bt*et+Zt,(Wt+kt)*nt+ie,(bt+kt)*et+Zt,(Wt+vt)*nt+ie,(bt+vt)*et+Zt,(Wt+kt)*nt+ie)),ye.add(new go.PathSegment(go.PathSegment.Bezier,(bt-kt)*et+Zt,Wt*nt+ie,(bt-vt)*et+Zt,(Wt+kt)*nt+ie,(bt-kt)*et+Zt,(Wt+vt)*nt+ie)),vt=Kt*.4,kt=.4,bt=.8,Wt=.5;var oe=new go.PathFigure(bt*et+Zt,(Wt-kt)*nt+ie,!0);ft.add(oe),oe.add(new go.PathSegment(go.PathSegment.Bezier,(bt+kt)*et+Zt,Wt*nt+ie,(bt+vt)*et+Zt,(Wt-kt)*nt+ie,(bt+kt)*et+Zt,(Wt-vt)*nt+ie)),oe.add(new go.PathSegment(go.PathSegment.Bezier,bt*et+Zt,(Wt+kt)*nt+ie,(bt+kt)*et+Zt,(Wt+vt)*nt+ie,(bt+vt)*et+Zt,(Wt+kt)*nt+ie)),oe.add(new go.PathSegment(go.PathSegment.Bezier,(bt+kt-vt*.5)*et+Zt,Wt*nt+ie,bt*et+Zt,(Wt+kt)*nt+ie,(bt+kt-vt*.5)*et+Zt,(Wt+vt)*nt+ie)),oe.add(new go.PathSegment(go.PathSegment.Bezier,bt*et+Zt,(Wt-kt)*nt+ie,(bt+kt-vt*.5)*et+Zt,(Wt-vt)*nt+ie,bt*et+Zt,(Wt-kt)*nt+ie).close()),vt=Kt*.8,kt=.8,bt=1,Wt=.5;var xe=new go.PathFigure(bt*et+Zt,(Wt-kt)*nt+ie,!0);return ft.add(xe),xe.add(new go.PathSegment(go.PathSegment.Bezier,(bt+kt)*et+Zt,Wt*nt+ie,(bt+vt)*et+Zt,(Wt-kt)*nt+ie,(bt+kt)*et+Zt,(Wt-vt)*nt+ie)),xe.add(new go.PathSegment(go.PathSegment.Bezier,bt*et+Zt,(Wt+kt)*nt+ie,(bt+kt)*et+Zt,(Wt+vt)*nt+ie,(bt+vt)*et+Zt,(Wt+kt)*nt+ie)),xe.add(new go.PathSegment(go.PathSegment.Bezier,(bt+kt-vt*.5)*et+Zt,Wt*nt+ie,bt*et+Zt,(Wt+kt)*nt+ie,(bt+kt-vt*.5)*et+Zt,(Wt+vt)*nt+ie)),xe.add(new go.PathSegment(go.PathSegment.Bezier,bt*et+Zt,(Wt-kt)*nt+ie,(bt+kt-vt*.5)*et+Zt,(Wt-vt)*nt+ie,bt*et+Zt,(Wt-kt)*nt+ie).close()),ft}),go.Shape.defineFigureGenerator("Email",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var pt=new go.PathFigure(0,0,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Move,0,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.54*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.54*nt)),ft}),go.Shape.defineFigureGenerator("Ethernet",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.35*et,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,0).close());var pt=new go.PathFigure(.1*et,nt,!0,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.6*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.6*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,nt).close());var vt=new go.PathFigure(.6*et,nt,!0,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.6*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.6*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.6*et,nt).close());var kt=new go.PathFigure(0,.5*nt,!1);return ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.5*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,.75*et,.5*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.6*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,.25*et,.5*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.6*nt)),ft}),go.Shape.defineFigureGenerator("Power",function(Nt,et,nt){var ft=new go.Geometry,lt=Kt*.4,pt=.4,vt=.5,kt=.5,bt=Rt(),Wt=Rt(),Zt=Rt(),ie=Rt();ze(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.5,bt,bt,Wt,Zt,ie);var $t=Qt(Wt.x,Wt.y),qt=new go.PathFigure(Wt.x*et,Wt.y*nt,!0);ft.add(qt),qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,Zt.x*et,Zt.y*nt,ie.x*et,ie.y*nt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,(vt-lt)*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt)),ze(vt-pt,kt,vt-pt,kt-lt,vt-lt,kt-pt,vt,kt-pt,.5,Zt,ie,Wt,bt,bt),qt.add(new go.PathSegment(go.PathSegment.Bezier,Wt.x*et,Wt.y*nt,Zt.x*et,Zt.y*nt,ie.x*et,ie.y*nt)),lt=Kt*.3,pt=.3,ze(vt-pt,kt,vt-pt,kt-lt,vt-lt,kt-pt,vt,kt-pt,.5,Zt,ie,Wt,bt,bt),qt.add(new go.PathSegment(go.PathSegment.Line,Wt.x*et,Wt.y*nt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,ie.x*et,ie.y*nt,Zt.x*et,Zt.y*nt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),ze(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.5,bt,bt,Wt,Zt,ie),qt.add(new go.PathSegment(go.PathSegment.Bezier,Wt.x*et,Wt.y*nt,ie.x*et,ie.y*nt,Zt.x*et,Zt.y*nt).close());var qt=new go.PathFigure(.45*et,0,!0);return ft.add(qt),qt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.5*nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.5*nt)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,0).close()),fe(bt),fe(Wt),fe(Zt),fe(ie),fe($t),ft.spot1=new go.Spot(.25,.45),ft.spot2=new go.Spot(.75,.8),ft}),go.Shape.defineFigureGenerator("Fallout",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,nt/2,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,180,360,et/2,nt/2,et/2,nt/2));function pt(vt,kt,bt){vt.add(new go.PathSegment(go.PathSegment.Move,(.3+kt)*et,(.8+bt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,(.5+kt)*et,(.5+bt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,(.1+kt)*et,(.5+bt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,(.3+kt)*et,(.8+bt)*nt).close())}return pt(lt,0,0),pt(lt,.4,0),pt(lt,.2,-.3),ft}),go.Shape.defineFigureGenerator("IrritationHazard",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.2*et,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.3*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*nt).close()),ft.spot1=new go.Spot(.3,.3),ft.spot2=new go.Spot(.7,.7),ft}),go.Shape.defineFigureGenerator("ElectricalHazard",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.37*et,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.11*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.77*et,.04*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.49*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.37*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.63*et,.86*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.77*et,.91*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.34*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.34*et,.78*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.44*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.56*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.68*nt).close()),ft}),go.Shape.defineFigureGenerator("FireHazard",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.1*et,nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.29*et,0,-.25*et,.63*nt,.45*et,.44*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.51*et,.42*nt,.48*et,.17*nt,.54*et,.35*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.59*et,.18*nt,.59*et,.29*nt,.58*et,.28*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,.6*nt,.8*et,.34*nt,.88*et,.43*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.88*et,.31*nt,.87*et,.48*nt,.88*et,.43*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,nt,1.17*et,.76*nt,.82*et,.8*nt).close()),ft.spot1=new go.Spot(.07,.445),ft.spot2=new go.Spot(.884,.958),ft}),go.Shape.defineFigureGenerator("BpmnActivityLoop",function(Nt,et,nt){var ft=new go.Geometry,lt=.5,pt=0,vt=0,kt=lt*Kt,bt=.4*Math.SQRT2/2+.5,Wt=.5-.5*Math.SQRT2/2,Zt=1,ie=.5,$t=.5,qt=0,ye=new go.PathFigure(bt*et,(1-Wt)*nt,!1);return ft.add(ye),ye.add(new go.PathSegment(go.PathSegment.Bezier,Zt*et,ie*nt,Zt*et,.7*nt,Zt*et,ie*nt)),ye.add(new go.PathSegment(go.PathSegment.Bezier,($t+pt)*et,(qt+pt)*nt,(.5+lt+pt)*et,(.5-kt+pt)*nt,(.5+kt+pt)*et,(.5-lt+pt)*nt)),ye.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+pt)*et,(.5+vt)*nt,(.5-kt+pt)*et,(.5-lt+vt)*nt,(.5-lt+pt)*et,(.5-kt+vt)*nt)),ye.add(new go.PathSegment(go.PathSegment.Bezier,(.35+pt)*et,.9*nt,(.5-lt+pt)*et,(.5+kt+vt)*nt,(.5-kt+pt)*et,.9*nt)),ye.add(new go.PathSegment(go.PathSegment.Move,(.25+pt)*et,.8*nt)),ye.add(new go.PathSegment(go.PathSegment.Line,(.35+pt)*et,.9*nt)),ye.add(new go.PathSegment(go.PathSegment.Line,(.2+pt)*et,.95*nt)),ft}),go.Shape.defineFigureGenerator("BpmnActivityParallel",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),ft}),go.Shape.defineFigureGenerator("BpmnActivitySequential",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),ft}),go.Shape.defineFigureGenerator("BpmnActivityAdHoc",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!1);ft.add(lt);var pt=new go.PathFigure(et,nt,!1);ft.add(pt);var vt=new go.PathFigure(0,.5*nt,!1);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.5*nt,.2*et,.35*nt,.3*et,.35*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,.7*et,.65*nt,.8*et,.65*nt)),ft}),go.Shape.defineFigureGenerator("BpmnActivityCompensation",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt).close()),ft}),go.Shape.defineFigureGenerator("BpmnTaskMessage",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.2*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt).close());var lt=new go.PathFigure(0,.2*nt,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt)),ft}),go.Shape.defineFigureGenerator("BpmnTaskScript",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.7*et,nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,0,.6*et,.5*nt,0,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,nt,.4*et,.5*nt,et,.5*nt).close());var pt=new go.PathFigure(.45*et,.73*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.73*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.38*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.63*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.31*et,.27*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.56*et,.27*nt)),ft}),go.Shape.defineFigureGenerator("BpmnTaskUser",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!1);ft.add(lt);var pt=new go.PathFigure(.335*et,(1-.555)*nt,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.335*et,(1-.405)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.405)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.555)*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,et,.68*nt,(1-.12)*et,.46*nt,(1-.02)*et,.54*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.68*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.335*et,(1-.555)*nt,.02*et,.54*nt,.12*et,.46*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.365*et,(1-.595)*nt));var vt=.5-.285,kt=.5,bt=vt,Wt=Math.PI/4,Zt=4*(1-Math.cos(Wt))/(3*Math.sin(Wt)),ie=Zt*.5,$t=vt,qt=vt,ye=Zt*$t,oe=Zt*qt;pt.add(new go.PathSegment(go.PathSegment.Bezier,(kt-$t)*et,bt*nt,(kt-(ye+$t)/2)*et,(bt+(qt+oe)/2)*nt,(kt-$t)*et,(bt+oe)*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,kt*et,(bt-qt)*nt,(kt-$t)*et,(bt-oe)*nt,(kt-ye)*et,(bt-qt)*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,(kt+$t)*et,bt*nt,(kt+ye)*et,(bt-qt)*nt,(kt+$t)*et,(bt-oe)*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.365)*et,(1-.595)*nt,(kt+$t)*et,(bt+oe)*nt,(kt+(ye+$t)/2)*et,(bt+(qt+oe)/2)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.365)*et,(1-.595)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.555)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.405)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.335*et,(1-.405)*nt));var xe=new go.PathFigure(.2*et,nt,!1);ft.add(xe),xe.add(new go.PathSegment(go.PathSegment.Line,.2*et,.8*nt));var De=new go.PathFigure(.8*et,nt,!1);return ft.add(De),De.add(new go.PathSegment(go.PathSegment.Line,.8*et,.8*nt)),ft}),go.Shape.defineFigureGenerator("BpmnEventConditional",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.1*et,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,nt).close());var pt=new go.PathFigure(.2*et,.2*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.6*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.6*nt)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.8*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.8*nt)),ft}),go.Shape.defineFigureGenerator("BpmnEventError",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.5*nt).close()),ft}),go.Shape.defineFigureGenerator("BpmnEventEscalation",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!1);ft.add(lt);var pt=new go.PathFigure(et,nt,!1);ft.add(pt);var vt=new go.PathFigure(.1*et,nt,!0);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt).close()),ft}),go.Shape.defineFigureGenerator("Caution",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.05*et,nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,.8*nt,0,nt,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.1*nt,.5*et,0,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.95*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,nt,et,nt,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,nt));var pt=.05;return lt.add(new go.PathSegment(go.PathSegment.Move,(.5-pt)*et,.875*nt)),lt.add(new go.PathSegment(go.PathSegment.Arc,180,-360,.5*et,.875*nt,pt*et,pt*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.325*nt,.575*et,.725*nt,.625*et,.375*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.75*nt,.375*et,.375*nt,.425*et,.725*nt)),ft}),go.Shape.defineFigureGenerator("Recycle",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.45*et,.95*nt,!1);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.95*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.185*et,.85*nt,.17*et,.95*nt,.15*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.235*et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.625*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.275*et,.45*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,.45*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,.575*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1875*et,.95*nt,0,.675*nt,0,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.45*et,.95*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.775*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.22*et,.775*nt));var pt=new go.PathFigure(.475*et,.2*nt,!1);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.225*et,.3*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.275*et,.175*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.325*et,.05*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,.05*nt,.35*et,0,.375*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.375*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.475*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.315*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.32*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.05*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.575*et,0,.65*et,.05*nt,.625*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.38*et,.0105*nt));var vt=new go.PathFigure(.675*et,.575*nt,!1);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.875*et,.525*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.775*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.85*et,.95*nt,et,.8*nt,et,.85*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.95*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.85*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.725*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.775*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.775*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.775*nt)),vt.add(new go.PathSegment(go.PathSegment.Move,.675*et,.575*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.775*et,.775*nt)),ft}),go.Shape.defineFigureGenerator("BpmnEventTimer",function(Nt,et,nt){var ft=new go.Geometry,lt=.5,pt=Kt*.5,vt=new go.PathFigure(et,lt*nt,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,lt*et,nt,et,(lt+pt)*nt,(lt+pt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,lt*nt,(lt-pt)*et,nt,0,(lt+pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,lt*et,0,0,(lt-pt)*nt,(lt-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,lt*nt,(lt+pt)*et,0,et,(lt-pt)*nt));var kt=new go.PathFigure(lt*et,0,!1);return ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,lt*et,.15*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,lt*et,nt)),kt.add(new go.PathSegment(go.PathSegment.Line,lt*et,.85*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,0,lt*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.15*et,lt*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,et,lt*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.85*et,lt*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,lt*et,lt*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.58*et,.1*nt)),kt.add(new go.PathSegment(go.PathSegment.Move,lt*et,lt*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.78*et,.54*nt)),ft}),go.Shape.defineFigureGenerator("Package",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.15*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var pt=new go.PathFigure(0,.15*nt,!0);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,0,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.15*nt).close()),ft.spot1=new go.Spot(0,.1),ft.spot2=new go.Spot(1,1),ft}),go.Shape.defineFigureGenerator("Class",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var pt=new go.PathFigure(0,.2*nt,!1);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt).close());var vt=new go.PathFigure(0,.5*nt,!1);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt).close()),ft}),go.Shape.defineFigureGenerator("Component",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et,nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt).close());var pt=new go.PathFigure(0,.2*nt,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.2*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.2*nt).close());var vt=new go.PathFigure(0,.6*nt,!0);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.6*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.8*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.6*nt).close()),ft}),go.Shape.defineFigureGenerator("Boat Shipment",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.15*et,.6*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*nt));var pt=new go.PathFigure(.15*et,.6*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*nt)),ft}),go.Shape.defineFigureGenerator("Customer/Supplier",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et,nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt).close()),ft}),go.Shape.defineFigureGenerator("Workcell",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ft}),go.Shape.defineFigureGenerator("Supermarket",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,et,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.66*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.66*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,et,.66*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),ft}),go.Shape.defineFigureGenerator("TruckShipment",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var pt=new go.PathFigure(et,.8*nt,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.8*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt).close());var vt=.1,kt=Kt*.1,bt=.2,Wt=.9,Zt=new go.PathFigure((bt-vt)*et,Wt*nt,!0);ft.add(Zt),Zt.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt-vt)*nt,(bt-vt)*et,(Wt-kt)*nt,(bt-kt)*et,(Wt-vt)*nt)),Zt.add(new go.PathSegment(go.PathSegment.Bezier,(bt+vt)*et,Wt*nt,(bt+kt)*et,(Wt-vt)*nt,(bt+vt)*et,(Wt-kt)*nt)),Zt.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt+vt)*nt,(bt+vt)*et,(Wt+kt)*nt,(bt+kt)*et,(Wt+vt)*nt)),Zt.add(new go.PathSegment(go.PathSegment.Bezier,(bt-vt)*et,Wt*nt,(bt-kt)*et,(Wt+vt)*nt,(bt-vt)*et,(Wt+kt)*nt).close()),vt=.1,kt=Kt*.1,bt=.8,Wt=.9;var ie=new go.PathFigure((bt-vt)*et,Wt*nt,!0);return ft.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt-vt)*nt,(bt-vt)*et,(Wt-kt)*nt,(bt-kt)*et,(Wt-vt)*nt)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(bt+vt)*et,Wt*nt,(bt+kt)*et,(Wt-vt)*nt,(bt+vt)*et,(Wt-kt)*nt)),ie.add(new go.PathSegment(go.PathSegment.Bezier,bt*et,(Wt+vt)*nt,(bt+vt)*et,(Wt+kt)*nt,(bt+kt)*et,(Wt+vt)*nt)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(bt-vt)*et,Wt*nt,(bt-kt)*et,(Wt+vt)*nt,(bt-vt)*et,(Wt+kt)*nt).close()),ft}),go.Shape.defineFigureGenerator("KanbanPost",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.2*et,0,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,nt)),ft}),go.Shape.defineFigureGenerator("Forklift",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0));var pt=new go.PathFigure(0,.5*nt,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.8*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt));var vt=new go.PathFigure(.5*et,.8*nt,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.1*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.1*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.8*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.8*nt));var kt=new go.PathFigure(.5*et,.7*nt,!1);ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et,.7*nt));var bt=.1,Wt=Kt*.1,Zt=.1,ie=.9,$t=new go.PathFigure((Zt-bt)*et,ie*nt,!0);ft.add($t),$t.add(new go.PathSegment(go.PathSegment.Bezier,Zt*et,(ie-bt)*nt,(Zt-bt)*et,(ie-Wt)*nt,(Zt-Wt)*et,(ie-bt)*nt)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Zt+bt)*et,ie*nt,(Zt+Wt)*et,(ie-bt)*nt,(Zt+bt)*et,(ie-Wt)*nt)),$t.add(new go.PathSegment(go.PathSegment.Bezier,Zt*et,(ie+bt)*nt,(Zt+bt)*et,(ie+Wt)*nt,(Zt+Wt)*et,(ie+bt)*nt)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Zt-bt)*et,ie*nt,(Zt-Wt)*et,(ie+bt)*nt,(Zt-bt)*et,(ie+Wt)*nt)),bt=.1,Wt=Kt*.1,Zt=.4,ie=.9;var qt=new go.PathFigure((Zt-bt)*et,ie*nt,!0);return ft.add(qt),qt.add(new go.PathSegment(go.PathSegment.Bezier,Zt*et,(ie-bt)*nt,(Zt-bt)*et,(ie-Wt)*nt,(Zt-Wt)*et,(ie-bt)*nt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(Zt+bt)*et,ie*nt,(Zt+Wt)*et,(ie-bt)*nt,(Zt+bt)*et,(ie-Wt)*nt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,Zt*et,(ie+bt)*nt,(Zt+bt)*et,(ie+Wt)*nt,(Zt+Wt)*et,(ie+bt)*nt)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(Zt-bt)*et,ie*nt,(Zt-Wt)*et,(ie+bt)*nt,(Zt-bt)*et,(ie+Wt)*nt)),ft}),go.Shape.defineFigureGenerator("RailShipment",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.1*et,.4*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.4*nt).close());var pt=new go.PathFigure(.45*et,.7*nt,!1);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*nt));var vt=new go.PathFigure(.55*et,.4*nt,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.9*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.9*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.4*nt).close());var Zt=.05,ie=Kt*.05,$t=.175,qt=.95,kt=new go.PathFigure(($t-Zt)*et,qt*nt,!0);ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(qt-Zt)*nt,($t-Zt)*et,(qt-ie)*nt,($t-ie)*et,(qt-Zt)*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,($t+Zt)*et,qt*nt,($t+ie)*et,(qt-Zt)*nt,($t+Zt)*et,(qt-ie)*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(qt+Zt)*nt,($t+Zt)*et,(qt+ie)*nt,($t+ie)*et,(qt+Zt)*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,($t-Zt)*et,qt*nt,($t-ie)*et,(qt+Zt)*nt,($t-Zt)*et,(qt+ie)*nt));var Zt=.05,ie=Kt*.05,$t=.375,qt=.95,bt=new go.PathFigure(($t-Zt)*et,qt*nt,!0);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(qt-Zt)*nt,($t-Zt)*et,(qt-ie)*nt,($t-ie)*et,(qt-Zt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,($t+Zt)*et,qt*nt,($t+ie)*et,(qt-Zt)*nt,($t+Zt)*et,(qt-ie)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(qt+Zt)*nt,($t+Zt)*et,(qt+ie)*nt,($t+ie)*et,(qt+Zt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,($t-Zt)*et,qt*nt,($t-ie)*et,(qt+Zt)*nt,($t-Zt)*et,(qt+ie)*nt));var Zt=.05,ie=Kt*.05,$t=.625,qt=.95,Wt=new go.PathFigure(($t-Zt)*et,qt*nt,!0);ft.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(qt-Zt)*nt,($t-Zt)*et,(qt-ie)*nt,($t-ie)*et,(qt-Zt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,($t+Zt)*et,qt*nt,($t+ie)*et,(qt-Zt)*nt,($t+Zt)*et,(qt-ie)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(qt+Zt)*nt,($t+Zt)*et,(qt+ie)*nt,($t+ie)*et,(qt+Zt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,($t-Zt)*et,qt*nt,($t-ie)*et,(qt+Zt)*nt,($t-Zt)*et,(qt+ie)*nt));var Zt=.05,ie=Kt*.05,$t=.825,qt=.95,ye=new go.PathFigure(($t-Zt)*et,qt*nt,!0);ft.add(ye),ye.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(qt-Zt)*nt,($t-Zt)*et,(qt-ie)*nt,($t-ie)*et,(qt-Zt)*nt)),ye.add(new go.PathSegment(go.PathSegment.Bezier,($t+Zt)*et,qt*nt,($t+ie)*et,(qt-Zt)*nt,($t+Zt)*et,(qt-ie)*nt)),ye.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(qt+Zt)*nt,($t+Zt)*et,(qt+ie)*nt,($t+ie)*et,(qt+Zt)*nt)),ye.add(new go.PathSegment(go.PathSegment.Bezier,($t-Zt)*et,qt*nt,($t-ie)*et,(qt+Zt)*nt,($t-Zt)*et,(qt+ie)*nt).close());var oe=new go.PathFigure(0,nt,!1);return ft.add(oe),oe.add(new go.PathSegment(go.PathSegment.Line,et,nt).close()),ft}),go.Shape.defineFigureGenerator("Warehouse",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var pt=new go.PathFigure(0,.2*nt,!1);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt).close());var vt=new go.PathFigure(.15*et,nt,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.5*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.5*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.4*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.15*et,nt).close());var kt=.05,bt=Kt*.05,Wt=.35,Zt=.775,ie=new go.PathFigure((Wt-kt)*et,Zt*nt,!0);return ft.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,Wt*et,(Zt-kt)*nt,(Wt-kt)*et,(Zt-bt)*nt,(Wt-bt)*et,(Zt-kt)*nt)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(Wt+kt)*et,Zt*nt,(Wt+bt)*et,(Zt-kt)*nt,(Wt+kt)*et,(Zt-bt)*nt)),ie.add(new go.PathSegment(go.PathSegment.Bezier,Wt*et,(Zt+kt)*nt,(Wt+kt)*et,(Zt+bt)*nt,(Wt+bt)*et,(Zt+kt)*nt)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(Wt-kt)*et,Zt*nt,(Wt-bt)*et,(Zt+kt)*nt,(Wt-kt)*et,(Zt+bt)*nt).close()),ft}),go.Shape.defineFigureGenerator("ControlCenter",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.1*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*nt).close()),ft}),go.Shape.defineFigureGenerator("Bluetooth",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.75*nt,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*nt)),ft}),go.Shape.defineFigureGenerator("Bookmark",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*nt)),ft}),go.Shape.defineFigureGenerator("Bookmark",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*nt)),ft}),go.Shape.defineFigureGenerator("Globe",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.5*et,0,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,.75*et,0,et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,.75*nt,.75*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,.25*et,nt,0,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,.25*nt,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,.15*et,.25*nt,.15*et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.85*et,.75*nt,.85*et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.1675*et,.15*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8325*et,.15*nt,.35*et,.3*nt,.65*et,.3*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.1675*et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8325*et,.85*nt,.35*et,.7*nt,.65*et,.7*nt)),ft}),go.Shape.defineFigureGenerator("Wave",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.25*nt,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.25*nt,.1*et,0,.2*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,.25*nt,.425*et,.5*nt,.575*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.25*nt,.8*et,0,.9*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.75*nt,.1*et,.5*nt,.2*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,.75*nt,.425*et,nt,.575*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.75*nt,.8*et,.5*nt,.9*et,.5*nt)),ft}),go.Shape.defineFigureGenerator("Operator",function(Nt,et,nt){var ft=new go.Geometry,lt=.3,pt=Kt*.3,vt=.5,kt=.7,bt=new go.PathFigure((vt-lt)*et,kt*nt,!0);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,kt*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt));var Wt=new go.PathFigure(0,.7*nt,!1);return ft.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Bezier,et,.7*nt,0,0,et,0)),ft}),go.Shape.defineFigureGenerator("TripleFanBlades",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*nt,.65*et,.3*nt,.65*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.35*et,.5*nt,.35*et,.3*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt,.3*et,.6*nt,.1*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*nt,.2*et,nt,.35*et,.95*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,nt,.7*et,.6*nt,.9*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*nt,.8*et,nt,.65*et,.95*nt)),ft}),go.Shape.defineFigureGenerator("CentrifugalPump",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et,0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,0,.075*nt,0,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,nt,0,nt,.4*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.4*nt,.8*et,nt,.85*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),ft}),go.Shape.defineFigureGenerator("Battery",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.4*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.1*nt));var pt=new go.PathFigure(0,.6*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Move,0,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.4*nt)),ft}),go.Shape.defineFigureGenerator("Delete",function(Nt,et,nt){var ft=new go.Geometry,lt=.5,pt=Kt*.5,vt=.5,kt=.5,bt=new go.PathFigure((vt-lt)*et,kt*nt,!0);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,kt*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt));var Wt=new go.PathFigure(.15*et,.5*nt,!1);return ft.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.5*nt)),ft}),go.Shape.defineFigureGenerator("Flag",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.1*nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.1*nt,.15*et,0,.35*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*nt,.65*et,.2*nt,.85*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.5*nt,.85*et,.6*nt,.65*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,.35*et,.4*nt,.15*et,.4*nt).close()),ft}),go.Shape.defineFigureGenerator("Help",function(Nt,et,nt){var ft=new go.Geometry,lt=.5,pt=Kt*.5,vt=.5,kt=.5,bt=new go.PathFigure((vt-lt)*et,kt*nt,!1);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,kt*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt).close()),lt=.05,pt=Kt*.05,vt=.5,kt=.8;var Wt=new go.PathFigure((vt-lt)*et,kt*nt,!1);return ft.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,kt*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt).close()),Wt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.7*nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*nt,.75*et,.475*nt,.75*et,.225*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.35*nt,.4*et,.2*nt,.3*et,.25*nt)),ft}),go.Shape.defineFigureGenerator("Location",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(.5*et,nt,!0).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.975*et,.025*nt,.5*et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.25*et,.5*nt,.5*et,0,.025*et,.025*nt).close()).add(new go.PathSegment(go.PathSegment.Move,.5*et,.2*nt)).add(new go.PathSegment(go.PathSegment.Arc,270,360,.5*et,.3*nt,.1*et,.1*nt).close()))}),go.Shape.defineFigureGenerator("Lock",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt));var pt=new go.PathFigure(.2*et,.5*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.3*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.3*nt,.25*et,0,.75*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.3*nt)),ft}),go.Shape.defineFigureGenerator("Unlocked",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt));var pt=new go.PathFigure(.2*et,.5*nt,!1);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.3*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.3*nt,.25*et,0,.75*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.35*nt)),ft}),go.Shape.defineFigureGenerator("Gear",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(.9375*et,.56246875*nt,!0).add(new go.PathSegment(go.PathSegment.Line,.9375*et,.4375*nt)).add(new go.PathSegment(go.PathSegment.Line,.80621875*et,.4375*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.763*et,.3316875*nt,.79840625*et,.39915625*nt,.7834375*et,.3635*nt)).add(new go.PathSegment(go.PathSegment.Line,.8566875*et,.23796875*nt)).add(new go.PathSegment(go.PathSegment.Line,.76825*et,.14959375*nt)).add(new go.PathSegment(go.PathSegment.Line,.67596875*et,.24184375*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.5625*et,.19378125*nt,.64228125*et,.2188125*nt,.603875*et,.2021875*nt)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.0625*nt)).add(new go.PathSegment(go.PathSegment.Line,.4375*et,.0625*nt)).add(new go.PathSegment(go.PathSegment.Line,.4375*et,.19378125*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.32775*et,.239375*nt,.39759375*et,.20190625*nt,.36053125*et,.2176875*nt)).add(new go.PathSegment(go.PathSegment.Line,.2379375*et,.14959375*nt)).add(new go.PathSegment(go.PathSegment.Line,.14953125*et,.2379375*nt)).add(new go.PathSegment(go.PathSegment.Line,.23934375*et,.3278125*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.19378125*et,.4375*nt,.21765625*et,.36059375*nt,.201875*et,.397625*nt)).add(new go.PathSegment(go.PathSegment.Line,.0625*et,.4375*nt)).add(new go.PathSegment(go.PathSegment.Line,.0625*et,.5625*nt)).add(new go.PathSegment(go.PathSegment.Line,.1938125*et,.5625*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.241875*et,.67596875*nt,.20221875*et,.603875*nt,.21884375*et,.64228125*nt)).add(new go.PathSegment(go.PathSegment.Line,.1495625*et,.76825*nt)).add(new go.PathSegment(go.PathSegment.Line,.238*et,.8566875*nt)).add(new go.PathSegment(go.PathSegment.Line,.3316875*et,.76296875*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.43753125*et,.80621875*nt,.36353125*et,.78340625*nt,.3991875*et,.79840625*nt)).add(new go.PathSegment(go.PathSegment.Line,.43753125*et,.9375*nt)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.9375*nt)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.80621875*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.67225*et,.760625*nt,.602375*et,.79809375*nt,.63946875*et,.78234375*nt)).add(new go.PathSegment(go.PathSegment.Line,.76828125*et,.8566875*nt)).add(new go.PathSegment(go.PathSegment.Line,.85671875*et,.76825*nt)).add(new go.PathSegment(go.PathSegment.Line,.76065625*et,.67221875*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.80621875*et,.56246875*nt,.78234375*et,.63940625*nt,.798125*et,.602375*nt)).add(new go.PathSegment(go.PathSegment.Line,.9375*et,.56246875*nt).close()).add(new go.PathSegment(go.PathSegment.Move,.5*et,.6*nt)).add(new go.PathSegment(go.PathSegment.Arc,90,360,.5*et,.5*nt,.1*et,.1*nt).close()))}),go.Shape.defineFigureGenerator("Hand",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,.3*nt,0,.375*nt,.05*et,.325*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.45*et,.075*nt,.3*et,.225*nt,.4*et,.175*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.525*et,.075*nt,.46*et,.05*nt,.525*et,.05*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.4*nt,.525*et,.275*nt,.475*et,.325*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.55*nt,et,.4*nt,et,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.6*et,.7*nt,.675*et,.55*nt,.675*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.575*et,.85*nt,.65*et,.7*nt,.65*et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.535*et,nt,.61*et,.85*nt,.61*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*nt,.435*et,nt,0,nt).close()),ft}),go.Shape.defineFigureGenerator("Map",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,.2*nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),lt.add(new go.PathSegment(go.PathSegment.Move,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.8*nt)),ft}),go.Shape.defineFigureGenerator("Eject",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,nt,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt*.7)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*.7).close());var pt=new go.PathFigure(0,nt*.6,!0);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.6*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0).close()),ft}),go.Shape.defineFigureGenerator("Pencil",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.9*et,nt)).add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*nt).close()))}),go.Shape.defineFigureGenerator("Building",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et*1,nt*1,!1);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,nt*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,nt*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,nt*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,nt*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt*.85).close());var pt=new go.PathFigure(.126*et,.85*nt,!1);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.126*et,.45*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.322*et,.45*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,.322*et,.85*nt).close());var vt=new go.PathFigure(.402*et,.85*nt,!1);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.402*et,.45*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.598*et,.45*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,.598*et,.85*nt).close());var kt=new go.PathFigure(.678*et,.85*nt,!1);ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,.678*et,.45*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.874*et,.45*nt)),kt.add(new go.PathSegment(go.PathSegment.Line,.874*et,.85*nt).close());var bt=new go.PathFigure(.5*et,.1*nt,!1);return ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Line,(.046+.15)*et,.3*nt)),bt.add(new go.PathSegment(go.PathSegment.Line,(1-(.046+.15))*et,.3*nt).close()),ft}),go.Shape.defineFigureGenerator("Staircase",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,nt*1,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,nt*.8)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.8)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.6)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.6)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.4)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*.4)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*.2)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.2)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.15)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.15)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*.95).close()),ft}),go.Shape.defineFigureGenerator("5Bars",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,nt*1,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.184,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.184,nt*(1-.184)).close());var pt=new go.PathFigure(et*.204,nt,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.204,nt*(1-.184))),pt.add(new go.PathSegment(go.PathSegment.Line,et*.388,nt*(1-.184*2))),pt.add(new go.PathSegment(go.PathSegment.Line,et*.388,nt*1).close());var vt=new go.PathFigure(et*.408,nt,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.408,nt*(1-.184*2))),vt.add(new go.PathSegment(go.PathSegment.Line,et*.592,nt*(1-.184*3))),vt.add(new go.PathSegment(go.PathSegment.Line,et*.592,nt*1).close());var kt=new go.PathFigure(et*.612,nt,!0);ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et*.612,nt*(1-.184*3))),kt.add(new go.PathSegment(go.PathSegment.Line,et*.796,nt*(1-.184*4))),kt.add(new go.PathSegment(go.PathSegment.Line,et*.796,nt*1).close());var bt=new go.PathFigure(et*.816,nt,!0);return ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Line,et*.816,nt*(1-.184*4))),bt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*(1-.184*5))),bt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1).close()),ft}),go.Shape.defineFigureGenerator("PC",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,0).close());var pt=new go.PathFigure(et*.055,.07*nt,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.07)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.055,nt*.1).close());var vt=new go.PathFigure(et*.055,.13*nt,!0);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.13)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.16)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.055,nt*.16).close());var kt=new go.PathFigure(et*.055,.18*nt,!0);ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.18)),kt.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.21)),kt.add(new go.PathSegment(go.PathSegment.Line,et*.055,nt*.21).close());var bt=new go.PathFigure(et*1,0,!0);return ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Line,et*.4,0)),bt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.65)),bt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.65).close()),ft}),go.Shape.defineFigureGenerator("Plane",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(.55*et,nt,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.475*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.35*et,.525*nt,0,.4*nt,.225*et,.45*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.475*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.35*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.325*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.325*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.2*nt,.975*et,0,et,.08*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.45*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.95*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.55*et,nt).close()),ft}),go.Shape.defineFigureGenerator("Key",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et*1,nt*.5,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.9,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.35*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,.35*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.35*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,.575*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.9,.6*nt).close()),lt.add(new go.PathSegment(go.PathSegment.Move,.17*et,.425*nt)),lt.add(new go.PathSegment(go.PathSegment.Arc,270,360,.17*et,.5*nt,.075*et,.075*nt).close()),ft}),go.Shape.defineFigureGenerator("FilmTape",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(0,0,!1);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,270,180,et*0,et*.3,et*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.08,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.08,nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*1),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*1),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*2),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*2),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*3),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*3),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*4),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*4),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*5),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*5),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*6),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*6),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*7),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*7),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*8),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*8),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*9),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*9),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*10),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*10),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*11),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*11),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*12),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*12),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*13),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*13),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*14),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*14),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*15),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*15),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1));var pt=new go.PathFigure(0,0,!1);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*0)),pt.add(new go.PathSegment(go.PathSegment.Arc,270,-180,et*1,et*.3,et*.055)),pt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1));var vt=new go.PathFigure(et*.11,nt*.1,!1);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*0),nt*.1)),vt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*0),nt*.8)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.11,nt*.8).close());var kt=new go.PathFigure(et*(.11+.24133333*1+.028*1),nt*.1,!1);ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*1),nt*.1)),kt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*1),nt*.8)),kt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*1),nt*.8).close());var bt=new go.PathFigure(et*(.11+.24133333*2+.028*2),nt*.1,!1);return ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),nt*.1)),bt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),nt*.8)),bt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*2),nt*.8).close()),ft}),go.Shape.defineFigureGenerator("FloppyDisk",function(Nt,et,nt){var ft=new go.Geometry,lt=8,pt=lt*Kt,vt=new go.PathFigure(lt,0,!1);ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.86,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.14)),vt.add(new go.PathSegment(go.PathSegment.Line,et,nt-lt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,nt,et,nt-pt,et-pt,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,lt,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt-lt,pt,nt,0,nt-pt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,lt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,lt,0,0,pt,pt,0).close());var kt=new go.PathFigure(et*.83,0,!1);ft.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et*.83,nt*.3)),kt.add(new go.PathSegment(go.PathSegment.Line,et*.17,nt*.3)),kt.add(new go.PathSegment(go.PathSegment.Line,et*.17,nt*0).close());var bt=new go.PathFigure(et*.83,nt*1,!1);ft.add(bt),bt.add(new go.PathSegment(go.PathSegment.Line,et*.83,nt*.5)),bt.add(new go.PathSegment(go.PathSegment.Line,et*.17,nt*.5)),bt.add(new go.PathSegment(go.PathSegment.Line,et*.17,nt*1).close());var Wt=new go.PathFigure(et*.78,nt*.05,!1);return ft.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.05)),Wt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.25)),Wt.add(new go.PathSegment(go.PathSegment.Line,et*.78,nt*.25).close()),ft}),go.Shape.defineFigureGenerator("SpeechBubble",function(Nt,et,nt){var ft=Nt?Nt.parameter1:NaN;(isNaN(ft)||ft<0)&&(ft=15),ft=Math.min(ft,et/3),ft=Math.min(ft,nt/3);var lt=ft*Kt,pt=nt*.8,vt=new go.Geometry,kt=new go.PathFigure(ft,0,!0);return vt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et-ft,0)),kt.add(new go.PathSegment(go.PathSegment.Bezier,et,ft,et-lt,0,et,lt)),kt.add(new go.PathSegment(go.PathSegment.Line,et,pt-ft)),kt.add(new go.PathSegment(go.PathSegment.Bezier,et-ft,pt,et,pt-lt,et-lt,pt)),kt.add(new go.PathSegment(go.PathSegment.Line,et*.7,pt)),kt.add(new go.PathSegment(go.PathSegment.Line,et*.7,nt)),kt.add(new go.PathSegment(go.PathSegment.Line,et*.55,pt)),kt.add(new go.PathSegment(go.PathSegment.Line,ft,pt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt-ft,lt,pt,0,pt-lt)),kt.add(new go.PathSegment(go.PathSegment.Line,0,ft)),kt.add(new go.PathSegment(go.PathSegment.Bezier,ft,0,0,lt,lt,0).close()),lt>1?(vt.spot1=new go.Spot(0,0,lt,lt),vt.spot2=new go.Spot(1,.8,-lt,-lt)):(vt.spot1=go.Spot.TopLeft,vt.spot2=new go.Spot(1,.8)),vt}),go.Shape.defineFigureGenerator("Repeat",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et*0,nt*.45,!0);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,nt*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,nt*.45).close());var pt=new go.PathFigure(et*1,nt*.55,!0);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.55)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.7,nt*.55)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.7,nt*.1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.35,nt*0)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*0)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*.55).close()),ft}),go.Shape.defineFigureGenerator("Windows",function(Nt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close()).add(new go.PathSegment(go.PathSegment.Move,.4*et,.4*nt)).add(new go.PathSegment(go.PathSegment.Line,.4*et,.8*nt)).add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*nt)).add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*nt).close()).add(new go.PathSegment(go.PathSegment.Move,.2*et,.1*nt)).add(new go.PathSegment(go.PathSegment.Line,.2*et,.6*nt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.6*nt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.1*nt).close()).add(new go.PathSegment(go.PathSegment.Move,.1*et,.6*nt)).add(new go.PathSegment(go.PathSegment.Line,.1*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt).close()))}),go.Shape.defineFigureGenerator("Terminal",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et*0,nt*.1,!1);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,nt*.9).close());var pt=new go.PathFigure(et*.1,nt*.2,!0);ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.1,nt*.25)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.22,nt*.285)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.1,nt*.32)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.1,nt*.37)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.275,nt*.32)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.275,nt*.25).close());var vt=new go.PathFigure(et*.28,nt*.37,!0);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.37)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.41)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.28,nt*.41).close()),ft}),go.Shape.defineFigureGenerator("Beaker",function(Nt,et,nt){var ft=new go.Geometry,lt=15,pt=lt*Kt,vt=new go.PathFigure(et*.62,nt*.475,!0);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,nt-lt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,nt,et,nt-pt,et-pt,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,lt,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt-lt,pt,nt,0,nt-pt)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.38,nt*.475)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.38,nt*.03)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.36,nt*0)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.64,nt*0)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.62,nt*.03).close()),pt>1?(ft.spot1=new go.Spot(0,0,pt,pt),ft.spot2=new go.Spot(1,1,-pt,-pt)):(ft.spot1=go.Spot.TopLeft,ft.spot2=go.Spot.BottomRight),ft}),go.Shape.defineFigureGenerator("Download",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et*0,nt*1,!0);ft.add(lt);var pt=.1/.3;lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,nt*(1-pt)).close());var vt=new go.PathFigure(et*.4,nt*0,!0);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.26,nt*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.66)),vt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.26),nt*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*0).close()),ft}),go.Shape.defineFigureGenerator("Bin",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et*0,nt*1,!0);ft.add(lt);var pt=.1/.3;return lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,nt*(1-pt)).close()),ft}),go.Shape.defineFigureGenerator("Upload",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et*0,nt*1,!0);ft.add(lt);var pt=.1/.3;lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,nt*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,nt*(1-pt)).close());var vt=new go.PathFigure(et*.5,nt*0,!0);return ft.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.26,nt*.25)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.25)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.63)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.63)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.25)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.74,nt*.25).close()),ft}),go.Shape.defineFigureGenerator("EmptyDrink",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et*.15,nt*0,!1);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,nt*1).close()),ft}),go.Shape.defineFigureGenerator("Drink",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et*.15,nt*0,!1);ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,nt*1).close());var pt=new go.PathFigure(et*.235,nt*.28,!0);return ft.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.765,nt*.28)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.655,nt*.97)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.345,nt*.97).close()),ft}),go.Shape.defineFigureGenerator("4Arrows",function(Nt,et,nt){var ft=new go.Geometry,lt=new go.PathFigure(et*.5,nt*0,!0);return ft.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,nt*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.5)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.65)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,nt*.65)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,nt*.5)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,nt*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,nt*.25).close()),ft}),go.Shape.defineFigureGenerator("Connector","Ellipse"),go.Shape.defineFigureGenerator("Alternative","TriangleUp"),go.Shape.defineFigureGenerator("Merge","TriangleUp"),go.Shape.defineFigureGenerator("Decision","Diamond"),go.Shape.defineFigureGenerator("DataTransmissions","Hexagon"),go.Shape.defineFigureGenerator("Gate","Crescent"),go.Shape.defineFigureGenerator("Delay","HalfEllipse"),go.Shape.defineFigureGenerator("Input","Parallelogram1"),go.Shape.defineFigureGenerator("ManualLoop","ManualOperation"),go.Shape.defineFigureGenerator("ISOProcess","Chevron"),go.Shape.defineFigureGenerator("MessageToUser","SquareArrow"),go.Shape.defineFigureGenerator("MagneticData","Cylinder1"),go.Shape.defineFigureGenerator("DirectData","Cylinder4"),go.Shape.defineFigureGenerator("StoredData","DataStorage"),go.Shape.defineFigureGenerator("SequentialData","MagneticTape"),go.Shape.defineFigureGenerator("Subroutine","Procedure")},61016:function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;(function(){if(typeof window.GGBApplet=="function"){console.warn("deployggb.js was loaded twice");return}var isRenderGGBElementEnabled=!1,scriptLoadStarted=!1,html5AppletsToProcess=null,ggbHTML5LoadedCodebaseIsWebSimple=!1,ggbHTML5LoadedCodebaseVersion=null,ggbHTML5LoadedScript=null,GGBApplet=function(){"use strict";for(var en={},Nn="5.0",Qt={},Rt=null,fe=!1,Be=!1,ze=null,ve=!1,le=null,Kt=null,Ue=0;Ue<arguments.length;Ue++){var me=arguments[Ue];if(me!==null)switch(typeof me){case"number":Nn=me.toFixed(1);break;case"string":me.match(new RegExp("^[0-9]\\.[0-9]+$"))?Nn=me:ze=me;break;case"object":typeof me.is3D!="undefined"?Rt=me:Qt=me;break;case"boolean":fe=me,Be=!0;break}}Rt===null&&(Rt={is3D:!1,AV:!1,SV:!1,CV:!1,EV2:!1,CP:!1,PC:!1,DA:!1,FI:!1,PV:!1,macro:!1},Qt.material_id!==void 0&&!Be&&(fe=!0)),ze!==null&&Qt.id===void 0&&(Qt.id=ze);var ke="",Ze="",Te=!1,un=null,Nt=null,et=null,nt=!1,ft=null,lt=null,pt=null,vt=null,kt=null;Qt.height!==void 0&&(Qt.height=Math.round(Qt.height)),Qt.width!==void 0&&(Qt.width=Math.round(Qt.width));var bt=function(de){return parseFloat(de)>4?parseFloat(de):5};en.setHTML5Codebase=function(de,We){Kt=de,ue(de,We)},en.setJavaCodebase=en.setJavaCodebaseVersion=en.isCompiledInstalled=en.setPreCompiledScriptPath=en.setPreCompiledResourcePath=function(){},en.setHTML5CodebaseVersion=function(de,We){var Re=parseFloat(de);if(Re!==NaN&&Re<5){console.log("The GeoGebra HTML5 codebase version "+Re+" is deprecated. Using version latest instead.");return}le=de,Dt(de,We)},en.getHTML5CodebaseVersion=function(){return Nt},en.getParameters=function(){return Qt},en.setFontsCSSURL=function(de){vt=de},en.setGiacJSURL=function(de){},en.setJNLPFile=function(de){ke=de},en.setJNLPBaseDir=function(de){},en.inject=function(){function de(){return window.frameElement&&window.frameElement.getAttribute("data-singleton")}for(var We="auto",Re=Qt.id,fn,Je=!1,te=0;te<arguments.length;te++){var pe=arguments[te];typeof pe=="string"?(pe=pe.toLowerCase(),pe.match(/^(prefer)?(java|html5|compiled|auto|screenshot)$/)?We=pe:Re=arguments[te]):typeof pe=="boolean"?Je=pe:pe instanceof HTMLElement&&(fn=pe)}nn();function nn(){if(!ve){setTimeout(nn,200);return}We=Mn(We);var ln=fn||document.getElementById(Re);if(!ln){console.log("possibly bug on ajax loading? ");return}if(en.removeExistingApplet(ln,!1),Qt.width===void 0&&ln.clientWidth&&(Qt.width=ln.clientWidth),Qt.height===void 0&&ln.clientHeight&&(Qt.height=ln.clientHeight),!(Qt.width&&Qt.height)&&We==="html5"&&(delete Qt.width,delete Qt.height),un=We,We==="screenshot")De(ln,Qt);else{var jt=!1;Qt.hasOwnProperty("playButton")&&Qt.playButton||Qt.hasOwnProperty("clickToLoad")&&Qt.clickToLoad?jt=!0:Qt.hasOwnProperty("playButtonAutoDecide")&&Qt.playButtonAutoDecide&&(jt=(!Wt()||de())&&Zt()),jt?(un="screenshot",Pn(ln,Qt,Je,We)):xe(ln,Qt,Je)}}};function Wt(){try{return window.self!==window.top}catch(de){return!0}}function Zt(){return Qt.hasOwnProperty("screenshotGenerator")&&Qt.screenshotGenerator?!1:Math.max(screen.width,screen.height)<800}en.getViews=function(){return Rt},en.isJavaInstalled=function(){return!1};var ie=function(de){var We=function(te){var pe=JSON.parse(te),nn=function(Ct){return Ct.type=="G"||Ct.type=="E"},ln=pe.elements?pe.elements.filter(nn)[0]:pe;if(!ln||!ln.url){Re();return}Qt.fileName=ln.url,$t(ln.settings||{}),Rt.is3D=!0;var jt="https://www.geogebra.org/images/";en.setPreviewImage(ft||ln.previewUrl,jt+"GeoGebra_loading.png",jt+"applet_play.png"),de()},Re=function(){Qt.onError&&Qt.onError(),Xe("Error: Fetching material (id "+Qt.material_id+") failed.",Qt)},fn=location.host.match(/(www|stage|beta|groot|alpha).geogebra.(org|net)/)?location.host:"www.geogebra.org",Je="/materials/"+Qt.material_id+"?scope=basic";qt("https://"+fn+"/api/proxy.php?path="+encodeURIComponent(Je),We,Re)};function $t(de){var We=["width","height","showToolBar","showMenuBar","showAlgebraInput","allowStyleBar","showResetIcon","enableLabelDrags","enableShiftDragZoom","enableRightClick","appName"];["enableLabelDrags","enableShiftDragZoom","enableRightClick"].forEach(function(Re){de[Re]=!!de[Re]}),We.forEach(function(Re){Qt[Re]===void 0&&de[Re]!==void 0&&(Qt[Re]=de[Re])}),Qt.showToolBarHelp===void 0&&(Qt.showToolBarHelp=Qt.showToolBar)}function qt(de,We,Re){var fn=new XMLHttpRequest;fn.open("GET",de),fn.onload=function(){We(fn.responseText)},fn.onerror=Re,fn.send()}en.isHTML5Installed=function(){return!0},en.getLoadedAppletType=function(){return un},en.setPreviewImage=function(de,We,Re){ft=de,lt=We,pt=Re},en.removeExistingApplet=function(de,We){var Re;typeof de=="string"&&(de=document.getElementById(de)),un=null;var fn=null;for(Re=0;Re<de.childNodes.length;Re++){var Je=de.childNodes[Re],te=Je.className;te==="applet_screenshot"?We?(Je.style.display="block",un="screenshot"):Je.style.display="none":te!=="applet_scaler prerender"&&(de.removeChild(Je),fn=te&&te.indexOf("appletParameters")!=-1?Je.id:null,Re--)}var pe=Qt.id!==void 0?Qt.id:fn,nn=window[pe];nn&&typeof nn.getBase64=="function"&&(nn.remove(),window[pe]=null)},en.refreshHitPoints=function(){if(bt(ggbHTML5LoadedCodebaseVersion)>=5)return!0;var de=en.getAppletObject();return de&&typeof de.recalculateEnvironments=="function"?(de.recalculateEnvironments(),!0):!1},en.startAnimation=function(){var de=en.getAppletObject();return de&&typeof de.startAnimation=="function"?(de.startAnimation(),!0):!1},en.stopAnimation=function(){var de=en.getAppletObject();return de&&typeof de.stopAnimation=="function"?(de.stopAnimation(),!0):!1},en.getAppletObject=function(){var de=Qt.id!==void 0?Qt.id:"ggbApplet";return window[de]},en.resize=function(){};var ye=function(de,We,Re){var fn=document.createElement("param");fn.setAttribute("name",We),fn.setAttribute("value",Re),de.appendChild(fn)},oe=function(de){return de&&de!=="false"},xe=function(de,We,Re){bt(Nt)<=4.2&&(Re=!0);var fn=!isRenderGGBElementEnabled&&!scriptLoadStarted;(!isRenderGGBElementEnabled&&!scriptLoadStarted||ggbHTML5LoadedCodebaseVersion!==Nt||ggbHTML5LoadedCodebaseIsWebSimple&&!nt)&&(fn=!0,isRenderGGBElementEnabled=!1,scriptLoadStarted=!1);var Je=document.createElement("div");Je.classList.add("appletParameters","notranslate");var te=We.width,pe=We.height;if(We.disableAutoScale=We.disableAutoScale===void 0?GGBAppletUtils.isFlexibleWorksheetEditor():We.disableAutoScale,We.width!==void 0)if(bt(Nt)<=4.4)oe(We.showToolBar)&&(We.height-=7),oe(We.showAlgebraInput)&&(We.height-=37),We.width<605&&oe(We.showToolBar)&&(We.width=605,te=605);else{var nn=100;(oe(We.showToolBar)||oe(We.showMenuBar))&&(We.hasOwnProperty("customToolBar")&&(We.customToolbar=We.customToolBar),nn=oe(We.showMenuBar)?245:155),te<nn&&(We.width=nn,te=nn)}Je.style.border="none",Je.style.display="inline-block";for(var ln in We)We.hasOwnProperty(ln)&&ln!=="appletOnLoad"&&Je.setAttribute("data-param-"+ln,We[ln]);vt&&Je.setAttribute("data-param-fontscssurl",vt),en.resize=function(){GGBAppletUtils.responsiveResize(de,We)},window.addEventListener("resize",function(pn){en.resize()});var jt=typeof We.appletOnLoad=="function"?We.appletOnLoad:function(){};if(!Re&&We.width!==void 0){We.hasOwnProperty("showSplash")||Je.setAttribute("data-param-showSplash","false");var Ct=de.querySelector(".applet_scaler.prerender"),wt=Ct!==null;if(wt)var Et=Ct.querySelector(".ggb_preview");else{var Et=dn(te,pe,We.borderColor,!1);Ct=document.createElement("div"),Ct.className="applet_scaler",Ct.style.position="relative",Ct.style.display="block",Ct.style.width=te+"px",Ct.style.height=pe+"px"}window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(Ct,"66%"),bt(Nt)>=5?(We.appletOnLoad=function(pn){var $n=de.querySelector(".ggb_preview");$n&&$n.parentNode.removeChild($n),window.GGBT_spinner&&window.GGBT_spinner.removeSpinner(Ct),window.GGBT_wsf_view&&$(window).trigger("resize"),jt(pn)},wt||Ct.appendChild(Et)):Je.appendChild(Et),Ct.appendChild(Je),wt||de.appendChild(Ct),setTimeout(function(){en.resize()},1)}else{var Gt=document.createElement("div");Gt.className="applet_scaler",Gt.style.position="relative",Gt.style.display="block",Gt.appendChild(Je),de.appendChild(Gt),We.appletOnLoad=function(pn){en.resize(),jt(pn)}}function Mt(pn,$n){$n&&typeof $n.appletOnLoad=="function"&&typeof renderGGBElement=="function"?renderGGBElement(pn,$n.appletOnLoad):renderGGBElement(pn),Xe("GeoGebra HTML5 applet injected and rendered with previously loaded codebase.",$n)}function Pe(pn,$n){typeof renderGGBElement=="undefined"?(html5AppletsToProcess===null&&(html5AppletsToProcess=[]),html5AppletsToProcess.push({article:pn,params:$n}),window.renderGGBElementReady=function(){isRenderGGBElementEnabled=!0,html5AppletsToProcess!==null&&html5AppletsToProcess.length&&(html5AppletsToProcess.forEach(function(ai){Mt(ai.article,ai.params)}),html5AppletsToProcess=null)},bt(Nt)<5&&(pn.className+=" geogebraweb")):Mt(pn,$n)}if(fn){scriptLoadStarted=!0;for(var sn=0;sn<Je.childNodes.length;sn++){var Qn=Je.childNodes[sn].tagName;Qn==="TABLE"&&(Je.removeChild(Je.childNodes[sn]),sn--)}if(ggbHTML5LoadedScript!==null){var Yn=document.querySelector('script[src="'+ggbHTML5LoadedScript+'"]');Yn!=null&&Yn.parentNode.removeChild(Yn)}var Ln=document.createElement("script"),ti=function(){Pe(Je,We)};Ln.src=Ze+et,ggbHTML5LoadedCodebaseIsWebSimple=nt,ggbHTML5LoadedCodebaseVersion=Nt,ggbHTML5LoadedScript=Ln.src,Xe("GeoGebra HTML5 codebase loaded: '"+Ze+"'.",We),!Kt&&(!le||le=="5.0")?(nt?webSimple.succeeded=webSimple.succeeded||webSimple():web3d.succeeded=web3d.succeeded||web3d(),ti()):Ze.requirejs?__webpack_require__.e(12).then(function(){var pn=[__webpack_require__(12)];ti.apply(null,pn)}.bind(this)).catch(__webpack_require__.oe):(Ln.onload=ti,de.appendChild(Ln))}else Pe(Je,We);We.height=pe,We.width=te},De=function(de,We,Re){var fn=dn(We.width,We.height,We.borderColor,Re),Je=document.createElement("div");Je.style.position="relative",Je.style.display="block",Je.style.width=We.width+"px",Je.style.height=We.height+"px",Je.className="applet_screenshot applet_scaler"+(Re?" applet_screenshot_play":""),Je.appendChild(fn);var te=GGBAppletUtils.getScale(We,de,Re);Re?(de.appendChild(cn()),window.GGBT_wsf_view||(de.style.position="relative")):window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(Je,"66%"),de.appendChild(Je),te!==1&&!isNaN(te)&&(GGBAppletUtils.scaleElement(Je,te),Je.style.width=We.width+"px",Je.style.height=We.height+"px",Je.parentNode.style.width=We.width*te+"px",Je.parentNode.style.height=We.height*te+"px"),en.resize=function(){Le(de,fn,Je,Re)},window.addEventListener("resize",function(pe){en.resize()}),en.resize()};function Le(de,We,Re,fn){if(de.contains(We)){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(de.id!=="fullscreencontent")return;window.GGBT_wsf_view.setCloseBtnPosition(de)}var Je=GGBAppletUtils.getScale(Qt,de,fn);Re.parentNode!==null&&(!isNaN(Je)&&Je!==1?(GGBAppletUtils.scaleElement(Re,Je),Re.parentNode.style.width=Qt.width*Je+"px",Re.parentNode.style.height=Qt.height*Je+"px"):(GGBAppletUtils.scaleElement(Re,1),Re.parentNode.style.width=Qt.width+"px",Re.parentNode.style.height=Qt.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&GGBAppletUtils.positionCenter(de),typeof window.GGBT_ws_header_footer=="object"&&window.GGBT_ws_header_footer.setWsScrollerHeight()}}en.onExitFullscreen=function(de,We){We.appendChild(de)};var Pn=function(de,We,Re,fn){De(de,We,!0);for(var Je=function(){var nn=[];for(pe=0;pe<de.childNodes.length;pe++)nn.push(de.childNodes[pe]);if(window.GGBT_wsf_view){var ln=window.GGBT_wsf_view.renderFullScreen(de,We.id),jt=document.getElementById("fullscreencontainer"),Ct=jQuery(de).find(".fullscreencontent");Ct.length>0?(ln.remove(),Ct.attr("id","fullscreencontent").show(),jQuery(jt).append(Ct),window.dispatchEvent(new Event("resize"))):xe(ln,We,!1),window.GGBT_wsf_view.launchFullScreen(jt)}else un=fn,xe(de,We,!1);if(!window.GGBT_wsf_view)for(pe=0;pe<nn.length;pe++)de.removeChild(nn[pe])},te=de.getElementsByClassName("ggb_preview_play"),pe=0;pe<te.length;pe++)te[pe].addEventListener("click",Je,!1),te[pe].addEventListener("ontouchstart",Je,!1);typeof window.ggbAppletPlayerOnload=="function"&&window.ggbAppletPlayerOnload(de),Zt()&&window.GGBT_wsf_view&&$(".wsf-element-fullscreen-button").remove()},cn=function(){var de=document.createElement("div");if(de.className="ggb_preview_play icon-applet-play",!window.GGBT_wsf_view){var We='.icon-applet-play { width: 100%; height: 100%;box-sizing: border-box;position: absolute;z-index: 1001;cursor: pointer;border-width: 0px; background-color: transparent;background-repeat: no-repeat;left: 0;top: 0;background-position: center center; background-image: url("https://www.geogebra.org/images/worksheet/icon-start-applet.png");}.icon-applet-play:hover {background-image: url("https://www.geogebra.org/images/worksheet/icon-start-applet-hover.png");}',Re=document.createElement("style");Re.styleSheet?Re.styleSheet.cssText=We:Re.appendChild(document.createTextNode(We)),document.getElementsByTagName("head")[0].appendChild(Re)}return de},dn=function(de,We,Re,fn){var Je=document.createElement("div");Je.className="ggb_preview",Je.style.position="absolute",Je.style.zIndex="90",Je.style.width=de-2+"px",Je.style.height=We-2+"px",Je.style.top="0px",Je.style.left="0px",Je.style.overflow="hidden",Je.style.backgroundColor="white";var te="lightgrey";Re!==void 0&&(Re==="none"?te="transparent":te=Re),Je.style.border="1px solid "+te;var pe=document.createElement("img");if(pe.style.position="relative",pe.style.zIndex="1000",pe.style.top="-1px",pe.style.left="-1px",ft!==null&&pe.setAttribute("src",ft),pe.style.opacity=.7,lt!==null){var nn,ln,jt;if(!fn){nn=document.createElement("img"),nn.style.position="absolute",nn.style.zIndex="1001",nn.style.opacity=1,pe.style.opacity=.3,ln=360,ln>de/4*3&&(ln=de/4*3),jt=ln/5.8,nn.setAttribute("src",lt),nn.setAttribute("width",ln),nn.setAttribute("height",jt);var Ct=(de-ln)/2,wt=(We-jt)/2;nn.style.left=Ct+"px",nn.style.top=wt+"px",Je.appendChild(nn)}}return Je.appendChild(pe),Je},Mn=function(de){return de=de.toLowerCase(),de==="html5"||de==="screenshot"?de:"html5"},Yt=["web","webSimple","web3d","tablet","tablet3d","phone"],Dt=function(de,We){if(Nt=de,We){ue(Nt,!0);return}var Re=!fe;if(Re){var fn=bt(Nt);!isNaN(fn)&&fn<4.4&&(Re=!1)}var Je,te;window.location.protocol.substr(0,4)==="http"?Je=window.location.protocol:Je="http:";var pe=Nt.indexOf("//");pe>0?te=Nt:pe===0?te=Je+Nt:te="https://www.geogebra.org/apps/5.2.814.0/";for(var nn in Yt)if(Nt.slice(Yt[nn].length*-1)===Yt[nn]||Nt.slice((Yt[nn].length+1)*-1)===Yt[nn]+"/"){ue(te,!1);return}!GGBAppletUtils.isFlexibleWorksheetEditor()&&Re&&!Rt.is3D&&!Rt.AV&&!Rt.SV&&!Rt.CV&&!Rt.EV2&&!Rt.CP&&!Rt.PC&&!Rt.DA&&!Rt.FI&&!Rt.PV&&!oe(Qt.showToolBar)&&!oe(Qt.showMenuBar)&&!oe(Qt.showAlgebraInput)&&!oe(Qt.enableRightClick)&&(!Qt.appName||Qt.appName=="classic")?te+="webSimple/":te+="web3d/",ue(te,!1)},ue=function(de,We){if(de.requirejs){Ze=de;return}de.slice(-1)!=="/"&&(de+="/"),Ze=de,We===null&&(We=de.indexOf("http")===-1),Te=We,et="web.nocache.js",nt=!1;var Re=Ze.split("/");Re.length>1&&(!We&&Re[Re.length-2]==="webSimple"?(et="webSimple.nocache.js",nt=!0):Yt.indexOf(Re[Re.length-2])>=0&&(et=Re[Re.length-2]+".nocache.js")),Re=de.split("/"),Nt=Re[Re.length-3],Nt.substr(0,4)==="test"?Nt=Nt.substr(4,1)+"."+Nt.substr(5,1):(Nt.substr(0,3)==="war"||Nt.substr(0,4)==="beta")&&(Nt="5.0");var fn=parseFloat(Nt);fn!==NaN&&fn<5&&de.indexOf("geogebra.org")>=0&&(console.log("The GeoGebra HTML5 codebase version "+fn+" is deprecated. Using version latest instead."),Dt("5.0",We))},Xe=function(de,We){window.console&&window.console.log&&(!We||typeof We.showLogging=="undefined"||We.showLogging&&We.showLogging!=="false")&&console.log(de)};Qt.material_id!==void 0?ie($e):$e();function $e(){var de=Nn;le!==null?de=le:parseFloat(de)<5&&(de="5.0"),Dt(de,!1),Kt!==null&&ue(Kt,Te),ve=!0}return en},GGBAppletUtils=function(){"use strict";function en(){return window.GGBT_wsf_edit!==void 0}function Nn(ve,le){le!=1?(ve.style.transformOrigin="0% 0% 0px",ve.style.webkitTransformOrigin="0% 0% 0px",ve.style.transform="scale("+le+","+le+")",ve.style.webkitTransform="scale("+le+","+le+")",ve.style.maxWidth="initial",ve.querySelector(".ggb_preview")!==null&&(ve.querySelector(".ggb_preview").style.maxWidth="initial"),ve.querySelectorAll(".ggb_preview img")[0]!==void 0&&(ve.querySelectorAll(".ggb_preview img")[0].style.maxWidth="initial"),ve.querySelectorAll(".ggb_preview img")[1]!==void 0&&(ve.querySelectorAll(".ggb_preview img")[1].style.maxWidth="initial")):(ve.style.transform="none",ve.style.webkitTransform="none")}function Qt(ve,le,Kt,Ue,me,ke){var Ze=null;if(ke!=null&&ke!="")for(var Te=ve.parentNode;Te!=null;)if((" "+Te.className+" ").indexOf(" "+ke+" ")>-1){Ze=Te;break}else Te=Te.parentNode;var un=0,Nt=0,et=0,nt=0,ft=0,lt=0,pt=0;if(Ze)un=Ze.offsetWidth,Nt=Math.max(Ue?Ze.offsetWidth:0,Ze.offsetHeight);else{if(window.innerWidth&&document.documentElement.clientWidth?(un=Math.min(window.innerWidth,document.documentElement.clientWidth),Nt=Math.min(window.innerHeight,document.documentElement.clientHeight),et=un):(un=window.innerWidth,Nt=window.innerHeight,et=window.innerWidth),ve){var vt=ve.getBoundingClientRect();vt.left>0&&vt.left<=un&&(me===void 0||!me)&&(document.dir==="rtl"?(ft=un-vt.width-vt.left,lt=et<=480?10:30):(lt=vt.left,ft=et<=480?10:30),nt=lt+ft)}if(ve&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){var kt=ve.getBoundingClientRect();window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(nt=40,pt=0):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(nt=0,pt=40)}}return ve&&((Kt===void 0||!Kt)&&le>0&&le+nt<un?un=le:un-=nt,typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(Kt===void 0||!Kt)&&(Nt-=pt)),{width:un,height:Nt}}function Rt(ve,le,Kt,Ue,me){if(ve.isScreenshoGenerator)return 1;var ke=Ue!==void 0&&Ue,Ze=ve.noScaleMargin!=null&&ve.noScaleMargin,Te=function(kt){return kt&&kt!=="false"},un=Te(ve.autoHeight),Nt=Qt(le,ve.width,Kt,un,ke&&window.GGBT_wsf_view||Ze,me),et=parseInt(Nt.width),nt=ve.width,ft=ve.height;if(nt===void 0){var lt=le.querySelector(".appletParameters");lt&&(nt=lt.offsetWidth,ft=lt.offsetHeight)}var pt=et/nt,vt=ke?1:Nt.height/ft;return Kt!==void 0&&!Kt&&(pt=Math.min(1,pt),vt=Math.min(1,vt)),Math.min(pt,vt)}function fe(ve,le,Kt){var Ue=1,me,ke=!1;if(ve.hasOwnProperty("allowUpscale")&&(ke=ve.allowUpscale),ve.hasOwnProperty("scale")&&(Ue=parseFloat(ve.scale),(isNaN(Ue)||Ue===null||Ue===0)&&(Ue=1),Ue>1&&(ke=!0)),le&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(ke=!0),!(ve.hasOwnProperty("disableAutoScale")&&ve.disableAutoScale))me=Rt(ve,le,ke,Kt,ve.scaleContainerClass);else return Ue;return ke&&(!ve.hasOwnProperty("scale")||Ue===1)?me:Math.min(Ue,me)}function Be(ve){var le=Math.min(window.innerWidth,document.documentElement.clientWidth),Kt=Math.min(window.innerHeight,document.documentElement.clientHeight),Ue=ve.getBoundingClientRect(),me=(le-Ue.width)/2,ke=(Kt-Ue.height)/2;ke<0&&(ke=0),ve.style.position="relative",window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(me<40?ve.style.left="40px":ve.style.left=me+"px",ve.style.top=ke+"px"):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(ke<40?ve.style.top="40px":ve.style.top=ke+"px",ve.style.left=me+"px")}function ze(ve,le){var Kt=ve.querySelector(".appletParameters");if(Kt){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(le.id!==Kt.getAttribute("data-param-id"))return;window.GGBT_wsf_view.setCloseBtnPosition(ve)}if(Kt.parentElement&&/fullscreen/.test(Kt.parentElement.className))return;var Ue=fe(le,ve);en()&&Kt.setAttribute("data-param-scale",Ue);for(var me=null,ke=0;ke<ve.childNodes.length;ke++)if(ve.childNodes[ke].className!==void 0&&ve.childNodes[ke].className.match(/^applet_scaler/)){me=ve.childNodes[ke];break}if(me!==null&&me.querySelector(".noscale")!==null)return;var Ze=le.id!==void 0?le.id:"ggbApplet",Te=window[Ze];(Te==null||!Te.recalculateEnvironments)&&me!==null&&!me.className.match(/fullscreen/)&&(me.parentNode.style.transform="",!isNaN(Ue)&&Ue!==1?(me.parentNode.style.width=le.width*Ue+"px",me.parentNode.style.height=le.height*Ue+"px",Nn(me,Ue)):(Nn(me,1),me.parentNode.style.width=le.width+"px",me.parentNode.style.height=le.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&Be(ve),window.GGBT_wsf_view&&!window.GGBT_wsf_view.isFullscreen()&&window.GGBT_wsf_general.adjustContentToResize($(Kt).parents(".content-added-content"))}}return{responsiveResize:ze,isFlexibleWorksheetEditor:en,positionCenter:Be,getScale:fe,scaleElement:Nn}}();__WEBPACK_AMD_DEFINE_ARRAY__=[],__WEBPACK_AMD_DEFINE_RESULT__=function(){return GGBApplet}.apply(exports,__WEBPACK_AMD_DEFINE_ARRAY__),__WEBPACK_AMD_DEFINE_RESULT__!==void 0&&(module.exports=__WEBPACK_AMD_DEFINE_RESULT__),GGBAppletUtils.makeModule=function(name,permutation){function webModule(){var H="bootstrap",I="begin",J="gwt.codesvr."+name+"=",K="gwt.codesvr=",L=name,M="startup",N="DUMMY",O=0,P=1,Q="iframe",R="position:absolute; width:0; height:0; border:none; left: -1000px;",S=" top: -1000px;",T="Chrome",U="CSS1Compat",V="<!doctype html>",W="",X="<html><head></head><body></body></html>",Y="undefined",Z="readystatechange",$=10,_="script",ab="javascript",bb="Failed to load ",cb="moduleStartup",db="scriptTagAdded",eb="moduleRequested",fb="meta",gb="name",hb=name+"::",ib="::",jb="gwt:property",kb="content",lb="=",mb="gwt:onPropertyErrorFn",nb='Bad handler "',ob='" for "gwt:onPropertyErrorFn"',pb="gwt:onLoadErrorFn",qb='" for "gwt:onLoadErrorFn"',rb="#",sb="?",tb="/",ub="img",vb="clear.cache.gif",wb="baseUrl",xb=name+".nocache.js",yb="base",zb="//",Ab="selectingPermutation",Bb=name+".devmode.js",Cb=permutation,Db=":",Eb=".cache.js",Fb="loadExternalRefs",Gb="end",n=window,o=document;function p(){var en=n.location.search;return en.indexOf(J)!=-1||en.indexOf(K)!=-1}function q(en,Nn){}webModule.__sendStats=q,webModule.__moduleName=L,webModule.__errFn=null,webModule.__moduleBase=N,webModule.__softPermutationId=O,webModule.__computePropValue=null,webModule.__getPropMap=null,webModule.__installRunAsyncCode=function(){},webModule.__gwtStartLoadingFragment=function(){return null},webModule.__gwt_isKnownPropertyValue=function(){return!1},webModule.__gwt_getMetaProperty=function(){return null};var r=null,s=n.__gwt_activeModules=n.__gwt_activeModules||{};s[L]={moduleName:L},webModule.__moduleStartupDone=function(en){var Nn=s[L].bindings;s[L].bindings=function(){for(var Qt=Nn?Nn():{},Rt=en[webModule.__softPermutationId],fe=O;fe<Rt.length;fe++){var Be=Rt[fe];Qt[Be[O]]=Be[P]}return Qt}};var t;function u(){return v(),t}function v(){if(!t){var en=o.createElement(Q);if(en.id=L,en.style.cssText=R+S,en.tabIndex=-1,o.body.appendChild(en),t=en.contentWindow.document,navigator.userAgent.indexOf(T)==-1){t.open();var Nn=document.compatMode==U?V:W;t.write(Nn+X),t.close()}}}function w(en){function Nn(Rt){function fe(){return typeof o.readyState==Y?typeof o.body!=Y&&o.body!=null:/loaded|complete/.test(o.readyState)}var Be=fe();if(Be){Rt();return}function ze(){if(!Be){if(!fe())return;Be=!0,Rt(),o.removeEventListener&&o.removeEventListener(Z,ze,!1),ve&&clearInterval(ve)}}o.addEventListener&&o.addEventListener(Z,ze,!1);var ve=setInterval(function(){ze()},$)}function Qt(Rt){var fe=u(),Be=fe.body,ze=fe.createElement(_);ze.language=ab,ze.crossOrigin=W,ze.src=Rt,webModule.__errFn&&(ze.onerror=function(){webModule.__errFn(L,new Error(bb+Rt))}),Be.appendChild(ze)}Nn(function(){Qt(en)})}webModule.__startLoadingFragment=function(en){return C(en)},webModule.__installRunAsyncCode=function(en){var Nn=u(),Qt=Nn.body,Rt=Nn.createElement(_);Rt.language=ab,Rt.text=en,Qt.appendChild(Rt),Qt.removeChild(Rt)};function A(){for(var c={},d,e,f=o.getElementsByTagName(fb),g=O,h=f.length;g<h;++g){var i=f[g],j=i.getAttribute(gb),k;if(j){if(j=j.replace(hb,W),j.indexOf(ib)>=O)continue;if(j==jb){if(k=i.getAttribute(kb),k){var l,m=k.indexOf(lb);m>=O?(j=k.substring(O,m),l=k.substring(m+P)):(j=k,l=W),c[j]=l}}else if(j==mb){if(k=i.getAttribute(kb),k)try{d=eval(k)}catch(en){alert(nb+k+ob)}}else if(j==pb&&(k=i.getAttribute(kb),k))try{e=eval(k)}catch(en){alert(nb+k+qb)}}}__gwt_getMetaProperty=function(en){var Nn=c[en];return Nn==null?null:Nn},r=d,webModule.__errFn=e}function B(){function en(ve){var le=ve.lastIndexOf(rb);le==-1&&(le=ve.length);var Kt=ve.indexOf(sb);Kt==-1&&(Kt=ve.length);var Ue=ve.lastIndexOf(tb,Math.min(Kt,le));return Ue>=O?ve.substring(O,Ue+P):W}function Nn(ve){if(!ve.match(/^\w+:\/\//)){var le=o.createElement(ub);le.src=ve+vb,ve=en(le.src)}return ve}function Qt(){var ve=__gwt_getMetaProperty(wb);return ve!=null?ve:W}function Rt(){for(var ve=o.getElementsByTagName(_),le=O;le<ve.length;++le)if(ve[le].src.indexOf(xb)!=-1)return en(ve[le].src);return W}function fe(){var ve=o.getElementsByTagName(yb);return ve.length>O?ve[ve.length-P].href:W}function Be(){var ve=o.location;return ve.href==ve.protocol+zb+ve.host+ve.pathname+ve.search+ve.hash}var ze=Qt();return ze==W&&(ze=Rt()),ze==W&&(ze=fe()),ze==W&&Be()&&(ze=en(o.location.href)),ze=Nn(ze),ze}function C(en){return en.match(/^\//)||en.match(/^[a-zA-Z]+:\/\//)?en:webModule.__moduleBase+en}function D(){var en=[],Nn=O,Qt=[],Rt=[];function fe(ve){var le=Rt[ve](),Kt=Qt[ve];if(le in Kt)return le;var Ue=[];for(var me in Kt)Ue[Kt[me]]=me;throw r&&r(ve,Ue,le),null}if(__gwt_isKnownPropertyValue=function(ve,le){return le in Qt[ve]},webModule.__getPropMap=function(){var ve={};for(var le in Qt)Qt.hasOwnProperty(le)&&(ve[le]=fe(le));return ve},webModule.__computePropValue=fe,n.__gwt_activeModules[L].bindings=webModule.__getPropMap,p())return C(Bb);var Be;try{Be=Cb;var ze=Be.indexOf(Db);ze!=-1&&(Nn=parseInt(Be.substring(ze+P),$),Be=Be.substring(O,ze))}catch(ve){}return webModule.__softPermutationId=Nn,C(Be+Eb)}function F(){n.__gwt_stylesLoaded||(n.__gwt_stylesLoaded={})}A(),webModule.__moduleBase="/js/mathematicalGraphics/"+name+"/",s[L].moduleBase=webModule.__moduleBase;var G=D();return F(),w(G),!0}return webModule},typeof window.web3d!="function"&&(window.web3d=GGBAppletUtils.makeModule("web3d","A18F540516513B1292CA7CEF2F6AFC7E")),typeof window.webSimple!="function"&&(window.webSimple=GGBAppletUtils.makeModule("webSimple","96B09BF1B436BF53F0DF54116700F16A")),window.GGBApplet=GGBApplet})()},15476:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Ax:function(){return ze},Ds:function(){return ve},KI:function(){return Kt},SI:function(){return Be},f1:function(){return fe}});var Rt=Qt(11320);function fe(Ue){let me=!0;if(Ue.length>0){for(let ke=0;ke<Ue.length;ke++)if(Ue[ke].compile_success==0||!Ue[ke].compile_success){me=!1;break}}else me=!1;return me}function Be(Ue,me=""){let ke=[];for(let Ze=0;Ze<Ue.length;Ze++){let Te=Ue[Ze],un=me?`${me}/${Te.name}`:`${Te.name}`;ke.push({title:Te.name,type:Te.type,isLeaf:Te.type!=="tree",key:un})}return ke}function ze(Ue,me,ke){for(let Ze=0;Ze<Ue.length;Ze++){let Te=Ue[Ze];if(Te.key===me){Te.children=ke;break}Te.children&&ze(Te.children,me,ke)}return Ue}function ve(Ue,me,ke){let Ze;return function(){let Te=this,un=arguments,Nt=function(){Ze=null,ke||Ue.apply(Te,un)},et=ke&&!Ze;clearTimeout(Ze),Ze=setTimeout(Nt,me),et&&Ue.apply(Te,un)}}const le=!0,Kt=Rt.Z.API_SERVER},63205:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Z:function(){return Ze}});var Rt=Qt(67294),fe={imageDimensions:"imageDimensions___a7crR",img:"img___Kroat",fullWidth:"fullWidth___c492T"},Be=Qt(94184),ze=Qt.n(Be),ve=Qt(74330),le=Qt(15979),Kt=Qt(33170),Ue=Qt(28706),me=(Te,un,Nt)=>new Promise((et,nt)=>{var ft=vt=>{try{pt(Nt.next(vt))}catch(kt){nt(kt)}},lt=vt=>{try{pt(Nt.throw(vt))}catch(kt){nt(kt)}},pt=vt=>vt.done?et(vt.value):Promise.resolve(vt.value).then(ft,lt);pt((Nt=Nt.apply(Te,un)).next())}),Ze=({data:Te,className:un,fullWidth:Nt,style:et={},onClose:nt,onOk:ft,showFullTools:lt,noAssociationId:pt})=>{const vt=(0,Rt.useRef)(null),kt=(0,Rt.useRef)(null),bt=(0,Rt.useRef)(null),Wt=(0,Rt.useRef)(null),[Zt,ie]=(0,Rt.useState)(!1),[$t,qt]=(0,Rt.useState)("\u6B63\u5728\u52A0\u8F7D\u4E2D");(0,Rt.useEffect)(()=>(bt.current||(bt.current=document.createElement("style"),document.head.appendChild(bt.current)),Te!=null&&Te.visible?(document.body.setAttribute("data-custom","y-hidden"),bt.current.innerHTML=" html { overflow-y: hidden; }",Te!=null&&Te.src&&ye()):(document.body.removeAttribute("data-custom"),bt.current&&(document.head.removeChild(bt.current),bt.current=null)),()=>{document.body.removeAttribute("data-custom"),bt.current&&(document.head.removeChild(bt.current),bt.current=null)}),[Te==null?void 0:Te.visible]);const ye=()=>me(void 0,null,function*(){ie(!0),qt("\u6B63\u5728\u52A0\u8F7D\u4E2D");const Le=yield(0,Ue.ZJ)(Te==null?void 0:Te.src);vt.current.src="",vt.current.src=Le,vt.current.onload=function(){De()},ie(!1),qt("")}),oe=Le=>me(void 0,null,function*(){ie(!0),qt("\u6B63\u5728\u4FDD\u5B58\u4E2D");const Pn=yield(0,Kt.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:Te.title,file:Le.dataUrl}});Pn!=null&&Pn.id&&!pt?(yield(0,Kt.ZP)(`/api/attachments/${Te.id}/add_subitem.json`,{method:"post",body:{subitem_id:Pn==null?void 0:Pn.id,settings:JSON.stringify(Le.state)}})).status===0&&ft():Pn!=null&&Pn.id&&ft(Pn),ie(!1),qt("")}),xe=()=>{const Le=document.querySelector('a[href="https://markerjs.com/"]');Le&&Le.parentNode&&(Le.parentNode.style.display="none"),[{name:'[data-action="select"]',title:"\u9009\u62E9"},{name:'[data-action="delete"]',title:"\u5220\u9664\u5143\u7D20"},{name:'[data-action="undo"]',title:"\u64A4\u9500"},{name:'[data-type-name="FrameMarker"]',title:"\u77E9\u5F62"},{name:'[data-type-name="FreehandMarker"]',title:"\u753B\u7EBF"},{name:'[data-type-name="ArrowMarker"]',title:"\u7BAD\u5934"},{name:'[data-type-name="TextMarker"]',title:"\u6587\u672C"},{name:'[data-type-name="EllipseMarker"]',title:"\u692D\u5706"},{name:'[data-type-name="HighlightMarker"]',title:"\u65B9\u5757"},{name:'[data-type-name="CalloutMarker"]',title:"\u6CE8\u91CA"},{name:'[data-action="render"]',title:"\u4FDD\u5B58"},{name:'[data-action="close"]',title:"\u9000\u51FA"}].forEach(cn=>{const dn=document.querySelector(cn.name);dn&&dn.setAttribute("title",cn.title)})},De=()=>{kt.current=new le.hP(vt.current),kt.current.targetRoot=Wt.current,kt.current.addEventListener("render",oe),kt.current.addEventListener("beforeclose",nt),lt&&(kt.current.availableMarkerTypes=kt.current.ALL_MARKER_TYPES,kt.current.uiStyleSettings.redoButtonVisible=!0,kt.current.uiStyleSettings.notesButtonVisible=!0,kt.current.uiStyleSettings.zoomButtonVisible=!0,kt.current.uiStyleSettings.zoomOutButtonVisible=!0,kt.current.uiStyleSettings.clearButtonVisible=!0),window.markerArea=kt.current.uiStyleSettings,kt.current.show(),Te!=null&&Te.snapshotData&&kt.current.restoreState(Te.snapshotData),setTimeout(()=>{window.scrollTo(0,0),xe()},300)};return Rt.createElement(Rt.Fragment,null,(Te==null?void 0:Te.visible)&&Rt.createElement(ve.Z,{spinning:Zt,tip:$t,style:{position:"absolute",width:"100vw"}},Rt.createElement("div",{ref:Wt,className:ze()(fe.imageDimensions,un,Nt?fe.fullWidth:""),style:et},Rt.createElement("img",{className:fe.img,ref:vt}))))}},36527:function(en,Nn,Qt){"use strict";var Rt=Qt(67294),fe=Qt(71230),Be=Qt(15746),ze=Qt(55238),ve=Qt(85804),le=Qt(65226),Kt=Qt(71736),Ue=Qt(84279),me=Qt(67294);const ke=(0,Rt.forwardRef)(({callback:Ze,showSaveButton:Te,value:un=""},Nt)=>{const et=(0,Rt.useRef)(),nt=[{name:"\u5206\u6570\u5F97\u5206",value:"\\frac{x}{y}",children:[{name:"\u5206\u6570 Fractions",data:[{value:"\\frac{a}{b}"},{value:"x\\tfrac{x}{a} "},{value:"\\mathrm{d}t"},{value:"\\partial t"},{value:"\\frac{\\partial y}{\\partial x}"},{value:"\\nabla\\psi"},{value:"\\frac{\\partial^2}{\\partial x_1\\partial x_2}y"},{value:"\\cfrac{1}{a + \\cfrac{7}{b + \\cfrac{2}{9}}} = c"}]},{name:"\u5BFC\u6570 Derivative",data:[{value:"\\dot{a} "},{value:"\\ddot{a}"},{value:"{f}^{\\prime}"},{value:"{f}^{\\prime\\prime}"},{value:"{f}^{(n)}"}]},{name:"\u6A21\u7B97\u672F Modular arithmetic",data:[{value:"a \\bmod b"},{value:"a \\equiv b \\pmod{m} "},{value:"\\gcd(m, n) "},{value:"\\operatorname{lcm}(m, n) "}]}]},{name:"\u6839\u5F0F\u89D2\u6807",value:"\\sqrt{x}",children:[{name:"\u6839\u5F0F Radicals",data:[{value:"\\sqrt{x}"},{value:"\\sqrt[y]{x}"}]},{name:"\u4E0A\u4E0B\u6807 Sub&Super",data:[{value:"x^{a}"},{value:"x_{a}"},{value:"x_{a}^{b} "},{value:"_{a}^{b} x"},{value:"x_{a}^{b} "}]},{name:"\u91CD\u97F3\u7B26\u53CA\u5176\u4ED6 Accents and Others",data:[{value:"\\hat{a} "},{value:"\\sqrt[y]{x}"},{value:"\\check{} "},{value:"\\grave{a} "},{value:"\\acute{a}"},{value:"\\tilde{a}"},{value:"\\breve{a}"},{value:"\\bar{a}"},{value:"\\vec{a}"},{value:"\\not{a}"},{value:"\\widetilde{abc}"},{value:"\\widehat{abc}"},{value:"\\overleftarrow{abc} "},{value:"\\overrightarrow{abc}"},{value:"\\overline{abc}"},{value:"\\underline{abc}"},{value:"\\overbrace{abc}"},{value:"\\underbrace{abc}"},{value:"\\overset{a}{abc}"},{value:"\\underset{a}{abc} \\stackrel\\frown{ab}"},{value:"\\overline{ab} "},{value:"\\overleftrightarrow{ab}"},{value:"\\overset{a}{\\leftarrow}"},{value:"\\overset{a}{\\rightarrow}"},{value:"\\xleftarrow[abc]{a}"},{value:"\\xrightarrow[abc]{a} "}]}]},{name:"\u6781\u9650\u5BF9\u6570",value:"\\lim_{x \\to 0}",children:[{name:"\u6781\u9650 Limits",data:[{value:"\\lim a"},{value:"\\lim_{x \\to 0}"},{value:"\\lim_{x \\to \\infty}"},{value:"\\max_b{a}"},{value:"\\min_a{b}"}]},{name:"\u5BF9\u6570\u6307\u6570 Logarithms and exponentials",data:[{value:"\\log_{a}{b}"},{value:"\\lg_{a}{b}"},{value:"\\ln_{a}{b}"},{value:"\\exp a"}]},{name:"\u754C\u9650 Bounds",data:[{value:"\\min x"},{value:"\\sup t"},{value:"\\inf s"},{value:"\\lim u"},{value:"\\limsup w"},{value:"\\dim p"},{value:"\\ker\\phi "}]}]},{name:"\u4E09\u89D2\u51FD\u6570",value:"\\sin a",children:[{name:"\u4E09\u89D2\u51FD\u6570 Trigonometric functions",data:[{value:"\\sin a"},{value:"\\cos a"},{value:"\\tan a"},{value:"\\cot a "},{value:"\\sec a "},{value:"\\csc a "}]},{name:"\u53CD\u4E09\u89D2\u51FD\u6570 Inverse trigonometric functions",data:[{value:"\\sin^{-1}"},{value:"\\cos^{-1}"},{value:"\\tan^{-1}"},{value:"\\cot^{-1}"},{value:"\\sec^{-1}"},{value:"\\csc^{-1}"},{value:"\\arcsin a"},{value:"\\arccos a"},{value:"\\arctan a"},{value:"\\operatorname{arccot} a"},{value:"\\operatorname{arcsec} a"},{value:"\\operatorname{arccsc} a"}]},{name:"\u53CC\u66F2\u51FD\u6570 Hyperblic functions",data:[{value:"\\sinh a"},{value:"\\cosh a"},{value:"\\tanh a"},{value:"\\coth a"},{value:"\\operatorname{sech} a"},{value:"\\operatorname{csch} a"}]},{name:"\u53CD\u53CC\u66F2\u51FD\u6570 Inverse hyperbolic functions",data:[{value:"\\sinh^{-1}"},{value:"a\\cosh^{-1} a"},{value:"\\tanh^{-1} a"},{value:"\\coth^{-1} a"},{value:"\\operatorname{sech}^{-1} a"},{value:"\\operatorname{csch}^{-1} a"}]}]},{name:"\u79EF\u5206\u8FD0\u7B97",value:"\\int_{a}^{b}",children:[{name:"\u79EF\u5206 Integral",data:[{value:"\\int"},{value:"\\int_{a}^{b}"},{value:"\\int\\limits_{a}^{b}"}]},{name:"\u53CC\u91CD\u79EF\u5206 Double integral",data:[{value:"\\iint"},{value:"\\iint_{a}^{b} "},{value:"\\iint\\limits_{a}^{b} "}]},{name:"\u4E09\u91CD\u79EF\u5206 Triple integral",data:[{value:"\\iiint"},{value:"\\iiint_{a}^{b}"},{value:"\\iiint\\limits_{a}^{b} "}]},{name:"\u66F2\u7EBF\u79EF\u5206 Closed line or path integral",data:[{value:"\\oint"},{value:"\\oint_{a}^{b} "}]}]},{name:"\u5927\u578B\u8FD0\u7B97",value:"\\sum_{a}^{b}",children:[{name:"\u6C42\u548C Summation",data:[{value:"\\sum"},{value:"\\sum_{a}^{b}"},{value:"{\\textstyle \\sum_{a}^{b}} "}]},{name:"\u4E58\u79EF\u4F59\u79EF Product and coproduct",data:[{value:"\\prod"},{value:"\\prod_{a}^{b}"},{value:"{\\textstyle \\prod_{a}^{b}}"},{value:"\\coprod"},{value:"\\coprod_{a}^{b}"},{value:"{\\textstyle \\coprod_{a}^{b}} "}]},{name:"\u5E76\u96C6\u4EA4\u96C6 Union and intersection",data:[{value:"\\bigcup"},{value:"\\bigcup_{a}^{b}"},{value:"{\\textstyle \\bigcup_{a}^{b}}"},{value:"\\bigcap"},{value:"\\bigcap_{a}^{b}"}]},{name:"\u6790\u53D6\u5408\u53D6 Disjunction and conjunction",data:[{value:"\\bigvee"},{value:"\\bigvee_{a}^{b}"},{value:"\\bigwedge"},{value:"\\bigwedge_{a}^{b}"}]}]},{name:"\u62EC\u53F7\u53D6\u6574",value:"\\left [ \\left ( \\right ) \\right ] ",children:[{name:"\u62EC\u53F7 Brackets",data:[{value:"\\left ( \\right )"},{value:"\\left [ \\right ]"},{value:"\\left \\langle \\right \\rangle "},{value:"\\left | \\right | "},{value:"\\left \\lfloor \\right \\rfloor "},{value:"\\left \\lceil \\right \\rceil "}]}]}],ft=[{name:"\u4EE3\u6570",value:"\\sqrt{a^2+b^2}",children:[{data:[{value:"\\left(x-1\\right)\\left(x+3\\right) "},{value:"\\sqrt{a^2+b^2}"},{value:"\\left ( \\frac{a}{b}\\right )^{n}= \\frac{a^{n}}{b^{n}}"},{value:"\\frac{a}{b}\\pm \\frac{c}{d}= \\frac{ad \\pm bc}{bd} "},{value:"\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 "},{value:"\\frac{1}{\\sqrt{a}}=\\frac{\\sqrt{a}}{a},a\\ge 0\\frac{1}{\\sqrt{a}}=\\frac{\\sqrt{a}}{a},a\\ge 0 "},{value:"\\sqrt[n]{a^{n}}=\\left ( \\sqrt[n]{a}\\right )^{n} "},{value:"x ={-b \\pm \\sqrt{b^2-4ac}\\over 2a} "},{value:"y-y_{1}=k \\left( x-x_{1}\\right) "},{value:`\\left\\{\\begin{matrix} \r
|
|
x=a + r\\text{cos}\\theta \\ \r
|
|
y=b + r\\text{sin}\\theta \r
|
|
\\end{matrix}\\right. `},{value:`\\begin{array}{l} \r
|
|
\\text{\u5BF9\u4E8E\u65B9\u7A0B\u5F62\u5982\uFF1A}x^{3}-1=0 \\ \r
|
|
\\text{\u8BBE}\\text{:}\\omega =\\frac{-1+\\sqrt{3}i}{2} \\ \r
|
|
x_{1}=1,x_{2}= \\omega =\\frac{-1+\\sqrt{3}i}{2} \\ \r
|
|
x_{3}= \\omega ^{2}=\\frac{-1-\\sqrt{3}i}{2} \r
|
|
\\end{array} `},{value:`\\begin{array}{l} \r
|
|
a\\mathop{{x}}\\nolimits^{{2}}+bx+c=0 \\ \r
|
|
\\Delta =\\mathop{{b}}\\nolimits^{{2}}-4ac \\ \r
|
|
\\left\\{\\begin{matrix} \r
|
|
\\Delta \\gt 0\\text{\u65B9\u7A0B\u6709\u4E24\u4E2A\u4E0D\u76F8\u7B49\u7684\u5B9E\u6839} \\ \r
|
|
\\Delta = 0\\text{\u65B9\u7A0B\u6709\u4E24\u4E2A\u76F8\u7B49\u7684\u5B9E\u6839} \\ \r
|
|
\\Delta \\lt 0\\text{\u65B9\u7A0B\u65E0\u5B9E\u6839} \r
|
|
\\end{matrix}\\right. \r
|
|
\\end{array} `},{value:`\\begin{array}{l} \r
|
|
a\\mathop{{x}}\\nolimits^{{2}}+bx+c=0 \\ \r
|
|
\\Delta =\\mathop{{b}}\\nolimits^{{2}}-4ac \\ \r
|
|
\\mathop{{x}}\\nolimits_{{1,2}}=\\frac{{-b \\pm \r
|
|
\\sqrt{{\\mathop{{b}}\\nolimits^{{2}}-4ac}}}}{{2a}} \\ \r
|
|
\\mathop{{x}}\\nolimits_{{1}}+\\mathop{{x}}\\nolimits_{{2}}=-\\frac{{b}}{{a}} \\ \r
|
|
\\mathop{{x}}\\nolimits_{{1}}\\mathop{{x}}\\nolimits_{{2}}=\\frac{{c}}{{a}} \r
|
|
\\end{array} `}]}]},{name:"\u51E0\u4F55",value:"\\Delta A B C ",children:[{data:[{value:"\\Delta A B C "},{value:"a \\parallel c,b \\parallel c \\Rightarrow a \\parallel b "},{value:"l \\perp \\beta ,l \\subset \\alpha \\Rightarrow \\alpha \\perp \\beta"},{value:`\\left.\\begin{matrix} \r
|
|
a \\perp \\alpha \\ \r
|
|
b \\perp \\alpha \r
|
|
\\end{matrix}\\right\\}\\Rightarrow a \\parallel b`},{value:"P \\in \\alpha ,P \\in \\beta , \\alpha \\cap \\beta =l \\Rightarrow P \\in l "},{value:`\\alpha \\perp \\beta , \\alpha \\cap \\beta =l,a \\subset \\alpha ,a \\perp l \r
|
|
\\Rightarrow a \\perp \\beta `},{value:`\\left.\\begin{matrix} \r
|
|
a \\subset \\beta ,b \\subset \\beta ,a \\cap b=P \\ \r
|
|
a \\parallel \\partial ,b \\parallel \\partial \r
|
|
\\end{matrix}\\right\\}\\Rightarrow \\beta \\parallel \\alpha `},{value:"\\alpha \\parallel \\beta , \\gamma \\cap \\alpha =a, \\gamma \\cap \\beta =b \\Rightarrow a \\parallel b "},{value:"A \\in l,B \\in l,A \\in \\alpha ,B \\in \\alpha \\Rightarrow l \\subset \\alpha "},{value:`\\left.\\begin{matrix} \r
|
|
m \\subset \\alpha ,n \\subset \\alpha ,m \\cap n=P \\ \r
|
|
a \\perp m,a \\perp n \r
|
|
\\end{matrix}\\right\\}\\Rightarrow a \\perp \\alpha `},{value:`\\begin{array}{c} \r
|
|
\\text{\u76F4\u89D2\u4E09\u89D2\u5F62\u4E2D,\u76F4\u89D2\u8FB9\u957Fa,b,\u659C\u8FB9\u8FB9\u957Fc} \\ \r
|
|
a^{2}+b^{2}=c^{2} \r
|
|
\\end{array}`}]}]},{name:"\u4E0D\u7B49\u5F0F",value:"a > b",children:[{data:[{value:"a > b,b > c \\Rightarrow a > c "},{value:"a > b,c > d \\Rightarrow a+c > b+d "},{value:"a > b > 0,c > d > 0 \\Rightarrow ac bd "},{value:`\\begin{array}{c} \r
|
|
a \\gt b,c \\gt 0 \\Rightarrow ac \\gt bc \\ \r
|
|
a \\gt b,c \\lt 0 \\Rightarrow ac \\lt bc \r
|
|
\\end{array}`},{value:"\\left | a-b \\right | \\geqslant \\left | a \\right | -\\left | b \\right | "},{value:"-\\left | a \\right |\\leq a\\leqslant \\left | a \\right | "},{value:"\\left | a \\right |\\leqslant b \\Rightarrow -b \\leqslant a \\leqslant \\left | b \\right | "},{value:"\\left | a+b \\right | \\leqslant \\left | a \\right | + \\left | b \\right | "},{value:`\\begin{array}{c} \r
|
|
a \\gt b \\gt 0,n \\in N^{\\ast},n \\gt 1 \\ \r
|
|
\\Rightarrow a^{n}\\gt b^{n}, \\sqrt[n]{a}\\gt \\sqrt[n]{b} \r
|
|
\\end{array}`},{value:`\\left( \\sum_{k=1}^n a_k b_k \\right)^{\\!\\!2}\\leq \r
|
|
\\left( \\sum_{k=1}^n a_k^2 \\right) \\left( \\sum_{k=1}^n b_k^2 \\right) `},{value:`\\begin{array}{c} \r
|
|
a,b \\in R^{+} \\ \r
|
|
\\Rightarrow \\frac{a+b}{{2}}\\ge \\sqrt{ab} \\ \r
|
|
\\left( \\text{\u5F53\u4E14\u4EC5\u5F53}a=b\\text{\u65F6\u53D6\u201C}=\\text{\u201D\u53F7}\\right) \r
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
a,b \\in R \\ \r
|
|
\\Rightarrow a^{2}+b^{2}\\gt 2ab \\ \r
|
|
\\left( \\text{\u5F53\u4E14\u4EC5\u5F53}a=b\\text{\u65F6\u53D6\u201C}=\\text{\u201D\u53F7}\\right) \r
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
H_{n}=\\frac{n}{\\sum \\limits_{i=1}^{n}\\frac{1}{x_{i}}}= \\frac{n}{\\frac{1}{x_{1}}+ \\frac{1}{x_{2}}+ \\cdots + \\frac{1}{x_{n}}} \\ G_{n}=\\sqrt[n]{\\prod \\limits_{i=1}^{n}x_{i}}= \\sqrt[n]{x_{1}x_{2}\\cdots x_{n}} \\ A_{n}=\\frac{1}{n}\\sum \\limits_{i=1}^{n}x_{i}=\\frac{x_{1}+ x_{2}+ \\cdots + x_{n}}{n} \\ Q_{n}=\\sqrt{\\sum \\limits_{i=1}^{n}x_{i}^{2}}= \\sqrt{\\frac{x_{1}^{2}+ x_{2}^{2}+ \\cdots + x_{n}^{2}}{n}} \\ H_{n}\\leq G_{n}\\leq A_{n}\\leq Q_{n} \r
|
|
\\end{array}`}]}]},{name:"\u79EF\u5206",value:"\\frac{\\mathrm{d}\\partial}{\\partial x}",children:[{data:[{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}x^n=nx^{n-1} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}e^{ax}=a\\,e^{ax} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\ln(x)=\\frac{1}{x} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\sin x=\\cos x "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\cos x=-\\sin x "},{value:"\\int k\\mathrm{d}x = kx+C "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\tan x=\\sec^2 x "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\cot x=-\\csc^2 x "},{value:"\\int \\frac{1}{x}\\mathrm{d}x= \\ln \\left| x \\right| +C "},{value:"\\int \\frac{1}{\\sqrt{1-x^{2}}}\\mathrm{d}x= \\arcsin x +C "},{value:"\\int \\frac{1}{1+x^{2}}\\mathrm{d}x= \\arctan x +C "},{value:"\\int u \\frac{\\mathrm{d}v}{\\mathrm{d}x}\\,\\mathrm{d}x=uv-\\int \\frac{\\mathrm{d}u}{\\mathrm{d}x}v\\,\\mathrm{d}x "},{value:"f(x) = \\int_{-\\infty}^\\infty \\hat f(x)\\xi\\,e^{2 \\pi i \\xi x} \\,\\mathrm{d}\\xi "},{value:"\\int x^{\\mu}\\mathrm{d}x=\\frac{x^{\\mu +1}}{\\mu +1}+C, \\left({\\mu \\neq -1}\\right) "}]}]},{name:"\u4E09\u89D2",value:"e^{i \\theta}",children:[{name:"\u6C42\u548C Summation",data:[{value:"e^{i \\theta} "},{value:"\\left(\\frac{\\pi}{2}-\\theta \\right ) "},{value:"\\text{sin}^{2}\\frac{\\alpha}{2}=\\frac{1- \\text{cos}\\alpha}{2} "},{value:"\\text{cos}^{2}\\frac{\\alpha}{2}=\\frac{1+ \\text{cos}\\alpha}{2} "},{value:"\\text{tan}\\frac{\\alpha}{2}=\\frac{\\text{sin}\\alpha}{1+ \\text{cos}\\alpha} "},{value:"\\sin \\alpha + \\sin \\beta =2 \\sin \\frac{\\alpha + \\beta}{2}\\cos \\frac{\\alpha - \\beta}{2} "},{value:"\\sin \\alpha - \\sin \\beta =2 \\cos \\frac{\\alpha + \\beta}{2}\\sin \\frac{\\alpha - \\beta}{2} "},{value:"\\cos \\alpha + \\cos \\beta =2 \\cos \\frac{\\alpha + \\beta}{2}\\cos \\frac{\\alpha - \\beta}{2} "},{value:"\\cos \\alpha - \\cos \\beta =-2\\sin \\frac{\\alpha + \\beta}{2}\\sin \\frac{\\alpha - \\beta}{2} "},{value:"a^{2}=b^{2}+c^{2}-2bc\\cos A "},{value:"\\frac{\\sin A}{a}=\\frac{\\sin B}{b}=\\frac{\\sin C}{c}=\\frac{1}{2R} "},{value:"\\sin \\left ( \\frac{\\pi}{2}-\\alpha \\right ) = \\cos \\alpha "},{value:"\\sin \\left ( \\frac{\\pi}{2}+\\alpha \\right ) = \\cos \\alpha "}]}]},{name:"\u7EDF\u8BA1",value:"C_{r}^{n}",children:[{data:[{value:"C_{r}^{n} "},{value:"\\frac{n!}{r!(n-r)!} "},{value:"\\sum_{i=1}^{n}{X_i} "},{value:"\\sum_{i=1}^{n}{X_i^2} "},{value:"X_1, \\cdots,X_n "},{value:"\\frac{x-\\mu}{\\sigma} "},{value:"\\sum_{i=1}^{n}{(X_i - \\overline{X})^2} "},{value:`\\begin{array}{c} \r
|
|
\\text{\u82E5}P \\left( AB \\right) =P \\left( A \\right) P \\left( B \\right) \\\\ \r
|
|
\\text{\u5219}P \\left( A \\left| B\\right. \\right) =P \\left({B}\\right) \r
|
|
\\end{array}`},{value:"P(E) ={n \\choose k}p^k (1-p)^{n-k} "},{value:"P \\left( A \\right) = \\lim \\limits_{n \\to \\infty}f_{n}\\left ( A \\right ) "},{value:"P \\left( \\bigcup \\limits_{i=1}^{+ \\infty}A_{i}\\right) = \\prod \\limits_{i=1}^{+ \\infty}P{\\left( A_{i}\\right)} "},{value:`\\begin{array}{c} \r
|
|
P \\left( \\emptyset \\right) =0 \\\\ \r
|
|
P \\left( S \\right) =1 \r
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
\\forall A \\in S \\\\ \r
|
|
P \\left( A \\right) \\ge 0 \r
|
|
\\end{array}`},{value:"P \\left( \\bigcup \\limits_{i=1}^{n}A_{i}\\right) = \\prod \\limits_{i=1}^{n}P \\left( A_{i}\\right) "},{value:`\\begin{array}{c} \r
|
|
S= \\binom{N}{n},A_{k}=\\binom{M}{k}\\cdot \\binom{N-M}{n-k} \\\\ \r
|
|
P\\left ( A_{k}\\right ) = \\frac{\\binom{M}{k}\\cdot \\binom{N-M}{n-k}}{\\binom{N}{n}} \r
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
P_{n}=n! \\\\ \r
|
|
A_{n}^{k}=\\frac{n!}{\\left( n-k \\left) !\\right. \\right.} \r
|
|
\\end{array}`}]}]}],lt=kt=>{et.current.setValue(et.current.getValue()+" "+kt.value+" ")},pt=[{key:"1",label:"\u5FEB\u6377\u6A21\u677F",children:me.createElement(fe.Z,{className:Kt.Z.lists,gutter:[10,10]},nt.map((kt,bt)=>me.createElement(Be.Z,{flex:"110px",className:Kt.Z.item},me.createElement("div",null,me.createElement(le.Z,{value:`$$${kt.value}$$`}),kt.name),me.createElement("div",{className:Kt.Z.children},kt.children.map((Wt,Zt)=>me.createElement("div",{key:Zt},me.createElement("h1",null,Wt.name),me.createElement(fe.Z,{gutter:[10,10]},Wt.data.map((ie,$t)=>me.createElement(Be.Z,{key:$t,onClick:()=>lt(ie),className:Kt.Z.diamond},me.createElement(le.Z,{value:"`$$"+ie.value+"$$`"}))))))))))},{key:"2",label:"\u516C\u5F0F\u6A21\u677F",children:me.createElement(fe.Z,{className:Kt.Z.lists,gutter:[10,10]},ft.map((kt,bt)=>me.createElement(Be.Z,{flex:"110px",className:Kt.Z.item},me.createElement("div",null,me.createElement(le.Z,{value:"`$$"+kt.value+"$$`"}),kt.name),me.createElement("div",{className:Kt.Z.children},kt.children.map((Wt,Zt)=>me.createElement("div",{key:Zt},Wt.name&&me.createElement("h1",null,Wt.name),me.createElement(fe.Z,{gutter:[10,10]},Wt.data.map((ie,$t)=>me.createElement(Be.Z,{key:$t,onClick:()=>lt(ie),className:Kt.Z.diamond},me.createElement(le.Z,{value:"`$$"+ie.value+"$$`"}))))))))))}],vt=()=>{var kt=document.createElement("div");kt.innerHTML=et.current.getValue();var bt=kt.innerText;return Ze&&Ze(bt),bt};return(0,Rt.useImperativeHandle)(Nt,()=>({getData:vt})),me.createElement("div",{className:Kt.Z.mathWrap},me.createElement(ze.default,{defaultActiveKey:"1",items:pt}),me.createElement("math-field",{locale:"zh_cn",className:Kt.Z.mathField,placeholder:"\u8BF7\u6253\u5F00\u952E\u76D8\uFF0C\u8F93\u5165\u516C\u5F0F",ref:et,style:{width:800,marginTop:30,fontSize:18}},un||""),Te&&me.createElement("div",{className:Kt.Z.button},me.createElement(ve.ZP,{size:"large",onClick:vt,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))});Nn.Z=ke},26194:function(en,Nn,Qt){"use strict";var Rt=Qt(67294),fe=Qt(4977),Be=Qt(85804),ze=Object.defineProperty,ve=Object.defineProperties,le=Object.getOwnPropertyDescriptors,Kt=Object.getOwnPropertySymbols,Ue=Object.prototype.hasOwnProperty,me=Object.prototype.propertyIsEnumerable,ke=(Nt,et,nt)=>et in Nt?ze(Nt,et,{enumerable:!0,configurable:!0,writable:!0,value:nt}):Nt[et]=nt,Ze=(Nt,et)=>{for(var nt in et||(et={}))Ue.call(et,nt)&&ke(Nt,nt,et[nt]);if(Kt)for(var nt of Kt(et))me.call(et,nt)&&ke(Nt,nt,et[nt]);return Nt},Te=(Nt,et)=>ve(Nt,le(et));const un=({img:Nt,buttonProps:et={},styles:nt={},customText:ft,ButtonText:lt,ButtonClick:pt,Buttonclass:vt,ButtonTwo:kt,imgStyles:bt,loading:Wt=!1,className:Zt=""})=>Rt.createElement("section",{className:`tc animated fadeIn ${Zt}`,style:Ze({color:"#999",margin:"100px auto",visibility:Wt?"hidden":"visible"},nt)},Rt.createElement("img",{src:Nt||fe,style:Te(Ze({},bt),{pointerEvents:"none",userSelect:"none"})}),Rt.createElement("p",{className:"mt20 font14"},ft||"\u6682\u65F6\u8FD8\u6CA1\u6709\u76F8\u5173\u6570\u636E\u54E6!"),lt&&Rt.createElement(Be.ZP,Ze({className:vt,onClick:pt},et),lt),kt&&kt);Nn.Z=un},20819:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Z:function(){return vt}});var Rt=Qt(67294),fe={wrp:"wrp___dq7YK",bgBlack:"bgBlack___ARIUV",monaco:"monaco___VnZC3",darkBlue:"darkBlue___UprA9",close:"close___LKoWu",embed:"embed___hvpEJ"},Be=Qt(85804),ze=Qt(30153),ve=Qt(36295),le=Qt(83062),Kt=Qt(28706),Ue=Qt(15835),me=Qt(26194),ke=Qt(11320),Ze=Qt(66540),Te=Qt(67294),un=Object.defineProperty,Nt=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,nt=Object.prototype.propertyIsEnumerable,ft=(kt,bt,Wt)=>bt in kt?un(kt,bt,{enumerable:!0,configurable:!0,writable:!0,value:Wt}):kt[bt]=Wt,lt=(kt,bt)=>{for(var Wt in bt||(bt={}))et.call(bt,Wt)&&ft(kt,Wt,bt[Wt]);if(Nt)for(var Wt of Nt(bt))nt.call(bt,Wt)&&ft(kt,Wt,bt[Wt]);return kt},pt=(kt,bt,Wt)=>new Promise((Zt,ie)=>{var $t=oe=>{try{ye(Wt.next(oe))}catch(xe){ie(xe)}},qt=oe=>{try{ye(Wt.throw(oe))}catch(xe){ie(xe)}},ye=oe=>oe.done?Zt(oe.value):Promise.resolve(oe.value).then($t,qt);ye((Wt=Wt.apply(kt,bt)).next())}),vt=({editOffice:kt="view",data:bt,issaver:Wt,onSaver:Zt,theme:ie,type:$t,filename:qt,monacoEditor:ye,className:oe,style:xe,close:De,onClose:Le,hasMask:Pn,disabledDownload:cn,onImgDimensions:dn,showNodata:Mn,recordInfo:Yt})=>{const[Dt,ue]=(0,Rt.useState)("https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt"),[Xe,$e]=(0,Rt.useState)(""),[de,We]=(0,Rt.useState)(),Re=window.ENV==="build"?"/react/build":"",fn=location.host.startsWith("localhost")?ke.Z.PROXY_SERVER:ke.Z.API_SERVER,te=10*(1024*1024),pe=(0,Rt.useRef)();bt!=null&&bt.startsWith("/api")&&$t!=="txt"&&(bt=ke.Z.API_SERVER+bt);const nn=Et=>Et.substring(Et.lastIndexOf("/")+1).split(".").pop();qt&&ye&&(ye.filename=qt),(0,Rt.useEffect)(()=>{var Et,Gt;const Mt=(Gt=(Et=document.cookie)==null?void 0:Et.replace(/\s/g,""))==null?void 0:Gt.split(";");Mt==null||Mt.map(Pe=>{let sn=Pe.split("=");sn[0]==="_educoder_session"&&$e(sn[1])})},[]),(0,Rt.useEffect)(()=>{$t==="office"&&(bt.indexOf("bigfilescdn.")>-1||bt.indexOf("bigfiles1")>-1?We({url:bt,fileType:nn(bt),model:bt.indexOf("model=edit")?"edit":"view"}):jt())},[$t,bt]);function ln(Et){return pt(this,null,function*(){Et.data.type==="pdfdata"&&(Zt(Et.data.data),window.removeEventListener("message",ln,!1)),console.log("mess---:",Et.data)})}const jt=()=>pt(void 0,null,function*(){console.log("data:",bt);let Et=bt;bt.startsWith("http")||(Et=location.origin+Et);let Gt=new URL(Et).pathname.split("/").pop();const Mt=yield(0,Ue.gJ)({attachment_id:Gt});Mt.url=fn+Mt.url,We(Mt)}),Ct=()=>{if(bt.startsWith("http")||bt.startsWith("blob:")){wt();return}(0,Kt.Sv)(qt||"educoder",bt,qt)},wt=()=>{Yt&&(0,Ze.fc)({id:Yt==null?void 0:Yt.id,watch_type:1,course_id:Yt==null?void 0:Yt.course_id}),(0,Kt.Nd)(qt||"educoder",decodeURIComponent(bt))};return Te.createElement("div",{style:lt({},xe||{}),className:`${Pn&&fe.bgBlack} ${$t?fe.wrp:"hide"}`},De&&Te.createElement("div",{className:fe.close,ref:pe},!!dn&&Te.createElement(le.Z,{title:"\u70B9\u51FB\u5BF9\u56FE\u7247\u8FDB\u884C\u6279\u6CE8",getPopupContainer:()=>pe.current},Te.createElement("span",{onClick:()=>{Le(),dn()}},Te.createElement("i",{className:"icon-yulanpizhu"}))),!cn&&Te.createElement(le.Z,{title:"\u70B9\u51FB\u4E0B\u8F7D\u6B64\u6587\u4EF6",getPopupContainer:()=>pe.current},Te.createElement("span",{onClick:wt},Te.createElement("i",{className:"icon-quxiaozhiding"}))),Wt&&Te.createElement(le.Z,{title:"\u4FDD\u5B58pdf\u5E76\u9000\u51FA",getPopupContainer:()=>pe.current},Te.createElement("span",{className:"",onClick:()=>{const Et=document.getElementById("pdfiframe");window.addEventListener("message",ln,!1),setTimeout(()=>{Et.contentWindow.postMessage("getData","*")},300)}},Te.createElement("i",{className:"icon-baocun"}))),Te.createElement(le.Z,{title:"\u5173\u95ED",getPopupContainer:()=>pe.current},Te.createElement("span",{className:"",onClick:()=>{Le()}},Te.createElement("i",{className:"icon-guanbi1"})))),Te.createElement("div",{className:`${fe[oe]} ${oe} ${fe.monaco} ${$t==="txt"?"show":"hide"}`},$t==="txt"&&Te.createElement(Te.Fragment,null,Te.createElement(ve.ZP,lt({},ye)))),$t==="audio"&&Te.createElement("audio",{src:`${(bt==null?void 0:bt.indexOf("http://"))>-1||(bt==null?void 0:bt.indexOf("https://"))>-1?"":"data:audio/mp3;base64,"}${bt}`,autoPlay:!0}),$t==="video"&&Te.createElement(Te.Fragment,null,(bt==null?void 0:bt.indexOf("http"))>-1?Te.createElement("video",{controls:!0,src:`${bt}`,autoPlay:!0}):Te.createElement("video",{controls:!0,src:`data:video/mp4;base64,${bt}`,autoPlay:!0})),$t==="office"&&de&&Te.createElement("iframe",{src:`${Re}/office.html?key=${de.key}&url=${btoa(de.url)}&callbackUrl=${fn+(de.callbackUrl||"")}&fileType=${de.fileType}&title=${de.title||""}&model=${kt}&officeServer=${ke.Z.ONLYOFFICE}&disabledDownload=${!!cn}`}),$t==="html"&&Te.createElement("iframe",{src:bt+"&disposition=inline"}),$t==="pdf"&&Te.createElement("iframe",{id:"pdfiframe",src:`${Re}/js/pdfview/index.html?filename=${qt||"educoder.pdf"}&url=${encodeURIComponent(bt)}&disabledDownload=${!!cn}&model=${kt}`}),$t==="image"&&Te.createElement("img",{src:`${(bt==null?void 0:bt.indexOf("http://"))>-1||(bt==null?void 0:bt.indexOf("https://"))>-1?"":"data:image/png;base64,"}${bt}`}),($t==="other"||$t==="download")&&Te.createElement(Te.Fragment,null,Mn?Te.createElement(me.Z,{customText:"\u5F53\u524D\u6587\u4EF6\u4E0D\u652F\u6301\u9884\u89C8\uFF0C\u53EF\u70B9\u51FB\u4E0B\u8F7D\u67E5\u770B",ButtonTwo:Te.createElement(Be.ZP,{icon:Te.createElement("i",{className:"iconfont icon-xiazai4 font14"}),type:"primary",size:"middle",onClick:Ct,disabled:cn},"\u4E0B\u8F7D")}):Te.createElement(Be.ZP,{type:"primary",size:"middle",onClick:Ct,disabled:cn},Te.createElement(ze.Z,null),"\u70B9\u51FB\u4E0B\u8F7D")))}},65226:function(en,Nn,Qt){"use strict";Qt.d(Nn,{z:function(){return $t},Z:function(){return qt}});var Rt=Qt(67294),fe=Qt(81897),Be=Qt(51161),ze=Qt(11771),ve=Qt(67631),le=Qt.n(ve),Kt=Qt(11320),Ue=Qt(28706),me=Qt(20527),ke=Qt(25934),Ze=Qt(20819),Te=Qt(67294),Nt=({html:ye})=>{const oe=(0,Rt.useRef)(null),xe=(0,Rt.useRef)(null),De=`.markdown-body p {
|
|
margin: 0 0 16px 0 !important;
|
|
line-height: 28px;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
ol,
|
|
ul,
|
|
li {
|
|
list-style-type: none
|
|
}
|
|
|
|
ol,
|
|
ul,
|
|
dl {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.markdown-body {
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
color: #333;
|
|
overflow: hidden;
|
|
font-family: "Microsoft YaHei", Helvetica, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", "Monaco", monospace, Tahoma, STXihei, "\u534E\u6587\u7EC6\u9ED1", STHeiti, "Helvetica Neue", "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, "\u5B8B\u4F53", Heiti, "\u9ED1\u4F53", sans-serif;
|
|
word-break: break-word;
|
|
font-size: 16px;
|
|
line-height: 1.6;
|
|
white-space: normal;
|
|
word-wrap: break-word;
|
|
position: relative;
|
|
}
|
|
|
|
.markdown-body ul>li {
|
|
list-style-type: disc;
|
|
}
|
|
|
|
.markdown-body ol>li {
|
|
list-style-type: decimal;
|
|
}
|
|
|
|
.markdown-body a {
|
|
background: transparent;
|
|
}
|
|
|
|
.markdown-body a:active,
|
|
.markdown-body a:hover {
|
|
outline: 0;
|
|
}
|
|
|
|
.markdown-body strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body h1 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0;
|
|
}
|
|
|
|
.markdown-body img {
|
|
border: 0;
|
|
}
|
|
|
|
.markdown-body hr {
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
}
|
|
|
|
.markdown-body pre {
|
|
overflow: auto;
|
|
}
|
|
|
|
.markdown-body code,
|
|
.markdown-body kbd,
|
|
.markdown-body pre {
|
|
font-family: "Meiryo UI", "YaHei Consolas Hybrid", Consolas, "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.markdown-body input {
|
|
color: inherit;
|
|
font: inherit;
|
|
margin: 0;
|
|
}
|
|
|
|
.markdown-body html input[disabled] {
|
|
cursor: default;
|
|
}
|
|
|
|
.markdown-body input {
|
|
line-height: normal;
|
|
}
|
|
|
|
.markdown-body input[type="checkbox"] {
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
}
|
|
|
|
.markdown-body table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.markdown-body td,
|
|
.markdown-body th {
|
|
padding: 0;
|
|
}
|
|
|
|
.markdown-body * {
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.markdown-body input {
|
|
font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
|
|
}
|
|
|
|
.markdown-body a {
|
|
color: #4183c4;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.markdown-body a:hover,
|
|
.markdown-body a:active {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.markdown-body hr {
|
|
height: 0;
|
|
margin: 15px 0;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
border: 0;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.markdown-body hr:before {
|
|
display: table;
|
|
content: "";
|
|
}
|
|
|
|
.markdown-body hr:after {
|
|
display: table;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
.markdown-body h1,
|
|
.markdown-body h2,
|
|
.markdown-body h3,
|
|
.markdown-body h4,
|
|
.markdown-body h5,
|
|
.markdown-body h6 {
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.markdown-body h1 {
|
|
font-size: 30px;
|
|
}
|
|
|
|
.markdown-body h2 {
|
|
font-size: 21px;
|
|
}
|
|
|
|
.markdown-body h3 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.markdown-body h4 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.markdown-body h5 {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.markdown-body h6 {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.markdown-body blockquote {
|
|
margin: 0;
|
|
}
|
|
|
|
.markdown-body ul,
|
|
.markdown-body ol {
|
|
padding: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
ul.linenums,
|
|
ol.linenums {
|
|
padding: 16px 0 0 56px !important;
|
|
}
|
|
|
|
.markdown-body ul,
|
|
.markdown-body ol {
|
|
padding-left: 2em;
|
|
}
|
|
|
|
|
|
.markdown-body ol ol,
|
|
.markdown-body ul ol {
|
|
list-style-type: lower-roman;
|
|
}
|
|
|
|
.markdown-body ul ul ol,
|
|
.markdown-body ul ol ol,
|
|
.markdown-body ol ul ol,
|
|
.markdown-body ol ol ol {
|
|
list-style-type: lower-alpha;
|
|
}
|
|
|
|
.markdown-body dd {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.markdown-body code {
|
|
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.markdown-body pre {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
}
|
|
|
|
.markdown-body .octicon {
|
|
font: normal normal 16px octicons-anchor;
|
|
line-height: 1;
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.markdown-body .octicon-link:before {
|
|
content: '\f05c';
|
|
}
|
|
|
|
.markdown-body>*:first-child {
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.markdown-body>*:last-child {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.markdown-body .anchor {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
padding-right: 6px;
|
|
padding-left: 30px;
|
|
margin-left: -30px;
|
|
}
|
|
|
|
.markdown-body .anchor:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.markdown-body h1,
|
|
.markdown-body h2,
|
|
.markdown-body h3,
|
|
.markdown-body h4,
|
|
.markdown-body h5,
|
|
.markdown-body h6 {
|
|
position: relative;
|
|
margin-top: 1em;
|
|
margin-bottom: 16px;
|
|
font-weight: bold;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.markdown-body h1 .octicon-link,
|
|
.markdown-body h2 .octicon-link,
|
|
.markdown-body h3 .octicon-link,
|
|
.markdown-body h4 .octicon-link,
|
|
.markdown-body h5 .octicon-link,
|
|
.markdown-body h6 .octicon-link {
|
|
display: none;
|
|
color: #000;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.markdown-body h1:hover .anchor,
|
|
.markdown-body h2:hover .anchor,
|
|
.markdown-body h3:hover .anchor,
|
|
.markdown-body h4:hover .anchor,
|
|
.markdown-body h5:hover .anchor,
|
|
.markdown-body h6:hover .anchor {
|
|
padding-left: 8px;
|
|
margin-left: -30px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.markdown-body h1:hover .anchor .octicon-link,
|
|
.markdown-body h2:hover .anchor .octicon-link,
|
|
.markdown-body h3:hover .anchor .octicon-link,
|
|
.markdown-body h4:hover .anchor .octicon-link,
|
|
.markdown-body h5:hover .anchor .octicon-link,
|
|
.markdown-body h6:hover .anchor .octicon-link {
|
|
display: inline-block;
|
|
}
|
|
|
|
.markdown-body h1 {
|
|
padding-bottom: 0.3em;
|
|
font-size: 2.25em;
|
|
line-height: 1.2;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.markdown-body h1 .anchor {
|
|
line-height: 1;
|
|
}
|
|
|
|
.markdown-body h2 {
|
|
padding-bottom: 0.3em;
|
|
font-size: 1.75em;
|
|
line-height: 1.225;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.markdown-body h2 .anchor {
|
|
line-height: 1;
|
|
}
|
|
|
|
.markdown-body h3 {
|
|
font-size: 1.5em;
|
|
line-height: 1.43;
|
|
}
|
|
|
|
.markdown-body h3 .anchor {
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.markdown-body h4 {
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
.markdown-body h4 .anchor {
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.markdown-body h5 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.markdown-body h5 .anchor {
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.markdown-body h6 {
|
|
font-size: 1em;
|
|
color: #777;
|
|
}
|
|
|
|
.markdown-body h6 .anchor {
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.markdown-body p,
|
|
.markdown-body blockquote,
|
|
.markdown-body ul,
|
|
.markdown-body ol,
|
|
.markdown-body dl,
|
|
.markdown-body table,
|
|
.markdown-body pre {
|
|
margin-top: 0;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.markdown-body ul ul,
|
|
.markdown-body ul ol,
|
|
.markdown-body ol ol,
|
|
.markdown-body ol ul {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.markdown-body li>p {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.markdown-body dl {
|
|
padding: 0;
|
|
}
|
|
|
|
.markdown-body dl dt {
|
|
padding: 0;
|
|
margin-top: 16px;
|
|
font-size: 1em;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body dl dd {
|
|
padding: 0 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.markdown-body blockquote {
|
|
padding: 0 15px;
|
|
color: #777;
|
|
border-left: 4px solid #ddd;
|
|
}
|
|
|
|
.markdown-body blockquote> :first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.markdown-body blockquote> :last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.markdown-body table {
|
|
display: block;
|
|
width: 100%;
|
|
overflow: auto;
|
|
word-break: normal;
|
|
word-break: keep-all;
|
|
}
|
|
|
|
.markdown-body table th {
|
|
font-weight: bold;
|
|
text-align: revert;
|
|
}
|
|
|
|
.markdown-body table th,
|
|
.markdown-body table td {
|
|
padding: 6px 13px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
.markdown-body table tr {
|
|
background-color: #fff;
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
|
|
.markdown-body table tr:nth-child(2n) {
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
.markdown-body img {
|
|
max-width: 100%;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.markdown-body code {
|
|
padding: 0;
|
|
padding-top: 0.2em;
|
|
padding-bottom: 0.2em;
|
|
margin: 0;
|
|
font-size: 85%;
|
|
background-color: rgba(0, 0, 0, 0.04);
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.markdown-body code:has(.katex) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.markdown-body code:before,
|
|
.markdown-body code:after {
|
|
letter-spacing: -0.2em;
|
|
content: "\\00a0";
|
|
}
|
|
|
|
.markdown-body pre>code {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 100%;
|
|
word-break: normal;
|
|
white-space: pre;
|
|
background: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.markdown-body .highlight {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.markdown-body .highlight pre,
|
|
.markdown-body pre {
|
|
padding: 16px;
|
|
overflow: auto;
|
|
font-size: 85%;
|
|
line-height: 1.45;
|
|
background-color: #f7f7f7;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.markdown-body .highlight pre {
|
|
margin-bottom: 0;
|
|
word-break: normal;
|
|
}
|
|
|
|
.markdown-body pre {
|
|
word-wrap: normal;
|
|
}
|
|
|
|
.markdown-body pre code {
|
|
display: inline;
|
|
max-width: initial;
|
|
padding: 0;
|
|
margin: 0;
|
|
overflow: initial;
|
|
line-height: inherit;
|
|
word-wrap: normal;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.markdown-body pre code:before,
|
|
.markdown-body pre code:after {
|
|
content: normal;
|
|
}
|
|
|
|
.markdown-body kbd {
|
|
display: inline-block;
|
|
padding: 3px 5px;
|
|
font-size: 11px;
|
|
line-height: 10px;
|
|
color: #555;
|
|
vertical-align: middle;
|
|
background-color: #fcfcfc;
|
|
border: solid 1px #ccc;
|
|
border-bottom-color: #bbb;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 -1px 0 #bbb;
|
|
}
|
|
|
|
.markdown-body .pl-c {
|
|
color: #969896;
|
|
}
|
|
|
|
.markdown-body .pl-c1,
|
|
.markdown-body .pl-mdh,
|
|
.markdown-body .pl-mm,
|
|
.markdown-body .pl-mp,
|
|
.markdown-body .pl-mr,
|
|
.markdown-body .pl-s1 .pl-v,
|
|
.markdown-body .pl-s3,
|
|
.markdown-body .pl-sc,
|
|
.markdown-body .pl-sv {
|
|
color: #0086b3;
|
|
}
|
|
|
|
.markdown-body .pl-e,
|
|
.markdown-body .pl-en {
|
|
color: #795da3;
|
|
}
|
|
|
|
.markdown-body .pl-s1 .pl-s2,
|
|
.markdown-body .pl-smi,
|
|
.markdown-body .pl-smp,
|
|
.markdown-body .pl-stj,
|
|
.markdown-body .pl-vo,
|
|
.markdown-body .pl-vpf {
|
|
color: #333;
|
|
}
|
|
|
|
.markdown-body .pl-ent {
|
|
color: #63a35c;
|
|
}
|
|
|
|
.markdown-body .pl-k,
|
|
.markdown-body .pl-s,
|
|
.markdown-body .pl-st {
|
|
color: #a71d5d;
|
|
}
|
|
|
|
.markdown-body .pl-pds,
|
|
.markdown-body .pl-s1,
|
|
.markdown-body .pl-s1 .pl-pse .pl-s2,
|
|
.markdown-body .pl-sr,
|
|
.markdown-body .pl-sr .pl-cce,
|
|
.markdown-body .pl-sr .pl-sra,
|
|
.markdown-body .pl-sr .pl-sre,
|
|
.markdown-body .pl-src {
|
|
color: #df5000;
|
|
}
|
|
|
|
.markdown-body .pl-mo,
|
|
.markdown-body .pl-v {
|
|
color: #1d3e81;
|
|
}
|
|
|
|
.markdown-body .pl-id {
|
|
color: #b52a1d;
|
|
}
|
|
|
|
.markdown-body .pl-ii {
|
|
background-color: #b52a1d;
|
|
color: #f8f8f8;
|
|
}
|
|
|
|
.markdown-body .pl-sr .pl-cce {
|
|
color: #63a35c;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body .pl-ml {
|
|
color: #693a17;
|
|
}
|
|
|
|
.markdown-body .pl-mh,
|
|
.markdown-body .pl-mh .pl-en,
|
|
.markdown-body .pl-ms {
|
|
color: #1d3e81;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body .pl-mq {
|
|
color: #008080;
|
|
}
|
|
|
|
.markdown-body .pl-mi {
|
|
color: #333;
|
|
font-style: italic;
|
|
}
|
|
|
|
.markdown-body .pl-mb {
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body .pl-md,
|
|
.markdown-body .pl-mdhf {
|
|
background-color: #ffecec;
|
|
color: #bd2c00;
|
|
}
|
|
|
|
.markdown-body .pl-mdht,
|
|
.markdown-body .pl-mi1 {
|
|
background-color: #eaffea;
|
|
color: #55a532;
|
|
}
|
|
|
|
.markdown-body .pl-mdr {
|
|
color: #795da3;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body kbd {
|
|
display: inline-block;
|
|
padding: 3px 5px;
|
|
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
line-height: 10px;
|
|
color: #555;
|
|
vertical-align: middle;
|
|
background-color: #fcfcfc;
|
|
border: solid 1px #ccc;
|
|
border-bottom-color: #bbb;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 -1px 0 #bbb;
|
|
}
|
|
|
|
.markdown-body .task-list-item {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.markdown-body .task-list-item+.task-list-item {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.markdown-body .task-list-item input {
|
|
float: left;
|
|
margin: 0.3em 0 0.25em -1.6em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.markdown-body :checked+.radio-label {
|
|
z-index: 1;
|
|
position: relative;
|
|
border-color: #4183c4;
|
|
}
|
|
|
|
|
|
/*! Pretty printing styles. Used with prettify.js. */
|
|
/* SPAN elements with the classes below are added by prettyprint. */
|
|
.pln {
|
|
color: #000
|
|
}
|
|
|
|
/* plain text */
|
|
|
|
@media screen {
|
|
.str {
|
|
color: #080
|
|
}
|
|
|
|
/* string content */
|
|
.kwd {
|
|
color: #008
|
|
}
|
|
|
|
/* a keyword */
|
|
.com {
|
|
color: #800
|
|
}
|
|
|
|
/* a comment */
|
|
.typ {
|
|
color: #606
|
|
}
|
|
|
|
/* a type name */
|
|
.lit {
|
|
color: #066
|
|
}
|
|
|
|
/* a literal value */
|
|
/* punctuation, lisp open bracket, lisp close bracket */
|
|
.pun,
|
|
.opn,
|
|
.clo {
|
|
color: #660
|
|
}
|
|
|
|
.tag {
|
|
color: #008
|
|
}
|
|
|
|
/* a markup tag name */
|
|
.atn {
|
|
color: #606
|
|
}
|
|
|
|
/* a markup attribute name */
|
|
.atv {
|
|
color: #080
|
|
}
|
|
|
|
/* a markup attribute value */
|
|
.dec,
|
|
.var {
|
|
color: #606
|
|
}
|
|
|
|
/* a declaration; a variable name */
|
|
.fun {
|
|
color: red
|
|
}
|
|
|
|
/* a function name */
|
|
}
|
|
|
|
/* Use higher contrast and text-weight for printable form. */
|
|
@media print,
|
|
projection {
|
|
.str {
|
|
color: #060
|
|
}
|
|
|
|
.kwd {
|
|
color: #006;
|
|
font-weight: bold
|
|
}
|
|
|
|
.com {
|
|
color: #600;
|
|
font-style: italic
|
|
}
|
|
|
|
.typ {
|
|
color: #404;
|
|
font-weight: bold
|
|
}
|
|
|
|
.lit {
|
|
color: #044
|
|
}
|
|
|
|
.pun,
|
|
.opn,
|
|
.clo {
|
|
color: #440
|
|
}
|
|
|
|
.tag {
|
|
color: #006;
|
|
font-weight: bold
|
|
}
|
|
|
|
.atn {
|
|
color: #404
|
|
}
|
|
|
|
.atv {
|
|
color: #060
|
|
}
|
|
}
|
|
|
|
/* Put a border around prettyprinted code snippets. */
|
|
pre.prettyprint {
|
|
padding: 2px;
|
|
/* border: 1px solid #888 */
|
|
}
|
|
|
|
/* Specify class=linenums on a pre to get line numbering */
|
|
ol.linenums {
|
|
margin-top: 0;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
/* IE indents via margin-left */
|
|
li.L0,
|
|
li.L1,
|
|
li.L2,
|
|
li.L3,
|
|
li.L5,
|
|
li.L6,
|
|
li.L7,
|
|
li.L8 {
|
|
list-style-type: none
|
|
}
|
|
|
|
/* Alternate shading for lines */
|
|
li.L1,
|
|
li.L3,
|
|
li.L5,
|
|
li.L7,
|
|
li.L9 {
|
|
background: #eee
|
|
}
|
|
|
|
.markdown-body p,
|
|
.markdown-body blockquote,
|
|
.markdown-body ul,
|
|
.markdown-body ol,
|
|
.markdown-body dl,
|
|
.markdown-body table,
|
|
.markdown-body pre {
|
|
margin-top: 0;
|
|
margin-bottom: 16px;
|
|
}`;return(0,Rt.useEffect)(()=>{const Le=oe.current.attachShadow({mode:"open"});xe.current=document.createElement("div"),xe.current.className="markdown-body",xe.current.innerHTML=ye,Le.appendChild(xe.current);const Pn=document.createElement("style");return Pn.textContent=De,Le.appendChild(Pn),()=>{Le.innerHTML=""}},[]),(0,Rt.useEffect)(()=>{xe.current&&(xe.current.innerHTML=ye)},[ye]),Te.createElement("div",{ref:oe})};function et(ye){const oe=["onabort","onanimationend","onanimationiteration","onanimationstart","onauxclick","onblur","oncancel","oncanplay","oncanplaythrough","onchange","onclick","onclose","oncontextmenu","oncopy","oncut","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onfocus","onformdata","ongotpointercapture","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onload","onloadeddata","onloadedmetadata","onloadstart","onlostpointercapture","onmousedown","onmousemove","onmouseout","onmouseover","onmouseup","onpaste","onpause","onplay","onplaying","onpointercancel","onpointerdown","onpointerenter","onpointerleave","onpointermove","onpointerout","onpointerover","onpointerup","onprogress","onratechange","onreset","onresize","onscroll","onsecuritypolicyviolation","onseeked","onseeking","onselect","onslotchange","onstalled","onsubmit","onsuspend","ontimeupdate","ontoggle","ontouchcancel","ontouchend","ontouchmove","ontouchstart","ontransitionend","onvolumechange","onwaiting","onwheel"],xe=new RegExp(`\\b(${oe.join("|")})\\s*=\\s*(?:"[^"]*"|'[^']*'|[^\\s>]*)`,"gi");return ye.replace(xe,"").trim()}var nt=Object.defineProperty,ft=Object.getOwnPropertySymbols,lt=Object.prototype.hasOwnProperty,pt=Object.prototype.propertyIsEnumerable,vt=(ye,oe,xe)=>oe in ye?nt(ye,oe,{enumerable:!0,configurable:!0,writable:!0,value:xe}):ye[oe]=xe,kt=(ye,oe)=>{for(var xe in oe||(oe={}))lt.call(oe,xe)&&vt(ye,xe,oe[xe]);if(ft)for(var xe of ft(oe))pt.call(oe,xe)&&vt(ye,xe,oe[xe]);return ye};const bt="@\u2581\u2581@",Wt="@\u2581@",Zt=/<pre[^>]*>/g;function ie(ye){let oe=document.createElement("div");return oe.innerHTML=ye,oe.childNodes.length===0?"":oe.childNodes[0].nodeValue}const $t=(ye,oe)=>{ye=ye||"";const xe=/(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?\)|(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,De=/\"(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,Le=/\(\s+(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,Pn=/(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g;return oe?ye.replaceAll("https://www.educoder.net","").replaceAll("https://www-cdn.educoder.net","").replaceAll("//api/attachments","/api/attachments").replace(xe,(cn,dn,Mn,Yt,Dt,ue,Xe)=>{const $e=dn||Yt||ue,de=Mn||Dt||Xe||"?";return Kt.Z.API_SERVER+"/api/attachments/"+$e+de+"&t="+(0,Ue.Jn)($e,Date.now())+(cn.indexOf(")")>-1?")":"&")}).replaceAll('src="(','src="').replaceAll("src='(",'src="'):(ye=ye.replace(Pn,(cn,dn,Mn,Yt,Dt,ue,Xe)=>{const $e=dn||Yt||ue,de=Mn||Dt||Xe||"?";return Kt.Z.API_SERVER+"/attachments/download/"+$e+de+"&t="+(0,Ue.Jn)($e,Date.now())+(cn.indexOf(")")>-1?")":"&")}).replace(xe,(cn,dn,Mn,Yt,Dt,ue,Xe)=>{const $e=dn||Yt||ue,de=Mn||Dt||Xe||"?";return Kt.Z.API_SERVER+"/api/attachments/"+$e+de+"&t="+(0,Ue.Jn)($e,Date.now())+(cn.indexOf(")")>-1?")":"&")}).replace(De,(cn,dn,Mn,Yt,Dt)=>{const ue=dn||Yt,Xe=Mn||Dt||"";return'"'+Kt.Z.API_SERVER+"/api/attachments/"+ue+Xe+ue+Xe+"&t="+(0,Ue.Jn)(ue,Date.now())}).replace(Le,(cn,dn,Mn,Yt,Dt)=>{const ue=dn||Yt,Xe=Mn||Dt||"";return"("+Kt.Z.API_SERVER+"/files/uploads/"+ue+Xe+ue+Xe+"&t="+(0,Ue.Jn)(ue,Date.now())}).replaceAll('src="(','src="').replaceAll("src='(",'src="').replaceAll("http://video.educoder","https://video.educoder").replaceAll("http://www.educoder.net/api","https://data.educoder.net/api").replaceAll("https://www.educoder.net/api","https://data.educoder.net/api").replace(/\r\n/g,`
|
|
`),ye)};var qt=({value:ye="",className:oe,showTextOnly:xe,showLines:De,style:Le={},stylesPrev:Pn={},highlightKeywords:cn,showProgramFill:dn,isProgramFill:Mn,disabledFill:Yt=!1,programFillValue:Dt,onFillChange:ue=de=>{},onFillBlur:Xe=()=>{},onFillFocus:$e=()=>{}})=>{let de=et(String(ye||""));const[We,Re]=(0,Rt.useState)(""),[fn,Je]=(0,Rt.useState)("office"),[te,pe]=(0,Rt.useState)([]),nn=(0,Rt.useRef)("a"+(0,ke.Z)()),ln={},jt=pn=>/<style[\s\S]*?>/i.test(pn||""),Ct=(pn,$n,ai)=>{const Di=document.createElement(pn===Wt?"input":"textarea");Di.style.width="100%",Di.style.height=pn===Wt?"40px":"151px",Di.rows=5,Di.spellcheck=!1,Di.name="edu-program-fill",Di.placeholder="\u8BF7\u8F93\u5165",Di.dataset.id=$n;const _n=Object.keys(ln).length;return ln[_n]=Di,`<span class="edu-program-fill-wrap ${pn===Wt?"":"show"}" style="width:${pn===Wt?"600px":"100%"}" title=${ai||""}><span>${Di.outerHTML}<span class="edu-program-fill-score" style="margin:0 6px"></span></span></span>`};function wt(pn){return pn=pn.replace(/!\[.*?\]\(.*?\)/g,""),pn=pn.replace(/\[.*?\]\(.*?\)/g,""),pn=pn.replace(new RegExp("<iframe.*?<\\/iframe>","gs"),""),pn=pn.replace(/<embed.*?>/g,""),pn=pn.replace(/<img.*?>/g,""),pn=pn.replace(new RegExp("<video.*?>.*?<\\/video>","gs"),""),pn=pn.replace(new RegExp("<audio.*?>.*?<\\/audio>","gs"),""),pn=pn.replace(new RegExp("<style.*?>.*?<\\/style>","gs"),""),pn=pn.replace(new RegExp("<script.*?>.*?<\\/script>","gs"),""),pn}const Et=pn=>!xe&&jt(de)?pn:pn.replace(/<style.*?>([\s\S]+?)<\/style>/gim,function($n,ai){let Di=ai.replace(/(\n|\r)/g,"").split("}"),_n=[];return Di.map(Zo=>{Zo!=""&&_n.push(`.${nn.current} ${Zo}`)}),`<style>${_n.join("}")}</style>`}),Gt=(0,Rt.useMemo)(()=>{try{const Di=/\(\s+\/api\/attachments\/|\(\/api\/attachments\//g,_n=/\"\/api\/attachments\/|\"\/attachments\/download\//g,Zo=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g,ho=/\(\/attachments\/download\//g;de=de.replace(ho,"("+Kt.Z.API_SERVER+"/attachments/download/").replace(Di,"("+Kt.Z.API_SERVER+"/api/attachments/").replace(_n,'"'+Kt.Z.API_SERVER+"/api/attachments/").replace(Zo,'"'+Kt.Z.API_SERVER+"/files/uploads/").replaceAll("http://video.educoder","https://video.educoder").replaceAll("http://www.educoder.net/api","https://data.educoder.net/api").replaceAll("https://www.educoder.net/api","https://data.educoder.net/api").replace(/\r\n/g,`
|
|
`)}catch(Di){}if(dn){let Di=-1;return de=de.replaceAll("<","<").replaceAll(">",">").replace(/(@▁▁@|@▁@)/g,function(_n,Zo,ho){var Ki;return++Di,Ct(_n,Di,(Ki=Dt==null?void 0:Dt[Di])==null?void 0:Ki.value.replaceAll("<","<").replaceAll(">",">"))}),`<pre style="background:#fff;padding:4px">${Et(de||"")}</pre>`}let pn=Et(de);pn=(0,Be.ZP)(pn);const $n=(0,Be.ez)();de.match(/\[TOC\]/)&&(pn=pn.replace("<p>[TOC]</p>",(0,Be.Qv)()),(0,Be.Iy)()),pn=pn.replace(/(__special_katext_id_\d+__)/g,(Di,_n)=>{const{type:Zo,expression:ho}=$n[_n];return(0,me.renderToString)(ie(ho)||"",{displayMode:Zo==="block",throwOnError:!1,output:"html"})}),pn=pn.replace(/▁/g,"\u2581\u2581\u2581\u2581\u2581"),(0,Be.AL)();const ai=document.createElement("div");if(ai.innerHTML=pn,xe)return ai.innerText;if(cn){const Di=cn.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return Qn(ai,Di),ai.innerHTML}return setTimeout(()=>ti(),500),ai.innerHTML},[de,cn]);(0,Rt.useEffect)(()=>{Yn.current&&Yn.current.querySelectorAll(["input","textarea"]).forEach($n=>{$n.oninput=Mt,$n.onblur=Pe,$n.onfocus=sn})},[te]),(0,Rt.useEffect)(()=>{var pn,$n,ai,Di,_n;if(Dt!=null&&Dt.length)try{const Zo=Yn.current.querySelectorAll(".edu-program-fill-score"),ho=Yn.current.querySelectorAll('[name="edu-program-fill"]');for(const[Ki,Ri]of ho.entries())Ri.value=((pn=Dt==null?void 0:Dt[Ki])==null?void 0:pn.value)||"",(($n=Dt==null?void 0:Dt[Ki])==null?void 0:$n.type)==="warning"?Ri.className="program-fill-warning":((ai=Dt==null?void 0:Dt[Ki])==null?void 0:ai.type)==="success"?Ri.className="program-fill-success":Ri.className="";for(const[Ki,Ri]of Zo.entries())Ri.innerHTML=(Di=Dt==null?void 0:Dt[Ki])!=null&&Di.score?`${(_n=Dt==null?void 0:Dt[Ki])==null?void 0:_n.score}\u5206`:"";pe(Dt)}catch(Zo){console.log(Zo,"error")}},[Dt]);const Mt=pn=>{te[pn.target.dataset.id]=te[pn.target.dataset.id]||{},te[pn.target.dataset.id].value=pn.target.value,pe([...te]),ue(te,pn.target.dataset.id)},Pe=pn=>{te[pn.target.dataset.id]=te[pn.target.dataset.id]||{},te[pn.target.dataset.id].value=pn.target.value,pe([...te]),Xe(te,pn.target.dataset.id)},sn=pn=>{te[pn.target.dataset.id]=te[pn.target.dataset.id]||{},te[pn.target.dataset.id].value=pn.target.value,pe([...te]),$e(te,pn.target.dataset.id)};function Qn(pn,$n){return pn.childNodes.forEach(ai=>{var Di;if(ai.childNodes.length>0)Qn(ai,$n);else if(ai.nodeName!=="IMG")if(ai.innerHTML)ai.innerHTML=(Di=ai.innerHTML)==null?void 0:Di.replace(new RegExp($n,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>');else{const _n=document.createElement("span");_n.innerHTML=ai.textContent.replace(new RegExp($n,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>'),ai.replaceWith(_n)}})}const Yn=(0,Rt.useRef)();Be.jb.WebkitLineClamp=De,De&&(Le=kt(kt({},Le),Be.jb));function Ln(pn){let $n=pn.target;if($n.tagName.toUpperCase()==="A"){let ai=$n.getAttribute("href");if(ai.indexOf("office")>-1)pn.preventDefault(),Re(ai),Je("office");else if(ai.indexOf("application/pdf")>-1)pn.preventDefault(),Re(ai),Je("pdf");else if(ai.indexOf("text/html")>-1)pn.preventDefault(),Re(ai),Je("html");else if(ai.startsWith("#")){pn.preventDefault();let Di=document.getElementById(ai.replace("#",""));Di&&Di.scrollIntoView(!0)}}}const ti=()=>{var pn;const $n=(pn=Yn.current)==null?void 0:pn.querySelectorAll("video");$n==null||$n.forEach(ai=>{if(ai.oncontextmenu=()=>!1,ai.src.indexOf(".m3u8")>-1&&!ai.canPlayType("application/vnd.apple.mpegurl")){if(le().isSupported()){var Di=new(le());Di.loadSource(ai.src),Di.attachMedia(ai)}}})};return(0,Rt.useEffect)(()=>{if(Yn.current&&Gt&&Gt.match(Zt)&&window.PR.prettyPrint(),Yn.current)return Yn.current.addEventListener("click",Ln),()=>{var pn;(pn=Yn.current)==null||pn.removeEventListener("click",Ln),(0,Be.AL)(),(0,Be.Iy)()}},[Gt,Yn.current,Ln]),(0,Rt.useEffect)(()=>{var pn;const $n=ai=>{ai.preventDefault(),ai.clipboardData.setData("text",window.getSelection().toString())};return(pn=Yn.current)==null||pn.addEventListener("copy",$n),()=>{var ai;(ai=Yn.current)==null||ai.removeEventListener("copy",$n)}},[Yn.current]),Rt.createElement(Rt.Fragment,null,xe&&Rt.createElement("div",{ref:Yn},Gt),!xe&&!jt(Gt)&&Rt.createElement("div",{ref:Yn,style:kt({},Le),className:`${oe||""} ${Yt?"disabled-fill":""} markdown-body ${nn.current}`,dangerouslySetInnerHTML:{__html:Gt}}),!xe&&jt(Gt)&&Rt.createElement(Nt,{html:Gt}),Rt.createElement(Ze.Z,{close:!0,data:We,type:We!=null&&We.length?fn:"",style:kt({},Pn),onClose:()=>Re("")}))}},57444:function(en,Nn,Qt){"use strict";Qt.d(Nn,{h:function(){return kt}});var Rt=Qt(67294),fe=Qt(88044),Be=Qt(91773),ze=Qt(85804),ve=Qt(4631),le=Qt.n(ve),Kt=Qt(71749),Ue=Qt(30483),me=Object.defineProperty,ke=Object.defineProperties,Ze=Object.getOwnPropertyDescriptors,Te=Object.getOwnPropertySymbols,un=Object.prototype.hasOwnProperty,Nt=Object.prototype.propertyIsEnumerable,et=(bt,Wt,Zt)=>Wt in bt?me(bt,Wt,{enumerable:!0,configurable:!0,writable:!0,value:Zt}):bt[Wt]=Zt,nt=(bt,Wt)=>{for(var Zt in Wt||(Wt={}))un.call(Wt,Zt)&&et(bt,Zt,Wt[Zt]);if(Te)for(var Zt of Te(Wt))Nt.call(Wt,Zt)&&et(bt,Zt,Wt[Zt]);return bt},ft=(bt,Wt)=>ke(bt,Ze(Wt));const lt=fe.default.Option,pt={labelCol:{span:4},wrapperCol:{span:20}},vt={asp:["ASP","vbscript"],actionscript:["ActionScript(3.0)/Flash/Flex","clike"],bash:["Bash/Bat","shell"],css:["CSS","css"],c:["C","clike"],cpp:["C++","clike"],csharp:["C#","clike"],coffeescript:["CoffeeScript","coffeescript"],d:["D","d"],dart:["Dart","dart"],delphi:["Delphi/Pascal","pascal"],erlang:["Erlang","erlang"],go:["Golang","go"],groovy:["Groovy","groovy"],html:["HTML","text/html"],java:["Java","clike"],json:["JSON","text/json"],javascript:["Javascript","javascript"],lua:["Lua","lua"],less:["LESS","css"],markdown:["Markdown","gfm"],"objective-c":["Objective-C","clike"],php:["PHP","php"],perl:["Perl","perl"],python:["Python","python"],r:["R","r"],rst:["reStructedText","rst"],ruby:["Ruby","ruby"],sql:["SQL","sql"],sass:["SASS/SCSS","sass"],shell:["Shell","shell"],scala:["Scala","clike"],swift:["Swift","clike"],vb:["VB/VBScript","vb"],xml:["XML","text/xml"],yaml:["YAML","yaml"]};Nn.Z=({callback:bt,onCancel:Wt})=>{const[Zt,ie]=(0,Rt.useState)("python");function $t(ye){ie(vt[ye][1])}function qt(ye){bt(ye)}return Rt.createElement(Be.default,ft(nt({},pt),{className:"code-block-panel",initialValues:{language:"python",content:""},onFinish:qt,style:{width:500}}),Rt.createElement(Be.default.Item,{label:"\u4EE3\u7801\u8BED\u8A00",name:"language"},Rt.createElement(fe.default,{getPopupContainer:ye=>ye.parentNode,onChange:$t},Object.keys(vt).map(ye=>Rt.createElement(lt,{key:ye,value:ye},vt[ye][0])))),Rt.createElement(Be.default.Item,{label:"\u4EE3\u7801\u5185\u5BB9",name:"content",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u4EE3\u7801\u5185\u5BB9"}]},Rt.createElement(kt,{mode:Zt})),Rt.createElement("div",{className:"flex-container flex-end"},Rt.createElement(ze.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),Rt.createElement(ze.ZP,{type:"ghost",onClick:Wt},"\u53D6\u6D88")))};function kt({value:bt,onChange:Wt,mode:Zt,options:ie={}}){const $t=(0,Rt.useRef)(),[qt,ye]=(0,Rt.useState)();return(0,Rt.useEffect)(()=>{if(qt){let oe=function(xe){const De=xe.getValue();Wt&&Wt(De)};return qt.on("change",oe),()=>{qt.off("change",oe)}}},[qt,Wt]),(0,Rt.useEffect)(()=>{qt&&qt.setOption("mode",Zt)},[qt,Zt]),(0,Rt.useEffect)(()=>{qt&&(bt!==qt.getValue()||bt==="")&&setTimeout(()=>{qt.setValue(bt||"")},300)},[qt,bt]),(0,Rt.useEffect)(()=>{if($t.current&&!qt){const oe=le().fromTextArea($t.current,nt({mode:Zt,lineNumbers:!0,lineWrapping:!0,autoCloseBrackets:!0,tabSize:4,autofocus:!0,autoCloseTags:!0,matchBrackets:!0,styleActiveLine:!0},ie));ye(oe)}},[$t.current,qt]),Rt.createElement("div",{className:"my-codemirror-container"},Rt.createElement("textarea",{ref:$t}))}},35567:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Z:function(){return Oi}});var Rt=Qt(67294),fe=Qt(4631),Be=Qt.n(fe),ze=Qt(91033),ve=Qt(71749),le=Qt(57341),Kt=Qt(82801),Ue=Qt(88386),me=Qt(49047),ke=Qt(80785),Ze=Qt(65226),Te=({value:Ce="",className:Fe,showTextOnly:re,showLines:be,style:wn={}})=>{const An=(0,Rt.useMemo)(()=>"",[Ce]);return Rt.createElement(Rt.Fragment,null,Rt.createElement("div",{dangerouslySetInnerHTML:{__html:An}}))},un=Object.defineProperty,Nt=Object.defineProperties,et=Object.getOwnPropertyDescriptors,nt=Object.getOwnPropertySymbols,ft=Object.prototype.hasOwnProperty,lt=Object.prototype.propertyIsEnumerable,pt=(Ce,Fe,re)=>Fe in Ce?un(Ce,Fe,{enumerable:!0,configurable:!0,writable:!0,value:re}):Ce[Fe]=re,vt=(Ce,Fe)=>{for(var re in Fe||(Fe={}))ft.call(Fe,re)&&pt(Ce,re,Fe[re]);if(nt)for(var re of nt(Fe))lt.call(Fe,re)&&pt(Ce,re,Fe[re]);return Ce},kt=(Ce,Fe)=>Nt(Ce,et(Fe));let bt=[{title:"\u7C97\u4F53",icon:"md-iconfont icon-bold",actionName:"bold"},{title:"\u659C\u4F53",icon:"md-iconfont icon-italic",actionName:"italic"},"|",{title:"\u65E0\u5E8F\u5217\u8868",icon:"md-iconfont icon-unorder-list",actionName:"list-ul"},{title:"\u6709\u5E8F\u5217\u8868",icon:"md-iconfont icon-order-list",actionName:"list-ol"},"|",{title:"\u884C\u5185\u4EE3\u7801",icon:"md-iconfont icon-code",actionName:"code"},{title:"\u4EE3\u7801\u5757\uFF08\u591A\u8BED\u8A00\u98CE\u683C\uFF09",icon:"md-iconfont icon-file-code",actionName:"code-block"},{title:"\u94FE\u63A5",icon:"md-iconfont icon-link",actionName:"link"},"|",{title:"\u884C\u5185\u516C\u5F0F",icon:"md-iconfont icon-sum",actionName:"inline-latex"},{title:"\u6570\u5B66\u516C\u5F0F",icon:"iconfont icon-shuxuetuxiang2",actionName:"maths-latex"},{title:"\u591A\u884C\u516C\u5F0F",icon:"md-iconfont icon-formula",actionName:"latex"},"|",{title:"\u6DFB\u52A0\u56FE\u7247",icon:"md-iconfont icon-picture",actionName:"upload-image"},{title:"\u63D2\u5165\u753B\u56FE",icon:"iconfont icon-sheji",actionName:"draw-image"},{title:"\u63D2\u5165\u6D41\u7A0B\u56FE",icon:"iconfont icon-liucheng",actionName:"add-flowchart"},{title:"\u8868\u683C",icon:"md-iconfont icon-table",actionName:"add-table"},"|",{title:"\u6362\u884C",icon:"md-iconfont icon-minus",actionName:"line-break"},{title:"\u6E05\u7A7A",icon:"md-iconfont icon-eraser",actionName:"eraser"}];function Wt({onActionCallback:Ce,title:Fe,icon:re,actionName:be,className:wn="",children:An}){function si(){Ce(be)}return Rt.createElement("a",{title:Fe,className:wn,onClick:si},Rt.createElement("i",{className:`${re}`}),An)}var Zt=({watch:Ce,showNullButton:Fe,showNullProgramButton:re,onActionCallback:be,fullScreen:wn,insertTemp:An,hidetoolBar:si,extraUse:ce})=>{const He=[...bt,{title:`${Ce?"\u5173\u95ED\u5B9E\u65F6\u9884\u89C8":"\u5F00\u542F\u5B9E\u65F6\u9884\u89C8"}`,icon:`${Ce?"md-iconfont icon-eye-slash":"md-iconfont icon-eye"}`,actionName:"trigger-watch"}];return Rt.createElement("ul",{className:"markdown-toolbar-container"},!si&&He.map((On,ci)=>Rt.createElement("li",{key:ci},On.actionName?Rt.createElement(Wt,kt(vt({},On),{onActionCallback:be})):Rt.createElement("span",{className:"v-line"}))),Fe?Rt.createElement("li",null,Rt.createElement(Wt,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-null-ch",onActionCallback:be},Rt.createElement("span",{className:"fill-tip"},"\u70B9\u51FB\u63D2\u5165\b\u586B\u7A7A\u9879"))):null,re?Rt.createElement(Rt.Fragment,null,Rt.createElement("li",null,Rt.createElement(Wt,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-signal",onActionCallback:be},Rt.createElement("span",{className:"fill-tip"},"\u6DFB\u52A0\u5355\u884C\u586B\u7A7A\u9879"))),Rt.createElement("li",null,Rt.createElement(Wt,{icon:"md-iconfont icon-uniE900 insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-multiple",onActionCallback:be},Rt.createElement("span",{className:"fill-tip"},"\u6DFB\u52A0\u591A\u884C\u586B\u7A7A\u9879")))):null,An&&Rt.createElement("li",null,Rt.createElement(Wt,{icon:"md-iconfont icon-edit",className:"btn-null",title:"\u63D2\u5165\u6A21\u677F",actionName:`inster-template-${An}`,onActionCallback:be},Rt.createElement("span",{className:"fill-tip"},"\u63D2\u5165\u6A21\u677F"))),ce&&Rt.createElement("li",null,ce),Rt.createElement("li",{className:"btn-full-screen"},Rt.createElement(Wt,{icon:`${wn?"md-iconfont icon-shrink":"md-iconfont icon-enlarge"}`,title:wn?"\u5173\u95ED\u5168\u5C4F":"\u5F00\u542F\u5168\u5C4F",actionName:"trigger-full-screen",onActionCallback:be})))},ie=Qt(76621),$t=Qt(91773),qt=Qt(28802),ye=Qt(85804),oe=Object.defineProperty,xe=Object.defineProperties,De=Object.getOwnPropertyDescriptors,Le=Object.getOwnPropertySymbols,Pn=Object.prototype.hasOwnProperty,cn=Object.prototype.propertyIsEnumerable,dn=(Ce,Fe,re)=>Fe in Ce?oe(Ce,Fe,{enumerable:!0,configurable:!0,writable:!0,value:re}):Ce[Fe]=re,Mn=(Ce,Fe)=>{for(var re in Fe||(Fe={}))Pn.call(Fe,re)&&dn(Ce,re,Fe[re]);if(Le)for(var re of Le(Fe))cn.call(Fe,re)&&dn(Ce,re,Fe[re]);return Ce},Yt=(Ce,Fe)=>xe(Ce,De(Fe));const Dt={labelCol:{span:4},wrapperCol:{span:20}};var ue=({callback:Ce,onCancel:Fe})=>{function re(be){Ce(be)}return Rt.createElement($t.default,Yt(Mn({},Dt),{initialValues:{link:"http://",title:""},className:"link-panel",onFinish:re,style:{width:500}}),Rt.createElement($t.default.Item,{label:"\u94FE\u63A5\u5730\u5740",name:"link",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u5730\u5740"}]},Rt.createElement(qt.default,null)),Rt.createElement($t.default.Item,{label:"\u94FE\u63A5\u6807\u9898",name:"title",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u6807\u9898"}]},Rt.createElement(qt.default,null)),Rt.createElement("div",{className:"flex-container flex-end"},Rt.createElement(ye.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),Rt.createElement(ye.ZP,{type:"ghost",onClick:Fe},"\u53D6\u6D88")))},Xe=Qt(57444),$e=Qt(70859),de=Qt(62844),We=Qt(71230),Re=Qt(63205),fn=Qt(67294),Je=({callback:Ce,onCancel:Fe})=>{const re=document.createElement("canvas"),be=re.getContext("2d");re.width=1e3,re.height=800,be.fillStyle="#ffffff",be.fillRect(0,0,re.width,re.height);const wn=re.toDataURL("image/png");return fn.createElement(de.default,{open:!0,width:"100vw",style:{height:"100vh",top:0},footer:null,title:null,closable:!1},fn.createElement(We.Z,{style:{height:"100vh"}},fn.createElement(Re.Z,{fullWidth:!0,noAssociationId:!0,showFullTools:!0,data:{src:wn,visible:!0,title:String(Date.now())},onOk:An=>{Ce({src:An.url})},onClose:Fe})))},te=Qt(23495);function pe(){go.CommandHandler.call(this),this._arrowKeyBehavior="move",this._pasteOffset=new go.Point(10,10),this._lastPasteOffset=new go.Point(0,0)}go.Diagram.inherit(pe,go.CommandHandler),pe.prototype.canAlignSelection=function(){var Ce=this.diagram;return!(Ce===null||Ce.isReadOnly||Ce.isModelReadOnly||Ce.selection.count<2)},pe.prototype.alignLeft=function(){var Ce=this.diagram;Ce.startTransaction("aligning left");var Fe=1/0;Ce.selection.each(function(re){re instanceof go.Link||(Fe=Math.min(re.position.x,Fe))}),Ce.selection.each(function(re){re instanceof go.Link||re.move(new go.Point(Fe,re.position.y))}),Ce.commitTransaction("aligning left")},pe.prototype.alignRight=function(){var Ce=this.diagram;Ce.startTransaction("aligning right");var Fe=-1/0;Ce.selection.each(function(re){if(!(re instanceof go.Link)){var be=re.actualBounds.x+re.actualBounds.width;Fe=Math.max(be,Fe)}}),Ce.selection.each(function(re){re instanceof go.Link||re.move(new go.Point(Fe-re.actualBounds.width,re.position.y))}),Ce.commitTransaction("aligning right")},pe.prototype.alignTop=function(){var Ce=this.diagram;Ce.startTransaction("alignTop");var Fe=1/0;Ce.selection.each(function(re){re instanceof go.Link||(Fe=Math.min(re.position.y,Fe))}),Ce.selection.each(function(re){re instanceof go.Link||re.move(new go.Point(re.position.x,Fe))}),Ce.commitTransaction("alignTop")},pe.prototype.alignBottom=function(){var Ce=this.diagram;Ce.startTransaction("aligning bottom");var Fe=-1/0;Ce.selection.each(function(re){if(!(re instanceof go.Link)){var be=re.actualBounds.y+re.actualBounds.height;Fe=Math.max(be,Fe)}}),Ce.selection.each(function(re){re instanceof go.Link||re.move(new go.Point(re.actualBounds.x,Fe-re.actualBounds.height))}),Ce.commitTransaction("aligning bottom")},pe.prototype.alignCenterX=function(){var Ce=this.diagram,Fe=Ce.selection.first();if(Fe){Ce.startTransaction("aligning Center X");var re=Fe.actualBounds.x+Fe.actualBounds.width/2;Ce.selection.each(function(be){be instanceof go.Link||be.move(new go.Point(re-be.actualBounds.width/2,be.actualBounds.y))}),Ce.commitTransaction("aligning Center X")}},pe.prototype.alignCenterY=function(){var Ce=this.diagram,Fe=Ce.selection.first();if(Fe){Ce.startTransaction("aligning Center Y");var re=Fe.actualBounds.y+Fe.actualBounds.height/2;Ce.selection.each(function(be){be instanceof go.Link||be.move(new go.Point(be.actualBounds.x,re-be.actualBounds.height/2))}),Ce.commitTransaction("aligning Center Y")}},pe.prototype.alignColumn=function(Ce){var Fe=this.diagram;Fe.startTransaction("align Column"),Ce===void 0&&(Ce=0),Ce=parseFloat(Ce);var re=new Array;Fe.selection.each(function(ce){ce instanceof go.Link||re.push(ce)});for(var be=0;be<re.length-1;be++){var wn=re[be],An=wn.actualBounds.y+wn.actualBounds.height+Ce,si=re[be+1];si.move(new go.Point(wn.actualBounds.x,An))}Fe.commitTransaction("align Column")},pe.prototype.alignRow=function(Ce){Ce===void 0&&(Ce=0),Ce=parseFloat(Ce);var Fe=this.diagram;Fe.startTransaction("align Row");var re=new Array;Fe.selection.each(function(ce){ce instanceof go.Link||re.push(ce)});for(var be=0;be<re.length-1;be++){var wn=re[be],An=wn.actualBounds.x+wn.actualBounds.width+Ce,si=re[be+1];si.move(new go.Point(An,wn.actualBounds.y))}Fe.commitTransaction("align Row")},pe.prototype.canRotate=function(Ce){var Fe=this.diagram;return!(Fe===null||Fe.isReadOnly||Fe.isModelReadOnly||Fe.selection.count<1)},pe.prototype.rotate=function(Ce){Ce===void 0&&(Ce=90);var Fe=this.diagram;Fe.startTransaction("rotate "+Ce.toString());var Fe=this.diagram;Fe.selection.each(function(re){re instanceof go.Link||re instanceof go.Group||(re.angle+=Ce)}),Fe.commitTransaction("rotate "+Ce.toString())},pe.prototype.pullToFront=function(){var Ce=this.diagram;Ce.startTransaction("pullToFront");var Fe=new go.Map;Ce.selection.each(function(re){Fe.set(re.layer,0)}),Fe.iteratorKeys.each(function(re){var be=0;re.parts.each(function(wn){if(!wn.isSelected){var An=wn.zOrder;isNaN(An)?wn.zOrder=0:be=Math.max(be,An)}}),Fe.set(re,be)}),Ce.selection.each(function(re){pe._assignZOrder(re,Fe.get(re.layer)+1)}),Ce.commitTransaction("pullToFront")},pe.prototype.pushToBack=function(){var Ce=this.diagram;Ce.startTransaction("pushToBack");var Fe=new go.Map;Ce.selection.each(function(re){Fe.set(re.layer,0)}),Fe.iteratorKeys.each(function(re){var be=0;re.parts.each(function(wn){if(!wn.isSelected){var An=wn.zOrder;isNaN(An)?wn.zOrder=0:be=Math.min(be,An)}}),Fe.set(re,be)}),Ce.selection.each(function(re){pe._assignZOrder(re,Fe.get(re.layer)-1-pe._findGroupDepth(re))}),Ce.commitTransaction("pushToBack")},pe._assignZOrder=function(Ce,Fe,re){re===void 0&&(re=Ce),Ce.layer===re.layer&&(Ce.zOrder=Fe),Ce instanceof go.Group&&Ce.memberParts.each(function(be){pe._assignZOrder(be,Fe+1,re)})},pe._findGroupDepth=function(Ce){if(Ce instanceof go.Group){var Fe=0;return Ce.memberParts.each(function(re){Fe=Math.max(Fe,pe._findGroupDepth(re))}),Fe+1}else return 0},pe.prototype.doKeyDown=function(){var Ce=this.diagram;if(Ce!==null){var Fe=Ce.lastInput;if(Fe.key==="Up"||Fe.key==="Down"||Fe.key==="Left"||Fe.key==="Right"){var re=this.arrowKeyBehavior;if(re==="none")return;if(re==="select"){this._arrowKeySelect();return}else if(re==="move"){this._arrowKeyMove();return}else if(re==="tree"){this._arrowKeyTree();return}}go.CommandHandler.prototype.doKeyDown.call(this)}},pe.prototype._getAllParts=function(){var Ce=new Array;return this.diagram.nodes.each(function(Fe){Ce.push(Fe)}),this.diagram.parts.each(function(Fe){Ce.push(Fe)}),Ce},pe.prototype._arrowKeyMove=function(){var Ce=this.diagram,Fe=Ce.lastInput,re=0,be=0;if(Fe.control||Fe.meta)re=1,be=1;else if(Ce.grid!==null){var wn=Ce.grid.gridCellSize;be=wn.width,re=wn.height}Ce.startTransaction("arrowKeyMove"),Ce.selection.each(function(An){Fe.key==="Up"?An.move(new go.Point(An.actualBounds.x,An.actualBounds.y-re)):Fe.key==="Down"?An.move(new go.Point(An.actualBounds.x,An.actualBounds.y+re)):Fe.key==="Left"?An.move(new go.Point(An.actualBounds.x-be,An.actualBounds.y)):Fe.key==="Right"&&An.move(new go.Point(An.actualBounds.x+be,An.actualBounds.y))}),Ce.commitTransaction("arrowKeyMove")},pe.prototype._arrowKeySelect=function(){var Ce=this.diagram,Fe=Ce.lastInput,re=null;Fe.key==="Up"?re=this._findNearestPartTowards(270):Fe.key==="Down"?re=this._findNearestPartTowards(90):Fe.key==="Left"?re=this._findNearestPartTowards(180):Fe.key==="Right"&&(re=this._findNearestPartTowards(0)),re!==null&&(Fe.shift?re.isSelected=!0:Fe.control||Fe.meta?re.isSelected=!re.isSelected:Ce.select(re))},pe.prototype._findNearestPartTowards=function(Ce){var Fe=this.diagram.selection.first();if(Fe===null)return null;for(var re=Fe.actualBounds.center,be=this._getAllParts(),wn=1/0,An=Fe,si=0;si<be.length;si++){var ce=be[si];if(ce!==Fe&&ce.canSelect()){var He=ce.actualBounds.center,On=re.directionPoint(He),ci=this._angleCloseness(On,Ce);if(ci<=45){var qe=re.distanceSquaredPoint(He);qe*=1+Math.sin(ci*Math.PI/180),qe<wn&&(wn=qe,An=ce)}}}return An},pe.prototype._angleCloseness=function(Ce,Fe){return Math.min(Math.abs(Fe-Ce),Math.min(Math.abs(Fe+360-Ce),Math.abs(Fe-360-Ce)))},pe.prototype._arrowKeyTree=function(){var Ce=this.diagram,Fe=Ce.selection.first();if(Fe instanceof go.Node){var re=Ce.lastInput;if(re.key==="Right"){if(!Fe.isTreeLeaf)if(!Fe.isTreeExpanded)Ce.commandHandler.canExpandTree(Fe)&&Ce.commandHandler.expandTree(Fe);else{var be=this._sortTreeChildrenByY(Fe).first();be!==null&&Ce.select(be)}}else if(re.key==="Left")if(!Fe.isTreeLeaf&&Fe.isTreeExpanded)Ce.commandHandler.canCollapseTree(Fe)&&Ce.commandHandler.collapseTree(Fe);else{var wn=Fe.findTreeParentNode();wn!==null&&Ce.select(wn)}else if(re.key==="Up"){var wn=Fe.findTreeParentNode();if(wn!==null){var An=this._sortTreeChildrenByY(wn),si=An.indexOf(Fe);if(si>0){for(var ce=An.elt(si-1);ce!==null&&ce.isTreeExpanded&&!ce.isTreeLeaf;){var He=this._sortTreeChildrenByY(ce);ce=He.last()}ce!==null&&Ce.select(ce)}else Ce.select(wn)}}else if(re.key==="Down")if(Fe.isTreeExpanded&&!Fe.isTreeLeaf){var be=this._sortTreeChildrenByY(Fe).first();be!==null&&Ce.select(be)}else for(;Fe!==null;){var wn=Fe.findTreeParentNode();if(wn===null)break;var An=this._sortTreeChildrenByY(wn),si=An.indexOf(Fe);if(si<An.length-1){Ce.select(An.elt(si+1));break}else Fe=wn}var On=Ce.selection.first();On!==null&&Ce.scrollToRect(On.actualBounds)}},pe.prototype._sortTreeChildrenByY=function(Ce){var Fe=new go.List().addAll(Ce.findTreeChildrenNodes());return Fe.sort(function(re,be){var wn=re.location,An=be.location;return wn.y<An.y?-1:wn.y>An.y?1:wn.x<An.x?-1:wn.x>An.x?1:0}),Fe},pe.prototype.copyToClipboard=function(Ce){go.CommandHandler.prototype.copyToClipboard.call(this,Ce),this._lastPasteOffset.set(this.pasteOffset)},pe.prototype.pasteFromClipboard=function(){var Ce=go.CommandHandler.prototype.pasteFromClipboard.call(this);return this.diagram.moveParts(Ce,this._lastPasteOffset),this._lastPasteOffset.add(this.pasteOffset),Ce},Object.defineProperty(pe.prototype,"arrowKeyBehavior",{get:function(){return this._arrowKeyBehavior},set:function(Ce){if(Ce!=="move"&&Ce!=="select"&&Ce!=="scroll"&&Ce!=="tree"&&Ce!=="none")throw new Error('DrawCommandHandler.arrowKeyBehavior must be either "move", "select", "scroll", "tree", or "none", not: '+Ce);this._arrowKeyBehavior=Ce}}),Object.defineProperty(pe.prototype,"pasteOffset",{get:function(){return this._pasteOffset},set:function(Ce){if(!(Ce instanceof go.Point))throw new Error("DrawCommandHandler.pasteOffset must be a Point, not: "+Ce);this._pasteOffset.set(Ce)}});var nn=pe,ln=Qt(18023),jt=Qt(15746),Ct=Qt(33170),wt={myPaletteDiv:"myPaletteDiv___Xjz2I",flowChartWrp:"flowChartWrp____f45r",maxH60:"maxH60___Pd4Re"},Et=Qt(52262),Gt=Qt(67294),Mt=(Ce,Fe,re)=>new Promise((be,wn)=>{var An=He=>{try{ce(re.next(He))}catch(On){wn(On)}},si=He=>{try{ce(re.throw(He))}catch(On){wn(On)}},ce=He=>He.done?be(He.value):Promise.resolve(He.value).then(An,si);ce((re=re.apply(Ce,Fe)).next())});function Pe({onCancel:Ce,callback:Fe}){let re=(0,Rt.useRef)(),be=(0,Rt.useRef)(),wn=(0,Rt.useRef)(),An=(0,Rt.useRef)(!1);const si=(0,Rt.useRef)(!1),[ce,He]=(0,Rt.useState)(0);function On(){const qe=te.bx.make,se={red:"#ff3333",blue:"#3358ff",green:"#25ad23",magenta:"#d533ff",purple:"#7d33ff",orange:"#ff6233",brown:"#8e571e",white:"#ffffff",black:"#000000",beige:"#fffcd5",extralightblue:"#d5ebff",extralightred:"#f2dfe0",lightblue:"#a5d2fa",lightgray:"#cccccc",lightgreen:"#b3e6b3",lightred:"#fcbbbd"};re.current=new te.S0(be.current,{padding:20,grid:qe(te.s_,"Grid",qe(te.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),qe(te.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),"draggingTool.isGridSnapEnabled":!0,handlesDragDropForTopLevelParts:!0,mouseDrop:he=>{var ei=he.diagram.commandHandler.addTopLevelParts(he.diagram.selection,!0);ei||he.diagram.currentTool.doCancel()},commandHandler:qe(nn),"clickCreatingTool.archetypeNodeData":{text:"\u672A\u547D\u540D",fill:null,stroke:null,borderColor:"rgba(0,0,0,0)"},PartCreated:he=>{var ei=he.subject;ei.location=ei.location.copy().snapToGridPoint(he.diagram.grid.gridOrigin,he.diagram.grid.gridCellSize),setTimeout(()=>{he.diagram.commandHandler.editTextBlock()},20)},"commandHandler.archetypeGroupData":{isGroup:!0,text:"NEW GROUP"},SelectionGrouped:he=>{var ei=he.subject;setTimeout(()=>{he.diagram.commandHandler.editTextBlock()})},LinkRelinked:he=>{var ei=he.parameter.part;ei.invalidateConnectedLinks();var Ci=he.subject;he.diagram.toolManager.linkingTool.isForwards?Ci.toNode.invalidateConnectedLinks():Ci.fromNode.invalidateConnectedLinks()},"undoManager.isEnabled":!0}),re.current.nodeTemplate=qe(te.NB,"Auto",{locationSpot:te.z6.Center,locationObjectName:"SHAPE",desiredSize:new te.$u(120,60),minSize:new te.$u(40,40),resizable:!0,resizeCellSize:new te.$u(10,10),rotatable:!0},new te.KX("location","loc",te.E9.parse).makeTwoWay(te.E9.stringify),new te.KX("desiredSize","size",te.$u.parse).makeTwoWay(te.$u.stringify),qe(te.bn,{name:"SHAPE",fill:se.white,cursor:"pointer",portId:"",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:te.z6.AllSides,toSpot:te.z6.AllSides},new te.KX("figure"),new te.KX("fill"),new te.KX("stroke","borderColor"),new te.KX("strokeWidth","thickness"),new te.KX("strokeDashArray","dash")),qe(te.bn,{width:100,height:20,strokeWidth:0,fill:"transparent"}),qe(te.al,{margin:1,textAlign:"center",overflow:te.al.OverflowEllipsis,editable:!0},new te.KX("text").makeTwoWay(),new te.KX("stroke","color"))),re.current.nodeTemplate.toolTip=qe("ToolTip",qe(te.s_,"Vertical",{maxSize:new te.$u(200,NaN)},qe(te.al,{font:"bold 10pt sans-serif",textAlign:"center"},new te.KX("text")),qe(te.al,{font:"10pt sans-serif",textAlign:"center"},new te.KX("text","details"))));function Cn(he,ei){var Ci=(Vn,oo)=>{Vn.handled=!0,Vn.diagram.model.commit(Li=>{var Ei=oo.part.adornedPart,ki=new te.E9().setRectSpot(Ei.actualBounds,he);ki.subtract(Ei.location),ki.scale(2,2),ki.x+=Math.sign(ki.x)*130,ki.y+=Math.sign(ki.y)*130,ki.add(Ei.location),ki.snapToGridPoint(Vn.diagram.grid.gridOrigin,Vn.diagram.grid.gridCellSize);var wi=Li.copyNodeData(Ei.data);Li.setGroupKeyForNodeData(wi,Li.getGroupKeyForNodeData(Ei.data)),Li.addNodeData(wi);var Ui={from:Ei.key,to:Li.getKeyForNodeData(wi)};Li.addLinkData(Ui);var Oe=Vn.diagram.findNodeForData(wi);Oe.location=ki,Vn.diagram.select(Oe),setTimeout(()=>{Vn.diagram.commandHandler.editTextBlock()},20)})};return qe(te.bn,{figure:ei,alignment:he,alignmentFocus:he.opposite(),width:he.equals(te.z6.Top)||he.equals(te.z6.Bottom)?25:18,height:he.equals(te.z6.Top)||he.equals(te.z6.Bottom)?18:25,fill:"orange",stroke:se.white,strokeWidth:4,mouseEnter:(Vn,oo)=>oo.fill="dodgerblue",mouseLeave:(Vn,oo)=>oo.fill="orange",isActionable:!0,click:Ci,contextClick:Ci})}function Hn(he){return qe(te.bn,{fill:"orange",stroke:"rgba(0, 0, 0, 0)",strokeWidth:15,background:"transparent",geometryString:"F1 M0 0 b 0 360 -4 0 4 z M10 0 b 0 360 -4 0 4 z M20 0 b 0 360 -4 0 4",isActionable:!0,cursor:"context-menu",mouseEnter:(ei,Ci)=>Ci.fill="dodgerblue",mouseLeave:(ei,Ci)=>Ci.fill="orange",click:(ei,Ci)=>{ei.diagram.commandHandler.showContextMenu(Ci.part.adornedPart)}},he||{})}re.current.nodeTemplate.selectionAdornmentTemplate=qe(te.uz,"Spot",qe(te.Vm,{padding:10}),Cn(te.z6.Top,"TriangleUp"),Cn(te.z6.Left,"TriangleLeft"),Cn(te.z6.Right,"TriangleRight"),Cn(te.z6.Bottom,"TriangleDown"),Hn({alignment:new te.z6(.75,0)}));function pi(he,ei){return(Ci,Vn)=>{Ci.handled=!0,Ci.diagram.model.commit(oo=>{oo.set(Vn.part.adornedPart.data,he,ei)})}}function je(he,ei){return ei||(ei="color"),qe(te.bn,{width:16,height:16,stroke:"lightgray",fill:he,margin:1,background:"transparent",mouseEnter:(Ci,Vn)=>Vn.stroke="dodgerblue",mouseLeave:(Ci,Vn)=>Vn.stroke="lightgray",click:pi(ei,he),contextClick:pi(ei,he)})}function Fn(){return[qe("ContextMenuButton",qe(te.s_,"Horizontal",je(se.white,"fill"),je(se.beige,"fill"),je(se.extralightblue,"fill"),je(se.extralightred,"fill"))),qe("ContextMenuButton",qe(te.s_,"Horizontal",je(se.lightgray,"fill"),je(se.lightgreen,"fill"),je(se.lightblue,"fill"),je(se.lightred,"fill")))]}function io(){return[qe("ContextMenuButton",qe(te.s_,"Horizontal",je(se.black),je(se.green),je(se.blue),je(se.red))),qe("ContextMenuButton",qe(te.s_,"Horizontal",je(se.white),je(se.magenta),je(se.purple),je(se.orange)))]}function Oo(he,ei){return ei||(ei="thickness"),qe(te.bn,"LineH",{width:16,height:16,strokeWidth:he,margin:1,background:"transparent",mouseEnter:(Ci,Vn)=>Vn.background="dodgerblue",mouseLeave:(Ci,Vn)=>Vn.background="transparent",click:pi(ei,he),contextClick:pi(ei,he)})}function $i(he,ei){return ei||(ei="dash"),qe(te.bn,"LineH",{width:24,height:16,strokeWidth:2,strokeDashArray:he,margin:1,background:"transparent",mouseEnter:(Ci,Vn)=>Vn.background="dodgerblue",mouseLeave:(Ci,Vn)=>Vn.background="transparent",click:pi(ei,he),contextClick:pi(ei,he)})}function Dn(){return[qe("ContextMenuButton",qe(te.s_,"Horizontal",Oo(1),Oo(2),Oo(3),Oo(4))),qe("ContextMenuButton",qe(te.s_,"Horizontal",$i(null),$i([2,4]),$i([4,4])))]}function Tn(he,ei){return ei||(ei="figure"),qe(te.bn,{width:32,height:32,scale:.5,fill:"lightgray",figure:he,margin:1,background:"transparent",mouseEnter:(Ci,Vn)=>Vn.fill="dodgerblue",mouseLeave:(Ci,Vn)=>Vn.fill="lightgray",click:pi(ei,he),contextClick:pi(ei,he)})}re.current.nodeTemplate.contextMenu=qe("ContextMenu",qe("ContextMenuButton",qe(te.s_,"Horizontal",Tn("Rectangle"),Tn("RoundedRectangle"),Tn("Ellipse"),Tn("Diamond"))),qe("ContextMenuButton",qe(te.s_,"Horizontal",Tn("Parallelogram2"),Tn("ManualOperation"),Tn("Procedure"),Tn("Cylinder1"))),qe("ContextMenuButton",qe(te.s_,"Horizontal",Tn("Terminator"),Tn("CreateRequest"),Tn("Document"),Tn("TriangleDown"))),Fn(),io(),Dn()),re.current.groupTemplate=qe(te.ZA,"Spot",{layerName:"Background",ungroupable:!0,locationSpot:te.z6.Center,selectionObjectName:"BODY",computesBoundsAfterDrag:!0,handlesDragDropForMembers:!0,mouseDrop:(he,ei)=>{var Ci=ei.addMembers(ei.diagram.selection,!0);Ci||ei.diagram.currentTool.doCancel()},avoidable:!1},new te.KX("location","loc",te.E9.parse).makeTwoWay(te.E9.stringify),qe(te.s_,"Auto",{name:"BODY"},qe(te.bn,{parameter1:10,fill:se.white,strokeWidth:2,cursor:"pointer",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:te.z6.AllSides,toSpot:te.z6.AllSides},new te.KX("fill"),new te.KX("stroke","color"),new te.KX("strokeWidth","thickness"),new te.KX("strokeDashArray","dash")),qe(te.Vm,{background:"transparent",margin:20})),qe(te.al,{alignment:te.z6.Top,alignmentFocus:te.z6.Bottom,font:"bold 12pt sans-serif",editable:!0},new te.KX("text"),new te.KX("stroke","color"))),re.current.groupTemplate.selectionAdornmentTemplate=qe(te.uz,"Spot",qe(te.s_,"Auto",qe(te.bn,{fill:null,stroke:"dodgerblue",strokeWidth:3}),qe(te.Vm,{margin:1.5})),Hn({alignment:te.z6.TopRight,alignmentFocus:te.z6.BottomRight})),re.current.groupTemplate.contextMenu=qe("ContextMenu",Fn(),io(),Dn()),re.current.linkTemplate=qe(te.rU,{layerName:"Foreground",routing:te.rU.AvoidsNodes,corner:10,fromShortLength:10,toShortLength:15,relinkableFrom:!0,relinkableTo:!0,reshapable:!0,resegmentable:!0},new te.KX("fromSpot","fromSpot",te.z6.parse),new te.KX("toSpot","toSpot",te.z6.parse),new te.KX("fromShortLength","dir",he=>he>=1?10:0),new te.KX("toShortLength","dir",he=>he>=1?10:0),new te.KX("points").makeTwoWay(),qe(te.bn,{strokeWidth:2},new te.KX("stroke","color"),new te.KX("strokeWidth","thickness"),new te.KX("strokeDashArray","dash")),qe(te.bn,{segmentIndex:0,segmentOffset:new te.E9(15,0),segmentOrientation:te.rU.OrientAlong,alignmentFocus:te.z6.Right,figure:"circle",width:10,strokeWidth:0},new te.KX("fill","color"),new te.KX("visible","dir",he=>he===1)),qe(te.bn,{segmentIndex:-1,segmentOffset:new te.E9(-10,6),segmentOrientation:te.rU.OrientPlus90,alignmentFocus:te.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new te.KX("fill","color"),new te.KX("visible","dir",he=>he>=1),new te.KX("width","thickness",he=>7+3*he),new te.KX("height","thickness",he=>7+3*he),new te.KX("segmentOffset","thickness",he=>new te.E9(-15,4+1.5*he))),qe(te.bn,{segmentIndex:0,segmentOffset:new te.E9(15,-6),segmentOrientation:te.rU.OrientMinus90,alignmentFocus:te.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new te.KX("fill","color"),new te.KX("visible","dir",he=>he===2),new te.KX("width","thickness",he=>7+3*he),new te.KX("height","thickness",he=>7+3*he),new te.KX("segmentOffset","thickness",he=>new te.E9(-15,4+1.5*he))),qe(te.al,{alignmentFocus:new te.z6(0,1,-4,0),editable:!0},new te.KX("text").makeTwoWay(),new te.KX("stroke","color"))),re.current.linkTemplate.selectionAdornmentTemplate=qe(te.uz,qe(te.bn,{isPanelMain:!0,stroke:"transparent",strokeWidth:6,pathPattern:jn(2)},new te.KX("pathPattern","thickness",jn)),Hn({alignmentFocus:new te.z6(0,0,-6,-4)}));function jn(he){return qe(te.bn,{stroke:"dodgerblue",strokeWidth:2,strokeCap:"square",geometryString:"M0 0 M4 2 H3 M4 "+(he+4).toString()+" H3"})}function Hi(he){var ei="M0 0 M8 16 M0 8 L16 8 M12 11 L16 8 L12 5";return he===0?ei="M0 0 M16 16 M0 8 L16 8":he===2&&(ei="M0 0 M16 16 M0 8 L16 8 M12 11 L16 8 L12 5 M4 11 L0 8 L4 5"),qe(te.bn,{geometryString:ei,margin:2,background:"transparent",mouseEnter:(Ci,Vn)=>Vn.background="dodgerblue",mouseLeave:(Ci,Vn)=>Vn.background="transparent",click:pi("dir",he),contextClick:pi("dir",he)})}function uo(he){var ei=(Ci,Vn)=>{Ci.handled=!0,Ci.diagram.model.commit(oo=>{var Li=Vn.part.adornedPart;oo.set(Li.data,he?"toSpot":"fromSpot",te.z6.stringify(te.z6.AllSides)),(he?Li.toNode:Li.fromNode).invalidateConnectedLinks()})};return qe(te.bn,{width:12,height:12,fill:"transparent",mouseEnter:(Ci,Vn)=>Vn.background="dodgerblue",mouseLeave:(Ci,Vn)=>Vn.background="transparent",click:ei,contextClick:ei})}function an(he,ei){var Ci=0,Vn=te.z6.RightSide;he.equals(te.z6.Top)?(Ci=270,Vn=te.z6.TopSide):he.equals(te.z6.Left)?(Ci=180,Vn=te.z6.LeftSide):he.equals(te.z6.Bottom)&&(Ci=90,Vn=te.z6.BottomSide),ei||(Ci-=180);var oo=(Li,Ei)=>{Li.handled=!0,Li.diagram.model.commit(ki=>{var wi=Ei.part.adornedPart;ki.set(wi.data,ei?"toSpot":"fromSpot",te.z6.stringify(Vn)),(ei?wi.toNode:wi.fromNode).invalidateConnectedLinks()})};return qe(te.bn,{alignment:he,alignmentFocus:he.opposite(),geometryString:"M0 0 M12 12 M12 6 L1 6 L4 4 M1 6 L4 8",angle:Ci,background:"transparent",mouseEnter:(Li,Ei)=>Ei.background="dodgerblue",mouseLeave:(Li,Ei)=>Ei.background="transparent",click:oo,contextClick:oo})}re.current.linkTemplate.contextMenu=qe("ContextMenu",io(),Dn(),qe("ContextMenuButton",qe(te.s_,"Horizontal",Hi(0),Hi(1),Hi(2))),qe("ContextMenuButton",qe(te.s_,"Horizontal",qe(te.s_,"Spot",uo(!1),an(te.z6.Top,!1),an(te.z6.Left,!1),an(te.z6.Right,!1),an(te.z6.Bottom,!1)),qe(te.s_,"Spot",{margin:new te.Zt(0,0,0,2)},uo(!0),an(te.z6.Top,!0),an(te.z6.Left,!0),an(te.z6.Right,!0),an(te.z6.Bottom,!0)))));const Xn=`{ "class": "GraphLinksModel",
|
|
"nodeDataArray": [
|
|
{"text":"Find Problem","key":-9,"loc":"-20 -140","color":"#3358ff","fill":"white","figure":"Procedure","thickness":3},
|
|
{"text":"What do we want?","key":-10,"loc":"-65 -324.305","group":-16,"figure":"Ellipse","fill":"white"},
|
|
{"text":"What do our users want?","key":-11,"loc":"105 -334.305","group":-20,"figure":"Ellipse","fill":"#ffffff","color":"black"},
|
|
{"text":"Meetings","key":-12,"loc":"-65 -444.305","group":-16,"figure":"TriangleDown","fill":"#ffffff"},
|
|
{"text":"Reviews","key":-13,"loc":"105 -454.305","group":-20,"figure":"TriangleDown","fill":"#ffffff","color":"black"},
|
|
{"text":"Can we solve it?","key":-14,"loc":"190 -140","color":"#7d33ff","fill":"#ffffff","figure":"Diamond","size":"140 80","thickness":3},
|
|
{"isGroup":true,"text":"Internal","key":-16,"loc":"-65 -384.305","fill":"#d5ebff","dash":null,"thickness":1,"group":-22},
|
|
{"isGroup":true,"text":"External","key":-20,"loc":"105 -394.305","fill":"#d5ebff","dash":null,"thickness":1,"group":-22},
|
|
{"isGroup":true,"text":"Sources","key":-22,"loc":"20 -400","fill":"#a5d2fa","dash":[4,4],"color":"#3358ff"}
|
|
],
|
|
"linkDataArray": [
|
|
{"from":-12,"to":-10,"points":[-65,-414.305,-65,-404.305,-65,-384.305,-65,-384.305,-65,-364.305,-65,-354.305],"dash":null,"dir":1},
|
|
{"from":-13,"to":-11,"points":[105,-424.305,105,-414.305,105,-394.305,105,-394.305,105,-374.305,105,-364.305],"dash":null,"color":"#000000","dir":1},
|
|
{"from":-10,"to":-9,"points":[-65,-294.305,-65,-284.305,-65,-232.1525,-40,-232.1525,-40,-180,-40,-170],"dir":2,"dash":[4,4]},
|
|
{"from":-11,"to":-9,"points":[105,-304.305,105,-294.305,105,-237.1525,0,-237.1525,0,-180,0,-170],"dash":[4,4],"dir":2},
|
|
{"from":-9,"to":-14,"points":[40,-150,58,-150,80,-150,80,-153.33333333333331,102,-153.33333333333331,120,-153.33333333333331],"dir":1,"color":"#3358ff"},
|
|
{"from":-14,"to":-9,"points":[190,-100,190,-90,-20,-90,-20,-95,-20,-100,-20,-110],"fromSpot":"BottomSide","toSpot":"BottomSide","text":"No","color":"#ff3333","thickness":2,"dir":1},
|
|
{"from":-9,"to":-14,"points":[40,-130,58,-130,80,-130,80,-126.66666666666666,102,-126.66666666666666,120,-126.66666666666666]}
|
|
]}`;var Fs=["Rectangle","Square","RoundedRectangle","Border","Ellipse","Circle","TriangleRight","TriangleDown","TriangleLeft","TriangleUp","Triangle","Diamond","LineH","LineV","None","BarH","BarV","MinusLine","PlusLine","XLine","LineRight","LineDown","LineLeft","LineUp"];function hr(he){return console.log("shapeName:",he),Fs.indexOf(he)>=0}var Vo=new te.YI(wn.current,{maxSelectionCount:1,linkTemplate:qe(te.rU,{locationSpot:te.z6.Center,selectionAdornmentTemplate:qe(te.uz,"Link",{locationSpot:te.z6.Center},qe(te.bn,{isPanelMain:!0,fill:null,stroke:"deepskyblue",strokeWidth:0}),qe(te.bn,{toArrow:"Standard",stroke:null}))},{routing:te.rU.AvoidsNodes,curve:te.rU.JumpOver,corner:5,toShortLength:4},new te.KX("points"),qe(te.bn,{isPanelMain:!0,strokeWidth:2}),qe(te.bn,{toArrow:"Standard",stroke:null})),model:new te.FJ([{text:"\u672A\u547D\u540D",size:"100 100",fill:null,stroke:"#000"},...te.bn.getFigureGenerators().toArray().map(he=>({text:"\u672A\u547D\u540D",size:"100 100",figure:he.key,fill:"white",stroke:"#666",borderColor:"#000"}))])});return re.current.addDiagramListener("TextEdited",function(he){var ei;const Ci=he.subject.part;var Vn=(ei=document.activeElement)==null?void 0:ei.value;typeof Vn=="string"&&Vn.trim()===""&&re.current.model.commit(function(oo){oo.set(Ci.data,"text","\u672A\u547D\u540D"),re.current.commandHandler.stopCommand()},"increment")}),Vo.nodeTemplate=qe(te.NB,"Auto",{locationSpot:te.z6.Center},new te.KX("location","location",te.E9.parse).makeTwoWay(te.E9.stringify),qe(te.bn,"Circle",{fill:"white",stroke:"gray",strokeWidth:2,width:20,height:20,portId:"",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromLinkableSelfNode:!0,toLinkableSelfNode:!0},new te.KX("stroke").makeTwoWay(),new te.KX("fill").makeTwoWay(),new te.KX("figure")),qe(te.al,{margin:new te.Zt(5,5,3,5),font:"10pt sans-serif",minSize:new te.$u(16,16),maxSize:new te.$u(10,NaN),textAlign:"center",editable:!0},new te.KX("key").makeTwoWay())),setTimeout(()=>{re.current.grid=qe(te.s_,"Grid",qe(te.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),qe(te.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),re.current.grid.visible=!0,re.current.grid.gridCellStroke="darkgray",re.current.grid.gridCellStrokeWidth=1},300),window.myDiagrams=re.current,re.current}const ci=()=>Mt(this,null,function*(){var qe,se=re.current.makeImage();const Cn=yield(0,Ct.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:Date.now(),file:se.src,file_data:JSON.stringify({login:(qe=(0,Et.eY)())==null?void 0:qe.login,data:JSON.parse(re.current.model.toJson())})}});Fe({src:Cn.url})});return(0,Rt.useEffect)(()=>(setTimeout(()=>{On()},500),He(ce+1),()=>{re.current=null}),[]),Gt.createElement("div",{ref:si,className:"body-overflow-initial"},Gt.createElement(de.default,{width:1200,icon:null,footer:null,closable:!0,visible:!!ce,destroyOnClose:!0,maskClosable:!1,rootClassName:"zIndex-9999",title:Gt.createElement(We.Z,null,Gt.createElement(jt.Z,{flex:1},"\u63D2\u5165\u6D41\u7A0B\u56FE"),Gt.createElement(jt.Z,{onClick:()=>{var qe,se,Cn=re.current.selection.first();if(An.current=!An.current,document.activeElement&&Cn){let Hn=(se=(qe=document.activeElement)==null?void 0:qe.value)==null?void 0:se.trim();typeof Hn=="string"&&re.current.model.commit(function(pi){pi.set(Cn.data,"text",Hn||"\u672A\u547D\u540D"),re.current.commandHandler.stopCommand()},"increment")}He(ce+1)}},Gt.createElement("span",{className:"current c-blue mr30",style:{fontWeight:400}},"\u5C55\u5F00/\u6536\u8D77"))),onCancel:Ce},Gt.createElement("div",{style:{width:"100%",height:"80vh",overflow:"hidden",position:"relative",display:An.current?"none":"block"},className:wt.flowChartWrp},Gt.createElement("div",{style:{display:"flex",height:"100%"}},Gt.createElement("div",{style:{width:"300px",height:"100%"}},Gt.createElement("div",{style:{background:"#fff",position:"relative",zIndex:12,fontSize:16,color:"#3061d0"}},"\u56FE\u5F62\u5E93"),Gt.createElement("div",{style:{height:"calc(100% - 50px)"},className:wt.myPaletteDiv,ref:wn})),Gt.createElement("div",{style:{flex:1,position:"relative"}},Gt.createElement("div",{ref:be,style:{height:"80vh"}}))),Gt.createElement("div",{className:"tr"},Gt.createElement(ye.ZP,{size:"large",onClick:ci,style:{position:"absolute",right:0,bottom:0,zIndex:8},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))))}var sn=Pe,Qn=Qt(98813),Yn=Qt(37720);const Ln=Qn.ZP.Group,ti={margin:"0 8px"};var pn=({callback:Ce,onCancel:Fe})=>{function re(be){Ce(be)}return Rt.createElement($t.default,{className:"add-table-panel",initialValues:{row:3,col:2,align:"default"},onFinish:re},Rt.createElement("div",{className:"flex-container",style:{alignItems:"baseline"}},Rt.createElement("span",{style:ti},"\u5355\u5143\u683C\u6570\uFF1A"),Rt.createElement("span",{style:ti},"\u884C\u6570"),Rt.createElement($t.default.Item,{name:"row",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u884C\u6570"}]},Rt.createElement(Yn.Z,null)),Rt.createElement("span",{style:ti},"\u5217\u6570"),Rt.createElement($t.default.Item,{name:"col",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u5217\u6570"}]},Rt.createElement(Yn.Z,null))),Rt.createElement("div",{className:"flex-container",style:{marginTop:12,alignItems:"baseline"}},Rt.createElement("span",{style:ti},"\u5BF9\u9F50\u65B9\u5F0F\uFF1A"),Rt.createElement($t.default.Item,{name:"align"},Rt.createElement(Ln,null,Rt.createElement(Qn.ZP,{value:"default"},Rt.createElement("i",{className:"fa fa-align-justify"})),Rt.createElement(Qn.ZP,{value:"left"},Rt.createElement("i",{className:"fa fa-align-left"})),Rt.createElement(Qn.ZP,{value:"center"},Rt.createElement("i",{className:"fa fa-align-center"})),Rt.createElement(Qn.ZP,{value:"right"},Rt.createElement("i",{className:"fa fa-align-right"}))))),Rt.createElement("div",{className:"flex-container flex-end"},Rt.createElement(ye.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),Rt.createElement(ye.ZP,{type:"ghost",onClick:Fe},"\u53D6\u6D88")))},$n=Qt(59637),ai=Qt(61016),Di=Qt.n(ai),Zo=(0,Rt.forwardRef)(({use3d:Ce,width:Fe,height:re,callback:be,showSaveButton:wn},An)=>{const si=(0,Rt.useRef)(),ce=(0,Rt.useRef)(),[He,On]=(0,Rt.useState)(!1),ci=(0,Rt.useRef)({id:si,appName:"graphing",width:Fe||1e3,height:re||600,showToolBar:!0,showMenuBar:!0,allowStyleBar:!0,showAlgebraInput:!0,enableLabelDrags:!1,enableShiftDragZoom:!0,showToolBarHelp:!1,errorDialogsActive:!0,showTutorialLink:!0,showLogging:!0,useBrowserForJS:!1});(0,Rt.useEffect)(()=>{ce.current=new(Di())(ci.current,!0),window.onload=function(){ce.current.inject("applet_container")}},[]);const qe=()=>{var se=window.ggbApplet.getPNGBase64(1,!0,72);return be&&be(se),se};return(0,Rt.useEffect)(()=>{ci.current.appName=He?"3D":"graphing",ce.current.inject("applet_container")},[He]),(0,Rt.useEffect)(()=>{On(Ce)},[Ce]),(0,Rt.useImperativeHandle)(An,()=>({getImgData:qe})),Rt.createElement(Rt.Fragment,null,Rt.createElement("div",{style:{width:"100%",height:"100%"},id:"applet_container",ref:si}),Rt.createElement(We.Z,{align:"middle"},Rt.createElement(jt.Z,{flex:1},Rt.createElement($n.Z,{size:"default",checkedChildren:"\u5173\u95ED3D\u56FE\u50CF",unCheckedChildren:"\u5F00\u542F3D\u56FE\u50CF",checked:He,onChange:se=>On(se)})),Rt.createElement(jt.Z,null,Rt.createElement(ye.ZP,{size:"large",onClick:qe,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668"))))}),ho=Qt(36527),Ki=Qt(2453);const Ri="link",Or="upload-image",Mo="add-flowchart",Pr="draw-image",wr="add-flowchart",as="code-block",zi="add-table",va="------------",rl={default:va,left:`:${va}`,center:`:${va}:`,right:`${va}:`};var sl=Qt(99914);function ju(){}let El=0;const Al=1e4,al="\u2581",dr="@\u2581\u2581@",_e="@\u2581@",xt=`
|
|
**\u6A21\u677F\u6807\u9898**
|
|
\u6A21\u677F\u6B63\u6587\u5185\u5BB9\uFF0C\u53EF\u8F93\u5165\u6587\u672C\u5185\u5BB9\u548C\u7C98\u8D34\u56FE\u7247\u7B49\u64CD\u4F5C`,xn=["pptm","pptx","ppt","pot","pps","ppa","potx","ppsx","ppam","pptm","potm","ppsm","doc","docx","dot","dotx","docm","dotm","xls","xlsx","csv","xlt","xla","xltx","xlsm","xltm","xlam","xlsb"];function mn(Ce){return/^\d+$/.test(Ce)?`${Ce}px`:Ce}const Zn=navigator.platform.toUpperCase().indexOf("MAC")>=0?"Cmd":"Ctrl",Jn={[Zn+"-B"]:"bold",[Zn+"-I"]:"italic"},gi={[Ri]:"\u6DFB\u52A0\u94FE\u63A5",[as]:"\u6DFB\u52A0\u4EE3\u7801\u5757",[Or]:"\u6DFB\u52A0\u56FE\u7247",[Pr]:"\u6DFB\u52A0\u753B\u56FE",[Mo]:"\u63D2\u5165\u6D41\u7A0B\u56FE",[zi]:"\u6DFB\u52A0\u8868\u683C","maths-latex":"\u6570\u5B66\u56FE\u50CF","inline-latex":"LATEX\u516C\u5F0F"};var Oi=({defaultValue:Ce="",onChange:Fe,width:re="100%",height:be=400,miniToolbar:wn=!1,isFocus:An=!1,watch:si,insertTemp:ce,mode:He="markdown",id:On="markdown-editor-id",showResizeBar:ci=!1,noStorage:qe=!1,showNullButton:se=!1,showNullProgramButton:Cn=!1,hidetoolBar:Hn=!1,fullScreen:pi=!1,onBlur:je,onCMBeforeChange:Fn,onFullScreen:io,className:Oo="",disablePaste:$i=!1,disabled:Dn=!1,disabledFill:Tn=!1,placeholder:jn="",values:Hi="",extraUse:uo})=>{const[an,Xn]=(0,Rt.useState)(null),[Fs,hr]=(0,Rt.useState)(Ce),[Vo,he]=(0,Rt.useState)(si),[ei,Ci]=(0,Rt.useState)(pi),[Vn,oo]=(0,Rt.useState)(""),[Li,Ei]=(0,Rt.useState)(0),[ki,wi]=(0,Rt.useState)(be),[Ui,Oe]=(0,Rt.useState)(!1),[Io,Ge]=(0,Rt.useState)(0),[qi,ls]=(0,Rt.useState)(0),fo=(0,Rt.useRef)(),Hs=(0,Rt.useRef)(),mo=(0,Rt.useRef)(),Ni=(0,Rt.useRef)();(0,Rt.useEffect)(()=>{const ni=window.scrollY||window.pageYOffset;hr(Hi),an==null||an.setValue(Hi),window.scrollTo(0,ni)},[Hi]),(0,Rt.useEffect)(()=>{io==null||io(ei)},[ei]),(0,Rt.useEffect)(()=>{if(fo.current){let ni=function(fi,Ye){var Yi;if($i){Ye.preventDefault();return}const ro=Ye.clipboardData;if(ro){const Jo=ro.types.toString(),Lo=ro.items;if(Jo==="Files"||ro.types.indexOf("Files")>-1){if(Ye.preventDefault(),He=="stex")return;try{let jo=Lo[1];((Yi=Lo[0])==null?void 0:Yi.kind)==="file"&&(jo=Lo[0]);const fr=jo.getAsFile(),Es=fr.name.split(".").pop();(0,$e.I)(fr,$r=>{var Dl,ul,ge;$r.id?((Dl=fr==null?void 0:fr.type)==null?void 0:Dl.indexOf("image"))>-1?Un.replaceSelection(`<img width="100%" src="/api/attachments/${$r.id}?type=${$r.content_type})" alt="" />`):((ul=fr==null?void 0:fr.type)==null?void 0:ul.indexOf("video"))>-1?Un.replaceSelection(`<video width="100%" controls src="/api/attachments/${$r.id}"></video>`):((ge=fr==null?void 0:fr.type)==null?void 0:ge.indexOf("pdf"))>-1?Un.replaceSelection(`<a href="/api/attachments/${$r.id}?type=${fr.type}&disposition=inline" target="_blank">${fr.name}</a>`):xn.includes(Es)?Un.replaceSelection(`<a href="/api/attachments/${$r.id}?type=office&disposition=inline" target="_blank">${fr.name}</a>`):Un.replaceSelection(`[${fr.name}](/api/attachments/${$r.id}?type=${$r.content_type})`):($r==null?void 0:$r.status)===401&&(document.location.href="/user/login")})}catch(jo){Ki.ZP.warning("\u8BF7\u4F7F\u7528chrome\u6D4F\u89C8\u5668\u7C98\u8D34")}return!0}else return!0}return!0};const Un=Be().fromTextArea(fo.current,{mode:He,lineNumbers:!wn,lineWrapping:!0,value:Ce,autoCloseTags:!0,autoCloseBrackets:!0});return Un.on("keyup",function(fi,Ye){Ye.keyCode===8&&(fi.getValue()==""?Un.setOption("placeholder",jn):Un.setOption("placeholder",null))}),Un.on("keydown",function(fi,Ye){if(Ye.keyCode===8){var Yi=bs(fi);Yi&&Ye.preventDefault()}}),An&&Un.focus(),Un.on("paste",ni),Dn&&Un.on("beforeChange",function(fi,Ye){(Ye.origin==="paste"||Ye.origin==="+input")&&Ye.cancel()}),Xn(Un),()=>{Un.off("paste",ni)}}},[]);const To=(0,Rt.useCallback)(()=>{if(Hs.current)try{}catch(ni){console.log(ni,"---- to set md editor body height")}},[ki,Hs,ei]);(0,Rt.useEffect)(()=>{function ni(){let Un=new ze.Z(fi=>{for(let Ye of fi)(Ye.target.offsetHeight>0||Ye.target.offsetWidth>0)&&(To(),an.setSize("100%","100%"),an.refresh())});return Un.observe(fo.current.parentElement),Un}if(an){const Un=ni();return()=>{var fi,Ye;(fi=fo.current)!=null&&fi.parentElement&&Un.unobserve((Ye=fo.current)==null?void 0:Ye.parentElement)}}},[an,To]),(0,Rt.useEffect)(()=>{if(an){let ni=[];for(const[Un,fi]of Object.entries(Jn)){let Ye={[Un]:()=>{vo(fi)}};ni.push(Ye),an.addKeyMap(Ye)}return()=>{for(let Un of ni)an.removeKeyMap(Un)}}},[an]),(0,Rt.useEffect)(()=>{pi!==ei&&Ci(pi)},[pi]),(0,sl.Z)(()=>{if(!qe&&Li>0){let ni=new Date().getTime(),Un=window.sessionStorage.getItem(On);ni>=Li+Al&&(!Un||Un!==Fs)&&(window.sessionStorage.setItem(On,Fs),Oe(!0))}},Al),(0,Rt.useEffect)(()=>{he(si)},[an,si]),(0,Rt.useEffect)(()=>{an&&An&&an.focus()},[an,An]),(0,Rt.useEffect)(()=>{if(Vo&&an){let ni=function(fi){let Ye=fi.target;if(Ni.current){let Yi=Ye.scrollTop/Ye.scrollHeight;Ni.current.scrollTop=Ni.current.scrollHeight*Yi}};const Un=an.getScrollerElement();return Un.addEventListener("scroll",ni),()=>{Un.removeEventListener("scroll",ni)}}},[an,Vo]),(0,Rt.useEffect)(()=>{if(an&&Fn){let ni=function(Un,fi){Fn(Un,fi)};return an.on("beforeChange",ni),()=>{an.off("beforeChange",ni)}}},[an,Fn]),(0,Rt.useEffect)(()=>{if(an&&je){let ni=function(){je(an.getValue())};return an.on("blur",ni),()=>{an.off("blur",ni)}}},[an,je]);function bs(ni,Un){var fi=ni.getDoc(),Ye=fi.getCursor(),Yi=fi.getLine(Ye.line),ro=Yi.charAt(Ye.ch-1),Jo=Yi.lastIndexOf("@\u2581@",Ye.ch),Lo=Yi.lastIndexOf("@\u2581\u2581@",Ye.ch),jo=Jo>Lo?Jo:Lo,fr=Jo>Lo?3:4;if(dr.indexOf(ro)===-1)return null;if(console.log("change1:",Un,ni,Yi,Ye,jo,Jo,Lo,ro),jo>=0&&Ye.ch-jo<5){var Es=jo+fr;return fi.replaceRange("",{line:Ye.line,ch:jo},{line:Ye.line,ch:Es}),{line:Ye.line,ch:Es}}return null}(0,Rt.useEffect)(()=>{if(an){let ni=function(Un,fi){const Ye=Un.getValue();hr(Ye),Ei(new Date().getTime()),Un.getScrollerElement().dispatchEvent(new CustomEvent("scroll")),Fe&&(Cn?Fe(Ye,Bl(Ye)):Fe(Ye))};return an.on("change",ni),()=>{an.off("change",ni)}}},[an,Fe]),(0,Rt.useEffect)(()=>{if(an)if(Ce==null)an.setValue(""),hr("");else{const ni=window.scrollY||window.pageYOffset;Ce!==an.getValue()&&(an.setValue(Ce),hr(Ce),an.setCursor(Dn?1:an.lineCount(),0),window.scrollTo(0,ni))}},[an,Ce]);const vo=(0,Rt.useCallback)(ni=>{const Un=an.getCursor(),fi=an.getSelection();let Ye=fi.split(`
|
|
`);switch(ni){case"bold":return an.replaceSelection("**"+fi+"**"),fi===""&&an.setCursor(Un.line,Un.ch+2),an.focus();case"italic":return an.replaceSelection("*"+fi+"*"),fi===""&&an.setCursor(Un.line,Un.ch+1),an.focus();case"code":return an.replaceSelection("`"+fi+"`"),fi===""&&an.setCursor(Un.line,Un.ch+1),an.focus();case"inline-latex":return oo("inline-latex"),an.focus();case"latex":return an.replaceSelection("```latex\n"+fi+"\n```"),an.setCursor(Un.line+1,fi.length+1),an.focus();case"line-break":return an.replaceSelection(`<br/>
|
|
`),an.focus();case"list-ul":return fi===""?an.replaceSelection("- "+fi):an.replaceSelection(Ye.map(Yi=>Yi===""?"":`- ${Yi}`).join(`
|
|
`)),an.focus();case"list-ol":return fi===""?an.replaceSelection("1. "+fi):an.replaceSelection(Ye.map((Yi,ro)=>Yi===""?"":`${ro+1}. ${Yi}`).join(`
|
|
`)),an.focus();case"add-null-ch":return fi===""&&an.setCursor(Un.line,Un.ch),an.replaceSelection(al),an.focus();case"add-signal":return fi===""&&an.setCursor(Un.line,Un.ch),an.replaceSelection(_e),an.focus();case"add-multiple":return fi===""&&an.setCursor(Un.line,Un.ch),an.replaceSelection(dr),an.focus();case"inster-template-1":return fi===""&&an.setCursor(Un.line,Un.ch),an.replaceSelection(xt),an.focus();case"eraser":return an.setValue(""),an.focus();case"trigger-watch":return he(!Vo),an.focus();case"trigger-full-screen":return Ci(!ei),an.focus();case Ri:oo(Ri);return;case as:oo(as);return;case Or:oo(Or);return;case Pr:oo(Pr);return;case"maths-latex":oo("maths-latex");return;case Mo:oo(Mo);return;case zi:oo(zi);return;default:throw new Error}},[an,Vo,ei]),yn=(0,Rt.useCallback)((ni,Un)=>{var fi,Ye,Yi,ro,Jo,Lo;switch(oo(""),Vn){case Ri:const{title:Dl,link:ul}=ni;return an.replaceSelection(`[${Dl}](${ul})`),an.focus();case as:const{language:ge,content:ms}=ni;return an.replaceSelection(["```"+ge,ms,"```"].join(`
|
|
`)),an.focus();case"maths-latex":for(var jo=atob(ni),fr=new Uint8Array(jo.length),Es=0;Es<jo.length;Es++)fr[Es]=jo.charCodeAt(Es);var $r=new Blob([fr],{type:"image/png"});(0,$e.I)($r,xi=>{xi.id?an.replaceSelection(``):(xi==null?void 0:xi.status)===401&&(document.location.href="/user/login")});break;case"inline-latex":an.replaceSelection("`$$"+ni+"$$`");break;case Or:case Pr:case wr:const{src:Ea,alt:rh}=ni,Uo=Un,Ol=(Yi=(Ye=(fi=Uo==null?void 0:Uo.name)==null?void 0:fi.split("."))==null?void 0:Ye.pop)==null?void 0:Yi.call(Ye);return((ro=Uo==null?void 0:Uo.type)==null?void 0:ro.indexOf("image"))>-1||!(Uo!=null&&Uo.type)?Uo!=null&&Uo.align||Uo!=null&&Uo.width?an.replaceSelection(`<p style="text-align:${Uo.align||"initial"}"><img width="${Uo.width?Uo.width+"%":"initial"}" src="${Ea}" alt="${rh||""}" /></p>`):an.replaceSelection(`<img width="100%" src="${Ea}" alt="${rh||""}" />`):((Jo=Uo==null?void 0:Uo.type)==null?void 0:Jo.indexOf("video"))>-1?an.replaceSelection(`<video width="100%" controls src="${Ea}"></video>`):((Lo=Uo==null?void 0:Uo.type)==null?void 0:Lo.indexOf("pdf"))>-1?an.replaceSelection(`<a href="${Ea}?type=${Uo.type}&disposition=inline" target="_blank">${Uo.name}</a>`):xn.includes(Ol)?an.replaceSelection(`<a href="${Ea}?type=office&disposition=inline" target="_blank">${Uo.name}</a>`):an.replaceSelection(`[${Uo.name}](${Ea})`),an.focus();case zi:const{row:zu,col:sh,align:eo}=ni;let ir=`
|
|
`;for(let xi=0;xi<zu;xi++){let Mi=[],so=[];for(let Yo=0;Yo<sh;Yo++)xi===1&&so.push(rl[eo]),Mi.push(" ");xi===1&&(ir+=`| ${so.join(" | ")} |
|
|
`),ir+=`| ${Mi.join(sh===1?"":" | ")} |
|
|
`}return an.replaceSelection(ir+`
|
|
`),an.focus();default:throw new Error}},[an,Vn]),It=(0,Rt.useMemo)(()=>{switch(Vn){case Ri:return Rt.createElement(ue,{callback:yn,onCancel:er});case as:return Rt.createElement(Xe.Z,{callback:yn,onCancel:er});case Or:return Rt.createElement($e.Z,{callback:yn,onCancel:er});case Mo:return Rt.createElement(sn,{callback:yn,onCancel:er});case zi:return Rt.createElement(pn,{callback:yn,onCancel:er});case"maths-latex":return Rt.createElement(Zo,{showSaveButton:!0,callback:yn});case"inline-latex":return Rt.createElement(ho.Z,{showSaveButton:!0,callback:yn});default:return null}},[Vn]);function er(){oo("")}(0,Rt.useEffect)(()=>{if(mo.current){let ni=function(Jo){Yi=!0,ro=Jo.pageY},Un=function(){Yi=!1},fi=function(Jo){if(Yi){let Lo=Jo.pageY-ro;Lo<0&&(Lo=0),Lo>300&&(Lo=300);let jo=be+Lo+"px";wi(jo)}},Ye=mo.current,Yi=!1,ro=0;return Ye.addEventListener("mousedown",ni),document.addEventListener("mousemove",fi),document.addEventListener("mouseup",Un),()=>{Ye.removeEventListener("mousedown",ni),document.removeEventListener("mousemove",fi),document.removeEventListener("mouseup",Un)}}},[an,mo]),(0,Rt.useEffect)(()=>{wi(be)},[be]);const ll=mn(re),hl=mn(ki),Ws={width:ll,height:hl},oh=(0,Rt.useMemo)(()=>{if(Li){let ni=new Date(Li),Un=ni.getHours(),fi=ni.getMinutes(),Ye=ni.getSeconds();return Un=Un<10?"0"+Un:Un,fi=fi<10?"0"+fi:fi,Ye=Ye<10?"0"+Ye:Ye,`${Un}:${fi}:${Ye}`}return 0},[Li]),Bl=ni=>{const Un=[];if(Cn){let fi=-1;ni=ni.replace(/(@▁▁@|@▁@)/g,function(Ye,Yi,ro){Un.push({multiLine:Ye!==_e})})}return Un};function Ru(){window.sessionStorage.removeItem(On),Oe(!1),Ei(0)}function Xh(){Oe(!1),Ei(0),an.setValue(window.sessionStorage.getItem(On))}(0,Rt.useEffect)(()=>{gi[Vn]&&Vn!==Pr&&Vn!==Mo&&setTimeout(()=>{const ni=document.getElementsByClassName("markdown-popup-form")[0],Un=window.innerWidth/2-ni.offsetWidth/2,fi=window.innerHeight/2-ni.offsetHeight/2;Ge(Un),ls(fi)},0)},[Vn]);const co=ni=>{ni.preventDefault();const Un=ni.clientX-Io,fi=ni.clientY-qi;document.body.onmousemove=Ye=>{let Yi=Ye.clientX-Un,ro=Ye.clientY-fi;const Jo=document.getElementsByClassName("markdown-popup-form")[0],Lo=window.innerWidth-Jo.offsetWidth,jo=window.innerHeight-Jo.offsetHeight;Yi=Math.max(0,Math.min(Yi,Lo)),ro=Math.max(0,Math.min(ro,jo)),nr(Ye.clientX,Ye.clientY,Un,fi)&&(Ge(Yi),ls(ro))},document.body.onmouseup=function(){document.body.onmousemove=null}},nr=(ni,Un,fi,Ye)=>{const Yi=document.body.clientHeight,ro=document.body.clientWidth;return ni<20&&fi>ni||ni>ro-20&&fi<ni||Un<20&&Ye>Un||Un>Yi-20&&Ye<Un?(document.body.onmousemove=null,document.body.onmouseup=null,!1):!0};return Rt.createElement(Rt.Fragment,null,Rt.createElement("div",{className:"markdown-editor-wrapper",ref:Hs},Rt.createElement("div",{className:`markdown-editor-container ${Oo} ${Vo?"on-preview":""} ${wn?"mini":""} ${ei?"full-screen":""}`,style:Ws},Rt.createElement(Zt,{insertTemp:ce,watch:Vo,fullScreen:ei,showNullButton:se,showNullProgramButton:Cn,onActionCallback:vo,hidetoolBar:Hn,extraUse:uo}),Rt.createElement("div",{className:"markdown-editor-body"},Rt.createElement("div",{className:"codemirror-container"},Rt.createElement("textarea",{ref:fo,placeholder:jn})),Vo?Rt.createElement("div",{ref:Ni,className:"preview-container"},He==="stex"&&Rt.createElement(Te,{value:Fs}),He!=="stex"&&Rt.createElement(Ze.Z,{disabledFill:Tn,showProgramFill:Cn,value:Fs})):null))),ci?Rt.createElement("a",{ref:mo,className:"editor-resize"}):null,Vn===Pr&&Rt.createElement(Je,{callback:yn,onCancel:er}),Vn===Mo&&Rt.createElement(sn,{callback:yn,onCancel:er}),Rt.createElement(ie.Z,null,gi[Vn]&&Vn!==Pr&&Vn!==Mo?Rt.createElement(de.default,{maskClosable:!1,centered:!0,style:{position:"absolute",left:Io,top:qi},title:Rt.createElement("div",{style:{cursor:"move"},onMouseDown:co},gi[Vn]),open:!0,onCancel:er,footer:null,destroyOnClose:!0,width:Vn===Mo?"1200px":null,height:Vn===Mo?"80vh":null,className:"markdown-popup-form"},It):null))}},70859:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Z:function(){return Wt},I:function(){return ie}});var Rt=Qt(91773),fe=Qt(2453),Be=Qt(28802),ze=Qt(78957),ve=Qt(37720),le=Qt(98813),Kt=Qt(85804),Ue=Qt(15476),me=Qt(67294),ke=Qt(67294),Ze=Object.defineProperty,Te=Object.defineProperties,un=Object.getOwnPropertyDescriptors,Nt=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,nt=Object.prototype.propertyIsEnumerable,ft=($t,qt,ye)=>qt in $t?Ze($t,qt,{enumerable:!0,configurable:!0,writable:!0,value:ye}):$t[qt]=ye,lt=($t,qt)=>{for(var ye in qt||(qt={}))et.call(qt,ye)&&ft($t,ye,qt[ye]);if(Nt)for(var ye of Nt(qt))nt.call(qt,ye)&&ft($t,ye,qt[ye]);return $t},pt=($t,qt)=>Te($t,un(qt));const{useForm:vt}=Rt.default,kt={width:280,marginRight:10},bt={labelCol:{span:5},wrapperCol:{span:19}};var Wt=({callback:$t,onCancel:qt})=>{const[ye]=vt();let oe=(0,me.useRef)();function xe(Pn){oe.current.width=ye.getFieldValue("width"),oe.current.align=ye.getFieldValue("align"),$t(Pn,oe.current)}function De(Pn,cn){if(Pn.status===-1){fe.ZP.error(Pn.message);return}ye.setFieldsValue({src:`/api/attachments/${Pn.id}`,type:cn.type})}function Le(Pn){let cn=Pn.target.files[0];oe.current=cn,ie(cn,De)}return ke.createElement(Rt.default,pt(lt({form:ye},bt),{className:"upload-image-panel",onFinish:xe,style:{width:470,overflow:"hidden"}}),ke.createElement(Rt.default.Item,{label:"\u56FE\u7247\u5730\u5740",required:!0},ke.createElement("div",{className:"flex-container"},ke.createElement(Rt.default.Item,{noStyle:!0,name:"src",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u56FE\u7247\u5730\u5740"}]},ke.createElement(Be.default,{style:kt})),ke.createElement(Zt,{onFileChange:Le}))),ke.createElement(Rt.default.Item,{label:"\u56FE\u7247\u63CF\u8FF0",name:"alt"},ke.createElement(Be.default,{style:{width:264}})),ke.createElement(Rt.default.Item,{label:"\u56FE\u7247\u5BBD\u5EA6",name:"width"},ke.createElement(ze.Z,null,ke.createElement(Rt.default.Item,{name:"width",style:{margin:0}},ke.createElement(ve.Z,{style:{width:264}})),ke.createElement("span",{className:"ml8"},"%"))),ke.createElement(Rt.default.Item,{label:"\u5BF9\u9F50\u65B9\u5F0F",name:"align"},ke.createElement(le.ZP.Group,{name:"align",defaultValue:1,options:[{value:"left",label:"\u5DE6\u5BF9\u9F50"},{value:"center",label:"\u5C45\u4E2D\u5BF9\u9F50"},{value:"right",label:"\u53F3\u5BF9\u9F50"}]})),ke.createElement("aside",null,ke.createElement(Rt.default.Item,{style:{textAlign:"right",position:"relative",right:-98}},ke.createElement(Kt.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),ke.createElement(Kt.ZP,{type:"default",onClick:qt},"\u53D6\u6D88"))))};function Zt({onFileChange:$t}){return ke.createElement("label",{className:"upload-button",style:{cursor:"pointer"}},"\u672C\u5730\u4E0A\u4F20",ke.createElement("input",{type:"file",onChange:$t}))}function ie($t,qt){if(!$t)throw new String("\u6CA1\u6709\u6587\u4EF6");let ye=new FormData;ye.append("editormd-image-file",$t),ye.append("file_param_name","editormd-image-file"),ye.append("byxhr","true");var oe=new window.XMLHttpRequest;oe.withCredentials=!0,oe.addEventListener("load",function(xe){qt(JSON.parse(xe.target.responseText),$t)},!1),oe.addEventListener("error",function(xe){console.error(xe)},!1),oe.open("POST",`${Ue.KI}/api/attachments.json`),oe.send(ye)}},76621:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Z:function(){return Be}});var Rt=Qt(67294),fe=Qt(73935);class Be extends Rt.Component{constructor(ve){super(ve);const le=window.document;this.node=le.createElement("div"),le.body.appendChild(this.node)}render(){const{children:ve}=this.props;return(0,fe.createPortal)(ve,this.node)}componentWillUnmount(){window.document.body.removeChild(this.node)}}},36295:function(en,Nn,Qt){"use strict";Qt.d(Nn,{SV:function(){return te},ZP:function(){return Je}});var Rt=Qt(67294),fe=Qt(91033);const Be={keywords:["print","auto","break","case","char","const","continue","default","do","double","else","enum","extern","float","for","goto","if","int","long","register","return","short","signed","sizeof","static","struct","switch","typedef","union","unsigned","void","volatile","while"]},ze={quickKey:[{label:"main",content:["public static void main(String[] args) {"," $0","}"].join(`
|
|
`)},{label:"System.out.println",content:["System.out.println($0)"].join(`
|
|
`)},{label:"System.out.print",content:["System.out.print($0)"].join(`
|
|
`)}],keywords:["abstract","continue","for","new","switch","assert","default","goto","package","synchronized","boolean","do","if","private","this","break","double","implements","protected","throw","byte","else","import","public","throws","case","enum","instanceof","return","transient","catch","extends","int","short","try","char","final","interface","static","void","class","finally","long","strictfp","volatile","const","float","native","super","while","true","false"]},ve={keywords:["abstract","amp","array","auto","bool","break","case","catch","char","class","const","constexpr","const_cast","continue","cpu","decltype","default","delegate","delete","do","double","dynamic_cast","each","else","enum","event","explicit","export","extern","false","final","finally","float","friend","gcnew","generic","goto","in","initonly","inline","int","interface","interior_ptr","internal","literal","long","mutable","namespace","new","noexcept","nullptr","__nullptr","operator","override","partial","pascal","pin_ptr","private","property","protected","public","ref","register","reinterpret_cast","restrict","return","safe_cast","sealed","short","signed","sizeof","static","static_assert","static_cast","struct","switch","template","this","thread_local","throw","tile_static","true","try","typedef","typeid","typename","union","unsigned","using","virtual","void","volatile","wchar_t","where","while","_asm","_based","_cdecl","_declspec","_fastcall","_if_exists","_if_not_exists","_inline","_multiple_inheritance","_pascal","_single_inheritance","_stdcall","_virtual_inheritance","_w64","__abstract","__alignof","__asm","__assume","__based","__box","__builtin_alignof","__cdecl","__clrcall","__declspec","__delegate","__event","__except","__fastcall","__finally","__forceinline","__gc","__hook","__identifier","__if_exists","__if_not_exists","__inline","__int128","__int16","__int32","__int64","__int8","__interface","__leave","__m128","__m128d","__m128i","__m256","__m256d","__m256i","__m64","__multiple_inheritance","__newslot","__nogc","__noop","__nounwind","__novtordisp","__pascal","__pin","__pragma","__property","__ptr32","__ptr64","__raise","__restrict","__resume","__sealed","__single_inheritance","__stdcall","__super","__thiscall","__try","__try_cast","__typeof","__unaligned","__unhook","__uuidof","__value","__virtual_inheritance","__w64","__wchar_t"],operators:["=",">","<","!","~","?",":","==","<=",">=","!=","&&","||","++","--","+","-","*","/","&","|","^","%","<<",">>",">>>","+=","-=","*=","/=","&=","|=","^=","%=","<<=",">>=",">>>="],quickKey:[{label:"ifelse",content:["if (${1:condition}) {"," $0","} else {"," ","}"].join(`
|
|
`)},{label:"include",content:"include<$0>"},{label:"printf",content:"printf($0)"},{label:"system",content:'system("$0")'},{label:"main",content:["int main () {"," $0","}"].join(`
|
|
`)},{label:"if",content:["if () {"," $0","}"].join(`
|
|
`)},{label:"for",content:["for(int j=0 ; j<10; j++){"," $0","}"].join(`
|
|
`)},{label:"trycatch",content:["try{"," $0","}catch(ExceptionName e){","}"].join(`
|
|
`)},{label:"using namespace std;",content:["using namespace std;"].join(`
|
|
`)},{label:"include <iostream>",content:["#include <iostream>"].join(`
|
|
`)},{label:"include <vector>",content:["#include <vector>"].join(`
|
|
`)},{label:"include <cstdio>",content:["#include <cstdio>"].join(`
|
|
`)},{label:"include <cstring>",content:["#include <cstring>"].join(`
|
|
`)},{label:"include <sstream>",content:["#include <sstream>"].join(`
|
|
`)},{label:"include <fstream>",content:["#include <fstream>"].join(`
|
|
`)},{label:"include <map>",content:["#include <map>"].join(`
|
|
`)},{label:"include <string>",content:["#include <string>"].join(`
|
|
`)},{label:"include <cmath>",content:["#include <cmath>"].join(`
|
|
`)}]},le={keywords:["and","as","assert","break","class","continue","def","del","elif","else","except","exec","finally","for","from","global","if","import","in","is","lambda","None","not","or","pass","raise","return","self","try","while","with","yield","int","float","long","complex","hex","abs","all","any","apply","basestring","bin","bool","buffer","bytearray","callable","chr","classmethod","cmp","coerce","compile","complex","delattr","dict","dir","divmod","enumerate","eval","execfile","file","filter","format","frozenset","getattr","globals","hasattr","hash","help","id","input","intern","isinstance","issubclass","iter","len","locals","list","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","reversed","range","raw_input","reduce","reload","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","unichr","unicode","vars","xrange","zip","True","False","__dict__","__methods__","__members__","__class__","__bases__","__name__","__mro__","__subclasses__","__init__","__import__"],quickKey:[{label:"print",content:["print($0)"].join(`
|
|
`)}]},Kt={keywords:["asInstanceOf","catch","class","classOf","def","do","else","extends","finally","for","foreach","forSome","if","import","isInstanceOf","macro","match","new","object","package","return","throw","trait","try","type","until","val","var","while","with","yield","given","enum","then"],quickKey:[{label:"println",content:["println($0)"].join(`
|
|
`)}]};var Ue=Qt(84204),me=Qt.n(Ue),ke=(pe,nn,ln)=>new Promise((jt,Ct)=>{var wt=Mt=>{try{Gt(ln.next(Mt))}catch(Pe){Ct(Pe)}},Et=Mt=>{try{Gt(ln.throw(Mt))}catch(Pe){Ct(Pe)}},Gt=Mt=>Mt.done?jt(Mt.value):Promise.resolve(Mt.value).then(wt,Et);Gt((ln=ln.apply(pe,nn)).next())});const Ze={languages:["c","abap","apex","azcli","bat","cameligo","clojure","coffee","cpp","csharp","csp","css","dockerfile","fsharp","go","graphql","handlebars","html","ini","java","javascript","json","kotlin","less","lua","markdown","mips","msdax","mysql","objective-c","pascal","pascaligo","perl","pgsql","php","postiats","powerquery","powershell","pug","python","r","razor","redis","redshift","restructuredtext","ruby","rust","sb","scheme","scss","shell","solidity","sophia","sql","st","swift","tcl","twig","vb","xml","yaml'"],tables:{users:["name","id","email","phone","password"],roles:["id","name","order","created_at","updated_at","deleted_at"]}},Te=(pe,nn,ln,jt)=>{const Ct=nn.getValueInRange({startLineNumber:1,startColumn:1,endLineNumber:ln.lineNumber,endColumn:ln.column});return Array.from(new Set(Ct.match(/\b\w{2,}\b/g)||[])).map(Et=>({label:Et,kind:pe.languages.CompletionItemKind.Text,insertText:Et,range:jt}))},un=(pe,nn,ln,jt)=>{pe.languages.registerCompletionItemProvider(nn,{provideCompletionItems(Ct,wt){const Et=Ct.getWordUntilPosition(wt),Gt={startLineNumber:wt.lineNumber,endLineNumber:wt.lineNumber,startColumn:Et.startColumn,endColumn:Et.endColumn},Mt=Ct.getLineContent(wt.lineNumber).substring(Et.startColumn-2,Et.endColumn);return{suggestions:[...Te(pe,Ct,wt,Gt),...ln.map(sn=>({label:sn,kind:pe.languages.CompletionItemKind.Keyword,documentation:sn,insertText:sn,insertTextRules:pe.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Gt})),...jt.map(sn=>({label:sn.label,kind:pe.languages.CompletionItemKind.Snippet,documentation:sn.content,insertText:Mt.startsWith("#")?sn.content.replace(/#/,""):sn.content,insertTextRules:pe.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Gt}))]}}})};var Nt=pe=>{Ze.languages.forEach(nn=>{pe.languages.registerDocumentFormattingEditProvider(nn,{provideDocumentFormattingEdits(ln){return ke(this,null,function*(){const jt=me()(ln.getValue(),{indent_size:2,indent_char:" ",max_preserve_newlines:2,preserve_newlines:!0,keep_array_indentation:!0,break_chained_methods:!1,indent_scripts:"normal",brace_style:"collapse",space_before_conditional:!0,unescape_strings:!1,jslint_happy:!1,end_with_newline:!0,wrap_line_length:0,indent_inner_html:!1,comma_first:!1,e4x:!1,indent_empty_lines:!1});return[{range:ln.getFullModelRange(),text:jt}]})}})}),un(pe,"java",ze.keywords,ze.quickKey),un(pe,"cpp",ve.keywords,ve.quickKey),un(pe,"c",Be.keywords,[]),un(pe,"python",le.keywords,le.quickKey),un(pe,"scala",Kt.keywords,Kt.quickKey)};const et="\u8BE5\u4EFB\u52A1\u5173\u5361\u8BBE\u7F6E\u4E86\u7981\u6B62\u590D\u5236\u7C98\u8D34\uFF0C\u8BF7\u624B\u52A8\u8F93\u5165\u4EE3\u7801\u3002";var nt=Object.defineProperty,ft=(pe,nn,ln)=>nn in pe?nt(pe,nn,{enumerable:!0,configurable:!0,writable:!0,value:ln}):pe[nn]=ln,lt=(pe,nn,ln)=>ft(pe,typeof nn!="symbol"?nn+"":nn,ln);const pt=class px{constructor(nn,ln,jt){this.placeholder=nn,this.editor=ln,this.monaco=jt,ln.onDidChangeModelContent(()=>this.onDidChangeModelContent()),this.onDidChangeModelContent()}onDidChangeModelContent(){this.editor.getValue()===""?this.editor.addContentWidget(this):this.editor.removeContentWidget(this)}getId(){return px.ID}getDomNode(){return this.domNode||(this.domNode=document.createElement("div"),this.domNode.style.width="max-content",this.domNode.textContent=this.placeholder,this.domNode.style.fontStyle="initial",this.domNode.style.color="#D7D7D7",this.domNode.style.pointerEvents="none",this.editor.applyFontInfo(this.domNode)),this.domNode}getPosition(){return{position:{lineNumber:1,column:1},preference:[this.monaco.editor.ContentWidgetPositionPreference.EXACT]}}dispose(){this.editor.removeContentWidget(this)}};lt(pt,"ID","editor.widget.placeholderHint");var kt=pt,bt=Qt(84144),Wt=Qt(2453),Zt=Qt(83062),ie=Qt(96486),$t=Qt(33054),qt=Qt(74855),ye=Object.defineProperty,oe=Object.defineProperties,xe=Object.getOwnPropertyDescriptors,De=Object.getOwnPropertySymbols,Le=Object.prototype.hasOwnProperty,Pn=Object.prototype.propertyIsEnumerable,cn=(pe,nn,ln)=>nn in pe?ye(pe,nn,{enumerable:!0,configurable:!0,writable:!0,value:ln}):pe[nn]=ln,dn=(pe,nn)=>{for(var ln in nn||(nn={}))Le.call(nn,ln)&&cn(pe,ln,nn[ln]);if(De)for(var ln of De(nn))Pn.call(nn,ln)&&cn(pe,ln,nn[ln]);return pe},Mn=(pe,nn)=>oe(pe,xe(nn)),Yt=(pe,nn)=>{var ln={};for(var jt in pe)Le.call(pe,jt)&&nn.indexOf(jt)<0&&(ln[jt]=pe[jt]);if(pe!=null&&De)for(var jt of De(pe))nn.indexOf(jt)<0&&Pn.call(pe,jt)&&(ln[jt]=pe[jt]);return ln},Dt=(pe,nn,ln)=>new Promise((jt,Ct)=>{var wt=Mt=>{try{Gt(ln.next(Mt))}catch(Pe){Ct(Pe)}},Et=Mt=>{try{Gt(ln.throw(Mt))}catch(Pe){Ct(Pe)}},Gt=Mt=>Mt.done?jt(Mt.value):Promise.resolve(Mt.value).then(wt,Et);Gt((ln=ln.apply(pe,nn)).next())});function ue(pe){return/^\d+$/.test(pe)?`${pe}px`:pe}function Xe(){}let $e=!1;const de={"Python3.6":"python","Python2.7":"python",Dynamips:"cpp",Java:"java",Web:"php",Html:"html",Hive:"sql",Hadoop:"java",SDL:"cpp",PHP:"php",Matlab:"python",Git:"python",Python:"python","C/C++":"cpp","C++":"cpp",C:"cpp",Ruby:"ruby",Shell:"shell",JavaScript:"javascript",Perl6:"perl",Kotlin:"kotlin",Elixir:"elixir",Android:"java",JavaWeb:"java",Go:"go",Spark:"sql",MachineLearning:"python",Verilog:"xml","Verilog/VNC":"xml",Docker:"dockerfile","C#":"csharp",SQLite3:"sql",Oracle:"sql",Vhdl:"vhdl",R:"r",Swift:"swift",SQLServer:"mysql",MySQL:"mysql",Mongo:"sql",PostgreSql:"pgsql",Hbase:"powershell",Sqoop:"sql",Nasm:"cpp",Kafka:"java",Flink:"java",Sml:"javascript",OpenGL:"cpp",Perl5:"perl",Orange:"python",Scala:"scale",solidity:"sol"};function We(pe=[]){let nn=pe;if(Array.isArray(pe)){for(let ln=0;ln<pe.length;ln++){let jt=de[pe[ln]];if(jt)return jt}return nn[0]}return de[nn]||nn}let Re=null;const fn=()=>Dt(void 0,null,function*(){try{yield navigator.clipboard.writeText(" "),console.log("\u5185\u5BB9\u5DF2\u81EA\u52A8\u590D\u5236\u5230\u526A\u8D34\u677F:")}catch(pe){console.error("\u81EA\u52A8\u590D\u5236\u5931\u8D25:",pe)}});var Je=pe=>{var nn=pe,{width:ln="100%",height:jt="100%",value:Ct,language:wt="javascript",style:Et={},options:Gt={},overrideServices:Mt={},theme:Pe="vs-dark",onEditBlur:sn,isCopy:Qn=!1,onSave:Yn,autoHeight:Ln=!1,forbidCopy:ti=!1,onChange:pn=Xe,editorDidMount:$n=Xe,onFocus:ai=Xe,onBreakPoint:Di=Xe,breakPointValue:_n=[],filename:Zo="educoder.txt",errorLine:ho,errorContent:Ki="",highlightLine:Ri,openBreakPoint:Or=!1,placeholder:Mo="",showMiniMap:Pr=!0}=nn,wr=Yt(nn,["width","height","value","language","style","options","overrideServices","theme","onEditBlur","isCopy","onSave","autoHeight","forbidCopy","onChange","editorDidMount","onFocus","onBreakPoint","breakPointValue","filename","errorLine","errorContent","highlightLine","openBreakPoint","placeholder","showMiniMap"]);const as=(0,Rt.useRef)(),zi=(0,Rt.useRef)({}),va=(0,Rt.useRef)(),rl=(0,Rt.useRef)(),sl=(0,Rt.useRef)([]),ju=(0,Rt.useRef)(!1),El=(0,Rt.useRef)(),Al=(0,Rt.useRef)(),al=(0,Rt.useRef)(!1),[dr,_e]=(0,Rt.useState)(!1);function xt(){let ce;return as.current&&(ce=new fe.Z(He=>{for(let On of He)(On.target.offsetHeight>0||On.target.offsetWidth>0)&&zi.current.instance.layout()}),ce.observe(as.current)),ce}function xn(){Wt.ZP.warning({content:decodeURIComponent(et),key:"monaco-editor-tip"})}const mn=()=>{let ce=zi.current.instance;if(Ct!=null&&ce&&dr){const He=ce.getModel();He&&Ct!==He.getValue()&&($e=!0,He.setValue(Ct),ce.layout(),$e=!1)}};(0,Rt.useEffect)(()=>{const ce=$t.Z.subscribe("formatDocument",He=>{var On;let ci=zi.current.instance;(On=ci==null?void 0:ci.getAction)==null||On.call(ci,"editor.action.formatDocument").run()});return window.updateMonacoValue=He=>{pn(He)},ce},[]),(0,Rt.useEffect)(()=>{var ce;let He=zi.current.instance;rl.current&&clearTimeout(rl.current),rl.current=setTimeout(()=>{mn()},500),Ct&&(Ct!=null&&Ct.length)&&((ce=He==null?void 0:He.updateOptions)==null||ce.call(He,{lineNumbersMinChars:Math.max(Math.floor(Math.log10(Ct.split(/\r\n|\r|\n/g).length))+3,5)}))},[Ct,dr,zi.current]),(0,Rt.useEffect)(()=>{if(ho&&zi.current&&zi.current.instance){let He=zi.current.instance;He.changeViewZones(function(On){var ci=document.createElement("div");ci.style.padding="10px 20px",ci.style.width="calc(100% - 20px)",ci.className="my-error-line-wrp",ci.innerHTML=Ki,On.addZone({afterLineNumber:ho||11,heightInLines:3,domNode:ci})});var ce={domNode:null,getId:function(){return"my.overlay.widget"},getDomNode:function(){return this.domNode||(this.domNode=document.createElement("div"),this.domNode.innerHTML="",this.domNode.style.width="100%",this.domNode.style.padding="20px 100px",this.domNode.style.right="0px",this.domNode.style.top="50px",this.domNode.style.position="relative",this.domNode.style.color="#333"),this.domNode},getPosition:function(){return null}};He.addOverlayWidget(ce),He.revealPositionInCenter({lineNumber:20,column:1})}},[ho,zi.current,dr]);const ri=(ce="",He)=>{if(!ce||ce.trim()==="")return!0;const ci=zi.current.instance.getModel().getLineTokens(He);let qe=!1;for(let se=0;se<2;se++)ci.getStandardTokenType(se)===1&&(qe=!0);return qe};(0,Rt.useEffect)(()=>{var ce;const He=(ce=zi.current)==null?void 0:ce.instance;if(He&&dr&&ti){const On=He.onDidBlurEditorWidget(()=>{al.current=!1}),ci=He.onDidFocusEditorText(()=>{al.current=!0});return()=>{On.dispose(),ci.dispose()}}},[zi.current,dr,ti]),(0,Rt.useEffect)(()=>{var ce;if((ce=zi.current)!=null&&ce.instance&&dr&&Or){let He=zi.current.instance,On=He.getModel();if(!On)return;(()=>{var Dn;let Tn=[],jn=[];const Hi=On.getAllDecorations();for(let an of Hi)an.options.className==="highlighted-line"&&(Tn.push((Dn=an==null?void 0:an.range)==null?void 0:Dn.startLineNumber),jn.push(an==null?void 0:an.id));if(Ri===Tn[0])return;On.deltaDecorations(jn,[]);const uo=On.getLineCount();Ri&&Ri<=uo&&(He.deltaDecorations([],[{range:new Re.Range(Ri,1,Ri,On.getLineMaxColumn(Ri)),options:{isWholeLine:!0,className:"highlighted-line"}}]),He.revealLineInCenter(Ri))})();const qe=(Dn=!1)=>{var Tn;let jn=[],Hi=[];const uo=On.getAllDecorations();for(let an of uo)an.options.linesDecorationsClassName==="breakpoints-select"&&(jn.push((Tn=an==null?void 0:an.range)==null?void 0:Tn.startLineNumber),Hi.push(an==null?void 0:an.id));if(Dn)return{lines:jn,ids:Hi};Di(jn)},se=Dn=>Dt(void 0,null,function*(){let Tn={range:new Re.Range(Dn,1,Dn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}};yield On.deltaDecorations([],[Tn]),qe()}),Cn=Dn=>Dt(void 0,null,function*(){let Tn=[];const jn=He.getLineDecorations(Dn);for(let Hi of jn)Hi.options.linesDecorationsClassName==="breakpoints-select"&&Tn.push(Hi.id);yield On.deltaDecorations(Tn,[]),qe()}),Hn=Dn=>{let Tn=He.getLineDecorations(Dn);for(let jn of Tn)if(jn.options.linesDecorationsClassName==="breakpoints-select")return!0;return!1};if(!(0,ie.isEqual)(_n,qe(!0).lines)){On.deltaDecorations(qe(!0).ids,[]);const Dn=_n.map(Tn=>({range:new Re.Range(Tn,1,Tn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}}));On.deltaDecorations([],Dn)}const pi=He.onDidChangeModelContent(Dn=>{let Tn=He.getPosition();if(Tn){let jn=Tn.lineNumber;clearTimeout(Al.current),Al.current=setTimeout(()=>{ri(On.getLineContent(jn),jn)?Cn(jn):Hn(jn)?(Cn(jn),se(jn)):qe()},100)}}),je=He.onMouseDown(Dn=>{var Tn,jn,Hi;if(Dn.target.detail&&((Hi=(jn=(Tn=Dn.target)==null?void 0:Tn.element)==null?void 0:jn.className)!=null&&Hi.includes("line-numbers"))){let uo=Dn.target.position.lineNumber;if(ri(On.getLineContent(uo),uo))return;Hn(uo)?Cn(uo):se(uo)}}),Fn=Dn=>{let Tn={range:new Re.Range(Dn,1,Dn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-fake"}};sl.current=He.deltaDecorations(sl.current,[Tn])},io=()=>{sl.current=He.deltaDecorations(sl.current,[])},Oo=He.onMouseMove(Dn=>{var Tn,jn,Hi;if(io(),Dn.target.detail&&((Hi=(jn=(Tn=Dn.target)==null?void 0:Tn.element)==null?void 0:jn.className)!=null&&Hi.includes("line-numbers"))){let uo=Dn.target.position.lineNumber;if(ri(On.getLineContent(uo),uo))return;Fn(uo)}}),$i=He.onMouseLeave(()=>{io()});return()=>{pi.dispose(),je.dispose(),Oo.dispose(),$i.dispose()}}},[zi.current,dr,_n,Ri,Or,wt]),(0,Rt.useEffect)(()=>{var ce;(ce=zi.current)!=null&&ce.instance&&Or&&zi.current.instance.setPosition({lineNumber:0,column:0})},[Ri]);function Zn(){let ce=zi.current.instance;if(ce){const He=ce.getSelection(),On=zi.current.pastePos||{},ci=new Re.Range(On.startLineNumber||He.endLineNumber,On.startColumn||He.endColumn,On.endLineNumber||He.endLineNumber,On.endColumn||He.endColumn);setTimeout(()=>{ce.executeEdits("",[{range:ci,text:""}])},300)}}function Jn(ce){(window.navigator.platform.match("Mac")?ce.metaKey:ce.ctrlKey)&&ce.keyCode==83&&(ce.preventDefault(),Yn())}const gi=()=>{if(Ln&&zi.current.instance){const ce=zi.current.instance.getContentHeight();An(ce<jt?jt:ce)}else An(jt)};function Oi(ce){var He=document.createEvent("MouseEvents");He.initMouseEvent("click",!0,!1,window,0,0,0,0,0,!1,!1,!1,!1,0,null),ce.dispatchEvent(He)}const Ce=ce=>{if(!al.current)return;const{keyCode:He,ctrlKey:On,metaKey:ci,target:qe,type:se}=ce;return(se==="paste"||(He===67||He===86)&&(ci||On))&&qe.nodeName==="TEXTAREA"&&(xn(),ce.preventDefault()),!1};function Fe(ce,He){var On=window.URL||window.webkitURL||window,ci=new Blob([He]),qe=document.createElementNS("http://www.w3.org/1999/xhtml","a");qe.href=On.createObjectURL(ci),qe.download=ce,Oi(qe)}(0,Rt.useEffect)(()=>{gi()},[gi]),(0,Rt.useEffect)(()=>{as.current&&!dr&&Promise.all([Qt.e(5552),Qt.e(9651)]).then(Qt.bind(Qt,55826)).then(ce=>{try{Re=ce,zi.current.instance=Re.editor.create(as.current,{value:Ct,language:We(wt),theme:Pe,requireConfig:{"vs/nls":{availableLanguages:{"*":"zh-cn"}}},wordWrap:!0,autoIndent:!0,contextmenu:!0,formatOnType:!0,minimap:{enabled:Pr||!1}},Mt);const He=zi.current.instance;let qe=[...bt.BH._menuItems].find(pi=>pi[0]._debugName=="EditorContext")[1],se=["editor.action.clipboardCopyWithSyntaxHighlightingAction","editor.action.quickCommand","editor.action.clipboardCopyAction","editor.action.clipboardPasteAction","editor.action.clipboardCutAction"],Cn=(pi,je)=>{var Fn,io;let Oo=pi._first;do je.includes((io=(Fn=Oo.element)==null?void 0:Fn.command)==null?void 0:io.id)&&pi._remove(Oo);while(Oo=Oo.next)};if($n(He,Re),setTimeout(()=>{gi(),zi.current.instance.addAction({id:"d123123",label:"Download File",contextMenuGroupId:"9_cutcopypaste",run:()=>{Fe(Zo||"educoder.txt",He.getValue())}})},500),zi.current.subscription=He.onDidChangeModelContent(pi=>{ju.current?clearTimeout(El.current):(gi(),pn(He.getValue(),pi)),El.current=setTimeout(()=>{ju.current=!1},500)}),window.Monaco||Nt(Re,We(wt)),ti&&(Cn(qe,se),as.current.classList.add("noCopyPaste"),window.removeEventListener("keydown",Ce),window.removeEventListener("paste",Ce),window.addEventListener("keydown",Ce),window.addEventListener("paste",Ce)),window.Monaco=Re,sn&&He.onDidBlurEditorWidget(()=>{sn(He.getValue())}),ai&&He.onDidFocusEditorText(()=>{ti&&fn(),ai(He.getValue())}),ti){fn();try{He.onDidPaste(pi=>{const je=He.getSelection(),Fn=zi.current.pastePos||{},io=new Re.Range(Fn.startLineNumber||je.endLineNumber,Fn.startColumn||je.endColumn,Fn.endLineNumber||je.endLineNumber,Fn.endColumn||je.endColumn);He.executeEdits("",[{range:pi.range,text:""}])})}catch(pi){}}let Hn=xt();return Mo&&typeof Mo=="string"&&new kt(Mo,He,Re),_e(!0),()=>{const pi=zi.current.instance;pi.dispose();const je=pi.getModel();je&&je.dispose(),zi.current.subscription&&zi.current.subscription.dispose(),Hn.unobserve(as.current)}}catch(He){}})},[]),(0,Rt.useEffect)(()=>{if(zi.current.instance&&dr)return document.addEventListener("keydown",Jn,!1),()=>{document.removeEventListener("keydown",Jn)}},[Yn,dr]),(0,Rt.useEffect)(()=>{let ce=zi.current.instance;if(ce&&dr){let He=We(wt);Re.editor.setModelLanguage(ce.getModel(),He)}},[wt,dr]),(0,Rt.useEffect)(()=>{zi.current.instance&&dr&&Re.editor.setTheme(Pe)},[Pe,dr]),(0,Rt.useEffect)(()=>{let ce=zi.current.instance;va.current=Gt,ce&&dr&&(ce.updateOptions(dn({},Gt)),setTimeout(()=>{ce.getModel().updateOptions(dn({},Gt))},200))},[JSON.stringify(Gt),dr]),(0,Rt.useEffect)(()=>{let ce=zi.current.instance;ce&&dr&&ce.layout()},[ln,jt,dr]);const[re,be]=(0,Rt.useState)(ue(ln)),[wn,An]=(0,Rt.useState)(ue(jt)),si=Mn(dn({},Et),{width:re,height:wn,position:"relative"});return Rt.createElement("div",{className:"my-monaco-editor",ref:as,style:si},Qn&&Rt.createElement(qt.CopyToClipboard,{text:Ct,onCopy:()=>Wt.ZP.success("\u590D\u5236\u6210\u529F")},Rt.createElement(Zt.Z,{title:"\u590D\u5236\u4EE3\u7801"},Rt.createElement("div",{style:{position:"absolute",top:0,right:10,cursor:"pointer",zIndex:10,color:"#165DFF"}},Rt.createElement("i",{className:"iconfont icon-fuzhi8",style:{fontSize:14}})," \u590D\u5236\u4EE3\u7801"))))};function te({width:pe="100%",height:nn="100%",original:ln,modified:jt,language:Ct,options:wt={}}){const Et=(0,Rt.useRef)(),[Gt,Mt]=(0,Rt.useState)(null);function Pe(Ln){let ti;return Et.current&&(ti=new fe.Z(pn=>{for(let $n of pn)($n.target.offsetHeight>0||$n.target.offsetWidth>0)&&Ln.layout()}),ti.observe(Et.current)),ti}(0,Rt.useEffect)(()=>(Et.current&&Promise.all([Qt.e(5552),Qt.e(9404)]).then(Qt.bind(Qt,50048)).then(Ln=>{Re=Ln;const ti=Re.editor.createDiffEditor(Et.current,Mn(dn({enableSplitViewResizing:!1,scrollBeyondLastLine:!1,roundedSelection:!1,renderIndicators:!1,useShadows:!1,horizontal:"hidden",lineNumbers:"off",wordWrap:"off",ignoreTrimWhitespace:!1,"semanticHighlighting.enabled":!0,followsCaret:!0,ignoreCharChanges:!0,minimap:{enabled:!1},readOnly:!0},wt),{wordWrap:!0}));Mt(ti);let pn=Pe(ti);return()=>{ti.dispose();const $n=ti.getModel();$n&&$n.dispose(),pn.unobserve(Et.current)}}),()=>{window.removeEventListener("keydown",checkPaste),window.removeEventListener("paste",checkPaste)}),[]),(0,Rt.useEffect)(()=>{Gt&&Gt.setModel({original:Re.editor.createModel(ln,Ct),modified:Re.editor.createModel(jt,Ct)})},[ln,jt,Ct,Gt]);const sn=ue(pe),Qn=ue(nn),Yn={width:sn,height:Qn};return Rt.createElement("div",{className:"my-diff-editor",ref:Et,style:Yn})}},99914:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Z:function(){return fe}});var Rt=Qt(67294);function fe(Be,ze){const ve=(0,Rt.useRef)();(0,Rt.useEffect)(()=>{ve.current=Be}),(0,Rt.useEffect)(()=>{function le(){ve.current()}if(ze!==null){let Kt=setInterval(le,ze);return()=>clearInterval(Kt)}},[ze])}},87494:function(en,Nn,Qt){"use strict";Qt.r(Nn),Qt.d(Nn,{default:function(){return ie}});var Rt=Qt(67294),fe=Qt(35567),Be=Qt(2453),ze=Qt(28802),ve=Qt(85804),le=Qt(33170),Kt=($t,qt,ye)=>new Promise((oe,xe)=>{var De=cn=>{try{Pn(ye.next(cn))}catch(dn){xe(dn)}},Le=cn=>{try{Pn(ye.throw(cn))}catch(dn){xe(dn)}},Pn=cn=>cn.done?oe(cn.value):Promise.resolve(cn.value).then(De,Le);Pn((ye=ye.apply($t,qt)).next())});function Ue({setIscreate:$t,init:qt,UpdateItem:ye}){const[oe,xe]=(0,Rt.useState)(""),[De,Le]=(0,Rt.useState)("");(0,Rt.useEffect)(()=>{ye&&(xe(ye&&ye.name),Le(ye&&ye.description))},[ye]);function Pn(){return Kt(this,null,function*(){if(!oe){Be.ZP.info("\u6807\u9898\u4E0D\u80FD\u4E3A\u7A7A");return}if(!De){Be.ZP.info("\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A");return}if(ye){cn();return}(yield(0,le.ZP)("/api/hpc_courses.json",{method:"post",body:{name:oe,description:De,container_type:window.location.pathname.split("/")[1]}}))&&(Be.ZP.info("\u521B\u5EFA\u6210\u529F"),$t(!1),qt("add"))})}function cn(){return Kt(this,null,function*(){(yield(0,le.ZP)(`/api/hpc_courses/${ye.id}.json`,{method:"put",body:{name:oe,description:De,container_type:window.location.pathname.split("/")[1]}}))&&(Be.ZP.info("\u7F16\u8F91\u6210\u529F"),$t(!1),qt(""))})}return Rt.createElement("div",null,Rt.createElement(ze.default,{style:{marginBottom:"20px"},placeholder:"\u8BF7\u8F93\u5165\u6807\u9898",value:oe,maxLength:60,addonAfter:String(oe.length)+"/60",onChange:dn=>xe(dn.target.value)}),Rt.createElement(fe.Z,{id:"courseContentMD",defaultValue:De,onChange:dn=>Le(dn)}),Rt.createElement("div",{className:"clearfix mt30 mb30"},Rt.createElement(ve.ZP,{type:"primary",onClick:()=>Pn(),className:"defalutSubmitbtn fl mr20"},"\u63D0\u4EA4"),Rt.createElement("a",{className:"defalutCancelbtn fl",onClick:()=>$t(!1)},"\u53D6\u6D88")))}var me=Ue,ke=Qt(65226),Ze=($t,qt,ye)=>new Promise((oe,xe)=>{var De=cn=>{try{Pn(ye.next(cn))}catch(dn){xe(dn)}},Le=cn=>{try{Pn(ye.throw(cn))}catch(dn){xe(dn)}},Pn=cn=>cn.done?oe(cn.value):Promise.resolve(cn.value).then(De,Le);Pn((ye=ye.apply($t,qt)).next())});function Te({CourseItem:$t,userId:qt,init:ye,ItemUpdate:oe,setSee:xe,UserInfo:De}){function Le(){return Ze(this,null,function*(){(yield(0,le.ZP)(`/api/hpc_courses/${$t.id}.json`,{method:"delete"}))&&(Be.ZP.info("\u5220\u9664\u6210\u529F"),ye("delete"),xe(!1))})}function Pn(){oe($t)}return Rt.createElement("div",null,qt===299635||qt===301458||De!=null&&De.admin||De!=null&&De.business?Rt.createElement("div",{style:{textAlign:"right"}},Rt.createElement(ve.ZP,{onClick:()=>Pn()},"\u7F16\u8F91"),Rt.createElement(ve.ZP,{onClick:()=>Le(),style:{marginLeft:"30px"}},"\u5220\u9664")):null,Rt.createElement("h1",null,$t==null?void 0:$t.name),Rt.createElement(ke.Z,{value:$t==null?void 0:$t.description}))}var un=Te,Nt=Qt(35059),et=Qt(11320),nt=Qt(35973),ft=Object.defineProperty,lt=Object.getOwnPropertySymbols,pt=Object.prototype.hasOwnProperty,vt=Object.prototype.propertyIsEnumerable,kt=($t,qt,ye)=>qt in $t?ft($t,qt,{enumerable:!0,configurable:!0,writable:!0,value:ye}):$t[qt]=ye,bt=($t,qt)=>{for(var ye in qt||(qt={}))pt.call(qt,ye)&&kt($t,ye,qt[ye]);if(lt)for(var ye of lt(qt))vt.call(qt,ye)&&kt($t,ye,qt[ye]);return $t},Wt=($t,qt,ye)=>new Promise((oe,xe)=>{var De=cn=>{try{Pn(ye.next(cn))}catch(dn){xe(dn)}},Le=cn=>{try{Pn(ye.throw(cn))}catch(dn){xe(dn)}},Pn=cn=>cn.done?oe(cn.value):Promise.resolve(cn.value).then(De,Le);Pn((ye=ye.apply($t,qt)).next())});function Zt({user:$t,dispatch:qt}){var ye,oe,xe,De,Le,Pn,cn,dn,Mn;const[Yt,Dt]=(0,Rt.useState)(1),[ue,Xe]=(0,Rt.useState)(100),[$e,de]=(0,Rt.useState)([]),[We,Re]=(0,Rt.useState)(!1),[fn,Je]=(0,Rt.useState)(!1),[te,pe]=(0,Rt.useState)(""),[nn,ln]=(0,Rt.useState)(""),[jt,Ct]=(0,Rt.useState)("");let{itemname:wt}=(0,nt.useParams)();const[Et,Gt]=(0,Rt.useState)("");(0,Rt.useEffect)(()=>{qt({type:"globalSetting/headerToggle",payload:!1}),Yt&&Mt("")},[Yt]);function Mt(Ln){return Wt(this,null,function*(){var ti,pn;const $n=yield(0,le.ZP)("/api/hpc_courses.json",{method:"get",params:{page:Yt,per_page:ue,container_type:window.location.pathname.split("/")[1]}});if($n){let ai=$n.data.hpc_courses.length;if(de($n.data.hpc_courses),Ct($n.data.file_url),ln(""),!ai)return;if(Et)if(Ln==="delete"){if(ai===0){Je(!1);return}pe($n.data.hpc_courses[0]),Je(!0),Gt($n.data.hpc_courses[0].id)}else Ln==="add"?(pe($n.data.hpc_courses[ai-1]),Je(!0),Gt($n.data.hpc_courses[ai-1].id)):(pe($n.data.hpc_courses.filter(Di=>Di.id===Et)[0]),Je(!0),Gt(Et));else if(wt){let Di=0;(pn=(ti=$n==null?void 0:$n.data)==null?void 0:ti.hpc_courses)==null||pn.map((_n,Zo)=>{var ho;(wt==null?void 0:wt.toLocaleLowerCase())===((ho=_n==null?void 0:_n.name)==null?void 0:ho.toLocaleLowerCase())&&(Di=Zo)}),pe($n.data.hpc_courses[Di]),Je(!0),Gt($n.data.hpc_courses[Di].id),(wt==null?void 0:wt.toLocaleLowerCase())==="resources"&&(pe($n.data.hpc_courses.filter(_n=>_n.id===15)[0]),Je(!0),Gt(15))}else pe($n.data.hpc_courses[0]),Je(!0),Gt($n.data.hpc_courses[0].id)}})}function Pe(Ln){Re(!1),Je(!0),pe(Ln),Gt(Ln.id)}function sn(Ln){ln(Ln),Re(!0),Je(!1)}function Qn(){ln(""),Re(!0),Je(!1)}const Yn={name:"file",multiple:!0,action:"https://www.educoder.net/api/hpc_courses/upload_file.json",data:{container_type:window.location.pathname.split("/")[1]},onChange(Ln){const{status:ti}=Ln.file;ti==="done"?(Be.ZP.success(`${Ln.file.name} \u6587\u4EF6\u4E0A\u4F20\u6210\u529F`),Mt("")):ti==="error"&&Be.ZP.error(`${Ln.file.name} \u6587\u4EF6\u4E0A\u4F20\u5931\u8D25`)},beforeUpload:Ln=>{const ti=Ln.size/1024/1024<150;return ti||Be.ZP.info("\u6587\u4EF6\u5927\u5C0F\u5FC5\u987B\u5C0F\u4E8E150MB"),ti}};return Rt.createElement("div",{style:{marginBottom:"40px"}},Rt.createElement("div",{className:"bannterdiv",style:{background:`url(${et.Z.IMG_SERVER+`/${jt}`})`}}),Rt.createElement("img",{style:{width:"100%"},src:et.Z.IMG_SERVER+`/${jt}`}),Rt.createElement("div",{className:"edu-container minH500",style:{display:"flex",width:"1200px"}},Rt.createElement("div",{style:{flex:"1",marginTop:"17px"}},$e&&$e.map((Ln,ti)=>Rt.createElement("p",{key:ti,onClick:()=>Pe(Ln),className:Et===Ln.id?"menuitemselect":"menuitem task-hide"},Ln.name)),((ye=$t==null?void 0:$t.userInfo)==null?void 0:ye.user_id)===299635||((oe=$t==null?void 0:$t.userInfo)==null?void 0:oe.user_id)===301458||(xe=$t==null?void 0:$t.userInfo)!=null&&xe.admin||(De=$t==null?void 0:$t.userInfo)!=null&&De.business?Rt.createElement("p",{onClick:()=>Qn(),className:"menuadd",style:{fontSize:"24px",paddingLeft:"10px"}},Rt.createElement("span",{style:{fontSize:"16px",marginLeft:"5px"}},"Last updated")):null),Rt.createElement("div",{className:"rightcount",style:{flex:"6",background:"#ffffff",padding:"20px",marginLeft:"30px",marginTop:"24px"}},We?Rt.createElement(me,{UpdateItem:nn,setIscreate:Re,init:Mt}):null,fn?Rt.createElement(un,{UserInfo:$t==null?void 0:$t.userInfo,setSee:Je,userId:(Le=$t==null?void 0:$t.userInfo)==null?void 0:Le.user_id,ItemUpdate:sn,CourseItem:te,init:Mt}):null)),((Pn=$t==null?void 0:$t.userInfo)==null?void 0:Pn.user_id)===299635||((cn=$t==null?void 0:$t.userInfo)==null?void 0:cn.user_id)===301458||(dn=$t==null?void 0:$t.userInfo)!=null&&dn.admin||(Mn=$t==null?void 0:$t.userInfo)!=null&&Mn.business?Rt.createElement(Nt.default,bt({},Yn),Rt.createElement(ve.ZP,{className:"menuadd",style:{paddingLeft:"10px",marginLeft:"20px"}},"\u4E0A\u4F20\u9996\u9875\u56FE\u7247")):null)}var ie=(0,nt.connect)(({user:$t})=>({user:$t}))(Zt)},51161:function(en,Nn,Qt){"use strict";Qt.d(Nn,{AL:function(){return kt},Iy:function(){return Ze},Qv:function(){return Nt},ez:function(){return vt},jb:function(){return Te}});var Rt=Qt(47084),fe=Qt.n(Rt),Be=Qt(90621),ze=Qt.n(Be);let ve=1;function le($t,qt){const ye=$t.match(/^(\s+)(?:```)/);if(ye===null)return qt;const oe=ye[1];return qt.split(`
|
|
`).map(xe=>{const De=xe.match(/^\s+/);if(De===null)return xe;const[Le]=De;return Le.length>=oe.length?xe.slice(oe.length):xe}).join(`
|
|
`)}let Kt=[],Ue=["<ul>"];const me=new(fe()).Renderer,ke=/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/;function Ze(){Kt.length=0,Ue=["<ul>"]}const Te={overflow:"hidden",WebkitBoxOrient:"vertical",display:"-webkit-box",WebkitLineClamp:2};function un($t,qt,ye,oe){if(qt>=$t.length||$t[qt].level<=ye)return qt;var xe=$t[qt];oe.push("<li><a href='#"+ve+xe.anchor+"'>"+xe.text+"</a>"),qt++;var De=[];return qt=un($t,qt,xe.level,De),De.length>0&&(oe.push("<ul>"),De.forEach(function(Le){oe.push(Le)}),oe.push("</ul>")),oe.push("</li>"),qt=un($t,qt,ye,oe),qt}function Nt(){return un(Kt,0,0,Ue),Ue.push("</ul>"),Ue.join("")}const et={heading($t){const qt=ke.exec($t);if(ve+=1,qt)return{type:"heading",raw:qt[0],depth:qt[1].length,text:qt[2]}},fences($t){const qt=this.rules.block.fences.exec($t);if(qt){const ye=qt[0];let oe=le(ye,qt[3]||"");const xe=qt[2]?qt[2].trim():qt[2];if(["latex","katex","math"].indexOf(xe)>=0){const De=lt(),Le=oe;oe=De,pt[De]={type:"block",expression:Le}}return{type:"code",raw:ye,lang:xe,text:oe}}}},nt=/(?:\${2})([^\n`]+?)(?:\${2})/gi;let ft=0;const lt=()=>`__special_katext_id_${ft++}__`;let pt={};function vt(){return pt}function kt(){ft=0,pt={}}function bt($t){return $t=$t.replace(nt,(qt,ye)=>{const oe=lt();return pt[oe]={type:"inline",expression:ye},oe}),$t}const Wt=me.listitem;me.listitem=function($t){return Wt(bt($t))};const Zt=me.paragraph;me.paragraph=function($t){return Zt(bt($t))};const ie=me.tablecell;me.tablecell=function($t,qt){return ie(bt($t),qt)},me.code=function($t,qt,ye){const oe=(qt||"").match(/\S*/)[0];return oe?["latex","katex","math"].indexOf(oe)>=0?`<p class='editormd-tex'>${$t}</p>`:`<pre class="prettyprint linenums"><code class="language-${qt}">${ye?$t:(0,Be.escape)($t,!0)}</code></pre>
|
|
`:'<pre class="prettyprint linenums"><code>'+(ye?$t:(0,Be.escape)($t,!0))+"</code></pre>"},me.heading=function($t,qt,ye){let oe=this.options.headerPrefix+ye.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return Kt.push({anchor:oe,level:qt,text:$t}),"<h"+qt+' id="'+ve+oe+'">'+$t+"</h"+qt+">"},fe().setOptions({silent:!0,gfm:!0,pedantic:!1}),fe().use({tokenizer:et,renderer:me}),Nn.ZP=fe()},88386:function(en,Nn,Qt){(function(Rt){Rt(Qt(4631))})(function(Rt){Rt.defineOption("placeholder","",function(Ue,me,ke){var Ze=ke&&ke!=Rt.Init;if(me&&!Ze)Ue.on("blur",ve),Ue.on("change",le),Ue.on("swapDoc",le),Rt.on(Ue.getInputField(),"compositionupdate",Ue.state.placeholderCompose=function(){ze(Ue)}),le(Ue);else if(!me&&Ze){Ue.off("blur",ve),Ue.off("change",le),Ue.off("swapDoc",le),Rt.off(Ue.getInputField(),"compositionupdate",Ue.state.placeholderCompose),fe(Ue);var Te=Ue.getWrapperElement();Te.className=Te.className.replace(" CodeMirror-empty","")}me&&!Ue.hasFocus()&&ve(Ue)});function fe(Ue){Ue.state.placeholder&&(Ue.state.placeholder.parentNode.removeChild(Ue.state.placeholder),Ue.state.placeholder=null)}function Be(Ue){fe(Ue);var me=Ue.state.placeholder=document.createElement("pre");me.style.cssText="height: 0; overflow: visible",me.style.direction=Ue.getOption("direction"),me.className="CodeMirror-placeholder CodeMirror-line-like";var ke=Ue.getOption("placeholder");typeof ke=="string"&&(ke=document.createTextNode(ke)),me.appendChild(ke),Ue.display.lineSpace.insertBefore(me,Ue.display.lineSpace.firstChild)}function ze(Ue){setTimeout(function(){var me=!1,ke=Ue.getInputField();ke.nodeName=="TEXTAREA"?me=!ke.value:Ue.lineCount()==1&&(me=!/[^\u200b]/.test(ke.querySelector(".CodeMirror-line").textContent)),me?Be(Ue):fe(Ue)},20)}function ve(Ue){Kt(Ue)&&Be(Ue)}function le(Ue){var me=Ue.getWrapperElement(),ke=Kt(Ue);me.className=me.className.replace(" CodeMirror-empty","")+(ke?" CodeMirror-empty":""),ke?Be(Ue):fe(Ue)}function Kt(Ue){return Ue.lineCount()===1&&Ue.getLine(0)===""}})},82801:function(en,Nn,Qt){(function(Rt){Rt(Qt(4631))})(function(Rt){var fe={pairs:`()[]{}''""`,closeBefore:`)]}'":;>`,triples:"",explode:"[]{}"},Be=Rt.Pos;Rt.defineOption("autoCloseBrackets",!1,function(et,nt,ft){ft&&ft!=Rt.Init&&(et.removeKeyMap(ve),et.state.closeBrackets=null),nt&&(le(ze(nt,"pairs")),et.state.closeBrackets=nt,et.addKeyMap(ve))});function ze(et,nt){return nt=="pairs"&&typeof et=="string"?et:typeof et=="object"&&et[nt]!=null?et[nt]:fe[nt]}var ve={Backspace:me,Enter:ke};function le(et){for(var nt=0;nt<et.length;nt++){var ft=et.charAt(nt),lt="'"+ft+"'";ve[lt]||(ve[lt]=Kt(ft))}}le(fe.pairs+"`");function Kt(et){return function(nt){return Te(nt,et)}}function Ue(et){var nt=et.state.closeBrackets;if(!nt||nt.override)return nt;var ft=et.getModeAt(et.getCursor());return ft.closeBrackets||nt}function me(et){var nt=Ue(et);if(!nt||et.getOption("disableInput"))return Rt.Pass;for(var ft=ze(nt,"pairs"),lt=et.listSelections(),pt=0;pt<lt.length;pt++){if(!lt[pt].empty())return Rt.Pass;var vt=un(et,lt[pt].head);if(!vt||ft.indexOf(vt)%2!=0)return Rt.Pass}for(var pt=lt.length-1;pt>=0;pt--){var kt=lt[pt].head;et.replaceRange("",Be(kt.line,kt.ch-1),Be(kt.line,kt.ch+1),"+delete")}}function ke(et){var nt=Ue(et),ft=nt&&ze(nt,"explode");if(!ft||et.getOption("disableInput"))return Rt.Pass;for(var lt=et.listSelections(),pt=0;pt<lt.length;pt++){if(!lt[pt].empty())return Rt.Pass;var vt=un(et,lt[pt].head);if(!vt||ft.indexOf(vt)%2!=0)return Rt.Pass}et.operation(function(){var kt=et.lineSeparator()||`
|
|
`;et.replaceSelection(kt+kt,null),et.execCommand("goCharLeft"),lt=et.listSelections();for(var bt=0;bt<lt.length;bt++){var Wt=lt[bt].head.line;et.indentLine(Wt,null,!0),et.indentLine(Wt+1,null,!0)}})}function Ze(et){var nt=Rt.cmpPos(et.anchor,et.head)>0;return{anchor:new Be(et.anchor.line,et.anchor.ch+(nt?-1:1)),head:new Be(et.head.line,et.head.ch+(nt?1:-1))}}function Te(et,nt){var ft=Ue(et);if(!ft||et.getOption("disableInput"))return Rt.Pass;var lt=ze(ft,"pairs"),pt=lt.indexOf(nt);if(pt==-1)return Rt.Pass;for(var vt=ze(ft,"closeBefore"),kt=ze(ft,"triples"),bt=lt.charAt(pt+1)==nt,Wt=et.listSelections(),Zt=pt%2==0,ie,$t=0;$t<Wt.length;$t++){var qt=Wt[$t],ye=qt.head,oe,xe=et.getRange(ye,Be(ye.line,ye.ch+1));if(Zt&&!qt.empty())oe="surround";else if((bt||!Zt)&&xe==nt)bt&&Nt(et,ye)?oe="both":kt.indexOf(nt)>=0&&et.getRange(ye,Be(ye.line,ye.ch+3))==nt+nt+nt?oe="skipThree":oe="skip";else if(bt&&ye.ch>1&&kt.indexOf(nt)>=0&&et.getRange(Be(ye.line,ye.ch-2),ye)==nt+nt){if(ye.ch>2&&/\bstring/.test(et.getTokenTypeAt(Be(ye.line,ye.ch-2))))return Rt.Pass;oe="addFour"}else if(bt){var De=ye.ch==0?" ":et.getRange(Be(ye.line,ye.ch-1),ye);if(!Rt.isWordChar(xe)&&De!=nt&&!Rt.isWordChar(De))oe="both";else return Rt.Pass}else if(Zt&&(xe.length===0||/\s/.test(xe)||vt.indexOf(xe)>-1))oe="both";else return Rt.Pass;if(!ie)ie=oe;else if(ie!=oe)return Rt.Pass}var Le=pt%2?lt.charAt(pt-1):nt,Pn=pt%2?nt:lt.charAt(pt+1);et.operation(function(){if(ie=="skip")et.execCommand("goCharRight");else if(ie=="skipThree")for(var cn=0;cn<3;cn++)et.execCommand("goCharRight");else if(ie=="surround"){for(var dn=et.getSelections(),cn=0;cn<dn.length;cn++)dn[cn]=Le+dn[cn]+Pn;et.replaceSelections(dn,"around"),dn=et.listSelections().slice();for(var cn=0;cn<dn.length;cn++)dn[cn]=Ze(dn[cn]);et.setSelections(dn)}else ie=="both"?(et.replaceSelection(Le+Pn,null),et.triggerElectric(Le+Pn),et.execCommand("goCharLeft")):ie=="addFour"&&(et.replaceSelection(Le+Le+Le+Le,"before"),et.execCommand("goCharRight"))})}function un(et,nt){var ft=et.getRange(Be(nt.line,nt.ch-1),Be(nt.line,nt.ch+1));return ft.length==2?ft:null}function Nt(et,nt){var ft=et.getTokenAt(Be(nt.line,nt.ch+1));return/\bstring/.test(ft.type)&&ft.start==nt.ch&&(nt.ch==0||!/\bstring/.test(et.getTokenTypeAt(nt)))}})},57341:function(en,Nn,Qt){(function(Rt){Rt(Qt(4631),Qt(4786))})(function(Rt){Rt.defineOption("autoCloseTags",!1,function(me,ke,Ze){if(Ze!=Rt.Init&&Ze&&me.removeKeyMap("autoCloseTags"),!!ke){var Te={name:"autoCloseTags"};(typeof ke!="object"||ke.whenClosing!==!1)&&(Te["'/'"]=function(un){return le(un)}),(typeof ke!="object"||ke.whenOpening!==!1)&&(Te["'>'"]=function(un){return ze(un)}),me.addKeyMap(Te)}});var fe=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],Be=["applet","blockquote","body","button","div","dl","fieldset","form","frameset","h1","h2","h3","h4","h5","h6","head","html","iframe","layer","legend","object","ol","p","select","table","ul"];function ze(me){if(me.getOption("disableInput"))return Rt.Pass;for(var ke=me.listSelections(),Ze=[],Te=me.getOption("autoCloseTags"),un=0;un<ke.length;un++){if(!ke[un].empty())return Rt.Pass;var Nt=ke[un].head,et=me.getTokenAt(Nt),nt=Rt.innerMode(me.getMode(),et.state),ft=nt.state,lt=nt.mode.xmlCurrentTag&&nt.mode.xmlCurrentTag(ft),pt=lt&<.name;if(!pt)return Rt.Pass;var vt=nt.mode.configuration=="html",kt=typeof Te=="object"&&Te.dontCloseTags||vt&&fe,bt=typeof Te=="object"&&Te.indentTags||vt&&Be;et.end>Nt.ch&&(pt=pt.slice(0,pt.length-et.end+Nt.ch));var Wt=pt.toLowerCase();if(!pt||et.type=="string"&&(et.end!=Nt.ch||!/[\"\']/.test(et.string.charAt(et.string.length-1))||et.string.length==1)||et.type=="tag"&<.close||et.string.indexOf("/")==Nt.ch-et.start-1||kt&&Kt(kt,Wt)>-1||Ue(me,nt.mode.xmlCurrentContext&&nt.mode.xmlCurrentContext(ft)||[],pt,Nt,!0))return Rt.Pass;var Zt=typeof Te=="object"&&Te.emptyTags;if(Zt&&Kt(Zt,pt)>-1){Ze[un]={text:"/>",newPos:Rt.Pos(Nt.line,Nt.ch+2)};continue}var ie=bt&&Kt(bt,Wt)>-1;Ze[un]={indent:ie,text:">"+(ie?`
|
|
|
|
`:"")+"</"+pt+">",newPos:ie?Rt.Pos(Nt.line+1,0):Rt.Pos(Nt.line,Nt.ch+1)}}for(var $t=typeof Te=="object"&&Te.dontIndentOnAutoClose,un=ke.length-1;un>=0;un--){var qt=Ze[un];me.replaceRange(qt.text,ke[un].head,ke[un].anchor,"+insert");var ye=me.listSelections().slice(0);ye[un]={head:qt.newPos,anchor:qt.newPos},me.setSelections(ye),!$t&&qt.indent&&(me.indentLine(qt.newPos.line,null,!0),me.indentLine(qt.newPos.line+1,null,!0))}}function ve(me,ke){for(var Ze=me.listSelections(),Te=[],un=ke?"/":"</",Nt=me.getOption("autoCloseTags"),et=typeof Nt=="object"&&Nt.dontIndentOnSlash,nt=0;nt<Ze.length;nt++){if(!Ze[nt].empty())return Rt.Pass;var ft=Ze[nt].head,lt=me.getTokenAt(ft),pt=Rt.innerMode(me.getMode(),lt.state),vt=pt.state;if(ke&&(lt.type=="string"||lt.string.charAt(0)!="<"||lt.start!=ft.ch-1))return Rt.Pass;var kt,bt=pt.mode.name!="xml"&&me.getMode().name=="htmlmixed";if(bt&&pt.mode.name=="javascript")kt=un+"script";else if(bt&&pt.mode.name=="css")kt=un+"style";else{var Wt=pt.mode.xmlCurrentContext&&pt.mode.xmlCurrentContext(vt);if(!Wt||Wt.length&&Ue(me,Wt,Wt[Wt.length-1],ft))return Rt.Pass;kt=un+Wt[Wt.length-1]}me.getLine(ft.line).charAt(lt.end)!=">"&&(kt+=">"),Te[nt]=kt}if(me.replaceSelections(Te),Ze=me.listSelections(),!et)for(var nt=0;nt<Ze.length;nt++)(nt==Ze.length-1||Ze[nt].head.line<Ze[nt+1].head.line)&&me.indentLine(Ze[nt].head.line)}function le(me){return me.getOption("disableInput")?Rt.Pass:ve(me,!0)}Rt.commands.closeTag=function(me){return ve(me)};function Kt(me,ke){if(me.indexOf)return me.indexOf(ke);for(var Ze=0,Te=me.length;Ze<Te;++Ze)if(me[Ze]==ke)return Ze;return-1}function Ue(me,ke,Ze,Te,un){if(!Rt.scanForClosingTag)return!1;var Nt=Math.min(me.lastLine()+1,Te.line+500),et=Rt.scanForClosingTag(me,Te,null,Nt);if(!et||et.tag!=Ze)return!1;for(var nt=un?1:0,ft=ke.length-1;ft>=0&&ke[ft]==Ze;ft--)++nt;Te=et.to;for(var ft=1;ft<nt;ft++){var lt=Rt.scanForClosingTag(me,Te,null,Nt);if(!lt||lt.tag!=Ze)return!1;Te=lt.to}return!0}})},4786:function(en,Nn,Qt){(function(Rt){Rt(Qt(4631))})(function(Rt){"use strict";var fe=Rt.Pos;function Be(ft,lt){return ft.line-lt.line||ft.ch-lt.ch}var ze="A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",ve=ze+"-:.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",le=new RegExp("<(/?)(["+ze+"]["+ve+"]*)","g");function Kt(ft,lt,pt,vt){this.line=lt,this.ch=pt,this.cm=ft,this.text=ft.getLine(lt),this.min=vt?Math.max(vt.from,ft.firstLine()):ft.firstLine(),this.max=vt?Math.min(vt.to-1,ft.lastLine()):ft.lastLine()}function Ue(ft,lt){var pt=ft.cm.getTokenTypeAt(fe(ft.line,lt));return pt&&/\btag\b/.test(pt)}function me(ft){if(!(ft.line>=ft.max))return ft.ch=0,ft.text=ft.cm.getLine(++ft.line),!0}function ke(ft){if(!(ft.line<=ft.min))return ft.text=ft.cm.getLine(--ft.line),ft.ch=ft.text.length,!0}function Ze(ft){for(;;){var lt=ft.text.indexOf(">",ft.ch);if(lt==-1){if(me(ft))continue;return}if(!Ue(ft,lt+1)){ft.ch=lt+1;continue}var pt=ft.text.lastIndexOf("/",lt),vt=pt>-1&&!/\S/.test(ft.text.slice(pt+1,lt));return ft.ch=lt+1,vt?"selfClose":"regular"}}function Te(ft){for(;;){var lt=ft.ch?ft.text.lastIndexOf("<",ft.ch-1):-1;if(lt==-1){if(ke(ft))continue;return}if(!Ue(ft,lt+1)){ft.ch=lt;continue}le.lastIndex=lt,ft.ch=lt;var pt=le.exec(ft.text);if(pt&&pt.index==lt)return pt}}function un(ft){for(;;){le.lastIndex=ft.ch;var lt=le.exec(ft.text);if(!lt){if(me(ft))continue;return}if(!Ue(ft,lt.index+1)){ft.ch=lt.index+1;continue}return ft.ch=lt.index+lt[0].length,lt}}function Nt(ft){for(;;){var lt=ft.ch?ft.text.lastIndexOf(">",ft.ch-1):-1;if(lt==-1){if(ke(ft))continue;return}if(!Ue(ft,lt+1)){ft.ch=lt;continue}var pt=ft.text.lastIndexOf("/",lt),vt=pt>-1&&!/\S/.test(ft.text.slice(pt+1,lt));return ft.ch=lt+1,vt?"selfClose":"regular"}}function et(ft,lt){for(var pt=[];;){var vt=un(ft),kt,bt=ft.line,Wt=ft.ch-(vt?vt[0].length:0);if(!vt||!(kt=Ze(ft)))return;if(kt!="selfClose")if(vt[1]){for(var Zt=pt.length-1;Zt>=0;--Zt)if(pt[Zt]==vt[2]){pt.length=Zt;break}if(Zt<0&&(!lt||lt==vt[2]))return{tag:vt[2],from:fe(bt,Wt),to:fe(ft.line,ft.ch)}}else pt.push(vt[2])}}function nt(ft,lt){for(var pt=[];;){var vt=Nt(ft);if(!vt)return;if(vt=="selfClose"){Te(ft);continue}var kt=ft.line,bt=ft.ch,Wt=Te(ft);if(!Wt)return;if(Wt[1])pt.push(Wt[2]);else{for(var Zt=pt.length-1;Zt>=0;--Zt)if(pt[Zt]==Wt[2]){pt.length=Zt;break}if(Zt<0&&(!lt||lt==Wt[2]))return{tag:Wt[2],from:fe(ft.line,ft.ch),to:fe(kt,bt)}}}}Rt.registerHelper("fold","xml",function(ft,lt){for(var pt=new Kt(ft,lt.line,0);;){var vt=un(pt);if(!vt||pt.line!=lt.line)return;var kt=Ze(pt);if(!kt)return;if(!vt[1]&&kt!="selfClose"){var bt=fe(pt.line,pt.ch),Wt=et(pt,vt[2]);return Wt&&Be(Wt.from,bt)>0?{from:bt,to:Wt.from}:null}}}),Rt.findMatchingTag=function(ft,lt,pt){var vt=new Kt(ft,lt.line,lt.ch,pt);if(!(vt.text.indexOf(">")==-1&&vt.text.indexOf("<")==-1)){var kt=Ze(vt),bt=kt&&fe(vt.line,vt.ch),Wt=kt&&Te(vt);if(!(!kt||!Wt||Be(vt,lt)>0)){var Zt={from:fe(vt.line,vt.ch),to:bt,tag:Wt[2]};return kt=="selfClose"?{open:Zt,close:null,at:"open"}:Wt[1]?{open:nt(vt,Wt[2]),close:Zt,at:"close"}:(vt=new Kt(ft,bt.line,bt.ch,pt),{open:Zt,close:et(vt,Wt[2]),at:"open"})}}},Rt.findEnclosingTag=function(ft,lt,pt,vt){for(var kt=new Kt(ft,lt.line,lt.ch,pt);;){var bt=nt(kt,vt);if(!bt)break;var Wt=new Kt(ft,lt.line,lt.ch,pt),Zt=et(Wt,bt.tag);if(Zt)return{open:bt,close:Zt}}},Rt.scanForClosingTag=function(ft,lt,pt,vt){var kt=new Kt(ft,lt.line,lt.ch,vt?{from:0,to:vt}:null);return et(kt,pt)}})},4631:function(en){(function(Nn,Qt){en.exports=Qt()})(this,function(){"use strict";var Nn=navigator.userAgent,Qt=navigator.platform,Rt=/gecko\/\d/i.test(Nn),fe=/MSIE \d/.test(Nn),Be=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Nn),ze=/Edge\/(\d+)/.exec(Nn),ve=fe||Be||ze,le=ve&&(fe?document.documentMode||6:+(ze||Be)[1]),Kt=!ze&&/WebKit\//.test(Nn),Ue=Kt&&/Qt\/\d+\.\d+/.test(Nn),me=!ze&&/Chrome\//.test(Nn),ke=/Opera\//.test(Nn),Ze=/Apple Computer/.test(navigator.vendor),Te=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(Nn),un=/PhantomJS/.test(Nn),Nt=!ze&&/AppleWebKit/.test(Nn)&&/Mobile\/\w+/.test(Nn),et=/Android/.test(Nn),nt=Nt||et||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(Nn),ft=Nt||/Mac/.test(Qt),lt=/\bCrOS\b/.test(Nn),pt=/win/i.test(Qt),vt=ke&&Nn.match(/Version\/(\d*\.\d*)/);vt&&(vt=Number(vt[1])),vt&&vt>=15&&(ke=!1,Kt=!0);var kt=ft&&(Ue||ke&&(vt==null||vt<12.11)),bt=Rt||ve&&le>=9;function Wt(it){return new RegExp("(^|\\s)"+it+"(?:$|\\s)\\s*")}var Zt=function(it,st){var dt=it.className,ut=Wt(st).exec(dt);if(ut){var ct=dt.slice(ut.index+ut[0].length);it.className=dt.slice(0,ut.index)+(ct?ut[1]+ct:"")}};function ie(it){for(var st=it.childNodes.length;st>0;--st)it.removeChild(it.firstChild);return it}function $t(it,st){return ie(it).appendChild(st)}function qt(it,st,dt,ut){var ct=document.createElement(it);if(dt&&(ct.className=dt),ut&&(ct.style.cssText=ut),typeof st=="string")ct.appendChild(document.createTextNode(st));else if(st)for(var Pt=0;Pt<st.length;++Pt)ct.appendChild(st[Pt]);return ct}function ye(it,st,dt,ut){var ct=qt(it,st,dt,ut);return ct.setAttribute("role","presentation"),ct}var oe;document.createRange?oe=function(it,st,dt,ut){var ct=document.createRange();return ct.setEnd(ut||it,dt),ct.setStart(it,st),ct}:oe=function(it,st,dt){var ut=document.body.createTextRange();try{ut.moveToElementText(it.parentNode)}catch(ct){return ut}return ut.collapse(!0),ut.moveEnd("character",dt),ut.moveStart("character",st),ut};function xe(it,st){if(st.nodeType==3&&(st=st.parentNode),it.contains)return it.contains(st);do if(st.nodeType==11&&(st=st.host),st==it)return!0;while(st=st.parentNode)}function De(){var it;try{it=document.activeElement}catch(st){it=document.body||null}for(;it&&it.shadowRoot&&it.shadowRoot.activeElement;)it=it.shadowRoot.activeElement;return it}function Le(it,st){var dt=it.className;Wt(st).test(dt)||(it.className+=(dt?" ":"")+st)}function Pn(it,st){for(var dt=it.split(" "),ut=0;ut<dt.length;ut++)dt[ut]&&!Wt(dt[ut]).test(st)&&(st+=" "+dt[ut]);return st}var cn=function(it){it.select()};Nt?cn=function(it){it.selectionStart=0,it.selectionEnd=it.value.length}:ve&&(cn=function(it){try{it.select()}catch(st){}});function dn(it){var st=Array.prototype.slice.call(arguments,1);return function(){return it.apply(null,st)}}function Mn(it,st,dt){st||(st={});for(var ut in it)it.hasOwnProperty(ut)&&(dt!==!1||!st.hasOwnProperty(ut))&&(st[ut]=it[ut]);return st}function Yt(it,st,dt,ut,ct){st==null&&(st=it.search(/[^\s\u00a0]/),st==-1&&(st=it.length));for(var Pt=ut||0,Tt=ct||0;;){var Ot=it.indexOf(" ",Pt);if(Ot<0||Ot>=st)return Tt+(st-Pt);Tt+=Ot-Pt,Tt+=dt-Tt%dt,Pt=Ot+1}}var Dt=function(){this.id=null,this.f=null,this.time=0,this.handler=dn(this.onTimeout,this)};Dt.prototype.onTimeout=function(it){it.id=0,it.time<=+new Date?it.f():setTimeout(it.handler,it.time-+new Date)},Dt.prototype.set=function(it,st){this.f=st;var dt=+new Date+it;(!this.id||dt<this.time)&&(clearTimeout(this.id),this.id=setTimeout(this.handler,it),this.time=dt)};function ue(it,st){for(var dt=0;dt<it.length;++dt)if(it[dt]==st)return dt;return-1}var Xe=50,$e={toString:function(){return"CodeMirror.Pass"}},de={scroll:!1},We={origin:"*mouse"},Re={origin:"+move"};function fn(it,st,dt){for(var ut=0,ct=0;;){var Pt=it.indexOf(" ",ut);Pt==-1&&(Pt=it.length);var Tt=Pt-ut;if(Pt==it.length||ct+Tt>=st)return ut+Math.min(Tt,st-ct);if(ct+=Pt-ut,ct+=dt-ct%dt,ut=Pt+1,ct>=st)return ut}}var Je=[""];function te(it){for(;Je.length<=it;)Je.push(pe(Je)+" ");return Je[it]}function pe(it){return it[it.length-1]}function nn(it,st){for(var dt=[],ut=0;ut<it.length;ut++)dt[ut]=st(it[ut],ut);return dt}function ln(it,st,dt){for(var ut=0,ct=dt(st);ut<it.length&&dt(it[ut])<=ct;)ut++;it.splice(ut,0,st)}function jt(){}function Ct(it,st){var dt;return Object.create?dt=Object.create(it):(jt.prototype=it,dt=new jt),st&&Mn(st,dt),dt}var wt=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;function Et(it){return/\w/.test(it)||it>"\x80"&&(it.toUpperCase()!=it.toLowerCase()||wt.test(it))}function Gt(it,st){return st?st.source.indexOf("\\w")>-1&&Et(it)?!0:st.test(it):Et(it)}function Mt(it){for(var st in it)if(it.hasOwnProperty(st)&&it[st])return!1;return!0}var Pe=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/;function sn(it){return it.charCodeAt(0)>=768&&Pe.test(it)}function Qn(it,st,dt){for(;(dt<0?st>0:st<it.length)&&sn(it.charAt(st));)st+=dt;return st}function Yn(it,st,dt){for(var ut=st>dt?-1:1;;){if(st==dt)return st;var ct=(st+dt)/2,Pt=ut<0?Math.ceil(ct):Math.floor(ct);if(Pt==st)return it(Pt)?st:dt;it(Pt)?dt=Pt:st=Pt+ut}}function Ln(it,st,dt,ut){if(!it)return ut(st,dt,"ltr",0);for(var ct=!1,Pt=0;Pt<it.length;++Pt){var Tt=it[Pt];(Tt.from<dt&&Tt.to>st||st==dt&&Tt.to==st)&&(ut(Math.max(Tt.from,st),Math.min(Tt.to,dt),Tt.level==1?"rtl":"ltr",Pt),ct=!0)}ct||ut(st,dt,"ltr")}var ti=null;function pn(it,st,dt){var ut;ti=null;for(var ct=0;ct<it.length;++ct){var Pt=it[ct];if(Pt.from<st&&Pt.to>st)return ct;Pt.to==st&&(Pt.from!=Pt.to&&dt=="before"?ut=ct:ti=ct),Pt.from==st&&(Pt.from!=Pt.to&&dt!="before"?ut=ct:ti=ct)}return ut!=null?ut:ti}var $n=function(){var it="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",st="nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111";function dt(Ut){return Ut<=247?it.charAt(Ut):1424<=Ut&&Ut<=1524?"R":1536<=Ut&&Ut<=1785?st.charAt(Ut-1536):1774<=Ut&&Ut<=2220?"r":8192<=Ut&&Ut<=8203?"w":Ut==8204?"b":"L"}var ut=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,ct=/[stwN]/,Pt=/[LRr]/,Tt=/[Lb1n]/,Ot=/[1n]/;function At(Ut,ae,Xt){this.level=Ut,this.from=ae,this.to=Xt}return function(Ut,ae){var Xt=ae=="ltr"?"L":"R";if(Ut.length==0||ae=="ltr"&&!ut.test(Ut))return!1;for(var Me=Ut.length,we=[],on=0;on<Me;++on)we.push(dt(Ut.charCodeAt(on)));for(var hn=0,Sn=Xt;hn<Me;++hn){var Bn=we[hn];Bn=="m"?we[hn]=Sn:Sn=Bn}for(var qn=0,zn=Xt;qn<Me;++qn){var oi=we[qn];oi=="1"&&zn=="r"?we[qn]="n":Pt.test(oi)&&(zn=oi,oi=="r"&&(we[qn]="R"))}for(var Pi=1,Rn=we[0];Pi<Me-1;++Pi){var ji=we[Pi];ji=="+"&&Rn=="1"&&we[Pi+1]=="1"?we[Pi]="1":ji==","&&Rn==we[Pi+1]&&(Rn=="1"||Rn=="n")&&(we[Pi]=Rn),Rn=ji}for(var Go=0;Go<Me;++Go){var Er=we[Go];if(Er==",")we[Go]="N";else if(Er=="%"){var qo=void 0;for(qo=Go+1;qo<Me&&we[qo]=="%";++qo);for(var Os=Go&&we[Go-1]=="!"||qo<Me&&we[qo]=="1"?"1":"N",us=Go;us<qo;++us)we[us]=Os;Go=qo-1}}for(var Lr=0,Js=Xt;Lr<Me;++Lr){var es=we[Lr];Js=="L"&&es=="1"?we[Lr]="L":Pt.test(es)&&(Js=es)}for(var kr=0;kr<Me;++kr)if(ct.test(we[kr])){var no=void 0;for(no=kr+1;no<Me&&ct.test(we[no]);++no);for(var sr=(kr?we[kr-1]:Xt)=="L",Hr=(no<Me?we[no]:Xt)=="L",ns=sr==Hr?sr?"L":"R":Xt,Ia=kr;Ia<no;++Ia)we[Ia]=ns;kr=no-1}for(var tr=[],wa,ur=0;ur<Me;)if(Tt.test(we[ur])){var ef=ur;for(++ur;ur<Me&&Tt.test(we[ur]);++ur);tr.push(new At(0,ef,ur))}else{var ha=ur,Qs=tr.length,Is=ae=="rtl"?1:0;for(++ur;ur<Me&&we[ur]!="L";++ur);for(var Fo=ha;Fo<ur;)if(Ot.test(we[Fo])){ha<Fo&&(tr.splice(Qs,0,new At(1,ha,Fo)),Qs+=Is);var Wr=Fo;for(++Fo;Fo<ur&&Ot.test(we[Fo]);++Fo);tr.splice(Qs,0,new At(2,Wr,Fo)),Qs+=Is,ha=Fo}else++Fo;ha<ur&&tr.splice(Qs,0,new At(1,ha,ur))}return ae=="ltr"&&(tr[0].level==1&&(wa=Ut.match(/^\s+/))&&(tr[0].from=wa[0].length,tr.unshift(new At(0,0,wa[0].length))),pe(tr).level==1&&(wa=Ut.match(/\s+$/))&&(pe(tr).to-=wa[0].length,tr.push(new At(0,Me-wa[0].length,Me)))),ae=="rtl"?tr.reverse():tr}}();function ai(it,st){var dt=it.order;return dt==null&&(dt=it.order=$n(it.text,st)),dt}var Di=[],_n=function(it,st,dt){if(it.addEventListener)it.addEventListener(st,dt,!1);else if(it.attachEvent)it.attachEvent("on"+st,dt);else{var ut=it._handlers||(it._handlers={});ut[st]=(ut[st]||Di).concat(dt)}};function Zo(it,st){return it._handlers&&it._handlers[st]||Di}function ho(it,st,dt){if(it.removeEventListener)it.removeEventListener(st,dt,!1);else if(it.detachEvent)it.detachEvent("on"+st,dt);else{var ut=it._handlers,ct=ut&&ut[st];if(ct){var Pt=ue(ct,dt);Pt>-1&&(ut[st]=ct.slice(0,Pt).concat(ct.slice(Pt+1)))}}}function Ki(it,st){var dt=Zo(it,st);if(dt.length)for(var ut=Array.prototype.slice.call(arguments,2),ct=0;ct<dt.length;++ct)dt[ct].apply(null,ut)}function Ri(it,st,dt){return typeof st=="string"&&(st={type:st,preventDefault:function(){this.defaultPrevented=!0}}),Ki(it,dt||st.type,it,st),zi(st)||st.codemirrorIgnore}function Or(it){var st=it._handlers&&it._handlers.cursorActivity;if(st)for(var dt=it.curOp.cursorActivityHandlers||(it.curOp.cursorActivityHandlers=[]),ut=0;ut<st.length;++ut)ue(dt,st[ut])==-1&&dt.push(st[ut])}function Mo(it,st){return Zo(it,st).length>0}function Pr(it){it.prototype.on=function(st,dt){_n(this,st,dt)},it.prototype.off=function(st,dt){ho(this,st,dt)}}function wr(it){it.preventDefault?it.preventDefault():it.returnValue=!1}function as(it){it.stopPropagation?it.stopPropagation():it.cancelBubble=!0}function zi(it){return it.defaultPrevented!=null?it.defaultPrevented:it.returnValue==!1}function va(it){wr(it),as(it)}function rl(it){return it.target||it.srcElement}function sl(it){var st=it.which;return st==null&&(it.button&1?st=1:it.button&2?st=3:it.button&4&&(st=2)),ft&&it.ctrlKey&&st==1&&(st=3),st}var ju=function(){if(ve&&le<9)return!1;var it=qt("div");return"draggable"in it||"dragDrop"in it}(),El;function Al(it){if(El==null){var st=qt("span","\u200B");$t(it,qt("span",[st,document.createTextNode("x")])),it.firstChild.offsetHeight!=0&&(El=st.offsetWidth<=1&&st.offsetHeight>2&&!(ve&&le<8))}var dt=El?qt("span","\u200B"):qt("span","\xA0",null,"display: inline-block; width: 1px; margin-right: -1px");return dt.setAttribute("cm-text",""),dt}var al;function dr(it){if(al!=null)return al;var st=$t(it,document.createTextNode("A\u062EA")),dt=oe(st,0,1).getBoundingClientRect(),ut=oe(st,1,2).getBoundingClientRect();return ie(it),!dt||dt.left==dt.right?!1:al=ut.right-dt.right<3}var _e=`
|
|
|
|
b`.split(/\n/).length!=3?function(it){for(var st=0,dt=[],ut=it.length;st<=ut;){var ct=it.indexOf(`
|
|
`,st);ct==-1&&(ct=it.length);var Pt=it.slice(st,it.charAt(ct-1)=="\r"?ct-1:ct),Tt=Pt.indexOf("\r");Tt!=-1?(dt.push(Pt.slice(0,Tt)),st+=Tt+1):(dt.push(Pt),st=ct+1)}return dt}:function(it){return it.split(/\r\n?|\n/)},xt=window.getSelection?function(it){try{return it.selectionStart!=it.selectionEnd}catch(st){return!1}}:function(it){var st;try{st=it.ownerDocument.selection.createRange()}catch(dt){}return!st||st.parentElement()!=it?!1:st.compareEndPoints("StartToEnd",st)!=0},xn=function(){var it=qt("div");return"oncopy"in it?!0:(it.setAttribute("oncopy","return;"),typeof it.oncopy=="function")}(),mn=null;function ri(it){if(mn!=null)return mn;var st=$t(it,qt("span","x")),dt=st.getBoundingClientRect(),ut=oe(st,0,1).getBoundingClientRect();return mn=Math.abs(dt.left-ut.left)>1}var Zn={},Jn={};function gi(it,st){arguments.length>2&&(st.dependencies=Array.prototype.slice.call(arguments,2)),Zn[it]=st}function Oi(it,st){Jn[it]=st}function Ce(it){if(typeof it=="string"&&Jn.hasOwnProperty(it))it=Jn[it];else if(it&&typeof it.name=="string"&&Jn.hasOwnProperty(it.name)){var st=Jn[it.name];typeof st=="string"&&(st={name:st}),it=Ct(st,it),it.name=st.name}else{if(typeof it=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test(it))return Ce("application/xml");if(typeof it=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test(it))return Ce("application/json")}return typeof it=="string"?{name:it}:it||{name:"null"}}function Fe(it,st){st=Ce(st);var dt=Zn[st.name];if(!dt)return Fe(it,"text/plain");var ut=dt(it,st);if(re.hasOwnProperty(st.name)){var ct=re[st.name];for(var Pt in ct)ct.hasOwnProperty(Pt)&&(ut.hasOwnProperty(Pt)&&(ut["_"+Pt]=ut[Pt]),ut[Pt]=ct[Pt])}if(ut.name=st.name,st.helperType&&(ut.helperType=st.helperType),st.modeProps)for(var Tt in st.modeProps)ut[Tt]=st.modeProps[Tt];return ut}var re={};function be(it,st){var dt=re.hasOwnProperty(it)?re[it]:re[it]={};Mn(st,dt)}function wn(it,st){if(st===!0)return st;if(it.copyState)return it.copyState(st);var dt={};for(var ut in st){var ct=st[ut];ct instanceof Array&&(ct=ct.concat([])),dt[ut]=ct}return dt}function An(it,st){for(var dt;it.innerMode&&(dt=it.innerMode(st),!(!dt||dt.mode==it));)st=dt.state,it=dt.mode;return dt||{mode:it,state:st}}function si(it,st,dt){return it.startState?it.startState(st,dt):!0}var ce=function(it,st,dt){this.pos=this.start=0,this.string=it,this.tabSize=st||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=dt};ce.prototype.eol=function(){return this.pos>=this.string.length},ce.prototype.sol=function(){return this.pos==this.lineStart},ce.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},ce.prototype.next=function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},ce.prototype.eat=function(it){var st=this.string.charAt(this.pos),dt;if(typeof it=="string"?dt=st==it:dt=st&&(it.test?it.test(st):it(st)),dt)return++this.pos,st},ce.prototype.eatWhile=function(it){for(var st=this.pos;this.eat(it););return this.pos>st},ce.prototype.eatSpace=function(){for(var it=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>it},ce.prototype.skipToEnd=function(){this.pos=this.string.length},ce.prototype.skipTo=function(it){var st=this.string.indexOf(it,this.pos);if(st>-1)return this.pos=st,!0},ce.prototype.backUp=function(it){this.pos-=it},ce.prototype.column=function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=Yt(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?Yt(this.string,this.lineStart,this.tabSize):0)},ce.prototype.indentation=function(){return Yt(this.string,null,this.tabSize)-(this.lineStart?Yt(this.string,this.lineStart,this.tabSize):0)},ce.prototype.match=function(it,st,dt){if(typeof it=="string"){var ut=function(Tt){return dt?Tt.toLowerCase():Tt},ct=this.string.substr(this.pos,it.length);if(ut(ct)==ut(it))return st!==!1&&(this.pos+=it.length),!0}else{var Pt=this.string.slice(this.pos).match(it);return Pt&&Pt.index>0?null:(Pt&&st!==!1&&(this.pos+=Pt[0].length),Pt)}},ce.prototype.current=function(){return this.string.slice(this.start,this.pos)},ce.prototype.hideFirstChars=function(it,st){this.lineStart+=it;try{return st()}finally{this.lineStart-=it}},ce.prototype.lookAhead=function(it){var st=this.lineOracle;return st&&st.lookAhead(it)},ce.prototype.baseToken=function(){var it=this.lineOracle;return it&&it.baseToken(this.pos)};function He(it,st){if(st-=it.first,st<0||st>=it.size)throw new Error("There is no line "+(st+it.first)+" in the document.");for(var dt=it;!dt.lines;)for(var ut=0;;++ut){var ct=dt.children[ut],Pt=ct.chunkSize();if(st<Pt){dt=ct;break}st-=Pt}return dt.lines[st]}function On(it,st,dt){var ut=[],ct=st.line;return it.iter(st.line,dt.line+1,function(Pt){var Tt=Pt.text;ct==dt.line&&(Tt=Tt.slice(0,dt.ch)),ct==st.line&&(Tt=Tt.slice(st.ch)),ut.push(Tt),++ct}),ut}function ci(it,st,dt){var ut=[];return it.iter(st,dt,function(ct){ut.push(ct.text)}),ut}function qe(it,st){var dt=st-it.height;if(dt)for(var ut=it;ut;ut=ut.parent)ut.height+=dt}function se(it){if(it.parent==null)return null;for(var st=it.parent,dt=ue(st.lines,it),ut=st.parent;ut;st=ut,ut=ut.parent)for(var ct=0;ut.children[ct]!=st;++ct)dt+=ut.children[ct].chunkSize();return dt+st.first}function Cn(it,st){var dt=it.first;t:do{for(var ut=0;ut<it.children.length;++ut){var ct=it.children[ut],Pt=ct.height;if(st<Pt){it=ct;continue t}st-=Pt,dt+=ct.chunkSize()}return dt}while(!it.lines);for(var Tt=0;Tt<it.lines.length;++Tt){var Ot=it.lines[Tt],At=Ot.height;if(st<At)break;st-=At}return dt+Tt}function Hn(it,st){return st>=it.first&&st<it.first+it.size}function pi(it,st){return String(it.lineNumberFormatter(st+it.firstLineNumber))}function je(it,st,dt){if(dt===void 0&&(dt=null),!(this instanceof je))return new je(it,st,dt);this.line=it,this.ch=st,this.sticky=dt}function Fn(it,st){return it.line-st.line||it.ch-st.ch}function io(it,st){return it.sticky==st.sticky&&Fn(it,st)==0}function Oo(it){return je(it.line,it.ch)}function $i(it,st){return Fn(it,st)<0?st:it}function Dn(it,st){return Fn(it,st)<0?it:st}function Tn(it,st){return Math.max(it.first,Math.min(st,it.first+it.size-1))}function jn(it,st){if(st.line<it.first)return je(it.first,0);var dt=it.first+it.size-1;return st.line>dt?je(dt,He(it,dt).text.length):Hi(st,He(it,st.line).text.length)}function Hi(it,st){var dt=it.ch;return dt==null||dt>st?je(it.line,st):dt<0?je(it.line,0):it}function uo(it,st){for(var dt=[],ut=0;ut<st.length;ut++)dt[ut]=jn(it,st[ut]);return dt}var an=function(it,st){this.state=it,this.lookAhead=st},Xn=function(it,st,dt,ut){this.state=st,this.doc=it,this.line=dt,this.maxLookAhead=ut||0,this.baseTokens=null,this.baseTokenPos=1};Xn.prototype.lookAhead=function(it){var st=this.doc.getLine(this.line+it);return st!=null&&it>this.maxLookAhead&&(this.maxLookAhead=it),st},Xn.prototype.baseToken=function(it){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=it;)this.baseTokenPos+=2;var st=this.baseTokens[this.baseTokenPos+1];return{type:st&&st.replace(/( |^)overlay .*/,""),size:this.baseTokens[this.baseTokenPos]-it}},Xn.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},Xn.fromSaved=function(it,st,dt){return st instanceof an?new Xn(it,wn(it.mode,st.state),dt,st.lookAhead):new Xn(it,wn(it.mode,st),dt)},Xn.prototype.save=function(it){var st=it!==!1?wn(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new an(st,this.maxLookAhead):st};function Fs(it,st,dt,ut){var ct=[it.state.modeGen],Pt={};Ei(it,st.text,it.doc.mode,dt,function(Ut,ae){return ct.push(Ut,ae)},Pt,ut);for(var Tt=dt.state,Ot=function(Ut){dt.baseTokens=ct;var ae=it.state.overlays[Ut],Xt=1,Me=0;dt.state=!0,Ei(it,st.text,ae.mode,dt,function(we,on){for(var hn=Xt;Me<we;){var Sn=ct[Xt];Sn>we&&ct.splice(Xt,1,we,ct[Xt+1],Sn),Xt+=2,Me=Math.min(we,Sn)}if(on)if(ae.opaque)ct.splice(hn,Xt-hn,we,"overlay "+on),Xt=hn+2;else for(;hn<Xt;hn+=2){var Bn=ct[hn+1];ct[hn+1]=(Bn?Bn+" ":"")+"overlay "+on}},Pt),dt.state=Tt,dt.baseTokens=null,dt.baseTokenPos=1},At=0;At<it.state.overlays.length;++At)Ot(At);return{styles:ct,classes:Pt.bgClass||Pt.textClass?Pt:null}}function hr(it,st,dt){if(!st.styles||st.styles[0]!=it.state.modeGen){var ut=Vo(it,se(st)),ct=st.text.length>it.options.maxHighlightLength&&wn(it.doc.mode,ut.state),Pt=Fs(it,st,ut);ct&&(ut.state=ct),st.stateAfter=ut.save(!ct),st.styles=Pt.styles,Pt.classes?st.styleClasses=Pt.classes:st.styleClasses&&(st.styleClasses=null),dt===it.doc.highlightFrontier&&(it.doc.modeFrontier=Math.max(it.doc.modeFrontier,++it.doc.highlightFrontier))}return st.styles}function Vo(it,st,dt){var ut=it.doc,ct=it.display;if(!ut.mode.startState)return new Xn(ut,!0,st);var Pt=ki(it,st,dt),Tt=Pt>ut.first&&He(ut,Pt-1).stateAfter,Ot=Tt?Xn.fromSaved(ut,Tt,Pt):new Xn(ut,si(ut.mode),Pt);return ut.iter(Pt,st,function(At){he(it,At.text,Ot);var Ut=Ot.line;At.stateAfter=Ut==st-1||Ut%5==0||Ut>=ct.viewFrom&&Ut<ct.viewTo?Ot.save():null,Ot.nextLine()}),dt&&(ut.modeFrontier=Ot.line),Ot}function he(it,st,dt,ut){var ct=it.doc.mode,Pt=new ce(st,it.options.tabSize,dt);for(Pt.start=Pt.pos=ut||0,st==""&&ei(ct,dt.state);!Pt.eol();)Ci(ct,Pt,dt.state),Pt.start=Pt.pos}function ei(it,st){if(it.blankLine)return it.blankLine(st);if(it.innerMode){var dt=An(it,st);if(dt.mode.blankLine)return dt.mode.blankLine(dt.state)}}function Ci(it,st,dt,ut){for(var ct=0;ct<10;ct++){ut&&(ut[0]=An(it,dt).mode);var Pt=it.token(st,dt);if(st.pos>st.start)return Pt}throw new Error("Mode "+it.name+" failed to advance stream.")}var Vn=function(it,st,dt){this.start=it.start,this.end=it.pos,this.string=it.current(),this.type=st||null,this.state=dt};function oo(it,st,dt,ut){var ct=it.doc,Pt=ct.mode,Tt;st=jn(ct,st);var Ot=He(ct,st.line),At=Vo(it,st.line,dt),Ut=new ce(Ot.text,it.options.tabSize,At),ae;for(ut&&(ae=[]);(ut||Ut.pos<st.ch)&&!Ut.eol();)Ut.start=Ut.pos,Tt=Ci(Pt,Ut,At.state),ut&&ae.push(new Vn(Ut,Tt,wn(ct.mode,At.state)));return ut?ae:new Vn(Ut,Tt,At.state)}function Li(it,st){if(it)for(;;){var dt=it.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!dt)break;it=it.slice(0,dt.index)+it.slice(dt.index+dt[0].length);var ut=dt[1]?"bgClass":"textClass";st[ut]==null?st[ut]=dt[2]:new RegExp("(?:^|\\s)"+dt[2]+"(?:$|\\s)").test(st[ut])||(st[ut]+=" "+dt[2])}return it}function Ei(it,st,dt,ut,ct,Pt,Tt){var Ot=dt.flattenSpans;Ot==null&&(Ot=it.options.flattenSpans);var At=0,Ut=null,ae=new ce(st,it.options.tabSize,ut),Xt,Me=it.options.addModeClass&&[null];for(st==""&&Li(ei(dt,ut.state),Pt);!ae.eol();){if(ae.pos>it.options.maxHighlightLength?(Ot=!1,Tt&&he(it,st,ut,ae.pos),ae.pos=st.length,Xt=null):Xt=Li(Ci(dt,ae,ut.state,Me),Pt),Me){var we=Me[0].name;we&&(Xt="m-"+(Xt?we+" "+Xt:we))}if(!Ot||Ut!=Xt){for(;At<ae.start;)At=Math.min(ae.start,At+5e3),ct(At,Ut);Ut=Xt}ae.start=ae.pos}for(;At<ae.pos;){var on=Math.min(ae.pos,At+5e3);ct(on,Ut),At=on}}function ki(it,st,dt){for(var ut,ct,Pt=it.doc,Tt=dt?-1:st-(it.doc.mode.innerMode?1e3:100),Ot=st;Ot>Tt;--Ot){if(Ot<=Pt.first)return Pt.first;var At=He(Pt,Ot-1),Ut=At.stateAfter;if(Ut&&(!dt||Ot+(Ut instanceof an?Ut.lookAhead:0)<=Pt.modeFrontier))return Ot;var ae=Yt(At.text,null,it.options.tabSize);(ct==null||ut>ae)&&(ct=Ot-1,ut=ae)}return ct}function wi(it,st){if(it.modeFrontier=Math.min(it.modeFrontier,st),!(it.highlightFrontier<st-10)){for(var dt=it.first,ut=st-1;ut>dt;ut--){var ct=He(it,ut).stateAfter;if(ct&&(!(ct instanceof an)||ut+ct.lookAhead<st)){dt=ut+1;break}}it.highlightFrontier=Math.min(it.highlightFrontier,dt)}}var Ui=!1,Oe=!1;function Io(){Ui=!0}function Ge(){Oe=!0}function qi(it,st,dt){this.marker=it,this.from=st,this.to=dt}function ls(it,st){if(it)for(var dt=0;dt<it.length;++dt){var ut=it[dt];if(ut.marker==st)return ut}}function fo(it,st){for(var dt,ut=0;ut<it.length;++ut)it[ut]!=st&&(dt||(dt=[])).push(it[ut]);return dt}function Hs(it,st){it.markedSpans=it.markedSpans?it.markedSpans.concat([st]):[st],st.marker.attachLine(it)}function mo(it,st,dt){var ut;if(it)for(var ct=0;ct<it.length;++ct){var Pt=it[ct],Tt=Pt.marker,Ot=Pt.from==null||(Tt.inclusiveLeft?Pt.from<=st:Pt.from<st);if(Ot||Pt.from==st&&Tt.type=="bookmark"&&(!dt||!Pt.marker.insertLeft)){var At=Pt.to==null||(Tt.inclusiveRight?Pt.to>=st:Pt.to>st);(ut||(ut=[])).push(new qi(Tt,Pt.from,At?null:Pt.to))}}return ut}function Ni(it,st,dt){var ut;if(it)for(var ct=0;ct<it.length;++ct){var Pt=it[ct],Tt=Pt.marker,Ot=Pt.to==null||(Tt.inclusiveRight?Pt.to>=st:Pt.to>st);if(Ot||Pt.from==st&&Tt.type=="bookmark"&&(!dt||Pt.marker.insertLeft)){var At=Pt.from==null||(Tt.inclusiveLeft?Pt.from<=st:Pt.from<st);(ut||(ut=[])).push(new qi(Tt,At?null:Pt.from-st,Pt.to==null?null:Pt.to-st))}}return ut}function To(it,st){if(st.full)return null;var dt=Hn(it,st.from.line)&&He(it,st.from.line).markedSpans,ut=Hn(it,st.to.line)&&He(it,st.to.line).markedSpans;if(!dt&&!ut)return null;var ct=st.from.ch,Pt=st.to.ch,Tt=Fn(st.from,st.to)==0,Ot=mo(dt,ct,Tt),At=Ni(ut,Pt,Tt),Ut=st.text.length==1,ae=pe(st.text).length+(Ut?ct:0);if(Ot)for(var Xt=0;Xt<Ot.length;++Xt){var Me=Ot[Xt];if(Me.to==null){var we=ls(At,Me.marker);we?Ut&&(Me.to=we.to==null?null:we.to+ae):Me.to=ct}}if(At)for(var on=0;on<At.length;++on){var hn=At[on];if(hn.to!=null&&(hn.to+=ae),hn.from==null){var Sn=ls(Ot,hn.marker);Sn||(hn.from=ae,Ut&&(Ot||(Ot=[])).push(hn))}else hn.from+=ae,Ut&&(Ot||(Ot=[])).push(hn)}Ot&&(Ot=bs(Ot)),At&&At!=Ot&&(At=bs(At));var Bn=[Ot];if(!Ut){var qn=st.text.length-2,zn;if(qn>0&&Ot)for(var oi=0;oi<Ot.length;++oi)Ot[oi].to==null&&(zn||(zn=[])).push(new qi(Ot[oi].marker,null,null));for(var Pi=0;Pi<qn;++Pi)Bn.push(zn);Bn.push(At)}return Bn}function bs(it){for(var st=0;st<it.length;++st){var dt=it[st];dt.from!=null&&dt.from==dt.to&&dt.marker.clearWhenEmpty!==!1&&it.splice(st--,1)}return it.length?it:null}function vo(it,st,dt){var ut=null;if(it.iter(st.line,dt.line+1,function(we){if(we.markedSpans)for(var on=0;on<we.markedSpans.length;++on){var hn=we.markedSpans[on].marker;hn.readOnly&&(!ut||ue(ut,hn)==-1)&&(ut||(ut=[])).push(hn)}}),!ut)return null;for(var ct=[{from:st,to:dt}],Pt=0;Pt<ut.length;++Pt)for(var Tt=ut[Pt],Ot=Tt.find(0),At=0;At<ct.length;++At){var Ut=ct[At];if(!(Fn(Ut.to,Ot.from)<0||Fn(Ut.from,Ot.to)>0)){var ae=[At,1],Xt=Fn(Ut.from,Ot.from),Me=Fn(Ut.to,Ot.to);(Xt<0||!Tt.inclusiveLeft&&!Xt)&&ae.push({from:Ut.from,to:Ot.from}),(Me>0||!Tt.inclusiveRight&&!Me)&&ae.push({from:Ot.to,to:Ut.to}),ct.splice.apply(ct,ae),At+=ae.length-3}}return ct}function yn(it){var st=it.markedSpans;if(st){for(var dt=0;dt<st.length;++dt)st[dt].marker.detachLine(it);it.markedSpans=null}}function It(it,st){if(st){for(var dt=0;dt<st.length;++dt)st[dt].marker.attachLine(it);it.markedSpans=st}}function er(it){return it.inclusiveLeft?-1:0}function ll(it){return it.inclusiveRight?1:0}function hl(it,st){var dt=it.lines.length-st.lines.length;if(dt!=0)return dt;var ut=it.find(),ct=st.find(),Pt=Fn(ut.from,ct.from)||er(it)-er(st);if(Pt)return-Pt;var Tt=Fn(ut.to,ct.to)||ll(it)-ll(st);return Tt||st.id-it.id}function Ws(it,st){var dt=Oe&&it.markedSpans,ut;if(dt)for(var ct=void 0,Pt=0;Pt<dt.length;++Pt)ct=dt[Pt],ct.marker.collapsed&&(st?ct.from:ct.to)==null&&(!ut||hl(ut,ct.marker)<0)&&(ut=ct.marker);return ut}function oh(it){return Ws(it,!0)}function Bl(it){return Ws(it,!1)}function Ru(it,st){var dt=Oe&&it.markedSpans,ut;if(dt)for(var ct=0;ct<dt.length;++ct){var Pt=dt[ct];Pt.marker.collapsed&&(Pt.from==null||Pt.from<st)&&(Pt.to==null||Pt.to>st)&&(!ut||hl(ut,Pt.marker)<0)&&(ut=Pt.marker)}return ut}function Xh(it,st,dt,ut,ct){var Pt=He(it,st),Tt=Oe&&Pt.markedSpans;if(Tt)for(var Ot=0;Ot<Tt.length;++Ot){var At=Tt[Ot];if(At.marker.collapsed){var Ut=At.marker.find(0),ae=Fn(Ut.from,dt)||er(At.marker)-er(ct),Xt=Fn(Ut.to,ut)||ll(At.marker)-ll(ct);if(!(ae>=0&&Xt<=0||ae<=0&&Xt>=0)&&(ae<=0&&(At.marker.inclusiveRight&&ct.inclusiveLeft?Fn(Ut.to,dt)>=0:Fn(Ut.to,dt)>0)||ae>=0&&(At.marker.inclusiveRight&&ct.inclusiveLeft?Fn(Ut.from,ut)<=0:Fn(Ut.from,ut)<0)))return!0}}}function co(it){for(var st;st=oh(it);)it=st.find(-1,!0).line;return it}function nr(it){for(var st;st=Bl(it);)it=st.find(1,!0).line;return it}function ni(it){for(var st,dt;st=Bl(it);)it=st.find(1,!0).line,(dt||(dt=[])).push(it);return dt}function Un(it,st){var dt=He(it,st),ut=co(dt);return dt==ut?st:se(ut)}function fi(it,st){if(st>it.lastLine())return st;var dt=He(it,st),ut;if(!Ye(it,dt))return st;for(;ut=Bl(dt);)dt=ut.find(1,!0).line;return se(dt)+1}function Ye(it,st){var dt=Oe&&st.markedSpans;if(dt){for(var ut=void 0,ct=0;ct<dt.length;++ct)if(ut=dt[ct],!!ut.marker.collapsed){if(ut.from==null)return!0;if(!ut.marker.widgetNode&&ut.from==0&&ut.marker.inclusiveLeft&&Yi(it,st,ut))return!0}}}function Yi(it,st,dt){if(dt.to==null){var ut=dt.marker.find(1,!0);return Yi(it,ut.line,ls(ut.line.markedSpans,dt.marker))}if(dt.marker.inclusiveRight&&dt.to==st.text.length)return!0;for(var ct=void 0,Pt=0;Pt<st.markedSpans.length;++Pt)if(ct=st.markedSpans[Pt],ct.marker.collapsed&&!ct.marker.widgetNode&&ct.from==dt.to&&(ct.to==null||ct.to!=dt.from)&&(ct.marker.inclusiveLeft||dt.marker.inclusiveRight)&&Yi(it,st,ct))return!0}function ro(it){it=co(it);for(var st=0,dt=it.parent,ut=0;ut<dt.lines.length;++ut){var ct=dt.lines[ut];if(ct==it)break;st+=ct.height}for(var Pt=dt.parent;Pt;dt=Pt,Pt=dt.parent)for(var Tt=0;Tt<Pt.children.length;++Tt){var Ot=Pt.children[Tt];if(Ot==dt)break;st+=Ot.height}return st}function Jo(it){if(it.height==0)return 0;for(var st=it.text.length,dt,ut=it;dt=oh(ut);){var ct=dt.find(0,!0);ut=ct.from.line,st+=ct.from.ch-ct.to.ch}for(ut=it;dt=Bl(ut);){var Pt=dt.find(0,!0);st-=ut.text.length-Pt.from.ch,ut=Pt.to.line,st+=ut.text.length-Pt.to.ch}return st}function Lo(it){var st=it.display,dt=it.doc;st.maxLine=He(dt,dt.first),st.maxLineLength=Jo(st.maxLine),st.maxLineChanged=!0,dt.iter(function(ut){var ct=Jo(ut);ct>st.maxLineLength&&(st.maxLineLength=ct,st.maxLine=ut)})}var jo=function(it,st,dt){this.text=it,It(this,st),this.height=dt?dt(this):1};jo.prototype.lineNo=function(){return se(this)},Pr(jo);function fr(it,st,dt,ut){it.text=st,it.stateAfter&&(it.stateAfter=null),it.styles&&(it.styles=null),it.order!=null&&(it.order=null),yn(it),It(it,dt);var ct=ut?ut(it):1;ct!=it.height&&qe(it,ct)}function Es(it){it.parent=null,yn(it)}var $r={},Dl={};function ul(it,st){if(!it||/^\s*$/.test(it))return null;var dt=st.addModeClass?Dl:$r;return dt[it]||(dt[it]=it.replace(/\S+/g,"cm-$&"))}function ge(it,st){var dt=ye("span",null,null,Kt?"padding-right: .1px":null),ut={pre:ye("pre",[dt],"CodeMirror-line"),content:dt,col:0,pos:0,cm:it,trailingSpace:!1,splitSpaces:it.getOption("lineWrapping")};st.measure={};for(var ct=0;ct<=(st.rest?st.rest.length:0);ct++){var Pt=ct?st.rest[ct-1]:st.line,Tt=void 0;ut.pos=0,ut.addToken=Ea,dr(it.display.measure)&&(Tt=ai(Pt,it.doc.direction))&&(ut.addToken=Uo(ut.addToken,Tt)),ut.map=[];var Ot=st!=it.display.externalMeasured&&se(Pt);zu(Pt,ut,hr(it,Pt,Ot)),Pt.styleClasses&&(Pt.styleClasses.bgClass&&(ut.bgClass=Pn(Pt.styleClasses.bgClass,ut.bgClass||"")),Pt.styleClasses.textClass&&(ut.textClass=Pn(Pt.styleClasses.textClass,ut.textClass||""))),ut.map.length==0&&ut.map.push(0,0,ut.content.appendChild(Al(it.display.measure))),ct==0?(st.measure.map=ut.map,st.measure.cache={}):((st.measure.maps||(st.measure.maps=[])).push(ut.map),(st.measure.caches||(st.measure.caches=[])).push({}))}if(Kt){var At=ut.content.lastChild;(/\bcm-tab\b/.test(At.className)||At.querySelector&&At.querySelector(".cm-tab"))&&(ut.content.className="cm-tab-wrap-hack")}return Ki(it,"renderLine",it,st.line,ut.pre),ut.pre.className&&(ut.textClass=Pn(ut.pre.className,ut.textClass||"")),ut}function ms(it){var st=qt("span","\u2022","cm-invalidchar");return st.title="\\u"+it.charCodeAt(0).toString(16),st.setAttribute("aria-label",st.title),st}function Ea(it,st,dt,ut,ct,Pt,Tt){if(st){var Ot=it.splitSpaces?rh(st,it.trailingSpace):st,At=it.cm.state.specialChars,Ut=!1,ae;if(!At.test(st))it.col+=st.length,ae=document.createTextNode(Ot),it.map.push(it.pos,it.pos+st.length,ae),ve&&le<9&&(Ut=!0),it.pos+=st.length;else{ae=document.createDocumentFragment();for(var Xt=0;;){At.lastIndex=Xt;var Me=At.exec(st),we=Me?Me.index-Xt:st.length-Xt;if(we){var on=document.createTextNode(Ot.slice(Xt,Xt+we));ve&&le<9?ae.appendChild(qt("span",[on])):ae.appendChild(on),it.map.push(it.pos,it.pos+we,on),it.col+=we,it.pos+=we}if(!Me)break;Xt+=we+1;var hn=void 0;if(Me[0]==" "){var Sn=it.cm.options.tabSize,Bn=Sn-it.col%Sn;hn=ae.appendChild(qt("span",te(Bn),"cm-tab")),hn.setAttribute("role","presentation"),hn.setAttribute("cm-text"," "),it.col+=Bn}else Me[0]=="\r"||Me[0]==`
|
|
`?(hn=ae.appendChild(qt("span",Me[0]=="\r"?"\u240D":"\u2424","cm-invalidchar")),hn.setAttribute("cm-text",Me[0]),it.col+=1):(hn=it.cm.options.specialCharPlaceholder(Me[0]),hn.setAttribute("cm-text",Me[0]),ve&&le<9?ae.appendChild(qt("span",[hn])):ae.appendChild(hn),it.col+=1);it.map.push(it.pos,it.pos+1,hn),it.pos++}}if(it.trailingSpace=Ot.charCodeAt(st.length-1)==32,dt||ut||ct||Ut||Pt||Tt){var qn=dt||"";ut&&(qn+=ut),ct&&(qn+=ct);var zn=qt("span",[ae],qn,Pt);if(Tt)for(var oi in Tt)Tt.hasOwnProperty(oi)&&oi!="style"&&oi!="class"&&zn.setAttribute(oi,Tt[oi]);return it.content.appendChild(zn)}it.content.appendChild(ae)}}function rh(it,st){if(it.length>1&&!/ /.test(it))return it;for(var dt=st,ut="",ct=0;ct<it.length;ct++){var Pt=it.charAt(ct);Pt==" "&&dt&&(ct==it.length-1||it.charCodeAt(ct+1)==32)&&(Pt="\xA0"),ut+=Pt,dt=Pt==" "}return ut}function Uo(it,st){return function(dt,ut,ct,Pt,Tt,Ot,At){ct=ct?ct+" cm-force-border":"cm-force-border";for(var Ut=dt.pos,ae=Ut+ut.length;;){for(var Xt=void 0,Me=0;Me<st.length&&(Xt=st[Me],!(Xt.to>Ut&&Xt.from<=Ut));Me++);if(Xt.to>=ae)return it(dt,ut,ct,Pt,Tt,Ot,At);it(dt,ut.slice(0,Xt.to-Ut),ct,Pt,null,Ot,At),Pt=null,ut=ut.slice(Xt.to-Ut),Ut=Xt.to}}}function Ol(it,st,dt,ut){var ct=!ut&&dt.widgetNode;ct&&it.map.push(it.pos,it.pos+st,ct),!ut&&it.cm.display.input.needsContentAttribute&&(ct||(ct=it.content.appendChild(document.createElement("span"))),ct.setAttribute("cm-marker",dt.id)),ct&&(it.cm.display.input.setUneditable(ct),it.content.appendChild(ct)),it.pos+=st,it.trailingSpace=!1}function zu(it,st,dt){var ut=it.markedSpans,ct=it.text,Pt=0;if(!ut){for(var Tt=1;Tt<dt.length;Tt+=2)st.addToken(st,ct.slice(Pt,Pt=dt[Tt]),ul(dt[Tt+1],st.cm.options));return}for(var Ot=ct.length,At=0,Ut=1,ae="",Xt,Me,we=0,on,hn,Sn,Bn,qn;;){if(we==At){on=hn=Sn=Me="",qn=null,Bn=null,we=1/0;for(var zn=[],oi=void 0,Pi=0;Pi<ut.length;++Pi){var Rn=ut[Pi],ji=Rn.marker;if(ji.type=="bookmark"&&Rn.from==At&&ji.widgetNode)zn.push(ji);else if(Rn.from<=At&&(Rn.to==null||Rn.to>At||ji.collapsed&&Rn.to==At&&Rn.from==At)){if(Rn.to!=null&&Rn.to!=At&&we>Rn.to&&(we=Rn.to,hn=""),ji.className&&(on+=" "+ji.className),ji.css&&(Me=(Me?Me+";":"")+ji.css),ji.startStyle&&Rn.from==At&&(Sn+=" "+ji.startStyle),ji.endStyle&&Rn.to==we&&(oi||(oi=[])).push(ji.endStyle,Rn.to),ji.title&&((qn||(qn={})).title=ji.title),ji.attributes)for(var Go in ji.attributes)(qn||(qn={}))[Go]=ji.attributes[Go];ji.collapsed&&(!Bn||hl(Bn.marker,ji)<0)&&(Bn=Rn)}else Rn.from>At&&we>Rn.from&&(we=Rn.from)}if(oi)for(var Er=0;Er<oi.length;Er+=2)oi[Er+1]==we&&(hn+=" "+oi[Er]);if(!Bn||Bn.from==At)for(var qo=0;qo<zn.length;++qo)Ol(st,0,zn[qo]);if(Bn&&(Bn.from||0)==At){if(Ol(st,(Bn.to==null?Ot+1:Bn.to)-At,Bn.marker,Bn.from==null),Bn.to==null)return;Bn.to==At&&(Bn=!1)}}if(At>=Ot)break;for(var Os=Math.min(Ot,we);;){if(ae){var us=At+ae.length;if(!Bn){var Lr=us>Os?ae.slice(0,Os-At):ae;st.addToken(st,Lr,Xt?Xt+on:on,Sn,At+Lr.length==we?hn:"",Me,qn)}if(us>=Os){ae=ae.slice(Os-At),At=Os;break}At=us,Sn=""}ae=ct.slice(Pt,Pt=dt[Ut++]),Xt=ul(dt[Ut++],st.cm.options)}}}function sh(it,st,dt){this.line=st,this.rest=ni(st),this.size=this.rest?se(pe(this.rest))-dt+1:1,this.node=this.text=null,this.hidden=Ye(it,st)}function eo(it,st,dt){for(var ut=[],ct,Pt=st;Pt<dt;Pt=ct){var Tt=new sh(it.doc,He(it.doc,Pt),Pt);ct=Pt+Tt.size,ut.push(Tt)}return ut}var ir=null;function xi(it){ir?ir.ops.push(it):it.ownsGroup=ir={ops:[it],delayedCallbacks:[]}}function Mi(it){var st=it.delayedCallbacks,dt=0;do{for(;dt<st.length;dt++)st[dt].call(null);for(var ut=0;ut<it.ops.length;ut++){var ct=it.ops[ut];if(ct.cursorActivityHandlers)for(;ct.cursorActivityCalled<ct.cursorActivityHandlers.length;)ct.cursorActivityHandlers[ct.cursorActivityCalled++].call(null,ct.cm)}}while(dt<st.length)}function so(it,st){var dt=it.ownsGroup;if(dt)try{Mi(dt)}finally{ir=null,st(dt)}}var Yo=null;function Gn(it,st){var dt=Zo(it,st);if(dt.length){var ut=Array.prototype.slice.call(arguments,2),ct;ir?ct=ir.delayedCallbacks:Yo?ct=Yo:(ct=Yo=[],setTimeout(kf,0));for(var Pt=function(Ot){ct.push(function(){return dt[Ot].apply(null,ut)})},Tt=0;Tt<dt.length;++Tt)Pt(Tt)}}function kf(){var it=Yo;Yo=null;for(var st=0;st<it.length;++st)it[st]()}function Il(it,st,dt,ut){for(var ct=0;ct<st.changes.length;ct++){var Pt=st.changes[ct];Pt=="text"?vn(it,st):Pt=="gutter"?gr(it,st,dt,ut):Pt=="class"?or(it,st):Pt=="widget"&&_a(it,st,ut)}st.changes=null}function Aa(it){return it.node==it.text&&(it.node=qt("div",null,null,"position: relative"),it.text.parentNode&&it.text.parentNode.replaceChild(it.node,it.text),it.node.appendChild(it.text),ve&&le<8&&(it.node.style.zIndex=2)),it.node}function Md(it,st){var dt=st.bgClass?st.bgClass+" "+(st.line.bgClass||""):st.line.bgClass;if(dt&&(dt+=" CodeMirror-linebackground"),st.background)dt?st.background.className=dt:(st.background.parentNode.removeChild(st.background),st.background=null);else if(dt){var ut=Aa(st);st.background=ut.insertBefore(qt("div",null,dt),ut.firstChild),it.display.input.setUneditable(st.background)}}function Gu(it,st){var dt=it.display.externalMeasured;return dt&&dt.line==st.line?(it.display.externalMeasured=null,st.measure=dt.measure,dt.built):ge(it,st)}function vn(it,st){var dt=st.text.className,ut=Gu(it,st);st.text==st.node&&(st.node=ut.pre),st.text.parentNode.replaceChild(ut.pre,st.text),st.text=ut.pre,ut.bgClass!=st.bgClass||ut.textClass!=st.textClass?(st.bgClass=ut.bgClass,st.textClass=ut.textClass,or(it,st)):dt&&(st.text.className=dt)}function or(it,st){Md(it,st),st.line.wrapClass?Aa(st).className=st.line.wrapClass:st.node!=st.text&&(st.node.className="");var dt=st.textClass?st.textClass+" "+(st.line.textClass||""):st.line.textClass;st.text.className=dt||""}function gr(it,st,dt,ut){if(st.gutter&&(st.node.removeChild(st.gutter),st.gutter=null),st.gutterBackground&&(st.node.removeChild(st.gutterBackground),st.gutterBackground=null),st.line.gutterClass){var ct=Aa(st);st.gutterBackground=qt("div",null,"CodeMirror-gutter-background "+st.line.gutterClass,"left: "+(it.options.fixedGutter?ut.fixedPos:-ut.gutterTotalWidth)+"px; width: "+ut.gutterTotalWidth+"px"),it.display.input.setUneditable(st.gutterBackground),ct.insertBefore(st.gutterBackground,st.text)}var Pt=st.line.gutterMarkers;if(it.options.lineNumbers||Pt){var Tt=Aa(st),Ot=st.gutter=qt("div",null,"CodeMirror-gutter-wrapper","left: "+(it.options.fixedGutter?ut.fixedPos:-ut.gutterTotalWidth)+"px");if(it.display.input.setUneditable(Ot),Tt.insertBefore(Ot,st.text),st.line.gutterClass&&(Ot.className+=" "+st.line.gutterClass),it.options.lineNumbers&&(!Pt||!Pt["CodeMirror-linenumbers"])&&(st.lineNumber=Ot.appendChild(qt("div",pi(it.options,dt),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+ut.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+it.display.lineNumInnerWidth+"px"))),Pt)for(var At=0;At<it.display.gutterSpecs.length;++At){var Ut=it.display.gutterSpecs[At].className,ae=Pt.hasOwnProperty(Ut)&&Pt[Ut];ae&&Ot.appendChild(qt("div",[ae],"CodeMirror-gutter-elt","left: "+ut.gutterLeft[Ut]+"px; width: "+ut.gutterWidth[Ut]+"px"))}}}function _a(it,st,dt){st.alignable&&(st.alignable=null);for(var ut=Wt("CodeMirror-linewidget"),ct=st.node.firstChild,Pt=void 0;ct;ct=Pt)Pt=ct.nextSibling,ut.test(ct.className)&&st.node.removeChild(ct);Wu(it,st,dt)}function Hu(it,st,dt,ut){var ct=Gu(it,st);return st.text=st.node=ct.pre,ct.bgClass&&(st.bgClass=ct.bgClass),ct.textClass&&(st.textClass=ct.textClass),or(it,st),gr(it,st,dt,ut),Wu(it,st,ut),st.node}function Wu(it,st,dt){if(mi(it,st.line,st,dt,!0),st.rest)for(var ut=0;ut<st.rest.length;ut++)mi(it,st.rest[ut],st,dt,!1)}function mi(it,st,dt,ut,ct){if(st.widgets)for(var Pt=Aa(dt),Tt=0,Ot=st.widgets;Tt<Ot.length;++Tt){var At=Ot[Tt],Ut=qt("div",[At.node],"CodeMirror-linewidget"+(At.className?" "+At.className:""));At.handleMouseEvents||Ut.setAttribute("cm-ignore-events","true"),Td(At,Ut,dt,ut),it.display.input.setUneditable(Ut),ct&&At.above?Pt.insertBefore(Ut,dt.gutter||dt.text):Pt.appendChild(Ut),Gn(At,"redraw")}}function Td(it,st,dt,ut){if(it.noHScroll){(dt.alignable||(dt.alignable=[])).push(st);var ct=ut.wrapperWidth;st.style.left=ut.fixedPos+"px",it.coverGutter||(ct-=ut.gutterTotalWidth,st.style.paddingLeft=ut.gutterTotalWidth+"px"),st.style.width=ct+"px"}it.coverGutter&&(st.style.zIndex=5,st.style.position="relative",it.noHScroll||(st.style.marginLeft=-ut.gutterTotalWidth+"px"))}function dl(it){if(it.height!=null)return it.height;var st=it.doc.cm;if(!st)return 0;if(!xe(document.body,it.node)){var dt="position: relative;";it.coverGutter&&(dt+="margin-left: -"+st.display.gutters.offsetWidth+"px;"),it.noHScroll&&(dt+="width: "+st.display.wrapper.clientWidth+"px;"),$t(st.display.measure,qt("div",[it.node],null,dt))}return it.height=it.node.parentNode.offsetHeight}function Vs(it,st){for(var dt=rl(st);dt!=it.wrapper;dt=dt.parentNode)if(!dt||dt.nodeType==1&&dt.getAttribute("cm-ignore-events")=="true"||dt.parentNode==it.sizer&&dt!=it.mover)return!0}function Us(it){return it.lineSpace.offsetTop}function ah(it){return it.mover.offsetHeight-it.lineSpace.offsetHeight}function Zh(it){if(it.cachedPaddingH)return it.cachedPaddingH;var st=$t(it.measure,qt("pre","x","CodeMirror-line-like")),dt=window.getComputedStyle?window.getComputedStyle(st):st.currentStyle,ut={left:parseInt(dt.paddingLeft),right:parseInt(dt.paddingRight)};return!isNaN(ut.left)&&!isNaN(ut.right)&&(it.cachedPaddingH=ut),ut}function Ys(it){return Xe-it.display.nativeBarWidth}function Ba(it){return it.display.scroller.clientWidth-Ys(it)-it.display.barWidth}function Nd(it){return it.display.scroller.clientHeight-Ys(it)-it.display.barHeight}function _g(it,st,dt){var ut=it.options.lineWrapping,ct=ut&&Ba(it);if(!st.measure.heights||ut&&st.measure.width!=ct){var Pt=st.measure.heights=[];if(ut){st.measure.width=ct;for(var Tt=st.text.firstChild.getClientRects(),Ot=0;Ot<Tt.length-1;Ot++){var At=Tt[Ot],Ut=Tt[Ot+1];Math.abs(At.bottom-Ut.bottom)>2&&Pt.push((At.bottom+Ut.top)/2-dt.top)}}Pt.push(dt.bottom-dt.top)}}function Mf(it,st,dt){if(it.line==st)return{map:it.measure.map,cache:it.measure.cache};for(var ut=0;ut<it.rest.length;ut++)if(it.rest[ut]==st)return{map:it.measure.maps[ut],cache:it.measure.caches[ut]};for(var ct=0;ct<it.rest.length;ct++)if(se(it.rest[ct])>dt)return{map:it.measure.maps[ct],cache:it.measure.caches[ct],before:!0}}function Kg(it,st){st=co(st);var dt=se(st),ut=it.display.externalMeasured=new sh(it.doc,st,dt);ut.lineN=dt;var ct=ut.built=ge(it,ut);return ut.text=ct.pre,$t(it.display.lineMeasure,ct.pre),ut}function Tf(it,st,dt,ut){return Da(it,lh(it,st),dt,ut)}function Fd(it,st){if(st>=it.display.viewFrom&&st<it.display.viewTo)return it.display.view[ra(it,st)];var dt=it.display.externalMeasured;if(dt&&st>=dt.lineN&&st<dt.lineN+dt.size)return dt}function lh(it,st){var dt=se(st),ut=Fd(it,dt);ut&&!ut.text?ut=null:ut&&ut.changes&&(Il(it,ut,dt,Df(it)),it.curOp.forceUpdate=!0),ut||(ut=Kg(it,st));var ct=Mf(ut,st,dt);return{line:st,view:ut,rect:null,map:ct.map,cache:ct.cache,before:ct.before,hasHeights:!1}}function Da(it,st,dt,ut,ct){st.before&&(dt=-1);var Pt=dt+(ut||""),Tt;return st.cache.hasOwnProperty(Pt)?Tt=st.cache[Pt]:(st.rect||(st.rect=st.view.text.getBoundingClientRect()),st.hasHeights||(_g(it,st.view,st.rect),st.hasHeights=!0),Tt=cr(it,st,dt,ut),Tt.bogus||(st.cache[Pt]=Tt)),{left:Tt.left,right:Tt.right,top:ct?Tt.rtop:Tt.top,bottom:ct?Tt.rbottom:Tt.bottom}}var Nf={left:0,right:0,top:0,bottom:0};function Ff(it,st,dt){for(var ut,ct,Pt,Tt,Ot,At,Ut=0;Ut<it.length;Ut+=3)if(Ot=it[Ut],At=it[Ut+1],st<Ot?(ct=0,Pt=1,Tt="left"):st<At?(ct=st-Ot,Pt=ct+1):(Ut==it.length-3||st==At&&it[Ut+3]>st)&&(Pt=At-Ot,ct=Pt-1,st>=At&&(Tt="right")),ct!=null){if(ut=it[Ut+2],Ot==At&&dt==(ut.insertLeft?"left":"right")&&(Tt=dt),dt=="left"&&ct==0)for(;Ut&&it[Ut-2]==it[Ut-3]&&it[Ut-1].insertLeft;)ut=it[(Ut-=3)+2],Tt="left";if(dt=="right"&&ct==At-Ot)for(;Ut<it.length-3&&it[Ut+3]==it[Ut+4]&&!it[Ut+5].insertLeft;)ut=it[(Ut+=3)+2],Tt="right";break}return{node:ut,start:ct,end:Pt,collapse:Tt,coverStart:Ot,coverEnd:At}}function Xg(it,st){var dt=Nf;if(st=="left")for(var ut=0;ut<it.length&&(dt=it[ut]).left==dt.right;ut++);else for(var ct=it.length-1;ct>=0&&(dt=it[ct]).left==dt.right;ct--);return dt}function cr(it,st,dt,ut){var ct=Ff(st.map,dt,ut),Pt=ct.node,Tt=ct.start,Ot=ct.end,At=ct.collapse,Ut;if(Pt.nodeType==3){for(var ae=0;ae<4;ae++){for(;Tt&&sn(st.line.text.charAt(ct.coverStart+Tt));)--Tt;for(;ct.coverStart+Ot<ct.coverEnd&&sn(st.line.text.charAt(ct.coverStart+Ot));)++Ot;if(ve&&le<9&&Tt==0&&Ot==ct.coverEnd-ct.coverStart?Ut=Pt.parentNode.getBoundingClientRect():Ut=Xg(oe(Pt,Tt,Ot).getClientRects(),ut),Ut.left||Ut.right||Tt==0)break;Ot=Tt,Tt=Tt-1,At="right"}ve&&le<11&&(Ut=Ep(it.display.measure,Ut))}else{Tt>0&&(At=ut="right");var Xt;it.options.lineWrapping&&(Xt=Pt.getClientRects()).length>1?Ut=Xt[ut=="right"?Xt.length-1:0]:Ut=Pt.getBoundingClientRect()}if(ve&&le<9&&!Tt&&(!Ut||!Ut.left&&!Ut.right)){var Me=Pt.parentNode.getClientRects()[0];Me?Ut={left:Me.left,right:Me.left+Jh(it.display),top:Me.top,bottom:Me.bottom}:Ut=Nf}for(var we=Ut.top-st.rect.top,on=Ut.bottom-st.rect.top,hn=(we+on)/2,Sn=st.view.measure.heights,Bn=0;Bn<Sn.length-1&&!(hn<Sn[Bn]);Bn++);var qn=Bn?Sn[Bn-1]:0,zn=Sn[Bn],oi={left:(At=="right"?Ut.right:Ut.left)-st.rect.left,right:(At=="left"?Ut.left:Ut.right)-st.rect.left,top:qn,bottom:zn};return!Ut.left&&!Ut.right&&(oi.bogus=!0),it.options.singleCursorHeightPerLine||(oi.rtop=we,oi.rbottom=on),oi}function Ep(it,st){if(!window.screen||screen.logicalXDPI==null||screen.logicalXDPI==screen.deviceXDPI||!ri(it))return st;var dt=screen.logicalXDPI/screen.deviceXDPI,ut=screen.logicalYDPI/screen.deviceYDPI;return{left:st.left*dt,right:st.right*dt,top:st.top*ut,bottom:st.bottom*ut}}function Zg(it){if(it.measure&&(it.measure.cache={},it.measure.heights=null,it.rest))for(var st=0;st<it.rest.length;st++)it.measure.caches[st]={}}function bd(it){it.display.externalMeasure=null,ie(it.display.lineMeasure);for(var st=0;st<it.display.view.length;st++)Zg(it.display.view[st])}function Vu(it){bd(it),it.display.cachedCharWidth=it.display.cachedTextHeight=it.display.cachedPaddingH=null,it.options.lineWrapping||(it.display.maxLineChanged=!0),it.display.lineNumChars=null}function vs(){return me&&et?-(document.body.getBoundingClientRect().left-parseInt(getComputedStyle(document.body).marginLeft)):window.pageXOffset||(document.documentElement||document.body).scrollLeft}function ys(){return me&&et?-(document.body.getBoundingClientRect().top-parseInt(getComputedStyle(document.body).marginTop)):window.pageYOffset||(document.documentElement||document.body).scrollTop}function Tr(it){var st=0;if(it.widgets)for(var dt=0;dt<it.widgets.length;++dt)it.widgets[dt].above&&(st+=dl(it.widgets[dt]));return st}function qr(it,st,dt,ut,ct){if(!ct){var Pt=Tr(st);dt.top+=Pt,dt.bottom+=Pt}if(ut=="line")return dt;ut||(ut="local");var Tt=ro(st);if(ut=="local"?Tt+=Us(it.display):Tt-=it.display.viewOffset,ut=="page"||ut=="window"){var Ot=it.display.lineSpace.getBoundingClientRect();Tt+=Ot.top+(ut=="window"?0:ys());var At=Ot.left+(ut=="window"?0:vs());dt.left+=At,dt.right+=At}return dt.top+=Tt,dt.bottom+=Tt,dt}function bf(it,st,dt){if(dt=="div")return st;var ut=st.left,ct=st.top;if(dt=="page")ut-=vs(),ct-=ys();else if(dt=="local"||!dt){var Pt=it.display.sizer.getBoundingClientRect();ut+=Pt.left,ct+=Pt.top}var Tt=it.display.lineSpace.getBoundingClientRect();return{left:ut-Tt.left,top:ct-Tt.top}}function Ed(it,st,dt,ut,ct){return ut||(ut=He(it.doc,st.line)),qr(it,ut,Tf(it,ut,st.ch,ct),dt)}function Qo(it,st,dt,ut,ct,Pt){ut=ut||He(it.doc,st.line),ct||(ct=lh(it,ut));function Tt(on,hn){var Sn=Da(it,ct,on,hn?"right":"left",Pt);return hn?Sn.left=Sn.right:Sn.right=Sn.left,qr(it,ut,Sn,dt)}var Ot=ai(ut,it.doc.direction),At=st.ch,Ut=st.sticky;if(At>=ut.text.length?(At=ut.text.length,Ut="before"):At<=0&&(At=0,Ut="after"),!Ot)return Tt(Ut=="before"?At-1:At,Ut=="before");function ae(on,hn,Sn){var Bn=Ot[hn],qn=Bn.level==1;return Tt(Sn?on-1:on,qn!=Sn)}var Xt=pn(Ot,At,Ut),Me=ti,we=ae(At,Xt,Ut=="before");return Me!=null&&(we.other=ae(At,Me,Ut!="before")),we}function Ef(it,st){var dt=0;st=jn(it.doc,st),it.options.lineWrapping||(dt=Jh(it.display)*st.ch);var ut=He(it.doc,st.line),ct=ro(ut)+Us(it.display);return{left:dt,right:dt,top:ct,bottom:ct+ut.height}}function Af(it,st,dt,ut,ct){var Pt=je(it,st,dt);return Pt.xRel=ct,ut&&(Pt.outside=ut),Pt}function Bf(it,st,dt){var ut=it.doc;if(dt+=it.display.viewOffset,dt<0)return Af(ut.first,0,null,-1,-1);var ct=Cn(ut,dt),Pt=ut.first+ut.size-1;if(ct>Pt)return Af(ut.first+ut.size-1,He(ut,Pt).text.length,null,1,1);st<0&&(st=0);for(var Tt=He(ut,ct);;){var Ot=Ie(it,Tt,ct,st,dt),At=Ru(Tt,Ot.ch+(Ot.xRel>0||Ot.outside>0?1:0));if(!At)return Ot;var Ut=At.find(1);if(Ut.line==ct)return Ut;Tt=He(ut,ct=Ut.line)}}function Wn(it,st,dt,ut){ut-=Tr(st);var ct=st.text.length,Pt=Yn(function(Tt){return Da(it,dt,Tt-1).bottom<=ut},ct,0);return ct=Yn(function(Tt){return Da(it,dt,Tt).top>ut},Pt,ct),{begin:Pt,end:ct}}function Jg(it,st,dt,ut){dt||(dt=lh(it,st));var ct=qr(it,st,Da(it,dt,ut),"line").top;return Wn(it,st,dt,ct)}function Jt(it,st,dt,ut){return it.bottom<=dt?!1:it.top>dt?!0:(ut?it.left:it.right)>st}function Ie(it,st,dt,ut,ct){ct-=ro(st);var Pt=lh(it,st),Tt=Tr(st),Ot=0,At=st.text.length,Ut=!0,ae=ai(st,it.doc.direction);if(ae){var Xt=(it.options.lineWrapping?Bp:Ap)(it,st,dt,Pt,ae,ut,ct);Ut=Xt.level!=1,Ot=Ut?Xt.from:Xt.to-1,At=Ut?Xt.to:Xt.from-1}var Me=null,we=null,on=Yn(function(Pi){var Rn=Da(it,Pt,Pi);return Rn.top+=Tt,Rn.bottom+=Tt,Jt(Rn,ut,ct,!1)?(Rn.top<=ct&&Rn.left<=ut&&(Me=Pi,we=Rn),!0):!1},Ot,At),hn,Sn,Bn=!1;if(we){var qn=ut-we.left<we.right-ut,zn=qn==Ut;on=Me+(zn?0:1),Sn=zn?"after":"before",hn=qn?we.left:we.right}else{!Ut&&(on==At||on==Ot)&&on++,Sn=on==0?"after":on==st.text.length?"before":Da(it,Pt,on-(Ut?1:0)).bottom+Tt<=ct==Ut?"after":"before";var oi=Qo(it,je(dt,on,Sn),"line",st,Pt);hn=oi.left,Bn=ct<oi.top?-1:ct>=oi.bottom?1:0}return on=Qn(st.text,on,1),Af(dt,on,Sn,Bn,ut-hn)}function Ap(it,st,dt,ut,ct,Pt,Tt){var Ot=Yn(function(Xt){var Me=ct[Xt],we=Me.level!=1;return Jt(Qo(it,je(dt,we?Me.to:Me.from,we?"before":"after"),"line",st,ut),Pt,Tt,!0)},0,ct.length-1),At=ct[Ot];if(Ot>0){var Ut=At.level!=1,ae=Qo(it,je(dt,Ut?At.from:At.to,Ut?"after":"before"),"line",st,ut);Jt(ae,Pt,Tt,!0)&&ae.top>Tt&&(At=ct[Ot-1])}return At}function Bp(it,st,dt,ut,ct,Pt,Tt){var Ot=Wn(it,st,ut,Tt),At=Ot.begin,Ut=Ot.end;/\s/.test(st.text.charAt(Ut-1))&&Ut--;for(var ae=null,Xt=null,Me=0;Me<ct.length;Me++){var we=ct[Me];if(!(we.from>=Ut||we.to<=At)){var on=we.level!=1,hn=Da(it,ut,on?Math.min(Ut,we.to)-1:Math.max(At,we.from)).right,Sn=hn<Pt?Pt-hn+1e9:hn-Pt;(!ae||Xt>Sn)&&(ae=we,Xt=Sn)}}return ae||(ae=ct[ct.length-1]),ae.from<At&&(ae={from:At,to:ae.to,level:ae.level}),ae.to>Ut&&(ae={from:ae.from,to:Ut,level:ae.level}),ae}var jl;function Rl(it){if(it.cachedTextHeight!=null)return it.cachedTextHeight;if(jl==null){jl=qt("pre",null,"CodeMirror-line-like");for(var st=0;st<49;++st)jl.appendChild(document.createTextNode("x")),jl.appendChild(qt("br"));jl.appendChild(document.createTextNode("x"))}$t(it.measure,jl);var dt=jl.offsetHeight/50;return dt>3&&(it.cachedTextHeight=dt),ie(it.measure),dt||1}function Jh(it){if(it.cachedCharWidth!=null)return it.cachedCharWidth;var st=qt("span","xxxxxxxxxx"),dt=qt("pre",[st],"CodeMirror-line-like");$t(it.measure,dt);var ut=st.getBoundingClientRect(),ct=(ut.right-ut.left)/10;return ct>2&&(it.cachedCharWidth=ct),ct||10}function Df(it){for(var st=it.display,dt={},ut={},ct=st.gutters.clientLeft,Pt=st.gutters.firstChild,Tt=0;Pt;Pt=Pt.nextSibling,++Tt){var Ot=it.display.gutterSpecs[Tt].className;dt[Ot]=Pt.offsetLeft+Pt.clientLeft+ct,ut[Ot]=Pt.clientWidth}return{fixedPos:Ad(st),gutterTotalWidth:st.gutters.offsetWidth,gutterLeft:dt,gutterWidth:ut,wrapperWidth:st.wrapper.clientWidth}}function Ad(it){return it.scroller.getBoundingClientRect().left-it.sizer.getBoundingClientRect().left}function Ro(it){var st=Rl(it.display),dt=it.options.lineWrapping,ut=dt&&Math.max(5,it.display.scroller.clientWidth/Jh(it.display)-3);return function(ct){if(Ye(it.doc,ct))return 0;var Pt=0;if(ct.widgets)for(var Tt=0;Tt<ct.widgets.length;Tt++)ct.widgets[Tt].height&&(Pt+=ct.widgets[Tt].height);return dt?Pt+(Math.ceil(ct.text.length/ut)||1)*st:Pt+st}}function ui(it){var st=it.doc,dt=Ro(it);st.iter(function(ut){var ct=dt(ut);ct!=ut.height&&qe(ut,ct)})}function Ss(it,st,dt,ut){var ct=it.display;if(!dt&&rl(st).getAttribute("cm-not-content")=="true")return null;var Pt,Tt,Ot=ct.lineSpace.getBoundingClientRect();try{Pt=st.clientX-Ot.left,Tt=st.clientY-Ot.top}catch(Xt){return null}var At=Bf(it,Pt,Tt),Ut;if(ut&&At.xRel>0&&(Ut=He(it.doc,At.line).text).length==At.ch){var ae=Yt(Ut,Ut.length,it.options.tabSize)-Ut.length;At=je(At.line,Math.max(0,Math.round((Pt-Zh(it.display).left)/Jh(it.display))-ae))}return At}function ra(it,st){if(st>=it.display.viewTo||(st-=it.display.viewFrom,st<0))return null;for(var dt=it.display.view,ut=0;ut<dt.length;ut++)if(st-=dt[ut].size,st<0)return ut}function zo(it,st,dt,ut){st==null&&(st=it.doc.first),dt==null&&(dt=it.doc.first+it.doc.size),ut||(ut=0);var ct=it.display;if(ut&&dt<ct.viewTo&&(ct.updateLineNumbers==null||ct.updateLineNumbers>st)&&(ct.updateLineNumbers=st),it.curOp.viewChanged=!0,st>=ct.viewTo)Oe&&Un(it.doc,st)<ct.viewTo&&pr(it);else if(dt<=ct.viewFrom)Oe&&fi(it.doc,dt+ut)>ct.viewFrom?pr(it):(ct.viewFrom+=ut,ct.viewTo+=ut);else if(st<=ct.viewFrom&&dt>=ct.viewTo)pr(it);else if(st<=ct.viewFrom){var Pt=As(it,dt,dt+ut,1);Pt?(ct.view=ct.view.slice(Pt.index),ct.viewFrom=Pt.lineN,ct.viewTo+=ut):pr(it)}else if(dt>=ct.viewTo){var Tt=As(it,st,st,-1);Tt?(ct.view=ct.view.slice(0,Tt.index),ct.viewTo=Tt.lineN):pr(it)}else{var Ot=As(it,st,st,-1),At=As(it,dt,dt+ut,1);Ot&&At?(ct.view=ct.view.slice(0,Ot.index).concat(eo(it,Ot.lineN,At.lineN)).concat(ct.view.slice(At.index)),ct.viewTo+=ut):pr(it)}var Ut=ct.externalMeasured;Ut&&(dt<Ut.lineN?Ut.lineN+=ut:st<Ut.lineN+Ut.size&&(ct.externalMeasured=null))}function Bi(it,st,dt){it.curOp.viewChanged=!0;var ut=it.display,ct=it.display.externalMeasured;if(ct&&st>=ct.lineN&&st<ct.lineN+ct.size&&(ut.externalMeasured=null),!(st<ut.viewFrom||st>=ut.viewTo)){var Pt=ut.view[ra(it,st)];if(Pt.node!=null){var Tt=Pt.changes||(Pt.changes=[]);ue(Tt,dt)==-1&&Tt.push(dt)}}}function pr(it){it.display.viewFrom=it.display.viewTo=it.doc.first,it.display.view=[],it.display.viewOffset=0}function As(it,st,dt,ut){var ct=ra(it,st),Pt,Tt=it.display.view;if(!Oe||dt==it.doc.first+it.doc.size)return{index:ct,lineN:dt};for(var Ot=it.display.viewFrom,At=0;At<ct;At++)Ot+=Tt[At].size;if(Ot!=st){if(ut>0){if(ct==Tt.length-1)return null;Pt=Ot+Tt[ct].size-st,ct++}else Pt=Ot-st;st+=Pt,dt+=Pt}for(;Un(it.doc,dt)!=dt;){if(ct==(ut<0?0:Tt.length-1))return null;dt+=ut*Tt[ct-(ut<0?1:0)].size,ct+=ut}return{index:ct,lineN:dt}}function ko(it,st,dt){var ut=it.display,ct=ut.view;ct.length==0||st>=ut.viewTo||dt<=ut.viewFrom?(ut.view=eo(it,st,dt),ut.viewFrom=st):(ut.viewFrom>st?ut.view=eo(it,st,ut.viewFrom).concat(ut.view):ut.viewFrom<st&&(ut.view=ut.view.slice(ra(it,st))),ut.viewFrom=st,ut.viewTo<dt?ut.view=ut.view.concat(eo(it,ut.viewTo,dt)):ut.viewTo>dt&&(ut.view=ut.view.slice(0,ra(it,dt)))),ut.viewTo=dt}function _s(it){for(var st=it.display.view,dt=0,ut=0;ut<st.length;ut++){var ct=st[ut];!ct.hidden&&(!ct.node||ct.changes)&&++dt}return dt}function Nr(it){it.display.input.showSelection(it.display.input.prepareSelection())}function hh(it,st){st===void 0&&(st=!0);for(var dt=it.doc,ut={},ct=ut.cursors=document.createDocumentFragment(),Pt=ut.selection=document.createDocumentFragment(),Tt=0;Tt<dt.sel.ranges.length;Tt++)if(!(!st&&Tt==dt.sel.primIndex)){var Ot=dt.sel.ranges[Tt];if(!(Ot.from().line>=it.display.viewTo||Ot.to().line<it.display.viewFrom)){var At=Ot.empty();(At||it.options.showCursorWhenSelecting)&&Xi(it,Ot.head,ct),At||_i(it,Ot,Pt)}}return ut}function Xi(it,st,dt){var ut=Qo(it,st,"div",null,null,!it.options.singleCursorHeightPerLine),ct=dt.appendChild(qt("div","\xA0","CodeMirror-cursor"));if(ct.style.left=ut.left+"px",ct.style.top=ut.top+"px",ct.style.height=Math.max(0,ut.bottom-ut.top)*it.options.cursorHeight+"px",ut.other){var Pt=dt.appendChild(qt("div","\xA0","CodeMirror-cursor CodeMirror-secondarycursor"));Pt.style.display="",Pt.style.left=ut.other.left+"px",Pt.style.top=ut.other.top+"px",Pt.style.height=(ut.other.bottom-ut.other.top)*.85+"px"}}function xs(it,st){return it.top-st.top||it.left-st.left}function _i(it,st,dt){var ut=it.display,ct=it.doc,Pt=document.createDocumentFragment(),Tt=Zh(it.display),Ot=Tt.left,At=Math.max(ut.sizerWidth,Ba(it)-ut.sizer.offsetLeft)-Tt.right,Ut=ct.direction=="ltr";function ae(zn,oi,Pi,Rn){oi<0&&(oi=0),oi=Math.round(oi),Rn=Math.round(Rn),Pt.appendChild(qt("div",null,"CodeMirror-selected","position: absolute; left: "+zn+`px;
|
|
top: `+oi+"px; width: "+(Pi==null?At-zn:Pi)+`px;
|
|
height: `+(Rn-oi)+"px"))}function Xt(zn,oi,Pi){var Rn=He(ct,zn),ji=Rn.text.length,Go,Er;function qo(Lr,Js){return Ed(it,je(zn,Lr),"div",Rn,Js)}function Os(Lr,Js,es){var kr=Jg(it,Rn,null,Lr),no=Js=="ltr"==(es=="after")?"left":"right",sr=es=="after"?kr.begin:kr.end-(/\s/.test(Rn.text.charAt(kr.end-1))?2:1);return qo(sr,no)[no]}var us=ai(Rn,ct.direction);return Ln(us,oi||0,Pi==null?ji:Pi,function(Lr,Js,es,kr){var no=es=="ltr",sr=qo(Lr,no?"left":"right"),Hr=qo(Js-1,no?"right":"left"),ns=oi==null&&Lr==0,Ia=Pi==null&&Js==ji,tr=kr==0,wa=!us||kr==us.length-1;if(Hr.top-sr.top<=3){var ur=(Ut?ns:Ia)&&tr,ef=(Ut?Ia:ns)&&wa,ha=ur?Ot:(no?sr:Hr).left,Qs=ef?At:(no?Hr:sr).right;ae(ha,sr.top,Qs-ha,sr.bottom)}else{var Is,Fo,Wr,vl;no?(Is=Ut&&ns&&tr?Ot:sr.left,Fo=Ut?At:Os(Lr,es,"before"),Wr=Ut?Ot:Os(Js,es,"after"),vl=Ut&&Ia&&wa?At:Hr.right):(Is=Ut?Os(Lr,es,"before"):Ot,Fo=!Ut&&ns&&tr?At:sr.right,Wr=!Ut&&Ia&&wa?Ot:Hr.left,vl=Ut?Os(Js,es,"after"):At),ae(Is,sr.top,Fo-Is,sr.bottom),sr.bottom<Hr.top&&ae(Ot,sr.bottom,null,Hr.top),ae(Wr,Hr.top,vl-Wr,Hr.bottom)}(!Go||xs(sr,Go)<0)&&(Go=sr),xs(Hr,Go)<0&&(Go=Hr),(!Er||xs(sr,Er)<0)&&(Er=sr),xs(Hr,Er)<0&&(Er=Hr)}),{start:Go,end:Er}}var Me=st.from(),we=st.to();if(Me.line==we.line)Xt(Me.line,Me.ch,we.ch);else{var on=He(ct,Me.line),hn=He(ct,we.line),Sn=co(on)==co(hn),Bn=Xt(Me.line,Me.ch,Sn?on.text.length+1:null).end,qn=Xt(we.line,Sn?0:null,we.ch).start;Sn&&(Bn.top<qn.top-2?(ae(Bn.right,Bn.top,null,Bn.bottom),ae(Ot,qn.top,qn.left,qn.bottom)):ae(Bn.right,Bn.top,qn.left-Bn.right,Bn.bottom)),Bn.bottom<qn.top&&ae(Ot,Bn.bottom,null,qn.top)}dt.appendChild(Pt)}function yo(it){if(it.state.focused){var st=it.display;clearInterval(st.blinker);var dt=!0;st.cursorDiv.style.visibility="",it.options.cursorBlinkRate>0?st.blinker=setInterval(function(){it.hasFocus()||Qh(it),st.cursorDiv.style.visibility=(dt=!dt)?"":"hidden"},it.options.cursorBlinkRate):it.options.cursorBlinkRate<0&&(st.cursorDiv.style.visibility="hidden")}}function Ao(it){it.state.focused||(it.display.input.focus(),Zi(it))}function _o(it){it.state.delayingBlurEvent=!0,setTimeout(function(){it.state.delayingBlurEvent&&(it.state.delayingBlurEvent=!1,Qh(it))},100)}function Zi(it,st){it.state.delayingBlurEvent&&(it.state.delayingBlurEvent=!1),it.options.readOnly!="nocursor"&&(it.state.focused||(Ki(it,"focus",it,st),it.state.focused=!0,Le(it.display.wrapper,"CodeMirror-focused"),!it.curOp&&it.display.selForContextMenu!=it.doc.sel&&(it.display.input.reset(),Kt&&setTimeout(function(){return it.display.input.reset(!0)},20)),it.display.input.receivedFocus()),yo(it))}function Qh(it,st){it.state.delayingBlurEvent||(it.state.focused&&(Ki(it,"blur",it,st),it.state.focused=!1,Zt(it.display.wrapper,"CodeMirror-focused")),clearInterval(it.display.blinker),setTimeout(function(){it.state.focused||(it.display.shift=!1)},150))}function li(it){for(var st=it.display,dt=st.lineDiv.offsetTop,ut=0;ut<st.view.length;ut++){var ct=st.view[ut],Pt=it.options.lineWrapping,Tt=void 0,Ot=0;if(!ct.hidden){if(ve&&le<8){var At=ct.node.offsetTop+ct.node.offsetHeight;Tt=At-dt,dt=At}else{var Ut=ct.node.getBoundingClientRect();Tt=Ut.bottom-Ut.top,!Pt&&ct.text.firstChild&&(Ot=ct.text.firstChild.getBoundingClientRect().right-Ut.left-1)}var ae=ct.line.height-Tt;if((ae>.005||ae<-.005)&&(qe(ct.line,Tt),Dp(ct.line),ct.rest))for(var Xt=0;Xt<ct.rest.length;Xt++)Dp(ct.rest[Xt]);if(Ot>it.display.sizerWidth){var Me=Math.ceil(Ot/Jh(it.display));Me>it.display.maxLineLength&&(it.display.maxLineLength=Me,it.display.maxLine=ct.line,it.display.maxLineChanged=!0)}}}}function Dp(it){if(it.widgets)for(var st=0;st<it.widgets.length;++st){var dt=it.widgets[st],ut=dt.node.parentNode;ut&&(dt.height=ut.offsetHeight)}}function Vi(it,st,dt){var ut=dt&&dt.top!=null?Math.max(0,dt.top):it.scroller.scrollTop;ut=Math.floor(ut-Us(it));var ct=dt&&dt.bottom!=null?dt.bottom:ut+it.wrapper.clientHeight,Pt=Cn(st,ut),Tt=Cn(st,ct);if(dt&&dt.ensure){var Ot=dt.ensure.from.line,At=dt.ensure.to.line;Ot<Pt?(Pt=Ot,Tt=Cn(st,ro(He(st,Ot))+it.wrapper.clientHeight)):Math.min(At,st.lastLine())>=Tt&&(Pt=Cn(st,ro(He(st,At))-it.wrapper.clientHeight),Tt=At)}return{from:Pt,to:Math.max(Tt,Pt+1)}}function Op(it,st){if(!Ri(it,"scrollCursorIntoView")){var dt=it.display,ut=dt.sizer.getBoundingClientRect(),ct=null;if(st.top+ut.top<0?ct=!0:st.bottom+ut.top>(window.innerHeight||document.documentElement.clientHeight)&&(ct=!1),ct!=null&&!un){var Pt=qt("div","\u200B",null,`position: absolute;
|
|
top: `+(st.top-dt.viewOffset-Us(it.display))+`px;
|
|
height: `+(st.bottom-st.top+Ys(it)+dt.barHeight)+`px;
|
|
left: `+st.left+"px; width: "+Math.max(2,st.right-st.left)+"px;");it.display.lineSpace.appendChild(Pt),Pt.scrollIntoView(ct),it.display.lineSpace.removeChild(Pt)}}}function Uu(it,st,dt,ut){ut==null&&(ut=0);var ct;!it.options.lineWrapping&&st==dt&&(st=st.ch?je(st.line,st.sticky=="before"?st.ch-1:st.ch,"after"):st,dt=st.sticky=="before"?je(st.line,st.ch+1,"before"):st);for(var Pt=0;Pt<5;Pt++){var Tt=!1,Ot=Qo(it,st),At=!dt||dt==st?Ot:Qo(it,dt);ct={left:Math.min(Ot.left,At.left),top:Math.min(Ot.top,At.top)-ut,right:Math.max(Ot.left,At.left),bottom:Math.max(Ot.bottom,At.bottom)+ut};var Ut=Qg(it,ct),ae=it.doc.scrollTop,Xt=it.doc.scrollLeft;if(Ut.scrollTop!=null&&(qh(it,Ut.scrollTop),Math.abs(it.doc.scrollTop-ae)>1&&(Tt=!0)),Ut.scrollLeft!=null&&(Gl(it,Ut.scrollLeft),Math.abs(it.doc.scrollLeft-Xt)>1&&(Tt=!0)),!Tt)break}return ct}function Bd(it,st){var dt=Qg(it,st);dt.scrollTop!=null&&qh(it,dt.scrollTop),dt.scrollLeft!=null&&Gl(it,dt.scrollLeft)}function Qg(it,st){var dt=it.display,ut=Rl(it.display);st.top<0&&(st.top=0);var ct=it.curOp&&it.curOp.scrollTop!=null?it.curOp.scrollTop:dt.scroller.scrollTop,Pt=Nd(it),Tt={};st.bottom-st.top>Pt&&(st.bottom=st.top+Pt);var Ot=it.doc.height+ah(dt),At=st.top<ut,Ut=st.bottom>Ot-ut;if(st.top<ct)Tt.scrollTop=At?0:st.top;else if(st.bottom>ct+Pt){var ae=Math.min(st.top,(Ut?Ot:st.bottom)-Pt);ae!=ct&&(Tt.scrollTop=ae)}var Xt=it.options.fixedGutter?0:dt.gutters.offsetWidth,Me=it.curOp&&it.curOp.scrollLeft!=null?it.curOp.scrollLeft:dt.scroller.scrollLeft-Xt,we=Ba(it)-dt.gutters.offsetWidth,on=st.right-st.left>we;return on&&(st.right=st.left+we),st.left<10?Tt.scrollLeft=0:st.left<Me?Tt.scrollLeft=Math.max(0,st.left+Xt-(on?0:10)):st.right>we+Me-3&&(Tt.scrollLeft=st.right+(on?0:10)-we),Tt}function Of(it,st){st!=null&&(fl(it),it.curOp.scrollTop=(it.curOp.scrollTop==null?it.doc.scrollTop:it.curOp.scrollTop)+st)}function zl(it){fl(it);var st=it.getCursor();it.curOp.scrollToPos={from:st,to:st,margin:it.options.cursorScrollMargin}}function $h(it,st,dt){(st!=null||dt!=null)&&fl(it),st!=null&&(it.curOp.scrollLeft=st),dt!=null&&(it.curOp.scrollTop=dt)}function Ji(it,st){fl(it),it.curOp.scrollToPos=st}function fl(it){var st=it.curOp.scrollToPos;if(st){it.curOp.scrollToPos=null;var dt=Ef(it,st.from),ut=Ef(it,st.to);If(it,dt,ut,st.margin)}}function If(it,st,dt,ut){var ct=Qg(it,{left:Math.min(st.left,dt.left),top:Math.min(st.top,dt.top)-ut,right:Math.max(st.right,dt.right),bottom:Math.max(st.bottom,dt.bottom)+ut});$h(it,ct.scrollLeft,ct.scrollTop)}function qh(it,st){Math.abs(it.doc.scrollTop-st)<2||(Rt||ph(it,{top:st}),$g(it,st,!0),Rt&&ph(it),Yu(it,100))}function $g(it,st,dt){st=Math.max(0,Math.min(it.display.scroller.scrollHeight-it.display.scroller.clientHeight,st)),!(it.display.scroller.scrollTop==st&&!dt)&&(it.doc.scrollTop=st,it.display.scrollbars.setScrollTop(st),it.display.scroller.scrollTop!=st&&(it.display.scroller.scrollTop=st))}function Gl(it,st,dt,ut){st=Math.max(0,Math.min(st,it.display.scroller.scrollWidth-it.display.scroller.clientWidth)),!((dt?st==it.doc.scrollLeft:Math.abs(it.doc.scrollLeft-st)<2)&&!ut)&&(it.doc.scrollLeft=st,zf(it),it.display.scroller.scrollLeft!=st&&(it.display.scroller.scrollLeft=st),it.display.scrollbars.setScrollLeft(st))}function ya(it){var st=it.display,dt=st.gutters.offsetWidth,ut=Math.round(it.doc.height+ah(it.display));return{clientHeight:st.scroller.clientHeight,viewHeight:st.wrapper.clientHeight,scrollWidth:st.scroller.scrollWidth,clientWidth:st.scroller.clientWidth,viewWidth:st.wrapper.clientWidth,barLeft:it.options.fixedGutter?dt:0,docHeight:ut,scrollHeight:ut+Ys(it)+st.barHeight,nativeBarWidth:st.nativeBarWidth,gutterWidth:dt}}var uh=function(it,st,dt){this.cm=dt;var ut=this.vert=qt("div",[qt("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),ct=this.horiz=qt("div",[qt("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");ut.tabIndex=ct.tabIndex=-1,it(ut),it(ct),_n(ut,"scroll",function(){ut.clientHeight&&st(ut.scrollTop,"vertical")}),_n(ct,"scroll",function(){ct.clientWidth&&st(ct.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,ve&&le<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};uh.prototype.update=function(it){var st=it.scrollWidth>it.clientWidth+1,dt=it.scrollHeight>it.clientHeight+1,ut=it.nativeBarWidth;if(dt){this.vert.style.display="block",this.vert.style.bottom=st?ut+"px":"0";var ct=it.viewHeight-(st?ut:0);this.vert.firstChild.style.height=Math.max(0,it.scrollHeight-it.clientHeight+ct)+"px"}else this.vert.style.display="",this.vert.firstChild.style.height="0";if(st){this.horiz.style.display="block",this.horiz.style.right=dt?ut+"px":"0",this.horiz.style.left=it.barLeft+"px";var Pt=it.viewWidth-it.barLeft-(dt?ut:0);this.horiz.firstChild.style.width=Math.max(0,it.scrollWidth-it.clientWidth+Pt)+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&it.clientHeight>0&&(ut==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:dt?ut:0,bottom:st?ut:0}},uh.prototype.setScrollLeft=function(it){this.horiz.scrollLeft!=it&&(this.horiz.scrollLeft=it),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},uh.prototype.setScrollTop=function(it){this.vert.scrollTop!=it&&(this.vert.scrollTop=it),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},uh.prototype.zeroWidthHack=function(){var it=ft&&!Te?"12px":"18px";this.horiz.style.height=this.vert.style.width=it,this.horiz.style.pointerEvents=this.vert.style.pointerEvents="none",this.disableHoriz=new Dt,this.disableVert=new Dt},uh.prototype.enableZeroWidthBar=function(it,st,dt){it.style.pointerEvents="auto";function ut(){var ct=it.getBoundingClientRect(),Pt=dt=="vert"?document.elementFromPoint(ct.right-1,(ct.top+ct.bottom)/2):document.elementFromPoint((ct.right+ct.left)/2,ct.bottom-1);Pt!=it?it.style.pointerEvents="none":st.set(1e3,ut)}st.set(1e3,ut)},uh.prototype.clear=function(){var it=this.horiz.parentNode;it.removeChild(this.horiz),it.removeChild(this.vert)};var Ka=function(){};Ka.prototype.update=function(){return{bottom:0,right:0}},Ka.prototype.setScrollLeft=function(){},Ka.prototype.setScrollTop=function(){},Ka.prototype.clear=function(){};function dh(it,st){st||(st=ya(it));var dt=it.display.barWidth,ut=it.display.barHeight;jf(it,st);for(var ct=0;ct<4&&dt!=it.display.barWidth||ut!=it.display.barHeight;ct++)dt!=it.display.barWidth&&it.options.lineWrapping&&li(it),jf(it,ya(it)),dt=it.display.barWidth,ut=it.display.barHeight}function jf(it,st){var dt=it.display,ut=dt.scrollbars.update(st);dt.sizer.style.paddingRight=(dt.barWidth=ut.right)+"px",dt.sizer.style.paddingBottom=(dt.barHeight=ut.bottom)+"px",dt.heightForcer.style.borderBottom=ut.bottom+"px solid transparent",ut.right&&ut.bottom?(dt.scrollbarFiller.style.display="block",dt.scrollbarFiller.style.height=ut.bottom+"px",dt.scrollbarFiller.style.width=ut.right+"px"):dt.scrollbarFiller.style.display="",ut.bottom&&it.options.coverGutterNextToScrollbar&&it.options.fixedGutter?(dt.gutterFiller.style.display="block",dt.gutterFiller.style.height=ut.bottom+"px",dt.gutterFiller.style.width=st.gutterWidth+"px"):dt.gutterFiller.style.display=""}var qg={native:uh,null:Ka};function tc(it){it.display.scrollbars&&(it.display.scrollbars.clear(),it.display.scrollbars.addClass&&Zt(it.display.wrapper,it.display.scrollbars.addClass)),it.display.scrollbars=new qg[it.options.scrollbarStyle](function(st){it.display.wrapper.insertBefore(st,it.display.scrollbarFiller),_n(st,"mousedown",function(){it.state.focused&&setTimeout(function(){return it.display.input.focus()},0)}),st.setAttribute("cm-not-content","true")},function(st,dt){dt=="horizontal"?Gl(it,st):qh(it,st)},it),it.display.scrollbars.addClass&&Le(it.display.wrapper,it.display.scrollbars.addClass)}var Ip=0;function fh(it){it.curOp={cm:it,viewChanged:!1,startHeight:it.doc.height,forceUpdate:!1,updateInput:0,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++Ip},xi(it.curOp)}function gh(it){var st=it.curOp;st&&so(st,function(dt){for(var ut=0;ut<dt.ops.length;ut++)dt.ops[ut].cm.curOp=null;J0(dt)})}function J0(it){for(var st=it.ops,dt=0;dt<st.length;dt++)Q0(st[dt]);for(var ut=0;ut<st.length;ut++)$0(st[ut]);for(var ct=0;ct<st.length;ct++)jp(st[ct]);for(var Pt=0;Pt<st.length;Pt++)rr(st[Pt]);for(var Tt=0;Tt<st.length;Tt++)ch(st[Tt])}function Q0(it){var st=it.cm,dt=st.display;Rp(st),it.updateMaxLine&&Lo(st),it.mustUpdate=it.viewChanged||it.forceUpdate||it.scrollTop!=null||it.scrollToPos&&(it.scrollToPos.from.line<dt.viewFrom||it.scrollToPos.to.line>=dt.viewTo)||dt.maxLineChanged&&st.options.lineWrapping,it.update=it.mustUpdate&&new tu(st,it.mustUpdate&&{top:it.scrollTop,ensure:it.scrollToPos},it.forceUpdate)}function $0(it){it.updatedDisplay=it.mustUpdate&&Rf(it.cm,it.update)}function jp(it){var st=it.cm,dt=st.display;it.updatedDisplay&&li(st),it.barMeasure=ya(st),dt.maxLineChanged&&!st.options.lineWrapping&&(it.adjustWidthTo=Tf(st,dt.maxLine,dt.maxLine.text.length).left+3,st.display.sizerWidth=it.adjustWidthTo,it.barMeasure.scrollWidth=Math.max(dt.scroller.clientWidth,dt.sizer.offsetLeft+it.adjustWidthTo+Ys(st)+st.display.barWidth),it.maxScrollLeft=Math.max(0,dt.sizer.offsetLeft+it.adjustWidthTo-Ba(st))),(it.updatedDisplay||it.selectionChanged)&&(it.preparedSelection=dt.input.prepareSelection())}function rr(it){var st=it.cm;it.adjustWidthTo!=null&&(st.display.sizer.style.minWidth=it.adjustWidthTo+"px",it.maxScrollLeft<st.doc.scrollLeft&&Gl(st,Math.min(st.display.scroller.scrollLeft,it.maxScrollLeft),!0),st.display.maxLineChanged=!1);var dt=it.focus&&it.focus==De();it.preparedSelection&&st.display.input.showSelection(it.preparedSelection,dt),(it.updatedDisplay||it.startHeight!=st.doc.height)&&dh(st,it.barMeasure),it.updatedDisplay&&vh(st,it.barMeasure),it.selectionChanged&&yo(st),st.state.focused&&it.updateInput&&st.display.input.reset(it.typing),dt&&Ao(it.cm)}function ch(it){var st=it.cm,dt=st.display,ut=st.doc;if(it.updatedDisplay&&So(st,it.update),dt.wheelStartX!=null&&(it.scrollTop!=null||it.scrollLeft!=null||it.scrollToPos)&&(dt.wheelStartX=dt.wheelStartY=null),it.scrollTop!=null&&$g(st,it.scrollTop,it.forceScroll),it.scrollLeft!=null&&Gl(st,it.scrollLeft,!0,!0),it.scrollToPos){var ct=Uu(st,jn(ut,it.scrollToPos.from),jn(ut,it.scrollToPos.to),it.scrollToPos.margin);Op(st,ct)}var Pt=it.maybeHiddenMarkers,Tt=it.maybeUnhiddenMarkers;if(Pt)for(var Ot=0;Ot<Pt.length;++Ot)Pt[Ot].lines.length||Ki(Pt[Ot],"hide");if(Tt)for(var At=0;At<Tt.length;++At)Tt[At].lines.length&&Ki(Tt[At],"unhide");dt.wrapper.offsetHeight&&(ut.scrollTop=st.display.scroller.scrollTop),it.changeObjs&&Ki(st,"changes",st,it.changeObjs),it.update&&it.update.finish()}function ao(it,st){if(it.curOp)return st();fh(it);try{return st()}finally{gh(it)}}function Fr(it,st){return function(){if(it.curOp)return st.apply(it,arguments);fh(it);try{return st.apply(it,arguments)}finally{gh(it)}}}function Ir(it){return function(){if(this.curOp)return it.apply(this,arguments);fh(this);try{return it.apply(this,arguments)}finally{gh(this)}}}function jr(it){return function(){var st=this.cm;if(!st||st.curOp)return it.apply(this,arguments);fh(st);try{return it.apply(this,arguments)}finally{gh(st)}}}function Yu(it,st){it.doc.highlightFrontier<it.display.viewTo&&it.state.highlight.set(st,dn(Rr,it))}function Rr(it){var st=it.doc;if(!(st.highlightFrontier>=it.display.viewTo)){var dt=+new Date+it.options.workTime,ut=Vo(it,st.highlightFrontier),ct=[];st.iter(ut.line,Math.min(st.first+st.size,it.display.viewTo+500),function(Pt){if(ut.line>=it.display.viewFrom){var Tt=Pt.styles,Ot=Pt.text.length>it.options.maxHighlightLength?wn(st.mode,ut.state):null,At=Fs(it,Pt,ut,!0);Ot&&(ut.state=Ot),Pt.styles=At.styles;var Ut=Pt.styleClasses,ae=At.classes;ae?Pt.styleClasses=ae:Ut&&(Pt.styleClasses=null);for(var Xt=!Tt||Tt.length!=Pt.styles.length||Ut!=ae&&(!Ut||!ae||Ut.bgClass!=ae.bgClass||Ut.textClass!=ae.textClass),Me=0;!Xt&&Me<Tt.length;++Me)Xt=Tt[Me]!=Pt.styles[Me];Xt&&ct.push(ut.line),Pt.stateAfter=ut.save(),ut.nextLine()}else Pt.text.length<=it.options.maxHighlightLength&&he(it,Pt.text,ut),Pt.stateAfter=ut.line%5==0?ut.save():null,ut.nextLine();if(+new Date>dt)return Yu(it,it.options.workDelay),!0}),st.highlightFrontier=ut.line,st.modeFrontier=Math.max(st.modeFrontier,ut.line),ct.length&&ao(it,function(){for(var Pt=0;Pt<ct.length;Pt++)Bi(it,ct[Pt],"text")})}}var tu=function(it,st,dt){var ut=it.display;this.viewport=st,this.visible=Vi(ut,it.doc,st),this.editorIsHidden=!ut.wrapper.offsetWidth,this.wrapperHeight=ut.wrapper.clientHeight,this.wrapperWidth=ut.wrapper.clientWidth,this.oldDisplayWidth=Ba(it),this.force=dt,this.dims=Df(it),this.events=[]};tu.prototype.signal=function(it,st){Mo(it,st)&&this.events.push(arguments)},tu.prototype.finish=function(){for(var it=0;it<this.events.length;it++)Ki.apply(null,this.events[it])};function Rp(it){var st=it.display;!st.scrollbarsClipped&&st.scroller.offsetWidth&&(st.nativeBarWidth=st.scroller.offsetWidth-st.scroller.clientWidth,st.heightForcer.style.height=Ys(it)+"px",st.sizer.style.marginBottom=-st.nativeBarWidth+"px",st.sizer.style.borderRightWidth=Ys(it)+"px",st.scrollbarsClipped=!0)}function zp(it){if(it.hasFocus())return null;var st=De();if(!st||!xe(it.display.lineDiv,st))return null;var dt={activeElt:st};if(window.getSelection){var ut=window.getSelection();ut.anchorNode&&ut.extend&&xe(it.display.lineDiv,ut.anchorNode)&&(dt.anchorNode=ut.anchorNode,dt.anchorOffset=ut.anchorOffset,dt.focusNode=ut.focusNode,dt.focusOffset=ut.focusOffset)}return dt}function Bs(it){if(!(!it||!it.activeElt||it.activeElt==De())&&(it.activeElt.focus(),!/^(INPUT|TEXTAREA)$/.test(it.activeElt.nodeName)&&it.anchorNode&&xe(document.body,it.anchorNode)&&xe(document.body,it.focusNode))){var st=window.getSelection(),dt=document.createRange();dt.setEnd(it.anchorNode,it.anchorOffset),dt.collapse(!1),st.removeAllRanges(),st.addRange(dt),st.extend(it.focusNode,it.focusOffset)}}function Rf(it,st){var dt=it.display,ut=it.doc;if(st.editorIsHidden)return pr(it),!1;if(!st.force&&st.visible.from>=dt.viewFrom&&st.visible.to<=dt.viewTo&&(dt.updateLineNumbers==null||dt.updateLineNumbers>=dt.viewTo)&&dt.renderedView==dt.view&&_s(it)==0)return!1;xr(it)&&(pr(it),st.dims=Df(it));var ct=ut.first+ut.size,Pt=Math.max(st.visible.from-it.options.viewportMargin,ut.first),Tt=Math.min(ct,st.visible.to+it.options.viewportMargin);dt.viewFrom<Pt&&Pt-dt.viewFrom<20&&(Pt=Math.max(ut.first,dt.viewFrom)),dt.viewTo>Tt&&dt.viewTo-Tt<20&&(Tt=Math.min(ct,dt.viewTo)),Oe&&(Pt=Un(it.doc,Pt),Tt=fi(it.doc,Tt));var Ot=Pt!=dt.viewFrom||Tt!=dt.viewTo||dt.lastWrapHeight!=st.wrapperHeight||dt.lastWrapWidth!=st.wrapperWidth;ko(it,Pt,Tt),dt.viewOffset=ro(He(it.doc,dt.viewFrom)),it.display.mover.style.top=dt.viewOffset+"px";var At=_s(it);if(!Ot&&At==0&&!st.force&&dt.renderedView==dt.view&&(dt.updateLineNumbers==null||dt.updateLineNumbers>=dt.viewTo))return!1;var Ut=zp(it);return At>4&&(dt.lineDiv.style.display="none"),ec(it,dt.updateLineNumbers,st.dims),At>4&&(dt.lineDiv.style.display=""),dt.renderedView=dt.view,Bs(Ut),ie(dt.cursorDiv),ie(dt.selectionDiv),dt.gutters.style.height=dt.sizer.style.minHeight=0,Ot&&(dt.lastWrapHeight=st.wrapperHeight,dt.lastWrapWidth=st.wrapperWidth,Yu(it,400)),dt.updateLineNumbers=null,!0}function So(it,st){for(var dt=st.viewport,ut=!0;;ut=!1){if(!ut||!it.options.lineWrapping||st.oldDisplayWidth==Ba(it)){if(dt&&dt.top!=null&&(dt={top:Math.min(it.doc.height+ah(it.display)-Nd(it),dt.top)}),st.visible=Vi(it.display,it.doc,dt),st.visible.from>=it.display.viewFrom&&st.visible.to<=it.display.viewTo)break}else ut&&(st.visible=Vi(it.display,it.doc,dt));if(!Rf(it,st))break;li(it);var ct=ya(it);Nr(it),dh(it,ct),vh(it,ct),st.force=!1}st.signal(it,"update",it),(it.display.viewFrom!=it.display.reportedViewFrom||it.display.viewTo!=it.display.reportedViewTo)&&(st.signal(it,"viewportChange",it,it.display.viewFrom,it.display.viewTo),it.display.reportedViewFrom=it.display.viewFrom,it.display.reportedViewTo=it.display.viewTo)}function ph(it,st){var dt=new tu(it,st);if(Rf(it,dt)){li(it),So(it,dt);var ut=ya(it);Nr(it),dh(it,ut),vh(it,ut),dt.finish()}}function ec(it,st,dt){var ut=it.display,ct=it.options.lineNumbers,Pt=ut.lineDiv,Tt=Pt.firstChild;function Ot(on){var hn=on.nextSibling;return Kt&&ft&&it.display.currentWheelTarget==on?on.style.display="none":on.parentNode.removeChild(on),hn}for(var At=ut.view,Ut=ut.viewFrom,ae=0;ae<At.length;ae++){var Xt=At[ae];if(!Xt.hidden)if(!Xt.node||Xt.node.parentNode!=Pt){var Me=Hu(it,Xt,Ut,dt);Pt.insertBefore(Me,Tt)}else{for(;Tt!=Xt.node;)Tt=Ot(Tt);var we=ct&&st!=null&&st<=Ut&&Xt.lineNumber;Xt.changes&&(ue(Xt.changes,"gutter")>-1&&(we=!1),Il(it,Xt,Ut,dt)),we&&(ie(Xt.lineNumber),Xt.lineNumber.appendChild(document.createTextNode(pi(it.options,Ut)))),Tt=Xt.node.nextSibling}Ut+=Xt.size}for(;Tt;)Tt=Ot(Tt)}function mh(it){var st=it.gutters.offsetWidth;it.sizer.style.marginLeft=st+"px"}function vh(it,st){it.display.sizer.style.minHeight=st.docHeight+"px",it.display.heightForcer.style.top=st.docHeight+"px",it.display.gutters.style.height=st.docHeight+it.display.barHeight+Ys(it)+"px"}function zf(it){var st=it.display,dt=st.view;if(!(!st.alignWidgets&&(!st.gutters.firstChild||!it.options.fixedGutter))){for(var ut=Ad(st)-st.scroller.scrollLeft+it.doc.scrollLeft,ct=st.gutters.offsetWidth,Pt=ut+"px",Tt=0;Tt<dt.length;Tt++)if(!dt[Tt].hidden){it.options.fixedGutter&&(dt[Tt].gutter&&(dt[Tt].gutter.style.left=Pt),dt[Tt].gutterBackground&&(dt[Tt].gutterBackground.style.left=Pt));var Ot=dt[Tt].alignable;if(Ot)for(var At=0;At<Ot.length;At++)Ot[At].style.left=Pt}it.options.fixedGutter&&(st.gutters.style.left=ut+ct+"px")}}function xr(it){if(!it.options.lineNumbers)return!1;var st=it.doc,dt=pi(it.options,st.first+st.size-1),ut=it.display;if(dt.length!=ut.lineNumChars){var ct=ut.measure.appendChild(qt("div",[qt("div",dt)],"CodeMirror-linenumber CodeMirror-gutter-elt")),Pt=ct.firstChild.offsetWidth,Tt=ct.offsetWidth-Pt;return ut.lineGutter.style.width="",ut.lineNumInnerWidth=Math.max(Pt,ut.lineGutter.offsetWidth-Tt)+1,ut.lineNumWidth=ut.lineNumInnerWidth+Tt,ut.lineNumChars=ut.lineNumInnerWidth?dt.length:-1,ut.lineGutter.style.width=ut.lineNumWidth+"px",mh(it.display),!0}return!1}function zr(it,st){for(var dt=[],ut=!1,ct=0;ct<it.length;ct++){var Pt=it[ct],Tt=null;if(typeof Pt!="string"&&(Tt=Pt.style,Pt=Pt.className),Pt=="CodeMirror-linenumbers")if(st)ut=!0;else continue;dt.push({className:Pt,style:Tt})}return st&&!ut&&dt.push({className:"CodeMirror-linenumbers",style:null}),dt}function eu(it){var st=it.gutters,dt=it.gutterSpecs;ie(st),it.lineGutter=null;for(var ut=0;ut<dt.length;++ut){var ct=dt[ut],Pt=ct.className,Tt=ct.style,Ot=st.appendChild(qt("div",null,"CodeMirror-gutter "+Pt));Tt&&(Ot.style.cssText=Tt),Pt=="CodeMirror-linenumbers"&&(it.lineGutter=Ot,Ot.style.width=(it.lineNumWidth||1)+"px")}st.style.display=dt.length?"":"none",mh(it)}function sa(it){eu(it.display),zo(it),zf(it)}function yh(it,st,dt,ut){var ct=this;this.input=dt,ct.scrollbarFiller=qt("div",null,"CodeMirror-scrollbar-filler"),ct.scrollbarFiller.setAttribute("cm-not-content","true"),ct.gutterFiller=qt("div",null,"CodeMirror-gutter-filler"),ct.gutterFiller.setAttribute("cm-not-content","true"),ct.lineDiv=ye("div",null,"CodeMirror-code"),ct.selectionDiv=qt("div",null,null,"position: relative; z-index: 1"),ct.cursorDiv=qt("div",null,"CodeMirror-cursors"),ct.measure=qt("div",null,"CodeMirror-measure"),ct.lineMeasure=qt("div",null,"CodeMirror-measure"),ct.lineSpace=ye("div",[ct.measure,ct.lineMeasure,ct.selectionDiv,ct.cursorDiv,ct.lineDiv],null,"position: relative; outline: none");var Pt=ye("div",[ct.lineSpace],"CodeMirror-lines");ct.mover=qt("div",[Pt],null,"position: relative"),ct.sizer=qt("div",[ct.mover],"CodeMirror-sizer"),ct.sizerWidth=null,ct.heightForcer=qt("div",null,null,"position: absolute; height: "+Xe+"px; width: 1px;"),ct.gutters=qt("div",null,"CodeMirror-gutters"),ct.lineGutter=null,ct.scroller=qt("div",[ct.sizer,ct.heightForcer,ct.gutters],"CodeMirror-scroll"),ct.scroller.setAttribute("tabIndex","-1"),ct.wrapper=qt("div",[ct.scrollbarFiller,ct.gutterFiller,ct.scroller],"CodeMirror"),ve&&le<8&&(ct.gutters.style.zIndex=-1,ct.scroller.style.paddingRight=0),!Kt&&!(Rt&&nt)&&(ct.scroller.draggable=!0),it&&(it.appendChild?it.appendChild(ct.wrapper):it(ct.wrapper)),ct.viewFrom=ct.viewTo=st.first,ct.reportedViewFrom=ct.reportedViewTo=st.first,ct.view=[],ct.renderedView=null,ct.externalMeasured=null,ct.viewOffset=0,ct.lastWrapHeight=ct.lastWrapWidth=0,ct.updateLineNumbers=null,ct.nativeBarWidth=ct.barHeight=ct.barWidth=0,ct.scrollbarsClipped=!1,ct.lineNumWidth=ct.lineNumInnerWidth=ct.lineNumChars=null,ct.alignWidgets=!1,ct.cachedCharWidth=ct.cachedTextHeight=ct.cachedPaddingH=null,ct.maxLine=null,ct.maxLineLength=0,ct.maxLineChanged=!1,ct.wheelDX=ct.wheelDY=ct.wheelStartX=ct.wheelStartY=null,ct.shift=!1,ct.selForContextMenu=null,ct.activeTouch=null,ct.gutterSpecs=zr(ut.gutters,ut.lineNumbers),eu(ct),dt.init(ct)}var Ks=0,mr=null;ve?mr=-.53:Rt?mr=15:me?mr=-.7:Ze&&(mr=-1/3);function Xa(it){var st=it.wheelDeltaX,dt=it.wheelDeltaY;return st==null&&it.detail&&it.axis==it.HORIZONTAL_AXIS&&(st=it.detail),dt==null&&it.detail&&it.axis==it.VERTICAL_AXIS?dt=it.detail:dt==null&&(dt=it.wheelDelta),{x:st,y:dt}}function aa(it){var st=Xa(it);return st.x*=mr,st.y*=mr,st}function Gr(it,st){var dt=Xa(st),ut=dt.x,ct=dt.y,Pt=it.display,Tt=Pt.scroller,Ot=Tt.scrollWidth>Tt.clientWidth,At=Tt.scrollHeight>Tt.clientHeight;if(ut&&Ot||ct&&At){if(ct&&ft&&Kt){t:for(var Ut=st.target,ae=Pt.view;Ut!=Tt;Ut=Ut.parentNode)for(var Xt=0;Xt<ae.length;Xt++)if(ae[Xt].node==Ut){it.display.currentWheelTarget=Ut;break t}}if(ut&&!Rt&&!ke&&mr!=null){ct&&At&&qh(it,Math.max(0,Tt.scrollTop+ct*mr)),Gl(it,Math.max(0,Tt.scrollLeft+ut*mr)),(!ct||ct&&At)&&wr(st),Pt.wheelStartX=null;return}if(ct&&mr!=null){var Me=ct*mr,we=it.doc.scrollTop,on=we+Pt.wrapper.clientHeight;Me<0?we=Math.max(0,we+Me-50):on=Math.min(it.doc.height,on+Me+50),ph(it,{top:we,bottom:on})}Ks<20&&(Pt.wheelStartX==null?(Pt.wheelStartX=Tt.scrollLeft,Pt.wheelStartY=Tt.scrollTop,Pt.wheelDX=ut,Pt.wheelDY=ct,setTimeout(function(){if(Pt.wheelStartX!=null){var hn=Tt.scrollLeft-Pt.wheelStartX,Sn=Tt.scrollTop-Pt.wheelStartY,Bn=Sn&&Pt.wheelDY&&Sn/Pt.wheelDY||hn&&Pt.wheelDX&&hn/Pt.wheelDX;Pt.wheelStartX=Pt.wheelStartY=null,Bn&&(mr=(mr*Ks+Bn)/(Ks+1),++Ks)}},200)):(Pt.wheelDX+=ut,Pt.wheelDY+=ct))}}var Sa=function(it,st){this.ranges=it,this.primIndex=st};Sa.prototype.primary=function(){return this.ranges[this.primIndex]},Sa.prototype.equals=function(it){if(it==this)return!0;if(it.primIndex!=this.primIndex||it.ranges.length!=this.ranges.length)return!1;for(var st=0;st<this.ranges.length;st++){var dt=this.ranges[st],ut=it.ranges[st];if(!io(dt.anchor,ut.anchor)||!io(dt.head,ut.head))return!1}return!0},Sa.prototype.deepCopy=function(){for(var it=[],st=0;st<this.ranges.length;st++)it[st]=new xo(Oo(this.ranges[st].anchor),Oo(this.ranges[st].head));return new Sa(it,this.primIndex)},Sa.prototype.somethingSelected=function(){for(var it=0;it<this.ranges.length;it++)if(!this.ranges[it].empty())return!0;return!1},Sa.prototype.contains=function(it,st){st||(st=it);for(var dt=0;dt<this.ranges.length;dt++){var ut=this.ranges[dt];if(Fn(st,ut.from())>=0&&Fn(it,ut.to())<=0)return dt}return-1};var xo=function(it,st){this.anchor=it,this.head=st};xo.prototype.from=function(){return Dn(this.anchor,this.head)},xo.prototype.to=function(){return $i(this.anchor,this.head)},xo.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function Oa(it,st,dt){var ut=it&&it.options.selectionsMayTouch,ct=st[dt];st.sort(function(Me,we){return Fn(Me.from(),we.from())}),dt=ue(st,ct);for(var Pt=1;Pt<st.length;Pt++){var Tt=st[Pt],Ot=st[Pt-1],At=Fn(Ot.to(),Tt.from());if(ut&&!Tt.empty()?At>0:At>=0){var Ut=Dn(Ot.from(),Tt.from()),ae=$i(Ot.to(),Tt.to()),Xt=Ot.empty()?Tt.from()==Tt.head:Ot.from()==Ot.head;Pt<=dt&&--dt,st.splice(--Pt,2,new xo(Xt?ae:Ut,Xt?Ut:ae))}}return new Sa(st,dt)}function Hl(it,st){return new Sa([new xo(it,st||it)],0)}function Sh(it){return it.text?je(it.from.line+it.text.length-1,pe(it.text).length+(it.text.length==1?it.from.ch:0)):it.to}function nu(it,st){if(Fn(it,st.from)<0)return it;if(Fn(it,st.to)<=0)return Sh(st);var dt=it.line+st.text.length-(st.to.line-st.from.line)-1,ut=it.ch;return it.line==st.to.line&&(ut+=Sh(st).ch-st.to.ch),je(dt,ut)}function Dd(it,st){for(var dt=[],ut=0;ut<it.sel.ranges.length;ut++){var ct=it.sel.ranges[ut];dt.push(new xo(nu(ct.anchor,st),nu(ct.head,st)))}return Oa(it.cm,dt,it.sel.primIndex)}function _u(it,st,dt){return it.line==st.line?je(dt.line,it.ch-st.ch+dt.ch):je(dt.line+(it.line-st.line),it.ch)}function Od(it,st,dt){for(var ut=[],ct=je(it.first,0),Pt=ct,Tt=0;Tt<st.length;Tt++){var Ot=st[Tt],At=_u(Ot.from,ct,Pt),Ut=_u(Sh(Ot),ct,Pt);if(ct=Ot.to,Pt=Ut,dt=="around"){var ae=it.sel.ranges[Tt],Xt=Fn(ae.head,ae.anchor)<0;ut[Tt]=new xo(Xt?Ut:At,Xt?At:Ut)}else ut[Tt]=new xo(At,At)}return new Sa(ut,it.sel.primIndex)}function Ii(it){it.doc.mode=Fe(it.options,it.doc.modeOption),Id(it)}function Id(it){it.doc.iter(function(st){st.stateAfter&&(st.stateAfter=null),st.styles&&(st.styles=null)}),it.doc.modeFrontier=it.doc.highlightFrontier=it.doc.first,Yu(it,100),it.state.modeGen++,it.curOp&&zo(it)}function nc(it,st){return st.from.ch==0&&st.to.ch==0&&pe(st.text)==""&&(!it.cm||it.cm.options.wholeLineUpdateBefore)}function Gf(it,st,dt,ut){function ct(qn){return dt?dt[qn]:null}function Pt(qn,zn,oi){fr(qn,zn,oi,ut),Gn(qn,"change",qn,st)}function Tt(qn,zn){for(var oi=[],Pi=qn;Pi<zn;++Pi)oi.push(new jo(Ut[Pi],ct(Pi),ut));return oi}var Ot=st.from,At=st.to,Ut=st.text,ae=He(it,Ot.line),Xt=He(it,At.line),Me=pe(Ut),we=ct(Ut.length-1),on=At.line-Ot.line;if(st.full)it.insert(0,Tt(0,Ut.length)),it.remove(Ut.length,it.size-Ut.length);else if(nc(it,st)){var hn=Tt(0,Ut.length-1);Pt(Xt,Xt.text,we),on&&it.remove(Ot.line,on),hn.length&&it.insert(Ot.line,hn)}else if(ae==Xt)if(Ut.length==1)Pt(ae,ae.text.slice(0,Ot.ch)+Me+ae.text.slice(At.ch),we);else{var Sn=Tt(1,Ut.length-1);Sn.push(new jo(Me+ae.text.slice(At.ch),we,ut)),Pt(ae,ae.text.slice(0,Ot.ch)+Ut[0],ct(0)),it.insert(Ot.line+1,Sn)}else if(Ut.length==1)Pt(ae,ae.text.slice(0,Ot.ch)+Ut[0]+Xt.text.slice(At.ch),ct(0)),it.remove(Ot.line+1,on);else{Pt(ae,ae.text.slice(0,Ot.ch)+Ut[0],ct(0)),Pt(Xt,Me+Xt.text.slice(At.ch),we);var Bn=Tt(1,Ut.length-1);on>1&&it.remove(Ot.line+1,on-1),it.insert(Ot.line+1,Bn)}Gn(it,"change",it,st)}function Za(it,st,dt){function ut(ct,Pt,Tt){if(ct.linked)for(var Ot=0;Ot<ct.linked.length;++Ot){var At=ct.linked[Ot];if(At.doc!=Pt){var Ut=Tt&&At.sharedHist;dt&&!Ut||(st(At.doc,Ut),ut(At.doc,ct,Ut))}}}ut(it,null,!0)}function Hf(it,st){if(st.cm)throw new Error("This document is already in use.");it.doc=st,st.cm=it,ui(it),Ii(it),jd(it),it.options.lineWrapping||Lo(it),it.options.mode=st.modeOption,zo(it)}function jd(it){(it.doc.direction=="rtl"?Le:Zt)(it.display.lineDiv,"CodeMirror-rtl")}function q0(it){ao(it,function(){jd(it),zo(it)})}function Ku(it){this.done=[],this.undone=[],this.undoDepth=1/0,this.lastModTime=this.lastSelTime=0,this.lastOp=this.lastSelOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=it||1}function Wf(it,st){var dt={from:Oo(st.from),to:Sh(st),text:On(it,st.from,st.to)};return xh(it,dt,st.from.line,st.to.line+1),Za(it,function(ut){return xh(ut,dt,st.from.line,st.to.line+1)},!0),dt}function Xu(it){for(;it.length;){var st=pe(it);if(st.ranges)it.pop();else break}}function Rd(it,st){if(st)return Xu(it.done),pe(it.done);if(it.done.length&&!pe(it.done).ranges)return pe(it.done);if(it.done.length>1&&!it.done[it.done.length-2].ranges)return it.done.pop(),pe(it.done)}function zd(it,st,dt,ut){var ct=it.history;ct.undone.length=0;var Pt=+new Date,Tt,Ot;if((ct.lastOp==ut||ct.lastOrigin==st.origin&&st.origin&&(st.origin.charAt(0)=="+"&&ct.lastModTime>Pt-(it.cm?it.cm.options.historyEventDelay:500)||st.origin.charAt(0)=="*"))&&(Tt=Rd(ct,ct.lastOp==ut)))Ot=pe(Tt.changes),Fn(st.from,st.to)==0&&Fn(st.from,Ot.to)==0?Ot.to=Sh(st):Tt.changes.push(Wf(it,st));else{var At=pe(ct.done);for((!At||!At.ranges)&&Zu(it.sel,ct.done),Tt={changes:[Wf(it,st)],generation:ct.generation},ct.done.push(Tt);ct.done.length>ct.undoDepth;)ct.done.shift(),ct.done[0].ranges||ct.done.shift()}ct.done.push(dt),ct.generation=++ct.maxGeneration,ct.lastModTime=ct.lastSelTime=Pt,ct.lastOp=ct.lastSelOp=ut,ct.lastOrigin=ct.lastSelOrigin=st.origin,Ot||Ki(it,"historyAdded")}function ic(it,st,dt,ut){var ct=st.charAt(0);return ct=="*"||ct=="+"&&dt.ranges.length==ut.ranges.length&&dt.somethingSelected()==ut.somethingSelected()&&new Date-it.history.lastSelTime<=(it.cm?it.cm.options.historyEventDelay:500)}function Gd(it,st,dt,ut){var ct=it.history,Pt=ut&&ut.origin;dt==ct.lastSelOp||Pt&&ct.lastSelOrigin==Pt&&(ct.lastModTime==ct.lastSelTime&&ct.lastOrigin==Pt||ic(it,Pt,pe(ct.done),st))?ct.done[ct.done.length-1]=st:Zu(st,ct.done),ct.lastSelTime=+new Date,ct.lastSelOrigin=Pt,ct.lastSelOp=dt,ut&&ut.clearRedo!==!1&&Xu(ct.undone)}function Zu(it,st){var dt=pe(st);dt&&dt.ranges&&dt.equals(it)||st.push(it)}function xh(it,st,dt,ut){var ct=st["spans_"+it.id],Pt=0;it.iter(Math.max(it.first,dt),Math.min(it.first+it.size,ut),function(Tt){Tt.markedSpans&&((ct||(ct=st["spans_"+it.id]={}))[Pt]=Tt.markedSpans),++Pt})}function Ps(it){if(!it)return null;for(var st,dt=0;dt<it.length;++dt)it[dt].marker.explicitlyCleared?st||(st=it.slice(0,dt)):st&&st.push(it[dt]);return st?st.length?st:null:it}function gl(it,st){var dt=st["spans_"+it.id];if(!dt)return null;for(var ut=[],ct=0;ct<st.text.length;++ct)ut.push(Ps(dt[ct]));return ut}function Vf(it,st){var dt=gl(it,st),ut=To(it,st);if(!dt)return ut;if(!ut)return dt;for(var ct=0;ct<dt.length;++ct){var Pt=dt[ct],Tt=ut[ct];if(Pt&&Tt)t:for(var Ot=0;Ot<Tt.length;++Ot){for(var At=Tt[Ot],Ut=0;Ut<Pt.length;++Ut)if(Pt[Ut].marker==At.marker)continue t;Pt.push(At)}else Tt&&(dt[ct]=Tt)}return dt}function Wl(it,st,dt){for(var ut=[],ct=0;ct<it.length;++ct){var Pt=it[ct];if(Pt.ranges){ut.push(dt?Sa.prototype.deepCopy.call(Pt):Pt);continue}var Tt=Pt.changes,Ot=[];ut.push({changes:Ot});for(var At=0;At<Tt.length;++At){var Ut=Tt[At],ae=void 0;if(Ot.push({from:Ut.from,to:Ut.to,text:Ut.text}),st)for(var Xt in Ut)(ae=Xt.match(/^spans_(\d+)$/))&&ue(st,Number(ae[1]))>-1&&(pe(Ot)[Xt]=Ut[Xt],delete Ut[Xt])}}return ut}function Uf(it,st,dt,ut){if(ut){var ct=it.anchor;if(dt){var Pt=Fn(st,ct)<0;Pt!=Fn(dt,ct)<0?(ct=st,st=dt):Pt!=Fn(st,dt)<0&&(st=dt)}return new xo(ct,st)}else return new xo(dt||st,st)}function Yf(it,st,dt,ut,ct){ct==null&&(ct=it.cm&&(it.cm.display.shift||it.extend)),hs(it,new Sa([Uf(it.sel.primary(),st,dt,ct)],0),ut)}function Gp(it,st,dt){for(var ut=[],ct=it.cm&&(it.cm.display.shift||it.extend),Pt=0;Pt<it.sel.ranges.length;Pt++)ut[Pt]=Uf(it.sel.ranges[Pt],st[Pt],null,ct);var Tt=Oa(it.cm,ut,it.sel.primIndex);hs(it,Tt,dt)}function Ph(it,st,dt,ut){var ct=it.sel.ranges.slice(0);ct[st]=dt,hs(it,Oa(it.cm,ct,it.sel.primIndex),ut)}function iu(it,st,dt,ut){hs(it,Hl(st,dt),ut)}function Hp(it,st,dt){var ut={ranges:st.ranges,update:function(ct){this.ranges=[];for(var Pt=0;Pt<ct.length;Pt++)this.ranges[Pt]=new xo(jn(it,ct[Pt].anchor),jn(it,ct[Pt].head))},origin:dt&&dt.origin};return Ki(it,"beforeSelectionChange",it,ut),it.cm&&Ki(it.cm,"beforeSelectionChange",it.cm,ut),ut.ranges!=st.ranges?Oa(it.cm,ut.ranges,ut.ranges.length-1):st}function _f(it,st,dt){var ut=it.history.done,ct=pe(ut);ct&&ct.ranges?(ut[ut.length-1]=st,ou(it,st,dt)):hs(it,st,dt)}function hs(it,st,dt){ou(it,st,dt),Gd(it,it.sel,it.cm?it.cm.curOp.id:NaN,dt)}function ou(it,st,dt){(Mo(it,"beforeSelectionChange")||it.cm&&Mo(it.cm,"beforeSelectionChange"))&&(st=Hp(it,st,dt));var ut=dt&&dt.bias||(Fn(st.primary().head,it.sel.primary().head)<0?-1:1);oc(it,Wd(it,st,ut,!0)),!(dt&&dt.scroll===!1)&&it.cm&&zl(it.cm)}function oc(it,st){st.equals(it.sel)||(it.sel=st,it.cm&&(it.cm.curOp.updateInput=1,it.cm.curOp.selectionChanged=!0,Or(it.cm)),Gn(it,"cursorActivity",it))}function Hd(it){oc(it,Wd(it,it.sel,null,!1))}function Wd(it,st,dt,ut){for(var ct,Pt=0;Pt<st.ranges.length;Pt++){var Tt=st.ranges[Pt],Ot=st.ranges.length==it.sel.ranges.length&&it.sel.ranges[Pt],At=Vd(it,Tt.anchor,Ot&&Ot.anchor,dt,ut),Ut=Vd(it,Tt.head,Ot&&Ot.head,dt,ut);(ct||At!=Tt.anchor||Ut!=Tt.head)&&(ct||(ct=st.ranges.slice(0,Pt)),ct[Pt]=new xo(At,Ut))}return ct?Oa(it.cm,ct,st.primIndex):st}function Vl(it,st,dt,ut,ct){var Pt=He(it,st.line);if(Pt.markedSpans)for(var Tt=0;Tt<Pt.markedSpans.length;++Tt){var Ot=Pt.markedSpans[Tt],At=Ot.marker,Ut="selectLeft"in At?!At.selectLeft:At.inclusiveLeft,ae="selectRight"in At?!At.selectRight:At.inclusiveRight;if((Ot.from==null||(Ut?Ot.from<=st.ch:Ot.from<st.ch))&&(Ot.to==null||(ae?Ot.to>=st.ch:Ot.to>st.ch))){if(ct&&(Ki(At,"beforeCursorEnter"),At.explicitlyCleared))if(Pt.markedSpans){--Tt;continue}else break;if(!At.atomic)continue;if(dt){var Xt=At.find(ut<0?1:-1),Me=void 0;if((ut<0?ae:Ut)&&(Xt=rc(it,Xt,-ut,Xt&&Xt.line==st.line?Pt:null)),Xt&&Xt.line==st.line&&(Me=Fn(Xt,dt))&&(ut<0?Me<0:Me>0))return Vl(it,Xt,st,ut,ct)}var we=At.find(ut<0?-1:1);return(ut<0?Ut:ae)&&(we=rc(it,we,ut,we.line==st.line?Pt:null)),we?Vl(it,we,st,ut,ct):null}}return st}function Vd(it,st,dt,ut,ct){var Pt=ut||1,Tt=Vl(it,st,dt,Pt,ct)||!ct&&Vl(it,st,dt,Pt,!0)||Vl(it,st,dt,-Pt,ct)||!ct&&Vl(it,st,dt,-Pt,!0);return Tt||(it.cantEdit=!0,je(it.first,0))}function rc(it,st,dt,ut){return dt<0&&st.ch==0?st.line>it.first?jn(it,je(st.line-1)):null:dt>0&&st.ch==(ut||He(it,st.line)).text.length?st.line<it.first+it.size-1?je(st.line+1,0):null:new je(st.line,st.ch+dt)}function vr(it){it.setSelection(je(it.firstLine(),0),je(it.lastLine()),de)}function Ud(it,st,dt){var ut={canceled:!1,from:st.from,to:st.to,text:st.text,origin:st.origin,cancel:function(){return ut.canceled=!0}};return dt&&(ut.update=function(ct,Pt,Tt,Ot){ct&&(ut.from=jn(it,ct)),Pt&&(ut.to=jn(it,Pt)),Tt&&(ut.text=Tt),Ot!==void 0&&(ut.origin=Ot)}),Ki(it,"beforeChange",it,ut),it.cm&&Ki(it.cm,"beforeChange",it.cm,ut),ut.canceled?(it.cm&&(it.cm.curOp.updateInput=2),null):{from:ut.from,to:ut.to,text:ut.text,origin:ut.origin}}function wh(it,st,dt){if(it.cm){if(!it.cm.curOp)return Fr(it.cm,wh)(it,st,dt);if(it.cm.state.suppressEdits)return}if(!((Mo(it,"beforeChange")||it.cm&&Mo(it.cm,"beforeChange"))&&(st=Ud(it,st,!0),!st))){var ut=Ui&&!dt&&vo(it,st.from,st.to);if(ut)for(var ct=ut.length-1;ct>=0;--ct)ru(it,{from:ut[ct].from,to:ut[ct].to,text:ct?[""]:st.text,origin:st.origin});else ru(it,st)}}function ru(it,st){if(!(st.text.length==1&&st.text[0]==""&&Fn(st.from,st.to)==0)){var dt=Dd(it,st);zd(it,st,dt,it.cm?it.cm.curOp.id:NaN),Ju(it,st,dt,To(it,st));var ut=[];Za(it,function(ct,Pt){!Pt&&ue(ut,ct.history)==-1&&(ac(ct.history,st),ut.push(ct.history)),Ju(ct,st,null,To(ct,st))})}}function Yd(it,st,dt){var ut=it.cm&&it.cm.state.suppressEdits;if(!(ut&&!dt)){for(var ct=it.history,Pt,Tt=it.sel,Ot=st=="undo"?ct.done:ct.undone,At=st=="undo"?ct.undone:ct.done,Ut=0;Ut<Ot.length&&(Pt=Ot[Ut],!(dt?Pt.ranges&&!Pt.equals(it.sel):!Pt.ranges));Ut++);if(Ut!=Ot.length){for(ct.lastOrigin=ct.lastSelOrigin=null;;)if(Pt=Ot.pop(),Pt.ranges){if(Zu(Pt,At),dt&&!Pt.equals(it.sel)){hs(it,Pt,{clearRedo:!1});return}Tt=Pt}else if(ut){Ot.push(Pt);return}else break;var ae=[];Zu(Tt,At),At.push({changes:ae,generation:ct.generation}),ct.generation=Pt.generation||++ct.maxGeneration;for(var Xt=Mo(it,"beforeChange")||it.cm&&Mo(it.cm,"beforeChange"),Me=function(hn){var Sn=Pt.changes[hn];if(Sn.origin=st,Xt&&!Ud(it,Sn,!1))return Ot.length=0,{};ae.push(Wf(it,Sn));var Bn=hn?Dd(it,Sn):pe(Ot);Ju(it,Sn,Bn,Vf(it,Sn)),!hn&&it.cm&&it.cm.scrollIntoView({from:Sn.from,to:Sh(Sn)});var qn=[];Za(it,function(zn,oi){!oi&&ue(qn,zn.history)==-1&&(ac(zn.history,Sn),qn.push(zn.history)),Ju(zn,Sn,null,Vf(zn,Sn))})},we=Pt.changes.length-1;we>=0;--we){var on=Me(we);if(on)return on.v}}}}function sc(it,st){if(st!=0&&(it.first+=st,it.sel=new Sa(nn(it.sel.ranges,function(ct){return new xo(je(ct.anchor.line+st,ct.anchor.ch),je(ct.head.line+st,ct.head.ch))}),it.sel.primIndex),it.cm)){zo(it.cm,it.first,it.first-st,st);for(var dt=it.cm.display,ut=dt.viewFrom;ut<dt.viewTo;ut++)Bi(it.cm,ut,"gutter")}}function Ju(it,st,dt,ut){if(it.cm&&!it.cm.curOp)return Fr(it.cm,Ju)(it,st,dt,ut);if(st.to.line<it.first){sc(it,st.text.length-1-(st.to.line-st.from.line));return}if(!(st.from.line>it.lastLine())){if(st.from.line<it.first){var ct=st.text.length-1-(it.first-st.from.line);sc(it,ct),st={from:je(it.first,0),to:je(st.to.line+ct,st.to.ch),text:[pe(st.text)],origin:st.origin}}var Pt=it.lastLine();st.to.line>Pt&&(st={from:st.from,to:je(Pt,He(it,Pt).text.length),text:[st.text[0]],origin:st.origin}),st.removed=On(it,st.from,st.to),dt||(dt=Dd(it,st)),it.cm?Wp(it.cm,st,ut):Gf(it,st,ut),ou(it,dt,de),it.cantEdit&&Vd(it,je(it.firstLine(),0))&&(it.cantEdit=!1)}}function Wp(it,st,dt){var ut=it.doc,ct=it.display,Pt=st.from,Tt=st.to,Ot=!1,At=Pt.line;it.options.lineWrapping||(At=se(co(He(ut,Pt.line))),ut.iter(At,Tt.line+1,function(we){if(we==ct.maxLine)return Ot=!0,!0})),ut.sel.contains(st.from,st.to)>-1&&Or(it),Gf(ut,st,dt,Ro(it)),it.options.lineWrapping||(ut.iter(At,Pt.line+st.text.length,function(we){var on=Jo(we);on>ct.maxLineLength&&(ct.maxLine=we,ct.maxLineLength=on,ct.maxLineChanged=!0,Ot=!1)}),Ot&&(it.curOp.updateMaxLine=!0)),wi(ut,Pt.line),Yu(it,400);var Ut=st.text.length-(Tt.line-Pt.line)-1;st.full?zo(it):Pt.line==Tt.line&&st.text.length==1&&!nc(it.doc,st)?Bi(it,Pt.line,"text"):zo(it,Pt.line,Tt.line+1,Ut);var ae=Mo(it,"changes"),Xt=Mo(it,"change");if(Xt||ae){var Me={from:Pt,to:Tt,text:st.text,removed:st.removed,origin:st.origin};Xt&&Gn(it,"change",it,Me),ae&&(it.curOp.changeObjs||(it.curOp.changeObjs=[])).push(Me)}it.display.selForContextMenu=null}function su(it,st,dt,ut,ct){var Pt;ut||(ut=dt),Fn(ut,dt)<0&&(Pt=[ut,dt],dt=Pt[0],ut=Pt[1]),typeof st=="string"&&(st=it.splitLines(st)),wh(it,{from:dt,to:ut,text:st,origin:ct})}function xa(it,st,dt,ut){dt<it.line?it.line+=ut:st<it.line&&(it.line=st,it.ch=0)}function Vp(it,st,dt,ut){for(var ct=0;ct<it.length;++ct){var Pt=it[ct],Tt=!0;if(Pt.ranges){Pt.copied||(Pt=it[ct]=Pt.deepCopy(),Pt.copied=!0);for(var Ot=0;Ot<Pt.ranges.length;Ot++)xa(Pt.ranges[Ot].anchor,st,dt,ut),xa(Pt.ranges[Ot].head,st,dt,ut);continue}for(var At=0;At<Pt.changes.length;++At){var Ut=Pt.changes[At];if(dt<Ut.from.line)Ut.from=je(Ut.from.line+ut,Ut.from.ch),Ut.to=je(Ut.to.line+ut,Ut.to.ch);else if(st<=Ut.to.line){Tt=!1;break}}Tt||(it.splice(0,ct+1),ct=0)}}function ac(it,st){var dt=st.from.line,ut=st.to.line,ct=st.text.length-(ut-dt)-1;Vp(it.done,dt,ut,ct),Vp(it.undone,dt,ut,ct)}function au(it,st,dt,ut){var ct=st,Pt=st;return typeof st=="number"?Pt=He(it,Tn(it,st)):ct=se(st),ct==null?null:(ut(Pt,ct)&&it.cm&&Bi(it.cm,ct,dt),Pt)}function Qu(it){this.lines=it,this.parent=null;for(var st=0,dt=0;dt<it.length;++dt)it[dt].parent=this,st+=it[dt].height;this.height=st}Qu.prototype={chunkSize:function(){return this.lines.length},removeInner:function(it,st){for(var dt=it,ut=it+st;dt<ut;++dt){var ct=this.lines[dt];this.height-=ct.height,Es(ct),Gn(ct,"delete")}this.lines.splice(it,st)},collapse:function(it){it.push.apply(it,this.lines)},insertInner:function(it,st,dt){this.height+=dt,this.lines=this.lines.slice(0,it).concat(st).concat(this.lines.slice(it));for(var ut=0;ut<st.length;++ut)st[ut].parent=this},iterN:function(it,st,dt){for(var ut=it+st;it<ut;++it)if(dt(this.lines[it]))return!0}};function $o(it){this.children=it;for(var st=0,dt=0,ut=0;ut<it.length;++ut){var ct=it[ut];st+=ct.chunkSize(),dt+=ct.height,ct.parent=this}this.size=st,this.height=dt,this.parent=null}$o.prototype={chunkSize:function(){return this.size},removeInner:function(it,st){this.size-=st;for(var dt=0;dt<this.children.length;++dt){var ut=this.children[dt],ct=ut.chunkSize();if(it<ct){var Pt=Math.min(st,ct-it),Tt=ut.height;if(ut.removeInner(it,Pt),this.height-=Tt-ut.height,ct==Pt&&(this.children.splice(dt--,1),ut.parent=null),(st-=Pt)==0)break;it=0}else it-=ct}if(this.size-st<25&&(this.children.length>1||!(this.children[0]instanceof Qu))){var Ot=[];this.collapse(Ot),this.children=[new Qu(Ot)],this.children[0].parent=this}},collapse:function(it){for(var st=0;st<this.children.length;++st)this.children[st].collapse(it)},insertInner:function(it,st,dt){this.size+=st.length,this.height+=dt;for(var ut=0;ut<this.children.length;++ut){var ct=this.children[ut],Pt=ct.chunkSize();if(it<=Pt){if(ct.insertInner(it,st,dt),ct.lines&&ct.lines.length>50){for(var Tt=ct.lines.length%25+25,Ot=Tt;Ot<ct.lines.length;){var At=new Qu(ct.lines.slice(Ot,Ot+=25));ct.height-=At.height,this.children.splice(++ut,0,At),At.parent=this}ct.lines=ct.lines.slice(0,Tt),this.maybeSpill()}break}it-=Pt}},maybeSpill:function(){if(!(this.children.length<=10)){var it=this;do{var st=it.children.splice(it.children.length-5,5),dt=new $o(st);if(it.parent){it.size-=dt.size,it.height-=dt.height;var ct=ue(it.parent.children,it);it.parent.children.splice(ct+1,0,dt)}else{var ut=new $o(it.children);ut.parent=it,it.children=[ut,dt],it=ut}dt.parent=it.parent}while(it.children.length>10);it.parent.maybeSpill()}},iterN:function(it,st,dt){for(var ut=0;ut<this.children.length;++ut){var ct=this.children[ut],Pt=ct.chunkSize();if(it<Pt){var Tt=Math.min(st,Pt-it);if(ct.iterN(it,Tt,dt))return!0;if((st-=Tt)==0)break;it=0}else it-=Pt}}};var Ul=function(it,st,dt){if(dt)for(var ut in dt)dt.hasOwnProperty(ut)&&(this[ut]=dt[ut]);this.doc=it,this.node=st};Ul.prototype.clear=function(){var it=this.doc.cm,st=this.line.widgets,dt=this.line,ut=se(dt);if(!(ut==null||!st)){for(var ct=0;ct<st.length;++ct)st[ct]==this&&st.splice(ct--,1);st.length||(dt.widgets=null);var Pt=dl(this);qe(dt,Math.max(0,dt.height-Pt)),it&&(ao(it,function(){Up(it,dt,-Pt),Bi(it,ut,"widget")}),Gn(it,"lineWidgetCleared",it,this,ut))}},Ul.prototype.changed=function(){var it=this,st=this.height,dt=this.doc.cm,ut=this.line;this.height=null;var ct=dl(this)-st;ct&&(Ye(this.doc,ut)||qe(ut,ut.height+ct),dt&&ao(dt,function(){dt.curOp.forceUpdate=!0,Up(dt,ut,ct),Gn(dt,"lineWidgetChanged",dt,it,se(ut))}))},Pr(Ul);function Up(it,st,dt){ro(st)<(it.curOp&&it.curOp.scrollTop||it.doc.scrollTop)&&Of(it,dt)}function Kf(it,st,dt,ut){var ct=new Ul(it,dt,ut),Pt=it.cm;return Pt&&ct.noHScroll&&(Pt.display.alignWidgets=!0),au(it,st,"widget",function(Tt){var Ot=Tt.widgets||(Tt.widgets=[]);if(ct.insertAt==null?Ot.push(ct):Ot.splice(Math.min(Ot.length-1,Math.max(0,ct.insertAt)),0,ct),ct.line=Tt,Pt&&!Ye(it,Tt)){var At=ro(Tt)<it.scrollTop;qe(Tt,Tt.height+dl(ct)),At&&Of(Pt,ct.height),Pt.curOp.forceUpdate=!0}return!0}),Pt&&Gn(Pt,"lineWidgetAdded",Pt,ct,typeof st=="number"?st:se(st)),ct}var Yp=0,ne=function(it,st){this.lines=[],this.type=st,this.doc=it,this.id=++Yp};ne.prototype.clear=function(){if(!this.explicitlyCleared){var it=this.doc.cm,st=it&&!it.curOp;if(st&&fh(it),Mo(this,"clear")){var dt=this.find();dt&&Gn(this,"clear",dt.from,dt.to)}for(var ut=null,ct=null,Pt=0;Pt<this.lines.length;++Pt){var Tt=this.lines[Pt],Ot=ls(Tt.markedSpans,this);it&&!this.collapsed?Bi(it,se(Tt),"text"):it&&(Ot.to!=null&&(ct=se(Tt)),Ot.from!=null&&(ut=se(Tt))),Tt.markedSpans=fo(Tt.markedSpans,Ot),Ot.from==null&&this.collapsed&&!Ye(this.doc,Tt)&&it&&qe(Tt,Rl(it.display))}if(it&&this.collapsed&&!it.options.lineWrapping)for(var At=0;At<this.lines.length;++At){var Ut=co(this.lines[At]),ae=Jo(Ut);ae>it.display.maxLineLength&&(it.display.maxLine=Ut,it.display.maxLineLength=ae,it.display.maxLineChanged=!0)}ut!=null&&it&&this.collapsed&&zo(it,ut,ct+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,it&&Hd(it.doc)),it&&Gn(it,"markerCleared",it,this,ut,ct),st&&gh(it),this.parent&&this.parent.clear()}},ne.prototype.find=function(it,st){it==null&&this.type=="bookmark"&&(it=1);for(var dt,ut,ct=0;ct<this.lines.length;++ct){var Pt=this.lines[ct],Tt=ls(Pt.markedSpans,this);if(Tt.from!=null&&(dt=je(st?Pt:se(Pt),Tt.from),it==-1))return dt;if(Tt.to!=null&&(ut=je(st?Pt:se(Pt),Tt.to),it==1))return ut}return dt&&{from:dt,to:ut}},ne.prototype.changed=function(){var it=this,st=this.find(-1,!0),dt=this,ut=this.doc.cm;!st||!ut||ao(ut,function(){var ct=st.line,Pt=se(st.line),Tt=Fd(ut,Pt);if(Tt&&(Zg(Tt),ut.curOp.selectionChanged=ut.curOp.forceUpdate=!0),ut.curOp.updateMaxLine=!0,!Ye(dt.doc,ct)&&dt.height!=null){var Ot=dt.height;dt.height=null;var At=dl(dt)-Ot;At&&qe(ct,ct.height+At)}Gn(ut,"markerChanged",ut,it)})},ne.prototype.attachLine=function(it){if(!this.lines.length&&this.doc.cm){var st=this.doc.cm.curOp;(!st.maybeHiddenMarkers||ue(st.maybeHiddenMarkers,this)==-1)&&(st.maybeUnhiddenMarkers||(st.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(it)},ne.prototype.detachLine=function(it){if(this.lines.splice(ue(this.lines,it),1),!this.lines.length&&this.doc.cm){var st=this.doc.cm.curOp;(st.maybeHiddenMarkers||(st.maybeHiddenMarkers=[])).push(this)}},Pr(ne);function lu(it,st,dt,ut,ct){if(ut&&ut.shared)return _p(it,st,dt,ut,ct);if(it.cm&&!it.cm.curOp)return Fr(it.cm,lu)(it,st,dt,ut,ct);var Pt=new ne(it,ct),Tt=Fn(st,dt);if(ut&&Mn(ut,Pt,!1),Tt>0||Tt==0&&Pt.clearWhenEmpty!==!1)return Pt;if(Pt.replacedWith&&(Pt.collapsed=!0,Pt.widgetNode=ye("span",[Pt.replacedWith],"CodeMirror-widget"),ut.handleMouseEvents||Pt.widgetNode.setAttribute("cm-ignore-events","true"),ut.insertLeft&&(Pt.widgetNode.insertLeft=!0)),Pt.collapsed){if(Xh(it,st.line,st,dt,Pt)||st.line!=dt.line&&Xh(it,dt.line,st,dt,Pt))throw new Error("Inserting collapsed marker partially overlapping an existing one");Ge()}Pt.addToHistory&&zd(it,{from:st,to:dt,origin:"markText"},it.sel,NaN);var Ot=st.line,At=it.cm,Ut;if(it.iter(Ot,dt.line+1,function(Xt){At&&Pt.collapsed&&!At.options.lineWrapping&&co(Xt)==At.display.maxLine&&(Ut=!0),Pt.collapsed&&Ot!=st.line&&qe(Xt,0),Hs(Xt,new qi(Pt,Ot==st.line?st.ch:null,Ot==dt.line?dt.ch:null)),++Ot}),Pt.collapsed&&it.iter(st.line,dt.line+1,function(Xt){Ye(it,Xt)&&qe(Xt,0)}),Pt.clearOnEnter&&_n(Pt,"beforeCursorEnter",function(){return Pt.clear()}),Pt.readOnly&&(Io(),(it.history.done.length||it.history.undone.length)&&it.clearHistory()),Pt.collapsed&&(Pt.id=++Yp,Pt.atomic=!0),At){if(Ut&&(At.curOp.updateMaxLine=!0),Pt.collapsed)zo(At,st.line,dt.line+1);else if(Pt.className||Pt.startStyle||Pt.endStyle||Pt.css||Pt.attributes||Pt.title)for(var ae=st.line;ae<=dt.line;ae++)Bi(At,ae,"text");Pt.atomic&&Hd(At.doc),Gn(At,"markerAdded",At,Pt)}return Pt}var cl=function(it,st){this.markers=it,this.primary=st;for(var dt=0;dt<it.length;++dt)it[dt].parent=this};cl.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var it=0;it<this.markers.length;++it)this.markers[it].clear();Gn(this,"clear")}},cl.prototype.find=function(it,st){return this.primary.find(it,st)},Pr(cl);function _p(it,st,dt,ut,ct){ut=Mn(ut),ut.shared=!1;var Pt=[lu(it,st,dt,ut,ct)],Tt=Pt[0],Ot=ut.widgetNode;return Za(it,function(At){Ot&&(ut.widgetNode=Ot.cloneNode(!0)),Pt.push(lu(At,jn(At,st),jn(At,dt),ut,ct));for(var Ut=0;Ut<At.linked.length;++Ut)if(At.linked[Ut].isParent)return;Tt=pe(Pt)}),new cl(Pt,Tt)}function lc(it){return it.findMarks(je(it.first,0),it.clipPos(je(it.lastLine())),function(st){return st.parent})}function Kp(it,st){for(var dt=0;dt<st.length;dt++){var ut=st[dt],ct=ut.find(),Pt=it.clipPos(ct.from),Tt=it.clipPos(ct.to);if(Fn(Pt,Tt)){var Ot=lu(it,Pt,Tt,ut.primary,ut.primary.type);ut.markers.push(Ot),Ot.parent=ut}}}function hc(it){for(var st=function(ut){var ct=it[ut],Pt=[ct.primary.doc];Za(ct.primary.doc,function(At){return Pt.push(At)});for(var Tt=0;Tt<ct.markers.length;Tt++){var Ot=ct.markers[Tt];ue(Pt,Ot.doc)==-1&&(Ot.parent=null,ct.markers.splice(Tt--,1))}},dt=0;dt<it.length;dt++)st(dt)}var tv=0,ts=function(it,st,dt,ut,ct){if(!(this instanceof ts))return new ts(it,st,dt,ut,ct);dt==null&&(dt=0),$o.call(this,[new Qu([new jo("",null)])]),this.first=dt,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.modeFrontier=this.highlightFrontier=dt;var Pt=je(dt,0);this.sel=Hl(Pt),this.history=new Ku(null),this.id=++tv,this.modeOption=st,this.lineSep=ut,this.direction=ct=="rtl"?"rtl":"ltr",this.extend=!1,typeof it=="string"&&(it=this.splitLines(it)),Gf(this,{from:Pt,to:Pt,text:it}),hs(this,Hl(Pt),de)};ts.prototype=Ct($o.prototype,{constructor:ts,iter:function(it,st,dt){dt?this.iterN(it-this.first,st-it,dt):this.iterN(this.first,this.first+this.size,it)},insert:function(it,st){for(var dt=0,ut=0;ut<st.length;++ut)dt+=st[ut].height;this.insertInner(it-this.first,st,dt)},remove:function(it,st){this.removeInner(it-this.first,st)},getValue:function(it){var st=ci(this,this.first,this.first+this.size);return it===!1?st:st.join(it||this.lineSeparator())},setValue:jr(function(it){var st=je(this.first,0),dt=this.first+this.size-1;wh(this,{from:st,to:je(dt,He(this,dt).text.length),text:this.splitLines(it),origin:"setValue",full:!0},!0),this.cm&&$h(this.cm,0,0),hs(this,Hl(st),de)}),replaceRange:function(it,st,dt,ut){st=jn(this,st),dt=dt?jn(this,dt):st,su(this,it,st,dt,ut)},getRange:function(it,st,dt){var ut=On(this,jn(this,it),jn(this,st));return dt===!1?ut:ut.join(dt||this.lineSeparator())},getLine:function(it){var st=this.getLineHandle(it);return st&&st.text},getLineHandle:function(it){if(Hn(this,it))return He(this,it)},getLineNumber:function(it){return se(it)},getLineHandleVisualStart:function(it){return typeof it=="number"&&(it=He(this,it)),co(it)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(it){return jn(this,it)},getCursor:function(it){var st=this.sel.primary(),dt;return it==null||it=="head"?dt=st.head:it=="anchor"?dt=st.anchor:it=="end"||it=="to"||it===!1?dt=st.to():dt=st.from(),dt},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:jr(function(it,st,dt){iu(this,jn(this,typeof it=="number"?je(it,st||0):it),null,dt)}),setSelection:jr(function(it,st,dt){iu(this,jn(this,it),jn(this,st||it),dt)}),extendSelection:jr(function(it,st,dt){Yf(this,jn(this,it),st&&jn(this,st),dt)}),extendSelections:jr(function(it,st){Gp(this,uo(this,it),st)}),extendSelectionsBy:jr(function(it,st){var dt=nn(this.sel.ranges,it);Gp(this,uo(this,dt),st)}),setSelections:jr(function(it,st,dt){if(it.length){for(var ut=[],ct=0;ct<it.length;ct++)ut[ct]=new xo(jn(this,it[ct].anchor),jn(this,it[ct].head));st==null&&(st=Math.min(it.length-1,this.sel.primIndex)),hs(this,Oa(this.cm,ut,st),dt)}}),addSelection:jr(function(it,st,dt){var ut=this.sel.ranges.slice(0);ut.push(new xo(jn(this,it),jn(this,st||it))),hs(this,Oa(this.cm,ut,ut.length-1),dt)}),getSelection:function(it){for(var st=this.sel.ranges,dt,ut=0;ut<st.length;ut++){var ct=On(this,st[ut].from(),st[ut].to());dt=dt?dt.concat(ct):ct}return it===!1?dt:dt.join(it||this.lineSeparator())},getSelections:function(it){for(var st=[],dt=this.sel.ranges,ut=0;ut<dt.length;ut++){var ct=On(this,dt[ut].from(),dt[ut].to());it!==!1&&(ct=ct.join(it||this.lineSeparator())),st[ut]=ct}return st},replaceSelection:function(it,st,dt){for(var ut=[],ct=0;ct<this.sel.ranges.length;ct++)ut[ct]=it;this.replaceSelections(ut,st,dt||"+input")},replaceSelections:jr(function(it,st,dt){for(var ut=[],ct=this.sel,Pt=0;Pt<ct.ranges.length;Pt++){var Tt=ct.ranges[Pt];ut[Pt]={from:Tt.from(),to:Tt.to(),text:this.splitLines(it[Pt]),origin:dt}}for(var Ot=st&&st!="end"&&Od(this,ut,st),At=ut.length-1;At>=0;At--)wh(this,ut[At]);Ot?_f(this,Ot):this.cm&&zl(this.cm)}),undo:jr(function(){Yd(this,"undo")}),redo:jr(function(){Yd(this,"redo")}),undoSelection:jr(function(){Yd(this,"undo",!0)}),redoSelection:jr(function(){Yd(this,"redo",!0)}),setExtending:function(it){this.extend=it},getExtending:function(){return this.extend},historySize:function(){for(var it=this.history,st=0,dt=0,ut=0;ut<it.done.length;ut++)it.done[ut].ranges||++st;for(var ct=0;ct<it.undone.length;ct++)it.undone[ct].ranges||++dt;return{undo:st,redo:dt}},clearHistory:function(){var it=this;this.history=new Ku(this.history.maxGeneration),Za(this,function(st){return st.history=it.history},!0)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(it){return it&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null),this.history.generation},isClean:function(it){return this.history.generation==(it||this.cleanGeneration)},getHistory:function(){return{done:Wl(this.history.done),undone:Wl(this.history.undone)}},setHistory:function(it){var st=this.history=new Ku(this.history.maxGeneration);st.done=Wl(it.done.slice(0),null,!0),st.undone=Wl(it.undone.slice(0),null,!0)},setGutterMarker:jr(function(it,st,dt){return au(this,it,"gutter",function(ut){var ct=ut.gutterMarkers||(ut.gutterMarkers={});return ct[st]=dt,!dt&&Mt(ct)&&(ut.gutterMarkers=null),!0})}),clearGutter:jr(function(it){var st=this;this.iter(function(dt){dt.gutterMarkers&&dt.gutterMarkers[it]&&au(st,dt,"gutter",function(){return dt.gutterMarkers[it]=null,Mt(dt.gutterMarkers)&&(dt.gutterMarkers=null),!0})})}),lineInfo:function(it){var st;if(typeof it=="number"){if(!Hn(this,it)||(st=it,it=He(this,it),!it))return null}else if(st=se(it),st==null)return null;return{line:st,handle:it,text:it.text,gutterMarkers:it.gutterMarkers,textClass:it.textClass,bgClass:it.bgClass,wrapClass:it.wrapClass,widgets:it.widgets}},addLineClass:jr(function(it,st,dt){return au(this,it,st=="gutter"?"gutter":"class",function(ut){var ct=st=="text"?"textClass":st=="background"?"bgClass":st=="gutter"?"gutterClass":"wrapClass";if(!ut[ct])ut[ct]=dt;else{if(Wt(dt).test(ut[ct]))return!1;ut[ct]+=" "+dt}return!0})}),removeLineClass:jr(function(it,st,dt){return au(this,it,st=="gutter"?"gutter":"class",function(ut){var ct=st=="text"?"textClass":st=="background"?"bgClass":st=="gutter"?"gutterClass":"wrapClass",Pt=ut[ct];if(Pt)if(dt==null)ut[ct]=null;else{var Tt=Pt.match(Wt(dt));if(!Tt)return!1;var Ot=Tt.index+Tt[0].length;ut[ct]=Pt.slice(0,Tt.index)+(!Tt.index||Ot==Pt.length?"":" ")+Pt.slice(Ot)||null}else return!1;return!0})}),addLineWidget:jr(function(it,st,dt){return Kf(this,it,st,dt)}),removeLineWidget:function(it){it.clear()},markText:function(it,st,dt){return lu(this,jn(this,it),jn(this,st),dt,dt&&dt.type||"range")},setBookmark:function(it,st){var dt={replacedWith:st&&(st.nodeType==null?st.widget:st),insertLeft:st&&st.insertLeft,clearWhenEmpty:!1,shared:st&&st.shared,handleMouseEvents:st&&st.handleMouseEvents};return it=jn(this,it),lu(this,it,it,dt,"bookmark")},findMarksAt:function(it){it=jn(this,it);var st=[],dt=He(this,it.line).markedSpans;if(dt)for(var ut=0;ut<dt.length;++ut){var ct=dt[ut];(ct.from==null||ct.from<=it.ch)&&(ct.to==null||ct.to>=it.ch)&&st.push(ct.marker.parent||ct.marker)}return st},findMarks:function(it,st,dt){it=jn(this,it),st=jn(this,st);var ut=[],ct=it.line;return this.iter(it.line,st.line+1,function(Pt){var Tt=Pt.markedSpans;if(Tt)for(var Ot=0;Ot<Tt.length;Ot++){var At=Tt[Ot];!(At.to!=null&&ct==it.line&&it.ch>=At.to||At.from==null&&ct!=it.line||At.from!=null&&ct==st.line&&At.from>=st.ch)&&(!dt||dt(At.marker))&&ut.push(At.marker.parent||At.marker)}++ct}),ut},getAllMarks:function(){var it=[];return this.iter(function(st){var dt=st.markedSpans;if(dt)for(var ut=0;ut<dt.length;++ut)dt[ut].from!=null&&it.push(dt[ut].marker)}),it},posFromIndex:function(it){var st,dt=this.first,ut=this.lineSeparator().length;return this.iter(function(ct){var Pt=ct.text.length+ut;if(Pt>it)return st=it,!0;it-=Pt,++dt}),jn(this,je(dt,st))},indexFromPos:function(it){it=jn(this,it);var st=it.ch;if(it.line<this.first||it.ch<0)return 0;var dt=this.lineSeparator().length;return this.iter(this.first,it.line,function(ut){st+=ut.text.length+dt}),st},copy:function(it){var st=new ts(ci(this,this.first,this.first+this.size),this.modeOption,this.first,this.lineSep,this.direction);return st.scrollTop=this.scrollTop,st.scrollLeft=this.scrollLeft,st.sel=this.sel,st.extend=!1,it&&(st.history.undoDepth=this.history.undoDepth,st.setHistory(this.getHistory())),st},linkedDoc:function(it){it||(it={});var st=this.first,dt=this.first+this.size;it.from!=null&&it.from>st&&(st=it.from),it.to!=null&&it.to<dt&&(dt=it.to);var ut=new ts(ci(this,st,dt),it.mode||this.modeOption,st,this.lineSep,this.direction);return it.sharedHist&&(ut.history=this.history),(this.linked||(this.linked=[])).push({doc:ut,sharedHist:it.sharedHist}),ut.linked=[{doc:this,isParent:!0,sharedHist:it.sharedHist}],Kp(ut,lc(this)),ut},unlinkDoc:function(it){if(it instanceof to&&(it=it.doc),this.linked)for(var st=0;st<this.linked.length;++st){var dt=this.linked[st];if(dt.doc==it){this.linked.splice(st,1),it.unlinkDoc(this),hc(lc(this));break}}if(it.history==this.history){var ut=[it.id];Za(it,function(ct){return ut.push(ct.id)},!0),it.history=new Ku(null),it.history.done=Wl(this.history.done,ut),it.history.undone=Wl(this.history.undone,ut)}},iterLinkedDocs:function(it){Za(this,it)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function(it){return this.lineSep?it.split(this.lineSep):_e(it)},lineSeparator:function(){return this.lineSep||`
|
|
`},setDirection:jr(function(it){it!="rtl"&&(it="ltr"),it!=this.direction&&(this.direction=it,this.iter(function(st){return st.order=null}),this.cm&&q0(this.cm))})}),ts.prototype.eachLine=ts.prototype.iter;var _d=0;function uc(it){var st=this;if(Jp(st),!(Ri(st,it)||Vs(st.display,it))){wr(it),ve&&(_d=+new Date);var dt=Ss(st,it,!0),ut=it.dataTransfer.files;if(!(!dt||st.isReadOnly()))if(ut&&ut.length&&window.FileReader&&window.File)for(var ct=ut.length,Pt=Array(ct),Tt=0,Ot=function(){++Tt==ct&&Fr(st,function(){dt=jn(st.doc,dt);var we={from:dt,to:dt,text:st.doc.splitLines(Pt.filter(function(on){return on!=null}).join(st.doc.lineSeparator())),origin:"paste"};wh(st.doc,we),_f(st.doc,Hl(jn(st.doc,dt),jn(st.doc,Sh(we))))})()},At=function(we,on){if(st.options.allowDropFileTypes&&ue(st.options.allowDropFileTypes,we.type)==-1){Ot();return}var hn=new FileReader;hn.onerror=function(){return Ot()},hn.onload=function(){var Sn=hn.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(Sn)){Ot();return}Pt[on]=Sn,Ot()},hn.readAsText(we)},Ut=0;Ut<ut.length;Ut++)At(ut[Ut],Ut);else{if(st.state.draggingText&&st.doc.sel.contains(dt)>-1){st.state.draggingText(it),setTimeout(function(){return st.display.input.focus()},20);return}try{var ae=it.dataTransfer.getData("Text");if(ae){var Xt;if(st.state.draggingText&&!st.state.draggingText.copy&&(Xt=st.listSelections()),ou(st.doc,Hl(dt,dt)),Xt)for(var Me=0;Me<Xt.length;++Me)su(st.doc,"",Xt[Me].anchor,Xt[Me].head,"drag");st.replaceSelection(ae,"around","paste"),st.display.input.focus()}}catch(we){}}}}function Xp(it,st){if(ve&&(!it.state.draggingText||+new Date-_d<100)){va(st);return}if(!(Ri(it,st)||Vs(it.display,st))&&(st.dataTransfer.setData("Text",it.getSelection()),st.dataTransfer.effectAllowed="copyMove",st.dataTransfer.setDragImage&&!Ze)){var dt=qt("img",null,null,"position: fixed; left: 0; top: 0;");dt.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",ke&&(dt.width=dt.height=1,it.display.wrapper.appendChild(dt),dt._top=dt.offsetTop),st.dataTransfer.setDragImage(dt,0,0),ke&&dt.parentNode.removeChild(dt)}}function Zp(it,st){var dt=Ss(it,st);if(dt){var ut=document.createDocumentFragment();Xi(it,dt,ut),it.display.dragCursor||(it.display.dragCursor=qt("div",null,"CodeMirror-cursors CodeMirror-dragcursors"),it.display.lineSpace.insertBefore(it.display.dragCursor,it.display.cursorDiv)),$t(it.display.dragCursor,ut)}}function Jp(it){it.display.dragCursor&&(it.display.lineSpace.removeChild(it.display.dragCursor),it.display.dragCursor=null)}function Qp(it){if(document.getElementsByClassName){for(var st=document.getElementsByClassName("CodeMirror"),dt=[],ut=0;ut<st.length;ut++){var ct=st[ut].CodeMirror;ct&&dt.push(ct)}dt.length&&dt[0].operation(function(){for(var Pt=0;Pt<dt.length;Pt++)it(dt[Pt])})}}var dc=!1;function la(){dc||($u(),dc=!0)}function $u(){var it;_n(window,"resize",function(){it==null&&(it=setTimeout(function(){it=null,Qp(fc)},100))}),_n(window,"blur",function(){return Qp(Qh)})}function fc(it){var st=it.display;st.cachedCharWidth=st.cachedTextHeight=st.cachedPaddingH=null,st.scrollbarsClipped=!1,it.setSize()}for(var pl={3:"Pause",8:"Backspace",9:"Tab",13:"Enter",16:"Shift",17:"Ctrl",18:"Alt",19:"Pause",20:"CapsLock",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"PrintScrn",45:"Insert",46:"Delete",59:";",61:"=",91:"Mod",92:"Mod",93:"Mod",106:"*",107:"=",109:"-",110:".",111:"/",145:"ScrollLock",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",224:"Mod",63232:"Up",63233:"Down",63234:"Left",63235:"Right",63272:"Delete",63273:"Home",63275:"End",63276:"PageUp",63277:"PageDown",63302:"Insert"},Kd=0;Kd<10;Kd++)pl[Kd+48]=pl[Kd+96]=String(Kd);for(var Xf=65;Xf<=90;Xf++)pl[Xf]=String.fromCharCode(Xf);for(var Xd=1;Xd<=12;Xd++)pl[Xd+111]=pl[Xd+63235]="F"+Xd;var Xs={};Xs.basic={Left:"goCharLeft",Right:"goCharRight",Up:"goLineUp",Down:"goLineDown",End:"goLineEnd",Home:"goLineStartSmart",PageUp:"goPageUp",PageDown:"goPageDown",Delete:"delCharAfter",Backspace:"delCharBefore","Shift-Backspace":"delCharBefore",Tab:"defaultTab","Shift-Tab":"indentAuto",Enter:"newlineAndIndent",Insert:"toggleOverwrite",Esc:"singleSelection"},Xs.pcDefault={"Ctrl-A":"selectAll","Ctrl-D":"deleteLine","Ctrl-Z":"undo","Shift-Ctrl-Z":"redo","Ctrl-Y":"redo","Ctrl-Home":"goDocStart","Ctrl-End":"goDocEnd","Ctrl-Up":"goLineUp","Ctrl-Down":"goLineDown","Ctrl-Left":"goGroupLeft","Ctrl-Right":"goGroupRight","Alt-Left":"goLineStart","Alt-Right":"goLineEnd","Ctrl-Backspace":"delGroupBefore","Ctrl-Delete":"delGroupAfter","Ctrl-S":"save","Ctrl-F":"find","Ctrl-G":"findNext","Shift-Ctrl-G":"findPrev","Shift-Ctrl-F":"replace","Shift-Ctrl-R":"replaceAll","Ctrl-[":"indentLess","Ctrl-]":"indentMore","Ctrl-U":"undoSelection","Shift-Ctrl-U":"redoSelection","Alt-U":"redoSelection",fallthrough:"basic"},Xs.emacsy={"Ctrl-F":"goCharRight","Ctrl-B":"goCharLeft","Ctrl-P":"goLineUp","Ctrl-N":"goLineDown","Alt-F":"goWordRight","Alt-B":"goWordLeft","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd","Ctrl-V":"goPageDown","Shift-Ctrl-V":"goPageUp","Ctrl-D":"delCharAfter","Ctrl-H":"delCharBefore","Alt-D":"delWordAfter","Alt-Backspace":"delWordBefore","Ctrl-K":"killLine","Ctrl-T":"transposeChars","Ctrl-O":"openLine"},Xs.macDefault={"Cmd-A":"selectAll","Cmd-D":"deleteLine","Cmd-Z":"undo","Shift-Cmd-Z":"redo","Cmd-Y":"redo","Cmd-Home":"goDocStart","Cmd-Up":"goDocStart","Cmd-End":"goDocEnd","Cmd-Down":"goDocEnd","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight","Cmd-Left":"goLineLeft","Cmd-Right":"goLineRight","Alt-Backspace":"delGroupBefore","Ctrl-Alt-Backspace":"delGroupAfter","Alt-Delete":"delGroupAfter","Cmd-S":"save","Cmd-F":"find","Cmd-G":"findNext","Shift-Cmd-G":"findPrev","Cmd-Alt-F":"replace","Shift-Cmd-Alt-F":"replaceAll","Cmd-[":"indentLess","Cmd-]":"indentMore","Cmd-Backspace":"delWrappedLineLeft","Cmd-Delete":"delWrappedLineRight","Cmd-U":"undoSelection","Shift-Cmd-U":"redoSelection","Ctrl-Up":"goDocStart","Ctrl-Down":"goDocEnd",fallthrough:["basic","emacsy"]},Xs.default=ft?Xs.macDefault:Xs.pcDefault;function gc(it){var st=it.split(/-(?!$)/);it=st[st.length-1];for(var dt,ut,ct,Pt,Tt=0;Tt<st.length-1;Tt++){var Ot=st[Tt];if(/^(cmd|meta|m)$/i.test(Ot))Pt=!0;else if(/^a(lt)?$/i.test(Ot))dt=!0;else if(/^(c|ctrl|control)$/i.test(Ot))ut=!0;else if(/^s(hift)?$/i.test(Ot))ct=!0;else throw new Error("Unrecognized modifier name: "+Ot)}return dt&&(it="Alt-"+it),ut&&(it="Ctrl-"+it),Pt&&(it="Cmd-"+it),ct&&(it="Shift-"+it),it}function cc(it){var st={};for(var dt in it)if(it.hasOwnProperty(dt)){var ut=it[dt];if(/^(name|fallthrough|(de|at)tach)$/.test(dt))continue;if(ut=="..."){delete it[dt];continue}for(var ct=nn(dt.split(" "),gc),Pt=0;Pt<ct.length;Pt++){var Tt=void 0,Ot=void 0;Pt==ct.length-1?(Ot=ct.join(" "),Tt=ut):(Ot=ct.slice(0,Pt+1).join(" "),Tt="...");var At=st[Ot];if(!At)st[Ot]=Tt;else if(At!=Tt)throw new Error("Inconsistent bindings for "+Ot)}delete it[dt]}for(var Ut in st)it[Ut]=st[Ut];return it}function Pa(it,st,dt,ut){st=hu(st);var ct=st.call?st.call(it,ut):st[it];if(ct===!1)return"nothing";if(ct==="...")return"multi";if(ct!=null&&dt(ct))return"handled";if(st.fallthrough){if(Object.prototype.toString.call(st.fallthrough)!="[object Array]")return Pa(it,st.fallthrough,dt,ut);for(var Pt=0;Pt<st.fallthrough.length;Pt++){var Tt=Pa(it,st.fallthrough[Pt],dt,ut);if(Tt)return Tt}}}function qu(it){var st=typeof it=="string"?it:pl[it.keyCode];return st=="Ctrl"||st=="Alt"||st=="Shift"||st=="Mod"}function pc(it,st,dt){var ut=it;return st.altKey&&ut!="Alt"&&(it="Alt-"+it),(kt?st.metaKey:st.ctrlKey)&&ut!="Ctrl"&&(it="Ctrl-"+it),(kt?st.ctrlKey:st.metaKey)&&ut!="Mod"&&(it="Cmd-"+it),!dt&&st.shiftKey&&ut!="Shift"&&(it="Shift-"+it),it}function $p(it,st){if(ke&&it.keyCode==34&&it.char)return!1;var dt=pl[it.keyCode];return dt==null||it.altGraphKey?!1:(it.keyCode==3&&it.code&&(dt=it.code),pc(dt,it,st))}function hu(it){return typeof it=="string"?Xs[it]:it}function Zs(it,st){for(var dt=it.doc.sel.ranges,ut=[],ct=0;ct<dt.length;ct++){for(var Pt=st(dt[ct]);ut.length&&Fn(Pt.from,pe(ut).to)<=0;){var Tt=ut.pop();if(Fn(Tt.from,Pt.from)<0){Pt.from=Tt.from;break}}ut.push(Pt)}ao(it,function(){for(var Ot=ut.length-1;Ot>=0;Ot--)su(it.doc,"",ut[Ot].from,ut[Ot].to,"+delete");zl(it)})}function mc(it,st,dt){var ut=Qn(it.text,st+dt,dt);return ut<0||ut>it.text.length?null:ut}function yr(it,st,dt){var ut=mc(it,st.ch,dt);return ut==null?null:new je(st.line,ut,dt<0?"after":"before")}function Zd(it,st,dt,ut,ct){if(it){st.doc.direction=="rtl"&&(ct=-ct);var Pt=ai(dt,st.doc.direction);if(Pt){var Tt=ct<0?pe(Pt):Pt[0],Ot=ct<0==(Tt.level==1),At=Ot?"after":"before",Ut;if(Tt.level>0||st.doc.direction=="rtl"){var ae=lh(st,dt);Ut=ct<0?dt.text.length-1:0;var Xt=Da(st,ae,Ut).top;Ut=Yn(function(Me){return Da(st,ae,Me).top==Xt},ct<0==(Tt.level==1)?Tt.from:Tt.to-1,Ut),At=="before"&&(Ut=mc(dt,Ut,1))}else Ut=ct<0?Tt.to:Tt.from;return new je(ut,Ut,At)}}return new je(ut,ct<0?dt.text.length:0,ct<0?"before":"after")}function Zf(it,st,dt,ut){var ct=ai(st,it.doc.direction);if(!ct)return yr(st,dt,ut);dt.ch>=st.text.length?(dt.ch=st.text.length,dt.sticky="before"):dt.ch<=0&&(dt.ch=0,dt.sticky="after");var Pt=pn(ct,dt.ch,dt.sticky),Tt=ct[Pt];if(it.doc.direction=="ltr"&&Tt.level%2==0&&(ut>0?Tt.to>dt.ch:Tt.from<dt.ch))return yr(st,dt,ut);var Ot=function(Bn,qn){return mc(st,Bn instanceof je?Bn.ch:Bn,qn)},At,Ut=function(Bn){return it.options.lineWrapping?(At=At||lh(it,st),Jg(it,st,At,Bn)):{begin:0,end:st.text.length}},ae=Ut(dt.sticky=="before"?Ot(dt,-1):dt.ch);if(it.doc.direction=="rtl"||Tt.level==1){var Xt=Tt.level==1==ut<0,Me=Ot(dt,Xt?1:-1);if(Me!=null&&(Xt?Me<=Tt.to&&Me<=ae.end:Me>=Tt.from&&Me>=ae.begin)){var we=Xt?"before":"after";return new je(dt.line,Me,we)}}var on=function(Bn,qn,zn){for(var oi=function(Go,Er){return Er?new je(dt.line,Ot(Go,1),"before"):new je(dt.line,Go,"after")};Bn>=0&&Bn<ct.length;Bn+=qn){var Pi=ct[Bn],Rn=qn>0==(Pi.level!=1),ji=Rn?zn.begin:Ot(zn.end,-1);if(Pi.from<=ji&&ji<Pi.to||(ji=Rn?Pi.from:Ot(Pi.to,-1),zn.begin<=ji&&ji<zn.end))return oi(ji,Rn)}},hn=on(Pt+ut,ut,ae);if(hn)return hn;var Sn=ut>0?ae.end:Ot(ae.begin,-1);return Sn!=null&&!(ut>0&&Sn==st.text.length)&&(hn=on(ut>0?0:ct.length-1,ut,Ut(Sn)),hn)?hn:null}var Ch={selectAll:vr,singleSelection:function(it){return it.setSelection(it.getCursor("anchor"),it.getCursor("head"),de)},killLine:function(it){return Zs(it,function(st){if(st.empty()){var dt=He(it.doc,st.head.line).text.length;return st.head.ch==dt&&st.head.line<it.lastLine()?{from:st.head,to:je(st.head.line+1,0)}:{from:st.head,to:je(st.head.line,dt)}}else return{from:st.from(),to:st.to()}})},deleteLine:function(it){return Zs(it,function(st){return{from:je(st.from().line,0),to:jn(it.doc,je(st.to().line+1,0))}})},delLineLeft:function(it){return Zs(it,function(st){return{from:je(st.from().line,0),to:st.from()}})},delWrappedLineLeft:function(it){return Zs(it,function(st){var dt=it.charCoords(st.head,"div").top+5,ut=it.coordsChar({left:0,top:dt},"div");return{from:ut,to:st.from()}})},delWrappedLineRight:function(it){return Zs(it,function(st){var dt=it.charCoords(st.head,"div").top+5,ut=it.coordsChar({left:it.display.lineDiv.offsetWidth+100,top:dt},"div");return{from:st.from(),to:ut}})},undo:function(it){return it.undo()},redo:function(it){return it.redo()},undoSelection:function(it){return it.undoSelection()},redoSelection:function(it){return it.redoSelection()},goDocStart:function(it){return it.extendSelection(je(it.firstLine(),0))},goDocEnd:function(it){return it.extendSelection(je(it.lastLine()))},goLineStart:function(it){return it.extendSelectionsBy(function(st){return td(it,st.head.line)},{origin:"+move",bias:1})},goLineStartSmart:function(it){return it.extendSelectionsBy(function(st){return vc(it,st.head)},{origin:"+move",bias:1})},goLineEnd:function(it){return it.extendSelectionsBy(function(st){return ed(it,st.head.line)},{origin:"+move",bias:-1})},goLineRight:function(it){return it.extendSelectionsBy(function(st){var dt=it.cursorCoords(st.head,"div").top+5;return it.coordsChar({left:it.display.lineDiv.offsetWidth+100,top:dt},"div")},Re)},goLineLeft:function(it){return it.extendSelectionsBy(function(st){var dt=it.cursorCoords(st.head,"div").top+5;return it.coordsChar({left:0,top:dt},"div")},Re)},goLineLeftSmart:function(it){return it.extendSelectionsBy(function(st){var dt=it.cursorCoords(st.head,"div").top+5,ut=it.coordsChar({left:0,top:dt},"div");return ut.ch<it.getLine(ut.line).search(/\S/)?vc(it,st.head):ut},Re)},goLineUp:function(it){return it.moveV(-1,"line")},goLineDown:function(it){return it.moveV(1,"line")},goPageUp:function(it){return it.moveV(-1,"page")},goPageDown:function(it){return it.moveV(1,"page")},goCharLeft:function(it){return it.moveH(-1,"char")},goCharRight:function(it){return it.moveH(1,"char")},goColumnLeft:function(it){return it.moveH(-1,"column")},goColumnRight:function(it){return it.moveH(1,"column")},goWordLeft:function(it){return it.moveH(-1,"word")},goGroupRight:function(it){return it.moveH(1,"group")},goGroupLeft:function(it){return it.moveH(-1,"group")},goWordRight:function(it){return it.moveH(1,"word")},delCharBefore:function(it){return it.deleteH(-1,"codepoint")},delCharAfter:function(it){return it.deleteH(1,"char")},delWordBefore:function(it){return it.deleteH(-1,"word")},delWordAfter:function(it){return it.deleteH(1,"word")},delGroupBefore:function(it){return it.deleteH(-1,"group")},delGroupAfter:function(it){return it.deleteH(1,"group")},indentAuto:function(it){return it.indentSelection("smart")},indentMore:function(it){return it.indentSelection("add")},indentLess:function(it){return it.indentSelection("subtract")},insertTab:function(it){return it.replaceSelection(" ")},insertSoftTab:function(it){for(var st=[],dt=it.listSelections(),ut=it.options.tabSize,ct=0;ct<dt.length;ct++){var Pt=dt[ct].from(),Tt=Yt(it.getLine(Pt.line),Pt.ch,ut);st.push(te(ut-Tt%ut))}it.replaceSelections(st)},defaultTab:function(it){it.somethingSelected()?it.indentSelection("add"):it.execCommand("insertTab")},transposeChars:function(it){return ao(it,function(){for(var st=it.listSelections(),dt=[],ut=0;ut<st.length;ut++)if(st[ut].empty()){var ct=st[ut].head,Pt=He(it.doc,ct.line).text;if(Pt){if(ct.ch==Pt.length&&(ct=new je(ct.line,ct.ch-1)),ct.ch>0)ct=new je(ct.line,ct.ch+1),it.replaceRange(Pt.charAt(ct.ch-1)+Pt.charAt(ct.ch-2),je(ct.line,ct.ch-2),ct,"+transpose");else if(ct.line>it.doc.first){var Tt=He(it.doc,ct.line-1).text;Tt&&(ct=new je(ct.line,1),it.replaceRange(Pt.charAt(0)+it.doc.lineSeparator()+Tt.charAt(Tt.length-1),je(ct.line-1,Tt.length-1),ct,"+transpose"))}}dt.push(new xo(ct,ct))}it.setSelections(dt)})},newlineAndIndent:function(it){return ao(it,function(){for(var st=it.listSelections(),dt=st.length-1;dt>=0;dt--)it.replaceRange(it.doc.lineSeparator(),st[dt].anchor,st[dt].head,"+input");st=it.listSelections();for(var ut=0;ut<st.length;ut++)it.indentLine(st[ut].from().line,null,!0);zl(it)})},openLine:function(it){return it.replaceSelection(`
|
|
`,"start")},toggleOverwrite:function(it){return it.toggleOverwrite()}};function td(it,st){var dt=He(it.doc,st),ut=co(dt);return ut!=dt&&(st=se(ut)),Zd(!0,it,ut,st,1)}function ed(it,st){var dt=He(it.doc,st),ut=nr(dt);return ut!=dt&&(st=se(ut)),Zd(!0,it,dt,st,-1)}function vc(it,st){var dt=td(it,st.line),ut=He(it.doc,dt.line),ct=ai(ut,it.doc.direction);if(!ct||ct[0].level==0){var Pt=Math.max(dt.ch,ut.text.search(/\S/)),Tt=st.line==dt.line&&st.ch<=Pt&&st.ch;return je(dt.line,Tt?0:Pt,dt.sticky)}return dt}function nd(it,st,dt){if(typeof st=="string"&&(st=Ch[st],!st))return!1;it.display.input.ensurePolled();var ut=it.display.shift,ct=!1;try{it.isReadOnly()&&(it.state.suppressEdits=!0),dt&&(it.display.shift=!1),ct=st(it)!=$e}finally{it.display.shift=ut,it.state.suppressEdits=!1}return ct}function yc(it,st,dt){for(var ut=0;ut<it.state.keyMaps.length;ut++){var ct=Pa(st,it.state.keyMaps[ut],dt,it);if(ct)return ct}return it.options.extraKeys&&Pa(st,it.options.extraKeys,dt,it)||Pa(st,it.options.keyMap,dt,it)}var ml=new Dt;function uu(it,st,dt,ut){var ct=it.state.keySeq;if(ct){if(qu(st))return"handled";if(/\'$/.test(st)?it.state.keySeq=null:ml.set(50,function(){it.state.keySeq==ct&&(it.state.keySeq=null,it.display.input.reset())}),Jf(it,ct+" "+st,dt,ut))return!0}return Jf(it,st,dt,ut)}function Jf(it,st,dt,ut){var ct=yc(it,st,ut);return ct=="multi"&&(it.state.keySeq=st),ct=="handled"&&Gn(it,"keyHandled",it,st,dt),(ct=="handled"||ct=="multi")&&(wr(dt),yo(it)),!!ct}function Qf(it,st){var dt=$p(st,!0);return dt?st.shiftKey&&!it.state.keySeq?uu(it,"Shift-"+dt,st,function(ut){return nd(it,ut,!0)})||uu(it,dt,st,function(ut){if(typeof ut=="string"?/^go[A-Z]/.test(ut):ut.motion)return nd(it,ut)}):uu(it,dt,st,function(ut){return nd(it,ut)}):!1}function $f(it,st,dt){return uu(it,"'"+dt+"'",st,function(ut){return nd(it,ut,!0)})}var du=null;function Sc(it){var st=this;if(!(it.target&&it.target!=st.display.input.getField())&&(st.curOp.focus=De(),!Ri(st,it))){ve&&le<11&&it.keyCode==27&&(it.returnValue=!1);var dt=it.keyCode;st.display.shift=dt==16||it.shiftKey;var ut=Qf(st,it);ke&&(du=ut?dt:null,!ut&&dt==88&&!xn&&(ft?it.metaKey:it.ctrlKey)&&st.replaceSelection("",null,"cut")),Rt&&!ft&&!ut&&dt==46&&it.shiftKey&&!it.ctrlKey&&document.execCommand&&document.execCommand("cut"),dt==18&&!/\bCodeMirror-crosshair\b/.test(st.display.lineDiv.className)&&xc(st)}}function xc(it){var st=it.display.lineDiv;Le(st,"CodeMirror-crosshair");function dt(ut){(ut.keyCode==18||!ut.altKey)&&(Zt(st,"CodeMirror-crosshair"),ho(document,"keyup",dt),ho(document,"mouseover",dt))}_n(document,"keyup",dt),_n(document,"mouseover",dt)}function Pc(it){it.keyCode==16&&(this.doc.sel.shift=!1),Ri(this,it)}function Ja(it){var st=this;if(!(it.target&&it.target!=st.display.input.getField())&&!(Vs(st.display,it)||Ri(st,it)||it.ctrlKey&&!it.altKey||ft&&it.metaKey)){var dt=it.keyCode,ut=it.charCode;if(ke&&dt==du){du=null,wr(it);return}if(!(ke&&(!it.which||it.which<10)&&Qf(st,it))){var ct=String.fromCharCode(ut==null?dt:ut);ct!="\b"&&($f(st,it,ct)||st.display.input.onKeyPress(it))}}}var qp=400,wc=function(it,st,dt){this.time=it,this.pos=st,this.button=dt};wc.prototype.compare=function(it,st,dt){return this.time+qp>it&&Fn(st,this.pos)==0&&dt==this.button};var id,fu;function Cc(it,st){var dt=+new Date;return fu&&fu.compare(dt,it,st)?(id=fu=null,"triple"):id&&id.compare(dt,it,st)?(fu=new wc(dt,it,st),id=null,"double"):(id=new wc(dt,it,st),fu=null,"single")}function Qa(it){var st=this,dt=st.display;if(!(Ri(st,it)||dt.activeTouch&&dt.input.supportsTouch())){if(dt.input.ensurePolled(),dt.shift=it.shiftKey,Vs(dt,it)){Kt||(dt.scroller.draggable=!1,setTimeout(function(){return dt.scroller.draggable=!0},100));return}if(!eg(st,it)){var ut=Ss(st,it),ct=sl(it),Pt=ut?Cc(ut,ct):"single";window.focus(),ct==1&&st.state.selectingText&&st.state.selectingText(it),!(ut&&Lc(st,ct,ut,Pt,it))&&(ct==1?ut?tm(st,ut,Pt,it):rl(it)==dt.scroller&&wr(it):ct==2?(ut&&Yf(st.doc,ut),setTimeout(function(){return dt.input.focus()},20)):ct==3&&(bt?st.display.input.onContextMenu(it):_o(st)))}}}function Lc(it,st,dt,ut,ct){var Pt="Click";return ut=="double"?Pt="Double"+Pt:ut=="triple"&&(Pt="Triple"+Pt),Pt=(st==1?"Left":st==2?"Middle":"Right")+Pt,uu(it,pc(Pt,ct),ct,function(Tt){if(typeof Tt=="string"&&(Tt=Ch[Tt]),!Tt)return!1;var Ot=!1;try{it.isReadOnly()&&(it.state.suppressEdits=!0),Ot=Tt(it,dt)!=$e}finally{it.state.suppressEdits=!1}return Ot})}function qf(it,st,dt){var ut=it.getOption("configureMouse"),ct=ut?ut(it,st,dt):{};if(ct.unit==null){var Pt=lt?dt.shiftKey&&dt.metaKey:dt.altKey;ct.unit=Pt?"rectangle":st=="single"?"char":st=="double"?"word":"line"}return(ct.extend==null||it.doc.extend)&&(ct.extend=it.doc.extend||dt.shiftKey),ct.addNew==null&&(ct.addNew=ft?dt.metaKey:dt.ctrlKey),ct.moveOnDrag==null&&(ct.moveOnDrag=!(ft?dt.altKey:dt.ctrlKey)),ct}function tm(it,st,dt,ut){ve?setTimeout(dn(Ao,it),0):it.curOp.focus=De();var ct=qf(it,dt,ut),Pt=it.doc.sel,Tt;it.options.dragDrop&&ju&&!it.isReadOnly()&&dt=="single"&&(Tt=Pt.contains(st))>-1&&(Fn((Tt=Pt.ranges[Tt]).from(),st)<0||st.xRel>0)&&(Fn(Tt.to(),st)>0||st.xRel<0)?kc(it,ut,st,ct):ev(it,ut,st,ct)}function kc(it,st,dt,ut){var ct=it.display,Pt=!1,Tt=Fr(it,function(Ut){Kt&&(ct.scroller.draggable=!1),it.state.draggingText=!1,ho(ct.wrapper.ownerDocument,"mouseup",Tt),ho(ct.wrapper.ownerDocument,"mousemove",Ot),ho(ct.scroller,"dragstart",At),ho(ct.scroller,"drop",Tt),Pt||(wr(Ut),ut.addNew||Yf(it.doc,dt,null,null,ut.extend),Kt&&!Ze||ve&&le==9?setTimeout(function(){ct.wrapper.ownerDocument.body.focus({preventScroll:!0}),ct.input.focus()},20):ct.input.focus())}),Ot=function(Ut){Pt=Pt||Math.abs(st.clientX-Ut.clientX)+Math.abs(st.clientY-Ut.clientY)>=10},At=function(){return Pt=!0};Kt&&(ct.scroller.draggable=!0),it.state.draggingText=Tt,Tt.copy=!ut.moveOnDrag,ct.scroller.dragDrop&&ct.scroller.dragDrop(),_n(ct.wrapper.ownerDocument,"mouseup",Tt),_n(ct.wrapper.ownerDocument,"mousemove",Ot),_n(ct.scroller,"dragstart",At),_n(ct.scroller,"drop",Tt),_o(it),setTimeout(function(){return ct.input.focus()},20)}function Mc(it,st,dt){if(dt=="char")return new xo(st,st);if(dt=="word")return it.findWordAt(st);if(dt=="line")return new xo(je(st.line,0),jn(it.doc,je(st.line+1,0)));var ut=dt(it,st);return new xo(ut.from,ut.to)}function ev(it,st,dt,ut){var ct=it.display,Pt=it.doc;wr(st);var Tt,Ot,At=Pt.sel,Ut=At.ranges;if(ut.addNew&&!ut.extend?(Ot=Pt.sel.contains(dt),Ot>-1?Tt=Ut[Ot]:Tt=new xo(dt,dt)):(Tt=Pt.sel.primary(),Ot=Pt.sel.primIndex),ut.unit=="rectangle")ut.addNew||(Tt=new xo(dt,dt)),dt=Ss(it,st,!0,!0),Ot=-1;else{var ae=Mc(it,dt,ut.unit);ut.extend?Tt=Uf(Tt,ae.anchor,ae.head,ut.extend):Tt=ae}ut.addNew?Ot==-1?(Ot=Ut.length,hs(Pt,Oa(it,Ut.concat([Tt]),Ot),{scroll:!1,origin:"*mouse"})):Ut.length>1&&Ut[Ot].empty()&&ut.unit=="char"&&!ut.extend?(hs(Pt,Oa(it,Ut.slice(0,Ot).concat(Ut.slice(Ot+1)),0),{scroll:!1,origin:"*mouse"}),At=Pt.sel):Ph(Pt,Ot,Tt,We):(Ot=0,hs(Pt,new Sa([Tt],0),We),At=Pt.sel);var Xt=dt;function Me(zn){if(Fn(Xt,zn)!=0)if(Xt=zn,ut.unit=="rectangle"){for(var oi=[],Pi=it.options.tabSize,Rn=Yt(He(Pt,dt.line).text,dt.ch,Pi),ji=Yt(He(Pt,zn.line).text,zn.ch,Pi),Go=Math.min(Rn,ji),Er=Math.max(Rn,ji),qo=Math.min(dt.line,zn.line),Os=Math.min(it.lastLine(),Math.max(dt.line,zn.line));qo<=Os;qo++){var us=He(Pt,qo).text,Lr=fn(us,Go,Pi);Go==Er?oi.push(new xo(je(qo,Lr),je(qo,Lr))):us.length>Lr&&oi.push(new xo(je(qo,Lr),je(qo,fn(us,Er,Pi))))}oi.length||oi.push(new xo(dt,dt)),hs(Pt,Oa(it,At.ranges.slice(0,Ot).concat(oi),Ot),{origin:"*mouse",scroll:!1}),it.scrollIntoView(zn)}else{var Js=Tt,es=Mc(it,zn,ut.unit),kr=Js.anchor,no;Fn(es.anchor,kr)>0?(no=es.head,kr=Dn(Js.from(),es.anchor)):(no=es.anchor,kr=$i(Js.to(),es.head));var sr=At.ranges.slice(0);sr[Ot]=em(it,new xo(jn(Pt,kr),no)),hs(Pt,Oa(it,sr,Ot),We)}}var we=ct.wrapper.getBoundingClientRect(),on=0;function hn(zn){var oi=++on,Pi=Ss(it,zn,!0,ut.unit=="rectangle");if(Pi)if(Fn(Pi,Xt)!=0){it.curOp.focus=De(),Me(Pi);var Rn=Vi(ct,Pt);(Pi.line>=Rn.to||Pi.line<Rn.from)&&setTimeout(Fr(it,function(){on==oi&&hn(zn)}),150)}else{var ji=zn.clientY<we.top?-20:zn.clientY>we.bottom?20:0;ji&&setTimeout(Fr(it,function(){on==oi&&(ct.scroller.scrollTop+=ji,hn(zn))}),50)}}function Sn(zn){it.state.selectingText=!1,on=1/0,zn&&(wr(zn),ct.input.focus()),ho(ct.wrapper.ownerDocument,"mousemove",Bn),ho(ct.wrapper.ownerDocument,"mouseup",qn),Pt.history.lastSelOrigin=null}var Bn=Fr(it,function(zn){zn.buttons===0||!sl(zn)?Sn(zn):hn(zn)}),qn=Fr(it,Sn);it.state.selectingText=qn,_n(ct.wrapper.ownerDocument,"mousemove",Bn),_n(ct.wrapper.ownerDocument,"mouseup",qn)}function em(it,st){var dt=st.anchor,ut=st.head,ct=He(it.doc,dt.line);if(Fn(dt,ut)==0&&dt.sticky==ut.sticky)return st;var Pt=ai(ct);if(!Pt)return st;var Tt=pn(Pt,dt.ch,dt.sticky),Ot=Pt[Tt];if(Ot.from!=dt.ch&&Ot.to!=dt.ch)return st;var At=Tt+(Ot.from==dt.ch==(Ot.level!=1)?0:1);if(At==0||At==Pt.length)return st;var Ut;if(ut.line!=dt.line)Ut=(ut.line-dt.line)*(it.doc.direction=="ltr"?1:-1)>0;else{var ae=pn(Pt,ut.ch,ut.sticky),Xt=ae-Tt||(ut.ch-dt.ch)*(Ot.level==1?-1:1);ae==At-1||ae==At?Ut=Xt<0:Ut=Xt>0}var Me=Pt[At+(Ut?-1:0)],we=Ut==(Me.level==1),on=we?Me.from:Me.to,hn=we?"after":"before";return dt.ch==on&&dt.sticky==hn?st:new xo(new je(dt.line,on,hn),ut)}function tg(it,st,dt,ut){var ct,Pt;if(st.touches)ct=st.touches[0].clientX,Pt=st.touches[0].clientY;else try{ct=st.clientX,Pt=st.clientY}catch(Me){return!1}if(ct>=Math.floor(it.display.gutters.getBoundingClientRect().right))return!1;ut&&wr(st);var Tt=it.display,Ot=Tt.lineDiv.getBoundingClientRect();if(Pt>Ot.bottom||!Mo(it,dt))return zi(st);Pt-=Ot.top-Tt.viewOffset;for(var At=0;At<it.display.gutterSpecs.length;++At){var Ut=Tt.gutters.childNodes[At];if(Ut&&Ut.getBoundingClientRect().right>=ct){var ae=Cn(it.doc,Pt),Xt=it.display.gutterSpecs[At];return Ki(it,dt,it,ae,Xt.className,st),zi(st)}}}function eg(it,st){return tg(it,st,"gutterClick",!0)}function ng(it,st){Vs(it.display,st)||nm(it,st)||Ri(it,st,"contextmenu")||bt||it.display.input.onContextMenu(st)}function nm(it,st){return Mo(it,"gutterContextMenu")?tg(it,st,"gutterContextMenu",!1):!1}function ig(it){it.display.wrapper.className=it.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+it.options.theme.replace(/(^|\s)\s*/g," cm-s-"),Vu(it)}var Lh={toString:function(){return"CodeMirror.Init"}},Tc={},Jd={};function im(it){var st=it.optionHandlers;function dt(ut,ct,Pt,Tt){it.defaults[ut]=ct,Pt&&(st[ut]=Tt?function(Ot,At,Ut){Ut!=Lh&&Pt(Ot,At,Ut)}:Pt)}it.defineOption=dt,it.Init=Lh,dt("value","",function(ut,ct){return ut.setValue(ct)},!0),dt("mode",null,function(ut,ct){ut.doc.modeOption=ct,Ii(ut)},!0),dt("indentUnit",2,Ii,!0),dt("indentWithTabs",!1),dt("smartIndent",!0),dt("tabSize",4,function(ut){Id(ut),Vu(ut),zo(ut)},!0),dt("lineSeparator",null,function(ut,ct){if(ut.doc.lineSep=ct,!!ct){var Pt=[],Tt=ut.doc.first;ut.doc.iter(function(At){for(var Ut=0;;){var ae=At.text.indexOf(ct,Ut);if(ae==-1)break;Ut=ae+ct.length,Pt.push(je(Tt,ae))}Tt++});for(var Ot=Pt.length-1;Ot>=0;Ot--)su(ut.doc,ct,Pt[Ot],je(Pt[Ot].line,Pt[Ot].ch+ct.length))}}),dt("specialChars",/[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b-\u200c\u200e\u200f\u2028\u2029\ufeff\ufff9-\ufffc]/g,function(ut,ct,Pt){ut.state.specialChars=new RegExp(ct.source+(ct.test(" ")?"":"| "),"g"),Pt!=Lh&&ut.refresh()}),dt("specialCharPlaceholder",ms,function(ut){return ut.refresh()},!0),dt("electricChars",!0),dt("inputStyle",nt?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),dt("spellcheck",!1,function(ut,ct){return ut.getInputField().spellcheck=ct},!0),dt("autocorrect",!1,function(ut,ct){return ut.getInputField().autocorrect=ct},!0),dt("autocapitalize",!1,function(ut,ct){return ut.getInputField().autocapitalize=ct},!0),dt("rtlMoveVisually",!pt),dt("wholeLineUpdateBefore",!0),dt("theme","default",function(ut){ig(ut),sa(ut)},!0),dt("keyMap","default",function(ut,ct,Pt){var Tt=hu(ct),Ot=Pt!=Lh&&hu(Pt);Ot&&Ot.detach&&Ot.detach(ut,Tt),Tt.attach&&Tt.attach(ut,Ot||null)}),dt("extraKeys",null),dt("configureMouse",null),dt("lineWrapping",!1,om,!0),dt("gutters",[],function(ut,ct){ut.display.gutterSpecs=zr(ct,ut.options.lineNumbers),sa(ut)},!0),dt("fixedGutter",!0,function(ut,ct){ut.display.gutters.style.left=ct?Ad(ut.display)+"px":"0",ut.refresh()},!0),dt("coverGutterNextToScrollbar",!1,function(ut){return dh(ut)},!0),dt("scrollbarStyle","native",function(ut){tc(ut),dh(ut),ut.display.scrollbars.setScrollTop(ut.doc.scrollTop),ut.display.scrollbars.setScrollLeft(ut.doc.scrollLeft)},!0),dt("lineNumbers",!1,function(ut,ct){ut.display.gutterSpecs=zr(ut.options.gutters,ct),sa(ut)},!0),dt("firstLineNumber",1,sa,!0),dt("lineNumberFormatter",function(ut){return ut},sa,!0),dt("showCursorWhenSelecting",!1,Nr,!0),dt("resetSelectionOnContextMenu",!0),dt("lineWiseCopyCut",!0),dt("pasteLinesPerSelection",!0),dt("selectionsMayTouch",!1),dt("readOnly",!1,function(ut,ct){ct=="nocursor"&&(Qh(ut),ut.display.input.blur()),ut.display.input.readOnlyChanged(ct)}),dt("screenReaderLabel",null,function(ut,ct){ct=ct===""?null:ct,ut.display.input.screenReaderLabelChanged(ct)}),dt("disableInput",!1,function(ut,ct){ct||ut.display.input.reset()},!0),dt("dragDrop",!0,og),dt("allowDropFileTypes",null),dt("cursorBlinkRate",530),dt("cursorScrollMargin",0),dt("cursorHeight",1,Nr,!0),dt("singleCursorHeightPerLine",!0,Nr,!0),dt("workTime",100),dt("workDelay",100),dt("flattenSpans",!0,Id,!0),dt("addModeClass",!1,Id,!0),dt("pollInterval",100),dt("undoDepth",200,function(ut,ct){return ut.doc.history.undoDepth=ct}),dt("historyEventDelay",1250),dt("viewportMargin",10,function(ut){return ut.refresh()},!0),dt("maxHighlightLength",1e4,Id,!0),dt("moveInputWithCursor",!0,function(ut,ct){ct||ut.display.input.resetPosition()}),dt("tabindex",null,function(ut,ct){return ut.display.input.getField().tabIndex=ct||""}),dt("autofocus",null),dt("direction","ltr",function(ut,ct){return ut.doc.setDirection(ct)},!0),dt("phrases",null)}function og(it,st,dt){var ut=dt&&dt!=Lh;if(!st!=!ut){var ct=it.display.dragFunctions,Pt=st?_n:ho;Pt(it.display.scroller,"dragstart",ct.start),Pt(it.display.scroller,"dragenter",ct.enter),Pt(it.display.scroller,"dragover",ct.over),Pt(it.display.scroller,"dragleave",ct.leave),Pt(it.display.scroller,"drop",ct.drop)}}function om(it){it.options.lineWrapping?(Le(it.display.wrapper,"CodeMirror-wrap"),it.display.sizer.style.minWidth="",it.display.sizerWidth=null):(Zt(it.display.wrapper,"CodeMirror-wrap"),Lo(it)),ui(it),zo(it),Vu(it),setTimeout(function(){return dh(it)},100)}function to(it,st){var dt=this;if(!(this instanceof to))return new to(it,st);this.options=st=st?Mn(st):{},Mn(Tc,st,!1);var ut=st.value;typeof ut=="string"?ut=new ts(ut,st.mode,null,st.lineSeparator,st.direction):st.mode&&(ut.modeOption=st.mode),this.doc=ut;var ct=new to.inputStyles[st.inputStyle](this),Pt=this.display=new yh(it,ut,ct,st);Pt.wrapper.CodeMirror=this,ig(this),st.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),tc(this),this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,delayingBlurEvent:!1,focused:!1,suppressEdits:!1,pasteIncoming:-1,cutIncoming:-1,selectingText:!1,draggingText:!1,highlight:new Dt,keySeq:null,specialChars:null},st.autofocus&&!nt&&Pt.input.focus(),ve&&le<11&&setTimeout(function(){return dt.display.input.reset(!0)},20),od(this),la(),fh(this),this.curOp.forceUpdate=!0,Hf(this,ut),st.autofocus&&!nt||this.hasFocus()?setTimeout(function(){dt.hasFocus()&&!dt.state.focused&&Zi(dt)},20):Qh(this);for(var Tt in Jd)Jd.hasOwnProperty(Tt)&&Jd[Tt](this,st[Tt],Lh);xr(this),st.finishInit&&st.finishInit(this);for(var Ot=0;Ot<gu.length;++Ot)gu[Ot](this);gh(this),Kt&&st.lineWrapping&&getComputedStyle(Pt.lineDiv).textRendering=="optimizelegibility"&&(Pt.lineDiv.style.textRendering="auto")}to.defaults=Tc,to.optionHandlers=Jd;function od(it){var st=it.display;_n(st.scroller,"mousedown",Fr(it,Qa)),ve&&le<11?_n(st.scroller,"dblclick",Fr(it,function(At){if(!Ri(it,At)){var Ut=Ss(it,At);if(!(!Ut||eg(it,At)||Vs(it.display,At))){wr(At);var ae=it.findWordAt(Ut);Yf(it.doc,ae.anchor,ae.head)}}})):_n(st.scroller,"dblclick",function(At){return Ri(it,At)||wr(At)}),_n(st.scroller,"contextmenu",function(At){return ng(it,At)}),_n(st.input.getField(),"contextmenu",function(At){st.scroller.contains(At.target)||ng(it,At)});var dt,ut={end:0};function ct(){st.activeTouch&&(dt=setTimeout(function(){return st.activeTouch=null},1e3),ut=st.activeTouch,ut.end=+new Date)}function Pt(At){if(At.touches.length!=1)return!1;var Ut=At.touches[0];return Ut.radiusX<=1&&Ut.radiusY<=1}function Tt(At,Ut){if(Ut.left==null)return!0;var ae=Ut.left-At.left,Xt=Ut.top-At.top;return ae*ae+Xt*Xt>20*20}_n(st.scroller,"touchstart",function(At){if(!Ri(it,At)&&!Pt(At)&&!eg(it,At)){st.input.ensurePolled(),clearTimeout(dt);var Ut=+new Date;st.activeTouch={start:Ut,moved:!1,prev:Ut-ut.end<=300?ut:null},At.touches.length==1&&(st.activeTouch.left=At.touches[0].pageX,st.activeTouch.top=At.touches[0].pageY)}}),_n(st.scroller,"touchmove",function(){st.activeTouch&&(st.activeTouch.moved=!0)}),_n(st.scroller,"touchend",function(At){var Ut=st.activeTouch;if(Ut&&!Vs(st,At)&&Ut.left!=null&&!Ut.moved&&new Date-Ut.start<300){var ae=it.coordsChar(st.activeTouch,"page"),Xt;!Ut.prev||Tt(Ut,Ut.prev)?Xt=new xo(ae,ae):!Ut.prev.prev||Tt(Ut,Ut.prev.prev)?Xt=it.findWordAt(ae):Xt=new xo(je(ae.line,0),jn(it.doc,je(ae.line+1,0))),it.setSelection(Xt.anchor,Xt.head),it.focus(),wr(At)}ct()}),_n(st.scroller,"touchcancel",ct),_n(st.scroller,"scroll",function(){st.scroller.clientHeight&&(qh(it,st.scroller.scrollTop),Gl(it,st.scroller.scrollLeft,!0),Ki(it,"scroll",it))}),_n(st.scroller,"mousewheel",function(At){return Gr(it,At)}),_n(st.scroller,"DOMMouseScroll",function(At){return Gr(it,At)}),_n(st.wrapper,"scroll",function(){return st.wrapper.scrollTop=st.wrapper.scrollLeft=0}),st.dragFunctions={enter:function(At){Ri(it,At)||va(At)},over:function(At){Ri(it,At)||(Zp(it,At),va(At))},start:function(At){return Xp(it,At)},drop:Fr(it,uc),leave:function(At){Ri(it,At)||Jp(it)}};var Ot=st.input.getField();_n(Ot,"keyup",function(At){return Pc.call(it,At)}),_n(Ot,"keydown",Fr(it,Sc)),_n(Ot,"keypress",Fr(it,Ja)),_n(Ot,"focus",function(At){return Zi(it,At)}),_n(Ot,"blur",function(At){return Qh(it,At)})}var gu=[];to.defineInitHook=function(it){return gu.push(it)};function br(it,st,dt,ut){var ct=it.doc,Pt;dt==null&&(dt="add"),dt=="smart"&&(ct.mode.indent?Pt=Vo(it,st).state:dt="prev");var Tt=it.options.tabSize,Ot=He(ct,st),At=Yt(Ot.text,null,Tt);Ot.stateAfter&&(Ot.stateAfter=null);var Ut=Ot.text.match(/^\s*/)[0],ae;if(!ut&&!/\S/.test(Ot.text))ae=0,dt="not";else if(dt=="smart"&&(ae=ct.mode.indent(Pt,Ot.text.slice(Ut.length),Ot.text),ae==$e||ae>150)){if(!ut)return;dt="prev"}dt=="prev"?st>ct.first?ae=Yt(He(ct,st-1).text,null,Tt):ae=0:dt=="add"?ae=At+it.options.indentUnit:dt=="subtract"?ae=At-it.options.indentUnit:typeof dt=="number"&&(ae=At+dt),ae=Math.max(0,ae);var Xt="",Me=0;if(it.options.indentWithTabs)for(var we=Math.floor(ae/Tt);we;--we)Me+=Tt,Xt+=" ";if(Me<ae&&(Xt+=te(ae-Me)),Xt!=Ut)return su(ct,Xt,je(st,0),je(st,Ut.length),"+input"),Ot.stateAfter=null,!0;for(var on=0;on<ct.sel.ranges.length;on++){var hn=ct.sel.ranges[on];if(hn.head.line==st&&hn.head.ch<Ut.length){var Sn=je(st,Ut.length);Ph(ct,on,new xo(Sn,Sn));break}}}var Ds=null;function cu(it){Ds=it}function Qd(it,st,dt,ut,ct){var Pt=it.doc;it.display.shift=!1,ut||(ut=Pt.sel);var Tt=+new Date-200,Ot=ct=="paste"||it.state.pasteIncoming>Tt,At=_e(st),Ut=null;if(Ot&&ut.ranges.length>1)if(Ds&&Ds.text.join(`
|
|
`)==st){if(ut.ranges.length%Ds.text.length==0){Ut=[];for(var ae=0;ae<Ds.text.length;ae++)Ut.push(Pt.splitLines(Ds.text[ae]))}}else At.length==ut.ranges.length&&it.options.pasteLinesPerSelection&&(Ut=nn(At,function(Bn){return[Bn]}));for(var Xt=it.curOp.updateInput,Me=ut.ranges.length-1;Me>=0;Me--){var we=ut.ranges[Me],on=we.from(),hn=we.to();we.empty()&&(dt&&dt>0?on=je(on.line,on.ch-dt):it.state.overwrite&&!Ot?hn=je(hn.line,Math.min(He(Pt,hn.line).text.length,hn.ch+pe(At).length)):Ot&&Ds&&Ds.lineWise&&Ds.text.join(`
|
|
`)==At.join(`
|
|
`)&&(on=hn=je(on.line,0)));var Sn={from:on,to:hn,text:Ut?Ut[Me%Ut.length]:At,origin:ct||(Ot?"paste":it.state.cutIncoming>Tt?"cut":"+input")};wh(it.doc,Sn),Gn(it,"inputRead",it,Sn)}st&&!Ot&&Fc(it,st),zl(it),it.curOp.updateInput<2&&(it.curOp.updateInput=Xt),it.curOp.typing=!0,it.state.pasteIncoming=it.state.cutIncoming=-1}function Nc(it,st){var dt=it.clipboardData&&it.clipboardData.getData("Text");if(dt)return it.preventDefault(),!st.isReadOnly()&&!st.options.disableInput&&ao(st,function(){return Qd(st,dt,0,null,"paste")}),!0}function Fc(it,st){if(!(!it.options.electricChars||!it.options.smartIndent))for(var dt=it.doc.sel,ut=dt.ranges.length-1;ut>=0;ut--){var ct=dt.ranges[ut];if(!(ct.head.ch>100||ut&&dt.ranges[ut-1].head.line==ct.head.line)){var Pt=it.getModeAt(ct.head),Tt=!1;if(Pt.electricChars){for(var Ot=0;Ot<Pt.electricChars.length;Ot++)if(st.indexOf(Pt.electricChars.charAt(Ot))>-1){Tt=br(it,ct.head.line,"smart");break}}else Pt.electricInput&&Pt.electricInput.test(He(it.doc,ct.head.line).text.slice(0,ct.head.ch))&&(Tt=br(it,ct.head.line,"smart"));Tt&&Gn(it,"electricInput",it,ct.head.line)}}}function bc(it){for(var st=[],dt=[],ut=0;ut<it.doc.sel.ranges.length;ut++){var ct=it.doc.sel.ranges[ut].head.line,Pt={anchor:je(ct,0),head:je(ct+1,0)};dt.push(Pt),st.push(it.getRange(Pt.anchor,Pt.head))}return{text:st,ranges:dt}}function Ec(it,st,dt,ut){it.setAttribute("autocorrect",dt?"":"off"),it.setAttribute("autocapitalize",ut?"":"off"),it.setAttribute("spellcheck",!!st)}function Ac(){var it=qt("textarea",null,null,"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; outline: none"),st=qt("div",[it],null,"overflow: hidden; position: relative; width: 3px; height: 0px;");return Kt?it.style.width="1000px":it.setAttribute("wrap","off"),Nt&&(it.style.border="1px solid black"),Ec(it),st}function kh(it){var st=it.optionHandlers,dt=it.helpers={};it.prototype={constructor:it,focus:function(){window.focus(),this.display.input.focus()},setOption:function(ut,ct){var Pt=this.options,Tt=Pt[ut];Pt[ut]==ct&&ut!="mode"||(Pt[ut]=ct,st.hasOwnProperty(ut)&&Fr(this,st[ut])(this,ct,Tt),Ki(this,"optionChange",this,ut))},getOption:function(ut){return this.options[ut]},getDoc:function(){return this.doc},addKeyMap:function(ut,ct){this.state.keyMaps[ct?"push":"unshift"](hu(ut))},removeKeyMap:function(ut){for(var ct=this.state.keyMaps,Pt=0;Pt<ct.length;++Pt)if(ct[Pt]==ut||ct[Pt].name==ut)return ct.splice(Pt,1),!0},addOverlay:Ir(function(ut,ct){var Pt=ut.token?ut:it.getMode(this.options,ut);if(Pt.startState)throw new Error("Overlays may not be stateful.");ln(this.state.overlays,{mode:Pt,modeSpec:ut,opaque:ct&&ct.opaque,priority:ct&&ct.priority||0},function(Tt){return Tt.priority}),this.state.modeGen++,zo(this)}),removeOverlay:Ir(function(ut){for(var ct=this.state.overlays,Pt=0;Pt<ct.length;++Pt){var Tt=ct[Pt].modeSpec;if(Tt==ut||typeof ut=="string"&&Tt.name==ut){ct.splice(Pt,1),this.state.modeGen++,zo(this);return}}}),indentLine:Ir(function(ut,ct,Pt){typeof ct!="string"&&typeof ct!="number"&&(ct==null?ct=this.options.smartIndent?"smart":"prev":ct=ct?"add":"subtract"),Hn(this.doc,ut)&&br(this,ut,ct,Pt)}),indentSelection:Ir(function(ut){for(var ct=this.doc.sel.ranges,Pt=-1,Tt=0;Tt<ct.length;Tt++){var Ot=ct[Tt];if(Ot.empty())Ot.head.line>Pt&&(br(this,Ot.head.line,ut,!0),Pt=Ot.head.line,Tt==this.doc.sel.primIndex&&zl(this));else{var At=Ot.from(),Ut=Ot.to(),ae=Math.max(Pt,At.line);Pt=Math.min(this.lastLine(),Ut.line-(Ut.ch?0:1))+1;for(var Xt=ae;Xt<Pt;++Xt)br(this,Xt,ut);var Me=this.doc.sel.ranges;At.ch==0&&ct.length==Me.length&&Me[Tt].from().ch>0&&Ph(this.doc,Tt,new xo(At,Me[Tt].to()),de)}}}),getTokenAt:function(ut,ct){return oo(this,ut,ct)},getLineTokens:function(ut,ct){return oo(this,je(ut),ct,!0)},getTokenTypeAt:function(ut){ut=jn(this.doc,ut);var ct=hr(this,He(this.doc,ut.line)),Pt=0,Tt=(ct.length-1)/2,Ot=ut.ch,At;if(Ot==0)At=ct[2];else for(;;){var Ut=Pt+Tt>>1;if((Ut?ct[Ut*2-1]:0)>=Ot)Tt=Ut;else if(ct[Ut*2+1]<Ot)Pt=Ut+1;else{At=ct[Ut*2+2];break}}var ae=At?At.indexOf("overlay "):-1;return ae<0?At:ae==0?null:At.slice(0,ae-1)},getModeAt:function(ut){var ct=this.doc.mode;return ct.innerMode?it.innerMode(ct,this.getTokenAt(ut).state).mode:ct},getHelper:function(ut,ct){return this.getHelpers(ut,ct)[0]},getHelpers:function(ut,ct){var Pt=[];if(!dt.hasOwnProperty(ct))return Pt;var Tt=dt[ct],Ot=this.getModeAt(ut);if(typeof Ot[ct]=="string")Tt[Ot[ct]]&&Pt.push(Tt[Ot[ct]]);else if(Ot[ct])for(var At=0;At<Ot[ct].length;At++){var Ut=Tt[Ot[ct][At]];Ut&&Pt.push(Ut)}else Ot.helperType&&Tt[Ot.helperType]?Pt.push(Tt[Ot.helperType]):Tt[Ot.name]&&Pt.push(Tt[Ot.name]);for(var ae=0;ae<Tt._global.length;ae++){var Xt=Tt._global[ae];Xt.pred(Ot,this)&&ue(Pt,Xt.val)==-1&&Pt.push(Xt.val)}return Pt},getStateAfter:function(ut,ct){var Pt=this.doc;return ut=Tn(Pt,ut==null?Pt.first+Pt.size-1:ut),Vo(this,ut+1,ct).state},cursorCoords:function(ut,ct){var Pt,Tt=this.doc.sel.primary();return ut==null?Pt=Tt.head:typeof ut=="object"?Pt=jn(this.doc,ut):Pt=ut?Tt.from():Tt.to(),Qo(this,Pt,ct||"page")},charCoords:function(ut,ct){return Ed(this,jn(this.doc,ut),ct||"page")},coordsChar:function(ut,ct){return ut=bf(this,ut,ct||"page"),Bf(this,ut.left,ut.top)},lineAtHeight:function(ut,ct){return ut=bf(this,{top:ut,left:0},ct||"page").top,Cn(this.doc,ut+this.display.viewOffset)},heightAtLine:function(ut,ct,Pt){var Tt=!1,Ot;if(typeof ut=="number"){var At=this.doc.first+this.doc.size-1;ut<this.doc.first?ut=this.doc.first:ut>At&&(ut=At,Tt=!0),Ot=He(this.doc,ut)}else Ot=ut;return qr(this,Ot,{top:0,left:0},ct||"page",Pt||Tt).top+(Tt?this.doc.height-ro(Ot):0)},defaultTextHeight:function(){return Rl(this.display)},defaultCharWidth:function(){return Jh(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(ut,ct,Pt,Tt,Ot){var At=this.display;ut=Qo(this,jn(this.doc,ut));var Ut=ut.bottom,ae=ut.left;if(ct.style.position="absolute",ct.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(ct),At.sizer.appendChild(ct),Tt=="over")Ut=ut.top;else if(Tt=="above"||Tt=="near"){var Xt=Math.max(At.wrapper.clientHeight,this.doc.height),Me=Math.max(At.sizer.clientWidth,At.lineSpace.clientWidth);(Tt=="above"||ut.bottom+ct.offsetHeight>Xt)&&ut.top>ct.offsetHeight?Ut=ut.top-ct.offsetHeight:ut.bottom+ct.offsetHeight<=Xt&&(Ut=ut.bottom),ae+ct.offsetWidth>Me&&(ae=Me-ct.offsetWidth)}ct.style.top=Ut+"px",ct.style.left=ct.style.right="",Ot=="right"?(ae=At.sizer.clientWidth-ct.offsetWidth,ct.style.right="0px"):(Ot=="left"?ae=0:Ot=="middle"&&(ae=(At.sizer.clientWidth-ct.offsetWidth)/2),ct.style.left=ae+"px"),Pt&&Bd(this,{left:ae,top:Ut,right:ae+ct.offsetWidth,bottom:Ut+ct.offsetHeight})},triggerOnKeyDown:Ir(Sc),triggerOnKeyPress:Ir(Ja),triggerOnKeyUp:Pc,triggerOnMouseDown:Ir(Qa),execCommand:function(ut){if(Ch.hasOwnProperty(ut))return Ch[ut].call(null,this)},triggerElectric:Ir(function(ut){Fc(this,ut)}),findPosH:function(ut,ct,Pt,Tt){var Ot=1;ct<0&&(Ot=-1,ct=-ct);for(var At=jn(this.doc,ut),Ut=0;Ut<ct&&(At=$d(this.doc,At,Ot,Pt,Tt),!At.hitSide);++Ut);return At},moveH:Ir(function(ut,ct){var Pt=this;this.extendSelectionsBy(function(Tt){return Pt.display.shift||Pt.doc.extend||Tt.empty()?$d(Pt.doc,Tt.head,ut,ct,Pt.options.rtlMoveVisually):ut<0?Tt.from():Tt.to()},Re)}),deleteH:Ir(function(ut,ct){var Pt=this.doc.sel,Tt=this.doc;Pt.somethingSelected()?Tt.replaceSelection("",null,"+delete"):Zs(this,function(Ot){var At=$d(Tt,Ot.head,ut,ct,!1);return ut<0?{from:At,to:Ot.head}:{from:Ot.head,to:At}})}),findPosV:function(ut,ct,Pt,Tt){var Ot=1,At=Tt;ct<0&&(Ot=-1,ct=-ct);for(var Ut=jn(this.doc,ut),ae=0;ae<ct;++ae){var Xt=Qo(this,Ut,"div");if(At==null?At=Xt.left:Xt.left=At,Ut=Mh(this,Xt,Ot,Pt),Ut.hitSide)break}return Ut},moveV:Ir(function(ut,ct){var Pt=this,Tt=this.doc,Ot=[],At=!this.display.shift&&!Tt.extend&&Tt.sel.somethingSelected();if(Tt.extendSelectionsBy(function(ae){if(At)return ut<0?ae.from():ae.to();var Xt=Qo(Pt,ae.head,"div");ae.goalColumn!=null&&(Xt.left=ae.goalColumn),Ot.push(Xt.left);var Me=Mh(Pt,Xt,ut,ct);return ct=="page"&&ae==Tt.sel.primary()&&Of(Pt,Ed(Pt,Me,"div").top-Xt.top),Me},Re),Ot.length)for(var Ut=0;Ut<Tt.sel.ranges.length;Ut++)Tt.sel.ranges[Ut].goalColumn=Ot[Ut]}),findWordAt:function(ut){var ct=this.doc,Pt=He(ct,ut.line).text,Tt=ut.ch,Ot=ut.ch;if(Pt){var At=this.getHelper(ut,"wordChars");(ut.sticky=="before"||Ot==Pt.length)&&Tt?--Tt:++Ot;for(var Ut=Pt.charAt(Tt),ae=Gt(Ut,At)?function(Xt){return Gt(Xt,At)}:/\s/.test(Ut)?function(Xt){return/\s/.test(Xt)}:function(Xt){return!/\s/.test(Xt)&&!Gt(Xt)};Tt>0&&ae(Pt.charAt(Tt-1));)--Tt;for(;Ot<Pt.length&&ae(Pt.charAt(Ot));)++Ot}return new xo(je(ut.line,Tt),je(ut.line,Ot))},toggleOverwrite:function(ut){ut!=null&&ut==this.state.overwrite||((this.state.overwrite=!this.state.overwrite)?Le(this.display.cursorDiv,"CodeMirror-overwrite"):Zt(this.display.cursorDiv,"CodeMirror-overwrite"),Ki(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==De()},isReadOnly:function(){return!!(this.options.readOnly||this.doc.cantEdit)},scrollTo:Ir(function(ut,ct){$h(this,ut,ct)}),getScrollInfo:function(){var ut=this.display.scroller;return{left:ut.scrollLeft,top:ut.scrollTop,height:ut.scrollHeight-Ys(this)-this.display.barHeight,width:ut.scrollWidth-Ys(this)-this.display.barWidth,clientHeight:Nd(this),clientWidth:Ba(this)}},scrollIntoView:Ir(function(ut,ct){ut==null?(ut={from:this.doc.sel.primary().head,to:null},ct==null&&(ct=this.options.cursorScrollMargin)):typeof ut=="number"?ut={from:je(ut,0),to:null}:ut.from==null&&(ut={from:ut,to:null}),ut.to||(ut.to=ut.from),ut.margin=ct||0,ut.from.line!=null?Ji(this,ut):If(this,ut.from,ut.to,ut.margin)}),setSize:Ir(function(ut,ct){var Pt=this,Tt=function(At){return typeof At=="number"||/^\d+$/.test(String(At))?At+"px":At};ut!=null&&(this.display.wrapper.style.width=Tt(ut)),ct!=null&&(this.display.wrapper.style.height=Tt(ct)),this.options.lineWrapping&&bd(this);var Ot=this.display.viewFrom;this.doc.iter(Ot,this.display.viewTo,function(At){if(At.widgets){for(var Ut=0;Ut<At.widgets.length;Ut++)if(At.widgets[Ut].noHScroll){Bi(Pt,Ot,"widget");break}}++Ot}),this.curOp.forceUpdate=!0,Ki(this,"refresh",this)}),operation:function(ut){return ao(this,ut)},startOperation:function(){return fh(this)},endOperation:function(){return gh(this)},refresh:Ir(function(){var ut=this.display.cachedTextHeight;zo(this),this.curOp.forceUpdate=!0,Vu(this),$h(this,this.doc.scrollLeft,this.doc.scrollTop),mh(this.display),(ut==null||Math.abs(ut-Rl(this.display))>.5||this.options.lineWrapping)&&ui(this),Ki(this,"refresh",this)}),swapDoc:Ir(function(ut){var ct=this.doc;return ct.cm=null,this.state.selectingText&&this.state.selectingText(),Hf(this,ut),Vu(this),this.display.input.reset(),$h(this,ut.scrollLeft,ut.scrollTop),this.curOp.forceScroll=!0,Gn(this,"swapDoc",this,ct),ct}),phrase:function(ut){var ct=this.options.phrases;return ct&&Object.prototype.hasOwnProperty.call(ct,ut)?ct[ut]:ut},getInputField:function(){return this.display.input.getField()},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},Pr(it),it.registerHelper=function(ut,ct,Pt){dt.hasOwnProperty(ut)||(dt[ut]=it[ut]={_global:[]}),dt[ut][ct]=Pt},it.registerGlobalHelper=function(ut,ct,Pt,Tt){it.registerHelper(ut,ct,Tt),dt[ut]._global.push({pred:Pt,val:Tt})}}function $d(it,st,dt,ut,ct){var Pt=st,Tt=dt,Ot=He(it,st.line),At=ct&&it.direction=="rtl"?-dt:dt;function Ut(){var qn=st.line+At;return qn<it.first||qn>=it.first+it.size?!1:(st=new je(qn,st.ch,st.sticky),Ot=He(it,qn))}function ae(qn){var zn;if(ut=="codepoint"){var oi=Ot.text.charCodeAt(st.ch+(ut>0?0:-1));isNaN(oi)?zn=null:zn=new je(st.line,Math.max(0,Math.min(Ot.text.length,st.ch+dt*(oi>=55296&&oi<56320?2:1))),-dt)}else ct?zn=Zf(it.cm,Ot,st,dt):zn=yr(Ot,st,dt);if(zn==null)if(!qn&&Ut())st=Zd(ct,it.cm,Ot,st.line,At);else return!1;else st=zn;return!0}if(ut=="char"||ut=="codepoint")ae();else if(ut=="column")ae(!0);else if(ut=="word"||ut=="group")for(var Xt=null,Me=ut=="group",we=it.cm&&it.cm.getHelper(st,"wordChars"),on=!0;!(dt<0&&!ae(!on));on=!1){var hn=Ot.text.charAt(st.ch)||`
|
|
`,Sn=Gt(hn,we)?"w":Me&&hn==`
|
|
`?"n":!Me||/\s/.test(hn)?null:"p";if(Me&&!on&&!Sn&&(Sn="s"),Xt&&Xt!=Sn){dt<0&&(dt=1,ae(),st.sticky="after");break}if(Sn&&(Xt=Sn),dt>0&&!ae(!on))break}var Bn=Vd(it,st,Pt,Tt,!0);return io(Pt,Bn)&&(Bn.hitSide=!0),Bn}function Mh(it,st,dt,ut){var ct=it.doc,Pt=st.left,Tt;if(ut=="page"){var Ot=Math.min(it.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight),At=Math.max(Ot-.5*Rl(it.display),3);Tt=(dt>0?st.bottom:st.top)+dt*At}else ut=="line"&&(Tt=dt>0?st.bottom+3:st.top-3);for(var Ut;Ut=Bf(it,Pt,Tt),!!Ut.outside;){if(dt<0?Tt<=0:Tt>=ct.height){Ut.hitSide=!0;break}Tt+=dt*5}return Ut}var No=function(it){this.cm=it,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new Dt,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};No.prototype.init=function(it){var st=this,dt=this,ut=dt.cm,ct=dt.div=it.lineDiv;Ec(ct,ut.options.spellcheck,ut.options.autocorrect,ut.options.autocapitalize);function Pt(Ot){for(var At=Ot.target;At;At=At.parentNode){if(At==ct)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(At.className))break}return!1}_n(ct,"paste",function(Ot){!Pt(Ot)||Ri(ut,Ot)||Nc(Ot,ut)||le<=11&&setTimeout(Fr(ut,function(){return st.updateFromDOM()}),20)}),_n(ct,"compositionstart",function(Ot){st.composing={data:Ot.data,done:!1}}),_n(ct,"compositionupdate",function(Ot){st.composing||(st.composing={data:Ot.data,done:!1})}),_n(ct,"compositionend",function(Ot){st.composing&&(Ot.data!=st.composing.data&&st.readFromDOMSoon(),st.composing.done=!0)}),_n(ct,"touchstart",function(){return dt.forceCompositionEnd()}),_n(ct,"input",function(){st.composing||st.readFromDOMSoon()});function Tt(Ot){if(!(!Pt(Ot)||Ri(ut,Ot))){if(ut.somethingSelected())cu({lineWise:!1,text:ut.getSelections()}),Ot.type=="cut"&&ut.replaceSelection("",null,"cut");else if(ut.options.lineWiseCopyCut){var At=bc(ut);cu({lineWise:!0,text:At.text}),Ot.type=="cut"&&ut.operation(function(){ut.setSelections(At.ranges,0,de),ut.replaceSelection("",null,"cut")})}else return;if(Ot.clipboardData){Ot.clipboardData.clearData();var Ut=Ds.text.join(`
|
|
`);if(Ot.clipboardData.setData("Text",Ut),Ot.clipboardData.getData("Text")==Ut){Ot.preventDefault();return}}var ae=Ac(),Xt=ae.firstChild;ut.display.lineSpace.insertBefore(ae,ut.display.lineSpace.firstChild),Xt.value=Ds.text.join(`
|
|
`);var Me=document.activeElement;cn(Xt),setTimeout(function(){ut.display.lineSpace.removeChild(ae),Me.focus(),Me==ct&&dt.showPrimarySelection()},50)}}_n(ct,"copy",Tt),_n(ct,"cut",Tt)},No.prototype.screenReaderLabelChanged=function(it){it?this.div.setAttribute("aria-label",it):this.div.removeAttribute("aria-label")},No.prototype.prepareSelection=function(){var it=hh(this.cm,!1);return it.focus=document.activeElement==this.div,it},No.prototype.showSelection=function(it,st){!it||!this.cm.display.view.length||((it.focus||st)&&this.showPrimarySelection(),this.showMultipleSelections(it))},No.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},No.prototype.showPrimarySelection=function(){var it=this.getSelection(),st=this.cm,dt=st.doc.sel.primary(),ut=dt.from(),ct=dt.to();if(st.display.viewTo==st.display.viewFrom||ut.line>=st.display.viewTo||ct.line<st.display.viewFrom){it.removeAllRanges();return}var Pt=qd(st,it.anchorNode,it.anchorOffset),Tt=qd(st,it.focusNode,it.focusOffset);if(!(Pt&&!Pt.bad&&Tt&&!Tt.bad&&Fn(Dn(Pt,Tt),ut)==0&&Fn($i(Pt,Tt),ct)==0)){var Ot=st.display.view,At=ut.line>=st.display.viewFrom&&rg(st,ut)||{node:Ot[0].measure.map[2],offset:0},Ut=ct.line<st.display.viewTo&&rg(st,ct);if(!Ut){var ae=Ot[Ot.length-1].measure,Xt=ae.maps?ae.maps[ae.maps.length-1]:ae.map;Ut={node:Xt[Xt.length-1],offset:Xt[Xt.length-2]-Xt[Xt.length-3]}}if(!At||!Ut){it.removeAllRanges();return}var Me=it.rangeCount&&it.getRangeAt(0),we;try{we=oe(At.node,At.offset,Ut.offset,Ut.node)}catch(on){}we&&(!Rt&&st.state.focused?(it.collapse(At.node,At.offset),we.collapsed||(it.removeAllRanges(),it.addRange(we))):(it.removeAllRanges(),it.addRange(we)),Me&&it.anchorNode==null?it.addRange(Me):Rt&&this.startGracePeriod()),this.rememberSelection()}},No.prototype.startGracePeriod=function(){var it=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){it.gracePeriod=!1,it.selectionChanged()&&it.cm.operation(function(){return it.cm.curOp.selectionChanged=!0})},20)},No.prototype.showMultipleSelections=function(it){$t(this.cm.display.cursorDiv,it.cursors),$t(this.cm.display.selectionDiv,it.selection)},No.prototype.rememberSelection=function(){var it=this.getSelection();this.lastAnchorNode=it.anchorNode,this.lastAnchorOffset=it.anchorOffset,this.lastFocusNode=it.focusNode,this.lastFocusOffset=it.focusOffset},No.prototype.selectionInEditor=function(){var it=this.getSelection();if(!it.rangeCount)return!1;var st=it.getRangeAt(0).commonAncestorContainer;return xe(this.div,st)},No.prototype.focus=function(){this.cm.options.readOnly!="nocursor"&&((!this.selectionInEditor()||document.activeElement!=this.div)&&this.showSelection(this.prepareSelection(),!0),this.div.focus())},No.prototype.blur=function(){this.div.blur()},No.prototype.getField=function(){return this.div},No.prototype.supportsTouch=function(){return!0},No.prototype.receivedFocus=function(){var it=this;this.selectionInEditor()?this.pollSelection():ao(this.cm,function(){return it.cm.curOp.selectionChanged=!0});function st(){it.cm.state.focused&&(it.pollSelection(),it.polling.set(it.cm.options.pollInterval,st))}this.polling.set(this.cm.options.pollInterval,st)},No.prototype.selectionChanged=function(){var it=this.getSelection();return it.anchorNode!=this.lastAnchorNode||it.anchorOffset!=this.lastAnchorOffset||it.focusNode!=this.lastFocusNode||it.focusOffset!=this.lastFocusOffset},No.prototype.pollSelection=function(){if(!(this.readDOMTimeout!=null||this.gracePeriod||!this.selectionChanged())){var it=this.getSelection(),st=this.cm;if(et&&me&&this.cm.display.gutterSpecs.length&&Bc(it.anchorNode)){this.cm.triggerOnKeyDown({type:"keydown",keyCode:8,preventDefault:Math.abs}),this.blur(),this.focus();return}if(!this.composing){this.rememberSelection();var dt=qd(st,it.anchorNode,it.anchorOffset),ut=qd(st,it.focusNode,it.focusOffset);dt&&ut&&ao(st,function(){hs(st.doc,Hl(dt,ut),de),(dt.bad||ut.bad)&&(st.curOp.selectionChanged=!0)})}}},No.prototype.pollContent=function(){this.readDOMTimeout!=null&&(clearTimeout(this.readDOMTimeout),this.readDOMTimeout=null);var it=this.cm,st=it.display,dt=it.doc.sel.primary(),ut=dt.from(),ct=dt.to();if(ut.ch==0&&ut.line>it.firstLine()&&(ut=je(ut.line-1,He(it.doc,ut.line-1).length)),ct.ch==He(it.doc,ct.line).text.length&&ct.line<it.lastLine()&&(ct=je(ct.line+1,0)),ut.line<st.viewFrom||ct.line>st.viewTo-1)return!1;var Pt,Tt,Ot;ut.line==st.viewFrom||(Pt=ra(it,ut.line))==0?(Tt=se(st.view[0].line),Ot=st.view[0].node):(Tt=se(st.view[Pt].line),Ot=st.view[Pt-1].node.nextSibling);var At=ra(it,ct.line),Ut,ae;if(At==st.view.length-1?(Ut=st.viewTo-1,ae=st.lineDiv.lastChild):(Ut=se(st.view[At+1].line)-1,ae=st.view[At+1].node.previousSibling),!Ot)return!1;for(var Xt=it.doc.splitLines(sd(it,Ot,ae,Tt,Ut)),Me=On(it.doc,je(Tt,0),je(Ut,He(it.doc,Ut).text.length));Xt.length>1&&Me.length>1;)if(pe(Xt)==pe(Me))Xt.pop(),Me.pop(),Ut--;else if(Xt[0]==Me[0])Xt.shift(),Me.shift(),Tt++;else break;for(var we=0,on=0,hn=Xt[0],Sn=Me[0],Bn=Math.min(hn.length,Sn.length);we<Bn&&hn.charCodeAt(we)==Sn.charCodeAt(we);)++we;for(var qn=pe(Xt),zn=pe(Me),oi=Math.min(qn.length-(Xt.length==1?we:0),zn.length-(Me.length==1?we:0));on<oi&&qn.charCodeAt(qn.length-on-1)==zn.charCodeAt(zn.length-on-1);)++on;if(Xt.length==1&&Me.length==1&&Tt==ut.line)for(;we&&we>ut.ch&&qn.charCodeAt(qn.length-on-1)==zn.charCodeAt(zn.length-on-1);)we--,on++;Xt[Xt.length-1]=qn.slice(0,qn.length-on).replace(/^\u200b+/,""),Xt[0]=Xt[0].slice(we).replace(/\u200b+$/,"");var Pi=je(Tt,we),Rn=je(Ut,Me.length?pe(Me).length-on:0);if(Xt.length>1||Xt[0]||Fn(Pi,Rn))return su(it.doc,Xt,Pi,Rn,"+input"),!0},No.prototype.ensurePolled=function(){this.forceCompositionEnd()},No.prototype.reset=function(){this.forceCompositionEnd()},No.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},No.prototype.readFromDOMSoon=function(){var it=this;this.readDOMTimeout==null&&(this.readDOMTimeout=setTimeout(function(){if(it.readDOMTimeout=null,it.composing)if(it.composing.done)it.composing=null;else return;it.updateFromDOM()},80))},No.prototype.updateFromDOM=function(){var it=this;(this.cm.isReadOnly()||!this.pollContent())&&ao(this.cm,function(){return zo(it.cm)})},No.prototype.setUneditable=function(it){it.contentEditable="false"},No.prototype.onKeyPress=function(it){it.charCode==0||this.composing||(it.preventDefault(),this.cm.isReadOnly()||Fr(this.cm,Qd)(this.cm,String.fromCharCode(it.charCode==null?it.keyCode:it.charCode),0))},No.prototype.readOnlyChanged=function(it){this.div.contentEditable=String(it!="nocursor")},No.prototype.onContextMenu=function(){},No.prototype.resetPosition=function(){},No.prototype.needsContentAttribute=!0;function rg(it,st){var dt=Fd(it,st.line);if(!dt||dt.hidden)return null;var ut=He(it.doc,st.line),ct=Mf(dt,ut,st.line),Pt=ai(ut,it.doc.direction),Tt="left";if(Pt){var Ot=pn(Pt,st.ch);Tt=Ot%2?"right":"left"}var At=Ff(ct.map,st.ch,Tt);return At.offset=At.collapse=="right"?At.end:At.start,At}function Bc(it){for(var st=it;st;st=st.parentNode)if(/CodeMirror-gutter-wrapper/.test(st.className))return!0;return!1}function rd(it,st){return st&&(it.bad=!0),it}function sd(it,st,dt,ut,ct){var Pt="",Tt=!1,Ot=it.doc.lineSeparator(),At=!1;function Ut(we){return function(on){return on.id==we}}function ae(){Tt&&(Pt+=Ot,At&&(Pt+=Ot),Tt=At=!1)}function Xt(we){we&&(ae(),Pt+=we)}function Me(we){if(we.nodeType==1){var on=we.getAttribute("cm-text");if(on){Xt(on);return}var hn=we.getAttribute("cm-marker"),Sn;if(hn){var Bn=it.findMarks(je(ut,0),je(ct+1,0),Ut(+hn));Bn.length&&(Sn=Bn[0].find(0))&&Xt(On(it.doc,Sn.from,Sn.to).join(Ot));return}if(we.getAttribute("contenteditable")=="false")return;var qn=/^(pre|div|p|li|table|br)$/i.test(we.nodeName);if(!/^br$/i.test(we.nodeName)&&we.textContent.length==0)return;qn&&ae();for(var zn=0;zn<we.childNodes.length;zn++)Me(we.childNodes[zn]);/^(pre|p)$/i.test(we.nodeName)&&(At=!0),qn&&(Tt=!0)}else we.nodeType==3&&Xt(we.nodeValue.replace(/\u200b/g,"").replace(/\u00a0/g," "))}for(;Me(st),st!=dt;)st=st.nextSibling,At=!1;return Pt}function qd(it,st,dt){var ut;if(st==it.display.lineDiv){if(ut=it.display.lineDiv.childNodes[dt],!ut)return rd(it.clipPos(je(it.display.viewTo-1)),!0);st=null,dt=0}else for(ut=st;;ut=ut.parentNode){if(!ut||ut==it.display.lineDiv)return null;if(ut.parentNode&&ut.parentNode==it.display.lineDiv)break}for(var ct=0;ct<it.display.view.length;ct++){var Pt=it.display.view[ct];if(Pt.node==ut)return rm(Pt,st,dt)}}function rm(it,st,dt){var ut=it.text.firstChild,ct=!1;if(!st||!xe(ut,st))return rd(je(se(it.line),0),!0);if(st==ut&&(ct=!0,st=ut.childNodes[dt],dt=0,!st)){var Pt=it.rest?pe(it.rest):it.line;return rd(je(se(Pt),Pt.text.length),ct)}var Tt=st.nodeType==3?st:null,Ot=st;for(!Tt&&st.childNodes.length==1&&st.firstChild.nodeType==3&&(Tt=st.firstChild,dt&&(dt=Tt.nodeValue.length));Ot.parentNode!=ut;)Ot=Ot.parentNode;var At=it.measure,Ut=At.maps;function ae(Sn,Bn,qn){for(var zn=-1;zn<(Ut?Ut.length:0);zn++)for(var oi=zn<0?At.map:Ut[zn],Pi=0;Pi<oi.length;Pi+=3){var Rn=oi[Pi+2];if(Rn==Sn||Rn==Bn){var ji=se(zn<0?it.line:it.rest[zn]),Go=oi[Pi]+qn;return(qn<0||Rn!=Sn)&&(Go=oi[Pi+(qn?1:0)]),je(ji,Go)}}}var Xt=ae(Tt,Ot,dt);if(Xt)return rd(Xt,ct);for(var Me=Ot.nextSibling,we=Tt?Tt.nodeValue.length-dt:0;Me;Me=Me.nextSibling){if(Xt=ae(Me,Me.firstChild,0),Xt)return rd(je(Xt.line,Xt.ch-we),ct);we+=Me.textContent.length}for(var on=Ot.previousSibling,hn=dt;on;on=on.previousSibling){if(Xt=ae(on,on.firstChild,-1),Xt)return rd(je(Xt.line,Xt.ch+hn),ct);hn+=on.textContent.length}}var Cr=function(it){this.cm=it,this.prevInput="",this.pollingFast=!1,this.polling=new Dt,this.hasSelection=!1,this.composing=null};Cr.prototype.init=function(it){var st=this,dt=this,ut=this.cm;this.createField(it);var ct=this.textarea;it.wrapper.insertBefore(this.wrapper,it.wrapper.firstChild),Nt&&(ct.style.width="0px"),_n(ct,"input",function(){ve&&le>=9&&st.hasSelection&&(st.hasSelection=null),dt.poll()}),_n(ct,"paste",function(Tt){Ri(ut,Tt)||Nc(Tt,ut)||(ut.state.pasteIncoming=+new Date,dt.fastPoll())});function Pt(Tt){if(!Ri(ut,Tt)){if(ut.somethingSelected())cu({lineWise:!1,text:ut.getSelections()});else if(ut.options.lineWiseCopyCut){var Ot=bc(ut);cu({lineWise:!0,text:Ot.text}),Tt.type=="cut"?ut.setSelections(Ot.ranges,null,de):(dt.prevInput="",ct.value=Ot.text.join(`
|
|
`),cn(ct))}else return;Tt.type=="cut"&&(ut.state.cutIncoming=+new Date)}}_n(ct,"cut",Pt),_n(ct,"copy",Pt),_n(it.scroller,"paste",function(Tt){if(!(Vs(it,Tt)||Ri(ut,Tt))){if(!ct.dispatchEvent){ut.state.pasteIncoming=+new Date,dt.focus();return}var Ot=new Event("paste");Ot.clipboardData=Tt.clipboardData,ct.dispatchEvent(Ot)}}),_n(it.lineSpace,"selectstart",function(Tt){Vs(it,Tt)||wr(Tt)}),_n(ct,"compositionstart",function(){var Tt=ut.getCursor("from");dt.composing&&dt.composing.range.clear(),dt.composing={start:Tt,range:ut.markText(Tt,ut.getCursor("to"),{className:"CodeMirror-composing"})}}),_n(ct,"compositionend",function(){dt.composing&&(dt.poll(),dt.composing.range.clear(),dt.composing=null)})},Cr.prototype.createField=function(it){this.wrapper=Ac(),this.textarea=this.wrapper.firstChild},Cr.prototype.screenReaderLabelChanged=function(it){it?this.textarea.setAttribute("aria-label",it):this.textarea.removeAttribute("aria-label")},Cr.prototype.prepareSelection=function(){var it=this.cm,st=it.display,dt=it.doc,ut=hh(it);if(it.options.moveInputWithCursor){var ct=Qo(it,dt.sel.primary().head,"div"),Pt=st.wrapper.getBoundingClientRect(),Tt=st.lineDiv.getBoundingClientRect();ut.teTop=Math.max(0,Math.min(st.wrapper.clientHeight-10,ct.top+Tt.top-Pt.top)),ut.teLeft=Math.max(0,Math.min(st.wrapper.clientWidth-10,ct.left+Tt.left-Pt.left))}return ut},Cr.prototype.showSelection=function(it){var st=this.cm,dt=st.display;$t(dt.cursorDiv,it.cursors),$t(dt.selectionDiv,it.selection),it.teTop!=null&&(this.wrapper.style.top=it.teTop+"px",this.wrapper.style.left=it.teLeft+"px")},Cr.prototype.reset=function(it){if(!(this.contextMenuPending||this.composing)){var st=this.cm;if(st.somethingSelected()){this.prevInput="";var dt=st.getSelection();this.textarea.value=dt,st.state.focused&&cn(this.textarea),ve&&le>=9&&(this.hasSelection=dt)}else it||(this.prevInput=this.textarea.value="",ve&&le>=9&&(this.hasSelection=null))}},Cr.prototype.getField=function(){return this.textarea},Cr.prototype.supportsTouch=function(){return!1},Cr.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!nt||De()!=this.textarea))try{this.textarea.focus()}catch(it){}},Cr.prototype.blur=function(){this.textarea.blur()},Cr.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},Cr.prototype.receivedFocus=function(){this.slowPoll()},Cr.prototype.slowPoll=function(){var it=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){it.poll(),it.cm.state.focused&&it.slowPoll()})},Cr.prototype.fastPoll=function(){var it=!1,st=this;st.pollingFast=!0;function dt(){var ut=st.poll();!ut&&!it?(it=!0,st.polling.set(60,dt)):(st.pollingFast=!1,st.slowPoll())}st.polling.set(20,dt)},Cr.prototype.poll=function(){var it=this,st=this.cm,dt=this.textarea,ut=this.prevInput;if(this.contextMenuPending||!st.state.focused||xt(dt)&&!ut&&!this.composing||st.isReadOnly()||st.options.disableInput||st.state.keySeq)return!1;var ct=dt.value;if(ct==ut&&!st.somethingSelected())return!1;if(ve&&le>=9&&this.hasSelection===ct||ft&&/[\uf700-\uf7ff]/.test(ct))return st.display.input.reset(),!1;if(st.doc.sel==st.display.selForContextMenu){var Pt=ct.charCodeAt(0);if(Pt==8203&&!ut&&(ut="\u200B"),Pt==8666)return this.reset(),this.cm.execCommand("undo")}for(var Tt=0,Ot=Math.min(ut.length,ct.length);Tt<Ot&&ut.charCodeAt(Tt)==ct.charCodeAt(Tt);)++Tt;return ao(st,function(){Qd(st,ct.slice(Tt),ut.length-Tt,null,it.composing?"*compose":null),ct.length>1e3||ct.indexOf(`
|
|
`)>-1?dt.value=it.prevInput="":it.prevInput=ct,it.composing&&(it.composing.range.clear(),it.composing.range=st.markText(it.composing.start,st.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},Cr.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},Cr.prototype.onKeyPress=function(){ve&&le>=9&&(this.hasSelection=null),this.fastPoll()},Cr.prototype.onContextMenu=function(it){var st=this,dt=st.cm,ut=dt.display,ct=st.textarea;st.contextMenuPending&&st.contextMenuPending();var Pt=Ss(dt,it),Tt=ut.scroller.scrollTop;if(!Pt||ke)return;var Ot=dt.options.resetSelectionOnContextMenu;Ot&&dt.doc.sel.contains(Pt)==-1&&Fr(dt,hs)(dt.doc,Hl(Pt),de);var At=ct.style.cssText,Ut=st.wrapper.style.cssText,ae=st.wrapper.offsetParent.getBoundingClientRect();st.wrapper.style.cssText="position: static",ct.style.cssText=`position: absolute; width: 30px; height: 30px;
|
|
top: `+(it.clientY-ae.top-5)+"px; left: "+(it.clientX-ae.left-5)+`px;
|
|
z-index: 1000; background: `+(ve?"rgba(255, 255, 255, .05)":"transparent")+`;
|
|
outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);`;var Xt;Kt&&(Xt=window.scrollY),ut.input.focus(),Kt&&window.scrollTo(null,Xt),ut.input.reset(),dt.somethingSelected()||(ct.value=st.prevInput=" "),st.contextMenuPending=we,ut.selForContextMenu=dt.doc.sel,clearTimeout(ut.detectingSelectAll);function Me(){if(ct.selectionStart!=null){var hn=dt.somethingSelected(),Sn="\u200B"+(hn?ct.value:"");ct.value="\u21DA",ct.value=Sn,st.prevInput=hn?"":"\u200B",ct.selectionStart=1,ct.selectionEnd=Sn.length,ut.selForContextMenu=dt.doc.sel}}function we(){if(st.contextMenuPending==we&&(st.contextMenuPending=!1,st.wrapper.style.cssText=Ut,ct.style.cssText=At,ve&&le<9&&ut.scrollbars.setScrollTop(ut.scroller.scrollTop=Tt),ct.selectionStart!=null)){(!ve||ve&&le<9)&&Me();var hn=0,Sn=function(){ut.selForContextMenu==dt.doc.sel&&ct.selectionStart==0&&ct.selectionEnd>0&&st.prevInput=="\u200B"?Fr(dt,vr)(dt):hn++<10?ut.detectingSelectAll=setTimeout(Sn,500):(ut.selForContextMenu=null,ut.input.reset())};ut.detectingSelectAll=setTimeout(Sn,200)}}if(ve&&le>=9&&Me(),bt){va(it);var on=function(){ho(window,"mouseup",on),setTimeout(we,20)};_n(window,"mouseup",on)}else setTimeout(we,50)},Cr.prototype.readOnlyChanged=function(it){it||this.reset(),this.textarea.disabled=it=="nocursor",this.textarea.readOnly=!!it},Cr.prototype.setUneditable=function(){},Cr.prototype.needsContentAttribute=!1;function sm(it,st){if(st=st?Mn(st):{},st.value=it.value,!st.tabindex&&it.tabIndex&&(st.tabindex=it.tabIndex),!st.placeholder&&it.placeholder&&(st.placeholder=it.placeholder),st.autofocus==null){var dt=De();st.autofocus=dt==it||it.getAttribute("autofocus")!=null&&dt==document.body}function ut(){it.value=Ot.getValue()}var ct;if(it.form&&(_n(it.form,"submit",ut),!st.leaveSubmitMethodAlone)){var Pt=it.form;ct=Pt.submit;try{var Tt=Pt.submit=function(){ut(),Pt.submit=ct,Pt.submit(),Pt.submit=Tt}}catch(At){}}st.finishInit=function(At){At.save=ut,At.getTextArea=function(){return it},At.toTextArea=function(){At.toTextArea=isNaN,ut(),it.parentNode.removeChild(At.getWrapperElement()),it.style.display="",it.form&&(ho(it.form,"submit",ut),!st.leaveSubmitMethodAlone&&typeof it.form.submit=="function"&&(it.form.submit=ct))}},it.style.display="none";var Ot=to(function(At){return it.parentNode.insertBefore(At,it.nextSibling)},st);return Ot}function ad(it){it.off=ho,it.on=_n,it.wheelEventPixels=aa,it.Doc=ts,it.splitLines=_e,it.countColumn=Yt,it.findColumn=fn,it.isWordChar=Et,it.Pass=$e,it.signal=Ki,it.Line=jo,it.changeEnd=Sh,it.scrollbarModel=qg,it.Pos=je,it.cmpPos=Fn,it.modes=Zn,it.mimeModes=Jn,it.resolveMode=Ce,it.getMode=Fe,it.modeExtensions=re,it.extendMode=be,it.copyState=wn,it.startState=si,it.innerMode=An,it.commands=Ch,it.keyMap=Xs,it.keyName=$p,it.isModifierKey=qu,it.lookupKey=Pa,it.normalizeKeyMap=cc,it.StringStream=ce,it.SharedTextMarker=cl,it.TextMarker=ne,it.LineWidget=Ul,it.e_preventDefault=wr,it.e_stopPropagation=as,it.e_stop=va,it.addClass=Le,it.contains=xe,it.rmClass=Zt,it.keyNames=pl}im(to),kh(to);var Yl="iter insert remove copy getEditor constructor".split(" ");for(var tf in ts.prototype)ts.prototype.hasOwnProperty(tf)&&ue(Yl,tf)<0&&(to.prototype[tf]=function(it){return function(){return it.apply(this.doc,arguments)}}(ts.prototype[tf]));return Pr(ts),to.inputStyles={textarea:Cr,contenteditable:No},to.defineMode=function(it){!to.defaults.mode&&it!="null"&&(to.defaults.mode=it),gi.apply(this,arguments)},to.defineMIME=Oi,to.defineMode("null",function(){return{token:function(it){return it.skipToEnd()}}}),to.defineMIME("text/plain","null"),to.defineExtension=function(it,st){to.prototype[it]=st},to.defineDocExtension=function(it,st){ts.prototype[it]=st},to.fromTextArea=sm,ad(to),to.version="5.58.2",to})},49047:function(en,Nn,Qt){(function(Rt){Rt(Qt(4631),Qt(29589),Qt(52539))})(function(Rt){"use strict";Rt.defineMode("markdown",function(fe,Be){var ze=Rt.getMode(fe,"text/html"),ve=ze.name=="null";function le(Yt){if(Rt.findModeByName){var Dt=Rt.findModeByName(Yt);Dt&&(Yt=Dt.mime||Dt.mimes[0])}var ue=Rt.getMode(fe,Yt);return ue.name=="null"?null:ue}Be.highlightFormatting===void 0&&(Be.highlightFormatting=!1),Be.maxBlockquoteDepth===void 0&&(Be.maxBlockquoteDepth=0),Be.taskLists===void 0&&(Be.taskLists=!1),Be.strikethrough===void 0&&(Be.strikethrough=!1),Be.emoji===void 0&&(Be.emoji=!1),Be.fencedCodeBlockHighlighting===void 0&&(Be.fencedCodeBlockHighlighting=!0),Be.fencedCodeBlockDefaultMode===void 0&&(Be.fencedCodeBlockDefaultMode="text/plain"),Be.xml===void 0&&(Be.xml=!0),Be.tokenTypeOverrides===void 0&&(Be.tokenTypeOverrides={});var Kt={header:"header",code:"comment",quote:"quote",list1:"variable-2",list2:"variable-3",list3:"keyword",hr:"hr",image:"image",imageAltText:"image-alt-text",imageMarker:"image-marker",formatting:"formatting",linkInline:"link",linkEmail:"link",linkText:"link",linkHref:"string",em:"em",strong:"strong",strikethrough:"strikethrough",emoji:"builtin"};for(var Ue in Kt)Kt.hasOwnProperty(Ue)&&Be.tokenTypeOverrides[Ue]&&(Kt[Ue]=Be.tokenTypeOverrides[Ue]);var me=/^([*\-_])(?:\s*\1){2,}\s*$/,ke=/^(?:[*\-+]|^[0-9]+([.)]))\s+/,Ze=/^\[(x| )\](?=\s)/i,Te=Be.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,un=/^ {0,3}(?:\={1,}|-{2,})\s*$/,Nt=/^[^#!\[\]*_\\<>` "'(~:]+/,et=/^(~~~+|```+)[ \t]*([\w\/+#-]*)[^\n`]*$/,nt=/^\s*\[[^\]]+?\]:.*$/,ft=/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u0AF0\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E42\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC9\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDF3C-\uDF3E]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]/,lt=" ";function pt(Yt,Dt,ue){return Dt.f=Dt.inline=ue,ue(Yt,Dt)}function vt(Yt,Dt,ue){return Dt.f=Dt.block=ue,ue(Yt,Dt)}function kt(Yt){return!Yt||!/\S/.test(Yt.string)}function bt(Yt){if(Yt.linkTitle=!1,Yt.linkHref=!1,Yt.linkText=!1,Yt.em=!1,Yt.strong=!1,Yt.strikethrough=!1,Yt.quote=0,Yt.indentedCode=!1,Yt.f==Zt){var Dt=ve;if(!Dt){var ue=Rt.innerMode(ze,Yt.htmlState);Dt=ue.mode.name=="xml"&&ue.state.tagStart===null&&!ue.state.context&&ue.state.tokenize.isInText}Dt&&(Yt.f=ye,Yt.block=Wt,Yt.htmlState=null)}return Yt.trailingSpace=0,Yt.trailingSpaceNewLine=!1,Yt.prevLine=Yt.thisLine,Yt.thisLine={stream:null},null}function Wt(Yt,Dt){var ue=Yt.column()===Dt.indentation,Xe=kt(Dt.prevLine.stream),$e=Dt.indentedCode,de=Dt.prevLine.hr,We=Dt.list!==!1,Re=(Dt.listStack[Dt.listStack.length-1]||0)+3;Dt.indentedCode=!1;var fn=Dt.indentation;if(Dt.indentationDiff===null&&(Dt.indentationDiff=Dt.indentation,We)){for(Dt.list=null;fn<Dt.listStack[Dt.listStack.length-1];)Dt.listStack.pop(),Dt.listStack.length?Dt.indentation=Dt.listStack[Dt.listStack.length-1]:Dt.list=!1;Dt.list!==!1&&(Dt.indentationDiff=fn-Dt.listStack[Dt.listStack.length-1])}var Je=!Xe&&!de&&!Dt.prevLine.header&&(!We||!$e)&&!Dt.prevLine.fencedCodeEnd,te=(Dt.list===!1||de||Xe)&&Dt.indentation<=Re&&Yt.match(me),pe=null;if(Dt.indentationDiff>=4&&($e||Dt.prevLine.fencedCodeEnd||Dt.prevLine.header||Xe))return Yt.skipToEnd(),Dt.indentedCode=!0,Kt.code;if(Yt.eatSpace())return null;if(ue&&Dt.indentation<=Re&&(pe=Yt.match(Te))&&pe[1].length<=6)return Dt.quote=0,Dt.header=pe[1].length,Dt.thisLine.header=!0,Be.highlightFormatting&&(Dt.formatting="header"),Dt.f=Dt.inline,$t(Dt);if(Dt.indentation<=Re&&Yt.eat(">"))return Dt.quote=ue?1:Dt.quote+1,Be.highlightFormatting&&(Dt.formatting="quote"),Yt.eatSpace(),$t(Dt);if(!te&&!Dt.setext&&ue&&Dt.indentation<=Re&&(pe=Yt.match(ke))){var nn=pe[1]?"ol":"ul";return Dt.indentation=fn+Yt.current().length,Dt.list=!0,Dt.quote=0,Dt.listStack.push(Dt.indentation),Dt.em=!1,Dt.strong=!1,Dt.code=!1,Dt.strikethrough=!1,Be.taskLists&&Yt.match(Ze,!1)&&(Dt.taskList=!0),Dt.f=Dt.inline,Be.highlightFormatting&&(Dt.formatting=["list","list-"+nn]),$t(Dt)}else{if(ue&&Dt.indentation<=Re&&(pe=Yt.match(et,!0)))return Dt.quote=0,Dt.fencedEndRE=new RegExp(pe[1]+"+ *$"),Dt.localMode=Be.fencedCodeBlockHighlighting&&le(pe[2]||Be.fencedCodeBlockDefaultMode),Dt.localMode&&(Dt.localState=Rt.startState(Dt.localMode)),Dt.f=Dt.block=ie,Be.highlightFormatting&&(Dt.formatting="code-block"),Dt.code=-1,$t(Dt);if(Dt.setext||(!Je||!We)&&!Dt.quote&&Dt.list===!1&&!Dt.code&&!te&&!nt.test(Yt.string)&&(pe=Yt.lookAhead(1))&&(pe=pe.match(un)))return Dt.setext?(Dt.header=Dt.setext,Dt.setext=0,Yt.skipToEnd(),Be.highlightFormatting&&(Dt.formatting="header")):(Dt.header=pe[0].charAt(0)=="="?1:2,Dt.setext=Dt.header),Dt.thisLine.header=!0,Dt.f=Dt.inline,$t(Dt);if(te)return Yt.skipToEnd(),Dt.hr=!0,Dt.thisLine.hr=!0,Kt.hr;if(Yt.peek()==="[")return pt(Yt,Dt,Pn)}return pt(Yt,Dt,Dt.inline)}function Zt(Yt,Dt){var ue=ze.token(Yt,Dt.htmlState);if(!ve){var Xe=Rt.innerMode(ze,Dt.htmlState);(Xe.mode.name=="xml"&&Xe.state.tagStart===null&&!Xe.state.context&&Xe.state.tokenize.isInText||Dt.md_inside&&Yt.current().indexOf(">")>-1)&&(Dt.f=ye,Dt.block=Wt,Dt.htmlState=null)}return ue}function ie(Yt,Dt){var ue=Dt.listStack[Dt.listStack.length-1]||0,Xe=Dt.indentation<ue,$e=ue+3;if(Dt.fencedEndRE&&Dt.indentation<=$e&&(Xe||Yt.match(Dt.fencedEndRE))){Be.highlightFormatting&&(Dt.formatting="code-block");var de;return Xe||(de=$t(Dt)),Dt.localMode=Dt.localState=null,Dt.block=Wt,Dt.f=ye,Dt.fencedEndRE=null,Dt.code=0,Dt.thisLine.fencedCodeEnd=!0,Xe?vt(Yt,Dt,Dt.block):de}else return Dt.localMode?Dt.localMode.token(Yt,Dt.localState):(Yt.skipToEnd(),Kt.code)}function $t(Yt){var Dt=[];if(Yt.formatting){Dt.push(Kt.formatting),typeof Yt.formatting=="string"&&(Yt.formatting=[Yt.formatting]);for(var ue=0;ue<Yt.formatting.length;ue++)Dt.push(Kt.formatting+"-"+Yt.formatting[ue]),Yt.formatting[ue]==="header"&&Dt.push(Kt.formatting+"-"+Yt.formatting[ue]+"-"+Yt.header),Yt.formatting[ue]==="quote"&&(!Be.maxBlockquoteDepth||Be.maxBlockquoteDepth>=Yt.quote?Dt.push(Kt.formatting+"-"+Yt.formatting[ue]+"-"+Yt.quote):Dt.push("error"))}if(Yt.taskOpen)return Dt.push("meta"),Dt.length?Dt.join(" "):null;if(Yt.taskClosed)return Dt.push("property"),Dt.length?Dt.join(" "):null;if(Yt.linkHref?Dt.push(Kt.linkHref,"url"):(Yt.strong&&Dt.push(Kt.strong),Yt.em&&Dt.push(Kt.em),Yt.strikethrough&&Dt.push(Kt.strikethrough),Yt.emoji&&Dt.push(Kt.emoji),Yt.linkText&&Dt.push(Kt.linkText),Yt.code&&Dt.push(Kt.code),Yt.image&&Dt.push(Kt.image),Yt.imageAltText&&Dt.push(Kt.imageAltText,"link"),Yt.imageMarker&&Dt.push(Kt.imageMarker)),Yt.header&&Dt.push(Kt.header,Kt.header+"-"+Yt.header),Yt.quote&&(Dt.push(Kt.quote),!Be.maxBlockquoteDepth||Be.maxBlockquoteDepth>=Yt.quote?Dt.push(Kt.quote+"-"+Yt.quote):Dt.push(Kt.quote+"-"+Be.maxBlockquoteDepth)),Yt.list!==!1){var Xe=(Yt.listStack.length-1)%3;Xe?Xe===1?Dt.push(Kt.list2):Dt.push(Kt.list3):Dt.push(Kt.list1)}return Yt.trailingSpaceNewLine?Dt.push("trailing-space-new-line"):Yt.trailingSpace&&Dt.push("trailing-space-"+(Yt.trailingSpace%2?"a":"b")),Dt.length?Dt.join(" "):null}function qt(Yt,Dt){if(Yt.match(Nt,!0))return $t(Dt)}function ye(Yt,Dt){var ue=Dt.text(Yt,Dt);if(typeof ue!="undefined")return ue;if(Dt.list)return Dt.list=null,$t(Dt);if(Dt.taskList){var Xe=Yt.match(Ze,!0)[1]===" ";return Xe?Dt.taskOpen=!0:Dt.taskClosed=!0,Be.highlightFormatting&&(Dt.formatting="task"),Dt.taskList=!1,$t(Dt)}if(Dt.taskOpen=!1,Dt.taskClosed=!1,Dt.header&&Yt.match(/^#+$/,!0))return Be.highlightFormatting&&(Dt.formatting="header"),$t(Dt);var $e=Yt.next();if(Dt.linkTitle){Dt.linkTitle=!1;var de=$e;$e==="("&&(de=")"),de=(de+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var We="^\\s*(?:[^"+de+"\\\\]+|\\\\\\\\|\\\\.)"+de;if(Yt.match(new RegExp(We),!0))return Kt.linkHref}if($e==="`"){var Re=Dt.formatting;Be.highlightFormatting&&(Dt.formatting="code"),Yt.eatWhile("`");var fn=Yt.current().length;if(Dt.code==0&&(!Dt.quote||fn==1))return Dt.code=fn,$t(Dt);if(fn==Dt.code){var Je=$t(Dt);return Dt.code=0,Je}else return Dt.formatting=Re,$t(Dt)}else if(Dt.code)return $t(Dt);if($e==="\\"&&(Yt.next(),Be.highlightFormatting)){var te=$t(Dt),pe=Kt.formatting+"-escape";return te?te+" "+pe:pe}if($e==="!"&&Yt.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return Dt.imageMarker=!0,Dt.image=!0,Be.highlightFormatting&&(Dt.formatting="image"),$t(Dt);if($e==="["&&Dt.imageMarker&&Yt.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return Dt.imageMarker=!1,Dt.imageAltText=!0,Be.highlightFormatting&&(Dt.formatting="image"),$t(Dt);if($e==="]"&&Dt.imageAltText){Be.highlightFormatting&&(Dt.formatting="image");var te=$t(Dt);return Dt.imageAltText=!1,Dt.image=!1,Dt.inline=Dt.f=xe,te}if($e==="["&&!Dt.image)return Dt.linkText&&Yt.match(/^.*?\]/)||(Dt.linkText=!0,Be.highlightFormatting&&(Dt.formatting="link")),$t(Dt);if($e==="]"&&Dt.linkText){Be.highlightFormatting&&(Dt.formatting="link");var te=$t(Dt);return Dt.linkText=!1,Dt.inline=Dt.f=Yt.match(/\(.*?\)| ?\[.*?\]/,!1)?xe:ye,te}if($e==="<"&&Yt.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){Dt.f=Dt.inline=oe,Be.highlightFormatting&&(Dt.formatting="link");var te=$t(Dt);return te?te+=" ":te="",te+Kt.linkInline}if($e==="<"&&Yt.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){Dt.f=Dt.inline=oe,Be.highlightFormatting&&(Dt.formatting="link");var te=$t(Dt);return te?te+=" ":te="",te+Kt.linkEmail}if(Be.xml&&$e==="<"&&Yt.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var nn=Yt.string.indexOf(">",Yt.pos);if(nn!=-1){var ln=Yt.string.substring(Yt.start,nn);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(ln)&&(Dt.md_inside=!0)}return Yt.backUp(1),Dt.htmlState=Rt.startState(ze),vt(Yt,Dt,Zt)}if(Be.xml&&$e==="<"&&Yt.match(/^\/\w*?>/))return Dt.md_inside=!1,"tag";if($e==="*"||$e==="_"){for(var jt=1,Ct=Yt.pos==1?" ":Yt.string.charAt(Yt.pos-2);jt<3&&Yt.eat($e);)jt++;var wt=Yt.peek()||" ",Et=!/\s/.test(wt)&&(!ft.test(wt)||/\s/.test(Ct)||ft.test(Ct)),Gt=!/\s/.test(Ct)&&(!ft.test(Ct)||/\s/.test(wt)||ft.test(wt)),Mt=null,Pe=null;if(jt%2&&(!Dt.em&&Et&&($e==="*"||!Gt||ft.test(Ct))?Mt=!0:Dt.em==$e&&Gt&&($e==="*"||!Et||ft.test(wt))&&(Mt=!1)),jt>1&&(!Dt.strong&&Et&&($e==="*"||!Gt||ft.test(Ct))?Pe=!0:Dt.strong==$e&&Gt&&($e==="*"||!Et||ft.test(wt))&&(Pe=!1)),Pe!=null||Mt!=null){Be.highlightFormatting&&(Dt.formatting=Mt==null?"strong":Pe==null?"em":"strong em"),Mt===!0&&(Dt.em=$e),Pe===!0&&(Dt.strong=$e);var Je=$t(Dt);return Mt===!1&&(Dt.em=!1),Pe===!1&&(Dt.strong=!1),Je}}else if($e===" "&&(Yt.eat("*")||Yt.eat("_"))){if(Yt.peek()===" ")return $t(Dt);Yt.backUp(1)}if(Be.strikethrough){if($e==="~"&&Yt.eatWhile($e)){if(Dt.strikethrough){Be.highlightFormatting&&(Dt.formatting="strikethrough");var Je=$t(Dt);return Dt.strikethrough=!1,Je}else if(Yt.match(/^[^\s]/,!1))return Dt.strikethrough=!0,Be.highlightFormatting&&(Dt.formatting="strikethrough"),$t(Dt)}else if($e===" "&&Yt.match(/^~~/,!0)){if(Yt.peek()===" ")return $t(Dt);Yt.backUp(2)}}if(Be.emoji&&$e===":"&&Yt.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){Dt.emoji=!0,Be.highlightFormatting&&(Dt.formatting="emoji");var sn=$t(Dt);return Dt.emoji=!1,sn}return $e===" "&&(Yt.match(/^ +$/,!1)?Dt.trailingSpace++:Dt.trailingSpace&&(Dt.trailingSpaceNewLine=!0)),$t(Dt)}function oe(Yt,Dt){var ue=Yt.next();if(ue===">"){Dt.f=Dt.inline=ye,Be.highlightFormatting&&(Dt.formatting="link");var Xe=$t(Dt);return Xe?Xe+=" ":Xe="",Xe+Kt.linkInline}return Yt.match(/^[^>]+/,!0),Kt.linkInline}function xe(Yt,Dt){if(Yt.eatSpace())return null;var ue=Yt.next();return ue==="("||ue==="["?(Dt.f=Dt.inline=Le(ue==="("?")":"]"),Be.highlightFormatting&&(Dt.formatting="link-string"),Dt.linkHref=!0,$t(Dt)):"error"}var De={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function Le(Yt){return function(Dt,ue){var Xe=Dt.next();if(Xe===Yt){ue.f=ue.inline=ye,Be.highlightFormatting&&(ue.formatting="link-string");var $e=$t(ue);return ue.linkHref=!1,$e}return Dt.match(De[Yt]),ue.linkHref=!0,$t(ue)}}function Pn(Yt,Dt){return Yt.match(/^([^\]\\]|\\.)*\]:/,!1)?(Dt.f=cn,Yt.next(),Be.highlightFormatting&&(Dt.formatting="link"),Dt.linkText=!0,$t(Dt)):pt(Yt,Dt,ye)}function cn(Yt,Dt){if(Yt.match(/^\]:/,!0)){Dt.f=Dt.inline=dn,Be.highlightFormatting&&(Dt.formatting="link");var ue=$t(Dt);return Dt.linkText=!1,ue}return Yt.match(/^([^\]\\]|\\.)+/,!0),Kt.linkText}function dn(Yt,Dt){return Yt.eatSpace()?null:(Yt.match(/^[^\s]+/,!0),Yt.peek()===void 0?Dt.linkTitle=!0:Yt.match(/^(?:\s+(?:"(?:[^"\\]|\\\\|\\.)+"|'(?:[^'\\]|\\\\|\\.)+'|\((?:[^)\\]|\\\\|\\.)+\)))?/,!0),Dt.f=Dt.inline=ye,Kt.linkHref+" url")}var Mn={startState:function(){return{f:Wt,prevLine:{stream:null},thisLine:{stream:null},block:Wt,htmlState:null,indentation:0,inline:ye,text:qt,formatting:!1,linkText:!1,linkHref:!1,linkTitle:!1,code:0,em:!1,strong:!1,header:0,setext:0,hr:!1,taskList:!1,list:!1,listStack:[],quote:0,trailingSpace:0,trailingSpaceNewLine:!1,strikethrough:!1,emoji:!1,fencedEndRE:null}},copyState:function(Yt){return{f:Yt.f,prevLine:Yt.prevLine,thisLine:Yt.thisLine,block:Yt.block,htmlState:Yt.htmlState&&Rt.copyState(ze,Yt.htmlState),indentation:Yt.indentation,localMode:Yt.localMode,localState:Yt.localMode?Rt.copyState(Yt.localMode,Yt.localState):null,inline:Yt.inline,text:Yt.text,formatting:!1,linkText:Yt.linkText,linkTitle:Yt.linkTitle,linkHref:Yt.linkHref,code:Yt.code,em:Yt.em,strong:Yt.strong,strikethrough:Yt.strikethrough,emoji:Yt.emoji,header:Yt.header,setext:Yt.setext,hr:Yt.hr,taskList:Yt.taskList,list:Yt.list,listStack:Yt.listStack.slice(0),quote:Yt.quote,indentedCode:Yt.indentedCode,trailingSpace:Yt.trailingSpace,trailingSpaceNewLine:Yt.trailingSpaceNewLine,md_inside:Yt.md_inside,fencedEndRE:Yt.fencedEndRE}},token:function(Yt,Dt){if(Dt.formatting=!1,Yt!=Dt.thisLine.stream){if(Dt.header=0,Dt.hr=!1,Yt.match(/^\s*$/,!0))return bt(Dt),null;if(Dt.prevLine=Dt.thisLine,Dt.thisLine={stream:Yt},Dt.taskList=!1,Dt.trailingSpace=0,Dt.trailingSpaceNewLine=!1,!Dt.localState&&(Dt.f=Dt.block,Dt.f!=Zt)){var ue=Yt.match(/^\s*/,!0)[0].replace(/\t/g,lt).length;if(Dt.indentation=ue,Dt.indentationDiff=null,ue>0)return null}}return Dt.f(Yt,Dt)},innerMode:function(Yt){return Yt.block==Zt?{state:Yt.htmlState,mode:ze}:Yt.localState?{state:Yt.localState,mode:Yt.localMode}:{state:Yt,mode:Mn}},indent:function(Yt,Dt,ue){return Yt.block==Zt&&ze.indent?ze.indent(Yt.htmlState,Dt,ue):Yt.localState&&Yt.localMode.indent?Yt.localMode.indent(Yt.localState,Dt,ue):Rt.Pass},blankLine:bt,getType:$t,blockCommentStart:"<!--",blockCommentEnd:"-->",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return Mn},"xml"),Rt.defineMIME("text/markdown","markdown"),Rt.defineMIME("text/x-markdown","markdown")})},52539:function(en,Nn,Qt){(function(Rt){Rt(Qt(4631))})(function(Rt){"use strict";Rt.modeInfo=[{name:"APL",mime:"text/apl",mode:"apl",ext:["dyalog","apl"]},{name:"PGP",mimes:["application/pgp","application/pgp-encrypted","application/pgp-keys","application/pgp-signature"],mode:"asciiarmor",ext:["asc","pgp","sig"]},{name:"ASN.1",mime:"text/x-ttcn-asn",mode:"asn.1",ext:["asn","asn1"]},{name:"Asterisk",mime:"text/x-asterisk",mode:"asterisk",file:/^extensions\.conf$/i},{name:"Brainfuck",mime:"text/x-brainfuck",mode:"brainfuck",ext:["b","bf"]},{name:"C",mime:"text/x-csrc",mode:"clike",ext:["c","h","ino"]},{name:"C++",mime:"text/x-c++src",mode:"clike",ext:["cpp","c++","cc","cxx","hpp","h++","hh","hxx"],alias:["cpp"]},{name:"Cobol",mime:"text/x-cobol",mode:"cobol",ext:["cob","cpy"]},{name:"C#",mime:"text/x-csharp",mode:"clike",ext:["cs"],alias:["csharp","cs"]},{name:"Clojure",mime:"text/x-clojure",mode:"clojure",ext:["clj","cljc","cljx"]},{name:"ClojureScript",mime:"text/x-clojurescript",mode:"clojure",ext:["cljs"]},{name:"Closure Stylesheets (GSS)",mime:"text/x-gss",mode:"css",ext:["gss"]},{name:"CMake",mime:"text/x-cmake",mode:"cmake",ext:["cmake","cmake.in"],file:/^CMakeLists\.txt$/},{name:"CoffeeScript",mimes:["application/vnd.coffeescript","text/coffeescript","text/x-coffeescript"],mode:"coffeescript",ext:["coffee"],alias:["coffee","coffee-script"]},{name:"Common Lisp",mime:"text/x-common-lisp",mode:"commonlisp",ext:["cl","lisp","el"],alias:["lisp"]},{name:"Cypher",mime:"application/x-cypher-query",mode:"cypher",ext:["cyp","cypher"]},{name:"Cython",mime:"text/x-cython",mode:"python",ext:["pyx","pxd","pxi"]},{name:"Crystal",mime:"text/x-crystal",mode:"crystal",ext:["cr"]},{name:"CSS",mime:"text/css",mode:"css",ext:["css"]},{name:"CQL",mime:"text/x-cassandra",mode:"sql",ext:["cql"]},{name:"D",mime:"text/x-d",mode:"d",ext:["d"]},{name:"Dart",mimes:["application/dart","text/x-dart"],mode:"dart",ext:["dart"]},{name:"diff",mime:"text/x-diff",mode:"diff",ext:["diff","patch"]},{name:"Django",mime:"text/x-django",mode:"django"},{name:"Dockerfile",mime:"text/x-dockerfile",mode:"dockerfile",file:/^Dockerfile$/},{name:"DTD",mime:"application/xml-dtd",mode:"dtd",ext:["dtd"]},{name:"Dylan",mime:"text/x-dylan",mode:"dylan",ext:["dylan","dyl","intr"]},{name:"EBNF",mime:"text/x-ebnf",mode:"ebnf"},{name:"ECL",mime:"text/x-ecl",mode:"ecl",ext:["ecl"]},{name:"edn",mime:"application/edn",mode:"clojure",ext:["edn"]},{name:"Eiffel",mime:"text/x-eiffel",mode:"eiffel",ext:["e"]},{name:"Elm",mime:"text/x-elm",mode:"elm",ext:["elm"]},{name:"Embedded Javascript",mime:"application/x-ejs",mode:"htmlembedded",ext:["ejs"]},{name:"Embedded Ruby",mime:"application/x-erb",mode:"htmlembedded",ext:["erb"]},{name:"Erlang",mime:"text/x-erlang",mode:"erlang",ext:["erl"]},{name:"Esper",mime:"text/x-esper",mode:"sql"},{name:"Factor",mime:"text/x-factor",mode:"factor",ext:["factor"]},{name:"FCL",mime:"text/x-fcl",mode:"fcl"},{name:"Forth",mime:"text/x-forth",mode:"forth",ext:["forth","fth","4th"]},{name:"Fortran",mime:"text/x-fortran",mode:"fortran",ext:["f","for","f77","f90","f95"]},{name:"F#",mime:"text/x-fsharp",mode:"mllike",ext:["fs"],alias:["fsharp"]},{name:"Gas",mime:"text/x-gas",mode:"gas",ext:["s"]},{name:"Gherkin",mime:"text/x-feature",mode:"gherkin",ext:["feature"]},{name:"GitHub Flavored Markdown",mime:"text/x-gfm",mode:"gfm",file:/^(readme|contributing|history)\.md$/i},{name:"Go",mime:"text/x-go",mode:"go",ext:["go"]},{name:"Groovy",mime:"text/x-groovy",mode:"groovy",ext:["groovy","gradle"],file:/^Jenkinsfile$/},{name:"HAML",mime:"text/x-haml",mode:"haml",ext:["haml"]},{name:"Haskell",mime:"text/x-haskell",mode:"haskell",ext:["hs"]},{name:"Haskell (Literate)",mime:"text/x-literate-haskell",mode:"haskell-literate",ext:["lhs"]},{name:"Haxe",mime:"text/x-haxe",mode:"haxe",ext:["hx"]},{name:"HXML",mime:"text/x-hxml",mode:"haxe",ext:["hxml"]},{name:"ASP.NET",mime:"application/x-aspx",mode:"htmlembedded",ext:["aspx"],alias:["asp","aspx"]},{name:"HTML",mime:"text/html",mode:"htmlmixed",ext:["html","htm","handlebars","hbs"],alias:["xhtml"]},{name:"HTTP",mime:"message/http",mode:"http"},{name:"IDL",mime:"text/x-idl",mode:"idl",ext:["pro"]},{name:"Pug",mime:"text/x-pug",mode:"pug",ext:["jade","pug"],alias:["jade"]},{name:"Java",mime:"text/x-java",mode:"clike",ext:["java"]},{name:"Java Server Pages",mime:"application/x-jsp",mode:"htmlembedded",ext:["jsp"],alias:["jsp"]},{name:"JavaScript",mimes:["text/javascript","text/ecmascript","application/javascript","application/x-javascript","application/ecmascript"],mode:"javascript",ext:["js"],alias:["ecmascript","js","node"]},{name:"JSON",mimes:["application/json","application/x-json"],mode:"javascript",ext:["json","map"],alias:["json5"]},{name:"JSON-LD",mime:"application/ld+json",mode:"javascript",ext:["jsonld"],alias:["jsonld"]},{name:"JSX",mime:"text/jsx",mode:"jsx",ext:["jsx"]},{name:"Jinja2",mime:"text/jinja2",mode:"jinja2",ext:["j2","jinja","jinja2"]},{name:"Julia",mime:"text/x-julia",mode:"julia",ext:["jl"]},{name:"Kotlin",mime:"text/x-kotlin",mode:"clike",ext:["kt"]},{name:"LESS",mime:"text/x-less",mode:"css",ext:["less"]},{name:"LiveScript",mime:"text/x-livescript",mode:"livescript",ext:["ls"],alias:["ls"]},{name:"Lua",mime:"text/x-lua",mode:"lua",ext:["lua"]},{name:"Markdown",mime:"text/x-markdown",mode:"markdown",ext:["markdown","md","mkd"]},{name:"mIRC",mime:"text/mirc",mode:"mirc"},{name:"MariaDB SQL",mime:"text/x-mariadb",mode:"sql"},{name:"Mathematica",mime:"text/x-mathematica",mode:"mathematica",ext:["m","nb","wl","wls"]},{name:"Modelica",mime:"text/x-modelica",mode:"modelica",ext:["mo"]},{name:"MUMPS",mime:"text/x-mumps",mode:"mumps",ext:["mps"]},{name:"MS SQL",mime:"text/x-mssql",mode:"sql"},{name:"mbox",mime:"application/mbox",mode:"mbox",ext:["mbox"]},{name:"MySQL",mime:"text/x-mysql",mode:"sql"},{name:"Nginx",mime:"text/x-nginx-conf",mode:"nginx",file:/nginx.*\.conf$/i},{name:"NSIS",mime:"text/x-nsis",mode:"nsis",ext:["nsh","nsi"]},{name:"NTriples",mimes:["application/n-triples","application/n-quads","text/n-triples"],mode:"ntriples",ext:["nt","nq"]},{name:"Objective-C",mime:"text/x-objectivec",mode:"clike",ext:["m"],alias:["objective-c","objc"]},{name:"Objective-C++",mime:"text/x-objectivec++",mode:"clike",ext:["mm"],alias:["objective-c++","objc++"]},{name:"OCaml",mime:"text/x-ocaml",mode:"mllike",ext:["ml","mli","mll","mly"]},{name:"Octave",mime:"text/x-octave",mode:"octave",ext:["m"]},{name:"Oz",mime:"text/x-oz",mode:"oz",ext:["oz"]},{name:"Pascal",mime:"text/x-pascal",mode:"pascal",ext:["p","pas"]},{name:"PEG.js",mime:"null",mode:"pegjs",ext:["jsonld"]},{name:"Perl",mime:"text/x-perl",mode:"perl",ext:["pl","pm"]},{name:"PHP",mimes:["text/x-php","application/x-httpd-php","application/x-httpd-php-open"],mode:"php",ext:["php","php3","php4","php5","php7","phtml"]},{name:"Pig",mime:"text/x-pig",mode:"pig",ext:["pig"]},{name:"Plain Text",mime:"text/plain",mode:"null",ext:["txt","text","conf","def","list","log"]},{name:"PLSQL",mime:"text/x-plsql",mode:"sql",ext:["pls"]},{name:"PostgreSQL",mime:"text/x-pgsql",mode:"sql"},{name:"PowerShell",mime:"application/x-powershell",mode:"powershell",ext:["ps1","psd1","psm1"]},{name:"Properties files",mime:"text/x-properties",mode:"properties",ext:["properties","ini","in"],alias:["ini","properties"]},{name:"ProtoBuf",mime:"text/x-protobuf",mode:"protobuf",ext:["proto"]},{name:"Python",mime:"text/x-python",mode:"python",ext:["BUILD","bzl","py","pyw"],file:/^(BUCK|BUILD)$/},{name:"Puppet",mime:"text/x-puppet",mode:"puppet",ext:["pp"]},{name:"Q",mime:"text/x-q",mode:"q",ext:["q"]},{name:"R",mime:"text/x-rsrc",mode:"r",ext:["r","R"],alias:["rscript"]},{name:"reStructuredText",mime:"text/x-rst",mode:"rst",ext:["rst"],alias:["rst"]},{name:"RPM Changes",mime:"text/x-rpm-changes",mode:"rpm"},{name:"RPM Spec",mime:"text/x-rpm-spec",mode:"rpm",ext:["spec"]},{name:"Ruby",mime:"text/x-ruby",mode:"ruby",ext:["rb"],alias:["jruby","macruby","rake","rb","rbx"]},{name:"Rust",mime:"text/x-rustsrc",mode:"rust",ext:["rs"]},{name:"SAS",mime:"text/x-sas",mode:"sas",ext:["sas"]},{name:"Sass",mime:"text/x-sass",mode:"sass",ext:["sass"]},{name:"Scala",mime:"text/x-scala",mode:"clike",ext:["scala"]},{name:"Scheme",mime:"text/x-scheme",mode:"scheme",ext:["scm","ss"]},{name:"SCSS",mime:"text/x-scss",mode:"css",ext:["scss"]},{name:"Shell",mimes:["text/x-sh","application/x-sh"],mode:"shell",ext:["sh","ksh","bash"],alias:["bash","sh","zsh"],file:/^PKGBUILD$/},{name:"Sieve",mime:"application/sieve",mode:"sieve",ext:["siv","sieve"]},{name:"Slim",mimes:["text/x-slim","application/x-slim"],mode:"slim",ext:["slim"]},{name:"Smalltalk",mime:"text/x-stsrc",mode:"smalltalk",ext:["st"]},{name:"Smarty",mime:"text/x-smarty",mode:"smarty",ext:["tpl"]},{name:"Solr",mime:"text/x-solr",mode:"solr"},{name:"SML",mime:"text/x-sml",mode:"mllike",ext:["sml","sig","fun","smackspec"]},{name:"Soy",mime:"text/x-soy",mode:"soy",ext:["soy"],alias:["closure template"]},{name:"SPARQL",mime:"application/sparql-query",mode:"sparql",ext:["rq","sparql"],alias:["sparul"]},{name:"Spreadsheet",mime:"text/x-spreadsheet",mode:"spreadsheet",alias:["excel","formula"]},{name:"SQL",mime:"text/x-sql",mode:"sql",ext:["sql"]},{name:"SQLite",mime:"text/x-sqlite",mode:"sql"},{name:"Squirrel",mime:"text/x-squirrel",mode:"clike",ext:["nut"]},{name:"Stylus",mime:"text/x-styl",mode:"stylus",ext:["styl"]},{name:"Swift",mime:"text/x-swift",mode:"swift",ext:["swift"]},{name:"sTeX",mime:"text/x-stex",mode:"stex"},{name:"LaTeX",mime:"text/x-latex",mode:"stex",ext:["text","ltx","tex"],alias:["tex"]},{name:"SystemVerilog",mime:"text/x-systemverilog",mode:"verilog",ext:["v","sv","svh"]},{name:"Tcl",mime:"text/x-tcl",mode:"tcl",ext:["tcl"]},{name:"Textile",mime:"text/x-textile",mode:"textile",ext:["textile"]},{name:"TiddlyWiki",mime:"text/x-tiddlywiki",mode:"tiddlywiki"},{name:"Tiki wiki",mime:"text/tiki",mode:"tiki"},{name:"TOML",mime:"text/x-toml",mode:"toml",ext:["toml"]},{name:"Tornado",mime:"text/x-tornado",mode:"tornado"},{name:"troff",mime:"text/troff",mode:"troff",ext:["1","2","3","4","5","6","7","8","9"]},{name:"TTCN",mime:"text/x-ttcn",mode:"ttcn",ext:["ttcn","ttcn3","ttcnpp"]},{name:"TTCN_CFG",mime:"text/x-ttcn-cfg",mode:"ttcn-cfg",ext:["cfg"]},{name:"Turtle",mime:"text/turtle",mode:"turtle",ext:["ttl"]},{name:"TypeScript",mime:"application/typescript",mode:"javascript",ext:["ts"],alias:["ts"]},{name:"TypeScript-JSX",mime:"text/typescript-jsx",mode:"jsx",ext:["tsx"],alias:["tsx"]},{name:"Twig",mime:"text/x-twig",mode:"twig"},{name:"Web IDL",mime:"text/x-webidl",mode:"webidl",ext:["webidl"]},{name:"VB.NET",mime:"text/x-vb",mode:"vb",ext:["vb"]},{name:"VBScript",mime:"text/vbscript",mode:"vbscript",ext:["vbs"]},{name:"Velocity",mime:"text/velocity",mode:"velocity",ext:["vtl"]},{name:"Verilog",mime:"text/x-verilog",mode:"verilog",ext:["v"]},{name:"VHDL",mime:"text/x-vhdl",mode:"vhdl",ext:["vhd","vhdl"]},{name:"Vue.js Component",mimes:["script/x-vue","text/x-vue"],mode:"vue",ext:["vue"]},{name:"XML",mimes:["application/xml","text/xml"],mode:"xml",ext:["xml","xsl","xsd","svg"],alias:["rss","wsdl","xsd"]},{name:"XQuery",mime:"application/xquery",mode:"xquery",ext:["xy","xquery"]},{name:"Yacas",mime:"text/x-yacas",mode:"yacas",ext:["ys"]},{name:"YAML",mimes:["text/x-yaml","text/yaml"],mode:"yaml",ext:["yaml","yml"],alias:["yml"]},{name:"Z80",mime:"text/x-z80",mode:"z80",ext:["z80"]},{name:"mscgen",mime:"text/x-mscgen",mode:"mscgen",ext:["mscgen","mscin","msc"]},{name:"xu",mime:"text/x-xu",mode:"mscgen",ext:["xu"]},{name:"msgenny",mime:"text/x-msgenny",mode:"mscgen",ext:["msgenny"]},{name:"WebAssembly",mime:"text/webassembly",mode:"wast",ext:["wat","wast"]}];for(var fe=0;fe<Rt.modeInfo.length;fe++){var Be=Rt.modeInfo[fe];Be.mimes&&(Be.mime=Be.mimes[0])}Rt.findModeByMIME=function(ze){ze=ze.toLowerCase();for(var ve=0;ve<Rt.modeInfo.length;ve++){var le=Rt.modeInfo[ve];if(le.mime==ze)return le;if(le.mimes){for(var Kt=0;Kt<le.mimes.length;Kt++)if(le.mimes[Kt]==ze)return le}}if(/\+xml$/.test(ze))return Rt.findModeByMIME("application/xml");if(/\+json$/.test(ze))return Rt.findModeByMIME("application/json")},Rt.findModeByExtension=function(ze){ze=ze.toLowerCase();for(var ve=0;ve<Rt.modeInfo.length;ve++){var le=Rt.modeInfo[ve];if(le.ext){for(var Kt=0;Kt<le.ext.length;Kt++)if(le.ext[Kt]==ze)return le}}},Rt.findModeByFileName=function(ze){for(var ve=0;ve<Rt.modeInfo.length;ve++){var le=Rt.modeInfo[ve];if(le.file&&le.file.test(ze))return le}var Kt=ze.lastIndexOf("."),Ue=Kt>-1&&ze.substring(Kt+1,ze.length);if(Ue)return Rt.findModeByExtension(Ue)},Rt.findModeByName=function(ze){ze=ze.toLowerCase();for(var ve=0;ve<Rt.modeInfo.length;ve++){var le=Rt.modeInfo[ve];if(le.name.toLowerCase()==ze)return le;if(le.alias){for(var Kt=0;Kt<le.alias.length;Kt++)if(le.alias[Kt].toLowerCase()==ze)return le}}}})},80785:function(en,Nn,Qt){(function(Rt){Rt(Qt(4631))})(function(Rt){"use strict";Rt.defineMode("stex",function(fe,Be){"use strict";function ze(Nt,et){Nt.cmdState.push(et)}function ve(Nt){return Nt.cmdState.length>0?Nt.cmdState[Nt.cmdState.length-1]:null}function le(Nt){var et=Nt.cmdState.pop();et&&et.closeBracket()}function Kt(Nt){for(var et=Nt.cmdState,nt=et.length-1;nt>=0;nt--){var ft=et[nt];if(ft.name!="DEFAULT")return ft}return{styleIdentifier:function(){return null}}}function Ue(Nt,et,nt){return function(){this.name=Nt,this.bracketNo=0,this.style=et,this.styles=nt,this.argument=null,this.styleIdentifier=function(){return this.styles[this.bracketNo-1]||null},this.openBracket=function(){return this.bracketNo++,"bracket"},this.closeBracket=function(){}}}var me={};me.importmodule=Ue("importmodule","tag",["string","builtin"]),me.documentclass=Ue("documentclass","tag",["","atom"]),me.usepackage=Ue("usepackage","tag",["atom"]),me.begin=Ue("begin","tag",["atom"]),me.end=Ue("end","tag",["atom"]),me.label=Ue("label","tag",["atom"]),me.ref=Ue("ref","tag",["atom"]),me.eqref=Ue("eqref","tag",["atom"]),me.cite=Ue("cite","tag",["atom"]),me.bibitem=Ue("bibitem","tag",["atom"]),me.Bibitem=Ue("Bibitem","tag",["atom"]),me.RBibitem=Ue("RBibitem","tag",["atom"]),me.DEFAULT=function(){this.name="DEFAULT",this.style="tag",this.styleIdentifier=this.openBracket=this.closeBracket=function(){}};function ke(Nt,et){Nt.f=et}function Ze(Nt,et){var nt;if(Nt.match(/^\\[a-zA-Z@]+/)){var ft=Nt.current().slice(1);return nt=me.hasOwnProperty(ft)?me[ft]:me.DEFAULT,nt=new nt,ze(et,nt),ke(et,un),nt.style}if(Nt.match(/^\\[$&%#{}_]/)||Nt.match(/^\\[,;!\/\\]/))return"tag";if(Nt.match("\\["))return ke(et,function(pt,vt){return Te(pt,vt,"\\]")}),"keyword";if(Nt.match("\\("))return ke(et,function(pt,vt){return Te(pt,vt,"\\)")}),"keyword";if(Nt.match("$$"))return ke(et,function(pt,vt){return Te(pt,vt,"$$")}),"keyword";if(Nt.match("$"))return ke(et,function(pt,vt){return Te(pt,vt,"$")}),"keyword";var lt=Nt.next();if(lt=="%")return Nt.skipToEnd(),"comment";if(lt=="}"||lt=="]"){if(nt=ve(et),nt)nt.closeBracket(lt),ke(et,un);else return"error";return"bracket"}else return lt=="{"||lt=="["?(nt=me.DEFAULT,nt=new nt,ze(et,nt),"bracket"):/\d/.test(lt)?(Nt.eatWhile(/[\w.%]/),"atom"):(Nt.eatWhile(/[\w\-_]/),nt=Kt(et),nt.name=="begin"&&(nt.argument=Nt.current()),nt.styleIdentifier())}function Te(Nt,et,nt){if(Nt.eatSpace())return null;if(nt&&Nt.match(nt))return ke(et,Ze),"keyword";if(Nt.match(/^\\[a-zA-Z@]+/))return"tag";if(Nt.match(/^[a-zA-Z]+/))return"variable-2";if(Nt.match(/^\\[$&%#{}_]/)||Nt.match(/^\\[,;!\/]/)||Nt.match(/^[\^_&]/))return"tag";if(Nt.match(/^[+\-<>|=,\/@!*:;'"`~#?]/))return null;if(Nt.match(/^(\d+\.\d*|\d*\.\d+|\d+)/))return"number";var ft=Nt.next();return ft=="{"||ft=="}"||ft=="["||ft=="]"||ft=="("||ft==")"?"bracket":ft=="%"?(Nt.skipToEnd(),"comment"):"error"}function un(Nt,et){var nt=Nt.peek(),ft;return nt=="{"||nt=="["?(ft=ve(et),ft.openBracket(nt),Nt.eat(nt),ke(et,Ze),"bracket"):/[ \t\r]/.test(nt)?(Nt.eat(nt),null):(ke(et,Ze),le(et),Ze(Nt,et))}return{startState:function(){var Nt=Be.inMathMode?function(et,nt){return Te(et,nt)}:Ze;return{cmdState:[],f:Nt}},copyState:function(Nt){return{cmdState:Nt.cmdState.slice(),f:Nt.f}},token:function(Nt,et){return et.f(Nt,et)},blankLine:function(Nt){Nt.f=Ze,Nt.cmdState.length=0},lineComment:"%"}}),Rt.defineMIME("text/x-stex","stex"),Rt.defineMIME("text/x-latex","stex")})},29589:function(en,Nn,Qt){(function(Rt){Rt(Qt(4631))})(function(Rt){"use strict";var fe={autoSelfClosers:{area:!0,base:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0,menuitem:!0},implicitlyClosed:{dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},contextGrabbers:{dd:{dd:!0,dt:!0},dt:{dd:!0,dt:!0},li:{li:!0},option:{option:!0,optgroup:!0},optgroup:{optgroup:!0},p:{address:!0,article:!0,aside:!0,blockquote:!0,dir:!0,div:!0,dl:!0,fieldset:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,menu:!0,nav:!0,ol:!0,p:!0,pre:!0,section:!0,table:!0,ul:!0},rp:{rp:!0,rt:!0},rt:{rp:!0,rt:!0},tbody:{tbody:!0,tfoot:!0},td:{td:!0,th:!0},tfoot:{tbody:!0},th:{td:!0,th:!0},thead:{tbody:!0,tfoot:!0},tr:{tr:!0}},doNotIndent:{pre:!0},allowUnquoted:!0,allowMissing:!0,caseFold:!0},Be={autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,allowMissingTagName:!1,caseFold:!1};Rt.defineMode("xml",function(ze,ve){var le=ze.indentUnit,Kt={},Ue=ve.htmlMode?fe:Be;for(var me in Ue)Kt[me]=Ue[me];for(var me in ve)Kt[me]=ve[me];var ke,Ze;function Te(oe,xe){function De(cn){return xe.tokenize=cn,cn(oe,xe)}var Le=oe.next();if(Le=="<")return oe.eat("!")?oe.eat("[")?oe.match("CDATA[")?De(et("atom","]]>")):null:oe.match("--")?De(et("comment","-->")):oe.match("DOCTYPE",!0,!0)?(oe.eatWhile(/[\w\._\-]/),De(nt(1))):null:oe.eat("?")?(oe.eatWhile(/[\w\._\-]/),xe.tokenize=et("meta","?>"),"meta"):(ke=oe.eat("/")?"closeTag":"openTag",xe.tokenize=un,"tag bracket");if(Le=="&"){var Pn;return oe.eat("#")?oe.eat("x")?Pn=oe.eatWhile(/[a-fA-F\d]/)&&oe.eat(";"):Pn=oe.eatWhile(/[\d]/)&&oe.eat(";"):Pn=oe.eatWhile(/[\w\.\-:]/)&&oe.eat(";"),Pn?"atom":"error"}else return oe.eatWhile(/[^&<]/),null}Te.isInText=!0;function un(oe,xe){var De=oe.next();if(De==">"||De=="/"&&oe.eat(">"))return xe.tokenize=Te,ke=De==">"?"endTag":"selfcloseTag","tag bracket";if(De=="=")return ke="equals",null;if(De=="<"){xe.tokenize=Te,xe.state=vt,xe.tagName=xe.tagStart=null;var Le=xe.tokenize(oe,xe);return Le?Le+" tag error":"tag error"}else return/[\'\"]/.test(De)?(xe.tokenize=Nt(De),xe.stringStartCol=oe.column(),xe.tokenize(oe,xe)):(oe.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function Nt(oe){var xe=function(De,Le){for(;!De.eol();)if(De.next()==oe){Le.tokenize=un;break}return"string"};return xe.isInAttribute=!0,xe}function et(oe,xe){return function(De,Le){for(;!De.eol();){if(De.match(xe)){Le.tokenize=Te;break}De.next()}return oe}}function nt(oe){return function(xe,De){for(var Le;(Le=xe.next())!=null;){if(Le=="<")return De.tokenize=nt(oe+1),De.tokenize(xe,De);if(Le==">")if(oe==1){De.tokenize=Te;break}else return De.tokenize=nt(oe-1),De.tokenize(xe,De)}return"meta"}}function ft(oe,xe,De){this.prev=oe.context,this.tagName=xe,this.indent=oe.indented,this.startOfLine=De,(Kt.doNotIndent.hasOwnProperty(xe)||oe.context&&oe.context.noIndent)&&(this.noIndent=!0)}function lt(oe){oe.context&&(oe.context=oe.context.prev)}function pt(oe,xe){for(var De;;){if(!oe.context||(De=oe.context.tagName,!Kt.contextGrabbers.hasOwnProperty(De)||!Kt.contextGrabbers[De].hasOwnProperty(xe)))return;lt(oe)}}function vt(oe,xe,De){return oe=="openTag"?(De.tagStart=xe.column(),kt):oe=="closeTag"?bt:vt}function kt(oe,xe,De){return oe=="word"?(De.tagName=xe.current(),Ze="tag",ie):Kt.allowMissingTagName&&oe=="endTag"?(Ze="tag bracket",ie(oe,xe,De)):(Ze="error",kt)}function bt(oe,xe,De){if(oe=="word"){var Le=xe.current();return De.context&&De.context.tagName!=Le&&Kt.implicitlyClosed.hasOwnProperty(De.context.tagName)&<(De),De.context&&De.context.tagName==Le||Kt.matchClosing===!1?(Ze="tag",Wt):(Ze="tag error",Zt)}else return Kt.allowMissingTagName&&oe=="endTag"?(Ze="tag bracket",Wt(oe,xe,De)):(Ze="error",Zt)}function Wt(oe,xe,De){return oe!="endTag"?(Ze="error",Wt):(lt(De),vt)}function Zt(oe,xe,De){return Ze="error",Wt(oe,xe,De)}function ie(oe,xe,De){if(oe=="word")return Ze="attribute",$t;if(oe=="endTag"||oe=="selfcloseTag"){var Le=De.tagName,Pn=De.tagStart;return De.tagName=De.tagStart=null,oe=="selfcloseTag"||Kt.autoSelfClosers.hasOwnProperty(Le)?pt(De,Le):(pt(De,Le),De.context=new ft(De,Le,Pn==De.indented)),vt}return Ze="error",ie}function $t(oe,xe,De){return oe=="equals"?qt:(Kt.allowMissing||(Ze="error"),ie(oe,xe,De))}function qt(oe,xe,De){return oe=="string"?ye:oe=="word"&&Kt.allowUnquoted?(Ze="string",ie):(Ze="error",ie(oe,xe,De))}function ye(oe,xe,De){return oe=="string"?ye:ie(oe,xe,De)}return{startState:function(oe){var xe={tokenize:Te,state:vt,indented:oe||0,tagName:null,tagStart:null,context:null};return oe!=null&&(xe.baseIndent=oe),xe},token:function(oe,xe){if(!xe.tagName&&oe.sol()&&(xe.indented=oe.indentation()),oe.eatSpace())return null;ke=null;var De=xe.tokenize(oe,xe);return(De||ke)&&De!="comment"&&(Ze=null,xe.state=xe.state(ke||De,oe,xe),Ze&&(De=Ze=="error"?De+" error":Ze)),De},indent:function(oe,xe,De){var Le=oe.context;if(oe.tokenize.isInAttribute)return oe.tagStart==oe.indented?oe.stringStartCol+1:oe.indented+le;if(Le&&Le.noIndent)return Rt.Pass;if(oe.tokenize!=un&&oe.tokenize!=Te)return De?De.match(/^(\s*)/)[0].length:0;if(oe.tagName)return Kt.multilineTagIndentPastTag!==!1?oe.tagStart+oe.tagName.length+2:oe.tagStart+le*(Kt.multilineTagIndentFactor||1);if(Kt.alignCDATA&&/<!\[CDATA\[/.test(xe))return 0;var Pn=xe&&/^<(\/)?([\w_:\.-]*)/.exec(xe);if(Pn&&Pn[1])for(;Le;)if(Le.tagName==Pn[2]){Le=Le.prev;break}else if(Kt.implicitlyClosed.hasOwnProperty(Le.tagName))Le=Le.prev;else break;else if(Pn)for(;Le;){var cn=Kt.contextGrabbers[Le.tagName];if(cn&&cn.hasOwnProperty(Pn[2]))Le=Le.prev;else break}for(;Le&&Le.prev&&!Le.startOfLine;)Le=Le.prev;return Le?Le.indent+le:oe.baseIndent||0},electricInput:/<\/[\s\w:]+>$/,blockCommentStart:"<!--",blockCommentEnd:"-->",configuration:Kt.htmlMode?"html":"xml",helperType:Kt.htmlMode?"html":"xml",skipAttribute:function(oe){oe.state==qt&&(oe.state=ie)},xmlCurrentTag:function(oe){return oe.tagName?{name:oe.tagName,close:oe.type=="closeTag"}:null},xmlCurrentContext:function(oe){for(var xe=[],De=oe.context;De;De=De.prev)De.tagName&&xe.push(De.tagName);return xe.reverse()}}}),Rt.defineMIME("text/xml","xml"),Rt.defineMIME("application/xml","xml"),Rt.mimeModes.hasOwnProperty("text/html")||Rt.defineMIME("text/html",{name:"xml",htmlMode:!0})})},23495:function(en,Nn,Qt){"use strict";Qt.d(Nn,{$u:function(){return me},BD:function(){return jt},E9:function(){return Ue},FF:function(){return El},FJ:function(){return vt},Hn:function(){return pt},KX:function(){return bt},NB:function(){return Ln},S0:function(){return pe},UL:function(){return ke},Vk:function(){return lt},Vm:function(){return pn},YI:function(){return nn},ZA:function(){return Be},Zt:function(){return Ze},al:function(){return Mt},bn:function(){return Gt},bx:function(){return Ct},g2:function(){return ln},h1:function(){return qt},hD:function(){return Pr},l4:function(){return le},rU:function(){return ti},s_:function(){return wt},uz:function(){return Yn},z6:function(){return Te}}),en=Qt.hmd(en),function(){var xt;function xn(a){var y=0;return function(){return y<a.length?{done:!1,value:a[y++]}:{done:!0}}}function mn(a){var y=typeof Symbol!="undefined"&&Symbol.iterator&&a[Symbol.iterator];return y?y.call(a):{next:xn(a)}}function ri(a){for(var y,x=[];!(y=a.next()).done;)x.push(y.value);return x}var Zn=typeof Object.create=="function"?Object.create:function(a){function y(){}return y.prototype=a,new y},Jn;if(typeof Object.setPrototypeOf=="function")Jn=Object.setPrototypeOf;else{var gi;t:{var Oi={a:!0},Ce={};try{Ce.__proto__=Oi,gi=Ce.a;break t}catch(a){}gi=!1}Jn=gi?function(a,y){if(a.__proto__=y,a.__proto__!==y)throw new TypeError(a+" is not extensible");return a}:null}var Fe=Jn;function re(a,y){if(a.prototype=Zn(y.prototype),a.prototype.constructor=a,Fe)Fe(a,y);else for(var x in y)if(x!="prototype")if(Object.defineProperties){var b=Object.getOwnPropertyDescriptor(y,x);b&&Object.defineProperty(a,x,b)}else a[x]=y[x];a.QA=y.prototype}var be=typeof Qt.g!="undefined"&&Qt.g!=null?Qt.g:self,wn=typeof Object.assign=="function"?Object.assign:function(a,y){for(var x=1;x<arguments.length;x++){var b=arguments[x];if(b)for(var E in b)Object.prototype.hasOwnProperty.call(b,E)&&(a[E]=b[E])}return a},An=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,y,x){a!=Array.prototype&&a!=Object.prototype&&(a[y]=x.value)};function si(a,y){if(y){var x=be;a=a.split(".");for(var b=0;b<a.length-1;b++){var E=a[b];E in x||(x[E]={}),x=x[E]}a=a[a.length-1],b=x[a],y=y(b),y!=b&&y!=null&&An(x,a,{writable:!0,value:y})}}si("Object.assign",function(a){return a||wn}),si("Array.prototype.fill",function(a){return a||function(y,x,b){var E=this.length||0;for(0>x&&(x=Math.max(0,E+x)),(b==null||b>E)&&(b=E),b=Number(b),0>b&&(b=Math.max(0,E+b)),x=Number(x||0);x<b;x++)this[x]=y;return this}});var ce=typeof globalThis=="object"&&globalThis||typeof Qt.g=="object"&&Qt.g.global===Qt.g&&Qt.g||typeof self=="object"&&self.self===self&&self||{};ce.requestAnimationFrame===void 0&&(ce.setImmediate===void 0?ce.requestAnimationFrame=function(a){ce.setTimeout(a,0)}:ce.requestAnimationFrame=ce.setImmediate);function He(){}function On(a,y){var x=-1;return function(){var b=this,E=arguments;x!==-1&&ce.clearTimeout(x),x=ci(function(){x=-1,a.apply(b,E)},y)}}function ci(a,y){return ce.setTimeout(a,y)}function qe(a){return ce.document.createElement(a)}function se(a){throw Error(a)}function Cn(a,y){a="The object is frozen, so its properties cannot be set: "+a.toString(),y!==void 0&&(a+=" to value: "+y),se(a)}function Hn(a,y,x,b){x=x===null?"*":typeof x=="string"?x:typeof x=="function"&&typeof x.className=="string"?x.className:"",b!==void 0&&(x+="."+b),se(x+" is not in the range "+y+": "+a)}function pi(a){ce.console&&ce.console.log(a)}function je(a){return typeof a=="object"&&a!==null}function Fn(a){return Array.isArray(a)||ce.NodeList&&a instanceof ce.NodeList||ce.HTMLCollection&&a instanceof ce.HTMLCollection}function io(a){return Array.prototype.slice.call(a)}function Oo(a,y,x){Array.isArray(a)?y>=a.length?a.push(x):a.splice(y,0,x):se("Cannot insert an object into an HTMLCollection or NodeList: "+x+" at "+y)}function $i(a,y){Array.isArray(a)?y>=a.length?a.pop():a.splice(y,1):se("Cannot remove an object from an HTMLCollection or NodeList at "+y)}function Dn(){var a=Vo.pop();return a===void 0?[]:a}function Tn(a){a.length=0,Vo.push(a)}function jn(a){if(typeof a=="function"){if(a.className)return a.className;if(a.name)return a.name;var y=a.toString();if(y=y.substring(9,y.indexOf("(")).trim(),y!=="")return a._className=y}else if(je(a)&&a.constructor)return jn(a.constructor);return typeof a}function Hi(a){var y=a;return je(a)&&(a.text?y=a.text:a.name?y=a.name:a.key!==void 0?y=a.key:a.id!==void 0?y=a.id:a.constructor===Object&&(a.Text?y=a.Text:a.Name?y=a.Name:a.Key!==void 0?y=a.Key:a.Id!==void 0?y=a.Id:a.ID!==void 0&&(y=a.ID))),y===void 0?"undefined":y===null?"null":y.toString()}function uo(a,y){if(a.hasOwnProperty(y))return!0;for(a=Object.getPrototypeOf(a);a&&a!==Function;){if(a.hasOwnProperty(y))return!0;var x=a.CA;if(x&&x[y])return!0;a=Object.getPrototypeOf(a)}return!1}function an(a,y,x){Object.defineProperty(Vi.prototype,a,{get:y,set:x})}function Xn(a){for(var y=[],x=0;256>x;x++)y["0123456789abcdef".charAt(x>>4)+"0123456789abcdef".charAt(x&15)]=String.fromCharCode(x);a.length%2&&(a="0"+a),x=[];for(var b=0,E=0;E<a.length;E+=2)x[b++]=y[a.substr(E,2)];for(a=x.join(""),a=a===""?"0":a,y=[],x=0;256>x;x++)y[x]=x;for(x=b=0;256>x;x++)b=(b+y[x]+119)%256,E=y[x],y[x]=y[b],y[b]=E;b=x=0;for(var z="",tt=0;tt<a.length;tt++)x=(x+1)%256,b=(b+y[x])%256,E=y[x],y[x]=y[b],y[b]=E,z+=String.fromCharCode(a.charCodeAt(tt)^y[(y[x]+y[b])%256]);return z.indexOf("GoJS 2.1 evaluation")>-1||z.indexOf("\xA9 1998-2021 Northwoods Software")>-1||z.indexOf("Not for distribution or production use")>-1||z.indexOf("gojs.net")>-1?"":z}var Fs=ce.navigator!==void 0&&0<ce.navigator.userAgent.indexOf("Trident/7"),hr=ce.navigator!==void 0&&ce.navigator.platform!==void 0&&ce.navigator.platform.match(/(iPhone|iPod|iPad|Mac)/i)!==null,Vo=[];Object.freeze([]),He.className="Util",He.Dx="32ab5ff3b26f42dc0ed90f21472913b5",He.adym="gojs.net",He.vfo="28e645fdb266",He.className="Util";function he(a,y,x){qi(this),this.j=a,this.xa=y,this.o=x}he.prototype.toString=function(){return"EnumValue."+this.xa};function ei(a,y){return y==null||y===""?null:a[y]}be.Object.defineProperties(he.prototype,{classType:{get:function(){return this.j}},name:{get:function(){return this.xa}},value:{get:function(){return this.o}}}),he.className="EnumValue";function Ci(){this.ew=[]}Ci.prototype.toString=function(){return this.ew.join("")},Ci.prototype.add=function(a){a!==""&&this.ew.push(a)},Ci.className="StringBuilder";function Vn(){}Vn.className="PropertyCollection";var oo={EA:!1,JA:!1,GA:!1,IA:!1,NA:!1,LA:!1,nx:!1,FA:null,trace:function(a){ce.console&&ce.console.log(a)},HA:function(a,y,x,b){a.strokeStyle="red",a.fillStyle="red",a.font="8px sans-serif",a.beginPath(),a.moveTo(-10,0),a.lineTo(10,0),a.moveTo(0,-10),a.lineTo(0,10),a.stroke(),a.setTransform(1,0,0,1,0,0),a.scale(x,x),a.transform(y.m11,y.m12,y.m21,y.m22,y.dx,y.dy),a.lineWidth=2,a.beginPath(),a.moveTo(b.left,b.top+20),a.lineTo(b.left,b.top),a.lineTo(b.left+20,b.top),a.moveTo(b.right,b.bottom-20),a.lineTo(b.right,b.bottom),a.lineTo(b.right-20,b.bottom),a.stroke(),a.fillText("DB: "+Math.round(b.x)+", "+Math.round(b.y)+", "+Math.round(b.width)+", "+Math.round(b.height),b.left,b.top-5)},DA:function(a){var y={},x;for(x in a){if(y.x=x,y.x!=="licenseKey"){var b=a[y.x];if(b.prototype!==void 0){y.Zl=Object.getOwnPropertyNames(b.prototype);for(var E={Tj:0};E.Tj<y.Zl.length;E={Tj:E.Tj},E.Tj++){var z=Object.getOwnPropertyDescriptor(b.prototype,y.Zl[E.Tj]);z.get!==void 0&&z.set===void 0&&Object.defineProperty(b.prototype,y.Zl[E.Tj],{set:function(tt,ot){return function(){throw Error("Property "+tt.Zl[ot.Tj]+" of "+tt.x+" is read-only.")}}(y,E)})}}}y={Zl:y.Zl,x:y.x}}}};function Li(){}Li.prototype.reset=function(){},Li.prototype.next=function(){return!1},Li.prototype.Ad=function(){return!1},Li.prototype.first=function(){return null},Li.prototype.any=function(){return!1},Li.prototype.all=function(){return!0},Li.prototype.each=function(){return this},Li.prototype.map=function(){return this},Li.prototype.filter=function(){return this},Li.prototype.de=function(){},Li.prototype.toString=function(){return"EmptyIterator"},be.Object.defineProperties(Li.prototype,{iterator:{get:function(){return this}},count:{get:function(){return 0}}}),Li.prototype.first=Li.prototype.first,Li.prototype.hasNext=Li.prototype.Ad,Li.prototype.next=Li.prototype.next,Li.prototype.reset=Li.prototype.reset;var Ei=null;Li.className="EmptyIterator",Ei=new Li;function ki(a){this.key=-1,this.value=a}ki.prototype.reset=function(){this.key=-1},ki.prototype.next=function(){return this.key===-1?(this.key=0,!0):!1},ki.prototype.Ad=function(){return this.next()},ki.prototype.first=function(){return this.key=0,this.value},ki.prototype.any=function(a){return this.key=-1,a(this.value)},ki.prototype.all=function(a){return this.key=-1,a(this.value)},ki.prototype.each=function(a){return this.key=-1,a(this.value),this},ki.prototype.map=function(a){return new ki(a(this.value))},ki.prototype.filter=function(a){return a(this.value)?new ki(this.value):Ei},ki.prototype.de=function(){this.value=null},ki.prototype.toString=function(){return"SingletonIterator("+this.value+")"},be.Object.defineProperties(ki.prototype,{iterator:{get:function(){return this}},count:{get:function(){return 1}}}),ki.prototype.first=ki.prototype.first,ki.prototype.hasNext=ki.prototype.Ad,ki.prototype.next=ki.prototype.next,ki.prototype.reset=ki.prototype.reset,ki.className="SingletonIterator";function wi(a){this.Bb=a,this.qf=null,a.Sa=null,this.qa=a.Ja,this.Za=-1}wi.prototype.reset=function(){var a=this.Bb;a.Sa=null,this.qa=a.Ja,this.Za=-1},wi.prototype.next=function(){var a=this.Bb;if(a.Ja!==this.qa&&0>this.key)return!1;a=a.s;var y=a.length,x=++this.Za,b=this.qf;if(b!==null)for(;x<y;){var E=a[x];if(b(E))return this.key=this.Za=x,this.value=E,!0;x++}else{if(x<y)return this.key=x,this.value=a[x],!0;this.de()}return!1},wi.prototype.Ad=function(){return this.next()},wi.prototype.first=function(){var a=this.Bb;this.qa=a.Ja,this.Za=0,a=a.s;var y=a.length,x=this.qf;if(x!==null){for(var b=0;b<y;){var E=a[b];if(x(E))return this.key=this.Za=b,this.value=E;b++}return null}return 0<y?(a=a[0],this.key=0,this.value=a):null},wi.prototype.any=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,b=this.qf,E=0;E<x;E++){var z=y[E];if((b===null||b(z))&&a(z))return!0}return!1},wi.prototype.all=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,b=this.qf,E=0;E<x;E++){var z=y[E];if((b===null||b(z))&&!a(z))return!1}return!0},wi.prototype.each=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,b=this.qf,E=0;E<x;E++){var z=y[E];(b===null||b(z))&&a(z)}return this},wi.prototype.map=function(a){var y=this.Bb;y.Sa=null,this.Za=-1;var x=[];y=y.s;for(var b=y.length,E=this.qf,z=0;z<b;z++){var tt=y[z];(E===null||E(tt))&&x.push(a(tt))}return a=new Oe,a.s=x,a.xb(),a.iterator},wi.prototype.filter=function(a){var y=this.Bb;y.Sa=null,this.Za=-1;var x=[];y=y.s;for(var b=y.length,E=this.qf,z=0;z<b;z++){var tt=y[z];(E===null||E(tt))&&a(tt)&&x.push(tt)}return a=new Oe,a.s=x,a.xb(),a.iterator},wi.prototype.de=function(){this.key=-1,this.value=null,this.qa=-1,this.qf=null,this.Bb.Sa=this},wi.prototype.toString=function(){return"ListIterator@"+this.Za+"/"+this.Bb.count},be.Object.defineProperties(wi.prototype,{iterator:{get:function(){return this}},predicate:{get:function(){return this.qf},set:function(a){this.qf=a}},count:{get:function(){var a=this.qf;if(a!==null){for(var y=0,x=this.Bb.s,b=x.length,E=0;E<b;E++)a(x[E])&&y++;return y}return this.Bb.s.length}}}),wi.prototype.first=wi.prototype.first,wi.prototype.hasNext=wi.prototype.Ad,wi.prototype.next=wi.prototype.next,wi.prototype.reset=wi.prototype.reset,wi.className="ListIterator";function Ui(a){this.Bb=a,a.Hg=null,this.qa=a.Ja,this.Za=a.s.length}Ui.prototype.reset=function(){var a=this.Bb;a.Hg=null,this.qa=a.Ja,this.Za=a.s.length},Ui.prototype.next=function(){var a=this.Bb;if(a.Ja!==this.qa&&0>this.key)return!1;var y=--this.Za;return 0<=y?(this.key=y,this.value=a.s[y],!0):(this.de(),!1)},Ui.prototype.Ad=function(){return this.next()},Ui.prototype.first=function(){var a=this.Bb;this.qa=a.Ja;var y=a.s;return this.Za=a=y.length-1,0<=a?(y=y[a],this.key=a,this.value=y):null},Ui.prototype.any=function(a){var y=this.Bb;y.Hg=null,y=y.s;var x=y.length;for(this.Za=x,--x;0<=x;x--)if(a(y[x]))return!0;return!1},Ui.prototype.all=function(a){var y=this.Bb;y.Hg=null,y=y.s;var x=y.length;for(this.Za=x,--x;0<=x;x--)if(!a(y[x]))return!1;return!0},Ui.prototype.each=function(a){var y=this.Bb;y.Hg=null,y=y.s;var x=y.length;for(this.Za=x,--x;0<=x;x--)a(y[x]);return this},Ui.prototype.map=function(a){var y=this.Bb;y.Hg=null;var x=[];y=y.s;var b=y.length;for(this.Za=b,--b;0<=b;b--)x.push(a(y[b]));return a=new Oe,a.s=x,a.xb(),a.iterator},Ui.prototype.filter=function(a){var y=this.Bb;y.Hg=null;var x=[];y=y.s;var b=y.length;for(this.Za=b,--b;0<=b;b--){var E=y[b];a(E)&&x.push(E)}return a=new Oe,a.s=x,a.xb(),a.iterator},Ui.prototype.de=function(){this.key=-1,this.value=null,this.qa=-1,this.Bb.Hg=this},Ui.prototype.toString=function(){return"ListIteratorBackwards("+this.Za+"/"+this.Bb.count+")"},be.Object.defineProperties(Ui.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.Bb.s.length}}}),Ui.prototype.first=Ui.prototype.first,Ui.prototype.hasNext=Ui.prototype.Ad,Ui.prototype.next=Ui.prototype.next,Ui.prototype.reset=Ui.prototype.reset,Ui.className="ListIteratorBackwards";function Oe(a){qi(this),this._isFrozen=!1,this.s=[],this.Ja=0,this.Hg=this.Sa=null,typeof a=="string"&&se("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}xt=Oe.prototype,xt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return this._isFrozen=!1,this},xt.toString=function(){return"List()#"+fo(this)},xt.add=function(a){return a===null?this:(this._isFrozen&&Cn(this,a),this.s.push(a),this.xb(),this)},xt.push=function(a){this.add(a)},xt.addAll=function(a){if(a===null)return this;this._isFrozen&&Cn(this);var y=this.s;if(Fn(a))for(var x=a.length,b=0;b<x;b++)y.push(a[b]);else for(a=a.iterator;a.next();)y.push(a.value);return this.xb(),this},xt.clear=function(){this._isFrozen&&Cn(this),this.s.length=0,this.xb()},xt.contains=function(a){return a===null?!1:this.s.indexOf(a)!==-1},xt.has=function(a){return this.contains(a)},xt.indexOf=function(a){return a===null?-1:this.s.indexOf(a)},xt.M=function(a){var y=this.s;return(0>a||a>=y.length)&&Hn(a,"0 <= i < length",Oe,"elt:i"),y[a]},xt.get=function(a){return this.M(a)},xt.cd=function(a,y){var x=this.s;(0>a||a>=x.length)&&Hn(a,"0 <= i < length",Oe,"setElt:i"),this._isFrozen&&Cn(this,a),x[a]=y},xt.set=function(a,y){this.cd(a,y)},xt.first=function(){var a=this.s;return a.length===0?null:a[0]},xt.jc=function(){var a=this.s,y=a.length;return 0<y?a[y-1]:null},xt.pop=function(){this._isFrozen&&Cn(this);var a=this.s;return 0<a.length?a.pop():null},Oe.prototype.any=function(a){for(var y=this.s,x=y.length,b=0;b<x;b++)if(a(y[b]))return!0;return!1},Oe.prototype.all=function(a){for(var y=this.s,x=y.length,b=0;b<x;b++)if(!a(y[b]))return!1;return!0},Oe.prototype.each=function(a){for(var y=this.s,x=y.length,b=0;b<x;b++)a(y[b]);return this},Oe.prototype.map=function(a){for(var y=new Oe,x=[],b=this.s,E=b.length,z=0;z<E;z++)x.push(a(b[z]));return y.s=x,y.xb(),y},Oe.prototype.filter=function(a){for(var y=new Oe,x=[],b=this.s,E=b.length,z=0;z<E;z++){var tt=b[z];a(tt)&&x.push(tt)}return y.s=x,y.xb(),y},xt=Oe.prototype,xt.Gb=function(a,y){0>a&&Hn(a,">= 0",Oe,"insertAt:i"),this._isFrozen&&Cn(this,a);var x=this.s;a>=x.length?x.push(y):x.splice(a,0,y),this.xb()},xt.remove=function(a){if(a===null)return!1;this._isFrozen&&Cn(this,a);var y=this.s;return a=y.indexOf(a),a===-1?!1:(a===y.length-1?y.pop():y.splice(a,1),this.xb(),!0)},xt.delete=function(a){return this.remove(a)},xt.mb=function(a){var y=this.s;(0>a||a>=y.length)&&Hn(a,"0 <= i < length",Oe,"removeAt:i"),this._isFrozen&&Cn(this,a),a===y.length-1?y.pop():y.splice(a,1),this.xb()},xt.removeRange=function(a,y){var x=this.s,b=x.length;if(0>a)a=0;else if(a>=b)return this;if(0>y)return this;if(y>=b&&(y=b-1),a>y)return this;this._isFrozen&&Cn(this);for(var E=a,z=y+1;z<b;)x[E++]=x[z++];return x.length=b-(y-a+1),this.xb(),this},Oe.prototype.copy=function(){var a=new Oe,y=this.s;return 0<y.length&&(a.s=Array.prototype.slice.call(y)),a},xt=Oe.prototype,xt.Fa=function(){for(var a=this.s,y=this.count,x=Array(y),b=0;b<y;b++)x[b]=a[b];return x},xt.Iv=function(){for(var a=new Ge,y=this.s,x=this.count,b=0;b<x;b++)a.add(y[b]);return a},xt.sort=function(a){return this._isFrozen&&Cn(this),this.s.sort(a),this.xb(),this},xt.zi=function(a,y,x){var b=this.s,E=b.length;y===void 0&&(y=0),x===void 0&&(x=E),this._isFrozen&&Cn(this);var z=x-y;if(1>=z)return this;if((0>y||y>=E-1)&&Hn(y,"0 <= from < length",Oe,"sortRange:from"),z===2)return x=b[y],E=b[y+1],0<a(x,E)&&(b[y]=E,b[y+1]=x,this.xb()),this;if(y===0)if(x>=E)b.sort(a);else for(y=b.slice(0,x),y.sort(a),a=0;a<x;a++)b[a]=y[a];else if(x>=E)for(x=b.slice(y),x.sort(a),a=y;a<E;a++)b[a]=x[a-y];else for(E=b.slice(y,x),E.sort(a),a=y;a<x;a++)b[a]=E[a-y];return this.xb(),this},xt.reverse=function(){return this._isFrozen&&Cn(this),this.s.reverse(),this.xb(),this},be.Object.defineProperties(Oe.prototype,{_dataArray:{get:function(){return this.s}},count:{get:function(){return this.s.length}},size:{get:function(){return this.s.length}},length:{get:function(){return this.s.length}},iterator:{get:function(){if(0>=this.s.length)return Ei;var a=this.Sa;return a!==null?(a.reset(),a):new wi(this)}},iteratorBackwards:{get:function(){if(0>=this.s.length)return Ei;var a=this.Hg;return a!==null?(a.reset(),a):new Ui(this)}}}),Oe.prototype.reverse=Oe.prototype.reverse,Oe.prototype.sortRange=Oe.prototype.zi,Oe.prototype.sort=Oe.prototype.sort,Oe.prototype.toSet=Oe.prototype.Iv,Oe.prototype.toArray=Oe.prototype.Fa,Oe.prototype.removeRange=Oe.prototype.removeRange,Oe.prototype.removeAt=Oe.prototype.mb,Oe.prototype.delete=Oe.prototype.delete,Oe.prototype.remove=Oe.prototype.remove,Oe.prototype.insertAt=Oe.prototype.Gb,Oe.prototype.pop=Oe.prototype.pop,Oe.prototype.last=Oe.prototype.jc,Oe.prototype.first=Oe.prototype.first,Oe.prototype.set=Oe.prototype.set,Oe.prototype.setElt=Oe.prototype.cd,Oe.prototype.get=Oe.prototype.get,Oe.prototype.elt=Oe.prototype.M,Oe.prototype.indexOf=Oe.prototype.indexOf,Oe.prototype.has=Oe.prototype.has,Oe.prototype.contains=Oe.prototype.contains,Oe.prototype.clear=Oe.prototype.clear,Oe.prototype.addAll=Oe.prototype.addAll,Oe.prototype.push=Oe.prototype.push,Oe.prototype.add=Oe.prototype.add,Oe.prototype.thaw=Oe.prototype.ka,Oe.prototype.freeze=Oe.prototype.freeze,Oe.className="List";function Io(a){this.eg=a,a.Sa=null,this.qa=a.Ja,this.sa=null}Io.prototype.reset=function(){var a=this.eg;a.Sa=null,this.qa=a.Ja,this.sa=null},Io.prototype.next=function(){var a=this.eg;if(a.Ja!==this.qa&&this.key===null)return!1;var y=this.sa;return y=y===null?a.ea:y.va,y!==null?(this.sa=y,this.value=y.value,this.key=y.key,!0):(this.de(),!1)},Io.prototype.Ad=function(){return this.next()},Io.prototype.first=function(){var a=this.eg;if(this.qa=a.Ja,a=a.ea,a!==null){this.sa=a;var y=a.value;return this.key=a.key,this.value=y}return null},Io.prototype.any=function(a){var y=this.eg;for(this.sa=y.Sa=null,y=y.ea;y!==null;){if(a(y.value))return!0;y=y.va}return!1},Io.prototype.all=function(a){var y=this.eg;for(this.sa=y.Sa=null,y=y.ea;y!==null;){if(!a(y.value))return!1;y=y.va}return!0},Io.prototype.each=function(a){var y=this.eg;for(this.sa=y.Sa=null,y=y.ea;y!==null;)a(y.value),y=y.va;return this},Io.prototype.map=function(a){var y=this.eg;y.Sa=null;var x=new Oe;for(y=y.ea;y!==null;)x.add(a(y.value)),y=y.va;return x.iterator},Io.prototype.filter=function(a){var y=this.eg;y.Sa=null;var x=new Oe;for(y=y.ea;y!==null;){var b=y.value;a(b)&&x.add(b),y=y.va}return x.iterator},Io.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.eg.Sa=this},Io.prototype.toString=function(){return this.sa!==null?"SetIterator@"+this.sa.value:"SetIterator"},be.Object.defineProperties(Io.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.eg.Sb}}}),Io.prototype.first=Io.prototype.first,Io.prototype.hasNext=Io.prototype.Ad,Io.prototype.next=Io.prototype.next,Io.prototype.reset=Io.prototype.reset,Io.className="SetIterator";function Ge(a){qi(this),this._isFrozen=!1,this.Tb={},this.Sb=0,this.Sa=null,this.Ja=0,this.kf=this.ea=null,typeof a=="string"&&se("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}xt=Ge.prototype,xt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return this._isFrozen=!1,this},xt.toString=function(){return"Set()#"+fo(this)},xt.add=function(a){if(a===null)return this;this._isFrozen&&Cn(this,a);var y=a;return je(a)&&(y=ls(a)),this.Tb[y]===void 0&&(this.Sb++,a=new bs(a,a),this.Tb[y]=a,y=this.kf,y===null?this.ea=a:(a.ll=y,y.va=a),this.kf=a,this.xb()),this},xt.addAll=function(a){if(a===null)return this;if(this._isFrozen&&Cn(this),Fn(a))for(var y=a.length,x=0;x<y;x++)this.add(a[x]);else for(a=a.iterator;a.next();)this.add(a.value);return this},xt.contains=function(a){if(a===null)return!1;var y=a;return je(a)&&(y=fo(a),y===void 0)?!1:this.Tb[y]!==void 0},xt.has=function(a){return this.contains(a)},xt.Sy=function(a){if(a===null)return!0;for(a=a.iterator;a.next();)if(!this.contains(a.value))return!1;return!0},xt.Ty=function(a){if(a===null)return!0;for(a=a.iterator;a.next();)if(this.contains(a.value))return!0;return!1},xt.first=function(){var a=this.ea;return a===null?null:a.value},Ge.prototype.any=function(a){for(var y=this.ea;y!==null;){if(a(y.value))return!0;y=y.va}return!1},Ge.prototype.all=function(a){for(var y=this.ea;y!==null;){if(!a(y.value))return!1;y=y.va}return!0},Ge.prototype.each=function(a){for(var y=this.ea;y!==null;)a(y.value),y=y.va;return this},Ge.prototype.map=function(a){for(var y=new Ge,x=this.ea;x!==null;)y.add(a(x.value)),x=x.va;return y},Ge.prototype.filter=function(a){for(var y=new Ge,x=this.ea;x!==null;){var b=x.value;a(b)&&y.add(b),x=x.va}return y},xt=Ge.prototype,xt.remove=function(a){if(a===null)return!1;this._isFrozen&&Cn(this,a);var y=a;if(je(a)&&(y=fo(a),y===void 0)||(a=this.Tb[y],a===void 0))return!1;var x=a.va,b=a.ll;return x!==null&&(x.ll=b),b!==null&&(b.va=x),this.ea===a&&(this.ea=x),this.kf===a&&(this.kf=b),delete this.Tb[y],this.Sb--,this.xb(),!0},xt.delete=function(a){return this.remove(a)},xt.hp=function(a){if(a===null)return this;if(this._isFrozen&&Cn(this),Fn(a))for(var y=a.length,x=0;x<y;x++)this.remove(a[x]);else for(a=a.iterator;a.next();)this.remove(a.value);return this},xt.pA=function(a){if(a===null||this.count===0)return this;this._isFrozen&&Cn(this);var y=new Ge;y.addAll(a),a=[];for(var x=this.iterator;x.next();){var b=x.value;y.contains(b)||a.push(b)}return this.hp(a),this},xt.clear=function(){this._isFrozen&&Cn(this),this.Tb={},this.Sb=0,this.Sa!==null&&this.Sa.reset(),this.kf=this.ea=null,this.xb()},Ge.prototype.copy=function(){var a=new Ge,y=this.Tb,x;for(x in y)a.add(y[x].value);return a},Ge.prototype.Fa=function(){var a=Array(this.Sb),y=this.Tb,x=0,b;for(b in y)a[x]=y[b].value,x++;return a},Ge.prototype.Hv=function(){var a=new Oe,y=this.Tb,x;for(x in y)a.add(y[x].value);return a};function qi(a){a.__gohashid=Hs++}function ls(a){var y=a.__gohashid;return y===void 0&&(y=Hs++,a.__gohashid=y),y}function fo(a){return a.__gohashid}be.Object.defineProperties(Ge.prototype,{count:{get:function(){return this.Sb}},size:{get:function(){return this.Sb}},iterator:{get:function(){if(0>=this.Sb)return Ei;var a=this.Sa;return a!==null?(a.reset(),a):new Io(this)}}}),Ge.prototype.toList=Ge.prototype.Hv,Ge.prototype.toArray=Ge.prototype.Fa,Ge.prototype.clear=Ge.prototype.clear,Ge.prototype.retainAll=Ge.prototype.pA,Ge.prototype.removeAll=Ge.prototype.hp,Ge.prototype.delete=Ge.prototype.delete,Ge.prototype.remove=Ge.prototype.remove,Ge.prototype.first=Ge.prototype.first,Ge.prototype.containsAny=Ge.prototype.Ty,Ge.prototype.containsAll=Ge.prototype.Sy,Ge.prototype.has=Ge.prototype.has,Ge.prototype.contains=Ge.prototype.contains,Ge.prototype.addAll=Ge.prototype.addAll,Ge.prototype.add=Ge.prototype.add,Ge.prototype.thaw=Ge.prototype.ka,Ge.prototype.freeze=Ge.prototype.freeze;var Hs=1;Ge.className="Set",Ge.uniqueHash=qi,Ge.hashIdUnique=ls,Ge.hashId=fo;function mo(a){this.ma=a,this.qa=a.Ja,this.sa=null}mo.prototype.reset=function(){this.qa=this.ma.Ja,this.sa=null},mo.prototype.next=function(){var a=this.ma;if(a.Ja!==this.qa&&this.key===null)return!1;var y=this.sa;return y=y===null?a.ea:y.va,y!==null?(this.sa=y,this.value=this.key=a=y.key,!0):(this.de(),!1)},mo.prototype.Ad=function(){return this.next()},mo.prototype.first=function(){var a=this.ma;return this.qa=a.Ja,a=a.ea,a!==null?(this.sa=a,this.value=this.key=a=a.key):null},mo.prototype.any=function(a){var y=this.ma;for(this.sa=null,y=y.ea;y!==null;){if(a(y.key))return!0;y=y.va}return!1},mo.prototype.all=function(a){var y=this.ma;for(this.sa=null,y=y.ea;y!==null;){if(!a(y.key))return!1;y=y.va}return!0},mo.prototype.each=function(a){var y=this.ma;for(this.sa=null,y=y.ea;y!==null;)a(y.key),y=y.va;return this},mo.prototype.map=function(a){var y=this.ma;this.sa=null;var x=new Oe;for(y=y.ea;y!==null;)x.add(a(y.key)),y=y.va;return x.iterator},mo.prototype.filter=function(a){var y=this.ma;this.sa=null;var x=new Oe;for(y=y.ea;y!==null;){var b=y.key;a(b)&&x.add(b),y=y.va}return x.iterator},mo.prototype.de=function(){this.value=this.key=null,this.qa=-1},mo.prototype.toString=function(){return this.sa!==null?"MapKeySetIterator@"+this.sa.value:"MapKeySetIterator"},be.Object.defineProperties(mo.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),mo.prototype.first=mo.prototype.first,mo.prototype.hasNext=mo.prototype.Ad,mo.prototype.next=mo.prototype.next,mo.prototype.reset=mo.prototype.reset,mo.className="MapKeySetIterator";function Ni(a){Ge.call(this),qi(this),this._isFrozen=!0,this.ma=a}re(Ni,Ge),xt=Ni.prototype,xt.freeze=function(){return this},xt.ka=function(){return this},xt.toString=function(){return"MapKeySet("+this.ma.toString()+")"},xt.add=function(){se("This Set is read-only: "+this.toString())},xt.contains=function(a){return this.ma.contains(a)},xt.has=function(a){return this.contains(a)},xt.remove=function(){se("This Set is read-only: "+this.toString())},xt.delete=function(a){return this.remove(a)},xt.clear=function(){se("This Set is read-only: "+this.toString())},xt.first=function(){var a=this.ma.ea;return a!==null?a.key:null},Ni.prototype.any=function(a){for(var y=this.ma.ea;y!==null;){if(a(y.key))return!0;y=y.va}return!1},Ni.prototype.all=function(a){for(var y=this.ma.ea;y!==null;){if(!a(y.key))return!1;y=y.va}return!0},Ni.prototype.each=function(a){for(var y=this.ma.ea;y!==null;)a(y.key),y=y.va;return this},Ni.prototype.map=function(a){for(var y=new Ge,x=this.ma.ea;x!==null;)y.add(a(x.key)),x=x.va;return y},Ni.prototype.filter=function(a){for(var y=new Ge,x=this.ma.ea;x!==null;){var b=x.key;a(b)&&y.add(b),x=x.va}return y},Ni.prototype.copy=function(){return new Ni(this.ma)},Ni.prototype.Iv=function(){var a=new Ge,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},Ni.prototype.Fa=function(){var a=this.ma.Tb,y=Array(this.ma.Sb),x=0,b;for(b in a)y[x]=a[b].key,x++;return y},Ni.prototype.Hv=function(){var a=new Oe,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},be.Object.defineProperties(Ni.prototype,{count:{get:function(){return this.ma.Sb}},size:{get:function(){return this.ma.Sb}},iterator:{get:function(){return 0>=this.ma.Sb?Ei:new mo(this.ma)}}}),Ni.prototype.toList=Ni.prototype.Hv,Ni.prototype.toArray=Ni.prototype.Fa,Ni.prototype.toSet=Ni.prototype.Iv,Ni.prototype.first=Ni.prototype.first,Ni.prototype.clear=Ni.prototype.clear,Ni.prototype.delete=Ni.prototype.delete,Ni.prototype.remove=Ni.prototype.remove,Ni.prototype.has=Ni.prototype.has,Ni.prototype.contains=Ni.prototype.contains,Ni.prototype.add=Ni.prototype.add,Ni.prototype.thaw=Ni.prototype.ka,Ni.prototype.freeze=Ni.prototype.freeze,Ni.className="MapKeySet";function To(a){this.ma=a,a.jf=null,this.qa=a.Ja,this.sa=null}To.prototype.reset=function(){var a=this.ma;a.jf=null,this.qa=a.Ja,this.sa=null},To.prototype.next=function(){var a=this.ma;if(a.Ja!==this.qa&&this.key===null)return!1;var y=this.sa;return y=y===null?a.ea:y.va,y!==null?(this.sa=y,this.value=y.value,this.key=y.key,!0):(this.de(),!1)},To.prototype.Ad=function(){return this.next()},To.prototype.first=function(){var a=this.ma;if(this.qa=a.Ja,a=a.ea,a!==null){this.sa=a;var y=a.value;return this.key=a.key,this.value=y}return null},To.prototype.any=function(a){var y=this.ma;for(this.sa=y.jf=null,y=y.ea;y!==null;){if(a(y.value))return!0;y=y.va}return!1},To.prototype.all=function(a){var y=this.ma;for(this.sa=y.jf=null,y=y.ea;y!==null;){if(!a(y.value))return!1;y=y.va}return!0},To.prototype.each=function(a){var y=this.ma;for(this.sa=y.jf=null,y=y.ea;y!==null;)a(y.value),y=y.va;return this},To.prototype.map=function(a){var y=this.ma;this.sa=y.jf=null;var x=new Oe;for(y=y.ea;y!==null;)x.add(a(y.value)),y=y.va;return x.iterator},To.prototype.filter=function(a){var y=this.ma;this.sa=y.jf=null;var x=new Oe;for(y=y.ea;y!==null;){var b=y.value;a(b)&&x.add(b),y=y.va}return x.iterator},To.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.ma.jf=this},To.prototype.toString=function(){return this.sa!==null?"MapValueSetIterator@"+this.sa.value:"MapValueSetIterator"},be.Object.defineProperties(To.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),To.prototype.first=To.prototype.first,To.prototype.hasNext=To.prototype.Ad,To.prototype.next=To.prototype.next,To.prototype.reset=To.prototype.reset,To.className="MapValueSetIterator";function bs(a,y){this.key=a,this.value=y,this.ll=this.va=null}bs.prototype.toString=function(){return"{"+this.key+":"+this.value+"}"},bs.className="KeyValuePair";function vo(a){this.ma=a,a.Sa=null,this.qa=a.Ja,this.sa=null}vo.prototype.reset=function(){var a=this.ma;a.Sa=null,this.qa=a.Ja,this.sa=null},vo.prototype.next=function(){var a=this.ma;if(a.Ja!==this.qa&&this.key===null)return!1;var y=this.sa;return y=y===null?a.ea:y.va,y!==null?(this.sa=y,this.key=y.key,this.value=y.value,!0):(this.de(),!1)},vo.prototype.Ad=function(){return this.next()},vo.prototype.first=function(){var a=this.ma;return this.qa=a.Ja,a=a.ea,a!==null?(this.sa=a,this.key=a.key,this.value=a.value,a):null},vo.prototype.any=function(a){var y=this.ma;for(this.sa=y.Sa=null,y=y.ea;y!==null;){if(a(y))return!0;y=y.va}return!1},vo.prototype.all=function(a){var y=this.ma;for(this.sa=y.Sa=null,y=y.ea;y!==null;){if(!a(y))return!1;y=y.va}return!0},vo.prototype.each=function(a){var y=this.ma;for(this.sa=y.Sa=null,y=y.ea;y!==null;)a(y),y=y.va;return this},vo.prototype.map=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new Oe;for(y=y.ea;y!==null;)x.add(a(y)),y=y.va;return x.iterator},vo.prototype.filter=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new Oe;for(y=y.ea;y!==null;)a(y)&&x.add(y),y=y.va;return x.iterator},vo.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.ma.Sa=this},vo.prototype.toString=function(){return this.sa!==null?"MapIterator@"+this.sa:"MapIterator"},be.Object.defineProperties(vo.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),vo.prototype.first=vo.prototype.first,vo.prototype.hasNext=vo.prototype.Ad,vo.prototype.next=vo.prototype.next,vo.prototype.reset=vo.prototype.reset,vo.className="MapIterator";function yn(a){qi(this),this._isFrozen=!1,this.Tb={},this.Sb=0,this.jf=this.Sa=null,this.Ja=0,this.kf=this.ea=null,typeof a=="string"&&se("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}xt=yn.prototype,xt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return this._isFrozen=!1,this},xt.toString=function(){return"Map()#"+fo(this)},xt.add=function(a,y){this._isFrozen&&Cn(this,a);var x=a;je(a)&&(x=ls(a));var b=this.Tb[x];return b===void 0?(this.Sb++,a=new bs(a,y),this.Tb[x]=a,x=this.kf,x===null?this.ea=a:(a.ll=x,x.va=a),this.kf=a,this.xb()):b.value=y,this},xt.set=function(a,y){return this.add(a,y)},xt.addAll=function(a){if(a===null)return this;if(Fn(a))for(var y=a.length,x=0;x<y;x++){var b=a[x];this.add(b.key,b.value)}else if(a instanceof yn)for(a=a.iterator;a.next();)this.add(a.key,a.value);else for(a=a.iterator;a.next();)y=a.value,this.add(y.key,y.value);return this},xt.first=function(){return this.ea},yn.prototype.any=function(a){for(var y=this.ea;y!==null;){if(a(y))return!0;y=y.va}return!1},yn.prototype.all=function(a){for(var y=this.ea;y!==null;){if(!a(y))return!1;y=y.va}return!0},yn.prototype.each=function(a){for(var y=this.ea;y!==null;)a(y),y=y.va;return this},yn.prototype.map=function(a){for(var y=new yn,x=this.ea;x!==null;)y.add(x.key,a(x)),x=x.va;return y},yn.prototype.filter=function(a){for(var y=new yn,x=this.ea;x!==null;)a(x)&&y.add(x.key,x.value),x=x.va;return y},xt=yn.prototype,xt.contains=function(a){var y=a;return je(a)&&(y=fo(a),y===void 0)?!1:this.Tb[y]!==void 0},xt.has=function(a){return this.contains(a)},xt.I=function(a){var y=a;return je(a)&&(y=fo(a),y===void 0)?null:(a=this.Tb[y],a===void 0?null:a.value)},xt.get=function(a){return this.I(a)},xt.remove=function(a){if(a===null)return!1;this._isFrozen&&Cn(this,a);var y=a;if(je(a)&&(y=fo(a),y===void 0)||(a=this.Tb[y],a===void 0))return!1;var x=a.va,b=a.ll;return x!==null&&(x.ll=b),b!==null&&(b.va=x),this.ea===a&&(this.ea=x),this.kf===a&&(this.kf=b),delete this.Tb[y],this.Sb--,this.xb(),!0},xt.delete=function(a){return this.remove(a)},xt.clear=function(){this._isFrozen&&Cn(this),this.Tb={},this.Sb=0,this.Sa!==null&&this.Sa.reset(),this.jf!==null&&this.jf.reset(),this.kf=this.ea=null,this.xb()},yn.prototype.copy=function(){var a=new yn,y=this.Tb,x;for(x in y){var b=y[x];a.add(b.key,b.value)}return a},yn.prototype.Fa=function(){var a=this.Tb,y=Array(this.Sb),x=0,b;for(b in a){var E=a[b];y[x]=new bs(E.key,E.value),x++}return y},yn.prototype.Lf=function(){return new Ni(this)},be.Object.defineProperties(yn.prototype,{count:{get:function(){return this.Sb}},size:{get:function(){return this.Sb}},iterator:{get:function(){if(0>=this.count)return Ei;var a=this.Sa;return a!==null?(a.reset(),a):new vo(this)}},iteratorKeys:{get:function(){return 0>=this.count?Ei:new mo(this)}},iteratorValues:{get:function(){if(0>=this.count)return Ei;var a=this.jf;return a!==null?(a.reset(),a):new To(this)}}}),yn.prototype.toKeySet=yn.prototype.Lf,yn.prototype.toArray=yn.prototype.Fa,yn.prototype.clear=yn.prototype.clear,yn.prototype.delete=yn.prototype.delete,yn.prototype.remove=yn.prototype.remove,yn.prototype.get=yn.prototype.get,yn.prototype.getValue=yn.prototype.I,yn.prototype.has=yn.prototype.has,yn.prototype.contains=yn.prototype.contains,yn.prototype.first=yn.prototype.first,yn.prototype.addAll=yn.prototype.addAll,yn.prototype.set=yn.prototype.set,yn.prototype.add=yn.prototype.add,yn.prototype.thaw=yn.prototype.ka,yn.prototype.freeze=yn.prototype.freeze,yn.className="Map";function It(a,y){a===void 0?this.y=this.x=0:typeof a=="number"&&typeof y=="number"?(this.x=a,this.y=y):se("Invalid arguments to Point constructor: "+a+", "+y),this._isFrozen=!1}var er,ll,hl,Ws,oh;It.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this},It.prototype.h=function(a,y){return this.x=a,this.y=y,this},It.prototype.sg=function(a,y){return this.x=a,this.y=y,this},It.prototype.set=function(a){return this.x=a.x,this.y=a.y,this},It.prototype.copy=function(){var a=new It;return a.x=this.x,a.y=this.y,a},xt=It.prototype,xt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},xt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return Object.isFrozen(this)&&se("cannot thaw constant: "+this),this._isFrozen=!1,this};function Bl(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;return(b=a[y++])&&(E=parseFloat(b)),new It(x,E)}return new It}function Ru(a){return a.x.toString()+" "+a.y.toString()}xt.toString=function(){return"Point("+this.x+","+this.y+")"},xt.D=function(a){return a instanceof It?this.x===a.x&&this.y===a.y:!1},xt.hi=function(a,y){return this.x===a&&this.y===y},xt.Xa=function(a){return Jt.B(this.x,a.x)&&Jt.B(this.y,a.y)},xt.add=function(a){return this.x+=a.x,this.y+=a.y,this},xt.re=function(a){return this.x-=a.x,this.y-=a.y,this},xt.offset=function(a,y){return this.x+=a,this.y+=y,this},It.prototype.rotate=function(a){if(a===0)return this;var y=this.x,x=this.y;if(y===0&&x===0)return this;if(360<=a?a-=360:0>a&&(a+=360),a===90){a=0;var b=1}else a===180?(a=-1,b=0):a===270?(a=0,b=-1):(b=a*Math.PI/180,a=Math.cos(b),b=Math.sin(b));return this.x=a*y-b*x,this.y=b*y+a*x,this},xt=It.prototype,xt.scale=function(a,y){return this.x*=a,this.y*=y,this},xt.Bf=function(a){var y=a.x-this.x;return a=a.y-this.y,y*y+a*a},xt.zd=function(a,y){return a-=this.x,y-=this.y,a*a+y*y},xt.normalize=function(){var a=this.x,y=this.y,x=Math.sqrt(a*a+y*y);return 0<x&&(this.x=a/x,this.y=y/x),this},xt.ab=function(a){return Xh(a.x-this.x,a.y-this.y)},xt.direction=function(a,y){return Xh(a-this.x,y-this.y)};function Xh(a,y){if(a===0)return 0<y?90:0>y?270:0;if(y===0)return 0<a?0:180;if(isNaN(a)||isNaN(y))return 0;var x=180*Math.atan(Math.abs(y/a))/Math.PI;return 0>a?x=0>y?x+180:180-x:0>y&&(x=360-x),x}xt.Ry=function(a,y){return Jt.Fl(a.x,a.y,y.x,y.y,this.x,this.y)},xt.fA=function(a,y,x,b){return Jt.qh(a,y,x,b,this.x,this.y,this),this},xt.gA=function(a,y){return Jt.qh(a.x,a.y,y.x,y.y,this.x,this.y,this),this},xt.uA=function(a,y,x,b){return Jt.No(this.x,this.y,a,y,x,b,this),this},xt.vA=function(a,y){return Jt.No(this.x,this.y,a.x,a.y,y.width,y.height,this),this},xt.xi=function(a,y){return this.x=a.x+y.x*a.width+y.offsetX,this.y=a.y+y.y*a.height+y.offsetY,this},xt.yi=function(a,y,x,b,E){return this.x=a+E.x*x+E.offsetX,this.y=y+E.y*b+E.offsetY,this},xt.transform=function(a){return a.Ga(this),this};function co(a,y){return y.Cd(a),a}function nr(a,y,x,b,E,z){var tt=E-x,ot=z-b,rt=tt*tt+ot*ot;x-=a,b-=y;var at=-x*tt-b*ot;return 0>=at||at>=rt?(tt=E-a,ot=z-y,Math.min(x*x+b*b,tt*tt+ot*ot)):(a=tt*b-ot*x,a*a/rt)}function ni(a,y,x,b){return a=x-a,y=b-y,a*a+y*y}function Un(a,y,x,b){return a=x-a,y=b-y,a===0?0<y?90:0>y?270:0:y===0?0<a?0:180:isNaN(a)||isNaN(y)?0:(b=180*Math.atan(Math.abs(y/a))/Math.PI,0>a?b=0>y?b+180:180-b:0>y&&(b=360-b),b)}xt.w=function(){return isFinite(this.x)&&isFinite(this.y)},It.alloc=function(){var a=fi.pop();return a===void 0?new It:a},It.allocAt=function(a,y){var x=fi.pop();return x===void 0?new It(a,y):(x.x=a,x.y=y,x)},It.free=function(a){fi.push(a)},It.prototype.isReal=It.prototype.w,It.prototype.setSpot=It.prototype.yi,It.prototype.setRectSpot=It.prototype.xi,It.prototype.snapToGridPoint=It.prototype.vA,It.prototype.snapToGrid=It.prototype.uA,It.prototype.projectOntoLineSegmentPoint=It.prototype.gA,It.prototype.projectOntoLineSegment=It.prototype.fA,It.intersectingLineSegments=function(a,y,x,b,E,z,tt,ot){return Jt.Rl(a,y,x,b,E,z,tt,ot)},It.prototype.compareWithLineSegmentPoint=It.prototype.Ry,It.compareWithLineSegment=function(a,y,x,b,E,z){return Jt.Fl(a,y,x,b,E,z)},It.prototype.direction=It.prototype.direction,It.prototype.directionPoint=It.prototype.ab,It.prototype.normalize=It.prototype.normalize,It.prototype.distanceSquared=It.prototype.zd,It.prototype.distanceSquaredPoint=It.prototype.Bf,It.prototype.scale=It.prototype.scale,It.prototype.rotate=It.prototype.rotate,It.prototype.offset=It.prototype.offset,It.prototype.subtract=It.prototype.re,It.prototype.add=It.prototype.add,It.prototype.equalsApprox=It.prototype.Xa,It.prototype.equalTo=It.prototype.hi,It.prototype.equals=It.prototype.D,It.prototype.set=It.prototype.set,It.prototype.setTo=It.prototype.sg;var fi=[];It.className="Point",It.parse=Bl,It.stringify=Ru,It.distanceLineSegmentSquared=nr,It.distanceSquared=ni,It.direction=Un,It.Origin=er=new It(0,0).ja(),It.InfiniteTopLeft=ll=new It(-1/0,-1/0).ja(),It.InfiniteBottomRight=hl=new It(1/0,1/0).ja(),It.SixPoint=Ws=new It(6,6).ja(),It.NoPoint=oh=new It(NaN,NaN).ja(),It.parse=Bl,It.stringify=Ru,It.distanceLineSegmentSquared=nr,It.distanceSquared=ni,It.direction=Un;function Ye(a,y){a===void 0?this.height=this.width=0:typeof a=="number"&&(0<=a||isNaN(a))&&typeof y=="number"&&(0<=y||isNaN(y))?(this.width=a,this.height=y):se("Invalid arguments to Size constructor: "+a+", "+y),this._isFrozen=!1}var Yi,ro,Jo,Lo,jo,fr,Es;Ye.prototype.assign=function(a){return this.width=a.width,this.height=a.height,this},Ye.prototype.h=function(a,y){return this.width=a,this.height=y,this},Ye.prototype.sg=function(a,y){return this.width=a,this.height=y,this},Ye.prototype.set=function(a){return this.width=a.width,this.height=a.height,this},Ye.prototype.copy=function(){var a=new Ye;return a.width=this.width,a.height=this.height,a},xt=Ye.prototype,xt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},xt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return Object.isFrozen(this)&&se("cannot thaw constant: "+this),this._isFrozen=!1,this};function $r(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;return(b=a[y++])&&(E=parseFloat(b)),new Ye(x,E)}return new Ye}function Dl(a){return a.width.toString()+" "+a.height.toString()}xt.toString=function(){return"Size("+this.width+","+this.height+")"},xt.D=function(a){return a instanceof Ye?this.width===a.width&&this.height===a.height:!1},xt.hi=function(a,y){return this.width===a&&this.height===y},xt.Xa=function(a){return Jt.B(this.width,a.width)&&Jt.B(this.height,a.height)},xt.Bc=function(a,y){return a=this.width+a,this.width=0<=a?a:0,y=this.height+y,this.height=0<=y?y:0,this},xt.w=function(){return isFinite(this.width)&&isFinite(this.height)},Ye.alloc=function(){var a=ul.pop();return a===void 0?new Ye:a},Ye.free=function(a){ul.push(a)},Ye.prototype.isReal=Ye.prototype.w,Ye.prototype.inflate=Ye.prototype.Bc,Ye.prototype.equalsApprox=Ye.prototype.Xa,Ye.prototype.equalTo=Ye.prototype.hi,Ye.prototype.equals=Ye.prototype.D,Ye.prototype.set=Ye.prototype.set,Ye.prototype.setTo=Ye.prototype.sg;var ul=[];Ye.className="Size",Ye.parse=$r,Ye.stringify=Dl,Ye.ZeroSize=Yi=new Ye(0,0).ja(),Ye.OneSize=ro=new Ye(1,1).ja(),Ye.SixSize=Jo=new Ye(6,6).ja(),Ye.EightSize=Lo=new Ye(8,8).ja(),Ye.TenSize=jo=new Ye(10,10).ja(),Ye.InfiniteSize=fr=new Ye(1/0,1/0).ja(),Ye.NoSize=Es=new Ye(NaN,NaN).ja(),Ye.parse=$r,Ye.stringify=Dl;function ge(a,y,x,b){a===void 0?this.height=this.width=this.y=this.x=0:typeof a=="number"&&typeof y=="number"&&typeof x=="number"&&(0<=x||isNaN(x))&&typeof b=="number"&&(0<=b||isNaN(b))?(this.x=a,this.y=y,this.width=x,this.height=b):a instanceof It?(x=a.x,a=a.y,y instanceof It?(b=y.x,y=y.y,this.x=Math.min(x,b),this.y=Math.min(a,y),this.width=Math.abs(x-b),this.height=Math.abs(a-y)):y instanceof Ye?(this.x=x,this.y=a,this.width=y.width,this.height=y.height):se("Incorrect second argument supplied to Rect constructor "+y)):se("Invalid arguments to Rect constructor: "+a+", "+y+", "+x+", "+b),this._isFrozen=!1}xt=ge.prototype,xt.assign=function(a){return this.x=a.x,this.y=a.y,this.width=a.width,this.height=a.height,this},xt.h=function(a,y,x,b){return this.x=a,this.y=y,this.width=x,this.height=b,this};function ms(a,y,x){a.width=y,a.height=x}xt.sg=function(a,y,x,b){return this.x=a,this.y=y,this.width=x,this.height=b,this},xt.set=function(a){return this.x=a.x,this.y=a.y,this.width=a.width,this.height=a.height,this},xt.dd=function(a){return this.x=a.x,this.y=a.y,this},xt.tA=function(a){return this.width=a.width,this.height=a.height,this},ge.prototype.copy=function(){var a=new ge;return a.x=this.x,a.y=this.y,a.width=this.width,a.height=this.height,a},xt=ge.prototype,xt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},xt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return Object.isFrozen(this)&&se("cannot thaw constant: "+this),this._isFrozen=!1,this};function Ea(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;(b=a[y++])&&(E=parseFloat(b));for(var z=0;a[y]==="";)y++;(b=a[y++])&&(z=parseFloat(b));for(var tt=0;a[y]==="";)y++;return(b=a[y++])&&(tt=parseFloat(b)),new ge(x,E,z,tt)}return new ge}function rh(a){return a.x.toString()+" "+a.y.toString()+" "+a.width.toString()+" "+a.height.toString()}xt.toString=function(){return"Rect("+this.x+","+this.y+","+this.width+","+this.height+")"},xt.D=function(a){return a instanceof ge?this.x===a.x&&this.y===a.y&&this.width===a.width&&this.height===a.height:!1},xt.hi=function(a,y,x,b){return this.x===a&&this.y===y&&this.width===x&&this.height===b},xt.Xa=function(a){return Jt.B(this.x,a.x)&&Jt.B(this.y,a.y)&&Jt.B(this.width,a.width)&&Jt.B(this.height,a.height)};function Uo(a,y){return Jt.$(a.x,y.x)&&Jt.$(a.y,y.y)&&Jt.$(a.width,y.width)&&Jt.$(a.height,y.height)}xt.ca=function(a){return this.x<=a.x&&this.x+this.width>=a.x&&this.y<=a.y&&this.y+this.height>=a.y},xt.Re=function(a){return this.x<=a.x&&a.x+a.width<=this.x+this.width&&this.y<=a.y&&a.y+a.height<=this.y+this.height},xt.contains=function(a,y,x,b){return x===void 0&&(x=0),b===void 0&&(b=0),this.x<=a&&a+x<=this.x+this.width&&this.y<=y&&y+b<=this.y+this.height},xt.offset=function(a,y){return this.x+=a,this.y+=y,this},xt.Bc=function(a,y){return Ol(this,y,a,y,a)},xt.Co=function(a){return Ol(this,a.top,a.right,a.bottom,a.left)},xt.Fv=function(a){return Ol(this,-a.top,-a.right,-a.bottom,-a.left)},xt.Hz=function(a,y,x,b){return Ol(this,a,y,x,b)};function Ol(a,y,x,b,E){var z=a.width;return x+E<=-z?(a.x+=z/2,a.width=0):(a.x-=E,a.width+=x+E),x=a.height,y+b<=-x?(a.y+=x/2,a.height=0):(a.y-=y,a.height+=y+b),a}xt.Ex=function(a){return zu(this,a.x,a.y,a.width,a.height)},xt.Uu=function(a,y,x,b){return zu(this,a,y,x,b)};function zu(a,y,x,b,E){var z=Math.max(a.x,y),tt=Math.max(a.y,x);return y=Math.min(a.x+a.width,y+b),x=Math.min(a.y+a.height,x+E),a.x=z,a.y=tt,a.width=Math.max(0,y-z),a.height=Math.max(0,x-tt),a}xt.Yc=function(a){return this.Vu(a.x,a.y,a.width,a.height)},xt.Vu=function(a,y,x,b){var E=this.width,z=this.x;return E!==1/0&&x!==1/0&&(E+=z,x+=a,isNaN(x)||isNaN(E)||z>x||a>E)?!1:(a=this.height,x=this.y,!(a!==1/0&&b!==1/0&&(a+=x,b+=y,isNaN(b)||isNaN(a)||x>b||y>a)))};function sh(a,y){var x=a.width,b=a.x,E=y.x-10;return b>y.width+10+10+E||E>x+b?!1:(x=a.height,a=a.y,b=y.y-10,!(a>y.height+10+10+b||b>x+a))}xt.Ye=function(a){return eo(this,a.x,a.y,0,0)},xt.ed=function(a){return eo(this,a.x,a.y,a.width,a.height)},xt.Kv=function(a,y,x,b){return x===void 0&&(x=0),b===void 0&&(b=0),eo(this,a,y,x,b)};function eo(a,y,x,b,E){var z=Math.min(a.x,y),tt=Math.min(a.y,x);return y=Math.max(a.x+a.width,y+b),x=Math.max(a.y+a.height,x+E),a.x=z,a.y=tt,a.width=y-z,a.height=x-tt,a}xt.yi=function(a,y,x){return this.x=a-x.offsetX-x.x*this.width,this.y=y-x.offsetY-x.y*this.height,this};function ir(a,y,x,b,E,z,tt,ot){return tt===void 0&&(tt=0),ot===void 0&&(ot=0),a<=E&&E+tt<=a+x&&y<=z&&z+ot<=y+b}function xi(a,y,x,b,E,z,tt,ot){return a>tt+E||E>x+a?!1:!(y>ot+z||z>b+y)}xt.w=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},xt.Mz=function(){return this.width===0&&this.height===0},ge.alloc=function(){var a=Yo.pop();return a===void 0?new ge:a},ge.allocAt=function(a,y,x,b){var E=Yo.pop();return E===void 0?new ge(a,y,x,b):E.h(a,y,x,b)},ge.free=function(a){Yo.push(a)},be.Object.defineProperties(ge.prototype,{left:{get:function(){return this.x},set:function(a){this.x=a}},top:{get:function(){return this.y},set:function(a){this.y=a}},right:{get:function(){return this.x+this.width},set:function(a){this.x+=a-(this.x+this.width)}},bottom:{get:function(){return this.y+this.height},set:function(a){this.y+=a-(this.y+this.height)}},position:{get:function(){return new It(this.x,this.y)},set:function(a){this.x=a.x,this.y=a.y}},size:{get:function(){return new Ye(this.width,this.height)},set:function(a){this.width=a.width,this.height=a.height}},center:{get:function(){return new It(this.x+this.width/2,this.y+this.height/2)},set:function(a){this.x=a.x-this.width/2,this.y=a.y-this.height/2}},centerX:{get:function(){return this.x+this.width/2},set:function(a){this.x=a-this.width/2}},centerY:{get:function(){return this.y+this.height/2},set:function(a){this.y=a-this.height/2}}}),ge.prototype.isEmpty=ge.prototype.Mz,ge.prototype.isReal=ge.prototype.w,ge.intersectsLineSegment=function(a,y,x,b,E,z,tt,ot){return Jt.Fx(a,y,x,b,E,z,tt,ot)},ge.prototype.setSpot=ge.prototype.yi,ge.prototype.union=ge.prototype.Kv,ge.prototype.unionRect=ge.prototype.ed,ge.prototype.unionPoint=ge.prototype.Ye,ge.prototype.intersects=ge.prototype.Vu,ge.prototype.intersectsRect=ge.prototype.Yc,ge.prototype.intersect=ge.prototype.Uu,ge.prototype.intersectRect=ge.prototype.Ex,ge.prototype.grow=ge.prototype.Hz,ge.prototype.subtractMargin=ge.prototype.Fv,ge.prototype.addMargin=ge.prototype.Co,ge.prototype.inflate=ge.prototype.Bc,ge.prototype.offset=ge.prototype.offset,ge.prototype.contains=ge.prototype.contains,ge.prototype.containsRect=ge.prototype.Re,ge.prototype.containsPoint=ge.prototype.ca,ge.prototype.equalsApprox=ge.prototype.Xa,ge.prototype.equalTo=ge.prototype.hi,ge.prototype.equals=ge.prototype.D,ge.prototype.setSize=ge.prototype.tA,ge.prototype.setPoint=ge.prototype.dd,ge.prototype.set=ge.prototype.set,ge.prototype.setTo=ge.prototype.sg;var Mi=null,so=null,Yo=[];ge.className="Rect",ge.parse=Ea,ge.stringify=rh,ge.contains=ir,ge.intersects=xi,ge.ZeroRect=Mi=new ge(0,0,0,0).ja(),ge.NoRect=so=new ge(NaN,NaN,NaN,NaN).ja(),ge.parse=Ea,ge.stringify=rh,ge.contains=ir,ge.intersects=xi;function Gn(a,y,x,b){a===void 0?this.left=this.bottom=this.right=this.top=0:y===void 0?this.left=this.bottom=this.right=this.top=a:x===void 0?(this.top=a,this.right=y,this.bottom=a,this.left=y):b!==void 0?(this.top=a,this.right=y,this.bottom=x,this.left=b):se("Invalid arguments to Margin constructor: "+a+", "+y+", "+x+", "+b),this._isFrozen=!1}Gn.prototype.assign=function(a){return this.top=a.top,this.right=a.right,this.bottom=a.bottom,this.left=a.left,this},Gn.prototype.sg=function(a,y,x,b){return this.top=a,this.right=y,this.bottom=x,this.left=b,this},Gn.prototype.set=function(a){return this.top=a.top,this.right=a.right,this.bottom=a.bottom,this.left=a.left,this},Gn.prototype.copy=function(){var a=new Gn;return a.top=this.top,a.right=this.right,a.bottom=this.bottom,a.left=this.left,a},xt=Gn.prototype,xt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},xt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return Object.isFrozen(this)&&se("cannot thaw constant: "+this),this._isFrozen=!1,this};function kf(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=NaN;a[y]==="";)y++;var b=a[y++];if(b&&(x=parseFloat(b)),isNaN(x))return new Gn;for(var E=NaN;a[y]==="";)y++;if((b=a[y++])&&(E=parseFloat(b)),isNaN(E))return new Gn(x);for(var z=NaN;a[y]==="";)y++;if((b=a[y++])&&(z=parseFloat(b)),isNaN(z))return new Gn(x,E);for(var tt=NaN;a[y]==="";)y++;return(b=a[y++])&&(tt=parseFloat(b)),isNaN(tt)?new Gn(x,E):new Gn(x,E,z,tt)}return new Gn}function Il(a){return a.top.toString()+" "+a.right.toString()+" "+a.bottom.toString()+" "+a.left.toString()}xt.toString=function(){return"Margin("+this.top+","+this.right+","+this.bottom+","+this.left+")"},xt.D=function(a){return a instanceof Gn?this.top===a.top&&this.right===a.right&&this.bottom===a.bottom&&this.left===a.left:!1},xt.hi=function(a,y,x,b){return this.top===a&&this.right===y&&this.bottom===x&&this.left===b},xt.Xa=function(a){return Jt.B(this.top,a.top)&&Jt.B(this.right,a.right)&&Jt.B(this.bottom,a.bottom)&&Jt.B(this.left,a.left)},xt.w=function(){return isFinite(this.top)&&isFinite(this.right)&&isFinite(this.bottom)&&isFinite(this.left)},Gn.alloc=function(){var a=Gu.pop();return a===void 0?new Gn:a},Gn.free=function(a){Gu.push(a)},Gn.prototype.isReal=Gn.prototype.w,Gn.prototype.equalsApprox=Gn.prototype.Xa,Gn.prototype.equalTo=Gn.prototype.hi,Gn.prototype.equals=Gn.prototype.D,Gn.prototype.set=Gn.prototype.set,Gn.prototype.setTo=Gn.prototype.sg;var Aa=null,Md=null,Gu=[];Gn.className="Margin",Gn.parse=kf,Gn.stringify=Il,Gn.ZeroMargin=Aa=new Gn(0,0,0,0).ja(),Gn.TwoMargin=Md=new Gn(2,2,2,2).ja(),Gn.parse=kf,Gn.stringify=Il;function vn(a,y,x,b){a===void 0?this.offsetY=this.offsetX=this.y=this.x=0:(y===void 0&&(y=0),x===void 0&&(x=0),b===void 0&&(b=0),this.x=a,this.y=y,this.offsetX=x,this.offsetY=b),this._isFrozen=!1}var or,gr,_a,Hu,Wu,mi,Td,dl,Vs,Us,ah,Zh,Ys,Ba,Nd,_g,Mf,Kg,Tf,Fd,lh,Da,Nf,Ff,Xg,cr,Ep,Zg,bd,Vu,vs,ys,Tr,qr,bf,Ed;vn.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},vn.prototype.sg=function(a,y,x,b){return this.x=a,this.y=y,this.offsetX=x,this.offsetY=b,this},vn.prototype.set=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},vn.prototype.copy=function(){var a=new vn;return a.x=this.x,a.y=this.y,a.offsetX=this.offsetX,a.offsetY=this.offsetY,a},xt=vn.prototype,xt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},xt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return Object.isFrozen(this)&&se("cannot thaw constant: "+this),this._isFrozen=!1,this};function Qo(a,y){return a.x=NaN,a.y=NaN,a.offsetX=y,a}function Ef(a){if(typeof a=="string"){if(a=a.trim(),a==="None")return or;if(a==="TopLeft")return gr;if(a==="Top"||a==="TopCenter"||a==="MiddleTop")return _a;if(a==="TopRight")return Hu;if(a==="Left"||a==="LeftCenter"||a==="MiddleLeft")return Wu;if(a==="Center")return mi;if(a==="Right"||a==="RightCenter"||a==="MiddleRight")return Td;if(a==="BottomLeft")return dl;if(a==="Bottom"||a==="BottomCenter"||a==="MiddleBottom")return Vs;if(a==="BottomRight")return Us;if(a==="TopSide")return ah;if(a==="LeftSide")return Zh;if(a==="RightSide")return Ys;if(a==="BottomSide")return Ba;if(a==="TopBottomSides")return Nd;if(a==="LeftRightSides")return _g;if(a==="TopLeftSides")return Mf;if(a==="TopRightSides")return Kg;if(a==="BottomLeftSides")return Tf;if(a==="BottomRightSides")return Fd;if(a==="NotTopSide")return lh;if(a==="NotLeftSide")return Da;if(a==="NotRightSide")return Nf;if(a==="NotBottomSide")return Ff;if(a==="AllSides")return Xg;if(a==="Default")return cr;a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b!==void 0&&0<b.length&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;b=a[y++],b!==void 0&&0<b.length&&(E=parseFloat(b));for(var z=0;a[y]==="";)y++;b=a[y++],b!==void 0&&0<b.length&&(z=parseFloat(b));for(var tt=0;a[y]==="";)y++;return b=a[y++],b!==void 0&&0<b.length&&(tt=parseFloat(b)),new vn(x,E,z,tt)}return new vn}function Af(a){return a.sb()?a.x.toString()+" "+a.y.toString()+" "+a.offsetX.toString()+" "+a.offsetY.toString():a.toString()}xt.toString=function(){return this.sb()?this.offsetX===0&&this.offsetY===0?"Spot("+this.x+","+this.y+")":"Spot("+this.x+","+this.y+","+this.offsetX+","+this.offsetY+")":this.D(or)?"None":this.D(gr)?"TopLeft":this.D(_a)?"Top":this.D(Hu)?"TopRight":this.D(Wu)?"Left":this.D(mi)?"Center":this.D(Td)?"Right":this.D(dl)?"BottomLeft":this.D(Vs)?"Bottom":this.D(Us)?"BottomRight":this.D(ah)?"TopSide":this.D(Zh)?"LeftSide":this.D(Ys)?"RightSide":this.D(Ba)?"BottomSide":this.D(Nd)?"TopBottomSides":this.D(_g)?"LeftRightSides":this.D(Mf)?"TopLeftSides":this.D(Kg)?"TopRightSides":this.D(Tf)?"BottomLeftSides":this.D(Fd)?"BottomRightSides":this.D(lh)?"NotTopSide":this.D(Da)?"NotLeftSide":this.D(Nf)?"NotRightSide":this.D(Ff)?"NotBottomSide":this.D(Xg)?"AllSides":this.D(cr)?"Default":"None"},xt.D=function(a){return a instanceof vn?(this.x===a.x||isNaN(this.x)&&isNaN(a.x))&&(this.y===a.y||isNaN(this.y)&&isNaN(a.y))&&this.offsetX===a.offsetX&&this.offsetY===a.offsetY:!1},xt.gv=function(){return new vn(.5-(this.x-.5),.5-(this.y-.5),-this.offsetX,-this.offsetY)},xt.Hf=function(a){if(!this.$c())return!1;if(!a.$c())if(a.D(Ep))a=Zh;else if(a.D(Zg))a=Ys;else if(a.D(bd))a=ah;else if(a.D(Vu))a=Ba;else return!1;return a=a.offsetY,(this.offsetY&a)===a},xt.sb=function(){return!isNaN(this.x)&&!isNaN(this.y)},xt.Mc=function(){return isNaN(this.x)||isNaN(this.y)},xt.$c=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===1&&this.offsetY!==0},xt.ys=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===0&&this.offsetY===0},xt.Xb=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===-1&&this.offsetY===0},vn.alloc=function(){var a=Bf.pop();return a===void 0?new vn:a},vn.free=function(a){Bf.push(a)},vn.prototype.isDefault=vn.prototype.Xb,vn.prototype.isNone=vn.prototype.ys,vn.prototype.isSide=vn.prototype.$c,vn.prototype.isNoSpot=vn.prototype.Mc,vn.prototype.isSpot=vn.prototype.sb,vn.prototype.includesSide=vn.prototype.Hf,vn.prototype.opposite=vn.prototype.gv,vn.prototype.equals=vn.prototype.D,vn.prototype.set=vn.prototype.set,vn.prototype.setTo=vn.prototype.sg;var Bf=[];vn.className="Spot",vn.parse=Ef,vn.stringify=Af,vn.None=or=Qo(new vn(0,0,0,0),0).ja(),vn.Default=cr=Qo(new vn(0,0,-1,0),-1).ja(),vn.TopLeft=gr=new vn(0,0,0,0).ja(),vn.TopCenter=_a=new vn(.5,0,0,0).ja(),vn.TopRight=Hu=new vn(1,0,0,0).ja(),vn.LeftCenter=Wu=new vn(0,.5,0,0).ja(),vn.Center=mi=new vn(.5,.5,0,0).ja(),vn.RightCenter=Td=new vn(1,.5,0,0).ja(),vn.BottomLeft=dl=new vn(0,1,0,0).ja(),vn.BottomCenter=Vs=new vn(.5,1,0,0).ja(),vn.BottomRight=Us=new vn(1,1,0,0).ja(),vn.MiddleTop=vs=_a,vn.MiddleLeft=ys=Wu,vn.MiddleRight=Tr=Td,vn.MiddleBottom=qr=Vs,vn.Top=bd=_a,vn.Left=Ep=Wu,vn.Right=Zg=Td,vn.Bottom=Vu=Vs,vn.TopSide=ah=Qo(new vn(0,0,1,1),1).ja(),vn.LeftSide=Zh=Qo(new vn(0,0,1,2),1).ja(),vn.RightSide=Ys=Qo(new vn(0,0,1,4),1).ja(),vn.BottomSide=Ba=Qo(new vn(0,0,1,8),1).ja(),vn.TopBottomSides=Nd=Qo(new vn(0,0,1,9),1).ja(),vn.LeftRightSides=_g=Qo(new vn(0,0,1,6),1).ja(),vn.TopLeftSides=Mf=Qo(new vn(0,0,1,3),1).ja(),vn.TopRightSides=Kg=Qo(new vn(0,0,1,5),1).ja(),vn.BottomLeftSides=Tf=Qo(new vn(0,0,1,10),1).ja(),vn.BottomRightSides=Fd=Qo(new vn(0,0,1,12),1).ja(),vn.NotTopSide=lh=Qo(new vn(0,0,1,14),1).ja(),vn.NotLeftSide=Da=Qo(new vn(0,0,1,13),1).ja(),vn.NotRightSide=Nf=Qo(new vn(0,0,1,11),1).ja(),vn.NotBottomSide=Ff=Qo(new vn(0,0,1,7),1).ja(),vn.AllSides=Xg=Qo(new vn(0,0,1,15),1).ja(),bf=new vn(.156,.156).ja(),Ed=new vn(.844,.844).ja(),vn.parse=Ef,vn.stringify=Af;function Wn(){this.m11=1,this.m21=this.m12=0,this.m22=1,this.dy=this.dx=0}Wn.prototype.set=function(a){return this.m11=a.m11,this.m12=a.m12,this.m21=a.m21,this.m22=a.m22,this.dx=a.dx,this.dy=a.dy,this},Wn.prototype.setTransform=function(a,y,x,b,E,z){return this.m11=a,this.m12=y,this.m21=x,this.m22=b,this.dx=E,this.dy=z,this},Wn.prototype.copy=function(){var a=new Wn;return a.m11=this.m11,a.m12=this.m12,a.m21=this.m21,a.m22=this.m22,a.dx=this.dx,a.dy=this.dy,a},Wn.prototype.toString=function(){return"Transform("+this.m11+","+this.m12+","+this.m21+","+this.m22+","+this.dx+","+this.dy+")"},Wn.prototype.D=function(a){return this.m11===a.m11&&this.m12===a.m12&&this.m21===a.m21&&this.m22===a.m22&&this.dx===a.dx&&this.dy===a.dy},Wn.prototype.ws=function(){return this.dx===0&&this.dy===0&&this.m11===1&&this.m12===0&&this.m21===0&&this.m22===1},Wn.prototype.reset=function(){return this.m11=1,this.m21=this.m12=0,this.m22=1,this.dy=this.dx=0,this},Wn.prototype.multiply=function(a){var y=this.m11*a.m11+this.m21*a.m12,x=this.m12*a.m11+this.m22*a.m12,b=this.m11*a.m21+this.m21*a.m22,E=this.m12*a.m21+this.m22*a.m22;return this.dx=this.m11*a.dx+this.m21*a.dy+this.dx,this.dy=this.m12*a.dx+this.m22*a.dy+this.dy,this.m11=y,this.m12=x,this.m21=b,this.m22=E,this},Wn.prototype.bv=function(a){var y=1/(a.m11*a.m22-a.m12*a.m21),x=a.m22*y,b=-a.m12*y,E=-a.m21*y,z=a.m11*y,tt=y*(a.m21*a.dy-a.m22*a.dx);return a=y*(a.m12*a.dx-a.m11*a.dy),y=this.m11*x+this.m21*b,x=this.m12*x+this.m22*b,b=this.m11*E+this.m21*z,E=this.m12*E+this.m22*z,this.dx=this.m11*tt+this.m21*a+this.dx,this.dy=this.m12*tt+this.m22*a+this.dy,this.m11=y,this.m12=x,this.m21=b,this.m22=E,this},Wn.prototype.Vj=function(){var a=1/(this.m11*this.m22-this.m12*this.m21),y=-this.m12*a,x=-this.m21*a,b=this.m11*a,E=a*(this.m21*this.dy-this.m22*this.dx),z=a*(this.m12*this.dx-this.m11*this.dy);return this.m11=this.m22*a,this.m12=y,this.m21=x,this.m22=b,this.dx=E,this.dy=z,this},Wn.prototype.rotate=function(a,y,x){if(360<=a?a-=360:0>a&&(a+=360),a===0)return this;if(this.translate(y,x),a===90){a=0;var b=1}else a===180?(a=-1,b=0):a===270?(a=0,b=-1):(b=a*Math.PI/180,a=Math.cos(b),b=Math.sin(b));var E=this.m12*a+this.m22*b,z=this.m11*-b+this.m21*a,tt=this.m12*-b+this.m22*a;return this.m11=this.m11*a+this.m21*b,this.m12=E,this.m21=z,this.m22=tt,this.translate(-y,-x),this},xt=Wn.prototype,xt.translate=function(a,y){return this.dx+=this.m11*a+this.m21*y,this.dy+=this.m12*a+this.m22*y,this},xt.scale=function(a,y){return y===void 0&&(y=a),this.m11*=a,this.m12*=a,this.m21*=y,this.m22*=y,this},xt.Ga=function(a){var y=a.x,x=a.y;return a.h(y*this.m11+x*this.m21+this.dx,y*this.m12+x*this.m22+this.dy)},xt.Cd=function(a){var y=1/(this.m11*this.m22-this.m12*this.m21),x=a.x,b=a.y;return a.h(x*this.m22*y+b*-this.m21*y+y*(this.m21*this.dy-this.m22*this.dx),x*-this.m12*y+b*this.m11*y+y*(this.m12*this.dx-this.m11*this.dy))},xt.Eu=function(a){var y=1/(this.m11*this.m22-this.m12*this.m21),x=1.25*a.x,b=1.2*a.y;return a.h(x*this.m22*y+b*-this.m21*y+y*(this.m21*this.dy-this.m22*this.dx),x*-this.m12*y+b*this.m11*y+y*(this.m12*this.dx-this.m11*this.dy))},xt.pp=function(a){var y=a.x,x=a.y,b=y+a.width,E=x+a.height,z=this.m11,tt=this.m12,ot=this.m21,rt=this.m22,at=this.dx,ht=this.dy,gt=y*z+x*ot+at,mt=y*tt+x*rt+ht,yt=b*z+x*ot+at,St=b*tt+x*rt+ht;return x=y*z+E*ot+at,y=y*tt+E*rt+ht,z=b*z+E*ot+at,b=b*tt+E*rt+ht,E=Math.min(gt,yt),gt=Math.max(gt,yt),yt=Math.min(mt,St),mt=Math.max(mt,St),E=Math.min(E,x),gt=Math.max(gt,x),yt=Math.min(yt,y),mt=Math.max(mt,y),E=Math.min(E,z),gt=Math.max(gt,z),yt=Math.min(yt,b),mt=Math.max(mt,b),a.h(E,yt,gt-E,mt-yt),a},Wn.alloc=function(){var a=Jg.pop();return a===void 0?new Wn:a},Wn.free=function(a){Jg.push(a)},Wn.prototype.transformRect=Wn.prototype.pp,Wn.prototype.transformPoint=Wn.prototype.Ga,Wn.prototype.scale=Wn.prototype.scale,Wn.prototype.translate=Wn.prototype.translate,Wn.prototype.rotate=Wn.prototype.rotate,Wn.prototype.invert=Wn.prototype.Vj,Wn.prototype.multiplyInverted=Wn.prototype.bv,Wn.prototype.multiply=Wn.prototype.multiply,Wn.prototype.reset=Wn.prototype.reset,Wn.prototype.isIdentity=Wn.prototype.ws,Wn.prototype.equals=Wn.prototype.D,Wn.prototype.setTransform=Wn.prototype.setTransform,Wn.prototype.set=Wn.prototype.set;var Jg=[];Wn.className="Transform",Wn.xF="54a702f3e53909c447824c6706603faf4c";var Jt={AA:"7da71ca0ad381e90",wg:(Math.sqrt(2)-1)/3*4,Uv:null,sqrt:function(a){if(0>=a)return 0;var y=Jt.Uv;if(y===null){y=[];for(var x=0;2e3>=x;x++)y[x]=Math.sqrt(x);Jt.Uv=y}return 1>a?(x=1/a,2e3>=x?1/y[x|0]:Math.sqrt(a)):2e3>=a?y[a|0]:Math.sqrt(a)},B:function(a,y){return a-=y,.5>a&&-.5<a},$:function(a,y){return a-=y,5e-8>a&&-5e-8<a},Yb:function(a,y,x,b,E,z,tt){if(0>=E&&(E=1e-6),a<x)var ot=a,rt=x;else ot=x,rt=a;if(y<b)var at=y,ht=b;else at=b,ht=y;if(a===x)return at<=tt&&tt<=ht&&a-E<=z&&z<=a+E;if(y===b)return ot<=z&&z<=rt&&y-E<=tt&&tt<=y+E;if(rt+=E,ot-=E,ot<=z&&z<=rt&&(ht+=E,at-=E,at<=tt&&tt<=ht))if(rt-ot>ht-at)if(a-x>E||x-a>E){if(z=(b-y)/(x-a)*(z-a)+y,z-E<=tt&&tt<=z+E)return!0}else return!0;else if(y-b>E||b-y>E){if(tt=(x-a)/(b-y)*(tt-y)+a,tt-E<=z&&z<=tt+E)return!0}else return!0;return!1},cs:function(a,y,x,b,E,z,tt,ot,rt,at,ht,gt){if(Jt.Yb(a,y,tt,ot,gt,x,b)&&Jt.Yb(a,y,tt,ot,gt,E,z))return Jt.Yb(a,y,tt,ot,gt,at,ht);var mt=(a+x)/2,yt=(y+b)/2,St=(x+E)/2,Lt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(mt+St)/2,x=(yt+Lt)/2,St=(St+E)/2,Lt=(Lt+z)/2;var Bt=(b+St)/2,Ft=(x+Lt)/2;return Jt.cs(a,y,mt,yt,b,x,Bt,Ft,rt,at,ht,gt)||Jt.cs(Bt,Ft,St,Lt,E,z,tt,ot,rt,at,ht,gt)},ax:function(a,y,x,b,E,z,tt,ot,rt){var at=(x+E)/2,ht=(b+z)/2;return rt.h((((a+x)/2+at)/2+(at+(E+tt)/2)/2)/2,(((y+b)/2+ht)/2+(ht+(z+ot)/2)/2)/2),rt},My:function(a,y,x,b,E,z,tt,ot){var rt=(x+E)/2,at=(b+z)/2;return Un(((a+x)/2+rt)/2,((y+b)/2+at)/2,(rt+(E+tt)/2)/2,(at+(z+ot)/2)/2)},Dl:function(a,y,x,b,E,z,tt,ot,rt,at){if(Jt.Yb(a,y,tt,ot,rt,x,b)&&Jt.Yb(a,y,tt,ot,rt,E,z))eo(at,a,y,0,0),eo(at,tt,ot,0,0);else{var ht=(a+x)/2,gt=(y+b)/2,mt=(x+E)/2,yt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(ht+mt)/2,x=(gt+yt)/2,mt=(mt+E)/2,yt=(yt+z)/2;var St=(b+mt)/2,Lt=(x+yt)/2;Jt.Dl(a,y,ht,gt,b,x,St,Lt,rt,at),Jt.Dl(St,Lt,mt,yt,E,z,tt,ot,rt,at)}return at},Qe:function(a,y,x,b,E,z,tt,ot,rt,at){if(Jt.Yb(a,y,tt,ot,rt,x,b)&&Jt.Yb(a,y,tt,ot,rt,E,z))at.length===0&&(at.push(a),at.push(y)),at.push(tt),at.push(ot);else{var ht=(a+x)/2,gt=(y+b)/2,mt=(x+E)/2,yt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(ht+mt)/2,x=(gt+yt)/2,mt=(mt+E)/2,yt=(yt+z)/2;var St=(b+mt)/2,Lt=(x+yt)/2;Jt.Qe(a,y,ht,gt,b,x,St,Lt,rt,at),Jt.Qe(St,Lt,mt,yt,E,z,tt,ot,rt,at)}return at},jv:function(a,y,x,b,E,z,tt,ot,rt,at){if(Jt.Yb(a,y,E,z,at,x,b))return Jt.Yb(a,y,E,z,at,ot,rt);var ht=(a+x)/2,gt=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var mt=(ht+x)/2,yt=(gt+b)/2;return Jt.jv(a,y,ht,gt,mt,yt,tt,ot,rt,at)||Jt.jv(mt,yt,x,b,E,z,tt,ot,rt,at)},OA:function(a,y,x,b,E,z,tt){return tt.h(((a+x)/2+(x+E)/2)/2,((y+b)/2+(b+z)/2)/2),tt},iv:function(a,y,x,b,E,z,tt,ot){if(Jt.Yb(a,y,E,z,tt,x,b))eo(ot,a,y,0,0),eo(ot,E,z,0,0);else{var rt=(a+x)/2,at=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var ht=(rt+x)/2,gt=(at+b)/2;Jt.iv(a,y,rt,at,ht,gt,tt,ot),Jt.iv(ht,gt,x,b,E,z,tt,ot)}return ot},ep:function(a,y,x,b,E,z,tt,ot){if(Jt.Yb(a,y,E,z,tt,x,b))ot.length===0&&(ot.push(a),ot.push(y)),ot.push(E),ot.push(z);else{var rt=(a+x)/2,at=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var ht=(rt+x)/2,gt=(at+b)/2;Jt.ep(a,y,rt,at,ht,gt,tt,ot),Jt.ep(ht,gt,x,b,E,z,tt,ot)}return ot},Eo:function(a,y,x,b,E,z,tt,ot,rt,at,ht,gt,mt,yt){if(Jt.Yb(a,y,tt,ot,mt,x,b)&&Jt.Yb(a,y,tt,ot,mt,E,z))return!Jt.Rl(a,y,tt,ot,rt,at,ht,gt)||(mt=(a-tt)*(at-gt)-(y-ot)*(rt-ht),mt===0)?!1:(yt.h(((a*ot-y*tt)*(rt-ht)-(a-tt)*(rt*gt-at*ht))/mt,((a*ot-y*tt)*(at-gt)-(y-ot)*(rt*gt-at*ht))/mt),!0);var St=(a+x)/2,Lt=(y+b)/2,Bt=(x+E)/2,Ft=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(St+Bt)/2,x=(Lt+Ft)/2,Bt=(Bt+E)/2,Ft=(Ft+z)/2;var zt=(b+Bt)/2,Ht=(x+Ft)/2,Vt=1/0,_t=!1,ee=0,Ve=0;return Jt.Eo(a,y,St,Lt,b,x,zt,Ht,rt,at,ht,gt,mt,yt)&&(a=(yt.x-rt)*(yt.x-rt)+(yt.y-at)*(yt.y-at),a<Vt&&(Vt=a,_t=!0,ee=yt.x,Ve=yt.y)),Jt.Eo(zt,Ht,Bt,Ft,E,z,tt,ot,rt,at,ht,gt,mt,yt)&&(yt.x-rt)*(yt.x-rt)+(yt.y-at)*(yt.y-at)<Vt&&(_t=!0,ee=yt.x,Ve=yt.y),_t&&(yt.x=ee,yt.y=Ve),_t},Fo:function(a,y,x,b,E,z,tt,ot,rt,at,ht,gt,mt){var yt=0;if(Jt.Yb(a,y,tt,ot,mt,x,b)&&Jt.Yb(a,y,tt,ot,mt,E,z)){if(mt=(a-tt)*(at-gt)-(y-ot)*(rt-ht),mt===0)return yt;var St=((a*ot-y*tt)*(rt-ht)-(a-tt)*(rt*gt-at*ht))/mt,Lt=((a*ot-y*tt)*(at-gt)-(y-ot)*(rt*gt-at*ht))/mt;if(St>=ht)return yt;if((rt>ht?rt-ht:ht-rt)<(at>gt?at-gt:gt-at)){if(y<ot?(rt=y,a=ot):(rt=ot,a=y),Lt<rt||Lt>a)return yt}else if(a<tt?(rt=a,a=tt):rt=tt,St<rt||St>a)return yt;0<mt?yt++:0>mt&&yt--}else{St=(a+x)/2,Lt=(y+b)/2;var Bt=(x+E)/2,Ft=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(St+Bt)/2,x=(Lt+Ft)/2,Bt=(Bt+E)/2,Ft=(Ft+z)/2;var zt=(b+Bt)/2,Ht=(x+Ft)/2;yt+=Jt.Fo(a,y,St,Lt,b,x,zt,Ht,rt,at,ht,gt,mt),yt+=Jt.Fo(zt,Ht,Bt,Ft,E,z,tt,ot,rt,at,ht,gt,mt)}return yt},qh:function(a,y,x,b,E,z,tt){return Jt.$(a,x)?(y<b?(x=y,y=b):x=b,z<x?(tt.h(a,x),!1):z>y?(tt.h(a,y),!1):(tt.h(a,z),!0)):Jt.$(y,b)?(a<x?(b=a,a=x):b=x,E<b?(tt.h(b,y),!1):E>a?(tt.h(a,y),!1):(tt.h(E,y),!0)):(E=((a-E)*(a-x)+(y-z)*(y-b))/((x-a)*(x-a)+(b-y)*(b-y)),-5e-6>E?(tt.h(a,y),!1):1.000005<E?(tt.h(x,b),!1):(tt.h(a+E*(x-a),y+E*(b-y)),!0))},Ve:function(a,y,x,b,E,z,tt,ot,rt){return Jt.B(a,x)&&Jt.B(y,b)?(rt.h(a,y),!1):Jt.$(E,tt)?Jt.$(a,x)?(Jt.qh(a,y,x,b,E,z,rt),!1):Jt.qh(a,y,x,b,E,(b-y)/(x-a)*(E-a)+y,rt):(ot=(ot-z)/(tt-E),Jt.$(a,x)?(x=ot*(a-E)+z,y<b?(E=y,y=b):E=b,x<E?(rt.h(a,E),!1):x>y?(rt.h(a,y),!1):(rt.h(a,x),!0)):(tt=(b-y)/(x-a),Jt.$(ot,tt)?(Jt.qh(a,y,x,b,E,z,rt),!1):(E=(tt*a-ot*E+z-y)/(tt-ot),Jt.$(tt,0)?(a<x?(b=a,a=x):b=x,E<b?(rt.h(b,y),!1):E>a?(rt.h(a,y),!1):(rt.h(E,y),!0)):Jt.qh(a,y,x,b,E,tt*(E-a)+y,rt))))},MA:function(a,y,x,b,E){return Jt.Ve(x.x,x.y,b.x,b.y,a.x,a.y,y.x,y.y,E)},KA:function(a,y,x,b,E,z,tt,ot,rt,at){function ht(Bt,Ft){var zt=(Bt-a)*(Bt-a)+(Ft-y)*(Ft-y);zt<gt&&(gt=zt,rt.h(Bt,Ft))}var gt=1/0;ht(rt.x,rt.y);var mt=0,yt=0,St=0,Lt=0;if(E<tt?(mt=E,yt=tt):(mt=tt,yt=E),z<ot?(St=E,Lt=tt):(St=tt,Lt=E),mt=(yt-mt)/2+at,at=(Lt-St)/2+at,E=(E+tt)/2,z=(z+ot)/2,mt===0||at===0)return rt;if(.5>(x>a?x-a:a-x)){if(mt=1-(x-E)*(x-E)/(mt*mt),0>mt)return rt;mt=Math.sqrt(mt),b=-at*mt+z,ht(x,at*mt+z),ht(x,b)}else{if(x=(b-y)/(x-a),b=1/(mt*mt)+x*x/(at*at),ot=2*x*(y-x*a)/(at*at)-2*x*z/(at*at)-2*E/(mt*mt),mt=ot*ot-4*b*(2*x*a*z/(at*at)-2*y*z/(at*at)+z*z/(at*at)+E*E/(mt*mt)-1+(y-x*a)*(y-x*a)/(at*at)),0>mt)return rt;mt=Math.sqrt(mt),at=(-ot+mt)/(2*b),ht(at,x*at-x*a+y),mt=(-ot-mt)/(2*b),ht(mt,x*mt-x*a+y)}return rt},Ff:function(a,y,x,b,E,z,tt,ot,rt){var at=1e21,ht=a,gt=y;if(Jt.Ve(a,y,a,b,E,z,tt,ot,rt)){var mt=(rt.x-E)*(rt.x-E)+(rt.y-z)*(rt.y-z);mt<at&&(at=mt,ht=rt.x,gt=rt.y)}return Jt.Ve(x,y,x,b,E,z,tt,ot,rt)&&(mt=(rt.x-E)*(rt.x-E)+(rt.y-z)*(rt.y-z),mt<at&&(at=mt,ht=rt.x,gt=rt.y)),Jt.Ve(a,y,x,y,E,z,tt,ot,rt)&&(y=(rt.x-E)*(rt.x-E)+(rt.y-z)*(rt.y-z),y<at&&(at=y,ht=rt.x,gt=rt.y)),Jt.Ve(a,b,x,b,E,z,tt,ot,rt)&&(a=(rt.x-E)*(rt.x-E)+(rt.y-z)*(rt.y-z),a<at&&(at=a,ht=rt.x,gt=rt.y)),rt.h(ht,gt),1e21>at},us:function(a,y,x){return Jt.Fx(a.x,a.y,a.width,a.height,y.x,y.y,x.x,x.y)},Fx:function(a,y,x,b,E,z,tt,ot){var rt=a+x,at=y+b;return E===tt?(z<ot?(tt=z,z=ot):tt=ot,a<=E&&E<=rt&&tt<=at&&z>=y):z===ot?(E<tt?(ot=E,E=tt):ot=tt,y<=z&&z<=at&&ot<=rt&&E>=a):!!(ir(a,y,x,b,E,z)||ir(a,y,x,b,tt,ot)||Jt.Rl(a,y,rt,y,E,z,tt,ot)||Jt.Rl(rt,y,rt,at,E,z,tt,ot)||Jt.Rl(rt,at,a,at,E,z,tt,ot)||Jt.Rl(a,at,a,y,E,z,tt,ot))},Rl:function(a,y,x,b,E,z,tt,ot){return a===x&&y===b&&E===tt&&z===ot?a===E&&y===z:0>=Jt.Fl(a,y,x,b,E,z)*Jt.Fl(a,y,x,b,tt,ot)&&0>=Jt.Fl(E,z,tt,ot,a,y)*Jt.Fl(E,z,tt,ot,x,b)},Fl:function(a,y,x,b,E,z){return x-=a,b-=y,a=E-a,y=z-y,z=a*b-y*x,z===0&&(z=a*x+y*b,0<z&&(z=(a-x)*x+(y-b)*b,0>z&&(z=0))),z},bp:function(a){return 0>a&&(a+=360),360<=a&&(a-=360),a},jx:function(a,y,x,b,E,z){var tt=Math.PI;z||(b*=tt/180,E*=tt/180);var ot=b>E?-1:1;z=[];var rt=tt/2,at=b;if(b=Math.min(2*tt,Math.abs(E-b)),1e-5>b)return rt=at+ot*Math.min(b,rt),ot=a+x*Math.cos(at),at=y+x*Math.sin(at),a+=x*Math.cos(rt),y+=x*Math.sin(rt),x=(ot+a)/2,rt=(at+y)/2,z.push([ot,at,x,rt,x,rt,a,y]),z;for(;1e-5<b;)E=at+ot*Math.min(b,rt),z.push(Jt.Vy(x,at,E,a,y)),b-=Math.abs(E-at),at=E;return z},Vy:function(a,y,x,b,E){var z=(x-y)/2,tt=a*Math.cos(z),ot=a*Math.sin(z),rt=-ot,at=tt*tt+rt*rt,ht=at+tt*tt+rt*ot;return at=4/3*(Math.sqrt(2*at*ht)-ht)/(tt*ot-rt*tt),ot=tt-at*rt,tt=rt+at*tt,rt=-tt,at=z+y,z=Math.cos(at),at=Math.sin(at),[b+a*Math.cos(y),E+a*Math.sin(y),b+ot*z-tt*at,E+ot*at+tt*z,b+ot*z-rt*at,E+ot*at+rt*z,b+a*Math.cos(x),E+a*Math.sin(x)]},No:function(a,y,x,b,E,z,tt){x=Math.floor((a-x)/E)*E+x,b=Math.floor((y-b)/z)*z+b;var ot=x;return x+E-a<E/2&&(ot=x+E),a=b,b+z-y<z/2&&(a=b+z),tt.h(ot,a),tt},vx:function(a,y){var x=Math.max(a,y);a=Math.min(a,y);var b;do y=x%a,x=b=a,a=y;while(0<y);return b},$y:function(a,y,x,b){var E=0>x,z=0>b;if(a<y)var tt=1,ot=0;else tt=0,ot=1;var rt=tt===0?a:y,at=tt===0?x:b;return(tt===0?E:z)&&(at=-at),tt=ot,x=tt===0?x:b,(tt===0?E:z)&&(x=-x),Jt.az(rt,tt===0?a:y,at,x,0,0)},az:function(a,y,x,b,E,z){if(0<b)if(0<x){E=a*a,z=y*y,a*=x;var tt=y*b,ot=-z+tt,rt=-z+Math.sqrt(a*a+tt*tt);y=ot;for(var at=0;9999999999>at&&(y=.5*(ot+rt),!(y===ot||y===rt));++at){var ht=a/(y+E),gt=tt/(y+z);if(ht=ht*ht+gt*gt-1,0<ht)ot=y;else if(0>ht)rt=y;else break}x=E*x/(y+E)-x,b=z*b/(y+z)-b,x=Math.sqrt(x*x+b*b)}else x=Math.abs(b-y);else b=a*a-y*y,z=a*x,z<b?(b=z/b,z=y*Math.sqrt(Math.abs(1-b*b)),x=a*b-x,x=Math.sqrt(x*x+z*z)):x=Math.abs(x-a);return x},Ze:new Vn,um:new Vn,Mf:new Vn,Nf:0,vm:100};Jt.za=Jt.AA;function Ie(a){qi(this),this.l=2,a===void 0&&(a=Ie.o),this.na=a,this.Ec=this.Dc=this.pd=this.od=0,a===Ie.o?this.ee=new Oe:(Ie.V===null&&(Ie.V=new Oe().freeze()),this.ee=Ie.V),this.aq=this.ee.Ja,this.Ip=new ge().freeze(),this.ym=this.tk=null,this.zm=NaN,this.fg=gr,this.gg=Us,this.Rk=this.Sk=NaN,this.Uf=Me}Ie.prototype.copy=function(){var a=new Ie;if(a.l=this.l&-2,a.na=this.na,a.od=this.od,a.pd=this.pd,a.Dc=this.Dc,a.Ec=this.Ec,this.na===Ie.o){for(var y=this.ee.s,x=a.ee,b=0;b<y.length;b++)x.add(y[b].copy());a.ee=x}else a.ee=this.ee;return a.aq=this.aq,a.Ip.assign(this.Ip),a.tk=this.tk,a.ym=this.ym,a.zm=this.zm,a.fg=this.fg.J(),a.gg=this.gg.J(),a.Sk=this.Sk,a.Rk=this.Rk,a.Uf=this.Uf,a},Ie.prototype.ja=function(){return this.freeze(),Object.freeze(this),this},Ie.prototype.freeze=function(){if(this._isFrozen=!0,this.type!==Ie.o)return this;var a=this.figures;a.freeze(),a=a.s;for(var y=a.length,x=0;x<y;x++)a[x].freeze();return this},Ie.prototype.ka=function(){if(Object.isFrozen(this)&&se("cannot thaw constant: "+this),this._isFrozen=!1,this.type!==Ie.o)return this;var a=this.figures;a.ka(),a=a.s;for(var y=a.length,x=0;x<y;x++)a[x].ka();return this},Ie.prototype.Xa=function(a){if(!(a instanceof Ie))return!1;if(this.type!==a.type)return this.type===Ie.j&&a.type===Ie.o?Ap(this,a):a.type===Ie.j&&this.type===Ie.o?Ap(a,this):!1;if(this.type===Ie.o){var y=this.figures.s;a=a.figures.s;var x=y.length;if(x!==a.length)return!1;for(var b=0;b<x;b++)if(!y[b].Xa(a[b]))return!1;return!0}return Jt.B(this.startX,a.startX)&&Jt.B(this.startY,a.startY)&&Jt.B(this.endX,a.endX)&&Jt.B(this.endY,a.endY)};function Ap(a,y){return a.type!==Ie.j||y.type!==Ie.o?!1:!!(y.figures.count===1&&(y=y.figures.M(0),y.segments.count===1&&Jt.B(a.startX,y.startX)&&Jt.B(a.startY,y.startY)&&(y=y.segments.M(0),y.type===Bi&&Jt.B(a.endX,y.endX)&&Jt.B(a.endY,y.endY))))}Ie.ia=function(a){return a.toString()},Ie.prototype.qb=function(a){a.classType===Ie&&(this.type=a)},Ie.prototype.toString=function(a){switch(a===void 0&&(a=-1),this.type){case Ie.j:return 0>a?"M"+this.startX.toString()+" "+this.startY.toString()+"L"+this.endX.toString()+" "+this.endY.toString():"M"+this.startX.toFixed(a)+" "+this.startY.toFixed(a)+"L"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);case Ie.u:var y=new ge(this.startX,this.startY,0,0);return y.Kv(this.endX,this.endY,0,0),0>a?"M"+y.x.toString()+" "+y.y.toString()+"H"+y.right.toString()+"V"+y.bottom.toString()+"H"+y.left.toString()+"z":"M"+y.x.toFixed(a)+" "+y.y.toFixed(a)+"H"+y.right.toFixed(a)+"V"+y.bottom.toFixed(a)+"H"+y.left.toFixed(a)+"z";case Ie.F:if(y=new ge(this.startX,this.startY,0,0),y.Kv(this.endX,this.endY,0,0),0>a)return a=y.left.toString()+" "+(y.y+y.height/2).toString(),"M"+a+"A"+(y.width/2).toString()+" "+(y.height/2).toString()+" 0 0 1 "+(y.right.toString()+" "+(y.y+y.height/2).toString())+"A"+(y.width/2).toString()+" "+(y.height/2).toString()+" 0 0 1 "+a;var x=y.left.toFixed(a)+" "+(y.y+y.height/2).toFixed(a);return"M"+x+"A"+(y.width/2).toFixed(a)+" "+(y.height/2).toFixed(a)+" 0 0 1 "+(y.right.toFixed(a)+" "+(y.y+y.height/2).toFixed(a))+"A"+(y.width/2).toFixed(a)+" "+(y.height/2).toFixed(a)+" 0 0 1 "+x;case Ie.o:y="",x=this.figures.s;for(var b=x.length,E=0;E<b;E++){var z=x[E];0<E&&(y+=" x "),z.isFilled&&(y+="F "),y+=z.toString(a)}return y;default:return this.type.toString()}},Ie.nb=function(a){a=a.split(/[Xx]/);for(var y=a.length,x="",b=0;b<y;b++){var E=a[b];x=E.match(/[Ff]/)!==null?b===0?x+E:x+("X"+(E[0]===" "?"":" ")+E):x+((b===0?"":"X ")+"F"+(E[0]===" "?"":" ")+E)}return x},Ie.parse=function(a,y){function x(){return Lt>=Vt-1?!0:at[Lt+1].match(_t)!==null}function b(){return Lt++,at[Lt]}function E(bn){var kn=parseFloat(b()),di=parseFloat(b());Bt===Bt.toLowerCase()&&(kn=Ht.x+kn,di=Ht.y+di),bn.h(kn,di)}function z(){return E(Ht),Ht}function tt(){return E(zt),zt}function ot(){var bn=Ft.toLowerCase();return bn!=="c"&&bn!=="s"&&bn!=="q"&&bn!=="t"?Ht:new It(2*Ht.x-zt.x,2*Ht.y-zt.y)}y===void 0&&(y=!1);var rt=/([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])/gm;a=a.replace(/,/gm," "),a=a.replace(rt,"$1 $2"),a=a.replace(rt,"$1 $2"),a=a.replace(/([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])([^s])/gm,"$1 $2"),a=a.replace(/([^s])([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])/gm,"$1 $2"),a=a.replace(/([0-9])([+\-])/gm,"$1 $2"),a=a.replace(/[\s\r\t\n]+/gm," "),a=a.replace(/^\s+|\s+$/g,"");var at=a.split(" ");for(a=0;a<at.length;a++){var ht=at[a];if(ht.match(/(\.[0-9]*)(\.)/gm)!==null){rt=Dn();for(var gt="",mt=!1,yt=0;yt<ht.length;yt++){var St=ht[yt];St!=="."||mt?St==="."?(rt.push(gt),gt="."):gt+=St:(mt=!0,gt+=St)}for(rt.push(gt),at.splice(a,1),ht=0;ht<rt.length;ht++)at.splice(a+ht,0,rt[ht]);a+=rt.length-1,Tn(rt)}}var Lt=-1,Bt="",Ft="";rt=new It(0,0);var zt=new It(0,0),Ht=new It(0,0),Vt=at.length;a=b1(null),mt=gt=ht=!1,yt=!0,St=null;for(var _t=/[UuBbMmZzLlHhVvCcSsQqTtAaFfXx]/;!(Lt>=Vt-1);)if(Ft=Bt,Bt=b(),Bt!=="")switch(Bt.toUpperCase()){case"X":yt=!0,gt=ht=!1;break;case"M":for(St=z(),a.mc===null||yt===!0?(Sg(a,St.x,St.y,ht,!gt,mt),yt=!1):a.moveTo(St.x,St.y),rt.assign(Ht);!x();)St=z(),a.lineTo(St.x,St.y);break;case"L":for(;!x();)St=z(),a.lineTo(St.x,St.y);break;case"H":for(;!x();)Ht=new It((Bt===Bt.toLowerCase()?Ht.x:0)+parseFloat(b()),Ht.y),a.lineTo(Ht.x,Ht.y);break;case"V":for(;!x();)Ht=new It(Ht.x,(Bt===Bt.toLowerCase()?Ht.y:0)+parseFloat(b())),a.lineTo(Ht.x,Ht.y);break;case"C":for(;!x();){St=new It,E(St);var ee=tt(),Ve=z();bh(a,St.x,St.y,ee.x,ee.y,Ve.x,Ve.y)}break;case"S":for(;!x();)St=ot(),ee=tt(),Ve=z(),bh(a,St.x,St.y,ee.x,ee.y,Ve.x,Ve.y);break;case"Q":for(;!x();)St=tt(),ee=z(),Im(a,St.x,St.y,ee.x,ee.y);break;case"T":for(;!x();)zt=St=ot(),ee=z(),Im(a,St.x,St.y,ee.x,ee.y);break;case"B":for(;!x();){St=parseFloat(b()),ee=parseFloat(b()),Ve=parseFloat(b());var tn=parseFloat(b()),Qe=parseFloat(b()),Ee=Qe,Se=!1;x()||(Ee=parseFloat(b()),x()||(Se=parseFloat(b())!==0)),Bt===Bt.toLowerCase()&&(Ve+=Ht.x,tn+=Ht.y),a.arcTo(St,ee,Ve,tn,Qe,Ee,Se)}break;case"A":for(;!x();)St=Math.abs(parseFloat(b())),ee=Math.abs(parseFloat(b())),Ve=parseFloat(b()),Qe=tn=!1,Se=Ee=0,Ee=b(),Ee.length===1?(tn=!!parseFloat(Ee),Qe=!!parseFloat(b()),Ee=parseFloat(b())):Ee.length===2?(tn=!!parseFloat(Ee[0]),Qe=!!parseFloat(Ee[1]),Ee=parseFloat(b())):(tn=!!parseFloat(Ee[0]),Qe=!!parseFloat(Ee[1]),Ee=parseFloat(Ee.slice(2))),Se=parseFloat(b()),Bt===Bt.toLowerCase()&&(Ee=Ht.x+Ee,Se=Ht.y+Se),Ht.h(Ee,Se),wx(a,St,ee,Ve,tn,Qe,Ee,Se);break;case"Z":Px(a),Ht.assign(rt);break;case"F":for(St="",ee=1;at[Lt+ee];)if(at[Lt+ee]==="0")mt=!0,ee++;else if(at[Lt+ee].match(/[Uu]/)!==null)ee++;else if(at[Lt+ee].match(_t)===null)ee++;else{St=at[Lt+ee];break}St.match(/[Mm]/)?ht=!0:0<a.mc.segments.length&&(a.mc.isFilled=!0);break;case"U":for(St="",ee=1;at[Lt+ee];)if(at[Lt+ee].match(/[Ff]/)!==null)ee++;else if(at[Lt+ee].match(_t)===null)ee++;else{St=at[Lt+ee];break}St.match(/[Mm]/)?gt=!0:a.mc.isShadowed=!1}if(rt=a.os,jm=a,y)for(y=rt.figures.iterator;y.next();)y.value.isFilled=!0;return rt},Ie.Ha=function(a,y){for(var x=a.length,b=It.alloc(),E=0;E<x;E++){var z=a[E];b.x=z[0],b.y=z[1],y.Ga(b),z[0]=b.x,z[1]=b.y,b.x=z[2],b.y=z[3],y.Ga(b),z[2]=b.x,z[3]=b.y,b.x=z[4],b.y=z[5],y.Ga(b),z[4]=b.x,z[5]=b.y,b.x=z[6],b.y=z[7],y.Ga(b),z[6]=b.x,z[7]=b.y}It.free(b)},Ie.prototype.Zu=function(){if(this._isInvalidBounds)return!0;if(this.type===Ie.o){if(this.aq!==this.figures.Ja)return!0;for(var a=this.figures.s,y=a.length,x=0;x<y;x++)if(a[x].Zu())return!0}return!1},Ie.prototype.computeBounds=function(){if(this._isInvalidBounds=!1,this.ym=this.tk=null,this.zm=NaN,this.type===Ie.o){this.aq=this.figures.Ja;for(var a=this.figures.s,y=a.length,x=0;x<y;x++){var b=a[x];b._isInvalidBounds=!1;var E=b.segments;b.sr=E.Ja,b=E.s,E=b.length;for(var z=0;z<E;z++){var tt=b[z];tt._isInvalidBounds=!1,tt.ae=null}}}a=this.Ip,a.ka(),isNaN(this.Sk)||isNaN(this.Rk)?a.h(0,0,0,0):a.h(0,0,this.Sk,this.Rk),Bp(this,a,!1),eo(a,0,0,0,0),a.freeze()},Ie.prototype.ix=function(){var a=new ge;return Bp(this,a,!0),a};function Bp(a,y,x){switch(a.type){case Ie.j:case Ie.u:case Ie.F:x?y.h(a.od,a.pd,0,0):eo(y,a.od,a.pd,0,0),eo(y,a.Dc,a.Ec,0,0);break;case Ie.o:var b=a.figures;a=b.s,b=b.length;for(var E=0;E<b;E++){var z=a[E];x&&E===0?y.h(z.startX,z.startY,0,0):eo(y,z.startX,z.startY,0,0);for(var tt=z.segments.s,ot=tt.length,rt=z.startX,at=z.startY,ht=0;ht<ot;ht++){var gt=tt[ht];switch(gt.type){case Bi:case zo:rt=gt.endX,at=gt.endY,eo(y,rt,at,0,0);break;case pr:Jt.Dl(rt,at,gt.point1X,gt.point1Y,gt.point2X,gt.point2Y,gt.endX,gt.endY,.5,y),rt=gt.endX,at=gt.endY;break;case As:Jt.iv(rt,at,gt.point1X,gt.point1Y,gt.endX,gt.endY,.5,y),rt=gt.endX,at=gt.endY;break;case ko:case _s:var mt=gt.type===ko?Ss(gt,z):ra(gt,z,rt,at),yt=mt.length;if(yt===0){rt=gt.type===ko?gt.centerX:gt.endX,at=gt.type===ko?gt.centerY:gt.endY,eo(y,rt,at,0,0);break}gt=null;for(var St=0;St<yt;St++)gt=mt[St],Jt.Dl(gt[0],gt[1],gt[2],gt[3],gt[4],gt[5],gt[6],gt[7],.5,y);gt!==null&&(rt=gt[6],at=gt[7]);break;default:se("Unknown Segment type: "+gt.type)}}}break;default:se("Unknown Geometry type: "+a.type)}}Ie.prototype.normalize=function(){this._isFrozen&&Cn(this);var a=this.ix();return this.offset(-a.x,-a.y),new It(-a.x,-a.y)},Ie.prototype.offset=function(a,y){return this._isFrozen&&Cn(this),this.transform(1,0,0,1,a,y),this},Ie.prototype.scale=function(a,y){return this._isFrozen&&Cn(this),this.transform(a,0,0,y,0,0),this},Ie.prototype.rotate=function(a,y,x){this._isFrozen&&Cn(this),y===void 0&&(y=0),x===void 0&&(x=0);var b=Wn.alloc();return b.reset(),b.rotate(a,y,x),this.transform(b.m11,b.m12,b.m21,b.m22,b.dx,b.dy),Wn.free(b),this},xt=Ie.prototype,xt.transform=function(a,y,x,b,E,z){switch(this.type){case Ie.j:case Ie.u:case Ie.F:var tt=this.od,ot=this.pd;this.od=tt*a+ot*x+E,this.pd=tt*y+ot*b+z,tt=this.Dc,ot=this.Ec,this.Dc=tt*a+ot*x+E,this.Ec=tt*y+ot*b+z;break;case Ie.o:for(var rt=this.figures.s,at=rt.length,ht=0;ht<at;ht++){var gt=rt[ht];tt=gt.startX,ot=gt.startY,gt.startX=tt*a+ot*x+E,gt.startY=tt*y+ot*b+z,gt=gt.segments.s;for(var mt=gt.length,yt=0;yt<mt;yt++){var St=gt[yt];switch(St.type){case Bi:case zo:tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+E,St.endY=tt*y+ot*b+z;break;case pr:tt=St.point1X,ot=St.point1Y,St.point1X=tt*a+ot*x+E,St.point1Y=tt*y+ot*b+z,tt=St.point2X,ot=St.point2Y,St.point2X=tt*a+ot*x+E,St.point2Y=tt*y+ot*b+z,tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+E,St.endY=tt*y+ot*b+z;break;case As:tt=St.point1X,ot=St.point1Y,St.point1X=tt*a+ot*x+E,St.point1Y=tt*y+ot*b+z,tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+E,St.endY=tt*y+ot*b+z;break;case ko:tt=St.centerX,ot=St.centerY,St.centerX=tt*a+ot*x+E,St.centerY=tt*y+ot*b+z,y!==0&&(tt=180*Math.atan2(y,a)/Math.PI,0>tt&&(tt+=360),St.startAngle+=tt),0>a&&(St.startAngle=180-St.startAngle,St.sweepAngle=-St.sweepAngle),0>b&&(St.startAngle=-St.startAngle,St.sweepAngle=-St.sweepAngle),St.radiusX*=Math.sqrt(a*a+x*x),St.radiusY!==void 0&&(St.radiusY*=Math.sqrt(y*y+b*b));break;case _s:if(tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+E,St.endY=tt*y+ot*b+z,St.radiusX===0||St.radiusY===0)break;y!==0&&(tt=180*Math.atan2(y,a)/Math.PI,0>tt&&(tt+=360),St.xAxisRotation+=tt),0>a&&(St.xAxisRotation=180-St.xAxisRotation,St.isClockwiseArc=!St.isClockwiseArc),0>b&&(St.xAxisRotation=-St.xAxisRotation,St.isClockwiseArc=!St.isClockwiseArc),St.radiusX*=Math.sqrt(a*a+x*x),St.radiusY*=Math.sqrt(y*y+b*b);break;default:se("Unknown Segment type: "+St.type)}}}}return this._isInvalidBounds=!0,this},xt.ca=function(a,y){y===void 0&&(y=0);var x=this.od,b=this.pd,E=this.Dc,z=this.Ec;switch(this.type){case Ie.j:return Jt.Yb(x,b,E,z,y,a.x,a.y);case Ie.u:var tt=ge.allocAt(Math.min(x,E)-y,Math.min(b,z)-y,Math.abs(E-x)+2*y,Math.abs(z-b)+2*y);return a=tt.ca(a),ge.free(tt),a;case Ie.F:tt=Math.min(x,E)-y;var ot=Math.min(b,z)-y;return x=(Math.abs(E-x)+2*y)/2,y=(Math.abs(z-b)+2*y)/2,0>=x||0>=y?!1:(tt=a.x-(tt+x),ot=a.y-(ot+y),1>=tt*tt/(x*x)+ot*ot/(y*y));case Ie.o:return jl(this,a,y,!0,!1);default:return!1}};function jl(a,y,x,b,E){var z=y.x;y=y.y;for(var tt=a.bounds.x-20,ot=0,rt,at,ht,gt,mt=a.figures.s,yt=mt.length,St=0;St<yt;St++){var Lt=mt[St],Bt=!Lt.isEvenOdd;if(Lt.isFilled){if(b&&Lt.ca(z,y,x))return!0;var Ft=Lt.segments;rt=Lt.startX,at=Lt.startY;for(var zt=rt,Ht=at,Vt=Ft.s,_t=0;_t<=Ft.length;_t++){var ee=void 0;if(_t!==Ft.length){ee=Vt[_t];var Ve=ee.type;a=ee.endX,gt=ee.endY}else Ve=Bi,a=zt,gt=Ht;switch(Ve){case zo:if(zt=Rl(z,y,tt,y,rt,at,zt,Ht),isNaN(zt))return!0;ot+=zt,zt=a,Ht=gt;break;case Bi:if(rt=Rl(z,y,tt,y,rt,at,a,gt),isNaN(rt))return!0;ot+=rt;break;case pr:ht=Jt.Fo(rt,at,ee.point1X,ee.point1Y,ee.point2X,ee.point2Y,a,gt,tt,y,z,y,.5),ot+=ht;break;case As:ht=Jt.Fo(rt,at,(rt+2*ee.point1X)/3,(at+2*ee.point1Y)/3,(2*ee.point1X+a)/3,(2*ee.point1Y+gt)/3,a,gt,tt,y,z,y,.5),ot+=ht;break;case ko:case _s:Ve=ee.type===ko?Ss(ee,Lt):ra(ee,Lt,rt,at);var tn=Ve.length;if(tn===0){if(rt=Rl(z,y,tt,y,rt,at,ee.type===ko?ee.centerX:ee.endX,ee.type===ko?ee.centerY:ee.endY),isNaN(rt))return!0;ot+=rt;break}ee=null;for(var Qe=0;Qe<tn;Qe++){if(ee=Ve[Qe],Qe===0){if(ht=Rl(z,y,tt,y,rt,at,ee[0],ee[1]),isNaN(ht))return!0;ot+=ht}ht=Jt.Fo(ee[0],ee[1],ee[2],ee[3],ee[4],ee[5],ee[6],ee[7],tt,y,z,y,.5),ot+=ht}ee!==null&&(a=ee[6],gt=ee[7]);break;default:se("Unknown Segment type: "+ee.type)}rt=a,at=gt}if(Bt){if(ot!==0)return!0}else if(ot%2!==0)return!0;ot=0}else if(Lt.ca(z,y,E?x:x+2))return!0}return!1}function Rl(a,y,x,b,E,z,tt,ot){if(Jt.Yb(E,z,tt,ot,.05,a,y))return NaN;var rt=(a-x)*(z-ot);if(rt===0)return 0;var at=((a*b-y*x)*(E-tt)-(a-x)*(E*ot-z*tt))/rt;if(y=(a*b-y*x)*(z-ot)/rt,at>=a)return 0;if((E>tt?E-tt:tt-E)<(z>ot?z-ot:ot-z)){if(z<ot){if(y<z||y>ot)return 0}else if(y<ot||y>z)return 0}else if(E<tt){if(at<E||at>tt)return 0}else if(at<tt||at>E)return 0;return 0<rt?1:-1}function Jh(a,y,x,b){a=a.figures.s;for(var E=a.length,z=0;z<E;z++)if(a[z].ca(y,x,b))return!0;return!1}xt.Pu=function(a,y){if(0>a?a=0:1<a&&(a=1),y===void 0&&(y=new It),this.type===Ie.j)return y.h(this.startX+a*(this.endX-this.startX),this.startY+a*(this.endY-this.startY)),y;for(var x=this.flattenedSegments,b=this.flattenedLengths,E=x.length,z=this.flattenedTotalLength*a,tt=0,ot=0;ot<E;ot++){var rt=b[ot],at=rt.length;for(a=0;a<at;a++){var ht=rt[a];if(tt+ht>=z)return b=z-tt,b=ht===0?0:b/ht,x=x[ot],ot=x[2*a],E=x[2*a+1],y.h(ot+(x[2*a+2]-ot)*b,E+(x[2*a+3]-E)*b),y;tt+=ht}}return y},xt.wx=function(a){if(0>a?a=0:1<a&&(a=1),this.type===Ie.j)return 180*Math.atan2(this.endY-this.startY,this.endX-this.startX)/Math.PI;for(var y=this.flattenedSegments,x=this.flattenedLengths,b=y.length,E=this.flattenedTotalLength*a,z=0,tt=0;tt<b;tt++){var ot=x[tt],rt=ot.length;for(a=0;a<rt;a++){var at=ot[a];if(z+at>=E)return E=y[tt],y=E[2*a],x=E[2*a+1],b=E[2*a+2],a=E[2*a+3],1>Math.abs(b-y)&&1>Math.abs(a-x)?0:1>Math.abs(b-y)?0<=a-x?90:270:1>Math.abs(a-x)?0<=b-y?0:180:180*Math.atan2(a-x,b-y)/Math.PI;z+=at}}return NaN},xt.Qu=function(a,y){if(0>a?a=0:1<a&&(a=1),y===void 0&&(y=[]),y.length=3,this.type===Ie.j)return y[0]=this.startX+a*(this.endX-this.startX),y[1]=this.startY+a*(this.endY-this.startY),y[2]=180*Math.atan2(this.endY-this.startY,this.endX-this.startX)/Math.PI,y;for(var x=this.flattenedSegments,b=this.flattenedLengths,E=x.length,z=this.flattenedTotalLength*a,tt=0,ot=0;ot<E;ot++){var rt=b[ot],at=rt.length;for(a=0;a<at;a++){var ht=rt[a];if(tt+ht>=z)return b=z-tt,b=ht===0?0:b/ht,ht=x[ot],x=ht[2*a],ot=ht[2*a+1],E=ht[2*a+2],a=ht[2*a+3],y[0]=x+(E-x)*b,y[1]=ot+(a-ot)*b,y[2]=1>Math.abs(E-x)&&1>Math.abs(a-ot)?0:1>Math.abs(E-x)?0<=a-ot?90:270:1>Math.abs(a-ot)?0<=E-x?0:180:180*Math.atan2(a-ot,E-x)/Math.PI,y;tt+=ht}}return y},xt.xx=function(a){if(this.type===Ie.j){var y=this.startX,x=this.startY,b=this.endX,E=this.endY;if(y!==b||x!==E){var z=a.x;if(a=a.y,y===b){if(x<E){var tt=x;b=E}else tt=E,b=x;return a<=tt?tt===x?0:1:a>=b?b===x?0:1:Math.abs(a-x)/(b-tt)}if(x===E)return y<b?tt=y:(tt=b,b=y),z<=tt?tt===y?0:1:z>=b?b===y?0:1:Math.abs(z-y)/(b-tt);tt=(b-y)*(b-y)+(E-x)*(E-x);var ot=It.alloc();return Jt.qh(y,x,b,E,z,a,ot),a=ot.x,z=ot.y,It.free(ot),Math.sqrt(((a-y)*(a-y)+(z-x)*(z-x))/tt)}}else if(this.type===Ie.u){tt=this.startX,ot=this.startY;var rt=this.endX;if(E=this.endY,tt!==rt||ot!==E){y=rt-tt,x=E-ot,z=2*y+2*x,b=a.x,a=a.y,b=Math.min(Math.max(b,tt),rt),a=Math.min(Math.max(a,ot),E),tt=Math.abs(b-tt),rt=Math.abs(b-rt),ot=Math.abs(a-ot),E=Math.abs(a-E);var at=Math.min(tt,rt,ot,E);if(at===ot)return b/z;if(at===rt)return(y+a)/z;if(at===E)return(2*y+x-b)/z;if(at===tt)return(2*y+2*x-a)/z}}else{y=this.flattenedSegments,x=this.flattenedLengths,z=this.flattenedTotalLength,b=It.alloc(),E=1/0,ot=tt=0,rt=y.length;for(var ht=at=0,gt=0;gt<rt;gt++)for(var mt=y[gt],yt=x[gt],St=mt.length,Lt=0;Lt<St;Lt+=2){var Bt=mt[Lt],Ft=mt[Lt+1];if(Lt!==0){Jt.qh(at,ht,Bt,Ft,a.x,a.y,b);var zt=(b.x-a.x)*(b.x-a.x)+(b.y-a.y)*(b.y-a.y);zt<E&&(E=zt,tt=ot,tt+=Math.sqrt((b.x-at)*(b.x-at)+(b.y-ht)*(b.y-ht))),ot+=yt[(Lt-2)/2]}at=Bt,ht=Ft}return It.free(b),a=tt/z,0>a?0:1<a?1:a}return 0};function Df(a){if(a.tk===null){var y=a.tk=[],x=a.ym=[],b=[],E=[];if(a.type===Ie.j)b.push(a.startX),b.push(a.startY),b.push(a.endX),b.push(a.endY),y.push(b),E.push(Math.sqrt((a.startX-a.endX)*(a.startX-a.endX)+(a.startY-a.endY)*(a.startY-a.endY))),x.push(E);else if(a.type===Ie.u)b.push(a.startX),b.push(a.startY),b.push(a.endX),b.push(a.startY),b.push(a.endX),b.push(a.endY),b.push(a.startX),b.push(a.endY),b.push(a.startX),b.push(a.startY),y.push(b),E.push(Math.abs(a.startX-a.endX)),E.push(Math.abs(a.startY-a.endY)),E.push(Math.abs(a.startX-a.endX)),E.push(Math.abs(a.startY-a.endY)),x.push(E);else if(a.type===Ie.F){var z=new Ro;z.startX=a.endX,z.startY=(a.startY+a.endY)/2;var tt=new ui(ko);if(tt.startAngle=0,tt.sweepAngle=360,tt.centerX=(a.startX+a.endX)/2,tt.centerY=(a.startY+a.endY)/2,tt.radiusX=Math.abs(a.startX-a.endX)/2,tt.radiusY=Math.abs(a.startY-a.endY)/2,z.add(tt),a=Ss(tt,z),E=a.length,E===0)b.push(tt.centerX),b.push(tt.centerY);else{tt=z.startX,z=z.startY;for(var ot=0;ot<E;ot++){var rt=a[ot];Jt.Qe(tt,z,rt[2],rt[3],rt[4],rt[5],rt[6],rt[7],.5,b),tt=rt[6],z=rt[7]}}y.push(b),x.push(Ad(b))}else for(a=a.figures.iterator;a.next();){E=a.value,b=[],b.push(E.startX),b.push(E.startY),tt=E.startX,z=E.startY,ot=tt,rt=z;for(var at=E.segments.s,ht=at.length,gt=0;gt<ht;gt++){var mt=at[gt];switch(mt.type){case zo:4<=b.length&&(y.push(b),x.push(Ad(b))),b=[],b.push(mt.endX),b.push(mt.endY),tt=mt.endX,z=mt.endY,ot=tt,rt=z;break;case Bi:b.push(mt.endX),b.push(mt.endY),tt=mt.endX,z=mt.endY;break;case pr:Jt.Qe(tt,z,mt.point1X,mt.point1Y,mt.point2X,mt.point2Y,mt.endX,mt.endY,.5,b),tt=mt.endX,z=mt.endY;break;case As:Jt.ep(tt,z,mt.point1X,mt.point1Y,mt.endX,mt.endY,.5,b),tt=mt.endX,z=mt.endY;break;case ko:var yt=Ss(mt,E),St=yt.length;if(St===0){b.push(mt.centerX),b.push(mt.centerY),tt=mt.centerX,z=mt.centerY;break}for(var Lt=0;Lt<St;Lt++){var Bt=yt[Lt];Jt.Qe(tt,z,Bt[2],Bt[3],Bt[4],Bt[5],Bt[6],Bt[7],.5,b),tt=Bt[6],z=Bt[7]}break;case _s:if(yt=ra(mt,E,tt,z),St=yt.length,Lt=mt.endX,Bt=mt.endY,St===0){b.push(Lt),b.push(Bt),tt=Lt,z=Bt;break}for(Lt=0;Lt<St;Lt++)Bt=yt[Lt],Jt.Qe(tt,z,Bt[2],Bt[3],Bt[4],Bt[5],Bt[6],Bt[7],.5,b),tt=Bt[6],z=Bt[7];break;default:se("Segment not of valid type: "+mt.type)}mt.isClosed&&(b.push(ot),b.push(rt))}4<=b.length&&(y.push(b),x.push(Ad(b)))}}}function Ad(a){for(var y=[],x=0,b=0,E=a.length,z=0;z<E;z+=2){var tt=a[z],ot=a[z+1];z!==0&&y.push(Math.sqrt(ni(x,b,tt,ot))),x=tt,b=ot}return y}xt.add=function(a){return this.ee.add(a),this},xt.pm=function(a,y,x,b,E,z,tt,ot){return this._isFrozen&&Cn(this),this.fg=new vn(a,y,E,z).freeze(),this.gg=new vn(x,b,tt,ot).freeze(),this},be.Object.defineProperties(Ie.prototype,{_isFrozen:{get:function(){return(this.l&1)!==0},set:function(a){this.l=a?this.l|1:this.l&-2}},_isInvalidBounds:{get:function(){return(this.l&2)!==0},set:function(a){this.l=a?this.l|2:this.l&-3}},flattenedSegments:{get:function(){return Df(this),this.tk}},flattenedLengths:{get:function(){return Df(this),this.ym}},flattenedTotalLength:{get:function(){var a=this.zm;if(isNaN(a)){if(this.type===Ie.j){a=Math.abs(this.endX-this.startX);var y=Math.abs(this.endY-this.startY);a=Math.sqrt(a*a+y*y)}else if(this.type===Ie.u)a=2*Math.abs(this.endX-this.startX)+2*Math.abs(this.endY-this.startY);else{y=this.flattenedLengths;for(var x=y.length,b=a=0;b<x;b++)for(var E=y[b],z=E.length,tt=0;tt<z;tt++)a+=E[tt]}this.zm=a}return a}},type:{get:function(){return this.na},set:function(a){this.na!==a&&(this._isFrozen&&Cn(this,a),this.na=a,a===Ie.o?this.ee=new Oe:(Ie.V===null&&(Ie.V=new Oe().freeze()),this.ee=Ie.V),this._isInvalidBounds=!0)}},startX:{get:function(){return this.od},set:function(a){this.od!==a&&(this._isFrozen&&Cn(this,a),this.od=a,this._isInvalidBounds=!0)}},startY:{get:function(){return this.pd},set:function(a){this.pd!==a&&(this._isFrozen&&Cn(this,a),this.pd=a,this._isInvalidBounds=!0)}},endX:{get:function(){return this.Dc},set:function(a){this.Dc!==a&&(this._isFrozen&&Cn(this,a),this.Dc=a,this._isInvalidBounds=!0)}},endY:{get:function(){return this.Ec},set:function(a){this.Ec!==a&&(this._isFrozen&&Cn(this,a),this.Ec=a,this._isInvalidBounds=!0)}},figures:{get:function(){return this.ee},set:function(a){this.ee!==a&&(this._isFrozen&&Cn(this,a),this.ee=a,this._isInvalidBounds=!0)}},spot1:{get:function(){return this.fg},set:function(a){this._isFrozen&&Cn(this,a),this.fg=a.J()}},spot2:{get:function(){return this.gg},set:function(a){this._isFrozen&&Cn(this,a),this.gg=a.J()}},defaultStretch:{get:function(){return this.Uf},set:function(a){this._isFrozen&&Cn(this,a),this.Uf=a}},bounds:{get:function(){return this.Zu()&&this.computeBounds(),this.Ip}}}),Ie.prototype.setSpots=Ie.prototype.pm,Ie.prototype.add=Ie.prototype.add,Ie.prototype.getFractionForPoint=Ie.prototype.xx,Ie.prototype.getPointAndAngleAlongPath=Ie.prototype.Qu,Ie.prototype.getAngleAlongPath=Ie.prototype.wx,Ie.prototype.getPointAlongPath=Ie.prototype.Pu,Ie.prototype.containsPoint=Ie.prototype.ca,Ie.prototype.transform=Ie.prototype.transform,Ie.prototype.rotate=Ie.prototype.rotate,Ie.prototype.scale=Ie.prototype.scale,Ie.prototype.offset=Ie.prototype.offset,Ie.prototype.normalize=Ie.prototype.normalize,Ie.prototype.computeBoundsWithoutOrigin=Ie.prototype.ix,Ie.prototype.equalsApprox=Ie.prototype.Xa,Ie.className="Geometry",Ie.j=new he(Ie,"Line",0),Ie.u=new he(Ie,"Rectangle",1),Ie.F=new he(Ie,"Ellipse",2),Ie.o=new he(Ie,"Path",3),Ie.V=null,Ie.hb="UuBbMmZzLlHhVvCcSsQqTtAaFfXx",Ie.className="Geometry",Ie.stringify=Ie.ia,Ie.fillPath=Ie.nb,Ie.parse=Ie.parse,Ie.Line=Ie.j,Ie.Rectangle=Ie.u,Ie.Ellipse=Ie.F,Ie.Path=Ie.o;function Ro(a,y,x,b,E){qi(this),x===void 0&&(x=!0),b===void 0&&(b=!0),E===void 0&&(E=!1),this.l=2|(x?4:0)|(b?8:0)|(E?16:0),a!==void 0?this.od=a:this.od=0,y!==void 0?this.pd=y:this.pd=0,this.pl=new Oe,this.sr=this.pl.Ja,this.fw=null}Ro.prototype.copy=function(){var a=new Ro;a.l=this.l&-2,a.od=this.od,a.pd=this.pd;for(var y=this.pl.s,x=y.length,b=a.pl,E=0;E<x;E++){var z=y[E].copy();b.add(z)}return a.sr=this.sr,a.fw=this.fw,a},xt=Ro.prototype,xt.Xa=function(a){if(!(a instanceof Ro&&Jt.B(this.startX,a.startX)&&Jt.B(this.startY,a.startY)))return!1;var y=this.segments.s;a=a.segments.s;var x=y.length;if(x!==a.length)return!1;for(var b=0;b<x;b++)if(!y[b].Xa(a[b]))return!1;return!0},xt.toString=function(a){a===void 0&&(a=-1);for(var y=0>a?"M"+this.startX.toString()+" "+this.startY.toString():"M"+this.startX.toFixed(a)+" "+this.startY.toFixed(a),x=this.segments.s,b=x.length,E=0;E<b;E++)y+=" "+x[E].toString(a);return y},xt.freeze=function(){this._isFrozen=!0;var a=this.segments;a.freeze();var y=a.s;a=a.length;for(var x=0;x<a;x++)y[x].freeze();return this},xt.ka=function(){this._isFrozen=!1;var a=this.segments;a.ka(),a=a.s;for(var y=a.length,x=0;x<y;x++)a[x].ka();return this},xt.Zu=function(){if(this._isInvalidBounds)return!0;var a=this.segments;if(this.sr!==a.Ja)return!0;a=a.s;for(var y=a.length,x=0;x<y;x++)if(a[x]._isInvalidBounds)return!0;return!1},xt.add=function(a){return this.pl.add(a),this},xt.ca=function(a,y,x){for(var b=this.startX,E=this.startY,z=b,tt=E,ot=this.segments.s,rt=ot.length,at=0;at<rt;at++){var ht=ot[at];switch(ht.type){case zo:z=ht.endX,tt=ht.endY,b=ht.endX,E=ht.endY;break;case Bi:if(Jt.Yb(b,E,ht.endX,ht.endY,x,a,y))return!0;b=ht.endX,E=ht.endY;break;case pr:if(Jt.cs(b,E,ht.point1X,ht.point1Y,ht.point2X,ht.point2Y,ht.endX,ht.endY,.5,a,y,x))return!0;b=ht.endX,E=ht.endY;break;case As:if(Jt.jv(b,E,ht.point1X,ht.point1Y,ht.endX,ht.endY,.5,a,y,x))return!0;b=ht.endX,E=ht.endY;break;case ko:case _s:var gt=ht.type===ko?Ss(ht,this):ra(ht,this,b,E),mt=gt.length,yt=ht.type===ko?ht.centerX:ht.endX,St=ht.type===ko?ht.centerY:ht.endY;if(mt===0){if(Jt.Yb(b,E,yt,St,x,a,y))return!0;b=yt,E=St;break}for(yt=null,St=0;St<mt;St++)if(yt=gt[St],St===0&&Jt.Yb(b,E,yt[0],yt[1],x,a,y)||Jt.cs(yt[0],yt[1],yt[2],yt[3],yt[4],yt[5],yt[6],yt[7],.5,a,y,x))return!0;yt!==null&&(b=yt[6],E=yt[7]);break;default:se("Unknown Segment type: "+ht.type)}if(ht.isClosed&&(b!==z||E!==tt)&&Jt.Yb(b,E,z,tt,x,a,y))return!0}return!1},be.Object.defineProperties(Ro.prototype,{_isFrozen:{get:function(){return(this.l&1)!==0},set:function(a){this.l=a?this.l|1:this.l&-2}},_isInvalidBounds:{get:function(){return(this.l&2)!==0},set:function(a){this.l=a?this.l|2:this.l&-3}},isFilled:{get:function(){return(this.l&4)!==0},set:function(a){this._isFrozen&&Cn(this,a),this.l=a?this.l|4:this.l&-5}},isShadowed:{get:function(){return(this.l&8)!==0},set:function(a){this._isFrozen&&Cn(this,a),this.l=a?this.l|8:this.l&-9}},isEvenOdd:{get:function(){return(this.l&16)!==0},set:function(a){this._isFrozen&&Cn(this,a),this.l=a?this.l|16:this.l&-17}},startX:{get:function(){return this.od},set:function(a){this._isFrozen&&Cn(this,a),this.od=a,this._isInvalidBounds=!0}},startY:{get:function(){return this.pd},set:function(a){this._isFrozen&&Cn(this,a),this.pd=a,this._isInvalidBounds=!0}},segments:{get:function(){return this.pl},set:function(a){this._isFrozen&&Cn(this,a),this.pl=a,this._isInvalidBounds=!0}}}),Ro.prototype.add=Ro.prototype.add,Ro.prototype.equalsApprox=Ro.prototype.Xa,Ro.className="PathFigure";function ui(a,y,x,b,E,z,tt,ot){qi(this),a===void 0&&(a=Bi),this.na=a,this.l=2,y!==void 0?this.Dc=y:this.Dc=0,x!==void 0?this.Ec=x:this.Ec=0,b===void 0&&(b=0),E===void 0&&(E=0),z===void 0&&(z=0),tt===void 0&&(tt=0),a===_s?(a=z%360,0>a&&(a+=360),this.Ne=a,this.Vh=0,this.Wh=Math.max(b,0),this.Pg=Math.max(E,0),typeof tt=="boolean"?tt&&(this.isLargeArc=!0):typeof tt=="number"&&tt&&(this.isLargeArc=!0),ot&&(this.isClockwiseArc=!0)):(this.Ne=b,this.Vh=E,a===ko&&(z=Math.max(z,0)),this.Wh=z,typeof tt=="number"?(a===ko&&(tt=Math.max(tt,0)),this.Pg=tt):this.Pg=0),this.ae=null}ui.prototype.copy=function(){var a=new ui;return a.na=this.na,a.l=this.l&-2,a.Dc=this.Dc,a.Ec=this.Ec,a.Ne=this.Ne,a.Vh=this.Vh,a.Wh=this.Wh,a.Pg=this.Pg,a},xt=ui.prototype,xt.Xa=function(a){if(!(a instanceof ui)||this.type!==a.type||this.isClosed!==a.isClosed)return!1;switch(this.type){case zo:case Bi:return Jt.B(this.endX,a.endX)&&Jt.B(this.endY,a.endY);case pr:return Jt.B(this.endX,a.endX)&&Jt.B(this.endY,a.endY)&&Jt.B(this.point1X,a.point1X)&&Jt.B(this.point1Y,a.point1Y)&&Jt.B(this.point2X,a.point2X)&&Jt.B(this.point2Y,a.point2Y);case As:return Jt.B(this.endX,a.endX)&&Jt.B(this.endY,a.endY)&&Jt.B(this.point1X,a.point1X)&&Jt.B(this.point1Y,a.point1Y);case ko:return Jt.B(this.startAngle,a.startAngle)&&Jt.B(this.sweepAngle,a.sweepAngle)&&Jt.B(this.centerX,a.centerX)&&Jt.B(this.centerY,a.centerY)&&Jt.B(this.radiusX,a.radiusX)&&Jt.B(this.radiusY,a.radiusY);case _s:return this.isClockwiseArc===a.isClockwiseArc&&this.isLargeArc===a.isLargeArc&&Jt.B(this.xAxisRotation,a.xAxisRotation)&&Jt.B(this.endX,a.endX)&&Jt.B(this.endY,a.endY)&&Jt.B(this.radiusX,a.radiusX)&&Jt.B(this.radiusY,a.radiusY);default:return!1}},xt.qb=function(a){a.classType===ui&&(this.type=a)},xt.toString=function(a){switch(a===void 0&&(a=-1),this.type){case zo:a=0>a?"M"+this.endX.toString()+" "+this.endY.toString():"M"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case Bi:a=0>a?"L"+this.endX.toString()+" "+this.endY.toString():"L"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case pr:a=0>a?"C"+this.point1X.toString()+" "+this.point1Y.toString()+" "+this.point2X.toString()+" "+this.point2Y.toString()+" "+this.endX.toString()+" "+this.endY.toString():"C"+this.point1X.toFixed(a)+" "+this.point1Y.toFixed(a)+" "+this.point2X.toFixed(a)+" "+this.point2Y.toFixed(a)+" "+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case As:a=0>a?"Q"+this.point1X.toString()+" "+this.point1Y.toString()+" "+this.endX.toString()+" "+this.endY.toString():"Q"+this.point1X.toFixed(a)+" "+this.point1Y.toFixed(a)+" "+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case ko:a=0>a?"B"+this.startAngle.toString()+" "+this.sweepAngle.toString()+" "+this.centerX.toString()+" "+this.centerY.toString()+" "+this.radiusX.toString()+" "+this.radiusY.toString():"B"+this.startAngle.toFixed(a)+" "+this.sweepAngle.toFixed(a)+" "+this.centerX.toFixed(a)+" "+this.centerY.toFixed(a)+" "+this.radiusX.toFixed(a)+" "+this.radiusY.toFixed(a);break;case _s:a=0>a?"A"+this.radiusX.toString()+" "+this.radiusY.toString()+" "+this.xAxisRotation.toString()+" "+(this.isLargeArc?1:0)+" "+(this.isClockwiseArc?1:0)+" "+this.endX.toString()+" "+this.endY.toString():"A"+this.radiusX.toFixed(a)+" "+this.radiusY.toFixed(a)+" "+this.xAxisRotation.toFixed(a)+" "+(this.isLargeArc?1:0)+" "+(this.isClockwiseArc?1:0)+" "+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;default:a=this.type.toString()}return a+(this.isClosed?"z":"")},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return this._isFrozen=!1,this},xt.close=function(){return this.isClosed=!0,this};function Ss(a,y){if(a.ae!==null&&y._isInvalidBounds===!1)return a.ae;var x=a.radiusX,b=a.radiusY;if(b===void 0&&(b=x),x===0||b===0)return a.ae=[],a.ae;y=a.Ne;var E=a.Vh,z=Jt.jx(0,0,x<b?x:b,a.startAngle,a.startAngle+a.sweepAngle,!1);if(x!==b){var tt=Wn.alloc();tt.reset(),x<b?tt.scale(1,b/x):tt.scale(x/b,1),Ie.Ha(z,tt),Wn.free(tt)}for(x=z.length,b=0;b<x;b++)tt=z[b],tt[0]+=y,tt[1]+=E,tt[2]+=y,tt[3]+=E,tt[4]+=y,tt[5]+=E,tt[6]+=y,tt[7]+=E;return a.ae=z,a.ae}function ra(a,y,x,b){function E(Lt,Bt,Ft,zt){return(Lt*zt<Bt*Ft?-1:1)*Math.acos((Lt*Ft+Bt*zt)/(Math.sqrt(Lt*Lt+Bt*Bt)*Math.sqrt(Ft*Ft+zt*zt)))}if(a.ae!==null&&y._isInvalidBounds===!1)return a.ae;if(a.radiusX===0||a.radiusY===0)return a.ae=[],a.ae;y=a.Wh;var z=a.Pg;y===0&&(y=1e-4),z===0&&(z=1e-4);var tt=Math.PI/180*a.Ne,ot=a.isLargeArc,rt=a.isClockwiseArc,at=a.Dc,ht=a.Ec,gt=Math.cos(tt),mt=Math.sin(tt),yt=gt*(x-at)/2+mt*(b-ht)/2;tt=-mt*(x-at)/2+gt*(b-ht)/2;var St=yt*yt/(y*y)+tt*tt/(z*z);return 1<St&&(y*=Math.sqrt(St),z*=Math.sqrt(St)),St=(ot===rt?-1:1)*Math.sqrt((y*y*z*z-y*y*tt*tt-z*z*yt*yt)/(y*y*tt*tt+z*z*yt*yt)),isNaN(St)&&(St=0),ot=St*y*tt/z,St=St*-z*yt/y,isNaN(ot)&&(ot=0),isNaN(St)&&(St=0),x=(x+at)/2+gt*ot-mt*St,b=(b+ht)/2+mt*ot+gt*St,ht=E(1,0,(yt-ot)/y,(tt-St)/z),gt=(yt-ot)/y,at=(tt-St)/z,yt=(-yt-ot)/y,ot=(-tt-St)/z,tt=E(gt,at,yt,ot),yt=(gt*yt+at*ot)/(Math.sqrt(gt*gt+at*at)*Math.sqrt(yt*yt+ot*ot)),-1>=yt?tt=Math.PI:1<=yt&&(tt=0),!rt&&0<tt&&(tt-=2*Math.PI),rt&&0>tt&&(tt+=2*Math.PI),rt=y>z?1:y/z,yt=y>z?z/y:1,y=Jt.jx(0,0,y>z?y:z,ht,ht+tt,!0),z=Wn.alloc(),z.reset(),z.translate(x,b),z.rotate(a.Ne,0,0),z.scale(rt,yt),Ie.Ha(y,z),Wn.free(z),a.ae=y,a.ae}be.Object.defineProperties(ui.prototype,{_isFrozen:{get:function(){return(this.l&1)!==0},set:function(a){this.l=a?this.l|1:this.l&-2}},_isInvalidBounds:{get:function(){return(this.l&2)!==0},set:function(a){this.l=a?this.l|2:this.l&-3}},isClosed:{get:function(){return(this.l&8)!==0},set:function(a){this.isClosed!==a&&(this.l=a?this.l|8:this.l&-9,this._isInvalidBounds=!0)}},type:{get:function(){return this.na},set:function(a){this._isFrozen&&Cn(this,a),this.na=a,this._isInvalidBounds=!0}},endX:{get:function(){return this.Dc},set:function(a){this._isFrozen&&Cn(this,a),this.Dc=a,this._isInvalidBounds=!0}},endY:{get:function(){return this.Ec},set:function(a){this._isFrozen&&Cn(this,a),this.Ec=a,this._isInvalidBounds=!0}},point1X:{get:function(){return this.Ne},set:function(a){this._isFrozen&&Cn(this,a),this.Ne=a,this._isInvalidBounds=!0}},point1Y:{get:function(){return this.Vh},set:function(a){this._isFrozen&&Cn(this,a),this.Vh=a,this._isInvalidBounds=!0}},point2X:{get:function(){return this.Wh},set:function(a){this._isFrozen&&Cn(this,a),this.Wh=a,this._isInvalidBounds=!0}},point2Y:{get:function(){return this.Pg},set:function(a){this._isFrozen&&Cn(this,a),this.Pg=a,this._isInvalidBounds=!0}},centerX:{get:function(){return this.Ne},set:function(a){this._isFrozen&&Cn(this,a),this.Ne=a,this._isInvalidBounds=!0}},centerY:{get:function(){return this.Vh},set:function(a){this._isFrozen&&Cn(this,a),this.Vh=a,this._isInvalidBounds=!0}},radiusX:{get:function(){return this.Wh},set:function(a){0>a&&Hn(a,">= zero",ui,"radiusX"),this._isFrozen&&Cn(this,a),this.Wh=a,this._isInvalidBounds=!0}},radiusY:{get:function(){return this.Pg},set:function(a){0>a&&Hn(a,">= zero",ui,"radiusY"),this._isFrozen&&Cn(this,a),this.Pg=a,this._isInvalidBounds=!0}},startAngle:{get:function(){return this.Dc},set:function(a){this._isFrozen&&Cn(this,a),a%=360,0>a&&(a+=360),this.Dc=a,this._isInvalidBounds=!0}},sweepAngle:{get:function(){return this.Ec},set:function(a){this._isFrozen&&Cn(this,a),360<a&&(a=360),-360>a&&(a=-360),this.Ec=a,this._isInvalidBounds=!0}},isClockwiseArc:{get:function(){return(this.l&4)!==0},set:function(a){this._isFrozen&&Cn(this,a),this.l=a?this.l|4:this.l&-5,this._isInvalidBounds=!0}},isLargeArc:{get:function(){return(this.l&16)!==0},set:function(a){this._isFrozen&&Cn(this,a),this.l=a?this.l|16:this.l&-17,this._isInvalidBounds=!0}},xAxisRotation:{get:function(){return this.Ne},set:function(a){this._isFrozen&&Cn(this,a),a%=360,0>a&&(a+=360),this.Ne=a,this._isInvalidBounds=!0}}}),ui.prototype.equalsApprox=ui.prototype.Xa;var zo=new he(ui,"Move",0),Bi=new he(ui,"Line",1),pr=new he(ui,"Bezier",2),As=new he(ui,"QuadraticBezier",3),ko=new he(ui,"Arc",4),_s=new he(ui,"SvgArc",4);ui.className="PathSegment",ui.Move=zo,ui.Line=Bi,ui.Bezier=pr,ui.QuadraticBezier=As,ui.Arc=ko,ui.SvgArc=_s;function Nr(){this.H=null,this.xu=new It(0,0).freeze(),this.mt=new It(0,0).freeze(),this.Bp=this.Rq=0,this.Cp=1,this.xq="",this.Wr=this.Tp=!1,this.Rp=this.Ep=0,this.xg=this.nq=this.tq=!1,this.Zp=null,this.Rr=0,this.xd=this.Nr=null}Nr.prototype.copy=function(){var a=new Nr;return this.clone(a)},Nr.prototype.clone=function(a){return a.H=this.H,a.xu.assign(this.viewPoint),a.mt.assign(this.documentPoint),a.Rq=this.Rq,a.Bp=this.Bp,a.Cp=this.Cp,a.xq=this.xq,a.Tp=this.Tp,a.Wr=this.Wr,a.Ep=this.Ep,a.Rp=this.Rp,a.tq=this.tq,a.nq=this.nq,a.xg=this.xg,a.Zp=this.Zp,a.Rr=this.Rr,a.Nr=this.Nr,a.xd=this.xd,a},Nr.prototype.toString=function(){var a="^";return this.modifiers!==0&&(a+="M:"+this.modifiers),this.button!==0&&(a+="B:"+this.button),this.key!==""&&(a+="K:"+this.key),this.clickCount!==0&&(a+="C:"+this.clickCount),this.delta!==0&&(a+="D:"+this.delta),this.handled&&(a+="h"),this.bubbles&&(a+="b"),this.documentPoint!==null&&(a+="@"+this.documentPoint.toString()),a},Nr.prototype.So=function(a,y){var x=this.diagram;return x===null||pc(x,a,y),y},Nr.prototype.Bz=function(a,y){var x=this.diagram;return x===null||(pc(x,a,y),y.assign(x.Ps(y))),y},be.Object.defineProperties(Nr.prototype,{diagram:{get:function(){return this.H},set:function(a){this.H=a}},viewPoint:{get:function(){return this.xu},set:function(a){this.xu.assign(a)}},documentPoint:{get:function(){return this.mt},set:function(a){this.mt.assign(a)}},modifiers:{get:function(){return this.Rq},set:function(a){this.Rq=a}},button:{get:function(){return this.Bp},set:function(a){if(this.Bp=a,this.event===null)switch(a){case 0:this.buttons=1;break;case 1:this.buttons=4;break;case 2:this.buttons=2}}},buttons:{get:function(){return this.Cp},set:function(a){this.Cp=a}},key:{get:function(){return this.xq},set:function(a){this.xq=a}},down:{get:function(){return this.Tp},set:function(a){this.Tp=a}},up:{get:function(){return this.Wr},set:function(a){this.Wr=a}},clickCount:{get:function(){return this.Ep},set:function(a){this.Ep=a}},delta:{get:function(){return this.Rp},set:function(a){this.Rp=a}},isMultiTouch:{get:function(){return this.tq},set:function(a){this.tq=a}},handled:{get:function(){return this.nq},set:function(a){this.nq=a}},bubbles:{get:function(){return this.xg},set:function(a){this.xg=a}},event:{get:function(){return this.Zp},set:function(a){this.Zp=a}},isTouchEvent:{get:function(){var a=this.event;return a===null?!1:a.pointerType==="touch"||a.pointerType==="pen"}},timestamp:{get:function(){return this.Rr},set:function(a){this.Rr=a}},targetDiagram:{get:function(){return this.Nr},set:function(a){this.Nr=a}},targetObject:{get:function(){return this.xd},set:function(a){this.xd=a}},control:{get:function(){return(this.modifiers&1)!==0},set:function(a){this.modifiers=a?this.modifiers|1:this.modifiers&-2}},shift:{get:function(){return(this.modifiers&4)!==0},set:function(a){this.modifiers=a?this.modifiers|4:this.modifiers&-5}},alt:{get:function(){return(this.modifiers&2)!==0},set:function(a){this.modifiers=a?this.modifiers|2:this.modifiers&-3}},meta:{get:function(){return(this.modifiers&8)!==0},set:function(a){this.modifiers=a?this.modifiers|8:this.modifiers&-9}},left:{get:function(){var a=this.event;return a===null||a.type!=="mousedown"&&a.type!=="mouseup"&&a.type!=="pointerdown"&&a.type!=="pointerup"?(this.buttons&1)!==0:this.button===0},set:function(a){this.buttons=a?this.buttons|1:this.buttons&-2}},right:{get:function(){var a=this.event;return a===null||a.type!=="mousedown"&&a.type!=="mouseup"&&a.type!=="pointerdown"&&a.type!=="pointerup"?(this.buttons&2)!==0:this.button===2},set:function(a){this.buttons=a?this.buttons|2:this.buttons&-3}},middle:{get:function(){var a=this.event;return a===null||a.type!=="mousedown"&&a.type!=="mouseup"&&a.type!=="pointerdown"&&a.type!=="pointerup"?(this.buttons&4)!==0:this.button===1},set:function(a){this.buttons=a?this.buttons|4:this.buttons&-5}}}),Nr.prototype.getMultiTouchDocumentPoint=Nr.prototype.Bz,Nr.prototype.getMultiTouchViewPoint=Nr.prototype.So,Nr.className="InputEvent";function hh(){this.H=null,this.xa="",this.ar=this.Lr=null}hh.prototype.copy=function(){var a=new hh;return a.H=this.H,a.xa=this.xa,a.Lr=this.Lr,a.ar=this.ar,a},hh.prototype.toString=function(){var a="*"+this.name;return this.subject!==null&&(a+=":"+this.subject.toString()),this.parameter!==null&&(a+="("+this.parameter.toString()+")"),a},be.Object.defineProperties(hh.prototype,{diagram:{get:function(){return this.H},set:function(a){this.H=a}},name:{get:function(){return this.xa},set:function(a){this.xa=a}},subject:{get:function(){return this.Lr},set:function(a){this.Lr=a}},parameter:{get:function(){return this.ar},set:function(a){this.ar=a}}}),hh.className="DiagramEvent";function Xi(){this.Fm=_i,this.rf=this.Qq="",this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null}Xi.prototype.clear=function(){this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null},Xi.prototype.copy=function(){var a=new Xi;a.Fm=this.Fm,a.Qq=this.Qq,a.rf=this.rf,a.cc=this.cc,a.H=this.H,a.Qn=this.Qn;var y=this.Sn;return a.Sn=je(y)&&typeof y.J=="function"?y.J():y,y=this.Rn,a.Rn=je(y)&&typeof y.J=="function"?y.J():y,y=this.Mn,a.Mn=je(y)&&typeof y.J=="function"?y.J():y,y=this.Ln,a.Ln=je(y)&&typeof y.J=="function"?y.J():y,a},Xi.prototype.qb=function(a){a.classType===Xi&&(this.change=a)},Xi.prototype.toString=function(){var a="";return a=this.change===xs?a+"* ":this.change===_i?a+(this.model!==null?"!m":"!d"):a+((this.model!==null?"!m":"!d")+this.change),this.propertyName&&typeof this.propertyName=="string"&&(a+=" "+this.propertyName),this.modelChange&&this.modelChange!==this.propertyName&&(a+=" "+this.modelChange),a+=": ",this.change===xs?this.oldValue!==null&&(a+=" "+this.oldValue):(this.object!==null&&(a+=Hi(this.object)),this.oldValue!==null&&(a+=" old: "+Hi(this.oldValue)),this.oldParam!==null&&(a+=" "+this.oldParam),this.newValue!==null&&(a+=" new: "+Hi(this.newValue)),this.newParam!==null&&(a+=" "+this.newParam)),a},Xi.prototype.I=function(a){return a?this.oldValue:this.newValue},Xi.prototype.Dz=function(a){return a?this.oldParam:this.newParam},Xi.prototype.canUndo=function(){return this.model!==null||this.diagram!==null},Xi.prototype.undo=function(){this.canUndo()&&(this.model!==null?this.model.changeState(this,!0):this.diagram!==null&&this.diagram.changeState(this,!0))},Xi.prototype.canRedo=function(){return this.model!==null||this.diagram!==null},Xi.prototype.redo=function(){this.canRedo()&&(this.model!==null?this.model.changeState(this,!1):this.diagram!==null&&this.diagram.changeState(this,!1))},be.Object.defineProperties(Xi.prototype,{model:{get:function(){return this.cc},set:function(a){this.cc=a}},diagram:{get:function(){return this.H},set:function(a){this.H=a}},change:{get:function(){return this.Fm},set:function(a){this.Fm=a}},modelChange:{get:function(){return this.Qq},set:function(a){this.Qq=a}},propertyName:{get:function(){return this.rf},set:function(a){this.rf=a}},isTransactionFinished:{get:function(){return this.Fm===xs&&(this.rf==="CommittedTransaction"||this.rf==="FinishedUndo"||this.rf==="FinishedRedo")}},object:{get:function(){return this.Qn},set:function(a){this.Qn=a}},oldValue:{get:function(){return this.Sn},set:function(a){this.Sn=a}},oldParam:{get:function(){return this.Rn},set:function(a){this.Rn=a}},newValue:{get:function(){return this.Mn},set:function(a){this.Mn=a}},newParam:{get:function(){return this.Ln},set:function(a){this.Ln=a}}}),Xi.prototype.redo=Xi.prototype.redo,Xi.prototype.canRedo=Xi.prototype.canRedo,Xi.prototype.undo=Xi.prototype.undo,Xi.prototype.canUndo=Xi.prototype.canUndo,Xi.prototype.getParam=Xi.prototype.Dz,Xi.prototype.getValue=Xi.prototype.I,Xi.prototype.clear=Xi.prototype.clear;var xs=new he(Xi,"Transaction",-1),_i=new he(Xi,"Property",0),yo=new he(Xi,"Insert",1),Ao=new he(Xi,"Remove",2);Xi.className="ChangedEvent",Xi.Transaction=xs,Xi.Property=_i,Xi.Insert=yo,Xi.Remove=Ao;function _o(){this.o=new Oe().freeze(),this.xa="",this.j=!1}_o.prototype.toString=function(a){var y="Transaction: "+this.name+" "+this.changes.count.toString()+(this.isComplete?"":", incomplete");if(a!==void 0&&0<a){a=this.changes.count;for(var x=0;x<a;x++){var b=this.changes.M(x);b!==null&&(y+=`
|
|
`+b.toString())}}return y},_o.prototype.clear=function(){var a=this.changes;a.ka();for(var y=a.count-1;0<=y;y--){var x=a.M(y);x!==null&&x.clear()}a.clear(),a.freeze()},_o.prototype.canUndo=function(){return this.isComplete},_o.prototype.undo=function(){if(this.canUndo())for(var a=this.changes.count-1;0<=a;a--){var y=this.changes.M(a);y!==null&&y.undo()}},_o.prototype.canRedo=function(){return this.isComplete},_o.prototype.redo=function(){if(this.canRedo())for(var a=this.changes.count,y=0;y<a;y++){var x=this.changes.M(y);x!==null&&x.redo()}},_o.prototype.ak=function(){if(this.isComplete){var a=this.changes;a.ka();for(var y=new yn,x=0;x<a.count;x++){var b=a.M(x);if(b!==null&&b.change===_i&&b.object){var E=y.get(b.object);E||(E=new yn,y.set(b.object,E));var z=E.get(b.propertyName);z===null?E.set(b.propertyName,-1):(0<z&&a.cd(z,null),E.set(b.propertyName,x))}}for(x=y=0;x<a.count;x++)b=a.M(x),b!==null&&(x>y&&a.cd(y,b),y++);for(;a.length>y;)a.pop();a.freeze()}},be.Object.defineProperties(_o.prototype,{changes:{get:function(){return this.o}},name:{get:function(){return this.xa},set:function(a){this.xa=a}},isComplete:{get:function(){return this.j},set:function(a){this.j=a}}}),_o.prototype.optimize=_o.prototype.ak,_o.prototype.redo=_o.prototype.redo,_o.prototype.canRedo=_o.prototype.canRedo,_o.prototype.undo=_o.prototype.undo,_o.prototype.canUndo=_o.prototype.canUndo,_o.prototype.clear=_o.prototype.clear,_o.className="Transaction";function Zi(){this.Pt=new Ge,this.Jd=!1,this.u=new Oe().freeze(),this.Ce=-1,this.o=999,this.Fe=!1,this.Np=null,this.bi=0,this.j=!1,this.Ie=new Oe().freeze(),this.hl=new Oe,this.tt=!0,this.Dt=this.rq=this.Gt=this.Ft=!1}Zi.prototype.toString=function(a){var y="UndoManager "+this.historyIndex+"<"+this.history.count+"<="+this.maxHistoryLength;y+="[";for(var x=this.nestedTransactionNames.count,b=0;b<x;b++)0<b&&(y+=" "),y+=this.nestedTransactionNames.M(b);if(y+="]",a!==void 0&&0<a)for(x=this.history.count,b=0;b<x;b++)y+=`
|
|
`+this.history.M(b).toString(a-1);return y},Zi.prototype.clear=function(){var a=this.history;a.ka();for(var y=a.count-1;0<=y;y--){var x=a.M(y);x!==null&&x.clear()}a.clear(),this.Ce=-1,a.freeze(),this.Fe=!1,this.Np=null,this.bi=0,this.Ie.ka(),this.Ie.clear(),this.Ie.freeze(),this.hl.clear(),this.Dt=this.rq=this.Gt=this.Ft=!1},Zi.prototype.copyProperties=function(a){this.isEnabled=a.isEnabled,this.maxHistoryLength=a.maxHistoryLength,this.checksTransactionLevel=a.checksTransactionLevel},xt=Zi.prototype,xt.Xw=function(a){this.Pt.add(a)},xt.Rx=function(a){this.Pt.remove(a)},xt.Ea=function(a){if(a===void 0&&(a=""),a===null&&(a=""),this.isUndoingRedoing)return!1;this.tt===!0&&(this.tt=!1,this.bi++,this.isInternalTransaction||this.Ob("StartingFirstTransaction",a,this.currentTransaction),0<this.bi&&this.bi--),this.isEnabled&&(this.Ie.ka(),this.Ie.add(a),this.Ie.freeze(),this.currentTransaction===null?this.hl.add(0):this.hl.add(this.currentTransaction.changes.count)),this.bi++;var y=this.transactionLevel===1;return y&&(this.isInternalTransaction||this.Ob("StartedTransaction",a,this.currentTransaction)),y},xt.eb=function(a){return a===void 0&&(a=""),Qh(this,!0,a)},xt.Kf=function(){return Qh(this,!1,"")};function Qh(a,y,x){if(a.isUndoingRedoing)return!1;a.checksTransactionLevel&&1>a.transactionLevel&&pi("Ending transaction without having started a transaction: "+x);var b=a.transactionLevel===1,E=a.currentTransaction;b&&y&&(a.isInternalTransaction||a.Ob("CommittingTransaction",x,E));var z=0;if(0<a.transactionLevel&&(a.bi--,a.isEnabled)){var tt=a.Ie.count;0<tt&&(x===""&&(x=a.Ie.M(0)),a.Ie.ka(),a.Ie.mb(tt-1),a.Ie.freeze()),tt=a.hl.count,0<tt&&(z=a.hl.M(tt-1),a.hl.mb(tt-1))}if(b){if(y)a.rq=!1,E===null&&x!==""&&(E=a.currentTransaction),a.isEnabled&&E!==null&&(E.isComplete||(E.isComplete=!0,E.name=x),a.lx(),y=a.history,y.ka(),b=a.maxHistoryLength,0<=b&&(b===0?y.clear():y.count>=b&&(z=y.M(0),z!==null&&z.clear(),y.mb(0),a.Ce--)),b===0||y.count!==0&&y.get(y.count-1)===E||(y.add(E),a.Ce++),y.freeze()),a.isInternalTransaction||a.Ob("CommittedTransaction",x,E);else{a.Fe=!0;try{a.isEnabled&&E!==null&&(E.isComplete=!0,E.undo())}finally{a.isInternalTransaction||a.Ob("RolledBackTransaction",x,E),a.Fe=!1}E!==null&&E.clear()}return a.Np=null,a.isPendingClear&&a.clear(),a.isPendingClear=!1,a.isPendingUnmodified=!1,!0}if(a.isEnabled&&!y&&E!==null){for(a=z,x=E.changes,E=x.count-1;E>=a;E--)y=x.M(E),y!==null&&y.undo(),x.ka(),x.mb(E);x.freeze()}return!1}xt.lx=function(){if(!this.isUndoingRedoing&&this.canRedo()){var a=this.history;a.ka();for(var y=a.count-1;y>this.historyIndex;y--){var x=a.M(y);x!==null&&x.clear(),a.mb(y),this.rq=!0}a.freeze()}},Zi.prototype.canUndo=function(){if(!this.isEnabled||0<this.transactionLevel)return!1;var a=this.transactionToUndo;return!!(a!==null&&a.canUndo())},Zi.prototype.undo=function(){if(this.canUndo()){var a=this.transactionToUndo;try{this.Fe=!0,this.Ob("StartingUndo","Undo",a),this.Ce--,a.undo()}catch(y){pi("undo error: "+y.toString())}finally{this.Ob("FinishedUndo","Undo",a),this.Fe=!1}}},Zi.prototype.canRedo=function(){if(!this.isEnabled||0<this.transactionLevel)return!1;var a=this.transactionToRedo;return!!(a!==null&&a.canRedo())},Zi.prototype.redo=function(){if(this.canRedo()){var a=this.transactionToRedo;try{this.Fe=!0,this.Ob("StartingRedo","Redo",a),this.Ce++,a.redo()}catch(y){pi("redo error: "+y.toString())}finally{this.Ob("FinishedRedo","Redo",a),this.Fe=!1}}},Zi.prototype.Ob=function(a,y,x){x===void 0&&(x=null);var b=new Xi;for(b.change=xs,b.propertyName=a,b.object=x,b.oldValue=y,a=this.models;a.next();)y=a.value,b.model=y,y.ds(b)},Zi.prototype.Tu=function(a){if(this.isEnabled&&!this.isUndoingRedoing&&!this.skipsEvent(a)){var y=this.currentTransaction;y===null&&(this.Np=y=new _o);var x=a.copy();y=y.changes,y.ka(),y.add(x),y.freeze(),this.checksTransactionLevel&&0>=this.transactionLevel&&!this.tt&&(a=a.diagram,a!==null&&a.pi===!1||pi("Change not within a transaction: "+x.toString()))}},Zi.prototype.skipsEvent=function(a){if(a===null||0>a.change.value)return!0;if(a=a.object,a===null)return!1;if(a.layer!==void 0){if(a=a.layer,a!==null&&a.isTemporary)return!0}else if(a.isTemporary)return!0;return!1},be.Object.defineProperties(Zi.prototype,{models:{get:function(){return this.Pt.iterator}},isEnabled:{get:function(){return this.Jd},set:function(a){this.Jd=a}},transactionToUndo:{get:function(){return 0<=this.historyIndex&&this.historyIndex<=this.history.count-1?this.history.M(this.historyIndex):null}},transactionToRedo:{get:function(){return this.historyIndex<this.history.count-1?this.history.M(this.historyIndex+1):null}},isUndoingRedoing:{get:function(){return this.Fe}},history:{get:function(){return this.u}},maxHistoryLength:{get:function(){return this.o},set:function(a){this.o=a}},historyIndex:{get:function(){return this.Ce}},currentTransaction:{get:function(){return this.Np}},transactionLevel:{get:function(){return this.bi}},isInTransaction:{get:function(){return 0<this.bi}},checksTransactionLevel:{get:function(){return this.j},set:function(a){this.j=a}},nestedTransactionNames:{get:function(){return this.Ie}},isPendingClear:{get:function(){return this.Ft},set:function(a){this.Ft=a}},isPendingUnmodified:{get:function(){return this.Gt},set:function(a){this.Gt=a}},isInternalTransaction:{get:function(){return this.Dt},set:function(a){this.Dt=a}},isJustDiscarded:{get:function(){return this.rq}}}),Zi.prototype.handleChanged=Zi.prototype.Tu,Zi.prototype.redo=Zi.prototype.redo,Zi.prototype.undo=Zi.prototype.undo,Zi.prototype.canUndo=Zi.prototype.canUndo,Zi.prototype.discardHistoryAfterIndex=Zi.prototype.lx,Zi.prototype.rollbackTransaction=Zi.prototype.Kf,Zi.prototype.commitTransaction=Zi.prototype.eb,Zi.prototype.startTransaction=Zi.prototype.Ea,Zi.prototype.removeModel=Zi.prototype.Rx,Zi.prototype.addModel=Zi.prototype.Xw,Zi.prototype.clear=Zi.prototype.clear,Zi.className="UndoManager";function li(){qi(this),this.H=cl,this.xa="",this.Jd=!0,this.nb=!1,this.wm=null,this.yy=new Nr,this.Zr=-1}li.prototype.toString=function(){return this.name!==""?this.name+" Tool":jn(this.constructor)},li.prototype.updateAdornments=function(){},li.prototype.canStart=function(){return this.isEnabled},li.prototype.doStart=function(){},li.prototype.doActivate=function(){this.isActive=!0},li.prototype.doDeactivate=function(){this.isActive=!1},li.prototype.doStop=function(){},li.prototype.doCancel=function(){this.transactionResult=null,this.stopTool()},li.prototype.stopTool=function(){var a=this.diagram;a.currentTool===this&&(a.currentTool=null,a.currentCursor="")},li.prototype.doMouseDown=function(){!this.isActive&&this.canStart()&&this.doActivate()},li.prototype.doMouseMove=function(){},li.prototype.doMouseUp=function(){this.stopTool()},li.prototype.doMouseWheel=function(){},li.prototype.canStartMultiTouch=function(){return!0},li.prototype.standardPinchZoomStart=function(){var a=this.diagram,y=a.lastInput,x=y.So(0,It.allocAt(NaN,NaN)),b=y.So(1,It.allocAt(NaN,NaN));if(x.w()&&b.w()&&(this.doCancel(),a.Ql("hasGestureZoom"))){a.Bw=a.scale;var E=b.x-x.x,z=b.y-x.y;a.Jw=Math.sqrt(E*E+z*z),y.bubbles=!1}It.free(x),It.free(b)},li.prototype.standardPinchZoomMove=function(){var a=this.diagram,y=a.lastInput,x=y.So(0,It.allocAt(NaN,NaN)),b=y.So(1,It.allocAt(NaN,NaN));if(x.w()&&b.w()&&(this.doCancel(),a.Ql("hasGestureZoom"))){var E=b.x-x.x,z=b.y-x.y;z=Math.sqrt(E*E+z*z)/a.Jw,E=new It((Math.min(b.x,x.x)+Math.max(b.x,x.x))/2,(Math.min(b.y,x.y)+Math.max(b.y,x.y))/2),z*=a.Bw;var tt=a.commandHandler;if(z!==a.scale&&tt.canResetZoom(z)){var ot=a.zoomPoint;a.zoomPoint=E,tt.resetZoom(z),a.zoomPoint=ot}y.bubbles=!1}It.free(x),It.free(b)},li.prototype.doKeyDown=function(){this.diagram.lastInput.key==="Esc"&&this.doCancel()},li.prototype.doKeyUp=function(){},li.prototype.Ea=function(a){return a===void 0&&(a=this.name),this.transactionResult=null,this.diagram.Ea(a)},li.prototype.stopTransaction=function(){var a=this.diagram;return this.transactionResult===null?a.Kf():a.eb(this.transactionResult)},li.prototype.standardMouseSelect=function(){var a=this.diagram;if(a.allowSelect){var y=a.lastInput,x=a.Ol(y.documentPoint,!1);if(x!==null){if(hr?y.meta:y.control){for(a.R("ChangingSelection",a.selection),y=x;y!==null&&!y.canSelect();)y=y.containingGroup;y!==null&&(y.isSelected=!y.isSelected),a.R("ChangedSelection",a.selection)}else if(y.shift){if(!x.isSelected){for(a.R("ChangingSelection",a.selection),y=x;y!==null&&!y.canSelect();)y=y.containingGroup;y!==null&&(y.isSelected=!0),a.R("ChangedSelection",a.selection)}}else if(!x.isSelected){for(y=x;y!==null&&!y.canSelect();)y=y.containingGroup;y!==null&&a.select(y)}}else!y.left||(hr?y.meta:y.control)||y.shift||a.clearSelection()}},li.prototype.standardMouseClick=function(a,y){a===void 0&&(a=null),y===void 0&&(y=function(E){return!E.layer.isTemporary});var x=this.diagram,b=x.lastInput;return a=x.ic(b.documentPoint,a,y),b.targetObject=a,Dp(a,b,x),b.handled};function Dp(a,y,x){if(y.handled=!1,a===null||a.If()){var b=0;y.left?b=y.clickCount===1?1:y.clickCount===2?2:1:y.right&&y.clickCount===1&&(b=3);var E="ObjectSingleClicked";if(a!==null){switch(b){case 1:E="ObjectSingleClicked";break;case 2:E="ObjectDoubleClicked";break;case 3:E="ObjectContextClicked"}b!==0&&x.R(E,a)}else{switch(b){case 1:E="BackgroundSingleClicked";break;case 2:E="BackgroundDoubleClicked";break;case 3:E="BackgroundContextClicked"}b!==0&&x.R(E)}if(a!==null)for(;a!==null;){switch(x=null,b){case 1:x=a.click;break;case 2:x=a.doubleClick?a.doubleClick:a.click;break;case 3:x=a.contextClick}if(x!==null&&(x(y,a),y.handled))break;a=a.panel}else{switch(a=null,b){case 1:a=x.click;break;case 2:a=x.doubleClick?x.doubleClick:x.click;break;case 3:a=x.contextClick}a!==null&&a(y)}}}li.prototype.standardMouseOver=function(){var a=this.diagram,y=a.lastInput;if(a.animationManager.zb!==!0){var x=a.skipsUndoManager;a.skipsUndoManager=!0;var b=a.viewportBounds.ca(y.documentPoint)?a.ic(y.documentPoint,null,null):null;!y.event||y.event.type!=="pointercancel"&&y.event.type!=="pointerout"||(b=null),y.targetObject=b;var E=!1;if(b!==a.Ck){var z=a.Ck,tt=z;for(a.Ck=b,this.doCurrentObjectChanged(z,b),y.handled=!1;z!==null;){var ot=z.mouseLeave;if(ot!==null&&(b===z||b!==null&&b.rg(z)||(ot(y,z,b),E=!0,y.handled)))break;z=z.panel}for(z=tt,y.handled=!1;b!==null&&(tt=b.mouseEnter,!(tt!==null&&(z===b||z!==null&&z.rg(b)||(tt(y,b,z),E=!0,y.handled))));)b=b.panel;b=a.Ck}if(b!==null){for(z=b,tt="";z!==null&&(tt=z.cursor,tt==="");)z=z.panel;for(a.currentCursor=tt,y.handled=!1,z=b;z!==null&&(b=z.mouseOver,!(b!==null&&(b(y,z),E=!0,y.handled)));)z=z.panel}else this.doUpdateCursor(null),b=a.mouseOver,b!==null&&(b(y),E=!0);E&&a.$b(),a.skipsUndoManager=x}},li.prototype.doUpdateCursor=function(){var a=this.diagram;a&&(a.currentCursor="")},li.prototype.doCurrentObjectChanged=function(){},li.prototype.standardMouseWheel=function(){var a=this.diagram,y=a.lastInput,x=y.delta;if(x!==0&&a.documentBounds.w()){var b=a.commandHandler,E=a.toolManager.mouseWheelBehavior;if(b!==null&&(E===Bd&&!y.shift||E===Uu&&y.control))(0<x?b.canIncreaseZoom():b.canDecreaseZoom())&&(E=a.zoomPoint,a.zoomPoint=y.viewPoint,0<x?b.increaseZoom():b.decreaseZoom(),a.zoomPoint=E),y.bubbles=!1;else if(E===Bd&&y.shift||E===Uu&&!y.control){b=a.position.copy();var z=y.event;E=z.deltaMode;var tt=z.deltaX;z=z.deltaY;var ot="pixel";if(tt===0&&z===0||y.shift)!y.shift&&a.allowVerticalScroll?(x=3*x*a.scrollVerticalLineChange,a.scroll(ot,0<x?"up":"down",Math.abs(x))):y.shift&&a.allowHorizontalScroll&&(x=3*x*a.scrollHorizontalLineChange,a.scroll(ot,0<x?"left":"right",Math.abs(x)));else{switch(E){case 0:ot="pixel";break;case 1:ot="line";break;case 2:ot="page"}tt!==0&&a.allowHorizontalScroll&&(tt*=a.scrollHorizontalLineChange/16,a.scroll(ot,0<tt?"right":"left",Math.abs(tt))),z!==0&&a.allowVerticalScroll&&(z*=a.scrollVerticalLineChange/16,a.scroll(ot,0<z?"down":"up",Math.abs(z)))}this.doWheelChange(a,b,y)}}},li.prototype.doWheelChange=function(a,y,x){a.position.D(y)&&x.event.wheelDeltaX===0||(x.bubbles=!1)},li.prototype.standardWaitAfter=function(a,y){y===void 0&&(y=this.diagram.lastInput),this.cancelWaitAfter();var x=this,b=y.clone(this.yy);this.Zr=ci(function(){x.doWaitAfter(b)},a)},li.prototype.cancelWaitAfter=function(){this.Zr!==-1&&ce.clearTimeout(this.Zr),this.Zr=-1},li.prototype.doWaitAfter=function(){},li.prototype.findToolHandleAt=function(a,y){return a=this.diagram.ic(a,function(x){for(;x!==null&&!(x.panel instanceof hi);)x=x.panel;return x}),a===null?null:a.part.category===y?a:null},li.prototype.isBeyondDragSize=function(a,y){var x=this.diagram;a===void 0&&(a=x.firstInput.viewPoint),y===void 0&&(y=x.lastInput.viewPoint);var b=x.toolManager.dragSize,E=b.width;return b=b.height,x.firstInput.isTouchEvent&&(E+=6,b+=6),Math.abs(y.x-a.x)>E||Math.abs(y.y-a.y)>b},be.Object.defineProperties(li.prototype,{diagram:{get:function(){return this.H},set:function(a){a instanceof ne&&(this.H=a)}},name:{get:function(){return this.xa},set:function(a){this.xa=a}},isEnabled:{get:function(){return this.Jd},set:function(a){this.Jd=a}},isActive:{get:function(){return this.nb},set:function(a){this.nb=a}},transactionResult:{get:function(){return this.wm},set:function(a){this.wm=a}}}),li.prototype.startTransaction=li.prototype.Ea,li.className="Tool";function Vi(){li.call(this),this.name="ToolManager",this.hb=new Oe,this.ob=new Oe,this.Hb=new Oe,this.F=this.V=850,this.o=new Ye(2,2).ja(),this.Ha=5e3,this.ia=Uu,this.u=Of,this.Mp=this.j=null,this.zj=-1}re(Vi,li),Vi.prototype.initializeStandardTools=function(){},Vi.prototype.updateAdornments=function(a){var y=this.currentToolTip;if(y instanceof hi&&this.Mp===a){var x=y.adornedObject;(a!==null?x.part===a:x===null)?this.showToolTip(y,x):this.hideToolTip()}},Vi.prototype.doMouseDown=function(){var a=this.diagram,y=a.lastInput;if(y.isTouchEvent&&this.gestureBehavior===zl&&(y.bubbles=!1),y.isMultiTouch){if(this.cancelWaitAfter(),this.gestureBehavior===$h){y.bubbles=!0;return}if(this.gestureBehavior===zl)return;if(a.currentTool.canStartMultiTouch()){a.currentTool.standardPinchZoomStart();return}}for(var x=this.mouseDownTools.length,b=0;b<x;b++){var E=this.mouseDownTools.M(b);if(E.diagram=this.diagram,E.canStart()){a.doFocus(),a.currentTool=E,a.currentTool===E&&(E.isActive||E.doActivate(),E.doMouseDown());return}}a.lastInput.button===1&&(this.mouseWheelBehavior===Uu?this.mouseWheelBehavior=Bd:this.mouseWheelBehavior===Bd&&(this.mouseWheelBehavior=Uu)),this.doActivate(),this.standardWaitAfter(this.holdDelay,y)},Vi.prototype.doMouseMove=function(){var a=this.diagram,y=a.lastInput;if(y.isMultiTouch){if(this.gestureBehavior===$h){y.bubbles=!0;return}if(this.gestureBehavior===zl)return;if(a.currentTool.canStartMultiTouch()){a.currentTool.standardPinchZoomMove();return}}if(this.isActive)for(var x=this.mouseMoveTools.length,b=0;b<x;b++){var E=this.mouseMoveTools.M(b);if(E.diagram=this.diagram,E.canStart()){a.doFocus(),a.currentTool=E,a.currentTool===E&&(E.isActive||E.doActivate(),E.doMouseMove());return}}Op(this,a),a=y.event,a===null||a.type!=="pointermove"&&a.cancelable||(y.bubbles=!0)};function Op(a,y){a.standardMouseOver(),a.isBeyondDragSize()&&a.standardWaitAfter(a.isActive?a.holdDelay:a.hoverDelay,y.lastInput)}Vi.prototype.doCurrentObjectChanged=function(a,y){a=this.currentToolTip,a===null||y!==null&&a instanceof hi&&(y===a||y.rg(a))||this.hideToolTip()},Vi.prototype.doWaitAfter=function(a){var y=this.diagram;y.ta!==null&&(this.doMouseHover(),this.isActive||this.doToolTip(),a.isTouchEvent&&!y.lastInput.handled&&(a=a.copy(),a.button=2,a.buttons=2,y.lastInput=a,y.qu=!0,y.doMouseUp()))},Vi.prototype.doMouseHover=function(){var a=this.diagram,y=a.lastInput;y.targetObject===null&&(y.targetObject=a.ic(y.documentPoint,null,null));var x=y.targetObject;if(x!==null)for(y.handled=!1;x!==null&&(a=this.isActive?x.mouseHold:x.mouseHover,!(a!==null&&(a(y,x),y.handled)));)x=x.panel;else x=this.isActive?a.mouseHold:a.mouseHover,x!==null&&x(y)},Vi.prototype.doToolTip=function(){var a=this.diagram,y=a.lastInput;if(y.targetObject===null&&(y.targetObject=a.ic(y.documentPoint,null,null)),y=y.targetObject,y!==null){if(a=this.currentToolTip,!(a instanceof hi)||y!==a&&!y.rg(a)){for(;y!==null;){if(a=y.toolTip,a!==null){this.showToolTip(a,y);return}y=y.panel}this.hideToolTip()}}else y=a.toolTip,y!==null?this.showToolTip(y,null):this.hideToolTip()},Vi.prototype.showToolTip=function(a,y){var x=this.diagram;if(a!==this.currentToolTip&&this.hideToolTip(),a instanceof hi){a.layerName="Tool",a.selectable=!1,a.scale=1/x.scale,a.category="ToolTip",a.placeholder!==null&&(a.placeholder.scale=x.scale);var b=a.diagram;b!==null&&b!==x&&b.remove(a),x.add(a),y!==null?a.adornedObject=y:a.data=x.model,a.Va(),this.positionToolTip(a,y)}else a instanceof Xa&&a!==this.currentToolTip&&a.show(y,x,this);if(this.currentToolTip=a,this.zj!==-1&&(ce.clearTimeout(this.zj),this.zj=-1),a=this.toolTipDuration,0<a&&a!==1/0){var E=this;this.zj=ci(function(){E.hideToolTip()},a)}},Vi.prototype.positionToolTip=function(a){if(a.placeholder===null){var y=this.diagram,x=y.lastInput.documentPoint.copy(),b=a.measuredBounds,E=y.viewportBounds;y.lastInput.isTouchEvent&&(x.x-=b.width),x.x+b.width>E.right&&(x.x-=b.width+5/y.scale),x.x<E.x&&(x.x=E.x),x.y=x.y+20/y.scale+b.height>E.bottom?x.y-(b.height+5/y.scale):x.y+20/y.scale,x.y<E.y&&(x.y=E.y),a.position=x}},Vi.prototype.hideToolTip=function(){this.zj!==-1&&(ce.clearTimeout(this.zj),this.zj=-1);var a=this.diagram,y=this.currentToolTip;y!==null&&(y instanceof hi?(a.remove(y),this.Mp!==null&&this.Mp.Jf(y.category),y.data=null,y.adornedObject=null):y instanceof Xa&&y.hide!==null&&y.hide(a,this),this.currentToolTip=null)},Vi.prototype.doMouseUp=function(){this.cancelWaitAfter();var a=this.diagram;if(this.isActive)for(var y=this.mouseUpTools.length,x=0;x<y;x++){var b=this.mouseUpTools.M(x);if(b.diagram=this.diagram,b.canStart()){a.doFocus(),a.currentTool=b,a.currentTool===b&&(b.isActive||b.doActivate(),b.doMouseUp());return}}a.doFocus(),this.doDeactivate()},Vi.prototype.doMouseWheel=function(){this.standardMouseWheel()},Vi.prototype.doKeyDown=function(){var a=this.diagram;a.commandHandler!==null&&a.commandHandler.doKeyDown()},Vi.prototype.doKeyUp=function(){var a=this.diagram;a.commandHandler!==null&&a.commandHandler.doKeyUp()},Vi.prototype.findTool=function(a){for(var y=this.mouseDownTools.length,x=0;x<y;x++){var b=this.mouseDownTools.M(x);if(b.name===a)return b}for(y=this.mouseMoveTools.length,x=0;x<y;x++)if(b=this.mouseMoveTools.M(x),b.name===a)return b;for(y=this.mouseUpTools.length,x=0;x<y;x++)if(b=this.mouseUpTools.M(x),b.name===a)return b;return null},Vi.prototype.replaceTool=function(a,y){y!==null&&(y.diagram=this.diagram);for(var x=this.mouseDownTools.length,b=0;b<x;b++){var E=this.mouseDownTools.M(b);if(E.name===a)return y!==null?this.mouseDownTools.cd(b,y):this.mouseDownTools.mb(b),E}for(x=this.mouseMoveTools.length,b=0;b<x;b++)if(E=this.mouseMoveTools.M(b),E.name===a)return y!==null?this.mouseMoveTools.cd(b,y):this.mouseMoveTools.mb(b),E;for(x=this.mouseUpTools.length,b=0;b<x;b++)if(E=this.mouseUpTools.M(b),E.name===a)return y!==null?this.mouseUpTools.cd(b,y):this.mouseUpTools.mb(b),E;return null},Vi.prototype.gb=function(a,y,x){y!==null&&(y.name=a,y.diagram=this.diagram),this.findTool(a)?this.replaceTool(a,y):y!==null&&x.add(y)},be.Object.defineProperties(Vi.prototype,{mouseWheelBehavior:{get:function(){return this.ia},set:function(a){this.ia=a}},gestureBehavior:{get:function(){return this.u},set:function(a){this.u=a}},currentToolTip:{get:function(){return this.j},set:function(a){this.j=a,this.Mp=a!==null&&a instanceof hi?a.adornedPart:null}},mouseDownTools:{get:function(){return this.hb}},mouseMoveTools:{get:function(){return this.ob}},mouseUpTools:{get:function(){return this.Hb}},hoverDelay:{get:function(){return this.V},set:function(a){this.V=a}},holdDelay:{get:function(){return this.F},set:function(a){this.F=a}},dragSize:{get:function(){return this.o},set:function(a){this.o=a.J()}},toolTipDuration:{get:function(){return this.Ha},set:function(a){this.Ha=a}}}),Vi.prototype.replaceStandardTool=Vi.prototype.gb;var Uu=new he(Vi,"WheelScroll",0),Bd=new he(Vi,"WheelZoom",1),Qg=new he(Vi,"WheelNone",2),Of=new he(Vi,"GestureZoom",3),zl=new he(Vi,"GestureCancel",4),$h=new he(Vi,"GestureNone",5);Vi.className="ToolManager",Vi.WheelScroll=Uu,Vi.WheelZoom=Bd,Vi.WheelNone=Qg,Vi.GestureZoom=Of,Vi.GestureCancel=zl,Vi.GestureNone=$h;function Ji(){li.call(this),this.name="Dragging",this.u=this.Sw=this.ob=!0,this.o=this.Ha=this.V=this.Oe=null,this.Ym=this.Hb=!1,this.tl=new It(NaN,NaN),this.Fr=new It,this.hb=!0,this.Ik=100,this.Cg=[],this.te=new Ge().freeze(),this.ia=new st,this.Bn=null,this.F="copy",this.Oc="",this.Pc="no-drop"}var fl;re(Ji,li),Ji.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(a.isReadOnly&&!a.allowDragOut||!a.allowMove&&!a.allowCopy&&!a.allowDragOut||!a.allowSelect)return!1;var y=a.lastInput;return!y.left||a.currentTool!==this&&(!this.isBeyondDragSize()||y.isTouchEvent&&y.timestamp-a.firstInput.timestamp<this.Ik)?!1:this.findDraggablePart()!==null},Ji.prototype.findDraggablePart=function(){var a=this.diagram;if(a=a.Ol(a.firstInput.documentPoint,!1),a===null)return null;for(;a!==null&&!a.canSelect();)a=a.containingGroup;return a!==null&&(a.canMove()||a.canCopy())?a:null},Ji.prototype.standardMouseSelect=function(){var a=this.diagram;if(a.allowSelect){var y=a.Ol(a.firstInput.documentPoint,!1);if(y!==null){for(;y!==null&&!y.canSelect();)y=y.containingGroup;this.currentPart=y,this.currentPart===null||this.currentPart.isSelected||(a.R("ChangingSelection",a.selection),y=a.lastInput,(hr?y.meta:y.control)||y.shift||a.clearSelection(!0),this.currentPart.isSelected=!0,a.R("ChangedSelection",a.selection))}}},Ji.prototype.doActivate=function(){var a=this.diagram;this.Bn=null,this.currentPart===null&&this.standardMouseSelect();var y=this.currentPart;y!==null&&(y.canMove()||y.canCopy())&&(a.Fu(!0),rr=null,this.isActive=!0,this.tl.set(a.position),If(this,a.selection),this.Cg.length=0,a.animationManager.Cc(),this.draggedParts=this.computeEffectiveCollection(a.selection,this.dragOptions),this.Sw=this.diagram.layout.isRealtime,this.diagram.layout.isRealtime=!1,a.Ns=!0,a.Gf("temporaryPixelRatio")===!0&&30<a.$w&&ts(a),$f(a,this.draggedParts),this.Ea("Drag"),this.startPoint=a.firstInput.documentPoint,a.isMouseCaptured=!0,a.allowDragOut&&(this.isDragOutStarted=!0,this.Ym=!1,rr=this,ch=this.diagram,this.doSimulatedDragOut()))};function If(a,y){if(a.dragsLink){var x=a.diagram;x.allowRelink&&(x.model.Wj()&&y.count===1&&y.first()instanceof Ae?(a.draggedLink=y.first(),a.draggedLink.canRelinkFrom()&&a.draggedLink.canRelinkTo()&&a.draggedLink.Ej(),a.Oe=x.toolManager.findTool("Relinking"),a.Oe===null&&(a.Oe=new Bs,a.Oe.diagram=x),a.Oe.originalLink=a.draggedLink):(a.draggedLink=null,a.Oe=null))}}Ji.prototype.computeEffectiveCollection=function(a,y){return this.diagram.commandHandler.computeEffectiveCollection(a,y)},Ji.prototype.Pd=function(a){return a===void 0?new Yl(er):this.isGridSnapEnabled?new Yl(new It(Math.round(1e3*a.x)/1e3,Math.round(1e3*a.y)/1e3)):new Yl(a.copy())},Ji.prototype.doDeactivate=function(){this.isActive=!1;var a=this.diagram;if(this.diagram.layout.isRealtime=this.Sw,a.Fu(!1),a.ug(),qh(this),du(a,this.draggedParts),this.draggedParts=this.currentPart=this.Bn=null,this.Ym=this.isDragOutStarted=!1,0<fl.count){for(var y=fl,x=y.length,b=0;b<x;b++){var E=y.M(b);uh(E),ya(E),qh(E),E.diagram.ug()}y.clear()}uh(this),this.tl.h(NaN,NaN),ch!==null&&(ch.currentCursor=""),rr=ch=null,ya(this),a.isMouseCaptured=!1,a.currentCursor="",a.Ns=!1,this.stopTransaction(),_d(a,!0)},Ji.prototype.stopTransaction=function(){var a=this.diagram,y=li.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y};function qh(a){var y=a.diagram,x=y.skipsUndoManager;y.skipsUndoManager=!0,qg(a,y.lastInput,null),y.skipsUndoManager=x,a.Cg.length=0}function $g(){var a=rr;ya(a),dh(a);var y=a.diagram;a.tl.w()&&(y.position=a.tl),y.ug()}Ji.prototype.doCancel=function(){ya(this),dh(this);var a=this.diagram;this.tl.w()&&(a.position=this.tl),this.stopTool()},Ji.prototype.doKeyDown=function(){var a=this.diagram,y=a.lastInput;this.isActive&&(y.key==="Esc"?this.doCancel():y.key!==a.previousInput.key&&this.doMouseMove())},Ji.prototype.doKeyUp=function(){this.isActive&&this.doMouseMove()};function Gl(a,y){if(a.copiedParts===null){var x=a.diagram;if((!y||!x.isReadOnly&&!x.isModelReadOnly)&&a.draggedParts!==null){var b=x.undoManager;for(b.isEnabled&&b.isInTransaction?b.currentTransaction!==null&&0<b.currentTransaction.changes.count&&(x.undoManager.Kf(),x.Ea("Drag")):dh(a),x.skipsUndoManager=!y,x.partManager.addsToTemporaryLayer=!y,a.startPoint=x.firstInput.documentPoint,y=a.copiesEffectiveCollection?a.draggedParts.Lf():x.selection,y=x.Kj(y,x,!0),x=new yn,b=a.draggedParts.iterator;b.next();){var E=b.key;if(E.Zc()&&E.canCopy()){var z=y.I(E);z!==null&&(z.location=E.location,z.Va(),x.add(z,a.Pd(z.location)))}}for(y=y.iterator;y.next();)b=y.value,b instanceof Ae&&b.canCopy()&&x.add(b,a.Pd());a.copiedParts=x,If(a,x.Lf()),a.draggedLink!==null&&(x=a.draggedLink,y=x.routeBounds,Bh(x,a.startPoint.x-(y.x+y.width/2),a.startPoint.y-(y.y+y.height/2))),a.doUpdateCursor(null)}}}function ya(a){var y=a.diagram;if(a.copiedParts!==null){if(y.Is(a.copiedParts.Lf(),!1),a.copiedParts=null,a.draggedParts!==null)for(var x=a.draggedParts.iterator;x.next();)x.key instanceof Ae&&(x.value.point=new It(0,0));a.doUpdateCursor(null)}y.skipsUndoManager=!1,y.partManager.addsToTemporaryLayer=!1,a.startPoint=y.firstInput.documentPoint}function uh(a){if(a.draggedLink!==null){if(a.dragsLink&&a.Oe!==null){var y=a.Oe;y.diagram.remove(y.temporaryFromNode),y.diagram.remove(y.temporaryToNode),a.Oe.originalLink=null}a.draggedLink=null,a.Oe=null}}function Ka(a,y,x){var b=a.diagram,E=a.startPoint,z=It.alloc();z.assign(b.lastInput.documentPoint),a.moveParts(y,z.re(E),x),It.free(z),b.Gf("temporaryPixelRatio")===!0&&b.Yh===null&&30<b.$w&&(ts(b),b.hk())}Ji.prototype.moveParts=function(a,y,x){x===void 0&&(x=!1);var b=this.diagram;b!==null&&uu(b,a,y,this.dragOptions,x)};function dh(a){if(a.draggedParts!==null){for(var y=a.diagram,x=a.draggedParts.iterator;x.next();){var b=x.key;b.Zc()&&(b.location=x.value.point)}for(x=a.draggedParts.iterator;x.next();)if(b=x.key,b instanceof Ae&&b.suspendsRouting){var E=x.value.point;a.draggedParts.add(b,a.Pd()),Bh(b,-E.x,-E.y)}y.bd()}}function jf(a,y){var x=a.diagram;a.dragsLink&&(a.draggedLink!==null&&(a.draggedLink.fromNode=null,a.draggedLink.toNode=null),fh(a,!1));var b=a.findDragOverObject(y),E=x.lastInput;E.targetObject=b,a.doUpdateCursor(b);var z=x.skipsUndoManager,tt=!1;try{if(x.skipsUndoManager=!0,tt=qg(a,E,b),!a.isActive&&rr===null)return;var ot=b!==null?b.part:null;if(ot===null||x.handlesDragDropForTopLevelParts&&ot.isTopLevel&&!(ot instanceof En)){var rt=x.mouseDragOver;rt!==null&&(rt(E),tt=!0)}if(!a.isActive&&rr===null||(a.doDragOver(y,b),!a.isActive&&rr===null))return}finally{x.skipsUndoManager=z,tt&&x.bd()}a.Bn=b,x.isReadOnly||!x.allowMove&&!x.allowCopy||!x.allowHorizontalScroll&&!x.allowVerticalScroll||x.gs(E.viewPoint)}Ji.prototype.findDragOverObject=function(a){var y=this;return pl(this.diagram,a,null,function(x){return x===null?x=!0:(x=x.part,x=!!(x===null||x instanceof hi||x.layer.isTemporary||y.draggedParts&&y.draggedParts.contains(x)||y.copiedParts&&y.copiedParts.contains(x))),!x})},Ji.prototype.doUpdateCursor=function(a){var y=this.diagram;(a===null||this.Bn!==a)&&(!this.diagram.currentTool.isActive||this.mayCopy()?y.currentCursor=this.copyCursor:this.mayMove()?y.currentCursor=this.moveCursor:this.mayDragOut()&&(y.currentCursor=this.nodropCursor))};function qg(a,y,x){var b=!1,E=a.Cg.length,z=0<E?a.Cg[0]:null;if(x===z)return!1;y.handled=!1;for(var tt=0;tt<E;tt++){var ot=a.Cg[tt],rt=ot.mouseDragLeave;if(rt!==null&&(rt(y,ot,x),b=!0,y.handled))break}if(a.Cg.length=0,!a.isActive&&rr===null||x===null)return b;for(y.handled=!1,E=x;E!==null;)a.Cg.push(E),E=tc(E);for(E=a.Cg.length,x=0;x<E&&(tt=a.Cg[x],ot=tt.mouseDragEnter,ot===null||(ot(y,tt,z),b=!0,!y.handled));x++);return b}function tc(a){var y=a.panel;return y!==null?y:a instanceof gn&&!(a instanceof En)&&(a=a.containingGroup,a!==null&&a.handlesDragDropForMembers)?a:null}function Ip(a,y,x){var b=a.Oe;if(b===null)return null;var E=a.diagram.og(y,b.portGravity,function(at){return b.findValidLinkablePort(at,x)});a=It.alloc();var z=1/0,tt=null;for(E=E.iterator;E.next();){var ot=E.value;if(ot.part!==null){var rt=ot.ga(mi,a);rt=y.Bf(rt),rt<z&&(tt=ot,z=rt)}}return It.free(a),tt}function fh(a,y){var x=a.draggedLink;if(x!==null&&!(2>x.pointsCount)){var b=a.diagram;if(!b.isReadOnly){var E=a.Oe;if(E!==null){var z=null,tt=null;x.fromNode===null&&(z=Ip(a,x.i(0),!1),z!==null&&(tt=z.part));var ot=null,rt=null;x.toNode===null&&(ot=Ip(a,x.i(x.pointsCount-1),!0),ot!==null&&(rt=ot.part)),E.isValidLink(tt,z,rt,ot)?y?(x.defaultFromPoint=x.i(0),x.defaultToPoint=x.i(x.pointsCount-1),x.suspendsRouting=!1,x.fromNode=tt,z!==null&&(x.fromPortId=z.portId),x.toNode=rt,ot!==null&&(x.toPortId=ot.portId),x.fromPort!==b.Mx&&b.R("LinkRelinked",x,b.Mx),x.toPort!==b.Nx&&b.R("LinkRelinked",x,b.Nx)):Rf(E,tt,z,rt,ot):Rf(E,null,null,null,null)}}}}Ji.prototype.doDragOver=function(){};function gh(a,y){var x=a.diagram;a.dragsLink&&fh(a,!0),qh(a);var b=a.findDragOverObject(y),E=x.lastInput;if(E.targetObject=b,b!==null){E.handled=!1;for(var z=b;z!==null;){var tt=z.mouseDrop;if(tt!==null&&(tt(E,z),E.handled))break;J0(a,E,z),z=tc(z)}}else z=x.mouseDrop,z!==null&&z(E);if(a.isActive||rr!==null){for(E=(a.copiedParts||a.draggedParts).iterator;E.next();)z=E.key,z instanceof Ke&&z.linksConnected.each(function(ot){ot.suspendsRouting=!1});if(a.doDropOnto(y,b),a.isActive||rr!==null){for(a=ge.alloc(),y=x.selection.iterator;y.next();)b=y.value,b instanceof Ke&&Q0(x,b,a);ge.free(a)}}}function J0(a,y,x){a=a.diagram,x=x.part,!a.handlesDragDropForTopLevelParts||!x.isTopLevel||x instanceof En||(x=a.mouseDrop,x!==null&&x(y))}function Q0(a,y,x){var b=!1;if(x=y.getAvoidableRect(x),a.viewportBounds.Re(x)&&(b=!0),a=a.Nu(x,function(E){return E.part},function(E){return E instanceof Ae},!0,function(E){return E instanceof Ae},b),a.count!==0)for(a=a.iterator;a.next();)x=a.value,!x.Td(y)&&x.isAvoiding&&x.bb()}Ji.prototype.doDropOnto=function(){},Ji.prototype.doMouseMove=function(){if(this.isActive){var a=this.diagram,y=a.lastInput;this.simulatedMouseMove(y.event,y.documentPoint,y.targetDiagram)||this.currentPart===null||this.draggedParts===null||(this.mayCopy()?(Gl(this,!1),$f(a,this.copiedParts),Ka(this,this.copiedParts,!1),du(a,this.copiedParts)):this.mayMove()?(ya(this),Ka(this,this.draggedParts,!0)):this.mayDragOut()?(Gl(this,!1),Ka(this,this.copiedParts,!1)):ya(this),jf(this,a.lastInput.documentPoint))}},Ji.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram,y=a.lastInput;if(!this.simulatedMouseUp(y.event,y.documentPoint,y.targetDiagram)){y=!1;var x=this.mayCopy();if(x&&this.copiedParts!==null?(ya(this),Gl(this,!0),$f(a,this.copiedParts),Ka(this,this.copiedParts,!1),du(a,this.copiedParts),this.copiedParts!==null&&(a.R("ChangingSelection",a.selection),a.clearSelection(!0),this.copiedParts.iteratorKeys.each(function(E){E.isSelected=!0}))):(y=!0,ya(this),this.mayMove()&&(Ka(this,this.draggedParts,!0),jf(this,a.lastInput.documentPoint))),this.Ym=!0,gh(this,a.lastInput.documentPoint),this.isActive){var b=x?this.copiedParts.Lf():this.draggedParts.Lf();this.copiedParts=null,y&&$0(this),a.Ya(),du(a,this.draggedParts),this.transactionResult=x?"Copy":"Move",a.R(x?"SelectionCopied":"SelectionMoved",b)}this.stopTool(),x&&a.R("ChangedSelection",a.selection)}}},Ji.prototype.simulatedMouseMove=function(a,y,x){if(rr===null)return!1;var b=rr.diagram;x instanceof ne||(x=null);var E=ch;return x!==E&&(E!==null&&E!==b&&(E.ug(),rr.isDragOutStarted=!1,E=E.toolManager.findTool("Dragging"),E!==null&&E.doSimulatedDragLeave()),ch=x,x!==null&&x!==b&&($g(),E=x.toolManager.findTool("Dragging"),E!==null&&(fl.contains(E)||fl.add(E),E.doSimulatedDragEnter())),this.doUpdateCursor(null)),x===null||x===b||!x.allowDrop||x.isReadOnly||!x.allowInsert?!1:(b=x.toolManager.findTool("Dragging"),b!==null&&(a!==null&&(a.targetTouches!==void 0&&(0<a.targetTouches.length?a=a.targetTouches[0]:0<a.changedTouches.length&&(a=a.changedTouches[0])),y=x.getMouse(a)),x.lastInput.documentPoint=y,x.lastInput.viewPoint=x.op(y),x.lastInput.down=!1,x.lastInput.up=!1,b.doSimulatedDragOver()),!0)},Ji.prototype.simulatedMouseUp=function(a,y,x){if(rr===null)return!1;var b=ch,E=rr.diagram;if(x===null)return rr.doCancel(),!0;if(x!==b){var z=b.toolManager.findTool("Dragging");if(b!==null&&b!==E&&z!==null)return b.ug(),rr.isDragOutStarted=!1,z.doSimulatedDragLeave(),!1;ch=x,b=x.toolManager.findTool("Dragging"),b!==null&&($g(),fl.contains(b)||fl.add(b),b.doSimulatedDragEnter())}return x!==this.diagram?(a!==null?(a.targetTouches!==void 0&&(0<a.targetTouches.length?a=a.targetTouches[0]:0<a.changedTouches.length&&(a=a.changedTouches[0])),y=x.getMouse(a)):y===null&&(y=new It),x.lastInput.documentPoint=y,x.lastInput.viewPoint=x.op(y),x.lastInput.down=!1,x.lastInput.up=!0,a=x.toolManager.findTool("Dragging"),a!==null&&a.doSimulatedDrop(),a=rr,a!==null&&(x=a.mayCopy(),a.transactionResult=x?"Copy":"Move",a.stopTool()),!0):!1};function $0(a){if(a.draggedParts!==null)for(var y=a.draggedParts.iterator;y.next();){var x=y.key;x instanceof Ke&&(x=x.containingGroup,x===null||x.placeholder===null||a.draggedParts.contains(x)||x.placeholder.v())}}Ji.prototype.mayCopy=function(){if(!this.isCopyEnabled)return!1;var a=this.diagram;if(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.allowCopy||(hr?!a.lastInput.alt:!a.lastInput.control))return!1;for(a=a.selection.iterator;a.next();)if(a.value.canCopy())return!0;return!!(this.draggedLink!==null&&this.dragsLink&&this.draggedLink.canCopy())},Ji.prototype.mayDragOut=function(){if(!this.isCopyEnabled)return!1;var a=this.diagram;if(!a.allowDragOut||!a.allowCopy||a.allowMove)return!1;for(a=a.selection.iterator;a.next();)if(a.value.canCopy())return!0;return!!(this.draggedLink!==null&&this.dragsLink&&this.draggedLink.canCopy())},Ji.prototype.mayMove=function(){var a=this.diagram;if(a.isReadOnly||!a.allowMove)return!1;for(a=a.selection.iterator;a.next();)if(a.value.canMove())return!0;return!!(this.draggedLink!==null&&this.dragsLink&&this.draggedLink.canMove())},Ji.prototype.computeBorder=function(a,y,x){return this.Ym||this.draggedParts===null||this.draggedParts.contains(a)?null:x.assign(y)},Ji.prototype.Az=function(){return rr},Ji.prototype.mayDragIn=function(){var a=this.diagram;if(!a.allowDrop||a.isReadOnly||a.isModelReadOnly||!a.allowInsert)return!1;var y=rr;return!(y===null||y.diagram.model.dataFormat!==a.model.dataFormat)},Ji.prototype.doSimulatedDragEnter=function(){if(this.mayDragIn()){var a=this.diagram;a.animationManager.Cc(),Zs(a),a.animationManager.Cc(),a=rr,a!==null&&(a.diagram.Ns=!1),this.doUpdateCursor(null)}},Ji.prototype.doSimulatedDragLeave=function(){var a=rr;a!==null&&a.doSimulatedDragOut(),this.doCancel()},Ji.prototype.doSimulatedDragOver=function(){var a=this.diagram;a.animationManager.Dm=!0;var y=rr;if(y!==null&&y.draggedParts!==null){if(!this.mayDragIn())return;jp(this,y.draggedParts.Lf(),!1,a.firstInput),Ka(this,this.copiedParts,!1),jf(this,a.lastInput.documentPoint)}a.animationManager.Dm=!1},Ji.prototype.doSimulatedDrop=function(){var a=this.diagram,y=rr;if(y!==null){var x=y.diagram;if(y.Ym=!0,ya(this),!this.mayDragIn())return;a.animationManager.Dm=!0,a.R("ChangingSelection",a.selection),this.Ea("Drop"),jp(this,y.draggedParts.Lf(),!0,a.lastInput),Ka(this,this.copiedParts,!1);var b=new Ge;this.copiedParts!==null&&(a.clearSelection(!0),this.copiedParts.iteratorKeys.each(function(E){E.isSelected=!0,b.add(E)})),gh(this,a.lastInput.documentPoint),a.Ya(),this.copiedParts!==null&&(this.transactionResult="ExternalCopy"),this.copiedParts=null,a.doFocus(),a.R("ExternalObjectsDropped",b,x),this.stopTransaction(),a.R("ChangedSelection",a.selection)}a.animationManager.Dm=!1};function jp(a,y,x,b){if(a.copiedParts===null){var E=a.diagram;if(!E.isReadOnly&&!E.isModelReadOnly){E.skipsUndoManager=!x,E.partManager.addsToTemporaryLayer=!x,a.startPoint=b.documentPoint,x=E.Kj(y,E,!0);var z=ge.alloc();E=b=1/0;for(var tt=-1/0,ot=-1/0,rt=y.iterator;rt.next();){var at=rt.value;if(at.isVisible()){var ht=at.location;at=ht.x,ht=ht.y,isNaN(at)||isNaN(ht)||(at<b&&(b=at),ht<E&&(E=ht),at>tt&&(tt=at),ht>ot&&(ot=ht))}}for(b===1/0?z.h(0,0,0,0):z.h(b,E,tt-b,ot-E),b=z.x+z.width/2,E=z.y+z.height/2,ge.free(z),z=a.Fr,tt=new yn,ot=It.alloc(),rt=y.iterator;rt.next();)at=rt.value,at instanceof Ae&&at.canCopy()&&(ht=x.I(at),ht!==null&&(ht.points=at.points,Bh(ht,z.x-b,z.y-E),ht.suspendsRouting=!0,tt.add(ht,a.Pd())));for(y=y.iterator;y.next();)at=y.value,at.Zc()&&at.canCopy()&&(rt=x.I(at),rt!==null&&(at=at.location,ot.h(z.x-(b-at.x),z.y-(E-at.y)),rt.location=ot,rt.Va(),tt.add(rt,a.Pd(ot))));It.free(ot),a.copiedParts=tt,If(a,tt.Lf()),a.draggedLink!==null&&(x=a.draggedLink,y=x.routeBounds,Bh(x,a.startPoint.x-(y.x+y.width/2),a.startPoint.y-(y.y+y.height/2))),a.doUpdateCursor(null)}}}Ji.prototype.doSimulatedDragOut=function(){var a=this.diagram;a.Ns=!1,this.mayCopy()||this.mayMove()?a.currentCursor="":a.currentCursor=this.nodropCursor,this.Bn=null},Ji.prototype.computeMove=function(a,y,x,b){return x=this.diagram,x!==null?x.computeMove(a,y,this.dragOptions,b):new It},be.Object.defineProperties(Ji.prototype,{isCopyEnabled:{get:function(){return this.ob},set:function(a){this.ob=a}},copiesEffectiveCollection:{get:function(){return this.u},set:function(a){this.u=a}},dragOptions:{get:function(){return this.ia},set:function(a){this.ia=a}},isGridSnapEnabled:{get:function(){return this.dragOptions.isGridSnapEnabled},set:function(a){this.dragOptions.isGridSnapEnabled=a}},isComplexRoutingRealtime:{get:function(){return this.hb},set:function(a){this.hb=a}},isGridSnapRealtime:{get:function(){return this.dragOptions.isGridSnapRealtime},set:function(a){this.dragOptions.isGridSnapRealtime=a}},gridSnapCellSize:{get:function(){return this.dragOptions.gridSnapCellSize},set:function(a){this.dragOptions.gridSnapCellSize.D(a)||(a=a.J(),this.dragOptions.gridSnapCellSize=a)}},gridSnapCellSpot:{get:function(){return this.dragOptions.gridSnapCellSpot},set:function(a){this.dragOptions.gridSnapCellSpot.D(a)||(a=a.J(),this.dragOptions.gridSnapCellSpot=a)}},gridSnapOrigin:{get:function(){return this.dragOptions.gridSnapOrigin},set:function(a){this.dragOptions.gridSnapOrigin.D(a)||(a=a.J(),this.dragOptions.gridSnapOrigin=a)}},dragsLink:{get:function(){return this.dragOptions.dragsLink},set:function(a){this.dragOptions.dragsLink=a}},dragsTree:{get:function(){return this.dragOptions.dragsTree},set:function(a){this.dragOptions.dragsTree=a}},copyCursor:{get:function(){return this.F},set:function(a){this.F=a}},moveCursor:{get:function(){return this.Oc},set:function(a){this.Oc=a}},nodropCursor:{get:function(){return this.Pc},set:function(a){this.Pc=a}},currentPart:{get:function(){return this.V},set:function(a){this.V=a}},copiedParts:{get:function(){return this.o},set:function(a){this.o=a}},draggedParts:{get:function(){return this.Ha},set:function(a){this.Ha=a}},draggingParts:{get:function(){return this.copiedParts!==null?this.copiedParts.Lf():this.draggedParts!==null?this.draggedParts.Lf():this.te}},draggedLink:{get:function(){return this.diagram.draggedLink},set:function(a){this.diagram.draggedLink=a}},isDragOutStarted:{get:function(){return this.Hb},set:function(a){this.Hb=a}},startPoint:{get:function(){return this.Fr},set:function(a){this.Fr.D(a)||this.Fr.assign(a)}},delay:{get:function(){return this.Ik},set:function(a){this.Ik=a}}}),Ji.prototype.getDraggingSource=Ji.prototype.Az;var rr=null,ch=null;Ji.className="DraggingTool",fl=new Oe,an("draggingTool",function(){return this.findTool("Dragging")},function(a){this.gb("Dragging",a,this.mouseMoveTools)}),Vi.prototype.doCancel=function(){rr!==null&&rr.doCancel(),li.prototype.doCancel.call(this)};function ao(){li.call(this),this.te=100,this.Ha=!1,this.u="pointer";var a=new Ae,y=new In;y.isPanelMain=!0,y.stroke="blue",a.add(y),y=new In,y.toArrow="Standard",y.fill="blue",y.stroke="blue",a.add(y),a.layerName="Tool",this.Ci=a,a=new Ke,y=new In,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=ro,a.add(y),a.selectable=!1,a.layerName="Tool",this.Bi=a,this.j=y,a=new Ke,y=new In,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=ro,a.add(y),a.selectable=!1,a.layerName="Tool",this.Di=a,this.o=y,this.Pc=this.Oc=this.ob=this.hb=this.Hb=null,this.ia=!0,this.hy=new yn,this.Of=this.gj=this.Pf=null}re(ao,li),ao.prototype.doStop=function(){this.diagram.ug(),this.originalToPort=this.originalToNode=this.originalFromPort=this.originalFromNode=this.originalLink=null,this.validPortsCache.clear(),this.targetPort=null},ao.prototype.copyPortProperties=function(a,y,x,b,E){if(a!==null&&y!==null&&x!==null&&b!==null){var z=y.Df(),tt=Ye.alloc();tt.width=y.naturalBounds.width*z,tt.height=y.naturalBounds.height*z,b.desiredSize=tt,Ye.free(tt),E?(b.toSpot=y.toSpot,b.toEndSegmentLength=y.toEndSegmentLength):(b.fromSpot=y.fromSpot,b.fromEndSegmentLength=y.fromEndSegmentLength),x.locationSpot=mi,z=It.alloc(),x.location=y.ga(mi,z),It.free(z),b.angle=y.li(),this.portTargeted!==null&&this.portTargeted(a,y,x,b,E)}},ao.prototype.setNoTargetPortProperties=function(a,y,x){y!==null&&(y.desiredSize=ro,y.fromSpot=or,y.toSpot=or),a!==null&&(a.location=this.diagram.lastInput.documentPoint),this.portTargeted!==null&&this.portTargeted(null,null,a,y,x)},ao.prototype.doMouseDown=function(){this.isActive&&this.doMouseMove()},ao.prototype.doMouseMove=function(){if(this.isActive){var a=this.diagram;if(this.targetPort=this.findTargetPort(this.isForwards),this.targetPort!==null&&this.targetPort.part instanceof Ke){var y=this.targetPort.part;this.isForwards?this.copyPortProperties(y,this.targetPort,this.temporaryToNode,this.temporaryToPort,!0):this.copyPortProperties(y,this.targetPort,this.temporaryFromNode,this.temporaryFromPort,!1)}else this.isForwards?this.setNoTargetPortProperties(this.temporaryToNode,this.temporaryToPort,!0):this.setNoTargetPortProperties(this.temporaryFromNode,this.temporaryFromPort,!1);(a.allowHorizontalScroll||a.allowVerticalScroll)&&a.gs(a.lastInput.viewPoint)}},ao.prototype.findValidLinkablePort=function(a,y){if(a===null)return null;var x=a.part;if(!(x instanceof Ke))return null;for(;a!==null;){var b=y?a.toLinkable:a.fromLinkable;if(b===!0&&(a.portId!==null||a instanceof Ke)&&(y?this.isValidTo(x,a):this.isValidFrom(x,a)))return a;if(b===!1)break;a=a.panel}return null},ao.prototype.findTargetPort=function(a){var y=this.diagram,x=y.lastInput.documentPoint,b=this.portGravity;0>=b&&(b=.1);var E=this,z=y.og(x,b,function(gt){return E.findValidLinkablePort(gt,a)},null,!0);for(b=1/0,y=null,z=z.iterator;z.next();){var tt=z.value,ot=tt.part;if(ot instanceof Ke){var rt=tt.ga(mi,It.alloc()),at=x.x-rt.x,ht=x.y-rt.y;It.free(rt),rt=at*at+ht*ht,rt<b&&(at=this.validPortsCache.I(tt),at!==null?at&&(y=tt,b=rt):a&&this.isValidLink(this.originalFromNode,this.originalFromPort,ot,tt)||!a&&this.isValidLink(ot,tt,this.originalToNode,this.originalToPort)?(this.validPortsCache.add(tt,!0),y=tt,b=rt):this.validPortsCache.add(tt,!1))}}return y!==null&&(x=y.part,x instanceof Ke&&(x.layer===null||x.layer.allowLink))?y:null},ao.prototype.isValidFrom=function(a,y){if(a===null||y===null)return this.isUnconnectedLinkValid;if(this.diagram.currentTool===this&&(a.layer!==null&&!a.layer.allowLink||y.fromLinkable!==!0))return!1;var x=y.fromMaxLinks;if(1/0>x){if(this.originalLink!==null&&a===this.originalFromNode&&y===this.originalFromPort)return!0;if(y=y.portId,y===null&&(y=""),a.Mo(y).count>=x)return!1}return!0},ao.prototype.isValidTo=function(a,y){if(a===null||y===null)return this.isUnconnectedLinkValid;if(this.diagram.currentTool===this&&(a.layer!==null&&!a.layer.allowLink||y.toLinkable!==!0))return!1;var x=y.toMaxLinks;if(1/0>x){if(this.originalLink!==null&&a===this.originalToNode&&y===this.originalToPort)return!0;if(y=y.portId,y===null&&(y=""),a.Sd(y).count>=x)return!1}return!0},ao.prototype.isInSameNode=function(a,y){return a===null||y===null?!1:a===y?!0:(a=a.part,y=y.part,a!==null&&a===y)},ao.prototype.isLinked=function(a,y){if(a===null||y===null)return!1;var x=a.part;if(!(x instanceof Ke))return!1;a=a.portId,a===null&&(a="");var b=y.part;if(!(b instanceof Ke))return!1;for(y=y.portId,y===null&&(y=""),y=b.Sd(y);y.next();)if(b=y.value,b.fromNode===x&&b.fromPortId===a)return!0;return!1},ao.prototype.isValidLink=function(a,y,x,b){if(!this.isValidFrom(a,y)||!this.isValidTo(x,b)||!(y===null||b===null||(y.fromLinkableSelfNode&&b.toLinkableSelfNode||!this.isInSameNode(y,b))&&(y.fromLinkableDuplicates&&b.toLinkableDuplicates||!this.isLinked(y,b)))||this.originalLink!==null&&(a!==null&&this.isLabelDependentOnLink(a,this.originalLink)||x!==null&&this.isLabelDependentOnLink(x,this.originalLink))||a!==null&&x!==null&&(a.data===null&&x.data!==null||a.data!==null&&x.data===null)||!this.isValidCycle(a,x,this.originalLink))return!1;if(a!==null){var E=a.linkValidation;if(E!==null&&!E(a,y,x,b,this.originalLink))return!1}return x!==null&&(E=x.linkValidation,E!==null&&!E(a,y,x,b,this.originalLink))?!1:(E=this.linkValidation,E!==null?E(a,y,x,b,this.originalLink):!0)},ao.prototype.isLabelDependentOnLink=function(a,y){if(a===null)return!1;var x=a.labeledLink;if(x===null)return!1;if(x===y)return!0;var b=new Ge;return b.add(a),Fr(this,x,y,b)};function Fr(a,y,x,b){if(y===x)return!0;var E=y.fromNode;return E!==null&&E.isLinkLabel&&(b.add(E),Fr(a,E.labeledLink,x,b))?!0:(y=y.toNode,!!(y!==null&&y.isLinkLabel&&(b.add(y),Fr(a,y.labeledLink,x,b))))}ao.prototype.isValidCycle=function(a,y,x){if(x===void 0&&(x=null),a===null||y===null)return this.isUnconnectedLinkValid;var b=this.diagram.validCycle;if(b!==Qd){if(b===Ec){if(b=x||this.temporaryLink,b!==null&&!b.isTreeLink)return!0;for(b=y.linksConnected;b.next();){var E=b.value;if(E!==x&&E.isTreeLink&&E.toNode===y)return!1}return!Ir(this,a,y,x,!0)}if(b===Ac){if(b=x||this.temporaryLink,b!==null&&!b.isTreeLink)return!0;for(b=a.linksConnected;b.next();)if(E=b.value,E!==x&&E.isTreeLink&&E.fromNode===a)return!1;return!Ir(this,a,y,x,!0)}if(b===Nc)return a===y?a=!0:(b=new Ge,b.add(y),a=jr(this,b,a,y,x)),!a;if(b===Fc)return!Ir(this,a,y,x,!1);if(b===bc)return a===y?a=!0:(b=new Ge,b.add(y),a=Yu(this,b,a,y,x)),!a}return!0};function Ir(a,y,x,b,E){if(y===x)return!0;if(y===null||x===null)return!1;for(var z=y.linksConnected;z.next();){var tt=z.value;if(tt!==b&&(!E||tt.isTreeLink)&&tt.toNode===y&&(tt=tt.fromNode,tt!==y&&Ir(a,tt,x,b,E)))return!0}return!1}function jr(a,y,x,b,E){if(x===b)return!0;if(x===null||b===null||y.contains(x))return!1;y.add(x);for(var z=x.linksConnected;z.next();){var tt=z.value;if(tt!==E&&tt.toNode===x&&(tt=tt.fromNode,tt!==x&&jr(a,y,tt,b,E)))return!0}return!1}function Yu(a,y,x,b,E){if(x===b)return!0;if(x===null||b===null||y.contains(x))return!1;y.add(x);for(var z=x.linksConnected;z.next();){var tt=z.value;if(tt!==E){var ot=tt.fromNode;if(tt=tt.toNode,ot=ot===x?tt:ot,ot!==x&&Yu(a,y,ot,b,E))return!0}}return!1}be.Object.defineProperties(ao.prototype,{portGravity:{get:function(){return this.te},set:function(a){0<=a&&(this.te=a)}},isUnconnectedLinkValid:{get:function(){return this.Ha},set:function(a){this.Ha=a}},linkingCursor:{get:function(){return this.u},set:function(a){this.u=a}},temporaryLink:{get:function(){return this.Ci},set:function(a){this.Ci=a}},temporaryFromNode:{get:function(){return this.Bi},set:function(a){(this.Bi=a)&&(this.j=a.port)}},temporaryFromPort:{get:function(){return this.j},set:function(a){if(this.j!==null){var y=this.j.panel;if(y!==null){var x=y.O.indexOf(this.j);y.mb(x),y.Gb(x,a)}}this.j=a}},temporaryToNode:{get:function(){return this.Di},set:function(a){(this.Di=a)&&(this.o=a.port)}},temporaryToPort:{get:function(){return this.o},set:function(a){if(this.o!==null){var y=this.o.panel;if(y!==null){var x=y.O.indexOf(this.o);y.mb(x),y.Gb(x,a)}}this.o=a}},originalLink:{get:function(){return this.Hb},set:function(a){this.Hb=a}},originalFromNode:{get:function(){return this.hb},set:function(a){this.hb=a}},originalFromPort:{get:function(){return this.ob},set:function(a){this.ob=a}},originalToNode:{get:function(){return this.Oc},set:function(a){this.Oc=a}},originalToPort:{get:function(){return this.Pc},set:function(a){this.Pc=a}},isForwards:{get:function(){return this.ia},set:function(a){this.ia=a}},validPortsCache:{get:function(){return this.hy}},targetPort:{get:function(){return this.Pf},set:function(a){this.Pf=a}},linkValidation:{get:function(){return this.gj},set:function(a){this.gj=a}},portTargeted:{get:function(){return this.Of},set:function(a){this.Of=a}}}),ao.className="LinkingBaseTool";function Rr(){ao.call(this),this.name="Linking",this.V={},this.F=null,this.K=tu,this.Xd=null}re(Rr,ao),Rr.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;return a.isReadOnly||a.isModelReadOnly||!a.allowLink||!a.model.xs()||!a.lastInput.left||a.currentTool!==this&&!this.isBeyondDragSize()?!1:this.findLinkablePort()!==null},Rr.prototype.findLinkablePort=function(){var a=this.diagram,y=this.startObject;if(y===null&&(y=a.ic(a.firstInput.documentPoint,null,null)),y===null||(a=y.part,!(a instanceof Ke)))return null;var x=this.direction;if(x===tu||x===Rp){var b=this.findValidLinkablePort(y,!1);if(b!==null||this.startObject===a&&(b=a.port,this.findValidLinkablePort(b,!1)))return this.isForwards=!0,b}return(x===tu||x===zp)&&(y=this.findValidLinkablePort(y,!0),y!==null||this.startObject===a&&(y=a.port,this.findValidLinkablePort(y,!0)))?(this.isForwards=!1,y):null},Rr.prototype.doActivate=function(){var a=this.diagram,y=this.findLinkablePort();y===null?this.stopTool():(this.Ea(this.name),a.isMouseCaptured=!0,a.currentCursor=this.linkingCursor,this.isForwards?(this.temporaryToNode!==null&&(this.temporaryToNode.location=a.lastInput.documentPoint),this.originalFromPort=y,y=this.originalFromPort.part,y instanceof Ke&&(this.originalFromNode=y),this.copyPortProperties(this.originalFromNode,this.originalFromPort,this.temporaryFromNode,this.temporaryFromPort,!1)):(this.temporaryFromNode!==null&&(this.temporaryFromNode.location=a.lastInput.documentPoint),this.originalToPort=y,y=this.originalToPort.part,y instanceof Ke&&(this.originalToNode=y),this.copyPortProperties(this.originalToNode,this.originalToPort,this.temporaryToNode,this.temporaryToPort,!0)),a.add(this.temporaryFromNode),this.temporaryFromNode&&this.temporaryFromNode.Va(),a.add(this.temporaryToNode),this.temporaryToNode&&this.temporaryToNode.Va(),this.temporaryLink!==null&&(this.temporaryFromNode!==null&&(this.temporaryLink.fromNode=this.temporaryFromNode),this.temporaryToNode!==null&&(this.temporaryLink.toNode=this.temporaryToNode),this.temporaryLink.isTreeLink=this.isNewTreeLink(),this.temporaryLink.bb(),a.add(this.temporaryLink)),this.isActive=!0)},Rr.prototype.doDeactivate=function(){this.isActive=!1;var a=this.diagram;a.remove(this.temporaryLink),a.remove(this.temporaryFromNode),a.remove(this.temporaryToNode),a.isMouseCaptured=!1,a.currentCursor="",this.stopTransaction()},Rr.prototype.doStop=function(){ao.prototype.doStop.call(this),this.startObject=null},Rr.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram,y=this.transactionResult=null,x=null,b=null,E=null,z=null;try{var tt=this.targetPort=this.findTargetPort(this.isForwards);if(tt!==null){var ot=tt.part;ot instanceof Ke&&(this.isForwards?(this.originalFromNode!==null&&(y=this.originalFromNode,x=this.originalFromPort),b=ot,E=tt):(y=ot,x=tt,this.originalToNode!==null&&(b=this.originalToNode,E=this.originalToPort)))}else this.isForwards?this.originalFromNode!==null&&this.isUnconnectedLinkValid&&(y=this.originalFromNode,x=this.originalFromPort):this.originalToNode!==null&&this.isUnconnectedLinkValid&&(b=this.originalToNode,E=this.originalToPort);y!==null||b!==null?(z=this.insertLink(y,x,b,E),z!==null?(tt===null&&(this.isForwards?z.defaultToPoint=a.lastInput.documentPoint:z.defaultFromPoint=a.lastInput.documentPoint),a.allowSelect&&(a.R("ChangingSelection",a.selection),a.clearSelection(!0),z.isSelected=!0),this.transactionResult=this.name,a.R("LinkDrawn",z)):this.doNoLink(y,x,b,E)):this.isForwards?this.doNoLink(this.originalFromNode,this.originalFromPort,null,null):this.doNoLink(null,null,this.originalToNode,this.originalToPort)}finally{this.stopTool(),z&&a.allowSelect&&a.R("ChangedSelection",a.selection)}}},Rr.prototype.isNewTreeLink=function(){var a=this.archetypeLinkData;if(a===null)return!0;if(a instanceof Ae)return a.isTreeLink;var y=this.diagram;return y===null?!0:(a=y.partManager.getLinkCategoryForData(a),y=y.partManager.findLinkTemplateForCategory(a),y!==null?y.isTreeLink:!0)},Rr.prototype.insertLink=function(a,y,x,b){return this.diagram.partManager.insertLink(a,y,x,b)},Rr.prototype.doNoLink=function(){},be.Object.defineProperties(Rr.prototype,{archetypeLinkData:{get:function(){return this.V},set:function(a){this.V=a}},archetypeLabelNodeData:{get:function(){return this.F},set:function(a){this.F=a}},direction:{get:function(){return this.K},set:function(a){this.K=a}},startObject:{get:function(){return this.Xd},set:function(a){this.Xd=a}}});var tu=new he(Rr,"Either",0),Rp=new he(Rr,"ForwardsOnly",0),zp=new he(Rr,"BackwardsOnly",0);Rr.className="LinkingTool",Rr.Either=tu,Rr.ForwardsOnly=Rp,Rr.BackwardsOnly=zp;function Bs(){ao.call(this),this.name="Relinking";var a=new In;a.figure="Diamond",a.desiredSize=Lo,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=0,this.V=a,a=new In,a.figure="Diamond",a.desiredSize=Lo,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=-1,this.Xd=a,this.F=null,this.Ew=new ge}re(Bs,ao),Bs.prototype.updateAdornments=function(a){if(a!==null&&a instanceof Ae){var y="RelinkFrom",x=null;if(a.isSelected&&!this.diagram.isReadOnly){var b=a.selectionObject;b!==null&&a.canRelinkFrom()&&a.actualBounds.w()&&a.isVisible()&&b.actualBounds.w()&&b.Ed()&&(x=a.Pj(y),x===null&&(x=this.makeAdornment(b,!1),a.bh(y,x)))}x===null&&a.Jf(y),y="RelinkTo",x=null,a.isSelected&&!this.diagram.isReadOnly&&(b=a.selectionObject,b!==null&&a.canRelinkTo()&&a.actualBounds.w()&&a.isVisible()&&b.actualBounds.w()&&b.Ed()&&(x=a.Pj(y),x===null?(x=this.makeAdornment(b,!0),a.bh(y,x)):x.v())),x===null&&a.Jf(y)}},Bs.prototype.makeAdornment=function(a,y){var x=new hi;return x.type=Ne.Link,y=y?this.toHandleArchetype:this.fromHandleArchetype,y!==null&&x.add(y.copy()),x.adornedObject=a,x},Bs.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(a.isReadOnly||a.isModelReadOnly||!a.allowRelink||!a.model.xs()||!a.lastInput.left)return!1;var y=this.findToolHandleAt(a.firstInput.documentPoint,"RelinkFrom");return y===null&&(y=this.findToolHandleAt(a.firstInput.documentPoint,"RelinkTo")),y!==null},Bs.prototype.doActivate=function(){var a=this.diagram;if(this.originalLink===null){var y=this.handle;if(y===null&&(y=this.findToolHandleAt(a.firstInput.documentPoint,"RelinkFrom"),y===null&&(y=this.findToolHandleAt(a.firstInput.documentPoint,"RelinkTo"))),y===null)return;var x=y.part;if(!(x instanceof hi&&x.adornedPart instanceof Ae))return;this.handle=y,this.isForwards=x===null||x.category==="RelinkTo",this.originalLink=x.adornedPart}this.Ea(this.name),a.isMouseCaptured=!0,a.currentCursor=this.linkingCursor,this.originalFromPort=this.originalLink.fromPort,this.originalFromNode=this.originalLink.fromNode,this.originalToPort=this.originalLink.toPort,this.originalToNode=this.originalLink.toNode,this.Ew.set(this.originalLink.actualBounds),this.originalLink!==null&&0<this.originalLink.pointsCount&&(this.originalLink.fromNode===null&&(this.temporaryFromPort!==null&&(this.temporaryFromPort.desiredSize=Yi),this.temporaryFromNode!==null&&(this.temporaryFromNode.location=this.originalLink.i(0))),this.originalLink.toNode===null&&(this.temporaryToPort!==null&&(this.temporaryToPort.desiredSize=Yi),this.temporaryToNode!==null&&(this.temporaryToNode.location=this.originalLink.i(this.originalLink.pointsCount-1)))),this.copyPortProperties(this.originalFromNode,this.originalFromPort,this.temporaryFromNode,this.temporaryFromPort,!1),this.copyPortProperties(this.originalToNode,this.originalToPort,this.temporaryToNode,this.temporaryToPort,!0),a.add(this.temporaryFromNode),a.add(this.temporaryToNode),this.temporaryLink!==null&&(this.temporaryFromNode!==null&&(this.temporaryLink.fromNode=this.temporaryFromNode),this.temporaryToNode!==null&&(this.temporaryLink.toNode=this.temporaryToNode),this.copyLinkProperties(this.originalLink,this.temporaryLink),this.temporaryLink.bb(),a.add(this.temporaryLink)),this.isActive=!0},Bs.prototype.copyLinkProperties=function(a,y){if(a!==null&&y!==null){y.adjusting=a.adjusting,y.corner=a.corner;var x=a.curve;(x===wg||x===Dh)&&(x=Yr),y.curve=x,y.curviness=a.curviness,y.isTreeLink=a.isTreeLink,y.points=a.points,y.routing=a.routing,y.smoothness=a.smoothness,y.fromSpot=a.fromSpot,y.fromEndSegmentLength=a.fromEndSegmentLength,y.fromShortLength=a.fromShortLength,y.toSpot=a.toSpot,y.toEndSegmentLength=a.toEndSegmentLength,y.toShortLength=a.toShortLength}},Bs.prototype.doDeactivate=function(){this.isActive=!1;var a=this.diagram;a.remove(this.temporaryLink),a.remove(this.temporaryFromNode),a.remove(this.temporaryToNode),a.isMouseCaptured=!1,a.currentCursor="",this.stopTransaction()},Bs.prototype.doStop=function(){ao.prototype.doStop.call(this),this.handle=null},Bs.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram;this.transactionResult=null;var y=this.originalFromNode,x=this.originalFromPort,b=this.originalToNode,E=this.originalToPort,z=this.originalLink;try{if(this.targetPort=this.findTargetPort(this.isForwards),this.targetPort!==null){var tt=this.targetPort.part;tt instanceof Ke&&(this.isForwards?(b=tt,E=this.targetPort):(y=tt,x=this.targetPort))}else this.isUnconnectedLinkValid?this.isForwards?E=b=null:x=y=null:z=null;z!==null?(this.reconnectLink(z,this.isForwards?b:y,this.isForwards?E:x,this.isForwards),this.targetPort===null&&(this.isForwards?z.defaultToPoint=a.lastInput.documentPoint:z.defaultFromPoint=a.lastInput.documentPoint,z.bb()),this.transactionResult=this.name,a.R("LinkRelinked",z,this.isForwards?this.originalToPort:this.originalFromPort)):this.doNoRelink(this.originalLink,this.isForwards),this.originalLink.Xo(this.Ew)}finally{this.stopTool()}}},Bs.prototype.reconnectLink=function(a,y,x,b){return x=x!==null&&x.portId!==null?x.portId:"",b?(a.toNode=y,a.toPortId=x):(a.fromNode=y,a.fromPortId=x),!0},Bs.prototype.doNoRelink=function(){};function Rf(a,y,x,b,E){y!==null?(a.copyPortProperties(y,x,a.temporaryFromNode,a.temporaryFromPort,!1),a.diagram.add(a.temporaryFromNode)):a.diagram.remove(a.temporaryFromNode),b!==null?(a.copyPortProperties(b,E,a.temporaryToNode,a.temporaryToPort,!0),a.diagram.add(a.temporaryToNode)):a.diagram.remove(a.temporaryToNode)}be.Object.defineProperties(Bs.prototype,{fromHandleArchetype:{get:function(){return this.V},set:function(a){this.V=a}},toHandleArchetype:{get:function(){return this.Xd},set:function(a){this.Xd=a}},handle:{get:function(){return this.F},set:function(a){if(a!==null&&!(a.part instanceof hi))throw Error("new handle is not in an Adornment: "+a);this.F=a}}}),Bs.className="RelinkingTool",an("linkingTool",function(){return this.findTool("Linking")},function(a){this.gb("Linking",a,this.mouseMoveTools)}),an("relinkingTool",function(){return this.findTool("Relinking")},function(a){this.gb("Relinking",a,this.mouseDownTools)});function So(){li.call(this),this.name="LinkReshaping";var a=new In;a.figure="Rectangle",a.desiredSize=Jo,a.fill="lightblue",a.stroke="dodgerblue",this.o=a,a=new In,a.figure="Diamond",a.desiredSize=Lo,a.fill="lightblue",a.stroke="dodgerblue",a.cursor="move",this.u=a,this.F=3,this.Ts=this.j=null,this.Fw=new It,this.Yq=new Oe}re(So,li),So.prototype.Ru=function(a){return a&&a.reshapingBehavior.value!==0?a.reshapingBehavior:ec},So.prototype.om=function(a,y){a.reshapingBehavior=y},So.prototype.updateAdornments=function(a){if(a!==null&&a instanceof Ae){var y=null;if(a.isSelected&&!this.diagram.isReadOnly){var x=a.path;x!==null&&a.canReshape()&&a.actualBounds.w()&&a.isVisible()&&x.actualBounds.w()&&x.Ed()&&(y=a.Pj(this.name),y===null||y.Aw!==a.pointsCount||y.Uw!==a.resegmentable)&&(y=this.makeAdornment(x),y!==null&&(y.Aw=a.pointsCount,y.Uw=a.resegmentable,a.bh(this.name,y)))}y===null&&a.Jf(this.name)}},So.prototype.makeAdornment=function(a){var y=a.part,x=y.pointsCount,b=y.isOrthogonal,E=null;if(y.points!==null&&1<x){E=new hi,E.type=Ne.Link,x=y.firstPickIndex;var z=y.lastPickIndex,tt=b?1:0;if(y.resegmentable&&y.computeCurve()!==Rs)for(var ot=x+tt;ot<z-tt;ot++){var rt=this.makeResegmentHandle(a,ot);rt!==null&&(rt.segmentIndex=ot,rt.segmentFraction=.5,rt.fromMaxLinks=999,E.add(rt))}for(tt=x+1;tt<z;tt++)if(ot=this.makeHandle(a,tt),ot!==null){if(ot.segmentIndex=tt,tt!==x)if(tt===x+1&&b){rt=y.i(x);var at=y.i(x+1);Jt.B(rt.x,at.x)&&Jt.B(rt.y,at.y)&&(at=y.i(x-1)),Jt.B(rt.x,at.x)?(this.om(ot,vh),ot.cursor="n-resize"):Jt.B(rt.y,at.y)&&(this.om(ot,mh),ot.cursor="w-resize")}else tt===z-1&&b?(rt=y.i(z-1),at=y.i(z),Jt.B(rt.x,at.x)&&Jt.B(rt.y,at.y)&&(rt=y.i(z+1)),Jt.B(rt.x,at.x)?(this.om(ot,vh),ot.cursor="n-resize"):Jt.B(rt.y,at.y)&&(this.om(ot,mh),ot.cursor="w-resize")):tt!==z&&(this.om(ot,zf),ot.cursor="move");E.add(ot)}E.adornedObject=a}return E},So.prototype.makeHandle=function(){var a=this.handleArchetype;return a===null?null:a.copy()},So.prototype.makeResegmentHandle=function(){var a=this.midHandleArchetype;return a===null?null:a.copy()},So.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;return!a.isReadOnly&&a.allowReshape&&a.lastInput.left?this.findToolHandleAt(a.firstInput.documentPoint,this.name)!==null:!1},So.prototype.doActivate=function(){var a=this.diagram;if(this.handle===null&&(this.handle=this.findToolHandleAt(a.firstInput.documentPoint,this.name)),this.handle!==null){var y=this.handle.part.adornedPart;if(y instanceof Ae){if(this.Ts=y,a.isMouseCaptured=!0,this.Ea(this.name),y.resegmentable&&this.handle.fromMaxLinks===999){var x=y.points.copy(),b=this.getResegmentingPoint();if(x.Gb(this.handle.segmentIndex+1,b),y.isOrthogonal&&x.Gb(this.handle.segmentIndex+1,b),y.points=x,y.Wb(),y.updateAdornments(),this.handle=this.findToolHandleAt(a.firstInput.documentPoint,this.name),this.handle===null){this.doDeactivate();return}}this.Fw=y.i(this.handle.segmentIndex),this.Yq=y.points.copy(),this.isActive=!0}}},So.prototype.doDeactivate=function(){this.stopTransaction(),this.Ts=this.handle=null,this.isActive=this.diagram.isMouseCaptured=!1},So.prototype.stopTransaction=function(){var a=this.diagram,y=li.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},So.prototype.doCancel=function(){var a=this.adornedLink;a!==null&&(a.points=this.Yq),this.stopTool()},So.prototype.getResegmentingPoint=function(){return this.handle.ga(mi)},So.prototype.doMouseMove=function(){var a=this.diagram;this.isActive&&(a=this.computeReshape(a.lastInput.documentPoint),this.reshape(a))},So.prototype.doMouseUp=function(){var a=this.diagram;if(this.isActive){var y=this.computeReshape(a.lastInput.documentPoint);if(this.reshape(y),y=this.adornedLink,y!==null&&y.resegmentable){var x=this.handle.segmentIndex,b=y.i(x-1),E=y.i(x),z=y.i(x+1);if(y.isOrthogonal){if(x>y.firstPickIndex+1&&x<y.lastPickIndex-1){var tt=y.i(x-2);if(Math.abs(b.x-E.x)<this.resegmentingDistance&&Math.abs(b.y-E.y)<this.resegmentingDistance&&(ph(this,tt,b,E,z,!0)||ph(this,tt,b,E,z,!1))){var ot=y.points.copy();ph(this,tt,b,E,z,!0)?(ot.cd(x-2,new It(tt.x,(z.y+tt.y)/2)),ot.cd(x+1,new It(z.x,(z.y+tt.y)/2))):(ot.cd(x-2,new It((z.x+tt.x)/2,tt.y)),ot.cd(x+1,new It((z.x+tt.x)/2,z.y))),ot.mb(x),ot.mb(x-1),y.points=ot,y.Wb()}else tt=y.i(x+2),Math.abs(E.x-z.x)<this.resegmentingDistance&&Math.abs(E.y-z.y)<this.resegmentingDistance&&(ph(this,b,E,z,tt,!0)||ph(this,b,E,z,tt,!1))&&(ot=y.points.copy(),ph(this,b,E,z,tt,!0)?(ot.cd(x-1,new It(b.x,(b.y+tt.y)/2)),ot.cd(x+2,new It(tt.x,(b.y+tt.y)/2))):(ot.cd(x-1,new It((b.x+tt.x)/2,b.y)),ot.cd(x+2,new It((b.x+tt.x)/2,tt.y))),ot.mb(x+1),ot.mb(x),y.points=ot,y.Wb())}}else tt=It.alloc(),Jt.qh(b.x,b.y,z.x,z.y,E.x,E.y,tt)&&tt.Bf(E)<this.resegmentingDistance*this.resegmentingDistance&&(b=y.points.copy(),b.mb(x),y.points=b,y.Wb()),It.free(tt)}a.Ya(),this.transactionResult=this.name,a.R("LinkReshaped",this.adornedLink,this.Yq)}this.stopTool()};function ph(a,y,x,b,E,z){return z?Math.abs(y.y-x.y)<a.resegmentingDistance&&Math.abs(x.y-b.y)<a.resegmentingDistance&&Math.abs(b.y-E.y)<a.resegmentingDistance:Math.abs(y.x-x.x)<a.resegmentingDistance&&Math.abs(x.x-b.x)<a.resegmentingDistance&&Math.abs(b.x-E.x)<a.resegmentingDistance}So.prototype.reshape=function(a){var y=this.adornedLink;y.uh();var x=this.handle.segmentIndex,b=this.Ru(this.handle);if(y.isOrthogonal)if(x===y.firstPickIndex+1)x=y.firstPickIndex+1,b===vh?(y.L(x,y.i(x-1).x,a.y),y.L(x+1,y.i(x+2).x,a.y)):b===mh&&(y.L(x,a.x,y.i(x-1).y),y.L(x+1,a.x,y.i(x+2).y));else if(x===y.lastPickIndex-1)x=y.lastPickIndex-1,b===vh?(y.L(x-1,y.i(x-2).x,a.y),y.L(x,y.i(x+1).x,a.y)):b===mh&&(y.L(x-1,a.x,y.i(x-2).y),y.L(x,a.x,y.i(x+1).y));else{b=x;var E=y.i(b),z=y.i(b-1),tt=y.i(b+1);Jt.B(z.x,E.x)&&Jt.B(E.y,tt.y)?(Jt.B(z.x,y.i(b-2).x)&&!Jt.B(z.y,y.i(b-2).y)?(y.m(b,a.x,z.y),x++,b++):y.L(b-1,a.x,z.y),Jt.B(tt.y,y.i(b+2).y)&&!Jt.B(tt.x,y.i(b+2).x)?y.m(b+1,tt.x,a.y):y.L(b+1,tt.x,a.y)):Jt.B(z.y,E.y)&&Jt.B(E.x,tt.x)?(Jt.B(z.y,y.i(b-2).y)&&!Jt.B(z.x,y.i(b-2).x)?(y.m(b,z.x,a.y),x++,b++):y.L(b-1,z.x,a.y),Jt.B(tt.x,y.i(b+2).x)&&!Jt.B(tt.y,y.i(b+2).y)?y.m(b+1,a.x,tt.y):y.L(b+1,a.x,tt.y)):Jt.B(z.x,E.x)&&Jt.B(E.x,tt.x)?(Jt.B(z.x,y.i(b-2).x)&&!Jt.B(z.y,y.i(b-2).y)?(y.m(b,a.x,z.y),x++,b++):y.L(b-1,a.x,z.y),Jt.B(tt.x,y.i(b+2).x)&&!Jt.B(tt.y,y.i(b+2).y)?y.m(b+1,a.x,tt.y):y.L(b+1,a.x,tt.y)):Jt.B(z.y,E.y)&&Jt.B(E.y,tt.y)&&(Jt.B(z.y,y.i(b-2).y)&&!Jt.B(z.x,y.i(b-2).x)?(y.m(b,z.x,a.y),x++,b++):y.L(b-1,z.x,a.y),Jt.B(tt.y,y.i(b+2).y)&&!Jt.B(tt.x,y.i(b+2).x)?y.m(b+1,tt.x,a.y):y.L(b+1,tt.x,a.y)),y.L(x,a.x,a.y)}else y.L(x,a.x,a.y),b=y.fromNode,E=y.fromPort,b!==null&&(z=b.findVisibleNode(),z!==null&&z!==b&&(b=z,E=b.port)),x===1&&y.computeSpot(!0,E).Mc()&&(z=E.ga(mi,It.alloc()),b=y.getLinkPointFromPoint(b,E,z,a,!0,It.alloc()),y.L(0,b.x,b.y),It.free(z),It.free(b)),b=y.toNode,E=y.toPort,b!==null&&(z=b.findVisibleNode(),z!==null&&z!==b&&(b=z,E=b.port)),x===y.pointsCount-2&&y.computeSpot(!1,E).Mc()&&(x=E.ga(mi,It.alloc()),a=y.getLinkPointFromPoint(b,E,x,a,!1,It.alloc()),y.L(y.pointsCount-1,a.x,a.y),It.free(x),It.free(a));y.zf()},So.prototype.computeReshape=function(a){var y=this.adornedLink,x=this.handle.segmentIndex;switch(this.Ru(this.handle)){case zf:return a;case vh:return new It(y.i(x).x,a.y);case mh:return new It(a.x,y.i(x).y);default:case ec:return y.i(x)}},be.Object.defineProperties(So.prototype,{handleArchetype:{get:function(){return this.o},set:function(a){this.o=a}},midHandleArchetype:{get:function(){return this.u},set:function(a){this.u=a}},handle:{get:function(){return this.j},set:function(a){if(a!==null&&!(a.part instanceof hi))throw Error("new handle is not in an Adornment: "+a);this.j=a}},adornedLink:{get:function(){return this.Ts}},resegmentingDistance:{get:function(){return this.F},set:function(a){this.F=a}},originalPoint:{get:function(){return this.Fw}},originalPoints:{get:function(){return this.Yq}}}),So.prototype.setReshapingBehavior=So.prototype.om,So.prototype.getReshapingBehavior=So.prototype.Ru;var ec=new he(So,"None",0),mh=new he(So,"Horizontal",1),vh=new he(So,"Vertical",2),zf=new he(So,"All",3);So.className="LinkReshapingTool",So.None=ec,So.Horizontal=mh,So.Vertical=vh,So.All=zf,an("linkReshapingTool",function(){return this.findTool("LinkReshaping")},function(a){this.gb("LinkReshaping",a,this.mouseDownTools)});function xr(){li.call(this),this.name="Resizing",this.o=new Ye(1,1).freeze(),this.j=new Ye(9999,9999).freeze(),this.yg=new Ye(NaN,NaN).freeze(),this.V=!1,this.ia=!0,this.ue=null;var a=new In;a.alignmentFocus=mi,a.figure="Rectangle",a.desiredSize=Jo,a.fill="lightblue",a.stroke="dodgerblue",a.strokeWidth=1,a.cursor="pointer",this.F=a,this.u=null,this.Xq=new It,this.Dw=new Ye,this.Tn=new It,this.rt=new Ye(0,0),this.qt=new Ye(1/0,1/0),this.pt=new Ye(1,1)}re(xr,li),xr.prototype.updateAdornments=function(a){if(!(a===null||a instanceof Ae)){if(a.isSelected&&!this.diagram.isReadOnly){var y=a.resizeObject,x=a.Pj(this.name);if(y!==null&&a.canResize()&&a.actualBounds.w()&&a.isVisible()&&y.actualBounds.w()&&y.Ed()&&((x===null||x.adornedObject!==y)&&(x=this.makeAdornment(y)),x!==null)){y=y.li(),vu(a)&&this.updateResizeHandles(x,y),a.bh(this.name,x);return}}a.Jf(this.name)}},xr.prototype.makeAdornment=function(a){var y=a.part.resizeAdornmentTemplate;if(y===null){y=new hi,y.type=Ne.Spot,y.locationSpot=mi;var x=new Ur;x.isPanelMain=!0,y.add(x),y.add(this.makeHandle(a,gr)),y.add(this.makeHandle(a,Hu)),y.add(this.makeHandle(a,Us)),y.add(this.makeHandle(a,dl)),y.add(this.makeHandle(a,vs)),y.add(this.makeHandle(a,Tr)),y.add(this.makeHandle(a,qr)),y.add(this.makeHandle(a,ys))}else if(da(y),y=y.copy(),y===null)return null;return y.adornedObject=a,y},xr.prototype.makeHandle=function(a,y){return a=this.handleArchetype,a===null?null:(a=a.copy(),a.alignment=y,a)},xr.prototype.updateResizeHandles=function(a,y){if(a!==null){if(!a.alignment.Xb()&&(a.cursor==="pointer"||0<a.cursor.indexOf("resize")))t:{var x=a.alignment;if(x.Mc()&&(x=mi),0>=x.x)y=0>=x.y?y+225:1<=x.y?y+135:y+180;else if(1<=x.x)0>=x.y?y+=315:1<=x.y&&(y+=45);else if(0>=x.y)y+=270;else if(1<=x.y)y+=90;else break t;0>y?y+=360:360<=y&&(y-=360),a.cursor=22.5>y?"e-resize":67.5>y?"se-resize":112.5>y?"s-resize":157.5>y?"sw-resize":202.5>y?"w-resize":247.5>y?"nw-resize":292.5>y?"n-resize":337.5>y?"ne-resize":"e-resize"}else if(a instanceof Ne)for(a=a.elements;a.next();)this.updateResizeHandles(a.value,y)}},xr.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;return!a.isReadOnly&&a.allowResize&&a.lastInput.left?this.findToolHandleAt(a.firstInput.documentPoint,this.name)!==null:!1},xr.prototype.doActivate=function(){var a=this.diagram;this.handle===null&&(this.handle=this.findToolHandleAt(a.firstInput.documentPoint,this.name)),this.handle!==null&&(this.adornedObject=this.handle.part.adornedObject,this.adornedObject!==null&&(a.isMouseCaptured=!0,a.animationManager.Cc(),this.Ea(this.name),this.Xq.set(this.adornedObject.ga(this.handle.alignment.gv())),this.Tn.set(this.adornedObject.part.location),this.Dw.set(this.adornedObject.desiredSize),this.pt=this.computeCellSize(),this.rt=this.computeMinSize(),this.qt=this.computeMaxSize(),this.isActive=!0))},xr.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.isActive=a.isMouseCaptured=!1},xr.prototype.stopTransaction=function(){var a=this.diagram,y=li.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},xr.prototype.doCancel=function(){this.adornedObject!==null&&(this.adornedObject.desiredSize=this.originalDesiredSize,this.adornedObject.part.location=this.originalLocation),this.stopTool()},xr.prototype.doMouseMove=function(){var a=this.diagram;if(this.isActive){var y=this.rt,x=this.qt,b=this.pt,E=this.adornedObject.qs(a.lastInput.documentPoint,It.alloc()),z=this.computeReshape();y=this.computeResize(E,this.handle.alignment,y,x,b,z),this.resize(y),a.bd(),It.free(E)}},xr.prototype.doMouseUp=function(){var a=this.diagram;if(this.isActive){var y=this.rt,x=this.qt,b=this.pt,E=this.adornedObject.qs(a.lastInput.documentPoint,It.alloc()),z=this.computeReshape();y=this.computeResize(E,this.handle.alignment,y,x,b,z),this.resize(y),It.free(E),a.Ya(),this.transactionResult=this.name,a.R("PartResized",this.adornedObject,this.originalDesiredSize)}this.stopTool()},xr.prototype.resize=function(a){var y=this.diagram,x=this.adornedObject;if(x!==null){if(x.desiredSize=a.size,a=x.part,a.Va(),x=x.ga(this.handle.alignment.gv()),a instanceof En){var b=new Oe;if(b.add(a),!this.dragsMembers&&a.placeholder===null){var E=new st;E.dragsMembers=!1}y.moveParts(b,this.oppositePoint.copy().re(x),!0,E)}else a.location=a.location.copy().re(x).add(this.oppositePoint);y.bd()}},xr.prototype.computeResize=function(a,y,x,b,E,z){y.Mc()&&(y=mi);var tt=this.adornedObject.naturalBounds,ot=tt.x,rt=tt.y,at=tt.x+tt.width,ht=tt.y+tt.height,gt=1;if(!z){gt=tt.width;var mt=tt.height;0>=gt&&(gt=1),0>=mt&&(mt=1),gt=mt/gt}return mt=It.alloc(),Jt.No(a.x,a.y,ot,rt,E.width,E.height,mt),a=tt.copy(),0>=y.x?0>=y.y?(a.x=Math.max(mt.x,at-b.width),a.x=Math.min(a.x,at-x.width),a.width=Math.max(at-a.x,x.width),a.y=Math.max(mt.y,ht-b.height),a.y=Math.min(a.y,ht-x.height),a.height=Math.max(ht-a.y,x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(gt*a.width,b.height),x.height),a.width=a.height/gt):(a.width=Math.max(Math.min(a.height/gt,b.width),x.width),a.height=gt*a.width),a.x=at-a.width,a.y=ht-a.height)):1<=y.y?(a.x=Math.max(mt.x,at-b.width),a.x=Math.min(a.x,at-x.width),a.width=Math.max(at-a.x,x.width),a.height=Math.max(Math.min(mt.y-rt,b.height),x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(gt*a.width,b.height),x.height),a.width=a.height/gt):(a.width=Math.max(Math.min(a.height/gt,b.width),x.width),a.height=gt*a.width),a.x=at-a.width)):(a.x=Math.max(mt.x,at-b.width),a.x=Math.min(a.x,at-x.width),a.width=at-a.x,z||(a.height=Math.max(Math.min(gt*a.width,b.height),x.height),a.width=a.height/gt,a.y=rt+.5*(ht-rt-a.height))):1<=y.x?0>=y.y?(a.width=Math.max(Math.min(mt.x-ot,b.width),x.width),a.y=Math.max(mt.y,ht-b.height),a.y=Math.min(a.y,ht-x.height),a.height=Math.max(ht-a.y,x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(gt*a.width,b.height),x.height),a.width=a.height/gt):(a.width=Math.max(Math.min(a.height/gt,b.width),x.width),a.height=gt*a.width),a.y=ht-a.height)):1<=y.y?(a.width=Math.max(Math.min(mt.x-ot,b.width),x.width),a.height=Math.max(Math.min(mt.y-rt,b.height),x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(gt*a.width,b.height),x.height),a.width=a.height/gt):(a.width=Math.max(Math.min(a.height/gt,b.width),x.width),a.height=gt*a.width))):(a.width=Math.max(Math.min(mt.x-ot,b.width),x.width),z||(a.height=Math.max(Math.min(gt*a.width,b.height),x.height),a.width=a.height/gt,a.y=rt+.5*(ht-rt-a.height))):0>=y.y?(a.y=Math.max(mt.y,ht-b.height),a.y=Math.min(a.y,ht-x.height),a.height=ht-a.y,z||(a.width=Math.max(Math.min(a.height/gt,b.width),x.width),a.height=gt*a.width,a.x=ot+.5*(at-ot-a.width))):1<=y.y&&(a.height=Math.max(Math.min(mt.y-rt,b.height),x.height),z||(a.width=Math.max(Math.min(a.height/gt,b.width),x.width),a.height=gt*a.width,a.x=ot+.5*(at-ot-a.width))),It.free(mt),a},xr.prototype.computeReshape=function(){var a=we;return this.adornedObject instanceof In&&(a=Lv(this.adornedObject)),!(a===on||this.diagram.lastInput.shift)},xr.prototype.computeMinSize=function(){var a=this.adornedObject.minSize.copy(),y=this.minSize;return!isNaN(y.width)&&y.width>a.width&&(a.width=y.width),!isNaN(y.height)&&y.height>a.height&&(a.height=y.height),a},xr.prototype.computeMaxSize=function(){var a=this.adornedObject.maxSize.copy(),y=this.maxSize;return!isNaN(y.width)&&y.width<a.width&&(a.width=y.width),!isNaN(y.height)&&y.height<a.height&&(a.height=y.height),a},xr.prototype.computeCellSize=function(){var a=new Ye(NaN,NaN),y=this.adornedObject.part;return y!==null&&(y=y.resizeCellSize,!isNaN(y.width)&&0<y.width&&(a.width=y.width),!isNaN(y.height)&&0<y.height&&(a.height=y.height)),y=this.cellSize,isNaN(a.width)&&!isNaN(y.width)&&0<y.width&&(a.width=y.width),isNaN(a.height)&&!isNaN(y.height)&&0<y.height&&(a.height=y.height),y=this.diagram,(isNaN(a.width)||isNaN(a.height))&&y&&(y=y.grid,y!==null&&y.visible&&this.isGridSnapEnabled&&(y=y.gridCellSize,isNaN(a.width)&&!isNaN(y.width)&&0<y.width&&(a.width=y.width),isNaN(a.height)&&!isNaN(y.height)&&0<y.height&&(a.height=y.height))),(isNaN(a.width)||a.width===0||a.width===1/0)&&(a.width=1),(isNaN(a.height)||a.height===0||a.height===1/0)&&(a.height=1),a},be.Object.defineProperties(xr.prototype,{handleArchetype:{get:function(){return this.F},set:function(a){this.F=a}},handle:{get:function(){return this.u},set:function(a){if(a!==null&&!(a.part instanceof hi))throw Error("new handle is not in an Adornment: "+a);this.u=a}},adornedObject:{get:function(){return this.ue},set:function(a){if(a!==null&&a.part instanceof hi)throw Error("new handle must not be in an Adornment: "+a);this.ue=a}},minSize:{get:function(){return this.o},set:function(a){if(!this.o.D(a)){var y=a.width;isNaN(y)&&(y=0),a=a.height,isNaN(a)&&(a=0),this.o.h(y,a)}}},maxSize:{get:function(){return this.j},set:function(a){if(!this.j.D(a)){var y=a.width;isNaN(y)&&(y=1/0),a=a.height,isNaN(a)&&(a=1/0),this.j.h(y,a)}}},cellSize:{get:function(){return this.yg},set:function(a){this.yg.D(a)||this.yg.assign(a)}},isGridSnapEnabled:{get:function(){return this.V},set:function(a){this.V=a}},dragsMembers:{get:function(){return this.ia},set:function(a){this.ia=a}},oppositePoint:{get:function(){return this.Xq},set:function(a){this.Xq.D(a)||this.Xq.assign(a)}},originalDesiredSize:{get:function(){return this.Dw}},originalLocation:{get:function(){return this.Tn}}}),xr.className="ResizingTool",an("resizingTool",function(){return this.findTool("Resizing")},function(a){this.gb("Resizing",a,this.mouseDownTools)});function zr(){li.call(this),this.name="Rotating",this.ia=45,this.V=2,this.Tn=new It,this.ue=null;var a=new In;a.figure="Ellipse",a.desiredSize=Lo,a.fill="lightblue",a.stroke="dodgerblue",a.strokeWidth=1,a.cursor="pointer",this.o=a,this.j=null,this.Cw=0,this.kr=new It(NaN,NaN),this.u=0,this.F=50}re(zr,li),zr.prototype.updateAdornments=function(a){if(a!==null){if(a.ph()){var y=a.rotateObject;if(y===a||y===a.path||y.isPanelMain)return}if(a.isSelected&&!this.diagram.isReadOnly&&(y=a.rotateObject,y!==null&&a.canRotate()&&a.actualBounds.w()&&a.isVisible()&&y.actualBounds.w()&&y.Ed())){var x=a.Pj(this.name);if((x===null||x.adornedObject!==y)&&(x=this.makeAdornment(y)),x!==null){x.angle=y.li(),x.placeholder===null&&(x.location=this.computeAdornmentLocation(y)),a.bh(this.name,x);return}}a.Jf(this.name)}},zr.prototype.makeAdornment=function(a){var y=a.part.rotateAdornmentTemplate;if(y===null){y=new hi,y.type=Ne.Position,y.locationSpot=mi;var x=this.handleArchetype;x!==null&&y.add(x.copy())}else if(da(y),y=y.copy(),y===null)return null;return y.adornedObject=a,y},zr.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;return!a.isReadOnly&&a.allowRotate&&a.lastInput.left?this.findToolHandleAt(a.firstInput.documentPoint,this.name)!==null:!1},zr.prototype.doActivate=function(){var a=this.diagram;if(this.adornedObject===null){if(this.handle===null&&(this.handle=this.findToolHandleAt(a.firstInput.documentPoint,this.name)),this.handle===null)return;this.adornedObject=this.handle.part.adornedObject}this.adornedObject!==null&&(a.isMouseCaptured=!0,a.delaysLayout=!0,this.Ea(this.name),this.Cw=this.adornedObject.angle,this.kr=this.computeRotationPoint(this.adornedObject),this.Tn=this.adornedObject.part.location.copy(),this.isActive=!0)},zr.prototype.computeRotationPoint=function(a){var y=a.part,x=y.locationObject;return y.rotationSpot.sb()?a.ga(y.rotationSpot):a===y||a===x?x.ga(y.locationSpot):a.ga(mi)},zr.prototype.computeAdornmentLocation=function(a){var y=this.rotationPoint;y.w()||(y=this.computeRotationPoint(a)),y=a.qs(y);var x=this.handleAngle;0>x?x+=360:360<=x&&(x-=360),x=Math.round(45*Math.round(x/45));var b=this.handleDistance;return x===0?y.x=a.naturalBounds.width+b:x===45?(y.x=a.naturalBounds.width+b,y.y=a.naturalBounds.height+b):x===90?y.y=a.naturalBounds.height+b:x===135?(y.x=-b,y.y=a.naturalBounds.height+b):x===180?y.x=-b:x===225?(y.x=-b,y.y=-b):x===270?y.y=-b:x===315&&(y.x=a.naturalBounds.width+b,y.y=-b),a.ga(y)},zr.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.kr=new It(NaN,NaN),this.isActive=a.isMouseCaptured=!1},zr.prototype.stopTransaction=function(){var a=this.diagram,y=li.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},zr.prototype.doCancel=function(){this.diagram.delaysLayout=!1,this.rotate(this.originalAngle),this.stopTool()},zr.prototype.doMouseMove=function(){var a=this.diagram;this.isActive&&(a=this.computeRotate(a.lastInput.documentPoint),this.rotate(a))},zr.prototype.doMouseUp=function(){var a=this.diagram;if(this.isActive){a.delaysLayout=!1;var y=this.computeRotate(a.lastInput.documentPoint);this.rotate(y),a.Ya(),this.transactionResult=this.name,a.R("PartRotated",this.adornedObject,this.originalAngle)}this.stopTool()},zr.prototype.rotate=function(a){var y=this.adornedObject;if(y!==null){y.angle=a,y=y.part,y.Va();var x=y.locationObject,b=y.rotateObject;(x===b||x.rg(b))&&(x=this.Tn.copy(),y.location=x.re(this.rotationPoint).rotate(a-this.originalAngle).add(this.rotationPoint)),this.diagram.bd()}},zr.prototype.computeRotate=function(a){a=this.rotationPoint.ab(a)-this.handleAngle;var y=this.adornedObject.panel;y!==null&&(a-=y.li()),360<=a?a-=360:0>a&&(a+=360),y=Math.min(Math.abs(this.snapAngleMultiple),180);var x=Math.min(Math.abs(this.snapAngleEpsilon),y/2);return!this.diagram.lastInput.shift&&0<y&&0<x&&(a%y<x?a=Math.floor(a/y)*y:a%y>y-x&&(a=(Math.floor(a/y)+1)*y)),360<=a?a-=360:0>a&&(a+=360),a},be.Object.defineProperties(zr.prototype,{handleArchetype:{get:function(){return this.o},set:function(a){this.o=a}},handle:{get:function(){return this.j},set:function(a){if(a!==null&&!(a.part instanceof hi))throw Error("new handle is not in an Adornment: "+a);this.j=a}},adornedObject:{get:function(){return this.ue},set:function(a){if(a!==null&&a.part instanceof hi)throw Error("new handle must not be in an Adornment: "+a);this.ue=a}},snapAngleMultiple:{get:function(){return this.ia},set:function(a){this.ia=a}},snapAngleEpsilon:{get:function(){return this.V},set:function(a){this.V=a}},originalAngle:{get:function(){return this.Cw}},rotationPoint:{get:function(){return this.kr},set:function(a){this.kr=a.copy()}},handleAngle:{get:function(){return this.u},set:function(a){this.u=a}},handleDistance:{get:function(){return this.F},set:function(a){this.F=a}}}),zr.className="RotatingTool",an("rotatingTool",function(){return this.findTool("Rotating")},function(a){this.gb("Rotating",a,this.mouseDownTools)});function eu(){li.call(this),this.name="ClickSelecting"}re(eu,li),eu.prototype.canStart=function(){return!(!this.isEnabled||this.isBeyondDragSize())},eu.prototype.doMouseUp=function(){this.isActive&&(this.standardMouseSelect(),!this.standardMouseClick()&&this.diagram.lastInput.isTouchEvent&&this.diagram.toolManager.doToolTip()),this.stopTool()},eu.className="ClickSelectingTool";function sa(){li.call(this),this.name="Action",this.pk=null}re(sa,li),sa.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram,y=a.lastInput,x=a.ic(y.documentPoint,function(b){for(;b.panel!==null&&!b.isActionable;)b=b.panel;return b});return x!==null&&x.isActionable?(this.pk=x,a.Ck=a.ic(y.documentPoint,null,null),!0):!1},sa.prototype.doMouseDown=function(){if(this.isActive){var a=this.diagram.lastInput,y=this.pk;y!==null&&(a.targetObject=y,y.actionDown!==null&&y.actionDown(a,y))}else this.canStart()&&this.doActivate()},sa.prototype.doMouseMove=function(){if(this.isActive){var a=this.diagram.lastInput,y=this.pk;y!==null&&(a.targetObject=y,y.actionMove!==null&&y.actionMove(a,y))}},sa.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram.lastInput,y=this.pk;if(y===null)return;a.targetObject=y,y.actionUp!==null&&y.actionUp(a,y),this.standardMouseClick(function(x){for(;x.panel!==null&&(!x.isActionable||x!==y);)x=x.panel;return x},function(x){return x===y})}this.stopTool()},sa.prototype.doCancel=function(){var a=this.diagram.lastInput,y=this.pk;y!==null&&(a.targetObject=y,y.actionCancel!==null&&y.actionCancel(a,y),this.stopTool())},sa.prototype.doStop=function(){this.pk=null},sa.className="ActionTool";function yh(){li.call(this),this.name="ClickCreating",this.Ri=null,this.o=!0,this.j=!1,this.mw=new It(0,0)}re(yh,li),yh.prototype.canStart=function(){if(!this.isEnabled||this.archetypeNodeData===null)return!1;var a=this.diagram;if(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.lastInput.left||this.isBeyondDragSize())return!1;if(this.isDoubleClick){if(a.lastInput.clickCount===1&&(this.mw=a.lastInput.viewPoint.copy()),a.lastInput.clickCount!==2||this.isBeyondDragSize(this.mw))return!1}else if(a.lastInput.clickCount!==1)return!1;return!(a.currentTool!==this&&a.Ol(a.lastInput.documentPoint,!0)!==null)},yh.prototype.doMouseUp=function(){var a=this.diagram;this.isActive&&this.insertPart(a.lastInput.documentPoint),this.stopTool()},yh.prototype.insertPart=function(a){var y=this.diagram,x=this.archetypeNodeData;if(x===null)return null;var b=null;try{if(y.R("ChangingSelection",y.selection),this.Ea(this.name),x instanceof gn)x.Zc()&&(da(x),b=x.copy(),b!==null&&y.add(b));else if(x!==null){var E=y.model.copyNodeData(x);je(E)&&(y.model.xf(E),b=y.Lc(E))}if(b!==null){var z=It.allocAt(a.x,a.y);this.isGridSnapEnabled&&Qf(this.diagram,b,a,z),b.location=z,y.allowSelect&&(y.clearSelection(!0),b.isSelected=!0),It.free(z)}y.Ya(),this.transactionResult=this.name,y.R("PartCreated",b)}finally{this.stopTransaction(),y.R("ChangedSelection",y.selection)}return b},be.Object.defineProperties(yh.prototype,{archetypeNodeData:{get:function(){return this.Ri},set:function(a){this.Ri=a}},isDoubleClick:{get:function(){return this.o},set:function(a){this.o=a}},isGridSnapEnabled:{get:function(){return this.j},set:function(a){this.j=a}}}),yh.className="ClickCreatingTool";function Ks(){li.call(this),this.name="DragSelecting",this.Ik=175,this.o=!1;var a=new gn;a.layerName="Tool",a.selectable=!1;var y=new In;y.name="SHAPE",y.figure="Rectangle",y.fill=null,y.stroke="magenta",a.add(y),this.j=a}re(Ks,li),Ks.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(!a.allowSelect)return!1;var y=a.lastInput;return!(!y.left||a.currentTool!==this&&(!this.isBeyondDragSize()||y.timestamp-a.firstInput.timestamp<this.delay||a.Ol(y.documentPoint,!0)!==null))},Ks.prototype.doActivate=function(){var a=this.diagram;this.isActive=!0,a.isMouseCaptured=!0,a.skipsUndoManager=!0,a.add(this.box),this.doMouseMove()},Ks.prototype.doDeactivate=function(){var a=this.diagram;a.ug(),a.remove(this.box),a.skipsUndoManager=!1,this.isActive=a.isMouseCaptured=!1},Ks.prototype.doMouseMove=function(){var a=this.diagram;if(this.isActive&&this.box!==null){var y=this.computeBoxBounds(),x=this.box.fb("SHAPE");x===null&&(x=this.box.Pb());var b=Ye.alloc().h(y.width,y.height);x.desiredSize=b,this.box.mm(y.x,y.y,!1),Ye.free(b),(a.allowHorizontalScroll||a.allowVerticalScroll)&&a.gs(a.lastInput.viewPoint)}},Ks.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram;a.remove(this.box);try{a.currentCursor="wait",a.R("ChangingSelection",a.selection),this.selectInRect(this.computeBoxBounds()),a.R("ChangedSelection",a.selection)}finally{a.currentCursor=""}}this.stopTool()},Ks.prototype.computeBoxBounds=function(){var a=this.diagram;return new ge(a.firstInput.documentPoint,a.lastInput.documentPoint)},Ks.prototype.selectInRect=function(a){var y=this.diagram,x=y.lastInput;if(a=y.ux(a,this.isPartialInclusion),hr?x.meta:x.control)if(x.shift)for(a=a.iterator;a.next();)y=a.value,y.isSelected&&(y.isSelected=!1);else for(a=a.iterator;a.next();)y=a.value,y.isSelected=!y.isSelected;else if(x.shift)for(a=a.iterator;a.next();)y=a.value,y.isSelected||(y.isSelected=!0);else{for(x=new Oe,y=y.selection.iterator;y.next();){var b=y.value;a.contains(b)||x.add(b)}for(y=x.iterator;y.next();)y.value.isSelected=!1;for(a=a.iterator;a.next();)y=a.value,y.isSelected||(y.isSelected=!0)}},be.Object.defineProperties(Ks.prototype,{delay:{get:function(){return this.Ik},set:function(a){this.Ik=a}},isPartialInclusion:{get:function(){return this.o},set:function(a){this.o=a}},box:{get:function(){return this.j},set:function(a){this.j=a}}}),Ks.className="DragSelectingTool";function mr(){li.call(this),this.name="Panning",this.Xt=new It,this.xy=new It,this.xg=!1;var a=this;this.Kw=function(){var y=a.diagram;y!==null&&y.removeEventListener(ce.document,"scroll",a.Kw,!1),a.stopTool()}}re(mr,li),mr.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;return!(!a.allowHorizontalScroll&&!a.allowVerticalScroll||!a.lastInput.left||a.currentTool!==this&&!this.isBeyondDragSize())},mr.prototype.doActivate=function(){var a=this.diagram;this.xg?(a.lastInput.bubbles=!0,a.addEventListener(ce.document,"scroll",this.Kw,!1)):(a.currentCursor="move",a.isMouseCaptured=!0,this.Xt.assign(a.position)),this.isActive=!0},mr.prototype.doDeactivate=function(){var a=this.diagram;a.currentCursor="",this.isActive=a.isMouseCaptured=!1},mr.prototype.doCancel=function(){var a=this.diagram;a.position=this.Xt,a.isMouseCaptured=!1,this.stopTool()},mr.prototype.doMouseMove=function(){this.move()},mr.prototype.doMouseUp=function(){this.move(),this.stopTool()},mr.prototype.move=function(){var a=this.diagram;if(this.isActive&&a)if(this.xg)a.lastInput.bubbles=!0;else{var y=a.position,x=a.firstInput.documentPoint,b=a.lastInput.documentPoint,E=y.x+x.x-b.x;x=y.y+x.y-b.y,a.allowHorizontalScroll||(E=y.x),a.allowVerticalScroll||(x=y.y),a.position=this.xy.h(E,x)}},be.Object.defineProperties(mr.prototype,{bubbles:{get:function(){return this.xg},set:function(a){this.xg=a}},originalPosition:{get:function(){return this.Xt}}}),mr.className="PanningTool",an("clickCreatingTool",function(){return this.findTool("ClickCreating")},function(a){this.gb("ClickCreating",a,this.mouseUpTools)}),an("clickSelectingTool",function(){return this.findTool("ClickSelecting")},function(a){this.gb("ClickSelecting",a,this.mouseUpTools)}),an("panningTool",function(){return this.findTool("Panning")},function(a){this.gb("Panning",a,this.mouseMoveTools)}),an("dragSelectingTool",function(){return this.findTool("DragSelecting")},function(a){this.gb("DragSelecting",a,this.mouseMoveTools)}),an("actionTool",function(){return this.findTool("Action")},function(a){this.gb("Action",a,this.mouseDownTools)});function Xa(){this.F=this.u=this.j=this.o=null}be.Object.defineProperties(Xa.prototype,{mainElement:{get:function(){return this.u},set:function(a){this.u=a}},show:{get:function(){return this.o},set:function(a){this.o!==a&&(this.o=a)}},hide:{get:function(){return this.j},set:function(a){this.j!==a&&(this.j=a)}},valueFunction:{get:function(){return this.F},set:function(a){this.F=a}}}),Xa.className="HTMLInfo";function aa(a,y,x){this.text=a,this.hx=y,this.visible=x}aa.className="ContextMenuButtonInfo";function Gr(){li.call(this),this.name="ContextMenu",this.o=this.ht=this.j=null,this.yw=new It,this.jt=null,this.Et=!1;var a=this;this.tu=function(){a.stopTool()}}re(Gr,li);function Sa(a){var y=new Xa;y.show=function(E,z,tt){tt.showDefaultContextMenu()},y.hide=function(E,z){z.hideDefaultContextMenu()},nu=y,a.tu=function(){a.stopTool()},y=qe("div");var x=qe("div");y.style.cssText="top: 0px;z-index:10002;position: fixed;display: none;text-align: center;left: 25%;width: 50%;background-color: #F5F5F5;padding: 16px;border: 16px solid #444;border-radius: 10px;margin-top: 10px",x.style.cssText="z-index:10001;position: fixed;display: none;top: 0;left: 0;width: 100%;height: 100%;background-color: black;opacity: 0.8;";var b=qe("style");ce.document.getElementsByTagName("head")[0].appendChild(b),b.sheet.insertRule(".goCXul { list-style: none; }",0),b.sheet.insertRule(".goCXli {font:700 1.5em Helvetica, Arial, sans-serif;position: relative;min-width: 60px; }",0),b.sheet.insertRule(".goCXa {color: #444;display: inline-block;padding: 4px;text-decoration: none;margin: 2px;border: 1px solid gray;border-radius: 10px; }",0),b=a.diagram,b!==null&&(b.addEventListener(y,"contextmenu",xo,!1),b.addEventListener(y,"selectstart",xo,!1),b.addEventListener(x,"contextmenu",xo,!1)),y.className="goCXforeground",x.className="goCXbackground",ce.document.body&&(ce.document.body.appendChild(y),ce.document.body.appendChild(x)),Od=y,_u=x,Dd=!0}function xo(a){return a.preventDefault(),!1}Gr.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;return this.isBeyondDragSize()||!a.lastInput.right||1<a.lastInput.clickCount?!1:!!(a.lastInput.isTouchEvent&&this.defaultTouchContextMenu!==null||this.findObjectWithContextMenu()!==null)},Gr.prototype.doStart=function(){this.yw.set(this.diagram.firstInput.documentPoint)},Gr.prototype.doStop=function(){this.hideContextMenu(),this.currentObject=null},Gr.prototype.findObjectWithContextMenu=function(a){a===void 0&&(a=null);var y=this.diagram,x=y.lastInput,b=null;if(a instanceof ne||(a instanceof Xt?b=a:b=y.ic(x.documentPoint,null,function(E){return!E.layer.isTemporary})),b!==null){for(a=b;a!==null;){if(a.contextMenu!==null)return a;a=a.panel}if(y.lastInput.isTouchEvent&&this.defaultTouchContextMenu)return b.part}else if(y.contextMenu!==null)return y;return null},Gr.prototype.doActivate=function(){},Gr.prototype.doMouseDown=function(){if(li.prototype.doMouseDown.call(this),this.isActive&&this.currentContextMenu instanceof hi){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.canStart()&&(a.doActivate(),a.doMouseDown(),a.doDeactivate())}this.diagram.toolManager.mouseDownTools.contains(this)&&Oa(this)},Gr.prototype.doMouseUp=function(){if(this.isActive&&this.currentContextMenu instanceof hi){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.canStart()&&(a.doActivate(),a.doCancel(),a.doDeactivate())}Oa(this)};function Oa(a){var y=a.diagram;if(a.isActive){var x=a.currentContextMenu;if(x!==null){var b=null;x instanceof Xa||(b=y.ic(y.lastInput.documentPoint,null,null),b!==null&&b.rg(x)&&a.standardMouseClick(null,null)),a.maybeStopTool(b)}}else a.canStart()&&(Hl(a,!0),a.isActive||a.stopTool())}Gr.prototype.maybeStopTool=function(){this.stopTool(),this.canStart()&&(this.diagram.currentTool=this,this.doMouseUp())};function Hl(a,y,x){if(x===void 0&&(x=null),!a.Et&&(a.Et=!0,y&&a.standardMouseSelect(),y=a.standardMouseClick(),a.Et=!1,!y)){if(a.isActive=!0,y=nu,x===null&&(x=a.findObjectWithContextMenu()),x!==null){var b=x.contextMenu;b!==null?(a.currentObject=x instanceof Xt?x:null,a.showContextMenu(b,a.currentObject)):y!==null&&a.showContextMenu(y,a.currentObject)}else y!==null&&a.showContextMenu(y,null);a.currentContextMenu instanceof hi&&!a.currentContextMenu.visible&&a.stopTool()}}Gr.prototype.doMouseMove=function(){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.doMouseMove(),this.isActive&&this.diagram.toolManager.doMouseMove()},Gr.prototype.showContextMenu=function(a,y){var x=this.diagram;if(a!==this.currentContextMenu&&this.hideContextMenu(),a instanceof hi){a.layerName="Tool",a.selectable=!1,a.scale=1/x.scale,a.category=this.name,a.placeholder!==null&&(a.placeholder.scale=x.scale);var b=a.diagram;b!==null&&b!==x&&b.remove(a),x.add(a),y!==null?a.adornedObject=y:a.data=x.model,a.Va(),this.positionContextMenu(a,y)}else a instanceof Xa&&a.show(y,x,this);this.currentContextMenu=a},Gr.prototype.positionContextMenu=function(a){if(a.placeholder===null){var y=this.diagram,x=y.lastInput.documentPoint.copy(),b=a.measuredBounds,E=y.viewportBounds;y.lastInput.isTouchEvent&&(x.x-=b.width),x.x+b.width>E.right&&(x.x-=b.width+5/y.scale),x.x<E.x&&(x.x=E.x),x.y+b.height>E.bottom&&(x.y-=b.height+5/y.scale),x.y<E.y&&(x.y=E.y),a.position=x}},Gr.prototype.hideContextMenu=function(){var a=this.diagram,y=this.currentContextMenu;y!==null&&(y instanceof hi?(a.remove(y),this.ht!==null&&this.ht.Jf(y.category),y.data=null,y.adornedObject=null):y instanceof Xa&&(y.hide!==null?y.hide(a,this):y.mainElement!==null&&(y.mainElement.style.display="none")),this.currentContextMenu=null,this.standardMouseOver())};function Sh(a){var y=new Oe;return y.add(new aa("Copy",function(x){x.commandHandler.copySelection()},function(x){return x.commandHandler.canCopySelection()})),y.add(new aa("Cut",function(x){x.commandHandler.cutSelection()},function(x){return x.commandHandler.canCutSelection()})),y.add(new aa("Delete",function(x){x.commandHandler.deleteSelection()},function(x){return x.commandHandler.canDeleteSelection()})),y.add(new aa("Paste",function(x){x.commandHandler.pasteSelection(a.mouseDownPoint)},function(x){return x.commandHandler.canPasteSelection(a.mouseDownPoint)})),y.add(new aa("Select All",function(x){x.commandHandler.selectAll()},function(x){return x.commandHandler.canSelectAll()})),y.add(new aa("Undo",function(x){x.commandHandler.undo()},function(x){return x.commandHandler.canUndo()})),y.add(new aa("Redo",function(x){x.commandHandler.redo()},function(x){return x.commandHandler.canRedo()})),y.add(new aa("Scroll To Part",function(x){x.commandHandler.scrollToPart()},function(x){return x.commandHandler.canScrollToPart()})),y.add(new aa("Zoom To Fit",function(x){x.commandHandler.zoomToFit()},function(x){return x.commandHandler.canZoomToFit()})),y.add(new aa("Reset Zoom",function(x){x.commandHandler.resetZoom()},function(x){return x.commandHandler.canResetZoom()})),y.add(new aa("Group Selection",function(x){x.commandHandler.groupSelection()},function(x){return x.commandHandler.canGroupSelection()})),y.add(new aa("Ungroup Selection",function(x){x.commandHandler.ungroupSelection()},function(x){return x.commandHandler.canUngroupSelection()})),y.add(new aa("Edit Text",function(x){x.commandHandler.editTextBlock()},function(x){return x.commandHandler.canEditTextBlock()})),y}Gr.prototype.showDefaultContextMenu=function(){var a=this.diagram;this.jt===null&&(this.jt=Sh(this)),Od.innerHTML="",_u.addEventListener("pointerdown",this.tu,!1);var y=this,x=qe("ul");x.className="goCXul",Od.appendChild(x),x.innerHTML="";for(var b=this.jt.iterator;b.next();){var E=b.value,z=E.visible;if(typeof E.hx=="function"&&(typeof z!="function"||z(a))){z=qe("li"),z.className="goCXli";var tt=qe("a");tt.className="goCXa",tt.href="#",tt.ky=E.hx,tt.addEventListener("pointerdown",function(ot){return this.ky(a),y.stopTool(),ot.preventDefault(),!1},!1),tt.textContent=E.text,z.appendChild(tt),x.appendChild(z)}}Od.style.display="block",_u.style.display="block"},Gr.prototype.hideDefaultContextMenu=function(){if(this.currentContextMenu!==null&&this.currentContextMenu===nu){Od.style.display="none",_u.style.display="none";var a=this.diagram;a!==null&&a.removeEventListener(_u,"pointerdown",this.tu,!1),this.currentContextMenu=null}},be.Object.defineProperties(Gr.prototype,{currentContextMenu:{get:function(){return this.j},set:function(a){this.j=a,this.ht=a instanceof hi?a.adornedPart:null}},defaultTouchContextMenu:{get:function(){return Dd===!1&&nu===null&&to&&Sa(this),nu},set:function(a){a===null&&(Dd=!0),nu=a}},currentObject:{get:function(){return this.o},set:function(a){this.o=a}},mouseDownPoint:{get:function(){return this.yw}}});var nu=null,Dd=!1,_u=null,Od=null;Gr.className="ContextMenuTool",an("contextMenuTool",function(){return this.findTool("ContextMenu")},function(a){this.gb("ContextMenu",a,this.mouseUpTools)});function Ii(){li.call(this),this.name="TextEditing",this.Zh=new Fi,this.ia=null,this.V=Ku,this.vj=null,this.qa=Xu,this.u=1,this.F=!0,this.o=null,this.j=new Xa,this.kt=null,Id(this,this.j)}re(Ii,li);function Id(a,y){if(to){var x=qe("textarea");a.kt=x,x.addEventListener("input",function(){if(a.textBlock!==null){var b=a.Lx(this.value);this.style.width=20+b.measuredBounds.width*this.wA+"px",this.rows=b.lineCount}},!1),x.addEventListener("keydown",function(b){if(!b.isComposing&&a.textBlock!==null){var E=b.key;E==="Enter"?(a.textBlock.isMultiline===!1&&b.preventDefault(),a.acceptText(jd)):E==="Tab"?(a.acceptText(Hf),b.preventDefault()):E==="Escape"&&(a.doCancel(),a.diagram!==null&&a.diagram.doFocus())}},!1),x.addEventListener("focus",function(){if(a.currentTextEditor!==null&&a.state!==Xu){var b=a.kt;a.qa===Rd&&(a.qa=zd),typeof b.select=="function"&&a.selectsTextOnActivate&&(b.select(),b.setSelectionRange(0,9999))}},!1),x.addEventListener("blur",function(){if(a.currentTextEditor!==null&&a.state!==Xu){var b=a.kt;typeof b.focus=="function"&&b.focus(),typeof b.select=="function"&&a.selectsTextOnActivate&&(b.select(),b.setSelectionRange(0,9999))}},!1),y.valueFunction=function(){return x.value},y.mainElement=x,y.show=function(b,E,z){if(b instanceof Fi&&z instanceof Ii)if(z.state===Gd)x.style.border="3px solid red",x.focus();else{var tt=b.ga(mi),ot=E.position,rt=E.scale,at=b.Df()*rt;at<z.minimumEditorScale&&(at=z.minimumEditorScale);var ht=b.naturalBounds.width*at+6,gt=b.naturalBounds.height*at+2,mt=(tt.x-ot.x)*rt;tt=(tt.y-ot.y)*rt,ot=b.verticalAlignment,rt=(b.lineHeight+b.spacingAbove+b.spacingBelow)*b.lineCount*at,gt=ot.y*gt-ot.y*rt+ot.offsetY-(.5*gt-.5*rt)-rt/2,x.value=b.text,E.div.style.font=b.font,x.style.position="absolute",x.style.zIndex="100",x.style.font="inherit",x.style.fontSize=100*at+"%",x.style.lineHeight="normal",x.style.width=ht+"px",x.style.left=(mt-ht/2|0)-1+"px",x.style.top=(tt+gt|0)-1+"px",x.style.textAlign=b.textAlign,x.style.margin="0",x.style.padding="1px",x.style.border="0",x.style.outline="none",x.style.whiteSpace="pre-wrap",x.style.overflow="hidden",x.rows=b.lineCount,x.wA=at,x.className="goTXarea",E.div.appendChild(x),x.focus(),z.selectsTextOnActivate&&(x.select(),x.setSelectionRange(0,9999))}},y.hide=function(b){b.div.removeChild(x)}}}Ii.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(a===null||a.isReadOnly||xh&&xh!==this&&(xh.acceptText(Za),xh&&xh!==this)||!a.lastInput.left||this.isBeyondDragSize())return!1;var y=a.ic(a.lastInput.documentPoint);return y!==null&&y instanceof Fi&&y.editable&&y.part.canEdit()?(y=y.part,!(y===null||this.starting===Ku&&!y.isSelected||this.starting===Wf&&2>a.lastInput.clickCount)):!1},Ii.prototype.doStart=function(){xh=this,this.textBlock!==null&&this.doActivate()},Ii.prototype.doActivate=function(){if(!this.isActive){var a=this.diagram;if(a!==null){var y=this.textBlock;if(y===null&&(y=a.ic(a.lastInput.documentPoint)),y!==null&&y instanceof Fi&&(this.textBlock=y,y.part!==null)){a.animationManager.Cc(),this.isActive=!0,this.qa=Rd;var x=this.defaultTextEditor;y.textEditor!==null&&(x=y.textEditor),this.Zh=this.textBlock.copy();var b=new ge(this.textBlock.ga(gr),this.textBlock.ga(Us));a.tv(b),x.show(y,a,this),this.currentTextEditor=x}}}},Ii.prototype.doCancel=function(){this.stopTool()},Ii.prototype.doMouseUp=function(){this.canStart()&&this.doActivate()},Ii.prototype.doMouseDown=function(){this.isActive&&this.acceptText(Za)},Ii.prototype.acceptText=function(a){switch(a){case Za:this.qa===Zu?this.currentTextEditor instanceof HTMLElement&&this.currentTextEditor.focus():(this.qa===Rd||this.qa===Gd||this.qa===zd)&&(this.qa=ic,nc(this));break;case Gf:case jd:case Hf:(jd!==a||this.textBlock.isMultiline!==!0)&&(this.qa===Rd||this.qa===Gd||this.qa===zd)&&(this.qa=ic,nc(this))}};function nc(a){var y=a.textBlock,x=a.diagram,b=a.currentTextEditor;if(y!==null&&b!==null){var E=y.text,z="";b.valueFunction!==null&&(z=b.valueFunction()),a.isValidText(y,E,z)?(a.Ea(a.name),a.qa=Zu,a.transactionResult=a.name,y.text=z,a.doSuccess(E,z),x!==null&&x.R("TextEdited",y,E),a.stopTransaction(),a.stopTool(),x!==null&&x.doFocus()):(a.qa=Gd,a.doError(E,z))}}Ii.prototype.doError=function(a,y){var x=this.textBlock;x.errorFunction!==null&&x.errorFunction(this,a,y),(a=this.currentTextEditor)&&a.show(x,this.diagram,this)},Ii.prototype.doSuccess=function(a,y){var x=this.textBlock;x.textEdited!==null&&x.textEdited(x,a,y)},Ii.prototype.doDeactivate=function(){var a=this.diagram;a!==null&&(this.qa=Xu,this.currentTextEditor!==null&&this.currentTextEditor.hide(a,this),this.textBlock=null,this.isActive=!1)},Ii.prototype.doStop=function(){xh=null},Ii.prototype.isValidText=function(a,y,x){var b=this.textValidation;return b!==null&&!b(a,y,x)?!1:(b=a.textValidation,!!(b===null||b(a,y,x)))},Ii.prototype.Lx=function(a){var y=this.Zh;return y.text=a,y.measure(this.textBlock.Ih,1/0),y},be.Object.defineProperties(Ii.prototype,{textBlock:{get:function(){return this.ia},set:function(a){this.ia=a}},currentTextEditor:{get:function(){return this.o},set:function(a){this.o=a}},defaultTextEditor:{get:function(){return this.j},set:function(a){this.j=a}},starting:{get:function(){return this.V},set:function(a){this.V=a}},textValidation:{get:function(){return this.vj},set:function(a){this.vj=a}},minimumEditorScale:{get:function(){return this.u},set:function(a){this.u=a}},selectsTextOnActivate:{get:function(){return this.F},set:function(a){this.F=a}},state:{get:function(){return this.qa},set:function(a){this.qa!==a&&(this.qa=a)}}}),Ii.prototype.measureTemporaryTextBlock=Ii.prototype.Lx;var Gf=new he(Ii,"LostFocus",0),Za=new he(Ii,"MouseDown",1),Hf=new he(Ii,"Tab",2),jd=new he(Ii,"Enter",3),q0=new he(Ii,"SingleClick",0),Ku=new he(Ii,"SingleClickSelected",1),Wf=new he(Ii,"DoubleClick",2),Xu=new he(Ii,"StateNone",0),Rd=new he(Ii,"StateActive",1),zd=new he(Ii,"StateEditing",2),ic=new he(Ii,"StateValidating",3),Gd=new he(Ii,"StateInvalid",4),Zu=new he(Ii,"StateValidated",5),xh=null;Ii.className="TextEditingTool",Ii.LostFocus=Gf,Ii.MouseDown=Za,Ii.Tab=Hf,Ii.Enter=jd,Ii.SingleClick=q0,Ii.SingleClickSelected=Ku,Ii.DoubleClick=Wf,Ii.StateNone=Xu,Ii.StateActive=Rd,Ii.StateEditing=zd,Ii.StateValidating=ic,Ii.StateInvalid=Gd,Ii.StateValidated=Zu,an("textEditingTool",function(){return this.findTool("TextEditing")},function(a){this.gb("TextEditing",a,this.mouseUpTools)});function Ps(a){Wd||(oc(),Wd=!0),this.H=cl,this.Ok=this.zb=this.vq=this.bc=!1,this.Qw=!0,this.Pk=Vl,this.Dm=!1,this.Gh=this.Jd=!0,this.Dg=600,this.cw=this.Ow=!1,this.Zd=new Ge,this.ce=new vr,this.ce.Yd=this,this.Ei=new Ge,this.pu=new Ge,this.Sr=new Ge,this.pr=new Ge,a&&Object.assign(this,a)}Ps.prototype.Xe=function(a){this.H=a},Ps.prototype.canStart=function(){return!0};function gl(a,y){a.Jd&&a.canStart(y)&&(a.Zd.add(y),a.defaultAnimation.isAnimating&&a.Cc(),yr(a.H),a.zb=!0)}function Vf(a){if(a.Jd&&a.zb){var y=a.ce,x=a.H,b=a.Zd.contains("Model");b&&(a.Ok=!0,a.Pk===Vl?(y.isViewportUnconstrained=!0,y.vc.clear(),y.add(x,"position",x.position.copy().offset(0,-200),x.position),y.add(x,"opacity",0,1)):a.Pk===rc&&y.vc.clear(),a.Qw=!!(a.Pk===Vd&&x.du.D(x.pa)),x.R("InitialAnimationStarting",a)),b&&!a.Gh||y.vc.count===0?(a.Zd.clear(),a.zb=!1,y.vc.clear(),Ud(y,x),a.Ok=!1,x.N()):(a.Zd.clear(),x.kg=!1,b=y.vc.get(x),x.autoScale!==br&&b!==null&&(delete b.start.scale,delete b.end.scale),ce.requestAnimationFrame(function(){a.zb===!1||y.bc||(x.Gf("temporaryPixelRatio")&&ts(x),uc(x),a.zb=!1,y.start(),y.bc&&(Ph(a),x.Ya(),sc(y,0),Zs(x,!0),iu(a),x.R("AnimationStarting",a)))}))}}function Wl(a){return a.Zd.contains("Trigger")&&a.Zd.count===1}function Uf(a,y,x,b){a.isTicking||Wl(a)||y instanceof Ae&&(y.fromNode!==null||y.toNode!==null)||a.ce.add(y,"position",x,b,!1)}xt=Ps.prototype,xt.fv=function(a){return this.ce.fv(a)},xt.Xu=function(a){return this.ce.Xu(a)};function Yf(a,y){function x(){if(0<E.Sr.count&&(b.addAll(E.Sr),E.Sr.clear(),E.bc=!0),E.bc!==!1&&b.count!==0){E.pu.addAll(b);for(var z=E.pu.iterator;z.next();){var tt=z.value;if(tt.bc!==!1){t:if(0<tt.yl.count)var ot=!0;else{for(ot=tt.vc.iterator;ot.next();){var rt=ot.key;if(rt instanceof Xt&&rt.diagram!==null||rt instanceof ne){ot=!0;break t}}ot=!1}ot?Yd(tt,!1):tt.Xk=!0}}E.pu.clear(),E.bc!==!1&&(Ph(E),Zs(E.H),iu(E)),ce.requestAnimationFrame(x)}}var b=a.Ei,E=a;a.bc?a.Sr.add(y):(a.bc=!0,b.add(y),ce.requestAnimationFrame(function(){x()}))}function Gp(a){for(a=a.Ei.iterator;a.next();)a.value.Xk=!1}function Ph(a){if(!a.vq){var y=a.H;a.Ow=y.skipsUndoManager,a.cw=y.skipsModelSourceBindings,y.skipsUndoManager=!0,y.skipsModelSourceBindings=!0,a.vq=!0}}function iu(a){var y=a.H;y.skipsUndoManager=a.Ow,y.skipsModelSourceBindings=a.cw,a.vq=!1}xt.Cc=function(a){var y=this.ce;if(this.zb===!0&&(this.Ok=this.zb=!1,this.Zd.clear(),0<y.vc.count&&this.H.$b()),this.bc){if(y.Ml(!0),y.vc.clear(),Ud(y,null),a===!0)for(a=this.Ei.Fa(),y=0;y<a.length;y++)a[y].Ml(!0)}else y.vc.clear(),Ud(y,this.H)},xt.Ml=function(a){a===this.defaultAnimation&&this.defaultAnimation.vc.clear(),this.Ei.remove(a),this.Ei.count===0&&(this.bc=!1,this.H.$b()),a===this.defaultAnimation&&(this.defaultAnimation.vc.clear(),this.H.R("AnimationFinished",this))},xt.Cj=function(a,y){this.zb&&(this.Zd.contains("Expand Tree")||this.Zd.contains("Expand SubGraph"))&&(this.ce.Cj(a,y),hs(this,a))},xt.Aj=function(a,y){this.zb&&(this.Zd.contains("Collapse Tree")||this.Zd.contains("Collapse SubGraph"))&&(this.ce.Aj(a,y),wh(this.ce,y,"position",y.position,y.position),hs(this,a))};function Hp(a,y,x){!a.zb||y.D(x)||Wl(a)||(a.H.pi||(y=x.copy()),wh(a.ce,a.H,"position",y,x))}function _f(a,y,x){y.fd&&(y.Tg=x,a.pr.add(y))}function hs(a,y){for(y=y.findLinksConnected();y.next();){var x=y.value;x.fd&&(x.Tg=x.points.copy(),a.pr.add(x))}}function ou(a,y,x,b,E){a===null&&(a=[0,0,0,0]),y===null&&(y=[0,0,0,0]);var z=a[0],tt=a[1],ot=a[2];a=a[3];var rt=y[0],at=y[1],ht=y[2];return y=y[3],ot===0||ot===100?(z=rt,tt=at):(ht===0||ht===100)&&(rt=z,at=tt),180<Math.abs(rt-z)&&(rt>z?z+=360:rt+=360),z=E(x,z,rt-z,b)%360,tt=E(x,tt,at-tt,b),ot=E(x,ot,ht-ot,b),x=E(x,a,y-a,b),"hsla("+z+", "+tt+"%, "+ot+"%, "+x+")"}function oc(){function a(x,b,E,z,tt,ot){x.position=new It(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot))}var y=new yn;y.add("position:diagram",a),y.add("position",a),y.add("position:part",function(x,b,E,z,tt,ot){tt<ot?x.mm(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot),!1):x.position=new It(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot))}),y.add("location",function(x,b,E,z,tt,ot){tt<ot?x.mm(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot),!0):x.location=new It(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot))}),y.add("position:placeholder",function(x,b,E,z,tt,ot){tt<ot?x.mm(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot),!1):x.position=new It(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot))}),y.add("position:nodeCollapse",function(x,b,E,z,tt,ot){var rt=x.actualBounds,at=E.actualBounds;E=at.x+at.width/2-rt.width/2,rt=at.y+at.height/2-rt.height/2,tt<ot?x.mm(z(tt,b.x,E-b.x,ot),z(tt,b.y,rt-b.y,ot),!1):x.position=new It(z(tt,b.x,E-b.x,ot),z(tt,b.y,rt-b.y,ot))}),y.add("desiredSize",function(x,b,E,z,tt,ot){x.desiredSize=new ge(z(tt,b.width,E.width-b.width,ot),z(tt,b.height,E.height-b.height,ot))}),y.add("width",function(x,b,E,z,tt,ot){x.width=z(tt,b,E-b,ot)}),y.add("height",function(x,b,E,z,tt,ot){x.height=z(tt,b,E-b,ot)}),y.add("fill",function(x,b,E,z,tt,ot){x.fill=ou(b,E,tt,ot,z)}),y.add("stroke",function(x,b,E,z,tt,ot){x.stroke=ou(b,E,tt,ot,z)}),y.add("strokeWidth",function(x,b,E,z,tt,ot){x.strokeWidth=z(tt,b,E-b,ot)}),y.add("strokeDashOffset",function(x,b,E,z,tt,ot){x.strokeDashOffset=z(tt,b,E-b,ot)}),y.add("background",function(x,b,E,z,tt,ot){x.background=ou(b,E,tt,ot,z)}),y.add("areaBackground",function(x,b,E,z,tt,ot){x.areaBackground=ou(b,E,tt,ot,z)}),y.add("opacity",function(x,b,E,z,tt,ot){x.opacity=z(tt,b,E-b,ot)}),y.add("scale",function(x,b,E,z,tt,ot){x.scale=z(tt,b,E-b,ot)}),y.add("angle",function(x,b,E,z,tt,ot){x.angle=z(tt,b,E-b,ot)}),Hd=y}be.Object.defineProperties(Ps.prototype,{animationReasons:{get:function(){return this.Zd}},isEnabled:{get:function(){return this.Jd},set:function(a){(this.Jd=a)&&this.Ei.each(function(y){y.isAnimating||y.runCount!==1/0||y.start()})}},duration:{get:function(){return this.Dg},set:function(a){1>a&&Hn(a,">= 1",Ps,"duration"),this.Dg=a}},isAnimating:{get:function(){return this.bc}},isTicking:{get:function(){return this.vq}},isInitial:{get:function(){return this.Gh},set:function(a){this.Gh=a}},defaultAnimation:{get:function(){return this.ce}},activeAnimations:{get:function(){return this.Ei}},initialAnimationStyle:{get:function(){return this.Pk},set:function(a){this.Pk=a}}}),Ps.prototype.stopAnimation=Ps.prototype.Cc;var Hd=null,Wd=!1,Vl=new he(Ps,"Default",1),Vd=new he(Ps,"AnimateLocations",2),rc=new he(Ps,"None",3);Ps.className="AnimationManager",Ps.defineAnimationEffect=function(a,y){Wd||(oc(),Wd=!0),Hd.add(a,y)},Ps.Default=Vl,Ps.AnimateLocations=Vd,Ps.None=rc;function vr(a){this.vu=this.Nw=this.Yd=this.H=null,this.Xk=this.bc=this.j=!1,this.cn=this.Qd=0,this.Lp=this.ot=Ju,this.Wk=this.ho=!1,this.cu=1,this.au=0,this.Gd=this.Dg=NaN,this.gw=0,this.dn=null,this.o=er,this.vc=new yn,this.Tt=new yn,this.yl=new Ge,this.Ut=new Ge,this.dw=kh,a&&Object.assign(this,a)}vr.prototype.suspend=function(){this.Xk=!0},vr.prototype.advanceTo=function(a,y){y&&(this.Xk=!1),this.ho&&a>=this.Gd&&(this.Wk=!0,a-=this.Gd),this.gw=a,Yd(this,!0),Ph(this.Yd),Zs(this.H),iu(this.Yd),this.H.redraw()};function Ud(a,y){if(a.Tt.clear(),a.Wk=!1,a.au=0,a.Gd=NaN,0<a.yl.count&&a.yl.clear(),0<a.Ut.count&&a.Ut.clear(),y!==null)for(a=y.links;a.next();)a.value.Tg=null}xt=vr.prototype,xt.start=function(){if(this.vc.count===0||this.bc)return this;for(var a=this.H,y=this.vc.iterator;y.next();){var x=y.key;a===null&&(x instanceof ne?a=x:x instanceof Xt&&(a=x.diagram))}if(a!==null)this.H=a,this.Yd=a.animationManager;else return this;return y=this.Yd,y.isEnabled===!1?this:(this.Gd=isNaN(this.Dg)?y.duration:this.Dg,this.Lp=this.ot,y.Ok&&y.Pk===Vl&&this===y.defaultAnimation&&(this.Lp=Wp,this.Gd=isNaN(this.Dg)?y.duration===600?900:y.duration:this.Dg),this.dw=a.scrollMode,this.isViewportUnconstrained&&(a.sj=$d),Ph(y),this.yl.each(function(b){b.data=null,a.add(b)}),iu(y),this.bc=!0,this.Qd=+new Date,this.cn=this.Qd+this.Gd,Yf(y,this),this)},xt.Iy=function(a,y){return a.Zc()?(this.yl.add(a),this.H=y,this):this},xt.add=function(a,y,x,b,E){if(y==="position"&&x.Xa(b))return this;if(this.H===null&&(a instanceof ne?this.H=a:a instanceof Xt&&a.diagram!==null&&(this.H=a.diagram)),a instanceof gn){if(!a.isAnimated)return this;y==="position"&&(y="position:part")}return wh(this,a,y,x,b,E),this};function wh(a,y,x,b,E,z){var tt=a.vc;if(y instanceof ne&&x==="position"&&(x="position:diagram"),(x==="fill"||x==="stroke"||x==="background"||x==="areaBackground")&&(Kl(b),sv(),b=[js.j,js.u,js.o,js.F],Kl(E),sv(),E=[js.j,js.u,js.o,js.F]),tt.contains(y)){var ot=tt.I(y),rt=ot.start,at=ot.end;rt[x]===void 0&&(rt[x]=ru(b)),at[x]=ru(E)}else rt={},at={},rt[x]=ru(b),at[x]=ru(E),ot=rt.position,y instanceof Xt&&ot instanceof It&&!ot.w()&&y.diagram.animationManager.Zd.contains("Expand SubGraph")&&ot.assign(at.position),ot=new su(rt,at,z),tt.add(y,ot);tt=rt[x],tt instanceof It&&!tt.w()&&tt.assign(a.o),z&&x.indexOf("position:")===0&&y instanceof gn?ot.Ku.location=ru(y.location):z&&(ot.Ku[x]=ru(b))}function ru(a){return a instanceof It||a instanceof Ye?a.copy():a}xt.fv=function(a){return this.bc?(a=this.vc.I(a),a!==null&&a.nv):!1},xt.Xu=function(a){return this.bc?(a=this.vc.I(a),a!==null&&(a.start.position||a.start.location)):!1};function Yd(a,y){if(!a.Xk||y){var x=a.Yd;if(a.bc!==!1){var b=+new Date,E=b>a.cn?a.Gd:b-a.Qd;y&&(E=a.gw,E<a.Gd?(a.Qd=+new Date-E,a.cn=a.Qd+a.Gd):E=a.Gd),Ph(x),sc(a,E),Zs(a.H,!0),iu(x),b>a.cn&&(a.ho&&!a.Wk?(a.Qd=+new Date,a.cn=a.Qd+a.Gd,a.Wk=!0):a.Ml(!1))}}}function sc(a,y){for(var x=a.Gd,b=a.vc.iterator,E=a.Wk;b.next();){var z=b.key;if(!(z instanceof Xt&&z.diagram===null)){var tt=b.value,ot=E?tt.end:tt.start;tt=E?tt.start:tt.end;var rt=Hd,at;for(at in tt)at==="position"&&(tt["position:placeholder"]||tt["position:nodeCollapse"])||rt.get(at)===null||rt.get(at)(z,ot[at],tt[at],a.Lp,y,x,a)}}}xt.stop=function(){return this.bc?(this.Ml(!0),this):this},xt.Ml=function(a){if(this.vu!==null&&this.vu.jo.remove(this.Nw),this.bc){var y=this.H,x=this.Yd;this.Xk=this.bc=x.Ok=!1,Ph(x);for(var b=this.vc,E=this.yl.iterator;E.next();)y.remove(E.value);for(E=this.Ut.iterator;E.next();)E.value.v();E=this.ho,b=b.iterator;for(var z=Hd;b.next();){var tt=b.key,ot=b.value,rt=E?ot.end:ot.start,at=E?ot.start:ot.end,ht=ot.Ku,gt;for(gt in at)if(z.get(gt)!==null){var mt=gt;!ot.Hu||mt!=="position:nodeCollapse"&&mt!=="position:placeholder"||(mt="position"),z.get(mt)(tt,rt[gt],ht[gt]!==void 0?ht[gt]:ot.Hu?rt[gt]:at[gt],this.Lp,this.Gd,this.Gd,this)}ot.Hu&&ht.location!==void 0&&tt instanceof gn&&(tt.location=ht.location),ot.nv&&tt instanceof gn&&tt.Zb(!1)}if(y.As.clear(),_d(y,!1),y.Ya(),y.N(),Zs(y,!0),x.defaultAnimation===this){for(gt=x.pr.iterator;gt.next();)E=gt.value,E.Tg!==null&&(E.points=E.Tg,E.Tg=null);x.pr.clear()}Zs(y,!0),this.isViewportUnconstrained&&(y.scrollMode=this.dw),iu(x),this.au++,!a&&this.cu>this.au?(this.Wk=!1,this.start()):(this.dn&&this.dn(this),Ud(this,null),x.Ml(this),y.$b())}},xt.Cj=function(a,y){var x=y.actualBounds,b=null;if(y instanceof En&&(b=y.placeholder),b!==null?(x=b.ga(gr),b=b.padding,x.x+=b.left,x.y+=b.top,this.add(a,"position",x,a.position,!1)):this.add(a,"position",new It(x.x+x.width/2,x.y+x.height/2),a.position,!1),this.add(a,"scale",.01,a.scale,!1),a instanceof En)for(a=a.memberParts;a.next();)b=a.value,b instanceof Ke&&this.Cj(b,y)},xt.Aj=function(a,y){if(a.isVisible()){var x=null;if(y instanceof En&&(x=y.placeholder),x!==null){var b=x.ga(gr);x=x.padding,b.x+=x.left,b.y+=x.top,this.add(a,"position:placeholder",a.position,b,!0)}else this.add(a,"position:nodeCollapse",a.position,y,!0);if(this.add(a,"scale",a.scale,.01,!0),b=this.vc,b.contains(a)&&(b.I(a).nv=!0),a instanceof En)for(a=a.memberParts;a.next();)b=a.value,b instanceof Ke&&this.Aj(b,y)}},xt.Ez=function(a){var y=this.Tt.get(a);return y===null&&(y={},this.Tt.add(a,y)),y},be.Object.defineProperties(vr.prototype,{duration:{get:function(){return this.Dg},set:function(a){1>a&&Hn(a,">= 1",vr,"duration"),this.Dg=a}},reversible:{get:function(){return this.ho},set:function(a){this.ho=a}},runCount:{get:function(){return this.cu},set:function(a){0<a?this.cu=a:se("Animation.runCount value must be a positive integer.")}},finished:{get:function(){return this.dn},set:function(a){this.dn!==a&&(this.dn=a)}},easing:{get:function(){return this.ot},set:function(a){this.ot=a}},isViewportUnconstrained:{get:function(){return this.j},set:function(a){this.j=a}},isAnimating:{get:function(){return this.bc}}}),vr.prototype.getTemporaryState=vr.prototype.Ez,vr.prototype.stop=vr.prototype.stop,vr.prototype.add=vr.prototype.add,vr.prototype.addTemporaryPart=vr.prototype.Iy;function Ju(a,y,x,b){return a/=b/2,1>a?x/2*a*a+y:-x/2*(--a*(a-2)-1)+y}function Wp(a,y,x,b){return a===b?y+x:x*(-Math.pow(2,-10*a/b)+1)+y}vr.className="Animation",vr.EaseLinear=function(a,y,x,b){return x*a/b+y},vr.EaseInOutQuad=Ju,vr.EaseInQuad=function(a,y,x,b){return x*(a/=b)*a+y},vr.EaseOutQuad=function(a,y,x,b){return-x*(a/=b)*(a-2)+y},vr.EaseInExpo=function(a,y,x,b){return a===0?y:x*Math.pow(2,10*(a/b-1))+y},vr.EaseOutExpo=Wp;function su(a,y,x){this.start=a,this.end=y,this.Ku={},this.Hu=x,this.nv=!1}su.className="AnimationState";function xa(a,y,x){this.xd=null,this.rf=a,this.so=x||ac,this.uk=null,y!==void 0&&(this.uk=y,x===void 0&&(this.so=au))}xa.prototype.copy=function(){var a=new xa(this.rf);a.so=this.so;var y=this.uk;if(y!==null){var x={};y.duration!==void 0&&(x.duration=y.duration),y.finished!==void 0&&(x.finished=y.finished),y.easing!==void 0&&(x.easing=y.easing),a.uk=x}return a};function Vp(a,y){a=a.uk,a!==null&&(a.duration&&(y.duration=a.duration),a.finished&&(y.finished=a.finished),a.easing&&(y.easing=a.easing))}be.Object.defineProperties(xa.prototype,{propertyName:{get:function(){return this.rf},set:function(a){this.rf=a}},animationSettings:{get:function(){return this.uk},set:function(a){this.uk=a}},startCondition:{get:function(){return this.so},set:function(a){this.so=a}}});var ac=new he(xa,"Default",1),au=new he(xa,"Immediate",2),Qu=new he(xa,"Bundled",3);xa.className="AnimationTrigger",xa.Default=ac,xa.Immediate=au,xa.Bundled=Qu;function $o(a){qi(this),this.H=null,this.Pa=new Oe,this.xa="",this.pb=1,this.o=!1,this.j=this.Uh=this.u=this.Oi=this.Ni=this.Mi=this.Li=this.Ji=this.Ki=this.Ii=this.Qi=this.Hi=this.Pi=this.Gi=this.Fi=!0,this.Zq=[],a&&Object.assign(this,a)}xt=$o.prototype,xt.clear=function(){for(var a=this.Pa,y=0;y<a.length;y++){var x=a.s[y];x.Ig=null,kr(x)}a.clear(),this.Zq.length=0},xt.Xe=function(a){this.H=a},xt.toString=function(a){a===void 0&&(a=0);var y='Layer "'+this.name+'"';if(0>=a)return y;for(var x=0,b=0,E=0,z=0,tt=0,ot=this.Pa.iterator;ot.next();){var rt=ot.value;rt instanceof En?E++:rt instanceof Ke?b++:rt instanceof Ae?z++:rt instanceof hi?tt++:x++}if(ot="",0<x&&(ot+=x+" Parts "),0<b&&(ot+=b+" Nodes "),0<E&&(ot+=E+" Groups "),0<z&&(ot+=z+" Links "),0<tt&&(ot+=tt+" Adornments "),1<a)for(a=this.Pa.iterator;a.next();)x=a.value,ot+=`
|
|
`+x.toString(),b=x.data,b!==null&&fo(b)&&(ot+=" #"+fo(b)),x instanceof Ke?ot+=" "+Hi(b):x instanceof Ae&&(ot+=" "+Hi(x.fromNode)+" "+Hi(x.toNode));return y+" "+this.Pa.count+": "+ot},xt.ic=function(a,y,x){if(y===void 0&&(y=null),x===void 0&&(x=null),this.Uh===!1)return null;var b=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(b=!0);for(var E=It.alloc(),z=this.Pa.s,tt=z.length;tt--;){var ot=z[tt];if((b!==!0||vu(ot)!==!1)&&ot.isVisible()&&(E.assign(a),co(E,ot.oe),ot=ot.ic(E,y,x),ot!==null&&(y!==null&&(ot=y(ot)),ot!==null&&(x===null||x(ot)))))return It.free(E),ot}return It.free(E),null},xt.ji=function(a,y,x,b){if(y===void 0&&(y=null),x===void 0&&(x=null),b instanceof Oe||b instanceof Ge||(b=new Ge),this.Uh===!1)return b;var E=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(E=!0);for(var z=It.alloc(),tt=this.Pa.s,ot=tt.length;ot--;){var rt=tt[ot];if((E!==!0||vu(rt)!==!1)&&rt.isVisible()){z.assign(a),co(z,rt.oe);var at=rt;rt.ji(z,y,x,b)&&(y!==null&&(at=y(at)),at===null||x!==null&&!x(at)||b.add(at))}}return It.free(z),b},xt.Cf=function(a,y,x,b,E){if(y===void 0&&(y=null),x===void 0&&(x=null),b===void 0&&(b=!1),E instanceof Oe||E instanceof Ge||(E=new Ge),this.Uh===!1)return E;var z=!1;this.diagram!==null&&this.diagram.viewportBounds.Re(a)&&(z=!0);for(var tt=this.Pa.s,ot=tt.length;ot--;){var rt=tt[ot];if((z!==!0||vu(rt)!==!1)&&rt.isVisible()){var at=rt;rt.Cf(a,y,x,b,E)&&(y!==null&&(at=y(at)),at===null||x!==null&&!x(at)||E.add(at))}}return E},xt.Nu=function(a,y,x,b,E,z,tt){if(this.Uh===!1)return E;for(var ot=this.Pa.s,rt=ot.length;rt--;){var at=ot[rt];if((tt!==!0||vu(at)!==!1)&&z(at)&&at.isVisible()){var ht=at;at.Cf(a,y,x,b,E)&&(y!==null&&(ht=y(ht)),ht===null||x!==null&&!x(ht)||E.add(ht))}}return E},xt.og=function(a,y,x,b,E,z){if(x===void 0&&(x=null),b===void 0&&(b=null),E===void 0&&(E=!0),E!==!1&&E!==!0&&((E instanceof Oe||E instanceof Ge)&&(z=E),E=!0),z instanceof Oe||z instanceof Ge||(z=new Ge),this.Uh===!1)return z;var tt=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(tt=!0);for(var ot=It.alloc(),rt=It.alloc(),at=this.Pa.s,ht=at.length;ht--;){var gt=at[ht];if((tt!==!0||vu(gt)!==!1)&>.isVisible()){ot.assign(a),co(ot,gt.oe),rt.h(a.x+y,a.y),co(rt,gt.oe);var mt=gt;gt.og(ot,rt,x,b,E,z)&&(x!==null&&(mt=x(mt)),mt===null||b!==null&&!b(mt)||z.add(mt))}}return It.free(ot),It.free(rt),z},xt.Fd=function(a,y){if(this.visible){var x=this.Pa.s,b=x.length;if(b!==0){a=Dn();for(var E=Dn(),z=0;z<b;z++){var tt=x[z];if(tt.vw=z,tt instanceof Ae){if(tt.fd===!1)continue}else if(tt instanceof hi&&tt.adornedPart!==null)continue;var ot=tt.actualBounds;tt.isVisible()&&sh(ot,y)?(tt.Fd(!0),a.push(tt)):(tt.Fd(!1),tt.adornments!==null&&0<tt.adornments.count&&E.push(tt))}for(y=0;y<a.length;y++)for(x=a[y],Ov(x),x=x.adornments;x.next();)b=x.value,b.measure(1/0,1/0),b.arrange(),b.Fd(!0);for(y=0;y<E.length;y++)Ov(E[y]);Tn(a),Tn(E)}}};function Ul(a,y){var x=1;return a.pb!==1&&(x=y.globalAlpha,y.globalAlpha=x*a.pb),x}xt.gc=function(a,y,x){if(this.visible&&this.pb!==0&&(x===void 0&&(x=!0),x||!this.isTemporary)){x=this.Pa.s;var b=x.length;if(b!==0){if(a.isTemporary)for(var E=0;E<b;E++)x[E].Gj();E=Ul(this,a);var z=this.Zq;z.length=0;for(var tt=y.scale,ot=ge.alloc(),rt=0;rt<b;rt++)this.Oj(a,x[rt],y,z,tt,ot,!0);if(ge.free(ot),a.isTemporary)for(y=0;y<b;y++)x[y].Gj();a.globalAlpha=E}}};function Up(a,y,x,b,E){if(a.visible&&a.pb!==0&&(E||!a.isTemporary)){E=a.Pa.s;var z=E.length;if(z!==0){var tt=Ul(a,y),ot=a.Zq;ot.length=0;for(var rt=x.scale,at=ge.alloc(),ht=0;ht<z;ht++){var gt=E[ht];b.contains(gt)&&a.Oj(y,gt,x,ot,rt,at,!1)}ge.free(at),y.globalAlpha=tt}}}xt.Oj=function(a,y,x,b,E,z,tt){if(tt&&!vu(y))a.Hs(y);else{if(b!==null&&y instanceof Ae&&(y.isOrthogonal&&b.push(y),y.fd===!1)){a.Hs(y);return}for(tt=!1,b=y.containingGroup;b!==null;)tt?b.tb!==null&&z.Ex(b.tb):b.tb!==null&&(tt=!0,z.assign(b.tb)),b=b.containingGroup;var ot=y.actualBounds;if(b=!1,tt&&y.isVisible()){if(!z.Yc(ot)){a.Hs(y);return}b=!z.Re(ot)}b&&(a.save(),a instanceof ws?a.bk=z.copy():(a.beginPath(),a.rect(z.x,z.y,z.width,z.height),a.clip())),ot.width*E>x.Oq||ot.height*E>x.Oq?y.gc(a,x):(E=y.actualBounds,z=y.naturalBounds,E.width===0||E.height===0||isNaN(E.x)||isNaN(E.y)||!y.isVisible()||(x=y.transform,y.areaBackground!==null&&(no(y,a,y.areaBackground,!0,!0,z,E),a.fillRect(E.x,E.y,E.width,E.height)),y.areaBackground===null&&y.background===null&&(no(y,a,"rgba(0,0,0,0.3)",!0,!1,z,E),a.fillRect(E.x,E.y,E.width,E.height)),y.background!==null&&(a.transform(x.m11,x.m12,x.m21,x.m22,x.dx,x.dy),no(y,a,y.background,!0,!1,z,E),a.fillRect(0,0,z.width/2,z.height/2),x.ws()||(y=1/(x.m11*x.m22-x.m12*x.m21),a.transform(x.m22*y,-x.m12*y,-x.m21*y,x.m11*y,y*(x.m21*x.dy-x.m22*x.dx),y*(x.m12*x.dx-x.m11*x.dy)))))),b&&(a.restore(),a.Vc(!0))}},xt.g=function(a,y,x,b,E){var z=this.diagram;z!==null&&z.cb(_i,a,this,y,x,b,E)},xt.oi=function(a,y,x){var b=this.Pa;if(y.Ig=this,this===null&&kr(y),a>=b.count)a=b.count;else if(b.M(a)===y)return-1;return b.Gb(a,y),y.Vo(x),b=this.diagram,b!==null&&(x?b.N():b.oi(y)),Kf(this,a,y),a},xt.pc=function(a,y,x){if(!x&&y.layer!==this&&y.layer!==null)return y.layer.pc(a,y,x);var b=this.Pa;if(0>a||a>=b.length){if(a=b.indexOf(y),0>a)return-1}else if(b.M(a)!==y&&(a=b.indexOf(y),0>a))return-1;return y.Wo(x),b.mb(a),b=this.diagram,b!==null&&(x?b.N():b.pc(y)),y.Ig=null,kr(y),a};function Kf(a,y,x){if(y=Yp(a,y,x),x instanceof En&&x!==null&&isNaN(x.zOrder)){if(x.memberParts.count!==0){for(var b=-1,E=a.Pa.s,z=E.length,tt=0;tt<z;tt++){var ot=E[tt];if(ot===x&&(y=tt,0<=b)||0>b&&ot.containingGroup===x&&(b=tt,0<=y))break}!(0>b)&&b<y&&(E=a.Pa,E.mb(y),E.Gb(b,x))}y=x.containingGroup,y!==null&&Kf(a,-1,y)}x.svg!==null&&x.svg.remove()}function Yp(a,y,x){var b=x.zOrder;if(isNaN(b))return y;a=a.Pa;var E=a.count;if(1>=E)return y;if(0>y&&(y=a.indexOf(x)),0>y)return-1;for(var z=y-1,tt=NaN;0<=z&&(tt=a.M(z).zOrder,!!isNaN(tt));)z--;for(var ot=y+1,rt=NaN;ot<E&&(rt=a.M(ot).zOrder,!!isNaN(rt));)ot++;if(!isNaN(tt)&&tt>b)for(;;){if(z===-1||tt<=b){if(z++,z===y)break;return a.mb(y),a.Gb(z,x),z}for(tt=NaN;0<=--z&&(tt=a.M(z).zOrder,isNaN(tt)););}else if(!isNaN(rt)&&rt<b)for(;;){if(ot===E||rt>=b){if(ot--,ot===y)break;return a.mb(y),a.Gb(ot,x),ot}for(rt=NaN;++ot<E&&(rt=a.M(ot).zOrder,isNaN(rt)););}return y}be.Object.defineProperties($o.prototype,{parts:{get:function(){return this.Pa.iterator}},partsBackwards:{get:function(){return this.Pa.iteratorBackwards}},diagram:{get:function(){return this.H}},name:{get:function(){return this.xa},set:function(a){var y=this.xa;if(y!==a){var x=this.diagram;if(x!==null)for(y===""&&se("Cannot rename default Layer to: "+a),x=x.layers;x.next();)x.value.name===a&&se("Layer.name is already present in this diagram: "+a);for(this.xa=a,this.g("name",y,a),a=this.Pa.iterator;a.next();)a.value.layerName=this.xa}}},opacity:{get:function(){return this.pb},set:function(a){var y=this.pb;y!==a&&((0>a||1<a)&&Hn(a,"0 <= value <= 1",$o,"opacity"),this.pb=a,this.g("opacity",y,a),a=this.diagram,a!==null&&a.N())}},isTemporary:{get:function(){return this.o},set:function(a){var y=this.o;y!==a&&((this.o=a)&&(this.isInDocumentBounds=!1),this.g("isTemporary",y,a))}},visible:{get:function(){return this.u},set:function(a){var y=this.u;if(y!==a){for(this.u=a,this.g("visible",y,a),y=this.Pa.iterator;y.next();)y.value.Zb(a);a=this.diagram,a!==null&&a.N()}}},pickable:{get:function(){return this.Uh},set:function(a){var y=this.Uh;y!==a&&(this.Uh=a,this.g("pickable",y,a))}},isInDocumentBounds:{get:function(){return this.j},set:function(a){this.j!==a&&(this.j=a,this.diagram!==null&&this.diagram.Ya())}},allowCopy:{get:function(){return this.Fi},set:function(a){var y=this.Fi;y!==a&&(this.Fi=a,this.g("allowCopy",y,a))}},allowDelete:{get:function(){return this.Gi},set:function(a){var y=this.Gi;y!==a&&(this.Gi=a,this.g("allowDelete",y,a))}},allowTextEdit:{get:function(){return this.Pi},set:function(a){var y=this.Pi;y!==a&&(this.Pi=a,this.g("allowTextEdit",y,a))}},allowGroup:{get:function(){return this.Hi},set:function(a){var y=this.Hi;y!==a&&(this.Hi=a,this.g("allowGroup",y,a))}},allowUngroup:{get:function(){return this.Qi},set:function(a){var y=this.Qi;y!==a&&(this.Qi=a,this.g("allowUngroup",y,a))}},allowLink:{get:function(){return this.Ii},set:function(a){var y=this.Ii;y!==a&&(this.Ii=a,this.g("allowLink",y,a))}},allowRelink:{get:function(){return this.Ki},set:function(a){var y=this.Ki;y!==a&&(this.Ki=a,this.g("allowRelink",y,a))}},allowMove:{get:function(){return this.Ji},set:function(a){var y=this.Ji;y!==a&&(this.Ji=a,this.g("allowMove",y,a))}},allowReshape:{get:function(){return this.Li},set:function(a){var y=this.Li;y!==a&&(this.Li=a,this.g("allowReshape",y,a))}},allowResize:{get:function(){return this.Mi},set:function(a){var y=this.Mi;y!==a&&(this.Mi=a,this.g("allowResize",y,a))}},allowRotate:{get:function(){return this.Ni},set:function(a){var y=this.Ni;y!==a&&(this.Ni=a,this.g("allowRotate",y,a))}},allowSelect:{get:function(){return this.Oi},set:function(a){var y=this.Oi;y!==a&&(this.Oi=a,this.g("allowSelect",y,a))}}}),$o.prototype.findObjectsNear=$o.prototype.og,$o.prototype.findObjectsIn=$o.prototype.Cf,$o.prototype.findObjectsAt=$o.prototype.ji,$o.prototype.findObjectAt=$o.prototype.ic,$o.className="Layer";function ne(a,y){if(rm||(Cr(),rm=!0),qi(this),cl=this,this.vb=!0,this.Ka=null,this.ya=this.Aa=0,this.ta=null,to){var x=this,b=function(){x.removeEventListener(ce.document,"DOMContentLoaded",b,!1),x.setRTL()};ce.document.body!==null?this.setRTL():x.addEventListener(ce.document,"DOMContentLoaded",b,!1)}this.ol=null,og.add("Model",yi);var E=this;return this.Hb=function(z){var tt=E.partManager;if(z.model===tt.diagram.model&&tt.diagram.aa){tt.diagram.aa=!1;try{var ot=z.change;z.modelChange===""&&ot===_i&&tt.updateDataBindings(z.object,z.propertyName)}finally{tt.diagram.aa=!0}}},this.Oc=function(z){E.partManager.doModelChanged(z)},this.hu=this.ku=null,_p(this),this.model=uy(),this.Wg=!0,Xp(this),this.layout=new Wi,this.Wg=!1,this.ck=this.ek=this.fk=this.dk=this.ui=this.aA=this.$j=this.Ov=null,this.hk=function(){},this.preventDefault=null,this.rn=!1,this.Yf=new sm,a!==void 0&&(typeof a=="string"||ce.Element&&a instanceof Element?hc(this,a):y=a),this.vb=!1,y&&this.nm(y),this}var lu,cl;function _p(a){a.Yd=new Ps,a.Yd.Xe(a),a.Db=17,a.Gw=!1,a.tn=!1,a.bu="default",a.Wa=new Oe,a.pj=new yn,a.nl="default",a.Tx(),a.Sx(),a.pb=1,a.pa=new It(NaN,NaN).freeze(),a.du=new It(NaN,NaN),a.Ca=1,a.Pp=1,a.zt=new It(NaN,NaN).freeze(),a.At=NaN,a.Ot=1e-4,a.Mt=100,a.Ab=new Wn,a.zu=new It(NaN,NaN).freeze(),a.ut=new ge(NaN,NaN,NaN,NaN).freeze(),a.rj=new Gn(0,0,0,0).freeze(),a.sj=kh,a.nu=!1,a.Zt=null,a.fu=null,a.yh=br,a.zk=cr,a.Fg=br,a.pq=cr,a.yt=gr,a.Bt=gr,a.Fc=!0,a.pn=!1,a.De=new Ge,a.Eh=new yn,a.Xm=!0,a.vp=250,a.vk=-1,a.xp=new Gn(16,16,16,16).freeze(),a.kg=!1,a.Jk=!1,a.fn=!0,a.bq=new Nr,a.bq.diagram=a,a.Qg=new Nr,a.Qg.diagram=a,a.cj=new Nr,a.cj.diagram=a,a.zg=null,a.pf=null,a.qu=!1,ev(a),a.ai=new Ge,a.Ht=!0,a.uu=Mh,a.pw=!1,a.wu=Qd,a.it="auto",a.Op="auto",a.zh=null,a.Fh=null,a.Bh=null,a.Qh=null,a.Oh=null,a.Nh=null,a.Qt=null,a.Lh=null,a.xt=!1,a.Mh=null,a.Ph=null,a.$h=null,a.Ch=null,a.Rt=!1,a.Yt={},a.oj=[null,null],a.Wg=!1,a.Iw=!1,a.ou=!1,a.lt=!1,a.rw=!0,a.ld=!1,a.$i=!1,a.Tw=!0,a.Ce=-2,a.Og=new yn,a.Xn=new Oe,a.Gg=!1,a.Jd=!0,a.Us=!0,a.Fi=!0,a.Gi=!0,a.Vs=!1,a.Ws=!0,a.Pi=!0,a.Hi=!0,a.Qi=!0,a.Ys=!0,a.Ii=!0,a.Ki=!0,a.Ji=!0,a.Li=!0,a.Mi=!0,a.Ni=!0,a.Oi=!0,a.Zs=!0,a.at=!0,a.qw=!1,a.Vk=!1,a.mn=!0,a.nn=!0,a.Xs=!0,a.$s=!0,a.iu=16,a.mu=16,a.qr=!1,a.gu=!1,a.lu=0,a.ju=0,a.yb=new Gn(5).freeze(),a.Hw=new Ge().freeze(),a.Nt=999999999,a.nw=new Ge().freeze(),a.Zi=!0,a.Ee=!0,a.vd=!0,a.Be=!1,a.gf=!1,a.xh=!0,a.hf=!1,a.sy=new Ge,a.ow=new Ge,a.Xh=null,a.aw=new Ye(8,8),a.bw=999,a.Bw=1,a.Jw=0,a.fc={scale:1,position:new It,bounds:new ge,Py:new Ye,bA:new Ye,Oz:!1},a.fc.canvasSize=a.fc.Py,a.fc.newCanvasSize=a.fc.bA,a.fc.isScroll=!1,a.Rw=new ge(NaN,NaN,NaN,NaN).freeze(),a.wo=new Ye(NaN,NaN).freeze(),a.Sp=new ge(NaN,NaN,NaN,NaN).freeze(),a.It=!1,a.Lg=new yn;var y=new Ke,x=new Fi;x.bind(new Po("text","",Hi)),y.add(x),a.ny=y,a.Lg.add("",y),y=new Ke,x=new Fi,x.stroke="brown",x.bind(new Po("text","",Hi)),y.add(x),a.Lg.add("Comment",y),y=new Ke,y.selectable=!1,y.avoidable=!1,x=new In,x.figure="Ellipse",x.fill="black",x.stroke=null,x.desiredSize=new Ye(3,3).ja(),y.add(x),a.Lg.add("LinkLabel",y),a.Yi=new yn,y=new En,y.selectionObjectName="GROUPPANEL",y.type=Ne.Vertical,x=new Fi,x.font="bold 12pt sans-serif",x.bind(new Po("text","",Hi)),y.add(x),x=new Ne(Ne.Auto),x.name="GROUPPANEL";var b=new In;b.figure="Rectangle",b.fill="rgba(128,128,128,0.2)",b.stroke="black",x.add(b),b=new Ur,b.padding=new Gn(5,5,5,5).ja(),x.add(b),y.add(x),a.ly=y,a.Yi.add("",y),a.Kh=new yn,y=new Ae,x=new In,x.isPanelMain=!0,y.add(x),x=new In,x.toArrow="Standard",x.fill="black",x.stroke=null,x.strokeWidth=0,y.add(x),a.my=y,a.Kh.add("",y),y=new Ae,x=new In,x.isPanelMain=!0,x.stroke="brown",y.add(x),a.Kh.add("Comment",y),y=new hi,y.type=Ne.Auto,x=new In,x.fill=null,x.stroke="dodgerblue",x.strokeWidth=3,y.add(x),x=new Ur,x.margin=new Gn(1.5,1.5,1.5,1.5).ja(),y.add(x),a.St=y,a.wt=y,y=new hi,y.type=Ne.Link,x=new In,x.isPanelMain=!0,x.fill=null,x.stroke="dodgerblue",x.strokeWidth=3,y.add(x),a.Kt=y,a.fe=null,a.mq=!1,a.Ck=null,a.partManager=new yi,a.toolManager=new Vi,a.toolManager.initializeStandardTools(),a.defaultTool=a.toolManager,a.currentTool=a.defaultTool,a.nt=null,a.Wm=new st,a.Vt=null,a.Wt=null,a.Mr=!1,a.commandHandler=Kp(),a.eq=null,a.fq=oh,a.Pw=!1,a.Mb=1,a.Yh=null,a.Oq=1,a.Sq=0,a.zw=[0,0,0,0,0],a.Tq=0,a.yq=1,a.tw=0,a.uw=new It,a.zy=500,a.wp=new It,a.wq=!1}ne.prototype.clear=function(){this.animationManager.Cc(),this.model.clear(),od=null,gu="",lc(this,!1),this.Xn.clear(),vg(),this.Og.clear(),this.Xh=null,this.Ya(),this.Va(),this.N()};function lc(a,y){a.animationManager.Cc(!0),a.Hw=new Ge().freeze(),a.nw=new Ge().freeze();var x=a.skipsUndoManager,b=a.cc!==null&&a.cc!==void 0;b&&(a.skipsUndoManager=!0);var E=null;a.fe!==null&&(E=a.fe.part,E!==null&&a.remove(E));var z=[],tt=a.Wa.length;if(y){for(y=0;y<tt;y++)for(var ot=a.Wa.s[y].parts;ot.next();){var rt=ot.value;rt!==E&&rt.data===null&&z.push(rt)}for(y=0;y<z.length;y++)a.remove(z[y])}for(y=0;y<tt;y++)a.Wa.s[y].clear();return a.partManager.clear(),a.De.clear(),a.Eh.clear(),a.ai.clear(),a.Ck=null,a.Xn.clear(),vg(),a.Og.clear(),Vo=[],E!==null&&(a.add(E),a.partManager.parts.remove(E)),b&&(a.skipsUndoManager=x),z}function Kp(){return null}ne.prototype.reset=function(){this.clear(),this.vb=!0,_p(this),Qa(this),this.Wg=!0,Xp(this),this.layout=new Wi,this.Wg=!1,this.model=uy(),this.model.undoManager=new Zi,this.vb=this.rn=!1,this.N()},ne.prototype.setRTL=function(a){a=a===void 0?this.div:a,a===null&&(a=ce.document.body);var y=qe("div");y.dir="rtl",y.style.cssText="font-size: 14px; width: 1px; height: 1px; position: absolute; top: -1000px; overflow: scroll;",y.textContent="A",a.appendChild(y);var x="reverse";0<y.scrollLeft?x="default":(y.scrollLeft=1,y.scrollLeft===0&&(x="negative")),a.removeChild(y),this.bu=x},ne.prototype.setScrollWidth=function(a){a=a===void 0?this.div:a,a===null&&(a=ce.document.body);var y=0;if(to){var x=om;y=lu,x===null&&(x=om=qe("p"),x.style.width="100%",x.style.height="200px",x.style.boxSizing="content-box",y=lu=qe("div"),y.style.position="absolute",y.style.visibility="hidden",y.style.width="200px",y.style.height="150px",y.style.boxSizing="content-box",y.appendChild(x)),y.style.overflow="hidden",a.appendChild(y);var b=x.offsetWidth;y.style.overflow="scroll",x=x.offsetWidth,b===x&&(x=y.clientWidth),a.removeChild(y),y=b-x,y!==0||hr||(y=11)}this.Db=y,this.Gw=!0},ne.prototype.qb=function(a){a.classType===ne&&(this.autoScale=a)},ne.prototype.toString=function(a){a===void 0&&(a=0);var y="";if(this.div&&this.div.id&&(y=this.div.id),y='Diagram "'+y+'"',0>=a)return y;for(var x=this.Wa.iterator;x.next();)y+=`
|
|
`+x.value.toString(a-1);return y};function hc(a,y){if(to){if(y!=null||se("Diagram setup requires an argument DIV."),a.Ka!==null&&se("Diagram has already completed setup."),typeof y=="string"?a.Ka=ce.document.getElementById(y):y instanceof HTMLDivElement?a.Ka=y:se("No DIV or DIV id supplied: "+y),a.Ka===null&&se("Invalid DIV id; could not get element with id: "+y),a.Ka.H!==void 0&&se("Invalid div id; div already has a Diagram associated with it."),!a.ol&&ce.ResizeObserver){var x=On(function(){a.$b()},250);a.ol=new ce.ResizeObserver(function(){x()}),a.ol.observe(a.Ka)}ce.getComputedStyle(a.Ka,null).position==="static"&&(a.Ka.style.position="relative"),y=5;var b="rgba(2"+y+"5, 255, 255, 0)";y--,a.Ka.style["-webkit-tap-highlight-color"]=b,a.Ka.innerHTML="",a.Ka.H=a,a.Ka.goDiagram=a,a.Ka.go=ce.go;var E=new ua(a);if(E.style!==void 0&&(E.style.position="absolute",E.style.top="0px",E.style.left="0px",ce.getComputedStyle(a.Ka,null).getPropertyValue("direction")==="rtl"&&(a.tn=!0),E.style.zIndex="2",E.style.userSelect="none",E.style.MozUserSelect="none",E.style.touchAction="none",E.style.letterSpacing="normal !important",E.style.wordSpacing="normal !important"),a.ta=E,a.ib=E.context,b=a.ib,a.Mb=a.computePixelRatio(),a.viewSize.w()||(a.Aa=a.Ka.clientWidth||1,a.ya=a.Ka.clientHeight||1),vc(a,a.Aa,a.ya),a.Ka.insertBefore(E.Oa,a.Ka.firstChild),E=new ua(null),E.width=1,E.height=1,a.jw=E,a.oy=E.context,to){E=qe("div");var z=qe("div");E.style.position="absolute",E.style.overflow="auto",E.style.width=a.Aa+"px",E.style.height=a.ya+"px",E.style.zIndex="1",z.style.position="absolute",z.style.width="1px",z.style.height="1px",a.Ka.appendChild(E),E.appendChild(z),E.onscroll=Jp,E.addEventListener("pointerdown",Qp),E.H=a,E.uy=!0,E.vy=!0,a.ku=E,a.hu=z}a.hk=On(function(){a.Yh=null,a.N()},300),a.Ov=On(function(){uc(a)},250),a.preventDefault=function(tt){return tt.preventDefault(),!1},a.$j=function(tt){if(a.isEnabled){var ot=Xs(a,tt,!0);ot.bubbles=!0;var rt=0,at=0;ot.delta=0,tt.deltaX!==void 0?(tt.deltaX!==0&&(rt=0<tt.deltaX?1:-1),tt.deltaY!==0&&(at=0<tt.deltaY?1:-1),ot.delta=Math.abs(tt.deltaX)>Math.abs(tt.deltaY)?-rt:-at):tt.wheelDeltaX!==void 0?(tt.wheelDeltaX!==0&&(rt=0<tt.wheelDeltaX?-1:1),tt.wheelDeltaY!==0&&(at=0<tt.wheelDeltaY?-1:1),ot.delta=Math.abs(tt.wheelDeltaX)>Math.abs(tt.wheelDeltaY)?-rt:-at):tt.wheelDelta!==void 0&&tt.wheelDelta!==0&&(ot.delta=0<tt.wheelDelta?1:-1),a.doMouseWheel(),Pa(ot,tt)}},a.aA=function(tt){a.isEnabled&&(a.Vk=!1,Xs(a,tt,!0),tt=a.currentTool,tt.cancelWaitAfter(),tt.standardMouseOver())},a.ui=function(tt){if(a.isEnabled){a.Vk=!0;var ot=a.Yt;ot[tt.pointerId]===void 0&&(ot[tt.pointerId]=tt),ot=a.oj;var rt=!1;if(ot[0]===null||ot[0].pointerId!==tt.pointerId&&ot[0].pointerType===tt.pointerType)if(ot[1]!==null&&ot[1].pointerId===tt.pointerId)ot[1]=tt,rt=!0;else if(ot[0]===null)ot[0]=tt;else if(ot[1]===null)ot[1]=tt,rt=!0;else{tt.preventDefault();return}else ot[0]=tt;(ot=tt.pointerType==="touch"||tt.pointerType==="pen")&&(a.qu=!1,a.wq=!0);var at=rt;rt=cc(a,tt,!0,!1,!0,at),qu(a,tt,rt),rt.targetDiagram=gc(tt,tt.target),rt.targetObject=null,at||rt.clone(a.bq),at=a.uw,ot=ot?25:10,tt.timeStamp-a.tw<a.zy&&!(Math.abs(at.x-tt.screenX)>ot||Math.abs(at.y-tt.screenY)>ot)?a.yq++:a.yq=1,rt.clickCount=a.yq,a.tw=tt.timeStamp,a.uw.sg(tt.screenX,tt.screenY),a.doMouseDown(),tt.button===1?tt.preventDefault():Pa(rt,tt)}},a.dk=function(tt){if(a.isEnabled){a.Vk=!0;var ot=a.oj;if(ot[0]===null||ot[0].pointerId!==tt.pointerId&&ot[0].pointerType===tt.pointerType){if(ot[1]!==null&&ot[1].pointerId===tt.pointerId){ot[1]=tt;return}if(ot[0]===null)ot[0]=tt;else return}else ot[0]=tt;if(ot[0].pointerId===tt.pointerId){ot=cc(a,tt,!1,!1,!1,ot[1]!==null);var rt=ce.document.elementFromPoint(tt.clientX,tt.clientY)||null;rt!==null&&rt.shadowRoot!==void 0&&rt.shadowRoot!==null&&(rt=rt.shadowRoot.elementFromPoint(tt.clientX,tt.clientY));var at=a,ht=tt;rt&&rt.H&&(ht=tt,at=rt.H),ot.targetDiagram=at,qu(a,ht,ot),ot.targetObject=null,a.doMouseMove(),Pa(ot,tt)}}},a.fk=function(tt){if(a.isEnabled){a.Vk=!0;var ot=tt.pointerType==="touch"||tt.pointerType==="pen",rt=a.Yt;if(ot&&a.qu)delete rt[tt.pointerId],tt.preventDefault();else if(rt=a.oj,rt[0]===null||rt[0].pointerId!==tt.pointerId&&rt[0].pointerType===tt.pointerType)rt[1]!==null&&rt[1].pointerId===tt.pointerId&&(rt[1]=null);else{rt[0]=null,rt=cc(a,tt,!1,!0,!0,!1);var at=ce.document.elementFromPoint(tt.clientX,tt.clientY)||null;at!==null&&at.shadowRoot!==void 0&&at.shadowRoot!==null&&(at=at.shadowRoot.elementFromPoint(tt.clientX,tt.clientY)),at!==null&&at.H instanceof ne&&at.H!==a&&qu(at.H,tt,rt),at===null&&(at=tt.target),qu(a,tt,rt),rt.clickCount=a.yq,rt.targetDiagram=gc(tt,at),rt.targetObject=null,a.doMouseUp(),Pa(rt,tt),ot&&(a.wq=!1)}}},a.ek=function(tt){if(a.isEnabled){a.Vk=!1;var ot=a.Yt;ot[tt.pointerId]&&delete ot[tt.pointerId],ot=a.oj,ot[0]!==null&&ot[0].pointerId===tt.pointerId&&(ot[0]=null),ot[1]!==null&&ot[1].pointerId===tt.pointerId&&(ot[1]=null),tt.pointerType!=="touch"&&tt.pointerType!=="pen"&&(tt=a.currentTool,tt.cancelWaitAfter(),tt.standardMouseOver())}},a.ck=function(tt){var ot=a.oj;ot[0]!==null&&ot[0].pointerId===tt.pointerId?(ot[0]=null,a.wq=!1):ot[1]!==null&&ot[1].pointerId===tt.pointerId&&(ot[1]=null)},a.Vp=b.Z["d"+tf[1]+tf[2]+"wI"+sd.slice(1,5)]["b"+Ax.slice(1,y)](b.Z,qd,y,y),b.Vc(!0),tv(a),a.nl==="svg"&&(y=a.pj.get("svg"),a.Ka.appendChild(y.Oa),a.ib=y.context)}}ne.prototype.addEventListener=function(a,y,x,b){a.addEventListener(y,x,{capture:b,passive:!1})},ne.prototype.removeEventListener=function(a,y,x,b){a.removeEventListener(y,x,{capture:b})};function tv(a){var y=a.ta.Oa;y instanceof HTMLCanvasElement||(y=a.div),a.addEventListener(y,"pointerdown",a.ui,!1),a.addEventListener(y,"pointermove",a.dk,!1),a.addEventListener(y,"pointerup",a.fk,!1),a.addEventListener(y,"pointerout",a.ek,!1),a.addEventListener(y,"pointercancel",a.ck,!1),a.addEventListener(y,"pointerenter",a.bz,!1),a.addEventListener(y,"pointerleave",a.cz,!1),a.addEventListener(y,"wheel",a.$j,!1),a.addEventListener(y,"keydown",a.Qz,!1),a.addEventListener(y,"keyup",a.Rz,!1),a.addEventListener(y,"blur",a.Ny,!1),a.addEventListener(y,"focus",a.Oy,!1),a.addEventListener(y,"selectstart",function(x){return x.preventDefault(),!1},!1),a.addEventListener(y,"contextmenu",function(x){return x.preventDefault(),!1},!1),a.addEventListener(ce,"resize",a.Ov,!1)}function ts(a){30<a.Sq&&(a.Yh=1)}function _d(a,y){a.Yh!==null&&(a.Yh=null,y&&a.hk(),oo&&oo.nx||(a.Sq=0,a.zw=[0,0,0,0,0],a.Tq=0))}ne.prototype.computePixelRatio=function(){return this.Yh!==null?this.Yh:ce.devicePixelRatio||1},ne.prototype.doMouseMove=function(){this.currentTool.doMouseMove()},ne.prototype.doMouseDown=function(){this.currentTool.doMouseDown()},ne.prototype.doMouseUp=function(){this.currentTool.doMouseUp()},ne.prototype.doMouseWheel=function(){this.currentTool.doMouseWheel()},ne.prototype.doKeyDown=function(){this.currentTool.doKeyDown()},ne.prototype.doKeyUp=function(){this.currentTool.doKeyUp()},ne.prototype.doFocus=function(){this.focus()},ne.prototype.focus=function(){if(this.ta)if(this.scrollsPageOnFocus)this.ta.focus();else{var a=ce.scrollX||ce.pageXOffset,y=ce.scrollY||ce.pageYOffset;this.ta.focus(),ce.scrollTo(a,y)}},ne.prototype.Oy=function(){this.H.R("GainedFocus")},ne.prototype.Ny=function(){this.H.R("LostFocus")};function uc(a){if(a.ta!==null){var y=a.Ka;if(y!==null&&y.clientWidth!==0&&y.clientHeight!==0){a.Gw||a.setScrollWidth();var x=a.gf?a.Db:0,b=a.Be?a.Db:0,E=a.Mb;a.Mb=a.computePixelRatio(),a.Mb!==E&&(a.pn=!0,a.$b()),(y.clientWidth!==a.Aa+x||y.clientHeight!==a.ya+b)&&(a.Ee=!0,a.Fc=!0,y=a.layout,y!==null&&y.isViewportSized&&a.autoScale===br&&(a.Jk=!0,y.C()),a.ld||a.$b())}}}function Xp(a){var y=new $o;y.name="Background",a.Al(y),y=new $o,y.name="",a.Al(y),y=new $o,y.name="Foreground",a.Al(y),y=new $o,y.name="Adornment",y.isTemporary=!0,y.isInDocumentBounds=!1,a.Al(y),y=new $o,y.name="Tool",y.isTemporary=!0,y.isInDocumentBounds=!0,a.Al(y),y=new $o,y.name="Grid",y.allowSelect=!1,y.pickable=!1,y.isTemporary=!0,y.isInDocumentBounds=!1,a.Ww(y,a.Qj("Background"))}function Zp(a){var y=new Ne(Ne.Grid);y.name="GRID";var x=new In;return x.figure="LineH",x.stroke="lightgray",x.strokeWidth=.5,x.interval=1,y.add(x),x=new In,x.figure="LineH",x.stroke="gray",x.strokeWidth=.5,x.interval=5,y.add(x),x=new In,x.figure="LineH",x.stroke="gray",x.strokeWidth=1,x.interval=10,y.add(x),x=new In,x.figure="LineV",x.stroke="lightgray",x.strokeWidth=.5,x.interval=1,y.add(x),x=new In,x.figure="LineV",x.stroke="gray",x.strokeWidth=.5,x.interval=5,y.add(x),x=new In,x.figure="LineV",x.stroke="gray",x.strokeWidth=1,x.interval=10,y.add(x),x=new gn,x.add(y),x.layerName="Grid",x.zOrder=0,x.isInDocumentBounds=!1,x.isAnimated=!1,x.pickable=!1,x.locationObjectName="GRID",a.add(x),a.partManager.parts.remove(x),y.visible=!1,y}function Jp(){this.H.gu?this.H.gu=!1:this.H.isEnabled?this.H.kx(this):nd(this.H)}function Qp(a){this.H.isEnabled?(this.H.lu=a.target.scrollTop,this.H.ju=a.target.scrollLeft):nd(this.H)}ne.prototype.kx=function(a){if(this.ta!==null){var y=this.ku,x=this.hu;this.qr=!0;var b=this.documentBounds,E=this.viewportBounds,z=this.rj,tt=b.x-z.left,ot=b.y-z.top,rt=b.width+z.left+z.right,at=b.height+z.top+z.bottom,ht=b.right+z.right;z=b.bottom+z.bottom;var gt=E.x;b=E.y;var mt=E.width,yt=E.height,St=E.right,Lt=E.bottom;E=this.scale;var Bt=a.scrollLeft;if(this.tn)switch(this.bu){case"negative":Bt=Bt+a.scrollWidth-a.clientWidth;break;case"reverse":Bt=a.scrollWidth-Bt-a.clientWidth}var Ft=Bt;mt<rt||yt<at?(Bt=It.allocAt(this.position.x,this.position.y),this.allowHorizontalScroll&&this.ju!==Ft&&(Bt.x=Ft/E+tt,this.ju=Ft),this.allowVerticalScroll&&this.lu!==a.scrollTop&&(Bt.y=a.scrollTop/E+ot,this.lu=a.scrollTop),this.position=Bt,It.free(Bt),this.Ee=this.qr=!1):(Bt=It.alloc(),a.uy&&this.allowHorizontalScroll&&(tt<gt&&(this.position=Bt.h(Ft+tt,this.position.y)),ht>St&&(this.position=Bt.h(-(y.scrollWidth-this.Aa)+Ft-this.Aa/E+ht,this.position.y))),a.vy&&this.allowVerticalScroll&&(ot<b&&(this.position=Bt.h(this.position.x,a.scrollTop+ot)),z>Lt&&(this.position=Bt.h(this.position.x,-(y.scrollHeight-this.ya)+a.scrollTop-this.ya/E+z))),It.free(Bt),this.vd=!0,this.Ee=this.qr=!1,b=this.documentBounds,E=this.viewportBounds,ht=b.right,St=E.right,z=b.bottom,Lt=E.bottom,tt=b.x,gt=E.x,ot=b.y,b=E.y,mt>=rt&&tt>=gt&&ht<=St&&(x.style.width="1px"),yt>=at&&ot>=b&&z<=Lt&&(x.style.height="1px"))}},ne.prototype.computeBounds=function(a){return a===void 0&&(a=new ge),yr(this),dc(this,a)};function dc(a,y){if(a.fixedBounds.w())return y.assign(a.fixedBounds),y.Co(a.yb),y;for(var x=!0,b=a.Wa.s,E=b.length,z=0;z<E;z++){var tt=b[z];if(tt.visible&&tt.isInDocumentBounds){tt=tt.Pa.s;for(var ot=tt.length,rt=0;rt<ot;rt++){var at=tt[rt];at.isInDocumentBounds&&at.isVisible()&&(at=at.actualBounds,at.w()&&(x?(x=!1,y.assign(at)):y.ed(at)))}}}return x&&y.h(0,0,0,0),y.Co(a.yb),y}ne.prototype.computePartsBounds=function(a,y){y===void 0&&(y=!1);var x=null;if(Fn(a))for(var b=0;b<a.length;b++){var E=a[b];!y&&E instanceof Ae||(E.Va(),x===null?x=E.actualBounds.copy():x.ed(E.actualBounds))}else for(a=a.iterator;a.next();)b=a.value,!y&&b instanceof Ae||(b.Va(),x===null?x=b.actualBounds.copy():x.ed(b.actualBounds));return x===null?new ge(NaN,NaN,0,0):x};function la(a,y){if((y||a.hf)&&!a.vb&&a.ta!==null&&a.documentBounds.w()){if(a.vb=!0,y){var x=a.initialPosition;if(x.w()){a.vb=!1,a.position=x;return}x=It.alloc(),x.xi(a.documentBounds,a.initialDocumentSpot);var b=a.viewportBounds;b=ge.allocAt(0,0,b.width,b.height);var E=It.alloc();E.xi(b,a.initialViewportSpot),E.h(x.x-E.x,x.y-E.y),a.position=E,ge.free(b),It.free(E),It.free(x)}x=a.yh,y&&a.Fg!==br&&(x=a.Fg);var z=x!==br?$u(a,x):a.scale;x=a.pa.x,b=a.pa.y,E=a.Aa/z;var tt=a.ya/z,ot=a.zk,rt=a.pq;y&&!ot.sb()&&(rt.sb()||rt.Xb())&&(ot=rt.Xb()?mi:rt),fc(a,a.documentBounds,E,tt,ot,y),y=a.scale,a.scale=z,a.vb=!1,z=a.viewportBounds,Jt.B(z.x,x)&&Jt.B(z.y,b)&&Jt.B(z.width,E)&&Jt.B(z.height,tt)||a.onViewportBoundsChanged(new ge(x,b,E,tt),z,y,!1)}}function $u(a,y){var x=a.Pp;if(a.ta===null)return x;a.Va();var b=a.documentBounds;if(!b.w())return x;var E=b.width;b=b.height;var z=a.Aa+(a.gf?a.Db:0),tt=a.ya+(a.Be?a.Db:0),ot=z/E,rt=tt/b;return y===Ds?(y=Math.min(rt,ot),y>x&&(y=x),y<a.minScale&&(y=a.minScale),y>a.maxScale&&(y=a.maxScale),y):y===cu?(y=rt>ot?(tt-a.Db)/b:(z-a.Db)/E,y>x&&(y=x),y<a.minScale&&(y=a.minScale),y>a.maxScale&&(y=a.maxScale),y):a.scale}ne.prototype.zoomToFit=function(){var a=this.sj;this.sj=kh,this.scale=$u(this,Ds),a!==kh&&(la(this,!1),fc(this,this.documentBounds,this.Aa/this.Ca,this.ya/this.Ca,this.zk,!1)),this.sj=a},xt=ne.prototype,xt.BA=function(a,y){y===void 0&&(y=Ds);var x=a.width,b=a.height;if(!(x===0||b===0||isNaN(x)&&isNaN(b))){var E=1;if(y===Ds||y===cu)if(isNaN(x))E=this.viewportBounds.height*this.scale/b;else if(isNaN(b))E=this.viewportBounds.width*this.scale/x;else{E=this.Aa;var z=this.ya;E=y===cu?z/b>E/x?(z-(this.Be?this.Db:0))/b:(E-(this.gf?this.Db:0))/x:Math.min(z/b,E/x)}this.scale=E,this.position=new It(a.x,a.y)}},xt.Jy=function(a,y){this.Va();var x=this.documentBounds,b=this.viewportBounds;this.position=new It(x.x+(a.x*x.width+a.offsetX)-(y.x*b.width-y.offsetX),x.y+(a.y*x.height+a.offsetY)-(y.y*b.height-y.offsetY))},xt.zz=function(a){if(a instanceof Xt){this.eq=a;var y=It.alloc();this.fq=this.op(a.ga(gr,y)),It.free(y)}else this.eq=null,this.fq=oh};function fc(a,y,x,b,E,z){var tt=It.allocAt(a.pa.x,a.pa.y),ot=tt.x,rt=tt.y;if(a.eq!==null){var at=It.alloc();at=a.eq.ga(gr,at),ot=at.x-a.fq.x/a.scale,rt=at.y-a.fq.y/a.scale,E=or,It.free(at)}(z||a.scrollMode===kh)&&(E.sb()&&(x>y.width&&(ot=y.x+(E.x*y.width+E.offsetX)-(E.x*x-E.offsetX)),b>y.height&&(rt=y.y+(E.y*y.height+E.offsetY)-(E.y*b-E.offsetY))),E=a.rj,z=x-y.width,x<y.width+E.left+E.right?(ot=Math.min(ot+x/2,y.right+Math.max(z,E.right)-x/2),ot=Math.max(ot,y.left-Math.max(z,E.left)+x/2),ot-=x/2):ot>y.left?ot=y.left:ot<y.right-x&&(ot=y.right-x),x=b-y.height,b<y.height+E.top+E.bottom?(rt=Math.min(rt+b/2,y.bottom+Math.max(x,E.bottom)-b/2),rt=Math.max(rt,y.top-Math.max(x,E.top)+b/2),rt-=b/2):rt>y.top?rt=y.top:rt<y.bottom-b&&(rt=y.bottom-b)),tt.x=isFinite(ot)?ot:-a.yb.left,tt.y=isFinite(rt)?rt:-a.yb.top,a.positionComputation!==null&&(y=a.positionComputation(a,tt),tt.x=y.x,tt.y=y.y),Hp(a.Yd,a.pa,tt),a.pa.h(tt.x,tt.y),Qa(a),It.free(tt)}xt.Ol=function(a,y){if(y===void 0&&(y=!0),y){if(a=pl(this,a,function(x){return x.part},function(x){return x.canSelect()}),a instanceof gn)return a}else if(a=pl(this,a,function(x){return x.part}),a instanceof gn)return a;return null},xt.ic=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null),yr(this);for(var b=this.Wa.iteratorBackwards;b.next();){var E=b.value;if(E.visible&&(E=E.ic(a,y,x),E!==null))return E}return null};function pl(a,y,x,b){for(x===void 0&&(x=null),b===void 0&&(b=null),yr(a),a=a.Wa.iteratorBackwards;a.next();){var E=a.value;if(E.visible&&!E.isTemporary&&(E=E.ic(y,x,b),E!==null))return E}return null}xt.lz=function(a,y,x){return y===void 0&&(y=!0),Kd(this,a,function(b){return b.part},y?function(b){return b instanceof gn&&b.canSelect()}:null,x)};function Kd(a,y,x,b,E){for(x===void 0&&(x=null),b===void 0&&(b=null),E instanceof Oe||E instanceof Ge||(E=new Ge),yr(a),a=a.Wa.iteratorBackwards;a.next();){var z=a.value;z.visible&&!z.isTemporary&&z.ji(y,x,b,E)}return E}xt.ji=function(a,y,x,b){y===void 0&&(y=null),x===void 0&&(x=null),b instanceof Oe||b instanceof Ge||(b=new Ge),yr(this);for(var E=this.Wa.iteratorBackwards;E.next();){var z=E.value;z.visible&&z.ji(a,y,x,b)}return b},xt.ux=function(a,y,x,b){return y===void 0&&(y=!1),x===void 0&&(x=!0),Xf(this,a,function(E){return E instanceof gn&&(!x||E.canSelect())},y,b)},xt.Cf=function(a,y,x,b,E){y===void 0&&(y=null),x===void 0&&(x=null),b===void 0&&(b=!1),E instanceof Oe||E instanceof Ge||(E=new Ge),yr(this);for(var z=this.Wa.iteratorBackwards;z.next();){var tt=z.value;tt.visible&&tt.Cf(a,y,x,b,E)}return E},xt.Nu=function(a,y,x,b,E,z){var tt=new Ge;yr(this);for(var ot=this.Wa.iteratorBackwards;ot.next();){var rt=ot.value;rt.visible&&rt.Nu(a,y,x,b,tt,E,z)}return tt};function Xf(a,y,x,b,E){var z=null;for(z===void 0&&(z=null),x===void 0&&(x=null),b===void 0&&(b=!1),E instanceof Oe||E instanceof Ge||(E=new Ge),yr(a),a=a.Wa.iteratorBackwards;a.next();){var tt=a.value;tt.visible&&!tt.isTemporary&&tt.Cf(y,z,x,b,E)}return E}xt.mz=function(a,y,x,b,E){return x===void 0&&(x=!0),b===void 0&&(b=!0),Xd(this,a,y,function(z){return z instanceof gn&&(!b||z.canSelect())},x,E)},xt.og=function(a,y,x,b,E,z){x===void 0&&(x=null),b===void 0&&(b=null),E===void 0&&(E=!0),E!==!1&&E!==!0&&((E instanceof Oe||E instanceof Ge)&&(z=E),E=!0),z instanceof Oe||z instanceof Ge||(z=new Ge),yr(this);for(var tt=this.Wa.iteratorBackwards;tt.next();){var ot=tt.value;ot.visible&&ot.og(a,y,x,b,E,z)}return z};function Xd(a,y,x,b,E,z){var tt=null;for(tt===void 0&&(tt=null),b===void 0&&(b=null),E===void 0&&(E=!0),E!==!1&&E!==!0&&((E instanceof Oe||E instanceof Ge)&&(z=E),E=!0),z instanceof Oe||z instanceof Ge||(z=new Ge),yr(a),a=a.Wa.iteratorBackwards;a.next();){var ot=a.value;ot.visible&&!ot.isTemporary&&ot.og(y,x,tt,b,E,z)}return z}ne.prototype.acceptEvent=function(a){return Xs(this,a,a instanceof MouseEvent)};function Xs(a,y,x){var b=a.Qg;return a.Qg=a.cj,a.cj=b,b.diagram=a,b.event=y,x?qu(a,y,b):(b.viewPoint=a.Qg.viewPoint,b.documentPoint=a.Qg.documentPoint),a=0,y.ctrlKey&&(a+=1),y.altKey&&(a+=2),y.shiftKey&&(a+=4),y.metaKey&&(a+=8),b.modifiers=a,b.button=y.button,y.buttons!==void 0&&(b.buttons=y.buttons),hr&&y.button===0&&y.ctrlKey&&(b.button=2),b.down=!1,b.up=!1,b.clickCount=1,b.delta=0,b.handled=!1,b.bubbles=!1,b.timestamp=y.timeStamp,b.isMultiTouch=!1,b.targetDiagram=gc(y,y.target),b.targetObject=null,b}function gc(a,y){return y===null?null:(y=y.H)?y:((y=a.path)||typeof a.composedPath!="function"||(y=a.composedPath()),y&&y[0]&&y[0].H?y[0].H:null)}function cc(a,y,x,b,E,z){var tt=a.Qg;return a.Qg=a.cj,a.cj=tt,tt.diagram=a,tt.clickCount=1,a=tt.delta=0,y.ctrlKey&&(a+=1),y.altKey&&(a+=2),y.shiftKey&&(a+=4),y.metaKey&&(a+=8),tt.modifiers=a,tt.event=y,tt.timestamp=y.timeStamp,tt.button=y.button,tt.buttons=y.buttons,hr&&y.button===0&&y.ctrlKey&&(tt.button=2),tt.down=x,tt.up=b,tt.handled=!1,tt.bubbles=E,tt.isMultiTouch=z,tt}function Pa(a,y){return a.bubbles?!0:(y.stopPropagation!==void 0&&y.stopPropagation(),y.cancelable!==!1&&y.preventDefault(),y.cancelBubble=!0,!1)}ne.prototype.Qz=function(a){var y=this.H;if(!this.H.isEnabled)return!1;var x=Xs(y,a,!1);switch(x.key=String.fromCharCode(a.which),x.down=!0,a.which){case 8:x.key="Backspace";break;case 33:x.key="PageUp";break;case 34:x.key="PageDown";break;case 35:x.key="End";break;case 36:x.key="Home";break;case 37:x.key="Left";break;case 38:x.key="Up";break;case 39:x.key="Right";break;case 40:x.key="Down";break;case 45:x.key="Insert";break;case 46:x.key="Del";break;case 48:x.key="0";break;case 187:case 61:case 107:x.key="Add";break;case 189:case 173:case 109:x.key="Subtract";break;case 27:x.key="Esc"}return y.doKeyDown(),Pa(x,a)},ne.prototype.Rz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=Xs(y,a,!1);switch(x.key=String.fromCharCode(a.which),x.up=!0,a.which){case 8:x.key="Backspace";break;case 33:x.key="PageUp";break;case 34:x.key="PageDown";break;case 35:x.key="End";break;case 36:x.key="Home";break;case 37:x.key="Left";break;case 38:x.key="Up";break;case 39:x.key="Right";break;case 40:x.key="Down";break;case 45:x.key="Insert";break;case 46:x.key="Del"}return y.doKeyUp(),Pa(x,a)},ne.prototype.bz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=Xs(y,a,!0);return y.mouseEnter!==null&&y.mouseEnter(x),y.currentTool.standardMouseOver(),Pa(x,a)},ne.prototype.cz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=Xs(y,a,!0);return y.mouseLeave!==null&&y.mouseLeave(x),Pa(x,a)},ne.prototype.getMouse=function(a){var y=this.ta;if(y===null)return new It(0,0);var x=y.getBoundingClientRect();return y=a.clientX-this.Aa/x.width*x.left,a=a.clientY-this.ya/x.height*x.top,this.Ab!==null?co(new It(y,a),this.Ab):new It(y,a)};function qu(a,y,x){var b=a.ta,E=a.Aa,z=a.ya,tt=0,ot=0;b!==null&&(b=b.getBoundingClientRect(),tt=y.clientX-E/b.width*b.left,ot=y.clientY-z/b.height*b.top),x.viewPoint.h(tt,ot),a.Ab!==null?(y=It.allocAt(tt,ot),a.Ab.Cd(y),x.documentPoint.assign(y),It.free(y)):x.documentPoint.h(tt,ot)}function pc(a,y,x){if(a.oj[0]!==null){y=a.oj[y];var b=a.ta;b!==null&&(b=b.getBoundingClientRect(),x.h(y.clientX-a.Aa/b.width*b.left,y.clientY-a.ya/b.height*b.top))}}ne.prototype.Ya=function(){this.Zi||(this.Zi=!0,this.$b(!1))};function $p(a){a.ld||yr(a),a.Va()}ne.prototype.redraw=function(){this.vb||this.ld||(this.N(),this.bd())},xt=ne.prototype,xt.Pz=function(){return this.kg},xt.Xy=function(a){a===void 0&&(a=null);var y=this.animationManager,x=y.isEnabled;y.Cc(),y.isEnabled=!1,Zs(this),this.hf=!1,this.du=new It(NaN,NaN),y.isEnabled=x,this.ld=!0;var b=this;a!==null&&ci(function(){b.ld=!1,gl(y,"Model"),a(b)},1)},xt.$b=function(a){if(a===void 0&&(a=!1),this.kg!==!0&&!(this.vb||a===!1&&this.ld)){this.kg=!0;var y=this;ce.requestAnimationFrame(function(){y.kg&&y.bd()})}},xt.bd=function(){(!this.fn||this.kg)&&(this.fn&&(this.fn=!1),Zs(this))};function hu(a,y,x){!a.Ee||a.vb||a.animationManager.defaultAnimation.isAnimating||nd(a)||(y&&yr(a),x&&la(a,!1))}function Zs(a,y){if(!a.ld&&(a.kg=!1,a.Ka!==null||a.wo.w())){a.ld=!0;var x=a.animationManager,b=a.Xn;if(!x.isAnimating&&b.length!==0){for(var E=b.s,z=E.length,tt=0;tt<z;tt++){var ot=E[tt];Fo(ot,!1),ot.v()}b.clear()}b=a.ow,0<b.count&&(b.each(function(rt){rt.Nv()}),b.clear()),E=b=!1,x.defaultAnimation.isAnimating&&(E=!0,b=a.skipsUndoManager,a.skipsUndoManager=!0),x.zb||uc(a),hu(a,!1,!0),a.fe!==null&&(a.fe.visible&&!a.mq&&(Ja(a),a.mq=!0),!a.fe.visible&&a.mq&&(a.mq=!1)),yr(a),z=!1,(!a.hf||a.xh)&&(a.hf?kc(a,!a.Jk):(a.Ea("Initial Layout"),x.isEnabled===!1&&x.Cc(),kc(a,!1)),z=!0),a.Jk=!1,yr(a),a.ou||$p(a),hu(a,!0,!1),tt=!1,z?(x=ge.alloc(),x.assign(a.viewportBounds),a.hf||(tt=a.hf=!0,a.skipsUndoManager||(a.undoManager.isPendingClear=!0),a.undoManager.isPendingUnmodified=!0,mc(a)),a.R("LayoutCompleted"),hu(a,!0,!1),ge.free(x)):x.Ok&&x.Qw&&(a.Fg!==br?a.scale=$u(a,a.Fg):a.yh!==br?a.scale=$u(a,a.yh):(x=a.initialScale,isFinite(x)&&0<x&&(a.scale=x)),la(a,!0)),z&&tt&&a.eb("Initial Layout"),yr(a),y||a.gc(a.ib),E&&(a.skipsUndoManager=b),a.ld=!1}}function mc(a){if(a.Fg!==br)a.scale=$u(a,a.Fg);else if(a.yh!==br)a.scale=$u(a,a.yh);else{var y=a.initialScale;isFinite(y)&&0<y&&(a.scale=y)}la(a,!0),y=a.Wa.s,a.Fd(y,y.length,a,a.viewportBounds),a.R("InitialLayoutCompleted"),a.du.assign(a.pa),Ja(a)}function yr(a){if(a.De.count!==0&&(a.ld||!a.animationManager.isTicking)){for(var y=0;23>y;y++){var x=a.De.iterator;if(x===null||a.De.count===0)break;a.De=new Ge,a.Nv(x,a.De)}a.nodes.each(function(b){b instanceof En&&b.U&65536&&(b.U=b.U^65536)})}}xt.Nv=function(a,y){for(a.reset();a.next();){var x=a.value;!x.Zc()||x instanceof En||(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x))}for(a.reset();a.next();)x=a.value,x instanceof En&&x.isVisible()&&Zd(this,x);for(a.reset();a.next();)x=a.value,x instanceof Ae&&x.isVisible()&&(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x));for(a.reset();a.next();)x=a.value,x instanceof hi&&x.isVisible()&&(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x))};function Zd(a,y){for(var x=Dn(),b=Dn(),E=y.memberParts;E.next();){var z=E.value;z.isVisible()&&(z instanceof En?(Is(z)||Wr(z)||mu(z))&&Zd(a,z):z instanceof Ae?z.fromNode===y||z.toNode===y?b.push(z):x.push(z):(z.measure(1/0,1/0),z.arrange()))}for(a=x.length,E=0;E<a;E++)z=x[E],z.measure(1/0,1/0),z.arrange();for(Tn(x),y.measure(1/0,1/0),y.arrange(),a=b.length,y=0;y<a;y++)x=b[y],x.measure(1/0,1/0),x.arrange();Tn(b)}xt.Fd=function(a,y,x,b){if(this.vd||this.animationManager.isAnimating)for(var E=0;E<y;E++)a[E].Fd(x,b)},xt.gc=function(a){if(this.Ka!==null){if(this.ta===null&&se("No canvas specified"),this.nl==="svg"){if(this.Ka!==null){var y=this.animationManager;if(!y.zb&&(!y.isAnimating||y.isTicking)){ed(this);var x=this.Aa,b=this.ya;if(a.Gv.resize(x,b,x,b),x=this.Wa.s,b=x.length,this.Fd(x,b,this,this.viewportBounds),this.Fc||y.isAnimating){y=this.pa;var E=this.Ca,z=Math.round(y.x*E)/E,tt=Math.round(y.y*E)/E,ot=this.Ab;for(ot.reset(),E!==1&&ot.scale(E),y.x===0&&y.y===0||ot.translate(-z,-tt),a.ti=null,Xy(a,ot.m11,ot.m12,ot.m21,ot.m22,ot.dx,ot.dy),this.pb!==1&&(a.globalAlpha=this.pb),Ch(this,a),y=this.Mb,this.ta.context.setTransform(y,0,0,y,0,0),this.ta.context.clearRect(0,0,this.Aa,this.ya),y=0;y<b;y++)x[y].gc(a,this);a=!1,this.Yf?ad(this.Yf,this)&&(a=this.Vp()):a=!0,a&&(Wn.prototype.Cd=Wn.prototype.Eu),this.Fc=this.vd=!1}}}}else t:if(z=this.animationManager,!z.zb&&(!z.isAnimating||z.isTicking)&&(x=new Date,ed(this),this.Ka.style.opacity!=="0")){if(b=a!==this.ib,y=this.Wa.s,E=y.length,this.Fd(y,E,this,this.viewportBounds),b)a.Vc(!0),this.vd=!0;else if(!this.Fc&&!z.isAnimating)break t;z=this.Ab,z.reset(),tt=this.Mb,ot=this.pa;var rt=this.Ca,at=Math.round(ot.x*rt)/rt,ht=Math.round(ot.y*rt)/rt;for(rt!==1&&z.scale(rt),ot.x===0&&ot.y===0||z.translate(-at,-ht),a.setTransform(tt,0,0,tt,0,0),a.clearRect(0,0,this.Aa,this.ya),this.pb!==1&&(a.globalAlpha=this.pb),Ch(this,a),ot=0;ot<E;ot++)a.setTransform(tt,0,0,tt,0,0),a.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),a.yc(),y[ot].gc(a,this);if(y=!1,this.Yf?ad(this.Yf,this)&&(y=this.Vp()):y=!0,y&&(Wn.prototype.Cd=Wn.prototype.Eu),b?(this.ib.Vc(!0),this.vd=!0):this.Fc=this.vd=!1,y=+new Date-+x,b=oo&&oo.nx,x=this.zw,b||this.Yh===null){for(x[this.Tq]=y,this.Tq=(this.Tq+1)%x.length,E=y=0;E<x.length;E++)y+=x[E];this.Sq=y/x.length}if(this.pb!==1&&(a.globalAlpha=1),b)for(a.setTransform(1,0,0,1,0,0),b=0;b<x.length;b++)a.fillText(x[b].toString(),20,150+ +(20*b))}}};function Zf(a,y,x,b,E,z,tt,ot,rt,at){if(a.Ka!==null){a.ta===null&&se("No canvas specified"),tt===void 0&&(tt=null),ot===void 0&&(ot=null),rt===void 0&&(rt=!1),at===void 0&&(at=!1),ed(a),a.ib.Vc(!0),a.vd=!0,a.$i=!0;var ht=a.Ca;a.Ca=E;var gt=a.Wa.s,mt=gt.length;try{var yt=new ge(z.x,z.y,b.width/E,b.height/E),St=yt.copy();St.Co(x),Ja(a,St),yr(a),a.Fd(gt,mt,a,yt),y.setTransform(1,0,0,1,0,0),y.clearRect(0,0,b.width,b.height),ot!==null&&ot!==""&&(y.fillStyle=ot,y.ox(0,0,b.width,b.height));var Lt=a.Mb;y.scale(Lt,Lt);var Bt=Wn.alloc();Bt.reset(),Bt.translate(x.left,x.top),Bt.scale(E),z.x===0&&z.y===0||Bt.translate(-z.x,-z.y),y.setTransform(Bt.m11,Bt.m12,Bt.m21,Bt.m22,Bt.dx,Bt.dy),y.yc(),y instanceof ws&&Xy(y,Bt.m11,Bt.m12,Bt.m21,Bt.m22,Bt.dx,Bt.dy),Wn.free(Bt),Ch(a,y),y.globalAlpha=a.pb;var Ft=a.Qj("Grid");if(tt){var zt=new Ge,Ht=tt.iterator;for(Ht.reset();Ht.next();){var Vt=Ht.value;Vt instanceof gn&&(at||Vt.layer!==Ft)&&(Vt.Gj(),zt.add(Vt))}for(at=0;at<mt;at++)Up(gt[at],y,a,zt,rt);zt.each(function(ee){return ee.Gj()})}else for(zt=0;zt<mt;zt++){var _t=gt[zt];_t===Ft?at&&_t.gc(y,a,!0):_t.gc(y,a,rt)}a.$i=!1,a.Yf&&ad(a.Yf,a)&&a.Vp()}finally{a.Ca=ht,a.ib.Vc(!0),a.vd=!0,a.Fd(gt,mt,a,a.viewportBounds),Ja(a),a.ib instanceof ws&&(a.ib.Nj.PA(),a.redraw())}}}xt.Gf=function(a){return this.Rg[a]},xt.Xx=function(a,y){a==="minDrawingLength"&&(this.Oq=y),this.Rg[a]=y,this.redraw()},xt.Tx=function(){this.Rg=new Vn,this.Rg.drawShadows=!0,this.Rg.textGreeking=!0,this.Rg.viewportOptimizations=!(hr||Fs),this.Rg.temporaryPixelRatio=!0,this.Rg.pictureRatioOptimization=!0,this.Oq=this.Rg.minDrawingLength=1};function Ch(a,y){a=a.Rg,a!==null&&(a.imageSmoothingEnabled!==void 0&&y.Wx(!!a.imageSmoothingEnabled),a=a.defaultFont,a!=null&&(y.font=a))}xt.Ql=function(a){return this.on[a]},xt.sA=function(a,y){this.on[a]=y},xt.Sx=function(){this.on=new Vn,this.on.extraTouchArea=10,this.on.extraTouchThreshold=10,this.on.hasGestureZoom=!0},xt.set=function(a){return Object.assign(this,a),this},xt.Du=function(a){return this.nm(a)},xt.nm=function(a){return td(this,a),this};function td(a,y){var x=a instanceof Ne,b=a instanceof ne,E;for(E in y){E===""&&se("Setting properties requires non-empty property names");var z=a,tt=E;if(x||b){var ot=E.indexOf(".");if(0<ot){var rt=E.substring(0,ot);x?z=a.fb(rt):(z=a[rt],z==null&&(z=a.toolManager[rt])),je(z)?tt=E.substr(ot+1):se("Unable to find object named: "+rt+" in "+a.toString()+" when trying to set property: "+E)}}if(tt[0]!=="_"&&!uo(z,tt))if(b&&tt==="ModelChanged"){a.Yw(y[tt]);continue}else if(b&&tt==="Changed"){a.Pe(y[tt]);continue}else if(b&&uo(a.toolManager,tt))z=a.toolManager;else if(b&&em(a,tt)){a.Bj(tt,y[tt]);continue}else if(a instanceof rn&&tt==="Changed"){a.Pe(y[tt]);continue}else se('Trying to set undefined property "'+tt+'" on object: '+z.toString());z[tt]=y[E],tt[0]==="_"&&z instanceof Xt&&z.Vw(tt)}}xt.bx=function(){if(this.Eh.count!==0&&!(1<this.undoManager.transactionLevel)){for(;0<this.Eh.count;){var a=this.Eh;for(this.Eh=new yn,a=a.iterator;a.next();){var y=a.key;y.Xo(a.value),y.qc()}}this.N()}},xt.N=function(a){if(a===void 0)this.Fc=!0,this.$b();else{var y=this.viewportBounds;a.w()&&y.Yc(a)&&(this.Fc=!0,this.$b())}this.R("InvalidateDraw")},ne.prototype.invalidateViewport=function(a,y){if(this.Fc!==!0)if(this.Fc=!0,this.nl==="svg")this.bd();else{var x=this.Gf("temporaryPixelRatio")===!0;if(this.Gf("viewportOptimizations")===!0&&this.scrollMode!==$d&&this.rj.hi(0,0,0,0)&&y.width===a.width&&y.height===a.height){var b=this.scale,E=Math.max(a.y,y.y),z=Math.min(a.y+a.height,y.y+y.height);if(0<Math.max(0,Math.min(a.x+a.width,y.x+y.width)-Math.max(a.x,y.x))*b&&0<Math.max(0,z-E)*b){if(!(this.ld||(this.kg=!1,this.Ka===null||(this.ld=!0,this.documentBounds.w()||(b=ge.alloc(),Lc(this,this.computeBounds(b)),ge.free(b)),b=this.ta,b===null||b instanceof $a)))){var tt=this.Mb;E=this.Aa*tt;var ot=this.ya*tt,rt=this.scale*tt;z=Math.round(Math.round(y.x*rt)-Math.round(a.x*rt)),y=Math.round(Math.round(y.y*rt)-Math.round(a.y*rt)),rt=this.jw,a=this.oy,rt.width!==E&&(rt.width=E),rt.height!==ot&&(rt.height=ot),a.clearRect(0,0,E,ot),rt=190*tt;var at=70*tt,ht=Math.max(z,0),gt=Math.max(y,0),mt=Math.floor(E-ht),yt=Math.floor(ot-gt);a.drawImage(b.Oa,ht,gt,mt,yt,0,0,mt,yt),ad(this.Yf,this)&&a.clearRect(0,0,rt,at),b=Dn(),a=Dn(),yt=Math.abs(z),mt=Math.abs(y);var St=ht===0?0:E-yt;ht=It.allocAt(St,0),yt=It.allocAt(yt+St,ot),a.push(new ge(Math.min(ht.x,yt.x),Math.min(ht.y,yt.y),Math.abs(ht.x-yt.x),Math.abs(ht.y-yt.y)));var Lt=this.Ab;if(Lt.reset(),Lt.scale(tt,tt),this.Ca!==1&&Lt.scale(this.Ca),tt=this.pa,(tt.x!==0||tt.y!==0)&&isFinite(tt.x)&&isFinite(tt.y)&&Lt.translate(-tt.x,-tt.y),co(ht,Lt),co(yt,Lt),b.push(new ge(Math.min(ht.x,yt.x),Math.min(ht.y,yt.y),Math.abs(ht.x-yt.x),Math.abs(ht.y-yt.y))),St=gt===0?0:ot-mt,ht.h(0,St),yt.h(E,mt+St),a.push(new ge(Math.min(ht.x,yt.x),Math.min(ht.y,yt.y),Math.abs(ht.x-yt.x),Math.abs(ht.y-yt.y))),co(ht,Lt),co(yt,Lt),b.push(new ge(Math.min(ht.x,yt.x),Math.min(ht.y,yt.y),Math.abs(ht.x-yt.x),Math.abs(ht.y-yt.y))),ad(this.Yf,this)&&(E=0<z?0:-z,ot=0<y?0:-y,ht.h(E,ot),yt.h(rt+E,at+ot),a.push(new ge(Math.min(ht.x,yt.x),Math.min(ht.y,yt.y),Math.abs(ht.x-yt.x),Math.abs(ht.y-yt.y))),co(ht,Lt),co(yt,Lt),b.push(new ge(Math.min(ht.x,yt.x),Math.min(ht.y,yt.y),Math.abs(ht.x-yt.x),Math.abs(ht.y-yt.y)))),It.free(ht),It.free(yt),hu(this,!1,!0),this.Ka===null&&se("No div specified"),this.ta===null&&se("No canvas specified"),!this.animationManager.zb&&(E=this.ib,this.Fc)){for(ed(this),ot=this.Mb,E.setTransform(1,0,0,1,0,0),E.clearRect(0,0,this.Aa*ot,this.ya*ot),E.drawImage(this.jw.Oa,0<z?0:Math.round(-z),0<y?0:Math.round(-y)),z=this.pa,tt=this.Ca,rt=Math.round(z.x*tt)/tt,at=Math.round(z.y*tt)/tt,y=this.Ab,y.reset(),tt!==1&&y.scale(tt),z.x===0&&z.y===0||y.translate(-rt,-at),E.save(),E.beginPath(),z=a.length,tt=0;tt<z;tt++)rt=a[tt],rt.width!==0&&rt.height!==0&&E.rect(Math.floor(rt.x),Math.floor(rt.y),Math.ceil(rt.width),Math.ceil(rt.height));for(E.clip(),E.setTransform(ot,0,0,ot,0,0),E.transform(y.m11,y.m12,y.m21,y.m22,y.dx,y.dy),E.yc(),y=this.Wa.s,z=y.length,this.Fd(y,z,this,this.viewportBounds),Ch(this,E),E.globalAlpha=this.pb,ot=0;ot<z;ot++)if(tt=y[ot],rt=b,tt.visible&&tt.pb!==0){at=Ul(tt,E),gt=tt.Zq,gt.length=0,ht=this.scale,mt=ge.alloc(),yt=tt.Pa.s,Lt=yt.length,St=rt.length;for(var Bt=0;Bt<Lt;Bt++){var Ft=yt[Bt],zt=cd(Ft,Ft.actualBounds);t:{for(var Ht=2/ht,Vt=4/ht,_t=0;_t<St;_t++){var ee=rt[_t];if(ee.width!==0&&ee.height!==0&&zt.Vu(ee.x-Ht,ee.y-Ht,ee.width+Vt,ee.height+Vt)){zt=!0;break t}}zt=!1}zt&&tt.Oj(E,Ft,this,gt,ht,mt,!0)}ge.free(mt),E.globalAlpha=at}E.restore(),E.Vc(!0),this.Yf&&ad(this.Yf,this)&&this.Vp(),this.Fc=this.vd=!1,this.hk()}Tn(b),Tn(a),this.ld=!1}}else this.bd();x&&(ts(this),this.bd(),_d(this,!0))}else x?(ts(this),this.bd(),_d(this,!0)):this.bd()}};function ed(a){a.pn!==!1&&(a.pn=!1,vc(a,a.Aa,a.ya))}function vc(a,y,x){Qa(a);var b=a.Mb;a.ta.resize(y*b,x*b,y,x)&&(a.Fc=!0,a.ib.Vc(!0))}function nd(a){var y=a.ta;if(y===null||a.wo.w())return!0;var x=a.Aa,b=a.ya,E=a.Ka,z=!1,tt=a.gf?a.Db:0,ot=a.Be?a.Db:0,rt=E.clientWidth||x+tt,at=E.clientHeight||b+ot,ht=a.viewportBounds;E=ht.x;var gt=ht.y,mt=ht.width,yt=ht.height;if((rt!==x+tt||at!==b+ot)&&(a.gf=!1,a.Be=!1,ot=tt=0,a.Aa=rt,a.ya=at,z=a.pn=!0,Qa(a)),!a.hf||!a.viewportBounds.w())return!0;var St=a.ku,Lt=a.hu;if(a.Ee=!1,!(z||a.gf||a.Be||a.mn||a.nn))return!0;var Bt=a.documentBounds,Ft=0,zt=0,Ht=0,Vt=0,_t=ht.width,ee=ht.height,Ve=a.rj;a.contentAlignment.sb()?(Bt.width>_t&&(Ft=Ve.left,zt=Ve.right),Bt.height>ee&&(Ht=Ve.top,Vt=Ve.bottom)):(Ft=Ve.left,zt=Ve.right,Ht=Ve.top,Vt=Ve.bottom);var tn=Bt.width+Ft+zt,Qe=Bt.height+Ht+Vt;Ve=a.scale;var Ee=tn>rt/Ve,Se=Qe>at/Ve;if(!(z||a.gf||a.Be||Ee||Se))return!0;Ft=Bt.x-Ft,rt=ht.x,zt=Bt.right+zt,at=ht.right+tt,Ht=Bt.y-Ht;var bn=ht.y;Bt=Bt.bottom+Vt,ht=ht.bottom+ot;var kn="1px";if(Vt="1px",a.scrollMode===kh&&(Ee||Se)&&(Ee&&a.hasHorizontalScrollbar&&a.allowHorizontalScroll&&(Ee=1,Ft+1<rt&&(Ee=Math.max((rt-Ft)*Ve+a.Aa,Ee)),zt>at+1&&(Ee=Math.max((zt-at)*Ve+a.Aa,Ee)),_t+tt+1<tn&&(Ee=Math.max((tn-_t)*Ve+a.Aa,Ee)),kn=Ee.toString()+"px"),Se&&a.hasVerticalScrollbar&&a.allowVerticalScroll&&(Ee=1,Ht+1<bn&&(Ee=Math.max((bn-Ht)*Ve+a.ya,Ee)),Bt>ht+1&&(Ee=Math.max((Bt-ht)*Ve+a.ya,Ee)),ee+ot+1<Qe&&(Ee=Math.max((Qe-ee)*Ve+a.ya,Ee)),Vt=Ee.toString()+"px")),Ee=kn!=="1px",Se=Vt!=="1px",Ee&&Se||!Ee&&!Se||(Se&&(at-=a.Db),Ee&&(ht-=a.Db),tn<_t+tt||!a.hasHorizontalScrollbar||!a.allowHorizontalScroll||(tt=1,Ft+1<rt&&(tt=Math.max((rt-Ft)*Ve+a.Aa,tt)),zt>at+1&&(tt=Math.max((zt-at)*Ve+a.Aa,tt)),_t+1<tn&&(tt=Math.max((tn-_t)*Ve+a.Aa,tt)),kn=tt.toString()+"px"),Ee=kn!=="1px",tt=a.ya,Ee!==a.Be&&(tt=Ee?a.ya-a.Db:a.ya+a.Db),Qe<ee+ot||!a.hasVerticalScrollbar||!a.allowVerticalScroll||(ot=1,Ht+1<bn&&(ot=Math.max((bn-Ht)*Ve+tt,ot)),Bt>ht+1&&(ot=Math.max((Bt-ht)*Ve+tt,ot)),ee+1<Qe&&(ot=Math.max((Qe-ee)*Ve+tt,ot)),Vt=ot.toString()+"px"),Se=Vt!=="1px"),a.qr&&Ee===a.Be&&Se===a.gf)return x===a.Aa&&b===a.ya||a.bd(),!1;if(Ee!==a.Be&&(kn==="1px"?a.ya=a.ya+a.Db:a.ya=Math.max(a.ya-a.Db,1),z=!0),a.Be=Ee,Lt.style.width=kn,Se!==a.gf&&(Vt==="1px"?a.Aa=a.Aa+a.Db:a.Aa=Math.max(a.Aa-a.Db,1),z=!0,a.tn&&(ot=It.alloc(),Se?(y.style.left=a.Db+"px",a.position=ot.h(a.pa.x+a.Db/a.scale,a.pa.y)):(y.style.left="0px",a.position=ot.h(a.pa.x-a.Db/a.scale,a.pa.y)),It.free(ot))),z&&Qa(a),a.gf=Se,Lt.style.height=Vt,a.gu=!0,z&&(a.pn=!0),y=St.scrollLeft,a.hasHorizontalScrollbar&&a.allowHorizontalScroll&&(_t+1<tn?y=(a.position.x-Ft)*Ve:Ft+1<rt?y=St.scrollWidth-St.clientWidth:zt>at+1&&(y=a.position.x*Ve)),a.tn)switch(a.bu){case"negative":y=-(St.scrollWidth-y-St.clientWidth);break;case"reverse":y=St.scrollWidth-y-St.clientWidth}return St.scrollLeft=y,a.hasVerticalScrollbar&&a.allowVerticalScroll&&(ee+1<Qe?St.scrollTop=(a.position.y-Ht)*Ve:Ht+1<bn?St.scrollTop=St.scrollHeight-St.clientHeight:Bt>ht+1&&(St.scrollTop=a.position.y*Ve)),rt=a.Aa,at=a.ya,St.style.width=rt+(a.gf?a.Db:0)+"px",St.style.height=at+(a.Be?a.Db:0)+"px",x!==rt||b!==at||a.animationManager.zb?(x=ge.allocAt(E,gt,mt,yt),a.onViewportBoundsChanged(x,a.viewportBounds,Ve,z),ge.free(x),!1):!0}xt=ne.prototype,xt.add=function(a){var y=a.diagram;if(y!==this&&(y!==null&&se("Cannot add part "+a.toString()+" to "+this.toString()+". It is already a part of "+y.toString()),y=this.Qj(a.layerName),y===null&&(y=this.Qj("")),y===null&&se('Cannot add a Part when unable find a Layer named "'+a.layerName+'" and there is no default Layer'),a.layer!==y)){var x=y.oi(99999999,a,a.diagram===this);0<=x&&this.cb(yo,"parts",y,null,a,null,x),y.isTemporary||this.Ya(),a.C(1),x=a.layerChanged,x!==null&&x(a,null,y)}},xt.oi=function(a){this.partManager.oi(a);var y=this;dd(a,function(x){id(y,x)}),(a instanceof hi||a instanceof En&&a.placeholder!==null)&&a.v(),a.data!==null&&dd(a,function(x){ay(y.partManager,x)}),Wr(a)!==!0&&mu(a)!==!0||this.De.add(a),j1(a,!0,this),z1(a)?(a.actualBounds.w()&&this.N(cd(a,a.actualBounds)),this.Ya()):a.isVisible()&&a.actualBounds.w()&&this.N(cd(a,a.actualBounds)),this.$b()},xt.pc=function(a){a.Ej(),this.partManager.pc(a);var y=this;a.data!==null&&dd(a,function(x){ly(y.partManager,x,y)}),this.De.remove(a),z1(a)?(a.actualBounds.w()&&this.N(cd(a,a.actualBounds)),this.Ya()):a.isVisible()&&a.actualBounds.w()&&this.N(cd(a,a.actualBounds)),this.$b()},xt.remove=function(a){yc(this,a,!0)};function yc(a,y,x){var b=y.layer;b!==null&&b.diagram===a&&(y.isSelected=!1,y.isHighlighted=!1,y.C(2),x&&y.Lj(),x=b.pc(-1,y,!1),0<=x&&a.cb(Ao,"parts",b,y,null,x,null),a=y.layerChanged,a!==null&&a(y,b,null))}xt.Is=function(a,y){if(y===void 0&&(y=!1),Fn(a))for(var x=a.length,b=0;b<x;b++){var E=a[b];y&&!E.canDelete()||this.remove(E)}else for(x=new Ge,x.addAll(a),a=x.iterator;a.next();)x=a.value,y&&!x.canDelete()||this.remove(x)},xt.Kj=function(a,y,x){return x===void 0&&(x=!1),this.partManager.Kj(a,y,x)},ne.prototype.moveParts=function(a,y,x,b){if(x===void 0&&(x=!1),b===void 0&&(b=Jf(this)),this.toolManager!==null){var E=new yn;if(a!==null)if(Fn(a))for(var z=0;z<a.length;z++)ml(this,E,a[z],x,b);else for(a=a.iterator;a.next();)ml(this,E,a.value,x,b);else{for(a=this.parts;a.next();)ml(this,E,a.value,x,b);for(a=this.nodes;a.next();)ml(this,E,a.value,x,b);for(a=this.links;a.next();)ml(this,E,a.value,x,b)}uu(this,E,y,b,x)}};function ml(a,y,x,b,E,z){if(!y.contains(x)&&(z===void 0&&(z=!1),!b||z||x.canMove()||x.canCopy()))if(E===void 0&&(E=Jf(a)),x instanceof Ke){if(y.add(x,a.Pd(E,x,x.location)),x instanceof En&&(x.placeholder!==null||E.dragsMembers))for(z=x.memberParts;z.next();)ml(a,y,z.value,b,E,E.groupsAlwaysMove);for(z=x.linksConnected;z.next();){var tt=z.value;if(!y.contains(tt)){var ot=tt.fromNode,rt=tt.toNode;ot!==null&&y.contains(ot)&&rt!==null&&y.contains(rt)&&ml(a,y,tt,b,E)}}if(E.dragsTree)for(x=x.Ou();x.next();)ml(a,y,x.value,b,E)}else if(x instanceof Ae)for(y.add(x,a.Pd(E,x)),x=x.labelNodes;x.next();)ml(a,y,x.value,b,E);else x instanceof hi||y.add(x,a.Pd(E,x,x.location))}function uu(a,y,x,b,E){if(y!==null&&y.count!==0){var z=It.alloc(),tt=It.alloc();tt.assign(x),isNaN(tt.x)&&(tt.x=0),isNaN(tt.y)&&(tt.y=0),(x=a.Mr)||$f(a,y);for(var ot=Dn(),rt=Dn(),at=y.iterator,ht=It.alloc();at.next();){var gt=at.key,mt=at.value;if(gt.Zc()){var yt=Sc(a,gt,y);yt!==null?ot.push(new it(gt,mt,yt)):(!E||gt.canMove())&&(yt=mt.point,z.assign(yt),a.computeMove(gt,z.add(tt),b,ht),gt.location=ht,mt.shifted===void 0&&(mt.shifted=new It),mt.shifted.assign(ht.re(yt)))}else at.key instanceof Ae&&rt.push(at.sa)}for(It.free(ht),E=ot.length,at=0;at<E;at++)gt=ot[at],z.assign(gt.info.point),gt.Su.shifted===void 0&&(gt.Su.shifted=new It),gt.node.location=z.add(gt.Su.shifted);for(E=It.alloc(),at=It.alloc(),gt=rt.length,mt=0;mt<gt;mt++){var St=rt[mt];if(yt=St.key,yt instanceof Ae)if(yt.suspendsRouting){yt.Tg=null,ht=yt.fromNode;var Lt=yt.toNode;if(a.draggedLink!==null&&b.dragsLink)if(Lt=St.value.point,yt.dragComputation===null)y.add(yt,a.Pd(b,yt,tt)),Bh(yt,tt.x-Lt.x,tt.y-Lt.y);else{St=It.allocAt(0,0),(ht=yt.i(0))&&ht.w()&&St.assign(ht);var Bt=ht=It.alloc().assign(St).add(tt);b.isGridSnapEnabled&&(b.isGridSnapRealtime||a.lastInput.up)&&(Bt=It.alloc(),Qf(a,yt,ht,Bt,b)),ht.assign(yt.dragComputation(yt,ht,Bt)).re(St),y.add(yt,a.Pd(b,yt,ht)),Bh(yt,ht.x-Lt.x,ht.y-Lt.y),It.free(St),It.free(ht),Bt!==ht&&It.free(Bt)}else ht!==null&&(E.assign(ht.location),Bt=y.I(ht),Bt!==null&&E.re(Bt.point)),Lt!==null&&(at.assign(Lt.location),Bt=y.I(Lt),Bt!==null&&at.re(Bt.point)),ht!==null&&Lt!==null?E.Xa(at)?(ht=St.value.point,Lt=z,Lt.assign(E),Lt.re(ht),y.add(yt,a.Pd(b,yt,E)),Bh(yt,Lt.x,Lt.y)):(yt.suspendsRouting=!1,yt.bb()):(St=St.value.point,ht=ht!==null?E:Lt!==null?at:tt,y.add(yt,a.Pd(b,yt,ht)),Bh(yt,ht.x-St.x,ht.y-St.y))}else(yt.fromNode===null||yt.toNode===null)&&(ht=St.value.point,y.add(yt,a.Pd(b,yt,tt)),Bh(yt,tt.x-ht.x,tt.y-ht.y))}It.free(z),It.free(tt),It.free(E),It.free(at),Tn(ot),Tn(rt),x||(yr(a),du(a,y))}}ne.prototype.computeMove=function(a,y,x,b){if(b===void 0&&(b=new It),b.assign(y),a===null)return b;var E=y,z=x.isGridSnapEnabled;z&&(x.isGridSnapRealtime||this.lastInput.up)&&(E=It.alloc(),Qf(this,a,y,E,x)),x=a.dragComputation!==null?a.dragComputation(a,y,E):E;var tt=a.minLocation,ot=tt.x;isNaN(ot)&&(ot=z?Math.round(1e3*a.location.x)/1e3:a.location.x),tt=tt.y,isNaN(tt)&&(tt=z?Math.round(1e3*a.location.y)/1e3:a.location.y);var rt=a.maxLocation,at=rt.x;return isNaN(at)&&(at=z?Math.round(1e3*a.location.x)/1e3:a.location.x),rt=rt.y,isNaN(rt)&&(rt=z?Math.round(1e3*a.location.y)/1e3:a.location.y),b.h(Math.max(ot,Math.min(x.x,at)),Math.max(tt,Math.min(x.y,rt))),E!==y&&It.free(E),b};function Jf(a){var y=a.toolManager.findTool("Dragging");return y!==null?y.dragOptions:a.Wm}function Qf(a,y,x,b,E){if(E===void 0&&(E=Jf(a)),b.assign(x),y!==null){var z=a.grid;y=E.gridSnapCellSize,a=y.width,y=y.height;var tt=E.gridSnapOrigin,ot=tt.x;if(tt=tt.y,E=E.gridSnapCellSpot,z!==null){var rt=z.gridCellSize;isNaN(a)&&(a=rt.width),isNaN(y)&&(y=rt.height),z=z.gridOrigin,isNaN(ot)&&(ot=z.x),isNaN(tt)&&(tt=z.y)}z=It.allocAt(0,0),z.yi(0,0,a,y,E),Jt.No(x.x,x.y,ot+z.x,tt+z.y,a,y,b),It.free(z)}}function $f(a,y){if(y!==null)for(a.Mr=!0,a=y.iterator;a.next();)y=a.key,y instanceof Ae&&(y.suspendsRouting=!0)}function du(a,y){if(y!==null){for(y=y.iterator;y.next();){var x=y.key;x instanceof Ae&&(x.suspendsRouting=!1,Kv(x)&&x.bb())}a.Mr=!1}}function Sc(a,y,x){return y=y.containingGroup,y!==null&&(a=Sc(a,y,x),a!==null||(a=x.I(y),a!==null))?a:null}xt=ne.prototype,xt.Pd=function(a,y,x){if(x===void 0)return new Yl(er);var b=a.isGridSnapEnabled;return a.groupsSnapMembers||y.containingGroup===null||(b=!1),b?new Yl(new It(Math.round(1e3*x.x)/1e3,Math.round(1e3*x.y)/1e3)):new Yl(x.copy())};function xc(a,y,x){if(y.diagram!==null&&y.diagram!==a&&se("Cannot share a Layer with another Diagram: "+y+" of "+y.diagram),x===null?y.diagram!==null&&se("Cannot add an existing Layer to this Diagram again: "+y):(x.diagram!==a&&se("Existing Layer must be in this Diagram: "+x+" not in "+x.diagram),y===x&&se("Cannot move a Layer before or after itself: "+y)),y.diagram!==a){y=y.name,a=a.Wa,x=a.count;for(var b=0;b<x;b++)a.M(b).name===y&&se("Cannot add Layer with the name '"+y+"'; a Layer with the same name is already present in this Diagram.")}}xt.Al=function(a){xc(this,a,null),a.Xe(this);var y=this.Wa,x=y.count-1;if(!a.isTemporary)for(;0<=x&&y.M(x).isTemporary;)x--;return y.Gb(x+1,a),this.cc!==null&&this.cb(yo,"layers",this,null,a,null,x+1),this.N(),this.Ya(),this},xt.Ww=function(a,y){xc(this,a,y),a.Xe(this);var x=this.Wa,b=x.indexOf(a);0<=b&&(x.remove(a),this.cc!==null&&this.cb(Ao,"layers",this,a,null,b,null));var E=x.count,z;for(z=0;z<E;z++)if(x.M(z)===y){x.Gb(z,a);break}return this.cc!==null&&this.cb(yo,"layers",this,null,a,null,z),this.N(),0>b&&this.Ya(),this},xt.Cy=function(a,y){xc(this,a,y),a.Xe(this);var x=this.Wa,b=x.indexOf(a);0<=b&&(x.remove(a),this.cc!==null&&this.cb(Ao,"layers",this,a,null,b,null));var E=x.count,z;for(z=0;z<E;z++)if(x.M(z)===y){x.Gb(z+1,a);break}return this.cc!==null&&this.cb(yo,"layers",this,null,a,null,z+1),this.N(),0>b&&this.Ya(),this},xt.kA=function(a){if(a.diagram!==this&&se("Cannot remove a Layer from another Diagram: "+a+" of "+a.diagram),a.name!==""){var y=this.Wa,x=y.indexOf(a);if(y.remove(a)){for(y=a.Pa.copy().iterator;y.next();){var b=y.value,E=b.layerName;E!==a.name?b.layerName=E:b.layerName=""}this.cc!==null&&this.cb(Ao,"layers",this,a,null,x,null),this.N(),this.Ya()}}},xt.Qj=function(a){for(var y=this.layers;y.next();){var x=y.value;if(x.name===a)return x}return null},xt.Yw=function(a){return this.pf===null&&(this.pf=new Oe),this.pf.add(a),this.model.Pe(a),this},xt.mA=function(a){this.pf!==null&&(this.pf.remove(a),this.pf.count===0&&(this.pf=null)),this.model.ik(a)},xt.Pe=function(a){return this.zg===null&&(this.zg=new Oe),this.zg.add(a),this},xt.ik=function(a){this.zg!==null&&(this.zg.remove(a),this.zg.count===0&&(this.zg=null))},xt.ds=function(a){if(this.skipsUndoManager||this.model.skipsUndoManager||this.model.undoManager.Tu(a),a.change!==xs&&(this.isModified=!0),this.zg!==null)for(var y=this.zg,x=y.length,b=0;b<x;b++)y.M(b)(a)},xt.cb=function(a,y,x,b,E,z,tt){z===void 0&&(z=null),tt===void 0&&(tt=null);var ot=new Xi;ot.diagram=this,ot.change=a,ot.propertyName=y,ot.object=x,ot.oldValue=b,ot.oldParam=z,ot.newValue=E,ot.newParam=tt,this.ds(ot)},xt.g=function(a,y,x,b,E){this.cb(_i,a,this,y,x,b,E)},ne.prototype.changeState=function(a,y){if(a!==null&&a.diagram===this){var x=this.skipsModelSourceBindings;try{this.skipsModelSourceBindings=!0;var b=a.change;if(b===_i){var E=a.object;if(Gi(E,a.propertyName,a.I(y)),E instanceof Xt){var z=E.part;z!==null&&z.Wb()}this.isModified=!0}else if(b===yo){var tt=a.object,ot=a.newParam,rt=a.newValue;if(tt instanceof Ne)if(typeof ot=="number"&&rt instanceof Xt){y?tt.pc(ot):tt.Gb(ot,rt);var at=tt.part;at!==null&&at.Wb()}else typeof ot=="number"&&rt instanceof bo&&(rt.isRow?u1(tt,ot,y?void 0:rt):d1(tt,ot,y?void 0:rt));else if(tt instanceof $o){var ht=a.oldParam===!0;typeof ot=="number"&&rt instanceof gn&&(y?(rt.isSelected=!1,rt.isHighlighted=!1,rt.Wb(),tt.pc(ht?ot:-1,rt,ht)):tt.oi(ot,rt,ht))}else tt instanceof ne?typeof ot=="number"&&rt instanceof $o&&(y?this.Wa.mb(ot):(rt.Xe(this),this.Wa.Gb(ot,rt))):se("unknown ChangedEvent.Insert object: "+a.toString());this.isModified=!0}else if(b===Ao){var gt=a.object,mt=a.oldParam,yt=a.oldValue;if(gt instanceof Ne)typeof mt=="number"&&yt instanceof Xt?y?gt.Gb(mt,yt):gt.pc(mt):typeof mt=="number"&&yt instanceof bo&&(yt.isRow?u1(gt,mt,y?yt:void 0):d1(gt,mt,y?yt:void 0));else if(gt instanceof $o){var St=a.newParam===!0;typeof mt=="number"&&yt instanceof gn&&(y?0>gt.Pa.indexOf(yt)&>.oi(mt,yt,St):(yt.isSelected=!1,yt.isHighlighted=!1,yt.Wb(),gt.pc(St?mt:-1,yt,St)))}else gt instanceof ne?typeof mt=="number"&&yt instanceof $o&&(y?(yt.Xe(this),this.Wa.Gb(mt,yt)):this.Wa.mb(mt)):se("unknown ChangedEvent.Remove object: "+a.toString());this.isModified=!0}else b!==xs&&se("unknown ChangedEvent: "+a.toString())}finally{this.skipsModelSourceBindings=x}}},ne.prototype.Ea=function(a){return this.undoManager.Ea(a)},ne.prototype.eb=function(a){return this.undoManager.eb(a)},ne.prototype.Kf=function(){return this.undoManager.Kf()},ne.prototype.commit=function(a,y){y===void 0&&(y="");var x=this.skipsUndoManager;y===null&&(this.skipsUndoManager=!0,y=""),this.undoManager.Ea(y);var b=!1;try{a(this),b=!0}finally{b?this.undoManager.eb(y):this.undoManager.Kf(),this.skipsUndoManager=x}},ne.prototype.updateAllTargetBindings=function(a){this.partManager.updateAllTargetBindings(a)},ne.prototype.rp=function(){this.partManager.rp()};function Pc(a,y,x){var b=a.animationManager;if(a.vb||a.ld)a.Ca=x,Qa(a),a.N(),a.Ee=!0,b.zb&&(Wl(b)||b.ce.add(b.H,"scale",y,a.Ca));else if(a.ta===null)a.Ca=x,Qa(a);else{a.vb=!0;var E=a.viewportBounds.copy(),z=a.Aa,tt=a.ya,ot=a.zoomPoint.x,rt=a.zoomPoint.y,at=a.contentAlignment;isNaN(ot)&&(at.$c()?at.Hf(Zh)?ot=0:at.Hf(Ys)&&(ot=z-1):ot=at.sb()?at.x*(z-1):z/2),isNaN(rt)&&(at.$c()?at.Hf(ah)?rt=0:at.Hf(Ba)&&(rt=tt-1):rt=at.sb()?at.y*(tt-1):tt/2),a.scaleComputation===null||a.animationManager.defaultAnimation.isAnimating||(x=a.scaleComputation(a,x)),x<a.minScale&&(x=a.minScale),x>a.maxScale&&(x=a.maxScale),z=It.allocAt(a.pa.x+ot/y-ot/x,a.pa.y+rt/y-rt/x),a.position=z,It.free(z),a.Ca=x,Qa(a),a.vb=!1,a.onViewportBoundsChanged(E,a.viewportBounds,y,!1),la(a,!1),b.zb&&(Wl(b)||b.ce.add(b.H,"scale",y,a.Ca))}}ne.prototype.onViewportBoundsChanged=function(a,y,x,b){if(!a.D(y)){b===void 0&&(b=!1),b||(this.Ee=!0),this.vd=!0;var E=this.layout;E===null||!E.isViewportSized||this.autoScale!==br||a.width===y.width&&a.height===y.height||E.C(),E=this.currentTool,this.Vk===!0&&E instanceof Vi&&(this.lastInput.documentPoint=this.Ps(this.lastInput.viewPoint),Op(E,this)),this.vb||this.invalidateViewport(a,y),Ja(this),this.fc.scale=x,this.fc.position.x=a.x,this.fc.position.y=a.y,this.fc.bounds.assign(a),this.fc.canvasSize.width=Math.round(a.width*x),this.fc.canvasSize.height=Math.round(a.height*x),this.fc.newCanvasSize.width=this.Aa,this.fc.newCanvasSize.height=this.ya,this.fc.isScroll=b,this.R("ViewportBoundsChanged",this.fc,a),this.isVirtualized&&this.links.each(function(z){z.isAvoiding&&z.actualBounds.Yc(y)&&z.bb()})}};function Ja(a,y){var x=a.fe;if(x!==null&&x.visible){for(var b=Ye.alloc(),E=1,z=1,tt=x.O.s,ot=tt.length,rt=0;rt<ot;rt++){var at=tt[rt],ht=Math.abs(at.interval);2>ht||(pv(at.figure)?z=z*ht/Jt.vx(z,ht):E=E*ht/Jt.vx(E,ht))}if(tt=x.gridCellSize,b.h(z*tt.width,E*tt.height),y!==void 0)E=y.width,z=y.height,a=y.x,tt=y.y;else{if(y=ge.alloc(),a=a.viewportBounds,y.h(a.x,a.y,a.width,a.height),!y.w()){ge.free(y);return}E=y.width,z=y.height,a=y.x,tt=y.y,ge.free(y)}x.width=E+2*b.width,x.height=z+2*b.height,y=It.alloc(),Jt.No(a,tt,0,0,b.width,b.height,y),y.offset(-b.width,-b.height),Ye.free(b),x.part.location=y,It.free(y)}}ne.prototype.clearSelection=function(a){a===void 0&&(a=!1);var y=this.selection;if(y.count!==0){a||this.R("ChangingSelection",y);for(var x=y.Fa(),b=x.length,E=0;E<b;E++)x[E].isSelected=!1;y.ka(),y.clear(),y.freeze(),a||this.R("ChangedSelection",y)}},ne.prototype.select=function(a){a!==null&&a.diagram===this&&(!a.isSelected||1<this.selection.count)&&(this.R("ChangingSelection",this.selection),this.clearSelection(!0),a.isSelected=!0,this.R("ChangedSelection",this.selection))},ne.prototype.rA=function(a){if(this.R("ChangingSelection",this.selection),this.clearSelection(!0),Fn(a))for(var y=a.length,x=0;x<y;x++){var b=a[x];b instanceof gn||se("Diagram.selectCollection given something that is not a Part: "+b),b.isSelected=!0}else for(a=a.iterator;a.next();)y=a.value,y instanceof gn||se("Diagram.selectCollection given something that is not a Part: "+y),y.isSelected=!0;this.R("ChangedSelection",this.selection)},ne.prototype.clearHighlighteds=function(){var a=this.highlighteds;if(0<a.count){for(var y=a.Fa(),x=y.length,b=0;b<x;b++)y[b].isHighlighted=!1;a.ka(),a.clear(),a.freeze()}},xt=ne.prototype,xt.Iz=function(a){a!==null&&a.diagram===this&&(!a.isHighlighted||1<this.highlighteds.count)&&(this.clearHighlighteds(),a.isHighlighted=!0)},xt.Jz=function(a){a=new Ge().addAll(a);for(var y=this.highlighteds.copy().hp(a).iterator;y.next();)y.value.isHighlighted=!1;for(a=a.iterator;a.next();)y=a.value,y instanceof gn||se("Diagram.highlightCollection given something that is not a Part: "+y),y.isHighlighted=!0},xt.scroll=function(a,y,x){x===void 0&&(x=1);var b=y==="up"||y==="down",E=0,z=It.alloc();if(a==="pixel")E=x;else if(a==="line")E=x*(b?this.scrollVerticalLineChange:this.scrollHorizontalLineChange);else if(a==="page")a=b?this.viewportBounds.height:this.viewportBounds.width,a*=this.scale,a!==0&&(E=x*Math.max(a-(b?this.scrollVerticalLineChange:this.scrollHorizontalLineChange),0));else{if(a==="document"){E=this.documentBounds,x=this.viewportBounds,y==="up"?this.position=z.h(x.x,E.y):y==="left"?this.position=z.h(E.x,x.y):y==="down"?this.position=z.h(x.x,E.bottom-x.height):y==="right"&&(this.position=z.h(E.right-x.width,x.y)),It.free(z);return}se("scrolling unit must be 'pixel', 'line', 'page', or 'document', not: "+a)}E/=this.scale,x=this.position,y==="up"?this.position=z.h(x.x,x.y-E):y==="down"?this.position=z.h(x.x,x.y+E):y==="left"?this.position=z.h(x.x-E,x.y):y==="right"?this.position=z.h(x.x+E,x.y):se("scrolling direction must be 'up', 'down', 'left', or 'right', not: "+y),It.free(z)},xt.tv=function(a){var y=this.viewportBounds;y.Re(a)||(a=a.center,a.x-=y.width/2,a.y-=y.height/2,this.position=a)},xt.es=function(a){var y=this.viewportBounds;a=a.center,a.x-=y.width/2,a.y-=y.height/2,this.position=a},xt.op=function(a){var y=this.Ab;y.reset(),this.Ca!==1&&y.scale(this.Ca);var x=this.pa;return(x.x!==0||x.y!==0)&&isFinite(x.x)&&isFinite(x.y)&&y.translate(-x.x,-x.y),a.copy().transform(this.Ab)},xt.zA=function(a){var y=this.Ab,x=a.x,b=a.y,E=x+a.width,z=b+a.height,tt=y.m11,ot=y.m12,rt=y.m21,at=y.m22,ht=y.dx,gt=y.dy,mt=x*tt+b*rt+ht;y=x*ot+b*at+gt;var yt=E*tt+b*rt+ht;return a=E*ot+b*at+gt,b=x*tt+z*rt+ht,x=x*ot+z*at+gt,tt=E*tt+z*rt+ht,E=E*ot+z*at+gt,z=Math.min(mt,yt),mt=Math.max(mt,yt),yt=Math.min(y,a),y=Math.max(y,a),z=Math.min(z,b),mt=Math.max(mt,b),yt=Math.min(yt,x),y=Math.max(y,x),z=Math.min(z,tt),mt=Math.max(mt,tt),yt=Math.min(yt,E),y=Math.max(y,E),new ge(z,yt,mt-z,y-yt)},xt.Ps=function(a){var y=this.Ab;y.reset(),this.Ca!==1&&y.scale(this.Ca);var x=this.pa;return(x.x!==0||x.y!==0)&&isFinite(x.x)&&isFinite(x.y)&&y.translate(-x.x,-x.y),co(a.copy(),this.Ab)};function qp(a){var y=a.isModified;a.Tw!==y&&(a.Tw=y,a.R("Modified"))}function wc(a){return a=og.get(a),a!==null?new a:new yi}ne.prototype.doModelChanged=function(a){var y=this;if(a.model===this.model){var x=a.change,b=a.propertyName;if(x===xs&&b[0]==="S")if(b==="StartingFirstTransaction"){var E=this;a=this.toolManager,a.mouseDownTools.each(function(rt){return rt.diagram=E}),a.mouseMoveTools.each(function(rt){return rt.diagram=E}),a.mouseUpTools.each(function(rt){return rt.diagram=E}),this.ld||this.hf||(this.Jk=!0,this.fn&&(this.kg=!0))}else b==="StartingUndo"||b==="StartingRedo"?(a=this.animationManager,a.defaultAnimation.isAnimating&&!this.skipsUndoManager&&a.Cc(),this.R("ChangingSelection",this.selection)):b==="StartedTransaction"&&(a=this.animationManager,a.defaultAnimation.isAnimating&&!this.skipsUndoManager&&a.Cc());else if(this.aa){this.aa=!1;try{if(a.modelChange===""&&x===xs){(b==="FinishedUndo"||b==="FinishedRedo")&&(this.R("ChangedSelection",this.selection),yr(this));var z=this.animationManager;b==="RolledBackTransaction"&&z.Cc(),this.bx(),this.Jk=!0,this.bd(),this.undoManager.transactionLevel!==0&&this.undoManager.transactionLevel!==1||Vf(z),b==="CommittedTransaction"&&this.undoManager.isJustDiscarded&&(this.Ce=Math.min(this.Ce,this.undoManager.historyIndex-1)),b!=="CommittedTransaction"&&b!=="RolledBackTransaction"||!this.undoManager.isPendingUnmodified||setTimeout(function(){y.isModified=!1},1);var tt=a.isTransactionFinished;if(tt&&(qp(this),this.As.clear(),Gp(this.animationManager)),!this.Rt&&tt&&this.lastInput.targetDiagram){this.Rt=!0;var ot=this;ci(function(){ot.currentTool.standardMouseOver(),ot.Rt=!1},10)}}}finally{this.aa=!0}}}};function id(a,y){y=y.O.s;for(var x=y.length,b=0;b<x;b++)fu(a,y[b])}function fu(a,y){if(y instanceof os){var x=y.element;if(x!==null&&x instanceof HTMLImageElement){x.Bg instanceof Ge&&x.Bg.add(a);var b=y.Eg;if(b!==null&&b.sq===!0&&y.diagram!==null&&y.diagram.Xn.add(y),x.hn)if(x=x.getAttribute("src")||"",b=a.Og.I(x),b===null)b=[],b.push(y),a.Og.add(x,b);else{for(a=0;a<b.length;a++)if(b[a]===y)return;b.push(y)}}}}function Cc(a,y){if(y instanceof os){var x=y.element;if(x!==null&&x instanceof HTMLImageElement&&x.hn){var b=x.getAttribute("src")||"",E=a.Og.I(b);if(E!==null){for(var z=0;z<E.length;z++)if(E[z]===y){E.splice(z,1),E.length===0&&(a.Og.remove(b),x.Fq&&x.removeEventListener("load",x.Fq),x.Yp&&x.removeEventListener("error",x.Yp),delete x.Fq,delete x.Yp,x.Bg instanceof Ge&&x.Bg.remove(a),vg(b));break}}}}}ne.prototype.Wd=function(){this.partManager.Wd()},ne.prototype.Aj=function(a,y){this.Yd.Aj(a,y)},ne.prototype.Cj=function(a,y){this.Yd.Cj(a,y)},ne.prototype.findPartForKey=function(a){return this.partManager.findPartForKey(a)},ne.prototype.Vb=function(a){return this.partManager.Vb(a)},ne.prototype.findLinkForKey=function(a){return this.partManager.findLinkForKey(a)},xt=ne.prototype,xt.Lc=function(a){return this.partManager.Lc(a)},xt.ii=function(a){return this.partManager.ii(a)},xt.Kc=function(a){return this.partManager.Kc(a)},xt.ms=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];return this.partManager.ms.apply(this.partManager,y instanceof Array?y:ri(mn(y)))},xt.ls=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];return this.partManager.ls.apply(this.partManager,y instanceof Array?y:ri(mn(y)))};function Qa(a){var y=a.pa,x=a.Ca;a.Rw.h(y.x,y.y,Math.max(a.Aa,0)/x,Math.max(a.ya,0)/x),a.vd=!0}function Lc(a,y){a.Zi=!1;var x=a.Sp;x.D(y)||(x=x.copy(),a.Sp.assign(y),la(a,!1),a.R("DocumentBoundsChanged",void 0,x),a.Ee=!0,a.N())}xt.Va=function(){if(this.Zi){var a=ge.alloc();Lc(this,this.computeBounds(a)),ge.free(a)}},xt.rz=function(){for(var a=new Ge,y=this.nodes;y.next();){var x=y.value;x.isTopLevel&&a.add(x)}for(y=this.links;y.next();)x=y.value,x.isTopLevel&&a.add(x);return a.iterator},xt.qz=function(){return this.ai.iterator},xt.Uz=function(a){yr(this),a&&qf(this,!0),this.ld?kc(this,!1):(this.Jk=!0,Zs(this))};function qf(a,y){for(var x=a.ai.iterator;x.next();)tm(a,x.value,y);a.layout&&(y?a.layout.isValidLayout=!1:a.layout.C())}function tm(a,y,x){if(y!==null){for(var b=y.gl.iterator;b.next();)tm(a,b.value,x);y.layout!==null&&(x?y.layout.isValidLayout=!1:y.layout.C())}}function kc(a,y){if(a.xh&&!a.lt){var x=a.aa;a.aa=!0;var b=a.undoManager.transactionLevel,E=a.layout,z=a.animationManager;try{b===0&&(a.undoManager.isInternalTransaction=!0,a.Ea("Layout")),1>=b&&!z.defaultAnimation.isAnimating&&!z.zb&&(y||gl(z,"Layout")),a.xh=!1;for(var tt=a.ai.iterator;tt.next();)Mc(a,tt.value,y,b);E.isValidLayout||(!y||E.isRealtime||E.isRealtime===null||b===0?(E.doLayout(a),yr(a),E.isValidLayout=!0):a.xh=!0)}finally{y=a.undoManager.isInternalTransaction,b===0&&(a.eb("Layout"),a.undoManager.isInternalTransaction=!1),!y||b!==0&&b!==1||Vf(z),a.aa=x}}}function Mc(a,y,x,b){if(y!==null){for(var E=y.gl.iterator;E.next();)Mc(a,E.value,x,b);E=y.layout,E===null||E.isValidLayout||(!x||E.isRealtime||b===0?(y.rh=!y.location.w(),E.doLayout(y),y.C(32),Zd(a,y),E.isValidLayout=!0):a.xh=!0)}}xt.yz=function(){for(var a=new Oe,y=this.nodes;y.next();){var x=y.value;x.isTopLevel&&x.kh()===null&&a.add(x)}return a.iterator};function ev(a){function y(E){var z=E.toLowerCase(),tt=new Oe;x.add(E,tt),x.add(z,tt),b.add(E,E),b.add(z,E)}var x=new yn,b=new yn;y("InitialAnimationStarting"),y("AnimationStarting"),y("AnimationFinished"),y("BackgroundSingleClicked"),y("BackgroundDoubleClicked"),y("BackgroundContextClicked"),y("ClipboardChanged"),y("ClipboardPasted"),y("DocumentBoundsChanged"),y("ExternalObjectsDropped"),y("GainedFocus"),y("InitialLayoutCompleted"),y("LayoutCompleted"),y("LinkDrawn"),y("LinkRelinked"),y("LinkReshaped"),y("LostFocus"),y("Modified"),y("ObjectSingleClicked"),y("ObjectDoubleClicked"),y("ObjectContextClicked"),y("PartCreated"),y("PartResized"),y("PartRotated"),y("SelectionMoved"),y("SelectionCopied"),y("SelectionDeleting"),y("SelectionDeleted"),y("SelectionGrouped"),y("SelectionUngrouped"),y("ChangingSelection"),y("ChangedSelection"),y("SubGraphCollapsed"),y("SubGraphExpanded"),y("TextEdited"),y("TreeCollapsed"),y("TreeExpanded"),y("ViewportBoundsChanged"),y("InvalidateDraw"),a.iw=x,a.hw=b}function em(a,y){var x=a.hw.I(y);return x!==null?x:a.hw.I(y.toLowerCase())}function tg(a,y){var x=a.iw.I(y);if(x!==null||(x=a.iw.I(y.toLowerCase()),x!==null))return x;se("Unknown DiagramEvent name: "+y)}xt.Bj=function(a,y){return a=tg(this,a),a!==null&&a.add(y),this},xt.am=function(a,y){a=tg(this,a),a!==null&&a.remove(y)},xt.R=function(a,y,x){var b=tg(this,a),E=new hh;if(E.diagram=this,a=em(this,a),a!==null&&(E.name=a),y!==void 0&&(E.subject=y),x!==void 0&&(E.parameter=x),y=b.length,y===1)b.M(0)(E);else if(y!==0)for(b=b.Fa(),x=0;x<y;x++)(0,b[x])(E)};function eg(a){if(a.animationManager.isTicking)return!1;var y=a.currentTool;return y===a.toolManager.findTool("Dragging")?!a.Mr||y.isComplexRoutingRealtime:!0}xt.Yj=function(a,y){return ng(this,!1,null,y||null).Yj(a.x,a.y,a.width,a.height)},ne.prototype.computeOccupiedArea=function(a){return this.isVirtualized?this.viewportBounds.copy():this.Zi?dc(this,a):a.assign(this.documentBounds)};function ng(a,y,x,b){var E=a.Xh;if(E===null&&(a.Xh=E=new ep(a.avoidanceCellSize)),E.vs||E.group!==x||E.Yx!==b){if(E.Hx=Math.max(E.Os+1,Math.floor(a.avoidanceLimit/a.avoidanceCellSize.width)),E.Ix=Math.max(E.Os+1,Math.floor(a.avoidanceLimit/a.avoidanceCellSize.height)),x!==null&&(x=nm(a,x)),x===null){y=ge.alloc(),a.computeOccupiedArea(y),y.Bc(100,100),E.initialize(y);for(var z=a.nodes;z.next();){var tt=z.value,ot=tt.layer;ot!==null&&ot.visible&&!ot.isTemporary&&ig(a,tt,b,y)}ge.free(y)}else{for(0<x.memberParts.count&&(y=a.computePartsBounds(x.memberParts,!1),y.Bc(20,20),E.initialize(y)),y=ge.alloc(),z=x.memberParts;z.next();)tt=z.value,tt instanceof Ke&&ig(a,tt,b,y);ge.free(y)}E.group=x,E.Yx=b,E.vs=!1}else y&&oS(E);return E}function nm(a,y){return y.avoidable&&!y.isLinkLabel?y:y.containingGroup!==null?nm(a,y.containingGroup):null}function ig(a,y,x,b){if(y!==x&&y.isVisible()){if(y.avoidable&&!y.isLinkLabel){y=y.getAvoidableRect(b),a=a.Xh;var E=y.x,z=y.y;if(Cg(a,E,z))for(x=(z-a.Od)/a.sc|0,b=Math.min((E+y.width-a.Nd)/a.rc|0,a.di),y=Math.min((z+y.height-a.Od)/a.sc|0,a.ei),E=(E-a.Nd)/a.rc|0;E<=b;E++)if(z=a.ac[E],z.fill)z.fill(Oh,x,y+1);else for(var tt=x;tt<=y;tt++)z[tt]=Oh}else if(y instanceof En)for(y=y.memberParts;y.next();)E=y.value,E instanceof Ke&&ig(a,E,x,b)}}function Lh(a,y){a.Xh===null||a.Xh.vs||y!==void 0&&(!y.avoidable||y.isLinkLabel)||(a.Xh.vs=!0)}ne.prototype.gs=function(a){this.wp.assign(a),this.computeAutoScrollPosition(this.wp).Xa(this.position)?this.ug():Tc(this)};function Tc(a){a.vk===-1&&(a.vk=ci(function(){if(a.vk!==-1&&(a.ug(),a.lastInput.event!==null)){var y=a.computeAutoScrollPosition(a.wp);y.Xa(a.position)||(a.position=y,a.lastInput.documentPoint=a.Ps(a.wp),a.doMouseMove(),a.Zi=!0,y=ge.alloc(),a.computeBounds(y),y.ed(a.documentBounds),Lc(a,y),ge.free(y),a.Fc=!0,a.bd(),Tc(a))}},a.vp))}ne.prototype.ug=function(){this.vk!==-1&&(ce.clearTimeout(this.vk),this.vk=-1)},ne.prototype.computeAutoScrollPosition=function(a){var y=this.position,x=this.xp;if(0>=x.top&&0>=x.left&&0>=x.right&&0>=x.bottom)return y;var b=this.viewportBounds,E=this.scale;b=ge.allocAt(0,0,b.width*E,b.height*E);var z=It.allocAt(0,0);if(a.x>=b.x&&a.x<b.x+x.left&&this.allowHorizontalScroll){var tt=Math.max(this.scrollHorizontalLineChange,1);tt|=0,z.x-=tt,a.x<b.x+x.left/2&&(z.x-=tt),a.x<b.x+x.left/4&&(z.x-=4*tt)}else a.x<=b.x+b.width&&a.x>b.x+b.width-x.right&&this.allowHorizontalScroll&&(tt=Math.max(this.scrollHorizontalLineChange,1),tt|=0,z.x+=tt,a.x>b.x+b.width-x.right/2&&(z.x+=tt),a.x>b.x+b.width-x.right/4&&(z.x+=4*tt));return a.y>=b.y&&a.y<b.y+x.top&&this.allowVerticalScroll?(tt=Math.max(this.scrollVerticalLineChange,1),tt|=0,z.y-=tt,a.y<b.y+x.top/2&&(z.y-=tt),a.y<b.y+x.top/4&&(z.y-=4*tt)):a.y<=b.y+b.height&&a.y>b.y+b.height-x.bottom&&this.allowVerticalScroll&&(tt=Math.max(this.scrollVerticalLineChange,1),tt|=0,z.y+=tt,a.y>b.y+b.height-x.bottom/2&&(z.y+=tt),a.y>b.y+b.height-x.bottom/4&&(z.y+=4*tt)),z.Xa(er)||(y=new It(y.x+z.x/E,y.y+z.y/E)),ge.free(b),It.free(z),y},xt=ne.prototype,xt.Cs=function(){return null},xt.av=function(){return null},xt.bs=function(a,y){this.pj.add(a,y)},xt.Fu=function(a){(this.Pw=a)||this.nodes.each(function(y){y instanceof En&&(y.$p=null)})};function Jd(a,y,x){function b(){var ht=+new Date;for(z=!0,tt.reset();tt.next();)if(!tt.value[0].al){z=!1;break}z||ht-at>rt?y(x,E,ot):ce.requestAnimationFrame(b)}for(var E=x.callback,z=!0,tt=a.Og.iterator;tt.next();)if(!tt.value[0].al){z=!1;break}if(typeof E!="function"||z)return y(x,E,a);var ot=a,rt=x.callbackTimeout||300,at=+new Date;return ce.requestAnimationFrame(function(){b()}),null}xt.Wz=function(a){return to?(a===void 0&&(a={}),a.returnType="Image",this.Jx(a)):null},xt.Jx=function(a){return a===void 0&&(a={}),Jd(this,this.Xz,a)},xt.Xz=function(a,y,x){var b=im(x,a,"canvas",null);if(b===null)return null;x=b.Z.canvas;var E=null;if(x!==null)switch(E=a.returnType,E===void 0?E="string":E=E.toLowerCase(),E){case sd+"data":E=b.getImageData(0,0,x.width,x.height);break;case sd:b=(a.document||document).createElement("img"),b.src=x.toDataURL(a.type,a.details),E=b;break;case"blob":return typeof y!="function"&&se('Error: Diagram.makeImageData called with "returnType: toBlob", but no required "callback" function property defined.'),typeof x.toBlob=="function"?(x.toBlob(y,a.type,a.details),"toBlob"):(y(null),null);default:E=x.toDataURL(a.type,a.details)}return typeof y=="function"?(y(E),null):E};function im(a,y,x,b){if(a.animationManager.Cc(),a.bd(),a.ta===null)return null;typeof y!="object"&&se("properties argument must be an Object.");var E=y.size||null,z=y.scale||null;y.scale!==void 0&&isNaN(y.scale)&&(z="NaN");var tt=y.maxSize;y.maxSize===void 0&&(tt=x==="SVG"?new Ye(1/0,1/0):new Ye(2e3,2e3));var ot=y.position||null,rt=y.parts||null,at=y.padding===void 0?1:y.padding,ht=y.background||null,gt=y.omitTemporary;gt===void 0&&(gt=!0);var mt=y.document||document,yt=y.elementFinished||null,St=y.showTemporary;St===void 0&&(St=!gt),y=y.showGrid,y===void 0&&(y=St),E!==null&&isNaN(E.width)&&isNaN(E.height)&&(E=null),typeof at=="number"?at=new Gn(at):at instanceof Gn||se("MakeImage padding must be a Margin or a number."),at.left=Math.max(at.left,0),at.right=Math.max(at.right,0),at.top=Math.max(at.top,0),at.bottom=Math.max(at.bottom,0),a.ib.Vc(!0),gt=new ua(null,mt,void 0,!0);var Lt=gt.context;if(!(E||z||rt||ot))return gt.width=a.Aa+Math.ceil(at.left+at.right),gt.height=a.ya+Math.ceil(at.top+at.bottom),x==="SVG"?b===null?null:(b.resize(gt.width,gt.height,gt.width,gt.height),b.ownerDocument=mt,b.hs=yt,Zf(a,b.context,at,new Ye(gt.width,gt.height),a.Ca,a.pa,rt,ht,St,y),b.context):(a.Xm=!1,Zf(a,Lt,at,new Ye(gt.width,gt.height),a.Ca,a.pa,rt,ht,St,y),a.Xm=!0,gt.context);var Bt=a.Pp,Ft=a.documentBounds.copy();if(Ft.Fv(a.yb),St)for(var zt=a.Wa.s,Ht=zt.length,Vt=0;Vt<Ht;Vt++){var _t=zt[Vt];if(_t.visible&&_t.isTemporary){_t=_t.Pa.s;for(var ee=_t.length,Ve=0;Ve<ee;Ve++){var tn=_t[Ve];tn.isInDocumentBounds&&tn.isVisible()&&(tn=tn.actualBounds,tn.w()&&Ft.ed(tn))}}}if(zt=new It(Ft.x,Ft.y),rt!==null){for(Ht=new ge(0,0,0,0),Vt=!0,_t=rt.iterator,_t.reset();_t.next();)ee=_t.value,ee instanceof gn&&(Ve=ee.layer,Ve!==null&&!Ve.visible||Ve!==null&&!St&&Ve.isTemporary||!ee.isVisible()||(ee=ee.actualBounds,ee.w()&&(Vt?(Vt=!1,Ht.assign(ee)):Ht.ed(ee))));Ft.width=Ht.width,Ft.height=Ht.height,zt.x=Ht.x,zt.y=Ht.y}return ot!==null&&ot.w()&&(zt=ot,z||(z=Bt)),Ht=ot=0,at!==null&&(ot=at.left+at.right,Ht=at.top+at.bottom),Vt=_t=0,E!==null&&(_t=E.width,Vt=E.height,isFinite(_t)&&(_t=Math.max(0,_t-ot)),isFinite(Vt)&&(Vt=Math.max(0,Vt-Ht))),E!==null&&z!==null?(z==="NaN"&&(z=Bt),E.w()?(E=_t,Ft=Vt):isNaN(Vt)?(E=_t,Ft=Ft.height*z):(E=Ft.width*z,Ft=Vt)):E!==null?E.w()?(z=Math.min(_t/Ft.width,Vt/Ft.height),E=_t,Ft=Vt):isNaN(Vt)?(z=_t/Ft.width,E=_t,Ft=Ft.height*z):(z=Vt/Ft.height,E=Ft.width*z,Ft=Vt):z!==null?z==="NaN"&&tt.w()?(z=Math.min((tt.width-ot)/Ft.width,(tt.height-Ht)/Ft.height),z>Bt?(z=Bt,E=Ft.width,Ft=Ft.height):(E=tt.width,Ft=tt.height)):(E=Ft.width*z,Ft=Ft.height*z):(z=Bt,E=Ft.width,Ft=Ft.height),at!==null?(E+=ot,Ft+=Ht):at=new Gn(0),tt!==null&&(Bt=tt.width,tt=tt.height,isNaN(Bt)&&(Bt=2e3),isNaN(tt)&&(tt=2e3),isFinite(Bt)&&(E=Math.min(E,Bt)),isFinite(tt)&&(Ft=Math.min(Ft,tt))),gt.width=Math.ceil(E),gt.height=Math.ceil(Ft),x==="SVG"?b===null?null:(b.resize(gt.width,gt.height,gt.width,gt.height),b.ownerDocument=mt,b.hs=yt,Zf(a,b.context,at,new Ye(Math.ceil(E),Math.ceil(Ft)),z,zt,rt,ht,St,y),b.context):(a.Xm=!1,Zf(a,Lt,at,new Ye(Math.ceil(E),Math.ceil(Ft)),z,zt,rt,ht,St,y),a.Xm=!0,gt.context)}be.Object.defineProperties(ne.prototype,{renderer:{get:function(){return this.nl},set:function(a){this instanceof ct||(a===""&&(a="default"),a=a.toLowerCase(),a!==this.nl&&(this.nl=a,a==="default"||a==="canvas"?(a=this.pj.get("svg"),a!==null&&a.Oa.remove(),this.ta&&(this.ib=this.ta.context)):a==="svg"?(this.pj.contains("svg")?a=this.pj.get("svg"):(a=new $a(this,ce.document),this.bs("svg",a)),this.div!==null&&this.div.appendChild(a.Oa),this.ib=a.context,this.ta&&(this.ta.context.setTransform(this.Mb,0,0,this.Mb,0,0),this.ta.context.clearRect(0,0,this.Aa,this.ya))):a!=="debug"||this.pj.contains("SVG")||(a=new $a(this,ce.document),this.bs("SVG",a),a.Oa.style.backgroundColor="whitesmoke",this.div!==null&&this.div.after(a.Oa)),this.hk()))}},div:{get:function(){return this.Ka},set:function(a){if(this.Ka!==a){var y=this.Ka;y!==null?(y.H=void 0,y.goDiagram=void 0,y.go=void 0,y.innerHTML="",this.ta!==null&&(y=this.ta.Oa,this.removeEventListener(y,"pointermove",this.dk,!1),this.removeEventListener(y,"pointerdown",this.ui,!1),this.removeEventListener(y,"pointerup",this.fk,!1),this.removeEventListener(y,"pointerout",this.ek,!1),this.removeEventListener(y,"pointercancel",this.ck,!1),this.ta.mx()),this.ol&&(this.ol.disconnect(),this.ol=null),y=this.toolManager,y!==null&&(y.mouseDownTools.each(function(x){x.cancelWaitAfter()}),y.mouseMoveTools.each(function(x){x.cancelWaitAfter()}),y.mouseUpTools.each(function(x){x.cancelWaitAfter()})),y.cancelWaitAfter(),this.currentTool.doCancel(),this.ta=null,this.removeEventListener(ce,"resize",this.Ov,!1),this.removeEventListener(ce,"wheel",this.$j,!0),cl===this&&(cl=null)):this.ui===null&&(this.hf=!1),this.Ka=null,a!==null&&((y=a.H)&&(y.div=null),hc(this,a),this.hk())}}},$w:{get:function(){return this.Sq}},pi:{get:function(){return this.hf}},draggedLink:{get:function(){return this.nt},set:function(a){this.nt!==a&&(this.nt=a,a!==null&&(this.Vt=a.fromPort,this.Wt=a.toPort))}},Mx:{get:function(){return this.Vt},set:function(a){this.Vt=a}},Nx:{get:function(){return this.Wt},set:function(a){this.Wt=a}},animationManager:{get:function(){return this.Yd}},undoManager:{get:function(){return this.cc.undoManager}},skipsUndoManager:{get:function(){return this.Wg},set:function(a){this.Wg=a,this.cc.skipsUndoManager=a}},delaysLayout:{get:function(){return this.lt},set:function(a){this.lt=a}},opacity:{get:function(){return this.pb},set:function(a){var y=this.pb;y!==a&&((0>a||1<a)&&Hn(a,"0 <= value <= 1",ne,"opacity"),this.pb=a,this.g("opacity",y,a),this.N())}},validCycle:{get:function(){return this.wu},set:function(a){var y=this.wu;y!==a&&(this.wu=a,this.g("validCycle",y,a))}},layers:{get:function(){return this.Wa.iterator}},isModelReadOnly:{get:function(){var a=this.cc;return a===null?!1:a.isReadOnly},set:function(a){var y=this.cc;y!==null&&(y.isReadOnly=a)}},isReadOnly:{get:function(){return this.Gg},set:function(a){var y=this.Gg;y!==a&&(this.Gg=a,this.g("isReadOnly",y,a))}},isEnabled:{get:function(){return this.Jd},set:function(a){var y=this.Jd;y!==a&&(this.Jd=a,this.g("isEnabled",y,a))}},allowClipboard:{get:function(){return this.Us},set:function(a){var y=this.Us;y!==a&&(this.Us=a,this.g("allowClipboard",y,a))}},allowCopy:{get:function(){return this.Fi},set:function(a){var y=this.Fi;y!==a&&(this.Fi=a,this.g("allowCopy",y,a))}},allowDelete:{get:function(){return this.Gi},set:function(a){var y=this.Gi;y!==a&&(this.Gi=a,this.g("allowDelete",y,a))}},allowDragOut:{get:function(){return this.Vs},set:function(a){var y=this.Vs;y!==a&&(this.Vs=a,this.g("allowDragOut",y,a))}},allowDrop:{get:function(){return this.Ws},set:function(a){var y=this.Ws;y!==a&&(this.Ws=a,this.g("allowDrop",y,a))}},allowTextEdit:{get:function(){return this.Pi},set:function(a){var y=this.Pi;y!==a&&(this.Pi=a,this.g("allowTextEdit",y,a))}},allowGroup:{get:function(){return this.Hi},set:function(a){var y=this.Hi;y!==a&&(this.Hi=a,this.g("allowGroup",y,a))}},allowUngroup:{get:function(){return this.Qi},set:function(a){var y=this.Qi;y!==a&&(this.Qi=a,this.g("allowUngroup",y,a))}},allowInsert:{get:function(){return this.Ys},set:function(a){var y=this.Ys;y!==a&&(this.Ys=a,this.g("allowInsert",y,a))}},allowLink:{get:function(){return this.Ii},set:function(a){var y=this.Ii;y!==a&&(this.Ii=a,this.g("allowLink",y,a))}},allowRelink:{get:function(){return this.Ki},set:function(a){var y=this.Ki;y!==a&&(this.Ki=a,this.g("allowRelink",y,a))}},allowMove:{get:function(){return this.Ji},set:function(a){var y=this.Ji;y!==a&&(this.Ji=a,this.g("allowMove",y,a))}},allowReshape:{get:function(){return this.Li},set:function(a){var y=this.Li;y!==a&&(this.Li=a,this.g("allowReshape",y,a))}},allowResize:{get:function(){return this.Mi},set:function(a){var y=this.Mi;y!==a&&(this.Mi=a,this.g("allowResize",y,a))}},allowRotate:{get:function(){return this.Ni},set:function(a){var y=this.Ni;y!==a&&(this.Ni=a,this.g("allowRotate",y,a))}},allowSelect:{get:function(){return this.Oi},set:function(a){var y=this.Oi;y!==a&&(this.Oi=a,this.g("allowSelect",y,a))}},allowUndo:{get:function(){return this.Zs},set:function(a){var y=this.Zs;y!==a&&(this.Zs=a,this.g("allowUndo",y,a))}},allowZoom:{get:function(){return this.at},set:function(a){var y=this.at;y!==a&&(this.at=a,this.g("allowZoom",y,a))}},hasVerticalScrollbar:{get:function(){return this.nn},set:function(a){var y=this.nn;y!==a&&(this.nn=a,this.Ee=!0,this.N(),this.g("hasVerticalScrollbar",y,a),la(this,!1))}},hasHorizontalScrollbar:{get:function(){return this.mn},set:function(a){var y=this.mn;y!==a&&(this.mn=a,this.Ee=!0,this.N(),this.g("hasHorizontalScrollbar",y,a),la(this,!1))}},allowHorizontalScroll:{get:function(){return this.Xs},set:function(a){var y=this.Xs;y!==a&&(this.Xs=a,this.g("allowHorizontalScroll",y,a),la(this,!1))}},allowVerticalScroll:{get:function(){return this.$s},set:function(a){var y=this.$s;y!==a&&(this.$s=a,this.g("allowVerticalScroll",y,a),la(this,!1))}},scrollHorizontalLineChange:{get:function(){return this.iu},set:function(a){var y=this.iu;y!==a&&(0>a&&Hn(a,">= 0",ne,"scrollHorizontalLineChange"),this.iu=a,this.g("scrollHorizontalLineChange",y,a))}},scrollVerticalLineChange:{get:function(){return this.mu},set:function(a){var y=this.mu;y!==a&&(0>a&&Hn(a,">= 0",ne,"scrollVerticalLineChange"),this.mu=a,this.g("scrollVerticalLineChange",y,a))}},lastInput:{get:function(){return this.cj},set:function(a){this.cj=a}},previousInput:{get:function(){return this.Qg},set:function(a){this.Qg=a}},firstInput:{get:function(){return this.bq},set:function(a){this.bq=a}},currentCursor:{get:function(){return this.it},set:function(a){if(a===""&&(a=this.Op),this.it!==a){var y=this.ta,x=this.Ka;if(y!==null&&x!==null){this.it=a;var b=y.style.cursor;y.style.cursor=a,x.style.cursor=a,y.style.cursor===b&&(y.style.cursor="-webkit-"+a,x.style.cursor="-webkit-"+a,y.style.cursor===b&&(y.style.cursor="-moz-"+a,x.style.cursor="-moz-"+a,y.style.cursor===b&&(y.style.cursor=a,x.style.cursor=a)))}}}},defaultCursor:{get:function(){return this.Op},set:function(a){a===""&&(a="auto");var y=this.Op;y!==a&&(this.Op=a,this.g("defaultCursor",y,a))}},click:{get:function(){return this.zh},set:function(a){var y=this.zh;y!==a&&(this.zh=a,this.g("click",y,a))}},doubleClick:{get:function(){return this.Fh},set:function(a){var y=this.Fh;y!==a&&(this.Fh=a,this.g("doubleClick",y,a))}},contextClick:{get:function(){return this.Bh},set:function(a){var y=this.Bh;y!==a&&(this.Bh=a,this.g("contextClick",y,a))}},mouseOver:{get:function(){return this.Qh},set:function(a){var y=this.Qh;y!==a&&(this.Qh=a,this.g("mouseOver",y,a))}},mouseHover:{get:function(){return this.Oh},set:function(a){var y=this.Oh;y!==a&&(this.Oh=a,this.g("mouseHover",y,a))}},mouseHold:{get:function(){return this.Nh},set:function(a){var y=this.Nh;y!==a&&(this.Nh=a,this.g("mouseHold",y,a))}},mouseDragOver:{get:function(){return this.Qt},set:function(a){var y=this.Qt;y!==a&&(this.Qt=a,this.g("mouseDragOver",y,a))}},mouseDrop:{get:function(){return this.Lh},set:function(a){var y=this.Lh;y!==a&&(this.Lh=a,this.g("mouseDrop",y,a))}},handlesDragDropForTopLevelParts:{get:function(){return this.xt},set:function(a){var y=this.xt;y!==a&&(this.xt=a,this.g("handlesDragDropForTopLevelParts",y,a))}},mouseEnter:{get:function(){return this.Mh},set:function(a){var y=this.Mh;y!==a&&(this.Mh=a,this.g("mouseEnter",y,a))}},mouseLeave:{get:function(){return this.Ph},set:function(a){var y=this.Ph;y!==a&&(this.Ph=a,this.g("mouseLeave",y,a))}},toolTip:{get:function(){return this.$h},set:function(a){var y=this.$h;y!==a&&(this.$h=a,this.g("toolTip",y,a))}},contextMenu:{get:function(){return this.Ch},set:function(a){var y=this.Ch;y!==a&&(this.Ch=a,this.g("contextMenu",y,a))}},commandHandler:{get:function(){return this.nb},set:function(a){this.nb!==a&&(this.nb=a,a.Xe(this))}},toolManager:{get:function(){return this.te},set:function(a){this.te!==a&&(this.te=a,a.diagram=this)}},defaultTool:{get:function(){return this.ob},set:function(a){var y=this.ob;y!==a&&(this.ob=a,a.diagram=this,this.currentTool===y&&(this.currentTool=a))}},currentTool:{get:function(){return this.hb},set:function(a){var y=this.hb;y&&(y.isActive&&y.doDeactivate(),y.cancelWaitAfter(),y.doStop()),a===null&&(a=this.defaultTool),a!==null&&(this.hb=a,a.diagram=this,a.doStart())}},selection:{get:function(){return this.Hw}},maxSelectionCount:{get:function(){return this.Nt},set:function(a){var y=this.Nt;if(y!==a)if(0<=a&&!isNaN(a)){if(this.Nt=a,this.g("maxSelectionCount",y,a),!this.undoManager.isUndoingRedoing&&(a=this.selection.count-a,0<a)){this.R("ChangingSelection",this.selection),y=this.selection.Fa();for(var x=0;x<a;x++)y[x].isSelected=!1;this.R("ChangedSelection",this.selection)}}else Hn(a,">= 0",ne,"maxSelectionCount")}},nodeSelectionAdornmentTemplate:{get:function(){return this.St},set:function(a){var y=this.St;y!==a&&(this.St=a,this.g("nodeSelectionAdornmentTemplate",y,a))}},groupSelectionAdornmentTemplate:{get:function(){return this.wt},set:function(a){var y=this.wt;y!==a&&(this.wt=a,this.g("groupSelectionAdornmentTemplate",y,a))}},linkSelectionAdornmentTemplate:{get:function(){return this.Kt},set:function(a){var y=this.Kt;y!==a&&(this.Kt=a,this.g("linkSelectionAdornmentTemplate",y,a))}},highlighteds:{get:function(){return this.nw}},isModified:{get:function(){var a=this.undoManager;return a.isEnabled?a.currentTransaction!==null?!0:this.rn&&this.Ce!==a.historyIndex:this.rn},set:function(a){if(this.rn!==a){this.rn=a;var y=this.undoManager;!a&&y.isEnabled&&(this.Ce=y.historyIndex),a||qp(this)}}},model:{get:function(){return this.cc},set:function(a){var y=this.cc;if(y!==a){this.currentTool.doCancel(),y&&y.undoManager!==a.undoManager&&y.undoManager.isInTransaction&&se("Do not replace a Diagram.model while a transaction is in progress."),this.animationManager.Cc(!0);var x=lc(this,!0);this.hf=!1,this.fn=!0,this.Ce=-2,this.kg=!1;var b=this.vb;this.vb=!0,gl(this.animationManager,"Model"),y&&(this.pf!==null&&this.pf.each(function(z){return y.ik(z)}),y.ik(this.Oc)),this.cc=a,this.partManager=wc(this.cc.type);for(var E=0;E<x.length;E++)this.add(x[E]);a.Pe(this.Hb),this.partManager.addAllModeledParts(),a.ik(this.Hb),a.Pe(this.Oc),this.pf!==null&&this.pf.each(function(z){return a.Pe(z)}),this.vb=b,this.Ya(),this.vb||this.N(),y&&a.undoManager.copyProperties(y.undoManager)}}},aa:{get:function(){return this.rw},set:function(a){this.rw=a}},As:{get:function(){return this.sy}},skipsModelSourceBindings:{get:function(){return this.Iw},set:function(a){this.Iw=a}},Ns:{get:function(){return this.ou},set:function(a){this.ou=a}},nodeTemplate:{get:function(){return this.Lg.I("")},set:function(a){var y=this.Lg.I("");y!==a&&(this.Lg.add("",a),this.g("nodeTemplate",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},nodeTemplateMap:{get:function(){return this.Lg},set:function(a){var y=this.Lg;y!==a&&(this.Lg=a,this.g("nodeTemplateMap",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},groupTemplate:{get:function(){return this.Yi.I("")},set:function(a){var y=this.Yi.I("");y!==a&&(this.Yi.add("",a),this.g("groupTemplate",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},groupTemplateMap:{get:function(){return this.Yi},set:function(a){var y=this.Yi;y!==a&&(this.Yi=a,this.g("groupTemplateMap",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},linkTemplate:{get:function(){return this.Kh.I("")},set:function(a){var y=this.Kh.I("");y!==a&&(this.Kh.add("",a),this.g("linkTemplate",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},linkTemplateMap:{get:function(){return this.Kh},set:function(a){var y=this.Kh;y!==a&&(this.Kh=a,this.g("linkTemplateMap",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},isMouseCaptured:{get:function(){return this.qw},set:function(a){var y=this.ta;y!==null&&(y=y.Oa,y instanceof SVGElement||(a?(this.lastInput.bubbles=!1,this.removeEventListener(y,"pointermove",this.dk,!1),this.removeEventListener(y,"pointerdown",this.ui,!1),this.removeEventListener(y,"pointerup",this.fk,!1),this.removeEventListener(y,"pointerout",this.ek,!1),this.removeEventListener(y,"pointercancel",this.ck,!1),this.addEventListener(ce,"pointermove",this.dk,!0),this.addEventListener(ce,"pointerdown",this.ui,!0),this.addEventListener(ce,"pointerup",this.fk,!0),this.addEventListener(ce,"pointerout",this.ek,!0),this.addEventListener(ce,"pointercancel",this.ck,!0),this.removeEventListener(y,"wheel",this.$j,!1),this.addEventListener(ce,"wheel",this.$j,!0),this.addEventListener(ce,"selectstart",this.preventDefault,!1)):(this.removeEventListener(ce,"pointermove",this.dk,!0),this.removeEventListener(ce,"pointerdown",this.ui,!0),this.removeEventListener(ce,"pointerup",this.fk,!0),this.removeEventListener(ce,"pointerout",this.ek,!0),this.removeEventListener(ce,"pointercancel",this.ck,!0),this.addEventListener(y,"pointermove",this.dk,!1),this.addEventListener(y,"pointerdown",this.ui,!1),this.addEventListener(y,"pointerup",this.fk,!1),this.addEventListener(y,"pointerout",this.ek,!1),this.addEventListener(y,"pointercancel",this.ck,!1),this.removeEventListener(ce,"wheel",this.$j,!0),this.removeEventListener(ce,"selectstart",this.preventDefault,!1),this.addEventListener(y,"wheel",this.$j,!1)),this.qw=a))}},position:{get:function(){return this.pa},set:function(a){var y=It.alloc().assign(this.pa);if(!y.D(a)){var x=this.viewportBounds.copy();this.pa.assign(a),Hp(this.animationManager,y,this.pa),this.vb||this.ta===null&&!this.wo.w()?Qa(this):(this.vb=!0,a=this.scale,fc(this,this.Sp,this.Aa/a,this.ya/a,this.zk,!1),this.vb=!1),this.vb||this.onViewportBoundsChanged(x,this.viewportBounds,this.Ca,!1)}It.free(y)}},initialPosition:{get:function(){return this.zt},set:function(a){this.zt.D(a)||(this.zt=a.J())}},initialScale:{get:function(){return this.At},set:function(a){this.At!==a&&(this.At=a)}},grid:{get:function(){return this.fe===null&&(this.fe=Zp(this)),this.fe},set:function(a){var y=this.fe;if(y!==a){y===null&&(y=this.fe=Zp(this)),a.type!==Ne.Grid&&se("Diagram.grid must be a Panel of type Panel.Grid");var x=y.panel;x!==null&&x.remove(y),this.fe=a,a.name="GRID",x!==null&&x.add(a),Ja(this),this.N(),this.g("grid",y,a)}}},viewportBounds:{get:function(){return this.Rw}},viewSize:{get:function(){return this.wo},set:function(a){var y=this.viewSize;y.D(a)||(this.wo=a=a.J(),this.ya=this.Aa=0,a.w()?(this.Aa=a.width,this.ya=a.height):this.Ka!==null&&(this.Aa=this.Ka.clientWidth||1,this.ya=this.Ka.clientHeight||1),Qa(this),this.Ya(),this.g("viewSize",y,a),this.redraw())}},fixedBounds:{get:function(){return this.ut},set:function(a){var y=this.ut;y.D(a)||(a.width!==-1/0&&a.height!==1/0&&a.height!==-1/0||se("fixedBounds width/height must not be Infinity"),this.ut=a=a.J(),this.Ya(),this.g("fixedBounds",y,a))}},scrollMargin:{get:function(){return this.rj},set:function(a){typeof a=="number"&&(a=new Gn(a));var y=this.rj;y.D(a)||(this.rj=a=a.J(),this.g("scrollMargin",y,a),this.hk())}},scrollMode:{get:function(){return this.sj},set:function(a){var y=this.sj;y!==a&&(this.sj=a,a===kh&&la(this,!1),this.g("scrollMode",y,a),this.Ee=!0,this.N())}},scrollsPageOnFocus:{get:function(){return this.nu},set:function(a){var y=this.nu;y!==a&&(this.nu=a,this.g("scrollsPageOnFocus",y,a))}},positionComputation:{get:function(){return this.Zt},set:function(a){var y=this.Zt;y!==a&&(this.Zt=a,la(this,!1),this.g("positionComputation",y,a))}},scaleComputation:{get:function(){return this.fu},set:function(a){var y=this.fu;y!==a&&(this.fu=a,Pc(this,this.scale,this.scale),this.g("scaleComputation",y,a))}},documentBounds:{get:function(){return this.Sp}},isVirtualized:{get:function(){return this.It},set:function(a){var y=this.It;y!==a&&(this.It=a,this.g("isVirtualized",y,a))}},scale:{get:function(){return this.Ca},set:function(a){var y=this.Ca;y!==a&&Pc(this,y,a)}},defaultScale:{get:function(){return this.Pp},set:function(a){this.Pp=a}},autoScale:{get:function(){return this.yh},set:function(a){var y=this.yh;y!==a&&(this.yh=a,this.g("autoScale",y,a),a!==br&&la(this,!1))}},initialAutoScale:{get:function(){return this.Fg},set:function(a){var y=this.Fg;y!==a&&(this.Fg=a,this.g("initialAutoScale",y,a))}},initialViewportSpot:{get:function(){return this.Bt},set:function(a){var y=this.Bt;y!==a&&(a.sb()||se("initialViewportSpot must be a specific Spot: "+a),this.Bt=a,this.g("initialViewportSpot",y,a))}},initialDocumentSpot:{get:function(){return this.yt},set:function(a){var y=this.yt;y!==a&&(a.sb()||se("initialViewportSpot must be a specific Spot: "+a),this.yt=a,this.g("initialDocumentSpot",y,a))}},minScale:{get:function(){return this.Ot},set:function(a){var y=this.Ot;y!==a&&(0<a?(this.Ot=a,this.g("minScale",y,a),a>this.scale&&(this.scale=a)):Hn(a,"> 0",ne,"minScale"))}},maxScale:{get:function(){return this.Mt},set:function(a){var y=this.Mt;y!==a&&(0<a?(this.Mt=a,this.g("maxScale",y,a),a<this.scale&&(this.scale=a)):Hn(a,"> 0",ne,"maxScale"))}},zoomPoint:{get:function(){return this.zu},set:function(a){this.zu.D(a)||(this.zu=a=a.J())}},contentAlignment:{get:function(){return this.zk},set:function(a){var y=this.zk;y.D(a)||(this.zk=a=a.J(),this.g("contentAlignment",y,a),la(this,!1))}},initialContentAlignment:{get:function(){return this.pq},set:function(a){var y=this.pq;y.D(a)||(this.pq=a=a.J(),this.g("initialContentAlignment",y,a))}},padding:{get:function(){return this.yb},set:function(a){typeof a=="number"&&(a=new Gn(a));var y=this.yb;y.D(a)||(this.yb=a=a.J(),this.Ya(),this.g("padding",y,a))}},partManager:{get:function(){return this.Pc},set:function(a){var y=this.Pc;y!==a&&(a.diagram!==null&&se("Cannot share PartManagers between Diagrams: "+a.toString()),y&&y.Xe(null),this.Pc=a,a.Xe(this))}},nodes:{get:function(){return this.partManager.nodes.iterator}},links:{get:function(){return this.partManager.links.iterator}},parts:{get:function(){return this.partManager.parts.iterator}},layout:{get:function(){return this.Sc},set:function(a){var y=this.Sc;y!==a&&(this.Sc=a,a.diagram=this,a.group=null,this.xh=!0,this.g("layout",y,a),this.$b())}},isTreePathToChildren:{get:function(){return this.Ht},set:function(a){var y=this.Ht;if(y!==a&&(this.Ht=a,this.g("isTreePathToChildren",y,a),!this.undoManager.isUndoingRedoing))for(a=this.nodes;a.next();)Yc(a.value)}},treeCollapsePolicy:{get:function(){return this.uu},set:function(a){var y=this.uu;y!==a&&(a!==Mh&&a!==No&&a!==rg&&se("Unknown Diagram.treeCollapsePolicy: "+a),this.uu=a,this.g("treeCollapsePolicy",y,a))}},Ue:{get:function(){return this.pw},set:function(a){this.pw=a}},avoidanceCellSize:{get:function(){return this.aw},set:function(a){this.Xh=null,this.aw=new Ye(Math.max(1,a.width),Math.max(1,a.height))}},avoidanceLimit:{get:function(){return this.bw},set:function(a){this.bw=Math.max(1,a)}},autoScrollInterval:{get:function(){return this.vp},set:function(a){var y=this.vp;y!==a&&(this.vp=a,this.g("autoScrollInterval",y,a))}},autoScrollRegion:{get:function(){return this.xp},set:function(a){typeof a=="number"&&(a=new Gn(a));var y=this.xp;y.D(a)||(this.xp=a=a.J(),this.Ya(),this.g("autoScrollRegion",y,a))}}}),be.Object.defineProperties(ne,{licenseKey:{get:function(){return Bc.jc()},set:function(a){Bc.add(a.replace(/\s/g,""))}},version:{get:function(){return rd}}}),ne.prototype.makeImageData=ne.prototype.Jx,ne.prototype.makeImage=ne.prototype.Wz,ne.prototype.cacheGroupExternalLinks=ne.prototype.Fu,ne.prototype.addRenderer=ne.prototype.bs,ne.prototype.makeSVG=ne.prototype.av,ne.prototype.makeSvg=ne.prototype.Cs,ne.prototype.stopAutoScroll=ne.prototype.ug,ne.prototype.doAutoScroll=ne.prototype.gs,ne.prototype.isUnoccupied=ne.prototype.Yj,ne.prototype.raiseDiagramEvent=ne.prototype.R,ne.prototype.removeDiagramListener=ne.prototype.am,ne.prototype.addDiagramListener=ne.prototype.Bj,ne.prototype.findTreeRoots=ne.prototype.yz,ne.prototype.layoutDiagram=ne.prototype.Uz,ne.prototype.findTopLevelGroups=ne.prototype.qz,ne.prototype.findTopLevelNodesAndLinks=ne.prototype.rz,ne.prototype.ensureBounds=ne.prototype.Va,ne.prototype.findLinksByExample=ne.prototype.ls,ne.prototype.findNodesByExample=ne.prototype.ms,ne.prototype.findLinkForData=ne.prototype.Kc,ne.prototype.findNodeForData=ne.prototype.ii,ne.prototype.findPartForData=ne.prototype.Lc,ne.prototype.findLinkForKey=ne.prototype.findLinkForKey,ne.prototype.findNodeForKey=ne.prototype.Vb,ne.prototype.findPartForKey=ne.prototype.findPartForKey,ne.prototype.rebuildParts=ne.prototype.Wd,ne.prototype.transformViewToDoc=ne.prototype.Ps,ne.prototype.transformRectDocToView=ne.prototype.zA,ne.prototype.transformDocToView=ne.prototype.op,ne.prototype.centerRect=ne.prototype.es,ne.prototype.scrollToRect=ne.prototype.tv,ne.prototype.scroll=ne.prototype.scroll,ne.prototype.highlightCollection=ne.prototype.Jz,ne.prototype.highlight=ne.prototype.Iz,ne.prototype.selectCollection=ne.prototype.rA,ne.prototype.select=ne.prototype.select,ne.prototype.updateAllRelationshipsFromData=ne.prototype.rp,ne.prototype.updateAllTargetBindings=ne.prototype.updateAllTargetBindings,ne.prototype.commit=ne.prototype.commit,ne.prototype.rollbackTransaction=ne.prototype.Kf,ne.prototype.commitTransaction=ne.prototype.eb,ne.prototype.startTransaction=ne.prototype.Ea,ne.prototype.raiseChanged=ne.prototype.g,ne.prototype.raiseChangedEvent=ne.prototype.cb,ne.prototype.removeChangedListener=ne.prototype.ik,ne.prototype.addChangedListener=ne.prototype.Pe,ne.prototype.removeModelChangedListener=ne.prototype.mA,ne.prototype.addModelChangedListener=ne.prototype.Yw,ne.prototype.findLayer=ne.prototype.Qj,ne.prototype.removeLayer=ne.prototype.kA,ne.prototype.addLayerAfter=ne.prototype.Cy,ne.prototype.addLayerBefore=ne.prototype.Ww,ne.prototype.addLayer=ne.prototype.Al,ne.prototype.moveParts=ne.prototype.moveParts,ne.prototype.copyParts=ne.prototype.Kj,ne.prototype.removeParts=ne.prototype.Is,ne.prototype.remove=ne.prototype.remove,ne.prototype.add=ne.prototype.add,ne.prototype.clearDelayedGeometries=ne.prototype.bx,ne.prototype.setProperties=ne.prototype.nm,ne.prototype.attach=ne.prototype.Du,ne.prototype.set=ne.prototype.set,ne.prototype.resetInputOptions=ne.prototype.Sx,ne.prototype.setInputOption=ne.prototype.sA,ne.prototype.getInputOption=ne.prototype.Ql,ne.prototype.resetRenderingHints=ne.prototype.Tx,ne.prototype.setRenderingHint=ne.prototype.Xx,ne.prototype.getRenderingHint=ne.prototype.Gf,ne.prototype.maybeUpdate=ne.prototype.bd,ne.prototype.requestUpdate=ne.prototype.$b,ne.prototype.delayInitialization=ne.prototype.Xy,ne.prototype.isUpdateRequested=ne.prototype.Pz,ne.prototype.invalidateDocumentBounds=ne.prototype.Ya,ne.prototype.findObjectsNear=ne.prototype.og,ne.prototype.findPartsNear=ne.prototype.mz,ne.prototype.findObjectsIn=ne.prototype.Cf,ne.prototype.findPartsIn=ne.prototype.ux,ne.prototype.findObjectsAt=ne.prototype.ji,ne.prototype.findPartsAt=ne.prototype.lz,ne.prototype.findObjectAt=ne.prototype.ic,ne.prototype.findPartAt=ne.prototype.Ol,ne.prototype.focusObject=ne.prototype.zz,ne.prototype.alignDocument=ne.prototype.Jy,ne.prototype.zoomToRect=ne.prototype.BA,ne.prototype.zoomToFit=ne.prototype.zoomToFit,ne.prototype.diagramScroll=ne.prototype.kx,ne.prototype.focus=ne.prototype.focus;var og=new yn,om=null,to=ce.document!==void 0,od=null,gu="",br=new he(ne,"None",0),Ds=new he(ne,"Uniform",1),cu=new he(ne,"UniformToFill",2),Qd=new he(ne,"CycleAll",10),Nc=new he(ne,"CycleNotDirected",11),Fc=new he(ne,"CycleNotDirectedFast",12),bc=new he(ne,"CycleNotUndirected",13),Ec=new he(ne,"CycleDestinationTree",14),Ac=new he(ne,"CycleSourceTree",15),kh=new he(ne,"DocumentScroll",1),$d=new he(ne,"InfiniteScroll",2),Mh=new he(ne,"TreeParentCollapsed",21),No=new he(ne,"AllParentsCollapsed",22),rg=new he(ne,"AnyParentsCollapsed",23),Bc=new Oe,rd="2.3.10",sd="image",qd=null,rm=!1;function Cr(){if(to){var a=ce.document.createElement("canvas"),y=a.getContext("2d"),x=Xn("7ca11abfd022028846");y[x]=Xn("398c3597c01238");for(var b=["5da73c80a36455d7038e4972187c3cae51fd22",He.Dx+"4ae6247590da4bb21c324ba3a84e385776",Wn.xF+"fb236cdfda5de14c134ba1a95a2d4c7cc6f93c1387",Jt.za],E=1;5>E;E++)y[Xn("7ca11abfd7330390")](Xn(b[E-1]),10,15*E);for(y[x]=Xn("39f046ebb36e4b"),x=1;5>x;x++)y[Xn("7ca11abfd7330390")](Xn(b[x-1]),10,15*x);(b.length!==4||b[0][0]!=="5"||b[3][0]!=="7")&&(Wn.prototype.Cd=Wn.prototype.Eu),qd=a}}ne.className="Diagram",ne.fromDiv=function(a){var y=a;return typeof a=="string"&&(y=ce.document.getElementById(a)),y instanceof HTMLDivElement&&y.H instanceof ne?y.H:null},ne.inherit=function(a,y){function x(){}if(Object.getPrototypeOf(a).prototype)throw Error(`Used go.Diagram.inherit defining already defined class
|
|
`+a);x.prototype=y.prototype,a.prototype=new x,a.prototype.constructor=a},ne.useDOM=function(a){to=a?ce.document!==void 0:!1},ne.isUsingDOM=function(){return to},ne.None=br,ne.Uniform=Ds,ne.UniformToFill=cu,ne.CycleAll=Qd,ne.CycleNotDirected=Nc,ne.CycleNotDirectedFast=Fc,ne.CycleNotUndirected=bc,ne.CycleDestinationTree=Ec,ne.CycleSourceTree=Ac,ne.DocumentScroll=kh,ne.InfiniteScroll=$d,ne.TreeParentCollapsed=Mh,ne.AllParentsCollapsed=No,ne.AnyParentsCollapsed=rg;function sm(){this.wy=null,this.j="zz@orderNum",this._tk==="63ad05bbe23a1786468a4c741b6d2"?this.Rc=this.j=!0:this.Rc=null}function ad(a,y){if(y.ib.setTransform(y.Mb,0,0,y.Mb,0,0),y.ib.yc(),a.Rc===null)t:{y="f";var x=ce[Xn("76a715b2f73f148a")][Xn("72ba13b5")]||"";if(a.Rc=!0,to){var b=ne[Xn("76a115b6ed251eaf4692")];if(b)for(var E=Bc.iterator;E.next()&&(b=E.value,b=Xn(b).split(Xn("39e9")),!(6>b.length));){var z=Xn(b[1]).split(".");if(b[4]!=="7da71ca0")break;var tt=Xn(He[Xn("6cae19")]).split(".");if(z[0]>tt[0]||z[0]===tt[0]&&z[1]>=tt[1]){var ot=ce[Xn("74a900bae4370f8b51")][Xn("6fbb13a1c2311e8a57")].toLowerCase();if(tt=ot[Xn("73a612b6fb191d")](Xn("3aad1ab6e022098b4dc4")),z=Xn(b[2]),-1<tt&&(ot=ot[Xn("73a612b6fb191d")](z.toLowerCase()+"/"),a.Rc=!(-1<ot&&ot<tt),!a.Rc))break;for(tt=x[Xn("76ad18b4f73e")],ot=x[Xn("73a612b6fb191d")](Xn("35e7"))+2;ot<tt;ot++)y+=x[ot];if(tt=y[Xn("73a612b6fb191d")](z),0>tt&&z!==Xn("7da71ca0ad381e90")&&(tt=y[Xn("73a612b6fb191d")](Xn("76a715b2ef3e149757"))),0>tt&&(tt=y[Xn("73a612b6fb191d")](Xn("76a715b2ef3e149757"))),0>tt&&(tt=y[Xn("73a612b6fb191d")](Xn("2bfa41fdb3784bca12"))),0>tt&&(tt=x[Xn("73a612b6fb191d")](Xn("7baa19a6f76c1988428554"))),a.Rc=!(0<=tt&&tt<y[Xn("73a612b6fb191d")](Xn("35"))||y[Xn("73a612b6fb191d")](Xn("35"))===-1),!a.Rc||x[Xn("73a612b6fb191d")](Xn("7fb002b6ed25128b4da25b2e"))&&(a.Rc=!(-1<x[Xn("73a612b6fb191d")](z)),!a.Rc)||(tt=ce[Xn("76a715b2f73f148a")][Xn("69ad17a1e03e")],ot=tt[Xn("73a612b6fb191d")](Xn("7fb002b6ed25128b4da25b2e")),-1<ot&&(a.Rc=!(tt[Xn("73a612b6fb191d")](z)>ot),!a.Rc)))break;if(z[0]==="#"){tt=ce.document.createElement("div");for(var rt=b[0].replace(/[A-Za-z]/g,"");4>rt.length;)rt+="9";if(ot=rt,rt=rt.substr(rt.length-4),b="",b+=["gsh","gsf"][parseInt(rt.substr(0,1),10)%2],b+=["Header","Background","Display","Feedback"][parseInt(rt.substr(0,1),10)%4],tt[Xn("79a417a0f0181a8946")]=b,ce.document[Xn("78a712aa")]){ce.document[Xn("78a712aa")][Xn("7bb806b6ed32388c4a875b")](tt),rt=ce.getComputedStyle(tt).getPropertyValue(Xn("78a704b7e62456904c9b12701b6532a8"));var at=ce.getComputedStyle(tt).getPropertyValue(Xn("75b817b0ea2202"));if(ce.document[Xn("78a712aa")][Xn("68ad1bbcf533388c4a875b")](tt),rt){if(tt=ce[Xn("77a902b0eb1b1e804a8a")],at==="0."+parseInt(ot,10)%100||rt.indexOf(parseInt(z[1]+z[2],16))!==-1&&rt.indexOf(parseInt(z[3]+z[4],16))!==-1){a.Rc=!1;break}else if(tt&&tt(Xn("32ae19a1e0331fc94084537c067a67fa59f1386b89d006")).matches)for(b="."+b,z=0;z<document.styleSheets.length;z++){tt=document.styleSheets[z].rules||document.styleSheets[z].cssRules;for(var ht in tt)if(b===tt[ht].selectorText){a.Rc=!1;break t}}}}else a.Rc=null,a.Rc=!1}}}else{for(ht=x[Xn("76ad18b4f73e")],E=x[Xn("73a612b6fb191d")](Xn("35e7"))+2;E<ht;E++)y+=x[E];x=y[Xn("73a612b6fb191d")](Xn("7da71ca0ad381e90")),a.Rc=!(0<=x&&x<y[Xn("73a612b6fb191d")](Xn("35")))}}}return 0<a.Rc&&a!==a.wy}sm.className="DiagramHelper";function Yl(a){this.j=a===void 0?new It:a,this.o=new It}be.Object.defineProperties(Yl.prototype,{point:{get:function(){return this.j},set:function(a){this.j=a}},shifted:{get:function(){return this.o},set:function(a){this.o=a}}});var tf="DraggingInfo";Yl.className="DraggingInfo";function it(a,y,x){this.node=a,this.info=y,this.Su=x}it.className="DraggingNodeInfoPair";function st(){this.reset()}st.prototype.reset=function(){this.isGridSnapEnabled=!1,this.isGridSnapRealtime=!0,this.gridSnapCellSize=new Ye(NaN,NaN).freeze(),this.gridSnapCellSpot=gr,this.gridSnapOrigin=new It(NaN,NaN).freeze(),this.groupsSnapMembers=this.dragsTree=this.dragsLink=!1,this.dragsMembers=this.groupsAlwaysMove=!0},st.className="DraggingOptions";function dt(a,y){if(typeof a=="string"||ce.Element&&a instanceof Element)var x=ne.call(this,a)||this;else x=ne.call(this)||this,y=a;return ut(x),y&&x.nm(y),x}re(dt,ne);function ut(a){a.allowDragOut=!0,a.allowMove=!1,a.isReadOnly=!0,a.contentAlignment=_a,a.layout=new ar}dt.prototype.reset=function(){ne.prototype.reset.call(this),ut(this)},dt.className="Palette";function ct(a,y){if(typeof a=="string"||ce.Element&&a instanceof Element)var x=ne.call(this,a)||this;else x=ne.call(this)||this,y=a;var b=x;x.animationManager.isEnabled=!1,x.vb=!0,x.V=null,x.mn=!1,x.nn=!1,x.F=!0,x.u=!0,x.ia=0,x.o=!1,x.ql=null,x.Xx("drawShadows",!1),a=new gn;var E=new In;return E.stroke="magenta",E.strokeWidth=2,E.fill="transparent",E.name="BOXSHAPE",a.selectable=!0,a.selectionAdorned=!1,a.selectionObjectName="BOXSHAPE",a.locationObjectName="BOXSHAPE",a.resizeObjectName="BOXSHAPE",a.cursor="move",a.add(E),x.j=a,x.allowCopy=!1,x.allowDelete=!1,x.allowSelect=!0,x.autoScrollRegion=new Gn(0,0,0,0),x.pa.h(0,0),x.toolManager.gb("Dragging",new Ot,x.toolManager.mouseMoveTools),x.click=function(){var z=b.observed;if(z!==null){var tt=z.viewportBounds,ot=b.lastInput.documentPoint;z.position=new It(ot.x-tt.width/2,ot.y-tt.height/2)}},x.Pf=function(){b.Ya(),Tt(b)},x.Xd=function(){b.observed!==null&&(b.Ya(),b.N())},x.Ha=function(){1>b.updateDelay?b.N():b.o||(b.o=!0,setTimeout(function(){return b.redraw()},b.updateDelay))},x.Of=function(){b.observed!==null&&Tt(b)},x.autoScale=Ds,x.vb=!1,y&&Object.assign(x,y),x}re(ct,ne),ct.prototype.computePixelRatio=function(){return 1},ct.prototype.redraw=function(){if(this.o&&1<=this.updateDelay){this.o=!1;var a=this.ta,y=this.ib;if(a!==null&&y!==null){if(ed(this),this.ql===null){var x=new ua(null);x.width=a.width,x.height=a.height,this.ql=x}try{this.ta=this.ql,this.ib=this.ta.context,this.ib.Vc(!0),this.ib.setTransform(1,0,0,1,0,0),this.ib.clearRect(0,0,this.ta.width,this.ta.height),Pt(this)}finally{this.ta=a,this.ib=y}}}ne.prototype.redraw.call(this)},ct.prototype.gc=function(){if(this.Ka===null&&se("No div specified"),this.ta===null&&se("No canvas specified"),!(this.ta instanceof $a)&&(Ov(this.box),this.Fc)){var a=this.observed;if(a!==null&&!a.animationManager.defaultAnimation.isAnimating&&a.pi){ed(this);var y=this.ta;a=this.ib,a.Vc(!0),a.setTransform(1,0,0,1,0,0),a.clearRect(0,0,y.width,y.height),1>this.updateDelay?Pt(this):this.ql!==null&&(a.drawImage(this.ql.Oa,0,0),y=this.Ab,y.reset(),this.scale!==1&&y.scale(this.scale),this.position.x===0&&this.position.y===0||y.translate(-this.position.x,-this.position.y),a.scale(this.Mb,this.Mb),a.transform(y.m11,y.m12,y.m21,y.m22,y.dx,y.dy),a.yc()),y=this.Wa.s;for(var x=y.length,b=0;b<x;b++)y[b].gc(a,this);this.Fc=this.vd=!1}}};function Pt(a){var y=a.observed;if(y!==null){var x=a.drawsTemporaryLayers,b=a.drawsGrid&&x,E=y.grid;b&&E!==null&&E.visible&&!isNaN(E.width)&&!isNaN(E.height)&&(E=ge.alloc().assign(a.viewportBounds).ed(y.viewportBounds),Ja(y,E),ge.free(E),yr(y));var z=a.Ab;z.reset(),a.scale!==1&&z.scale(a.scale),a.position.x===0&&a.position.y===0||z.translate(-a.position.x,-a.position.y),E=a.ib,E.scale(a.Mb,a.Mb),E.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),E.yc(),y=y.Wa.s,z=y.length;for(var tt=0;tt<z;tt++){var ot=y[tt],rt=a;if(ot.visible&&ot.opacity!==0){var at=ot.diagram.grid.part;if(!x&&ot.isTemporary)b&&at.layer===ot&&(ot=Ul(ot,E),at.gc(E,rt),E.globalAlpha=ot);else{for(var ht=Ul(ot,E),gt=rt.scale,mt=ge.alloc(),yt=ot.Pa.s,St=yt.length,Lt=0;Lt<St;Lt++){var Bt=yt[Lt];(b||Bt!==at)&&ot.Oj(E,Bt,rt,null,gt,mt,!1)}ge.free(mt),E.globalAlpha=ht}}}}}function Tt(a){var y=a.box;if(y!==null){var x=a.observed;if(x!==null){a.Fc=!0,x=x.viewportBounds;var b=y.selectionObject,E=Ye.alloc();E.h(x.width,x.height),b.desiredSize=E,Ye.free(E),a=2/a.scale,b instanceof In&&(b.strokeWidth=a),y.location=new It(x.x-a/2,x.y-a/2),y.isSelected=!0}}}ct.prototype.computeBounds=function(){var a=this.observed;if(a===null)return Mi;var y=a.documentBounds.copy();return y.ed(a.viewportBounds),y},ct.prototype.invalidateViewport=function(){this.Fc!==!0&&(this.Fc=!0,this.$b())},ct.prototype.onViewportBoundsChanged=function(a,y,x,b){this.vb||(this.vd=!0,this.N(),this.Ee=!0,this.Ya(),Tt(this),this.fc.scale=x,this.fc.position.x=a.x,this.fc.position.y=a.y,this.fc.bounds.assign(a),this.fc.Oz=b,this.R("ViewportBoundsChanged",this.fc,a))},be.Object.defineProperties(ct.prototype,{observed:{get:function(){return this.V},set:function(a){var y=this.V;if(a instanceof ct&&se("Overview.observed Diagram may not be an Overview itself: "+a),y!==a){if(y!==null&&(this.remove(this.box),y.am("ViewportBoundsChanged",this.Pf),y.am("DocumentBoundsChanged",this.Xd),y.am("InvalidateDraw",this.Ha),y.am("AnimationFinished",this.Of)),this.V=a,a!==null&&(a.Bj("ViewportBoundsChanged",this.Pf),a.Bj("DocumentBoundsChanged",this.Xd),a.Bj("InvalidateDraw",this.Ha),a.Bj("AnimationFinished",this.Of),this.add(this.box)),this.Ya(),a===null){this.ql=null;var x=this.ta,b=this.ib;x&&b&&(b.setTransform(1,0,0,1,0,0),b.clearRect(0,0,x.width,x.height))}else this.Ha(null),Tt(this),this.N();this.g("observed",y,a)}}},box:{get:function(){return this.j},set:function(a){var y=this.j;y!==a&&(this.j=a,this.remove(y),this.add(this.j),Tt(this),this.g("box",y,a))}},drawsTemporaryLayers:{get:function(){return this.F},set:function(a){this.F!==a&&(this.F=a,this.redraw())}},drawsGrid:{get:function(){return this.u},set:function(a){this.u!==a&&(this.u=a,this.redraw())}},updateDelay:{get:function(){return this.ia},set:function(a){0>a&&(a=0),this.ia!==a&&(this.ia=a)}}}),ct.className="Overview";function Ot(){Ji.call(this),this.j=null}re(Ot,Ji),Ot.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(a===null||!a.allowMove||!a.allowSelect)return!1;var y=a.observed;if(y===null)return!1;var x=a.lastInput;return!x.left||a.currentTool!==this&&(!this.isBeyondDragSize()||x.isTouchEvent&&x.timestamp-a.firstInput.timestamp<this.delay)?!1:(this.findDraggablePart()===null&&(x=y.viewportBounds,this.j=new It(x.width/2,x.height/2),a=a.firstInput.documentPoint,y.position=new It(a.x-this.j.x,a.y-this.j.y)),!0)},Ot.prototype.doActivate=function(){this.j=null,Ji.prototype.doActivate.call(this)},Ot.prototype.doUpdateCursor=function(){var a=this.diagram,y=a.box;y!==null&&y.cursor&&(a.currentCursor=y.cursor)},Ot.prototype.moveParts=function(){var a=this.diagram,y=a.observed;if(y!==null){var x=a.box;if(x!==null){if(this.j===null){var b=a.firstInput.documentPoint;x=x.location,this.j=new It(b.x-x.x,b.y-x.y)}a=a.lastInput.documentPoint,y.position=new It(a.x-this.j.x,a.y-this.j.y)}}},Ot.className="OverviewDraggingTool";function At(){qi(this),this.H=cl,this.Ha=this.u=this.o=!0,this.F=this.V=this.nb=this.ia=!1,this.ij=this.j=null,this.Hb=1.05,this.Jt=NaN,this.sw=null,this.Au=NaN,this.yu=Mi,this.hb=!0,this.cg=null,this.ob=200}At.prototype.toString=function(){return"CommandHandler"},At.prototype.Xe=function(a){this.H=a},At.prototype.doKeyDown=function(){var a=this.diagram,y=a.lastInput,x=hr?y.meta:y.control,b=y.shift,E=y.alt,z=y.key;!x||z!=="C"&&z!=="Insert"?x&&z==="X"||b&&z==="Del"?this.canCutSelection()&&this.cutSelection():x&&z==="V"||b&&z==="Insert"?this.canPasteSelection()&&this.pasteSelection():x&&z==="Y"||E&&b&&z==="Backspace"?this.canRedo()&&this.redo():x&&z==="Z"||E&&z==="Backspace"?this.canUndo()&&this.undo():z==="Del"||z==="Backspace"?this.canDeleteSelection()&&this.deleteSelection():x&&z==="A"?this.canSelectAll()&&this.selectAll():z==="Esc"?this.canStopCommand()&&this.stopCommand():z==="Up"?a.allowVerticalScroll&&(x?a.scroll("pixel","up"):a.scroll("line","up")):z==="Down"?a.allowVerticalScroll&&(x?a.scroll("pixel","down"):a.scroll("line","down")):z==="Left"?a.allowHorizontalScroll&&(x?a.scroll("pixel","left"):a.scroll("line","left")):z==="Right"?a.allowHorizontalScroll&&(x?a.scroll("pixel","right"):a.scroll("line","right")):z==="PageUp"?b&&a.allowHorizontalScroll?a.scroll("page","left"):a.allowVerticalScroll&&a.scroll("page","up"):z==="PageDown"?b&&a.allowHorizontalScroll?a.scroll("page","right"):a.allowVerticalScroll&&a.scroll("page","down"):z==="Home"?x&&a.allowVerticalScroll?a.scroll("document","up"):!x&&a.allowHorizontalScroll&&a.scroll("document","left"):z==="End"?x&&a.allowVerticalScroll?a.scroll("document","down"):!x&&a.allowHorizontalScroll&&a.scroll("document","right"):z===" "?this.canScrollToPart()&&this.scrollToPart():z==="Subtract"?this.canDecreaseZoom()&&this.decreaseZoom():z==="Add"?this.canIncreaseZoom()&&this.increaseZoom():x&&z==="0"?this.canResetZoom()&&this.resetZoom():b&&z==="Z"?this.canZoomToFit()&&this.zoomToFit():x&&!b&&z==="G"?this.canGroupSelection()&&this.groupSelection():x&&b&&z==="G"?this.canUngroupSelection()&&this.ungroupSelection():z==="F2"||y.event&&y.event.key==="F2"?this.canEditTextBlock()&&this.editTextBlock():z==="ContextMenu"||y.event&&y.event.key==="ContextMenu"?this.canShowContextMenu()&&this.showContextMenu():y.bubbles=!0:this.canCopySelection()&&this.copySelection()},At.prototype.doKeyUp=function(){this.diagram.lastInput.bubbles=!0},At.prototype.stopCommand=function(){var a=this.diagram,y=a.currentTool;y instanceof Vi&&a.allowSelect&&a.clearSelection(),y!==null&&y.doCancel()},At.prototype.canStopCommand=function(){return!0},At.prototype.selectAll=function(){var a=this.diagram;a.N();try{a.currentCursor="wait",a.R("ChangingSelection",a.selection);for(var y=a.parts;y.next();)y.value.isSelected=!0;for(var x=a.nodes;x.next();)x.value.isSelected=!0;for(var b=a.links;b.next();)b.value.isSelected=!0}finally{a.R("ChangedSelection",a.selection),a.currentCursor=""}},At.prototype.canSelectAll=function(){return this.diagram.allowSelect},At.prototype.deleteSelection=function(){var a=this.diagram;try{a.currentCursor="wait",a.R("ChangingSelection",a.selection),a.Ea("Delete"),a.R("SelectionDeleting",a.selection);for(var y=new Ge,x=a.selection.iterator;x.next();)yu(y,x.value,!0,this.deletesTree?1/0:0,this.deletesConnectedLinks?null:!1,function(b){return b.canDelete()});a.Is(y,!0),a.R("SelectionDeleted",y)}finally{a.eb("Delete"),a.R("ChangedSelection",a.selection),a.currentCursor=""}},At.prototype.canDeleteSelection=function(){var a=this.diagram;return!(a.isReadOnly||a.isModelReadOnly||!a.allowDelete||a.selection.count===0)},At.prototype.copySelection=function(){var a=this.diagram,y=new Ge;for(a=a.selection.iterator;a.next();)yu(y,a.value,!0,this.copiesTree?1/0:0,this.copiesConnectedLinks,function(x){return x.canCopy()});this.copyToClipboard(y)},At.prototype.canCopySelection=function(){var a=this.diagram;return!!(a.allowCopy&&a.allowClipboard&&a.selection.count!==0)},At.prototype.cutSelection=function(){this.copySelection(),this.deleteSelection()},At.prototype.canCutSelection=function(){var a=this.diagram;return!!(!a.isReadOnly&&!a.isModelReadOnly&&a.allowCopy&&a.allowDelete&&a.allowClipboard&&a.selection.count!==0)},At.prototype.copyToClipboard=function(a){var y=this.diagram,x=null;if(a===null)od=null,gu="";else{x=y.model;var b=!1,E=!1,z=null;try{x.Tl()&&(b=x.Jj,x.Jj=this.copiesParentKey),x.Wj()&&(E=x.Ij,x.Ij=this.copiesGroupKey),z=y.Kj(a,null,!0)}finally{x.Tl()&&(x.Jj=b),x.Wj()&&(x.Ij=E),x=new Oe,x.addAll(z),od=x,gu=y.model.dataFormat}}y.R("ClipboardChanged",x)},At.prototype.pasteFromClipboard=function(){var a=new Ge,y=od;if(y===null)return a;var x=this.diagram;if(gu!==x.model.dataFormat)return a;var b=x.model,E=!1,z=!1,tt=null;try{b.Tl()&&(E=b.Jj,b.Jj=this.copiesParentKey),b.Wj()&&(z=b.Ij,b.Ij=this.copiesGroupKey),tt=x.Kj(y,x,!1)}finally{for(b.Tl()&&(b.Jj=E),b.Wj()&&(b.Ij=z),y=tt.iterator;y.next();)x=y.value,b=y.key,x.location.w()||(b.location.w()?x.location=b.location:!x.position.w()&&b.position.w()&&(x.position=b.position)),a.add(x)}return a},At.prototype.pasteSelection=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.currentCursor="wait",y.R("ChangingSelection",y.selection),y.Ea("Paste");var x=this.pasteFromClipboard();0<x.count&&y.clearSelection(!0);for(var b=x.iterator;b.next();)b.value.isSelected=!0;if(a!==null){var E=y.computePartsBounds(y.selection);if(E.w()){var z=this.computeEffectiveCollection(y.selection,y.Wm);uu(y,z,new It(a.x-E.centerX,a.y-E.centerY),y.Wm,!1)}}y.R("ClipboardPasted",x)}finally{y.eb("Paste"),y.R("ChangedSelection",y.selection),y.currentCursor=""}},At.prototype.canPasteSelection=function(){var a=this.diagram;return!(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.allowClipboard||od===null||od.count===0||gu!==a.model.dataFormat)},At.prototype.undo=function(){this.diagram.undoManager.undo()},At.prototype.canUndo=function(){var a=this.diagram;return a.isReadOnly||a.isModelReadOnly?!1:a.allowUndo&&a.undoManager.canUndo()},At.prototype.redo=function(){this.diagram.undoManager.redo()},At.prototype.canRedo=function(){var a=this.diagram;return a.isReadOnly||a.isModelReadOnly?!1:a.allowUndo&&a.undoManager.canRedo()},At.prototype.decreaseZoom=function(a){a===void 0&&(a=1/this.zoomFactor);var y=this.diagram;y.autoScale===br&&(a=y.scale*a,a<y.minScale||a>y.maxScale||(y.scale=a))},At.prototype.canDecreaseZoom=function(a){a===void 0&&(a=1/this.zoomFactor);var y=this.diagram;return y.autoScale!==br?!1:(a=y.scale*a,a<y.minScale||a>y.maxScale?!1:y.allowZoom)},At.prototype.increaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;y.autoScale===br&&(a=y.scale*a,a<y.minScale||a>y.maxScale||(y.scale=a))},At.prototype.canIncreaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;return y.autoScale!==br?!1:(a=y.scale*a,a<y.minScale||a>y.maxScale?!1:y.allowZoom)},At.prototype.resetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;a<y.minScale||a>y.maxScale||(y.scale=a)},At.prototype.canResetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;return a<y.minScale||a>y.maxScale?!1:y.allowZoom},At.prototype.zoomToFit=function(){var a=this.diagram,y=a.animationManager;y.Cc(),a.redraw();var x=a.position,b=a.scale;gl(y,"Zoom To Fit"),this.isZoomToFitRestoreEnabled&&b===this.Au&&!isNaN(this.Jt)&&a.documentBounds.D(this.yu)?(a.scale=this.Jt,a.position=this.sw,this.Au=NaN,this.yu=Mi):(this.Jt=b,this.sw=x.copy(),a.zoomToFit(),this.Au=a.scale,this.yu=a.documentBounds.copy()),Vf(y)},At.prototype.canZoomToFit=function(){return this.diagram.allowZoom},At.prototype.scrollToPart=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.Va(),a===null){try{this.cg!==null&&(this.cg.next()?a=this.cg.value:this.cg=null)}catch(rt){this.cg=null}a===null&&(0<y.highlighteds.count?this.cg=y.highlighteds.iterator:0<y.selection.count&&(this.cg=y.selection.iterator),this.cg!==null&&this.cg.next()&&(a=this.cg.value))}if(a!==null){var x=y.animationManager;gl(x,"Scroll To Part");var b=this.scrollToPartPause;if(0<b){var E=Ut(this,a,[a]);if(E.length===1)y.Ea(),y.es(a.actualBounds),y.eb("Scroll To Part");else{var z=function(){y.Ea();for(var rt=E.pop();0<E.length&&rt instanceof Ke&&rt.isTreeExpanded&&(!(rt instanceof En)||rt.isSubGraphExpanded);)rt=E.pop();0<E.length?(rt instanceof gn&&y.tv(rt.actualBounds),rt instanceof Ke&&!rt.isTreeExpanded&&(rt.isTreeExpanded=!0),rt instanceof En&&!rt.isSubGraphExpanded&&(rt.isSubGraphExpanded=!0)):(rt instanceof gn&&y.es(rt.actualBounds),y.am("LayoutCompleted",tt)),y.eb("Scroll To Part")},tt=function(){ci(z,(x.isEnabled?x.duration:0)+b)};y.Bj("LayoutCompleted",tt),z()}}else{var ot=y.position.copy();y.es(a.actualBounds),ot.Xa(y.position)&&x.Cc()}}};function Ut(a,y,x){if(y.isVisible())return x;if(y instanceof hi)Ut(a,y.adornedPart,x);else if(y instanceof Ae){var b=y.fromNode;b!==null&&Ut(a,b,x),y=y.toNode,y!==null&&Ut(a,y,x)}else y instanceof Ke&&(b=y.labeledLink,b!==null&&Ut(a,b,x),b=y.pg(),b!==null&&(b.isTreeExpanded||b.wasTreeExpanded||x.push(b),Ut(a,b,x))),y=y.containingGroup,y!==null&&(y.isSubGraphExpanded||y.wasSubGraphExpanded||x.push(y),Ut(a,y,x));return x}At.prototype.canScrollToPart=function(a){return a===void 0&&(a=null),a!==null&&!(a instanceof gn)?!1:(a=this.diagram,a.selection.count===0&&a.highlighteds.count===0?!1:a.allowHorizontalScroll&&a.allowVerticalScroll)},At.prototype.collapseTree=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Collapse Tree"),gl(y.animationManager,"Collapse Tree");var x=new Oe;if(a!==null&&a.isTreeExpanded)a.collapseTree(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof Ke&&E.isTreeExpanded&&(E.collapseTree(),x.add(E))}y.R("TreeCollapsed",x)}finally{y.eb("Collapse Tree")}},At.prototype.canCollapseTree=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null){if(!(a instanceof Ke&&a.isTreeExpanded))return!1;if(0<a.Qo().count)return!0}else for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof Ke&&y.isTreeExpanded&&0<y.Qo().count)return!0;return!1},At.prototype.expandTree=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Expand Tree"),gl(y.animationManager,"Expand Tree");var x=new Oe;if(a!==null&&!a.isTreeExpanded)a.expandTree(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof Ke&&!E.isTreeExpanded&&(E.expandTree(),x.add(E))}y.R("TreeExpanded",x)}finally{y.eb("Expand Tree")}},At.prototype.canExpandTree=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null){if(!(a instanceof Ke)||a.isTreeExpanded)return!1;if(0<a.Qo().count)return!0}else for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof Ke&&!y.isTreeExpanded&&0<y.Qo().count)return!0;return!1},At.prototype.groupSelection=function(){var a=this.diagram,y=a.model;if(y.Xj()){var x=this.archetypeGroupData;if(x!==null){var b=null;try{a.currentCursor="wait",a.R("ChangingSelection",a.selection),a.Ea("Group");for(var E=new Oe,z=a.selection.iterator;z.next();){var tt=z.value;tt.Zc()&&tt.canGroup()&&E.add(tt)}for(var ot=new Oe,rt=E.iterator;rt.next();){var at=rt.value;z=!1;for(var ht=E.iterator;ht.next();)if(at.Td(ht.value)){z=!0;break}z||ot.add(at)}if(0<ot.count){var gt=ot.first().containingGroup;if(gt!==null)for(;gt!==null;){E=!1;for(var mt=ot.iterator;mt.next();)if(!mt.value.Td(gt)){E=!0;break}if(E)gt=gt.containingGroup;else break}if(x instanceof En)da(x),b=x.copy(),b!==null&&a.add(b);else if(y.Yu(x)){var yt=y.copyNodeData(x);je(yt)&&(y.xf(yt),b=a.ii(yt))}if(b!==null){gt!==null&&this.isValidMember(gt,b)&&(b.containingGroup=gt);for(var St=ot.iterator;St.next();){var Lt=St.value;this.isValidMember(b,Lt)&&(Lt.containingGroup=b)}a.clearSelection(!0),b.isSelected=!0}}a.R("SelectionGrouped",b)}finally{a.eb("Group"),a.R("ChangedSelection",a.selection),a.currentCursor=""}}}},At.prototype.canGroupSelection=function(){var a=this.diagram;if(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.allowGroup||!a.model.Xj()||this.archetypeGroupData===null)return!1;for(a=a.selection.iterator;a.next();){var y=a.value;if(y.Zc()&&y.canGroup())return!0}return!1};function ae(a){var y=Dn();for(a=a.iterator;a.next();){var x=a.value;x instanceof Ae||y.push(x)}a=new Ge,x=y.length;for(var b=0;b<x;b++){for(var E=y[b],z=!0,tt=0;tt<x;tt++)if(E.Td(y[tt])){z=!1;break}z&&a.add(E)}return Tn(y),a}At.prototype.isValidMember=function(a,y){if(y===null||a===y||y instanceof Ae)return!1;if(a!==null){if(a===y||a.Td(y))return!1;var x=a.memberValidation;if(x!==null&&!x(a,y)||a.data===null&&y.data!==null||a.data!==null&&y.data===null)return!1}return x=this.memberValidation,x!==null?x(a,y):!0},At.prototype.ungroupSelection=function(a){a===void 0&&(a=null);var y=this.diagram,x=y.model;if(x.Xj())try{y.currentCursor="wait",y.R("ChangingSelection",y.selection),y.Ea("Ungroup");var b=new Oe;if(a!==null)b.add(a);else for(var E=y.selection.iterator;E.next();){var z=E.value;z instanceof En&&z.canUngroup()&&b.add(z)}var tt=new Oe;if(0<b.count){y.clearSelection(!0);for(var ot=b.iterator;ot.next();){var rt=ot.value;rt.expandSubGraph();var at=rt.containingGroup,ht=at!==null&&at.data!==null?x.wa(at.data):void 0;tt.addAll(rt.memberParts);for(var gt=tt.iterator;gt.next();){var mt=gt.value;if(mt.isSelected=!0,!(mt instanceof Ae)){var yt=mt.data;yt!==null?x.mp(yt,ht):mt.containingGroup=at}}y.remove(rt)}}y.R("SelectionUngrouped",b,tt)}finally{y.eb("Ungroup"),y.R("ChangedSelection",y.selection),y.currentCursor=""}},At.prototype.canUngroupSelection=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly||y.isModelReadOnly||!y.allowDelete||!y.allowUngroup||!y.model.Xj())return!1;if(a!==null){if(!(a instanceof En))return!1;if(a.canUngroup())return!0}else for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof En&&y.canUngroup())return!0;return!1},At.prototype.addTopLevelParts=function(a,y){var x=!0;for(a=ae(a).iterator;a.next();){var b=a.value;b.containingGroup!==null&&(!y||this.isValidMember(null,b)?b.containingGroup=null:x=!1)}return x},At.prototype.collapseSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Collapse SubGraph"),gl(y.animationManager,"Collapse SubGraph");var x=new Oe;if(a!==null&&a.isSubGraphExpanded)a.collapseSubGraph(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof En&&E.isSubGraphExpanded&&(E.collapseSubGraph(),x.add(E))}y.R("SubGraphCollapsed",x)}finally{y.eb("Collapse SubGraph")}},At.prototype.canCollapseSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null)return!!(a instanceof En&&a.isSubGraphExpanded);for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof En&&y.isSubGraphExpanded)return!0;return!1},At.prototype.expandSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Expand SubGraph"),gl(y.animationManager,"Expand SubGraph");var x=new Oe;if(a!==null&&!a.isSubGraphExpanded)a.expandSubGraph(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof En&&!E.isSubGraphExpanded&&(E.expandSubGraph(),x.add(E))}y.R("SubGraphExpanded",x)}finally{y.eb("Expand SubGraph")}},At.prototype.canExpandSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null)return a instanceof En&&!a.isSubGraphExpanded;for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof En&&!y.isSubGraphExpanded)return!0;return!1},At.prototype.editTextBlock=function(a){a===void 0&&(a=null);var y=this.diagram,x=y.toolManager.findTool("TextEditing");if(x!==null){if(a===null){a=null;for(var b=y.selection.iterator;b.next();){var E=b.value;if(E.canEdit()){a=E;break}}if(a===null)return;a=a.Nl(function(z){return z instanceof Fi&&z.editable})}a!==null&&(y.currentTool=null,x.textBlock=a,y.currentTool=x)}},At.prototype.canEditTextBlock=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly||y.isModelReadOnly||!y.allowTextEdit||y.toolManager.findTool("TextEditing")===null)return!1;if(a!==null){if(!(a instanceof Fi))return!1;if(a=a.part,a!==null&&a.canEdit())return!0}else for(y=y.selection.iterator;y.next();)if(a=y.value,a.canEdit()&&(a=a.Nl(function(x){return x instanceof Fi&&x.editable}),a!==null))return!0;return!1},At.prototype.showContextMenu=function(a){var y=this.diagram,x=y.toolManager.findTool("ContextMenu");if(x!==null&&(a===void 0&&(a=0<y.selection.count?y.selection.first():y),a=x.findObjectWithContextMenu(a),a!==null)){var b=y.lastInput,E=null;a instanceof Xt?E=a.ga(mi):y.viewportBounds.ca(b.documentPoint)||(E=y.viewportBounds,E=new It(E.x+E.width/2,E.y+E.height/2)),E!==null&&(b.viewPoint=y.op(E),b.documentPoint=E,b.left=!1,b.right=!0,b.up=!0),y.currentTool=x,Hl(x,!1,a)}},At.prototype.canShowContextMenu=function(a){var y=this.diagram,x=y.toolManager.findTool("ContextMenu");return x===null?!1:(a===void 0&&(a=0<y.selection.count?y.selection.first():y),x.findObjectWithContextMenu(a)!==null)},At.prototype.computeEffectiveCollection=function(a,y){var x=this.diagram,b=x.toolManager.findTool("Dragging"),E=x.currentTool===b;if(y===void 0&&(y=E?b.dragOptions:x.Wm),b=new yn,a===null)return b;for(var z=a.iterator;z.next();)ml(x,b,z.value,E,y);if(x.draggedLink!==null&&y.dragsLink)return b;for(z=a.iterator;z.next();)a=z.value,a instanceof Ae&&(y=a.fromNode,y===null||b.contains(y)?(y=a.toNode,y===null||b.contains(y)||b.remove(a)):b.remove(a));return b},be.Object.defineProperties(At.prototype,{diagram:{get:function(){return this.H}},copiesClipboardData:{get:function(){return this.o},set:function(a){this.o=a}},copiesConnectedLinks:{get:function(){return this.u},set:function(a){this.u=a}},deletesConnectedLinks:{get:function(){return this.Ha},set:function(a){this.Ha=a}},copiesTree:{get:function(){return this.ia},set:function(a){this.ia=a}},deletesTree:{get:function(){return this.nb},set:function(a){this.nb=a}},copiesParentKey:{get:function(){return this.V},set:function(a){this.V=a}},copiesGroupKey:{get:function(){return this.F},set:function(a){this.F=a}},archetypeGroupData:{get:function(){return this.j},set:function(a){this.j=a}},memberValidation:{get:function(){return this.ij},set:function(a){this.ij=a}},defaultScale:{get:function(){return this.diagram.defaultScale},set:function(a){this.diagram.defaultScale=a}},zoomFactor:{get:function(){return this.Hb},set:function(a){1<a||se("zoomFactor must be larger than 1.0, not: "+a),this.Hb=a}},isZoomToFitRestoreEnabled:{get:function(){return this.hb},set:function(a){this.hb=a}},scrollToPartPause:{get:function(){return this.ob},set:function(a){this.ob=a}}}),At.className="CommandHandler",Kp=function(){return new At};function Xt(){qi(this),this.l=30723,this.pb=1,this.bn="",this.Ma=this.Me=null,this.pa=new It(NaN,NaN).freeze(),this.jd=Es,this.Ab=new Wn,this.wh=new Wn,this.Lb=null,this.Ca=this.Kk=1,this.Kb=0,this.Kg=Aa,this.uc=new ge(NaN,NaN,NaN,NaN).freeze(),this.Ib=new ge(NaN,NaN,NaN,NaN).freeze(),this.dc=new ge(0,0,NaN,NaN).freeze(),this.ba=this.Yn=this.Zn=null,this.sk=this.Jb=cr,this.Ag=this.io=0,this.V=this.tb=this.Dh=this.A=this.Ua=null,this.Uc=!1,this.jo=this.Ng=null}var Me,we,on,hn,Sn,Bn,qn,zn,oi,Pi;Xt.prototype.cloneProtected=function(a){a.l=this.l|6144,a.pb=this.pb,a.bn=this.bn,a.Ma=this.Ma,a.pa.assign(this.pa),a.jd=this.jd.J(),this.Lb!==null?a.Lb=this.Lb.copy():a.Lb=null,a.Ca=this.Ca,a.Kb=this.Kb,a.Kg=this.Kg.J(),a.uc.assign(this.uc),a.Ib.assign(this.Ib),a.dc.assign(this.dc),a.Yn=this.Yn,this.ba!==null&&(a.ba=this.ba.copy()),a.Jb=this.Jb.J(),a.sk=this.sk.J(),a.io=this.io,a.Ag=this.Ag,this.Ua!==null&&(a.Ua=this.Ua.copy()),this.A!==null&&(a.A=this.A.nc?this.A:this.A.copy()),this.Dh!==null&&(a.Dh=io(this.Dh)),this.tb!==null&&(a.tb=this.tb.copy())},Xt.prototype.Vw=function(a){var y=this.Dh;if(Fn(y)){for(var x=0;x<y.length;x++)if(y[x]===a)return}else this.Dh=y=[];y.push(a)},Xt.prototype.Af=function(a){a.Zn=null,a.Ng=null,a.v()},Xt.prototype.clone=function(){var a=new this.constructor;if(this.cloneProtected(a),this.Dh!==null)for(var y=0;y<this.Dh.length;y++){var x=this.Dh[y];a[x]=this[x]}return a},Xt.prototype.copy=function(){return this.clone()},xt=Xt.prototype,xt.qb=function(a){a.classType===Ae?a.name.indexOf("Orient")===0?this.segmentOrientation=a:se("Unknown Link enum value for GraphObject.segmentOrientation property: "+a):a.classType===Xt&&(this.stretch=a)},xt.toString=function(){return jn(this.constructor)+"#"+fo(this)},xt.th=function(){this.A!==null&&(this.A.nc=!0)};function Rn(a){a.A===null?a.A=new nf:a.A.nc&&(a.A=a.A.copy())}xt.Xc=function(){if(this.ba===null){var a=new Dc;a.Xi=or,a.yj=or,a.Vi=10,a.wj=10,a.Wi=0,a.xj=0,this.ba=a}},xt.cb=function(a,y,x,b,E,z,tt){var ot=this.part;if(ot!==null&&(ot.gk(a,y,x,b,E,z,tt),x===this&&a===_i&&ur(this)&&ji(this,ot,y),z=this.diagram,this.animationTriggers===null||z===null||!z.pi||z.undoManager.isUndoingRedoing||z.animationManager.Dm||(a=this.animationTriggers.get(y),a!==null&&z.animationManager.isEnabled&&!z.animationManager.isTicking&&(this.jo===null&&(this.jo=new yn),tt=z.undoManager.transactionLevel===0,a.startCondition===au?tt=!0:a.startCondition===Qu&&(tt=!1),tt?(z=new vr,Vp(a,z),tt=this.jo.get(a),tt!==null&&tt.stop(),this.jo.add(a,z),z.vu=this,z.Nw=a,z.add(this,y,b,E),z.start()):(gl(z.animationManager,"Trigger"),z.animationManager.defaultAnimation.add(this,y,b,E)))),this instanceof Ne&&x===ot&&(ot.l&16777216)!==0&&ot.data!==null))for(x=this.O.s,b=x.length,E=0;E<b;E++)ot=x[E],ot instanceof Ne&&dd(ot,function(rt){rt.data!==null&&rt.l&16777216&&rt.La(y)})};function ji(a,y,x){var b=a.ih();if(b!==null)for(var E=a.localBindings.iterator;E.next();){var z=E.value,tt=null;if(z.sourceName!==null){if(tt=MS(z,b,a),tt===null)continue;z.sp(a,tt,x,null)}else if(z.isToModel){var ot=y.diagram;ot===null||ot.skipsModelSourceBindings||z.sp(a,ot.model.modelData,x,b)}else{if(ot=b.data,ot===null)continue;var rt=y.diagram;rt===null||rt.skipsModelSourceBindings||z.sp(a,ot,x,b)}tt===a&&(ot=b.ks(z.Ai),ot!==null&&z.Mv(ot,tt,x))}}xt.ks=function(a){return this.bindingId===a?this:null},xt.g=function(a,y,x){this.cb(_i,a,this,y,x)},xt.Ge=function(a,y,x,b){var E=this.uc;if(E.h(a,y,x,b),this.Ca!==1||this.Kb!==0){this.Lb===null&&(this.Lb=new Wn);var z=this.Lb;z.reset(),this.no(z,a,y,x,b),z.pp(E)}};function Go(a,y,x,b){return a.pickable===!1?!1:(b.multiply(a.transform),x?a.Yc(y,b):a.fh(y,b))}xt.tx=function(a,y,x){if(this.pickable===!1)return!1;var b=this.naturalBounds;return y=a.Bf(y),x?nr(a.x,a.y,0,0,0,b.height)<=y||nr(a.x,a.y,0,b.height,b.width,b.height)<=y||nr(a.x,a.y,b.width,b.height,b.width,0)<=y||nr(a.x,a.y,b.width,0,0,0)<=y:a.zd(0,0)<=y&&a.zd(0,b.height)<=y&&a.zd(b.width,0)<=y&&a.zd(b.width,b.height)<=y},xt.se=function(){return!0},xt.ca=function(a){var y=It.alloc();y.assign(a),this.transform.Ga(y);var x=this.actualBounds;if(!x.w())return It.free(y),!1;var b=this.diagram;if(b!==null&&b.wq){var E=b.Ql("extraTouchThreshold"),z=b.Ql("extraTouchArea"),tt=z/2,ot=this.naturalBounds;b=this.Df()*b.scale;var rt=1/b;if(ot.width*b<E&&ot.height*b<E)return a=ir(x.x-tt*rt,x.y-tt*rt,x.width+z*rt,x.height+z*rt,y.x,y.y),It.free(y),a}return E=!1,(this instanceof hi||this instanceof In?ir(x.x-5,x.y-5,x.width+10,x.height+10,y.x,y.y):x.ca(y))&&(this.tb&&!this.tb.ca(y)?E=!1:this.areaBackground!==null&&x.ca(y)||this.Ma!==null&&this.dc.ca(a)?E=!0:E=this.gh(a)),It.free(y),E},xt.gh=function(a){var y=this.naturalBounds;return ir(0,0,y.width,y.height,a.x,a.y)},xt.Re=function(a){if(this.angle===0)return this.actualBounds.Re(a);var y=this.naturalBounds;y=ge.allocAt(0,0,y.width,y.height);var x=this.transform,b=!1,E=It.allocAt(a.x,a.y);return y.ca(x.Cd(E))&&(E.h(a.x,a.bottom),y.ca(x.Cd(E))&&(E.h(a.right,a.bottom),y.ca(x.Cd(E))&&(E.h(a.right,a.y),y.ca(x.Cd(E))&&(b=!0)))),It.free(E),ge.free(y),b},xt.fh=function(a,y){if(y===void 0)return a.Re(this.actualBounds);var x=this.naturalBounds,b=!1,E=It.allocAt(0,0);return a.ca(y.Ga(E))&&(E.h(0,x.height),a.ca(y.Ga(E))&&(E.h(x.width,x.height),a.ca(y.Ga(E))&&(E.h(x.width,0),a.ca(y.Ga(E))&&(b=!0)))),It.free(E),b},xt.Yc=function(a,y){if(y===void 0&&(y=this.transform,this.angle===0))return a.Yc(this.actualBounds);var x=this.naturalBounds,b=It.allocAt(0,0),E=It.allocAt(0,x.height),z=It.allocAt(x.width,x.height),tt=It.allocAt(x.width,0),ot=!1;if(a.ca(y.Ga(b))||a.ca(y.Ga(E))||a.ca(y.Ga(z))||a.ca(y.Ga(tt)))ot=!0;else{x=ge.allocAt(0,0,x.width,x.height);var rt=It.allocAt(a.x,a.y);x.ca(y.Cd(rt))?ot=!0:(rt.h(a.x,a.bottom),x.ca(y.Cd(rt))?ot=!0:(rt.h(a.right,a.bottom),x.ca(y.Cd(rt))?ot=!0:(rt.h(a.right,a.y),x.ca(y.Cd(rt))&&(ot=!0)))),It.free(rt),ge.free(x),!ot&&(Jt.us(a,b,E)||Jt.us(a,E,z)||Jt.us(a,z,tt)||Jt.us(a,tt,b))&&(ot=!0)}return It.free(b),It.free(E),It.free(z),It.free(tt),ot},xt.ga=function(a,y){if(y===void 0&&(y=new It),a instanceof vn){var x=this.naturalBounds;y.h(a.x*x.width+a.offsetX,a.y*x.height+a.offsetY)}else y.set(a);return this.oe.Ga(y),y},xt.mi=function(a){a===void 0&&(a=new ge);var y=this.naturalBounds,x=this.oe,b=It.allocAt(0,0).transform(x);return a.h(b.x,b.y,0,0),b.h(y.width,0).transform(x),eo(a,b.x,b.y,0,0),b.h(y.width,y.height).transform(x),eo(a,b.x,b.y,0,0),b.h(0,y.height).transform(x),eo(a,b.x,b.y,0,0),It.free(b),a},xt.li=function(){var a=this.oe;return a.m11===1&&a.m12===0?a=0:(a=180*Math.atan2(a.m12,a.m11)/Math.PI,0>a&&(a+=360)),a},xt.Df=function(){if(!(this.l&4096))return this.Kk;var a=this.Ca;return this.panel!==null?a*this.panel.Df():a},xt.qs=function(a,y){return y===void 0&&(y=new It),y.assign(a),this.oe.Cd(y),y},xt.rs=function(a,y,x){return this.Sj(a.x,a.y,y.x,y.y,x)},xt.Sj=function(a,y,x,b,E){var z=this.transform,tt=1/(z.m11*z.m22-z.m12*z.m21),ot=z.m22*tt,rt=-z.m12*tt,at=-z.m21*tt,ht=z.m11*tt,gt=tt*(z.m21*z.dy-z.m22*z.dx),mt=tt*(z.m12*z.dx-z.m11*z.dy);return this.areaBackground!==null?(z=this.actualBounds,Jt.Ff(z.left,z.top,z.right,z.bottom,a,y,x,b,E)):(tt=a*ot+y*at+gt,a=a*rt+y*ht+mt,y=x*ot+b*at+gt,x=x*rt+b*ht+mt,E.h(0,0),b=this.naturalBounds,x=Jt.Ff(0,0,b.width,b.height,tt,a,y,x,E),E.transform(z),x)},Xt.prototype.measure=function(a,y,x,b){if(Is(this)!==!1){var E=this.Kg,z=E.right+E.left;E=E.top+E.bottom,a=Math.max(a-z,0),y=Math.max(y-E,0),x=Math.max((x||0)-z,0),b=Math.max((b||0)-E,0),z=this.angle,E=this.desiredSize;var tt=this.kq();z===90||z===270?(a=isFinite(E.height)?E.height+tt:a,y=isFinite(E.width)?E.width+tt:y):(a=isFinite(E.width)?E.width+tt:a,y=isFinite(E.height)?E.height+tt:y),E=x||0,tt=b||0;var ot=this instanceof Ne;switch(ns(this,!0)){case we:tt=E=0,ot&&(y=a=1/0);break;case Me:isFinite(a)&&a>x&&(E=a),isFinite(y)&&y>b&&(tt=y);break;case hn:isFinite(a)&&a>x&&(E=a),tt=0,ot&&(y=1/0);break;case Sn:isFinite(y)&&y>b&&(tt=y),E=0,ot&&(a=1/0)}ot=this.maxSize;var rt=this.minSize;E>ot.width&&rt.width<ot.width&&(E=ot.width),tt>ot.height&&rt.height<ot.height&&(tt=ot.height),x=Math.max(E,rt.width),b=Math.max(tt,rt.height),ot.width<x&&(x=Math.min(rt.width,x)),ot.height<b&&(b=Math.min(rt.height,b)),a=Math.min(ot.width,a),y=Math.min(ot.height,y),a=Math.max(x,a),y=Math.max(b,y),(z===90||z===270)&&(z=a,a=y,y=z,z=x,x=b,b=z),this.uc.ka(),this.Wl(a,y,x,b),this.uc.freeze(),this.uc.w()||se("Non-real measuredBounds has been set. Object "+this+", measuredBounds: "+this.uc.toString()),Fo(this,!1)}},Xt.prototype.Wl=function(){},Xt.prototype.Dd=function(){return!1},Xt.prototype.arrange=function(a,y,x,b,E){this.Uk();var z=ge.alloc();z.assign(this.Ib),this.Ib.ka(),Wr(this)===!1?this.Ib.h(a,y,x,b):this.eh(a,y,x,b),this.Ib.freeze(),E===void 0?this.tb=null:this.tb=E,x=!1,E!==void 0?x=!0:(E=this.panel,E!==null&&Fh(E)&&(E=E.panel),E!==null&&(E=E.dc,b=this.measuredBounds,this.areaBackground!==null&&(b=this.Ib),x=y+b.height,b=a+b.width,x=!(0<=a+.05&&b<=E.width+.05&&0<=y+.05&&x<=E.height+.05),this instanceof Fi&&(a=this.naturalBounds,this.Lq>a.height||this.Cb>a.width))&&(x=!0)),this.l=x?this.l|256:this.l&-257,this.Ib.w()||se("Non-real actualBounds has been set. Object "+this+", actualBounds: "+this.Ib.toString()),this.Xl(z,this.Ib),vl(this,!1),ge.free(z)},xt=Xt.prototype,xt.eh=function(){};function Er(a,y,x,b,E){if(a.Ib.h(y,x,b,E),!a.desiredSize.w()){var z=a.uc;x=a.Kg,y=x.right+x.left;var tt=x.top+x.bottom;switch(x=z.width+y,z=z.height+tt,b+=y,E+=tt,y=ns(a,!0),x===b&&z===E&&(y=we),y){case we:(x>b||z>E)&&(Fo(a,!0),a.measure(x>b?b:x,z>E?E:z,0,0));break;case Me:Fo(a,!0),a.measure(b,E,0,0);break;case hn:Fo(a,!0),a.measure(b,z,0,0);break;case Sn:Fo(a,!0),a.measure(x,E,0,0)}}}xt.Xl=function(a,y){var x=this.part;x!==null&&x.diagram!==null&&(x.selectionObject!==this&&x.resizeObject!==this&&x.rotateObject!==this||Rv(x,!0),this.N(),Uo(a,y)||(x.oh(),this.Pn(x)))},xt.Pn=function(a){this.portId!==null&&(Rv(a,!0),a instanceof Ke&&V1(a,this))},xt.gc=function(a,y){if(!Js(this,a,y)&&this.visible){var x=this.opacity;if(x!==0){var b=1;x!==1&&(b=a.globalAlpha,a.globalAlpha=b*x);var E="";this.filter!==""&&(E=a.filter,a.filter=this.filter);var z=this instanceof Ne&&Fh(this),tt=this.Ib;if(z){var ot=this.Ib,rt=this.dc,at=this.areaBackground,ht=this.Ma;at===null&&ht===null||a.yc(),at!==null&&(no(this,a,at,!0,!0,rt,ot),at instanceof vi&&at.type===qs?(a.beginPath(),a.rect(ot.x,ot.y,ot.width,ot.height),a.ng(at)):a.fillRect(ot.x,ot.y,ot.width,ot.height)),ht!==null&&(no(this,a,ht,!0,!1,rt,ot),ht instanceof vi&&ht.type===qs?(a.beginPath(),a.rect(ot.x,ot.y,ot.width,ot.height),a.ng(ht)):a.fillRect(ot.x,ot.y,ot.width,ot.height)),this.hh(a,y)}if(!z&&(z||tt.width!==0&&tt.height!==0&&!isNaN(tt.x)&&!isNaN(tt.y))){z=this.transform,ot=this.panel,this.l&4096&&sr(this),at=this.part,rt=!1;var gt=0;at&&y.Gf("drawShadows")&&(rt=at.isShadowed)&&(ht=at.shadowOffset,gt=Math.max(ht.y,ht.x)*y.scale*y.Mb),ht=this.Dd();var mt;if(!(mt=y.$i||!ht)){var yt=this.naturalBounds;mt=this.wh;var St=mt.m11,Lt=mt.m21,Bt=mt.dx,Ft=mt.m12,zt=mt.m22,Ht=mt.dy,Vt,_t=Vt=0;mt=Vt*St+_t*Lt+Bt;var ee=Vt*Ft+_t*zt+Ht;Vt=yt.width+gt,_t=0;var Ve=Vt*St+_t*Lt+Bt;Vt=Vt*Ft+_t*zt+Ht,_t=Math.min(mt,Ve);var tn=Math.min(ee,Vt),Qe=Math.max(mt+0,Ve)-_t,Ee=Math.max(ee+0,Vt)-tn;mt=_t,ee=tn,Vt=yt.width+gt,_t=yt.height+gt,Ve=Vt*St+_t*Lt+Bt,Vt=Vt*Ft+_t*zt+Ht,_t=Math.min(mt,Ve),tn=Math.min(ee,Vt),Qe=Math.max(mt+Qe,Ve)-_t,Ee=Math.max(ee+Ee,Vt)-tn,mt=_t,ee=tn,Vt=0,_t=yt.height+gt,Ve=Vt*St+_t*Lt+Bt,Vt=Vt*Ft+_t*zt+Ht,_t=Math.min(mt,Ve),tn=Math.min(ee,Vt),Qe=Math.max(mt+Qe,Ve)-_t,Ee=Math.max(ee+Ee,Vt)-tn,mt=_t,ee=tn,gt=y.viewportBounds,yt=gt.x,St=gt.y,mt=!(mt>gt.width+yt||yt>Qe+mt||ee>gt.height+St||St>Ee+ee)}if(mt){if(mt=(this.l&256)!==0,a.clipInsteadOfFill&&(mt=!1),this instanceof Fi&&(a.font=this.font),mt){if(ee=ot.se()?ot.naturalBounds:ot.actualBounds,Qe=Math.max(tt.x,ee.x),Ee=Math.max(tt.y,ee.y),gt=Math.min(tt.right,ee.right)-Qe,yt=Math.min(tt.bottom,ee.bottom)-Ee,St=this.tb,St!==null&&(Qe=St.x,Ee=St.y,gt=St.width,yt=St.height),Qe>tt.width+tt.x||tt.x>ee.width+ee.x){x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E);return}a.save(),a.beginPath(),a.rect(Qe,Ee,gt,yt),a.clip()}if(ht){if(!at.isVisible()){x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E);return}rt&&(ee=at.shadowOffset,a.Ev(ee.x*y.scale*this.scale*y.Mb,ee.y*y.scale*this.scale*y.Mb,at.shadowBlur),_l(a),a.shadowColor=at.shadowColor)}rt&&this.shadowVisible===!0?_l(a):rt&&this.shadowVisible===!1&&yl(a),at=this.naturalBounds,this.areaBackground!==null&&(a.yc(),Os(this,a,at,tt)),a.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),rt&&qo(this,ot)&&this.shadowVisible===null&&yl(a),this.Ma!==null&&(a.yc(),us(this,a,at,tt)),rt&&(this.Ma!==null||this.areaBackground!==null||qo(this,ot))?(wa(this,!0),this.shadowVisible===null&&yl(a)):wa(this,!1),this.hh(a,y),rt&&this.l&512&&_l(a),ht&&rt&&yl(a),mt&&(a.restore(),a.Vc(this instanceof Ne)),z.ws()||(y=1/(z.m11*z.m22-z.m12*z.m21),a.transform(z.m22*y,-z.m12*y,-z.m21*y,z.m11*y,y*(z.m21*z.dy-z.m22*z.dx),y*(z.m12*z.dx-z.m11*z.dy)))}}x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E)}}};function qo(a,y){return y===null?!1:(Fh(y)&&(y=y.panel),(y.l&512)!==0||(y.type===Ne.Auto||y.type===Ne.Spot)&&y.Pb()!==a)}xt.Dv=function(){};function Os(a,y,x,b){no(a,y,a.areaBackground,!0,!0,x,b),a.areaBackground instanceof vi&&a.areaBackground.type===qs?(y.beginPath(),y.rect(b.x,b.y,b.width,b.height),y.ng(a.areaBackground)):y.fillRect(b.x,b.y,b.width,b.height)}function us(a,y,x,b){var E=a.kq(),z=x.x,tt=x.y,ot=x.width+E,rt=x.height+E;no(a,y,a.Ma,!0,!1,x,b),a.Ma instanceof vi&&a.Ma.type===qs?(y.beginPath(),y.rect(z-E/2,tt-E/2,ot,rt),y.ng(a.Ma)):y.fillRect(z-E/2,tt-E/2,ot,rt)}function Lr(a,y,x){for(var b=y.O.s,E=b.length,z=-1,tt=0;tt<E;tt++)if(b[tt]===a){z=tt;break}if(a=z,a!==-1)if(a===0)y.svg.gd?y.svg.gd.after(x):y.svg.Ma?y.svg.Ma.after(x):y.type===Ne.Table?(y=y.svg.getElementsByClassName("gojs-ts"),y=y.length!==0?y[0]:null,y!==null&&y.after(x)):y.svg.prepend(x);else{for(;a!==0&&!y.M(a-1).Ed();)a--;a===0?y.svg.prepend(x):(a=y.M(a-1).svg,a!==null?a.after(x):y.svg.appendChild(x))}}function Js(a,y,x){if(!(y instanceof ws))return!1;if(!a.visible||a.opacity===0||a.Dd()&&!a.isVisible())return a.svg!==null&&a.svg.parentNode!==null&&a.svg.remove(),!0;var b=a.panel,E=a.nk(y);if(a.kk(y,x,E))return a.svg.parentElement!==null?(a.Dd()&&(y.ti=a.svg),!0):(a.Dd()?(y.ti!==null?y.ti.after(a.svg):y.Nj.prepend(a.svg),y.ti=a.svg):b&&Lr(a,b,a.svg),!0);if(a.Dd()&&a.isShadowed){var z=a.shadowOffset;y.Ev(z.x*x.scale*a.scale*x.Mb,z.y*x.scale*a.scale*x.Mb,a.shadowBlur),_l(y),y.shadowColor=a.shadowColor}a instanceof Fi&&(y.font=a.font),y.yd=null;var tt=a.transform;z=a instanceof Ne;var ot=a instanceof Ne?Fh(a):!1;a.l&4096&&sr(a);var rt=a.Ib;if(y.rb.ha=[1,0,0,1,0,0],y.o=!1,E&&(y.o=!0,z&&ot?(Oc(y,1,0,0,1,0,0),a.svg=y.ad):z?(Oc(y,tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy),a.svg=y.ad):Oc(y,1,0,0,1,0,0)),E=a.naturalBounds,a.areaBackground!==null){var at=tt.copy().Vj();y.rb.ha=[at.m11,at.m12,at.m21,at.m22,at.dx,at.dy],Os(a,y,E,rt),y.rb.ha=[1,0,0,1,0,0],y.yd.gd=y.ad,y.yd.prepend(y.ad)}return z||(y.rb.ha=[tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy]),a.background!==null&&(z?(ot&&(y.rb.ha=[tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy]),us(a,y,E,rt),ot&&(y.rb.ha=[1,0,0,1,0,0])):(y.rb.ha=[tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy],us(a,y,E,rt)),y.yd.Ma=y.ad,y.yd.prepend(y.ad)),tt=y.yd,E=a.part,ot=!1,E&&x.Gf("drawShadows")&&(ot=E.isShadowed),y.clipInsteadOfFill&&(ot=!1),a.Dd()&&ot&&_l(y),ot&&a.shadowVisible===!0?_l(y):ot&&a.shadowVisible===!1&&yl(y),E=a.panel,ot&&qo(a,E)&&a.shadowVisible===null&&yl(y),y.Il&&(at=x.computePixelRatio(),at="drop-shadow("+y.shadowOffsetX/at+"px "+y.shadowOffsetY/at+"px "+y.shadowBlur/at/2+"px "+y.shadowColor+")",a.background!==null&&tt.Ma.setAttributeNS(null,"filter",at),a.areaBackground!==null&&tt.gd.setAttributeNS(null,"filter",at)),ot&&(a.Ma!==null||a.areaBackground!==null||qo(a,E))?(wa(a,!0),a.shadowVisible===null&&yl(y)):wa(a,!1),E=ot,a.hh(y,x),z&&y.nh.pop(),y.o&&y.nh.pop(),tt=y.Gv.hs,ot=z?a.svg:y.yd,at=a.svg,!z&&at!==null&&ot!==at&&at.parentNode===a.panel.svg?(a.svg.replaceWith(ot),a.svg=ot,ot!==null&&a.$o(y,b,rt,ot),es(y,at),!0):(a.svg=ot,tt!==null&&ot===null&&(lm(y),y.nh.pop()),ot===null||(a.$o(y,b,rt,ot),y.Il&&(x=x.computePixelRatio(),a.Dv(ot,"drop-shadow("+y.shadowOffsetX/x+"px "+y.shadowOffsetY/x+"px "+y.shadowBlur/x/2+"px "+y.shadowColor+")")),E&&a.l&512&&_l(y),a.Dd()&&yl(y),x=a.Dd()?a.opacity*y.globalAlpha:a.opacity,x!==1&&ot.setAttributeNS(null,"opacity",x.toString()),a.filter!==""&&ot.setAttributeNS(null,"filter",a.filter),a.Dd()?(y.ti?y.ti.after(ot):y.Nj.prepend(ot),y.ti=ot):b!==null&&Lr(a,b,ot),tt!==null&&tt(a,ot)),!0)}xt.$o=function(a,y,x,b){var E=(this.l&256)!==0;if(a.clipInsteadOfFill&&(E=!1),E){var z=y.se()?y.naturalBounds:y.actualBounds;y=Math.max(x.x,z.x),E=Math.max(x.y,z.y);var tt=Math.min(x.right,z.right)-y;x=Math.min(x.bottom,z.bottom)-E,z=this.tb,z!==null&&(y=z.x,E=z.y,tt=z.width,x=z.height),z=b.getAttribute("clip-path");var ot=null;z!==null&&(ot=a.svg.getElementById(z.split("#")[1].slice(0,-1))),ot===null?(z="CLIP"+Hs++,ot=a.Ud("clipPath",{id:z}),y=a.Ud("rect",{x:y,y:E,width:tt,height:x}),this instanceof Ne&&(E=this.transform.copy().Vj(),y.setAttribute("transform","matrix("+E.m11+", "+E.m12+", "+E.m21+", "+E.m22+", "+E.dx+", "+E.dy+")")),ot.appendChild(y),a.svg.appendChild(ot),b.setAttributeNS(null,"clip-path","url(#"+z+")")):(a=ot.firstElementChild,a.setAttribute("x",y.toString()),a.setAttribute("y",E.toString()),a.setAttribute("width",tt.toString()),a.setAttribute("height",x.toString()))}else b.removeAttributeNS(null,"clip-path"),es(a,b)};function es(a,y){y=y.getAttribute("clip-path"),y!==null&&(a=a.svg.getElementById(y.split("#")[1].slice(0,-1)),a!==null&&a.remove())}function kr(a){if(a.svg!==null){var y=a.svg.innerHTML.match(/url\(#((CLIP|GRAD).+?)\)/g),x=a.svg.ownerDocument;if(y!==null){y=mn(y);for(var b=y.next();!b.done;b=y.next())b=x.getElementById(b.value.split("#")[1].slice(0,-1)),b!==null&&b.remove()}a.svg.remove()}}xt.hh=function(){},xt.lv=function(){this.Uc=!0},xt.kk=function(a,y,x){if(this.Uc)return this.lv(),this.Uc=!1;if(y=this.svg,y===null)return!1;if(!this.visible)return y.remove(),!1;if(y.nodeName!=="g"&&x||y.nodeName==="g"&&!x)return!1;var b=this.transform,E=this instanceof Ne?Fh(this):!1;if(!(this instanceof Ne&&E))if(this instanceof os){var z=this.bt;a.rb.ha=[b.m11,b.m12,b.m21,b.m22,b.dx,b.dy],z!==null&&Zy(a,z[0],z[1],z[2],z[3],z[4],z[5],z[6],z[7]),x?y.lastElementChild.setAttributeNS(null,"transform",Jy(a)):y.setAttributeNS(null,"transform",Jy(a))}else if(!x||this instanceof Ne)y.setAttributeNS(null,"transform","matrix("+b.m11+", "+b.m12+", "+b.m21+", "+b.m22+", "+b.dx+", "+b.dy+")");else if(this instanceof In){z=y.getElementsByTagName("path");for(var tt=0;tt<z.length;tt++)z[tt].setAttributeNS(null,"transform","matrix("+b.m11+", "+b.m12+", "+b.m21+", "+b.m22+", "+b.dx+", "+b.dy+")")}else y.lastElementChild.setAttributeNS(null,"transform","matrix("+b.m11+", "+b.m12+", "+b.m21+", "+b.m22+", "+b.dx+", "+b.dy+")");return z=this.Dd()?this.opacity*a.globalAlpha:this.opacity,z===1?y.removeAttribute("opacity"):y.setAttributeNS(null,"opacity",z.toString()),a.rb.ha=[1,0,0,1,0,0],(this.areaBackground!==null||y.gd!==void 0)&&(z=y.gd,this.areaBackground===null?(y.gd.remove(),y.gd=void 0):(tt=b.copy().Vj(),a.rb.ha=[tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy],Os(this,a,this.naturalBounds,this.actualBounds),a.rb.ha=[1,0,0,1,0,0],y.gd?(tt=y.gd.getAttribute("filter"),tt!==null&&a.ad.setAttribute("filter",tt),y.gd.replaceWith(a.ad)):y.prepend(a.ad),y.gd=a.ad),z&&hm(a,z)),(this.background!==null||y.Ma!==void 0)&&(z=y.Ma,this.background===null?(hm(a,y.Ma),y.Ma.remove(),y.Ma=void 0):((E||x&&!(this instanceof Ne))&&(a.rb.ha=[b.m11,b.m12,b.m21,b.m22,b.dx,b.dy]),us(this,a,this.naturalBounds,this.actualBounds),y.Ma?(hm(a,y.Ma),x=y.Ma.getAttribute("filter"),x!==null&&a.ad.setAttribute("filter",x),y.Ma.replaceWith(a.ad)):y.prepend(a.ad),y.Ma=a.ad),z&&hm(a,z)),this.$o(a,this.panel,this.actualBounds,y),!0},xt.nk=function(a){if(this.background!==null||this.areaBackground!==null)return!0;var y=(this.l&256)!==0;return a.clipInsteadOfFill&&(y=!1),!!y};function no(a,y,x,b,E,z,tt){if(x!==null){var ot=1,rt=1;if(typeof x=="string")b?y.fillStyle=x:y.strokeStyle=x;else if(x.type===Nh)b?y.fillStyle=x.color:y.strokeStyle=x.color;else{var at=a.kq();if(ot=z.width,rt=z.height,E?(ot=tt.width,rt=tt.height):b||(ot+=at,rt+=at),(z=y instanceof ud)&&x.xe&&(x.type===fg||x.yk===ot&&x.ft===rt))var ht=x.xe;else{var gt=0,mt=0,yt=0,St=0,Lt=0,Bt=0;if(Bt=Lt=0,E?(Lt=tt.x,Bt=tt.y):b||(Lt-=at/2,Bt-=at/2),gt=x.start.x*ot+x.start.offsetX,mt=x.start.y*rt+x.start.offsetY,yt=x.end.x*ot+x.end.offsetX,St=x.end.y*rt+x.end.offsetY,gt+=Lt,yt+=Lt,mt+=Bt,St+=Bt,x.type===Xl)ht=y.createLinearGradient(gt,mt,yt,St);else if(x.type===qs)Bt=isNaN(x.endRadius)?Math.max(ot,rt)/2:x.endRadius,isNaN(x.startRadius)?(Lt=0,Bt=Math.max(ot,rt)/2):Lt=x.startRadius,ht=y.createRadialGradient(gt,mt,Lt,yt,St,Bt);else if(x.type===fg)try{ht=y.createPattern(x.pattern,"repeat")}catch(zt){ht=null}if(x.type!==fg&&(E=x.colorStops,E!==null))for(E=E.iterator;E.next();)ht.addColorStop(E.key,E.value);if(z&&(x.xe=ht,ht!==null&&(x.yk=ot,x.ft=rt),ht===null&&x.type===fg&&x.yk!==-1)){x.yk=-1;var Ft=a.diagram;Ft!==null&&x.yk===-1&&ci(function(){Ft.redraw()},600)}}b?y.fillStyle=ht:y.strokeStyle=ht}}}xt.rg=function(a){if(a instanceof Ne)t:{if(this!==a&&a!==null)for(var y=this.panel;y!==null;){if(y===a){a=!0;break t}y=y.panel}a=!1}else a=!1;return a},xt.Ed=function(){if(!this.visible)return!1;var a=this.panel;return a!==null?a.Ed():!0},xt.If=function(){for(var a=this instanceof Ne?this:this.panel;a!==null&&a.isEnabled;)a=a.panel;return a===null};function sr(a){if(a.l&2048){var y=a.Ab;if(y.reset(),!a.Ib.w()||!a.uc.w()){ha(a,!1);return}if(y.translate(a.Ib.x-a.uc.x,a.Ib.y-a.uc.y),a.scale!==1||a.angle!==0){var x=a.naturalBounds;a.no(y,x.x,x.y,x.width,x.height)}ha(a,!1),Qs(a,!0)}a.l&4096&&(y=a.panel,y===null?(a.wh.set(a.Ab),a.Kk=a.scale,Qs(a,!1)):y.oe!==null&&(x=a.wh,x.reset(),y.se()?x.multiply(y.wh):y.panel!==null&&x.multiply(y.panel.wh),x.multiply(a.Ab),a.Kk=a.scale*y.Kk,Qs(a,!1)))}xt.no=function(a,y,x,b,E){if(this.Ca!==1&&a.scale(this.Ca),this.Kb!==0){var z=It.alloc();z.yi(y,x,b,E,mi),a.rotate(this.Kb,z.x,z.y),It.free(z)}},xt.v=function(a){if(!Is(this)){a===void 0&&(a=!1),Fo(this,!0),vl(this,!0);var y=this.panel;y===null||a||y.v()}},xt.Uj=function(){Is(this)||(Fo(this,!0),vl(this,!0))};function Hr(a){if(!Wr(a)){var y=a.panel;y!==null?y.v():a.Dd()&&(y=a.diagram,y!==null&&(y.De.add(a),a instanceof Ke&&a.Bd(),y.$b())),vl(a,!0)}}xt.Uk=function(){!(this.l&2048)&&(ha(this,!0),Qs(this,!0))},xt.Wu=function(){Qs(this,!0)},xt.N=function(){var a=this.part;a!==null&&a.N()};function ns(a,y){var x=a.stretch,b=a.panel;return b!==null&&b.type===Ne.Table?Ia(a,b.Fb(a.row),b.Eb(a.column),y):b!==null&&b.type===Ne.Auto&&b.Pb()===a?tr(a,Me,y):x===Bn?b!==null?b.type===Ne.Spot&&b.Pb()===a?tr(a,Me,y):(x=b.defaultStretch,x===Bn?tr(a,we,y):tr(a,x,y)):tr(a,we,y):tr(a,x,y)}function Ia(a,y,x,b){var E=a.stretch;if(E!==Bn)return tr(a,E,b);var z=E=null;switch(y.stretch){case Sn:z=!0;break;case Me:z=!0}switch(x.stretch){case hn:E=!0;break;case Me:E=!0}return y=a.panel.defaultStretch,E===null&&(E=y===hn||y===Me),z===null&&(z=y===Sn||y===Me),E===!0&&z===!0?tr(a,Me,b):E===!0?tr(a,hn,b):z===!0?tr(a,Sn,b):tr(a,we,b)}function tr(a,y,x){if(x)return y;if(y===we||(x=a.desiredSize,x.w()))return we;if(a=a.angle,!isNaN(x.width))if(a!==90&&a!==270){if(y===hn)return we;if(y===Me)return Sn}else{if(y===Sn)return we;if(y===Me)return hn}if(!isNaN(x.height))if(a!==90&&a!==270){if(y===Sn)return we;if(y===Me)return hn}else{if(y===hn)return we;if(y===Me)return Sn}return y}function wa(a,y){a.l=y?a.l|512:a.l&-513}function ur(a){return(a.l&1024)!==0}function ef(a,y){a.l=y?a.l|1024:a.l&-1025}function ha(a,y){a.l=y?a.l|2048:a.l&-2049}function Qs(a,y){a.l=y?a.l|4096:a.l&-4097}function Is(a){return(a.l&8192)!==0}function Fo(a,y){a.l=y?a.l|8192:a.l&-8193}function Wr(a){return(a.l&16384)!==0}function vl(a,y){a.l=y?a.l|16384:a.l&-16385}xt.Gj=function(){this.svg=null},xt.wi=function(a){this.Me=a,this.svg!==null&&this.svg.remove()},xt.Av=function(){},xt.zv=function(a){return this.pa=a,Hr(this),!0},xt.mm=function(a,y){(this.pa.x!==a||this.pa.y!==y)&&(this.pa.h(a,y),this.Uk())},xt.kq=function(){return 0};function ld(a){var y=a.part;if(y instanceof Ke&&(a.portId!==null||a===y.port)){var x=y.diagram;x===null||x.undoManager.isUndoingRedoing||V1(y,a)}}function Ky(a){var y=a.diagram;y===null||y.undoManager.isUndoingRedoing||(a instanceof Ne?a instanceof Ke?a.Bd():a.qm(a,function(x){ld(x)}):ld(a))}xt.bind=function(a,y,x,b){var E=null;return typeof a=="string"?E=new Po(a,y,x,b):E=a,E.xd=this,a=this.ih(),a!==null&&f1(a)&&se("Cannot add a Binding to a template that has already been copied: "+E),this.localBindings===null&&(this.localBindings=new Oe),this.localBindings.add(E),this},xt.set=function(a){return Object.assign(this,a),this},xt.Du=function(a){return nv(this,a),this},xt.apply=function(a){return a(this),this},xt.nm=function(a){return td(this,a),this},xt.pz=function(){return this.ih()},xt.ih=function(){for(var a=this instanceof Ne?this:this.panel;a!==null;){if(a.allBindings!==null)return a;a=a.panel}return null},xt.Jv=function(a){return a.xd=this,this.animationTriggers===null&&(this.animationTriggers=new yn),this.animationTriggers.add(a.propertyName,a),this};function $s(a,y){for(var x=1;x<arguments.length;++x);x=arguments;var b=null,E=null;if(typeof a=="function")E=a;else if(typeof a=="string"){var z=sg.I(a);typeof z=="function"?(x=io(arguments),b=z(x),je(b)||se('GraphObject.make invoked object builder "'+a+'", but it did not return an Object')):E=ce.go[a]}if(b===null&&(E!=null&&E.constructor||se("GraphObject.make requires a class function or GoJS class name or name of an object builder, not: "+a),b=new E),E=1,b instanceof ne&&1<x.length){z=b;var tt=x[1];(typeof tt=="string"||tt instanceof HTMLDivElement)&&(hc(z,tt),E++)}for(;E<x.length;E++)z=x[E],z===void 0?se("Undefined value at argument "+E+" for object being constructed by GraphObject.make: "+b):nv(b,z);return b}function nv(a,y){if(typeof y=="string")if(a instanceof Fi)a.text=y;else if(a instanceof In)a.figure=y;else if(a instanceof os)a.source=y;else if(a instanceof Ne)y=Ca.I(y),y!==null&&(a.type=y);else if(a instanceof vi){var x=ei(vi,y);x!==null?a.type=x:se("Unknown Brush type as an argument to GraphObject.make: "+y)}else a instanceof Ie?(y=ei(Ie,y),y!==null&&(a.type=y)):a instanceof ui&&(y=ei(ui,y),y!==null&&(a.type=y));else if(y instanceof Xt)a instanceof Ne||se("A GraphObject can only be added to a Panel, not to: "+a),a.add(y);else if(y instanceof bo){var b;y.isRow&&typeof a.getRowDefinition=="function"?b=a.getRowDefinition(y.index):y.isRow||typeof a.getColumnDefinition!="function"||(b=a.getColumnDefinition(y.index)),b instanceof bo?km(b,y):se("A RowColumnDefinition can only be added to an object that implements getRowDefinition/getColumnDefinition, not to: "+a)}else if(y instanceof he)typeof a.qb=="function"&&a.qb(y);else if(y instanceof Bo)a.type=y;else if(y instanceof Po)a instanceof Xt||a instanceof bo?a.bind(y):se("A Binding can only be applied to a GraphObject or RowColumnDefinition, not to: "+a);else if(y instanceof xa)a instanceof Xt?a.Jv(y):se("An AnimationTrigger can only be applied to a GraphObject, not to: "+a);else if(y instanceof Ro)a instanceof Ie&&a.type===Ie.o?a.figures.add(y):se("A PathFigure can only be added to a Path Geometry, not to: "+a);else if(y instanceof ui)a instanceof Ro?a.segments.add(y):se("A PathSegment can only be added to a PathFigure, not to: "+a);else if(y instanceof Wi)a instanceof ne||a instanceof En?a.layout=y:se("A Layout can only be assigned to a Diagram or a Group, not to: "+a);else if(Array.isArray(y))for(x=0;x<y.length;x++)nv(a,y[x]);else if(typeof y=="object"&&y!==null)if(a instanceof vi){x=new Vn;for(var E in y)b=parseFloat(E),isNaN(b)?x[E]=y[E]:a.addColorStop(b,y[E]);td(a,x)}else if(a instanceof bo){y.row!==void 0?(E=y.row,(E==null||E===1/0||isNaN(E)||0>E)&&se("Must specify non-negative integer row for RowColumnDefinition "+y+", not: "+E),a.isRow=!0,a.index=E):y.column!==void 0&&(E=y.column,(E==null||E===1/0||isNaN(E)||0>E)&&se("Must specify non-negative integer column for RowColumnDefinition "+y+", not: "+E),a.isRow=!1,a.index=E),E=new Vn;for(x in y)x!=="row"&&x!=="column"&&(E[x]=y[x]);td(a,E)}else td(a,y);else se('Unknown initializer "'+y+'" for object being constructed by GraphObject.make: '+a)}function Th(a,y){sg.add(a,y)}function am(a,y,x){x===void 0&&(x=null);var b=a[1];if(typeof x=="function"?x(b):typeof b=="string")return a.splice(1,1),b;if(y===void 0)throw Error("no "+(typeof x=="function"?"satisfactory":"string")+" argument for GraphObject builder "+a[0]);return y}be.Object.defineProperties(Xt.prototype,{bindingId:{get:function(){return this.A!==null?this.A.zp:-1},set:function(a){this.bindingId!==a&&(this.A===null&&(this.A=new nf),this.A.zp=a)}},localBindings:{get:function(){return this.A!==null?this.A.te:null},set:function(a){this.localBindings!==a&&(this.A===null&&(this.A=new nf),this.A.te=a)}},srcBindings:{get:function(){return this.A!==null?this.A.wm:null},set:function(a){this.srcBindings!==a&&(this.A===null&&(this.A=new nf),this.A.wm=a)}},shadowVisible:{get:function(){return this.A!==null?this.A.Ci:null},set:function(a){var y=this.shadowVisible;y!==a&&(Rn(this),this.A.Ci=a,this.Uc=!0,this.N(),this.g("shadowVisible",y,a))}},enabledChanged:{get:function(){return this.A!==null?this.A.Hb:null},set:function(a){var y=this.enabledChanged;y!==a&&(Rn(this),this.A.Hb=a,this.g("enabledChanged",y,a))}},segmentOrientation:{get:function(){return this.Ua!==null?this.Ua.rr:Yr},set:function(a){var y=this.segmentOrientation;y!==a&&(this.Ua===null&&(this.Ua=new pu),this.Ua.rr=a,this.v(),this.g("segmentOrientation",y,a),a===Yr&&(this.angle=0))}},segmentIndex:{get:function(){return this.Ua!==null?this.Ua.u:-1/0},set:function(a){a=Math.round(a);var y=this.segmentIndex;y!==a&&(this.Ua===null&&(this.Ua=new pu),this.Ua.u=a,this.v(),this.g("segmentIndex",y,a))}},segmentFraction:{get:function(){return this.Ua!==null?this.Ua.o:0},set:function(a){isNaN(a)||0>a?a=0:1<a&&(a=1);var y=this.segmentFraction;y!==a&&(this.Ua===null&&(this.Ua=new pu),this.Ua.o=a,this.v(),this.g("segmentFraction",y,a))}},segmentOffset:{get:function(){return this.Ua!==null?this.Ua.F:er},set:function(a){var y=this.segmentOffset;y.D(a)||(a=a.J(),this.Ua===null&&(this.Ua=new pu),this.Ua.F=a,this.v(),this.g("segmentOffset",y,a))}},stretch:{get:function(){return this.A!==null?this.A.hg:Bn},set:function(a){var y=this.stretch;y!==a&&(Rn(this),this.A.hg=a,this.v(),this.g("stretch",y,a))}},name:{get:function(){return this.A!==null?this.A.xa:""},set:function(a){var y=this.name;y!==a&&(Rn(this),this.A.xa=a,this.part!==null&&(this.part.Rh=null),this.g("name",y,a))}},opacity:{get:function(){return this.pb},set:function(a){var y=this.pb;y!==a&&((0>a||1<a)&&Hn(a,"0 <= value <= 1",Xt,"opacity"),this.pb=a,this.g("opacity",y,a),a=this.diagram,y=this.part,a!==null&&y!==null&&a.N(cd(y,y.actualBounds)))}},filter:{get:function(){return this.bn},set:function(a){var y=this.bn;y!==a&&(this.bn=a,this.Uc=!0,this.g("filter",y,a),a=this.diagram,y=this.part,a!==null&&y!==null&&a.N(cd(y,y.actualBounds)))}},visible:{get:function(){return(this.l&1)!==0},set:function(a){var y=(this.l&1)!==0;y!==a&&(this.l^=1,this.g("visible",y,a),y=this.panel,y!==null?y.v():this.Dd()&&this.Zb(a),this.N(),Ky(this))}},pickable:{get:function(){return(this.l&2)!==0},set:function(a){var y=(this.l&2)!==0;y!==a&&(this.l^=2,this.g("pickable",y,a))}},fromLinkableDuplicates:{get:function(){return(this.l&4)!==0},set:function(a){var y=(this.l&4)!==0;y!==a&&(this.l^=4,this.g("fromLinkableDuplicates",y,a))}},fromLinkableSelfNode:{get:function(){return(this.l&8)!==0},set:function(a){var y=(this.l&8)!==0;y!==a&&(this.l^=8,this.g("fromLinkableSelfNode",y,a))}},toLinkableDuplicates:{get:function(){return(this.l&16)!==0},set:function(a){var y=(this.l&16)!==0;y!==a&&(this.l^=16,this.g("toLinkableDuplicates",y,a))}},toLinkableSelfNode:{get:function(){return(this.l&32)!==0},set:function(a){var y=(this.l&32)!==0;y!==a&&(this.l^=32,this.g("toLinkableSelfNode",y,a))}},isPanelMain:{get:function(){return(this.l&64)!==0},set:function(a){var y=(this.l&64)!==0;y!==a&&(this.l^=64,this.v(),this.g("isPanelMain",y,a))}},isActionable:{get:function(){return(this.l&128)!==0},set:function(a){var y=(this.l&128)!==0;y!==a&&(this.l^=128,this.g("isActionable",y,a))}},areaBackground:{get:function(){return this.A!==null?this.A.gd:null},set:function(a){var y=this.areaBackground;y!==a&&(a!==null&&rf(a,"GraphObject.areaBackground"),a instanceof vi&&a.freeze(),Rn(this),this.A.gd=a,this.N(),this.g("areaBackground",y,a))}},background:{get:function(){return this.Ma},set:function(a){var y=this.Ma;y!==a&&(a!==null&&rf(a,"GraphObject.background"),a instanceof vi&&a.freeze(),this.Ma=a,this.N(),this.g("background",y,a))}},part:{get:function(){if(this.Dd())return this;if(this.Ng!==null)return this.Ng;var a;for(a=this.panel;a;){if(a instanceof gn)return this.Ng=a;a=a.panel}return null}},svg:{get:function(){return this.V},set:function(a){this.V=a}},panel:{get:function(){return this.Me}},layer:{get:function(){var a=this.part;return a!==null?a.layer:null}},diagram:{get:function(){var a=this.part;return a!==null?a.diagram:null}},position:{get:function(){return this.pa},set:function(a){var y=a.x,x=a.y,b=this.pa,E=b.x;b=b.y,(E===y||isNaN(E)&&isNaN(y))&&(b===x||isNaN(b)&&isNaN(x))?this.Av():(a=a.copy(),this.zv(a,E,b)&&this.g("position",new It(E,b),a))}},actualBounds:{get:function(){return this.Ib}},scale:{get:function(){return this.Ca},set:function(a){var y=this.Ca;y!==a&&(0>=a&&se("GraphObject.scale for "+this+" must be greater than zero, not: "+a),this.Ca=a,this.v(),this.g("scale",y,a))}},angle:{get:function(){return this.Kb},set:function(a){var y=this.Kb;y!==a&&(a%=360,0>a&&(a+=360),y!==a&&(this.Kb=a,Ky(this),this.v(),this.g("angle",y,a)))}},desiredSize:{get:function(){return this.jd},set:function(a){var y=a.width,x=a.height,b=this.jd,E=b.width,z=b.height;(E===y||isNaN(E)&&isNaN(y))&&(z===x||isNaN(z)&&isNaN(x))||(this.jd=a=a.J(),this.v(),this instanceof In&&this.qc(),this.g("desiredSize",b,a),ur(this)&&(a=this.part,a!==null&&(ji(this,a,"width"),ji(this,a,"height"))))}},width:{get:function(){return this.jd.width},set:function(a){var y=this.jd.width;y===a||isNaN(y)&&isNaN(a)||(y=this.jd,this.jd=a=new Ye(a,this.jd.height).freeze(),this.v(),this instanceof In&&this.qc(),this.g("desiredSize",y,a),ur(this)&&(a=this.part,a!==null&&ji(this,a,"width")))}},height:{get:function(){return this.jd.height},set:function(a){var y=this.jd.height;y===a||isNaN(y)&&isNaN(a)||(y=this.jd,this.jd=a=new Ye(this.jd.width,a).freeze(),this.v(),this instanceof In&&this.qc(),this.g("desiredSize",y,a),ur(this)&&(a=this.part,a!==null&&ji(this,a,"height")))}},minSize:{get:function(){return this.A!==null?this.A.u:Yi},set:function(a){var y=this.minSize;y.D(a)||(a=a.copy(),isNaN(a.width)&&(a.width=0),isNaN(a.height)&&(a.height=0),a.freeze(),Rn(this),this.A.u=a,this.v(),this.g("minSize",y,a))}},maxSize:{get:function(){return this.A!==null?this.A.o:fr},set:function(a){var y=this.maxSize;y.D(a)||(a=a.copy(),isNaN(a.width)&&(a.width=1/0),isNaN(a.height)&&(a.height=1/0),a.freeze(),Rn(this),this.A.o=a,this.v(),this.g("maxSize",y,a))}},measuredBounds:{get:function(){return this.uc}},naturalBounds:{get:function(){return this.dc}},margin:{get:function(){return this.Kg},set:function(a){typeof a=="number"&&(a=new Gn(a));var y=this.Kg;y.D(a)||(this.Kg=a=a.J(),this.v(),this.g("margin",y,a))}},transform:{get:function(){return this.l&2048&&sr(this),this.Ab}},oe:{get:function(){return this.l&4096&&sr(this),this.wh}},animationTriggers:{get:function(){return this.A!==null?this.A.hb:null},set:function(a){this.animationTriggers!==a&&(Rn(this),this.A.hb=a)}},reshapingBehavior:{get:function(){return this.A!==null?this.A.Pf:we},set:function(a){this.reshapingBehavior!==a&&(Rn(this),this.A.Pf=a)}},alignment:{get:function(){return this.Jb},set:function(a){var y=this.Jb;y.D(a)||(a.Mc()&&!a.Xb()&&se("GraphObject.alignment for "+this+" must be a real Spot or Spot.Default, not: "+a),this.Jb=a=a.J(),Hr(this),this.g("alignment",y,a))}},column:{get:function(){return this.Ag},set:function(a){a=Math.round(a);var y=this.Ag;y!==a&&(0>a&&Hn(a,">= 0",Xt,"column"),this.Ag=a,this.v(),this.g("column",y,a),this.svg!==null&&this.svg.remove())}},columnSpan:{get:function(){return this.A!==null?this.A.ob:1},set:function(a){a=Math.round(a);var y=this.columnSpan;y!==a&&(1>a&&Hn(a,">= 1",Xt,"columnSpan"),Rn(this),this.A.ob=a,this.v(),this.g("columnSpan",y,a))}},row:{get:function(){return this.io},set:function(a){a=Math.round(a);var y=this.io;y!==a&&(0>a&&Hn(a,">= 0",Xt,"row"),this.io=a,this.v(),this.g("row",y,a),this.svg!==null&&this.svg.remove())}},rowSpan:{get:function(){return this.A!==null?this.A.Bi:1},set:function(a){a=Math.round(a);var y=this.rowSpan;y!==a&&(1>a&&Hn(a,">= 1",Xt,"rowSpan"),Rn(this),this.A.Bi=a,this.v(),this.g("rowSpan",y,a))}},spanAllocation:{get:function(){return this.A!==null?this.A.Di:null},set:function(a){var y=this.spanAllocation;y!==a&&(Rn(this),this.A.Di=a,this.v(),this.g("spanAllocation",y,a))}},alignmentFocus:{get:function(){return this.sk},set:function(a){var y=this.sk;y.D(a)||(this.sk=a=a.J(),this.v(),this.g("alignmentFocus",y,a))}},portId:{get:function(){return this.Yn},set:function(a){var y=this.Yn;if(y!==a){var x=this.part;x===null||x instanceof Ke||se("Cannot set portID on a Link: "+a),y!==null&&x!==null&&Wv(x,this),this.Yn=a,a!==null&&x!==null&&(x.Te=!0,_1(x,this)),this.g("portId",y,a)}}},toSpot:{get:function(){return this.ba!==null?this.ba.yj:or},set:function(a){var y=this.toSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.yj=a,this.g("toSpot",y,a),ld(this))}},toEndSegmentLength:{get:function(){return this.ba!==null?this.ba.wj:10},set:function(a){var y=this.toEndSegmentLength;y!==a&&(0>a&&Hn(a,">= 0",Xt,"toEndSegmentLength"),this.Xc(),this.ba.wj=a,this.g("toEndSegmentLength",y,a),ld(this))}},toShortLength:{get:function(){return this.ba!==null?this.ba.xj:0},set:function(a){var y=this.toShortLength;y!==a&&(this.Xc(),this.ba.xj=a,this.g("toShortLength",y,a),ld(this))}},toLinkable:{get:function(){return this.ba!==null?this.ba.Tr:null},set:function(a){var y=this.toLinkable;y!==a&&(this.Xc(),this.ba.Tr=a,this.g("toLinkable",y,a))}},toMaxLinks:{get:function(){return this.ba!==null?this.ba.Ur:1/0},set:function(a){var y=this.toMaxLinks;y!==a&&(0>a&&Hn(a,">= 0",Xt,"toMaxLinks"),this.Xc(),this.ba.Ur=a,this.g("toMaxLinks",y,a))}},fromSpot:{get:function(){return this.ba!==null?this.ba.Xi:or},set:function(a){var y=this.fromSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.Xi=a,this.g("fromSpot",y,a),ld(this))}},fromEndSegmentLength:{get:function(){return this.ba!==null?this.ba.Vi:10},set:function(a){var y=this.fromEndSegmentLength;y!==a&&(0>a&&Hn(a,">= 0",Xt,"fromEndSegmentLength"),this.Xc(),this.ba.Vi=a,this.g("fromEndSegmentLength",y,a),ld(this))}},fromShortLength:{get:function(){return this.ba!==null?this.ba.Wi:0},set:function(a){var y=this.fromShortLength;y!==a&&(this.Xc(),this.ba.Wi=a,this.g("fromShortLength",y,a),ld(this))}},fromLinkable:{get:function(){return this.ba!==null?this.ba.hq:null},set:function(a){var y=this.fromLinkable;y!==a&&(this.Xc(),this.ba.hq=a,this.g("fromLinkable",y,a))}},fromMaxLinks:{get:function(){return this.ba!==null?this.ba.iq:1/0},set:function(a){var y=this.fromMaxLinks;y!==a&&(0>a&&Hn(a,">= 0",Xt,"fromMaxLinks"),this.Xc(),this.ba.iq=a,this.g("fromMaxLinks",y,a))}},cursor:{get:function(){return this.A!==null?this.A.j:""},set:function(a){var y=this.cursor;y!==a&&(Rn(this),this.A.j=a,this.g("cursor",y,a))}},click:{get:function(){return this.A!==null?this.A.zh:null},set:function(a){var y=this.click;y!==a&&(Rn(this),this.A.zh=a,this.g("click",y,a))}},doubleClick:{get:function(){return this.A!==null?this.A.Fh:null},set:function(a){var y=this.doubleClick;y!==a&&(Rn(this),this.A.Fh=a,this.g("doubleClick",y,a))}},contextClick:{get:function(){return this.A!==null?this.A.Bh:null},set:function(a){var y=this.contextClick;y!==a&&(Rn(this),this.A.Bh=a,this.g("contextClick",y,a))}},mouseEnter:{get:function(){return this.A!==null?this.A.Mh:null},set:function(a){var y=this.mouseEnter;y!==a&&(Rn(this),this.A.Mh=a,this.g("mouseEnter",y,a))}},mouseLeave:{get:function(){return this.A!==null?this.A.Ph:null},set:function(a){var y=this.mouseLeave;y!==a&&(Rn(this),this.A.Ph=a,this.g("mouseLeave",y,a))}},mouseOver:{get:function(){return this.A!==null?this.A.Qh:null},set:function(a){var y=this.mouseOver;y!==a&&(Rn(this),this.A.Qh=a,this.g("mouseOver",y,a))}},mouseHover:{get:function(){return this.A!==null?this.A.Oh:null},set:function(a){var y=this.mouseHover;y!==a&&(Rn(this),this.A.Oh=a,this.g("mouseHover",y,a))}},mouseHold:{get:function(){return this.A!==null?this.A.Nh:null},set:function(a){var y=this.mouseHold;y!==a&&(Rn(this),this.A.Nh=a,this.g("mouseHold",y,a))}},mouseDragEnter:{get:function(){return this.A!==null?this.A.Of:null},set:function(a){var y=this.mouseDragEnter;y!==a&&(Rn(this),this.A.Of=a,this.g("mouseDragEnter",y,a))}},mouseDragLeave:{get:function(){return this.A!==null?this.A.Xd:null},set:function(a){var y=this.mouseDragLeave;y!==a&&(Rn(this),this.A.Xd=a,this.g("mouseDragLeave",y,a))}},mouseDrop:{get:function(){return this.A!==null?this.A.Lh:null},set:function(a){var y=this.mouseDrop;y!==a&&(Rn(this),this.A.Lh=a,this.g("mouseDrop",y,a))}},actionDown:{get:function(){return this.A!==null?this.A.V:null},set:function(a){var y=this.actionDown;y!==a&&(Rn(this),this.A.V=a,this.g("actionDown",y,a))}},actionMove:{get:function(){return this.A!==null?this.A.ia:null},set:function(a){var y=this.actionMove;y!==a&&(Rn(this),this.A.ia=a,this.g("actionMove",y,a))}},actionUp:{get:function(){return this.A!==null?this.A.Ha:null},set:function(a){var y=this.actionUp;y!==a&&(Rn(this),this.A.Ha=a,this.g("actionUp",y,a))}},actionCancel:{get:function(){return this.A!==null?this.A.F:null},set:function(a){var y=this.actionCancel;y!==a&&(Rn(this),this.A.F=a,this.g("actionCancel",y,a))}},toolTip:{get:function(){return this.A!==null?this.A.$h:null},set:function(a){var y=this.toolTip;y!==a&&(Rn(this),this.A.$h=a,this.g("toolTip",y,a))}},contextMenu:{get:function(){return this.A!==null?this.A.Ch:null},set:function(a){var y=this.contextMenu;y!==a&&(Rn(this),this.A.Ch=a,this.g("contextMenu",y,a))}}}),Xt.prototype.trigger=Xt.prototype.Jv,Xt.prototype.findBindingPanel=Xt.prototype.ih,Xt.prototype.findTemplateBinder=Xt.prototype.pz,Xt.prototype.setProperties=Xt.prototype.nm,Xt.prototype.apply=Xt.prototype.apply,Xt.prototype.attach=Xt.prototype.Du,Xt.prototype.set=Xt.prototype.set,Xt.prototype.isEnabledObject=Xt.prototype.If,Xt.prototype.isVisibleObject=Xt.prototype.Ed,Xt.prototype.isContainedBy=Xt.prototype.rg,Xt.prototype.getNearestIntersectionPoint=Xt.prototype.rs,Xt.prototype.getLocalPoint=Xt.prototype.qs,Xt.prototype.getDocumentScale=Xt.prototype.Df,Xt.prototype.getDocumentAngle=Xt.prototype.li,Xt.prototype.getDocumentBounds=Xt.prototype.mi,Xt.prototype.getDocumentPoint=Xt.prototype.ga,Xt.prototype.intersectsRect=Xt.prototype.Yc,Xt.prototype.containedInRect=Xt.prototype.fh,Xt.prototype.containsRect=Xt.prototype.Re,Xt.prototype.containsPoint=Xt.prototype.ca,Xt.prototype.raiseChanged=Xt.prototype.g,Xt.prototype.raiseChangedEvent=Xt.prototype.cb,Xt.prototype.addCopyProperty=Xt.prototype.Vw;var sg=null;Xt.className="GraphObject",sg=new yn,Th("Button",function(){function a(x,b){return x.diagram.ic(x.documentPoint,function(E){for(;E.panel!==null&&!E.isActionable;)E=E.panel;return E},function(E){return E===b})!==null}var y=$s(Ne,Ne.Auto,{isActionable:!0,enabledChanged:function(x,b){if(x instanceof Ne){var E=x.fb("ButtonBorder");E!==null&&(E.fill=b?x._buttonFillNormal:x._buttonFillDisabled)}},cursor:"pointer",_buttonFillNormal:"#F5F5F5",_buttonStrokeNormal:"#BDBDBD",_buttonFillOver:"#E0E0E0",_buttonStrokeOver:"#9E9E9E",_buttonFillPressed:"#BDBDBD",_buttonStrokePressed:"#9E9E9E",_buttonFillDisabled:"#E5E5E5"},$s(In,{name:"ButtonBorder",figure:"RoundedRectangle",spot1:new vn(0,0,2.76142374915397,2.761423749153969),spot2:new vn(1,1,-2.76142374915397,-2.761423749153969),parameter1:2,parameter2:2,fill:"#F5F5F5",stroke:"#BDBDBD"}));return y.mouseEnter=function(x,b){if(b.If()&&b instanceof Ne&&(x=b.fb("ButtonBorder"),x instanceof In)){var E=b._buttonFillOver;b._buttonFillNormal=x.fill,x.fill=E,E=b._buttonStrokeOver,b._buttonStrokeNormal=x.stroke,x.stroke=E}},y.mouseLeave=function(x,b){b.If()&&b instanceof Ne&&(x=b.fb("ButtonBorder"),x instanceof In&&(x.fill=b._buttonFillNormal,x.stroke=b._buttonStrokeNormal))},y.actionDown=function(x,b){if(b.If()&&b instanceof Ne&&b._buttonFillPressed!==null&&x.button===0){var E=b.fb("ButtonBorder");if(E instanceof In){x=x.diagram;var z=x.skipsUndoManager;x.skipsUndoManager=!0;var tt=b._buttonFillPressed;b._buttonFillOver=E.fill,E.fill=tt,tt=b._buttonStrokePressed,b._buttonStrokeOver=E.stroke,E.stroke=tt,x.skipsUndoManager=z}}},y.actionUp=function(x,b){if(b.If()&&b instanceof Ne&&b._buttonFillPressed!==null&&x.button===0){var E=b.fb("ButtonBorder");if(E instanceof In){var z=x.diagram,tt=z.skipsUndoManager;z.skipsUndoManager=!0,a(x,b)?(E.fill=b._buttonFillOver,E.stroke=b._buttonStrokeOver):(E.fill=b._buttonFillNormal,E.stroke=b._buttonStrokeNormal),z.skipsUndoManager=tt}}},y.actionCancel=function(x,b){if(b.If()&&b instanceof Ne&&b._buttonFillPressed!==null){var E=b.fb("ButtonBorder");if(E instanceof In){var z=x.diagram,tt=z.skipsUndoManager;z.skipsUndoManager=!0,a(x,b)?(E.fill=b._buttonFillOver,E.stroke=b._buttonStrokeOver):(E.fill=b._buttonFillNormal,E.stroke=b._buttonStrokeNormal),z.skipsUndoManager=tt}}},y.actionMove=function(x,b){if(b.If()&&b instanceof Ne&&b._buttonFillPressed!==null){var E=x.diagram;if(E.firstInput.button===0&&(E.currentTool.standardMouseOver(),a(x,b)&&(x=b.fb("ButtonBorder"),x instanceof In))){var z=E.skipsUndoManager;E.skipsUndoManager=!0;var tt=b._buttonFillPressed;x.fill!==tt&&(x.fill=tt),tt=b._buttonStrokePressed,x.stroke!==tt&&(x.stroke=tt),E.skipsUndoManager=z}}},y}),Th("TreeExpanderButton",function(){var a=$s("Button",{_treeExpandedFigure:"MinusLine",_treeCollapsedFigure:"PlusLine"},$s(In,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:Lo},new Po("figure","isTreeExpanded",function(y,x){return x=x.panel,y?x._treeExpandedFigure:x._treeCollapsedFigure}).cp()),{visible:!1},new Po("visible","isTreeLeaf",function(y){return!y}).cp());return a.click=function(y,x){if(x=x.part,x instanceof hi&&(x=x.adornedPart),x instanceof Ke){var b=x.diagram;if(b!==null){if(b=b.commandHandler,x.isTreeExpanded){if(!b.canCollapseTree(x))return}else if(!b.canExpandTree(x))return;y.handled=!0,x.isTreeExpanded?b.collapseTree(x):b.expandTree(x)}}},a}),Th("SubGraphExpanderButton",function(){var a=$s("Button",{_subGraphExpandedFigure:"MinusLine",_subGraphCollapsedFigure:"PlusLine"},$s(In,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:Lo},new Po("figure","isSubGraphExpanded",function(y,x){return x=x.panel,y?x._subGraphExpandedFigure:x._subGraphCollapsedFigure}).cp()));return a.click=function(y,x){if(x=x.part,x instanceof hi&&(x=x.adornedPart),x instanceof En){var b=x.diagram;if(b!==null){if(b=b.commandHandler,x.isSubGraphExpanded){if(!b.canCollapseSubGraph(x))return}else if(!b.canExpandSubGraph(x))return;y.handled=!0,x.isSubGraphExpanded?b.collapseSubGraph(x):b.expandSubGraph(x)}}},a}),Th("ToolTip",function(){return $s(hi,Ne.Auto,{isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new It(0,3),shadowBlur:5},$s(In,{name:"Border",figure:"RoundedRectangle",parameter1:1,parameter2:1,fill:"#F5F5F5",stroke:"#F0F0F0",spot1:new vn(0,0,4,6),spot2:new vn(1,1,-4,-4)}))}),Th("ContextMenu",function(){return $s(hi,Ne.Vertical,{background:"#F5F5F5",isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new It(0,3),shadowBlur:5},new Po("background","",function(a){return a.adornedPart!==null&&a.placeholder!==null?null:"#F5F5F5"}))}),Th("ContextMenuButton",function(){var a=$s("Button");a.stretch=hn;var y=a.fb("ButtonBorder");return y instanceof In&&(y.figure="Rectangle",y.strokeWidth=0,y.spot1=new vn(0,0,2,3),y.spot2=new vn(1,1,-2,-2)),a}),Th("PanelExpanderButton",function(a){var y=am(a,"COLLAPSIBLE"),x=$s("Button",{_buttonExpandedFigure:"M0 0 M0 6 L4 2 8 6 M8 8",_buttonCollapsedFigure:"M0 0 M0 2 L4 6 8 2 M8 8",_buttonFillNormal:"rgba(0, 0, 0, 0)",_buttonStrokeNormal:null,_buttonFillOver:"rgba(0, 0, 0, .2)",_buttonStrokeOver:null,_buttonFillPressed:"rgba(0, 0, 0, .4)",_buttonStrokePressed:null},$s(In,{name:"ButtonIcon",strokeWidth:2},new Po("geometryString","visible",function(b){return b?x._buttonExpandedFigure:x._buttonCollapsedFigure}).cp(y)));return a=x.fb("ButtonBorder"),a instanceof In&&(a.stroke=null,a.fill="rgba(0, 0, 0, 0)"),x.click=function(b,E){var z=E.diagram;if(z!==null&&!z.isReadOnly){var tt=E.ih();tt===null&&(tt=E.part),tt!==null&&(E=tt.fb(y),E!==null&&(b.handled=!0,z.Ea("Collapse/Expand Panel"),E.visible=!E.visible,z.eb("Collapse/Expand Panel")))}},x}),Th("CheckBoxButton",function(a){var y=am(a);return a=$s("Button",{desiredSize:new Ye(14,14)},$s(In,{name:"ButtonIcon",geometryString:"M0 0 M0 8.85 L4.9 13.75 16.2 2.45 M16.2 16.2",strokeWidth:2,stretch:Me,geometryStretch:on,visible:!1},y!==""?new Po("visible",y).Kx():[])),a.click=function(x,b){if(b instanceof Ne){var E=x.diagram;if(!(E===null||E.isReadOnly||y!==""&&E.model.isReadOnly)){x.handled=!0;var z=b.fb("ButtonIcon");E.Ea("checkbox"),z.visible=!z.visible,typeof b._doClick=="function"&&b._doClick(x,b),E.eb("checkbox")}}},a}),Th("CheckBox",function(a){a=am(a),a=$s("CheckBoxButton",a,{name:"Button",isActionable:!1,margin:new Gn(0,1,0,0)});var y=$s(Ne,"Horizontal",a,{isActionable:!0,cursor:a.cursor,margin:new Gn(1),_buttonFillNormal:a._buttonFillNormal,_buttonStrokeNormal:a._buttonStrokeNormal,_buttonFillOver:a._buttonFillOver,_buttonStrokeOver:a._buttonStrokeOver,_buttonFillPressed:a._buttonFillPressed,_buttonStrokePressed:a._buttonStrokePressed,_buttonFillDisabled:a._buttonFillDisabled,mouseEnter:a.mouseEnter,mouseLeave:a.mouseLeave,actionDown:a.actionDown,actionUp:a.actionUp,actionCancel:a.actionCancel,actionMove:a.actionMove,click:a.click,_buttonClick:a.click});return a.mouseEnter=null,a.mouseLeave=null,a.actionDown=null,a.actionUp=null,a.actionCancel=null,a.actionMove=null,a.click=null,y}),Xt.None=we=new he(Xt,"None",0),Xt.Default=Bn=new he(Xt,"Default",0),Xt.Vertical=Sn=new he(Xt,"Vertical",4),Xt.Horizontal=hn=new he(Xt,"Horizontal",5),Xt.Fill=Me=new he(Xt,"Fill",3),Xt.Uniform=on=new he(Xt,"Uniform",1),Xt.UniformToFill=qn=new he(Xt,"UniformToFill",2),Xt.FlipVertical=zn=new he(Xt,"FlipVertical",1),Xt.FlipHorizontal=oi=new he(Xt,"FlipHorizontal",2),Xt.FlipBoth=Pi=new he(Xt,"FlipBoth",3),Xt.make=$s,Xt.getBuilders=function(){var a=new yn,y;for(y in sg)if(y!==y.toLowerCase()){var x=sg.I(y);typeof x=="function"&&a.add(y,x)}return a.freeze(),a},Xt.defineBuilder=Th,Xt.build=function(a,y,x){for(var b=[],E=2;E<arguments.length;++E)b[E-2]=arguments[E];if(E=sg.I(a),typeof E=="function"&&(b=E([a].concat(b)),b instanceof Xt))return y&&b.set(y),b;se('GraphObject.build invoked object builder "'+a+'", but it did not return an Object')},Xt.takeBuilderArgument=am;function nf(){this.nc=!1,this.xa="",this.zp=-1,this.nb=this.wm=this.te=null,this.j="",this.hb=this.Di=this.Hb=this.Ch=this.$h=this.F=this.Ha=this.ia=this.V=this.Lh=this.Xd=this.Of=this.Nh=this.Oh=this.Qh=this.Ph=this.Mh=this.Bh=this.Fh=this.zh=null,this.u=Yi,this.o=fr,this.hg=Bn,this.ob=this.Bi=1,this.Pf=we,this.Pc=this.Ci=this.gd=null,this.Oc="category"}nf.prototype.copy=function(){var a=new nf;return a.xa=this.xa,a.zp=this.zp,a.te=this.te,a.nb=this.nb,a.j=this.j,a.zh=this.zh,a.Fh=this.Fh,a.Bh=this.Bh,a.Mh=this.Mh,a.Ph=this.Ph,a.Qh=this.Qh,a.Oh=this.Oh,a.Nh=this.Nh,a.Of=this.Of,a.Xd=this.Xd,a.Lh=this.Lh,a.V=this.V,a.ia=this.ia,a.Ha=this.Ha,a.F=this.F,a.$h=this.$h,a.Ch=this.Ch,a.Hb=this.Hb,a.Di=this.Di,a.hb=this.hb,a.u=this.u.J(),a.o=this.o.J(),a.hg=this.hg,a.Bi=this.Bi,a.ob=this.ob,a.Pf=this.Pf,a.gd=this.gd,a.Ci=this.Ci,a.Pc=this.Pc,a.Oc=this.Oc,a};function pu(){this.u=-1/0,this.o=0,this.F=er,this.rr=Yr,this.j=this.V="None"}pu.prototype.copy=function(){var a=new pu;return a.u=this.u,a.o=this.o,a.F=this.F.J(),a.rr=this.rr,a.V=this.V,a.j=this.j,a},pu.className="LinkElementSettings";function Dc(){this.yj=this.Xi=cr,this.xj=this.Wi=this.wj=this.Vi=NaN,this.Tr=this.hq=null,this.Ur=this.iq=1/0}Dc.prototype.copy=function(){var a=new Dc;return a.Xi=this.Xi.J(),a.yj=this.yj.J(),a.Vi=this.Vi,a.wj=this.wj,a.Wi=this.Wi,a.xj=this.xj,a.hq=this.hq,a.Tr=this.Tr,a.iq=this.iq,a.Ur=this.Ur,a},Dc.className="LinkSettings";function hd(){this.ha=[1,0,0,1,0,0]}hd.prototype.copy=function(){var a=new hd;return a.ha[0]=this.ha[0],a.ha[1]=this.ha[1],a.ha[2]=this.ha[2],a.ha[3]=this.ha[3],a.ha[4]=this.ha[4],a.ha[5]=this.ha[5],a},hd.prototype.translate=function(a,y){this.ha[4]+=this.ha[0]*a+this.ha[2]*y,this.ha[5]+=this.ha[1]*a+this.ha[3]*y},hd.prototype.scale=function(a,y){this.ha[0]*=a,this.ha[1]*=a,this.ha[2]*=y,this.ha[3]*=y},hd.prototype.rotate=function(a,y,x){if(360<=a?a-=360:0>a&&(a+=360),a!==0){if(this.translate(y,x),a===90){a=0;var b=1}else a===180?(a=-1,b=0):a===270?(a=0,b=-1):(b=a*Math.PI/180,a=Math.cos(b),b=Math.sin(b));var E=this.ha[1]*a+this.ha[3]*b,z=this.ha[0]*-b+this.ha[2]*a,tt=this.ha[1]*-b+this.ha[3]*a;this.ha[0]=this.ha[0]*a+this.ha[2]*b,this.ha[1]=E,this.ha[2]=z,this.ha[3]=tt,this.translate(-y,-x)}},hd.className="STransform";function of(a){this.type=a,this.r2=this.y2=this.x2=this.r1=this.y1=this.x1=0,this.gx=[],this.pattern=null}of.prototype.addColorStop=function(a,y){this.gx.push({offset:a,color:y})},of.className="SGradient";function $a(a,y,x){this.ownerDocument=a=y===void 0?ce.document:y,this.cA="http://www.w3.org/2000/svg",a!==void 0&&(this.Oa=this.Ud("svg",{width:"1px",height:"1px",viewBox:"0 0 1 1"}),this.style.display="block",this.style.letterSpacing="normal",this.style.wordSpacing="normal",this.Oa.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns","http://www.w3.org/2000/svg"),this.Oa.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink")),this.hs=null,this.context=new ws(this,x)}$a.prototype.resize=function(a,y,x,b){return this.width!==a||this.height!==y?(this.width=a,this.height=y,this.style.width=x+"px",this.style.height=b+"px",this.Oa.setAttributeNS(null,"width",x+"px"),this.Oa.setAttributeNS(null,"height",b+"px"),this.Oa.setAttributeNS(null,"viewBox","0 0 "+x+" "+b),this.context.ww.firstElementChild.setAttributeNS(null,"width",x+"px"),this.context.ww.firstElementChild.setAttributeNS(null,"height",b+"px"),!0):!1},$a.prototype.Ud=function(a,y,x){if(a=this.ownerDocument.createElementNS(this.cA,a),je(y))for(var b in y)a.setAttributeNS(b==="href"?"http://www.w3.org/1999/xlink":"",b,y[b]);return x!==void 0&&(a.textContent=x),a},$a.prototype.getBoundingClientRect=function(){return this.Oa.getBoundingClientRect()},$a.prototype.focus=function(){this.Oa.focus()},$a.prototype.mx=function(){this.ownerDocument=null},be.Object.defineProperties($a.prototype,{width:{get:function(){return this.Oa.width.baseVal.value},set:function(a){this.Oa.setAttribute("width",a+"px")}},height:{get:function(){return this.Oa.height.baseVal.value},set:function(a){this.Oa.setAttribute("height",a+"px")}},style:{get:function(){return this.Oa.style}}}),$a.className="SVGSurface";function ws(a,y){this.Gv=a,this.svg=a.Oa,this.stack=[],this.nh=[],this.fillStyle="#000000",this.font="10px sans-serif",this.globalAlpha=1,this.lineCap="butt",this.lineDashOffset=0,this.lineJoin="miter",this.lineWidth=1,this.miterLimit=10,this.shadowBlur=0,this.shadowColor="rgba(0, 0, 0, 0)",this.shadowOffsetY=this.shadowOffsetX=0,this.Il=!1,this.strokeStyle="#000000",this.textAlign="start",this.clipInsteadOfFill=!1,this.Vg=this.Br=this.Ar=0,this.yd=this.ad=null,this.path=[],this.Yl={},this.Ct=!1,this.Yg=null,this.uj=0,this.rb=new hd,this.j=lm(this),this.Nj=lm(this,"gojs-diagram"),this.Hl=this.ti=null;var x=Hs++,b=this.Ud("clipPath",{id:"mainClip"+x});b.appendChild(this.Ud("rect",{x:0,y:0,width:a.width,height:a.height})),this.ww=b,this.svg.appendChild(this.j),this.j.appendChild(this.Nj),this.svg.appendChild(b),this.j.setAttributeNS(null,"clip-path","url(#mainClip"+x+")"),this.eA={},this.isTemporary=!!y,this.filter="",this.bk=null}function Xy(a,y,x,b,E,z,tt){a.Nj===void 0?Oc(a,y,x,b,E,z,tt):a.Nj.setAttribute("transform","matrix("+y+", "+x+", "+b+", "+E+", "+z+", "+tt+")")}xt=ws.prototype,xt.arc=function(a,y,x,b,E,z,tt,ot){var rt=2*Math.PI,at=rt-1e-6,ht=x*Math.cos(b),gt=x*Math.sin(b),mt=a+ht,yt=y+gt,St=z?0:1;b=z?b-E:E-b,(1e-6<Math.abs(tt-mt)||1e-6<Math.abs(ot-yt))&&this.path.push(["L",mt,+yt]),0>b&&(b=b%rt+rt),b>at?(this.path.push(["A",x,x,0,1,St,a-ht,y-gt]),this.path.push(["A",x,x,0,1,St,mt,yt])):1e-6<b&&this.path.push(["A",x,x,0,+(b>=Math.PI),St,a+x*Math.cos(E),y+x*Math.sin(E)])},xt.beginPath=function(){this.path=[],this.Yl={stroke:"none",fill:"none"}},xt.Se=function(a){this.addPath(this.path,this.rb,a||0)},xt.bezierCurveTo=function(a,y,x,b,E,z){this.path.push(["C",a,y,x,b,E,z])},xt.clearRect=function(){},xt.clip=function(){this.Yl.clipPath=!0},xt.closePath=function(){this.path.push(["z"])},xt.createLinearGradient=function(a,y,x,b){var E=new of("linear");return E.x1=a,E.y1=y,E.x2=x,E.y2=b,E},xt.createPattern=function(a){var y="";a instanceof HTMLCanvasElement&&(y=a.toDataURL()),a instanceof HTMLImageElement&&(y=a.getAttribute("src"));var x=this.eA;if(x[y])return"url(#"+x[y]+")";var b="PATTERN"+Hs++,E={x:0,y:0,width:a.width,height:a.height,href:y};return a=this.Ud("pattern",{width:a.width,height:a.height,id:b,patternUnits:"userSpaceOnUse"}),a.appendChild(this.Ud(sd,E)),this.svg.appendChild(a),x[y]=b,"url(#"+b+")"},xt.createRadialGradient=function(a,y,x,b,E,z){var tt=new of("radial");return tt.x1=a,tt.y1=y,tt.r1=x,tt.x2=b,tt.y2=E,tt.r2=z,tt};function Zy(a,y,x,b,E,z,tt,ot,rt){b=ot/b,E=rt/E,z===0&&tt===0||a.rb.translate(z,tt),b===1&&E===1||a.rb.scale(b,E),y===0&&x===0||a.rb.translate(-y,-x)}xt.drawImage=function(a,y,x,b,E,z,tt,ot,rt){var at="";a instanceof HTMLCanvasElement&&(at=a.toDataURL()),a instanceof HTMLImageElement&&(at=a.getAttribute("src"));var ht=a instanceof HTMLImageElement?a.naturalWidth:a.width;a=a instanceof HTMLImageElement?a.naturalHeight:a.height,b===void 0&&(z=y,tt=x,ot=b=ht,rt=E=a),b=b||0,E=E||0,ot=ot||0,rt=rt||0,Zy(this,y,x,b,E,z||0,tt||0,ot,rt),z={x:0,y:0,width:ht||b,height:a||E,href:at},Jt.$(b,ot)&&Jt.$(E,rt)?at.toLowerCase().indexOf(".svg")===-1&&at.toLowerCase().indexOf("data:image/svg")===-1&&(z.preserveAspectRatio="xMidYMid slice"):z.preserveAspectRatio="none",(y!==0||x!==0||b!==ht||E!==a)&&(b+=y,E+=x,z["clip-path"]="path('M "+y+","+x+" L "+b+" "+x+" L "+b+" "+E+" L "+y+" "+E+" z')"),ag(this,sd,z,this.rb),this.addElement(sd,z)},xt.fill=function(a){a&&(this.Yl["fill-rule"]="evenodd"),iv(this,this.Yl)},xt.ng=function(a,y){this.clipInsteadOfFill?this.clip():this.fill(y)},xt.fillRect=function(a,y,x,b){a=[a,y,x,b],a={x:a[0],y:a[1],width:a[2],height:a[3]},ag(this,"fill",a,this.rb),this.addElement("rect",a)},xt.ox=function(a,y,x,b){a={x:a,y,width:x,height:b},ag(this,"fill",a,this.rb),iv(this,a),this.svg.prepend(this.Ud("rect",a))},xt.fillText=function(a,y,x){a=[a,y,x],y=this.textAlign,y==="left"?y="start":y==="right"?y="end":y==="center"&&(y="middle"),y={x:a[1],y:a[2],style:"font: "+this.font,"text-anchor":y},ag(this,"fill",y,this.rb),this.addElement("text",y,a[0])},xt.lineTo=function(a,y){this.path.push(["L",a,y])},xt.moveTo=function(a,y){this.path.push(["M",a,y])},xt.quadraticCurveTo=function(a,y,x,b){this.path.push(["Q",a,y,x,b])},xt.rect=function(a,y,x,b){this.path.push(["M",a,y],["L",a+x,y],["L",a+x,y+b],["L",a,y+b],["z"])},xt.restore=function(){this.rb=this.stack.pop(),this.path=this.stack.pop();var a=this.stack.pop();this.fillStyle=a.fillStyle,this.font=a.font,this.globalAlpha=a.globalAlpha,this.lineCap=a.lineCap,this.lineDashOffset=a.lineDashOffset,this.lineJoin=a.lineJoin,this.lineWidth=a.lineWidth,this.miterLimit=a.miterLimit,this.shadowBlur=a.shadowBlur,this.shadowColor=a.shadowColor,this.shadowOffsetX=a.shadowOffsetX,this.shadowOffsetY=a.shadowOffsetY,this.strokeStyle=a.strokeStyle,this.textAlign=a.textAlign,this.bk=a.bk},xt.save=function(){this.stack.push({fillStyle:this.fillStyle,font:this.font,globalAlpha:this.globalAlpha,lineCap:this.lineCap,lineDashOffset:this.lineDashOffset,lineJoin:this.lineJoin,lineWidth:this.lineWidth,miterLimit:this.miterLimit,shadowBlur:this.shadowBlur,shadowColor:this.shadowColor,shadowOffsetX:this.shadowOffsetX,shadowOffsetY:this.shadowOffsetY,strokeStyle:this.strokeStyle,textAlign:this.textAlign,bk:this.bk});for(var a=[],y=0;y<this.path.length;y++)a.push(this.path[y]);this.stack.push(a),this.stack.push(this.rb.copy())},xt.setTransform=function(a,y,x,b,E,z){a===1&&y===0&&x===0&&b===1&&E===0&&z===0||Oc(this,a,y,x,b,E,z)};function Jy(a){return a=a.rb.ha,"matrix("+a[0]+", "+a[1]+", "+a[2]+", "+a[3]+", "+a[4]+", "+a[5]+")"}xt.scale=function(a,y){this.rb.scale(a,y)},xt.translate=function(a,y){this.rb.translate(a,y)},xt.transform=function(){},xt.yc=function(){},xt.stroke=function(){$y(this,this.Yl)},xt.jk=function(){this.clipInsteadOfFill||this.stroke()},xt.Ud=function(a,y,x){return this.Gv.Ud(a,y,x)},xt.addElement=function(a,y,x){return a=this.Ud(a,y,x),this.yd!==null?this.yd.appendChild(a):this.yd=a,this.ad=a};function ag(a,y,x,b){y==="fill"?iv(a,x):y==="stroke"&&$y(a,x),b!==null&&(a=b.ha,x.transform="matrix("+a[0]+", "+a[1]+", "+a[2]+", "+a[3]+", "+a[4]+", "+a[5]+")")}function iv(a,y){a.fillStyle instanceof of?y.fill=ov(a,a.fillStyle,!0):/^rgba\(/.test(a.fillStyle)?(a=/^\s*rgba\s*\(([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\)\s*$/i.exec(a.fillStyle),y.fill="rgb("+a[1]+","+a[2]+","+a[3]+")",y["fill-opacity"]=a[4]):y.fill=a.fillStyle}function Qy(a,y,x){x=x?"fill":"stroke",a.fillStyle instanceof of?y.setAttributeNS(null,"fill",ov(a,a.fillStyle,!0)):/^rgba\(/.test(a.fillStyle)?(a=/^\s*rgba\s*\(([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\)\s*$/i.exec(a.fillStyle),y.setAttributeNS(null,x,"rgb("+a[1]+","+a[2]+","+a[3]+")"),y.setAttributeNS(null,x+"-opacity",a[4])):y.setAttributeNS(null,x,a.fillStyle)}function $y(a,y){if(a.strokeStyle instanceof of)y.stroke=ov(a,a.strokeStyle,!1);else if(/^rgba\(/.test(a.strokeStyle)){var x=/^\s*rgba\s*\(([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\)\s*$/i.exec(a.strokeStyle);y.stroke="rgb("+x[1]+","+x[2]+","+x[3]+")",y["stroke-opacity"]=x[4]}else y.stroke=a.strokeStyle;y["stroke-width"]=a.lineWidth,y["stroke-linecap"]=a.lineCap,y["stroke-linejoin"]=a.lineJoin,y["stroke-miterlimit"]=a.miterLimit,a.Ct&&(y["stroke-dasharray"]=a.Yg.toString(),y["stroke-dashoffset"]=a.uj)}function ov(a,y,x){var b="";if(b=a.Hl!==null?a.Hl.getAttribute(x?"fill":"stroke"):null,b!==null&&b.indexOf("GRAD")!==-1?(b=b.split("#")[1].slice(0,-1),x=a.svg.getElementById(b),x!==null&&x.remove()):b="GRAD"+Hs++,y.type==="linear")x=a.Ud("linearGradient",{x1:y.x1,x2:y.x2,y1:y.y1,y2:y.y2,id:b,gradientUnits:"userSpaceOnUse"});else if(y.type==="radial")x=a.Ud("radialGradient",{x1:y.x1,x2:y.x2,y1:y.y1,y2:y.y2,r1:y.r1,r2:y.r2,id:b});else throw Error("invalid gradient");var E=y.gx;y=E.length;for(var z=[],tt=0;tt<y;tt++){var ot=E[tt],rt=ot.color;ot={offset:ot.offset,"stop-color":rt},/^rgba\(/.test(rt)&&(rt=/^\s*rgba\s*\(([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\)\s*$/i.exec(rt),ot["stop-color"]="rgb("+rt[1]+","+rt[2]+","+rt[3]+")",ot["stop-opacity"]=rt[4]),z.push(ot)}for(z.sort(function(at,ht){return at.offset>ht.offset?1:-1}),E=0;E<y;E++)x.appendChild(a.Ud("stop",z[E]));return a.svg.appendChild(x),"url(#"+b+")"}xt.addPath=function(a,y,x){for(var b=[],E=0;E<a.length;E++){var z=io(a[E]),tt=[z.shift()];if(tt[0]==="A")tt.push(z.shift()+","+z.shift(),z.shift(),z.shift()+","+z.shift(),z.shift()+","+z.shift());else for(;z.length;)tt.push(z.shift()+","+z.shift());b.push(tt.join(" "))}if(b=b.join(" "),a=this.Yl,a.clipPath)0<this.nh.length&&this.nh[this.nh.length-1].setAttributeNS(null,"clip-path",'path("'+b+'")');else if(a.d=b,ag(this,"",a,y),this.Hl!==null)if(y=this.Hl,y.nodeName!=="g")for(var ot in a)ot!=="transform"&&y.setAttributeNS(null,ot,a[ot]);else{ot=y.getElementsByTagName("path");for(var rt in a)rt!=="transform"&&ot[x].setAttributeNS(null,rt,a[rt])}else this.addElement("path",a)};function Oc(a,y,x,b,E,z,tt){var ot=new hd;ot.ha=[y,x,b,E,z,tt],y={},ag(a,"g",y,ot),ot=a.addElement("g",y),a.nh.push(ot)}function lm(a,y){var x={};return y&&(x.class=y),y=a.addElement("g",x),a.nh.push(y),y}xt.Ev=function(a,y,x){this.Ar=a,this.Br=y,this.Vg=x};function yl(a){a.Il=!1,a.shadowOffsetX=0,a.shadowOffsetY=0,a.shadowBlur=0}function _l(a){a.Il=!0,a.shadowOffsetX=a.Ar,a.shadowOffsetY=a.Br,a.shadowBlur=a.Vg}xt.js=function(a,y){this.Ct=!0,this.Yg=a,this.uj=y},xt.fs=function(){this.Ct=!1},xt.Vc=function(){},xt.Wx=function(){},ws.prototype.rotate=function(a){this.rb.rotate(57.2958*a,0,0)},ws.prototype.getImageData=function(){return null},ws.prototype.measureText=function(){return null};function hm(a,y){y=y.getAttribute("fill"),y!==null&&(y=y.split("#"),y.length!==1&&(y=a.svg.getElementById(y[1].slice(0,-1)),y!==null&&a.svg.innerHTML.match(new RegExp(y.id,"g")).length===1&&y.remove()))}ws.prototype.Hs=function(a){a.svg!==null&&a.svg.parentNode===this.Nj&&a.svg.remove()},ws.className="SVGContext",ne.prototype.Cs=function(a){this.pj.contains("SVG")||this.bs("SVG",new $a(this,ce.document));var y=new $a(this,ce.document,!0);a===void 0&&(a=new Vn);var x=this;return Jd(this,function(b,E){return b=im(x,b,"SVG",y),b=b!==null?b.svg:null,typeof E=="function"?(E(b),null):b},a)},ne.prototype.makeSvg=ne.prototype.Cs,ne.prototype.av=function(a){return this.Cs(a)},ne.prototype.makeSVG=ne.prototype.av;function ua(a,y,x,b){this.ownerDocument=y=y===void 0?ce.document:y,this.hs=null,y=y.createElement("canvas"),y.tabIndex=0,this.Oa=y,this.context=new ud(y,x,b),y.H=a}ua.prototype.resize=function(a,y,x,b){return this.width!==a||this.height!==y?(this.width=a,this.height=y,this.style.width=x+"px",this.style.height=b+"px",!0):!1},ua.prototype.toDataURL=function(a,y){return this.Oa.toDataURL(a,y)},ua.prototype.getBoundingClientRect=function(){return this.Oa.getBoundingClientRect()},ua.prototype.focus=function(){this.Oa.focus()},ua.prototype.mx=function(){this.ownerDocument=this.Oa.H=null},be.Object.defineProperties(ua.prototype,{width:{get:function(){return this.Oa.width},set:function(a){this.Oa.width=a}},height:{get:function(){return this.Oa.height},set:function(a){this.Oa.height=a}},style:{get:function(){return this.Oa.style}}}),ua.className="CanvasSurface";function ud(a,y,x){this.Z=a.getContext?a.getContext("2d",y):null,this.Z===null&&se("Browser does not support HTML Canvas Element"),this.ct=this.et=this.dt="",this.Hm=!1,this.Vg=this.Br=this.Ar=0,this.Il=!1,this.El=new Wn,this.isTemporary=!!x}xt=ud.prototype,xt.Wx=function(a){this.Z.imageSmoothingEnabled=a},xt.arc=function(a,y,x,b,E,z){this.Z.arc(a,y,x,b,E,z)},xt.beginPath=function(){this.Z.beginPath()},xt.Se=function(){},xt.bezierCurveTo=function(a,y,x,b,E,z){this.Z.bezierCurveTo(a,y,x,b,E,z)},xt.clearRect=function(a,y,x,b){this.yc(),this.Z.clearRect(a,y,x,b)},xt.clip=function(){this.Z.clip()},xt.closePath=function(){this.Z.closePath()},xt.createLinearGradient=function(a,y,x,b){return this.Z.createLinearGradient(a,y,x,b)},xt.createPattern=function(a,y){return this.Z.createPattern(a,y)},xt.createRadialGradient=function(a,y,x,b,E,z){return this.Z.createRadialGradient(a,y,x,b,E,z)},xt.drawImage=function(a,y,x,b,E,z,tt,ot,rt){b===void 0?this.Z.drawImage(a,y,x):this.Z.drawImage(a,y,x,b,E,z,tt,ot,rt)},xt.fill=function(a){this.Z.fill(a?"evenodd":"nonzero")},xt.fillRect=function(a,y,x,b){this.Z.fillRect(a,y,x,b)},xt.ox=function(a,y,x,b){this.Z.fillRect(a,y,x,b)},xt.fillText=function(a,y,x){this.Z.fillText(a,y,x)},xt.getImageData=function(a,y,x,b){return this.Z.getImageData(a,y,x,b)},xt.lineTo=function(a,y){this.Z.lineTo(a,y)},xt.measureText=function(a){return this.Z.measureText(a)},xt.moveTo=function(a,y){this.Z.moveTo(a,y)},xt.quadraticCurveTo=function(a,y,x,b){this.Z.quadraticCurveTo(a,y,x,b)},xt.rect=function(a,y,x,b){this.Z.rect(a,y,x,b)},xt.restore=function(){this.Z.restore()},xt.save=function(){this.yc(),this.Z.save()},ud.prototype.rotate=function(a){this.El.rotate(57.2958*a,0,0)},xt=ud.prototype,xt.setTransform=function(a,y,x,b,E,z){this.El.setTransform(a,y,x,b,E,z)},xt.scale=function(a,y){this.El.scale(a,y)},xt.translate=function(a,y){this.El.translate(a,y)},xt.stroke=function(){this.Z.stroke()},xt.transform=function(a,y,x,b,E,z){if(a!==1||y!==0||x!==0||b!==1||E!==0||z!==0){var tt=this.El,ot=tt.m11*a+tt.m21*y;a=tt.m12*a+tt.m22*y,y=tt.m11*x+tt.m21*b,x=tt.m12*x+tt.m22*b,tt.dx=tt.m11*E+tt.m21*z+tt.dx,tt.dy=tt.m12*E+tt.m22*z+tt.dy,tt.m11=ot,tt.m12=a,tt.m21=y,tt.m22=x}},xt.yc=function(){var a=this.El;this.Z.setTransform(a.m11,a.m12,a.m21,a.m22,a.dx,a.dy)},xt.ng=function(a,y){if(a instanceof vi&&a.type===qs){var x=a.yk;a=a.ft,a>x?(this.scale(x/a,1),this.translate((a-x)/2,0)):x>a&&(this.scale(1,a/x),this.translate(0,(x-a)/2)),this.Hm?this.clip():this.fill(y),a>x?(this.translate(-(a-x)/2,0),this.scale(1/(x/a),1)):x>a&&(this.translate(0,-(x-a)/2),this.scale(1,1/(a/x)))}else this.Hm?this.clip():this.fill(y)},xt.jk=function(){this.Hm||this.stroke()},xt.Ev=function(a,y,x){this.Ar=a,this.Br=y,this.Vg=x},xt.js=function(a,y){var x=this.Z;x.setLineDash!==void 0&&(x.setLineDash(a),x.lineDashOffset=y)},xt.fs=function(){var a=this.Z;a.setLineDash!==void 0&&(a.setLineDash(mx),a.lineDashOffset=0)},xt.Vc=function(a){a&&(this.dt=""),this.ct=this.et=""},xt.Hs=function(){},be.Object.defineProperties(ud.prototype,{fillStyle:{get:function(){return this.Z.fillStyle},set:function(a){this.ct!==a&&(this.ct=this.Z.fillStyle=a)}},font:{get:function(){return this.Z.font},set:function(a){this.dt!==a&&(this.dt=this.Z.font=a)}},globalAlpha:{get:function(){return this.Z.globalAlpha},set:function(a){this.Z.globalAlpha=a}},lineCap:{get:function(){return this.Z.lineCap},set:function(a){this.Z.lineCap=a}},lineDashOffset:{get:function(){return this.Z.lineDashOffset},set:function(a){this.Z.lineDashOffset=a}},lineJoin:{get:function(){return this.Z.lineJoin},set:function(a){this.Z.lineJoin=a}},lineWidth:{get:function(){return this.Z.lineWidth},set:function(a){this.Z.lineWidth=a}},miterLimit:{get:function(){return this.Z.miterLimit},set:function(a){this.Z.miterLimit=a}},shadowBlur:{get:function(){return this.Z.shadowBlur},set:function(a){this.Z.shadowBlur=a}},shadowColor:{get:function(){return this.Z.shadowColor},set:function(a){this.Z.shadowColor=a}},shadowOffsetX:{get:function(){return this.Z.shadowOffsetX},set:function(a){this.Z.shadowOffsetX=a}},shadowOffsetY:{get:function(){return this.Z.shadowOffsetY},set:function(a){this.Z.shadowOffsetY=a}},strokeStyle:{get:function(){return this.Z.strokeStyle},set:function(a){this.et!==a&&(this.et=this.Z.strokeStyle=a)}},textAlign:{get:function(){return this.Z.textAlign},set:function(a){this.Z.textAlign=a}},imageSmoothingEnabled:{get:function(){return this.Z.imageSmoothingEnabled},set:function(a){this.Z.imageSmoothingEnabled=a}},filter:{get:function(){return this.Z.filter},set:function(a){this.Z.filter=a===""?"none":a}},clipInsteadOfFill:{get:function(){return this.Hm},set:function(a){this.Hm=a}}});var mx=Object.freeze([]);ud.className="CanvasSurfaceContext";function Ic(){this.F=this.o=this.u=this.j=0}Ic.className="ColorNumbers";function vi(a,y){dg||(uv(),dg=!0),qi(this),this._isFrozen=!1,a===void 0?(this.na=Nh,this.xk="black"):typeof a=="string"?(this.na=Nh,this.xk=a):(this.na=a,this.xk="black"),a=this.na,a===Xl?(this.Qd=_a,this.Lk=Vs):this.Lk=a===qs?this.Qd=mi:this.Qd=or,this.Gr=0,this.Xp=NaN,this.xe=this.cr=this.we=null,this.ft=this.yk=0,y&&Object.assign(this,y)}vi.prototype.copy=function(){var a=new vi;return a.na=this.na,a.xk=this.xk,a.Qd=this.Qd.J(),a.Lk=this.Lk.J(),a.Gr=this.Gr,a.Xp=this.Xp,this.we!==null&&(a.we=this.we.copy()),a.cr=this.cr,a},xt=vi.prototype,xt.freeze=function(){return this._isFrozen=!0,this.we!==null&&this.we.freeze(),this},xt.ka=function(){return Object.isFrozen(this)&&se("cannot thaw constant: "+this),this._isFrozen=!1,this.we!==null&&this.we.ka(),this},xt.qb=function(a){a.classType===vi&&(this.type=a)},xt.toString=function(){var a="Brush(";if(this.type===Nh)a+=this.color;else if(a=this.type===Xl?a+"Linear ":this.type===qs?a+"Radial ":this.type===fg?a+"Pattern ":a+"(unknown) ",a+=this.start+" "+this.end,this.colorStops!==null)for(var y=this.colorStops.iterator;y.next();)a+=" "+y.key+":"+y.value;return a+")"},xt.addColorStop=function(a,y){return this._isFrozen&&Cn(this),(typeof a!="number"||!isFinite(a)||1<a||0>a)&&Hn(a,"0 <= loc <= 1",vi,"addColorStop:loc"),this.we===null&&(this.we=new yn),this.we.add(a,y),this.na===Nh&&(this.type=Xl),this.xe=null,this},xt.Vz=function(a,y){if(this._isFrozen&&Cn(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?gg:y,this.type===Nh)Kl(this.color),this.color=hg(a,y);else if((this.type===Xl||this.type===qs)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)Kl(x.value),this.addColorStop(x.key,hg(a,y));return this};function qy(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?gg:x,Kl(a),hg(y,x)}xt.Wy=function(a,y){if(this._isFrozen&&Cn(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?gg:y,this.type===Nh)Kl(this.color),this.color=hg(-a,y);else if((this.type===Xl||this.type===qs)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)Kl(x.value),this.addColorStop(x.key,hg(-a,y));return this};function t1(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?gg:x,Kl(a),hg(-y,x)}function rv(a,y,x){Kl(a),a=Ai.j;var b=Ai.u,E=Ai.o,z=Ai.F;return Kl(y),x===void 0&&(x=.5),"rgba("+Math.round((Ai.j-a)*x+a)+", "+Math.round((Ai.u-b)*x+b)+", "+Math.round((Ai.o-E)*x+E)+", "+Math.round((Ai.F-z)*x+z)+")"}xt.Gx=function(){if(this.type===Nh)return lg(this.color);if((this.type===Xl||this.type===qs)&&this.colorStops!==null){var a=this.colorStops;if(this.type===qs)return lg(a.first().value);if(a.get(.5)!==null)return lg(a.get(.5));if(a.count===2)return a=a.Fa(),lg(rv(a[0].value,a[1].value));for(var y=a.iterator,x=-1,b=-1,E=1,z=1;y.next();){var tt=y.key,ot=Math.abs(.5-y.key);E>z&&ot<E?(x=tt,E=ot):z>=E&&ot<z&&(b=tt,z=ot)}return x>b&&(z=x,x=b,b=z,z=E),E=b-x,lg(rv(a.get(x),a.get(b),1-z/E))}return!1};function lg(a){return a?a instanceof vi?a.Gx():(Kl(a),128>(299*Ai.j+587*Ai.u+114*Ai.o)/1e3):!1}function hg(a,y){switch(y){case gg:y=100*av(Ai.j);var x=100*av(Ai.u),b=100*av(Ai.o);return Vr.j=.4124564*y+.3575761*x+.1804375*b,Vr.u=.2126729*y+.7151522*x+.072175*b,Vr.o=.0193339*y+.119192*x+.9503041*b,Vr.F=Ai.F,y=hv(Vr.j/ug[0]),x=hv(Vr.u/ug[1]),b=hv(Vr.o/ug[2]),Sl.j=116*x-16,Sl.u=500*(y-x),Sl.o=200*(x-b),Sl.F=Vr.F,Sl.j=Math.min(100,Math.max(0,Sl.j+100*a)),a=(Sl.j+16)/116,y=a-Sl.o/200,Vr.j=ug[0]*e1(Sl.u/500+a),Vr.u=ug[1]*(Sl.j>um*dv?Math.pow(a,3):Sl.j/um),Vr.o=ug[2]*e1(y),Vr.F=Sl.F,a=-.969266*Vr.j+1.8760108*Vr.u+.041556*Vr.o,y=.0556434*Vr.j+-.2040259*Vr.u+1.0572252*Vr.o,Ai.j=255*lv((3.2404542*Vr.j+-1.5371385*Vr.u+-.4985314*Vr.o)/100),Ai.u=255*lv(a/100),Ai.o=255*lv(y/100),Ai.F=Vr.F,Ai.j=Math.round(Ai.j),255<Ai.j?Ai.j=255:0>Ai.j&&(Ai.j=0),Ai.u=Math.round(Ai.u),255<Ai.u?Ai.u=255:0>Ai.u&&(Ai.u=0),Ai.o=Math.round(Ai.o),255<Ai.o?Ai.o=255:0>Ai.o&&(Ai.o=0),"rgba("+Ai.j+", "+Ai.u+", "+Ai.o+", "+Ai.F+")";case n1:return sv(),js.o=Math.min(100,Math.max(0,js.o+100*a)),"hsla("+js.j+", "+js.u+"%, "+js.o+"%, "+js.F+")";default:se("Unknown color space: "+y)}}function Kl(a){dg||(uv(),dg=!0);var y=fv;if(y!==null){y.clearRect(0,0,1,1),y.fillStyle="#000000";var x=y.fillStyle;y.fillStyle=a,y.fillStyle!==x?(y.fillRect(0,0,1,1),a=y.getImageData(0,0,1,1).data,Ai.j=a[0],Ai.u=a[1],Ai.o=a[2],Ai.F=a[3]/255):(y.fillStyle="#FFFFFF",y.fillStyle=a,Ai.j=0,Ai.u=0,Ai.o=0,Ai.F=1)}}function sv(){var a=Ai.j/255,y=Ai.u/255,x=Ai.o/255,b=Math.max(a,y,x),E=Math.min(a,y,x),z=b-E;if(E=(b+E)/2,z===0)var tt=a=0;else{switch(b){case a:tt=(y-x)/z%6;break;case y:tt=(x-a)/z+2;break;case x:tt=(a-y)/z+4}tt*=60,0>tt&&(tt+=360),a=z/(1-Math.abs(2*E-1))}js.j=Math.round(tt),js.u=Math.round(100*a),js.o=Math.round(100*E),js.F=Ai.F}function av(a){return a/=255,.04045>=a?a/12.92:Math.pow((a+.055)/1.055,2.4)}function lv(a){return .0031308>=a?12.92*a:1.055*Math.pow(a,1/2.4)-.055}function hv(a){return a>dv?Math.pow(a,1/3):(um*a+16)/116}function e1(a){var y=a*a*a;return y>dv?y:(116*a-16)/um}function rf(a,y){typeof a!="string"&&(a instanceof vi||se("Value for "+y+" must be a color string or a Brush, not "+a))}function uv(){fv=to?new ua(null,void 0,{willReadFrequently:!0}).context:null}be.Object.defineProperties(vi.prototype,{type:{get:function(){return this.na},set:function(a){this._isFrozen&&Cn(this,a),this.na=a,this.start.Mc()&&(a===Xl?this.start=_a:a===qs&&(this.start=mi)),this.end.Mc()&&(a===Xl?this.end=Vs:a===qs&&(this.end=mi)),this.xe=null}},color:{get:function(){return this.xk},set:function(a){this._isFrozen&&Cn(this,a),this.xk=a,this.xe=null}},start:{get:function(){return this.Qd},set:function(a){this._isFrozen&&Cn(this,a),this.Qd=a.J(),this.xe=null}},end:{get:function(){return this.Lk},set:function(a){this._isFrozen&&Cn(this,a),this.Lk=a.J(),this.xe=null}},startRadius:{get:function(){return this.Gr},set:function(a){this._isFrozen&&Cn(this,a),0>a&&Hn(a,">= zero",vi,"startRadius"),this.Gr=a,this.xe=null}},endRadius:{get:function(){return this.Xp},set:function(a){this._isFrozen&&Cn(this,a),0>a&&Hn(a,">= zero",vi,"endRadius"),this.Xp=a,this.xe=null}},colorStops:{get:function(){return this.we},set:function(a){this._isFrozen&&Cn(this,a),this.we=a,this.xe=null}},pattern:{get:function(){return this.cr},set:function(a){this._isFrozen&&Cn(this,a),this.cr=a,this.xe=null}}}),vi.prototype.isDark=vi.prototype.Gx,vi.prototype.darkenBy=vi.prototype.Wy,vi.prototype.lightenBy=vi.prototype.Vz,vi.prototype.addColorStop=vi.prototype.addColorStop;var dv=216/24389,um=24389/27,ug=[95.047,100,108.883],fv=null,Ai=new Ic,js=new Ic,Vr=new Ic,Sl=new Ic,dg=!1;vi.className="Brush";var Nh;vi.Solid=Nh=new he(vi,"Solid",0);var Xl;vi.Linear=Xl=new he(vi,"Linear",1);var qs;vi.Radial=qs=new he(vi,"Radial",2);var fg;vi.Pattern=fg=new he(vi,"Pattern",4);var gg;vi.Lab=gg=new he(vi,"Lab",5);var n1;vi.HSL=n1=new he(vi,"HSL",6),vi.randomColor=function(a,y){a===void 0&&(a=128),y===void 0&&(y=Math.max(a,255));var x=Math.abs(y-a);y=Math.floor(a+Math.random()*x).toString(16);var b=Math.floor(a+Math.random()*x).toString(16);return a=Math.floor(a+Math.random()*x).toString(16),2>y.length&&(y="0"+y),2>b.length&&(b="0"+b),2>a.length&&(a="0"+a),"#"+y+b+a},vi.isValidColor=function(a){if(a==="black")return!0;if(a==="")return!1;dg||(uv(),dg=!0);var y=fv;if(y===null)return!0;y.fillStyle="#000000";var x=y.fillStyle;return y.fillStyle=a,y.fillStyle!==x?!0:(y.fillStyle="#FFFFFF",x=y.fillStyle,y.fillStyle=a,y.fillStyle!==x)},vi.lighten=function(a){return qy(a)},vi.lightenBy=qy,vi.darken=function(a){return t1(a)},vi.darkenBy=t1,vi.mix=rv,vi.isDark=lg;function Bo(){this.xa="Base"}Bo.prototype.measure=function(){},Bo.prototype.Yz=function(a,y,x,b,E){a.measure(y,x,b,E)},Bo.prototype.arrange=function(){},Bo.prototype.Ly=function(a,y,x,b,E,z){a.arrange(y,x,b,E,z)},Bo.prototype.iA=function(a){a.Uj()},Bo.prototype.gc=function(){},be.Object.defineProperties(Bo.prototype,{name:{get:function(){return this.xa},set:function(a){this.xa=a}},classType:{get:function(){return Ne}}}),Bo.prototype.remeasureObject=Bo.prototype.iA,Bo.prototype.arrangeElement=Bo.prototype.Ly,Bo.prototype.measureElement=Bo.prototype.Yz,Bo.className="PanelLayout";function dm(){this.xa="Base"}re(dm,Bo),dm.prototype.measure=function(a,y,x,b,E,z,tt){var ot=b.length;a=Zl(a);for(var rt=0;rt<ot;rt++){var at=b[rt];if(at.visible||at===a){var ht=at.margin,gt=ht.right+ht.left;ht=ht.top+ht.bottom,at.measure(y,x,z,tt);var mt=at.measuredBounds;gt=Math.max(mt.width+gt,0),ht=Math.max(mt.height+ht,0),mt=at.position.x;var yt=at.position.y;isFinite(mt)||(mt=0),isFinite(yt)||(yt=0),at instanceof In&&at.isGeometryPositioned&&(at=at.strokeWidth/2,mt-=at,yt-=at),eo(E,mt,yt,gt,ht)}}},dm.prototype.arrange=function(a,y,x){var b=y.length,E=a.padding;for(a=x.x-E.left,x=x.y-E.top,E=0;E<b;E++){var z=y[E],tt=z.measuredBounds,ot=z.margin,rt=z.position.x,at=z.position.y;if(rt=isNaN(rt)?-a:rt-a,at=isNaN(at)?-x:at-x,z instanceof In&&z.isGeometryPositioned){var ht=z.strokeWidth/2;rt-=ht,at-=ht}z.visible&&z.arrange(rt+ot.left,at+ot.top,tt.width,tt.height)}};function fm(){this.xa="Base"}re(fm,Bo),fm.prototype.measure=function(a,y,x,b,E,z,tt){var ot=b.length;y=Dn(),z=Zl(a);for(var rt=0;rt<ot;rt++){var at=b[rt];if(at.visible||at===z){var ht=ns(at,!1);if(ht!==we&&ht!==hn)y.push(at);else{at.measure(1/0,x,0,tt),ht=at.margin,at=at.measuredBounds;var gt=Math.max(at.height+ht.top+ht.bottom,0);E.width+=Math.max(at.width+ht.right+ht.left,0),E.height=Math.max(E.height,gt)}}}for(b=y.length,a.desiredSize.height?x=Math.min(a.desiredSize.height,a.maxSize.height):E.height!==0&&(x=Math.min(E.height,a.maxSize.height)),a=0;a<b;a++)rt=y[a],(rt.visible||rt===z)&&(ht=rt.margin,ot=ht.right+ht.left,ht=ht.top+ht.bottom,rt.measure(1/0,x,0,tt),rt=rt.measuredBounds,ht=Math.max(rt.height+ht,0),E.width+=Math.max(rt.width+ot,0),E.height=Math.max(E.height,ht));Tn(y)},fm.prototype.arrange=function(a,y,x){for(var b=y.length,E=a.padding,z=E.top,tt=a.isOpposite,ot=tt?x.width:E.left,rt=0;rt<b;rt++){var at=z,ht=y[rt];if(ht.visible){var gt=ht.measuredBounds,mt=ht.margin,yt=mt.top+mt.bottom,St=z+E.bottom,Lt=gt.height,Bt=ns(ht,!1);(isNaN(ht.desiredSize.height)&&Bt===Me||Bt===Sn)&&(Lt=Math.max(x.height-yt-St,0)),yt=Lt+yt+St,St=ht.alignment,St.Xb()&&(St=a.defaultAlignment),St.sb()||(St=mi),tt&&(ot-=gt.width+mt.left+mt.right),ht.arrange(ot+St.offsetX+mt.left,at+St.offsetY+mt.top+(x.height*St.y-yt*St.y),gt.width,Lt),tt||(ot+=gt.width+mt.left+mt.right)}}};function gm(){this.xa="Base"}re(gm,Bo),gm.prototype.measure=function(a,y,x,b,E,z){var tt=b.length;x=Dn();for(var ot=Zl(a),rt=0;rt<tt;rt++){var at=b[rt];if(at.visible||at===ot){var ht=ns(at,!1);if(ht!==we&&ht!==Sn)x.push(at);else{var gt=at.margin;ht=gt.right+gt.left,gt=gt.top+gt.bottom,at.measure(y,1/0,z,0),at=at.measuredBounds,ms(E,Math.max(E.width,Math.max(at.width+ht,0)),E.height+Math.max(at.height+gt,0))}}}if(b=x.length,b!==0){for(a.desiredSize.width?y=Math.min(a.desiredSize.width,a.maxSize.width):E.width!==0&&(y=Math.min(E.width,a.maxSize.width)),a=0;a<b;a++)rt=x[a],(rt.visible||rt===ot)&&(at=rt.margin,tt=at.right+at.left,at=at.top+at.bottom,rt.measure(y,1/0,z,0),rt=rt.measuredBounds,at=Math.max(rt.height+at,0),E.width=Math.max(E.width,Math.max(rt.width+tt,0)),E.height+=at);Tn(x)}},gm.prototype.arrange=function(a,y,x){for(var b=y.length,E=a.padding,z=E.left,tt=a.isOpposite,ot=tt?x.height:E.top,rt=0;rt<b;rt++){var at=z,ht=y[rt];if(ht.visible){var gt=ht.measuredBounds,mt=ht.margin,yt=mt.left+mt.right,St=z+E.right,Lt=gt.width,Bt=ns(ht,!1);(isNaN(ht.desiredSize.width)&&Bt===Me||Bt===hn)&&(Lt=Math.max(x.width-yt-St,0)),yt=Lt+yt+St,St=ht.alignment,St.Xb()&&(St=a.defaultAlignment),St.sb()||(St=mi),tt&&(ot-=gt.height+mt.bottom+mt.top),ht.arrange(at+St.offsetX+mt.left+(x.width*St.x-yt*St.x),ot+St.offsetY+mt.top,Lt,gt.height),tt||(ot+=gt.height+mt.bottom+mt.top)}}};function cm(){this.xa="Base"}re(cm,Bo),cm.prototype.measure=function(a,y,x,b,E,z,tt){var ot=b.length,rt=a.Pb(),at=rt.margin,ht=at.right+at.left,gt=at.top+at.bottom;rt.measure(y,x,z,tt);var mt=rt.measuredBounds;z=mt.width,tt=mt.height;var yt=Math.max(z+ht,0),St=Math.max(tt+gt,0),Lt=a.isClipping,Bt=ge.allocAt(-at.left,-at.top,yt,St),Ft=ge.allocAt(0,0,z,tt);gv(rt,Ft,!0),z=Ft.width,tt=Ft.height;for(var zt=!0,Ht=Zl(a),Vt=0;Vt<ot;Vt++){var _t=b[Vt];mt=y;var ee=x;if(_t!==rt&&(_t.visible||_t===Ht)){at=_t.margin;var Ve=at.left,tn=at.top;switch(yt=at.right+at.left,St=at.top+at.bottom,at=ns(_t,!1),at){case Me:mt=z,ee=tt,tn=Ve=St=yt=0;break;case hn:mt=z,Ve=yt=0;break;case Sn:ee=tt,tn=St=0}_t.measure(mt,ee,0,0),mt=_t.measuredBounds,yt=Math.max(mt.width+yt,0),St=Math.max(mt.height+St,0),at=_t.alignment,at.Xb()&&(at=a.defaultAlignment),at.sb()||(at=mi);var Qe=_t.alignmentFocus;if(Qe.Xb()&&(Qe=mi),ee=null,_t instanceof Ne&&_t.$e!==""&&(ee=_t.fb(_t.$e),ee===_t&&(ee=null)),Ve=Ft.x-Ve,tn=Ft.y-tn,ee!==null){for(_t.arrange(0,0,mt.width,mt.height),mt=ee.actualBounds,mt=It.allocAt(mt.x+(Qe.x*mt.width-Qe.offsetX),mt.y+(Qe.y*mt.height-Qe.offsetY)),ee=ee.panel;ee!==_t;)ee.transform.Ga(mt),ee=ee.panel;Ve+=at.x*z+at.offsetX-mt.x,tn+=at.y*tt+at.offsetY-mt.y,It.free(mt)}else Ve+=at.x*z+at.offsetX-(Qe.x*mt.width+Qe.offsetX),tn+=at.y*tt+at.offsetY-(Qe.y*mt.height+Qe.offsetY);zt?(zt=!1,E.h(Ve,tn,yt,St)):eo(E,Ve,tn,yt,St)}}switch(zt?E.assign(Bt):Lt?E.Uu(Ft.x,Ft.y,Ft.width,Ft.height):eo(E,Bt.x,Bt.y,Bt.width,Bt.height),ge.free(Bt),ge.free(Ft),at=rt.stretch,at===Bn&&(at=ns(rt,!1)),at){case we:return;case Me:if(!isFinite(y)&&!isFinite(x))return;break;case hn:if(!isFinite(y))return;break;case Sn:if(!isFinite(x))return}for(mt=rt.measuredBounds,z=mt.width,tt=mt.height,yt=Math.max(z+ht,0),St=Math.max(tt+gt,0),at=rt.margin,Ft=ge.allocAt(-at.left,-at.top,yt,St),gv(rt,Ft,!0),z=Ft.width,tt=Ft.height,y=0;y<ot;y++)x=b[y],x===rt||!x.visible&&x!==Ht||(at=x.margin,yt=at.right+at.left,St=at.top+at.bottom,mt=x.measuredBounds,yt=Math.max(mt.width+yt,0),St=Math.max(mt.height+St,0),ht=x.alignment,ht.Xb()&&(ht=a.defaultAlignment),ht.sb()||(ht=mi),x=x.alignmentFocus,x.Xb()&&(x=mi),zt?(zt=!1,E.h(ht.x*z+ht.offsetX-(x.x*mt.width+x.offsetX)-at.left,ht.y*tt+ht.offsetY-(x.y*mt.height+x.offsetY)-at.top,yt,St)):eo(E,ht.x*z+ht.offsetX-(x.x*mt.width+x.offsetX)-at.left,ht.y*tt+ht.offsetY-(x.y*mt.height+x.offsetY)-at.top,yt,St));zt?E.assign(Bt):Lt?E.Uu(Ft.x,Ft.y,Ft.width,Ft.height):eo(E,Bt.x,Bt.y,Bt.width,Bt.height),ge.free(Ft)},cm.prototype.arrange=function(a,y,x){var b=y.length,E=a.Pb(),z=E.measuredBounds,tt=z.width,ot=z.height,rt=a.padding;z=rt.left,rt=rt.top;var at=z-x.x,ht=rt-x.y;for(E.arrange(at,ht,tt,ot),tt=ge.allocAt(0,0,tt,ot),gv(E,tt,!1),ot=0;ot<b;ot++){var gt=y[ot];if(gt!==E){at=gt.measuredBounds;var mt=at.width,yt=at.height;ht=gt.alignment,ht.Xb()&&(ht=a.defaultAlignment),ht.sb()||(ht=mi);var St=gt.alignmentFocus;if(St.Xb()&&(St=mi),at=null,gt instanceof Ne&>.$e!==""&&(at=gt.fb(gt.$e),at===gt&&(at=null)),at!==null){var Lt=at.actualBounds;for(St=It.allocAt(Lt.x+(St.x*Lt.width-St.offsetX),Lt.y+(St.y*Lt.height-St.offsetY)),at=at.panel;at!==gt;)at.transform.Ga(St),at=at.panel;at=ht.x*tt.width+ht.offsetX-St.x,ht=ht.y*tt.height+ht.offsetY-St.y,It.free(St)}else at=ht.x*tt.width+ht.offsetX-(St.x*mt+St.offsetX),ht=ht.y*tt.height+ht.offsetY-(St.y*yt+St.offsetY);at+=tt.x-x.x,ht+=tt.y-x.y,gt.visible&>.arrange(z+at,rt+ht,mt,yt)}}ge.free(tt)};function gv(a,y,x){var b=null;if(a instanceof Ne&&a.$e!==""&&(b=a.fb(a.$e),b===a&&(b=null)),b!==null)for(x&&a.arrange(0,0,y.width,y.height),y.assign(b.actualBounds),b=b.panel;b!==a;)b.transform.pp(y),b=b.panel}function pm(){this.xa="Base"}re(pm,Bo),pm.prototype.measure=function(a,y,x,b,E,z,tt){var ot=b.length,rt=a.Pb(),at=rt.margin,ht=y,gt=x,mt=at.right+at.left,yt=at.top+at.bottom;rt.measure(y,x,z,tt),at=rt.measuredBounds;var St=0,Lt=null;rt instanceof In&&(Lt=rt,St=Lt.strokeWidth*Lt.scale);var Bt=Math.max(at.width+mt,0);at=Math.max(at.height+yt,0);var Ft=vv(rt),zt=Ft.x*Bt+Ft.offsetX;Ft=Ft.y*at+Ft.offsetY;var Ht=yv(rt),Vt=Ht.x*Bt+Ht.offsetX;for(Ht=Ht.y*at+Ht.offsetY,isFinite(y)&&(ht=Math.max(Math.abs(zt-Vt)-St,0)),isFinite(x)&&(gt=Math.max(Math.abs(Ft-Ht)-St,0)),St=Ye.alloc(),St.h(0,0),a=Zl(a),Ht=0;Ht<ot;Ht++)Ft=b[Ht],Ft===rt||!Ft.visible&&Ft!==a||(at=Ft.margin,Bt=at.right+at.left,zt=at.top+at.bottom,Ft.measure(ht,gt,0,0),at=Ft.measuredBounds,Bt=Math.max(at.width+Bt,0),at=Math.max(at.height+zt,0),St.h(Math.max(Bt,St.width),Math.max(at,St.height)));if(ot===1)E.width=Bt,E.height=at,Ye.free(St);else{switch(Ft=vv(rt),Ht=yv(rt),ot=b=0,Ht.x!==Ft.x&&Ht.y!==Ft.y&&(b=St.width/Math.abs(Ht.x-Ft.x),ot=St.height/Math.abs(Ht.y-Ft.y)),Ye.free(St),St=0,Lt!==null&&(St=Lt.strokeWidth*Lt.scale,Lv(Lt)===on&&(b=ot=Math.max(b,ot))),b+=Math.abs(Ft.offsetX)+Math.abs(Ht.offsetX)+St,ot+=Math.abs(Ft.offsetY)+Math.abs(Ht.offsetY)+St,Lt=rt.stretch,Lt===Bn&&(Lt=ns(rt,!1)),Lt){case we:tt=z=0;break;case Me:isFinite(y)&&(b=y),isFinite(x)&&(ot=x);break;case hn:isFinite(y)&&(b=y),tt=0;break;case Sn:z=0,isFinite(x)&&(ot=x)}rt.Uj(),rt.measure(b,ot,z,tt),E.width=rt.measuredBounds.width+mt,E.height=rt.measuredBounds.height+yt}},pm.prototype.arrange=function(a,y){var x=y.length,b=a.Pb(),E=b.measuredBounds,z=ge.alloc();z.h(0,0,1,1);var tt=b.margin,ot=tt.left;tt=tt.top;var rt=a.padding,at=rt.left;rt=rt.top,b.arrange(at+ot,rt+tt,E.width,E.height);var ht=vv(b),gt=yv(b),mt=ht.y*E.height+ht.offsetY,yt=gt.x*E.width+gt.offsetX;for(gt=gt.y*E.height+gt.offsetY,z.x=ht.x*E.width+ht.offsetX,z.y=mt,eo(z,yt,gt,0,0),z.x+=ot+at,z.y+=tt+rt,E=0;E<x;E++)ot=y[E],ot!==b&&(at=ot.measuredBounds,tt=ot.margin,rt=Math.max(at.width+tt.right+tt.left,0),ht=Math.max(at.height+tt.top+tt.bottom,0),mt=ot.alignment,mt.Xb()&&(mt=a.defaultAlignment),mt.sb()||(mt=mi),rt=z.width*mt.x+mt.offsetX-rt*mt.x+tt.left+z.x,tt=z.height*mt.y+mt.offsetY-ht*mt.y+tt.top+z.y,ot.visible&&(ir(z.x,z.y,z.width,z.height,rt,tt,at.width,at.height)?ot.arrange(rt,tt,at.width,at.height):ot.arrange(rt,tt,at.width,at.height,new ge(z.x,z.y,z.width,z.height))));ge.free(z)};function mm(){this.xa="Base",this.name="Table"}re(mm,Bo),mm.prototype.measure=function(a,y,x,b,E){for(var z=b.length,tt=Dn(),ot=Dn(),rt=0;rt<z;rt++){var at=b[rt],ht=at instanceof Ne?at:null;if(ht!==null&&Fh(ht)&&at.visible){ot.push(ht);for(var gt=ht.O.s,mt=gt.length,yt=0;yt<mt;yt++){var St=gt[yt];ht.type===Ne.TableRow?St.row=at.row:ht.type===Ne.TableColumn&&(St.column=at.column),tt.push(St)}}else tt.push(at)}z=tt.length,z===0&&(a.Fb(0),a.Eb(0));for(var Lt=[],Bt=0;Bt<z;Bt++){var Ft=tt[Bt];Ft.visible&&(Fo(Ft,!0),vl(Ft,!0),Lt[Ft.row]||(Lt[Ft.row]=[]),Lt[Ft.row][Ft.column]||(Lt[Ft.row][Ft.column]=[]),Lt[Ft.row][Ft.column].push(Ft))}Tn(tt);var zt=Dn(),Ht=Dn(),Vt=Dn(),_t={count:0},ee={count:0},Ve=y,tn=x,Qe=a.rowDefs,Ee=a.colDefs,Se=null;z=Qe.length;for(var bn=0;bn<z;bn++)Se=Qe[bn],Se!==void 0&&(Se.actual=0);z=Ee.length;for(var kn=0;kn<z;kn++)Se=Ee[kn],Se!==void 0&&(Se.actual=0);for(var di=Lt.length,Ti=0,Ho=0;Ho<di;Ho++)Lt[Ho]&&(Ti=Math.max(Ti,Lt[Ho].length));var Xo=Math.min(a.topIndex,di-1),Ar=Math.min(a.leftIndex,Ti-1),Wo=0;di=Lt.length;for(var zh=Zl(a),wo=0;wo<di;wo++)if(Lt[wo]){Ti=Lt[wo].length;var Ha=a.Fb(wo);Ha.actual=0;for(var Br=Ha.oc=0;Br<Ti;Br++)if(Lt[wo][Br]){var Gh=a.Eb(Br);zt[Br]===void 0&&(Gh.actual=0,Gh.oc=0,zt[Br]=!0);for(var Gs=Lt[wo][Br],ca=Gs.length,ks=0;ks<ca;ks++){var fs=Gs[ks];if(fs.visible||fs===zh){var Fu=1<fs.rowSpan||1<fs.columnSpan;Fu&&(wo<Xo||Br<Ar||Ht.push(fs));var Wa=fs.margin,Ig=Wa.right+Wa.left,Ms=Wa.top+Wa.bottom,Dr=Ia(fs,Ha,Gh,!1),Cp=fs.desiredSize,vf=!isNaN(Cp.height),el=!isNaN(Cp.width)&&vf;if(Fu||Dr===we||el||wo<Xo||Br<Ar||(_t[Br]!==void 0||Dr!==Me&&Dr!==hn||(_t[Br]=-1,_t.count++),ee[wo]!==void 0||Dr!==Me&&Dr!==Sn||(ee[wo]=-1,ee.count++),Vt.push(fs)),fs.measure(1/0,1/0,0,0),!(wo<Xo||Br<Ar)){var gs=fs.measuredBounds,Sd=Math.max(gs.width+Ig,0),Ts=Math.max(gs.height+Ms,0);if(fs.rowSpan===1&&(Dr===we||Dr===hn)){Se=a.Fb(wo);var bu=Se.Wc();Wo=Math.max(Ts-Se.actual,0),Wo+bu>tn&&(Wo=Math.max(tn-bu,0));var z0=Se.oa===0;Se.oc=Se.oc+Wo,Se.actual=Se.oa+Wo,tn=Math.max(tn-(Wo+(z0?bu:0)),0)}if(fs.columnSpan===1&&(Dr===we||Dr===Sn)){Se=a.Eb(Br);var Lp=Se.Wc();Wo=Math.max(Sd-Se.actual,0),Wo+Lp>Ve&&(Wo=Math.max(Ve-Lp,0));var Gy=Se.oa===0;Se.oc=Se.oc+Wo,Se.actual=Se.oa+Wo,Ve=Math.max(Ve-(Wo+(Gy?Lp:0)),0)}Fu&&fs.Uj()}}}}}Tn(zt);var Nl=0,$l=0;z=a.columnCount;for(var yf=0;yf<z;yf++){var Eu=Ee[yf];Eu!==void 0&&(Nl+=isNaN(Eu.Hc)?Eu.oc:Eu.Hc,Eu.oc!==0&&(Nl+=Eu.Wc()))}z=a.rowCount;for(var jg=0;jg<z;jg++){var Au=Qe[jg];Au!==void 0&&($l+=isNaN(Au.Hc)?Au.oc:Au.Hc,Au.oc!==0&&($l+=Au.Wc()))}Ve=Math.max(y-Nl,0);var Fl=tn=Math.max(x-$l,0),Hh=Ve;z=Vt.length;for(var cs=0;cs<z;cs++){var nl=Vt[cs],G0=a.Fb(nl.row),ql=a.Eb(nl.column),Rg=nl.measuredBounds,Va=nl.margin,xd=Va.right+Va.left,il=Va.top+Va.bottom;_t[nl.column]=ql.oc===0&&_t[nl.column]!==void 0?Math.max(Rg.width+xd,_t[nl.column]):null,ee[nl.row]=G0.oc===0&&ee[nl.row]!==void 0?Math.max(Rg.height+il,ee[nl.row]):null}var Sf=0,zg=0,Fa;for(Fa in ee)Fa!=="count"&&(Sf+=ee[Fa]);for(Fa in _t)Fa!=="count"&&(zg+=_t[Fa]);for(var lr=Ye.alloc(),kp=0;kp<z;kp++){var Jr=Vt[kp];if(Jr.visible||Jr===zh){var Co=a.Fb(Jr.row),Qr=a.Eb(Jr.column),th=0;isFinite(Qr.width)?th=Qr.width:(isFinite(Ve)&&_t[Jr.column]!==null?zg===0?th=Qr.actual+Ve:th=_t[Jr.column]/zg*Hh:_t[Jr.column]!==null?th=Ve:th=Qr.actual||Ve,th=Math.max(0,th-Qr.Wc()));var Wh=0;switch(isFinite(Co.height)?Wh=Co.height:(isFinite(tn)&&ee[Jr.row]!==null?Sf===0?Wh=Co.actual+tn:Wh=ee[Jr.row]/Sf*Fl:ee[Jr.row]!==null?Wh=tn:Wh=Co.actual||tn,Wh=Math.max(0,Wh-Co.Wc())),lr.h(Math.max(Qr.minimum,Math.min(th,Qr.maximum)),Math.max(Co.minimum,Math.min(Wh,Co.maximum))),Dr=Ia(Jr,Co,Qr,!1),Dr){case hn:lr.height=Math.max(lr.height,Co.actual+tn);break;case Sn:lr.width=Math.max(lr.width,Qr.actual+Ve)}var Pd=Jr.margin,Hy=Pd.right+Pd.left,H0=Pd.top+Pd.bottom;Jr.Uj(),Jr.measure(lr.width,lr.height,Qr.minimum,Co.minimum);var Gg=Jr.measuredBounds,wd=Math.max(Gg.width+Hy,0),xf=Math.max(Gg.height+H0,0);isFinite(Ve)&&(wd=Math.min(wd,lr.width)),isFinite(tn)&&(xf=Math.min(xf,lr.height));var ps=0;ps=Co.actual,Co.actual=Math.max(Co.actual,xf),Co.oc=Math.max(Co.oc,xf),Wo=Co.actual-ps,tn=Math.max(tn-Wo,0),ee[Jr.row]===null&&(Fl=Math.max(Fl-Wo,0)),ps=Qr.actual,Qr.actual=Math.max(Qr.actual,wd),Qr.oc=Math.max(Qr.oc,wd),Wo=Qr.actual-ps,Ve=Math.max(Ve-Wo,0),_t[Jr.column]===null&&(Hh=Math.max(Hh-Wo,0))}}Tn(Vt);var eh=Ye.alloc(),Ua=Dn(),oa=Dn();if(z=Ht.length,z!==0){for(var Bu=0;Bu<di;Bu++)if(Lt[Bu]){Ti=Lt[Bu].length;var Hg=a.Fb(Bu);Ua[Bu]=Hg.actual;for(var Du=0;Du<Ti;Du++)if(Lt[Bu][Du]){var W0=a.Eb(Du);oa[Du]=W0.actual}}}for(var Wg=0;Wg<z;Wg++){var lo=Ht[Wg];if(lo.visible||lo===zh){var ba=a.Fb(lo.row),pa=a.Eb(lo.column);switch(lr.h(Math.max(pa.minimum,Math.min(y,pa.maximum)),Math.max(ba.minimum,Math.min(x,ba.maximum))),Dr=Ia(lo,ba,pa,!1),Dr){case Me:oa[pa.index]!==0&&(lr.width=Math.min(lr.width,oa[pa.index])),Ua[ba.index]!==0&&(lr.height=Math.min(lr.height,Ua[ba.index]));break;case hn:oa[pa.index]!==0&&(lr.width=Math.min(lr.width,oa[pa.index]));break;case Sn:Ua[ba.index]!==0&&(lr.height=Math.min(lr.height,Ua[ba.index]))}isFinite(pa.width)&&(lr.width=pa.width),isFinite(ba.height)&&(lr.height=ba.height),eh.h(0,0);for(var V0=pa.minimum,Ns=ba.minimum,Vh=1;Vh<lo.rowSpan&&!(lo.row+Vh>=a.rowCount);Vh++)Se=a.Fb(lo.row+Vh),Wo=0,Wo=Dr===Me||Dr===Sn?Math.max(Se.minimum,Ua[lo.row+Vh]===0?Se.maximum:Math.min(Ua[lo.row+Vh],Se.maximum)):Math.max(Se.minimum,isNaN(Se.Hc)?Se.maximum:Math.min(Se.Hc,Se.maximum)),eh.height+=Wo,Ns+=Se.minimum;for(var ma=1;ma<lo.columnSpan&&!(lo.column+ma>=a.columnCount);ma++)Se=a.Eb(lo.column+ma),Wo=0,Wo=Dr===Me||Dr===hn?Math.max(Se.minimum,oa[lo.column+ma]===0?Se.maximum:Math.min(oa[lo.column+ma],Se.maximum)):Math.max(Se.minimum,isNaN(Se.Hc)?Se.maximum:Math.min(Se.Hc,Se.maximum)),eh.width+=Wo,V0+=Se.minimum;lr.width+=eh.width,lr.height+=eh.height;var Vg=lo.margin,Ou=Vg.right+Vg.left,Mp=Vg.top+Vg.bottom;lo.measure(lr.width,lr.height,V0,Ns);for(var Ug=lo.measuredBounds,ol=Math.max(Ug.width+Ou,0),Cd=Math.max(Ug.height+Mp,0),Iu=0,Yg=0;Yg<lo.rowSpan&&!(lo.row+Yg>=a.rowCount);Yg++)Se=a.Fb(lo.row+Yg),Iu+=Se.total||0;if(Iu<Cd){var Uh=Cd-Iu,bl=Cd-Iu;if(lo.spanAllocation!==null)for(var Yh=lo.spanAllocation,nh=0;nh<lo.rowSpan&&!(0>=Uh)&&!(lo.row+nh>=a.rowCount);nh++){Se=a.Fb(lo.row+nh);var _h=Se.oa||0,Ld=Yh(lo,Se,bl);Se.actual=Math.min(Se.maximum,_h+Ld),Se.oa!==_h&&(Uh-=Se.oa-_h)}for(;0<Uh;){var Ya=Se.oa||0;if(isNaN(Se.height)&&Se.maximum>Ya&&(Se.actual=Math.min(Se.maximum,Ya+Uh),Se.oa!==Ya&&(Uh-=Se.oa-Ya)),Se.index===0)break;Se=a.Fb(Se.index-1)}}for(var Pf=0,Kh=0;Kh<lo.columnSpan&&!(lo.column+Kh>=a.columnCount);Kh++)Se=a.Eb(lo.column+Kh),Pf+=Se.total||0;if(Pf<ol){var wf=ol-Pf,Wy=ol-Pf;if(lo.spanAllocation!==null)for(var ih=lo.spanAllocation,kd=0;kd<lo.columnSpan&&!(0>=wf)&&!(lo.column+kd>=a.columnCount);kd++){Se=a.Eb(lo.column+kd);var Tp=Se.oa||0,Vy=ih(lo,Se,Wy);Se.actual=Math.min(Se.maximum,Tp+Vy),Se.oa!==Tp&&(wf-=Se.oa-Tp)}for(;0<wf;){var U0=Se.oa||0;if(isNaN(Se.width)&&Se.maximum>U0&&(Se.actual=Math.min(Se.maximum,U0+wf),Se.oa!==U0&&(wf-=Se.oa-U0)),Se.index===0)break;Se=a.Eb(Se.index-1)}}}}Tn(Ht),Ye.free(eh),Ye.free(lr),Ua!==void 0&&Tn(Ua),oa!==void 0&&Tn(oa);var Cf=0,Lf=0,Y0=a.desiredSize,cx=a.maxSize;Dr=ns(a,!0);var Np=$l=Nl=0,Fp=0;z=a.columnCount;for(var _0=0;_0<z;_0++)Ee[_0]!==void 0&&(Se=a.Eb(_0),isFinite(Se.width)?(Np+=Se.width,Np+=Se.Wc()):Mm(Se)===Gc?(Np+=Se.oa,Np+=Se.Wc()):Se.oa!==0&&(Nl+=Se.oa,Nl+=Se.Wc()));isFinite(Y0.width)?Cf=Math.min(Y0.width,cx.width):Cf=Dr!==we&&isFinite(y)?y:Nl,Cf=Math.max(Cf,a.minSize.width),Cf=Math.max(Cf-Np,0);for(var Qx=Nl===0?1:Math.max(Cf/Nl,1),K0=0;K0<z;K0++)Ee[K0]!==void 0&&(Se=a.Eb(K0),isFinite(Se.width)||Mm(Se)===Gc||(Se.actual=Se.oa*Qx),Se.position=E.width,Se.oa!==0&&(E.width+=Se.oa,E.width+=Se.Wc()));z=a.rowCount;for(var X0=0;X0<z;X0++)Qe[X0]!==void 0&&(Se=a.Fb(X0),isFinite(Se.height)?(Fp+=Se.height,Fp+=Se.Wc()):Mm(Se)===Gc?(Fp+=Se.oa,Fp+=Se.Wc()):Se.oa!==0&&($l+=Se.oa,$l+=Se.Wc()));isFinite(Y0.height)?Lf=Math.min(Y0.height,cx.height):Lf=Dr!==we&&isFinite(x)?x:$l,Lf=Math.max(Lf,a.minSize.height),Lf=Math.max(Lf-Fp,0);for(var $x=$l===0?1:Math.max(Lf/$l,1),Z0=0;Z0<z;Z0++)Qe[Z0]!==void 0&&(Se=a.Fb(Z0),isFinite(Se.height)||Mm(Se)===Gc||(Se.actual=Se.oa*$x),Se.position=E.height,Se.oa!==0&&(E.height+=Se.oa,E.height+=Se.Wc()));z=ot.length;for(var Uy=0;Uy<z;Uy++){var bp=ot[Uy],Yy=0,_y=0;bp.type===Ne.TableRow?(Yy=E.width,Se=a.Fb(bp.row),_y=Se.actual):(Se=a.Eb(bp.column),Yy=Se.actual,_y=E.height),bp.measuredBounds.h(0,0,Yy,_y),Fo(bp,!1)}Tn(ot),a.inRowsCols=Lt},mm.prototype.arrange=function(a,y,x){var b=y.length,E=a.padding,z=E.left;E=E.top;var tt=a.inRowsCols;if(tt!==null){for(var ot,rt,at=tt.length,ht=0,gt=0;gt<at;gt++)tt[gt]&&(ht=Math.max(ht,tt[gt].length));rt=a.rowDefs,ot=a.colDefs;var mt=gt=0,yt=Math.min(a.topIndex,at-1);if(0<rt.length){for(;yt!==at&&(rt[yt]===void 0||rt[yt].oa===0);)yt++;yt=Math.max(Math.min(yt,at-1),0),gt=-rt[yt].position}var St=Math.min(a.leftIndex,ht-1);if(0<ot.length){for(;St!==ht&&(ot[St]===void 0||ot[St].oa===0);)St++;St=Math.max(Math.min(St,ht-1),0),mt=-ot[St].position}for(var Lt=0,Bt=0;Lt!==at&&rt[Lt]===void 0;)Lt++;for(;Bt!==at&&ot[Bt]===void 0;)Bt++;ht=a.part,a.Fb(Lt),a.Eb(Bt);for(var Ft=0;Ft<y.length;Ft++){var zt=y[Ft];if(zt instanceof Ne&&zt.visible&&Fh(zt)){if(zt.type===Ne.TableRow){ot=a.Fb(zt.row);var Ht=a.Eb(Bt)}else ot=a.Fb(Lt),Ht=a.Eb(zt.column);rt=ot.position+gt+E,ot.oa!==0&&(rt+=ot.Io(Math.max(Lt,yt))),ot=Ht.position+mt+z,Ht.oa!==0&&(ot+=Ht.Io(Math.max(Bt,St))),Ht=zt.measuredBounds,zt.Uk(),zt.actualBounds.ka();var Vt=zt.actualBounds,_t=ge.allocAt(Vt.x,Vt.y,Vt.width,Vt.height);Vt.x=zt.type===Ne.TableRow?z:ot,Vt.y=zt.type===Ne.TableColumn?E:rt,Vt.width=Ht.width,Vt.height=Ht.height,zt.actualBounds.freeze(),vl(zt,!1),Uo(_t,Vt)||ht===null||(ht.oh(),zt.Pn(ht)),ge.free(_t)}}for(Ft=Ye.alloc(),zt=0;zt<at;zt++)if(tt[zt]){for(ht=tt[zt].length,Ht=a.Fb(zt),rt=Ht.position+gt+E,Ht.oa!==0&&(rt+=Ht.Io(Math.max(Lt,yt))),Vt=0;Vt<ht;Vt++)if(tt[zt][Vt]){_t=a.Eb(Vt),ot=_t.position+mt+z,_t.oa!==0&&(ot+=_t.Io(Math.max(Bt,St)));for(var ee=tt[zt][Vt],Ve=ee.length,tn=0;tn<Ve;tn++){var Qe=ee[tn],Ee=Qe.measuredBounds;Ft.h(0,0);for(var Se=1;Se<Qe.rowSpan&&!(zt+Se>=a.rowCount);Se++){var bn=a.Fb(zt+Se);bn.oa!==0&&(Ft.height+=bn.total)}for(Se=1;Se<Qe.columnSpan&&!(Vt+Se>=a.columnCount);Se++)bn=a.Eb(Vt+Se),bn.oa!==0&&(Ft.width+=bn.total);var kn=_t.oa+Ft.width,di=Ht.oa+Ft.height;Se=ot,bn=rt;var Ti=kn,Ho=di,Xo=ot,Ar=rt,Wo=kn,zh=di;ot+kn>x.width&&(Wo=Math.max(x.width-ot,0)),rt+di>x.height&&(zh=Math.max(x.height-rt,0));var wo=Qe.alignment;if(wo.Xb()){wo=a.defaultAlignment,wo.sb()||(wo=mi);var Ha=wo.x,Br=wo.y,Gh=wo.offsetX;wo=wo.offsetY;var Gs=_t.alignment,ca=Ht.alignment;Gs.sb()&&(Ha=Gs.x,Gh=Gs.offsetX),ca.sb()&&(Br=ca.y,wo=ca.offsetY)}else Ha=wo.x,Br=wo.y,Gh=wo.offsetX,wo=wo.offsetY;(isNaN(Ha)||isNaN(Br))&&(Br=Ha=.5,wo=Gh=0),Gs=Ee.width,ca=Ee.height;var ks=Qe.margin,fs=ks.left+ks.right,Fu=ks.top+ks.bottom,Wa=Ia(Qe,Ht,_t,!1);!isNaN(Qe.desiredSize.width)||Wa!==Me&&Wa!==hn||(Gs=Math.max(kn-fs,0)),!isNaN(Qe.desiredSize.height)||Wa!==Me&&Wa!==Sn||(ca=Math.max(di-Fu,0)),kn=Qe.maxSize,di=Qe.minSize,Gs=Math.min(kn.width,Gs),ca=Math.min(kn.height,ca),Gs=Math.max(di.width,Gs),ca=Math.max(di.height,ca),kn=ca+Fu,Se+=Ti*Ha-(Gs+fs)*Ha+Gh+ks.left,bn+=Ho*Br-kn*Br+wo+ks.top,Qe.visible&&(ir(Xo,Ar,Wo,zh,Se,bn,Ee.width,Ee.height)?Qe.arrange(Se,bn,Gs,ca):Qe.arrange(Se,bn,Gs,ca,new ge(Xo,Ar,Wo,zh)))}}}for(Ye.free(Ft),a=0;a<b;a++)x=y[a],z=x instanceof Ne?x:null,z!==null&&Fh(z)&&(z=x.actualBounds,x.naturalBounds.ka(),x.naturalBounds.h(0,0,z.width,z.height),x.naturalBounds.freeze())}};function vm(){this.xa="Base"}re(vm,Bo),vm.prototype.measure=function(){},vm.prototype.arrange=function(){};function ym(){this.xa="Base"}re(ym,Bo),ym.prototype.measure=function(){},ym.prototype.arrange=function(){};function Sm(){this.xa="Base"}re(Sm,Bo),Sm.prototype.measure=function(a,y,x,b,E,z,tt){1<b.length&&se("Viewbox Panel cannot contain more than one GraphObject."),b=b[0],b.Ca=1,b.Uj(),b.measure(1/0,1/0,z,tt);var ot=b.measuredBounds,rt=b.margin,at=rt.right+rt.left;if(rt=rt.top+rt.bottom,isFinite(y)||isFinite(x)){var ht=b.scale,gt=ot.width;ot=ot.height;var mt=Math.max(y-at,0),yt=Math.max(x-rt,0),St=1;a.viewboxStretch===on?gt!==0&&ot!==0&&(St=Math.min(mt/gt,yt/ot)):gt!==0&&ot!==0&&(St=Math.max(mt/gt,yt/ot)),St===0&&(St=1e-4),b.Ca*=St,ht!==b.scale&&(Fo(b,!0),b.measure(1/0,1/0,z,tt))}ot=b.measuredBounds,E.width=isFinite(y)?y:Math.max(ot.width+at,0),E.height=isFinite(x)?x:Math.max(ot.height+rt,0)},Sm.prototype.arrange=function(a,y,x){y=y[0];var b=y.measuredBounds,E=y.margin,z=Math.max(b.width+(E.right+E.left),0);E=Math.max(b.height+(E.top+E.bottom),0);var tt=y.alignment;tt.Xb()&&(tt=a.defaultAlignment),tt.sb()||(tt=mi),y.arrange(x.width*tt.x-z*tt.x+tt.offsetX,x.height*tt.y-E*tt.y+tt.offsetY,b.width,b.height)};function jc(){this.xa="Base"}re(jc,Bo),jc.prototype.measure=function(){},jc.prototype.arrange=function(){},jc.prototype.gc=function(a,y,x){x=a.Df()*x.scale,0>=x&&(x=1);var b=a.gridCellSize,E=b.width;b=b.height;var z=a.naturalBounds,tt=a.actualBounds,ot=z.width,rt=z.height,at=Math.ceil(ot/E),ht=Math.ceil(rt/b),gt=a.gridOrigin,mt=gt.x;gt=gt.y,y.save(),y.beginPath(),y.rect(0,0,ot,rt),y.clip(),y.Se();for(var yt=[],St=a.O.s,Lt=St.length,Bt=0;Bt<Lt;Bt++){var Ft=St[Bt],zt=[];if(yt.push(zt),Ft.visible){var Ht=Ft.interval;if(!(0>Ht)){Ft=pv(Ft.figure);for(var Vt=0;Vt<Lt;Vt++)if(Vt!==Bt){var _t=St[Vt];_t.visible&&pv(_t.figure)===Ft&&(_t=_t.interval,_t>Ht&&zt.push(_t))}}}}for(St=a.O.s,Lt=St.length,Bt=0;Bt<Lt;Bt++){var ee=St[Bt];if(ee.visible&&(zt=ee.interval||1,Ft=Math.abs(zt),!(2>E*Ft*x))){if(Ht=ee.segmentIndex,(!isFinite(Ht)||isNaN(Ht))&&(Ht=0),0>Ht&&(Ht=Ft-Math.min(-Ht,Ft)),Ht=Math.round(Ht%Ft),Ft=ee.opacity,Vt=1,Ft!==1){if(Ft===0)continue;Vt=y.globalAlpha,y.globalAlpha=Vt*Ft}_t=yt[Bt];var Ve=!1,tn=ee.strokeDashArray;if(tn!==null&&(Ve=!0,y.js(tn,ee.strokeDashOffset)),ee.figure==="LineV"&&ee.stroke!==null&&0<ee.strokeWidth){for(y.lineWidth=ee.strokeWidth,no(a,y,ee.stroke,!1,!1,z,tt),y.beginPath(),tn=ee=Math.floor((mt-E)/E);tn<=ee+at;tn++){var Qe=tn*E+mt;0<=Qe&&Qe<=ot&&xm(tn,zt,Ht,_t)&&(y.moveTo(Qe,0),y.lineTo(Qe,rt))}y.stroke(),y.Se()}else if(ee.figure==="LineH"&&ee.stroke!==null&&0<ee.strokeWidth){for(y.lineWidth=ee.strokeWidth,no(a,y,ee.stroke,!1,!1,z,tt),y.beginPath(),tn=ee=Math.floor((gt-b)/b);tn<=ee+ht;tn++)Qe=tn*b+gt,0<=Qe&&Qe<=rt&&xm(tn,zt,Ht,_t)&&(y.moveTo(0,Qe),y.lineTo(ot,Qe));y.stroke(),y.Se()}else if(ee.figure==="BarV"&&ee.fill!==null)for(no(a,y,ee.fill,!0,!1,z,tt),ee=ee.width,isNaN(ee)&&(ee=E),Qe=tn=Math.floor((mt-E)/E);Qe<=tn+at;Qe++){var Ee=Qe*E+mt;0<=Ee+ee&&Ee<=ot&&xm(Qe,zt,Ht,_t)&&y.fillRect(Ee,0,ee,rt)}else if(ee.figure==="BarH"&&ee.fill!==null)for(no(a,y,ee.fill,!0,!1,z,tt),ee=ee.height,isNaN(ee)&&(ee=b),Qe=tn=Math.floor((gt-b)/b);Qe<=tn+ht;Qe++)Ee=Qe*b+gt,0<=Ee+ee&&Ee<=rt&&xm(Qe,zt,Ht,_t)&&y.fillRect(0,Ee,ot,ee);Ve&&y.fs(),Ft!==1&&(y.globalAlpha=Vt)}}y.restore(),y.Vc(!1)};function xm(a,y,x,b){if(0>y)return a%y===x;if(a%y!==x)return!1;y=b.length;for(var E=0;E<y;E++)if(a%b[E]===x)return!1;return!0}function Pm(){this.xa="Base"}re(Pm,Bo),Pm.prototype.measure=function(a,y,x,b,E){var z=b.length;if(a instanceof hi||a instanceof Ae){var tt=null,ot=null;if(a instanceof Ae&&(tt=a),a instanceof hi&&(ot=a,tt=ot.adornedPart,a.j===null&&(a.j=[])),tt instanceof Ae){var rt=tt;if(z===0)ms(a.naturalBounds,0,0),a.measuredBounds.h(0,0,0,0);else{var at=a instanceof hi?null:tt.path;y=tt.routeBounds,x=a.jg,x.h(0,0,y.width,y.height);var ht=rt.points,gt=tt.pointsCount;ot!==null?ot.Ul(!1):tt!==null&&tt.Ul(!1),ot=y.width;var mt=y.height,yt=a.j;if(yt.length=0,at!==null){i1(a,ot,mt,at);var St=at.measuredBounds;x.ed(St),yt.push(St)}St=Wn.alloc();for(var Lt=It.alloc(),Bt=It.alloc(),Ft=0;Ft<z;Ft++){var zt=b[Ft];if(zt!==at)if(zt.isPanelMain&&zt instanceof In){i1(a,ot,mt,zt);var Ht=zt.measuredBounds;x.ed(Ht),yt.push(Ht)}else if(2>gt)zt.measure(1/0,1/0,0,0),Ht=zt.measuredBounds,x.ed(Ht),yt.push(Ht);else{var Vt=zt.segmentIndex,_t=zt.segmentFraction,ee=zt.alignmentFocus;ee.Mc()&&(ee=mi);var Ve=zt.segmentOrientation,tn=zt.segmentOffset;if(isNaN(Vt)){var Qe=rt.ua;Ht=Dn(),Qe.Qu(_t,Ht);var Ee=It.allocAt(Ht[0],Ht[1]);if(Ee.add(rt.i(0)),Qe.type===Ie.j?Ee.offset(-Qe.startX,-Qe.startY):(Qe=Qe.figures.first(),Qe!==null&&Ee.offset(-Qe.startX,-Qe.startY)),Qe=Ht[2],Ve!==Yr){var Se=rt.computeAngle(zt,Ve,Qe);zt.Kb=Se}Se=Ee.x-y.x;var bn=Ee.y-y.y;It.free(Ee),Tn(Ht)}else if(Vt<-gt||Vt>=gt)Ht=It.alloc(),rt.vg(),rt.computeMidPoint(Ht),Qe=rt.midAngle,Ve!==Yr&&(Se=rt.computeAngle(zt,Ve,Qe),zt.Kb=Se),Se=Ht.x-y.x,bn=Ht.y-y.y,It.free(Ht);else{if(Se=0,0<=Vt?(bn=ht.M(Vt),Ht=Vt<gt-1?ht.M(Vt+1):bn):(Se=gt+Vt,bn=ht.M(Se),Ht=0<Se?ht.M(Se-1):bn),bn.Xa(Ht)){0<=Vt?(Qe=0<Vt?ht.M(Vt-1):bn,Se=Vt<gt-2?ht.M(Vt+2):Ht):(Qe=Se<gt-1?ht.M(Se+1):bn,Se=1<Se?ht.M(Se-2):Ht),Ee=Qe.Bf(bn);var kn=Ht.Bf(Se);Qe=Ee>kn+10?0<=Vt?Qe.ab(bn):bn.ab(Qe):kn>Ee+10?0<=Vt?Ht.ab(Se):Se.ab(Ht):0<=Vt?Qe.ab(Se):Se.ab(Qe)}else Qe=0<=Vt?bn.ab(Ht):Ht.ab(bn);Ve!==Yr&&(Se=rt.computeAngle(zt,Ve,Qe),zt.Kb=Se),Se=bn.x+(Ht.x-bn.x)*_t-y.x,bn=bn.y+(Ht.y-bn.y)*_t-y.y}zt.measure(1/0,1/0,0,0),Ht=zt.measuredBounds,Ee=zt.naturalBounds;var di=0;zt instanceof In&&(di=zt.strokeWidth),kn=Ee.width+di;var Ti=Ee.height+di;St.reset(),St.translate(-Ht.x,-Ht.y),St.scale(zt.scale,zt.scale),St.rotate(Ve===Yr?zt.angle:Qe,kn/2,Ti/2),Ve!==Jc&&Ve!==$c||St.rotate(90,kn/2,Ti/2),Ve!==Qc&&Ve!==qc||St.rotate(-90,kn/2,Ti/2),Ve===Qm&&(45<Qe&&135>Qe||225<Qe&&315>Qe)&&St.rotate(-Qe,kn/2,Ti/2),Ee=new ge(0,0,kn,Ti),Lt.xi(Ee,ee),St.Ga(Lt),ee=-Lt.x+di/2*zt.scale,zt=-Lt.y+di/2*zt.scale,Bt.assign(tn),di=isNaN(tn.x);var Ho=isNaN(tn.y);if(di||Ho){kn=kn/2+3,Ti=Ti/2+3;var Xo=45<=Qe&&135>=Qe,Ar=225<=Qe&&315>=Qe;Ve===Yr&&(Xo||Ar)?(Bt.x=Ho?kn:tn.y,Bt.y=di?Ti:tn.x,Xo?0<=Vt||isNaN(Vt)&&.5>_t||!di||(Bt.y=-Ti):Ar&&((0<=Vt||isNaN(Vt)&&.5>_t)&&di&&(Bt.y=-Ti),Ho&&(Bt.x=-kn))):(di&&(Bt.x=0<=Vt||isNaN(Vt)&&.5>_t?kn:-kn),Ho&&(Bt.y=-Ti),Bt.rotate(Qe))}else Bt.rotate(Qe);Se+=Bt.x,bn+=Bt.y,Ee.set(Ht),Ee.h(Se+ee,bn+zt,Ht.width,Ht.height),yt.push(Ee),x.ed(Ee)}}if(tt!==null)for(b=tt.labelNodes;b.next();)b.value.measure(1/0,1/0);a.jg=x,a.position.h(y.x+x.x,y.y+x.y),ms(E,x.width||0,x.height||0),Wn.free(St),It.free(Lt),It.free(Bt)}}}},Pm.prototype.arrange=function(a,y){var x=y.length;if(a instanceof hi||a instanceof Ae){var b=a,E=null;a instanceof hi&&(E=a,b=E.adornedPart);var z=a instanceof hi?null:b.path,tt=a.j;if(tt.length!==0){var ot=0;if(z!==null&&ot<tt.length){var rt=tt[ot];ot++,z.arrange(rt.x-a.jg.x,rt.y-a.jg.y,rt.width,rt.height)}for(rt=0;rt<x;rt++){var at=y[rt];if(at!==z&&ot<tt.length){var ht=tt[ot];ot++,at.arrange(ht.x-a.jg.x,ht.y-a.jg.y,ht.width,ht.height)}}}if(y=b.points,x=y.count,2<=x&&a instanceof Ae)for(z=a.labelNodes;z.next();){var gt=a;tt=z.value,ot=tt.segmentIndex,rt=tt.segmentFraction;var mt=tt.alignmentFocus;if(at=tt.segmentOrientation,ht=tt.segmentOffset,isNaN(ot)){var yt=gt.ua,St=Dn();yt.Qu(rt,St);var Lt=It.allocAt(St[0],St[1]);Lt.add(gt.i(0)),yt.type===Ie.j||(yt=yt.figures.first()),Lt.offset(-yt.startX,-yt.startY),yt=St[2],at!==Yr&&(gt=gt.computeAngle(tt,at,yt),tt.angle=gt),gt=Lt.x;var Bt=Lt.y;It.free(Lt),Tn(St)}else if(ot<-x||ot>=x)St=It.alloc(),yt=gt,Bt=St,yt.vg(),yt.computeMidPoint(Bt),yt=gt.midAngle,at!==Yr&&(gt=gt.computeAngle(tt,at,yt),tt.angle=gt),gt=St.x,Bt=St.y,It.free(St);else{if(Lt=0,0<=ot?(St=y.s[ot],Bt=ot<x-1?y.s[ot+1]:St):(Lt=x+ot,St=y.s[Lt],Bt=0<Lt?y.s[Lt-1]:St),St.Xa(Bt)){0<=ot?(yt=0<ot?y.s[ot-1]:St,Lt=ot<x-2?y.s[ot+2]:Bt):(yt=Lt<x-1?y.s[Lt+1]:St,Lt=1<Lt?y.s[Lt-2]:Bt);var Ft=yt.Bf(St),zt=Bt.Bf(Lt);yt=Ft>zt+10?0<=ot?yt.ab(St):St.ab(yt):zt>Ft+10?0<=ot?Bt.ab(Lt):Lt.ab(Bt):0<=ot?yt.ab(Lt):Lt.ab(yt)}else yt=0<=ot?St.ab(Bt):Bt.ab(St);at!==Yr&&(gt=gt.computeAngle(tt,at,yt),tt.angle=gt),gt=St.x+(Bt.x-St.x)*rt,Bt=St.y+(Bt.y-St.y)*rt}if(mt.ys())tt.location=new It(gt,Bt);else{mt.Mc()&&(mt=mi),St=Wn.alloc(),St.reset(),St.scale(tt.scale,tt.scale),St.rotate(tt.angle,0,0);var Ht=tt.naturalBounds;Lt=ge.allocAt(0,0,Ht.width,Ht.height),Ft=It.alloc(),Ft.xi(Lt,mt),St.Ga(Ft),mt=-Ft.x,zt=-Ft.y;var Vt=Ht.width,_t=Ht.height;Ht=It.alloc(),Ht.assign(ht);var ee=isNaN(ht.x),Ve=isNaN(ht.y);if(ee||Ve){Vt=Vt/2+3,_t=_t/2+3;var tn=45<=yt&&135>=yt,Qe=225<=yt&&315>=yt;at===Yr&&(tn||Qe)?(Ht.x=Ve?Vt:ht.y,Ht.y=ee?_t:ht.x,tn?0<=ot||isNaN(ot)&&.5>rt||!ee||(Ht.y=-_t):Qe&&((0<=ot||isNaN(ot)&&.5>rt)&&ee&&(Ht.y=-_t),Ve&&(Ht.x=-Vt))):(ee&&(Ht.x=0<=ot||isNaN(ot)&&.5>rt?Vt:-Vt),Ve&&(Ht.y=-_t),Ht.rotate(yt))}else Ht.rotate(yt);gt+=Ht.x,Bt+=Ht.y,St.pp(Lt),mt+=Lt.x,zt+=Lt.y,ot=It.allocAt(gt+mt,Bt+zt),tt.move(ot),It.free(ot),It.free(Ht),It.free(Ft),ge.free(Lt),Wn.free(St)}}E!==null?E.Ul(!1):b.Ul(!1),b=A1(a),a.location.h(a.position.x+b.x,a.position.y+b.y),It.free(b)}};function i1(a,y,x,b){if(Is(b)!==!1){var E=b.strokeWidth;E===0&&a instanceof hi&&a.type===Ne.Link&&a.adornedObject instanceof In&&(E=a.adornedObject.strokeWidth),E*=b.Ca,a instanceof Ae&&a.ua!==null?(a=a.geometry.bounds,b.Ge(a.x-E/2,a.y-E/2,a.width+E,a.height+E)):a instanceof hi&&a.adornedPart.ua!==null?(a=a.adornedPart.ua.bounds,b.Ge(a.x-E/2,a.y-E/2,a.width+E,a.height+E)):b.Ge(-(E/2),-(E/2),y+E,x+E),E=b.desiredSize,E.w()||b.ua===null?b.dc.h(0,0,E.width,E.height):b.dc.assign(b.ua.bounds),Fo(b,!1)}}function Rc(){this.xa="Base"}re(Rc,Bo),Rc.prototype.measure=function(a,y,x,b,E,z,tt){var ot=a.Pb();a.graduatedBounds=[];var rt=ot.margin,at=rt.right+rt.left,ht=rt.top+rt.bottom;ot.measure(y,x,z,tt);var gt=ot.measuredBounds,mt=new ge(-rt.left,-rt.top,Math.max(gt.width+at,0),Math.max(gt.height+ht,0));a.graduatedBounds.push(mt),E.assign(mt);for(var yt=ot.geometry,St=ot.strokeWidth,Lt=yt.flattenedSegments,Bt=yt.flattenedLengths,Ft=yt.flattenedTotalLength,zt=Lt.length,Ht=0,Vt=0,_t=Dn(),ee=0;ee<zt;ee++){var Ve=Lt[ee],tn=[];Vt=Ht=0;for(var Qe=Ve.length,Ee=0;Ee<Qe;Ee+=2){var Se=Ve[Ee],bn=Ve[Ee+1];if(Ee!==0){var kn=180*Math.atan2(bn-Vt,Se-Ht)/Math.PI;0>kn&&(kn+=360),tn.push(kn)}Ht=Se,Vt=bn}_t.push(tn)}if(a.graduatedIntervals===null){for(var di=[],Ti=a.O.s,Ho=Ti.length,Xo=0;Xo<Ho;Xo++){var Ar=Ti[Xo],Wo=[];if(di.push(Wo),Ar.visible){var zh=Ar.interval;if(!(0>zh)){for(var wo=0;wo<Ho;wo++)if(wo!==Xo){var Ha=Ti[wo];if(Ha.visible&&Ar.constructor===Ha.constructor){var Br=Ha.interval;Br>zh&&Wo.push(Br)}}}}}a.graduatedIntervals=di}var Gh=a.graduatedIntervals,Gs=a.O.s,ca=Gs.length,ks=0,fs=0,Fu=Ft;a.graduatedMarks=[];for(var Wa,Ig=0;Ig<ca;Ig++){var Ms=Gs[Ig];if(Wa=[],Ms.visible&&Ms!==ot){var Dr=Math.abs(Ms.interval),Cp=a.graduatedTickUnit;if(!(2>Cp*Dr*Ft/a.graduatedRange&&Ms.graduatedSkip===null)){var vf=Bt[0][0],el=0,gs=0;fs=Ft*Ms.graduatedStart-1e-4,Fu=Ft*Ms.graduatedEnd+1e-4;var Sd=Cp*Dr,Ts=a.graduatedTickBase;if(Ts<a.graduatedMin){var bu=(a.graduatedMin-Ts)/Sd;bu=bu%1===0?bu:Math.floor(bu+1),Ts+=bu*Sd}else Ts>a.graduatedMin+Sd&&(Ts-=Math.floor((Ts-a.graduatedMin)/Sd)*Sd);for(var z0=Gh[Ig],Lp=Ts,Gy=1e-6*a.graduatedMax,Nl=1;Ts<=a.graduatedMax+Gy;Nl++){t:{for(var $l=z0.length,yf=0;yf<$l;yf++){var Eu=(Ts-a.graduatedTickBase)%(z0[yf]*a.graduatedTickUnit),jg=1e-6*a.graduatedTickUnit;if(Eu<jg&&Eu>-jg){var Au=!1;break t}}Au=!0}if(Au&&(Ts>a.graduatedMax&&(Ts=a.graduatedMax),Ms.graduatedSkip===null||Ms instanceof Fi&&!Ms.graduatedSkip(Ts,Ms)||Ms instanceof In&&!Ms.graduatedSkip(Ts,Ms))&&(ks=(Ts-a.graduatedMin)*Ft/a.graduatedRange,ks>Ft&&(ks=Ft),fs<=ks&&ks<=Fu)){for(var Fl=_t[el][gs],Hh=Bt[el][gs];el<Bt.length;){for(;ks>vf&&gs<Bt[el].length-1;)gs++,Fl=_t[el][gs],Hh=Bt[el][gs],vf+=Hh;if(ks<=vf)break;el++,gs=0,Fl=_t[el][gs],Hh=Bt[el][gs],vf+=Hh}var cs=Lt[el],nl=cs[2*gs],G0=cs[2*gs+1],ql=(ks-(vf-Hh))/Hh,Rg=new It(nl+(cs[2*gs+2]-nl)*ql+St/2-yt.bounds.x,G0+(cs[2*gs+3]-G0)*ql+St/2-yt.bounds.y);Rg.scale(ot.scale,ot.scale);t:{var Va=Fl,xd=_t[el];if(!(.5005>ql&&.4995<ql)){var il=Va;if(.5>ql?0<gs?il=xd[gs-1]:Jt.$(cs[0],cs[cs.length-2])&&Jt.$(cs[1],cs[cs.length-1])&&(il=xd[xd.length-1]):.5<ql&&(gs+1<xd.length?il=xd[gs+1]:Jt.$(cs[0],cs[cs.length-2])&&Jt.$(cs[1],cs[cs.length-1])&&(il=xd[0])),Va!==il){var Sf=Math.abs(Va-il);if(180<Sf&&(Va<il?Va+=360:il+=360,Sf=Math.abs(Va-il)),5e-4>ql||.9995<ql){Fl=(Va+il)/2%360;break t}if(10>Sf){var zg=1-Math.abs(.5-ql);Fl=(Va*zg+il*(1-zg))%360;break t}}}Fl=Va}if(Ms instanceof Fi){var Fa="";Ms.graduatedFunction!==null?(Fa=Ms.graduatedFunction(Ts,Ms),Fa=Fa!=null?Fa.toString():""):Fa=(+Ts.toFixed(2)).toString(),Fa!==""&&Wa.push({$l:Rg,angle:Fl,text:Fa})}else Wa.push({$l:Rg,angle:Fl})}Ts=Lp+Nl*Sd}}}a.graduatedMarks.push(Wa)}Tn(_t);var lr=a.graduatedMarks;if(lr!==null)for(var kp=b.length,Jr=0;Jr<kp;Jr++){var Co=b[Jr],Qr=lr[Jr];if(Co.visible&&Co!==ot&&Qr.length!==0){if(Co instanceof In){var th=a,Wh=E,Pd=Co.alignmentFocus;Pd.Mc()&&(Pd=_a);var Hy=Co.angle;Co.Kb=0,Co.measure(1/0,1/0,0,0),Co.Kb=Hy;var H0=Co.measuredBounds,Gg=H0.width,wd=H0.height,xf=ge.allocAt(0,0,Gg,wd),ps=It.alloc();ps.xi(xf,Pd),ge.free(xf);for(var eh=-ps.x,Ua=-ps.y,oa=new ge,Bu=Qr.length,Hg=0;Hg<Bu;Hg++)for(var Du=Qr[Hg],W0=Du.$l.x,Wg=Du.$l.y,lo=Du.angle,ba=0;4>ba;ba++){switch(ba){case 0:ps.h(eh,Ua);break;case 1:ps.h(eh+Gg,Ua);break;case 2:ps.h(eh,Ua+wd);break;case 3:ps.h(eh+Gg,Ua+wd)}ps.rotate(lo+Co.angle),ps.offset(W0,Wg),Hg===0&&ba===0?oa.h(ps.x,ps.y,0,0):oa.Ye(ps),ps.offset(-W0,-Wg),ps.rotate(-lo-Co.angle)}It.free(ps),th.graduatedBounds!==null&&th.graduatedBounds.push(oa),eo(Wh,oa.x,oa.y,oa.width,oa.height)}else if(Co instanceof Fi){var pa=a,V0=E;pa.temporaryTextBlock===null&&(pa.temporaryTextBlock=new Fi);var Ns=pa.temporaryTextBlock;y1(Ns,Co);var Vh=Co.alignmentFocus;Vh.Mc()&&(Vh=_a);for(var ma=Co.segmentOrientation,Vg=Co.segmentOffset,Ou=new ge,Mp=0,Ug=0,ol=0,Cd=0,Iu=0,Yg=Qr.length,Uh=0;Uh<Yg;Uh++){var bl=Qr[Uh];Mp=bl.$l.x,Ug=bl.$l.y,ol=bl.angle,Iu=Cd=Co.angle,ma!==Yr&&(Iu=ma===Zc||ma===Jm?ol+Co.angle:ol,Cd=Ae.computeAngle(ma,Iu)),Ns.Kb=Cd,Ns.text=bl.text||"",Ns.measure(1/0,1/0,0,0);var Yh=Ns.measuredBounds,nh=Ns.naturalBounds,_h=nh.width,Ld=nh.height,Ya=Wn.alloc();Ya.reset(),Ya.translate(-Yh.x,-Yh.y),Ya.scale(Ns.scale,Ns.scale),Ya.rotate(Iu,_h/2,Ld/2),ma!==Jc&&ma!==$c||Ya.rotate(90,_h/2,Ld/2),ma!==Qc&&ma!==qc||Ya.rotate(-90,_h/2,Ld/2),ma===Qm&&(45<ol&&135>ol||225<ol&&315>ol)&&Ya.rotate(-ol,_h/2,Ld/2);var Pf=ge.allocAt(0,0,_h,Ld),Kh=It.alloc();Kh.xi(Pf,Vh),Ya.Ga(Kh);var wf=-Kh.x,Wy=-Kh.y,ih=It.alloc();ih.assign(Vg),isNaN(ih.x)&&(ih.x=_h/2+3),isNaN(ih.y)&&(ih.y=-(Ld/2+3)),ih.rotate(ol),Mp+=ih.x+wf,Ug+=ih.y+Wy;var kd=new ge(Mp,Ug,Yh.width,Yh.height),Tp=new ge(Yh.x,Yh.y,Yh.width,Yh.height),Vy=new ge(nh.x,nh.y,nh.width,nh.height);bl.Sz=Cd,bl.lineCount=Ns.lineCount,bl.lines=[Ns.Cb,Ns.Ih,Ns.df,Ns.Le,Ns.Qc,Ns.Qb,Ns.ze],bl.actualBounds=kd,bl.measuredBounds=Tp,bl.naturalBounds=Vy,Uh===0?Ou.assign(kd):Ou.ed(kd),It.free(ih),It.free(Kh),ge.free(Pf),Wn.free(Ya)}pa.graduatedBounds!==null&&pa.graduatedBounds.push(Ou),eo(V0,Ou.x,Ou.y,Ou.width,Ou.height)}Fo(Co,!1)}}},Rc.prototype.arrange=function(a,y,x){if(a.graduatedBounds!==null){var b=a.Pb(),E=a.graduatedMarks;if(E!==null){var z=a.graduatedBounds,tt=0,ot=z[tt];tt++,b!==null&&b.arrange(ot.x-x.x,ot.y-x.y,ot.width,ot.height);for(var rt=y.length,at=0;at<rt;at++){var ht=y[at];ot=E[at],ht.visible&&ht!==b&&ot.length!==0&&(ot=z[tt],tt++,ht.arrange(ot.x-x.x,ot.y-x.y,ot.width,ot.height))}a.graduatedBounds=null}}},Rc.prototype.gc=function(a,y,x){var b=x.$i;x.$i=!0;var E=a.naturalBounds,z=E.width,tt=E.height;E=y instanceof ws,y.save(),y.beginPath(),y.rect(-1,-1,z+1,tt+1),y.clip(),y.Se(),z=a.Pb(),z.gc(y,x),tt=a.Df()*x.scale,0>=tt&&(tt=1);for(var ot=z.actualBounds,rt=a.O.s,at=a.graduatedMarks,ht=rt.length,gt=0;gt<ht;gt++){var mt=rt[gt],yt=at[gt],St=yt.length;if(mt.visible&&mt!==z&&yt.length!==0){if(mt instanceof In){if(!(2>a.graduatedTickUnit*mt.interval*z.geometry.flattenedTotalLength/a.graduatedRange*tt&&mt.graduatedSkip===null)){var Lt=mt.measuredBounds,Bt=mt.strokeWidth*mt.scale,Ft=mt.alignmentFocus;Ft.Mc()&&(Ft=_a);for(var zt=0;zt<St;zt++){var Ht=yt[zt].$l,Vt=yt[zt].angle,_t=Ft,ee=mt.Ab;ee.reset(),ee.translate(Ht.x+ot.x,Ht.y+ot.y),ee.rotate(Vt+mt.angle,0,0),ee.translate(-Lt.width*_t.x+_t.offsetX+Bt/2,-Lt.height*_t.y+_t.offsetY+Bt/2),ee.scale(mt.scale,mt.scale),ha(mt,!1),mt.wh.set(mt.Ab),mt.Kk=mt.scale,Qs(mt,!1),mt.gc(y,x),E&&(a.svg.appendChild(mt.svg),mt.svg=null),mt.Ab.reset()}}}else if(mt instanceof Fi)for(a.temporaryTextBlock===null&&(a.temporaryTextBlock=new Fi),Lt=a.temporaryTextBlock,y1(Lt,mt),Bt=0;Bt<St;Bt++)Ft=yt[Bt],Ft.actualBounds&&Ft.measuredBounds&&Ft.naturalBounds&&(Lt.ec=Ft.text||"",Lt.Kb=Ft.Sz||0,Lt.Gc=Ft.lineCount||0,zt=Ft.lines,zt!==void 0&&(Lt.Cb=zt[0],Lt.Ih=zt[1],Lt.df=zt[2],Lt.Le=zt[3],Lt.Qc=zt[4],Lt.Qb=zt[5],Lt.ze=zt[6]),Ft.naturalBounds&&(Lt.dc=Ft.naturalBounds),Ft.actualBounds&&(zt=Ft.actualBounds,Lt.arrange(zt.x,zt.y,zt.width,zt.height)),zt=Ft.actualBounds,Lt.arrange(zt.x,zt.y,zt.width,zt.height),Ht=Ft.measuredBounds,Ft=Ft.naturalBounds,Vt=Lt.Ab,Vt.reset(),Vt.translate(zt.x+ot.x,zt.y+ot.y),Vt.translate(-Ht.x,-Ht.y),Lt.no(Vt,Ft.x,Ft.y,Ft.width,Ft.height),ha(Lt,!1),Lt.wh.set(Lt.Ab),Lt.Kk=Lt.scale,Qs(Lt,!1),Lt.Ng=mt.part,Lt.Me=mt.panel,Lt.gc(y,x),Lt.Me=null,Lt.Ng=null,E&&(a.svg.appendChild(Lt.svg),Lt.svg=null))}}x.$i=b,y.restore(),y.Vc(!0)};function Ne(a,y){if(Xt.call(this),this.na=null,a===void 0)this.na=Ne.Position;else if(typeof a=="string"){var x=Ca.I(a);x!==null&&(this.na=x)}else a instanceof Bo?this.na=a:a&&(this.na=Ne.Position,y=a);this.na===null&&se("Panel type not specified or PanelLayout not loaded: "+a),this.l=this.l|4194304|(this.na===Ne.Grid?1048576:0),this.O=new Oe,this.yb=Aa,this.Tm=cr,this.Uf=Bn,this.$g=null,this.$e="",this.jg=new ge(NaN,NaN,NaN,NaN),this.T=this.F=null,this.xo=on,this.jn=jo,this.kn=er,this.ub=this.ra=null,this.zn=NaN,this.ge=this.Hh=null,y&&Object.assign(this,y)}re(Ne,Xt),Ne.prototype.cloneProtected=function(a){Xt.prototype.cloneProtected.call(this,a),a.na=this.na,a.yb=this.yb.J(),a.Tm=this.Tm.J(),a.Uf=this.Uf,a.$e=this.$e,a.jg.assign(this.jg),this.T!==null&&(a.T=this.T.copy(a)),a.xo=this.xo,a.jn=this.jn.J(),a.kn=this.kn.J(),this.ra!==null&&(a.ra=this.ra.copy()),a.ub=this.ub,a.zn=this.zn,a.Hh=this.Hh},Ne.prototype.Af=function(a){Xt.prototype.Af.call(this,a),a.O=this.O;for(var y=a.O.s,x=y.length,b=0;b<x;b++)y[b].Me=a;a.$g=null},Ne.prototype.copy=function(){var a=Xt.prototype.copy.call(this);if(a!==null){for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b].copy();E.wi(a),E.Ng=null;var z=a.O,tt=z.count;if(z.Gb(tt,E),z=a.part,z!==null){z.Rh=null,E.portId!==null&&z instanceof Ke&&(z.Te=!0);var ot=a.diagram;ot!==null&&ot.undoManager.isUndoingRedoing||z.cb(yo,"elements",a,null,E,null,tt)}}return a}return null},xt=Ne.prototype,xt.toString=function(){return"Panel("+this.type.name+")#"+fo(this)},xt.Pn=function(a){Xt.prototype.Pn.call(this,a);for(var y=this.O.s,x=y.length,b=0;b<x;b++)y[b].Pn(a)},xt.hh=function(a,y){if(this.na===Ne.Grid)a.yc(),this.na.gc(this,a,y);else if(this.na===Ne.Graduated)a.yc(),this.na.gc(this,a,y);else{if(this.na===Ne.Table)if(a.yc(),a instanceof ws){var x=a.yd;a.yd=lm(a,"gojs-ts"),cv(this,a),a.nh.pop(),a.yd=x}else cv(this,a);(x=this.isClipping&&this.na===Ne.Spot)&&a.save();for(var b=this.Pb(),E=this.O.s,z=E.length,tt=0;tt<z;tt++){var ot=E[tt];x&&ot===b&&(a.clipInsteadOfFill=!0),ot.gc(a,y),x&&ot===b&&(a.clipInsteadOfFill=!1)}x&&(a.restore(),a.Vc(!0))}};function cv(a,y){y.lineCap="butt";var x=0<a.rowCount?a.rowDefs:null,b=0<a.columnCount?a.colDefs:null;x!==null&&wm(a,y,!0,x,!0),b!==null&&wm(a,y,!1,b,!0),x!==null&&o1(a,y,!0,x),b!==null&&o1(a,y,!1,b),x!==null&&wm(a,y,!0,x,!1),b!==null&&wm(a,y,!1,b,!1)}function o1(a,y,x,b){for(var E=b.length,z=a.actualBounds,tt=a.naturalBounds,ot=!0,rt=0;rt<E;rt++){var at=b[rt];if(at!==void 0&&at.actual!==0)if(ot)ot=!1;else{if(x){if(at.position>tt.height)continue}else if(at.position>tt.width)continue;var ht=at.separatorStrokeWidth;isNaN(ht)&&(ht=x?a.defaultRowSeparatorStrokeWidth:a.defaultColumnSeparatorStrokeWidth);var gt=at.separatorStroke;if(gt===null&&(gt=x?a.defaultRowSeparatorStroke:a.defaultColumnSeparatorStroke),ht!==0&>!==null){no(a,y,gt,!1,!1,tt,z),gt=!1;var mt=at.separatorDashArray;mt===null&&(mt=x?a.defaultRowSeparatorDashArray:a.defaultColumnSeparatorDashArray),mt!==null&&(gt=!0,y.js(mt,0)),y.beginPath(),mt=at.position+ht,x?mt>tt.height&&(ht-=mt-tt.height):mt>tt.width&&(ht-=mt-tt.width),at=at.position+ht/2,y.lineWidth=ht,ht=a.yb,x?(at+=ht.top,mt=tt.width-ht.right,y.moveTo(ht.left,at),y.lineTo(mt,at)):(at+=ht.left,mt=tt.height-ht.bottom,y.moveTo(at,ht.top),y.lineTo(at,mt)),y.stroke(),y.Se(),gt&&y.fs()}}}}function wm(a,y,x,b,E){for(var z=b.length,tt=a.actualBounds,ot=a.naturalBounds,rt=r1(a,!0),at=r1(a,!1),ht=0;ht<z;ht++){var gt=b[ht];if(gt!==void 0&>.background!==null&>.coversSeparators!==E&>.actual!==0){var mt=x?tt.height:tt.width;if(!(gt.position>mt)){var yt=gt.Wc(),St=gt.separatorStrokeWidth;isNaN(St)&&(St=x?a.defaultRowSeparatorStrokeWidth:a.defaultColumnSeparatorStrokeWidth);var Lt=gt.separatorStroke;Lt===null&&(Lt=x?a.defaultRowSeparatorStroke:a.defaultColumnSeparatorStroke),(Lt===null||gt.index===(x?rt:at))&&(St=0),yt-=St,St=gt.position+St,yt+=gt.actual,St+yt>mt&&(yt=mt-St),0>=yt||(mt=a.yb,no(a,y,gt.background,!0,!1,ot,tt),x?y.fillRect(mt.left,St+mt.top,tt.width-(mt.left+mt.right),yt):y.fillRect(St+mt.left,mt.top,yt,tt.height-(mt.top+mt.bottom)))}}}}function r1(a,y){for(var x=y?a.rowCount:a.columnCount,b=0;b<x;b++){var E=y?a.rowDefs[b]:a.colDefs[b];if(E!==void 0)return E.index}return 0}function pv(a){return a==="LineV"||a==="BarV"}xt.lv=function(){for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].lv();this.Uc=!0},xt.kk=function(a,y,x){if(!Xt.prototype.kk.call(this,a,y,x))return!1;if(this.type===Ne.Table)x=this.svg.getElementsByClassName("gojs-ts"),x=x.length!==0?x[0]:null,x!==null&&(x.innerHTML=""),a.yd=x,cv(this,a),a.yd=null;else if(this.na===Ne.Grid||this.na===Ne.Graduated)return this.svg.innerHTML="",this.svg.remove(),!1;x=this.O.s;for(var b=x.length,E=0;E<b;E++)x[E].gc(a,y);return!0},xt.nk=function(){return!0},xt.$o=function(a,y,x,b){if(!this.isClipping)if(this.Dd()&&a.bk!==null){a=a.bk,y=this.O.s;for(var E=0,z=0,tt=0;tt<y.length;tt++)if(y[tt].Ed()){var ot=y[tt].actualBounds;E=tt===0?ot.x:Math.min(ot.x,E),z=tt===0?ot.y:Math.min(ot.y,z)}b.setAttributeNS(null,"clip-path","path('M "+(a.x-x.x-E)+","+(a.y-x.y-z)+" l "+a.width+" 0 l 0 "+a.height+" l -"+a.width+" 0 z')")}else Xt.prototype.$o.call(this,a,y,x,b)},xt.Sj=function(a,y,x,b,E){var z=this.se(),tt=this.transform,ot=1/(tt.m11*tt.m22-tt.m12*tt.m21),rt=tt.m22*ot,at=-tt.m12*ot,ht=-tt.m21*ot,gt=tt.m11*ot,mt=ot*(tt.m21*tt.dy-tt.m22*tt.dx),yt=ot*(tt.m12*tt.dx-tt.m11*tt.dy);if(this.areaBackground!==null)return tt=this.actualBounds,Jt.Ff(tt.left,tt.top,tt.right,tt.bottom,a,y,x,b,E);if(this.background!==null)return z=a*rt+y*ht+mt,ot=a*at+y*gt+yt,a=x*rt+b*ht+mt,rt=x*at+b*gt+yt,E.h(0,0),x=this.naturalBounds,z=Jt.Ff(0,0,x.width,x.height,z,ot,a,rt,E),E.transform(tt),z;z||(rt=1,ht=at=0,gt=1,yt=mt=0),ot=a*rt+y*ht+mt,a=a*at+y*gt+yt,rt=x*rt+b*ht+mt,x=x*at+b*gt+yt,E.h(rt,x),b=(rt-ot)*(rt-ot)+(x-a)*(x-a),at=!1,gt=this.O.s,yt=gt.length,ht=It.alloc(),mt=null,y=1/0;var St=null,Lt=this.isClipping&&this.na===Ne.Spot;Lt&&(St=It.alloc(),mt=this.Pb(),(at=mt.Sj(ot,a,rt,x,St))&&(y=(ot-St.x)*(ot-St.x)+(a-St.y)*(a-St.y)));for(var Bt=0;Bt<yt;Bt++){var Ft=gt[Bt];Ft.visible&&Ft!==mt&&Ft.Sj(ot,a,rt,x,ht)&&(at=!0,Ft=(ot-ht.x)*(ot-ht.x)+(a-ht.y)*(a-ht.y),Ft<b&&(b=Ft,E.set(ht)))}return Lt&&(y>b&&E.set(St),It.free(St)),It.free(ht),z&&E.transform(tt),at},xt.Gj=function(){for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Gj();Xt.prototype.Gj.call(this)},xt.v=function(a){if(!Is(this)){Xt.prototype.v.call(this,a),a=null,(this.na===Ne.Auto||this.na===Ne.Link)&&(a=this.Pb());for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];if((E===a||E.isPanelMain)&&E.v(!0),!E.desiredSize.w()){var z=ns(E,!1);(E instanceof Ur||E instanceof Ne||E instanceof Fi||z!==we)&&E.v(!0)}}}},xt.Uj=function(){if(!Is(this)){Fo(this,!0),vl(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Uj()}},xt.Uk=function(){if(!(this.l&2048)){ha(this,!0),Qs(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Wu()}},xt.Wu=function(){Qs(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Wu()},xt.Wl=function(a,y,x,b){var E=this.jg;E.h(0,0,0,0);var z=this.desiredSize,tt=this.minSize;x===void 0&&(x=tt.width,b=tt.height),x=Math.max(x,tt.width),b=Math.max(b,tt.height);var ot=this.maxSize;isNaN(z.width)||(a=Math.min(z.width,ot.width)),isNaN(z.height)||(y=Math.min(z.height,ot.height)),a=Math.max(x,a),y=Math.max(b,y);var rt=this.yb;a=Math.max(a-rt.left-rt.right,0),y=Math.max(y-rt.top-rt.bottom,0);var at=this.O.s;at.length!==0&&this.na.measure(this,a,y,at,E,x,b),a=E.width+rt.left+rt.right,rt=E.height+rt.top+rt.bottom,isFinite(z.width)&&(a=z.width),isFinite(z.height)&&(rt=z.height),a=Math.min(ot.width,a),rt=Math.min(ot.height,rt),a=Math.max(tt.width,a),rt=Math.max(tt.height,rt),a=Math.max(x,a),rt=Math.max(b,rt),ms(E,a,rt),ms(this.naturalBounds,a,rt),this.Ge(0,0,a,rt)},xt.Pb=function(){if(this.$g===null){var a=this.O.s,y=a.length;if(y===0)return null;for(var x=0;x<y;x++){var b=a[x];if(b.isPanelMain===!0)return this.$g=b}this.$g=a[0]}return this.$g};function Zl(a){return a.part!==null?a.part.locationObject:null}xt.eh=function(a,y,x,b){var E=this.O.s;if(this.actualBounds.h(a,y,x,b),E.length!==0){if(!this.desiredSize.w()){a=ns(this,!0);var z=this.measuredBounds;y=z.width,z=z.height;var tt=this.Kg,ot=tt.left+tt.right;switch(tt=tt.top+tt.bottom,y===x&&z===b&&(a=we),a){case we:(y>x||z>b)&&(this.v(),this.measure(y>x?x:y,z>b?b:z,0,0));break;case Me:this.v(!0),this.measure(x+ot,b+tt,0,0);break;case hn:this.v(!0),this.measure(x+ot,z+tt,0,0);break;case Sn:this.v(!0),this.measure(y+ot,b+tt,0,0)}}this.na.arrange(this,E,this.jg)}},xt.gh=function(a){var y=this.naturalBounds,x=Zl(this);if(ir(0,0,y.width,y.height,a.x,a.y)){y=this.O.s;for(var b=y.length,E=It.allocAt(0,0);b--;){var z=y[b];if((z.visible||z===x)&&(co(E.set(a),z.transform),z.ca(E)))return It.free(E),!0}return It.free(E),!(this.Ma===null&&this.areaBackground===null)}return!1},xt.ks=function(a){if(this.bindingId===a)return this;for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b].ks(a);if(E!==null)return E}return null},xt.qm=function(a,y){if(y(this,a),a instanceof Ne){a=a.O.s;for(var x=a.length,b=0;b<x;b++)this.qm(a[b],y)}};function dd(a,y){s1(a,a,y)}function s1(a,y,x){x(y),y=y.O.s;for(var b=y.length,E=0;E<b;E++){var z=y[E];z instanceof Ne&&s1(a,z,x)}}function vx(a,y){a1(a,a,y)}function a1(a,y,x){if(x(y),y instanceof Ne){y=y.O.s;for(var b=y.length,E=0;E<b;E++)a1(a,y[E],x)}}xt.Nl=function(a){return l1(this,this,a)};function l1(a,y,x){if(x(y))return y;if(y instanceof Ne){y=y.O.s;for(var b=y.length,E=0;E<b;E++){var z=l1(a,y[E],x);if(z!==null)return z}}return null}xt.fb=function(a){if(this.name===a)return this;var y=this.O.s,x=y.length;this.Hh===null&&this.itemTemplateMap===null||(x=zc(this));for(var b=0;b<x;b++){var E=y[b];if(E instanceof Ne){var z=E.fb(a);if(z!==null)return z}if(E.name===a)return E}return null};function h1(a){a=a.O.s;for(var y=a.length,x=0,b=0;b<y;b++){var E=a[b];E instanceof Ne?x=Math.max(x,h1(E)):E instanceof In&&(x=Math.max(x,E.ig/2*E.strokeMiterLimit*E.Df()))}return x}xt.se=function(){return!(this.type===Ne.TableRow||this.type===Ne.TableColumn)};function Fh(a){return a.type===Ne.TableRow||a.type===Ne.TableColumn}xt.ic=function(a,y,x){if(this.pickable===!1||(y===void 0&&(y=null),x===void 0&&(x=null),Wr(this)))return null;var b=this.naturalBounds,E=1/this.Df(),z=this.se(),tt=z?a:co(It.allocAt(a.x,a.y),this.transform),ot=this.diagram,rt=10,at=5;if(ot!==null&&(rt=ot.Ql("extraTouchArea"),at=rt/2),ir(-(at*E),-(at*E),b.width+rt*E,b.height+rt*E,tt.x,tt.y)){if(!this.isAtomic){E=this.O.s;var ht=E.length;if(ot=It.alloc(),at=(rt=this.isClipping&&this.na===Ne.Spot)?this.Pb():null,rt&&(at.se()?co(ot.set(a),at.transform):ot.set(a),!at.ca(ot)))return It.free(ot),z||It.free(tt),null;for(var gt=Zl(this);ht--;){var mt=E[ht];if((mt.visible||mt===gt)&&(mt.se()?co(ot.set(a),mt.transform):ot.set(a),!rt||mt!==at)){var yt=null;if(mt instanceof Ne?yt=mt.ic(ot,y,x):mt.pickable===!0&&mt.ca(ot)&&(yt=mt),yt!==null&&(y!==null&&(yt=y(yt)),yt!==null&&(x===null||x(yt))))return It.free(ot),z||It.free(tt),yt}}It.free(ot)}return this.background===null&&this.areaBackground===null?(z||It.free(tt),null):(a=ir(0,0,b.width,b.height,tt.x,tt.y)?this:null,z||It.free(tt),a)}return z||It.free(tt),null},xt.ji=function(a,y,x,b){if(this.pickable===!1)return!1;y===void 0&&(y=null),x===void 0&&(x=null);var E=this.naturalBounds,z=this.se(),tt=z?a:co(It.allocAt(a.x,a.y),this.transform);if(E=ir(0,0,E.width,E.height,tt.x,tt.y),Fh(this)||E){if(!this.isAtomic){for(var ot=this.O.s,rt=ot.length,at=It.alloc(),ht=Zl(this);rt--;){var gt=ot[rt];if(gt.visible||gt===ht){gt.se()?co(at.set(a),gt.transform):at.set(a);var mt=gt;gt=gt instanceof Ne?gt:null,(gt!==null?gt.ji(at,y,x,b):mt.ca(at))&&mt.pickable!==!1&&(y!==null&&(mt=y(mt)),mt===null||x!==null&&!x(mt)||b.add(mt))}}It.free(at)}return z||It.free(tt),E&&(this.background!==null||this.areaBackground!==null)}return z||It.free(tt),!1},xt.Cf=function(a,y,x,b,E,z){if(this.pickable===!1)return!1;y===void 0&&(y=null),x===void 0&&(x=null);var tt=z;if(z===void 0&&(tt=Wn.alloc(),tt.reset()),tt.multiply(this.transform),this.fh(a,tt))return mv(this,y,x,E),z===void 0&&Wn.free(tt),!0;if(this.Yc(a,tt)){if(!this.isAtomic)for(var ot=Zl(this),rt=this.O.s,at=rt.length;at--;){var ht=rt[at];if(ht.visible||ht===ot){var gt=ht.actualBounds,mt=this.naturalBounds;gt.x>mt.width||gt.y>mt.height||0>gt.x+gt.width||0>gt.y+gt.height||(gt=ht,ht=ht instanceof Ne?ht:null,mt=Wn.alloc(),mt.set(tt),(ht!==null?ht.Cf(a,y,x,b,E,mt):Go(gt,a,b,mt))&&(y!==null&&(gt=y(gt)),gt===null||x!==null&&!x(gt)||E.add(gt)),Wn.free(mt))}}return z===void 0&&Wn.free(tt),b}return z===void 0&&Wn.free(tt),!1};function mv(a,y,x,b){for(var E=a.O.s,z=E.length;z--;){var tt=E[z];if(tt.visible){var ot=tt.actualBounds,rt=a.naturalBounds;ot.x>rt.width||ot.y>rt.height||0>ot.x+ot.width||0>ot.y+ot.height||(tt instanceof Ne&&mv(tt,y,x,b),y!==null&&(tt=y(tt)),tt===null||x!==null&&!x(tt)||b.add(tt))}}}xt.og=function(a,y,x,b,E,z){if(this.pickable===!1)return!1;x===void 0&&(x=null),b===void 0&&(b=null);var tt=this.naturalBounds,ot=this.se(),rt=ot?a:co(It.allocAt(a.x,a.y),this.transform),at=ot?y:co(It.allocAt(y.x,y.y),this.transform),ht=rt.Bf(at),gt=0<rt.x&&rt.x<tt.width&&0<rt.y&&rt.y<tt.height||nr(rt.x,rt.y,0,0,0,tt.height)<=ht||nr(rt.x,rt.y,0,tt.height,tt.width,tt.height)<=ht||nr(rt.x,rt.y,tt.width,tt.height,tt.width,0)<=ht||nr(rt.x,rt.y,tt.width,0,0,0)<=ht;if(tt=rt.zd(0,0)<=ht&&rt.zd(0,tt.height)<=ht&&rt.zd(tt.width,0)<=ht&&rt.zd(tt.width,tt.height)<=ht,ot||(It.free(rt),It.free(at)),gt){if(!this.isAtomic){rt=It.alloc(),at=It.alloc(),ht=Zl(this);for(var mt=this.O.s,yt=mt.length;yt--;){var St=mt[yt];if(St.visible||St===ht){var Lt=St.actualBounds,Bt=this.naturalBounds;(!ot||!(Lt.x>Bt.width||Lt.y>Bt.height||0>Lt.x+Lt.width||0>Lt.y+Lt.height))&&(St.se()?(Lt=St.transform,co(rt.set(a),Lt),co(at.set(y),Lt)):(rt.set(a),at.set(y)),Lt=St,St=St instanceof Ne?St:null,(St!==null?St.og(rt,at,x,b,E,z):Lt.tx(rt,at,E))&&(x!==null&&(Lt=x(Lt)),Lt===null||b!==null&&!b(Lt)||z.add(Lt)))}}It.free(rt),It.free(at)}return E?gt:tt}return!1};function vv(a){var y=null;return a instanceof In&&(y=a.spot1,y===cr&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot1)),y===null&&(y=gr),y}function yv(a){var y=null;return a instanceof In&&(y=a.spot2,y===cr&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot2)),y===null&&(y=Us),y}xt.add=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];for(x=0;x<y.length;x++)this.Gb(this.O.count,y[x]);return this},xt.M=function(a){return this.O.M(a)},xt.Gb=function(a,y){y instanceof gn&&se("Cannot add a Part to a Panel: "+y+"; use a Panel instead"),(this===y||this.rg(y))&&(this===y&&se("Cannot make a Panel contain itself: "+this.toString()),se("Cannot make a Panel indirectly contain itself: "+this.toString()+" already contains "+y.toString()));var x=y.panel;if(x!==null&&x!==this&&se("Cannot add a GraphObject that already belongs to another Panel to this Panel: "+y.toString()+", already contained by "+x.toString()+", cannot be shared by this Panel: "+this.toString()),this.na!==Ne.Grid||y instanceof In||se("Can only add Shapes to a Grid Panel, not: "+y),this.na!==Ne.Graduated||y instanceof In||y instanceof Fi||se("Can only add Shapes or TextBlocks to a Graduated Panel, not: "+y),y.wi(this),y.Ng=null,this.itemArray!==null){var b=y.data;b!==null&&typeof b=="object"&&(this.ge===null&&(this.ge=new yn),this.ge.add(b,y))}var E=this.O;if(b=-1,x===this){for(var z=-1,tt=this.O.s,ot=tt.length,rt=0;rt<ot;rt++)if(tt[rt]===y){z=rt;break}if(z!==-1){if(z===a||z+1>=E.count&&a>=E.count)return;E.mb(z),b=z}else se("element "+y.toString()+" has panel "+x.toString()+" but is not contained by it.")}(0>a||a>E.count)&&(a=E.count),E.Gb(a,y),(a===0||y.isPanelMain)&&(this.$g=null),Is(this)||this.v(),y.v(!1),y.portId!==null?this.Te=!0:y instanceof Ne&&y.Te===!0&&(this.Te=!0),this.graduatedIntervals=null,this.If()||Lm(this,y,!1),x=this.part,x!==null&&(x.Rh=null,x.ag=NaN,this.Te&&x instanceof Ke&&(x.Te=!0),x.Te&&x instanceof Ke&&(x.wc=null),E=this.diagram,E!==null&&E.undoManager.isUndoingRedoing||(b!==-1&&x.cb(Ao,"elements",this,y,null,b,null),x.cb(yo,"elements",this,null,y,null,a)))};function Sv(a,y){a.l=y?a.l|16777216:a.l&-16777217}xt.remove=function(a){for(var y=this.O.s,x=y.length,b=-1,E=0;E<x;E++)if(y[E]===a){b=E;break}b!==-1&&this.pc(b,!0)},xt.mb=function(a){0<=a&&this.pc(a,!0)},xt.pc=function(a,y){var x=this.O,b=x.M(a);if(b.Ng=null,b.wi(null),this.ge!==null){var E=b.data;typeof E=="object"&&this.ge.remove(E)}x.mb(a),Fo(this,!1),this.v(),this.$g===b&&(this.$g=null),this.graduatedIntervals=null;var z=this.part;z!==null&&(z.Rh=null,z.ag=NaN,z.Wb(),z instanceof Ke&&(b instanceof Ne?b.qm(b,function(tt,ot){Wv(z,ot,y)}):Wv(z,b,y)),x=this.diagram,x!==null&&x.undoManager.isUndoingRedoing||z.cb(Ao,"elements",this,b,null,a,null))},xt.Fb=function(a){0>a&&Hn(a,">= 0",Ne,"getRowDefinition:idx"),a=Math.round(a);var y=this.rowDefs;if(y[a]===void 0){var x=new bo;x.wi(this),x.isRow=!0,x.index=a,y[a]=x,this.cb(yo,"rowdefs",this,null,x,null,a)}return y[a]},xt.oA=function(a){if(0>a&&Hn(a,">= 0",Ne,"removeRowDefinition:idx"),this.rowCount!==0){a=Math.round(a);var y=this.rowDefs,x=y[a];if(x){y[a]=void 0;for(var b=y.length-1;0<=b&&y[b--]===void 0;)y.length--;this.cb(Ao,"rowdefs",this,x,null,a,null),this.v()}}};function u1(a,y,x){var b=a.rowDefs;if(!(0>y)){if(b[y]=x instanceof bo?x:void 0,!x)for(y=b.length-1;0<=y&&b[y--]===void 0;)b.length--;a.v()}}xt.Eb=function(a){0>a&&Hn(a,">= 0",Ne,"getColumnDefinition:idx"),a=Math.round(a);var y=this.colDefs;if(y[a]===void 0){var x=new bo;x.wi(this),x.isRow=!1,x.index=a,y[a]=x,this.cb(yo,"coldefs",this,null,x,null,a)}return y[a]},xt.jA=function(a){if(0>a&&Hn(a,">= 0",Ne,"removeColumnDefinition:idx"),this.columnCount!==0){a=Math.round(a);var y=this.colDefs,x=y[a];if(x){y[a]=void 0;for(var b=y.length-1;0<=b&&y[b--]===void 0;)y.length--;this.cb(Ao,"coldefs",this,x,null,a,null),this.v()}}};function d1(a,y,x){var b=a.colDefs;if(!(0>y)){if(b[y]=x instanceof bo?x:void 0,!x)for(y=b.length-1;0<=y&&b[y--]===void 0;)b.length--;a.v()}}xt.Gy=function(a){var y=null;return a.isRow?y=this.Fb(a.index):a.isRow||(y=this.Eb(a.index)),y&&km(y,a),this},xt.Hy=function(a,y){return(a=this.Fb(a))&&km(a,new bo(y)),this},xt.By=function(a,y){return(a=this.Eb(a))&&km(a,new bo(y)),this},xt.nz=function(a){if(0>a||this.type!==Ne.Table||this.rowCount===0)return-1;for(var y=0,x=this.rowDefs,b=x.length,E=this.topIndex;E<b;E++){var z=x[E];if(z!==void 0&&(y+=z.total,a<y))break}return E},xt.fz=function(a){if(0>a||this.type!==Ne.Table||this.columnCount===0)return-1;for(var y=0,x=this.colDefs,b=x.length,E=this.leftIndex;E<b;E++){var z=x[E];if(z!==void 0&&(y+=z.total,a<y))break}return E},xt.Fz=function(a,y){if(y===void 0&&(y=new It(NaN,NaN)),this.type!==Ne.Graduated)return y.h(NaN,NaN),y;a=Math.min(Math.max(a,this.graduatedMin),this.graduatedMax);var x=this.Pb();return x.geometry.Pu((a-this.graduatedMin)/this.graduatedRange,y),x.transform.Ga(y)},xt.Gz=function(a){if(this.type!==Ne.Graduated)return NaN;var y=this.Pb();return y.transform.Cd(a),y.geometry.xx(a)*this.graduatedRange+this.graduatedMin};function f1(a){return a=a.allBindings,a!==null&&a._isFrozen}function da(a){var y=a.allBindings;if(y===null)a.data!==null&&se("Template cannot have .data be non-null: "+a),a.allBindings=y=new Oe;else if(y._isFrozen)return;var x=new Oe;Sv(a,!1),a.qm(a,function(at,ht){ht.th();var gt=ht.localBindings;if(gt!==null)for(ef(ht,!1),gt=gt.iterator;gt.next();){var mt=gt.value;mt.mode===ap&&ef(ht,!0);var yt=mt.sourceName;yt!==null&&(yt==="/"&&Sv(at,!0),yt=MS(mt,at,ht),yt!==null&&(x.add(yt),yt.srcBindings===null&&(yt.srcBindings=new Oe),yt.srcBindings.add(mt))),y.add(mt)}if(ht instanceof Ne&&ht.type===Ne.Table){if(0<ht.rowCount){for(at=ht.rowDefs,gt=at.length,mt=0;mt<gt;mt++)if(yt=at[mt],yt!==void 0&&yt.be!==null)for(var St=yt.be.iterator;St.next();){var Lt=St.value;Lt.xd=yt,Lt.to=2,Lt.wl=yt.index,y.add(Lt)}}if(0<ht.columnCount){for(ht=ht.colDefs,at=ht.length,gt=0;gt<at;gt++)if(mt=ht[gt],mt!==void 0&&mt.be!==null)for(yt=mt.be.iterator;yt.next();)St=yt.value,St.xd=mt,St.to=1,St.wl=mt.index,y.add(St)}}});for(var b=x.iterator;b.next();){var E=b.value;if(E.srcBindings!==null){ef(E,!0);for(var z=E.srcBindings.iterator;z.next();){var tt=z.value;E.localBindings===null&&(E.localBindings=new Oe),E.localBindings.add(tt)}}E.srcBindings=null}for(b=y.iterator;b.next();)if(E=b.value,z=E.xd,z!==null){E.xd=null;var ot=E.targetProperty,rt=ot.indexOf(".");0<rt&&z instanceof Ne&&(tt=ot.substring(0,rt),ot=ot.substr(rt+1),rt=z.fb(tt),rt!==null?(z=rt,E.targetProperty=ot):pi('Warning: unable to find GraphObject named "'+tt+'" for Binding: '+E.toString())),z instanceof bo?(tt=fo(z.panel),E.Ai=tt===void 0?-1:tt,z.panel.bindingId=E.Ai):z instanceof Xt?(tt=fo(z),E.Ai=tt===void 0?-1:tt,z.bindingId=E.Ai):se("Unknown type of binding target: "+z)}y.freeze(),a instanceof gn&&a.Zc()&&a.Va()}xt.Uy=function(a){a===void 0&&(a=!1);var y=this.copy();return vx(y,function(x){x instanceof Ne&&(x.allBindings=null,x.ub=null);var b=x.localBindings;b!==null&&(x.localBindings=null,b.each(function(E){x.bind(E.copy())})),b=x.animationTriggers,b!==null&&(x.animationTriggers=null,b.each(function(E){x.Jv(E.value.copy())}))}),a&&da(y),y},xt.La=function(a){var y=this.allBindings;if(y!==null)for(a===void 0&&(a=""),y=y.iterator;y.next();){var x=y.value,b=x.sourceProperty;if((a===""||b===""||b===a)&&(b=x.targetProperty,x.converter!==null||b!=="")){b=this.data;var E=x.sourceName;if(E!==null){if(E==="")b=this;else if(E==="/")b=this;else if(E===".")b=this;else if(E==="..")b=this;else if(b=this.fb(E),b===null)continue}else if(x.isToModel)if(b=this.diagram,b!==null)b=b.model.modelData;else continue;var z=this,tt=x.Ai;if(tt!==-1){if(z=this.ks(tt),z===null)continue}else x.xd!==null&&(z=x.xd);if(E==="/"?b=z.part:E==="."?b=z:E===".."&&(b=z.panel),E=x.to,E!==0){if(!(z instanceof Ne))continue;E===1?z=z.Eb(x.wl):E===2&&(z=z.Fb(x.wl))}z!==void 0&&x.Mv(z,b)}}},xt.sx=function(a){return a==null||this.ge===null?null:this.ge.I(a)};function yx(a,y){a=a.O.s;for(var x=a.length,b=y.length,E=0,z=null;E<x&&(z=a[E],!(z instanceof Ne&&z.data!==null));)E++,z=a[E];if(x-E!==b)return!0;if(z===null)return 0<b;for(var tt=0;E<x&&tt<b;){if(z=a[E],!(z instanceof Ne)||z.data!==y[tt])return!0;E++,tt++}return!1}function zc(a){if(a.type===Ne.Spot||a.type===Ne.Auto)return Math.min(a.O.length,1);if(a.type===Ne.Link){a=a.O;for(var y=a.length,x=0;x<y;x++){var b=a.M(x);if(!(b instanceof In&&b.isPanelMain))break}return x}return a.type===Ne.Table&&0<a.O.length&&(a=a.O.M(0),a.isPanelMain&&a instanceof Ne&&Fh(a))?1:0}xt.mv=function(){for(var a=zc(this);this.O.length>a;)this.pc(this.O.length-1,!1);g1(this,this.itemArray)};function g1(a,y){var x=zc(a);if(y===null||y.length===0)for(;a.O.length>x;)a.pc(a.O.length-1,!1);else if(a.O.length<=x){x=y.length;for(var b=0;b<x;b++)Cm(a,y[b],b,!0)}else{b=x;for(var E=0;E<y.length;E++,b++){var z=y[E],tt=b<a.O.length?a.O.M(b):null;if(tt instanceof Ne){if(tt.data!==z){var ot=Pv(a,tt.data),rt=Pv(a,z),at=rt!==ot;at||(ot=wv(a,ot),at=wv(a,rt)!==ot),at?(a.pc(b,!1),Cm(a,z,E,!1)):tt.data=z}}else Cm(a,z,E,!1)}for(;b<a.O.length;)a.pc(b,!1);a.$g=null,xv(a,x,0),Is(a)||a.v(),a.graduatedIntervals=null,a.If()||Lm(a,a,!1),y=a.part,y!==null&&(y.Rh=null,y.ag=NaN,a.Te&&y instanceof Ke&&(y.Te=!0),y.Te&&y instanceof Ke&&(y.wc=null))}}function Cm(a,y,x,b){if(!(y==null||0>x)){var E=Pv(a,y);if(E=wv(a,E),E!==null){if(da(E),E=E.copy(),E.l&16777216){var z=a.ih();z!==null&&Sv(z,!0)}typeof y=="object"&&(a.ge===null&&(a.ge=new yn),a.ge.add(y,E)),z=x+zc(a),a.Gb(z,E),b&&(E.ub=y,xv(a,z,x),E.ub=null),E.data=y}}}function xv(a,y,x){for(a=a.O;y<a.length;){var b=a.M(y);if(b instanceof Ne){var E=y,z=x;b.type===Ne.TableRow?b.row=E:b.type===Ne.TableColumn&&(b.column=E),b.itemIndex=z}y++,x++}}function Pv(a,y){if(y===null)return"";if(a=a.itemCategoryProperty,typeof a=="function")a=a(y);else if(typeof a=="string"&&typeof y=="object"){if(a==="")return"";a=po(y,a)}else return"";if(a===void 0)return"";if(typeof a=="string")return a;se("Panel.getCategoryForItemData found a non-string category for "+y+": "+a)}function wv(a,y){var x=a.itemTemplateMap,b=null;return x!==null&&(b=x.I(y)),b===null&&(x!==null&&(b=x.I("")),b===null&&(c1||(c1=!0,pi('No item template Panel found for category "'+y+'" on '+a),pi(" Using default item template."),a=new Ne,y=new Fi,y.bind(new Po("text","",Hi)),a.add(y),p1=a),b=p1)),b}function Lm(a,y,x){var b=y.enabledChanged;if(b!==null&&b(y,x),y instanceof Ne){y=y.O.s,b=y.length;for(var E=0;E<b;E++){var z=y[E];x&&z instanceof Ne&&!z.isEnabled||Lm(a,z,x)}}}function qa(a,y){y.name=a,Ca.add(a,y)}be.Object.defineProperties(Ne.prototype,{type:{get:function(){return this.na},set:function(a){var y=this.na;y!==a&&(this.na=a,this.isAtomic=this.na===Ne.Grid,this.v(),this.g("type",y,a))}},elements:{get:function(){return this.O.iterator}},naturalBounds:{get:function(){return this.dc}},padding:{get:function(){return this.yb},set:function(a){typeof a=="number"?(0>a&&Hn(a,">= 0",Ne,"padding"),a=new Gn(a)):(0>a.left&&Hn(a.left,">= 0",Ne,"padding:value.left"),0>a.right&&Hn(a.right,">= 0",Ne,"padding:value.right"),0>a.top&&Hn(a.top,">= 0",Ne,"padding:value.top"),0>a.bottom&&Hn(a.bottom,">= 0",Ne,"padding:value.bottom"));var y=this.yb;y.D(a)||(this.yb=a=a.J(),this.v(),this.g("padding",y,a))}},defaultAlignment:{get:function(){return this.Tm},set:function(a){var y=this.Tm;y.D(a)||(this.Tm=a=a.J(),this.v(),this.g("defaultAlignment",y,a))}},defaultStretch:{get:function(){return this.Uf},set:function(a){var y=this.Uf;y!==a&&(this.Uf=a,this.v(),this.g("defaultStretch",y,a))}},defaultSeparatorPadding:{get:function(){return this.T!==null?this.T.Qp:Aa},set:function(a){typeof a=="number"&&(a=new Gn(a));var y=this.defaultSeparatorPadding;y.D(a)||(a=a.J(),this.T===null&&(this.T=new ta),this.T.Qp=a,this.v(),this.g("defaultSeparatorPadding",y,a))}},defaultRowSeparatorStroke:{get:function(){return this.T!==null?this.T.ia:null},set:function(a){var y=this.defaultRowSeparatorStroke;y!==a&&(a===null||typeof a=="string"||a instanceof vi)&&(a instanceof vi&&a.freeze(),this.T===null&&(this.T=new ta),this.T.ia=a,this.N(),this.g("defaultRowSeparatorStroke",y,a))}},defaultRowSeparatorStrokeWidth:{get:function(){return this.T!==null?this.T.Ha:1},set:function(a){var y=this.defaultRowSeparatorStrokeWidth;y!==a&&isFinite(a)&&0<=a&&(this.T===null&&(this.T=new ta),this.T.Ha=a,this.v(),this.g("defaultRowSeparatorStrokeWidth",y,a))}},defaultRowSeparatorDashArray:{get:function(){return this.T!==null?this.T.V:null},set:function(a){var y=this.defaultRowSeparatorDashArray;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;E<x;E++){var z=a[E];typeof z=="number"&&0<=z&&isFinite(z)||se("defaultRowSeparatorDashArray value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.T===null&&(this.T=new ta),this.T.V=a,this.N(),this.g("defaultRowSeparatorDashArray",y,a)}}},defaultColumnSeparatorStroke:{get:function(){return this.T!==null?this.T.u:null},set:function(a){var y=this.defaultColumnSeparatorStroke;y!==a&&(a===null||typeof a=="string"||a instanceof vi)&&(a instanceof vi&&a.freeze(),this.T===null&&(this.T=new ta),this.T.u=a,this.N(),this.g("defaultColumnSeparatorStroke",y,a))}},defaultColumnSeparatorStrokeWidth:{get:function(){return this.T!==null?this.T.F:1},set:function(a){var y=this.defaultColumnSeparatorStrokeWidth;y!==a&&isFinite(a)&&0<=a&&(this.T===null&&(this.T=new ta),this.T.F=a,this.v(),this.g("defaultColumnSeparatorStrokeWidth",y,a))}},defaultColumnSeparatorDashArray:{get:function(){return this.T!==null?this.T.o:null},set:function(a){var y=this.defaultColumnSeparatorDashArray;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;E<x;E++){var z=a[E];typeof z=="number"&&0<=z&&isFinite(z)||se("defaultColumnSeparatorDashArray value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.T===null&&(this.T=new ta),this.T.o=a,this.N(),this.g("defaultColumnSeparatorDashArray",y,a)}}},inRowsCols:{get:function(){return this.T!==null?this.T.nb:null},set:function(a){this.T===null&&(this.T=new ta),this.T.nb=a}},viewboxStretch:{get:function(){return this.xo},set:function(a){var y=this.xo;y!==a&&(this.xo=a,this.v(),this.g("viewboxStretch",y,a))}},gridCellSize:{get:function(){return this.jn},set:function(a){var y=this.jn;if(!y.D(a)){a.w()&&a.width!==0&&a.height!==0||se("Invalid Panel.gridCellSize: "+a),this.jn=a.J();var x=this.diagram;x!==null&&this===x.grid&&Ja(x),this.N(),this.g("gridCellSize",y,a)}}},gridOrigin:{get:function(){return this.kn},set:function(a){var y=this.kn;if(!y.D(a)){a.w()||se("Invalid Panel.gridOrigin: "+a),this.kn=a.J();var x=this.diagram;x!==null&&this===x.grid&&Ja(x),this.N(),this.g("gridOrigin",y,a)}}},graduatedMin:{get:function(){return this.ra!==null?this.ra.lq:0},set:function(a){var y=this.graduatedMin;y!==a&&(this.ra===null&&(this.ra=new Jl),this.ra.lq=a,this.v(),this.g("graduatedMin",y,a),ur(this)&&(a=this.part,a!==null&&ji(this,a,"graduatedRange")))}},graduatedMax:{get:function(){return this.ra!==null?this.ra.F:100},set:function(a){var y=this.graduatedMax;y!==a&&(this.ra===null&&(this.ra=new Jl),this.ra.F=a,this.v(),this.g("graduatedMax",y,a),ur(this)&&(a=this.part,a!==null&&ji(this,a,"graduatedRange")))}},graduatedRange:{get:function(){return this.graduatedMax-this.graduatedMin}},graduatedTickUnit:{get:function(){return this.ra!==null?this.ra.ia:10},set:function(a){var y=this.graduatedTickUnit;y!==a&&0<a&&(this.ra===null&&(this.ra=new Jl),this.ra.ia=a,this.v(),this.g("graduatedTickUnit",y,a))}},graduatedTickBase:{get:function(){return this.ra!==null?this.ra.V:0},set:function(a){var y=this.graduatedTickBase;y!==a&&(this.ra===null&&(this.ra=new Jl),this.ra.V=a,this.v(),this.g("graduatedTickBase",y,a))}},graduatedMarks:{get:function(){return this.ra!==null?this.ra.u:null},set:function(a){this.ra!==null?this.ra.u=a:a!==null&&(this.ra=new Jl,this.ra.u=a)}},graduatedBounds:{get:function(){return this.ra!==null?this.ra.j:null},set:function(a){this.ra!==null?this.ra.j=a:a!==null&&(this.ra=new Jl,this.ra.j=a)}},graduatedIntervals:{get:function(){return this.ra!==null?this.ra.o:null},set:function(a){this.ra!==null?this.ra.o=a:a!==null&&(this.ra=new Jl,this.ra.o=a)}},temporaryTextBlock:{get:function(){return this.ra!==null?this.ra.Zh:null},set:function(a){this.ra!==null?this.ra.Zh=a:a!==null&&(this.ra=new Jl,this.ra.Zh=a)}},panelLayoutState:{get:function(){return this.F},set:function(a){this.F=a}},Te:{get:function(){return(this.l&8388608)!==0},set:function(a){(this.l&8388608)!==0!==a&&(this.l^=8388608)}},rowDefs:{get:function(){return this.T===null&&(this.T=new ta),this.T.Pc}},rowCount:{get:function(){return this.T===null?0:this.rowDefs.length}},colDefs:{get:function(){return this.T===null&&(this.T=new ta),this.T.Oc}},columnCount:{get:function(){return this.T===null?0:this.colDefs.length}},rowSizing:{get:function(){return this.T!==null?this.T.ob:Tm},set:function(a){var y=this.rowSizing;y!==a&&(this.T===null&&(this.T=new ta),this.T.ob=a,this.v(),this.g("rowSizing",y,a))}},columnSizing:{get:function(){return this.T!==null?this.T.j:Tm},set:function(a){var y=this.columnSizing;y!==a&&(this.T===null&&(this.T=new ta),this.T.j=a,this.v(),this.g("columnSizing",y,a))}},topIndex:{get:function(){return this.T!==null?this.T.Hb:0},set:function(a){var y=this.topIndex;y!==a&&((!isFinite(a)||0>a)&&se("Panel.topIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new ta),this.T.Hb=a,this.v(),this.g("topIndex",y,a))}},leftIndex:{get:function(){return this.T!==null?this.T.hb:0},set:function(a){var y=this.leftIndex;y!==a&&((!isFinite(a)||0>a)&&se("Panel.leftIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new ta),this.T.hb=a,this.v(),this.g("leftIndex",y,a))}},data:{get:function(){return this.ub},set:function(a){var y=this.ub;if(y!==a){var x=this instanceof gn&&!(this instanceof hi);da(this),this.ub=a;var b=this.diagram;b!==null&&(x?(x=b.partManager,this instanceof Ae?(y!==null&&x.bf.remove(y),a!==null&&x.bf.add(a,this)):this instanceof gn&&(y!==null&&x.cf.remove(y),a!==null&&x.cf.add(a,this))):(x=this.panel,x!==null&&x.ge!==null&&(y!==null&&x.ge.remove(y),a!==null&&x.ge.add(a,this)))),this.g("data",y,a),b!==null&&b.undoManager.isUndoingRedoing||a!==null&&this.La()}}},itemIndex:{get:function(){return this.zn},set:function(a){var y=this.zn;y!==a&&(this.zn=a,this.g("itemIndex",y,a))}},allBindings:{get:function(){return this.A!==null?this.A.nb:null},set:function(a){this.localBindings!==a&&(this.A===null&&(this.A=new nf),this.A.nb=a)}},itemArray:{get:function(){return this.Hh},set:function(a){var y=this.Hh;if(y!==a||a!==null&&yx(this,a)){var x=this.diagram;y!==a&&(x!==null&&y!==null&&ly(x.partManager,this,x),this.Hh=a,x!==null&&a!==null&&ay(x.partManager,this)),this.g("itemArray",y,a),x!==null&&x.undoManager.isUndoingRedoing||g1(this,a)}}},itemTemplate:{get:function(){return this.itemTemplateMap===null?null:this.itemTemplateMap.I("")},set:function(a){if(this.itemTemplateMap===null){if(a===null)return;this.itemTemplateMap=new yn}var y=this.itemTemplateMap.I("");y!==a&&((a instanceof gn||a.isPanelMain)&&se("Panel.itemTemplate must not be a Part or be Panel.isPanelMain: "+a),this.itemTemplateMap.add("",a),this.g("itemTemplate",y,a),a=this.diagram,a!==null&&a.undoManager.isUndoingRedoing||this.mv())}},itemTemplateMap:{get:function(){return this.A!==null?this.A.Pc:null},set:function(a){var y=this.itemTemplateMap;if(y!==a){for(var x=a.iterator;x.next(););Rn(this),this.A.Pc=a,this.g("itemTemplateMap",y,a),a=this.diagram,a!==null&&a.undoManager.isUndoingRedoing||this.mv()}}},itemCategoryProperty:{get:function(){return this.A!==null?this.A.Oc:"category"},set:function(a){var y=this.itemCategoryProperty;y!==a&&(Rn(this),this.A.Oc=a,this.g("itemCategoryProperty",y,a))}},isAtomic:{get:function(){return(this.l&1048576)!==0},set:function(a){var y=(this.l&1048576)!==0;y!==a&&(this.l^=1048576,this.g("isAtomic",y,a))}},isClipping:{get:function(){return(this.l&2097152)!==0},set:function(a){var y=(this.l&2097152)!==0;y!==a&&(this.l^=2097152,this instanceof En&&(this.tb=null),this.v(),this.g("isClipping",y,a))}},isOpposite:{get:function(){return(this.l&33554432)!==0},set:function(a){var y=(this.l&33554432)!==0;y!==a&&(this.l^=33554432,this.v(),this.g("isOpposite",y,a))}},isEnabled:{get:function(){return(this.l&4194304)!==0},set:function(a){var y=(this.l&4194304)!==0;if(y!==a){var x=this.panel===null||this.panel.If();this.l^=4194304,this.g("isEnabled",y,a),y=this.diagram,y!==null&&y.undoManager.isUndoingRedoing||x&&Lm(this,this,a)}}},alignmentFocusName:{get:function(){return this.$e},set:function(a){var y=this.$e;y!==a&&(this.$e=a,this.v(),this.g("alignmentFocusName",y,a))}}}),be.Object.defineProperties(Ne,{Position:{get:function(){return Ca.I("Position")}},Horizontal:{get:function(){return Ca.I("Horizontal")}},Vertical:{get:function(){return Ca.I("Vertical")}},Spot:{get:function(){return Ca.I("Spot")}},Auto:{get:function(){return Ca.I("Auto")}},Table:{get:function(){return Ca.I("Table")}},Viewbox:{get:function(){return Ca.I("Viewbox")}},TableRow:{get:function(){return Ca.I("TableRow")}},TableColumn:{get:function(){return Ca.I("TableColumn")}},Link:{get:function(){return Ca.I("Link")}},Grid:{get:function(){return Ca.I("Grid")}},Graduated:{get:function(){return Ca.I("Graduated")}}}),Ne.prototype.rebuildItemElements=Ne.prototype.mv,Ne.prototype.findItemPanelForData=Ne.prototype.sx,Ne.prototype.updateTargetBindings=Ne.prototype.La,Ne.prototype.copyTemplate=Ne.prototype.Uy,Ne.prototype.graduatedValueForPoint=Ne.prototype.Gz,Ne.prototype.graduatedPointForValue=Ne.prototype.Fz,Ne.prototype.findColumnForLocalX=Ne.prototype.fz,Ne.prototype.findRowForLocalY=Ne.prototype.nz,Ne.prototype.addColumnDefinition=Ne.prototype.By,Ne.prototype.addRowDefinition=Ne.prototype.Hy,Ne.prototype.addRowColumnDefinition=Ne.prototype.Gy,Ne.prototype.removeColumnDefinition=Ne.prototype.jA,Ne.prototype.getColumnDefinition=Ne.prototype.Eb,Ne.prototype.removeRowDefinition=Ne.prototype.oA,Ne.prototype.getRowDefinition=Ne.prototype.Fb,Ne.prototype.removeAt=Ne.prototype.mb,Ne.prototype.remove=Ne.prototype.remove,Ne.prototype.insertAt=Ne.prototype.Gb,Ne.prototype.elt=Ne.prototype.M,Ne.prototype.add=Ne.prototype.add,Ne.prototype.findObject=Ne.prototype.fb,Ne.prototype.findInVisualTree=Ne.prototype.Nl,Ne.prototype.walkVisualTreeFrom=Ne.prototype.qm,Ne.prototype.findMainElement=Ne.prototype.Pb;var c1=!1,p1=null,Ca=new yn;Ne.className="Panel",Ne.definePanelLayout=qa,qa("Position",new dm),qa("Vertical",new gm),qa("Auto",new pm),qa("Link",new Pm);function Jl(){this.lq=0,this.F=100,this.ia=10,this.V=0,this.Zh=this.o=this.j=this.u=null}Jl.prototype.copy=function(){var a=new Jl;return a.lq=this.lq,a.F=this.F,a.ia=this.ia,a.V=this.V,a.u=this.u,a.j=this.j,a.o=this.o,a.Zh=this.Zh,a},Jl.className="GradPanelSettings";function ta(){this.Pc=[],this.Oc=[],this.j=this.ob=Tm,this.hb=this.Hb=0,this.Qp=Aa,this.Ha=1,this.V=this.ia=null,this.F=1,this.nb=this.o=this.u=null}ta.prototype.copy=function(a){for(var y=new ta,x=this.Pc,b=x.length,E=y.Pc,z=0;z<b;z++)if(x[z]!==void 0){var tt=x[z].copy();tt.wi(a),E[z]=tt}for(x=this.Oc,b=x.length,E=y.Oc,z=0;z<b;z++)x[z]!==void 0&&(tt=x[z].copy(),tt.wi(a),E[z]=tt);return y.ob=this.ob,y.j=this.j,y.Hb=this.Hb,y.hb=this.hb,y.Qp=this.Qp.J(),y.Ha=this.Ha,y.ia=this.ia,y.V=this.V,y.F=this.F,y.u=this.u,y.o=this.o,y.nb=this.nb,y},ta.className="TablePanelSettings";function bo(a){qi(this),this.Me=null,this.uq=!0,this.Za=0,this.Hc=NaN,this.jj=0,this.hj=1/0,this.Jb=cr,this.pa=this.oc=this.oa=0,this.be=null,this.oo=Cv,this.hg=Bn,this.lo=this.dg=null,this.mo=NaN,this.Ma=this.tj=null,this.Pm=!1,a&&(Object.assign(this,a),a.column!==void 0?(this.isRow=!1,this.index=a.column):a.row!==void 0&&(this.isRow=!0,this.index=a.row))}bo.prototype.copy=function(){var a=new bo;return a.uq=this.uq,a.Za=this.Za,a.Hc=this.Hc,a.jj=this.jj,a.hj=this.hj,a.Jb=this.Jb,a.oa=this.oa,a.oc=this.oc,a.pa=this.pa,a.hg=this.hg,a.oo=this.oo,this.dg===null?a.dg=null:a.dg=this.dg.J(),a.lo=this.lo,a.mo=this.mo,a.tj=null,this.tj!==null&&(a.separatorDashArray=io(this.separatorDashArray)),a.Ma=this.Ma,a.Pm=this.Pm,a.be=this.be,a};function km(a,y){y.isRow?a.height=y.height:a.width=y.width,a.minimum=y.minimum,a.maximum=y.maximum,a.alignment=y.alignment,a.stretch=y.stretch,a.sizing=y.sizing,a.dg=y.separatorPadding===null?null:y.separatorPadding.J(),a.separatorStroke=y.separatorStroke,a.separatorStrokeWidth=y.separatorStrokeWidth,a.tj=null,y.separatorDashArray&&(a.tj=io(y.separatorDashArray)),a.background=y.background,a.coversSeparators=y.coversSeparators,a.be=y.be}xt=bo.prototype,xt.qb=function(a){a.classType===bo&&(this.sizing=a)},xt.toString=function(){return"RowColumnDefinition "+(this.isRow?"(Row ":"(Column ")+this.index+") #"+fo(this)},xt.wi=function(a){this.Me=a},xt.Io=function(a){var y=0,x=this.Me;if(this.index!==a&&(a=this.separatorStroke,a===null&&x!==null&&(a=this.isRow?x.defaultRowSeparatorStroke:x.defaultColumnSeparatorStroke),a!==null&&(y=this.separatorStrokeWidth,isNaN(y)&&(x!==null?y=this.isRow?x.defaultRowSeparatorStrokeWidth:x.defaultColumnSeparatorStrokeWidth:y=0))),a=this.dg,a===null)if(x!==null)a=x.defaultSeparatorPadding;else return y;return y+(this.isRow?a.top:a.left)},xt.Wc=function(){var a=0,y=this.Me,x=0,b=this.isRow;if(y!==null&&y.type===Ne.Table)for(var E=b?y.rowDefs.length:y.colDefs.length,z=0;z<E;z++){var tt=b?y.rowDefs[z]:y.colDefs[z];if(tt!==void 0&&tt.oa!==0){x=tt.index;break}}if(this.index!==x&&(x=this.separatorStroke,x===null&&y!==null&&(x=b?y.defaultRowSeparatorStroke:y.defaultColumnSeparatorStroke),x!==null&&(a=this.separatorStrokeWidth,isNaN(a)&&(y!==null?a=b?y.defaultRowSeparatorStrokeWidth:y.defaultColumnSeparatorStrokeWidth:a=0))),b=this.dg,b===null)if(y!==null)b=y.defaultSeparatorPadding;else return a;return a+(this.isRow?b.top+b.bottom:b.left+b.right)},xt.Ob=function(a,y,x){var b=this.Me;if(b!==null&&(b.cb(_i,a,this,y,x,void 0,void 0),this.be!==null&&(y=b.diagram,y!==null&&!y.skipsModelSourceBindings&&(b=b.ih(),b!==null&&(y=b.data,y!==null)))))for(x=this.be.iterator;x.next();)x.value.sp(this,y,a,b)};function Mm(a){if(a.sizing===Cv){var y=a.Me;return a.isRow?y.rowSizing:y.columnSizing}return a.sizing}xt.bind=function(a,y,x,b){var E=null;return typeof a=="string"?E=new Po(a,y,x,b):E=a,E.xd=this,a=this.panel,a!==null&&(y=a.ih(),y!==null&&f1(y)&&se("Cannot add a Binding to a RowColumnDefinition that is already frozen: "+E+" on "+a)),this.be===null&&(this.be=new Oe),this.be.add(E),this},be.Object.defineProperties(bo.prototype,{panel:{get:function(){return this.Me}},isRow:{get:function(){return this.uq},set:function(a){this.uq=a}},index:{get:function(){return this.Za},set:function(a){this.Za=a}},height:{get:function(){return this.Hc},set:function(a){var y=this.Hc;y!==a&&(0>a&&Hn(a,">= 0",bo,"height"),this.Hc=a,this.actual=this.oa,this.panel!==null&&this.panel.v(),this.Ob("height",y,a))}},width:{get:function(){return this.Hc},set:function(a){var y=this.Hc;y!==a&&(0>a&&Hn(a,">= 0",bo,"width"),this.Hc=a,this.actual=this.oa,this.panel!==null&&this.panel.v(),this.Ob("width",y,a))}},minimum:{get:function(){return this.jj},set:function(a){var y=this.jj;y!==a&&((0>a||!isFinite(a))&&Hn(a,">= 0",bo,"minimum"),this.jj=a,this.actual=this.oa,this.panel!==null&&this.panel.v(),this.Ob("minimum",y,a))}},maximum:{get:function(){return this.hj},set:function(a){var y=this.hj;y!==a&&(0>a&&Hn(a,">= 0",bo,"maximum"),this.hj=a,this.actual=this.oa,this.panel!==null&&this.panel.v(),this.Ob("maximum",y,a))}},alignment:{get:function(){return this.Jb},set:function(a){var y=this.Jb;y.D(a)||(this.Jb=a.J(),this.panel!==null&&this.panel.v(),this.Ob("alignment",y,a))}},stretch:{get:function(){return this.hg},set:function(a){var y=this.hg;y!==a&&(this.hg=a,this.panel!==null&&this.panel.v(),this.Ob("stretch",y,a))}},separatorPadding:{get:function(){return this.dg},set:function(a){typeof a=="number"&&(a=new Gn(a));var y=this.dg;a!==null&&y!==null&&y.D(a)||(a!==null&&(a=a.J()),this.dg=a,this.panel!==null&&this.panel.v(),this.Ob("separatorPadding",y,a))}},separatorStroke:{get:function(){return this.lo},set:function(a){var y=this.lo;y!==a&&(a!==null&&rf(a,"RowColumnDefinition.separatorStroke"),a instanceof vi&&a.freeze(),this.lo=a,this.panel!==null&&this.panel.v(),this.Ob("separatorStroke",y,a))}},separatorStrokeWidth:{get:function(){return this.mo},set:function(a){var y=this.mo;y!==a&&(this.mo=a,this.panel!==null&&this.panel.v(),this.Ob("separatorStrokeWidth",y,a))}},separatorDashArray:{get:function(){return this.tj},set:function(a){var y=this.tj;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;E<x;E++){var z=a[E];typeof z=="number"&&0<=z&&isFinite(z)||se("separatorDashArray value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.tj=a,this.panel!==null&&this.panel.N(),this.Ob("separatorDashArray",y,a)}}},background:{get:function(){return this.Ma},set:function(a){var y=this.Ma;y!==a&&(a!==null&&rf(a,"RowColumnDefinition.background"),a instanceof vi&&a.freeze(),this.Ma=a,this.panel!==null&&this.panel.N(),this.Ob("background",y,a))}},coversSeparators:{get:function(){return this.Pm},set:function(a){var y=this.Pm;y!==a&&(this.Pm=a,this.panel!==null&&this.panel.N(),this.Ob("coversSeparators",y,a))}},sizing:{get:function(){return this.oo},set:function(a){var y=this.oo;y!==a&&(this.oo=a,this.panel!==null&&this.panel.v(),this.Ob("sizing",y,a))}},actual:{get:function(){return this.oa},set:function(a){this.oa=isNaN(this.Hc)?Math.max(Math.min(this.hj,a),this.jj):Math.max(Math.min(this.hj,this.Hc),this.jj)}},measured:{get:function(){return this.oc},set:function(a){this.oc=a}},total:{get:function(){return this.oa+this.Wc()}},position:{get:function(){return this.pa},set:function(a){this.pa=a}}}),bo.prototype.computeEffectiveSpacing=bo.prototype.Wc,bo.prototype.computeEffectiveSpacingTop=bo.prototype.Io;var Cv=new he(bo,"Default",0),Gc=new he(bo,"None",1),Tm=new he(bo,"ProportionalExtra",2);bo.className="RowColumnDefinition",bo.Default=Cv,bo.None=Gc,bo.ProportionalExtra=Tm;function In(a,y){Xt.call(this),this.Rd=this.ua=null,this.an="None",this.xc=this.Ui="black",this.ig=1,this.Na=this.Yg=null,this.Vn=this.Un=NaN,this.fa=null,typeof a=="string"?this.figure=a:a&&Object.assign(this,a),y&&Object.assign(this,y)}re(In,Xt),In.prototype.cloneProtected=function(a){Xt.prototype.cloneProtected.call(this,a),a.ua=this.ua,a.Rd=this.Rd,a.an=this.an,a.Ui=this.Ui,a.xc=this.xc,a.ig=this.ig,this.Yg!==null&&(a.Yg=io(this.Yg)),this.Na!==null&&(a.Na=this.Na.nc?this.Na:this.Na.copy()),a.Un=this.Un,a.Vn=this.Vn,this.fa!==null&&(a.fa=this.fa.copy())};function fd(a){a.Na===null?a.Na=new Mv:a.Na.nc&&(a.Na=a.Na.copy())}xt=In.prototype,xt.th=function(){Xt.prototype.th.call(this),this.Na!==null&&(this.Na.nc=!0)},xt.qb=function(a){a===we||a===on||a===qn||a===Bn?this.geometryStretch=a:Xt.prototype.qb.call(this,a)},xt.toString=function(){return"Shape("+(this.figure!=="None"?this.figure:this.toArrow!=="None"?this.toArrow:this.fromArrow)+")#"+fo(this)};function cg(a,y,x,b){var E=x.length;if(!(4>E)){var z=b.measuredBounds,tt=Math.max(1,z.width);z=z.height;for(var ot=x[0],rt=x[1],at,ht,gt,mt,yt,St,Lt=0,Bt=Dn(),Ft=2;Ft<E;Ft+=2)at=x[Ft],ht=x[Ft+1],gt=at-ot,ot=ht-rt,gt===0&&(gt=.001),mt=ot/gt,yt=Math.atan2(ot,gt),St=Math.sqrt(gt*gt+ot*ot),Bt.push([gt,yt,mt,St]),Lt+=St,ot=at,rt=ht;ot=x[0],rt=x[1],gt=b.measuredBounds.width,b instanceof In&&(gt-=b.strokeWidth),1>gt&&(gt=1),E=x=gt,at=tt/2,ht=at!==0,Ft=0,St=Bt[Ft],gt=St[0],yt=St[1],mt=St[2],St=St[3];for(var zt=0;.1<=Lt;){if(zt===0&&(ht?(E=x,E-=at,Lt-=at,ht=!1):E=x,E===0&&(E=1)),E>Lt){Tn(Bt);return}E>St?(zt=E-St,E=St):zt=0;var Ht=Math.sqrt(E*E/(1+mt*mt));if(0>gt&&(Ht=-Ht),ot+=Ht,rt+=mt*Ht,a.translate(ot,rt),a.rotate(yt),a.translate(-(tt/2),-(z/2)),zt===0&&b.hh(a,y),a.translate(tt/2,z/2),a.rotate(-yt),a.translate(-ot,-rt),Lt-=E,St-=E,zt!==0){if(Ft++,Ft===Bt.length){Tn(Bt);return}St=Bt[Ft],gt=St[0],yt=St[1],mt=St[2],St=St[3],E=zt}}Tn(Bt)}}xt.hh=function(a,y){var x=this.xc,b=this.Ui;if(x!==null||b!==null){var E=this.ua;if(E!==null){a.yc();var z=this.actualBounds,tt=this.naturalBounds;b!==null&&no(this,a,b,!0,!1,tt,z);var ot=this.part,rt=this.ig;if(x===null||rt!==0||ot===null||!this.isPanelMain&&ot.Pb()!==this||(rt=ot.type===Ne.Link&&ot instanceof hi&&ot.category==="Selection"&&ot.adornedObject instanceof In&&ot.adornedPart.Pb()===ot.adornedObject?ot.adornedObject.strokeWidth:0),rt===0&&(x=null),x!==null&&rt!==0&&(no(this,a,x,!1,!1,tt,z),a.lineWidth=rt,a.lineJoin=this.strokeJoin,a.lineCap=this.strokeCap,a.miterLimit=this.strokeMiterLimit),z=!1,ot&&y.Gf("drawShadows")&&(z=ot.isShadowed),a.Il===!1&&(z=!1),ot=!0,x===null||b!==null&&b!=="transparent"||(ot=!1),tt=!1,rt=this.strokeDashArray,rt!==null&&(tt=!0,a.js(rt,this.strokeDashOffset)),E.type===Ie.j)a.beginPath(),a.moveTo(E.startX,E.startY),a.lineTo(E.endX,E.endY),x!==null&&a.jk(),a.Se();else if(E.type===Ie.u){var at=E.startX;rt=E.startY;var ht=E.endX,gt=E.endY;E=Math.min(at,ht);var mt=Math.min(rt,gt);at=Math.abs(ht-at),rt=Math.abs(gt-rt),a.beginPath(),a.rect(E,mt,at,rt),b!==null&&a.ng(b),x!==null&&(ot&&z&&yl(a),a.jk(),ot&&z&&_l(a)),a.Se()}else if(E.type===Ie.F)at=E.startX,rt=E.startY,ht=E.endX,gt=E.endY,E=Math.abs(ht-at)/2,mt=Math.abs(gt-rt)/2,at=Math.min(at,ht)+E,rt=Math.min(rt,gt)+mt,a.beginPath(),a.moveTo(at,rt-mt),a.bezierCurveTo(at+Jt.wg*E,rt-mt,at+E,rt-Jt.wg*mt,at+E,rt),a.bezierCurveTo(at+E,rt+Jt.wg*mt,at+Jt.wg*E,rt+mt,at,rt+mt),a.bezierCurveTo(at-Jt.wg*E,rt+mt,at-E,rt+Jt.wg*mt,at-E,rt),a.bezierCurveTo(at-E,rt-Jt.wg*mt,at-Jt.wg*E,rt-mt,at,rt-mt),a.closePath(),b!==null&&a.ng(b),x!==null&&(ot&&z&&yl(a),a.jk(),ot&&z&&_l(a)),a.Se();else if(E.type===Ie.o)for(E=E.figures,rt=E.length,mt=0;mt<rt;mt++){at=E.s[mt],a.beginPath(),a.moveTo(at.startX,at.startY),ht=at.segments.s,gt=ht.length;for(var yt=null,St=0;St<gt;St++){var Lt=ht[St];switch(Lt.type){case zo:a.moveTo(Lt.endX,Lt.endY);break;case Bi:a.lineTo(Lt.endX,Lt.endY);break;case pr:a.bezierCurveTo(Lt.point1X,Lt.point1Y,Lt.point2X,Lt.point2Y,Lt.endX,Lt.endY);break;case As:a.quadraticCurveTo(Lt.point1X,Lt.point1Y,Lt.endX,Lt.endY);break;case ko:if(Lt.radiusX===Lt.radiusY){var Bt=Math.PI/180;a.arc(Lt.point1X,Lt.point1Y,Lt.radiusX,Lt.startAngle*Bt,(Lt.startAngle+Lt.sweepAngle)*Bt,0>Lt.sweepAngle,yt!==null?yt.endX:at.startX,yt!==null?yt.endY:at.startY)}else if(yt=Ss(Lt,at),Bt=yt.length,Bt===0)a.lineTo(Lt.centerX,Lt.centerY);else for(var Ft=0;Ft<Bt;Ft++){var zt=yt[Ft];Ft===0&&a.lineTo(zt[0],zt[1]),a.bezierCurveTo(zt[2],zt[3],zt[4],zt[5],zt[6],zt[7])}break;case _s:if(Ft=Bt=0,yt!==null&&yt.type===ko){if(yt=Ss(yt,at),zt=yt.length,zt===0){a.lineTo(Lt.endX,Lt.endY);break}yt=yt[zt-1]||null,yt!==null&&(Bt=yt[6],Ft=yt[7])}else Bt=yt!==null?yt.endX:at.startX,Ft=yt!==null?yt.endY:at.startY;if(yt=ra(Lt,at,Bt,Ft),Bt=yt.length,Bt===0){a.lineTo(Lt.endX,Lt.endY);break}for(Ft=0;Ft<Bt;Ft++)zt=yt[Ft],a.bezierCurveTo(zt[2],zt[3],zt[4],zt[5],zt[6],zt[7]);break;default:se("Segment not of valid type: "+Lt.type)}Lt.isClosed&&a.closePath(),yt=Lt}ht=at.isFilled,z?at.isShadowed?(ht===!0&&b!=="transparent"&&b!==null&&a.ng(b,at.isEvenOdd),x!==null&&(ht&&ot&&yl(a),a.jk(),ht&&ot&&_l(a))):(yl(a),ht&&b!=="transparent"&&b!==null&&a.ng(b,at.isEvenOdd),x!==null&&a.jk(),_l(a)):(ht&&b!==null&&a.ng(b,at.isEvenOdd),x!==null&&a.jk()),a.Se(mt)}if(tt&&a.fs(),this.pathPattern!==null){if(x=this.pathPattern,x.measure(1/0,1/0),b=x.measuredBounds,x.arrange(0,0,b.width,b.height),z=this.geometry,a.save(),a.beginPath(),b=Dn(),z.type===Ie.j)b.push(z.startX),b.push(z.startY),b.push(z.endX),b.push(z.endY),cg(a,y,b,x);else if(z.type===Ie.o)for(z=z.figures.iterator;z.next();){for(ot=z.value,b.length=0,b.push(ot.startX),b.push(ot.startY),tt=ot.startX,E=ot.startY,rt=tt,mt=E,at=ot.segments.s,ht=at.length,gt=0;gt<ht;gt++){switch(St=at[gt],St.type){case zo:cg(a,y,b,x),b.length=0,b.push(St.endX),b.push(St.endY),tt=St.endX,E=St.endY,rt=tt,mt=E;break;case Bi:b.push(St.endX),b.push(St.endY),tt=St.endX,E=St.endY;break;case pr:Jt.Qe(tt,E,St.point1X,St.point1Y,St.point2X,St.point2Y,St.endX,St.endY,.5,b),tt=St.endX,E=St.endY;break;case As:Jt.ep(tt,E,St.point1X,St.point1Y,St.endX,St.endY,.5,b),tt=St.endX,E=St.endY;break;case ko:if(Lt=Ss(St,ot),yt=Lt.length,yt===0){b.push(St.centerX),b.push(St.centerY),tt=St.centerX,E=St.centerY;break}for(Bt=0;Bt<yt;Bt++)Ft=Lt[Bt],Jt.Qe(tt,E,Ft[2],Ft[3],Ft[4],Ft[5],Ft[6],Ft[7],.5,b),tt=Ft[6],E=Ft[7];break;case _s:if(Lt=ra(St,ot,tt,E),yt=Lt.length,yt===0){b.push(St.endX),b.push(St.endY),tt=St.endX,E=St.endY;break}for(Bt=0;Bt<yt;Bt++)Ft=Lt[Bt],Jt.Qe(tt,E,Ft[2],Ft[3],Ft[4],Ft[5],Ft[6],Ft[7],.5,b),tt=Ft[6],E=Ft[7];break;default:se("Segment not of valid type: "+St.type)}St.isClosed&&(b.push(rt),b.push(mt),cg(a,y,b,x))}cg(a,y,b,x)}else if(z.type===Ie.u)b.push(z.startX),b.push(z.startY),b.push(z.endX),b.push(z.startY),b.push(z.endX),b.push(z.endY),b.push(z.startX),b.push(z.endY),b.push(z.startX),b.push(z.startY),cg(a,y,b,x);else if(z.type===Ie.F){if(E=new Ro,E.startX=z.endX,E.startY=(z.startY+z.endY)/2,tt=new ui(ko),tt.startAngle=0,tt.sweepAngle=360,tt.centerX=(z.startX+z.endX)/2,tt.centerY=(z.startY+z.endY)/2,tt.radiusX=Math.abs(z.startX-z.endX)/2,tt.radiusY=Math.abs(z.startY-z.endY)/2,E.add(tt),z=Ss(tt,E),ot=z.length,ot===0)b.push(tt.centerX),b.push(tt.centerY);else for(tt=E.startX,E=E.startY,rt=0;rt<ot;rt++)mt=z[rt],Jt.Qe(tt,E,mt[2],mt[3],mt[4],mt[5],mt[6],mt[7],.5,b),tt=mt[6],E=mt[7];cg(a,y,b,x)}Tn(b),a.restore(),a.Vc(!1)}}}},xt.kk=function(a,y,x){return!Xt.prototype.kk.call(this,a,y,x)||this.xc===null&&this.Ui===null||this.ua===null||this.pathPattern!==null||this.geometry.figures.length!==this.svg.getElementsByTagName("path").length?!1:(a.Hl=this.svg,this.hh(a,y),a.Hl=null,!0)},xt.nk=function(a){return this.geometry!==null&&1<this.geometry.figures.length||this.pathPattern!==null?!0:Xt.prototype.nk.call(this,a)},xt.Dv=function(a,y){if(a.nodeName!=="g")a.setAttributeNS(null,"filter",y);else{a=a.getElementsByTagName("path");for(var x=0;x<a.length;x++)a[x].setAttributeNS(null,"filter",y)}},xt.ga=function(a,y){if(y===void 0&&(y=new It),a instanceof vn){a.Mc()&&se("getDocumentPoint Spot must be a real, specific Spot, not: "+a.toString());var x=this.naturalBounds,b=this.strokeWidth;y.h(a.x*(x.width+b)-b/2+x.x+a.offsetX,a.y*(x.height+b)-b/2+x.y+a.offsetY)}else y.set(a);return this.oe.Ga(y),y},xt.mi=function(a){a===void 0&&(a=new ge);var y=this.naturalBounds,x=this.oe;y=ge.allocAt(y.x,y.y,y.width,y.height);var b=this.strokeWidth;return y.Bc(b/2,b/2),b=It.allocAt(y.x,y.y).transform(x),a.h(b.x,b.y,0,0),b.h(y.right,y.y).transform(x),eo(a,b.x,b.y,0,0),b.h(y.right,y.bottom).transform(x),eo(a,b.x,b.y,0,0),b.h(y.x,y.bottom).transform(x),eo(a,b.x,b.y,0,0),ge.free(y),It.free(b),a},xt.gh=function(a,y){var x=this.geometry;if(x===null||this.fill===null&&this.stroke===null)return!1;var b=x.bounds,E=this.strokeWidth/2;x.type!==Ie.j||y||(E+=2);var z=ge.alloc();if(z.assign(b),z.Bc(E+2,E+2),!z.ca(a))return ge.free(z),!1;if(b=E+1e-4,x.type===Ie.j)return this.stroke===null||(b=(x.endX-x.startX)*(a.x-x.startX)+(x.endY-x.startY)*(a.y-x.startY),0>(x.startX-x.endX)*(a.x-x.endX)+(x.startY-x.endY)*(a.y-x.endY)||0>b)?!1:(ge.free(z),Jt.Yb(x.startX,x.startY,x.endX,x.endY,E,a.x,a.y));if(x.type===Ie.u){y=x.startX;var tt=x.startY,ot=x.endX;if(x=x.endY,z.x=Math.min(y,ot),z.y=Math.min(tt,x),z.width=Math.abs(ot-y),z.height=Math.abs(x-tt),this.fill===null){if(z.Bc(-b,-b),z.ca(a))return ge.free(z),!1;z.Bc(b,b)}return this.stroke!==null&&z.Bc(E,E),a=z.ca(a),ge.free(z),a}if(x.type===Ie.F){tt=x.startX,E=x.startY,ot=x.endX;var rt=x.endY;if(x=Math.min(tt,ot),y=Math.min(E,rt),tt=Math.abs(ot-tt)/2,E=Math.abs(rt-E)/2,x=a.x-(x+tt),y=a.y-(y+E),this.fill===null){if(tt-=b,E-=b,0>=tt||0>=E||1>=x*x/(tt*tt)+y*y/(E*E))return ge.free(z),!1;tt+=b,E+=b}return this.stroke!==null&&(tt+=b,E+=b),ge.free(z),0>=tt||0>=E?!1:1>=x*x/(tt*tt)+y*y/(E*E)}if(x.type===Ie.o)return ge.free(z),this.fill===null?Jh(x,a.x,a.y,E):jl(x,a,E,1<this.strokeWidth,y);se("Unknown Geometry type: "+x.type)},xt.Wl=function(a,y,x,b){var E=this.desiredSize,z=this.ig;if(a=Math.max(a,0),y=Math.max(y,0),this.Rd!==null)var tt=this.geometry.bounds;else{var ot=this.figure,rt=kv[ot];if(rt===void 0){var at=Jt.Ze[ot];typeof at=="string"&&(at=Jt.Ze[at]),typeof at=="function"?(rt=at(null,100,100),kv[ot]=rt):se("Unsupported Figure: "+ot)}tt=rt.bounds}ot=tt.width,rt=tt.height,at=tt.width;var ht=tt.height;switch(ns(this,!0)){case we:b=x=0;break;case Me:at=Math.max(a-z,0),ht=Math.max(y-z,0);break;case hn:at=Math.max(a-z,0),b=0;break;case Sn:x=0,ht=Math.max(y-z,0)}isFinite(E.width)&&(at=E.width),isFinite(E.height)&&(ht=E.height);var gt=this.maxSize,mt=this.minSize;switch(x=Math.max(x-z,mt.width),b=Math.max(b-z,mt.height),at=Math.min(gt.width,at),ht=Math.min(gt.height,ht),at=isFinite(at)?Math.max(x,at):Math.max(ot,x),ht=isFinite(ht)?Math.max(b,ht):Math.max(rt,b),x=Lv(this),x){case we:break;case Me:ot=at,rt=ht;break;case on:x=Math.min(at/ot,ht/rt),isFinite(x)||(x=1),ot*=x,rt*=x;break;default:se(x+" is not a valid geometryStretch.")}this.Rd!==null?(ot===0&&(ot=.001),rt===0&&(rt=.001),x=this.Rd!==null?this.Rd:this.ua,tt=x.bounds,b=ot/tt.width,tt=rt/tt.height,isFinite(b)||(b=1),isFinite(tt)||(tt=1),this.ua=b===1&&tt===1?x:x.copy().scale(b,tt)):this.ua!==null&&Jt.$(this.ua.Sk,a-z)&&Jt.$(this.ua.Rk,y-z)||(this.ua=In.makeGeometry(this,ot,rt)),tt=this.ua.bounds,a===1/0||y===1/0?this.Ge(tt.x-z/2,tt.y-z/2,a===0&&ot===0?0:tt.width+z,y===0&&rt===0?0:tt.height+z):this.Ge(-(z/2),-(z/2),at+z,ht+z),E.w()?(at=E.width,ht=E.height,at=Math.min(gt.width,at),ht=Math.min(gt.height,ht),at=Math.max(mt.width,at),ht=Math.max(mt.height,ht),this.dc.h(0,0,at,ht)):this.dc.assign(tt)};function Lv(a){var y=a.geometryStretch;return a.Rd!==null?y===Bn?Me:y:y===Bn?kv[a.figure].defaultStretch:y}xt.eh=function(a,y,x,b){Er(this,a,y,x,b)},xt.rs=function(a,y,x){return this.Sj(a.x,a.y,y.x,y.y,x)},xt.Sj=function(a,y,x,b,E){var z=this.transform,tt=1/(z.m11*z.m22-z.m12*z.m21),ot=z.m22*tt,rt=-z.m12*tt,at=-z.m21*tt,ht=z.m11*tt,gt=tt*(z.m21*z.dy-z.m22*z.dx),mt=tt*(z.m12*z.dx-z.m11*z.dy);z=a*ot+y*at+gt,tt=a*rt+y*ht+mt,ot=x*ot+b*at+gt,rt=x*rt+b*ht+mt,gt=this.ig/2,at=this.ua,at===null&&(this.measure(1/0,1/0),at=this.ua);var yt=at.bounds;if(ht=!1,at.type===Ie.j)if(1.5>=this.strokeWidth)ht=Jt.Ve(at.startX,at.startY,at.endX,at.endY,z,tt,ot,rt,E);else{if(at.startX===at.endX?(b=gt,ht=0):(y=(at.endY-at.startY)/(at.endX-at.startX),ht=gt/Math.sqrt(1+y*y),b=ht*y),y=Dn(),a=new It,Jt.Ve(at.startX+b,at.startY+ht,at.endX+b,at.endY+ht,z,tt,ot,rt,a)&&y.push(a),a=new It,Jt.Ve(at.startX-b,at.startY-ht,at.endX-b,at.endY-ht,z,tt,ot,rt,a)&&y.push(a),a=new It,Jt.Ve(at.startX+b,at.startY+ht,at.startX-b,at.startY-ht,z,tt,ot,rt,a)&&y.push(a),a=new It,Jt.Ve(at.endX+b,at.endY+ht,at.endX-b,at.endY-ht,z,tt,ot,rt,a)&&y.push(a),ot=y.length,ot===0)return Tn(y),!1;for(ht=!0,rt=1/0,b=0;b<ot;b++)a=y[b],x=(a.x-z)*(a.x-z)+(a.y-tt)*(a.y-tt),x<rt&&(rt=x,E.x=a.x,E.y=a.y);Tn(y)}else if(at.type===Ie.u)ht=Jt.Ff(yt.x-gt,yt.y-gt,yt.x+yt.width+gt,yt.y+yt.height+gt,z,tt,ot,rt,E);else if(at.type===Ie.F){y=ge.allocAt(yt.x,yt.y,yt.width,yt.height).Bc(gt,gt);t:if(y.width===0)ht=Jt.Ve(y.x,y.y,y.x,y.y+y.height,z,tt,ot,rt,E);else if(y.height===0)ht=Jt.Ve(y.x,y.y,y.x+y.width,y.y,z,tt,ot,rt,E);else{if(a=y.width/2,at=y.height/2,b=y.x+a,ht=y.y+at,x=9999,z!==ot&&(x=(tt-rt)/(z-ot)),9999>Math.abs(x)){if(rt=tt-ht-x*(z-b),0>a*a*x*x+at*at-rt*rt){E.x=NaN,E.y=NaN,ht=!1;break t}gt=Math.sqrt(a*a*x*x+at*at-rt*rt),ot=(-(a*a*x*rt)+a*at*gt)/(at*at+a*a*x*x)+b,a=(-(a*a*x*rt)-a*at*gt)/(at*at+a*a*x*x)+b,at=x*(ot-b)+rt+ht,rt=x*(a-b)+rt+ht,Math.abs((z-ot)*(z-ot))+Math.abs((tt-at)*(tt-at))<Math.abs((z-a)*(z-a))+Math.abs((tt-rt)*(tt-rt))?(E.x=ot,E.y=at):(E.x=a,E.y=rt)}else{if(ot=at*at,rt=z-b,ot-=ot/(a*a)*rt*rt,0>ot){E.x=NaN,E.y=NaN,ht=!1;break t}rt=Math.sqrt(ot),ot=ht+rt,rt=ht-rt,Math.abs(ot-tt)<Math.abs(rt-tt)?(E.x=z,E.y=ot):(E.x=z,E.y=rt)}ht=!0}ge.free(y)}else if(at.type===Ie.o){mt=It.alloc();var St=ot-z,Lt=rt-tt,Bt=St*St+Lt*Lt,Ft=z,zt=tt;if(0<Bt&&yt.contains(Ft,zt)&&(mt.x=Ft,mt.y=zt,this.ca(mt)))for(St!==0&&.5>Math.abs(St)?(Lt*=.5/St,St=.5):Lt!==0&&.5>Math.abs(Lt)&&(St*=.5/Lt,Lt=.5),Ft-=St,zt-=Lt;yt.contains(Ft,zt);)Ft-=St,zt-=Lt;for(E.x=ot,E.y=rt,Lt=0;Lt<at.figures.count;Lt++){var Ht=at.figures.s[Lt],Vt=Ht.isFilled?Ft:z,_t=Ht.isFilled?zt:tt,ee=Ht.segments;yt=Ht.startX,St=Ht.startY;for(var Ve=yt,tn=St,Qe=0;Qe<ee.count;Qe++){var Ee=ee.s[Qe],Se=Ee.type,bn=Ee.endX,kn=Ee.endY,di=!1;switch(Se){case zo:Ve=bn,tn=kn;break;case Bi:di=Fm(yt,St,bn,kn,Vt,_t,ot,rt,mt);break;case pr:di=Jt.Eo(yt,St,Ee.point1X,Ee.point1Y,Ee.point2X,Ee.point2Y,bn,kn,Vt,_t,ot,rt,.6,mt);break;case As:di=Jt.Eo(yt,St,yt+2/3*(Ee.point1X-yt),St+2/3*(Ee.point1Y-St),bn+2/3*(Ee.point1X-bn),kn+2/3*(Ee.point1Y-kn),bn,kn,Vt,_t,ot,rt,.6,mt);break;case ko:case _s:Se=Ee.type===ko?Ss(Ee,Ht):ra(Ee,Ht,yt,St);var Ti=Se.length;if(Ti===0){di=Fm(yt,St,Ee.type===ko?Ee.centerX:Ee.endX,Ee.type===ko?Ee.centerY:Ee.endY,Vt,_t,ot,rt,mt);break}for(kn=null,bn=0;bn<Ti;bn++){if(kn=Se[bn],bn===0&&Fm(yt,St,kn[0],kn[1],Vt,_t,ot,rt,mt)){var Ho=Nm(Vt,_t,mt,Bt,E);Ho<Bt&&(Bt=Ho,ht=!0)}Jt.Eo(kn[0],kn[1],kn[2],kn[3],kn[4],kn[5],kn[6],kn[7],Vt,_t,ot,rt,.6,mt)&&(Ho=Nm(Vt,_t,mt,Bt,E),Ho<Bt&&(Bt=Ho,ht=!0))}bn=kn[6],kn=kn[7];break;default:se("Unknown Segment type: "+Se)}yt=bn,St=kn,di&&(di=Nm(Vt,_t,mt,Bt,E),di<Bt&&(Bt=di,ht=!0)),Ee.isClosed&&(bn=Ve,kn=tn,Fm(yt,St,bn,kn,Vt,_t,ot,rt,mt)&&(Ee=Nm(Vt,_t,mt,Bt,E),Ee<Bt&&(Bt=Ee,ht=!0)))}}z=x-a,tt=b-y,ot=Math.sqrt(z*z+tt*tt),ot!==0&&(z/=ot,tt/=ot),E.x-=z*gt,E.y-=tt*gt,It.free(mt)}else se("Unknown Geometry type: "+at.type);return ht?(this.transform.Ga(E),!0):!1};function Nm(a,y,x,b,E){return a=x.x-a,y=x.y-y,y=a*a+y*y,y<b?(E.x=x.x,E.y=x.y,y):b}function Fm(a,y,x,b,E,z,tt,ot,rt){if(Jt.$(a,x)&&Jt.$(y,b)||Jt.$(E,tt)&&Jt.$(z,ot))return!1;var at=!1,ht=(E-tt)*(y-b)-(z-ot)*(a-x);return ht===0?!1:(rt.x=((E*ot-z*tt)*(a-x)-(E-tt)*(a*b-y*x))/ht,rt.y=((E*ot-z*tt)*(y-b)-(z-ot)*(a*b-y*x))/ht,(a>x?a-x:x-a)<(y>b?y-b:b-y)?(a=y<b?y:b,y=y<b?b:y,(rt.y>a||Jt.$(rt.y,a))&&(rt.y<y||Jt.$(rt.y,y))&&(at=!0)):(y=a<x?a:x,a=a<x?x:a,(rt.x>y||Jt.$(rt.x,y))&&(rt.x<a||Jt.$(rt.x,a))&&(at=!0)),at)}xt.fh=function(a,y){if(y===void 0)return a.Re(this.actualBounds);var x=this.ua;x===null&&(this.measure(1/0,1/0),x=this.ua),x=x.bounds;var b=this.strokeWidth/2,E=!1,z=It.alloc();return z.h(x.x-b,x.y-b),a.ca(y.Ga(z))&&(z.h(x.x-b,x.bottom+b),a.ca(y.Ga(z))&&(z.h(x.right+b,x.bottom+b),a.ca(y.Ga(z))&&(z.h(x.right+b,x.y-b),a.ca(y.Ga(z))&&(E=!0)))),It.free(z),E},xt.Yc=function(a,y){if(this.fh(a,y)||y===void 0&&(y=this.transform,a.Re(this.actualBounds)))return!0;var x=Wn.alloc();x.set(y),x.Vj();var b=a.left,E=a.right,z=a.top;a=a.bottom;var tt=It.alloc();if(tt.h(b,z),x.Ga(tt),this.gh(tt,!0)||(tt.h(E,z),x.Ga(tt),this.gh(tt,!0))||(tt.h(b,a),x.Ga(tt),this.gh(tt,!0))||(tt.h(E,a),x.Ga(tt),this.gh(tt,!0)))return It.free(tt),!0;var ot=It.alloc(),rt=It.alloc();return x.set(y),x.bv(this.transform),x.Vj(),ot.x=E,ot.y=z,ot.transform(x),tt.x=b,tt.y=z,tt.transform(x),y=!1,gd(this,tt,ot,rt)?y=!0:(tt.x=E,tt.y=a,tt.transform(x),gd(this,tt,ot,rt)?y=!0:(ot.x=b,ot.y=a,ot.transform(x),gd(this,tt,ot,rt)?y=!0:(tt.x=b,tt.y=z,tt.transform(x),gd(this,tt,ot,rt)&&(y=!0)))),It.free(tt),Wn.free(x),It.free(ot),It.free(rt),y};function gd(a,y,x,b){if(!a.rs(y,x,b))return!1;a=y.x,y=y.y;var E=x.x,z=x.y;return x=b.x,b=b.y,a===E?(y<z?(a=y,y=z):a=z,b>=a&&b<=y):(a<E?(b=a,a=E):b=E,x>=b&&x<=a)}xt.tx=function(a,y,x){function b(Bt,Ft){for(var zt=Bt.length,Ht=0;Ht<zt;Ht+=2)if(Ft.zd(Bt[Ht],Bt[Ht+1])>E)return!0;return!1}if(x&&this.fill!==null&&this.gh(a,!0))return!0;var E=a.Bf(y),z=E;if(1.5<this.strokeWidth&&(E=this.strokeWidth/2+Math.sqrt(E),E*=E),y=this.ua,y===null&&(this.measure(1/0,1/0),y=this.ua,y===null))return!1;if(!x){var tt=y.bounds,ot=tt.x,rt=tt.y,at=tt.x+tt.width;if(tt=tt.y+tt.height,ni(a.x,a.y,ot,rt)<=E&&ni(a.x,a.y,at,rt)<=E&&ni(a.x,a.y,ot,tt)<=E&&ni(a.x,a.y,at,tt)<=E)return!0}if(ot=y.startX,rt=y.startY,at=y.endX,tt=y.endY,y.type===Ie.j){if(x=(ot-at)*(a.x-at)+(rt-tt)*(a.y-tt),nr(a.x,a.y,ot,rt,at,tt)<=(0<=(at-ot)*(a.x-ot)+(tt-rt)*(a.y-rt)&&0<=x?E:z))return!0}else{if(y.type===Ie.u)return y=!1,x&&(y=nr(a.x,a.y,ot,rt,ot,tt)<=E||nr(a.x,a.y,ot,rt,at,rt)<=E||nr(a.x,a.y,at,rt,at,tt)<=E||nr(a.x,a.y,ot,tt,at,tt)<=E),y;if(y.type===Ie.F){y=a.x-(ot+at)/2,z=a.y-(rt+tt)/2;var ht=Math.abs(at-ot)/2,gt=Math.abs(tt-rt)/2;if(ht===0||gt===0)return nr(a.x,a.y,ot,rt,at,tt)<=E;if(x){if(a=Jt.$y(ht,gt,y,z),a*a<=E)return!0}else return!(ni(y,z,-ht,0)>=E||ni(y,z,0,-gt)>=E||ni(y,z,0,gt)>=E||ni(y,z,ht,0)>=E)}else if(y.type===Ie.o){if(at=y.bounds,z=at.x,ot=at.y,rt=at.x+at.width,at=at.y+at.height,a.x>rt&&a.x<z&&a.y>at&&a.y<ot&&nr(a.x,a.y,z,ot,z,at)>E&&nr(a.x,a.y,z,ot,rt,ot)>E&&nr(a.x,a.y,rt,at,z,at)>E&&nr(a.x,a.y,rt,at,rt,ot)>E)return!1;if(z=Math.sqrt(E),x){if(this.fill===null?Jh(y,a.x,a.y,z):jl(y,a,z,!0,!1))return!0}else{for(x=y.figures,y=0;y<x.count;y++){if(z=x.s[y],tt=z.startX,ht=z.startY,a.zd(tt,ht)>E)return!1;for(ot=z.segments.s,rt=ot.length,at=0;at<rt;at++)switch(gt=ot[at],gt.type){case zo:case Bi:if(tt=gt.endX,ht=gt.endY,a.zd(tt,ht)>E)return!1;break;case pr:var mt=Dn();if(Jt.Qe(tt,ht,gt.point1X,gt.point1Y,gt.point2X,gt.point2Y,gt.endX,gt.endY,.8,mt),tt=b(mt,a),Tn(mt),tt||(tt=gt.endX,ht=gt.endY,a.zd(tt,ht)>E))return!1;break;case As:if(mt=Dn(),Jt.ep(tt,ht,gt.point1X,gt.point1Y,gt.endX,gt.endY,.8,mt),tt=b(mt,a),Tn(mt),tt||(tt=gt.endX,ht=gt.endY,a.zd(tt,ht)>E))return!1;break;case ko:case _s:mt=gt.type===ko?Ss(gt,z):ra(gt,z,tt,ht);var yt=mt.length;if(yt===0){if(tt=gt.type===ko?gt.centerX:gt.endX,ht=gt.type===ko?gt.centerY:gt.endY,a.zd(tt,ht)>E)return!1;break}gt=null;for(var St=Dn(),Lt=0;Lt<yt;Lt++)if(gt=mt[Lt],St.length=0,Jt.Qe(gt[0],gt[1],gt[2],gt[3],gt[4],gt[5],gt[6],gt[7],.8,St),b(St,a))return Tn(St),!1;Tn(St),gt!==null&&(tt=gt[6],ht=gt[7]);break;default:se("Unknown Segment type: "+gt.type)}}return!0}}}return!1},xt.qc=function(){this.ua=null},xt.kq=function(){return this.ig};function m1(a){var y=a.diagram;y!==null&&y.undoManager.isUndoingRedoing||(a.segmentOrientation=Zc,a.toArrow!=="None"?(a.segmentIndex=-1,a.alignmentFocus=Tr):a.fromArrow!=="None"&&(a.segmentIndex=0,a.alignmentFocus=new vn(1-Tr.x,Tr.y)))}In.makeGeometry=function(a,y,x){if(a.toArrow!=="None")var b=xl[a.toArrow];else a.fromArrow!=="None"?b=xl[a.fromArrow]:(b=Jt.Ze[a.figure],typeof b=="string"&&(b=Jt.Ze[b]),b===void 0&&se("Unknown Shape.figure: "+a.figure),b=b(a,y,x),b.Sk=y,b.Rk=x);if(b===null){var E=Jt.Ze.Rectangle;typeof E=="function"&&(b=E(a,y,x))}return b};function v1(a){var y=xl[a];if(y===void 0){var x=a.toLowerCase();if(x==="none")return"None";if(y=xl[x],y===void 0){var b=null,E;for(E in Jt.um)if(E.toLowerCase()===x){b=E;break}if(b!==null)return a=Ie.parse(Jt.um[b],!1),xl[b]=a,x!==b&&(xl[x]=b),b}}return typeof y=="string"?y:y instanceof Ie?a:null}be.Object.defineProperties(In.prototype,{geometry:{get:function(){return this.ua!==null?this.ua:this.Rd},set:function(a){var y=this.ua,x=this.Rd;if(y!==a){a!==null?this.Rd=this.ua=a.freeze():this.Rd=this.ua=null;var b=this.part;b!==null&&(b.ag=NaN),this.v(),this.g("geometry",y||x,a),ur(this)&&(a=this.part,a!==null&&ji(this,a,"geometryString"))}}},geometryString:{get:function(){return this.geometry===null?"":this.geometry.toString()},set:function(a){a=Ie.parse(a);var y=a.normalize();this.geometry=a,this.position=a=It.allocAt(-y.x,-y.y),It.free(a)}},isGeometryPositioned:{get:function(){return(this.l&1048576)!==0},set:function(a){var y=(this.l&1048576)!==0;y!==a&&(this.l^=1048576,this.v(),this.g("isGeometryPositioned",y,a))}},fill:{get:function(){return this.Ui},set:function(a){var y=this.Ui;y!==a&&(a!==null&&rf(a,"Shape.fill"),a instanceof vi&&a.freeze(),this.Ui=a,this.N(),this.g("fill",y,a))}},stroke:{get:function(){return this.xc},set:function(a){var y=this.xc;y!==a&&(a!==null&&rf(a,"Shape.stroke"),a instanceof vi&&a.freeze(),this.xc=a,this.N(),this.g("stroke",y,a))}},strokeWidth:{get:function(){return this.ig},set:function(a){var y=this.ig;if(y!==a)if(0<=a){this.ig=a,this.v();var x=this.part;x!==null&&(x.ag=NaN),this.g("strokeWidth",y,a)}else Hn(a,"value >= 0",In,"strokeWidth:value")}},strokeCap:{get:function(){return this.Na!==null?this.Na.Hr:"butt"},set:function(a){var y=this.strokeCap;y!==a&&(typeof a!="string"||a!=="butt"&&a!=="round"&&a!=="square"?Hn(a,'"butt", "round", or "square"',In,"strokeCap"):(fd(this),this.Na.Hr=a,this.N(),this.g("strokeCap",y,a)))}},strokeJoin:{get:function(){return this.Na!==null?this.Na.Ir:"miter"},set:function(a){var y=this.strokeJoin;y!==a&&(typeof a!="string"||a!=="miter"&&a!=="bevel"&&a!=="round"?Hn(a,'"miter", "bevel", or "round"',In,"strokeJoin"):(fd(this),this.Na.Ir=a,this.N(),this.g("strokeJoin",y,a)))}},strokeMiterLimit:{get:function(){return this.Na!==null?this.Na.Jr:10},set:function(a){var y=this.strokeMiterLimit;if(y!==a&&1<=a){fd(this),this.Na.Jr=a,this.N();var x=this.part;x!==null&&(x.ag=NaN),this.g("strokeMiterLimit",y,a)}}},strokeDashArray:{get:function(){return this.Yg},set:function(a){var y=this.Yg;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;E<x;E++){var z=a[E];0<=z&&isFinite(z)||se("strokeDashArray:value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.Yg=a,this.N(),this.g("strokeDashArray",y,a)}}},strokeDashOffset:{get:function(){return this.Na!==null?this.Na.uj:0},set:function(a){var y=this.strokeDashOffset;y!==a&&0<=a&&(fd(this),this.Na.uj=a,this.N(),this.g("strokeDashOffset",y,a))}},figure:{get:function(){return this.an},set:function(a){var y=this.an;if(y!==a){var x=Jt.Ze[a];typeof x=="function"?x=a:(x=Jt.Ze[a.toLowerCase()])||se("Unknown Shape.figure: "+a),y!==x&&(a=this.part,a!==null&&(a.ag=NaN),this.an=x,this.Rd=null,this.qc(),this.v(),this.g("figure",y,x))}}},toArrow:{get:function(){return this.Ua!==null?this.Ua.V:"None"},set:function(a){var y=this.toArrow;if(a===!0?a="Standard":a===!1&&(a=""),y!==a){var x=v1(a);x===null?se("Unknown Shape.toArrow: "+a):y!==x&&(this.Ua===null&&(this.Ua=new pu),this.Ua.V=x,this.Rd=null,this.qc(),this.v(),m1(this),this.g("toArrow",y,x))}}},fromArrow:{get:function(){return this.Ua!==null?this.Ua.j:"None"},set:function(a){var y=this.fromArrow;if(a===!0?a="Standard":a===!1&&(a=""),y!==a){var x=v1(a);x===null?se("Unknown Shape.fromArrow: "+a):y!==x&&(this.Ua===null&&(this.Ua=new pu),this.Ua.j=x,this.Rd=null,this.qc(),this.v(),m1(this),this.g("fromArrow",y,x))}}},spot1:{get:function(){return this.Na!==null?this.Na.fg:cr},set:function(a){var y=this.spot1;y.D(a)||(a=a.J(),fd(this),this.Na.fg=a,this.v(),this.g("spot1",y,a))}},spot2:{get:function(){return this.Na!==null?this.Na.gg:cr},set:function(a){var y=this.spot2;y.D(a)||(a=a.J(),fd(this),this.Na.gg=a,this.v(),this.g("spot2",y,a))}},parameter1:{get:function(){return this.Un},set:function(a){var y=this.Un;y!==a&&(this.Un=a,this.qc(),this.v(),this.g("parameter1",y,a))}},parameter2:{get:function(){return this.Vn},set:function(a){var y=this.Vn;y!==a&&(this.Vn=a,this.qc(),this.v(),this.g("parameter2",y,a))}},naturalBounds:{get:function(){return this.dc}},pathPattern:{get:function(){return this.Na!==null?this.Na.br:null},set:function(a){var y=this.pathPattern;y!==a&&(fd(this),this.Na.br=a,this.N(),this.g("pathPattern",y,a))}},geometryStretch:{get:function(){return this.Na!==null?this.Na.jq:Bn},set:function(a){var y=this.geometryStretch;y!==a&&(fd(this),this.Na.jq=a,this.v(),this.g("geometryStretch",y,a))}},interval:{get:function(){return this.fa!==null?this.fa.Tk:1},set:function(a){var y=this.interval;if(a=Math.round(a),y!==a&&a!==0&&isFinite(a)){this.fa===null&&(this.fa=new Pl),this.fa.Tk=a;var x=this.diagram;x!==null&&this.panel===x.grid&&Ja(x),this.v(),x=this.panel,x!==null&&(x.graduatedIntervals=null),this.g("interval",y,a)}}},graduatedStart:{get:function(){return this.fa!==null?this.fa.u:0},set:function(a){var y=this.graduatedStart;y!==a&&(0>a?a=0:1<a&&(a=1),this.fa===null&&(this.fa=new Pl),this.fa.u=a,this.v(),this.g("graduatedStart",y,a))}},graduatedEnd:{get:function(){return this.fa!==null?this.fa.j:1},set:function(a){var y=this.graduatedEnd;y!==a&&(0>a?a=0:1<a&&(a=1),this.fa===null&&(this.fa=new Pl),this.fa.j=a,this.v(),this.g("graduatedEnd",y,a))}},graduatedSkip:{get:function(){return this.fa!==null?this.fa.o:null},set:function(a){var y=this.graduatedSkip;y!==a&&(this.fa===null&&(this.fa=new Pl),this.fa.o=a,this.v(),this.g("graduatedSkip",y,a))}}}),In.prototype.intersectsRect=In.prototype.Yc,In.prototype.containedInRect=In.prototype.fh,In.prototype.getNearestIntersectionPoint=In.prototype.rs,In.prototype.getDocumentBounds=In.prototype.mi,In.prototype.getDocumentPoint=In.prototype.ga;var xl=new Vn,kv=new Vn;In.className="Shape",In.getFigureGenerators=function(){var a=new yn,y;for(y in Jt.Ze)y!==y.toLowerCase()&&a.add(y,Jt.Ze[y]);return a.freeze(),a},In.defineFigureGenerator=function(a,y){var x=a.toLowerCase(),b=Jt.Ze;b[a]=y,b[x]=a},In.getArrowheadGeometries=function(){var a=new yn;for(b in Jt.um)if(xl[b]===void 0){var y=Ie.parse(Jt.um[b],!1);xl[b]=y,y=b.toLowerCase(),y!==b&&(xl[y]=b)}for(var x in xl)if(x!==x.toLowerCase()){var b=xl[x];b instanceof Ie&&a.add(x,b)}return a.freeze(),a},In.defineArrowheadGeometry=function(a,y){var x=null;typeof y=="string"?x=Ie.parse(y,!1):x=y,y=a.toLowerCase(),y!=="none"&&a!==y||se("Shape.defineArrowheadGeometry name must not be empty or None or all-lower-case: "+a);var b=xl;b[a]=x,b[y]=a};function Mv(){this.nc=!1,this.Hr="butt",this.Ir="miter",this.Jr=10,this.uj=0,this.br=null,this.jq=Bn,this.gg=this.fg=cr}Mv.prototype.copy=function(){var a=new Mv;return a.Hr=this.Hr,a.Ir=this.Ir,a.Jr=this.Jr,a.uj=this.uj,a.br=this.br,a.jq=this.jq,a.fg=this.fg.J(),a.gg=this.gg.J(),a};function Fi(a,y){return Xt.call(this),Dm||(is=to?new ua(null).context:null,Dm=!0),this.l|=2097152,this.ec="",this.xc="black",this.Ae="13px sans-serif",this.Lq=this.Cb=this.Gc=0,this.da=this.fa=this.Gm=null,this.Ih=0,this.df=null,this.Le=0,this.ze=this.Qb=this.Qc=null,typeof a=="string"?this.text=a:a&&Object.assign(this,a),y&&Object.assign(this,y),this}re(Fi,Xt),Fi.prototype.cloneProtected=function(a){Xt.prototype.cloneProtected.call(this,a),a.ec=this.ec,a.xc=this.xc,a.Ae=this.Ae,a.Gc=this.Gc,a.Cb=this.Cb,a.Lq=this.Lq,a.Gm=this.Gm,this.fa!==null&&(a.fa=this.fa.copy()),this.da!==null&&(a.da=this.da.nc?this.da:this.da.copy()),a.Ih=this.Ih,a.df=this.df,a.Le=this.Le,a.Qc=this.Qc,a.Qb=this.Qb,a.ze=this.ze};function tl(a){a.da===null?a.da=new Bv:a.da.nc&&(a.da=a.da.copy())}xt=Fi.prototype,xt.th=function(){Xt.prototype.th.call(this),this.da!==null&&(this.da.nc=!0)};function y1(a,y){a.l=y.l|6144,a.pb=y.opacity,a.Ma=y.background,a.areaBackground=y.areaBackground,a.jd=y.desiredSize.J(),a.minSize=y.minSize.J(),a.maxSize=y.maxSize.J(),y.Lb!==null?a.Lb=y.Lb.copy():a.Lb=null,a.Ca=y.scale,a.Kb=y.angle,a.stretch=y.stretch,a.Kg=y.margin.J(),a.Jb=y.alignment.J(),a.sk=y.alignmentFocus.J(),a.segmentFraction=y.segmentFraction,a.segmentOffset=y.segmentOffset.J(),a.segmentOrientation=y.segmentOrientation,y.tb!==null&&(a.tb=y.tb.copy()),a.shadowVisible=y.shadowVisible,a.ec=y.ec,a.xc=y.xc,a.Ae=y.Ae,a.fa!==null&&(a.fa=y.fa.copy()),y.da!==null&&(a.da=y.da.nc?y.da:y.da.copy()),a.Ih=y.Ih}xt.qb=function(a){a.classType===Fi?this.wrap=a:Xt.prototype.qb.call(this,a)},xt.toString=function(){return 22<this.ec.length?'TextBlock("'+this.ec.substring(0,20)+'"...)':'TextBlock("'+this.ec+'")'},xt.v=function(){Xt.prototype.v.call(this)},xt.hh=function(a,y){if(this.xc!==null&&this.ec.length!==0&&this.Ae!==null){var x=this.naturalBounds,b=this.actualBounds,E=x.width,z=x.height,tt=Wc(this),ot=a.textAlign=this.textAlign,rt=y.tn;ot==="start"?ot=rt?"right":"left":ot==="end"&&(ot=rt?"left":"right"),rt=this.isUnderline;var at=this.isStrikethrough;no(this,a,this.xc,!0,!1,x,b),(rt||at)&&no(this,a,this.xc,!1,!1,x,b),b=0,x=!1;var ht=this.oe,gt=ht.dx-(tt*ht.m21+ht.dx);ht=ht.dy-(tt*ht.m22+ht.dy);var mt=y.scale;switch(8>(gt*gt+ht*ht)*mt*mt&&(x=!0),y.ib!==a&&(x=!1),y.ib instanceof ws&&(x=!1),y.Gf("textGreeking")===!1&&(x=!1),y=this.spacingAbove,gt=this.spacingBelow,this.flip){case oi:a.translate(E,0),a.scale(-1,1);break;case zn:a.translate(0,z),a.scale(1,-1);break;case Pi:a.translate(E,z),a.scale(-1,-1)}if(a.yc(),ht=this.Gc,mt=(y+tt+gt)*ht,z>mt&&(b=this.verticalAlignment,b=b.y*z-b.y*mt+b.offsetY),ht===1&&this.ze!==null)gt=this.Cb,gt>E&&(gt=E),this.Oj(this.ze,a,0,b+y,E,tt,gt,x,ot,rt,at);else if(this.Qc!==null&&this.Qb!==null)for(mt=0;mt<ht;mt++){var yt=this.Qc[mt];yt>E&&(yt=E),b+=y,this.Oj(this.Qb[mt],a,0,b,E,tt,yt,x,ot,rt,at),b+=tt+gt}switch(this.flip){case oi:a.scale(-1,1),a.translate(-E,0);break;case zn:a.scale(1,-1),a.translate(0,-z);break;case Pi:a.scale(-1,-1),a.translate(-E,-z)}}},xt.Oj=function(a,y,x,b,E,z,tt,ot,rt,at,ht){var gt=0;if(ot)rt==="left"?gt=0:rt==="right"?gt=E-tt:rt==="center"&&(gt=(E-tt)/2),y.fillRect(x+gt,b+.25*z,tt,1);else{if(rt==="left"?gt=0:rt==="right"?gt=E:rt==="center"&&(gt=E/2),E=bm!==null?bm(this,z):.75*z,y.fillText(a,x+gt,b+E),a=z/20|0,a===0&&(a=1),rt==="right"?gt-=tt:rt==="center"&&(gt-=tt/2),at){ot=Em!==null?Em(this,z):.8*z,rt=x+gt,at=b+ot,E=x+gt+tt,ot=b+ot;var mt=a;y.beginPath(),y.lineWidth=mt,y.moveTo(rt,at),y.lineTo(E,ot),y.stroke(),y.Se(),y instanceof ws&&y.ad.classList.add("gojs-td")}ht&&(ht=b+z-z/2.2|0,a%2!==0&&(ht+=.5),b=x+gt,z=ht,x=x+gt+tt,tt=ht,gt=a,y.beginPath(),y.lineWidth=gt,y.moveTo(b,z),y.lineTo(x,tt),y.stroke(),y.Se(),y instanceof ws&&y.ad.classList.add("gojs-td"))}},xt.kk=function(a,y,x){if(!Xt.prototype.kk.call(this,a,y,x))return!1;if(no(this,a,this.xc,!0,!1,this.naturalBounds,this.actualBounds),x){if(this.svg.getElementsByTagName("text").length===0)return!0;for(y=this.svg.getElementsByClassName("gojs-td"),x=0;x<y.length;x++)Qy(a,y[x],!1)}else y=this.svg,y.innerHTML=this.text,Qy(a,y,!0);return!0},xt.nk=function(a){return 1<this.lineCount||this.isUnderline||this.isStrikethrough?!0:Xt.prototype.nk.call(this,a)},xt.Dv=function(a,y){if(a.nodeName!=="g")a.setAttributeNS(null,"filter",y);else{a=a.getElementsByTagName("text");for(var x=0;x<a.length;x++)a[x].setAttributeNS(null,"filter",y)}},xt.Wl=function(a,y,x,b){var E=this.Gc;this.Ih=a,this.l&=-16777217;var z=this.Ae;is!==null&&k1!==z&&(k1=is.font=z),this.Cb=this.Le=0,this.ze=this.Qb=this.Qc=this.df=null;var tt;if(isNaN(this.desiredSize.width)){if(z=this.ec.replace(/\r\n/g,`
|
|
`).replace(/\r/g,`
|
|
`),z.length===0)z=8;else if(this.isMultiline){for(var ot=tt=0,rt=!1;!rt;){var at=z.indexOf(`
|
|
`,ot);at===-1&&(at=z.length,rt=!0),ot=z.substr(ot,at-ot),this.formatting===Vc&&(ot=ot.trim()),tt=Math.max(tt,La(ot)),ot=at+1}z=tt}else tt=z.indexOf(`
|
|
`,0),0<=tt&&(z=z.substr(0,tt)),z=La(z);z=Math.min(z,a/this.scale)}else z=this.desiredSize.width;if(this.panel!==null&&(z=Math.min(z,this.panel.maxSize.width)),tt=x1(this,z),isNaN(this.desiredSize.height)?tt=Math.min(tt,y/this.scale):tt=this.desiredSize.height,rt=tt,this.Cb!==0&&this.Qc!==null&&this.Qb!==null&&this.overflow===Am&&(y=this.Ae,y=this.overflow===Am?S1(y):0,at=this.spacingAbove+this.spacingBelow,at=Math.max(0,Wc(this)+at),rt=Math.min(this.maxLines-1,Math.max(Math.floor(rt/at+.01)-1,0)),!(rt+1>=this.Qb.length))){for(this.l|=16777216,at=this.Qb[rt],y=Math.max(1,a-y);La(at)>y&&1<at.length;)at=at.substr(0,at.length-1);at+=Uc,y=La(at),this.Qb[rt]=at,this.Qb=this.Qb.slice(0,rt+1),this.Qc[rt]=y,this.Qc=this.Qc.slice(0,rt+1),this.Le=this.Qb.length,this.Cb=Math.max(this.Cb,y),this.Gc=this.Le,this.Gc===1&&(this.ze=this.Qb[0])}(this.wrap===P1||isNaN(this.desiredSize.width))&&(z=isNaN(a)?this.Cb:Math.min(a,this.Cb)),z=Math.max(x,z),tt=Math.max(b,tt),ms(this.dc,z,tt),this.Ge(0,0,z,tt),this.svg!==null&&E!==this.Gc&&(this.Uc=!0)},xt.eh=function(a,y,x,b){Er(this,a,y,x,b)};function Hc(a,y,x){a.ze===null?(a.ze=y,a.Cb=x):((a.Qb===null||a.Qc===null)&&(a.Qb=[],a.Qc=[],a.Qb.push(a.ze),a.Qc.push(a.Cb)),a.Qb.push(y),a.Qc.push(x),a.Qb.length>a.maxLines&&(a.l|=16777216))}function Tv(a,y,x,b){var E=a.formatting===Vc;E&&(y=y.trim());var z=0,tt=a.Ae,ot=a.spacingAbove+a.spacingBelow;ot=Math.max(0,Wc(a)+ot);var rt=a.overflow===Am?S1(tt):0;if(a.Gc>=a.maxLines)b!==null&&b.h(0,ot);else if(tt=y,a.wrap===Nv){a.Le=1;var at=La(y);if(rt===0||at<=x)a.Cb=Math.max(a.Cb,at),Hc(a,y,a.Cb),b!==null&&b.h(at,ot);else{for(z=pg(a,tt),tt=tt.substr(z.length),y=pg(a,tt),at=La(z+y);0<y.length&&at<=x;)z+=y,tt=tt.substr(y.length),y=pg(a,tt),at=z+y,E&&(at=at.trim()),at=La(at);for(E&&(y=y.trim()),z+=y,x=Math.max(1,x-rt);La(z)>x&&1<z.length;)z=z.substr(0,z.length-1);a.l|=16777216,z+=Uc;var ht=La(z);a.Cb=ht,Hc(a,z,ht),b!==null&&b.h(ht,ot)}}else{for(rt=0,tt.length===0&&(rt=1,Hc(a,tt,0));0<tt.length;){for(y=pg(a,tt),tt=tt.substr(y.length);La(y)>x;){var gt=1;for(at=La(y.substr(0,gt)),ht=0;at<=x;)gt++,ht=at,at=La(y.substr(0,gt));if(gt===1){var mt=at;z=Math.max(z,at)}else mt=ht,z=Math.max(z,ht);if(gt--,1>gt&&(gt=1),Hc(a,y.substr(0,gt),mt),rt++,y=y.substr(gt),a.Gc+rt>a.maxLines)break}for(ht=pg(a,tt),at=La(y+ht);0<ht.length&&at<=x;)y+=ht,tt=tt.substr(ht.length),ht=pg(a,tt),at=y+ht,E&&(at=at.trim()),at=La(at);if(E&&(y=y.trim()),y!==""&&(y[y.length-1]==="\xAD"&&(y=y.substring(0,y.length-1)+"\u2010"),ht.length===0?(gt=at,z=Math.max(z,at)):(gt=ht=La(y),z=Math.max(z,ht)),Hc(a,y,gt),rt++,a.Gc+rt>a.maxLines))break}a.Le=Math.min(a.maxLines,rt),a.Cb=Math.max(a.Cb,z),b!==null&&b.h(a.Cb,ot*a.Le)}}function pg(a,y){if(a.wrap===w1)return y.substr(0,1);for(var x=y.length,b=0,E=Sx;b<x&&!E.test(y.charAt(b));)b++;for(a.formatting===C1&&(x=Math.min(x,b+1));b<x&&E.test(y.charAt(b));)b++;return b>=y.length?y:y.substr(0,b)}function La(a){return is===null?8*a.length:is.measureText(a).width}function Wc(a){if(a.df!==null)return a.df;var y=a.Ae;if(is===null){var x=16;return a.df=x}return Ev[y]!==void 0&&5e3>L1?x=Ev[y]:(x=1.3*is.measureText("M").width,Ev[y]=x,L1++),a.df=x}function S1(a){if(is===null)return 6;if(Bm[a]!==void 0&&5e3>Av)var y=Bm[a];else y=is.measureText(Uc).width,Bm[a]=y,Av++;return y}function x1(a,y){var x=a.ec.replace(/\r\n/g,`
|
|
`).replace(/\r/g,`
|
|
`),b=a.spacingAbove+a.spacingBelow;if(b=Math.max(0,Wc(a)+b),x.length===0)return a.Cb=0,a.Gc=1,b;if(!a.isMultiline){var E=x.indexOf(`
|
|
`,0);0<=E&&(x=x.substr(0,E))}E=0;for(var z=a.Gc=0,tt,ot=!1;!ot;){if(tt=x.indexOf(`
|
|
`,z),tt===-1&&(tt=x.length,ot=!0),z<=tt){if(z=x.substr(z,tt-z),a.wrap!==Nv){a.Le=0;var rt=Ye.alloc();Tv(a,z,y,rt),E+=rt.height,Ye.free(rt),a.Gc+=a.Le}else Tv(a,z,y,null),E+=b,a.Gc++;a.Gc===a.maxLines&&(ot=!0)}z=tt+1}return a.Lq=E}be.Object.defineProperties(Fi.prototype,{font:{get:function(){return this.Ae},set:function(a){var y=this.Ae;y!==a&&(this.Ae=a,this.df=null,this.v(),this.g("font",y,a))}},text:{get:function(){return this.ec},set:function(a){var y=this.ec;a!=null?a=a.toString():a="",y!==a&&(this.ec=a,this.v(),this.g("text",y,a),this.Uc=!0)}},textAlign:{get:function(){return this.da!==null?this.da.Or:"start"},set:function(a){var y=this.textAlign;y===a||a!=="start"&&a!=="end"&&a!=="left"&&a!=="right"&&a!=="center"||(tl(this),this.da.Or=a,this.N(),this.g("textAlign",y,a))}},flip:{get:function(){return this.da!==null?this.da.Xf:we},set:function(a){var y=this.flip;y!==a&&(tl(this),this.da.Xf=a,this.N(),this.g("flip",y,a))}},verticalAlignment:{get:function(){return this.da!==null?this.da.Yr:bd},set:function(a){var y=this.verticalAlignment;y.D(a)||(a=a.J(),tl(this),this.da.Yr=a,Hr(this),this.g("verticalAlignment",y,a))}},naturalBounds:{get:function(){if(!this.dc.w()){var a=Ye.alloc();Tv(this,this.ec,999999,a);var y=a.width;Ye.free(a),a=x1(this,y);var x=this.desiredSize;isNaN(x.width)||(y=x.width),isNaN(x.height)||(a=x.height),ms(this.dc,y,a)}return this.dc}},isMultiline:{get:function(){return(this.l&2097152)!==0},set:function(a){var y=(this.l&2097152)!==0;y!==a&&(this.l^=2097152,this.v(),this.g("isMultiline",y,a))}},isUnderline:{get:function(){return(this.l&4194304)!==0},set:function(a){var y=(this.l&4194304)!==0;y!==a&&(this.l^=4194304,this.Uc=!0,this.N(),this.g("isUnderline",y,a))}},isStrikethrough:{get:function(){return(this.l&8388608)!==0},set:function(a){var y=(this.l&8388608)!==0;y!==a&&(this.l^=8388608,this.Uc=!0,this.N(),this.g("isStrikethrough",y,a))}},wrap:{get:function(){return this.da!==null?this.da.$r:Fv},set:function(a){var y=this.wrap;y!==a&&(tl(this),this.da.$r=a,this.v(),this.g("wrap",y,a))}},overflow:{get:function(){return this.da!==null?this.da.$q:bv},set:function(a){var y=this.overflow;y!==a&&(tl(this),this.da.$q=a,this.v(),this.g("overflow",y,a))}},isOverflowed:{get:function(){return(this.l&16777216)!==0}},stroke:{get:function(){return this.xc},set:function(a){var y=this.xc;y!==a&&(a!==null&&rf(a,"TextBlock.stroke"),a instanceof vi&&a.freeze(),this.xc=a,this.N(),this.g("stroke",y,a))}},lineCount:{get:function(){return this.Gc}},lineHeight:{get:function(){return Wc(this)}},editable:{get:function(){return(this.l&1048576)!==0},set:function(a){var y=(this.l&1048576)!==0;y!==a&&(this.l^=1048576,this.g("editable",y,a))}},textEditor:{get:function(){return this.da!==null?this.da.Qr:null},set:function(a){var y=this.textEditor;y!==a&&(tl(this),this.da.Qr=a,this.g("textEditor",y,a))}},errorFunction:{get:function(){return this.da!==null?this.da.Hd:null},set:function(a){var y=this.errorFunction;y!==a&&(tl(this),this.da.Hd=a,this.g("errorFunction",y,a))}},interval:{get:function(){return this.fa!==null?this.fa.Tk:1},set:function(a){var y=this.interval;if(a=Math.round(a),y!==a&&a!==0&&isFinite(a)){this.fa===null&&(this.fa=new Pl),this.fa.Tk=a,this.v();var x=this.panel;x!==null&&(x.graduatedIntervals=null),this.g("interval",y,a)}}},graduatedStart:{get:function(){return this.fa!==null?this.fa.u:0},set:function(a){var y=this.graduatedStart;y!==a&&(0>a?a=0:1<a&&(a=1),this.fa===null&&(this.fa=new Pl),this.fa.u=a,this.v(),this.g("graduatedStart",y,a))}},graduatedEnd:{get:function(){return this.fa!==null?this.fa.j:1},set:function(a){var y=this.graduatedEnd;y!==a&&(0>a?a=0:1<a&&(a=1),this.fa===null&&(this.fa=new Pl),this.fa.j=a,this.v(),this.g("graduatedEnd",y,a))}},graduatedFunction:{get:function(){return this.fa!==null?this.fa.F:null},set:function(a){var y=this.graduatedFunction;y!==a&&(this.fa===null&&(this.fa=new Pl),this.fa.F=a,this.v(),this.g("graduatedFunction",y,a))}},graduatedSkip:{get:function(){return this.fa!==null?this.fa.o:null},set:function(a){var y=this.graduatedSkip;y!==a&&(this.fa===null&&(this.fa=new Pl),this.fa.o=a,this.v(),this.g("graduatedSkip",y,a))}},textValidation:{get:function(){return this.da!==null?this.da.vj:null},set:function(a){var y=this.textValidation;y!==a&&(tl(this),this.da.vj=a,this.g("textValidation",y,a))}},textEdited:{get:function(){return this.da!==null?this.da.Pr:null},set:function(a){var y=this.textEdited;y!==a&&(tl(this),this.da.Pr=a,this.g("textEdited",y,a))}},spacingAbove:{get:function(){return this.da!==null?this.da.Dr:0},set:function(a){var y=this.spacingAbove;y!==a&&(tl(this),this.da.Dr=a,this.v(),this.g("spacingAbove",y,a))}},spacingBelow:{get:function(){return this.da!==null?this.da.Er:0},set:function(a){var y=this.spacingBelow;y!==a&&(tl(this),this.da.Er=a,this.v(),this.g("spacingBelow",y,a))}},formatting:{get:function(){return this.da!==null?this.da.gq:Vc},set:function(a){var y=this.formatting;y!==a&&(tl(this),this.da.gq=a,this.v(),this.g("formatting",y,a))}},maxLines:{get:function(){return this.da!==null?this.da.Jq:1/0},set:function(a){var y=this.maxLines;y!==a&&(a=Math.floor(a),0>=a&&Hn(a,"> 0",Fi,"maxLines"),tl(this),this.da.Jq=a,this.v(),this.g("maxLines",y,a))}},metrics:{get:function(){return{arrSize:this.Qc!==null?this.Qc:[this.Cb],arrText:this.Qb!==null?this.Qb:[this.ze],maxLineWidth:this.Cb,fontHeight:this.df}}},choices:{get:function(){return this.Gm},set:function(a){var y=this.Gm;y!==a&&(this.Gm=a,this.g("choices",y,a))}}});var bm=null,Em=null,Nv=new he(Fi,"None",0),P1=new he(Fi,"WrapFit",1),Fv=new he(Fi,"WrapDesiredSize",2),w1=new he(Fi,"WrapBreakAll",3),bv=new he(Fi,"OverflowClip",0),Am=new he(Fi,"OverflowEllipsis",1),Vc=new he(Fi,"FormatTrim",0),C1=new he(Fi,"FormatNone",0),Sx=/[ \u200b\u00ad]/,Ev=new Vn,L1=0,Bm=new Vn,Av=0,Uc="...",k1="",is=null,Dm=!1;Fi.className="TextBlock";function Bv(){this.nc=!1,this.Hd=null,this.Xf=we,this.gq=Vc,this.Jq=1/0,this.$q=bv,this.Er=this.Dr=0,this.Or="start",this.vj=this.Qr=this.Pr=null,this.Yr=bd,this.$r=Fv}Bv.prototype.copy=function(){var a=new Bv;return a.Hd=this.Hd,a.Xf=this.Xf,a.gq=this.gq,a.Jq=this.Jq,a.$q=this.$q,a.Dr=this.Dr,a.Er=this.Er,a.Or=this.Or,a.Pr=this.Pr,a.Qr=this.Qr,a.vj=this.vj,a.Yr=this.Yr,a.$r=this.$r,a},Fi.getEllipsis=function(){return Uc},Fi.setEllipsis=function(a){Uc=a,Bm=new Vn,Av=0},Fi.getBaseline=function(){return bm},Fi.setBaseline=function(a){bm=a},Fi.getUnderline=function(){return Em},Fi.setUnderline=function(a){Em=a},Fi.isValidFont=function(a){if(Dm||(is=to?new ua(null).context:null,Dm=!0),is===null)return!0;var y=is.font;if(a===y||a==="10px sans-serif")return!0;is.font="10px sans-serif",is.font=a;var x=is.font;if(x!=="10px sans-serif")return is.font=y,!0;is.font="19px serif";var b=is.font;return is.font=a,x=is.font,is.font=y,x!==b},Fi.FormatNone=C1,Fi.FormatTrim=Vc,Fi.None=Nv,Fi.OverflowClip=bv,Fi.OverflowEllipsis=Am,Fi.WrapBreakAll=w1,Fi.WrapDesiredSize=Fv,Fi.WrapFit=P1;function Pl(){this.Tk=1,this.u=0,this.j=1,this.o=this.F=null}Pl.prototype.copy=function(){var a=new Pl;return a.Tk=this.Tk,a.u=this.u,a.j=this.j,a.F=this.F,a.o=this.o,a},Pl.className="GradElementSettings";function os(a,y){Xt.call(this),this.Eg=null,this.qo="",this.Xg=so,this.Nk=Me,this.Zg=this.Hd=null,this.Mk=mi,this.Xf=we,this.vl=null,this.qn=!1,this.en=!0,this.al=!1,this.bt=this.rl=null,typeof a=="string"?this.source=a:a&&Object.assign(this,a),y&&Object.assign(this,y)}var mg;re(os,Xt),os.prototype.cloneProtected=function(a){Xt.prototype.cloneProtected.call(this,a),a.qo=this.qo,a.element=this.Eg,a.Xg=this.Xg.J(),a.Nk=this.Nk,a.Xf=this.Xf,a.Hd=this.Hd,a.Zg=this.Zg,a.Mk=this.Mk.J(),a.en=this.en,a.rl=this.rl},os.prototype.qb=function(a){a===we||a===on||a===qn?this.imageStretch=a:Xt.prototype.qb.call(this,a)},os.prototype.toString=function(){return"Picture("+this.source+")#"+fo(this)};function vg(a){a===void 0&&(a=""),a!==""?mg[a]&&(delete mg[a],Om--):(mg=new Vn,Om=0)}function M1(a,y){y.qy||(y.Fq=function(x){y.sq=!0,y.ln=!1;var b=y.Bg.copy();if(b!=null){for(b=b.iterator;b.next();){var E=b.value;E.N();var z=y.getAttribute("src")||"",tt=E.Og.I(z);if(tt!==null)for(var ot=tt.length,rt=0;rt<ot;rt++)z=tt[rt],E.Xn.add(z),z.Uc=!0,E.$b(),y.hn&&(y.eu===void 0&&(y.eu=x),z.Zg!==null&&z.Zg(z,x))}y.Bg.clear()}a.desiredSize.w()||(Fo(a,!1),a.v())},y.Yp=function(x){y.ln=x;var b=y.Bg.copy();if(b!=null){for(b=b.iterator;b.next();){var E=b.value,z=y.getAttribute("src")||"",tt=E.Og.I(z);if(tt!==null){E=tt.length,z=Dn();for(var ot=0;ot<E;ot++)z.push(tt[ot]);if(y.hn)for(ot=0;ot<E;ot++)tt=z[ot],tt.Hd!==null&&tt.Hd(tt,x);Tn(z)}}y.Bg.clear()}},y.addEventListener("load",y.Fq),y.addEventListener("error",y.Yp),y.qy=!0)}os.prototype.hA=function(){if(this.source!==""){vg(this.source);var a=this.source;this.source="",this.source=a}},os.prototype.redraw=function(){this.N(),this.Uc=!0},os.prototype.hh=function(a,y){var x=this.Eg;if(x!==null){var b=x.getAttribute("src");if(!(x instanceof HTMLImageElement&&(b===null||b==="")||x.ln instanceof Event&&a instanceof ud)){var E=a instanceof ws;b=this.naturalBounds;var z=0,tt=0,ot=this.qn,rt=ot?+x.width:x.naturalWidth;if(ot=ot?+x.height:x.naturalHeight,rt===void 0&&x.videoWidth&&(rt=x.videoWidth),ot===void 0&&x.videoHeight&&(ot=x.videoHeight),rt=rt||b.width,ot=ot||b.height,rt!==0&&ot!==0){var at=rt,ht=ot;this.sourceRect.w()&&(z=this.Xg.x,tt=this.Xg.y,rt=this.Xg.width,ot=this.Xg.height);var gt=rt,mt=ot,yt=this.Nk,St=this.Mk;switch(yt){case we:if(this.sourceRect.w())break;gt>=b.width&&(z=z+St.offsetX+(gt*St.x-b.width*St.x)),mt>=b.height&&(tt=tt+St.offsetY+(mt*St.y-b.height*St.y)),rt=Math.min(b.width,gt),ot=Math.min(b.height,mt);break;case Me:gt=b.width,mt=b.height;break;case on:case qn:yt===on?(yt=Math.min(b.height/mt,b.width/gt),gt*=yt,mt*=yt):yt===qn&&(yt=Math.max(b.height/mt,b.width/gt),gt*=yt,mt*=yt,gt>=b.width&&(z=(z+St.offsetX+(gt*St.x-b.width*St.x)/gt)*rt),mt>=b.height&&(tt=(tt+St.offsetY+(mt*St.y-b.height*St.y)/mt)*ot),rt*=1/(gt/b.width),ot*=1/(mt/b.height),gt=b.width,mt=b.height)}yt=this.Df()*y.scale;var Lt=gt*yt*mt*yt,Bt=rt*ot/Lt,Ft=x.__goCache;yt=null;var zt=xx;if(!E){if(x.sq&&Ft!==void 0&&4<Lt&&Bt>zt*zt)for(Ft.gi===null&&(N1(Ft,4,at,ht,x),N1(Ft,16,at,ht,x)),E=Ft.gi,at=E.length,ht=0;ht<at&&E[ht].ratio*E[ht].ratio<Bt;ht++)yt=E[ht];if(!y.Xm){if(this.vl===null)if(this.Eg===null)this.vl=!1;else{E=new ua(null).context;try{E.drawImage(this.Eg,0,0)}catch(Ht){this.en=!1}try{E.getImageData(0,0,1,1).data[3]&&(this.vl=!1),this.vl=!1}catch(Ht){this.vl=!0}}if(this.vl)return}}switch(E=gt<b.width?St.offsetX+(b.width*St.x-gt*St.x):0,St=mt<b.height?St.offsetY+(b.height*St.y-mt*St.y):0,this.flip){case oi:a.translate(Math.min(b.width,gt),0),a.scale(-1,1);break;case zn:a.translate(0,Math.min(b.height,mt)),a.scale(1,-1);break;case Pi:a.translate(Math.min(b.width,gt),Math.min(b.height,mt)),a.scale(-1,-1)}if(a.yc(),y.Gf("pictureRatioOptimization")&&!y.$i&&Ft!==void 0&&yt!==null&&yt.ratio!==1){a.save(),y=yt.ratio;try{a.drawImage(yt.source,z/y,tt/y,Math.min(yt.source.width,rt/y),Math.min(yt.source.height,ot/y),E,St,Math.min(b.width,gt),Math.min(b.height,mt)),a instanceof ws&&(this.bt=[z/y,tt/y,Math.min(yt.source.width,rt/y),Math.min(yt.source.height,ot/y),E,St,Math.min(b.width,gt),Math.min(b.height,mt)])}catch(Ht){this.en=!1}a.restore()}else try{a.drawImage(x,z,tt,rt,ot,E,St,Math.min(b.width,gt),Math.min(b.height,mt)),a instanceof ws&&(this.bt=[z,tt,rt,ot,E,St,Math.min(b.width,gt),Math.min(b.height,mt)])}catch(Ht){this.en=!1}switch(this.flip){case oi:a.scale(-1,1),a.translate(-Math.min(b.width,gt),0);break;case zn:a.scale(1,-1),a.translate(0,-Math.min(b.height,mt));break;case Pi:a.scale(-1,-1),a.translate(-Math.min(b.width,gt),-Math.min(b.height,mt))}}}}},os.prototype.Wl=function(a,y,x,b){var E=this.desiredSize,z=ns(this,!0),tt=this.Eg,ot=this.qn,rt=0,at=0;(ot||!this.al&&tt&&tt.complete)&&(this.al=!0),tt===null?(isFinite(E.width)||(a=0),isFinite(E.height)||(y=0)):(rt=ot?+tt.width:tt.naturalWidth,at=ot?+tt.height:tt.naturalHeight),isFinite(E.width)||z===Me||z===hn?(isFinite(a)||(this.sourceRect.w()?a=this.sourceRect.width:tt!==null&&(a=rt)),x=0):tt!==null&&this.al!==!1&&(a=this.sourceRect.w()?this.sourceRect.width:rt),isFinite(E.height)||z===Me||z===Sn?(isFinite(y)||(this.sourceRect.w()?y=this.sourceRect.height:tt!==null&&(y=at)),b=0):tt!==null&&this.al!==!1&&(y=this.sourceRect.w()?this.sourceRect.height:at),isFinite(E.width)&&(a=E.width),isFinite(E.height)&&(y=E.height),E=this.maxSize,z=this.minSize,x=Math.max(x||0,z.width),b=Math.max(b||0,z.height),a=Math.min(E.width,a),y=Math.min(E.height,y),a=Math.max(x,a),y=Math.max(b,y),tt===null||tt.complete||(isFinite(a)||(a=0),isFinite(y)||(y=0)),ms(this.dc,a,y),this.Ge(0,0,a,y)},os.prototype.eh=function(a,y,x,b){Er(this,a,y,x,b)},be.Object.defineProperties(os.prototype,{element:{get:function(){return this.Eg},set:function(a){var y=this.Eg;if(this.Uc=!0,y!==a){this.qn=a instanceof HTMLCanvasElement;var x=a instanceof HTMLImageElement;a===null||x||a instanceof HTMLVideoElement||this.qn||se("Picture.element must be an instance of Image, Canvas, or Video, not: "+a);var b=this.diagram;b!==null&&Cc(b,this),this.Eg=a,a!==null&&x&&a.Bg===void 0&&(a.Bg=new Ge),b!==null&&x&&fu(b,this),a!==null&&(this.qn||a.complete===!0?(a.hn&&(a.ln instanceof Event&&this.Hd!==null?this.Hd(this,a.ln):a.sq===!0&&!a.ln&&this.Zg!==null&&a.eu&&this.Zg(this,a.eu)),a.sq=!0,this.desiredSize.w()||(Fo(this,!1),this.v())):x&&M1(this,a)),this.g("element",y,a),this.N()}}},source:{get:function(){return this.qo},set:function(a){var y=this.qo;if(y!==a){this.Uc=!0,this.qo=a;var x=mg;if(to){var b=null;if(x[a]!==void 0)b=x[a];else if(a!==""){30<Om&&(vg(),x=mg),b=qe("img"),b.hn=!0,M1(this,b);var E=this.rl;E!==null&&(b.crossOrigin=E(this)),b.src=a,x[a]=b,Om++}this.element=b,b!==null&&b.__goCache===void 0&&(b.__goCache=new T1),this.v(),this.N()}this.g("source",y,a)}}},sourceCrossOrigin:{get:function(){return this.rl},set:function(a){if(this.rl!==a&&(this.rl=a,this.element!==null)){var y=this.element.getAttribute("src");a===null&&typeof y=="string"?this.element.crossOrigin=null:a!==null&&(this.element.crossOrigin=a(this)),this.element.src=y}}},sourceRect:{get:function(){return this.Xg},set:function(a){var y=this.Xg;y.D(a)||(this.Xg=a=a.J(),this.N(),this.g("sourceRect",y,a))}},imageStretch:{get:function(){return this.Nk},set:function(a){var y=this.Nk;y!==a&&(this.Nk=a,this.N(),this.g("imageStretch",y,a))}},flip:{get:function(){return this.Xf},set:function(a){var y=this.Xf;y!==a&&(this.Xf=a,this.N(),this.g("flip",y,a))}},imageAlignment:{get:function(){return this.Mk},set:function(a){var y=this.Mk;y.D(a)||(this.Mk=a=a.J(),this.N(),this.g("imageAlignment",y,a))}},errorFunction:{get:function(){return this.Hd},set:function(a){var y=this.Hd;y!==a&&(this.Hd=a,this.g("errorFunction",y,a))}},successFunction:{get:function(){return this.Zg},set:function(a){var y=this.Zg;y!==a&&(this.Zg=a,this.g("successFunction",y,a))}},naturalBounds:{get:function(){return this.dc}}}),os.prototype.redraw=os.prototype.redraw,os.prototype.reloadSource=os.prototype.hA;var Om=0,xx=4;os.className="Picture",mg=new Vn,os.clearCache=vg;function T1(){this.gi=null}function N1(a,y,x,b,E){a.gi===null&&(a.gi=[]);var z=new ua(null),tt=z.context,ot=1/y;z.width=x/y,z.height=b/y,z.width!==0&&z.height!==0&&(y=new F1(z.Oa,y),x=1,0<a.gi.length&&(x=a.gi[a.gi.length-1],E=x.source,x=x.ratio),tt.setTransform(ot*x,0,0,ot*x,0,0),tt.yc(),tt.drawImage(E,0,0),a.gi.push(y))}T1.className="PictureCacheArray";function F1(a,y){this.source=a,this.ratio=y}F1.className="PictureCacheInstance";function yg(){this.os=new Ie,this.mc=null}yg.prototype.reset=function(a){a!==null?(a.ka(),this.os=a,a.figures.clear()):this.os=new Ie,this.mc=null};function Sg(a,y,x,b,E,z){a.mc=new Ro,a.mc.startX=y,a.mc.startY=x,a.mc.isFilled=b,a.mc.isEvenOdd=z||!1,a.os.figures.add(a.mc),E!==void 0&&(a.mc.isShadowed=E)}function Px(a){var y=a.mc.segments.length;0<y&&a.mc.segments.M(y-1).close()}yg.prototype.moveTo=function(a,y,x){x===void 0&&(x=!1);var b=new ui(zo);b.endX=a,b.endY=y,x&&b.close(),this.mc.segments.add(b)},yg.prototype.lineTo=function(a,y,x){x===void 0&&(x=!1);var b=new ui(Bi);b.endX=a,b.endY=y,x&&b.close(),this.mc.segments.add(b)};function bh(a,y,x,b,E,z,tt){var ot;ot===void 0&&(ot=!1);var rt=new ui(pr);rt.point1X=y,rt.point1Y=x,rt.point2X=b,rt.point2Y=E,rt.endX=z,rt.endY=tt,ot&&rt.close(),a.mc.segments.add(rt)}function Im(a,y,x,b,E){var z;z===void 0&&(z=!1);var tt=new ui(As);tt.point1X=y,tt.point1Y=x,tt.endX=b,tt.endY=E,z&&tt.close(),a.mc.segments.add(tt)}yg.prototype.arcTo=function(a,y,x,b,E,z,tt){z===void 0&&(z=0),tt===void 0&&(tt=!1);var ot=new ui(ko);ot.startAngle=a,ot.sweepAngle=y,ot.centerX=x,ot.centerY=b,ot.radiusX=E,ot.radiusY=z!==0?z:E,tt&&ot.close(),this.mc.segments.add(ot)};function wx(a,y,x,b,E,z,tt,ot){var rt;rt===void 0&&(rt=!1),y=new ui(_s,tt,ot,y,x,b,E,z),rt&&y.close(),a.mc.segments.add(y)}function b1(a){var y=jm;return y!==null?(jm=null,y.reset(a),y):(y=new yg,y.reset(a),y)}var jm=null;yg.className="StreamGeometryContext";function Mr(a,y){var x=a.toLowerCase(),b=Jt.Ze;b[a]=y,b[x]=a}Mr("Rectangle",function(a,y,x){a="r"+y+","+x;var b=Jt.Mf[a];return b!==void 0||(b=new Ie(Ie.u),b.endX=y,b.endY=x,Jt.Nf<Jt.vm&&(Jt.Mf[a]=b,Jt.Nf++)),b}),Mr("Square",function(a,y,x){a="s"+y+","+x;var b=Jt.Mf[a];return b!==void 0||(b=new Ie(Ie.u),b.endX=y,b.endY=x,b.defaultStretch=on,Jt.Nf<Jt.vm&&(Jt.Mf[a]=b,Jt.Nf++)),b}),Mr("RoundedRectangle",function(a,y,x){a=a?a.parameter1:NaN,(isNaN(a)||0>a)&&(a=5),a=Math.min(a,y/3),a=Math.min(a,x/3);var b="rr"+y+","+x+","+a,E=Jt.Mf[b];if(E!==void 0)return E;var z=a*Jt.wg;return E=new Ie().add(new Ro(a,0,!0).add(new ui(Bi,y-a,0)).add(new ui(pr,y,a,y-z,0,y,z)).add(new ui(Bi,y,x-a)).add(new ui(pr,y-a,x,y,x-z,y-z,x)).add(new ui(Bi,a,x)).add(new ui(pr,0,x-a,z,x,0,x-z)).add(new ui(Bi,0,a)).add(new ui(pr,a,0,0,z,z,0).close())),1<z&&(E.spot1=new vn(0,0,z,z),E.spot2=new vn(1,1,-z,-z)),Jt.Nf<Jt.vm&&(Jt.Mf[b]=E,Jt.Nf++),E}),Mr("Border","RoundedRectangle"),Mr("Ellipse",function(a,y,x){a="e"+y+","+x;var b=Jt.Mf[a];return b!==void 0||(b=new Ie(Ie.F),b.endX=y,b.endY=x,b.spot1=bf,b.spot2=Ed,Jt.Nf<Jt.vm&&(Jt.Mf[a]=b,Jt.Nf++)),b}),Mr("Circle",function(a,y,x){a="c"+y+","+x;var b=Jt.Mf[a];return b!==void 0||(b=new Ie(Ie.F),b.endX=y,b.endY=x,b.spot1=bf,b.spot2=Ed,b.defaultStretch=on,Jt.Nf<Jt.vm&&(Jt.Mf[a]=b,Jt.Nf++)),b}),Mr("TriangleRight",function(a,y,x){return new Ie().add(new Ro(0,0).add(new ui(Bi,y,.5*x)).add(new ui(Bi,0,x).close())).pm(0,.25,.5,.75)}),Mr("TriangleDown",function(a,y,x){return new Ie().add(new Ro(0,0).add(new ui(Bi,y,0)).add(new ui(Bi,.5*y,x).close())).pm(.25,0,.75,.5)}),Mr("TriangleLeft",function(a,y,x){return new Ie().add(new Ro(y,x).add(new ui(Bi,0,.5*x)).add(new ui(Bi,y,0).close())).pm(.5,.25,1,.75)}),Mr("TriangleUp",function(a,y,x){return new Ie().add(new Ro(y,x).add(new ui(Bi,0,x)).add(new ui(Bi,.5*y,0).close())).pm(.25,.5,.75,1)}),Mr("Triangle","TriangleUp"),Mr("Diamond",function(a,y,x){return new Ie().add(new Ro(.5*y,0).add(new ui(Bi,0,.5*x)).add(new ui(Bi,.5*y,x)).add(new ui(Bi,y,.5*x).close())).pm(.25,.25,.75,.75)}),Mr("LineH",function(a,y,x){return a=new Ie(Ie.j),a.startX=0,a.startY=x/2,a.endX=y,a.endY=x/2,a}),Mr("LineV",function(a,y,x){return a=new Ie(Ie.j),a.startX=y/2,a.startY=0,a.endX=y/2,a.endY=x,a}),Mr("None","Rectangle"),Mr("BarH","Rectangle"),Mr("BarV","Rectangle"),Mr("MinusLine","LineH"),Mr("PlusLine",function(a,y,x){return new Ie().add(new Ro(0,x/2,!1).add(new ui(Bi,y,x/2)).add(new ui(zo,y/2,0)).add(new ui(Bi,y/2,x)))}),Mr("XLine",function(a,y,x){return new Ie().add(new Ro(0,x,!1).add(new ui(Bi,y,0)).add(new ui(zo,0,0)).add(new ui(Bi,y,x)))}),Mr("LineRight",function(a,y,x){return new Ie().add(new Ro(.25*y,0,!1).add(new ui(Bi,.75*y,.5*x)).add(new ui(Bi,.25*y,x)))}),Mr("LineDown",function(a,y,x){return new Ie().add(new Ro(0,.25*x,!1).add(new ui(Bi,.5*y,.75*x)).add(new ui(Bi,y,.25*x)))}),Mr("LineLeft",function(a,y,x){return new Ie().add(new Ro(.75*y,0,!1).add(new ui(Bi,.25*y,.5*x)).add(new ui(Bi,.75*y,x)))}),Mr("LineUp",function(a,y,x){return new Ie().add(new Ro(0,.75*x,!1).add(new ui(Bi,.5*y,.25*x)).add(new ui(Bi,y,.75*x)))}),Jt.um={"":"",Standard:"F1 m 0,0 l 8,4 -8,4 2,-4 z",Backward:"F1 m 8,0 l -2,4 2,4 -8,-4 z",Triangle:"F1 m 0,0 l 8,4.62 -8,4.62 z",BackwardTriangle:"F1 m 8,4 l 0,4 -8,-4 8,-4 0,4 z",Boomerang:"F1 m 0,0 l 8,4 -8,4 4,-4 -4,-4 z",BackwardBoomerang:"F1 m 8,0 l -8,4 8,4 -4,-4 4,-4 z",SidewaysV:"m 0,0 l 8,4 -8,4 0,-1 6,-3 -6,-3 0,-1 z",BackwardV:"m 8,0 l -8,4 8,4 0,-1 -6,-3 6,-3 0,-1 z",OpenTriangle:"m 0,0 l 8,4 -8,4",BackwardOpenTriangle:"m 8,0 l -8,4 8,4",OpenTriangleLine:"m 0,0 l 8,4 -8,4 m 8.5,0 l 0,-8",BackwardOpenTriangleLine:"m 8,0 l -8,4 8,4 m -8.5,0 l 0,-8",OpenTriangleTop:"m 0,0 l 8,4 m 0,4",BackwardOpenTriangleTop:"m 8,0 l -8,4 m 0,4",OpenTriangleBottom:"m 0,8 l 8,-4",BackwardOpenTriangleBottom:"m 0,4 l 8,4",HalfTriangleTop:"F1 m 0,0 l 0,4 8,0 z m 0,8",BackwardHalfTriangleTop:"F1 m 8,0 l 0,4 -8,0 z m 0,8",HalfTriangleBottom:"F1 m 0,4 l 0,4 8,-4 z",BackwardHalfTriangleBottom:"F1 m 8,4 l 0,4 -8,-4 z",ForwardSemiCircle:"m 4,0 b 270 180 0 4 4",BackwardSemiCircle:"m 4,8 b 90 180 0 -4 4",Feather:"m 0,0 l 3,4 -3,4",BackwardFeather:"m 3,0 l -3,4 3,4",DoubleFeathers:"m 0,0 l 3,4 -3,4 m 3,-8 l 3,4 -3,4",BackwardDoubleFeathers:"m 3,0 l -3,4 3,4 m 3,-8 l -3,4 3,4",TripleFeathers:"m 0,0 l 3,4 -3,4 m 3,-8 l 3,4 -3,4 m 3,-8 l 3,4 -3,4",BackwardTripleFeathers:"m 3,0 l -3,4 3,4 m 3,-8 l -3,4 3,4 m 3,-8 l -3,4 3,4",ForwardSlash:"m 0,8 l 5,-8",BackSlash:"m 0,0 l 5,8",DoubleForwardSlash:"m 0,8 l 4,-8 m -2,8 l 4,-8",DoubleBackSlash:"m 0,0 l 4,8 m -2,-8 l 4,8",TripleForwardSlash:"m 0,8 l 4,-8 m -2,8 l 4,-8 m -2,8 l 4,-8",TripleBackSlash:"m 0,0 l 4,8 m -2,-8 l 4,8 m -2,-8 l 4,8",Fork:"m 0,4 l 8,0 m -8,0 l 8,-4 m -8,4 l 8,4",BackwardFork:"m 8,4 l -8,0 m 8,0 l -8,-4 m 8,4 l -8,4",LineFork:"m 0,0 l 0,8 m 0,-4 l 8,0 m -8,0 l 8,-4 m -8,4 l 8,4",BackwardLineFork:"m 8,4 l -8,0 m 8,0 l -8,-4 m 8,4 l -8,4 m 8,-8 l 0,8",CircleFork:"F1 m 6,4 b 0 360 -3 0 3 z m 0,0 l 6,0 m -6,0 l 6,-4 m -6,4 l 6,4",BackwardCircleFork:"F1 m 0,4 l 6,0 m -6,-4 l 6,4 m -6,4 l 6,-4 m 6,0 b 0 360 -3 0 3",CircleLineFork:"F1 m 6,4 b 0 360 -3 0 3 z m 1,-4 l 0,8 m 0,-4 l 6,0 m -6,0 l 6,-4 m -6,4 l 6,4",BackwardCircleLineFork:"F1 m 0,4 l 6,0 m -6,-4 l 6,4 m -6,4 l 6,-4 m 0,-4 l 0,8 m 7,-4 b 0 360 -3 0 3",Circle:"F1 m 8,4 b 0 360 -4 0 4 z",Block:"F1 m 0,0 l 0,8 8,0 0,-8 z",StretchedDiamond:"F1 m 0,3 l 5,-3 5,3 -5,3 -5,-3 z",Diamond:"F1 m 0,4 l 4,-4 4,4 -4,4 -4,-4 z",Chevron:"F1 m 0,0 l 5,0 3,4 -3,4 -5,0 3,-4 -3,-4 z",StretchedChevron:"F1 m 0,0 l 8,0 3,4 -3,4 -8,0 3,-4 -3,-4 z",NormalArrow:"F1 m 0,2 l 4,0 0,-2 4,4 -4,4 0,-2 -4,0 z",X:"m 0,0 l 8,8 m 0,-8 l -8,8",TailedNormalArrow:"F1 m 0,0 l 2,0 1,2 3,0 0,-2 2,4 -2,4 0,-2 -3,0 -1,2 -2,0 1,-4 -1,-4 z",DoubleTriangle:"F1 m 0,0 l 4,4 -4,4 0,-8 z m 4,0 l 4,4 -4,4 0,-8 z",BigEndArrow:"F1 m 0,0 l 5,2 0,-2 3,4 -3,4 0,-2 -5,2 0,-8 z",ConcaveTailArrow:"F1 m 0,2 h 4 v -2 l 4,4 -4,4 v -2 h -4 l 2,-2 -2,-2 z",RoundedTriangle:"F1 m 0,1 a 1,1 0 0 1 1,-1 l 7,3 a 0.5,1 0 0 1 0,2 l -7,3 a 1,1 0 0 1 -1,-1 l 0,-6 z",SimpleArrow:"F1 m 1,2 l -1,-2 2,0 1,2 -1,2 -2,0 1,-2 5,0 0,-2 2,2 -2,2 0,-2 z",AccelerationArrow:"F1 m 0,0 l 0,8 0.2,0 0,-8 -0.2,0 z m 2,0 l 0,8 1,0 0,-8 -1,0 z m 3,0 l 2,0 2,4 -2,4 -2,0 0,-8 z",BoxArrow:"F1 m 0,0 l 4,0 0,2 2,0 0,-2 2,4 -2,4 0,-2 -2,0 0,2 -4,0 0,-8 z",TriangleLine:"F1 m 8,4 l -8,-4 0,8 8,-4 z m 0.5,4 l 0,-8",CircleEndedArrow:"F1 m 10,4 l -2,-3 0,2 -2,0 0,2 2,0 0,2 2,-3 z m -4,0 b 0 360 -3 0 3 z",DynamicWidthArrow:"F1 m 0,3 l 2,0 2,-1 2,-2 2,4 -2,4 -2,-2 -2,-1 -2,0 0,-2 z",EquilibriumArrow:"m 0,3 l 8,0 -3,-3 m 3,5 l -8,0 3,3",FastForward:"F1 m 0,0 l 3.5,4 0,-4 3.5,4 0,-4 1,0 0,8 -1,0 0,-4 -3.5,4 0,-4 -3.5,4 0,-8 z",Kite:"F1 m 0,4 l 2,-4 6,4 -6,4 -2,-4 z",HalfArrowTop:"F1 m 0,0 l 4,4 4,0 -8,-4 z m 0,8",HalfArrowBottom:"F1 m 0,8 l 4,-4 4,0 -8,4 z",OpposingDirectionDoubleArrow:"F1 m 0,4 l 2,-4 0,2 4,0 0,-2 2,4 -2,4 0,-2 -4,0 0,2 -2,-4 z",PartialDoubleTriangle:"F1 m 0,0 4,3 0,-3 4,4 -4,4 0,-3 -4,3 0,-8 z",LineCircle:"F1 m 0,0 l 0,8 m 7 -4 b 0 360 -3 0 3 z",DoubleLineCircle:"F1 m 0,0 l 0,8 m 2,-8 l 0,8 m 7 -4 b 0 360 -3 0 3 z",TripleLineCircle:"F1 m 0,0 l 0,8 m 2,-8 l 0,8 m 2,-8 l 0,8 m 7 -4 b 0 360 -3 0 3 z",CircleLine:"F1 m 6 4 b 0 360 -3 0 3 z m 1,-4 l 0,8",DiamondCircle:"F1 m 8,4 l -4,4 -4,-4 4,-4 4,4 m 8,0 b 0 360 -4 0 4 z",PlusCircle:"F1 m 8,4 b 0 360 -4 0 4 l -8 0 z m -4 -4 l 0 8",OpenRightTriangleTop:"m 8,0 l 0,4 -8,0 m 0,4",OpenRightTriangleBottom:"m 8,8 l 0,-4 -8,0",Line:"m 0,0 l 0,8",DoubleLine:"m 0,0 l 0,8 m 2,0 l 0,-8",TripleLine:"m 0,0 l 0,8 m 2,0 l 0,-8 m 2,0 l 0,8",PentagonArrow:"F1 m 8,4 l -4,-4 -4,0 0,8 4,0 4,-4 z"};function Dv(){this.nc=!1,this.tr=this.Kp=this.zq=null,this.vr="",this.fr=this.oq=this.ur=null,this.hr="",this.gr=Es,this.ir=null,this.jr="",this.lr=cr,this.Gq="",this.Hq=gr,this.Pq=ll,this.Kq=hl,this.Up=null,this.Cq=127,this.zr=Ws,this.yr="gray",this.Vg=4}Dv.prototype.copy=function(){var a=new Dv;return a.zq=this.zq,a.Kp=this.Kp,a.tr=this.tr,a.vr=this.vr,a.ur=this.ur,a.oq=this.oq,a.fr=this.fr,a.hr=this.hr,a.gr=this.gr.J(),a.ir=this.ir,a.jr=this.jr,a.lr=this.lr.J(),a.Gq=this.Gq,a.Hq=this.Hq.J(),a.Pq=this.Pq.J(),a.Kq=this.Kq.J(),a.Up=this.Up,a.Cq=this.Cq,a.zr=this.zr.J(),a.yr=this.yr,a.Vg=this.Vg,a};function gn(a,y){a===void 0||a instanceof Bo||typeof a=="string"?Ne.call(this,a):(Ne.call(this),a&&(y=a)),this.G=2408959,this.Tf="",this.P=null,this.Jg="",this.Qf=this.Ug=null,this.ec="",this.Ah=this.Ig=null,this.ke=new It(NaN,NaN).freeze(),this.nf=null,this.Ao=NaN,this.vw=-1,this.py=new ge,this.Rh=null,this.ag=NaN,y&&Object.assign(this,y)}re(gn,Ne),gn.prototype.cloneProtected=function(a){Ne.prototype.cloneProtected.call(this,a),a.G=this.G&-4097|49152,a.Tf=this.Tf,this.P!==null&&(a.P=this.P.nc?this.P:this.P.copy()),a.Jg=this.Jg,a.Qf=null,a.ec=this.ec,a.ke.assign(this.ke),a.Ao=this.Ao},xt=gn.prototype,xt.Af=function(a){Ne.prototype.Af.call(this,a),a.oh(),a.Ug=null,a.nf=null,a.Rh=null},xt.toString=function(){var a=jn(this.constructor)+"#"+fo(this);return this.data!==null&&(a+="("+Hi(this.data)+")"),a};function rs(a){a.P===null?a.P=new Dv:a.P.nc&&(a.P=a.P.copy())}xt.th=function(){Ne.prototype.th.call(this),this.P!==null&&(this.P.nc=!0)},xt.gk=function(a,y,x,b,E,z,tt){var ot=this.diagram;ot!==null&&(a===yo&&y==="elements"?E instanceof Ne?dd(E,function(rt){ay(ot.partManager,rt),id(ot,rt)}):fu(ot,E):a===Ao&&y==="elements"&&(E instanceof Ne?dd(E,function(rt){ly(ot.partManager,rt,ot)}):Cc(ot,E)),ot.cb(a,y,x,b,E,z,tt))},xt.La=function(a){if(Ne.prototype.La.call(this,a),this.data!==null){for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];E instanceof Ne&&dd(E,function(z){z.data!==null&&z.La()})}for(y=this.adornments;y.next();)y.value.La(a)}},gn.prototype.updateRelationshipsFromData=function(){var a;this.data!==null&&((a=this.diagram)===null||a===void 0||a.partManager.updateRelationshipsFromData(this))},gn.prototype.Pj=function(a){var y=this.Qf;return y===null?null:y.I(a)},gn.prototype.bh=function(a,y){if(y!==null){var x=null,b=this.Qf;if(b!==null&&(x=b.I(a)),x!==y){if(x!==null){var E=x.diagram;E!==null&&E.remove(x)}b===null&&(this.Qf=b=new yn),y.Tf!==a&&(y.category=a),b.add(a,y),a=this.diagram,a!==null&&(a.add(y),a=y.adornedObject,a!==null&&(a=a.ih(),a!==null&&(y.data=a.data)))}}},gn.prototype.Jf=function(a){var y=this.Qf;if(y!==null){var x=y.I(a);if(x!==null){var b=x.diagram;b!==null&&b.remove(x)}y.remove(a),y.count===0&&(this.Qf=null)}},gn.prototype.Ej=function(){var a=this.Qf;if(a!==null){var y=Dn();for(a=a.iterator;a.next();)y.push(a.key);a=y.length;for(var x=0;x<a;x++)this.Jf(y[x]);Tn(y)}},gn.prototype.updateAdornments=function(){var a=this.diagram;if(a!==null){for(var y=this.adornments;y.next();){var x=y.value;x.v(),x.placeholder&&x.placeholder.v()}t:{if(this.isSelected&&this.selectionAdorned&&(y=this.selectionObject,y!==null&&this.actualBounds.w()&&this.isVisible()&&y.Ed()&&y.actualBounds.w())){if(x=this.Pj("Selection"),x===null){if(x=this.selectionAdornmentTemplate,x===null&&(x=this.ph()?a.linkSelectionAdornmentTemplate:this instanceof En?a.groupSelectionAdornmentTemplate:a.nodeSelectionAdornmentTemplate),!(x instanceof hi))break t;da(x),x=x.copy(),x!==null&&(this.ph()&&this.selectionObject===this.path&&(x.type=Ne.Link),x.adornedObject=y)}if(x!==null){x.type===Ne.Link&&x.v(),this.bh("Selection",x);break t}}this.Jf("Selection")}for(Cx(this,a),y=this.adornments;y.next();)y.value.La()}},gn.prototype.Wb=function(){var a=this.diagram;a!==null&&(a.vd=!0,!(this.G&16384)&&(this.G|=16384))};function Ov(a){a.G&16384&&(a.updateAdornments(),a.G&=-16385)}function Cx(a,y){y.toolManager.mouseDownTools.each(function(x){x.isEnabled&&x.updateAdornments(a)}),y.toolManager.updateAdornments(a)}function Rm(a){if(mu(a)===!1){jv(a,!0),a.Uk();var y=a.diagram;y!==null&&(y.De.add(a),y.$b())}}function E1(a){if(a.G|=2097152,mu(a)!==!1){var y=a.position,x=a.location;x.w()&&y.w()||D1(a,y,x),x=a.Ib;var b=ge.alloc().assign(x);x.ka(),x.x=y.x,x.y=y.y,x.freeze(),a.Xl(b,x),ge.free(b),jv(a,!1)}}gn.prototype.Ge=function(a,y,x,b){var E=this.uc;E.h(a,y,x,b),this.Lb===null&&(this.Lb=new Wn);var z=this.Lb;z.reset(),this.no(z,a,y,x,b),this.Lb=z,z.ws()||z.pp(E)},gn.prototype.no=function(a,y,x,b,E){if(this.Ca!==1&&a.scale(this.Ca),this.Kb!==0){var z=mi;this.locationSpot.sb()&&(z=this.locationSpot);var tt=It.alloc();if(this.locationObject!==this)for(y=this.locationObject,x=y.naturalBounds,tt.yi(x.x,x.y,x.width,x.height,z),y.Lb!==null&&y.Lb.Ga(tt),tt.offset(-y.measuredBounds.x,-y.measuredBounds.y),z=y.panel;z!==null&&z!==this;)z.Lb!==null&&z.Lb.Ga(tt),tt.offset(-z.measuredBounds.x,-z.measuredBounds.y),z=z.panel;else tt.yi(y,x,b,E,z);a.rotate(this.Kb,tt.x,tt.y),It.free(tt)}},gn.prototype.move=function(a,y){y===!0?this.location=a:this.position=a},gn.prototype.moveTo=function(a,y,x){a=It.allocAt(a,y),this.move(a,x),It.free(a)},gn.prototype.isVisible=function(){if(!this.visible)return!1;var a=this.layer;if(a!==null){if(!a.visible)return!1;if(a=a.diagram,a!==null&&a.animationManager.fv(this))return!0}return a=this.containingGroup,!!(a===null||a.isSubGraphExpanded&&a.isVisible())},gn.prototype.Zb=function(a){var y=this.diagram;a?(this.C(4),this.Wb(),y!==null&&y.De.add(this)):(this.C(8),this.Ej()),this.oh(),y!==null&&(y.Ya(),y.N())},gn.prototype.fb=function(a){if(this.name===a)return this;var y=this.Rh;if(y===null&&(this.Rh=y=new yn),y.I(a)!==null)return y.I(a);var x=Ne.prototype.fb.call(this,a);return x!==null?(y.set(a,x),x):(y.set(a,null),null)};function Eh(a,y,x,b){b===void 0&&(b=new It),x=x.Mc()?mi:x;var E=y.naturalBounds;if(b.h(E.width*x.x+x.offsetX,E.height*x.y+x.offsetY),y===null||y===a)return b;for(y.transform.Ga(b),y=y.panel;y!==null&&y!==a;)y.transform.Ga(b),y=y.panel;return a.Lb!==null&&a.Lb.Ga(b),b.offset(-a.uc.x,-a.uc.y),b}gn.prototype.mi=function(a){return a===void 0&&(a=new ge),a.assign(this.actualBounds)},gn.prototype.Va=function(){this.measure(1/0,1/0),this.arrange()};function A1(a){var y=It.alloc(),x=a.locationObject,b=x.naturalBounds,E=x instanceof In?x.strokeWidth:0;if(y.yi(0,0,b.width+E,b.height+E,a.locationSpot),x!==a)for(y.offset(-E/2,-E/2),x.transform.Ga(y),x=x.panel;x!==null&&x!==a;)x.transform.Ga(y),x=x.panel;return a.Lb!==null&&a.Lb.Ga(y),y.offset(-a.uc.x,-a.uc.y),y}function cd(a,y){var x=a.py;isNaN(a.ag)&&(a.ag=h1(a));var b=a.ag,E=2*b;if(!a.isShadowed)return x.h(y.x-1-b,y.y-1-b,y.width+2+E,y.height+2+E),x;b=y.x,E=y.y;var z=y.width;y=y.height;var tt=a.shadowBlur;return a=a.shadowOffset,z+=tt,y+=tt,b-=tt/2,E-=tt/2,0<a.x?z+=a.x:(b+=a.x,z-=a.x),0<a.y?y+=a.y:(E+=a.y,y-=a.y),x.h(b-1,E-1,z+2,y+2),x}gn.prototype.arrange=function(){if(Wr(this)===!1)E1(this);else{vl(this,!1);var a=this.Ib,y=ge.alloc();y.assign(a);var x=vu(this);this.eh(0,0,this.uc.width,this.uc.height);var b=this.position;D1(this,b,this.location),a.ka(),a.x=b.x,a.y=b.y,a.freeze(),this.Xl(y,a),y.D(a)?this.Fd(x):!this.Zc()||Jt.B(y.width,a.width)&&Jt.B(y.height,a.height)||0<=this.vw&&this.C(16),ge.free(y),jv(this,!1)}},xt=gn.prototype,xt.Xl=function(a,y){var x=this.diagram;if(x!==null){var b=!1;if(x.Zi===!1&&a.w()){var E=ge.alloc();E.assign(x.documentBounds),E.Fv(x.padding),a.x>E.x&&a.y>E.y&&a.right<E.right&&a.bottom<E.bottom&&y.x>E.x&&y.y>E.y&&y.right<E.right&&y.bottom<E.bottom&&(b=!0),ge.free(E)}!(this.G&65536)&&a.D(y)||j1(this,b,x),x.N(),!a.w()&&!y.w()||Uo(a,y)||(this instanceof Ke&&!x.undoManager.isUndoingRedoing&&this.Bd(),this.oh())}},xt.zv=function(a,y,x){if(this.ph()||!a.w())return!1;var b=this.diagram;return b!==null&&B1(this,b,a,y,x),this.pa=a,this.G&=-2097153,!this.ke.w()||b!==null&&!b.animationManager.isTicking&&b.undoManager.isUndoingRedoing||(b=this.ke,this.ke=new It(b.x+(a.x-y),b.y+(a.y-x)),this.g("location",b,this.ke.copy())),mu(this)===!1&&Wr(this)===!1&&(Rm(this),E1(this)),!0};function B1(a,y,x,b,E){y===null||a instanceof hi||(y=y.animationManager,y.zb&&Uf(y,a,new It(b,E),x))}xt.mm=function(a,y,x){var b=this.ke,E=this.pa;if(x){if(b.x===a&&b.y===y)return;mu(this)||Wr(this)?E.h(NaN,NaN):E.h(E.x+a-b.x,E.y+y-b.y),b.h(a,y)}else{if(E.x===a&&E.y===y)return;b.h(b.x+a-E.x,b.y+y-E.y),E.h(a,y)}Rm(this)},xt.Av=function(){this.G&=-2097153,Rm(this)};function D1(a,y,x){var b=A1(a),E=a.diagram,z=x.w(),tt=y.w();z&&tt?a.G&2097152?O1(a,y,x,E,b):I1(a,y,x,E,b):z?O1(a,y,x,E,b):tt&&I1(a,y,x,E,b),a.G|=2097152,It.free(b),a.Uk()}function O1(a,y,x,b,E){var z=y.x,tt=y.y;y.h(x.x-E.x,x.y-E.y),b!==null&&(x=b.animationManager,(b=x.defaultAnimation.isAnimating)||!x.zb||a instanceof hi||Uf(x,a,new It(z,tt),y),b||y.x===z&&y.y===tt||a.g("position",new It(z,tt),y.copy()))}function I1(a,y,x,b,E){var z=x.copy();x.h(y.x+E.x,y.y+E.y),x.D(z)||b===null||a.g("location",z,x.copy())}function j1(a,y,x){Rv(a,!1),a instanceof Ke&&Lh(x,a),a.layer.isTemporary||y||x.Ya(),y=a.Ib;var b=x.viewportBounds;b.w()?vu(a)?(sh(y,b)||a.Fd(!1),a.updateAdornments()):a.isVisible()&&y.Yc(b)?(a.Fd(!0),a.updateAdornments()):a.Wb():x.vd=!0}xt.si=function(){return!0},xt.Zc=function(){return!0},xt.ph=function(){return!1},xt.Dd=function(){return!0};function Iv(a,y,x,b){y.constructor===a.constructor||G1||(G1=!0,pi('Should not change the class of the Part when changing category from "'+x+'" to "'+b+'"'),pi(" Old class: "+jn(a.constructor)+", new class: "+jn(y.constructor)+", part: "+a.toString())),a.Ej();var E=a.data;x=a.layerName;var z=a.isSelected,tt=a.isHighlighted,ot=!0,rt=!0,at=!1;a instanceof Ke&&(ot=a.isTreeLeaf,rt=a.isTreeExpanded,at=a.wasTreeExpanded),y.Af(a),y.cloneProtected(a),a.Tf=b,a.svg!==null&&(a.svg.remove(),a.svg=null,a.Uc=!0),a.v(),a.N(),y=a.diagram,b=!0,y!==null&&(b=y.skipsUndoManager,y.skipsUndoManager=!0),a.ub=E,a.G=z?a.G|4096:a.G&-4097,a.G=tt?a.G|524288:a.G&-524289,a instanceof Ke&&(a.U=ot?a.U|4:a.U&-5,a.U=rt?a.U|1:a.U&-2,a.U=at?a.U|2:a.U&-3),E!==null&&a.La(),E=a.layerName,E!==x&&(a.Jg=x,a.layerName=E),y!==null&&(y.skipsUndoManager=b),a.Zc()&&a.C(64)}gn.prototype.canCopy=function(){if(!this.copyable)return!1;var a=this.layer;return a===null?!0:a.allowCopy?(a=a.diagram,a===null?!0:!!a.allowCopy):!1},gn.prototype.canDelete=function(){if(!this.deletable)return!1;var a=this.layer;return a===null?!0:a.allowDelete?(a=a.diagram,a===null?!0:!!a.allowDelete):!1},gn.prototype.canEdit=function(){if(!this.textEditable)return!1;var a=this.layer;return a===null?!0:a.allowTextEdit?(a=a.diagram,a===null?!0:!!a.allowTextEdit):!1},gn.prototype.canGroup=function(){if(!this.groupable)return!1;var a=this.layer;return a===null?!0:a.allowGroup?(a=a.diagram,a===null?!0:!!a.allowGroup):!1},gn.prototype.canMove=function(){if(!this.movable)return!1;var a=this.layer;return a===null?!0:a.allowMove?(a=a.diagram,a===null?!0:!!a.allowMove):!1},gn.prototype.canReshape=function(){if(!this.reshapable)return!1;var a=this.layer;return a===null?!0:a.allowReshape?(a=a.diagram,a===null?!0:!!a.allowReshape):!1},gn.prototype.canResize=function(){if(!this.resizable)return!1;var a=this.layer;return a===null?!0:a.allowResize?(a=a.diagram,a===null?!0:!!a.allowResize):!1},gn.prototype.canRotate=function(){if(!this.rotatable)return!1;var a=this.layer;return a===null?!0:a.allowRotate?(a=a.diagram,a===null?!0:!!a.allowRotate):!1},gn.prototype.canSelect=function(){if(!this.selectable)return!1;var a=this.layer;return a===null?!0:a.allowSelect?(a=a.diagram,a===null?!0:!!a.allowSelect):!1};function mu(a){return(a.G&32768)!==0}function jv(a,y){a.G=y?a.G|32768:a.G&-32769}function Rv(a,y){a.G=y?a.G|65536:a.G&-65537}function vu(a){return(a.G&131072)!==0}xt=gn.prototype,xt.Fd=function(a){this.G=a?this.G|131072:this.G&-131073};function zm(a,y){a.G=y?a.G|1048576:a.G&-1048577}xt.oh=function(){var a=this.containingGroup;a!==null&&(a.v(),a.placeholder!==null&&a.placeholder.v(),a.Bd())},xt.N=function(){var a=this.diagram;a!==null&&!Wr(this)&&!mu(this)&&this.isVisible()&&this.Ib.w()&&a.N(cd(this,this.Ib))},xt.v=function(){Ne.prototype.v.call(this);var a=this.diagram;a!==null&&(a.De.add(this),this instanceof Ke&&this.labeledLink!==null&&Hr(this.labeledLink),a.$b(!0))},xt.Vo=function(a){a||(a=this.Ah,a!==null&&Uv(a,this))},xt.Wo=function(a){a||(a=this.Ah,a!==null&&Yv(a,this))},xt.Lj=function(){var a=this.data;if(a!==null){var y=this.diagram;y!==null&&(y=y.model,y!==null&&y.cm(a))}},xt.oz=function(){return zv(this,this)};function zv(a,y){var x=y.containingGroup;return x!==null?1+zv(a,x):y instanceof Ke&&(y=y.labeledLink,y!==null)?zv(a,y):0}xt.sz=function(){return R1(this,this)};function R1(a,y){var x=y.containingGroup;return x!==null||y instanceof Ke&&(x=y.labeledLink,x!==null)?R1(a,x):y}xt.Td=function(a){return a instanceof En?Gv(this,this,a):!1};function Gv(a,y,x){if(y===x||x===null)return!1;var b=y.containingGroup;return b===null||b!==x&&!Gv(a,b,x)?y instanceof Ke&&(y=y.labeledLink,y!==null)?Gv(a,y,x):!1:!0}xt.px=function(a){if(a===null)return null;if(this===a)return this.containingGroup;for(var y=this;y!==null;){if(y instanceof En&&zm(y,!0),y instanceof Ke){var x=y.labeledLink;x!==null&&(y=x)}y=y.containingGroup}for(x=null,y=a;y!==null;){if(y.G&1048576){x=y;break}y instanceof Ke&&(a=y.labeledLink,a!==null&&(y=a)),y=y.containingGroup}for(y=this;y!==null;)y instanceof En&&zm(y,!1),y instanceof Ke&&(a=y.labeledLink,a!==null&&(y=a)),y=y.containingGroup;return x},gn.prototype.canLayout=function(){if(!this.isLayoutPositioned||!this.isVisible())return!1;var a=this.layer;return!(a!==null&&a.isTemporary||this instanceof Ke&&this.isLinkLabel)},gn.prototype.C=function(a){if(a===void 0&&(a=16777215),this.isLayoutPositioned&&a&this.layoutConditions){var y=this.layer;y!==null&&y.isTemporary||this instanceof Ke&&this.isLinkLabel?y=!1:(y=this.diagram,y=!(y!==null&&y.undoManager.isUndoingRedoing))}else y=!1;if(y)if(y=this.Ah,y!==null){var x=y.layout;x!==null?x.C():y.C(a)}else a=this.diagram,a!==null&&(a=a.layout,a!==null&&a.C())};function z1(a){return a.isVisible()?(a=a.layer,!(a!==null&&a.isTemporary)):!1}function yu(a,y,x,b,E,z){if(z===void 0&&(z=null),!(a.contains(y)||z!==null&&!z(y)||y instanceof hi)){if(a.add(y),y instanceof Ke){if(x&&y instanceof En)for(var tt=y.memberParts;tt.next();)yu(a,tt.value,x,b,E,z);if(E!==!1)for(tt=y.linksConnected;tt.next();){var ot=tt.value;if(!a.contains(ot)){var rt=ot.fromNode,at=ot.toNode;rt=rt===null||a.contains(rt),at=at===null||a.contains(at),(E?rt&&at:rt||at)&&yu(a,ot,x,b,E,z)}}if(1<b)for(y=y.Ou();y.next();)yu(a,y.value,x,b-1,E,z)}else if(y instanceof Ae)for(y=y.labelNodes;y.next();)yu(a,y.value,x,b,E,z)}}be.Object.defineProperties(gn.prototype,{key:{get:function(){var a=this.diagram;if(a!==null)return a.model.wa(this.data)}},adornments:{get:function(){return this.Qf===null?Ei:this.Qf.iteratorValues}},layer:{get:function(){return this.Ig}},diagram:{get:function(){var a=this.Ig;return a==null?null:a.diagram}},layerName:{get:function(){return this.Jg},set:function(a){var y=this.Jg;if(y!==a){var x=this.diagram;if((x===null||x.Qj(a)!==null&&!x.partManager.addsToTemporaryLayer)&&(this.Jg=a,x!==null&&x.Ya(),this.g("layerName",y,a),y=this.layer,y!==null&&y.name!==a&&(x=y.diagram,x!==null&&(a=x.Qj(a),a!==null&&a!==y)))){var b=y.pc(-1,this,!0);if(0<=b&&x.cb(Ao,"parts",y,this,null,b,!0),b=a.oi(99999999,this,!0),y.visible!==a.visible&&this.Zb(a.visible),0<=b&&x.cb(yo,"parts",a,null,this,!0,b),b=this.layerChanged,b!==null){var E=x.aa;x.aa=!0,b(this,y,a),x.aa=E}}}}},layerChanged:{get:function(){return this.P!==null?this.P.zq:null},set:function(a){var y=this.layerChanged;y!==a&&(rs(this),this.P.zq=a,this.g("layerChanged",y,a))}},zOrder:{get:function(){return this.Ao},set:function(a){var y=this.Ao;if(y!==a){this.Ao=a;var x=this.layer;x!==null&&Kf(x,-1,this),this.g("zOrder",y,a),a=this.diagram,a!==null&&a.N()}}},locationObject:{get:function(){if(this.nf===null){var a=this.locationObjectName;a!==""?(a=this.fb(a),a!==null?this.nf=a:this.nf=this):this instanceof hi?this.type!==Ne.Link&&this.placeholder!==null?this.nf=this.placeholder:this.nf=this:this.nf=this}return this.nf.visible?this.nf:this}},minLocation:{get:function(){return this.P!==null?this.P.Pq:ll},set:function(a){var y=this.minLocation;y.D(a)||(a=a.J(),rs(this),this.P.Pq=a,this.g("minLocation",y,a))}},maxLocation:{get:function(){return this.P!==null?this.P.Kq:hl},set:function(a){var y=this.maxLocation;y.D(a)||(a=a.J(),rs(this),this.P.Kq=a,this.g("maxLocation",y,a))}},locationObjectName:{get:function(){return this.P!==null?this.P.Gq:""},set:function(a){var y=this.locationObjectName;y!==a&&(rs(this),this.P.Gq=a,this.nf=null,this.v(),this.g("locationObjectName",y,a))}},locationSpot:{get:function(){return this.P!==null?this.P.Hq:gr},set:function(a){var y=this.locationSpot;y.D(a)||(a=a.J(),rs(this),this.P.Hq=a,this.v(),this.g("locationSpot",y,a))}},location:{get:function(){return this.ke},set:function(a){var y=a.x,x=a.y,b=this.ke;if(!(b.x===y||isNaN(b.x)&&isNaN(y))||!(b.y===x||isNaN(b.y)&&isNaN(x))){if(a=a.copy(),y=a,this.ph())y=!1;else{if(this.ke=y,this.G|=2097152,Wr(this)===!1&&(Rm(this),x=this.pa,x.w())){var E=this.diagram;if(E===null||E.animationManager.isTicking||!E.undoManager.isUndoingRedoing){var z=x.copy();x.h(x.x+(y.x-b.x),x.y+(y.y-b.y)),B1(this,E,x,z.x,z.y),this.g("position",z,x.copy())}}y=!0}y&&this.g("location",b,a.copy())}}},category:{get:function(){return this.Tf},set:function(a){var y=this.Tf;if(y!==a){this.svg!==null&&(this.svg.remove(),this.Uc=!0);var x=this.diagram,b=this.data,E=null;if(x!==null&&b!==null&&!(this instanceof hi)){var z=x.model.undoManager;z.isEnabled&&!z.isUndoingRedoing&&(E=this.clone(),E.O.addAll(this.O))}this.Tf=a,this.g("category",y,a),x===null||b===null||this instanceof hi?this instanceof hi&&(E=this.adornedPart,E!==null&&(a=E.Qf,a!==null&&a.remove(y),E.bh(this.category,this))):(z=x.model,z.undoManager.isUndoingRedoing||(this.ph()?(x.partManager.setLinkCategoryForData(b,a),x=x.partManager.findLinkTemplateForCategory(a),x!==null&&(da(x),x=x.copy(),x!==null&&Iv(this,x,y,a))):(z!==null&&z.jm(b,a),x=dS(x.partManager,b,a),x!==null&&(da(x),x=x.copy(),x===null||x instanceof Ae||(b=this.location.copy(),Iv(this,x,y,a),this.location.w()||(this.location=b)))),E!==null&&(y=this.clone(),y.O.addAll(this.O),this.g("self",E,y))))}}},self:{get:function(){return this},set:function(a){Iv(this,a,this.category,a.category)}},copyable:{get:function(){return(this.G&1)!==0},set:function(a){var y=(this.G&1)!==0;y!==a&&(this.G^=1,this.g("copyable",y,a))}},deletable:{get:function(){return(this.G&2)!==0},set:function(a){var y=(this.G&2)!==0;y!==a&&(this.G^=2,this.g("deletable",y,a))}},textEditable:{get:function(){return(this.G&4)!==0},set:function(a){var y=(this.G&4)!==0;y!==a&&(this.G^=4,this.g("textEditable",y,a),this.Wb())}},groupable:{get:function(){return(this.G&8)!==0},set:function(a){var y=(this.G&8)!==0;y!==a&&(this.G^=8,this.g("groupable",y,a))}},movable:{get:function(){return(this.G&16)!==0},set:function(a){var y=(this.G&16)!==0;y!==a&&(this.G^=16,this.g("movable",y,a))}},selectionAdorned:{get:function(){return(this.G&32)!==0},set:function(a){var y=(this.G&32)!==0;y!==a&&(this.G^=32,this.g("selectionAdorned",y,a),this.Wb())}},isInDocumentBounds:{get:function(){return(this.G&64)!==0},set:function(a){var y=(this.G&64)!==0;if(y!==a){this.G^=64;var x=this.diagram;x!==null&&x.Ya(),this.g("isInDocumentBounds",y,a)}}},isLayoutPositioned:{get:function(){return(this.G&128)!==0},set:function(a){var y=(this.G&128)!==0;y!==a&&(this.G^=128,this.g("isLayoutPositioned",y,a),this.C(a?4:8))}},selectable:{get:function(){return(this.G&256)!==0},set:function(a){var y=(this.G&256)!==0;y!==a&&(this.G^=256,this.g("selectable",y,a),this.Wb())}},reshapable:{get:function(){return(this.G&512)!==0},set:function(a){var y=(this.G&512)!==0;y!==a&&(this.G^=512,this.g("reshapable",y,a),this.Wb())}},resizable:{get:function(){return(this.G&1024)!==0},set:function(a){var y=(this.G&1024)!==0;y!==a&&(this.G^=1024,this.g("resizable",y,a),this.Wb())}},rotatable:{get:function(){return(this.G&2048)!==0},set:function(a){var y=(this.G&2048)!==0;y!==a&&(this.G^=2048,this.g("rotatable",y,a),this.Wb())}},isSelected:{get:function(){return(this.G&4096)!==0},set:function(a){var y=(this.G&4096)!==0;if(y!==a){var x=this.diagram;if(!a||this.canSelect()&&!(x!==null&&x.selection.count>=x.maxSelectionCount)){this.G^=4096;var b=!1;if(x!==null){b=x.skipsUndoManager,x.skipsUndoManager=!0;var E=x.selection;E.ka(),a?E.add(this):E.remove(this),E.freeze()}this.g("isSelected",y,a),this.Wb(),a=this.selectionChanged,a!==null&&a(this),x!==null&&(x.$b(),x.skipsUndoManager=b)}}}},isHighlighted:{get:function(){return(this.G&524288)!==0},set:function(a){var y=(this.G&524288)!==0;if(y!==a){this.G^=524288;var x=this.diagram;x!==null&&(x=x.highlighteds,x.ka(),a?x.add(this):x.remove(this),x.freeze()),this.g("isHighlighted",y,a),this.N(),a=this.highlightedChanged,a!==null&&a(this)}}},isShadowed:{get:function(){return(this.G&8192)!==0},set:function(a){var y=(this.G&8192)!==0;y!==a&&(this.G^=8192,this.Uc=!0,this.g("isShadowed",y,a),this.N())}},isAnimated:{get:function(){return(this.G&262144)!==0},set:function(a){var y=(this.G&262144)!==0;y!==a&&(this.G^=262144,this.g("isAnimated",y,a))}},highlightedChanged:{get:function(){return this.P!==null?this.P.oq:null},set:function(a){var y=this.highlightedChanged;y!==a&&(rs(this),this.P.oq=a,this.g("highlightedChanged",y,a))}},selectionObjectName:{get:function(){return this.P!==null?this.P.vr:""},set:function(a){var y=this.selectionObjectName;y!==a&&(rs(this),this.P.vr=a,this.Ug=null,this.g("selectionObjectName",y,a))}},selectionAdornmentTemplate:{get:function(){return this.P!==null?this.P.tr:null},set:function(a){var y=this.selectionAdornmentTemplate;y!==a&&(rs(this),this.P.tr=a,this.g("selectionAdornmentTemplate",y,a))}},selectionObject:{get:function(){if(this.Ug===null){var a=this.selectionObjectName;a!==null&&a!==""?(a=this.fb(a),a!==null?this.Ug=a:this.Ug=this):this instanceof Ae?(a=this.path,a!==null?this.Ug=a:this.Ug=this):this.Ug=this}return this.Ug}},selectionChanged:{get:function(){return this.P!==null?this.P.ur:null},set:function(a){var y=this.selectionChanged;y!==a&&(rs(this),this.P.ur=a,this.g("selectionChanged",y,a))}},resizeAdornmentTemplate:{get:function(){return this.P!==null?this.P.fr:null},set:function(a){var y=this.resizeAdornmentTemplate;y!==a&&(rs(this),this.P.fr=a,this.g("resizeAdornmentTemplate",y,a))}},resizeObjectName:{get:function(){return this.P!==null?this.P.hr:""},set:function(a){var y=this.resizeObjectName;y!==a&&(rs(this),this.P.hr=a,this.g("resizeObjectName",y,a))}},resizeObject:{get:function(){var a=this.resizeObjectName;return a!==""&&(a=this.fb(a),a!==null)?a:this}},resizeCellSize:{get:function(){return this.P!==null?this.P.gr:Es},set:function(a){var y=this.resizeCellSize;y.D(a)||(a=a.J(),rs(this),this.P.gr=a,this.g("resizeCellSize",y,a))}},rotateAdornmentTemplate:{get:function(){return this.P!==null?this.P.ir:null},set:function(a){var y=this.rotateAdornmentTemplate;y!==a&&(rs(this),this.P.ir=a,this.g("rotateAdornmentTemplate",y,a))}},rotateObjectName:{get:function(){return this.P!==null?this.P.jr:""},set:function(a){var y=this.rotateObjectName;y!==a&&(rs(this),this.P.jr=a,this.g("rotateObjectName",y,a))}},rotateObject:{get:function(){var a=this.rotateObjectName;return a!==""&&(a=this.fb(a),a!==null)?a:this}},rotationSpot:{get:function(){return this.P!==null?this.P.lr:cr},set:function(a){var y=this.rotationSpot;y.D(a)||(a=a.J(),rs(this),this.P.lr=a,this.g("rotationSpot",y,a))}},text:{get:function(){return this.ec},set:function(a){var y=this.ec;y!==a&&(this.ec=a,this.g("text",y,a))}},containingGroup:{get:function(){return this.Ah},set:function(a){if(this.Zc()){var y=this.Ah;if(y!==a){a===null||this!==a&&!a.Td(this)||(this===a&&se("Cannot make a Group a member of itself: "+this.toString()),se("Cannot make a Group indirectly contain itself: "+this.toString()+" already contains "+a.toString())),this.C(2);var x=this.diagram;if(y!==null?Yv(y,this):this instanceof En&&x!==null&&x.ai.remove(this),this.Ah=a,a!==null?Uv(a,this):this instanceof En&&x!==null&&x.ai.add(this),this.C(1),x!==null&&x.aa){var b=this.data,E=x.model;if(b!==null&&E.Xj()){var z=E.wa(a!==null?a.data:null);E.mp(b,z)}}if(b=this.containingGroupChanged,b!==null&&(E=!0,x!==null&&(E=x.aa,x.aa=!0),b(this,y,a),x!==null&&(x.aa=E)),this instanceof En){for(x=new Ge,yu(x,this,!0,0,!0),x=x.iterator;x.next();)if(b=x.value,b instanceof Ke)for(b=b.linksConnected;b.next();)xg(b.value)}if(this instanceof Ke){for(x=this.linksConnected;x.next();)xg(x.value);x=this.labeledLink,x!==null&&xg(x)}this.g("containingGroup",y,a),a!==null&&(y=a.layer,y!==null&&Kf(y,-1,a))}}else se("cannot set the Part.containingGroup of a Link or Adornment")}},containingGroupChanged:{get:function(){return this.P!==null?this.P.Kp:null},set:function(a){var y=this.containingGroupChanged;y!==a&&(rs(this),this.P.Kp=a,this.g("containingGroupChanged",y,a))}},isTopLevel:{get:function(){return!(this.containingGroup!==null||this instanceof Ke&&this.labeledLink!==null)}},layoutConditions:{get:function(){return this.P!==null?this.P.Cq:127},set:function(a){var y=this.layoutConditions;y!==a&&(rs(this),this.P.Cq=a,this.g("layoutConditions",y,a))}},dragComputation:{get:function(){return this.P!==null?this.P.Up:null},set:function(a){var y=this.dragComputation;y!==a&&(rs(this),this.P.Up=a,this.g("dragComputation",y,a))}},shadowOffset:{get:function(){return this.P!==null?this.P.zr:Ws},set:function(a){var y=this.shadowOffset;y.D(a)||(a=a.J(),rs(this),this.P.zr=a,this.N(),this.g("shadowOffset",y,a))}},shadowColor:{get:function(){return this.P!==null?this.P.yr:"gray"},set:function(a){var y=this.shadowColor;y!==a&&(rs(this),this.P.yr=a,this.N(),this.g("shadowColor",y,a))}},shadowBlur:{get:function(){return this.P!==null?this.P.Vg:4},set:function(a){var y=this.shadowBlur;y!==a&&(rs(this),this.P.Vg=a,this.N(),this.g("shadowBlur",y,a))}}}),gn.prototype.invalidateLayout=gn.prototype.C,gn.prototype.findCommonContainingGroup=gn.prototype.px,gn.prototype.isMemberOf=gn.prototype.Td,gn.prototype.findTopLevelPart=gn.prototype.sz,gn.prototype.findSubGraphLevel=gn.prototype.oz,gn.prototype.ensureBounds=gn.prototype.Va,gn.prototype.getDocumentBounds=gn.prototype.mi,gn.prototype.findObject=gn.prototype.fb,gn.prototype.moveTo=gn.prototype.moveTo,gn.prototype.invalidateAdornments=gn.prototype.Wb,gn.prototype.clearAdornments=gn.prototype.Ej,gn.prototype.removeAdornment=gn.prototype.Jf,gn.prototype.addAdornment=gn.prototype.bh,gn.prototype.findAdornment=gn.prototype.Pj,gn.prototype.updateTargetBindings=gn.prototype.La;var G1=!1;gn.className="Part",gn.LayoutNone=0,gn.LayoutAdded=1,gn.LayoutRemoved=2,gn.LayoutShown=4,gn.LayoutHidden=8,gn.LayoutNodeSized=16,gn.LayoutGroupLayout=32,gn.LayoutNodeReplaced=64,gn.LayoutStandard=127,gn.LayoutAll=16777215;function hi(a,y){a===void 0||a instanceof Bo||typeof a=="string"?gn.call(this,a):(gn.call(this),a&&(y=a)),this.G&=-257,this.Jg="Adornment",this.ue=null,this.Aw=0,this.Uw=!1,this.j=this.$a=null,y&&Object.assign(this,y)}re(hi,gn),hi.prototype.toString=function(){var a=this.adornedPart;return"Adornment("+this.category+")"+(a!==null?a.toString():"")},hi.prototype.updateRelationshipsFromData=function(){},hi.prototype.Ul=function(a){var y=this.adornedObject,x=y==null?void 0:y.part;if(x instanceof Ae&&y instanceof In){y=x.path,x.Ul(a),a=y.geometry,x=this.O.s,y=x.length;for(var b=0;b<y;b++){var E=x[b];E.isPanelMain&&E instanceof In&&(E.ua=a)}}},hi.prototype.si=function(){var a=this.ue;return a===null?!0:(a=a.part,a===null||!Wr(a))},hi.prototype.Zc=function(){return!1},hi.prototype.gk=function(a,y,x,b,E,z,tt){if(a===yo&&y==="elements"){if(E instanceof Ur)this.$a===null&&(this.$a=E);else if(E instanceof Ne){var ot=E.Nl(function(rt){return rt instanceof Ur});ot instanceof Ur&&this.$a===null&&(this.$a=ot)}}else a===Ao&&y==="elements"&&this.$a!==null&&(b===this.$a?this.$a=null:b instanceof Ne&&this.$a.rg(b)&&(this.$a=null));gn.prototype.gk.call(this,a,y,x,b,E,z,tt)},hi.prototype.updateAdornments=function(){},hi.prototype.Lj=function(){},be.Object.defineProperties(hi.prototype,{placeholder:{get:function(){return this.$a}},adornedObject:{get:function(){return this.ue},set:function(a){var y=this.adornedPart,x=null;a!==null&&(x=a.part),y===null||a!==null&&y===x||y.Jf(this.category),this.ue=a,x!==null&&x.bh(this.category,this)}},adornedPart:{get:function(){var a=this.ue;return a!==null?a.part:null}},containingGroup:{get:function(){return null}}}),hi.className="Adornment";function Hv(){this.nc=!1,this.Vr=this.gj=this.Eq=this.Dq=null,this.yp=Md,this.er=Wm,this.Kr=this.ij=this.Nq=this.Mq=null}Hv.prototype.copy=function(){var a=new Hv;return a.Dq=this.Dq,a.Eq=this.Eq,a.gj=this.gj,a.Vr=this.Vr,a.yp=this.yp.J(),a.er=this.er,a.Mq=this.Mq,a.Nq=this.Nq,a.ij=this.ij,a.Kr=this.Kr,a};function Ke(a,y){a===void 0||a instanceof Bo||typeof a=="string"?gn.call(this,a):(gn.call(this),a&&(y=a)),this.U=13,this.Ba=null,this.jb=new Oe,this.wc=this.af=this.Yk=null,this.ci=!1,y&&Object.assign(this,y)}re(Ke,gn),Ke.prototype.cloneProtected=function(a){gn.prototype.cloneProtected.call(this,a),a.U=this.U,this.Ba!==null&&(a.Ba=this.Ba.nc?this.Ba:this.Ba.copy())},xt=Ke.prototype,xt.Af=function(a){gn.prototype.Af.call(this,a),a.Bd(),a.af=this.af,a.wc=null};function Ah(a){a.Ba===null?a.Ba=new Hv:a.Ba.nc&&(a.Ba=a.Ba.copy())}xt.th=function(){gn.prototype.th.call(this),this.Ba!==null&&(this.Ba.nc=!0)};function H1(a,y){y!==null&&(a.af===null&&(a.af=new Ge),a.af.add(y))}function W1(a,y,x,b){if(y===null||a.af===null)return null;for(var E=a.af.iterator;E.next();){var z=E.value;if(z.Ds===a&&z.cv===y&&z.Ox===x&&z.Px===b||z.Ds===y&&z.cv===a&&z.Ox===b&&z.Px===x)return z}return null}xt.Lz=function(a,y,x){y==null&&(y=""),x==null&&(x=""),a=W1(this,a,y,x),a!==null&&a.Sl()},xt.gk=function(a,y,x,b,E,z,tt){a===yo&&y==="elements"?this.wc=null:a===Ao&&y==="elements"&&(this.wc=null),gn.prototype.gk.call(this,a,y,x,b,E,z,tt)},xt.Bd=function(a){for(var y=this.linksConnected;y.next();){var x=y.value;a!==void 0&&a.contains(x)||(Cs(x.fromPort),Cs(x.toPort),x.bb())}};function V1(a,y){for(a=a.linksConnected;a.next();){var x=a.value;(x.fromPort===y||x.toPort===y)&&(Cs(x.fromPort),Cs(x.toPort),x.bb())}}function Cs(a){if(a!==null){var y=a.Zn;y!==null&&y.Sl(),a=a.part,y=a.containingGroup,y===null||a.isVisible()||Cs(y.port)}}xt.si=function(){return!0},Ke.prototype.getAvoidableRect=function(a){return a.set(this.actualBounds),a.Co(this.avoidableMargin),a},Ke.prototype.findVisibleNode=function(){for(var a=this;a!==null&&!a.isVisible();)a=a.containingGroup;return a},Ke.prototype.isVisible=function(){if(!gn.prototype.isVisible.call(this))return!1;var a=!0,y=Mh,x=this.diagram;if(x!==null&&(a=x.isTreePathToChildren,y=x.treeCollapsePolicy),y===Mh){if(a=this.pg(),a!==null&&!a.isTreeExpanded)return!1}else if(y===No){if(a=a?this.Oo():this.Po(),0<a.count&&a.all(function(b){return!b.isTreeExpanded}))return!1}else if(y===rg&&(a=a?this.Oo():this.Po(),0<a.count&&a.any(function(b){return!b.isTreeExpanded})))return!1;return a=this.labeledLink,a!==null?a.isVisible():!0},Ke.prototype.Zb=function(a){gn.prototype.Zb.call(this,a);for(var y=this.linksConnected;y.next();){var x=y.value;if(a&&this.containingGroup!==null){var b=x.To(this);b===null||b.Td(this.containingGroup)||x.bb()}x.Zb(a)}},Ke.prototype.qx=function(){var a=new Ge,y=new Ge;return U1(this,this,a,y),y.iterator};function U1(a,y,x,b){if(y!==null&&!x.has(y)){x.add(y);var E=!0,z=a.diagram;z!==null&&(E=z.isTreePathToChildren),y.linksConnected.each(function(tt){tt.isTreeLink?(E?tt.fromNode===y:tt.toNode===y)&&U1(a,E?tt.toNode:tt.fromNode,x,b):b.add(tt)})}}Ke.prototype.findLinksConnected=function(a){if(a===void 0&&(a=null),a===null)return this.jb.iterator;var y=new wi(this.jb),x=this;return y.predicate=function(b){return b.fromNode===x&&b.fromPortId===a||b.toNode===x&&b.toPortId===a},y},xt=Ke.prototype,xt.Mo=function(a){a===void 0&&(a=null);var y=new wi(this.jb),x=this;return y.predicate=function(b){return b.fromNode!==x?!1:a===null?!0:b.fromPortId===a},y},xt.Sd=function(a){a===void 0&&(a=null);var y=new wi(this.jb),x=this;return y.predicate=function(b){return b.toNode!==x?!1:a===null?!0:b.toPortId===a},y},xt.Mu=function(a){a===void 0&&(a=null);for(var y=null,x=null,b=this.jb.iterator;b.next();){var E=b.value;E.fromNode===this?(a===null||E.fromPortId===a)&&(E=E.toNode,y!==null?y.add(E):x!==null&&x!==E?(y=new Ge,y.add(x),y.add(E)):x=E):E.toNode!==this||a!==null&&E.toPortId!==a||(E=E.fromNode,y!==null?y.add(E):x!==null&&x!==E?(y=new Ge,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new ki(x):Ei},xt.Po=function(a){a===void 0&&(a=null);for(var y=null,x=null,b=this.jb.iterator;b.next();){var E=b.value;E.fromNode!==this||a!==null&&E.fromPortId!==a||(E=E.toNode,y!==null?y.add(E):x!==null&&x!==E?(y=new Ge,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new ki(x):Ei},xt.Oo=function(a){a===void 0&&(a=null);for(var y=null,x=null,b=this.jb.iterator;b.next();){var E=b.value;E.toNode!==this||a!==null&&E.toPortId!==a||(E=E.fromNode,y!==null?y.add(E):x!==null&&x!==E?(y=new Ge,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new ki(x):Ei},xt.jz=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null);var b=new wi(this.jb),E=this;return b.predicate=function(z){return!((z.fromNode!==E||z.toNode!==a||y!==null&&z.fromPortId!==y||x!==null&&z.toPortId!==x)&&(z.fromNode!==a||z.toNode!==E||x!==null&&z.fromPortId!==x||y!==null&&z.toPortId!==y))},b},xt.kz=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null);var b=new wi(this.jb),E=this;return b.predicate=function(z){return!(z.fromNode!==E||z.toNode!==a||y!==null&&z.fromPortId!==y||x!==null&&z.toPortId!==x)},b};function Gm(a,y,x){Cs(x);var b=a.jb.contains(y);if(b||a.jb.add(y),!b||y.fromNode===y.toNode){var E=a.linkConnected;if(E!==null){var z=!0,tt=a.diagram;tt!==null&&(z=tt.aa,tt.aa=!0),E(a,y,x),tt!==null&&(tt.aa=z)}}!b&&y.isTreeLink&&(x=y.fromNode,y=y.toNode,x!==null&&y!==null&&x!==y&&(b=!0,a=a.diagram,a!==null&&(b=a.isTreePathToChildren),E=b?y:x,z=b?x:y,E.ci||(E.ci=z),!z.isTreeLeaf||a!==null&&a.undoManager.isUndoingRedoing||(b?x===z&&(z.isTreeLeaf=!1):y===z&&(z.isTreeLeaf=!1))))}function Hm(a,y,x){Cs(x);var b=a.jb.remove(y),E=null;if(b||y.toNode===y.fromNode){var z=a.linkDisconnected;if(E=a.diagram,z!==null){var tt=!0;E!==null&&(tt=E.aa,E.aa=!0),z(a,y,x),E!==null&&(E.aa=tt)}}b&&y.isTreeLink&&(x=!0,E!==null&&(x=E.isTreePathToChildren),a=x?y.toNode:y.fromNode,y=x?y.fromNode:y.toNode,a!==null&&(a.ci=!1),y===null||y.isTreeLeaf||(y.jb.count===0?(y.ci=null,E!==null&&E.undoManager.isUndoingRedoing||(y.isTreeLeaf=!0)):Yc(y)))}function Yc(a){if(a.ci=!1,a.jb.count!==0){var y=!0,x=a.diagram;if(x===null||!x.undoManager.isUndoingRedoing){for(x!==null&&(y=x.isTreePathToChildren),x=a.jb.iterator;x.next();){var b=x.value;if(b.isTreeLink){if(y){if(b.fromNode===a){a.isTreeLeaf=!1;return}}else if(b.toNode===a){a.isTreeLeaf=!1;return}}}a.isTreeLeaf=!0}}}Ke.prototype.updateRelationshipsFromData=function(){var a=this.diagram;a!==null&&a.partManager.updateRelationshipsFromData(this)},xt=Ke.prototype,xt.Vo=function(a){gn.prototype.Vo.call(this,a),a||(Yc(this),a=this.Yk,a!==null&&q1(a,this))},xt.Wo=function(a){gn.prototype.Wo.call(this,a),a||(a=this.Yk,a!==null&&a.wd!==null&&(a.wd.remove(this),a.v()))},xt.Lj=function(){if(0<this.jb.count){var a=this.diagram;if(a!==null)for(var y=a.commandHandler!==null?a.commandHandler.deletesConnectedLinks:!0,x=this.jb.copy().iterator;x.next();){var b=x.value;y?a.remove(b):(b.fromNode===this&&(b.fromNode=null),b.toNode===this&&(b.toNode=null))}}this.labeledLink=null,gn.prototype.Lj.call(this)},xt.ns=function(a){if(this.wc===null){if(a===""&&this.Te===!1)return this;Y1(this)}var y=this.wc.I(a);return y!==null||a!==""&&(y=this.wc.I(""),y!==null)?y:this};function Y1(a){a.wc===null?a.wc=new yn:a.wc.clear(),a.qm(a,function(y,x){_1(y,x)}),a.wc.count===0&&a.wc.add("",a)}function _1(a,y){var x=y.portId;x!==null&&a.wc!==null&&a.wc.add(x,y)}function Wv(a,y,x){var b=y.portId;if(b!==null&&(a.wc!==null&&a.wc.remove(b),y=a.diagram,y!==null&&x)){for(x=null,a=a.findLinksConnected(b);a.next();)b=a.value,x===null&&(x=Dn()),x.push(b);if(x!==null){for(a=0;a<x.length;a++)y.remove(x[a]);Tn(x)}}}xt.Nz=function(a){if(a===null||a===this)return!1;var y=!0,x=this.diagram;if(x!==null&&(y=x.isTreePathToChildren),x=this,y)for(;x!==a;){y=null;for(var b=x.jb.iterator;b.next();){var E=b.value;if(E.isTreeLink&&(y=E.fromNode,y!==x&&y!==this))break}if(y===this||y===null||y===x)return!1;x=y}else for(;x!==a;){for(y=null,b=x.jb.iterator;b.next()&&(E=b.value,!E.isTreeLink||(y=E.toNode,y===x||y===this)););if(y===this||y===null||y===x)return!1;x=y}return!0},xt.xz=function(){var a=!0,y=this.diagram;if(y!==null&&(a=y.isTreePathToChildren),y=this,a)for(;;){a=null;for(var x=y.jb.iterator;x.next();){var b=x.value;if(b.isTreeLink&&(a=b.fromNode,a!==y&&a!==this))break}if(a===this)return this;if(a===null||a===y)return y;y=a}else for(;;){for(a=null,x=y.jb.iterator;x.next()&&(b=x.value,!b.isTreeLink||(a=b.toNode,a===y||a===this)););if(a===this)return this;if(a===null||a===y)return y;y=a}},xt.gz=function(a){if(a===null)return null;if(this===a)return this;for(var y=this;y!==null;)zm(y,!0),y=y.pg();var x=null;for(y=a;y!==null;){if(y.G&1048576){x=y;break}y=y.pg()}for(y=this;y!==null;)zm(y,!1),y=y.pg();return x},xt.kh=function(){var a=!0,y=this.diagram;if(y!==null&&(a=y.isTreePathToChildren),y=this.jb.iterator,a){for(;y.next();)if(a=y.value,a.isTreeLink&&a.fromNode!==this)return a}else for(;y.next();)if(a=y.value,a.isTreeLink&&a.toNode!==this)return a;return null},xt.pg=function(){var a=this.ci;if(a===null)return null;if(a instanceof Ke)return a;a=this.diagram,a=a!==null?a.isTreePathToChildren:!0;for(var y=this.jb.iterator;y.next();){var x=y.value;if(x.isTreeLink&&(x=a?x.fromNode:x.toNode,x!==this))return this.ci=x}return this.ci=null},xt.vz=function(){function a(x,b){b.add(x);var E=x.kh();E!==null&&(b.add(E),x=x.pg(),x!==null&&a(x,b))}var y=new Ge;return a(this,y),y},xt.uz=function(){return K1(this,this)};function K1(a,y){return y=y.pg(),y===null?0:1+K1(a,y)}xt.Qo=function(){var a=!0,y=this.diagram;y!==null&&(a=y.isTreePathToChildren),y=new wi(this.jb);var x=this;return y.predicate=a?function(b){return!!(b.isTreeLink&&b.fromNode===x)}:function(b){return!!(b.isTreeLink&&b.toNode===x)},y},xt.Ou=function(){var a=!0,y=this.diagram;y!==null&&(a=y.isTreePathToChildren);var x=y=null,b=this.jb.iterator;if(a)for(;b.next();)a=b.value,a.isTreeLink&&a.fromNode===this&&(a=a.toNode,y!==null?y.add(a):x!==null&&x!==a?(y=new Oe,y.add(x),y.add(a)):x=a);else for(;b.next();)a=b.value,a.isTreeLink&&a.toNode===this&&(a=a.fromNode,y!==null?y.add(a):x!==null&&x!==a?(y=new Oe,y.add(x),y.add(a)):x=a);return y!==null?y.iterator:x!==null?new ki(x):Ei},xt.wz=function(a){a===void 0&&(a=1/0);var y=new Ge;return yu(y,this,!1,a,!0),y},Ke.prototype.collapseTree=function(a){a===void 0&&(a=1),1>a&&(a=1);var y=this.diagram;if(y!==null&&!y.Ue){y.Ue=!0;var x=new Ge;x.add(this),X1(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===Mh),y.Ue=!1}};function X1(a,y,x,b,E,z,tt){if(1<b)for(var ot=x?a.Mo():a.Sd();ot.next();){var rt=ot.value;rt.isTreeLink&&(rt=rt.To(a),rt===null||rt===a||y.contains(rt)||(y.add(rt),X1(rt,y,x,b-1,E,z,tt)))}else Z1(a,y,x,E,z,tt)}function Z1(a,y,x,b,E,z){for(var tt=E===a?!0:a.isTreeExpanded,ot=x?a.Mo():a.Sd(),rt={};ot.next();){var at=ot.value;if(at.isTreeLink&&(at=at.To(a),at!==null&&at!==a)){var ht=y.contains(at);if(ht||y.add(at),tt){var gt=x?at.Oo():at.Po();rt.uv=a,gt.all(function(mt){return function(yt){return yt===mt.uv||!yt.isTreeExpanded}}(rt))&&b.Aj(at,E),at.oh(),at.Zb(!1)}at.isTreeExpanded&&(at.wasTreeExpanded=at.isTreeExpanded,ht||Z1(at,y,x,b,E,z))}rt={uv:rt.uv}}a.isTreeExpanded=!1}Ke.prototype.expandTree=function(a){a===void 0&&(a=2),2>a&&(a=2);var y=this.diagram;if(y!==null&&!y.Ue){y.Ue=!0;var x=new Ge;x.add(this),J1(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===Mh),y.Ue=!1}};function J1(a,y,x,b,E,z,tt){for(var ot=z===a?!1:a.isTreeExpanded,rt=x?a.Mo():a.Sd(),at={};rt.next();){var ht=rt.value;if(ht.isTreeLink&&(ot||ht.fd||ht.bb(),ht=ht.To(a),ht!==null&&ht!==a&&!y.contains(ht))){if(y.add(ht),!ot){ht.Zb(!0),ht.oh();var gt=x?ht.Oo():ht.Po();at.vv=a,gt.all(function(mt){return function(yt){return yt===mt.vv||!yt.isTreeExpanded}}(at))&&E.Cj(ht,z)}(2<b||ht.wasTreeExpanded)&&(ht.wasTreeExpanded=!1,J1(ht,y,x,b-1,E,z,tt))}at={vv:at.vv}}a.isTreeExpanded=!0}be.Object.defineProperties(Ke.prototype,{portSpreading:{get:function(){return this.Ba!==null?this.Ba.er:Wm},set:function(a){var y=this.portSpreading;y!==a&&(Ah(this),this.Ba.er=a,this.g("portSpreading",y,a),a=this.diagram,a!==null&&a.undoManager.isUndoingRedoing||this.Bd())}},avoidable:{get:function(){return(this.U&8)!==0},set:function(a){var y=(this.U&8)!==0;if(y!==a){this.U^=8;var x=this.diagram;x!==null&&Lh(x,this),this.g("avoidable",y,a)}}},avoidableMargin:{get:function(){return this.Ba!==null?this.Ba.yp:Md},set:function(a){typeof a=="number"&&(a=new Gn(a));var y=this.avoidableMargin;if(!y.D(a)){a=a.J(),Ah(this),this.Ba.yp=a;var x=this.diagram;x!==null&&Lh(x,this),this.g("avoidableMargin",y,a)}}},linksConnected:{get:function(){return this.jb.iterator}},linkConnected:{get:function(){return this.Ba!==null?this.Ba.Dq:null},set:function(a){var y=this.linkConnected;y!==a&&(Ah(this),this.Ba.Dq=a,this.g("linkConnected",y,a))}},linkDisconnected:{get:function(){return this.Ba!==null?this.Ba.Eq:null},set:function(a){var y=this.linkDisconnected;y!==a&&(Ah(this),this.Ba.Eq=a,this.g("linkDisconnected",y,a))}},linkValidation:{get:function(){return this.Ba!==null?this.Ba.gj:null},set:function(a){var y=this.linkValidation;y!==a&&(Ah(this),this.Ba.gj=a,this.g("linkValidation",y,a))}},isLinkLabel:{get:function(){return this.Yk!==null}},labeledLink:{get:function(){return this.Yk},set:function(a){var y=this.Yk;if(y!==a){var x=this.diagram,b=this.data;if(y!==null){if(y.wd!==null&&(y.wd.remove(this),y.v()),x!==null&&b!==null&&!x.undoManager.isUndoingRedoing){var E=y.data,z=x.model;if(E!==null&&z.ri()){var tt=z.wa(b);tt!==void 0&&z.Qx(E,tt)}}this.containingGroup=null}this.Yk=a,a!==null&&(q1(a,this),x===null||b===null||x.undoManager.isUndoingRedoing||(E=a.data,x=x.model,E!==null&&x.ri()&&(b=x.wa(b),b!==void 0&&x.Bu(E,b))),this.containingGroup=a.containingGroup),Hr(this),this.g("labeledLink",y,a)}}},port:{get:function(){return this.ns("")}},ports:{get:function(){return this.wc===null&&Y1(this),this.wc.iteratorValues}},isTreeExpanded:{get:function(){return(this.U&1)!==0},set:function(a){var y=(this.U&1)!==0;if(y!==a){this.U^=1;var x=this.diagram;if(this.g("isTreeExpanded",y,a),y=this.treeExpandedChanged,y!==null){var b=!0;x!==null&&(b=x.aa,x.aa=!0),y(this),x!==null&&(x.aa=b)}x!==null&&x.undoManager.isUndoingRedoing?this.Zb(a):a?this.expandTree():this.collapseTree()}}},wasTreeExpanded:{get:function(){return(this.U&2)!==0},set:function(a){var y=(this.U&2)!==0;y!==a&&(this.U^=2,this.g("wasTreeExpanded",y,a))}},treeExpandedChanged:{get:function(){return this.Ba!==null?this.Ba.Vr:null},set:function(a){var y=this.treeExpandedChanged;y!==a&&(Ah(this),this.Ba.Vr=a,this.g("treeExpandedChanged",y,a))}},isTreeLeaf:{get:function(){return(this.U&4)!==0},set:function(a){var y=(this.U&4)!==0;y!==a&&(this.U^=4,this.g("isTreeLeaf",y,a))}}}),Ke.prototype.expandTree=Ke.prototype.expandTree,Ke.prototype.collapseTree=Ke.prototype.collapseTree,Ke.prototype.findTreeParts=Ke.prototype.wz,Ke.prototype.findTreeChildrenNodes=Ke.prototype.Ou,Ke.prototype.findTreeChildrenLinks=Ke.prototype.Qo,Ke.prototype.findTreeLevel=Ke.prototype.uz,Ke.prototype.findTreeParentChain=Ke.prototype.vz,Ke.prototype.findTreeParentNode=Ke.prototype.pg,Ke.prototype.findTreeParentLink=Ke.prototype.kh,Ke.prototype.findCommonTreeParent=Ke.prototype.gz,Ke.prototype.findTreeRoot=Ke.prototype.xz,Ke.prototype.isInTreeOf=Ke.prototype.Nz,Ke.prototype.findPort=Ke.prototype.ns,Ke.prototype.findLinksTo=Ke.prototype.kz,Ke.prototype.findLinksBetween=Ke.prototype.jz,Ke.prototype.findNodesInto=Ke.prototype.Oo,Ke.prototype.findNodesOutOf=Ke.prototype.Po,Ke.prototype.findNodesConnected=Ke.prototype.Mu,Ke.prototype.findLinksInto=Ke.prototype.Sd,Ke.prototype.findLinksOutOf=Ke.prototype.Mo,Ke.prototype.findExternalTreeLinksConnected=Ke.prototype.qx,Ke.prototype.invalidateConnectedLinks=Ke.prototype.Bd,Ke.prototype.invalidateLinkBundle=Ke.prototype.Lz;var Lx=new he(Ke,"SpreadingNone",10),Wm=new he(Ke,"SpreadingEvenly",11),Vv=new he(Ke,"SpreadingPacked",12);Ke.className="Node",Ke.SpreadingNone=Lx,Ke.SpreadingEvenly=Wm,Ke.SpreadingPacked=Vv;function En(a,y){a===void 0||a instanceof Bo||typeof a=="string"?Ke.call(this,a):(Ke.call(this),a&&(y=a)),this.U|=4608,this.Gn=new Ge,this.$a=null,this.Sc=new Wi,this.Sc.group=this,this.gl=new Ge,this.tb=this.$p=null,y&&Object.assign(this,y)}re(En,Ke),En.prototype.cloneProtected=function(a){Ke.prototype.cloneProtected.call(this,a),this.U=this.U&-32769;var y=a.Nl(function(x){return x instanceof Ur});y instanceof Ur?a.$a=y:a.$a=null,this.Sc!==null?(a.Sc=this.Sc.copy(),a.Sc.group=a):(a.Sc!==null&&(a.Sc.group=null),a.Sc=null),this.tb!==null&&(a.tb=this.tb.copy())},xt=En.prototype,xt.Af=function(a){Ke.prototype.Af.call(this,a);var y=a.Rj();for(a=a.memberParts;a.next();){var x=a.value;if(x.v(),x.C(8),x.Ej(),x instanceof Ke)x.Bd(y);else if(x instanceof Ae)for(x=x.labelNodes;x.next();)x.value.Bd(y)}},xt.gk=function(a,y,x,b,E,z,tt){if(a===yo&&y==="elements"){if(E instanceof Ur)this.$a===null?this.$a=E:this.$a!==E&&se("Cannot insert a second Placeholder into the visual tree of a Group.");else if(E instanceof Ne){var ot=E.Nl(function(rt){return rt instanceof Ur});ot instanceof Ur&&(this.$a===null?this.$a=ot:this.$a!==ot&&se("Cannot insert a second Placeholder into the visual tree of a Group."))}}else a===Ao&&y==="elements"&&this.$a!==null&&(b===this.$a?this.$a=null:b instanceof Ne&&this.$a.rg(b)&&(this.$a=null));Ke.prototype.gk.call(this,a,y,x,b,E,z,tt)},xt.Xl=function(a,y){Ke.prototype.Xl.call(this,a,y),this.isClipping&&this.type!==Ne.Spot&&this.isSubGraphExpanded&&(a=this.resizeObject,a instanceof Ne&&(a=a.Pb()),this.tb===null&&(this.tb=new ge),a.mi(this.tb),a instanceof In&&this.tb.Bc(-a.strokeWidth,-a.strokeWidth))},xt.eh=function(a,y,x,b){this.nf=this.$a,Ke.prototype.eh.call(this,a,y,x,b)},xt.Va=function(){var a=this;a.isSubGraphExpanded&&this.memberParts.each(function(y){!a.computesBoundsIncludingLinks&&y instanceof Ae||y.Va()}),Ke.prototype.Va.call(this)},xt.si=function(){if(!Ke.prototype.si.call(this))return!1;for(var a=this.memberParts;a.next();){var y=a.value;if(y instanceof Ke){if(y.isVisible()&&Wr(y))return!1}else if(y instanceof Ae&&y.isVisible()&&Wr(y)&&y.fromNode!==this&&y.toNode!==this)return!1}return!0};function Uv(a,y){if(a.Gn.add(y)){y instanceof En&&a.gl.add(y);var x=a.memberAdded;if(x!==null){var b=!0,E=a.diagram;E!==null&&(b=E.aa,E.aa=!0),x(a,y),E!==null&&(E.aa=b)}a.isVisible()&&a.isSubGraphExpanded||y.Zb(!1)}y instanceof Ae&&!a.computesBoundsIncludingLinks||(y=a.$a,y===null&&(y=a),y.v())}function Yv(a,y){if(a.Gn.remove(y)){y instanceof En&&a.gl.remove(y);var x=a.memberRemoved;if(x!==null){var b=!0,E=a.diagram;E!==null&&(b=E.aa,E.aa=!0),x(a,y),E!==null&&(E.aa=b)}a.isVisible()&&a.isSubGraphExpanded||y.Zb(!0)}y instanceof Ae&&!a.computesBoundsIncludingLinks||(y=a.$a,y===null&&(y=a),y.v())}xt.Lj=function(){if(0<this.Gn.count){var a=this.diagram;if(a!==null)for(var y=this.Gn.copy().iterator;y.next();)a.remove(y.value)}Ke.prototype.Lj.call(this)},En.prototype.canAddMembers=function(a){var y=this.diagram;if(y===null)return!1;for(y=y.commandHandler,a=ae(a).iterator;a.next();)if(!y.isValidMember(this,a.value))return!1;return!0},En.prototype.addMembers=function(a,y){var x=this.diagram;if(x===null)return!1;x=x.commandHandler;var b=!0;for(a=ae(a).iterator;a.next();){var E=a.value;!y||x.isValidMember(this,E)?E.containingGroup=this:b=!1}return b},En.prototype.canUngroup=function(){if(!this.ungroupable)return!1;var a=this.layer;return a===null||!a.allowUngroup?!1:(a=a.diagram,!!(a===null||a.allowUngroup))},xt=En.prototype,xt.Bd=function(a){var y=(this.U&65536)!==0;if(Ke.prototype.Bd.call(this,a),!y)for(!(this.U&65536)&&(this.U=this.U^65536),y=this.Lu();y.next();){var x=y.value;if(a===void 0||!a.contains(x)){var b=x.fromNode;b!==null&&b!==this&&b.Td(this)&&!b.isVisible()?(Cs(x.fromPort),Cs(x.toPort),x.bb()):(b=x.toNode,b!==null&&b!==this&&b.Td(this)&&!b.isVisible()&&(Cs(x.fromPort),Cs(x.toPort),x.bb()))}}},xt.Lu=function(){var a=this.diagram!==null&&this.diagram.Pw;if(a&&this.$p!==null)return this.$p.iterator;var y=this.Rj();y.add(this);for(var x=new Ge,b=y.iterator;b.next();){var E=b.value;if(E instanceof Ke)for(E=E.linksConnected;E.next();){var z=E.value;y.contains(z)||x.add(z)}}return a&&(this.$p=x),x.iterator},xt.iz=function(){var a=this.Rj();a.add(this);for(var y=new Ge,x=a.iterator;x.next();){var b=x.value;if(b instanceof Ke)for(b=b.linksConnected;b.next();){var E=b.value,z=E.fromNode;z===null||a.contains(z)&&z!==this||y.add(z),E=E.toNode,E===null||a.contains(E)&&E!==this||y.add(E)}}return y.iterator},xt.hz=function(){function a(x,b){x!==null&&(b.add(x),a(x.containingGroup,b))}var y=new Ge;return a(this,y),y},xt.Rj=function(){var a=new Ge;return yu(a,this,!0,0,!0),a.remove(this),a},xt.Zb=function(a){Ke.prototype.Zb.call(this,a);for(var y=this.memberParts;y.next();)y.value.Zb(a)},En.prototype.collapseSubGraph=function(){var a=this.diagram;if(a!==null&&!a.Ue){a.Ue=!0;var y=this.Rj();Q1(this,y,a,this),a.Ue=!1}};function Q1(a,y,x,b){for(var E=a.memberParts;E.next();){var z=E.value;if(z.Zb(!1),z instanceof En&&z.isSubGraphExpanded&&(z.wasSubGraphExpanded=z.isSubGraphExpanded,Q1(z,y,x,b)),z instanceof Ke)z.Bd(y),x.Aj(z,b);else if(z instanceof Ae)for(z=z.labelNodes;z.next();)z.value.Bd(y)}a.isSubGraphExpanded=!1}En.prototype.expandSubGraph=function(){var a=this.diagram;if(a!==null&&!a.Ue){a.Ue=!0;var y=this.Rj();$1(this,y,a,this),a.Ue=!1}};function $1(a,y,x,b){for(var E=a.memberParts;E.next();){var z=E.value;if(z.Zb(!0),z instanceof En&&z.wasSubGraphExpanded&&(z.wasSubGraphExpanded=!1,$1(z,y,x,b)),z instanceof Ke)z.Bd(y),x.Cj(z,b);else if(z instanceof Ae)for(z=z.labelNodes;z.next();)z.value.Bd(y)}a.isSubGraphExpanded=!0}En.prototype.move=function(a,y){y===void 0&&(y=!1);var x=y?this.location:this.position,b=x.x;x=x.y;var E=a.x,z=a.y;if(!(b===E||isNaN(b)&&isNaN(E))||!(x===z||isNaN(x)&&isNaN(z))){for(b=E-(isNaN(b)?0:b),x=z-(isNaN(x)?0:x),z=It.alloc(),Ke.prototype.move.call(this,a,y),a=new Ge,y=this.Rj().iterator;y.next();)E=y.value,E instanceof Ae&&(E.suspendsRouting&&a.add(E),E.fd||E.fromNode!==this&&E.toNode!==this)&&(E.suspendsRouting=!0);for(y.reset();y.next();)if(E=y.value,!(E.ph()||E instanceof Ke&&E.isLinkLabel)){var tt=E.position,ot=E.location;tt.w()?(z.x=tt.x+b,z.y=tt.y+x,E.position=z):ot.w()&&(z.x=ot.x+b,z.y=ot.y+x,E.location=z)}for(y.reset();y.next();)E=y.value,E instanceof Ae&&(E.suspendsRouting=a.contains(E),E.fd||E.fromNode!==this&&E.toNode!==this)&&(tt=E.position,z.x=tt.x+b,z.y=tt.y+x,z.w()?E.move(z):E.bb(),Kv(E)&&E.bb());It.free(z)}},be.Object.defineProperties(En.prototype,{placeholder:{get:function(){return this.$a}},computesBoundsAfterDrag:{get:function(){return(this.U&2048)!==0},set:function(a){var y=(this.U&2048)!==0;y!==a&&(this.U^=2048,this.g("computesBoundsAfterDrag",y,a))}},computesBoundsIncludingLinks:{get:function(){return(this.U&4096)!==0},set:function(a){var y=(this.U&4096)!==0;y!==a&&(this.U^=4096,this.g("computesBoundsIncludingLinks",y,a))}},computesBoundsIncludingLocation:{get:function(){return(this.U&8192)!==0},set:function(a){var y=(this.U&8192)!==0;y!==a&&(this.U^=8192,this.g("computesBoundsIncludingLocation",y,a))}},handlesDragDropForMembers:{get:function(){return(this.U&16384)!==0},set:function(a){var y=(this.U&16384)!==0;y!==a&&(this.U^=16384,this.g("handlesDragDropForMembers",y,a))}},memberParts:{get:function(){return this.Gn.iterator}},layout:{get:function(){return this.Sc},set:function(a){var y=this.Sc;if(y!==a){a!==null&&a.diagram!==null&&a.diagram.layout===a&&se("A layout cannot be both the Diagram.layout and a Group.layout: "+a),y!==null&&(y.diagram=null,y.group=null),this.Sc=a;var x=this.diagram;a!==null&&(a.diagram=x,a.group=this),x!==null&&(x.xh=!0),this.g("layout",y,a),x!==null&&x.$b()}}},memberAdded:{get:function(){return this.Ba!==null?this.Ba.Mq:null},set:function(a){var y=this.memberAdded;y!==a&&(Ah(this),this.Ba.Mq=a,this.g("memberAdded",y,a))}},memberRemoved:{get:function(){return this.Ba!==null?this.Ba.Nq:null},set:function(a){var y=this.memberRemoved;y!==a&&(Ah(this),this.Ba.Nq=a,this.g("memberRemoved",y,a))}},memberValidation:{get:function(){return this.Ba!==null?this.Ba.ij:null},set:function(a){var y=this.memberValidation;y!==a&&(Ah(this),this.Ba.ij=a,this.g("memberValidation",y,a))}},ungroupable:{get:function(){return(this.U&256)!==0},set:function(a){var y=(this.U&256)!==0;y!==a&&(this.U^=256,this.g("ungroupable",y,a))}},isSubGraphExpanded:{get:function(){return(this.U&512)!==0},set:function(a){var y=(this.U&512)!==0;if(y!==a){this.U^=512;var x=this.diagram;if(this.g("isSubGraphExpanded",y,a),y=this.subGraphExpandedChanged,y!==null){var b=!0;x!==null&&(b=x.aa,x.aa=!0),y(this),x!==null&&(x.aa=b)}x!==null&&x.undoManager.isUndoingRedoing?(this.$a!==null&&this.$a.v(),this.memberParts.each(function(E){E.updateAdornments()})):a?this.expandSubGraph():this.collapseSubGraph()}}},wasSubGraphExpanded:{get:function(){return(this.U&1024)!==0},set:function(a){var y=(this.U&1024)!==0;y!==a&&(this.U^=1024,this.g("wasSubGraphExpanded",y,a))}},subGraphExpandedChanged:{get:function(){return this.Ba!==null?this.Ba.Kr:null},set:function(a){var y=this.subGraphExpandedChanged;y!==a&&(Ah(this),this.Ba.Kr=a,this.g("subGraphExpandedChanged",y,a))}},rh:{get:function(){return(this.U&32768)!==0},set:function(a){(this.U&32768)!==0!==a&&(this.U^=32768)}}}),En.prototype.expandSubGraph=En.prototype.expandSubGraph,En.prototype.collapseSubGraph=En.prototype.collapseSubGraph,En.prototype.findSubGraphParts=En.prototype.Rj,En.prototype.findContainingGroupChain=En.prototype.hz,En.prototype.findExternalNodesConnected=En.prototype.iz,En.prototype.findExternalLinksConnected=En.prototype.Lu,En.prototype.ensureBounds=En.prototype.Va,En.className="Group";function Ur(a){Xt.call(this),this.yb=Aa,this.ko=new ge(NaN,NaN,NaN,NaN),a&&Object.assign(this,a)}re(Ur,Xt),Ur.prototype.cloneProtected=function(a){Xt.prototype.cloneProtected.call(this,a),a.yb=this.yb.J(),a.ko=this.ko.copy()},Ur.prototype.gh=function(a){if(this.background===null&&this.areaBackground===null)return!1;var y=this.naturalBounds;return ir(0,0,y.width,y.height,a.x,a.y)},Ur.prototype.Wl=function(){var a=this.part;if(a!==null&&(a instanceof En||a instanceof hi)||se("Placeholder is not inside a Group or Adornment."),a instanceof En){var y=this.computeBorder(this.ko),x=this.minSize,b=this.dc;for(ms(b,(isFinite(x.width)?Math.max(x.width,y.width):y.width)||0,(isFinite(x.height)?Math.max(x.height,y.height):y.height)||0),this.Ge(0,0,b.width,b.height),b=a.memberParts,x=!1;b.next();)if(b.value.isVisible()){x=!0;break}b=a.diagram,!x||b===null||b.animationManager.Xu(a)||isNaN(y.x)||isNaN(y.y)||(x=It.alloc(),x.xi(y,a.locationSpot),x.D(a.location)||(a.location=x),It.free(x))}else{y=this.dc,x=this.yb,b=x.left+x.right;var E=x.top+x.bottom,z=a.adornedObject;a.angle=z.li();var tt=0;z instanceof In&&(tt=z.strokeWidth);var ot=z.Df(),rt=z.naturalBounds,at=(rt.width+tt)*ot;tt=(rt.height+tt)*ot,a.type!==Ne.Link&&(ot=z.ga(a.category==="Selection"?gr:a.locationSpot,It.alloc()),a.location=ot,It.free(ot)),isNaN(at)||isNaN(tt)?(a=z.ga(gr,It.alloc()),at=ge.allocAt(a.x,a.y,0,0),at.Ye(z.ga(Us,a)),at.Ye(z.ga(Hu,a)),at.Ye(z.ga(dl,a)),ms(y,at.width+b||0,at.height+E||0),this.Ge(-x.left,-x.top,y.width,y.height),It.free(a),ge.free(at)):(ms(y,at+b||0,tt+E||0),this.Ge(-x.left,-x.top,y.width,y.height))}},Ur.prototype.eh=function(a,y,x,b){this.actualBounds.h(a,y,x,b)},Ur.prototype.computeBorder=function(a){var y=this.part,x=y.diagram,b=x===null||!x.animationManager.isAnimating;if(x!==null&&y instanceof En&&!y.layer.isTemporary&&y.computesBoundsAfterDrag&&this.ko.w()){var E=x.toolManager.findTool("Dragging");if(E===x.currentTool&&(x=E.computeBorder(y,this.ko,a),x!==null))return x}x=ge.alloc(),E=this.computeMemberBounds(x);var z=this.yb;return y instanceof En&&!y.isSubGraphExpanded?a.h(E.x-z.left,E.y-z.top,0,0):a.h(E.x-z.left,E.y-z.top,Math.max(E.width+z.left+z.right,0),Math.max(E.height+z.top+z.bottom,0)),ge.free(x),b&&y instanceof En&&y.computesBoundsIncludingLocation&&y.location.w()&&a.Ye(y.location),a},Ur.prototype.computeMemberBounds=function(a){if(!(this.part instanceof En))return a.h(0,0,0,0),a;for(var y=this.part,x=1/0,b=1/0,E=-1/0,z=-1/0,tt=y.memberParts;tt.next();){var ot=tt.value;if(ot.isVisible()){if(ot instanceof Ae&&(!y.computesBoundsIncludingLinks||Is(ot)||ot.fromNode===y||ot.toNode===y))continue;ot=ot.actualBounds,ot.left<x&&(x=ot.left),ot.top<b&&(b=ot.top),ot.right>E&&(E=ot.right),ot.bottom>z&&(z=ot.bottom)}}return isFinite(x)&&isFinite(b)?a.h(x,b,E-x,z-b):(y=y.location,a.h(y.x,y.y,0,0)),a},be.Object.defineProperties(Ur.prototype,{padding:{get:function(){return this.yb},set:function(a){typeof a=="number"&&(a=new Gn(a));var y=this.yb;y.D(a)||(this.yb=a=a.J(),this.g("padding",y,a),this.v())}}}),Ur.className="Placeholder";function Ae(a){gn.call(this,Ne.Link),this.Qa=8,this.ef=null,this.ff="",this.uf=this.gn=null,this.vf="",this.uo=null,this.qk=Yr,this.Om=0,this.Qm=Yr,this.Rm=NaN,this.qj=Jv,this.po=.5,this.wd=null,this.Nb=new Oe().freeze(),this.Tg=this.Mg=null,this.ml=new ge,this.ua=new Ie,this.u=this.o=this.Sf=this.Wf=null,this.su=new It,this.cq=this.Mw=this.Lw=null,this.vt=NaN,this.ba=null,this.j=[],a&&Object.assign(this,a)}re(Ae,gn),Ae.prototype.cloneProtected=function(a){gn.prototype.cloneProtected.call(this,a),a.Qa=this.Qa&-113,a.ff=this.ff,a.gn=this.gn,a.vf=this.vf,a.uo=this.uo,a.qk=this.qk,a.Om=this.Om,a.Qm=this.Qm,a.Rm=this.Rm,a.qj=this.qj,a.po=this.po,this.ba!==null&&(a.ba=this.ba.copy())},xt=Ae.prototype,xt.Af=function(a){gn.prototype.Af.call(this,a),this.ff=a.ff,this.vf=a.vf,a.Mg=null,a.bb(),a.Sf=this.Sf;var y=a.fromPort;y!==null&&Cs(y),a=a.toPort,a!==null&&Cs(a)},xt.qb=function(a){a.classType===Ae?(a.value&2)===2?this.routing=a:a===Rs||a===Dh||a===wg?this.curve=a:a===Xc||a===Xm||a===Zm?this.adjusting=a:a!==Jv&&a!==Yr&&se("Unknown Link enum value for a Link property: "+a):gn.prototype.qb.call(this,a)},xt.Xc=function(){this.ba===null&&(this.ba=new Dc)},xt.si=function(){var a=this.fromNode;if(a!==null){var y=a.findVisibleNode();if(y!==null&&(a=y),Wr(a)||mu(a))return!1}return a=this.toNode,!(a!==null&&(y=a.findVisibleNode(),y!==null&&(a=y),Wr(a)||mu(a)))},xt.zv=function(){return!1},xt.Av=function(){},xt.Zc=function(){return!1},Ae.prototype.computeAngle=function(a,y,x){return Ae.computeAngle(y,x)},Ae.computeAngle=function(a,y){switch(a){default:case Yr:a=0;break;case Zc:a=y;break;case Jc:a=y+90;break;case Qc:a=y-90;break;case Qv:a=y+180;break;case Jm:a=Jt.bp(y),90<a&&270>a&&(a-=180);break;case $c:a=Jt.bp(y+90),90<a&&270>a&&(a-=180);break;case qc:a=Jt.bp(y-90),90<a&&270>a&&(a-=180);break;case Qm:if(a=Jt.bp(y),45<a&&135>a||225<a&&315>a)return 0;90<a&&270>a&&(a-=180)}return Jt.bp(a)};function xg(a){var y=a.fromNode,x=a.toNode,b=null;if(y!==null?b=x!==null?y.px(x):y.containingGroup:x!==null?b=x.containingGroup:b=null,y=b,x=a.Ah,x!==y){x!==null&&Yv(x,a),a.Ah=y,y!==null&&Uv(y,a);var E=a.containingGroupChanged;if(E!==null){var z=!0,tt=a.diagram;tt!==null&&(z=tt.aa,tt.aa=!0),E(a,x,y),tt!==null&&(tt.aa=z)}!a.fd||a.Lw!==x&&a.Mw!==x||a.bb()}if(a.isLabeledLink)for(a=a.labelNodes;a.next();)a.value.containingGroup=b}xt=Ae.prototype,xt.oh=function(){var a=this.containingGroup;a!==null&&this.fromNode!==a&&this.toNode!==a&&a.computesBoundsIncludingLinks&&gn.prototype.oh.call(this)},xt.To=function(a){var y=this.fromNode;return a===y?this.toNode:y},xt.Cz=function(a){var y=this.fromPort;return a===y?this.toPort:y};function q1(a,y){a.wd===null&&(a.wd=new Ge),a.wd.add(y),a.v()}xt.Vo=function(a){if(gn.prototype.Vo.call(this,a),pd(this)&&this.Xo(this.actualBounds),!a){a=this.ef;var y=null;a!==null&&(y=this.fromPort,Gm(a,this,y));var x=this.uf;if(x!==null){var b=this.toPort;x===a&&b===y||Gm(x,this,b)}_c(this)}},xt.Wo=function(a){if(gn.prototype.Wo.call(this,a),pd(this)&&this.Xo(this.actualBounds),!a){a=this.ef;var y=null;a!==null&&(y=this.fromPort,Hm(a,this,y));var x=this.uf;if(x!==null){var b=this.toPort;x===a&&b===y||Hm(x,this,b)}Kc(this)}},xt.Lj=function(){if(this.fd=!0,this.wd!==null){var a=this.diagram;if(a!==null)for(var y=this.wd.copy().iterator;y.next();)a.remove(y.value)}this.data!==null&&(a=this.diagram,a!==null&&a.partManager.removeDataForLink(this))},Ae.prototype.updateRelationshipsFromData=function(){if(this.data!==null){var a=this.diagram;a!==null&&a.partManager.updateRelationshipsFromData(this)}},Ae.prototype.move=function(a,y){var x=y?this.location:this.position,b=x.x;isNaN(b)&&(b=0);var E=x.y;for(isNaN(E)&&(E=0),b=a.x-b,E=a.y-E,y===!0?gn.prototype.move.call(this,a,!1):(a=It.allocAt(x.x+b,x.y+E),gn.prototype.move.call(this,a,!1),It.free(a)),Bh(this,b,E),a=this.labelNodes;a.next();)y=a.value,x=y.position,y.moveTo(x.x+b,x.y+E)},Ae.prototype.canRelinkFrom=function(){if(!this.relinkableFrom)return!1;var a=this.layer;return a===null?!0:a.allowRelink?(a=a.diagram,!!(a===null||a.allowRelink)):!1},Ae.prototype.canRelinkTo=function(){if(!this.relinkableTo)return!1;var a=this.layer;return a===null?!0:a.allowRelink?(a=a.diagram,!!(a===null||a.allowRelink)):!1},Ae.prototype.computeMidPoint=function(a){var y=this.pointsCount;if(y===0)return a.assign(oh),a;if(y===1)return a.assign(this.i(0)),a;if(y===2){var x=this.i(0),b=this.i(1);return a.h((x.x+b.x)/2,(x.y+b.y)/2),a}if(this.isOrthogonal&&(15<=this.computeCorner()||this.computeCurve()===Rs))return this.ua.Pu(.5,a),a.add(this.i(0)),x=this.ua.figures.first(),a.offset(-x.startX,-x.startY),a;if(this.computeCurve()===Rs){if(y===3){x=this.i(0),b=this.i(1);var E=this.i(2);return Jt.ax(x.x,x.y,b.x,b.y,b.x,b.y,E.x,E.y,a),a}if(b=(y-1)/3|0,x=3*(b/2|0),b%2===1){b=this.i(x),E=this.i(x+1);var z=this.i(x+2);x=this.i(x+3),Jt.ax(b.x,b.y,E.x,E.y,z.x,z.y,x.x,x.y,a)}else a.assign(this.i(x));return a}var tt=this.flattenedLengths;for(x=this.flattenedTotalLength,E=z=b=0;b<x/2&&z<y&&(E=tt[z],!(b+E>x/2));)b+=E,z++;return y=this.i(z),z=this.i(z+1),1>Math.abs(y.x-z.x)?y.y>z.y?a.h(y.x,y.y-(x/2-b)):a.h(y.x,y.y+(x/2-b)):1>Math.abs(y.y-z.y)?y.x>z.x?a.h(y.x-(x/2-b),y.y):a.h(y.x+(x/2-b),y.y):(x=(x/2-b)/E,a.h(y.x+x*(z.x-y.x),y.y+x*(z.y-y.y))),a},Ae.prototype.computeMidAngle=function(){var a=this.pointsCount;if(2>a)return NaN;if(a===2)return this.i(0).ab(this.i(1));if(this.isOrthogonal&&(15<=this.computeCorner()||this.computeCurve()===Rs))return this.ua.wx(.5);if(this.computeCurve()===Rs&&4<=a){var y=(a-1)/3|0,x=3*(y/2|0);if(y%2===1){x=Math.floor(x),a=this.i(x),y=this.i(x+1);var b=this.i(x+2);return x=this.i(x+3),Jt.My(a.x,a.y,y.x,y.y,b.x,b.y,x.x,x.y)}if(0<x&&x+1<a)return this.i(x-1).ab(this.i(x+1))}y=this.flattenedLengths,b=this.flattenedTotalLength;var E=0;x=0;for(var z;E<b/2&&x<a&&(z=y[x],!(E+z>b/2));)E+=z,x++;if(y=this.i(x),b=this.i(x+1),1>Math.abs(y.x-b.x)&&1>Math.abs(y.y-b.y)){if(0<x&&x+2<a)return this.i(x-1).ab(this.i(x+2))}else{if(1>Math.abs(y.x-b.x))return y.y>b.y?270:90;if(1>Math.abs(y.y-b.y))return y.x>b.x?180:0}return y.ab(b)},xt=Ae.prototype,xt.i=function(a){return this.Nb.s[a]},xt.dd=function(a,y){this.Nb.cd(a,y)},xt.L=function(a,y,x){this.Nb.cd(a,new It(y,x))},xt.Kz=function(a,y){this.Nb.Gb(a,y)},xt.m=function(a,y,x){this.Nb.Gb(a,new It(y,x))},xt.ne=function(a){this.Nb.add(a)},xt.yf=function(a,y){this.Nb.add(new It(a,y))},xt.pv=function(a){this.Nb.mb(a)},xt.Fj=function(){this.Nb.clear()};function Bh(a,y,x){if(y!==0||x!==0)if(a.pointsCount===0)a.defaultFromPoint&&a.defaultFromPoint.offset(y,x),a.defaultToPoint&&a.defaultToPoint.offset(y,x);else{for(var b=a.fd,E=new Oe,z=a.Nb.iterator;z.next();){var tt=z.value;E.add(new It(tt.x+y,tt.y+x).freeze())}E.freeze(),z=a.Nb,a.Nb=E,tt=a.diagram,isNaN(y)||isNaN(x)||tt!==null&&tt.animationManager.zb?a.v():(a.ke.h(a.ke.x+y,a.ke.y+x),a.pa.h(a.pa.x+y,a.pa.y+x),Hr(a)),b?Vm(a):(a.defaultFromPoint&&(a.defaultFromPoint=a.i(0)),a.defaultToPoint&&(a.defaultToPoint=a.i(a.pointsCount-1))),tt!==null&&tt.animationManager.zb&&_f(tt.animationManager,a,E),a.g("points",z,E)}}xt.uh=function(){this.Mg===null&&(this.Mg=this.Nb,this.Nb=this.Nb.copy())},xt.zf=function(){if(this.Mg!==null){for(var a=this.Mg,y=this.Nb,x=1/0,b=1/0,E=a.s,z=E.length,tt=0;tt<z;tt++){var ot=E[tt];x=Math.min(ot.x,x),b=Math.min(ot.y,b)}ot=tt=1/0;for(var rt=y.s,at=rt.length,ht=0;ht<at;ht++){var gt=rt[ht];tt=Math.min(gt.x,tt),ot=Math.min(gt.y,ot),gt.freeze()}if(y.freeze(),at===z){for(z=0;z<at;z++)if(ht=E[z],gt=rt[z],ht.x-x!==gt.x-tt||ht.y-b!==gt.y-ot){this.qc();break}}else this.qc();this.Mg=null,x=this.diagram,x!==null&&x.animationManager.zb&&_f(x.animationManager,this,y),Vm(this),this.g("points",a,y)}},xt.rv=function(){this.Mg!==null&&(this.Nb=this.Mg,this.Mg=null)};function Vm(a){a.Nb.count===0?a.fd=!1:(a.fd=!0,a.cq=null,a.vt=NaN,a.defaultFromPoint=a.i(0),a.defaultToPoint=a.i(a.pointsCount-1),Km(a,!1))}xt.bb=function(){if(!this.suspendsRouting){var a=this.diagram;if(a){if(a.As.contains(this)||a.undoManager.isUndoingRedoing||(a=a.animationManager,a.isTicking&&!a.isAnimating))return;this.Tg===null||a.isTicking||(this.Tg=null)}a=this.path,a!==null&&(this.fd=!1,this.v(),a.v())}},xt.vg=function(){if(!this.fd&&!this.computingPoints){var a=!0;try{this.computingPoints=!0,this.uh(),a=this.computePoints()}catch(y){this.computingPoints=!1,this.rv()}finally{this.computingPoints=!1,a?this.zf():this.rv()}}},Ae.prototype.computePoints=function(){if(this.diagram===null)return!1;var a=this.fromNode,y=null;if(a===null?(lf||(lf=new Ke,lf.desiredSize=Yi,lf.Va()),this.defaultFromPoint&&(lf.location=this.defaultFromPoint,lf.Va(),y=a=lf)):y=this.fromPort,y!==null&&!a.isVisible()){var x=a.findVisibleNode();x!==null&&x!==a?(a=x,y=x.port):a=x}if(this.Lw=a,a===null||!a.location.w())return!1;for(;!(y===null||y.actualBounds.w()&&y.Ed());)y=y.panel;if(y===null)return!1;var b=this.toNode,E=null;if(b===null?(hf||(hf=new Ke,hf.desiredSize=Yi,hf.Va()),this.defaultToPoint&&(hf.location=this.defaultToPoint,hf.Va(),E=b=hf)):E=this.toPort,E===null||b.isVisible()||(x=b.findVisibleNode(),x!==null&&x!==b?(b=x,E=x.port):b=x),this.Mw=b,b===null||!b.location.w())return!1;for(;!(E===null||E.actualBounds.w()&&E.Ed());)E=E.panel;if(E===null)return!1;var z=this.pointsCount,tt=this.computeSpot(!0,y);x=this.computeSpot(!1,E);var ot=Pg(tt),rt=Pg(x),at=y===E&&y!==null,ht=this.isOrthogonal,gt=this.curve===Rs;this.Wf=at&&!ht?gt=!0:!1;var mt=this.computeAdjusting()===Yr||at;if(!ht&&!at&&ot&&rt){if(ot=!1,!mt&&3<=z&&(mt=this.getLinkPoint(a,y,tt,!0,!1,b,E),rt=this.getLinkPoint(b,E,x,!1,!1,a,y),ot=this.adjustPoints(0,mt,z-1,rt))&&(mt=this.getLinkPoint(a,y,tt,!0,!1,b,E),rt=this.getLinkPoint(b,E,x,!1,!1,a,y),this.adjustPoints(0,mt,z-1,rt)),!ot)if(this.Fj(),gt){z=this.getLinkPoint(a,y,tt,!0,!1,b,E),mt=this.getLinkPoint(b,E,x,!1,!1,a,y),ot=mt.x-z.x,rt=mt.y-z.y,at=this.computeCurviness(),gt=ht=0;var yt=z.x+ot/3,St=z.y+rt/3,Lt=yt,Bt=St;Jt.B(rt,0)?Bt=0<ot?Bt-at:Bt+at:(ht=-ot/rt,gt=Math.sqrt(at*at/(ht*ht+1)),0>at&&(gt=-gt),Lt=(0>rt?-1:1)*gt+yt,Bt=ht*(Lt-yt)+St),yt=z.x+2*ot/3,St=z.y+2*rt/3;var Ft=yt,zt=St;Jt.B(rt,0)?zt=0<ot?zt-at:zt+at:(Ft=(0>rt?-1:1)*gt+yt,zt=ht*(Ft-yt)+St),this.Fj(),this.ne(z),this.yf(Lt,Bt),this.yf(Ft,zt),this.ne(mt),this.dd(0,this.getLinkPoint(a,y,tt,!0,!1,b,E)),this.dd(3,this.getLinkPoint(b,E,x,!1,!1,a,y))}else z=b,mt=E,b=this.getLinkPoint(a,y,tt,!0,!1,z,mt),E=this.getLinkPoint(z,mt,x,!1,!1,a,y),this.hasCurviness()?(mt=E.x-b.x,x=E.y-b.y,tt=this.computeCurviness(),a=b.x+mt/2,y=b.y+x/2,z=a,ot=y,Jt.B(x,0)?ot=0<mt?ot-tt:ot+tt:(mt=-mt/x,z=Math.sqrt(tt*tt/(mt*mt+1)),0>tt&&(z=-z),z=(0>x?-1:1)*z+a,ot=mt*(z-a)+y),this.ne(b),this.yf(z,ot),this.ne(E)):(this.ne(b),this.ne(E),ot=ge.alloc(),y.mi(ot),rt=ot.ca(E),mt.mi(ot),at=ot.ca(b),(rt||at)&&(tt=y.ga(Ym(tt),new It),this.dd(0,this.getLinkPointFromPoint(a,y,tt,E,!0,tt)),x=mt.ga(Ym(x),new It),this.dd(1,this.getLinkPointFromPoint(z,mt,x,b,!1,x))),ge.free(ot))}else{gt=this.isAvoiding,mt&&(ht&>||at)&&this.Fj();var Ht=at?this.computeCurviness():0;gt=this.getLinkPoint(a,y,tt,!0,ht,b,E),yt=Lt=St=0,(ht||!ot||at)&&(Bt=this.computeEndSegmentLength(a,y,tt,!0),yt=this.getLinkDirection(a,y,gt,tt,!0,ht,b,E),at&&(ot||tt.D(x)||!ht&&tt.x+x.x===1&&tt.y+x.y===1)&&(yt-=ht?90:30,0>Ht&&(yt-=180)),0>yt?yt+=360:360<=yt&&(yt-=360),at&&(Bt+=Math.abs(Ht)*(ht?1:2)),yt===0?St=Bt:yt===90?Lt=Bt:yt===180?St=-Bt:yt===270?Lt=-Bt:(St=Bt*Math.cos(yt*Math.PI/180),Lt=Bt*Math.sin(yt*Math.PI/180)),tt.Mc()&&at&&(Bt=y.ga(mi,It.alloc()),Ft=It.allocAt(Bt.x+1e3*St,Bt.y+1e3*Lt),this.getLinkPointFromPoint(a,y,Bt,Ft,!0,gt),It.free(Bt),It.free(Ft))),Bt=this.getLinkPoint(b,E,x,!1,ht,a,y);var Vt=zt=Ft=0;if(ht||!rt||at){var _t=this.computeEndSegmentLength(b,E,x,!1);Vt=this.getLinkDirection(b,E,Bt,x,!1,ht,a,y),at&&(rt||tt.D(x)||!ht&&tt.x+x.x===1&&tt.y+x.y===1)&&(Vt+=ht?0:30,0>Ht&&(Vt+=180)),0>Vt?Vt+=360:360<=Vt&&(Vt-=360),at&&(_t+=Math.abs(Ht)*(ht?1:2)),Vt===0?Ft=_t:Vt===90?zt=_t:Vt===180?Ft=-_t:Vt===270?zt=-_t:(Ft=_t*Math.cos(Vt*Math.PI/180),zt=_t*Math.sin(Vt*Math.PI/180)),x.Mc()&&at&&(x=E.ga(mi,It.alloc()),tt=It.allocAt(x.x+1e3*Ft,x.y+1e3*zt),this.getLinkPointFromPoint(b,E,x,tt,!1,Bt),It.free(x),It.free(tt))}x=gt,(ht||!ot||at)&&(x=new It(gt.x+St,gt.y+Lt)),tt=Bt,(ht||!rt||at)&&(tt=new It(Bt.x+Ft,Bt.y+zt)),!mt&&!ht&&ot&&3<z&&this.adjustPoints(0,gt,z-2,tt)?this.dd(z-1,Bt):!mt&&!ht&&rt&&3<z&&this.adjustPoints(1,x,z-1,Bt)?this.dd(0,gt):!mt&&(ht?6<=z:4<z)&&this.adjustPoints(1,x,z-2,tt)?(this.dd(0,gt),this.dd(z-1,Bt)):(this.Fj(),this.ne(gt),(ht||!ot||at)&&this.ne(x),ht&&this.addOrthoPoints(x,yt,tt,Vt,a,b),(ht||!rt||at)&&this.ne(tt),this.ne(Bt))}return!0};function _v(a,y){return Math.abs(y.x-a.x)>Math.abs(y.y-a.y)?(y.x>=a.x?y.x=a.x+9e9:y.x=a.x-9e9,y.y=a.y):(y.y>=a.y?y.y=a.y+9e9:y.y=a.y-9e9,y.x=a.x),y}Ae.prototype.getLinkPointFromPoint=function(a,y,x,b,E,z){if(z===void 0&&(z=new It),a===null||y===null)return z.assign(x),z;if(a.isVisible()||(E=a.findVisibleNode(),E!==null&&E!==a&&(y=E.port)),a=null,E=y.panel,E===null||E.se()||(E=E.panel),E===null){E=b.x,b=b.y;var tt=x.x;x=x.y}else{a=E.oe,E=1/(a.m11*a.m22-a.m12*a.m21),tt=a.m22*E;var ot=-a.m12*E,rt=-a.m21*E,at=a.m11*E,ht=E*(a.m21*a.dy-a.m22*a.dx),gt=E*(a.m12*a.dx-a.m11*a.dy);E=b.x*tt+b.y*rt+ht,b=b.x*ot+b.y*at+gt,tt=x.x*tt+x.y*rt+ht,x=x.x*ot+x.y*at+gt}return y.Sj(E,b,tt,x,z),a!==null&&z.transform(a),z};function Um(a,y){var x=y.Zn;return x===null&&(x=new uf,x.port=y,x.node=y.part,y.Zn=x),aS(x,a)}Ae.prototype.getLinkPoint=function(a,y,x,b,E,z,tt,ot){if(ot===void 0&&(ot=new It),x.sb()&&!Pg(x))return y.ga(x,ot),ot;if(x.$c()){var rt=Um(this,y);if(rt!==null){if(ot.assign(rt.Zo),E&&this.routing===eS){var at=Um(this,tt);if(at!==null&&rt.Gl<at.Gl){rt=It.alloc(),at=It.alloc();var ht=new ge(y.ga(gr,rt),y.ga(Us,at)),gt=this.computeSpot(!b,tt);a=this.getLinkPoint(z,tt,gt,!b,E,a,y,at),(x.Hf(Zh)||x.Hf(Ys))&&a.y>=ht.y&&a.y<=ht.y+ht.height?ot.y=a.y:(x.Hf(ah)||x.Hf(Ba))&&a.x>=ht.x&&a.x<=ht.x+ht.width&&(ot.x=a.x),It.free(rt),It.free(at)}}return ot}}return x=y.ga(Ym(x),It.alloc()),this.pointsCount>(E?6:2)?(tt=b?this.i(1):this.i(this.pointsCount-2),E&&(tt=_v(x,tt.copy()))):(rt=this.computeSpot(!b,tt),z=It.alloc(),tt=tt.ga(Ym(rt),z),E&&(tt=_v(x,tt)),It.free(z)),this.getLinkPointFromPoint(a,y,x,tt,b,ot),It.free(x),ot},Ae.prototype.getLinkDirection=function(a,y,x,b,E,z,tt,ot){t:if(b.sb())var rt=b.x>b.y?b.x>1-b.y?0:b.x<1-b.y?270:315:b.x<b.y?b.x>1-b.y?90:b.x<1-b.y?180:135:.5>b.x?225:.5<b.x?45:0;else{if(b.$c()&&(rt=Um(this,y),rt!==null))switch(rt.Nc){case 1:rt=270;break t;case 2:rt=180;break t;default:case 4:rt=0;break t;case 8:rt=90;break t}rt=y.ga(mi,It.alloc()),this.pointsCount>(z?6:2)?(ot=E?this.i(1):this.i(this.pointsCount-2),ot=z?_v(rt,ot.copy()):x):(x=It.alloc(),ot=ot.ga(mi,x),It.free(x)),x=Math.abs(ot.x-rt.x)>Math.abs(ot.y-rt.y)?ot.x>=rt.x?0:180:ot.y>=rt.y?90:270,It.free(rt),rt=x}return b.Mc()&&tt.Td(a)&&(rt+=180,360<=rt&&(rt-=360)),Pg(b)||(a=y.li(),a===0)||(45<=a&&135>a?rt+=90:135<=a&&225>a?rt+=180:225<=a&&315>a&&(rt+=270),360<=rt&&(rt-=360)),rt},Ae.prototype.computeEndSegmentLength=function(a,y,x,b){return y!==null&&x.$c()&&(a=Um(this,y),a!==null)?a.Ju:(a=b?this.fromEndSegmentLength:this.toEndSegmentLength,y!==null&&isNaN(a)&&(a=b?y.fromEndSegmentLength:y.toEndSegmentLength),isNaN(a)&&(a=10),a)},Ae.prototype.computeSpot=function(a,y){return y===void 0&&(y=null),a?(a=y||this.fromPort,a===null?a=mi:(y=this.fromSpot,y.Xb()&&(y=a.fromSpot),a=y===cr?or:y)):(a=y||this.toPort,a===null?a=mi:(y=this.toSpot,y.Xb()&&(y=a.toSpot),a=y===cr?or:y)),a};function Pg(a){return a===or||a.x===.5&&a.y===.5}function Ym(a){return a.x===.5&&a.y===.5?a:mi}Ae.prototype.computeOtherPoint=function(a,y){return this.computeAdjusting()!==Yr&&4<this.pointsCount?this.computeMidPoint(new It):(a=y.Zn,a=a!==null?aS(a,this):null,a!==null?a.Zo:y.ga(mi))},Ae.prototype.computeShortLength=function(a){if(a){if(a=this.fromShortLength,isNaN(a)){var y=this.fromPort;y!==null&&(a=y.fromShortLength)}return isNaN(a)?0:a}return a=this.toShortLength,isNaN(a)&&(y=this.toPort,y!==null&&(a=y.toShortLength)),isNaN(a)?0:a},Ae.prototype.Cf=function(a,y,x,b,E,z){if(this.pickable===!1)return!1;y===void 0&&(y=null),x===void 0&&(x=null);var tt=z;if(z===void 0&&(tt=Wn.alloc(),tt.reset()),tt.multiply(this.transform),this.fh(a,tt))return mv(this,y,x,E),z===void 0&&Wn.free(tt),!0;if(this.Yc(a,tt)){var ot=!1;if(!this.isAtomic)for(var rt=this.O.s,at=rt.length;at--;){var ht=rt[at];if(ht.visible||ht===this.locationObject){var gt=ht.actualBounds,mt=this.naturalBounds;if(!(gt.x>mt.width||gt.y>mt.height||0>gt.x+gt.width||0>gt.y+gt.height)){if(gt=Wn.alloc(),gt.set(tt),ht instanceof Ne)ot=ht.Cf(a,y,x,b,E,gt);else if(this.path===ht){if(ht instanceof In)if(ot=a,mt=b,ht.pickable===!1)ot=!1;else if(gt.multiply(ht.transform),mt)t:{var yt=ot,St=gt;if(ht.fh(yt,St))ot=!0;else{if(St===void 0&&(St=ht.transform,yt.Re(ht.actualBounds))){ot=!0;break t}ot=yt.left,mt=yt.right;var Lt=yt.top;yt=yt.bottom;var Bt=It.alloc(),Ft=It.alloc(),zt=It.alloc(),Ht=Wn.alloc();Ht.set(St),Ht.bv(ht.transform),Ht.Vj(),Ft.x=mt,Ft.y=Lt,Ft.transform(Ht),Bt.x=ot,Bt.y=Lt,Bt.transform(Ht),St=!1,gd(ht,Bt,Ft,zt)?St=!0:(Bt.x=mt,Bt.y=yt,Bt.transform(Ht),gd(ht,Bt,Ft,zt)?St=!0:(Ft.x=ot,Ft.y=yt,Ft.transform(Ht),gd(ht,Bt,Ft,zt)?St=!0:(Bt.x=ot,Bt.y=Lt,Bt.transform(Ht),gd(ht,Bt,Ft,zt)&&(St=!0)))),Wn.free(Ht),It.free(Bt),It.free(Ft),It.free(zt),ot=St}}else ot=ht.fh(ot,gt)}else ot=Go(ht,a,b,gt);ot&&(mt=ht,y!==null&&(mt=y(ht)),mt&&(x===null||x(mt))&&E.add(mt)),Wn.free(gt)}}}return z===void 0&&Wn.free(tt),ot||this.background!==null||this.areaBackground!==null}return z===void 0&&Wn.free(tt),!1},Ae.prototype.computeCurve=function(){if(this.Wf===null){var a=this.fromPort,y=this.isOrthogonal;this.Wf=a!==null&&a===this.toPort&&!y}return this.Wf?Rs:this.curve},Ae.prototype.computeCorner=function(){if(this.curve===Rs)return 0;var a=this.corner;return(isNaN(a)||0>a)&&(a=10),a},Ae.prototype.findMidLabel=function(){for(var a=this.path,y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];if(E!==a&&!E.isPanelMain&&(E.segmentIndex===-1/0||isNaN(E.segmentIndex)))return E}for(a=this.labelNodes;a.next();)if(y=a.value,y.segmentIndex===-1/0||isNaN(y.segmentIndex))return y;return null},Ae.prototype.computeSpacing=function(){if(!this.isVisible())return 0;var a=iS;a=Math.max(a,this.computeThickness());var y=this.fromPort,x=this.toPort;if(y!==null&&x!==null){var b=this.findMidLabel();if(b!==null){var E=b.naturalBounds,z=b.margin,tt=isNaN(E.width)?30:E.width*b.scale+z.left+z.right;E=isNaN(E.height)?14:E.height*b.scale+z.top+z.bottom,b=b.segmentOrientation,b===Zc||b===Jm||b===Qv?a=Math.max(a,E):b===Qc||b===qc||b===Jc||b===$c?a=Math.max(a,tt):(y=y.ga(mi).ab(x.ga(mi))/180*Math.PI,a=Math.max(a,Math.abs(Math.sin(y)*tt)+Math.abs(Math.cos(y)*E)+1)),this.curve===Rs&&(a*=1.333)}}return a},Ae.prototype.arrangeBundledLinks=function(a,y){if(y)for(y=0;y<a.length;y++){var x=a[y];x.computeAdjusting()===Yr&&x.bb()}},Ae.prototype.computeCurviness=function(){var a=this.curviness;if(isNaN(a)){a=nS;var y=this.Sf;if(y!==null){for(var x=Dn(),b=0,E=y.links,z=0;z<E.length;z++){var tt=E[z].computeSpacing();x.push(tt),b+=tt}for(b=-b/2,z=0;z<E.length;z++){if(E[z]===this){a=b+x[z]/2;break}b+=x[z]}y.Ds===this.fromNode&&(a=-a),Tn(x)}}return a},Ae.prototype.computeThickness=function(){if(!this.isVisible())return 0;var a=this.path;return a!==null?Math.max(a.strokeWidth,1):1},Ae.prototype.hasCurviness=function(){return!isNaN(this.curviness)||this.Sf!==null},Ae.prototype.adjustPoints=function(a,y,x,b){var E=this.computeAdjusting();if(this.isOrthogonal){if(E===Xm)return!1;E===Zm&&(E=Xc)}switch(E){case Xm:var z=this.i(a),tt=this.i(x);if(!z.Xa(y)||!tt.Xa(b)){E=z.x,z=z.y;var ot=tt.x-E,rt=tt.y-z,at=Math.sqrt(ot*ot+rt*rt);if(!Jt.$(at,0)){if(Jt.$(ot,0))var ht=0>rt?-Math.PI/2:Math.PI/2;else ht=Math.atan(rt/Math.abs(ot)),0>ot&&(ht=Math.PI-ht);tt=y.x;var gt=y.y;ot=b.x-tt;var mt=b.y-gt;for(rt=Math.sqrt(ot*ot+mt*mt),Jt.$(ot,0)?mt=0>mt?-Math.PI/2:Math.PI/2:(mt=Math.atan(mt/Math.abs(ot)),0>ot&&(mt=Math.PI-mt)),at=rt/at,ht=mt-ht,this.dd(a,y),a+=1;a<x;a++)y=this.i(a),ot=y.x-E,rt=y.y-z,y=Math.sqrt(ot*ot+rt*rt),Jt.$(y,0)||(Jt.$(ot,0)?rt=0>rt?-Math.PI/2:Math.PI/2:(rt=Math.atan(rt/Math.abs(ot)),0>ot&&(rt=Math.PI-rt)),ot=rt+ht,y*=at,this.L(a,tt+y*Math.cos(ot),gt+y*Math.sin(ot)));this.dd(x,b)}}return!0;case Zm:if(z=this.i(a),gt=this.i(x),!z.Xa(y)||!gt.Xa(b)){E=z.x,z=z.y,tt=gt.x,gt=gt.y,at=(tt-E)*(tt-E)+(gt-z)*(gt-z),ot=y.x,ht=y.y,rt=b.x,mt=b.y;var yt=1;if(rt-ot!==0){var St=(mt-ht)/(rt-ot);yt=Math.sqrt(1+1/(St*St))}else St=9e9;for(this.dd(a,y),a+=1;a<x;a++){y=this.i(a);var Lt=y.x,Bt=y.y,Ft=.5;at!==0&&(Ft=((E-Lt)*(E-tt)+(z-Bt)*(z-gt))/at);var zt=E+Ft*(tt-E),Ht=z+Ft*(gt-z);y=Math.sqrt((Lt-zt)*(Lt-zt)+(Bt-Ht)*(Bt-Ht)),Bt<St*(Lt-zt)+Ht&&(y=-y),0<St&&(y=-y),Lt=ot+Ft*(rt-ot),Ft=ht+Ft*(mt-ht),St!==0?(y=Lt+y/yt,this.L(a,y,Ft-(y-Lt)/St)):this.L(a,Lt,Ft+y)}this.dd(x,b)}return!0;case Xc:t:{if(this.isOrthogonal&&(E=this.i(a),z=this.i(a+1),tt=this.i(a+2),ot=z.x,ht=z.y,gt=ot,at=ht,Jt.B(E.y,z.y)?Jt.B(z.x,tt.x)?ht=y.y:Jt.B(z.y,tt.y)&&(ot=y.x):Jt.B(E.x,z.x)&&(Jt.B(z.y,tt.y)?ot=y.x:Jt.B(z.x,tt.x)&&(ht=y.y)),this.L(a+1,ot,ht),E=this.i(x),z=this.i(x-1),tt=this.i(x-2),ot=z.x,ht=z.y,rt=ot,mt=ht,Jt.B(E.y,z.y)?Jt.B(z.x,tt.x)?ht=b.y:Jt.B(z.y,tt.y)&&(ot=b.x):Jt.B(E.x,z.x)&&(Jt.B(z.y,tt.y)?ot=b.x:Jt.B(z.x,tt.x)&&(ht=b.y)),this.L(x-1,ot,ht),Kv(this))){this.L(a+1,gt,at),this.L(x-1,rt,mt),x=!1;break t}this.dd(a,y),this.dd(x,b),x=!0}return x;default:return!1}},Ae.prototype.addOrthoPoints=function(a,y,x,b,E,z){0>y?y+=360:360<=y&&(y-=360),0>b?b+=360:360<=b&&(b-=360);var tt=b;y=315<=y||45>y?0:45<=y&&135>y?90:135<=y&&225>y?180:270,b=315<=b||45>b?0:45<=b&&135>b?90:135<=b&&225>b?180:270;var ot=E.actualBounds.copy(),rt=z.actualBounds.copy();if(ot.w()&&rt.w()){ot.Bc(tp,tp),rt.Bc(tp,tp),ot.Ye(a),rt.Ye(x);var at=It.alloc(),ht=It.alloc();y===0?x.x>a.x||b===270&&x.y<a.y&&rt.right>a.x||b===90&&x.y>a.y&&rt.right>a.x?(at.h(x.x,a.y),ht.h(x.x,(a.y+x.y)/2),b===180?(at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1),ht.x=at.x,ht.y=x.y):b===270&&x.y<a.y||b===90&&x.y>a.y?(at.x=a.x<rt.left?this.computeMidOrthoPosition(a.x,a.y,rt.left,x.y,!1):a.x<rt.right&&(b===270&&a.y<rt.top||b===90&&a.y>rt.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):rt.right,ht.x=at.x,ht.y=x.y):b===0&&a.x<rt.left&&a.y>rt.top&&a.y<rt.bottom&&(at.x=a.x,at.y=a.y<x.y?Math.min(x.y,rt.top):Math.max(x.y,rt.bottom),ht.y=at.y)):(at.h(a.x,x.y),ht.h((a.x+x.x)/2,x.y),(b===180||b===90&&x.y<ot.top||b===270&&x.y>ot.bottom)&&(b===180&&(rt.ca(a)||ot.ca(x))?at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.y<a.y&&(b===180||b===90)?at.y=this.computeMidOrthoPosition(a.x,ot.top,x.x,Math.max(x.y,rt.bottom),!0):x.y>a.y&&(b===180||b===270)&&(at.y=this.computeMidOrthoPosition(a.x,ot.bottom,x.x,Math.min(x.y,rt.top),!0)),ht.x=x.x,ht.y=at.y),at.y>ot.top&&at.y<ot.bottom&&(x.x>=ot.left&&x.x<=a.x||a.x<=rt.right&&a.x>=x.x?(b===90||b===270)&&(at.h(Math.max((a.x+x.x)/2,a.x),a.y),ht.h(at.x,x.y)):(at.y=b===270||(b===0||b===180)&&x.y<a.y?Math.min(x.y,b===0?ot.top:Math.min(ot.top,rt.top)):Math.max(x.y,b===0?ot.bottom:Math.max(ot.bottom,rt.bottom)),ht.x=x.x,ht.y=at.y))):y===180?x.x<a.x||b===270&&x.y<a.y&&rt.left<a.x||b===90&&x.y>a.y&&rt.left<a.x?(at.h(x.x,a.y),ht.h(x.x,(a.y+x.y)/2),b===0?(at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1),ht.x=at.x,ht.y=x.y):b===270&&x.y<a.y||b===90&&x.y>a.y?(at.x=a.x>rt.right?this.computeMidOrthoPosition(a.x,a.y,rt.right,x.y,!1):a.x>rt.left&&(b===270&&a.y<rt.top||b===90&&a.y>rt.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):rt.left,ht.x=at.x,ht.y=x.y):b===180&&a.x>rt.right&&a.y>rt.top&&a.y<rt.bottom&&(at.x=a.x,at.y=a.y<x.y?Math.min(x.y,rt.top):Math.max(x.y,rt.bottom),ht.y=at.y)):(at.h(a.x,x.y),ht.h((a.x+x.x)/2,x.y),(b===0||b===90&&x.y<ot.top||b===270&&x.y>ot.bottom)&&(b===0&&(rt.ca(a)||ot.ca(x))?at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.y<a.y&&(b===0||b===90)?at.y=this.computeMidOrthoPosition(a.x,ot.top,x.x,Math.max(x.y,rt.bottom),!0):x.y>a.y&&(b===0||b===270)&&(at.y=this.computeMidOrthoPosition(a.x,ot.bottom,x.x,Math.min(x.y,rt.top),!0)),ht.x=x.x,ht.y=at.y),at.y>ot.top&&at.y<ot.bottom&&(x.x<=ot.right&&x.x>=a.x||a.x>=rt.left&&a.x<=x.x?(b===90||b===270)&&(at.h(Math.min((a.x+x.x)/2,a.x),a.y),ht.h(at.x,x.y)):(at.y=b===270||(b===0||b===180)&&x.y<a.y?Math.min(x.y,b===180?ot.top:Math.min(ot.top,rt.top)):Math.max(x.y,b===180?ot.bottom:Math.max(ot.bottom,rt.bottom)),ht.x=x.x,ht.y=at.y))):y===90?x.y>a.y||b===180&&x.x<a.x&&rt.bottom>a.y||b===0&&x.x>a.x&&rt.bottom>a.y?(at.h(a.x,x.y),ht.h((a.x+x.x)/2,x.y),b===270?(at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0),ht.x=x.x,ht.y=at.y):b===180&&x.x<a.x||b===0&&x.x>a.x?(at.y=a.y<rt.top?this.computeMidOrthoPosition(a.x,a.y,x.x,rt.top,!0):a.y<rt.bottom&&(b===180&&a.x<rt.left||b===0&&a.x>rt.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):rt.bottom,ht.x=x.x,ht.y=at.y):b===90&&a.y<rt.top&&a.x>rt.left&&a.x<rt.right&&(at.x=a.x<x.x?Math.min(x.x,rt.left):Math.max(x.x,rt.right),at.y=a.y,ht.x=at.x)):(at.h(x.x,a.y),ht.h(x.x,(a.y+x.y)/2),(b===270||b===0&&x.x<ot.left||b===180&&x.x>ot.right)&&(b===270&&(rt.ca(a)||ot.ca(x))?at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.x<a.x&&(b===270||b===0)?at.x=this.computeMidOrthoPosition(ot.left,a.y,Math.max(x.x,rt.right),x.y,!1):x.x>a.x&&(b===270||b===180)&&(at.x=this.computeMidOrthoPosition(ot.right,a.y,Math.min(x.x,rt.left),x.y,!1)),ht.x=at.x,ht.y=x.y),at.x>ot.left&&at.x<ot.right&&(x.y>=ot.top&&x.y<=a.y||a.y<=rt.bottom&&a.y>=x.y?(b===0||b===180)&&(at.h(a.x,Math.max((a.y+x.y)/2,a.y)),ht.h(x.x,at.y)):(at.x=b===180||(b===90||b===270)&&x.x<a.x?Math.min(x.x,b===90?ot.left:Math.min(ot.left,rt.left)):Math.max(x.x,b===90?ot.right:Math.max(ot.right,rt.right)),ht.x=at.x,ht.y=x.y))):x.y<a.y||b===180&&x.x<a.x&&rt.top<a.y||b===0&&x.x>a.x&&rt.top<a.y?(at.h(a.x,x.y),ht.h((a.x+x.x)/2,x.y),b===90?(at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0),ht.x=x.x,ht.y=at.y):b===180&&x.x<a.x||b===0&&x.x>=a.x?(at.y=a.y>rt.bottom?this.computeMidOrthoPosition(a.x,a.y,x.x,rt.bottom,!0):a.y>rt.top&&(b===180&&a.x<rt.left||b===0&&a.x>rt.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):rt.top,ht.x=x.x,ht.y=at.y):b===270&&a.y>rt.bottom&&a.x>rt.left&&a.x<rt.right&&(at.x=a.x<x.x?Math.min(x.x,rt.left):Math.max(x.x,rt.right),at.y=a.y,ht.x=at.x)):(at.h(x.x,a.y),ht.h(x.x,(a.y+x.y)/2),(b===90||b===0&&x.x<ot.left||b===180&&x.x>ot.right)&&(b===90&&(rt.ca(a)||ot.ca(x))?at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.x<a.x&&(b===90||b===0)?at.x=this.computeMidOrthoPosition(ot.left,a.y,Math.max(x.x,rt.right),x.y,!1):x.x>a.x&&(b===90||b===180)&&(at.x=this.computeMidOrthoPosition(ot.right,a.y,Math.min(x.x,rt.left),x.y,!1)),ht.x=at.x,ht.y=x.y),at.x>ot.left&&at.x<ot.right&&(x.y<=ot.bottom&&x.y>=a.y||a.y>=rt.top&&a.y<=x.y?(b===0||b===180)&&(at.h(a.x,Math.min((a.y+x.y)/2,a.y)),ht.h(x.x,at.y)):(at.x=b===180||(b===90||b===270)&&x.x<a.x?Math.min(x.x,b===270?ot.left:Math.min(ot.left,rt.left)):Math.max(x.x,b===270?ot.right:Math.max(ot.right,rt.right)),ht.x=at.x,ht.y=x.y)));var gt=x;if(this.isAvoiding){var mt=this.diagram;if(mt===null||E===z||this.layer.isTemporary||!eg(mt)||ot.ca(gt)&&!z.Td(E)||rt.ca(a)&&!E.Td(z))y=!1;else{var yt=ng(mt,!0,this.containingGroup,null);if(this.segmentIndex!==17&&yt.Yj(Math.min(a.x,at.x),Math.min(a.y,at.y),Math.abs(a.x-at.x),Math.abs(a.y-at.y))&&yt.Yj(Math.min(at.x,ht.x),Math.min(at.y,ht.y),Math.abs(at.x-ht.x),Math.abs(at.y-ht.y))&&yt.Yj(Math.min(ht.x,gt.x),Math.min(ht.y,gt.y),Math.abs(ht.x-gt.x),Math.abs(ht.y-gt.y)))y=!1;else{E=a,z=gt;var St=x=null;if(mt.isVirtualized){mt=yt.bounds.copy(),mt.Bc(-yt.Ho,-yt.Go);var Lt=It.alloc();Cg(yt,a.x,a.y)||(Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,a.x,a.y,at.x,at.y,Lt)?(x=a=Lt.copy(),y=Lt.ab(at)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,at.x,at.y,ht.x,ht.y,Lt)?(x=a=Lt.copy(),y=Lt.ab(ht)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,ht.x,ht.y,gt.x,gt.y,Lt)&&(x=a=Lt.copy(),y=Lt.ab(gt))),Cg(yt,gt.x,gt.y)||(Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,gt.x,gt.y,ht.x,ht.y,Lt)?(St=gt=Lt.copy(),b=ht.ab(Lt)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,ht.x,ht.y,at.x,at.y,Lt)?(St=gt=Lt.copy(),b=at.ab(Lt)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,at.x,at.y,a.x,a.y,Lt)&&(St=gt=Lt.copy(),b=a.ab(Lt))),It.free(Lt)}ot=ot.copy().ed(rt),ot.Bc(yt.Ho*yt.Os,yt.Go*yt.Os),rS(yt,a,y,gt,b,ot,!0),rt=wl(yt,gt.x,gt.y),!yt.abort&&rt>=Lg&&(oS(yt),ot.Bc(yt.Ho*yt.Hx,yt.Go*yt.Ix),rS(yt,a,y,gt,b,ot,!1),rt=wl(yt,gt.x,gt.y)),!yt.abort&&rt<Lg&&wl(yt,gt.x,gt.y)!==Oh?(Xv(this,yt,gt.x,gt.y,b,!0,tt),ot=this.i(2),4>this.pointsCount?(y===0||y===180?(ot.x=a.x,ot.y=gt.y):(ot.x=gt.x,ot.y=a.y),this.L(2,ot.x,ot.y),this.m(3,ot.x,ot.y)):(tt=this.i(3),y===0||y===180?Jt.B(ot.x,tt.x)?(ot=y===0?Math.max(ot.x,a.x):Math.min(ot.x,a.x),this.L(2,ot,a.y),this.L(3,ot,tt.y)):Jt.B(ot.y,tt.y)?(Math.abs(a.y-ot.y)<=yt.Go/2&&(this.L(2,ot.x,a.y),this.L(3,tt.x,a.y)),this.m(2,ot.x,a.y)):this.L(2,a.x,ot.y):(y===90||y===270)&&(Jt.B(ot.y,tt.y)?(ot=y===90?Math.max(ot.y,a.y):Math.min(ot.y,a.y),this.L(2,a.x,ot),this.L(3,tt.x,ot)):Jt.B(ot.x,tt.x)?(Math.abs(a.x-ot.x)<=yt.Ho/2&&(this.L(2,a.x,ot.y),this.L(3,a.x,tt.y)),this.m(2,a.x,ot.y)):this.L(2,ot.x,a.y))),x!==null&&(a=this.i(1),tt=this.i(2),a.x!==tt.x&&a.y!==tt.y?y===0||y===180?this.m(2,a.x,tt.y):this.m(2,tt.x,a.y):y===0||y===180?this.m(2,E.x,x.y):this.m(2,x.x,E.y)),St!==null&&(b===0||b===180?this.yf(z.x,St.y):this.yf(St.x,z.y)),y=!0):y=!1}}}else y=!1;y||(this.ne(at.copy()),this.ne(ht.copy())),It.free(at),It.free(ht)}},Ae.prototype.computeMidOrthoPosition=function(a,y,x,b,E){var z=0;return!this.hasCurviness()||this.computeSpot(!0,this.fromPort).$c()||this.computeSpot(!1,this.toPort).$c()||(z=this.computeCurviness()),E?(y+b)/2+z:(a+x)/2+z};function Kv(a){if(a.diagram===null||!a.isAvoiding||!eg(a.diagram))return!1;var y=a.points.s,x=y.length;if(4>x)return!1;a=ng(a.diagram,!0,a.containingGroup,null);for(var b=1;b<x-2;b++){var E=y[b],z=y[b+1];if(!a.Yj(Math.min(E.x,z.x),Math.min(E.y,z.y),Math.abs(E.x-z.x),Math.abs(E.y-z.y)))return!0}return!1}function Xv(a,y,x,b,E,z,tt){var ot=y.Ho,rt=y.Go,at=wl(y,x,b),ht=x,gt=b;for(E===0?ht+=ot:E===90?gt+=rt:E===180?ht-=ot:gt-=rt,E!==tt&&at>md&&wl(y,ht,gt)!==at-1&&(wl(y,x-ot,b)===at-1?(E=180,ht=x-ot,gt=b):wl(y,x+ot,b)===at-1?(E=0,ht=x+ot,gt=b):wl(y,x,b-rt)===at-1?(E=270,ht=x,gt=b-rt):wl(y,x,b+rt)===at-1&&(E=90,ht=x,gt=b+rt));at>md&&wl(y,ht,gt)===at-1;)x=ht,b=gt,E===0?ht+=ot:E===90?gt+=rt:E===180?ht-=ot:gt-=rt,--at;z?at>md&&(E===180||E===0?x=Math.floor(x/ot)*ot+ot/2:(E===90||E===270)&&(b=Math.floor(b/rt)*rt+rt/2)):(x=Math.floor(x/ot)*ot+ot/2,b=Math.floor(b/rt)*rt+rt/2),at>md&&(z=E,tt=x,ht=b,E===0?(z=90,ht+=rt):E===90?(z=180,tt-=ot):E===180?(z=270,ht-=rt):E===270&&(z=0,tt+=ot),wl(y,tt,ht)===at-1?Xv(a,y,tt,ht,z,!1,z):(tt=x,ht=b,E===0?(z=270,ht-=rt):E===90?(z=0,tt+=ot):E===180?(z=90,ht+=rt):E===270&&(z=180,tt-=ot),wl(y,tt,ht)===at-1&&Xv(a,y,tt,ht,z,!1,z))),a.yf(x,b)}Ae.prototype.ez=function(a){var y=a.x;a=a.y;for(var x=this.i(0),b=this.i(1),E=nr(y,a,x.x,x.y,b.x,b.y),z=0,tt=1;tt<this.pointsCount-1;tt++){x=this.i(tt+1);var ot=nr(y,a,b.x,b.y,x.x,x.y);b=x,ot<E&&(z=tt,E=ot)}return z},Ae.prototype.qc=function(){this.lk=!1,this.v()},Ae.prototype.Ul=function(a){if(!(!a&&(this.fd===!1||(a=this.Pb(),this.lk&&(a===null||a.geometry!==null))))&&(2>this.pointsCount?this.lk=!0:this.ua=this.makeGeometry(),a=this.path,a!==null)){a.ua=this.ua;for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];E!==a&&E.isPanelMain&&E instanceof In&&(E.ua=this.ua)}}},Ae.prototype.makeGeometry=function(){var a=this.ua,y=this.pointsCount,x=!1,b=this.diagram;b!==null&&pd(this)&&b.Eh.contains(this)&&(this.ml.width!==0||this.ml.height!==0)&&(b.animationManager.isAnimating||b.currentTool!==b.toolManager)&&(x=!0);var E=this.i(0).copy(),z=E.copy();b=this.Nb.s;var tt=this.computeCurve();if(tt===Rs&&3<=y&&!Jt.$(this.smoothness,0))if(y===3){var ot=this.i(1);b=Math.min(E.x,ot.x);var rt=Math.min(E.y,ot.y);ot=this.i(2),b=Math.min(b,ot.x),rt=Math.min(rt,ot.y)}else{if(this.isOrthogonal)for(rt=0;rt<y;rt++)ot=b[rt],z.x=Math.min(ot.x,z.x),z.y=Math.min(ot.y,z.y);else for(b=3;b<y;b+=3)b+3>=y&&(b=y-1),rt=this.i(b),z.x=Math.min(rt.x,z.x),z.y=Math.min(rt.y,z.y);b=z.x,rt=z.y}else{for(rt=0;rt<y;rt++)ot=b[rt],z.x=Math.min(ot.x,z.x),z.y=Math.min(ot.y,z.y);b=z.x,rt=z.y}if(b-=this.su.x,rt-=this.su.y,E.x-=b,E.y-=rt,y!==2||pd(this)){if(a.type=Ie.o,ot=b1(a),this.computeShortLength(!0)!==0&&(E=sf(this,E,!0,z)),Sg(ot,E.x,E.y,!1),tt===Rs&&3<=y&&!Jt.$(this.smoothness,0))if(y===3)x=this.i(1),y=x.x-b,x=x.y-rt,E=this.i(2).copy(),E.x-=b,E.y-=rt,this.computeShortLength(!1)!==0&&(E=sf(this,E,!1,z)),bh(ot,y,x,y,x,E.x,E.y);else if(this.isOrthogonal){y=It.allocAt(b,rt),x=It.alloc(),x.assign(this.i(1)),z=It.allocAt(b,rt),E=It.allocAt(b,rt),tt=this.i(0);for(var at,ht=this.smoothness/3,gt=1;gt<this.pointsCount-1;gt++){at=this.i(gt);var mt=tt,yt=at,St=this.i(Zv(this,at,gt,!1));if((!Jt.$(mt.x,yt.x)||!Jt.$(yt.x,St.x))&&(!Jt.$(mt.y,yt.y)||!Jt.$(yt.y,St.y))){var Lt=ht;isNaN(Lt)&&(Lt=this.smoothness/3);var Bt=mt.x;mt=mt.y;var Ft=yt.x;yt=yt.y;var zt=St.x;St=St.y;var Ht=Lt*_m(Bt,mt,Ft,yt);Lt*=_m(Ft,yt,zt,St),Jt.$(mt,yt)&&Jt.$(Ft,zt)&&(Ft>Bt?St>yt?(z.x=Ft-Ht,z.y=yt-Ht,E.x=Ft+Lt,E.y=yt+Lt):(z.x=Ft-Ht,z.y=yt+Ht,E.x=Ft+Lt,E.y=yt-Lt):St>yt?(z.x=Ft+Ht,z.y=yt-Ht,E.x=Ft-Lt,E.y=yt+Lt):(z.x=Ft+Ht,z.y=yt+Ht,E.x=Ft-Lt,E.y=yt-Lt)),Jt.$(Bt,Ft)&&Jt.$(yt,St)&&(yt>mt?(zt>Ft?(z.x=Ft-Ht,z.y=yt-Ht,E.x=Ft+Lt):(z.x=Ft+Ht,z.y=yt-Ht,E.x=Ft-Lt),E.y=yt+Lt):(zt>Ft?(z.x=Ft-Ht,z.y=yt+Ht,E.x=Ft+Lt):(z.x=Ft+Ht,z.y=yt+Ht,E.x=Ft-Lt),E.y=yt-Lt)),(Jt.$(Bt,Ft)&&Jt.$(Ft,zt)||Jt.$(mt,yt)&&Jt.$(yt,St))&&(Bt=.5*(Bt+zt),mt=.5*(mt+St),z.x=Bt,z.y=mt,E.x=Bt,E.y=mt),(gt===1||gt===2&&Jt.$(tt.x,this.i(0).x)&&Jt.$(tt.y,this.i(0).y))&&(x.x=.5*(tt.x+at.x),x.y=.5*(tt.y+at.y)),bh(ot,x.x-b,x.y-rt,z.x-b,z.y-rt,at.x-b,at.y-rt),y.set(z),x.set(E),tt=at}}at=tt.x,tt=tt.y,ht=this.i(this.pointsCount-1),this.computeShortLength(!1)!==0&&(ht=sf(this,ht.copy(),!1,er)),at=.5*(at+ht.x),tt=.5*(tt+ht.y),bh(ot,E.x-b,E.y-rt,at-b,tt-rt,ht.x-b,ht.y-rt),It.free(y),It.free(x),It.free(z),It.free(E)}else for(x=3;x<y;x+=3)z=this.i(x-2),x+3>=y&&(x=y-1),E=this.i(x-1),tt=this.i(x),x===y-1&&this.computeShortLength(!1)!==0&&(tt=sf(this,tt.copy(),!1,er)),bh(ot,z.x-b,z.y-rt,E.x-b,E.y-rt,tt.x-b,tt.y-rt);else{for(z=It.alloc(),z.assign(this.i(0)),E=It.alloc(),E.assign(z),tt=this.computeCorner(),gt=1,at=0;gt<y;){if(gt=Zv(this,z,gt,1<gt),ht=this.i(gt),gt>=y-1){if(!z.D(ht))this.computeShortLength(!1)!==0&&(ht=sf(this,ht.copy(),!1,er)),af(this,ot,-b,-rt,z,ht,x);else if(at===0)for(gt=1;gt<y;)E.assign(z),ht=this.i(gt++),af(this,ot,-b,-rt,z,ht,x),z.assign(ht);break}if(at=Zv(this,ht,gt+1,gt<y-3),gt=-b,Bt=-rt,mt=ht,Ft=this.i(at),Lt=x,Jt.B(z.y,mt.y)&&Jt.B(mt.x,Ft.x))if(St=Math.min(tt,Math.abs(mt.x-E.x)/2),St=Ht=Math.min(St,Math.abs(Ft.y-mt.y)/2),Jt.B(St,0))af(this,ot,gt,Bt,z,mt,Lt),z.assign(mt);else{var Vt=mt.x,_t=mt.y;yt=Vt,zt=_t,mt.x>z.x?Vt=mt.x-St:Vt=mt.x+St,Ft.y>mt.y?zt=mt.y+Ht:zt=mt.y-Ht,Ft=It.allocAt(Vt,_t),af(this,ot,gt,Bt,z,Ft,Lt),It.free(Ft),Im(ot,mt.x+gt,mt.y+Bt,yt+gt,zt+Bt),z.h(yt,zt)}else Jt.B(z.x,mt.x)&&Jt.B(mt.y,Ft.y)?(St=Math.min(tt,Math.abs(mt.y-E.y)/2),St=Ht=Math.min(St,Math.abs(Ft.x-mt.x)/2),Jt.B(Ht,0)?(af(this,ot,gt,Bt,z,mt,Lt),z.assign(mt)):(Vt=mt.x,_t=mt.y,yt=Vt,zt=_t,mt.y>z.y?_t=mt.y-St:_t=mt.y+St,Ft.x>mt.x?yt=mt.x+Ht:yt=mt.x-Ht,Ft=It.allocAt(Vt,_t),af(this,ot,gt,Bt,z,Ft,Lt),It.free(Ft),Im(ot,mt.x+gt,mt.y+Bt,yt+gt,zt+Bt),z.h(yt,zt))):(af(this,ot,gt,Bt,z,mt,Lt),z.assign(mt));E.assign(ht),gt=at}It.free(z)}jm=ot}else ot=this.i(1).copy(),ot.x-=b,ot.y-=rt,this.computeShortLength(!0)!==0&&(E=sf(this,E,!0,z)),this.computeShortLength(!1)!==0&&(ot=sf(this,ot,!1,z)),a.type=Ie.j,a.startX=E.x,a.startY=E.y,a.endX=ot.x,a.endY=ot.y;return this.lk=!0,a};function _m(a,y,x,b){return a=x-a,isNaN(a)||a===1/0||a===-1/0?NaN:(0>a&&(a=-a),y=b-y,isNaN(y)||y===1/0||y===-1/0?NaN:(0>y&&(y=-y),Jt.$(a,0)?y:Jt.$(y,0)?a:Math.sqrt(a*a+y*y)))}function sf(a,y,x,b){var E=a.pointsCount;if(2>E)return y;if(x){var z=a.i(1);if(x=z.x-b.x,z=z.y-b.y,b=_m(y.x,y.y,x,z),b===0)return y;E=E===2?.5*b:b,a=a.computeShortLength(!0),a>E&&(a=E),E=a*(z-y.y)/b,y.x+=a*(x-y.x)/b,y.y+=E}else{if(z=a.i(E-2),x=z.x-b.x,z=z.y-b.y,b=_m(y.x,y.y,x,z),b===0)return y;E=E===2?.5*b:b,a=a.computeShortLength(!1),a>E&&(a=E),E=a*(y.y-z)/b,y.x-=a*(y.x-x)/b,y.y-=E}return y}function Zv(a,y,x,b){for(var E=a.pointsCount,z=y;Jt.$(y.x,z.x)&&Jt.$(y.y,z.y);){if(x>=E)return E-1;z=a.i(x++)}if(!Jt.$(y.x,z.x)&&!Jt.$(y.y,z.y))return x-1;for(var tt=z;Jt.$(y.x,z.x)&&Jt.$(z.x,tt.x)&&(!b||(y.y>=z.y?z.y>=tt.y:z.y<=tt.y))||Jt.$(y.y,z.y)&&Jt.$(z.y,tt.y)&&(!b||(y.x>=z.x?z.x>=tt.x:z.x<=tt.x));){if(x>=E)return E-1;tt=a.i(x++)}return x-2}Ae.prototype.computeJumpLength=function(){return 10};function af(a,y,x,b,E,z,tt){if(!tt&&pd(a)){tt=a.computeJumpLength();var ot=tt/2,rt=[],at=0;if(a.isVisible()&&(at=kx(a,E,z,rt)),0<at){if(Jt.B(E.y,z.y))if(E.x<z.x)for(var ht=0;ht<at;){var gt=Math.max(E.x,Math.min(rt[ht++]-ot,z.x-tt));y.lineTo(gt+x,z.y+b);for(var mt=gt+x,yt=Math.min(gt+tt,z.x);ht<at&&(gt=rt[ht],gt<yt+tt);)ht++,yt=Math.min(gt+ot,z.x);gt=z.y-tt+b,yt+=x;var St=z.y+b;a.curve===Dh?Sg(y,yt,St,!1):bh(y,mt,gt,yt,gt,yt,St)}else for(--at;0<=at;){for(ht=Math.min(E.x,Math.max(rt[at--]+ot,z.x+tt)),y.lineTo(ht+x,z.y+b),mt=ht+x,gt=Math.max(ht-tt,z.x);0<=at&&(ht=rt[at],ht>gt-tt);)at--,gt=Math.max(ht-ot,z.x);ht=z.y-tt+b,gt+=x,yt=z.y+b,a.curve===Dh?Sg(y,gt,yt,!1):bh(y,mt,ht,gt,ht,gt,yt)}else if(Jt.B(E.x,z.x))if(E.y<z.y)for(ht=0;ht<at;){for(gt=Math.max(E.y,Math.min(rt[ht++]-ot,z.y-tt)),y.lineTo(z.x+x,gt+b),mt=gt+b,gt=Math.min(gt+tt,z.y);ht<at&&(yt=rt[ht],yt<gt+tt);)ht++,gt=Math.min(yt+ot,z.y);yt=z.x-tt+x,St=z.x+x,gt+=b,a.curve===Dh?Sg(y,St,gt,!1):bh(y,yt,mt,yt,gt,St,gt)}else for(--at;0<=at;){for(ht=Math.min(E.y,Math.max(rt[at--]+ot,z.y+tt)),y.lineTo(z.x+x,ht+b),mt=ht+b,ht=Math.max(ht-tt,z.y);0<=at&&(gt=rt[at],gt>ht-tt);)at--,ht=Math.max(gt-ot,z.y);gt=z.x-tt+x,yt=z.x+x,ht+=b,a.curve===Dh?Sg(y,yt,ht,!1):bh(y,gt,mt,gt,ht,yt,ht)}}}y.lineTo(z.x+x,z.y+b)}function kx(a,y,x,b){var E=a.diagram;if(E===null||y.D(x))return 0;for(E=E.layers;E.next();){var z=E.value;if(z!==null&&z.visible){z=z.Pa.s;for(var tt=z.length,ot=0;ot<tt;ot++){var rt=z[ot];if(rt instanceof Ae){if(rt===a)return 0<b.length&&b.sort(function(ht,gt){return ht-gt}),b.length;if(rt.isVisible()&&pd(rt)){var at=rt.routeBounds;at.w()&&a.routeBounds.Yc(at)&&!a.usesSamePort(rt)&&(at=rt.path,at!==null&&at.Ed()&&Mx(y,x,b,rt))}}}}}return 0<b.length&&b.sort(function(ht,gt){return ht-gt}),b.length}function Mx(a,y,x,b){for(var E=Jt.B(a.y,y.y),z=b.pointsCount,tt=b.i(0),ot=It.alloc(),rt=1;rt<z;rt++){var at=b.i(rt);if(rt<z-1){var ht=b.i(rt+1);if(tt.y===at.y&&at.y===ht.y){if(at.x>tt.x&&ht.x>=at.x||at.x<tt.x&&ht.x<=at.x)continue}else if(tt.x===at.x&&at.x===ht.x&&(at.y>tt.y&&ht.y>=at.y||at.y<tt.y&&ht.y<=at.y))continue}t:{ht=a.x;var gt=a.y,mt=y.x,yt=y.y,St=tt.x;tt=tt.y;var Lt=at.x,Bt=at.y;if(Jt.B(ht,mt)){if(!Jt.B(gt,yt)&&Jt.B(tt,Bt)&&Math.min(gt,yt)<tt&&Math.max(gt,yt)>tt&&Math.min(St,Lt)<ht&&Math.max(St,Lt)>ht&&!Jt.B(St,Lt)){ot.x=ht,ot.y=tt,ht=!0;break t}}else if(Jt.B(gt,yt)&&Jt.B(St,Lt)&&Math.min(ht,mt)<St&&Math.max(ht,mt)>St&&Math.min(tt,Bt)<gt&&Math.max(tt,Bt)>gt&&!Jt.B(tt,Bt)){ot.x=St,ot.y=gt,ht=!0;break t}ot.x=0,ot.y=0,ht=!1}ht&&(E?x.push(ot.x):x.push(ot.y)),tt=at}It.free(ot)}function pd(a){return a=a.curve,a===wg||a===Dh}function Km(a,y){(y||pd(a))&&(y=a.diagram,y===null||y.animationManager.isTicking||y.Eh.contains(a)||a.ml.width===0&&a.ml.height===0||y.Eh.add(a,a.ml.copy()))}Ae.prototype.Xo=function(a){var y=this.layer;if(y!==null&&y.visible&&!y.isTemporary){var x=y.diagram;if(x!==null&&!x.animationManager.isTicking){var b=!1;for(x=x.layers;x.next();){var E=x.value;if(E.visible){if(E===y){b=!0;var z=!1;E=E.Pa.s;for(var tt=E.length,ot=0;ot<tt;ot++){var rt=E[ot];rt instanceof Ae&&(rt===this?z=!0:z&&tS(this,rt,a))}}else if(b)for(z=E.Pa.s,E=z.length,tt=0;tt<E;tt++)ot=z[tt],ot instanceof Ae&&tS(this,ot,a)}}}}};function tS(a,y,x){if(y!==null&&y.lk&&y.fd&&pd(y)){var b=y.routeBounds;b.w()&&(a.routeBounds.Yc(b)||x.Yc(b))&&(a.usesSamePort(y)||y.qc())}}Ae.prototype.usesSamePort=function(a){var y=this.pointsCount,x=a.pointsCount;if(0<y&&0<x){var b=this.i(0),E=a.i(0);if(b.Xa(E)||(y=this.i(y-1),a=a.i(x-1),y.Xa(a)||b.Xa(a)||y.Xa(E)))return!0}else if(this.fromNode===a.fromNode||this.toNode===a.toNode||this.fromNode===a.toNode||this.toNode===a.fromNode)return!0;return!1},Ae.prototype.isVisible=function(){if(!gn.prototype.isVisible.call(this))return!1;var a=this.containingGroup,y=!0,x=this.diagram;if(x!==null&&(y=x.isTreePathToChildren),x=this.fromNode,x!==null){if(this.isTreeLink&&y&&!x.isTreeExpanded)return!1;if(x===a)return!0;for(var b=x;b!==null;){if(b.labeledLink===this)return!0;b=b.containingGroup}if(x=x.findVisibleNode(),x===null||x===a)return!1}if(x=this.toNode,x!==null){if(this.isTreeLink&&!y&&!x.isTreeExpanded)return!1;if(x===a)return!0;for(y=x;y!==null;){if(y.labeledLink===this)return!0;y=y.containingGroup}if(y=x.findVisibleNode(),y===null||y===a)return!1}return!0},Ae.prototype.Zb=function(a){if(gn.prototype.Zb.call(this,a),a&&Km(this,!1),this.Sf!==null&&this.Sf.Sl(),this.wd!==null)for(var y=this.wd.iterator;y.next();)y.value.Zb(a)},Ae.prototype.computeAdjusting=function(){return this.isAvoiding&&this.diagram!==null&&this.diagram.animationManager.defaultAnimation.isAnimating?Xc:this.qk};function _c(a){var y=a.ef;if(y!==null){var x=a.uf;if(x!==null&&isNaN(a.curviness)){for(var b=a.ff,E=a.vf,z=a=null,tt=y.jb.s,ot=tt.length,rt=0;rt<ot;rt++){var at=tt[rt];(at.ef===y&&at.ff===b&&at.uf===x&&at.vf===E||at.ef===x&&at.ff===E&&at.uf===y&&at.vf===b)&&(z===null?z=at:(a===null&&(a=[],a.push(z)),a.push(at)))}if(a!==null){for(z=W1(y,x,b,E),z===null&&(z=new $m(y,b,x,E),H1(y,z),H1(x,z)),z.links=a,y=0;y<a.length;y++)a[y].Sf=z;z.Sl()}}}}function Kc(a){var y=a.Sf;y!==null&&isNaN(a.curviness)&&(a.Sf=null,a=y.links.indexOf(a),0<=a&&($i(y.links,a),y.Sl()))}Ae.prototype.ph=function(){return!0},be.Object.defineProperties(Ae.prototype,{fromNode:{get:function(){return this.ef},set:function(a){var y=this.ef;if(y!==a){var x=this.fromPort;y!==null&&(this.uf!==y&&Hm(y,this,x),Kc(this),this.C(2)),this.ef=a,a!==null&&this.Zb(a.isVisible()),this.Wf=null,this.bb();var b=this.diagram;b!==null&&b.aa&&b.partManager.setFromNodeForLink(this,a,y);var E=this.fromPort,z=this.fromPortChanged;if(z!==null){var tt=!0;b!==null&&(tt=b.aa,b.aa=!0),z(this,x,E),b!==null&&(b.aa=tt)}a!==null&&(this.uf!==a&&Gm(a,this,E),_c(this),this.C(1)),this.g("fromNode",y,a),xg(this)}}},fromPortId:{get:function(){return this.ff},set:function(a){var y=this.ff;if(y!==a){var x=this.fromPort;x!==null&&Cs(x),Kc(this),this.ff=a;var b=this.fromPort;b!==null&&Cs(b);var E=this.diagram;if(E!==null){var z=this.data,tt=E.model;z!==null&&tt.ri()&&tt.xv(z,a)}x!==b&&(this.Wf=null,this.bb(),z=this.fromPortChanged,z!==null&&(tt=!0,E!==null&&(tt=E.aa,E.aa=!0),z(this,x,b),E!==null&&(E.aa=tt))),_c(this),this.g("fromPortId",y,a)}}},fromPort:{get:function(){var a=this.ef;return a===null?null:a.ns(this.ff)}},fromPortChanged:{get:function(){return this.gn},set:function(a){var y=this.gn;y!==a&&(this.gn=a,this.g("fromPortChanged",y,a))}},toNode:{get:function(){return this.uf},set:function(a){var y=this.uf;if(y!==a){var x=this.toPort;y!==null&&(this.ef!==y&&Hm(y,this,x),Kc(this),this.C(2)),this.uf=a,a!==null&&this.Zb(a.isVisible()),this.Wf=null,this.bb();var b=this.diagram;b!==null&&b.aa&&b.partManager.setToNodeForLink(this,a,y);var E=this.toPort,z=this.toPortChanged;if(z!==null){var tt=!0;b!==null&&(tt=b.aa,b.aa=!0),z(this,x,E),b!==null&&(b.aa=tt)}a!==null&&(this.ef!==a&&Gm(a,this,E),_c(this),this.C(1)),this.g("toNode",y,a),xg(this)}}},toPortId:{get:function(){return this.vf},set:function(a){var y=this.vf;if(y!==a){var x=this.toPort;x!==null&&Cs(x),Kc(this),this.vf=a;var b=this.toPort;b!==null&&Cs(b);var E=this.diagram;if(E!==null){var z=this.data,tt=E.model;z!==null&&tt.ri()&&tt.Cv(z,a)}x!==b&&(this.Wf=null,this.bb(),z=this.toPortChanged,z!==null&&(tt=!0,E!==null&&(tt=E.aa,E.aa=!0),z(this,x,b),E!==null&&(E.aa=tt))),_c(this),this.g("toPortId",y,a)}}},toPort:{get:function(){var a=this.uf;return a===null?null:a.ns(this.vf)}},toPortChanged:{get:function(){return this.uo},set:function(a){var y=this.uo;y!==a&&(this.uo=a,this.g("toPortChanged",y,a))}},fromSpot:{get:function(){return this.ba!==null?this.ba.Xi:cr},set:function(a){var y=this.fromSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.Xi=a,this.g("fromSpot",y,a),(y.$c()||a.$c())&&this.fromNode!==null&&Cs(this.fromPort),this.bb())}},fromEndSegmentLength:{get:function(){return this.ba!==null?this.ba.Vi:NaN},set:function(a){var y=this.fromEndSegmentLength;y!==a&&(0>a&&Hn(a,">= 0",Ae,"fromEndSegmentLength"),this.Xc(),this.ba.Vi=a,this.g("fromEndSegmentLength",y,a),this.bb())}},fromShortLength:{get:function(){return this.ba!==null?this.ba.Wi:NaN},set:function(a){var y=this.fromShortLength;y!==a&&(this.Xc(),this.ba.Wi=a,this.qc(),this.g("fromShortLength",y,a))}},toSpot:{get:function(){return this.ba!==null?this.ba.yj:cr},set:function(a){var y=this.toSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.yj=a,this.g("toSpot",y,a),(y.$c()||a.$c())&&this.toNode!==null&&Cs(this.toPort),this.bb())}},toEndSegmentLength:{get:function(){return this.ba!==null?this.ba.wj:NaN},set:function(a){var y=this.toEndSegmentLength;y!==a&&(0>a&&Hn(a,">= 0",Ae,"toEndSegmentLength"),this.Xc(),this.ba.wj=a,this.g("toEndSegmentLength",y,a),this.bb())}},toShortLength:{get:function(){return this.ba!==null?this.ba.xj:NaN},set:function(a){var y=this.toShortLength;y!==a&&(this.Xc(),this.ba.xj=a,this.qc(),this.g("toShortLength",y,a))}},isLabeledLink:{get:function(){return this.wd===null?!1:0<this.wd.count}},labelNodes:{get:function(){return this.wd===null?Ei:this.wd.iterator}},relinkableFrom:{get:function(){return(this.Qa&1)!==0},set:function(a){var y=(this.Qa&1)!==0;y!==a&&(this.Qa^=1,this.g("relinkableFrom",y,a),this.Wb())}},relinkableTo:{get:function(){return(this.Qa&2)!==0},set:function(a){var y=(this.Qa&2)!==0;y!==a&&(this.Qa^=2,this.g("relinkableTo",y,a),this.Wb())}},resegmentable:{get:function(){return(this.Qa&4)!==0},set:function(a){var y=(this.Qa&4)!==0;y!==a&&(this.Qa^=4,this.g("resegmentable",y,a),this.Wb())}},isTreeLink:{get:function(){return(this.Qa&8)!==0},set:function(a){var y=(this.Qa&8)!==0;y!==a&&(this.Qa^=8,this.g("isTreeLink",y,a),this.fromNode!==null&&Yc(this.fromNode),this.toNode!==null&&Yc(this.toNode))}},path:{get:function(){var a=this.Pb();return a instanceof In?a:null}},routeBounds:{get:function(){this.vg();var a=this.ml,y=1/0,x=1/0,b=this.pointsCount;if(b===0)a.h(NaN,NaN,0,0);else{if(b===1)b=this.i(0),y=Math.min(b.x,y),x=Math.min(b.y,x),a.h(b.x,b.y,0,0);else if(b===2){b=this.i(0);var E=this.i(1);y=Math.min(b.x,E.x),x=Math.min(b.y,E.y),a.h(b.x,b.y,0,0),a.Ye(E)}else if(this.computeCurve()===Rs&&3<=b&&!this.isOrthogonal)if(E=this.i(0),y=E.x,x=E.y,a.h(y,x,0,0),b===3){b=this.i(1),y=Math.min(b.x,y),x=Math.min(b.y,x);var z=this.i(2);y=Math.min(z.x,y),x=Math.min(z.y,x),Jt.Dl(E.x,E.y,b.x,b.y,b.x,b.y,z.x,z.y,.5,a)}else for(z=3;z<b;z+=3){var tt=this.i(z-2);z+3>=b&&(z=b-1);var ot=this.i(z-1),rt=this.i(z);Jt.Dl(E.x,E.y,tt.x,tt.y,ot.x,ot.y,rt.x,rt.y,.5,a),y=Math.min(rt.x,y),x=Math.min(rt.y,x),E=rt}else for(E=this.i(0),z=this.i(1),y=Math.min(E.x,z.x),x=Math.min(E.y,z.y),a.h(E.x,E.y,0,0),a.Ye(z),E=2;E<b;E++)z=this.i(E),y=Math.min(z.x,y),x=Math.min(z.y,x),a.Ye(z);this.su.h(y-a.x,x-a.y)}return a}},midPoint:{get:function(){return this.vg(),this.computeMidPoint(new It)}},midAngle:{get:function(){return this.vg(),this.computeMidAngle()}},flattenedLengths:{get:function(){if(this.cq===null){this.fd||Vm(this);for(var a=this.cq=[],y=this.pointsCount,x=0;x<y-1;x++){var b=this.i(x),E=this.i(x+1);Jt.$(b.x,E.x)?(b=E.y-b.y,0>b&&(b=-b)):Jt.$(b.y,E.y)?(b=E.x-b.x,0>b&&(b=-b)):b=Math.sqrt(b.Bf(E)),a.push(b)}}return this.cq}},flattenedTotalLength:{get:function(){var a=this.vt;if(isNaN(a)){for(var y=this.flattenedLengths,x=y.length,b=a=0;b<x;b++)a+=y[b];this.vt=a}return a}},points:{get:function(){return this.Nb},set:function(a){var y=this.Nb;if(y!==a){var x=null;if(Array.isArray(a)){var b=a.length%2===0;if(b){for(var E=0;E<a.length;E++)if(typeof a[E]!="number"||isNaN(a[E])){b=!1;break}}if(b)for(x=new Oe,b=0;b<a.length/2;b++)E=new It(a[2*b],a[2*b+1]).freeze(),x.add(E);else{for(b=!0,E=0;E<a.length;E++){var z=a[E];if(!je(z)||typeof z.x!="number"||isNaN(z.x)||typeof z.y!="number"||isNaN(z.y)){b=!1;break}}if(b)for(x=new Oe,b=0;b<a.length;b++)E=a[b],x.add(new It(E.x,E.y).freeze())}}else if(a instanceof Oe)for(x=a.copy(),a=x.iterator;a.next();)a.value.freeze();else se("Link.points value is not an instance of List or Array: "+a);x.freeze(),this.Nb=x,this.qc(),Vm(this),a=this.diagram,a!==null&&(a.pi||a.undoManager.isUndoingRedoing||a.As.add(this),a.animationManager.zb&&_f(a.animationManager,this,x)),this.g("points",y,x)}}},pointsCount:{get:function(){return this.Nb.count}},fd:{get:function(){return(this.Qa&16)!==0},set:function(a){(this.Qa&16)!==0!==a&&(this.Qa^=16)}},suspendsRouting:{get:function(){return(this.Qa&32)!==0},set:function(a){(this.Qa&32)!==0!==a&&(this.Qa^=32)}},computingPoints:{get:function(){return(this.Qa&64)!==0},set:function(a){(this.Qa&64)!==0!==a&&(this.Qa^=64)}},defaultFromPoint:{get:function(){return this.o},set:function(a){this.o=a.copy()}},defaultToPoint:{get:function(){return this.u},set:function(a){this.u=a.copy()}},isOrthogonal:{get:function(){return(this.qj.value&2)===2}},isAvoiding:{get:function(){return(this.qj.value&4)===4}},lk:{get:function(){return(this.Qa&128)!==0},set:function(a){(this.Qa&128)!==0!==a&&(this.Qa^=128)}},geometry:{get:function(){if(!this.lk){if(this.vg(),2>this.pointsCount)return this.lk=!0,this.ua;this.ua=this.makeGeometry()}return this.ua}},firstPickIndex:{get:function(){return 2>=this.pointsCount?0:this.isOrthogonal||!Pg(this.computeSpot(!0))?1:0}},lastPickIndex:{get:function(){var a=this.pointsCount;return a===0?0:2>=a?a-1:this.isOrthogonal||!Pg(this.computeSpot(!1))?a-2:a-1}},adjusting:{get:function(){return this.qk},set:function(a){var y=this.qk;y!==a&&(this.qk=a,this.g("adjusting",y,a))}},corner:{get:function(){return this.Om},set:function(a){var y=this.Om;y!==a&&(this.Om=a,this.qc(),this.g("corner",y,a))}},curve:{get:function(){return this.Qm},set:function(a){var y=this.Qm;y!==a&&(this.Qm=a,this.bb(),this.qc(),Km(this,y===Dh||y===wg||a===Dh||a===wg),this.g("curve",y,a))}},curviness:{get:function(){return this.Rm},set:function(a){var y=this.Rm;y!==a&&(this.Rm=a,this.bb(),this.qc(),this.g("curviness",y,a))}},routing:{get:function(){return this.qj},set:function(a){var y=this.qj;y!==a&&(this.qj=a,this.Wf=null,this.bb(),Km(this,(y.value&2)===2||(a.value&2)===2),this.g("routing",y,a))}},smoothness:{get:function(){return this.po},set:function(a){var y=this.po;y!==a&&(this.po=a,this.qc(),this.g("smoothness",y,a))}},key:{get:function(){var a=this.diagram;if(a!==null&&a.model.ri())return a.model.Ac(this.data)}}}),Ae.prototype.invalidateOtherJumpOvers=Ae.prototype.Xo,Ae.prototype.findClosestSegment=Ae.prototype.ez,Ae.prototype.updateRoute=Ae.prototype.vg,Ae.prototype.invalidateRoute=Ae.prototype.bb,Ae.prototype.rollbackRoute=Ae.prototype.rv,Ae.prototype.commitRoute=Ae.prototype.zf,Ae.prototype.startRoute=Ae.prototype.uh,Ae.prototype.clearPoints=Ae.prototype.Fj,Ae.prototype.removePoint=Ae.prototype.pv,Ae.prototype.addPointAt=Ae.prototype.yf,Ae.prototype.addPoint=Ae.prototype.ne,Ae.prototype.insertPointAt=Ae.prototype.m,Ae.prototype.insertPoint=Ae.prototype.Kz,Ae.prototype.setPointAt=Ae.prototype.L,Ae.prototype.setPoint=Ae.prototype.dd,Ae.prototype.getPoint=Ae.prototype.i,Ae.prototype.getOtherPort=Ae.prototype.Cz,Ae.prototype.getOtherNode=Ae.prototype.To;var lf=null,hf=null,Jv=new he(Ae,"Normal",1),Tx=new he(Ae,"Orthogonal",2),Nx=new he(Ae,"AvoidsNodes",6),eS=new he(Ae,"AvoidsNodesStraight",7),Yr=new he(Ae,"None",0),Rs=new he(Ae,"Bezier",9),Dh=new he(Ae,"JumpGap",10),wg=new he(Ae,"JumpOver",11),Xc=new he(Ae,"End",17),Xm=new he(Ae,"Scale",18),Zm=new he(Ae,"Stretch",19),Zc=new he(Ae,"OrientAlong",21),Jc=new he(Ae,"OrientPlus90",22),Qc=new he(Ae,"OrientMinus90",23),Qv=new he(Ae,"OrientOpposite",24),Jm=new he(Ae,"OrientUpright",25),$c=new he(Ae,"OrientPlus90Upright",26),qc=new he(Ae,"OrientMinus90Upright",27),Qm=new he(Ae,"OrientUpright45",28),nS=16,iS=14,tp=8;Ae.className="Link",Ae.Normal=Jv,Ae.Orthogonal=Tx,Ae.AvoidsNodes=Nx,Ae.AvoidsNodesStraight=eS,Ae.None=Yr,Ae.Bezier=Rs,Ae.JumpGap=Dh,Ae.JumpOver=wg,Ae.End=Xc,Ae.Scale=Xm,Ae.Stretch=Zm,Ae.OrientAlong=Zc,Ae.OrientPlus90=Jc,Ae.OrientMinus90=Qc,Ae.OrientOpposite=Qv,Ae.OrientUpright=Jm,Ae.OrientPlus90Upright=$c,Ae.OrientMinus90Upright=qc,Ae.OrientUpright45=Qm,Ae.EndSegmentStep=8,Ae.CurvinessStart=nS,Ae.SpacingMin=iS,Ae.OrthoShortCut=tp;function $m(a,y,x,b){qi(this),this.Fe=this.qq=!1,this.Ds=a,this.Ox=y,this.cv=x,this.Px=b,this.links=[]}$m.prototype.Sl=function(){if(!this.qq){var a=this.links;0<a.length&&(a=a[0].diagram,a!==null&&(a.ow.add(this),this.Fe=a.undoManager.isUndoingRedoing))}this.qq=!0},$m.prototype.Nv=function(){if(this.qq){this.qq=!1;var a=this.links;if(0<a.length){var y=a[0],x=y.diagram;x=x===null||x.pi&&!this.Fe,this.Fe=!1,y.arrangeBundledLinks(a,x),a.length===1&&(y.Sf=null,a.length=0)}a.length===0&&(a=this.Ds,this!==null&&a.af!==null&&a.af.remove(this),a=this.cv,this!==null&&a.af!==null&&a.af.remove(this))}},$m.className="LinkBundle";function ep(a){qi(this),this.Yx=this.group=null,this.vs=!0,this.abort=!1,this.Od=this.Nd=1,this.Fn=this.En=-1,this.rc=a.width,this.sc=a.height,this.ac=null,this.ei=this.di=0,this.Os=11,this.Ix=this.Hx=22}ep.prototype.initialize=function(a){if(!(0>=a.width||0>=a.height)){var y=a.y,x=a.x+a.width,b=a.y+a.height;if(this.Nd=Math.floor((a.x-this.rc)/this.rc)*this.rc,this.Od=Math.floor((y-this.sc)/this.sc)*this.sc,this.En=Math.ceil((x+2*this.rc)/this.rc)*this.rc,this.Fn=Math.ceil((b+2*this.sc)/this.sc)*this.sc,a=1+(Math.ceil((this.En-this.Nd)/this.rc)|0),y=1+(Math.ceil((this.Fn-this.Od)/this.sc)|0),this.ac===null||this.di<a-1||this.ei<y-1){for(x=[],b=0;b<=a;b++)x[b]=new Uint32Array(y);this.ac=x,this.di=a-1,this.ei=y-1}if(a=$v,this.ac!==null)for(y=0;y<=this.di;y++)if(x=this.ac[y],x.fill)x.fill(a);else for(b=0;b<=this.ei;b++)x[b]=a}};function Cg(a,y,x){return a.Nd<=y&&y<=a.En&&a.Od<=x&&x<=a.Fn}function wl(a,y,x){return Cg(a,y,x)?(y-=a.Nd,y/=a.rc,x-=a.Od,x/=a.sc,a.ac[y|0][x|0]):$v}function oS(a){if(a.ac!==null)for(var y=0;y<=a.di;y++)for(var x=a.ac[y],b=0;b<=a.ei;b++)x[b]>=md&&(x[b]=$v)}ep.prototype.Yj=function(a,y,x,b){if(a>this.En||a+x<this.Nd||y>this.Fn||y+b<this.Od)return!0;a=(a-this.Nd)/this.rc|0,y=(y-this.Od)/this.sc|0,x=Math.max(0,x)/this.rc+1|0;var E=Math.max(0,b)/this.sc+1|0;if(0>a&&(x+=a,a=0),0>y&&(E+=y,y=0),0>x||0>E)return!0;for(b=Math.min(a+x-1,this.di)|0,x=Math.min(y+E-1,this.ei)|0;a<=b;a++){E=this.ac[a];for(var z=y;z<=x;z++)if(E[z]===Oh)return!1}return!0};function Cl(a,y,x,b,E,z,tt,ot,rt){if(!(y<z||y>tt||x<ot||x>rt)){var at=y|0,ht=x|0,gt=a.ac[at][ht];if(gt>=md&><Lg)for(E?ht+=b:at+=b,gt+=1;z<=at&&at<=tt&&ot<=ht&&ht<=rt&&!(gt>=a.ac[at][ht]);)a.ac[at][ht]=gt,gt+=1,E?ht+=b:at+=b;if(at=E?ht:at,E)if(0<b)for(x+=b;x<at;x+=b)Cl(a,y,x,1,!E,z,tt,ot,rt),Cl(a,y,x,-1,!E,z,tt,ot,rt);else for(x+=b;x>at;x+=b)Cl(a,y,x,1,!E,z,tt,ot,rt),Cl(a,y,x,-1,!E,z,tt,ot,rt);else if(0<b)for(y+=b;y<at;y+=b)Cl(a,y,x,1,!E,z,tt,ot,rt),Cl(a,y,x,-1,!E,z,tt,ot,rt);else for(y+=b;y>at;y+=b)Cl(a,y,x,1,!E,z,tt,ot,rt),Cl(a,y,x,-1,!E,z,tt,ot,rt)}}function qm(a,y,x,b,E,z,tt,ot,rt){y|=0,x|=0;var at=Oh,ht=md;for(a.ac[y][x]=ht;at===Oh&&y>z&&y<tt&&x>ot&&x<rt;)ht+=1,a.ac[y][x]=ht,E?x+=b:y+=b,at=a.ac[y][x]}function t0(a,y,x,b,E,z,tt,ot,rt){y|=0,x|=0;var at=Oh,ht=Lg;for(a.ac[y][x]=ht;at===Oh&&y>z&&y<tt&&x>ot&&x<rt;)a.ac[y][x]=ht,E?x+=b:y+=b,at=a.ac[y][x]}function rS(a,y,x,b,E,z,tt){if(a.ac!==null){a.abort=!1;var ot=y.x,rt=y.y;if(Cg(a,ot,rt)){ot-=a.Nd,ot/=a.rc,rt-=a.Od,rt/=a.sc;var at=b.x,ht=b.y;if(Cg(a,at,ht))if(at-=a.Nd,at/=a.rc,ht-=a.Od,ht/=a.sc,1>=Math.abs(ot-at)&&1>=Math.abs(rt-ht))a.abort=!0;else{var gt=z.x;b=z.y,y=z.x+z.width;var mt=z.y+z.height;gt-=a.Nd,gt/=a.rc,b-=a.Od,b/=a.sc,y-=a.Nd,y/=a.rc,mt-=a.Od,mt/=a.sc,z=Math.max(0,Math.min(a.di,gt|0)),y=Math.min(a.di,Math.max(0,y|0)),gt=Math.max(0,Math.min(a.ei,b|0)),mt=Math.min(a.ei,Math.max(0,mt|0)),b=a.ac,ot|=0,rt|=0,at|=0,ht|=0;var yt=x===0||x===90?1:-1;if(x=x===90||x===270,b[ot][rt]===Oh?(qm(a,ot,rt,yt,x,z,y,gt,mt),qm(a,ot,rt,1,!x,z,y,gt,mt),qm(a,ot,rt,-1,!x,z,y,gt,mt)):qm(a,ot,rt,yt,x,ot,rt,ot,rt),b[at][ht]===Oh?(t0(a,at,ht,E===0||E===90?1:-1,E===90||E===270,z,y,gt,mt),t0(a,at,ht,1,!(E===90||E===270),z,y,gt,mt),t0(a,at,ht,-1,!(E===90||E===270),z,y,gt,mt)):t0(a,at,ht,yt,x,at,ht,at,ht),x=Dn(),tt&&sS(a,at,ht,E,ot,rt,x))for((x[0]!==at||x[1]!==ht)&&(x.unshift(ht),x.unshift(at)),(x[x.length-2]!==ot||x[x.length-1]!==rt)&&(x.push(ot),x.push(rt)),a=md,E=x[x.length-2],tt=x[x.length-1],b[E][tt]=a++,z=x.length-4;0<=z;z-=2)for(E=x[z+2],tt=x[z+3],y=x[z],at=x[z+1];y>E?E++:y<E?E--:at>tt?tt++:at<tt&&tt--,b[E][tt]=a++,E!==y||tt!==at;);else Cl(a,ot,rt,1,!1,z,y,gt,mt),Cl(a,ot,rt,-1,!1,z,y,gt,mt),Cl(a,ot,rt,1,!0,z,y,gt,mt),Cl(a,ot,rt,-1,!0,z,y,gt,mt);Tn(x)}}}}function sS(a,y,x,b,E,z,tt){for(var ot=a.ac,rt=y,at=x;;){if(rt===E&&at===z)return!0;var ht=rt,gt=at;if(b===0)if(ht<E)ht++;else break;else if(b===90)if(gt<z)gt++;else break;else if(b===180)if(ht>E)ht--;else break;else if(gt>z)gt--;else break;var mt=ot[ht][gt];if(mt===0||mt===qv)break;rt=ht,at=gt}for(;;){if(ht=b,gt=rt,mt=at,b===0?mt<z?(ht=90,mt++):mt>z&&(ht=270,mt--):b===90?gt<E?(ht=0,gt++):gt>E&&(ht=180,gt--):b===180?mt<z?(ht=90,mt++):mt>z&&(ht=270,mt--):gt<E?(ht=0,gt++):gt>E&&(ht=180,gt--),gt=ot[gt][mt],ht!==b&>!==0&>!==qv){if(tt.push(rt),tt.push(at),sS(a,rt,at,ht,E,z,tt))return!0;tt.pop(),tt.pop()}if(ot[rt][at]=qv,b===0){if(rt===y)return!1;rt--}else if(b===90){if(at===x)return!1;at--}else if(b===180){if(rt===y)return!1;rt++}else{if(at===x)return!1;at++}}}be.Object.defineProperties(ep.prototype,{bounds:{get:function(){return new ge(this.Nd,this.Od,this.En-this.Nd,this.Fn-this.Od)}},Ho:{get:function(){return this.rc},set:function(a){0<a&&a!==this.rc&&(this.rc=a,this.initialize(this.bounds))}},Go:{get:function(){return this.sc},set:function(a){0<a&&a!==this.sc&&(this.sc=a,this.initialize(this.bounds))}}});var Oh=0,md=1,Lg=999999,$v=Lg+1,qv=Lg+2;ep.className="PositionArray";function uf(){qi(this),this.port=this.node=null,this.pe=[],this.ap=!1}uf.prototype.toString=function(){for(var a=this.pe,y=this.node.toString()+" "+a.length.toString()+":",x=0;x<a.length;x++){var b=a[x];b!==null&&(y+=`
|
|
`+b.toString())}return y};function Fx(a,y,x,b){switch(y=y.offsetY,y){case 8:return 90;case 2:return 180;case 1:return 270;case 4:return 0}switch(y){case 9:return 180<x?270:90;case 6:return 90<x&&270>=x?180:0}switch(a=180*Math.atan2(a.height,a.width)/Math.PI,y){case 3:return x>a&&x<=180+a?180:270;case 5:return x>180-a&&x<=360-a?270:0;case 12:return x>a&&x<=180+a?90:0;case 10:return x>180-a&&x<=360-a?180:90;case 7:return 90<x&&x<=180+a?180:x>180+a&&x<=360-a?270:0;case 13:return 180<x&&x<=360-a?270:x>a&&180>=x?90:0;case 14:return x>a&&x<=180-a?90:x>180-a&&270>=x?180:0;case 11:return x>180-a&&x<=180+a?180:x>180+a?270:90}return b&&y!==15&&(x-=15,0>x&&(x+=360)),x>a&&x<180-a?90:x>=180-a&&x<=180+a?180:x>180+a&&x<360-a?270:0}uf.prototype.Sl=function(){this.pe.length=0};function aS(a,y){var x=a.pe;if(x.length===0){t:if(!a.ap){x=a.ap,a.ap=!0;var b=null,E=a.node,z=E instanceof En?E:null;if(z===null||z.isSubGraphExpanded)var tt=E.isTreeExpanded?E.findLinksConnected(a.port.portId):E.qx();else{if(!z.actualBounds.w()){a.ap=x;break t}b=z,tt=b.Lu()}z=a.pe.length=0;var ot=a.port.ga(gr,It.alloc()),rt=a.port.ga(Us,It.alloc());for(E=ge.allocAt(ot.x,ot.y,0,0),E.Ye(rt),It.free(ot),It.free(rt),ot=It.allocAt(E.x+E.width/2,E.y+E.height/2),rt=a.port.li(),tt=tt.iterator;tt.next();){var at=tt.value;if(at.isVisible()&&at.fromPort!==at.toPort){var ht=at.fromPort===a.port||at.fromNode!==null&&at.fromNode.Td(b),gt=at.computeSpot(ht,a.port);if(gt.$c()&&(ht=ht?at.toPort:at.fromPort,ht!==null)){var mt=ht.part;if(mt!==null){var yt=mt.findVisibleNode();yt!==null&&yt!==mt&&(mt=yt,ht=mt.port),ht=at.computeOtherPoint(mt,ht),mt=ot.ab(ht),mt-=rt,0>mt?mt+=360:360<=mt&&(mt-=360),gt=Fx(E,gt,mt,at.isOrthogonal),gt===0?(gt=4,180<mt&&(mt-=360)):gt===90?(gt=8,270<mt&&(mt-=360)):gt===180?gt=2:(gt=1,90>mt&&(mt+=360)),yt=a.pe[z],yt===void 0?(yt=new ty(at,mt,gt),a.pe[z]=yt):(yt.link=at,yt.angle=mt,yt.Nc=gt),yt.hv.set(ht),z++}}}}for(It.free(ot),a.pe.sort(uf.prototype.j),rt=a.pe.length,b=-1,z=ot=0;z<rt;z++)tt=a.pe[z],tt!==void 0&&(tt.Nc!==b&&(b=tt.Nc,ot=0),tt.Uo=ot,ot++);for(b=-1,ot=0,z=rt-1;0<=z;z--)rt=a.pe[z],rt!==void 0&&(rt.Nc!==b&&(b=rt.Nc,ot=rt.Uo+1),rt.Gl=ot);if(z=a.pe,gt=a.port,b=a.node.portSpreading,ot=It.alloc(),rt=It.alloc(),tt=It.alloc(),at=It.alloc(),gt.ga(gr,ot),gt.ga(Hu,rt),gt.ga(Us,tt),gt.ga(dl,at),yt=mt=ht=gt=0,b===Vv)for(var St=0;St<z.length;St++){var Lt=z[St];if(Lt!==null){var Bt=Lt.link.computeThickness();switch(Lt.Nc){case 8:mt+=Bt;break;case 2:yt+=Bt;break;case 1:gt+=Bt;break;default:case 4:ht+=Bt}}}var Ft=St=0,zt=1,Ht=Lt=0;for(Bt=0;Bt<z.length;Bt++){var Vt=z[Bt];if(Vt!==null){if(St!==Vt.Nc){switch(St=Vt.Nc,St){case 8:var _t=tt;Ft=at;break;case 2:_t=at,Ft=ot;break;case 1:_t=ot,Ft=rt;break;default:case 4:_t=rt,Ft=tt}switch(Lt=Ft.x-_t.x,Ht=Ft.y-_t.y,St){case 8:mt>Math.abs(Lt)?(zt=Math.abs(Lt)/mt,mt=Math.abs(Lt)):zt=1;break;case 2:yt>Math.abs(Ht)?(zt=Math.abs(Ht)/yt,yt=Math.abs(Ht)):zt=1;break;case 1:gt>Math.abs(Lt)?(zt=Math.abs(Lt)/gt,gt=Math.abs(Lt)):zt=1;break;default:case 4:ht>Math.abs(Ht)?(zt=Math.abs(Ht)/ht,ht=Math.abs(Ht)):zt=1}Ft=0}var ee=Vt.Zo;if(b===Vv){switch(Vt=Vt.link.computeThickness(),Vt*=zt,ee.set(_t),St){case 8:ee.x=_t.x+Lt/2+mt/2-Ft-Vt/2;break;case 2:ee.y=_t.y+Ht/2+yt/2-Ft-Vt/2;break;case 1:ee.x=_t.x+Lt/2-gt/2+Ft+Vt/2;break;default:case 4:ee.y=_t.y+Ht/2-ht/2+Ft+Vt/2}Ft+=Vt}else{var Ve=.5;b===Wm&&(Ve=(Vt.Uo+1)/(Vt.Gl+1)),ee.x=_t.x+Lt*Ve,ee.y=_t.y+Ht*Ve}}}for(It.free(ot),It.free(rt),It.free(tt),It.free(at),_t=a.pe,z=0;z<_t.length;z++)b=_t[z],b!==null&&(b.Ju=a.computeEndSegmentLength(b));a.ap=x,ge.free(E)}x=a.pe}for(a=0;a<x.length;a++)if(E=x[a],E!==null&&E.link===y)return E;return null}uf.prototype.j=function(a,y){return a===y?0:a===null?-1:y===null?1:a.Nc<y.Nc?-1:a.Nc>y.Nc?1:a.angle<y.angle?-1:a.angle>y.angle?1:0},uf.prototype.computeEndSegmentLength=function(a){var y=a.link,x=y.computeEndSegmentLength(this.node,this.port,or,y.fromPort===this.port),b=a.Uo;if(0>b)return x;var E=a.Gl;if(1>=E||!y.isOrthogonal)return x;y=a.hv;var z=a.Zo;return(a.Nc===2||a.Nc===8)&&(b=E-1-b),((a=a.Nc===2||a.Nc===4)?y.y<z.y:y.x<z.x)?x+8*b:(a?y.y===z.y:y.x===z.x)?x:x+8*(E-1-b)},uf.className="Knot";function ty(a,y,x){this.link=a,this.angle=y,this.Nc=x,this.hv=new It,this.Gl=this.Uo=0,this.Zo=new It,this.Ju=0}ty.prototype.toString=function(){return this.link.toString()+" "+this.angle.toString()+" "+this.Nc.toString()+":"+this.Uo.toString()+"/"+this.Gl.toString()+" "+this.Zo.toString()+" "+this.Ju.toString()+" "+this.hv.toString()},ty.className="LinkInfo";function Wi(a){qi(this),this.o=this.H=null,this.Gh=this.sn=!0,this.yn=!1,this.Am=new It(0,0).freeze(),this.vn=!0,this.Em=this.un=null,this.xn=!1,this.j=null,a&&Object.assign(this,a)}Wi.prototype.cloneProtected=function(a){a.sn=this.sn,a.Gh=this.Gh,a.yn=this.yn,a.Am.assign(this.Am),a.vn=this.vn,a.un=this.un,a.Em=this.Em,a.xn=!0},Wi.prototype.copy=function(){var a=new this.constructor;return this.cloneProtected(a),a},Wi.prototype.qb=function(){},Wi.prototype.toString=function(){var a=jn(this.constructor);return a+="(",this.group!==null&&(a+=" in "+this.group),this.diagram!==null&&(a+=" for "+this.diagram),a+")"},Wi.prototype.C=function(){if(this.isValidLayout){var a=this.diagram;if(a!==null&&!a.undoManager.isUndoingRedoing){var y=a.animationManager;!y.isTicking&&(y.defaultAnimation.isAnimating&&y.Cc(),this.isOngoing&&a.pi||this.isInitial&&!a.pi)&&(this.isValidLayout=!1,a.$b())}}},Wi.prototype.createNetwork=function(){return new bi(this)},Wi.prototype.makeNetwork=function(a){var y=this.createNetwork();return a instanceof ne?(y.lg(a.nodes,!0),y.lg(a.links,!0)):a instanceof En?y.lg(a.memberParts):y.lg(a.iterator),y},Wi.prototype.updateParts=function(){this.isValidLayout=!0;var a=this.diagram;if(a===null&&this.network!==null)for(var y=this.network.vertexes.iterator;y.next();){var x=y.value.node;if(x!==null&&(a=x.diagram,a!==null))break}try{a!==null&&a.Ea("Layout"),this.commitLayout()}finally{a!==null&&a.eb("Layout")}},Wi.prototype.commitLayout=function(){if(this.network!==null){for(var a=this.network.vertexes.iterator;a.next();)a.value.commit();if(this.isRouting)for(a=this.network.edges.iterator;a.next();)a.value.commit()}},Wi.prototype.doLayout=function(a){var y=new Ge;a instanceof ne?(Su(this,y,a.nodes,!0,this.rh,!0,!1,!0),Su(this,y,a.parts,!0,this.rh,!0,!1,!0)):a instanceof En?Su(this,y,a.memberParts,!1,this.rh,!0,!1,!0):y.addAll(a.iterator),0<y.count&&(a=this.diagram,a!==null&&a.Ea("Layout"),this.doMinimalNoNetworkLayout(y),a!==null&&a.eb("Layout")),this.isValidLayout=!0},Wi.prototype.doMinimalNoNetworkLayout=function(a){var y=Math.ceil(Math.sqrt(a.count));this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin);var x=this.arrangementOrigin.x,b=x,E=this.arrangementOrigin.y,z=0,tt=0;for(a=a.iterator;a.next();){var ot=a.value;np(ot);var rt=ot.measuredBounds,at=rt.width;rt=rt.height,ot.moveTo(b,E),ot instanceof En&&(ot.rh=!1),b+=Math.max(at,50)+20,tt=Math.max(tt,Math.max(rt,50)),z>=y-1?(z=0,b=x,E+=tt+20,tt=0):z++}},Wi.prototype.doMinimalNetworkLayout=function(){var a=Math.ceil(Math.sqrt(this.network.vertexes.count));this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin);for(var y=this.arrangementOrigin.x,x=y,b=this.arrangementOrigin.y,E=0,z=0,tt=this.network.vertexes.iterator;tt.next();){var ot=tt.value.node;if(!(ot===null||ot instanceof Ae)&&(np(ot),this.rh(ot))){var rt=ot.measuredBounds,at=rt.width;rt=rt.height,ot.moveTo(x,b),ot instanceof En&&(ot.rh=!1),x+=Math.max(at,50)+20,z=Math.max(z,Math.max(rt,50)),E>=a-1?(E=0,x=y,b+=z+20,z=0):E++}}},Wi.prototype.rh=function(a){return!!(!a.location.w()||a instanceof En&&a.rh)};function Su(a,y,x,b,E,z,tt,ot){for(x=x.iterator;x.next();){var rt=x.value;b&&!rt.isTopLevel||E!==null&&!E(rt)||!rt.canLayout()||(z&&rt instanceof Ke?rt.isLinkLabel||(rt instanceof En&&rt.layout===null?Su(a,y,rt.memberParts,!1,E,z,tt,ot):(np(rt),y.add(rt))):tt&&rt instanceof Ae?y.add(rt):!ot||!rt.Zc()||rt instanceof Ke||(np(rt),y.add(rt)))}}function np(a){var y=a.actualBounds;(y.width===0||y.height===0||isNaN(y.width)||isNaN(y.height))&&a.Va()}Wi.prototype.ni=function(a,y){var x=this.boundsComputation;return x!==null?(y||(y=new ge),x(a,this,y)):y?(y.set(a.actualBounds),y):a.actualBounds},Wi.prototype.ex=function(a){var y=new Ge;return a instanceof ne?(Su(this,y,a.nodes,!0,null,!0,!0,!0),Su(this,y,a.links,!0,null,!0,!0,!0),Su(this,y,a.parts,!0,null,!0,!0,!0)):a instanceof En?Su(this,y,a.memberParts,!1,null,!0,!0,!0):Su(this,y,a.iterator,!1,null,!0,!0,!0),y},Wi.prototype.initialOrigin=function(a){var y=this.group;if(y!==null){var x=y.position.copy();return(isNaN(x.x)||isNaN(x.y))&&x.set(a),y=y.placeholder,y!==null&&(x=y.ga(gr),(isNaN(x.x)||isNaN(x.y))&&x.set(a),a=y.padding,x.x+=a.left,x.y+=a.top),x}return a},be.Object.defineProperties(Wi.prototype,{diagram:{get:function(){return this.H},set:function(a){this.H=a}},group:{get:function(){return this.o},set:function(a){this.o!==a&&(this.o=a,a!==null&&(this.H=a.diagram))}},isOngoing:{get:function(){return this.sn},set:function(a){this.sn!==a&&(this.sn=a)}},isInitial:{get:function(){return this.Gh},set:function(a){this.Gh=a,a||(this.xn=!0)}},isViewportSized:{get:function(){return this.yn},set:function(a){this.yn!==a&&(this.yn=a)&&this.C()}},isRouting:{get:function(){return this.vn},set:function(a){this.vn!==a&&(this.vn=a)}},isRealtime:{get:function(){return this.un},set:function(a){this.un!==a&&(this.un=a)}},isValidLayout:{get:function(){return this.xn},set:function(a){this.xn!==a&&(this.xn=a,a||(a=this.diagram,a!==null&&(a.xh=!0)))}},network:{get:function(){return this.j},set:function(a){this.j!==a&&(this.j=a,a!==null&&(a.layout=this))}},boundsComputation:{get:function(){return this.Em},set:function(a){this.Em!==a&&(this.Em=a,this.C())}},arrangementOrigin:{get:function(){return this.Am},set:function(a){this.Am.D(a)||(this.Am.assign(a),this.C())}}}),Wi.prototype.collectParts=Wi.prototype.ex,Wi.prototype.getLayoutBounds=Wi.prototype.ni,Wi.prototype.invalidateLayout=Wi.prototype.C,Wi.className="Layout";function bi(a){qi(this),this.Sc=a,this.wf=new Ge,this.ye=new Ge,this.Es=new yn,this.zs=new yn}bi.prototype.clear=function(){if(this.wf)for(var a=this.wf.iterator;a.next();)a.value.clear();if(this.ye)for(a=this.ye.iterator;a.next();)a.value.clear();this.wf=new Ge,this.ye=new Ge,this.Es=new yn,this.zs=new yn},bi.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutNetwork"+(this.layout!==null?"("+this.layout.toString()+")":"");if(0>=a)return y;if(y+=" vertexes: "+this.wf.count+" edges: "+this.ye.count,1<a){for(var x=this.wf.iterator;x.next();)y+=`
|
|
`+x.value.toString(a-1);for(x=this.ye.iterator;x.next();)y+=`
|
|
`+x.value.toString(a-1)}return y},bi.prototype.createVertex=function(){return new Do(this)},bi.prototype.createEdge=function(){return new Ls(this)},bi.prototype.lg=function(a,y,x){if(a!==null){for(y===void 0&&(y=!1),x===void 0&&(x=null),x===null&&(x=function(tt){if(tt instanceof Ke)return!tt.isLinkLabel;if(tt instanceof Ae){var ot=tt.fromNode;return ot===null||ot.isLinkLabel?!1:(tt=tt.toNode,!(tt===null||tt.isLinkLabel))}return!1}),a=a.iterator;a.next();){var b=a.value;if(b instanceof Ke&&(!y||b.isTopLevel)&&b.canLayout()&&x(b)){if(b instanceof En&&b.layout===null)this.lg(b.memberParts,!1);else if(this.ki(b)===null){var E=this.createVertex();E.node=b,this.dh(E)}}}for(a.reset();a.next();)if(b=a.value,b instanceof Ae&&(!y||b.isTopLevel)&&b.canLayout()&&x(b)&&this.Lo(b)===null){var z=b.fromNode;E=b.toNode,z!==null&&E!==null&&z!==E&&(z=this.findGroupVertex(z),E=this.findGroupVertex(E),z!==null&&E!==null&&this.Zj(z,E,b))}}},bi.prototype.findGroupVertex=function(a){if(a===null)return null;var y=a.findVisibleNode();if(y===null)return null;if(a=this.ki(y),a!==null)return a;for(y=y.containingGroup;y!==null;){if(a=this.ki(y),a!==null)return a;y=y.containingGroup}return null},xt=bi.prototype,xt.dh=function(a){if(a!==null){this.wf.add(a);var y=a.node;y!==null&&this.Es.add(y,a),a.network=this}},xt.Bl=function(a){if(a===null)return null;var y=this.ki(a);return y===null&&(y=this.createVertex(),y.node=a,this.dh(y)),y},xt.Iu=function(a){if(a!==null&&lS(this,a)){for(var y=a.tg,x=y.count-1;0<=x;x--){var b=y.M(x);this.Mj(b)}for(y=a.mg,a=y.count-1;0<=a;a--)x=y.M(a),this.Mj(x)}};function lS(a,y){if(y===null)return!1;var x=a.wf.remove(y);return x&&(y=y.node,y!==null&&a.Es.remove(y)),x}xt.Zy=function(a){a!==null&&(a=this.ki(a),a!==null&&this.Iu(a))},xt.ki=function(a){return a===null?null:this.Es.I(a)},xt.Bo=function(a){if(a!==null){ey(this,a);var y=a.toVertex;y!==null&&y.Cl(a),y=a.fromVertex,y!==null&&y.zl(a)}};function ey(a,y){if(y!==null){a.ye.add(y);var x=y.link;x!==null&&a.Lo(x)===null&&a.zs.add(x,y),y.network=a}}xt.Dy=function(a){if(a===null)return null;var y=a.fromNode,x=a.toNode,b=this.Lo(a);return b===null?(b=this.createEdge(),b.link=a,y!==null&&(b.fromVertex=this.Bl(y)),x!==null&&(b.toVertex=this.Bl(x)),this.Bo(b)):(y!==null?b.fromVertex=this.Bl(y):b.fromVertex=null,x!==null?b.toVertex=this.Bl(x):b.toVertex=null),b},xt.Mj=function(a){if(a!==null){var y=a.toVertex;y!==null&&y.Kl(a),y=a.fromVertex,y!==null&&y.Jl(a),ny(this,a)}};function ny(a,y){y!==null&&a.ye.remove(y)&&(y=y.link,y!==null&&a.zs.remove(y))}xt.Yy=function(a){a!==null&&(a=this.Lo(a),a!==null&&this.Mj(a))},xt.Lo=function(a){return a===null?null:this.zs.I(a)},xt.Zj=function(a,y,x){if(a===null||y===null)return null;if(a.network===this&&y.network===this){var b=this.createEdge();return b.link=x,b.fromVertex=a,b.toVertex=y,this.Bo(b),b}return null},xt.gm=function(a){if(a!==null){var y=a.fromVertex,x=a.toVertex;y!==null&&x!==null&&(y.Jl(a),x.Kl(a),a.gm(),y.Cl(a),x.zl(a))}},xt.Ko=function(){for(var a=Dn(),y=this.ye.iterator;y.next();){var x=y.value;x.fromVertex===x.toVertex&&a.push(x)}for(y=a.length,x=0;x<y;x++)this.Mj(a[x]);Tn(a)},bi.prototype.deleteArtificialVertexes=function(){for(var a=Dn(),y=this.wf.iterator;y.next();){var x=y.value;x.node===null&&x.data===null&&a.push(x)}for(x=a.length,y=0;y<x;y++)this.Iu(a[y]);for(y=Dn(),x=this.ye.iterator;x.next();){var b=x.value;b.link===null&&b.data===null&&y.push(b)}for(x=y.length,b=0;b<x;b++)this.Mj(y[b]);Tn(a),Tn(y)};function bx(a){for(var y=Dn(),x=a.ye.iterator;x.next();){var b=x.value;b.fromVertex!==null&&b.toVertex!==null||y.push(b)}for(x=y.length,b=0;b<x;b++)a.Mj(y[b]);Tn(y)}bi.prototype.Zx=function(a){a===void 0&&(a=!0),a&&(this.deleteArtificialVertexes(),bx(this),this.Ko()),a=new Oe;for(var y=!0;y;){y=!1;for(var x=this.wf.iterator;x.next();){var b=x.value;if(0<b.tg.count||0<b.mg.count){y=this.layout.createNetwork(),a.add(y),iy(this,y,b),y=!0;break}}}return a.sort(function(E,z){return E===null||z===null||E===z?0:z.vertexes.count-E.vertexes.count}),a};function iy(a,y,x){if(x!==null&&x.network!==y){lS(a,x),y.dh(x);for(var b=x.sourceEdges;b.next();){var E=b.value;E.network!==y&&(ny(a,E),ey(y,E),iy(a,y,E.fromVertex))}for(b=x.destinationEdges;b.next();)x=b.value,x.network!==y&&(ny(a,x),ey(y,x),iy(a,y,x.toVertex))}}bi.prototype.dz=function(){for(var a=new Ge,y=this.wf.iterator;y.next();)a.add(y.value.node);for(y=this.ye.iterator;y.next();)a.add(y.value.link);return a},be.Object.defineProperties(bi.prototype,{layout:{get:function(){return this.Sc},set:function(a){a!==null&&(this.Sc=a)}},vertexes:{get:function(){return this.wf}},edges:{get:function(){return this.ye}}}),bi.prototype.findAllParts=bi.prototype.dz,bi.prototype.splitIntoSubNetworks=bi.prototype.Zx,bi.prototype.deleteSelfEdges=bi.prototype.Ko,bi.prototype.reverseEdge=bi.prototype.gm,bi.prototype.linkVertexes=bi.prototype.Zj,bi.prototype.findEdge=bi.prototype.Lo,bi.prototype.deleteLink=bi.prototype.Yy,bi.prototype.deleteEdge=bi.prototype.Mj,bi.prototype.addLink=bi.prototype.Dy,bi.prototype.addEdge=bi.prototype.Bo,bi.prototype.findVertex=bi.prototype.ki,bi.prototype.deleteNode=bi.prototype.Zy,bi.prototype.deleteVertex=bi.prototype.Iu,bi.prototype.addNode=bi.prototype.Bl,bi.prototype.addVertex=bi.prototype.dh,bi.prototype.addParts=bi.prototype.lg,bi.className="LayoutNetwork";function Do(a){qi(this),this.ob=a,this.j=new ge(0,0,10,10).freeze(),this.o=new It(5,5).freeze(),this.Sh=this.ub=null,this.tg=new Oe,this.mg=new Oe}Do.prototype.clear=function(){this.Sh=this.ub=null,this.tg=new Oe,this.mg=new Oe},Do.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutVertex#"+fo(this);if(0<a&&(y+=this.node!==null?"("+this.node.toString()+")":"",1<a)){a="";for(var x=!0,b=this.tg.iterator;b.next();){var E=b.value;x?x=!1:a+=",",a+=E.toString(0)}for(E="",x=!0,b=this.mg.iterator;b.next();){var z=b.value;x?x=!1:E+=",",E+=z.toString(0)}y+=" sources: "+a+" destinations: "+E}return y},Do.prototype.commit=function(){var a=this.ub;if(a!==null){var y=this.bounds,x=a.bounds;je(x)?(x.x=y.x,x.y=y.y,x.width=y.width,x.height=y.height):a.bounds=y.copy()}else if(a=this.node,a!==null){if(y=this.bounds,!(a instanceof En)){x=ge.alloc(),a.Va();var b=this.network.layout.ni(a,x),E=a.locationObject.ga(mi);if(b.w()&&E.w()){a.moveTo(y.x+this.focusX-(E.x-b.x),y.y+this.focusY-(E.y-b.y)),ge.free(x);return}ge.free(x)}a.moveTo(y.x,y.y)}},Do.prototype.Cl=function(a){a!==null&&(this.tg.contains(a)||this.tg.add(a))},Do.prototype.Kl=function(a){a!==null&&this.tg.remove(a)},Do.prototype.zl=function(a){a!==null&&(this.mg.contains(a)||this.mg.add(a))},Do.prototype.Jl=function(a){a!==null&&this.mg.remove(a)};function oy(a,y){return a=a.Sh,y=y.Sh,a?y?(a=a.text,y=y.text,a<y?-1:a>y?1:0):1:y!==null?-1:0}be.Object.defineProperties(Do.prototype,{sourceEdgesArrayAccess:{get:function(){return this.tg._dataArray}},destinationEdgesArrayAccess:{get:function(){return this.mg._dataArray}},data:{get:function(){return this.ub},set:function(a){if(this.ub=a,a!==null&&a.bounds){var y=a.bounds;a=y.x;var x=y.y,b=y.width;y=y.height,this.o.h(b/2,y/2),this.j.h(a,x,b,y)}}},node:{get:function(){return this.Sh},set:function(a){if(this.Sh!==a){this.Sh=a,a.Va();var y=this.network.layout,x=ge.alloc(),b=y.ni(a,x);y=b.x;var E=b.y,z=b.width;if(b=b.height,isNaN(y)&&(y=0),isNaN(E)&&(E=0),this.j.h(y,E,z,b),ge.free(x),!(a instanceof En)&&(a=a.locationObject.ga(mi),a.w())){this.o.h(a.x-y,a.y-E);return}this.o.h(z/2,b/2)}}},bounds:{get:function(){return this.j},set:function(a){this.j.D(a)||this.j.assign(a)}},focus:{get:function(){return this.o},set:function(a){this.o.D(a)||this.o.assign(a)}},centerX:{get:function(){return this.j.x+this.o.x},set:function(a){var y=this.j;y.x+this.o.x!==a&&(y.ka(),y.x=a-this.o.x,y.freeze())}},centerY:{get:function(){return this.j.y+this.o.y},set:function(a){var y=this.j;y.y+this.o.y!==a&&(y.ka(),y.y=a-this.o.y,y.freeze())}},focusX:{get:function(){return this.o.x},set:function(a){var y=this.o;y.x!==a&&(y.ka(),y.x=a,y.freeze())}},focusY:{get:function(){return this.o.y},set:function(a){var y=this.o;y.y!==a&&(y.ka(),y.y=a,y.freeze())}},x:{get:function(){return this.j.x},set:function(a){var y=this.j;y.x!==a&&(y.ka(),y.x=a,y.freeze())}},y:{get:function(){return this.j.y},set:function(a){var y=this.j;y.y!==a&&(y.ka(),y.y=a,y.freeze())}},width:{get:function(){return this.j.width},set:function(a){var y=this.j;y.width!==a&&(y.ka(),y.width=a,y.freeze())}},height:{get:function(){return this.j.height},set:function(a){var y=this.j;y.height!==a&&(y.ka(),y.height=a,y.freeze())}},network:{get:function(){return this.ob},set:function(a){this.ob=a}},sourceVertexes:{get:function(){for(var a=new Ge,y=this.sourceEdges;y.next();)a.add(y.value.fromVertex);return a.iterator}},destinationVertexes:{get:function(){for(var a=new Ge,y=this.destinationEdges;y.next();)a.add(y.value.toVertex);return a.iterator}},vertexes:{get:function(){for(var a=new Ge,y=this.sourceEdges;y.next();)a.add(y.value.fromVertex);for(y=this.destinationEdges;y.next();)a.add(y.value.toVertex);return a.iterator}},sourceEdges:{get:function(){return this.tg.iterator}},destinationEdges:{get:function(){return this.mg.iterator}},edges:{get:function(){for(var a=new Oe,y=this.sourceEdges;y.next();)a.add(y.value);for(y=this.destinationEdges;y.next();)a.add(y.value);return a.iterator}},edgesCount:{get:function(){return this.tg.count+this.mg.count}}}),Do.prototype.deleteDestinationEdge=Do.prototype.Jl,Do.prototype.addDestinationEdge=Do.prototype.zl,Do.prototype.deleteSourceEdge=Do.prototype.Kl,Do.prototype.addSourceEdge=Do.prototype.Cl,Do.className="LayoutVertex",Do.standardComparer=oy,Do.smartComparer=function(a,y){if(a!==null){if(y!==null){a=a.Sh;var x=y.Sh;if(a!==null){if(x!==null){for(y=a.text.toLocaleLowerCase().split(/([+-]?[.]?\d+(?:\.\d*)?(?:e[+-]?\d+)?)/),a=x.text.toLocaleLowerCase().split(/([+-]?[.]?\d+(?:\.\d*)?(?:e[+-]?\d+)?)/),x=0;x<y.length;x++)if(a[x]!==""&&a[x]!==void 0){var b=parseFloat(y[x]),E=parseFloat(a[x]);if(isNaN(b))if(isNaN(E)){if(y[x].localeCompare(a[x])!==0)return y[x].localeCompare(a[x])}else return 1;else{if(isNaN(E))return-1;if(b-E!==0)return b-E}}else if(y[x]!=="")return 1;return a[x]!==""&&a[x]!==void 0?-1:0}return 1}return x!==null?-1:0}return 1}return y!==null?-1:0};function Ls(a){qi(this),this.nb=a,this.qd=this.kd=this.$k=this.ub=null}Ls.prototype.clear=function(){this.qd=this.kd=this.$k=this.ub=null},Ls.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutEdge#"+fo(this);return 0<a&&(y+=this.$k!==null?"("+this.$k.toString()+")":"",1<a&&(y+=" "+(this.kd?this.kd.toString():"null")+" --> "+(this.qd?this.qd.toString():"null"))),y},Ls.prototype.gm=function(){var a=this.kd;this.kd=this.qd,this.qd=a},Ls.prototype.commit=function(){},Ls.prototype.Ax=function(a){return this.qd===a?this.kd:this.kd===a?this.qd:null},be.Object.defineProperties(Ls.prototype,{network:{get:function(){return this.nb},set:function(a){this.nb=a}},data:{get:function(){return this.ub},set:function(a){this.ub!==a&&(this.ub=a)}},link:{get:function(){return this.$k},set:function(a){this.$k!==a&&(this.$k=a)}},fromVertex:{get:function(){return this.kd},set:function(a){this.kd!==a&&(this.kd=a)}},toVertex:{get:function(){return this.qd},set:function(a){this.qd!==a&&(this.qd=a)}}}),Ls.prototype.getOtherVertex=Ls.prototype.Ax,Ls.className="LayoutEdge";function ar(a){Wi.call(this),this.isViewportSized=!0,this.yo=this.zo=NaN,this.yg=new Ye(NaN,NaN).freeze(),this.tf=new Ye(10,10).freeze(),this.Jb=ip,this.Rb=n0,this.nd=op,this.hd=hS,a&&Object.assign(this,a)}re(ar,Wi),ar.prototype.cloneProtected=function(a){Wi.prototype.cloneProtected.call(this,a),a.zo=this.zo,a.yo=this.yo,a.yg.assign(this.yg),a.tf.assign(this.tf),a.Jb=this.Jb,a.Rb=this.Rb,a.nd=this.nd,a.hd=this.hd},ar.prototype.qb=function(a){a.classType===ar?a===op||a===o0||a===ry||a===i0?this.sorting=a:a===n0||a===ja?this.arrangement=a:a===ip||a===e0?this.alignment=a:se("Unknown enum value: "+a):Wi.prototype.qb.call(this,a)},ar.prototype.doLayout=function(a){this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin);var y=this.ex(a);a=this.diagram;for(var x=y.copy().iterator;x.next();){var b=x.value;if(!b.ph()||b.fromNode===null&&b.toNode===null){if(b.Va(),b instanceof En)for(b=b.memberParts;b.next();)y.remove(b.value)}else y.remove(b)}var E=y.Fa();if(E.length!==0){switch(this.sorting){case i0:E.reverse();break;case op:E.sort(this.comparer);break;case o0:E.sort(this.comparer),E.reverse()}var z=this.wrappingColumn;isNaN(z)&&(z=0);var tt=this.wrappingWidth;switch(isNaN(tt)&&a!==null?(y=a.padding,tt=Math.max(a.viewportBounds.width-y.left-y.right,0)):tt=Math.max(this.wrappingWidth,0),0>=z&&0>=tt&&(z=1),y=this.spacing.width,isFinite(y)||(y=0),x=this.spacing.height,isFinite(x)||(x=0),a!==null&&a.Ea("Layout"),b=[],this.alignment){case e0:var ot=y,rt=x,at=ge.alloc(),ht=Math.max(this.cellSize.width,1);if(!isFinite(ht))for(var gt=ht=0;gt<E.length;gt++){var mt=this.ni(E[gt],at);ht=Math.max(ht,mt.width)}if(ht=Math.max(ht+ot,1),gt=Math.max(this.cellSize.height,1),!isFinite(gt))for(mt=gt=0;mt<E.length;mt++){var yt=this.ni(E[mt],at);gt=Math.max(gt,yt.height)}gt=Math.max(gt+rt,1),mt=this.arrangement;for(var St=yt=this.arrangementOrigin.x,Lt=this.arrangementOrigin.y,Bt=0,Ft=0,zt=0;zt<E.length;zt++){var Ht=E[zt],Vt=this.ni(Ht,at),_t=Math.ceil((Vt.width+ot)/ht)*ht,ee=Math.ceil((Vt.height+rt)/gt)*gt;switch(mt){case ja:var Ve=Math.abs(St-Vt.width);break;default:Ve=St+Vt.width}switch((0<z&&Bt>z-1||0<tt&&0<Bt&&Ve-yt>tt)&&(b.push(new ge(0,Lt,tt+ot,Ft)),Bt=0,St=yt,Lt+=Ft,Ft=0),Ft=Math.max(Ft,ee),mt){case ja:Vt=-Vt.width;break;default:Vt=0}switch(Ht.moveTo(St+Vt,Lt),mt){case ja:St-=_t;break;default:St+=_t}Bt++}b.push(new ge(0,Lt,tt+ot,Ft)),ge.free(at);break;case ip:for(rt=tt,ht=z,gt=y,mt=x,tt=ge.alloc(),yt=Math.max(this.cellSize.width,1),z=Lt=at=0,ot=It.alloc(),St=0;St<E.length;St++)Ft=E[St],Bt=this.ni(Ft,tt),Ft=Eh(Ft,Ft.locationObject,Ft.locationSpot,ot),at=Math.max(at,Ft.x),Lt=Math.max(Lt,Bt.width-Ft.x),z=Math.max(z,Ft.y);switch(St=this.arrangement,St){case ja:at+=gt;break;default:Lt+=gt}yt=isFinite(yt)?Math.max(yt+gt,1):Math.max(at+Lt,1);var tn=Ft=this.arrangementOrigin.x;for(zt=this.arrangementOrigin.y,Lt=0,rt>=at&&(rt-=at),at=Ht=0,_t=Math.max(this.cellSize.height,1),Vt=z=0,ee=!0,Bt=It.alloc(),Ve=0;Ve<E.length;Ve++){var Qe=E[Ve],Ee=this.ni(Qe,tt),Se=Eh(Qe,Qe.locationObject,Qe.locationSpot,ot);if(0<Lt)switch(St){case ja:tn=(tn-Ft-(Ee.width-Se.x))/yt,tn=Jt.$(Math.round(tn),tn)?Math.round(tn):Math.floor(tn),tn=tn*yt+Ft;break;default:tn=(tn-Ft+Se.x)/yt,tn=Jt.$(Math.round(tn),tn)?Math.round(tn):Math.ceil(tn),tn=tn*yt+Ft}else switch(St){case ja:Ht=tn+Se.x+Ee.width;break;default:Ht=tn-Se.x}switch(St){case ja:var bn=-(tn+Se.x)+Ht;break;default:bn=tn+Ee.width-Se.x-Ht}if(0<ht&&Lt>ht-1||0<rt&&0<Lt&&bn>rt){for(b.push(new ge(0,ee?zt-z:zt,rt+gt,Vt+z+mt)),tn=0;tn<Lt&&Ve!==Lt;tn++){bn=E[Ve-Lt+tn];var kn=Eh(bn,bn.locationObject,bn.locationSpot,Bt);bn.moveTo(bn.position.x,bn.position.y+z-kn.y)}Vt+=mt,zt=ee?zt+Vt:zt+(Vt+z),Lt=Vt=z=0,tn=Ft,ee=!1}switch(tn===Ft&&(at=St===ja?Math.max(at,Ee.width-Se.x):Math.min(at,-Se.x)),z=Math.max(z,Se.y),Vt=Math.max(Vt,Ee.height-Se.y),isFinite(_t)&&(Vt=Math.max(Vt,Math.max(Ee.height,_t)-Se.y)),ee?Qe.moveTo(tn-Se.x,zt-Se.y):Qe.moveTo(tn-Se.x,zt),St){case ja:tn-=Se.x+gt;break;default:tn+=Ee.width-Se.x+gt}Lt++}if(b.push(new ge(0,zt,rt+gt,(ee?Vt:Vt+z)+mt)),E.length!==Lt)for(rt=0;rt<Lt;rt++)ht=E[E.length-Lt+rt],gt=Eh(ht,ht.locationObject,ht.locationSpot,ot),ht.moveTo(ht.position.x,ht.position.y+z-gt.y);if(It.free(ot),It.free(Bt),St===ja)for(E=0;E<b.length;E++)z=b[E],z.width+=at,z.x-=at;else for(E=0;E<b.length;E++)z=b[E],z.x>at&&(z.width+=z.x-at,z.x=at);ge.free(tt)}for(ot=z=tt=E=0;ot<b.length;ot++)rt=b[ot],E=Math.min(E,rt.x),tt=Math.min(tt,rt.y),z=Math.max(z,rt.x+rt.width);this.arrangement===ja?this.commitLayers(b,new It(E+y/2-(z+E),tt-x/2)):this.commitLayers(b,new It(E-y/2,tt-x/2)),a!==null&&a.eb("Layout"),this.isValidLayout=!0}},ar.prototype.commitLayers=function(){};function hS(a,y){return a=a.text,y=y.text,a<y?-1:a>y?1:0}be.Object.defineProperties(ar.prototype,{wrappingWidth:{get:function(){return this.zo},set:function(a){this.zo!==a&&(0<a||isNaN(a))&&(this.zo=a,this.isViewportSized=isNaN(a),this.C())}},wrappingColumn:{get:function(){return this.yo},set:function(a){this.yo!==a&&(0<a||isNaN(a))&&(this.yo=a,this.C())}},cellSize:{get:function(){return this.yg},set:function(a){this.yg.D(a)||(this.yg.assign(a),this.C())}},spacing:{get:function(){return this.tf},set:function(a){this.tf.D(a)||(this.tf.assign(a),this.C())}},alignment:{get:function(){return this.Jb},set:function(a){this.Jb===a||a!==ip&&a!==e0||(this.Jb=a,this.C())}},arrangement:{get:function(){return this.Rb},set:function(a){this.Rb===a||a!==n0&&a!==ja||(this.Rb=a,this.C())}},sorting:{get:function(){return this.nd},set:function(a){this.nd===a||a!==ry&&a!==i0&&a!==op&&a!==o0||(this.nd=a,this.C())}},comparer:{get:function(){return this.hd},set:function(a){this.hd!==a&&(this.hd=a,this.C())}}});var e0=new he(ar,"Position",0),ip=new he(ar,"Location",1),n0=new he(ar,"LeftToRight",2),ja=new he(ar,"RightToLeft",3),ry=new he(ar,"Forward",4),i0=new he(ar,"Reverse",5),op=new he(ar,"Ascending",6),o0=new he(ar,"Descending",7);ar.className="GridLayout",ar.standardComparer=hS,ar.smartComparer=function(a,y){if(a!==null){if(y!==null){a=a.text.toLocaleLowerCase().split(/([+-]?[.]?\d+(?:\.\d*)?(?:e[+-]?\d+)?)/),y=y.text.toLocaleLowerCase().split(/([+-]?[.]?\d+(?:\.\d*)?(?:e[+-]?\d+)?)/);for(var x=0;x<a.length;x++)if(y[x]!==""&&y[x]!==void 0){var b=parseFloat(a[x]),E=parseFloat(y[x]);if(isNaN(b))if(isNaN(E)){if(a[x].localeCompare(y[x])!==0)return a[x].localeCompare(y[x])}else return 1;else{if(isNaN(E))return-1;if(b-E!==0)return b-E}}else if(a[x]!=="")return 1;return y[x]!==""&&y[x]!==void 0?-1:0}return 1}return y!==null?-1:0},ar.Position=e0,ar.Location=ip,ar.LeftToRight=n0,ar.RightToLeft=ja,ar.Forward=ry,ar.Reverse=i0,ar.Ascending=op,ar.Descending=o0;function yi(){this.On=new Ge,this.Dn=new Ge,this.Pa=new Ge,this.cf=new yn,this.bf=new yn,this.aj=new yn,this.H=null,this.tp=!1}xt=yi.prototype,xt.clear=function(){this.On.clear(),this.Dn.clear(),this.Pa.clear(),this.cf.clear(),this.bf.clear(),this.aj.clear()},xt.Xe=function(a){this.H=a},xt.oi=function(a){if(a instanceof Ke){if(this.On.add(a),a instanceof En){var y=a.containingGroup;y===null?this.H.ai.add(a):y.gl.add(a),y=a.layout,y!==null&&(y.diagram=this.H)}}else a instanceof Ae?this.Dn.add(a):a instanceof hi||this.Pa.add(a);y=a.data,y===null||a instanceof hi||(a instanceof Ae?this.bf.add(y,a):this.cf.add(y,a))},xt.pc=function(a){if(a.Ej(),a instanceof Ke){if(this.On.remove(a),a instanceof En){var y=a.containingGroup;y===null?this.H.ai.remove(a):y.gl.remove(a),y=a.layout,y!==null&&(y.diagram=null)}}else a instanceof Ae?this.Dn.remove(a):a instanceof hi||this.Pa.remove(a);y=a.data,y===null||a instanceof hi||(a instanceof Ae?this.bf.remove(y):this.cf.remove(y))},xt.Wd=function(){var a=this.H;if(a!==null){for(var y=a.nodeTemplateMap.iterator;y.next();){var x=y.value,b=y.key;(!x.Zc()||x instanceof En)&&se('Invalid node template in Diagram.nodeTemplateMap: template for "'+b+'" must be a Node or a simple Part, not a Group or Link: '+x)}for(y=a.groupTemplateMap.iterator;y.next();)x=y.value,b=y.key,x instanceof En||se('Invalid group template in Diagram.groupTemplateMap: template for "'+b+'" must be a Group, not a normal Node or Link: '+x);for(y=a.linkTemplateMap.iterator;y.next();)x=y.value,b=y.key,x instanceof Ae||se('Invalid link template in Diagram.linkTemplateMap: template for "'+b+'" must be a Link, not a normal Node or simple Part: '+x);for(y=Dn(),x=a.selection.iterator;x.next();)(b=x.value.data)&&y.push(b);for(x=Dn(),a=a.highlighteds.iterator;a.next();)(b=a.value.data)&&x.push(b);for(a=Dn(),b=this.nodes.iterator;b.next();){var E=b.value;E.data!==null&&(a.push(E.data),a.push(E.location))}for(b=this.links.iterator;b.next();)E=b.value,E.data!==null&&(a.push(E.data),a.push(E.location));for(b=this.parts.iterator;b.next();)E=b.value,E.data!==null&&(a.push(E.data),a.push(E.location));for(this.removeAllModeledParts(),this.addAllModeledParts(),b=0;b<y.length;b++)E=this.Lc(y[b]),E!==null&&(E.isSelected=!0);for(b=0;b<x.length;b++)E=this.Lc(x[b]),E!==null&&(E.isHighlighted=!0);for(b=0;b<a.length;b+=2)E=this.Lc(a[b]),E!==null&&(E.location=a[b+1]);Tn(y),Tn(x),Tn(a)}},yi.prototype.addAllModeledParts=function(){this.addModeledParts(this.diagram.model.nodeDataArray)},yi.prototype.addModeledParts=function(a,y){var x=this,b=this.diagram.model;a.forEach(function(E){b.lb(E)&&uS(x,E,!1)}),a.forEach(function(E){b.lb(E)&&x.resolveReferencesForData(E)}),y!==!1&&qf(this.diagram,!1)};function uS(a,y,x){if(y!=null&&!a.diagram.undoManager.isUndoingRedoing&&!a.cf.contains(y)){x===void 0&&(x=!0);t:{if(y!=null&&!a.H.undoManager.isUndoingRedoing&&!a.cf.contains(y)){var b=a.Ro(y),E=dS(a,y,b);if(E!==null&&(da(E),E=E.copy(),E!==null)){var z=a.diagram.skipsModelSourceBindings;a.diagram.skipsModelSourceBindings=!0,E.Tf=b,E.ub=y,a.tp&&(E.Jg="Tool"),a.diagram.add(E),E.ub=null,E.data=y,a.diagram.skipsModelSourceBindings=z,b=E;break t}}b=null}b!==null&&x&&a.resolveReferencesForData(y)}}yi.prototype.insertLink=function(){return null},yi.prototype.resolveReferencesForData=function(){},yi.prototype.Ro=function(a){return this.H.model.Ro(a)};function dS(a,y,x){a=a.H;var b=a.model;return b.Xj()&&b.Yu(y)?(y=a.groupTemplateMap.I(x),y===null&&(y=a.groupTemplateMap.I(""),y===null&&(cS||(cS=!0,pi('No Group template found for category "'+x+'"'),pi(" Using default group template")),y=a.ly))):(y=a.nodeTemplateMap.I(x),y===null&&(y=a.nodeTemplateMap.I(""),y===null&&(gS||(gS=!0,pi('No Node template found for category "'+x+'"'),pi(" Using default node template")),y=a.ny))),y}yi.prototype.getLinkCategoryForData=function(){return""},yi.prototype.setLinkCategoryForData=function(){},yi.prototype.setFromNodeForLink=function(){},yi.prototype.setToNodeForLink=function(){},yi.prototype.findLinkTemplateForCategory=function(a){var y=this.H,x=y.linkTemplateMap.I(a);return x===null&&(x=y.linkTemplateMap.I(""),x===null&&(pS||(pS=!0,pi('No Link template found for category "'+a+'"'),pi(" Using default link template")),x=y.my)),x},yi.prototype.removeAllModeledParts=function(){this.Gs(this.diagram.model.nodeDataArray)},yi.prototype.Gs=function(a){var y=this;a.forEach(function(x){y.ip(x)})},yi.prototype.ip=function(a){a=this.Lc(a),a!==null&&(yc(this.diagram,a,!1),this.unresolveReferencesForPart(a))},yi.prototype.unresolveReferencesForPart=function(){},yi.prototype.removeDataForLink=function(){},yi.prototype.findPartForKey=function(a){return a==null?null:(a=this.H.model.hc(a),a!==null?this.cf.I(a):null)},yi.prototype.Vb=function(a){return a==null||(a=this.H.model.hc(a),a===null)?null:(a=this.cf.I(a),a instanceof Ke?a:null)},yi.prototype.findLinkForKey=function(){return null},xt=yi.prototype,xt.Lc=function(a){if(a===null)return null;var y=this.cf.I(a);return y!==null?y:y=this.bf.I(a)},xt.ii=function(a){return a===null?null:(a=this.cf.I(a),a instanceof Ke?a:null)},xt.Kc=function(a){return a===null?null:this.bf.I(a)},xt.ms=function(a){for(var y=0;y<arguments.length;++y);y=new Ge;for(var x=this.On.iterator;x.next();){var b=x.value,E=b.data;if(E!==null)for(var z=0;z<arguments.length;z++){var tt=arguments[z];if(je(tt)&&sy(this,E,tt)){y.add(b);break}}}return y.iterator},xt.ls=function(a){for(var y=0;y<arguments.length;++y);y=new Ge;for(var x=this.Dn.iterator;x.next();){var b=x.value,E=b.data;if(E!==null)for(var z=0;z<arguments.length;z++){var tt=arguments[z];if(je(tt)&&sy(this,E,tt)){y.add(b);break}}}return y.iterator};function sy(a,y,x){for(var b in x){var E=y[b],z=x[b];if(Fn(z)){if(!Fn(E)||E.length<z.length)return!1;for(var tt=0;tt<E.length;tt++){var ot=z[tt];if(ot!==void 0&&!fS(a,E[tt],ot))return!1}}else if(!fS(a,E,z))return!1}return!0}function fS(a,y,x){if(typeof x=="function"){if(!x(y))return!1}else if(x instanceof RegExp){if(!y||!x.test(y.toString()))return!1}else if(je(y)&&je(x)){if(!sy(a,y,x))return!1}else if(y!==x)return!1;return!0}yi.prototype.doModelChanged=function(a){if(this.H){var y=this.H;if(a.model===y.model){var x=a.change;if(y.doModelChanged(a),y.aa){y.aa=!1;try{var b=a.modelChange;if(b!=="")if(x===_i){if(b==="nodeCategory"){var E=this.Lc(a.object),z=a.newValue;E!==null&&typeof z=="string"&&(E.category=z)}else b==="nodeDataArray"&&(this.Gs(a.oldValue),this.addModeledParts(a.newValue));y.isModified=!0}else if(x===yo){var tt=a.newValue;b==="nodeDataArray"&&je(tt)&&uS(this,tt),y.isModified=!0}else if(x===Ao){var ot=a.oldValue;b==="nodeDataArray"&&je(ot)&&this.ip(ot),y.isModified=!0}else x===xs&&(b==="SourceChanged"?a.object!==null?this.updateDataBindings(a.object,a.propertyName):(this.rp(),this.updateAllTargetBindings()):b==="ModelDisplaced"&&this.Wd());else if(x===_i){var rt=a.propertyName,at=a.object;at===y.model?(rt==="nodeKeyProperty"||rt==="nodeCategoryProperty")&&(y.undoManager.isUndoingRedoing||this.Wd()):this.updateDataBindings(at,rt),y.isModified=!0}else if(x===yo||x===Ao){var ht=a.change===yo,gt=ht?a.newParam:a.oldParam,mt=ht?a.newValue:a.oldValue,yt=this.aj.I(a.object);if(Array.isArray(yt))for(a=0;a<yt.length;a++){var St=yt[a];if(ht)Cm(St,mt,gt,!0);else if(!(0>gt)){var Lt=gt+zc(St);St.pc(Lt,!0),xv(St,Lt,gt)}}y.isModified=!0}}finally{y.aa=!0}}}}},yi.prototype.updateAllTargetBindings=function(a){a===void 0&&(a="");for(var y=this.parts.iterator;y.next();)y.value.La(a);for(y=this.nodes.iterator;y.next();)y.value.La(a);for(y=this.links.iterator;y.next();)y.value.La(a)},yi.prototype.rp=function(){for(var a=this.H.model,y=new Ge,x=a.nodeDataArray,b=0;b<x.length;b++)y.add(x[b]);var E=[];for(this.nodes.each(function(tt){tt.data===null||y.contains(tt.data)||E.push(tt.data)}),this.parts.each(function(tt){tt.data===null||y.contains(tt.data)||E.push(tt.data)}),E.forEach(function(tt){LS(a,tt,!1)}),b=0;b<x.length;b++){var z=x[b];this.Lc(z)===null&&CS(a,z,!1)}for(this.refreshDataBoundLinks(),x=this.parts.iterator;x.next();)x.value.updateRelationshipsFromData();for(x=this.nodes.iterator;x.next();)x.value.updateRelationshipsFromData();for(x=this.links.iterator;x.next();)x.value.updateRelationshipsFromData()},yi.prototype.refreshDataBoundLinks=function(){},yi.prototype.updateRelationshipsFromData=function(){},yi.prototype.updateDataBindings=function(a,y){if(typeof y=="string"){var x=this.Lc(a);if(x!==null)x.La(y);else{x=null;for(var b=this.aj.iterator;b.next();){for(var E=b.value,z=0;z<E.length;z++){var tt=E[z].sx(a);tt!==null&&(x===null&&(x=Dn()),x.push(tt))}if(x!==null)break}if(x!==null){for(b=0;b<x.length;b++)x[b].La(y);Tn(x)}}a===this.diagram.model.modelData&&this.updateAllTargetBindings(y)}};function ay(a,y){var x=y.Hh;if(Fn(x)){var b=a.aj.I(x);if(b===null)b=[],b.push(y),a.aj.add(x,b);else{for(a=0;a<b.length;a++)if(b[a]===y)return;b.push(y)}}}function ly(a,y,x){dd(y,function(tt){tt=tt.O.s;for(var ot=tt.length,rt=0;rt<ot;rt++)Cc(x,tt[rt])});var b=y.Hh;if(Fn(b)){var E=a.aj.I(b);if(E!==null){for(var z=0;z<E.length;z++)if(E[z]===y){E.splice(z,1),E.length===0&&a.aj.remove(b);break}}}}yi.prototype.Kj=function(a,y,x){x===void 0&&(x=!1);var b=new yn;if(Fn(a))for(var E=0;E<a.length;E++)r0(this,a[E],y,b,x);else for(a=a.iterator;a.next();)r0(this,a.value,y,b,x);if(y!==null){x=y.model,a=y.toolManager.findTool("Dragging"),a=a!==null?a.dragOptions.dragsLink:y.Wm.dragsLink,E=new Ge;for(var z=new yn,tt=b.iterator;tt.next();){var ot=tt.value;if(ot instanceof Ae)a||ot.fromNode!==null&&ot.toNode!==null||E.add(ot);else if(ot instanceof Ke&&ot.data!==null&&x.Tl()){var rt=ot;ot=tt.key;var at=ot.pg();at!==null&&(at=b.I(at),at!==null?(x.qe(rt.data,x.wa(at.data)),rt=y.Kc(rt.data),ot=ot.kh(),ot!==null&&rt!==null&&z.add(ot,rt)):x.qe(rt.data,void 0))}}if(0<E.count&&y.Is(E,!1),0<z.count)for(x=z.iterator;x.next();)b.add(x.key,x.value)}if(y!==null&&this.H!==null&&(y=y.model,x=y.afterCopyFunction,x!==null)){var ht=new yn;b.each(function(gt){gt.key.data!==null&&ht.add(gt.key.data,gt.value.data)}),x(ht,y,this.H.model)}for(y=b.iterator;y.next();)y.value.La();return b};function r0(a,y,x,b,E){if(y===null||E&&!y.canCopy())return null;if(b.contains(y))return b.I(y);var z=a.copyPartData(y,x);if(!(z instanceof gn))return null;if(z.isSelected=!1,z.isHighlighted=!1,b.add(y,z),y instanceof Ke){for(var tt=y.linksConnected;tt.next();){var ot=tt.value;if(ot.fromNode===y){var rt=b.I(ot);rt!==null&&(rt.fromNode=z)}ot.toNode===y&&(ot=b.I(ot),ot!==null&&(ot.toNode=z))}if(y instanceof En&&z instanceof En)for(y=y.memberParts;y.next();)tt=r0(a,y.value,x,b,E),tt instanceof Ae||tt===null||(tt.containingGroup=z)}else if(y instanceof Ae&&z instanceof Ae)for(tt=y.fromNode,tt!==null&&(tt=b.I(tt),tt!==null&&(z.fromNode=tt)),tt=y.toNode,tt!==null&&(tt=b.I(tt),tt!==null&&(z.toNode=tt)),y=y.labelNodes;y.next();)tt=r0(a,y.value,x,b,E),tt!==null&&tt instanceof Ke&&(tt.labeledLink=z);return z}yi.prototype.copyPartData=function(a,y){var x=null,b=a.data;if(b!==null&&y!==null){var E=y.model;a instanceof Ae||(b=E.copyNodeData(b),je(b)&&(E.xf(b),x=y.Lc(b)))}else da(a),x=a.copy(),x!==null&&(E=this.H,y!==null?y.add(x):b!==null&&E!==null&&E.commandHandler!==null&&E.commandHandler.copiesClipboardData&&(y=E.model,E=null,x instanceof Ae||(E=y.copyNodeData(b)),je(E)&&(x.data=E)));return x},be.Object.defineProperties(yi.prototype,{nodes:{get:function(){return this.On}},links:{get:function(){return this.Dn}},parts:{get:function(){return this.Pa}},diagram:{get:function(){return this.H}},addsToTemporaryLayer:{get:function(){return this.tp},set:function(a){this.tp=a}}}),yi.prototype.updateAllRelationshipsFromData=yi.prototype.rp,yi.prototype.findLinksByExample=yi.prototype.ls,yi.prototype.findNodesByExample=yi.prototype.ms,yi.prototype.findLinkForData=yi.prototype.Kc,yi.prototype.findNodeForData=yi.prototype.ii,yi.prototype.findPartForData=yi.prototype.Lc,yi.prototype.findNodeForKey=yi.prototype.Vb,yi.prototype.removeModeledPart=yi.prototype.ip,yi.prototype.removeModeledParts=yi.prototype.Gs,yi.prototype.rebuildParts=yi.prototype.Wd;var gS=!1,cS=!1,pS=!1;yi.className="PartManager";function Ko(a){yi.apply(this,arguments)}re(Ko,yi),Ko.prototype.addAllModeledParts=function(){var a=this.diagram.model;this.addModeledParts(a.nodeDataArray),mS(this,a.linkDataArray)},Ko.prototype.addModeledParts=function(a){for(yi.prototype.addModeledParts.call(this,a,!1),a=this.links.iterator;a.next();)xg(a.value);qf(this.diagram,!1)};function mS(a,y){y.forEach(function(x){vS(a,x)}),qf(a.diagram,!1)}function vS(a,y){if(y!=null&&!a.diagram.undoManager.isUndoingRedoing&&!a.bf.contains(y)){var x=a.getLinkCategoryForData(y),b=a.findLinkTemplateForCategory(x);if(b!==null){da(b);var E=b.copy();if(E!==null){b=a.diagram.skipsModelSourceBindings,a.diagram.skipsModelSourceBindings=!0,E.Tf=x,E.ub=y,x=a.diagram.model;var z=h0(x,y,!0);z!==""&&(E.fromPortId=z),z=zs(x,y,!0),z!==void 0&&(z=a.Vb(z),z instanceof Ke&&(E.fromNode=z)),z=h0(x,y,!1),z!==""&&(E.toPortId=z),z=zs(x,y,!1),z!==void 0&&(z=a.Vb(z),z instanceof Ke&&(E.toNode=z)),x=x.Ef(y),Array.isArray(x)&&x.forEach(function(tt){tt=a.Vb(tt),tt!==null&&(tt.labeledLink=E)}),a.tp&&(E.Jg="Tool"),a.diagram.add(E),E.ub=null,E.data=y,a.diagram.skipsModelSourceBindings=b}}}}Ko.prototype.removeAllModeledParts=function(){var a=this.diagram.model;yS(this,a.linkDataArray),this.Gs(a.nodeDataArray)};function yS(a,y){y.forEach(function(x){a.ip(x)})}Ko.prototype.getLinkCategoryForData=function(a){return this.diagram.model.ps(a)},Ko.prototype.setLinkCategoryForData=function(a,y){return this.diagram.model.lp(a,y)},Ko.prototype.setFromNodeForLink=function(a,y){var x=this.diagram.model;x.wv(a.data,x.wa(y!==null?y.data:null))},Ko.prototype.setToNodeForLink=function(a,y){var x=this.diagram.model;x.Bv(a.data,x.wa(y!==null?y.data:null))},Ko.prototype.removeDataForLink=function(a){this.diagram.model.bm(a.data)},Ko.prototype.findPartForKey=function(a){var y=yi.prototype.findPartForKey.call(this,a);return y===null&&(a=this.diagram.model.jh(a),a!==null)?this.bf.I(a):y},Ko.prototype.findLinkForKey=function(a){return a==null?null:(a=this.diagram.model.jh(a),a!==null?this.bf.I(a):null)},Ko.prototype.doModelChanged=function(a){var y=this;if(yi.prototype.doModelChanged.call(this,a),this.diagram){var x=this.diagram;if(a.model===x.model){var b=a.change;if(x.aa){x.aa=!1;try{var E=a.modelChange;if(E!==""){if(b===_i){if(E==="linkFromKey"){var z=this.Kc(a.object);if(z!==null){var tt=this.Vb(a.newValue);z.fromNode=tt}}else if(E==="linkToKey"){var ot=this.Kc(a.object);if(ot!==null){var rt=this.Vb(a.newValue);ot.toNode=rt}}else if(E==="linkFromPortId"){var at=this.Kc(a.object);if(at!==null){var ht=a.newValue;typeof ht=="string"&&(at.fromPortId=ht)}}else if(E==="linkToPortId"){var gt=this.Kc(a.object);if(gt!==null){var mt=a.newValue;typeof mt=="string"&&(gt.toPortId=mt)}}else if(E==="nodeGroupKey"){var yt=this.Lc(a.object);if(yt!==null){var St=a.newValue;if(St!==void 0){var Lt=this.Vb(St);Lt instanceof En?yt.containingGroup=Lt:yt.containingGroup=null}else yt.containingGroup=null}}else if(E==="linkLabelKeys"){var Bt=this.Kc(a.object);if(Bt!==null){var Ft=a.oldValue,zt=a.newValue;Array.isArray(Ft)&&Ft.forEach(function(Se){0<=zt.indexOf(Se)||(Se=y.Vb(Se),Se!==null&&(Se.labeledLink=null))}),Array.isArray(zt)&&zt.forEach(function(Se){Se=y.Vb(Se),Se!==null&&(Se.labeledLink=Bt)})}}else if(E==="linkCategory"){var Ht=this.Kc(a.object),Vt=a.newValue;Ht!==null&&typeof Vt=="string"&&(Ht.category=Vt)}else E==="linkDataArray"&&(yS(this,a.oldValue),mS(this,a.newValue));x.isModified=!0}else if(b===yo){var _t=a.newValue;if(E==="linkDataArray"&&typeof _t=="object"&&_t!==null)vS(this,_t);else if(E==="linkLabelKeys"&&Pu(_t)){var ee=this.Kc(a.object),Ve=this.Vb(_t);ee!==null&&Ve!==null&&(Ve.labeledLink=ee)}x.isModified=!0}else if(b===Ao){var tn=a.oldValue;if(E==="linkDataArray"&&typeof tn=="object"&&tn!==null)this.ip(tn);else if(E==="linkLabelKeys"&&Pu(tn)){var Qe=this.Vb(tn);Qe!==null&&(Qe.labeledLink=null)}x.isModified=!0}}else if(b===_i){var Ee=a.propertyName;a.object!==x.model||Ee!=="linkFromKeyProperty"&&Ee!=="linkToKeyProperty"&&Ee!=="linkFromPortIdProperty"&&Ee!=="linkToPortIdProperty"&&Ee!=="linkLabelKeysProperty"&&Ee!=="nodeIsGroupProperty"&&Ee!=="nodeGroupKeyProperty"&&Ee!=="linkCategoryProperty"||x.undoManager.isUndoingRedoing||this.Wd(),x.isModified=!0}}finally{x.aa=!0}}}}},Ko.prototype.refreshDataBoundLinks=function(){var a=this,y=this.diagram.model,x=new Ge,b=y.linkDataArray;b.forEach(function(z){x.add(z)});var E=[];this.links.each(function(z){z.data===null||x.contains(z.data)||E.push(z.data)}),E.forEach(function(z){bS(y,z,!1)}),b.forEach(function(z){a.Kc(z)===null&&FS(y,z,!1)})},Ko.prototype.updateRelationshipsFromData=function(a){var y=a.data;if(y!==null){var x=a.diagram;if(x!==null){var b=x.model;if(a instanceof Ae){var E=zs(b,y,!0);if(E=x.Vb(E),a.fromNode=E,E=zs(b,y,!1),E=x.Vb(E),a.toNode=E,y=b.Ef(y),0<y.length||0<a.labelNodes.count){if(y.length===1&&a.labelNodes.count===1){E=y[0];var z=a.labelNodes.first();if(b.wa(z.data)===E)return}E=new Ge().addAll(y);var tt=new Ge;a.labelNodes.each(function(ot){ot.data!==null&&(ot=b.wa(ot.data),ot!==void 0&&tt.add(ot))}),y=tt.copy(),y.hp(E),E=E.copy(),E.hp(tt),(0<y.count||0<E.count)&&(y.each(function(ot){ot=x.Vb(ot),ot!==null&&ot.labeledLink===a&&(ot.labeledLink=null)}),E.each(function(ot){ot=x.Vb(ot),ot!==null&&ot.labeledLink!==a&&(ot.labeledLink=a)}))}}else!(a instanceof hi)&&(y=b.lh(y),y=x.findPartForKey(y),y===null||y instanceof En)&&(a.containingGroup=y)}}},Ko.prototype.resolveReferencesForData=function(a){var y=this.diagram.model,x=y.wa(a);if(x!==void 0){var b=rp(y,x),E=this.Lc(a);if(b!==null&&E!==null){b=b.iterator;for(var z={};b.next();){var tt=b.value;y.lb(tt)?E instanceof En&&y.lh(tt)===x&&(tt=this.Lc(tt),tt!==null&&(tt.containingGroup=E)):(z.link=this.Kc(tt),z.link!==null&&E instanceof Ke&&(zs(y,tt,!0)===x&&(z.link.fromNode=E),zs(y,tt,!1)===x&&(z.link.toNode=E),tt=y.Ef(tt),Array.isArray(tt)&&tt.some(function(ot){return function(rt){return rt===x?(E.labeledLink=ot.link,!0):!1}}(z)))),z={link:z.link}}za(y,x)}a=y.lh(a),a!==void 0&&(a=this.Vb(a),a instanceof En&&(E.containingGroup=a))}},Ko.prototype.unresolveReferencesForPart=function(a){var y=this.diagram.model;if(a instanceof Ke){var x=y.wa(a.data);if(x!==void 0){for(var b=a.linksConnected;b.next();)Ra(y,x,b.value.data);if(a.isLinkLabel&&(b=a.labeledLink,b!==null&&Ra(y,x,b.data)),a instanceof En)for(a=a.memberParts;a.next();)b=a.value.data,y.lb(b)&&Ra(y,x,b)}}},Ko.prototype.copyPartData=function(a,y){var x=yi.prototype.copyPartData.call(this,a,y);if(a instanceof Ae)if(a=a.data,a!==null&&y!==null){var b=y.model;a=b.Jo(a),typeof a=="object"&&a!==null&&(b.fi(a),x=y.Kc(a))}else x!==null&&(y=this.diagram,a!==null&&y!==null&&y.commandHandler!==null&&y.commandHandler.copiesClipboardData&&(y=y.model.Jo(a),typeof y=="object"&&y!==null&&(x.data=y)));return x},Ko.prototype.insertLink=function(a,y,x,b){var E=this.diagram,z=E.model,tt=E.toolManager.findTool("Linking"),ot="";if(a!==null&&(y===null&&(y=a),ot=y.portId,ot===null&&(ot="")),y="",x!==null&&(b===null&&(b=x),y=b.portId,y===null&&(y="")),b=tt.archetypeLinkData,b instanceof Ae){if(da(b),z=b.copy(),z!==null)return z.fromNode=a,z.fromPortId=ot,z.toNode=x,z.toPortId=y,E.add(z),a=tt.archetypeLabelNodeData,a instanceof Ke&&(da(a),a=a.copy(),a!==null&&(a.labeledLink=z,E.add(a))),z}else if(b!==null&&(b=z.Jo(b),typeof b=="object"&&b!==null))return a!==null&&Mg(z,b,z.wa(a.data),!0),Tg(z,b,ot,!0),x!==null&&Mg(z,b,z.wa(x.data),!1),Tg(z,b,y,!1),z.fi(b),a=tt.archetypeLabelNodeData,a===null||a instanceof Ke||(a=z.copyNodeData(a),typeof a=="object"&&a!==null&&(z.xf(a),a=z.wa(a),a!==void 0&&z.Bu(b,a))),E.Kc(b);return null},Ko.prototype.findLinkForKey=Ko.prototype.findLinkForKey,Ko.prototype.findPartForKey=Ko.prototype.findPartForKey,Ko.prototype.removeAllModeledParts=Ko.prototype.removeAllModeledParts,Ko.prototype.addModeledParts=Ko.prototype.addModeledParts,Ko.prototype.addAllModeledParts=Ko.prototype.addAllModeledParts,Ko.className="GraphLinksPartManager";function ea(){yi.apply(this,arguments),this.Sg=null}re(ea,yi);function s0(a,y,x){if(y!==null&&x!==null&&x.kh()===null){var b=a.diagram.toolManager.findTool("Linking"),E=y,z=x;if(a.diagram.isTreePathToChildren||(E=x,z=y),(b===null||!Ir(b,E,z,null,!0))&&(y=a.getLinkCategoryForData(x.data),b=a.findLinkTemplateForCategory(y),b!==null&&(da(b),b=b.copy(),b!==null))){var tt=a.diagram.skipsModelSourceBindings;a.diagram.skipsModelSourceBindings=!0,b.Tf=y,b.ub=x.data,b.fromNode=E,b.toNode=z,a.diagram.add(b),b.ub=null,b.data=x.data,a.diagram.skipsModelSourceBindings=tt}}}ea.prototype.getLinkCategoryForData=function(a){return this.diagram.model.ss(a)},ea.prototype.setLinkCategoryForData=function(a,y){this.diagram.model.Ms(a,y)},ea.prototype.setFromNodeForLink=function(a,y,x){var b=this.diagram.model;if(x===void 0&&(x=null),y=y!==null?y.data:null,this.diagram.isTreePathToChildren)b.qe(a.data,b.wa(y));else{var E=this.Sg;this.Sg=a,x!==null&&b.qe(x.data,void 0),b.qe(y,b.wa(a.toNode!==null?a.toNode.data:null)),this.Sg=E}},ea.prototype.setToNodeForLink=function(a,y,x){var b=this.diagram.model;if(x===void 0&&(x=null),y=y!==null?y.data:null,this.diagram.isTreePathToChildren){var E=this.Sg;this.Sg=a,x!==null&&b.qe(x.data,void 0),b.qe(y,b.wa(a.fromNode!==null?a.fromNode.data:null)),this.Sg=E}else b.qe(a.data,b.wa(y))},ea.prototype.removeDataForLink=function(a){this.diagram.model.qe(a.data,void 0)},ea.prototype.findLinkForKey=function(a){return a==null?null:(a=this.diagram.model.hc(a),a!==null?this.bf.I(a):null)},ea.prototype.doModelChanged=function(a){if(yi.prototype.doModelChanged.call(this,a),this.diagram){var y=this.diagram;if(a.model===y.model){var x=a.change;if(y.aa){y.aa=!1;try{var b=a.modelChange;if(b!==""){if(x===_i){if(b==="nodeParentKey"){var E=a.object,z=this.Vb(a.newValue),tt=this.ii(E);if(this.Sg!==null)z!==null&&(this.Sg.data=E,this.Sg.category=this.getLinkCategoryForData(E));else if(tt!==null){var ot=tt.kh();ot!==null?z===null?y.remove(ot):y.isTreePathToChildren?ot.fromNode=z:ot.toNode=z:s0(this,z,tt)}}else if(b==="parentLinkCategory"){var rt=this.ii(a.object),at=a.newValue;if(rt!==null&&typeof at=="string"){var ht=rt.kh();ht!==null&&(ht.category=at)}}y.isModified=!0}}else if(x===_i){var gt=a.propertyName;a.object===y.model&>==="nodeParentKeyProperty"&&(y.undoManager.isUndoingRedoing||this.Wd()),y.isModified=!0}}finally{y.aa=!0}}}}},ea.prototype.updateRelationshipsFromData=function(a){var y=a.data;if(y!==null){var x=a.diagram;if(x!==null){var b=x.model;a instanceof Ke&&(y=b.mh(y),y=x.Vb(y),b=a.pg(),y!==b&&(b=a.kh(),y!==null?b!==null?x.isTreePathToChildren?b.fromNode=y:b.toNode=y:s0(this,y,a):b!==null&&yc(x,b,!1)))}}},ea.prototype.updateDataBindings=function(a,y){yi.prototype.updateDataBindings.call(this,a,y),typeof y=="string"&&this.Lc(a)!==null&&(a=this.Kc(a),a!==null&&a.La(y))},ea.prototype.resolveReferencesForData=function(a){var y=this.diagram.model,x=y.wa(a);if(x!==void 0){var b=rp(y,x),E=this.Lc(a);if(b!==null&&E!==null){for(b=b.iterator;b.next();){var z=b.value;y.lb(z)&&E instanceof Ke&&y.mh(z)===x&&s0(this,E,this.ii(z))}za(y,x)}a=y.mh(a),a!==void 0&&E instanceof Ke&&(a=this.Vb(a),s0(this,a,E))}},ea.prototype.unresolveReferencesForPart=function(a){var y=this.diagram.model;if(a instanceof Ke){var x=y.wa(a.data),b=this.Kc(a.data);if(b!==null){b.isSelected=!1,b.isHighlighted=!1;var E=b.layer;if(E!==null){var z=E.pc(-1,b,!1);0<=z&&this.diagram.cb(Ao,"parts",E,b,null,z,null),z=b.layerChanged,z!==null&&z(b,E,null)}}for(b=this.diagram.isTreePathToChildren,a=a.linksConnected;a.next();)E=a.value,E=(b?E.toNode:E.fromNode).data,y.lb(E)&&Ra(y,x,E)}},ea.prototype.insertLink=function(a,y,x){y=this.diagram.model;var b=a,E=x;return this.diagram.isTreePathToChildren||(b=x,E=a),b!==null&&E!==null?(y.qe(E.data,y.wa(b.data)),E.kh()):null},ea.prototype.findLinkForKey=ea.prototype.findLinkForKey,ea.className="TreePartManager";function rn(a,y){this.kl=new Ge,this.il=new Ge,this.Wv=`,
|
|
"insertedNodeKeys": `,this.jy=`,
|
|
"modifiedNodeData": `,this.Yv=`,
|
|
"removedNodeKeys": `,this.vh=null,qi(this),this.Sm=this.xa="",this.Gg=!1,this.j={},this.Tc=[],this.kb=new yn,this.Th="key",this.Bk=this.bl=null,this.Jm=this.Km=!1,this.Mm=!0,this.xm=null,this.lj="category",this.Vf=new yn,this.Lt=new Oe,this.Wg=!1,this.o=null,this.undoManager=new Zi,a!==void 0&&(Fn(a)?this.nodeDataArray=a:y=a),y&&(Object.assign(this,y),a=y.Changed)&&(delete this.Changed,this.Pe(a))}rn.prototype.cloneProtected=function(a){a.xa=this.xa,a.Sm=this.Sm,a.Gg=this.Gg,a.Th=this.Th,a.bl=this.bl,a.Bk=this.Bk,a.Km=this.Km,a.Jm=this.Jm,a.Mm=this.Mm,a.xm=this.xm,a.lj=this.lj},rn.prototype.copy=function(){var a=new this.constructor;return this.cloneProtected(a),a},rn.prototype.clear=function(){this.Tc=[],this.kb.clear(),this.Vf.clear(),this.undoManager.clear()},rn.prototype.toString=function(a){if(a===void 0&&(a=0),1<a)return this.np();var y=(this.name!==""?this.name:"")+" Model";if(0<a){y+=`
|
|
node data:`,a=this.nodeDataArray;for(var x=a.length,b=0;b<x;b++){var E=a[b];y+=" "+this.wa(E)+":"+Hi(E)}}return y},rn.prototype.xA=function(a){a.change!==xs&&se("Model.toIncrementalData argument is not a Transaction ChangedEvent:"+a.toString());var y=a.object;return a.isTransactionFinished&&y instanceof _o?(xS(this,y),a=this.Qv(y,a.propertyName==="FinishedUndo"),this.vh=null,a):null},rn.prototype.Qv=function(a,y){var x=this,b=!1,E=new Ge,z=new Ge,tt=new Ge,ot=this.vh;a.changes.each(function(gt){gt.model===x&&(gt.modelChange==="nodeDataArray"?gt.change===yo?E.add(gt.newValue):gt.change===Ao&&tt.add(gt.oldValue):x.lb(gt.object)?z.add(gt.object):gt.change!==_i||x.modelData!==gt.object&>.propertyName!=="modelData"?gt.object!==null&&(ot&&ot.contains(gt.object)?ot.get(gt.object).each(function(mt){x.lb(mt)&&z.add(mt)}):gt.object instanceof rn||x.ri()&&x.Jc(gt.object)||PS(x,gt.object).each(function(mt){z.add(mt)})):b=!0)});var rt=this.il;rt.clear(),E.each(function(gt){rt.add(x.wa(gt)),y||z.add(gt)});var at=this.kl;at.clear(),tt.each(function(gt){at.add(x.wa(gt)),y&&z.add(gt)}),a=x.cloneDeep(z.Fa());var ht=null;return b&&(ht===null&&(ht={}),ht.modelData=this.cloneDeep(this.modelData)),0<rt.count&&(ht===null&&(ht={}),y?ht.removedNodeKeys=rt.Fa():ht.insertedNodeKeys=rt.Fa()),0<a.length&&(ht===null&&(ht={}),ht.modifiedNodeData=a),0<at.count&&(ht===null&&(ht={}),y?ht.insertedNodeKeys=at.Fa():ht.removedNodeKeys=at.Fa()),at.clear(),rt.clear(),ht},rn.prototype.cloneDeep=function(a){return kg(this,a,!0)};function kg(a,y,x,b,E,z){function tt(gt,mt){ot?(gt.__gohashid===void 0&&z.push(gt),b.set(gt,mt)):(gt=Hs++,b.set(gt,mt),E.set(gt,y))}if(!je(y))return y;z||(z=[]);var ot=Object.isExtensible(y);if(b||(b=new yn),ot){var rt=b.get(y);if(rt)return rt}else for(E||(E=new yn),rt=E.iterator;rt.next();){var at=rt.key;if(rt.value===y&&(at=b.get(at)))return at}if(Array.isArray(y)){rt=[],tt(y,rt);for(var ht=0;ht<y.length;ht++)rt.push(kg(a,y[ht],!1,b,E,z))}else if(y instanceof It||y instanceof Ye||y instanceof ge||y instanceof Gn||y instanceof vn)rt=y.copy(),tt(y,rt);else{if(y instanceof vi||y instanceof Ie||y instanceof he)return y;if(y instanceof Oe)rt=new Oe().addAll(kg(a,y.Fa(),!1,b,E,z)),tt(y,rt);else if(y instanceof Ge)rt=new Ge().addAll(kg(a,y.Fa(),!1,b,E,z)),tt(y,rt);else if(y instanceof yn)rt=new yn().addAll(kg(a,y.Fa(),!1,b,E,z)),tt(y,rt);else if(y instanceof Date)rt=new Date(y.getTime()),tt(y,rt);else if(y instanceof RegExp)rt=new RegExp(y),tt(y,rt),rt.lastIndex=y.lastIndex;else if(typeof y.copy=="function")rt=y.copy(),tt(y,rt);else for(ht in rt={},tt(y,rt),y)ht!=="__gohashid"&&(rt[ht]=kg(a,y[ht],!1,b,E,z))}return x&&z.forEach(function(gt){delete gt.__gohashid}),rt}xt=rn.prototype,xt.quote=function(a){return JSON.stringify(a).replace(/[\u007F-\uFFFF]/g,function(y){return"\\u"+("0000"+y.charCodeAt(0).toString(16)).substr(-4)})},xt.rm=function(){var a="";return this.name!==""&&(a+=`,
|
|
"name": `+this.quote(this.name)),this.dataFormat!==""&&(a+=`,
|
|
"dataFormat": `+this.quote(this.dataFormat)),this.isReadOnly&&(a+=`,
|
|
"isReadOnly": `+this.isReadOnly),this.nodeKeyProperty!=="key"&&typeof this.nodeKeyProperty=="string"&&(a+=`,
|
|
"nodeKeyProperty": `+this.quote(this.nodeKeyProperty)),this.copiesArrays&&(a+=`,
|
|
"copiesArrays": true`),this.copiesArrayObjects&&(a+=`,
|
|
"copiesArrayObjects": true`),this.copiesKey||(a+=`,
|
|
"copiesKey": false`),this.nodeCategoryProperty!=="category"&&typeof this.nodeCategoryProperty=="string"&&(a+=`,
|
|
"nodeCategoryProperty": `+this.quote(this.nodeCategoryProperty)),a},xt.gp=function(a){a.name&&(this.name=a.name),a.dataFormat&&(this.dataFormat=a.dataFormat),a.isReadOnly&&(this.isReadOnly=!0),a.nodeKeyProperty&&(this.nodeKeyProperty=a.nodeKeyProperty),a.copiesArrays&&(this.copiesArrays=!0),a.copiesArrayObjects&&(this.copiesArrayObjects=!0),a.copiesKey===!1&&(this.copiesKey=!1),a.nodeCategoryProperty&&(this.nodeCategoryProperty=a.nodeCategoryProperty)};function SS(a,y){y=y.modelData,je(y)&&(a.dm(y),a.modelData=y)}xt.Rv=function(){var a=this.modelData,y=!1,x;for(x in a)if(!wS(x,a[x])){y=!0;break}return a="",y&&(a=`,
|
|
"modelData": `+hy(this,this.modelData)),a+`,
|
|
"nodeDataArray": `+xu(this,this.nodeDataArray,!0)},xt.kv=function(a){SS(this,a),a=a.nodeDataArray,Fn(a)&&(this.dm(a),this.nodeDataArray=a)};function xS(a,y){function x(E,z){if((z=z.part)&&(z=z.data,E!==z)){var tt=b.get(E);tt===null?(tt=new Ge,tt.add(z),b.add(E,tt)):tt.add(z)}}var b=a.vh;b===null&&(b=new yn,y.changes.each(function(E){if(E.diagram!==null){var z=E.change;z===_i?(E=E.object.panel)&&(z=E.data)&&x(z,E):(z===yo||z===Ao)&&(E=E.object,(z=E.itemArray)&&x(z,E))}}),a.vh=b)}function PS(a,y){for(var x=new Ge,b=0;b<a.nodeDataArray.length;b++){var E=a.nodeDataArray[b];a0(a,y,E,E,x)}return x}function a0(a,y,x,b,E){if(Array.isArray(x))for(var z=0;z<x.length;z++){var tt=x[z];if(tt===y)return E.add(b),!0;if(a0(a,y,tt,b,E))return!0}else if(je(x)&&Object.getPrototypeOf(x)===Object.prototype)for(z in x){if(tt=x[z],tt===y)return E.add(b),!0;if(a0(a,y,tt,b,E))return!0}return!1}xt.Pv=function(a,y){var x=this,b=!1,E=new Ge,z=new Ge,tt=new Ge,ot=this.vh;a.changes.each(function(ht){ht.model===x&&(ht.modelChange==="nodeDataArray"?ht.change===yo?E.add(ht.newValue):ht.change===Ao&&tt.add(ht.oldValue):x.lb(ht.object)?z.add(ht.object):ht.change!==_i||x.modelData!==ht.object&&ht.propertyName!=="modelData"?ht.object!==null&&(ot&&ot.contains(ht.object)?ot.get(ht.object).each(function(gt){x.lb(gt)&&z.add(gt)}):ht.object instanceof rn||x.ri()&&x.Jc(ht.object)||PS(x,ht.object).each(function(gt){z.add(gt)})):b=!0)});var rt=this.il;rt.clear(),E.each(function(ht){rt.add(x.wa(ht)),y||z.add(ht)});var at=this.kl;return at.clear(),tt.each(function(ht){at.add(x.wa(ht)),y&&z.add(ht)}),a="",b&&(a+=`,
|
|
"modelData": `+hy(this,this.modelData)),0<rt.count&&(a+=(y?this.Yv:this.Wv)+xu(this,rt.Fa(),!0)),0<z.count&&(a+=this.jy+xu(this,z.Fa(),!0)),0<at.count&&(a+=(y?this.Wv:this.Yv)+xu(this,at.Fa(),!0)),at.clear(),rt.clear(),a},xt.fp=function(a){(a.name!==void 0&&a.name!==this.name||a.dataFormat!==void 0&&a.dataFormat!==this.dataFormat||a.isReadOnly!==void 0&&a.isReadOnly!==this.isReadOnly||a.nodeKeyProperty!==void 0&&a.nodeKeyProperty!==this.nodeKeyProperty||a.copiesArrays!==void 0&&a.copiesArrays!==this.copiesArrays||a.copiesArrayObjects!==void 0&&a.copiesArrayObjects!==this.copiesArrayObjects||a.copiesKey!==void 0&&a.copiesKey!==this.copiesKey||a.nodeCategoryProperty!==void 0&&a.nodeCategoryProperty!==this.nodeCategoryProperty)&&se("applyIncrementalJson cannot change Model properties"),SS(this,a);var y=a.insertedNodeKeys,x=a.modifiedNodeData,b=new yn;if(Array.isArray(x))for(var E=0;E<x.length;E++){var z=x[E],tt=this.wa(z);tt!=null&&b.set(tt,z)}if(Array.isArray(y))for(E=y.length,z=0;z<E;z++){tt=y[z];var ot=this.hc(tt);ot===null&&(ot=(ot=b.get(tt))?ot:this.copyNodeData({}),this.km(ot,tt),this.xf(ot))}if(Array.isArray(x)){for(y=x.length,b=0;b<y;b++)if(E=x[b],z=this.wa(E),z=this.hc(z),z!==null){for(var rt in E)rt==="__gohashid"||rt===this.nodeKeyProperty||this.Wj()&&rt===this.nodeIsGroupProperty||this.setDataProperty(z,rt,E[rt]);this.lm(E,z)}}if(a=a.removedNodeKeys,Array.isArray(a))for(x=a.length,rt=0;rt<x;rt++)y=this.hc(a[rt]),y!==null&&this.cm(y)},xt.$x=function(a,y){a.change!==xs&&se("Model.toIncrementalJson argument is not a Transaction ChangedEvent:"+a.toString());var x=a.object;return a.isTransactionFinished&&x instanceof _o?(y===void 0&&(y=sp(this,this)),xS(this,x),a=this.Pv(x,a.propertyName==="FinishedUndo"),this.vh=null,y==="2"?'{ "incremental": 2'+a+"}":'{ "class": '+this.quote(y)+', "incremental": 1'+this.rm()+a+"}"):'{ "incremental": 0 }'},xt.yA=function(a,y){return this.$x(a,y)},xt.np=function(a){return a===void 0&&(a=sp(this,this)),'{ "class": '+this.quote(a)+this.rm()+this.Rv()+"}"},xt.toJSON=function(a){return this.np(a)},xt.Zw=function(a){var y=null;if(typeof a=="string")try{y=ce.JSON.parse(a)}catch(b){}else typeof a=="object"?y=a:se("Unable to modify a Model from: "+a);var x=y.incremental;typeof x!="number"&&se("Unable to apply non-incremental changes to Model: "+a),x!==0&&(this.Ea("applyIncrementalJson"),this.fp(y),this.eb("applyIncrementalJson"))},xt.Ky=function(a){return this.Zw(a)},rn.constructGraphLinksModel=function(){return new rn},xt=rn.prototype,xt.dm=function(a){if(Fn(a))for(var y=a.length,x=0;x<y;x++){var b=a[x];if(je(b)){var E=x;b=this.dm(b),Array.isArray(a)?a[E]=b:se("Cannot replace an object in an HTMLCollection or NodeList at "+E)}}else if(je(a)){for(y in a)if(x=a[y],je(x)&&(x=this.dm(x),a[y]=x,y==="points"&&Array.isArray(x))){for(E=x.length%2===0,b=0;b<x.length;b++)if(typeof x[b]!="number"){E=!1;break}if(E){for(E=new Oe,b=0;b<x.length/2;b++)E.add(new It(x[2*b],x[2*b+1]));E.freeze(),a[y]=E}}return Ex(a)}return a},xt.sm=function(a){return a===void 0?"undefined":a===null?"null":a===!0?"true":a===!1?"false":typeof a=="string"?this.quote(a):typeof a=="number"?a===1/0?"9e9999":a===-1/0?"-9e9999":isNaN(a)?'{"class":"NaN"}':a.toString():a instanceof Date?'{"class":"Date", "value":"'+a.toJSON()+'"}':a instanceof Number?this.sm(a.valueOf()):Fn(a)?xu(this,a):je(a)?hy(this,a):typeof a=="function"?"null":a.toString()};function xu(a,y,x){x===void 0&&(x=!1);var b=y.length;if(0>=b)return"[]";var E=new Ci;E.add("["),x&&1<b&&E.add(`
|
|
`);for(var z=0;z<b;z++){var tt=y[z];tt!==void 0&&(0<z&&(E.add(","),x&&E.add(`
|
|
`)),E.add(a.sm(tt)))}return x&&1<b&&E.add(`
|
|
`),E.add("]"),E.toString()}function wS(a,y){return y===void 0||a==="__gohashid"||a[0]==="_"||typeof y=="function"}function _r(a){return isNaN(a)?"NaN":a===1/0?"9e9999":a===-1/0?"-9e9999":a}function hy(a,y){var x=y;if(x instanceof It)y={class:"go.Point",x:_r(x.x),y:_r(x.y)};else if(x instanceof Ye)y={class:"go.Size",width:_r(x.width),height:_r(x.height)};else if(x instanceof ge)y={class:"go.Rect",x:_r(x.x),y:_r(x.y),width:_r(x.width),height:_r(x.height)};else if(x instanceof Gn)y={class:"go.Margin",top:_r(x.top),right:_r(x.right),bottom:_r(x.bottom),left:_r(x.left)};else if(x instanceof vn)x.sb()?y={class:"go.Spot",x:_r(x.x),y:_r(x.y),offsetX:_r(x.offsetX),offsetY:_r(x.offsetY)}:y={class:"go.Spot",enum:x.toString()};else if(x instanceof vi){if(y={class:"go.Brush",type:x.type.name},x.type===Nh?y.color=x.color:(x.type===Xl||x.type===qs)&&(y.start=x.start,y.end=x.end,x.type===qs&&(x.startRadius!==0&&(y.startRadius=_r(x.startRadius)),isNaN(x.endRadius)||(y.endRadius=_r(x.endRadius)))),x.colorStops!==null){var b={};for(x=x.colorStops.iterator;x.next();)b[x.key]=x.value;y.colorStops=b}}else x instanceof Ie?(y={class:"go.Geometry",type:x.type.name},x.startX!==0&&(y.startX=_r(x.startX)),x.startY!==0&&(y.startY=_r(x.startY)),x.endX!==0&&(y.endX=_r(x.endX)),x.endY!==0&&(y.endY=_r(x.endY)),x.spot1.D(gr)||(y.spot1=x.spot1),x.spot2.D(Us)||(y.spot2=x.spot2),x.type===Ie.o&&(y.path=Ie.ia(x))):x instanceof he&&(y={class:"go.EnumValue",classType:sp(a,x.classType),name:x.name});b="{",x=!0;for(var E in y){var z=po(y,E);if(!wS(E,z))if(x?x=!1:b+=",",b+=a.quote(E)+":",E==="points"&&z instanceof Oe){var tt="[";for(z=z.iterator;z.next();){var ot=z.value;1<tt.length&&(tt+=","),tt+=a.sm(ot.x),tt+=",",tt+=a.sm(ot.y)}tt+="]",b+=tt}else b+=a.sm(z)}return b+"}"}function Kr(a){return typeof a=="number"?a:a==="NaN"?NaN:a==="9e9999"?1/0:a==="-9e9999"?-1/0:parseFloat(a)}function Ex(a){if(typeof a!="object")return a;var y=a.class||"";if(y==="NaN")return NaN;if(y==="Date")return new Date(a.value);if(y.indexOf("go.")!==0)return a;y=y.substr(3);var x=a;if(y==="Point")x=new It(Kr(a.x),Kr(a.y));else if(y==="Size")x=new Ye(Kr(a.width),Kr(a.height));else if(y==="Rect")x=new ge(Kr(a.x),Kr(a.y),Kr(a.width),Kr(a.height));else if(y==="Margin")x=new Gn(Kr(a.top),Kr(a.right),Kr(a.bottom),Kr(a.left));else if(y==="Spot")typeof a.enum=="string"?x=Ef(a.enum):x=new vn(Kr(a.x),Kr(a.y),Kr(a.offsetX),Kr(a.offsetY));else if(y==="Brush"){if(x=new vi,x.type=ei(vi,a.type),typeof a.color=="string"&&(x.color=a.color),a.start instanceof vn&&(x.start=a.start),a.end instanceof vn&&(x.end=a.end),typeof a.startRadius=="number"&&(x.startRadius=Kr(a.startRadius)),typeof a.endRadius=="number"&&(x.endRadius=Kr(a.endRadius)),a=a.colorStops,je(a))for(var b in a)x.addColorStop(parseFloat(b),a[b])}else y==="Geometry"?(x=null,typeof a.path=="string"?x=Ie.parse(a.path):x=new Ie,x.type=ei(Ie,a.type),typeof a.startX=="number"&&(x.startX=Kr(a.startX)),typeof a.startY=="number"&&(x.startY=Kr(a.startY)),typeof a.endX=="number"&&(x.endX=Kr(a.endX)),typeof a.endY=="number"&&(x.endY=Kr(a.endY)),a.spot1 instanceof vn&&(x.spot1=a.spot1),a.spot2 instanceof vn&&(x.spot2=a.spot2)):y==="EnumValue"&&(b=a.classType,b.indexOf("go.")===0&&(b=b.substr(3)),b=dy(b),typeof b=="function"&&(x=ei(b,a.name)));return x}xt.Pe=function(a){return this.Lt.add(a),this},xt.ik=function(a){this.Lt.remove(a)},xt.ds=function(a){this.skipsUndoManager||this.undoManager.Tu(a);for(var y=this.Lt,x=y.length,b=0;b<x;b++)y.M(b)(a)},xt.cb=function(a,y,x,b,E,z,tt){Eo(this,"",a,y,x,b,E,z,tt)},xt.g=function(a,y,x,b,E){Eo(this,"",_i,a,this,y,x,b,E)},xt.Fs=function(a,y,x,b,E,z){Eo(this,"",_i,y,a,x,b,E,z)};function Eo(a,y,x,b,E,z,tt,ot,rt){ot===void 0&&(ot=null),rt===void 0&&(rt=null);var at=new Xi;at.model=a,at.change=x,at.modelChange=y,at.propertyName=b,at.object=E,at.oldValue=z,at.oldParam=ot,at.newValue=tt,at.newParam=rt,a.ds(at)}rn.prototype.changeState=function(a,y){if(a!==null&&a.model===this)if(a.change===_i){var x=a.object,b=a.propertyName,E=a.I(y);b===this.nodeKeyProperty&&this.lb(x)&&(y=a.I(!y),y!==void 0&&this.kb.remove(y),E!==void 0&&this.kb.add(E,x)),Gi(x,b,E)}else a.change===yo?(x=a.newParam,a.modelChange==="nodeDataArray"?(a=a.newValue,je(a)&&typeof x=="number"&&(b=this.wa(a),y?(this.Tc[x]===a&&$i(this.Tc,x),b!==void 0&&this.kb.remove(b)):(this.Tc[x]!==a&&Oo(this.Tc,x,a),b!==void 0&&this.kb.add(b,a)))):a.modelChange===""?((b=a.object)&&!Fn(b)&&a.propertyName&&(b=po(a.object,a.propertyName)),Fn(b)&&typeof x=="number"&&(a=a.newValue,y?$i(b,x):Oo(b,x,a))):se("unknown ChangedEvent.Insert modelChange: "+a.toString())):a.change===Ao?(x=a.oldParam,a.modelChange==="nodeDataArray"?(a=a.oldValue,je(a)&&typeof x=="number"&&(b=this.wa(a),y?(this.Tc[x]!==a&&Oo(this.Tc,x,a),b!==void 0&&this.kb.add(b,a)):(this.Tc[x]===a&&$i(this.Tc,x),b!==void 0&&this.kb.remove(b)))):a.modelChange===""?((b=a.object)&&!Fn(b)&&a.propertyName&&(b=po(a.object,a.propertyName)),Fn(b)&&typeof x=="number"&&(a=a.oldValue,y?Oo(b,x,a):$i(b,x))):se("unknown ChangedEvent.Remove modelChange: "+a.toString())):a.change!==xs&&se("unknown ChangedEvent: "+a.toString())},rn.prototype.Ea=function(a){return this.undoManager.Ea(a)},rn.prototype.eb=function(a){return this.undoManager.eb(a)},rn.prototype.Kf=function(){return this.undoManager.Kf()},rn.prototype.commit=function(a,y){y===void 0&&(y="");var x=this.skipsUndoManager;y===null&&(this.skipsUndoManager=!0,y=""),this.undoManager.Ea(y);var b=!1;try{a(this),b=!0}finally{b?this.undoManager.eb(y):this.undoManager.Kf(),this.skipsUndoManager=x}},xt=rn.prototype,xt.La=function(a,y){y===void 0&&(y=""),Eo(this,"SourceChanged",xs,y,a,null,null)},xt.wa=function(a){if(a!==null){var y=this.Th;if(y!==""&&(y=po(a,y),y!==void 0)){if(Pu(y))return y;se("Key value for node data "+a+" is not a number or a string: "+y)}}},xt.km=function(a,y){if(a!==null){var x=this.Th;if(x!=="")if(this.lb(a)){var b=po(a,x);b!==y&&this.hc(y)===null&&(Gi(a,x,y),b!==void 0&&this.kb.remove(b),this.kb.add(y,a),Eo(this,"nodeKey",_i,x,a,b,y),typeof x=="string"&&this.La(a,x),this.jp(b,y))}else Gi(a,x,y)}};function Pu(a){return typeof a=="number"||typeof a=="string"}xt.lb=function(a){var y=this.wa(a);return y===void 0?!1:this.kb.I(y)===a},xt.hc=function(a){return a===null&&se("Model.findNodeDataForKey:key must not be null"),a!==void 0&&Pu(a)?this.kb.I(a):null},xt.$u=function(a){if(a!==null){var y=this.Th;if(y!==""){var x=this.wa(a);if(x===void 0||this.kb.contains(x)){var b=this.bl;if(b!==null&&(x=b(this,a),x!=null&&!this.kb.contains(x))){Gi(a,y,x);return}if(typeof x=="string"){for(b=2;this.kb.contains(x+b);)b++;Gi(a,y,x+b)}else if(x===void 0||typeof x=="number"){for(x=-this.kb.count-1;this.kb.contains(x);)x--;Gi(a,y,x)}}}}},xt.xf=function(a){a!==null&&(ls(a),this.lb(a)||CS(this,a,!0))};function CS(a,y,x){var b=a.wa(y);(b===void 0||a.kb.I(b)!==y)&&(a.$u(y),b=a.wa(y),b===void 0&&se("Model.makeNodeDataKeyUnique failed on "+y+". Data not added to Model."),a.kb.add(b,y),b=null,x&&(b=a.Tc.length,Oo(a.Tc,b,y)),Eo(a,"nodeDataArray",yo,"nodeDataArray",a,null,y,null,b),a.fm(y),a.em(y))}xt.Fy=function(a){if(Fn(a))for(var y=a.length,x=0;x<y;x++)this.xf(a[x]);else for(a=a.iterator;a.next();)this.xf(a.value)},xt.cm=function(a){a!==null&&LS(this,a,!0)};function LS(a,y,x){var b=a.wa(y);if(b!==void 0&&a.kb.remove(b),b=null,x){t:if(x=a.Tc,Array.isArray(x))b=x.indexOf(y);else{b=x.length;for(var E=0;E<b;E++)if(x[E]===y){b=E;break t}b=-1}if(0>b)return;$i(a.Tc,b)}Eo(a,"nodeDataArray",Ao,"nodeDataArray",a,y,null,b,null),a.qp(y)}xt.nA=function(a){if(Fn(a))for(var y=a.length,x=0;x<y;x++)this.cm(a[x]);else for(a=a.iterator;a.next();)this.cm(a.value)},xt.$z=function(a){if(a!==this.nodeDataArray&&Fn(a)){var y=this.kl;y.clear(),y.addAll(this.kb.iteratorKeys);var x=this.il;x.clear();for(var b=a.length,E=0;E<b;E++){var z=a[E],tt=this.wa(z);if(tt!==void 0){x.add(tt);var ot=this.hc(tt);ot!==z&&(ot!==null?(this.Do(ot,z),this.lm(z,ot)):(z=this.cloneDeep(z),this.km(z,tt),this.xf(z)))}else tt=this.cloneDeep(z),this.xf(tt),x.add(this.wa(tt))}for(a=y.iterator;a.next();)b=a.value,x.contains(b)||(b=this.hc(b))&&this.cm(b);y.clear(),x.clear()}},xt.jp=function(a,y){y!==void 0&&(a=rp(this,a),a instanceof Ge&&this.Vf.add(y,a))},xt.Lv=function(){},xt.fm=function(){},xt.em=function(){},xt.qp=function(){};function Ra(a,y,x){if(y!==void 0){var b=a.Vf.I(y);b===null&&(b=new Ge,a.Vf.add(y,b)),b.add(x)}}function za(a,y,x){if(y!==void 0){var b=a.Vf.I(y);b instanceof Ge&&(x==null?a.Vf.remove(y):(b.remove(x),b.count===0&&a.Vf.remove(y)))}}function rp(a,y){return y===void 0?null:(a=a.Vf.I(y),a instanceof Ge?a:null)}xt.Qy=function(a){a===void 0?this.Vf.clear():this.Vf.remove(a)},rn.prototype.copyNodeData=function(a){if(a===null)return null;var y=this.Bk;return a=y!==null?y(a,this):l0(this,a,!0),je(a)&&qi(a),a};function l0(a,y,x){if(a.copiesArrays&&Array.isArray(y)){var b=[];for(x=0;x<y.length;x++){var E=l0(a,y[x],a.copiesArrayObjects);b.push(E)}return qi(b),b}if(x&&je(y)){x=(x=y.constructor)?new x:{},E=a.copiesKey||typeof a.nodeKeyProperty!="string"?null:a.nodeKeyProperty;for(b in y)if(b==="__gohashid")x.__gohashid=void 0;else if(b===E)x[E]=void 0;else{var z=po(y,b),tt=sp(a,z);tt==="GraphObject"||tt==="Diagram"||tt==="Layer"||tt==="RowColumnDefinition"||tt==="AnimationManager"||tt==="Tool"||tt==="CommandHandler"||tt==="Layout"||tt==="InputEvent"||tt==="DiagramEvent"||z instanceof rn||z instanceof Zi||z instanceof _o||z instanceof Xi||(z=l0(a,z,!1)),Gi(x,b,z)}return qi(x),x}return y instanceof It||y instanceof Ye||y instanceof ge||y instanceof vn||y instanceof Gn?y.copy():y}rn.prototype.setDataProperty=function(a,y,x){if(this.lb(a)){if(y===this.nodeKeyProperty){this.km(a,x);return}if(y===this.nodeCategoryProperty){this.jm(a,x);return}}else!kS&&a instanceof Xt&&(kS=!0,pi('Model.setDataProperty is modifying a GraphObject, "'+a.toString()+'"'),pi(" Is that really your intent?"));var b=po(a,y);b!==x&&(Gi(a,y,x),this.Fs(a,y,b,x))},xt=rn.prototype,xt.set=function(a,y,x){this.setDataProperty(a,y,x)},xt.Do=function(a,y){if(y){var x=this.lb(a),b;for(b in y)b==="__gohashid"||x&&b===this.nodeKeyProperty||this.setDataProperty(a,b,y[b])}},xt.Ay=function(a,y){this.ts(a,-1,y)},xt.ts=function(a,y,x){0>y&&(y=a.length),Oo(a,y,x),Eo(this,"",yo,"",a,null,x,null,y)},xt.ov=function(a,y){y===void 0&&(y=-1),a===this.Tc&&se("Model.removeArrayItem should not be called on the Model.nodeDataArray"),y===-1&&(y=a.length-1);var x=a[y];$i(a,y),Eo(this,"",Ao,"",a,x,null,y,null)},xt.Ro=function(a){if(a===null)return"";var y=this.lj;if(y===""||(y=po(a,y),y===void 0))return"";if(typeof y=="string")return y;se("getCategoryForNodeData found a non-string category for "+a+": "+y)},xt.jm=function(a,y){if(a!==null){var x=this.lj;if(x!=="")if(this.lb(a)){var b=po(a,x);b===void 0&&(b=""),b!==y&&(Gi(a,x,y),Eo(this,"nodeCategory",_i,x,a,b,y))}else Gi(a,x,y)}},xt.lm=function(a,y){this.jm(y,this.Ro(a))},xt.Tl=function(){return!1},xt.Wj=function(){return!1},xt.ri=function(){return!1},xt.xs=function(){return!1},xt.Xj=function(){return!1};function uy(){return new rn}function sp(a,y){if(typeof y=="function"){if(y.className)return y.className;if(y.name)return y.name}else if(typeof y=="object"&&y!==null&&y.constructor)return sp(a,y.constructor);return typeof y}function dy(a){return ka[a]?ka[a]:ce.go!==void 0&&ce.go[a]?ce.go[a]:null}function po(a,y){if(!a||!y)return null;try{if(typeof y=="function")var x=y(a);else typeof a.getAttribute=="function"?(x=a.getAttribute(y),x===null&&(x=void 0)):x=a[y]}catch(b){}return x}function Gi(a,y,x){if(a&&y)try{typeof y=="function"?y(a,x):typeof a.setAttribute=="function"?a.setAttribute(y,x):a[y]=x}catch(b){}}be.Object.defineProperties(rn.prototype,{name:{get:function(){return this.xa},set:function(a){var y=this.xa;y!==a&&(this.xa=a,this.g("name",y,a))}},dataFormat:{get:function(){return this.Sm},set:function(a){var y=this.Sm;y!==a&&(this.Sm=a,this.g("dataFormat",y,a))}},isReadOnly:{get:function(){return this.Gg},set:function(a){var y=this.Gg;y!==a&&(this.Gg=a,this.g("isReadOnly",y,a))}},modelData:{get:function(){return this.j},set:function(a){var y=this.j;y!==a&&(this.j=a,this.g("modelData",y,a),this.La(a))}},undoManager:{get:function(){return this.o},set:function(a){var y=this.o;y!==a&&(y!==null&&y.Rx(this),this.o=a,a!==null&&a.Xw(this))}},skipsUndoManager:{get:function(){return this.Wg},set:function(a){this.Wg=a}},nodeKeyProperty:{get:function(){return this.Th},set:function(a){var y=this.Th;y!==a&&(a===""&&se("Model.nodeKeyProperty may not be the empty string"),0<this.kb.count&&se("Cannot set Model.nodeKeyProperty when there is existing node data"),this.Th=a,this.g("nodeKeyProperty",y,a))}},makeUniqueKeyFunction:{get:function(){return this.bl},set:function(a){var y=this.bl;y!==a&&(this.bl=a,this.g("makeUniqueKeyFunction",y,a))}},nodeDataArray:{get:function(){return this.Tc},set:function(a){var y=this.Tc;if(y!==a){this.kb.clear(),this.Lv();for(var x=a.length,b=0;b<x;b++){var E=a[b];je(E)||se("Model.nodeDataArray must only contain Objects, not: "+E),ls(E)}for(this.Tc=a,b=new Oe,E=0;E<x;E++){var z=a[E],tt=this.wa(z);tt===void 0||this.kb.I(tt)!==null?b.add(z):this.kb.add(tt,z)}for(b=b.iterator;b.next();)E=b.value,this.$u(E),z=this.wa(E),z!==void 0&&this.kb.add(z,E);for(Eo(this,"nodeDataArray",_i,"nodeDataArray",this,y,a),y=0;y<x;y++)b=a[y],this.fm(b),this.em(b);Array.isArray(a)||(this.isReadOnly=!0)}}},copyNodeDataFunction:{get:function(){return this.Bk},set:function(a){var y=this.Bk;y!==a&&(this.Bk=a,this.g("copyNodeDataFunction",y,a))}},copiesArrays:{get:function(){return this.Km},set:function(a){var y=this.Km;y!==a&&(this.Km=a,this.g("copiesArrays",y,a))}},copiesArrayObjects:{get:function(){return this.Jm},set:function(a){var y=this.Jm;y!==a&&(this.Jm=a,this.g("copiesArrayObjects",y,a))}},copiesKey:{get:function(){return this.Mm},set:function(a){var y=this.Mm;y!==a&&(this.Mm=a,this.g("copiesKey",y,a))}},afterCopyFunction:{get:function(){return this.xm},set:function(a){var y=this.xm;y!==a&&(this.xm=a,this.g("afterCopyFunction",y,a))}},nodeCategoryProperty:{get:function(){return this.lj},set:function(a){var y=this.lj;y!==a&&(this.lj=a,this.g("nodeCategoryProperty",y,a))}},type:{get:function(){return"Model"}}}),rn.prototype.setCategoryForNodeData=rn.prototype.jm,rn.prototype.getCategoryForNodeData=rn.prototype.Ro,rn.prototype.removeArrayItem=rn.prototype.ov,rn.prototype.insertArrayItem=rn.prototype.ts,rn.prototype.addArrayItem=rn.prototype.Ay,rn.prototype.assignAllDataProperties=rn.prototype.Do,rn.prototype.set=rn.prototype.set,rn.prototype.clearUnresolvedReferences=rn.prototype.Qy,rn.prototype.mergeNodeDataArray=rn.prototype.$z,rn.prototype.removeNodeDataCollection=rn.prototype.nA,rn.prototype.removeNodeData=rn.prototype.cm,rn.prototype.addNodeDataCollection=rn.prototype.Fy,rn.prototype.addNodeData=rn.prototype.xf,rn.prototype.makeNodeDataKeyUnique=rn.prototype.$u,rn.prototype.findNodeDataForKey=rn.prototype.hc,rn.prototype.containsNodeData=rn.prototype.lb,rn.prototype.setKeyForNodeData=rn.prototype.km,rn.prototype.getKeyForNodeData=rn.prototype.wa,rn.prototype.updateTargetBindings=rn.prototype.La,rn.prototype.commit=rn.prototype.commit,rn.prototype.rollbackTransaction=rn.prototype.Kf,rn.prototype.commitTransaction=rn.prototype.eb,rn.prototype.startTransaction=rn.prototype.Ea,rn.prototype.raiseDataChanged=rn.prototype.Fs,rn.prototype.raiseChanged=rn.prototype.g,rn.prototype.raiseChangedEvent=rn.prototype.cb,rn.prototype.removeChangedListener=rn.prototype.ik,rn.prototype.addChangedListener=rn.prototype.Pe,rn.prototype.writeJsonValue=rn.prototype.sm,rn.prototype.replaceJsonObjects=rn.prototype.dm,rn.prototype.applyIncrementalJSON=rn.prototype.Ky,rn.prototype.applyIncrementalJson=rn.prototype.Zw,rn.prototype.toJSON=rn.prototype.toJSON,rn.prototype.toJson=rn.prototype.np,rn.prototype.toIncrementalJSON=rn.prototype.yA,rn.prototype.toIncrementalJson=rn.prototype.$x,rn.prototype.toIncrementalData=rn.prototype.xA,rn.prototype.clear=rn.prototype.clear;var kS=!1,ka={};rn.className="Model",rn.fromJSON=rn.fromJson=function(a,y){y===void 0&&(y=null);var x=null;if(typeof a=="string")try{x=ce.JSON.parse(a)}catch(z){}else typeof a=="object"?x=a:se("Unable to construct a Model from: "+a);if(y===null){a=null;var b=x.class;if(typeof b=="string")try{var E=null;b.indexOf("go.")===0?(b=b.substr(3),E=dy(b)):(E=dy(b),E===null&&(E=ce[b])),typeof E=="function"&&(a=new E)}catch(z){}a===null||a instanceof rn?y=a:se("Unable to construct a Model of declared class: "+x.class)}return y===null&&(y=rn.constructGraphLinksModel()),y.gp(x),y.kv(x),y},rn.safePropertyValue=po,rn.safePropertySet=Gi,ka.Brush=vi,ka.ChangedEvent=Xi,ka.Geometry=Ie,ka.Margin=Gn,ka.Panel=Ne,ka.Point=It,ka.Rect=ge,ka.Size=Ye,ka.Spot=vn,ka.Transaction=_o,ka.UndoManager=Zi;function Po(a,y,x,b){qi(this),this._isFrozen=!1,a===void 0&&(a=""),y===void 0&&(y=a),x===void 0&&(x=null),this.j=-1,this.xd=null,this.xl=a,this.wl=this.to=0,this.Cr=null,this.wn=!1,this.sl=y,this.Im=x,b===void 0?(this.el=TS,this.wk=null):(this.el=ap,this.wk=b),this.st=new Ge}Po.prototype.copy=function(){var a=new Po;return a.xl=this.xl,a.to=this.to,a.wl=this.wl,a.Cr=this.Cr,a.wn=this.wn,a.sl=this.sl,a.Im=this.Im,a.el=this.el,a.wk=this.wk,a},xt=Po.prototype,xt.qb=function(a){a.classType===Po&&(this.mode=a)},xt.toString=function(){return"Binding("+this.targetProperty+":"+this.sourceProperty+(this.Ai!==-1?" "+this.Ai:"")+" "+this.mode.name+")"},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return this._isFrozen=!1,this},xt.Kx=function(a){return a===void 0&&(a=null),this.mode=ap,this.backConverter=a,this},xt.cp=function(a){return a===void 0&&(a=""),this.sourceName=a,this.isToModel=!1,this},xt.dA=function(){return this.sourceName=null,this.isToModel=!0,this};function MS(a,y,x){return a=a.sourceName,a===null||a===""?y:a==="/"?x.part:a==="."?x:a===".."?x.panel:y.fb(a)}xt.Mv=function(a,y,x){var b=this.sl;if(x===void 0||b===""||b===x){x=this.xl;var E=this.Im;if(E===null&&x==="")pi("Binding error: target property is the empty string: "+this.toString());else{var z=y;if(b!==""&&(z=po(y,b)),z!==void 0)if(E===null)x!==""&&Gi(a,x,z);else try{if(x!==""){var tt=E(z,a);Gi(a,x,tt)}else E(z,a)}catch(ot){}}}},xt.sp=function(a,y,x,b){if(this.el===ap){var E=this.xl;if(x===void 0||E===x){x=this.sl;var z=this.wk,tt=a;if(E!==""&&(tt=po(a,E)),tt!==void 0&&!this.st.contains(a))try{this.st.add(a);var ot=b!==null?b.diagram:null,rt=ot!==null?ot.model:null;if(z===null){if(x!=="")rt!==null?rt.setDataProperty(y,x,tt):Gi(y,x,tt);else if(rt!==null&&b!==null&&0<=b.itemIndex&&b.panel!==null&&Array.isArray(b.panel.itemArray)){var at=b.itemIndex,ht=b.panel.itemArray;rt.ov(ht,at),rt.ts(ht,at,tt)}}else try{if(x!==""){var gt=z(tt,y,rt);rt!==null?rt.setDataProperty(y,x,gt):Gi(y,x,gt)}else{var mt=z(tt,y,rt);if(mt!==void 0&&rt!==null&&b!==null&&0<=b.itemIndex&&b.panel!==null&&Array.isArray(b.panel.itemArray)){var yt=b.itemIndex,St=b.panel.itemArray;rt.ov(St,yt),rt.ts(St,yt,mt)}}}catch(Lt){}}finally{this.st.remove(a)}}}},be.Object.defineProperties(Po.prototype,{Ai:{get:function(){return this.j},set:function(a){this._isFrozen&&Cn(this),this.j=a}},targetProperty:{get:function(){return this.xl},set:function(a){this._isFrozen&&Cn(this),this.xl=a}},sourceName:{get:function(){return this.Cr},set:function(a){this._isFrozen&&Cn(this),this.Cr=a,a!==null&&(this.wn=!1)}},isToModel:{get:function(){return this.wn},set:function(a){this._isFrozen&&Cn(this),this.wn=a}},sourceProperty:{get:function(){return this.sl},set:function(a){this._isFrozen&&Cn(this),this.sl=a}},converter:{get:function(){return this.Im},set:function(a){this._isFrozen&&Cn(this),this.Im=a}},backConverter:{get:function(){return this.wk},set:function(a){this._isFrozen&&Cn(this),this.wk=a}},mode:{get:function(){return this.el},set:function(a){this._isFrozen&&Cn(this),this.el=a}}}),Po.prototype.updateSource=Po.prototype.sp,Po.prototype.updateTarget=Po.prototype.Mv,Po.prototype.ofModel=Po.prototype.dA,Po.prototype.ofObject=Po.prototype.cp,Po.prototype.makeTwoWay=Po.prototype.Kx;var Ax="Binding",TS=new he(Po,"OneWay",1),ap=new he(Po,"TwoWay",2);Po.className="Binding",Po.parseEnum=function(a,y){return function(x){return x=ei(a,x),x===null?y:x}},Po.toString=Hi,Po.OneWay=TS,Po.TwoWay=ap;function ii(a,y,x){rn.call(this),this.Vv=`,
|
|
"insertedLinkKeys": `,this.iy=`,
|
|
"modifiedLinkData": `,this.Xv=`,
|
|
"removedLinkKeys": `,this.md=[],this.$f=new Ge,this.wb=new yn,this.Jh="",this.Ri=this.Ak=this.cl=null,this.lf="from",this.mf="to",this.fj=this.ej="",this.dj="category",this.je="",this.jl="isGroup",this.Je="group",this.Lm=!1,y!==void 0&&(this.linkDataArray=y),a!==void 0&&(Fn(a)?this.nodeDataArray=a:x=a),x&&(Object.assign(this,x),a=x.Changed)&&(delete this.Changed,this.Pe(a))}re(ii,rn),ii.constructGraphLinksModel=rn.constructGraphLinksModel,ii.prototype.cloneProtected=function(a){rn.prototype.cloneProtected.call(this,a),a.Jh=this.Jh,a.cl=this.cl,a.Ak=this.Ak,a.lf=this.lf,a.mf=this.mf,a.ej=this.ej,a.fj=this.fj,a.dj=this.dj,a.je=this.je,a.jl=this.jl,a.Je=this.Je,a.Lm=this.Lm},xt=ii.prototype,xt.clear=function(){rn.prototype.clear.call(this),this.md=[],this.wb.clear(),this.$f.clear()},xt.toString=function(a){if(a===void 0&&(a=0),2<=a)return this.np();var y=(this.name!==""?this.name:"")+" GraphLinksModel";if(0<a){y+=`
|
|
node data:`,a=this.nodeDataArray;var x=a.length,b;for(b=0;b<x;b++){var E=a[b];y+=" "+this.wa(E)+":"+Hi(E)}for(y+=`
|
|
link data:`,a=this.linkDataArray,x=a.length,b=0;b<x;b++)E=a[b],y+=" "+zs(this,E,!0)+"-->"+zs(this,E,!1)}return y},xt.Qv=function(a,y){this.linkKeyProperty===""&&se("GraphLinksModel.linkKeyProperty must not be an empty string for .toIncrementalData() to succeed.");var x=rn.prototype.Qv.call(this,a,y),b=this,E=new Ge,z=new Ge,tt=new Ge,ot=this.vh;a.changes.each(function(ht){ht.model===b&&(ht.modelChange==="linkDataArray"?ht.change===yo?E.add(ht.newValue):ht.change===Ao&&tt.add(ht.oldValue):b.Jc(ht.object)?z.add(ht.object):ht.object!==null&&(ht.object!==null&&ot&&ot.contains(ht.object)?ot.get(ht.object).each(function(gt){b.Jc(gt)&&z.add(gt)}):ht.object instanceof rn||b.lb(ht.object)||NS(b,ht.object).each(function(gt){z.add(gt)})))});var rt=this.il;rt.clear(),E.each(function(ht){rt.add(b.Ac(ht)),y||z.add(ht)});var at=this.kl;return at.clear(),tt.each(function(ht){at.add(b.Ac(ht)),y&&z.add(ht)}),a=b.cloneDeep(z.Fa()),0<rt.count&&(x===null&&(x={}),y?x.removedLinkKeys=rt.Fa():x.insertedLinkKeys=rt.Fa()),0<a.length&&(x===null&&(x={}),x.modifiedLinkData=a),0<at.count&&(x===null&&(x={}),y?x.insertedLinkKeys=at.Fa():x.removedLinkKeys=at.Fa()),at.clear(),rt.clear(),x},xt.rm=function(){var a=rn.prototype.rm.call(this),y="";return this.linkCategoryProperty!=="category"&&typeof this.linkCategoryProperty=="string"&&(y+=`,
|
|
"linkCategoryProperty": `+this.quote(this.linkCategoryProperty)),this.linkKeyProperty!==""&&typeof this.linkKeyProperty=="string"&&(y+=`,
|
|
"linkKeyProperty": `+this.quote(this.linkKeyProperty)),this.linkFromKeyProperty!=="from"&&typeof this.linkFromKeyProperty=="string"&&(y+=`,
|
|
"linkFromKeyProperty": `+this.quote(this.linkFromKeyProperty)),this.linkToKeyProperty!=="to"&&typeof this.linkToKeyProperty=="string"&&(y+=`,
|
|
"linkToKeyProperty": `+this.quote(this.linkToKeyProperty)),this.linkFromPortIdProperty!==""&&typeof this.linkFromPortIdProperty=="string"&&(y+=`,
|
|
"linkFromPortIdProperty": `+this.quote(this.linkFromPortIdProperty)),this.linkToPortIdProperty!==""&&typeof this.linkToPortIdProperty=="string"&&(y+=`,
|
|
"linkToPortIdProperty": `+this.quote(this.linkToPortIdProperty)),this.linkLabelKeysProperty!==""&&typeof this.linkLabelKeysProperty=="string"&&(y+=`,
|
|
"linkLabelKeysProperty": `+this.quote(this.linkLabelKeysProperty)),this.nodeIsGroupProperty!=="isGroup"&&typeof this.nodeIsGroupProperty=="string"&&(y+=`,
|
|
"nodeIsGroupProperty": `+this.quote(this.nodeIsGroupProperty)),this.nodeGroupKeyProperty!=="group"&&typeof this.nodeGroupKeyProperty=="string"&&(y+=`,
|
|
"nodeGroupKeyProperty": `+this.quote(this.nodeGroupKeyProperty)),a+y},xt.gp=function(a){rn.prototype.gp.call(this,a),a.linkKeyProperty&&(this.linkKeyProperty=a.linkKeyProperty),a.linkFromKeyProperty&&(this.linkFromKeyProperty=a.linkFromKeyProperty),a.linkToKeyProperty&&(this.linkToKeyProperty=a.linkToKeyProperty),a.linkFromPortIdProperty&&(this.linkFromPortIdProperty=a.linkFromPortIdProperty),a.linkToPortIdProperty&&(this.linkToPortIdProperty=a.linkToPortIdProperty),a.linkCategoryProperty&&(this.linkCategoryProperty=a.linkCategoryProperty),a.linkLabelKeysProperty&&(this.linkLabelKeysProperty=a.linkLabelKeysProperty),a.nodeIsGroupProperty&&(this.nodeIsGroupProperty=a.nodeIsGroupProperty),a.nodeGroupKeyProperty&&(this.nodeGroupKeyProperty=a.nodeGroupKeyProperty)},xt.Rv=function(){var a=rn.prototype.Rv.call(this),y=`,
|
|
"linkDataArray": `+xu(this,this.linkDataArray,!0);return a+y},xt.kv=function(a){rn.prototype.kv.call(this,a),a=a.linkDataArray,Array.isArray(a)&&(this.dm(a),this.linkDataArray=a)};function NS(a,y){for(var x=new Ge,b=0;b<a.linkDataArray.length;b++){var E=a.linkDataArray[b];a0(a,y,E,E,x)}return x}xt.Pv=function(a,y){this.linkKeyProperty===""&&se("GraphLinksModel.linkKeyProperty must not be an empty string for .toIncrementalJson() to succeed.");var x=rn.prototype.Pv.call(this,a,y),b=this,E=new Ge,z=new Ge,tt=new Ge,ot=this.vh;a.changes.each(function(ht){ht.model===b&&(ht.modelChange==="linkDataArray"?ht.change===yo?E.add(ht.newValue):ht.change===Ao&&tt.add(ht.oldValue):b.Jc(ht.object)?z.add(ht.object):ht.object!==null&&(ht.object!==null&&ot&&ot.contains(ht.object)?ot.get(ht.object).each(function(gt){b.Jc(gt)&&z.add(gt)}):ht.object instanceof rn||b.lb(ht.object)||NS(b,ht.object).each(function(gt){z.add(gt)})))});var rt=this.il;rt.clear(),E.each(function(ht){rt.add(b.Ac(ht)),y||z.add(ht)});var at=this.kl;return at.clear(),tt.each(function(ht){at.add(b.Ac(ht)),y&&z.add(ht)}),a=x,0<rt.count&&(a+=(y?this.Xv:this.Vv)+xu(this,rt.Fa(),!0)),0<z.count&&(a+=this.iy+xu(this,z.Fa(),!0)),0<at.count&&(a+=(y?this.Vv:this.Xv)+xu(this,at.Fa(),!0)),at.clear(),rt.clear(),a},xt.fp=function(a){(a.linkCategoryProperty!==void 0&&a.linkCategoryProperty!==this.linkCategoryProperty||a.linkKeyProperty!==void 0&&a.linkKeyProperty!==this.linkKeyProperty||a.linkFromKeyProperty!==void 0&&a.linkFromKeyProperty!==this.linkFromKeyProperty||a.linkToKeyProperty!==void 0&&a.linkToKeyProperty!==this.linkToKeyProperty||a.linkFromPortIdProperty!==void 0&&a.linkFromPortIdProperty!==this.linkFromPortIdProperty||a.linkToPortIdProperty!==void 0&&a.linkToPortIdProperty!==this.linkToPortIdProperty||a.linkLabelKeysProperty!==void 0&&a.linkLabelKeysProperty!==this.linkLabelKeysProperty||a.nodeIsGroupProperty!==void 0&&a.nodeIsGroupProperty!==this.nodeIsGroupProperty||a.nodeGroupKeyProperty!==void 0&&a.nodeGroupKeyProperty!==this.nodeGroupKeyProperty)&&se("applyIncrementalJson cannot change Model properties"),rn.prototype.fp.call(this,a);var y=a.insertedLinkKeys;if(Array.isArray(y))for(var x=y.length,b=0;b<x;b++){var E=y[b],z=this.jh(E);z===null&&(z=this.Jo({}),this.Ks(z,E),this.fi(z))}if(y=a.modifiedLinkData,Array.isArray(y)){for(x=y.length,b=0;b<x;b++)if(E=y[b],z=this.Ac(E),z=this.jh(z),z!==null){for(var tt in E)tt!=="__gohashid"&&tt!==this.linkKeyProperty&&this.setDataProperty(z,tt,E[tt]);ES(this,E,z)}}if(a=a.removedLinkKeys,Array.isArray(a))for(tt=a.length,y=0;y<tt;y++)x=this.jh(a[y]),x!==null&&this.bm(x)},ii.prototype.changeState=function(a,y){if(a!==null&&a.model===this){if(a.change===_i){var x=a.object,b=a.propertyName;if(b===this.linkKeyProperty&&this.Jc(x)){var E=a.I(y);y=a.I(!y),y!==void 0&&this.wb.remove(y),E!==void 0&&this.wb.add(E,x),Gi(x,b,E);return}}else if(a.change===yo){if(x=a.newParam,a.modelChange==="linkDataArray"){a=a.newValue,je(a)&&typeof x=="number"&&(b=this.Ac(a),y?(this.$f.remove(a),this.md[x]===a&&this.md.splice(x,1),b!==void 0&&this.wb.remove(b)):(this.$f.add(a),this.md[x]!==a&&this.md.splice(x,0,a),b!==void 0&&this.wb.add(b,a)));return}if(a.modelChange==="linkLabelKeys"){b=this.Ef(a.object),Array.isArray(b)&&typeof x=="number"&&(y?(x=b.indexOf(a.newValue),0<=x&&b.splice(x,1)):0>b.indexOf(a.newValue)&&b.splice(x,0,a.newValue));return}}else if(a.change===Ao){if(x=a.oldParam,a.modelChange==="linkDataArray"){a=a.oldValue,je(a)&&typeof x=="number"&&(b=this.Ac(a),y?(this.$f.add(a),this.md[x]!==a&&this.md.splice(x,0,a),b!==void 0&&this.wb.add(b,a)):(this.$f.remove(a),this.md[x]===a&&this.md.splice(x,1),b!==void 0&&this.wb.remove(b)));return}if(a.modelChange==="linkLabelKeys"){b=this.Ef(a.object),Array.isArray(b)&&typeof x=="number"&&(y?0>b.indexOf(a.newValue)&&b.splice(x,0,a.newValue):(x=b.indexOf(a.newValue),0<=x&&b.splice(x,1)));return}}rn.prototype.changeState.call(this,a,y)}},xt=ii.prototype,xt.Vl=function(a){if(a!==void 0){var y=this.Ri;if(y!==null){var x=this.hc(a);x===null&&(x=this.copyNodeData(y),Gi(x,this.nodeKeyProperty,a),this.xf(x))}return a}},xt.yx=function(a){return zs(this,a,!0)},xt.wv=function(a,y){Mg(this,a,y,!0)},xt.Bx=function(a){return zs(this,a,!1)},xt.Bv=function(a,y){Mg(this,a,y,!1)};function zs(a,y,x){if(y!==null&&(a=x?a.lf:a.mf,a!==""&&(a=po(y,a),a!==void 0))){if(Pu(a))return a;se((x?"FromKey":"ToKey")+" value for link data "+y+" is not a number or a string: "+a)}}function Mg(a,y,x,b){if(x===null&&(x=void 0),y!==null){var E=b?a.lf:a.mf;if(E!=="")if(x=a.Vl(x),a.Jc(y)){var z=po(y,E);z!==x&&(za(a,z,y),Gi(y,E,x),a.hc(x)===null&&Ra(a,x,y),Eo(a,b?"linkFromKey":"linkToKey",_i,E,y,z,x),typeof E=="string"&&a.La(y,E))}else Gi(y,E,x)}}xt.zx=function(a){return h0(this,a,!0)},xt.xv=function(a,y){Tg(this,a,y,!0)},xt.Cx=function(a){return h0(this,a,!1)},xt.Cv=function(a,y){Tg(this,a,y,!1)};function h0(a,y,x){return y===null||(a=x?a.ej:a.fj,a==="")?"":(y=po(y,a),y===void 0?"":y)}function Tg(a,y,x,b){if(y!==null){var E=b?a.ej:a.fj;if(E!=="")if(a.Jc(y)){var z=po(y,E);z===void 0&&(z=""),z!==x&&(Gi(y,E,x),Eo(a,b?"linkFromPortId":"linkToPortId",_i,E,y,z,x),typeof E=="string"&&a.La(y,E))}else Gi(y,E,x)}}xt.Ef=function(a){if(a===null)return u0;var y=this.je;return y===""?u0:(a=po(a,y),a===void 0?u0:a)},xt.Ls=function(a,y){if(a!==null){var x=this.je;if(x!=="")if(this.Jc(a)){var b=po(a,x);if(b===void 0&&(b=u0),b!==y){if(Array.isArray(b))for(var E=b.length,z=0;z<E;z++)za(this,b[z],a);for(Gi(a,x,y),E=y.length,z=0;z<E;z++){var tt=y[z];this.hc(tt)===null&&Ra(this,tt,a)}Eo(this,"linkLabelKeys",_i,x,a,b,y),typeof x=="string"&&this.La(a,x)}}else Gi(a,x,y)}},xt.Bu=function(a,y){if(y!=null&&a!==null){var x=this.je;if(x!==""){var b=po(a,x);if(b===void 0)x=[],x.push(y),this.Ls(a,x);else if(Array.isArray(b)){var E=b.indexOf(y);0<=E||(E=b.length,b.push(y),this.Jc(a)&&(this.hc(y)===null&&Ra(this,y,a),Eo(this,"linkLabelKeys",yo,x,a,null,y,null,E)))}else se(x+" property is not an Array; cannot addLabelKeyForLinkData: "+a)}}},xt.Qx=function(a,y){if(y!=null&&a!==null){var x=this.je;if(x!==""){var b=po(a,x);if(Array.isArray(b)){var E=b.indexOf(y);0>E||(b.splice(E,1),this.Jc(a)&&(za(this,y,a),Eo(this,"linkLabelKeys",Ao,x,a,y,null,E,null)))}else b!==void 0&&se(x+" property is not an Array; cannot removeLabelKeyforLinkData: "+a)}}},xt.Ac=function(a){if(a!==null){var y=this.Jh;if(y!==""&&(y=po(a,y),y!==void 0)){if(Pu(y))return y;se("Key value for link data "+a+" is not a number or a string: "+y)}}},xt.Ks=function(a,y){if(a!==null){var x=this.Jh;if(x!=="")if(this.Jc(a)){var b=po(a,x);b!==y&&this.jh(y)===null&&(Gi(a,x,y),b!==void 0&&this.wb.remove(b),this.wb.add(y,a),Eo(this,"linkKey",_i,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Gi(a,x,y)}},xt.jh=function(a){return a===null&&se("GraphLinksModel.findLinkDataForKey:key must not be null"),a!==void 0&&Pu(a)?this.wb.I(a):null},xt.Bs=function(a){if(a!==null){var y=this.Jh;if(y!==""){var x=this.Ac(a);if(x===void 0||this.wb.contains(x)){var b=this.cl;if(b!==null&&(x=b(this,a),x!=null&&!this.wb.contains(x))){Gi(a,y,x);return}if(typeof x=="string"){for(b=2;this.wb.contains(x+b);)b++;Gi(a,y,x+b)}else if(x===void 0||typeof x=="number"){for(x=-this.wb.count-1;this.wb.contains(x);)x--;Gi(a,y,x)}}}}},xt.Jc=function(a){return a===null?!1:this.$f.contains(a)},xt.fi=function(a){a!==null&&(ls(a),this.Jc(a)||FS(this,a,!0))};function FS(a,y,x){if(a.linkKeyProperty!==""){var b=a.Ac(y);if(b!==void 0&&a.wb.I(b)===y)return;a.Bs(y),b=a.Ac(y),b===void 0&&se("GraphLinksModel.makeLinkDataKeyUnique failed on "+y+". Data not added to model."),a.wb.add(b,y)}a.$f.add(y),b=null,x&&(b=a.md.length,a.md.splice(b,0,y)),Eo(a,"linkDataArray",yo,"linkDataArray",a,null,y,null,b),fy(a,y)}xt.Ey=function(a){if(Array.isArray(a))for(var y=a.length,x=0;x<y;x++)this.fi(a[x]);else for(a=a.iterator;a.next();)this.fi(a.value)},xt.bm=function(a){a!==null&&bS(this,a,!0)};function bS(a,y,x){a.$f.remove(y);var b=a.Ac(y);if(b!==void 0&&a.wb.remove(b),b=null,x){if(b=a.md.indexOf(y),0>b)return;a.md.splice(b,1)}if(Eo(a,"linkDataArray",Ao,"linkDataArray",a,y,null,b,null),x=zs(a,y,!0),za(a,x,y),x=zs(a,y,!1),za(a,x,y),b=a.Ef(y),Array.isArray(b))for(var E=b.length,z=0;z<E;z++)x=b[z],za(a,x,y)}xt.lA=function(a){if(Array.isArray(a))for(var y=a.length,x=0;x<y;x++)this.bm(a[x]);else for(a=a.iterator;a.next();)this.bm(a.value)},xt.Zz=function(a){if(this.linkKeyProperty===""&&se("GraphLinksModel.linkKeyProperty must not be an empty string for .mergeLinkDataArray() to succeed."),a!==this.linkDataArray&&Fn(a)){var y=this.kl;y.clear(),y.addAll(this.wb.iteratorKeys);var x=this.il;x.clear();for(var b=a.length,E=0;E<b;E++){var z=a[E],tt=this.Ac(z);if(tt!==void 0){x.add(tt);var ot=this.jh(tt);ot!==z&&(ot!==null?(this.Do(ot,z),ES(this,z,ot)):(z=this.cloneDeep(z),this.Ks(z,tt),this.fi(z)))}else tt=this.cloneDeep(z),this.fi(tt),x.add(this.Ac(tt))}for(a=y.iterator;a.next();)b=a.value,x.contains(b)||(b=this.jh(b))&&this.bm(b);y.clear(),x.clear()}};function fy(a,y){var x=zs(a,y,!0);x=a.Vl(x),a.hc(x)===null&&Ra(a,x,y),x=zs(a,y,!1),x=a.Vl(x),a.hc(x)===null&&Ra(a,x,y);var b=a.Ef(y);if(Array.isArray(b))for(var E=b.length,z=0;z<E;z++)x=b[z],a.hc(x)===null&&Ra(a,x,y)}xt.Jo=function(a){if(a===null)return null;var y=this.Ak;return a=y!==null?y(a,this):l0(this,a,!0),je(a)&&(qi(a),this.lf!==""&&Gi(a,this.lf,void 0),this.mf!==""&&Gi(a,this.mf,void 0),this.je!==""&&Gi(a,this.je,[])),a},xt.Yu=function(a){if(a===null)return!1;var y=this.jl;return y===""?!1:!!po(a,y)},xt.lh=function(a){if(a!==null){var y=this.Je;if(y!==""&&(y=po(a,y),y!==void 0)){if(Pu(y))return y;se("GroupKey value for node data "+a+" is not a number or a string: "+y)}}},xt.mp=function(a,y){if(y===null&&(y=void 0),a!==null){var x=this.Je;if(x!=="")if(this.lb(a)){var b=po(a,x);b!==y&&(za(this,b,a),Gi(a,x,y),this.hc(y)===null&&Ra(this,y,a),Eo(this,"nodeGroupKey",_i,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Gi(a,x,y)}},ii.prototype.copyNodeData=function(a){return a===null?null:(a=rn.prototype.copyNodeData.call(this,a),this.Ij||this.Je===""||po(a,this.Je)===void 0||Gi(a,this.Je,void 0),a)},ii.prototype.setDataProperty=function(a,y,x){if(this.lb(a)){if(y===this.nodeKeyProperty){this.km(a,x);return}if(y===this.nodeCategoryProperty){this.jm(a,x);return}if(y===this.nodeGroupKeyProperty){this.mp(a,x);return}}else if(this.Jc(a)){if(y===this.linkFromKeyProperty){Mg(this,a,x,!0);return}if(y===this.linkToKeyProperty){Mg(this,a,x,!1);return}if(y===this.linkFromPortIdProperty){Tg(this,a,x,!0);return}if(y===this.linkToPortIdProperty){Tg(this,a,x,!1);return}if(y===this.linkKeyProperty){this.Ks(a,x);return}if(y===this.linkCategoryProperty){this.lp(a,x);return}if(y===this.linkLabelKeysProperty){this.Ls(a,x);return}}var b=po(a,y);b!==x&&(Gi(a,y,x),this.Fs(a,y,b,x))},xt=ii.prototype,xt.Do=function(a,y){if(y){var x=this.lb(a),b=this.Jc(a),E;for(E in y)E==="__gohashid"||x&&E===this.nodeKeyProperty||x&&E===this.nodeIsGroupProperty&&po(a,E)===y[E]||b&&E===this.linkKeyProperty||this.setDataProperty(a,E,y[E])}},xt.jp=function(a,y){rn.prototype.jp.call(this,a,y);for(var x=this.kb.iterator;x.next();)this.qv(x.value,a,y);for(x=this.$f.iterator;x.next();){var b=x.value,E=a,z=y;if(zs(this,b,!0)===E){var tt=this.lf;Gi(b,tt,z),Eo(this,"linkFromKey",_i,tt,b,E,z),typeof tt=="string"&&this.La(b,tt)}if(zs(this,b,!1)===E&&(tt=this.mf,Gi(b,tt,z),Eo(this,"linkToKey",_i,tt,b,E,z),typeof tt=="string"&&this.La(b,tt)),tt=this.Ef(b),Array.isArray(tt))for(var ot=tt.length,rt=this.je,at=0;at<ot;at++)tt[at]===E&&(tt[at]=z,Eo(this,"linkLabelKeys",yo,rt,b,E,z,at,at))}},xt.qv=function(a,y,x){if(this.lh(a)===y){var b=this.Je;Gi(a,b,x),Eo(this,"nodeGroupKey",_i,b,a,y,x),typeof b=="string"&&this.La(a,b)}},xt.Lv=function(){rn.prototype.Lv.call(this);for(var a=this.linkDataArray,y=a.length,x=0;x<y;x++)fy(this,a[x])},xt.fm=function(a){rn.prototype.fm.call(this,a),a=this.wa(a);var y=rp(this,a);if(y!==null){var x=Dn();for(y=y.iterator;y.next();){var b=y.value;if(this.lb(b)){if(this.lh(b)===a){var E=this.Je;Eo(this,"nodeGroupKey",_i,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)}}else if(zs(this,b,!0)===a&&(E=this.lf,Eo(this,"linkFromKey",_i,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)),zs(this,b,!1)===a&&(E=this.mf,Eo(this,"linkToKey",_i,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)),E=this.Ef(b),Array.isArray(E))for(var z=E.length,tt=this.je,ot=0;ot<z;ot++)E[ot]===a&&(Eo(this,"linkLabelKeys",yo,tt,b,a,a,ot,ot),x.push(b))}for(y=0;y<x.length;y++)za(this,a,x[y]);Tn(x)}},xt.em=function(a){rn.prototype.em.call(this,a);var y=this.lh(a);this.hc(y)===null&&Ra(this,y,a)},xt.qp=function(a){rn.prototype.qp.call(this,a);var y=this.lh(a);za(this,y,a)},xt.ps=function(a){if(a===null)return"";var y=this.dj;if(y===""||(y=po(a,y),y===void 0))return"";if(typeof y=="string")return y;se("getCategoryForLinkData found a non-string category for "+a+": "+y)},ii.prototype.getLinkCategoryForData=function(a){return this.ps(a)},ii.prototype.lp=function(a,y){if(a!==null){var x=this.dj;if(x!=="")if(this.Jc(a)){var b=po(a,x);b===void 0&&(b=""),b!==y&&(Gi(a,x,y),Eo(this,"linkCategory",_i,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Gi(a,x,y)}},ii.prototype.setLinkCategoryForData=function(a,y){this.lp(a,y)},xt=ii.prototype,xt.lm=function(a,y){rn.prototype.lm.call(this,a,y),this.mp(y,this.lh(a))};function ES(a,y,x){a.lp(x,a.ps(y)),a.wv(x,a.yx(y)),a.Bv(x,a.Bx(y)),a.Ls(x,a.Ef(y)),a.xv(x,a.zx(y)),a.Cv(x,a.Cx(y))}xt.Wj=function(){return!0},xt.ri=function(){return!0},xt.xs=function(){return!0},xt.Xj=function(){return!0},be.Object.defineProperties(ii.prototype,{archetypeNodeData:{get:function(){return this.Ri},set:function(a){var y=this.Ri;y!==a&&(this.Ri=a,this.g("archetypeNodeData",y,a))}},linkFromKeyProperty:{get:function(){return this.lf},set:function(a){var y=this.lf;y!==a&&(this.lf=a,this.g("linkFromKeyProperty",y,a))}},linkToKeyProperty:{get:function(){return this.mf},set:function(a){var y=this.mf;y!==a&&(this.mf=a,this.g("linkToKeyProperty",y,a))}},linkFromPortIdProperty:{get:function(){return this.ej},set:function(a){var y=this.ej;y!==a&&(this.ej=a,this.g("linkFromPortIdProperty",y,a))}},linkToPortIdProperty:{get:function(){return this.fj},set:function(a){var y=this.fj;y!==a&&(this.fj=a,this.g("linkToPortIdProperty",y,a))}},linkLabelKeysProperty:{get:function(){return this.je},set:function(a){var y=this.je;y!==a&&(this.je=a,this.g("linkLabelKeysProperty",y,a))}},linkDataArray:{get:function(){return this.md},set:function(a){var y=this.md;if(y!==a){this.wb.clear();for(var x=a.length,b=0;b<x;b++){var E=a[b];je(E)||se("GraphLinksModel.linkDataArray must only contain Objects, not: "+E),ls(E)}if(this.md=a,this.linkKeyProperty!==""){for(b=new Oe,E=0;E<x;E++){var z=a[E],tt=this.Ac(z);tt===void 0||this.wb.I(tt)!==null?b.add(z):this.wb.add(tt,z)}for(b=b.iterator;b.next();)E=b.value,this.Bs(E),z=this.Ac(E),z!==void 0&&this.wb.add(z,E)}for(b=new Ge,E=0;E<x;E++)b.add(a[E]);for(this.$f=b,Eo(this,"linkDataArray",_i,"linkDataArray",this,y,a),y=0;y<x;y++)fy(this,a[y])}}},linkKeyProperty:{get:function(){return this.Jh},set:function(a){var y=this.Jh;if(y!==a){this.Jh=a,this.wb.clear();for(var x=this.linkDataArray.length,b=0;b<x;b++){var E=this.linkDataArray[b],z=this.Ac(E);z===void 0&&(this.Bs(E),z=this.Ac(E)),z!==void 0&&this.wb.add(z,E)}this.g("linkKeyProperty",y,a)}}},makeUniqueLinkKeyFunction:{get:function(){return this.cl},set:function(a){var y=this.cl;y!==a&&(this.cl=a,this.g("makeUniqueLinkKeyFunction",y,a))}},copyLinkDataFunction:{get:function(){return this.Ak},set:function(a){var y=this.Ak;y!==a&&(this.Ak=a,this.g("copyLinkDataFunction",y,a))}},nodeIsGroupProperty:{get:function(){return this.jl},set:function(a){var y=this.jl;y!==a&&(this.jl=a,this.g("nodeIsGroupProperty",y,a))}},nodeGroupKeyProperty:{get:function(){return this.Je},set:function(a){var y=this.Je;y!==a&&(this.Je=a,this.g("nodeGroupKeyProperty",y,a))}},Ij:{get:function(){return this.Lm},set:function(a){this.Lm!==a&&(this.Lm=a)}},linkCategoryProperty:{get:function(){return this.dj},set:function(a){var y=this.dj;y!==a&&(this.dj=a,this.g("linkCategoryProperty",y,a))}},type:{get:function(){return"GraphLinksModel"}}}),ii.prototype.setCategoryForLinkData=ii.prototype.lp,ii.prototype.getCategoryForLinkData=ii.prototype.ps,ii.prototype.assignAllDataProperties=ii.prototype.Do,ii.prototype.setGroupKeyForNodeData=ii.prototype.mp,ii.prototype.getGroupKeyForNodeData=ii.prototype.lh,ii.prototype.isGroupForNodeData=ii.prototype.Yu,ii.prototype.copyLinkData=ii.prototype.Jo,ii.prototype.mergeLinkDataArray=ii.prototype.Zz,ii.prototype.removeLinkDataCollection=ii.prototype.lA,ii.prototype.removeLinkData=ii.prototype.bm,ii.prototype.addLinkDataCollection=ii.prototype.Ey,ii.prototype.addLinkData=ii.prototype.fi,ii.prototype.containsLinkData=ii.prototype.Jc,ii.prototype.makeLinkDataKeyUnique=ii.prototype.Bs,ii.prototype.findLinkDataForKey=ii.prototype.jh,ii.prototype.setKeyForLinkData=ii.prototype.Ks,ii.prototype.getKeyForLinkData=ii.prototype.Ac,ii.prototype.removeLabelKeyForLinkData=ii.prototype.Qx,ii.prototype.addLabelKeyForLinkData=ii.prototype.Bu,ii.prototype.setLabelKeysForLinkData=ii.prototype.Ls,ii.prototype.getLabelKeysForLinkData=ii.prototype.Ef,ii.prototype.setToPortIdForLinkData=ii.prototype.Cv,ii.prototype.getToPortIdForLinkData=ii.prototype.Cx,ii.prototype.setFromPortIdForLinkData=ii.prototype.xv,ii.prototype.getFromPortIdForLinkData=ii.prototype.zx,ii.prototype.setToKeyForLinkData=ii.prototype.Bv,ii.prototype.getToKeyForLinkData=ii.prototype.Bx,ii.prototype.setFromKeyForLinkData=ii.prototype.wv,ii.prototype.getFromKeyForLinkData=ii.prototype.yx,ii.prototype.clear=ii.prototype.clear;var u0=Object.freeze([]);ii.className="GraphLinksModel",ka.GraphLinksModel=ii,rn.constructGraphLinksModel=rn.constructGraphLinksModel=function(){return new ii},rn.initDiagramModel=uy=function(){return new ii};function Xr(a,y){rn.call(this),this.Ke="parent",this.Nm=!1,this.nj="parentLinkCategory",a!==void 0&&(Fn(a)?this.nodeDataArray=a:y=a),y&&(Object.assign(this,y),a=y.Changed)&&(delete this.Changed,this.Pe(a))}re(Xr,rn),Xr.constructGraphLinksModel=rn.constructGraphLinksModel,Xr.prototype.cloneProtected=function(a){rn.prototype.cloneProtected.call(this,a),a.Ke=this.Ke,a.Nm=this.Nm,a.nj=this.nj},xt=Xr.prototype,xt.toString=function(a){if(a===void 0&&(a=0),2<=a)return this.np();var y=(this.name!==""?this.name:"")+" TreeModel";if(0<a){y+=`
|
|
node data:`,a=this.nodeDataArray;for(var x=a.length,b=0;b<x;b++){var E=a[b];y+=" "+this.wa(E)+":"+Hi(E)}}return y},xt.rm=function(){var a=rn.prototype.rm.call(this),y="";return this.nodeParentKeyProperty!=="parent"&&typeof this.nodeParentKeyProperty=="string"&&(y+=`,
|
|
"nodeParentKeyProperty": `+this.quote(this.nodeParentKeyProperty)),a+y},xt.gp=function(a){rn.prototype.gp.call(this,a),a.nodeParentKeyProperty&&(this.nodeParentKeyProperty=a.nodeParentKeyProperty)},xt.fp=function(a){a.nodeParentKeyProperty!==void 0&&a.nodeParentKeyProperty!==this.nodeParentKeyProperty&&se("applyIncrementalJson cannot change Model properties"),rn.prototype.fp.call(this,a)},xt.Vl=function(a){return a},xt.mh=function(a){if(a!==null){var y=this.Ke;if(y!==""&&(y=po(a,y),y!==void 0)){if(Pu(y))return y;se("ParentKey value for node data "+a+" is not a number or a string: "+y)}}},xt.qe=function(a,y){if(y===null&&(y=void 0),a!==null){var x=this.Ke;if(x!=="")if(y=this.Vl(y),this.lb(a)){var b=po(a,x);b!==y&&(za(this,b,a),Gi(a,x,y),this.hc(y)===null&&Ra(this,y,a),Eo(this,"nodeParentKey",_i,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Gi(a,x,y)}},xt.ss=function(a){if(a===null)return"";var y=this.nj;return y===""||(y=po(a,y),y===void 0)?"":typeof y=="string"?y:(se("getParentLinkCategoryForNodeData found a non-string category for "+a+": "+y),"")},Xr.prototype.getLinkCategoryForData=function(a){return this.ss(a)},Xr.prototype.Ms=function(a,y){if(a!==null){var x=this.nj;if(x!=="")if(this.lb(a)){var b=po(a,x);b===void 0&&(b=""),b!==y&&(Gi(a,x,y),Eo(this,"parentLinkCategory",_i,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Gi(a,x,y)}},Xr.prototype.setLinkCategoryForData=function(a,y){this.Ms(a,y)},Xr.prototype.copyNodeData=function(a){return a===null?null:(a=rn.prototype.copyNodeData.call(this,a),this.Jj||this.Ke===""||po(a,this.Ke)===void 0||Gi(a,this.Ke,void 0),a)},Xr.prototype.setDataProperty=function(a,y,x){if(this.lb(a)){if(y===this.nodeKeyProperty){this.km(a,x);return}if(y===this.nodeCategoryProperty){this.jm(a,x);return}if(y===this.nodeParentKeyProperty){this.qe(a,x);return}}var b=po(a,y);b!==x&&(Gi(a,y,x),this.Fs(a,y,b,x))},xt=Xr.prototype,xt.jp=function(a,y){rn.prototype.jp.call(this,a,y);for(var x=this.kb.iterator;x.next();)this.qv(x.value,a,y)},xt.qv=function(a,y,x){if(this.mh(a)===y){var b=this.Ke;Gi(a,b,x),Eo(this,"nodeParentKey",_i,b,a,y,x),typeof b=="string"&&this.La(a,b)}},xt.fm=function(a){rn.prototype.fm.call(this,a),a=this.wa(a);var y=rp(this,a);if(y!==null){var x=Dn();for(y=y.iterator;y.next();){var b=y.value;if(this.lb(b)&&this.mh(b)===a){var E=this.Ke;Eo(this,"nodeParentKey",_i,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)}}for(y=0;y<x.length;y++)za(this,a,x[y]);Tn(x)}},xt.em=function(a){rn.prototype.em.call(this,a);var y=this.mh(a);y=this.Vl(y),this.hc(y)===null&&Ra(this,y,a)},xt.qp=function(a){rn.prototype.qp.call(this,a);var y=this.mh(a);za(this,y,a)},xt.lm=function(a,y){rn.prototype.lm.call(this,a,y),this.Ms(y,this.ss(a)),this.qe(y,this.mh(a))},xt.Tl=function(){return!0},xt.xs=function(){return!0},be.Object.defineProperties(Xr.prototype,{nodeParentKeyProperty:{get:function(){return this.Ke},set:function(a){var y=this.Ke;y!==a&&(this.Ke=a,this.g("nodeParentKeyProperty",y,a))}},Jj:{get:function(){return this.Nm},set:function(a){this.Nm!==a&&(this.Nm=a)}},parentLinkCategoryProperty:{get:function(){return this.nj},set:function(a){var y=this.nj;y!==a&&(this.nj=a,this.g("parentLinkCategoryProperty",y,a))}},linkCategoryProperty:{get:function(){return this.parentLinkCategoryProperty},set:function(a){this.parentLinkCategoryProperty=a}},type:{get:function(){return"TreeModel"}}}),Xr.prototype.setParentLinkCategoryForNodeData=Xr.prototype.Ms,Xr.prototype.getParentLinkCategoryForNodeData=Xr.prototype.ss,Xr.prototype.setParentKeyForNodeData=Xr.prototype.qe,Xr.prototype.getParentKeyForNodeData=Xr.prototype.mh,Xr.className="TreeModel",ka.TreeModel=Xr;function Qi(a){Wi.call(this),this.lw=this.Zm=this.lc=0,this.Wp=360,this.kw=Ma,this.Ti=0,this.Zv=new It,this.Jp=this.me=0,this.Xr=new dp,this.gt=this.mj=0,this.ty=600,this.eo=NaN,this.Cm=1,this.ro=0,this.ul=360,this.Rb=Ma,this.K=Zr,this.nd=Fg,this.hd=oy,this.tf=6,this.Nn=v0,a&&Object.assign(this,a)}re(Qi,Wi),Qi.prototype.cloneProtected=function(a){Wi.prototype.cloneProtected.call(this,a),a.eo=this.eo,a.Cm=this.Cm,a.ro=this.ro,a.ul=this.ul,a.Rb=this.Rb,a.K=this.K,a.nd=this.nd,a.hd=this.hd,a.tf=this.tf,a.Nn=this.Nn},Qi.prototype.qb=function(a){a.classType===Qi?a===p0||a===m0||a===g0||a===c0||a===Fg?this.sorting=a:a===vd||a===Ng||a===Zr||a===Cu?this.direction=a:a===Ih||a===wu||a===Ma||a===Ta?this.arrangement=a:(a===df||a===v0)&&(this.nodeDiameterFormula=a):Wi.prototype.qb.call(this,a)},Qi.prototype.createNetwork=function(){return new bg(this)},Qi.prototype.doLayout=function(a){if(this.network===null&&(this.network=this.makeNetwork(a)),this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin),a=this.network.vertexes,1>=a.count)a.count===1&&(a=a.first(),a.centerX=0,a.centerY=0);else{var y=new Oe;y.addAll(a.iterator),a=new Oe;var x=new Oe,b=this.sort(y),E,z,tt=this.Jp,ot=this.arrangement,rt=this.nodeDiameterFormula,at=this.radius;(!isFinite(at)||0>=at)&&(at=NaN);var ht=this.aspectRatio;(!isFinite(ht)||0>=ht)&&(ht=1);var gt=this.startAngle;isFinite(gt)||(gt=0);var mt=this.sweepAngle;if((!isFinite(mt)||360<mt||1>mt)&&(mt=360),y=this.spacing,isFinite(y)||(y=NaN),ot===Ta&&rt===df?ot=Ma:ot===Ta&&rt!==df&&(ot=this.arrangement),(this.direction===vd||this.direction===Ng)&&this.sorting!==Fg){for(rt=0;!(rt>=b.length)&&(a.add(b.M(rt)),!(rt+1>=b.length));rt+=2)x.add(b.M(rt+1));this.direction===vd?(this.arrangement===Ta&&a.reverse(),b=new Oe,b.addAll(a),b.addAll(x)):(this.arrangement===Ta&&x.reverse(),b=new Oe,b.addAll(x),b.addAll(a))}rt=b.length;for(var yt=z=E=0;yt<b.length;yt++){var St=gt+mt*z*(this.direction===Zr?1:-1)/rt,Lt=b.M(yt).diameter;isNaN(Lt)&&(Lt=Lu(b.M(yt),St)),360>mt&&(yt===0||yt===b.length-1)&&(Lt/=2),E+=Lt,z++}if(isNaN(at)||ot===Ta){if(isNaN(y)&&(y=6),ot!==Ma&&ot!==Ta){for(z=-1/0,tt=0;tt<rt;tt++)yt=b.M(tt),E=b.M(tt===rt-1?0:tt+1),isNaN(yt.diameter)&&Lu(yt,0),isNaN(E.diameter)&&Lu(E,0),z=Math.max(z,(yt.diameter+E.diameter)/2);tt=z+y,ot===Ih?at=(z+y)/(2*Math.PI/rt):at=d0(this,tt*(360<=mt?rt:rt-1),ht,gt*Math.PI/180,mt*Math.PI/180)}else at=d0(this,E+(360<=mt?rt:rt-1)*(ot!==Ta?y:1.6*y),ht,gt*Math.PI/180,mt*Math.PI/180);z=at*ht}else if(z=at*ht,yt=gy(this,at,z,gt*Math.PI/180,mt*Math.PI/180),isNaN(y))(ot===Ma||ot===Ta)&&(y=(yt-E)/(360<=mt?rt:rt-1));else if(ot===Ma||ot===Ta)yt=(yt-E)/(360<=mt?rt:rt-1),yt<y?(at=d0(this,E+y*(360<=mt?rt:rt-1),ht,gt*Math.PI/180,mt*Math.PI/180),z=at*ht):y=yt;else{for(tt=-1/0,E=0;E<rt;E++)St=b.M(E),Lt=b.M(E===rt-1?0:E+1),isNaN(St.diameter)&&Lu(St,0),isNaN(Lt.diameter)&&Lu(Lt,0),tt=Math.max(tt,(St.diameter+Lt.diameter)/2);tt+=y,E=d0(this,tt*(360<=mt?rt:rt-1),ht,gt*Math.PI/180,mt*Math.PI/180),E>at?(at=E,z=at*ht):tt=yt/(360<=mt?rt:rt-1)}if(this.kw=ot,this.lc=at,this.Zm=ht,this.lw=gt,this.Wp=mt,this.Ti=y,this.me=z,this.Jp=tt,y=b,b=this.kw,ot=this.lc,at=this.lw,ht=this.Wp,gt=this.Ti,mt=this.me,rt=this.Jp,this.direction!==vd&&this.direction!==Ng||b!==Ta)if(this.direction===vd||this.direction===Ng){switch(tt=0,b){case wu:tt=180*f0(this,ot,mt,at,rt)/Math.PI;break;case Ma:rt=y=0,tt=a.first(),tt!==null&&(y=Lu(tt,Math.PI/2)),tt=x.first(),tt!==null&&(rt=Lu(tt,Math.PI/2)),tt=180*f0(this,ot,mt,at,gt+(y+rt)/2)/Math.PI;break;case Ih:tt=ht/y.length}if(this.direction===vd){switch(b){case wu:up(this,a,at,Cu);break;case Ma:hp(this,a,at,Cu);break;case Ih:lp(this,a,ht/2,at,Cu)}switch(b){case wu:up(this,x,at+tt,Zr);break;case Ma:hp(this,x,at+tt,Zr);break;case Ih:lp(this,x,ht/2,at+tt,Zr)}}else{switch(b){case wu:up(this,x,at,Cu);break;case Ma:hp(this,x,at,Cu);break;case Ih:lp(this,x,ht/2,at,Cu)}switch(b){case wu:up(this,a,at+tt,Zr);break;case Ma:hp(this,a,at+tt,Zr);break;case Ih:lp(this,a,ht/2,at+tt,Zr)}}}else switch(b){case wu:up(this,y,at,this.direction);break;case Ma:hp(this,y,at,this.direction);break;case Ih:lp(this,y,ht,at,this.direction);break;case Ta:AS(this,y,ht,at,this.direction)}else AS(this,y,ht,at-ht/2,Zr)}this.updateParts(),this.network=null,this.isValidLayout=!0};function lp(a,y,x,b,E){var z=a.Wp,tt=a.lc;a=a.me,b=b*Math.PI/180,x=x*Math.PI/180;for(var ot=y.length,rt=0;rt<ot;rt++){var at=b+(E===Zr?rt*x/(360<=z?ot:ot-1):-(rt*x)/ot),ht=y.M(rt),gt=tt*Math.tan(at)/a;gt=Math.sqrt((tt*tt+a*a*gt*gt)/(1+gt*gt)),ht.centerX=gt*Math.cos(at),ht.centerY=gt*Math.sin(at),ht.actualAngle=180*at/Math.PI}}function hp(a,y,x,b){var E=a.lc,z=a.me,tt=a.Ti;x=x*Math.PI/180;for(var ot=y.length,rt=0;rt<ot;rt++){var at=y.M(rt),ht=y.M(rt===ot-1?0:rt+1),gt=z*Math.sin(x);at.centerX=E*Math.cos(x),at.centerY=gt,at.actualAngle=180*x/Math.PI,isNaN(at.diameter)&&Lu(at,0),isNaN(ht.diameter)&&Lu(ht,0),at=f0(a,E,z,b===Zr?x:-x,(at.diameter+ht.diameter)/2+tt),x+=b===Zr?at:-at}}function up(a,y,x,b){var E=a.lc,z=a.me,tt=a.Jp;x=x*Math.PI/180;for(var ot=y.length,rt=0;rt<ot;rt++){var at=y.M(rt);at.centerX=E*Math.cos(x),at.centerY=z*Math.sin(x),at.actualAngle=180*x/Math.PI,at=f0(a,E,z,b===Zr?x:-x,tt),x+=b===Zr?at:-at}}function AS(a,y,x,b,E){var z=a.Wp;if(a.mj=0,a.Xr=new dp,360>x){for(z=b+(E===Zr?z:-z);0>z;)z+=360;z%=360,180<z&&(z-=360),z*=Math.PI/180,a.gt=z,DS(a,y,x,b,E)}else BS(a,y,x,b,E);a.Xr.commit(y)}function BS(a,y,x,b,E){var z=a.lc,tt=a.Ti,ot=a.Zm,rt=z*Math.cos(b*Math.PI/180),at=a.me*Math.sin(b*Math.PI/180),ht=y.Fa();if(ht.length===3)ht[0].centerX=z,ht[0].centerY=0,ht[1].centerX=ht[0].centerX-ht[0].width/2-ht[1].width/2-tt,ht[1].y=ht[0].y,ht[2].centerX=(ht[0].centerX+ht[1].centerX)/2,ht[2].y=ht[0].y-ht[2].height-tt;else if(ht.length===4)ht[0].centerX=z,ht[0].centerY=0,ht[2].centerX=-ht[0].centerX,ht[2].centerY=ht[0].centerY,ht[1].centerX=0,ht[1].y=Math.min(ht[0].y,ht[2].y)-ht[1].height-tt,ht[3].centerX=0,ht[3].y=Math.max(ht[0].y+ht[0].height+tt,ht[2].y+ht[2].height+tt);else{z=It.alloc();for(var gt=0;gt<ht.length&&(ht[gt].centerX=rt,ht[gt].centerY=at,!(gt>=ht.length-1));gt++)OS(a,rt,at,ht,gt,E,z)||IS(a,rt,at,ht,gt,E,z),rt=z.x,at=z.y;if(It.free(z),a.mj++,!(23<a.mj)){rt=ht[0].centerX,at=ht[0].centerY,z=ht[ht.length-1].centerX,gt=ht[ht.length-1].centerY;var mt=Math.abs(rt-z)-((ht[0].width+ht[ht.length-1].width)/2+tt),yt=Math.abs(at-gt)-((ht[0].height+ht[ht.length-1].height)/2+tt);tt=0,1>Math.abs(yt)?Math.abs(rt-z)<(ht[0].width+ht[ht.length-1].width)/2&&(tt=0):tt=0<yt?yt:1>Math.abs(mt)?0:mt,rt=Math.abs(z)>Math.abs(gt)?0<z!=at>gt:0<gt!=rt<z,(rt=E===Zr?rt:!rt)&&(tt=-Math.abs(tt),tt=Math.min(tt,-ht[ht.length-1].width),tt=Math.min(tt,-ht[ht.length-1].height)),a.Xr.compare(tt,ht),1<Math.abs(tt)&&(a.lc=8>a.mj?a.lc-tt/(2*Math.PI):5>ht.length&&10<tt?a.lc/2:a.lc-(0<tt?1.7:-2.3),a.me=a.lc*ot,BS(a,y,x,b,E))}}}function DS(a,y,x,b,E){for(var z=a.lc,tt=a.me,ot=a.Zm,rt=z*Math.cos(b*Math.PI/180),at=tt*Math.sin(b*Math.PI/180),ht=It.alloc(),gt=y.Fa(),mt=0;mt<gt.length&&(gt[mt].centerX=rt,gt[mt].centerY=at,!(mt>=gt.length-1));mt++)OS(a,rt,at,gt,mt,E,ht)||IS(a,rt,at,gt,mt,E,ht),rt=ht.x,at=ht.y;if(It.free(ht),a.mj++,!(23<a.mj)){if(rt=Math.atan2(at,rt),rt=E===Zr?a.gt-rt:rt-a.gt,rt=Math.abs(rt)<Math.abs(rt-2*Math.PI)?rt:rt-2*Math.PI,z=rt*(z+tt)/2,tt=a.Xr,Math.abs(z)<Math.abs(tt.Pl))for(tt.Pl=z,tt.mk=[],tt.tm=[],rt=0;rt<gt.length;rt++)tt.mk[rt]=gt[rt].bounds.x,tt.tm[rt]=gt[rt].bounds.y;1<Math.abs(z)&&(a.lc=8>a.mj?a.lc-z/(2*Math.PI):a.lc-(0<z?1.7:-2.3),a.me=a.lc*ot,DS(a,y,x,b,E))}}function OS(a,y,x,b,E,z,tt){var ot=a.lc,rt=a.me,at=0;a=(b[E].width+b[E+1].width)/2+a.Ti;var ht=!1;if(0<=x!=(z===Zr)){if(z=y+a,z>ot){if(z=y-a,z<-ot)return tt.x=z,tt.y=at,!1;ht=!0}}else if(z=y-a,z<-ot){if(z=y+a,z>ot)return tt.x=z,tt.y=at,!1;ht=!0}return at=Math.sqrt(1-Math.min(1,z*z/(ot*ot)))*rt,0>x!==ht&&(at=-at),Math.abs(x-at)>(b[E].height+b[E+1].height)/2?(tt.x=z,tt.y=at,!1):(tt.x=z,tt.y=at,!0)}function IS(a,y,x,b,E,z,tt){var ot=a.lc,rt=a.me,at=0;if(a=(b[E].height+b[E+1].height)/2+a.Ti,b=!1,0<=y!=(z===Zr)){if(z=x-a,z<-rt){if(z=x+a,z>rt){tt.x=at,tt.y=z;return}b=!0}}else if(z=x+a,z>rt){if(z=x-a,z<-rt){tt.x=at,tt.y=z;return}b=!0}at=Math.sqrt(1-Math.min(1,z*z/(rt*rt)))*ot,0>y!==b&&(at=-at),tt.x=at,tt.y=z}Qi.prototype.commitLayout=function(){this.commitNodes(),this.isRouting&&this.commitLinks()},Qi.prototype.commitNodes=function(){var a=this.group!==null&&this.group.placeholder!==null&&this.group.isSubGraphExpanded,y=a?this.group.location.copy():null,x=this.actualCenter;a?x=new It(0,0):(x.x=this.arrangementOrigin.x+this.lc,x.y=this.arrangementOrigin.y+this.me);for(var b=this.network.vertexes.iterator;b.next();){var E=b.value;E.x+=x.x,E.y+=x.y,E.commit()}a&&(this.group.Va(),a=this.group.position.copy(),x=this.group.location.copy(),y=y.re(x.re(a)),this.group.move(y),this.Zv=y.re(a))},Qi.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()};function gy(a,y,x,b,E){var z=a.ty;if(.001>Math.abs(a.Zm-1))return b!==void 0&&E!==void 0?E*y:2*Math.PI*y;a=y>x?Math.sqrt(y*y-x*x)/y:Math.sqrt(x*x-y*y)/x;for(var tt=0,ot=b!==void 0&&E!==void 0?E/(z+1):Math.PI/(2*(z+1)),rt=0,at=0;at<=z;at++){b!==void 0&&E!==void 0?rt=b+at*E/z:rt=at*Math.PI/(2*z);var ht=Math.sin(rt);tt+=Math.sqrt(1-a*a*ht*ht)*ot}return b!==void 0&&E!==void 0?(y>x?y:x)*tt:4*(y>x?y:x)*tt}function d0(a,y,x,b,E){return y/(b!==void 0&&E!==void 0?gy(a,1,x,b,E):gy(a,1,x))}function f0(a,y,x,b,E){if(.001>Math.abs(a.Zm-1))return E/y;var z=y>x?Math.sqrt(y*y-x*x)/y:Math.sqrt(x*x-y*y)/x,tt=0;a=2*Math.PI/(700*a.network.vertexes.count),y>x&&(b+=Math.PI/2);for(var ot=0;;ot++){var rt=Math.sin(b+ot*a);if(tt+=(y>x?y:x)*Math.sqrt(1-z*z*rt*rt)*a,tt>=E)return ot*a}}Qi.prototype.sort=function(a){switch(this.sorting){case g0:break;case c0:a.reverse();break;case p0:a.sort(this.comparer);break;case m0:a.sort(this.comparer),a.reverse();break;case Fg:return this.ak(Bx(a));default:se("Invalid sorting type.")}return a};function Bx(a){for(var y=[],x=0;x<a.length;x++)y.push(0);x=new Oe;for(var b=0;b<a.length;b++){var E=-1,z=-1;if(b===0)for(var tt=0;tt<a.length;tt++){var ot=a.M(tt).edgesCount;ot>E&&(E=ot,z=tt)}else for(tt=0;tt<a.length;tt++)ot=y[tt],ot>E&&(E=ot,z=tt);for(x.add(a.M(z)),y[z]=-1,z=a.M(z),tt=z.sourceEdges;tt.next();)E=a.indexOf(tt.value.fromVertex),0>E||0<=y[E]&&y[E]++;for(z=z.destinationEdges;z.next();)E=a.indexOf(z.value.toVertex),0>E||0<=y[E]&&y[E]++}return x}Qi.prototype.ak=function(a){for(var y=[],x=0;x<a.length;x++){var b=a.M(x);y[x]=[];for(var E,z=b.destinationEdges;z.next();)E=a.indexOf(z.value.toVertex),E!==x&&0>y[x].indexOf(E)&&y[x].push(E);for(b=b.sourceEdges;b.next();)E=a.indexOf(b.value.fromVertex),E!==x&&0>y[x].indexOf(E)&&y[x].push(E)}for(z=[],x=0;x<y.length;x++)z[x]=0;x=[];var tt=[],ot=[];b=[],E=new Oe;for(var rt=0,at=0;at<y.length;at++){var ht=y[at].length;if(ht===1)b.push(at);else if(ht===0)E.add(a.M(at));else{if(rt===0)x.push(at);else{for(var gt=ht=1/0,mt=-1,yt=[],St=0;St<x.length;St++)0>y[x[St]].indexOf(x[St===x.length-1?0:St+1])&&yt.push(St===x.length-1?0:St+1);if(yt.length===0)for(St=0;St<x.length;St++)yt.push(St);for(St=0;St<yt.length;St++){for(var Lt=yt[St],Bt=y[at],Ft=0,zt=0;zt<tt.length;zt++){var Ht=z[tt[zt]],Vt=z[ot[zt]];if(Ht<Vt){var _t=Ht;Ht=Vt}else _t=Vt;if(_t<Lt&&Lt<=Ht)for(Vt=0;Vt<Bt.length;Vt++){var ee=Bt[Vt];0>x.indexOf(ee)||_t<z[ee]&&z[ee]<Ht||_t===z[ee]||Ht===z[ee]||Ft++}else for(Vt=0;Vt<Bt.length;Vt++)ee=Bt[Vt],0>x.indexOf(ee)||_t<z[ee]&&z[ee]<Ht&&_t!==z[ee]&&Ht!==z[ee]&&Ft++}for(Bt=Ft,zt=Ft=0;zt<y[at].length;zt++)_t=x.indexOf(y[at][zt]),0<=_t&&(_t=Math.abs(Lt-(_t>=Lt?_t+1:_t)),Ft+=_t<x.length+1-_t?_t:x.length+1-_t);for(zt=0;zt<tt.length;zt++)_t=z[tt[zt]],Ht=z[ot[zt]],_t>=Lt&&_t++,Ht>=Lt&&Ht++,_t>Ht&&(Vt=Ht,Ht=_t,_t=Vt),Ht-_t<(x.length+2)/2==(_t<Lt&&Lt<=Ht)&&Ft++;(Bt<ht||Bt===ht&&Ft<gt)&&(ht=Bt,gt=Ft,mt=Lt)}for(x.splice(mt,0,at),ht=0;ht<x.length;ht++)z[x[ht]]=ht;for(ht=0;ht<y[at].length;ht++)gt=y[at][ht],0<=x.indexOf(gt)&&(tt.push(at),ot.push(gt))}rt++}}for(tt=x.length;;){for(z=!0,ot=0;ot<b.length;ot++)if(rt=b[ot],at=y[rt][0],ht=x.indexOf(at),0<=ht){for(mt=gt=0;mt<y[at].length;mt++)yt=x.indexOf(y[at][mt]),0>yt||yt===ht||(St=yt>ht?yt-ht:ht-yt,gt+=yt<ht!=St>tt-St?1:-1);x.splice(0>gt?ht:ht+1,0,rt),b.splice(ot,1),ot--}else z=!1;if(z)break;x.push(b[0]),b.splice(0,1)}for(y=0;y<x.length;y++)E.add(a.M(x[y]));return E},be.Object.defineProperties(Qi.prototype,{radius:{get:function(){return this.eo},set:function(a){this.eo!==a&&(0<a||isNaN(a))&&(this.eo=a,this.C())}},aspectRatio:{get:function(){return this.Cm},set:function(a){this.Cm!==a&&0<a&&(this.Cm=a,this.C())}},startAngle:{get:function(){return this.ro},set:function(a){this.ro!==a&&(this.ro=a,this.C())}},sweepAngle:{get:function(){return this.ul},set:function(a){this.ul!==a&&(0<a&&360>=a?this.ul=a:this.ul=360,this.C())}},arrangement:{get:function(){return this.Rb},set:function(a){this.Rb===a||a!==Ta&&a!==Ma&&a!==wu&&a!==Ih||(this.Rb=a,this.C())}},direction:{get:function(){return this.K},set:function(a){this.K===a||a!==Zr&&a!==Cu&&a!==vd&&a!==Ng||(this.K=a,this.C())}},sorting:{get:function(){return this.nd},set:function(a){this.nd===a||a!==g0&&a!==c0&&a!==p0&&!m0&&a!==Fg||(this.nd=a,this.C())}},comparer:{get:function(){return this.hd},set:function(a){this.hd!==a&&(this.hd=a,this.C())}},spacing:{get:function(){return this.tf},set:function(a){this.tf!==a&&(this.tf=a,this.C())}},nodeDiameterFormula:{get:function(){return this.Nn},set:function(a){this.Nn===a||a!==v0&&a!==df||(this.Nn=a,this.C())}},actualXRadius:{get:function(){return this.lc}},actualYRadius:{get:function(){return this.me}},actualSpacing:{get:function(){return this.Ti}},actualCenter:{get:function(){return this.Zv}}});var Ma=new he(Qi,"ConstantSpacing",0),wu=new he(Qi,"ConstantDistance",1),Ih=new he(Qi,"ConstantAngle",2),Ta=new he(Qi,"Packed",3),Zr=new he(Qi,"Clockwise",4),Cu=new he(Qi,"Counterclockwise",5),vd=new he(Qi,"BidirectionalLeft",6),Ng=new he(Qi,"BidirectionalRight",7),g0=new he(Qi,"Forwards",8),c0=new he(Qi,"Reverse",9),p0=new he(Qi,"Ascending",10),m0=new he(Qi,"Descending",11),Fg=new he(Qi,"Optimized",12),v0=new he(Qi,"Pythagorean",13),df=new he(Qi,"Circular",14);Qi.className="CircularLayout",Qi.ConstantSpacing=Ma,Qi.ConstantDistance=wu,Qi.ConstantAngle=Ih,Qi.Packed=Ta,Qi.Clockwise=Zr,Qi.Counterclockwise=Cu,Qi.BidirectionalLeft=vd,Qi.BidirectionalRight=Ng,Qi.Forwards=g0,Qi.Reverse=c0,Qi.Ascending=p0,Qi.Descending=m0,Qi.Optimized=Fg,Qi.Pythagorean=v0,Qi.Circular=df;function dp(){this.Pl=-1/0,this.tm=this.mk=null}dp.prototype.compare=function(a,y){if(0<a&&0>this.Pl||Math.abs(a)<Math.abs(this.Pl)&&!(0>a&&0<this.Pl))for(this.Pl=a,this.mk=[],this.tm=[],a=0;a<y.length;a++)this.mk[a]=y[a].bounds.x,this.tm[a]=y[a].bounds.y},dp.prototype.commit=function(a){if(this.mk!==null&&this.tm!==null)for(var y=0;y<this.mk.length;y++){var x=a.M(y);x.x=this.mk[y],x.y=this.tm[y]}},dp.className="VertexArrangement";function bg(a){bi.call(this,a)}re(bg,bi),bg.prototype.createVertex=function(){return new fp(this)},bg.prototype.createEdge=function(){return new y0(this)},bg.className="CircularNetwork";function fp(a){Do.call(this,a),this.u=this.Si=NaN}re(fp,Do);function Lu(a,y){var x=a.network;if(x===null)return NaN;if(x=x.layout,x===null)return NaN;if(x.arrangement===Ta)if(x.nodeDiameterFormula===df)a.Si=Math.max(a.width,a.height);else{if(x=Math.abs(Math.sin(y)),y=Math.abs(Math.cos(y)),x===0)return a.width;if(y===0)return a.height;a.Si=Math.min(a.height/x,a.width/y)}else a.Si=x.nodeDiameterFormula===df?Math.max(a.width,a.height):Math.sqrt(a.width*a.width+a.height*a.height);return a.Si}be.Object.defineProperties(fp.prototype,{diameter:{get:function(){return this.Si},set:function(a){this.Si!==a&&(this.Si=a)}},actualAngle:{get:function(){return this.u},set:function(a){this.u!==a&&(this.u=a)}}}),fp.className="CircularVertex";function y0(a){Ls.call(this,a)}re(y0,Ls),y0.className="CircularEdge";function Sr(a){Wi.call(this),this.ah=null,this.An=0,this.$d=new Ye(100,100).freeze(),this.Bm=!1,this.sf=!0,this.td=!1,this.dl=100,this.$m=1,this.Zf=1e3,this.In=10,this.fo=Math,this.Hk=.05,this.Gk=50,this.Ek=150,this.Fk=0,this.Vm=10,this.Um=5,a&&Object.assign(this,a)}re(Sr,Wi),Sr.prototype.cloneProtected=function(a){Wi.prototype.cloneProtected.call(this,a),a.$d.assign(this.$d),a.Bm=this.Bm,a.sf=this.sf,a.td=this.td,a.dl=this.dl,a.$m=this.$m,a.Zf=this.Zf,a.In=this.In,a.fo=this.fo,a.Hk=this.Hk,a.Gk=this.Gk,a.Ek=this.Ek,a.Fk=this.Fk,a.Vm=this.Vm,a.Um=this.Um},Sr.prototype.createNetwork=function(){return new ff(this)},Sr.prototype.doLayout=function(a){if(this.network===null&&(this.network=this.makeNetwork(a)),a=this.maxIterations,0<this.network.vertexes.count){this.network.Ko();for(var y=this.network.vertexes.iterator;y.next();){var x=y.value;x.charge=this.electricalCharge(x),x.mass=this.gravitationalMass(x)}for(y=this.network.edges.iterator;y.next();)x=y.value,x.stiffness=this.springStiffness(x),x.length=this.springLength(x);if(this.Cu(),this.An=0,this.needsClusterLayout()){y=this.network,x=y.Zx();for(var b=x.iterator;b.next();){this.network=b.value;for(var E=this.network.vertexes.iterator;E.next();){var z=E.value;z.Vd=z.vertexes.count,z.sh=1,z.Hj=null,z.We=null}jS(this,0,a)}this.network=y;var tt=b=x.iterator;b=this.arrangementSpacing;var ot=tt.count,rt=!0;z=E=0;for(var at=Dn(),ht=0;ht<ot+y.vertexes.count+2;ht++)at[ht]=null;ot=0,tt.reset();for(var gt=ge.alloc();tt.next();)if(ht=tt.value,this.computeBounds(ht,gt),rt)rt=!1,E=gt.x+gt.width/2,z=gt.y+gt.height/2,at[0]=new It(gt.x+gt.width+b.width,gt.y),at[1]=new It(gt.x,gt.y+gt.height+b.height),ot=2;else{var mt=RS(at,ot,E,z,gt.width,gt.height,b),yt=at[mt],St=new It(yt.x+gt.width+b.width,yt.y),Lt=new It(yt.x,yt.y+gt.height+b.height);for(mt+1<ot&&at.splice(mt+1,0,null),at[mt]=St,at[mt+1]=Lt,ot++,mt=yt.x-gt.x,yt=yt.y-gt.y,ht=ht.vertexes.iterator;ht.next();)St=ht.value,St.centerX+=mt,St.centerY+=yt}for(ge.free(gt),ht=y.vertexes.iterator;ht.next();)tt=ht.value,mt=tt.bounds,2>ot?(E=mt.x+mt.width/2,z=mt.y+mt.height/2,at[0]=new It(mt.x+mt.width+b.width,mt.y),at[1]=new It(mt.x,mt.y+mt.height+b.height),ot=2):(rt=RS(at,ot,E,z,mt.width,mt.height,b),gt=at[rt],yt=new It(gt.x+mt.width+b.width,gt.y),mt=new It(gt.x,gt.y+mt.height+b.height),rt+1<ot&&at.splice(rt+1,0,null),at[rt]=yt,at[rt+1]=mt,ot++,tt.centerX=gt.x+tt.width/2,tt.centerY=gt.y+tt.height/2);for(Tn(at),b=x.iterator;b.next();){for(x=b.value,E=x.vertexes.iterator;E.next();)y.dh(E.value);for(x=x.edges.iterator;x.next();)y.Bo(x.value)}}GS(this,a),this.updateParts()}this.dl=a,this.network=null,this.isValidLayout=!0},Sr.prototype.needsClusterLayout=function(){if(3>this.network.vertexes.count)return!1;for(var a=0,y=0,x=this.network.vertexes.first().bounds,b=this.network.vertexes.iterator;b.next();){if(b.value.bounds.Yc(x)&&(a++,2<a))return!0;if(10<y)break;y++}return!1},Sr.prototype.computeBounds=function(a,y){var x=!0;for(a=a.vertexes.iterator;a.next();){var b=a.value;x?(x=!1,y.set(b.bounds)):y.ed(b.bounds)}return y};function jS(a,y,x){if(Dx(a,y)){var b=a.Zf;a.Zf*=1+1/(y+1);var E=Ox(a,y),z=Math.max(0,Math.max(Math.min(a.network.vertexes.count,x*(y+1)/11),10));for(a.maxIterations+=z,jS(a,y+1,x),GS(a,z),Ix(a,E),y=E.vertexes.Fa(),y.sort(function(tt,ot){return tt===null||ot===null||tt===ot?0:ot.Vd-tt.Vd}),x=0;x<y.length;x++)jx(a,y[x]);a.Zf=b}}function Dx(a,y){if(10<y||3>a.network.vertexes.count)return!1;for(a.ah=a.network.vertexes.Fa(),a=a.ah,a.sort(function(x,b){return x===null||b===null||x===b?0:b.Vd-x.Vd}),y=a.length-1;0<=y&&1>=a[y].Vd;)y--;return 1<a.length-y}function Ox(a,y){for(var x=a.network,b=new ff(a),E=0;E<a.ah.length;E++){var z=a.ah[E];if(1<z.Vd){b.dh(z);var tt=new HS;tt.Rs=z.Vd,tt.Ss=z.width,tt.Qs=z.height,tt.Sv=z.focus.x,tt.Tv=z.focus.y,z.We===null&&(z.We=new Oe),z.We.add(tt),z.sv=z.We.count-1}else break}for(z=x.edges.iterator;z.next();){var ot=z.value;E=ot.fromVertex,tt=ot.toVertex,E.network===b&&tt.network===b?b.Bo(ot):E.network===b?(ot=E.Hj,ot===null&&(ot=new Oe,E.Hj=ot),ot.add(tt),E.Vd--,E.sh+=tt.sh):tt.network===b&&(ot=tt.Hj,ot===null&&(ot=new Oe,tt.Hj=ot),ot.add(E),tt.Vd--,tt.sh+=E.sh)}for(E=b.edges.iterator;E.next();)z=E.value,z.length*=Math.max(1,Jt.sqrt((z.fromVertex.sh+z.toVertex.sh)/(4*y+1)));for(y=b.vertexes.iterator;y.next();){E=y.value;var rt=E.Hj;if(rt!==null&&0<rt.count&&(tt=E.We.M(E.We.count-1).Rs-E.Vd,!(0>=tt))){for(var at=ot=0,ht=rt.count-tt;ht<rt.count;ht++){var gt=rt.M(ht),mt=null;for(z=gt.edges.iterator;z.next();){var yt=z.value;if(yt.Ax(gt)===E){mt=yt;break}}mt!==null&&(at+=mt.length,ot+=gt.width*gt.height)}z=E.centerX,rt=E.centerY,ht=E.width,gt=E.height,mt=E.focus,yt=ht*gt,1>yt&&(yt=1),ot=Jt.sqrt((ot+yt+at*at*4/(tt*tt))/yt),tt=(ot-1)*ht/2,ot=(ot-1)*gt/2,E.bounds=new ge(z-mt.x-tt,rt-mt.y-ot,ht+2*tt,gt+2*ot),E.focus=new It(mt.x+tt,mt.y+ot)}}return a.network=b,x}function Ix(a,y){for(var x=a.network.vertexes.iterator;x.next();){var b=x.value;if(b.network=y,b.We!==null){var E=b.We.M(b.sv);b.Vd=E.Rs;var z=E.Sv,tt=E.Tv;b.bounds=new ge(b.centerX-z,b.centerY-tt,E.Ss,E.Qs),b.focus=new It(z,tt),b.sv--}}for(x=a.network.edges.iterator;x.next();)x.value.network=y;a.network=y}function jx(a,y){var x=y.Hj;if(x!==null&&x.count!==0){var b=y.centerX,E=y.centerY,z=y.width,tt=y.height;y.We!==null&&0<y.We.count&&(tt=y.We.M(0),z=tt.Ss,tt=tt.Qs),z=Jt.sqrt(z*z+tt*tt)/2;for(var ot=!1,rt=tt=0,at=0,ht=y.vertexes.iterator;ht.next();){var gt=ht.value;1>=gt.Vd?rt++:(ot=!0,at++,tt+=Math.atan2(y.centerY-gt.centerY,y.centerX-gt.centerX))}if(rt!==0){for(0<at&&(tt/=at),at=y=0,y=ot?2*Math.PI/(rt+1):2*Math.PI/rt,rt%2===0&&(at=y/2),1<x.count&&x.sort(function(yt,St){return yt===null||St===null||yt===St?0:St.width*St.height-yt.width*yt.height}),ot=rt%2===0?0:1,x=x.iterator;x.next();)if(rt=x.value,!(1<rt.Vd||a.isFixed(rt))){for(ht=null,gt=rt.edges.iterator;gt.next();){ht=gt.value;break}gt=rt.width;var mt=rt.height;gt=Jt.sqrt(gt*gt+mt*mt)/2,ht=z+ht.length+gt,gt=tt+(y*(ot/2>>1)+at)*(ot%2===0?1:-1),rt.centerX=b+ht*Math.cos(gt),rt.centerY=E+ht*Math.sin(gt),ot++}}}}function RS(a,y,x,b,E,z,tt){var ot=9e19,rt=-1,at=0;t:for(;at<y;at++){var ht=a[at],gt=ht.x-x,mt=ht.y-b;if(gt=gt*gt+mt*mt,gt<ot){for(mt=at-1;0<=mt;mt--)if(a[mt].y>ht.y&&a[mt].x-ht.x<E+tt.width)continue t;for(mt=at+1;mt<y;mt++)if(a[mt].x>ht.x&&a[mt].y-ht.y<z+tt.height)continue t;rt=at,ot=gt}}return rt}Sr.prototype.Cu=function(){if(this.comments)for(var a=this.network.vertexes.iterator;a.next();)this.addComments(a.value)},Sr.prototype.addComments=function(a){var y=a.node;if(y!==null)for(y=y.Mu();y.next();){var x=y.value;if(x.category==="Comment"&&x.isVisible()){var b=this.network.ki(x);b===null&&(b=this.network.Bl(x)),b.charge=this.defaultCommentElectricalCharge,x=null;for(var E=b.destinationEdges;E.next();){var z=E.value;if(z.toVertex===a){x=z;break}}if(x===null){for(E=b.sourceEdges;E.next();)if(z=E.value,z.fromVertex===a){x=z;break}}x===null&&(x=this.network.Zj(a,b,null)),x.length=this.defaultCommentSpringLength}}};function zS(a,y){var x=a.bounds,b=x.x;a=x.y;var E=x.width;x=x.height;var z=y.bounds,tt=z.x;y=z.y;var ot=z.width;return z=z.height,b+E<tt?a>y+z?(x=b+E-tt,a=a-y-z,Jt.sqrt(x*x+a*a)):a+x<y?(b=b+E-tt,a=a+x-y,Jt.sqrt(b*b+a*a)):tt-(b+E):b>tt+ot?a>y+z?(x=b-tt-ot,a=a-y-z,Jt.sqrt(x*x+a*a)):a+x<y?(b=b-tt-ot,a=a+x-y,Jt.sqrt(b*b+a*a)):b-(tt+ot):a>y+z?a-(y+z):a+x<y?y-(a+x):.1}function GS(a,y){for(a.ah=null,y=a.An+y;a.An<y&&(a.An++,Rx(a)););a.ah=null}function Rx(a){a.ah===null&&(a.ah=a.network.vertexes.Fa());var y=a.ah;if(0>=y.length)return!1;var x=y[0];x.forceX=0,x.forceY=0;for(var b=x.centerX,E=b,z=x=x.centerY,tt=1;tt<y.length;tt++){var ot=y[tt];ot.forceX=0,ot.forceY=0;var rt=ot.centerX;ot=ot.centerY,b=Math.min(b,rt),E=Math.max(E,rt),x=Math.min(x,ot),z=Math.max(z,ot)}(E=E-b>z-x)?y.sort(function(Lt,Bt){return Lt===null||Bt===null||Lt===Bt?0:Lt.centerX-Bt.centerX}):y.sort(function(Lt,Bt){return Lt===null||Bt===null||Lt===Bt?0:Lt.centerY-Bt.centerY}),x=a.Zf;var at=b=ot=0;for(z=0;z<y.length;z++){tt=y[z],b=tt.bounds,ot=tt.focus,rt=b.x+ot.x;var ht=b.y+ot.y;b=tt.charge*a.electricalFieldX(rt,ht),at=tt.charge*a.electricalFieldY(rt,ht),b+=tt.mass*a.gravitationalFieldX(rt,ht),at+=tt.mass*a.gravitationalFieldY(rt,ht),tt.forceX+=b,tt.forceY+=at;for(var gt=z+1;gt<y.length;gt++){var mt=y[gt];if(mt!==tt){b=mt.bounds,ot=mt.focus,at=b.x+ot.x;var yt=b.y+ot.y;if(rt-at>x||at-rt>x){if(E)break}else if(ht-yt>x||yt-ht>x){if(!E)break}else{var St=zS(tt,mt);1>St?(b=a.randomNumberGenerator,b===null&&(a.randomNumberGenerator=b=new S0),St=b.random(),ot=b.random(),rt>at?(b=Math.abs(mt.bounds.right-tt.bounds.x),b=(1+b)*St):rt<at?(b=Math.abs(mt.bounds.x-tt.bounds.right),b=-(1+b)*St):(b=Math.max(mt.width,tt.width),b=(1+b)*St-b/2),ht>yt?(at=Math.abs(mt.bounds.bottom-tt.bounds.y),at=(1+at)*ot):rt<at?(at=Math.abs(mt.bounds.y-tt.bounds.bottom),at=-(1+at)*ot):(at=Math.max(mt.height,tt.height),at=(1+at)*ot-at/2)):(ot=-(tt.charge*mt.charge)/(St*St),b=(at-rt)/St*ot,at=(yt-ht)/St*ot),tt.forceX+=b,tt.forceY+=at,mt.forceX-=b,mt.forceY-=at}}}}for(E=a.network.edges.iterator;E.next();)ot=E.value,x=ot.fromVertex,z=ot.toVertex,tt=x.bounds,rt=x.focus,b=tt.x+rt.x,tt=tt.y+rt.y,ht=z.bounds,gt=z.focus,rt=ht.x+gt.x,ht=ht.y+gt.y,gt=zS(x,z),1>gt?(gt=a.randomNumberGenerator,gt===null&&(a.randomNumberGenerator=gt=new S0),ot=gt.random(),gt=gt.random(),b=(b>rt?1:-1)*(1+(z.width>x.width?z.width:x.width))*ot,at=(tt>ht?1:-1)*(1+(z.height>x.height?z.height:x.height))*gt):(ot=ot.stiffness*(gt-ot.length),b=(rt-b)/gt*ot,at=(ht-tt)/gt*ot),x.forceX+=b,x.forceY+=at,z.forceX-=b,z.forceY-=at;for(E=b=0;E<y.length;E++)x=y[E],a.isFixed(x)?a.moveFixedVertex(x):b=Math.max(b,a.moveVertex(x)||0);return b>a.epsilonDistance*a.epsilonDistance}Sr.prototype.moveVertex=function(a){var y=a.forceX,x=a.forceY,b=this.moveLimit;return y<-b?y=-b:y>b&&(y=b),x<-b?x=-b:x>b&&(x=b),a.centerX+=y,a.centerY+=x,y*y+x*x},Sr.prototype.moveFixedVertex=function(){},Sr.prototype.commitLayout=function(){this.yv(),this.commitNodes(),this.isRouting&&this.commitLinks()},Sr.prototype.yv=function(){if(this.setsPortSpots)for(var a=this.network.edges.iterator;a.next();){var y=a.value.link;y!==null&&(y.fromSpot=cr,y.toSpot=cr)}},Sr.prototype.commitNodes=function(){var a=0,y=0;if(this.arrangesToOrigin){var x=ge.alloc();this.computeBounds(this.network,x),y=this.arrangementOrigin,a=y.x-x.x,y=y.y-x.y,ge.free(x)}x=ge.alloc();for(var b=this.network.vertexes.iterator;b.next();){var E=b.value;(a!==0||y!==0)&&(x.assign(E.bounds),x.x+=a,x.y+=y,E.bounds=x),E.commit()}ge.free(x)},Sr.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()},Sr.prototype.springStiffness=function(a){return a=a.stiffness,isNaN(a)?this.Hk:a},Sr.prototype.springLength=function(a){return a=a.length,isNaN(a)?this.Gk:a},Sr.prototype.electricalCharge=function(a){return a=a.charge,isNaN(a)?this.Ek:a},Sr.prototype.electricalFieldX=function(){return 0},Sr.prototype.electricalFieldY=function(){return 0},Sr.prototype.gravitationalMass=function(a){return a=a.mass,isNaN(a)?this.Fk:a},Sr.prototype.gravitationalFieldX=function(){return 0},Sr.prototype.gravitationalFieldY=function(){return 0},Sr.prototype.isFixed=function(a){return a.isFixed},be.Object.defineProperties(Sr.prototype,{currentIteration:{get:function(){return this.An}},arrangementSpacing:{get:function(){return this.$d},set:function(a){this.$d.D(a)||(this.$d.assign(a),this.C())}},arrangesToOrigin:{get:function(){return this.Bm},set:function(a){this.Bm!==a&&(this.Bm=a,this.C())}},setsPortSpots:{get:function(){return this.sf},set:function(a){this.sf!==a&&(this.sf=a,this.C())}},comments:{get:function(){return this.td},set:function(a){this.td!==a&&(this.td=a,this.C())}},maxIterations:{get:function(){return this.dl},set:function(a){this.dl!==a&&0<=a&&(this.dl=a,this.C())}},epsilonDistance:{get:function(){return this.$m},set:function(a){this.$m!==a&&0<a&&(this.$m=a,this.C())}},infinityDistance:{get:function(){return this.Zf},set:function(a){this.Zf!==a&&1<a&&(this.Zf=a,this.C())}},moveLimit:{get:function(){return this.In},set:function(a){this.In!==a&&1<a&&(this.In=a,this.C())}},randomNumberGenerator:{get:function(){return this.fo},set:function(a){this.fo!==a&&(a!==null&&typeof a.random!="function"&&se('ForceDirectedLayout.randomNumberGenerator must have a "random()" function on it: '+a),this.fo=a)}},defaultSpringStiffness:{get:function(){return this.Hk},set:function(a){this.Hk!==a&&(this.Hk=a,this.C())}},defaultSpringLength:{get:function(){return this.Gk},set:function(a){this.Gk!==a&&(this.Gk=a,this.C())}},defaultElectricalCharge:{get:function(){return this.Ek},set:function(a){this.Ek!==a&&(this.Ek=a,this.C())}},defaultGravitationalMass:{get:function(){return this.Fk},set:function(a){this.Fk!==a&&(this.Fk=a,this.C())}},defaultCommentSpringLength:{get:function(){return this.Vm},set:function(a){this.Vm!==a&&(this.Vm=a,this.C())}},defaultCommentElectricalCharge:{get:function(){return this.Um},set:function(a){this.Um!==a&&(this.Um=a,this.C())}}}),Sr.className="ForceDirectedLayout";function HS(){this.Tv=this.Sv=this.Qs=this.Ss=this.Rs=0}HS.className="ForceDirectedSubnet";function ff(a){bi.call(this,a)}re(ff,bi),ff.prototype.createVertex=function(){return new gp(this)},ff.prototype.createEdge=function(){return new cp(this)},ff.className="ForceDirectedNetwork";function gp(a){Do.call(this,a),this.ia=!1,this.Ha=this.u=NaN,this.sh=this.Vd=this.V=this.F=0,this.We=this.Hj=null,this.sv=0}re(gp,Do),be.Object.defineProperties(gp.prototype,{isFixed:{get:function(){return this.ia},set:function(a){this.ia!==a&&(this.ia=a)}},charge:{get:function(){return this.u},set:function(a){this.u!==a&&(this.u=a)}},mass:{get:function(){return this.Ha},set:function(a){this.Ha!==a&&(this.Ha=a)}},forceX:{get:function(){return this.F},set:function(a){this.F!==a&&(this.F=a)}},forceY:{get:function(){return this.V},set:function(a){this.V!==a&&(this.V=a)}}}),gp.className="ForceDirectedVertex";function cp(a){Ls.call(this,a),this.j=this.o=NaN}re(cp,Ls),be.Object.defineProperties(cp.prototype,{stiffness:{get:function(){return this.o},set:function(a){this.o!==a&&(this.o=a)}},length:{get:function(){return this.j},set:function(a){this.j!==a&&(this.j=a)}}}),cp.className="ForceDirectedEdge";function S0(){var a=0;a===void 0&&(a=42),this.seed=a,this.ay=48271,this.ey=2147483647,this.Q=44488.07041494893,this.gy=3399,this.by=1/2147483647,this.random()}S0.prototype.random=function(){var a=this.seed%this.Q*this.ay-this.seed/this.Q*this.gy;return 0<a?this.seed=a:this.seed=a+this.ey,this.seed*this.by},S0.className="RandomNumberGenerator";function Si(a){Wi.call(this),this.kc=this.ie=25,this.K=0,this.Dk=L0,this.Zk=k0,this.Qk=M0,this.bj=4,this.rk=T0,this.bg=15,this.sf=!0,this.Cn=4,this.Ra=this.Iq=this.Ia=-1,this.Md=this.Hn=0,this.Ta=this.Kd=this.Ld=this.he=this.tc=null,this.Kn=0,this.Jn=this.kj=null,this.le=0,this.fl=null,this.Rf=new It,this.He=[],this.He.length=100,this.xw=this.ve=0,a&&Object.assign(this,a)}re(Si,Wi),Si.prototype.cloneProtected=function(a){Wi.prototype.cloneProtected.call(this,a),a.ie=this.ie,a.kc=this.kc,a.K=this.K,a.Dk=this.Dk,a.Zk=this.Zk,a.Qk=this.Qk,a.bj=this.bj,a.rk=this.rk,a.bg=this.bg,a.sf=this.sf,a.Cn=this.Cn,a.ve=this.ve},Si.prototype.qb=function(a){a.classType===Si?a.name.indexOf("Aggressive")===0?this.aggressiveOption=a:a.name.indexOf("Cycle")===0?this.cycleRemoveOption=a:a.name.indexOf("Init")===0?this.initializeOption=a:a.name.indexOf("Layer")===0?this.layeringOption=a:se("Unknown enum value: "+a):Wi.prototype.qb.call(this,a)},Si.prototype.createNetwork=function(){return new Ag(this)},Si.prototype.doLayout=function(a){for(this.network===null&&(this.network=this.makeNetwork(a)),this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin),this.Iq=-1,this.Md=this.Hn=0,this.fl=this.Jn=this.kj=null,a=0;a<this.He.length;a++)this.He[a]=null;if(0<this.network.vertexes.count){for(this.network.Ko(),this.cycleRemoveOption!==mp&&this.removeCycles(),a=this.network.vertexes.iterator;a.next();)a.value.layer=-1;for(this.Ia=-1,this.assignLayers(),a.reset();a.next();)this.Ia=Math.max(this.Ia,a.value.layer);this.cycleRemoveOption===mp&&this.removeCycles(),a=this.network;for(var y=[],x=a.edges.iterator;x.next();){var b=x.value;b.valid=!1,y.push(b)}for(x=0;x<y.length;x++){b=y[x];var E=b.fromVertex,z=b.toVertex;if(!(b.valid||(E.node===null&&E.data===null||z.node===null&&z.data===null)&&E.layer===z.layer)){var tt=0,ot=0,rt=0,at=0;if(b.link!==null){if(ot=b.link,ot===null)continue;var ht=E.node;if(tt=z.node,ht===null||tt===null)continue;var gt=ot.fromNode;rt=ot.toNode;for(var mt=ot.fromPort;mt!==null&&!mt.Ed();)mt=mt.panel;for(ot=ot.toPort;ot!==null&&!ot.Ed();)ot=ot.panel;if(b.rev){at=gt;var yt=mt;gt=rt,mt=ot,rt=at,ot=yt}var St=E.focus;at=z.focus;var Lt=b.rev?z.bounds:E.bounds;yt=It.alloc(),ht!==gt?Lt.w()&>.isVisible()?gt.actualBounds.w()?(Eh(gt,mt,mi,yt),yt.x+=gt.actualBounds.x-Lt.x,yt.y+=gt.actualBounds.y-Lt.y):(Eh(gt,mt,mi,yt),yt.w()||yt.assign(St)):yt.assign(St):Lt.w()?(Eh(gt,mt,mi,yt),yt.w()||yt.assign(St)):yt.assign(St),gt=b.rev?E.bounds:z.bounds,ht=It.alloc(),tt!==rt?gt.w()&&rt.isVisible()?rt.actualBounds.w()?(Eh(rt,ot,mi,ht),ht.x+=rt.actualBounds.x-gt.x,ht.y+=rt.actualBounds.y-gt.y):(Eh(rt,ot,mi,ht),ht.w()||ht.assign(at)):ht.assign(at):gt.w()?(Eh(rt,ot,mi,ht),ht.w()||ht.assign(at)):ht.assign(at),this.K===90||this.K===270?(tt=Math.round((yt.x-St.x)/this.kc),rt=yt.x,ot=Math.round((ht.x-at.x)/this.kc),at=ht.x):(tt=Math.round((yt.y-St.y)/this.kc),rt=yt.y,ot=Math.round((ht.y-at.y)/this.kc),at=ht.y),It.free(yt),It.free(ht),b.portFromColOffset=tt,b.portFromPos=rt,b.portToColOffset=ot,b.portToPos=at}else b.portFromColOffset=0,b.portFromPos=0,b.portToColOffset=0,b.portToPos=0;if(yt=E.layer,ht=z.layer,gt=0,Lt=b.link,Lt!==null){var Bt=Lt.fromPort,Ft=Lt.toPort;if(Bt!==null&&Ft!==null){var zt=Lt.fromNode;if(mt=Lt.toNode,zt!==null&&mt!==null){var Ht=C0(this,!0),Vt=C0(this,!1),_t=this.setsPortSpots?Ht:Lt.computeSpot(!0,Bt);St=this.setsPortSpots?Vt:Lt.computeSpot(!1,Ft);var ee=Lt.isOrthogonal;_t.$c()&&_t.Hf(Vt)&&St.$c()&&St.Hf(Ht)?gt=0:(Ht=Lt.getLinkPoint(zt,Bt,_t,!0,ee,mt,Ft,It.alloc()),Vt=Lt.getLinkDirection(zt,Bt,Ht,_t,!0,ee,mt,Ft),It.free(Ht),_t.ys()||Vt!==JS(this,b,!0)?this.setsPortSpots&&zt!==null&&zt.ports.count===1&&b.rev&&(gt+=1):gt+=1,_t=Lt.getLinkPoint(mt,Ft,St,!1,ee,zt,Bt,It.alloc()),Lt=Lt.getLinkDirection(mt,Ft,_t,St,!1,ee,zt,Bt),It.free(_t),St.ys()||Lt!==JS(this,b,!1)?this.setsPortSpots&&mt!==null&&mt.ports.count===1&&b.rev&&(gt+=2):gt+=2)}}}if(mt=gt,gt=mt===1||mt===3,(mt=mt===2||mt===3)&&(St=a.createVertex(),St.node=null,St.Dj=1,St.layer=yt,St.near=E,a.dh(St),E=a.Zj(E,St,b.link),E.valid=!1,E.rev=b.rev,E.portFromColOffset=tt,E.portToColOffset=0,E.portFromPos=rt,E.portToPos=0,E=St),Lt=1,gt&&Lt--,yt-ht>Lt&&0<yt){for(b.valid=!1,St=a.createVertex(),St.node=null,St.Dj=2,St.layer=yt-1,a.dh(St),E=a.Zj(E,St,b.link),E.valid=!0,E.rev=b.rev,E.portFromColOffset=mt?0:tt,E.portToColOffset=0,E.portFromPos=mt?0:rt,E.portToPos=0,E=St,yt--;yt-ht>Lt&&0<yt;)St=a.createVertex(),St.node=null,St.Dj=3,St.layer=yt-1,a.dh(St),E=a.Zj(E,St,b.link),E.valid=!0,E.rev=b.rev,E.portFromColOffset=0,E.portToColOffset=0,E.portFromPos=0,E.portToPos=0,E=St,yt--;E=a.Zj(St,z,b.link),E.valid=!gt,gt&&(St.near=z),E.rev=b.rev,E.portFromColOffset=0,E.portToColOffset=ot,E.portFromPos=0,E.portToPos=at}else b.valid=!0}}for(a=this.tc=[],y=0;y<=this.Ia;y++)a[y]=0;for(y=this.network.vertexes.iterator;y.next();)y.value.index=-1;for(this.initializeIndices(),this.Iq=-1,x=this.Md=this.Hn=0;x<=this.Ia;x++)a[x]>a[this.Md]&&(this.Iq=a[x]-1,this.Md=x),a[x]<a[this.Hn]&&(this.Hn=x);for(this.fl=[],x=0;x<a.length;x++)this.fl[x]=[];for(y.reset();y.next();)a=y.value,this.fl[a.layer][a.index]=a;for(this.Ra=-1,a=0;a<=this.Ia;a++){for(y=ku(this,a),x=0,b=this.tc[a],z=0;z<b;z++)E=y[z],x+=this.nodeMinColumnSpace(E,!0),E.column=x,x+=1,x+=this.nodeMinColumnSpace(E,!1);this.Ra=Math.max(this.Ra,x-1),Mu(this,a,y)}this.reduceCrossings(),this.straightenAndPack(),this.updateParts()}this.network=null,this.isValidLayout=!0},Si.prototype.linkMinLength=function(){return 1};function cy(a){var y=a.fromVertex.node||a.fromVertex.data;return a=a.toVertex.node||a.toVertex.data,y===null&&a===null?8:y===null||a===null?4:1}Si.prototype.nodeMinLayerSpace=function(a,y){return a.node===null&&a.data===null?0:this.K===90||this.K===270?y?a.focus.y+10:a.bounds.height-a.focus.y+10:y?a.focus.x+10:a.bounds.width-a.focus.x+10},Si.prototype.nodeMinColumnSpace=function(a,y){if(a.node===null&&a.data===null)return 0;var x=y?a.ev:a.dv;return x!==null?x:(x=this.K,x===90||x===270?y?a.ev=a.focus.x/this.kc+1|0:a.dv=(a.bounds.width-a.focus.x)/this.kc+1|0:y?a.ev=a.focus.y/this.kc+1|0:a.dv=(a.bounds.height-a.focus.y)/this.kc+1|0)};function ss(a){a.kj===null&&(a.kj=[]);for(var y=0,x=a.network.vertexes.iterator;x.next();){var b=x.value;a.kj[y]=b.layer,y++,a.kj[y]=b.column,y++,a.kj[y]=b.index,y++}return a.kj}function na(a,y){var x=0;for(a=a.network.vertexes.iterator;a.next();){var b=a.value;b.layer=y[x],x++,b.column=y[x],x++,b.index=y[x],x++}}function WS(a,y,x){var b=ku(a,y),E=a.tc[y];(a.Jn===null||a.Jn.length<E*E)&&(a.Jn=[]);for(var z=a.Jn,tt=0;tt<E;tt++){var ot=0,rt=b[tt],at=rt.near;if(at!==null&&at.layer===rt.layer)if(rt=at.index,rt>tt)for(var ht=tt+1;ht<rt;ht++){var gt=b[ht];gt.near===at&>.Dj===at.Dj||ot++}else for(ht=tt-1;ht>rt;ht--)gt=b[ht],gt.near===at&>.Dj===at.Dj||ot++;var mt;if(0<=x)for(rt=b[tt].sourceEdgesArrayAccess,at=0;at<rt.length;at++){var yt=rt[at];if(yt.valid&&yt.fromVertex.layer!==y)for(gt=yt.fromVertex.index,ht=yt.portToPos,yt=yt.portFromPos,mt=at+1;mt<rt.length;mt++){var St=rt[mt];if(St.valid&&St.fromVertex.layer!==y){var Lt=St.fromVertex.index,Bt=St.portToPos;St=St.portFromPos,ht<Bt&&(gt>Lt||gt===Lt&&yt>St)&&ot++,Bt<ht&&(Lt>gt||Lt===gt&&St>yt)&&ot++}}}if(0>=x){for(rt=b[tt].destinationEdgesArrayAccess,at=0;at<rt.length;at++)if(yt=rt[at],yt.valid&&yt.toVertex.layer!==y)for(gt=yt.toVertex.index,ht=yt.portToPos,yt=yt.portFromPos,mt=at+1;mt<rt.length;mt++)St=rt[mt],St.valid&&St.toVertex.layer!==y&&(Lt=St.toVertex.index,Bt=St.portToPos,St=St.portFromPos,yt<St&&(gt>Lt||gt===Lt&&ht>Bt)&&ot++,St<yt&&(Lt>gt||Lt===gt&&Bt>ht)&&ot++)}for(z[tt*E+tt]=ot,rt=tt+1;rt<E;rt++){var Ft=0,zt=0;if(0<=x){ot=b[tt].sourceEdgesArrayAccess;var Ht=b[rt].sourceEdgesArrayAccess;for(at=0;at<ot.length;at++)if(yt=ot[at],yt.valid&&yt.fromVertex.layer!==y)for(gt=yt.fromVertex.index,yt=yt.portFromPos,mt=0;mt<Ht.length;mt++)St=Ht[mt],St.valid&&St.fromVertex.layer!==y&&(Lt=St.fromVertex.index,St=St.portFromPos,(gt<Lt||gt===Lt&&yt<St)&&zt++,(Lt<gt||Lt===gt&&St<yt)&&Ft++)}if(0>=x){for(ot=b[tt].destinationEdgesArrayAccess,Ht=b[rt].destinationEdgesArrayAccess,at=0;at<ot.length;at++)if(yt=ot[at],yt.valid&&yt.toVertex.layer!==y)for(gt=yt.toVertex.index,ht=yt.portToPos,mt=0;mt<Ht.length;mt++)St=Ht[mt],St.valid&&St.toVertex.layer!==y&&(Lt=St.toVertex.index,Bt=St.portToPos,(gt<Lt||gt===Lt&&ht<Bt)&&zt++,(Lt<gt||Lt===gt&&Bt<ht)&&Ft++)}z[tt*E+rt]=Ft,z[rt*E+tt]=zt}}return Mu(a,y,b),z}Si.prototype.countCrossings=function(){for(var a=0,y=0;y<=this.Ia;y++)for(var x=WS(this,y,1),b=this.tc[y],E=0;E<b;E++)for(var z=E;z<b;z++)a+=x[E*b+z];return a};function x0(a){for(var y=0,x=0;x<=a.Ia;x++){for(var b=a,E=x,z=ku(b,E),tt=b.tc[E],ot=0,rt=0;rt<tt;rt++){var at=z[rt].destinationEdgesArrayAccess;if(at!==null)for(var ht=0;ht<at.length;ht++){var gt=at[ht];if(gt.valid&>.toVertex.layer!==E){var mt=gt.fromVertex.column+gt.portFromColOffset,yt=gt.toVertex.column+gt.portToColOffset;ot+=(Math.abs(mt-yt)+1)*cy(gt)}}}Mu(b,E,z),y+=ot}return y}Si.prototype.normalize=function(){var a=1/0;this.Ra=-1;for(var y=this.network.vertexes.iterator;y.next();){var x=y.value;a=Math.min(a,x.column-this.nodeMinColumnSpace(x,!0)),this.Ra=Math.max(this.Ra,x.column+this.nodeMinColumnSpace(x,!1))}for(y.reset();y.next();)y.value.column-=a;this.Ra-=a};function py(a,y,x){for(var b=ku(a,y),E=a.tc[y],z=[],tt=0;tt<E;tt++){var ot=b[tt],rt=null;0>=x&&(rt=ot.sourceEdgesArrayAccess);var at=null;0<=x&&(at=ot.destinationEdgesArrayAccess);var ht=0,gt=0,mt=ot.near;if(mt!==null&&mt.layer===ot.layer&&(ht+=mt.column-1,gt++),rt!==null)for(mt=0;mt<rt.length;mt++){ot=rt[mt];var yt=ot.fromVertex;ot.valid&&!ot.rev&&yt.layer!==y&&(ht+=yt.column,gt++)}if(at!==null)for(rt=0;rt<at.length;rt++)ot=at[rt],mt=ot.toVertex,ot.valid&&!ot.rev&&mt.layer!==y&&(ht+=mt.column,gt++);z[tt]=gt===0?-1:ht/gt}return Mu(a,y,b),z}function VS(a,y,x){for(var b=ku(a,y),E=a.tc[y],z=[],tt=0;tt<E;tt++){var ot=b[tt],rt=null;0>=x&&(rt=ot.sourceEdgesArrayAccess);var at=null;0<=x&&(at=ot.destinationEdgesArrayAccess);var ht=0,gt=[],mt=ot.near;if(mt!==null&&mt.layer===ot.layer&&(gt[ht]=mt.column-1,ht++),ot=void 0,rt!==null)for(mt=0;mt<rt.length;mt++){ot=rt[mt];var yt=ot.fromVertex;ot.valid&&!ot.rev&&yt.layer!==y&&(gt[ht]=yt.column+ot.portFromColOffset,ht++)}if(at!==null)for(rt=0;rt<at.length;rt++)ot=at[rt],mt=ot.toVertex,ot.valid&&!ot.rev&&mt.layer!==y&&(gt[ht]=mt.column+ot.portToColOffset,ht++);ht===0?z[tt]=-1:(gt.sort(function(St,Lt){return St-Lt}),at=ht>>1,z[tt]=ht&1?gt[at]:gt[at-1]+gt[at]>>1)}return Mu(a,y,b),z}function pp(a,y,x,b,E,z){if(y.component===b){if(y.component=x,E)for(var tt=y.destinationEdges;tt.next();){var ot=tt.value,rt=ot.toVertex,at=y.layer-rt.layer;ot=a.linkMinLength(ot),at===ot&&pp(a,rt,x,b,E,z)}if(z)for(tt=y.sourceEdges;tt.next();)ot=tt.value,rt=ot.fromVertex,at=rt.layer-y.layer,ot=a.linkMinLength(ot),at===ot&&pp(a,rt,x,b,E,z)}}function my(a,y,x,b,E,z){if(y.component===b){if(y.component=x,E)for(var tt=y.destinationEdges;tt.next();)my(a,tt.value.toVertex,x,b,E,z);if(z)for(y=y.sourceEdges;y.next();)my(a,y.value.fromVertex,x,b,E,z)}}Si.prototype.removeCycles=function(){for(var a=this.network.edges.iterator;a.next();)a.value.rev=!1;switch(this.Dk){default:case Sy:a=this.network;var y=0,x=a.vertexes.count-1,b=[];b.length=x+1;for(var E=a.vertexes.iterator;E.next();)E.value.valid=!0;for(;zx(a)!==null;){for(E=US(a);E!==null;)b[x]=E,x--,E.valid=!1,E=US(a);for(E=YS(a);E!==null;)b[y]=E,y++,E.valid=!1,E=YS(a);E=null;for(var z=0,tt=this.network.vertexes.iterator;tt.next();){var ot=tt.value;if(ot.valid){for(var rt=0,at=ot.destinationEdges;at.next();)at.value.toVertex.valid&&rt++;at=0;for(var ht=ot.sourceEdges;ht.next();)ht.value.fromVertex.valid&&at++;(E===null||z<rt-at)&&(E=ot,z=rt-at)}}E!==null&&(b[y]=E,y++,E.valid=!1)}for(y=0;y<a.vertexes.count;y++)b[y].index=y;for(b=a.edges.iterator;b.next();)y=b.value,y.fromVertex.index>y.toVertex.index&&(a.gm(y),y.rev=!0);break;case L0:for(b=this.network.vertexes.iterator;b.next();)a=b.value,a.Ll=-1,a.finish=-1;for(a=this.network.edges.iterator;a.next();)a.value.forest=!1;for(this.Kn=0,b.reset();b.next();)y=b.value,y.sourceEdges.count===0&&vy(this,y);for(b.reset();b.next();)y=b.value,y.Ll===-1&&vy(this,y);for(a.reset();a.next();)b=a.value,b.forest||(y=b.fromVertex,x=y.finish,E=b.toVertex,z=E.finish,E.Ll<y.Ll&&x<z&&(this.network.gm(b),b.rev=!0));break;case mp:for(a=this.network,y=a.vertexes.iterator,b=1/0;y.next();)b=Math.min(b,y.value.layer);if(1/0>b){if(0>b)for(y.reset();y.next();)y.value.layer-=b;for(b=[],y.reset();y.next();)x=y.value,E=b[x.layer],E===void 0?b[x.layer]=[x]:E.push(x);for(x=y=0;x<b.length;x++)if(E=b[x],!E||E.length===0)y++;else if(0<x)for(z=0;z<E.length;z++)E[z].layer-=y;for(b=a.edges.iterator;b.next();)y=b.value,y.fromVertex.layer<y.toVertex.layer&&(a.gm(y),y.rev=!0)}}};function zx(a){for(a=a.vertexes.iterator;a.next();){var y=a.value;if(y.valid)return y}return null}function US(a){for(a=a.vertexes.iterator;a.next();){var y=a.value;if(y.valid){for(var x=!0,b=y.destinationEdges;b.next();)if(b.value.toVertex.valid){x=!1;break}if(x)return y}}return null}function YS(a){for(a=a.vertexes.iterator;a.next();){var y=a.value;if(y.valid){for(var x=!0,b=y.sourceEdges;b.next();)if(b.value.fromVertex.valid){x=!1;break}if(x)return y}}return null}function vy(a,y){y.Ll=a.Kn,a.Kn++;for(var x=y.destinationEdges;x.next();){var b=x.value,E=b.toVertex;E.Ll===-1&&(b.forest=!0,vy(a,E))}y.finish=a.Kn,a.Kn++}Si.prototype.assignLayers=function(){switch(this.Zk){case xy:_S(this);break;case Py:for(var a,y=this.network.vertexes.iterator;y.next();)a=XS(this,y.value),this.Ia=Math.max(a,this.Ia);for(y.reset();y.next();)a=y.value,a.layer=this.Ia-a.layer;break;default:case k0:for(_S(this),y=this.network.vertexes.iterator;y.next();)y.value.valid=!1;for(y.reset();y.next();)a=y.value,a.sourceEdges.count===0&&ZS(this,a);for(a=1/0,y.reset();y.next();)a=Math.min(a,y.value.layer);for(this.Ia=-1,y.reset();y.next();){var x=y.value;x.layer-=a,this.Ia=Math.max(this.Ia,x.layer)}}};function _S(a){for(var y=a.network.vertexes.iterator;y.next();){var x=KS(a,y.value);a.Ia=Math.max(x,a.Ia)}}function KS(a,y){var x=0;if(y.layer===-1){for(var b=y.destinationEdges;b.next();){var E=b.value,z=E.toVertex;E=a.linkMinLength(E),x=Math.max(x,KS(a,z)+E)}y.layer=x}else x=y.layer;return x}function XS(a,y){var x=0;if(y.layer===-1){for(var b=y.sourceEdges;b.next();){var E=b.value,z=E.fromVertex;E=a.linkMinLength(E),x=Math.max(x,XS(a,z)+E)}y.layer=x}else x=y.layer;return x}function ZS(a,y){if(!y.valid){y.valid=!0;for(var x=y.destinationEdges;x.next();)ZS(a,x.value.toVertex);for(x=a.network.vertexes.iterator;x.next();)x.value.component=-1;for(var b=y.sourceEdgesArrayAccess,E=b.length,z=0;z<E;z++){var tt=b[z],ot=tt.fromVertex,rt=tt.toVertex;tt=a.linkMinLength(tt),ot.layer-rt.layer>tt&&pp(a,ot,0,-1,!0,!1)}for(pp(a,y,1,-1,!0,!0);y.component!==0;){for(z=0,b=1/0,ot=0,rt=null,tt=a.network.vertexes.iterator;tt.next();){var at=tt.value;if(at.component===1){var ht=0,gt=!1,mt=at.sourceEdgesArrayAccess;E=mt.length;for(var yt=0;yt<E;yt++){var St=mt[yt],Lt=St.fromVertex;ht+=1,Lt.component!==1&&(z+=1,Lt=Lt.layer-at.layer,St=a.linkMinLength(St),b=Math.min(b,Lt-St))}for(mt=at.destinationEdgesArrayAccess,E=mt.length,yt=0;yt<E;yt++)St=mt[yt].toVertex,--ht,St.component!==1?--z:gt=!0;(rt===null||ht<ot)&&!gt&&(rt=at,ot=ht)}}if(0<z){for(x.reset();x.next();)E=x.value,E.component===1&&(E.layer+=b);y.component=0}else rt.component=0}for(x=a.network.vertexes.iterator;x.next();)x.value.component=-1;for(pp(a,y,1,-1,!0,!1);y.component!==0;){for(b=0,E=1/0,z=0,ot=null,rt=a.network.vertexes.iterator;rt.next();)if(tt=rt.value,tt.component===1){for(at=0,ht=!1,mt=tt.sourceEdgesArrayAccess,gt=mt.length,yt=0;yt<gt;yt++)St=mt[yt].fromVertex,at+=1,St.component!==1?b+=1:ht=!0;for(mt=tt.destinationEdgesArrayAccess,gt=mt.length,yt=0;yt<gt;yt++)St=mt[yt],Lt=St.toVertex,--at,Lt.component!==1&&(--b,Lt=tt.layer-Lt.layer,St=a.linkMinLength(St),E=Math.min(E,Lt-St));(ot===null||at>z)&&!ht&&(ot=tt,z=at)}if(0>b){for(x.reset();x.next();)b=x.value,b.component===1&&(b.layer-=E);y.component=0}else ot.component=0}}}function JS(a,y,x){return a.K===90?x&&!y.rev||!x&&y.rev?270:90:a.K===180?x&&!y.rev||!x&&y.rev?0:180:a.K===270?x&&!y.rev||!x&&y.rev?90:270:x&&!y.rev||!x&&y.rev?180:0}Si.prototype.initializeIndices=function(){switch(this.Qk){default:case Cy:for(var a=this.network.vertexes.iterator;a.next();){var y=a.value,x=y.layer;y.index=this.tc[x],this.tc[x]++}break;case M0:for(a=this.network.vertexes.iterator,y=this.Ia;0<=y;y--)for(a.reset();a.next();)x=a.value,x.layer===y&&x.index===-1&&QS(this,x);break;case wy:for(a=this.network.vertexes.iterator,y=0;y<=this.Ia;y++)for(a.reset();a.next();)x=a.value,x.layer===y&&x.index===-1&&$S(this,x)}};function QS(a,y){var x=y.layer;for(y.index=a.tc[x],a.tc[x]++,y=y.destinationEdgesArrayAccess,x=!0;x;){x=!1;for(var b=0;b<y.length-1;b++){var E=y[b],z=y[b+1];E.portFromColOffset>z.portFromColOffset&&(x=!0,y[b]=z,y[b+1]=E)}}for(x=0;x<y.length;x++)b=y[x],b.valid&&(b=b.toVertex,b.index===-1&&QS(a,b))}function $S(a,y){var x=y.layer;y.index=a.tc[x],a.tc[x]++,y=y.sourceEdgesArrayAccess;for(var b=!0;b;)for(b=!1,x=0;x<y.length-1;x++){var E=y[x],z=y[x+1];E.portToColOffset>z.portToColOffset&&(b=!0,y[x]=z,y[x+1]=E)}for(x=0;x<y.length;x++)b=y[x],b.valid&&(b=b.fromVertex,b.index===-1&&$S(a,b))}Si.prototype.reduceCrossings=function(){var a=this.countCrossings(),y=ss(this),x,b;for(x=0;x<this.bj;x++){for(b=0;b<=this.Ia;b++)P0(this,b,1),fa(this,b,1);var E=this.countCrossings();for(E<a&&(a=E,y=ss(this)),b=this.Ia;0<=b;b--)P0(this,b,-1),fa(this,b,-1);E=this.countCrossings(),E<a&&(a=E,y=ss(this))}for(na(this,y),x=0;x<this.bj;x++){for(b=0;b<=this.Ia;b++)P0(this,b,0),fa(this,b,0);for(E=this.countCrossings(),E<a&&(a=E,y=ss(this)),b=this.Ia;0<=b;b--)P0(this,b,0),fa(this,b,0);E=this.countCrossings(),E<a&&(a=E,y=ss(this))}na(this,y);var z,tt,ot;switch(this.rk){case Ly:break;case ky:for(ot=a+1;(b=this.countCrossings())<ot;)for(ot=b,x=this.Ia;0<=x;x--)for(tt=0;tt<=x;tt++){for(z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=fa(this,b,-1)||z;for(E=this.countCrossings(),E>=a?na(this,y):(a=E,y=ss(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=fa(this,b,1)||z;for(E=this.countCrossings(),E>=a?na(this,y):(a=E,y=ss(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=fa(this,b,1)||z;for(E>=a?na(this,y):(a=E,y=ss(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=fa(this,b,-1)||z;for(E>=a?na(this,y):(a=E,y=ss(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=fa(this,b,0)||z;for(E>=a?na(this,y):(a=E,y=ss(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=fa(this,b,0)||z;E>=a?na(this,y):(a=E,y=ss(this))}break;default:case T0:for(x=this.Ia,tt=0,ot=a+1;(b=this.countCrossings())<ot;){for(ot=b,z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=fa(this,b,-1)||z;for(E=this.countCrossings(),E>=a?na(this,y):(a=E,y=ss(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=fa(this,b,1)||z;for(E=this.countCrossings(),E>=a?na(this,y):(a=E,y=ss(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=fa(this,b,1)||z;for(E>=a?na(this,y):(a=E,y=ss(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=fa(this,b,-1)||z;for(E>=a?na(this,y):(a=E,y=ss(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=fa(this,b,0)||z;for(E>=a?na(this,y):(a=E,y=ss(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=fa(this,b,0)||z;E>=a?na(this,y):(a=E,y=ss(this))}}na(this,y)};function P0(a,y,x){var b=ku(a,y),E=a.tc[y],z=VS(a,y,x),tt=py(a,y,x);for(x=0;x<E;x++)tt[x]===-1&&(tt[x]=b[x].column),z[x]===-1&&(z[x]=b[x].column);for(var ot=!0,rt;ot;)for(ot=!1,x=0;x<E-1;x++)(z[x+1]<z[x]||z[x+1]===z[x]&&tt[x+1]<tt[x])&&(ot=!0,rt=z[x],z[x]=z[x+1],z[x+1]=rt,rt=tt[x],tt[x]=tt[x+1],tt[x+1]=rt,rt=b[x],b[x]=b[x+1],b[x+1]=rt);for(x=z=0;x<E;x++)rt=b[x],rt.index=x,z+=a.nodeMinColumnSpace(rt,!0),rt.column=z,z+=1,z+=a.nodeMinColumnSpace(rt,!1);Mu(a,y,b)}function fa(a,y,x){var b=ku(a,y),E=a.tc[y];x=WS(a,y,x);var z,tt=[];for(z=0;z<E;z++)tt[z]=-1;var ot=[];for(z=0;z<E;z++)ot[z]=-1;for(var rt=!1,at=!0;at;)for(at=!1,z=0;z<E-1;z++){var ht=x[b[z].index*E+b[z+1].index],gt=x[b[z+1].index*E+b[z].index],mt=0,yt=0,St=b[z].column,Lt=b[z+1].column,Bt=a.nodeMinColumnSpace(b[z],!0),Ft=a.nodeMinColumnSpace(b[z],!1),zt=a.nodeMinColumnSpace(b[z+1],!0),Ht=a.nodeMinColumnSpace(b[z+1],!1);Bt=St-Bt+zt,Ft=Lt-Ft+Ht;var Vt=b[z].sourceEdges.iterator;for(Vt.reset();Vt.next();)if(zt=Vt.value,Ht=zt.fromVertex,zt.valid&&Ht.layer===y){for(zt=0;b[zt]!==Ht;)zt++;zt<z&&(mt+=2*(z-zt),yt+=2*(z+1-zt)),zt===z+1&&(mt+=1),zt>z+1&&(mt+=4*(zt-z),yt+=4*(zt-(z+1)))}for(Vt=b[z].destinationEdges.iterator,Vt.reset();Vt.next();)if(zt=Vt.value,Ht=zt.toVertex,zt.valid&&Ht.layer===y){for(zt=0;b[zt]!==Ht;)zt++;zt===z+1&&(yt+=1)}for(Vt=b[z+1].sourceEdges.iterator,Vt.reset();Vt.next();)if(zt=Vt.value,Ht=zt.fromVertex,zt.valid&&Ht.layer===y){for(zt=0;b[zt]!==Ht;)zt++;zt<z&&(mt+=2*(z+1-zt),yt+=2*(z-zt)),zt===z&&(yt+=1),zt>z+1&&(mt+=4*(zt-(z+1)),yt+=4*(zt-z))}for(Vt=b[z+1].destinationEdges.iterator,Vt.reset();Vt.next();)if(zt=Vt.value,Ht=zt.toVertex,zt.valid&&Ht.layer===y){for(zt=0;b[zt]!==Ht;)zt++;zt===z&&(mt+=1)}zt=Ht=0,Vt=tt[b[z].index];var _t=ot[b[z].index],ee=tt[b[z+1].index],Ve=ot[b[z+1].index];Vt!==-1&&(Ht+=Math.abs(Vt-St),zt+=Math.abs(Vt-Ft)),_t!==-1&&(Ht+=Math.abs(_t-St),zt+=Math.abs(_t-Ft)),ee!==-1&&(Ht+=Math.abs(ee-Lt),zt+=Math.abs(ee-Bt)),Ve!==-1&&(Ht+=Math.abs(Ve-Lt),zt+=Math.abs(Ve-Bt)),(yt<mt-.5||yt===mt&><ht-.5||yt===mt&>===ht&&zt<Ht-.5)&&(at=rt=!0,b[z].column=Ft,b[z+1].column=Bt,ht=b[z],b[z]=b[z+1],b[z+1]=ht)}for(z=0;z<E;z++)b[z].index=z;return Mu(a,y,b),rt}Si.prototype.straightenAndPack=function(){if(this.ve===0){var a=(this.bg&1)!==0,y=(this.bg&Kx)!==0;if(1e3<this.network.edges.count&&y&&(a=!1),a){var x=[];for(y=0;y<=this.Ia;y++)x[y]=0;for(var b,E=this.network.vertexes.iterator;E.next();){var z=E.value;y=z.layer,b=z.column,z=this.nodeMinColumnSpace(z,!1),x[y]=Math.max(x[y],b+z)}for(E.reset();E.next();)z=E.value,y=z.layer,b=z.column,z.column=(8*(this.Ra-x[y])>>1)+8*b;this.Ra*=8}if(this.bg&2)for(x=!0;x;){for(x=!1,y=this.Md+1;y<=this.Ia;y++)x=Eg(this,y,1)||x;for(y=this.Md-1;0<=y;y--)x=Eg(this,y,-1)||x;x=Eg(this,this.Md,0)||x}if(this.bg&4){for(y=this.Md+1;y<=this.Ia;y++)yy(this,y,1);for(y=this.Md-1;0<=y;y--)yy(this,y,-1);yy(this,this.Md,0)}if(a&&(qS(this,-1),qS(this,1)),this.bg&2)for(x=!0;x;){for(x=!1,x=Eg(this,this.Md,0)||x,y=this.Md+1;y<=this.Ia;y++)x=Eg(this,y,0)||x;for(y=this.Md-1;0<=y;y--)x=Eg(this,y,0)||x}}else Vx(this)};function Eg(a,y,x){for(var b=!1;Gx(a,y,x);)b=!0;return b}function Gx(a,y,x){var b,E=ku(a,y),z=a.tc[y],tt=py(a,y,-1);if(0<x)for(b=0;b<z;b++)tt[b]=-1;var ot=py(a,y,1);if(0>x)for(b=0;b<z;b++)ot[b]=-1;for(var rt=!1,at=!0;at;)for(at=!1,b=0;b<z;b++){var ht=E[b].column,gt=a.nodeMinColumnSpace(E[b],!0),mt=a.nodeMinColumnSpace(E[b],!1),yt=0;0>b-1||ht-E[b-1].column-1>gt+a.nodeMinColumnSpace(E[b-1],!1)?yt=ht-1:yt=ht,gt=b+1>=z||E[b+1].column-ht-1>mt+a.nodeMinColumnSpace(E[b+1],!0)?ht+1:ht;var St=mt=0,Lt=0;if(0>=x)for(var Bt=E[b].sourceEdges.iterator;Bt.next();){var Ft=Bt.value,zt=Ft.fromVertex;if(Ft.valid&&zt.layer!==y){var Ht=cy(Ft),Vt=Ft.portFromColOffset;Ft=Ft.portToColOffset,zt=zt.column,mt+=(Math.abs(ht+Ft-(zt+Vt))+1)*Ht,St+=(Math.abs(yt+Ft-(zt+Vt))+1)*Ht,Lt+=(Math.abs(gt+Ft-(zt+Vt))+1)*Ht}}if(0<=x)for(Bt=E[b].destinationEdges.iterator;Bt.next();)Ft=Bt.value,zt=Ft.toVertex,Ft.valid&&zt.layer!==y&&(Ht=cy(Ft),Vt=Ft.portFromColOffset,Ft=Ft.portToColOffset,zt=zt.column,mt+=(Math.abs(ht+Vt-(zt+Ft))+1)*Ht,St+=(Math.abs(yt+Vt-(zt+Ft))+1)*Ht,Lt+=(Math.abs(gt+Vt-(zt+Ft))+1)*Ht);Ft=Vt=Ht=0,Bt=tt[E[b].index],zt=ot[E[b].index],Bt!==-1&&(Ht+=Math.abs(Bt-ht),Vt+=Math.abs(Bt-yt),Ft+=Math.abs(Bt-gt)),zt!==-1&&(Ht+=Math.abs(zt-ht),Vt+=Math.abs(zt-yt),Ft+=Math.abs(zt-gt)),St<mt||St===mt&&Vt<Ht?(at=rt=!0,E[b].column=yt):(Lt<mt||Lt===mt&&Ft<Ht)&&(at=rt=!0,E[b].column=gt)}return Mu(a,y,E),a.normalize(),rt}function yy(a,y,x){var b=ku(a,y),E=a.tc[y],z=VS(a,y,x),tt=[];for(x=0;x<E;x++)tt[x]=z[x];for(z=!0;z;)for(z=!1,x=0;x<E;x++){var ot=b[x].column,rt=a.nodeMinColumnSpace(b[x],!0),at=a.nodeMinColumnSpace(b[x],!1),ht=0;if(tt[x]===-1)if(x===0&&x===E-1)ht=ot;else if(x===0){var gt=b[x+1].column;gt-ot===at+a.nodeMinColumnSpace(b[x+1],!0)?ht=ot-1:ht=ot}else x===E-1?(gt=b[x-1].column,ht=ot-gt===rt+a.nodeMinColumnSpace(b[x-1],!1)?ot+1:ot):(gt=b[x-1].column,rt=gt+a.nodeMinColumnSpace(b[x-1],!1)+rt+1,gt=b[x+1].column,at=gt-a.nodeMinColumnSpace(b[x+1],!0)-at-1,ht=(rt+at)/2|0);else x===0&&x===E-1?ht=tt[x]:x===0?(gt=b[x+1].column,at=gt-a.nodeMinColumnSpace(b[x+1],!0)-at-1,ht=Math.min(tt[x],at)):x===E-1?(gt=b[x-1].column,rt=gt+a.nodeMinColumnSpace(b[x-1],!1)+rt+1,ht=Math.max(tt[x],rt)):(gt=b[x-1].column,rt=gt+a.nodeMinColumnSpace(b[x-1],!1)+rt+1,gt=b[x+1].column,at=gt-a.nodeMinColumnSpace(b[x+1],!0)-at-1,rt<tt[x]&&tt[x]<at?ht=tt[x]:rt>=tt[x]?ht=rt:at<=tt[x]&&(ht=at));ht!==ot&&(z=!0,b[x].column=ht)}Mu(a,y,b),a.normalize()}function Hx(a,y){for(var x=!0,b=a.network.vertexes.iterator;b.next();){var E=b.value,z=a.nodeMinColumnSpace(E,!0),tt=a.nodeMinColumnSpace(E,!1);if(E.column-z<=y&&E.column+tt>=y){x=!1;break}}if(a=!1,x)for(b.reset();b.next();)x=b.value,x.column>y&&(--x.column,a=!0);return a}function Wx(a,y){var x=y+1,b,E=[],z=[];for(b=0;b<=a.Ia;b++)E[b]=!1,z[b]=!1;for(var tt=a.network.vertexes.iterator;tt.next();){b=tt.value;var ot=b.column-a.nodeMinColumnSpace(b,!0),rt=b.column+a.nodeMinColumnSpace(b,!1);ot<=y&&rt>=y&&(E[b.layer]=!0),ot<=x&&rt>=x&&(z[b.layer]=!0)}for(ot=!0,x=!1,b=0;b<=a.Ia;b++)ot=ot&&!(E[b]&&z[b]);if(ot)for(tt.reset();tt.next();)a=tt.value,a.column>y&&(--a.column,x=!0);return x}function qS(a,y){for(var x=0;x<=a.Ra;x++)for(;Hx(a,x););for(a.normalize(),x=0;x<a.Ra;x++)for(;Wx(a,x););a.normalize();var b;if(0<y)for(x=0;x<=a.Ra;x++){var E=ss(a),z=x0(a);for(b=z+1;z<b;){b=z,tx(a,x,1);var tt=x0(a);tt>z?na(a,E):tt<z&&(z=tt,E=ss(a))}}if(0>y)for(x=a.Ra;0<=x;x--)for(E=ss(a),z=x0(a),b=z+1;z<b;)b=z,tx(a,x,-1),tt=x0(a),tt>z?na(a,E):tt<z&&(z=tt,E=ss(a));a.normalize()}function tx(a,y,x){a.le=0;for(var b=a.network.vertexes.iterator;b.next();)b.value.component=-1;if(0<x)for(b.reset();b.next();){var E=b.value;E.column-a.nodeMinColumnSpace(E,!0)<=y&&(E.component=a.le)}if(0>x)for(b.reset();b.next();)E=b.value,E.column+a.nodeMinColumnSpace(E,!1)>=y&&(E.component=a.le);for(a.le++,b.reset();b.next();)y=b.value,y.component===-1&&(my(a,y,a.le,-1,!0,!0),a.le++);var z;for(y=[],z=0;z<a.le*a.le;z++)y[z]=!1;for(E=[],z=0;z<(a.Ia+1)*(a.Ra+1);z++)E[z]=-1;for(b.reset();b.next();){z=b.value;for(var tt=z.layer,ot=Math.max(0,z.column-a.nodeMinColumnSpace(z,!0)),rt=Math.min(a.Ra,z.column+a.nodeMinColumnSpace(z,!1));ot<=rt;ot++)E[tt*(a.Ra+1)+ot]=z.component}for(z=0;z<=a.Ia;z++){if(0<x)for(tt=0;tt<a.Ra;tt++)E[z*(a.Ra+1)+tt]!==-1&&E[z*(a.Ra+1)+tt+1]!==-1&&E[z*(a.Ra+1)+tt]!==E[z*(a.Ra+1)+tt+1]&&(y[E[z*(a.Ra+1)+tt]*a.le+E[z*(a.Ra+1)+tt+1]]=!0);if(0>x)for(tt=a.Ra;0<tt;tt--)E[z*(a.Ra+1)+tt]!==-1&&E[z*(a.Ra+1)+tt-1]!==-1&&E[z*(a.Ra+1)+tt]!==E[z*(a.Ra+1)+tt-1]&&(y[E[z*(a.Ra+1)+tt]*a.le+E[z*(a.Ra+1)+tt-1]]=!0)}for(E=[],z=0;z<a.le;z++)E[z]=!0;for(tt=[],tt.push(0);tt.length!==0;)if(rt=tt[tt.length-1],tt.pop(),E[rt])for(E[rt]=!1,z=0;z<a.le;z++)y[rt*a.le+z]&&tt.splice(0,0,z);if(0<x)for(b.reset();b.next();)a=b.value,E[a.component]&&--a.column;if(0>x)for(b.reset();b.next();)x=b.value,E[x.component]&&(x.column+=1)}function Vx(a){for(var y=Dn(),x=a.fl.length,b=0;b<=x;b++)y[b]=[];for(b=a.network.vertexes.iterator;b.next();){var E=b.value;y[x-E.layer][E.index]=E}x=new Ge,Ux(y,x);var z=null,tt=null,ot=null,rt=null,at=(a.ve&1)!==0,ht=(a.ve&2)!==0,gt=(a.ve&4)!==0,mt=(a.ve&8)!==0;for(at&&(a.verticalAlignment(y,x,!0),z=w0(a,y,!0,!1)),y.reverse(),gt&&(a.verticalAlignment(y,x,!1),ot=w0(a,y,!1,!1)),b=mn(y),E=b.next();!E.done;E=b.next())E.value.reverse();mt&&(a.verticalAlignment(y,x,!1),rt=w0(a,y,!1,!0)),y.reverse(),ht&&(a.verticalAlignment(y,x,!0),tt=w0(a,y,!0,!0)),Tn(y),a.u(z,tt,ot,rt),a.network.vertexes.each(function(yt){var St=Dn();at&&St.push(z.get(yt)),ht&&St.push(tt.get(yt)),gt&&St.push(ot.get(yt)),mt&&St.push(rt.get(yt)),St.sort(function(Bt,Ft){return Bt-Ft});var Lt=St.length;Lt=(St[Math.floor((Lt-1)/2)]+St[Math.ceil((Lt-1)/2)])/2,Tn(St),yt.zc=Lt})}function Ux(a,y){for(var x=a.length,b=1;b<x-1;b++)for(var E=0,z=0,tt=a[b],ot=a[b+1],rt=0;z<ot.length;rt++){var at=ot[rt];t:{if(at.node===null){var ht=My(at);if(0<ht.length){ht=ht[0].node===null;break t}}ht=!1}var gt=ht;if(rt===ot.length-1||gt){for(ht=tt.length-1,gt&&(ht=My(at)[0].index);z<=rt;){if(at=ot[z],!at.bo){gt=[];for(var mt=mn(at.sourceEdgesArrayAccess),yt=mt.next();!yt.done;yt=mt.next())yt=yt.value,yt.valid&>.push(yt);at.bo=gt}for(at=mn(at.bo),gt=at.next();!gt.done;gt=at.next())gt=gt.value,mt=gt.fromVertex.index,(mt<E||mt>ht)&&y.add(gt);z++}E=ht}}}Si.prototype.verticalAlignment=function(a,y,x){Yx(a),a=mn(a);for(var b=a.next();!b.done;b=a.next()){var E=-1;b=mn(b.value);for(var z=b.next();!z.done;z=b.next()){z=z.value;var tt=x?My(z):Xx(z),ot=tt.length;if(0<ot){tt.sort(function(gt,mt){return gt.vi-mt.vi});var rt=(ot-1)/2;for(ot=Math.floor(rt),rt=Math.ceil(rt);ot<=rt;ot++)if(z.align===z){var at=tt[ot],ht=void 0;ht=x?N0(at,z):N0(z,at),!y.contains(ht)&&E<at.vi&&(at.align=z,z.root=at.root,z.align=at.root,E=at.vi)}}}}};function Yx(a){for(var y=0;y<a.length;y++)for(var x=a[y],b=0;b<x.length;b++){var E=x[b];E.root=E,E.align=E,E.Tz=y,E.vi=b}}function w0(a,y,x,b){for(var E=a.K===90||a.K===270,z=mn(y),tt=z.next();!tt.done;tt=z.next()){var ot=mn(tt.value);for(tt=ot.next();!tt.done;tt=ot.next())tt=tt.value,tt.sd=tt,tt.shift=1/0,tt.zc=NaN,tt.qg=0}for(tt=a.K===90||a.K===270,z=mn(y),ot=z.next();!ot.done;ot=z.next()){ot=mn(ot.value);for(var rt=ot.next();!rt.done;rt=ot.next())if(rt=rt.value,rt.root===rt){for(var at=0,ht=rt;ht.align!==rt;){var gt=ht.align,mt=tt?ht.width:ht.height,yt=tt?gt.width:gt.height;if(x){var St=N0(ht,gt),Lt=St.portFromPos,Bt=St.portToPos;St.link!==null&&(ht.node&&ht.node!==St.link.fromNode&&(Lt=tt?ht.focusX:ht.focusY),gt.node&>.node!==St.link.toNode&&(Bt=tt?gt.focusX:gt.focusY))}else St=N0(gt,ht),Lt=St.portToPos,Bt=St.portFromPos,St.link!==null&&(ht.node&&ht.node!==St.link.toNode&&(Lt=tt?ht.focusX:ht.focusY),gt.node&>.node!==St.link.fromNode&&(Bt=tt?gt.focusX:gt.focusY));mt=b?ht.qg+(mt-Lt)-(yt-Bt):ht.qg+Lt-Bt,gt.qg=mt,at=Math.min(at,mt),ht=ht.align}ht=rt;do ht.qg=ht.qg-at,ht=ht.align;while(ht!==rt)}}for(x=mn(y),tt=x.next();!tt.done;tt=x.next())for(z=mn(tt.value),tt=z.next();!tt.done;tt=z.next())tt=tt.value,tt.root===tt&&ex(a,tt,y);for(x=0;x<y.length;x++)if(!(0>=y[x].length)&&(tt=y[x][0],tt.sd===tt)){tt.sd.shift===1/0&&(tt.sd.shift=0),tt=x,ot=0;do{for(z=y[tt][ot];z.align!==z.root;)z=z.align,tt++,0<z.vi&&(ot=nx(z,y),ot.sd.shift=Math.min(ot.sd.shift,z.sd.shift+z.zc+z.qg-(ot.zc+ot.qg+(E?ot.width:ot.height)+a.columnSpacing)));ot=z.vi+1}while(tt<y.length&&ot<y[tt].length&&z.sd===y[tt][ot].sd)}for(a=new yn,y=mn(y),tt=y.next();!tt.done;tt=y.next())for(x=mn(tt.value),tt=x.next();!tt.done;tt=x.next())tt=tt.value,tt.zc=tt.zc+tt.sd.shift+tt.qg,z=E?tt.width:tt.height,a.add(tt,b?-tt.zc-z:tt.zc);return a}function ex(a,y,x){if(isNaN(y.zc)){y.zc=0;var b=y;do{if(0<b.vi){var E=nx(b,x),z=E.root;ex(a,z,x),y.sd===y&&(y.sd=z.sd);var tt=a.K===90||a.K===270?E.width:E.height;y.sd===z.sd&&(y.zc=Math.max(y.zc,z.zc+E.qg+tt-b.qg+a.columnSpacing))}b=b.align}while(b!==y);for(;b.align!==y;)b=b.align,b.zc=y.zc,b.sd=y.sd}}function nx(a,y){var x=a.Tz;return a=a.vi,1>a&&se("Could not determine previous vertex in layer"),y[x][a-1]}Si.prototype.u=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];x=-1;for(var b=Dn(),E=Dn(),z=1/0,tt=0;4>tt;tt++)if(y[tt]){var ot=_x(this,y[tt],b,E,tt);ot<z&&(x=tt,z=ot)}for(z={},tt=0;4>tt;z={delta:z.delta},tt++)y[tt]&&(z.delta=tt===0||tt===2?b[x]-b[tt]:E[x]-E[tt],z.delta!==0&&y[tt].each(function(rt){return function(at){at.value+=rt.delta}}(z)));Tn(b),Tn(E)};function _x(a,y,x,b,E){if(!y||y.count===0)return x[E]=0,b[E]=0,1/0;var z=1/0,tt=-1/0;return y.each(function(ot){var rt=ot.key;ot=ot.value,rt=a.K===90||a.K===270?rt.width:rt.height,ot<z&&(z=ot),ot+rt>tt&&(tt=ot+rt)}),x[E]=z,b[E]=tt,tt-z}Si.prototype.commitLayout=function(){if(this.setsPortSpots)for(var a=C0(this,!0),y=C0(this,!1),x=this.network.edges.iterator;x.next();){var b=x.value.link;b!==null&&(b.fromSpot=a,b.toSpot=y)}this.commitNodes(),this.Gu(),this.isRouting&&this.commitLinks()};function C0(a,y){return a.K===270?y?vs:qr:a.K===90?y?qr:vs:a.K===180?y?ys:Tr:y?Tr:ys}Si.prototype.commitNodes=function(){this.he=[],this.Ld=[],this.Kd=[],this.Ta=[];for(var a=0;a<=this.Ia;a++)this.he[a]=0,this.Ld[a]=0,this.Kd[a]=0,this.Ta[a]=0;for(a=this.network.vertexes.iterator;a.next();){var y=a.value,x=y.layer;this.he[x]=Math.max(this.he[x],this.nodeMinLayerSpace(y,!0)),this.Ld[x]=Math.max(this.Ld[x],this.nodeMinLayerSpace(y,!1))}y=0,x=this.ie;for(var b=0;b<=this.Ia;b++){var E=x;0>=this.he[b]+this.Ld[b]&&(E=0),0<b&&(y+=E/2),this.K===90||this.K===0?(y+=this.Ld[b],this.Kd[b]=y,y+=this.he[b]):(y+=this.he[b],this.Kd[b]=y,y+=this.Ld[b]),b<this.Ia&&(y+=E/2),this.Ta[b]=y}for(x=y,y=this.arrangementOrigin,b=0;b<=this.Ia;b++)this.K===270?this.Kd[b]=y.y+this.Kd[b]:this.K===90?(this.Kd[b]=y.y+x-this.Kd[b],this.Ta[b]=x-this.Ta[b]):this.K===180?this.Kd[b]=y.x+this.Kd[b]:(this.Kd[b]=y.x+x-this.Kd[b],this.Ta[b]=x-this.Ta[b]);x=this.ve!==0,a.reset(),b=this.K===270||this.K===90;for(var z=1/0,tt=E=1/0,ot=-1/0;a.next();){var rt=a.value,at=rt.layer,ht=rt.column|0;b?(tt=y.x+this.kc*ht,at=this.Kd[at]):(tt=this.Kd[at],at=y.y+this.kc*ht),rt.centerX=tt,rt.centerY=at,x&&isFinite(rt.zc)&&(b?rt.node?rt.x=y.x+rt.zc:rt.centerX=y.x+rt.zc:rt.node?rt.y=y.y+rt.zc:rt.centerY=y.y+rt.zc),z=Math.min(rt.x,z),E=Math.min(rt.y,E),b?(tt=z,ot=Math.max(ot,rt.bounds.right)):(tt=E,ot=Math.max(ot,rt.bounds.bottom))}for(this.xw=ot-tt,z=y.x-z,y=y.y-E,this.Rf=new It(x&&b?0:z,x&&!b?0:y),a.reset();a.next();)x=a.value,x.x+=z,x.y+=y,x.commit()},Si.prototype.Gu=function(){for(var a=0,y=this.ie,x=0;x<=this.Ia;x++)a+=this.he[x],a+=this.Ld[x];a+=this.Ia*y,y=[],x=this.ve!==0?this.xw:this.kc*this.Ra;for(var b=this.maxLayer;0<=b;b--)this.K===270?b===0?y.push(new ge(0,0,x,Math.abs(this.Ta[0]))):y.push(new ge(0,this.Ta[b-1],x,Math.abs(this.Ta[b-1]-this.Ta[b]))):this.K===90?b===0?y.push(new ge(0,this.Ta[0],x,Math.abs(this.Ta[0]-a))):y.push(new ge(0,this.Ta[b],x,Math.abs(this.Ta[b-1]-this.Ta[b]))):this.K===180?b===0?y.push(new ge(0,0,Math.abs(this.Ta[0]),x)):y.push(new ge(this.Ta[b-1],0,Math.abs(this.Ta[b-1]-this.Ta[b]),x)):b===0?y.push(new ge(this.Ta[0],0,Math.abs(this.Ta[0]-a),x)):y.push(new ge(this.Ta[b],0,Math.abs(this.Ta[b-1]-this.Ta[b]),x));this.commitLayers(y,this.Rf)},Si.prototype.commitLayers=function(){},Si.prototype.commitLinks=function(){for(var a=this.network.edges.iterator,y;a.next();)y=a.value.link,y!==null&&(y.uh(),y.Fj(),y.zf());for(a.reset();a.next();)y=a.value.link,y!==null&&y.vg();for(a.reset();a.next();){var x=a.value;if(y=x.link,y!==null){y.uh();var b=y,E=b.fromNode,z=b.toNode,tt=b.fromPort,ot=b.toPort;if(E!==null){var rt=E.findVisibleNode();rt!==null&&rt!==E&&(E=rt,tt=rt.port)}z!==null&&(rt=z.findVisibleNode(),rt!==null&&rt!==z&&(z=rt,ot=rt.port));var at=y.computeSpot(!0,tt);rt=y.computeSpot(!1,ot);var ht=x.fromVertex,gt=x.toVertex;if(x.valid)y.curve===Rs&&y.pointsCount===4&&(ht.column===gt.column&&this.alignOption===0?(x=y.getLinkPoint(E,tt,at,!0,!1,z,ot),ot=y.getLinkPoint(z,ot,rt,!1,!1,E,tt),x.w()||x.set(E.actualBounds.center),ot.w()||ot.set(z.actualBounds.center),y.Fj(),y.yf(x.x,x.y),y.yf((2*x.x+ot.x)/3,(2*x.y+ot.y)/3),y.yf((x.x+2*ot.x)/3,(x.y+2*ot.y)/3),y.yf(ot.x,ot.y)):(x=b=!1,tt!==null&&at===or&&(b=!0),ot!==null&&rt===or&&(x=!0),(b||x)&&(rt=null,b&&(rt=y.getLinkPointFromPoint(E,tt,tt.ga(mi),y.i(3),!0),rt.w()||rt.set(E.actualBounds.center),y.L(0,rt.x,rt.y)),E=null,x&&(E=y.getLinkPointFromPoint(z,ot,ot.ga(mi),y.i(0),!1),E.w()||E.set(z.actualBounds.center),y.L(3,E.x,E.y)),rt&&(z=y.i(2),y.L(1,(2*rt.x+z.x)/3,(2*rt.y+z.y)/3)),E&&(z=y.i(1),y.L(2,(2*E.x+z.x)/3,(2*E.y+z.y)/3))))),y.zf();else if(ht.layer===gt.layer)y.zf();else{var mt=!1,yt=!1,St=this.ie,Lt=y.firstPickIndex+1;if(y.isOrthogonal){yt=!0;var Bt=y.pointsCount;4<Bt&&y.points.removeRange(2,Bt-3)}else if(y.curve===Rs)mt=!0,Bt=y.pointsCount,4<Bt&&y.points.removeRange(2,Bt-3),Bt===4&&(Lt=2);else{Bt=y.pointsCount;var Ft=at===or,zt=rt===or;2<Bt&&Ft&&zt?y.points.removeRange(1,Bt-2):3<Bt&&Ft&&!zt?y.points.removeRange(1,Bt-3):3<Bt&&!Ft&&zt?y.points.removeRange(2,Bt-2):4<Bt&&!Ft&&!zt&&y.points.removeRange(2,Bt-3)}if(x.rev){for(;gt!==null&&ht!==gt;){var Ht=Bt=null;for(Ft=gt.sourceEdges.iterator;Ft.next()&&(zt=Ft.value,zt.link!==x.link||(Bt=zt.fromVertex,Ht=zt.toVertex,Bt.node!==null)););if(Bt===null)break;if(Bt!==ht){Ft=y.i(Lt-1).x,zt=y.i(Lt-1).y;var Vt=Bt.centerX,_t=Bt.centerY;if(yt)this.K===180||this.K===0?Lt===y.firstPickIndex+1?(y.m(Lt++,Ft,zt),y.m(Lt++,Ft,_t)):(Ht!==null?Ht.centerY:zt)!==_t&&(Ht=this.Ta[Bt.layer-1]+this.Rf.x,y.m(Lt++,Ht,zt),y.m(Lt++,Ht,_t)):Lt===y.firstPickIndex+1?(y.m(Lt++,Ft,zt),y.m(Lt++,Vt,zt)):(Ht!==null?Ht.centerX:Ft)!==Vt&&(Ht=this.Ta[Bt.layer-1]+this.Rf.y,y.m(Lt++,Ft,Ht),y.m(Lt++,Vt,Ht));else if(Lt===y.firstPickIndex+1){Ht=Math.max(10,this.he[gt.layer]);var ee=Math.max(10,this.Ld[gt.layer]);if(mt)this.K===180?Vt<=gt.bounds.x?(gt=gt.bounds.x,y.m(Lt++,gt-Ht,_t),y.m(Lt++,gt,_t),y.m(Lt++,gt+ee,_t)):(y.m(Lt++,Vt-Ht,_t),y.m(Lt++,Vt,_t),y.m(Lt++,Vt+ee,_t)):this.K===90?_t>=gt.bounds.bottom?(gt=gt.bounds.y+gt.bounds.height,y.m(Lt++,Vt,gt+ee),y.m(Lt++,Vt,gt),y.m(Lt++,Vt,gt-Ht)):(y.m(Lt++,Vt,_t+ee),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,_t-Ht)):this.K===270?_t<=gt.bounds.y?(gt=gt.bounds.y,y.m(Lt++,Vt,gt-Ht),y.m(Lt++,Vt,gt),y.m(Lt++,Vt,gt+ee)):(y.m(Lt++,Vt,_t-Ht),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,_t+ee)):this.K===0&&(Vt>=gt.bounds.right?(gt=gt.bounds.x+gt.bounds.width,y.m(Lt++,gt+ee,_t),y.m(Lt++,gt,_t),y.m(Lt++,gt-Ht,_t)):(y.m(Lt++,Vt+ee,_t),y.m(Lt++,Vt,_t),y.m(Lt++,Vt-Ht,_t)));else{y.m(Lt++,Ft,zt);var Ve=0;this.K===180||this.K===0?((this.K===180?Vt>=gt.bounds.right:Vt<=gt.bounds.x)&&(Ve=(this.K===0?-Ht:ee)/2),y.m(Lt++,Ft+Ve,_t)):((this.K===270?_t>=gt.bounds.bottom:_t<=gt.bounds.y)&&(Ve=(this.K===90?-Ht:ee)/2),y.m(Lt++,Vt,zt+Ve)),y.m(Lt++,Vt,_t)}}else Ht=Math.max(10,this.he[Bt.layer]),ee=Math.max(10,this.Ld[Bt.layer]),mt?this.K===180?(y.m(Lt++,Vt-Ht-St,_t),y.m(Lt++,Math.min(Vt-Ht+St/2,Vt),_t),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,_t),y.m(Lt++,Math.max(Vt+ee-St/2,Vt),_t),y.m(Lt++,Vt+ee+St,_t)):this.K===90?(y.m(Lt++,Vt,_t+ee+St),y.m(Lt++,Vt,Math.max(_t+ee-St/2,_t)),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,Math.min(_t-Ht+St/2,_t)),y.m(Lt++,Vt,_t-Ht-St)):this.K===270?(y.m(Lt++,Vt,_t-Ht-St),y.m(Lt++,Vt,Math.min(_t-Ht+St/2,_t)),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,Math.max(_t+ee-St/2,_t)),y.m(Lt++,Vt,_t+ee+St)):(y.m(Lt++,Vt+ee+St,_t),y.m(Lt++,Math.max(Vt+ee-St/2,Vt),_t),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,_t),y.m(Lt++,Math.min(Vt-Ht+St/2,Vt),_t),y.m(Lt++,Vt-Ht-St,_t)):y.m(Lt++,Vt,_t)}gt=Bt}(ot===null||at!==or||yt)&&(Ft=y.i(Lt-1).x,zt=y.i(Lt-1).y,Vt=y.i(Lt).x,_t=y.i(Lt).y,yt?(St=this.Ld[ht.layer],this.K===180||this.K===0?(yt=zt,yt>=ht.bounds.y&&yt<=ht.bounds.bottom&&(this.K===180?Vt>=ht.bounds.x:Vt<=ht.bounds.right)&&(gt=ht.centerX+(this.K===180?-St:St),yt<ht.bounds.y+ht.bounds.height/2?yt=ht.bounds.y-this.kc/2:yt=ht.bounds.bottom+this.kc/2,y.m(Lt++,gt,zt),y.m(Lt++,gt,yt)),y.m(Lt++,Vt,yt)):(yt=Ft,yt>=ht.bounds.x&&yt<=ht.bounds.right&&(this.K===270?_t>=ht.bounds.y:_t<=ht.bounds.bottom)&&(gt=ht.centerY+(this.K===270?-St:St),yt<ht.bounds.x+ht.bounds.width/2?yt=ht.bounds.x-this.kc/2:yt=ht.bounds.right+this.kc/2,y.m(Lt++,Ft,gt),y.m(Lt++,yt,gt)),y.m(Lt++,yt,_t)),y.m(Lt++,Vt,_t)):mt?(Ht=Math.max(10,this.he[ht.layer]),ee=Math.max(10,this.Ld[ht.layer]),this.K===180&&Vt>=ht.bounds.x?(gt=ht.bounds.x+ht.bounds.width,y.L(Lt-2,gt,zt),y.L(Lt-1,gt+ee,zt)):this.K===90&&_t<=ht.bounds.bottom?(gt=ht.bounds.y,y.L(Lt-2,Ft,gt),y.L(Lt-1,Ft,gt-Ht)):this.K===270&&_t>=ht.bounds.y?(gt=ht.bounds.y+ht.bounds.height,y.L(Lt-2,Ft,gt),y.L(Lt-1,Ft,gt+ee)):this.K===0&&Vt<=ht.bounds.right&&(gt=ht.bounds.x,y.L(Lt-2,gt,zt),y.L(Lt-1,gt-Ht,zt))):(Ht=Math.max(10,this.he[ht.layer]),ee=Math.max(10,this.Ld[ht.layer]),yt=0,this.K===180||this.K===0?((this.K===180?Vt<=ht.bounds.x:Vt>=ht.bounds.right)&&(yt=(this.K===0?ee:-Ht)/2),y.m(Lt++,Vt+yt,zt)):((this.K===270?_t<=ht.bounds.y:_t>=ht.bounds.bottom)&&(yt=(this.K===90?ee:-Ht)/2),y.m(Lt++,Ft,_t+yt)),y.m(Lt++,Vt,_t)))}else{for(;ht!==null&&ht!==gt;){for(Ht=Bt=null,ht=ht.destinationEdges.iterator;ht.next()&&(Ft=ht.value,Ft.link!==x.link||(Bt=Ft.toVertex,Ht=Ft.fromVertex,Ht.node!==null&&(Ht=null),Bt.node!==null)););if(Bt===null)break;Bt!==gt&&(Ft=y.i(Lt-1).x,zt=y.i(Lt-1).y,Vt=Bt.centerX,_t=Bt.centerY,yt?this.K===180||this.K===0?(Ht!==null?Ht.centerY:zt)!==_t&&(Ht=this.Ta[Bt.layer]+this.Rf.x,Lt===y.firstPickIndex+1&&(Ht=this.K===0?Math.max(Ht,Ft):Math.min(Ht,Ft)),y.m(Lt++,Ht,zt),y.m(Lt++,Ht,_t)):(Ht!==null?Ht.centerX:Ft)!==Vt&&(Ht=this.Ta[Bt.layer]+this.Rf.y,Lt===y.firstPickIndex+1&&(Ht=this.K===90?Math.max(Ht,zt):Math.min(Ht,zt)),y.m(Lt++,Ft,Ht),y.m(Lt++,Vt,Ht)):(Ht=Math.max(10,this.he[Bt.layer]),ee=Math.max(10,this.Ld[Bt.layer]),mt?this.K===180?(y.m(Lt++,Vt+ee+St,_t),y.m(Lt++,Math.max(Vt+ee-St/2,Vt),_t),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,_t),y.m(Lt++,Math.min(Vt-Ht+St/2,Vt),_t),y.m(Lt++,Vt-Ht-St,_t)):this.K===90?(y.m(Lt++,Vt,_t-Ht-St),y.m(Lt++,Vt,Math.min(_t-Ht+St/2,_t)),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,Math.max(_t+ee-St/2,_t)),y.m(Lt++,Vt,_t+ee+St)):this.K===270?(y.m(Lt++,Vt,_t+ee+St),y.m(Lt++,Vt,Math.max(_t+ee-St/2,_t)),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,Math.min(_t-Ht+St/2,_t)),y.m(Lt++,Vt,_t-Ht-St)):(y.m(Lt++,Vt-Ht-St,_t),y.m(Lt++,Math.min(Vt-Ht+St/2,Vt),_t),y.m(Lt++,Vt,_t),y.m(Lt++,Vt,_t),y.m(Lt++,Math.max(Vt+ee-St/2,Vt),_t),y.m(Lt++,Vt+ee+St,_t)):this.K===180?(y.m(Lt++,Vt+ee,_t),y.m(Lt++,Vt-Ht,_t)):this.K===90?(y.m(Lt++,Vt,_t-Ht),y.m(Lt++,Vt,_t+ee)):this.K===270?(y.m(Lt++,Vt,_t+ee),y.m(Lt++,Vt,_t-Ht)):(y.m(Lt++,Vt-Ht,_t),y.m(Lt++,Vt+ee,_t)))),ht=Bt}yt&&(Ft=y.i(Lt-1).x,zt=y.i(Lt-1).y,Vt=y.i(Lt).x,_t=y.i(Lt).y,this.K===180||this.K===0?zt!==_t&&(Ht=this.K===0?Math.min(Math.max((Vt+Ft)/2,this.Ta[gt.layer]+this.Rf.x),Vt):Math.max(Math.min((Vt+Ft)/2,this.Ta[gt.layer]+this.Rf.x),Vt),y.m(Lt++,Ht,zt),y.m(Lt++,Ht,_t)):Ft!==Vt&&(Ht=this.K===90?Math.min(Math.max((_t+zt)/2,this.Ta[gt.layer]+this.Rf.y),_t):Math.max(Math.min((_t+zt)/2,this.Ta[gt.layer]+this.Rf.y),_t),y.m(Lt++,Ft,Ht),y.m(Lt++,Vt,Ht)))}b!==null&&mt&&4<=y.pointsCount&&(tt!==null&&(tt=at===or?y.getLinkPointFromPoint(E,tt,tt.ga(mi),y.i(3),!0):y.i(0),at===or&&(at=y.i(2),b=y.i(3),this.direction===90||this.direction===270?(y.L(1,(tt.x+at.x)/2,at.y),y.L(2,b.x,(at.y+b.y)/2)):(y.L(1,at.x,(tt.y+at.y)/2),y.L(2,(at.x+b.x)/2,b.y))),tt.w()||tt.set(E.actualBounds.center),y.L(0,tt.x,tt.y)),ot!==null&&(E=rt===or?y.getLinkPointFromPoint(z,ot,ot.ga(mi),y.i(y.pointsCount-4),!1):y.i(y.pointsCount-1),rt===or&&(ot=y.i(y.pointsCount-3),rt=y.i(y.pointsCount-4),this.direction===90||this.direction===270?(y.L(y.pointsCount-2,(E.x+ot.x)/2,ot.y),y.L(y.pointsCount-2,rt.x,(ot.y+rt.y)/2)):(y.L(y.pointsCount-2,ot.x,(E.y+ot.y)/2),y.L(y.pointsCount-3,(ot.x+rt.x)/2,rt.y))),E.w()||E.set(z.actualBounds.center),y.L(y.pointsCount-1,E.x,E.y))),y.zf(),x.commit()}}}this.avoidOrthogonalOverlaps()},Si.prototype.avoidOrthogonalOverlaps=function(){if(!(0>=this.linkSpacing)){for(var a=new Oe,y=this.network.edges.iterator;y.next();){var x=y.value.link;x!==null&&x.isOrthogonal&&!a.contains(x)&&a.add(x)}if(0<a.count)if(this.K===90||this.K===270){for(y=0,x=[],a=a.iterator;a.next();){var b=a.value;if(b!==null&&b.isOrthogonal)for(var E=2;E<b.pointsCount-3;E++){var z=b.i(E),tt=b.i(E+1);if(this.B(z.y,tt.y)&&!this.B(z.x,tt.x)){var ot=new Tu;ot.layer=Math.floor(z.y/2);var rt=b.i(0),at=b.i(b.pointsCount-1);if(ot.first=rt.x*rt.x+rt.y,ot.jc=at.x*at.x+at.y,ot.rd=Math.min(z.x,tt.x),ot.Ic=Math.max(z.x,tt.x),ot.index=E,ot.link=b,E+2<b.pointsCount){rt=b.i(E-1),at=b.i(E+2);var ht=0;rt.y<z.y?ht=at.y<z.y?3:z.x<tt.x?2:1:rt.y>z.y&&(ht=at.y>z.y?0:tt.x<z.x?2:1),ot.j=ht}x.push(ot)}}}if(1<x.length)for(x.sort(this.Vx),a=0;a<x.length;){for(z=x[a].layer,b=a+1;b<x.length&&x[b].layer===z;)b++;if(1<b-a)for(z=a;z<b;){for(tt=x[z].Ic,E=a+1;E<b&&x[E].rd<tt;)tt=Math.max(tt,x[E].Ic),E++;if(tt=E-z,1<tt){for(this.zi(x,this.Js,z,z+tt),ht=1,ot=x[z].jc,rt=z;rt<E;rt++)at=x[rt],at.jc!==ot&&(ht++,ot=at.jc);this.zi(x,this.Ux,z,z+tt);var gt=1;for(ot=x[z].first,rt=z;rt<E;rt++)at=x[rt],at.first!==ot&&(gt++,ot=at.first);for(rt=!0,at=gt,ht<gt?(rt=!1,at=ht,ot=x[z].jc,this.zi(x,this.Js,z,z+tt)):ot=x[z].first,ht=0,gt=z;gt<E;gt++){var mt=x[gt];(rt?mt.first:mt.jc)!==ot&&(ht++,ot=rt?mt.first:mt.jc);var yt=mt.link;z=yt.i(mt.index),tt=yt.i(mt.index+1);var St=this.linkSpacing*(ht-(at-1)/2);y++,yt.uh(),yt.L(mt.index,z.x,z.y+St),yt.L(mt.index+1,tt.x,tt.y+St),yt.zf()}}z=E}a=b}}else{for(y=0,x=[],a=a.iterator;a.next();)if(b=a.value,b!==null&&b.isOrthogonal)for(E=2;E<b.pointsCount-3;E++)z=b.i(E),tt=b.i(E+1),this.B(z.x,tt.x)&&!this.B(z.y,tt.y)&&(ot=new Tu,ot.layer=Math.floor(z.x/2),rt=b.i(0),at=b.i(b.pointsCount-1),ot.first=rt.x+rt.y*rt.y,ot.jc=at.x+at.y*at.y,ot.rd=Math.min(z.y,tt.y),ot.Ic=Math.max(z.y,tt.y),ot.index=E,ot.link=b,E+2<b.pointsCount&&(rt=b.i(E-1),at=b.i(E+2),ht=0,rt.x<z.x?ht=at.x<z.x?3:z.y<tt.y?2:1:rt.x>z.x&&(ht=at.x>z.x?0:tt.y<z.y?2:1),ot.j=ht),x.push(ot));if(1<x.length)for(x.sort(this.Vx),a=0;a<x.length;){for(z=x[a].layer,b=a+1;b<x.length&&x[b].layer===z;)b++;if(1<b-a)for(z=a;z<b;){for(tt=x[z].Ic,E=a+1;E<b&&x[E].rd<tt;)tt=Math.max(tt,x[E].Ic),E++;if(tt=E-z,1<tt){for(this.zi(x,this.Js,z,z+tt),ht=1,ot=x[z].jc,rt=z;rt<E;rt++)at=x[rt],at.jc!==ot&&(ht++,ot=at.jc);for(this.zi(x,this.Ux,z,z+tt),gt=1,ot=x[z].first,rt=z;rt<E;rt++)at=x[rt],at.first!==ot&&(gt++,ot=at.first);for(rt=!0,at=gt,ht<gt?(rt=!1,at=ht,ot=x[z].jc,this.zi(x,this.Js,z,z+tt)):ot=x[z].first,ht=0,gt=z;gt<E;gt++)mt=x[gt],(rt?mt.first:mt.jc)!==ot&&(ht++,ot=rt?mt.first:mt.jc),yt=mt.link,z=yt.i(mt.index),tt=yt.i(mt.index+1),St=this.linkSpacing*(ht-(at-1)/2),y++,yt.uh(),yt.L(mt.index,z.x+St,z.y),yt.L(mt.index+1,tt.x+St,tt.y),yt.zf()}z=E}a=b}}}},xt=Si.prototype,xt.Vx=function(a,y){return a instanceof Tu&&y instanceof Tu&&a!==y?a.layer<y.layer?-1:a.layer>y.layer?1:a.rd<y.rd?-1:a.rd>y.rd?1:a.Ic<y.Ic?-1:a.Ic>y.Ic?1:0:0},xt.Ux=function(a,y){return a instanceof Tu&&y instanceof Tu&&a!==y?a.first<y.first?-1:a.first>y.first||a.j<y.j?1:a.j>y.j||a.rd<y.rd?-1:a.rd>y.rd?1:a.Ic<y.Ic?-1:a.Ic>y.Ic?1:0:0},xt.Js=function(a,y){return a instanceof Tu&&y instanceof Tu&&a!==y?a.jc<y.jc?-1:a.jc>y.jc||a.j<y.j?1:a.j>y.j||a.rd<y.rd?-1:a.rd>y.rd?1:a.Ic<y.Ic?-1:a.Ic>y.Ic?1:0:0},xt.B=function(a,y){return a-=y,-1<a&&1>a},xt.zi=function(a,y,x,b){var E=a.length,z=b-x;if(!(1>=z))if((0>x||x>=E-1)&&se("not in range 0 <= from < length: "+x),z===2)b=a[x],E=a[x+1],0<y(b,E)&&(a[x]=E,a[x+1]=b);else if(x===0)if(b>=E)a.sort(y);else for(x=a.slice(0,b),x.sort(y),y=0;y<b;y++)a[y]=x[y];else if(b>=E)for(b=a.slice(x),b.sort(y),y=x;y<E;y++)a[y]=b[y-x];else for(E=a.slice(x,b),E.sort(y),y=x;y<b;y++)a[y]=E[y-x]};function ku(a,y){var x=a.tc[y];if(x>=a.He.length){for(var b=[],E=0;E<a.He.length;E++)b[E]=a.He[E];a.He=b}for(a.He[x]===void 0||a.He[x]===null?b=[]:(b=a.He[x],a.He[x]=null),a=a.fl[y],y=0;y<a.length;y++)x=a[y],b[x.index]=x;return b}function Mu(a,y,x){a.He[a.tc[y]]=x}be.Object.defineProperties(Si.prototype,{layerSpacing:{get:function(){return this.ie},set:function(a){this.ie!==a&&0<=a&&(this.ie=a,this.C())}},columnSpacing:{get:function(){return this.kc},set:function(a){this.kc!==a&&0<a&&(this.kc=a,this.C())}},direction:{get:function(){return this.K},set:function(a){this.K!==a&&(a===0||a===90||a===180||a===270?(this.K=a,this.C()):se("LayeredDigraphLayout.direction must be 0, 90, 180, or 270"))}},cycleRemoveOption:{get:function(){return this.Dk},set:function(a){this.Dk===a||a!==Sy&&a!==L0&&a!==mp||(this.Dk=a,this.C())}},layeringOption:{get:function(){return this.Zk},set:function(a){this.Zk===a||a!==k0&&a!==xy&&a!==Py||(this.Zk=a,this.C())}},initializeOption:{get:function(){return this.Qk},set:function(a){this.Qk===a||a!==M0&&a!==wy&&a!==Cy||(this.Qk=a,this.C())}},iterations:{get:function(){return this.bj},set:function(a){this.bj!==a&&0<=a&&(this.bj=a,this.C())}},aggressiveOption:{get:function(){return this.rk},set:function(a){this.rk===a||a!==Ly&&a!==T0&&a!==ky||(this.rk=a,this.C())}},packOption:{get:function(){return this.bg},set:function(a){this.bg!==a&&0<=a&&8>a&&(this.bg=a,this.C())}},alignOption:{get:function(){return this.ve},set:function(a){this.ve!==a&&0<=a&&16>a&&(this.ve=a,this.C())}},setsPortSpots:{get:function(){return this.sf},set:function(a){this.sf!==a&&(this.sf=a,this.C())}},linkSpacing:{get:function(){return this.Cn},set:function(a){this.Cn!==a&&0<=a&&(this.Cn=a,this.C())}},maxLayer:{get:function(){return this.Ia}},maxIndex:{get:function(){return this.Iq}},maxColumn:{get:function(){return this.Ra}},minIndexLayer:{get:function(){return this.Hn}},maxIndexLayer:{get:function(){return this.Md}}});var L0=new he(Si,"CycleDepthFirst",0),Sy=new he(Si,"CycleGreedy",1),mp=new he(Si,"CycleFromLayers",2),k0=new he(Si,"LayerOptimalLinkLength",0),xy=new he(Si,"LayerLongestPathSink",1),Py=new he(Si,"LayerLongestPathSource",2),M0=new he(Si,"InitDepthFirstOut",0),wy=new he(Si,"InitDepthFirstIn",1),Cy=new he(Si,"InitNaive",2),Ly=new he(Si,"AggressiveNone",0),T0=new he(Si,"AggressiveLess",1),ky=new he(Si,"AggressiveMore",2),Kx=8;Si.className="LayeredDigraphLayout",Si.CycleDepthFirst=L0,Si.CycleGreedy=Sy,Si.CycleFromLayers=mp,Si.LayerOptimalLinkLength=k0,Si.LayerLongestPathSink=xy,Si.LayerLongestPathSource=Py,Si.InitDepthFirstOut=M0,Si.InitDepthFirstIn=wy,Si.InitNaive=Cy,Si.AggressiveNone=Ly,Si.AggressiveLess=T0,Si.AggressiveMore=ky,Si.PackNone=0,Si.PackExpand=1,Si.PackStraighten=2,Si.PackMedian=4,Si.PackAll=15,Si.AlignNone=0,Si.AlignUpperLeft=1,Si.AlignUpperRight=2,Si.AlignLowerLeft=4,Si.AlignLowerRight=8,Si.AlignAll=15;function Tu(){this.index=this.Ic=this.rd=this.jc=this.first=this.layer=0,this.link=null,this.j=0}Tu.className="SegInfo";function Ag(a){bi.call(this,a)}re(Ag,bi),Ag.prototype.createVertex=function(){return new ia(this)},Ag.prototype.createEdge=function(){return new vp(this)},Ag.className="LayeredDigraphNetwork";function ia(a){Do.call(this,a),this.$n=this.bo=this.ao=this.co=null,this.Za=this.Ag=this.Ig=-1,this.u=NaN,this.F=null,this.valid=!1,this.finish=this.Ll=NaN,this.Dj=0,this.dv=this.ev=null}re(ia,Do);function ix(a,y){return a.index-y.index}function N0(a,y){if(!a.$n){for(var x=[],b=mn(a.destinationEdgesArrayAccess),E=b.next();!E.done;E=b.next())E=E.value,E.valid&&x.push(E);a.$n=x}for(a=mn(a.$n),x=a.next();!x.done;x=a.next())if(x=x.value,x.toVertex===y)return x;se("Unable to find destination edge to given vertex")}function My(a){if(!a.co){for(var y=[],x=mn(a.sourceEdgesArrayAccess),b=x.next();!b.done;b=x.next())b=b.value,b.valid&&y.push(b.fromVertex);y.sort(ix),a.co=y}return a.co}function Xx(a){if(!a.ao){for(var y=[],x=mn(a.destinationEdgesArrayAccess),b=x.next();!b.done;b=x.next())b=b.value,b.valid&&y.push(b.toVertex);y.sort(ix),a.ao=y}return a.ao}ia.prototype.Cl=function(a){Do.prototype.Cl.call(this,a),this.bo=this.co=null},ia.prototype.Kl=function(a){Do.prototype.Kl.call(this,a),this.bo=this.co=null},ia.prototype.zl=function(a){Do.prototype.zl.call(this,a),this.$n=this.ao=null},ia.prototype.Jl=function(a){Do.prototype.Jl.call(this,a),this.$n=this.ao=null},be.Object.defineProperties(ia.prototype,{layer:{get:function(){return this.Ig},set:function(a){this.Ig!==a&&(this.Ig=a)}},column:{get:function(){return this.Ag},set:function(a){this.Ag!==a&&(this.Ag=a)}},index:{get:function(){return this.Za},set:function(a){this.Za!==a&&(this.Za=a)}},component:{get:function(){return this.u},set:function(a){this.u!==a&&(this.u=a)}},near:{get:function(){return this.F},set:function(a){this.F!==a&&(this.F=a)}}}),ia.prototype.deleteDestinationEdge=ia.prototype.Jl,ia.prototype.addDestinationEdge=ia.prototype.zl,ia.prototype.deleteSourceEdge=ia.prototype.Kl,ia.prototype.addSourceEdge=ia.prototype.Cl,ia.className="LayeredDigraphVertex";function vp(a){Ls.call(this,a),this.j=this.ia=this.Ha=!1,this.V=this.u=NaN,this.F=this.o=0}re(vp,Ls),be.Object.defineProperties(vp.prototype,{fromVertex:{get:function(){return this.kd},set:function(a){this.kd!==a&&(this.kd=a)}},toVertex:{get:function(){return this.qd},set:function(a){this.qd!==a&&(this.qd=a)}},valid:{get:function(){return this.Ha},set:function(a){this.Ha!==a&&(this.Ha=a)}},rev:{get:function(){return this.ia},set:function(a){this.ia!==a&&(this.ia=a)}},forest:{get:function(){return this.j},set:function(a){this.j!==a&&(this.j=a)}},portFromPos:{get:function(){return this.u},set:function(a){this.u!==a&&(this.u=a)}},portToPos:{get:function(){return this.V},set:function(a){this.V!==a&&(this.V=a)}},portFromColOffset:{get:function(){return this.o},set:function(a){this.o!==a&&(this.o=a)}},portToColOffset:{get:function(){return this.F},set:function(a){this.F!==a&&(this.F=a)}}}),vp.className="LayeredDigraphEdge";function Kn(a){Wi.call(this),this.Ub=new Ge,this.Wn=A0,this.ud=Ll,this.vo=D0,this.Bq=jy,this.$v=[],this.td=!0,this.Rb=O0,this.$d=new Ye(10,10).freeze();var y=new mf(this);this.W=new ga(y),this.Y=new ga(y),this.ru=[],a&&Object.assign(this,a)}re(Kn,Wi),Kn.prototype.cloneProtected=function(a){Wi.prototype.cloneProtected.call(this,a),a.Wn=this.Wn,a.vo=this.vo,a.Bq=this.Bq,a.td=this.td,a.Rb=this.Rb,a.$d.assign(this.$d),a.W.copyInheritedPropertiesFrom(this.W),a.Y.copyInheritedPropertiesFrom(this.Y)},Kn.prototype.qb=function(a){a.classType===Kn?a.name.indexOf("Alignment")===0?this.alignment=a:a.name.indexOf("Arrangement")===0?this.arrangement=a:a.name.indexOf("Compaction")===0?this.compaction=a:a.name.indexOf("Path")===0?this.path=a:a.name.indexOf("Sorting")===0?this.sorting=a:a.name.indexOf("Style")===0?this.treeStyle=a:se("Unknown enum value: "+a):Wi.prototype.qb.call(this,a)},Kn.prototype.createNetwork=function(){return new mf(this)},Kn.prototype.makeNetwork=function(a){function y(b){if(b instanceof Ke)return!b.isLinkLabel&&b.category!=="Comment";if(b instanceof Ae){var E=b.fromNode;return E===null||E.isLinkLabel||E.category==="Comment"?!1:(b=b.toNode,!(b===null||b.isLinkLabel||b.category==="Comment"))}return!1}var x=this.createNetwork();return a instanceof ne?(x.lg(a.nodes,!0,y),x.lg(a.links,!0,y)):a instanceof En?x.lg(a.memberParts,!1,y):x.lg(a.iterator,!1,y),x},Kn.prototype.doLayout=function(a){this.network===null&&(this.network=this.makeNetwork(a)),this.arrangement!==I0&&(this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin));var y=this.diagram;if(y===null&&a instanceof ne&&(y=a),this.path===A0&&y!==null?this.ud=y.isTreePathToChildren?Ll:cf:this.ud=this.path===A0?Ll:this.path,0<this.network.vertexes.count){for(this.network.Ko(),a=this.network.vertexes.iterator;a.next();)y=a.value,y.initialized=!1,y.level=0,y.parent=null,y.children=[];if(0<this.Ub.count){for(a=new Ge,y=this.Ub.iterator;y.next();){var x=y.value;x instanceof Ke?(x=this.network.ki(x),x!==null&&a.add(x)):x instanceof ga&&a.add(x)}this.Ub=a}for(this.Ub.count===0&&this.findRoots(),a=this.Ub.copy().iterator;a.next();)y=a.value,y.initialized||(y.initialized=!0,Ty(this,y));for(y=this.network.vertexes,a=null;a=Zx(y),0<a.count;)y=ox(this,a),y!==null&&this.Ub.add(y),y.initialized=!0,Ty(this,y),y=a;for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof ga&&sx(this,y);for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof ga&&ax(this,y);for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof ga&&lx(this,y);if(this.Cu(),this.layerStyle===j0){for(a=[],y=this.network.vertexes.iterator;y.next();){x=y.value;var b=x.parent;b===null&&(b=x),b=b.angle===0||b.angle===180;var E=a[x.level];E===void 0&&(E=0),a[x.level]=Math.max(E,b?x.width:x.height)}for(y=0;y<a.length;y++)a[y]===void 0&&(a[y]=0);for(this.$v=a,y=this.network.vertexes.iterator;y.next();)x=y.value,b=x.parent,b===null&&(b=x),b.angle===0||b.angle===180?(b.angle===180&&(x.focusX+=a[x.level]-x.width),x.width=a[x.level]):(b.angle===270&&(x.focusY+=a[x.level]-x.height),x.height=a[x.level])}else if(this.layerStyle===Ry)for(a=this.network.vertexes.iterator;a.next();){for(y=a.value,x=y.angle===0||y.angle===180,b=-1,E=0;E<y.children.length;E++){var z=y.children[E];b=Math.max(b,x?z.width:z.height)}if(0<=b)for(E=0;E<y.children.length;E++)z=y.children[E],x?(y.angle===180&&(z.focusX+=b-z.width),z.width=b):(y.angle===270&&(z.focusY+=b-z.height),z.height=b)}for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof ga&&this.layoutTree(y);this.arrangeTrees(),this.updateParts()}this.network=null,this.Ub=new Ge,this.isValidLayout=!0};function Zx(a){var y=new Ge;for(a=a.iterator;a.next();){var x=a.value;x.initialized||y.add(x)}return y}Kn.prototype.findRoots=function(){for(var a=this.network.vertexes,y=a.iterator;y.next();){var x=y.value;switch(this.ud){case Ll:x.sourceEdges.count===0&&this.Ub.add(x);break;case cf:x.destinationEdges.count===0&&this.Ub.add(x);break;default:se("Unhandled path value "+this.ud.toString())}}this.Ub.count===0&&(a=ox(this,a),a!==null&&this.Ub.add(a))};function ox(a,y){var x=999999,b=null;for(y=y.iterator;y.next();){var E=y.value;switch(a.ud){case Ll:E.sourceEdges.count<x&&(x=E.sourceEdges.count,b=E);break;case cf:E.destinationEdges.count<x&&(x=E.destinationEdges.count,b=E);break;default:se("Unhandled path value "+a.ud.toString())}}return b}function Ty(a,y){if(y!==null){switch(a.ud){case Ll:if(0<y.destinationEdges.count){for(var x=new Oe,b=y.destinationVertexes;b.next();){var E=b.value;rx(a,y,E)&&x.add(E)}0<x.count&&(y.children=x.Fa())}break;case cf:if(0<y.sourceEdges.count){for(x=new Oe,b=y.sourceVertexes;b.next();)E=b.value,rx(a,y,E)&&x.add(E);0<x.count&&(y.children=x.Fa())}break;default:se("Unhandled path value"+a.ud.toString())}for(x=y.children,b=x.length,E=0;E<b;E++){var z=x[E];z.initialized=!0,z.level=y.level+1,z.parent=y,a.Ub.remove(z)}for(y=0;y<b;y++)Ty(a,x[y])}}function rx(a,y,x){if(x.initialized){if(y===null)var b=!1;else{for(b=y.parent;b!==null&&b!==x;)b=b.parent;b=b===x}if(b||x.level>y.level)return!1;a.removeChild(x.parent,x)}return!0}Kn.prototype.removeChild=function(a,y){if(a!==null&&y!==null){for(var x=a.children,b=0,E=0;E<x.length;E++)x[E]===y&&b++;if(0<b){b=Array(x.length-b);for(var z=E=0;z<x.length;z++)x[z]!==y&&(b[E++]=x[z]);a.children=b}}};function sx(a,y){if(y!==null){a.initializeTreeVertexValues(y),y.alignment===Tl&&a.sortTreeVertexChildren(y);for(var x=0,b=y.childrenCount,E=0,z=y.children,tt=z.length,ot=0;ot<tt;ot++){var rt=z[ot];sx(a,rt),x+=rt.descendantCount+1,b=Math.max(b,rt.maxChildrenCount),E=Math.max(E,rt.maxGenerationCount)}y.descendantCount=x,y.maxChildrenCount=b,y.maxGenerationCount=0<b?E+1:0}}function Jx(a,y){switch(a.vo){default:case D0:return y.parent!==null?y.parent:a.W;case Oy:return y.parent===null?a.W:y.parent.parent===null?a.Y:y.parent;case Dy:return y.parent!==null?y.parent.parent!==null?y.parent.parent:a.Y:a.W;case By:var x=!0;if(y.childrenCount===0)x=!1;else for(var b=y.children,E=b.length,z=0;z<E;z++)if(0<b[z].childrenCount){x=!1;break}return x&&y.parent!==null?a.Y:y.parent!==null?y.parent:a.W}}Kn.prototype.initializeTreeVertexValues=function(a){if(a.copyInheritedPropertiesFrom(Jx(this,a)),a.parent!==null&&a.parent.alignment===Tl){for(var y=a.angle,x=a.parent.children,b=0;b<x.length&&a!==x[b];)b++;b%2===0?b!==x.length-1&&(y=y===90?180:y===180?270:y===270?180:270):y=y===90?0:y===180?90:y===270?0:90,a.angle=y}a.initialized=!0};function ax(a,y){if(y!==null){a.assignTreeVertexValues(y),y=y.children;for(var x=y.length,b=0;b<x;b++)ax(a,y[b])}}Kn.prototype.assignTreeVertexValues=function(){};function lx(a,y){if(y!==null){y.alignment!==Tl&&a.sortTreeVertexChildren(y),y=y.children;for(var x=y.length,b=0;b<x;b++)lx(a,y[b])}}Kn.prototype.sortTreeVertexChildren=function(a){switch(a.sorting){case Bg:break;case Sp:a.children.reverse();break;case xp:a.children.sort(a.comparer);break;case Pp:a.children.sort(a.comparer),a.children.reverse();break;default:se("Unhandled sorting value "+a.sorting.toString())}},Kn.prototype.Cu=function(){if(this.comments)for(var a=this.network.vertexes.iterator;a.next();)this.addComments(a.value)},Kn.prototype.addComments=function(a){var y=a.angle,x=a.parent,b=0,E=!1;x!==null&&(b=x.angle,E=x.alignment,E=Nu(E)),y=y===90||y===270,b=b===90||b===270,x=a.childrenCount===0;var z=0,tt=0,ot=0,rt=a.commentSpacing;if(a.node!==null)for(var at=a.node.Mu();at.next();){var ht=at.value;ht.category==="Comment"&&ht.canLayout()&&(a.comments===null&&(a.comments=[]),a.comments.push(ht),ht.Va(),ht=ht.measuredBounds,y&&!x||!E&&!b&&x||E&&b&&x?(z=Math.max(z,ht.width),tt+=ht.height+Math.abs(ot)):(z+=ht.width+Math.abs(ot),tt=Math.max(tt,ht.height)),ot=rt)}a.comments!==null&&(y&&!x||!E&&!b&&x||E&&b&&x?(z+=Math.abs(a.commentMargin),tt=Math.max(0,tt-a.height)):(tt+=Math.abs(a.commentMargin),z=Math.max(0,z-a.width)),E=ge.allocAt(0,0,a.bounds.width+z,a.bounds.height+tt),a.bounds=E,ge.free(E))};function Nu(a){return a===jh||a===Tl||a===Rh||a===Ql}function yp(a){return a===jh||a===Tl}function Ny(a){var y=a.parent;if(y!==null){var x=y.alignment;if(Nu(x)){if(yp(x)){for(y=y.children,x=0;x<y.length&&a!==y[x];)x++;return x%2===0}if(x===Rh)return!0}}return!1}Kn.prototype.layoutComments=function(a){if(a.comments!==null){var y=a.node.measuredBounds,x=a.parent,b=a.angle,E=0,z=!1;x!==null&&(E=x.angle,z=x.alignment,z=Nu(z)),b=b===90||b===270,x=E===90||E===270;for(var tt=a.childrenCount===0,ot=Ny(a),rt=0,at=a.comments,ht=at.length,gt=It.alloc(),mt=0;mt<ht;mt++){var yt=at[mt],St=yt.measuredBounds;if(b&&!tt||!z&&!x&&tt||z&&x&&tt){if(135<E&&!z||x&&ot)if(0<=a.commentMargin)for(gt.h(a.bounds.x-a.commentMargin-St.width,a.bounds.y+rt),yt.move(gt),yt=yt.Sd();yt.next();){var Lt=yt.value;Lt.fromSpot=ys,Lt.toSpot=Tr}else for(gt.h(a.bounds.x+2*a.focus.x-a.commentMargin,a.bounds.y+rt),yt.move(gt),yt=yt.Sd();yt.next();)Lt=yt.value,Lt.fromSpot=Tr,Lt.toSpot=ys;else if(0<=a.commentMargin)for(gt.h(a.bounds.x+2*a.focus.x+a.commentMargin,a.bounds.y+rt),yt.move(gt),yt=yt.Sd();yt.next();)Lt=yt.value,Lt.fromSpot=Tr,Lt.toSpot=ys;else for(gt.h(a.bounds.x+a.commentMargin-St.width,a.bounds.y+rt),yt.move(gt),yt=yt.Sd();yt.next();)Lt=yt.value,Lt.fromSpot=ys,Lt.toSpot=Tr;rt=0<=a.commentSpacing?rt+(St.height+a.commentSpacing):rt+(a.commentSpacing-St.height)}else{if(135<E&&!z||!x&&ot)if(0<=a.commentMargin)for(gt.h(a.bounds.x+rt,a.bounds.y-a.commentMargin-St.height),yt.move(gt),yt=yt.Sd();yt.next();)Lt=yt.value,Lt.fromSpot=vs,Lt.toSpot=qr;else for(gt.h(a.bounds.x+rt,a.bounds.y+2*a.focus.y-a.commentMargin),yt.move(gt),yt=yt.Sd();yt.next();)Lt=yt.value,Lt.fromSpot=qr,Lt.toSpot=vs;else if(0<=a.commentMargin)for(gt.h(a.bounds.x+rt,a.bounds.y+2*a.focus.y+a.commentMargin),yt.move(gt),yt=yt.Sd();yt.next();)Lt=yt.value,Lt.fromSpot=qr,Lt.toSpot=vs;else for(gt.h(a.bounds.x+rt,a.bounds.y+a.commentMargin-St.height),yt.move(gt),yt=yt.Sd();yt.next();)Lt=yt.value,Lt.fromSpot=vs,Lt.toSpot=qr;rt=0<=a.commentSpacing?rt+(St.width+a.commentSpacing):rt+(a.commentSpacing-St.width)}}if(It.free(gt),y=rt-a.commentSpacing-(b?y.height:y.width),this.ud===Ll)for(a=a.destinationEdges;a.next();)E=a.value.link,E===null||E.isAvoiding||(E.fromEndSegmentLength=0<y?y:NaN);else for(a=a.sourceEdges;a.next();)E=a.value.link,E===null||E.isAvoiding||(E.toEndSegmentLength=0<y?y:NaN)}},Kn.prototype.layoutTree=function(a){if(a!==null){for(var y=a.children,x=y.length,b=0;b<x;b++)this.layoutTree(y[b]);switch(a.compaction){case B0:hx(this,a);break;case wp:if(a.alignment===Tl)hx(this,a);else if(a.childrenCount===0)b=a.parent,x=!1,y=0,b!==null&&(y=b.angle,x=b.alignment,x=Nu(x)),b=Ny(a),a.S.h(0,0),a.Da.h(a.width,a.height),a.parent===null||a.comments===null||(y!==180&&y!==270||x)&&!b?a.la.h(0,0):y===180&&!x||(y===90||y===270)&&b?a.la.h(a.width-2*a.focus.x,0):a.la.h(0,a.height-2*a.focus.y),a.Yo=null,a.kp=null;else{var E=Na(a);y=E===90||E===270;var z=0,tt=a.children,ot=tt.length;for(x=0;x<ot;x++)b=tt[x],z=Math.max(z,y?b.Da.width:b.Da.height);var rt=a.alignment;b=rt===kl;var at=rt===Ml,ht=Nu(rt),gt=Math.max(0,a.breadthLimit);x=this.computeLayerSpacing(a);var mt=a.nodeSpacing,yt=this.computeNodeIndent(a),St=a.rowSpacing,Lt=0;(b||at||a.hm||a.im&&a.maxGenerationCount===1)&&(Lt=Math.max(0,a.rowIndent)),b=a.width;var Bt=a.height,Ft=0,zt=0,Ht=0,Vt=null,_t=null,ee=0,Ve=0,tn=0,Qe=0,Ee=0,Se=0,bn=0,kn=0;if(ht&&!yp(rt)&&135<E&&tt.reverse(),yp(rt))if(1<ot)for(var di=0;di<ot;di++)di%2===0&&di!==ot-1&&(kn=Math.max(kn,y?tt[di].Da.width:tt[di].Da.height));else ot===1&&(kn=y?tt[0].Da.width:tt[0].Da.height);if(ht){switch(rt){case jh:zt=135>E?ux(this,a,tt,kn,Ft,zt):dx(this,a,tt,kn,Ft,zt),kn=zt.x,Ft=zt.width,zt=zt.height;break;case Rh:for(Vt=0;Vt<ot;Vt++)_t=tt[Vt],gt=_t.Da,Ht=Se===0?0:St,y?(_t.S.h(z-gt.width,Qe+Ht),Ft=Math.max(Ft,gt.width),zt=Math.max(zt,Qe+Ht+gt.height),Qe+=Ht+gt.height):(_t.S.h(tn+Ht,z-gt.height),Ft=Math.max(Ft,tn+Ht+gt.width),zt=Math.max(zt,gt.height),tn+=Ht+gt.width),Se++;break;case Ql:for(Vt=0;Vt<ot;Vt++)_t=tt[Vt],z=_t.Da,gt=Se===0?0:St,y?(_t.S.h(mt/2+a.focus.x,Qe+gt),Ft=Math.max(Ft,z.width),zt=Math.max(zt,Qe+gt+z.height),Qe+=gt+z.height):(_t.S.h(tn+gt,mt/2+a.focus.y),Ft=Math.max(Ft,tn+gt+z.width),zt=Math.max(zt,z.height),tn+=gt+z.width),Se++}Vt=ds(this,2),_t=ds(this,2),y?(Vt[0].h(0,0),Vt[1].h(0,zt),_t[0].h(Ft,0)):(Vt[0].h(0,0),Vt[1].h(Ft,0),_t[0].h(0,zt)),_t[1].h(Ft,zt)}else for(di=0;di<ot;di++){var Ti=tt[di],Ho=Ti.Da;if(y){0<gt&&0<Se&&tn+mt+Ho.width>gt&&(tn<z&&yd(a,rt,z-tn,0,bn,di-1),Ee++,Se=0,bn=di,Ht=zt,tn=0,Qe=135<E?-zt-St:zt+St),b0(this,Ti,0,Qe);var Xo=0;if(Se===0)Vt=Ti.Yo,_t=Ti.kp,ee=Ho.width,Ve=Ho.height,(Vt===null||_t===null||E!==Na(Ti))&&(Vt=ds(this,2),_t=ds(this,2),Vt[0].h(0,0),Vt[1].h(0,Ve),_t[0].h(ee,0),_t[1].h(ee,Ve));else{var Ar=Dn();Ve=fx(this,a,Ti,Vt,_t,ee,Ve,Ar),Xo=Ve.x,Vt=Ar[0],_t=Ar[1],ee=Ve.width,Ve=Ve.height,Tn(Ar),tn<Ho.width&&0>Xo&&(gf(a,-Xo,0,bn,di-1),E0(Vt,-Xo,0),E0(_t,-Xo,0),Xo=0)}Ti.S.h(Xo,Qe),Ft=Math.max(Ft,ee),zt=Math.max(zt,Ht+(Ee===0?0:St)+Ho.height),tn=ee}else 0<gt&&0<Se&&Qe+mt+Ho.height>gt&&(Qe<z&&yd(a,rt,0,z-Qe,bn,di-1),Ee++,Se=0,bn=di,Ht=Ft,Qe=0,tn=135<E?-Ft-St:Ft+St),b0(this,Ti,tn,0),Xo=0,Se===0?(Vt=Ti.Yo,_t=Ti.kp,ee=Ho.width,Ve=Ho.height,(Vt===null||_t===null||E!==Na(Ti))&&(Vt=ds(this,2),_t=ds(this,2),Vt[0].h(0,0),Vt[1].h(ee,0),_t[0].h(0,Ve),_t[1].h(ee,Ve))):(Ar=Dn(),Ve=fx(this,a,Ti,Vt,_t,ee,Ve,Ar),Xo=Ve.x,Vt=Ar[0],_t=Ar[1],ee=Ve.width,Ve=Ve.height,Tn(Ar),Qe<Ho.height&&0>Xo&&(gf(a,0,-Xo,bn,di-1),E0(Vt,0,-Xo),E0(_t,0,-Xo),Xo=0)),Ti.S.h(tn,Xo),zt=Math.max(zt,Ve),Ft=Math.max(Ft,Ht+(Ee===0?0:St)+Ho.width),Qe=Ve;Se++}switch(0<Ee&&(y?(zt+=Math.max(0,x),tn<Ft&&yd(a,rt,Ft-tn,0,bn,ot-1),0<Lt&&(at||gf(a,Lt,0,0,ot-1),Ft+=Lt)):(Ft+=Math.max(0,x),Qe<zt&&yd(a,rt,0,zt-Qe,bn,ot-1),0<Lt&&(at||gf(a,0,Lt,0,ot-1),zt+=Lt))),Lt=at=0,rt){case Dg:y?at+=Ft/2-a.focus.x-yt/2:Lt+=zt/2-a.focus.y-yt/2;break;case pf:0<Ee?y?at+=Ft/2-a.focus.x-yt/2:Lt+=zt/2-a.focus.y-yt/2:y?(kn=tt[0].S.x+tt[0].la.x,at+=kn+(tt[ot-1].S.x+tt[ot-1].la.x+2*tt[ot-1].focus.x-kn)/2-a.focus.x-yt/2):(kn=tt[0].S.y+tt[0].la.y,Lt+=kn+(tt[ot-1].S.y+tt[ot-1].la.y+2*tt[ot-1].focus.y-kn)/2-a.focus.y-yt/2);break;case kl:y?(at-=yt,Ft+=yt):(Lt-=yt,zt+=yt);break;case Ml:y?(at+=Ft-a.width+yt,Ft+=yt):(Lt+=zt-a.height+yt,zt+=yt);break;case jh:y?1<ot?at+=kn+mt/2-a.focus.x:at+=tt[0].focus.x-a.focus.x+tt[0].la.x:1<ot?Lt+=kn+mt/2-a.focus.y:Lt+=tt[0].focus.y-a.focus.y+tt[0].la.y;break;case Rh:y?at+=Ft+mt/2-a.focus.x:Lt+=zt+mt/2-a.focus.y;break;case Ql:break;default:zt=this.customAlignment(a,at,Lt,Ft,zt),at=zt[0],Lt=zt[1],Ft=zt[2],zt=zt[3]}for(yt=0;yt<ot;yt++)kn=tt[yt],y?kn.S.h(kn.S.x+kn.la.x-at,kn.S.y+(135<E?(ht?-zt:-kn.Da.height)+kn.la.y-x:Bt+x+kn.la.y)):kn.S.h(kn.S.x+(135<E?(ht?-Ft:-kn.Da.width)+kn.la.x-x:b+x+kn.la.x),kn.S.y+kn.la.y-Lt);if(ot=tt=0,ht?y?(Ft=Fy(a,Ft,at),0>at&&(at=0),135<E&&(Lt+=zt+x),zt+=Bt+x,rt===Ql&&(tt+=mt/2+a.focus.x),ot+=Bt+x):(135<E&&(at+=Ft+x),Ft+=b+x,zt=by(a,zt,Lt),0>Lt&&(Lt=0),rt===Ql&&(ot+=mt/2+a.focus.y),tt+=b+x):y?(a.comments===null?b>Ft&&(Ft=Ey(rt,b-Ft,0),tt=Ft.x,ot=Ft.y,Ft=b,at=0):Ft=Fy(a,Ft,at),0>at&&(tt-=at,at=0),135<E&&(Lt+=zt+x),zt=Math.max(Math.max(zt,Bt),zt+Bt+x),ot+=Bt+x):(135<E&&(at+=Ft+x),Ft=Math.max(Math.max(Ft,b),Ft+b+x),a.comments===null?Bt>zt&&(zt=Ey(rt,0,Bt-zt),tt=zt.x,ot=zt.y,zt=Bt,Lt=0):zt=by(a,zt,Lt),0>Lt&&(ot-=Lt,Lt=0),tt+=b+x),0<Ee)E=ds(this,4),Ee=ds(this,4),y?(E[2].h(0,Bt+x),E[3].h(E[2].x,zt),Ee[2].h(Ft,E[2].y),Ee[3].h(Ee[2].x,E[3].y)):(E[2].h(b+x,0),E[3].h(Ft,E[2].y),Ee[2].h(E[2].x,zt),Ee[3].h(E[3].x,Ee[2].y));else{for(E=ds(this,Vt.length+2),Ee=ds(this,_t.length+2),rt=0;rt<Vt.length;rt++)ht=Vt[rt],E[rt+2].h(ht.x+tt,ht.y+ot);for(rt=0;rt<_t.length;rt++)ht=_t[rt],Ee[rt+2].h(ht.x+tt,ht.y+ot)}y?(E[0].h(at,0),E[1].h(E[0].x,Bt),E[2].y<E[1].y&&(E[2].x>E[0].x?E[2].assign(E[1]):E[1].assign(E[2])),E[3].y<E[2].y&&(E[3].x>E[0].x?E[3].assign(E[2]):E[2].assign(E[3])),Ee[0].h(at+b,0),Ee[1].h(Ee[0].x,Bt),Ee[2].y<Ee[1].y&&(Ee[2].x<Ee[0].x?Ee[2].assign(Ee[1]):Ee[1].assign(Ee[2])),Ee[3].y<Ee[2].y&&(Ee[3].x<Ee[0].x?Ee[3].assign(Ee[2]):Ee[2].assign(Ee[3])),E[2].y-=x/2,Ee[2].y-=x/2):(E[0].h(0,Lt),E[1].h(b,E[0].y),E[2].x<E[1].x&&(E[2].y>E[0].y?E[2].assign(E[1]):E[1].assign(E[2])),E[3].x<E[2].x&&(E[3].y>E[0].y?E[3].assign(E[2]):E[2].assign(E[3])),Ee[0].h(0,Lt+Bt),Ee[1].h(b,Ee[0].y),Ee[2].x<Ee[1].x&&(Ee[2].y<Ee[0].y?Ee[2].assign(Ee[1]):Ee[1].assign(Ee[2])),Ee[3].x<Ee[2].x&&(Ee[3].y<Ee[0].y?Ee[3].assign(Ee[2]):Ee[2].assign(Ee[3])),E[2].x-=x/2,Ee[2].x-=x/2),Ga(this,Vt),Ga(this,_t),a.Yo=E,a.kp=Ee,a.la.h(at,Lt),a.Da.h(Ft,zt)}break;default:se("Unhandled compaction value "+a.compaction.toString())}}};function hx(a,y){if(y.childrenCount===0){var x=!1,b=0;y.parent!==null&&(b=y.parent.angle,x=y.parent.alignment,x=Nu(x));var E=Ny(y);y.S.h(0,0),y.Da.h(y.width,y.height),y.parent===null||y.comments===null||(b!==180&&b!==270||x)&&!E?y.la.h(0,0):b===180&&!x||(b===90||b===270)&&E?y.la.h(y.width-2*y.focus.x,0):y.la.h(0,y.height-2*y.focus.y)}else{b=Na(y),x=b===90||b===270;var z=0;E=y.children;for(var tt=E.length,ot=0;ot<tt;ot++){var rt=E[ot];z=Math.max(z,x?rt.Da.width:rt.Da.height)}var at=y.alignment,ht=at===kl,gt=at===Ml;ot=Nu(at);var mt=Math.max(0,y.breadthLimit);rt=a.computeLayerSpacing(y);var yt=y.nodeSpacing,St=a.computeNodeIndent(y),Lt=ht||gt?0:St/2,Bt=y.rowSpacing,Ft=0;(ht||gt||y.hm||y.im&&y.maxGenerationCount===1)&&(Ft=Math.max(0,y.rowIndent)),ht=y.width;var zt=y.height,Ht=0,Vt=0,_t=0,ee=0,Ve=0,tn=0,Qe=0,Ee=0,Se=0,bn=0;if(ot&&!yp(at)&&135<b&&E.reverse(),yp(at))if(1<tt)for(var kn=0;kn<tt;kn++){var di=E[kn],Ti=di.Da;kn%2===0&&kn!==tt-1?Se=Math.max(Se,(x?Ti.width:Ti.height)+a.computeBusNodeSpacing(di)-yt):kn%2!==0&&(bn=Math.max(bn,(x?Ti.width:Ti.height)+a.computeBusNodeSpacing(di)-yt))}else tt===1&&(Se=x?E[0].Da.width:E[0].Da.height);if(ot)switch(at){case jh:case Tl:Vt=135>b?ux(a,y,E,Se,Ht,Vt):dx(a,y,E,Se,Ht,Vt),Se=Vt.x,Ht=Vt.width,Vt=Vt.height;break;case Rh:for(mt=0;mt<tt;mt++)Lt=E[mt],_t=Lt.Da,bn=Qe===0?0:Bt,x?(Lt.S.h(z-_t.width,Ve+bn),Ht=Math.max(Ht,_t.width),Vt=Math.max(Vt,Ve+bn+_t.height),Ve+=bn+_t.height):(Lt.S.h(ee+bn,z-_t.height),Ht=Math.max(Ht,ee+bn+_t.width),Vt=Math.max(Vt,_t.height),ee+=bn+_t.width),Qe++;break;case Ql:for(z=0;z<tt;z++)mt=E[z],Lt=mt.Da,_t=Qe===0?0:Bt,x?(mt.S.h(yt/2+y.focus.x,Ve+_t),Ht=Math.max(Ht,Lt.width),Vt=Math.max(Vt,Ve+_t+Lt.height),Ve+=_t+Lt.height):(mt.S.h(ee+_t,yt/2+y.focus.y),Ht=Math.max(Ht,ee+_t+Lt.width),Vt=Math.max(Vt,Lt.height),ee+=_t+Lt.width),Qe++}else for(bn=0;bn<tt;bn++)kn=E[bn],di=kn.Da,x?(0<mt&&0<Qe&&ee+yt+di.width>mt&&(ee<z&&yd(y,at,z-ee,0,Ee,bn-1),tn++,Qe=0,Ee=bn,_t=Vt,ee=0,Ve=135<b?-Vt-Bt:Vt+Bt),Ti=Qe===0?Lt:yt,b0(a,kn,0,Ve),kn.S.h(ee+Ti,Ve),Ht=Math.max(Ht,ee+Ti+di.width),Vt=Math.max(Vt,_t+(tn===0?0:Bt)+di.height),ee+=Ti+di.width):(0<mt&&0<Qe&&Ve+yt+di.height>mt&&(Ve<z&&yd(y,at,0,z-Ve,Ee,bn-1),tn++,Qe=0,Ee=bn,_t=Ht,Ve=0,ee=135<b?-Ht-Bt:Ht+Bt),Ti=Qe===0?Lt:yt,b0(a,kn,ee,0),kn.S.h(ee,Ve+Ti),Vt=Math.max(Vt,Ve+Ti+di.height),Ht=Math.max(Ht,_t+(tn===0?0:Bt)+di.width),Ve+=Ti+di.height),Qe++;switch(0<tn&&(x?(Vt+=Math.max(0,rt),ee<Ht&&yd(y,at,Ht-ee,0,Ee,tt-1),0<Ft&&(gt||gf(y,Ft,0,0,tt-1),Ht+=Ft)):(Ht+=Math.max(0,rt),Ve<Vt&&yd(y,at,0,Vt-Ve,Ee,tt-1),0<Ft&&(gt||gf(y,0,Ft,0,tt-1),Vt+=Ft))),Ft=gt=0,at){case Dg:x?gt+=Ht/2-y.focus.x-St/2:Ft+=Vt/2-y.focus.y-St/2;break;case pf:0<tn?x?gt+=Ht/2-y.focus.x-St/2:Ft+=Vt/2-y.focus.y-St/2:x?(a=E[0].S.x+E[0].la.x,gt+=a+(E[tt-1].S.x+E[tt-1].la.x+2*E[tt-1].focus.x-a)/2-y.focus.x-St/2):(a=E[0].S.y+E[0].la.y,Ft+=a+(E[tt-1].S.y+E[tt-1].la.y+2*E[tt-1].focus.y-a)/2-y.focus.y-St/2);break;case kl:x?(gt-=St,Ht+=St):(Ft-=St,Vt+=St);break;case Ml:x?(gt+=Ht-y.width+St,Ht+=St):(Ft+=Vt-y.height+St,Vt+=St);break;case jh:case Tl:x?1<tt?gt+=Se+yt/2-y.focus.x:gt+=E[0].focus.x-y.focus.x+E[0].la.x:1<tt?Ft+=Se+yt/2-y.focus.y:Ft+=E[0].focus.y-y.focus.y+E[0].la.y;break;case Rh:x?gt+=Ht+yt/2-y.focus.x:Ft+=Vt+yt/2-y.focus.y;break;case Ql:break;default:a=a.customAlignment(y,gt,Ft,Ht,Vt),gt=a[0],Ft=a[1],Ht=a[2],Vt=a[3]}for(a=0;a<tt;a++)St=E[a],x?St.S.h(St.S.x+St.la.x-gt,St.S.y+(135<b?(ot?-Vt:-St.Da.height)+St.la.y-rt:zt+rt+St.la.y)):St.S.h(St.S.x+(135<b?(ot?-Ht:-St.Da.width)+St.la.x-rt:ht+rt+St.la.x),St.S.y+St.la.y-Ft);x?(Ht=Fy(y,Ht,gt),0>gt&&(gt=0),135<b&&(Ft+=Vt+rt),Vt=Math.max(Math.max(Vt,zt),Vt+zt+rt)):(135<b&&(gt+=Ht+rt),Ht=Math.max(Math.max(Ht,ht),Ht+ht+rt),Vt=by(y,Vt,Ft),0>Ft&&(Ft=0)),y.la.h(gt,Ft),y.Da.h(Ht,Vt)}}Kn.prototype.customAlignment=function(a,y,x,b,E){return[y,x,b,E]};function ux(a,y,x,b,E,z){var tt=x.length;if(tt===0)return new ge(b,0,E,z);if(tt===1)return y=x[0],E=y.Da.width,z=y.Da.height,new ge(b,0,E,z);for(var ot=y.nodeSpacing,rt=y.rowSpacing,at=Na(y)===90,ht=0,gt=0,mt=0,yt=0;yt<tt;yt++)if(!(yt%2!==0||1<tt&&yt===tt-1)){var St=x[yt],Lt=St.Da,Bt=ht===0?0:rt;if(at){var Ft=a.computeBusNodeSpacing(St)-ot;St.S.h(b-(Lt.width+Ft),mt+Bt),E=Math.max(E,Lt.width+Ft),z=Math.max(z,mt+Bt+Lt.height),mt+=Bt+Lt.height}else Ft=a.computeBusNodeSpacing(St)-ot,St.S.h(gt+Bt,b-(Lt.height+Ft)),z=Math.max(z,Lt.height+Ft),E=Math.max(E,gt+Bt+Lt.width),gt+=Bt+Lt.width;ht++}for(ht=0,St=gt,yt=mt,at?(gt=b+ot,mt=0):(gt=0,mt=b+ot),Lt=0;Lt<tt;Lt++)if(Lt%2!==0){Bt=x[Lt],Ft=Bt.Da;var zt=ht===0?0:rt;if(at){var Ht=a.computeBusNodeSpacing(Bt)-ot;Bt.S.h(gt+Ht,mt+zt),E=Math.max(E,gt+Ft.width+Ht),z=Math.max(z,mt+zt+Ft.height),mt+=zt+Ft.height}else Ht=a.computeBusNodeSpacing(Bt)-ot,Bt.S.h(gt+zt,mt+Ht),E=Math.max(E,gt+zt+Ft.width),z=Math.max(z,mt+Ft.height+Ht),gt+=zt+Ft.width;ht++}return 1<tt&&tt%2===1&&(x=x[tt-1],tt=x.Da,a=a.computeBusLastRowSpacing(x,at?Math.max(Math.abs(yt),Math.abs(mt)):Math.max(Math.abs(St),Math.abs(gt))),at?(x.S.h(b+ot/2-x.focus.x-x.la.x,z+a),at=b+ot/2-x.focus.x-x.la.x,E=Math.max(E,at+tt.width),0>at&&(E-=at),z=Math.max(z,Math.max(yt,mt)+a+tt.height),0>x.S.x&&(b=F0(y,x.S.x,!1,b,ot))):(x.S.h(E+a,b+ot/2-x.focus.y-x.la.y),E=Math.max(E,Math.max(St,gt)+a+tt.width),mt=b+ot/2-x.focus.y-x.la.y,z=Math.max(z,mt+tt.height),0>mt&&(z-=mt),0>x.S.y&&(b=F0(y,x.S.y,!0,b,ot)))),new ge(b,0,E,z)}function dx(a,y,x,b,E,z){var tt=x.length;if(tt===0)return new ge(b,0,E,z);if(tt===1)return x=x[0],E=x.Da.width,z=x.Da.height,new ge(b,0,E,z);for(var ot=y.nodeSpacing,rt=y.rowSpacing,at=Na(y)===270,ht=0,gt=0,mt=0,yt=0;yt<tt;yt++)if(!(yt%2!==0||1<tt&&yt===tt-1)){var St=x[yt],Lt=St.Da,Bt=ht===0?0:rt;if(at){var Ft=a.computeBusNodeSpacing(St)-ot;mt-=Bt+Lt.height,St.S.h(b-(Lt.width+Ft),mt),E=Math.max(E,Lt.width+Ft),z=Math.max(z,Math.abs(mt))}else Ft=a.computeBusNodeSpacing(St)-ot,gt-=Bt+Lt.width,St.S.h(gt,b-(Lt.height+Ft)),z=Math.max(z,Lt.height+Ft),E=Math.max(E,Math.abs(gt));ht++}for(ht=0,St=gt,yt=mt,at?(gt=b+ot,mt=0):(gt=0,mt=b+ot),Lt=0;Lt<tt;Lt++)if(Lt%2!==0){Bt=x[Lt],Ft=Bt.Da;var zt=ht===0?0:rt;if(at){var Ht=a.computeBusNodeSpacing(Bt)-ot;mt-=zt+Ft.height,Bt.S.h(gt+Ht,mt),E=Math.max(E,gt+Ft.width+Ht),z=Math.max(z,Math.abs(mt))}else Ht=a.computeBusNodeSpacing(Bt)-ot,gt-=zt+Ft.width,Bt.S.h(gt,mt+Ht),z=Math.max(z,mt+Ft.height+Ht),E=Math.max(E,Math.abs(gt));ht++}for(1<tt&&tt%2===1&&(rt=x[tt-1],ht=rt.Da,a=a.computeBusLastRowSpacing(rt,at?Math.max(Math.abs(yt),Math.abs(mt)):Math.max(Math.abs(St),Math.abs(gt))),at?(rt.S.h(b+ot/2-rt.focus.x-rt.la.x,-z-ht.height-a),gt=b+ot/2-rt.focus.x-rt.la.x,E=Math.max(E,gt+ht.width),0>gt&&(E-=gt),z=Math.max(z,Math.abs(Math.min(yt,mt))+a+ht.height),0>rt.S.x&&(b=F0(y,rt.S.x,!1,b,ot))):(rt.S.h(-E-ht.width-a,b+ot/2-rt.focus.y-rt.la.y),E=Math.max(E,Math.abs(Math.min(St,gt))+a+ht.width),mt=b+ot/2-rt.focus.y-rt.la.y,z=Math.max(z,mt+ht.height),0>mt&&(z-=mt),0>rt.S.y&&(b=F0(y,rt.S.y,!0,b,ot)))),y=0;y<tt;y++)ot=x[y],at?ot.S.h(ot.S.x,ot.S.y+z):ot.S.h(ot.S.x+E,ot.S.y);return new ge(b,0,E,z)}Kn.prototype.computeBusNodeSpacing=function(a){return a.parent===null?0:a.parent.nodeSpacing},Kn.prototype.computeBusLastRowSpacing=function(a){return a.parent===null?0:a.parent.rowSpacing};function F0(a,y,x,b,E){a=a.children;for(var z=a.length,tt=0;tt<z;tt++)x?a[tt].S.h(a[tt].S.x,a[tt].S.y-y):a[tt].S.h(a[tt].S.x-y,a[tt].S.y);return y=a[z-1],Math.max(b,x?y.la.y+y.focus.y-E/2:y.la.x+y.focus.x-E/2)}function Fy(a,y,x){switch(a.alignment){case pf:case Dg:return x+a.width>y&&(y=x+a.width),0>x&&(y-=x),y;case kl:return a.width>y?a.width:y;case Ml:return 2*a.focus.x>y?a.width:y+a.width-2*a.focus.x;case jh:case Tl:return Math.max(a.width,Math.max(y,x+a.width)-Math.min(0,x));case Rh:return a.width-a.focus.x+a.nodeSpacing/2+y;case Ql:return Math.max(a.width,a.focus.x+a.nodeSpacing/2+y);default:return y}}function by(a,y,x){switch(a.alignment){case pf:case Dg:return x+a.height>y&&(y=x+a.height),0>x&&(y-=x),y;case kl:return a.height>y?a.height:y;case Ml:return 2*a.focus.y>y?a.height:y+a.height-2*a.focus.y;case jh:case Tl:return Math.max(a.height,Math.max(y,x+a.height)-Math.min(0,x));case Rh:return a.height-a.focus.y+a.nodeSpacing/2+y;case Ql:return Math.max(a.height,a.focus.y+a.nodeSpacing/2+y);default:return y}}function Ey(a,y,x){switch(a){case Dg:y/=2,x/=2;break;case pf:y/=2,x/=2;break;case kl:x=y=0;break;case Ml:break;default:se("Unhandled alignment value "+a.toString())}return new It(y,x)}function yd(a,y,x,b,E,z){y=Ey(y,x,b),gf(a,y.x,y.y,E,z)}function gf(a,y,x,b,E){if(y!==0||x!==0)for(a=a.children;b<=E;b++){var z=a[b].S;z.x+=y,z.y+=x}}function b0(a,y,x,b){var E=y.parent;switch(a.ud){case Ll:for(a=y.sourceEdges;a.next();)y=a.value,y.fromVertex===E&&y.relativePoint.h(x,b);break;case cf:for(a=y.destinationEdges;a.next();)y=a.value,y.toVertex===E&&y.relativePoint.h(x,b);break;default:se("Unhandled path value "+a.ud.toString())}}function E0(a,y,x){for(var b=0;b<a.length;b++){var E=a[b];E.x+=y,E.y+=x}}function fx(a,y,x,b,E,z,tt,ot){var rt=Na(y),at=rt===90||rt===270,ht=y.nodeSpacing;y=b;var gt=E;b=z;var mt=tt,yt=x.Yo,St=x.kp;tt=x.Da;var Lt=at?Math.max(mt,tt.height):Math.max(b,tt.width);if((yt===null||rt!==Na(x))&&(yt=ds(a,2),St=ds(a,2),at?(yt[0].h(0,0),yt[1].h(0,tt.height),St[0].h(tt.width,0),St[1].h(St[0].x,yt[1].y)):(yt[0].h(0,0),yt[1].h(tt.width,0),St[0].h(0,tt.height),St[1].h(yt[1].x,St[0].y))),at){if(mt=9999999,!(gt===null||2>gt.length||yt===null||2>yt.length))for(E=x=0;x<gt.length&&E<yt.length;){z=gt[x];var Bt=yt[E];rt=Bt.x,at=Bt.y,rt+=b;var Ft=z;x+1<gt.length&&(Ft=gt[x+1]);var zt=Bt;Bt=zt.x,zt=zt.y,E+1<yt.length&&(zt=yt[E+1],Bt=zt.x,zt=zt.y,Bt+=b);var Ht=mt;z.y===at?Ht=rt-z.x:z.y>at&&z.y<zt?Ht=rt+(z.y-at)/(zt-at)*(Bt-rt)-z.x:at>z.y&&at<Ft.y&&(Ht=rt-(z.x+(at-z.y)/(Ft.y-z.y)*(Ft.x-z.x))),Ht<mt&&(mt=Ht),Ft.y<=z.y?x++:zt<=at?E++:(Ft.y<=zt&&x++,zt<=Ft.y&&E++)}if(mt=b-mt,mt+=ht,x=yt,E=mt,y===null||2>y.length||x===null||2>x.length)b=null;else{for(ht=ds(a,y.length+x.length),b=z=rt=0;z<x.length&&x[z].y<y[0].y;)at=x[z++],ht[b++].h(at.x+E,at.y);for(;rt<y.length;)at=y[rt++],ht[b++].h(at.x,at.y);for(rt=y[y.length-1].y;z<x.length&&x[z].y<=rt;)z++;for(;z<x.length&&x[z].y>rt;)at=x[z++],ht[b++].h(at.x+E,at.y);for(x=ds(a,b),rt=0;rt<b;rt++)x[rt].assign(ht[rt]);Ga(a,ht),b=x}if(z=St,rt=mt,gt===null||2>gt.length||z===null||2>z.length)E=null;else{for(ht=ds(a,gt.length+z.length),E=at=x=0;x<gt.length&>[x].y<z[0].y;)Ft=gt[x++],ht[E++].h(Ft.x,Ft.y);for(;at<z.length;)Ft=z[at++],ht[E++].h(Ft.x+rt,Ft.y);for(z=z[z.length-1].y;x<gt.length&>[x].y<=z;)x++;for(;x<gt.length&>[x].y>z;)rt=gt[x++],ht[E++].h(rt.x,rt.y);for(z=ds(a,E),x=0;x<E;x++)z[x].assign(ht[x]);Ga(a,ht),E=z}return z=Math.max(0,mt)+tt.width,tt=Lt,Ga(a,y),Ga(a,yt),Ga(a,gt),Ga(a,St),ot[0]=b,ot[1]=E,new ge(mt,0,z,tt)}if(b=9999999,!(gt===null||2>gt.length||yt===null||2>yt.length))for(E=x=0;x<gt.length&&E<yt.length;)z=gt[x],Bt=yt[E],rt=Bt.x,at=Bt.y,at+=mt,Ft=z,x+1<gt.length&&(Ft=gt[x+1]),zt=Bt,Bt=zt.x,zt=zt.y,E+1<yt.length&&(zt=yt[E+1],Bt=zt.x,zt=zt.y,zt+=mt),Ht=b,z.x===rt?Ht=at-z.y:z.x>rt&&z.x<Bt?Ht=at+(z.x-rt)/(Bt-rt)*(zt-at)-z.y:rt>z.x&&rt<Ft.x&&(Ht=at-(z.y+(rt-z.x)/(Ft.x-z.x)*(Ft.y-z.y))),Ht<b&&(b=Ht),Ft.x<=z.x?x++:Bt<=rt?E++:(Ft.x<=Bt&&x++,Bt<=Ft.x&&E++);if(mt-=b,mt+=ht,x=yt,E=mt,y===null||2>y.length||x===null||2>x.length)b=null;else{for(ht=ds(a,y.length+x.length),b=z=rt=0;z<x.length&&x[z].x<y[0].x;)at=x[z++],ht[b++].h(at.x,at.y+E);for(;rt<y.length;)at=y[rt++],ht[b++].h(at.x,at.y);for(rt=y[y.length-1].x;z<x.length&&x[z].x<=rt;)z++;for(;z<x.length&&x[z].x>rt;)at=x[z++],ht[b++].h(at.x,at.y+E);for(x=ds(a,b),rt=0;rt<b;rt++)x[rt].assign(ht[rt]);Ga(a,ht),b=x}if(z=St,rt=mt,gt===null||2>gt.length||z===null||2>z.length)E=null;else{for(ht=ds(a,gt.length+z.length),E=at=x=0;x<gt.length&>[x].x<z[0].x;)Ft=gt[x++],ht[E++].h(Ft.x,Ft.y);for(;at<z.length;)Ft=z[at++],ht[E++].h(Ft.x,Ft.y+rt);for(z=z[z.length-1].x;x<gt.length&>[x].x<=z;)x++;for(;x<gt.length&>[x].x>z;)rt=gt[x++],ht[E++].h(rt.x,rt.y);for(z=ds(a,E),x=0;x<E;x++)z[x].assign(ht[x]);Ga(a,ht),E=z}return z=Lt,tt=Math.max(0,mt)+tt.height,Ga(a,y),Ga(a,yt),Ga(a,gt),Ga(a,St),ot[0]=b,ot[1]=E,new ge(mt,0,z,tt)}function ds(a,y){if(a=a.ru[y],a!==void 0&&(a=a.pop(),a!==void 0))return a;a=[];for(var x=0;x<y;x++)a[x]=new It;return a}function Ga(a,y){var x=y.length,b=a.ru[x];b===void 0&&(b=[],a.ru[x]=b),b.push(y)}Kn.prototype.arrangeTrees=function(){if(this.Rb===I0)for(var a=this.Ub.iterator;a.next();){var y=a.value;if(y instanceof ga){var x=y.node;if(x!==null){var b=x.position;x=b.x,b=b.y,isFinite(x)||(x=0),isFinite(b)||(b=0),Ay(this,y,x,b)}}}else{for(a=[],y=this.Ub.iterator;y.next();)x=y.value,x instanceof ga&&a.push(x);switch(this.sorting){case Bg:break;case Sp:a.reverse();break;case xp:a.sort(this.comparer);break;case Pp:a.sort(this.comparer),a.reverse();break;default:se("Unhandled sorting value "+this.sorting.toString())}for(x=this.arrangementOrigin,y=x.x,x=x.y,b=0;b<a.length;b++){var E=a[b];switch(Ay(this,E,y+E.la.x,x+E.la.y),this.Rb){case O0:x+=E.Da.height+this.$d.height;break;case Iy:y+=E.Da.width+this.$d.width;break;default:se("Unhandled arrangement value "+this.Rb.toString())}}}};function Ay(a,y,x,b){if(y!==null){y.x=x,y.y=b,y=y.children;for(var E=y.length,z=0;z<E;z++){var tt=y[z];Ay(a,tt,x+tt.S.x,b+tt.S.y)}}}Kn.prototype.commitLayout=function(){this.yv(),this.commitNodes(),this.Gu(),this.isRouting&&this.commitLinks()},Kn.prototype.commitNodes=function(){for(var a=this.network.vertexes.iterator;a.next();)a.value.commit();for(a.reset();a.next();)this.layoutComments(a.value)},Kn.prototype.Gu=function(){if(this.layerStyle===j0){for(var a=this.$v,y=[],x=null,b=this.network.vertexes.iterator;b.next();){var E=b.value;x===null?x=E.bounds.copy():x.ed(E.bounds);var z=y[E.level];z===void 0?z=this.computeLayerSpacing(E):z=Math.max(z,this.computeLayerSpacing(E)),y[E.level]=z}for(b=0;b<y.length;b++)y[b]===void 0&&(y[b]=0);if(this.angle===90||this.angle===270?(x.Bc(this.nodeSpacing/2,this.layerSpacing),b=new It(-this.nodeSpacing/2,-this.layerSpacing/2)):(x.Bc(this.layerSpacing,this.nodeSpacing/2),b=new It(-this.layerSpacing/2,-this.nodeSpacing/2)),E=[],x=this.angle===90||this.angle===270?x.width:x.height,z=0,this.angle===180||this.angle===270)for(var tt=0;tt<a.length;tt++)z+=a[tt]+y[tt];for(tt=0;tt<a.length;tt++){var ot=a[tt]+y[tt];this.angle===270?(z-=ot,E.push(new ge(0,z,x,ot))):this.angle===90?(E.push(new ge(0,z,x,ot)),z+=ot):this.angle===180?(z-=ot,E.push(new ge(z,0,ot,x))):(E.push(new ge(z,0,ot,x)),z+=ot)}this.commitLayers(E,b)}},Kn.prototype.commitLayers=function(){},Kn.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()},Kn.prototype.yv=function(){for(var a=this.Ub.iterator;a.next();){var y=a.value;y instanceof ga&&gx(this,y)}};function gx(a,y){if(y!==null){a.setPortSpots(y),y=y.children;for(var x=y.length,b=0;b<x;b++)gx(a,y[b])}}Kn.prototype.setPortSpots=function(a){var y=a.alignment;if(Nu(y)){var x=this.ud===Ll,b=Na(a);switch(b){case 0:var E=Tr;break;case 90:E=qr;break;case 180:E=ys;break;default:E=vs}var z=a.children,tt=z.length;switch(y){case jh:case Tl:for(y=0;y<tt;y++){var ot=z[y];if(ot=(x?ot.sourceEdges:ot.destinationEdges).first(),ot!==null&&(ot=ot.link,ot!==null)){var rt=b===90||b===270?ys:vs;if(tt===1||y===tt-1&&tt%2===1)switch(b){case 0:rt=ys;break;case 90:rt=vs;break;case 180:rt=Tr;break;default:rt=qr}else y%2===0&&(rt=b===90||b===270?Tr:qr);x?(a.setsPortSpot&&(ot.fromSpot=E),a.setsChildPortSpot&&(ot.toSpot=rt)):(a.setsPortSpot&&(ot.fromSpot=rt),a.setsChildPortSpot&&(ot.toSpot=E))}}break;case Rh:for(b=b===90||b===270?Tr:qr,z=x?a.destinationEdges:a.sourceEdges;z.next();)tt=z.value.link,tt!==null&&(x?(a.setsPortSpot&&(tt.fromSpot=E),a.setsChildPortSpot&&(tt.toSpot=b)):(a.setsPortSpot&&(tt.fromSpot=b),a.setsChildPortSpot&&(tt.toSpot=E)));break;case Ql:for(b=b===90||b===270?ys:vs,z=x?a.destinationEdges:a.sourceEdges;z.next();)tt=z.value.link,tt!==null&&(x?(a.setsPortSpot&&(tt.fromSpot=E),a.setsChildPortSpot&&(tt.toSpot=b)):(a.setsPortSpot&&(tt.fromSpot=b),a.setsChildPortSpot&&(tt.toSpot=E)))}}else if(x=Na(a),this.ud===Ll){for(E=a.destinationEdges;E.next();)if(b=E.value.link,b!==null){if(a.setsPortSpot)if(a.portSpot.Xb())switch(x){case 0:b.fromSpot=Tr;break;case 90:b.fromSpot=qr;break;case 180:b.fromSpot=ys;break;default:b.fromSpot=vs}else b.fromSpot=a.portSpot;if(a.setsChildPortSpot)if(a.childPortSpot.Xb())switch(x){case 0:b.toSpot=ys;break;case 90:b.toSpot=vs;break;case 180:b.toSpot=Tr;break;default:b.toSpot=qr}else b.toSpot=a.childPortSpot}}else for(E=a.sourceEdges;E.next();)if(b=E.value.link,b!==null){if(a.setsPortSpot)if(a.portSpot.Xb())switch(x){case 0:b.toSpot=Tr;break;case 90:b.toSpot=qr;break;case 180:b.toSpot=ys;break;default:b.toSpot=vs}else b.toSpot=a.portSpot;if(a.setsChildPortSpot)if(a.childPortSpot.Xb())switch(x){case 0:b.fromSpot=ys;break;case 90:b.fromSpot=vs;break;case 180:b.fromSpot=Tr;break;default:b.fromSpot=qr}else b.fromSpot=a.childPortSpot}};function Na(a){return a=a.angle,45>=a?0:135>=a?90:225>=a?180:315>=a?270:0}Kn.prototype.computeLayerSpacing=function(a){var y=Na(a);y=y===90||y===270;var x=a.layerSpacing;if(0<a.layerSpacingParentOverlap){var b=Math.min(1,a.layerSpacingParentOverlap);x-=y?a.height*b:a.width*b}return x<(y?-a.height:-a.width)&&(x=y?-a.height:-a.width),x},Kn.prototype.computeNodeIndent=function(a){var y=Na(a),x=a.nodeIndent;if(0<a.nodeIndentPastParent){var b=Math.min(1,a.nodeIndentPastParent);x+=y===90||y===270?a.width*b:a.height*b}return x=Math.max(0,x)},be.Object.defineProperties(Kn.prototype,{roots:{get:function(){return this.Ub},set:function(a){this.Ub!==a&&(this.Ub=a,this.C())}},path:{get:function(){return this.Wn},set:function(a){this.Wn!==a&&(this.Wn=a,this.C())}},treeStyle:{get:function(){return this.vo},set:function(a){this.Rb===a||a!==D0&&a!==Dy&&a!==By&&a!==Oy||(this.vo=a,this.C())}},layerStyle:{get:function(){return this.Bq},set:function(a){this.Rb===a||a!==jy&&a!==Ry&&a!==j0||(this.Bq=a,this.C())}},comments:{get:function(){return this.td},set:function(a){this.td!==a&&(this.td=a,this.C())}},arrangement:{get:function(){return this.Rb},set:function(a){this.Rb===a||a!==O0&&a!==Iy&&a!==I0||(this.Rb=a,this.C())}},arrangementSpacing:{get:function(){return this.$d},set:function(a){this.$d.D(a)||(this.$d.assign(a),this.C())}},rootDefaults:{get:function(){return this.W},set:function(a){this.W!==a&&(this.W=a,this.C())}},alternateDefaults:{get:function(){return this.Y},set:function(a){this.Y!==a&&(this.Y=a,this.C())}},sorting:{get:function(){return this.W.sorting},set:function(a){this.W.sorting===a||a!==Bg&&a!==Sp&&a!==xp&&!Pp||(this.W.sorting=a,this.C())}},comparer:{get:function(){return this.W.comparer},set:function(a){this.W.comparer!==a&&(this.W.comparer=a,this.C())}},angle:{get:function(){return this.W.angle},set:function(a){this.W.angle!==a&&(a===0||a===90||a===180||a===270?(this.W.angle=a,this.C()):se("TreeLayout.angle must be 0, 90, 180, or 270"))}},alignment:{get:function(){return this.W.alignment},set:function(a){this.W.alignment!==a&&(this.W.alignment=a,this.C())}},nodeIndent:{get:function(){return this.W.nodeIndent},set:function(a){this.W.nodeIndent!==a&&0<=a&&(this.W.nodeIndent=a,this.C())}},nodeIndentPastParent:{get:function(){return this.W.nodeIndentPastParent},set:function(a){this.W.nodeIndentPastParent!==a&&0<=a&&1>=a&&(this.W.nodeIndentPastParent=a,this.C())}},nodeSpacing:{get:function(){return this.W.nodeSpacing},set:function(a){this.W.nodeSpacing!==a&&(this.W.nodeSpacing=a,this.C())}},layerSpacing:{get:function(){return this.W.layerSpacing},set:function(a){this.W.layerSpacing!==a&&(this.W.layerSpacing=a,this.C())}},layerSpacingParentOverlap:{get:function(){return this.W.layerSpacingParentOverlap},set:function(a){this.W.layerSpacingParentOverlap!==a&&0<=a&&1>=a&&(this.W.layerSpacingParentOverlap=a,this.C())}},compaction:{get:function(){return this.W.compaction},set:function(a){this.W.compaction===a||a!==B0&&a!==wp||(this.W.compaction=a,this.C())}},breadthLimit:{get:function(){return this.W.breadthLimit},set:function(a){this.W.breadthLimit!==a&&0<=a&&(this.W.breadthLimit=a,this.C())}},rowSpacing:{get:function(){return this.W.rowSpacing},set:function(a){this.W.rowSpacing!==a&&(this.W.rowSpacing=a,this.C())}},rowIndent:{get:function(){return this.W.rowIndent},set:function(a){this.W.rowIndent!==a&&0<=a&&(this.W.rowIndent=a,this.C())}},commentSpacing:{get:function(){return this.W.commentSpacing},set:function(a){this.W.commentSpacing!==a&&(this.W.commentSpacing=a,this.C())}},commentMargin:{get:function(){return this.W.commentMargin},set:function(a){this.W.commentMargin!==a&&(this.W.commentMargin=a,this.C())}},setsPortSpot:{get:function(){return this.W.setsPortSpot},set:function(a){this.W.setsPortSpot!==a&&(this.W.setsPortSpot=a,this.C())}},portSpot:{get:function(){return this.W.portSpot},set:function(a){this.W.portSpot.D(a)||(this.W.portSpot=a,this.C())}},setsChildPortSpot:{get:function(){return this.W.setsChildPortSpot},set:function(a){this.W.setsChildPortSpot!==a&&(this.W.setsChildPortSpot=a,this.C())}},childPortSpot:{get:function(){return this.W.childPortSpot},set:function(a){this.W.childPortSpot.D(a)||(this.W.childPortSpot=a,this.C())}},alternateSorting:{get:function(){return this.Y.sorting},set:function(a){this.Y.sorting===a||a!==Bg&&a!==Sp&&a!==xp&&!Pp||(this.Y.sorting=a,this.C())}},alternateComparer:{get:function(){return this.Y.comparer},set:function(a){this.Y.comparer!==a&&(this.Y.comparer=a,this.C())}},alternateAngle:{get:function(){return this.Y.angle},set:function(a){this.Y.angle===a||a!==0&&a!==90&&a!==180&&a!==270||(this.Y.angle=a,this.C())}},alternateAlignment:{get:function(){return this.Y.alignment},set:function(a){this.Y.alignment!==a&&(this.Y.alignment=a,this.C())}},alternateNodeIndent:{get:function(){return this.Y.nodeIndent},set:function(a){this.Y.nodeIndent!==a&&0<=a&&(this.Y.nodeIndent=a,this.C())}},alternateNodeIndentPastParent:{get:function(){return this.Y.nodeIndentPastParent},set:function(a){this.Y.nodeIndentPastParent!==a&&0<=a&&1>=a&&(this.Y.nodeIndentPastParent=a,this.C())}},alternateNodeSpacing:{get:function(){return this.Y.nodeSpacing},set:function(a){this.Y.nodeSpacing!==a&&(this.Y.nodeSpacing=a,this.C())}},alternateLayerSpacing:{get:function(){return this.Y.layerSpacing},set:function(a){this.Y.layerSpacing!==a&&(this.Y.layerSpacing=a,this.C())}},alternateLayerSpacingParentOverlap:{get:function(){return this.Y.layerSpacingParentOverlap},set:function(a){this.Y.layerSpacingParentOverlap!==a&&0<=a&&1>=a&&(this.Y.layerSpacingParentOverlap=a,this.C())}},alternateCompaction:{get:function(){return this.Y.compaction},set:function(a){this.Y.compaction===a||a!==B0&&a!==wp||(this.Y.compaction=a,this.C())}},alternateBreadthLimit:{get:function(){return this.Y.breadthLimit},set:function(a){this.Y.breadthLimit!==a&&0<=a&&(this.Y.breadthLimit=a,this.C())}},alternateRowSpacing:{get:function(){return this.Y.rowSpacing},set:function(a){this.Y.rowSpacing!==a&&(this.Y.rowSpacing=a,this.C())}},alternateRowIndent:{get:function(){return this.Y.rowIndent},set:function(a){this.Y.rowIndent!==a&&0<=a&&(this.Y.rowIndent=a,this.C())}},alternateCommentSpacing:{get:function(){return this.Y.commentSpacing},set:function(a){this.Y.commentSpacing!==a&&(this.Y.commentSpacing=a,this.C())}},alternateCommentMargin:{get:function(){return this.Y.commentMargin},set:function(a){this.Y.commentMargin!==a&&(this.Y.commentMargin=a,this.C())}},alternateSetsPortSpot:{get:function(){return this.Y.setsPortSpot},set:function(a){this.Y.setsPortSpot!==a&&(this.Y.setsPortSpot=a,this.C())}},alternatePortSpot:{get:function(){return this.Y.portSpot},set:function(a){this.Y.portSpot.D(a)||(this.Y.portSpot=a,this.C())}},alternateSetsChildPortSpot:{get:function(){return this.Y.setsChildPortSpot},set:function(a){this.Y.setsChildPortSpot!==a&&(this.Y.setsChildPortSpot=a,this.C())}},alternateChildPortSpot:{get:function(){return this.Y.childPortSpot},set:function(a){this.Y.childPortSpot.D(a)||(this.Y.childPortSpot=a,this.C())}}});var A0=new he(Kn,"PathDefault",-1),Ll=new he(Kn,"PathDestination",0),cf=new he(Kn,"PathSource",1),Bg=new he(Kn,"SortingForwards",10),Sp=new he(Kn,"SortingReverse",11),xp=new he(Kn,"SortingAscending",12),Pp=new he(Kn,"SortingDescending",13),Dg=new he(Kn,"AlignmentCenterSubtrees",20),pf=new he(Kn,"AlignmentCenterChildren",21),kl=new he(Kn,"AlignmentStart",22),Ml=new he(Kn,"AlignmentEnd",23),jh=new he(Kn,"AlignmentBus",24),Tl=new he(Kn,"AlignmentBusBranching",25),Rh=new he(Kn,"AlignmentTopLeftBus",26),Ql=new he(Kn,"AlignmentBottomRightBus",27),B0=new he(Kn,"CompactionNone",30),wp=new he(Kn,"CompactionBlock",31),D0=new he(Kn,"StyleLayered",40),By=new he(Kn,"StyleLastParents",41),Dy=new he(Kn,"StyleAlternating",42),Oy=new he(Kn,"StyleRootOnly",43),O0=new he(Kn,"ArrangementVertical",50),Iy=new he(Kn,"ArrangementHorizontal",51),I0=new he(Kn,"ArrangementFixedRoots",52),jy=new he(Kn,"LayerIndividual",60),Ry=new he(Kn,"LayerSiblings",61),j0=new he(Kn,"LayerUniform",62);Kn.className="TreeLayout",Kn.PathDefault=A0,Kn.PathDestination=Ll,Kn.PathSource=cf,Kn.SortingForwards=Bg,Kn.SortingReverse=Sp,Kn.SortingAscending=xp,Kn.SortingDescending=Pp,Kn.AlignmentCenterSubtrees=Dg,Kn.AlignmentCenterChildren=pf,Kn.AlignmentStart=kl,Kn.AlignmentEnd=Ml,Kn.AlignmentBus=jh,Kn.AlignmentBusBranching=Tl,Kn.AlignmentTopLeftBus=Rh,Kn.AlignmentBottomRightBus=Ql,Kn.CompactionNone=B0,Kn.CompactionBlock=wp,Kn.StyleLayered=D0,Kn.StyleLastParents=By,Kn.StyleAlternating=Dy,Kn.StyleRootOnly=Oy,Kn.ArrangementVertical=O0,Kn.ArrangementHorizontal=Iy,Kn.ArrangementFixedRoots=I0,Kn.LayerIndividual=jy,Kn.LayerSiblings=Ry,Kn.LayerUniform=j0;function mf(a){bi.call(this,a)}re(mf,bi),mf.prototype.createVertex=function(){return new ga(this)},mf.prototype.createEdge=function(){return new Og(this)},mf.className="TreeNetwork";function ga(a){Do.call(this,a),this.V=!1,this.hb=null,this.u=[],this.nb=this.Ha=this.F=this.ia=0,this.td=null,this.S=new It(0,0),this.Da=new Ye(0,0),this.la=new It(0,0),this.im=this.hm=this.qA=!1,this.kp=this.Yo=null,this.nd=Bg,this.hd=oy,this.Kb=0,this.Jb=pf,this.Vq=this.Uq=0,this.Wq=20,this.ie=50,this.Aq=0,this.Hp=wp,this.Ap=0,this.nr=25,this.Gp=this.mr=10,this.Fp=20,this.xr=!0,this.dr=cr,this.wr=!0,this.Dp=cr}re(ga,Do),ga.prototype.copyInheritedPropertiesFrom=function(a){a!==null&&(this.nd=a.sorting,this.hd=a.comparer,this.Kb=a.angle,this.Jb=a.alignment,this.Uq=a.nodeIndent,this.Vq=a.nodeIndentPastParent,this.Wq=a.nodeSpacing,this.ie=a.layerSpacing,this.Aq=a.layerSpacingParentOverlap,this.Hp=a.compaction,this.Ap=a.breadthLimit,this.nr=a.rowSpacing,this.mr=a.rowIndent,this.Gp=a.commentSpacing,this.Fp=a.commentMargin,this.xr=a.setsPortSpot,this.dr=a.portSpot,this.wr=a.setsChildPortSpot,this.Dp=a.childPortSpot)},be.Object.defineProperties(ga.prototype,{initialized:{get:function(){return this.V},set:function(a){this.V!==a&&(this.V=a)}},parent:{get:function(){return this.hb},set:function(a){this.hb!==a&&(this.hb=a)}},children:{get:function(){return this.u},set:function(a){if(this.u!==a){if(a!==null)for(var y=a.length,x=0;x<y;x++);this.u=a}}},level:{get:function(){return this.ia},set:function(a){this.ia!==a&&(this.ia=a)}},descendantCount:{get:function(){return this.F},set:function(a){this.F!==a&&(this.F=a)}},maxChildrenCount:{get:function(){return this.Ha},set:function(a){this.Ha!==a&&(this.Ha=a)}},maxGenerationCount:{get:function(){return this.nb},set:function(a){this.nb!==a&&(this.nb=a)}},comments:{get:function(){return this.td},set:function(a){if(this.td!==a){if(a!==null)for(var y=a.length,x=0;x<y;x++);this.td=a}}},sorting:{get:function(){return this.nd},set:function(a){this.nd!==a&&(this.nd=a)}},comparer:{get:function(){return this.hd},set:function(a){this.hd!==a&&(this.hd=a)}},angle:{get:function(){return this.Kb},set:function(a){this.Kb!==a&&(this.Kb=a)}},alignment:{get:function(){return this.Jb},set:function(a){this.Jb!==a&&(this.Jb=a)}},nodeIndent:{get:function(){return this.Uq},set:function(a){this.Uq!==a&&(this.Uq=a)}},nodeIndentPastParent:{get:function(){return this.Vq},set:function(a){this.Vq!==a&&(this.Vq=a)}},nodeSpacing:{get:function(){return this.Wq},set:function(a){this.Wq!==a&&(this.Wq=a)}},layerSpacing:{get:function(){return this.ie},set:function(a){this.ie!==a&&(this.ie=a)}},layerSpacingParentOverlap:{get:function(){return this.Aq},set:function(a){this.Aq!==a&&(this.Aq=a)}},compaction:{get:function(){return this.Hp},set:function(a){this.Hp!==a&&(this.Hp=a)}},breadthLimit:{get:function(){return this.Ap},set:function(a){this.Ap!==a&&(this.Ap=a)}},rowSpacing:{get:function(){return this.nr},set:function(a){this.nr!==a&&(this.nr=a)}},rowIndent:{get:function(){return this.mr},set:function(a){this.mr!==a&&(this.mr=a)}},commentSpacing:{get:function(){return this.Gp},set:function(a){this.Gp!==a&&(this.Gp=a)}},commentMargin:{get:function(){return this.Fp},set:function(a){this.Fp!==a&&(this.Fp=a)}},setsPortSpot:{get:function(){return this.xr},set:function(a){this.xr!==a&&(this.xr=a)}},portSpot:{get:function(){return this.dr},set:function(a){this.dr.D(a)||(this.dr=a)}},setsChildPortSpot:{get:function(){return this.wr},set:function(a){this.wr!==a&&(this.wr=a)}},childPortSpot:{get:function(){return this.Dp},set:function(a){this.Dp.D(a)||(this.Dp=a)}},childrenCount:{get:function(){return this.children.length}},relativePosition:{get:function(){return this.S},set:function(a){this.S.set(a)}},subtreeSize:{get:function(){return this.Da},set:function(a){this.Da.set(a)}},subtreeOffset:{get:function(){return this.la},set:function(a){this.la.set(a)}}}),ga.className="TreeVertex";function Og(a){Ls.call(this,a),this.$t=new It(0,0)}re(Og,Ls),Og.prototype.commit=function(){var a=this.link;if(a!==null&&!a.isAvoiding){var y=this.network.layout,x=null,b=null;switch(y.ud){case Ll:x=this.fromVertex,b=this.toVertex;break;case cf:x=this.toVertex,b=this.fromVertex;break;default:se("Unhandled path value "+y.ud.toString())}if(x!==null&&b!==null){var E=this.$t;if(E.x!==0||E.y!==0||x.qA){b=x.bounds;var z=Na(x),tt=y.computeLayerSpacing(x),ot=x.rowSpacing;a.vg();var rt=a.curve===Rs,at=a.isOrthogonal,ht;if(a.uh(),at||rt){for(ht=2;4<a.pointsCount;)a.pv(2);var gt=a.i(1),mt=a.i(2)}else{for(ht=1;3<a.pointsCount;)a.pv(1);gt=a.i(0),mt=a.i(a.pointsCount-1)}var yt=a.i(a.pointsCount-1);z===0?(x.alignment===Ml?(z=b.bottom+E.y,E.y===0&>.y>yt.y+x.rowIndent&&(z=Math.min(z,Math.max(gt.y,z-y.computeNodeIndent(x))))):x.alignment===kl?(z=b.top+E.y,E.y===0&>.y<yt.y-x.rowIndent&&(z=Math.max(z,Math.min(gt.y,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?b.top-x.la.y+E.y:b.y+b.height/2+E.y,rt?(a.m(ht,gt.x,z),ht++,a.m(ht,b.right+tt,z),ht++,a.m(ht,b.right+tt+(E.x-ot)/3,z),ht++,a.m(ht,b.right+tt+2*(E.x-ot)/3,z),ht++,a.m(ht,b.right+tt+(E.x-ot),z),ht++,a.m(ht,mt.x,z)):(at&&(a.m(ht,b.right+tt/2,gt.y),ht++),a.m(ht,b.right+tt/2,z),ht++,a.m(ht,b.right+tt+E.x-(at?ot/2:ot),z),ht++,at&&a.m(ht,a.i(ht-1).x,mt.y))):z===90?(x.alignment===Ml?(z=b.right+E.x,E.x===0&>.x>yt.x+x.rowIndent&&(z=Math.min(z,Math.max(gt.x,z-y.computeNodeIndent(x))))):x.alignment===kl?(z=b.left+E.x,E.x===0&>.x<yt.x-x.rowIndent&&(z=Math.max(z,Math.min(gt.x,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?b.left-x.la.x+E.x:b.x+b.width/2+E.x,rt?(a.m(ht,z,gt.y),ht++,a.m(ht,z,b.bottom+tt),ht++,a.m(ht,z,b.bottom+tt+(E.y-ot)/3),ht++,a.m(ht,z,b.bottom+tt+2*(E.y-ot)/3),ht++,a.m(ht,z,b.bottom+tt+(E.y-ot)),ht++,a.m(ht,z,mt.y)):(at&&(a.m(ht,gt.x,b.bottom+tt/2),ht++),a.m(ht,z,b.bottom+tt/2),ht++,a.m(ht,z,b.bottom+tt+E.y-(at?ot/2:ot)),ht++,at&&a.m(ht,mt.x,a.i(ht-1).y))):z===180?(x.alignment===Ml?(z=b.bottom+E.y,E.y===0&>.y>yt.y+x.rowIndent&&(z=Math.min(z,Math.max(gt.y,z-y.computeNodeIndent(x))))):x.alignment===kl?(z=b.top+E.y,E.y===0&>.y<yt.y-x.rowIndent&&(z=Math.max(z,Math.min(gt.y,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?b.top-x.la.y+E.y:b.y+b.height/2+E.y,rt?(a.m(ht,gt.x,z),ht++,a.m(ht,b.left-tt,z),ht++,a.m(ht,b.left-tt+(E.x+ot)/3,z),ht++,a.m(ht,b.left-tt+2*(E.x+ot)/3,z),ht++,a.m(ht,b.left-tt+(E.x+ot),z),ht++,a.m(ht,mt.x,z)):(at&&(a.m(ht,b.left-tt/2,gt.y),ht++),a.m(ht,b.left-tt/2,z),ht++,a.m(ht,b.left-tt+E.x+(at?ot/2:ot),z),ht++,at&&a.m(ht,a.i(ht-1).x,mt.y))):z===270?(x.alignment===Ml?(z=b.right+E.x,E.x===0&>.x>yt.x+x.rowIndent&&(z=Math.min(z,Math.max(gt.x,z-y.computeNodeIndent(x))))):x.alignment===kl?(z=b.left+E.x,E.x===0&>.x<yt.x-x.rowIndent&&(z=Math.max(z,Math.min(gt.x,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?b.left-x.la.x+E.x:b.x+b.width/2+E.x,rt?(a.m(ht,z,gt.y),ht++,a.m(ht,z,b.top-tt),ht++,a.m(ht,z,b.top-tt+(E.y+ot)/3),ht++,a.m(ht,z,b.top-tt+2*(E.y+ot)/3),ht++,a.m(ht,z,b.top-tt+(E.y+ot)),ht++,a.m(ht,z,mt.y)):(at&&(a.m(ht,gt.x,b.top-tt/2),ht++),a.m(ht,z,b.top-tt/2),ht++,a.m(ht,z,b.top-tt+E.y+(at?ot/2:ot)),ht++,at&&a.m(ht,mt.x,a.i(ht-1).y))):se("Invalid angle "+z),a.zf()}else E=b,a=this.link,b=this.network.layout,y=Na(x),y!==Na(E)&&(tt=b.computeLayerSpacing(x),ot=x.bounds,x=E.bounds,y===0&&x.left-ot.right<tt+1||y===90&&x.top-ot.bottom<tt+1||y===180&&ot.left-x.right<tt+1||y===270&&ot.top-x.bottom<tt+1||(a.vg(),x=a.curve===Rs,E=a.isOrthogonal,b=Nu(this.fromVertex.alignment),a.uh(),y===0?(y=ot.right+tt/2,x?a.pointsCount===4&&(x=a.i(3).y,a.L(1,y-20,a.i(1).y),a.m(2,y-20,x),a.m(3,y,x),a.m(4,y+20,x),a.L(5,a.i(5).x,x)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,y,a.i(2).y),a.L(3,y,a.i(3).y)):a.pointsCount===4?a.m(2,y,a.i(2).y):a.pointsCount===3?a.L(1,y,a.i(2).y):a.pointsCount===2&&a.m(1,y,a.i(1).y)):y===90?(y=ot.bottom+tt/2,x?a.pointsCount===4&&(x=a.i(3).x,a.L(1,a.i(1).x,y-20),a.m(2,x,y-20),a.m(3,x,y),a.m(4,x,y+20),a.L(5,x,a.i(5).y)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,a.i(2).x,y),a.L(3,a.i(3).x,y)):a.pointsCount===4?a.m(2,a.i(2).x,y):a.pointsCount===3?a.L(1,a.i(2).x,y):a.pointsCount===2&&a.m(1,a.i(1).x,y)):y===180?(y=ot.left-tt/2,x?a.pointsCount===4&&(x=a.i(3).y,a.L(1,y+20,a.i(1).y),a.m(2,y+20,x),a.m(3,y,x),a.m(4,y-20,x),a.L(5,a.i(5).x,x)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,y,a.i(2).y),a.L(3,y,a.i(3).y)):a.pointsCount===4?a.m(2,y,a.i(2).y):a.pointsCount===3?a.L(1,y,a.i(2).y):a.pointsCount===2&&a.m(1,y,a.i(1).y)):y===270&&(y=ot.top-tt/2,x?a.pointsCount===4&&(x=a.i(3).x,a.L(1,a.i(1).x,y+20),a.m(2,x,y+20),a.m(3,x,y),a.m(4,x,y-20),a.L(5,x,a.i(5).y)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,a.i(2).x,y),a.L(3,a.i(3).x,y)):a.pointsCount===4?a.m(2,a.i(2).x,y):a.pointsCount===3?a.L(1,a.i(2).x,y):a.pointsCount===2&&a.m(1,a.i(1).x,y)),a.zf()))}}},be.Object.defineProperties(Og.prototype,{fromVertex:{get:function(){return this.kd},set:function(a){this.kd!==a&&(this.kd=a)}},toVertex:{get:function(){return this.qd},set:function(a){this.qd!==a&&(this.qd=a)}},relativePoint:{get:function(){return this.$t},set:function(a){this.$t.set(a)}}}),Og.className="TreeEdge",Vi.prototype.initializeStandardTools=function(){this.gb("Action",new sa,this.mouseDownTools),this.gb("Relinking",new Bs,this.mouseDownTools),this.gb("LinkReshaping",new So,this.mouseDownTools),this.gb("Rotating",new zr,this.mouseDownTools),this.gb("Resizing",new xr,this.mouseDownTools),this.gb("Linking",new Rr,this.mouseMoveTools),this.gb("Dragging",new Ji,this.mouseMoveTools),this.gb("DragSelecting",new Ks,this.mouseMoveTools),this.gb("Panning",new mr,this.mouseMoveTools),this.gb("ContextMenu",new Gr,this.mouseUpTools),this.gb("TextEditing",new Ii,this.mouseUpTools),this.gb("ClickCreating",new yh,this.mouseUpTools),this.gb("ClickSelecting",new eu,this.mouseUpTools)},qa("Horizontal",new fm),qa("Spot",new cm),qa("Table",new mm),qa("Viewbox",new Sm),qa("TableRow",new vm),qa("TableColumn",new ym),qa("Graduated",new Rc),qa("Grid",new jc),og.add("GraphLinksModel",Ko),og.add("TreeModel",ea);var R0=ce.go,zy={get licenseKey(){return ne.licenseKey},set licenseKey(a){ne.licenseKey=a},get version(){return ne.version},Group:En,EnumValue:he,List:Oe,Set:Ge,Map:yn,Point:It,Size:Ye,Rect:ge,Margin:Gn,Spot:vn,Geometry:Ie,PathFigure:Ro,PathSegment:ui,InputEvent:Nr,DiagramEvent:hh,ChangedEvent:Xi,Model:rn,GraphLinksModel:ii,TreeModel:Xr,Binding:Po,Transaction:_o,UndoManager:Zi,CommandHandler:At,Tool:li,DraggingTool:Ji,DraggingInfo:Yl,DraggingOptions:st,LinkingBaseTool:ao,LinkingTool:Rr,RelinkingTool:Bs,LinkReshapingTool:So,ResizingTool:xr,RotatingTool:zr,ClickSelectingTool:eu,ActionTool:sa,ClickCreatingTool:yh,HTMLInfo:Xa,ContextMenuTool:Gr,DragSelectingTool:Ks,PanningTool:mr,TextEditingTool:Ii,ToolManager:Vi,Animation:vr,AnimationManager:Ps,AnimationTrigger:xa,Layer:$o,Diagram:ne,Palette:dt,Overview:ct,Brush:vi,GraphObject:Xt,Panel:Ne,RowColumnDefinition:bo,Shape:In,TextBlock:Fi,Picture:os,Part:gn,Adornment:hi,Node:Ke,Link:Ae,Placeholder:Ur,Layout:Wi,LayoutNetwork:bi,LayoutVertex:Do,LayoutEdge:Ls,GridLayout:ar,PanelLayout:Bo,CircularLayout:Qi,CircularNetwork:bg,CircularVertex:fp,CircularEdge:y0,ForceDirectedLayout:Sr,ForceDirectedNetwork:ff,ForceDirectedVertex:gp,ForceDirectedEdge:cp,LayeredDigraphLayout:Si,LayeredDigraphNetwork:Ag,LayeredDigraphVertex:ia,LayeredDigraphEdge:vp,TreeLayout:Kn,TreeNetwork:mf,TreeVertex:ga,TreeEdge:Og};typeof R0=="object"&&R0.version&&pi("WARNING: a `go` object on the root object is already defined. "+("Debug"in R0?"debug ":"")+"version: "+R0.version+", replaced with version: "+zy.version),ne.prototype.go=zy,ce.go=zy,typeof en.exports=="object"&&(en.exports=typeof Qt.g!="undefined"?Qt.g.go:self.go)}();var Rt=typeof Qt.g!="undefined"?Qt.g.go:self.go;const fe=typeof Qt.g!="undefined"?Qt.g.go:self.go,Be=fe.Group,ze=fe.EnumValue,ve=fe.List,le=fe.Set,Kt=fe.Map,Ue=fe.Point,me=fe.Size,ke=fe.Rect,Ze=fe.Margin,Te=fe.Spot,un=fe.Geometry,Nt=fe.PathFigure,et=fe.PathSegment,nt=fe.InputEvent,ft=fe.DiagramEvent,lt=fe.ChangedEvent,pt=fe.Model,vt=fe.GraphLinksModel,kt=fe.TreeModel,bt=fe.Binding,Wt=fe.Transaction,Zt=fe.UndoManager,ie=fe.CommandHandler,$t=fe.Tool,qt=fe.DraggingTool,ye=fe.DraggingInfo,oe=fe.LinkingBaseTool,xe=fe.LinkingTool,De=fe.RelinkingTool,Le=fe.LinkReshapingTool,Pn=fe.ResizingTool,cn=fe.RotatingTool,dn=fe.ClickSelectingTool,Mn=fe.ActionTool,Yt=fe.ClickCreatingTool,Dt=fe.HTMLInfo,ue=fe.ContextMenuTool,Xe=fe.DragSelectingTool,$e=fe.PanningTool,de=fe.TextEditingTool,We=fe.ToolManager,Re=fe.Animation,fn=fe.AnimationManager,Je=fe.AnimationTrigger,te=fe.Layer,pe=fe.Diagram,nn=fe.Palette,ln=fe.Overview,jt=fe.Brush,Ct=fe.GraphObject,wt=fe.Panel,Et=fe.RowColumnDefinition,Gt=fe.Shape,Mt=fe.TextBlock,Pe=fe.TextBlockMetrics,sn=fe.Picture,Qn=fe.Part,Yn=fe.Adornment,Ln=fe.Node,ti=fe.Link,pn=fe.Placeholder,$n=fe.Layout,ai=fe.LayoutNetwork,Di=fe.LayoutVertex,_n=fe.LayoutEdge,Zo=fe.GridLayout,ho=fe.PanelLayout,Ki=fe.CircularLayout,Ri=fe.CircularNetwork,Or=fe.CircularVertex,Mo=fe.CircularEdge,Pr=fe.ForceDirectedLayout,wr=fe.ForceDirectedNetwork,as=fe.ForceDirectedVertex,zi=fe.ForceDirectedEdge,va=fe.LayeredDigraphLayout,rl=fe.LayeredDigraphNetwork,sl=fe.LayeredDigraphVertex,ju=fe.LayeredDigraphEdge,El=fe.TreeLayout,Al=fe.TreeNetwork,al=fe.TreeVertex,dr=fe.TreeEdge,_e=fe.version},15979:function(en,Nn,Qt){"use strict";Qt.d(Nn,{hP:function(){return ln}});var Rt=function(jt,Ct){return(Rt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(wt,Et){wt.__proto__=Et}||function(wt,Et){for(var Gt in Et)Object.prototype.hasOwnProperty.call(Et,Gt)&&(wt[Gt]=Et[Gt])})(jt,Ct)};function fe(jt,Ct){function wt(){this.constructor=jt}Rt(jt,Ct),jt.prototype=Ct===null?Object.create(Ct):(wt.prototype=Ct.prototype,new wt)}function Be(jt,Ct,wt,Et){return new(wt||(wt=Promise))(function(Gt,Mt){function Pe(Yn){try{Qn(Et.next(Yn))}catch(Ln){Mt(Ln)}}function sn(Yn){try{Qn(Et.throw(Yn))}catch(Ln){Mt(Ln)}}function Qn(Yn){var Ln;Yn.done?Gt(Yn.value):(Ln=Yn.value,Ln instanceof wt?Ln:new wt(function(ti){ti(Ln)})).then(Pe,sn)}Qn((Et=Et.apply(jt,Ct||[])).next())})}function ze(jt,Ct){var wt,Et,Gt,Mt,Pe={label:0,sent:function(){if(1&Gt[0])throw Gt[1];return Gt[1]},trys:[],ops:[]};return Mt={next:sn(0),throw:sn(1),return:sn(2)},typeof Symbol=="function"&&(Mt[Symbol.iterator]=function(){return this}),Mt;function sn(Qn){return function(Yn){return function(Ln){if(wt)throw new TypeError("Generator is already executing.");for(;Pe;)try{if(wt=1,Et&&(Gt=2&Ln[0]?Et.return:Ln[0]?Et.throw||((Gt=Et.return)&&Gt.call(Et),0):Et.next)&&!(Gt=Gt.call(Et,Ln[1])).done)return Gt;switch(Et=0,Gt&&(Ln=[2&Ln[0],Gt.value]),Ln[0]){case 0:case 1:Gt=Ln;break;case 4:return Pe.label++,{value:Ln[1],done:!1};case 5:Pe.label++,Et=Ln[1],Ln=[0];continue;case 7:Ln=Pe.ops.pop(),Pe.trys.pop();continue;default:if(Gt=Pe.trys,!((Gt=Gt.length>0&&Gt[Gt.length-1])||Ln[0]!==6&&Ln[0]!==2)){Pe=0;continue}if(Ln[0]===3&&(!Gt||Ln[1]>Gt[0]&&Ln[1]<Gt[3])){Pe.label=Ln[1];break}if(Ln[0]===6&&Pe.label<Gt[1]){Pe.label=Gt[1],Gt=Ln;break}if(Gt&&Pe.label<Gt[2]){Pe.label=Gt[2],Pe.ops.push(Ln);break}Gt[2]&&Pe.ops.pop(),Pe.trys.pop();continue}Ln=Ct.call(jt,Pe)}catch(ti){Ln=[6,ti],Et=0}finally{wt=Gt=0}if(5&Ln[0])throw Ln[1];return{value:Ln[0]?Ln[1]:void 0,done:!0}}([Qn,Yn])}}}function ve(){for(var jt=0,Ct=0,wt=arguments.length;Ct<wt;Ct++)jt+=arguments[Ct].length;var Et=Array(jt),Gt=0;for(Ct=0;Ct<wt;Ct++)for(var Mt=arguments[Ct],Pe=0,sn=Mt.length;Pe<sn;Pe++,Gt++)Et[Gt]=Mt[Pe];return Et}var le=function(){function jt(){}return jt.createDefs=function(){return document.createElementNS("http://www.w3.org/2000/svg","defs")},jt.setAttributes=function(Ct,wt){for(var Et=0,Gt=wt;Et<Gt.length;Et++){var Mt=Gt[Et],Pe=Mt[0],sn=Mt[1];Ct.setAttribute(Pe,sn)}},jt.createRect=function(Ct,wt,Et){var Gt=document.createElementNS("http://www.w3.org/2000/svg","rect");return Gt.setAttribute("width",Ct.toString()),Gt.setAttribute("height",wt.toString()),Et&&jt.setAttributes(Gt,Et),Gt},jt.createLine=function(Ct,wt,Et,Gt,Mt){var Pe=document.createElementNS("http://www.w3.org/2000/svg","line");return Pe.setAttribute("x1",Ct.toString()),Pe.setAttribute("y1",wt.toString()),Pe.setAttribute("x2",Et.toString()),Pe.setAttribute("y2",Gt.toString()),Mt&&jt.setAttributes(Pe,Mt),Pe},jt.createPolygon=function(Ct,wt){var Et=document.createElementNS("http://www.w3.org/2000/svg","polygon");return Et.setAttribute("points",Ct),wt&&jt.setAttributes(Et,wt),Et},jt.createCircle=function(Ct,wt){var Et=document.createElementNS("http://www.w3.org/2000/svg","circle");return Et.setAttribute("cx",(Ct/2).toString()),Et.setAttribute("cy",(Ct/2).toString()),Et.setAttribute("r",Ct.toString()),wt&&jt.setAttributes(Et,wt),Et},jt.createEllipse=function(Ct,wt,Et){var Gt=document.createElementNS("http://www.w3.org/2000/svg","ellipse");return Gt.setAttribute("cx",(Ct/2).toString()),Gt.setAttribute("cy",(wt/2).toString()),Gt.setAttribute("rx",(Ct/2).toString()),Gt.setAttribute("ry",(wt/2).toString()),Et&&jt.setAttributes(Gt,Et),Gt},jt.createGroup=function(Ct){var wt=document.createElementNS("http://www.w3.org/2000/svg","g");return Ct&&jt.setAttributes(wt,Ct),wt},jt.createTransform=function(){return document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGTransform()},jt.createMarker=function(Ct,wt,Et,Gt,Mt,Pe,sn){var Qn=document.createElementNS("http://www.w3.org/2000/svg","marker");return jt.setAttributes(Qn,[["id",Ct],["orient",wt],["markerWidth",Et.toString()],["markerHeight",Gt.toString()],["refX",Mt.toString()],["refY",Pe.toString()]]),Qn.appendChild(sn),Qn},jt.createText=function(Ct){var wt=document.createElementNS("http://www.w3.org/2000/svg","text");return wt.setAttribute("x","0"),wt.setAttribute("y","0"),Ct&&jt.setAttributes(wt,Ct),wt},jt.createTSpan=function(Ct,wt){var Et=document.createElementNS("http://www.w3.org/2000/svg","tspan");return Et.textContent=Ct,wt&&jt.setAttributes(Et,wt),Et},jt.createImage=function(Ct){var wt=document.createElementNS("http://www.w3.org/2000/svg","image");return Ct&&jt.setAttributes(wt,Ct),wt},jt.createPoint=function(Ct,wt){var Et=document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGPoint();return Et.x=Ct,Et.y=wt,Et},jt.createPath=function(Ct,wt){var Et=document.createElementNS("http://www.w3.org/2000/svg","path");return Et.setAttribute("d",Ct),wt&&jt.setAttributes(Et,wt),Et},jt}(),Kt=function(){function jt(){}return jt.addKey=function(Ct){jt.key=Ct},Object.defineProperty(jt,"isLicensed",{get:function(){return!!jt.key&&new RegExp(/^MJS2-[A-Z][0-9]{3}-[A-Z][0-9]{3}-[0-9]{4}$/,"i").test(jt.key)},enumerable:!1,configurable:!0}),jt}(),Ue=function(){function jt(){this.naturalSize=!1,this.imageType="image/png",this.markersOnly=!1}return jt.prototype.rasterize=function(Ct,wt,Et){var Gt=this;return new Promise(function(Mt){var Pe=Et!==void 0?Et:document.createElement("canvas");Ct===null&&(Gt.markersOnly=!0,Gt.naturalSize=!1);var sn=document.createElementNS("http://www.w3.org/2000/svg","svg");sn.setAttribute("xmlns","http://www.w3.org/2000/svg"),sn.setAttribute("width",wt.width.baseVal.valueAsString),sn.setAttribute("height",wt.height.baseVal.valueAsString),sn.setAttribute("viewBox","0 0 "+wt.viewBox.baseVal.width.toString()+" "+wt.viewBox.baseVal.height.toString()),sn.innerHTML=wt.innerHTML,Gt.naturalSize===!0?(sn.width.baseVal.value=Ct.naturalWidth,sn.height.baseVal.value=Ct.naturalHeight):Gt.width!==void 0&&Gt.height!==void 0&&(sn.width.baseVal.value=Gt.width,sn.height.baseVal.value=Gt.height),Pe.width=sn.width.baseVal.value,Pe.height=sn.height.baseVal.value;var Qn=sn.outerHTML,Yn=Pe.getContext("2d");Gt.markersOnly!==!0&&Yn.drawImage(Ct,0,0,Pe.width,Pe.height);var Ln=window.URL,ti=new Image(Pe.width,Pe.height);ti.setAttribute("crossOrigin","anonymous");var pn=new Blob([Qn],{type:"image/svg+xml"}),$n=Ln.createObjectURL(pn);ti.onload=function(){Yn.drawImage(ti,0,0),Ln.revokeObjectURL($n);var ai=Pe.toDataURL(Gt.imageType,Gt.imageQuality);Mt(ai)},ti.src=$n})},jt}(),me=function(){},ke=function(){function jt(Ct){this._classNamePrefixBase="__markerjs2_",this.classes=[],this.rules=[],this.settings=this.defaultSettings,this._classNamePrefix=this._classNamePrefixBase+"_"+Ct+"_"}return Object.defineProperty(jt.prototype,"classNamePrefixBase",{get:function(){return this._classNamePrefixBase},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"classNamePrefix",{get:function(){return this._classNamePrefix},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"defaultSettings",{get:function(){return{canvasBackgroundColor:"#ffffff",toolbarBackgroundColor:"#111111",toolbarBackgroundHoverColor:"#333333",toolbarColor:"#eeeeee",toolbarHeight:40,toolboxColor:"#eeeeee",toolboxAccentColor:"#3080c3",undoButtonVisible:!0,redoButtonVisible:!1,zoomButtonVisible:!1,zoomOutButtonVisible:!1,clearButtonVisible:!1,resultButtonBlockVisible:!0,logoPosition:"left"}},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"fadeInAnimationClassName",{get:function(){return this.classNamePrefix+"fade_in"},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"fadeOutAnimationClassName",{get:function(){return this.classNamePrefix+"fade_out"},enumerable:!1,configurable:!0}),jt.prototype.addClass=function(Ct){return this.styleSheet===void 0&&this.addStyleSheet(),Ct.name=""+this.classNamePrefix+Ct.localName,this.classes.push(Ct),this.styleSheet.sheet.insertRule("."+Ct.name+" {"+Ct.style+"}",this.styleSheet.sheet.cssRules.length),Ct},jt.prototype.addRule=function(Ct){this.styleSheet===void 0&&this.addStyleSheet(),this.rules.push(Ct),this.styleSheet.sheet.insertRule(Ct.selector+" {"+Ct.style+"}",this.styleSheet.sheet.cssRules.length)},jt.prototype.addStyleSheet=function(){var Ct;this.styleSheet=document.createElement("style"),((Ct=this.styleSheetRoot)!==null&&Ct!==void 0?Ct:document.head).appendChild(this.styleSheet),this.addRule(new Ze("."+this.classNamePrefix+" h3","font-family: sans-serif")),this.addRule(new Ze("@keyframes "+this.classNamePrefix+"_fade_in_animation_frames",`
|
|
from {
|
|
opacity: 0;
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
}
|
|
`)),this.addRule(new Ze("@keyframes "+this.classNamePrefix+"_fade_out_animation_frames",`
|
|
from {
|
|
opacity: 1;
|
|
}
|
|
to {
|
|
opacity: 0;
|
|
}
|
|
`)),this.addClass(new Te("fade_in",`
|
|
animation-duration: 0.3s;
|
|
animation-name: `+this.classNamePrefix+`_fade_in_animation_frames;
|
|
`)),this.addClass(new Te("fade_out",`
|
|
animation-duration: 0.3s;
|
|
animation-name: `+this.classNamePrefix+`_fade_out_animation_frames;
|
|
`))},jt.prototype.removeStyleSheet=function(){var Ct;this.styleSheet&&(((Ct=this.styleSheetRoot)!==null&&Ct!==void 0?Ct:document.head).removeChild(this.styleSheet),this.styleSheet=void 0)},jt}(),Ze=function(jt,Ct){this.selector=jt,this.style=Ct},Te=function(jt,Ct){this.localName=jt,this.style=Ct},un=function(){function jt(Ct,wt,Et,Gt,Mt){this.buttons=[],this.markerButtons=[],this.buttonClickListeners=[],this.markerjsContainer=Ct,this.displayMode=wt,this.markerItems=Et,this.uiStyleSettings=Gt,this.styles=Mt,this.addStyles(),this.adjustLayout=this.adjustLayout.bind(this),this.overflowButtonClicked=this.overflowButtonClicked.bind(this),this.setCurrentMarker=this.setCurrentMarker.bind(this)}return jt.prototype.show=function(Ct){var wt=this;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=Ct,this.uiContainer.className=this.toolbarStyleClass.name+" "+this.styles.fadeInAnimationClassName+" "+(this.uiStyleSettings.toolbarStyleColorsClassName?this.uiStyleSettings.toolbarStyleColorsClassName:this.toolbarStyleColorsClass.name);var Et=document.createElement("div");Et.className=this.toolbarBlockStyleClass.name,Et.style.whiteSpace="nowrap",this.uiContainer.appendChild(Et),this.addActionButton(Et,'<svg viewBox="0 0 24 24"><path d="M10.07 14.27a.997.997 0 011.33.48l2.3 4.99 1.8-.85-2.31-4.98c-.24-.5-.02-1.1.48-1.33l.28-.08 2.3-.45L8 5.12V15.9l1.82-1.47.25-.16m3.57 7.7a.99.99 0 01-1.33-.47l-2.18-4.74-2.51 2.02c-.17.14-.38.22-.62.22a1 1 0 01-1-1V3a1 1 0 011-1c.24 0 .47.09.64.23l.01-.01 11.49 9.64a1.001 1.001 0 01-.44 1.75l-3.16.62 2.2 4.73c.26.5.02 1.09-.48 1.32l-3.62 1.69z"/></svg>',"select"),this.addActionButton(Et,'<svg viewBox="0 0 24 24"><path d="M9 3v1H4v2h1v13a2 2 0 002 2h10a2 2 0 002-2V6h1V4h-5V3H9M7 6h10v13H7V6m2 2v9h2V8H9m4 0v9h2V8h-2z"/></svg>',"delete"),this.uiStyleSettings.clearButtonVisible&&this.addActionButton(Et,'<svg viewBox="0 0 24 24"><path d="M19.36 2.72l1.42 1.42-5.72 5.71c1.07 1.54 1.22 3.39.32 4.59L9.06 8.12c1.2-.9 3.05-.75 4.59.32l5.71-5.72M5.93 17.57c-2.01-2.01-3.24-4.41-3.58-6.65l4.88-2.09 7.44 7.44-2.09 4.88c-2.24-.34-4.64-1.57-6.65-3.58z"/></svg>',"clear"),this.uiStyleSettings.undoButtonVisible&&this.addActionButton(Et,'<svg viewBox="0 0 24 24"><path d="M12.5 8c-2.65 0-5.05 1-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"/></svg>',"undo"),this.uiStyleSettings.redoButtonVisible&&this.addActionButton(Et,'<svg viewBox="0 0 24 24"><path d="M18.4 10.6C16.55 9 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16a8.002 8.002 0 017.6-5.5c1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z"/></svg>',"redo"),this.uiStyleSettings.zoomButtonVisible&&this.addActionButton(Et,'<svg viewBox="0 0 24 24"><path d="M15.5 14l5 5-1.5 1.5-5-5v-.79l-.27-.28A6.471 6.471 0 019.5 16 6.5 6.5 0 013 9.5 6.5 6.5 0 019.5 3 6.5 6.5 0 0116 9.5c0 1.61-.59 3.09-1.57 4.23l.28.27h.79m-6 0C12 14 14 12 14 9.5S12 5 9.5 5 5 7 5 9.5 7 14 9.5 14m2.5-4h-2v2H9v-2H7V9h2V7h1v2h2v1z"/></svg>',"zoom"),this.uiStyleSettings.zoomButtonVisible&&this.uiStyleSettings.zoomOutButtonVisible&&this.addActionButton(Et,'<svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 009.5 3 6.5 6.5 0 003 9.5 6.5 6.5 0 009.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5 1.5-1.5-5-5m-6 0C7 14 5 12 5 9.5S7 5 9.5 5 14 7 14 9.5 12 14 9.5 14M7 9h5v1H7V9z"/></svg>',"zoom-out"),this.uiStyleSettings.notesButtonVisible&&this.addActionButton(Et,'<svg viewBox="0 0 24 24"><path d="M18.13 12l1.26-1.26c.44-.44 1-.68 1.61-.74V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 002 2h6v-1.87l.13-.13H5V5h7v7h6.13M14 4.5l5.5 5.5H14V4.5m5.13 9.33l2.04 2.04L15.04 22H13v-2.04l6.13-6.13m3.72.36l-.98.98-2.04-2.04.98-.98c.19-.2.52-.2.72 0l1.32 1.32c.2.2.2.53 0 .72z"/></svg>',"notes"),this.markerButtonBlock=document.createElement("div"),this.markerButtonBlock.className=this.toolbarBlockStyleClass.name,this.markerButtonBlock.style.flexGrow="2",this.markerButtonBlock.style.textAlign="center",this.uiContainer.appendChild(this.markerButtonBlock),this.markerButtonOverflowBlock=document.createElement("div"),this.markerButtonOverflowBlock.className=this.toolbarOverflowBlockStyleClass.name+" "+(this.uiStyleSettings.toolbarOverflowBlockStyleColorsClassName?this.uiStyleSettings.toolbarOverflowBlockStyleColorsClassName:this.toolbarOverflowBlockStyleColorsClass.name),this.markerButtonOverflowBlock.style.display="none",this.uiContainer.appendChild(this.markerButtonOverflowBlock),this.markerItems&&(this.markerItems.forEach(function(Mt){var Pe=document.createElement("div");Pe.className=""+wt.toolbarButtonStyleClass.name,Pe.setAttribute("data-type-name",Mt.typeName),Pe.innerHTML=Mt.icon,Pe.addEventListener("click",function(){wt.markerToolbarButtonClicked(Pe,Mt)}),wt.buttons.push(Pe),wt.markerButtons.push(Pe)}),this.overflowButton=document.createElement("div"),this.overflowButton.className=this.toolbarButtonStyleClass.name+" "+(this.uiStyleSettings.toolbarButtonStyleColorsClassName?this.uiStyleSettings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name),this.overflowButton.innerHTML='<svg viewBox="0 0 24 24"><path d="M12 16a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2m0-6a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2m0-6a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2z"/></svg>',this.overflowButton.addEventListener("click",this.overflowButtonClicked),this.markerButtonBlock.appendChild(this.overflowButton));var Gt=document.createElement("div");Gt.className=this.toolbarBlockStyleClass.name,Gt.style.whiteSpace="nowrap",Gt.style.display=this.uiStyleSettings.resultButtonBlockVisible!==!1?"":"none",this.uiContainer.appendChild(Gt),this.addActionButton(Gt,'<svg viewBox="0 0 24 24"><path d="M9 20.42l-6.21-6.21 2.83-2.83L9 14.77l9.88-9.89 2.83 2.83L9 20.42z"/></svg>',"render"),this.addActionButton(Gt,'<svg viewBox="0 0 24 24"><path d="M20 6.91L17.09 4 12 9.09 6.91 4 4 6.91 9.09 12 4 17.09 6.91 20 12 14.91 17.09 20 20 17.09 14.91 12 20 6.91z"/></svg>',"close"),this.markerjsContainer.appendChild(this.uiContainer),this.setSelectMode(),this.setCurrentMarker(),this.adjustLayout()},jt.prototype.addButtonClickListener=function(Ct){this.buttonClickListeners.push(Ct)},jt.prototype.removeButtonClickListener=function(Ct){this.buttonClickListeners.indexOf(Ct)>-1&&this.buttonClickListeners.splice(this.buttonClickListeners.indexOf(Ct),1)},jt.prototype.setSelectMode=function(){this.resetButtonStyles(),this.setActiveButton(this.buttons[0])},jt.prototype.adjustLayout=function(){if(this.markerButtons&&this.markerButtons.length>0){var Ct=Math.floor(this.markerButtonBlock.clientWidth/this.uiStyleSettings.toolbarHeight)-1;this.markerButtonBlock.innerHTML="",this.markerButtonOverflowBlock.innerHTML="";for(var wt=0;wt<this.markerButtons.length;wt++)wt<Ct||wt===Ct&&this.markerButtons.length-1===Ct?this.markerButtonBlock.appendChild(this.markerButtons[wt]):(wt===Ct&&this.markerButtonBlock.appendChild(this.overflowButton),this.markerButtonOverflowBlock.appendChild(this.markerButtons[wt]))}},jt.prototype.overflowButtonClicked=function(){this.markerButtonOverflowBlock.style.display!=="none"?(this.markerButtonOverflowBlock.className=this.markerButtonOverflowBlock.className.replace(this.styles.fadeInAnimationClassName,""),this.markerButtonOverflowBlock.style.display="none"):(this.markerButtonOverflowBlock.className+=" "+this.styles.fadeInAnimationClassName,this.markerButtonOverflowBlock.style.top=this.uiContainer.offsetTop+this.overflowButton.offsetHeight+"px",this.markerButtonOverflowBlock.style.right=this.uiContainer.offsetWidth-this.overflowButton.offsetLeft-this.overflowButton.offsetWidth+2*this.uiContainer.offsetLeft+"px",this.markerButtonOverflowBlock.style.display="inline-block")},jt.prototype.resetButtonStyles=function(){var Ct=this;this.buttons.forEach(function(wt){wt.className=wt.className.replace(Ct.uiStyleSettings.toolbarButtonStyleColorsClassName?Ct.uiStyleSettings.toolbarButtonStyleColorsClassName:Ct.toolbarButtonStyleColorsClass.name,"").trim(),wt.className=wt.className.replace(Ct.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?Ct.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:Ct.toolbarActiveButtonStyleColorsClass.name,"").trim(),wt.className+=" "+(Ct.uiStyleSettings.toolbarButtonStyleColorsClassName?Ct.uiStyleSettings.toolbarButtonStyleColorsClassName:Ct.toolbarButtonStyleColorsClass.name)})},jt.prototype.addActionButton=function(Ct,wt,Et){var Gt=this,Mt=document.createElement("div");switch(Mt.className=""+this.toolbarButtonStyleClass.name,Mt.innerHTML=wt,Mt.setAttribute("data-action",Et),Mt.addEventListener("click",function(){Gt.actionToolbarButtonClicked(Mt,Et)}),Et){case"select":Mt.style.fill=this.uiStyleSettings.selectButtonColor;break;case"delete":case"clear":Mt.style.fill=this.uiStyleSettings.deleteButtonColor;break;case"undo":case"redo":Mt.style.fill=this.uiStyleSettings.selectButtonColor;break;case"render":Mt.style.fill=this.uiStyleSettings.okButtonColor;break;case"close":Mt.style.fill=this.uiStyleSettings.closeButtonColor}Ct.appendChild(Mt),this.buttons.push(Mt)},jt.prototype.addStyles=function(){this.toolbarStyleClass=this.styles.addClass(new Te("toolbar",`
|
|
width: 100%;
|
|
flex-shrink: 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
height: `+this.uiStyleSettings.toolbarHeight+`px;
|
|
box-sizing: content-box;
|
|
`+(this.displayMode==="inline"?"border-top-left-radius: "+Math.round(this.uiStyleSettings.toolbarHeight/10)+"px;":"")+`
|
|
`+(this.displayMode==="inline"?"border-top-right-radius: "+Math.round(this.uiStyleSettings.toolbarHeight/10)+"px;":"")+`
|
|
overflow: hidden;
|
|
`)),this.toolbarStyleColorsClass=this.styles.addClass(new Te("toolbar_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
box-shadow: 0px 3px rgba(33, 33, 33, 0.1);
|
|
`)),this.toolbarBlockStyleClass=this.styles.addClass(new Te("toolbar-block",`
|
|
display: inline-block;
|
|
box-sizing: content-box;
|
|
`)),this.toolbarOverflowBlockStyleClass=this.styles.addClass(new Te("toolbar-overflow-block",`
|
|
position: absolute;
|
|
top: `+this.uiStyleSettings.toolbarHeight+`px;
|
|
max-width: `+2*this.uiStyleSettings.toolbarHeight+`px;
|
|
z-index: 10;
|
|
box-sizing: content-box;
|
|
`)),this.toolbarOverflowBlockStyleColorsClass=this.styles.addClass(new Te("toolbar-overflow-block_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
`));var Ct=this.uiStyleSettings.toolbarHeight/4;this.toolbarButtonStyleClass=this.styles.addClass(new Te("toolbar_button",`
|
|
display: inline-block;
|
|
width: `+(this.uiStyleSettings.toolbarHeight-2*Ct)+`px;
|
|
height: `+(this.uiStyleSettings.toolbarHeight-2*Ct)+`px;
|
|
padding: `+Ct+`px;
|
|
box-sizing: content-box;
|
|
`)),this.toolbarButtonStyleColorsClass=this.styles.addClass(new Te("toolbar_button_colors",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.toolbarActiveButtonStyleColorsClass=this.styles.addClass(new Te("toolbar_active_button",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`)),this.styles.addRule(new Ze("."+this.toolbarButtonStyleClass.name+" svg",`
|
|
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
|
|
`)),this.styles.addRule(new Ze("."+this.toolbarButtonStyleColorsClass.name+":hover",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`))},jt.prototype.markerToolbarButtonClicked=function(Ct,wt){this.setActiveButton(Ct),this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(Et){return Et("marker",wt)}),this.markerButtonOverflowBlock.style.display="none"},jt.prototype.actionToolbarButtonClicked=function(Ct,wt){this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(Et){return Et("action",wt)}),this.markerButtonOverflowBlock.style.display="none",this.setActiveButton(this.buttons[0])},jt.prototype.setActiveButton=function(Ct){this.resetButtonStyles(),Ct.className=Ct.className.replace(this.uiStyleSettings.toolbarButtonStyleColorsClassName?this.uiStyleSettings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name,"").trim(),Ct.className+=" "+(this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:this.toolbarActiveButtonStyleColorsClass.name)},jt.prototype.setActiveMarkerButton=function(Ct){var wt=this.markerButtons.find(function(Et){return Et.getAttribute("data-type-name")===Ct});wt&&this.setActiveButton(wt)},jt.prototype.setCurrentMarker=function(Ct){var wt=this;this.currentMarker=Ct,this.buttons.filter(function(Et){return/delete|notes/.test(Et.getAttribute("data-action"))}).forEach(function(Et){wt.currentMarker===void 0?(Et.style.fillOpacity="0.4",Et.style.pointerEvents="none"):(Et.style.fillOpacity="1",Et.style.pointerEvents="all")})},jt}(),Nt=function(){function jt(Ct,wt,Et,Gt){this.panels=[],this.panelButtons=[],this.markerjsContainer=Ct,this.displayMode=wt,this.uiStyleSettings=Et,this.styles=Gt,this.panelButtonClick=this.panelButtonClick.bind(this),this.addStyles()}return jt.prototype.addStyles=function(){var Ct;this.toolboxStyleClass=this.styles.addClass(new Te("toolbox",`
|
|
width: 100%;
|
|
flex-shrink: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-family: sans-serif;
|
|
`+(this.displayMode==="popup"?"height:"+2.5*this.uiStyleSettings.toolbarHeight+"px;":"")+`
|
|
box-sizing: content-box;
|
|
`+(this.displayMode==="popup"?"background-color: "+this.uiStyleSettings.canvasBackgroundColor+";":"")+`
|
|
`+(this.displayMode==="inline"?"border-bottom-left-radius: "+Math.round(this.uiStyleSettings.toolbarHeight/10)+"px;":"")+`
|
|
`+(this.displayMode==="inline"?"border-bottom-right-radius: "+Math.round(this.uiStyleSettings.toolbarHeight/10)+"px;":"")+`
|
|
overflow: hidden;
|
|
`)),this.toolboxStyleColorsClass=this.styles.addClass(new Te("toolbox_colors",`
|
|
color: `+this.uiStyleSettings.toolboxColor+`;
|
|
`));var wt=this.uiStyleSettings.toolbarHeight/4;this.toolboxButtonRowStyleClass=this.styles.addClass(new Te("toolbox-button-row",`
|
|
display: flex;
|
|
cursor: default;
|
|
box-sizing: content-box;
|
|
`)),this.toolboxButtonRowStyleColorsClass=this.styles.addClass(new Te("toolbox-button-row_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
`)),this.toolboxPanelRowStyleClass=this.styles.addClass(new Te("toolbox-panel-row",`
|
|
display: flex;
|
|
`+(this.displayMode==="inline"?"position: absolute;":"")+`
|
|
`+(this.displayMode==="inline"?"bottom: "+this.uiStyleSettings.toolbarHeight+"px;":"")+`
|
|
cursor: default;
|
|
height: `+1.5*this.uiStyleSettings.toolbarHeight+`px;
|
|
`+(this.displayMode==="inline"?"width: 100%;":"")+`
|
|
box-sizing: content-box;
|
|
`)),this.toolboxPanelRowStyleColorsClass=this.styles.addClass(new Te("toolbox-panel-row_colors",`
|
|
background-color: `+((Ct=this.uiStyleSettings.toolboxBackgroundColor)!==null&&Ct!==void 0?Ct:this.uiStyleSettings.toolbarBackgroundHoverColor)+`;
|
|
`)),this.toolboxButtonStyleClass=this.styles.addClass(new Te("toolbox_button",`
|
|
display: inline-block;
|
|
width: `+(this.uiStyleSettings.toolbarHeight-2*wt)+`px;
|
|
height: `+(this.uiStyleSettings.toolbarHeight-2*wt)+`px;
|
|
padding: `+wt+`px;
|
|
box-sizing: content-box;
|
|
`)),this.toolboxButtonStyleColorsClass=this.styles.addClass(new Te("toolbox-button_colors",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.toolboxActiveButtonStyleColorsClass=this.styles.addClass(new Te("toolbox-active-button_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`;
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.styles.addRule(new Ze("."+this.toolboxButtonStyleColorsClass.name+":hover",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`)),this.styles.addRule(new Ze("."+this.toolboxButtonStyleClass.name+" svg",`
|
|
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
|
|
`))},jt.prototype.show=function(Ct){var wt;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=Ct,this.uiContainer.className=this.toolboxStyleClass.name+" "+((wt=this.uiStyleSettings.toolboxStyleColorsClassName)!==null&&wt!==void 0?wt:this.toolboxStyleColorsClass.name),this.markerjsContainer.appendChild(this.uiContainer)},jt.prototype.setPanelButtons=function(Ct){var wt,Et,Gt=this;this.panels=Ct,this.uiContainer!==void 0&&(this.uiContainer.innerHTML="",this.panelRow=document.createElement("div"),this.panelRow.className=this.toolboxPanelRowStyleClass.name+" "+((wt=this.uiStyleSettings.toolboxPanelRowStyleColorsClassName)!==null&&wt!==void 0?wt:this.toolboxPanelRowStyleColorsClass.name),this.uiContainer.appendChild(this.panelRow),this.buttonRow=document.createElement("div"),this.buttonRow.className=this.toolboxButtonRowStyleClass.name+" "+((Et=this.uiStyleSettings.toolboxButtonRowStyleColorsClassName)!==null&&Et!==void 0?Et:this.toolboxButtonRowStyleColorsClass.name)+" ",this.uiContainer.appendChild(this.buttonRow),this.panelButtons.splice(0),this.panels.forEach(function(Mt){var Pe;Mt.uiStyleSettings=Gt.uiStyleSettings;var sn=document.createElement("div");sn.className=Gt.toolboxButtonStyleClass.name+" "+((Pe=Gt.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&Pe!==void 0?Pe:Gt.toolboxButtonStyleColorsClass.name),sn.innerHTML=Mt.icon,sn.title=Mt.title,sn.addEventListener("click",function(){Gt.panelButtonClick(Mt)}),Gt.panelButtons.push(sn),Gt.buttonRow.appendChild(sn)}),this.displayMode==="inline"?this.panelRow.style.display="none":this.panelRow.style.visibility="hidden")},jt.prototype.panelButtonClick=function(Ct){var wt=this,Et=-1;if(Ct!==this.activePanel){Et=this.panels.indexOf(Ct),this.panelRow.innerHTML="";var Gt=Ct.getUi();Gt.style.margin=this.uiStyleSettings.toolbarHeight/4+"px",this.panelRow.appendChild(Gt),this.panelRow.style.display="flex",this.panelRow.style.visibility="visible",this.panelRow.className=this.panelRow.className.replace(this.styles.fadeOutAnimationClassName,""),this.panelRow.className+=" "+this.styles.fadeInAnimationClassName,this.activePanel=Ct}else this.activePanel=void 0,this.panelRow.className=this.panelRow.className.replace(this.styles.fadeInAnimationClassName,""),this.panelRow.className+=" "+this.styles.fadeOutAnimationClassName,setTimeout(function(){wt.displayMode==="inline"?wt.panelRow.style.display="none":wt.panelRow.style.visibility="hidden"},200);this.panelButtons.forEach(function(Mt,Pe){var sn,Qn;Mt.className=wt.toolboxButtonStyleClass.name+" "+(Pe===Et?""+((sn=wt.uiStyleSettings.toolboxActiveButtonStyleColorsClassName)!==null&&sn!==void 0?sn:wt.toolboxActiveButtonStyleColorsClass.name):""+((Qn=wt.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&Qn!==void 0?Qn:wt.toolboxButtonStyleColorsClass.name))})},jt}(),et=function(jt,Ct){this.title=jt,this.icon=Ct},nt=function(jt){function Ct(wt,Et,Gt,Mt){var Pe=jt.call(this,wt,Mt||'<svg viewBox="0 0 24 24"><path d="M17.5 12a1.5 1.5 0 01-1.5-1.5A1.5 1.5 0 0117.5 9a1.5 1.5 0 011.5 1.5 1.5 1.5 0 01-1.5 1.5m-3-4A1.5 1.5 0 0113 6.5 1.5 1.5 0 0114.5 5 1.5 1.5 0 0116 6.5 1.5 1.5 0 0114.5 8m-5 0A1.5 1.5 0 018 6.5 1.5 1.5 0 019.5 5 1.5 1.5 0 0111 6.5 1.5 1.5 0 019.5 8m-3 4A1.5 1.5 0 015 10.5 1.5 1.5 0 016.5 9 1.5 1.5 0 018 10.5 1.5 1.5 0 016.5 12M12 3a9 9 0 00-9 9 9 9 0 009 9 1.5 1.5 0 001.5-1.5c0-.39-.15-.74-.39-1-.23-.27-.38-.62-.38-1a1.5 1.5 0 011.5-1.5H16a5 5 0 005-5c0-4.42-4.03-8-9-8z"/></svg>')||this;return Pe.colors=[],Pe.addTransparent=!1,Pe.colorBoxes=[],Pe.colors=Et,Pe.currentColor=Gt,Pe.setCurrentColor=Pe.setCurrentColor.bind(Pe),Pe.getColorBox=Pe.getColorBox.bind(Pe),Pe}return fe(Ct,jt),Ct.prototype.getUi=function(){var wt=this,Et=document.createElement("div");return Et.style.overflow="hidden",Et.style.whiteSpace="nowrap",this.colors.forEach(function(Gt){var Mt=wt.getColorBox(Gt);Et.appendChild(Mt),wt.colorBoxes.push(Mt)}),Et},Ct.prototype.getColorBox=function(wt){var Et=this,Gt=this.uiStyleSettings.toolbarHeight/4,Mt=this.uiStyleSettings.toolbarHeight-Gt,Pe=document.createElement("div");Pe.style.display="inline-block",Pe.style.boxSizing="content-box",Pe.style.width=Mt-2+"px",Pe.style.height=Mt-2+"px",Pe.style.padding="1px",Pe.style.marginRight="2px",Pe.style.marginBottom="2px",Pe.style.borderWidth="2px",Pe.style.borderStyle="solid",Pe.style.borderRadius=(Mt+2)/2+"px",Pe.style.borderColor=wt===this.currentColor?this.uiStyleSettings.toolboxAccentColor:"transparent",Pe.addEventListener("click",function(){Et.setCurrentColor(wt,Pe)});var sn=document.createElement("div");return sn.style.display="inline-block",sn.style.width=Mt-2+"px",sn.style.height=Mt-2+"px",sn.style.backgroundColor=wt,sn.style.borderRadius=Mt/2+"px",wt==="transparent"&&(sn.style.fill=this.uiStyleSettings.toolboxAccentColor,sn.innerHTML=`<svg viewBox="0 0 24 24">
|
|
<path d="M2,5.27L3.28,4L20,20.72L18.73,22L15.65,18.92C14.5,19.3 13.28,19.5 12,19.5C7,19.5 2.73,16.39 1,12C1.69,10.24 2.79,8.69 4.19,7.46L2,5.27M12,9A3,3 0 0,1 15,12C15,12.35 14.94,12.69 14.83,13L11,9.17C11.31,9.06 11.65,9 12,9M12,4.5C17,4.5 21.27,7.61 23,12C22.18,14.08 20.79,15.88 19,17.19L17.58,15.76C18.94,14.82 20.06,13.54 20.82,12C19.17,8.64 15.76,6.5 12,6.5C10.91,6.5 9.84,6.68 8.84,7L7.3,5.47C8.74,4.85 10.33,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C12.69,17.5 13.37,17.43 14,17.29L11.72,15C10.29,14.85 9.15,13.71 9,12.28L5.6,8.87C4.61,9.72 3.78,10.78 3.18,12Z" />
|
|
</svg>`),Pe.appendChild(sn),Pe},Ct.prototype.setCurrentColor=function(wt,Et){var Gt=this;this.currentColor=wt,this.colorBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===Et?Gt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onColorChanged&&this.onColorChanged(wt)},Ct}(et),ft=function(){function jt(Ct,wt,Et){this._state="new",this._isSelected=!1,this._container=Ct,this._overlayContainer=wt,this.globalSettings=Et,this.stateChanged=this.stateChanged.bind(this),this.colorChanged=this.colorChanged.bind(this),this.fillColorChanged=this.fillColorChanged.bind(this)}return Object.defineProperty(jt.prototype,"typeName",{get:function(){return Object.getPrototypeOf(this).constructor.typeName},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"container",{get:function(){return this._container},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"overlayContainer",{get:function(){return this._overlayContainer},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"toolboxPanels",{get:function(){return[]},enumerable:!1,configurable:!0}),jt.prototype.ownsTarget=function(Ct){return!1},Object.defineProperty(jt.prototype,"isSelected",{get:function(){return this._isSelected},enumerable:!1,configurable:!0}),jt.prototype.select=function(){this.container.style.cursor="move",this._isSelected=!0,this.manipulationStartState=this.getState()},jt.prototype.deselect=function(){this.container.style.cursor="default",this._isSelected=!1,this.stateChanged()},jt.prototype.pointerDown=function(Ct,wt){},jt.prototype.dblClick=function(Ct,wt){},jt.prototype.manipulate=function(Ct){},jt.prototype.pointerUp=function(Ct){this.stateChanged()},jt.prototype.dispose=function(){},jt.prototype.addMarkerVisualToContainer=function(Ct){this.container.childNodes.length>0?this.container.insertBefore(Ct,this.container.childNodes[0]):this.container.appendChild(Ct)},jt.prototype.getState=function(){return{typeName:jt.typeName,state:this.state,notes:this.notes}},jt.prototype.restoreState=function(Ct){this._state=Ct.state,this.notes=Ct.notes},jt.prototype.scale=function(Ct,wt){},jt.prototype.colorChanged=function(Ct){this.onColorChanged&&this.onColorChanged(Ct),this.stateChanged()},jt.prototype.fillColorChanged=function(Ct){this.onFillColorChanged&&this.onFillColorChanged(Ct),this.stateChanged()},jt.prototype.stateChanged=function(){if(this.onStateChanged&&this.state!=="creating"&&this.state!=="new"){var Ct=this.getState();this.manipulationStartState!==void 0&&(this.manipulationStartState.state="select"),Ct.state="select",JSON.stringify(this.manipulationStartState)!=JSON.stringify(Ct)&&this.onStateChanged(this)}},jt.typeName="MarkerBase",jt}(),lt=function(){function jt(){this.findGripByVisual=this.findGripByVisual.bind(this)}return jt.prototype.findGripByVisual=function(Ct){return this.topLeft.ownsTarget(Ct)?this.topLeft:this.topCenter.ownsTarget(Ct)?this.topCenter:this.topRight.ownsTarget(Ct)?this.topRight:this.centerLeft.ownsTarget(Ct)?this.centerLeft:this.centerRight.ownsTarget(Ct)?this.centerRight:this.bottomLeft.ownsTarget(Ct)?this.bottomLeft:this.bottomCenter.ownsTarget(Ct)?this.bottomCenter:this.bottomRight.ownsTarget(Ct)?this.bottomRight:void 0},jt}(),pt=function(){function jt(){this.GRIP_SIZE=10,this.visual=le.createGroup(),this.visual.appendChild(le.createCircle(1.5*this.GRIP_SIZE,[["fill","transparent"]])),this.visual.appendChild(le.createCircle(this.GRIP_SIZE,[["fill","#cccccc"],["fill-opacity","0.7"],["stroke","#333333"],["stroke-width","2"],["stroke-opacity","0.7"]]))}return jt.prototype.ownsTarget=function(Ct){return Ct===this.visual||Ct===this.visual.childNodes[0]||Ct===this.visual.childNodes[1]},jt}(),vt=function(){function jt(){}return jt.toITransformMatrix=function(Ct){return{a:Ct.a,b:Ct.b,c:Ct.c,d:Ct.d,e:Ct.e,f:Ct.f}},jt.toSVGMatrix=function(Ct,wt){return Ct.a=wt.a,Ct.b=wt.b,Ct.c=wt.c,Ct.d=wt.d,Ct.e=wt.e,Ct.f=wt.f,Ct},jt}(),kt=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.left=0,Mt.top=0,Mt.width=0,Mt.height=0,Mt.defaultSize={x:50,y:20},Mt.offsetX=0,Mt.offsetY=0,Mt.rotationAngle=0,Mt.CB_DISTANCE=10,Mt._suppressMarkerCreateEvent=!1,Mt.container.transform.baseVal.appendItem(le.createTransform()),Mt.setupControlBox(),Mt}return fe(Ct,jt),Object.defineProperty(Ct.prototype,"centerX",{get:function(){return this.left+this.width/2},enumerable:!1,configurable:!0}),Object.defineProperty(Ct.prototype,"centerY",{get:function(){return this.top+this.height/2},enumerable:!1,configurable:!0}),Object.defineProperty(Ct.prototype,"visual",{get:function(){return this._visual},set:function(wt){this._visual=wt;var Et=le.createTransform();this._visual.transform.baseVal.appendItem(Et)},enumerable:!1,configurable:!0}),Ct.prototype.ownsTarget=function(wt){return!!jt.prototype.ownsTarget.call(this,wt)||!!(this.controlGrips.findGripByVisual(wt)!==void 0||this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(wt))},Ct.prototype.pointerDown=function(wt,Et){jt.prototype.pointerDown.call(this,wt,Et),this.state==="new"&&(this.left=wt.x,this.top=wt.y),this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.manipulationStartWidth=this.width,this.manipulationStartHeight=this.height;var Gt=this.unrotatePoint(wt);if(this.manipulationStartX=Gt.x,this.manipulationStartY=Gt.y,this.offsetX=Gt.x-this.left,this.offsetY=Gt.y-this.top,this.state!=="new")if(this.select(),this.activeGrip=this.controlGrips.findGripByVisual(Et),this.activeGrip!==void 0)this._state="resize";else if(this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(Et)){this.activeGrip=this.rotatorGrip;var Mt=this.rotatePoint({x:this.centerX,y:this.centerY});this.left=Mt.x-this.width/2,this.top=Mt.y-this.height/2,this.moveVisual({x:this.left,y:this.top});var Pe=this.container.transform.baseVal.getItem(0);Pe.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(Pe,0),this.adjustControlBox(),this._state="rotate"}else this._state="move"},Ct.prototype.pointerUp=function(wt){var Et=this.state;jt.prototype.pointerUp.call(this,wt),this.state==="creating"&&this.width<10&&this.height<10?(this.width=this.defaultSize.x,this.height=this.defaultSize.y):this.manipulate(wt),this._state="select",Et==="creating"&&this.onMarkerCreated&&this._suppressMarkerCreateEvent===!1&&this.onMarkerCreated(this)},Ct.prototype.moveVisual=function(wt){this.visual.style.transform="translate("+wt.x+"px, "+wt.y+"px)"},Ct.prototype.manipulate=function(wt){var Et=this.unrotatePoint(wt);this.state==="creating"?this.resize(wt):this.state==="move"?(this.left=this.manipulationStartLeft+(Et.x-this.manipulationStartLeft)-this.offsetX,this.top=this.manipulationStartTop+(Et.y-this.manipulationStartTop)-this.offsetY,this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()):this.state==="resize"?this.resize(Et):this.state==="rotate"&&this.rotate(wt)},Ct.prototype.resize=function(wt){var Et=this.manipulationStartLeft,Gt=this.manipulationStartWidth,Mt=this.manipulationStartTop,Pe=this.manipulationStartHeight;switch(this.activeGrip){case this.controlGrips.bottomLeft:case this.controlGrips.centerLeft:case this.controlGrips.topLeft:Et=this.manipulationStartLeft+wt.x-this.manipulationStartX,Gt=this.manipulationStartWidth+this.manipulationStartLeft-Et;break;case this.controlGrips.bottomRight:case this.controlGrips.centerRight:case this.controlGrips.topRight:case void 0:Gt=this.manipulationStartWidth+wt.x-this.manipulationStartX}switch(this.activeGrip){case this.controlGrips.topCenter:case this.controlGrips.topLeft:case this.controlGrips.topRight:Mt=this.manipulationStartTop+wt.y-this.manipulationStartY,Pe=this.manipulationStartHeight+this.manipulationStartTop-Mt;break;case this.controlGrips.bottomCenter:case this.controlGrips.bottomLeft:case this.controlGrips.bottomRight:case void 0:Pe=this.manipulationStartHeight+wt.y-this.manipulationStartY}Gt>=0?(this.left=Et,this.width=Gt):(this.left=Et+Gt,this.width=-Gt),Pe>=0?(this.top=Mt,this.height=Pe):(this.top=Mt+Pe,this.height=-Pe),this.setSize()},Ct.prototype.setSize=function(){this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()},Ct.prototype.rotate=function(wt){if(Math.abs(wt.x-this.centerX)>.1){var Et=Math.sign(wt.x-this.centerX);this.rotationAngle=180*Math.atan((wt.y-this.centerY)/(wt.x-this.centerX))/Math.PI+90*Et,this.applyRotation()}},Ct.prototype.applyRotation=function(){var wt=this.container.transform.baseVal.getItem(0);wt.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(wt,0)},Ct.prototype.rotatePoint=function(wt){if(this.rotationAngle===0)return wt;var Et=this.container.getCTM(),Gt=le.createPoint(wt.x,wt.y);return{x:(Gt=Gt.matrixTransform(Et)).x,y:Gt.y}},Ct.prototype.unrotatePoint=function(wt){if(this.rotationAngle===0)return wt;var Et=this.container.getCTM();Et=Et.inverse();var Gt=le.createPoint(wt.x,wt.y);return{x:(Gt=Gt.matrixTransform(Et)).x,y:Gt.y}},Ct.prototype.select=function(){jt.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},Ct.prototype.deselect=function(){jt.prototype.deselect.call(this),this.controlBox.style.display="none"},Ct.prototype.setupControlBox=function(){this.controlBox=le.createGroup();var wt=le.createTransform();wt.setTranslate(-this.CB_DISTANCE/2,-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.appendItem(wt),this.container.appendChild(this.controlBox),this.controlRect=le.createRect(this.width+this.CB_DISTANCE,this.height+this.CB_DISTANCE,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"],["fill","transparent"],["pointer-events","none"]]),this.controlBox.appendChild(this.controlRect),this.globalSettings.disableRotation!==!0&&(this.rotatorGripLine=le.createLine((this.width+2*this.CB_DISTANCE)/2,this.top-this.CB_DISTANCE,(this.width+2*this.CB_DISTANCE)/2,this.top-3*this.CB_DISTANCE,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.controlBox.appendChild(this.rotatorGripLine)),this.controlGrips=new lt,this.addControlGrips(),this.controlBox.style.display="none"},Ct.prototype.adjustControlBox=function(){var wt=this.controlBox.transform.baseVal.getItem(0);wt.setTranslate(this.left-this.CB_DISTANCE/2,this.top-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.replaceItem(wt,0),this.controlRect.setAttribute("width",(this.width+this.CB_DISTANCE).toString()),this.controlRect.setAttribute("height",(this.height+this.CB_DISTANCE).toString()),this.rotatorGripLine!==void 0&&(this.rotatorGripLine.setAttribute("x1",((this.width+this.CB_DISTANCE)/2).toString()),this.rotatorGripLine.setAttribute("y1",(-this.CB_DISTANCE/2).toString()),this.rotatorGripLine.setAttribute("x2",((this.width+this.CB_DISTANCE)/2).toString()),this.rotatorGripLine.setAttribute("y2",(3*-this.CB_DISTANCE).toString())),this.positionGrips()},Ct.prototype.addControlGrips=function(){this.controlGrips.topLeft=this.createGrip(),this.controlGrips.topCenter=this.createGrip(),this.controlGrips.topRight=this.createGrip(),this.controlGrips.centerLeft=this.createGrip(),this.controlGrips.centerRight=this.createGrip(),this.controlGrips.bottomLeft=this.createGrip(),this.controlGrips.bottomCenter=this.createGrip(),this.controlGrips.bottomRight=this.createGrip(),this.globalSettings.disableRotation!==!0&&(this.rotatorGrip=this.createGrip()),this.positionGrips()},Ct.prototype.createGrip=function(){var wt=new pt;return wt.visual.transform.baseVal.appendItem(le.createTransform()),this.controlBox.appendChild(wt.visual),wt},Ct.prototype.positionGrips=function(){var wt=this.controlGrips.topLeft.GRIP_SIZE,Et=-wt/2,Gt=Et,Mt=(this.width+this.CB_DISTANCE)/2-wt/2,Pe=(this.height+this.CB_DISTANCE)/2-wt/2,sn=this.height+this.CB_DISTANCE-wt/2,Qn=this.width+this.CB_DISTANCE-wt/2;this.positionGrip(this.controlGrips.topLeft.visual,Et,Gt),this.positionGrip(this.controlGrips.topCenter.visual,Mt,Gt),this.positionGrip(this.controlGrips.topRight.visual,Qn,Gt),this.positionGrip(this.controlGrips.centerLeft.visual,Et,Pe),this.positionGrip(this.controlGrips.centerRight.visual,Qn,Pe),this.positionGrip(this.controlGrips.bottomLeft.visual,Et,sn),this.positionGrip(this.controlGrips.bottomCenter.visual,Mt,sn),this.positionGrip(this.controlGrips.bottomRight.visual,Qn,sn),this.rotatorGrip!==void 0&&this.positionGrip(this.rotatorGrip.visual,Mt,Gt-3*this.CB_DISTANCE)},Ct.prototype.positionGrip=function(wt,Et,Gt){var Mt=wt.transform.baseVal.getItem(0);Mt.setTranslate(Et,Gt),wt.transform.baseVal.replaceItem(Mt,0)},Ct.prototype.hideControlBox=function(){this.controlBox.style.display="none"},Ct.prototype.showControlBox=function(){this.controlBox.style.display=""},Ct.prototype.getState=function(){return Object.assign({left:this.left,top:this.top,width:this.width,height:this.height,rotationAngle:this.rotationAngle,visualTransformMatrix:vt.toITransformMatrix(this.visual.transform.baseVal.getItem(0).matrix),containerTransformMatrix:vt.toITransformMatrix(this.container.transform.baseVal.getItem(0).matrix)},jt.prototype.getState.call(this))},Ct.prototype.restoreState=function(wt){jt.prototype.restoreState.call(this,wt);var Et=wt;this.left=Et.left,this.top=Et.top,this.width=Et.width,this.height=Et.height,this.rotationAngle=Et.rotationAngle,this.visual.transform.baseVal.getItem(0).setMatrix(vt.toSVGMatrix(this.visual.transform.baseVal.getItem(0).matrix,Et.visualTransformMatrix)),this.container.transform.baseVal.getItem(0).setMatrix(vt.toSVGMatrix(this.container.transform.baseVal.getItem(0).matrix,Et.containerTransformMatrix))},Ct.prototype.scale=function(wt,Et){jt.prototype.scale.call(this,wt,Et);var Gt=this.rotatePoint({x:this.left,y:this.top}),Mt=this.unrotatePoint({x:Gt.x*wt,y:Gt.y*Et});this.left=Mt.x,this.top=Mt.y,this.width=this.width*wt,this.height=this.height*Et,this.adjustControlBox()},Ct}(ft),bt=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.fillColor="transparent",Mt.strokeColor="transparent",Mt.strokeWidth=0,Mt.strokeDasharray="",Mt.opacity=1,Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setFillColor=Mt.setFillColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.createVisual=Mt.createVisual.bind(Mt),Mt}return fe(Ct,jt),Ct.prototype.ownsTarget=function(wt){return!(!jt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual)},Ct.prototype.createVisual=function(){this.visual=le.createRect(1,1,[["fill",this.fillColor],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["stroke-dasharray",this.strokeDasharray],["opacity",this.opacity.toString()]]),this.addMarkerVisualToContainer(this.visual)},Ct.prototype.pointerDown=function(wt,Et){jt.prototype.pointerDown.call(this,wt,Et),this.state==="new"&&(this.createVisual(),this.moveVisual(wt),this._state="creating")},Ct.prototype.manipulate=function(wt){jt.prototype.manipulate.call(this,wt)},Ct.prototype.resize=function(wt){jt.prototype.resize.call(this,wt),this.setSize()},Ct.prototype.setSize=function(){jt.prototype.setSize.call(this),le.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]])},Ct.prototype.pointerUp=function(wt){jt.prototype.pointerUp.call(this,wt),this.setSize()},Ct.prototype.setStrokeColor=function(wt){this.strokeColor=wt,this.visual&&le.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(wt),this.stateChanged()},Ct.prototype.setFillColor=function(wt){this.fillColor=wt,this.visual&&le.setAttributes(this.visual,[["fill",this.fillColor]]),this.stateChanged()},Ct.prototype.setStrokeWidth=function(wt){this.strokeWidth=wt,this.visual&&le.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Ct.prototype.setStrokeDasharray=function(wt){this.strokeDasharray=wt,this.visual&&le.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Ct.prototype.getState=function(){return Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},jt.prototype.getState.call(this))},Ct.prototype.restoreState=function(wt){var Et=wt;this.fillColor=Et.fillColor,this.strokeColor=Et.strokeColor,this.strokeWidth=Et.strokeWidth,this.strokeDasharray=Et.strokeDasharray,this.opacity=Et.opacity,this.createVisual(),jt.prototype.restoreState.call(this,wt),this.setSize()},Ct.prototype.scale=function(wt,Et){jt.prototype.scale.call(this,wt,Et),this.setSize()},Ct.title="Rectangle marker",Ct}(kt),Wt=function(jt){function Ct(wt,Et,Gt,Mt){var Pe=jt.call(this,wt,Mt||'<svg viewBox="0 0 24 24"><path d="M3 17h18v-2H3v2m0 3h18v-1H3v1m0-7h18v-3H3v3m0-9v4h18V4H3z"/></svg>')||this;return Pe.widths=[],Pe.widthBoxes=[],Pe.widths=Et,Pe.currentWidth=Gt,Pe.setCurrentWidth=Pe.setCurrentWidth.bind(Pe),Pe}return fe(Ct,jt),Ct.prototype.getUi=function(){var wt=this,Et=document.createElement("div");return Et.style.display="flex",Et.style.overflow="hidden",Et.style.flexGrow="2",this.widths.forEach(function(Gt){var Mt=document.createElement("div");Mt.style.display="flex",Mt.style.flexGrow="2",Mt.style.alignItems="center",Mt.style.justifyContent="space-between",Mt.style.padding="5px",Mt.style.borderWidth="2px",Mt.style.borderStyle="solid",Mt.style.borderColor=Gt===wt.currentWidth?wt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){wt.setCurrentWidth(Gt,Mt)}),Et.appendChild(Mt);var Pe=document.createElement("div");Pe.innerText=Gt.toString(),Pe.style.marginRight="5px",Mt.appendChild(Pe);var sn=document.createElement("div");sn.style.minHeight="20px",sn.style.flexGrow="2",sn.style.display="flex",sn.style.alignItems="center";var Qn=document.createElement("hr");Qn.style.minWidth="20px",Qn.style.border="0px",Qn.style.borderTop=Gt+"px solid "+wt.uiStyleSettings.toolboxColor,Qn.style.flexGrow="2",sn.appendChild(Qn),Mt.appendChild(sn),wt.widthBoxes.push(Mt)}),Et},Ct.prototype.setCurrentWidth=function(wt,Et){var Gt=this;this.currentWidth=wt,this.widthBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===Et?Gt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onWidthChanged&&this.onWidthChanged(this.currentWidth)},Ct}(et),Zt=function(jt){function Ct(wt,Et,Gt,Mt){var Pe=jt.call(this,wt,Mt||'<svg viewBox="0 0 24 24"><path d="M3 16h5v-2H3v2m6.5 0h5v-2h-5v2m6.5 0h5v-2h-5v2M3 20h2v-2H3v2m4 0h2v-2H7v2m4 0h2v-2h-2v2m4 0h2v-2h-2v2m4 0h2v-2h-2v2M3 12h8v-2H3v2m10 0h8v-2h-8v2M3 4v4h18V4H3z"/></svg>')||this;return Pe.styles=[],Pe.styleBoxes=[],Pe.styles=Et,Pe.currentStyle=Gt,Pe.setCurrentStyle=Pe.setCurrentStyle.bind(Pe),Pe}return fe(Ct,jt),Ct.prototype.getUi=function(){var wt=this,Et=document.createElement("div");return Et.style.display="flex",Et.style.overflow="hidden",Et.style.flexGrow="2",this.styles.forEach(function(Gt){var Mt=document.createElement("div");Mt.style.display="flex",Mt.style.alignItems="center",Mt.style.justifyContent="space-between",Mt.style.padding="5px",Mt.style.borderWidth="2px",Mt.style.borderStyle="solid",Mt.style.overflow="hidden",Mt.style.maxWidth=100/wt.styles.length-5+"%",Mt.style.borderColor=Gt===wt.currentStyle?wt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){wt.setCurrentStyle(Gt,Mt)}),Et.appendChild(Mt);var Pe=document.createElement("div");Pe.style.minHeight="20px",Pe.style.flexGrow="2",Pe.style.overflow="hidden";var sn=`<svg width="100" height="20">
|
|
<line x1="0" y1="10" x2="100" y2="10" stroke="`+wt.uiStyleSettings.toolboxColor+'" stroke-width="3" '+(Gt!==""?'stroke-dasharray="'+Gt+'"':"")+` />
|
|
</svg>`;Pe.innerHTML=sn,Mt.appendChild(Pe),wt.styleBoxes.push(Mt)}),Et},Ct.prototype.setCurrentStyle=function(wt,Et){var Gt=this;this.currentStyle=wt,this.styleBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===Et?Gt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onStyleChanged&&this.onStyleChanged(this.currentStyle)},Ct}(et),ie=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.strokeColor=Gt.defaultColor,Mt.strokeWidth=Gt.defaultStrokeWidth,Mt.strokeDasharray=Gt.defaultStrokeDasharray,Mt.strokePanel=new nt("Line color",Gt.defaultColorSet,Gt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new Wt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Zt("Line style",Gt.defaultStrokeDasharrays,Gt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return fe(Ct,jt),Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=jt.prototype.getState.call(this);return wt.typeName=Ct.typeName,wt},Ct.typeName="FrameMarker",Ct.title="Frame marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4m14 11H6V8h12v9z"/></svg>',Ct}(bt),$t=function(){this.defaultColorSet=["#EF4444","#10B981","#2563EB","#FFFF00","#7C3AED","#F472B6","#000000","#FFFFFF"],this.defaultColor=this.defaultColorSet[0],this.defaultFillColor=this.defaultColorSet[0],this.defaultStrokeColor=this.defaultColorSet[7],this.defaultHighlightColor=this.defaultColorSet[3],this.defaultStrokeWidth=3,this.defaultStrokeDasharray="",this.defaultHighlightOpacity=.5,this.defaultFontFamily="Helvetica, Arial, sans-serif",this.defaultStrokeWidths=[1,2,3,5,10],this.defaultStrokeDasharrays=["","3","12 3","9 6 3 6"],this.defaultOpacitySteps=[.1,.25,.5,.75,1],this.displayMode="inline",this.defaultFontFamilies=['Times, "Times New Roman", serif',"Helvetica, Arial, sans-serif",'Courier, "Courier New", monospace',"cursive","fantasy"],this.popupMargin=30,this.newFreehandMarkerOnPointerUp=!1,this.defaultColorsFollowCurrentColors=!1,this.freehandPixelRatio=1,this.disableRotation=!1,this.defaultCaptionFontSize="1rem",this.defaultCaptionText="Text"},qt=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.x1=0,Mt.y1=0,Mt.x2=0,Mt.y2=0,Mt.defaultLength=50,Mt.manipulationStartX=0,Mt.manipulationStartY=0,Mt.manipulationStartX1=0,Mt.manipulationStartY1=0,Mt.manipulationStartX2=0,Mt.manipulationStartY2=0,Mt.setupControlBox(),Mt}return fe(Ct,jt),Ct.prototype.ownsTarget=function(wt){return!!jt.prototype.ownsTarget.call(this,wt)||!(!this.grip1.ownsTarget(wt)&&!this.grip2.ownsTarget(wt))},Ct.prototype.pointerDown=function(wt,Et){jt.prototype.pointerDown.call(this,wt,Et),this.manipulationStartX=wt.x,this.manipulationStartY=wt.y,this.state==="new"&&(this.x1=wt.x,this.y1=wt.y,this.x2=wt.x,this.y2=wt.y),this.manipulationStartX1=this.x1,this.manipulationStartY1=this.y1,this.manipulationStartX2=this.x2,this.manipulationStartY2=this.y2,this.state!=="new"&&(this.select(),this.grip1.ownsTarget(Et)?this.activeGrip=this.grip1:this.grip2.ownsTarget(Et)?this.activeGrip=this.grip2:this.activeGrip=void 0,this.activeGrip?this._state="resize":this._state="move")},Ct.prototype.pointerUp=function(wt){var Et=this.state;jt.prototype.pointerUp.call(this,wt),this.state==="creating"&&Math.abs(this.x1-this.x2)<10&&Math.abs(this.y1-this.y2)<10?(this.x2=this.x1+this.defaultLength,this.adjustVisual(),this.adjustControlBox()):this.manipulate(wt),this._state="select",Et==="creating"&&this.onMarkerCreated&&this.onMarkerCreated(this)},Ct.prototype.adjustVisual=function(){},Ct.prototype.manipulate=function(wt){this.state==="creating"?this.resize(wt):this.state==="move"?(this.x1=this.manipulationStartX1+wt.x-this.manipulationStartX,this.y1=this.manipulationStartY1+wt.y-this.manipulationStartY,this.x2=this.manipulationStartX2+wt.x-this.manipulationStartX,this.y2=this.manipulationStartY2+wt.y-this.manipulationStartY,this.adjustVisual(),this.adjustControlBox()):this.state==="resize"&&this.resize(wt)},Ct.prototype.resize=function(wt){switch(this.activeGrip){case this.grip1:this.x1=wt.x,this.y1=wt.y;break;case this.grip2:case void 0:this.x2=wt.x,this.y2=wt.y}this.adjustVisual(),this.adjustControlBox()},Ct.prototype.select=function(){jt.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},Ct.prototype.deselect=function(){jt.prototype.deselect.call(this),this.controlBox.style.display="none"},Ct.prototype.setupControlBox=function(){this.controlBox=le.createGroup(),this.container.appendChild(this.controlBox),this.addControlGrips(),this.controlBox.style.display="none"},Ct.prototype.adjustControlBox=function(){this.positionGrips()},Ct.prototype.addControlGrips=function(){this.grip1=this.createGrip(),this.grip2=this.createGrip(),this.positionGrips()},Ct.prototype.createGrip=function(){var wt=new pt;return wt.visual.transform.baseVal.appendItem(le.createTransform()),this.controlBox.appendChild(wt.visual),wt},Ct.prototype.positionGrips=function(){var wt=this.grip1.GRIP_SIZE;this.positionGrip(this.grip1.visual,this.x1-wt/2,this.y1-wt/2),this.positionGrip(this.grip2.visual,this.x2-wt/2,this.y2-wt/2)},Ct.prototype.positionGrip=function(wt,Et,Gt){var Mt=wt.transform.baseVal.getItem(0);Mt.setTranslate(Et,Gt),wt.transform.baseVal.replaceItem(Mt,0)},Ct.prototype.getState=function(){return Object.assign({x1:this.x1,y1:this.y1,x2:this.x2,y2:this.y2},jt.prototype.getState.call(this))},Ct.prototype.restoreState=function(wt){jt.prototype.restoreState.call(this,wt);var Et=wt;this.x1=Et.x1,this.y1=Et.y1,this.x2=Et.x2,this.y2=Et.y2},Ct.prototype.scale=function(wt,Et){jt.prototype.scale.call(this,wt,Et),this.x1=this.x1*wt,this.y1=this.y1*Et,this.x2=this.x2*wt,this.y2=this.y2*Et,this.adjustVisual(),this.adjustControlBox()},Ct}(ft),ye=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.strokeColor="transparent",Mt.strokeWidth=0,Mt.strokeDasharray="",Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.strokeColor=Gt.defaultColor,Mt.strokeWidth=Gt.defaultStrokeWidth,Mt.strokeDasharray=Gt.defaultStrokeDasharray,Mt.strokePanel=new nt("Line color",Gt.defaultColorSet,Gt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new Wt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Zt("Line style",Gt.defaultStrokeDasharrays,Gt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return fe(Ct,jt),Ct.prototype.ownsTarget=function(wt){return!(!jt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual&&wt!==this.selectorLine&&wt!==this.visibleLine)},Ct.prototype.createVisual=function(){this.visual=le.createGroup(),this.selectorLine=le.createLine(this.x1,this.y1,this.x2,this.y2,[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()]]),this.visibleLine=le.createLine(this.x1,this.y1,this.x2,this.y2,[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),this.visual.appendChild(this.selectorLine),this.visual.appendChild(this.visibleLine),this.addMarkerVisualToContainer(this.visual)},Ct.prototype.pointerDown=function(wt,Et){jt.prototype.pointerDown.call(this,wt,Et),this.state==="new"&&(this.createVisual(),this.adjustVisual(),this._state="creating")},Ct.prototype.adjustVisual=function(){this.selectorLine&&this.visibleLine&&(this.selectorLine.setAttribute("x1",this.x1.toString()),this.selectorLine.setAttribute("y1",this.y1.toString()),this.selectorLine.setAttribute("x2",this.x2.toString()),this.selectorLine.setAttribute("y2",this.y2.toString()),this.visibleLine.setAttribute("x1",this.x1.toString()),this.visibleLine.setAttribute("y1",this.y1.toString()),this.visibleLine.setAttribute("x2",this.x2.toString()),this.visibleLine.setAttribute("y2",this.y2.toString()),le.setAttributes(this.visibleLine,[["stroke",this.strokeColor]]),le.setAttributes(this.visibleLine,[["stroke-width",this.strokeWidth.toString()]]),le.setAttributes(this.visibleLine,[["stroke-dasharray",this.strokeDasharray.toString()]]))},Ct.prototype.setStrokeColor=function(wt){this.strokeColor=wt,this.adjustVisual(),this.colorChanged(wt)},Ct.prototype.setStrokeWidth=function(wt){this.strokeWidth=wt,this.adjustVisual()},Ct.prototype.setStrokeDasharray=function(wt){this.strokeDasharray=wt,this.adjustVisual(),this.stateChanged()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray},jt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){jt.prototype.restoreState.call(this,wt);var Et=wt;this.strokeColor=Et.strokeColor,this.strokeWidth=Et.strokeWidth,this.strokeDasharray=Et.strokeDasharray,this.createVisual(),this.adjustVisual()},Ct.typeName="LineMarker",Ct.title="Line marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"/></svg>',Ct}(qt),oe=function(jt){function Ct(wt,Et,Gt,Mt){var Pe=jt.call(this,wt,Mt||'<svg viewBox="0 0 24 24"><path d="M17 8h3v12h1v1h-4v-1h1v-3h-4l-1.5 3H14v1h-4v-1h1l6-12m1 1l-3.5 7H18V9M5 3h5c1.11 0 2 .89 2 2v11H9v-5H6v5H3V5c0-1.11.89-2 2-2m1 2v4h3V5H6z"/></svg>')||this;return Pe.fonts=[],Pe.fontBoxes=[],Pe.fonts=Et,Pe.currentFont=Gt,Pe.setCurrentFont=Pe.setCurrentFont.bind(Pe),Pe}return fe(Ct,jt),Ct.prototype.getUi=function(){var wt=this,Et=document.createElement("div");return Et.style.overflow="hidden",Et.style.flexGrow="2",this.fonts.forEach(function(Gt){var Mt=document.createElement("div");Mt.style.display="inline-block",Mt.style.alignItems="center",Mt.style.justifyContent="space-between",Mt.style.padding="5px",Mt.style.borderWidth="2px",Mt.style.borderStyle="solid",Mt.style.overflow="hidden",Mt.style.maxWidth=100/wt.fonts.length-5+"%",Mt.style.borderColor=Gt===wt.currentFont?wt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){wt.setCurrentFont(Gt,Mt)}),Et.appendChild(Mt);var Pe=document.createElement("div");Pe.style.display="flex",Pe.style.minHeight="20px",Pe.style.flexGrow="2",Pe.style.fontFamily=Gt,Pe.style.overflow="hidden";var sn=document.createElement("div");sn.style.whiteSpace="nowrap",sn.style.overflow="hidden",sn.style.textOverflow="ellipsis",sn.innerHTML="The quick brown fox jumps over the lazy dog",Pe.appendChild(sn),Mt.appendChild(Pe),wt.fontBoxes.push(Mt)}),Et},Ct.prototype.setCurrentFont=function(wt,Et){var Gt=this;this.currentFont=wt,this.fontBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===Et?Gt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onFontChanged&&this.onFontChanged(this.currentFont)},Ct}(et),xe=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.color="transparent",Mt.padding=5,Mt.DEFAULT_TEXT="\u8BF7\u8F93\u5165\u6587\u672C",Mt.text=Mt.DEFAULT_TEXT,Mt.isMoved=!1,Mt.color=Gt.defaultColor,Mt.fontFamily=Gt.defaultFontFamily,Mt.defaultSize={x:100,y:30},Mt.setColor=Mt.setColor.bind(Mt),Mt.setFont=Mt.setFont.bind(Mt),Mt.renderText=Mt.renderText.bind(Mt),Mt.sizeText=Mt.sizeText.bind(Mt),Mt.textEditDivClicked=Mt.textEditDivClicked.bind(Mt),Mt.showTextEditor=Mt.showTextEditor.bind(Mt),Mt.setSize=Mt.setSize.bind(Mt),Mt.positionTextEditor=Mt.positionTextEditor.bind(Mt),Mt.colorPanel=new nt("Color",Gt.defaultColorSet,Gt.defaultColor),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.fontFamilyPanel=new oe("Font",Gt.defaultFontFamilies,Gt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt}return fe(Ct,jt),Ct.prototype.ownsTarget=function(wt){if(jt.prototype.ownsTarget.call(this,wt)||wt===this.visual||wt===this.textElement||wt===this.bgRectangle)return!0;var Et=!1;return this.textElement.childNodes.forEach(function(Gt){Gt===wt&&(Et=!0)}),Et},Ct.prototype.createVisual=function(){this.visual=le.createGroup(),this.bgRectangle=le.createRect(1,1,[["fill","transparent"]]),this.visual.appendChild(this.bgRectangle),this.textElement=le.createText([["fill",this.color],["font-family",this.fontFamily],["font-size","16px"],["x","0"],["y","0"]]),this.textElement.transform.baseVal.appendItem(le.createTransform()),this.textElement.transform.baseVal.appendItem(le.createTransform()),this.visual.appendChild(this.textElement),this.addMarkerVisualToContainer(this.visual),this.renderText()},Ct.prototype.pointerDown=function(wt,Et){jt.prototype.pointerDown.call(this,wt,Et),this.isMoved=!1,this.pointerDownPoint=wt,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(wt),this._state="creating")},Ct.prototype.renderText=function(){var wt=this;if(this.textElement){for(;this.textElement.lastChild;)this.textElement.removeChild(this.textElement.lastChild);this.text.split(/\r\n|[\n\v\f\r\x85\u2028\u2029]/).forEach(function(Et){wt.textElement.appendChild(le.createTSpan(Et.trim()===""?" ":Et.trim(),[["x","0"],["dy","1.2em"]]))}),setTimeout(this.sizeText,10)}},Ct.prototype.getTextScale=function(){var wt=this.textElement.getBBox(),Et=1;if(wt.width>0&&wt.height>0){var Gt=(1*this.width-this.width*this.padding*2/100)/wt.width,Mt=(1*this.height-this.height*this.padding*2/100)/wt.height;Et=Math.min(Gt,Mt)}return Et},Ct.prototype.getTextPosition=function(wt){var Et=this.textElement.getBBox(),Gt=0,Mt=0;return Et.width>0&&Et.height>0&&(Gt=(this.width-Et.width*wt)/2,Mt=this.height/2-Et.height*wt/2),{x:Gt,y:Mt}},Ct.prototype.sizeText=function(){var wt=this.textElement.getBBox(),Et=this.getTextScale(),Gt=this.getTextPosition(Et);Gt.y-=wt.y*Et,navigator.userAgent.indexOf("Edge/")>-1?this.textElement.style.transform="translate("+Gt.x+"px, "+Gt.y+"px) scale("+Et+", "+Et+")":(this.textElement.transform.baseVal.getItem(0).setTranslate(Gt.x,Gt.y),this.textElement.transform.baseVal.getItem(1).setScale(Et,Et))},Ct.prototype.manipulate=function(wt){jt.prototype.manipulate.call(this,wt),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(wt.x-this.pointerDownPoint.x)>5||Math.abs(wt.y-this.pointerDownPoint.y)>5)},Ct.prototype.resize=function(wt){jt.prototype.resize.call(this,wt),this.isMoved=!0,this.setSize(),this.sizeText()},Ct.prototype.setSize=function(){jt.prototype.setSize.call(this),this.visual&&this.bgRectangle&&(le.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),le.setAttributes(this.bgRectangle,[["width",this.width.toString()],["height",this.height.toString()]]))},Ct.prototype.pointerUp=function(wt){var Et=this.state;Et==="creating"&&(this._suppressMarkerCreateEvent=!0),jt.prototype.pointerUp.call(this,wt),this.setSize(),(Et==="creating"||!this.isMoved&&Date.now()-this.pointerDownTimestamp>500)&&this.showTextEditor(),this.pointerDownPoint=void 0},Ct.prototype.showTextEditor=function(){var wt=this;this._state="edit",this.overlayContainer.innerHTML="",this.textEditDiv=document.createElement("div"),this.textEditDiv.style.flexGrow="2",this.textEditDiv.style.alignItems="center",this.textEditDiv.style.justifyContent="center",this.textEditDiv.style.pointerEvents="auto",this.textEditDiv.style.overflow="hidden",this.textEditor=document.createElement("div"),this.textEditor.style.position="absolute",this.textEditor.style.fontFamily=this.fontFamily,this.textEditor.style.lineHeight="1em",this.textEditor.innerText=this.text,this.textEditor.contentEditable="true",this.textEditor.style.color=this.color,this.textEditor.style.whiteSpace="pre",this.positionTextEditor(),this.textEditor.addEventListener("pointerup",function(Et){Et.stopPropagation()}),this.textEditor.addEventListener("input",function(){for(var Et=Number.parseFloat(wt.textEditor.style.fontSize);wt.textEditor.clientWidth>=Number.parseInt(wt.textEditor.style.maxWidth)&&Et>.9;)Et-=.1,wt.textEditor.style.fontSize=Math.max(Et,.9)+"em"}),this.textEditor.addEventListener("keyup",function(Et){Et.cancelBubble=!0}),this.textEditor.addEventListener("paste",function(Et){if(Et.clipboardData){var Gt=Et.clipboardData.getData("text"),Mt=window.getSelection();if(!Mt.rangeCount)return!1;Mt.deleteFromDocument(),Mt.getRangeAt(0).insertNode(document.createTextNode(Gt)),Et.preventDefault()}}),this.textEditDiv.addEventListener("pointerup",function(){wt.textEditDivClicked(wt.textEditor.innerText)}),this.textEditDiv.appendChild(this.textEditor),this.overlayContainer.appendChild(this.textEditDiv),this.hideVisual(),this.textEditor.focus(),document.execCommand("selectAll")},Ct.prototype.positionTextEditor=function(){if(this.state==="edit")if(this.textEditor===void 0)this.showTextEditor();else{this.textElement.style.display="";var wt=this.getTextScale(),Et=this.rotatePoint({x:this.left+this.width/2,y:this.top+this.height/2}),Gt=this.textElement.getBBox(),Mt={x:Gt.width*wt,y:Gt.height*wt};Et.x-=Mt.x/2,Et.y-=Mt.y/2,this.textEditor.style.top=Et.y+"px",this.textEditor.style.left=Et.x+"px",this.textEditor.style.maxWidth=this.overlayContainer.offsetWidth-Et.x+"px",this.textEditor.style.fontSize=Math.max(16*wt,12)+"px",this.textElement.style.display="none"}},Ct.prototype.textEditDivClicked=function(wt){this.text=wt.trim(),this.overlayContainer.innerHTML="",this.renderText(),this.showVisual(),this._suppressMarkerCreateEvent&&(this._suppressMarkerCreateEvent=!1,this.onMarkerCreated&&this.onMarkerCreated(this)),this.stateChanged()},Ct.prototype.select=function(){jt.prototype.select.call(this),this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText)},Ct.prototype.deselect=function(){this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText),jt.prototype.deselect.call(this)},Ct.prototype.dblClick=function(wt,Et){jt.prototype.dblClick.call(this,wt,Et),this.showTextEditor()},Ct.prototype.setColor=function(wt){this.textElement&&le.setAttributes(this.textElement,[["fill",wt]]),this.color=wt,this.textEditor&&(this.textEditor.style.color=this.color),this.colorChanged(wt)},Ct.prototype.setFont=function(wt){this.textElement&&le.setAttributes(this.textElement,[["font-family",wt]]),this.fontFamily=wt,this.textEditor&&(this.textEditor.style.fontFamily=this.fontFamily),this.renderText(),this.stateChanged()},Ct.prototype.hideVisual=function(){this.textElement.style.display="none",this.hideControlBox()},Ct.prototype.showVisual=function(){this.state==="edit"&&(this._state="select"),this.textElement.style.display="",this.showControlBox()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({color:this.color,fontFamily:this.fontFamily,padding:this.padding,text:this.text},jt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){var Et=wt;this.color=Et.color,this.fontFamily=Et.fontFamily,this.padding=Et.padding,this.text=Et.text,this.createVisual(),jt.prototype.restoreState.call(this,wt),this.setSize()},Ct.prototype.scale=function(wt,Et){jt.prototype.scale.call(this,wt,Et),this.setSize(),this.sizeText(),this.positionTextEditor()},Ct.typeName="TextMarker",Ct.title="Text marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M9.6 14L12 7.7l2.4 6.3M11 5L5.5 19h2.2l1.1-3H15l1.1 3h2.2L13 5h-2z"/></svg>',Ct}(kt),De=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.color="transparent",Mt.lineWidth=3,Mt.drawing=!1,Mt.pixelRatio=1,Mt.color=Gt.defaultColor,Mt.lineWidth=Gt.defaultStrokeWidth,Mt.pixelRatio=Gt.freehandPixelRatio,Mt.setColor=Mt.setColor.bind(Mt),Mt.addCanvas=Mt.addCanvas.bind(Mt),Mt.finishCreation=Mt.finishCreation.bind(Mt),Mt.setLineWidth=Mt.setLineWidth.bind(Mt),Mt.colorPanel=new nt("Color",Gt.defaultColorSet,Gt.defaultColor),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.lineWidthPanel=new Wt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.lineWidthPanel.onWidthChanged=Mt.setLineWidth,Mt}return fe(Ct,jt),Ct.prototype.ownsTarget=function(wt){return!(!jt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual&&wt!==this.drawingImage)},Ct.prototype.createVisual=function(){this.visual=le.createGroup(),this.drawingImage=le.createImage(),this.visual.appendChild(this.drawingImage);var wt=le.createTransform();this.visual.transform.baseVal.appendItem(wt),this.addMarkerVisualToContainer(this.visual)},Ct.prototype.pointerDown=function(wt,Et){this.state==="new"&&(this.addCanvas(),this.createVisual(),this._state="creating"),this.state==="creating"?(this.canvasContext.strokeStyle=this.color,this.canvasContext.lineWidth=this.lineWidth,this.canvasContext.beginPath(),this.canvasContext.moveTo(wt.x,wt.y),this.drawing=!0):jt.prototype.pointerDown.call(this,wt,Et)},Ct.prototype.manipulate=function(wt){this.state==="creating"?this.drawing&&(this.canvasContext.lineTo(wt.x,wt.y),this.canvasContext.stroke()):jt.prototype.manipulate.call(this,wt)},Ct.prototype.resize=function(wt){jt.prototype.resize.call(this,wt),le.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),le.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]])},Ct.prototype.pointerUp=function(wt){this._state==="creating"?this.drawing&&(this.canvasContext.closePath(),this.drawing=!1,this.globalSettings.newFreehandMarkerOnPointerUp&&this.finishCreation()):jt.prototype.pointerUp.call(this,wt)},Ct.prototype.addCanvas=function(){this.overlayContainer.innerHTML="",this.canvasElement=document.createElement("canvas"),this.canvasElement.width=this.overlayContainer.clientWidth*this.pixelRatio,this.canvasElement.height=this.overlayContainer.clientHeight*this.pixelRatio,this.canvasContext=this.canvasElement.getContext("2d"),this.canvasContext.scale(this.pixelRatio,this.pixelRatio),this.overlayContainer.appendChild(this.canvasElement)},Ct.prototype.select=function(){this.state==="creating"&&this.finishCreation(),jt.prototype.select.call(this)},Ct.prototype.deselect=function(){this.state==="creating"&&this.finishCreation(),jt.prototype.deselect.call(this)},Ct.prototype.finishCreation=function(){for(var wt=this.canvasContext.getImageData(0,0,this.canvasElement.width,this.canvasElement.height),Et=[this.canvasElement.width+1,this.canvasElement.height+1,-1,-1],Gt=Et[0],Mt=Et[1],Pe=Et[2],sn=Et[3],Qn=!1,Yn=0;Yn<this.canvasElement.height;Yn++)for(var Ln=0;Ln<this.canvasElement.width;Ln++)wt.data[Yn*this.canvasElement.width*4+4*Ln+3]>0&&(Qn=!0,Yn<Mt&&(Mt=Yn),Ln<Gt&&(Gt=Ln),Yn>sn&&(sn=Yn),Ln>Pe&&(Pe=Ln));if(Qn){this.left=Gt/this.pixelRatio,this.top=Mt/this.pixelRatio,this.width=(Pe-Gt)/this.pixelRatio,this.height=(sn-Mt)/this.pixelRatio;var ti=document.createElement("canvas");ti.width=Pe-Gt,ti.height=sn-Mt,ti.getContext("2d").putImageData(this.canvasContext.getImageData(Gt,Mt,Pe-Gt,sn-Mt),0,0),this.drawingImgUrl=ti.toDataURL("image/png"),this.setDrawingImage(),this._state="select",this.onMarkerCreated&&this.onMarkerCreated(this)}this.overlayContainer.innerHTML=""},Ct.prototype.setDrawingImage=function(){le.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]]),le.setAttributes(this.drawingImage,[["href",this.drawingImgUrl]]),this.moveVisual({x:this.left,y:this.top})},Ct.prototype.setColor=function(wt){this.color=wt,this.colorChanged(wt)},Ct.prototype.setLineWidth=function(wt){this.lineWidth=wt},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return this.state==="new"||this.state==="creating"?[this.colorPanel,this.lineWidthPanel]:[]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({drawingImgUrl:this.drawingImgUrl},jt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){this.createVisual(),jt.prototype.restoreState.call(this,wt),this.drawingImgUrl=wt.drawingImgUrl,this.setDrawingImage()},Ct.prototype.scale=function(wt,Et){jt.prototype.scale.call(this,wt,Et),this.setDrawingImage()},Ct.typeName="FreehandMarker",Ct.title="Freehand marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M9.75 20.85c1.78-.7 1.39-2.63.49-3.85-.89-1.25-2.12-2.11-3.36-2.94A9.817 9.817 0 014.54 12c-.28-.33-.85-.94-.27-1.06.59-.12 1.61.46 2.13.68.91.38 1.81.82 2.65 1.34l1.01-1.7C8.5 10.23 6.5 9.32 4.64 9.05c-1.06-.16-2.18.06-2.54 1.21-.32.99.19 1.99.77 2.77 1.37 1.83 3.5 2.71 5.09 4.29.34.33.75.72.95 1.18.21.44.16.47-.31.47-1.24 0-2.79-.97-3.8-1.61l-1.01 1.7c1.53.94 4.09 2.41 5.96 1.79m11.09-15.6c.22-.22.22-.58 0-.79l-1.3-1.3a.562.562 0 00-.78 0l-1.02 1.02 2.08 2.08M11 10.92V13h2.08l6.15-6.15-2.08-2.08L11 10.92z"/></svg>',Ct}(kt),Le=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Gt||'<svg viewBox="0 0 24 24"><path d="M8 14v4l-6-6 6-6v4h8V6l6 6-6 6v-4H8z"/></svg>')||this;return Mt.typeBoxes=[],Mt.currentType=Et,Mt.setCurrentType=Mt.setCurrentType.bind(Mt),Mt}return fe(Ct,jt),Ct.prototype.getUi=function(){var wt=this,Et=document.createElement("div");Et.style.display="flex",Et.style.overflow="hidden",Et.style.flexGrow="2";for(var Gt=function(sn){var Qn="both";switch(sn){case 0:Qn="both";break;case 1:Qn="start";break;case 2:Qn="end";break;case 3:Qn="none"}var Yn=document.createElement("div");if(Yn.style.display="flex",Yn.style.flexGrow="2",Yn.style.alignItems="center",Yn.style.justifyContent="space-between",Yn.style.padding="5px",Yn.style.borderWidth="2px",Yn.style.borderStyle="solid",Yn.style.borderColor=Qn===Mt.currentType?Mt.uiStyleSettings.toolboxAccentColor:"transparent",Yn.addEventListener("click",function(){wt.setCurrentType(Qn,Yn)}),Et.appendChild(Yn),Qn==="both"||Qn==="start"){var Ln=document.createElement("div");Ln.style.display="flex",Ln.style.alignItems="center",Ln.style.minHeight="20px",Ln.innerHTML=`<svg viewBox="0 0 10 10" width="10" height="10" xmlns="http://www.w3.org/2000/svg">
|
|
<polygon points="0,5 10,0 10,10" fill="`+(Mt.uiStyleSettings!==void 0?Mt.uiStyleSettings.toolboxColor:"#eeeeee")+`" />
|
|
</svg>`,Ln.style.marginLeft="5px",Yn.appendChild(Ln)}var ti=document.createElement("div");ti.style.display="flex",ti.style.alignItems="center",ti.style.minHeight="20px",ti.style.flexGrow="2";var pn=document.createElement("hr");if(pn.style.minWidth="20px",pn.style.border="0px",pn.style.borderTop="3px solid "+(Mt.uiStyleSettings!==void 0?Mt.uiStyleSettings.toolboxColor:"#eeeeee"),pn.style.flexGrow="2",ti.appendChild(pn),Yn.appendChild(ti),Qn==="both"||Qn==="end"){var $n=document.createElement("div");$n.style.display="flex",$n.style.alignItems="center",$n.style.minHeight="20px",$n.innerHTML=`<svg viewBox="0 0 10 10" width="10" height="10" xmlns="http://www.w3.org/2000/svg">
|
|
<polygon points="0,0 10,5 0,10" fill="`+(Mt.uiStyleSettings!==void 0?Mt.uiStyleSettings.toolboxColor:"#eeeeee")+`" />
|
|
</svg>`,$n.style.marginRight="5px",Yn.appendChild($n)}Mt.typeBoxes.push(Yn)},Mt=this,Pe=0;Pe<4;Pe++)Gt(Pe);return Et},Ct.prototype.setCurrentType=function(wt,Et){var Gt=this;this.currentType=wt,this.typeBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===Et?Gt.uiStyleSettings!==void 0?Gt.uiStyleSettings.toolboxAccentColor:"#3080c3":"transparent"}),this.onArrowTypeChanged&&this.onArrowTypeChanged(this.currentType)},Ct}(et),Pn=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.arrowType="end",Mt.arrowBaseHeight=10,Mt.arrowBaseWidth=10,Mt.getArrowPoints=Mt.getArrowPoints.bind(Mt),Mt.setArrowType=Mt.setArrowType.bind(Mt),Mt.arrowTypePanel=new Le("Arrow type","end"),Mt.arrowTypePanel.onArrowTypeChanged=Mt.setArrowType,Mt}return fe(Ct,jt),Ct.prototype.ownsTarget=function(wt){return!(!jt.prototype.ownsTarget.call(this,wt)&&wt!==this.arrow1&&wt!==this.arrow2)},Ct.prototype.getArrowPoints=function(wt,Et){var Gt=this.arrowBaseWidth+2*this.strokeWidth,Mt=this.arrowBaseHeight+2*this.strokeWidth;return wt-Gt/2+","+(Et+Mt/2)+" "+wt+","+(Et-Mt/2)+" "+(wt+Gt/2)+","+(Et+Mt/2)},Ct.prototype.createTips=function(){this.arrow1=le.createPolygon(this.getArrowPoints(this.x1,this.y1),[["fill",this.strokeColor]]),this.arrow1.transform.baseVal.appendItem(le.createTransform()),this.visual.appendChild(this.arrow1),this.arrow2=le.createPolygon(this.getArrowPoints(this.x2,this.y2),[["fill",this.strokeColor]]),this.arrow2.transform.baseVal.appendItem(le.createTransform()),this.visual.appendChild(this.arrow2)},Ct.prototype.pointerDown=function(wt,Et){jt.prototype.pointerDown.call(this,wt,Et),this.state==="creating"&&this.createTips()},Ct.prototype.adjustVisual=function(){if(jt.prototype.adjustVisual.call(this),this.arrow1&&this.arrow2){this.arrow1.style.display=this.arrowType==="both"||this.arrowType==="start"?"":"none",this.arrow2.style.display=this.arrowType==="both"||this.arrowType==="end"?"":"none",le.setAttributes(this.arrow1,[["points",this.getArrowPoints(this.x1,this.y1)],["fill",this.strokeColor]]),le.setAttributes(this.arrow2,[["points",this.getArrowPoints(this.x2,this.y2)],["fill",this.strokeColor]]);var wt=0;Math.abs(this.x1-this.x2)>.1&&(wt=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2));var Et=this.arrow1.transform.baseVal.getItem(0);Et.setRotate(wt,this.x1,this.y1),this.arrow1.transform.baseVal.replaceItem(Et,0);var Gt=this.arrow2.transform.baseVal.getItem(0);Gt.setRotate(wt+180,this.x2,this.y2),this.arrow2.transform.baseVal.replaceItem(Gt,0)}},Ct.prototype.setArrowType=function(wt){this.arrowType=wt,this.adjustVisual(),this.stateChanged()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel,this.arrowTypePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({arrowType:this.arrowType},jt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){jt.prototype.restoreState.call(this,wt);var Et=wt;this.arrowType=Et.arrowType,this.createTips(),this.adjustVisual()},Ct.typeName="ArrowMarker",Ct.title="Arrow marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 7 15.59V9H5v10h10v-2H8.41L19 6.41z"/></svg>',Ct}(ye),cn=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.fillColor=Gt.defaultFillColor,Mt.strokeWidth=0,Mt.fillPanel=new nt("Color",Gt.defaultColorSet,Gt.defaultFillColor),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt}return fe(Ct,jt),Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.fillPanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=jt.prototype.getState.call(this);return wt.typeName=Ct.typeName,wt},Ct.typeName="CoverMarker",Ct.title="Cover marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4z"/></svg>',Ct}(bt),dn=function(jt){function Ct(wt,Et,Gt,Mt){var Pe=jt.call(this,wt,Mt||'<svg viewBox="0 0 24 24"><path d="M17.66 8L12 2.35 6.34 8A8.02 8.02 0 004 13.64c0 2 .78 4.11 2.34 5.67a7.99 7.99 0 0011.32 0c1.56-1.56 2.34-3.67 2.34-5.67S19.22 9.56 17.66 8M6 14c0-2 .62-3.27 1.76-4.4L12 5.27l4.24 4.38C17.38 10.77 18 12 18 14H6z"/></svg>')||this;return Pe.opacities=[],Pe.opacityBoxes=[],Pe.opacities=Et,Pe.currentOpacity=Gt,Pe.setCurrentOpacity=Pe.setCurrentOpacity.bind(Pe),Pe}return fe(Ct,jt),Ct.prototype.getUi=function(){var wt=this,Et=document.createElement("div");return Et.style.display="flex",Et.style.overflow="hidden",Et.style.flexGrow="2",Et.style.justifyContent="space-between",this.opacities.forEach(function(Gt){var Mt=document.createElement("div");Mt.style.display="flex",Mt.style.alignItems="center",Mt.style.justifyContent="center",Mt.style.padding="5px",Mt.style.borderWidth="2px",Mt.style.borderStyle="solid",Mt.style.borderColor=Gt===wt.currentOpacity?wt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){wt.setCurrentOpacity(Gt,Mt)}),Et.appendChild(Mt);var Pe=document.createElement("div");Pe.innerText=100*Gt+"%",Mt.appendChild(Pe),wt.opacityBoxes.push(Mt)}),Et},Ct.prototype.setCurrentOpacity=function(wt,Et){var Gt=this;this.currentOpacity=wt,this.opacityBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===Et?Gt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onOpacityChanged&&this.onOpacityChanged(this.currentOpacity)},Ct}(et),Mn=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.setOpacity=Mt.setOpacity.bind(Mt),Mt.fillColor=Gt.defaultHighlightColor,Mt.strokeWidth=0,Mt.opacity=Gt.defaultHighlightOpacity,Mt.fillPanel=new nt("Color",Gt.defaultColorSet,Mt.fillColor),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt.opacityPanel=new dn("Opacity",Gt.defaultOpacitySteps,Mt.opacity),Mt.opacityPanel.onOpacityChanged=Mt.setOpacity,Mt}return fe(Ct,jt),Ct.prototype.setOpacity=function(wt){this.opacity=wt,this.visual&&le.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.fillPanel,this.opacityPanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=jt.prototype.getState.call(this);return wt.typeName=Ct.typeName,wt},Ct.typeName="HighlightMarker",Ct.title="Highlight marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M18.5 1.15c-.53 0-1.04.19-1.43.58l-5.81 5.82 5.65 5.65 5.82-5.81c.77-.78.77-2.04 0-2.83l-2.84-2.83c-.39-.39-.89-.58-1.39-.58M10.3 8.5l-5.96 5.96c-.78.78-.78 2.04.02 2.85C3.14 18.54 1.9 19.77.67 21h5.66l.86-.86c.78.76 2.03.75 2.81-.02l5.95-5.96"/></svg>',Ct}(cn),Yt='<svg viewBox="0 0 24 24"><path d="M9.62 12L12 5.67 14.37 12M11 3L5.5 17h2.25l1.12-3h6.25l1.13 3h2.25L13 3h-2z"/></svg>',Dt='<svg viewBox="0 0 24 24"><path d="M19 11.5s-2 2.17-2 3.5a2 2 0 002 2 2 2 0 002-2c0-1.33-2-3.5-2-3.5M5.21 10L10 5.21 14.79 10m1.77-1.06L7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.56-.59 1.53 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.59.59-1.56 0-2.12z"/></svg>',ue=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.bgColor="transparent",Mt.tipPosition={x:0,y:0},Mt.tipBase1Position={x:0,y:0},Mt.tipBase2Position={x:0,y:0},Mt.tipMoving=!1,Mt.color=Gt.defaultStrokeColor,Mt.bgColor=Gt.defaultFillColor,Mt.fontFamily=Gt.defaultFontFamily,Mt.defaultSize={x:100,y:30},Mt.setBgColor=Mt.setBgColor.bind(Mt),Mt.getTipPoints=Mt.getTipPoints.bind(Mt),Mt.positionTip=Mt.positionTip.bind(Mt),Mt.setTipPoints=Mt.setTipPoints.bind(Mt),Mt.colorPanel=new nt("Text color",Gt.defaultColorSet,Mt.color,Yt),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.bgColorPanel=new nt("Fill color",Gt.defaultColorSet,Mt.bgColor,Dt),Mt.bgColorPanel.onColorChanged=Mt.setBgColor,Mt.fontFamilyPanel=new oe("Font",Gt.defaultFontFamilies,Gt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt.tipGrip=new pt,Mt.tipGrip.visual.transform.baseVal.appendItem(le.createTransform()),Mt.controlBox.appendChild(Mt.tipGrip.visual),Mt}return fe(Ct,jt),Ct.prototype.ownsTarget=function(wt){return jt.prototype.ownsTarget.call(this,wt)||this.tipGrip.ownsTarget(wt)||this.tip===wt},Ct.prototype.createTip=function(){le.setAttributes(this.bgRectangle,[["fill",this.bgColor],["rx","10px"]]),this.tip=le.createPolygon(this.getTipPoints(),[["fill",this.bgColor]]),this.visual.appendChild(this.tip)},Ct.prototype.pointerDown=function(wt,Et){this.state==="new"&&jt.prototype.pointerDown.call(this,wt,Et),this.state==="creating"?this.createTip():this.tipGrip.ownsTarget(Et)?(this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.tipMoving=!0):jt.prototype.pointerDown.call(this,wt,Et)},Ct.prototype.pointerUp=function(wt){if(this.tipMoving)this.tipMoving=!1,this.isMoved=!0,jt.prototype.pointerUp.call(this,wt);else{var Et=this.state==="creating";jt.prototype.pointerUp.call(this,wt),this.setTipPoints(Et),this.positionTip()}},Ct.prototype.manipulate=function(wt){if(this.tipMoving){var Et=this.unrotatePoint(wt);this.tipPosition={x:Et.x-this.manipulationStartLeft,y:Et.y-this.manipulationStartTop},this.positionTip()}else jt.prototype.manipulate.call(this,wt)},Ct.prototype.setBgColor=function(wt){this.bgRectangle&&this.tip&&(le.setAttributes(this.bgRectangle,[["fill",wt]]),le.setAttributes(this.tip,[["fill",wt]])),this.bgColor=wt,this.fillColorChanged(wt)},Ct.prototype.getTipPoints=function(){return this.setTipPoints(this.state==="creating"),this.tipBase1Position.x+","+this.tipBase1Position.y+" "+this.tipBase2Position.x+","+this.tipBase2Position.y+" "+this.tipPosition.x+","+this.tipPosition.y},Ct.prototype.setTipPoints=function(wt){wt===void 0&&(wt=!1);var Et=Math.min(this.height/2,15),Gt=this.height/5;wt&&(this.tipPosition={x:Et+Gt/2,y:this.height+20});var Mt=Math.atan(this.height/2/(this.width/2));this.tipPosition.x<this.width/2&&this.tipPosition.y<this.height/2?Mt<Math.atan((this.height/2-this.tipPosition.y)/(this.width/2-this.tipPosition.x))?(Gt=this.width/5,Et=Math.min(this.width/2,15),this.tipBase1Position={x:Et,y:0},this.tipBase2Position={x:Et+Gt,y:0}):(this.tipBase1Position={x:0,y:Et},this.tipBase2Position={x:0,y:Et+Gt}):this.tipPosition.x>=this.width/2&&this.tipPosition.y<this.height/2?Mt<Math.atan((this.height/2-this.tipPosition.y)/(this.tipPosition.x-this.width/2))?(Gt=this.width/5,Et=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-Et-Gt,y:0},this.tipBase2Position={x:this.width-Et,y:0}):(this.tipBase1Position={x:this.width,y:Et},this.tipBase2Position={x:this.width,y:Et+Gt}):this.tipPosition.x>=this.width/2&&this.tipPosition.y>=this.height/2?Mt<Math.atan((this.tipPosition.y-this.height/2)/(this.tipPosition.x-this.width/2))?(Gt=this.width/5,Et=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-Et-Gt,y:this.height},this.tipBase2Position={x:this.width-Et,y:this.height}):(this.tipBase1Position={x:this.width,y:this.height-Et-Gt},this.tipBase2Position={x:this.width,y:this.height-Et}):Mt<Math.atan((this.tipPosition.y-this.height/2)/(this.width/2-this.tipPosition.x))?(Gt=this.width/5,Et=Math.min(this.width/2,15),this.tipBase1Position={x:Et,y:this.height},this.tipBase2Position={x:Et+Gt,y:this.height}):(this.tipBase1Position={x:0,y:this.height-Et},this.tipBase2Position={x:0,y:this.height-Et-Gt})},Ct.prototype.resize=function(wt){jt.prototype.resize.call(this,wt),this.positionTip()},Ct.prototype.positionTip=function(){le.setAttributes(this.tip,[["points",this.getTipPoints()]]);var wt=this.tipGrip.visual.transform.baseVal.getItem(0);wt.setTranslate(this.tipPosition.x,this.tipPosition.y),this.tipGrip.visual.transform.baseVal.replaceItem(wt,0)},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.bgColorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),Ct.prototype.select=function(){this.positionTip(),jt.prototype.select.call(this)},Ct.prototype.getState=function(){var wt=Object.assign({bgColor:this.bgColor,tipPosition:this.tipPosition},jt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){var Et=wt;this.bgColor=Et.bgColor,this.tipPosition=Et.tipPosition,jt.prototype.restoreState.call(this,wt),this.createTip(),this.setTipPoints()},Ct.prototype.scale=function(wt,Et){jt.prototype.scale.call(this,wt,Et),this.tipPosition={x:this.tipPosition.x*wt,y:this.tipPosition.y*Et},this.positionTip()},Ct.typeName="CalloutMarker",Ct.title="Callout marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 012 2v12a2 2 0 01-2 2h-4l-4 4-4-4H4a2 2 0 01-2-2V4a2 2 0 012-2m0 2v12h4.83L12 19.17 15.17 16H20V4H4m2 3h12v2H6V7m0 4h10v2H6v-2z"/></svg>',Ct}(xe),Xe=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.fillColor="transparent",Mt.strokeColor="transparent",Mt.strokeWidth=0,Mt.strokeDasharray="",Mt.opacity=1,Mt.strokeColor=Gt.defaultColor,Mt.strokeWidth=Gt.defaultStrokeWidth,Mt.strokeDasharray=Gt.defaultStrokeDasharray,Mt.fillColor=Gt.defaultFillColor,Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setFillColor=Mt.setFillColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.setOpacity=Mt.setOpacity.bind(Mt),Mt.createVisual=Mt.createVisual.bind(Mt),Mt.strokePanel=new nt("Line color",ve(Gt.defaultColorSet,["transparent"]),Gt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.fillPanel=new nt("Fill color",ve(Gt.defaultColorSet,["transparent"]),Mt.fillColor,Dt),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt.strokeWidthPanel=new Wt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Zt("Line style",Gt.defaultStrokeDasharrays,Gt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt.opacityPanel=new dn("Opacity",Gt.defaultOpacitySteps,Mt.opacity),Mt.opacityPanel.onOpacityChanged=Mt.setOpacity,Mt}return fe(Ct,jt),Ct.prototype.ownsTarget=function(wt){return!(!jt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual)},Ct.prototype.createVisual=function(){this.visual=le.createEllipse(this.width/2,this.height/2,[["fill",this.fillColor],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["stroke-dasharray",this.strokeDasharray],["opacity",this.opacity.toString()]]),this.addMarkerVisualToContainer(this.visual)},Ct.prototype.pointerDown=function(wt,Et){jt.prototype.pointerDown.call(this,wt,Et),this.state==="new"&&(this.createVisual(),this.moveVisual(wt),this._state="creating")},Ct.prototype.manipulate=function(wt){jt.prototype.manipulate.call(this,wt)},Ct.prototype.resize=function(wt){jt.prototype.resize.call(this,wt),this.setSize()},Ct.prototype.setSize=function(){jt.prototype.setSize.call(this),le.setAttributes(this.visual,[["cx",(this.width/2).toString()],["cy",(this.height/2).toString()],["rx",(this.width/2).toString()],["ry",(this.height/2).toString()]])},Ct.prototype.pointerUp=function(wt){jt.prototype.pointerUp.call(this,wt),this.setSize()},Ct.prototype.setStrokeColor=function(wt){this.strokeColor=wt,this.visual&&le.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(wt),this.stateChanged()},Ct.prototype.setFillColor=function(wt){this.fillColor=wt,this.visual&&le.setAttributes(this.visual,[["fill",this.fillColor]]),this.fillColorChanged(wt),this.stateChanged()},Ct.prototype.setStrokeWidth=function(wt){this.strokeWidth=wt,this.visual&&le.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Ct.prototype.setStrokeDasharray=function(wt){this.strokeDasharray=wt,this.visual&&le.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Ct.prototype.setOpacity=function(wt){this.opacity=wt,this.visual&&le.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.fillPanel,this.strokeWidthPanel,this.strokeStylePanel,this.opacityPanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},jt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){var Et=wt;this.fillColor=Et.fillColor,this.strokeColor=Et.strokeColor,this.strokeWidth=Et.strokeWidth,this.strokeDasharray=Et.strokeDasharray,this.opacity=Et.opacity,this.createVisual(),jt.prototype.restoreState.call(this,wt),this.setSize()},Ct.prototype.scale=function(wt,Et){jt.prototype.scale.call(this,wt,Et),this.setSize()},Ct.typeName="EllipseMarker",Ct.title="Ellipse marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M12 4C6.5 4 2 7.58 2 12s4.5 8 10 8 10-3.58 10-8-4.5-8-10-8z"/></svg>',Ct}(kt),$e=function(jt){function Ct(wt,Et,Gt){return jt.call(this,wt,Et,Gt)||this}return fe(Ct,jt),Object.defineProperty(Ct.prototype,"tipLength",{get:function(){return 10+3*this.strokeWidth},enumerable:!1,configurable:!0}),Ct.prototype.ownsTarget=function(wt){return!(!jt.prototype.ownsTarget.call(this,wt)&&wt!==this.tip1&&wt!==this.tip2)},Ct.prototype.createTips=function(){this.tip1=le.createLine(this.x1-this.tipLength/2,this.y1,this.x1+this.tipLength/2,this.y1,[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),this.tip1.transform.baseVal.appendItem(le.createTransform()),this.visual.appendChild(this.tip1),this.tip2=le.createLine(this.x2-this.tipLength/2,this.y2,this.x2+this.tipLength/2,this.y2,[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),this.tip2.transform.baseVal.appendItem(le.createTransform()),this.visual.appendChild(this.tip2)},Ct.prototype.pointerDown=function(wt,Et){jt.prototype.pointerDown.call(this,wt,Et),this.state==="creating"&&this.createTips()},Ct.prototype.adjustVisual=function(){if(jt.prototype.adjustVisual.call(this),this.tip1&&this.tip2&&(le.setAttributes(this.tip1,[["x1",(this.x1-this.tipLength/2).toString()],["y1",this.y1.toString()],["x2",(this.x1+this.tipLength/2).toString()],["y2",this.y1.toString()],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),le.setAttributes(this.tip2,[["x1",(this.x2-this.tipLength/2).toString()],["y1",this.y2.toString()],["x2",(this.x2+this.tipLength/2).toString()],["y2",this.y2.toString()],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),Math.abs(this.x1-this.x2)>.1)){var wt=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2),Et=this.tip1.transform.baseVal.getItem(0);Et.setRotate(wt,this.x1,this.y1),this.tip1.transform.baseVal.replaceItem(Et,0);var Gt=this.tip2.transform.baseVal.getItem(0);Gt.setRotate(wt+180,this.x2,this.y2),this.tip2.transform.baseVal.replaceItem(Gt,0)}},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=jt.prototype.getState.call(this);return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){jt.prototype.restoreState.call(this,wt),this.createTips(),this.adjustVisual()},Ct.typeName="MeasurementMarker",Ct.title="Measurement marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M1.39 18.36l1.77-1.76L4.58 18l1.06-1.05-1.42-1.41 1.42-1.42 2.47 2.48 1.06-1.06-2.47-2.48 1.41-1.41 1.42 1.41L10.59 12l-1.42-1.41 1.42-1.42 2.47 2.48 1.06-1.06-2.47-2.48 1.41-1.41 1.41 1.41 1.07-1.06-1.42-1.41 1.42-1.42L18 6.7l1.07-1.06-2.47-2.48 1.76-1.77 4.25 4.25L5.64 22.61l-4.25-4.25z"/></svg>',Ct}(ye),de=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.strokePanel.colors=Gt.defaultColorSet,Mt.fillColor="transparent",Mt}return fe(Ct,jt),Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=jt.prototype.getState.call(this);return wt.typeName=Ct.typeName,wt},Ct.typeName="EllipseFrameMarker",Ct.title="Ellipse frame marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M12 6c4.41 0 8 2.69 8 6s-3.59 6-8 6-8-2.69-8-6 3.59-6 8-6m0-2C6.5 4 2 7.58 2 12s4.5 8 10 8 10-3.58 10-8-4.5-8-10-8z"/></svg>',Ct}(Xe),We=function(){function jt(){this.undoStack=[],this.redoStack=[]}return Object.defineProperty(jt.prototype,"isUndoPossible",{get:function(){return this.undoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"isRedoPossible",{get:function(){return this.redoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"undoStepCount",{get:function(){return this.undoStack.length},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"redoStepCount",{get:function(){return this.redoStack.length},enumerable:!1,configurable:!0}),jt.prototype.addUndoStep=function(Ct){this.undoStack.length!==0&&JSON.stringify(this.undoStack[this.undoStack.length-1])===JSON.stringify(Ct)||(this.undoStack.push(Ct),JSON.stringify(this.lastRedoStep)!==JSON.stringify(Ct)&&this.redoStack.splice(0,this.redoStack.length))},jt.prototype.replaceLastUndoStep=function(Ct){this.undoStack.length>0&&(this.undoStack[this.undoStack.length-1]=Ct)},jt.prototype.getLastUndoStep=function(){return this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0},jt.prototype.undo=function(){if(this.undoStack.length>1){var Ct=this.undoStack.pop();return Ct!==void 0&&this.redoStack.push(Ct),this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0}},jt.prototype.redo=function(){return this.lastRedoStep=this.redoStack.pop(),this.lastRedoStep},jt}(),Re=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.strokeColor="transparent",Mt.strokeWidth=0,Mt.strokeDasharray="",Mt.curveX=0,Mt.curveY=0,Mt.manipulationStartCurveX=0,Mt.manipulationStartCurveY=0,Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.positionGrips=Mt.positionGrips.bind(Mt),Mt.addControlGrips=Mt.addControlGrips.bind(Mt),Mt.adjustVisual=Mt.adjustVisual.bind(Mt),Mt.setupControlBox=Mt.setupControlBox.bind(Mt),Mt.resize=Mt.resize.bind(Mt),Mt.strokeColor=Gt.defaultColor,Mt.strokeWidth=Gt.defaultStrokeWidth,Mt.strokeDasharray=Gt.defaultStrokeDasharray,Mt.strokePanel=new nt("Line color",Gt.defaultColorSet,Gt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new Wt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Zt("Line style",Gt.defaultStrokeDasharrays,Gt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return fe(Ct,jt),Ct.prototype.ownsTarget=function(wt){return!(!jt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual&&wt!==this.selectorCurve&&wt!==this.visibleCurve&&!this.curveGrip.ownsTarget(wt))},Ct.prototype.getPathD=function(){return"M "+this.x1+" "+this.y1+" Q "+this.curveX+" "+this.curveY+", "+this.x2+" "+this.y2},Ct.prototype.createVisual=function(){this.visual=le.createGroup(),this.selectorCurve=le.createPath(this.getPathD(),[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()],["fill","transparent"]]),this.visibleCurve=le.createPath(this.getPathD(),[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["fill","transparent"]]),this.visual.appendChild(this.selectorCurve),this.visual.appendChild(this.visibleCurve),this.addMarkerVisualToContainer(this.visual)},Ct.prototype.pointerDown=function(wt,Et){jt.prototype.pointerDown.call(this,wt,Et),this.manipulationStartCurveX=this.curveX,this.manipulationStartCurveY=this.curveY,this.state==="new"&&(this.curveX=wt.x,this.curveY=wt.y),this.state==="new"?(this.createVisual(),this.adjustVisual(),this._state="creating"):this.curveGrip.ownsTarget(Et)&&(this.activeGrip=this.curveGrip,this._state="resize")},Ct.prototype.adjustVisual=function(){this.selectorCurve&&this.visibleCurve&&(this.selectorCurve.setAttribute("d",this.getPathD()),this.visibleCurve.setAttribute("d",this.getPathD()),le.setAttributes(this.visibleCurve,[["stroke",this.strokeColor]]),le.setAttributes(this.visibleCurve,[["stroke-width",this.strokeWidth.toString()]]),le.setAttributes(this.visibleCurve,[["stroke-dasharray",this.strokeDasharray.toString()]]))},Ct.prototype.setupControlBox=function(){jt.prototype.setupControlBox.call(this),this.curveControlLine1=le.createLine(this.x1,this.y1,this.curveX,this.curveY,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.curveControlLine2=le.createLine(this.x2,this.y2,this.curveX,this.curveY,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.controlBox.insertBefore(this.curveControlLine1,this.controlBox.firstChild),this.controlBox.insertBefore(this.curveControlLine2,this.controlBox.firstChild)},Ct.prototype.addControlGrips=function(){this.curveGrip=this.createGrip(),this.curveX=0,this.curveY=0,jt.prototype.addControlGrips.call(this)},Ct.prototype.positionGrips=function(){jt.prototype.positionGrips.call(this);var wt=this.curveGrip.GRIP_SIZE;this.positionGrip(this.curveGrip.visual,this.curveX-wt/2,this.curveY-wt/2),this.curveControlLine1&&this.curveControlLine2&&(this.curveControlLine1.setAttribute("x1",this.x1.toString()),this.curveControlLine1.setAttribute("y1",this.y1.toString()),this.curveControlLine1.setAttribute("x2",this.curveX.toString()),this.curveControlLine1.setAttribute("y2",this.curveY.toString()),this.curveControlLine2.setAttribute("x1",this.x2.toString()),this.curveControlLine2.setAttribute("y1",this.y2.toString()),this.curveControlLine2.setAttribute("x2",this.curveX.toString()),this.curveControlLine2.setAttribute("y2",this.curveY.toString()))},Ct.prototype.manipulate=function(wt){this.state==="move"&&(this.curveX=this.manipulationStartCurveX+wt.x-this.manipulationStartX,this.curveY=this.manipulationStartCurveY+wt.y-this.manipulationStartY),jt.prototype.manipulate.call(this,wt)},Ct.prototype.resize=function(wt){this.activeGrip===this.curveGrip&&(this.curveX=wt.x,this.curveY=wt.y),jt.prototype.resize.call(this,wt),this.state==="creating"&&(this.curveX=this.x1+(this.x2-this.x1)/2,this.curveY=this.y1+(this.y2-this.y1)/2)},Ct.prototype.setStrokeColor=function(wt){this.strokeColor=wt,this.adjustVisual(),this.colorChanged(wt)},Ct.prototype.setStrokeWidth=function(wt){this.strokeWidth=wt,this.adjustVisual()},Ct.prototype.setStrokeDasharray=function(wt){this.strokeDasharray=wt,this.adjustVisual()},Ct.prototype.scale=function(wt,Et){this.curveX=this.curveX*wt,this.curveY=this.curveY*Et,jt.prototype.scale.call(this,wt,Et)},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,curveX:this.curveX,curveY:this.curveY},jt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){jt.prototype.restoreState.call(this,wt);var Et=wt;this.strokeColor=Et.strokeColor,this.strokeWidth=Et.strokeWidth,this.strokeDasharray=Et.strokeDasharray,this.curveX=Et.curveX,this.curveY=Et.curveY,this.createVisual(),this.adjustVisual()},Ct.typeName="CurveMarker",Ct.title="Curve marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M18.5 2A1.5 1.5 0 0120 3.5 1.5 1.5 0 0118.5 5c-.23 0-.45-.05-.65-.15l-3.69 3.7.34.45c2.19-1.26 4.76-2 7.5-2l1 .03v2.01L22 9c-2.58 0-5 .75-7 2.04A3.96 3.96 0 0111.04 15C9.75 17 9 19.42 9 22l.04 1H7.03L7 22c0-2.74.74-5.31 2-7.5l-.45-.34-3.7 3.69c.1.2.15.42.15.65A1.5 1.5 0 013.5 20 1.5 1.5 0 012 18.5 1.5 1.5 0 013.5 17c.23 0 .45.05.65.15l3.69-3.7C7.31 12.78 7 11.92 7 11a4 4 0 014-4c.92 0 1.78.31 2.45.84l3.7-3.69c-.1-.2-.15-.42-.15-.65A1.5 1.5 0 0118.5 2M11 9a2 2 0 00-2 2 2 2 0 002 2 2 2 0 002-2 2 2 0 00-2-2z"/></svg>',Ct}(qt),fn=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,Et,Gt)||this;return Mt.fillColor="transparent",Mt.strokeColor="transparent",Mt.strokeWidth=0,Mt.strokeDasharray="",Mt.textColor="transparent",Mt.fontSize="1rem",Mt.isMoved=!1,Mt.captionText="Caption",Mt.PADDING=5,Mt.captionBoxWidth=0,Mt.captionBoxHeight=0,Mt.strokeColor=Gt.defaultColor,Mt.strokeWidth=Gt.defaultStrokeWidth,Mt.strokeDasharray=Gt.defaultStrokeDasharray,Mt.fillColor=Gt.defaultFillColor,Mt.textColor=Gt.defaultStrokeColor,Mt.fontFamily=Gt.defaultFontFamily,Mt.fontSize=Gt.defaultCaptionFontSize,Mt.captionText=Gt.defaultCaptionText,Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setFillColor=Mt.setFillColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.createVisual=Mt.createVisual.bind(Mt),Mt.sizeCaption=Mt.sizeCaption.bind(Mt),Mt.setCaptionText=Mt.setCaptionText.bind(Mt),Mt.showTextEditor=Mt.showTextEditor.bind(Mt),Mt.positionTextEditor=Mt.positionTextEditor.bind(Mt),Mt.finishTextEditing=Mt.finishTextEditing.bind(Mt),Mt.setFont=Mt.setFont.bind(Mt),Mt.setTextColor=Mt.setTextColor.bind(Mt),Mt.strokePanel=new nt("Line color",ve(Gt.defaultColorSet,["transparent"]),Mt.strokeColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.fillPanel=new nt("Fill color",ve(Gt.defaultColorSet,["transparent"]),Mt.fillColor,Dt),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt.strokeWidthPanel=new Wt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Zt("Line style",Gt.defaultStrokeDasharrays,Gt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt.fontFamilyPanel=new oe("Font",Gt.defaultFontFamilies,Gt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt.textColorPanel=new nt("Text color",Gt.defaultColorSet,Mt.textColor,Yt),Mt.textColorPanel.onColorChanged=Mt.setTextColor,Mt}return fe(Ct,jt),Ct.prototype.ownsTarget=function(wt){return!(!jt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual&&wt!==this.frame&&wt!==this.captionBg&&wt!==this.captionElement)},Ct.prototype.createVisual=function(){this.visual=le.createGroup(),this.addMarkerVisualToContainer(this.visual),this.captionBg=le.createRect(1,1,[["fill",this.fillColor]]),this.visual.appendChild(this.captionBg),this.captionElement=le.createText([["fill",this.textColor],["font-family",this.fontFamily]]),this.captionElement.style.fontSize=this.fontSize,this.captionElement.style.textAnchor="start",this.captionElement.style.dominantBaseline="text-before-edge",this.captionElement.textContent=this.captionText,this.visual.appendChild(this.captionElement),this.frame=le.createRect(this.width,this.height,[["fill","transparent"],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["stroke-dasharray",this.strokeDasharray]]),this.visual.appendChild(this.frame),this.sizeCaption()},Ct.prototype.setCaptionText=function(wt){this.captionText=wt,this.captionElement.textContent=this.captionText,this.sizeCaption()},Ct.prototype.pointerDown=function(wt,Et){jt.prototype.pointerDown.call(this,wt,Et),this.isMoved=!1,this.pointerDownPoint=wt,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(wt),this._state="creating")},Ct.prototype.manipulate=function(wt){jt.prototype.manipulate.call(this,wt),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(wt.x-this.pointerDownPoint.x)>5||Math.abs(wt.y-this.pointerDownPoint.y)>5)},Ct.prototype.resize=function(wt){jt.prototype.resize.call(this,wt),this.setSize()},Ct.prototype.sizeCaption=function(){var wt=this.captionElement.getBBox();this.captionText.trim()!==""?(this.captionBoxWidth=wt.width+2*this.PADDING,this.captionBoxHeight=wt.height+2*this.PADDING):(this.captionBoxWidth=0,this.captionBoxHeight=0),le.setAttributes(this.captionBg,[["width",this.captionBoxWidth.toString()],["height",this.captionBoxHeight.toString()],["clip-path","path('M0,0 H"+this.width+" V"+this.height+" H"+-this.width+" Z')"]]),le.setAttributes(this.captionElement,[["x",this.PADDING.toString()],["y",this.PADDING.toString()],["clip-path","path('M0,0 H"+(this.width-this.PADDING)+" V"+this.height+" H"+(-this.width-this.PADDING)+" Z')"]])},Ct.prototype.showTextEditor=function(){var wt=this;this._state="edit",this.overlayContainer.innerHTML="",this.textEditDiv=document.createElement("div"),this.textEditDiv.style.flexGrow="2",this.textEditDiv.style.alignItems="center",this.textEditDiv.style.justifyContent="center",this.textEditDiv.style.pointerEvents="auto",this.textEditDiv.style.overflow="hidden",this.textEditBox=document.createElement("input"),this.textEditBox.style.position="absolute",this.textEditBox.style.width=this.width+"px",this.captionBoxHeight>0&&(this.textEditBox.style.height=this.captionBoxHeight+"px"),this.textEditBox.style.fontSize=this.fontSize,this.textEditBox.style.fontFamily=this.fontFamily,this.textEditBox.style.backgroundColor=this.fillColor,this.textEditBox.style.color=this.textColor,this.textEditBox.style.borderWidth="0",this.textEditBox.setAttribute("value",this.captionText),this.textEditBox.select(),this.textEditDiv.appendChild(this.textEditBox),this.overlayContainer.appendChild(this.textEditDiv),this.textEditBox.addEventListener("pointerup",function(Et){Et.stopPropagation()}),this.textEditBox.addEventListener("keypress",function(Et){Et.key==="Enter"&&wt.finishTextEditing(wt.textEditBox.value)}),this.textEditBox.addEventListener("keyup",function(Et){Et.cancelBubble=!0}),this.textEditBox.addEventListener("blur",function(){wt.finishTextEditing(wt.textEditBox.value)}),this.textEditDiv.addEventListener("pointerup",function(){wt.finishTextEditing(wt.textEditBox.value)}),this.positionTextEditor(),this.textEditBox.focus()},Ct.prototype.positionTextEditor=function(){this.state==="edit"&&(this.textEditBox===void 0?this.showTextEditor():(this.textEditBox.style.left=this.left+"px",this.textEditBox.style.top=this.top+"px",this.textEditBox.style.transform="rotate("+this.rotationAngle+"deg)",this.textEditBox.style.transformOrigin=this.width/2+"px "+this.height/2+"px"))},Ct.prototype.finishTextEditing=function(wt){this.setCaptionText(wt.trim()),this.overlayContainer.innerHTML="",this.stateChanged()},Ct.prototype.setFont=function(wt){this.captionElement&&le.setAttributes(this.captionElement,[["font-family",wt]]),this.fontFamily=wt,this.textEditBox&&(this.textEditBox.style.fontFamily=this.fontFamily),this.sizeCaption(),this.stateChanged()},Ct.prototype.setTextColor=function(wt){this.captionElement&&le.setAttributes(this.captionElement,[["fill",wt]]),this.textColor=wt,this.textEditBox&&(this.textEditBox.style.color=this.textColor),this.stateChanged()},Ct.prototype.setSize=function(){jt.prototype.setSize.call(this),le.setAttributes(this.frame,[["width",this.width.toString()],["height",this.height.toString()]]),this.sizeCaption()},Ct.prototype.pointerUp=function(wt){jt.prototype.pointerUp.call(this,wt),this.setSize(),!this.isMoved&&Date.now()-this.pointerDownTimestamp>500&&this.showTextEditor(),this.pointerDownPoint=void 0},Ct.prototype.dblClick=function(wt,Et){jt.prototype.dblClick.call(this,wt,Et),this.showTextEditor()},Ct.prototype.setStrokeColor=function(wt){this.strokeColor=wt,this.frame&&le.setAttributes(this.frame,[["stroke",this.strokeColor]]),this.colorChanged(wt),this.stateChanged()},Ct.prototype.setFillColor=function(wt){this.fillColor=wt,this.captionBg&&le.setAttributes(this.captionBg,[["fill",this.fillColor]]),this.fillColorChanged(wt),this.stateChanged()},Ct.prototype.setStrokeWidth=function(wt){this.strokeWidth=wt,this.frame&&le.setAttributes(this.frame,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Ct.prototype.setStrokeDasharray=function(wt){this.strokeDasharray=wt,this.frame&&le.setAttributes(this.frame,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.fillPanel,this.strokeWidthPanel,this.strokeStylePanel,this.fontFamilyPanel,this.textColorPanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:1,textColor:this.textColor,fontFamily:this.fontFamily,fontSize:this.fontSize,captionText:this.captionText},jt.prototype.getState.call(this));return wt.typeName=this.typeName,wt},Ct.prototype.restoreState=function(wt){var Et=wt;this.fillColor=Et.fillColor,this.strokeColor=Et.strokeColor,this.strokeWidth=Et.strokeWidth,this.strokeDasharray=Et.strokeDasharray,this.textColor=Et.textColor,this.fontFamily=Et.fontFamily,this.captionText=Et.captionText,this.fontSize=Et.fontSize,this.createVisual(),jt.prototype.restoreState.call(this,wt),this.setSize()},Ct.prototype.scale=function(wt,Et){jt.prototype.scale.call(this,wt,Et),this.setSize()},Ct.typeName="CaptionFrameMarker",Ct.title="Caption frame marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2H5m0 2h14v14H5V5m2 2v2h10V7H7z"/></svg>',Ct}(kt),Je=function(){function jt(Ct,wt){wt===void 0&&(wt=!1),this.cancelable=!1,this._defaultPrevented=!1,this.markerArea=Ct,this.cancelable=wt}return Object.defineProperty(jt.prototype,"defaultPrevented",{get:function(){return this._defaultPrevented},enumerable:!1,configurable:!0}),jt.prototype.preventDefault=function(){this._defaultPrevented=!0},jt}(),te=function(jt){function Ct(wt,Et,Gt){var Mt=jt.call(this,wt,!1)||this;return Mt.dataUrl=Et,Mt.state=Gt,Mt}return fe(Ct,jt),Ct}(Je),pe=function(jt){function Ct(wt,Et,Gt){Gt===void 0&&(Gt=!1);var Mt=jt.call(this,wt,Gt)||this;return Mt.marker=Et,Mt}return fe(Ct,jt),Ct}(Je),nn=function(){function jt(){this.render=[],this.beforeclose=[],this.close=[],this.show=[],this.restorestate=[],this.statechange=[],this.markerselect=[],this.markerdeselect=[],this.markercreating=[],this.markercreate=[],this.markerbeforedelete=[],this.markerdelete=[],this.markerchange=[],this.focus=[],this.blur=[]}return jt.prototype.addEventListener=function(Ct,wt){this[Ct].push(wt)},jt.prototype.removeEventListener=function(Ct,wt){var Et=this[Ct].indexOf(wt);Et>-1&&this[Ct].splice(Et,1)},jt}(),ln=function(){function jt(Ct){this.touchPoints=0,this._availableMarkerTypes=this.DEFAULT_MARKER_TYPES,this.mode="select",this.markers=[],this.isDragging=!1,this.renderEventListeners=[],this.closeEventListeners=[],this.settings=new $t,this._isOpen=!1,this.undoRedoManager=new We,this.renderAtNaturalSize=!1,this.renderImageType="image/png",this.renderMarkersOnly=!1,this.zoomSteps=[1,1.5,2,4],this._zoomLevel=1,this._isResizing=!1,this.prevPanPoint={x:0,y:0},this.eventListeners=new nn,this._silentRenderMode=!1,this._isFocused=!1,this._instanceNo=jt.instanceCounter++,this.styles=new ke(this.instanceNo),this.uiStyleSettings=this.styles.settings,this.target=Ct,this.targetRoot=document.body,this.width=Ct.clientWidth,this.height=Ct.clientHeight,this.styles.removeStyleSheet(),this.open=this.open.bind(this),this.setTopLeft=this.setTopLeft.bind(this),this.toolbarButtonClicked=this.toolbarButtonClicked.bind(this),this.createNewMarker=this.createNewMarker.bind(this),this.addNewMarker=this.addNewMarker.bind(this),this.markerCreated=this.markerCreated.bind(this),this.setCurrentMarker=this.setCurrentMarker.bind(this),this.onPointerDown=this.onPointerDown.bind(this),this.onDblClick=this.onDblClick.bind(this),this.onPointerMove=this.onPointerMove.bind(this),this.onPointerUp=this.onPointerUp.bind(this),this.onPointerOut=this.onPointerOut.bind(this),this.onKeyUp=this.onKeyUp.bind(this),this.overrideOverflow=this.overrideOverflow.bind(this),this.restoreOverflow=this.restoreOverflow.bind(this),this.close=this.close.bind(this),this.closeUI=this.closeUI.bind(this),this.addCloseEventListener=this.addCloseEventListener.bind(this),this.removeCloseEventListener=this.removeCloseEventListener.bind(this),this.addRenderEventListener=this.addRenderEventListener.bind(this),this.removeRenderEventListener=this.removeRenderEventListener.bind(this),this.clientToLocalCoordinates=this.clientToLocalCoordinates.bind(this),this.onWindowResize=this.onWindowResize.bind(this),this.deleteSelectedMarker=this.deleteSelectedMarker.bind(this),this.setWindowHeight=this.setWindowHeight.bind(this),this.removeMarker=this.removeMarker.bind(this),this.colorChanged=this.colorChanged.bind(this),this.fillColorChanged=this.fillColorChanged.bind(this),this.onPopupTargetResize=this.onPopupTargetResize.bind(this),this.showNotesEditor=this.showNotesEditor.bind(this),this.hideNotesEditor=this.hideNotesEditor.bind(this),this.stepZoom=this.stepZoom.bind(this),this.focus=this.focus.bind(this),this.blur=this.blur.bind(this),this.markerStateChanged=this.markerStateChanged.bind(this),this.switchToSelectMode=this.switchToSelectMode.bind(this),this.addDefs=this.addDefs.bind(this),this.addDefsToImage=this.addDefsToImage.bind(this)}return Object.defineProperty(jt.prototype,"ALL_MARKER_TYPES",{get:function(){return[ie,De,Pn,xe,de,Xe,Mn,ue,$e,cn,ye,Re,fn]},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"DEFAULT_MARKER_TYPES",{get:function(){return[ie,De,Pn,xe,Xe,Mn,ue]},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"BASIC_MARKER_TYPES",{get:function(){return[ie,De,Pn,xe,Mn]},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"availableMarkerTypes",{get:function(){return this._availableMarkerTypes},set:function(Ct){var wt=this;this._availableMarkerTypes.splice(0),Ct.forEach(function(Et){if(typeof Et=="string"){var Gt=wt.ALL_MARKER_TYPES.find(function(Mt){return Mt.typeName===Et});Gt!==void 0&&wt._availableMarkerTypes.push(Gt)}else wt._availableMarkerTypes.push(Et)})},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"currentMarker",{get:function(){return this._currentMarker},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"isOpen",{get:function(){return this._isOpen},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"isUndoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isUndoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"isRedoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isRedoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"zoomLevel",{get:function(){return this._zoomLevel},set:function(Ct){this._zoomLevel=Ct,this.editorCanvas&&this.contentDiv&&(this.editorCanvas.style.transform="scale("+this._zoomLevel+")",this.contentDiv.scrollTo({left:(this.editorCanvas.clientWidth*this._zoomLevel-this.contentDiv.clientWidth)/2,top:(this.editorCanvas.clientHeight*this._zoomLevel-this.contentDiv.clientHeight)/2}))},enumerable:!1,configurable:!0}),Object.defineProperty(jt.prototype,"instanceNo",{get:function(){return this._instanceNo},enumerable:!1,configurable:!0}),jt.prototype.open=function(){this.setupResizeObserver(),this.setEditingTarget(),this.setTopLeft(),this.initMarkerCanvas(),this.initOverlay(),this.attachEvents(),this.settings.displayMode==="popup"&&this.onPopupTargetResize(),Kt.isLicensed||this.addLogo(),this._isOpen=!0,this._isFocused=!0},jt.prototype.show=function(){var Ct=this;this.styles.styleSheetRoot===void 0&&me.styleSheetRoot!==void 0&&(this.styles.styleSheetRoot=me.styleSheetRoot),this.setWindowHeight(),this.showUI(),this.open(),this.eventListeners.show.forEach(function(wt){return wt(new Je(Ct))})},jt.prototype.render=function(){return Be(this,void 0,void 0,function(){var Ct;return ze(this,function(wt){switch(wt.label){case 0:return this.setCurrentMarker(),(Ct=new Ue).naturalSize=this.renderAtNaturalSize,Ct.imageType=this.renderImageType,Ct.imageQuality=this.renderImageQuality,Ct.markersOnly=this.renderMarkersOnly,Ct.width=this.renderWidth,Ct.height=this.renderHeight,[4,Ct.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 1:return wt.sent(),[4,Ct.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 2:return[2,wt.sent()]}})})},jt.prototype.close=function(Ct){var wt=this;if(Ct===void 0&&(Ct=!1),this.isOpen){var Et=!1;Ct||this.eventListeners.beforeclose.forEach(function(Gt){var Mt=new Je(wt,!0);Gt(Mt),Mt.defaultPrevented&&(Et=!0)}),Et||(this.coverDiv&&this.closeUI(),this.targetObserver&&(this.targetObserver.unobserve(this.target),this.targetObserver.unobserve(this.editorCanvas)),this.settings.displayMode==="popup"&&window.removeEventListener("resize",this.setWindowHeight),this.eventListeners.close.forEach(function(Gt){return Gt(new Je(wt))}),this.detachEvents(),this._isOpen=!1)}},jt.prototype.addMarkersToToolbar=function(){for(var Ct,wt=[],Et=0;Et<arguments.length;Et++)wt[Et]=arguments[Et];(Ct=this._availableMarkerTypes).push.apply(Ct,wt)},jt.prototype.addRenderEventListener=function(Ct){this.addEventListener("render",function(wt){Ct(wt.dataUrl,wt.state)})},jt.prototype.removeRenderEventListener=function(Ct){},jt.prototype.addCloseEventListener=function(Ct){this.addEventListener("close",function(){Ct()})},jt.prototype.removeCloseEventListener=function(Ct){},jt.prototype.setupResizeObserver=function(){var Ct=this;this.settings.displayMode==="inline"?window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){Ct.resize(Ct.target.clientWidth,Ct.target.clientHeight)}),this.targetObserver.observe(this.target)):this.settings.displayMode==="popup"&&(window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){return Ct.onPopupTargetResize()}),this.targetObserver.observe(this.editorCanvas)),window.addEventListener("resize",this.setWindowHeight))},jt.prototype.onPopupTargetResize=function(){var Ct=1*this.target.clientWidth/this.target.clientHeight,wt=this.editorCanvas.clientWidth/Ct>this.editorCanvas.clientHeight?this.editorCanvas.clientHeight*Ct:this.editorCanvas.clientWidth,Et=wt<this.editorCanvas.clientWidth?this.editorCanvas.clientHeight:this.editorCanvas.clientWidth/Ct;this.resize(wt,Et)},jt.prototype.setWindowHeight=function(){this.windowHeight=window.innerHeight},jt.prototype.resize=function(Ct,wt){this._isResizing=!0;var Et=Ct/this.imageWidth,Gt=wt/this.imageHeight;this.imageWidth=Math.round(Ct),this.imageHeight=Math.round(wt),this.target instanceof HTMLImageElement&&this.editingTarget instanceof HTMLImageElement&&(this.editingTarget.src=this.target.src),this.editingTarget.width=this.imageWidth,this.editingTarget.height=this.imageHeight,this.editingTarget.style.width=this.imageWidth+"px",this.editingTarget.style.height=this.imageHeight+"px",this.markerImage.setAttribute("width",this.imageWidth.toString()),this.markerImage.setAttribute("height",this.imageHeight.toString()),this.markerImage.setAttribute("viewBox","0 0 "+this.imageWidth.toString()+" "+this.imageHeight.toString()),this.markerImageHolder.style.width=this.imageWidth+"px",this.markerImageHolder.style.height=this.imageHeight+"px",this.overlayContainer.style.width=this.imageWidth+"px",this.overlayContainer.style.height=this.imageHeight+"px",this.settings.displayMode!=="popup"?this.coverDiv.style.width=this.imageWidth.toString()+"px":(this.setTopLeft(),this.positionMarkerImage()),this.toolbar!==void 0&&this.toolbar.adjustLayout(),this.positionLogo(),this.scaleMarkers(Et,Gt),this._isResizing=!1},jt.prototype.scaleMarkers=function(Ct,wt){var Et,Gt=this;this._currentMarker&&this._currentMarker instanceof xe?this._currentMarker.scale(Ct,wt):(Et=this._currentMarker,this.setCurrentMarker()),this.markers.forEach(function(Mt){Mt!==Gt._currentMarker&&Mt.scale(Ct,wt)}),Et!==void 0&&this.setCurrentMarker(Et)},jt.prototype.setEditingTarget=function(){this.imageWidth=Math.round(this.target.clientWidth),this.imageHeight=Math.round(this.target.clientHeight),this.target instanceof HTMLImageElement&&this.editingTarget instanceof HTMLImageElement&&(this.editingTarget.src=this.target.src),this.editingTarget.width=this.imageWidth,this.editingTarget.height=this.imageHeight,this.editingTarget.style.width=this.imageWidth+"px",this.editingTarget.style.height=this.imageHeight+"px"},jt.prototype.setTopLeft=function(){var Ct=this.editingTarget.getBoundingClientRect(),wt=this.editorCanvas.getBoundingClientRect();this.left=Ct.left-wt.left,this.top=Ct.top-wt.top},jt.prototype.initMarkerCanvas=function(){this.markerImageHolder=document.createElement("div"),this.markerImageHolder.style.setProperty("touch-action","pinch-zoom"),this.markerImage=document.createElementNS("http://www.w3.org/2000/svg","svg"),this.markerImage.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.markerImage.setAttribute("width",this.imageWidth.toString()),this.markerImage.setAttribute("height",this.imageHeight.toString()),this.markerImage.setAttribute("viewBox","0 0 "+this.imageWidth.toString()+" "+this.imageHeight.toString()),this.markerImage.style.pointerEvents="auto",this.markerImageHolder.style.position="absolute",this.markerImageHolder.style.width=this.imageWidth+"px",this.markerImageHolder.style.height=this.imageHeight+"px",this.markerImageHolder.style.transformOrigin="top left",this.positionMarkerImage(),this.markerImageHolder.appendChild(this.markerImage),this.editorCanvas.appendChild(this.markerImageHolder)},jt.prototype.addDefs=function(){for(var Ct,wt=[],Et=0;Et<arguments.length;Et++)wt[Et]=arguments[Et];this.defs=le.createDefs(),this.addDefsToImage(),(Ct=this.defs).append.apply(Ct,wt)},jt.prototype.addDefsToImage=function(){this.defs&&this.markerImage.insertBefore(this.defs,this.markerImage.firstChild)},jt.prototype.initOverlay=function(){this.overlayContainer=document.createElement("div"),this.overlayContainer.style.position="absolute",this.overlayContainer.style.left="0px",this.overlayContainer.style.top="0px",this.overlayContainer.style.width=this.imageWidth+"px",this.overlayContainer.style.height=this.imageHeight+"px",this.overlayContainer.style.display="flex",this.markerImageHolder.appendChild(this.overlayContainer)},jt.prototype.positionMarkerImage=function(){this.markerImageHolder.style.top=this.top/this.zoomLevel+"px",this.markerImageHolder.style.left=this.left/this.zoomLevel+"px"},jt.prototype.attachEvents=function(){this.markerImage.addEventListener("pointerdown",this.onPointerDown),this.markerImage.addEventListener("dblclick",this.onDblClick),this.attachWindowEvents()},jt.prototype.attachWindowEvents=function(){window.addEventListener("pointermove",this.onPointerMove),window.addEventListener("pointerup",this.onPointerUp),window.addEventListener("pointercancel",this.onPointerOut),window.addEventListener("pointerout",this.onPointerOut),window.addEventListener("pointerleave",this.onPointerUp),window.addEventListener("resize",this.onWindowResize),window.addEventListener("keyup",this.onKeyUp)},jt.prototype.detachEvents=function(){this.markerImage.removeEventListener("pointerdown",this.onPointerDown),this.markerImage.removeEventListener("dblclick",this.onDblClick),this.detachWindowEvents()},jt.prototype.detachWindowEvents=function(){window.removeEventListener("pointermove",this.onPointerMove),window.removeEventListener("pointerup",this.onPointerUp),window.removeEventListener("pointercancel",this.onPointerOut),window.removeEventListener("pointerout",this.onPointerOut),window.removeEventListener("pointerleave",this.onPointerUp),window.removeEventListener("resize",this.onWindowResize),window.removeEventListener("keyup",this.onKeyUp)},jt.prototype.addLogo=function(){this.logoUI=document.createElement("div"),this.logoUI.style.display="inline-block",this.logoUI.style.margin="0px",this.logoUI.style.padding="0px",this.logoUI.style.fill="#333333";var Ct=document.createElement("a");Ct.href="https://markerjs.com/",Ct.target="_blank",Ct.innerHTML='<svg viewBox="0 0 112 96" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path fill="#e5f20d" fill-opacity=".647" d="M0 40.386h111.96V95.62H0z"/><path d="M93.61 61.452c0 .987-.328 1.831-.987 2.53-.657.7-1.52 1.048-2.591 1.048-1.481 0-2.222-.74-2.222-2.22 0-16.617-.533-29.347-1.604-38.192-1.068-8.842-2.92-13.265-5.552-13.265-4.443 0-10.94 15.509-19.497 46.52v.124c0 .987-.328 1.831-.987 2.53-.657.7-1.52 1.048-2.592 1.048-1.48 0-2.22-.74-2.22-2.22 0-3.29.165-8.392.493-15.302.33-7.732.494-13.82.494-18.262 0-6.17-.186-10.55-.556-13.142-.37-2.591-1.172-3.887-2.406-3.887-2.796 0-6.333 5.12-10.612 15.363C38.494 34.367 34.01 46.44 29.32 60.34l-1.11 3.209a5.714 5.714 0 01-1.42 2.097c-.617.578-1.295.864-2.036.864-.987 0-1.644-.081-1.974-.247-.328-.162-.533-.656-.617-1.48-.41-4.03-.74-9.418-.987-16.165-.163-1.728-.329-4.566-.494-8.515-.822-13.901-1.562-23.3-2.221-28.196-.657-4.893-.987-7.628-.987-8.205 0-.657.33-1.44.987-2.345.659-.903 1.276-1.357 1.85-1.357 1.319 0 2.387.947 3.21 2.838.411.906.863 4.526 1.357 10.859.493 6.335.905 14.19 1.233 23.568l.617 18.88c4.527-13.983 9.216-26.673 14.068-38.068C45.65 6.686 50.093.988 54.123.988c2.715 0 4.566 1.974 5.553 5.923.987 3.949 1.481 9.667 1.481 17.152 0 3.949-.081 9.625-.247 17.029l-.123 5.676c3.373-11.762 6.725-21.634 10.057-29.615 3.331-7.979 6.685-11.97 10.056-11.97 8.475 0 12.71 18.757 12.71 56.269z" fill-rule="nonzero"/></svg>',Ct.title="Powered by marker.js",Ct.style.display="grid",Ct.style.alignItems="center",Ct.style.justifyItems="center",Ct.style.padding="3px",Ct.style.width="20px",Ct.style.height="20px",this.logoUI.appendChild(Ct),this.editorCanvas.appendChild(this.logoUI),this.logoUI.style.position="absolute",this.logoUI.style.pointerEvents="all",this.positionLogo()},jt.prototype.positionLogo=function(){this.logoUI&&(this.uiStyleSettings.logoPosition!=="right"?this.logoUI.style.left=this.markerImageHolder.offsetLeft+10+"px":this.logoUI.style.left=this.markerImageHolder.offsetLeft+this.markerImageHolder.offsetWidth-this.logoUI.clientWidth-10+"px",this.logoUI.style.top=this.markerImageHolder.offsetTop+this.markerImageHolder.offsetHeight-this.logoUI.clientHeight-10+"px")},jt.prototype.overrideOverflow=function(){this.scrollXState=window.scrollX,this.scrollYState=window.scrollY,this.bodyOverflowState=document.body.style.overflow,window.scroll({top:0,left:0}),document.body.style.overflow="hidden"},jt.prototype.restoreOverflow=function(){document.body.style.overflow=this.bodyOverflowState,window.scroll({top:this.scrollYState,left:this.scrollXState})},jt.prototype.showUI=function(){switch(this.settings.displayMode==="popup"&&this.overrideOverflow(),this.coverDiv=document.createElement("div"),this.coverDiv.style.visibility=this._silentRenderMode?"hidden":"visible",this.coverDiv.className=this.styles.classNamePrefixBase+" "+this.styles.classNamePrefix,this.coverDiv.style.fontSize="16px",this.coverDiv.style.userSelect="none",this.settings.displayMode){case"inline":this.coverDiv.style.position="absolute";var Ct=this.settings.uiOffsetTop!==void 0?this.target.offsetTop+this.settings.uiOffsetTop:this.target.offsetTop>this.styles.settings.toolbarHeight?this.target.offsetTop-this.styles.settings.toolbarHeight:0;this.coverDiv.style.top=Ct+"px",this.coverDiv.style.left=this.target.offsetLeft.toString()+"px",this.coverDiv.style.width=this.target.offsetWidth.toString()+"px",this.coverDiv.style.zIndex=this.uiStyleSettings.zIndex!==void 0?this.uiStyleSettings.zIndex:"5";break;case"popup":this.coverDiv.style.position="absolute",this.coverDiv.style.top="0px",this.coverDiv.style.left="0px",this.coverDiv.style.width="100vw",this.coverDiv.style.height=window.innerHeight+"px",this.coverDiv.style.backgroundColor="rgba(0, 0, 0, 0.75)",this.coverDiv.style.zIndex=this.uiStyleSettings.zIndex!==void 0?this.uiStyleSettings.zIndex:"1000",this.coverDiv.style.display="flex"}this.targetRoot.appendChild(this.coverDiv),this.uiDiv=document.createElement("div"),this.uiDiv.style.display="flex",this.uiDiv.style.flexDirection="column",this.uiDiv.style.flexGrow="2",this.uiDiv.style.margin=this.settings.displayMode==="popup"?this.settings.popupMargin+"px":"0px",this.uiDiv.style.border="0px",this.coverDiv.appendChild(this.uiDiv),this.toolbar=new un(this.uiDiv,this.settings.displayMode,this._availableMarkerTypes,this.uiStyleSettings,this.styles),this.toolbar.addButtonClickListener(this.toolbarButtonClicked),this.toolbar.show(this._silentRenderMode||this.uiStyleSettings.hideToolbar?"hidden":"visible"),this.contentDiv=document.createElement("div"),this.contentDiv.style.display="flex",this.contentDiv.style.flexDirection="row",this.contentDiv.style.flexGrow="2",this.contentDiv.style.flexShrink="1",this.settings.displayMode==="popup"&&(this.contentDiv.style.backgroundColor=this.uiStyleSettings.canvasBackgroundColor,this.contentDiv.style.maxHeight=this.windowHeight-2*this.settings.popupMargin-3.5*this.uiStyleSettings.toolbarHeight+"px",this.contentDiv.style.maxWidth="calc(100vw - "+2*this.settings.popupMargin+"px)"),this.contentDiv.style.overflow="auto",this.uiDiv.appendChild(this.contentDiv),this.editorCanvas=document.createElement("div"),this.editorCanvas.style.flexGrow="2",this.editorCanvas.style.flexShrink="1",this.editorCanvas.style.position="relative",this.editorCanvas.style.overflow="hidden",this.editorCanvas.style.display="flex",this.settings.displayMode==="popup"&&(this.editorCanvas.style.alignItems="center",this.editorCanvas.style.justifyContent="center"),this.editorCanvas.style.pointerEvents="none",this.editorCanvas.style.transformOrigin="left top",this.editorCanvas.style.transform="scale("+this.zoomLevel+")",this.contentDiv.appendChild(this.editorCanvas),this.editingTarget=this.target instanceof HTMLImageElement?document.createElement("img"):document.createElement("canvas"),this.settings.uiOffsetTop===void 0&&this.target.offsetTop<this.styles.settings.toolbarHeight&&(this.editingTarget.style.marginTop=this.target.offsetTop-this.styles.settings.toolbarHeight+"px"),this.editorCanvas.appendChild(this.editingTarget),this.toolbox=new Nt(this.uiDiv,this.settings.displayMode,this.uiStyleSettings,this.styles),this.toolbox.show(this._silentRenderMode||this.uiStyleSettings.hideToolbox?"hidden":"visible")},jt.prototype.closeUI=function(){this.settings.displayMode==="popup"&&this.restoreOverflow(),this.targetRoot.removeChild(this.coverDiv)},jt.prototype.removeMarker=function(Ct){this.markerImage.removeChild(Ct.container),this.markers.indexOf(Ct)>-1&&this.markers.splice(this.markers.indexOf(Ct),1),Ct.dispose()},jt.prototype.switchToSelectMode=function(){this.mode="select",this.hideNotesEditor(),this._currentMarker!==void 0&&(this._currentMarker.state!=="new"?this._currentMarker.select():(this.removeMarker(this._currentMarker),this.setCurrentMarker(),this.markerImage.style.cursor="default"),this.addUndoStep())},jt.prototype.toolbarButtonClicked=function(Ct,wt){if(Ct==="marker"&&wt!==void 0)this.createNewMarker(wt);else if(Ct==="action")switch(wt){case"select":this.switchToSelectMode(),this.switchToSelectMode();break;case"delete":this.deleteSelectedMarker();break;case"clear":this.clear();break;case"undo":this.undo();break;case"redo":this.redo();break;case"zoom":this.stepZoom();break;case"zoom-out":this.zoomLevel=1;break;case"notes":this.notesArea===void 0?(this.switchToSelectMode(),this.zoomLevel=1,this.showNotesEditor()):this.switchToSelectMode();break;case"close":this.close();break;case"render":this.switchToSelectMode(),this.startRenderAndClose()}},jt.prototype.deleteSelectedMarker=function(){var Ct=this;if(this._currentMarker!==void 0){var wt=!1;if(this.eventListeners.markerbeforedelete.forEach(function(Gt){var Mt=new pe(Ct,Ct._currentMarker,!0);Gt(Mt),Mt.defaultPrevented&&(wt=!0)}),!wt){var Et=this._currentMarker;this._currentMarker.dispose(),this.markerImage.removeChild(this._currentMarker.container),this.markers.splice(this.markers.indexOf(this._currentMarker),1),this.setCurrentMarker(),this.addUndoStep(),this.eventListeners.markerdelete.forEach(function(Gt){return Gt(new pe(Ct,Et))})}}},jt.prototype.clear=function(){var Ct=this,wt=!1;if(this.markers.length>0&&(this.eventListeners.markerbeforedelete.forEach(function(Pe){var sn=new pe(Ct,void 0,!0);Pe(sn),sn.defaultPrevented&&(wt=!0)}),!wt)){this.setCurrentMarker();for(var Et=function(Pe){var sn=Gt.markers[Pe];Gt.setCurrentMarker(Gt.markers[Pe]),Gt._currentMarker.dispose(),Gt.markerImage.removeChild(Gt._currentMarker.container),Gt.markers.splice(Gt.markers.indexOf(Gt._currentMarker),1),Gt.eventListeners.markerdelete.forEach(function(Qn){return Qn(new pe(Ct,sn))})},Gt=this,Mt=this.markers.length-1;Mt>=0;Mt--)Et(Mt);this.addUndoStep()}},Object.defineProperty(jt.prototype,"isNotesAreaOpen",{get:function(){return this.notesArea!==void 0},enumerable:!1,configurable:!0}),jt.prototype.showNotesEditor=function(){var Ct;this._currentMarker!==void 0&&(this.overlayContainer.innerHTML="",this.notesArea=document.createElement("textarea"),this.notesArea.className=this.uiStyleSettings.notesAreaStyleClassName,this.notesArea.style.pointerEvents="auto",this.notesArea.style.alignSelf="stretch",this.notesArea.style.width="100%",this.notesArea.style.margin=this.uiStyleSettings.toolbarHeight/4+"px",this.notesArea.value=(Ct=this._currentMarker.notes)!==null&&Ct!==void 0?Ct:"",this.overlayContainer.appendChild(this.notesArea))},jt.prototype.hideNotesEditor=function(){this.isNotesAreaOpen&&(this._currentMarker!==void 0&&(this._currentMarker.notes=this.notesArea.value.trim()!==""?this.notesArea.value:void 0),this.overlayContainer.removeChild(this.notesArea),this.notesArea=void 0)},jt.prototype.selectLastMarker=function(){this.markers.length>0?this.setCurrentMarker(this.markers[this.markers.length-1]):this.setCurrentMarker()},jt.prototype.addUndoStep=function(){var Ct=this;if(this._currentMarker===void 0||this._currentMarker.state!=="edit"){var wt=this.getState(),Et=this.undoRedoManager.getLastUndoStep();if(!Et||Et.width===wt.width&&Et.height===wt.height){var Gt=this.undoRedoManager.undoStepCount;this.undoRedoManager.addUndoStep(wt),Gt<this.undoRedoManager.undoStepCount&&this.eventListeners.statechange.forEach(function(Mt){return Mt(new Je(Ct))})}else this.undoRedoManager.replaceLastUndoStep(wt),this.eventListeners.statechange.forEach(function(Mt){return Mt(new Je(Ct))})}},jt.prototype.undo=function(){this.switchToSelectMode(),this.addUndoStep(),this.undoStep()},jt.prototype.undoStep=function(){var Ct=this,wt=this.undoRedoManager.undo();wt!==void 0&&(this.restoreState(wt),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(Et){return Et(new Je(Ct))}))},jt.prototype.redo=function(){this.switchToSelectMode(),this.redoStep()},jt.prototype.redoStep=function(){var Ct=this,wt=this.undoRedoManager.redo();wt!==void 0&&(this.restoreState(wt),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(Et){return Et(new Je(Ct))}))},jt.prototype.stepZoom=function(){var Ct=this.zoomSteps.indexOf(this.zoomLevel);this.zoomLevel=Ct<this.zoomSteps.length-1?this.zoomSteps[Ct+1]:this.zoomSteps[0]},jt.prototype.panTo=function(Ct){this.contentDiv.scrollBy({left:this.prevPanPoint.x-Ct.x,top:this.prevPanPoint.y-Ct.y}),this.prevPanPoint=Ct},jt.prototype.startRenderAndClose=function(){return Be(this,void 0,void 0,function(){var Ct,wt,Et=this;return ze(this,function(Gt){switch(Gt.label){case 0:return[4,this.render()];case 1:return Ct=Gt.sent(),wt=this.getState(),this.eventListeners.render.forEach(function(Mt){return Mt(new te(Et,Ct,wt))}),this.close(!0),[2]}})})},jt.prototype.getState=function(Ct){Ct===!0&&this.setCurrentMarker();var wt={width:this.imageWidth,height:this.imageHeight,markers:[]};return this.markers.forEach(function(Et){return wt.markers.push(Et.getState())}),wt},jt.prototype.restoreState=function(Ct){var wt=this;for(this.markers.splice(0);this.markerImage.lastChild;)this.markerImage.removeChild(this.markerImage.lastChild);Ct.markers.forEach(function(Et){var Gt=wt._availableMarkerTypes.find(function(Pe){return Pe.typeName===Et.typeName});if(Gt!==void 0){var Mt=wt.addNewMarker(Gt);Mt.restoreState(Et),wt.markers.push(Mt)}}),Ct.width&&Ct.height&&(Ct.width!==this.imageWidth||Ct.height!==this.imageHeight)&&this.scaleMarkers(this.imageWidth/Ct.width,this.imageHeight/Ct.height),this.eventListeners.restorestate.forEach(function(Et){return Et(new Je(wt))})},jt.prototype.addNewMarker=function(Ct){var wt=le.createGroup();return this.markerImage.appendChild(wt),new Ct(wt,this.overlayContainer,this.settings)},jt.prototype.createNewMarker=function(Ct){var wt,Et=this;(wt=typeof Ct=="string"?this._availableMarkerTypes.find(function(Gt){return Gt.typeName===Ct}):Ct)&&(this.setCurrentMarker(),this.addUndoStep(),this._currentMarker=this.addNewMarker(wt),this._currentMarker.onMarkerCreated=this.markerCreated,this._currentMarker.onColorChanged=this.colorChanged,this._currentMarker.onFillColorChanged=this.fillColorChanged,this._currentMarker.onStateChanged=this.markerStateChanged,this.markerImage.style.cursor="crosshair",this.toolbar.setActiveMarkerButton(wt.typeName),this.toolbox.setPanelButtons(this._currentMarker.toolboxPanels),this.eventListeners.markercreating.forEach(function(Gt){return Gt(new pe(Et,Et._currentMarker))}))},jt.prototype.markerCreated=function(Ct){var wt=this;this.mode="select",this.markerImage.style.cursor="default",this.markers.push(Ct),this.setCurrentMarker(Ct),Ct instanceof De&&this.settings.newFreehandMarkerOnPointerUp?this.createNewMarker(De):this.toolbar.setSelectMode(),this.addUndoStep(),this.eventListeners.markercreate.forEach(function(Et){return Et(new pe(wt,wt._currentMarker))})},jt.prototype.colorChanged=function(Ct){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultColor=Ct,this.settings.defaultStrokeColor=Ct)},jt.prototype.fillColorChanged=function(Ct){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultFillColor=Ct)},jt.prototype.markerStateChanged=function(Ct){var wt=this;this.eventListeners.markerchange.forEach(function(Et){return Et(new pe(wt,Ct))})},jt.prototype.setCurrentMarker=function(Ct){var wt=this;this._currentMarker!==Ct&&this._currentMarker!==void 0&&(this._currentMarker.deselect(),this.toolbar.setCurrentMarker(),this.toolbox.setPanelButtons([]),this._isResizing||this.eventListeners.markerdeselect.forEach(function(Et){return Et(new pe(wt,wt._currentMarker))})),this._currentMarker=Ct,this._currentMarker===void 0||this._currentMarker.isSelected||(this._currentMarker.state!=="new"&&this._currentMarker.select(),this.toolbar.setCurrentMarker(this._currentMarker),this.toolbox.setPanelButtons(this._currentMarker.toolboxPanels),this._isResizing||this.eventListeners.markerselect.forEach(function(Et){return Et(new pe(wt,wt._currentMarker))}))},jt.prototype.onPointerDown=function(Ct){if(this._isFocused||this.focus(),this.touchPoints++,this.touchPoints===1||Ct.pointerType!=="touch")if(this._currentMarker===void 0||this._currentMarker.state!=="new"&&this._currentMarker.state!=="creating"){if(this.mode==="select"){var wt=this.markers.find(function(Et){return Et.ownsTarget(Ct.target)});wt!==void 0?(this.setCurrentMarker(wt),this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(Ct.clientX,Ct.clientY),Ct.target)):(this.setCurrentMarker(),this.isDragging=!0,this.prevPanPoint={x:Ct.clientX,y:Ct.clientY})}}else this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(Ct.clientX,Ct.clientY))},jt.prototype.onDblClick=function(Ct){if(this._isFocused||this.focus(),this.mode==="select"){var wt=this.markers.find(function(Et){return Et.ownsTarget(Ct.target)});wt!==void 0&&wt!==this._currentMarker&&this.setCurrentMarker(wt),this._currentMarker!==void 0?this._currentMarker.dblClick(this.clientToLocalCoordinates(Ct.clientX,Ct.clientY),Ct.target):this.setCurrentMarker()}},jt.prototype.onPointerMove=function(Ct){this.touchPoints!==1&&Ct.pointerType==="touch"||(this._currentMarker!==void 0||this.isDragging)&&(this._currentMarker!==void 0&&this._currentMarker.state==="edit"||Ct.preventDefault(),this._currentMarker!==void 0?this._currentMarker.manipulate(this.clientToLocalCoordinates(Ct.clientX,Ct.clientY)):this.zoomLevel>1&&this.panTo({x:Ct.clientX,y:Ct.clientY}))},jt.prototype.onPointerUp=function(Ct){this.touchPoints>0&&this.touchPoints--,this.touchPoints===0&&this.isDragging&&this._currentMarker!==void 0&&this._currentMarker.pointerUp(this.clientToLocalCoordinates(Ct.clientX,Ct.clientY)),this.isDragging=!1,this.addUndoStep()},jt.prototype.onPointerOut=function(){this.touchPoints>0&&this.touchPoints--},jt.prototype.onKeyUp=function(Ct){this._currentMarker===void 0||this.notesArea!==void 0||Ct.key!=="Delete"&&Ct.key!=="Backspace"||this.deleteSelectedMarker()},jt.prototype.clientToLocalCoordinates=function(Ct,wt){var Et=this.markerImage.getBoundingClientRect();return{x:(Ct-Et.left)/this.zoomLevel,y:(wt-Et.top)/this.zoomLevel}},jt.prototype.onWindowResize=function(){this.positionUI()},jt.prototype.positionUI=function(){switch(this.setTopLeft(),this.settings.displayMode){case"inline":var Ct=this.target.getClientRects().item(0).y>this.styles.settings.toolbarHeight?this.target.offsetTop-this.styles.settings.toolbarHeight:0;this.coverDiv.style.top=Ct+"px",this.coverDiv.style.left=this.target.offsetLeft.toString()+"px";break;case"popup":this.coverDiv.style.top="0px",this.coverDiv.style.left="0px",this.coverDiv.style.width="100vw",this.coverDiv.style.height=this.windowHeight+"px",this.contentDiv.style.maxHeight=this.windowHeight-2*this.settings.popupMargin-3.5*this.styles.settings.toolbarHeight+"px"}this.positionMarkerImage(),this.positionLogo()},jt.prototype.addLicenseKey=function(Ct){Kt.addKey(Ct)},jt.prototype.addEventListener=function(Ct,wt){this.eventListeners.addEventListener(Ct,wt)},jt.prototype.removeEventListener=function(Ct,wt){this.eventListeners.removeEventListener(Ct,wt)},jt.prototype.renderState=function(Ct){this._silentRenderMode=!0,this.settings.displayMode="inline",this.isOpen||this.show(),this.restoreState(Ct),this.startRenderAndClose(),this._silentRenderMode=!1},Object.defineProperty(jt.prototype,"isFocused",{get:function(){return this._isFocused},enumerable:!1,configurable:!0}),jt.prototype.focus=function(){var Ct=this;this._isFocused||(this.attachWindowEvents(),this._isFocused=!0,this._previousCurrentMarker!==void 0&&this.setCurrentMarker(this._previousCurrentMarker),this.eventListeners.focus.forEach(function(wt){return wt(new Je(Ct))}))},jt.prototype.blur=function(){var Ct=this;this._isFocused&&(this.detachWindowEvents(),this._isFocused=!1,this._previousCurrentMarker=this._currentMarker,this.setCurrentMarker(),this.eventListeners.blur.forEach(function(wt){return wt(new Je(Ct))}))},jt.instanceCounter=0,jt}()},43579:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Cd:function(){return ye}});var Rt=Qt(87462),fe=Qt(1413),Be=Qt(45987),ze=Qt(67294),ve=Qt(94184),le=Qt.n(ve),Kt={percent:0,prefixCls:"rc-progress",strokeColor:"#2db7f5",strokeLinecap:"round",strokeWidth:1,trailColor:"#D9D9D9",trailWidth:1,gapPosition:"bottom"},Ue=function(){var De=(0,ze.useRef)([]),Le=(0,ze.useRef)(null);return(0,ze.useEffect)(function(){var Pn=Date.now(),cn=!1;De.current.forEach(function(dn){if(dn){cn=!0;var Mn=dn.style;Mn.transitionDuration=".3s, .3s, .3s, .06s",Le.current&&Pn-Le.current<100&&(Mn.transitionDuration="0s, 0s")}}),cn&&(Le.current=Date.now())}),De.current},me=["className","percent","prefixCls","strokeColor","strokeLinecap","strokeWidth","style","trailColor","trailWidth","transition"],ke=function(De){var Le=(0,fe.Z)((0,fe.Z)({},Kt),De),Pn=Le.className,cn=Le.percent,dn=Le.prefixCls,Mn=Le.strokeColor,Yt=Le.strokeLinecap,Dt=Le.strokeWidth,ue=Le.style,Xe=Le.trailColor,$e=Le.trailWidth,de=Le.transition,We=(0,Be.Z)(Le,me);delete We.gapPosition;var Re=Array.isArray(cn)?cn:[cn],fn=Array.isArray(Mn)?Mn:[Mn],Je=Ue(),te=Dt/2,pe=100-Dt/2,nn="M ".concat(Yt==="round"?te:0,",").concat(te,`
|
|
L `).concat(Yt==="round"?pe:100,",").concat(te),ln="0 0 100 ".concat(Dt),jt=0;return ze.createElement("svg",(0,Rt.Z)({className:le()("".concat(dn,"-line"),Pn),viewBox:ln,preserveAspectRatio:"none",style:ue},We),ze.createElement("path",{className:"".concat(dn,"-line-trail"),d:nn,strokeLinecap:Yt,stroke:Xe,strokeWidth:$e||Dt,fillOpacity:"0"}),Re.map(function(Ct,wt){var Et=1;switch(Yt){case"round":Et=1-Dt/100;break;case"square":Et=1-Dt/2/100;break;default:Et=1;break}var Gt={strokeDasharray:"".concat(Ct*Et,"px, 100px"),strokeDashoffset:"-".concat(jt,"px"),transition:de||"stroke-dashoffset 0.3s ease 0s, stroke-dasharray .3s ease 0s, stroke 0.3s linear"},Mt=fn[wt]||fn[fn.length-1];return jt+=Ct,ze.createElement("path",{key:wt,className:"".concat(dn,"-line-path"),d:nn,strokeLinecap:Yt,stroke:Mt,strokeWidth:Dt,fillOpacity:"0",ref:function(sn){Je[wt]=sn},style:Gt})}))},Ze=ke,Te=Qt(71002),un=Qt(97685),Nt=Qt(98924),et=0,nt=(0,Nt.Z)();function ft(){var xe;return nt?(xe=et,et+=1):xe="TEST_OR_SSR",xe}var lt=function(xe){var De=ze.useState(),Le=(0,un.Z)(De,2),Pn=Le[0],cn=Le[1];return ze.useEffect(function(){cn("rc_progress_".concat(ft()))},[]),xe||Pn},pt=function(De){var Le=De.bg,Pn=De.children;return ze.createElement("div",{style:{width:"100%",height:"100%",background:Le}},Pn)};function vt(xe,De){return Object.keys(xe).map(function(Le){var Pn=parseFloat(Le),cn="".concat(Math.floor(Pn*De),"%");return"".concat(xe[Le]," ").concat(cn)})}var kt=ze.forwardRef(function(xe,De){var Le=xe.prefixCls,Pn=xe.color,cn=xe.gradientId,dn=xe.radius,Mn=xe.style,Yt=xe.ptg,Dt=xe.strokeLinecap,ue=xe.strokeWidth,Xe=xe.size,$e=xe.gapDegree,de=Pn&&(0,Te.Z)(Pn)==="object",We=de?"#FFF":void 0,Re=Xe/2,fn=ze.createElement("circle",{className:"".concat(Le,"-circle-path"),r:dn,cx:Re,cy:Re,stroke:We,strokeLinecap:Dt,strokeWidth:ue,opacity:Yt===0?0:1,style:Mn,ref:De});if(!de)return fn;var Je="".concat(cn,"-conic"),te=$e?"".concat(180+$e/2,"deg"):"0deg",pe=vt(Pn,(360-$e)/360),nn=vt(Pn,1),ln="conic-gradient(from ".concat(te,", ").concat(pe.join(", "),")"),jt="linear-gradient(to ".concat($e?"bottom":"top",", ").concat(nn.join(", "),")");return ze.createElement(ze.Fragment,null,ze.createElement("mask",{id:Je},fn),ze.createElement("foreignObject",{x:0,y:0,width:Xe,height:Xe,mask:"url(#".concat(Je,")")},ze.createElement(pt,{bg:jt},ze.createElement(pt,{bg:ln}))))}),bt=kt,Wt=100,Zt=function(De,Le,Pn,cn,dn,Mn,Yt,Dt,ue,Xe){var $e=arguments.length>10&&arguments[10]!==void 0?arguments[10]:0,de=Pn/100*360*((360-Mn)/360),We=Mn===0?0:{bottom:0,top:180,left:90,right:-90}[Yt],Re=(100-cn)/100*Le;ue==="round"&&cn!==100&&(Re+=Xe/2,Re>=Le&&(Re=Le-.01));var fn=Wt/2;return{stroke:typeof Dt=="string"?Dt:void 0,strokeDasharray:"".concat(Le,"px ").concat(De),strokeDashoffset:Re+$e,transform:"rotate(".concat(dn+de+We,"deg)"),transformOrigin:"".concat(fn,"px ").concat(fn,"px"),transition:"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s",fillOpacity:0}},ie=["id","prefixCls","steps","strokeWidth","trailWidth","gapDegree","gapPosition","trailColor","strokeLinecap","style","className","strokeColor","percent"];function $t(xe){var De=xe!=null?xe:[];return Array.isArray(De)?De:[De]}var qt=function(De){var Le=(0,fe.Z)((0,fe.Z)({},Kt),De),Pn=Le.id,cn=Le.prefixCls,dn=Le.steps,Mn=Le.strokeWidth,Yt=Le.trailWidth,Dt=Le.gapDegree,ue=Dt===void 0?0:Dt,Xe=Le.gapPosition,$e=Le.trailColor,de=Le.strokeLinecap,We=Le.style,Re=Le.className,fn=Le.strokeColor,Je=Le.percent,te=(0,Be.Z)(Le,ie),pe=Wt/2,nn=lt(Pn),ln="".concat(nn,"-gradient"),jt=pe-Mn/2,Ct=Math.PI*2*jt,wt=ue>0?90+ue/2:-90,Et=Ct*((360-ue)/360),Gt=(0,Te.Z)(dn)==="object"?dn:{count:dn,gap:2},Mt=Gt.count,Pe=Gt.gap,sn=$t(Je),Qn=$t(fn),Yn=Qn.find(function(_n){return _n&&(0,Te.Z)(_n)==="object"}),Ln=Yn&&(0,Te.Z)(Yn)==="object",ti=Ln?"butt":de,pn=Zt(Ct,Et,0,100,wt,ue,Xe,$e,ti,Mn),$n=Ue(),ai=function(){var Zo=0;return sn.map(function(ho,Ki){var Ri=Qn[Ki]||Qn[Qn.length-1],Or=Zt(Ct,Et,Zo,ho,wt,ue,Xe,Ri,ti,Mn);return Zo+=ho,ze.createElement(bt,{key:Ki,color:Ri,ptg:ho,radius:jt,prefixCls:cn,gradientId:ln,style:Or,strokeLinecap:ti,strokeWidth:Mn,gapDegree:ue,ref:function(Pr){$n[Ki]=Pr},size:Wt})}).reverse()},Di=function(){var Zo=Math.round(Mt*(sn[0]/100)),ho=100/Mt,Ki=0;return new Array(Mt).fill(null).map(function(Ri,Or){var Mo=Or<=Zo-1?Qn[0]:$e,Pr=Mo&&(0,Te.Z)(Mo)==="object"?"url(#".concat(ln,")"):void 0,wr=Zt(Ct,Et,Ki,ho,wt,ue,Xe,Mo,"butt",Mn,Pe);return Ki+=(Et-wr.strokeDashoffset+Pe)*100/Et,ze.createElement("circle",{key:Or,className:"".concat(cn,"-circle-path"),r:jt,cx:pe,cy:pe,stroke:Pr,strokeWidth:Mn,opacity:1,style:wr,ref:function(zi){$n[Or]=zi}})})};return ze.createElement("svg",(0,Rt.Z)({className:le()("".concat(cn,"-circle"),Re),viewBox:"0 0 ".concat(Wt," ").concat(Wt),style:We,id:Pn,role:"presentation"},te),!Mt&&ze.createElement("circle",{className:"".concat(cn,"-circle-trail"),r:jt,cx:pe,cy:pe,stroke:$e,strokeLinecap:ti,strokeWidth:Yt||Mn,style:pn}),Mt?Di():ai())},ye=qt,oe={Line:Ze,Circle:ye}},58212:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Z:function(){return Mn}});function Rt(){return Rt=Object.assign?Object.assign.bind():function(Yt){for(var Dt=1;Dt<arguments.length;Dt++){var ue=arguments[Dt];for(var Xe in ue)Object.prototype.hasOwnProperty.call(ue,Xe)&&(Yt[Xe]=ue[Xe])}return Yt},Rt.apply(this,arguments)}function fe(Yt){"@babel/helpers - typeof";return fe=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Dt){return typeof Dt}:function(Dt){return Dt&&typeof Symbol=="function"&&Dt.constructor===Symbol&&Dt!==Symbol.prototype?"symbol":typeof Dt},fe(Yt)}function Be(Yt,Dt){if(fe(Yt)!=="object"||Yt===null)return Yt;var ue=Yt[Symbol.toPrimitive];if(ue!==void 0){var Xe=ue.call(Yt,Dt||"default");if(fe(Xe)!=="object")return Xe;throw new TypeError("@@toPrimitive must return a primitive value.")}return(Dt==="string"?String:Number)(Yt)}function ze(Yt){var Dt=Be(Yt,"string");return fe(Dt)==="symbol"?Dt:String(Dt)}function ve(Yt,Dt,ue){return Dt=ze(Dt),Dt in Yt?Object.defineProperty(Yt,Dt,{value:ue,enumerable:!0,configurable:!0,writable:!0}):Yt[Dt]=ue,Yt}function le(Yt){if(Array.isArray(Yt))return Yt}function Kt(Yt,Dt){var ue=Yt==null?null:typeof Symbol!="undefined"&&Yt[Symbol.iterator]||Yt["@@iterator"];if(ue!=null){var Xe,$e,de,We,Re=[],fn=!0,Je=!1;try{if(de=(ue=ue.call(Yt)).next,Dt===0){if(Object(ue)!==ue)return;fn=!1}else for(;!(fn=(Xe=de.call(ue)).done)&&(Re.push(Xe.value),Re.length!==Dt);fn=!0);}catch(te){Je=!0,$e=te}finally{try{if(!fn&&ue.return!=null&&(We=ue.return(),Object(We)!==We))return}finally{if(Je)throw $e}}return Re}}function Ue(Yt,Dt){(Dt==null||Dt>Yt.length)&&(Dt=Yt.length);for(var ue=0,Xe=new Array(Dt);ue<Dt;ue++)Xe[ue]=Yt[ue];return Xe}function me(Yt,Dt){if(Yt){if(typeof Yt=="string")return Ue(Yt,Dt);var ue=Object.prototype.toString.call(Yt).slice(8,-1);if(ue==="Object"&&Yt.constructor&&(ue=Yt.constructor.name),ue==="Map"||ue==="Set")return Array.from(Yt);if(ue==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ue))return Ue(Yt,Dt)}}function ke(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Ze(Yt,Dt){return le(Yt)||Kt(Yt,Dt)||me(Yt,Dt)||ke()}function Te(Yt,Dt){if(Yt==null)return{};var ue={},Xe=Object.keys(Yt),$e,de;for(de=0;de<Xe.length;de++)$e=Xe[de],!(Dt.indexOf($e)>=0)&&(ue[$e]=Yt[$e]);return ue}function un(Yt,Dt){if(Yt==null)return{};var ue=Te(Yt,Dt),Xe,$e;if(Object.getOwnPropertySymbols){var de=Object.getOwnPropertySymbols(Yt);for($e=0;$e<de.length;$e++)Xe=de[$e],!(Dt.indexOf(Xe)>=0)&&Object.prototype.propertyIsEnumerable.call(Yt,Xe)&&(ue[Xe]=Yt[Xe])}return ue}var Nt=Qt(67294),et=Qt(94184),nt=Qt.n(et);function ft(Yt){if(Array.isArray(Yt))return Yt}function lt(Yt,Dt){var ue=Yt==null?null:typeof Symbol!="undefined"&&Yt[Symbol.iterator]||Yt["@@iterator"];if(ue!=null){var Xe,$e,de,We,Re=[],fn=!0,Je=!1;try{if(de=(ue=ue.call(Yt)).next,Dt===0){if(Object(ue)!==ue)return;fn=!1}else for(;!(fn=(Xe=de.call(ue)).done)&&(Re.push(Xe.value),Re.length!==Dt);fn=!0);}catch(te){Je=!0,$e=te}finally{try{if(!fn&&ue.return!=null&&(We=ue.return(),Object(We)!==We))return}finally{if(Je)throw $e}}return Re}}function pt(Yt,Dt){(Dt==null||Dt>Yt.length)&&(Dt=Yt.length);for(var ue=0,Xe=new Array(Dt);ue<Dt;ue++)Xe[ue]=Yt[ue];return Xe}function vt(Yt,Dt){if(Yt){if(typeof Yt=="string")return pt(Yt,Dt);var ue=Object.prototype.toString.call(Yt).slice(8,-1);if(ue==="Object"&&Yt.constructor&&(ue=Yt.constructor.name),ue==="Map"||ue==="Set")return Array.from(Yt);if(ue==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ue))return pt(Yt,Dt)}}function kt(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function bt(Yt,Dt){return ft(Yt)||lt(Yt,Dt)||vt(Yt,Dt)||kt()}function Wt(Yt){var Dt=Nt.useRef();Dt.current=Yt;var ue=Nt.useCallback(function(){for(var Xe,$e=arguments.length,de=new Array($e),We=0;We<$e;We++)de[We]=arguments[We];return(Xe=Dt.current)===null||Xe===void 0?void 0:Xe.call.apply(Xe,[Dt].concat(de))},[]);return ue}function Zt(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var ie=Zt()?Nt.useLayoutEffect:Nt.useEffect,$t=function(Dt,ue){var Xe=Nt.useRef(!0);ie(function(){return Dt(Xe.current)},ue),ie(function(){return Xe.current=!1,function(){Xe.current=!0}},[])},qt=function(Dt,ue){$t(function(Xe){if(!Xe)return Dt()},ue)},ye=null;function oe(Yt){var Dt=Nt.useRef(!1),ue=Nt.useState(Yt),Xe=bt(ue,2),$e=Xe[0],de=Xe[1];Nt.useEffect(function(){return Dt.current=!1,function(){Dt.current=!0}},[]);function We(Re,fn){fn&&Dt.current||de(Re)}return[$e,We]}function xe(Yt){return Yt!==void 0}function De(Yt,Dt){var ue=Dt||{},Xe=ue.defaultValue,$e=ue.value,de=ue.onChange,We=ue.postState,Re=oe(function(){return xe($e)?$e:xe(Xe)?typeof Xe=="function"?Xe():Xe:typeof Yt=="function"?Yt():Yt}),fn=bt(Re,2),Je=fn[0],te=fn[1],pe=$e!==void 0?$e:Je,nn=We?We(pe):pe,ln=Wt(de),jt=oe([pe]),Ct=bt(jt,2),wt=Ct[0],Et=Ct[1];qt(function(){var Mt=wt[0];Je!==Mt&&ln(Je,Mt)},[wt]),qt(function(){xe($e)||te($e)},[$e]);var Gt=Wt(function(Mt,Pe){te(Mt,Pe),Et([pe],Pe)});return[nn,Gt]}var Le={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(Dt){var ue=Dt.keyCode;if(Dt.altKey&&!Dt.ctrlKey||Dt.metaKey||ue>=Le.F1&&ue<=Le.F12)return!1;switch(ue){case Le.ALT:case Le.CAPS_LOCK:case Le.CONTEXT_MENU:case Le.CTRL:case Le.DOWN:case Le.END:case Le.ESC:case Le.HOME:case Le.INSERT:case Le.LEFT:case Le.MAC_FF_META:case Le.META:case Le.NUMLOCK:case Le.NUM_CENTER:case Le.PAGE_DOWN:case Le.PAGE_UP:case Le.PAUSE:case Le.PRINT_SCREEN:case Le.RIGHT:case Le.SHIFT:case Le.UP:case Le.WIN_KEY:case Le.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(Dt){if(Dt>=Le.ZERO&&Dt<=Le.NINE||Dt>=Le.NUM_ZERO&&Dt<=Le.NUM_MULTIPLY||Dt>=Le.A&&Dt<=Le.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&Dt===0)return!0;switch(Dt){case Le.SPACE:case Le.QUESTION_MARK:case Le.NUM_PLUS:case Le.NUM_MINUS:case Le.NUM_PERIOD:case Le.NUM_DIVISION:case Le.SEMICOLON:case Le.DASH:case Le.EQUALS:case Le.COMMA:case Le.PERIOD:case Le.SLASH:case Le.APOSTROPHE:case Le.SINGLE_QUOTE:case Le.OPEN_SQUARE_BRACKET:case Le.BACKSLASH:case Le.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}},Pn=Le,cn=["prefixCls","className","checked","defaultChecked","disabled","loadingIcon","checkedChildren","unCheckedChildren","onClick","onChange","onKeyDown"],dn=Nt.forwardRef(function(Yt,Dt){var ue,Xe=Yt.prefixCls,$e=Xe===void 0?"rc-switch":Xe,de=Yt.className,We=Yt.checked,Re=Yt.defaultChecked,fn=Yt.disabled,Je=Yt.loadingIcon,te=Yt.checkedChildren,pe=Yt.unCheckedChildren,nn=Yt.onClick,ln=Yt.onChange,jt=Yt.onKeyDown,Ct=un(Yt,cn),wt=De(!1,{value:We,defaultValue:Re}),Et=Ze(wt,2),Gt=Et[0],Mt=Et[1];function Pe(Ln,ti){var pn=Gt;return fn||(pn=Ln,Mt(pn),ln==null||ln(pn,ti)),pn}function sn(Ln){Ln.which===Pn.LEFT?Pe(!1,Ln):Ln.which===Pn.RIGHT&&Pe(!0,Ln),jt==null||jt(Ln)}function Qn(Ln){var ti=Pe(!Gt,Ln);nn==null||nn(ti,Ln)}var Yn=nt()($e,de,(ue={},ve(ue,"".concat($e,"-checked"),Gt),ve(ue,"".concat($e,"-disabled"),fn),ue));return Nt.createElement("button",Rt({},Ct,{type:"button",role:"switch","aria-checked":Gt,disabled:fn,className:Yn,ref:Dt,onKeyDown:sn,onClick:Qn}),Je,Nt.createElement("span",{className:"".concat($e,"-inner")},Nt.createElement("span",{className:"".concat($e,"-inner-checked")},te),Nt.createElement("span",{className:"".concat($e,"-inner-unchecked")},pe)))});dn.displayName="Switch";var Mn=dn},36356:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Z:function(){return cn}});var Rt=Qt(87462),fe=Qt(15671),Be=Qt(43144),ze=Qt(97326),ve=Qt(60136),le=Qt(29388),Kt=Qt(4942),Ue=Qt(67294),me=Qt(1413),ke=Qt(45987),Ze=Qt(71002),Te=Qt(74165),un=Qt(15861),Nt=Qt(74902),et=Qt(94184),nt=Qt.n(et),ft=Qt(64217),lt=Qt(80334),pt=function(dn,Mn){if(dn&&Mn){var Yt=Array.isArray(Mn)?Mn:Mn.split(","),Dt=dn.name||"",ue=dn.type||"",Xe=ue.replace(/\/.*$/,"");return Yt.some(function($e){var de=$e.trim();if(/^\*(\/\*)?$/.test($e))return!0;if(de.charAt(0)==="."){var We=Dt.toLowerCase(),Re=de.toLowerCase(),fn=[Re];return(Re===".jpg"||Re===".jpeg")&&(fn=[".jpg",".jpeg"]),fn.some(function(Je){return We.endsWith(Je)})}return/\/\*$/.test(de)?Xe===de.replace(/\/.*$/,""):ue===de?!0:/^\w+$/.test(de)?((0,lt.ZP)(!1,"Upload takes an invalidate 'accept' type '".concat(de,"'.Skip for check.")),!0):!1})}return!0};function vt(dn,Mn){var Yt="cannot ".concat(dn.method," ").concat(dn.action," ").concat(Mn.status,"'"),Dt=new Error(Yt);return Dt.status=Mn.status,Dt.method=dn.method,Dt.url=dn.action,Dt}function kt(dn){var Mn=dn.responseText||dn.response;if(!Mn)return Mn;try{return JSON.parse(Mn)}catch(Yt){return Mn}}function bt(dn){var Mn=new XMLHttpRequest;dn.onProgress&&Mn.upload&&(Mn.upload.onprogress=function(Xe){Xe.total>0&&(Xe.percent=Xe.loaded/Xe.total*100),dn.onProgress(Xe)});var Yt=new FormData;dn.data&&Object.keys(dn.data).forEach(function(ue){var Xe=dn.data[ue];if(Array.isArray(Xe)){Xe.forEach(function($e){Yt.append("".concat(ue,"[]"),$e)});return}Yt.append(ue,Xe)}),dn.file instanceof Blob?Yt.append(dn.filename,dn.file,dn.file.name):Yt.append(dn.filename,dn.file),Mn.onerror=function(Xe){dn.onError(Xe)},Mn.onload=function(){return Mn.status<200||Mn.status>=300?dn.onError(vt(dn,Mn),kt(Mn)):dn.onSuccess(kt(Mn),Mn)},Mn.open(dn.method,dn.action,!0),dn.withCredentials&&"withCredentials"in Mn&&(Mn.withCredentials=!0);var Dt=dn.headers||{};return Dt["X-Requested-With"]!==null&&Mn.setRequestHeader("X-Requested-With","XMLHttpRequest"),Object.keys(Dt).forEach(function(ue){Dt[ue]!==null&&Mn.setRequestHeader(ue,Dt[ue])}),Mn.send(Yt),{abort:function(){Mn.abort()}}}var Wt=function(){var dn=(0,un.Z)((0,Te.Z)().mark(function Mn(Yt,Dt){var ue,Xe,$e,de,We,Re,fn,Je;return(0,Te.Z)().wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:Re=function(){return Re=(0,un.Z)((0,Te.Z)().mark(function ln(jt){return(0,Te.Z)().wrap(function(wt){for(;;)switch(wt.prev=wt.next){case 0:return wt.abrupt("return",new Promise(function(Et){jt.file(function(Gt){Dt(Gt)?(jt.fullPath&&!Gt.webkitRelativePath&&(Object.defineProperties(Gt,{webkitRelativePath:{writable:!0}}),Gt.webkitRelativePath=jt.fullPath.replace(/^\//,""),Object.defineProperties(Gt,{webkitRelativePath:{writable:!1}})),Et(Gt)):Et(null)})}));case 1:case"end":return wt.stop()}},ln)})),Re.apply(this,arguments)},We=function(ln){return Re.apply(this,arguments)},de=function(){return de=(0,un.Z)((0,Te.Z)().mark(function ln(jt){var Ct,wt,Et,Gt,Mt;return(0,Te.Z)().wrap(function(sn){for(;;)switch(sn.prev=sn.next){case 0:Ct=jt.createReader(),wt=[];case 2:return sn.next=5,new Promise(function(Qn){Ct.readEntries(Qn,function(){return Qn([])})});case 5:if(Et=sn.sent,Gt=Et.length,Gt){sn.next=9;break}return sn.abrupt("break",12);case 9:for(Mt=0;Mt<Gt;Mt++)wt.push(Et[Mt]);sn.next=2;break;case 12:return sn.abrupt("return",wt);case 13:case"end":return sn.stop()}},ln)})),de.apply(this,arguments)},$e=function(ln){return de.apply(this,arguments)},ue=[],Xe=[],Yt.forEach(function(nn){return Xe.push(nn.webkitGetAsEntry())}),fn=function(){var nn=(0,un.Z)((0,Te.Z)().mark(function ln(jt,Ct){var wt,Et;return(0,Te.Z)().wrap(function(Mt){for(;;)switch(Mt.prev=Mt.next){case 0:if(jt){Mt.next=2;break}return Mt.abrupt("return");case 2:if(jt.path=Ct||"",!jt.isFile){Mt.next=10;break}return Mt.next=6,We(jt);case 6:wt=Mt.sent,wt&&ue.push(wt),Mt.next=15;break;case 10:if(!jt.isDirectory){Mt.next=15;break}return Mt.next=13,$e(jt);case 13:Et=Mt.sent,Xe.push.apply(Xe,(0,Nt.Z)(Et));case 15:case"end":return Mt.stop()}},ln)}));return function(jt,Ct){return nn.apply(this,arguments)}}(),Je=0;case 9:if(!(Je<Xe.length)){pe.next=15;break}return pe.next=12,fn(Xe[Je]);case 12:Je++,pe.next=9;break;case 15:return pe.abrupt("return",ue);case 16:case"end":return pe.stop()}},Mn)}));return function(Yt,Dt){return dn.apply(this,arguments)}}(),Zt=Wt,ie=+new Date,$t=0;function qt(){return"rc-upload-".concat(ie,"-").concat(++$t)}var ye=["component","prefixCls","className","classNames","disabled","id","name","style","styles","multiple","accept","capture","children","directory","openFileDialogOnClick","onMouseEnter","onMouseLeave","hasControlInside"],oe=function(dn){(0,ve.Z)(Yt,dn);var Mn=(0,le.Z)(Yt);function Yt(){var Dt;(0,fe.Z)(this,Yt);for(var ue=arguments.length,Xe=new Array(ue),$e=0;$e<ue;$e++)Xe[$e]=arguments[$e];return Dt=Mn.call.apply(Mn,[this].concat(Xe)),(0,Kt.Z)((0,ze.Z)(Dt),"state",{uid:qt()}),(0,Kt.Z)((0,ze.Z)(Dt),"reqs",{}),(0,Kt.Z)((0,ze.Z)(Dt),"fileInput",void 0),(0,Kt.Z)((0,ze.Z)(Dt),"_isMounted",void 0),(0,Kt.Z)((0,ze.Z)(Dt),"onChange",function(de){var We=Dt.props,Re=We.accept,fn=We.directory,Je=de.target.files,te=(0,Nt.Z)(Je).filter(function(pe){return!fn||pt(pe,Re)});Dt.uploadFiles(te),Dt.reset()}),(0,Kt.Z)((0,ze.Z)(Dt),"onClick",function(de){var We=Dt.fileInput;if(We){var Re=de.target,fn=Dt.props.onClick;if(Re&&Re.tagName==="BUTTON"){var Je=We.parentNode;Je.focus(),Re.blur()}We.click(),fn&&fn(de)}}),(0,Kt.Z)((0,ze.Z)(Dt),"onKeyDown",function(de){de.key==="Enter"&&Dt.onClick(de)}),(0,Kt.Z)((0,ze.Z)(Dt),"onFileDrop",function(){var de=(0,un.Z)((0,Te.Z)().mark(function We(Re){var fn,Je,te;return(0,Te.Z)().wrap(function(nn){for(;;)switch(nn.prev=nn.next){case 0:if(fn=Dt.props.multiple,Re.preventDefault(),Re.type!=="dragover"){nn.next=4;break}return nn.abrupt("return");case 4:if(!Dt.props.directory){nn.next=11;break}return nn.next=7,Zt(Array.prototype.slice.call(Re.dataTransfer.items),function(ln){return pt(ln,Dt.props.accept)});case 7:Je=nn.sent,Dt.uploadFiles(Je),nn.next=14;break;case 11:te=(0,Nt.Z)(Re.dataTransfer.files).filter(function(ln){return pt(ln,Dt.props.accept)}),fn===!1&&(te=te.slice(0,1)),Dt.uploadFiles(te);case 14:case"end":return nn.stop()}},We)}));return function(We){return de.apply(this,arguments)}}()),(0,Kt.Z)((0,ze.Z)(Dt),"uploadFiles",function(de){var We=(0,Nt.Z)(de),Re=We.map(function(fn){return fn.uid=qt(),Dt.processFile(fn,We)});Promise.all(Re).then(function(fn){var Je=Dt.props.onBatchStart;Je==null||Je(fn.map(function(te){var pe=te.origin,nn=te.parsedFile;return{file:pe,parsedFile:nn}})),fn.filter(function(te){return te.parsedFile!==null}).forEach(function(te){Dt.post(te)})})}),(0,Kt.Z)((0,ze.Z)(Dt),"processFile",function(){var de=(0,un.Z)((0,Te.Z)().mark(function We(Re,fn){var Je,te,pe,nn,ln,jt,Ct,wt,Et;return(0,Te.Z)().wrap(function(Mt){for(;;)switch(Mt.prev=Mt.next){case 0:if(Je=Dt.props.beforeUpload,te=Re,!Je){Mt.next=14;break}return Mt.prev=3,Mt.next=6,Je(Re,fn);case 6:te=Mt.sent,Mt.next=12;break;case 9:Mt.prev=9,Mt.t0=Mt.catch(3),te=!1;case 12:if(te!==!1){Mt.next=14;break}return Mt.abrupt("return",{origin:Re,parsedFile:null,action:null,data:null});case 14:if(pe=Dt.props.action,typeof pe!="function"){Mt.next=21;break}return Mt.next=18,pe(Re);case 18:nn=Mt.sent,Mt.next=22;break;case 21:nn=pe;case 22:if(ln=Dt.props.data,typeof ln!="function"){Mt.next=29;break}return Mt.next=26,ln(Re);case 26:jt=Mt.sent,Mt.next=30;break;case 29:jt=ln;case 30:return Ct=((0,Ze.Z)(te)==="object"||typeof te=="string")&&te?te:Re,Ct instanceof File?wt=Ct:wt=new File([Ct],Re.name,{type:Re.type}),Et=wt,Et.uid=Re.uid,Mt.abrupt("return",{origin:Re,data:jt,parsedFile:Et,action:nn});case 35:case"end":return Mt.stop()}},We,null,[[3,9]])}));return function(We,Re){return de.apply(this,arguments)}}()),(0,Kt.Z)((0,ze.Z)(Dt),"saveFileInput",function(de){Dt.fileInput=de}),Dt}return(0,Be.Z)(Yt,[{key:"componentDidMount",value:function(){this._isMounted=!0}},{key:"componentWillUnmount",value:function(){this._isMounted=!1,this.abort()}},{key:"post",value:function(ue){var Xe=this,$e=ue.data,de=ue.origin,We=ue.action,Re=ue.parsedFile;if(this._isMounted){var fn=this.props,Je=fn.onStart,te=fn.customRequest,pe=fn.name,nn=fn.headers,ln=fn.withCredentials,jt=fn.method,Ct=de.uid,wt=te||bt,Et={action:We,filename:pe,data:$e,file:Re,headers:nn,withCredentials:ln,method:jt||"post",onProgress:function(Mt){var Pe=Xe.props.onProgress;Pe==null||Pe(Mt,Re)},onSuccess:function(Mt,Pe){var sn=Xe.props.onSuccess;sn==null||sn(Mt,Re,Pe),delete Xe.reqs[Ct]},onError:function(Mt,Pe){var sn=Xe.props.onError;sn==null||sn(Mt,Pe,Re),delete Xe.reqs[Ct]}};Je(de),this.reqs[Ct]=wt(Et)}}},{key:"reset",value:function(){this.setState({uid:qt()})}},{key:"abort",value:function(ue){var Xe=this.reqs;if(ue){var $e=ue.uid?ue.uid:ue;Xe[$e]&&Xe[$e].abort&&Xe[$e].abort(),delete Xe[$e]}else Object.keys(Xe).forEach(function(de){Xe[de]&&Xe[de].abort&&Xe[de].abort(),delete Xe[de]})}},{key:"render",value:function(){var ue=this.props,Xe=ue.component,$e=ue.prefixCls,de=ue.className,We=ue.classNames,Re=We===void 0?{}:We,fn=ue.disabled,Je=ue.id,te=ue.name,pe=ue.style,nn=ue.styles,ln=nn===void 0?{}:nn,jt=ue.multiple,Ct=ue.accept,wt=ue.capture,Et=ue.children,Gt=ue.directory,Mt=ue.openFileDialogOnClick,Pe=ue.onMouseEnter,sn=ue.onMouseLeave,Qn=ue.hasControlInside,Yn=(0,ke.Z)(ue,ye),Ln=nt()((0,Kt.Z)((0,Kt.Z)((0,Kt.Z)({},$e,!0),"".concat($e,"-disabled"),fn),de,de)),ti=Gt?{directory:"directory",webkitdirectory:"webkitdirectory"}:{},pn=fn?{}:{onClick:Mt?this.onClick:function(){},onKeyDown:Mt?this.onKeyDown:function(){},onMouseEnter:Pe,onMouseLeave:sn,onDrop:this.onFileDrop,onDragOver:this.onFileDrop,tabIndex:Qn?void 0:"0"};return Ue.createElement(Xe,(0,Rt.Z)({},pn,{className:Ln,role:Qn?void 0:"button",style:pe}),Ue.createElement("input",(0,Rt.Z)({},(0,ft.Z)(Yn,{aria:!0,data:!0}),{id:Je,name:te,disabled:fn,type:"file",ref:this.saveFileInput,onClick:function(ai){return ai.stopPropagation()},key:this.state.uid,style:(0,me.Z)({display:"none"},ln.input),className:Re.input,accept:Ct},ti,{multiple:jt,onChange:this.onChange},wt!=null?{capture:wt}:{})),Et)}}]),Yt}(Ue.Component),xe=oe;function De(){}var Le=function(dn){(0,ve.Z)(Yt,dn);var Mn=(0,le.Z)(Yt);function Yt(){var Dt;(0,fe.Z)(this,Yt);for(var ue=arguments.length,Xe=new Array(ue),$e=0;$e<ue;$e++)Xe[$e]=arguments[$e];return Dt=Mn.call.apply(Mn,[this].concat(Xe)),(0,Kt.Z)((0,ze.Z)(Dt),"uploader",void 0),(0,Kt.Z)((0,ze.Z)(Dt),"saveUploader",function(de){Dt.uploader=de}),Dt}return(0,Be.Z)(Yt,[{key:"abort",value:function(ue){this.uploader.abort(ue)}},{key:"render",value:function(){return Ue.createElement(xe,(0,Rt.Z)({},this.props,{ref:this.saveUploader}))}}]),Yt}(Ue.Component);(0,Kt.Z)(Le,"defaultProps",{component:"span",prefixCls:"rc-upload",data:{},headers:{},name:"file",multipart:!1,onStart:De,onError:De,onSuccess:De,multiple:!1,beforeUpload:null,customRequest:null,withCredentials:!1,openFileDialogOnClick:!0,hasControlInside:!1});var Pn=Le,cn=Pn},73299:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Z:function(){return dr}});var Rt=Qt(87462),fe=Qt(1413),Be=Qt(71002),ze=Qt(97685),ve=Qt(4942),le=Qt(45987),Kt=Qt(67294),Ue=Qt(73935),me=Qt(94184),ke=Qt.n(me),Ze=Qt(48555),Te=Kt.forwardRef(function(_e,xt){var xn=_e.height,mn=_e.offsetY,ri=_e.offsetX,Zn=_e.children,Jn=_e.prefixCls,gi=_e.onInnerResize,Oi=_e.innerProps,Ce=_e.rtl,Fe=_e.extra,re={},be={display:"flex",flexDirection:"column"};if(mn!==void 0){var wn;re={height:xn,position:"relative",overflow:"hidden"},be=(0,fe.Z)((0,fe.Z)({},be),{},(wn={transform:"translateY(".concat(mn,"px)")},(0,ve.Z)(wn,Ce?"marginRight":"marginLeft",-ri),(0,ve.Z)(wn,"position","absolute"),(0,ve.Z)(wn,"left",0),(0,ve.Z)(wn,"right",0),(0,ve.Z)(wn,"top",0),wn))}return Kt.createElement("div",{style:re},Kt.createElement(Ze.Z,{onResize:function(si){var ce=si.offsetHeight;ce&&gi&&gi()}},Kt.createElement("div",(0,Rt.Z)({style:be,className:ke()((0,ve.Z)({},"".concat(Jn,"-holder-inner"),Jn)),ref:xt},Oi),Zn,Fe)))});Te.displayName="Filler";var un=Te,Nt=function(xt){return+setTimeout(xt,16)},et=function(xt){return clearTimeout(xt)};typeof window!="undefined"&&"requestAnimationFrame"in window&&(Nt=function(xt){return window.requestAnimationFrame(xt)},et=function(xt){return window.cancelAnimationFrame(xt)});var nt=0,ft=new Map;function lt(_e){ft.delete(_e)}var pt=function(xt){var xn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;nt+=1;var mn=nt;function ri(Zn){if(Zn===0)lt(mn),xt();else{var Jn=Nt(function(){ri(Zn-1)});ft.set(mn,Jn)}}return ri(xn),mn};pt.cancel=function(_e){var xt=ft.get(_e);return lt(xt),et(xt)};var vt=pt;function kt(_e,xt){var xn="touches"in _e?_e.touches[0]:_e;return xn[xt?"pageX":"pageY"]}var bt=Kt.forwardRef(function(_e,xt){var xn,mn=_e.prefixCls,ri=_e.rtl,Zn=_e.scrollOffset,Jn=_e.scrollRange,gi=_e.onStartMove,Oi=_e.onStopMove,Ce=_e.onScroll,Fe=_e.horizontal,re=_e.spinSize,be=_e.containerSize,wn=_e.style,An=_e.thumbStyle,si=Kt.useState(!1),ce=(0,ze.Z)(si,2),He=ce[0],On=ce[1],ci=Kt.useState(null),qe=(0,ze.Z)(ci,2),se=qe[0],Cn=qe[1],Hn=Kt.useState(null),pi=(0,ze.Z)(Hn,2),je=pi[0],Fn=pi[1],io=!ri,Oo=Kt.useRef(),$i=Kt.useRef(),Dn=Kt.useState(!1),Tn=(0,ze.Z)(Dn,2),jn=Tn[0],Hi=Tn[1],uo=Kt.useRef(),an=function(){clearTimeout(uo.current),Hi(!0),uo.current=setTimeout(function(){Hi(!1)},3e3)},Xn=Jn-be||0,Fs=be-re||0,hr=Xn>0,Vo=Kt.useMemo(function(){if(Zn===0||Xn===0)return 0;var wi=Zn/Xn;return wi*Fs},[Zn,Xn,Fs]),he=function(Ui){Ui.stopPropagation(),Ui.preventDefault()},ei=Kt.useRef({top:Vo,dragging:He,pageY:se,startTop:je});ei.current={top:Vo,dragging:He,pageY:se,startTop:je};var Ci=function(Ui){On(!0),Cn(kt(Ui,Fe)),Fn(ei.current.top),gi(),Ui.stopPropagation(),Ui.preventDefault()};Kt.useEffect(function(){var wi=function(Ge){Ge.preventDefault()},Ui=Oo.current,Oe=$i.current;return Ui.addEventListener("touchstart",wi),Oe.addEventListener("touchstart",Ci),function(){Ui.removeEventListener("touchstart",wi),Oe.removeEventListener("touchstart",Ci)}},[]);var Vn=Kt.useRef();Vn.current=Xn;var oo=Kt.useRef();oo.current=Fs,Kt.useEffect(function(){if(He){var wi,Ui=function(Ge){var qi=ei.current,ls=qi.dragging,fo=qi.pageY,Hs=qi.startTop;if(vt.cancel(wi),ls){var mo=kt(Ge,Fe)-fo,Ni=Hs;!io&&Fe?Ni-=mo:Ni+=mo;var To=Vn.current,bs=oo.current,vo=bs?Ni/bs:0,yn=Math.ceil(vo*To);yn=Math.max(yn,0),yn=Math.min(yn,To),wi=vt(function(){Ce(yn,Fe)})}},Oe=function(){On(!1),Oi()};return window.addEventListener("mousemove",Ui),window.addEventListener("touchmove",Ui),window.addEventListener("mouseup",Oe),window.addEventListener("touchend",Oe),function(){window.removeEventListener("mousemove",Ui),window.removeEventListener("touchmove",Ui),window.removeEventListener("mouseup",Oe),window.removeEventListener("touchend",Oe),vt.cancel(wi)}}},[He]),Kt.useEffect(function(){an()},[Zn]),Kt.useImperativeHandle(xt,function(){return{delayHidden:an}});var Li="".concat(mn,"-scrollbar"),Ei={position:"absolute",visibility:jn&&hr?null:"hidden"},ki={position:"absolute",background:"rgba(0, 0, 0, 0.5)",borderRadius:99,cursor:"pointer",userSelect:"none"};return Fe?(Ei.height=8,Ei.left=0,Ei.right=0,Ei.bottom=0,ki.height="100%",ki.width=re,io?ki.left=Vo:ki.right=Vo):(Ei.width=8,Ei.top=0,Ei.bottom=0,io?Ei.right=0:Ei.left=0,ki.width="100%",ki.height=re,ki.top=Vo),Kt.createElement("div",{ref:Oo,className:ke()(Li,(xn={},(0,ve.Z)(xn,"".concat(Li,"-horizontal"),Fe),(0,ve.Z)(xn,"".concat(Li,"-vertical"),!Fe),(0,ve.Z)(xn,"".concat(Li,"-visible"),jn),xn)),style:(0,fe.Z)((0,fe.Z)({},Ei),wn),onMouseDown:he,onMouseMove:an},Kt.createElement("div",{ref:$i,className:ke()("".concat(Li,"-thumb"),(0,ve.Z)({},"".concat(Li,"-thumb-moving"),He)),style:(0,fe.Z)((0,fe.Z)({},ki),An),onMouseDown:Ci}))}),Wt=bt;function Zt(_e){var xt=_e.children,xn=_e.setRef,mn=Kt.useCallback(function(ri){xn(ri)},[]);return Kt.cloneElement(xt,{ref:mn})}function ie(_e,xt,xn,mn,ri,Zn,Jn){var gi=Jn.getKey;return _e.slice(xt,xn+1).map(function(Oi,Ce){var Fe=xt+Ce,re=Zn(Oi,Fe,{style:{width:mn}}),be=gi(Oi);return Kt.createElement(Zt,{key:be,setRef:function(An){return ri(Oi,An)}},re)})}function $t(_e){return _e instanceof HTMLElement||_e instanceof SVGElement}function qt(_e){return $t(_e)?_e:_e instanceof Kt.Component?Ue.findDOMNode(_e):null}var ye=Qt(15671),oe=Qt(43144),xe=function(){function _e(){(0,ye.Z)(this,_e),this.maps=void 0,this.id=0,this.maps=Object.create(null)}return(0,oe.Z)(_e,[{key:"set",value:function(xn,mn){this.maps[xn]=mn,this.id+=1}},{key:"get",value:function(xn){return this.maps[xn]}}]),_e}(),De=xe;function Le(_e,xt,xn){var mn=Kt.useState(0),ri=(0,ze.Z)(mn,2),Zn=ri[0],Jn=ri[1],gi=(0,Kt.useRef)(new Map),Oi=(0,Kt.useRef)(new De),Ce=(0,Kt.useRef)();function Fe(){vt.cancel(Ce.current)}function re(){var wn=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;Fe();var An=function(){gi.current.forEach(function(ce,He){if(ce&&ce.offsetParent){var On=qt(ce),ci=On.offsetHeight;Oi.current.get(He)!==ci&&Oi.current.set(He,On.offsetHeight)}}),Jn(function(ce){return ce+1})};wn?An():Ce.current=vt(An)}function be(wn,An){var si=_e(wn),ce=gi.current.get(si);An?(gi.current.set(si,An),re()):gi.current.delete(si),!ce!=!An&&(An?xt==null||xt(wn):xn==null||xn(wn))}return(0,Kt.useEffect)(function(){return Fe},[]),[be,re,Oi.current,Zn]}function Pn(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var cn=Pn()?Kt.useLayoutEffect:Kt.useEffect,dn=function(xt,xn){var mn=Kt.useRef(!0);cn(function(){return xt(mn.current)},xn),cn(function(){return mn.current=!1,function(){mn.current=!0}},[])},Mn=function(xt,xn){dn(function(mn){if(!mn)return xt()},xn)},Yt=dn;function Dt(_e){var xt=Kt.useRef();xt.current=_e;var xn=Kt.useCallback(function(){for(var mn,ri=arguments.length,Zn=new Array(ri),Jn=0;Jn<ri;Jn++)Zn[Jn]=arguments[Jn];return(mn=xt.current)===null||mn===void 0?void 0:mn.call.apply(mn,[xt].concat(Zn))},[]);return xn}function ue(_e){var xt=React.useRef(!1),xn=React.useState(_e),mn=_slicedToArray(xn,2),ri=mn[0],Zn=mn[1];React.useEffect(function(){return xt.current=!1,function(){xt.current=!0}},[]);function Jn(gi,Oi){Oi&&xt.current||Zn(gi)}return[ri,Jn]}function Xe(_e){return _e!==void 0}function $e(_e,xt){var xn=xt||{},mn=xn.defaultValue,ri=xn.value,Zn=xn.onChange,Jn=xn.postState,gi=useState(function(){return Xe(ri)?ri:Xe(mn)?typeof mn=="function"?mn():mn:typeof _e=="function"?_e():_e}),Oi=_slicedToArray(gi,2),Ce=Oi[0],Fe=Oi[1],re=ri!==void 0?ri:Ce,be=Jn?Jn(re):re,wn=useEvent(Zn),An=useState([re]),si=_slicedToArray(An,2),ce=si[0],He=si[1];useLayoutUpdateEffect(function(){var ci=ce[0];Ce!==ci&&wn(Ce,ci)},[ce]),useLayoutUpdateEffect(function(){Xe(ri)||Fe(ri)},[ri]);var On=useEvent(function(ci,qe){Fe(ci,qe),He([re],qe)});return[be,On]}var de=Qt(31461);function We(_e,xt,xn){var mn=React.useRef({});return(!("value"in mn.current)||xn(mn.current.condition,xt))&&(mn.current.value=_e(),mn.current.condition=xt),mn.current.value}function Re(_e,xt){typeof _e=="function"?_e(xt):_typeof(_e)==="object"&&_e&&"current"in _e&&(_e.current=xt)}function fn(){for(var _e=arguments.length,xt=new Array(_e),xn=0;xn<_e;xn++)xt[xn]=arguments[xn];var mn=xt.filter(function(ri){return ri});return mn.length<=1?mn[0]:function(ri){xt.forEach(function(Zn){Re(Zn,ri)})}}function Je(){for(var _e=arguments.length,xt=new Array(_e),xn=0;xn<_e;xn++)xt[xn]=arguments[xn];return useMemo(function(){return fn.apply(void 0,xt)},xt,function(mn,ri){return mn.length!==ri.length||mn.every(function(Zn,Jn){return Zn!==ri[Jn]})})}function te(_e){var xt,xn,mn=isMemo(_e)?_e.type.type:_e.type;return!(typeof mn=="function"&&!((xt=mn.prototype)!==null&&xt!==void 0&&xt.render)||typeof _e=="function"&&!((xn=_e.prototype)!==null&&xn!==void 0&&xn.render))}function pe(_e){return!isValidElement(_e)||isFragment(_e)?!1:te(_e)}function nn(_e,xt,xn,mn){if(!xt.length)return xn;var ri=_toArray(xt),Zn=ri[0],Jn=ri.slice(1),gi;return!_e&&typeof Zn=="number"?gi=[]:Array.isArray(_e)?gi=_toConsumableArray(_e):gi=_objectSpread({},_e),mn&&xn===void 0&&Jn.length===1?delete gi[Zn][Jn[0]]:gi[Zn]=nn(gi[Zn],Jn,xn,mn),gi}function ln(_e,xt,xn){var mn=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;return xt.length&&mn&&xn===void 0&&!get(_e,xt.slice(0,-1))?_e:nn(_e,xt,xn,mn)}function jt(_e){return _typeof(_e)==="object"&&_e!==null&&Object.getPrototypeOf(_e)===Object.prototype}function Ct(_e){return Array.isArray(_e)?[]:{}}var wt=typeof Reflect=="undefined"?Object.keys:Reflect.ownKeys;function Et(){for(var _e=arguments.length,xt=new Array(_e),xn=0;xn<_e;xn++)xt[xn]=arguments[xn];var mn=Ct(xt[0]);return xt.forEach(function(ri){function Zn(Jn,gi){var Oi=new Set(gi),Ce=get(ri,Jn),Fe=Array.isArray(Ce);if(Fe||jt(Ce)){if(!Oi.has(Ce)){Oi.add(Ce);var re=get(mn,Jn);Fe?mn=ln(mn,Jn,[]):(!re||_typeof(re)!=="object")&&(mn=ln(mn,Jn,Ct(Ce))),wt(Ce).forEach(function(be){Zn([].concat(_toConsumableArray(Jn),[be]),Oi)})}}else mn=ln(mn,Jn,Ce)}Zn([])}),mn}var Gt={},Mt=[],Pe=function(xt){Mt.push(xt)};function sn(_e,xt){if(0)var xn}function Qn(_e,xt){if(0)var xn}function Yn(){Gt={}}function Ln(_e,xt,xn){!xt&&!Gt[xn]&&(_e(!1,xn),Gt[xn]=!0)}function ti(_e,xt){Ln(sn,_e,xt)}function pn(_e,xt){Ln(Qn,_e,xt)}ti.preMessage=Pe,ti.resetWarned=Yn,ti.noteOnce=pn;var $n=null,ai=10;function Di(_e,xt,xn,mn,ri,Zn,Jn,gi){var Oi=Kt.useRef(),Ce=Kt.useState(null),Fe=(0,ze.Z)(Ce,2),re=Fe[0],be=Fe[1];return Yt(function(){if(re&&re.times<ai){if(!_e.current){be(function(an){return(0,fe.Z)({},an)});return}Zn();var wn=re.targetAlign,An=re.originAlign,si=re.index,ce=re.offset,He=_e.current.clientHeight,On=!1,ci=wn,qe=null;if(He){for(var se=wn||An,Cn=0,Hn=0,pi=0,je=Math.min(xt.length-1,si),Fn=0;Fn<=je;Fn+=1){var io=ri(xt[Fn]);Hn=Cn;var Oo=xn.get(io);pi=Hn+(Oo===void 0?mn:Oo),Cn=pi}for(var $i=se==="top"?ce:He-ce,Dn=je;Dn>=0;Dn-=1){var Tn=ri(xt[Dn]),jn=xn.get(Tn);if(jn===void 0){On=!0;break}if($i-=jn,$i<=0)break}switch(se){case"top":qe=Hn-ce;break;case"bottom":qe=pi-He+ce;break;default:{var Hi=_e.current.scrollTop,uo=Hi+He;Hn<Hi?ci="top":pi>uo&&(ci="bottom")}}qe!==null&&Jn(qe),qe!==re.lastTop&&(On=!0)}On&&be(function(an){return(0,fe.Z)((0,fe.Z)({},an),{},{times:an.times+1,targetAlign:ci,lastTop:qe})})}},[re,_e.current]),function(wn){if(wn==null){gi();return}if(vt.cancel(Oi.current),typeof wn=="number")Jn(wn);else if(wn&&(0,Be.Z)(wn)==="object"){var An,si=wn.align;"index"in wn?An=wn.index:An=xt.findIndex(function(On){return ri(On)===wn.key});var ce=wn.offset,He=ce===void 0?0:ce;be({times:0,index:An,offset:He,originAlign:si})}}}function _n(_e,xt,xn,mn){var ri=xn-_e,Zn=xt-xn,Jn=Math.min(ri,Zn)*2;if(mn<=Jn){var gi=Math.floor(mn/2);return mn%2?xn+gi+1:xn-gi}return ri>Zn?xn-(mn-Zn):xn+(mn-ri)}function Zo(_e,xt,xn){var mn=_e.length,ri=xt.length,Zn,Jn;if(mn===0&&ri===0)return null;mn<ri?(Zn=_e,Jn=xt):(Zn=xt,Jn=_e);var gi={__EMPTY_ITEM__:!0};function Oi(An){return An!==void 0?xn(An):gi}for(var Ce=null,Fe=Math.abs(mn-ri)!==1,re=0;re<Jn.length;re+=1){var be=Oi(Zn[re]),wn=Oi(Jn[re]);if(be!==wn){Ce=re,Fe=Fe||be!==Oi(Jn[re+1]);break}}return Ce===null?null:{index:Ce,multiple:Fe}}function ho(_e,xt,xn){var mn=Kt.useState(_e),ri=(0,ze.Z)(mn,2),Zn=ri[0],Jn=ri[1],gi=Kt.useState(null),Oi=(0,ze.Z)(gi,2),Ce=Oi[0],Fe=Oi[1];return Kt.useEffect(function(){var re=Zo(Zn||[],_e||[],xt);(re==null?void 0:re.index)!==void 0&&(xn==null||xn(re.index),Fe(_e[re.index])),Jn(_e)},[_e]),[Ce]}var Ki=(typeof navigator=="undefined"?"undefined":(0,Be.Z)(navigator))==="object"&&/Firefox/i.test(navigator.userAgent),Ri=Ki,Or=function(_e,xt){var xn=(0,Kt.useRef)(!1),mn=(0,Kt.useRef)(null);function ri(){clearTimeout(mn.current),xn.current=!0,mn.current=setTimeout(function(){xn.current=!1},50)}var Zn=(0,Kt.useRef)({top:_e,bottom:xt});return Zn.current.top=_e,Zn.current.bottom=xt,function(Jn){var gi=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,Oi=Jn<0&&Zn.current.top||Jn>0&&Zn.current.bottom;return gi&&Oi?(clearTimeout(mn.current),xn.current=!1):(!Oi||xn.current)&&ri(),!xn.current&&Oi}};function Mo(_e,xt,xn,mn,ri){var Zn=(0,Kt.useRef)(0),Jn=(0,Kt.useRef)(null),gi=(0,Kt.useRef)(null),Oi=(0,Kt.useRef)(!1),Ce=Or(xt,xn);function Fe(ce,He){vt.cancel(Jn.current),Zn.current+=He,gi.current=He,!Ce(He)&&(Ri||ce.preventDefault(),Jn.current=vt(function(){var On=Oi.current?10:1;ri(Zn.current*On),Zn.current=0}))}function re(ce,He){ri(He,!0),Ri||ce.preventDefault()}var be=(0,Kt.useRef)(null),wn=(0,Kt.useRef)(null);function An(ce){if(_e){vt.cancel(wn.current),wn.current=vt(function(){be.current=null},2);var He=ce.deltaX,On=ce.deltaY,ci=ce.shiftKey,qe=He,se=On;(be.current==="sx"||!be.current&&ci&&On&&!He)&&(qe=On,se=0,be.current="sx");var Cn=Math.abs(qe),Hn=Math.abs(se);be.current===null&&(be.current=mn&&Cn>Hn?"x":"y"),be.current==="y"?Fe(ce,se):re(ce,qe)}}function si(ce){_e&&(Oi.current=ce.detail===gi.current)}return[An,si]}var Pr=14/15;function wr(_e,xt,xn){var mn=(0,Kt.useRef)(!1),ri=(0,Kt.useRef)(0),Zn=(0,Kt.useRef)(null),Jn=(0,Kt.useRef)(null),gi,Oi=function(be){if(mn.current){var wn=Math.ceil(be.touches[0].pageY),An=ri.current-wn;ri.current=wn,xn(An)&&be.preventDefault(),clearInterval(Jn.current),Jn.current=setInterval(function(){An*=Pr,(!xn(An,!0)||Math.abs(An)<=.1)&&clearInterval(Jn.current)},16)}},Ce=function(){mn.current=!1,gi()},Fe=function(be){gi(),be.touches.length===1&&!mn.current&&(mn.current=!0,ri.current=Math.ceil(be.touches[0].pageY),Zn.current=be.target,Zn.current.addEventListener("touchmove",Oi),Zn.current.addEventListener("touchend",Ce))};gi=function(){Zn.current&&(Zn.current.removeEventListener("touchmove",Oi),Zn.current.removeEventListener("touchend",Ce))},Yt(function(){return _e&&xt.current.addEventListener("touchstart",Fe),function(){var re;(re=xt.current)===null||re===void 0||re.removeEventListener("touchstart",Fe),gi(),clearInterval(Jn.current)}},[_e])}var as=20;function zi(){var _e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,xt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,xn=_e/xt*100;return isNaN(xn)&&(xn=0),xn=Math.max(xn,as),xn=Math.min(xn,_e/2),Math.floor(xn)}function va(_e,xt,xn,mn){var ri=Kt.useMemo(function(){return[new Map,[]]},[_e,xn.id,mn]),Zn=(0,ze.Z)(ri,2),Jn=Zn[0],gi=Zn[1],Oi=function(Fe){var re=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Fe,be=Jn.get(Fe),wn=Jn.get(re);if(be===void 0||wn===void 0)for(var An=_e.length,si=gi.length;si<An;si+=1){var ce,He=_e[si],On=xt(He);Jn.set(On,si);var ci=(ce=xn.get(On))!==null&&ce!==void 0?ce:mn;if(gi[si]=(gi[si-1]||0)+ci,On===Fe&&(be=si),On===re&&(wn=si),be!==void 0&&wn!==void 0)break}return{top:gi[be-1]||0,bottom:gi[wn]}};return Oi}var rl=["prefixCls","className","height","itemHeight","fullHeight","style","data","children","itemKey","virtual","direction","scrollWidth","component","onScroll","onVirtualScroll","onVisibleChange","innerProps","extraRender","styles"],sl=[],ju={overflowY:"auto",overflowAnchor:"none"};function El(_e,xt){var xn=_e.prefixCls,mn=xn===void 0?"rc-virtual-list":xn,ri=_e.className,Zn=_e.height,Jn=_e.itemHeight,gi=_e.fullHeight,Oi=gi===void 0?!0:gi,Ce=_e.style,Fe=_e.data,re=_e.children,be=_e.itemKey,wn=_e.virtual,An=_e.direction,si=_e.scrollWidth,ce=_e.component,He=ce===void 0?"div":ce,On=_e.onScroll,ci=_e.onVirtualScroll,qe=_e.onVisibleChange,se=_e.innerProps,Cn=_e.extraRender,Hn=_e.styles,pi=(0,le.Z)(_e,rl),je=!!(wn!==!1&&Zn&&Jn),Fn=je&&Fe&&(Jn*Fe.length>Zn||!!si),io=An==="rtl",Oo=ke()(mn,(0,ve.Z)({},"".concat(mn,"-rtl"),io),ri),$i=Fe||sl,Dn=(0,Kt.useRef)(),Tn=(0,Kt.useRef)(),jn=(0,Kt.useState)(0),Hi=(0,ze.Z)(jn,2),uo=Hi[0],an=Hi[1],Xn=(0,Kt.useState)(0),Fs=(0,ze.Z)(Xn,2),hr=Fs[0],Vo=Fs[1],he=(0,Kt.useState)(!1),ei=(0,ze.Z)(he,2),Ci=ei[0],Vn=ei[1],oo=function(){Vn(!0)},Li=function(){Vn(!1)},Ei=Kt.useCallback(function(xi){return typeof be=="function"?be(xi):xi==null?void 0:xi[be]},[be]),ki={getKey:Ei};function wi(xi){an(function(Mi){var so;typeof xi=="function"?so=xi(Mi):so=xi;var Yo=fi(so);return Dn.current.scrollTop=Yo,Yo})}var Ui=(0,Kt.useRef)({start:0,end:$i.length}),Oe=(0,Kt.useRef)(),Io=ho($i,Ei),Ge=(0,ze.Z)(Io,1),qi=Ge[0];Oe.current=qi;var ls=Le(Ei,null,null),fo=(0,ze.Z)(ls,4),Hs=fo[0],mo=fo[1],Ni=fo[2],To=fo[3],bs=Kt.useMemo(function(){if(!je)return{scrollHeight:void 0,start:0,end:$i.length-1,offset:void 0};if(!Fn){var xi;return{scrollHeight:((xi=Tn.current)===null||xi===void 0?void 0:xi.offsetHeight)||0,start:0,end:$i.length-1,offset:void 0}}for(var Mi=0,so,Yo,Gn,kf=$i.length,Il=0;Il<kf;Il+=1){var Aa=$i[Il],Md=Ei(Aa),Gu=Ni.get(Md),vn=Mi+(Gu===void 0?Jn:Gu);vn>=uo&&so===void 0&&(so=Il,Yo=Mi),vn>uo+Zn&&Gn===void 0&&(Gn=Il),Mi=vn}return so===void 0&&(so=0,Yo=0,Gn=Math.ceil(Zn/Jn)),Gn===void 0&&(Gn=$i.length-1),Gn=Math.min(Gn+1,$i.length-1),{scrollHeight:Mi,start:so,end:Gn,offset:Yo}},[Fn,je,uo,$i,To,Zn]),vo=bs.scrollHeight,yn=bs.start,It=bs.end,er=bs.offset;Ui.current.start=yn,Ui.current.end=It;var ll=Kt.useState({width:0,height:Zn}),hl=(0,ze.Z)(ll,2),Ws=hl[0],oh=hl[1],Bl=function(Mi){oh({width:Mi.width||Mi.offsetWidth,height:Mi.height||Mi.offsetHeight})},Ru=(0,Kt.useRef)(),Xh=(0,Kt.useRef)(),co=Kt.useMemo(function(){return zi(Ws.width,si)},[Ws.width,si]),nr=Kt.useMemo(function(){return zi(Ws.height,vo)},[Ws.height,vo]),ni=vo-Zn,Un=(0,Kt.useRef)(ni);Un.current=ni;function fi(xi){var Mi=xi;return Number.isNaN(Un.current)||(Mi=Math.min(Mi,Un.current)),Mi=Math.max(Mi,0),Mi}var Ye=uo<=0,Yi=uo>=ni,ro=Or(Ye,Yi),Jo=function(){return{x:io?-hr:hr,y:uo}},Lo=(0,Kt.useRef)(Jo()),jo=Dt(function(){if(ci){var xi=Jo();(Lo.current.x!==xi.x||Lo.current.y!==xi.y)&&(ci(xi),Lo.current=xi)}});function fr(xi,Mi){var so=xi;Mi?((0,Ue.flushSync)(function(){Vo(so)}),jo()):wi(so)}function Es(xi){var Mi=xi.currentTarget.scrollTop;Mi!==uo&&wi(Mi),On==null||On(xi),jo()}var $r=function(Mi){var so=Mi,Yo=si-Ws.width;return so=Math.max(so,0),so=Math.min(so,Yo),so},Dl=Dt(function(xi,Mi){Mi?((0,Ue.flushSync)(function(){Vo(function(so){var Yo=so+(io?-xi:xi);return $r(Yo)})}),jo()):wi(function(so){var Yo=so+xi;return Yo})}),ul=Mo(je,Ye,Yi,!!si,Dl),ge=(0,ze.Z)(ul,2),ms=ge[0],Ea=ge[1];wr(je,Dn,function(xi,Mi){return ro(xi,Mi)?!1:(ms({preventDefault:function(){},deltaY:xi}),!0)}),Yt(function(){function xi(so){je&&so.preventDefault()}var Mi=Dn.current;return Mi.addEventListener("wheel",ms),Mi.addEventListener("DOMMouseScroll",Ea),Mi.addEventListener("MozMousePixelScroll",xi),function(){Mi.removeEventListener("wheel",ms),Mi.removeEventListener("DOMMouseScroll",Ea),Mi.removeEventListener("MozMousePixelScroll",xi)}},[je]),Yt(function(){si&&Vo(function(xi){return $r(xi)})},[Ws.width,si]);var rh=function(){var Mi,so;(Mi=Ru.current)===null||Mi===void 0||Mi.delayHidden(),(so=Xh.current)===null||so===void 0||so.delayHidden()},Uo=Di(Dn,$i,Ni,Jn,Ei,function(){return mo(!0)},wi,rh);Kt.useImperativeHandle(xt,function(){return{getScrollInfo:Jo,scrollTo:function(Mi){function so(Yo){return Yo&&(0,Be.Z)(Yo)==="object"&&("left"in Yo||"top"in Yo)}so(Mi)?(Mi.left!==void 0&&Vo($r(Mi.left)),Uo(Mi.top)):Uo(Mi)}}}),Yt(function(){if(qe){var xi=$i.slice(yn,It+1);qe(xi,$i)}},[yn,It,$i]);var Ol=va($i,Ei,Ni,Jn),zu=Cn==null?void 0:Cn({start:yn,end:It,virtual:Fn,offsetX:hr,offsetY:er,rtl:io,getSize:Ol}),sh=ie($i,yn,It,si,Hs,re,ki),eo=null;Zn&&(eo=(0,fe.Z)((0,ve.Z)({},Oi?"height":"maxHeight",Zn),ju),je&&(eo.overflowY="hidden",si&&(eo.overflowX="hidden"),Ci&&(eo.pointerEvents="none")));var ir={};return io&&(ir.dir="rtl"),Kt.createElement("div",(0,Rt.Z)({style:(0,fe.Z)((0,fe.Z)({},Ce),{},{position:"relative"}),className:Oo},ir,pi),Kt.createElement(Ze.Z,{onResize:Bl},Kt.createElement(He,{className:"".concat(mn,"-holder"),style:eo,ref:Dn,onScroll:Es,onMouseEnter:rh},Kt.createElement(un,{prefixCls:mn,height:vo,offsetX:hr,offsetY:er,scrollWidth:si,onInnerResize:mo,ref:Tn,innerProps:se,rtl:io,extra:zu},sh))),Fn&&vo>Zn&&Kt.createElement(Wt,{ref:Ru,prefixCls:mn,scrollOffset:uo,scrollRange:vo,rtl:io,onScroll:fr,onStartMove:oo,onStopMove:Li,spinSize:nr,containerSize:Ws.height,style:Hn==null?void 0:Hn.verticalScrollBar,thumbStyle:Hn==null?void 0:Hn.verticalScrollBarThumb}),Fn&&si&&Kt.createElement(Wt,{ref:Xh,prefixCls:mn,scrollOffset:hr,scrollRange:si,rtl:io,onScroll:fr,onStartMove:oo,onStopMove:Li,spinSize:co,containerSize:Ws.width,horizontal:!0,style:Hn==null?void 0:Hn.horizontalScrollBar,thumbStyle:Hn==null?void 0:Hn.horizontalScrollBarThumb}))}var Al=Kt.forwardRef(El);Al.displayName="List";var al=Al,dr=al},66392:function(en,Nn){"use strict";var Qt;var Rt=Symbol.for("react.element"),fe=Symbol.for("react.portal"),Be=Symbol.for("react.fragment"),ze=Symbol.for("react.strict_mode"),ve=Symbol.for("react.profiler"),le=Symbol.for("react.provider"),Kt=Symbol.for("react.context"),Ue=Symbol.for("react.server_context"),me=Symbol.for("react.forward_ref"),ke=Symbol.for("react.suspense"),Ze=Symbol.for("react.suspense_list"),Te=Symbol.for("react.memo"),un=Symbol.for("react.lazy"),Nt=Symbol.for("react.offscreen"),et;et=Symbol.for("react.module.reference");function nt(ft){if(typeof ft=="object"&&ft!==null){var lt=ft.$$typeof;switch(lt){case Rt:switch(ft=ft.type,ft){case Be:case ve:case ze:case ke:case Ze:return ft;default:switch(ft=ft&&ft.$$typeof,ft){case Ue:case Kt:case me:case un:case Te:case le:return ft;default:return lt}}case fe:return lt}}}Qt=Kt,Qt=le,Qt=Rt,Qt=me,Qt=Be,Qt=un,Qt=Te,Qt=fe,Qt=ve,Qt=ze,Qt=ke,Qt=Ze,Qt=function(){return!1},Qt=function(){return!1},Qt=function(ft){return nt(ft)===Kt},Qt=function(ft){return nt(ft)===le},Qt=function(ft){return typeof ft=="object"&&ft!==null&&ft.$$typeof===Rt},Qt=function(ft){return nt(ft)===me},Qt=function(ft){return nt(ft)===Be},Qt=function(ft){return nt(ft)===un},Qt=function(ft){return nt(ft)===Te},Qt=function(ft){return nt(ft)===fe},Qt=function(ft){return nt(ft)===ve},Qt=function(ft){return nt(ft)===ze},Qt=function(ft){return nt(ft)===ke},Qt=function(ft){return nt(ft)===Ze},Qt=function(ft){return typeof ft=="string"||typeof ft=="function"||ft===Be||ft===ve||ft===ze||ft===ke||ft===Ze||ft===Nt||typeof ft=="object"&&ft!==null&&(ft.$$typeof===un||ft.$$typeof===Te||ft.$$typeof===le||ft.$$typeof===Kt||ft.$$typeof===me||ft.$$typeof===et||ft.getModuleId!==void 0)},Qt=nt},31461:function(en,Nn,Qt){"use strict";Qt(66392)},4977:function(en){"use strict";en.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACaCAYAAADl9acYAAAAAXNSR0IArs4c6QAAIABJREFUeF7tXQd4U1Ubfs/NaJtO9kzLahFQEJkiUBBFUFFkCCjiAAVFERT5FREQQQXBBcpysWRP2RtkKRsEOphNodCZdDfjnv85CU2TZt2bhABNDw9PmtzvrO+c957xLQIP0pkz1yrQIEmwwcDzHhTj91klEo7jpcG5zetWUJdmRjmPvTM9GI9JgSGvadOoLE9KJJ5kPp2YXLtZdO1kT8ooz2vigCNelvPYezPEG7z0CDAn4pJqPvJA5A3vdcl/S3LEy3Iee29OeIOX5YDx3nh4VFI5YDxin6DM5YARxKb7g6gcMHd+nMoBc+d57LKGhCQ1ZURBCoVL2nKCO8sBZWW50x1TOWDuLP8FlV4OGEFs8glROWB8wmbPKikHjGf882bucsB4k5t3qKxywNwhxrpRbJkGTOx0ehlA3d9e5VEtzA3ulGe55zmg1QOfrCVo34BgQGvr5rLDRl4RRZG+5NjBESBc4FHw1LlrCAuPsCo0JjKi7J5hYqfTXADBq4byCJLf82Nf3kA3OfD9LgKdgeCzZ4CUTJ1VKQFyKQgpmeMSjiKvQC+oplspN/wOMDcBVFv0Bo+KwYJ4VE50H3Jg7j6CWzkEX74A3MrSgTfeKZpSaBCHcAVn/JunBHlFPDR5BkG9LMjPt7mZLOtbskQADea9wqOW9coqiGHlRPcHBxYcJriQQvB9P+v2cqCwWFxgoOJk6JeTNX4HmJMAHv6xP4/6VXw/+OxNx/bM/pIohdUE9VW/VxwjOHiJYO5A6xolpGSpYW3jIW4w/A8wM+h+UHSY2pvHgzV9NXymeor0wPc7Cf7XzWJ/4Nsm+Ly2LzZx+OwZ3yuVbzhNsPEMwcI3rM8wMikHiURi5gNbbQoKrc84zpjkj2eYzQC6f96DomUd305ctrp8tp5gSk/f1utzlFhUOHYthy9f8D1gdpwnWHiEYOVQ6zNM6QM/AY+CImHnF9YtfwTMCgB9P+5G0SHa9xP3bk2gT9cBU3r6Hjp95nBYNcz3gDlwkRhX843vlfS59PmFHfjFzgC/2pJ1nEEnEIpIAG+834Wia2Ox7PJ8wt0twLz7J8Gsl3zf316zCVYPsz5oe85F1yUcu0YwcQPBjlElZyjL8wsrQeyBn+XxK8DETqefgyACFCPe6kjxfDPfT6C7BpilBLMG+L6/A34h+P1VikCZ60nuTYpzN4AxqznjCqPOMZ1RSp9f2OVLYZH1lbOrNvjVlswIGEAKYOyrj1K82NL3E+huAWbEMnbFSn1+Qzd4AcE3fajPZV6X04D3lnHGM4xOawKFJwLLYiD5H2AoCkHwJQMLA42v090CzJjVBBN7UCh8rN3AgDrqCYq6lX3L6RQ1MGQRhwWvA7UrALbnFzCJjOhG+d2WjFCkUYKZPZpSDIv1PWDGrycY34NCahI0+yxN/Ivg3c4UlUN8VqWxok/XEfRrSdG0tm/rzcoHBv7KYc5AILqqLWDcOb/45RmGEFyhFL8/0Yga33y+Tl9uJhjxOEVIoG9rnrqVKSJSRFb0fb3tG1A81sC39TLRSu85HL57Eaii0Bm3oqEKqZXSJaUURUxTU0Tyuy0ZAc5SYCUbxE+6+x4w3+0kGNiWooqP3/Qz9xB0bUTRsLqI2eEFUlbvA9WBJxv5ltdMit9jFocpLwB1InQIkBEQTmLUHStOBoMBOr24K2+/AwwPHOKArS2iKCY9VzKIg34jyMgTv6f1wpwqL8JLHKgUTLHwjZIxZTKg0V2Bzg2tLzvYBYA75xe/25J1mkEnGAzYyXE40KQmMK23uLeLN8b1j0ME7epTxFTzRmnCy/jzXyCqIny+NVryDzFeKfd+xLcrDOMMO8MMfgx45iFrOZA7AstiTvvVoZ91usM3tClHcLpeZWDmAN8DZtlRgkY1KJr5+BC87hQQLAeebCwcZN6gXH6MgG2P+rfyDmD+WLoV8xZugkIRiNh2TTHghcfRoF4tFBZpkXgpGQ81rmdu9puLOLzwMPBYPR1Cgzw/v7CC/WpLxjrc/jtaT2LApRrhwC+DfA+Y9aeI0dKzbT3vTCChk3r7eaBABzzfTGgO79CtPUmM9b7U2jv9bf3kOyjSlihLcoSg93MdkZ2Th227j2Hoq8/inTeeNzZ+xFIOsTHAsw/pAeL5+cUvAdPuG1pVRnArQgEsGex7wGw7RxAgBTo19M4EEjqtD1wEkrPYm15oDu/QbfkPSM0hHsu8du0/gSnfLkFGVrbThjFLynULJ6FOZHUw2RNbyd/qUJLFHZV+ywr9aksWO4Ou0BK8KueRz/bVq++CUuD+RGbhB3R/0LeAOZEEnFIRvPGYb+vdGw+cvU7w3uOe1dv+mfeRk5svCMUfvz8AA3o9jgkbCJQVgPe7lGTz5MDvj4f+VXs/JH1ip1PmAkHy17u8z42bjl4lxjf9C809m0CCZo4FUVwKsDPOJLz0ZTp6Fdh6jtnWe1bvuCm/4q/tRwQ1/b03e2LIwGfw1RaCkADg425AOvPkYCHZd0cG43dbsk4zaDFgWHiHcG85wjBQoEhnMhAzf5r/Jihkf9/+fjXDtDXqGA108+Eqcy0DYAfwMU95NnEFzVgLovibwK8HCab19qze61s24Pf5K7A5KwB5vHM1CblMij9m/Q87rtc1jsek54CMPIBayGD0BgP0ImUw/gwYFiqjllhHGAcvAkuPcijU8cgv0KGgSGv8LNJqweu1MOh14A3ss+S78W+Dzuo3RsPoTy0YgIjQALFz0C36tBzg570EE3p4NnHFVn5TA0zaSPDzy57Vu2bIS6jF67BDHYBHgnVI0kow+6ZjLyZNm9RD+35jkZINfNO7ZIVhEn+e16NQ6157/OqWjJ1h9n1IXoydTi8AeGD+KzxqinCEsfkswfBJC2HQacXOG7v0B+e9CGXVUK+U5aoQdm5iE3eqh296R/XoDEBu0e3/hcz3FzF+Z292trI91Zgav7N2tKrDrrfFTdgTI4dAl61BipZDDXYINRCMvBrusNvBikAMHT8LTM3/pwElK4xMAuQV6uBuKK4yA5hEVfY8SvmmHCETGyjDtzqbQLHf0KMgaCnWEcaW/whGT1mAHHZP6oW09bueaFy3khdKcl0EO+y+v4xgphs2MWxbs+K46bLCDIoi6+9iVLKY4PbTp8UB5t8h/UB53qimz1aJA9lyLExz7H1vyMCnUa15L/x9EfhtkIk/nh74y9ShPz5JnUGA26qFZIdcTofWqR5xxd5Uip1O9wDoJNYRxs4LBB9PXYxUdaHrGSqAYuWUp9GmSQ0BlN4h8cTq8qVfOGgKStpBeAoJb4DEYPrPsU89b/5e/LvEYPubLCIQX06NEtWpfwa/yA4h0FEgqVCK71OCUeTARdLLfbpg9PAXsfGsBBtOA0uHmKpyV0PZsqFl5lo5QaXWgRqNw4pTHiEYGa2M+KX0yMROpxsA9BDrCGNvAsG4GcuQdMt45eJx+nXsk3iyNbOY9k161wOry8/GqZCr1t4GBA/O3T0Nm7gSDl/89IBRHiU0nRk3CgU3knEmT4pZN51rrjI5TN2oGmCOMP44BKx7B8jINemP8ZRCK2Y5LNXAMrMlS0hSpwKw9TRGME+XHf5ekybEfPCInU7/BDBArCOMw5cIPvt+JRJUGqHj7JRu2rsd0P+JGBuanELTTVpwwO3/cnjFxNcTwMz95hquxud5pd+skIEfR6NJA+F2y6o1S3Fj4xpj/X9lBmK7OsDuChMUKMf+v36AXC4Fc4QxYwew/X0gM8/k5VKvN0BvcF9gfc8CJuGWuh4twgoQnJSBzK+nDP+3eLTsBahJSNL8DdD29kaUAFsDSU4vpVJp3FTETqdzAbwl1hHGySSCCTPX41RimlcmzthBrTCsV1Obss5cJ2hWXQupTIoiHUW+1nRYZkcn5kRbTzlIOQq5hBmimfRu2RwoeU4gl5rAFiI3Odpmb/NRK0zXu+zgKzZtWZWK/VvTxWZzSP/EK5HoEivcxsFQWIBzk8caVxmWmMT+g6thNlfMg/p1xYfv9DXSMEcYEzYAu247wnBXQ9myE/fslixRpf6FUgw2N5bgDChmk6Lw33MMqkqlg8JeVKmn8hRjHI0QIdgbiJynGWhiZ9AZoPhgaEeK50Q4wmDCvwmzt+HwGe8EcH67V1N8MshWV4UBpnlNLQID3Lcn5nkKrZ6iUEex4azEqC08di0BW1XDgsTP+2NHsrH6F+/0m9Xetns1PN9b3IWHPi8XyetXIOPoEeg1WbhYKMGK9CCoiiSoWq0SnuvWzqhLVuyoz+wI411mmi3epZI9Lt2zgElIUht9INtpdDJPMUsSGf59NCFFxc8TknI6AoZ9LqbCmj+V4X33zMAEAOMHtaXoJ0KLVpUJjJuzD3v+vSh+xtnJ0ffxaMwY0dHuCtO8pg6BAcK3LI4axCTai/4hRsBM3kww5DGK6o5vYx32S52pw9QxbEi8k6o2DMeoj2q5VVhqNnB29JsI0TP5M6Dj5Gg7dwmkpVZOsyOMtyg4joDyBhRq3d+Osbru3S2ZSp0LCmf+9ZM5CUY3qBWx3LREUy5RpbkKQOl0FAimvrksPAME08Q6wmD74DGz/8H2A/+5NdClM8U2r4VFE7rZBcwjtXQIkHsOGLbSLP7XBJhvdxD0fJiinhs+pVk5n41IBM/UFryQSHggvpxRooovpsgdFwjoD8MQri3ZIso/XYzm9a2FwDfUAFPxX/AaRYSCeCR/KW7fvQuYJE0RQF3vSQh2UQn3bsOaYXEJSZrPADrJBfP5BceCVx+4LO0r1hGG3gC8//Np/LXrmJjxdUhbv1YE9vzU22eAmbOPBRmieNCNFzvP8/jhaxVSL3vn4M9zBJN/bgSZgJsyplZ0KQ24oSZgq8vmE4V4+9hrkNIS8O5uPhbNOz+CprWpWRhd7Ahj9svMYM871rT38pbM/q2XvelHoeU4bpxBgt+Jjr8MAqfi80NXZEW/H1UEuOMIY/zCRPyxZr9XABMSJMP5pbelahYlsjNMi1p6402Pp8lyhWEhIBpVp2hdV1yp6nwgPAhYvzQF/+zOEpfZCfXgz6LRIMrxKsq0B5YcKsL6UxRFvBygelBdLjhZGMCx/RfTKWMCUGZzbAClvJEmtiGH97oEGLdhzBHGjL4UDyvLOmBUmn9AaamAay7GimAXgdErzG1RlX36k9el+PlgsPFtK9YRxtwtNzBl7havTZoLywYhuJRbSCNgauvBlAg9TQYDjyVHOeOWbOVxoEoo0Mn2JttpNZvOcmhfn0KTXoTr8TlITSnCrRSt8TMvV7gj79KVPDskCo+1tb/rZkLScavzcTlTARBrZUu+MB1coHNHZ8rQXEzvH4T+8yWY9DzQrj6QptFDzzRlPUj37JbM5pZMeCfZK5CNgsPt3PlbEny3LwSlHWEIqWLzcTWGfbFaCKkgml0zeyNaaa3QdqcAs+msSa2k+4OCmmYm2nyWQ98W9idabo4eqSla3EopMn6m3mRgKkJ6KlM6dV5Plz418ES3CjZE7Ar9w2X5UGXbv3bmC1NBAiqBEOf34zFhKlzLq40PuxK0i8qFutBzRdd7FjDx1zSDCKELxA2tmZoyyztqqc9tUdDlDAm+2hUCdxxhHIwrwOAJy5EvIkSCsz78Nq4rnmhpfU/BANOytgEydwQmpSpjQro/b68we+JNArzej4jjKouz0q+luDwGAzWCxnI1Kr0qPfpEZTzXv6pVwUzf6+MVBTiX6vi+hxoKQfUF4AJswWZZGF+UCUN2IsYMaINnbcVd4jp0m/qePcNcvJlTldcaUm5vVN3qnKNM1zUcJm4LhTuOMP65qMWYGWtxJcU76jGT3nwUrz1j7ZnCCBilAbLS96RucIFJtv88ZpLD/HMZSEgFXmkrrqANp2yjEYsroYRar6f44I3zxh9qNwnH8FHWNxBLj2ix6F85SKltmGV9lBrAF6RConCuh8fotCn7MSC2Fob3ELkPddDBexYwrL2JSZqtFPQpdwfHUT7mf+zjTWFwxxHG8St6zPhtCw6cZXcSnqdhLzTF2FethZcMMK2UBki9DBgmbz18mYAJbMUk5shiYBsxORzT5ucZ8PHbcUaC4OpBGDe55AbiShqP9/40gHLOt058UZbxXMPJnQuUKK+DLi8DEs0R/PJBLIIVwjULHPXgnt2SsQbHq7JeIJSYFIi8mNgeeeT6cFRQAItFOsL4L5li0do9WLrLriK06FZ2e7QO5v3PwugcgDcBo9MbsPT2CnMxFcYwdiNFuMhlKjcs/J23AMMEoONHJhj5JA2T44tvS2TTo5cX4kKqY5X9YuYacq9CEhzlMngmr8uGQasFLUpDPcUV/DCiKwrcNBwrrvueBsyKFVTSvG32aQraRPRMdJKBWaa+vSrcqNAo1hEGsyD8Y/1R/LzmjFea1EBZAbtn9rIqywiYSB5Siecey3U6A5YeN23JmCCPORIcK8IWhV0ps1Wpj8hzjyPmsDPN5P+ZNCWInMOXPz9g/PtgohZfbpEZ3SE5TxSGXBUkIa61vPnCDLCzFEuGrOMY1q02Xunq2VS6p7dkrKOJ17N7UAPP1PG9moatCoOBJ9go0hEGe+P+vC4e3yw84JX2VAoLxMmFL9sApnUkD4kXAKPV6bHsuNQIGDb5p28nmCwixmZSJnA5jeCZh1x3NzfpKi7M/xlFGRmo0qoNqnfohPAG1mcH1dUCfDP+sqkwjuCreY2Mf478swiJGa6V3Az518EFVgHhXMu0DYUZ4G8Dhuqy0Sg0EfM+8myHf88DhjEzIUmzAaA9XA+ZcIqR60KRp+XgjiOM3Sdu4s0vtyAkSIrgQCmCg6QIYZ+BMuPf7Dfzs9vP2bPi34ICZTh2szJ6NM41HuyrV7f2G8tWmNZRPCSc5yuMJWCYGcjHawm+7Sv8DPPfdSBfS9C5oWveHhg+GFqNyfRBEhgIeWgY2kz7AZysRDh5KT4fP0y5vZ0lwBdzGoO9FwbOK4S6KMDpCkP1eaD6fCNghCSDNhe8zmTsVznrMD59XIGa7Wx194SUVUxzT2/JihuZmJJThWoNZ0HgNY/EH28MRUY+B7GOMFibcrJzkJuXB3Z1zXHc7U9ivNlh0mX2aXpm/7ekLA57E6R44zHm5slWAs0A0ybKpDDoaWLhHJafMK0wLIm1ujx0iYD56WgrQO3ryuplSN6xzajkqM83+RCr1aUrol95A5zUJIT971QO5n2bZPybXYRNntsYvx4guLJrL1qkbsD2moOQHP6wlUskRkt5PfiCm5AEC/exa9DmgNcVoVL2KQy59RsqhAQg6tPvwAU5U1F0zvH7AjCsC4mqnE6UGpitvsfSJ0IIHb8lmNzIlkCsIwxPJzDLf10NrDtJMNyBjzDvAkaH5SdkbgOGOf5oVAN4sKawnl+YOwspf+81EzPIh9VvgCbvfoDAKlVx9JAai+ZcNz4PVBBE9W+M07uPo9/laeBgknSeC22ObbVeQ06QCRzselivuQhZBNveCX+JGAoyEZEThyE3fkIYNa00yh69UPdF6y2wsJ6ZqO6LLZl5pUlW9wHFMkrh6mTokgdf7QzG5UwpxDrCcFmwAAImPPztIMHorva3RkbA1GEhGoRPDkfVMj/EVoARaabM2vliCxj9QQtJ1GDAtU3rcGPXDmjVWWDfWWJbtHp9BiCwRScU6KQICJRg4VEp4g8ex4tXvrFSpGT0JxXNsKraIEgVFaHLuQ5ZSE1wAeLsEioRFZ5PnAVlTok5hiQwCG1+mAupwr1V5r4CDGNkgkrzEij93Znqi5CB/XafAhduySDWEYaQsl3RFGiB6Tsce4NkgGlbx+WtqatqjM9ZlOAVJ0tWmPeWEvzYX3gYcOY9cuKzsLE1EVK5oagQJ7/4DDlXS67gZTVqI6dlXxwNaIXrJ06j75UZkFhoHbNyK7Zqh2E3usHAlCupDgFhtSAJEmdsxsqJqZSHevmJaHPoC6vm1nvpNdTu7t6R+L4DjAk06t7M+tKuDb+QkQTw00EFTl2XQawjDIHFOyVj6h+frSeY4uC2it1MRVXgIeUIpBLTWcjdxMJArDgpN2/JPlpF8PlzwoPDjl9v0vZ1N2k1apz+ehJyVaZzS3HimUMKIoWUWrusqtDqUTR46308/bUKekghU1QBkbq+PbPXPkNuEog8DAOS5+ABzVEzSWj9GDSf+JVbXbovAcNs+oODFYSjsp8oqCm2gcj06z9BOHJNbjTZ7RDt/oQQWa2ZXEw0ZWY1yYzYGdCYuj5L7AJNwgBlvHRgj3mjnfvtx0YlS/Zcp9dj6wU5nmpiysccdLMYm5UECr3HruHwQ3/P+KPLzcWZ6VOQfdG5xWbVzl0R9fJgEI7DjO0Eu85rQSTuH1lbV45HbmYSzl1OR+2im4g0ZEJpyETdAC26zpnv1tDdt4AptulPNJ1rplMKUY6uFh8PxL5LARDrCMMtLtvJJAYw3qqTlcOCw7JYLUoBwWHZWWvBIYJxz3jeAiZxv7R0AZJ3bIetdT1B7T4voebTPc0VMbe2G08Wur26sII+6JyD5x4JQU6+FkfOp+DA2es4fO4GsvO1qFk5BE3qVEaTupWNn9G1K0AmILT1fQ8YxhhKqfTi9ewBoPQjSiFAxAasOh2AbfGBRr0qMY4wPJ86phLuFmBm7ibo2oSioYAL+uPXgKvpBIMe9VavgctnE5C7fyuyz58Bc2oRVKMWaj7XBxVbWGuELjxMsOxIAYjUtaqMo9Z90CkHz7WwXkoNPMXZy2k4ePYGDvx3HVdSTHIjBqCVn7verJQJwBQzjKnzJyRlPcZJuJ6UxwsAHEoP/joXgA3nAiHWEYa3ps7dAgyTeTwSRdHcuecDYzdXHCN4oBrwaH3v9Fqr55GWmY2ICNe3XWtOEvyy17MVZmRsLnq2dH4bdv5qBt6Ytg3d29TDOAFvhjIFmNLDGp+c1UxCycs8xTu3jcrMJDvi5VhxOghiHWF4Z+rcvRXGGBy2EvCYABB8sZHggycpqoa6f+lgya/MXC20RUUIDXV9gGJueb/d5tkZ5r0OOejd2nldm/+5gkkLDuOzQe3QrY1r2+0yDZjiwbp4PUNJeelKSqlZSX3/ZRkWHVNArCMMbwFm/AaC8c9Qt65rPWkDCw7Lggw9YVLhcprWnCCoH5qKGmHUaC4tl8sgl0kgl7FPqWhdt6upuQiWc1AoXN96MSd849ez62/31YPeeSwHL7Z1DpixvxzA7hNJWP9lL1RmjgtcJL8ADOOBSkWDCqiGaQoYlYn+TZJh/hEF3HGE4YqpQp7/sC0PrzRPhYxPg9yQjmCkoTA/HUV5aZDq0wBZBQQ0my6kKFE028/BGODpOYHBYfPy8qDT6aDT6Y2flolpUxeDhznscAWkfxKzEFNDAbncteIk8xIzYinxSBj1VrtcvPSo4y0Zs0Z96qPVqFpBgcXjnhXEx/saMCZfZNmTQCjTmZCAEC0oUglPU3iOnDEYtCcb16nCrDaN6ZxKU1HK0xOEIOrMDSlmHnDPEYZLzhoKAW0aivLSQXRpCKRp4HTpKMxNAy1KN36XE+cRAHjKIb/pckhk7h967bXz70STao47wWHZ9bZebwJOMYDY38Zrb4vEtKwZeAKMq5IJSDKZFOuPpqFr8yqCNBjYDd3AXwwgnPu+2Qa3zccrjzleNY7G3cR7P+7G8+2jMWaAMH8r9zVg4pKynudA1jmawExnjKf8fwRkAwF+j46MuJSoyupEKdkdnyoh0/e65wjDUX1c3MdA3hUEEO+YL6fU+BwRNUQa07tAM7v5OpNM8LoXg8PqDXrotHrojUDSQafXgXmrKZ3i0uV4vKkwiT2TJ/WcqYWBBLp8PzkieK1NIV5r71iO8/2qE1i2O8542GeHfiHpvgbMRVX2RzzlpwnpKCGEOa76i5dynxCeTriaTvpP2RnqliMMhwC9MBaBBaeFNEcQTU7FvpDWeU0QrVCiCynA7jjHip9Cy3FFxxz/mVYi0//sPD2u5wWgXUOBSmkAXvtVj7R819s3R215ta0Orz/m2FVVnwkbkJyWa7xOZtfKQtJ9DZiEpKzXAfKbkI6W0JAiQrDyZjZ5adyWUM4dRxiO6qOqRVCkLRPXHCfUt2gjhLXw7jmGBYdl18Uf+Tg47K4LBCz0uZh6P1oJnL/p/qH/5dYGvNnBfv5rN7PRb9JGVAoLwoavrC1enQ3gfQ2YC1ey6kil3CV2lhE7S7MKuMIxf4UGuuMIw1FdhszjCLk6XmxTHNLrqRT5TVdAJnNfPaR04cbgsPsIJjzrmbqL2E4evgxsPy+uXubM7+Vfmbss9661X2lDMdhuABRgyc4LmLnmJGKbKfHlW8KNyu5rwLBBS0zSbKBuWGOyWCoj1rrnCMPRZNEX5SLk3ACmVih2PjmkV9WYiso1RHrec1I7i1HJ5Ct3Kjiso6rPXgeY9P6bPsKB2uSRWKSlZbjNy3FjhuOTD5kIzja9891OnEhMxVs9muHVbsL5e98DJu5ydkNOxh934enfhmPsUDl0ZRgCZUS0IwyHWzJmqPPfcATorrk9yKUzZld5DTKlKUCQNxLr98jlJhV/X6ZrmcBXmwnmDBReb2R0CxQWmiOaiG5uj+5dsOyPH23yMd2ybmNWg6nJfDv8cbRpLDzO6H0PGMaN2zYyi8Q6/Ru+Ogw6A8FfIh1hOBs5evE7KLJ3ih5cRxluSR5FWLNxXiuPFeRJ6D53G5KWC3y4gmDhG8IAw7Ssa9Vlpsrup8jaNXHh+A6bAnYcu4bPfjto/H3z1D4IZ5JcgalMAIb1NVGlHkwpmQ1QwRf3H6wPRU6Re44wHPHXcGMTQm7+LJD9rsnU+soIaO2ux1z75Yu163fdStcUuYXA6wsIVg4VBpjMLDUeaOrgAOK6OjNFcvwhVCiluzbh90PYdvQqqlcMxuovSjSkhRRbZgDDOnsxOaczpYaFlEKQp4Sxm0KQlidxyxGGI+Zqs+IRfuUDIbwXTJMWsxghIc79CAsu7C6Ndg0lAAAdVklEQVStMEws88Jsgg3DhQEmSXUdLdt55hLJuIKs/g2x7UvcdrJtWPcxq40q/h2bKfGViAM/K69MAYZ16NKlzHCDlHwBwr0FUKdr7efbQpCs8a4jjMKCfITHDQRH3d97l578qmqTUblWczGYcErLzjDT+/hej63HLA5r32YOCl135dyFeHTuahtsynVOa4qvPv8II4aVyLJOXUzFsG9NW+bXuz+EISK9lJc5wBSz69KNzEheLxlFQVnEIrvmUlN3B+NiuncdYWi1OsjjP0KQznvxIDVVh0Bem1kreCcZg8N2pwhzX4juVkN6zebwx+u8oHr/OXoCPXrZBpsSW/GAvj3wy6yvzdl+WnsKi3aYnKFPHtIBnZu79qBpWWeZBUxxJ69coYE6ae4zlOqfIyBPM59uxc++36/AuZvedYTBJNz6+OkIL3AVn1b40N8K6oawRu8Jz+CCcvImgiEdKKoLF7p7pe4B8zl8148XVO+uPQcwYNAwj+tt0iga/+4t0Z4a8MUms9HY0vE9ECnUHc7tlpR5wFhyfA+l0lqq7L4A/QlAhTmHgnA8We51Rxh5FxejcvZSjwe7uIAk/cOo0nqK18qbsYPghebUGO7Dl+n1Pzh89iwvqN71G7fhzbc/9Lh5LALCzr+PQVMkR2w0Na4u566m49J1tVElRqyDEb8CTDH3LyblPMhTw67fjwZVPXTV+44wspP2oVq6IBU3QRPiprYWwtvOE0QrhGj2PoKO0dSoR+fL9O5SDm/H8oLq/XP5Gowc7R2tic9/XIlNyU2wY5RH1gJGVvklYFjHL6k0Ty85EbhxV6KceNsRRuatS6h1fYTX5mK+IQR5TZcbDb+8kVhw2MY1KFrV8UZpwsv4ZC3BCw8LC0o7/7fF+HRCydnDWS1FOSmQh1S363aX5XtlxGTEBfbCxveAIMFCB/s1+i1gGDsGL9Cvvpgm6eVtRxgZGZmomTQYHNUKn01OKHlIcEG5AfWE+eB2WefKY0DVMCDWO0G5XNZXTMDOTu3qUzxuinDhNH0/cx6+nGYrpS+diflxLkhPgFRRGfIQ+wzq9OxA5DUei5VDgYruObw0V+vXgOn8LR3L85jibUcY6iw1KiV9CLnhpqt5Ieg5DxkOV16PRyKFyTBcFbrxDPNZJj44rKtyXT1nvsYaVqeC4k1OmfoDfpjl2ncYb9CiMOOS0edyUOVoEGM4cuvUuGkrBHdbgIVvALWs4++6arLNc78GTOx0yq6efvS2I4zs7ByEJY1HkNYUactZ4kkg9FwE9JIKMEgijH8bjN/Z36bftCQcudLaeKC6q9KEPd8dB2Tliw8OK6x0x1Q/7SWoGkrRt4XrksZN/Brzfl3skpB59S9IN13hy0KrQxZkK+ANCQ1Do7ePYO5AoIF1DFqX5Zcm8G/AfENfB8Fv3naEkZubi6CkbxCou2yc9CZARJgBwcCRVlgZV3KC0aSmAhwnQYBcYowHI5FIwIN9MjPfkt/shcUQPdq3Mxy5DLDwfQNFBod1t77ifMyxuVxCBdX7wZgJWLzUdXh3Zh7NtmSgPCQBIQgIt+8/qtmw3fj5zep4yDoGregu+TVgOk2nTNl8pbcdYeTnFyA9U2MMDhQYIIFcwoGTSGCgnHHLECTnIJVIMG2H1BjywtcCRBYc9shlgrdEBocVPbtKZVjyDwGLLyqk3mHvjsGa9ZtdV0k4FGZdBa/NM/JbUcX+wSy692z8PDoWAjwpOa3TvwEzjXajHLa0b0DxSXfvnA9cj3AJxfe7TG5bq4aKyeU5bWIqsOkswcguvu3zyuPE6IBDSL2DBr+Hrdv3uOxshVqNkZqwH7q8NCNtYKUG4CS2V2G1OozE7ClvoZOHFx3+DZjptD0F/m4RRTHpOd9OHja4c/cRdHuQGh3r+TKxScuMuXz9kmDRmM/dgKB6+wwYgv0HjrhkS6+Bb2PlbzNQpDbZILEtGdualU4VH3gaX0/92ii89HZSVpY7NQllzvOLfYG7W7d7Nqe3a/NGA1hR7WfQZhKKU0yAN62396wkhTKFyUPa1qVo6KXDvNB62YH/2x0EXzzv/cnjrA07zhPsT4SgepkeGdMnc5V++nE6Phz/PTITmEIlhSykOmQK24M/W3mmzV2Lpxp7f5z9BjCPT6P1DRwuetMRhqsBtnzOnFHEVAMeVvp24hbpmata4lHcFzH9LKZl8TJXn4Cgep98+kWcPmtSknSWVi/7BZNmrsc/G2eC1xVAqqgEeYjtVRjhpPji1wN49qE7x+uYyAi7C4E3XvA+XWFU6Vo1ABsP2MzJwvDlMnjTEYarAbZ8zrYoVUKBR+vduUF01J67YUR2OhmYs49g9suu+9uhy/OIT2DyFedpz/bVWLXtFL77/F3o8zMhCQxHQJh9nZ/RU5diYJc7p95QZgCTnKHLppTaHK3Zm3bwYhkqKIDFg72/VLsabLZFYbYhnRu6nkCuyhL7/G4AJuEWwKT9QsyUWz3WDdeSkl1268zR3ThwLgtDBzyFIo0KnDwYgRH2VfYrP/jCzKTdX3pPZ8ll60wE990Kk5yhi6OU2kSaZx5OBy2UIkDqPUcYAnloJDtwkSC7AHj6Dm4THK4wIoPDiumXI1pVJjBqBcGqYa5fEA+16IxbqaabL2cp+dJJ3MqRoGXL1si7cRKcNAiBFe2vIopqDZemn133kqsyvf38fgTMJkops4WxSUOWSFGoI9joRUcYQhl+SgUkZZK7EtBp3DpgsjhzdqHdckiXlQcMWcReTq4Bw+z5mV2/sxQcrMCVuH+NoQof7DwESf/+aTz4B1WyH8tDHl7zhDpxlwA9A4+7alXAfQcYVYb2V1C8YY8N7y6XQl1AsGoojyD3vZK6zWHm9siDmK9u13u3Mgrtb71GbZCbm+e0mbVq1cDJIyavMK99OAvrfp0IfVEOFJWj7earUKUG9mxZ45WuOzqv2Cv8vgNMcqZuCuXpWHudGb1GipvZxKuOMLwyIn5eSGSDR8AiQDtLDzZ+ALu3rTKSzPrzAMa//xK0OSlQVLHZfd8uhuDQ/p1QKDyPiFCmAaNK17KD3g/2mP/ZXxJcyeAw/xUeNT3UZPXzOe7V7tes2wx6vcFpme3btcaa5SbX2gfP56Dnk62NipiKqo7tB1at+BMPPdjE47a6kr1YVnD/rTAZ+r6U8ivscWnyVgnibnL4sT+P+l6yN/F4NMoLQLXIh2zizpRmy9PduuCP+ab3YE4h8OCjzyMzfrvDMwyjm/rVZPR8vofHHC7TgLmRpetoMFC7Ximm75TgVDJn1G96srHrw6jHnC4vQBAHqipd+zvu/2JP/Dhjsrm8zv0n4sSWHx3KYRjh0DcH44NRnt8sl2nApGTROnqD7oq9kZq1T4IjV0Q7/xc06OVE7nPg6DS2bXL+AqvW4hVEdvnEXEna2bW4uGY4pEGO99ZPPv4YZs3y3DNpmQYM42hyujaBAjbXJxvOcFhxggHGI+UD92dGeU67HDg6/SGAd36GqfHoMNTuULJaFGZexem5T4CTOL7ufCCmAf7dv0EQ11MyrWN6WmYq84C5lqEdyVF8J4hTlkQc+URZUSbMG4PowsVlSEhSO3zlBtm5+alR0UOPD+KaZ5fa0aQryM+3oi/d/ocfaYOCQudxQCeOHYUPRrxpLocZk8U0i8Wt1HSHLQ+Qy3Hj0jFjzE1Xya8Bw4IuJWfoFgJ42RWjip8TQlbVqijtbwz3dw8kfwJM23YdkaXWOOX6tMljMWzIQCuawW9/hJVrNznNt37Fr+jc8VGXI+rXgCnmjipT353w/Es80IIALDAIM56QMFBQSpmkLAUEJzmeX1qrSuBfLrnqQwJ/AkyXJ7sh+bo5ALZdLs+cPgmvDuxj9ezPFesxbETJucZexrfeeAnTv3QdQqTMAyY5TdeZEspcjdjXjfDm5Ka4REDerF1F5tos0Ev1+hNger7QGxfiLzrl3PyfpqJfb+sr4vSMTDR4qCOYy15HSVmrJs4ddx3Dp8wDRpWhvQQKYfGjvTGJCS4rK8nvPDhvt9WfADPwlUE4etx5ROpFv/6A55950mYkn+zxMv45etLpCB/esw5NGjm3Vy77gEnX+lyQIua2xFOM+hNghg8fjp17Djhl2aolc9C1i21A1x9//h3jJn3jNO+EsaPwocWFgT3isg+Y8hXGatzv51uyTz75GGvWb3E66Teu+h0dLYIlFRNfuapCs7bOgzG1a9MCW9ezKI+OU5kHTPkZxnrw72fAfP3VFPy+yK42k7mTOzf+idYt7cfB7PBkH6cmzsz/29ULhxAe5thlT5kHjOV0SUzKfp6CLwkMAnIjJjLcyo3bRZV6Kk8xxpyPIjsmqiQgYkKS5jpAzfauBFzP6Miw9Z5urdzN709bsjmzZ+K7mb84ZdWBnavR9MFGdmm+/XE+Jn7pXOy2cP536NnD8UrkX4BRaSZQSieauUnIphhl+LNWoFJpFlFKSy7yCYmLUYabRyBBpdkISp8pzkMImRitDP/c3QnvaT5/AsyyJQswYcq3Tll29O+NaBht/45HyLZs0Et9MOvbSQ7r8DfArKOUPm/BjSkxkRFWl++JKvUuSvF4CSCwO1oZ0aX4e0KSmmn2fWoBmPXRynAf2ymW9MCfALNt8zqMGD3BKWDOHt2BKKVj36+du/XD8VNnHZZRu2YNnD+xqxwwjAOJKvU1SlHiDYGgT4wywspZb8I19QUQlBhPULokJqqCecVJUKl7g8JkocS0zQiSopURUZ6uFO7m9yfA/HtoL14Z8r5TViWe2Y9qVR2HUftp7kJ84iLGjLNVqsysMKcTk2s3i67t0KXIheTsSlJK0yilJRqVFPVjoiIuW59z1Ew5q8T9EsE3McoI85km4Zq6HgjMvn4IIVRPSJVGtcMy3J30nuTzJ8AkXjiJZ3uXRD+2xzdV/BGEhzsO1JlyMxWNHnncqRDzmymfYuhg+9pS3gKMq/kqZE54pBp85sy1CjRIEmww2BfnKoKC23NEsrzk/IKc/PycRjzTzrudQoLCAi3BwH6mlH6eV5Bjjo3HEUIUitALoDBfpfDU0C+/IM+5gEAIB9ygCVGEXXeUrawpX2bcvIx2jzuPHJ167SQCA5yHZevR9w3s+9uxy9mnn+qMZQtYyFPb5Awwaek3BcUBkEg4jhQY8po2jcpyY8gtprAnuV3kTVCpPwKFOcgkIdgbrYzobJntokrTgKfUKjY4B/RvEBlRAjTT1m4Ppehk0fIxMcoI51KxO9Q3f1phaFEmHmhuNWQ2XNWknHMYpq+YePGytXhnpPkYalNGSEgwkuIOQyq11V721grjjeng0QrjqgGJKs0SSqmF/ynyfUxk+CjLfAlJWR0BYmWFKZVyHevVDPvbmk7zHUBHFv9GCPkzWhkuWOPZVVvFPPcnwFQI5lE1qrlD9jA1/bSkUy7Zl52TiwYPdkBhUZFD2u0blqBta9u6/AcwSZrzFNR8PcxR8mqDqHCm2m9O8Uma/gTUKjY4R0h0A2W4lcbfxWuaQTyhC8yAAbkQHRne2OVI3QECfwIME7pWr9sC+QUFdjkZFhqK5MR/BHH5taEfOtUa+GT0u/hk9Ds2ZfkFYG7coIo8gyabUpiDHUqItGl9ZYjV/WJikmYUBbW66A+RhgfXrEmsLJsuqXIfMlD9mZIVBoZgSXhYaTpBI+chkb8BpknLJ6BKvmGXa1WrVMbFs/sFcXT7rv3o8/Iwh7SO1GT8AjCJydmPUp4/ZMGdwmhleCghRG+11VKpp4HiI4vfNDGRETbG4JRSaaJKk8Ni9ZhBw3HtomuHHRY0Wl4kEgsYL1bt9aJcWVyyCnv1HYBz5+x78K9Zswb27NwqqF16gwGxnZ9Eerr9y01mffnv4QNQKIIElceIfKl0y+q7Y2eY+CTNOwS05NqDkKMxyvDWpTmRqNIsppRanEXIhRgHW60ElYb5I21VXAYFGd4wMtxzTwqCh8dE6G+AGfzW2zhwwPLdV8KwunXqYOtm4VpKX0+bjt//cKxs+cu8n9Gh/WOCR6TMACZRlT2PUr7E0Jtw82KUYUNLcyL+mno3ISi5hiFkV4wy/Al7HEtQZc8F5d8q2ZZx86OVYebvgrnsIaG/Aeaj/43Fhr/smxs3bBiDDWtXCubohbg49OzVzyH9kMGv46MPzXc7LsstO4BJ0hyloC3Nkxt4JzoyYnZpDiRcU8eBwOxTlFK6uGFUhVfscSoxSf02BcwrCgE5Fh0Zbl5xXHLXSwRiAXM/ayuztn88/mv8PM/qrsbMyRbNH8KeLVYSAJdcZnKd/87H26Vr3uxB7NtmrR1d5s8w7LxxUZWdQ0Etzhvk0eja4TaSq4Qko4cFs5iYI9y0Bsqw/9kFTLKmLeWp+cxCQAobKMNszkUuR8xDAn8DzLTv5mDy1B/tcq1d25bYus4+mByxedacBRg7cardxxzH4VrcYSt1/zIPmMuqzKZ6ylnatRpCpPlhNWvWtLr5unmTBmdrNbmWnCOUjIqOCv/eHjdv3LihyNUrspmzjOLnUsI3q6esaL498xALgrL7G2B+W7gcI8fYVw5/PPYxrFvO3DcIT2npGWj4cGfo9Vb3P+YCmMSfSf6LU5kHTPy17FcJ4f8o2Y6R89GR4Taepy+pNNEGShOsAYN+0VERDi2WEpM05yioWf5CKfdaw6gws3xG+LC5T+lvgNmwaQcGDravgNm9a2csX2hfpcUZh/u/+i42b9ttl2T40Ffx1eclm4wyD5jEJM131FoqvyRaGW7tuMqo7pIVSynZa8k1Cr5jw8iKVlJ+y+elb9UIyPfRpbQH3IeCsJz+BphDR46jW0+7x0qj4RczABObNm7ZhZdef89uNmaMxozS/GaFSVSp91KKWAtufBQTGTG9NHcuXtf05w3WUn4CNIiOjHAYhTQhST0agFmHjBDsi1ZGlOiYiR05N+j9DTDxiZfRqoOVzZ+Za/369MD8WfbPI85Yq9Pp0fDhTmDumEondo5hZssRtzWgy/QKw1T5L6o0WZbq+pTiiYZRETYWQolJ2R9Q8DMsGRakDFcoCbGvhwEg/pq6CyEwO7MigKaBMrwCU/l3Y+67lcXfAMNC9tVp1M4ur159uQ9mznBsLemMwWMnTMOsueaduxXp0j9m4ZluJpvCMg2YxCR1fQqY9cDYRA4MC6usDCc2r5KEJDVbKdiKUZzUMZERFZwxWaXSVCwE0i1tbFytSm6hwkkmR4Cxp9rPirnfr5WZM75KymYwGGw99Qr1XmmPnefjEtG2k6UxbgmV5TmmbAMmWd2H8jBLsgjBtWhlhN1wuglJmiWAlTbz+Rg7lwOlmZ2oUl+lFGaLS8Khb3TtCLNFprcBUro8fwMM6z/zYpmaZutc/L23X8eUCZaaTeK437l7Pxw/aWu+3Oyhxvh7h2lIyzZgktRTKGCOY0kI1kUrI+xaICUkqZl715LzB8WumKgIu1J+y2FIVKnXUgqzTT8BvoyOjHBsbCFuDF1SiwWMywLvIoEQXTLWvB49+yAhwcpsydjqYUOHYNT79g/vQrq1bPkqTPj8CxtSdo759/DfCA1lLrcdp/te0p+g0myCRWhx5jGmYVQFu5f4CSpNHCg1S/kJIYuileGDXDE6/lrWBOY5xkxHyOYYZbjZq4yr/J4+90fAvPbGWzh8xFaNf8S772D4OzYaT4JZnJubi/Ydu9gNqTF39kx0irX1qGlZuM8Bc+PGZa86k8jVVzwGwOwRQQLD4CCpxq5LkFxDxXOgCC5mAOEwO5jLdHnlUqAP72KA5FcLxqWHSDPNajiCR8tNwlx9xav2sjo6w9ymTeCobjTR3bpjQlaDvLbddjnrptAV5oPRH2PTZlsPmLVrVv1q7+bf57rJSmO2Zu36TM3LLzArmAVWqo+qD/dD96c6Y1T3CiASx/F1JNpku9t9T9rjLO8d01a+Uw0uL/fucCCoSqPvCYGN9JJS8n5B2nn7ejMCmxpUpUl7TsL9HRHdBVWbD0CYspXRNZA+Lz394IQq91SI4HLACBxUfydTVGs8FpROseUDHZafGufRCtNxOh1nyM+YKFVUMqs86fLSaW7y0U1n5j/teahlLw5eOWC8yMyyXJSiWqMhoLBRGiOUvpaXFueRalLsdPongAGMfwUZl6G4sARtcw4e/XrXNhv7qbvN43sCMGcSUyy1Asw8aRpdw+gcw9FzMcwrLktMnnLaEg4oqjV8DpSzsRSjPAYUpF9Y5gmvOs2gbXke069tm8A9l7enaYNQWXCAhKMNK4ZFdl6yxqHfO0/qdDfvPQEYdxtfns93HIj9xpBm0BVUpgYteH0ReL0W1FAEWXDl/w5+VvEhIS1JSbli98VYnLdGjbr7furWZVGYXDawYlAAgmTSMY8vXn1XXGk56k+ZBYw3ViV7TLvXVipXk1DIRHZGwyYxex47nf4LwJ6xXuK+0cR5CDERjdjzWs8IXsvdvJRTGDDt7HXt9QLtmIJbF34QUcQdJS2zgLmjXPPHwmu2UCj0+SxYr1XiCN8l91a8fT19kXwqBv9Xg975fuHZaw9reZN6YLWqlfYe2rGoRO4motxiwIvI4pS0HDDe4qSflDPrqS5aA6UyAtAR23dz3u52gyffH3vj9HYWrcE0Nyl0lCOjC255dnXtrXaWA8ZbnPSTcna/3PsyBa0LILPLkjWVvN3tyk2emp+fljTEVC5N43j0zU2Ps/KM6u06xZRXDhgx3Cqnxe6Xe12gYKFJSF6XJaudK3qJ5xdRVG3ETNvZJcI5nqPPFt6ME629IL5a4TnKNGAopfLkbIRIDAgBj2BQnUJPiUIqQRD7JNSgAIgCBIGUkkCOIIAHH0gIFwBKAkH5QEogJwRyUCKn4OWEcDJCIQeBnFLIACoFAfOgLQX7TnH7O5UCHAdQCQjhQKkEIKbvAGf8m4DAFAqEEGIcCnLbbMH4m3FDAtDbtj70dtADCmb7w/6B8gB4gBiMfxNiAGW/se8sogLRg0IPYvyvA2D6DqIn7DuFlhJoKeV1BJwWhGophZZQaEG4QhBaSClfxIEr/HbR1mZrli2unp/8X6tcHW92bhJdv/6cLRvW/AIiyweHPIMEubXDkEsI0QqfhibK4KqNXqEA86hxOF9X1B1Zl5mDlHsq3dOASU2lIQYZKuv0usrgSCUJIRUBvgLlSQVKEMGBhPOgEaB8OEDCKBBGYAyJEUKBEAI2ocuTOxw4dfoMzp0/j/j4RJw5+x/i4uJZGBKbotq0boWFf9jGwKSAjgDMwUkuBXIIkA3QbBBOw4GoeVANoVATjmYBXJaB0syWrR79SSaX33rhuef7zpr2P/u+ad3pjBfz3BXAUEq5lCzUNhj0dQmhUQBRArQWBalBCGoAtBqlqAZAuM9QLzKlvCjgzaHDceCgydslc+Eqk8nNoSiYIRn7r9PpUCEiAn/vMxvAepN1BYTgFkBuUYoUApoCEBYcWEUpuSaRSK/UqIBkQghbZX2W7jhgKKWylCx9WwOPdoTQhylIE0IRbemzzGe9La+oTHGA+aWjBIkE9Byl5JSEw6EaFaRHCCFs+3lH0h0FTHK6bjIFhoNtm8pTOQd8wgGiJsBPtSvLrAIPe6vqOw8YguGg5YDx1oCVl+OCA4SoCb1PAcO6Zt6SAe0IpQ9TigcBRANwHhSxfGaUc8A1B1g4s0RC8B8l5JQE9/mWzFF/iw/9hOjrGkCiYKDmQz9AaxKCqpSSagAtP/S7njRllIIUEELZgT+VgqZwIDeMh34JUUlAr1FaRg/9noxm8bUy1esq6+1cK5vORiS8/FrZEy7fmbzOrpUBqgGImhCoCUqulaU8zSBSWbpEh/SqVYmVz+0700rxpd7RM4z45ng3hz3BJSREoadQSDkSZKBQgPIKUAeCS8IHMiElE16aBZeAnICTWQouCYHUJMQ0Ci9vCy6JlIJKOJOAkqNMcGkrwCTMFJdYCCwtBZilBZbsO5NWwiQPoaUFlsQouGQSS8oTkzCzRHAJGIWVtLTgEryOAtpiwSUTWjJhJqi14JKnKCKEFoKgEITLlxDk63laICXIh4Hme0Nw6d3RvzOl/R8AdGoXzom1qQAAAABJRU5ErkJggg=="},17423:function(en,Nn,Qt){"use strict";Qt.d(Nn,{Z:function(){return Ue}});const Rt=me=>typeof me=="object"&&me!=null&&me.nodeType===1,fe=(me,ke)=>(!ke||me!=="hidden")&&me!=="visible"&&me!=="clip",Be=(me,ke)=>{if(me.clientHeight<me.scrollHeight||me.clientWidth<me.scrollWidth){const Ze=getComputedStyle(me,null);return fe(Ze.overflowY,ke)||fe(Ze.overflowX,ke)||(Te=>{const un=(Nt=>{if(!Nt.ownerDocument||!Nt.ownerDocument.defaultView)return null;try{return Nt.ownerDocument.defaultView.frameElement}catch(et){return null}})(Te);return!!un&&(un.clientHeight<Te.scrollHeight||un.clientWidth<Te.scrollWidth)})(me)}return!1},ze=(me,ke,Ze,Te,un,Nt,et,nt)=>Nt<me&&et>ke||Nt>me&&et<ke?0:Nt<=me&&nt<=Ze||et>=ke&&nt>=Ze?Nt-me-Te:et>ke&&nt<Ze||Nt<me&&nt>Ze?et-ke+un:0,ve=me=>{const ke=me.parentElement;return ke==null?me.getRootNode().host||null:ke},le=(me,ke)=>{var Ze,Te,un,Nt;if(typeof document=="undefined")return[];const{scrollMode:et,block:nt,inline:ft,boundary:lt,skipOverflowHiddenElements:pt}=ke,vt=typeof lt=="function"?lt:$e=>$e!==lt;if(!Rt(me))throw new TypeError("Invalid target");const kt=document.scrollingElement||document.documentElement,bt=[];let Wt=me;for(;Rt(Wt)&&vt(Wt);){if(Wt=ve(Wt),Wt===kt){bt.push(Wt);break}Wt!=null&&Wt===document.body&&Be(Wt)&&!Be(document.documentElement)||Wt!=null&&Be(Wt,pt)&&bt.push(Wt)}const Zt=(Te=(Ze=window.visualViewport)==null?void 0:Ze.width)!=null?Te:innerWidth,ie=(Nt=(un=window.visualViewport)==null?void 0:un.height)!=null?Nt:innerHeight,{scrollX:$t,scrollY:qt}=window,{height:ye,width:oe,top:xe,right:De,bottom:Le,left:Pn}=me.getBoundingClientRect(),{top:cn,right:dn,bottom:Mn,left:Yt}=($e=>{const de=window.getComputedStyle($e);return{top:parseFloat(de.scrollMarginTop)||0,right:parseFloat(de.scrollMarginRight)||0,bottom:parseFloat(de.scrollMarginBottom)||0,left:parseFloat(de.scrollMarginLeft)||0}})(me);let Dt=nt==="start"||nt==="nearest"?xe-cn:nt==="end"?Le+Mn:xe+ye/2-cn+Mn,ue=ft==="center"?Pn+oe/2-Yt+dn:ft==="end"?De+dn:Pn-Yt;const Xe=[];for(let $e=0;$e<bt.length;$e++){const de=bt[$e],{height:We,width:Re,top:fn,right:Je,bottom:te,left:pe}=de.getBoundingClientRect();if(et==="if-needed"&&xe>=0&&Pn>=0&&Le<=ie&&De<=Zt&&xe>=fn&&Le<=te&&Pn>=pe&&De<=Je)return Xe;const nn=getComputedStyle(de),ln=parseInt(nn.borderLeftWidth,10),jt=parseInt(nn.borderTopWidth,10),Ct=parseInt(nn.borderRightWidth,10),wt=parseInt(nn.borderBottomWidth,10);let Et=0,Gt=0;const Mt="offsetWidth"in de?de.offsetWidth-de.clientWidth-ln-Ct:0,Pe="offsetHeight"in de?de.offsetHeight-de.clientHeight-jt-wt:0,sn="offsetWidth"in de?de.offsetWidth===0?0:Re/de.offsetWidth:0,Qn="offsetHeight"in de?de.offsetHeight===0?0:We/de.offsetHeight:0;if(kt===de)Et=nt==="start"?Dt:nt==="end"?Dt-ie:nt==="nearest"?ze(qt,qt+ie,ie,jt,wt,qt+Dt,qt+Dt+ye,ye):Dt-ie/2,Gt=ft==="start"?ue:ft==="center"?ue-Zt/2:ft==="end"?ue-Zt:ze($t,$t+Zt,Zt,ln,Ct,$t+ue,$t+ue+oe,oe),Et=Math.max(0,Et+qt),Gt=Math.max(0,Gt+$t);else{Et=nt==="start"?Dt-fn-jt:nt==="end"?Dt-te+wt+Pe:nt==="nearest"?ze(fn,te,We,jt,wt+Pe,Dt,Dt+ye,ye):Dt-(fn+We/2)+Pe/2,Gt=ft==="start"?ue-pe-ln:ft==="center"?ue-(pe+Re/2)+Mt/2:ft==="end"?ue-Je+Ct+Mt:ze(pe,Je,Re,ln,Ct+Mt,ue,ue+oe,oe);const{scrollLeft:Yn,scrollTop:Ln}=de;Et=Qn===0?0:Math.max(0,Math.min(Ln+Et/Qn,de.scrollHeight-We/Qn+Pe)),Gt=sn===0?0:Math.max(0,Math.min(Yn+Gt/sn,de.scrollWidth-Re/sn+Mt)),Dt+=Ln-Et,ue+=Yn-Gt}Xe.push({el:de,top:Et,left:Gt})}return Xe},Kt=me=>me===!1?{block:"end",inline:"nearest"}:(ke=>ke===Object(ke)&&Object.keys(ke).length!==0)(me)?me:{block:"start",inline:"nearest"};function Ue(me,ke){if(!me.isConnected||!(un=>{let Nt=un;for(;Nt&&Nt.parentNode;){if(Nt.parentNode===document)return!0;Nt=Nt.parentNode instanceof ShadowRoot?Nt.parentNode.host:Nt.parentNode}return!1})(me))return;const Ze=(un=>{const Nt=window.getComputedStyle(un);return{top:parseFloat(Nt.scrollMarginTop)||0,right:parseFloat(Nt.scrollMarginRight)||0,bottom:parseFloat(Nt.scrollMarginBottom)||0,left:parseFloat(Nt.scrollMarginLeft)||0}})(me);if((un=>typeof un=="object"&&typeof un.behavior=="function")(ke))return ke.behavior(le(me,ke));const Te=typeof ke=="boolean"||ke==null?void 0:ke.behavior;for(const{el:un,top:Nt,left:et}of le(me,Kt(ke))){const nt=Nt-Ze.top+Ze.bottom,ft=et-Ze.left+Ze.right;un.scroll({top:nt,left:ft,behavior:Te})}}}}]);
|