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.
1176 lines
1.8 MiB
1176 lines
1.8 MiB
(self.webpackChunk=self.webpackChunk||[]).push([[7043],{37036:function(){"use strict"},95625:function(){"use strict"},88010:function(gn,Xn){"use strict";Xn.Z={lists:"lists___xhHyq",item:"item___pWJAA",children:"children___sDG61",diamond:"diamond___FwgzD",button:"button___WPN6r",mathWrap:"mathWrap___FmnMJ",mathFillWrap:"mathFillWrap___PmY3H"}},74413:function(){"use strict";function gn(Ft,et,nt,ct){nt===void 0&&(nt=0),ct===void 0&&(ct=1/0),this._name=Ft,this._defaultValue=et,this._minimum=nt,this._maximum=ct}Object.defineProperty(gn.prototype,"name",{get:function(){return this._name},set:function(Ft){if(typeof Ft!="string"||Ft==="")throw new Error("Shape name must be a valid string.");this._name=Ft}}),Object.defineProperty(gn.prototype,"defaultValue",{get:function(){return this._defaultValue},set:function(Ft){if(typeof Ft!="number"||isNaN(Ft))throw new Error("The default value must be a real number, not: "+Ft);this._defaultValue=Ft}}),Object.defineProperty(gn.prototype,"minimum",{get:function(){return this._minimum},set:function(Ft){if(typeof Ft!="number"||isNaN(Ft))throw new Error("Minimum must be a real number, not: "+Ft);this._minimum=Ft}}),Object.defineProperty(gn.prototype,"maximum",{get:function(){return this._maximum},set:function(Ft){if(typeof Ft!="number"||isNaN(Ft))throw new Error("Maximum must be a real number, not: "+Ft);this._maximum=Ft}}),go.Shape._FigureParameters={},go.Shape.getFigureParameter=function(Ft,et){var nt=go.Shape._FigureParameters[Ft];return nt?nt[et]:null},go.Shape.setFigureParameter=function(Ft,et,nt){if(!(nt instanceof gn))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 ct=go.Shape._FigureParameters[Ft];ct||(ct=[],go.Shape._FigureParameters[Ft]=ct),ct[et]=nt};var Xn=[];function Zt(Ft,et){var nt=Xn.pop();return nt===void 0?new go.Point(Ft,et):(nt.x=Ft,nt.y=et,nt)}function Ct(){var Ft=Xn.pop();return Ft===void 0?new go.Point:Ft}function he(Ft){Xn.push(Ft)}function be(Ft,et,nt,ct,lt,pt,vt,kt,Nt){Nt||(Nt=new go.Point);var _t=Ft-nt,Vt=lt-vt,ne=NaN,$t=NaN;if(_t===0)if(Vt===0)Ft===nt&&(ne=Ft,$t=et);else{var te=(pt-kt)/Vt,Le=pt-te*lt;ne=Ft,$t=te*ne+Le}else if(Vt===0){var de=(et-ct)/_t,Xe=et-de*Ft;ne=lt,$t=de*ne+Xe}else{var de=(et-ct)/_t,te=(pt-kt)/Vt,Xe=et-de*Ft,Le=pt-te*lt;ne=(Le-Xe)/(de-te),$t=de*ne+Xe}return Nt.x=ne,Nt.y=$t,Nt}function Ye(Ft,et,nt,ct,lt,pt,vt,kt,Nt,_t,Vt,ne,$t,te){var Le=1-Nt,de=Nt,Xe=Ft*Le+nt*de,Ie=et*Le+ct*de,ln=nt*Le+lt*de,Jn=ct*Le+pt*de,Tn=lt*Le+vt*de,mi=pt*Le+kt*de,En=Xe*Le+ln*de,ue=Ie*Le+Jn*de,Kt=ln*Le+Tn*de,vn=Jn*Le+mi*de,qn=En*Le+Kt*de,Qn=ue*Le+vn*de;_t.x=Xe,_t.y=Ie,Vt.x=En,Vt.y=ue,ne.x=qn,ne.y=Qn,$t.x=Kt,$t.y=vn,te.x=Tn,te.y=mi}var ae=new go.Spot(.156,.156),le=new go.Spot(.844,.844),oe=4*((Math.sqrt(2)-1)/3);go.Shape.setFigureParameter("RoundedRectangle",0,new gn("CornerRounding",5)),go.Shape.defineFigureGenerator("RoundedRectangle",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=5),ct=Math.min(ct,et/3),ct=Math.min(ct,nt/3);var lt=ct*oe,pt=new go.Geometry().add(new go.PathFigure(ct,0,!0).add(new go.PathSegment(go.PathSegment.Line,et-ct,0)).add(new go.PathSegment(go.PathSegment.Bezier,et,ct,et-lt,0,et,lt)).add(new go.PathSegment(go.PathSegment.Line,et,nt-ct)).add(new go.PathSegment(go.PathSegment.Bezier,et-ct,nt,et,nt-lt,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,ct,nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,nt-ct,lt,nt,0,nt-lt)).add(new go.PathSegment(go.PathSegment.Line,0,ct)).add(new go.PathSegment(go.PathSegment.Bezier,ct,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(Ft,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(Ft,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(Ft,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(Ft,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(Ft,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(Ft,et,nt){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=0,ct.startY=nt/2,ct.endX=et,ct.endY=nt/2,ct}),go.Shape.defineFigureGenerator("LineV",function(Ft,et,nt){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=et/2,ct.startY=0,ct.endX=et/2,ct.endY=nt,ct}),go.Shape.defineFigureGenerator("BarH","Rectangle"),go.Shape.defineFigureGenerator("BarV","Rectangle"),go.Shape.defineFigureGenerator("MinusLine","LineH"),go.Shape.defineFigureGenerator("PlusLine",function(Ft,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(Ft,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(Ft,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(Ft,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(Ft,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(Ft,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(Ft,et,nt){var ct=.2/Math.SQRT2;return new go.Geometry().add(new go.PathFigure(ct*et,(1-ct)*nt,!1).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,ct*nt)).add(new go.PathSegment(go.PathSegment.Move,ct*et,ct*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,(1-ct)*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(Ft,et,nt){var ct=et/2,lt=new go.Geometry().add(new go.PathFigure(et,et/2,!1).add(new go.PathSegment(go.PathSegment.Arc,0,360,ct,ct,ct,ct).close()));return lt.spot1=ae,lt.spot2=le,lt.defaultStretch=go.GraphObject.Uniform,lt}),go.Shape.defineFigureGenerator("Line1",function(Ft,et,nt){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=0,ct.startY=0,ct.endX=et,ct.endY=nt,ct}),go.Shape.defineFigureGenerator("Line2",function(Ft,et,nt){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=et,ct.startY=0,ct.endX=0,ct.endY=nt,ct}),go.Shape.defineFigureGenerator("Curve1",function(Ft,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,nt,oe*et,0,et,(1-oe)*nt)))}),go.Shape.defineFigureGenerator("Curve2",function(Ft,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,nt,0,oe*nt,(1-oe)*et,nt)))}),go.Shape.defineFigureGenerator("Curve3",function(Ft,et,nt){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,nt,et,oe*nt,oe*et,nt)))}),go.Shape.defineFigureGenerator("Curve4",function(Ft,et,nt){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,nt,(1-oe)*et,0,0,(1-oe)*nt)))}),go.Shape.defineFigureGenerator("TriangleDownLeft",function(Ft,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(Ft,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(Ft,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(Ft,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 gn("Indent",.1,-.99,.99)),go.Shape.defineFigureGenerator("Parallelogram1",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)?ct=.1:ct<-1?ct=-1:ct>1&&(ct=1);var lt=Math.abs(ct)*et;if(ct===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 ct>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 gn("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("Parallelogram2",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)?ct=10:ct<-et?ct=-et:ct>et&&(ct=et);var lt=Math.abs(ct);if(ct===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 ct>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 gn("Indent",.2,-.99,.99)),go.Shape.defineFigureGenerator("Trapezoid1",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)?ct=.2:ct<.5?ct=-.5:ct>.5&&(ct=.5);var lt=Math.abs(ct)*et;if(ct===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 ct>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 gn("Indent",20,-1/0,1/0)),go.Shape.defineFigureGenerator("Trapezoid2",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)?ct=20:ct<-et?ct=-et/2:ct>et&&(ct=et/2);var lt=Math.abs(ct);if(ct===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 ct>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 gn("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("ManualOperation",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)?ct=10:ct<-et?ct=-et/2:ct>et&&(ct=et/2);var lt=Math.abs(ct);if(ct===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 ct>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 Ze=[];function Se(){var Ft=Ze.pop();return Ft===void 0?[]:Ft}function qt(Ft){Ft.length=0,Ze.push(Ft)}function Ke(Ft){for(var et=Se(),nt=.5,ct=.5,lt=Math.PI*1.5,pt=0,vt=0;vt<Ft;vt++)pt=2*Math.PI/Ft*vt+lt,et[vt]=new go.Point(ct+nt*Math.cos(pt),ct+nt*Math.sin(pt));return et.push(et[0]),et}function ee(Ft){var et=Ue(Ft),nt=Se();nt[0]=et[0];for(var ct=1,lt=1;ct<et.length;ct+=2,lt+=3)nt[lt]=et[ct],nt[lt+1]=et[ct],nt[lt+2]=et[ct+1];return qt(et),nt}function Ue(Ft){for(var et=Ke(Ft),nt=Se(),ct=Math.floor(et.length/2),lt=et.length-1,pt=Ft%2===0?2:1,vt=0;vt<lt;vt++){var kt=et[vt],Nt=et[vt+1],_t=et[(ct+vt-1)%lt],Vt=et[(ct+vt+pt)%lt];nt[vt*2]=kt,nt[vt*2+1]=be(kt.x,kt.y,_t.x,_t.y,Nt.x,Nt.y,Vt.x,Vt.y,new go.Point)}return nt[nt.length]=nt[0],qt(et),nt}go.Shape.defineFigureGenerator("Pentagon",function(Ft,et,nt){var ct=Ke(5),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<5;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.2,.22),lt.spot2=new go.Spot(.8,.9),lt}),go.Shape.defineFigureGenerator("Hexagon",function(Ft,et,nt){var ct=Ke(6),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<6;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.07,.25),lt.spot2=new go.Spot(.93,.75),lt}),go.Shape.defineFigureGenerator("Heptagon",function(Ft,et,nt){var ct=Ke(7),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<7;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.2,.15),lt.spot2=new go.Spot(.8,.85),lt}),go.Shape.defineFigureGenerator("Octagon",function(Ft,et,nt){var ct=Ke(8),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<8;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.15,.15),lt.spot2=new go.Spot(.85,.85),lt}),go.Shape.defineFigureGenerator("Nonagon",function(Ft,et,nt){var ct=Ke(9),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<9;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.17,.13),lt.spot2=new go.Spot(.82,.82),lt}),go.Shape.defineFigureGenerator("Decagon",function(Ft,et,nt){var ct=Ke(10),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<10;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.16,.16),lt.spot2=new go.Spot(.84,.84),lt}),go.Shape.defineFigureGenerator("Dodecagon",function(Ft,et,nt){var ct=Ke(12),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<12;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.16,.16),lt.spot2=new go.Spot(.84,.84),lt}),go.Shape.defineFigureGenerator("FivePointedStar",function(Ft,et,nt){var ct=Ue(5),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<10;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.266,.333),lt.spot2=new go.Spot(.733,.733),lt}),go.Shape.defineFigureGenerator("SixPointedStar",function(Ft,et,nt){var ct=Ue(6),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<12;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.17,.25),lt.spot2=new go.Spot(.83,.75),lt}),go.Shape.defineFigureGenerator("SevenPointedStar",function(Ft,et,nt){var ct=Ue(7),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<14;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.222,.277),lt.spot2=new go.Spot(.777,.666),lt}),go.Shape.defineFigureGenerator("EightPointedStar",function(Ft,et,nt){var ct=Ue(8),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<16;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.25,.25),lt.spot2=new go.Spot(.75,.75),lt}),go.Shape.defineFigureGenerator("NinePointedStar",function(Ft,et,nt){var ct=Ue(9),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<18;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.222,.277),lt.spot2=new go.Spot(.777,.666),lt}),go.Shape.defineFigureGenerator("TenPointedStar",function(Ft,et,nt){var ct=Ue(10),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<20;vt++)pt.add(new go.PathSegment(go.PathSegment.Line,ct[vt].x*et,ct[vt].y*nt));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),qt(ct),lt.spot1=new go.Spot(.281,.261),lt.spot2=new go.Spot(.723,.748),lt}),go.Shape.defineFigureGenerator("FivePointedBurst",function(Ft,et,nt){var ct=ee(5),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ct.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ct[vt+2].x*et,ct[vt+2].y*nt,ct[vt].x*et,ct[vt].y*nt,ct[vt+1].x*et,ct[vt+1].y*nt));return pt.segments.last().close(),qt(ct),lt.spot1=new go.Spot(.222,.277),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("SixPointedBurst",function(Ft,et,nt){var ct=ee(6),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ct.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ct[vt+2].x*et,ct[vt+2].y*nt,ct[vt].x*et,ct[vt].y*nt,ct[vt+1].x*et,ct[vt+1].y*nt));return pt.segments.last().close(),qt(ct),lt.spot1=new go.Spot(.17,.222),lt.spot2=new go.Spot(.833,.777),lt}),go.Shape.defineFigureGenerator("SevenPointedBurst",function(Ft,et,nt){var ct=ee(7),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ct.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ct[vt+2].x*et,ct[vt+2].y*nt,ct[vt].x*et,ct[vt].y*nt,ct[vt+1].x*et,ct[vt+1].y*nt));return pt.segments.last().close(),qt(ct),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("EightPointedBurst",function(Ft,et,nt){var ct=ee(8),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ct.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ct[vt+2].x*et,ct[vt+2].y*nt,ct[vt].x*et,ct[vt].y*nt,ct[vt+1].x*et,ct[vt+1].y*nt));return pt.segments.last().close(),qt(ct),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("NinePointedBurst",function(Ft,et,nt){var ct=ee(9),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ct.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ct[vt+2].x*et,ct[vt+2].y*nt,ct[vt].x*et,ct[vt].y*nt,ct[vt+1].x*et,ct[vt+1].y*nt));return pt.segments.last().close(),qt(ct),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("TenPointedBurst",function(Ft,et,nt){var ct=ee(10),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(pt);for(var vt=1;vt<ct.length;vt+=3)pt.add(new go.PathSegment(go.PathSegment.Bezier,ct[vt+2].x*et,ct[vt+2].y*nt,ct[vt].x*et,ct[vt].y*nt,ct[vt+1].x*et,ct[vt+1].y*nt));return pt.segments.last().close(),qt(ct),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.setFigureParameter("FramedRectangle",0,new gn("ThicknessX",8)),go.Shape.setFigureParameter("FramedRectangle",1,new gn("ThicknessY",8)),go.Shape.defineFigureGenerator("FramedRectangle",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN,lt=Ft?Ft.parameter2:NaN;isNaN(ct)&&(ct=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()),ct<et/2&<<nt/2&&(vt.add(new go.PathSegment(go.PathSegment.Move,ct,lt)),vt.add(new go.PathSegment(go.PathSegment.Line,ct,nt-lt)),vt.add(new go.PathSegment(go.PathSegment.Line,et-ct,nt-lt)),vt.add(new go.PathSegment(go.PathSegment.Line,et-ct,lt).close())),pt.setSpots(0,0,1,1,ct,lt,-ct,-lt),pt}),go.Shape.setFigureParameter("Ring",0,new gn("Thickness",8)),go.Shape.defineFigureGenerator("Ring",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=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-ct,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=ae,pt.spot2=le,pt.defaultStretch=go.GraphObject.Uniform,pt}),go.Shape.defineFigureGenerator("Cloud",function(Ft,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(Ft,et,nt){var ct=1/(Math.SQRT2+2);return new go.Geometry().add(new go.PathFigure(ct*et,0,!0).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,ct*nt)).add(new go.PathSegment(go.PathSegment.Line,et,(1-ct)*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,nt)).add(new go.PathSegment(go.PathSegment.Line,ct*et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,(1-ct)*nt)).add(new go.PathSegment(go.PathSegment.Line,0,ct*nt).close())).setSpots(ct/2,ct/2,1-ct/2,1-ct/2)}),go.Shape.setFigureParameter("Pie",0,new gn("Start",0,-360,360)),go.Shape.setFigureParameter("Pie",1,new gn("Sweep",315,-360,360)),go.Shape.defineFigureGenerator("Pie",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN,lt=Ft?Ft.parameter2:NaN;isNaN(ct)&&(ct=0),isNaN(lt)&&(lt=315);var pt=ct%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(Ft,et,nt){var ct=oe/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-ct)*nt,(lt+ct)*et,(pt+ct)*nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close()))}),go.Shape.setFigureParameter("ThickCross",0,new gn("Thickness",30)),go.Shape.defineFigureGenerator("ThickCross",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=30);var lt=Math.min(ct,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 gn("Thickness",10)),go.Shape.defineFigureGenerator("ThinCross",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=10);var lt=Math.min(ct,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 gn("Thickness",30)),go.Shape.defineFigureGenerator("ThickX",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;if((isNaN(ct)||ct<0)&&(ct=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),Nt=ct-Math.min(Math.cos(kt)*ct/2,pt),_t=ct-Math.min(Math.sin(kt)*ct/2,vt),lt=new go.Geometry,Vt=new go.PathFigure(Nt,0,!0);return lt.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Line,pt,.2*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,et-Nt,0)),Vt.add(new go.PathSegment(go.PathSegment.Line,et,_t)),Vt.add(new go.PathSegment(go.PathSegment.Line,.8*et,vt)),Vt.add(new go.PathSegment(go.PathSegment.Line,et,nt-_t)),Vt.add(new go.PathSegment(go.PathSegment.Line,et-Nt,nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,pt,.8*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,Nt,nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,nt-_t)),Vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,vt)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,_t).close()),lt}}),go.Shape.setFigureParameter("ThinX",0,new gn("Thickness",10)),go.Shape.defineFigureGenerator("ThinX",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=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 gn("BeamWidth",.2,.1,.9)),go.Shape.defineFigureGenerator("SquareIBeam",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.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,ct*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5+ct/2)*et,ct*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5+ct/2)*et,(1-ct)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,(1-ct)*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-ct)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5-ct/2)*et,(1-ct)*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5-ct/2)*et,ct*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,ct*nt).close()),lt}),go.Shape.setFigureParameter("RoundedIBeam",0,new gn("Curviness",.5,.05,.65)),go.Shape.defineFigureGenerator("RoundedIBeam",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.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-ct)*et,.25*nt,Math.abs(1-ct)*et,.75*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,ct*et,.75*nt,ct*et,.25*nt).close()),lt}),go.Shape.defineFigureGenerator("HalfEllipse",function(Ft,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,oe*et,0,et,(.5-oe/2)*nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,nt,et,(.5+oe/2)*nt,oe*et,nt).close())).setSpots(0,.156,.844,.844)}),go.Shape.defineFigureGenerator("Crescent",function(Ft,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(Ft,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(Ft,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(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.4*et,.6*nt,!0);ct.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,Nt=pt*oe;return lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5+pt+kt)*nt,(.5-pt+vt)*et,(.5+Nt+kt)*nt,(.5-Nt+vt)*et,(.5+pt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+pt+vt)*et,(.5+kt)*nt,(.5+Nt+vt)*et,(.5+pt+kt)*nt,(.5+pt+vt)*et,(.5+Nt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+kt)*nt,(1-.5+pt+vt)*et,(.5-Nt+kt)*nt,(.5+Nt+vt)*et,(.5-pt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.65*et,.36771243*nt,(.5-Nt+vt)*et,(.5-pt+kt)*nt,(.5-pt+vt+.05)*et,(.5-Nt+kt-.02)*nt)),pt=.2,vt=0,kt=-.3,Nt=pt*oe,lt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+pt+vt)*et,(.5+kt)*nt,(.5+Nt+vt)*et,(.5+pt+kt)*nt,(.5+pt+vt)*et,(.5+Nt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+kt)*nt,(1-.5+pt+vt)*et,(.5-Nt+kt)*nt,(.5+Nt+vt)*et,(.5-pt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-pt+vt)*et,(.5+kt)*nt,(.5-Nt+vt)*et,(.5-pt+kt)*nt,(.5-pt+vt)*et,(.5-Nt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-Nt+vt)*et,(.5+pt+kt)*nt,(.5-pt+vt)*et,(.5+Nt+kt)*nt,(.5-Nt+vt)*et,(.5+pt+kt)*nt)),pt=.2,vt=-.3,kt=0,Nt=pt*oe,lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+kt)*nt,(1-.5+pt+vt-.05)*et,(.5-Nt+kt-.02)*nt,(.5+Nt+vt)*et,(.5-pt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-pt+vt)*et,(.5+kt)*nt,(.5-Nt+vt)*et,(.5-pt+kt)*nt,(.5-pt+vt)*et,(.5-Nt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5+pt+kt)*nt,(.5-pt+vt)*et,(.5+Nt+kt)*nt,(.5-Nt+vt)*et,(.5+pt+kt)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,.6*nt,(.5+Nt+vt)*et,(.5+pt+kt)*nt,(.5+pt+vt)*et,(.5+Nt+kt)*nt).close()),ct.setSpots(.06,.33,.93,.68),ct}),go.Shape.defineFigureGenerator("YinYang",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*.5,0,!0);ct.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),ct.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),ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,0,360,et*vt,nt*kt,pt*et,pt*et).close()),ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("Peace",function(Ft,et,nt){var ct=.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-ct)*et,ct*nt)).add(new go.PathSegment(go.PathSegment.Move,lt,pt)).add(new go.PathSegment(go.PathSegment.Line,ct*et,ct*nt)))}),go.Shape.defineFigureGenerator("NotAllowed",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.5,pt=.5,vt=.5,kt=.5,Nt=new go.PathFigure(vt*et,(kt-pt)*nt);ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Nt.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=oe*.4;var _t=Ct(),Vt=Ct(),ne=Ct(),$t=Ct();Ye(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.42,_t,Vt,ne,$t,$t);var te=Ct(),Le=Ct(),de=Ct();Ye(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.58,$t,$t,de,te,Le);var Xe=Ct(),Ie=Ct(),ln=Ct();Ye(vt,kt+pt,vt-lt,kt+pt,vt-pt,kt+lt,vt-pt,kt,.42,Xe,Ie,ln,$t,$t);var Jn=Ct(),Tn=Ct(),mi=Ct();return Ye(vt,kt+pt,vt-lt,kt+pt,vt-pt,kt+lt,vt-pt,kt,.58,$t,$t,mi,Jn,Tn),Nt.add(new go.PathSegment(go.PathSegment.Move,mi.x*et,mi.y*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,Jn.x*et,Jn.y*nt,Tn.x*et,Tn.y*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,ne.x*et,ne.y*nt,_t.x*et,_t.y*nt,Vt.x*et,Vt.y*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,mi.x*et,mi.y*nt).close()),Nt.add(new go.PathSegment(go.PathSegment.Move,ln.x*et,ln.y*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,de.x*et,de.y*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,te.x*et,te.y*nt,Le.x*et,Le.y*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,ln.x*et,ln.y*nt,Xe.x*et,Xe.y*nt,Ie.x*et,Ie.y*nt).close()),he(_t),he(Vt),he(ne),he($t),he(te),he(Le),he(de),he(Xe),he(Ie),he(ln),he(Jn),he(Tn),he(mi),ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("Fragile",function(Ft,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 gn("Thickness",30)),go.Shape.defineFigureGenerator("HourGlass",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=30),ct>et&&(ct=et);var lt=(et-ct)/2,pt=lt+ct;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(Ft,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(Ft,et,nt){var ct=new go.Geometry,lt=oe*.4,pt=.4,vt=.5,kt=.5,Nt=Ct(),_t=Ct(),Vt=Ct(),ne=Ct(),$t=new go.PathFigure((vt-pt)*et,kt*nt,!1);ct.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)),Ye(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.44,Vt,ne,_t,Nt,Nt),$t.add(new go.PathSegment(go.PathSegment.Bezier,_t.x*et,_t.y*nt,Vt.x*et,Vt.y*nt,ne.x*et,ne.y*nt));var te=Zt(_t.x,_t.y);Ye(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.56,Nt,Nt,_t,Vt,ne);var Le=Zt(_t.x,_t.y);$t.add(new go.PathSegment(go.PathSegment.Line,(te.x*.1+.95*.9)*et,te.y*.1*nt)),$t.add(new go.PathSegment(go.PathSegment.Line,.85*et,te.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,(Le.x*.1+.9)*et,.15*nt)),$t.add(new go.PathSegment(go.PathSegment.Line,(Le.x*.1+.9)*et,(Le.y*.1+.05*.9)*nt)),$t.add(new go.PathSegment(go.PathSegment.Line,Le.x*et,Le.y*nt)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,Vt.x*et,Vt.y*nt,ne.x*et,ne.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=oe*.35;var de=new go.PathFigure(vt*et,(kt-pt)*nt,!1);ct.add(de),de.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),de.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt)),de.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),de.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 ct.add(Xe),he(Nt),he(_t),he(Vt),he(ne),he(te),he(Le),ct.spot1=new go.Spot(.202,.257),ct.spot2=new go.Spot(.792,.739),ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("GenderFemale",function(Ft,et,nt){var ct=new go.Geometry,lt=.375,pt=0,vt=-.125,kt=lt*oe,Nt=new go.PathFigure((.525+pt)*et,(.5+lt+vt)*nt,!1);ct.add(Nt),Nt.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)),Nt.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)),Nt.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)),Nt.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)),Nt.add(new go.PathSegment(go.PathSegment.Line,.475*et,.85*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.85*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.9*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.475*et,.9*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.475*et,nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.525*et,nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.9*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.9*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.85*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.85*nt).close()),lt=.325,pt=0,vt=-.125,kt=lt*oe;var Nt=new go.PathFigure((1-.5+lt+pt)*et,(.5+vt)*nt,!1);ct.add(Nt),Nt.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)),Nt.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)),Nt.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)),Nt.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 Nt=new go.PathFigure((.525+pt)*et,(.5+lt+vt)*nt,!1);return ct.add(Nt),ct.spot1=new go.Spot(.232,.136),ct.spot2=new go.Spot(.682,.611),ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("LogicImplies",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;return isNaN(ct)&&(ct=.2),new go.Geometry().add(new go.PathFigure((1-ct)*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*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(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;return isNaN(ct)&&(ct=.2),new go.Geometry().add(new go.PathFigure((1-ct)*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*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,ct*et,0)).add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,ct*et,nt))).setSpots(.2,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicNot",function(Ft,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(Ft,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(Ft,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(Ft,et,nt){var ct=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 ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("LogicTruth",function(Ft,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(Ft,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(Ft,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(Ft,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(Ft,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(Ft,et,nt){var ct=.5;return new go.Geometry().add(new go.PathFigure(0,nt,!1).add(new go.PathSegment(go.PathSegment.Line,0,ct*nt)).add(new go.PathSegment(go.PathSegment.Arc,180,180,ct*et,ct*nt,ct*et,ct*nt)).add(new go.PathSegment(go.PathSegment.Line,et,nt))).setSpots(0,.5,1,1)}),go.Shape.defineFigureGenerator("LogicUnion",function(Ft,et,nt){var ct=.5;return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,ct*nt)).add(new go.PathSegment(go.PathSegment.Arc,0,180,ct*et,ct*nt,ct*et,ct*nt)).add(new go.PathSegment(go.PathSegment.Line,0,0))).setSpots(0,0,1,.5)}),go.Shape.setFigureParameter("Arrow",0,new gn("ArrowheadWidth",.3,.01,.99)),go.Shape.setFigureParameter("Arrow",1,new gn("TailHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("Arrow",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.3);var lt=Ft?Ft.parameter2:NaN;isNaN(lt)&&(lt=.3);var pt=(1-ct)*et,vt=(.5-lt/2)*nt,kt=(.5+lt/2)*nt,Nt=new go.Geometry,_t=new go.PathFigure(0,vt,!0);Nt.add(_t),_t.add(new go.PathSegment(go.PathSegment.Line,pt,vt)),_t.add(new go.PathSegment(go.PathSegment.Line,pt,0)),_t.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),_t.add(new go.PathSegment(go.PathSegment.Line,pt,nt)),_t.add(new go.PathSegment(go.PathSegment.Line,pt,kt)),_t.add(new go.PathSegment(go.PathSegment.Line,0,kt).close()),Nt.spot1=new go.Spot(0,vt/nt);var Vt=be(0,kt/nt,1,kt/nt,pt/et,1,1,.5,Ct());return Nt.spot2=new go.Spot(Vt.x,Vt.y),he(Vt),Nt}),go.Shape.setFigureParameter("Arrow2",0,new gn("ArrowheadWidth",30)),go.Shape.setFigureParameter("Arrow2",0,new gn("TailHeight",30)),go.Shape.defineFigureGenerator("Arrow2",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=30),ct>et&&(ct=et);var lt=Ft?Ft.parameter2:NaN;isNaN(lt)&&(lt=30),lt=Math.min(lt,nt/2);var pt=et-ct,vt=(nt-lt)/2,kt=vt+lt,Nt=new go.Geometry,_t=new go.PathFigure(0,vt,!0);Nt.add(_t),_t.add(new go.PathSegment(go.PathSegment.Line,pt,vt)),_t.add(new go.PathSegment(go.PathSegment.Line,pt,0)),_t.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),_t.add(new go.PathSegment(go.PathSegment.Line,pt,nt)),_t.add(new go.PathSegment(go.PathSegment.Line,pt,kt)),_t.add(new go.PathSegment(go.PathSegment.Line,0,kt).close()),Nt.spot1=new go.Spot(0,vt/nt);var Vt=be(0,kt/nt,1,kt/nt,pt/et,1,1,.5,Ct());return Nt.spot2=new go.Spot(Vt.x,Vt.y),he(Vt),Nt}),go.Shape.defineFigureGenerator("Chevron",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("DoubleArrow",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.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()),ct}),go.Shape.setFigureParameter("DoubleEndArrow",0,new gn("ConnecterHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("DoubleEndArrow",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.3);var lt=(.5-ct/2)*nt,pt=(.5+ct/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 Nt=be(0,.5,.3,0,0,lt/nt,.1,lt/nt,Ct());return vt.spot1=new go.Spot(Nt.x,Nt.y),Nt=be(.7,1,1,.5,0,pt/nt,1,pt/nt,Nt),vt.spot2=new go.Spot(Nt.x,Nt.y),he(Nt),vt}),go.Shape.setFigureParameter("DoubleEndArrow2",0,new gn("ConnecterHeight",40)),go.Shape.setFigureParameter("DoubleEndArrow2",1,new gn("ArrowHeight",100)),go.Shape.defineFigureGenerator("DoubleEndArrow2",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=40);var lt=Ft?Ft.parameter2:NaN;isNaN(lt)&&(lt=100);var pt=(nt-ct)/2,vt=pt+ct,kt=(nt-lt)/2,Nt=kt+lt;(ct>nt||lt>nt)&&(lt>ct?(ct=ct*nt/lt,pt=(nt-ct)/2,vt=pt+ct,kt=0,Nt=nt):(pt=0,vt=nt,kt=0,Nt=nt));var _t=new go.Geometry,Vt=new go.PathFigure(et,.5*nt,!0);_t.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,Nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,vt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.3*et,vt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.3*et,Nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.3*et,kt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.3*et,pt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,kt).close());var ne=be(0,.5,.3,kt/nt,0,pt/nt,1,pt/nt,Ct());return _t.spot1=new go.Spot(ne.x,ne.y),ne=be(.7,Nt/nt,1,.5,0,vt/nt,1,vt/nt,ne),_t.spot2=new go.Spot(ne.x,ne.y),he(ne),_t}),go.Shape.setFigureParameter("IBeamArrow",0,new gn("ConnectorHeight",.7,.51,.97)),go.Shape.defineFigureGenerator("IBeamArrow",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.3);var lt=(.5-ct/2)*nt,pt=(.5+ct/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 Nt=be(.7,1,1,.5,0,pt/nt,1,pt/nt,Ct());return vt.spot2=new go.Spot(Nt.x,Nt.y),he(Nt),vt}),go.Shape.setFigureParameter("IBeamArrow2",0,new gn("ConnectorHeight",40)),go.Shape.setFigureParameter("IBeamArrow2",1,new gn("BeamArrowHeight",100)),go.Shape.defineFigureGenerator("IBeamArrow2",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=40);var lt=Ft?Ft.parameter2:NaN;isNaN(lt)&&(lt=100);var pt=(nt-ct)/2,vt=pt+ct,kt=(nt-lt)/2,Nt=kt+lt;(ct>nt||lt>nt)&&(lt>ct?(ct=ct*nt/lt,pt=(nt-ct)/2,vt=pt+ct,kt=0,Nt=nt):(pt=0,vt=nt,kt=0,Nt=nt));var _t=new go.Geometry,Vt=new go.PathFigure(et,.5*nt,!0);_t.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,Nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,vt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,vt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,Nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,Nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,kt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,kt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,pt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,kt).close()),_t.spot1=new go.Spot(0,pt/nt);var ne=be(.7,Nt/nt,1,.5,0,vt/nt,1,vt/nt,Ct());return _t.spot2=new go.Spot(ne.x,ne.y),he(ne),_t}),go.Shape.setFigureParameter("Pointer",0,new gn("BackPoint",.1,0,.2)),go.Shape.defineFigureGenerator("Pointer",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.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,ct*et,.5*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,0,0).close()),lt.spot1=new go.Spot(ct,.35);var vt=be(.2,.65,1,.65,0,1,1,.5,Ct());return lt.spot2=new go.Spot(vt.x,vt.y),he(vt),lt}),go.Shape.setFigureParameter("RoundedPointer",0,new gn("RoundedEdge",.3,0,.5)),go.Shape.defineFigureGenerator("RoundedPointer",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.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,ct*et,.75*nt,ct*et,.25*nt).close()),lt.spot1=new go.Spot(ct,.35);var vt=be(0,.65,1,.65,0,1,1,.5,Ct());return lt.spot2=new go.Spot(vt.x,vt.y),he(vt),lt}),go.Shape.setFigureParameter("SplitEndArrow",0,new gn("TailHeight",.4,.01,.99)),go.Shape.defineFigureGenerator("SplitEndArrow",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.4);var lt=(.5-ct/2)*nt,pt=(.5+ct/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 Nt=be(.7,1,1,.5,0,pt/nt,1,pt/nt,Ct());return vt.spot2=new go.Spot(Nt.x,Nt.y),he(Nt),vt}),go.Shape.setFigureParameter("SplitEndArrow2",0,new gn("TailThickness",50)),go.Shape.defineFigureGenerator("SplitEndArrow2",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=50);var lt=(nt-ct)/2,pt=lt+ct;ct>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 Nt=be(.7,1,1,.5,0,pt/nt,1,pt/nt,Ct());return vt.spot2=new go.Spot(Nt.x,Nt.y),he(Nt),vt}),go.Shape.setFigureParameter("SquareArrow",0,new gn("ArrowPoint",.7,.2,.9)),go.Shape.defineFigureGenerator("SquareArrow",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.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,ct*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,ct*et,0).close()),lt.spot1=go.Spot.TopLeft,lt.spot2=new go.Spot(ct,1),lt}),go.Shape.defineFigureGenerator("Cone1",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.5,pt=oe*.1,vt=new go.PathFigure(0,.9*nt,!0);return ct.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()),ct.spot1=new go.Spot(.25,.5),ct.spot2=new go.Spot(.75,.97),ct}),go.Shape.defineFigureGenerator("Cone2",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.9*nt,!0);ct.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 ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Bezier,et,.9*nt,(1-.85/.9)*et,.8*nt,.85/.9*et,.8*nt)),ct.spot1=new go.Spot(.25,.5),ct.spot2=new go.Spot(.75,.82),ct}),go.Shape.defineFigureGenerator("Cube1",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,nt,!0);ct.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 ct.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)),ct.spot1=new go.Spot(0,.3),ct.spot2=new go.Spot(.5,.85),ct}),go.Shape.defineFigureGenerator("Cube2",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.3*nt,!0);ct.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 ct.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)),ct.spot1=new go.Spot(0,.3),ct.spot2=new go.Spot(.7,1),ct}),go.Shape.defineFigureGenerator("Cylinder1",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=5),ct=Math.min(ct,nt/3);var lt=new go.Geometry,pt=oe*.5,vt=new go.PathFigure(0,ct,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,oe*ct,(.5-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,1*et,ct,(.5+pt)*et,0,1*et,oe*ct)),vt.add(new go.PathSegment(go.PathSegment.Line,et,nt-ct)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,1*nt,1*et,nt-oe*ct,(.5+pt)*et,1*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt-ct,(.5-pt)*et,1*nt,0,nt-oe*ct)),vt.add(new go.PathSegment(go.PathSegment.Line,0,ct));var kt=new go.PathFigure(et,ct,!1);return lt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,2*ct,1*et,2*ct-oe*ct,(.5+pt)*et,2*ct)),kt.add(new go.PathSegment(go.PathSegment.Bezier,0,ct,(.5-pt)*et,2*ct,0,2*ct-oe*ct)),lt.spot1=new go.Spot(0,0,0,2*ct),lt.spot2=new go.Spot(1,1),lt}),go.Shape.defineFigureGenerator("Cylinder2",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=5),ct=Math.min(ct,nt/3);var lt=new go.Geometry,pt=oe*.5,vt=new go.PathFigure(0,nt-ct,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,0,ct)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,oe*ct,(.5-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,ct,(.5+pt)*et,0,et,oe*ct)),vt.add(new go.PathSegment(go.PathSegment.Line,et,nt-ct)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,nt-oe*ct,(.5+pt)*et,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt-ct,(.5-pt)*et,nt,0,nt-oe*ct));var kt=new go.PathFigure(0,nt-ct,!1);return lt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt-2*ct,0,nt-ct-oe*ct,(.5-pt)*et,nt-2*ct)),kt.add(new go.PathSegment(go.PathSegment.Bezier,et,nt-ct,(.5+pt)*et,nt-2*ct,et,nt-ct-oe*ct)),lt.spot1=new go.Spot(0,0),lt.spot2=new go.Spot(1,1,0,-2*ct),lt}),go.Shape.defineFigureGenerator("Cylinder3",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=5),ct=Math.min(ct,et/3);var lt=new go.Geometry,pt=oe*.5,vt=new go.PathFigure(ct,0,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et-ct,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,et-oe*ct,0,et,(.5-pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,nt,et,(.5+pt)*nt,et-oe*ct,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,ct,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,oe*ct,nt,0,(.5+pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,ct,0,0,(.5-pt)*nt,oe*ct,0));var kt=new go.PathFigure(ct,0,!1);return lt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,2*ct,.5*nt,ct+oe*ct,0,2*ct,(.5-pt)*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,ct,nt,2*ct,(.5+pt)*nt,ct+oe*ct,nt)),lt.spot1=new go.Spot(0,0,2*ct,0),lt.spot2=new go.Spot(1,1),lt}),go.Shape.defineFigureGenerator("Cylinder4",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=5),ct=Math.min(ct,et/3);var lt=new go.Geometry,pt=oe*.5,vt=new go.PathFigure(et-ct,0,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,et-oe*ct,0,et,(.5-pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,nt,et,(.5+pt)*nt,et-oe*ct,nt)),vt.add(new go.PathSegment(go.PathSegment.Line,ct,nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,oe*ct,nt,0,(.5+pt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,ct,0,0,(.5-pt)*nt,oe*ct,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et-ct,0));var kt=new go.PathFigure(et-ct,0,!1);return lt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,et-2*ct,.5*nt,et-ct-oe*ct,0,et-2*ct,(.5-pt)*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,nt,et-2*ct,(.5+pt)*nt,et-ct-oe*ct,nt)),lt.spot1=new go.Spot(0,0),lt.spot2=new go.Spot(1,1,-2*ct,0),lt}),go.Shape.defineFigureGenerator("Prism1",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.25*et,.25*nt,!0);ct.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 ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),ct.spot1=new go.Spot(.408,.172),ct.spot2=new go.Spot(.833,.662),ct}),go.Shape.defineFigureGenerator("Prism2",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.25*nt,!0);ct.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 ct.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)),ct.spot1=new go.Spot(.25,.5),ct.spot2=new go.Spot(.75,.75),ct}),go.Shape.defineFigureGenerator("Pyramid1",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ct.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 ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),ct.spot1=new go.Spot(.25,.367),ct.spot2=new go.Spot(.75,.875),ct}),go.Shape.defineFigureGenerator("Pyramid2",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ct.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 ct.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)),ct.spot1=new go.Spot(.25,.367),ct.spot2=new go.Spot(.75,.875),ct}),go.Shape.defineFigureGenerator("Actor",function(Ft,et,nt){var ct=new go.Geometry,lt=.2,pt=.1,vt=oe*lt,kt=oe*pt,Nt=.5,_t=.1,Vt=new go.PathFigure(Nt*et,(_t+pt)*nt,!0);ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-lt)*et,_t*nt,(Nt-vt)*et,(_t+pt)*nt,(Nt-lt)*et,(_t+kt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t-pt)*nt,(Nt-lt)*et,(_t-kt)*nt,(Nt-vt)*et,(_t-pt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Nt+lt)*et,_t*nt,(Nt+vt)*et,(_t-pt)*nt,(Nt+lt)*et,(_t-kt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t+pt)*nt,(Nt+lt)*et,(_t+kt)*nt,(Nt+vt)*et,(_t+pt)*nt));var ne=.05,$t=oe*ne;Nt=.05,_t=.25;var te=new go.PathFigure(.5*et,.2*nt,!0);return ct.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.95*et,.2*nt)),Nt=.95,_t=.25,te.add(new go.PathSegment(go.PathSegment.Bezier,(Nt+ne)*et,_t*nt,(Nt+$t)*et,(_t-ne)*nt,(Nt+ne)*et,(_t-$t)*nt)),te.add(new go.PathSegment(go.PathSegment.Line,et,.6*nt)),te.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*nt)),te.add(new go.PathSegment(go.PathSegment.Line,.85*et,.35*nt)),ne=.025,$t=oe*ne,Nt=.825,_t=.35,te.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t-ne)*nt,(Nt+ne)*et,(_t-$t)*nt,(Nt+$t)*et,(_t-ne)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-ne)*et,_t*nt,(Nt-$t)*et,(_t-ne)*nt,(Nt-ne)*et,(_t-$t)*nt)),te.add(new go.PathSegment(go.PathSegment.Line,.8*et,nt)),te.add(new go.PathSegment(go.PathSegment.Line,.55*et,nt)),te.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*nt)),ne=.05,$t=oe*ne,Nt=.5,_t=.7,te.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t-ne)*nt,(Nt+ne)*et,(_t-$t)*nt,(Nt+$t)*et,(_t-ne)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-ne)*et,_t*nt,(Nt-$t)*et,(_t-ne)*nt,(Nt-ne)*et,(_t-$t)*nt)),te.add(new go.PathSegment(go.PathSegment.Line,.45*et,nt)),te.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),te.add(new go.PathSegment(go.PathSegment.Line,.2*et,.35*nt)),ne=.025,$t=oe*ne,Nt=.175,_t=.35,te.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t-ne)*nt,(Nt+ne)*et,(_t-$t)*nt,(Nt+$t)*et,(_t-ne)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-ne)*et,_t*nt,(Nt-$t)*et,(_t-ne)*nt,(Nt-ne)*et,(_t-$t)*nt)),te.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*nt)),te.add(new go.PathSegment(go.PathSegment.Line,0,.6*nt)),te.add(new go.PathSegment(go.PathSegment.Line,0,.25*nt)),ne=.05,$t=oe*ne,Nt=.05,_t=.25,te.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t-ne)*nt,(Nt-ne)*et,(_t-$t)*nt,(Nt-$t)*et,(_t-ne)*nt)),te.add(new go.PathSegment(go.PathSegment.Line,.5*et,.2*nt)),ct.spot1=new go.Spot(.2,.2),ct.spot2=new go.Spot(.8,.65),ct}),go.Shape.setFigureParameter("Card",0,new gn("CornerCutoutSize",.2,.1,.9)),go.Shape.defineFigureGenerator("Card",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.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,ct*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,ct*et,0).close()),lt.spot1=new go.Spot(0,ct),lt.spot2=go.Spot.BottomRight,lt}),go.Shape.defineFigureGenerator("Collate",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,.5*nt,!0);ct.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 ct.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)),ct.spot1=new go.Spot(.25,0),ct.spot2=new go.Spot(.75,.25),ct}),go.Shape.defineFigureGenerator("CreateRequest",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("Database",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.5,pt=oe*.1,vt=new go.PathFigure(et,.1*nt,!0);ct.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 ct.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)),ct.spot1=new go.Spot(0,.4),ct.spot2=new go.Spot(1,.9),ct}),go.Shape.defineFigureGenerator("DataStorage",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.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()),ct.spot1=new go.Spot(.226,0),ct.spot2=new go.Spot(.81,1),ct}),go.Shape.defineFigureGenerator("DiskStorage",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.5,pt=oe*.1,vt=new go.PathFigure(et,.1*nt,!0);ct.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 ct.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)),ct.spot1=new go.Spot(0,.3),ct.spot2=new go.Spot(1,.9),ct}),go.Shape.defineFigureGenerator("Display",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.25*et,0,!0);return ct.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()),ct.spot1=new go.Spot(.25,0),ct.spot2=new go.Spot(.75,1),ct}),go.Shape.defineFigureGenerator("DividedEvent",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN;isNaN(lt)?lt=.2:lt<.15&&(lt=.15);var pt=oe*.2,vt=new go.PathFigure(0,.2*nt,!0);ct.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 ct.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et,lt*nt)),ct}),go.Shape.defineFigureGenerator("DividedProcess",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN;(isNaN(lt)||lt<.1)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);ct.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 ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,lt*nt)),ct}),go.Shape.defineFigureGenerator("Document",function(Ft,et,nt){var ct=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(0,.7*nt,!0);return ct.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()),ct.spot1=go.Spot.TopLeft,ct.spot2=new go.Spot(1,.6),ct}),go.Shape.defineFigureGenerator("ExternalOrganization",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN;(isNaN(lt)||lt<.2)&&(lt=.2);var pt=new go.PathFigure(0,0,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("ExternalProcess",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ct.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 ct.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)),ct.spot1=new go.Spot(.25,.25),ct.spot2=new go.Spot(.75,.75),ct}),go.Shape.defineFigureGenerator("File",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.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 ct.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)),ct.spot1=new go.Spot(0,.25),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("Interrupt",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,.5*nt,!0);ct.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);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,nt));var vt=new go.PathFigure(et,.5*nt,!1);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,0)),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.5,.75),ct}),go.Shape.defineFigureGenerator("InternalStorage",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN,pt=Ft?Ft.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(pt)&&(pt=.1);var vt=new go.PathFigure(0,0,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("Junction",function(Ft,et,nt){var ct=new go.Geometry,lt=1/Math.SQRT2,pt=(1-1/Math.SQRT2)/2,vt=oe*.5,kt=.5,Nt=new go.PathFigure(et,kt*nt,!0);ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,kt*et,nt,et,(kt+vt)*nt,(kt+vt)*et,nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,0,kt*nt,(kt-vt)*et,nt,0,(kt+vt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,kt*et,0,0,(kt-vt)*nt,(kt-vt)*et,0)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,et,kt*nt,(kt+vt)*et,0,et,(kt-vt)*nt));var _t=new go.PathFigure((pt+lt)*et,(pt+lt)*nt,!1);return ct.add(_t),_t.add(new go.PathSegment(go.PathSegment.Line,pt*et,pt*nt)),_t.add(new go.PathSegment(go.PathSegment.Move,pt*et,(pt+lt)*nt)),_t.add(new go.PathSegment(go.PathSegment.Line,(pt+lt)*et,pt*nt)),ct}),go.Shape.defineFigureGenerator("LinedDocument",function(Ft,et,nt){var ct=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(0,.7*nt,!0);ct.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 ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.75*nt)),ct.spot1=new go.Spot(.1,0),ct.spot2=new go.Spot(1,.6),ct}),go.Shape.defineFigureGenerator("LoopLimit",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ct.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()),ct.spot1=new go.Spot(0,.25),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("MagneticTape",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.5,pt=.5,vt=new go.PathFigure(.5*et,nt,!0);return ct.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)),ct.spot1=new go.Spot(.15,.15),ct.spot2=new go.Spot(.85,.8),ct}),go.Shape.defineFigureGenerator("ManualInput",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,0,!0);return ct.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()),ct.spot1=new go.Spot(0,.25),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("MessageFromUser",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN;isNaN(lt)&&(lt=.7);var pt=new go.PathFigure(0,0,!0);return ct.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()),ct.spot1=go.Spot.TopLeft,ct}),go.Shape.defineFigureGenerator("MicroformProcessing",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN;isNaN(lt)&&(lt=.25);var pt=new go.PathFigure(0,0,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("MicroformRecording",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.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()),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(1,.75),ct}),go.Shape.defineFigureGenerator("MultiDocument",function(Ft,et,nt){var ct=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(et,0,!0);ct.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 ct.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)),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.8,.77),ct}),go.Shape.defineFigureGenerator("MultiProcess",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.1*et,.1*nt,!0);ct.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 ct.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)),ct.spot1=new go.Spot(0,.2),ct.spot2=new go.Spot(.8,1),ct}),go.Shape.defineFigureGenerator("OfflineStorage",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=1-lt,vt=new go.PathFigure(0,0,!0);ct.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 ct.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,(1-.5*lt)*et,lt*nt)),ct}),go.Shape.defineFigureGenerator("OffPageConnector",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.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()),ct.spot1=go.Spot.TopLeft,ct.spot2=new go.Spot(.75,1),ct}),go.Shape.defineFigureGenerator("Or",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.5,pt=.5,vt=new go.PathFigure(et,pt*nt,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("PaperTape",function(Ft,et,nt){var ct=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(0,.7*nt,!0);return ct.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()),ct.spot1=new go.Spot(0,.49),ct.spot2=new go.Spot(1,.75),ct}),go.Shape.defineFigureGenerator("PrimitiveFromCall",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN,pt=Ft?Ft.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(pt)&&(pt=.3);var vt=new go.PathFigure(0,0,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("PrimitiveToCall",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN,pt=Ft?Ft.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(pt)&&(pt=.3);var vt=new go.PathFigure(0,0,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("Procedure",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("Process",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);ct.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 ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,nt)),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("Sort",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ct.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 ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),ct.spot1=new go.Spot(.25,.25),ct.spot2=new go.Spot(.75,.5),ct}),go.Shape.defineFigureGenerator("Start",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN;isNaN(lt)&&(lt=.25);var pt=new go.PathFigure(lt*et,0,!0);ct.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 ct.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)),ct.spot1=new go.Spot(lt,0),ct.spot2=new go.Spot(1-lt,1),ct}),go.Shape.defineFigureGenerator("Terminator",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.25*et,0,!0);return ct.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)),ct.spot1=new go.Spot(.23,0),ct.spot2=new go.Spot(.77,1),ct}),go.Shape.defineFigureGenerator("TransmittalTape",function(Ft,et,nt){var ct=new go.Geometry,lt=Ft?Ft.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);return ct.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()),ct.spot1=go.Spot.TopLeft,ct}),go.Shape.defineFigureGenerator("AndGate",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.5,pt=new go.PathFigure(0,0,!0);return ct.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()),ct.spot1=go.Spot.TopLeft,ct.spot2=new go.Spot(.55,1),ct}),go.Shape.defineFigureGenerator("Buffer",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.5,.75),ct}),go.Shape.defineFigureGenerator("Clock",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.5,pt=.5,vt=new go.PathFigure(et,pt*nt,!0);ct.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);ct.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et,pt*nt));var Nt=new go.PathFigure(.8*et,.75*nt,!1);return ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.25*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.25*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.75*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.75*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.25*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.25*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.75*nt)),ct}),go.Shape.defineFigureGenerator("Ground",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("Inverter",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.1,pt=.1,vt=.9,kt=.5,Nt=new go.PathFigure(.8*et,.5*nt,!0);ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,0,0)),Nt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*nt));var _t=new go.PathFigure((vt+pt)*et,kt*nt,!0);return ct.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)),_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)),_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)),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.4,.75),ct}),go.Shape.defineFigureGenerator("NandGate",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.5,pt=oe*.4,vt=oe*.1,kt=.1,Nt=.9,_t=.5,Vt=new go.PathFigure(.8*et,.5*nt,!0);ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,nt,.8*et,(.5+pt)*nt,(.4+lt)*et,nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,0)),Vt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*nt,(.4+lt)*et,0,.8*et,(.5-pt)*nt));var ne=new go.PathFigure((Nt+kt)*et,_t*nt,!0);return ct.add(ne),ne.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t+kt)*nt,(Nt+kt)*et,(_t+vt)*nt,(Nt+vt)*et,(_t+kt)*nt)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-kt)*et,_t*nt,(Nt-vt)*et,(_t+kt)*nt,(Nt-kt)*et,(_t+vt)*nt)),ne.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t-kt)*nt,(Nt-kt)*et,(_t-vt)*nt,(Nt-vt)*et,(_t-kt)*nt)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(Nt+kt)*et,_t*nt,(Nt+vt)*et,(_t-kt)*nt,(Nt+kt)*et,(_t-vt)*nt)),ct.spot1=new go.Spot(0,.05),ct.spot2=new go.Spot(.55,.95),ct}),go.Shape.defineFigureGenerator("NorGate",function(Ft,et,nt){var ct=new go.Geometry,lt=.5,pt=oe*lt,vt=0,kt=.5,Nt=new go.PathFigure(.8*et,.5*nt,!0);ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt,.7*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*nt,.25*et,.25*nt)),Nt.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=oe*.1,vt=.9,kt=.5;var _t=new go.PathFigure((vt-lt)*et,kt*nt,!0);return ct.add(_t),_t.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,kt*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt)),ct.spot1=new go.Spot(.2,.25),ct.spot2=new go.Spot(.6,.75),ct}),go.Shape.defineFigureGenerator("OrGate",function(Ft,et,nt){var ct=new go.Geometry,lt=.5,pt=oe*lt,vt=0,kt=.5,Nt=new go.PathFigure(0,0,!0);return ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,(vt+pt+pt)*et,(kt-lt)*nt,.8*et,(kt-pt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt,.8*et,(kt+pt)*nt,(vt+pt+pt)*et,(kt+lt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*nt,.25*et,.25*nt).close()),ct.spot1=new go.Spot(.2,.25),ct.spot2=new go.Spot(.75,.75),ct}),go.Shape.defineFigureGenerator("XnorGate",function(Ft,et,nt){var ct=new go.Geometry,lt=.5,pt=oe*lt,vt=.2,kt=.5,Nt=new go.PathFigure(.1*et,0,!1);ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,nt,.35*et,.25*nt,.35*et,.75*nt));var _t=new go.PathFigure(.8*et,.5*nt,!0);ct.add(_t),_t.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,nt,.7*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*nt,.45*et,.25*nt)),_t.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=oe*.1,vt=.9,kt=.5;var Vt=new go.PathFigure((vt-lt)*et,kt*nt,!0);return ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,kt*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt)),ct.spot1=new go.Spot(.4,.25),ct.spot2=new go.Spot(.65,.75),ct}),go.Shape.defineFigureGenerator("XorGate",function(Ft,et,nt){var ct=new go.Geometry,lt=.5,pt=oe*lt,vt=.2,kt=.5,Nt=new go.PathFigure(.1*et,0,!1);ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,nt,.35*et,.25*nt,.35*et,.75*nt));var _t=new go.PathFigure(.2*et,0,!0);return ct.add(_t),_t.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,(vt+pt)*et,(kt-lt)*nt,.9*et,(kt-pt)*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,nt,.9*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*nt,.45*et,.25*nt).close()),ct.spot1=new go.Spot(.4,.25),ct.spot2=new go.Spot(.8,.75),ct}),go.Shape.defineFigureGenerator("Capacitor",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("Resistor",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("Inductor",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.1,pt=.1,vt=.1,kt=.5,Nt=new go.PathFigure((vt-lt*.5)*et,nt,!1);return ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,nt,(vt-pt)*et,0)),vt=.3,Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,nt,(vt+pt)*et,0,(vt+lt)*et,nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,nt,(vt-pt)*et,0)),vt=.5,Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,nt,(vt+pt)*et,0,(vt+lt)*et,nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,nt,(vt-pt)*et,0)),vt=.7,Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,nt,(vt+pt)*et,0,(vt+lt)*et,nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,nt,(vt-pt)*et,0)),vt=.9,Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt*.5)*et,nt,(vt+pt)*et,0,(vt+lt)*et,nt)),ct}),go.Shape.defineFigureGenerator("ACvoltageSource",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.5,pt=.5,vt=.5,kt=.5,Nt=new go.PathFigure((vt-pt)*et,kt*nt,!1);return ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,(vt+lt)*et,(kt-pt)*nt,(vt+pt)*et,(kt-lt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,(vt-lt)*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Move,(vt-pt+.1)*et,kt*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt-.1)*et,kt*nt,vt*et,(kt-pt)*nt,vt*et,(kt+pt)*nt)),ct}),go.Shape.defineFigureGenerator("DCvoltageSource",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.75*nt,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("Diode",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,0,!1);return ct.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)),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.5,.75),ct}),go.Shape.defineFigureGenerator("Wifi",function(Ft,et,nt){var ct=new go.Geometry,lt=et,pt=nt;et=et*.38,nt=nt*.6;var vt=oe*.8,kt=.8,Nt=0,_t=.5,Vt=(lt-et)/2,ne=(pt-nt)/2,$t=new go.PathFigure(Nt*et+Vt,(_t+kt)*nt+ne,!0);ct.add($t),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-kt)*et+Vt,_t*nt+ne,(Nt-vt)*et+Vt,(_t+kt)*nt+ne,(Nt-kt)*et+Vt,(_t+vt)*nt+ne)),$t.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et+Vt,(_t-kt)*nt+ne,(Nt-kt)*et+Vt,(_t-vt)*nt+ne,(Nt-vt)*et+Vt,(_t-kt)*nt+ne)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-kt+vt*.5)*et+Vt,_t*nt+ne,Nt*et+Vt,(_t-kt)*nt+ne,(Nt-kt+vt*.5)*et+Vt,(_t-vt)*nt+ne)),$t.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et+Vt,(_t+kt)*nt+ne,(Nt-kt+vt*.5)*et+Vt,(_t+vt)*nt+ne,Nt*et+Vt,(_t+kt)*nt+ne).close()),vt=oe*.4,kt=.4,Nt=.2,_t=.5;var te=new go.PathFigure(Nt*et+Vt,(_t+kt)*nt+ne,!0);ct.add(te),te.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-kt)*et+Vt,_t*nt+ne,(Nt-vt)*et+Vt,(_t+kt)*nt+ne,(Nt-kt)*et+Vt,(_t+vt)*nt+ne)),te.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et+Vt,(_t-kt)*nt+ne,(Nt-kt)*et+Vt,(_t-vt)*nt+ne,(Nt-vt)*et+Vt,(_t-kt)*nt+ne)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-kt+vt*.5)*et+Vt,_t*nt+ne,Nt*et+Vt,(_t-kt)*nt+ne,(Nt-kt+vt*.5)*et+Vt,(_t-vt)*nt+ne)),te.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et+Vt,(_t+kt)*nt+ne,(Nt-kt+vt*.5)*et+Vt,(_t+vt)*nt+ne,Nt*et+Vt,(_t+kt)*nt+ne).close()),vt=oe*.2,kt=.2,Nt=.5,_t=.5;var Le=new go.PathFigure((Nt-kt)*et+Vt,_t*nt+ne,!0);ct.add(Le),Le.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et+Vt,(_t-kt)*nt+ne,(Nt-kt)*et+Vt,(_t-vt)*nt+ne,(Nt-vt)*et+Vt,(_t-kt)*nt+ne)),Le.add(new go.PathSegment(go.PathSegment.Bezier,(Nt+kt)*et+Vt,_t*nt+ne,(Nt+vt)*et+Vt,(_t-kt)*nt+ne,(Nt+kt)*et+Vt,(_t-vt)*nt+ne)),Le.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et+Vt,(_t+kt)*nt+ne,(Nt+kt)*et+Vt,(_t+vt)*nt+ne,(Nt+vt)*et+Vt,(_t+kt)*nt+ne)),Le.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-kt)*et+Vt,_t*nt+ne,(Nt-vt)*et+Vt,(_t+kt)*nt+ne,(Nt-kt)*et+Vt,(_t+vt)*nt+ne)),vt=oe*.4,kt=.4,Nt=.8,_t=.5;var de=new go.PathFigure(Nt*et+Vt,(_t-kt)*nt+ne,!0);ct.add(de),de.add(new go.PathSegment(go.PathSegment.Bezier,(Nt+kt)*et+Vt,_t*nt+ne,(Nt+vt)*et+Vt,(_t-kt)*nt+ne,(Nt+kt)*et+Vt,(_t-vt)*nt+ne)),de.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et+Vt,(_t+kt)*nt+ne,(Nt+kt)*et+Vt,(_t+vt)*nt+ne,(Nt+vt)*et+Vt,(_t+kt)*nt+ne)),de.add(new go.PathSegment(go.PathSegment.Bezier,(Nt+kt-vt*.5)*et+Vt,_t*nt+ne,Nt*et+Vt,(_t+kt)*nt+ne,(Nt+kt-vt*.5)*et+Vt,(_t+vt)*nt+ne)),de.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et+Vt,(_t-kt)*nt+ne,(Nt+kt-vt*.5)*et+Vt,(_t-vt)*nt+ne,Nt*et+Vt,(_t-kt)*nt+ne).close()),vt=oe*.8,kt=.8,Nt=1,_t=.5;var Xe=new go.PathFigure(Nt*et+Vt,(_t-kt)*nt+ne,!0);return ct.add(Xe),Xe.add(new go.PathSegment(go.PathSegment.Bezier,(Nt+kt)*et+Vt,_t*nt+ne,(Nt+vt)*et+Vt,(_t-kt)*nt+ne,(Nt+kt)*et+Vt,(_t-vt)*nt+ne)),Xe.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et+Vt,(_t+kt)*nt+ne,(Nt+kt)*et+Vt,(_t+vt)*nt+ne,(Nt+vt)*et+Vt,(_t+kt)*nt+ne)),Xe.add(new go.PathSegment(go.PathSegment.Bezier,(Nt+kt-vt*.5)*et+Vt,_t*nt+ne,Nt*et+Vt,(_t+kt)*nt+ne,(Nt+kt-vt*.5)*et+Vt,(_t+vt)*nt+ne)),Xe.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et+Vt,(_t-kt)*nt+ne,(Nt+kt-vt*.5)*et+Vt,(_t-vt)*nt+ne,Nt*et+Vt,(_t-kt)*nt+ne).close()),ct}),go.Shape.defineFigureGenerator("Email",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("Ethernet",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.35*et,0,!0);ct.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);ct.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);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("Power",function(Ft,et,nt){var ct=new go.Geometry,lt=oe*.4,pt=.4,vt=.5,kt=.5,Nt=Ct(),_t=Ct(),Vt=Ct(),ne=Ct();Ye(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.5,Nt,Nt,_t,Vt,ne);var $t=Zt(_t.x,_t.y),te=new go.PathFigure(_t.x*et,_t.y*nt,!0);ct.add(te),te.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,Vt.x*et,Vt.y*nt,ne.x*et,ne.y*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,(vt-lt)*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt)),Ye(vt-pt,kt,vt-pt,kt-lt,vt-lt,kt-pt,vt,kt-pt,.5,Vt,ne,_t,Nt,Nt),te.add(new go.PathSegment(go.PathSegment.Bezier,_t.x*et,_t.y*nt,Vt.x*et,Vt.y*nt,ne.x*et,ne.y*nt)),lt=oe*.3,pt=.3,Ye(vt-pt,kt,vt-pt,kt-lt,vt-lt,kt-pt,vt,kt-pt,.5,Vt,ne,_t,Nt,Nt),te.add(new go.PathSegment(go.PathSegment.Line,_t.x*et,_t.y*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,kt*nt,ne.x*et,ne.y*nt,Vt.x*et,Vt.y*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+pt)*nt,(vt-pt)*et,(kt+lt)*nt,(vt-lt)*et,(kt+pt)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,kt*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Ye(vt,kt-pt,vt+lt,kt-pt,vt+pt,kt-lt,vt+pt,kt,.5,Nt,Nt,_t,Vt,ne),te.add(new go.PathSegment(go.PathSegment.Bezier,_t.x*et,_t.y*nt,ne.x*et,ne.y*nt,Vt.x*et,Vt.y*nt).close());var te=new go.PathFigure(.45*et,0,!0);return ct.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.45*et,.5*nt)),te.add(new go.PathSegment(go.PathSegment.Line,.55*et,.5*nt)),te.add(new go.PathSegment(go.PathSegment.Line,.55*et,0).close()),he(Nt),he(_t),he(Vt),he(ne),he($t),ct.spot1=new go.Spot(.25,.45),ct.spot2=new go.Spot(.75,.8),ct}),go.Shape.defineFigureGenerator("Fallout",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt/2,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,180,360,et/2,nt/2,et/2,nt/2));function pt(vt,kt,Nt){vt.add(new go.PathSegment(go.PathSegment.Move,(.3+kt)*et,(.8+Nt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,(.5+kt)*et,(.5+Nt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,(.1+kt)*et,(.5+Nt)*nt)),vt.add(new go.PathSegment(go.PathSegment.Line,(.3+kt)*et,(.8+Nt)*nt).close())}return pt(lt,0,0),pt(lt,.4,0),pt(lt,.2,-.3),ct}),go.Shape.defineFigureGenerator("IrritationHazard",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.2*et,0,!0);return ct.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()),ct.spot1=new go.Spot(.3,.3),ct.spot2=new go.Spot(.7,.7),ct}),go.Shape.defineFigureGenerator("ElectricalHazard",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.37*et,0,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("FireHazard",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.1*et,nt,!0);return ct.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()),ct.spot1=new go.Spot(.07,.445),ct.spot2=new go.Spot(.884,.958),ct}),go.Shape.defineFigureGenerator("BpmnActivityLoop",function(Ft,et,nt){var ct=new go.Geometry,lt=.5,pt=0,vt=0,kt=lt*oe,Nt=.4*Math.SQRT2/2+.5,_t=.5-.5*Math.SQRT2/2,Vt=1,ne=.5,$t=.5,te=0,Le=new go.PathFigure(Nt*et,(1-_t)*nt,!1);return ct.add(Le),Le.add(new go.PathSegment(go.PathSegment.Bezier,Vt*et,ne*nt,Vt*et,.7*nt,Vt*et,ne*nt)),Le.add(new go.PathSegment(go.PathSegment.Bezier,($t+pt)*et,(te+pt)*nt,(.5+lt+pt)*et,(.5-kt+pt)*nt,(.5+kt+pt)*et,(.5-lt+pt)*nt)),Le.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)),Le.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)),Le.add(new go.PathSegment(go.PathSegment.Move,(.25+pt)*et,.8*nt)),Le.add(new go.PathSegment(go.PathSegment.Line,(.35+pt)*et,.9*nt)),Le.add(new go.PathSegment(go.PathSegment.Line,(.2+pt)*et,.95*nt)),ct}),go.Shape.defineFigureGenerator("BpmnActivityParallel",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("BpmnActivitySequential",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("BpmnActivityAdHoc",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);ct.add(lt);var pt=new go.PathFigure(et,nt,!1);ct.add(pt);var vt=new go.PathFigure(0,.5*nt,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("BpmnActivityCompensation",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("BpmnTaskMessage",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.2*nt,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("BpmnTaskScript",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.7*et,nt,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("BpmnTaskUser",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);ct.add(lt);var pt=new go.PathFigure(.335*et,(1-.555)*nt,!0);ct.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,Nt=vt,_t=Math.PI/4,Vt=4*(1-Math.cos(_t))/(3*Math.sin(_t)),ne=Vt*.5,$t=vt,te=vt,Le=Vt*$t,de=Vt*te;pt.add(new go.PathSegment(go.PathSegment.Bezier,(kt-$t)*et,Nt*nt,(kt-(Le+$t)/2)*et,(Nt+(te+de)/2)*nt,(kt-$t)*et,(Nt+de)*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,kt*et,(Nt-te)*nt,(kt-$t)*et,(Nt-de)*nt,(kt-Le)*et,(Nt-te)*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,(kt+$t)*et,Nt*nt,(kt+Le)*et,(Nt-te)*nt,(kt+$t)*et,(Nt-de)*nt)),pt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.365)*et,(1-.595)*nt,(kt+$t)*et,(Nt+de)*nt,(kt+(Le+$t)/2)*et,(Nt+(te+de)/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);ct.add(Xe),Xe.add(new go.PathSegment(go.PathSegment.Line,.2*et,.8*nt));var Ie=new go.PathFigure(.8*et,nt,!1);return ct.add(Ie),Ie.add(new go.PathSegment(go.PathSegment.Line,.8*et,.8*nt)),ct}),go.Shape.defineFigureGenerator("BpmnEventConditional",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.1*et,0,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("BpmnEventError",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("BpmnEventEscalation",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);ct.add(lt);var pt=new go.PathFigure(et,nt,!1);ct.add(pt);var vt=new go.PathFigure(.1*et,nt,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("Caution",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.05*et,nt,!0);ct.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)),ct}),go.Shape.defineFigureGenerator("Recycle",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.45*et,.95*nt,!1);ct.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);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("BpmnEventTimer",function(Ft,et,nt){var ct=new go.Geometry,lt=.5,pt=oe*.5,vt=new go.PathFigure(et,lt*nt,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("Package",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.15*nt,!0);ct.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 ct.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()),ct.spot1=new go.Spot(0,.1),ct.spot2=new go.Spot(1,1),ct}),go.Shape.defineFigureGenerator("Class",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.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);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt).close());var vt=new go.PathFigure(0,.5*nt,!1);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt).close()),ct}),go.Shape.defineFigureGenerator("Component",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,nt,!0);ct.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);ct.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 ct.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()),ct}),go.Shape.defineFigureGenerator("Boat Shipment",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.15*et,.6*nt,!0);ct.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 ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*nt)),ct}),go.Shape.defineFigureGenerator("Customer/Supplier",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,nt,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("Workcell",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("Supermarket",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("TruckShipment",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.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);ct.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=oe*.1,Nt=.2,_t=.9,Vt=new go.PathFigure((Nt-vt)*et,_t*nt,!0);ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t-vt)*nt,(Nt-vt)*et,(_t-kt)*nt,(Nt-kt)*et,(_t-vt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Nt+vt)*et,_t*nt,(Nt+kt)*et,(_t-vt)*nt,(Nt+vt)*et,(_t-kt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t+vt)*nt,(Nt+vt)*et,(_t+kt)*nt,(Nt+kt)*et,(_t+vt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-vt)*et,_t*nt,(Nt-kt)*et,(_t+vt)*nt,(Nt-vt)*et,(_t+kt)*nt).close()),vt=.1,kt=oe*.1,Nt=.8,_t=.9;var ne=new go.PathFigure((Nt-vt)*et,_t*nt,!0);return ct.add(ne),ne.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t-vt)*nt,(Nt-vt)*et,(_t-kt)*nt,(Nt-kt)*et,(_t-vt)*nt)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(Nt+vt)*et,_t*nt,(Nt+kt)*et,(_t-vt)*nt,(Nt+vt)*et,(_t-kt)*nt)),ne.add(new go.PathSegment(go.PathSegment.Bezier,Nt*et,(_t+vt)*nt,(Nt+vt)*et,(_t+kt)*nt,(Nt+kt)*et,(_t+vt)*nt)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(Nt-vt)*et,_t*nt,(Nt-kt)*et,(_t+vt)*nt,(Nt-vt)*et,(_t+kt)*nt).close()),ct}),go.Shape.defineFigureGenerator("KanbanPost",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.2*et,0,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("Forklift",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.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);ct.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);ct.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);ct.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et,.7*nt));var Nt=.1,_t=oe*.1,Vt=.1,ne=.9,$t=new go.PathFigure((Vt-Nt)*et,ne*nt,!0);ct.add($t),$t.add(new go.PathSegment(go.PathSegment.Bezier,Vt*et,(ne-Nt)*nt,(Vt-Nt)*et,(ne-_t)*nt,(Vt-_t)*et,(ne-Nt)*nt)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Vt+Nt)*et,ne*nt,(Vt+_t)*et,(ne-Nt)*nt,(Vt+Nt)*et,(ne-_t)*nt)),$t.add(new go.PathSegment(go.PathSegment.Bezier,Vt*et,(ne+Nt)*nt,(Vt+Nt)*et,(ne+_t)*nt,(Vt+_t)*et,(ne+Nt)*nt)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Vt-Nt)*et,ne*nt,(Vt-_t)*et,(ne+Nt)*nt,(Vt-Nt)*et,(ne+_t)*nt)),Nt=.1,_t=oe*.1,Vt=.4,ne=.9;var te=new go.PathFigure((Vt-Nt)*et,ne*nt,!0);return ct.add(te),te.add(new go.PathSegment(go.PathSegment.Bezier,Vt*et,(ne-Nt)*nt,(Vt-Nt)*et,(ne-_t)*nt,(Vt-_t)*et,(ne-Nt)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Vt+Nt)*et,ne*nt,(Vt+_t)*et,(ne-Nt)*nt,(Vt+Nt)*et,(ne-_t)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,Vt*et,(ne+Nt)*nt,(Vt+Nt)*et,(ne+_t)*nt,(Vt+_t)*et,(ne+Nt)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Vt-Nt)*et,ne*nt,(Vt-_t)*et,(ne+Nt)*nt,(Vt-Nt)*et,(ne+_t)*nt)),ct}),go.Shape.defineFigureGenerator("RailShipment",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.1*et,.4*nt,!0);ct.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);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*nt));var vt=new go.PathFigure(.55*et,.4*nt,!0);ct.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 Vt=.05,ne=oe*.05,$t=.175,te=.95,kt=new go.PathFigure(($t-Vt)*et,te*nt,!0);ct.add(kt),kt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(te-Vt)*nt,($t-Vt)*et,(te-ne)*nt,($t-ne)*et,(te-Vt)*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,($t+Vt)*et,te*nt,($t+ne)*et,(te-Vt)*nt,($t+Vt)*et,(te-ne)*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(te+Vt)*nt,($t+Vt)*et,(te+ne)*nt,($t+ne)*et,(te+Vt)*nt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,($t-Vt)*et,te*nt,($t-ne)*et,(te+Vt)*nt,($t-Vt)*et,(te+ne)*nt));var Vt=.05,ne=oe*.05,$t=.375,te=.95,Nt=new go.PathFigure(($t-Vt)*et,te*nt,!0);ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(te-Vt)*nt,($t-Vt)*et,(te-ne)*nt,($t-ne)*et,(te-Vt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,($t+Vt)*et,te*nt,($t+ne)*et,(te-Vt)*nt,($t+Vt)*et,(te-ne)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(te+Vt)*nt,($t+Vt)*et,(te+ne)*nt,($t+ne)*et,(te+Vt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,($t-Vt)*et,te*nt,($t-ne)*et,(te+Vt)*nt,($t-Vt)*et,(te+ne)*nt));var Vt=.05,ne=oe*.05,$t=.625,te=.95,_t=new go.PathFigure(($t-Vt)*et,te*nt,!0);ct.add(_t),_t.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(te-Vt)*nt,($t-Vt)*et,(te-ne)*nt,($t-ne)*et,(te-Vt)*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,($t+Vt)*et,te*nt,($t+ne)*et,(te-Vt)*nt,($t+Vt)*et,(te-ne)*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(te+Vt)*nt,($t+Vt)*et,(te+ne)*nt,($t+ne)*et,(te+Vt)*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,($t-Vt)*et,te*nt,($t-ne)*et,(te+Vt)*nt,($t-Vt)*et,(te+ne)*nt));var Vt=.05,ne=oe*.05,$t=.825,te=.95,Le=new go.PathFigure(($t-Vt)*et,te*nt,!0);ct.add(Le),Le.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(te-Vt)*nt,($t-Vt)*et,(te-ne)*nt,($t-ne)*et,(te-Vt)*nt)),Le.add(new go.PathSegment(go.PathSegment.Bezier,($t+Vt)*et,te*nt,($t+ne)*et,(te-Vt)*nt,($t+Vt)*et,(te-ne)*nt)),Le.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(te+Vt)*nt,($t+Vt)*et,(te+ne)*nt,($t+ne)*et,(te+Vt)*nt)),Le.add(new go.PathSegment(go.PathSegment.Bezier,($t-Vt)*et,te*nt,($t-ne)*et,(te+Vt)*nt,($t-Vt)*et,(te+ne)*nt).close());var de=new go.PathFigure(0,nt,!1);return ct.add(de),de.add(new go.PathSegment(go.PathSegment.Line,et,nt).close()),ct}),go.Shape.defineFigureGenerator("Warehouse",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.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);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt).close());var vt=new go.PathFigure(.15*et,nt,!0);ct.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,Nt=oe*.05,_t=.35,Vt=.775,ne=new go.PathFigure((_t-kt)*et,Vt*nt,!0);return ct.add(ne),ne.add(new go.PathSegment(go.PathSegment.Bezier,_t*et,(Vt-kt)*nt,(_t-kt)*et,(Vt-Nt)*nt,(_t-Nt)*et,(Vt-kt)*nt)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(_t+kt)*et,Vt*nt,(_t+Nt)*et,(Vt-kt)*nt,(_t+kt)*et,(Vt-Nt)*nt)),ne.add(new go.PathSegment(go.PathSegment.Bezier,_t*et,(Vt+kt)*nt,(_t+kt)*et,(Vt+Nt)*nt,(_t+Nt)*et,(Vt+kt)*nt)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(_t-kt)*et,Vt*nt,(_t-Nt)*et,(Vt+kt)*nt,(_t-kt)*et,(Vt+Nt)*nt).close()),ct}),go.Shape.defineFigureGenerator("ControlCenter",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("Bluetooth",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.75*nt,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("Bookmark",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.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)),ct}),go.Shape.defineFigureGenerator("Bookmark",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.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)),ct}),go.Shape.defineFigureGenerator("Globe",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("Wave",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.25*nt,!1);return ct.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)),ct}),go.Shape.defineFigureGenerator("Operator",function(Ft,et,nt){var ct=new go.Geometry,lt=.3,pt=oe*.3,vt=.5,kt=.7,Nt=new go.PathFigure((vt-lt)*et,kt*nt,!0);ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Nt.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 _t=new go.PathFigure(0,.7*nt,!1);return ct.add(_t),_t.add(new go.PathSegment(go.PathSegment.Bezier,et,.7*nt,0,0,et,0)),ct}),go.Shape.defineFigureGenerator("TripleFanBlades",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);return ct.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)),ct}),go.Shape.defineFigureGenerator("CentrifugalPump",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,0,!0);return ct.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)),ct}),go.Shape.defineFigureGenerator("Battery",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);ct.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 ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Move,0,.4*nt)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.4*nt)),ct}),go.Shape.defineFigureGenerator("Delete",function(Ft,et,nt){var ct=new go.Geometry,lt=.5,pt=oe*.5,vt=.5,kt=.5,Nt=new go.PathFigure((vt-lt)*et,kt*nt,!0);ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Nt.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 _t=new go.PathFigure(.15*et,.5*nt,!1);return ct.add(_t),_t.add(new go.PathSegment(go.PathSegment.Line,.85*et,.5*nt)),ct}),go.Shape.defineFigureGenerator("Flag",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.1*nt,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("Help",function(Ft,et,nt){var ct=new go.Geometry,lt=.5,pt=oe*.5,vt=.5,kt=.5,Nt=new go.PathFigure((vt-lt)*et,kt*nt,!1);ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),Nt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),Nt.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=oe*.05,vt=.5,kt=.8;var _t=new go.PathFigure((vt-lt)*et,kt*nt,!1);return ct.add(_t),_t.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt-lt)*nt,(vt-lt)*et,(kt-pt)*nt,(vt-pt)*et,(kt-lt)*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,kt*nt,(vt+pt)*et,(kt-lt)*nt,(vt+lt)*et,(kt-pt)*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(kt+lt)*nt,(vt+lt)*et,(kt+pt)*nt,(vt+pt)*et,(kt+lt)*nt)),_t.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()),_t.add(new go.PathSegment(go.PathSegment.Move,.5*et,.7*nt)),_t.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*nt,.75*et,.475*nt,.75*et,.225*nt)),_t.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.35*nt,.4*et,.2*nt,.3*et,.25*nt)),ct}),go.Shape.defineFigureGenerator("Location",function(Ft,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(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("Unlocked",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);ct.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 ct.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)),ct}),go.Shape.defineFigureGenerator("Gear",function(Ft,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(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("Map",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.2*nt,!0);return ct.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)),ct}),go.Shape.defineFigureGenerator("Eject",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);ct.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 ct.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()),ct}),go.Shape.defineFigureGenerator("Pencil",function(Ft,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(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*1,nt*1,!1);ct.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);ct.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);ct.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);ct.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 Nt=new go.PathFigure(.5*et,.1*nt,!1);return ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Line,(.046+.15)*et,.3*nt)),Nt.add(new go.PathSegment(go.PathSegment.Line,(1-(.046+.15))*et,.3*nt).close()),ct}),go.Shape.defineFigureGenerator("Staircase",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt*1,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("5Bars",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt*1,!0);ct.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);ct.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);ct.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);ct.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 Nt=new go.PathFigure(et*.816,nt,!0);return ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Line,et*.816,nt*(1-.184*4))),Nt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*(1-.184*5))),Nt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1).close()),ct}),go.Shape.defineFigureGenerator("PC",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.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);ct.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);ct.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);ct.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 Nt=new go.PathFigure(et*1,0,!0);return ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Line,et*.4,0)),Nt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.65)),Nt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.65).close()),ct}),go.Shape.defineFigureGenerator("Plane",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.55*et,nt,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("Key",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*1,nt*.5,!0);return ct.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()),ct}),go.Shape.defineFigureGenerator("FilmTape",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);ct.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);ct.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);ct.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);ct.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 Nt=new go.PathFigure(et*(.11+.24133333*2+.028*2),nt*.1,!1);return ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),nt*.1)),Nt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),nt*.8)),Nt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*2),nt*.8).close()),ct}),go.Shape.defineFigureGenerator("FloppyDisk",function(Ft,et,nt){var ct=new go.Geometry,lt=8,pt=lt*oe,vt=new go.PathFigure(lt,0,!1);ct.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);ct.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 Nt=new go.PathFigure(et*.83,nt*1,!1);ct.add(Nt),Nt.add(new go.PathSegment(go.PathSegment.Line,et*.83,nt*.5)),Nt.add(new go.PathSegment(go.PathSegment.Line,et*.17,nt*.5)),Nt.add(new go.PathSegment(go.PathSegment.Line,et*.17,nt*1).close());var _t=new go.PathFigure(et*.78,nt*.05,!1);return ct.add(_t),_t.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.05)),_t.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.25)),_t.add(new go.PathSegment(go.PathSegment.Line,et*.78,nt*.25).close()),ct}),go.Shape.defineFigureGenerator("SpeechBubble",function(Ft,et,nt){var ct=Ft?Ft.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=15),ct=Math.min(ct,et/3),ct=Math.min(ct,nt/3);var lt=ct*oe,pt=nt*.8,vt=new go.Geometry,kt=new go.PathFigure(ct,0,!0);return vt.add(kt),kt.add(new go.PathSegment(go.PathSegment.Line,et-ct,0)),kt.add(new go.PathSegment(go.PathSegment.Bezier,et,ct,et-lt,0,et,lt)),kt.add(new go.PathSegment(go.PathSegment.Line,et,pt-ct)),kt.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,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,ct,pt)),kt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt-ct,lt,pt,0,pt-lt)),kt.add(new go.PathSegment(go.PathSegment.Line,0,ct)),kt.add(new go.PathSegment(go.PathSegment.Bezier,ct,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(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*0,nt*.45,!0);ct.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 ct.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()),ct}),go.Shape.defineFigureGenerator("Windows",function(Ft,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(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*0,nt*.1,!1);ct.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);ct.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 ct.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()),ct}),go.Shape.defineFigureGenerator("Beaker",function(Ft,et,nt){var ct=new go.Geometry,lt=15,pt=lt*oe,vt=new go.PathFigure(et*.62,nt*.475,!0);return ct.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?(ct.spot1=new go.Spot(0,0,pt,pt),ct.spot2=new go.Spot(1,1,-pt,-pt)):(ct.spot1=go.Spot.TopLeft,ct.spot2=go.Spot.BottomRight),ct}),go.Shape.defineFigureGenerator("Download",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*0,nt*1,!0);ct.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 ct.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()),ct}),go.Shape.defineFigureGenerator("Bin",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*0,nt*1,!0);ct.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()),ct}),go.Shape.defineFigureGenerator("Upload",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*0,nt*1,!0);ct.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 ct.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()),ct}),go.Shape.defineFigureGenerator("EmptyDrink",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*.15,nt*0,!1);return ct.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()),ct}),go.Shape.defineFigureGenerator("Drink",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*.15,nt*0,!1);ct.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 ct.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()),ct}),go.Shape.defineFigureGenerator("4Arrows",function(Ft,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*.5,nt*0,!0);return ct.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()),ct}),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")},80727: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 gn={},Xn="5.0",Zt={},Ct=null,he=!1,be=!1,Ye=null,ae=!1,le=null,oe=null,Ze=0;Ze<arguments.length;Ze++){var Se=arguments[Ze];if(Se!==null)switch(typeof Se){case"number":Xn=Se.toFixed(1);break;case"string":Se.match(new RegExp("^[0-9]\\.[0-9]+$"))?Xn=Se:Ye=Se;break;case"object":typeof Se.is3D!="undefined"?Ct=Se:Zt=Se;break;case"boolean":he=Se,be=!0;break}}Ct===null&&(Ct={is3D:!1,AV:!1,SV:!1,CV:!1,EV2:!1,CP:!1,PC:!1,DA:!1,FI:!1,PV:!1,macro:!1},Zt.material_id!==void 0&&!be&&(he=!0)),Ye!==null&&Zt.id===void 0&&(Zt.id=Ye);var qt="",Ke="",ee=!1,Ue=null,Ft=null,et=null,nt=!1,ct=null,lt=null,pt=null,vt=null,kt=null;Zt.height!==void 0&&(Zt.height=Math.round(Zt.height)),Zt.width!==void 0&&(Zt.width=Math.round(Zt.width));var Nt=function(je){return parseFloat(je)>4?parseFloat(je):5};gn.setHTML5Codebase=function(je,dn){oe=je,vn(je,dn)},gn.setJavaCodebase=gn.setJavaCodebaseVersion=gn.isCompiledInstalled=gn.setPreCompiledScriptPath=gn.setPreCompiledResourcePath=function(){},gn.setHTML5CodebaseVersion=function(je,dn){var Ln=parseFloat(je);if(Ln!==NaN&&Ln<5){console.log("The GeoGebra HTML5 codebase version "+Ln+" is deprecated. Using version latest instead.");return}le=je,Kt(je,dn)},gn.getHTML5CodebaseVersion=function(){return Ft},gn.getParameters=function(){return Zt},gn.setFontsCSSURL=function(je){vt=je},gn.setGiacJSURL=function(je){},gn.setJNLPFile=function(je){qt=je},gn.setJNLPBaseDir=function(je){},gn.inject=function(){function je(){return window.frameElement&&window.frameElement.getAttribute("data-singleton")}for(var dn="auto",Ln=Zt.id,ri,xn=!1,Zn=0;Zn<arguments.length;Zn++){var ie=arguments[Zn];typeof ie=="string"?(ie=ie.toLowerCase(),ie.match(/^(prefer)?(java|html5|compiled|auto|screenshot)$/)?dn=ie:Ln=arguments[Zn]):typeof ie=="boolean"?xn=ie:ie instanceof HTMLElement&&(ri=ie)}Rn();function Rn(){if(!ae){setTimeout(Rn,200);return}dn=En(dn);var zi=ri||document.getElementById(Ln);if(!zi){console.log("possibly bug on ajax loading? ");return}if(gn.removeExistingApplet(zi,!1),Zt.width===void 0&&zi.clientWidth&&(Zt.width=zi.clientWidth),Zt.height===void 0&&zi.clientHeight&&(Zt.height=zi.clientHeight),!(Zt.width&&Zt.height)&&dn==="html5"&&(delete Zt.width,delete Zt.height),Ue=dn,dn==="screenshot")Ie(zi,Zt);else{var Dt=!1;Zt.hasOwnProperty("playButton")&&Zt.playButton||Zt.hasOwnProperty("clickToLoad")&&Zt.clickToLoad?Dt=!0:Zt.hasOwnProperty("playButtonAutoDecide")&&Zt.playButtonAutoDecide&&(Dt=(!_t()||je())&&Vt()),Dt?(Ue="screenshot",Jn(zi,Zt,xn,dn)):Xe(zi,Zt,xn)}}};function _t(){try{return window.self!==window.top}catch(je){return!0}}function Vt(){return Zt.hasOwnProperty("screenshotGenerator")&&Zt.screenshotGenerator?!1:Math.max(screen.width,screen.height)<800}gn.getViews=function(){return Ct},gn.isJavaInstalled=function(){return!1};var ne=function(je){var dn=function(Zn){var ie=JSON.parse(Zn),Rn=function(Lt){return Lt.type=="G"||Lt.type=="E"},zi=ie.elements?ie.elements.filter(Rn)[0]:ie;if(!zi||!zi.url){Ln();return}Zt.fileName=zi.url,$t(zi.settings||{}),Ct.is3D=!0;var Dt="https://www.geogebra.org/images/";gn.setPreviewImage(ct||zi.previewUrl,Dt+"GeoGebra_loading.png",Dt+"applet_play.png"),je()},Ln=function(){Zt.onError&&Zt.onError(),qn("Error: Fetching material (id "+Zt.material_id+") failed.",Zt)},ri=location.host.match(/(www|stage|beta|groot|alpha).geogebra.(org|net)/)?location.host:"www.geogebra.org",xn="/materials/"+Zt.material_id+"?scope=basic";te("https://"+ri+"/api/proxy.php?path="+encodeURIComponent(xn),dn,Ln)};function $t(je){var dn=["width","height","showToolBar","showMenuBar","showAlgebraInput","allowStyleBar","showResetIcon","enableLabelDrags","enableShiftDragZoom","enableRightClick","appName"];["enableLabelDrags","enableShiftDragZoom","enableRightClick"].forEach(function(Ln){je[Ln]=!!je[Ln]}),dn.forEach(function(Ln){Zt[Ln]===void 0&&je[Ln]!==void 0&&(Zt[Ln]=je[Ln])}),Zt.showToolBarHelp===void 0&&(Zt.showToolBarHelp=Zt.showToolBar)}function te(je,dn,Ln){var ri=new XMLHttpRequest;ri.open("GET",je),ri.onload=function(){dn(ri.responseText)},ri.onerror=Ln,ri.send()}gn.isHTML5Installed=function(){return!0},gn.getLoadedAppletType=function(){return Ue},gn.setPreviewImage=function(je,dn,Ln){ct=je,lt=dn,pt=Ln},gn.removeExistingApplet=function(je,dn){var Ln;typeof je=="string"&&(je=document.getElementById(je)),Ue=null;var ri=null;for(Ln=0;Ln<je.childNodes.length;Ln++){var xn=je.childNodes[Ln],Zn=xn.className;Zn==="applet_screenshot"?dn?(xn.style.display="block",Ue="screenshot"):xn.style.display="none":Zn!=="applet_scaler prerender"&&(je.removeChild(xn),ri=Zn&&Zn.indexOf("appletParameters")!=-1?xn.id:null,Ln--)}var ie=Zt.id!==void 0?Zt.id:ri,Rn=window[ie];Rn&&typeof Rn.getBase64=="function"&&(Rn.remove(),window[ie]=null)},gn.refreshHitPoints=function(){if(Nt(ggbHTML5LoadedCodebaseVersion)>=5)return!0;var je=gn.getAppletObject();return je&&typeof je.recalculateEnvironments=="function"?(je.recalculateEnvironments(),!0):!1},gn.startAnimation=function(){var je=gn.getAppletObject();return je&&typeof je.startAnimation=="function"?(je.startAnimation(),!0):!1},gn.stopAnimation=function(){var je=gn.getAppletObject();return je&&typeof je.stopAnimation=="function"?(je.stopAnimation(),!0):!1},gn.getAppletObject=function(){var je=Zt.id!==void 0?Zt.id:"ggbApplet";return window[je]},gn.resize=function(){};var Le=function(je,dn,Ln){var ri=document.createElement("param");ri.setAttribute("name",dn),ri.setAttribute("value",Ln),je.appendChild(ri)},de=function(je){return je&&je!=="false"},Xe=function(je,dn,Ln){Nt(Ft)<=4.2&&(Ln=!0);var ri=!isRenderGGBElementEnabled&&!scriptLoadStarted;(!isRenderGGBElementEnabled&&!scriptLoadStarted||ggbHTML5LoadedCodebaseVersion!==Ft||ggbHTML5LoadedCodebaseIsWebSimple&&!nt)&&(ri=!0,isRenderGGBElementEnabled=!1,scriptLoadStarted=!1);var xn=document.createElement("div");xn.classList.add("appletParameters","notranslate");var Zn=dn.width,ie=dn.height;if(dn.disableAutoScale=dn.disableAutoScale===void 0?GGBAppletUtils.isFlexibleWorksheetEditor():dn.disableAutoScale,dn.width!==void 0)if(Nt(Ft)<=4.4)de(dn.showToolBar)&&(dn.height-=7),de(dn.showAlgebraInput)&&(dn.height-=37),dn.width<605&&de(dn.showToolBar)&&(dn.width=605,Zn=605);else{var Rn=100;(de(dn.showToolBar)||de(dn.showMenuBar))&&(dn.hasOwnProperty("customToolBar")&&(dn.customToolbar=dn.customToolBar),Rn=de(dn.showMenuBar)?245:155),Zn<Rn&&(dn.width=Rn,Zn=Rn)}xn.style.border="none",xn.style.display="inline-block";for(var zi in dn)dn.hasOwnProperty(zi)&&zi!=="appletOnLoad"&&xn.setAttribute("data-param-"+zi,dn[zi]);vt&&xn.setAttribute("data-param-fontscssurl",vt),gn.resize=function(){GGBAppletUtils.responsiveResize(je,dn)},window.addEventListener("resize",function(nn){gn.resize()});var Dt=typeof dn.appletOnLoad=="function"?dn.appletOnLoad:function(){};if(!Ln&&dn.width!==void 0){dn.hasOwnProperty("showSplash")||xn.setAttribute("data-param-showSplash","false");var Lt=je.querySelector(".applet_scaler.prerender"),xt=Lt!==null;if(xt)var Bt=Lt.querySelector(".ggb_preview");else{var Bt=mi(Zn,ie,dn.borderColor,!1);Lt=document.createElement("div"),Lt.className="applet_scaler",Lt.style.position="relative",Lt.style.display="block",Lt.style.width=Zn+"px",Lt.style.height=ie+"px"}window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(Lt,"66%"),Nt(Ft)>=5?(dn.appletOnLoad=function(nn){var un=je.querySelector(".ggb_preview");un&&un.parentNode.removeChild(un),window.GGBT_spinner&&window.GGBT_spinner.removeSpinner(Lt),window.GGBT_wsf_view&&$(window).trigger("resize"),Dt(nn)},xt||Lt.appendChild(Bt)):xn.appendChild(Bt),Lt.appendChild(xn),xt||je.appendChild(Lt),setTimeout(function(){gn.resize()},1)}else{var zt=document.createElement("div");zt.className="applet_scaler",zt.style.position="relative",zt.style.display="block",zt.appendChild(xn),je.appendChild(zt),dn.appletOnLoad=function(nn){gn.resize(),Dt(nn)}}function Et(nn,un){un&&typeof un.appletOnLoad=="function"&&typeof renderGGBElement=="function"?renderGGBElement(nn,un.appletOnLoad):renderGGBElement(nn),qn("GeoGebra HTML5 applet injected and rendered with previously loaded codebase.",un)}function ve(nn,un){typeof renderGGBElement=="undefined"?(html5AppletsToProcess===null&&(html5AppletsToProcess=[]),html5AppletsToProcess.push({article:nn,params:un}),window.renderGGBElementReady=function(){isRenderGGBElementEnabled=!0,html5AppletsToProcess!==null&&html5AppletsToProcess.length&&(html5AppletsToProcess.forEach(function(Nn){Et(Nn.article,Nn.params)}),html5AppletsToProcess=null)},Nt(Ft)<5&&(nn.className+=" geogebraweb")):Et(nn,un)}if(ri){scriptLoadStarted=!0;for(var we=0;we<xn.childNodes.length;we++){var rn=xn.childNodes[we].tagName;rn==="TABLE"&&(xn.removeChild(xn.childNodes[we]),we--)}if(ggbHTML5LoadedScript!==null){var Qe=document.querySelector('script[src="'+ggbHTML5LoadedScript+'"]');Qe!=null&&Qe.parentNode.removeChild(Qe)}var Te=document.createElement("script"),$e=function(){ve(xn,dn)};Te.src=Ke+et,ggbHTML5LoadedCodebaseIsWebSimple=nt,ggbHTML5LoadedCodebaseVersion=Ft,ggbHTML5LoadedScript=Te.src,qn("GeoGebra HTML5 codebase loaded: '"+Ke+"'.",dn),!oe&&(!le||le=="5.0")?(nt?webSimple.succeeded=webSimple.succeeded||webSimple():web3d.succeeded=web3d.succeeded||web3d(),$e()):Ke.requirejs?__webpack_require__.e(4184).then(function(){var nn=[__webpack_require__(74620)];$e.apply(null,nn)}.bind(this)).catch(__webpack_require__.oe):(Te.onload=$e,je.appendChild(Te))}else ve(xn,dn);dn.height=ie,dn.width=Zn},Ie=function(je,dn,Ln){var ri=mi(dn.width,dn.height,dn.borderColor,Ln),xn=document.createElement("div");xn.style.position="relative",xn.style.display="block",xn.style.width=dn.width+"px",xn.style.height=dn.height+"px",xn.className="applet_screenshot applet_scaler"+(Ln?" applet_screenshot_play":""),xn.appendChild(ri);var Zn=GGBAppletUtils.getScale(dn,je,Ln);Ln?(je.appendChild(Tn()),window.GGBT_wsf_view||(je.style.position="relative")):window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(xn,"66%"),je.appendChild(xn),Zn!==1&&!isNaN(Zn)&&(GGBAppletUtils.scaleElement(xn,Zn),xn.style.width=dn.width+"px",xn.style.height=dn.height+"px",xn.parentNode.style.width=dn.width*Zn+"px",xn.parentNode.style.height=dn.height*Zn+"px"),gn.resize=function(){ln(je,ri,xn,Ln)},window.addEventListener("resize",function(ie){gn.resize()}),gn.resize()};function ln(je,dn,Ln,ri){if(je.contains(dn)){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(je.id!=="fullscreencontent")return;window.GGBT_wsf_view.setCloseBtnPosition(je)}var xn=GGBAppletUtils.getScale(Zt,je,ri);Ln.parentNode!==null&&(!isNaN(xn)&&xn!==1?(GGBAppletUtils.scaleElement(Ln,xn),Ln.parentNode.style.width=Zt.width*xn+"px",Ln.parentNode.style.height=Zt.height*xn+"px"):(GGBAppletUtils.scaleElement(Ln,1),Ln.parentNode.style.width=Zt.width+"px",Ln.parentNode.style.height=Zt.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&GGBAppletUtils.positionCenter(je),typeof window.GGBT_ws_header_footer=="object"&&window.GGBT_ws_header_footer.setWsScrollerHeight()}}gn.onExitFullscreen=function(je,dn){dn.appendChild(je)};var Jn=function(je,dn,Ln,ri){Ie(je,dn,!0);for(var xn=function(){var Rn=[];for(ie=0;ie<je.childNodes.length;ie++)Rn.push(je.childNodes[ie]);if(window.GGBT_wsf_view){var zi=window.GGBT_wsf_view.renderFullScreen(je,dn.id),Dt=document.getElementById("fullscreencontainer"),Lt=jQuery(je).find(".fullscreencontent");Lt.length>0?(zi.remove(),Lt.attr("id","fullscreencontent").show(),jQuery(Dt).append(Lt),window.dispatchEvent(new Event("resize"))):Xe(zi,dn,!1),window.GGBT_wsf_view.launchFullScreen(Dt)}else Ue=ri,Xe(je,dn,!1);if(!window.GGBT_wsf_view)for(ie=0;ie<Rn.length;ie++)je.removeChild(Rn[ie])},Zn=je.getElementsByClassName("ggb_preview_play"),ie=0;ie<Zn.length;ie++)Zn[ie].addEventListener("click",xn,!1),Zn[ie].addEventListener("ontouchstart",xn,!1);typeof window.ggbAppletPlayerOnload=="function"&&window.ggbAppletPlayerOnload(je),Vt()&&window.GGBT_wsf_view&&$(".wsf-element-fullscreen-button").remove()},Tn=function(){var je=document.createElement("div");if(je.className="ggb_preview_play icon-applet-play",!window.GGBT_wsf_view){var dn='.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");}',Ln=document.createElement("style");Ln.styleSheet?Ln.styleSheet.cssText=dn:Ln.appendChild(document.createTextNode(dn)),document.getElementsByTagName("head")[0].appendChild(Ln)}return je},mi=function(je,dn,Ln,ri){var xn=document.createElement("div");xn.className="ggb_preview",xn.style.position="absolute",xn.style.zIndex="90",xn.style.width=je-2+"px",xn.style.height=dn-2+"px",xn.style.top="0px",xn.style.left="0px",xn.style.overflow="hidden",xn.style.backgroundColor="white";var Zn="lightgrey";Ln!==void 0&&(Ln==="none"?Zn="transparent":Zn=Ln),xn.style.border="1px solid "+Zn;var ie=document.createElement("img");if(ie.style.position="relative",ie.style.zIndex="1000",ie.style.top="-1px",ie.style.left="-1px",ct!==null&&ie.setAttribute("src",ct),ie.style.opacity=.7,lt!==null){var Rn,zi,Dt;if(!ri){Rn=document.createElement("img"),Rn.style.position="absolute",Rn.style.zIndex="1001",Rn.style.opacity=1,ie.style.opacity=.3,zi=360,zi>je/4*3&&(zi=je/4*3),Dt=zi/5.8,Rn.setAttribute("src",lt),Rn.setAttribute("width",zi),Rn.setAttribute("height",Dt);var Lt=(je-zi)/2,xt=(dn-Dt)/2;Rn.style.left=Lt+"px",Rn.style.top=xt+"px",xn.appendChild(Rn)}}return xn.appendChild(ie),xn},En=function(je){return je=je.toLowerCase(),je==="html5"||je==="screenshot"?je:"html5"},ue=["web","webSimple","web3d","tablet","tablet3d","phone"],Kt=function(je,dn){if(Ft=je,dn){vn(Ft,!0);return}var Ln=!he;if(Ln){var ri=Nt(Ft);!isNaN(ri)&&ri<4.4&&(Ln=!1)}var xn,Zn;window.location.protocol.substr(0,4)==="http"?xn=window.location.protocol:xn="http:";var ie=Ft.indexOf("//");ie>0?Zn=Ft:ie===0?Zn=xn+Ft:Zn="https://www.geogebra.org/apps/5.2.814.0/";for(var Rn in ue)if(Ft.slice(ue[Rn].length*-1)===ue[Rn]||Ft.slice((ue[Rn].length+1)*-1)===ue[Rn]+"/"){vn(Zn,!1);return}!GGBAppletUtils.isFlexibleWorksheetEditor()&&Ln&&!Ct.is3D&&!Ct.AV&&!Ct.SV&&!Ct.CV&&!Ct.EV2&&!Ct.CP&&!Ct.PC&&!Ct.DA&&!Ct.FI&&!Ct.PV&&!de(Zt.showToolBar)&&!de(Zt.showMenuBar)&&!de(Zt.showAlgebraInput)&&!de(Zt.enableRightClick)&&(!Zt.appName||Zt.appName=="classic")?Zn+="webSimple/":Zn+="web3d/",vn(Zn,!1)},vn=function(je,dn){if(je.requirejs){Ke=je;return}je.slice(-1)!=="/"&&(je+="/"),Ke=je,dn===null&&(dn=je.indexOf("http")===-1),ee=dn,et="web.nocache.js",nt=!1;var Ln=Ke.split("/");Ln.length>1&&(!dn&&Ln[Ln.length-2]==="webSimple"?(et="webSimple.nocache.js",nt=!0):ue.indexOf(Ln[Ln.length-2])>=0&&(et=Ln[Ln.length-2]+".nocache.js")),Ln=je.split("/"),Ft=Ln[Ln.length-3],Ft.substr(0,4)==="test"?Ft=Ft.substr(4,1)+"."+Ft.substr(5,1):(Ft.substr(0,3)==="war"||Ft.substr(0,4)==="beta")&&(Ft="5.0");var ri=parseFloat(Ft);ri!==NaN&&ri<5&&je.indexOf("geogebra.org")>=0&&(console.log("The GeoGebra HTML5 codebase version "+ri+" is deprecated. Using version latest instead."),Kt("5.0",dn))},qn=function(je,dn){window.console&&window.console.log&&(!dn||typeof dn.showLogging=="undefined"||dn.showLogging&&dn.showLogging!=="false")&&console.log(je)};Zt.material_id!==void 0?ne(Qn):Qn();function Qn(){var je=Xn;le!==null?je=le:parseFloat(je)<5&&(je="5.0"),Kt(je,!1),oe!==null&&vn(oe,ee),ae=!0}return gn},GGBAppletUtils=function(){"use strict";function gn(){return window.GGBT_wsf_edit!==void 0}function Xn(ae,le){le!=1?(ae.style.transformOrigin="0% 0% 0px",ae.style.webkitTransformOrigin="0% 0% 0px",ae.style.transform="scale("+le+","+le+")",ae.style.webkitTransform="scale("+le+","+le+")",ae.style.maxWidth="initial",ae.querySelector(".ggb_preview")!==null&&(ae.querySelector(".ggb_preview").style.maxWidth="initial"),ae.querySelectorAll(".ggb_preview img")[0]!==void 0&&(ae.querySelectorAll(".ggb_preview img")[0].style.maxWidth="initial"),ae.querySelectorAll(".ggb_preview img")[1]!==void 0&&(ae.querySelectorAll(".ggb_preview img")[1].style.maxWidth="initial")):(ae.style.transform="none",ae.style.webkitTransform="none")}function Zt(ae,le,oe,Ze,Se,qt){var Ke=null;if(qt!=null&&qt!="")for(var ee=ae.parentNode;ee!=null;)if((" "+ee.className+" ").indexOf(" "+qt+" ")>-1){Ke=ee;break}else ee=ee.parentNode;var Ue=0,Ft=0,et=0,nt=0,ct=0,lt=0,pt=0;if(Ke)Ue=Ke.offsetWidth,Ft=Math.max(Ze?Ke.offsetWidth:0,Ke.offsetHeight);else{if(window.innerWidth&&document.documentElement.clientWidth?(Ue=Math.min(window.innerWidth,document.documentElement.clientWidth),Ft=Math.min(window.innerHeight,document.documentElement.clientHeight),et=Ue):(Ue=window.innerWidth,Ft=window.innerHeight,et=window.innerWidth),ae){var vt=ae.getBoundingClientRect();vt.left>0&&vt.left<=Ue&&(Se===void 0||!Se)&&(document.dir==="rtl"?(ct=Ue-vt.width-vt.left,lt=et<=480?10:30):(lt=vt.left,ct=et<=480?10:30),nt=lt+ct)}if(ae&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){var kt=ae.getBoundingClientRect();window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(nt=40,pt=0):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(nt=0,pt=40)}}return ae&&((oe===void 0||!oe)&&le>0&&le+nt<Ue?Ue=le:Ue-=nt,typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(oe===void 0||!oe)&&(Ft-=pt)),{width:Ue,height:Ft}}function Ct(ae,le,oe,Ze,Se){if(ae.isScreenshoGenerator)return 1;var qt=Ze!==void 0&&Ze,Ke=ae.noScaleMargin!=null&&ae.noScaleMargin,ee=function(kt){return kt&&kt!=="false"},Ue=ee(ae.autoHeight),Ft=Zt(le,ae.width,oe,Ue,qt&&window.GGBT_wsf_view||Ke,Se),et=parseInt(Ft.width),nt=ae.width,ct=ae.height;if(nt===void 0){var lt=le.querySelector(".appletParameters");lt&&(nt=lt.offsetWidth,ct=lt.offsetHeight)}var pt=et/nt,vt=qt?1:Ft.height/ct;return oe!==void 0&&!oe&&(pt=Math.min(1,pt),vt=Math.min(1,vt)),Math.min(pt,vt)}function he(ae,le,oe){var Ze=1,Se,qt=!1;if(ae.hasOwnProperty("allowUpscale")&&(qt=ae.allowUpscale),ae.hasOwnProperty("scale")&&(Ze=parseFloat(ae.scale),(isNaN(Ze)||Ze===null||Ze===0)&&(Ze=1),Ze>1&&(qt=!0)),le&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(qt=!0),!(ae.hasOwnProperty("disableAutoScale")&&ae.disableAutoScale))Se=Ct(ae,le,qt,oe,ae.scaleContainerClass);else return Ze;return qt&&(!ae.hasOwnProperty("scale")||Ze===1)?Se:Math.min(Ze,Se)}function be(ae){var le=Math.min(window.innerWidth,document.documentElement.clientWidth),oe=Math.min(window.innerHeight,document.documentElement.clientHeight),Ze=ae.getBoundingClientRect(),Se=(le-Ze.width)/2,qt=(oe-Ze.height)/2;qt<0&&(qt=0),ae.style.position="relative",window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(Se<40?ae.style.left="40px":ae.style.left=Se+"px",ae.style.top=qt+"px"):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(qt<40?ae.style.top="40px":ae.style.top=qt+"px",ae.style.left=Se+"px")}function Ye(ae,le){var oe=ae.querySelector(".appletParameters");if(oe){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(le.id!==oe.getAttribute("data-param-id"))return;window.GGBT_wsf_view.setCloseBtnPosition(ae)}if(oe.parentElement&&/fullscreen/.test(oe.parentElement.className))return;var Ze=he(le,ae);gn()&&oe.setAttribute("data-param-scale",Ze);for(var Se=null,qt=0;qt<ae.childNodes.length;qt++)if(ae.childNodes[qt].className!==void 0&&ae.childNodes[qt].className.match(/^applet_scaler/)){Se=ae.childNodes[qt];break}if(Se!==null&&Se.querySelector(".noscale")!==null)return;var Ke=le.id!==void 0?le.id:"ggbApplet",ee=window[Ke];(ee==null||!ee.recalculateEnvironments)&&Se!==null&&!Se.className.match(/fullscreen/)&&(Se.parentNode.style.transform="",!isNaN(Ze)&&Ze!==1?(Se.parentNode.style.width=le.width*Ze+"px",Se.parentNode.style.height=le.height*Ze+"px",Xn(Se,Ze)):(Xn(Se,1),Se.parentNode.style.width=le.width+"px",Se.parentNode.style.height=le.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&be(ae),window.GGBT_wsf_view&&!window.GGBT_wsf_view.isFullscreen()&&window.GGBT_wsf_general.adjustContentToResize($(oe).parents(".content-added-content"))}}return{responsiveResize:Ye,isFlexibleWorksheetEditor:gn,positionCenter:be,getScale:he,scaleElement:Xn}}();__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 gn=n.location.search;return gn.indexOf(J)!=-1||gn.indexOf(K)!=-1}function q(gn,Xn){}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(gn){var Xn=s[L].bindings;s[L].bindings=function(){for(var Zt=Xn?Xn():{},Ct=gn[webModule.__softPermutationId],he=O;he<Ct.length;he++){var be=Ct[he];Zt[be[O]]=be[P]}return Zt}};var t;function u(){return v(),t}function v(){if(!t){var gn=o.createElement(Q);if(gn.id=L,gn.style.cssText=R+S,gn.tabIndex=-1,o.body.appendChild(gn),t=gn.contentWindow.document,navigator.userAgent.indexOf(T)==-1){t.open();var Xn=document.compatMode==U?V:W;t.write(Xn+X),t.close()}}}function w(gn){function Xn(Ct){function he(){return typeof o.readyState==Y?typeof o.body!=Y&&o.body!=null:/loaded|complete/.test(o.readyState)}var be=he();if(be){Ct();return}function Ye(){if(!be){if(!he())return;be=!0,Ct(),o.removeEventListener&&o.removeEventListener(Z,Ye,!1),ae&&clearInterval(ae)}}o.addEventListener&&o.addEventListener(Z,Ye,!1);var ae=setInterval(function(){Ye()},$)}function Zt(Ct){var he=u(),be=he.body,Ye=he.createElement(_);Ye.language=ab,Ye.crossOrigin=W,Ye.src=Ct,webModule.__errFn&&(Ye.onerror=function(){webModule.__errFn(L,new Error(bb+Ct))}),be.appendChild(Ye)}Xn(function(){Zt(gn)})}webModule.__startLoadingFragment=function(gn){return C(gn)},webModule.__installRunAsyncCode=function(gn){var Xn=u(),Zt=Xn.body,Ct=Xn.createElement(_);Ct.language=ab,Ct.text=gn,Zt.appendChild(Ct),Zt.removeChild(Ct)};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(gn){alert(nb+k+ob)}}else if(j==pb&&(k=i.getAttribute(kb),k))try{e=eval(k)}catch(gn){alert(nb+k+qb)}}}__gwt_getMetaProperty=function(gn){var Xn=c[gn];return Xn==null?null:Xn},r=d,webModule.__errFn=e}function B(){function gn(ae){var le=ae.lastIndexOf(rb);le==-1&&(le=ae.length);var oe=ae.indexOf(sb);oe==-1&&(oe=ae.length);var Ze=ae.lastIndexOf(tb,Math.min(oe,le));return Ze>=O?ae.substring(O,Ze+P):W}function Xn(ae){if(!ae.match(/^\w+:\/\//)){var le=o.createElement(ub);le.src=ae+vb,ae=gn(le.src)}return ae}function Zt(){var ae=__gwt_getMetaProperty(wb);return ae!=null?ae:W}function Ct(){for(var ae=o.getElementsByTagName(_),le=O;le<ae.length;++le)if(ae[le].src.indexOf(xb)!=-1)return gn(ae[le].src);return W}function he(){var ae=o.getElementsByTagName(yb);return ae.length>O?ae[ae.length-P].href:W}function be(){var ae=o.location;return ae.href==ae.protocol+zb+ae.host+ae.pathname+ae.search+ae.hash}var Ye=Zt();return Ye==W&&(Ye=Ct()),Ye==W&&(Ye=he()),Ye==W&&be()&&(Ye=gn(o.location.href)),Ye=Xn(Ye),Ye}function C(gn){return gn.match(/^\//)||gn.match(/^[a-zA-Z]+:\/\//)?gn:webModule.__moduleBase+gn}function D(){var gn=[],Xn=O,Zt=[],Ct=[];function he(ae){var le=Ct[ae](),oe=Zt[ae];if(le in oe)return le;var Ze=[];for(var Se in oe)Ze[oe[Se]]=Se;throw r&&r(ae,Ze,le),null}if(__gwt_isKnownPropertyValue=function(ae,le){return le in Zt[ae]},webModule.__getPropMap=function(){var ae={};for(var le in Zt)Zt.hasOwnProperty(le)&&(ae[le]=he(le));return ae},webModule.__computePropValue=he,n.__gwt_activeModules[L].bindings=webModule.__getPropMap,p())return C(Bb);var be;try{be=Cb;var Ye=be.indexOf(Db);Ye!=-1&&(Xn=parseInt(be.substring(Ye+P),$),be=be.substring(O,Ye))}catch(ae){}return webModule.__softPermutationId=Xn,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})()},77903:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Ax:function(){return Ye},Ds:function(){return ae},KI:function(){return oe},SI:function(){return be},f1:function(){return he}});var Ct=Zt(3294);function he(Ze){let Se=!0;if(Ze.length>0){for(let qt=0;qt<Ze.length;qt++)if(Ze[qt].compile_success==0||!Ze[qt].compile_success){Se=!1;break}}else Se=!1;return Se}function be(Ze,Se=""){let qt=[];for(let Ke=0;Ke<Ze.length;Ke++){let ee=Ze[Ke],Ue=Se?`${Se}/${ee.name}`:`${ee.name}`;qt.push({title:ee.name,type:ee.type,isLeaf:ee.type!=="tree",key:Ue})}return qt}function Ye(Ze,Se,qt){for(let Ke=0;Ke<Ze.length;Ke++){let ee=Ze[Ke];if(ee.key===Se){ee.children=qt;break}ee.children&&Ye(ee.children,Se,qt)}return Ze}function ae(Ze,Se,qt){let Ke;return function(){let ee=this,Ue=arguments,Ft=function(){Ke=null,qt||Ze.apply(ee,Ue)},et=qt&&!Ke;clearTimeout(Ke),Ke=setTimeout(Ft,Se),et&&Ze.apply(ee,Ue)}}const le=!0,oe=Ct.Z.API_SERVER},10672:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return Se}});var Ct=Zt(59301),he=Zt(37568),be=Zt(96599),Ye=Zt(6767),ae={flex:"flex___eLcnP",flex1:"flex1___yUTT7",color666:"color666___TiUhG",error:"error___gTTtv",deleteIcon:"deleteIcon___mnZW1",addIcon:"addIcon___JC5NS"},le=Zt(62772);const{TextArea:oe}=he.default;class Ze extends Ct.Component{constructor(Ke){super(Ke),this.state={inputVisible:!1,EditInputIndex:-1}}render(){let{index:Ke,onAnswerChange:ee,addChildAnswer:Ue,exerciseIsPublish:Ft,answers:et,activeOptionErrorIndex:nt,flex:ct="0 0 1000px"}=this.props;console.log("----",et);let{inputVisible:lt,EditInputIndex:pt}=this.state;return Ct.createElement("div",{className:ae.flex},Ct.createElement("div",{className:`${ae.color666} mb5 mt6`,style:{flex:"0 0 90px"}},"\u7B54\u6848(\u586B\u7A7A",Ke+1,"):"),Ct.createElement("div",{style:{border:"1px solid #f6f6f6",flex:1,padding:10}},et==null?void 0:et.map((vt,kt)=>Ct.createElement(Ct.Fragment,null,pt!==kt?(vt==null?void 0:vt.length)>0?Ct.createElement(be.default,{className:"edit-tag",key:vt,closable:!((et==null?void 0:et.length)===1&&kt===0),onClose:Nt=>{Nt.preventDefault(),(et==null?void 0:et.length)===1&&kt===0?this.props.deleteChildAnswermain(Ke,kt):this.props.deleteChildAnswer(Ke,kt)}},Ct.createElement("span",{onDoubleClick:Nt=>{this.setState({EditInputIndex:kt}),Nt.preventDefault()}},vt)):Ct.createElement(he.default,{defaultValue:vt,style:{width:78,marginRight:8,height:24,verticalAlign:"top"},onBlur:Nt=>{if(Nt.target.value.replaceAll(" ","").length<=0){Ye.ZP.info("\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7EAF\u7A7A\u683C");return}ee(Ke,kt,Nt.target.value),this.setState({EditInputIndex:-1,inputVisible:!1})}}):Ct.createElement(he.default,{defaultValue:vt,style:{width:78,marginRight:8,height:24,verticalAlign:"top"},onBlur:Nt=>{if(Nt.target.value.replaceAll(" ","").length<=0){Ye.ZP.info("\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7EAF\u7A7A\u683C");return}ee(Ke,kt,Nt.target.value),this.setState({EditInputIndex:-1,inputVisible:!1})}}))),!lt&&Ct.createElement(be.default,{className:"site-tag-plus",onClick:()=>{Ue(Ke),this.setState({inputVisible:!0})}},Ct.createElement(le.Z,null)," \u65B0\u589E\u7B54\u6848")))}}var Se=Ze},65158:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return Ft}});var Ct=Zt(59301),he=Zt(12290),be=Object.defineProperty,Ye=Object.defineProperties,ae=Object.getOwnPropertyDescriptors,le=Object.getOwnPropertySymbols,oe=Object.prototype.hasOwnProperty,Ze=Object.prototype.propertyIsEnumerable,Se=(et,nt,ct)=>nt in et?be(et,nt,{enumerable:!0,configurable:!0,writable:!0,value:ct}):et[nt]=ct,qt=(et,nt)=>{for(var ct in nt||(nt={}))oe.call(nt,ct)&&Se(et,ct,nt[ct]);if(le)for(var ct of le(nt))Ze.call(nt,ct)&&Se(et,ct,nt[ct]);return et},Ke=(et,nt)=>Ye(et,ae(nt)),ee=(et,nt,ct)=>Se(et,typeof nt!="symbol"?nt+"":nt,ct);const Ue="\u2581";class Ft extends Ct.Component{constructor(){super(...arguments),ee(this,"getChCountBeforeCursor",(nt,ct)=>{const lt=ct.line;let pt=0;for(let kt=0;kt<lt;kt++)pt+=nt.getLine(kt).split(Ue).length-1;const vt=nt.getLine(lt).substring(0,ct.ch);return pt+=vt.split(Ue).length-1,pt}),ee(this,"onCMBeforeChange",(nt,ct)=>{const lt=nt.getRange(ct.from,ct.to);let pt=0;if(ct.text.forEach(vt=>{pt+=vt.split(Ue).length-1}),lt&<.indexOf(Ue)!=-1){const vt=lt.split(Ue).length-1,kt=this.getChCountBeforeCursor(nt,ct.from);console.log(`\u5220\u9664${vt}\u4E2A\uFF0C \u4E4B\u524D\u6709${kt}\u4E2A\uFF0C\u65B0\u589E${pt}\u4E2A`),this.props.deleteEmptyDisabled?ct.cancel():this.props.onPlaceholderChange&&this.props.onPlaceholderChange(kt,vt,pt)}else if(pt){const vt=this.getChCountBeforeCursor(nt,ct.from);console.log(`\u65B0\u589E${pt}\u4E2A\uFF0C\u4E4B\u524D\u6709${vt}\u4E2A`),this.props.onPlaceholderChange&&this.props.onPlaceholderChange(vt,0,pt)}})}render(){return Ct.createElement(he.Z,Ke(qt({},this.props),{onCMBeforeChange:this.onCMBeforeChange}))}}},73524:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return Ke}});var Ct=Zt(59301),he={imageDimensions:"imageDimensions___a7crR",img:"img___Kroat",fullWidth:"fullWidth___c492T"},be=Zt(92310),Ye=Zt.n(be),ae=Zt(29787),le=Zt(2859),oe=Zt(99064),Ze=Zt(955),Se=(ee,Ue,Ft)=>new Promise((et,nt)=>{var ct=vt=>{try{pt(Ft.next(vt))}catch(kt){nt(kt)}},lt=vt=>{try{pt(Ft.throw(vt))}catch(kt){nt(kt)}},pt=vt=>vt.done?et(vt.value):Promise.resolve(vt.value).then(ct,lt);pt((Ft=Ft.apply(ee,Ue)).next())}),Ke=({data:ee,className:Ue,fullWidth:Ft,style:et={},onClose:nt,onOk:ct,showFullTools:lt,noAssociationId:pt})=>{const vt=(0,Ct.useRef)(null),kt=(0,Ct.useRef)(null),Nt=(0,Ct.useRef)(null),_t=(0,Ct.useRef)(null),[Vt,ne]=(0,Ct.useState)(!1),[$t,te]=(0,Ct.useState)("\u6B63\u5728\u52A0\u8F7D\u4E2D");(0,Ct.useEffect)(()=>(Nt.current||(Nt.current=document.createElement("style"),document.head.appendChild(Nt.current)),ee!=null&&ee.visible?(document.body.setAttribute("data-custom","y-hidden"),Nt.current.innerHTML=" html { overflow-y: hidden; }",ee!=null&&ee.src&&Le()):(document.body.removeAttribute("data-custom"),Nt.current&&(document.head.removeChild(Nt.current),Nt.current=null)),()=>{document.body.removeAttribute("data-custom"),Nt.current&&(document.head.removeChild(Nt.current),Nt.current=null)}),[ee==null?void 0:ee.visible]);const Le=()=>Se(void 0,null,function*(){ne(!0),te("\u6B63\u5728\u52A0\u8F7D\u4E2D");const ln=yield(0,Ze.ZJ)(ee==null?void 0:ee.src);vt.current.src="",vt.current.src=ln,vt.current.onload=function(){Ie()},ne(!1),te("")}),de=ln=>Se(void 0,null,function*(){ne(!0),te("\u6B63\u5728\u4FDD\u5B58\u4E2D");const Jn=yield(0,oe.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:ee.title,file:ln.dataUrl}});Jn!=null&&Jn.id&&!pt?(yield(0,oe.ZP)(`/api/attachments/${ee.id}/add_subitem.json`,{method:"post",body:{subitem_id:Jn==null?void 0:Jn.id,settings:JSON.stringify(ln.state)}})).status===0&&ct():Jn!=null&&Jn.id&&ct(Jn),ne(!1),te("")}),Xe=()=>{const ln=document.querySelector('a[href="https://markerjs.com/"]');ln&&ln.parentNode&&(ln.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(Tn=>{const mi=document.querySelector(Tn.name);mi&&mi.setAttribute("title",Tn.title)})},Ie=()=>{kt.current=new le.hP(vt.current),kt.current.targetRoot=_t.current,kt.current.addEventListener("render",de),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(),ee!=null&&ee.snapshotData&&kt.current.restoreState(ee.snapshotData),setTimeout(()=>{window.scrollTo(0,0),Xe()},300)};return Ct.createElement(Ct.Fragment,null,(ee==null?void 0:ee.visible)&&Ct.createElement(ae.Z,{spinning:Vt,tip:$t,style:{position:"absolute",width:"100vw"}},Ct.createElement("div",{ref:_t,className:Ye()(he.imageDimensions,Ue,Ft?he.fullWidth:""),style:et},Ct.createElement("img",{className:he.img,ref:vt}))))}},41588:function(gn,Xn,Zt){"use strict";var Ct=Zt(59301),he=Zt(77019),be=Zt(5269),Ye=Zt(20554),ae=Zt(99571),le=Zt(85149),oe=Zt(88010),Ze=Zt(48136),Se=Zt(59301);const qt=(0,Ct.forwardRef)(({callback:Ke,showSaveButton:ee,value:Ue=""},Ft)=>{const et=(0,Ct.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 "}]}]}],ct=[{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:Se.createElement(he.Z,{className:oe.Z.lists,gutter:[10,10]},nt.map((kt,Nt)=>Se.createElement(be.Z,{flex:"110px",className:oe.Z.item},Se.createElement("div",null,Se.createElement(le.Z,{value:`$$${kt.value}$$`}),kt.name),Se.createElement("div",{className:oe.Z.children},kt.children.map((_t,Vt)=>Se.createElement("div",{key:Vt},Se.createElement("h1",null,_t.name),Se.createElement(he.Z,{gutter:[10,10]},_t.data.map((ne,$t)=>Se.createElement(be.Z,{key:$t,onClick:()=>lt(ne),className:oe.Z.diamond},Se.createElement(le.Z,{value:"`$$"+ne.value+"$$`"}))))))))))},{key:"2",label:"\u516C\u5F0F\u6A21\u677F",children:Se.createElement(he.Z,{className:oe.Z.lists,gutter:[10,10]},ct.map((kt,Nt)=>Se.createElement(be.Z,{flex:"110px",className:oe.Z.item},Se.createElement("div",null,Se.createElement(le.Z,{value:"`$$"+kt.value+"$$`"}),kt.name),Se.createElement("div",{className:oe.Z.children},kt.children.map((_t,Vt)=>Se.createElement("div",{key:Vt},_t.name&&Se.createElement("h1",null,_t.name),Se.createElement(he.Z,{gutter:[10,10]},_t.data.map((ne,$t)=>Se.createElement(be.Z,{key:$t,onClick:()=>lt(ne),className:oe.Z.diamond},Se.createElement(le.Z,{value:"`$$"+ne.value+"$$`"}))))))))))}],vt=()=>{var kt=document.createElement("div");kt.innerHTML=et.current.getValue();var Nt=kt.innerText;return Ke&&Ke(Nt),Nt};return(0,Ct.useImperativeHandle)(Ft,()=>({getData:vt})),Se.createElement("div",{className:oe.Z.mathWrap},Se.createElement(Ye.default,{defaultActiveKey:"1",items:pt}),Se.createElement("math-field",{locale:"zh_cn",className:oe.Z.mathField,placeholder:"\u8BF7\u6253\u5F00\u952E\u76D8\uFF0C\u8F93\u5165\u516C\u5F0F",ref:et,style:{width:800,marginTop:30,fontSize:18}},Ue||""),ee&&Se.createElement("div",{className:oe.Z.button},Se.createElement(ae.ZP,{size:"large",onClick:vt,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))});Xn.Z=qt},8797:function(gn,Xn,Zt){"use strict";var Ct=Zt(59301),he=Zt(93314),be=Zt(99571),Ye=Object.defineProperty,ae=Object.defineProperties,le=Object.getOwnPropertyDescriptors,oe=Object.getOwnPropertySymbols,Ze=Object.prototype.hasOwnProperty,Se=Object.prototype.propertyIsEnumerable,qt=(Ft,et,nt)=>et in Ft?Ye(Ft,et,{enumerable:!0,configurable:!0,writable:!0,value:nt}):Ft[et]=nt,Ke=(Ft,et)=>{for(var nt in et||(et={}))Ze.call(et,nt)&&qt(Ft,nt,et[nt]);if(oe)for(var nt of oe(et))Se.call(et,nt)&&qt(Ft,nt,et[nt]);return Ft},ee=(Ft,et)=>ae(Ft,le(et));const Ue=({img:Ft,buttonProps:et={},styles:nt={},customText:ct,ButtonText:lt,ButtonClick:pt,Buttonclass:vt,ButtonTwo:kt,imgStyles:Nt,loading:_t=!1,className:Vt=""})=>Ct.createElement("section",{className:`tc animated fadeIn ${Vt}`,style:Ke({color:"#999",margin:"100px auto",visibility:_t?"hidden":"visible"},nt)},Ct.createElement("img",{src:Ft||he,style:ee(Ke({},Nt),{pointerEvents:"none",userSelect:"none"})}),Ct.createElement("p",{className:"mt20 font14"},ct||"\u6682\u65F6\u8FD8\u6CA1\u6709\u76F8\u5173\u6570\u636E\u54E6!"),lt&&Ct.createElement(be.ZP,Ke({className:vt,onClick:pt},et),lt),kt&&kt);Xn.Z=Ue},23210:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return vt}});var Ct=Zt(59301),he={wrp:"wrp___dq7YK",bgBlack:"bgBlack___ARIUV",monaco:"monaco___VnZC3",darkBlue:"darkBlue___UprA9",close:"close___LKoWu",embed:"embed___hvpEJ"},be=Zt(99571),Ye=Zt(70557),ae=Zt(23954),le=Zt(25399),oe=Zt(955),Ze=Zt(94941),Se=Zt(8797),qt=Zt(3294),Ke=Zt(19381),ee=Zt(59301),Ue=Object.defineProperty,Ft=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,nt=Object.prototype.propertyIsEnumerable,ct=(kt,Nt,_t)=>Nt in kt?Ue(kt,Nt,{enumerable:!0,configurable:!0,writable:!0,value:_t}):kt[Nt]=_t,lt=(kt,Nt)=>{for(var _t in Nt||(Nt={}))et.call(Nt,_t)&&ct(kt,_t,Nt[_t]);if(Ft)for(var _t of Ft(Nt))nt.call(Nt,_t)&&ct(kt,_t,Nt[_t]);return kt},pt=(kt,Nt,_t)=>new Promise((Vt,ne)=>{var $t=de=>{try{Le(_t.next(de))}catch(Xe){ne(Xe)}},te=de=>{try{Le(_t.throw(de))}catch(Xe){ne(Xe)}},Le=de=>de.done?Vt(de.value):Promise.resolve(de.value).then($t,te);Le((_t=_t.apply(kt,Nt)).next())}),vt=({editOffice:kt="view",data:Nt,theme:_t,type:Vt,filename:ne,monacoEditor:$t,className:te,style:Le,close:de,onClose:Xe,hasMask:Ie,disabledDownload:ln,onImgDimensions:Jn,showNodata:Tn,recordInfo:mi})=>{const[En,ue]=(0,Ct.useState)("https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt"),[Kt,vn]=(0,Ct.useState)(""),[qn,Qn]=(0,Ct.useState)(),je=window.ENV==="build"?"/react/build":"",dn=location.host.startsWith("localhost")?qt.Z.PROXY_SERVER:qt.Z.API_SERVER,ri=10*(1024*1024),xn=(0,Ct.useRef)();Nt!=null&&Nt.startsWith("/api")&&Vt!=="txt"&&(Nt=qt.Z.API_SERVER+Nt);const Zn=Dt=>Dt.substring(Dt.lastIndexOf("/")+1).split(".").pop();ne&&$t&&($t.filename=ne),(0,Ct.useEffect)(()=>{var Dt,Lt;const xt=(Lt=(Dt=document.cookie)==null?void 0:Dt.replace(/\s/g,""))==null?void 0:Lt.split(";");xt==null||xt.map(Bt=>{let zt=Bt.split("=");zt[0]==="_educoder_session"&&vn(zt[1])})},[]),(0,Ct.useEffect)(()=>{Vt==="office"&&(Nt.indexOf("bigfilescdn.")>-1||Nt.indexOf("bigfiles1")>-1?Qn({url:Nt,fileType:Zn(Nt),model:Nt.indexOf("model=edit")?"edit":"view"}):ie())},[Vt,Nt]);const ie=()=>pt(void 0,null,function*(){console.log("data:",Nt);let Dt=Nt;Nt.startsWith("http")||(Dt=location.origin+Dt);let Lt=new URL(Dt).pathname.split("/").pop();const xt=yield(0,Ze.gJ)({attachment_id:Lt});xt.url=dn+xt.url,Qn(xt)}),Rn=()=>{if(Nt.startsWith("http")||Nt.startsWith("blob:")){zi();return}(0,oe.Sv)(ne||"educoder",Nt,ne)},zi=()=>{mi&&(0,Ke.fc)({id:mi==null?void 0:mi.id,watch_type:1,course_id:mi==null?void 0:mi.course_id}),(0,oe.Nd)(ne||"educoder",decodeURIComponent(Nt))};return ee.createElement("div",{style:lt({},Le||{}),className:`${Ie&&he.bgBlack} ${Vt?he.wrp:"hide"}`},de&&ee.createElement("div",{className:he.close,ref:xn},!!Jn&&ee.createElement(le.Z,{title:"\u70B9\u51FB\u5BF9\u56FE\u7247\u8FDB\u884C\u6279\u6CE8",getPopupContainer:()=>xn.current},ee.createElement("span",{onClick:()=>{Xe(),Jn()}},ee.createElement("i",{className:"icon-yulanpizhu"}))),!ln&&ee.createElement(le.Z,{title:"\u70B9\u51FB\u4E0B\u8F7D\u6B64\u6587\u4EF6",getPopupContainer:()=>xn.current},ee.createElement("span",{onClick:zi},ee.createElement("i",{className:"icon-quxiaozhiding"}))),ee.createElement(le.Z,{title:"\u5173\u95ED",getPopupContainer:()=>xn.current},ee.createElement("span",{className:"",onClick:Xe},ee.createElement("i",{className:"icon-guanbi1"})))),ee.createElement("div",{className:`${he[te]} ${te} ${he.monaco} ${Vt==="txt"?"show":"hide"}`},Vt==="txt"&&ee.createElement(ee.Fragment,null,ee.createElement(ae.ZP,lt({},$t)))),Vt==="audio"&&ee.createElement("audio",{src:`${(Nt==null?void 0:Nt.indexOf("http://"))>-1||(Nt==null?void 0:Nt.indexOf("https://"))>-1?"":"data:audio/mp3;base64,"}${Nt}`,autoPlay:!0}),Vt==="video"&&ee.createElement(ee.Fragment,null,(Nt==null?void 0:Nt.indexOf("http"))>-1?ee.createElement("video",{controls:!0,src:`${Nt}`,autoPlay:!0}):ee.createElement("video",{controls:!0,src:`data:video/mp4;base64,${Nt}`,autoPlay:!0})),Vt==="office"&&qn&&ee.createElement("iframe",{src:`${je}/office.html?key=${qn.key}&url=${btoa(qn.url)}&callbackUrl=${dn+(qn.callbackUrl||"")}&fileType=${qn.fileType}&title=${qn.title||""}&model=${kt}&officeServer=${qt.Z.ONLYOFFICE}&disabledDownload=${!!ln}`}),Vt==="html"&&ee.createElement("iframe",{src:Nt+"&disposition=inline"}),Vt==="pdf"&&ee.createElement("iframe",{src:`${je}/js/pdfview/index.html?filename=${ne||"educoder.pdf"}&url=${encodeURIComponent(Nt)}&disabledDownload=${!!ln}`}),Vt==="image"&&ee.createElement("img",{src:`${(Nt==null?void 0:Nt.indexOf("http://"))>-1||(Nt==null?void 0:Nt.indexOf("https://"))>-1?"":"data:image/png;base64,"}${Nt}`}),(Vt==="other"||Vt==="download")&&ee.createElement(ee.Fragment,null,Tn?ee.createElement(Se.Z,{customText:"\u5F53\u524D\u6587\u4EF6\u4E0D\u652F\u6301\u9884\u89C8\uFF0C\u53EF\u70B9\u51FB\u4E0B\u8F7D\u67E5\u770B",ButtonTwo:ee.createElement(be.ZP,{icon:ee.createElement("i",{className:"iconfont icon-xiazai4 font14"}),type:"primary",size:"middle",onClick:Rn,disabled:ln},"\u4E0B\u8F7D")}):ee.createElement(be.ZP,{type:"primary",size:"middle",onClick:Rn,disabled:ln},ee.createElement(Ye.Z,null),"\u70B9\u51FB\u4E0B\u8F7D")))}},85149:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{z:function(){return Vt},Z:function(){return ne}});var Ct=Zt(59301),he=Zt(50304),be=Zt(24768),Ye=Zt(64018),ae=Zt(79710),le=Zt(3294),oe=Zt(955),Ze=Zt(15342),Se=Zt(1012),qt=Zt(23210),Ke=Zt(59301),Ue=({html:$t})=>{const te=(0,Ct.useRef)(null),Le=(0,Ct.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 36px !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,Ct.useEffect)(()=>{const Xe=te.current.attachShadow({mode:"open"});Le.current=document.createElement("div"),Le.current.className="markdown-body",Le.current.innerHTML=$t,Xe.appendChild(Le.current);const Ie=document.createElement("style");return Ie.textContent=de,Xe.appendChild(Ie),()=>{Xe.innerHTML=""}},[]),(0,Ct.useEffect)(()=>{Le.current&&(Le.current.innerHTML=$t)},[$t]),Ke.createElement("div",{ref:te})},Ft=Object.defineProperty,et=Object.getOwnPropertySymbols,nt=Object.prototype.hasOwnProperty,ct=Object.prototype.propertyIsEnumerable,lt=($t,te,Le)=>te in $t?Ft($t,te,{enumerable:!0,configurable:!0,writable:!0,value:Le}):$t[te]=Le,pt=($t,te)=>{for(var Le in te||(te={}))nt.call(te,Le)&<($t,Le,te[Le]);if(et)for(var Le of et(te))ct.call(te,Le)&<($t,Le,te[Le]);return $t};const vt="@\u2581\u2581@",kt="@\u2581@",Nt=/<pre[^>]*>/g;function _t($t){let te=document.createElement("div");return te.innerHTML=$t,te.childNodes.length===0?"":te.childNodes[0].nodeValue}const Vt=($t,te)=>{$t=$t||"";const Le=/(?: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,Xe=/\(\s+(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,Ie=/(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g;return te?$t.replaceAll("https://www.educoder.net","").replaceAll("https://www-cdn.educoder.net","").replaceAll("//api/attachments","/api/attachments").replace(Le,(ln,Jn,Tn,mi,En,ue,Kt)=>{const vn=Jn||mi||ue,qn=Tn||En||Kt||"?";return le.Z.API_SERVER+"/api/attachments/"+vn+qn+"&t="+(0,oe.Jn)(vn,Date.now())+(ln.indexOf(")")>-1?")":"&")}).replaceAll('src="(','src="').replaceAll("src='(",'src="'):($t=$t.replace(Ie,(ln,Jn,Tn,mi,En,ue,Kt)=>{const vn=Jn||mi||ue,qn=Tn||En||Kt||"?";return le.Z.API_SERVER+"/attachments/download/"+vn+qn+"&t="+(0,oe.Jn)(vn,Date.now())+(ln.indexOf(")")>-1?")":"&")}).replace(Le,(ln,Jn,Tn,mi,En,ue,Kt)=>{const vn=Jn||mi||ue,qn=Tn||En||Kt||"?";return le.Z.API_SERVER+"/api/attachments/"+vn+qn+"&t="+(0,oe.Jn)(vn,Date.now())+(ln.indexOf(")")>-1?")":"&")}).replace(de,(ln,Jn,Tn,mi,En)=>{const ue=Jn||mi,Kt=Tn||En||"";return'"'+le.Z.API_SERVER+"/api/attachments/"+ue+Kt+ue+Kt+"&t="+(0,oe.Jn)(ue,Date.now())}).replace(Xe,(ln,Jn,Tn,mi,En)=>{const ue=Jn||mi,Kt=Tn||En||"";return"("+le.Z.API_SERVER+"/files/uploads/"+ue+Kt+ue+Kt+"&t="+(0,oe.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,`
|
|
`),$t)};var ne=({value:$t="",className:te,showTextOnly:Le,showLines:de,style:Xe={},stylesPrev:Ie={},highlightKeywords:ln,showProgramFill:Jn,isProgramFill:Tn,disabledFill:mi=!1,programFillValue:En,onFillChange:ue=qn=>{},onFillBlur:Kt=()=>{},onFillFocus:vn=()=>{}})=>{let qn=String($t);const[Qn,je]=(0,Ct.useState)(""),[dn,Ln]=(0,Ct.useState)("office"),[ri,xn]=(0,Ct.useState)([]),Zn=(0,Ct.useRef)("a"+(0,Se.Z)()),ie={},Rn=(Te,$e,nn)=>{const un=document.createElement(Te===kt?"input":"textarea");un.style.width="100%",un.style.height=Te===kt?"40px":"151px",un.rows=5,un.spellcheck=!1,un.name="edu-program-fill",un.placeholder="\u8BF7\u8F93\u5165",un.dataset.id=$e;const Nn=Object.keys(ie).length;return ie[Nn]=un,`<span class="edu-program-fill-wrap ${Te===kt?"":"show"}" style="width:${Te===kt?"400px":"100%"}" title=${nn||""}><span>${un.outerHTML}<span class="edu-program-fill-score" style="margin:0 6px"></span></span></span>`};function zi(Te){return Te=Te.replace(/!\[.*?\]\(.*?\)/g,""),Te=Te.replace(/\[.*?\]\(.*?\)/g,""),Te=Te.replace(new RegExp("<iframe.*?<\\/iframe>","gs"),""),Te=Te.replace(/<embed.*?>/g,""),Te=Te.replace(/<img.*?>/g,""),Te=Te.replace(new RegExp("<video.*?>.*?<\\/video>","gs"),""),Te=Te.replace(new RegExp("<audio.*?>.*?<\\/audio>","gs"),""),Te=Te.replace(new RegExp("<style.*?>.*?<\\/style>","gs"),""),Te=Te.replace(new RegExp("<script.*?>.*?<\\/script>","gs"),""),Te}const Dt=Te=>Te.replace(/<style.*?>([\s\S]+?)<\/style>/gim,function($e,nn){let un=nn.replace(/(\n|\r)/g,"").split("}"),Nn=[];return un.map(zn=>{zn!=""&&Nn.push(`.${Zn.current} ${zn}`)}),`<style>${Nn.join("}")}</style>`}),Lt=(0,Ct.useMemo)(()=>{try{const un=/\(\s+\/api\/attachments\/|\(\/api\/attachments\//g,Nn=/\"\/api\/attachments\/|\"\/attachments\/download\//g,zn=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g,cn=/\(\/attachments\/download\//g;qn=qn.replace(cn,"("+le.Z.API_SERVER+"/attachments/download/").replace(un,"("+le.Z.API_SERVER+"/api/attachments/").replace(Nn,'"'+le.Z.API_SERVER+"/api/attachments/").replace(zn,'"'+le.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(un){}if(Jn){let un=-1;return qn=qn.replaceAll("<","<").replaceAll(">",">").replace(/(@▁▁@|@▁@)/g,function(Nn,zn,cn){var Ai;return++un,Rn(Nn,un,(Ai=En==null?void 0:En[un])==null?void 0:Ai.value.replaceAll("<","<").replaceAll(">",">"))}),`<pre style="background:#fff;padding:4px">${Dt(qn||"")}</pre>`}let Te=Dt(qn);Te=(0,be.ZP)(Te);const $e=(0,be.ez)();qn.match(/\[TOC\]/)&&(Te=Te.replace("<p>[TOC]</p>",(0,be.Qv)()),(0,be.Iy)()),Te=Te.replace(/(__special_katext_id_\d+__)/g,(un,Nn)=>{const{type:zn,expression:cn}=$e[Nn];return(0,Ze.renderToString)(_t(cn)||"",{displayMode:zn==="block",throwOnError:!1,output:"html"})}),Te=Te.replace(/▁/g,"\u2581\u2581\u2581\u2581\u2581"),(0,be.AL)();const nn=document.createElement("div");if(nn.innerHTML=Te,Le)return nn.innerText;if(ln){const un=ln.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return Et(nn,un),nn.innerHTML}return setTimeout(()=>rn(),500),nn.innerHTML},[qn,ln]);(0,Ct.useEffect)(()=>{ve.current&&ve.current.querySelectorAll(["input","textarea"]).forEach($e=>{$e.oninput=xt,$e.onblur=Bt,$e.onfocus=zt})},[ri]),(0,Ct.useEffect)(()=>{var Te,$e,nn,un,Nn;if(En!=null&&En.length)try{const zn=ve.current.querySelectorAll(".edu-program-fill-score"),cn=ve.current.querySelectorAll('[name="edu-program-fill"]');for(const[Ai,ki]of cn.entries())ki.value=((Te=En==null?void 0:En[Ai])==null?void 0:Te.value)||"",(($e=En==null?void 0:En[Ai])==null?void 0:$e.type)==="warning"?ki.className="program-fill-warning":((nn=En==null?void 0:En[Ai])==null?void 0:nn.type)==="success"?ki.className="program-fill-success":ki.className="";for(const[Ai,ki]of zn.entries())ki.innerHTML=(un=En==null?void 0:En[Ai])!=null&&un.score?`${(Nn=En==null?void 0:En[Ai])==null?void 0:Nn.score}\u5206`:"";xn(En)}catch(zn){console.log(zn,"error")}},[En]);const xt=Te=>{ri[Te.target.dataset.id]=ri[Te.target.dataset.id]||{},ri[Te.target.dataset.id].value=Te.target.value,xn([...ri]),ue(ri,Te.target.dataset.id)},Bt=Te=>{ri[Te.target.dataset.id]=ri[Te.target.dataset.id]||{},ri[Te.target.dataset.id].value=Te.target.value,xn([...ri]),Kt(ri,Te.target.dataset.id)},zt=Te=>{ri[Te.target.dataset.id]=ri[Te.target.dataset.id]||{},ri[Te.target.dataset.id].value=Te.target.value,xn([...ri]),vn(ri,Te.target.dataset.id)};function Et(Te,$e){return Te.childNodes.forEach(nn=>{var un;if(nn.childNodes.length>0)Et(nn,$e);else if(nn.nodeName!=="IMG")if(nn.innerHTML)nn.innerHTML=(un=nn.innerHTML)==null?void 0:un.replace(new RegExp($e,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>');else{const Nn=document.createElement("span");Nn.innerHTML=nn.textContent.replace(new RegExp($e,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>'),nn.replaceWith(Nn)}})}const ve=(0,Ct.useRef)();be.jb.WebkitLineClamp=de,de&&(Xe=pt(pt({},Xe),be.jb));function we(Te){let $e=Te.target;if($e.tagName.toUpperCase()==="A"){let nn=$e.getAttribute("href");if(nn.indexOf("office")>-1)Te.preventDefault(),je(nn),Ln("office");else if(nn.indexOf("application/pdf")>-1)Te.preventDefault(),je(nn),Ln("pdf");else if(nn.indexOf("text/html")>-1)Te.preventDefault(),je(nn),Ln("html");else if(nn.startsWith("#")){Te.preventDefault();let un=document.getElementById(nn.replace("#",""));un&&un.scrollIntoView(!0)}}}const rn=()=>{var Te;const $e=(Te=ve.current)==null?void 0:Te.querySelectorAll("video");$e==null||$e.forEach(nn=>{if(nn.oncontextmenu=()=>!1,nn.src.indexOf(".m3u8")>-1&&!nn.canPlayType("application/vnd.apple.mpegurl")){if(ae.ZP.isSupported()){var un=new ae.ZP;un.loadSource(nn.src),un.attachMedia(nn)}}})};(0,Ct.useEffect)(()=>{if(ve.current&&Lt&&Lt.match(Nt)&&window.PR.prettyPrint(),ve.current)return ve.current.addEventListener("click",we),()=>{var Te;(Te=ve.current)==null||Te.removeEventListener("click",we),(0,be.AL)(),(0,be.Iy)()}},[Lt,ve.current,we]),(0,Ct.useEffect)(()=>{var Te;const $e=nn=>{nn.preventDefault(),nn.clipboardData.setData("text",window.getSelection().toString())};return(Te=ve.current)==null||Te.addEventListener("copy",$e),()=>{var nn;(nn=ve.current)==null||nn.removeEventListener("copy",$e)}},[ve.current]);const Qe=Te=>/<style[\s\S]*?>/i.test(Te||"");return Ct.createElement(Ct.Fragment,null,Le&&Ct.createElement("div",{ref:ve},Lt),!Le&&!Qe(Lt)&&Ct.createElement("div",{ref:ve,style:pt({},Xe),className:`${te||""} ${mi?"disabled-fill":""} markdown-body ${Zn.current}`,dangerouslySetInnerHTML:{__html:Lt}}),!Le&&Qe(Lt)&&Ct.createElement(Ue,{html:Lt}),Ct.createElement(qt.Z,{close:!0,data:Qn,type:Qn!=null&&Qn.length?dn:"",style:pt({},Ie),onClose:()=>je("")}))}},97692:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{h:function(){return kt}});var Ct=Zt(59301),he=Zt(82326),be=Zt(28284),Ye=Zt(99571),ae=Zt(89780),le=Zt.n(ae),oe=Zt(37036),Ze=Zt(95625),Se=Object.defineProperty,qt=Object.defineProperties,Ke=Object.getOwnPropertyDescriptors,ee=Object.getOwnPropertySymbols,Ue=Object.prototype.hasOwnProperty,Ft=Object.prototype.propertyIsEnumerable,et=(Nt,_t,Vt)=>_t in Nt?Se(Nt,_t,{enumerable:!0,configurable:!0,writable:!0,value:Vt}):Nt[_t]=Vt,nt=(Nt,_t)=>{for(var Vt in _t||(_t={}))Ue.call(_t,Vt)&&et(Nt,Vt,_t[Vt]);if(ee)for(var Vt of ee(_t))Ft.call(_t,Vt)&&et(Nt,Vt,_t[Vt]);return Nt},ct=(Nt,_t)=>qt(Nt,Ke(_t));const lt=he.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"]};Xn.Z=({callback:Nt,onCancel:_t})=>{const[Vt,ne]=(0,Ct.useState)("python");function $t(Le){ne(vt[Le][1])}function te(Le){Nt(Le)}return Ct.createElement(be.default,ct(nt({},pt),{className:"code-block-panel",initialValues:{language:"python",content:""},onFinish:te,style:{width:500}}),Ct.createElement(be.default.Item,{label:"\u4EE3\u7801\u8BED\u8A00",name:"language"},Ct.createElement(he.default,{getPopupContainer:Le=>Le.parentNode,onChange:$t},Object.keys(vt).map(Le=>Ct.createElement(lt,{key:Le,value:Le},vt[Le][0])))),Ct.createElement(be.default.Item,{label:"\u4EE3\u7801\u5185\u5BB9",name:"content",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u4EE3\u7801\u5185\u5BB9"}]},Ct.createElement(kt,{mode:Vt})),Ct.createElement("div",{className:"flex-container flex-end"},Ct.createElement(Ye.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),Ct.createElement(Ye.ZP,{type:"ghost",onClick:_t},"\u53D6\u6D88")))};function kt({value:Nt,onChange:_t,mode:Vt,options:ne={}}){const $t=(0,Ct.useRef)(),[te,Le]=(0,Ct.useState)();return(0,Ct.useEffect)(()=>{if(te){let de=function(Xe){const Ie=Xe.getValue();_t&&_t(Ie)};return te.on("change",de),()=>{te.off("change",de)}}},[te,_t]),(0,Ct.useEffect)(()=>{te&&te.setOption("mode",Vt)},[te,Vt]),(0,Ct.useEffect)(()=>{te&&(Nt!==te.getValue()||Nt==="")&&setTimeout(()=>{te.setValue(Nt||"")},300)},[te,Nt]),(0,Ct.useEffect)(()=>{if($t.current&&!te){const de=le().fromTextArea($t.current,nt({mode:Vt,lineNumbers:!0,lineWrapping:!0,autoCloseBrackets:!0,tabSize:4,autofocus:!0,autoCloseTags:!0,matchBrackets:!0,styleActiveLine:!0},ne));Le(de)}},[$t.current,te]),Ct.createElement("div",{className:"my-codemirror-container"},Ct.createElement("textarea",{ref:$t}))}},12290:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return eo}});var Ct=Zt(59301),he=Zt(89780),be=Zt.n(he),Ye=Zt(76374),ae=Zt(37036),le=Zt(6313),oe=Zt(25717),Ze=Zt(99498),Se=Zt(25419),qt=Zt(67549),Ke=Zt(85149),ee=({value:Oe="",className:Ce,showTextOnly:fe,showLines:Wn,style:yi={}})=>{const Mi=(0,Ct.useMemo)(()=>"",[Oe]);return Ct.createElement(Ct.Fragment,null,Ct.createElement("div",{dangerouslySetInnerHTML:{__html:Mi}}))},Ue=Zt(59301),Ft=Object.defineProperty,et=Object.defineProperties,nt=Object.getOwnPropertyDescriptors,ct=Object.getOwnPropertySymbols,lt=Object.prototype.hasOwnProperty,pt=Object.prototype.propertyIsEnumerable,vt=(Oe,Ce,fe)=>Ce in Oe?Ft(Oe,Ce,{enumerable:!0,configurable:!0,writable:!0,value:fe}):Oe[Ce]=fe,kt=(Oe,Ce)=>{for(var fe in Ce||(Ce={}))lt.call(Ce,fe)&&vt(Oe,fe,Ce[fe]);if(ct)for(var fe of ct(Ce))pt.call(Ce,fe)&&vt(Oe,fe,Ce[fe]);return Oe},Nt=(Oe,Ce)=>et(Oe,nt(Ce));let _t=[{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\u56FE\u50CF",icon:"iconfont icon-shuxuetuxiang2",actionName:"maths-latex"},{title:"\u591A\u884C\u516C\u5F0F",icon:"iconfont icon-jisuan1",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 Vt({onActionCallback:Oe,title:Ce,icon:fe,actionName:Wn,className:yi="",children:Mi}){function on(){Oe(Wn)}return Ue.createElement("a",{title:Ce,className:yi,onClick:on},Ue.createElement("i",{className:`${fe}`}),Mi)}var ne=({watch:Oe,showNullButton:Ce,showNullProgramButton:fe,onActionCallback:Wn,fullScreen:yi,insertTemp:Mi,hidetoolBar:on,extraUse:kn})=>{const Pe=[..._t,{title:`${Oe?"\u5173\u95ED\u5B9E\u65F6\u9884\u89C8":"\u5F00\u542F\u5B9E\u65F6\u9884\u89C8"}`,icon:`${Oe?"md-iconfont icon-eye-slash":"md-iconfont icon-eye"}`,actionName:"trigger-watch"}];return Ue.createElement("ul",{className:"markdown-toolbar-container"},!on&&Pe.map((xe,bn)=>Ue.createElement("li",{key:bn},xe.actionName?Ue.createElement(Vt,Nt(kt({},xe),{onActionCallback:Wn})):Ue.createElement("span",{className:"v-line"}))),Ce?Ue.createElement("li",null,Ue.createElement(Vt,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-null-ch",onActionCallback:Wn},Ue.createElement("span",{className:"fill-tip"},"\u70B9\u51FB\u63D2\u5165\b\u586B\u7A7A\u9879"))):null,fe?Ue.createElement(Ue.Fragment,null,Ue.createElement("li",null,Ue.createElement(Vt,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-signal",onActionCallback:Wn},Ue.createElement("span",{className:"fill-tip"},"+\u5355\u884C\u586B\u7A7A\u9879"))),Ue.createElement("li",null,Ue.createElement(Vt,{icon:"md-iconfont icon-uniE900 insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-multiple",onActionCallback:Wn},Ue.createElement("span",{className:"fill-tip"},"+\u591A\u884C\u586B\u7A7A\u9879")))):null,Mi&&Ue.createElement("li",null,Ue.createElement(Vt,{icon:"md-iconfont icon-edit",className:"btn-null",title:"\u63D2\u5165\u6A21\u677F",actionName:`inster-template-${Mi}`,onActionCallback:Wn},Ue.createElement("span",{className:"fill-tip"},"\u63D2\u5165\u6A21\u677F"))),kn&&Ue.createElement("li",null,kn),Ue.createElement("li",{className:"btn-full-screen"},Ue.createElement(Vt,{icon:`${yi?"md-iconfont icon-shrink":"md-iconfont icon-enlarge"}`,title:yi?"\u5173\u95ED\u5168\u5C4F":"\u5F00\u542F\u5168\u5C4F",actionName:"trigger-full-screen",onActionCallback:Wn})))},$t=Zt(79346),te=Zt(28284),Le=Zt(37568),de=Zt(99571),Xe=Object.defineProperty,Ie=Object.defineProperties,ln=Object.getOwnPropertyDescriptors,Jn=Object.getOwnPropertySymbols,Tn=Object.prototype.hasOwnProperty,mi=Object.prototype.propertyIsEnumerable,En=(Oe,Ce,fe)=>Ce in Oe?Xe(Oe,Ce,{enumerable:!0,configurable:!0,writable:!0,value:fe}):Oe[Ce]=fe,ue=(Oe,Ce)=>{for(var fe in Ce||(Ce={}))Tn.call(Ce,fe)&&En(Oe,fe,Ce[fe]);if(Jn)for(var fe of Jn(Ce))mi.call(Ce,fe)&&En(Oe,fe,Ce[fe]);return Oe},Kt=(Oe,Ce)=>Ie(Oe,ln(Ce));const vn={labelCol:{span:4},wrapperCol:{span:20}};var qn=({callback:Oe,onCancel:Ce})=>{function fe(Wn){Oe(Wn)}return Ct.createElement(te.default,Kt(ue({},vn),{initialValues:{link:"http://",title:""},className:"link-panel",onFinish:fe,style:{width:500}}),Ct.createElement(te.default.Item,{label:"\u94FE\u63A5\u5730\u5740",name:"link",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u5730\u5740"}]},Ct.createElement(Le.default,null)),Ct.createElement(te.default.Item,{label:"\u94FE\u63A5\u6807\u9898",name:"title",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u6807\u9898"}]},Ct.createElement(Le.default,null)),Ct.createElement("div",{className:"flex-container flex-end"},Ct.createElement(de.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),Ct.createElement(de.ZP,{type:"ghost",onClick:Ce},"\u53D6\u6D88")))},Qn=Zt(97692),je=Zt(28451),dn=Zt(62957),Ln=Zt(77019),ri=Zt(73524),xn=Zt(59301),Zn=({callback:Oe,onCancel:Ce})=>{const fe=document.createElement("canvas"),Wn=fe.getContext("2d");fe.width=1e3,fe.height=800,Wn.fillStyle="#ffffff",Wn.fillRect(0,0,fe.width,fe.height);const yi=fe.toDataURL("image/png");return xn.createElement(dn.default,{open:!0,width:"100vw",style:{height:"100vh",top:0},footer:null,title:null,closable:!1},xn.createElement(Ln.Z,{style:{height:"100vh"}},xn.createElement(ri.Z,{fullWidth:!0,noAssociationId:!0,showFullTools:!0,data:{src:yi,visible:!0,title:String(Date.now())},onOk:Mi=>{Oe({src:Mi.url})},onClose:Ce})))},ie=Zt(12378);function Rn(){go.CommandHandler.call(this),this._arrowKeyBehavior="move",this._pasteOffset=new go.Point(10,10),this._lastPasteOffset=new go.Point(0,0)}go.Diagram.inherit(Rn,go.CommandHandler),Rn.prototype.canAlignSelection=function(){var Oe=this.diagram;return!(Oe===null||Oe.isReadOnly||Oe.isModelReadOnly||Oe.selection.count<2)},Rn.prototype.alignLeft=function(){var Oe=this.diagram;Oe.startTransaction("aligning left");var Ce=1/0;Oe.selection.each(function(fe){fe instanceof go.Link||(Ce=Math.min(fe.position.x,Ce))}),Oe.selection.each(function(fe){fe instanceof go.Link||fe.move(new go.Point(Ce,fe.position.y))}),Oe.commitTransaction("aligning left")},Rn.prototype.alignRight=function(){var Oe=this.diagram;Oe.startTransaction("aligning right");var Ce=-1/0;Oe.selection.each(function(fe){if(!(fe instanceof go.Link)){var Wn=fe.actualBounds.x+fe.actualBounds.width;Ce=Math.max(Wn,Ce)}}),Oe.selection.each(function(fe){fe instanceof go.Link||fe.move(new go.Point(Ce-fe.actualBounds.width,fe.position.y))}),Oe.commitTransaction("aligning right")},Rn.prototype.alignTop=function(){var Oe=this.diagram;Oe.startTransaction("alignTop");var Ce=1/0;Oe.selection.each(function(fe){fe instanceof go.Link||(Ce=Math.min(fe.position.y,Ce))}),Oe.selection.each(function(fe){fe instanceof go.Link||fe.move(new go.Point(fe.position.x,Ce))}),Oe.commitTransaction("alignTop")},Rn.prototype.alignBottom=function(){var Oe=this.diagram;Oe.startTransaction("aligning bottom");var Ce=-1/0;Oe.selection.each(function(fe){if(!(fe instanceof go.Link)){var Wn=fe.actualBounds.y+fe.actualBounds.height;Ce=Math.max(Wn,Ce)}}),Oe.selection.each(function(fe){fe instanceof go.Link||fe.move(new go.Point(fe.actualBounds.x,Ce-fe.actualBounds.height))}),Oe.commitTransaction("aligning bottom")},Rn.prototype.alignCenterX=function(){var Oe=this.diagram,Ce=Oe.selection.first();if(Ce){Oe.startTransaction("aligning Center X");var fe=Ce.actualBounds.x+Ce.actualBounds.width/2;Oe.selection.each(function(Wn){Wn instanceof go.Link||Wn.move(new go.Point(fe-Wn.actualBounds.width/2,Wn.actualBounds.y))}),Oe.commitTransaction("aligning Center X")}},Rn.prototype.alignCenterY=function(){var Oe=this.diagram,Ce=Oe.selection.first();if(Ce){Oe.startTransaction("aligning Center Y");var fe=Ce.actualBounds.y+Ce.actualBounds.height/2;Oe.selection.each(function(Wn){Wn instanceof go.Link||Wn.move(new go.Point(Wn.actualBounds.x,fe-Wn.actualBounds.height/2))}),Oe.commitTransaction("aligning Center Y")}},Rn.prototype.alignColumn=function(Oe){var Ce=this.diagram;Ce.startTransaction("align Column"),Oe===void 0&&(Oe=0),Oe=parseFloat(Oe);var fe=new Array;Ce.selection.each(function(kn){kn instanceof go.Link||fe.push(kn)});for(var Wn=0;Wn<fe.length-1;Wn++){var yi=fe[Wn],Mi=yi.actualBounds.y+yi.actualBounds.height+Oe,on=fe[Wn+1];on.move(new go.Point(yi.actualBounds.x,Mi))}Ce.commitTransaction("align Column")},Rn.prototype.alignRow=function(Oe){Oe===void 0&&(Oe=0),Oe=parseFloat(Oe);var Ce=this.diagram;Ce.startTransaction("align Row");var fe=new Array;Ce.selection.each(function(kn){kn instanceof go.Link||fe.push(kn)});for(var Wn=0;Wn<fe.length-1;Wn++){var yi=fe[Wn],Mi=yi.actualBounds.x+yi.actualBounds.width+Oe,on=fe[Wn+1];on.move(new go.Point(Mi,yi.actualBounds.y))}Ce.commitTransaction("align Row")},Rn.prototype.canRotate=function(Oe){var Ce=this.diagram;return!(Ce===null||Ce.isReadOnly||Ce.isModelReadOnly||Ce.selection.count<1)},Rn.prototype.rotate=function(Oe){Oe===void 0&&(Oe=90);var Ce=this.diagram;Ce.startTransaction("rotate "+Oe.toString());var Ce=this.diagram;Ce.selection.each(function(fe){fe instanceof go.Link||fe instanceof go.Group||(fe.angle+=Oe)}),Ce.commitTransaction("rotate "+Oe.toString())},Rn.prototype.pullToFront=function(){var Oe=this.diagram;Oe.startTransaction("pullToFront");var Ce=new go.Map;Oe.selection.each(function(fe){Ce.set(fe.layer,0)}),Ce.iteratorKeys.each(function(fe){var Wn=0;fe.parts.each(function(yi){if(!yi.isSelected){var Mi=yi.zOrder;isNaN(Mi)?yi.zOrder=0:Wn=Math.max(Wn,Mi)}}),Ce.set(fe,Wn)}),Oe.selection.each(function(fe){Rn._assignZOrder(fe,Ce.get(fe.layer)+1)}),Oe.commitTransaction("pullToFront")},Rn.prototype.pushToBack=function(){var Oe=this.diagram;Oe.startTransaction("pushToBack");var Ce=new go.Map;Oe.selection.each(function(fe){Ce.set(fe.layer,0)}),Ce.iteratorKeys.each(function(fe){var Wn=0;fe.parts.each(function(yi){if(!yi.isSelected){var Mi=yi.zOrder;isNaN(Mi)?yi.zOrder=0:Wn=Math.min(Wn,Mi)}}),Ce.set(fe,Wn)}),Oe.selection.each(function(fe){Rn._assignZOrder(fe,Ce.get(fe.layer)-1-Rn._findGroupDepth(fe))}),Oe.commitTransaction("pushToBack")},Rn._assignZOrder=function(Oe,Ce,fe){fe===void 0&&(fe=Oe),Oe.layer===fe.layer&&(Oe.zOrder=Ce),Oe instanceof go.Group&&Oe.memberParts.each(function(Wn){Rn._assignZOrder(Wn,Ce+1,fe)})},Rn._findGroupDepth=function(Oe){if(Oe instanceof go.Group){var Ce=0;return Oe.memberParts.each(function(fe){Ce=Math.max(Ce,Rn._findGroupDepth(fe))}),Ce+1}else return 0},Rn.prototype.doKeyDown=function(){var Oe=this.diagram;if(Oe!==null){var Ce=Oe.lastInput;if(Ce.key==="Up"||Ce.key==="Down"||Ce.key==="Left"||Ce.key==="Right"){var fe=this.arrowKeyBehavior;if(fe==="none")return;if(fe==="select"){this._arrowKeySelect();return}else if(fe==="move"){this._arrowKeyMove();return}else if(fe==="tree"){this._arrowKeyTree();return}}go.CommandHandler.prototype.doKeyDown.call(this)}},Rn.prototype._getAllParts=function(){var Oe=new Array;return this.diagram.nodes.each(function(Ce){Oe.push(Ce)}),this.diagram.parts.each(function(Ce){Oe.push(Ce)}),Oe},Rn.prototype._arrowKeyMove=function(){var Oe=this.diagram,Ce=Oe.lastInput,fe=0,Wn=0;if(Ce.control||Ce.meta)fe=1,Wn=1;else if(Oe.grid!==null){var yi=Oe.grid.gridCellSize;Wn=yi.width,fe=yi.height}Oe.startTransaction("arrowKeyMove"),Oe.selection.each(function(Mi){Ce.key==="Up"?Mi.move(new go.Point(Mi.actualBounds.x,Mi.actualBounds.y-fe)):Ce.key==="Down"?Mi.move(new go.Point(Mi.actualBounds.x,Mi.actualBounds.y+fe)):Ce.key==="Left"?Mi.move(new go.Point(Mi.actualBounds.x-Wn,Mi.actualBounds.y)):Ce.key==="Right"&&Mi.move(new go.Point(Mi.actualBounds.x+Wn,Mi.actualBounds.y))}),Oe.commitTransaction("arrowKeyMove")},Rn.prototype._arrowKeySelect=function(){var Oe=this.diagram,Ce=Oe.lastInput,fe=null;Ce.key==="Up"?fe=this._findNearestPartTowards(270):Ce.key==="Down"?fe=this._findNearestPartTowards(90):Ce.key==="Left"?fe=this._findNearestPartTowards(180):Ce.key==="Right"&&(fe=this._findNearestPartTowards(0)),fe!==null&&(Ce.shift?fe.isSelected=!0:Ce.control||Ce.meta?fe.isSelected=!fe.isSelected:Oe.select(fe))},Rn.prototype._findNearestPartTowards=function(Oe){var Ce=this.diagram.selection.first();if(Ce===null)return null;for(var fe=Ce.actualBounds.center,Wn=this._getAllParts(),yi=1/0,Mi=Ce,on=0;on<Wn.length;on++){var kn=Wn[on];if(kn!==Ce&&kn.canSelect()){var Pe=kn.actualBounds.center,xe=fe.directionPoint(Pe),bn=this._angleCloseness(xe,Oe);if(bn<=45){var Wt=fe.distanceSquaredPoint(Pe);Wt*=1+Math.sin(bn*Math.PI/180),Wt<yi&&(yi=Wt,Mi=kn)}}}return Mi},Rn.prototype._angleCloseness=function(Oe,Ce){return Math.min(Math.abs(Ce-Oe),Math.min(Math.abs(Ce+360-Oe),Math.abs(Ce-360-Oe)))},Rn.prototype._arrowKeyTree=function(){var Oe=this.diagram,Ce=Oe.selection.first();if(Ce instanceof go.Node){var fe=Oe.lastInput;if(fe.key==="Right"){if(!Ce.isTreeLeaf)if(!Ce.isTreeExpanded)Oe.commandHandler.canExpandTree(Ce)&&Oe.commandHandler.expandTree(Ce);else{var Wn=this._sortTreeChildrenByY(Ce).first();Wn!==null&&Oe.select(Wn)}}else if(fe.key==="Left")if(!Ce.isTreeLeaf&&Ce.isTreeExpanded)Oe.commandHandler.canCollapseTree(Ce)&&Oe.commandHandler.collapseTree(Ce);else{var yi=Ce.findTreeParentNode();yi!==null&&Oe.select(yi)}else if(fe.key==="Up"){var yi=Ce.findTreeParentNode();if(yi!==null){var Mi=this._sortTreeChildrenByY(yi),on=Mi.indexOf(Ce);if(on>0){for(var kn=Mi.elt(on-1);kn!==null&&kn.isTreeExpanded&&!kn.isTreeLeaf;){var Pe=this._sortTreeChildrenByY(kn);kn=Pe.last()}kn!==null&&Oe.select(kn)}else Oe.select(yi)}}else if(fe.key==="Down")if(Ce.isTreeExpanded&&!Ce.isTreeLeaf){var Wn=this._sortTreeChildrenByY(Ce).first();Wn!==null&&Oe.select(Wn)}else for(;Ce!==null;){var yi=Ce.findTreeParentNode();if(yi===null)break;var Mi=this._sortTreeChildrenByY(yi),on=Mi.indexOf(Ce);if(on<Mi.length-1){Oe.select(Mi.elt(on+1));break}else Ce=yi}var xe=Oe.selection.first();xe!==null&&Oe.scrollToRect(xe.actualBounds)}},Rn.prototype._sortTreeChildrenByY=function(Oe){var Ce=new go.List().addAll(Oe.findTreeChildrenNodes());return Ce.sort(function(fe,Wn){var yi=fe.location,Mi=Wn.location;return yi.y<Mi.y?-1:yi.y>Mi.y?1:yi.x<Mi.x?-1:yi.x>Mi.x?1:0}),Ce},Rn.prototype.copyToClipboard=function(Oe){go.CommandHandler.prototype.copyToClipboard.call(this,Oe),this._lastPasteOffset.set(this.pasteOffset)},Rn.prototype.pasteFromClipboard=function(){var Oe=go.CommandHandler.prototype.pasteFromClipboard.call(this);return this.diagram.moveParts(Oe,this._lastPasteOffset),this._lastPasteOffset.add(this.pasteOffset),Oe},Object.defineProperty(Rn.prototype,"arrowKeyBehavior",{get:function(){return this._arrowKeyBehavior},set:function(Oe){if(Oe!=="move"&&Oe!=="select"&&Oe!=="scroll"&&Oe!=="tree"&&Oe!=="none")throw new Error('DrawCommandHandler.arrowKeyBehavior must be either "move", "select", "scroll", "tree", or "none", not: '+Oe);this._arrowKeyBehavior=Oe}}),Object.defineProperty(Rn.prototype,"pasteOffset",{get:function(){return this._pasteOffset},set:function(Oe){if(!(Oe instanceof go.Point))throw new Error("DrawCommandHandler.pasteOffset must be a Point, not: "+Oe);this._pasteOffset.set(Oe)}});var zi=Rn,Dt=Zt(74413),Lt=Zt(5269),xt=Zt(99064),Bt={myPaletteDiv:"myPaletteDiv___Xjz2I",flowChartWrp:"flowChartWrp____f45r",maxH60:"maxH60___Pd4Re"},zt=Zt(24065),Et=Zt(59301),ve=(Oe,Ce,fe)=>new Promise((Wn,yi)=>{var Mi=Pe=>{try{kn(fe.next(Pe))}catch(xe){yi(xe)}},on=Pe=>{try{kn(fe.throw(Pe))}catch(xe){yi(xe)}},kn=Pe=>Pe.done?Wn(Pe.value):Promise.resolve(Pe.value).then(Mi,on);kn((fe=fe.apply(Oe,Ce)).next())});function we({onCancel:Oe,callback:Ce}){let fe=(0,Ct.useRef)(),Wn=(0,Ct.useRef)(),yi=(0,Ct.useRef)(),Mi=(0,Ct.useRef)(!1);const on=(0,Ct.useRef)(!1),[kn,Pe]=(0,Ct.useState)(0);function xe(){const Wt=ie.bx.make,Ge={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"};fe.current=new ie.S0(Wn.current,{padding:20,grid:Wt(ie.s_,"Grid",Wt(ie.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),Wt(ie.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),"draggingTool.isGridSnapEnabled":!0,handlesDragDropForTopLevelParts:!0,mouseDrop:He=>{var ze=He.diagram.commandHandler.addTopLevelParts(He.diagram.selection,!0);ze||He.diagram.currentTool.doCancel()},commandHandler:Wt(zi),"clickCreatingTool.archetypeNodeData":{text:"\u672A\u547D\u540D",fill:null,stroke:null,borderColor:"rgba(0,0,0,0)"},PartCreated:He=>{var ze=He.subject;ze.location=ze.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 ze=He.subject;setTimeout(()=>{He.diagram.commandHandler.editTextBlock()})},LinkRelinked:He=>{var ze=He.parameter.part;ze.invalidateConnectedLinks();var pe=He.subject;He.diagram.toolManager.linkingTool.isForwards?pe.toNode.invalidateConnectedLinks():pe.fromNode.invalidateConnectedLinks()},"undoManager.isEnabled":!0}),fe.current.nodeTemplate=Wt(ie.NB,"Auto",{locationSpot:ie.z6.Center,locationObjectName:"SHAPE",desiredSize:new ie.$u(120,60),minSize:new ie.$u(40,40),resizable:!0,resizeCellSize:new ie.$u(10,10),rotatable:!0},new ie.KX("location","loc",ie.E9.parse).makeTwoWay(ie.E9.stringify),new ie.KX("desiredSize","size",ie.$u.parse).makeTwoWay(ie.$u.stringify),Wt(ie.bn,{name:"SHAPE",fill:Ge.white,cursor:"pointer",portId:"",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:ie.z6.AllSides,toSpot:ie.z6.AllSides},new ie.KX("figure"),new ie.KX("fill"),new ie.KX("stroke","borderColor"),new ie.KX("strokeWidth","thickness"),new ie.KX("strokeDashArray","dash")),Wt(ie.bn,{width:100,height:20,strokeWidth:0,fill:"transparent"}),Wt(ie.al,{margin:1,textAlign:"center",overflow:ie.al.OverflowEllipsis,editable:!0},new ie.KX("text").makeTwoWay(),new ie.KX("stroke","color"))),fe.current.nodeTemplate.toolTip=Wt("ToolTip",Wt(ie.s_,"Vertical",{maxSize:new ie.$u(200,NaN)},Wt(ie.al,{font:"bold 10pt sans-serif",textAlign:"center"},new ie.KX("text")),Wt(ie.al,{font:"10pt sans-serif",textAlign:"center"},new ie.KX("text","details"))));function fn(He,ze){var pe=(an,Sn)=>{an.handled=!0,an.diagram.model.commit(ii=>{var ti=Sn.part.adornedPart,fi=new ie.E9().setRectSpot(ti.actualBounds,He);fi.subtract(ti.location),fi.scale(2,2),fi.x+=Math.sign(fi.x)*130,fi.y+=Math.sign(fi.y)*130,fi.add(ti.location),fi.snapToGridPoint(an.diagram.grid.gridOrigin,an.diagram.grid.gridCellSize);var Fn=ii.copyNodeData(ti.data);ii.setGroupKeyForNodeData(Fn,ii.getGroupKeyForNodeData(ti.data)),ii.addNodeData(Fn);var Ee={from:ti.key,to:ii.getKeyForNodeData(Fn)};ii.addLinkData(Ee);var wi=an.diagram.findNodeForData(Fn);wi.location=fi,an.diagram.select(wi),setTimeout(()=>{an.diagram.commandHandler.editTextBlock()},20)})};return Wt(ie.bn,{figure:ze,alignment:He,alignmentFocus:He.opposite(),width:He.equals(ie.z6.Top)||He.equals(ie.z6.Bottom)?25:18,height:He.equals(ie.z6.Top)||He.equals(ie.z6.Bottom)?18:25,fill:"orange",stroke:Ge.white,strokeWidth:4,mouseEnter:(an,Sn)=>Sn.fill="dodgerblue",mouseLeave:(an,Sn)=>Sn.fill="orange",isActionable:!0,click:pe,contextClick:pe})}function Hn(He){return Wt(ie.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:(ze,pe)=>pe.fill="dodgerblue",mouseLeave:(ze,pe)=>pe.fill="orange",click:(ze,pe)=>{ze.diagram.commandHandler.showContextMenu(pe.part.adornedPart)}},He||{})}fe.current.nodeTemplate.selectionAdornmentTemplate=Wt(ie.uz,"Spot",Wt(ie.Vm,{padding:10}),fn(ie.z6.Top,"TriangleUp"),fn(ie.z6.Left,"TriangleLeft"),fn(ie.z6.Right,"TriangleRight"),fn(ie.z6.Bottom,"TriangleDown"),Hn({alignment:new ie.z6(.75,0)}));function Fe(He,ze){return(pe,an)=>{pe.handled=!0,pe.diagram.model.commit(Sn=>{Sn.set(an.part.adornedPart.data,He,ze)})}}function Ae(He,ze){return ze||(ze="color"),Wt(ie.bn,{width:16,height:16,stroke:"lightgray",fill:He,margin:1,background:"transparent",mouseEnter:(pe,an)=>an.stroke="dodgerblue",mouseLeave:(pe,an)=>an.stroke="lightgray",click:Fe(ze,He),contextClick:Fe(ze,He)})}function wn(){return[Wt("ContextMenuButton",Wt(ie.s_,"Horizontal",Ae(Ge.white,"fill"),Ae(Ge.beige,"fill"),Ae(Ge.extralightblue,"fill"),Ae(Ge.extralightred,"fill"))),Wt("ContextMenuButton",Wt(ie.s_,"Horizontal",Ae(Ge.lightgray,"fill"),Ae(Ge.lightgreen,"fill"),Ae(Ge.lightblue,"fill"),Ae(Ge.lightred,"fill")))]}function Bn(){return[Wt("ContextMenuButton",Wt(ie.s_,"Horizontal",Ae(Ge.black),Ae(Ge.green),Ae(Ge.blue),Ae(Ge.red))),Wt("ContextMenuButton",Wt(ie.s_,"Horizontal",Ae(Ge.white),Ae(Ge.magenta),Ae(Ge.purple),Ae(Ge.orange)))]}function Kn(He,ze){return ze||(ze="thickness"),Wt(ie.bn,"LineH",{width:16,height:16,strokeWidth:He,margin:1,background:"transparent",mouseEnter:(pe,an)=>an.background="dodgerblue",mouseLeave:(pe,an)=>an.background="transparent",click:Fe(ze,He),contextClick:Fe(ze,He)})}function In(He,ze){return ze||(ze="dash"),Wt(ie.bn,"LineH",{width:24,height:16,strokeWidth:2,strokeDashArray:He,margin:1,background:"transparent",mouseEnter:(pe,an)=>an.background="dodgerblue",mouseLeave:(pe,an)=>an.background="transparent",click:Fe(ze,He),contextClick:Fe(ze,He)})}function mn(){return[Wt("ContextMenuButton",Wt(ie.s_,"Horizontal",Kn(1),Kn(2),Kn(3),Kn(4))),Wt("ContextMenuButton",Wt(ie.s_,"Horizontal",In(null),In([2,4]),In([4,4])))]}function jn(He,ze){return ze||(ze="figure"),Wt(ie.bn,{width:32,height:32,scale:.5,fill:"lightgray",figure:He,margin:1,background:"transparent",mouseEnter:(pe,an)=>an.fill="dodgerblue",mouseLeave:(pe,an)=>an.fill="lightgray",click:Fe(ze,He),contextClick:Fe(ze,He)})}fe.current.nodeTemplate.contextMenu=Wt("ContextMenu",Wt("ContextMenuButton",Wt(ie.s_,"Horizontal",jn("Rectangle"),jn("RoundedRectangle"),jn("Ellipse"),jn("Diamond"))),Wt("ContextMenuButton",Wt(ie.s_,"Horizontal",jn("Parallelogram2"),jn("ManualOperation"),jn("Procedure"),jn("Cylinder1"))),Wt("ContextMenuButton",Wt(ie.s_,"Horizontal",jn("Terminator"),jn("CreateRequest"),jn("Document"),jn("TriangleDown"))),wn(),Bn(),mn()),fe.current.groupTemplate=Wt(ie.ZA,"Spot",{layerName:"Background",ungroupable:!0,locationSpot:ie.z6.Center,selectionObjectName:"BODY",computesBoundsAfterDrag:!0,handlesDragDropForMembers:!0,mouseDrop:(He,ze)=>{var pe=ze.addMembers(ze.diagram.selection,!0);pe||ze.diagram.currentTool.doCancel()},avoidable:!1},new ie.KX("location","loc",ie.E9.parse).makeTwoWay(ie.E9.stringify),Wt(ie.s_,"Auto",{name:"BODY"},Wt(ie.bn,{parameter1:10,fill:Ge.white,strokeWidth:2,cursor:"pointer",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:ie.z6.AllSides,toSpot:ie.z6.AllSides},new ie.KX("fill"),new ie.KX("stroke","color"),new ie.KX("strokeWidth","thickness"),new ie.KX("strokeDashArray","dash")),Wt(ie.Vm,{background:"transparent",margin:20})),Wt(ie.al,{alignment:ie.z6.Top,alignmentFocus:ie.z6.Bottom,font:"bold 12pt sans-serif",editable:!0},new ie.KX("text"),new ie.KX("stroke","color"))),fe.current.groupTemplate.selectionAdornmentTemplate=Wt(ie.uz,"Spot",Wt(ie.s_,"Auto",Wt(ie.bn,{fill:null,stroke:"dodgerblue",strokeWidth:3}),Wt(ie.Vm,{margin:1.5})),Hn({alignment:ie.z6.TopRight,alignmentFocus:ie.z6.BottomRight})),fe.current.groupTemplate.contextMenu=Wt("ContextMenu",wn(),Bn(),mn()),fe.current.linkTemplate=Wt(ie.rU,{layerName:"Foreground",routing:ie.rU.AvoidsNodes,corner:10,fromShortLength:10,toShortLength:15,relinkableFrom:!0,relinkableTo:!0,reshapable:!0,resegmentable:!0},new ie.KX("fromSpot","fromSpot",ie.z6.parse),new ie.KX("toSpot","toSpot",ie.z6.parse),new ie.KX("fromShortLength","dir",He=>He>=1?10:0),new ie.KX("toShortLength","dir",He=>He>=1?10:0),new ie.KX("points").makeTwoWay(),Wt(ie.bn,{strokeWidth:2},new ie.KX("stroke","color"),new ie.KX("strokeWidth","thickness"),new ie.KX("strokeDashArray","dash")),Wt(ie.bn,{segmentIndex:0,segmentOffset:new ie.E9(15,0),segmentOrientation:ie.rU.OrientAlong,alignmentFocus:ie.z6.Right,figure:"circle",width:10,strokeWidth:0},new ie.KX("fill","color"),new ie.KX("visible","dir",He=>He===1)),Wt(ie.bn,{segmentIndex:-1,segmentOffset:new ie.E9(-10,6),segmentOrientation:ie.rU.OrientPlus90,alignmentFocus:ie.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new ie.KX("fill","color"),new ie.KX("visible","dir",He=>He>=1),new ie.KX("width","thickness",He=>7+3*He),new ie.KX("height","thickness",He=>7+3*He),new ie.KX("segmentOffset","thickness",He=>new ie.E9(-15,4+1.5*He))),Wt(ie.bn,{segmentIndex:0,segmentOffset:new ie.E9(15,-6),segmentOrientation:ie.rU.OrientMinus90,alignmentFocus:ie.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new ie.KX("fill","color"),new ie.KX("visible","dir",He=>He===2),new ie.KX("width","thickness",He=>7+3*He),new ie.KX("height","thickness",He=>7+3*He),new ie.KX("segmentOffset","thickness",He=>new ie.E9(-15,4+1.5*He))),Wt(ie.al,{alignmentFocus:new ie.z6(0,1,-4,0),editable:!0},new ie.KX("text").makeTwoWay(),new ie.KX("stroke","color"))),fe.current.linkTemplate.selectionAdornmentTemplate=Wt(ie.uz,Wt(ie.bn,{isPanelMain:!0,stroke:"transparent",strokeWidth:6,pathPattern:Bi(2)},new ie.KX("pathPattern","thickness",Bi)),Hn({alignmentFocus:new ie.z6(0,0,-6,-4)}));function Bi(He){return Wt(ie.bn,{stroke:"dodgerblue",strokeWidth:2,strokeCap:"square",geometryString:"M0 0 M4 2 H3 M4 "+(He+4).toString()+" H3"})}function bi(He){var ze="M0 0 M8 16 M0 8 L16 8 M12 11 L16 8 L12 5";return He===0?ze="M0 0 M16 16 M0 8 L16 8":He===2&&(ze="M0 0 M16 16 M0 8 L16 8 M12 11 L16 8 L12 5 M4 11 L0 8 L4 5"),Wt(ie.bn,{geometryString:ze,margin:2,background:"transparent",mouseEnter:(pe,an)=>an.background="dodgerblue",mouseLeave:(pe,an)=>an.background="transparent",click:Fe("dir",He),contextClick:Fe("dir",He)})}function ke(He){var ze=(pe,an)=>{pe.handled=!0,pe.diagram.model.commit(Sn=>{var ii=an.part.adornedPart;Sn.set(ii.data,He?"toSpot":"fromSpot",ie.z6.stringify(ie.z6.AllSides)),(He?ii.toNode:ii.fromNode).invalidateConnectedLinks()})};return Wt(ie.bn,{width:12,height:12,fill:"transparent",mouseEnter:(pe,an)=>an.background="dodgerblue",mouseLeave:(pe,an)=>an.background="transparent",click:ze,contextClick:ze})}function Qt(He,ze){var pe=0,an=ie.z6.RightSide;He.equals(ie.z6.Top)?(pe=270,an=ie.z6.TopSide):He.equals(ie.z6.Left)?(pe=180,an=ie.z6.LeftSide):He.equals(ie.z6.Bottom)&&(pe=90,an=ie.z6.BottomSide),ze||(pe-=180);var Sn=(ii,ti)=>{ii.handled=!0,ii.diagram.model.commit(fi=>{var Fn=ti.part.adornedPart;fi.set(Fn.data,ze?"toSpot":"fromSpot",ie.z6.stringify(an)),(ze?Fn.toNode:Fn.fromNode).invalidateConnectedLinks()})};return Wt(ie.bn,{alignment:He,alignmentFocus:He.opposite(),geometryString:"M0 0 M12 12 M12 6 L1 6 L4 4 M1 6 L4 8",angle:pe,background:"transparent",mouseEnter:(ii,ti)=>ti.background="dodgerblue",mouseLeave:(ii,ti)=>ti.background="transparent",click:Sn,contextClick:Sn})}fe.current.linkTemplate.contextMenu=Wt("ContextMenu",Bn(),mn(),Wt("ContextMenuButton",Wt(ie.s_,"Horizontal",bi(0),bi(1),bi(2))),Wt("ContextMenuButton",Wt(ie.s_,"Horizontal",Wt(ie.s_,"Spot",ke(!1),Qt(ie.z6.Top,!1),Qt(ie.z6.Left,!1),Qt(ie.z6.Right,!1),Qt(ie.z6.Bottom,!1)),Wt(ie.s_,"Spot",{margin:new ie.Zt(0,0,0,2)},ke(!0),Qt(ie.z6.Top,!0),Qt(ie.z6.Left,!0),Qt(ie.z6.Right,!0),Qt(ie.z6.Bottom,!0)))));const ye=`{ "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 sn=["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 Ti(He){return console.log("shapeName:",He),sn.indexOf(He)>=0}var ce=new ie.YI(yi.current,{maxSelectionCount:1,linkTemplate:Wt(ie.rU,{locationSpot:ie.z6.Center,selectionAdornmentTemplate:Wt(ie.uz,"Link",{locationSpot:ie.z6.Center},Wt(ie.bn,{isPanelMain:!0,fill:null,stroke:"deepskyblue",strokeWidth:0}),Wt(ie.bn,{toArrow:"Standard",stroke:null}))},{routing:ie.rU.AvoidsNodes,curve:ie.rU.JumpOver,corner:5,toShortLength:4},new ie.KX("points"),Wt(ie.bn,{isPanelMain:!0,strokeWidth:2}),Wt(ie.bn,{toArrow:"Standard",stroke:null})),model:new ie.FJ([{text:"\u672A\u547D\u540D",size:"100 100",fill:null,stroke:"#000"},...ie.bn.getFigureGenerators().toArray().map(He=>({text:"\u672A\u547D\u540D",size:"100 100",figure:He.key,fill:"white",stroke:"#666",borderColor:"#000"}))])});return fe.current.addDiagramListener("TextEdited",function(He){var ze;const pe=He.subject.part;var an=(ze=document.activeElement)==null?void 0:ze.value;typeof an=="string"&&an.trim()===""&&fe.current.model.commit(function(Sn){Sn.set(pe.data,"text","\u672A\u547D\u540D"),fe.current.commandHandler.stopCommand()},"increment")}),ce.nodeTemplate=Wt(ie.NB,"Auto",{locationSpot:ie.z6.Center},new ie.KX("location","location",ie.E9.parse).makeTwoWay(ie.E9.stringify),Wt(ie.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 ie.KX("stroke").makeTwoWay(),new ie.KX("fill").makeTwoWay(),new ie.KX("figure")),Wt(ie.al,{margin:new ie.Zt(5,5,3,5),font:"10pt sans-serif",minSize:new ie.$u(16,16),maxSize:new ie.$u(10,NaN),textAlign:"center",editable:!0},new ie.KX("key").makeTwoWay())),setTimeout(()=>{fe.current.grid=Wt(ie.s_,"Grid",Wt(ie.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),Wt(ie.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),fe.current.grid.visible=!0,fe.current.grid.gridCellStroke="darkgray",fe.current.grid.gridCellStrokeWidth=1},300),window.myDiagrams=fe.current,fe.current}const bn=()=>ve(this,null,function*(){var Wt,Ge=fe.current.makeImage();const fn=yield(0,xt.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:Date.now(),file:Ge.src,file_data:JSON.stringify({login:(Wt=(0,zt.eY)())==null?void 0:Wt.login,data:JSON.parse(fe.current.model.toJson())})}});Ce({src:fn.url})});return(0,Ct.useEffect)(()=>(setTimeout(()=>{xe()},500),Pe(kn+1),()=>{fe.current=null}),[]),Et.createElement("div",{ref:on,className:Mi.current?`${Bt.maxH60} body-overflow-initial`:"body-overflow-initial"},Et.createElement(dn.default,{width:1200,icon:null,footer:null,closable:!0,visible:!!kn,destroyOnClose:!0,maskClosable:!1,rootClassName:"zIndex-9999",title:Et.createElement(Ln.Z,null,Et.createElement(Lt.Z,{flex:1},"\u63D2\u5165\u6D41\u7A0B\u56FE"),Et.createElement(Lt.Z,{onClick:()=>{var Wt,Ge,fn=fe.current.selection.first();if(Mi.current=!Mi.current,document.activeElement&&fn){let Hn=(Ge=(Wt=document.activeElement)==null?void 0:Wt.value)==null?void 0:Ge.trim();typeof Hn=="string"&&fe.current.model.commit(function(Fe){Fe.set(fn.data,"text",Hn||"\u672A\u547D\u540D"),fe.current.commandHandler.stopCommand()},"increment")}Pe(kn+1)}},Et.createElement("span",{className:"current c-blue mr30",style:{fontWeight:400}},"\u5C55\u5F00/\u6536\u8D77"))),onCancel:Oe},Et.createElement("div",{style:{width:"100%",height:"80vh",overflow:"hidden",position:"relative"},className:Bt.flowChartWrp},Et.createElement("div",{style:{display:"flex",height:"100%"}},Et.createElement("div",{style:{width:"300px",height:"100%"}},Et.createElement("div",{style:{background:"#fff",position:"relative",zIndex:12,fontSize:16,color:"#3061d0"}},"\u56FE\u5F62\u5E93"),Et.createElement("div",{style:{height:"calc(100% - 50px)"},className:Bt.myPaletteDiv,ref:yi})),Et.createElement("div",{style:{flex:1,position:"relative"}},Et.createElement("div",{ref:Wn,style:{height:"80vh"}}))),Et.createElement("div",{className:"tr"},Et.createElement(de.ZP,{size:"large",onClick:bn,style:{position:"absolute",right:0,bottom:0,zIndex:8},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))))}var rn=we,Qe=Zt(47889),Te=Zt(71051);const $e=Qe.ZP.Group,nn={margin:"0 8px"};var un=({callback:Oe,onCancel:Ce})=>{function fe(Wn){Oe(Wn)}return Ct.createElement(te.default,{className:"add-table-panel",initialValues:{row:3,col:2,align:"default"},onFinish:fe},Ct.createElement("div",{className:"flex-container",style:{alignItems:"baseline"}},Ct.createElement("span",{style:nn},"\u5355\u5143\u683C\u6570\uFF1A"),Ct.createElement("span",{style:nn},"\u884C\u6570"),Ct.createElement(te.default.Item,{name:"row",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u884C\u6570"}]},Ct.createElement(Te.Z,null)),Ct.createElement("span",{style:nn},"\u5217\u6570"),Ct.createElement(te.default.Item,{name:"col",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u5217\u6570"}]},Ct.createElement(Te.Z,null))),Ct.createElement("div",{className:"flex-container",style:{marginTop:12,alignItems:"baseline"}},Ct.createElement("span",{style:nn},"\u5BF9\u9F50\u65B9\u5F0F\uFF1A"),Ct.createElement(te.default.Item,{name:"align"},Ct.createElement($e,null,Ct.createElement(Qe.ZP,{value:"default"},Ct.createElement("i",{className:"fa fa-align-justify"})),Ct.createElement(Qe.ZP,{value:"left"},Ct.createElement("i",{className:"fa fa-align-left"})),Ct.createElement(Qe.ZP,{value:"center"},Ct.createElement("i",{className:"fa fa-align-center"})),Ct.createElement(Qe.ZP,{value:"right"},Ct.createElement("i",{className:"fa fa-align-right"}))))),Ct.createElement("div",{className:"flex-container flex-end"},Ct.createElement(de.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),Ct.createElement(de.ZP,{type:"ghost",onClick:Ce},"\u53D6\u6D88")))},Nn=Zt(71411),zn=Zt(80727),cn=Zt.n(zn),ki=(0,Ct.forwardRef)(({use3d:Oe,width:Ce,height:fe,callback:Wn,showSaveButton:yi},Mi)=>{const on=(0,Ct.useRef)(),kn=(0,Ct.useRef)(),[Pe,xe]=(0,Ct.useState)(!1),bn=(0,Ct.useRef)({id:on,appName:"graphing",width:Ce||1e3,height:fe||600,showToolBar:!0,showMenuBar:!0,allowStyleBar:!0,showAlgebraInput:!0,enableLabelDrags:!1,enableShiftDragZoom:!0,showToolBarHelp:!1,errorDialogsActive:!0,showTutorialLink:!0,showLogging:!0,useBrowserForJS:!1});(0,Ct.useEffect)(()=>{kn.current=new(cn())(bn.current,!0),window.onload=function(){kn.current.inject("applet_container")}},[]);const Wt=()=>{var Ge=window.ggbApplet.getPNGBase64(1,!0,72);return Wn&&Wn(Ge),Ge};return(0,Ct.useEffect)(()=>{bn.current.appName=Pe?"3D":"graphing",kn.current.inject("applet_container")},[Pe]),(0,Ct.useEffect)(()=>{xe(Oe)},[Oe]),(0,Ct.useImperativeHandle)(Mi,()=>({getImgData:Wt})),Ct.createElement(Ct.Fragment,null,Ct.createElement("div",{style:{width:"100%",height:"100%"},id:"applet_container",ref:on}),Ct.createElement(Ln.Z,{align:"middle"},Ct.createElement(Lt.Z,{flex:1},Ct.createElement(Nn.Z,{size:"default",checkedChildren:"\u5173\u95ED3D\u56FE\u50CF",unCheckedChildren:"\u5F00\u542F3D\u56FE\u50CF",checked:Pe,onChange:Ge=>xe(Ge)})),Ct.createElement(Lt.Z,null,Ct.createElement(de.ZP,{size:"large",onClick:Wt,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668"))))}),Oi=Zt(41588),Ki=Zt(6767);const so="link",Wi="upload-image",Vi="add-flowchart",Ji="draw-image",Yo="add-flowchart",Gi="code-block",to="add-table",er="------------",_o={default:er,left:`:${er}`,center:`:${er}:`,right:`${er}:`};var $o=Zt(58856);function wr(){}let qo=0;const ur=1e4,xr="\u2581",Ao="@\u2581\u2581@",wt="@\u2581@",xo=`
|
|
**\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`,Qi=["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 bo(Oe){return/^\d+$/.test(Oe)?`${Oe}px`:Oe}const Xo=navigator.platform.toUpperCase().indexOf("MAC")>=0?"Cmd":"Ctrl",Br={[Xo+"-B"]:"bold",[Xo+"-I"]:"italic"},hs={[so]:"\u6DFB\u52A0\u94FE\u63A5",[Gi]:"\u6DFB\u52A0\u4EE3\u7801\u5757",[Wi]:"\u6DFB\u52A0\u56FE\u7247",[Ji]:"\u6DFB\u52A0\u753B\u56FE",[Vi]:"\u63D2\u5165\u6D41\u7A0B\u56FE",[to]:"\u6DFB\u52A0\u8868\u683C","maths-latex":"\u6570\u5B66\u56FE\u50CF","inline-latex":"LATEX\u516C\u5F0F"};var eo=({defaultValue:Oe="",onChange:Ce,width:fe="100%",height:Wn=400,miniToolbar:yi=!1,isFocus:Mi=!1,watch:on,insertTemp:kn,mode:Pe="markdown",id:xe="markdown-editor-id",showResizeBar:bn=!1,noStorage:Wt=!1,showNullButton:Ge=!1,showNullProgramButton:fn=!1,hidetoolBar:Hn=!1,fullScreen:Fe=!1,onBlur:Ae,onCMBeforeChange:wn,onFullScreen:Bn,className:Kn="",disablePaste:In=!1,disabled:mn=!1,disabledFill:jn=!1,placeholder:Bi="",values:bi="",extraUse:ke})=>{const[Qt,ye]=(0,Ct.useState)(null),[sn,Ti]=(0,Ct.useState)(Oe),[ce,He]=(0,Ct.useState)(on),[ze,pe]=(0,Ct.useState)(Fe),[an,Sn]=(0,Ct.useState)(""),[ii,ti]=(0,Ct.useState)(0),[fi,Fn]=(0,Ct.useState)(Wn),[Ee,wi]=(0,Ct.useState)(!1),[Me,Cn]=(0,Ct.useState)(0),[Gn,ni]=(0,Ct.useState)(0),Yi=(0,Ct.useRef)(),Ui=(0,Ct.useRef)(),Ei=(0,Ct.useRef)(),Ci=(0,Ct.useRef)();(0,Ct.useEffect)(()=>{const ai=window.scrollY||window.pageYOffset;Ti(bi),Qt==null||Qt.setValue(bi),window.scrollTo(0,ai)},[bi]),(0,Ct.useEffect)(()=>{Bn==null||Bn(ze)},[ze]),(0,Ct.useEffect)(()=>{if(Yi.current){let ai=function(Je,li){var lo;if(In){li.preventDefault();return}const Ho=li.clipboardData;if(Ho){const zo=Ho.types.toString(),Mo=Ho.items;if(zo==="Files"||Ho.types.indexOf("Files")>-1){if(li.preventDefault(),Pe=="stex")return;try{let Zo=Mo[1];((lo=Mo[0])==null?void 0:lo.kind)==="file"&&(Zo=Mo[0]);const To=Zo.getAsFile(),Ur=To.name.split(".").pop();(0,je.I)(To,Rr=>{var Ss,me,dr;Rr.id?((Ss=To==null?void 0:To.type)==null?void 0:Ss.indexOf("image"))>-1?ui.replaceSelection(`<img width="100%" src="/api/attachments/${Rr.id}?type=${Rr.content_type})" alt="" />`):((me=To==null?void 0:To.type)==null?void 0:me.indexOf("video"))>-1?ui.replaceSelection(`<video width="100%" controls src="/api/attachments/${Rr.id}"></video>`):((dr=To==null?void 0:To.type)==null?void 0:dr.indexOf("pdf"))>-1?ui.replaceSelection(`<a href="/api/attachments/${Rr.id}?type=${To.type}&disposition=inline" target="_blank">${To.name}</a>`):Qi.includes(Ur)?ui.replaceSelection(`<a href="/api/attachments/${Rr.id}?type=office&disposition=inline" target="_blank">${To.name}</a>`):ui.replaceSelection(`[${To.name}](/api/attachments/${Rr.id}?type=${Rr.content_type})`):(Rr==null?void 0:Rr.status)===401&&(document.location.href="/user/login")})}catch(Zo){Ki.ZP.warning("\u8BF7\u4F7F\u7528chrome\u6D4F\u89C8\u5668\u7C98\u8D34")}return!0}else return!0}return!0};const ui=be().fromTextArea(Yi.current,{mode:Pe,lineNumbers:!yi,lineWrapping:!0,value:Oe,autoCloseTags:!0,autoCloseBrackets:!0});return ui.on("keyup",function(Je,li){li.keyCode===8&&(Je.getValue()==""?ui.setOption("placeholder",Bi):ui.setOption("placeholder",null))}),ui.on("keydown",function(Je,li){if(li.keyCode===8){var lo=si(Je);lo&&li.preventDefault()}}),Mi&&ui.focus(),ui.on("paste",ai),mn&&ui.on("beforeChange",function(Je,li){(li.origin==="paste"||li.origin==="+input")&&li.cancel()}),ye(ui),()=>{ui.off("paste",ai)}}},[]);const ho=(0,Ct.useCallback)(()=>{if(Ui.current)try{}catch(ai){console.log(ai,"---- to set md editor body height")}},[fi,Ui,ze]);(0,Ct.useEffect)(()=>{function ai(){let ui=new Ye.Z(Je=>{for(let li of Je)(li.target.offsetHeight>0||li.target.offsetWidth>0)&&(ho(),Qt.setSize("100%","100%"),Qt.refresh())});return ui.observe(Yi.current.parentElement),ui}if(Qt){const ui=ai();return()=>{var Je,li;(Je=Yi.current)!=null&&Je.parentElement&&ui.unobserve((li=Yi.current)==null?void 0:li.parentElement)}}},[Qt,ho]),(0,Ct.useEffect)(()=>{if(Qt){let ai=[];for(const[ui,Je]of Object.entries(Br)){let li={[ui]:()=>{An(Je)}};ai.push(li),Qt.addKeyMap(li)}return()=>{for(let ui of ai)Qt.removeKeyMap(ui)}}},[Qt]),(0,Ct.useEffect)(()=>{Fe!==ze&&pe(Fe)},[Fe]),(0,$o.Z)(()=>{if(!Wt&&ii>0){let ai=new Date().getTime(),ui=window.sessionStorage.getItem(xe);ai>=ii+ur&&(!ui||ui!==sn)&&(window.sessionStorage.setItem(xe,sn),wi(!0))}},ur),(0,Ct.useEffect)(()=>{He(on)},[Qt,on]),(0,Ct.useEffect)(()=>{Qt&&Mi&&Qt.focus()},[Qt,Mi]),(0,Ct.useEffect)(()=>{if(ce&&Qt){let ai=function(Je){let li=Je.target;if(Ci.current){let lo=li.scrollTop/li.scrollHeight;Ci.current.scrollTop=Ci.current.scrollHeight*lo}};const ui=Qt.getScrollerElement();return ui.addEventListener("scroll",ai),()=>{ui.removeEventListener("scroll",ai)}}},[Qt,ce]),(0,Ct.useEffect)(()=>{if(Qt&&wn){let ai=function(ui,Je){wn(ui,Je)};return Qt.on("beforeChange",ai),()=>{Qt.off("beforeChange",ai)}}},[Qt,wn]),(0,Ct.useEffect)(()=>{if(Qt&&Ae){let ai=function(){Ae(Qt.getValue())};return Qt.on("blur",ai),()=>{Qt.off("blur",ai)}}},[Qt,Ae]);function si(ai,ui){var Je=ai.getDoc(),li=Je.getCursor(),lo=Je.getLine(li.line),Ho=lo.charAt(li.ch-1),zo=lo.lastIndexOf("@\u2581@",li.ch),Mo=lo.lastIndexOf("@\u2581\u2581@",li.ch),Zo=zo>Mo?zo:Mo,To=zo>Mo?3:4;if(Ao.indexOf(Ho)===-1)return null;if(console.log("change1:",ui,ai,lo,li,Zo,zo,Mo,Ho),Zo>=0&&li.ch-Zo<5){var Ur=Zo+To;return Je.replaceRange("",{line:li.line,ch:Zo},{line:li.line,ch:Ur}),{line:li.line,ch:Ur}}return null}(0,Ct.useEffect)(()=>{if(Qt){let ai=function(ui,Je){const li=ui.getValue();Ti(li),ti(new Date().getTime()),ui.getScrollerElement().dispatchEvent(new CustomEvent("scroll")),Ce&&(fn?Ce(li,Vn(li)):Ce(li))};return Qt.on("change",ai),()=>{Qt.off("change",ai)}}},[Qt,Ce]),(0,Ct.useEffect)(()=>{if(Qt)if(Oe==null)Qt.setValue(""),Ti("");else{const ai=window.scrollY||window.pageYOffset;Oe!==Qt.getValue()&&(Qt.setValue(Oe),Ti(Oe),Qt.setCursor(mn?1:Qt.lineCount(),0),window.scrollTo(0,ai))}},[Qt,Oe]);const An=(0,Ct.useCallback)(ai=>{const ui=Qt.getCursor(),Je=Qt.getSelection();let li=Je.split(`
|
|
`);switch(ai){case"bold":return Qt.replaceSelection("**"+Je+"**"),Je===""&&Qt.setCursor(ui.line,ui.ch+2),Qt.focus();case"italic":return Qt.replaceSelection("*"+Je+"*"),Je===""&&Qt.setCursor(ui.line,ui.ch+1),Qt.focus();case"code":return Qt.replaceSelection("`"+Je+"`"),Je===""&&Qt.setCursor(ui.line,ui.ch+1),Qt.focus();case"inline-latex":return Sn("inline-latex"),Qt.focus();case"latex":return Qt.replaceSelection("```latex\n"+Je+"\n```"),Qt.setCursor(ui.line+1,Je.length+1),Qt.focus();case"line-break":return Qt.replaceSelection(`<br/>
|
|
`),Qt.focus();case"list-ul":return Je===""?Qt.replaceSelection("- "+Je):Qt.replaceSelection(li.map(lo=>lo===""?"":`- ${lo}`).join(`
|
|
`)),Qt.focus();case"list-ol":return Je===""?Qt.replaceSelection("1. "+Je):Qt.replaceSelection(li.map((lo,Ho)=>lo===""?"":`${Ho+1}. ${lo}`).join(`
|
|
`)),Qt.focus();case"add-null-ch":return Je===""&&Qt.setCursor(ui.line,ui.ch),Qt.replaceSelection(xr),Qt.focus();case"add-signal":return Je===""&&Qt.setCursor(ui.line,ui.ch),Qt.replaceSelection(wt),Qt.focus();case"add-multiple":return Je===""&&Qt.setCursor(ui.line,ui.ch),Qt.replaceSelection(Ao),Qt.focus();case"inster-template-1":return Je===""&&Qt.setCursor(ui.line,ui.ch),Qt.replaceSelection(xo),Qt.focus();case"eraser":return Qt.setValue(""),Qt.focus();case"trigger-watch":return He(!ce),Qt.focus();case"trigger-full-screen":return pe(!ze),Qt.focus();case so:Sn(so);return;case Gi:Sn(Gi);return;case Wi:Sn(Wi);return;case Ji:Sn(Ji);return;case"maths-latex":Sn("maths-latex");return;case Vi:Sn(Vi);return;case to:Sn(to);return;default:throw new Error}},[Qt,ce,ze]),At=(0,Ct.useCallback)((ai,ui)=>{var Je,li,lo,Ho,zo,Mo;switch(Sn(""),an){case so:const{title:Ss,link:me}=ai;return Qt.replaceSelection(`[${Ss}](${me})`),Qt.focus();case Gi:const{language:dr,content:$a}=ai;return Qt.replaceSelection(["```"+dr,$a,"```"].join(`
|
|
`)),Qt.focus();case"maths-latex":for(var Zo=atob(ai),To=new Uint8Array(Zo.length),Ur=0;Ur<Zo.length;Ur++)To[Ur]=Zo.charCodeAt(Ur);var Rr=new Blob([To],{type:"image/png"});(0,je.I)(Rr,jr=>{jr.id?Qt.replaceSelection(``):(jr==null?void 0:jr.status)===401&&(document.location.href="/user/login")});break;case"inline-latex":Qt.replaceSelection("`$$"+ai+"$$`");break;case Wi:case Ji:case Yo:const{src:Yr,alt:Da}=ai,Fo=ui,Ml=(lo=(li=(Je=Fo==null?void 0:Fo.name)==null?void 0:Je.split("."))==null?void 0:li.pop)==null?void 0:lo.call(li);return((Ho=Fo==null?void 0:Fo.type)==null?void 0:Ho.indexOf("image"))>-1||!(Fo!=null&&Fo.type)?Fo!=null&&Fo.align||Fo!=null&&Fo.width?Qt.replaceSelection(`<p style="text-align:${Fo.align||"initial"}"><img width="${Fo.width?Fo.width+"%":"initial"}" src="${Yr}" alt="${Da||""}" /></p>`):Qt.replaceSelection(`<img width="100%" src="${Yr}" alt="${Da||""}" />`):((zo=Fo==null?void 0:Fo.type)==null?void 0:zo.indexOf("video"))>-1?Qt.replaceSelection(`<video width="100%" controls src="${Yr}"></video>`):((Mo=Fo==null?void 0:Fo.type)==null?void 0:Mo.indexOf("pdf"))>-1?Qt.replaceSelection(`<a href="${Yr}?type=${Fo.type}&disposition=inline" target="_blank">${Fo.name}</a>`):Qi.includes(Ml)?Qt.replaceSelection(`<a href="${Yr}?type=office&disposition=inline" target="_blank">${Fo.name}</a>`):Qt.replaceSelection(`[${Fo.name}](${Yr})`),Qt.focus();case to:const{row:qa,col:Go,align:Nr}=ai;let Oa=`
|
|
`;for(let jr=0;jr<qa;jr++){let Ia=[],os=[];for(let xi=0;xi<Go;xi++)jr===1&&os.push(_o[Nr]),Ia.push(" ");jr===1&&(Oa+=`| ${os.join(" | ")} |
|
|
`),Oa+=`| ${Ia.join(Go===1?"":" | ")} |
|
|
`}return Qt.replaceSelection(Oa+`
|
|
`),Qt.focus();default:throw new Error}},[Qt,an]),ei=(0,Ct.useMemo)(()=>{switch(an){case so:return Ct.createElement(qn,{callback:At,onCancel:gi});case Gi:return Ct.createElement(Qn.Z,{callback:At,onCancel:gi});case Wi:return Ct.createElement(je.Z,{callback:At,onCancel:gi});case Vi:return Ct.createElement(rn,{callback:At,onCancel:gi});case to:return Ct.createElement(un,{callback:At,onCancel:gi});case"maths-latex":return Ct.createElement(ki,{showSaveButton:!0,callback:At});case"inline-latex":return Ct.createElement(Oi.Z,{showSaveButton:!0,callback:At});default:return null}},[an]);function gi(){Sn("")}(0,Ct.useEffect)(()=>{if(Ei.current){let ai=function(zo){lo=!0,Ho=zo.pageY},ui=function(){lo=!1},Je=function(zo){if(lo){let Mo=zo.pageY-Ho;Mo<0&&(Mo=0),Mo>300&&(Mo=300);let Zo=Wn+Mo+"px";Fn(Zo)}},li=Ei.current,lo=!1,Ho=0;return li.addEventListener("mousedown",ai),document.addEventListener("mousemove",Je),document.addEventListener("mouseup",ui),()=>{li.removeEventListener("mousedown",ai),document.removeEventListener("mousemove",Je),document.removeEventListener("mouseup",ui)}}},[Qt,Ei]),(0,Ct.useEffect)(()=>{Fn(Wn)},[Wn]);const oi=bo(fe),$i=bo(fi),oo={width:oi,height:$i},Dn=(0,Ct.useMemo)(()=>{if(ii){let ai=new Date(ii),ui=ai.getHours(),Je=ai.getMinutes(),li=ai.getSeconds();return ui=ui<10?"0"+ui:ui,Je=Je<10?"0"+Je:Je,li=li<10?"0"+li:li,`${ui}:${Je}:${li}`}return 0},[ii]),Vn=ai=>{const ui=[];if(fn){let Je=-1;ai=ai.replace(/(@▁▁@|@▁@)/g,function(li,lo,Ho){ui.push({multiLine:li!==wt})})}return ui};function Yn(){window.sessionStorage.removeItem(xe),wi(!1),ti(0)}function Un(){wi(!1),ti(0),Qt.setValue(window.sessionStorage.getItem(xe))}(0,Ct.useEffect)(()=>{hs[an]&&an!==Ji&&an!==Vi&&setTimeout(()=>{const ai=document.getElementsByClassName("markdown-popup-form")[0],ui=window.innerWidth/2-ai.offsetWidth/2,Je=window.innerHeight/2-ai.offsetHeight/2;Cn(ui),ni(Je)},0)},[an]);const vi=ai=>{ai.preventDefault();const ui=ai.clientX-Me,Je=ai.clientY-Gn;document.body.onmousemove=li=>{let lo=li.clientX-ui,Ho=li.clientY-Je;const zo=document.getElementsByClassName("markdown-popup-form")[0],Mo=window.innerWidth-zo.offsetWidth,Zo=window.innerHeight-zo.offsetHeight;lo=Math.max(0,Math.min(lo,Mo)),Ho=Math.max(0,Math.min(Ho,Zo)),mo(li.clientX,li.clientY,ui,Je)&&(Cn(lo),ni(Ho))},document.body.onmouseup=function(){document.body.onmousemove=null}},mo=(ai,ui,Je,li)=>{const lo=document.body.clientHeight,Ho=document.body.clientWidth;return ai<20&&Je>ai||ai>Ho-20&&Je<ai||ui<20&&li>ui||ui>lo-20&&li<ui?(document.body.onmousemove=null,document.body.onmouseup=null,!1):!0};return Ct.createElement(Ct.Fragment,null,Ct.createElement("div",{className:"markdown-editor-wrapper",ref:Ui},Ct.createElement("div",{className:`markdown-editor-container ${Kn} ${ce?"on-preview":""} ${yi?"mini":""} ${ze?"full-screen":""}`,style:oo},Ct.createElement(ne,{insertTemp:kn,watch:ce,fullScreen:ze,showNullButton:Ge,showNullProgramButton:fn,onActionCallback:An,hidetoolBar:Hn,extraUse:ke}),Ct.createElement("div",{className:"markdown-editor-body"},Ct.createElement("div",{className:"codemirror-container"},Ct.createElement("textarea",{ref:Yi,placeholder:Bi})),ce?Ct.createElement("div",{ref:Ci,className:"preview-container"},Pe==="stex"&&Ct.createElement(ee,{value:sn}),Pe!=="stex"&&Ct.createElement(Ke.Z,{disabledFill:jn,showProgramFill:fn,value:sn})):null))),bn?Ct.createElement("a",{ref:Ei,className:"editor-resize"}):null,an===Ji&&Ct.createElement(Zn,{callback:At,onCancel:gi}),an===Vi&&Ct.createElement(rn,{callback:At,onCancel:gi}),Ct.createElement($t.Z,null,hs[an]&&an!==Ji&&an!==Vi?Ct.createElement(dn.default,{maskClosable:!1,centered:!0,style:{position:"absolute",left:Me,top:Gn},title:Ct.createElement("div",{style:{cursor:"move"},onMouseDown:vi},hs[an]),open:!0,onCancel:gi,footer:null,destroyOnClose:!0,width:an===Vi?"1200px":null,height:an===Vi?"80vh":null,className:"markdown-popup-form"},ei):null))}},28451:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return _t},I:function(){return ne}});var Ct=Zt(28284),he=Zt(6767),be=Zt(37568),Ye=Zt(77736),ae=Zt(71051),le=Zt(47889),oe=Zt(99571),Ze=Zt(77903),Se=Zt(59301),qt=Zt(59301),Ke=Object.defineProperty,ee=Object.defineProperties,Ue=Object.getOwnPropertyDescriptors,Ft=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,nt=Object.prototype.propertyIsEnumerable,ct=($t,te,Le)=>te in $t?Ke($t,te,{enumerable:!0,configurable:!0,writable:!0,value:Le}):$t[te]=Le,lt=($t,te)=>{for(var Le in te||(te={}))et.call(te,Le)&&ct($t,Le,te[Le]);if(Ft)for(var Le of Ft(te))nt.call(te,Le)&&ct($t,Le,te[Le]);return $t},pt=($t,te)=>ee($t,Ue(te));const{useForm:vt}=Ct.default,kt={width:280,marginRight:10},Nt={labelCol:{span:5},wrapperCol:{span:19}};var _t=({callback:$t,onCancel:te})=>{const[Le]=vt();let de=(0,Se.useRef)();function Xe(Jn){de.current.width=Le.getFieldValue("width"),de.current.align=Le.getFieldValue("align"),$t(Jn,de.current)}function Ie(Jn,Tn){if(Jn.status===-1){he.ZP.error(Jn.message);return}Le.setFieldsValue({src:`/api/attachments/${Jn.id}`,type:Tn.type})}function ln(Jn){let Tn=Jn.target.files[0];de.current=Tn,ne(Tn,Ie)}return qt.createElement(Ct.default,pt(lt({form:Le},Nt),{className:"upload-image-panel",onFinish:Xe,style:{width:470,overflow:"hidden"}}),qt.createElement(Ct.default.Item,{label:"\u56FE\u7247\u5730\u5740",required:!0},qt.createElement("div",{className:"flex-container"},qt.createElement(Ct.default.Item,{noStyle:!0,name:"src",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u56FE\u7247\u5730\u5740"}]},qt.createElement(be.default,{style:kt})),qt.createElement(Vt,{onFileChange:ln}))),qt.createElement(Ct.default.Item,{label:"\u56FE\u7247\u63CF\u8FF0",name:"alt"},qt.createElement(be.default,{style:{width:264}})),qt.createElement(Ct.default.Item,{label:"\u56FE\u7247\u5BBD\u5EA6",name:"width"},qt.createElement(Ye.Z,null,qt.createElement(Ct.default.Item,{name:"width",style:{margin:0}},qt.createElement(ae.Z,{style:{width:264}})),qt.createElement("span",{className:"ml8"},"%"))),qt.createElement(Ct.default.Item,{label:"\u5BF9\u9F50\u65B9\u5F0F",name:"align"},qt.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"}]})),qt.createElement("aside",null,qt.createElement(Ct.default.Item,{style:{textAlign:"right",position:"relative",right:-98}},qt.createElement(oe.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),qt.createElement(oe.ZP,{type:"default",onClick:te},"\u53D6\u6D88"))))};function Vt({onFileChange:$t}){return qt.createElement("label",{className:"upload-button",style:{cursor:"pointer"}},"\u672C\u5730\u4E0A\u4F20",qt.createElement("input",{type:"file",onChange:$t}))}function ne($t,te){if(!$t)throw new String("\u6CA1\u6709\u6587\u4EF6");let Le=new FormData;Le.append("editormd-image-file",$t),Le.append("file_param_name","editormd-image-file"),Le.append("byxhr","true");var de=new window.XMLHttpRequest;de.withCredentials=!0,de.addEventListener("load",function(Xe){te(JSON.parse(Xe.target.responseText),$t)},!1),de.addEventListener("error",function(Xe){console.error(Xe)},!1),de.open("POST",`${Ze.KI}/api/attachments.json`),de.send(Le)}},79346:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return be}});var Ct=Zt(59301),he=Zt(4676);class be extends Ct.Component{constructor(ae){super(ae);const le=window.document;this.node=le.createElement("div"),le.body.appendChild(this.node)}render(){const{children:ae}=this.props;return(0,he.createPortal)(ae,this.node)}componentWillUnmount(){window.document.body.removeChild(this.node)}}},23954:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{SV:function(){return ve},ZP:function(){return Et}});var Ct=Zt(59301),he=Zt(76374);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"]},Ye={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"]},ae={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(`
|
|
`)}]},oe={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 Ze=Zt(53184),Se=Zt.n(Ze),qt=Object.defineProperty,Ke=Object.defineProperties,ee=Object.getOwnPropertyDescriptors,Ue=Object.getOwnPropertySymbols,Ft=Object.prototype.hasOwnProperty,et=Object.prototype.propertyIsEnumerable,nt=(we,rn,Qe)=>rn in we?qt(we,rn,{enumerable:!0,configurable:!0,writable:!0,value:Qe}):we[rn]=Qe,ct=(we,rn)=>{for(var Qe in rn||(rn={}))Ft.call(rn,Qe)&&nt(we,Qe,rn[Qe]);if(Ue)for(var Qe of Ue(rn))et.call(rn,Qe)&&nt(we,Qe,rn[Qe]);return we},lt=(we,rn)=>Ke(we,ee(rn)),pt=(we,rn,Qe)=>new Promise((Te,$e)=>{var nn=zn=>{try{Nn(Qe.next(zn))}catch(cn){$e(cn)}},un=zn=>{try{Nn(Qe.throw(zn))}catch(cn){$e(cn)}},Nn=zn=>zn.done?Te(zn.value):Promise.resolve(zn.value).then(nn,un);Nn((Qe=Qe.apply(we,rn)).next())});const vt={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"]}},kt=(we,rn)=>rn.map(Qe=>({label:Qe,kind:we.languages.CompletionItemKind.Keyword,insertText:Qe})),Nt=we=>Object.keys(vt.tables).map(rn=>({label:rn,kind:we.languages.CompletionItemKind.Variable,insertText:rn})),_t=(we,rn)=>{const Qe=vt.tables[we];return Qe?Qe.map(Te=>({label:Te,kind:rn.languages.CompletionItemKind.Field,insertText:Te})):[]};function Vt(we,rn,Qe,Te,$e){let nn=rn.getWordUntilPosition(Qe),un={startLineNumber:Qe.lineNumber,endLineNumber:Qe.lineNumber,startColumn:nn.startColumn,endColumn:nn.endColumn},Nn=Te.map(zn=>({label:zn,kind:we.languages.CompletionItemKind.Keyword,insertText:zn,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:un}));return $e.map(zn=>{Nn.push(lt(ct({},zn),{range:un}))}),Nn}var ne=we=>{vt.languages.map($e=>(we.languages.registerDocumentFormattingEditProvider($e,{provideDocumentFormattingEdits(nn,un,Nn){return pt(this,null,function*(){const zn=Se()(nn.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:nn.getFullModelRange(),text:zn}]})}}),$e));const rn=ae.quickKey.map($e=>({label:$e.label,kind:we.languages.CompletionItemKind.Method,insertText:$e.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet})),Qe=le.quickKey.map($e=>({label:$e.label,kind:we.languages.CompletionItemKind.Method,insertText:$e.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet})),Te=Ye.quickKey.map($e=>({label:$e.label,kind:we.languages.CompletionItemKind.Method,insertText:$e.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet}));we.languages.registerCompletionItemProvider("cpp",{provideCompletionItems:function($e,nn){var un=$e.getWordUntilPosition(nn),Nn={startLineNumber:nn.lineNumber,endLineNumber:nn.lineNumber,startColumn:un.startColumn,endColumn:un.endColumn},zn=$e.getLineContent(nn.lineNumber).substring(un.startColumn-2,un.endColumn);return{suggestions:[...ae.keywords.map(cn=>({label:cn,kind:we.languages.CompletionItemKind.Function,documentation:cn,insertText:cn,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Nn})),...ae.quickKey.map(cn=>({label:cn.label,kind:we.languages.CompletionItemKind.Function,documentation:cn.content,insertText:zn.startsWith("#")?cn.content.replace(/#/,""):cn.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Nn}))]}}}),we.languages.registerCompletionItemProvider("c",{provideCompletionItems:function($e,nn){var un=$e.getWordUntilPosition(nn),Nn={startLineNumber:nn.lineNumber,endLineNumber:nn.lineNumber,startColumn:un.startColumn,endColumn:un.endColumn};return{suggestions:[...be.keywords.map(zn=>({label:zn,kind:we.languages.CompletionItemKind.Function,documentation:zn,insertText:zn,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Nn}))]}}}),we.languages.registerCompletionItemProvider("java",{provideCompletionItems:function($e,nn){var un=$e.getWordUntilPosition(nn),Nn={startLineNumber:nn.lineNumber,endLineNumber:nn.lineNumber,startColumn:un.startColumn,endColumn:un.endColumn},zn=$e.getLineContent(nn.lineNumber).substring(un.startColumn-2,un.endColumn);return{suggestions:[...Ye.keywords.map(cn=>({label:cn,kind:we.languages.CompletionItemKind.Function,documentation:cn,insertText:cn,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Nn})),...Ye.quickKey.map(cn=>({label:cn.label,kind:we.languages.CompletionItemKind.Function,documentation:cn.content,insertText:zn.startsWith("#")?cn.content.replace(/#/,""):cn.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Nn}))]}}}),we.languages.registerCompletionItemProvider("scala",{provideCompletionItems:function($e,nn){var un=$e.getWordUntilPosition(nn),Nn={startLineNumber:nn.lineNumber,endLineNumber:nn.lineNumber,startColumn:un.startColumn,endColumn:un.endColumn},zn=$e.getLineContent(nn.lineNumber).substring(un.startColumn-2,un.endColumn);return{suggestions:[...oe.keywords.map(cn=>({label:cn,kind:we.languages.CompletionItemKind.Function,documentation:cn,insertText:cn,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Nn})),...oe.quickKey.map(cn=>({label:cn.label,kind:we.languages.CompletionItemKind.Function,documentation:cn.content,insertText:zn.startsWith("#")?cn.content.replace(/#/,""):cn.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Nn}))]}}}),we.languages.registerCompletionItemProvider("python",{provideCompletionItems:function($e,nn){var un=$e.getWordUntilPosition(nn),Nn={startLineNumber:nn.lineNumber,endLineNumber:nn.lineNumber,startColumn:un.startColumn,endColumn:un.endColumn},zn=$e.getLineContent(nn.lineNumber).substring(un.startColumn-2,un.endColumn);return{suggestions:[...le.keywords.map(cn=>({label:cn,kind:we.languages.CompletionItemKind.Function,documentation:cn,insertText:cn,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Nn})),...le.quickKey.map(cn=>({label:cn.label,kind:we.languages.CompletionItemKind.Function,documentation:cn.content,insertText:zn.startsWith("#")?cn.content.replace(/#/,""):cn.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Nn}))]}}})};const $t="\u8BE5\u4EFB\u52A1\u5173\u5361\u8BBE\u7F6E\u4E86\u7981\u6B62\u590D\u5236\u7C98\u8D34\uFF0C\u8BF7\u624B\u52A8\u8F93\u5165\u4EE3\u7801\u3002";var te=Object.defineProperty,Le=(we,rn,Qe)=>rn in we?te(we,rn,{enumerable:!0,configurable:!0,writable:!0,value:Qe}):we[rn]=Qe,de=(we,rn,Qe)=>Le(we,typeof rn!="symbol"?rn+"":rn,Qe);const Xe=class px{constructor(rn,Qe,Te){this.placeholder=rn,this.editor=Qe,this.monaco=Te,Qe.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)}};de(Xe,"ID","editor.widget.placeholderHint");var ln=Xe,Jn=Zt(96236),Tn=Zt(6767),mi=Zt(25399),En=Zt(89392),ue=Zt(34604),Kt=Zt(56102),vn=Object.defineProperty,qn=Object.defineProperties,Qn=Object.getOwnPropertyDescriptors,je=Object.getOwnPropertySymbols,dn=Object.prototype.hasOwnProperty,Ln=Object.prototype.propertyIsEnumerable,ri=(we,rn,Qe)=>rn in we?vn(we,rn,{enumerable:!0,configurable:!0,writable:!0,value:Qe}):we[rn]=Qe,xn=(we,rn)=>{for(var Qe in rn||(rn={}))dn.call(rn,Qe)&&ri(we,Qe,rn[Qe]);if(je)for(var Qe of je(rn))Ln.call(rn,Qe)&&ri(we,Qe,rn[Qe]);return we},Zn=(we,rn)=>qn(we,Qn(rn)),ie=(we,rn)=>{var Qe={};for(var Te in we)dn.call(we,Te)&&rn.indexOf(Te)<0&&(Qe[Te]=we[Te]);if(we!=null&&je)for(var Te of je(we))rn.indexOf(Te)<0&&Ln.call(we,Te)&&(Qe[Te]=we[Te]);return Qe},Rn=(we,rn,Qe)=>new Promise((Te,$e)=>{var nn=zn=>{try{Nn(Qe.next(zn))}catch(cn){$e(cn)}},un=zn=>{try{Nn(Qe.throw(zn))}catch(cn){$e(cn)}},Nn=zn=>zn.done?Te(zn.value):Promise.resolve(zn.value).then(nn,un);Nn((Qe=Qe.apply(we,rn)).next())});function zi(we){return/^\d+$/.test(we)?`${we}px`:we}function Dt(){}let Lt=!1;const xt={"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 Bt(we=[]){let rn=we;if(Array.isArray(we)){for(let Qe=0;Qe<we.length;Qe++){let Te=xt[we[Qe]];if(Te)return Te}return rn[0]}return xt[rn]||rn}let zt=null;var Et=we=>{var rn=we,{width:Qe="100%",height:Te="100%",value:$e,language:nn="javascript",style:un={},options:Nn={},overrideServices:zn={},theme:cn="vs-dark",onEditBlur:Ai,isCopy:ki=!1,onSave:Oi,autoHeight:Ki=!1,forbidCopy:so=!1,onChange:Wi=Dt,editorDidMount:Vi=Dt,onFocus:Ji=Dt,onBreakPoint:Yo=Dt,breakPointValue:Gi=[],filename:to="educoder.txt",errorLine:er,errorContent:_o="",highlightLine:$o,openBreakPoint:wr=!1,placeholder:qo="",showMiniMap:ur=!0}=rn,xr=ie(rn,["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 Ao=(0,Ct.useRef)(),wt=(0,Ct.useRef)({}),xo=(0,Ct.useRef)(),Qi=(0,Ct.useRef)(),bo=(0,Ct.useRef)([]),nr=(0,Ct.useRef)(!1),Xo=(0,Ct.useRef)(),Br=(0,Ct.useRef)(),hs=(0,Ct.useRef)(!1),[eo,Oe]=(0,Ct.useState)(!1);function Ce(){let Ae;return Ao.current&&(Ae=new he.Z(wn=>{for(let Bn of wn)(Bn.target.offsetHeight>0||Bn.target.offsetWidth>0)&&wt.current.instance.layout()}),Ae.observe(Ao.current)),Ae}function fe(){Tn.ZP.warning({content:decodeURIComponent($t),key:"monaco-editor-tip"})}const Wn=()=>{let Ae=wt.current.instance;if($e!=null&&Ae&&eo){const wn=Ae.getModel();wn&&$e!==wn.getValue()&&(Lt=!0,wn.setValue($e),Ae.layout(),Lt=!1)}};(0,Ct.useEffect)(()=>{const Ae=ue.Z.subscribe("formatDocument",wn=>{var Bn;let Kn=wt.current.instance;(Bn=Kn==null?void 0:Kn.getAction)==null||Bn.call(Kn,"editor.action.formatDocument").run()});return window.updateMonacoValue=wn=>{Wi(wn)},Ae},[]),(0,Ct.useEffect)(()=>{var Ae;let wn=wt.current.instance;Qi.current&&clearTimeout(Qi.current),Qi.current=setTimeout(()=>{Wn()},500),$e&&($e!=null&&$e.length)&&((Ae=wn==null?void 0:wn.updateOptions)==null||Ae.call(wn,{lineNumbersMinChars:Math.max(Math.floor(Math.log10($e.split(/\r\n|\r|\n/g).length))+3,5)}))},[$e,eo,wt.current]),(0,Ct.useEffect)(()=>{if(er&&wt.current&&wt.current.instance){let wn=wt.current.instance;wn.changeViewZones(function(Bn){var Kn=document.createElement("div");Kn.style.padding="10px 20px",Kn.style.width="calc(100% - 20px)",Kn.className="my-error-line-wrp",Kn.innerHTML=_o,Bn.addZone({afterLineNumber:er||11,heightInLines:3,domNode:Kn})});var Ae={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}};wn.addOverlayWidget(Ae),wn.revealPositionInCenter({lineNumber:20,column:1})}},[er,wt.current,eo]);const yi=(Ae="",wn)=>{if(!Ae||Ae.trim()==="")return!0;const Kn=wt.current.instance.getModel().getLineTokens(wn);let In=!1;for(let mn=0;mn<2;mn++)Kn.getStandardTokenType(mn)===1&&(In=!0);return In};(0,Ct.useEffect)(()=>{var Ae;const wn=(Ae=wt.current)==null?void 0:Ae.instance;if(wn&&eo&&so){const Bn=wn.onDidBlurEditorWidget(()=>{hs.current=!1}),Kn=wn.onDidFocusEditorText(()=>{hs.current=!0});return()=>{Bn.dispose(),Kn.dispose()}}},[wt.current,eo,so]),(0,Ct.useEffect)(()=>{var Ae;if((Ae=wt.current)!=null&&Ae.instance&&eo&&wr){let wn=wt.current.instance,Bn=wn.getModel();if(!Bn)return;(()=>{var ce;let He=[],ze=[];const pe=Bn.getAllDecorations();for(let Sn of pe)Sn.options.className==="highlighted-line"&&(He.push((ce=Sn==null?void 0:Sn.range)==null?void 0:ce.startLineNumber),ze.push(Sn==null?void 0:Sn.id));if($o===He[0])return;Bn.deltaDecorations(ze,[]);const an=Bn.getLineCount();$o&&$o<=an&&(wn.deltaDecorations([],[{range:new zt.Range($o,1,$o,Bn.getLineMaxColumn($o)),options:{isWholeLine:!0,className:"highlighted-line"}}]),wn.revealLineInCenter($o))})();const In=(ce=!1)=>{var He;let ze=[],pe=[];const an=Bn.getAllDecorations();for(let Sn of an)Sn.options.linesDecorationsClassName==="breakpoints-select"&&(ze.push((He=Sn==null?void 0:Sn.range)==null?void 0:He.startLineNumber),pe.push(Sn==null?void 0:Sn.id));if(ce)return{lines:ze,ids:pe};Yo(ze)},mn=ce=>Rn(void 0,null,function*(){let He={range:new zt.Range(ce,1,ce,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}};yield Bn.deltaDecorations([],[He]),In()}),jn=ce=>Rn(void 0,null,function*(){let He=[];const ze=wn.getLineDecorations(ce);for(let pe of ze)pe.options.linesDecorationsClassName==="breakpoints-select"&&He.push(pe.id);yield Bn.deltaDecorations(He,[]),In()}),Bi=ce=>{let He=wn.getLineDecorations(ce);for(let ze of He)if(ze.options.linesDecorationsClassName==="breakpoints-select")return!0;return!1};if(!(0,En.isEqual)(Gi,In(!0).lines)){Bn.deltaDecorations(In(!0).ids,[]);const ce=Gi.map(He=>({range:new zt.Range(He,1,He,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}}));Bn.deltaDecorations([],ce)}const bi=wn.onDidChangeModelContent(ce=>{let He=wn.getPosition();if(He){let ze=He.lineNumber;clearTimeout(Br.current),Br.current=setTimeout(()=>{yi(Bn.getLineContent(ze),ze)?jn(ze):Bi(ze)?(jn(ze),mn(ze)):In()},100)}}),ke=wn.onMouseDown(ce=>{var He,ze,pe;if(ce.target.detail&&((pe=(ze=(He=ce.target)==null?void 0:He.element)==null?void 0:ze.className)!=null&&pe.includes("line-numbers"))){let an=ce.target.position.lineNumber;if(yi(Bn.getLineContent(an),an))return;Bi(an)?jn(an):mn(an)}}),Qt=ce=>{let He={range:new zt.Range(ce,1,ce,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-fake"}};bo.current=wn.deltaDecorations(bo.current,[He])},ye=()=>{bo.current=wn.deltaDecorations(bo.current,[])},sn=wn.onMouseMove(ce=>{var He,ze,pe;if(ye(),ce.target.detail&&((pe=(ze=(He=ce.target)==null?void 0:He.element)==null?void 0:ze.className)!=null&&pe.includes("line-numbers"))){let an=ce.target.position.lineNumber;if(yi(Bn.getLineContent(an),an))return;Qt(an)}}),Ti=wn.onMouseLeave(()=>{ye()});return()=>{bi.dispose(),ke.dispose(),sn.dispose(),Ti.dispose()}}},[wt.current,eo,Gi,$o,wr,nn]),(0,Ct.useEffect)(()=>{var Ae;(Ae=wt.current)!=null&&Ae.instance&&wr&&wt.current.instance.setPosition({lineNumber:0,column:0})},[$o]);function Mi(){let Ae=wt.current.instance;if(Ae){const wn=Ae.getSelection(),Bn=wt.current.pastePos||{},Kn=new zt.Range(Bn.startLineNumber||wn.endLineNumber,Bn.startColumn||wn.endColumn,Bn.endLineNumber||wn.endLineNumber,Bn.endColumn||wn.endColumn);setTimeout(()=>{Ae.executeEdits("",[{range:Kn,text:""}])},300)}}function on(Ae){(window.navigator.platform.match("Mac")?Ae.metaKey:Ae.ctrlKey)&&Ae.keyCode==83&&(Ae.preventDefault(),Oi())}const kn=()=>{if(Ki&&wt.current.instance){const Ae=wt.current.instance.getContentHeight();Hn(Ae<Te?Te:Ae)}else Hn(Te)};function Pe(Ae){var wn=document.createEvent("MouseEvents");wn.initMouseEvent("click",!0,!1,window,0,0,0,0,0,!1,!1,!1,!1,0,null),Ae.dispatchEvent(wn)}const xe=Ae=>{if(!hs.current)return;const{keyCode:wn,ctrlKey:Bn,metaKey:Kn,target:In,type:mn}=Ae;return(mn==="paste"||(wn===67||wn===86)&&(Kn||Bn))&&In.nodeName==="TEXTAREA"&&(fe(),Ae.preventDefault()),!1};function bn(Ae,wn){var Bn=window.URL||window.webkitURL||window,Kn=new Blob([wn]),In=document.createElementNS("http://www.w3.org/1999/xhtml","a");In.href=Bn.createObjectURL(Kn),In.download=Ae,Pe(In)}(0,Ct.useEffect)(()=>{kn()},[kn]),(0,Ct.useEffect)(()=>{Ao.current&&!eo&&Promise.all([Zt.e(8909),Zt.e(3267)]).then(Zt.bind(Zt,71448)).then(Ae=>{try{zt=Ae,wt.current.instance=zt.editor.create(Ao.current,{value:$e,language:Bt(nn),theme:cn,requireConfig:{"vs/nls":{availableLanguages:{"*":"zh-cn"}}},wordWrap:!0,autoIndent:!0,contextmenu:!0,formatOnType:!0,minimap:{enabled:ur||!1}},zn);const wn=wt.current.instance;let In=[...Jn.BH._menuItems].find(bi=>bi[0]._debugName=="EditorContext")[1],mn=["editor.action.clipboardCopyWithSyntaxHighlightingAction","editor.action.quickCommand","editor.action.clipboardCopyAction","editor.action.clipboardPasteAction","editor.action.clipboardCutAction"],jn=(bi,ke)=>{var Qt,ye;let sn=bi._first;do ke.includes((ye=(Qt=sn.element)==null?void 0:Qt.command)==null?void 0:ye.id)&&bi._remove(sn);while(sn=sn.next)};if(Vi(wn,zt),setTimeout(()=>{kn(),wt.current.instance.addAction({id:"d123123",label:"Download File",contextMenuGroupId:"9_cutcopypaste",run:()=>{bn(to||"educoder.txt",wn.getValue())}})},500),wt.current.subscription=wn.onDidChangeModelContent(bi=>{nr.current?clearTimeout(Xo.current):(kn(),Wi(wn.getValue(),bi)),Xo.current=setTimeout(()=>{nr.current=!1},500)}),window.Monaco||ne(zt,Bt(nn)),so&&(jn(In,mn),Ao.current.classList.add("noCopyPaste"),window.removeEventListener("keydown",xe),window.removeEventListener("paste",xe),window.addEventListener("keydown",xe),window.addEventListener("paste",xe)),window.Monaco=zt,Ai&&wn.onDidBlurEditorWidget(()=>{Ai(wn.getValue())}),Ji&&wn.onDidFocusEditorText(()=>{Ji(wn.getValue())}),so)try{wn.onDidPaste(bi=>{const ke=wn.getSelection(),Qt=wt.current.pastePos||{},ye=new zt.Range(Qt.startLineNumber||ke.endLineNumber,Qt.startColumn||ke.endColumn,Qt.endLineNumber||ke.endLineNumber,Qt.endColumn||ke.endColumn);wn.executeEdits("",[{range:bi.range,text:""}])})}catch(bi){}let Bi=Ce();return qo&&typeof qo=="string"&&new ln(qo,wn,zt),Oe(!0),()=>{const bi=wt.current.instance;bi.dispose();const ke=bi.getModel();ke&&ke.dispose(),wt.current.subscription&&wt.current.subscription.dispose(),Bi.unobserve(Ao.current)}}catch(wn){}})},[]),(0,Ct.useEffect)(()=>{if(wt.current.instance&&eo)return document.addEventListener("keydown",on,!1),()=>{document.removeEventListener("keydown",on)}},[Oi,eo]),(0,Ct.useEffect)(()=>{let Ae=wt.current.instance;if(Ae&&eo){let wn=Bt(nn);zt.editor.setModelLanguage(Ae.getModel(),wn)}},[nn,eo]),(0,Ct.useEffect)(()=>{wt.current.instance&&eo&&zt.editor.setTheme(cn)},[cn,eo]),(0,Ct.useEffect)(()=>{let Ae=wt.current.instance;xo.current=Nn,Ae&&eo&&(Ae.updateOptions(xn({},Nn)),setTimeout(()=>{Ae.getModel().updateOptions(xn({},Nn))},200))},[JSON.stringify(Nn),eo]),(0,Ct.useEffect)(()=>{let Ae=wt.current.instance;Ae&&eo&&Ae.layout()},[Qe,Te,eo]);const[Wt,Ge]=(0,Ct.useState)(zi(Qe)),[fn,Hn]=(0,Ct.useState)(zi(Te)),Fe=Zn(xn({},un),{width:Wt,height:fn,position:"relative"});return Ct.createElement("div",{className:"my-monaco-editor",ref:Ao,style:Fe},ki&&Ct.createElement(Kt.CopyToClipboard,{text:$e,onCopy:()=>Tn.ZP.success("\u590D\u5236\u6210\u529F")},Ct.createElement(mi.Z,{title:"\u590D\u5236\u4EE3\u7801"},Ct.createElement("div",{style:{position:"absolute",top:0,right:10,cursor:"pointer",zIndex:10,color:"#165DFF"}},Ct.createElement("i",{className:"iconfont icon-fuzhi8",style:{fontSize:14}})," \u590D\u5236\u4EE3\u7801"))))};function ve({width:we="100%",height:rn="100%",original:Qe,modified:Te,language:$e,options:nn={}}){const un=(0,Ct.useRef)(),[Nn,zn]=(0,Ct.useState)(null);function cn(Ki){let so;return un.current&&(so=new he.Z(Wi=>{for(let Vi of Wi)(Vi.target.offsetHeight>0||Vi.target.offsetWidth>0)&&Ki.layout()}),so.observe(un.current)),so}(0,Ct.useEffect)(()=>(un.current&&Promise.all([Zt.e(8909),Zt.e(9404)]).then(Zt.bind(Zt,2550)).then(Ki=>{zt=Ki;const so=zt.editor.createDiffEditor(un.current,Zn(xn({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},nn),{wordWrap:!0}));zn(so);let Wi=cn(so);return()=>{so.dispose();const Vi=so.getModel();Vi&&Vi.dispose(),Wi.unobserve(un.current)}}),()=>{window.removeEventListener("keydown",checkPaste),window.removeEventListener("paste",checkPaste)}),[]),(0,Ct.useEffect)(()=>{Nn&&Nn.setModel({original:zt.editor.createModel(Qe,$e),modified:zt.editor.createModel(Te,$e)})},[Qe,Te,$e,Nn]);const Ai=zi(we),ki=zi(rn),Oi={width:Ai,height:ki};return Ct.createElement("div",{className:"my-diff-editor",ref:un,style:Oi})}},58856:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return he}});var Ct=Zt(59301);function he(be,Ye){const ae=(0,Ct.useRef)();(0,Ct.useEffect)(()=>{ae.current=be}),(0,Ct.useEffect)(()=>{function le(){ae.current()}if(Ye!==null){let oe=setInterval(le,Ye);return()=>clearInterval(oe)}},[Ye])}},4359:function(gn,Xn,Zt){"use strict";Zt.r(Xn),Zt.d(Xn,{default:function(){return bi}});var Ct=Zt(59301),he=Zt(89070),be=Zt(93041),Ye=Zt(24404),ae=Zt(28284),le=Zt(6767),oe=Zt(37285),Ze=Zt(91882),Se=Zt(77019),qt=Zt(5269),Ke=Zt(25399),ee=Zt(37568),Ue=Zt(99571),Ft=Zt(32134),et=Zt(31417),nt=Zt(62957),ct=Zt(62673),lt=Zt(71051),pt=Zt(94941),vt=Zt(12290),kt=Zt(85149),Nt={flex_box_center:"flex_box_center___T9vjl",flex_space_between:"flex_space_between___zZP1J",flex_box_vertical_center:"flex_box_vertical_center___vbIhw",flex_box_center_end:"flex_box_center_end___SjRau",flex_box_column:"flex_box_column___Ic_zi",wrap:"wrap___GtXAk",modal:"modal___mDuC3",titleWrap:"titleWrap___EzCZh",required:"required___KgfdI",title:"title___TMgfc",colorGray:"colorGray___xNVTs",choiceWrap:"choiceWrap___Rv9ug",answer:"answer___hVpls",activeAnswer:"activeAnswer___oJoq9",deleteIcon:"deleteIcon___bkn4b",addIcon:"addIcon___S2pDY",editorWrap:"editorWrap___BOx_r",htmlWrap:"htmlWrap___ERVlQ",radio:"radio___lrt5b",color333:"color333___pz3OT",color999:"color999___jtQ7e",questionType:"questionType___qUnUb",questionChoices:"questionChoices___n36qp"},_t=Object.defineProperty,Vt=Object.getOwnPropertySymbols,ne=Object.prototype.hasOwnProperty,$t=Object.prototype.propertyIsEnumerable,te=(ke,Qt,ye)=>Qt in ke?_t(ke,Qt,{enumerable:!0,configurable:!0,writable:!0,value:ye}):ke[Qt]=ye,Le=(ke,Qt)=>{for(var ye in Qt||(Qt={}))ne.call(Qt,ye)&&te(ke,ye,Qt[ye]);if(Vt)for(var ye of Vt(Qt))$t.call(Qt,ye)&&te(ke,ye,Qt[ye]);return ke},de=(ke,Qt)=>{var ye={};for(var sn in ke)ne.call(ke,sn)&&Qt.indexOf(sn)<0&&(ye[sn]=ke[sn]);if(ke!=null&&Vt)for(var sn of Vt(ke))Qt.indexOf(sn)<0&&$t.call(ke,sn)&&(ye[sn]=ke[sn]);return ye},Xe=(ke,Qt,ye)=>new Promise((sn,Ti)=>{var ce=pe=>{try{ze(ye.next(pe))}catch(an){Ti(an)}},He=pe=>{try{ze(ye.throw(pe))}catch(an){Ti(an)}},ze=pe=>pe.done?sn(pe.value):Promise.resolve(pe.value).then(ce,He);ze((ye=ye.apply(ke,Qt)).next())});const Ie=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],ln=(ke,Qt)=>{var ye=ke,{problemset:sn,globalSetting:Ti,loading:ce,dispatch:He,onRef:ze=()=>{},editData:pe}=ye,an=de(ye,["problemset","globalSetting","loading","dispatch","onRef","editData"]);const[Sn,ii]=(0,Ct.useState)([]),[ti,fi]=(0,Ct.useState)(),[Fn,Ee]=(0,Ct.useState)([]),[wi,Me]=(0,Ct.useState)(""),[Cn,Gn]=(0,Ct.useState)(5),[ni,Yi]=(0,Ct.useState)(!1),Ui=(0,he.useParams)();(0,Ct.useEffect)(()=>{ii(["","","",""])},[]),(0,Ct.useEffect)(()=>{if(!(pe!=null&&pe.question_choices)){Yi(!0);return}Me(pe==null?void 0:pe.question_title),Gn(parseInt(pe==null?void 0:pe.question_score)),ii(pe==null?void 0:pe.question_choices.map(ei=>ei.choice_text));const At=[];pe==null||pe.standard_answer.map((ei,gi)=>{At.push(ei-1)}),Ee(At)},[pe]),(0,Ct.useImperativeHandle)(Qt,()=>({onSave:Ei,isEdit:ni}));const Ei=()=>Xe(void 0,null,function*(){if(!wi)return le.ZP.info("\u8BF7\u60A8\u8F93\u5165\u9898\u76EE"),!1;const At=Sn.findIndex(oi=>!oi);if(At>-1)return le.ZP.info(`\u8BF7\u5148\u8F93\u5165 ${Ie[At]} \u9009\u9879\u7684\u5185\u5BB9`),!1;if(!Fn.length)return le.ZP.info("\u8BF7\u8BBE\u7F6E\u672C\u9898\u7684\u6B63\u786E\u7B54\u6848\uFF0C\u70B9\u51FB\u9009\u9879A/B...\u5373\u53EF\u5B8C\u6210\u8BBE\u7F6E"),!1;if(Fn.length<1)return le.ZP.info("\u8BF7\u9009\u62E9\u7B54\u6848"),!1;const ei=Sn.map((oi,$i)=>({choice_text:oi,is_answer:Fn.includes($i)?$i+1:0}));let gi;pe.question_id?gi=yield He({type:"exercise/editExerciseQuestion",payload:{id:pe.question_id,question_title:wi,question_type:1,question_score:"5.0",question_choices:ei.map(oi=>oi.choice_text),standard_answers:ei.filter(oi=>oi.is_answer).map(oi=>oi.is_answer)}}):gi=yield He({type:"exercise/addExerciseQuestion",payload:{categoryId:Ui.categoryId,question_title:wi,question_type:1,question_score:"5.0",question_choices:ei.map(oi=>oi.choice_text),standard_answers:ei.filter(oi=>oi.is_answer).map(oi=>oi.is_answer)}}),gi.status===0&&(le.ZP.success("\u4FDD\u5B58\u6210\u529F"),Yi(!1),He({type:"exercise/editExercise",payload:Le({},Ui)}))}),Ci=[{name:"\u5220\u9664",icon:"iconfont c-light-black ml30 icon-shanchu",id:"del"},{name:"\u4E0A\u79FB",icon:"iconfont c-green ml30 icon-shangyi_Hover",id:"up"},{name:"\u4E0B\u79FB",icon:"iconfont c-green ml30 icon-xiayi_moren",id:"down"},{name:"\u7F16\u8F91",icon:"iconfont c-green ml30 icon-bianjishijuan3x",id:"edit"}],ho=At=>Xe(void 0,null,function*(){switch(At.id){case"del":let ei;nt.default.confirm({centered:!0,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u786E\u8BA4\u8981\u5220\u9664\u8FD9\u4E2A\u95EE\u9898\u5417\uFF1F",onOk(){return Xe(this,null,function*(){yield(0,pt.Fl)({id:pe.question_id}),He({type:"exercise/editExercise",payload:Le({},Ui)})})}});break;case"up":case"down":yield He({type:"exercise/exeriseMoveUpDown",payload:{id:pe.question_id,opr:At.id}}),He({type:"exercise/editExercise",payload:Le({},Ui)});break;case"edit":Yi(!0);break}}),si=()=>{var At;return Ct.createElement("aside",null,Ct.createElement("div",{className:Nt.questionType},Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},pe.key,"\u3001\u591A\u9009\u9898"),"\uFF08",pe.question_score,"\u5206\uFF09"),!pe.hideAction&&Ci.map(function(ei,gi){return ei.id==="up"&&pe.key===1||ei.id==="down"&&pe.key===pe.len?null:Ct.createElement(Ke.Z,{key:gi,placement:"bottom",title:ei.name},Ct.createElement("span",{onClick:()=>ho(ei),className:ei.icon}))})),Ct.createElement("div",{className:"mt5"},Ct.createElement(kt.Z,{value:pe.question_title})),Ct.createElement("div",{className:Nt.questionChoices},(At=pe==null?void 0:pe.question_choices)==null?void 0:At.map(function(ei,gi){return Ct.createElement(Se.Z,null,Ct.createElement(qt.Z,null,Ct.createElement(ct.default,{key:gi,checked:pe.standard_answer.includes(gi+1),disabled:!0},Ie[gi],".")),Ct.createElement(qt.Z,{flex:"1"},Ct.createElement("span",{className:"c-black font14"},Ct.createElement(kt.Z,{value:ei.choice_text}))))})))},An=()=>Ct.createElement("aside",null,Ct.createElement("div",{className:Nt.questionType},Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},"\u9009\u62E9\u9898"),"\uFF08\u5BA2\u89C2\u9898\uFF0C\u7531\u7CFB\u7EDF\u81EA\u52A8\u8BC4\u5206\uFF0C\u8BF7\u8BBE\u7F6E\u6807\u51C6\u7B54\u6848\uFF09")),Ct.createElement("p",{className:Nt.titleWrap},Ct.createElement("span",{className:Nt.required},"*"),Ct.createElement("span",{className:Nt.title},"\u9898\u5E72\uFF1A")),Ct.createElement(vt.Z,{id:"single-question-title",watch:!0,height:155,placeholder:"\u8BF7\u60A8\u8F93\u5165\u9898\u5E72",defaultValue:wi,onChange:At=>Me(At)}),Sn.map((At,ei)=>Ct.createElement("div",{className:Nt.choiceWrap,key:ei},Ct.createElement(Ke.Z,{title:"\u70B9\u51FB\u8BBE\u7F6E\u4E3A\u6807\u51C6\u7B54\u6848",placement:"left"},Ct.createElement("div",{className:`${Nt.answer} ${Fn.includes(ei)?Nt.activeAnswer:""}`,onClick:()=>{Fn.includes(ei)?Ee(Fn.filter(gi=>gi!==ei)):Ee([...Fn,ei])}},Ie[ei])),Ct.createElement("div",{className:Nt.editorWrap},ti===ei?Ct.createElement(vt.Z,{id:`single-question-option-${ei}`,watch:!0,height:155,placeholder:"\u8BF7\u60A8\u8F93\u5165\u9009\u9879",defaultValue:At,onChange:gi=>{Sn[ei]=gi,ii(Sn)}}):Ct.createElement("div",{className:Nt.htmlWrap,onClick:()=>fi(ei)},Ct.createElement(kt.Z,{value:At}))),ei>1&&Ct.createElement(Ke.Z,{title:"\u5220\u9664"},Ct.createElement("i",{className:`${Nt.deleteIcon} iconfont icon-htmal5icon19`,onClick:()=>ii(Sn.filter((gi,oi)=>oi!==ei))})),ei<7&&ei===Sn.length-1&&Ct.createElement(Ke.Z,{title:"\u65B0\u589E\u53C2\u8003\u7B54\u6848"},Ct.createElement("i",{className:`${Nt.addIcon} iconfont icon-roundaddfill ml6`,onClick:()=>ii([...Sn,""])})))),Ct.createElement("p",{className:"c-orange"},"\u6E29\u99A8\u63D0\u793A\uFF1A\u70B9\u51FB\u9009\u9879\u8F93\u5165\u6846\u53EF\u8BBE\u7F6E\u7B54\u6848\uFF1B\u9009\u4E2D\u7684\u9009\u9879\u5373\u4E3A\u6B63\u786E\u7B54\u6848\uFF0C\u9009\u62E9\u591A\u4E2A\u7B54\u6848\u5373\u4E3A\u591A\u9009\u9898"),Ct.createElement("p",{className:""},"\u5206\u503C\uFF1A",Ct.createElement(lt.Z,{value:Cn,max:1e4,min:-1,onChange:At=>{Gn(At)}})," \u5206"),Ct.createElement("aside",{className:"tr"},pe.question_id&&Ct.createElement(Ue.ZP,{type:"default",onClick:()=>Yi(!1)},"\u53D6\u6D88"),Ct.createElement(Ue.ZP,{className:"ml20",type:"primary",onClick:()=>Ei()},"\u4FDD\u5B58")));return Ct.createElement("section",{className:Nt.wrap},!ni&&si(),ni&&An())};var Jn=(0,he.connect)(({problemset:ke,loading:Qt,globalSetting:ye})=>({problemset:ke,globalSetting:ye,loading:Qt.effects}),null,null,{forwardRef:!0})((0,Ct.forwardRef)(ln)),Tn=Zt(47889),mi=Object.defineProperty,En=Object.getOwnPropertySymbols,ue=Object.prototype.hasOwnProperty,Kt=Object.prototype.propertyIsEnumerable,vn=(ke,Qt,ye)=>Qt in ke?mi(ke,Qt,{enumerable:!0,configurable:!0,writable:!0,value:ye}):ke[Qt]=ye,qn=(ke,Qt)=>{for(var ye in Qt||(Qt={}))ue.call(Qt,ye)&&vn(ke,ye,Qt[ye]);if(En)for(var ye of En(Qt))Kt.call(Qt,ye)&&vn(ke,ye,Qt[ye]);return ke},Qn=(ke,Qt)=>{var ye={};for(var sn in ke)ue.call(ke,sn)&&Qt.indexOf(sn)<0&&(ye[sn]=ke[sn]);if(ke!=null&&En)for(var sn of En(ke))Qt.indexOf(sn)<0&&Kt.call(ke,sn)&&(ye[sn]=ke[sn]);return ye},je=(ke,Qt,ye)=>new Promise((sn,Ti)=>{var ce=pe=>{try{ze(ye.next(pe))}catch(an){Ti(an)}},He=pe=>{try{ze(ye.throw(pe))}catch(an){Ti(an)}},ze=pe=>pe.done?sn(pe.value):Promise.resolve(pe.value).then(ce,He);ze((ye=ye.apply(ke,Qt)).next())});const dn=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],Ln=(ke,Qt)=>{var ye=ke,{problemset:sn,globalSetting:Ti,loading:ce,dispatch:He,onRef:ze=()=>{},editData:pe}=ye,an=Qn(ye,["problemset","globalSetting","loading","dispatch","onRef","editData"]);const[Sn,ii]=(0,Ct.useState)([]),[ti,fi]=(0,Ct.useState)(),[Fn,Ee]=(0,Ct.useState)([]),[wi,Me]=(0,Ct.useState)(""),[Cn,Gn]=(0,Ct.useState)(0),[ni,Yi]=(0,Ct.useState)(!1),Ui=(0,he.useParams)();(0,Ct.useEffect)(()=>{ii(["","","",""])},[]),(0,Ct.useEffect)(()=>{if(!(pe!=null&&pe.question_choices)){Yi(!0);return}Me(pe==null?void 0:pe.question_title),Gn(parseInt(pe==null?void 0:pe.question_score)),ii(pe==null?void 0:pe.question_choices.map(ei=>ei.choice_text));const At=[];pe==null||pe.standard_answer.map((ei,gi)=>{At.push(ei-1)}),Ee(At)},[pe]),(0,Ct.useImperativeHandle)(Qt,()=>({onSave:Ei,isEdit:ni}));const Ei=()=>je(void 0,null,function*(){if(!wi)return le.ZP.info("\u8BF7\u60A8\u8F93\u5165\u9898\u76EE"),!1;const At=Sn.findIndex(oi=>!oi);if(At>-1)return le.ZP.info(`\u8BF7\u5148\u8F93\u5165 ${dn[At]} \u9009\u9879\u7684\u5185\u5BB9`),!1;if(!Fn.length)return le.ZP.info("\u8BF7\u8BBE\u7F6E\u672C\u9898\u7684\u6B63\u786E\u7B54\u6848\uFF0C\u70B9\u51FB\u9009\u9879A/B...\u5373\u53EF\u5B8C\u6210\u8BBE\u7F6E"),!1;if(Fn.length<1)return le.ZP.info("\u8BF7\u9009\u62E9\u7B54\u6848"),!1;const ei=Sn.map((oi,$i)=>({choice_text:oi,is_answer:Fn.includes($i)?$i+1:0}));let gi;pe.question_id?gi=yield(0,et.Kc)({id:pe.question_id,question_title:wi,question_type:1,question_score:Cn,question_choices:ei.map(oi=>oi.choice_text),standard_answers:ei.filter(oi=>oi.is_answer).map(oi=>oi.is_answer)}):gi=yield(0,et.iV)({exercise_bank_id:Ui.topicId,question_title:wi,question_type:1,question_score:"5.0",question_choices:ei.map(oi=>oi.choice_text),standard_answers:ei.filter(oi=>oi.is_answer).map(oi=>oi.is_answer)}),gi.status===0&&(le.ZP.success("\u4FDD\u5B58\u6210\u529F"),Yi(!1)),yield He({type:"polls/getExerciseBanks",payload:qn({},Ui)})}),Ci=[{name:"\u5220\u9664",icon:"iconfont c-light-black ml30 icon-shanchu",id:"del"},{name:"\u4E0A\u79FB",icon:"iconfont c-green ml30 icon-shangyi_Hover",id:"up"},{name:"\u4E0B\u79FB",icon:"iconfont c-green ml30 icon-xiayi_moren",id:"down"},{name:"\u7F16\u8F91",icon:"iconfont c-green ml30 icon-bianjishijuan3x",id:"edit"}],ho=At=>je(void 0,null,function*(){switch(At.id){case"del":let ei;nt.default.confirm({centered:!0,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u786E\u8BA4\u8981\u5220\u9664\u8FD9\u4E2A\u95EE\u9898\u5417\uFF1F",onOk(){return je(this,null,function*(){yield(0,et.x$)({pollsId:pe.question_id}),He({type:"polls/getExerciseBanks",payload:qn({},Ui)})})}});break;case"up":case"down":yield(0,et.W)({exerciseId:pe==null?void 0:pe.question_id,opr:At.id}),He({type:"polls/getExerciseBanks",payload:qn({},Ui)});break;case"edit":Yi(!0);break}}),si=()=>{var At;return Ct.createElement("aside",null,Ct.createElement("div",{className:Nt.questionType},Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},pe.key,"\u3001\u5355\u9009\u9898"),"\uFF08",pe.question_score,"\u5206\uFF09"),!pe.hideAction&&Ci.map(function(ei,gi){return ei.id==="up"&&pe.key===1||ei.id==="down"&&pe.key===pe.len?null:Ct.createElement(Ke.Z,{key:gi,placement:"bottom",title:ei.name},Ct.createElement("span",{onClick:()=>ho(ei),className:ei.icon}))})),Ct.createElement("div",{className:"mt5"},Ct.createElement(kt.Z,{value:pe.question_title})),Ct.createElement("div",{className:Nt.questionChoices},(At=pe==null?void 0:pe.question_choices)==null?void 0:At.map(function(ei,gi){return Ct.createElement(Se.Z,null,Ct.createElement(qt.Z,null,Ct.createElement(Tn.ZP,{key:gi,checked:pe.standard_answer.includes(gi+1),disabled:!0},dn[gi],".")),Ct.createElement(qt.Z,{flex:"1"},Ct.createElement("span",{className:"c-black font14"},Ct.createElement(kt.Z,{value:ei.choice_text}))))})))},An=()=>Ct.createElement("aside",null,Ct.createElement("div",{className:Nt.questionType},Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},"\u9009\u62E9\u9898"),"\uFF08\u5BA2\u89C2\u9898\uFF0C\u7531\u7CFB\u7EDF\u81EA\u52A8\u8BC4\u5206\uFF0C\u8BF7\u8BBE\u7F6E\u6807\u51C6\u7B54\u6848\uFF09")),Ct.createElement("p",{className:Nt.titleWrap},Ct.createElement("span",{className:Nt.required},"*"),Ct.createElement("span",{className:Nt.title},"\u9898\u5E72\uFF1A")),Ct.createElement(vt.Z,{id:"single-question-title",watch:!0,height:155,placeholder:"\u8BF7\u60A8\u8F93\u5165\u9898\u5E72",defaultValue:wi,onChange:At=>Me(At)}),Sn.map((At,ei)=>Ct.createElement("div",{className:Nt.choiceWrap,key:ei},Ct.createElement(Ke.Z,{title:"\u70B9\u51FB\u8BBE\u7F6E\u4E3A\u6807\u51C6\u7B54\u6848",placement:"left"},Ct.createElement("div",{className:`${Nt.answer} ${Fn.includes(ei)?Nt.activeAnswer:""}`,onClick:()=>{Fn.includes(ei)?Ee(Fn.filter(gi=>gi!==ei)):Ee([...Fn,ei])}},dn[ei])),Ct.createElement("div",{className:Nt.editorWrap},ti===ei?Ct.createElement(vt.Z,{id:`single-question-option-${ei}`,watch:!0,height:155,placeholder:"\u8BF7\u60A8\u8F93\u5165\u9009\u9879",defaultValue:At,onChange:gi=>{Sn[ei]=gi,ii(Sn)}}):Ct.createElement("div",{className:Nt.htmlWrap,onClick:()=>fi(ei)},Ct.createElement(kt.Z,{value:At}))),ei>1&&Ct.createElement(Ke.Z,{title:"\u5220\u9664"},Ct.createElement("i",{className:`${Nt.deleteIcon} iconfont icon-htmal5icon19`,onClick:()=>ii(Sn.filter((gi,oi)=>oi!==ei))})),ei<7&&ei===Sn.length-1&&Ct.createElement(Ke.Z,{title:"\u65B0\u589E\u53C2\u8003\u7B54\u6848"},Ct.createElement("i",{className:`${Nt.addIcon} iconfont icon-roundaddfill ml6`,onClick:()=>ii([...Sn,""])})))),Ct.createElement("p",{className:"c-orange"},"\u6E29\u99A8\u63D0\u793A\uFF1A\u70B9\u51FB\u9009\u9879\u8F93\u5165\u6846\u53EF\u8BBE\u7F6E\u7B54\u6848\uFF1B\u9009\u4E2D\u7684\u9009\u9879\u5373\u4E3A\u6B63\u786E\u7B54\u6848\uFF0C\u9009\u62E9\u591A\u4E2A\u7B54\u6848\u5373\u4E3A\u591A\u9009\u9898"),Ct.createElement("p",{className:""},"\u5206\u503C\uFF1A",Ct.createElement(lt.Z,{value:Cn,max:1e4,min:-1,onChange:At=>{Gn(At)}})," \u5206"),Ct.createElement("aside",{className:"tr"},pe.question_id&&Ct.createElement(Ue.ZP,{type:"default",onClick:()=>Yi(!1)},"\u53D6\u6D88"),Ct.createElement(Ue.ZP,{className:"ml20",type:"primary",onClick:()=>Ei()},"\u4FDD\u5B58")));return Ct.createElement("section",{className:Nt.wrap},!ni&&si(),ni&&An())};var ri=(0,he.connect)(({problemset:ke,loading:Qt,globalSetting:ye})=>({problemset:ke,globalSetting:ye,loading:Qt.effects}),null,null,{forwardRef:!0})((0,Ct.forwardRef)(Ln)),xn=Object.defineProperty,Zn=Object.getOwnPropertySymbols,ie=Object.prototype.hasOwnProperty,Rn=Object.prototype.propertyIsEnumerable,zi=(ke,Qt,ye)=>Qt in ke?xn(ke,Qt,{enumerable:!0,configurable:!0,writable:!0,value:ye}):ke[Qt]=ye,Dt=(ke,Qt)=>{for(var ye in Qt||(Qt={}))ie.call(Qt,ye)&&zi(ke,ye,Qt[ye]);if(Zn)for(var ye of Zn(Qt))Rn.call(Qt,ye)&&zi(ke,ye,Qt[ye]);return ke},Lt=(ke,Qt)=>{var ye={};for(var sn in ke)ie.call(ke,sn)&&Qt.indexOf(sn)<0&&(ye[sn]=ke[sn]);if(ke!=null&&Zn)for(var sn of Zn(ke))Qt.indexOf(sn)<0&&Rn.call(ke,sn)&&(ye[sn]=ke[sn]);return ye},xt=(ke,Qt,ye)=>new Promise((sn,Ti)=>{var ce=pe=>{try{ze(ye.next(pe))}catch(an){Ti(an)}},He=pe=>{try{ze(ye.throw(pe))}catch(an){Ti(an)}},ze=pe=>pe.done?sn(pe.value):Promise.resolve(pe.value).then(ce,He);ze((ye=ye.apply(ke,Qt)).next())});const Bt=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],zt=(ke,Qt)=>{var ye=ke,{problemset:sn,globalSetting:Ti,loading:ce,dispatch:He,onRef:ze=()=>{},editData:pe}=ye,an=Lt(ye,["problemset","globalSetting","loading","dispatch","onRef","editData"]);const[Sn,ii]=(0,Ct.useState)(),[ti,fi]=(0,Ct.useState)(""),[Fn,Ee]=(0,Ct.useState)(!1),[wi,Me]=(0,Ct.useState)(5),Cn=(0,he.useParams)();(0,Ct.useEffect)(()=>{if(!(pe!=null&&pe.question_choices)){Ee(!0);return}fi(pe==null?void 0:pe.question_title),Me(pe==null?void 0:pe.question_score),ii(pe.standard_answer[0]+"")},[pe]),(0,Ct.useImperativeHandle)(Qt,()=>({onSave:Gn,isEdit:Fn}));const Gn=()=>xt(void 0,null,function*(){if(!ti)return le.ZP.info("\u8BF7\u60A8\u8F93\u5165\u9898\u5E72"),!1;if(!Sn)return le.ZP.info("\u8BF7\u5148\u70B9\u51FB\u9009\u62E9\u672C\u9009\u62E9\u9898\u7684\u6B63\u786E\u9009\u9879"),!1;const Ci=[{choice_text:"\u6B63\u786E",is_answer:Sn==="1"?1:0},{choice_text:"\u9519\u8BEF",is_answer:Sn==="2"?2:0}];let ho;return pe.question_id?ho=yield(0,et.Kc)({id:pe.question_id,question_title:ti,question_type:2,question_score:wi,question_choices:Ci.map(si=>si.choice_text),standard_answers:Ci.filter(si=>si.is_answer).map(si=>si.is_answer)}):ho=yield(0,et.iV)({exercise_bank_id:Cn.topicId,question_title:ti,question_type:2,question_score:wi,question_choices:Ci.map(si=>si.choice_text),standard_answers:Ci.filter(si=>si.is_answer).map(si=>si.is_answer)}),ho.status===0&&(le.ZP.success("\u4FDD\u5B58\u6210\u529F"),Ee(!1)),He({type:"polls/getExerciseBanks",payload:Dt({},Cn)}),{name:ti,choices:Ci}}),ni=[{name:"\u5220\u9664",icon:"iconfont c-light-black ml30 icon-shanchu",id:"del"},{name:"\u4E0A\u79FB",icon:"iconfont c-green ml30 icon-shangyi_Hover",id:"up"},{name:"\u4E0B\u79FB",icon:"iconfont c-green ml30 icon-xiayi_moren",id:"down"},{name:"\u7F16\u8F91",icon:"iconfont c-green ml30 icon-bianjishijuan3x",id:"edit"}],Yi=Ci=>xt(void 0,null,function*(){switch(Ci.id){case"del":let ho;nt.default.confirm({centered:!0,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u786E\u8BA4\u8981\u5220\u9664\u8FD9\u4E2A\u95EE\u9898\u5417\uFF1F",onOk(){return xt(this,null,function*(){yield(0,et.x$)({pollsId:pe.question_id}),He({type:"polls/getExerciseBanks",payload:Dt({},Cn)})})}});break;case"up":case"down":yield(0,et.W)({exerciseId:pe==null?void 0:pe.question_id,opr:Ci.id}),He({type:"polls/getExerciseBanks",payload:Dt({},Cn)});break;case"edit":Ee(!0);break}}),Ui=()=>{var Ci;return Ct.createElement("aside",null,Ct.createElement("div",{className:Nt.questionType},Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},pe.key,"\u3001\u5224\u65AD\u9898"),"\uFF08",pe.question_score,"\u5206\uFF09"),!pe.hideAction&&ni.map(function(ho,si){return ho.id==="up"&&pe.key===1||ho.id==="down"&&pe.key===pe.len?null:Ct.createElement(Ke.Z,{key:si,placement:"bottom",title:ho.name},Ct.createElement("span",{onClick:()=>Yi(ho),className:ho.icon}))})),Ct.createElement("div",{className:"mt5"},pe.question_title),Ct.createElement("div",{className:Nt.questionChoices},(Ci=pe==null?void 0:pe.question_choices)==null?void 0:Ci.map(function(ho,si){return Ct.createElement(Tn.ZP,{key:si,checked:pe.standard_answer.includes(si+1),disabled:!0},Bt[si],". ",Ct.createElement("span",{className:"c-black font14"},ho.choice_text))})))},Ei=()=>Ct.createElement("aside",null,Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},"\u5224\u65AD\u9898"),"\uFF08\u5BA2\u89C2\u9898\uFF0C\u7531\u7CFB\u7EDF\u81EA\u52A8\u8BC4\u5206\uFF0C\u8BF7\u8BBE\u7F6E\u6807\u51C6\u7B54\u6848\uFF09"),Ct.createElement("p",{className:Nt.titleWrap},Ct.createElement("span",{className:Nt.required},"*"),Ct.createElement("span",{className:Nt.title},"\u9898\u5E72\uFF1A")),Ct.createElement(vt.Z,{id:"single-question-title",watch:!0,height:155,placeholder:"\u8BF7\u60A8\u8F93\u5165\u9898\u5E72",defaultValue:ti,onChange:Ci=>fi(Ci)}),Ct.createElement("p",{className:Nt.titleWrap},Ct.createElement("span",{className:Nt.required},"*"),Ct.createElement("span",{className:Nt.title},"\u7B54\u6848\u9009\u9879\uFF1A",Ct.createElement("span",{className:Nt.colorGray},"\u70B9\u51FB\u9009\u9879\u53EF\u8BBE\u7F6E\u6B63\u786E\u7B54\u6848"))),Ct.createElement(Tn.ZP.Group,{buttonStyle:"solid",value:Sn,onChange:Ci=>ii(Ci.target.value)},Ct.createElement(Tn.ZP.Button,{value:"1",className:`${Nt.radio} mr40`},"\u6B63\u786E"),Ct.createElement(Tn.ZP.Button,{value:"2",className:Nt.radio},"\u9519\u8BEF")),Ct.createElement("p",{className:"c-orange"},"\u6E29\u99A8\u63D0\u793A\uFF1A\u70B9\u51FB\u9009\u9879\uFF0C\u53EF\u4EE5\u76F4\u63A5\u8BBE\u7F6E\u6807\u51C6\u7B54\u6848"),Ct.createElement("p",{className:""},"\u5206\u503C\uFF1A",Ct.createElement(lt.Z,{value:wi,max:1e4,min:-1,onChange:Ci=>{Me(Ci)}})," \u5206"),Ct.createElement("aside",{className:"tr"},pe.question_id&&Ct.createElement(Ue.ZP,{type:"default",onClick:()=>Ee(!1)},"\u53D6\u6D88"),Ct.createElement(Ue.ZP,{className:"ml20",type:"primary",onClick:()=>Gn()},"\u4FDD\u5B58")));return Ct.createElement("section",{className:Nt.wrap},!Fn&&Ui(),Fn&&Ei())};var Et=(0,he.connect)(({problemset:ke,loading:Qt,globalSetting:ye})=>({problemset:ke,globalSetting:ye,loading:Qt.effects}),null,null,{forwardRef:!0})((0,Ct.forwardRef)(zt)),ve=Zt(65158),we=Zt(10672),rn=Zt(955),Qe=Object.defineProperty,Te=Object.getOwnPropertySymbols,$e=Object.prototype.hasOwnProperty,nn=Object.prototype.propertyIsEnumerable,un=(ke,Qt,ye)=>Qt in ke?Qe(ke,Qt,{enumerable:!0,configurable:!0,writable:!0,value:ye}):ke[Qt]=ye,Nn=(ke,Qt)=>{for(var ye in Qt||(Qt={}))$e.call(Qt,ye)&&un(ke,ye,Qt[ye]);if(Te)for(var ye of Te(Qt))nn.call(Qt,ye)&&un(ke,ye,Qt[ye]);return ke},zn=(ke,Qt)=>{var ye={};for(var sn in ke)$e.call(ke,sn)&&Qt.indexOf(sn)<0&&(ye[sn]=ke[sn]);if(ke!=null&&Te)for(var sn of Te(ke))Qt.indexOf(sn)<0&&nn.call(ke,sn)&&(ye[sn]=ke[sn]);return ye},cn=(ke,Qt,ye)=>new Promise((sn,Ti)=>{var ce=pe=>{try{ze(ye.next(pe))}catch(an){Ti(an)}},He=pe=>{try{ze(ye.throw(pe))}catch(an){Ti(an)}},ze=pe=>pe.done?sn(pe.value):Promise.resolve(pe.value).then(ce,He);ze((ye=ye.apply(ke,Qt)).next())});const Ai=null,ki=(ke,Qt)=>{var ye=ke,{problemset:sn,globalSetting:Ti,loading:ce,dispatch:He,editData:ze}=ye,pe=zn(ye,["problemset","globalSetting","loading","dispatch","editData"]);const[an,Sn]=(0,Ct.useState)(""),[ii,ti]=(0,Ct.useState)(""),[fi,Fn]=(0,Ct.useState)([]),[Ee,wi]=(0,Ct.useState)(""),[Me,Cn]=(0,Ct.useState)(),[Gn,ni]=(0,Ct.useState)(!1),[Yi,Ui]=(0,Ct.useState)(5),[Ei,Ci]=(0,Ct.useState)(!1),ho=(0,he.useParams)();(0,Ct.useEffect)(()=>{if(!(ze!=null&&ze.question_title)){Ci(!0);return}Sn(ze==null?void 0:ze.question_title),Cn(ze==null?void 0:ze.is_ordered),Ui(ze==null?void 0:ze.question_score);const Yn=ze==null?void 0:ze.standard_answer.map(Un=>Un.answer_text);Fn(Yn)},[sn.editData]),(0,Ct.useEffect)(()=>{ni(!1)},[Ei]),(0,Ct.useImperativeHandle)(Qt,()=>({onSave:si,isEdit:Ei}));const si=()=>cn(void 0,null,function*(){let Yn=[],Un=!1;if(fi.forEach((mo,ai)=>{Yn.push({choice_id:ai+1,answer_text:[]}),mo.forEach((ui,Je)=>{Yn[ai].answer_text.push(ui),(!ui||!(0,rn.eR)(ui,1e4))&&(wi(`${ai}-${Je}`),le.ZP.info(ui?"\u7B54\u6848\u4E0D\u80FD\u8D85\u8FC710000\u5B57\u7B26":"\u7B54\u6848\uFF1A\u4E0D\u80FD\u4E3A\u7A7A"),Un=!0)})}),Un)return!1;let vi;return ze.question_id?vi=yield(0,et.Kc)({id:ze.question_id,question_title:an,question_type:3,question_score:Yi,is_ordered:Me,standard_answers:Yn}):vi=yield(0,et.iV)({exercise_bank_id:ho.topicId,question_title:an,question_type:3,question_score:Yi,is_ordered:Me,standard_answers:Yn}),vi.status===0&&(le.ZP.success("\u4FDD\u5B58\u6210\u529F"),Ci(!1)),He({type:"polls/getExerciseBanks",payload:Nn({},ho)}),{name:an,analysis:ii,standard_answers:Yn,is_ordered:Me}}),An=(Yn,Un,vi)=>{const mo=fi.slice();if(Un&&mo.splice(Yn,Un),vi&&Gn)for(let ai=0;ai<vi;ai++)mo.splice(Yn+ai,0,[""]);ni(!0),Fn(mo)},At=(Yn,Un,vi)=>{wi("");let mo=fi.slice();mo[Yn][Un]=vi,Fn(mo)},ei=Yn=>{let Un=fi.slice();Un[Yn]=[...Un[Yn],""],Fn(Un)},gi=(Yn,Un)=>{let vi=fi.slice();if(!vi[Yn][Un]){vi[Yn]=vi[Yn].filter((mo,ai)=>ai!==Un),Fn(vi);return}nt.default.confirm({centered:!0,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u63D0\u793A",content:"\u786E\u8BA4\u8981\u5220\u9664\u8FD9\u4E2A\u53C2\u8003\u7B54\u6848\u5417\uFF1F",className:Nt.modal,onOk:()=>{vi[Yn]=vi[Yn].filter((mo,ai)=>ai!==Un),Fn(vi)}})},oi=Yn=>{nt.default.confirm({centered:!0,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u63D0\u793A",content:"\u786E\u8BA4\u8981\u5220\u9664\u8FD9\u4E2A\u53C2\u8003\u7B54\u6848\u5417\uFF1F",className:Nt.modal,onOk:()=>{let Un=fi.slice();Un=fi.filter((vi,mo)=>Yn!==mo),Fn(Un)}})},$i=()=>Ct.createElement("aside",null,Ct.createElement("div",{className:Nt.questionType},Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},"\u586B\u7A7A\u9898"),"\uFF08\u5BA2\u89C2\u9898\uFF0C\u7531\u7CFB\u7EDF\u81EA\u52A8\u8BC4\u5206\uFF0C\u5141\u8BB8\u624B\u52A8\u8C03\u5206\uFF0C\u8BF7\u8BBE\u7F6E\u6807\u51C6\u7B54\u6848 \uFF1B\u652F\u6301\u6700\u591A5\u4E2A\u7A7A\uFF0C\u6BCF\u7A7A\u5F97\u5206\u6309\u7167\u672C\u9898\u7684\u603B\u5206\u5E73\u5747\u8BA1\u7B97\uFF09")),Ct.createElement("div",null,Ct.createElement(ve.Z,{id:"completion-question-tittle",placeholder:"\u8BF7\u60A8\u8F93\u5165\u9898\u76EE",height:155,defaultValue:an,onChange:Yn=>Sn(Yn),showNullButton:!0,onPlaceholderChange:An})),Ct.createElement("div",{className:"mt20"},fi.map((Yn,Un)=>Ct.createElement(we.Z,{key:Un,answers:Yn,index:Un,is_md:!0,activeOptionErrorIndex:Ee,onAnswerChange:At,addChildAnswer:ei,deleteChildAnswer:gi,deleteChildAnswermain:oi}))),Ct.createElement("div",{className:"mt20"},fi.length>1&&Ct.createElement("span",null,Ct.createElement(ct.default,{checked:Me,onChange:Yn=>Cn(Yn.target.checked),className:`${Nt.color333} font14`},"\u591A\u4E2A\u586B\u7A7A\u7684\u7B54\u6848\u6709\u987A\u5E8F\u8981\u6C42"),Ct.createElement("span",{className:`${Nt.color999} font12`},"\uFF08\u9009\u4E2D\uFF0C\u6BCF\u4E2A\u586B\u7A7A\u7684\u7B54\u6848\u987A\u5E8F\u5FC5\u987B\u4E0E\u53C2\u8003\u7B54\u6848\u4E00\u81F4\uFF09"))),Ct.createElement("p",{className:""},"\u5206\u503C\uFF1A",Ct.createElement(lt.Z,{value:Yi,max:1e4,min:-1,onChange:Yn=>{Ui(Yn)}})," \u5206"),Ct.createElement("aside",{className:"tr"},ze.question_id&&Ct.createElement(Ue.ZP,{type:"default",onClick:()=>Ci(!1)},"\u53D6\u6D88"),Ct.createElement(Ue.ZP,{className:"ml20",type:"primary",onClick:()=>si()},"\u4FDD\u5B58"))),oo=[{name:"\u5220\u9664",icon:"iconfont c-light-black ml30 icon-shanchu",id:"del"},{name:"\u4E0A\u79FB",icon:"iconfont c-green ml30 icon-shangyi_Hover",id:"up"},{name:"\u4E0B\u79FB",icon:"iconfont c-green ml30 icon-xiayi_moren",id:"down"},{name:"\u7F16\u8F91",icon:"iconfont c-green ml30 icon-bianjishijuan3x",id:"edit"}],Dn=Yn=>cn(void 0,null,function*(){switch(Yn.id){case"del":let Un;nt.default.confirm({centered:!0,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u786E\u8BA4\u8981\u5220\u9664\u8FD9\u4E2A\u95EE\u9898\u5417\uFF1F",onOk(){return cn(this,null,function*(){yield(0,et.x$)({pollsId:ze.question_id}),He({type:"polls/getExerciseBanks",payload:Nn({},ho)})})}});break;case"up":case"down":yield(0,et.W)({exerciseId:ze==null?void 0:ze.question_id,opr:Yn.id}),He({type:"polls/getExerciseBanks",payload:Nn({},ho)});break;case"edit":Ci(!0);break}}),Vn=()=>{var Yn;return Ct.createElement("aside",null,Ct.createElement("div",{className:Nt.questionType},Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},ze.key,"\u3001\u586B\u7A7A\u9898"),"\uFF08",ze.question_score,"\u5206\uFF09"),!ze.hideAction&&oo.map(function(Un,vi){return Un.id==="up"&&ze.key===1||Un.id==="down"&&ze.key===ze.len?null:Ct.createElement(Ke.Z,{key:vi,placement:"bottom",title:Un.name},Ct.createElement("span",{onClick:()=>Dn(Un),className:Un.icon}))})),Ct.createElement("div",{className:"mt5"},ze.question_title),Ct.createElement("div",{className:Nt.questionChoices},(Yn=ze==null?void 0:ze.standard_answer)==null?void 0:Yn.map(function(Un,vi){return Ct.createElement(Se.Z,null,Ct.createElement(qt.Z,null,"\u7B54\u6848\uFF08\u586B\u7A7A",Un.choice_id,"\uFF09\uFF1A"),Ct.createElement(qt.Z,{flex:"1"},Ct.createElement(ee.default,{key:vi,checked:ze.standard_answer.includes(vi),disabled:!0,value:Un.answer_text})))})))};return Ct.createElement("section",{className:Nt.wrap},!Ei&&Vn(),Ei&&$i())};var Oi=(0,he.connect)(({problemset:ke,loading:Qt,globalSetting:ye})=>({problemset:ke,globalSetting:ye,loading:Qt.effects}),null,null,{forwardRef:!0})((0,Ct.forwardRef)(ki)),Ki=Object.defineProperty,so=Object.getOwnPropertySymbols,Wi=Object.prototype.hasOwnProperty,Vi=Object.prototype.propertyIsEnumerable,Ji=(ke,Qt,ye)=>Qt in ke?Ki(ke,Qt,{enumerable:!0,configurable:!0,writable:!0,value:ye}):ke[Qt]=ye,Yo=(ke,Qt)=>{for(var ye in Qt||(Qt={}))Wi.call(Qt,ye)&&Ji(ke,ye,Qt[ye]);if(so)for(var ye of so(Qt))Vi.call(Qt,ye)&&Ji(ke,ye,Qt[ye]);return ke},Gi=(ke,Qt)=>{var ye={};for(var sn in ke)Wi.call(ke,sn)&&Qt.indexOf(sn)<0&&(ye[sn]=ke[sn]);if(ke!=null&&so)for(var sn of so(ke))Qt.indexOf(sn)<0&&Vi.call(ke,sn)&&(ye[sn]=ke[sn]);return ye},to=(ke,Qt,ye)=>new Promise((sn,Ti)=>{var ce=pe=>{try{ze(ye.next(pe))}catch(an){Ti(an)}},He=pe=>{try{ze(ye.throw(pe))}catch(an){Ti(an)}},ze=pe=>pe.done?sn(pe.value):Promise.resolve(pe.value).then(ce,He);ze((ye=ye.apply(ke,Qt)).next())});const er=null,_o=(ke,Qt)=>{var ye=ke,{problemset:sn,globalSetting:Ti,loading:ce,dispatch:He,onRef:ze=()=>{},editData:pe}=ye,an=Gi(ye,["problemset","globalSetting","loading","dispatch","onRef","editData"]);const[Sn,ii]=(0,Ct.useState)(""),[ti,fi]=(0,Ct.useState)(""),[Fn,Ee]=(0,Ct.useState)(""),[wi,Me]=(0,Ct.useState)(5),[Cn,Gn]=(0,Ct.useState)(!1),ni=(0,he.useParams)();(0,Ct.useEffect)(()=>{var si;if(!(pe!=null&&pe.question_title)){Gn(!0);return}ii(pe==null?void 0:pe.question_title),Ee((si=pe==null?void 0:pe.standard_answer)==null?void 0:si[0]),Me(pe==null?void 0:pe.question_score)},[sn.editData]),(0,Ct.useImperativeHandle)(Qt,()=>({onSave:Yi,isEdit:Cn}));const Yi=()=>to(void 0,null,function*(){if(!Sn)return le.ZP.info("\u8BF7\u60A8\u8F93\u5165\u9898\u5E72"),!1;let si;return pe.question_id?si=yield(0,et.Kc)({id:pe.question_id,question_title:Sn,question_type:4,question_score:wi,standard_answers:[Fn]}):si=yield(0,et.iV)({exercise_bank_id:ni.topicId,question_title:Sn,question_type:4,question_score:wi,standard_answers:[Fn]}),si.status===0&&(le.ZP.success("\u4FDD\u5B58\u6210\u529F"),Gn(!1),He({type:"polls/getExerciseBanks",payload:Yo({},ni)})),{name:Sn,answer_texts:[Fn],analysis:ti}}),Ui=()=>Ct.createElement("aside",null,Ct.createElement("div",{className:Nt.questionType},Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},"\u7B80\u7B54\u9898"),"\uFF08\u4E3B\u89C2\u9898\uFF0C\u672A\u4F5C\u7B54\u7684\u60C5\u51B5\u4E0B\u81EA\u52A8\u8BC4\u4E3A\u96F6\u5206\uFF09")),Ct.createElement(vt.Z,{id:"single-question-title",watch:!0,height:155,placeholder:"\u8BF7\u60A8\u8F93\u5165\u9898\u5E72",defaultValue:Sn,onChange:si=>ii(si)}),Ct.createElement("p",{className:Nt.titleWrap},Ct.createElement("span",{className:Nt.title},"\u53C2\u8003\u7B54\u6848\uFF1A")),Ct.createElement(vt.Z,{id:"single-question-reference-answer",watch:!0,height:155,placeholder:"\u8BF7\u60A8\u8F93\u5165\u53C2\u8003\u7B54\u6848",defaultValue:Fn,onChange:si=>Ee(si)}),Ct.createElement("p",{className:""},"\u5206\u503C\uFF1A",Ct.createElement(lt.Z,{value:wi,max:1e4,min:-1,onChange:si=>{Me(si)}})," \u5206"),Ct.createElement("aside",{className:"tr"},pe.question_id&&Ct.createElement(Ue.ZP,{type:"default",onClick:()=>Gn(!1)},"\u53D6\u6D88"),Ct.createElement(Ue.ZP,{className:"ml20",type:"primary",onClick:()=>Yi()},"\u4FDD\u5B58"))),Ei=[{name:"\u5220\u9664",icon:"iconfont c-light-black ml30 icon-shanchu",id:"del"},{name:"\u4E0A\u79FB",icon:"iconfont c-green ml30 icon-shangyi_Hover",id:"up"},{name:"\u4E0B\u79FB",icon:"iconfont c-green ml30 icon-xiayi_moren",id:"down"},{name:"\u7F16\u8F91",icon:"iconfont c-green ml30 icon-bianjishijuan3x",id:"edit"}],Ci=si=>to(void 0,null,function*(){switch(si.id){case"del":let An;nt.default.confirm({centered:!0,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u786E\u8BA4\u8981\u5220\u9664\u8FD9\u4E2A\u95EE\u9898\u5417\uFF1F",onOk(){return to(this,null,function*(){yield(0,et.x$)({pollsId:pe.question_id}),He({type:"polls/getExerciseBanks",payload:Yo({},ni)})})}});break;case"up":case"down":yield(0,et.W)({exerciseId:pe==null?void 0:pe.question_id,opr:si.id}),He({type:"polls/getExerciseBanks",payload:Yo({},ni)});break;case"edit":Gn(!0);break}}),ho=()=>Ct.createElement("aside",null,Ct.createElement("div",{className:Nt.questionType},Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},pe.key,"\u3001\u7B80\u7B54\u9898"),"\uFF08",pe.question_score,"\u5206\uFF09"),!pe.hideAction&&Ei.map(function(si,An){return si.id==="up"&&pe.key===1||si.id==="down"&&pe.key===pe.len?null:Ct.createElement(Ke.Z,{key:An,placement:"bottom",title:si.name},Ct.createElement("span",{onClick:()=>Ci(si),className:si.icon}))})),Ct.createElement("div",{className:"mt5"},pe.question_title),Ct.createElement("div",{className:Nt.questionChoices},Ct.createElement("p",null,Ct.createElement("strong",null,"\u53C2\u8003\u7B54\u6848\uFF1A")),Ct.createElement(kt.Z,{value:Fn})));return Ct.createElement("section",{className:Nt.wrap},!Cn&&ho(),Cn&&Ui())};var $o=(0,he.connect)(({problemset:ke,loading:Qt,globalSetting:ye})=>({problemset:ke,globalSetting:ye,loading:Qt.effects}),null,null,{forwardRef:!0})((0,Ct.forwardRef)(_o)),wr=Object.defineProperty,qo=Object.getOwnPropertySymbols,ur=Object.prototype.hasOwnProperty,xr=Object.prototype.propertyIsEnumerable,Ao=(ke,Qt,ye)=>Qt in ke?wr(ke,Qt,{enumerable:!0,configurable:!0,writable:!0,value:ye}):ke[Qt]=ye,wt=(ke,Qt)=>{for(var ye in Qt||(Qt={}))ur.call(Qt,ye)&&Ao(ke,ye,Qt[ye]);if(qo)for(var ye of qo(Qt))xr.call(Qt,ye)&&Ao(ke,ye,Qt[ye]);return ke},xo=(ke,Qt)=>{var ye={};for(var sn in ke)ur.call(ke,sn)&&Qt.indexOf(sn)<0&&(ye[sn]=ke[sn]);if(ke!=null&&qo)for(var sn of qo(ke))Qt.indexOf(sn)<0&&xr.call(ke,sn)&&(ye[sn]=ke[sn]);return ye},Qi=(ke,Qt,ye)=>new Promise((sn,Ti)=>{var ce=pe=>{try{ze(ye.next(pe))}catch(an){Ti(an)}},He=pe=>{try{ze(ye.throw(pe))}catch(an){Ti(an)}},ze=pe=>pe.done?sn(pe.value):Promise.resolve(pe.value).then(ce,He);ze((ye=ye.apply(ke,Qt)).next())});const bo=null,nr=(ke,Qt)=>{var ye=ke,{problemset:sn,globalSetting:Ti,loading:ce,dispatch:He,editData:ze}=ye,pe=xo(ye,["problemset","globalSetting","loading","dispatch","editData"]);const[an,Sn]=(0,Ct.useState)(""),[ii,ti]=(0,Ct.useState)(""),[fi,Fn]=(0,Ct.useState)(""),[Ee,wi]=(0,Ct.useState)([]),[Me,Cn]=(0,Ct.useState)(""),[Gn,ni]=(0,Ct.useState)(),[Yi,Ui]=(0,Ct.useState)(!1),[Ei,Ci]=(0,Ct.useState)([]),[ho,si]=(0,Ct.useState)(!1),An=(0,he.useParams)();(0,Ct.useEffect)(()=>{var oo;ze.edit&&si(!0),Sn(ze.shixun_name),ti(ze.question_title);const Dn=[];(oo=ze.shixun)==null||oo.map(Vn=>{Dn.push(Vn.challenge_score)}),Ci(Dn)},[ze]),(0,Ct.useEffect)(()=>{Ui(!1)},[ho]),(0,Ct.useImperativeHandle)(Qt,()=>({onSave:At,isEdit:ho}));const At=()=>Qi(void 0,null,function*(){let oo=[];if(!1)return!1;let Vn;return ze.question_id?Vn=yield(0,et.Kc)({id:ze.question_id,question_title:ii,shixun_name:an,shixun_id:ze.shixun_id,question_type:5,question_scores:Ei}):Vn=yield(0,et.iV)({exercise_bank_id:An.topicId,question_title:ii,shixun_name:an,shixun_id:ze.shixun_id,question_type:5,question_scores:Ei}),Vn.status===0&&(le.ZP.success("\u4FDD\u5B58\u6210\u529F"),si(!1)),yield He({type:"polls/getExerciseBanks",payload:wt({},An)}),{name:ii,analysis:fi,standard_answers:oo,is_ordered:Gn}}),ei=()=>{var oo;return Ct.createElement("aside",null,Ct.createElement("div",{className:Nt.questionType},Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},"\u5B9E\u8BAD\u9898"),"\uFF08\u5BA2\u89C2\u9898\uFF0C\u7531\u7CFB\u7EDF\u81EA\u52A8\u8BC4\u5206\uFF0C\u5141\u8BB8\u624B\u52A8\u8C03\u5206\uFF09")),Ct.createElement("div",{className:"mt10"},Ct.createElement(ee.default,{defaultValue:an,onChange:Dn=>{Sn(Dn.target.value)}})),Ct.createElement("div",{className:"mt10"},Ct.createElement(vt.Z,{id:"single-question-option-0",height:155,placeholder:"\u8BF7\u8F93\u5165\u5B9E\u8BAD\u9898\u5B8C\u6210\u8981\u6C42",defaultValue:ii,onChange:Dn=>{ti(Dn)}})),Ct.createElement("div",{className:"mt20"},(oo=ze.shixun)==null?void 0:oo.map((Dn,Vn)=>Ct.createElement(Se.Z,{gutter:[20,20]},Ct.createElement(qt.Z,{flex:"1"},Vn+1,".",Dn.challenge_name),Ct.createElement(qt.Z,null,Ct.createElement(lt.Z,{defaultValue:Ei[Vn],onChange:Yn=>{Ei[Vn]=Yn,Ci(Ei),console.log("srore:L",Ei[Vn])}}))))),Ct.createElement("div",{className:"mt20"},Ee.length>1&&Ct.createElement("span",null,Ct.createElement(ct.default,{checked:Gn,onChange:Dn=>ni(Dn.target.checked),className:`${Nt.color333} font14`},"\u591A\u4E2A\u586B\u7A7A\u7684\u7B54\u6848\u6709\u987A\u5E8F\u8981\u6C42"),Ct.createElement("span",{className:`${Nt.color999} font12`},"\uFF08\u9009\u4E2D\uFF0C\u6BCF\u4E2A\u586B\u7A7A\u7684\u7B54\u6848\u987A\u5E8F\u5FC5\u987B\u4E0E\u53C2\u8003\u7B54\u6848\u4E00\u81F4\uFF09"))),Ct.createElement("aside",{className:"tr"},!(ze!=null&&ze.edit)&&Ct.createElement(Ue.ZP,{type:"default",onClick:()=>si(!1)},"\u53D6\u6D88"),Ct.createElement(Ue.ZP,{className:"ml20",type:"primary",onClick:()=>At()},"\u4FDD\u5B58")))},gi=[{name:"\u5220\u9664",icon:"iconfont c-light-black ml30 icon-shanchu",id:"del"},{name:"\u4E0A\u79FB",icon:"iconfont c-green ml30 icon-shangyi_Hover",id:"up"},{name:"\u4E0B\u79FB",icon:"iconfont c-green ml30 icon-xiayi_moren",id:"down"},{name:"\u7F16\u8F91",icon:"iconfont c-green ml30 icon-bianjishijuan3x",id:"edit"}],oi=oo=>Qi(void 0,null,function*(){switch(oo.id){case"del":let Dn;nt.default.confirm({centered:!0,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u786E\u8BA4\u8981\u5220\u9664\u8FD9\u4E2A\u95EE\u9898\u5417\uFF1F",onOk(){return Qi(this,null,function*(){yield(0,et.x$)({pollsId:ze.question_id}),He({type:"polls/getExerciseBanks",payload:wt({},An)})})}});break;case"up":case"down":yield(0,et.W)({exerciseId:ze==null?void 0:ze.question_id,opr:oo.id}),He({type:"polls/getExerciseBanks",payload:wt({},An)});break;case"edit":si(!0);break}}),$i=()=>{var oo;return Ct.createElement("aside",null,Ct.createElement("div",{className:Nt.questionType},Ct.createElement("div",null,Ct.createElement("span",{className:"font16 c-blue"},ze.key,"\u3001\u5B9E\u8BAD\u9898"),"\uFF08",ze.question_score,"\u5206\uFF09"),Ct.createElement("div",{className:"tr"},Ct.createElement(he.Link,{target:"_blank",to:`/shixuns/${ze.shixun_identifier}/challenges`},"\u5B9E\u8BAD\u8BE6\u60C5"),!ze.hideAction&&gi.map(function(Dn,Vn){return Dn.id==="up"&&ze.key===1||Dn.id==="down"&&ze.key===ze.len?null:Ct.createElement(Ke.Z,{key:Vn,placement:"bottom",title:Dn.name},Ct.createElement("span",{onClick:()=>oi(Dn),className:Dn.icon}))}))),Ct.createElement("div",{className:"font16"},ze.shixun_name),Ct.createElement("div",{className:"mt30"}),(oo=ze.shixun)==null?void 0:oo.map(function(Dn,Vn){return Ct.createElement("div",{key:Vn},"\u7B2C",Vn+1,"\u5173 ",Ct.createElement("span",{className:"ml10"},Dn.challenge_name)," ",Ct.createElement("span",{className:"ml10"},Dn.challenge_score))}))};return Ct.createElement("section",{className:Nt.wrap},!ho&&$i(),ho&&ei())};var Xo=(0,he.connect)(({problemset:ke,loading:Qt,globalSetting:ye})=>({problemset:ke,globalSetting:ye,loading:Qt.effects}),null,null,{forwardRef:!0})((0,Ct.forwardRef)(nr)),Br=Zt(30641),hs=Zt(13747),eo={flex_box_center:"flex_box_center___hUmFx",flex_space_between:"flex_space_between___ZQWRF",flex_box_vertical_center:"flex_box_vertical_center___NvFWH",flex_box_center_end:"flex_box_center_end___VzfH9",flex_box_column:"flex_box_column___jzLHY",wrp:"wrp___tA5YW",drawer:"drawer___aMsAr",menu:"menu___EdF6h",actived:"actived___rUgO6",actived2:"actived2___ENpPA",listItem:"listItem___Ixzli",info:"info___KHkuz",title:"title___pDJPn",titleLeft:"titleLeft___UBBKz",titleRight:"titleRight___WrCz9",search:"search___AEwRm",description:"description___CYPQc",menuCourse:"menuCourse___gwZ0E"},Oe=Object.defineProperty,Ce=Object.getOwnPropertySymbols,fe=Object.prototype.hasOwnProperty,Wn=Object.prototype.propertyIsEnumerable,yi=(ke,Qt,ye)=>Qt in ke?Oe(ke,Qt,{enumerable:!0,configurable:!0,writable:!0,value:ye}):ke[Qt]=ye,Mi=(ke,Qt)=>{for(var ye in Qt||(Qt={}))fe.call(Qt,ye)&&yi(ke,ye,Qt[ye]);if(Ce)for(var ye of Ce(Qt))Wn.call(Qt,ye)&&yi(ke,ye,Qt[ye]);return ke},on=(ke,Qt,ye)=>new Promise((sn,Ti)=>{var ce=pe=>{try{ze(ye.next(pe))}catch(an){Ti(an)}},He=pe=>{try{ze(ye.throw(pe))}catch(an){Ti(an)}},ze=pe=>pe.done?sn(pe.value):Promise.resolve(pe.value).then(ce,He);ze((ye=ye.apply(ke,Qt)).next())});const{Search:kn}=ee.default,Pe=[{id:"type",name:"\u7B5B\u9009",children:[{name:"\u5168\u90E8\u5B9E\u8BAD",id:"all",type:"type"},{name:"\u6211\u7684\u5B9E\u8BAD",id:"mine",type:"type"}]},{id:"diff",name:"\u96BE\u5EA6",children:[{name:"\u5168\u90E8",id:"",type:"diff"},{name:"\u521D\u7EA7",id:1,type:"diff"},{name:"\u4E2D\u7EA7",id:2,type:"diff"},{name:"\u4E2D\u9AD8\u7EA7",id:3,type:"diff"},{name:"\u9AD8\u7EA7",id:4,type:"diff"}]}],xe=({classroomList:ke,loading:Qt,dispatch:ye,callback:sn})=>{var Ti;const ce=(0,he.useParams)(),He=(0,he.useLocation)(),{actionTabs:ze}=ke,[pe]=ae.default.useForm(),{shixunLists:an}=ke,[Sn,ii]=(0,Ct.useState)([]),[ti,fi]=(0,Ct.useState)({page:1,type:"all",diff:"",status:"published",order:"desc",limit:20,sort:"publish_time",no_jupyter:1});return(0,Ct.useEffect)(()=>{ye({type:"classroomList/getShixunLists",payload:Mi({},ti)})},[ce.categoryId]),(0,Ct.useEffect)(()=>{ii([])},[ke.actionTabs.key]),ke.actionTabs.key!=="\u9009\u7528\u5B9E\u8DF5\u9879\u76EE"?null:Ct.createElement(Br.Z,{title:"\u9009\u7528\u5B9E\u8DF5\u9879\u76EE",placement:"bottom",height:"100%",closable:!1,open:ke.actionTabs.key==="\u9009\u7528\u5B9E\u8DF5\u9879\u76EE",key:"bottom",rootClassName:eo.drawer,footer:Ct.createElement("div",{className:"tc"},Ct.createElement(Ue.ZP,{size:"middle",onClick:()=>{ye({type:"classroomList/setActionTabs",payload:{key:""}})},style:{marginRight:8}},"\u53D6\u6D88"),Ct.createElement(Ue.ZP,{size:"middle",onClick:()=>on(void 0,null,function*(){var Fn;Sn.length>1?le.ZP.error("\u53EA\u80FD\u9009\u62E9\u4E00\u4E2A\u5B9E\u8DF5\u9879\u76EE"):Sn.length===0?le.ZP.error("\u8BF7\u9009\u62E9\u5B9E\u8DF5\u9879\u76EE"):(sn&&sn((Fn=an==null?void 0:an.shixun_list)==null?void 0:Fn.filter(Ee=>Ee.id===Sn[0])[0]),ye({type:"classroomList/setActionTabs",payload:{key:""}}))}),type:"primary"},"\u786E\u5B9A"))},Ct.createElement("section",{className:"tc"},Ct.createElement(kn,{placeholder:"\u5B9E\u8BAD\u4FE1\u606F/\u9662\u6821\u540D\u79F0/\u521B\u5EFA\u8005",enterButton:"\u641C\u7D22",size:"middle",className:eo.search,onSearch:Fn=>{ti.keyword=Fn,ye({type:"classroomList/getShixunLists",payload:Mi({},ti)})}})),Ct.createElement("section",{className:"edu-container"},Pe.map(function(Fn,Ee){var wi;return Ct.createElement("ul",{className:eo.menu,key:Ee},Ct.createElement("li",null,Fn.name),(wi=Fn==null?void 0:Fn.children)==null?void 0:wi.map(function(Me,Cn){return Ct.createElement("li",{key:Cn,className:ti[Fn.id]==Me.id?eo.actived:"",onClick:()=>{ti[Fn.id]=Me.id,fi(Mi({},ti)),ye({type:"classroomList/getShixunLists",payload:Mi({},ti)})}},Ct.createElement("strong",null,Me.name))}))}),(Ti=an==null?void 0:an.shixun_list)==null?void 0:Ti.map(function(Fn,Ee){return Ct.createElement("div",{className:eo.listItem,key:Ee},Ct.createElement(ct.default,{checked:Sn.includes(Fn.id),value:Fn.id,onChange:wi=>{let Me=Sn.indexOf(Fn.id);Sn.indexOf(Fn.id)>-1?ii(Sn.filter(Cn=>Cn!==Fn.id)):ii(Sn.concat(Fn.id))}}),Ct.createElement("div",{className:eo.info},Ct.createElement("div",{className:eo.title},Ct.createElement("div",{className:eo.titleLeft},Ct.createElement("strong",{className:"font16",dangerouslySetInnerHTML:{__html:Fn.title}}))),Ct.createElement("div",{className:"flex-wrp mt10 font14 c-light-black"},Ct.createElement("span",{className:eo.description,dangerouslySetInnerHTML:{__html:Fn.description}})),Ct.createElement("div",{className:" mt15"},Fn.challenge_names.map(function(wi,Me){return Ct.createElement("span",{key:Me,className:"mr30"},"\u7B2C",Me+1,"\u5173 ",wi," ")})),Ct.createElement(oe.Z,{dashed:!0}),Ct.createElement("div",{className:"c-light-black mt20"},Ct.createElement("span",null,Fn.author_name),Ct.createElement("span",{className:"ml15 mr15"},"|"),Ct.createElement("span",null,Fn.author_school_name),Ct.createElement("span",{className:"ml15 mr15"},"|"),Ct.createElement("span",null,"\u96BE\u5EA6\u7CFB\u6570:",Fn.level),Ct.createElement("span",{className:"ml15 mr15"},"|"),Ct.createElement("span",null,"\u5B66\u4E60\u4EBA\u6570:"),Ct.createElement("span",null,Fn.study_count))))}),Ct.createElement("p",null)),Ct.createElement("div",{className:"tc"},Ct.createElement(hs.Z,{defaultCurrent:1,hideOnSinglePage:!0,defaultPageSize:20,showQuickJumper:!0,total:an==null?void 0:an.shixuns_count,onChange:Fn=>{ti.page=Fn,ii([]),ye({type:"classroomList/getShixunLists",payload:Mi({},ti)})}})))};var bn=(0,he.connect)(({classroomList:ke,loading:Qt})=>({classroomList:ke,loading:Qt}))(xe),Wt={flex_box_center:"flex_box_center___SQWFF",flex_space_between:"flex_space_between___CnFKV",flex_box_vertical_center:"flex_box_vertical_center___pIPP9",flex_box_center_end:"flex_box_center_end___wiYA8",flex_box_column:"flex_box_column___elCPc",bg:"bg___EaPuT",containerTitle:"containerTitle___ixpkx",containerDesc:"containerDesc___r2R0u",listItem:"listItem___jvD98",info:"info___dCwGz",title:"title___UW6TT",titleLeft:"titleLeft___MquHc",titleRight:"titleRight___aWhE3",acitons:"acitons___yle7y"},Ge=Object.defineProperty,fn=Object.getOwnPropertySymbols,Hn=Object.prototype.hasOwnProperty,Fe=Object.prototype.propertyIsEnumerable,Ae=(ke,Qt,ye)=>Qt in ke?Ge(ke,Qt,{enumerable:!0,configurable:!0,writable:!0,value:ye}):ke[Qt]=ye,wn=(ke,Qt)=>{for(var ye in Qt||(Qt={}))Hn.call(Qt,ye)&&Ae(ke,ye,Qt[ye]);if(fn)for(var ye of fn(Qt))Fe.call(Qt,ye)&&Ae(ke,ye,Qt[ye]);return ke},Bn=(ke,Qt)=>{var ye={};for(var sn in ke)Hn.call(ke,sn)&&Qt.indexOf(sn)<0&&(ye[sn]=ke[sn]);if(ke!=null&&fn)for(var sn of fn(ke))Qt.indexOf(sn)<0&&Fe.call(ke,sn)&&(ye[sn]=ke[sn]);return ye},Kn=(ke,Qt,ye)=>new Promise((sn,Ti)=>{var ce=pe=>{try{ze(ye.next(pe))}catch(an){Ti(an)}},He=pe=>{try{ze(ye.throw(pe))}catch(an){Ti(an)}},ze=pe=>pe.done?sn(pe.value):Promise.resolve(pe.value).then(ce,He);ze((ye=ye.apply(ke,Qt)).next())});const{SubMenu:In}=be.default,{Content:mn,Sider:jn}=Ye.default,Bi=ke=>{var Qt=ke,{polls:ye,globalSetting:sn,loading:Ti,user:ce,dispatch:He}=Qt,ze=Bn(Qt,["polls","globalSetting","loading","user","dispatch"]),pe,an,Sn,ii,ti,fi,Fn,Ee,wi,Me,Cn,Gn,ni,Yi,Ui,Ei,Ci,ho,si,An,At,ei,gi,oi,$i,oo,Dn,Vn,Yn,Un,vi,mo,ai,ui,Je,li,lo,Ho,zo,Mo,Zo,To,Ur,Rr,Ss,me,dr,$a,Yr,Da,Fo,Ml,qa,Go,Nr,Oa;const jr=(0,he.useParams)(),Ia=(0,he.useLocation)(),{userInfo:os}=ce,[xi]=ae.default.useForm(),[Pr,gl]=(0,Ct.useState)([]),[xs,ro]=(0,Ct.useState)(!1),yo=[{name:"\u9009\u62E9\u9898",id:0},{name:"\u5224\u65AD\u9898",id:2},{name:"\u586B\u7A7A\u9898",id:3},{name:"\u7B80\u7B54\u9898",id:4},{name:"\u5B9E\u8BAD\u9898",id:5}],tn=(0,Ct.useRef)();(0,Ct.useEffect)(()=>{var Co,mr,Di,zr,rs,Gr;(Co=ye.exerciseBanks)!=null&&Co.exercise_questions&&(gl([...(mr=ye.exerciseBanks)==null?void 0:mr.exercise_questions]),xi.setFieldsValue({exercise_name:(zr=(Di=ye.exerciseBanks)==null?void 0:Di.exercise)==null?void 0:zr.exercise_name,exercise_description:(Gr=(rs=ye.exerciseBanks)==null?void 0:rs.exercise)==null?void 0:Gr.exercise_description}))},[ye.exerciseBanks]),(0,Ct.useEffect)(()=>{He({type:"polls/getExerciseBanks",payload:wn({},jr)})},[jr.categoryId]);const Ii=()=>Kn(void 0,null,function*(){var Co,mr;yield xi.validateFields();const Di=xi.getFieldValue();Di.is_md=!0,Di.topicId=(mr=(Co=ye.exerciseBanks)==null?void 0:Co.exercise)==null?void 0:mr.id,ro(!1),yield(0,et.hO)(wn({},Di)),He({type:"polls/getExerciseBanks",payload:wn({},jr)})}),uo=Co=>Kn(void 0,null,function*(){const mr=yield tn==null?void 0:tn.current;if(mr!=null&&mr.isEdit){le.ZP.error("\u4E0D\u80FD\u540C\u65F6\u7F16\u8F91\u4E24\u9898");return}Co===5?He({type:"classroomList/setActionTabs",payload:{key:"\u9009\u7528\u5B9E\u8DF5\u9879\u76EE"}}):gl([...Pr,{question_type:Co}])}),Wo=function(){return Pr==null?void 0:Pr.map(function(Co,mr){if(Co.key=mr+1,Co.len=Pr.length,Co.question_type===0)return Ct.createElement("aside",null,Ct.createElement(ri,{ref:tn,editData:Co}),Ct.createElement(oe.Z,null));if(Co.question_type===1)return Ct.createElement("aside",null,Ct.createElement(Jn,{ref:tn,editData:Co}),Ct.createElement(oe.Z,null));if(Co.question_type===2)return Ct.createElement("aside",null,Ct.createElement(Et,{ref:tn,editData:Co}),Ct.createElement(oe.Z,null));if(Co.question_type===3)return Ct.createElement("aside",null,Ct.createElement(Oi,{editData:Co}),Ct.createElement(oe.Z,null));if(Co.question_type===4)return Ct.createElement("aside",null,Ct.createElement($o,{editData:Co}),Ct.createElement(oe.Z,null));if(Co.question_type===5)return Ct.createElement("aside",null,Ct.createElement(Xo,{editData:Co}),Ct.createElement(oe.Z,null))})};return Ct.createElement("section",{className:"edu-container"},Ct.createElement("section",{className:"animated fadeIn"},Ct.createElement("aside",{className:"mt10"},os&&Ct.createElement(Ze.Z,{separator:">"},Ct.createElement(Ze.Z.Item,null,Ct.createElement(he.Link,{to:`/users/${os.login}/topics/personal`},"\u6211\u7684\u9898\u5E93")),Ct.createElement(Ze.Z.Item,null,Ct.createElement(he.Link,{to:`/users/${os==null?void 0:os.login}/topics/${jr.topicId}/${jr.topictype}/exercise/detail`},"\u8BE6\u60C5")),Ct.createElement(Ze.Z.Item,null,"\u7F16\u8F91"))),Ct.createElement("aside",{className:[Wt.title,"mt20"].join(" ")},Ct.createElement(Se.Z,{style:{width:"100%"},align:"middle"},Ct.createElement(qt.Z,{flex:"1"},Ct.createElement("strong",{className:"font20 ml5"},"\u7F16\u8F91\u8BD5\u5377"),Ct.createElement(rn.VV,{status:[(an=(pe=ye.exerciseBanks)==null?void 0:pe.exercise)!=null&&an.is_public?"\u516C\u5F00":"\u79C1\u6709"]})),Ct.createElement(qt.Z,null,Ct.createElement(he.Link,{className:"font16 c-light-black",to:`/users/${os.login}/topics/personal`},"\u8FD4\u56DE"))))),Ct.createElement("section",{className:[Wt.bg,"pt30","pl30","pr30","pb30","mt20"].join(" ")},!xs&&Ct.createElement("aside",null,Ct.createElement("div",{className:Wt.containerDesc},Ct.createElement("div",null,(ii=(Sn=ye.exerciseBanks)==null?void 0:Sn.exercise)==null?void 0:ii.exercise_name),Ct.createElement("div",null,Ct.createElement(Ke.Z,{title:"\u7F16\u8F91"},Ct.createElement("span",{onClick:()=>ro(!0),className:"iconfont c-green ml30 icon-bianjishijuan3x"})))),Ct.createElement("div",{className:"c-light-black"},(fi=(ti=ye.exerciseBanks)==null?void 0:ti.exercise)==null?void 0:fi.exercise_description)),xs&&Ct.createElement(ae.default,{layout:"vertical",form:xi},Ct.createElement(ae.default.Item,{name:"exercise_name",label:"\u8BD5\u5377\u6807\u9898\uFF1A",rules:[{required:!0,message:"\u8BF7\u586B\u5199\u8BD5\u5377\u6807\u9898"}]},Ct.createElement(ee.default,{maxLength:60,placeholder:"\u8BD5\u5377\u6807\u9898\uFF0C\u6700\u5927\u9650\u523660\u4E2A\u5B57\u7B26"})),Ct.createElement(ae.default.Item,{label:"\u8BD5\u5377\u987B\u77E5\uFF1A",name:"exercise_description"},Ct.createElement(ee.default.TextArea,{rows:6,placeholder:"\u8BF7\u5728\u6B64\u8F93\u5165\u672C\u6B21\u8BD5\u5377\u7B54\u9898\u7684\u76F8\u5173\u8BF4\u660E\uFF0C\u6700\u5927\u9650\u5236100\u4E2A\u5B57\u7B26"})),Ct.createElement(ae.default.Item,{className:"tr"},Ct.createElement(Ue.ZP,{type:"primary",onClick:()=>{Ii()}},"\u4FDD\u5B58")))),Ct.createElement("p",{className:"mt10",style:{display:"flex"}},Ct.createElement("span",{className:"fl",style:{flex:"1"}},!!((Ee=(Fn=ye.exerciseBanks)==null?void 0:Fn.exercise_types)!=null&&Ee.q_singles)&&Ct.createElement("span",{className:"ml20"},"\u5355\u9009\u9898",(Me=(wi=ye.exerciseBanks)==null?void 0:wi.exercise_types)==null?void 0:Me.q_singles,"\u9898\uFF0C\u5171",(Gn=(Cn=ye.exerciseBanks)==null?void 0:Cn.exercise_types)==null?void 0:Gn.q_singles_scores,"\u5206"),!!((Yi=(ni=ye.exerciseBanks)==null?void 0:ni.exercise_types)!=null&&Yi.q_doubles)&&Ct.createElement("span",{className:"ml20"},"\u591A\u9009\u9898",(Ei=(Ui=ye.exerciseBanks)==null?void 0:Ui.exercise_types)==null?void 0:Ei.q_doubles,"\u9898\uFF0C\u5171",(ho=(Ci=ye.exerciseBanks)==null?void 0:Ci.exercise_types)==null?void 0:ho.q_doubles_scores,"\u5206"),!!((An=(si=ye.exerciseBanks)==null?void 0:si.exercise_types)!=null&&An.q_judges)&&Ct.createElement("span",{className:"ml20"},"\u5224\u65AD\u9898",(ei=(At=ye.exerciseBanks)==null?void 0:At.exercise_types)==null?void 0:ei.q_judges,"\u9898\uFF0C\u5171",(oi=(gi=ye.exerciseBanks)==null?void 0:gi.exercise_types)==null?void 0:oi.q_judges_scores,"\u5206"),!!((oo=($i=ye.exerciseBanks)==null?void 0:$i.exercise_types)!=null&&oo.q_nulls)&&Ct.createElement("span",{className:"ml20"},"\u586B\u7A7A\u9898",(Vn=(Dn=ye.exerciseBanks)==null?void 0:Dn.exercise_types)==null?void 0:Vn.q_nulls,"\u9898\uFF0C\u5171",(Un=(Yn=ye.exerciseBanks)==null?void 0:Yn.exercise_types)==null?void 0:Un.q_nulls_scores,"\u5206"),!!((mo=(vi=ye.exerciseBanks)==null?void 0:vi.exercise_types)!=null&&mo.q_mains)&&Ct.createElement("span",{className:"ml20"},"\u7B80\u7B54\u9898",(ui=(ai=ye.exerciseBanks)==null?void 0:ai.exercise_types)==null?void 0:ui.q_mains,"\u9898\uFF0C\u5171",(li=(Je=ye.exerciseBanks)==null?void 0:Je.exercise_types)==null?void 0:li.q_mains_scores,"\u5206"),!!((Ho=(lo=ye.exerciseBanks)==null?void 0:lo.exercise_types)!=null&&Ho.q_shixuns)&&Ct.createElement("span",{className:"ml20"},"\u5B9E\u8BAD\u9898",(Mo=(zo=ye.exerciseBanks)==null?void 0:zo.exercise_types)==null?void 0:Mo.q_shixuns,"\u9898\uFF0C\u5171",(To=(Zo=ye.exerciseBanks)==null?void 0:Zo.exercise_types)==null?void 0:To.q_shixuns_scores,"\u5206"),!!((Rr=(Ur=ye.exerciseBanks)==null?void 0:Ur.exercise_types)!=null&&Rr.q_pros)&&Ct.createElement("span",{className:"ml20"},"\u7F16\u7A0B\u9898",(me=(Ss=ye.exerciseBanks)==null?void 0:Ss.exercise_types)==null?void 0:me.q_pros,"\u9898\uFF0C\u5171",($a=(dr=ye.exerciseBanks)==null?void 0:dr.exercise_types)==null?void 0:$a.q_pros_scores,"\u5206")),Ct.createElement("span",{className:"fr"},!!((Da=(Yr=ye.exerciseBanks)==null?void 0:Yr.exercise_types)!=null&&Da.q_counts)&&Ct.createElement("span",null,"\u5408\u8BA1 ",Ct.createElement("span",{className:"color-blue"},(Ml=(Fo=ye.exerciseBanks)==null?void 0:Fo.exercise_types)==null?void 0:Ml.q_counts)," \u9898\uFF0C \u5171 ",Ct.createElement("span",{className:`${((Go=(qa=ye.exerciseBanks)==null?void 0:qa.exercise_types)==null?void 0:Go.q_scores)>100?"color-red font-bd":"color-orange"}`},(Oa=(Nr=ye.exerciseBanks)==null?void 0:Nr.exercise_types)==null?void 0:Oa.q_scores)," \u5206"))),Pr!=""&&Ct.createElement("section",{className:[Wt.bg,"pt30","pl20","pr20","pb20","mt20"].join(" ")},Wo()),Ct.createElement("section",{style:{display:"flex"},className:[Wt.bg,"pt30","pl30","pr30","pb30","mt20"].join(" ")},Ct.createElement("div",{style:{flex:"1"}},yo.map(function(Co,mr){return Ct.createElement(Ue.ZP,{className:"mr20",type:"primary",onClick:()=>uo(Co.id)},Ct.createElement(Ft.Z,{className:"mr5"}),Co.name)}))),Ct.createElement(bn,{callback:Co=>{Pr.push({shixun:Co.challenge_names.map(mr=>({challenge_name:mr,challenge_score:5})),shixun_name:Co.title,shixun_id:Co.id,question_type:5,edit:!0}),gl([...Pr])}}))};var bi=(0,he.connect)(({polls:ke,loading:Qt,user:ye,globalSetting:sn})=>({polls:ke,globalSetting:sn,user:ye,loading:Qt.effects}))(Bi)},24768:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{AL:function(){return kt},Iy:function(){return Ke},Qv:function(){return Ft},ez:function(){return vt},jb:function(){return ee}});var Ct=Zt(32834),he=Zt.n(Ct),be=Zt(11690),Ye=Zt.n(be);let ae=1;function le($t,te){const Le=$t.match(/^(\s+)(?:```)/);if(Le===null)return te;const de=Le[1];return te.split(`
|
|
`).map(Xe=>{const Ie=Xe.match(/^\s+/);if(Ie===null)return Xe;const[ln]=Ie;return ln.length>=de.length?Xe.slice(de.length):Xe}).join(`
|
|
`)}let oe=[],Ze=["<ul>"];const Se=new(he()).Renderer,qt=/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/;function Ke(){oe.length=0,Ze=["<ul>"]}const ee={overflow:"hidden",WebkitBoxOrient:"vertical",display:"-webkit-box",WebkitLineClamp:2};function Ue($t,te,Le,de){if(te>=$t.length||$t[te].level<=Le)return te;var Xe=$t[te];de.push("<li><a href='#"+ae+Xe.anchor+"'>"+Xe.text+"</a>"),te++;var Ie=[];return te=Ue($t,te,Xe.level,Ie),Ie.length>0&&(de.push("<ul>"),Ie.forEach(function(ln){de.push(ln)}),de.push("</ul>")),de.push("</li>"),te=Ue($t,te,Le,de),te}function Ft(){return Ue(oe,0,0,Ze),Ze.push("</ul>"),Ze.join("")}const et={heading($t){const te=qt.exec($t);if(ae+=1,te)return{type:"heading",raw:te[0],depth:te[1].length,text:te[2]}},fences($t){const te=this.rules.block.fences.exec($t);if(te){const Le=te[0];let de=le(Le,te[3]||"");const Xe=te[2]?te[2].trim():te[2];if(["latex","katex","math"].indexOf(Xe)>=0){const Ie=lt(),ln=de;de=Ie,pt[Ie]={type:"block",expression:ln}}return{type:"code",raw:Le,lang:Xe,text:de}}}},nt=/(?:\${2})([^\n`]+?)(?:\${2})/gi;let ct=0;const lt=()=>`__special_katext_id_${ct++}__`;let pt={};function vt(){return pt}function kt(){ct=0,pt={}}function Nt($t){return $t=$t.replace(nt,(te,Le)=>{const de=lt();return pt[de]={type:"inline",expression:Le},de}),$t}const _t=Se.listitem;Se.listitem=function($t){return _t(Nt($t))};const Vt=Se.paragraph;Se.paragraph=function($t){return Vt(Nt($t))};const ne=Se.tablecell;Se.tablecell=function($t,te){return ne(Nt($t),te)},Se.code=function($t,te,Le){const de=(te||"").match(/\S*/)[0];return de?["latex","katex","math"].indexOf(de)>=0?`<p class='editormd-tex'>${$t}</p>`:`<pre class="prettyprint linenums"><code class="language-${te}">${Le?$t:(0,be.escape)($t,!0)}</code></pre>
|
|
`:'<pre class="prettyprint linenums"><code>'+(Le?$t:(0,be.escape)($t,!0))+"</code></pre>"},Se.heading=function($t,te,Le){let de=this.options.headerPrefix+Le.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return oe.push({anchor:de,level:te,text:$t}),"<h"+te+' id="'+ae+de+'">'+$t+"</h"+te+">"},he().setOptions({silent:!0,gfm:!0,pedantic:!1}),he().use({tokenizer:et,renderer:Se}),Xn.ZP=he()},99498:function(gn,Xn,Zt){(function(Ct){Ct(Zt(89780))})(function(Ct){Ct.defineOption("placeholder","",function(Ze,Se,qt){var Ke=qt&&qt!=Ct.Init;if(Se&&!Ke)Ze.on("blur",ae),Ze.on("change",le),Ze.on("swapDoc",le),Ct.on(Ze.getInputField(),"compositionupdate",Ze.state.placeholderCompose=function(){Ye(Ze)}),le(Ze);else if(!Se&&Ke){Ze.off("blur",ae),Ze.off("change",le),Ze.off("swapDoc",le),Ct.off(Ze.getInputField(),"compositionupdate",Ze.state.placeholderCompose),he(Ze);var ee=Ze.getWrapperElement();ee.className=ee.className.replace(" CodeMirror-empty","")}Se&&!Ze.hasFocus()&&ae(Ze)});function he(Ze){Ze.state.placeholder&&(Ze.state.placeholder.parentNode.removeChild(Ze.state.placeholder),Ze.state.placeholder=null)}function be(Ze){he(Ze);var Se=Ze.state.placeholder=document.createElement("pre");Se.style.cssText="height: 0; overflow: visible",Se.style.direction=Ze.getOption("direction"),Se.className="CodeMirror-placeholder CodeMirror-line-like";var qt=Ze.getOption("placeholder");typeof qt=="string"&&(qt=document.createTextNode(qt)),Se.appendChild(qt),Ze.display.lineSpace.insertBefore(Se,Ze.display.lineSpace.firstChild)}function Ye(Ze){setTimeout(function(){var Se=!1,qt=Ze.getInputField();qt.nodeName=="TEXTAREA"?Se=!qt.value:Ze.lineCount()==1&&(Se=!/[^\u200b]/.test(qt.querySelector(".CodeMirror-line").textContent)),Se?be(Ze):he(Ze)},20)}function ae(Ze){oe(Ze)&&be(Ze)}function le(Ze){var Se=Ze.getWrapperElement(),qt=oe(Ze);Se.className=Se.className.replace(" CodeMirror-empty","")+(qt?" CodeMirror-empty":""),qt?be(Ze):he(Ze)}function oe(Ze){return Ze.lineCount()===1&&Ze.getLine(0)===""}})},25717:function(gn,Xn,Zt){(function(Ct){Ct(Zt(89780))})(function(Ct){var he={pairs:`()[]{}''""`,closeBefore:`)]}'":;>`,triples:"",explode:"[]{}"},be=Ct.Pos;Ct.defineOption("autoCloseBrackets",!1,function(et,nt,ct){ct&&ct!=Ct.Init&&(et.removeKeyMap(ae),et.state.closeBrackets=null),nt&&(le(Ye(nt,"pairs")),et.state.closeBrackets=nt,et.addKeyMap(ae))});function Ye(et,nt){return nt=="pairs"&&typeof et=="string"?et:typeof et=="object"&&et[nt]!=null?et[nt]:he[nt]}var ae={Backspace:Se,Enter:qt};function le(et){for(var nt=0;nt<et.length;nt++){var ct=et.charAt(nt),lt="'"+ct+"'";ae[lt]||(ae[lt]=oe(ct))}}le(he.pairs+"`");function oe(et){return function(nt){return ee(nt,et)}}function Ze(et){var nt=et.state.closeBrackets;if(!nt||nt.override)return nt;var ct=et.getModeAt(et.getCursor());return ct.closeBrackets||nt}function Se(et){var nt=Ze(et);if(!nt||et.getOption("disableInput"))return Ct.Pass;for(var ct=Ye(nt,"pairs"),lt=et.listSelections(),pt=0;pt<lt.length;pt++){if(!lt[pt].empty())return Ct.Pass;var vt=Ue(et,lt[pt].head);if(!vt||ct.indexOf(vt)%2!=0)return Ct.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 qt(et){var nt=Ze(et),ct=nt&&Ye(nt,"explode");if(!ct||et.getOption("disableInput"))return Ct.Pass;for(var lt=et.listSelections(),pt=0;pt<lt.length;pt++){if(!lt[pt].empty())return Ct.Pass;var vt=Ue(et,lt[pt].head);if(!vt||ct.indexOf(vt)%2!=0)return Ct.Pass}et.operation(function(){var kt=et.lineSeparator()||`
|
|
`;et.replaceSelection(kt+kt,null),et.execCommand("goCharLeft"),lt=et.listSelections();for(var Nt=0;Nt<lt.length;Nt++){var _t=lt[Nt].head.line;et.indentLine(_t,null,!0),et.indentLine(_t+1,null,!0)}})}function Ke(et){var nt=Ct.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 ee(et,nt){var ct=Ze(et);if(!ct||et.getOption("disableInput"))return Ct.Pass;var lt=Ye(ct,"pairs"),pt=lt.indexOf(nt);if(pt==-1)return Ct.Pass;for(var vt=Ye(ct,"closeBefore"),kt=Ye(ct,"triples"),Nt=lt.charAt(pt+1)==nt,_t=et.listSelections(),Vt=pt%2==0,ne,$t=0;$t<_t.length;$t++){var te=_t[$t],Le=te.head,de,Xe=et.getRange(Le,be(Le.line,Le.ch+1));if(Vt&&!te.empty())de="surround";else if((Nt||!Vt)&&Xe==nt)Nt&&Ft(et,Le)?de="both":kt.indexOf(nt)>=0&&et.getRange(Le,be(Le.line,Le.ch+3))==nt+nt+nt?de="skipThree":de="skip";else if(Nt&&Le.ch>1&&kt.indexOf(nt)>=0&&et.getRange(be(Le.line,Le.ch-2),Le)==nt+nt){if(Le.ch>2&&/\bstring/.test(et.getTokenTypeAt(be(Le.line,Le.ch-2))))return Ct.Pass;de="addFour"}else if(Nt){var Ie=Le.ch==0?" ":et.getRange(be(Le.line,Le.ch-1),Le);if(!Ct.isWordChar(Xe)&&Ie!=nt&&!Ct.isWordChar(Ie))de="both";else return Ct.Pass}else if(Vt&&(Xe.length===0||/\s/.test(Xe)||vt.indexOf(Xe)>-1))de="both";else return Ct.Pass;if(!ne)ne=de;else if(ne!=de)return Ct.Pass}var ln=pt%2?lt.charAt(pt-1):nt,Jn=pt%2?nt:lt.charAt(pt+1);et.operation(function(){if(ne=="skip")et.execCommand("goCharRight");else if(ne=="skipThree")for(var Tn=0;Tn<3;Tn++)et.execCommand("goCharRight");else if(ne=="surround"){for(var mi=et.getSelections(),Tn=0;Tn<mi.length;Tn++)mi[Tn]=ln+mi[Tn]+Jn;et.replaceSelections(mi,"around"),mi=et.listSelections().slice();for(var Tn=0;Tn<mi.length;Tn++)mi[Tn]=Ke(mi[Tn]);et.setSelections(mi)}else ne=="both"?(et.replaceSelection(ln+Jn,null),et.triggerElectric(ln+Jn),et.execCommand("goCharLeft")):ne=="addFour"&&(et.replaceSelection(ln+ln+ln+ln,"before"),et.execCommand("goCharRight"))})}function Ue(et,nt){var ct=et.getRange(be(nt.line,nt.ch-1),be(nt.line,nt.ch+1));return ct.length==2?ct:null}function Ft(et,nt){var ct=et.getTokenAt(be(nt.line,nt.ch+1));return/\bstring/.test(ct.type)&&ct.start==nt.ch&&(nt.ch==0||!/\bstring/.test(et.getTokenTypeAt(nt)))}})},6313:function(gn,Xn,Zt){(function(Ct){Ct(Zt(89780),Zt(32855))})(function(Ct){Ct.defineOption("autoCloseTags",!1,function(Se,qt,Ke){if(Ke!=Ct.Init&&Ke&&Se.removeKeyMap("autoCloseTags"),!!qt){var ee={name:"autoCloseTags"};(typeof qt!="object"||qt.whenClosing!==!1)&&(ee["'/'"]=function(Ue){return le(Ue)}),(typeof qt!="object"||qt.whenOpening!==!1)&&(ee["'>'"]=function(Ue){return Ye(Ue)}),Se.addKeyMap(ee)}});var he=["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 Ye(Se){if(Se.getOption("disableInput"))return Ct.Pass;for(var qt=Se.listSelections(),Ke=[],ee=Se.getOption("autoCloseTags"),Ue=0;Ue<qt.length;Ue++){if(!qt[Ue].empty())return Ct.Pass;var Ft=qt[Ue].head,et=Se.getTokenAt(Ft),nt=Ct.innerMode(Se.getMode(),et.state),ct=nt.state,lt=nt.mode.xmlCurrentTag&&nt.mode.xmlCurrentTag(ct),pt=lt&<.name;if(!pt)return Ct.Pass;var vt=nt.mode.configuration=="html",kt=typeof ee=="object"&&ee.dontCloseTags||vt&&he,Nt=typeof ee=="object"&&ee.indentTags||vt&&be;et.end>Ft.ch&&(pt=pt.slice(0,pt.length-et.end+Ft.ch));var _t=pt.toLowerCase();if(!pt||et.type=="string"&&(et.end!=Ft.ch||!/[\"\']/.test(et.string.charAt(et.string.length-1))||et.string.length==1)||et.type=="tag"&<.close||et.string.indexOf("/")==Ft.ch-et.start-1||kt&&oe(kt,_t)>-1||Ze(Se,nt.mode.xmlCurrentContext&&nt.mode.xmlCurrentContext(ct)||[],pt,Ft,!0))return Ct.Pass;var Vt=typeof ee=="object"&&ee.emptyTags;if(Vt&&oe(Vt,pt)>-1){Ke[Ue]={text:"/>",newPos:Ct.Pos(Ft.line,Ft.ch+2)};continue}var ne=Nt&&oe(Nt,_t)>-1;Ke[Ue]={indent:ne,text:">"+(ne?`
|
|
|
|
`:"")+"</"+pt+">",newPos:ne?Ct.Pos(Ft.line+1,0):Ct.Pos(Ft.line,Ft.ch+1)}}for(var $t=typeof ee=="object"&&ee.dontIndentOnAutoClose,Ue=qt.length-1;Ue>=0;Ue--){var te=Ke[Ue];Se.replaceRange(te.text,qt[Ue].head,qt[Ue].anchor,"+insert");var Le=Se.listSelections().slice(0);Le[Ue]={head:te.newPos,anchor:te.newPos},Se.setSelections(Le),!$t&&te.indent&&(Se.indentLine(te.newPos.line,null,!0),Se.indentLine(te.newPos.line+1,null,!0))}}function ae(Se,qt){for(var Ke=Se.listSelections(),ee=[],Ue=qt?"/":"</",Ft=Se.getOption("autoCloseTags"),et=typeof Ft=="object"&&Ft.dontIndentOnSlash,nt=0;nt<Ke.length;nt++){if(!Ke[nt].empty())return Ct.Pass;var ct=Ke[nt].head,lt=Se.getTokenAt(ct),pt=Ct.innerMode(Se.getMode(),lt.state),vt=pt.state;if(qt&&(lt.type=="string"||lt.string.charAt(0)!="<"||lt.start!=ct.ch-1))return Ct.Pass;var kt,Nt=pt.mode.name!="xml"&&Se.getMode().name=="htmlmixed";if(Nt&&pt.mode.name=="javascript")kt=Ue+"script";else if(Nt&&pt.mode.name=="css")kt=Ue+"style";else{var _t=pt.mode.xmlCurrentContext&&pt.mode.xmlCurrentContext(vt);if(!_t||_t.length&&Ze(Se,_t,_t[_t.length-1],ct))return Ct.Pass;kt=Ue+_t[_t.length-1]}Se.getLine(ct.line).charAt(lt.end)!=">"&&(kt+=">"),ee[nt]=kt}if(Se.replaceSelections(ee),Ke=Se.listSelections(),!et)for(var nt=0;nt<Ke.length;nt++)(nt==Ke.length-1||Ke[nt].head.line<Ke[nt+1].head.line)&&Se.indentLine(Ke[nt].head.line)}function le(Se){return Se.getOption("disableInput")?Ct.Pass:ae(Se,!0)}Ct.commands.closeTag=function(Se){return ae(Se)};function oe(Se,qt){if(Se.indexOf)return Se.indexOf(qt);for(var Ke=0,ee=Se.length;Ke<ee;++Ke)if(Se[Ke]==qt)return Ke;return-1}function Ze(Se,qt,Ke,ee,Ue){if(!Ct.scanForClosingTag)return!1;var Ft=Math.min(Se.lastLine()+1,ee.line+500),et=Ct.scanForClosingTag(Se,ee,null,Ft);if(!et||et.tag!=Ke)return!1;for(var nt=Ue?1:0,ct=qt.length-1;ct>=0&&qt[ct]==Ke;ct--)++nt;ee=et.to;for(var ct=1;ct<nt;ct++){var lt=Ct.scanForClosingTag(Se,ee,null,Ft);if(!lt||lt.tag!=Ke)return!1;ee=lt.to}return!0}})},32855:function(gn,Xn,Zt){(function(Ct){Ct(Zt(89780))})(function(Ct){"use strict";var he=Ct.Pos;function be(ct,lt){return ct.line-lt.line||ct.ch-lt.ch}var Ye="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",ae=Ye+"-:.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",le=new RegExp("<(/?)(["+Ye+"]["+ae+"]*)","g");function oe(ct,lt,pt,vt){this.line=lt,this.ch=pt,this.cm=ct,this.text=ct.getLine(lt),this.min=vt?Math.max(vt.from,ct.firstLine()):ct.firstLine(),this.max=vt?Math.min(vt.to-1,ct.lastLine()):ct.lastLine()}function Ze(ct,lt){var pt=ct.cm.getTokenTypeAt(he(ct.line,lt));return pt&&/\btag\b/.test(pt)}function Se(ct){if(!(ct.line>=ct.max))return ct.ch=0,ct.text=ct.cm.getLine(++ct.line),!0}function qt(ct){if(!(ct.line<=ct.min))return ct.text=ct.cm.getLine(--ct.line),ct.ch=ct.text.length,!0}function Ke(ct){for(;;){var lt=ct.text.indexOf(">",ct.ch);if(lt==-1){if(Se(ct))continue;return}if(!Ze(ct,lt+1)){ct.ch=lt+1;continue}var pt=ct.text.lastIndexOf("/",lt),vt=pt>-1&&!/\S/.test(ct.text.slice(pt+1,lt));return ct.ch=lt+1,vt?"selfClose":"regular"}}function ee(ct){for(;;){var lt=ct.ch?ct.text.lastIndexOf("<",ct.ch-1):-1;if(lt==-1){if(qt(ct))continue;return}if(!Ze(ct,lt+1)){ct.ch=lt;continue}le.lastIndex=lt,ct.ch=lt;var pt=le.exec(ct.text);if(pt&&pt.index==lt)return pt}}function Ue(ct){for(;;){le.lastIndex=ct.ch;var lt=le.exec(ct.text);if(!lt){if(Se(ct))continue;return}if(!Ze(ct,lt.index+1)){ct.ch=lt.index+1;continue}return ct.ch=lt.index+lt[0].length,lt}}function Ft(ct){for(;;){var lt=ct.ch?ct.text.lastIndexOf(">",ct.ch-1):-1;if(lt==-1){if(qt(ct))continue;return}if(!Ze(ct,lt+1)){ct.ch=lt;continue}var pt=ct.text.lastIndexOf("/",lt),vt=pt>-1&&!/\S/.test(ct.text.slice(pt+1,lt));return ct.ch=lt+1,vt?"selfClose":"regular"}}function et(ct,lt){for(var pt=[];;){var vt=Ue(ct),kt,Nt=ct.line,_t=ct.ch-(vt?vt[0].length:0);if(!vt||!(kt=Ke(ct)))return;if(kt!="selfClose")if(vt[1]){for(var Vt=pt.length-1;Vt>=0;--Vt)if(pt[Vt]==vt[2]){pt.length=Vt;break}if(Vt<0&&(!lt||lt==vt[2]))return{tag:vt[2],from:he(Nt,_t),to:he(ct.line,ct.ch)}}else pt.push(vt[2])}}function nt(ct,lt){for(var pt=[];;){var vt=Ft(ct);if(!vt)return;if(vt=="selfClose"){ee(ct);continue}var kt=ct.line,Nt=ct.ch,_t=ee(ct);if(!_t)return;if(_t[1])pt.push(_t[2]);else{for(var Vt=pt.length-1;Vt>=0;--Vt)if(pt[Vt]==_t[2]){pt.length=Vt;break}if(Vt<0&&(!lt||lt==_t[2]))return{tag:_t[2],from:he(ct.line,ct.ch),to:he(kt,Nt)}}}}Ct.registerHelper("fold","xml",function(ct,lt){for(var pt=new oe(ct,lt.line,0);;){var vt=Ue(pt);if(!vt||pt.line!=lt.line)return;var kt=Ke(pt);if(!kt)return;if(!vt[1]&&kt!="selfClose"){var Nt=he(pt.line,pt.ch),_t=et(pt,vt[2]);return _t&&be(_t.from,Nt)>0?{from:Nt,to:_t.from}:null}}}),Ct.findMatchingTag=function(ct,lt,pt){var vt=new oe(ct,lt.line,lt.ch,pt);if(!(vt.text.indexOf(">")==-1&&vt.text.indexOf("<")==-1)){var kt=Ke(vt),Nt=kt&&he(vt.line,vt.ch),_t=kt&&ee(vt);if(!(!kt||!_t||be(vt,lt)>0)){var Vt={from:he(vt.line,vt.ch),to:Nt,tag:_t[2]};return kt=="selfClose"?{open:Vt,close:null,at:"open"}:_t[1]?{open:nt(vt,_t[2]),close:Vt,at:"close"}:(vt=new oe(ct,Nt.line,Nt.ch,pt),{open:Vt,close:et(vt,_t[2]),at:"open"})}}},Ct.findEnclosingTag=function(ct,lt,pt,vt){for(var kt=new oe(ct,lt.line,lt.ch,pt);;){var Nt=nt(kt,vt);if(!Nt)break;var _t=new oe(ct,lt.line,lt.ch,pt),Vt=et(_t,Nt.tag);if(Vt)return{open:Nt,close:Vt}}},Ct.scanForClosingTag=function(ct,lt,pt,vt){var kt=new oe(ct,lt.line,lt.ch,vt?{from:0,to:vt}:null);return et(kt,pt)}})},89780:function(gn){(function(Xn,Zt){gn.exports=Zt()})(this,function(){"use strict";var Xn=navigator.userAgent,Zt=navigator.platform,Ct=/gecko\/\d/i.test(Xn),he=/MSIE \d/.test(Xn),be=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Xn),Ye=/Edge\/(\d+)/.exec(Xn),ae=he||be||Ye,le=ae&&(he?document.documentMode||6:+(Ye||be)[1]),oe=!Ye&&/WebKit\//.test(Xn),Ze=oe&&/Qt\/\d+\.\d+/.test(Xn),Se=!Ye&&/Chrome\//.test(Xn),qt=/Opera\//.test(Xn),Ke=/Apple Computer/.test(navigator.vendor),ee=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(Xn),Ue=/PhantomJS/.test(Xn),Ft=!Ye&&/AppleWebKit/.test(Xn)&&/Mobile\/\w+/.test(Xn),et=/Android/.test(Xn),nt=Ft||et||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(Xn),ct=Ft||/Mac/.test(Zt),lt=/\bCrOS\b/.test(Xn),pt=/win/i.test(Zt),vt=qt&&Xn.match(/Version\/(\d*\.\d*)/);vt&&(vt=Number(vt[1])),vt&&vt>=15&&(qt=!1,oe=!0);var kt=ct&&(Ze||qt&&(vt==null||vt<12.11)),Nt=Ct||ae&&le>=9;function _t(it){return new RegExp("(^|\\s)"+it+"(?:$|\\s)\\s*")}var Vt=function(it,st){var dt=it.className,ht=_t(st).exec(dt);if(ht){var gt=dt.slice(ht.index+ht[0].length);it.className=dt.slice(0,ht.index)+(gt?ht[1]+gt:"")}};function ne(it){for(var st=it.childNodes.length;st>0;--st)it.removeChild(it.firstChild);return it}function $t(it,st){return ne(it).appendChild(st)}function te(it,st,dt,ht){var gt=document.createElement(it);if(dt&&(gt.className=dt),ht&&(gt.style.cssText=ht),typeof st=="string")gt.appendChild(document.createTextNode(st));else if(st)for(var Pt=0;Pt<st.length;++Pt)gt.appendChild(st[Pt]);return gt}function Le(it,st,dt,ht){var gt=te(it,st,dt,ht);return gt.setAttribute("role","presentation"),gt}var de;document.createRange?de=function(it,st,dt,ht){var gt=document.createRange();return gt.setEnd(ht||it,dt),gt.setStart(it,st),gt}:de=function(it,st,dt){var ht=document.body.createTextRange();try{ht.moveToElementText(it.parentNode)}catch(gt){return ht}return ht.collapse(!0),ht.moveEnd("character",dt),ht.moveStart("character",st),ht};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 Ie(){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 ln(it,st){var dt=it.className;_t(st).test(dt)||(it.className+=(dt?" ":"")+st)}function Jn(it,st){for(var dt=it.split(" "),ht=0;ht<dt.length;ht++)dt[ht]&&!_t(dt[ht]).test(st)&&(st+=" "+dt[ht]);return st}var Tn=function(it){it.select()};Ft?Tn=function(it){it.selectionStart=0,it.selectionEnd=it.value.length}:ae&&(Tn=function(it){try{it.select()}catch(st){}});function mi(it){var st=Array.prototype.slice.call(arguments,1);return function(){return it.apply(null,st)}}function En(it,st,dt){st||(st={});for(var ht in it)it.hasOwnProperty(ht)&&(dt!==!1||!st.hasOwnProperty(ht))&&(st[ht]=it[ht]);return st}function ue(it,st,dt,ht,gt){st==null&&(st=it.search(/[^\s\u00a0]/),st==-1&&(st=it.length));for(var Pt=ht||0,bt=gt||0;;){var Rt=it.indexOf(" ",Pt);if(Rt<0||Rt>=st)return bt+(st-Pt);bt+=Rt-Pt,bt+=dt-bt%dt,Pt=Rt+1}}var Kt=function(){this.id=null,this.f=null,this.time=0,this.handler=mi(this.onTimeout,this)};Kt.prototype.onTimeout=function(it){it.id=0,it.time<=+new Date?it.f():setTimeout(it.handler,it.time-+new Date)},Kt.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 vn(it,st){for(var dt=0;dt<it.length;++dt)if(it[dt]==st)return dt;return-1}var qn=50,Qn={toString:function(){return"CodeMirror.Pass"}},je={scroll:!1},dn={origin:"*mouse"},Ln={origin:"+move"};function ri(it,st,dt){for(var ht=0,gt=0;;){var Pt=it.indexOf(" ",ht);Pt==-1&&(Pt=it.length);var bt=Pt-ht;if(Pt==it.length||gt+bt>=st)return ht+Math.min(bt,st-gt);if(gt+=Pt-ht,gt+=dt-gt%dt,ht=Pt+1,gt>=st)return ht}}var xn=[""];function Zn(it){for(;xn.length<=it;)xn.push(ie(xn)+" ");return xn[it]}function ie(it){return it[it.length-1]}function Rn(it,st){for(var dt=[],ht=0;ht<it.length;ht++)dt[ht]=st(it[ht],ht);return dt}function zi(it,st,dt){for(var ht=0,gt=dt(st);ht<it.length&&dt(it[ht])<=gt;)ht++;it.splice(ht,0,st)}function Dt(){}function Lt(it,st){var dt;return Object.create?dt=Object.create(it):(Dt.prototype=it,dt=new Dt),st&&En(st,dt),dt}var xt=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;function Bt(it){return/\w/.test(it)||it>"\x80"&&(it.toUpperCase()!=it.toLowerCase()||xt.test(it))}function zt(it,st){return st?st.source.indexOf("\\w")>-1&&Bt(it)?!0:st.test(it):Bt(it)}function Et(it){for(var st in it)if(it.hasOwnProperty(st)&&it[st])return!1;return!0}var ve=/[\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 we(it){return it.charCodeAt(0)>=768&&ve.test(it)}function rn(it,st,dt){for(;(dt<0?st>0:st<it.length)&&we(it.charAt(st));)st+=dt;return st}function Qe(it,st,dt){for(var ht=st>dt?-1:1;;){if(st==dt)return st;var gt=(st+dt)/2,Pt=ht<0?Math.ceil(gt):Math.floor(gt);if(Pt==st)return it(Pt)?st:dt;it(Pt)?dt=Pt:st=Pt+ht}}function Te(it,st,dt,ht){if(!it)return ht(st,dt,"ltr",0);for(var gt=!1,Pt=0;Pt<it.length;++Pt){var bt=it[Pt];(bt.from<dt&&bt.to>st||st==dt&&bt.to==st)&&(ht(Math.max(bt.from,st),Math.min(bt.to,dt),bt.level==1?"rtl":"ltr",Pt),gt=!0)}gt||ht(st,dt,"ltr")}var $e=null;function nn(it,st,dt){var ht;$e=null;for(var gt=0;gt<it.length;++gt){var Pt=it[gt];if(Pt.from<st&&Pt.to>st)return gt;Pt.to==st&&(Pt.from!=Pt.to&&dt=="before"?ht=gt:$e=gt),Pt.from==st&&(Pt.from!=Pt.to&&dt!="before"?ht=gt:$e=gt)}return ht!=null?ht:$e}var un=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 ht=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,gt=/[stwN]/,Pt=/[LRr]/,bt=/[Lb1n]/,Rt=/[1n]/;function Ot(Ut,ge,Xt){this.level=Ut,this.from=ge,this.to=Xt}return function(Ut,ge){var Xt=ge=="ltr"?"L":"R";if(Ut.length==0||ge=="ltr"&&!ht.test(Ut))return!1;for(var De=Ut.length,Be=[],yn=0;yn<De;++yn)Be.push(dt(Ut.charCodeAt(yn)));for(var Mn=0,_n=Xt;Mn<De;++Mn){var ci=Be[Mn];ci=="m"?Be[Mn]=_n:_n=ci}for(var Fi=0,Li=Xt;Fi<De;++Fi){var ji=Be[Fi];ji=="1"&&Li=="r"?Be[Fi]="n":Pt.test(ji)&&(Li=ji,ji=="r"&&(Be[Fi]="R"))}for(var ao=1,Pi=Be[0];ao<De-1;++ao){var wo=Be[ao];wo=="+"&&Pi=="1"&&Be[ao+1]=="1"?Be[ao]="1":wo==","&&Pi==Be[ao+1]&&(Pi=="1"||Pi=="n")&&(Be[ao]=Pi),Pi=wo}for(var kr=0;kr<De;++kr){var ps=Be[kr];if(ps==",")Be[kr]="N";else if(ps=="%"){var Or=void 0;for(Or=kr+1;Or<De&&Be[Or]=="%";++Or);for(var pa=kr&&Be[kr-1]=="!"||Or<De&&Be[Or]=="1"?"1":"N",Xs=kr;Xs<Or;++Xs)Be[Xs]=pa;kr=Or-1}}for(var as=0,ka=Xt;as<De;++as){var Hs=Be[as];ka=="L"&&Hs=="1"?Be[as]="L":Pt.test(Hs)&&(ka=Hs)}for(var ls=0;ls<De;++ls)if(gt.test(Be[ls])){var Ko=void 0;for(Ko=ls+1;Ko<De&>.test(Be[Ko]);++Ko);for(var Hr=(ls?Be[ls-1]:Xt)=="L",Ms=(Ko<De?Be[Ko]:Xt)=="L",Ws=Hr==Ms?Hr?"L":"R":Xt,ml=ls;ml<Ko;++ml)Be[ml]=Ws;ls=Ko-1}for(var Ir=[],rl,Kr=0;Kr<De;)if(bt.test(Be[Kr])){var vc=Kr;for(++Kr;Kr<De&&bt.test(Be[Kr]);++Kr);Ir.push(new Ot(0,vc,Kr))}else{var Va=Kr,Ma=Ir.length,ma=ge=="rtl"?1:0;for(++Kr;Kr<De&&Be[Kr]!="L";++Kr);for(var fr=Va;fr<Kr;)if(Rt.test(Be[fr])){Va<fr&&(Ir.splice(Ma,0,new Ot(1,Va,fr)),Ma+=ma);var Es=fr;for(++fr;fr<Kr&&Rt.test(Be[fr]);++fr);Ir.splice(Ma,0,new Ot(2,Es,fr)),Ma+=ma,Va=fr}else++fr;Va<Kr&&Ir.splice(Ma,0,new Ot(1,Va,Kr))}return ge=="ltr"&&(Ir[0].level==1&&(rl=Ut.match(/^\s+/))&&(Ir[0].from=rl[0].length,Ir.unshift(new Ot(0,0,rl[0].length))),ie(Ir).level==1&&(rl=Ut.match(/\s+$/))&&(ie(Ir).to-=rl[0].length,Ir.push(new Ot(0,De-rl[0].length,De)))),ge=="rtl"?Ir.reverse():Ir}}();function Nn(it,st){var dt=it.order;return dt==null&&(dt=it.order=un(it.text,st)),dt}var zn=[],cn=function(it,st,dt){if(it.addEventListener)it.addEventListener(st,dt,!1);else if(it.attachEvent)it.attachEvent("on"+st,dt);else{var ht=it._handlers||(it._handlers={});ht[st]=(ht[st]||zn).concat(dt)}};function Ai(it,st){return it._handlers&&it._handlers[st]||zn}function ki(it,st,dt){if(it.removeEventListener)it.removeEventListener(st,dt,!1);else if(it.detachEvent)it.detachEvent("on"+st,dt);else{var ht=it._handlers,gt=ht&&ht[st];if(gt){var Pt=vn(gt,dt);Pt>-1&&(ht[st]=gt.slice(0,Pt).concat(gt.slice(Pt+1)))}}}function Oi(it,st){var dt=Ai(it,st);if(dt.length)for(var ht=Array.prototype.slice.call(arguments,2),gt=0;gt<dt.length;++gt)dt[gt].apply(null,ht)}function Ki(it,st,dt){return typeof st=="string"&&(st={type:st,preventDefault:function(){this.defaultPrevented=!0}}),Oi(it,dt||st.type,it,st),Gi(st)||st.codemirrorIgnore}function so(it){var st=it._handlers&&it._handlers.cursorActivity;if(st)for(var dt=it.curOp.cursorActivityHandlers||(it.curOp.cursorActivityHandlers=[]),ht=0;ht<st.length;++ht)vn(dt,st[ht])==-1&&dt.push(st[ht])}function Wi(it,st){return Ai(it,st).length>0}function Vi(it){it.prototype.on=function(st,dt){cn(this,st,dt)},it.prototype.off=function(st,dt){ki(this,st,dt)}}function Ji(it){it.preventDefault?it.preventDefault():it.returnValue=!1}function Yo(it){it.stopPropagation?it.stopPropagation():it.cancelBubble=!0}function Gi(it){return it.defaultPrevented!=null?it.defaultPrevented:it.returnValue==!1}function to(it){Ji(it),Yo(it)}function er(it){return it.target||it.srcElement}function _o(it){var st=it.which;return st==null&&(it.button&1?st=1:it.button&2?st=3:it.button&4&&(st=2)),ct&&it.ctrlKey&&st==1&&(st=3),st}var $o=function(){if(ae&&le<9)return!1;var it=te("div");return"draggable"in it||"dragDrop"in it}(),wr;function qo(it){if(wr==null){var st=te("span","\u200B");$t(it,te("span",[st,document.createTextNode("x")])),it.firstChild.offsetHeight!=0&&(wr=st.offsetWidth<=1&&st.offsetHeight>2&&!(ae&&le<8))}var dt=wr?te("span","\u200B"):te("span","\xA0",null,"display: inline-block; width: 1px; margin-right: -1px");return dt.setAttribute("cm-text",""),dt}var ur;function xr(it){if(ur!=null)return ur;var st=$t(it,document.createTextNode("A\u062EA")),dt=de(st,0,1).getBoundingClientRect(),ht=de(st,1,2).getBoundingClientRect();return ne(it),!dt||dt.left==dt.right?!1:ur=ht.right-dt.right<3}var Ao=`
|
|
|
|
b`.split(/\n/).length!=3?function(it){for(var st=0,dt=[],ht=it.length;st<=ht;){var gt=it.indexOf(`
|
|
`,st);gt==-1&&(gt=it.length);var Pt=it.slice(st,it.charAt(gt-1)=="\r"?gt-1:gt),bt=Pt.indexOf("\r");bt!=-1?(dt.push(Pt.slice(0,bt)),st+=bt+1):(dt.push(Pt),st=gt+1)}return dt}:function(it){return it.split(/\r\n?|\n/)},wt=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},xo=function(){var it=te("div");return"oncopy"in it?!0:(it.setAttribute("oncopy","return;"),typeof it.oncopy=="function")}(),Qi=null;function bo(it){if(Qi!=null)return Qi;var st=$t(it,te("span","x")),dt=st.getBoundingClientRect(),ht=de(st,0,1).getBoundingClientRect();return Qi=Math.abs(dt.left-ht.left)>1}var nr={},Xo={};function Br(it,st){arguments.length>2&&(st.dependencies=Array.prototype.slice.call(arguments,2)),nr[it]=st}function hs(it,st){Xo[it]=st}function eo(it){if(typeof it=="string"&&Xo.hasOwnProperty(it))it=Xo[it];else if(it&&typeof it.name=="string"&&Xo.hasOwnProperty(it.name)){var st=Xo[it.name];typeof st=="string"&&(st={name:st}),it=Lt(st,it),it.name=st.name}else{if(typeof it=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test(it))return eo("application/xml");if(typeof it=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test(it))return eo("application/json")}return typeof it=="string"?{name:it}:it||{name:"null"}}function Oe(it,st){st=eo(st);var dt=nr[st.name];if(!dt)return Oe(it,"text/plain");var ht=dt(it,st);if(Ce.hasOwnProperty(st.name)){var gt=Ce[st.name];for(var Pt in gt)gt.hasOwnProperty(Pt)&&(ht.hasOwnProperty(Pt)&&(ht["_"+Pt]=ht[Pt]),ht[Pt]=gt[Pt])}if(ht.name=st.name,st.helperType&&(ht.helperType=st.helperType),st.modeProps)for(var bt in st.modeProps)ht[bt]=st.modeProps[bt];return ht}var Ce={};function fe(it,st){var dt=Ce.hasOwnProperty(it)?Ce[it]:Ce[it]={};En(st,dt)}function Wn(it,st){if(st===!0)return st;if(it.copyState)return it.copyState(st);var dt={};for(var ht in st){var gt=st[ht];gt instanceof Array&&(gt=gt.concat([])),dt[ht]=gt}return dt}function yi(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 Mi(it,st,dt){return it.startState?it.startState(st,dt):!0}var on=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};on.prototype.eol=function(){return this.pos>=this.string.length},on.prototype.sol=function(){return this.pos==this.lineStart},on.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},on.prototype.next=function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},on.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},on.prototype.eatWhile=function(it){for(var st=this.pos;this.eat(it););return this.pos>st},on.prototype.eatSpace=function(){for(var it=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>it},on.prototype.skipToEnd=function(){this.pos=this.string.length},on.prototype.skipTo=function(it){var st=this.string.indexOf(it,this.pos);if(st>-1)return this.pos=st,!0},on.prototype.backUp=function(it){this.pos-=it},on.prototype.column=function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=ue(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?ue(this.string,this.lineStart,this.tabSize):0)},on.prototype.indentation=function(){return ue(this.string,null,this.tabSize)-(this.lineStart?ue(this.string,this.lineStart,this.tabSize):0)},on.prototype.match=function(it,st,dt){if(typeof it=="string"){var ht=function(bt){return dt?bt.toLowerCase():bt},gt=this.string.substr(this.pos,it.length);if(ht(gt)==ht(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)}},on.prototype.current=function(){return this.string.slice(this.start,this.pos)},on.prototype.hideFirstChars=function(it,st){this.lineStart+=it;try{return st()}finally{this.lineStart-=it}},on.prototype.lookAhead=function(it){var st=this.lineOracle;return st&&st.lookAhead(it)},on.prototype.baseToken=function(){var it=this.lineOracle;return it&&it.baseToken(this.pos)};function kn(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 ht=0;;++ht){var gt=dt.children[ht],Pt=gt.chunkSize();if(st<Pt){dt=gt;break}st-=Pt}return dt.lines[st]}function Pe(it,st,dt){var ht=[],gt=st.line;return it.iter(st.line,dt.line+1,function(Pt){var bt=Pt.text;gt==dt.line&&(bt=bt.slice(0,dt.ch)),gt==st.line&&(bt=bt.slice(st.ch)),ht.push(bt),++gt}),ht}function xe(it,st,dt){var ht=[];return it.iter(st,dt,function(gt){ht.push(gt.text)}),ht}function bn(it,st){var dt=st-it.height;if(dt)for(var ht=it;ht;ht=ht.parent)ht.height+=dt}function Wt(it){if(it.parent==null)return null;for(var st=it.parent,dt=vn(st.lines,it),ht=st.parent;ht;st=ht,ht=ht.parent)for(var gt=0;ht.children[gt]!=st;++gt)dt+=ht.children[gt].chunkSize();return dt+st.first}function Ge(it,st){var dt=it.first;t:do{for(var ht=0;ht<it.children.length;++ht){var gt=it.children[ht],Pt=gt.height;if(st<Pt){it=gt;continue t}st-=Pt,dt+=gt.chunkSize()}return dt}while(!it.lines);for(var bt=0;bt<it.lines.length;++bt){var Rt=it.lines[bt],Ot=Rt.height;if(st<Ot)break;st-=Ot}return dt+bt}function fn(it,st){return st>=it.first&&st<it.first+it.size}function Hn(it,st){return String(it.lineNumberFormatter(st+it.firstLineNumber))}function Fe(it,st,dt){if(dt===void 0&&(dt=null),!(this instanceof Fe))return new Fe(it,st,dt);this.line=it,this.ch=st,this.sticky=dt}function Ae(it,st){return it.line-st.line||it.ch-st.ch}function wn(it,st){return it.sticky==st.sticky&&Ae(it,st)==0}function Bn(it){return Fe(it.line,it.ch)}function Kn(it,st){return Ae(it,st)<0?st:it}function In(it,st){return Ae(it,st)<0?it:st}function mn(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 Fe(it.first,0);var dt=it.first+it.size-1;return st.line>dt?Fe(dt,kn(it,dt).text.length):Bi(st,kn(it,st.line).text.length)}function Bi(it,st){var dt=it.ch;return dt==null||dt>st?Fe(it.line,st):dt<0?Fe(it.line,0):it}function bi(it,st){for(var dt=[],ht=0;ht<st.length;ht++)dt[ht]=jn(it,st[ht]);return dt}var ke=function(it,st){this.state=it,this.lookAhead=st},Qt=function(it,st,dt,ht){this.state=st,this.doc=it,this.line=dt,this.maxLookAhead=ht||0,this.baseTokens=null,this.baseTokenPos=1};Qt.prototype.lookAhead=function(it){var st=this.doc.getLine(this.line+it);return st!=null&&it>this.maxLookAhead&&(this.maxLookAhead=it),st},Qt.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}},Qt.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},Qt.fromSaved=function(it,st,dt){return st instanceof ke?new Qt(it,Wn(it.mode,st.state),dt,st.lookAhead):new Qt(it,Wn(it.mode,st),dt)},Qt.prototype.save=function(it){var st=it!==!1?Wn(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new ke(st,this.maxLookAhead):st};function ye(it,st,dt,ht){var gt=[it.state.modeGen],Pt={};ii(it,st.text,it.doc.mode,dt,function(Ut,ge){return gt.push(Ut,ge)},Pt,ht);for(var bt=dt.state,Rt=function(Ut){dt.baseTokens=gt;var ge=it.state.overlays[Ut],Xt=1,De=0;dt.state=!0,ii(it,st.text,ge.mode,dt,function(Be,yn){for(var Mn=Xt;De<Be;){var _n=gt[Xt];_n>Be&>.splice(Xt,1,Be,gt[Xt+1],_n),Xt+=2,De=Math.min(Be,_n)}if(yn)if(ge.opaque)gt.splice(Mn,Xt-Mn,Be,"overlay "+yn),Xt=Mn+2;else for(;Mn<Xt;Mn+=2){var ci=gt[Mn+1];gt[Mn+1]=(ci?ci+" ":"")+"overlay "+yn}},Pt),dt.state=bt,dt.baseTokens=null,dt.baseTokenPos=1},Ot=0;Ot<it.state.overlays.length;++Ot)Rt(Ot);return{styles:gt,classes:Pt.bgClass||Pt.textClass?Pt:null}}function sn(it,st,dt){if(!st.styles||st.styles[0]!=it.state.modeGen){var ht=Ti(it,Wt(st)),gt=st.text.length>it.options.maxHighlightLength&&Wn(it.doc.mode,ht.state),Pt=ye(it,st,ht);gt&&(ht.state=gt),st.stateAfter=ht.save(!gt),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 Ti(it,st,dt){var ht=it.doc,gt=it.display;if(!ht.mode.startState)return new Qt(ht,!0,st);var Pt=ti(it,st,dt),bt=Pt>ht.first&&kn(ht,Pt-1).stateAfter,Rt=bt?Qt.fromSaved(ht,bt,Pt):new Qt(ht,Mi(ht.mode),Pt);return ht.iter(Pt,st,function(Ot){ce(it,Ot.text,Rt);var Ut=Rt.line;Ot.stateAfter=Ut==st-1||Ut%5==0||Ut>=gt.viewFrom&&Ut<gt.viewTo?Rt.save():null,Rt.nextLine()}),dt&&(ht.modeFrontier=Rt.line),Rt}function ce(it,st,dt,ht){var gt=it.doc.mode,Pt=new on(st,it.options.tabSize,dt);for(Pt.start=Pt.pos=ht||0,st==""&&He(gt,dt.state);!Pt.eol();)ze(gt,Pt,dt.state),Pt.start=Pt.pos}function He(it,st){if(it.blankLine)return it.blankLine(st);if(it.innerMode){var dt=yi(it,st);if(dt.mode.blankLine)return dt.mode.blankLine(dt.state)}}function ze(it,st,dt,ht){for(var gt=0;gt<10;gt++){ht&&(ht[0]=yi(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 pe=function(it,st,dt){this.start=it.start,this.end=it.pos,this.string=it.current(),this.type=st||null,this.state=dt};function an(it,st,dt,ht){var gt=it.doc,Pt=gt.mode,bt;st=jn(gt,st);var Rt=kn(gt,st.line),Ot=Ti(it,st.line,dt),Ut=new on(Rt.text,it.options.tabSize,Ot),ge;for(ht&&(ge=[]);(ht||Ut.pos<st.ch)&&!Ut.eol();)Ut.start=Ut.pos,bt=ze(Pt,Ut,Ot.state),ht&&ge.push(new pe(Ut,bt,Wn(gt.mode,Ot.state)));return ht?ge:new pe(Ut,bt,Ot.state)}function Sn(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 ht=dt[1]?"bgClass":"textClass";st[ht]==null?st[ht]=dt[2]:new RegExp("(?:^|\\s)"+dt[2]+"(?:$|\\s)").test(st[ht])||(st[ht]+=" "+dt[2])}return it}function ii(it,st,dt,ht,gt,Pt,bt){var Rt=dt.flattenSpans;Rt==null&&(Rt=it.options.flattenSpans);var Ot=0,Ut=null,ge=new on(st,it.options.tabSize,ht),Xt,De=it.options.addModeClass&&[null];for(st==""&&Sn(He(dt,ht.state),Pt);!ge.eol();){if(ge.pos>it.options.maxHighlightLength?(Rt=!1,bt&&ce(it,st,ht,ge.pos),ge.pos=st.length,Xt=null):Xt=Sn(ze(dt,ge,ht.state,De),Pt),De){var Be=De[0].name;Be&&(Xt="m-"+(Xt?Be+" "+Xt:Be))}if(!Rt||Ut!=Xt){for(;Ot<ge.start;)Ot=Math.min(ge.start,Ot+5e3),gt(Ot,Ut);Ut=Xt}ge.start=ge.pos}for(;Ot<ge.pos;){var yn=Math.min(ge.pos,Ot+5e3);gt(yn,Ut),Ot=yn}}function ti(it,st,dt){for(var ht,gt,Pt=it.doc,bt=dt?-1:st-(it.doc.mode.innerMode?1e3:100),Rt=st;Rt>bt;--Rt){if(Rt<=Pt.first)return Pt.first;var Ot=kn(Pt,Rt-1),Ut=Ot.stateAfter;if(Ut&&(!dt||Rt+(Ut instanceof ke?Ut.lookAhead:0)<=Pt.modeFrontier))return Rt;var ge=ue(Ot.text,null,it.options.tabSize);(gt==null||ht>ge)&&(gt=Rt-1,ht=ge)}return gt}function fi(it,st){if(it.modeFrontier=Math.min(it.modeFrontier,st),!(it.highlightFrontier<st-10)){for(var dt=it.first,ht=st-1;ht>dt;ht--){var gt=kn(it,ht).stateAfter;if(gt&&(!(gt instanceof ke)||ht+gt.lookAhead<st)){dt=ht+1;break}}it.highlightFrontier=Math.min(it.highlightFrontier,dt)}}var Fn=!1,Ee=!1;function wi(){Fn=!0}function Me(){Ee=!0}function Cn(it,st,dt){this.marker=it,this.from=st,this.to=dt}function Gn(it,st){if(it)for(var dt=0;dt<it.length;++dt){var ht=it[dt];if(ht.marker==st)return ht}}function ni(it,st){for(var dt,ht=0;ht<it.length;++ht)it[ht]!=st&&(dt||(dt=[])).push(it[ht]);return dt}function Yi(it,st){it.markedSpans=it.markedSpans?it.markedSpans.concat([st]):[st],st.marker.attachLine(it)}function Ui(it,st,dt){var ht;if(it)for(var gt=0;gt<it.length;++gt){var Pt=it[gt],bt=Pt.marker,Rt=Pt.from==null||(bt.inclusiveLeft?Pt.from<=st:Pt.from<st);if(Rt||Pt.from==st&&bt.type=="bookmark"&&(!dt||!Pt.marker.insertLeft)){var Ot=Pt.to==null||(bt.inclusiveRight?Pt.to>=st:Pt.to>st);(ht||(ht=[])).push(new Cn(bt,Pt.from,Ot?null:Pt.to))}}return ht}function Ei(it,st,dt){var ht;if(it)for(var gt=0;gt<it.length;++gt){var Pt=it[gt],bt=Pt.marker,Rt=Pt.to==null||(bt.inclusiveRight?Pt.to>=st:Pt.to>st);if(Rt||Pt.from==st&&bt.type=="bookmark"&&(!dt||Pt.marker.insertLeft)){var Ot=Pt.from==null||(bt.inclusiveLeft?Pt.from<=st:Pt.from<st);(ht||(ht=[])).push(new Cn(bt,Ot?null:Pt.from-st,Pt.to==null?null:Pt.to-st))}}return ht}function Ci(it,st){if(st.full)return null;var dt=fn(it,st.from.line)&&kn(it,st.from.line).markedSpans,ht=fn(it,st.to.line)&&kn(it,st.to.line).markedSpans;if(!dt&&!ht)return null;var gt=st.from.ch,Pt=st.to.ch,bt=Ae(st.from,st.to)==0,Rt=Ui(dt,gt,bt),Ot=Ei(ht,Pt,bt),Ut=st.text.length==1,ge=ie(st.text).length+(Ut?gt:0);if(Rt)for(var Xt=0;Xt<Rt.length;++Xt){var De=Rt[Xt];if(De.to==null){var Be=Gn(Ot,De.marker);Be?Ut&&(De.to=Be.to==null?null:Be.to+ge):De.to=gt}}if(Ot)for(var yn=0;yn<Ot.length;++yn){var Mn=Ot[yn];if(Mn.to!=null&&(Mn.to+=ge),Mn.from==null){var _n=Gn(Rt,Mn.marker);_n||(Mn.from=ge,Ut&&(Rt||(Rt=[])).push(Mn))}else Mn.from+=ge,Ut&&(Rt||(Rt=[])).push(Mn)}Rt&&(Rt=ho(Rt)),Ot&&Ot!=Rt&&(Ot=ho(Ot));var ci=[Rt];if(!Ut){var Fi=st.text.length-2,Li;if(Fi>0&&Rt)for(var ji=0;ji<Rt.length;++ji)Rt[ji].to==null&&(Li||(Li=[])).push(new Cn(Rt[ji].marker,null,null));for(var ao=0;ao<Fi;++ao)ci.push(Li);ci.push(Ot)}return ci}function ho(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 si(it,st,dt){var ht=null;if(it.iter(st.line,dt.line+1,function(Be){if(Be.markedSpans)for(var yn=0;yn<Be.markedSpans.length;++yn){var Mn=Be.markedSpans[yn].marker;Mn.readOnly&&(!ht||vn(ht,Mn)==-1)&&(ht||(ht=[])).push(Mn)}}),!ht)return null;for(var gt=[{from:st,to:dt}],Pt=0;Pt<ht.length;++Pt)for(var bt=ht[Pt],Rt=bt.find(0),Ot=0;Ot<gt.length;++Ot){var Ut=gt[Ot];if(!(Ae(Ut.to,Rt.from)<0||Ae(Ut.from,Rt.to)>0)){var ge=[Ot,1],Xt=Ae(Ut.from,Rt.from),De=Ae(Ut.to,Rt.to);(Xt<0||!bt.inclusiveLeft&&!Xt)&&ge.push({from:Ut.from,to:Rt.from}),(De>0||!bt.inclusiveRight&&!De)&&ge.push({from:Rt.to,to:Ut.to}),gt.splice.apply(gt,ge),Ot+=ge.length-3}}return gt}function An(it){var st=it.markedSpans;if(st){for(var dt=0;dt<st.length;++dt)st[dt].marker.detachLine(it);it.markedSpans=null}}function At(it,st){if(st){for(var dt=0;dt<st.length;++dt)st[dt].marker.attachLine(it);it.markedSpans=st}}function ei(it){return it.inclusiveLeft?-1:0}function gi(it){return it.inclusiveRight?1:0}function oi(it,st){var dt=it.lines.length-st.lines.length;if(dt!=0)return dt;var ht=it.find(),gt=st.find(),Pt=Ae(ht.from,gt.from)||ei(it)-ei(st);if(Pt)return-Pt;var bt=Ae(ht.to,gt.to)||gi(it)-gi(st);return bt||st.id-it.id}function $i(it,st){var dt=Ee&&it.markedSpans,ht;if(dt)for(var gt=void 0,Pt=0;Pt<dt.length;++Pt)gt=dt[Pt],gt.marker.collapsed&&(st?gt.from:gt.to)==null&&(!ht||oi(ht,gt.marker)<0)&&(ht=gt.marker);return ht}function oo(it){return $i(it,!0)}function Dn(it){return $i(it,!1)}function Vn(it,st){var dt=Ee&&it.markedSpans,ht;if(dt)for(var gt=0;gt<dt.length;++gt){var Pt=dt[gt];Pt.marker.collapsed&&(Pt.from==null||Pt.from<st)&&(Pt.to==null||Pt.to>st)&&(!ht||oi(ht,Pt.marker)<0)&&(ht=Pt.marker)}return ht}function Yn(it,st,dt,ht,gt){var Pt=kn(it,st),bt=Ee&&Pt.markedSpans;if(bt)for(var Rt=0;Rt<bt.length;++Rt){var Ot=bt[Rt];if(Ot.marker.collapsed){var Ut=Ot.marker.find(0),ge=Ae(Ut.from,dt)||ei(Ot.marker)-ei(gt),Xt=Ae(Ut.to,ht)||gi(Ot.marker)-gi(gt);if(!(ge>=0&&Xt<=0||ge<=0&&Xt>=0)&&(ge<=0&&(Ot.marker.inclusiveRight&>.inclusiveLeft?Ae(Ut.to,dt)>=0:Ae(Ut.to,dt)>0)||ge>=0&&(Ot.marker.inclusiveRight&>.inclusiveLeft?Ae(Ut.from,ht)<=0:Ae(Ut.from,ht)<0)))return!0}}}function Un(it){for(var st;st=oo(it);)it=st.find(-1,!0).line;return it}function vi(it){for(var st;st=Dn(it);)it=st.find(1,!0).line;return it}function mo(it){for(var st,dt;st=Dn(it);)it=st.find(1,!0).line,(dt||(dt=[])).push(it);return dt}function ai(it,st){var dt=kn(it,st),ht=Un(dt);return dt==ht?st:Wt(ht)}function ui(it,st){if(st>it.lastLine())return st;var dt=kn(it,st),ht;if(!Je(it,dt))return st;for(;ht=Dn(dt);)dt=ht.find(1,!0).line;return Wt(dt)+1}function Je(it,st){var dt=Ee&&st.markedSpans;if(dt){for(var ht=void 0,gt=0;gt<dt.length;++gt)if(ht=dt[gt],!!ht.marker.collapsed){if(ht.from==null)return!0;if(!ht.marker.widgetNode&&ht.from==0&&ht.marker.inclusiveLeft&&li(it,st,ht))return!0}}}function li(it,st,dt){if(dt.to==null){var ht=dt.marker.find(1,!0);return li(it,ht.line,Gn(ht.line.markedSpans,dt.marker))}if(dt.marker.inclusiveRight&&dt.to==st.text.length)return!0;for(var gt=void 0,Pt=0;Pt<st.markedSpans.length;++Pt)if(gt=st.markedSpans[Pt],gt.marker.collapsed&&!gt.marker.widgetNode&>.from==dt.to&&(gt.to==null||gt.to!=dt.from)&&(gt.marker.inclusiveLeft||dt.marker.inclusiveRight)&&li(it,st,gt))return!0}function lo(it){it=Un(it);for(var st=0,dt=it.parent,ht=0;ht<dt.lines.length;++ht){var gt=dt.lines[ht];if(gt==it)break;st+=gt.height}for(var Pt=dt.parent;Pt;dt=Pt,Pt=dt.parent)for(var bt=0;bt<Pt.children.length;++bt){var Rt=Pt.children[bt];if(Rt==dt)break;st+=Rt.height}return st}function Ho(it){if(it.height==0)return 0;for(var st=it.text.length,dt,ht=it;dt=oo(ht);){var gt=dt.find(0,!0);ht=gt.from.line,st+=gt.from.ch-gt.to.ch}for(ht=it;dt=Dn(ht);){var Pt=dt.find(0,!0);st-=ht.text.length-Pt.from.ch,ht=Pt.to.line,st+=ht.text.length-Pt.to.ch}return st}function zo(it){var st=it.display,dt=it.doc;st.maxLine=kn(dt,dt.first),st.maxLineLength=Ho(st.maxLine),st.maxLineChanged=!0,dt.iter(function(ht){var gt=Ho(ht);gt>st.maxLineLength&&(st.maxLineLength=gt,st.maxLine=ht)})}var Mo=function(it,st,dt){this.text=it,At(this,st),this.height=dt?dt(this):1};Mo.prototype.lineNo=function(){return Wt(this)},Vi(Mo);function Zo(it,st,dt,ht){it.text=st,it.stateAfter&&(it.stateAfter=null),it.styles&&(it.styles=null),it.order!=null&&(it.order=null),An(it),At(it,dt);var gt=ht?ht(it):1;gt!=it.height&&bn(it,gt)}function To(it){it.parent=null,An(it)}var Ur={},Rr={};function Ss(it,st){if(!it||/^\s*$/.test(it))return null;var dt=st.addModeClass?Rr:Ur;return dt[it]||(dt[it]=it.replace(/\S+/g,"cm-$&"))}function me(it,st){var dt=Le("span",null,null,oe?"padding-right: .1px":null),ht={pre:Le("pre",[dt],"CodeMirror-line"),content:dt,col:0,pos:0,cm:it,trailingSpace:!1,splitSpaces:it.getOption("lineWrapping")};st.measure={};for(var gt=0;gt<=(st.rest?st.rest.length:0);gt++){var Pt=gt?st.rest[gt-1]:st.line,bt=void 0;ht.pos=0,ht.addToken=$a,xr(it.display.measure)&&(bt=Nn(Pt,it.doc.direction))&&(ht.addToken=Da(ht.addToken,bt)),ht.map=[];var Rt=st!=it.display.externalMeasured&&Wt(Pt);Ml(Pt,ht,sn(it,Pt,Rt)),Pt.styleClasses&&(Pt.styleClasses.bgClass&&(ht.bgClass=Jn(Pt.styleClasses.bgClass,ht.bgClass||"")),Pt.styleClasses.textClass&&(ht.textClass=Jn(Pt.styleClasses.textClass,ht.textClass||""))),ht.map.length==0&&ht.map.push(0,0,ht.content.appendChild(qo(it.display.measure))),gt==0?(st.measure.map=ht.map,st.measure.cache={}):((st.measure.maps||(st.measure.maps=[])).push(ht.map),(st.measure.caches||(st.measure.caches=[])).push({}))}if(oe){var Ot=ht.content.lastChild;(/\bcm-tab\b/.test(Ot.className)||Ot.querySelector&&Ot.querySelector(".cm-tab"))&&(ht.content.className="cm-tab-wrap-hack")}return Oi(it,"renderLine",it,st.line,ht.pre),ht.pre.className&&(ht.textClass=Jn(ht.pre.className,ht.textClass||"")),ht}function dr(it){var st=te("span","\u2022","cm-invalidchar");return st.title="\\u"+it.charCodeAt(0).toString(16),st.setAttribute("aria-label",st.title),st}function $a(it,st,dt,ht,gt,Pt,bt){if(st){var Rt=it.splitSpaces?Yr(st,it.trailingSpace):st,Ot=it.cm.state.specialChars,Ut=!1,ge;if(!Ot.test(st))it.col+=st.length,ge=document.createTextNode(Rt),it.map.push(it.pos,it.pos+st.length,ge),ae&&le<9&&(Ut=!0),it.pos+=st.length;else{ge=document.createDocumentFragment();for(var Xt=0;;){Ot.lastIndex=Xt;var De=Ot.exec(st),Be=De?De.index-Xt:st.length-Xt;if(Be){var yn=document.createTextNode(Rt.slice(Xt,Xt+Be));ae&&le<9?ge.appendChild(te("span",[yn])):ge.appendChild(yn),it.map.push(it.pos,it.pos+Be,yn),it.col+=Be,it.pos+=Be}if(!De)break;Xt+=Be+1;var Mn=void 0;if(De[0]==" "){var _n=it.cm.options.tabSize,ci=_n-it.col%_n;Mn=ge.appendChild(te("span",Zn(ci),"cm-tab")),Mn.setAttribute("role","presentation"),Mn.setAttribute("cm-text"," "),it.col+=ci}else De[0]=="\r"||De[0]==`
|
|
`?(Mn=ge.appendChild(te("span",De[0]=="\r"?"\u240D":"\u2424","cm-invalidchar")),Mn.setAttribute("cm-text",De[0]),it.col+=1):(Mn=it.cm.options.specialCharPlaceholder(De[0]),Mn.setAttribute("cm-text",De[0]),ae&&le<9?ge.appendChild(te("span",[Mn])):ge.appendChild(Mn),it.col+=1);it.map.push(it.pos,it.pos+1,Mn),it.pos++}}if(it.trailingSpace=Rt.charCodeAt(st.length-1)==32,dt||ht||gt||Ut||Pt||bt){var Fi=dt||"";ht&&(Fi+=ht),gt&&(Fi+=gt);var Li=te("span",[ge],Fi,Pt);if(bt)for(var ji in bt)bt.hasOwnProperty(ji)&&ji!="style"&&ji!="class"&&Li.setAttribute(ji,bt[ji]);return it.content.appendChild(Li)}it.content.appendChild(ge)}}function Yr(it,st){if(it.length>1&&!/ /.test(it))return it;for(var dt=st,ht="",gt=0;gt<it.length;gt++){var Pt=it.charAt(gt);Pt==" "&&dt&&(gt==it.length-1||it.charCodeAt(gt+1)==32)&&(Pt="\xA0"),ht+=Pt,dt=Pt==" "}return ht}function Da(it,st){return function(dt,ht,gt,Pt,bt,Rt,Ot){gt=gt?gt+" cm-force-border":"cm-force-border";for(var Ut=dt.pos,ge=Ut+ht.length;;){for(var Xt=void 0,De=0;De<st.length&&(Xt=st[De],!(Xt.to>Ut&&Xt.from<=Ut));De++);if(Xt.to>=ge)return it(dt,ht,gt,Pt,bt,Rt,Ot);it(dt,ht.slice(0,Xt.to-Ut),gt,Pt,null,Rt,Ot),Pt=null,ht=ht.slice(Xt.to-Ut),Ut=Xt.to}}}function Fo(it,st,dt,ht){var gt=!ht&&dt.widgetNode;gt&&it.map.push(it.pos,it.pos+st,gt),!ht&&it.cm.display.input.needsContentAttribute&&(gt||(gt=it.content.appendChild(document.createElement("span"))),gt.setAttribute("cm-marker",dt.id)),gt&&(it.cm.display.input.setUneditable(gt),it.content.appendChild(gt)),it.pos+=st,it.trailingSpace=!1}function Ml(it,st,dt){var ht=it.markedSpans,gt=it.text,Pt=0;if(!ht){for(var bt=1;bt<dt.length;bt+=2)st.addToken(st,gt.slice(Pt,Pt=dt[bt]),Ss(dt[bt+1],st.cm.options));return}for(var Rt=gt.length,Ot=0,Ut=1,ge="",Xt,De,Be=0,yn,Mn,_n,ci,Fi;;){if(Be==Ot){yn=Mn=_n=De="",Fi=null,ci=null,Be=1/0;for(var Li=[],ji=void 0,ao=0;ao<ht.length;++ao){var Pi=ht[ao],wo=Pi.marker;if(wo.type=="bookmark"&&Pi.from==Ot&&wo.widgetNode)Li.push(wo);else if(Pi.from<=Ot&&(Pi.to==null||Pi.to>Ot||wo.collapsed&&Pi.to==Ot&&Pi.from==Ot)){if(Pi.to!=null&&Pi.to!=Ot&&Be>Pi.to&&(Be=Pi.to,Mn=""),wo.className&&(yn+=" "+wo.className),wo.css&&(De=(De?De+";":"")+wo.css),wo.startStyle&&Pi.from==Ot&&(_n+=" "+wo.startStyle),wo.endStyle&&Pi.to==Be&&(ji||(ji=[])).push(wo.endStyle,Pi.to),wo.title&&((Fi||(Fi={})).title=wo.title),wo.attributes)for(var kr in wo.attributes)(Fi||(Fi={}))[kr]=wo.attributes[kr];wo.collapsed&&(!ci||oi(ci.marker,wo)<0)&&(ci=Pi)}else Pi.from>Ot&&Be>Pi.from&&(Be=Pi.from)}if(ji)for(var ps=0;ps<ji.length;ps+=2)ji[ps+1]==Be&&(Mn+=" "+ji[ps]);if(!ci||ci.from==Ot)for(var Or=0;Or<Li.length;++Or)Fo(st,0,Li[Or]);if(ci&&(ci.from||0)==Ot){if(Fo(st,(ci.to==null?Rt+1:ci.to)-Ot,ci.marker,ci.from==null),ci.to==null)return;ci.to==Ot&&(ci=!1)}}if(Ot>=Rt)break;for(var pa=Math.min(Rt,Be);;){if(ge){var Xs=Ot+ge.length;if(!ci){var as=Xs>pa?ge.slice(0,pa-Ot):ge;st.addToken(st,as,Xt?Xt+yn:yn,_n,Ot+as.length==Be?Mn:"",De,Fi)}if(Xs>=pa){ge=ge.slice(pa-Ot),Ot=pa;break}Ot=Xs,_n=""}ge=gt.slice(Pt,Pt=dt[Ut++]),Xt=Ss(dt[Ut++],st.cm.options)}}}function qa(it,st,dt){this.line=st,this.rest=mo(st),this.size=this.rest?Wt(ie(this.rest))-dt+1:1,this.node=this.text=null,this.hidden=Je(it,st)}function Go(it,st,dt){for(var ht=[],gt,Pt=st;Pt<dt;Pt=gt){var bt=new qa(it.doc,kn(it.doc,Pt),Pt);gt=Pt+bt.size,ht.push(bt)}return ht}var Nr=null;function Oa(it){Nr?Nr.ops.push(it):it.ownsGroup=Nr={ops:[it],delayedCallbacks:[]}}function jr(it){var st=it.delayedCallbacks,dt=0;do{for(;dt<st.length;dt++)st[dt].call(null);for(var ht=0;ht<it.ops.length;ht++){var gt=it.ops[ht];if(gt.cursorActivityHandlers)for(;gt.cursorActivityCalled<gt.cursorActivityHandlers.length;)gt.cursorActivityHandlers[gt.cursorActivityCalled++].call(null,gt.cm)}}while(dt<st.length)}function Ia(it,st){var dt=it.ownsGroup;if(dt)try{jr(dt)}finally{Nr=null,st(dt)}}var os=null;function xi(it,st){var dt=Ai(it,st);if(dt.length){var ht=Array.prototype.slice.call(arguments,2),gt;Nr?gt=Nr.delayedCallbacks:os?gt=os:(gt=os=[],setTimeout(Pr,0));for(var Pt=function(Rt){gt.push(function(){return dt[Rt].apply(null,ht)})},bt=0;bt<dt.length;++bt)Pt(bt)}}function Pr(){var it=os;os=null;for(var st=0;st<it.length;++st)it[st]()}function gl(it,st,dt,ht){for(var gt=0;gt<st.changes.length;gt++){var Pt=st.changes[gt];Pt=="text"?tn(it,st):Pt=="gutter"?uo(it,st,dt,ht):Pt=="class"?Ii(it,st):Pt=="widget"&&Wo(it,st,ht)}st.changes=null}function xs(it){return it.node==it.text&&(it.node=te("div",null,null,"position: relative"),it.text.parentNode&&it.text.parentNode.replaceChild(it.node,it.text),it.node.appendChild(it.text),ae&&le<8&&(it.node.style.zIndex=2)),it.node}function ro(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 ht=xs(st);st.background=ht.insertBefore(te("div",null,dt),ht.firstChild),it.display.input.setUneditable(st.background)}}function yo(it,st){var dt=it.display.externalMeasured;return dt&&dt.line==st.line?(it.display.externalMeasured=null,st.measure=dt.measure,dt.built):me(it,st)}function tn(it,st){var dt=st.text.className,ht=yo(it,st);st.text==st.node&&(st.node=ht.pre),st.text.parentNode.replaceChild(ht.pre,st.text),st.text=ht.pre,ht.bgClass!=st.bgClass||ht.textClass!=st.textClass?(st.bgClass=ht.bgClass,st.textClass=ht.textClass,Ii(it,st)):dt&&(st.text.className=dt)}function Ii(it,st){ro(it,st),st.line.wrapClass?xs(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 uo(it,st,dt,ht){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 gt=xs(st);st.gutterBackground=te("div",null,"CodeMirror-gutter-background "+st.line.gutterClass,"left: "+(it.options.fixedGutter?ht.fixedPos:-ht.gutterTotalWidth)+"px; width: "+ht.gutterTotalWidth+"px"),it.display.input.setUneditable(st.gutterBackground),gt.insertBefore(st.gutterBackground,st.text)}var Pt=st.line.gutterMarkers;if(it.options.lineNumbers||Pt){var bt=xs(st),Rt=st.gutter=te("div",null,"CodeMirror-gutter-wrapper","left: "+(it.options.fixedGutter?ht.fixedPos:-ht.gutterTotalWidth)+"px");if(it.display.input.setUneditable(Rt),bt.insertBefore(Rt,st.text),st.line.gutterClass&&(Rt.className+=" "+st.line.gutterClass),it.options.lineNumbers&&(!Pt||!Pt["CodeMirror-linenumbers"])&&(st.lineNumber=Rt.appendChild(te("div",Hn(it.options,dt),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+ht.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+it.display.lineNumInnerWidth+"px"))),Pt)for(var Ot=0;Ot<it.display.gutterSpecs.length;++Ot){var Ut=it.display.gutterSpecs[Ot].className,ge=Pt.hasOwnProperty(Ut)&&Pt[Ut];ge&&Rt.appendChild(te("div",[ge],"CodeMirror-gutter-elt","left: "+ht.gutterLeft[Ut]+"px; width: "+ht.gutterWidth[Ut]+"px"))}}}function Wo(it,st,dt){st.alignable&&(st.alignable=null);for(var ht=_t("CodeMirror-linewidget"),gt=st.node.firstChild,Pt=void 0;gt;gt=Pt)Pt=gt.nextSibling,ht.test(gt.className)&&st.node.removeChild(gt);mr(it,st,dt)}function Co(it,st,dt,ht){var gt=yo(it,st);return st.text=st.node=gt.pre,gt.bgClass&&(st.bgClass=gt.bgClass),gt.textClass&&(st.textClass=gt.textClass),Ii(it,st),uo(it,st,dt,ht),mr(it,st,ht),st.node}function mr(it,st,dt){if(Di(it,st.line,st,dt,!0),st.rest)for(var ht=0;ht<st.rest.length;ht++)Di(it,st.rest[ht],st,dt,!1)}function Di(it,st,dt,ht,gt){if(st.widgets)for(var Pt=xs(dt),bt=0,Rt=st.widgets;bt<Rt.length;++bt){var Ot=Rt[bt],Ut=te("div",[Ot.node],"CodeMirror-linewidget"+(Ot.className?" "+Ot.className:""));Ot.handleMouseEvents||Ut.setAttribute("cm-ignore-events","true"),zr(Ot,Ut,dt,ht),it.display.input.setUneditable(Ut),gt&&Ot.above?Pt.insertBefore(Ut,dt.gutter||dt.text):Pt.appendChild(Ut),xi(Ot,"redraw")}}function zr(it,st,dt,ht){if(it.noHScroll){(dt.alignable||(dt.alignable=[])).push(st);var gt=ht.wrapperWidth;st.style.left=ht.fixedPos+"px",it.coverGutter||(gt-=ht.gutterTotalWidth,st.style.paddingLeft=ht.gutterTotalWidth+"px"),st.style.width=gt+"px"}it.coverGutter&&(st.style.zIndex=5,st.style.position="relative",it.noHScroll||(st.style.marginLeft=-ht.gutterTotalWidth+"px"))}function rs(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,te("div",[it.node],null,dt))}return it.height=it.node.parentNode.offsetHeight}function Gr(it,st){for(var dt=er(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 Rs(it){return it.lineSpace.offsetTop}function El(it){return it.mover.offsetHeight-it.lineSpace.offsetHeight}function tl(it){if(it.cachedPaddingH)return it.cachedPaddingH;var st=$t(it.measure,te("pre","x","CodeMirror-line-like")),dt=window.getComputedStyle?window.getComputedStyle(st):st.currentStyle,ht={left:parseInt(dt.paddingLeft),right:parseInt(dt.paddingRight)};return!isNaN(ht.left)&&!isNaN(ht.right)&&(it.cachedPaddingH=ht),ht}function Zr(it){return qn-it.display.nativeBarWidth}function da(it){return it.display.scroller.clientWidth-Zr(it)-it.display.barWidth}function gh(it){return it.display.scroller.clientHeight-Zr(it)-it.display.barHeight}function Zd(it,st,dt){var ht=it.options.lineWrapping,gt=ht&&da(it);if(!st.measure.heights||ht&&st.measure.width!=gt){var Pt=st.measure.heights=[];if(ht){st.measure.width=gt;for(var bt=st.text.firstChild.getClientRects(),Rt=0;Rt<bt.length-1;Rt++){var Ot=bt[Rt],Ut=bt[Rt+1];Math.abs(Ot.bottom-Ut.bottom)>2&&Pt.push((Ot.bottom+Ut.top)/2-dt.top)}}Pt.push(dt.bottom-dt.top)}}function Nl(it,st,dt){if(it.line==st)return{map:it.measure.map,cache:it.measure.cache};for(var ht=0;ht<it.rest.length;ht++)if(it.rest[ht]==st)return{map:it.measure.maps[ht],cache:it.measure.caches[ht]};for(var gt=0;gt<it.rest.length;gt++)if(Wt(it.rest[gt])>dt)return{map:it.measure.maps[gt],cache:it.measure.caches[gt],before:!0}}function Kd(it,st){st=Un(st);var dt=Wt(st),ht=it.display.externalMeasured=new qa(it.doc,st,dt);ht.lineN=dt;var gt=ht.built=me(it,ht);return ht.text=gt.pre,$t(it.display.lineMeasure,gt.pre),ht}function sd(it,st,dt,ht){return Ra(it,_l(it,st),dt,ht)}function ph(it,st){if(st>=it.display.viewFrom&&st<it.display.viewTo)return it.display.view[Ga(it,st)];var dt=it.display.externalMeasured;if(dt&&st>=dt.lineN&&st<dt.lineN+dt.size)return dt}function _l(it,st){var dt=Wt(st),ht=ph(it,dt);ht&&!ht.text?ht=null:ht&&ht.changes&&(gl(it,ht,dt,_c(it)),it.curOp.forceUpdate=!0),ht||(ht=Kd(it,st));var gt=Nl(ht,st,dt);return{line:st,view:ht,rect:null,map:gt.map,cache:gt.cache,before:gt.before,hasHeights:!1}}function Ra(it,st,dt,ht,gt){st.before&&(dt=-1);var Pt=dt+(ht||""),bt;return st.cache.hasOwnProperty(Pt)?bt=st.cache[Pt]:(st.rect||(st.rect=st.view.text.getBoundingClientRect()),st.hasHeights||(Zd(it,st.view,st.rect),st.hasHeights=!0),bt=Ar(it,st,dt,ht),bt.bogus||(st.cache[Pt]=bt)),{left:bt.left,right:bt.right,top:gt?bt.rtop:bt.top,bottom:gt?bt.rbottom:bt.bottom}}var mh={left:0,right:0,top:0,bottom:0};function ad(it,st,dt){for(var ht,gt,Pt,bt,Rt,Ot,Ut=0;Ut<it.length;Ut+=3)if(Rt=it[Ut],Ot=it[Ut+1],st<Rt?(gt=0,Pt=1,bt="left"):st<Ot?(gt=st-Rt,Pt=gt+1):(Ut==it.length-3||st==Ot&&it[Ut+3]>st)&&(Pt=Ot-Rt,gt=Pt-1,st>=Ot&&(bt="right")),gt!=null){if(ht=it[Ut+2],Rt==Ot&&dt==(ht.insertLeft?"left":"right")&&(bt=dt),dt=="left"&>==0)for(;Ut&&it[Ut-2]==it[Ut-3]&&it[Ut-1].insertLeft;)ht=it[(Ut-=3)+2],bt="left";if(dt=="right"&>==Ot-Rt)for(;Ut<it.length-3&&it[Ut+3]==it[Ut+4]&&!it[Ut+5].insertLeft;)ht=it[(Ut+=3)+2],bt="right";break}return{node:ht,start:gt,end:Pt,collapse:bt,coverStart:Rt,coverEnd:Ot}}function ld(it,st){var dt=mh;if(st=="left")for(var ht=0;ht<it.length&&(dt=it[ht]).left==dt.right;ht++);else for(var gt=it.length-1;gt>=0&&(dt=it[gt]).left==dt.right;gt--);return dt}function Ar(it,st,dt,ht){var gt=ad(st.map,dt,ht),Pt=gt.node,bt=gt.start,Rt=gt.end,Ot=gt.collapse,Ut;if(Pt.nodeType==3){for(var ge=0;ge<4;ge++){for(;bt&&we(st.line.text.charAt(gt.coverStart+bt));)--bt;for(;gt.coverStart+Rt<gt.coverEnd&&we(st.line.text.charAt(gt.coverStart+Rt));)++Rt;if(ae&&le<9&&bt==0&&Rt==gt.coverEnd-gt.coverStart?Ut=Pt.parentNode.getBoundingClientRect():Ut=ld(de(Pt,bt,Rt).getClientRects(),ht),Ut.left||Ut.right||bt==0)break;Rt=bt,bt=bt-1,Ot="right"}ae&&le<11&&(Ut=Gc(it.display.measure,Ut))}else{bt>0&&(Ot=ht="right");var Xt;it.options.lineWrapping&&(Xt=Pt.getClientRects()).length>1?Ut=Xt[ht=="right"?Xt.length-1:0]:Ut=Pt.getBoundingClientRect()}if(ae&&le<9&&!bt&&(!Ut||!Ut.left&&!Ut.right)){var De=Pt.parentNode.getClientRects()[0];De?Ut={left:De.left,right:De.left+Sh(it.display),top:De.top,bottom:De.bottom}:Ut=mh}for(var Be=Ut.top-st.rect.top,yn=Ut.bottom-st.rect.top,Mn=(Be+yn)/2,_n=st.view.measure.heights,ci=0;ci<_n.length-1&&!(Mn<_n[ci]);ci++);var Fi=ci?_n[ci-1]:0,Li=_n[ci],ji={left:(Ot=="right"?Ut.right:Ut.left)-st.rect.left,right:(Ot=="left"?Ut.left:Ut.right)-st.rect.left,top:Fi,bottom:Li};return!Ut.left&&!Ut.right&&(ji.bogus=!0),it.options.singleCursorHeightPerLine||(ji.rtop=Be,ji.rbottom=yn),ji}function Gc(it,st){if(!window.screen||screen.logicalXDPI==null||screen.logicalXDPI==screen.deviceXDPI||!bo(it))return st;var dt=screen.logicalXDPI/screen.deviceXDPI,ht=screen.logicalYDPI/screen.deviceYDPI;return{left:st.left*dt,right:st.right*dt,top:st.top*ht,bottom:st.bottom*ht}}function ud(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 vh(it){it.display.externalMeasure=null,ne(it.display.lineMeasure);for(var st=0;st<it.display.view.length;st++)ud(it.display.view[st])}function Nu(it){vh(it),it.display.cachedCharWidth=it.display.cachedTextHeight=it.display.cachedPaddingH=null,it.options.lineWrapping||(it.display.maxLineChanged=!0),it.display.lineNumChars=null}function js(){return Se&&et?-(document.body.getBoundingClientRect().left-parseInt(getComputedStyle(document.body).marginLeft)):window.pageXOffset||(document.documentElement||document.body).scrollLeft}function zs(){return Se&&et?-(document.body.getBoundingClientRect().top-parseInt(getComputedStyle(document.body).marginTop)):window.pageYOffset||(document.documentElement||document.body).scrollTop}function Xr(it){var st=0;if(it.widgets)for(var dt=0;dt<it.widgets.length;++dt)it.widgets[dt].above&&(st+=rs(it.widgets[dt]));return st}function ns(it,st,dt,ht,gt){if(!gt){var Pt=Xr(st);dt.top+=Pt,dt.bottom+=Pt}if(ht=="line")return dt;ht||(ht="local");var bt=lo(st);if(ht=="local"?bt+=Rs(it.display):bt-=it.display.viewOffset,ht=="page"||ht=="window"){var Rt=it.display.lineSpace.getBoundingClientRect();bt+=Rt.top+(ht=="window"?0:zs());var Ot=Rt.left+(ht=="window"?0:js());dt.left+=Ot,dt.right+=Ot}return dt.top+=bt,dt.bottom+=bt,dt}function Vo(it,st,dt){if(dt=="div")return st;var ht=st.left,gt=st.top;if(dt=="page")ht-=js(),gt-=zs();else if(dt=="local"||!dt){var Pt=it.display.sizer.getBoundingClientRect();ht+=Pt.left,gt+=Pt.top}var bt=it.display.lineSpace.getBoundingClientRect();return{left:ht-bt.left,top:gt-bt.top}}function Lo(it,st,dt,ht,gt){return ht||(ht=kn(it.doc,st.line)),ns(it,ht,sd(it,ht,st.ch,gt),dt)}function Oo(it,st,dt,ht,gt,Pt){ht=ht||kn(it.doc,st.line),gt||(gt=_l(it,ht));function bt(yn,Mn){var _n=Ra(it,gt,yn,Mn?"right":"left",Pt);return Mn?_n.left=_n.right:_n.right=_n.left,ns(it,ht,_n,dt)}var Rt=Nn(ht,it.doc.direction),Ot=st.ch,Ut=st.sticky;if(Ot>=ht.text.length?(Ot=ht.text.length,Ut="before"):Ot<=0&&(Ot=0,Ut="after"),!Rt)return bt(Ut=="before"?Ot-1:Ot,Ut=="before");function ge(yn,Mn,_n){var ci=Rt[Mn],Fi=ci.level==1;return bt(_n?yn-1:yn,Fi!=_n)}var Xt=nn(Rt,Ot,Ut),De=$e,Be=ge(Ot,Xt,Ut=="before");return De!=null&&(Be.other=ge(Ot,De,Ut!="before")),Be}function Gs(it,st){var dt=0;st=jn(it.doc,st),it.options.lineWrapping||(dt=Sh(it.display)*st.ch);var ht=kn(it.doc,st.line),gt=lo(ht)+Rs(it.display);return{left:dt,right:dt,top:gt,bottom:gt+ht.height}}function Jr(it,st,dt,ht,gt){var Pt=Fe(it,st,dt);return Pt.xRel=gt,ht&&(Pt.outside=ht),Pt}function ds(it,st,dt){var ht=it.doc;if(dt+=it.display.viewOffset,dt<0)return Jr(ht.first,0,null,-1,-1);var gt=Ge(ht,dt),Pt=ht.first+ht.size-1;if(gt>Pt)return Jr(ht.first+ht.size-1,kn(ht,Pt).text.length,null,1,1);st<0&&(st=0);for(var bt=kn(ht,gt);;){var Rt=Ve(it,bt,gt,st,dt),Ot=Vn(bt,Rt.ch+(Rt.xRel>0||Rt.outside>0?1:0));if(!Ot)return Rt;var Ut=Ot.find(1);if(Ut.line==gt)return Ut;bt=kn(ht,gt=Ut.line)}}function pi(it,st,dt,ht){ht-=Xr(st);var gt=st.text.length,Pt=Qe(function(bt){return Ra(it,dt,bt-1).bottom<=ht},gt,0);return gt=Qe(function(bt){return Ra(it,dt,bt).top>ht},Pt,gt),{begin:Pt,end:gt}}function ja(it,st,dt,ht){dt||(dt=_l(it,st));var gt=ns(it,st,Ra(it,dt,ht),"line").top;return pi(it,st,dt,gt)}function Jt(it,st,dt,ht){return it.bottom<=dt?!1:it.top>dt?!0:(ht?it.left:it.right)>st}function Ve(it,st,dt,ht,gt){gt-=lo(st);var Pt=_l(it,st),bt=Xr(st),Rt=0,Ot=st.text.length,Ut=!0,ge=Nn(st,it.doc.direction);if(ge){var Xt=(it.options.lineWrapping?yh:Hl)(it,st,dt,Pt,ge,ht,gt);Ut=Xt.level!=1,Rt=Ut?Xt.from:Xt.to-1,Ot=Ut?Xt.to:Xt.from-1}var De=null,Be=null,yn=Qe(function(ao){var Pi=Ra(it,Pt,ao);return Pi.top+=bt,Pi.bottom+=bt,Jt(Pi,ht,gt,!1)?(Pi.top<=gt&&Pi.left<=ht&&(De=ao,Be=Pi),!0):!1},Rt,Ot),Mn,_n,ci=!1;if(Be){var Fi=ht-Be.left<Be.right-ht,Li=Fi==Ut;yn=De+(Li?0:1),_n=Li?"after":"before",Mn=Fi?Be.left:Be.right}else{!Ut&&(yn==Ot||yn==Rt)&&yn++,_n=yn==0?"after":yn==st.text.length?"before":Ra(it,Pt,yn-(Ut?1:0)).bottom+bt<=gt==Ut?"after":"before";var ji=Oo(it,Fe(dt,yn,_n),"line",st,Pt);Mn=ji.left,ci=gt<ji.top?-1:gt>=ji.bottom?1:0}return yn=rn(st.text,yn,1),Jr(dt,yn,_n,ci,ht-Mn)}function Hl(it,st,dt,ht,gt,Pt,bt){var Rt=Qe(function(Xt){var De=gt[Xt],Be=De.level!=1;return Jt(Oo(it,Fe(dt,Be?De.to:De.from,Be?"before":"after"),"line",st,ht),Pt,bt,!0)},0,gt.length-1),Ot=gt[Rt];if(Rt>0){var Ut=Ot.level!=1,ge=Oo(it,Fe(dt,Ut?Ot.from:Ot.to,Ut?"after":"before"),"line",st,ht);Jt(ge,Pt,bt,!0)&&ge.top>bt&&(Ot=gt[Rt-1])}return Ot}function yh(it,st,dt,ht,gt,Pt,bt){var Rt=pi(it,st,ht,bt),Ot=Rt.begin,Ut=Rt.end;/\s/.test(st.text.charAt(Ut-1))&&Ut--;for(var ge=null,Xt=null,De=0;De<gt.length;De++){var Be=gt[De];if(!(Be.from>=Ut||Be.to<=Ot)){var yn=Be.level!=1,Mn=Ra(it,ht,yn?Math.min(Ut,Be.to)-1:Math.max(Ot,Be.from)).right,_n=Mn<Pt?Pt-Mn+1e9:Mn-Pt;(!ge||Xt>_n)&&(ge=Be,Xt=_n)}}return ge||(ge=gt[gt.length-1]),ge.from<Ot&&(ge={from:Ot,to:ge.to,level:ge.level}),ge.to>Ut&&(ge={from:ge.from,to:Ut,level:ge.level}),ge}var za;function lu(it){if(it.cachedTextHeight!=null)return it.cachedTextHeight;if(za==null){za=te("pre",null,"CodeMirror-line-like");for(var st=0;st<49;++st)za.appendChild(document.createTextNode("x")),za.appendChild(te("br"));za.appendChild(document.createTextNode("x"))}$t(it.measure,za);var dt=za.offsetHeight/50;return dt>3&&(it.cachedTextHeight=dt),ne(it.measure),dt||1}function Sh(it){if(it.cachedCharWidth!=null)return it.cachedCharWidth;var st=te("span","xxxxxxxxxx"),dt=te("pre",[st],"CodeMirror-line-like");$t(it.measure,dt);var ht=st.getBoundingClientRect(),gt=(ht.right-ht.left)/10;return gt>2&&(it.cachedCharWidth=gt),gt||10}function _c(it){for(var st=it.display,dt={},ht={},gt=st.gutters.clientLeft,Pt=st.gutters.firstChild,bt=0;Pt;Pt=Pt.nextSibling,++bt){var Rt=it.display.gutterSpecs[bt].className;dt[Rt]=Pt.offsetLeft+Pt.clientLeft+gt,ht[Rt]=Pt.clientWidth}return{fixedPos:Yd(st),gutterTotalWidth:st.gutters.offsetWidth,gutterLeft:dt,gutterWidth:ht,wrapperWidth:st.wrapper.clientWidth}}function Yd(it){return it.scroller.getBoundingClientRect().left-it.sizer.getBoundingClientRect().left}function Cr(it){var st=lu(it.display),dt=it.options.lineWrapping,ht=dt&&Math.max(5,it.display.scroller.clientWidth/Sh(it.display)-3);return function(gt){if(Je(it.doc,gt))return 0;var Pt=0;if(gt.widgets)for(var bt=0;bt<gt.widgets.length;bt++)gt.widgets[bt].height&&(Pt+=gt.widgets[bt].height);return dt?Pt+(Math.ceil(gt.text.length/ht)||1)*st:Pt+st}}function Zi(it){var st=it.doc,dt=Cr(it);st.iter(function(ht){var gt=dt(ht);gt!=ht.height&&bn(ht,gt)})}function ea(it,st,dt,ht){var gt=it.display;if(!dt&&er(st).getAttribute("cm-not-content")=="true")return null;var Pt,bt,Rt=gt.lineSpace.getBoundingClientRect();try{Pt=st.clientX-Rt.left,bt=st.clientY-Rt.top}catch(Xt){return null}var Ot=ds(it,Pt,bt),Ut;if(ht&&Ot.xRel>0&&(Ut=kn(it.doc,Ot.line).text).length==Ot.ch){var ge=ue(Ut,Ut.length,it.options.tabSize)-Ut.length;Ot=Fe(Ot.line,Math.max(0,Math.round((Pt-tl(it.display).left)/Sh(it.display))-ge))}return Ot}function Ga(it,st){if(st>=it.display.viewTo||(st-=it.display.viewFrom,st<0))return null;for(var dt=it.display.view,ht=0;ht<dt.length;ht++)if(st-=dt[ht].size,st<0)return ht}function Lr(it,st,dt,ht){st==null&&(st=it.doc.first),dt==null&&(dt=it.doc.first+it.doc.size),ht||(ht=0);var gt=it.display;if(ht&&dt<gt.viewTo&&(gt.updateLineNumbers==null||gt.updateLineNumbers>st)&&(gt.updateLineNumbers=st),it.curOp.viewChanged=!0,st>=gt.viewTo)Ee&&ai(it.doc,st)<gt.viewTo&&Qr(it);else if(dt<=gt.viewFrom)Ee&&ui(it.doc,dt+ht)>gt.viewFrom?Qr(it):(gt.viewFrom+=ht,gt.viewTo+=ht);else if(st<=gt.viewFrom&&dt>=gt.viewTo)Qr(it);else if(st<=gt.viewFrom){var Pt=ca(it,dt,dt+ht,1);Pt?(gt.view=gt.view.slice(Pt.index),gt.viewFrom=Pt.lineN,gt.viewTo+=ht):Qr(it)}else if(dt>=gt.viewTo){var bt=ca(it,st,st,-1);bt?(gt.view=gt.view.slice(0,bt.index),gt.viewTo=bt.lineN):Qr(it)}else{var Rt=ca(it,st,st,-1),Ot=ca(it,dt,dt+ht,1);Rt&&Ot?(gt.view=gt.view.slice(0,Rt.index).concat(Go(it,Rt.lineN,Ot.lineN)).concat(gt.view.slice(Ot.index)),gt.viewTo+=ht):Qr(it)}var Ut=gt.externalMeasured;Ut&&(dt<Ut.lineN?Ut.lineN+=ht:st<Ut.lineN+Ut.size&&(gt.externalMeasured=null))}function So(it,st,dt){it.curOp.viewChanged=!0;var ht=it.display,gt=it.display.externalMeasured;if(gt&&st>=gt.lineN&&st<gt.lineN+gt.size&&(ht.externalMeasured=null),!(st<ht.viewFrom||st>=ht.viewTo)){var Pt=ht.view[Ga(it,st)];if(Pt.node!=null){var bt=Pt.changes||(Pt.changes=[]);vn(bt,dt)==-1&&bt.push(dt)}}}function Qr(it){it.display.viewFrom=it.display.viewTo=it.doc.first,it.display.view=[],it.display.viewOffset=0}function ca(it,st,dt,ht){var gt=Ga(it,st),Pt,bt=it.display.view;if(!Ee||dt==it.doc.first+it.doc.size)return{index:gt,lineN:dt};for(var Rt=it.display.viewFrom,Ot=0;Ot<gt;Ot++)Rt+=bt[Ot].size;if(Rt!=st){if(ht>0){if(gt==bt.length-1)return null;Pt=Rt+bt[gt].size-st,gt++}else Pt=Rt-st;st+=Pt,dt+=Pt}for(;ai(it.doc,dt)!=dt;){if(gt==(ht<0?0:bt.length-1))return null;dt+=ht*bt[gt-(ht<0?1:0)].size,gt+=ht}return{index:gt,lineN:dt}}function hr(it,st,dt){var ht=it.display,gt=ht.view;gt.length==0||st>=ht.viewTo||dt<=ht.viewFrom?(ht.view=Go(it,st,dt),ht.viewFrom=st):(ht.viewFrom>st?ht.view=Go(it,st,ht.viewFrom).concat(ht.view):ht.viewFrom<st&&(ht.view=ht.view.slice(Ga(it,st))),ht.viewFrom=st,ht.viewTo<dt?ht.view=ht.view.concat(Go(it,ht.viewTo,dt)):ht.viewTo>dt&&(ht.view=ht.view.slice(0,Ga(it,dt)))),ht.viewTo=dt}function Pa(it){for(var st=it.display.view,dt=0,ht=0;ht<st.length;ht++){var gt=st[ht];!gt.hidden&&(!gt.node||gt.changes)&&++dt}return dt}function cs(it){it.display.input.showSelection(it.display.input.prepareSelection())}function bu(it,st){st===void 0&&(st=!0);for(var dt=it.doc,ht={},gt=ht.cursors=document.createDocumentFragment(),Pt=ht.selection=document.createDocumentFragment(),bt=0;bt<dt.sel.ranges.length;bt++)if(!(!st&&bt==dt.sel.primIndex)){var Rt=dt.sel.ranges[bt];if(!(Rt.from().line>=it.display.viewTo||Rt.to().line<it.display.viewFrom)){var Ot=Rt.empty();(Ot||it.options.showCursorWhenSelecting)&&Do(it,Rt.head,gt),Ot||Bo(it,Rt,Pt)}}return ht}function Do(it,st,dt){var ht=Oo(it,st,"div",null,null,!it.options.singleCursorHeightPerLine),gt=dt.appendChild(te("div","\xA0","CodeMirror-cursor"));if(gt.style.left=ht.left+"px",gt.style.top=ht.top+"px",gt.style.height=Math.max(0,ht.bottom-ht.top)*it.options.cursorHeight+"px",ht.other){var Pt=dt.appendChild(te("div","\xA0","CodeMirror-cursor CodeMirror-secondarycursor"));Pt.style.display="",Pt.style.left=ht.other.left+"px",Pt.style.top=ht.other.top+"px",Pt.style.height=(ht.other.bottom-ht.other.top)*.85+"px"}}function na(it,st){return it.top-st.top||it.left-st.left}function Bo(it,st,dt){var ht=it.display,gt=it.doc,Pt=document.createDocumentFragment(),bt=tl(it.display),Rt=bt.left,Ot=Math.max(ht.sizerWidth,da(it)-ht.sizer.offsetLeft)-bt.right,Ut=gt.direction=="ltr";function ge(Li,ji,ao,Pi){ji<0&&(ji=0),ji=Math.round(ji),Pi=Math.round(Pi),Pt.appendChild(te("div",null,"CodeMirror-selected","position: absolute; left: "+Li+`px;
|
|
top: `+ji+"px; width: "+(ao==null?Ot-Li:ao)+`px;
|
|
height: `+(Pi-ji)+"px"))}function Xt(Li,ji,ao){var Pi=kn(gt,Li),wo=Pi.text.length,kr,ps;function Or(as,ka){return Lo(it,Fe(Li,as),"div",Pi,ka)}function pa(as,ka,Hs){var ls=ja(it,Pi,null,as),Ko=ka=="ltr"==(Hs=="after")?"left":"right",Hr=Hs=="after"?ls.begin:ls.end-(/\s/.test(Pi.text.charAt(ls.end-1))?2:1);return Or(Hr,Ko)[Ko]}var Xs=Nn(Pi,gt.direction);return Te(Xs,ji||0,ao==null?wo:ao,function(as,ka,Hs,ls){var Ko=Hs=="ltr",Hr=Or(as,Ko?"left":"right"),Ms=Or(ka-1,Ko?"right":"left"),Ws=ji==null&&as==0,ml=ao==null&&ka==wo,Ir=ls==0,rl=!Xs||ls==Xs.length-1;if(Ms.top-Hr.top<=3){var Kr=(Ut?Ws:ml)&&Ir,vc=(Ut?ml:Ws)&&rl,Va=Kr?Rt:(Ko?Hr:Ms).left,Ma=vc?Ot:(Ko?Ms:Hr).right;ge(Va,Hr.top,Ma-Va,Hr.bottom)}else{var ma,fr,Es,Yl;Ko?(ma=Ut&&Ws&&Ir?Rt:Hr.left,fr=Ut?Ot:pa(as,Hs,"before"),Es=Ut?Rt:pa(ka,Hs,"after"),Yl=Ut&&ml&&rl?Ot:Ms.right):(ma=Ut?pa(as,Hs,"before"):Rt,fr=!Ut&&Ws&&Ir?Ot:Hr.right,Es=!Ut&&ml&&rl?Rt:Ms.left,Yl=Ut?pa(ka,Hs,"after"):Ot),ge(ma,Hr.top,fr-ma,Hr.bottom),Hr.bottom<Ms.top&&ge(Rt,Hr.bottom,null,Ms.top),ge(Es,Ms.top,Yl-Es,Ms.bottom)}(!kr||na(Hr,kr)<0)&&(kr=Hr),na(Ms,kr)<0&&(kr=Ms),(!ps||na(Hr,ps)<0)&&(ps=Hr),na(Ms,ps)<0&&(ps=Ms)}),{start:kr,end:ps}}var De=st.from(),Be=st.to();if(De.line==Be.line)Xt(De.line,De.ch,Be.ch);else{var yn=kn(gt,De.line),Mn=kn(gt,Be.line),_n=Un(yn)==Un(Mn),ci=Xt(De.line,De.ch,_n?yn.text.length+1:null).end,Fi=Xt(Be.line,_n?0:null,Be.ch).start;_n&&(ci.top<Fi.top-2?(ge(ci.right,ci.top,null,ci.bottom),ge(Rt,Fi.top,Fi.left,Fi.bottom)):ge(ci.right,ci.top,Fi.left-ci.right,ci.bottom)),ci.bottom<Fi.top&&ge(Rt,ci.bottom,null,Fi.top)}dt.appendChild(Pt)}function ir(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()||xh(it),st.cursorDiv.style.visibility=(dt=!dt)?"":"hidden"},it.options.cursorBlinkRate):it.options.cursorBlinkRate<0&&(st.cursorDiv.style.visibility="hidden")}}function vr(it){it.state.focused||(it.display.input.focus(),Io(it))}function br(it){it.state.delayingBlurEvent=!0,setTimeout(function(){it.state.delayingBlurEvent&&(it.state.delayingBlurEvent=!1,xh(it))},100)}function Io(it,st){it.state.delayingBlurEvent&&(it.state.delayingBlurEvent=!1),it.options.readOnly!="nocursor"&&(it.state.focused||(Oi(it,"focus",it,st),it.state.focused=!0,ln(it.display.wrapper,"CodeMirror-focused"),!it.curOp&&it.display.selForContextMenu!=it.doc.sel&&(it.display.input.reset(),oe&&setTimeout(function(){return it.display.input.reset(!0)},20)),it.display.input.receivedFocus()),ir(it))}function xh(it,st){it.state.delayingBlurEvent||(it.state.focused&&(Oi(it,"blur",it,st),it.state.focused=!1,Vt(it.display.wrapper,"CodeMirror-focused")),clearInterval(it.display.blinker),setTimeout(function(){it.state.focused||(it.display.shift=!1)},150))}function _i(it){for(var st=it.display,dt=st.lineDiv.offsetTop,ht=0;ht<st.view.length;ht++){var gt=st.view[ht],Pt=it.options.lineWrapping,bt=void 0,Rt=0;if(!gt.hidden){if(ae&&le<8){var Ot=gt.node.offsetTop+gt.node.offsetHeight;bt=Ot-dt,dt=Ot}else{var Ut=gt.node.getBoundingClientRect();bt=Ut.bottom-Ut.top,!Pt&>.text.firstChild&&(Rt=gt.text.firstChild.getBoundingClientRect().right-Ut.left-1)}var ge=gt.line.height-bt;if((ge>.005||ge<-.005)&&(bn(gt.line,bt),Dp(gt.line),gt.rest))for(var Xt=0;Xt<gt.rest.length;Xt++)Dp(gt.rest[Xt]);if(Rt>it.display.sizerWidth){var De=Math.ceil(Rt/Sh(it.display));De>it.display.maxLineLength&&(it.display.maxLineLength=De,it.display.maxLine=gt.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],ht=dt.node.parentNode;ht&&(dt.height=ht.offsetHeight)}}function No(it,st,dt){var ht=dt&&dt.top!=null?Math.max(0,dt.top):it.scroller.scrollTop;ht=Math.floor(ht-Rs(it));var gt=dt&&dt.bottom!=null?dt.bottom:ht+it.wrapper.clientHeight,Pt=Ge(st,ht),bt=Ge(st,gt);if(dt&&dt.ensure){var Rt=dt.ensure.from.line,Ot=dt.ensure.to.line;Rt<Pt?(Pt=Rt,bt=Ge(st,lo(kn(st,Rt))+it.wrapper.clientHeight)):Math.min(Ot,st.lastLine())>=bt&&(Pt=Ge(st,lo(kn(st,Ot))-it.wrapper.clientHeight),bt=Ot)}return{from:Pt,to:Math.max(bt,Pt+1)}}function Op(it,st){if(!Ki(it,"scrollCursorIntoView")){var dt=it.display,ht=dt.sizer.getBoundingClientRect(),gt=null;if(st.top+ht.top<0?gt=!0:st.bottom+ht.top>(window.innerHeight||document.documentElement.clientHeight)&&(gt=!1),gt!=null&&!Ue){var Pt=te("div","\u200B",null,`position: absolute;
|
|
top: `+(st.top-dt.viewOffset-Rs(it.display))+`px;
|
|
height: `+(st.bottom-st.top+Zr(it)+dt.barHeight)+`px;
|
|
left: `+st.left+"px; width: "+Math.max(2,st.right-st.left)+"px;");it.display.lineSpace.appendChild(Pt),Pt.scrollIntoView(gt),it.display.lineSpace.removeChild(Pt)}}}function hd(it,st,dt,ht){ht==null&&(ht=0);var gt;!it.options.lineWrapping&&st==dt&&(st=st.ch?Fe(st.line,st.sticky=="before"?st.ch-1:st.ch,"after"):st,dt=st.sticky=="before"?Fe(st.line,st.ch+1,"before"):st);for(var Pt=0;Pt<5;Pt++){var bt=!1,Rt=Oo(it,st),Ot=!dt||dt==st?Rt:Oo(it,dt);gt={left:Math.min(Rt.left,Ot.left),top:Math.min(Rt.top,Ot.top)-ht,right:Math.max(Rt.left,Ot.left),bottom:Math.max(Rt.bottom,Ot.bottom)+ht};var Ut=tg(it,gt),ge=it.doc.scrollTop,Xt=it.doc.scrollLeft;if(Ut.scrollTop!=null&&(wh(it,Ut.scrollTop),Math.abs(it.doc.scrollTop-ge)>1&&(bt=!0)),Ut.scrollLeft!=null&&(hu(it,Ut.scrollLeft),Math.abs(it.doc.scrollLeft-Xt)>1&&(bt=!0)),!bt)break}return gt}function Xd(it,st){var dt=tg(it,st);dt.scrollTop!=null&&wh(it,dt.scrollTop),dt.scrollLeft!=null&&hu(it,dt.scrollLeft)}function tg(it,st){var dt=it.display,ht=lu(it.display);st.top<0&&(st.top=0);var gt=it.curOp&&it.curOp.scrollTop!=null?it.curOp.scrollTop:dt.scroller.scrollTop,Pt=gh(it),bt={};st.bottom-st.top>Pt&&(st.bottom=st.top+Pt);var Rt=it.doc.height+El(dt),Ot=st.top<ht,Ut=st.bottom>Rt-ht;if(st.top<gt)bt.scrollTop=Ot?0:st.top;else if(st.bottom>gt+Pt){var ge=Math.min(st.top,(Ut?Rt:st.bottom)-Pt);ge!=gt&&(bt.scrollTop=ge)}var Xt=it.options.fixedGutter?0:dt.gutters.offsetWidth,De=it.curOp&&it.curOp.scrollLeft!=null?it.curOp.scrollLeft:dt.scroller.scrollLeft-Xt,Be=da(it)-dt.gutters.offsetWidth,yn=st.right-st.left>Be;return yn&&(st.right=st.left+Be),st.left<10?bt.scrollLeft=0:st.left<De?bt.scrollLeft=Math.max(0,st.left+Xt-(yn?0:10)):st.right>Be+De-3&&(bt.scrollLeft=st.right+(yn?0:10)-Be),bt}function Hc(it,st){st!=null&&(Wl(it),it.curOp.scrollTop=(it.curOp.scrollTop==null?it.doc.scrollTop:it.curOp.scrollTop)+st)}function uu(it){Wl(it);var st=it.getCursor();it.curOp.scrollToPos={from:st,to:st,margin:it.options.cursorScrollMargin}}function Ph(it,st,dt){(st!=null||dt!=null)&&Wl(it),st!=null&&(it.curOp.scrollLeft=st),dt!=null&&(it.curOp.scrollTop=dt)}function Ro(it,st){Wl(it),it.curOp.scrollToPos=st}function Wl(it){var st=it.curOp.scrollToPos;if(st){it.curOp.scrollToPos=null;var dt=Gs(it,st.from),ht=Gs(it,st.to);Wc(it,dt,ht,st.margin)}}function Wc(it,st,dt,ht){var gt=tg(it,{left:Math.min(st.left,dt.left),top:Math.min(st.top,dt.top)-ht,right:Math.max(st.right,dt.right),bottom:Math.max(st.bottom,dt.bottom)+ht});Ph(it,gt.scrollLeft,gt.scrollTop)}function wh(it,st){Math.abs(it.doc.scrollTop-st)<2||(Ct||Ou(it,{top:st}),eg(it,st,!0),Ct&&Ou(it),dd(it,100))}function eg(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 hu(it,st,dt,ht){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)&&!ht)&&(it.doc.scrollLeft=st,Zc(it),it.display.scroller.scrollLeft!=st&&(it.display.scroller.scrollLeft=st),it.display.scrollbars.setScrollLeft(st))}function el(it){var st=it.display,dt=st.gutters.offsetWidth,ht=Math.round(it.doc.height+El(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:ht,scrollHeight:ht+Zr(it)+st.barHeight,nativeBarWidth:st.nativeBarWidth,gutterWidth:dt}}var Tu=function(it,st,dt){this.cm=dt;var ht=this.vert=te("div",[te("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),gt=this.horiz=te("div",[te("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");ht.tabIndex=gt.tabIndex=-1,it(ht),it(gt),cn(ht,"scroll",function(){ht.clientHeight&&st(ht.scrollTop,"vertical")}),cn(gt,"scroll",function(){gt.clientWidth&&st(gt.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,ae&&le<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};Tu.prototype.update=function(it){var st=it.scrollWidth>it.clientWidth+1,dt=it.scrollHeight>it.clientHeight+1,ht=it.nativeBarWidth;if(dt){this.vert.style.display="block",this.vert.style.bottom=st?ht+"px":"0";var gt=it.viewHeight-(st?ht:0);this.vert.firstChild.style.height=Math.max(0,it.scrollHeight-it.clientHeight+gt)+"px"}else this.vert.style.display="",this.vert.firstChild.style.height="0";if(st){this.horiz.style.display="block",this.horiz.style.right=dt?ht+"px":"0",this.horiz.style.left=it.barLeft+"px";var Pt=it.viewWidth-it.barLeft-(dt?ht: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&&(ht==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:dt?ht:0,bottom:st?ht:0}},Tu.prototype.setScrollLeft=function(it){this.horiz.scrollLeft!=it&&(this.horiz.scrollLeft=it),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},Tu.prototype.setScrollTop=function(it){this.vert.scrollTop!=it&&(this.vert.scrollTop=it),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},Tu.prototype.zeroWidthHack=function(){var it=ct&&!ee?"12px":"18px";this.horiz.style.height=this.vert.style.width=it,this.horiz.style.pointerEvents=this.vert.style.pointerEvents="none",this.disableHoriz=new Kt,this.disableVert=new Kt},Tu.prototype.enableZeroWidthBar=function(it,st,dt){it.style.pointerEvents="auto";function ht(){var gt=it.getBoundingClientRect(),Pt=dt=="vert"?document.elementFromPoint(gt.right-1,(gt.top+gt.bottom)/2):document.elementFromPoint((gt.right+gt.left)/2,gt.bottom-1);Pt!=it?it.style.pointerEvents="none":st.set(1e3,ht)}st.set(1e3,ht)},Tu.prototype.clear=function(){var it=this.horiz.parentNode;it.removeChild(this.horiz),it.removeChild(this.vert)};var bl=function(){};bl.prototype.update=function(){return{bottom:0,right:0}},bl.prototype.setScrollLeft=function(){},bl.prototype.setScrollTop=function(){},bl.prototype.clear=function(){};function Fu(it,st){st||(st=el(it));var dt=it.display.barWidth,ht=it.display.barHeight;Vc(it,st);for(var gt=0;gt<4&&dt!=it.display.barWidth||ht!=it.display.barHeight;gt++)dt!=it.display.barWidth&&it.options.lineWrapping&&_i(it),Vc(it,el(it)),dt=it.display.barWidth,ht=it.display.barHeight}function Vc(it,st){var dt=it.display,ht=dt.scrollbars.update(st);dt.sizer.style.paddingRight=(dt.barWidth=ht.right)+"px",dt.sizer.style.paddingBottom=(dt.barHeight=ht.bottom)+"px",dt.heightForcer.style.borderBottom=ht.bottom+"px solid transparent",ht.right&&ht.bottom?(dt.scrollbarFiller.style.display="block",dt.scrollbarFiller.style.height=ht.bottom+"px",dt.scrollbarFiller.style.width=ht.right+"px"):dt.scrollbarFiller.style.display="",ht.bottom&&it.options.coverGutterNextToScrollbar&&it.options.fixedGutter?(dt.gutterFiller.style.display="block",dt.gutterFiller.style.height=ht.bottom+"px",dt.gutterFiller.style.width=st.gutterWidth+"px"):dt.gutterFiller.style.display=""}var ng={native:Tu,null:bl};function ig(it){it.display.scrollbars&&(it.display.scrollbars.clear(),it.display.scrollbars.addClass&&Vt(it.display.wrapper,it.display.scrollbars.addClass)),it.display.scrollbars=new ng[it.options.scrollbarStyle](function(st){it.display.wrapper.insertBefore(st,it.display.scrollbarFiller),cn(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"?hu(it,st):wh(it,st)},it),it.display.scrollbars.addClass&&ln(it.display.wrapper,it.display.scrollbars.addClass)}var Ip=0;function Bu(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},Oa(it.curOp)}function Au(it){var st=it.curOp;st&&Ia(st,function(dt){for(var ht=0;ht<dt.ops.length;ht++)dt.ops[ht].cm.curOp=null;J0(dt)})}function J0(it){for(var st=it.ops,dt=0;dt<st.length;dt++)Q0(st[dt]);for(var ht=0;ht<st.length;ht++)$0(st[ht]);for(var gt=0;gt<st.length;gt++)Rp(st[gt]);for(var Pt=0;Pt<st.length;Pt++)_r(st[Pt]);for(var bt=0;bt<st.length;bt++)Du(st[bt])}function Q0(it){var st=it.cm,dt=st.display;jp(st),it.updateMaxLine&&zo(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 Ch(st,it.mustUpdate&&{top:it.scrollTop,ensure:it.scrollToPos},it.forceUpdate)}function $0(it){it.updatedDisplay=it.mustUpdate&&Uc(it.cm,it.update)}function Rp(it){var st=it.cm,dt=st.display;it.updatedDisplay&&_i(st),it.barMeasure=el(st),dt.maxLineChanged&&!st.options.lineWrapping&&(it.adjustWidthTo=sd(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+Zr(st)+st.display.barWidth),it.maxScrollLeft=Math.max(0,dt.sizer.offsetLeft+it.adjustWidthTo-da(st))),(it.updatedDisplay||it.selectionChanged)&&(it.preparedSelection=dt.input.prepareSelection())}function _r(it){var st=it.cm;it.adjustWidthTo!=null&&(st.display.sizer.style.minWidth=it.adjustWidthTo+"px",it.maxScrollLeft<st.doc.scrollLeft&&hu(st,Math.min(st.display.scroller.scrollLeft,it.maxScrollLeft),!0),st.display.maxLineChanged=!1);var dt=it.focus&&it.focus==Ie();it.preparedSelection&&st.display.input.showSelection(it.preparedSelection,dt),(it.updatedDisplay||it.startHeight!=st.doc.height)&&Fu(st,it.barMeasure),it.updatedDisplay&&Ru(st,it.barMeasure),it.selectionChanged&&ir(st),st.state.focused&&it.updateInput&&st.display.input.reset(it.typing),dt&&vr(it.cm)}function Du(it){var st=it.cm,dt=st.display,ht=st.doc;if(it.updatedDisplay&&or(st,it.update),dt.wheelStartX!=null&&(it.scrollTop!=null||it.scrollLeft!=null||it.scrollToPos)&&(dt.wheelStartX=dt.wheelStartY=null),it.scrollTop!=null&&eg(st,it.scrollTop,it.forceScroll),it.scrollLeft!=null&&hu(st,it.scrollLeft,!0,!0),it.scrollToPos){var gt=hd(st,jn(ht,it.scrollToPos.from),jn(ht,it.scrollToPos.to),it.scrollToPos.margin);Op(st,gt)}var Pt=it.maybeHiddenMarkers,bt=it.maybeUnhiddenMarkers;if(Pt)for(var Rt=0;Rt<Pt.length;++Rt)Pt[Rt].lines.length||Oi(Pt[Rt],"hide");if(bt)for(var Ot=0;Ot<bt.length;++Ot)bt[Ot].lines.length&&Oi(bt[Ot],"unhide");dt.wrapper.offsetHeight&&(ht.scrollTop=st.display.scroller.scrollTop),it.changeObjs&&Oi(st,"changes",st,it.changeObjs),it.update&&it.update.finish()}function Jo(it,st){if(it.curOp)return st();Bu(it);try{return st()}finally{Au(it)}}function fs(it,st){return function(){if(it.curOp)return st.apply(it,arguments);Bu(it);try{return st.apply(it,arguments)}finally{Au(it)}}}function Ps(it){return function(){if(this.curOp)return it.apply(this,arguments);Bu(this);try{return it.apply(this,arguments)}finally{Au(this)}}}function ws(it){return function(){var st=this.cm;if(!st||st.curOp)return it.apply(this,arguments);Bu(st);try{return it.apply(this,arguments)}finally{Au(st)}}}function dd(it,st){it.doc.highlightFrontier<it.display.viewTo&&it.state.highlight.set(st,mi(Cs,it))}function Cs(it){var st=it.doc;if(!(st.highlightFrontier>=it.display.viewTo)){var dt=+new Date+it.options.workTime,ht=Ti(it,st.highlightFrontier),gt=[];st.iter(ht.line,Math.min(st.first+st.size,it.display.viewTo+500),function(Pt){if(ht.line>=it.display.viewFrom){var bt=Pt.styles,Rt=Pt.text.length>it.options.maxHighlightLength?Wn(st.mode,ht.state):null,Ot=ye(it,Pt,ht,!0);Rt&&(ht.state=Rt),Pt.styles=Ot.styles;var Ut=Pt.styleClasses,ge=Ot.classes;ge?Pt.styleClasses=ge:Ut&&(Pt.styleClasses=null);for(var Xt=!bt||bt.length!=Pt.styles.length||Ut!=ge&&(!Ut||!ge||Ut.bgClass!=ge.bgClass||Ut.textClass!=ge.textClass),De=0;!Xt&&De<bt.length;++De)Xt=bt[De]!=Pt.styles[De];Xt&>.push(ht.line),Pt.stateAfter=ht.save(),ht.nextLine()}else Pt.text.length<=it.options.maxHighlightLength&&ce(it,Pt.text,ht),Pt.stateAfter=ht.line%5==0?ht.save():null,ht.nextLine();if(+new Date>dt)return dd(it,it.options.workDelay),!0}),st.highlightFrontier=ht.line,st.modeFrontier=Math.max(st.modeFrontier,ht.line),gt.length&&Jo(it,function(){for(var Pt=0;Pt<gt.length;Pt++)So(it,gt[Pt],"text")})}}var Ch=function(it,st,dt){var ht=it.display;this.viewport=st,this.visible=No(ht,it.doc,st),this.editorIsHidden=!ht.wrapper.offsetWidth,this.wrapperHeight=ht.wrapper.clientHeight,this.wrapperWidth=ht.wrapper.clientWidth,this.oldDisplayWidth=da(it),this.force=dt,this.dims=_c(it),this.events=[]};Ch.prototype.signal=function(it,st){Wi(it,st)&&this.events.push(arguments)},Ch.prototype.finish=function(){for(var it=0;it<this.events.length;it++)Oi.apply(null,this.events[it])};function jp(it){var st=it.display;!st.scrollbarsClipped&&st.scroller.offsetWidth&&(st.nativeBarWidth=st.scroller.offsetWidth-st.scroller.clientWidth,st.heightForcer.style.height=Zr(it)+"px",st.sizer.style.marginBottom=-st.nativeBarWidth+"px",st.sizer.style.borderRightWidth=Zr(it)+"px",st.scrollbarsClipped=!0)}function zp(it){if(it.hasFocus())return null;var st=Ie();if(!st||!Xe(it.display.lineDiv,st))return null;var dt={activeElt:st};if(window.getSelection){var ht=window.getSelection();ht.anchorNode&&ht.extend&&Xe(it.display.lineDiv,ht.anchorNode)&&(dt.anchorNode=ht.anchorNode,dt.anchorOffset=ht.anchorOffset,dt.focusNode=ht.focusNode,dt.focusOffset=ht.focusOffset)}return dt}function fa(it){if(!(!it||!it.activeElt||it.activeElt==Ie())&&(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 Uc(it,st){var dt=it.display,ht=it.doc;if(st.editorIsHidden)return Qr(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&&Pa(it)==0)return!1;is(it)&&(Qr(it),st.dims=_c(it));var gt=ht.first+ht.size,Pt=Math.max(st.visible.from-it.options.viewportMargin,ht.first),bt=Math.min(gt,st.visible.to+it.options.viewportMargin);dt.viewFrom<Pt&&Pt-dt.viewFrom<20&&(Pt=Math.max(ht.first,dt.viewFrom)),dt.viewTo>bt&&dt.viewTo-bt<20&&(bt=Math.min(gt,dt.viewTo)),Ee&&(Pt=ai(it.doc,Pt),bt=ui(it.doc,bt));var Rt=Pt!=dt.viewFrom||bt!=dt.viewTo||dt.lastWrapHeight!=st.wrapperHeight||dt.lastWrapWidth!=st.wrapperWidth;hr(it,Pt,bt),dt.viewOffset=lo(kn(it.doc,dt.viewFrom)),it.display.mover.style.top=dt.viewOffset+"px";var Ot=Pa(it);if(!Rt&&Ot==0&&!st.force&&dt.renderedView==dt.view&&(dt.updateLineNumbers==null||dt.updateLineNumbers>=dt.viewTo))return!1;var Ut=zp(it);return Ot>4&&(dt.lineDiv.style.display="none"),og(it,dt.updateLineNumbers,st.dims),Ot>4&&(dt.lineDiv.style.display=""),dt.renderedView=dt.view,fa(Ut),ne(dt.cursorDiv),ne(dt.selectionDiv),dt.gutters.style.height=dt.sizer.style.minHeight=0,Rt&&(dt.lastWrapHeight=st.wrapperHeight,dt.lastWrapWidth=st.wrapperWidth,dd(it,400)),dt.updateLineNumbers=null,!0}function or(it,st){for(var dt=st.viewport,ht=!0;;ht=!1){if(!ht||!it.options.lineWrapping||st.oldDisplayWidth==da(it)){if(dt&&dt.top!=null&&(dt={top:Math.min(it.doc.height+El(it.display)-gh(it),dt.top)}),st.visible=No(it.display,it.doc,dt),st.visible.from>=it.display.viewFrom&&st.visible.to<=it.display.viewTo)break}else ht&&(st.visible=No(it.display,it.doc,dt));if(!Uc(it,st))break;_i(it);var gt=el(it);cs(it),Fu(it,gt),Ru(it,gt),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 Ou(it,st){var dt=new Ch(it,st);if(Uc(it,dt)){_i(it),or(it,dt);var ht=el(it);cs(it),Fu(it,ht),Ru(it,ht),dt.finish()}}function og(it,st,dt){var ht=it.display,gt=it.options.lineNumbers,Pt=ht.lineDiv,bt=Pt.firstChild;function Rt(yn){var Mn=yn.nextSibling;return oe&&ct&&it.display.currentWheelTarget==yn?yn.style.display="none":yn.parentNode.removeChild(yn),Mn}for(var Ot=ht.view,Ut=ht.viewFrom,ge=0;ge<Ot.length;ge++){var Xt=Ot[ge];if(!Xt.hidden)if(!Xt.node||Xt.node.parentNode!=Pt){var De=Co(it,Xt,Ut,dt);Pt.insertBefore(De,bt)}else{for(;bt!=Xt.node;)bt=Rt(bt);var Be=gt&&st!=null&&st<=Ut&&Xt.lineNumber;Xt.changes&&(vn(Xt.changes,"gutter")>-1&&(Be=!1),gl(it,Xt,Ut,dt)),Be&&(ne(Xt.lineNumber),Xt.lineNumber.appendChild(document.createTextNode(Hn(it.options,Ut)))),bt=Xt.node.nextSibling}Ut+=Xt.size}for(;bt;)bt=Rt(bt)}function Iu(it){var st=it.gutters.offsetWidth;it.sizer.style.marginLeft=st+"px"}function Ru(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+Zr(it)+"px"}function Zc(it){var st=it.display,dt=st.view;if(!(!st.alignWidgets&&(!st.gutters.firstChild||!it.options.fixedGutter))){for(var ht=Yd(st)-st.scroller.scrollLeft+it.doc.scrollLeft,gt=st.gutters.offsetWidth,Pt=ht+"px",bt=0;bt<dt.length;bt++)if(!dt[bt].hidden){it.options.fixedGutter&&(dt[bt].gutter&&(dt[bt].gutter.style.left=Pt),dt[bt].gutterBackground&&(dt[bt].gutterBackground.style.left=Pt));var Rt=dt[bt].alignable;if(Rt)for(var Ot=0;Ot<Rt.length;Ot++)Rt[Ot].style.left=Pt}it.options.fixedGutter&&(st.gutters.style.left=ht+gt+"px")}}function is(it){if(!it.options.lineNumbers)return!1;var st=it.doc,dt=Hn(it.options,st.first+st.size-1),ht=it.display;if(dt.length!=ht.lineNumChars){var gt=ht.measure.appendChild(te("div",[te("div",dt)],"CodeMirror-linenumber CodeMirror-gutter-elt")),Pt=gt.firstChild.offsetWidth,bt=gt.offsetWidth-Pt;return ht.lineGutter.style.width="",ht.lineNumInnerWidth=Math.max(Pt,ht.lineGutter.offsetWidth-bt)+1,ht.lineNumWidth=ht.lineNumInnerWidth+bt,ht.lineNumChars=ht.lineNumInnerWidth?dt.length:-1,ht.lineGutter.style.width=ht.lineNumWidth+"px",Iu(it.display),!0}return!1}function Ls(it,st){for(var dt=[],ht=!1,gt=0;gt<it.length;gt++){var Pt=it[gt],bt=null;if(typeof Pt!="string"&&(bt=Pt.style,Pt=Pt.className),Pt=="CodeMirror-linenumbers")if(st)ht=!0;else continue;dt.push({className:Pt,style:bt})}return st&&!ht&&dt.push({className:"CodeMirror-linenumbers",style:null}),dt}function Lh(it){var st=it.gutters,dt=it.gutterSpecs;ne(st),it.lineGutter=null;for(var ht=0;ht<dt.length;++ht){var gt=dt[ht],Pt=gt.className,bt=gt.style,Rt=st.appendChild(te("div",null,"CodeMirror-gutter "+Pt));bt&&(Rt.style.cssText=bt),Pt=="CodeMirror-linenumbers"&&(it.lineGutter=Rt,Rt.style.width=(it.lineNumWidth||1)+"px")}st.style.display=dt.length?"":"none",Iu(it)}function _a(it){Lh(it.display),Lr(it),Zc(it)}function ju(it,st,dt,ht){var gt=this;this.input=dt,gt.scrollbarFiller=te("div",null,"CodeMirror-scrollbar-filler"),gt.scrollbarFiller.setAttribute("cm-not-content","true"),gt.gutterFiller=te("div",null,"CodeMirror-gutter-filler"),gt.gutterFiller.setAttribute("cm-not-content","true"),gt.lineDiv=Le("div",null,"CodeMirror-code"),gt.selectionDiv=te("div",null,null,"position: relative; z-index: 1"),gt.cursorDiv=te("div",null,"CodeMirror-cursors"),gt.measure=te("div",null,"CodeMirror-measure"),gt.lineMeasure=te("div",null,"CodeMirror-measure"),gt.lineSpace=Le("div",[gt.measure,gt.lineMeasure,gt.selectionDiv,gt.cursorDiv,gt.lineDiv],null,"position: relative; outline: none");var Pt=Le("div",[gt.lineSpace],"CodeMirror-lines");gt.mover=te("div",[Pt],null,"position: relative"),gt.sizer=te("div",[gt.mover],"CodeMirror-sizer"),gt.sizerWidth=null,gt.heightForcer=te("div",null,null,"position: absolute; height: "+qn+"px; width: 1px;"),gt.gutters=te("div",null,"CodeMirror-gutters"),gt.lineGutter=null,gt.scroller=te("div",[gt.sizer,gt.heightForcer,gt.gutters],"CodeMirror-scroll"),gt.scroller.setAttribute("tabIndex","-1"),gt.wrapper=te("div",[gt.scrollbarFiller,gt.gutterFiller,gt.scroller],"CodeMirror"),ae&&le<8&&(gt.gutters.style.zIndex=-1,gt.scroller.style.paddingRight=0),!oe&&!(Ct&&nt)&&(gt.scroller.draggable=!0),it&&(it.appendChild?it.appendChild(gt.wrapper):it(gt.wrapper)),gt.viewFrom=gt.viewTo=st.first,gt.reportedViewFrom=gt.reportedViewTo=st.first,gt.view=[],gt.renderedView=null,gt.externalMeasured=null,gt.viewOffset=0,gt.lastWrapHeight=gt.lastWrapWidth=0,gt.updateLineNumbers=null,gt.nativeBarWidth=gt.barHeight=gt.barWidth=0,gt.scrollbarsClipped=!1,gt.lineNumWidth=gt.lineNumInnerWidth=gt.lineNumChars=null,gt.alignWidgets=!1,gt.cachedCharWidth=gt.cachedTextHeight=gt.cachedPaddingH=null,gt.maxLine=null,gt.maxLineLength=0,gt.maxLineChanged=!1,gt.wheelDX=gt.wheelDY=gt.wheelStartX=gt.wheelStartY=null,gt.shift=!1,gt.selForContextMenu=null,gt.activeTouch=null,gt.gutterSpecs=Ls(ht.gutters,ht.lineNumbers),Lh(gt),dt.init(gt)}var wa=0,$r=null;ae?$r=-.53:Ct?$r=15:Se?$r=-.7:Ke&&($r=-1/3);function Tl(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 Ha(it){var st=Tl(it);return st.x*=$r,st.y*=$r,st}function ks(it,st){var dt=Tl(st),ht=dt.x,gt=dt.y,Pt=it.display,bt=Pt.scroller,Rt=bt.scrollWidth>bt.clientWidth,Ot=bt.scrollHeight>bt.clientHeight;if(ht&&Rt||gt&&Ot){if(gt&&ct&&oe){t:for(var Ut=st.target,ge=Pt.view;Ut!=bt;Ut=Ut.parentNode)for(var Xt=0;Xt<ge.length;Xt++)if(ge[Xt].node==Ut){it.display.currentWheelTarget=Ut;break t}}if(ht&&!Ct&&!qt&&$r!=null){gt&&Ot&&wh(it,Math.max(0,bt.scrollTop+gt*$r)),hu(it,Math.max(0,bt.scrollLeft+ht*$r)),(!gt||gt&&Ot)&&Ji(st),Pt.wheelStartX=null;return}if(gt&&$r!=null){var De=gt*$r,Be=it.doc.scrollTop,yn=Be+Pt.wrapper.clientHeight;De<0?Be=Math.max(0,Be+De-50):yn=Math.min(it.doc.height,yn+De+50),Ou(it,{top:Be,bottom:yn})}wa<20&&(Pt.wheelStartX==null?(Pt.wheelStartX=bt.scrollLeft,Pt.wheelStartY=bt.scrollTop,Pt.wheelDX=ht,Pt.wheelDY=gt,setTimeout(function(){if(Pt.wheelStartX!=null){var Mn=bt.scrollLeft-Pt.wheelStartX,_n=bt.scrollTop-Pt.wheelStartY,ci=_n&&Pt.wheelDY&&_n/Pt.wheelDY||Mn&&Pt.wheelDX&&Mn/Pt.wheelDX;Pt.wheelStartX=Pt.wheelStartY=null,ci&&($r=($r*wa+ci)/(wa+1),++wa)}},200)):(Pt.wheelDX+=ht,Pt.wheelDY+=gt))}}var nl=function(it,st){this.ranges=it,this.primIndex=st};nl.prototype.primary=function(){return this.ranges[this.primIndex]},nl.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],ht=it.ranges[st];if(!wn(dt.anchor,ht.anchor)||!wn(dt.head,ht.head))return!1}return!0},nl.prototype.deepCopy=function(){for(var it=[],st=0;st<this.ranges.length;st++)it[st]=new rr(Bn(this.ranges[st].anchor),Bn(this.ranges[st].head));return new nl(it,this.primIndex)},nl.prototype.somethingSelected=function(){for(var it=0;it<this.ranges.length;it++)if(!this.ranges[it].empty())return!0;return!1},nl.prototype.contains=function(it,st){st||(st=it);for(var dt=0;dt<this.ranges.length;dt++){var ht=this.ranges[dt];if(Ae(st,ht.from())>=0&&Ae(it,ht.to())<=0)return dt}return-1};var rr=function(it,st){this.anchor=it,this.head=st};rr.prototype.from=function(){return In(this.anchor,this.head)},rr.prototype.to=function(){return Kn(this.anchor,this.head)},rr.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function pl(it,st,dt){var ht=it&&it.options.selectionsMayTouch,gt=st[dt];st.sort(function(De,Be){return Ae(De.from(),Be.from())}),dt=vn(st,gt);for(var Pt=1;Pt<st.length;Pt++){var bt=st[Pt],Rt=st[Pt-1],Ot=Ae(Rt.to(),bt.from());if(ht&&!bt.empty()?Ot>0:Ot>=0){var Ut=In(Rt.from(),bt.from()),ge=Kn(Rt.to(),bt.to()),Xt=Rt.empty()?bt.from()==bt.head:Rt.from()==Rt.head;Pt<=dt&&--dt,st.splice(--Pt,2,new rr(Xt?ge:Ut,Xt?Ut:ge))}}return new nl(st,dt)}function du(it,st){return new nl([new rr(it,st||it)],0)}function zu(it){return it.text?Fe(it.from.line+it.text.length-1,ie(it.text).length+(it.text.length==1?it.from.ch:0)):it.to}function kh(it,st){if(Ae(it,st.from)<0)return it;if(Ae(it,st.to)<=0)return zu(st);var dt=it.line+st.text.length-(st.to.line-st.from.line)-1,ht=it.ch;return it.line==st.to.line&&(ht+=zu(st).ch-st.to.ch),Fe(dt,ht)}function Jd(it,st){for(var dt=[],ht=0;ht<it.sel.ranges.length;ht++){var gt=it.sel.ranges[ht];dt.push(new rr(kh(gt.anchor,st),kh(gt.head,st)))}return pl(it.cm,dt,it.sel.primIndex)}function cd(it,st,dt){return it.line==st.line?Fe(dt.line,it.ch-st.ch+dt.ch):Fe(dt.line+(it.line-st.line),it.ch)}function Qd(it,st,dt){for(var ht=[],gt=Fe(it.first,0),Pt=gt,bt=0;bt<st.length;bt++){var Rt=st[bt],Ot=cd(Rt.from,gt,Pt),Ut=cd(zu(Rt),gt,Pt);if(gt=Rt.to,Pt=Ut,dt=="around"){var ge=it.sel.ranges[bt],Xt=Ae(ge.head,ge.anchor)<0;ht[bt]=new rr(Xt?Ut:Ot,Xt?Ot:Ut)}else ht[bt]=new rr(Ot,Ot)}return new nl(ht,it.sel.primIndex)}function Po(it){it.doc.mode=Oe(it.options,it.doc.modeOption),$d(it)}function $d(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,dd(it,100),it.state.modeGen++,it.curOp&&Lr(it)}function rg(it,st){return st.from.ch==0&&st.to.ch==0&&ie(st.text)==""&&(!it.cm||it.cm.options.wholeLineUpdateBefore)}function Kc(it,st,dt,ht){function gt(Fi){return dt?dt[Fi]:null}function Pt(Fi,Li,ji){Zo(Fi,Li,ji,ht),xi(Fi,"change",Fi,st)}function bt(Fi,Li){for(var ji=[],ao=Fi;ao<Li;++ao)ji.push(new Mo(Ut[ao],gt(ao),ht));return ji}var Rt=st.from,Ot=st.to,Ut=st.text,ge=kn(it,Rt.line),Xt=kn(it,Ot.line),De=ie(Ut),Be=gt(Ut.length-1),yn=Ot.line-Rt.line;if(st.full)it.insert(0,bt(0,Ut.length)),it.remove(Ut.length,it.size-Ut.length);else if(rg(it,st)){var Mn=bt(0,Ut.length-1);Pt(Xt,Xt.text,Be),yn&&it.remove(Rt.line,yn),Mn.length&&it.insert(Rt.line,Mn)}else if(ge==Xt)if(Ut.length==1)Pt(ge,ge.text.slice(0,Rt.ch)+De+ge.text.slice(Ot.ch),Be);else{var _n=bt(1,Ut.length-1);_n.push(new Mo(De+ge.text.slice(Ot.ch),Be,ht)),Pt(ge,ge.text.slice(0,Rt.ch)+Ut[0],gt(0)),it.insert(Rt.line+1,_n)}else if(Ut.length==1)Pt(ge,ge.text.slice(0,Rt.ch)+Ut[0]+Xt.text.slice(Ot.ch),gt(0)),it.remove(Rt.line+1,yn);else{Pt(ge,ge.text.slice(0,Rt.ch)+Ut[0],gt(0)),Pt(Xt,De+Xt.text.slice(Ot.ch),Be);var ci=bt(1,Ut.length-1);yn>1&&it.remove(Rt.line+1,yn-1),it.insert(Rt.line+1,ci)}xi(it,"change",it,st)}function Fl(it,st,dt){function ht(gt,Pt,bt){if(gt.linked)for(var Rt=0;Rt<gt.linked.length;++Rt){var Ot=gt.linked[Rt];if(Ot.doc!=Pt){var Ut=bt&&Ot.sharedHist;dt&&!Ut||(st(Ot.doc,Ut),ht(Ot.doc,gt,Ut))}}}ht(it,null,!0)}function Yc(it,st){if(st.cm)throw new Error("This document is already in use.");it.doc=st,st.cm=it,Zi(it),Po(it),qd(it),it.options.lineWrapping||zo(it),it.options.mode=st.modeOption,Lr(it)}function qd(it){(it.doc.direction=="rtl"?ln:Vt)(it.display.lineDiv,"CodeMirror-rtl")}function q0(it){Jo(it,function(){qd(it),Lr(it)})}function fd(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 Xc(it,st){var dt={from:Bn(st.from),to:zu(st),text:Pe(it,st.from,st.to)};return Gu(it,dt,st.from.line,st.to.line+1),Fl(it,function(ht){return Gu(ht,dt,st.from.line,st.to.line+1)},!0),dt}function gd(it){for(;it.length;){var st=ie(it);if(st.ranges)it.pop();else break}}function tc(it,st){if(st)return gd(it.done),ie(it.done);if(it.done.length&&!ie(it.done).ranges)return ie(it.done);if(it.done.length>1&&!it.done[it.done.length-2].ranges)return it.done.pop(),ie(it.done)}function ec(it,st,dt,ht){var gt=it.history;gt.undone.length=0;var Pt=+new Date,bt,Rt;if((gt.lastOp==ht||gt.lastOrigin==st.origin&&st.origin&&(st.origin.charAt(0)=="+"&>.lastModTime>Pt-(it.cm?it.cm.options.historyEventDelay:500)||st.origin.charAt(0)=="*"))&&(bt=tc(gt,gt.lastOp==ht)))Rt=ie(bt.changes),Ae(st.from,st.to)==0&&Ae(st.from,Rt.to)==0?Rt.to=zu(st):bt.changes.push(Xc(it,st));else{var Ot=ie(gt.done);for((!Ot||!Ot.ranges)&&pd(it.sel,gt.done),bt={changes:[Xc(it,st)],generation:gt.generation},gt.done.push(bt);gt.done.length>gt.undoDepth;)gt.done.shift(),gt.done[0].ranges||gt.done.shift()}gt.done.push(dt),gt.generation=++gt.maxGeneration,gt.lastModTime=gt.lastSelTime=Pt,gt.lastOp=gt.lastSelOp=ht,gt.lastOrigin=gt.lastSelOrigin=st.origin,Rt||Oi(it,"historyAdded")}function sg(it,st,dt,ht){var gt=st.charAt(0);return gt=="*"||gt=="+"&&dt.ranges.length==ht.ranges.length&&dt.somethingSelected()==ht.somethingSelected()&&new Date-it.history.lastSelTime<=(it.cm?it.cm.options.historyEventDelay:500)}function nc(it,st,dt,ht){var gt=it.history,Pt=ht&&ht.origin;dt==gt.lastSelOp||Pt&>.lastSelOrigin==Pt&&(gt.lastModTime==gt.lastSelTime&>.lastOrigin==Pt||sg(it,Pt,ie(gt.done),st))?gt.done[gt.done.length-1]=st:pd(st,gt.done),gt.lastSelTime=+new Date,gt.lastSelOrigin=Pt,gt.lastSelOp=dt,ht&&ht.clearRedo!==!1&&gd(gt.undone)}function pd(it,st){var dt=ie(st);dt&&dt.ranges&&dt.equals(it)||st.push(it)}function Gu(it,st,dt,ht){var gt=st["spans_"+it.id],Pt=0;it.iter(Math.max(it.first,dt),Math.min(it.first+it.size,ht),function(bt){bt.markedSpans&&((gt||(gt=st["spans_"+it.id]={}))[Pt]=bt.markedSpans),++Pt})}function ia(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 Vl(it,st){var dt=st["spans_"+it.id];if(!dt)return null;for(var ht=[],gt=0;gt<st.text.length;++gt)ht.push(ia(dt[gt]));return ht}function Jc(it,st){var dt=Vl(it,st),ht=Ci(it,st);if(!dt)return ht;if(!ht)return dt;for(var gt=0;gt<dt.length;++gt){var Pt=dt[gt],bt=ht[gt];if(Pt&&bt)t:for(var Rt=0;Rt<bt.length;++Rt){for(var Ot=bt[Rt],Ut=0;Ut<Pt.length;++Ut)if(Pt[Ut].marker==Ot.marker)continue t;Pt.push(Ot)}else bt&&(dt[gt]=bt)}return dt}function cu(it,st,dt){for(var ht=[],gt=0;gt<it.length;++gt){var Pt=it[gt];if(Pt.ranges){ht.push(dt?nl.prototype.deepCopy.call(Pt):Pt);continue}var bt=Pt.changes,Rt=[];ht.push({changes:Rt});for(var Ot=0;Ot<bt.length;++Ot){var Ut=bt[Ot],ge=void 0;if(Rt.push({from:Ut.from,to:Ut.to,text:Ut.text}),st)for(var Xt in Ut)(ge=Xt.match(/^spans_(\d+)$/))&&vn(st,Number(ge[1]))>-1&&(ie(Rt)[Xt]=Ut[Xt],delete Ut[Xt])}}return ht}function Qc(it,st,dt,ht){if(ht){var gt=it.anchor;if(dt){var Pt=Ae(st,gt)<0;Pt!=Ae(dt,gt)<0?(gt=st,st=dt):Pt!=Ae(st,dt)<0&&(st=dt)}return new rr(gt,st)}else return new rr(dt||st,st)}function $c(it,st,dt,ht,gt){gt==null&&(gt=it.cm&&(it.cm.display.shift||it.extend)),Ys(it,new nl([Qc(it.sel.primary(),st,dt,gt)],0),ht)}function Gp(it,st,dt){for(var ht=[],gt=it.cm&&(it.cm.display.shift||it.extend),Pt=0;Pt<it.sel.ranges.length;Pt++)ht[Pt]=Qc(it.sel.ranges[Pt],st[Pt],null,gt);var bt=pl(it.cm,ht,it.sel.primIndex);Ys(it,bt,dt)}function _u(it,st,dt,ht){var gt=it.sel.ranges.slice(0);gt[st]=dt,Ys(it,pl(it.cm,gt,it.sel.primIndex),ht)}function Mh(it,st,dt,ht){Ys(it,du(st,dt),ht)}function _p(it,st,dt){var ht={ranges:st.ranges,update:function(gt){this.ranges=[];for(var Pt=0;Pt<gt.length;Pt++)this.ranges[Pt]=new rr(jn(it,gt[Pt].anchor),jn(it,gt[Pt].head))},origin:dt&&dt.origin};return Oi(it,"beforeSelectionChange",it,ht),it.cm&&Oi(it.cm,"beforeSelectionChange",it.cm,ht),ht.ranges!=st.ranges?pl(it.cm,ht.ranges,ht.ranges.length-1):st}function qc(it,st,dt){var ht=it.history.done,gt=ie(ht);gt&>.ranges?(ht[ht.length-1]=st,Eh(it,st,dt)):Ys(it,st,dt)}function Ys(it,st,dt){Eh(it,st,dt),nc(it,it.sel,it.cm?it.cm.curOp.id:NaN,dt)}function Eh(it,st,dt){(Wi(it,"beforeSelectionChange")||it.cm&&Wi(it.cm,"beforeSelectionChange"))&&(st=_p(it,st,dt));var ht=dt&&dt.bias||(Ae(st.primary().head,it.sel.primary().head)<0?-1:1);ag(it,oc(it,st,ht,!0)),!(dt&&dt.scroll===!1)&&it.cm&&uu(it.cm)}function ag(it,st){st.equals(it.sel)||(it.sel=st,it.cm&&(it.cm.curOp.updateInput=1,it.cm.curOp.selectionChanged=!0,so(it.cm)),xi(it,"cursorActivity",it))}function ic(it){ag(it,oc(it,it.sel,null,!1))}function oc(it,st,dt,ht){for(var gt,Pt=0;Pt<st.ranges.length;Pt++){var bt=st.ranges[Pt],Rt=st.ranges.length==it.sel.ranges.length&&it.sel.ranges[Pt],Ot=rc(it,bt.anchor,Rt&&Rt.anchor,dt,ht),Ut=rc(it,bt.head,Rt&&Rt.head,dt,ht);(gt||Ot!=bt.anchor||Ut!=bt.head)&&(gt||(gt=st.ranges.slice(0,Pt)),gt[Pt]=new rr(Ot,Ut))}return gt?pl(it.cm,gt,st.primIndex):st}function fu(it,st,dt,ht,gt){var Pt=kn(it,st.line);if(Pt.markedSpans)for(var bt=0;bt<Pt.markedSpans.length;++bt){var Rt=Pt.markedSpans[bt],Ot=Rt.marker,Ut="selectLeft"in Ot?!Ot.selectLeft:Ot.inclusiveLeft,ge="selectRight"in Ot?!Ot.selectRight:Ot.inclusiveRight;if((Rt.from==null||(Ut?Rt.from<=st.ch:Rt.from<st.ch))&&(Rt.to==null||(ge?Rt.to>=st.ch:Rt.to>st.ch))){if(gt&&(Oi(Ot,"beforeCursorEnter"),Ot.explicitlyCleared))if(Pt.markedSpans){--bt;continue}else break;if(!Ot.atomic)continue;if(dt){var Xt=Ot.find(ht<0?1:-1),De=void 0;if((ht<0?ge:Ut)&&(Xt=lg(it,Xt,-ht,Xt&&Xt.line==st.line?Pt:null)),Xt&&Xt.line==st.line&&(De=Ae(Xt,dt))&&(ht<0?De<0:De>0))return fu(it,Xt,st,ht,gt)}var Be=Ot.find(ht<0?-1:1);return(ht<0?Ut:ge)&&(Be=lg(it,Be,ht,Be.line==st.line?Pt:null)),Be?fu(it,Be,st,ht,gt):null}}return st}function rc(it,st,dt,ht,gt){var Pt=ht||1,bt=fu(it,st,dt,Pt,gt)||!gt&&fu(it,st,dt,Pt,!0)||fu(it,st,dt,-Pt,gt)||!gt&&fu(it,st,dt,-Pt,!0);return bt||(it.cantEdit=!0,Fe(it.first,0))}function lg(it,st,dt,ht){return dt<0&&st.ch==0?st.line>it.first?jn(it,Fe(st.line-1)):null:dt>0&&st.ch==(ht||kn(it,st.line)).text.length?st.line<it.first+it.size-1?Fe(st.line+1,0):null:new Fe(st.line,st.ch+dt)}function qr(it){it.setSelection(Fe(it.firstLine(),0),Fe(it.lastLine()),je)}function sc(it,st,dt){var ht={canceled:!1,from:st.from,to:st.to,text:st.text,origin:st.origin,cancel:function(){return ht.canceled=!0}};return dt&&(ht.update=function(gt,Pt,bt,Rt){gt&&(ht.from=jn(it,gt)),Pt&&(ht.to=jn(it,Pt)),bt&&(ht.text=bt),Rt!==void 0&&(ht.origin=Rt)}),Oi(it,"beforeChange",it,ht),it.cm&&Oi(it.cm,"beforeChange",it.cm,ht),ht.canceled?(it.cm&&(it.cm.curOp.updateInput=2),null):{from:ht.from,to:ht.to,text:ht.text,origin:ht.origin}}function Hu(it,st,dt){if(it.cm){if(!it.cm.curOp)return fs(it.cm,Hu)(it,st,dt);if(it.cm.state.suppressEdits)return}if(!((Wi(it,"beforeChange")||it.cm&&Wi(it.cm,"beforeChange"))&&(st=sc(it,st,!0),!st))){var ht=Fn&&!dt&&si(it,st.from,st.to);if(ht)for(var gt=ht.length-1;gt>=0;--gt)Nh(it,{from:ht[gt].from,to:ht[gt].to,text:gt?[""]:st.text,origin:st.origin});else Nh(it,st)}}function Nh(it,st){if(!(st.text.length==1&&st.text[0]==""&&Ae(st.from,st.to)==0)){var dt=Jd(it,st);ec(it,st,dt,it.cm?it.cm.curOp.id:NaN),md(it,st,dt,Ci(it,st));var ht=[];Fl(it,function(gt,Pt){!Pt&&vn(ht,gt.history)==-1&&(hg(gt.history,st),ht.push(gt.history)),md(gt,st,null,Ci(gt,st))})}}function ac(it,st,dt){var ht=it.cm&&it.cm.state.suppressEdits;if(!(ht&&!dt)){for(var gt=it.history,Pt,bt=it.sel,Rt=st=="undo"?gt.done:gt.undone,Ot=st=="undo"?gt.undone:gt.done,Ut=0;Ut<Rt.length&&(Pt=Rt[Ut],!(dt?Pt.ranges&&!Pt.equals(it.sel):!Pt.ranges));Ut++);if(Ut!=Rt.length){for(gt.lastOrigin=gt.lastSelOrigin=null;;)if(Pt=Rt.pop(),Pt.ranges){if(pd(Pt,Ot),dt&&!Pt.equals(it.sel)){Ys(it,Pt,{clearRedo:!1});return}bt=Pt}else if(ht){Rt.push(Pt);return}else break;var ge=[];pd(bt,Ot),Ot.push({changes:ge,generation:gt.generation}),gt.generation=Pt.generation||++gt.maxGeneration;for(var Xt=Wi(it,"beforeChange")||it.cm&&Wi(it.cm,"beforeChange"),De=function(Mn){var _n=Pt.changes[Mn];if(_n.origin=st,Xt&&!sc(it,_n,!1))return Rt.length=0,{};ge.push(Xc(it,_n));var ci=Mn?Jd(it,_n):ie(Rt);md(it,_n,ci,Jc(it,_n)),!Mn&&it.cm&&it.cm.scrollIntoView({from:_n.from,to:zu(_n)});var Fi=[];Fl(it,function(Li,ji){!ji&&vn(Fi,Li.history)==-1&&(hg(Li.history,_n),Fi.push(Li.history)),md(Li,_n,null,Jc(Li,_n))})},Be=Pt.changes.length-1;Be>=0;--Be){var yn=De(Be);if(yn)return yn.v}}}}function ug(it,st){if(st!=0&&(it.first+=st,it.sel=new nl(Rn(it.sel.ranges,function(gt){return new rr(Fe(gt.anchor.line+st,gt.anchor.ch),Fe(gt.head.line+st,gt.head.ch))}),it.sel.primIndex),it.cm)){Lr(it.cm,it.first,it.first-st,st);for(var dt=it.cm.display,ht=dt.viewFrom;ht<dt.viewTo;ht++)So(it.cm,ht,"gutter")}}function md(it,st,dt,ht){if(it.cm&&!it.cm.curOp)return fs(it.cm,md)(it,st,dt,ht);if(st.to.line<it.first){ug(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 gt=st.text.length-1-(it.first-st.from.line);ug(it,gt),st={from:Fe(it.first,0),to:Fe(st.to.line+gt,st.to.ch),text:[ie(st.text)],origin:st.origin}}var Pt=it.lastLine();st.to.line>Pt&&(st={from:st.from,to:Fe(Pt,kn(it,Pt).text.length),text:[st.text[0]],origin:st.origin}),st.removed=Pe(it,st.from,st.to),dt||(dt=Jd(it,st)),it.cm?Hp(it.cm,st,ht):Kc(it,st,ht),Eh(it,dt,je),it.cantEdit&&rc(it,Fe(it.firstLine(),0))&&(it.cantEdit=!1)}}function Hp(it,st,dt){var ht=it.doc,gt=it.display,Pt=st.from,bt=st.to,Rt=!1,Ot=Pt.line;it.options.lineWrapping||(Ot=Wt(Un(kn(ht,Pt.line))),ht.iter(Ot,bt.line+1,function(Be){if(Be==gt.maxLine)return Rt=!0,!0})),ht.sel.contains(st.from,st.to)>-1&&so(it),Kc(ht,st,dt,Cr(it)),it.options.lineWrapping||(ht.iter(Ot,Pt.line+st.text.length,function(Be){var yn=Ho(Be);yn>gt.maxLineLength&&(gt.maxLine=Be,gt.maxLineLength=yn,gt.maxLineChanged=!0,Rt=!1)}),Rt&&(it.curOp.updateMaxLine=!0)),fi(ht,Pt.line),dd(it,400);var Ut=st.text.length-(bt.line-Pt.line)-1;st.full?Lr(it):Pt.line==bt.line&&st.text.length==1&&!rg(it.doc,st)?So(it,Pt.line,"text"):Lr(it,Pt.line,bt.line+1,Ut);var ge=Wi(it,"changes"),Xt=Wi(it,"change");if(Xt||ge){var De={from:Pt,to:bt,text:st.text,removed:st.removed,origin:st.origin};Xt&&xi(it,"change",it,De),ge&&(it.curOp.changeObjs||(it.curOp.changeObjs=[])).push(De)}it.display.selForContextMenu=null}function bh(it,st,dt,ht,gt){var Pt;ht||(ht=dt),Ae(ht,dt)<0&&(Pt=[ht,dt],dt=Pt[0],ht=Pt[1]),typeof st=="string"&&(st=it.splitLines(st)),Hu(it,{from:dt,to:ht,text:st,origin:gt})}function il(it,st,dt,ht){dt<it.line?it.line+=ht:st<it.line&&(it.line=st,it.ch=0)}function Wp(it,st,dt,ht){for(var gt=0;gt<it.length;++gt){var Pt=it[gt],bt=!0;if(Pt.ranges){Pt.copied||(Pt=it[gt]=Pt.deepCopy(),Pt.copied=!0);for(var Rt=0;Rt<Pt.ranges.length;Rt++)il(Pt.ranges[Rt].anchor,st,dt,ht),il(Pt.ranges[Rt].head,st,dt,ht);continue}for(var Ot=0;Ot<Pt.changes.length;++Ot){var Ut=Pt.changes[Ot];if(dt<Ut.from.line)Ut.from=Fe(Ut.from.line+ht,Ut.from.ch),Ut.to=Fe(Ut.to.line+ht,Ut.to.ch);else if(st<=Ut.to.line){bt=!1;break}}bt||(it.splice(0,gt+1),gt=0)}}function hg(it,st){var dt=st.from.line,ht=st.to.line,gt=st.text.length-(ht-dt)-1;Wp(it.done,dt,ht,gt),Wp(it.undone,dt,ht,gt)}function Th(it,st,dt,ht){var gt=st,Pt=st;return typeof st=="number"?Pt=kn(it,mn(it,st)):gt=Wt(st),gt==null?null:(ht(Pt,gt)&&it.cm&&So(it.cm,gt,dt),Pt)}function vd(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}vd.prototype={chunkSize:function(){return this.lines.length},removeInner:function(it,st){for(var dt=it,ht=it+st;dt<ht;++dt){var gt=this.lines[dt];this.height-=gt.height,To(gt),xi(gt,"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 ht=0;ht<st.length;++ht)st[ht].parent=this},iterN:function(it,st,dt){for(var ht=it+st;it<ht;++it)if(dt(this.lines[it]))return!0}};function Dr(it){this.children=it;for(var st=0,dt=0,ht=0;ht<it.length;++ht){var gt=it[ht];st+=gt.chunkSize(),dt+=gt.height,gt.parent=this}this.size=st,this.height=dt,this.parent=null}Dr.prototype={chunkSize:function(){return this.size},removeInner:function(it,st){this.size-=st;for(var dt=0;dt<this.children.length;++dt){var ht=this.children[dt],gt=ht.chunkSize();if(it<gt){var Pt=Math.min(st,gt-it),bt=ht.height;if(ht.removeInner(it,Pt),this.height-=bt-ht.height,gt==Pt&&(this.children.splice(dt--,1),ht.parent=null),(st-=Pt)==0)break;it=0}else it-=gt}if(this.size-st<25&&(this.children.length>1||!(this.children[0]instanceof vd))){var Rt=[];this.collapse(Rt),this.children=[new vd(Rt)],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 ht=0;ht<this.children.length;++ht){var gt=this.children[ht],Pt=gt.chunkSize();if(it<=Pt){if(gt.insertInner(it,st,dt),gt.lines&>.lines.length>50){for(var bt=gt.lines.length%25+25,Rt=bt;Rt<gt.lines.length;){var Ot=new vd(gt.lines.slice(Rt,Rt+=25));gt.height-=Ot.height,this.children.splice(++ht,0,Ot),Ot.parent=this}gt.lines=gt.lines.slice(0,bt),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 Dr(st);if(it.parent){it.size-=dt.size,it.height-=dt.height;var gt=vn(it.parent.children,it);it.parent.children.splice(gt+1,0,dt)}else{var ht=new Dr(it.children);ht.parent=it,it.children=[ht,dt],it=ht}dt.parent=it.parent}while(it.children.length>10);it.parent.maybeSpill()}},iterN:function(it,st,dt){for(var ht=0;ht<this.children.length;++ht){var gt=this.children[ht],Pt=gt.chunkSize();if(it<Pt){var bt=Math.min(st,Pt-it);if(gt.iterN(it,bt,dt))return!0;if((st-=bt)==0)break;it=0}else it-=Pt}}};var gu=function(it,st,dt){if(dt)for(var ht in dt)dt.hasOwnProperty(ht)&&(this[ht]=dt[ht]);this.doc=it,this.node=st};gu.prototype.clear=function(){var it=this.doc.cm,st=this.line.widgets,dt=this.line,ht=Wt(dt);if(!(ht==null||!st)){for(var gt=0;gt<st.length;++gt)st[gt]==this&&st.splice(gt--,1);st.length||(dt.widgets=null);var Pt=rs(this);bn(dt,Math.max(0,dt.height-Pt)),it&&(Jo(it,function(){Vp(it,dt,-Pt),So(it,ht,"widget")}),xi(it,"lineWidgetCleared",it,this,ht))}},gu.prototype.changed=function(){var it=this,st=this.height,dt=this.doc.cm,ht=this.line;this.height=null;var gt=rs(this)-st;gt&&(Je(this.doc,ht)||bn(ht,ht.height+gt),dt&&Jo(dt,function(){dt.curOp.forceUpdate=!0,Vp(dt,ht,gt),xi(dt,"lineWidgetChanged",dt,it,Wt(ht))}))},Vi(gu);function Vp(it,st,dt){lo(st)<(it.curOp&&it.curOp.scrollTop||it.doc.scrollTop)&&Hc(it,dt)}function tf(it,st,dt,ht){var gt=new gu(it,dt,ht),Pt=it.cm;return Pt&>.noHScroll&&(Pt.display.alignWidgets=!0),Th(it,st,"widget",function(bt){var Rt=bt.widgets||(bt.widgets=[]);if(gt.insertAt==null?Rt.push(gt):Rt.splice(Math.min(Rt.length-1,Math.max(0,gt.insertAt)),0,gt),gt.line=bt,Pt&&!Je(it,bt)){var Ot=lo(bt)<it.scrollTop;bn(bt,bt.height+rs(gt)),Ot&&Hc(Pt,gt.height),Pt.curOp.forceUpdate=!0}return!0}),Pt&&xi(Pt,"lineWidgetAdded",Pt,gt,typeof st=="number"?st:Wt(st)),gt}var Up=0,se=function(it,st){this.lines=[],this.type=st,this.doc=it,this.id=++Up};se.prototype.clear=function(){if(!this.explicitlyCleared){var it=this.doc.cm,st=it&&!it.curOp;if(st&&Bu(it),Wi(this,"clear")){var dt=this.find();dt&&xi(this,"clear",dt.from,dt.to)}for(var ht=null,gt=null,Pt=0;Pt<this.lines.length;++Pt){var bt=this.lines[Pt],Rt=Gn(bt.markedSpans,this);it&&!this.collapsed?So(it,Wt(bt),"text"):it&&(Rt.to!=null&&(gt=Wt(bt)),Rt.from!=null&&(ht=Wt(bt))),bt.markedSpans=ni(bt.markedSpans,Rt),Rt.from==null&&this.collapsed&&!Je(this.doc,bt)&&it&&bn(bt,lu(it.display))}if(it&&this.collapsed&&!it.options.lineWrapping)for(var Ot=0;Ot<this.lines.length;++Ot){var Ut=Un(this.lines[Ot]),ge=Ho(Ut);ge>it.display.maxLineLength&&(it.display.maxLine=Ut,it.display.maxLineLength=ge,it.display.maxLineChanged=!0)}ht!=null&&it&&this.collapsed&&Lr(it,ht,gt+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,it&&ic(it.doc)),it&&xi(it,"markerCleared",it,this,ht,gt),st&&Au(it),this.parent&&this.parent.clear()}},se.prototype.find=function(it,st){it==null&&this.type=="bookmark"&&(it=1);for(var dt,ht,gt=0;gt<this.lines.length;++gt){var Pt=this.lines[gt],bt=Gn(Pt.markedSpans,this);if(bt.from!=null&&(dt=Fe(st?Pt:Wt(Pt),bt.from),it==-1))return dt;if(bt.to!=null&&(ht=Fe(st?Pt:Wt(Pt),bt.to),it==1))return ht}return dt&&{from:dt,to:ht}},se.prototype.changed=function(){var it=this,st=this.find(-1,!0),dt=this,ht=this.doc.cm;!st||!ht||Jo(ht,function(){var gt=st.line,Pt=Wt(st.line),bt=ph(ht,Pt);if(bt&&(ud(bt),ht.curOp.selectionChanged=ht.curOp.forceUpdate=!0),ht.curOp.updateMaxLine=!0,!Je(dt.doc,gt)&&dt.height!=null){var Rt=dt.height;dt.height=null;var Ot=rs(dt)-Rt;Ot&&bn(gt,gt.height+Ot)}xi(ht,"markerChanged",ht,it)})},se.prototype.attachLine=function(it){if(!this.lines.length&&this.doc.cm){var st=this.doc.cm.curOp;(!st.maybeHiddenMarkers||vn(st.maybeHiddenMarkers,this)==-1)&&(st.maybeUnhiddenMarkers||(st.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(it)},se.prototype.detachLine=function(it){if(this.lines.splice(vn(this.lines,it),1),!this.lines.length&&this.doc.cm){var st=this.doc.cm.curOp;(st.maybeHiddenMarkers||(st.maybeHiddenMarkers=[])).push(this)}},Vi(se);function Fh(it,st,dt,ht,gt){if(ht&&ht.shared)return Zp(it,st,dt,ht,gt);if(it.cm&&!it.cm.curOp)return fs(it.cm,Fh)(it,st,dt,ht,gt);var Pt=new se(it,gt),bt=Ae(st,dt);if(ht&&En(ht,Pt,!1),bt>0||bt==0&&Pt.clearWhenEmpty!==!1)return Pt;if(Pt.replacedWith&&(Pt.collapsed=!0,Pt.widgetNode=Le("span",[Pt.replacedWith],"CodeMirror-widget"),ht.handleMouseEvents||Pt.widgetNode.setAttribute("cm-ignore-events","true"),ht.insertLeft&&(Pt.widgetNode.insertLeft=!0)),Pt.collapsed){if(Yn(it,st.line,st,dt,Pt)||st.line!=dt.line&&Yn(it,dt.line,st,dt,Pt))throw new Error("Inserting collapsed marker partially overlapping an existing one");Me()}Pt.addToHistory&&ec(it,{from:st,to:dt,origin:"markText"},it.sel,NaN);var Rt=st.line,Ot=it.cm,Ut;if(it.iter(Rt,dt.line+1,function(Xt){Ot&&Pt.collapsed&&!Ot.options.lineWrapping&&Un(Xt)==Ot.display.maxLine&&(Ut=!0),Pt.collapsed&&Rt!=st.line&&bn(Xt,0),Yi(Xt,new Cn(Pt,Rt==st.line?st.ch:null,Rt==dt.line?dt.ch:null)),++Rt}),Pt.collapsed&&it.iter(st.line,dt.line+1,function(Xt){Je(it,Xt)&&bn(Xt,0)}),Pt.clearOnEnter&&cn(Pt,"beforeCursorEnter",function(){return Pt.clear()}),Pt.readOnly&&(wi(),(it.history.done.length||it.history.undone.length)&&it.clearHistory()),Pt.collapsed&&(Pt.id=++Up,Pt.atomic=!0),Ot){if(Ut&&(Ot.curOp.updateMaxLine=!0),Pt.collapsed)Lr(Ot,st.line,dt.line+1);else if(Pt.className||Pt.startStyle||Pt.endStyle||Pt.css||Pt.attributes||Pt.title)for(var ge=st.line;ge<=dt.line;ge++)So(Ot,ge,"text");Pt.atomic&&ic(Ot.doc),xi(Ot,"markerAdded",Ot,Pt)}return Pt}var Ul=function(it,st){this.markers=it,this.primary=st;for(var dt=0;dt<it.length;++dt)it[dt].parent=this};Ul.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var it=0;it<this.markers.length;++it)this.markers[it].clear();xi(this,"clear")}},Ul.prototype.find=function(it,st){return this.primary.find(it,st)},Vi(Ul);function Zp(it,st,dt,ht,gt){ht=En(ht),ht.shared=!1;var Pt=[Fh(it,st,dt,ht,gt)],bt=Pt[0],Rt=ht.widgetNode;return Fl(it,function(Ot){Rt&&(ht.widgetNode=Rt.cloneNode(!0)),Pt.push(Fh(Ot,jn(Ot,st),jn(Ot,dt),ht,gt));for(var Ut=0;Ut<Ot.linked.length;++Ut)if(Ot.linked[Ut].isParent)return;bt=ie(Pt)}),new Ul(Pt,bt)}function dg(it){return it.findMarks(Fe(it.first,0),it.clipPos(Fe(it.lastLine())),function(st){return st.parent})}function Kp(it,st){for(var dt=0;dt<st.length;dt++){var ht=st[dt],gt=ht.find(),Pt=it.clipPos(gt.from),bt=it.clipPos(gt.to);if(Ae(Pt,bt)){var Rt=Fh(it,Pt,bt,ht.primary,ht.primary.type);ht.markers.push(Rt),Rt.parent=ht}}}function cg(it){for(var st=function(ht){var gt=it[ht],Pt=[gt.primary.doc];Fl(gt.primary.doc,function(Ot){return Pt.push(Ot)});for(var bt=0;bt<gt.markers.length;bt++){var Rt=gt.markers[bt];vn(Pt,Rt.doc)==-1&&(Rt.parent=null,gt.markers.splice(bt--,1))}},dt=0;dt<it.length;dt++)st(dt)}var tv=0,_s=function(it,st,dt,ht,gt){if(!(this instanceof _s))return new _s(it,st,dt,ht,gt);dt==null&&(dt=0),Dr.call(this,[new vd([new Mo("",null)])]),this.first=dt,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.modeFrontier=this.highlightFrontier=dt;var Pt=Fe(dt,0);this.sel=du(Pt),this.history=new fd(null),this.id=++tv,this.modeOption=st,this.lineSep=ht,this.direction=gt=="rtl"?"rtl":"ltr",this.extend=!1,typeof it=="string"&&(it=this.splitLines(it)),Kc(this,{from:Pt,to:Pt,text:it}),Ys(this,du(Pt),je)};_s.prototype=Lt(Dr.prototype,{constructor:_s,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,ht=0;ht<st.length;++ht)dt+=st[ht].height;this.insertInner(it-this.first,st,dt)},remove:function(it,st){this.removeInner(it-this.first,st)},getValue:function(it){var st=xe(this,this.first,this.first+this.size);return it===!1?st:st.join(it||this.lineSeparator())},setValue:ws(function(it){var st=Fe(this.first,0),dt=this.first+this.size-1;Hu(this,{from:st,to:Fe(dt,kn(this,dt).text.length),text:this.splitLines(it),origin:"setValue",full:!0},!0),this.cm&&Ph(this.cm,0,0),Ys(this,du(st),je)}),replaceRange:function(it,st,dt,ht){st=jn(this,st),dt=dt?jn(this,dt):st,bh(this,it,st,dt,ht)},getRange:function(it,st,dt){var ht=Pe(this,jn(this,it),jn(this,st));return dt===!1?ht:ht.join(dt||this.lineSeparator())},getLine:function(it){var st=this.getLineHandle(it);return st&&st.text},getLineHandle:function(it){if(fn(this,it))return kn(this,it)},getLineNumber:function(it){return Wt(it)},getLineHandleVisualStart:function(it){return typeof it=="number"&&(it=kn(this,it)),Un(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:ws(function(it,st,dt){Mh(this,jn(this,typeof it=="number"?Fe(it,st||0):it),null,dt)}),setSelection:ws(function(it,st,dt){Mh(this,jn(this,it),jn(this,st||it),dt)}),extendSelection:ws(function(it,st,dt){$c(this,jn(this,it),st&&jn(this,st),dt)}),extendSelections:ws(function(it,st){Gp(this,bi(this,it),st)}),extendSelectionsBy:ws(function(it,st){var dt=Rn(this.sel.ranges,it);Gp(this,bi(this,dt),st)}),setSelections:ws(function(it,st,dt){if(it.length){for(var ht=[],gt=0;gt<it.length;gt++)ht[gt]=new rr(jn(this,it[gt].anchor),jn(this,it[gt].head));st==null&&(st=Math.min(it.length-1,this.sel.primIndex)),Ys(this,pl(this.cm,ht,st),dt)}}),addSelection:ws(function(it,st,dt){var ht=this.sel.ranges.slice(0);ht.push(new rr(jn(this,it),jn(this,st||it))),Ys(this,pl(this.cm,ht,ht.length-1),dt)}),getSelection:function(it){for(var st=this.sel.ranges,dt,ht=0;ht<st.length;ht++){var gt=Pe(this,st[ht].from(),st[ht].to());dt=dt?dt.concat(gt):gt}return it===!1?dt:dt.join(it||this.lineSeparator())},getSelections:function(it){for(var st=[],dt=this.sel.ranges,ht=0;ht<dt.length;ht++){var gt=Pe(this,dt[ht].from(),dt[ht].to());it!==!1&&(gt=gt.join(it||this.lineSeparator())),st[ht]=gt}return st},replaceSelection:function(it,st,dt){for(var ht=[],gt=0;gt<this.sel.ranges.length;gt++)ht[gt]=it;this.replaceSelections(ht,st,dt||"+input")},replaceSelections:ws(function(it,st,dt){for(var ht=[],gt=this.sel,Pt=0;Pt<gt.ranges.length;Pt++){var bt=gt.ranges[Pt];ht[Pt]={from:bt.from(),to:bt.to(),text:this.splitLines(it[Pt]),origin:dt}}for(var Rt=st&&st!="end"&&Qd(this,ht,st),Ot=ht.length-1;Ot>=0;Ot--)Hu(this,ht[Ot]);Rt?qc(this,Rt):this.cm&&uu(this.cm)}),undo:ws(function(){ac(this,"undo")}),redo:ws(function(){ac(this,"redo")}),undoSelection:ws(function(){ac(this,"undo",!0)}),redoSelection:ws(function(){ac(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,ht=0;ht<it.done.length;ht++)it.done[ht].ranges||++st;for(var gt=0;gt<it.undone.length;gt++)it.undone[gt].ranges||++dt;return{undo:st,redo:dt}},clearHistory:function(){var it=this;this.history=new fd(this.history.maxGeneration),Fl(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:cu(this.history.done),undone:cu(this.history.undone)}},setHistory:function(it){var st=this.history=new fd(this.history.maxGeneration);st.done=cu(it.done.slice(0),null,!0),st.undone=cu(it.undone.slice(0),null,!0)},setGutterMarker:ws(function(it,st,dt){return Th(this,it,"gutter",function(ht){var gt=ht.gutterMarkers||(ht.gutterMarkers={});return gt[st]=dt,!dt&&Et(gt)&&(ht.gutterMarkers=null),!0})}),clearGutter:ws(function(it){var st=this;this.iter(function(dt){dt.gutterMarkers&&dt.gutterMarkers[it]&&Th(st,dt,"gutter",function(){return dt.gutterMarkers[it]=null,Et(dt.gutterMarkers)&&(dt.gutterMarkers=null),!0})})}),lineInfo:function(it){var st;if(typeof it=="number"){if(!fn(this,it)||(st=it,it=kn(this,it),!it))return null}else if(st=Wt(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:ws(function(it,st,dt){return Th(this,it,st=="gutter"?"gutter":"class",function(ht){var gt=st=="text"?"textClass":st=="background"?"bgClass":st=="gutter"?"gutterClass":"wrapClass";if(!ht[gt])ht[gt]=dt;else{if(_t(dt).test(ht[gt]))return!1;ht[gt]+=" "+dt}return!0})}),removeLineClass:ws(function(it,st,dt){return Th(this,it,st=="gutter"?"gutter":"class",function(ht){var gt=st=="text"?"textClass":st=="background"?"bgClass":st=="gutter"?"gutterClass":"wrapClass",Pt=ht[gt];if(Pt)if(dt==null)ht[gt]=null;else{var bt=Pt.match(_t(dt));if(!bt)return!1;var Rt=bt.index+bt[0].length;ht[gt]=Pt.slice(0,bt.index)+(!bt.index||Rt==Pt.length?"":" ")+Pt.slice(Rt)||null}else return!1;return!0})}),addLineWidget:ws(function(it,st,dt){return tf(this,it,st,dt)}),removeLineWidget:function(it){it.clear()},markText:function(it,st,dt){return Fh(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),Fh(this,it,it,dt,"bookmark")},findMarksAt:function(it){it=jn(this,it);var st=[],dt=kn(this,it.line).markedSpans;if(dt)for(var ht=0;ht<dt.length;++ht){var gt=dt[ht];(gt.from==null||gt.from<=it.ch)&&(gt.to==null||gt.to>=it.ch)&&st.push(gt.marker.parent||gt.marker)}return st},findMarks:function(it,st,dt){it=jn(this,it),st=jn(this,st);var ht=[],gt=it.line;return this.iter(it.line,st.line+1,function(Pt){var bt=Pt.markedSpans;if(bt)for(var Rt=0;Rt<bt.length;Rt++){var Ot=bt[Rt];!(Ot.to!=null&>==it.line&&it.ch>=Ot.to||Ot.from==null&>!=it.line||Ot.from!=null&>==st.line&&Ot.from>=st.ch)&&(!dt||dt(Ot.marker))&&ht.push(Ot.marker.parent||Ot.marker)}++gt}),ht},getAllMarks:function(){var it=[];return this.iter(function(st){var dt=st.markedSpans;if(dt)for(var ht=0;ht<dt.length;++ht)dt[ht].from!=null&&it.push(dt[ht].marker)}),it},posFromIndex:function(it){var st,dt=this.first,ht=this.lineSeparator().length;return this.iter(function(gt){var Pt=gt.text.length+ht;if(Pt>it)return st=it,!0;it-=Pt,++dt}),jn(this,Fe(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(ht){st+=ht.text.length+dt}),st},copy:function(it){var st=new _s(xe(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 ht=new _s(xe(this,st,dt),it.mode||this.modeOption,st,this.lineSep,this.direction);return it.sharedHist&&(ht.history=this.history),(this.linked||(this.linked=[])).push({doc:ht,sharedHist:it.sharedHist}),ht.linked=[{doc:this,isParent:!0,sharedHist:it.sharedHist}],Kp(ht,dg(this)),ht},unlinkDoc:function(it){if(it instanceof Uo&&(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),cg(dg(this));break}}if(it.history==this.history){var ht=[it.id];Fl(it,function(gt){return ht.push(gt.id)},!0),it.history=new fd(null),it.history.done=cu(this.history.done,ht),it.history.undone=cu(this.history.undone,ht)}},iterLinkedDocs:function(it){Fl(this,it)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function(it){return this.lineSep?it.split(this.lineSep):Ao(it)},lineSeparator:function(){return this.lineSep||`
|
|
`},setDirection:ws(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))})}),_s.prototype.eachLine=_s.prototype.iter;var lc=0;function fg(it){var st=this;if(Jp(st),!(Ki(st,it)||Gr(st.display,it))){Ji(it),ae&&(lc=+new Date);var dt=ea(st,it,!0),ht=it.dataTransfer.files;if(!(!dt||st.isReadOnly()))if(ht&&ht.length&&window.FileReader&&window.File)for(var gt=ht.length,Pt=Array(gt),bt=0,Rt=function(){++bt==gt&&fs(st,function(){dt=jn(st.doc,dt);var Be={from:dt,to:dt,text:st.doc.splitLines(Pt.filter(function(yn){return yn!=null}).join(st.doc.lineSeparator())),origin:"paste"};Hu(st.doc,Be),qc(st.doc,du(jn(st.doc,dt),jn(st.doc,zu(Be))))})()},Ot=function(Be,yn){if(st.options.allowDropFileTypes&&vn(st.options.allowDropFileTypes,Be.type)==-1){Rt();return}var Mn=new FileReader;Mn.onerror=function(){return Rt()},Mn.onload=function(){var _n=Mn.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(_n)){Rt();return}Pt[yn]=_n,Rt()},Mn.readAsText(Be)},Ut=0;Ut<ht.length;Ut++)Ot(ht[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 ge=it.dataTransfer.getData("Text");if(ge){var Xt;if(st.state.draggingText&&!st.state.draggingText.copy&&(Xt=st.listSelections()),Eh(st.doc,du(dt,dt)),Xt)for(var De=0;De<Xt.length;++De)bh(st.doc,"",Xt[De].anchor,Xt[De].head,"drag");st.replaceSelection(ge,"around","paste"),st.display.input.focus()}}catch(Be){}}}}function Yp(it,st){if(ae&&(!it.state.draggingText||+new Date-lc<100)){to(st);return}if(!(Ki(it,st)||Gr(it.display,st))&&(st.dataTransfer.setData("Text",it.getSelection()),st.dataTransfer.effectAllowed="copyMove",st.dataTransfer.setDragImage&&!Ke)){var dt=te("img",null,null,"position: fixed; left: 0; top: 0;");dt.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",qt&&(dt.width=dt.height=1,it.display.wrapper.appendChild(dt),dt._top=dt.offsetTop),st.dataTransfer.setDragImage(dt,0,0),qt&&dt.parentNode.removeChild(dt)}}function Xp(it,st){var dt=ea(it,st);if(dt){var ht=document.createDocumentFragment();Do(it,dt,ht),it.display.dragCursor||(it.display.dragCursor=te("div",null,"CodeMirror-cursors CodeMirror-dragcursors"),it.display.lineSpace.insertBefore(it.display.dragCursor,it.display.cursorDiv)),$t(it.display.dragCursor,ht)}}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=[],ht=0;ht<st.length;ht++){var gt=st[ht].CodeMirror;gt&&dt.push(gt)}dt.length&&dt[0].operation(function(){for(var Pt=0;Pt<dt.length;Pt++)it(dt[Pt])})}}var gg=!1;function Wa(){gg||(yd(),gg=!0)}function yd(){var it;cn(window,"resize",function(){it==null&&(it=setTimeout(function(){it=null,Qp(pg)},100))}),cn(window,"blur",function(){return Qp(xh)})}function pg(it){var st=it.display;st.cachedCharWidth=st.cachedTextHeight=st.cachedPaddingH=null,st.scrollbarsClipped=!1,it.setSize()}for(var Zl={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"},uc=0;uc<10;uc++)Zl[uc+48]=Zl[uc+96]=String(uc);for(var ef=65;ef<=90;ef++)Zl[ef]=String.fromCharCode(ef);for(var hc=1;hc<=12;hc++)Zl[hc+111]=Zl[hc+63235]="F"+hc;var Ca={};Ca.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"},Ca.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"},Ca.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"},Ca.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"]},Ca.default=ct?Ca.macDefault:Ca.pcDefault;function mg(it){var st=it.split(/-(?!$)/);it=st[st.length-1];for(var dt,ht,gt,Pt,bt=0;bt<st.length-1;bt++){var Rt=st[bt];if(/^(cmd|meta|m)$/i.test(Rt))Pt=!0;else if(/^a(lt)?$/i.test(Rt))dt=!0;else if(/^(c|ctrl|control)$/i.test(Rt))ht=!0;else if(/^s(hift)?$/i.test(Rt))gt=!0;else throw new Error("Unrecognized modifier name: "+Rt)}return dt&&(it="Alt-"+it),ht&&(it="Ctrl-"+it),Pt&&(it="Cmd-"+it),gt&&(it="Shift-"+it),it}function vg(it){var st={};for(var dt in it)if(it.hasOwnProperty(dt)){var ht=it[dt];if(/^(name|fallthrough|(de|at)tach)$/.test(dt))continue;if(ht=="..."){delete it[dt];continue}for(var gt=Rn(dt.split(" "),mg),Pt=0;Pt<gt.length;Pt++){var bt=void 0,Rt=void 0;Pt==gt.length-1?(Rt=gt.join(" "),bt=ht):(Rt=gt.slice(0,Pt+1).join(" "),bt="...");var Ot=st[Rt];if(!Ot)st[Rt]=bt;else if(Ot!=bt)throw new Error("Inconsistent bindings for "+Rt)}delete it[dt]}for(var Ut in st)it[Ut]=st[Ut];return it}function ol(it,st,dt,ht){st=Bh(st);var gt=st.call?st.call(it,ht):st[it];if(gt===!1)return"nothing";if(gt==="...")return"multi";if(gt!=null&&dt(gt))return"handled";if(st.fallthrough){if(Object.prototype.toString.call(st.fallthrough)!="[object Array]")return ol(it,st.fallthrough,dt,ht);for(var Pt=0;Pt<st.fallthrough.length;Pt++){var bt=ol(it,st.fallthrough[Pt],dt,ht);if(bt)return bt}}}function Sd(it){var st=typeof it=="string"?it:Zl[it.keyCode];return st=="Ctrl"||st=="Alt"||st=="Shift"||st=="Mod"}function yg(it,st,dt){var ht=it;return st.altKey&&ht!="Alt"&&(it="Alt-"+it),(kt?st.metaKey:st.ctrlKey)&&ht!="Ctrl"&&(it="Ctrl-"+it),(kt?st.ctrlKey:st.metaKey)&&ht!="Mod"&&(it="Cmd-"+it),!dt&&st.shiftKey&&ht!="Shift"&&(it="Shift-"+it),it}function $p(it,st){if(qt&&it.keyCode==34&&it.char)return!1;var dt=Zl[it.keyCode];return dt==null||it.altGraphKey?!1:(it.keyCode==3&&it.code&&(dt=it.code),yg(dt,it,st))}function Bh(it){return typeof it=="string"?Ca[it]:it}function La(it,st){for(var dt=it.doc.sel.ranges,ht=[],gt=0;gt<dt.length;gt++){for(var Pt=st(dt[gt]);ht.length&&Ae(Pt.from,ie(ht).to)<=0;){var bt=ht.pop();if(Ae(bt.from,Pt.from)<0){Pt.from=bt.from;break}}ht.push(Pt)}Jo(it,function(){for(var Rt=ht.length-1;Rt>=0;Rt--)bh(it.doc,"",ht[Rt].from,ht[Rt].to,"+delete");uu(it)})}function Sg(it,st,dt){var ht=rn(it.text,st+dt,dt);return ht<0||ht>it.text.length?null:ht}function ts(it,st,dt){var ht=Sg(it,st.ch,dt);return ht==null?null:new Fe(st.line,ht,dt<0?"after":"before")}function dc(it,st,dt,ht,gt){if(it){st.doc.direction=="rtl"&&(gt=-gt);var Pt=Nn(dt,st.doc.direction);if(Pt){var bt=gt<0?ie(Pt):Pt[0],Rt=gt<0==(bt.level==1),Ot=Rt?"after":"before",Ut;if(bt.level>0||st.doc.direction=="rtl"){var ge=_l(st,dt);Ut=gt<0?dt.text.length-1:0;var Xt=Ra(st,ge,Ut).top;Ut=Qe(function(De){return Ra(st,ge,De).top==Xt},gt<0==(bt.level==1)?bt.from:bt.to-1,Ut),Ot=="before"&&(Ut=Sg(dt,Ut,1))}else Ut=gt<0?bt.to:bt.from;return new Fe(ht,Ut,Ot)}}return new Fe(ht,gt<0?dt.text.length:0,gt<0?"before":"after")}function nf(it,st,dt,ht){var gt=Nn(st,it.doc.direction);if(!gt)return ts(st,dt,ht);dt.ch>=st.text.length?(dt.ch=st.text.length,dt.sticky="before"):dt.ch<=0&&(dt.ch=0,dt.sticky="after");var Pt=nn(gt,dt.ch,dt.sticky),bt=gt[Pt];if(it.doc.direction=="ltr"&&bt.level%2==0&&(ht>0?bt.to>dt.ch:bt.from<dt.ch))return ts(st,dt,ht);var Rt=function(ci,Fi){return Sg(st,ci instanceof Fe?ci.ch:ci,Fi)},Ot,Ut=function(ci){return it.options.lineWrapping?(Ot=Ot||_l(it,st),ja(it,st,Ot,ci)):{begin:0,end:st.text.length}},ge=Ut(dt.sticky=="before"?Rt(dt,-1):dt.ch);if(it.doc.direction=="rtl"||bt.level==1){var Xt=bt.level==1==ht<0,De=Rt(dt,Xt?1:-1);if(De!=null&&(Xt?De<=bt.to&&De<=ge.end:De>=bt.from&&De>=ge.begin)){var Be=Xt?"before":"after";return new Fe(dt.line,De,Be)}}var yn=function(ci,Fi,Li){for(var ji=function(kr,ps){return ps?new Fe(dt.line,Rt(kr,1),"before"):new Fe(dt.line,kr,"after")};ci>=0&&ci<gt.length;ci+=Fi){var ao=gt[ci],Pi=Fi>0==(ao.level!=1),wo=Pi?Li.begin:Rt(Li.end,-1);if(ao.from<=wo&&wo<ao.to||(wo=Pi?ao.from:Rt(ao.to,-1),Li.begin<=wo&&wo<Li.end))return ji(wo,Pi)}},Mn=yn(Pt+ht,ht,ge);if(Mn)return Mn;var _n=ht>0?ge.end:Rt(ge.begin,-1);return _n!=null&&!(ht>0&&_n==st.text.length)&&(Mn=yn(ht>0?0:gt.length-1,ht,Ut(_n)),Mn)?Mn:null}var Wu={selectAll:qr,singleSelection:function(it){return it.setSelection(it.getCursor("anchor"),it.getCursor("head"),je)},killLine:function(it){return La(it,function(st){if(st.empty()){var dt=kn(it.doc,st.head.line).text.length;return st.head.ch==dt&&st.head.line<it.lastLine()?{from:st.head,to:Fe(st.head.line+1,0)}:{from:st.head,to:Fe(st.head.line,dt)}}else return{from:st.from(),to:st.to()}})},deleteLine:function(it){return La(it,function(st){return{from:Fe(st.from().line,0),to:jn(it.doc,Fe(st.to().line+1,0))}})},delLineLeft:function(it){return La(it,function(st){return{from:Fe(st.from().line,0),to:st.from()}})},delWrappedLineLeft:function(it){return La(it,function(st){var dt=it.charCoords(st.head,"div").top+5,ht=it.coordsChar({left:0,top:dt},"div");return{from:ht,to:st.from()}})},delWrappedLineRight:function(it){return La(it,function(st){var dt=it.charCoords(st.head,"div").top+5,ht=it.coordsChar({left:it.display.lineDiv.offsetWidth+100,top:dt},"div");return{from:st.from(),to:ht}})},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(Fe(it.firstLine(),0))},goDocEnd:function(it){return it.extendSelection(Fe(it.lastLine()))},goLineStart:function(it){return it.extendSelectionsBy(function(st){return xd(it,st.head.line)},{origin:"+move",bias:1})},goLineStartSmart:function(it){return it.extendSelectionsBy(function(st){return xg(it,st.head)},{origin:"+move",bias:1})},goLineEnd:function(it){return it.extendSelectionsBy(function(st){return Pd(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")},Ln)},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")},Ln)},goLineLeftSmart:function(it){return it.extendSelectionsBy(function(st){var dt=it.cursorCoords(st.head,"div").top+5,ht=it.coordsChar({left:0,top:dt},"div");return ht.ch<it.getLine(ht.line).search(/\S/)?xg(it,st.head):ht},Ln)},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(),ht=it.options.tabSize,gt=0;gt<dt.length;gt++){var Pt=dt[gt].from(),bt=ue(it.getLine(Pt.line),Pt.ch,ht);st.push(Zn(ht-bt%ht))}it.replaceSelections(st)},defaultTab:function(it){it.somethingSelected()?it.indentSelection("add"):it.execCommand("insertTab")},transposeChars:function(it){return Jo(it,function(){for(var st=it.listSelections(),dt=[],ht=0;ht<st.length;ht++)if(st[ht].empty()){var gt=st[ht].head,Pt=kn(it.doc,gt.line).text;if(Pt){if(gt.ch==Pt.length&&(gt=new Fe(gt.line,gt.ch-1)),gt.ch>0)gt=new Fe(gt.line,gt.ch+1),it.replaceRange(Pt.charAt(gt.ch-1)+Pt.charAt(gt.ch-2),Fe(gt.line,gt.ch-2),gt,"+transpose");else if(gt.line>it.doc.first){var bt=kn(it.doc,gt.line-1).text;bt&&(gt=new Fe(gt.line,1),it.replaceRange(Pt.charAt(0)+it.doc.lineSeparator()+bt.charAt(bt.length-1),Fe(gt.line-1,bt.length-1),gt,"+transpose"))}}dt.push(new rr(gt,gt))}it.setSelections(dt)})},newlineAndIndent:function(it){return Jo(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 ht=0;ht<st.length;ht++)it.indentLine(st[ht].from().line,null,!0);uu(it)})},openLine:function(it){return it.replaceSelection(`
|
|
`,"start")},toggleOverwrite:function(it){return it.toggleOverwrite()}};function xd(it,st){var dt=kn(it.doc,st),ht=Un(dt);return ht!=dt&&(st=Wt(ht)),dc(!0,it,ht,st,1)}function Pd(it,st){var dt=kn(it.doc,st),ht=vi(dt);return ht!=dt&&(st=Wt(ht)),dc(!0,it,dt,st,-1)}function xg(it,st){var dt=xd(it,st.line),ht=kn(it.doc,dt.line),gt=Nn(ht,it.doc.direction);if(!gt||gt[0].level==0){var Pt=Math.max(dt.ch,ht.text.search(/\S/)),bt=st.line==dt.line&&st.ch<=Pt&&st.ch;return Fe(dt.line,bt?0:Pt,dt.sticky)}return dt}function wd(it,st,dt){if(typeof st=="string"&&(st=Wu[st],!st))return!1;it.display.input.ensurePolled();var ht=it.display.shift,gt=!1;try{it.isReadOnly()&&(it.state.suppressEdits=!0),dt&&(it.display.shift=!1),gt=st(it)!=Qn}finally{it.display.shift=ht,it.state.suppressEdits=!1}return gt}function Pg(it,st,dt){for(var ht=0;ht<it.state.keyMaps.length;ht++){var gt=ol(st,it.state.keyMaps[ht],dt,it);if(gt)return gt}return it.options.extraKeys&&ol(st,it.options.extraKeys,dt,it)||ol(st,it.options.keyMap,dt,it)}var Kl=new Kt;function Ah(it,st,dt,ht){var gt=it.state.keySeq;if(gt){if(Sd(st))return"handled";if(/\'$/.test(st)?it.state.keySeq=null:Kl.set(50,function(){it.state.keySeq==gt&&(it.state.keySeq=null,it.display.input.reset())}),of(it,gt+" "+st,dt,ht))return!0}return of(it,st,dt,ht)}function of(it,st,dt,ht){var gt=Pg(it,st,ht);return gt=="multi"&&(it.state.keySeq=st),gt=="handled"&&xi(it,"keyHandled",it,st,dt),(gt=="handled"||gt=="multi")&&(Ji(dt),ir(it)),!!gt}function rf(it,st){var dt=$p(st,!0);return dt?st.shiftKey&&!it.state.keySeq?Ah(it,"Shift-"+dt,st,function(ht){return wd(it,ht,!0)})||Ah(it,dt,st,function(ht){if(typeof ht=="string"?/^go[A-Z]/.test(ht):ht.motion)return wd(it,ht)}):Ah(it,dt,st,function(ht){return wd(it,ht)}):!1}function sf(it,st,dt){return Ah(it,"'"+dt+"'",st,function(ht){return wd(it,ht,!0)})}var Dh=null;function wg(it){var st=this;if(!(it.target&&it.target!=st.display.input.getField())&&(st.curOp.focus=Ie(),!Ki(st,it))){ae&&le<11&&it.keyCode==27&&(it.returnValue=!1);var dt=it.keyCode;st.display.shift=dt==16||it.shiftKey;var ht=rf(st,it);qt&&(Dh=ht?dt:null,!ht&&dt==88&&!xo&&(ct?it.metaKey:it.ctrlKey)&&st.replaceSelection("",null,"cut")),Ct&&!ct&&!ht&&dt==46&&it.shiftKey&&!it.ctrlKey&&document.execCommand&&document.execCommand("cut"),dt==18&&!/\bCodeMirror-crosshair\b/.test(st.display.lineDiv.className)&&Cg(st)}}function Cg(it){var st=it.display.lineDiv;ln(st,"CodeMirror-crosshair");function dt(ht){(ht.keyCode==18||!ht.altKey)&&(Vt(st,"CodeMirror-crosshair"),ki(document,"keyup",dt),ki(document,"mouseover",dt))}cn(document,"keyup",dt),cn(document,"mouseover",dt)}function Lg(it){it.keyCode==16&&(this.doc.sel.shift=!1),Ki(this,it)}function Bl(it){var st=this;if(!(it.target&&it.target!=st.display.input.getField())&&!(Gr(st.display,it)||Ki(st,it)||it.ctrlKey&&!it.altKey||ct&&it.metaKey)){var dt=it.keyCode,ht=it.charCode;if(qt&&dt==Dh){Dh=null,Ji(it);return}if(!(qt&&(!it.which||it.which<10)&&rf(st,it))){var gt=String.fromCharCode(ht==null?dt:ht);gt!="\b"&&(sf(st,it,gt)||st.display.input.onKeyPress(it))}}}var qp=400,kg=function(it,st,dt){this.time=it,this.pos=st,this.button=dt};kg.prototype.compare=function(it,st,dt){return this.time+qp>it&&Ae(st,this.pos)==0&&dt==this.button};var Cd,Oh;function Mg(it,st){var dt=+new Date;return Oh&&Oh.compare(dt,it,st)?(Cd=Oh=null,"triple"):Cd&&Cd.compare(dt,it,st)?(Oh=new kg(dt,it,st),Cd=null,"double"):(Cd=new kg(dt,it,st),Oh=null,"single")}function Al(it){var st=this,dt=st.display;if(!(Ki(st,it)||dt.activeTouch&&dt.input.supportsTouch())){if(dt.input.ensurePolled(),dt.shift=it.shiftKey,Gr(dt,it)){oe||(dt.scroller.draggable=!1,setTimeout(function(){return dt.scroller.draggable=!0},100));return}if(!uf(st,it)){var ht=ea(st,it),gt=_o(it),Pt=ht?Mg(ht,gt):"single";window.focus(),gt==1&&st.state.selectingText&&st.state.selectingText(it),!(ht&&Eg(st,gt,ht,Pt,it))&&(gt==1?ht?tm(st,ht,Pt,it):er(it)==dt.scroller&&Ji(it):gt==2?(ht&&$c(st.doc,ht),setTimeout(function(){return dt.input.focus()},20)):gt==3&&(Nt?st.display.input.onContextMenu(it):br(st)))}}}function Eg(it,st,dt,ht,gt){var Pt="Click";return ht=="double"?Pt="Double"+Pt:ht=="triple"&&(Pt="Triple"+Pt),Pt=(st==1?"Left":st==2?"Middle":"Right")+Pt,Ah(it,yg(Pt,gt),gt,function(bt){if(typeof bt=="string"&&(bt=Wu[bt]),!bt)return!1;var Rt=!1;try{it.isReadOnly()&&(it.state.suppressEdits=!0),Rt=bt(it,dt)!=Qn}finally{it.state.suppressEdits=!1}return Rt})}function af(it,st,dt){var ht=it.getOption("configureMouse"),gt=ht?ht(it,st,dt):{};if(gt.unit==null){var Pt=lt?dt.shiftKey&&dt.metaKey:dt.altKey;gt.unit=Pt?"rectangle":st=="single"?"char":st=="double"?"word":"line"}return(gt.extend==null||it.doc.extend)&&(gt.extend=it.doc.extend||dt.shiftKey),gt.addNew==null&&(gt.addNew=ct?dt.metaKey:dt.ctrlKey),gt.moveOnDrag==null&&(gt.moveOnDrag=!(ct?dt.altKey:dt.ctrlKey)),gt}function tm(it,st,dt,ht){ae?setTimeout(mi(vr,it),0):it.curOp.focus=Ie();var gt=af(it,dt,ht),Pt=it.doc.sel,bt;it.options.dragDrop&&$o&&!it.isReadOnly()&&dt=="single"&&(bt=Pt.contains(st))>-1&&(Ae((bt=Pt.ranges[bt]).from(),st)<0||st.xRel>0)&&(Ae(bt.to(),st)>0||st.xRel<0)?Ng(it,ht,st,gt):ev(it,ht,st,gt)}function Ng(it,st,dt,ht){var gt=it.display,Pt=!1,bt=fs(it,function(Ut){oe&&(gt.scroller.draggable=!1),it.state.draggingText=!1,ki(gt.wrapper.ownerDocument,"mouseup",bt),ki(gt.wrapper.ownerDocument,"mousemove",Rt),ki(gt.scroller,"dragstart",Ot),ki(gt.scroller,"drop",bt),Pt||(Ji(Ut),ht.addNew||$c(it.doc,dt,null,null,ht.extend),oe&&!Ke||ae&&le==9?setTimeout(function(){gt.wrapper.ownerDocument.body.focus({preventScroll:!0}),gt.input.focus()},20):gt.input.focus())}),Rt=function(Ut){Pt=Pt||Math.abs(st.clientX-Ut.clientX)+Math.abs(st.clientY-Ut.clientY)>=10},Ot=function(){return Pt=!0};oe&&(gt.scroller.draggable=!0),it.state.draggingText=bt,bt.copy=!ht.moveOnDrag,gt.scroller.dragDrop&>.scroller.dragDrop(),cn(gt.wrapper.ownerDocument,"mouseup",bt),cn(gt.wrapper.ownerDocument,"mousemove",Rt),cn(gt.scroller,"dragstart",Ot),cn(gt.scroller,"drop",bt),br(it),setTimeout(function(){return gt.input.focus()},20)}function bg(it,st,dt){if(dt=="char")return new rr(st,st);if(dt=="word")return it.findWordAt(st);if(dt=="line")return new rr(Fe(st.line,0),jn(it.doc,Fe(st.line+1,0)));var ht=dt(it,st);return new rr(ht.from,ht.to)}function ev(it,st,dt,ht){var gt=it.display,Pt=it.doc;Ji(st);var bt,Rt,Ot=Pt.sel,Ut=Ot.ranges;if(ht.addNew&&!ht.extend?(Rt=Pt.sel.contains(dt),Rt>-1?bt=Ut[Rt]:bt=new rr(dt,dt)):(bt=Pt.sel.primary(),Rt=Pt.sel.primIndex),ht.unit=="rectangle")ht.addNew||(bt=new rr(dt,dt)),dt=ea(it,st,!0,!0),Rt=-1;else{var ge=bg(it,dt,ht.unit);ht.extend?bt=Qc(bt,ge.anchor,ge.head,ht.extend):bt=ge}ht.addNew?Rt==-1?(Rt=Ut.length,Ys(Pt,pl(it,Ut.concat([bt]),Rt),{scroll:!1,origin:"*mouse"})):Ut.length>1&&Ut[Rt].empty()&&ht.unit=="char"&&!ht.extend?(Ys(Pt,pl(it,Ut.slice(0,Rt).concat(Ut.slice(Rt+1)),0),{scroll:!1,origin:"*mouse"}),Ot=Pt.sel):_u(Pt,Rt,bt,dn):(Rt=0,Ys(Pt,new nl([bt],0),dn),Ot=Pt.sel);var Xt=dt;function De(Li){if(Ae(Xt,Li)!=0)if(Xt=Li,ht.unit=="rectangle"){for(var ji=[],ao=it.options.tabSize,Pi=ue(kn(Pt,dt.line).text,dt.ch,ao),wo=ue(kn(Pt,Li.line).text,Li.ch,ao),kr=Math.min(Pi,wo),ps=Math.max(Pi,wo),Or=Math.min(dt.line,Li.line),pa=Math.min(it.lastLine(),Math.max(dt.line,Li.line));Or<=pa;Or++){var Xs=kn(Pt,Or).text,as=ri(Xs,kr,ao);kr==ps?ji.push(new rr(Fe(Or,as),Fe(Or,as))):Xs.length>as&&ji.push(new rr(Fe(Or,as),Fe(Or,ri(Xs,ps,ao))))}ji.length||ji.push(new rr(dt,dt)),Ys(Pt,pl(it,Ot.ranges.slice(0,Rt).concat(ji),Rt),{origin:"*mouse",scroll:!1}),it.scrollIntoView(Li)}else{var ka=bt,Hs=bg(it,Li,ht.unit),ls=ka.anchor,Ko;Ae(Hs.anchor,ls)>0?(Ko=Hs.head,ls=In(ka.from(),Hs.anchor)):(Ko=Hs.anchor,ls=Kn(ka.to(),Hs.head));var Hr=Ot.ranges.slice(0);Hr[Rt]=em(it,new rr(jn(Pt,ls),Ko)),Ys(Pt,pl(it,Hr,Rt),dn)}}var Be=gt.wrapper.getBoundingClientRect(),yn=0;function Mn(Li){var ji=++yn,ao=ea(it,Li,!0,ht.unit=="rectangle");if(ao)if(Ae(ao,Xt)!=0){it.curOp.focus=Ie(),De(ao);var Pi=No(gt,Pt);(ao.line>=Pi.to||ao.line<Pi.from)&&setTimeout(fs(it,function(){yn==ji&&Mn(Li)}),150)}else{var wo=Li.clientY<Be.top?-20:Li.clientY>Be.bottom?20:0;wo&&setTimeout(fs(it,function(){yn==ji&&(gt.scroller.scrollTop+=wo,Mn(Li))}),50)}}function _n(Li){it.state.selectingText=!1,yn=1/0,Li&&(Ji(Li),gt.input.focus()),ki(gt.wrapper.ownerDocument,"mousemove",ci),ki(gt.wrapper.ownerDocument,"mouseup",Fi),Pt.history.lastSelOrigin=null}var ci=fs(it,function(Li){Li.buttons===0||!_o(Li)?_n(Li):Mn(Li)}),Fi=fs(it,_n);it.state.selectingText=Fi,cn(gt.wrapper.ownerDocument,"mousemove",ci),cn(gt.wrapper.ownerDocument,"mouseup",Fi)}function em(it,st){var dt=st.anchor,ht=st.head,gt=kn(it.doc,dt.line);if(Ae(dt,ht)==0&&dt.sticky==ht.sticky)return st;var Pt=Nn(gt);if(!Pt)return st;var bt=nn(Pt,dt.ch,dt.sticky),Rt=Pt[bt];if(Rt.from!=dt.ch&&Rt.to!=dt.ch)return st;var Ot=bt+(Rt.from==dt.ch==(Rt.level!=1)?0:1);if(Ot==0||Ot==Pt.length)return st;var Ut;if(ht.line!=dt.line)Ut=(ht.line-dt.line)*(it.doc.direction=="ltr"?1:-1)>0;else{var ge=nn(Pt,ht.ch,ht.sticky),Xt=ge-bt||(ht.ch-dt.ch)*(Rt.level==1?-1:1);ge==Ot-1||ge==Ot?Ut=Xt<0:Ut=Xt>0}var De=Pt[Ot+(Ut?-1:0)],Be=Ut==(De.level==1),yn=Be?De.from:De.to,Mn=Be?"after":"before";return dt.ch==yn&&dt.sticky==Mn?st:new rr(new Fe(dt.line,yn,Mn),ht)}function lf(it,st,dt,ht){var gt,Pt;if(st.touches)gt=st.touches[0].clientX,Pt=st.touches[0].clientY;else try{gt=st.clientX,Pt=st.clientY}catch(De){return!1}if(gt>=Math.floor(it.display.gutters.getBoundingClientRect().right))return!1;ht&&Ji(st);var bt=it.display,Rt=bt.lineDiv.getBoundingClientRect();if(Pt>Rt.bottom||!Wi(it,dt))return Gi(st);Pt-=Rt.top-bt.viewOffset;for(var Ot=0;Ot<it.display.gutterSpecs.length;++Ot){var Ut=bt.gutters.childNodes[Ot];if(Ut&&Ut.getBoundingClientRect().right>=gt){var ge=Ge(it.doc,Pt),Xt=it.display.gutterSpecs[Ot];return Oi(it,dt,it,ge,Xt.className,st),Gi(st)}}}function uf(it,st){return lf(it,st,"gutterClick",!0)}function hf(it,st){Gr(it.display,st)||nm(it,st)||Ki(it,st,"contextmenu")||Nt||it.display.input.onContextMenu(st)}function nm(it,st){return Wi(it,"gutterContextMenu")?lf(it,st,"gutterContextMenu",!1):!1}function df(it){it.display.wrapper.className=it.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+it.options.theme.replace(/(^|\s)\s*/g," cm-s-"),Nu(it)}var Vu={toString:function(){return"CodeMirror.Init"}},Tg={},cc={};function im(it){var st=it.optionHandlers;function dt(ht,gt,Pt,bt){it.defaults[ht]=gt,Pt&&(st[ht]=bt?function(Rt,Ot,Ut){Ut!=Vu&&Pt(Rt,Ot,Ut)}:Pt)}it.defineOption=dt,it.Init=Vu,dt("value","",function(ht,gt){return ht.setValue(gt)},!0),dt("mode",null,function(ht,gt){ht.doc.modeOption=gt,Po(ht)},!0),dt("indentUnit",2,Po,!0),dt("indentWithTabs",!1),dt("smartIndent",!0),dt("tabSize",4,function(ht){$d(ht),Nu(ht),Lr(ht)},!0),dt("lineSeparator",null,function(ht,gt){if(ht.doc.lineSep=gt,!!gt){var Pt=[],bt=ht.doc.first;ht.doc.iter(function(Ot){for(var Ut=0;;){var ge=Ot.text.indexOf(gt,Ut);if(ge==-1)break;Ut=ge+gt.length,Pt.push(Fe(bt,ge))}bt++});for(var Rt=Pt.length-1;Rt>=0;Rt--)bh(ht.doc,gt,Pt[Rt],Fe(Pt[Rt].line,Pt[Rt].ch+gt.length))}}),dt("specialChars",/[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b-\u200c\u200e\u200f\u2028\u2029\ufeff\ufff9-\ufffc]/g,function(ht,gt,Pt){ht.state.specialChars=new RegExp(gt.source+(gt.test(" ")?"":"| "),"g"),Pt!=Vu&&ht.refresh()}),dt("specialCharPlaceholder",dr,function(ht){return ht.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(ht,gt){return ht.getInputField().spellcheck=gt},!0),dt("autocorrect",!1,function(ht,gt){return ht.getInputField().autocorrect=gt},!0),dt("autocapitalize",!1,function(ht,gt){return ht.getInputField().autocapitalize=gt},!0),dt("rtlMoveVisually",!pt),dt("wholeLineUpdateBefore",!0),dt("theme","default",function(ht){df(ht),_a(ht)},!0),dt("keyMap","default",function(ht,gt,Pt){var bt=Bh(gt),Rt=Pt!=Vu&&Bh(Pt);Rt&&Rt.detach&&Rt.detach(ht,bt),bt.attach&&bt.attach(ht,Rt||null)}),dt("extraKeys",null),dt("configureMouse",null),dt("lineWrapping",!1,om,!0),dt("gutters",[],function(ht,gt){ht.display.gutterSpecs=Ls(gt,ht.options.lineNumbers),_a(ht)},!0),dt("fixedGutter",!0,function(ht,gt){ht.display.gutters.style.left=gt?Yd(ht.display)+"px":"0",ht.refresh()},!0),dt("coverGutterNextToScrollbar",!1,function(ht){return Fu(ht)},!0),dt("scrollbarStyle","native",function(ht){ig(ht),Fu(ht),ht.display.scrollbars.setScrollTop(ht.doc.scrollTop),ht.display.scrollbars.setScrollLeft(ht.doc.scrollLeft)},!0),dt("lineNumbers",!1,function(ht,gt){ht.display.gutterSpecs=Ls(ht.options.gutters,gt),_a(ht)},!0),dt("firstLineNumber",1,_a,!0),dt("lineNumberFormatter",function(ht){return ht},_a,!0),dt("showCursorWhenSelecting",!1,cs,!0),dt("resetSelectionOnContextMenu",!0),dt("lineWiseCopyCut",!0),dt("pasteLinesPerSelection",!0),dt("selectionsMayTouch",!1),dt("readOnly",!1,function(ht,gt){gt=="nocursor"&&(xh(ht),ht.display.input.blur()),ht.display.input.readOnlyChanged(gt)}),dt("screenReaderLabel",null,function(ht,gt){gt=gt===""?null:gt,ht.display.input.screenReaderLabelChanged(gt)}),dt("disableInput",!1,function(ht,gt){gt||ht.display.input.reset()},!0),dt("dragDrop",!0,cf),dt("allowDropFileTypes",null),dt("cursorBlinkRate",530),dt("cursorScrollMargin",0),dt("cursorHeight",1,cs,!0),dt("singleCursorHeightPerLine",!0,cs,!0),dt("workTime",100),dt("workDelay",100),dt("flattenSpans",!0,$d,!0),dt("addModeClass",!1,$d,!0),dt("pollInterval",100),dt("undoDepth",200,function(ht,gt){return ht.doc.history.undoDepth=gt}),dt("historyEventDelay",1250),dt("viewportMargin",10,function(ht){return ht.refresh()},!0),dt("maxHighlightLength",1e4,$d,!0),dt("moveInputWithCursor",!0,function(ht,gt){gt||ht.display.input.resetPosition()}),dt("tabindex",null,function(ht,gt){return ht.display.input.getField().tabIndex=gt||""}),dt("autofocus",null),dt("direction","ltr",function(ht,gt){return ht.doc.setDirection(gt)},!0),dt("phrases",null)}function cf(it,st,dt){var ht=dt&&dt!=Vu;if(!st!=!ht){var gt=it.display.dragFunctions,Pt=st?cn:ki;Pt(it.display.scroller,"dragstart",gt.start),Pt(it.display.scroller,"dragenter",gt.enter),Pt(it.display.scroller,"dragover",gt.over),Pt(it.display.scroller,"dragleave",gt.leave),Pt(it.display.scroller,"drop",gt.drop)}}function om(it){it.options.lineWrapping?(ln(it.display.wrapper,"CodeMirror-wrap"),it.display.sizer.style.minWidth="",it.display.sizerWidth=null):(Vt(it.display.wrapper,"CodeMirror-wrap"),zo(it)),Zi(it),Lr(it),Nu(it),setTimeout(function(){return Fu(it)},100)}function Uo(it,st){var dt=this;if(!(this instanceof Uo))return new Uo(it,st);this.options=st=st?En(st):{},En(Tg,st,!1);var ht=st.value;typeof ht=="string"?ht=new _s(ht,st.mode,null,st.lineSeparator,st.direction):st.mode&&(ht.modeOption=st.mode),this.doc=ht;var gt=new Uo.inputStyles[st.inputStyle](this),Pt=this.display=new ju(it,ht,gt,st);Pt.wrapper.CodeMirror=this,df(this),st.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),ig(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 Kt,keySeq:null,specialChars:null},st.autofocus&&!nt&&Pt.input.focus(),ae&&le<11&&setTimeout(function(){return dt.display.input.reset(!0)},20),Ld(this),Wa(),Bu(this),this.curOp.forceUpdate=!0,Yc(this,ht),st.autofocus&&!nt||this.hasFocus()?setTimeout(function(){dt.hasFocus()&&!dt.state.focused&&Io(dt)},20):xh(this);for(var bt in cc)cc.hasOwnProperty(bt)&&cc[bt](this,st[bt],Vu);is(this),st.finishInit&&st.finishInit(this);for(var Rt=0;Rt<Ih.length;++Rt)Ih[Rt](this);Au(this),oe&&st.lineWrapping&&getComputedStyle(Pt.lineDiv).textRendering=="optimizelegibility"&&(Pt.lineDiv.style.textRendering="auto")}Uo.defaults=Tg,Uo.optionHandlers=cc;function Ld(it){var st=it.display;cn(st.scroller,"mousedown",fs(it,Al)),ae&&le<11?cn(st.scroller,"dblclick",fs(it,function(Ot){if(!Ki(it,Ot)){var Ut=ea(it,Ot);if(!(!Ut||uf(it,Ot)||Gr(it.display,Ot))){Ji(Ot);var ge=it.findWordAt(Ut);$c(it.doc,ge.anchor,ge.head)}}})):cn(st.scroller,"dblclick",function(Ot){return Ki(it,Ot)||Ji(Ot)}),cn(st.scroller,"contextmenu",function(Ot){return hf(it,Ot)}),cn(st.input.getField(),"contextmenu",function(Ot){st.scroller.contains(Ot.target)||hf(it,Ot)});var dt,ht={end:0};function gt(){st.activeTouch&&(dt=setTimeout(function(){return st.activeTouch=null},1e3),ht=st.activeTouch,ht.end=+new Date)}function Pt(Ot){if(Ot.touches.length!=1)return!1;var Ut=Ot.touches[0];return Ut.radiusX<=1&&Ut.radiusY<=1}function bt(Ot,Ut){if(Ut.left==null)return!0;var ge=Ut.left-Ot.left,Xt=Ut.top-Ot.top;return ge*ge+Xt*Xt>20*20}cn(st.scroller,"touchstart",function(Ot){if(!Ki(it,Ot)&&!Pt(Ot)&&!uf(it,Ot)){st.input.ensurePolled(),clearTimeout(dt);var Ut=+new Date;st.activeTouch={start:Ut,moved:!1,prev:Ut-ht.end<=300?ht:null},Ot.touches.length==1&&(st.activeTouch.left=Ot.touches[0].pageX,st.activeTouch.top=Ot.touches[0].pageY)}}),cn(st.scroller,"touchmove",function(){st.activeTouch&&(st.activeTouch.moved=!0)}),cn(st.scroller,"touchend",function(Ot){var Ut=st.activeTouch;if(Ut&&!Gr(st,Ot)&&Ut.left!=null&&!Ut.moved&&new Date-Ut.start<300){var ge=it.coordsChar(st.activeTouch,"page"),Xt;!Ut.prev||bt(Ut,Ut.prev)?Xt=new rr(ge,ge):!Ut.prev.prev||bt(Ut,Ut.prev.prev)?Xt=it.findWordAt(ge):Xt=new rr(Fe(ge.line,0),jn(it.doc,Fe(ge.line+1,0))),it.setSelection(Xt.anchor,Xt.head),it.focus(),Ji(Ot)}gt()}),cn(st.scroller,"touchcancel",gt),cn(st.scroller,"scroll",function(){st.scroller.clientHeight&&(wh(it,st.scroller.scrollTop),hu(it,st.scroller.scrollLeft,!0),Oi(it,"scroll",it))}),cn(st.scroller,"mousewheel",function(Ot){return ks(it,Ot)}),cn(st.scroller,"DOMMouseScroll",function(Ot){return ks(it,Ot)}),cn(st.wrapper,"scroll",function(){return st.wrapper.scrollTop=st.wrapper.scrollLeft=0}),st.dragFunctions={enter:function(Ot){Ki(it,Ot)||to(Ot)},over:function(Ot){Ki(it,Ot)||(Xp(it,Ot),to(Ot))},start:function(Ot){return Yp(it,Ot)},drop:fs(it,fg),leave:function(Ot){Ki(it,Ot)||Jp(it)}};var Rt=st.input.getField();cn(Rt,"keyup",function(Ot){return Lg.call(it,Ot)}),cn(Rt,"keydown",fs(it,wg)),cn(Rt,"keypress",fs(it,Bl)),cn(Rt,"focus",function(Ot){return Io(it,Ot)}),cn(Rt,"blur",function(Ot){return xh(it,Ot)})}var Ih=[];Uo.defineInitHook=function(it){return Ih.push(it)};function gs(it,st,dt,ht){var gt=it.doc,Pt;dt==null&&(dt="add"),dt=="smart"&&(gt.mode.indent?Pt=Ti(it,st).state:dt="prev");var bt=it.options.tabSize,Rt=kn(gt,st),Ot=ue(Rt.text,null,bt);Rt.stateAfter&&(Rt.stateAfter=null);var Ut=Rt.text.match(/^\s*/)[0],ge;if(!ht&&!/\S/.test(Rt.text))ge=0,dt="not";else if(dt=="smart"&&(ge=gt.mode.indent(Pt,Rt.text.slice(Ut.length),Rt.text),ge==Qn||ge>150)){if(!ht)return;dt="prev"}dt=="prev"?st>gt.first?ge=ue(kn(gt,st-1).text,null,bt):ge=0:dt=="add"?ge=Ot+it.options.indentUnit:dt=="subtract"?ge=Ot-it.options.indentUnit:typeof dt=="number"&&(ge=Ot+dt),ge=Math.max(0,ge);var Xt="",De=0;if(it.options.indentWithTabs)for(var Be=Math.floor(ge/bt);Be;--Be)De+=bt,Xt+=" ";if(De<ge&&(Xt+=Zn(ge-De)),Xt!=Ut)return bh(gt,Xt,Fe(st,0),Fe(st,Ut.length),"+input"),Rt.stateAfter=null,!0;for(var yn=0;yn<gt.sel.ranges.length;yn++){var Mn=gt.sel.ranges[yn];if(Mn.head.line==st&&Mn.head.ch<Ut.length){var _n=Fe(st,Ut.length);_u(gt,yn,new rr(_n,_n));break}}}var ga=null;function Rh(it){ga=it}function fc(it,st,dt,ht,gt){var Pt=it.doc;it.display.shift=!1,ht||(ht=Pt.sel);var bt=+new Date-200,Rt=gt=="paste"||it.state.pasteIncoming>bt,Ot=Ao(st),Ut=null;if(Rt&&ht.ranges.length>1)if(ga&&ga.text.join(`
|
|
`)==st){if(ht.ranges.length%ga.text.length==0){Ut=[];for(var ge=0;ge<ga.text.length;ge++)Ut.push(Pt.splitLines(ga.text[ge]))}}else Ot.length==ht.ranges.length&&it.options.pasteLinesPerSelection&&(Ut=Rn(Ot,function(ci){return[ci]}));for(var Xt=it.curOp.updateInput,De=ht.ranges.length-1;De>=0;De--){var Be=ht.ranges[De],yn=Be.from(),Mn=Be.to();Be.empty()&&(dt&&dt>0?yn=Fe(yn.line,yn.ch-dt):it.state.overwrite&&!Rt?Mn=Fe(Mn.line,Math.min(kn(Pt,Mn.line).text.length,Mn.ch+ie(Ot).length)):Rt&&ga&&ga.lineWise&&ga.text.join(`
|
|
`)==Ot.join(`
|
|
`)&&(yn=Mn=Fe(yn.line,0)));var _n={from:yn,to:Mn,text:Ut?Ut[De%Ut.length]:Ot,origin:gt||(Rt?"paste":it.state.cutIncoming>bt?"cut":"+input")};Hu(it.doc,_n),xi(it,"inputRead",it,_n)}st&&!Rt&&Bg(it,st),uu(it),it.curOp.updateInput<2&&(it.curOp.updateInput=Xt),it.curOp.typing=!0,it.state.pasteIncoming=it.state.cutIncoming=-1}function Fg(it,st){var dt=it.clipboardData&&it.clipboardData.getData("Text");if(dt)return it.preventDefault(),!st.isReadOnly()&&!st.options.disableInput&&Jo(st,function(){return fc(st,dt,0,null,"paste")}),!0}function Bg(it,st){if(!(!it.options.electricChars||!it.options.smartIndent))for(var dt=it.doc.sel,ht=dt.ranges.length-1;ht>=0;ht--){var gt=dt.ranges[ht];if(!(gt.head.ch>100||ht&&dt.ranges[ht-1].head.line==gt.head.line)){var Pt=it.getModeAt(gt.head),bt=!1;if(Pt.electricChars){for(var Rt=0;Rt<Pt.electricChars.length;Rt++)if(st.indexOf(Pt.electricChars.charAt(Rt))>-1){bt=gs(it,gt.head.line,"smart");break}}else Pt.electricInput&&Pt.electricInput.test(kn(it.doc,gt.head.line).text.slice(0,gt.head.ch))&&(bt=gs(it,gt.head.line,"smart"));bt&&xi(it,"electricInput",it,gt.head.line)}}}function Ag(it){for(var st=[],dt=[],ht=0;ht<it.doc.sel.ranges.length;ht++){var gt=it.doc.sel.ranges[ht].head.line,Pt={anchor:Fe(gt,0),head:Fe(gt+1,0)};dt.push(Pt),st.push(it.getRange(Pt.anchor,Pt.head))}return{text:st,ranges:dt}}function Dg(it,st,dt,ht){it.setAttribute("autocorrect",dt?"":"off"),it.setAttribute("autocapitalize",ht?"":"off"),it.setAttribute("spellcheck",!!st)}function Og(){var it=te("textarea",null,null,"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; outline: none"),st=te("div",[it],null,"overflow: hidden; position: relative; width: 3px; height: 0px;");return oe?it.style.width="1000px":it.setAttribute("wrap","off"),Ft&&(it.style.border="1px solid black"),Dg(it),st}function Uu(it){var st=it.optionHandlers,dt=it.helpers={};it.prototype={constructor:it,focus:function(){window.focus(),this.display.input.focus()},setOption:function(ht,gt){var Pt=this.options,bt=Pt[ht];Pt[ht]==gt&&ht!="mode"||(Pt[ht]=gt,st.hasOwnProperty(ht)&&fs(this,st[ht])(this,gt,bt),Oi(this,"optionChange",this,ht))},getOption:function(ht){return this.options[ht]},getDoc:function(){return this.doc},addKeyMap:function(ht,gt){this.state.keyMaps[gt?"push":"unshift"](Bh(ht))},removeKeyMap:function(ht){for(var gt=this.state.keyMaps,Pt=0;Pt<gt.length;++Pt)if(gt[Pt]==ht||gt[Pt].name==ht)return gt.splice(Pt,1),!0},addOverlay:Ps(function(ht,gt){var Pt=ht.token?ht:it.getMode(this.options,ht);if(Pt.startState)throw new Error("Overlays may not be stateful.");zi(this.state.overlays,{mode:Pt,modeSpec:ht,opaque:gt&>.opaque,priority:gt&>.priority||0},function(bt){return bt.priority}),this.state.modeGen++,Lr(this)}),removeOverlay:Ps(function(ht){for(var gt=this.state.overlays,Pt=0;Pt<gt.length;++Pt){var bt=gt[Pt].modeSpec;if(bt==ht||typeof ht=="string"&&bt.name==ht){gt.splice(Pt,1),this.state.modeGen++,Lr(this);return}}}),indentLine:Ps(function(ht,gt,Pt){typeof gt!="string"&&typeof gt!="number"&&(gt==null?gt=this.options.smartIndent?"smart":"prev":gt=gt?"add":"subtract"),fn(this.doc,ht)&&gs(this,ht,gt,Pt)}),indentSelection:Ps(function(ht){for(var gt=this.doc.sel.ranges,Pt=-1,bt=0;bt<gt.length;bt++){var Rt=gt[bt];if(Rt.empty())Rt.head.line>Pt&&(gs(this,Rt.head.line,ht,!0),Pt=Rt.head.line,bt==this.doc.sel.primIndex&&uu(this));else{var Ot=Rt.from(),Ut=Rt.to(),ge=Math.max(Pt,Ot.line);Pt=Math.min(this.lastLine(),Ut.line-(Ut.ch?0:1))+1;for(var Xt=ge;Xt<Pt;++Xt)gs(this,Xt,ht);var De=this.doc.sel.ranges;Ot.ch==0&>.length==De.length&&De[bt].from().ch>0&&_u(this.doc,bt,new rr(Ot,De[bt].to()),je)}}}),getTokenAt:function(ht,gt){return an(this,ht,gt)},getLineTokens:function(ht,gt){return an(this,Fe(ht),gt,!0)},getTokenTypeAt:function(ht){ht=jn(this.doc,ht);var gt=sn(this,kn(this.doc,ht.line)),Pt=0,bt=(gt.length-1)/2,Rt=ht.ch,Ot;if(Rt==0)Ot=gt[2];else for(;;){var Ut=Pt+bt>>1;if((Ut?gt[Ut*2-1]:0)>=Rt)bt=Ut;else if(gt[Ut*2+1]<Rt)Pt=Ut+1;else{Ot=gt[Ut*2+2];break}}var ge=Ot?Ot.indexOf("overlay "):-1;return ge<0?Ot:ge==0?null:Ot.slice(0,ge-1)},getModeAt:function(ht){var gt=this.doc.mode;return gt.innerMode?it.innerMode(gt,this.getTokenAt(ht).state).mode:gt},getHelper:function(ht,gt){return this.getHelpers(ht,gt)[0]},getHelpers:function(ht,gt){var Pt=[];if(!dt.hasOwnProperty(gt))return Pt;var bt=dt[gt],Rt=this.getModeAt(ht);if(typeof Rt[gt]=="string")bt[Rt[gt]]&&Pt.push(bt[Rt[gt]]);else if(Rt[gt])for(var Ot=0;Ot<Rt[gt].length;Ot++){var Ut=bt[Rt[gt][Ot]];Ut&&Pt.push(Ut)}else Rt.helperType&&bt[Rt.helperType]?Pt.push(bt[Rt.helperType]):bt[Rt.name]&&Pt.push(bt[Rt.name]);for(var ge=0;ge<bt._global.length;ge++){var Xt=bt._global[ge];Xt.pred(Rt,this)&&vn(Pt,Xt.val)==-1&&Pt.push(Xt.val)}return Pt},getStateAfter:function(ht,gt){var Pt=this.doc;return ht=mn(Pt,ht==null?Pt.first+Pt.size-1:ht),Ti(this,ht+1,gt).state},cursorCoords:function(ht,gt){var Pt,bt=this.doc.sel.primary();return ht==null?Pt=bt.head:typeof ht=="object"?Pt=jn(this.doc,ht):Pt=ht?bt.from():bt.to(),Oo(this,Pt,gt||"page")},charCoords:function(ht,gt){return Lo(this,jn(this.doc,ht),gt||"page")},coordsChar:function(ht,gt){return ht=Vo(this,ht,gt||"page"),ds(this,ht.left,ht.top)},lineAtHeight:function(ht,gt){return ht=Vo(this,{top:ht,left:0},gt||"page").top,Ge(this.doc,ht+this.display.viewOffset)},heightAtLine:function(ht,gt,Pt){var bt=!1,Rt;if(typeof ht=="number"){var Ot=this.doc.first+this.doc.size-1;ht<this.doc.first?ht=this.doc.first:ht>Ot&&(ht=Ot,bt=!0),Rt=kn(this.doc,ht)}else Rt=ht;return ns(this,Rt,{top:0,left:0},gt||"page",Pt||bt).top+(bt?this.doc.height-lo(Rt):0)},defaultTextHeight:function(){return lu(this.display)},defaultCharWidth:function(){return Sh(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(ht,gt,Pt,bt,Rt){var Ot=this.display;ht=Oo(this,jn(this.doc,ht));var Ut=ht.bottom,ge=ht.left;if(gt.style.position="absolute",gt.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(gt),Ot.sizer.appendChild(gt),bt=="over")Ut=ht.top;else if(bt=="above"||bt=="near"){var Xt=Math.max(Ot.wrapper.clientHeight,this.doc.height),De=Math.max(Ot.sizer.clientWidth,Ot.lineSpace.clientWidth);(bt=="above"||ht.bottom+gt.offsetHeight>Xt)&&ht.top>gt.offsetHeight?Ut=ht.top-gt.offsetHeight:ht.bottom+gt.offsetHeight<=Xt&&(Ut=ht.bottom),ge+gt.offsetWidth>De&&(ge=De-gt.offsetWidth)}gt.style.top=Ut+"px",gt.style.left=gt.style.right="",Rt=="right"?(ge=Ot.sizer.clientWidth-gt.offsetWidth,gt.style.right="0px"):(Rt=="left"?ge=0:Rt=="middle"&&(ge=(Ot.sizer.clientWidth-gt.offsetWidth)/2),gt.style.left=ge+"px"),Pt&&Xd(this,{left:ge,top:Ut,right:ge+gt.offsetWidth,bottom:Ut+gt.offsetHeight})},triggerOnKeyDown:Ps(wg),triggerOnKeyPress:Ps(Bl),triggerOnKeyUp:Lg,triggerOnMouseDown:Ps(Al),execCommand:function(ht){if(Wu.hasOwnProperty(ht))return Wu[ht].call(null,this)},triggerElectric:Ps(function(ht){Bg(this,ht)}),findPosH:function(ht,gt,Pt,bt){var Rt=1;gt<0&&(Rt=-1,gt=-gt);for(var Ot=jn(this.doc,ht),Ut=0;Ut<gt&&(Ot=gc(this.doc,Ot,Rt,Pt,bt),!Ot.hitSide);++Ut);return Ot},moveH:Ps(function(ht,gt){var Pt=this;this.extendSelectionsBy(function(bt){return Pt.display.shift||Pt.doc.extend||bt.empty()?gc(Pt.doc,bt.head,ht,gt,Pt.options.rtlMoveVisually):ht<0?bt.from():bt.to()},Ln)}),deleteH:Ps(function(ht,gt){var Pt=this.doc.sel,bt=this.doc;Pt.somethingSelected()?bt.replaceSelection("",null,"+delete"):La(this,function(Rt){var Ot=gc(bt,Rt.head,ht,gt,!1);return ht<0?{from:Ot,to:Rt.head}:{from:Rt.head,to:Ot}})}),findPosV:function(ht,gt,Pt,bt){var Rt=1,Ot=bt;gt<0&&(Rt=-1,gt=-gt);for(var Ut=jn(this.doc,ht),ge=0;ge<gt;++ge){var Xt=Oo(this,Ut,"div");if(Ot==null?Ot=Xt.left:Xt.left=Ot,Ut=Zu(this,Xt,Rt,Pt),Ut.hitSide)break}return Ut},moveV:Ps(function(ht,gt){var Pt=this,bt=this.doc,Rt=[],Ot=!this.display.shift&&!bt.extend&&bt.sel.somethingSelected();if(bt.extendSelectionsBy(function(ge){if(Ot)return ht<0?ge.from():ge.to();var Xt=Oo(Pt,ge.head,"div");ge.goalColumn!=null&&(Xt.left=ge.goalColumn),Rt.push(Xt.left);var De=Zu(Pt,Xt,ht,gt);return gt=="page"&&ge==bt.sel.primary()&&Hc(Pt,Lo(Pt,De,"div").top-Xt.top),De},Ln),Rt.length)for(var Ut=0;Ut<bt.sel.ranges.length;Ut++)bt.sel.ranges[Ut].goalColumn=Rt[Ut]}),findWordAt:function(ht){var gt=this.doc,Pt=kn(gt,ht.line).text,bt=ht.ch,Rt=ht.ch;if(Pt){var Ot=this.getHelper(ht,"wordChars");(ht.sticky=="before"||Rt==Pt.length)&&bt?--bt:++Rt;for(var Ut=Pt.charAt(bt),ge=zt(Ut,Ot)?function(Xt){return zt(Xt,Ot)}:/\s/.test(Ut)?function(Xt){return/\s/.test(Xt)}:function(Xt){return!/\s/.test(Xt)&&!zt(Xt)};bt>0&&ge(Pt.charAt(bt-1));)--bt;for(;Rt<Pt.length&&ge(Pt.charAt(Rt));)++Rt}return new rr(Fe(ht.line,bt),Fe(ht.line,Rt))},toggleOverwrite:function(ht){ht!=null&&ht==this.state.overwrite||((this.state.overwrite=!this.state.overwrite)?ln(this.display.cursorDiv,"CodeMirror-overwrite"):Vt(this.display.cursorDiv,"CodeMirror-overwrite"),Oi(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==Ie()},isReadOnly:function(){return!!(this.options.readOnly||this.doc.cantEdit)},scrollTo:Ps(function(ht,gt){Ph(this,ht,gt)}),getScrollInfo:function(){var ht=this.display.scroller;return{left:ht.scrollLeft,top:ht.scrollTop,height:ht.scrollHeight-Zr(this)-this.display.barHeight,width:ht.scrollWidth-Zr(this)-this.display.barWidth,clientHeight:gh(this),clientWidth:da(this)}},scrollIntoView:Ps(function(ht,gt){ht==null?(ht={from:this.doc.sel.primary().head,to:null},gt==null&&(gt=this.options.cursorScrollMargin)):typeof ht=="number"?ht={from:Fe(ht,0),to:null}:ht.from==null&&(ht={from:ht,to:null}),ht.to||(ht.to=ht.from),ht.margin=gt||0,ht.from.line!=null?Ro(this,ht):Wc(this,ht.from,ht.to,ht.margin)}),setSize:Ps(function(ht,gt){var Pt=this,bt=function(Ot){return typeof Ot=="number"||/^\d+$/.test(String(Ot))?Ot+"px":Ot};ht!=null&&(this.display.wrapper.style.width=bt(ht)),gt!=null&&(this.display.wrapper.style.height=bt(gt)),this.options.lineWrapping&&vh(this);var Rt=this.display.viewFrom;this.doc.iter(Rt,this.display.viewTo,function(Ot){if(Ot.widgets){for(var Ut=0;Ut<Ot.widgets.length;Ut++)if(Ot.widgets[Ut].noHScroll){So(Pt,Rt,"widget");break}}++Rt}),this.curOp.forceUpdate=!0,Oi(this,"refresh",this)}),operation:function(ht){return Jo(this,ht)},startOperation:function(){return Bu(this)},endOperation:function(){return Au(this)},refresh:Ps(function(){var ht=this.display.cachedTextHeight;Lr(this),this.curOp.forceUpdate=!0,Nu(this),Ph(this,this.doc.scrollLeft,this.doc.scrollTop),Iu(this.display),(ht==null||Math.abs(ht-lu(this.display))>.5||this.options.lineWrapping)&&Zi(this),Oi(this,"refresh",this)}),swapDoc:Ps(function(ht){var gt=this.doc;return gt.cm=null,this.state.selectingText&&this.state.selectingText(),Yc(this,ht),Nu(this),this.display.input.reset(),Ph(this,ht.scrollLeft,ht.scrollTop),this.curOp.forceScroll=!0,xi(this,"swapDoc",this,gt),gt}),phrase:function(ht){var gt=this.options.phrases;return gt&&Object.prototype.hasOwnProperty.call(gt,ht)?gt[ht]:ht},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}},Vi(it),it.registerHelper=function(ht,gt,Pt){dt.hasOwnProperty(ht)||(dt[ht]=it[ht]={_global:[]}),dt[ht][gt]=Pt},it.registerGlobalHelper=function(ht,gt,Pt,bt){it.registerHelper(ht,gt,bt),dt[ht]._global.push({pred:Pt,val:bt})}}function gc(it,st,dt,ht,gt){var Pt=st,bt=dt,Rt=kn(it,st.line),Ot=gt&&it.direction=="rtl"?-dt:dt;function Ut(){var Fi=st.line+Ot;return Fi<it.first||Fi>=it.first+it.size?!1:(st=new Fe(Fi,st.ch,st.sticky),Rt=kn(it,Fi))}function ge(Fi){var Li;if(ht=="codepoint"){var ji=Rt.text.charCodeAt(st.ch+(ht>0?0:-1));isNaN(ji)?Li=null:Li=new Fe(st.line,Math.max(0,Math.min(Rt.text.length,st.ch+dt*(ji>=55296&&ji<56320?2:1))),-dt)}else gt?Li=nf(it.cm,Rt,st,dt):Li=ts(Rt,st,dt);if(Li==null)if(!Fi&&Ut())st=dc(gt,it.cm,Rt,st.line,Ot);else return!1;else st=Li;return!0}if(ht=="char"||ht=="codepoint")ge();else if(ht=="column")ge(!0);else if(ht=="word"||ht=="group")for(var Xt=null,De=ht=="group",Be=it.cm&&it.cm.getHelper(st,"wordChars"),yn=!0;!(dt<0&&!ge(!yn));yn=!1){var Mn=Rt.text.charAt(st.ch)||`
|
|
`,_n=zt(Mn,Be)?"w":De&&Mn==`
|
|
`?"n":!De||/\s/.test(Mn)?null:"p";if(De&&!yn&&!_n&&(_n="s"),Xt&&Xt!=_n){dt<0&&(dt=1,ge(),st.sticky="after");break}if(_n&&(Xt=_n),dt>0&&!ge(!yn))break}var ci=rc(it,st,Pt,bt,!0);return wn(Pt,ci)&&(ci.hitSide=!0),ci}function Zu(it,st,dt,ht){var gt=it.doc,Pt=st.left,bt;if(ht=="page"){var Rt=Math.min(it.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight),Ot=Math.max(Rt-.5*lu(it.display),3);bt=(dt>0?st.bottom:st.top)+dt*Ot}else ht=="line"&&(bt=dt>0?st.bottom+3:st.top-3);for(var Ut;Ut=ds(it,Pt,bt),!!Ut.outside;){if(dt<0?bt<=0:bt>=gt.height){Ut.hitSide=!0;break}bt+=dt*5}return Ut}var cr=function(it){this.cm=it,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new Kt,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};cr.prototype.init=function(it){var st=this,dt=this,ht=dt.cm,gt=dt.div=it.lineDiv;Dg(gt,ht.options.spellcheck,ht.options.autocorrect,ht.options.autocapitalize);function Pt(Rt){for(var Ot=Rt.target;Ot;Ot=Ot.parentNode){if(Ot==gt)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(Ot.className))break}return!1}cn(gt,"paste",function(Rt){!Pt(Rt)||Ki(ht,Rt)||Fg(Rt,ht)||le<=11&&setTimeout(fs(ht,function(){return st.updateFromDOM()}),20)}),cn(gt,"compositionstart",function(Rt){st.composing={data:Rt.data,done:!1}}),cn(gt,"compositionupdate",function(Rt){st.composing||(st.composing={data:Rt.data,done:!1})}),cn(gt,"compositionend",function(Rt){st.composing&&(Rt.data!=st.composing.data&&st.readFromDOMSoon(),st.composing.done=!0)}),cn(gt,"touchstart",function(){return dt.forceCompositionEnd()}),cn(gt,"input",function(){st.composing||st.readFromDOMSoon()});function bt(Rt){if(!(!Pt(Rt)||Ki(ht,Rt))){if(ht.somethingSelected())Rh({lineWise:!1,text:ht.getSelections()}),Rt.type=="cut"&&ht.replaceSelection("",null,"cut");else if(ht.options.lineWiseCopyCut){var Ot=Ag(ht);Rh({lineWise:!0,text:Ot.text}),Rt.type=="cut"&&ht.operation(function(){ht.setSelections(Ot.ranges,0,je),ht.replaceSelection("",null,"cut")})}else return;if(Rt.clipboardData){Rt.clipboardData.clearData();var Ut=ga.text.join(`
|
|
`);if(Rt.clipboardData.setData("Text",Ut),Rt.clipboardData.getData("Text")==Ut){Rt.preventDefault();return}}var ge=Og(),Xt=ge.firstChild;ht.display.lineSpace.insertBefore(ge,ht.display.lineSpace.firstChild),Xt.value=ga.text.join(`
|
|
`);var De=document.activeElement;Tn(Xt),setTimeout(function(){ht.display.lineSpace.removeChild(ge),De.focus(),De==gt&&dt.showPrimarySelection()},50)}}cn(gt,"copy",bt),cn(gt,"cut",bt)},cr.prototype.screenReaderLabelChanged=function(it){it?this.div.setAttribute("aria-label",it):this.div.removeAttribute("aria-label")},cr.prototype.prepareSelection=function(){var it=bu(this.cm,!1);return it.focus=document.activeElement==this.div,it},cr.prototype.showSelection=function(it,st){!it||!this.cm.display.view.length||((it.focus||st)&&this.showPrimarySelection(),this.showMultipleSelections(it))},cr.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},cr.prototype.showPrimarySelection=function(){var it=this.getSelection(),st=this.cm,dt=st.doc.sel.primary(),ht=dt.from(),gt=dt.to();if(st.display.viewTo==st.display.viewFrom||ht.line>=st.display.viewTo||gt.line<st.display.viewFrom){it.removeAllRanges();return}var Pt=pc(st,it.anchorNode,it.anchorOffset),bt=pc(st,it.focusNode,it.focusOffset);if(!(Pt&&!Pt.bad&&bt&&!bt.bad&&Ae(In(Pt,bt),ht)==0&&Ae(Kn(Pt,bt),gt)==0)){var Rt=st.display.view,Ot=ht.line>=st.display.viewFrom&&ff(st,ht)||{node:Rt[0].measure.map[2],offset:0},Ut=gt.line<st.display.viewTo&&ff(st,gt);if(!Ut){var ge=Rt[Rt.length-1].measure,Xt=ge.maps?ge.maps[ge.maps.length-1]:ge.map;Ut={node:Xt[Xt.length-1],offset:Xt[Xt.length-2]-Xt[Xt.length-3]}}if(!Ot||!Ut){it.removeAllRanges();return}var De=it.rangeCount&&it.getRangeAt(0),Be;try{Be=de(Ot.node,Ot.offset,Ut.offset,Ut.node)}catch(yn){}Be&&(!Ct&&st.state.focused?(it.collapse(Ot.node,Ot.offset),Be.collapsed||(it.removeAllRanges(),it.addRange(Be))):(it.removeAllRanges(),it.addRange(Be)),De&&it.anchorNode==null?it.addRange(De):Ct&&this.startGracePeriod()),this.rememberSelection()}},cr.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)},cr.prototype.showMultipleSelections=function(it){$t(this.cm.display.cursorDiv,it.cursors),$t(this.cm.display.selectionDiv,it.selection)},cr.prototype.rememberSelection=function(){var it=this.getSelection();this.lastAnchorNode=it.anchorNode,this.lastAnchorOffset=it.anchorOffset,this.lastFocusNode=it.focusNode,this.lastFocusOffset=it.focusOffset},cr.prototype.selectionInEditor=function(){var it=this.getSelection();if(!it.rangeCount)return!1;var st=it.getRangeAt(0).commonAncestorContainer;return Xe(this.div,st)},cr.prototype.focus=function(){this.cm.options.readOnly!="nocursor"&&((!this.selectionInEditor()||document.activeElement!=this.div)&&this.showSelection(this.prepareSelection(),!0),this.div.focus())},cr.prototype.blur=function(){this.div.blur()},cr.prototype.getField=function(){return this.div},cr.prototype.supportsTouch=function(){return!0},cr.prototype.receivedFocus=function(){var it=this;this.selectionInEditor()?this.pollSelection():Jo(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)},cr.prototype.selectionChanged=function(){var it=this.getSelection();return it.anchorNode!=this.lastAnchorNode||it.anchorOffset!=this.lastAnchorOffset||it.focusNode!=this.lastFocusNode||it.focusOffset!=this.lastFocusOffset},cr.prototype.pollSelection=function(){if(!(this.readDOMTimeout!=null||this.gracePeriod||!this.selectionChanged())){var it=this.getSelection(),st=this.cm;if(et&&Se&&this.cm.display.gutterSpecs.length&&Ig(it.anchorNode)){this.cm.triggerOnKeyDown({type:"keydown",keyCode:8,preventDefault:Math.abs}),this.blur(),this.focus();return}if(!this.composing){this.rememberSelection();var dt=pc(st,it.anchorNode,it.anchorOffset),ht=pc(st,it.focusNode,it.focusOffset);dt&&ht&&Jo(st,function(){Ys(st.doc,du(dt,ht),je),(dt.bad||ht.bad)&&(st.curOp.selectionChanged=!0)})}}},cr.prototype.pollContent=function(){this.readDOMTimeout!=null&&(clearTimeout(this.readDOMTimeout),this.readDOMTimeout=null);var it=this.cm,st=it.display,dt=it.doc.sel.primary(),ht=dt.from(),gt=dt.to();if(ht.ch==0&&ht.line>it.firstLine()&&(ht=Fe(ht.line-1,kn(it.doc,ht.line-1).length)),gt.ch==kn(it.doc,gt.line).text.length&>.line<it.lastLine()&&(gt=Fe(gt.line+1,0)),ht.line<st.viewFrom||gt.line>st.viewTo-1)return!1;var Pt,bt,Rt;ht.line==st.viewFrom||(Pt=Ga(it,ht.line))==0?(bt=Wt(st.view[0].line),Rt=st.view[0].node):(bt=Wt(st.view[Pt].line),Rt=st.view[Pt-1].node.nextSibling);var Ot=Ga(it,gt.line),Ut,ge;if(Ot==st.view.length-1?(Ut=st.viewTo-1,ge=st.lineDiv.lastChild):(Ut=Wt(st.view[Ot+1].line)-1,ge=st.view[Ot+1].node.previousSibling),!Rt)return!1;for(var Xt=it.doc.splitLines(Md(it,Rt,ge,bt,Ut)),De=Pe(it.doc,Fe(bt,0),Fe(Ut,kn(it.doc,Ut).text.length));Xt.length>1&&De.length>1;)if(ie(Xt)==ie(De))Xt.pop(),De.pop(),Ut--;else if(Xt[0]==De[0])Xt.shift(),De.shift(),bt++;else break;for(var Be=0,yn=0,Mn=Xt[0],_n=De[0],ci=Math.min(Mn.length,_n.length);Be<ci&&Mn.charCodeAt(Be)==_n.charCodeAt(Be);)++Be;for(var Fi=ie(Xt),Li=ie(De),ji=Math.min(Fi.length-(Xt.length==1?Be:0),Li.length-(De.length==1?Be:0));yn<ji&&Fi.charCodeAt(Fi.length-yn-1)==Li.charCodeAt(Li.length-yn-1);)++yn;if(Xt.length==1&&De.length==1&&bt==ht.line)for(;Be&&Be>ht.ch&&Fi.charCodeAt(Fi.length-yn-1)==Li.charCodeAt(Li.length-yn-1);)Be--,yn++;Xt[Xt.length-1]=Fi.slice(0,Fi.length-yn).replace(/^\u200b+/,""),Xt[0]=Xt[0].slice(Be).replace(/\u200b+$/,"");var ao=Fe(bt,Be),Pi=Fe(Ut,De.length?ie(De).length-yn:0);if(Xt.length>1||Xt[0]||Ae(ao,Pi))return bh(it.doc,Xt,ao,Pi,"+input"),!0},cr.prototype.ensurePolled=function(){this.forceCompositionEnd()},cr.prototype.reset=function(){this.forceCompositionEnd()},cr.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},cr.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))},cr.prototype.updateFromDOM=function(){var it=this;(this.cm.isReadOnly()||!this.pollContent())&&Jo(this.cm,function(){return Lr(it.cm)})},cr.prototype.setUneditable=function(it){it.contentEditable="false"},cr.prototype.onKeyPress=function(it){it.charCode==0||this.composing||(it.preventDefault(),this.cm.isReadOnly()||fs(this.cm,fc)(this.cm,String.fromCharCode(it.charCode==null?it.keyCode:it.charCode),0))},cr.prototype.readOnlyChanged=function(it){this.div.contentEditable=String(it!="nocursor")},cr.prototype.onContextMenu=function(){},cr.prototype.resetPosition=function(){},cr.prototype.needsContentAttribute=!0;function ff(it,st){var dt=ph(it,st.line);if(!dt||dt.hidden)return null;var ht=kn(it.doc,st.line),gt=Nl(dt,ht,st.line),Pt=Nn(ht,it.doc.direction),bt="left";if(Pt){var Rt=nn(Pt,st.ch);bt=Rt%2?"right":"left"}var Ot=ad(gt.map,st.ch,bt);return Ot.offset=Ot.collapse=="right"?Ot.end:Ot.start,Ot}function Ig(it){for(var st=it;st;st=st.parentNode)if(/CodeMirror-gutter-wrapper/.test(st.className))return!0;return!1}function kd(it,st){return st&&(it.bad=!0),it}function Md(it,st,dt,ht,gt){var Pt="",bt=!1,Rt=it.doc.lineSeparator(),Ot=!1;function Ut(Be){return function(yn){return yn.id==Be}}function ge(){bt&&(Pt+=Rt,Ot&&(Pt+=Rt),bt=Ot=!1)}function Xt(Be){Be&&(ge(),Pt+=Be)}function De(Be){if(Be.nodeType==1){var yn=Be.getAttribute("cm-text");if(yn){Xt(yn);return}var Mn=Be.getAttribute("cm-marker"),_n;if(Mn){var ci=it.findMarks(Fe(ht,0),Fe(gt+1,0),Ut(+Mn));ci.length&&(_n=ci[0].find(0))&&Xt(Pe(it.doc,_n.from,_n.to).join(Rt));return}if(Be.getAttribute("contenteditable")=="false")return;var Fi=/^(pre|div|p|li|table|br)$/i.test(Be.nodeName);if(!/^br$/i.test(Be.nodeName)&&Be.textContent.length==0)return;Fi&&ge();for(var Li=0;Li<Be.childNodes.length;Li++)De(Be.childNodes[Li]);/^(pre|p)$/i.test(Be.nodeName)&&(Ot=!0),Fi&&(bt=!0)}else Be.nodeType==3&&Xt(Be.nodeValue.replace(/\u200b/g,"").replace(/\u00a0/g," "))}for(;De(st),st!=dt;)st=st.nextSibling,Ot=!1;return Pt}function pc(it,st,dt){var ht;if(st==it.display.lineDiv){if(ht=it.display.lineDiv.childNodes[dt],!ht)return kd(it.clipPos(Fe(it.display.viewTo-1)),!0);st=null,dt=0}else for(ht=st;;ht=ht.parentNode){if(!ht||ht==it.display.lineDiv)return null;if(ht.parentNode&&ht.parentNode==it.display.lineDiv)break}for(var gt=0;gt<it.display.view.length;gt++){var Pt=it.display.view[gt];if(Pt.node==ht)return rm(Pt,st,dt)}}function rm(it,st,dt){var ht=it.text.firstChild,gt=!1;if(!st||!Xe(ht,st))return kd(Fe(Wt(it.line),0),!0);if(st==ht&&(gt=!0,st=ht.childNodes[dt],dt=0,!st)){var Pt=it.rest?ie(it.rest):it.line;return kd(Fe(Wt(Pt),Pt.text.length),gt)}var bt=st.nodeType==3?st:null,Rt=st;for(!bt&&st.childNodes.length==1&&st.firstChild.nodeType==3&&(bt=st.firstChild,dt&&(dt=bt.nodeValue.length));Rt.parentNode!=ht;)Rt=Rt.parentNode;var Ot=it.measure,Ut=Ot.maps;function ge(_n,ci,Fi){for(var Li=-1;Li<(Ut?Ut.length:0);Li++)for(var ji=Li<0?Ot.map:Ut[Li],ao=0;ao<ji.length;ao+=3){var Pi=ji[ao+2];if(Pi==_n||Pi==ci){var wo=Wt(Li<0?it.line:it.rest[Li]),kr=ji[ao]+Fi;return(Fi<0||Pi!=_n)&&(kr=ji[ao+(Fi?1:0)]),Fe(wo,kr)}}}var Xt=ge(bt,Rt,dt);if(Xt)return kd(Xt,gt);for(var De=Rt.nextSibling,Be=bt?bt.nodeValue.length-dt:0;De;De=De.nextSibling){if(Xt=ge(De,De.firstChild,0),Xt)return kd(Fe(Xt.line,Xt.ch-Be),gt);Be+=De.textContent.length}for(var yn=Rt.previousSibling,Mn=dt;yn;yn=yn.previousSibling){if(Xt=ge(yn,yn.firstChild,-1),Xt)return kd(Fe(Xt.line,Xt.ch+Mn),gt);Mn+=yn.textContent.length}}var ss=function(it){this.cm=it,this.prevInput="",this.pollingFast=!1,this.polling=new Kt,this.hasSelection=!1,this.composing=null};ss.prototype.init=function(it){var st=this,dt=this,ht=this.cm;this.createField(it);var gt=this.textarea;it.wrapper.insertBefore(this.wrapper,it.wrapper.firstChild),Ft&&(gt.style.width="0px"),cn(gt,"input",function(){ae&&le>=9&&st.hasSelection&&(st.hasSelection=null),dt.poll()}),cn(gt,"paste",function(bt){Ki(ht,bt)||Fg(bt,ht)||(ht.state.pasteIncoming=+new Date,dt.fastPoll())});function Pt(bt){if(!Ki(ht,bt)){if(ht.somethingSelected())Rh({lineWise:!1,text:ht.getSelections()});else if(ht.options.lineWiseCopyCut){var Rt=Ag(ht);Rh({lineWise:!0,text:Rt.text}),bt.type=="cut"?ht.setSelections(Rt.ranges,null,je):(dt.prevInput="",gt.value=Rt.text.join(`
|
|
`),Tn(gt))}else return;bt.type=="cut"&&(ht.state.cutIncoming=+new Date)}}cn(gt,"cut",Pt),cn(gt,"copy",Pt),cn(it.scroller,"paste",function(bt){if(!(Gr(it,bt)||Ki(ht,bt))){if(!gt.dispatchEvent){ht.state.pasteIncoming=+new Date,dt.focus();return}var Rt=new Event("paste");Rt.clipboardData=bt.clipboardData,gt.dispatchEvent(Rt)}}),cn(it.lineSpace,"selectstart",function(bt){Gr(it,bt)||Ji(bt)}),cn(gt,"compositionstart",function(){var bt=ht.getCursor("from");dt.composing&&dt.composing.range.clear(),dt.composing={start:bt,range:ht.markText(bt,ht.getCursor("to"),{className:"CodeMirror-composing"})}}),cn(gt,"compositionend",function(){dt.composing&&(dt.poll(),dt.composing.range.clear(),dt.composing=null)})},ss.prototype.createField=function(it){this.wrapper=Og(),this.textarea=this.wrapper.firstChild},ss.prototype.screenReaderLabelChanged=function(it){it?this.textarea.setAttribute("aria-label",it):this.textarea.removeAttribute("aria-label")},ss.prototype.prepareSelection=function(){var it=this.cm,st=it.display,dt=it.doc,ht=bu(it);if(it.options.moveInputWithCursor){var gt=Oo(it,dt.sel.primary().head,"div"),Pt=st.wrapper.getBoundingClientRect(),bt=st.lineDiv.getBoundingClientRect();ht.teTop=Math.max(0,Math.min(st.wrapper.clientHeight-10,gt.top+bt.top-Pt.top)),ht.teLeft=Math.max(0,Math.min(st.wrapper.clientWidth-10,gt.left+bt.left-Pt.left))}return ht},ss.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")},ss.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&&Tn(this.textarea),ae&&le>=9&&(this.hasSelection=dt)}else it||(this.prevInput=this.textarea.value="",ae&&le>=9&&(this.hasSelection=null))}},ss.prototype.getField=function(){return this.textarea},ss.prototype.supportsTouch=function(){return!1},ss.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!nt||Ie()!=this.textarea))try{this.textarea.focus()}catch(it){}},ss.prototype.blur=function(){this.textarea.blur()},ss.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},ss.prototype.receivedFocus=function(){this.slowPoll()},ss.prototype.slowPoll=function(){var it=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){it.poll(),it.cm.state.focused&&it.slowPoll()})},ss.prototype.fastPoll=function(){var it=!1,st=this;st.pollingFast=!0;function dt(){var ht=st.poll();!ht&&!it?(it=!0,st.polling.set(60,dt)):(st.pollingFast=!1,st.slowPoll())}st.polling.set(20,dt)},ss.prototype.poll=function(){var it=this,st=this.cm,dt=this.textarea,ht=this.prevInput;if(this.contextMenuPending||!st.state.focused||wt(dt)&&!ht&&!this.composing||st.isReadOnly()||st.options.disableInput||st.state.keySeq)return!1;var gt=dt.value;if(gt==ht&&!st.somethingSelected())return!1;if(ae&&le>=9&&this.hasSelection===gt||ct&&/[\uf700-\uf7ff]/.test(gt))return st.display.input.reset(),!1;if(st.doc.sel==st.display.selForContextMenu){var Pt=gt.charCodeAt(0);if(Pt==8203&&!ht&&(ht="\u200B"),Pt==8666)return this.reset(),this.cm.execCommand("undo")}for(var bt=0,Rt=Math.min(ht.length,gt.length);bt<Rt&&ht.charCodeAt(bt)==gt.charCodeAt(bt);)++bt;return Jo(st,function(){fc(st,gt.slice(bt),ht.length-bt,null,it.composing?"*compose":null),gt.length>1e3||gt.indexOf(`
|
|
`)>-1?dt.value=it.prevInput="":it.prevInput=gt,it.composing&&(it.composing.range.clear(),it.composing.range=st.markText(it.composing.start,st.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},ss.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},ss.prototype.onKeyPress=function(){ae&&le>=9&&(this.hasSelection=null),this.fastPoll()},ss.prototype.onContextMenu=function(it){var st=this,dt=st.cm,ht=dt.display,gt=st.textarea;st.contextMenuPending&&st.contextMenuPending();var Pt=ea(dt,it),bt=ht.scroller.scrollTop;if(!Pt||qt)return;var Rt=dt.options.resetSelectionOnContextMenu;Rt&&dt.doc.sel.contains(Pt)==-1&&fs(dt,Ys)(dt.doc,du(Pt),je);var Ot=gt.style.cssText,Ut=st.wrapper.style.cssText,ge=st.wrapper.offsetParent.getBoundingClientRect();st.wrapper.style.cssText="position: static",gt.style.cssText=`position: absolute; width: 30px; height: 30px;
|
|
top: `+(it.clientY-ge.top-5)+"px; left: "+(it.clientX-ge.left-5)+`px;
|
|
z-index: 1000; background: `+(ae?"rgba(255, 255, 255, .05)":"transparent")+`;
|
|
outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);`;var Xt;oe&&(Xt=window.scrollY),ht.input.focus(),oe&&window.scrollTo(null,Xt),ht.input.reset(),dt.somethingSelected()||(gt.value=st.prevInput=" "),st.contextMenuPending=Be,ht.selForContextMenu=dt.doc.sel,clearTimeout(ht.detectingSelectAll);function De(){if(gt.selectionStart!=null){var Mn=dt.somethingSelected(),_n="\u200B"+(Mn?gt.value:"");gt.value="\u21DA",gt.value=_n,st.prevInput=Mn?"":"\u200B",gt.selectionStart=1,gt.selectionEnd=_n.length,ht.selForContextMenu=dt.doc.sel}}function Be(){if(st.contextMenuPending==Be&&(st.contextMenuPending=!1,st.wrapper.style.cssText=Ut,gt.style.cssText=Ot,ae&&le<9&&ht.scrollbars.setScrollTop(ht.scroller.scrollTop=bt),gt.selectionStart!=null)){(!ae||ae&&le<9)&&De();var Mn=0,_n=function(){ht.selForContextMenu==dt.doc.sel&>.selectionStart==0&>.selectionEnd>0&&st.prevInput=="\u200B"?fs(dt,qr)(dt):Mn++<10?ht.detectingSelectAll=setTimeout(_n,500):(ht.selForContextMenu=null,ht.input.reset())};ht.detectingSelectAll=setTimeout(_n,200)}}if(ae&&le>=9&&De(),Nt){to(it);var yn=function(){ki(window,"mouseup",yn),setTimeout(Be,20)};cn(window,"mouseup",yn)}else setTimeout(Be,50)},ss.prototype.readOnlyChanged=function(it){it||this.reset(),this.textarea.disabled=it=="nocursor",this.textarea.readOnly=!!it},ss.prototype.setUneditable=function(){},ss.prototype.needsContentAttribute=!1;function sm(it,st){if(st=st?En(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=Ie();st.autofocus=dt==it||it.getAttribute("autofocus")!=null&&dt==document.body}function ht(){it.value=Rt.getValue()}var gt;if(it.form&&(cn(it.form,"submit",ht),!st.leaveSubmitMethodAlone)){var Pt=it.form;gt=Pt.submit;try{var bt=Pt.submit=function(){ht(),Pt.submit=gt,Pt.submit(),Pt.submit=bt}}catch(Ot){}}st.finishInit=function(Ot){Ot.save=ht,Ot.getTextArea=function(){return it},Ot.toTextArea=function(){Ot.toTextArea=isNaN,ht(),it.parentNode.removeChild(Ot.getWrapperElement()),it.style.display="",it.form&&(ki(it.form,"submit",ht),!st.leaveSubmitMethodAlone&&typeof it.form.submit=="function"&&(it.form.submit=gt))}},it.style.display="none";var Rt=Uo(function(Ot){return it.parentNode.insertBefore(Ot,it.nextSibling)},st);return Rt}function Ed(it){it.off=ki,it.on=cn,it.wheelEventPixels=Ha,it.Doc=_s,it.splitLines=Ao,it.countColumn=ue,it.findColumn=ri,it.isWordChar=Bt,it.Pass=Qn,it.signal=Oi,it.Line=Mo,it.changeEnd=zu,it.scrollbarModel=ng,it.Pos=Fe,it.cmpPos=Ae,it.modes=nr,it.mimeModes=Xo,it.resolveMode=eo,it.getMode=Oe,it.modeExtensions=Ce,it.extendMode=fe,it.copyState=Wn,it.startState=Mi,it.innerMode=yi,it.commands=Wu,it.keyMap=Ca,it.keyName=$p,it.isModifierKey=Sd,it.lookupKey=ol,it.normalizeKeyMap=vg,it.StringStream=on,it.SharedTextMarker=Ul,it.TextMarker=se,it.LineWidget=gu,it.e_preventDefault=Ji,it.e_stopPropagation=Yo,it.e_stop=to,it.addClass=ln,it.contains=Xe,it.rmClass=Vt,it.keyNames=Zl}im(Uo),Uu(Uo);var pu="iter insert remove copy getEditor constructor".split(" ");for(var mc in _s.prototype)_s.prototype.hasOwnProperty(mc)&&vn(pu,mc)<0&&(Uo.prototype[mc]=function(it){return function(){return it.apply(this.doc,arguments)}}(_s.prototype[mc]));return Vi(_s),Uo.inputStyles={textarea:ss,contenteditable:cr},Uo.defineMode=function(it){!Uo.defaults.mode&&it!="null"&&(Uo.defaults.mode=it),Br.apply(this,arguments)},Uo.defineMIME=hs,Uo.defineMode("null",function(){return{token:function(it){return it.skipToEnd()}}}),Uo.defineMIME("text/plain","null"),Uo.defineExtension=function(it,st){Uo.prototype[it]=st},Uo.defineDocExtension=function(it,st){_s.prototype[it]=st},Uo.fromTextArea=sm,Ed(Uo),Uo.version="5.58.2",Uo})},25419:function(gn,Xn,Zt){(function(Ct){Ct(Zt(89780),Zt(15525),Zt(98101))})(function(Ct){"use strict";Ct.defineMode("markdown",function(he,be){var Ye=Ct.getMode(he,"text/html"),ae=Ye.name=="null";function le(ue){if(Ct.findModeByName){var Kt=Ct.findModeByName(ue);Kt&&(ue=Kt.mime||Kt.mimes[0])}var vn=Ct.getMode(he,ue);return vn.name=="null"?null:vn}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 oe={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 Ze in oe)oe.hasOwnProperty(Ze)&&be.tokenTypeOverrides[Ze]&&(oe[Ze]=be.tokenTypeOverrides[Ze]);var Se=/^([*\-_])(?:\s*\1){2,}\s*$/,qt=/^(?:[*\-+]|^[0-9]+([.)]))\s+/,Ke=/^\[(x| )\](?=\s)/i,ee=be.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,Ue=/^ {0,3}(?:\={1,}|-{2,})\s*$/,Ft=/^[^#!\[\]*_\\<>` "'(~:]+/,et=/^(~~~+|```+)[ \t]*([\w\/+#-]*)[^\n`]*$/,nt=/^\s*\[[^\]]+?\]:.*$/,ct=/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~\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(ue,Kt,vn){return Kt.f=Kt.inline=vn,vn(ue,Kt)}function vt(ue,Kt,vn){return Kt.f=Kt.block=vn,vn(ue,Kt)}function kt(ue){return!ue||!/\S/.test(ue.string)}function Nt(ue){if(ue.linkTitle=!1,ue.linkHref=!1,ue.linkText=!1,ue.em=!1,ue.strong=!1,ue.strikethrough=!1,ue.quote=0,ue.indentedCode=!1,ue.f==Vt){var Kt=ae;if(!Kt){var vn=Ct.innerMode(Ye,ue.htmlState);Kt=vn.mode.name=="xml"&&vn.state.tagStart===null&&!vn.state.context&&vn.state.tokenize.isInText}Kt&&(ue.f=Le,ue.block=_t,ue.htmlState=null)}return ue.trailingSpace=0,ue.trailingSpaceNewLine=!1,ue.prevLine=ue.thisLine,ue.thisLine={stream:null},null}function _t(ue,Kt){var vn=ue.column()===Kt.indentation,qn=kt(Kt.prevLine.stream),Qn=Kt.indentedCode,je=Kt.prevLine.hr,dn=Kt.list!==!1,Ln=(Kt.listStack[Kt.listStack.length-1]||0)+3;Kt.indentedCode=!1;var ri=Kt.indentation;if(Kt.indentationDiff===null&&(Kt.indentationDiff=Kt.indentation,dn)){for(Kt.list=null;ri<Kt.listStack[Kt.listStack.length-1];)Kt.listStack.pop(),Kt.listStack.length?Kt.indentation=Kt.listStack[Kt.listStack.length-1]:Kt.list=!1;Kt.list!==!1&&(Kt.indentationDiff=ri-Kt.listStack[Kt.listStack.length-1])}var xn=!qn&&!je&&!Kt.prevLine.header&&(!dn||!Qn)&&!Kt.prevLine.fencedCodeEnd,Zn=(Kt.list===!1||je||qn)&&Kt.indentation<=Ln&&ue.match(Se),ie=null;if(Kt.indentationDiff>=4&&(Qn||Kt.prevLine.fencedCodeEnd||Kt.prevLine.header||qn))return ue.skipToEnd(),Kt.indentedCode=!0,oe.code;if(ue.eatSpace())return null;if(vn&&Kt.indentation<=Ln&&(ie=ue.match(ee))&&ie[1].length<=6)return Kt.quote=0,Kt.header=ie[1].length,Kt.thisLine.header=!0,be.highlightFormatting&&(Kt.formatting="header"),Kt.f=Kt.inline,$t(Kt);if(Kt.indentation<=Ln&&ue.eat(">"))return Kt.quote=vn?1:Kt.quote+1,be.highlightFormatting&&(Kt.formatting="quote"),ue.eatSpace(),$t(Kt);if(!Zn&&!Kt.setext&&vn&&Kt.indentation<=Ln&&(ie=ue.match(qt))){var Rn=ie[1]?"ol":"ul";return Kt.indentation=ri+ue.current().length,Kt.list=!0,Kt.quote=0,Kt.listStack.push(Kt.indentation),Kt.em=!1,Kt.strong=!1,Kt.code=!1,Kt.strikethrough=!1,be.taskLists&&ue.match(Ke,!1)&&(Kt.taskList=!0),Kt.f=Kt.inline,be.highlightFormatting&&(Kt.formatting=["list","list-"+Rn]),$t(Kt)}else{if(vn&&Kt.indentation<=Ln&&(ie=ue.match(et,!0)))return Kt.quote=0,Kt.fencedEndRE=new RegExp(ie[1]+"+ *$"),Kt.localMode=be.fencedCodeBlockHighlighting&&le(ie[2]||be.fencedCodeBlockDefaultMode),Kt.localMode&&(Kt.localState=Ct.startState(Kt.localMode)),Kt.f=Kt.block=ne,be.highlightFormatting&&(Kt.formatting="code-block"),Kt.code=-1,$t(Kt);if(Kt.setext||(!xn||!dn)&&!Kt.quote&&Kt.list===!1&&!Kt.code&&!Zn&&!nt.test(ue.string)&&(ie=ue.lookAhead(1))&&(ie=ie.match(Ue)))return Kt.setext?(Kt.header=Kt.setext,Kt.setext=0,ue.skipToEnd(),be.highlightFormatting&&(Kt.formatting="header")):(Kt.header=ie[0].charAt(0)=="="?1:2,Kt.setext=Kt.header),Kt.thisLine.header=!0,Kt.f=Kt.inline,$t(Kt);if(Zn)return ue.skipToEnd(),Kt.hr=!0,Kt.thisLine.hr=!0,oe.hr;if(ue.peek()==="[")return pt(ue,Kt,Jn)}return pt(ue,Kt,Kt.inline)}function Vt(ue,Kt){var vn=Ye.token(ue,Kt.htmlState);if(!ae){var qn=Ct.innerMode(Ye,Kt.htmlState);(qn.mode.name=="xml"&&qn.state.tagStart===null&&!qn.state.context&&qn.state.tokenize.isInText||Kt.md_inside&&ue.current().indexOf(">")>-1)&&(Kt.f=Le,Kt.block=_t,Kt.htmlState=null)}return vn}function ne(ue,Kt){var vn=Kt.listStack[Kt.listStack.length-1]||0,qn=Kt.indentation<vn,Qn=vn+3;if(Kt.fencedEndRE&&Kt.indentation<=Qn&&(qn||ue.match(Kt.fencedEndRE))){be.highlightFormatting&&(Kt.formatting="code-block");var je;return qn||(je=$t(Kt)),Kt.localMode=Kt.localState=null,Kt.block=_t,Kt.f=Le,Kt.fencedEndRE=null,Kt.code=0,Kt.thisLine.fencedCodeEnd=!0,qn?vt(ue,Kt,Kt.block):je}else return Kt.localMode?Kt.localMode.token(ue,Kt.localState):(ue.skipToEnd(),oe.code)}function $t(ue){var Kt=[];if(ue.formatting){Kt.push(oe.formatting),typeof ue.formatting=="string"&&(ue.formatting=[ue.formatting]);for(var vn=0;vn<ue.formatting.length;vn++)Kt.push(oe.formatting+"-"+ue.formatting[vn]),ue.formatting[vn]==="header"&&Kt.push(oe.formatting+"-"+ue.formatting[vn]+"-"+ue.header),ue.formatting[vn]==="quote"&&(!be.maxBlockquoteDepth||be.maxBlockquoteDepth>=ue.quote?Kt.push(oe.formatting+"-"+ue.formatting[vn]+"-"+ue.quote):Kt.push("error"))}if(ue.taskOpen)return Kt.push("meta"),Kt.length?Kt.join(" "):null;if(ue.taskClosed)return Kt.push("property"),Kt.length?Kt.join(" "):null;if(ue.linkHref?Kt.push(oe.linkHref,"url"):(ue.strong&&Kt.push(oe.strong),ue.em&&Kt.push(oe.em),ue.strikethrough&&Kt.push(oe.strikethrough),ue.emoji&&Kt.push(oe.emoji),ue.linkText&&Kt.push(oe.linkText),ue.code&&Kt.push(oe.code),ue.image&&Kt.push(oe.image),ue.imageAltText&&Kt.push(oe.imageAltText,"link"),ue.imageMarker&&Kt.push(oe.imageMarker)),ue.header&&Kt.push(oe.header,oe.header+"-"+ue.header),ue.quote&&(Kt.push(oe.quote),!be.maxBlockquoteDepth||be.maxBlockquoteDepth>=ue.quote?Kt.push(oe.quote+"-"+ue.quote):Kt.push(oe.quote+"-"+be.maxBlockquoteDepth)),ue.list!==!1){var qn=(ue.listStack.length-1)%3;qn?qn===1?Kt.push(oe.list2):Kt.push(oe.list3):Kt.push(oe.list1)}return ue.trailingSpaceNewLine?Kt.push("trailing-space-new-line"):ue.trailingSpace&&Kt.push("trailing-space-"+(ue.trailingSpace%2?"a":"b")),Kt.length?Kt.join(" "):null}function te(ue,Kt){if(ue.match(Ft,!0))return $t(Kt)}function Le(ue,Kt){var vn=Kt.text(ue,Kt);if(typeof vn!="undefined")return vn;if(Kt.list)return Kt.list=null,$t(Kt);if(Kt.taskList){var qn=ue.match(Ke,!0)[1]===" ";return qn?Kt.taskOpen=!0:Kt.taskClosed=!0,be.highlightFormatting&&(Kt.formatting="task"),Kt.taskList=!1,$t(Kt)}if(Kt.taskOpen=!1,Kt.taskClosed=!1,Kt.header&&ue.match(/^#+$/,!0))return be.highlightFormatting&&(Kt.formatting="header"),$t(Kt);var Qn=ue.next();if(Kt.linkTitle){Kt.linkTitle=!1;var je=Qn;Qn==="("&&(je=")"),je=(je+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var dn="^\\s*(?:[^"+je+"\\\\]+|\\\\\\\\|\\\\.)"+je;if(ue.match(new RegExp(dn),!0))return oe.linkHref}if(Qn==="`"){var Ln=Kt.formatting;be.highlightFormatting&&(Kt.formatting="code"),ue.eatWhile("`");var ri=ue.current().length;if(Kt.code==0&&(!Kt.quote||ri==1))return Kt.code=ri,$t(Kt);if(ri==Kt.code){var xn=$t(Kt);return Kt.code=0,xn}else return Kt.formatting=Ln,$t(Kt)}else if(Kt.code)return $t(Kt);if(Qn==="\\"&&(ue.next(),be.highlightFormatting)){var Zn=$t(Kt),ie=oe.formatting+"-escape";return Zn?Zn+" "+ie:ie}if(Qn==="!"&&ue.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return Kt.imageMarker=!0,Kt.image=!0,be.highlightFormatting&&(Kt.formatting="image"),$t(Kt);if(Qn==="["&&Kt.imageMarker&&ue.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return Kt.imageMarker=!1,Kt.imageAltText=!0,be.highlightFormatting&&(Kt.formatting="image"),$t(Kt);if(Qn==="]"&&Kt.imageAltText){be.highlightFormatting&&(Kt.formatting="image");var Zn=$t(Kt);return Kt.imageAltText=!1,Kt.image=!1,Kt.inline=Kt.f=Xe,Zn}if(Qn==="["&&!Kt.image)return Kt.linkText&&ue.match(/^.*?\]/)||(Kt.linkText=!0,be.highlightFormatting&&(Kt.formatting="link")),$t(Kt);if(Qn==="]"&&Kt.linkText){be.highlightFormatting&&(Kt.formatting="link");var Zn=$t(Kt);return Kt.linkText=!1,Kt.inline=Kt.f=ue.match(/\(.*?\)| ?\[.*?\]/,!1)?Xe:Le,Zn}if(Qn==="<"&&ue.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){Kt.f=Kt.inline=de,be.highlightFormatting&&(Kt.formatting="link");var Zn=$t(Kt);return Zn?Zn+=" ":Zn="",Zn+oe.linkInline}if(Qn==="<"&&ue.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){Kt.f=Kt.inline=de,be.highlightFormatting&&(Kt.formatting="link");var Zn=$t(Kt);return Zn?Zn+=" ":Zn="",Zn+oe.linkEmail}if(be.xml&&Qn==="<"&&ue.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var Rn=ue.string.indexOf(">",ue.pos);if(Rn!=-1){var zi=ue.string.substring(ue.start,Rn);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(zi)&&(Kt.md_inside=!0)}return ue.backUp(1),Kt.htmlState=Ct.startState(Ye),vt(ue,Kt,Vt)}if(be.xml&&Qn==="<"&&ue.match(/^\/\w*?>/))return Kt.md_inside=!1,"tag";if(Qn==="*"||Qn==="_"){for(var Dt=1,Lt=ue.pos==1?" ":ue.string.charAt(ue.pos-2);Dt<3&&ue.eat(Qn);)Dt++;var xt=ue.peek()||" ",Bt=!/\s/.test(xt)&&(!ct.test(xt)||/\s/.test(Lt)||ct.test(Lt)),zt=!/\s/.test(Lt)&&(!ct.test(Lt)||/\s/.test(xt)||ct.test(xt)),Et=null,ve=null;if(Dt%2&&(!Kt.em&&Bt&&(Qn==="*"||!zt||ct.test(Lt))?Et=!0:Kt.em==Qn&&zt&&(Qn==="*"||!Bt||ct.test(xt))&&(Et=!1)),Dt>1&&(!Kt.strong&&Bt&&(Qn==="*"||!zt||ct.test(Lt))?ve=!0:Kt.strong==Qn&&zt&&(Qn==="*"||!Bt||ct.test(xt))&&(ve=!1)),ve!=null||Et!=null){be.highlightFormatting&&(Kt.formatting=Et==null?"strong":ve==null?"em":"strong em"),Et===!0&&(Kt.em=Qn),ve===!0&&(Kt.strong=Qn);var xn=$t(Kt);return Et===!1&&(Kt.em=!1),ve===!1&&(Kt.strong=!1),xn}}else if(Qn===" "&&(ue.eat("*")||ue.eat("_"))){if(ue.peek()===" ")return $t(Kt);ue.backUp(1)}if(be.strikethrough){if(Qn==="~"&&ue.eatWhile(Qn)){if(Kt.strikethrough){be.highlightFormatting&&(Kt.formatting="strikethrough");var xn=$t(Kt);return Kt.strikethrough=!1,xn}else if(ue.match(/^[^\s]/,!1))return Kt.strikethrough=!0,be.highlightFormatting&&(Kt.formatting="strikethrough"),$t(Kt)}else if(Qn===" "&&ue.match(/^~~/,!0)){if(ue.peek()===" ")return $t(Kt);ue.backUp(2)}}if(be.emoji&&Qn===":"&&ue.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){Kt.emoji=!0,be.highlightFormatting&&(Kt.formatting="emoji");var we=$t(Kt);return Kt.emoji=!1,we}return Qn===" "&&(ue.match(/^ +$/,!1)?Kt.trailingSpace++:Kt.trailingSpace&&(Kt.trailingSpaceNewLine=!0)),$t(Kt)}function de(ue,Kt){var vn=ue.next();if(vn===">"){Kt.f=Kt.inline=Le,be.highlightFormatting&&(Kt.formatting="link");var qn=$t(Kt);return qn?qn+=" ":qn="",qn+oe.linkInline}return ue.match(/^[^>]+/,!0),oe.linkInline}function Xe(ue,Kt){if(ue.eatSpace())return null;var vn=ue.next();return vn==="("||vn==="["?(Kt.f=Kt.inline=ln(vn==="("?")":"]"),be.highlightFormatting&&(Kt.formatting="link-string"),Kt.linkHref=!0,$t(Kt)):"error"}var Ie={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function ln(ue){return function(Kt,vn){var qn=Kt.next();if(qn===ue){vn.f=vn.inline=Le,be.highlightFormatting&&(vn.formatting="link-string");var Qn=$t(vn);return vn.linkHref=!1,Qn}return Kt.match(Ie[ue]),vn.linkHref=!0,$t(vn)}}function Jn(ue,Kt){return ue.match(/^([^\]\\]|\\.)*\]:/,!1)?(Kt.f=Tn,ue.next(),be.highlightFormatting&&(Kt.formatting="link"),Kt.linkText=!0,$t(Kt)):pt(ue,Kt,Le)}function Tn(ue,Kt){if(ue.match(/^\]:/,!0)){Kt.f=Kt.inline=mi,be.highlightFormatting&&(Kt.formatting="link");var vn=$t(Kt);return Kt.linkText=!1,vn}return ue.match(/^([^\]\\]|\\.)+/,!0),oe.linkText}function mi(ue,Kt){return ue.eatSpace()?null:(ue.match(/^[^\s]+/,!0),ue.peek()===void 0?Kt.linkTitle=!0:ue.match(/^(?:\s+(?:"(?:[^"\\]|\\\\|\\.)+"|'(?:[^'\\]|\\\\|\\.)+'|\((?:[^)\\]|\\\\|\\.)+\)))?/,!0),Kt.f=Kt.inline=Le,oe.linkHref+" url")}var En={startState:function(){return{f:_t,prevLine:{stream:null},thisLine:{stream:null},block:_t,htmlState:null,indentation:0,inline:Le,text:te,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(ue){return{f:ue.f,prevLine:ue.prevLine,thisLine:ue.thisLine,block:ue.block,htmlState:ue.htmlState&&Ct.copyState(Ye,ue.htmlState),indentation:ue.indentation,localMode:ue.localMode,localState:ue.localMode?Ct.copyState(ue.localMode,ue.localState):null,inline:ue.inline,text:ue.text,formatting:!1,linkText:ue.linkText,linkTitle:ue.linkTitle,linkHref:ue.linkHref,code:ue.code,em:ue.em,strong:ue.strong,strikethrough:ue.strikethrough,emoji:ue.emoji,header:ue.header,setext:ue.setext,hr:ue.hr,taskList:ue.taskList,list:ue.list,listStack:ue.listStack.slice(0),quote:ue.quote,indentedCode:ue.indentedCode,trailingSpace:ue.trailingSpace,trailingSpaceNewLine:ue.trailingSpaceNewLine,md_inside:ue.md_inside,fencedEndRE:ue.fencedEndRE}},token:function(ue,Kt){if(Kt.formatting=!1,ue!=Kt.thisLine.stream){if(Kt.header=0,Kt.hr=!1,ue.match(/^\s*$/,!0))return Nt(Kt),null;if(Kt.prevLine=Kt.thisLine,Kt.thisLine={stream:ue},Kt.taskList=!1,Kt.trailingSpace=0,Kt.trailingSpaceNewLine=!1,!Kt.localState&&(Kt.f=Kt.block,Kt.f!=Vt)){var vn=ue.match(/^\s*/,!0)[0].replace(/\t/g,lt).length;if(Kt.indentation=vn,Kt.indentationDiff=null,vn>0)return null}}return Kt.f(ue,Kt)},innerMode:function(ue){return ue.block==Vt?{state:ue.htmlState,mode:Ye}:ue.localState?{state:ue.localState,mode:ue.localMode}:{state:ue,mode:En}},indent:function(ue,Kt,vn){return ue.block==Vt&&Ye.indent?Ye.indent(ue.htmlState,Kt,vn):ue.localState&&ue.localMode.indent?ue.localMode.indent(ue.localState,Kt,vn):Ct.Pass},blankLine:Nt,getType:$t,blockCommentStart:"<!--",blockCommentEnd:"-->",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return En},"xml"),Ct.defineMIME("text/markdown","markdown"),Ct.defineMIME("text/x-markdown","markdown")})},98101:function(gn,Xn,Zt){(function(Ct){Ct(Zt(89780))})(function(Ct){"use strict";Ct.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 he=0;he<Ct.modeInfo.length;he++){var be=Ct.modeInfo[he];be.mimes&&(be.mime=be.mimes[0])}Ct.findModeByMIME=function(Ye){Ye=Ye.toLowerCase();for(var ae=0;ae<Ct.modeInfo.length;ae++){var le=Ct.modeInfo[ae];if(le.mime==Ye)return le;if(le.mimes){for(var oe=0;oe<le.mimes.length;oe++)if(le.mimes[oe]==Ye)return le}}if(/\+xml$/.test(Ye))return Ct.findModeByMIME("application/xml");if(/\+json$/.test(Ye))return Ct.findModeByMIME("application/json")},Ct.findModeByExtension=function(Ye){Ye=Ye.toLowerCase();for(var ae=0;ae<Ct.modeInfo.length;ae++){var le=Ct.modeInfo[ae];if(le.ext){for(var oe=0;oe<le.ext.length;oe++)if(le.ext[oe]==Ye)return le}}},Ct.findModeByFileName=function(Ye){for(var ae=0;ae<Ct.modeInfo.length;ae++){var le=Ct.modeInfo[ae];if(le.file&&le.file.test(Ye))return le}var oe=Ye.lastIndexOf("."),Ze=oe>-1&&Ye.substring(oe+1,Ye.length);if(Ze)return Ct.findModeByExtension(Ze)},Ct.findModeByName=function(Ye){Ye=Ye.toLowerCase();for(var ae=0;ae<Ct.modeInfo.length;ae++){var le=Ct.modeInfo[ae];if(le.name.toLowerCase()==Ye)return le;if(le.alias){for(var oe=0;oe<le.alias.length;oe++)if(le.alias[oe].toLowerCase()==Ye)return le}}}})},67549:function(gn,Xn,Zt){(function(Ct){Ct(Zt(89780))})(function(Ct){"use strict";Ct.defineMode("stex",function(he,be){"use strict";function Ye(Ft,et){Ft.cmdState.push(et)}function ae(Ft){return Ft.cmdState.length>0?Ft.cmdState[Ft.cmdState.length-1]:null}function le(Ft){var et=Ft.cmdState.pop();et&&et.closeBracket()}function oe(Ft){for(var et=Ft.cmdState,nt=et.length-1;nt>=0;nt--){var ct=et[nt];if(ct.name!="DEFAULT")return ct}return{styleIdentifier:function(){return null}}}function Ze(Ft,et,nt){return function(){this.name=Ft,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 Se={};Se.importmodule=Ze("importmodule","tag",["string","builtin"]),Se.documentclass=Ze("documentclass","tag",["","atom"]),Se.usepackage=Ze("usepackage","tag",["atom"]),Se.begin=Ze("begin","tag",["atom"]),Se.end=Ze("end","tag",["atom"]),Se.label=Ze("label","tag",["atom"]),Se.ref=Ze("ref","tag",["atom"]),Se.eqref=Ze("eqref","tag",["atom"]),Se.cite=Ze("cite","tag",["atom"]),Se.bibitem=Ze("bibitem","tag",["atom"]),Se.Bibitem=Ze("Bibitem","tag",["atom"]),Se.RBibitem=Ze("RBibitem","tag",["atom"]),Se.DEFAULT=function(){this.name="DEFAULT",this.style="tag",this.styleIdentifier=this.openBracket=this.closeBracket=function(){}};function qt(Ft,et){Ft.f=et}function Ke(Ft,et){var nt;if(Ft.match(/^\\[a-zA-Z@]+/)){var ct=Ft.current().slice(1);return nt=Se.hasOwnProperty(ct)?Se[ct]:Se.DEFAULT,nt=new nt,Ye(et,nt),qt(et,Ue),nt.style}if(Ft.match(/^\\[$&%#{}_]/)||Ft.match(/^\\[,;!\/\\]/))return"tag";if(Ft.match("\\["))return qt(et,function(pt,vt){return ee(pt,vt,"\\]")}),"keyword";if(Ft.match("\\("))return qt(et,function(pt,vt){return ee(pt,vt,"\\)")}),"keyword";if(Ft.match("$$"))return qt(et,function(pt,vt){return ee(pt,vt,"$$")}),"keyword";if(Ft.match("$"))return qt(et,function(pt,vt){return ee(pt,vt,"$")}),"keyword";var lt=Ft.next();if(lt=="%")return Ft.skipToEnd(),"comment";if(lt=="}"||lt=="]"){if(nt=ae(et),nt)nt.closeBracket(lt),qt(et,Ue);else return"error";return"bracket"}else return lt=="{"||lt=="["?(nt=Se.DEFAULT,nt=new nt,Ye(et,nt),"bracket"):/\d/.test(lt)?(Ft.eatWhile(/[\w.%]/),"atom"):(Ft.eatWhile(/[\w\-_]/),nt=oe(et),nt.name=="begin"&&(nt.argument=Ft.current()),nt.styleIdentifier())}function ee(Ft,et,nt){if(Ft.eatSpace())return null;if(nt&&Ft.match(nt))return qt(et,Ke),"keyword";if(Ft.match(/^\\[a-zA-Z@]+/))return"tag";if(Ft.match(/^[a-zA-Z]+/))return"variable-2";if(Ft.match(/^\\[$&%#{}_]/)||Ft.match(/^\\[,;!\/]/)||Ft.match(/^[\^_&]/))return"tag";if(Ft.match(/^[+\-<>|=,\/@!*:;'"`~#?]/))return null;if(Ft.match(/^(\d+\.\d*|\d*\.\d+|\d+)/))return"number";var ct=Ft.next();return ct=="{"||ct=="}"||ct=="["||ct=="]"||ct=="("||ct==")"?"bracket":ct=="%"?(Ft.skipToEnd(),"comment"):"error"}function Ue(Ft,et){var nt=Ft.peek(),ct;return nt=="{"||nt=="["?(ct=ae(et),ct.openBracket(nt),Ft.eat(nt),qt(et,Ke),"bracket"):/[ \t\r]/.test(nt)?(Ft.eat(nt),null):(qt(et,Ke),le(et),Ke(Ft,et))}return{startState:function(){var Ft=be.inMathMode?function(et,nt){return ee(et,nt)}:Ke;return{cmdState:[],f:Ft}},copyState:function(Ft){return{cmdState:Ft.cmdState.slice(),f:Ft.f}},token:function(Ft,et){return et.f(Ft,et)},blankLine:function(Ft){Ft.f=Ke,Ft.cmdState.length=0},lineComment:"%"}}),Ct.defineMIME("text/x-stex","stex"),Ct.defineMIME("text/x-latex","stex")})},15525:function(gn,Xn,Zt){(function(Ct){Ct(Zt(89780))})(function(Ct){"use strict";var he={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};Ct.defineMode("xml",function(Ye,ae){var le=Ye.indentUnit,oe={},Ze=ae.htmlMode?he:be;for(var Se in Ze)oe[Se]=Ze[Se];for(var Se in ae)oe[Se]=ae[Se];var qt,Ke;function ee(de,Xe){function Ie(Tn){return Xe.tokenize=Tn,Tn(de,Xe)}var ln=de.next();if(ln=="<")return de.eat("!")?de.eat("[")?de.match("CDATA[")?Ie(et("atom","]]>")):null:de.match("--")?Ie(et("comment","-->")):de.match("DOCTYPE",!0,!0)?(de.eatWhile(/[\w\._\-]/),Ie(nt(1))):null:de.eat("?")?(de.eatWhile(/[\w\._\-]/),Xe.tokenize=et("meta","?>"),"meta"):(qt=de.eat("/")?"closeTag":"openTag",Xe.tokenize=Ue,"tag bracket");if(ln=="&"){var Jn;return de.eat("#")?de.eat("x")?Jn=de.eatWhile(/[a-fA-F\d]/)&&de.eat(";"):Jn=de.eatWhile(/[\d]/)&&de.eat(";"):Jn=de.eatWhile(/[\w\.\-:]/)&&de.eat(";"),Jn?"atom":"error"}else return de.eatWhile(/[^&<]/),null}ee.isInText=!0;function Ue(de,Xe){var Ie=de.next();if(Ie==">"||Ie=="/"&&de.eat(">"))return Xe.tokenize=ee,qt=Ie==">"?"endTag":"selfcloseTag","tag bracket";if(Ie=="=")return qt="equals",null;if(Ie=="<"){Xe.tokenize=ee,Xe.state=vt,Xe.tagName=Xe.tagStart=null;var ln=Xe.tokenize(de,Xe);return ln?ln+" tag error":"tag error"}else return/[\'\"]/.test(Ie)?(Xe.tokenize=Ft(Ie),Xe.stringStartCol=de.column(),Xe.tokenize(de,Xe)):(de.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function Ft(de){var Xe=function(Ie,ln){for(;!Ie.eol();)if(Ie.next()==de){ln.tokenize=Ue;break}return"string"};return Xe.isInAttribute=!0,Xe}function et(de,Xe){return function(Ie,ln){for(;!Ie.eol();){if(Ie.match(Xe)){ln.tokenize=ee;break}Ie.next()}return de}}function nt(de){return function(Xe,Ie){for(var ln;(ln=Xe.next())!=null;){if(ln=="<")return Ie.tokenize=nt(de+1),Ie.tokenize(Xe,Ie);if(ln==">")if(de==1){Ie.tokenize=ee;break}else return Ie.tokenize=nt(de-1),Ie.tokenize(Xe,Ie)}return"meta"}}function ct(de,Xe,Ie){this.prev=de.context,this.tagName=Xe,this.indent=de.indented,this.startOfLine=Ie,(oe.doNotIndent.hasOwnProperty(Xe)||de.context&&de.context.noIndent)&&(this.noIndent=!0)}function lt(de){de.context&&(de.context=de.context.prev)}function pt(de,Xe){for(var Ie;;){if(!de.context||(Ie=de.context.tagName,!oe.contextGrabbers.hasOwnProperty(Ie)||!oe.contextGrabbers[Ie].hasOwnProperty(Xe)))return;lt(de)}}function vt(de,Xe,Ie){return de=="openTag"?(Ie.tagStart=Xe.column(),kt):de=="closeTag"?Nt:vt}function kt(de,Xe,Ie){return de=="word"?(Ie.tagName=Xe.current(),Ke="tag",ne):oe.allowMissingTagName&&de=="endTag"?(Ke="tag bracket",ne(de,Xe,Ie)):(Ke="error",kt)}function Nt(de,Xe,Ie){if(de=="word"){var ln=Xe.current();return Ie.context&&Ie.context.tagName!=ln&&oe.implicitlyClosed.hasOwnProperty(Ie.context.tagName)&<(Ie),Ie.context&&Ie.context.tagName==ln||oe.matchClosing===!1?(Ke="tag",_t):(Ke="tag error",Vt)}else return oe.allowMissingTagName&&de=="endTag"?(Ke="tag bracket",_t(de,Xe,Ie)):(Ke="error",Vt)}function _t(de,Xe,Ie){return de!="endTag"?(Ke="error",_t):(lt(Ie),vt)}function Vt(de,Xe,Ie){return Ke="error",_t(de,Xe,Ie)}function ne(de,Xe,Ie){if(de=="word")return Ke="attribute",$t;if(de=="endTag"||de=="selfcloseTag"){var ln=Ie.tagName,Jn=Ie.tagStart;return Ie.tagName=Ie.tagStart=null,de=="selfcloseTag"||oe.autoSelfClosers.hasOwnProperty(ln)?pt(Ie,ln):(pt(Ie,ln),Ie.context=new ct(Ie,ln,Jn==Ie.indented)),vt}return Ke="error",ne}function $t(de,Xe,Ie){return de=="equals"?te:(oe.allowMissing||(Ke="error"),ne(de,Xe,Ie))}function te(de,Xe,Ie){return de=="string"?Le:de=="word"&&oe.allowUnquoted?(Ke="string",ne):(Ke="error",ne(de,Xe,Ie))}function Le(de,Xe,Ie){return de=="string"?Le:ne(de,Xe,Ie)}return{startState:function(de){var Xe={tokenize:ee,state:vt,indented:de||0,tagName:null,tagStart:null,context:null};return de!=null&&(Xe.baseIndent=de),Xe},token:function(de,Xe){if(!Xe.tagName&&de.sol()&&(Xe.indented=de.indentation()),de.eatSpace())return null;qt=null;var Ie=Xe.tokenize(de,Xe);return(Ie||qt)&&Ie!="comment"&&(Ke=null,Xe.state=Xe.state(qt||Ie,de,Xe),Ke&&(Ie=Ke=="error"?Ie+" error":Ke)),Ie},indent:function(de,Xe,Ie){var ln=de.context;if(de.tokenize.isInAttribute)return de.tagStart==de.indented?de.stringStartCol+1:de.indented+le;if(ln&&ln.noIndent)return Ct.Pass;if(de.tokenize!=Ue&&de.tokenize!=ee)return Ie?Ie.match(/^(\s*)/)[0].length:0;if(de.tagName)return oe.multilineTagIndentPastTag!==!1?de.tagStart+de.tagName.length+2:de.tagStart+le*(oe.multilineTagIndentFactor||1);if(oe.alignCDATA&&/<!\[CDATA\[/.test(Xe))return 0;var Jn=Xe&&/^<(\/)?([\w_:\.-]*)/.exec(Xe);if(Jn&&Jn[1])for(;ln;)if(ln.tagName==Jn[2]){ln=ln.prev;break}else if(oe.implicitlyClosed.hasOwnProperty(ln.tagName))ln=ln.prev;else break;else if(Jn)for(;ln;){var Tn=oe.contextGrabbers[ln.tagName];if(Tn&&Tn.hasOwnProperty(Jn[2]))ln=ln.prev;else break}for(;ln&&ln.prev&&!ln.startOfLine;)ln=ln.prev;return ln?ln.indent+le:de.baseIndent||0},electricInput:/<\/[\s\w:]+>$/,blockCommentStart:"<!--",blockCommentEnd:"-->",configuration:oe.htmlMode?"html":"xml",helperType:oe.htmlMode?"html":"xml",skipAttribute:function(de){de.state==te&&(de.state=ne)},xmlCurrentTag:function(de){return de.tagName?{name:de.tagName,close:de.type=="closeTag"}:null},xmlCurrentContext:function(de){for(var Xe=[],Ie=de.context;Ie;Ie=Ie.prev)Ie.tagName&&Xe.push(Ie.tagName);return Xe.reverse()}}}),Ct.defineMIME("text/xml","xml"),Ct.defineMIME("application/xml","xml"),Ct.mimeModes.hasOwnProperty("text/html")||Ct.defineMIME("text/html",{name:"xml",htmlMode:!0})})},12378:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{$u:function(){return Se},BD:function(){return Dt},E9:function(){return Ze},FF:function(){return wr},FJ:function(){return vt},Hn:function(){return pt},KX:function(){return Nt},NB:function(){return Te},S0:function(){return ie},UL:function(){return qt},Vk:function(){return lt},Vm:function(){return nn},YI:function(){return Rn},ZA:function(){return be},Zt:function(){return Ke},al:function(){return Et},bn:function(){return zt},bx:function(){return Lt},g2:function(){return zi},h1:function(){return te},hD:function(){return Vi},l4:function(){return le},rU:function(){return $e},s_:function(){return xt},uz:function(){return Qe},z6:function(){return ee}}),gn=Zt.hmd(gn),function(){var wt;function xo(a){var y=0;return function(){return y<a.length?{done:!1,value:a[y++]}:{done:!0}}}function Qi(a){var y=typeof Symbol!="undefined"&&Symbol.iterator&&a[Symbol.iterator];return y?y.call(a):{next:xo(a)}}function bo(a){for(var y,x=[];!(y=a.next()).done;)x.push(y.value);return x}var nr=typeof Object.create=="function"?Object.create:function(a){function y(){}return y.prototype=a,new y},Xo;if(typeof Object.setPrototypeOf=="function")Xo=Object.setPrototypeOf;else{var Br;t:{var hs={a:!0},eo={};try{eo.__proto__=hs,Br=eo.a;break t}catch(a){}Br=!1}Xo=Br?function(a,y){if(a.__proto__=y,a.__proto__!==y)throw new TypeError(a+" is not extensible");return a}:null}var Oe=Xo;function Ce(a,y){if(a.prototype=nr(y.prototype),a.prototype.constructor=a,Oe)Oe(a,y);else for(var x in y)if(x!="prototype")if(Object.defineProperties){var E=Object.getOwnPropertyDescriptor(y,x);E&&Object.defineProperty(a,x,E)}else a[x]=y[x];a.QA=y.prototype}var fe=typeof Zt.g!="undefined"&&Zt.g!=null?Zt.g:self,Wn=typeof Object.assign=="function"?Object.assign:function(a,y){for(var x=1;x<arguments.length;x++){var E=arguments[x];if(E)for(var b in E)Object.prototype.hasOwnProperty.call(E,b)&&(a[b]=E[b])}return a},yi=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,y,x){a!=Array.prototype&&a!=Object.prototype&&(a[y]=x.value)};function Mi(a,y){if(y){var x=fe;a=a.split(".");for(var E=0;E<a.length-1;E++){var b=a[E];b in x||(x[b]={}),x=x[b]}a=a[a.length-1],E=x[a],y=y(E),y!=E&&y!=null&&yi(x,a,{writable:!0,value:y})}}Mi("Object.assign",function(a){return a||Wn}),Mi("Array.prototype.fill",function(a){return a||function(y,x,E){var b=this.length||0;for(0>x&&(x=Math.max(0,b+x)),(E==null||E>b)&&(E=b),E=Number(E),0>E&&(E=Math.max(0,b+E)),x=Number(x||0);x<E;x++)this[x]=y;return this}});var on=typeof globalThis=="object"&&globalThis||typeof Zt.g=="object"&&Zt.g.global===Zt.g&&Zt.g||typeof self=="object"&&self.self===self&&self||{};on.requestAnimationFrame===void 0&&(on.setImmediate===void 0?on.requestAnimationFrame=function(a){on.setTimeout(a,0)}:on.requestAnimationFrame=on.setImmediate);function kn(){}function Pe(a,y){var x=-1;return function(){var E=this,b=arguments;x!==-1&&on.clearTimeout(x),x=xe(function(){x=-1,a.apply(E,b)},y)}}function xe(a,y){return on.setTimeout(a,y)}function bn(a){return on.document.createElement(a)}function Wt(a){throw Error(a)}function Ge(a,y){a="The object is frozen, so its properties cannot be set: "+a.toString(),y!==void 0&&(a+=" to value: "+y),Wt(a)}function fn(a,y,x,E){x=x===null?"*":typeof x=="string"?x:typeof x=="function"&&typeof x.className=="string"?x.className:"",E!==void 0&&(x+="."+E),Wt(x+" is not in the range "+y+": "+a)}function Hn(a){on.console&&on.console.log(a)}function Fe(a){return typeof a=="object"&&a!==null}function Ae(a){return Array.isArray(a)||on.NodeList&&a instanceof on.NodeList||on.HTMLCollection&&a instanceof on.HTMLCollection}function wn(a){return Array.prototype.slice.call(a)}function Bn(a,y,x){Array.isArray(a)?y>=a.length?a.push(x):a.splice(y,0,x):Wt("Cannot insert an object into an HTMLCollection or NodeList: "+x+" at "+y)}function Kn(a,y){Array.isArray(a)?y>=a.length?a.pop():a.splice(y,1):Wt("Cannot remove an object from an HTMLCollection or NodeList at "+y)}function In(){var a=Ti.pop();return a===void 0?[]:a}function mn(a){a.length=0,Ti.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(Fe(a)&&a.constructor)return jn(a.constructor);return typeof a}function Bi(a){var y=a;return Fe(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 bi(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 ke(a,y,x){Object.defineProperty(No.prototype,a,{get:y,set:x})}function Qt(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 E=0,b=0;b<a.length;b+=2)x[E++]=y[a.substr(b,2)];for(a=x.join(""),a=a===""?"0":a,y=[],x=0;256>x;x++)y[x]=x;for(x=E=0;256>x;x++)E=(E+y[x]+119)%256,b=y[x],y[x]=y[E],y[E]=b;E=x=0;for(var z="",tt=0;tt<a.length;tt++)x=(x+1)%256,E=(E+y[x])%256,b=y[x],y[x]=y[E],y[E]=b,z+=String.fromCharCode(a.charCodeAt(tt)^y[(y[x]+y[E])%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 ye=on.navigator!==void 0&&0<on.navigator.userAgent.indexOf("Trident/7"),sn=on.navigator!==void 0&&on.navigator.platform!==void 0&&on.navigator.platform.match(/(iPhone|iPod|iPad|Mac)/i)!==null,Ti=[];Object.freeze([]),kn.className="Util",kn.Dx="32ab5ff3b26f42dc0ed90f21472913b5",kn.adym="gojs.net",kn.vfo="28e645fdb266",kn.className="Util";function ce(a,y,x){Cn(this),this.j=a,this.xa=y,this.o=x}ce.prototype.toString=function(){return"EnumValue."+this.xa};function He(a,y){return y==null||y===""?null:a[y]}fe.Object.defineProperties(ce.prototype,{classType:{get:function(){return this.j}},name:{get:function(){return this.xa}},value:{get:function(){return this.o}}}),ce.className="EnumValue";function ze(){this.ew=[]}ze.prototype.toString=function(){return this.ew.join("")},ze.prototype.add=function(a){a!==""&&this.ew.push(a)},ze.className="StringBuilder";function pe(){}pe.className="PropertyCollection";var an={EA:!1,JA:!1,GA:!1,IA:!1,NA:!1,LA:!1,nx:!1,FA:null,trace:function(a){on.console&&on.console.log(a)},HA:function(a,y,x,E){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(E.left,E.top+20),a.lineTo(E.left,E.top),a.lineTo(E.left+20,E.top),a.moveTo(E.right,E.bottom-20),a.lineTo(E.right,E.bottom),a.lineTo(E.right-20,E.bottom),a.stroke(),a.fillText("DB: "+Math.round(E.x)+", "+Math.round(E.y)+", "+Math.round(E.width)+", "+Math.round(E.height),E.left,E.top-5)},DA:function(a){var y={},x;for(x in a){if(y.x=x,y.x!=="licenseKey"){var E=a[y.x];if(E.prototype!==void 0){y.Zl=Object.getOwnPropertyNames(E.prototype);for(var b={Tj:0};b.Tj<y.Zl.length;b={Tj:b.Tj},b.Tj++){var z=Object.getOwnPropertyDescriptor(E.prototype,y.Zl[b.Tj]);z.get!==void 0&&z.set===void 0&&Object.defineProperty(E.prototype,y.Zl[b.Tj],{set:function(tt,ot){return function(){throw Error("Property "+tt.Zl[ot.Tj]+" of "+tt.x+" is read-only.")}}(y,b)})}}}y={Zl:y.Zl,x:y.x}}}};function Sn(){}Sn.prototype.reset=function(){},Sn.prototype.next=function(){return!1},Sn.prototype.Ad=function(){return!1},Sn.prototype.first=function(){return null},Sn.prototype.any=function(){return!1},Sn.prototype.all=function(){return!0},Sn.prototype.each=function(){return this},Sn.prototype.map=function(){return this},Sn.prototype.filter=function(){return this},Sn.prototype.de=function(){},Sn.prototype.toString=function(){return"EmptyIterator"},fe.Object.defineProperties(Sn.prototype,{iterator:{get:function(){return this}},count:{get:function(){return 0}}}),Sn.prototype.first=Sn.prototype.first,Sn.prototype.hasNext=Sn.prototype.Ad,Sn.prototype.next=Sn.prototype.next,Sn.prototype.reset=Sn.prototype.reset;var ii=null;Sn.className="EmptyIterator",ii=new Sn;function ti(a){this.key=-1,this.value=a}ti.prototype.reset=function(){this.key=-1},ti.prototype.next=function(){return this.key===-1?(this.key=0,!0):!1},ti.prototype.Ad=function(){return this.next()},ti.prototype.first=function(){return this.key=0,this.value},ti.prototype.any=function(a){return this.key=-1,a(this.value)},ti.prototype.all=function(a){return this.key=-1,a(this.value)},ti.prototype.each=function(a){return this.key=-1,a(this.value),this},ti.prototype.map=function(a){return new ti(a(this.value))},ti.prototype.filter=function(a){return a(this.value)?new ti(this.value):ii},ti.prototype.de=function(){this.value=null},ti.prototype.toString=function(){return"SingletonIterator("+this.value+")"},fe.Object.defineProperties(ti.prototype,{iterator:{get:function(){return this}},count:{get:function(){return 1}}}),ti.prototype.first=ti.prototype.first,ti.prototype.hasNext=ti.prototype.Ad,ti.prototype.next=ti.prototype.next,ti.prototype.reset=ti.prototype.reset,ti.className="SingletonIterator";function fi(a){this.Bb=a,this.qf=null,a.Sa=null,this.qa=a.Ja,this.Za=-1}fi.prototype.reset=function(){var a=this.Bb;a.Sa=null,this.qa=a.Ja,this.Za=-1},fi.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,E=this.qf;if(E!==null)for(;x<y;){var b=a[x];if(E(b))return this.key=this.Za=x,this.value=b,!0;x++}else{if(x<y)return this.key=x,this.value=a[x],!0;this.de()}return!1},fi.prototype.Ad=function(){return this.next()},fi.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 E=0;E<y;){var b=a[E];if(x(b))return this.key=this.Za=E,this.value=b;E++}return null}return 0<y?(a=a[0],this.key=0,this.value=a):null},fi.prototype.any=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,E=this.qf,b=0;b<x;b++){var z=y[b];if((E===null||E(z))&&a(z))return!0}return!1},fi.prototype.all=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,E=this.qf,b=0;b<x;b++){var z=y[b];if((E===null||E(z))&&!a(z))return!1}return!0},fi.prototype.each=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,E=this.qf,b=0;b<x;b++){var z=y[b];(E===null||E(z))&&a(z)}return this},fi.prototype.map=function(a){var y=this.Bb;y.Sa=null,this.Za=-1;var x=[];y=y.s;for(var E=y.length,b=this.qf,z=0;z<E;z++){var tt=y[z];(b===null||b(tt))&&x.push(a(tt))}return a=new Ee,a.s=x,a.xb(),a.iterator},fi.prototype.filter=function(a){var y=this.Bb;y.Sa=null,this.Za=-1;var x=[];y=y.s;for(var E=y.length,b=this.qf,z=0;z<E;z++){var tt=y[z];(b===null||b(tt))&&a(tt)&&x.push(tt)}return a=new Ee,a.s=x,a.xb(),a.iterator},fi.prototype.de=function(){this.key=-1,this.value=null,this.qa=-1,this.qf=null,this.Bb.Sa=this},fi.prototype.toString=function(){return"ListIterator@"+this.Za+"/"+this.Bb.count},fe.Object.defineProperties(fi.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,E=x.length,b=0;b<E;b++)a(x[b])&&y++;return y}return this.Bb.s.length}}}),fi.prototype.first=fi.prototype.first,fi.prototype.hasNext=fi.prototype.Ad,fi.prototype.next=fi.prototype.next,fi.prototype.reset=fi.prototype.reset,fi.className="ListIterator";function Fn(a){this.Bb=a,a.Hg=null,this.qa=a.Ja,this.Za=a.s.length}Fn.prototype.reset=function(){var a=this.Bb;a.Hg=null,this.qa=a.Ja,this.Za=a.s.length},Fn.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)},Fn.prototype.Ad=function(){return this.next()},Fn.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},Fn.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},Fn.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},Fn.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},Fn.prototype.map=function(a){var y=this.Bb;y.Hg=null;var x=[];y=y.s;var E=y.length;for(this.Za=E,--E;0<=E;E--)x.push(a(y[E]));return a=new Ee,a.s=x,a.xb(),a.iterator},Fn.prototype.filter=function(a){var y=this.Bb;y.Hg=null;var x=[];y=y.s;var E=y.length;for(this.Za=E,--E;0<=E;E--){var b=y[E];a(b)&&x.push(b)}return a=new Ee,a.s=x,a.xb(),a.iterator},Fn.prototype.de=function(){this.key=-1,this.value=null,this.qa=-1,this.Bb.Hg=this},Fn.prototype.toString=function(){return"ListIteratorBackwards("+this.Za+"/"+this.Bb.count+")"},fe.Object.defineProperties(Fn.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.Bb.s.length}}}),Fn.prototype.first=Fn.prototype.first,Fn.prototype.hasNext=Fn.prototype.Ad,Fn.prototype.next=Fn.prototype.next,Fn.prototype.reset=Fn.prototype.reset,Fn.className="ListIteratorBackwards";function Ee(a){Cn(this),this._isFrozen=!1,this.s=[],this.Ja=0,this.Hg=this.Sa=null,typeof a=="string"&&Wt("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}wt=Ee.prototype,wt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},wt.freeze=function(){return this._isFrozen=!0,this},wt.ka=function(){return this._isFrozen=!1,this},wt.toString=function(){return"List()#"+ni(this)},wt.add=function(a){return a===null?this:(this._isFrozen&&Ge(this,a),this.s.push(a),this.xb(),this)},wt.push=function(a){this.add(a)},wt.addAll=function(a){if(a===null)return this;this._isFrozen&&Ge(this);var y=this.s;if(Ae(a))for(var x=a.length,E=0;E<x;E++)y.push(a[E]);else for(a=a.iterator;a.next();)y.push(a.value);return this.xb(),this},wt.clear=function(){this._isFrozen&&Ge(this),this.s.length=0,this.xb()},wt.contains=function(a){return a===null?!1:this.s.indexOf(a)!==-1},wt.has=function(a){return this.contains(a)},wt.indexOf=function(a){return a===null?-1:this.s.indexOf(a)},wt.M=function(a){var y=this.s;return(0>a||a>=y.length)&&fn(a,"0 <= i < length",Ee,"elt:i"),y[a]},wt.get=function(a){return this.M(a)},wt.cd=function(a,y){var x=this.s;(0>a||a>=x.length)&&fn(a,"0 <= i < length",Ee,"setElt:i"),this._isFrozen&&Ge(this,a),x[a]=y},wt.set=function(a,y){this.cd(a,y)},wt.first=function(){var a=this.s;return a.length===0?null:a[0]},wt.jc=function(){var a=this.s,y=a.length;return 0<y?a[y-1]:null},wt.pop=function(){this._isFrozen&&Ge(this);var a=this.s;return 0<a.length?a.pop():null},Ee.prototype.any=function(a){for(var y=this.s,x=y.length,E=0;E<x;E++)if(a(y[E]))return!0;return!1},Ee.prototype.all=function(a){for(var y=this.s,x=y.length,E=0;E<x;E++)if(!a(y[E]))return!1;return!0},Ee.prototype.each=function(a){for(var y=this.s,x=y.length,E=0;E<x;E++)a(y[E]);return this},Ee.prototype.map=function(a){for(var y=new Ee,x=[],E=this.s,b=E.length,z=0;z<b;z++)x.push(a(E[z]));return y.s=x,y.xb(),y},Ee.prototype.filter=function(a){for(var y=new Ee,x=[],E=this.s,b=E.length,z=0;z<b;z++){var tt=E[z];a(tt)&&x.push(tt)}return y.s=x,y.xb(),y},wt=Ee.prototype,wt.Gb=function(a,y){0>a&&fn(a,">= 0",Ee,"insertAt:i"),this._isFrozen&&Ge(this,a);var x=this.s;a>=x.length?x.push(y):x.splice(a,0,y),this.xb()},wt.remove=function(a){if(a===null)return!1;this._isFrozen&&Ge(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)},wt.delete=function(a){return this.remove(a)},wt.mb=function(a){var y=this.s;(0>a||a>=y.length)&&fn(a,"0 <= i < length",Ee,"removeAt:i"),this._isFrozen&&Ge(this,a),a===y.length-1?y.pop():y.splice(a,1),this.xb()},wt.removeRange=function(a,y){var x=this.s,E=x.length;if(0>a)a=0;else if(a>=E)return this;if(0>y)return this;if(y>=E&&(y=E-1),a>y)return this;this._isFrozen&&Ge(this);for(var b=a,z=y+1;z<E;)x[b++]=x[z++];return x.length=E-(y-a+1),this.xb(),this},Ee.prototype.copy=function(){var a=new Ee,y=this.s;return 0<y.length&&(a.s=Array.prototype.slice.call(y)),a},wt=Ee.prototype,wt.Fa=function(){for(var a=this.s,y=this.count,x=Array(y),E=0;E<y;E++)x[E]=a[E];return x},wt.Iv=function(){for(var a=new Me,y=this.s,x=this.count,E=0;E<x;E++)a.add(y[E]);return a},wt.sort=function(a){return this._isFrozen&&Ge(this),this.s.sort(a),this.xb(),this},wt.zi=function(a,y,x){var E=this.s,b=E.length;y===void 0&&(y=0),x===void 0&&(x=b),this._isFrozen&&Ge(this);var z=x-y;if(1>=z)return this;if((0>y||y>=b-1)&&fn(y,"0 <= from < length",Ee,"sortRange:from"),z===2)return x=E[y],b=E[y+1],0<a(x,b)&&(E[y]=b,E[y+1]=x,this.xb()),this;if(y===0)if(x>=b)E.sort(a);else for(y=E.slice(0,x),y.sort(a),a=0;a<x;a++)E[a]=y[a];else if(x>=b)for(x=E.slice(y),x.sort(a),a=y;a<b;a++)E[a]=x[a-y];else for(b=E.slice(y,x),b.sort(a),a=y;a<x;a++)E[a]=b[a-y];return this.xb(),this},wt.reverse=function(){return this._isFrozen&&Ge(this),this.s.reverse(),this.xb(),this},fe.Object.defineProperties(Ee.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 ii;var a=this.Sa;return a!==null?(a.reset(),a):new fi(this)}},iteratorBackwards:{get:function(){if(0>=this.s.length)return ii;var a=this.Hg;return a!==null?(a.reset(),a):new Fn(this)}}}),Ee.prototype.reverse=Ee.prototype.reverse,Ee.prototype.sortRange=Ee.prototype.zi,Ee.prototype.sort=Ee.prototype.sort,Ee.prototype.toSet=Ee.prototype.Iv,Ee.prototype.toArray=Ee.prototype.Fa,Ee.prototype.removeRange=Ee.prototype.removeRange,Ee.prototype.removeAt=Ee.prototype.mb,Ee.prototype.delete=Ee.prototype.delete,Ee.prototype.remove=Ee.prototype.remove,Ee.prototype.insertAt=Ee.prototype.Gb,Ee.prototype.pop=Ee.prototype.pop,Ee.prototype.last=Ee.prototype.jc,Ee.prototype.first=Ee.prototype.first,Ee.prototype.set=Ee.prototype.set,Ee.prototype.setElt=Ee.prototype.cd,Ee.prototype.get=Ee.prototype.get,Ee.prototype.elt=Ee.prototype.M,Ee.prototype.indexOf=Ee.prototype.indexOf,Ee.prototype.has=Ee.prototype.has,Ee.prototype.contains=Ee.prototype.contains,Ee.prototype.clear=Ee.prototype.clear,Ee.prototype.addAll=Ee.prototype.addAll,Ee.prototype.push=Ee.prototype.push,Ee.prototype.add=Ee.prototype.add,Ee.prototype.thaw=Ee.prototype.ka,Ee.prototype.freeze=Ee.prototype.freeze,Ee.className="List";function wi(a){this.eg=a,a.Sa=null,this.qa=a.Ja,this.sa=null}wi.prototype.reset=function(){var a=this.eg;a.Sa=null,this.qa=a.Ja,this.sa=null},wi.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)},wi.prototype.Ad=function(){return this.next()},wi.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},wi.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},wi.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},wi.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},wi.prototype.map=function(a){var y=this.eg;y.Sa=null;var x=new Ee;for(y=y.ea;y!==null;)x.add(a(y.value)),y=y.va;return x.iterator},wi.prototype.filter=function(a){var y=this.eg;y.Sa=null;var x=new Ee;for(y=y.ea;y!==null;){var E=y.value;a(E)&&x.add(E),y=y.va}return x.iterator},wi.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.eg.Sa=this},wi.prototype.toString=function(){return this.sa!==null?"SetIterator@"+this.sa.value:"SetIterator"},fe.Object.defineProperties(wi.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.eg.Sb}}}),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="SetIterator";function Me(a){Cn(this),this._isFrozen=!1,this.Tb={},this.Sb=0,this.Sa=null,this.Ja=0,this.kf=this.ea=null,typeof a=="string"&&Wt("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}wt=Me.prototype,wt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},wt.freeze=function(){return this._isFrozen=!0,this},wt.ka=function(){return this._isFrozen=!1,this},wt.toString=function(){return"Set()#"+ni(this)},wt.add=function(a){if(a===null)return this;this._isFrozen&&Ge(this,a);var y=a;return Fe(a)&&(y=Gn(a)),this.Tb[y]===void 0&&(this.Sb++,a=new ho(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},wt.addAll=function(a){if(a===null)return this;if(this._isFrozen&&Ge(this),Ae(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},wt.contains=function(a){if(a===null)return!1;var y=a;return Fe(a)&&(y=ni(a),y===void 0)?!1:this.Tb[y]!==void 0},wt.has=function(a){return this.contains(a)},wt.Sy=function(a){if(a===null)return!0;for(a=a.iterator;a.next();)if(!this.contains(a.value))return!1;return!0},wt.Ty=function(a){if(a===null)return!0;for(a=a.iterator;a.next();)if(this.contains(a.value))return!0;return!1},wt.first=function(){var a=this.ea;return a===null?null:a.value},Me.prototype.any=function(a){for(var y=this.ea;y!==null;){if(a(y.value))return!0;y=y.va}return!1},Me.prototype.all=function(a){for(var y=this.ea;y!==null;){if(!a(y.value))return!1;y=y.va}return!0},Me.prototype.each=function(a){for(var y=this.ea;y!==null;)a(y.value),y=y.va;return this},Me.prototype.map=function(a){for(var y=new Me,x=this.ea;x!==null;)y.add(a(x.value)),x=x.va;return y},Me.prototype.filter=function(a){for(var y=new Me,x=this.ea;x!==null;){var E=x.value;a(E)&&y.add(E),x=x.va}return y},wt=Me.prototype,wt.remove=function(a){if(a===null)return!1;this._isFrozen&&Ge(this,a);var y=a;if(Fe(a)&&(y=ni(a),y===void 0)||(a=this.Tb[y],a===void 0))return!1;var x=a.va,E=a.ll;return x!==null&&(x.ll=E),E!==null&&(E.va=x),this.ea===a&&(this.ea=x),this.kf===a&&(this.kf=E),delete this.Tb[y],this.Sb--,this.xb(),!0},wt.delete=function(a){return this.remove(a)},wt.hp=function(a){if(a===null)return this;if(this._isFrozen&&Ge(this),Ae(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},wt.pA=function(a){if(a===null||this.count===0)return this;this._isFrozen&&Ge(this);var y=new Me;y.addAll(a),a=[];for(var x=this.iterator;x.next();){var E=x.value;y.contains(E)||a.push(E)}return this.hp(a),this},wt.clear=function(){this._isFrozen&&Ge(this),this.Tb={},this.Sb=0,this.Sa!==null&&this.Sa.reset(),this.kf=this.ea=null,this.xb()},Me.prototype.copy=function(){var a=new Me,y=this.Tb,x;for(x in y)a.add(y[x].value);return a},Me.prototype.Fa=function(){var a=Array(this.Sb),y=this.Tb,x=0,E;for(E in y)a[x]=y[E].value,x++;return a},Me.prototype.Hv=function(){var a=new Ee,y=this.Tb,x;for(x in y)a.add(y[x].value);return a};function Cn(a){a.__gohashid=Yi++}function Gn(a){var y=a.__gohashid;return y===void 0&&(y=Yi++,a.__gohashid=y),y}function ni(a){return a.__gohashid}fe.Object.defineProperties(Me.prototype,{count:{get:function(){return this.Sb}},size:{get:function(){return this.Sb}},iterator:{get:function(){if(0>=this.Sb)return ii;var a=this.Sa;return a!==null?(a.reset(),a):new wi(this)}}}),Me.prototype.toList=Me.prototype.Hv,Me.prototype.toArray=Me.prototype.Fa,Me.prototype.clear=Me.prototype.clear,Me.prototype.retainAll=Me.prototype.pA,Me.prototype.removeAll=Me.prototype.hp,Me.prototype.delete=Me.prototype.delete,Me.prototype.remove=Me.prototype.remove,Me.prototype.first=Me.prototype.first,Me.prototype.containsAny=Me.prototype.Ty,Me.prototype.containsAll=Me.prototype.Sy,Me.prototype.has=Me.prototype.has,Me.prototype.contains=Me.prototype.contains,Me.prototype.addAll=Me.prototype.addAll,Me.prototype.add=Me.prototype.add,Me.prototype.thaw=Me.prototype.ka,Me.prototype.freeze=Me.prototype.freeze;var Yi=1;Me.className="Set",Me.uniqueHash=Cn,Me.hashIdUnique=Gn,Me.hashId=ni;function Ui(a){this.ma=a,this.qa=a.Ja,this.sa=null}Ui.prototype.reset=function(){this.qa=this.ma.Ja,this.sa=null},Ui.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)},Ui.prototype.Ad=function(){return this.next()},Ui.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},Ui.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},Ui.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},Ui.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},Ui.prototype.map=function(a){var y=this.ma;this.sa=null;var x=new Ee;for(y=y.ea;y!==null;)x.add(a(y.key)),y=y.va;return x.iterator},Ui.prototype.filter=function(a){var y=this.ma;this.sa=null;var x=new Ee;for(y=y.ea;y!==null;){var E=y.key;a(E)&&x.add(E),y=y.va}return x.iterator},Ui.prototype.de=function(){this.value=this.key=null,this.qa=-1},Ui.prototype.toString=function(){return this.sa!==null?"MapKeySetIterator@"+this.sa.value:"MapKeySetIterator"},fe.Object.defineProperties(Ui.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),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="MapKeySetIterator";function Ei(a){Me.call(this),Cn(this),this._isFrozen=!0,this.ma=a}Ce(Ei,Me),wt=Ei.prototype,wt.freeze=function(){return this},wt.ka=function(){return this},wt.toString=function(){return"MapKeySet("+this.ma.toString()+")"},wt.add=function(){Wt("This Set is read-only: "+this.toString())},wt.contains=function(a){return this.ma.contains(a)},wt.has=function(a){return this.contains(a)},wt.remove=function(){Wt("This Set is read-only: "+this.toString())},wt.delete=function(a){return this.remove(a)},wt.clear=function(){Wt("This Set is read-only: "+this.toString())},wt.first=function(){var a=this.ma.ea;return a!==null?a.key:null},Ei.prototype.any=function(a){for(var y=this.ma.ea;y!==null;){if(a(y.key))return!0;y=y.va}return!1},Ei.prototype.all=function(a){for(var y=this.ma.ea;y!==null;){if(!a(y.key))return!1;y=y.va}return!0},Ei.prototype.each=function(a){for(var y=this.ma.ea;y!==null;)a(y.key),y=y.va;return this},Ei.prototype.map=function(a){for(var y=new Me,x=this.ma.ea;x!==null;)y.add(a(x.key)),x=x.va;return y},Ei.prototype.filter=function(a){for(var y=new Me,x=this.ma.ea;x!==null;){var E=x.key;a(E)&&y.add(E),x=x.va}return y},Ei.prototype.copy=function(){return new Ei(this.ma)},Ei.prototype.Iv=function(){var a=new Me,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},Ei.prototype.Fa=function(){var a=this.ma.Tb,y=Array(this.ma.Sb),x=0,E;for(E in a)y[x]=a[E].key,x++;return y},Ei.prototype.Hv=function(){var a=new Ee,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},fe.Object.defineProperties(Ei.prototype,{count:{get:function(){return this.ma.Sb}},size:{get:function(){return this.ma.Sb}},iterator:{get:function(){return 0>=this.ma.Sb?ii:new Ui(this.ma)}}}),Ei.prototype.toList=Ei.prototype.Hv,Ei.prototype.toArray=Ei.prototype.Fa,Ei.prototype.toSet=Ei.prototype.Iv,Ei.prototype.first=Ei.prototype.first,Ei.prototype.clear=Ei.prototype.clear,Ei.prototype.delete=Ei.prototype.delete,Ei.prototype.remove=Ei.prototype.remove,Ei.prototype.has=Ei.prototype.has,Ei.prototype.contains=Ei.prototype.contains,Ei.prototype.add=Ei.prototype.add,Ei.prototype.thaw=Ei.prototype.ka,Ei.prototype.freeze=Ei.prototype.freeze,Ei.className="MapKeySet";function Ci(a){this.ma=a,a.jf=null,this.qa=a.Ja,this.sa=null}Ci.prototype.reset=function(){var a=this.ma;a.jf=null,this.qa=a.Ja,this.sa=null},Ci.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)},Ci.prototype.Ad=function(){return this.next()},Ci.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},Ci.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},Ci.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},Ci.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},Ci.prototype.map=function(a){var y=this.ma;this.sa=y.jf=null;var x=new Ee;for(y=y.ea;y!==null;)x.add(a(y.value)),y=y.va;return x.iterator},Ci.prototype.filter=function(a){var y=this.ma;this.sa=y.jf=null;var x=new Ee;for(y=y.ea;y!==null;){var E=y.value;a(E)&&x.add(E),y=y.va}return x.iterator},Ci.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.ma.jf=this},Ci.prototype.toString=function(){return this.sa!==null?"MapValueSetIterator@"+this.sa.value:"MapValueSetIterator"},fe.Object.defineProperties(Ci.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),Ci.prototype.first=Ci.prototype.first,Ci.prototype.hasNext=Ci.prototype.Ad,Ci.prototype.next=Ci.prototype.next,Ci.prototype.reset=Ci.prototype.reset,Ci.className="MapValueSetIterator";function ho(a,y){this.key=a,this.value=y,this.ll=this.va=null}ho.prototype.toString=function(){return"{"+this.key+":"+this.value+"}"},ho.className="KeyValuePair";function si(a){this.ma=a,a.Sa=null,this.qa=a.Ja,this.sa=null}si.prototype.reset=function(){var a=this.ma;a.Sa=null,this.qa=a.Ja,this.sa=null},si.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)},si.prototype.Ad=function(){return this.next()},si.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},si.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},si.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},si.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},si.prototype.map=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new Ee;for(y=y.ea;y!==null;)x.add(a(y)),y=y.va;return x.iterator},si.prototype.filter=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new Ee;for(y=y.ea;y!==null;)a(y)&&x.add(y),y=y.va;return x.iterator},si.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.ma.Sa=this},si.prototype.toString=function(){return this.sa!==null?"MapIterator@"+this.sa:"MapIterator"},fe.Object.defineProperties(si.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),si.prototype.first=si.prototype.first,si.prototype.hasNext=si.prototype.Ad,si.prototype.next=si.prototype.next,si.prototype.reset=si.prototype.reset,si.className="MapIterator";function An(a){Cn(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"&&Wt("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}wt=An.prototype,wt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},wt.freeze=function(){return this._isFrozen=!0,this},wt.ka=function(){return this._isFrozen=!1,this},wt.toString=function(){return"Map()#"+ni(this)},wt.add=function(a,y){this._isFrozen&&Ge(this,a);var x=a;Fe(a)&&(x=Gn(a));var E=this.Tb[x];return E===void 0?(this.Sb++,a=new ho(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()):E.value=y,this},wt.set=function(a,y){return this.add(a,y)},wt.addAll=function(a){if(a===null)return this;if(Ae(a))for(var y=a.length,x=0;x<y;x++){var E=a[x];this.add(E.key,E.value)}else if(a instanceof An)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},wt.first=function(){return this.ea},An.prototype.any=function(a){for(var y=this.ea;y!==null;){if(a(y))return!0;y=y.va}return!1},An.prototype.all=function(a){for(var y=this.ea;y!==null;){if(!a(y))return!1;y=y.va}return!0},An.prototype.each=function(a){for(var y=this.ea;y!==null;)a(y),y=y.va;return this},An.prototype.map=function(a){for(var y=new An,x=this.ea;x!==null;)y.add(x.key,a(x)),x=x.va;return y},An.prototype.filter=function(a){for(var y=new An,x=this.ea;x!==null;)a(x)&&y.add(x.key,x.value),x=x.va;return y},wt=An.prototype,wt.contains=function(a){var y=a;return Fe(a)&&(y=ni(a),y===void 0)?!1:this.Tb[y]!==void 0},wt.has=function(a){return this.contains(a)},wt.I=function(a){var y=a;return Fe(a)&&(y=ni(a),y===void 0)?null:(a=this.Tb[y],a===void 0?null:a.value)},wt.get=function(a){return this.I(a)},wt.remove=function(a){if(a===null)return!1;this._isFrozen&&Ge(this,a);var y=a;if(Fe(a)&&(y=ni(a),y===void 0)||(a=this.Tb[y],a===void 0))return!1;var x=a.va,E=a.ll;return x!==null&&(x.ll=E),E!==null&&(E.va=x),this.ea===a&&(this.ea=x),this.kf===a&&(this.kf=E),delete this.Tb[y],this.Sb--,this.xb(),!0},wt.delete=function(a){return this.remove(a)},wt.clear=function(){this._isFrozen&&Ge(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()},An.prototype.copy=function(){var a=new An,y=this.Tb,x;for(x in y){var E=y[x];a.add(E.key,E.value)}return a},An.prototype.Fa=function(){var a=this.Tb,y=Array(this.Sb),x=0,E;for(E in a){var b=a[E];y[x]=new ho(b.key,b.value),x++}return y},An.prototype.Lf=function(){return new Ei(this)},fe.Object.defineProperties(An.prototype,{count:{get:function(){return this.Sb}},size:{get:function(){return this.Sb}},iterator:{get:function(){if(0>=this.count)return ii;var a=this.Sa;return a!==null?(a.reset(),a):new si(this)}},iteratorKeys:{get:function(){return 0>=this.count?ii:new Ui(this)}},iteratorValues:{get:function(){if(0>=this.count)return ii;var a=this.jf;return a!==null?(a.reset(),a):new Ci(this)}}}),An.prototype.toKeySet=An.prototype.Lf,An.prototype.toArray=An.prototype.Fa,An.prototype.clear=An.prototype.clear,An.prototype.delete=An.prototype.delete,An.prototype.remove=An.prototype.remove,An.prototype.get=An.prototype.get,An.prototype.getValue=An.prototype.I,An.prototype.has=An.prototype.has,An.prototype.contains=An.prototype.contains,An.prototype.first=An.prototype.first,An.prototype.addAll=An.prototype.addAll,An.prototype.set=An.prototype.set,An.prototype.add=An.prototype.add,An.prototype.thaw=An.prototype.ka,An.prototype.freeze=An.prototype.freeze,An.className="Map";function At(a,y){a===void 0?this.y=this.x=0:typeof a=="number"&&typeof y=="number"?(this.x=a,this.y=y):Wt("Invalid arguments to Point constructor: "+a+", "+y),this._isFrozen=!1}var ei,gi,oi,$i,oo;At.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this},At.prototype.h=function(a,y){return this.x=a,this.y=y,this},At.prototype.sg=function(a,y){return this.x=a,this.y=y,this},At.prototype.set=function(a){return this.x=a.x,this.y=a.y,this},At.prototype.copy=function(){var a=new At;return a.x=this.x,a.y=this.y,a},wt=At.prototype,wt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},wt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},wt.freeze=function(){return this._isFrozen=!0,this},wt.ka=function(){return Object.isFrozen(this)&&Wt("cannot thaw constant: "+this),this._isFrozen=!1,this};function Dn(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var E=a[y++];E&&(x=parseFloat(E));for(var b=0;a[y]==="";)y++;return(E=a[y++])&&(b=parseFloat(E)),new At(x,b)}return new At}function Vn(a){return a.x.toString()+" "+a.y.toString()}wt.toString=function(){return"Point("+this.x+","+this.y+")"},wt.D=function(a){return a instanceof At?this.x===a.x&&this.y===a.y:!1},wt.hi=function(a,y){return this.x===a&&this.y===y},wt.Xa=function(a){return Jt.B(this.x,a.x)&&Jt.B(this.y,a.y)},wt.add=function(a){return this.x+=a.x,this.y+=a.y,this},wt.re=function(a){return this.x-=a.x,this.y-=a.y,this},wt.offset=function(a,y){return this.x+=a,this.y+=y,this},At.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 E=1}else a===180?(a=-1,E=0):a===270?(a=0,E=-1):(E=a*Math.PI/180,a=Math.cos(E),E=Math.sin(E));return this.x=a*y-E*x,this.y=E*y+a*x,this},wt=At.prototype,wt.scale=function(a,y){return this.x*=a,this.y*=y,this},wt.Bf=function(a){var y=a.x-this.x;return a=a.y-this.y,y*y+a*a},wt.zd=function(a,y){return a-=this.x,y-=this.y,a*a+y*y},wt.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},wt.ab=function(a){return Yn(a.x-this.x,a.y-this.y)},wt.direction=function(a,y){return Yn(a-this.x,y-this.y)};function Yn(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}wt.Ry=function(a,y){return Jt.Fl(a.x,a.y,y.x,y.y,this.x,this.y)},wt.fA=function(a,y,x,E){return Jt.qh(a,y,x,E,this.x,this.y,this),this},wt.gA=function(a,y){return Jt.qh(a.x,a.y,y.x,y.y,this.x,this.y,this),this},wt.uA=function(a,y,x,E){return Jt.No(this.x,this.y,a,y,x,E,this),this},wt.vA=function(a,y){return Jt.No(this.x,this.y,a.x,a.y,y.width,y.height,this),this},wt.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},wt.yi=function(a,y,x,E,b){return this.x=a+b.x*x+b.offsetX,this.y=y+b.y*E+b.offsetY,this},wt.transform=function(a){return a.Ga(this),this};function Un(a,y){return y.Cd(a),a}function vi(a,y,x,E,b,z){var tt=b-x,ot=z-E,rt=tt*tt+ot*ot;x-=a,E-=y;var at=-x*tt-E*ot;return 0>=at||at>=rt?(tt=b-a,ot=z-y,Math.min(x*x+E*E,tt*tt+ot*ot)):(a=tt*E-ot*x,a*a/rt)}function mo(a,y,x,E){return a=x-a,y=E-y,a*a+y*y}function ai(a,y,x,E){return a=x-a,y=E-y,a===0?0<y?90:0>y?270:0:y===0?0<a?0:180:isNaN(a)||isNaN(y)?0:(E=180*Math.atan(Math.abs(y/a))/Math.PI,0>a?E=0>y?E+180:180-E:0>y&&(E=360-E),E)}wt.w=function(){return isFinite(this.x)&&isFinite(this.y)},At.alloc=function(){var a=ui.pop();return a===void 0?new At:a},At.allocAt=function(a,y){var x=ui.pop();return x===void 0?new At(a,y):(x.x=a,x.y=y,x)},At.free=function(a){ui.push(a)},At.prototype.isReal=At.prototype.w,At.prototype.setSpot=At.prototype.yi,At.prototype.setRectSpot=At.prototype.xi,At.prototype.snapToGridPoint=At.prototype.vA,At.prototype.snapToGrid=At.prototype.uA,At.prototype.projectOntoLineSegmentPoint=At.prototype.gA,At.prototype.projectOntoLineSegment=At.prototype.fA,At.intersectingLineSegments=function(a,y,x,E,b,z,tt,ot){return Jt.Rl(a,y,x,E,b,z,tt,ot)},At.prototype.compareWithLineSegmentPoint=At.prototype.Ry,At.compareWithLineSegment=function(a,y,x,E,b,z){return Jt.Fl(a,y,x,E,b,z)},At.prototype.direction=At.prototype.direction,At.prototype.directionPoint=At.prototype.ab,At.prototype.normalize=At.prototype.normalize,At.prototype.distanceSquared=At.prototype.zd,At.prototype.distanceSquaredPoint=At.prototype.Bf,At.prototype.scale=At.prototype.scale,At.prototype.rotate=At.prototype.rotate,At.prototype.offset=At.prototype.offset,At.prototype.subtract=At.prototype.re,At.prototype.add=At.prototype.add,At.prototype.equalsApprox=At.prototype.Xa,At.prototype.equalTo=At.prototype.hi,At.prototype.equals=At.prototype.D,At.prototype.set=At.prototype.set,At.prototype.setTo=At.prototype.sg;var ui=[];At.className="Point",At.parse=Dn,At.stringify=Vn,At.distanceLineSegmentSquared=vi,At.distanceSquared=mo,At.direction=ai,At.Origin=ei=new At(0,0).ja(),At.InfiniteTopLeft=gi=new At(-1/0,-1/0).ja(),At.InfiniteBottomRight=oi=new At(1/0,1/0).ja(),At.SixPoint=$i=new At(6,6).ja(),At.NoPoint=oo=new At(NaN,NaN).ja(),At.parse=Dn,At.stringify=Vn,At.distanceLineSegmentSquared=vi,At.distanceSquared=mo,At.direction=ai;function Je(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):Wt("Invalid arguments to Size constructor: "+a+", "+y),this._isFrozen=!1}var li,lo,Ho,zo,Mo,Zo,To;Je.prototype.assign=function(a){return this.width=a.width,this.height=a.height,this},Je.prototype.h=function(a,y){return this.width=a,this.height=y,this},Je.prototype.sg=function(a,y){return this.width=a,this.height=y,this},Je.prototype.set=function(a){return this.width=a.width,this.height=a.height,this},Je.prototype.copy=function(){var a=new Je;return a.width=this.width,a.height=this.height,a},wt=Je.prototype,wt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},wt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},wt.freeze=function(){return this._isFrozen=!0,this},wt.ka=function(){return Object.isFrozen(this)&&Wt("cannot thaw constant: "+this),this._isFrozen=!1,this};function Ur(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var E=a[y++];E&&(x=parseFloat(E));for(var b=0;a[y]==="";)y++;return(E=a[y++])&&(b=parseFloat(E)),new Je(x,b)}return new Je}function Rr(a){return a.width.toString()+" "+a.height.toString()}wt.toString=function(){return"Size("+this.width+","+this.height+")"},wt.D=function(a){return a instanceof Je?this.width===a.width&&this.height===a.height:!1},wt.hi=function(a,y){return this.width===a&&this.height===y},wt.Xa=function(a){return Jt.B(this.width,a.width)&&Jt.B(this.height,a.height)},wt.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},wt.w=function(){return isFinite(this.width)&&isFinite(this.height)},Je.alloc=function(){var a=Ss.pop();return a===void 0?new Je:a},Je.free=function(a){Ss.push(a)},Je.prototype.isReal=Je.prototype.w,Je.prototype.inflate=Je.prototype.Bc,Je.prototype.equalsApprox=Je.prototype.Xa,Je.prototype.equalTo=Je.prototype.hi,Je.prototype.equals=Je.prototype.D,Je.prototype.set=Je.prototype.set,Je.prototype.setTo=Je.prototype.sg;var Ss=[];Je.className="Size",Je.parse=Ur,Je.stringify=Rr,Je.ZeroSize=li=new Je(0,0).ja(),Je.OneSize=lo=new Je(1,1).ja(),Je.SixSize=Ho=new Je(6,6).ja(),Je.EightSize=zo=new Je(8,8).ja(),Je.TenSize=Mo=new Je(10,10).ja(),Je.InfiniteSize=Zo=new Je(1/0,1/0).ja(),Je.NoSize=To=new Je(NaN,NaN).ja(),Je.parse=Ur,Je.stringify=Rr;function me(a,y,x,E){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 E=="number"&&(0<=E||isNaN(E))?(this.x=a,this.y=y,this.width=x,this.height=E):a instanceof At?(x=a.x,a=a.y,y instanceof At?(E=y.x,y=y.y,this.x=Math.min(x,E),this.y=Math.min(a,y),this.width=Math.abs(x-E),this.height=Math.abs(a-y)):y instanceof Je?(this.x=x,this.y=a,this.width=y.width,this.height=y.height):Wt("Incorrect second argument supplied to Rect constructor "+y)):Wt("Invalid arguments to Rect constructor: "+a+", "+y+", "+x+", "+E),this._isFrozen=!1}wt=me.prototype,wt.assign=function(a){return this.x=a.x,this.y=a.y,this.width=a.width,this.height=a.height,this},wt.h=function(a,y,x,E){return this.x=a,this.y=y,this.width=x,this.height=E,this};function dr(a,y,x){a.width=y,a.height=x}wt.sg=function(a,y,x,E){return this.x=a,this.y=y,this.width=x,this.height=E,this},wt.set=function(a){return this.x=a.x,this.y=a.y,this.width=a.width,this.height=a.height,this},wt.dd=function(a){return this.x=a.x,this.y=a.y,this},wt.tA=function(a){return this.width=a.width,this.height=a.height,this},me.prototype.copy=function(){var a=new me;return a.x=this.x,a.y=this.y,a.width=this.width,a.height=this.height,a},wt=me.prototype,wt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},wt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},wt.freeze=function(){return this._isFrozen=!0,this},wt.ka=function(){return Object.isFrozen(this)&&Wt("cannot thaw constant: "+this),this._isFrozen=!1,this};function $a(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var E=a[y++];E&&(x=parseFloat(E));for(var b=0;a[y]==="";)y++;(E=a[y++])&&(b=parseFloat(E));for(var z=0;a[y]==="";)y++;(E=a[y++])&&(z=parseFloat(E));for(var tt=0;a[y]==="";)y++;return(E=a[y++])&&(tt=parseFloat(E)),new me(x,b,z,tt)}return new me}function Yr(a){return a.x.toString()+" "+a.y.toString()+" "+a.width.toString()+" "+a.height.toString()}wt.toString=function(){return"Rect("+this.x+","+this.y+","+this.width+","+this.height+")"},wt.D=function(a){return a instanceof me?this.x===a.x&&this.y===a.y&&this.width===a.width&&this.height===a.height:!1},wt.hi=function(a,y,x,E){return this.x===a&&this.y===y&&this.width===x&&this.height===E},wt.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 Da(a,y){return Jt.$(a.x,y.x)&&Jt.$(a.y,y.y)&&Jt.$(a.width,y.width)&&Jt.$(a.height,y.height)}wt.ca=function(a){return this.x<=a.x&&this.x+this.width>=a.x&&this.y<=a.y&&this.y+this.height>=a.y},wt.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},wt.contains=function(a,y,x,E){return x===void 0&&(x=0),E===void 0&&(E=0),this.x<=a&&a+x<=this.x+this.width&&this.y<=y&&y+E<=this.y+this.height},wt.offset=function(a,y){return this.x+=a,this.y+=y,this},wt.Bc=function(a,y){return Fo(this,y,a,y,a)},wt.Co=function(a){return Fo(this,a.top,a.right,a.bottom,a.left)},wt.Fv=function(a){return Fo(this,-a.top,-a.right,-a.bottom,-a.left)},wt.Hz=function(a,y,x,E){return Fo(this,a,y,x,E)};function Fo(a,y,x,E,b){var z=a.width;return x+b<=-z?(a.x+=z/2,a.width=0):(a.x-=b,a.width+=x+b),x=a.height,y+E<=-x?(a.y+=x/2,a.height=0):(a.y-=y,a.height+=y+E),a}wt.Ex=function(a){return Ml(this,a.x,a.y,a.width,a.height)},wt.Uu=function(a,y,x,E){return Ml(this,a,y,x,E)};function Ml(a,y,x,E,b){var z=Math.max(a.x,y),tt=Math.max(a.y,x);return y=Math.min(a.x+a.width,y+E),x=Math.min(a.y+a.height,x+b),a.x=z,a.y=tt,a.width=Math.max(0,y-z),a.height=Math.max(0,x-tt),a}wt.Yc=function(a){return this.Vu(a.x,a.y,a.width,a.height)},wt.Vu=function(a,y,x,E){var b=this.width,z=this.x;return b!==1/0&&x!==1/0&&(b+=z,x+=a,isNaN(x)||isNaN(b)||z>x||a>b)?!1:(a=this.height,x=this.y,!(a!==1/0&&E!==1/0&&(a+=x,E+=y,isNaN(E)||isNaN(a)||x>E||y>a)))};function qa(a,y){var x=a.width,E=a.x,b=y.x-10;return E>y.width+10+10+b||b>x+E?!1:(x=a.height,a=a.y,E=y.y-10,!(a>y.height+10+10+E||E>x+a))}wt.Ye=function(a){return Go(this,a.x,a.y,0,0)},wt.ed=function(a){return Go(this,a.x,a.y,a.width,a.height)},wt.Kv=function(a,y,x,E){return x===void 0&&(x=0),E===void 0&&(E=0),Go(this,a,y,x,E)};function Go(a,y,x,E,b){var z=Math.min(a.x,y),tt=Math.min(a.y,x);return y=Math.max(a.x+a.width,y+E),x=Math.max(a.y+a.height,x+b),a.x=z,a.y=tt,a.width=y-z,a.height=x-tt,a}wt.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 Nr(a,y,x,E,b,z,tt,ot){return tt===void 0&&(tt=0),ot===void 0&&(ot=0),a<=b&&b+tt<=a+x&&y<=z&&z+ot<=y+E}function Oa(a,y,x,E,b,z,tt,ot){return a>tt+b||b>x+a?!1:!(y>ot+z||z>E+y)}wt.w=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},wt.Mz=function(){return this.width===0&&this.height===0},me.alloc=function(){var a=os.pop();return a===void 0?new me:a},me.allocAt=function(a,y,x,E){var b=os.pop();return b===void 0?new me(a,y,x,E):b.h(a,y,x,E)},me.free=function(a){os.push(a)},fe.Object.defineProperties(me.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 At(this.x,this.y)},set:function(a){this.x=a.x,this.y=a.y}},size:{get:function(){return new Je(this.width,this.height)},set:function(a){this.width=a.width,this.height=a.height}},center:{get:function(){return new At(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}}}),me.prototype.isEmpty=me.prototype.Mz,me.prototype.isReal=me.prototype.w,me.intersectsLineSegment=function(a,y,x,E,b,z,tt,ot){return Jt.Fx(a,y,x,E,b,z,tt,ot)},me.prototype.setSpot=me.prototype.yi,me.prototype.union=me.prototype.Kv,me.prototype.unionRect=me.prototype.ed,me.prototype.unionPoint=me.prototype.Ye,me.prototype.intersects=me.prototype.Vu,me.prototype.intersectsRect=me.prototype.Yc,me.prototype.intersect=me.prototype.Uu,me.prototype.intersectRect=me.prototype.Ex,me.prototype.grow=me.prototype.Hz,me.prototype.subtractMargin=me.prototype.Fv,me.prototype.addMargin=me.prototype.Co,me.prototype.inflate=me.prototype.Bc,me.prototype.offset=me.prototype.offset,me.prototype.contains=me.prototype.contains,me.prototype.containsRect=me.prototype.Re,me.prototype.containsPoint=me.prototype.ca,me.prototype.equalsApprox=me.prototype.Xa,me.prototype.equalTo=me.prototype.hi,me.prototype.equals=me.prototype.D,me.prototype.setSize=me.prototype.tA,me.prototype.setPoint=me.prototype.dd,me.prototype.set=me.prototype.set,me.prototype.setTo=me.prototype.sg;var jr=null,Ia=null,os=[];me.className="Rect",me.parse=$a,me.stringify=Yr,me.contains=Nr,me.intersects=Oa,me.ZeroRect=jr=new me(0,0,0,0).ja(),me.NoRect=Ia=new me(NaN,NaN,NaN,NaN).ja(),me.parse=$a,me.stringify=Yr,me.contains=Nr,me.intersects=Oa;function xi(a,y,x,E){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):E!==void 0?(this.top=a,this.right=y,this.bottom=x,this.left=E):Wt("Invalid arguments to Margin constructor: "+a+", "+y+", "+x+", "+E),this._isFrozen=!1}xi.prototype.assign=function(a){return this.top=a.top,this.right=a.right,this.bottom=a.bottom,this.left=a.left,this},xi.prototype.sg=function(a,y,x,E){return this.top=a,this.right=y,this.bottom=x,this.left=E,this},xi.prototype.set=function(a){return this.top=a.top,this.right=a.right,this.bottom=a.bottom,this.left=a.left,this},xi.prototype.copy=function(){var a=new xi;return a.top=this.top,a.right=this.right,a.bottom=this.bottom,a.left=this.left,a},wt=xi.prototype,wt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},wt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},wt.freeze=function(){return this._isFrozen=!0,this},wt.ka=function(){return Object.isFrozen(this)&&Wt("cannot thaw constant: "+this),this._isFrozen=!1,this};function Pr(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=NaN;a[y]==="";)y++;var E=a[y++];if(E&&(x=parseFloat(E)),isNaN(x))return new xi;for(var b=NaN;a[y]==="";)y++;if((E=a[y++])&&(b=parseFloat(E)),isNaN(b))return new xi(x);for(var z=NaN;a[y]==="";)y++;if((E=a[y++])&&(z=parseFloat(E)),isNaN(z))return new xi(x,b);for(var tt=NaN;a[y]==="";)y++;return(E=a[y++])&&(tt=parseFloat(E)),isNaN(tt)?new xi(x,b):new xi(x,b,z,tt)}return new xi}function gl(a){return a.top.toString()+" "+a.right.toString()+" "+a.bottom.toString()+" "+a.left.toString()}wt.toString=function(){return"Margin("+this.top+","+this.right+","+this.bottom+","+this.left+")"},wt.D=function(a){return a instanceof xi?this.top===a.top&&this.right===a.right&&this.bottom===a.bottom&&this.left===a.left:!1},wt.hi=function(a,y,x,E){return this.top===a&&this.right===y&&this.bottom===x&&this.left===E},wt.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)},wt.w=function(){return isFinite(this.top)&&isFinite(this.right)&&isFinite(this.bottom)&&isFinite(this.left)},xi.alloc=function(){var a=yo.pop();return a===void 0?new xi:a},xi.free=function(a){yo.push(a)},xi.prototype.isReal=xi.prototype.w,xi.prototype.equalsApprox=xi.prototype.Xa,xi.prototype.equalTo=xi.prototype.hi,xi.prototype.equals=xi.prototype.D,xi.prototype.set=xi.prototype.set,xi.prototype.setTo=xi.prototype.sg;var xs=null,ro=null,yo=[];xi.className="Margin",xi.parse=Pr,xi.stringify=gl,xi.ZeroMargin=xs=new xi(0,0,0,0).ja(),xi.TwoMargin=ro=new xi(2,2,2,2).ja(),xi.parse=Pr,xi.stringify=gl;function tn(a,y,x,E){a===void 0?this.offsetY=this.offsetX=this.y=this.x=0:(y===void 0&&(y=0),x===void 0&&(x=0),E===void 0&&(E=0),this.x=a,this.y=y,this.offsetX=x,this.offsetY=E),this._isFrozen=!1}var Ii,uo,Wo,Co,mr,Di,zr,rs,Gr,Rs,El,tl,Zr,da,gh,Zd,Nl,Kd,sd,ph,_l,Ra,mh,ad,ld,Ar,Gc,ud,vh,Nu,js,zs,Xr,ns,Vo,Lo;tn.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},tn.prototype.sg=function(a,y,x,E){return this.x=a,this.y=y,this.offsetX=x,this.offsetY=E,this},tn.prototype.set=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},tn.prototype.copy=function(){var a=new tn;return a.x=this.x,a.y=this.y,a.offsetX=this.offsetX,a.offsetY=this.offsetY,a},wt=tn.prototype,wt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},wt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},wt.freeze=function(){return this._isFrozen=!0,this},wt.ka=function(){return Object.isFrozen(this)&&Wt("cannot thaw constant: "+this),this._isFrozen=!1,this};function Oo(a,y){return a.x=NaN,a.y=NaN,a.offsetX=y,a}function Gs(a){if(typeof a=="string"){if(a=a.trim(),a==="None")return Ii;if(a==="TopLeft")return uo;if(a==="Top"||a==="TopCenter"||a==="MiddleTop")return Wo;if(a==="TopRight")return Co;if(a==="Left"||a==="LeftCenter"||a==="MiddleLeft")return mr;if(a==="Center")return Di;if(a==="Right"||a==="RightCenter"||a==="MiddleRight")return zr;if(a==="BottomLeft")return rs;if(a==="Bottom"||a==="BottomCenter"||a==="MiddleBottom")return Gr;if(a==="BottomRight")return Rs;if(a==="TopSide")return El;if(a==="LeftSide")return tl;if(a==="RightSide")return Zr;if(a==="BottomSide")return da;if(a==="TopBottomSides")return gh;if(a==="LeftRightSides")return Zd;if(a==="TopLeftSides")return Nl;if(a==="TopRightSides")return Kd;if(a==="BottomLeftSides")return sd;if(a==="BottomRightSides")return ph;if(a==="NotTopSide")return _l;if(a==="NotLeftSide")return Ra;if(a==="NotRightSide")return mh;if(a==="NotBottomSide")return ad;if(a==="AllSides")return ld;if(a==="Default")return Ar;a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var E=a[y++];E!==void 0&&0<E.length&&(x=parseFloat(E));for(var b=0;a[y]==="";)y++;E=a[y++],E!==void 0&&0<E.length&&(b=parseFloat(E));for(var z=0;a[y]==="";)y++;E=a[y++],E!==void 0&&0<E.length&&(z=parseFloat(E));for(var tt=0;a[y]==="";)y++;return E=a[y++],E!==void 0&&0<E.length&&(tt=parseFloat(E)),new tn(x,b,z,tt)}return new tn}function Jr(a){return a.sb()?a.x.toString()+" "+a.y.toString()+" "+a.offsetX.toString()+" "+a.offsetY.toString():a.toString()}wt.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(Ii)?"None":this.D(uo)?"TopLeft":this.D(Wo)?"Top":this.D(Co)?"TopRight":this.D(mr)?"Left":this.D(Di)?"Center":this.D(zr)?"Right":this.D(rs)?"BottomLeft":this.D(Gr)?"Bottom":this.D(Rs)?"BottomRight":this.D(El)?"TopSide":this.D(tl)?"LeftSide":this.D(Zr)?"RightSide":this.D(da)?"BottomSide":this.D(gh)?"TopBottomSides":this.D(Zd)?"LeftRightSides":this.D(Nl)?"TopLeftSides":this.D(Kd)?"TopRightSides":this.D(sd)?"BottomLeftSides":this.D(ph)?"BottomRightSides":this.D(_l)?"NotTopSide":this.D(Ra)?"NotLeftSide":this.D(mh)?"NotRightSide":this.D(ad)?"NotBottomSide":this.D(ld)?"AllSides":this.D(Ar)?"Default":"None"},wt.D=function(a){return a instanceof tn?(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},wt.gv=function(){return new tn(.5-(this.x-.5),.5-(this.y-.5),-this.offsetX,-this.offsetY)},wt.Hf=function(a){if(!this.$c())return!1;if(!a.$c())if(a.D(Gc))a=tl;else if(a.D(ud))a=Zr;else if(a.D(vh))a=El;else if(a.D(Nu))a=da;else return!1;return a=a.offsetY,(this.offsetY&a)===a},wt.sb=function(){return!isNaN(this.x)&&!isNaN(this.y)},wt.Mc=function(){return isNaN(this.x)||isNaN(this.y)},wt.$c=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===1&&this.offsetY!==0},wt.ys=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===0&&this.offsetY===0},wt.Xb=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===-1&&this.offsetY===0},tn.alloc=function(){var a=ds.pop();return a===void 0?new tn:a},tn.free=function(a){ds.push(a)},tn.prototype.isDefault=tn.prototype.Xb,tn.prototype.isNone=tn.prototype.ys,tn.prototype.isSide=tn.prototype.$c,tn.prototype.isNoSpot=tn.prototype.Mc,tn.prototype.isSpot=tn.prototype.sb,tn.prototype.includesSide=tn.prototype.Hf,tn.prototype.opposite=tn.prototype.gv,tn.prototype.equals=tn.prototype.D,tn.prototype.set=tn.prototype.set,tn.prototype.setTo=tn.prototype.sg;var ds=[];tn.className="Spot",tn.parse=Gs,tn.stringify=Jr,tn.None=Ii=Oo(new tn(0,0,0,0),0).ja(),tn.Default=Ar=Oo(new tn(0,0,-1,0),-1).ja(),tn.TopLeft=uo=new tn(0,0,0,0).ja(),tn.TopCenter=Wo=new tn(.5,0,0,0).ja(),tn.TopRight=Co=new tn(1,0,0,0).ja(),tn.LeftCenter=mr=new tn(0,.5,0,0).ja(),tn.Center=Di=new tn(.5,.5,0,0).ja(),tn.RightCenter=zr=new tn(1,.5,0,0).ja(),tn.BottomLeft=rs=new tn(0,1,0,0).ja(),tn.BottomCenter=Gr=new tn(.5,1,0,0).ja(),tn.BottomRight=Rs=new tn(1,1,0,0).ja(),tn.MiddleTop=js=Wo,tn.MiddleLeft=zs=mr,tn.MiddleRight=Xr=zr,tn.MiddleBottom=ns=Gr,tn.Top=vh=Wo,tn.Left=Gc=mr,tn.Right=ud=zr,tn.Bottom=Nu=Gr,tn.TopSide=El=Oo(new tn(0,0,1,1),1).ja(),tn.LeftSide=tl=Oo(new tn(0,0,1,2),1).ja(),tn.RightSide=Zr=Oo(new tn(0,0,1,4),1).ja(),tn.BottomSide=da=Oo(new tn(0,0,1,8),1).ja(),tn.TopBottomSides=gh=Oo(new tn(0,0,1,9),1).ja(),tn.LeftRightSides=Zd=Oo(new tn(0,0,1,6),1).ja(),tn.TopLeftSides=Nl=Oo(new tn(0,0,1,3),1).ja(),tn.TopRightSides=Kd=Oo(new tn(0,0,1,5),1).ja(),tn.BottomLeftSides=sd=Oo(new tn(0,0,1,10),1).ja(),tn.BottomRightSides=ph=Oo(new tn(0,0,1,12),1).ja(),tn.NotTopSide=_l=Oo(new tn(0,0,1,14),1).ja(),tn.NotLeftSide=Ra=Oo(new tn(0,0,1,13),1).ja(),tn.NotRightSide=mh=Oo(new tn(0,0,1,11),1).ja(),tn.NotBottomSide=ad=Oo(new tn(0,0,1,7),1).ja(),tn.AllSides=ld=Oo(new tn(0,0,1,15),1).ja(),Vo=new tn(.156,.156).ja(),Lo=new tn(.844,.844).ja(),tn.parse=Gs,tn.stringify=Jr;function pi(){this.m11=1,this.m21=this.m12=0,this.m22=1,this.dy=this.dx=0}pi.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},pi.prototype.setTransform=function(a,y,x,E,b,z){return this.m11=a,this.m12=y,this.m21=x,this.m22=E,this.dx=b,this.dy=z,this},pi.prototype.copy=function(){var a=new pi;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},pi.prototype.toString=function(){return"Transform("+this.m11+","+this.m12+","+this.m21+","+this.m22+","+this.dx+","+this.dy+")"},pi.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},pi.prototype.ws=function(){return this.dx===0&&this.dy===0&&this.m11===1&&this.m12===0&&this.m21===0&&this.m22===1},pi.prototype.reset=function(){return this.m11=1,this.m21=this.m12=0,this.m22=1,this.dy=this.dx=0,this},pi.prototype.multiply=function(a){var y=this.m11*a.m11+this.m21*a.m12,x=this.m12*a.m11+this.m22*a.m12,E=this.m11*a.m21+this.m21*a.m22,b=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=E,this.m22=b,this},pi.prototype.bv=function(a){var y=1/(a.m11*a.m22-a.m12*a.m21),x=a.m22*y,E=-a.m12*y,b=-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*E,x=this.m12*x+this.m22*E,E=this.m11*b+this.m21*z,b=this.m12*b+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=E,this.m22=b,this},pi.prototype.Vj=function(){var a=1/(this.m11*this.m22-this.m12*this.m21),y=-this.m12*a,x=-this.m21*a,E=this.m11*a,b=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=E,this.dx=b,this.dy=z,this},pi.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 E=1}else a===180?(a=-1,E=0):a===270?(a=0,E=-1):(E=a*Math.PI/180,a=Math.cos(E),E=Math.sin(E));var b=this.m12*a+this.m22*E,z=this.m11*-E+this.m21*a,tt=this.m12*-E+this.m22*a;return this.m11=this.m11*a+this.m21*E,this.m12=b,this.m21=z,this.m22=tt,this.translate(-y,-x),this},wt=pi.prototype,wt.translate=function(a,y){return this.dx+=this.m11*a+this.m21*y,this.dy+=this.m12*a+this.m22*y,this},wt.scale=function(a,y){return y===void 0&&(y=a),this.m11*=a,this.m12*=a,this.m21*=y,this.m22*=y,this},wt.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)},wt.Cd=function(a){var y=1/(this.m11*this.m22-this.m12*this.m21),x=a.x,E=a.y;return a.h(x*this.m22*y+E*-this.m21*y+y*(this.m21*this.dy-this.m22*this.dx),x*-this.m12*y+E*this.m11*y+y*(this.m12*this.dx-this.m11*this.dy))},wt.Eu=function(a){var y=1/(this.m11*this.m22-this.m12*this.m21),x=1.25*a.x,E=1.2*a.y;return a.h(x*this.m22*y+E*-this.m21*y+y*(this.m21*this.dy-this.m22*this.dx),x*-this.m12*y+E*this.m11*y+y*(this.m12*this.dx-this.m11*this.dy))},wt.pp=function(a){var y=a.x,x=a.y,E=y+a.width,b=x+a.height,z=this.m11,tt=this.m12,ot=this.m21,rt=this.m22,at=this.dx,ut=this.dy,ft=y*z+x*ot+at,mt=y*tt+x*rt+ut,yt=E*z+x*ot+at,St=E*tt+x*rt+ut;return x=y*z+b*ot+at,y=y*tt+b*rt+ut,z=E*z+b*ot+at,E=E*tt+b*rt+ut,b=Math.min(ft,yt),ft=Math.max(ft,yt),yt=Math.min(mt,St),mt=Math.max(mt,St),b=Math.min(b,x),ft=Math.max(ft,x),yt=Math.min(yt,y),mt=Math.max(mt,y),b=Math.min(b,z),ft=Math.max(ft,z),yt=Math.min(yt,E),mt=Math.max(mt,E),a.h(b,yt,ft-b,mt-yt),a},pi.alloc=function(){var a=ja.pop();return a===void 0?new pi:a},pi.free=function(a){ja.push(a)},pi.prototype.transformRect=pi.prototype.pp,pi.prototype.transformPoint=pi.prototype.Ga,pi.prototype.scale=pi.prototype.scale,pi.prototype.translate=pi.prototype.translate,pi.prototype.rotate=pi.prototype.rotate,pi.prototype.invert=pi.prototype.Vj,pi.prototype.multiplyInverted=pi.prototype.bv,pi.prototype.multiply=pi.prototype.multiply,pi.prototype.reset=pi.prototype.reset,pi.prototype.isIdentity=pi.prototype.ws,pi.prototype.equals=pi.prototype.D,pi.prototype.setTransform=pi.prototype.setTransform,pi.prototype.set=pi.prototype.set;var ja=[];pi.className="Transform",pi.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,E,b,z,tt){if(0>=b&&(b=1e-6),a<x)var ot=a,rt=x;else ot=x,rt=a;if(y<E)var at=y,ut=E;else at=E,ut=y;if(a===x)return at<=tt&&tt<=ut&&a-b<=z&&z<=a+b;if(y===E)return ot<=z&&z<=rt&&y-b<=tt&&tt<=y+b;if(rt+=b,ot-=b,ot<=z&&z<=rt&&(ut+=b,at-=b,at<=tt&&tt<=ut))if(rt-ot>ut-at)if(a-x>b||x-a>b){if(z=(E-y)/(x-a)*(z-a)+y,z-b<=tt&&tt<=z+b)return!0}else return!0;else if(y-E>b||E-y>b){if(tt=(x-a)/(E-y)*(tt-y)+a,tt-b<=z&&z<=tt+b)return!0}else return!0;return!1},cs:function(a,y,x,E,b,z,tt,ot,rt,at,ut,ft){if(Jt.Yb(a,y,tt,ot,ft,x,E)&&Jt.Yb(a,y,tt,ot,ft,b,z))return Jt.Yb(a,y,tt,ot,ft,at,ut);var mt=(a+x)/2,yt=(y+E)/2,St=(x+b)/2,Mt=(E+z)/2;b=(b+tt)/2,z=(z+ot)/2,E=(mt+St)/2,x=(yt+Mt)/2,St=(St+b)/2,Mt=(Mt+z)/2;var It=(E+St)/2,Tt=(x+Mt)/2;return Jt.cs(a,y,mt,yt,E,x,It,Tt,rt,at,ut,ft)||Jt.cs(It,Tt,St,Mt,b,z,tt,ot,rt,at,ut,ft)},ax:function(a,y,x,E,b,z,tt,ot,rt){var at=(x+b)/2,ut=(E+z)/2;return rt.h((((a+x)/2+at)/2+(at+(b+tt)/2)/2)/2,(((y+E)/2+ut)/2+(ut+(z+ot)/2)/2)/2),rt},My:function(a,y,x,E,b,z,tt,ot){var rt=(x+b)/2,at=(E+z)/2;return ai(((a+x)/2+rt)/2,((y+E)/2+at)/2,(rt+(b+tt)/2)/2,(at+(z+ot)/2)/2)},Dl:function(a,y,x,E,b,z,tt,ot,rt,at){if(Jt.Yb(a,y,tt,ot,rt,x,E)&&Jt.Yb(a,y,tt,ot,rt,b,z))Go(at,a,y,0,0),Go(at,tt,ot,0,0);else{var ut=(a+x)/2,ft=(y+E)/2,mt=(x+b)/2,yt=(E+z)/2;b=(b+tt)/2,z=(z+ot)/2,E=(ut+mt)/2,x=(ft+yt)/2,mt=(mt+b)/2,yt=(yt+z)/2;var St=(E+mt)/2,Mt=(x+yt)/2;Jt.Dl(a,y,ut,ft,E,x,St,Mt,rt,at),Jt.Dl(St,Mt,mt,yt,b,z,tt,ot,rt,at)}return at},Qe:function(a,y,x,E,b,z,tt,ot,rt,at){if(Jt.Yb(a,y,tt,ot,rt,x,E)&&Jt.Yb(a,y,tt,ot,rt,b,z))at.length===0&&(at.push(a),at.push(y)),at.push(tt),at.push(ot);else{var ut=(a+x)/2,ft=(y+E)/2,mt=(x+b)/2,yt=(E+z)/2;b=(b+tt)/2,z=(z+ot)/2,E=(ut+mt)/2,x=(ft+yt)/2,mt=(mt+b)/2,yt=(yt+z)/2;var St=(E+mt)/2,Mt=(x+yt)/2;Jt.Qe(a,y,ut,ft,E,x,St,Mt,rt,at),Jt.Qe(St,Mt,mt,yt,b,z,tt,ot,rt,at)}return at},jv:function(a,y,x,E,b,z,tt,ot,rt,at){if(Jt.Yb(a,y,b,z,at,x,E))return Jt.Yb(a,y,b,z,at,ot,rt);var ut=(a+x)/2,ft=(y+E)/2;x=(x+b)/2,E=(E+z)/2;var mt=(ut+x)/2,yt=(ft+E)/2;return Jt.jv(a,y,ut,ft,mt,yt,tt,ot,rt,at)||Jt.jv(mt,yt,x,E,b,z,tt,ot,rt,at)},OA:function(a,y,x,E,b,z,tt){return tt.h(((a+x)/2+(x+b)/2)/2,((y+E)/2+(E+z)/2)/2),tt},iv:function(a,y,x,E,b,z,tt,ot){if(Jt.Yb(a,y,b,z,tt,x,E))Go(ot,a,y,0,0),Go(ot,b,z,0,0);else{var rt=(a+x)/2,at=(y+E)/2;x=(x+b)/2,E=(E+z)/2;var ut=(rt+x)/2,ft=(at+E)/2;Jt.iv(a,y,rt,at,ut,ft,tt,ot),Jt.iv(ut,ft,x,E,b,z,tt,ot)}return ot},ep:function(a,y,x,E,b,z,tt,ot){if(Jt.Yb(a,y,b,z,tt,x,E))ot.length===0&&(ot.push(a),ot.push(y)),ot.push(b),ot.push(z);else{var rt=(a+x)/2,at=(y+E)/2;x=(x+b)/2,E=(E+z)/2;var ut=(rt+x)/2,ft=(at+E)/2;Jt.ep(a,y,rt,at,ut,ft,tt,ot),Jt.ep(ut,ft,x,E,b,z,tt,ot)}return ot},Eo:function(a,y,x,E,b,z,tt,ot,rt,at,ut,ft,mt,yt){if(Jt.Yb(a,y,tt,ot,mt,x,E)&&Jt.Yb(a,y,tt,ot,mt,b,z))return!Jt.Rl(a,y,tt,ot,rt,at,ut,ft)||(mt=(a-tt)*(at-ft)-(y-ot)*(rt-ut),mt===0)?!1:(yt.h(((a*ot-y*tt)*(rt-ut)-(a-tt)*(rt*ft-at*ut))/mt,((a*ot-y*tt)*(at-ft)-(y-ot)*(rt*ft-at*ut))/mt),!0);var St=(a+x)/2,Mt=(y+E)/2,It=(x+b)/2,Tt=(E+z)/2;b=(b+tt)/2,z=(z+ot)/2,E=(St+It)/2,x=(Mt+Tt)/2,It=(It+b)/2,Tt=(Tt+z)/2;var jt=(E+It)/2,Gt=(x+Tt)/2,Ht=1/0,Yt=!1,re=0,qe=0;return Jt.Eo(a,y,St,Mt,E,x,jt,Gt,rt,at,ut,ft,mt,yt)&&(a=(yt.x-rt)*(yt.x-rt)+(yt.y-at)*(yt.y-at),a<Ht&&(Ht=a,Yt=!0,re=yt.x,qe=yt.y)),Jt.Eo(jt,Gt,It,Tt,b,z,tt,ot,rt,at,ut,ft,mt,yt)&&(yt.x-rt)*(yt.x-rt)+(yt.y-at)*(yt.y-at)<Ht&&(Yt=!0,re=yt.x,qe=yt.y),Yt&&(yt.x=re,yt.y=qe),Yt},Fo:function(a,y,x,E,b,z,tt,ot,rt,at,ut,ft,mt){var yt=0;if(Jt.Yb(a,y,tt,ot,mt,x,E)&&Jt.Yb(a,y,tt,ot,mt,b,z)){if(mt=(a-tt)*(at-ft)-(y-ot)*(rt-ut),mt===0)return yt;var St=((a*ot-y*tt)*(rt-ut)-(a-tt)*(rt*ft-at*ut))/mt,Mt=((a*ot-y*tt)*(at-ft)-(y-ot)*(rt*ft-at*ut))/mt;if(St>=ut)return yt;if((rt>ut?rt-ut:ut-rt)<(at>ft?at-ft:ft-at)){if(y<ot?(rt=y,a=ot):(rt=ot,a=y),Mt<rt||Mt>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,Mt=(y+E)/2;var It=(x+b)/2,Tt=(E+z)/2;b=(b+tt)/2,z=(z+ot)/2,E=(St+It)/2,x=(Mt+Tt)/2,It=(It+b)/2,Tt=(Tt+z)/2;var jt=(E+It)/2,Gt=(x+Tt)/2;yt+=Jt.Fo(a,y,St,Mt,E,x,jt,Gt,rt,at,ut,ft,mt),yt+=Jt.Fo(jt,Gt,It,Tt,b,z,tt,ot,rt,at,ut,ft,mt)}return yt},qh:function(a,y,x,E,b,z,tt){return Jt.$(a,x)?(y<E?(x=y,y=E):x=E,z<x?(tt.h(a,x),!1):z>y?(tt.h(a,y),!1):(tt.h(a,z),!0)):Jt.$(y,E)?(a<x?(E=a,a=x):E=x,b<E?(tt.h(E,y),!1):b>a?(tt.h(a,y),!1):(tt.h(b,y),!0)):(b=((a-b)*(a-x)+(y-z)*(y-E))/((x-a)*(x-a)+(E-y)*(E-y)),-5e-6>b?(tt.h(a,y),!1):1.000005<b?(tt.h(x,E),!1):(tt.h(a+b*(x-a),y+b*(E-y)),!0))},Ve:function(a,y,x,E,b,z,tt,ot,rt){return Jt.B(a,x)&&Jt.B(y,E)?(rt.h(a,y),!1):Jt.$(b,tt)?Jt.$(a,x)?(Jt.qh(a,y,x,E,b,z,rt),!1):Jt.qh(a,y,x,E,b,(E-y)/(x-a)*(b-a)+y,rt):(ot=(ot-z)/(tt-b),Jt.$(a,x)?(x=ot*(a-b)+z,y<E?(b=y,y=E):b=E,x<b?(rt.h(a,b),!1):x>y?(rt.h(a,y),!1):(rt.h(a,x),!0)):(tt=(E-y)/(x-a),Jt.$(ot,tt)?(Jt.qh(a,y,x,E,b,z,rt),!1):(b=(tt*a-ot*b+z-y)/(tt-ot),Jt.$(tt,0)?(a<x?(E=a,a=x):E=x,b<E?(rt.h(E,y),!1):b>a?(rt.h(a,y),!1):(rt.h(b,y),!0)):Jt.qh(a,y,x,E,b,tt*(b-a)+y,rt))))},MA:function(a,y,x,E,b){return Jt.Ve(x.x,x.y,E.x,E.y,a.x,a.y,y.x,y.y,b)},KA:function(a,y,x,E,b,z,tt,ot,rt,at){function ut(It,Tt){var jt=(It-a)*(It-a)+(Tt-y)*(Tt-y);jt<ft&&(ft=jt,rt.h(It,Tt))}var ft=1/0;ut(rt.x,rt.y);var mt=0,yt=0,St=0,Mt=0;if(b<tt?(mt=b,yt=tt):(mt=tt,yt=b),z<ot?(St=b,Mt=tt):(St=tt,Mt=b),mt=(yt-mt)/2+at,at=(Mt-St)/2+at,b=(b+tt)/2,z=(z+ot)/2,mt===0||at===0)return rt;if(.5>(x>a?x-a:a-x)){if(mt=1-(x-b)*(x-b)/(mt*mt),0>mt)return rt;mt=Math.sqrt(mt),E=-at*mt+z,ut(x,at*mt+z),ut(x,E)}else{if(x=(E-y)/(x-a),E=1/(mt*mt)+x*x/(at*at),ot=2*x*(y-x*a)/(at*at)-2*x*z/(at*at)-2*b/(mt*mt),mt=ot*ot-4*E*(2*x*a*z/(at*at)-2*y*z/(at*at)+z*z/(at*at)+b*b/(mt*mt)-1+(y-x*a)*(y-x*a)/(at*at)),0>mt)return rt;mt=Math.sqrt(mt),at=(-ot+mt)/(2*E),ut(at,x*at-x*a+y),mt=(-ot-mt)/(2*E),ut(mt,x*mt-x*a+y)}return rt},Ff:function(a,y,x,E,b,z,tt,ot,rt){var at=1e21,ut=a,ft=y;if(Jt.Ve(a,y,a,E,b,z,tt,ot,rt)){var mt=(rt.x-b)*(rt.x-b)+(rt.y-z)*(rt.y-z);mt<at&&(at=mt,ut=rt.x,ft=rt.y)}return Jt.Ve(x,y,x,E,b,z,tt,ot,rt)&&(mt=(rt.x-b)*(rt.x-b)+(rt.y-z)*(rt.y-z),mt<at&&(at=mt,ut=rt.x,ft=rt.y)),Jt.Ve(a,y,x,y,b,z,tt,ot,rt)&&(y=(rt.x-b)*(rt.x-b)+(rt.y-z)*(rt.y-z),y<at&&(at=y,ut=rt.x,ft=rt.y)),Jt.Ve(a,E,x,E,b,z,tt,ot,rt)&&(a=(rt.x-b)*(rt.x-b)+(rt.y-z)*(rt.y-z),a<at&&(at=a,ut=rt.x,ft=rt.y)),rt.h(ut,ft),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,E,b,z,tt,ot){var rt=a+x,at=y+E;return b===tt?(z<ot?(tt=z,z=ot):tt=ot,a<=b&&b<=rt&&tt<=at&&z>=y):z===ot?(b<tt?(ot=b,b=tt):ot=tt,y<=z&&z<=at&&ot<=rt&&b>=a):!!(Nr(a,y,x,E,b,z)||Nr(a,y,x,E,tt,ot)||Jt.Rl(a,y,rt,y,b,z,tt,ot)||Jt.Rl(rt,y,rt,at,b,z,tt,ot)||Jt.Rl(rt,at,a,at,b,z,tt,ot)||Jt.Rl(a,at,a,y,b,z,tt,ot))},Rl:function(a,y,x,E,b,z,tt,ot){return a===x&&y===E&&b===tt&&z===ot?a===b&&y===z:0>=Jt.Fl(a,y,x,E,b,z)*Jt.Fl(a,y,x,E,tt,ot)&&0>=Jt.Fl(b,z,tt,ot,a,y)*Jt.Fl(b,z,tt,ot,x,E)},Fl:function(a,y,x,E,b,z){return x-=a,E-=y,a=b-a,y=z-y,z=a*E-y*x,z===0&&(z=a*x+y*E,0<z&&(z=(a-x)*x+(y-E)*E,0>z&&(z=0))),z},bp:function(a){return 0>a&&(a+=360),360<=a&&(a-=360),a},jx:function(a,y,x,E,b,z){var tt=Math.PI;z||(E*=tt/180,b*=tt/180);var ot=E>b?-1:1;z=[];var rt=tt/2,at=E;if(E=Math.min(2*tt,Math.abs(b-E)),1e-5>E)return rt=at+ot*Math.min(E,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<E;)b=at+ot*Math.min(E,rt),z.push(Jt.Vy(x,at,b,a,y)),E-=Math.abs(b-at),at=b;return z},Vy:function(a,y,x,E,b){var z=(x-y)/2,tt=a*Math.cos(z),ot=a*Math.sin(z),rt=-ot,at=tt*tt+rt*rt,ut=at+tt*tt+rt*ot;return at=4/3*(Math.sqrt(2*at*ut)-ut)/(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),[E+a*Math.cos(y),b+a*Math.sin(y),E+ot*z-tt*at,b+ot*at+tt*z,E+ot*z-rt*at,b+ot*at+rt*z,E+a*Math.cos(x),b+a*Math.sin(x)]},No:function(a,y,x,E,b,z,tt){x=Math.floor((a-x)/b)*b+x,E=Math.floor((y-E)/z)*z+E;var ot=x;return x+b-a<b/2&&(ot=x+b),a=E,E+z-y<z/2&&(a=E+z),tt.h(ot,a),tt},vx:function(a,y){var x=Math.max(a,y);a=Math.min(a,y);var E;do y=x%a,x=E=a,a=y;while(0<y);return E},$y:function(a,y,x,E){var b=0>x,z=0>E;if(a<y)var tt=1,ot=0;else tt=0,ot=1;var rt=tt===0?a:y,at=tt===0?x:E;return(tt===0?b:z)&&(at=-at),tt=ot,x=tt===0?x:E,(tt===0?b:z)&&(x=-x),Jt.az(rt,tt===0?a:y,at,x,0,0)},az:function(a,y,x,E,b,z){if(0<E)if(0<x){b=a*a,z=y*y,a*=x;var tt=y*E,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 ut=a/(y+b),ft=tt/(y+z);if(ut=ut*ut+ft*ft-1,0<ut)ot=y;else if(0>ut)rt=y;else break}x=b*x/(y+b)-x,E=z*E/(y+z)-E,x=Math.sqrt(x*x+E*E)}else x=Math.abs(E-y);else E=a*a-y*y,z=a*x,z<E?(E=z/E,z=y*Math.sqrt(Math.abs(1-E*E)),x=a*E-x,x=Math.sqrt(x*x+z*z)):x=Math.abs(x-a);return x},Ze:new pe,um:new pe,Mf:new pe,Nf:0,vm:100};Jt.za=Jt.AA;function Ve(a){Cn(this),this.l=2,a===void 0&&(a=Ve.o),this.na=a,this.Ec=this.Dc=this.pd=this.od=0,a===Ve.o?this.ee=new Ee:(Ve.V===null&&(Ve.V=new Ee().freeze()),this.ee=Ve.V),this.aq=this.ee.Ja,this.Ip=new me().freeze(),this.ym=this.tk=null,this.zm=NaN,this.fg=uo,this.gg=Rs,this.Rk=this.Sk=NaN,this.Uf=De}Ve.prototype.copy=function(){var a=new Ve;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===Ve.o){for(var y=this.ee.s,x=a.ee,E=0;E<y.length;E++)x.add(y[E].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},Ve.prototype.ja=function(){return this.freeze(),Object.freeze(this),this},Ve.prototype.freeze=function(){if(this._isFrozen=!0,this.type!==Ve.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},Ve.prototype.ka=function(){if(Object.isFrozen(this)&&Wt("cannot thaw constant: "+this),this._isFrozen=!1,this.type!==Ve.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},Ve.prototype.Xa=function(a){if(!(a instanceof Ve))return!1;if(this.type!==a.type)return this.type===Ve.j&&a.type===Ve.o?Hl(this,a):a.type===Ve.j&&this.type===Ve.o?Hl(a,this):!1;if(this.type===Ve.o){var y=this.figures.s;a=a.figures.s;var x=y.length;if(x!==a.length)return!1;for(var E=0;E<x;E++)if(!y[E].Xa(a[E]))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 Hl(a,y){return a.type!==Ve.j||y.type!==Ve.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===So&&Jt.B(a.endX,y.endX)&&Jt.B(a.endY,y.endY))))}Ve.ia=function(a){return a.toString()},Ve.prototype.qb=function(a){a.classType===Ve&&(this.type=a)},Ve.prototype.toString=function(a){switch(a===void 0&&(a=-1),this.type){case Ve.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 Ve.u:var y=new me(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 Ve.F:if(y=new me(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 Ve.o:y="",x=this.figures.s;for(var E=x.length,b=0;b<E;b++){var z=x[b];0<b&&(y+=" x "),z.isFilled&&(y+="F "),y+=z.toString(a)}return y;default:return this.type.toString()}},Ve.nb=function(a){a=a.split(/[Xx]/);for(var y=a.length,x="",E=0;E<y;E++){var b=a[E];x=b.match(/[Ff]/)!==null?E===0?x+b:x+("X"+(b[0]===" "?"":" ")+b):x+((E===0?"":"X ")+"F"+(b[0]===" "?"":" ")+b)}return x},Ve.parse=function(a,y){function x(){return Mt>=Ht-1?!0:at[Mt+1].match(Yt)!==null}function E(){return Mt++,at[Mt]}function b(hi){var $n=parseFloat(E()),Xi=parseFloat(E());It===It.toLowerCase()&&($n=Gt.x+$n,Xi=Gt.y+Xi),hi.h($n,Xi)}function z(){return b(Gt),Gt}function tt(){return b(jt),jt}function ot(){var hi=Tt.toLowerCase();return hi!=="c"&&hi!=="s"&&hi!=="q"&&hi!=="t"?Gt:new At(2*Gt.x-jt.x,2*Gt.y-jt.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 ut=at[a];if(ut.match(/(\.[0-9]*)(\.)/gm)!==null){rt=In();for(var ft="",mt=!1,yt=0;yt<ut.length;yt++){var St=ut[yt];St!=="."||mt?St==="."?(rt.push(ft),ft="."):ft+=St:(mt=!0,ft+=St)}for(rt.push(ft),at.splice(a,1),ut=0;ut<rt.length;ut++)at.splice(a+ut,0,rt[ut]);a+=rt.length-1,mn(rt)}}var Mt=-1,It="",Tt="";rt=new At(0,0);var jt=new At(0,0),Gt=new At(0,0),Ht=at.length;a=TS(null),mt=ft=ut=!1,yt=!0,St=null;for(var Yt=/[UuBbMmZzLlHhVvCcSsQqTtAaFfXx]/;!(Mt>=Ht-1);)if(Tt=It,It=E(),It!=="")switch(It.toUpperCase()){case"X":yt=!0,ft=ut=!1;break;case"M":for(St=z(),a.mc===null||yt===!0?(Ef(a,St.x,St.y,ut,!ft,mt),yt=!1):a.moveTo(St.x,St.y),rt.assign(Gt);!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();)Gt=new At((It===It.toLowerCase()?Gt.x:0)+parseFloat(E()),Gt.y),a.lineTo(Gt.x,Gt.y);break;case"V":for(;!x();)Gt=new At(Gt.x,(It===It.toLowerCase()?Gt.y:0)+parseFloat(E())),a.lineTo(Gt.x,Gt.y);break;case"C":for(;!x();){St=new At,b(St);var re=tt(),qe=z();Ju(a,St.x,St.y,re.x,re.y,qe.x,qe.y)}break;case"S":for(;!x();)St=ot(),re=tt(),qe=z(),Ju(a,St.x,St.y,re.x,re.y,qe.x,qe.y);break;case"Q":for(;!x();)St=tt(),re=z(),Im(a,St.x,St.y,re.x,re.y);break;case"T":for(;!x();)jt=St=ot(),re=z(),Im(a,St.x,St.y,re.x,re.y);break;case"B":for(;!x();){St=parseFloat(E()),re=parseFloat(E()),qe=parseFloat(E());var pn=parseFloat(E()),hn=parseFloat(E()),_e=hn,Ne=!1;x()||(_e=parseFloat(E()),x()||(Ne=parseFloat(E())!==0)),It===It.toLowerCase()&&(qe+=Gt.x,pn+=Gt.y),a.arcTo(St,re,qe,pn,hn,_e,Ne)}break;case"A":for(;!x();)St=Math.abs(parseFloat(E())),re=Math.abs(parseFloat(E())),qe=parseFloat(E()),hn=pn=!1,Ne=_e=0,_e=E(),_e.length===1?(pn=!!parseFloat(_e),hn=!!parseFloat(E()),_e=parseFloat(E())):_e.length===2?(pn=!!parseFloat(_e[0]),hn=!!parseFloat(_e[1]),_e=parseFloat(E())):(pn=!!parseFloat(_e[0]),hn=!!parseFloat(_e[1]),_e=parseFloat(_e.slice(2))),Ne=parseFloat(E()),It===It.toLowerCase()&&(_e=Gt.x+_e,Ne=Gt.y+Ne),Gt.h(_e,Ne),wx(a,St,re,qe,pn,hn,_e,Ne);break;case"Z":Px(a),Gt.assign(rt);break;case"F":for(St="",re=1;at[Mt+re];)if(at[Mt+re]==="0")mt=!0,re++;else if(at[Mt+re].match(/[Uu]/)!==null)re++;else if(at[Mt+re].match(Yt)===null)re++;else{St=at[Mt+re];break}St.match(/[Mm]/)?ut=!0:0<a.mc.segments.length&&(a.mc.isFilled=!0);break;case"U":for(St="",re=1;at[Mt+re];)if(at[Mt+re].match(/[Ff]/)!==null)re++;else if(at[Mt+re].match(Yt)===null)re++;else{St=at[Mt+re];break}St.match(/[Mm]/)?ft=!0:a.mc.isShadowed=!1}if(rt=a.os,Rm=a,y)for(y=rt.figures.iterator;y.next();)y.value.isFilled=!0;return rt},Ve.Ha=function(a,y){for(var x=a.length,E=At.alloc(),b=0;b<x;b++){var z=a[b];E.x=z[0],E.y=z[1],y.Ga(E),z[0]=E.x,z[1]=E.y,E.x=z[2],E.y=z[3],y.Ga(E),z[2]=E.x,z[3]=E.y,E.x=z[4],E.y=z[5],y.Ga(E),z[4]=E.x,z[5]=E.y,E.x=z[6],E.y=z[7],y.Ga(E),z[6]=E.x,z[7]=E.y}At.free(E)},Ve.prototype.Zu=function(){if(this._isInvalidBounds)return!0;if(this.type===Ve.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},Ve.prototype.computeBounds=function(){if(this._isInvalidBounds=!1,this.ym=this.tk=null,this.zm=NaN,this.type===Ve.o){this.aq=this.figures.Ja;for(var a=this.figures.s,y=a.length,x=0;x<y;x++){var E=a[x];E._isInvalidBounds=!1;var b=E.segments;E.sr=b.Ja,E=b.s,b=E.length;for(var z=0;z<b;z++){var tt=E[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),yh(this,a,!1),Go(a,0,0,0,0),a.freeze()},Ve.prototype.ix=function(){var a=new me;return yh(this,a,!0),a};function yh(a,y,x){switch(a.type){case Ve.j:case Ve.u:case Ve.F:x?y.h(a.od,a.pd,0,0):Go(y,a.od,a.pd,0,0),Go(y,a.Dc,a.Ec,0,0);break;case Ve.o:var E=a.figures;a=E.s,E=E.length;for(var b=0;b<E;b++){var z=a[b];x&&b===0?y.h(z.startX,z.startY,0,0):Go(y,z.startX,z.startY,0,0);for(var tt=z.segments.s,ot=tt.length,rt=z.startX,at=z.startY,ut=0;ut<ot;ut++){var ft=tt[ut];switch(ft.type){case So:case Lr:rt=ft.endX,at=ft.endY,Go(y,rt,at,0,0);break;case Qr:Jt.Dl(rt,at,ft.point1X,ft.point1Y,ft.point2X,ft.point2Y,ft.endX,ft.endY,.5,y),rt=ft.endX,at=ft.endY;break;case ca:Jt.iv(rt,at,ft.point1X,ft.point1Y,ft.endX,ft.endY,.5,y),rt=ft.endX,at=ft.endY;break;case hr:case Pa:var mt=ft.type===hr?ea(ft,z):Ga(ft,z,rt,at),yt=mt.length;if(yt===0){rt=ft.type===hr?ft.centerX:ft.endX,at=ft.type===hr?ft.centerY:ft.endY,Go(y,rt,at,0,0);break}ft=null;for(var St=0;St<yt;St++)ft=mt[St],Jt.Dl(ft[0],ft[1],ft[2],ft[3],ft[4],ft[5],ft[6],ft[7],.5,y);ft!==null&&(rt=ft[6],at=ft[7]);break;default:Wt("Unknown Segment type: "+ft.type)}}}break;default:Wt("Unknown Geometry type: "+a.type)}}Ve.prototype.normalize=function(){this._isFrozen&&Ge(this);var a=this.ix();return this.offset(-a.x,-a.y),new At(-a.x,-a.y)},Ve.prototype.offset=function(a,y){return this._isFrozen&&Ge(this),this.transform(1,0,0,1,a,y),this},Ve.prototype.scale=function(a,y){return this._isFrozen&&Ge(this),this.transform(a,0,0,y,0,0),this},Ve.prototype.rotate=function(a,y,x){this._isFrozen&&Ge(this),y===void 0&&(y=0),x===void 0&&(x=0);var E=pi.alloc();return E.reset(),E.rotate(a,y,x),this.transform(E.m11,E.m12,E.m21,E.m22,E.dx,E.dy),pi.free(E),this},wt=Ve.prototype,wt.transform=function(a,y,x,E,b,z){switch(this.type){case Ve.j:case Ve.u:case Ve.F:var tt=this.od,ot=this.pd;this.od=tt*a+ot*x+b,this.pd=tt*y+ot*E+z,tt=this.Dc,ot=this.Ec,this.Dc=tt*a+ot*x+b,this.Ec=tt*y+ot*E+z;break;case Ve.o:for(var rt=this.figures.s,at=rt.length,ut=0;ut<at;ut++){var ft=rt[ut];tt=ft.startX,ot=ft.startY,ft.startX=tt*a+ot*x+b,ft.startY=tt*y+ot*E+z,ft=ft.segments.s;for(var mt=ft.length,yt=0;yt<mt;yt++){var St=ft[yt];switch(St.type){case So:case Lr:tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+b,St.endY=tt*y+ot*E+z;break;case Qr:tt=St.point1X,ot=St.point1Y,St.point1X=tt*a+ot*x+b,St.point1Y=tt*y+ot*E+z,tt=St.point2X,ot=St.point2Y,St.point2X=tt*a+ot*x+b,St.point2Y=tt*y+ot*E+z,tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+b,St.endY=tt*y+ot*E+z;break;case ca:tt=St.point1X,ot=St.point1Y,St.point1X=tt*a+ot*x+b,St.point1Y=tt*y+ot*E+z,tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+b,St.endY=tt*y+ot*E+z;break;case hr:tt=St.centerX,ot=St.centerY,St.centerX=tt*a+ot*x+b,St.centerY=tt*y+ot*E+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>E&&(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+E*E));break;case Pa:if(tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+b,St.endY=tt*y+ot*E+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>E&&(St.xAxisRotation=-St.xAxisRotation,St.isClockwiseArc=!St.isClockwiseArc),St.radiusX*=Math.sqrt(a*a+x*x),St.radiusY*=Math.sqrt(y*y+E*E);break;default:Wt("Unknown Segment type: "+St.type)}}}}return this._isInvalidBounds=!0,this},wt.ca=function(a,y){y===void 0&&(y=0);var x=this.od,E=this.pd,b=this.Dc,z=this.Ec;switch(this.type){case Ve.j:return Jt.Yb(x,E,b,z,y,a.x,a.y);case Ve.u:var tt=me.allocAt(Math.min(x,b)-y,Math.min(E,z)-y,Math.abs(b-x)+2*y,Math.abs(z-E)+2*y);return a=tt.ca(a),me.free(tt),a;case Ve.F:tt=Math.min(x,b)-y;var ot=Math.min(E,z)-y;return x=(Math.abs(b-x)+2*y)/2,y=(Math.abs(z-E)+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 Ve.o:return za(this,a,y,!0,!1);default:return!1}};function za(a,y,x,E,b){var z=y.x;y=y.y;for(var tt=a.bounds.x-20,ot=0,rt,at,ut,ft,mt=a.figures.s,yt=mt.length,St=0;St<yt;St++){var Mt=mt[St],It=!Mt.isEvenOdd;if(Mt.isFilled){if(E&&Mt.ca(z,y,x))return!0;var Tt=Mt.segments;rt=Mt.startX,at=Mt.startY;for(var jt=rt,Gt=at,Ht=Tt.s,Yt=0;Yt<=Tt.length;Yt++){var re=void 0;if(Yt!==Tt.length){re=Ht[Yt];var qe=re.type;a=re.endX,ft=re.endY}else qe=So,a=jt,ft=Gt;switch(qe){case Lr:if(jt=lu(z,y,tt,y,rt,at,jt,Gt),isNaN(jt))return!0;ot+=jt,jt=a,Gt=ft;break;case So:if(rt=lu(z,y,tt,y,rt,at,a,ft),isNaN(rt))return!0;ot+=rt;break;case Qr:ut=Jt.Fo(rt,at,re.point1X,re.point1Y,re.point2X,re.point2Y,a,ft,tt,y,z,y,.5),ot+=ut;break;case ca:ut=Jt.Fo(rt,at,(rt+2*re.point1X)/3,(at+2*re.point1Y)/3,(2*re.point1X+a)/3,(2*re.point1Y+ft)/3,a,ft,tt,y,z,y,.5),ot+=ut;break;case hr:case Pa:qe=re.type===hr?ea(re,Mt):Ga(re,Mt,rt,at);var pn=qe.length;if(pn===0){if(rt=lu(z,y,tt,y,rt,at,re.type===hr?re.centerX:re.endX,re.type===hr?re.centerY:re.endY),isNaN(rt))return!0;ot+=rt;break}re=null;for(var hn=0;hn<pn;hn++){if(re=qe[hn],hn===0){if(ut=lu(z,y,tt,y,rt,at,re[0],re[1]),isNaN(ut))return!0;ot+=ut}ut=Jt.Fo(re[0],re[1],re[2],re[3],re[4],re[5],re[6],re[7],tt,y,z,y,.5),ot+=ut}re!==null&&(a=re[6],ft=re[7]);break;default:Wt("Unknown Segment type: "+re.type)}rt=a,at=ft}if(It){if(ot!==0)return!0}else if(ot%2!==0)return!0;ot=0}else if(Mt.ca(z,y,b?x:x+2))return!0}return!1}function lu(a,y,x,E,b,z,tt,ot){if(Jt.Yb(b,z,tt,ot,.05,a,y))return NaN;var rt=(a-x)*(z-ot);if(rt===0)return 0;var at=((a*E-y*x)*(b-tt)-(a-x)*(b*ot-z*tt))/rt;if(y=(a*E-y*x)*(z-ot)/rt,at>=a)return 0;if((b>tt?b-tt:tt-b)<(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(b<tt){if(at<b||at>tt)return 0}else if(at<tt||at>b)return 0;return 0<rt?1:-1}function Sh(a,y,x,E){a=a.figures.s;for(var b=a.length,z=0;z<b;z++)if(a[z].ca(y,x,E))return!0;return!1}wt.Pu=function(a,y){if(0>a?a=0:1<a&&(a=1),y===void 0&&(y=new At),this.type===Ve.j)return y.h(this.startX+a*(this.endX-this.startX),this.startY+a*(this.endY-this.startY)),y;for(var x=this.flattenedSegments,E=this.flattenedLengths,b=x.length,z=this.flattenedTotalLength*a,tt=0,ot=0;ot<b;ot++){var rt=E[ot],at=rt.length;for(a=0;a<at;a++){var ut=rt[a];if(tt+ut>=z)return E=z-tt,E=ut===0?0:E/ut,x=x[ot],ot=x[2*a],b=x[2*a+1],y.h(ot+(x[2*a+2]-ot)*E,b+(x[2*a+3]-b)*E),y;tt+=ut}}return y},wt.wx=function(a){if(0>a?a=0:1<a&&(a=1),this.type===Ve.j)return 180*Math.atan2(this.endY-this.startY,this.endX-this.startX)/Math.PI;for(var y=this.flattenedSegments,x=this.flattenedLengths,E=y.length,b=this.flattenedTotalLength*a,z=0,tt=0;tt<E;tt++){var ot=x[tt],rt=ot.length;for(a=0;a<rt;a++){var at=ot[a];if(z+at>=b)return b=y[tt],y=b[2*a],x=b[2*a+1],E=b[2*a+2],a=b[2*a+3],1>Math.abs(E-y)&&1>Math.abs(a-x)?0:1>Math.abs(E-y)?0<=a-x?90:270:1>Math.abs(a-x)?0<=E-y?0:180:180*Math.atan2(a-x,E-y)/Math.PI;z+=at}}return NaN},wt.Qu=function(a,y){if(0>a?a=0:1<a&&(a=1),y===void 0&&(y=[]),y.length=3,this.type===Ve.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,E=this.flattenedLengths,b=x.length,z=this.flattenedTotalLength*a,tt=0,ot=0;ot<b;ot++){var rt=E[ot],at=rt.length;for(a=0;a<at;a++){var ut=rt[a];if(tt+ut>=z)return E=z-tt,E=ut===0?0:E/ut,ut=x[ot],x=ut[2*a],ot=ut[2*a+1],b=ut[2*a+2],a=ut[2*a+3],y[0]=x+(b-x)*E,y[1]=ot+(a-ot)*E,y[2]=1>Math.abs(b-x)&&1>Math.abs(a-ot)?0:1>Math.abs(b-x)?0<=a-ot?90:270:1>Math.abs(a-ot)?0<=b-x?0:180:180*Math.atan2(a-ot,b-x)/Math.PI,y;tt+=ut}}return y},wt.xx=function(a){if(this.type===Ve.j){var y=this.startX,x=this.startY,E=this.endX,b=this.endY;if(y!==E||x!==b){var z=a.x;if(a=a.y,y===E){if(x<b){var tt=x;E=b}else tt=b,E=x;return a<=tt?tt===x?0:1:a>=E?E===x?0:1:Math.abs(a-x)/(E-tt)}if(x===b)return y<E?tt=y:(tt=E,E=y),z<=tt?tt===y?0:1:z>=E?E===y?0:1:Math.abs(z-y)/(E-tt);tt=(E-y)*(E-y)+(b-x)*(b-x);var ot=At.alloc();return Jt.qh(y,x,E,b,z,a,ot),a=ot.x,z=ot.y,At.free(ot),Math.sqrt(((a-y)*(a-y)+(z-x)*(z-x))/tt)}}else if(this.type===Ve.u){tt=this.startX,ot=this.startY;var rt=this.endX;if(b=this.endY,tt!==rt||ot!==b){y=rt-tt,x=b-ot,z=2*y+2*x,E=a.x,a=a.y,E=Math.min(Math.max(E,tt),rt),a=Math.min(Math.max(a,ot),b),tt=Math.abs(E-tt),rt=Math.abs(E-rt),ot=Math.abs(a-ot),b=Math.abs(a-b);var at=Math.min(tt,rt,ot,b);if(at===ot)return E/z;if(at===rt)return(y+a)/z;if(at===b)return(2*y+x-E)/z;if(at===tt)return(2*y+2*x-a)/z}}else{y=this.flattenedSegments,x=this.flattenedLengths,z=this.flattenedTotalLength,E=At.alloc(),b=1/0,ot=tt=0,rt=y.length;for(var ut=at=0,ft=0;ft<rt;ft++)for(var mt=y[ft],yt=x[ft],St=mt.length,Mt=0;Mt<St;Mt+=2){var It=mt[Mt],Tt=mt[Mt+1];if(Mt!==0){Jt.qh(at,ut,It,Tt,a.x,a.y,E);var jt=(E.x-a.x)*(E.x-a.x)+(E.y-a.y)*(E.y-a.y);jt<b&&(b=jt,tt=ot,tt+=Math.sqrt((E.x-at)*(E.x-at)+(E.y-ut)*(E.y-ut))),ot+=yt[(Mt-2)/2]}at=It,ut=Tt}return At.free(E),a=tt/z,0>a?0:1<a?1:a}return 0};function _c(a){if(a.tk===null){var y=a.tk=[],x=a.ym=[],E=[],b=[];if(a.type===Ve.j)E.push(a.startX),E.push(a.startY),E.push(a.endX),E.push(a.endY),y.push(E),b.push(Math.sqrt((a.startX-a.endX)*(a.startX-a.endX)+(a.startY-a.endY)*(a.startY-a.endY))),x.push(b);else if(a.type===Ve.u)E.push(a.startX),E.push(a.startY),E.push(a.endX),E.push(a.startY),E.push(a.endX),E.push(a.endY),E.push(a.startX),E.push(a.endY),E.push(a.startX),E.push(a.startY),y.push(E),b.push(Math.abs(a.startX-a.endX)),b.push(Math.abs(a.startY-a.endY)),b.push(Math.abs(a.startX-a.endX)),b.push(Math.abs(a.startY-a.endY)),x.push(b);else if(a.type===Ve.F){var z=new Cr;z.startX=a.endX,z.startY=(a.startY+a.endY)/2;var tt=new Zi(hr);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=ea(tt,z),b=a.length,b===0)E.push(tt.centerX),E.push(tt.centerY);else{tt=z.startX,z=z.startY;for(var ot=0;ot<b;ot++){var rt=a[ot];Jt.Qe(tt,z,rt[2],rt[3],rt[4],rt[5],rt[6],rt[7],.5,E),tt=rt[6],z=rt[7]}}y.push(E),x.push(Yd(E))}else for(a=a.figures.iterator;a.next();){b=a.value,E=[],E.push(b.startX),E.push(b.startY),tt=b.startX,z=b.startY,ot=tt,rt=z;for(var at=b.segments.s,ut=at.length,ft=0;ft<ut;ft++){var mt=at[ft];switch(mt.type){case Lr:4<=E.length&&(y.push(E),x.push(Yd(E))),E=[],E.push(mt.endX),E.push(mt.endY),tt=mt.endX,z=mt.endY,ot=tt,rt=z;break;case So:E.push(mt.endX),E.push(mt.endY),tt=mt.endX,z=mt.endY;break;case Qr:Jt.Qe(tt,z,mt.point1X,mt.point1Y,mt.point2X,mt.point2Y,mt.endX,mt.endY,.5,E),tt=mt.endX,z=mt.endY;break;case ca:Jt.ep(tt,z,mt.point1X,mt.point1Y,mt.endX,mt.endY,.5,E),tt=mt.endX,z=mt.endY;break;case hr:var yt=ea(mt,b),St=yt.length;if(St===0){E.push(mt.centerX),E.push(mt.centerY),tt=mt.centerX,z=mt.centerY;break}for(var Mt=0;Mt<St;Mt++){var It=yt[Mt];Jt.Qe(tt,z,It[2],It[3],It[4],It[5],It[6],It[7],.5,E),tt=It[6],z=It[7]}break;case Pa:if(yt=Ga(mt,b,tt,z),St=yt.length,Mt=mt.endX,It=mt.endY,St===0){E.push(Mt),E.push(It),tt=Mt,z=It;break}for(Mt=0;Mt<St;Mt++)It=yt[Mt],Jt.Qe(tt,z,It[2],It[3],It[4],It[5],It[6],It[7],.5,E),tt=It[6],z=It[7];break;default:Wt("Segment not of valid type: "+mt.type)}mt.isClosed&&(E.push(ot),E.push(rt))}4<=E.length&&(y.push(E),x.push(Yd(E)))}}}function Yd(a){for(var y=[],x=0,E=0,b=a.length,z=0;z<b;z+=2){var tt=a[z],ot=a[z+1];z!==0&&y.push(Math.sqrt(mo(x,E,tt,ot))),x=tt,E=ot}return y}wt.add=function(a){return this.ee.add(a),this},wt.pm=function(a,y,x,E,b,z,tt,ot){return this._isFrozen&&Ge(this),this.fg=new tn(a,y,b,z).freeze(),this.gg=new tn(x,E,tt,ot).freeze(),this},fe.Object.defineProperties(Ve.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 _c(this),this.tk}},flattenedLengths:{get:function(){return _c(this),this.ym}},flattenedTotalLength:{get:function(){var a=this.zm;if(isNaN(a)){if(this.type===Ve.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===Ve.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,E=a=0;E<x;E++)for(var b=y[E],z=b.length,tt=0;tt<z;tt++)a+=b[tt]}this.zm=a}return a}},type:{get:function(){return this.na},set:function(a){this.na!==a&&(this._isFrozen&&Ge(this,a),this.na=a,a===Ve.o?this.ee=new Ee:(Ve.V===null&&(Ve.V=new Ee().freeze()),this.ee=Ve.V),this._isInvalidBounds=!0)}},startX:{get:function(){return this.od},set:function(a){this.od!==a&&(this._isFrozen&&Ge(this,a),this.od=a,this._isInvalidBounds=!0)}},startY:{get:function(){return this.pd},set:function(a){this.pd!==a&&(this._isFrozen&&Ge(this,a),this.pd=a,this._isInvalidBounds=!0)}},endX:{get:function(){return this.Dc},set:function(a){this.Dc!==a&&(this._isFrozen&&Ge(this,a),this.Dc=a,this._isInvalidBounds=!0)}},endY:{get:function(){return this.Ec},set:function(a){this.Ec!==a&&(this._isFrozen&&Ge(this,a),this.Ec=a,this._isInvalidBounds=!0)}},figures:{get:function(){return this.ee},set:function(a){this.ee!==a&&(this._isFrozen&&Ge(this,a),this.ee=a,this._isInvalidBounds=!0)}},spot1:{get:function(){return this.fg},set:function(a){this._isFrozen&&Ge(this,a),this.fg=a.J()}},spot2:{get:function(){return this.gg},set:function(a){this._isFrozen&&Ge(this,a),this.gg=a.J()}},defaultStretch:{get:function(){return this.Uf},set:function(a){this._isFrozen&&Ge(this,a),this.Uf=a}},bounds:{get:function(){return this.Zu()&&this.computeBounds(),this.Ip}}}),Ve.prototype.setSpots=Ve.prototype.pm,Ve.prototype.add=Ve.prototype.add,Ve.prototype.getFractionForPoint=Ve.prototype.xx,Ve.prototype.getPointAndAngleAlongPath=Ve.prototype.Qu,Ve.prototype.getAngleAlongPath=Ve.prototype.wx,Ve.prototype.getPointAlongPath=Ve.prototype.Pu,Ve.prototype.containsPoint=Ve.prototype.ca,Ve.prototype.transform=Ve.prototype.transform,Ve.prototype.rotate=Ve.prototype.rotate,Ve.prototype.scale=Ve.prototype.scale,Ve.prototype.offset=Ve.prototype.offset,Ve.prototype.normalize=Ve.prototype.normalize,Ve.prototype.computeBoundsWithoutOrigin=Ve.prototype.ix,Ve.prototype.equalsApprox=Ve.prototype.Xa,Ve.className="Geometry",Ve.j=new ce(Ve,"Line",0),Ve.u=new ce(Ve,"Rectangle",1),Ve.F=new ce(Ve,"Ellipse",2),Ve.o=new ce(Ve,"Path",3),Ve.V=null,Ve.hb="UuBbMmZzLlHhVvCcSsQqTtAaFfXx",Ve.className="Geometry",Ve.stringify=Ve.ia,Ve.fillPath=Ve.nb,Ve.parse=Ve.parse,Ve.Line=Ve.j,Ve.Rectangle=Ve.u,Ve.Ellipse=Ve.F,Ve.Path=Ve.o;function Cr(a,y,x,E,b){Cn(this),x===void 0&&(x=!0),E===void 0&&(E=!0),b===void 0&&(b=!1),this.l=2|(x?4:0)|(E?8:0)|(b?16:0),a!==void 0?this.od=a:this.od=0,y!==void 0?this.pd=y:this.pd=0,this.pl=new Ee,this.sr=this.pl.Ja,this.fw=null}Cr.prototype.copy=function(){var a=new Cr;a.l=this.l&-2,a.od=this.od,a.pd=this.pd;for(var y=this.pl.s,x=y.length,E=a.pl,b=0;b<x;b++){var z=y[b].copy();E.add(z)}return a.sr=this.sr,a.fw=this.fw,a},wt=Cr.prototype,wt.Xa=function(a){if(!(a instanceof Cr&&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 E=0;E<x;E++)if(!y[E].Xa(a[E]))return!1;return!0},wt.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,E=x.length,b=0;b<E;b++)y+=" "+x[b].toString(a);return y},wt.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},wt.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},wt.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},wt.add=function(a){return this.pl.add(a),this},wt.ca=function(a,y,x){for(var E=this.startX,b=this.startY,z=E,tt=b,ot=this.segments.s,rt=ot.length,at=0;at<rt;at++){var ut=ot[at];switch(ut.type){case Lr:z=ut.endX,tt=ut.endY,E=ut.endX,b=ut.endY;break;case So:if(Jt.Yb(E,b,ut.endX,ut.endY,x,a,y))return!0;E=ut.endX,b=ut.endY;break;case Qr:if(Jt.cs(E,b,ut.point1X,ut.point1Y,ut.point2X,ut.point2Y,ut.endX,ut.endY,.5,a,y,x))return!0;E=ut.endX,b=ut.endY;break;case ca:if(Jt.jv(E,b,ut.point1X,ut.point1Y,ut.endX,ut.endY,.5,a,y,x))return!0;E=ut.endX,b=ut.endY;break;case hr:case Pa:var ft=ut.type===hr?ea(ut,this):Ga(ut,this,E,b),mt=ft.length,yt=ut.type===hr?ut.centerX:ut.endX,St=ut.type===hr?ut.centerY:ut.endY;if(mt===0){if(Jt.Yb(E,b,yt,St,x,a,y))return!0;E=yt,b=St;break}for(yt=null,St=0;St<mt;St++)if(yt=ft[St],St===0&&Jt.Yb(E,b,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&&(E=yt[6],b=yt[7]);break;default:Wt("Unknown Segment type: "+ut.type)}if(ut.isClosed&&(E!==z||b!==tt)&&Jt.Yb(E,b,z,tt,x,a,y))return!0}return!1},fe.Object.defineProperties(Cr.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&&Ge(this,a),this.l=a?this.l|4:this.l&-5}},isShadowed:{get:function(){return(this.l&8)!==0},set:function(a){this._isFrozen&&Ge(this,a),this.l=a?this.l|8:this.l&-9}},isEvenOdd:{get:function(){return(this.l&16)!==0},set:function(a){this._isFrozen&&Ge(this,a),this.l=a?this.l|16:this.l&-17}},startX:{get:function(){return this.od},set:function(a){this._isFrozen&&Ge(this,a),this.od=a,this._isInvalidBounds=!0}},startY:{get:function(){return this.pd},set:function(a){this._isFrozen&&Ge(this,a),this.pd=a,this._isInvalidBounds=!0}},segments:{get:function(){return this.pl},set:function(a){this._isFrozen&&Ge(this,a),this.pl=a,this._isInvalidBounds=!0}}}),Cr.prototype.add=Cr.prototype.add,Cr.prototype.equalsApprox=Cr.prototype.Xa,Cr.className="PathFigure";function Zi(a,y,x,E,b,z,tt,ot){Cn(this),a===void 0&&(a=So),this.na=a,this.l=2,y!==void 0?this.Dc=y:this.Dc=0,x!==void 0?this.Ec=x:this.Ec=0,E===void 0&&(E=0),b===void 0&&(b=0),z===void 0&&(z=0),tt===void 0&&(tt=0),a===Pa?(a=z%360,0>a&&(a+=360),this.Ne=a,this.Vh=0,this.Wh=Math.max(E,0),this.Pg=Math.max(b,0),typeof tt=="boolean"?tt&&(this.isLargeArc=!0):typeof tt=="number"&&tt&&(this.isLargeArc=!0),ot&&(this.isClockwiseArc=!0)):(this.Ne=E,this.Vh=b,a===hr&&(z=Math.max(z,0)),this.Wh=z,typeof tt=="number"?(a===hr&&(tt=Math.max(tt,0)),this.Pg=tt):this.Pg=0),this.ae=null}Zi.prototype.copy=function(){var a=new Zi;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},wt=Zi.prototype,wt.Xa=function(a){if(!(a instanceof Zi)||this.type!==a.type||this.isClosed!==a.isClosed)return!1;switch(this.type){case Lr:case So:return Jt.B(this.endX,a.endX)&&Jt.B(this.endY,a.endY);case Qr: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 ca: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 hr: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 Pa: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}},wt.qb=function(a){a.classType===Zi&&(this.type=a)},wt.toString=function(a){switch(a===void 0&&(a=-1),this.type){case Lr:a=0>a?"M"+this.endX.toString()+" "+this.endY.toString():"M"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case So:a=0>a?"L"+this.endX.toString()+" "+this.endY.toString():"L"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case Qr: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 ca: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 hr: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 Pa: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":"")},wt.freeze=function(){return this._isFrozen=!0,this},wt.ka=function(){return this._isFrozen=!1,this},wt.close=function(){return this.isClosed=!0,this};function ea(a,y){if(a.ae!==null&&y._isInvalidBounds===!1)return a.ae;var x=a.radiusX,E=a.radiusY;if(E===void 0&&(E=x),x===0||E===0)return a.ae=[],a.ae;y=a.Ne;var b=a.Vh,z=Jt.jx(0,0,x<E?x:E,a.startAngle,a.startAngle+a.sweepAngle,!1);if(x!==E){var tt=pi.alloc();tt.reset(),x<E?tt.scale(1,E/x):tt.scale(x/E,1),Ve.Ha(z,tt),pi.free(tt)}for(x=z.length,E=0;E<x;E++)tt=z[E],tt[0]+=y,tt[1]+=b,tt[2]+=y,tt[3]+=b,tt[4]+=y,tt[5]+=b,tt[6]+=y,tt[7]+=b;return a.ae=z,a.ae}function Ga(a,y,x,E){function b(Mt,It,Tt,jt){return(Mt*jt<It*Tt?-1:1)*Math.acos((Mt*Tt+It*jt)/(Math.sqrt(Mt*Mt+It*It)*Math.sqrt(Tt*Tt+jt*jt)))}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,ut=a.Ec,ft=Math.cos(tt),mt=Math.sin(tt),yt=ft*(x-at)/2+mt*(E-ut)/2;tt=-mt*(x-at)/2+ft*(E-ut)/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+ft*ot-mt*St,E=(E+ut)/2+mt*ot+ft*St,ut=b(1,0,(yt-ot)/y,(tt-St)/z),ft=(yt-ot)/y,at=(tt-St)/z,yt=(-yt-ot)/y,ot=(-tt-St)/z,tt=b(ft,at,yt,ot),yt=(ft*yt+at*ot)/(Math.sqrt(ft*ft+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,ut,ut+tt,!0),z=pi.alloc(),z.reset(),z.translate(x,E),z.rotate(a.Ne,0,0),z.scale(rt,yt),Ve.Ha(y,z),pi.free(z),a.ae=y,a.ae}fe.Object.defineProperties(Zi.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&&Ge(this,a),this.na=a,this._isInvalidBounds=!0}},endX:{get:function(){return this.Dc},set:function(a){this._isFrozen&&Ge(this,a),this.Dc=a,this._isInvalidBounds=!0}},endY:{get:function(){return this.Ec},set:function(a){this._isFrozen&&Ge(this,a),this.Ec=a,this._isInvalidBounds=!0}},point1X:{get:function(){return this.Ne},set:function(a){this._isFrozen&&Ge(this,a),this.Ne=a,this._isInvalidBounds=!0}},point1Y:{get:function(){return this.Vh},set:function(a){this._isFrozen&&Ge(this,a),this.Vh=a,this._isInvalidBounds=!0}},point2X:{get:function(){return this.Wh},set:function(a){this._isFrozen&&Ge(this,a),this.Wh=a,this._isInvalidBounds=!0}},point2Y:{get:function(){return this.Pg},set:function(a){this._isFrozen&&Ge(this,a),this.Pg=a,this._isInvalidBounds=!0}},centerX:{get:function(){return this.Ne},set:function(a){this._isFrozen&&Ge(this,a),this.Ne=a,this._isInvalidBounds=!0}},centerY:{get:function(){return this.Vh},set:function(a){this._isFrozen&&Ge(this,a),this.Vh=a,this._isInvalidBounds=!0}},radiusX:{get:function(){return this.Wh},set:function(a){0>a&&fn(a,">= zero",Zi,"radiusX"),this._isFrozen&&Ge(this,a),this.Wh=a,this._isInvalidBounds=!0}},radiusY:{get:function(){return this.Pg},set:function(a){0>a&&fn(a,">= zero",Zi,"radiusY"),this._isFrozen&&Ge(this,a),this.Pg=a,this._isInvalidBounds=!0}},startAngle:{get:function(){return this.Dc},set:function(a){this._isFrozen&&Ge(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&&Ge(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&&Ge(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&&Ge(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&&Ge(this,a),a%=360,0>a&&(a+=360),this.Ne=a,this._isInvalidBounds=!0}}}),Zi.prototype.equalsApprox=Zi.prototype.Xa;var Lr=new ce(Zi,"Move",0),So=new ce(Zi,"Line",1),Qr=new ce(Zi,"Bezier",2),ca=new ce(Zi,"QuadraticBezier",3),hr=new ce(Zi,"Arc",4),Pa=new ce(Zi,"SvgArc",4);Zi.className="PathSegment",Zi.Move=Lr,Zi.Line=So,Zi.Bezier=Qr,Zi.QuadraticBezier=ca,Zi.Arc=hr,Zi.SvgArc=Pa;function cs(){this.H=null,this.xu=new At(0,0).freeze(),this.mt=new At(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}cs.prototype.copy=function(){var a=new cs;return this.clone(a)},cs.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},cs.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},cs.prototype.So=function(a,y){var x=this.diagram;return x===null||yg(x,a,y),y},cs.prototype.Bz=function(a,y){var x=this.diagram;return x===null||(yg(x,a,y),y.assign(x.Ps(y))),y},fe.Object.defineProperties(cs.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}}}),cs.prototype.getMultiTouchDocumentPoint=cs.prototype.Bz,cs.prototype.getMultiTouchViewPoint=cs.prototype.So,cs.className="InputEvent";function bu(){this.H=null,this.xa="",this.ar=this.Lr=null}bu.prototype.copy=function(){var a=new bu;return a.H=this.H,a.xa=this.xa,a.Lr=this.Lr,a.ar=this.ar,a},bu.prototype.toString=function(){var a="*"+this.name;return this.subject!==null&&(a+=":"+this.subject.toString()),this.parameter!==null&&(a+="("+this.parameter.toString()+")"),a},fe.Object.defineProperties(bu.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}}}),bu.className="DiagramEvent";function Do(){this.Fm=Bo,this.rf=this.Qq="",this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null}Do.prototype.clear=function(){this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null},Do.prototype.copy=function(){var a=new Do;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=Fe(y)&&typeof y.J=="function"?y.J():y,y=this.Rn,a.Rn=Fe(y)&&typeof y.J=="function"?y.J():y,y=this.Mn,a.Mn=Fe(y)&&typeof y.J=="function"?y.J():y,y=this.Ln,a.Ln=Fe(y)&&typeof y.J=="function"?y.J():y,a},Do.prototype.qb=function(a){a.classType===Do&&(this.change=a)},Do.prototype.toString=function(){var a="";return a=this.change===na?a+"* ":this.change===Bo?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===na?this.oldValue!==null&&(a+=" "+this.oldValue):(this.object!==null&&(a+=Bi(this.object)),this.oldValue!==null&&(a+=" old: "+Bi(this.oldValue)),this.oldParam!==null&&(a+=" "+this.oldParam),this.newValue!==null&&(a+=" new: "+Bi(this.newValue)),this.newParam!==null&&(a+=" "+this.newParam)),a},Do.prototype.I=function(a){return a?this.oldValue:this.newValue},Do.prototype.Dz=function(a){return a?this.oldParam:this.newParam},Do.prototype.canUndo=function(){return this.model!==null||this.diagram!==null},Do.prototype.undo=function(){this.canUndo()&&(this.model!==null?this.model.changeState(this,!0):this.diagram!==null&&this.diagram.changeState(this,!0))},Do.prototype.canRedo=function(){return this.model!==null||this.diagram!==null},Do.prototype.redo=function(){this.canRedo()&&(this.model!==null?this.model.changeState(this,!1):this.diagram!==null&&this.diagram.changeState(this,!1))},fe.Object.defineProperties(Do.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===na&&(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}}}),Do.prototype.redo=Do.prototype.redo,Do.prototype.canRedo=Do.prototype.canRedo,Do.prototype.undo=Do.prototype.undo,Do.prototype.canUndo=Do.prototype.canUndo,Do.prototype.getParam=Do.prototype.Dz,Do.prototype.getValue=Do.prototype.I,Do.prototype.clear=Do.prototype.clear;var na=new ce(Do,"Transaction",-1),Bo=new ce(Do,"Property",0),ir=new ce(Do,"Insert",1),vr=new ce(Do,"Remove",2);Do.className="ChangedEvent",Do.Transaction=na,Do.Property=Bo,Do.Insert=ir,Do.Remove=vr;function br(){this.o=new Ee().freeze(),this.xa="",this.j=!1}br.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 E=this.changes.M(x);E!==null&&(y+=`
|
|
`+E.toString())}}return y},br.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()},br.prototype.canUndo=function(){return this.isComplete},br.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()}},br.prototype.canRedo=function(){return this.isComplete},br.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()}},br.prototype.ak=function(){if(this.isComplete){var a=this.changes;a.ka();for(var y=new An,x=0;x<a.count;x++){var E=a.M(x);if(E!==null&&E.change===Bo&&E.object){var b=y.get(E.object);b||(b=new An,y.set(E.object,b));var z=b.get(E.propertyName);z===null?b.set(E.propertyName,-1):(0<z&&a.cd(z,null),b.set(E.propertyName,x))}}for(x=y=0;x<a.count;x++)E=a.M(x),E!==null&&(x>y&&a.cd(y,E),y++);for(;a.length>y;)a.pop();a.freeze()}},fe.Object.defineProperties(br.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}}}),br.prototype.optimize=br.prototype.ak,br.prototype.redo=br.prototype.redo,br.prototype.canRedo=br.prototype.canRedo,br.prototype.undo=br.prototype.undo,br.prototype.canUndo=br.prototype.canUndo,br.prototype.clear=br.prototype.clear,br.className="Transaction";function Io(){this.Pt=new Me,this.Jd=!1,this.u=new Ee().freeze(),this.Ce=-1,this.o=999,this.Fe=!1,this.Np=null,this.bi=0,this.j=!1,this.Ie=new Ee().freeze(),this.hl=new Ee,this.tt=!0,this.Dt=this.rq=this.Gt=this.Ft=!1}Io.prototype.toString=function(a){var y="UndoManager "+this.historyIndex+"<"+this.history.count+"<="+this.maxHistoryLength;y+="[";for(var x=this.nestedTransactionNames.count,E=0;E<x;E++)0<E&&(y+=" "),y+=this.nestedTransactionNames.M(E);if(y+="]",a!==void 0&&0<a)for(x=this.history.count,E=0;E<x;E++)y+=`
|
|
`+this.history.M(E).toString(a-1);return y},Io.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},Io.prototype.copyProperties=function(a){this.isEnabled=a.isEnabled,this.maxHistoryLength=a.maxHistoryLength,this.checksTransactionLevel=a.checksTransactionLevel},wt=Io.prototype,wt.Xw=function(a){this.Pt.add(a)},wt.Rx=function(a){this.Pt.remove(a)},wt.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},wt.eb=function(a){return a===void 0&&(a=""),xh(this,!0,a)},wt.Kf=function(){return xh(this,!1,"")};function xh(a,y,x){if(a.isUndoingRedoing)return!1;a.checksTransactionLevel&&1>a.transactionLevel&&Hn("Ending transaction without having started a transaction: "+x);var E=a.transactionLevel===1,b=a.currentTransaction;E&&y&&(a.isInternalTransaction||a.Ob("CommittingTransaction",x,b));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(E){if(y)a.rq=!1,b===null&&x!==""&&(b=a.currentTransaction),a.isEnabled&&b!==null&&(b.isComplete||(b.isComplete=!0,b.name=x),a.lx(),y=a.history,y.ka(),E=a.maxHistoryLength,0<=E&&(E===0?y.clear():y.count>=E&&(z=y.M(0),z!==null&&z.clear(),y.mb(0),a.Ce--)),E===0||y.count!==0&&y.get(y.count-1)===b||(y.add(b),a.Ce++),y.freeze()),a.isInternalTransaction||a.Ob("CommittedTransaction",x,b);else{a.Fe=!0;try{a.isEnabled&&b!==null&&(b.isComplete=!0,b.undo())}finally{a.isInternalTransaction||a.Ob("RolledBackTransaction",x,b),a.Fe=!1}b!==null&&b.clear()}return a.Np=null,a.isPendingClear&&a.clear(),a.isPendingClear=!1,a.isPendingUnmodified=!1,!0}if(a.isEnabled&&!y&&b!==null){for(a=z,x=b.changes,b=x.count-1;b>=a;b--)y=x.M(b),y!==null&&y.undo(),x.ka(),x.mb(b);x.freeze()}return!1}wt.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()}},Io.prototype.canUndo=function(){if(!this.isEnabled||0<this.transactionLevel)return!1;var a=this.transactionToUndo;return!!(a!==null&&a.canUndo())},Io.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){Hn("undo error: "+y.toString())}finally{this.Ob("FinishedUndo","Undo",a),this.Fe=!1}}},Io.prototype.canRedo=function(){if(!this.isEnabled||0<this.transactionLevel)return!1;var a=this.transactionToRedo;return!!(a!==null&&a.canRedo())},Io.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){Hn("redo error: "+y.toString())}finally{this.Ob("FinishedRedo","Redo",a),this.Fe=!1}}},Io.prototype.Ob=function(a,y,x){x===void 0&&(x=null);var E=new Do;for(E.change=na,E.propertyName=a,E.object=x,E.oldValue=y,a=this.models;a.next();)y=a.value,E.model=y,y.ds(E)},Io.prototype.Tu=function(a){if(this.isEnabled&&!this.isUndoingRedoing&&!this.skipsEvent(a)){var y=this.currentTransaction;y===null&&(this.Np=y=new br);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||Hn("Change not within a transaction: "+x.toString()))}},Io.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},fe.Object.defineProperties(Io.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}}}),Io.prototype.handleChanged=Io.prototype.Tu,Io.prototype.redo=Io.prototype.redo,Io.prototype.undo=Io.prototype.undo,Io.prototype.canUndo=Io.prototype.canUndo,Io.prototype.discardHistoryAfterIndex=Io.prototype.lx,Io.prototype.rollbackTransaction=Io.prototype.Kf,Io.prototype.commitTransaction=Io.prototype.eb,Io.prototype.startTransaction=Io.prototype.Ea,Io.prototype.removeModel=Io.prototype.Rx,Io.prototype.addModel=Io.prototype.Xw,Io.prototype.clear=Io.prototype.clear,Io.className="UndoManager";function _i(){Cn(this),this.H=Ul,this.xa="",this.Jd=!0,this.nb=!1,this.wm=null,this.yy=new cs,this.Zr=-1}_i.prototype.toString=function(){return this.name!==""?this.name+" Tool":jn(this.constructor)},_i.prototype.updateAdornments=function(){},_i.prototype.canStart=function(){return this.isEnabled},_i.prototype.doStart=function(){},_i.prototype.doActivate=function(){this.isActive=!0},_i.prototype.doDeactivate=function(){this.isActive=!1},_i.prototype.doStop=function(){},_i.prototype.doCancel=function(){this.transactionResult=null,this.stopTool()},_i.prototype.stopTool=function(){var a=this.diagram;a.currentTool===this&&(a.currentTool=null,a.currentCursor="")},_i.prototype.doMouseDown=function(){!this.isActive&&this.canStart()&&this.doActivate()},_i.prototype.doMouseMove=function(){},_i.prototype.doMouseUp=function(){this.stopTool()},_i.prototype.doMouseWheel=function(){},_i.prototype.canStartMultiTouch=function(){return!0},_i.prototype.standardPinchZoomStart=function(){var a=this.diagram,y=a.lastInput,x=y.So(0,At.allocAt(NaN,NaN)),E=y.So(1,At.allocAt(NaN,NaN));if(x.w()&&E.w()&&(this.doCancel(),a.Ql("hasGestureZoom"))){a.Bw=a.scale;var b=E.x-x.x,z=E.y-x.y;a.Jw=Math.sqrt(b*b+z*z),y.bubbles=!1}At.free(x),At.free(E)},_i.prototype.standardPinchZoomMove=function(){var a=this.diagram,y=a.lastInput,x=y.So(0,At.allocAt(NaN,NaN)),E=y.So(1,At.allocAt(NaN,NaN));if(x.w()&&E.w()&&(this.doCancel(),a.Ql("hasGestureZoom"))){var b=E.x-x.x,z=E.y-x.y;z=Math.sqrt(b*b+z*z)/a.Jw,b=new At((Math.min(E.x,x.x)+Math.max(E.x,x.x))/2,(Math.min(E.y,x.y)+Math.max(E.y,x.y))/2),z*=a.Bw;var tt=a.commandHandler;if(z!==a.scale&&tt.canResetZoom(z)){var ot=a.zoomPoint;a.zoomPoint=b,tt.resetZoom(z),a.zoomPoint=ot}y.bubbles=!1}At.free(x),At.free(E)},_i.prototype.doKeyDown=function(){this.diagram.lastInput.key==="Esc"&&this.doCancel()},_i.prototype.doKeyUp=function(){},_i.prototype.Ea=function(a){return a===void 0&&(a=this.name),this.transactionResult=null,this.diagram.Ea(a)},_i.prototype.stopTransaction=function(){var a=this.diagram;return this.transactionResult===null?a.Kf():a.eb(this.transactionResult)},_i.prototype.standardMouseSelect=function(){var a=this.diagram;if(a.allowSelect){var y=a.lastInput,x=a.Ol(y.documentPoint,!1);if(x!==null){if(sn?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||(sn?y.meta:y.control)||y.shift||a.clearSelection()}},_i.prototype.standardMouseClick=function(a,y){a===void 0&&(a=null),y===void 0&&(y=function(b){return!b.layer.isTemporary});var x=this.diagram,E=x.lastInput;return a=x.ic(E.documentPoint,a,y),E.targetObject=a,Dp(a,E,x),E.handled};function Dp(a,y,x){if(y.handled=!1,a===null||a.If()){var E=0;y.left?E=y.clickCount===1?1:y.clickCount===2?2:1:y.right&&y.clickCount===1&&(E=3);var b="ObjectSingleClicked";if(a!==null){switch(E){case 1:b="ObjectSingleClicked";break;case 2:b="ObjectDoubleClicked";break;case 3:b="ObjectContextClicked"}E!==0&&x.R(b,a)}else{switch(E){case 1:b="BackgroundSingleClicked";break;case 2:b="BackgroundDoubleClicked";break;case 3:b="BackgroundContextClicked"}E!==0&&x.R(b)}if(a!==null)for(;a!==null;){switch(x=null,E){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,E){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)}}}_i.prototype.standardMouseOver=function(){var a=this.diagram,y=a.lastInput;if(a.animationManager.zb!==!0){var x=a.skipsUndoManager;a.skipsUndoManager=!0;var E=a.viewportBounds.ca(y.documentPoint)?a.ic(y.documentPoint,null,null):null;!y.event||y.event.type!=="pointercancel"&&y.event.type!=="pointerout"||(E=null),y.targetObject=E;var b=!1;if(E!==a.Ck){var z=a.Ck,tt=z;for(a.Ck=E,this.doCurrentObjectChanged(z,E),y.handled=!1;z!==null;){var ot=z.mouseLeave;if(ot!==null&&(E===z||E!==null&&E.rg(z)||(ot(y,z,E),b=!0,y.handled)))break;z=z.panel}for(z=tt,y.handled=!1;E!==null&&(tt=E.mouseEnter,!(tt!==null&&(z===E||z!==null&&z.rg(E)||(tt(y,E,z),b=!0,y.handled))));)E=E.panel;E=a.Ck}if(E!==null){for(z=E,tt="";z!==null&&(tt=z.cursor,tt==="");)z=z.panel;for(a.currentCursor=tt,y.handled=!1,z=E;z!==null&&(E=z.mouseOver,!(E!==null&&(E(y,z),b=!0,y.handled)));)z=z.panel}else this.doUpdateCursor(null),E=a.mouseOver,E!==null&&(E(y),b=!0);b&&a.$b(),a.skipsUndoManager=x}},_i.prototype.doUpdateCursor=function(){var a=this.diagram;a&&(a.currentCursor="")},_i.prototype.doCurrentObjectChanged=function(){},_i.prototype.standardMouseWheel=function(){var a=this.diagram,y=a.lastInput,x=y.delta;if(x!==0&&a.documentBounds.w()){var E=a.commandHandler,b=a.toolManager.mouseWheelBehavior;if(E!==null&&(b===Xd&&!y.shift||b===hd&&y.control))(0<x?E.canIncreaseZoom():E.canDecreaseZoom())&&(b=a.zoomPoint,a.zoomPoint=y.viewPoint,0<x?E.increaseZoom():E.decreaseZoom(),a.zoomPoint=b),y.bubbles=!1;else if(b===Xd&&y.shift||b===hd&&!y.control){E=a.position.copy();var z=y.event;b=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(b){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,E,y)}}},_i.prototype.doWheelChange=function(a,y,x){a.position.D(y)&&x.event.wheelDeltaX===0||(x.bubbles=!1)},_i.prototype.standardWaitAfter=function(a,y){y===void 0&&(y=this.diagram.lastInput),this.cancelWaitAfter();var x=this,E=y.clone(this.yy);this.Zr=xe(function(){x.doWaitAfter(E)},a)},_i.prototype.cancelWaitAfter=function(){this.Zr!==-1&&on.clearTimeout(this.Zr),this.Zr=-1},_i.prototype.doWaitAfter=function(){},_i.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},_i.prototype.isBeyondDragSize=function(a,y){var x=this.diagram;a===void 0&&(a=x.firstInput.viewPoint),y===void 0&&(y=x.lastInput.viewPoint);var E=x.toolManager.dragSize,b=E.width;return E=E.height,x.firstInput.isTouchEvent&&(b+=6,E+=6),Math.abs(y.x-a.x)>b||Math.abs(y.y-a.y)>E},fe.Object.defineProperties(_i.prototype,{diagram:{get:function(){return this.H},set:function(a){a instanceof se&&(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}}}),_i.prototype.startTransaction=_i.prototype.Ea,_i.className="Tool";function No(){_i.call(this),this.name="ToolManager",this.hb=new Ee,this.ob=new Ee,this.Hb=new Ee,this.F=this.V=850,this.o=new Je(2,2).ja(),this.Ha=5e3,this.ia=hd,this.u=Hc,this.Mp=this.j=null,this.zj=-1}Ce(No,_i),No.prototype.initializeStandardTools=function(){},No.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()}},No.prototype.doMouseDown=function(){var a=this.diagram,y=a.lastInput;if(y.isTouchEvent&&this.gestureBehavior===uu&&(y.bubbles=!1),y.isMultiTouch){if(this.cancelWaitAfter(),this.gestureBehavior===Ph){y.bubbles=!0;return}if(this.gestureBehavior===uu)return;if(a.currentTool.canStartMultiTouch()){a.currentTool.standardPinchZoomStart();return}}for(var x=this.mouseDownTools.length,E=0;E<x;E++){var b=this.mouseDownTools.M(E);if(b.diagram=this.diagram,b.canStart()){a.doFocus(),a.currentTool=b,a.currentTool===b&&(b.isActive||b.doActivate(),b.doMouseDown());return}}a.lastInput.button===1&&(this.mouseWheelBehavior===hd?this.mouseWheelBehavior=Xd:this.mouseWheelBehavior===Xd&&(this.mouseWheelBehavior=hd)),this.doActivate(),this.standardWaitAfter(this.holdDelay,y)},No.prototype.doMouseMove=function(){var a=this.diagram,y=a.lastInput;if(y.isMultiTouch){if(this.gestureBehavior===Ph){y.bubbles=!0;return}if(this.gestureBehavior===uu)return;if(a.currentTool.canStartMultiTouch()){a.currentTool.standardPinchZoomMove();return}}if(this.isActive)for(var x=this.mouseMoveTools.length,E=0;E<x;E++){var b=this.mouseMoveTools.M(E);if(b.diagram=this.diagram,b.canStart()){a.doFocus(),a.currentTool=b,a.currentTool===b&&(b.isActive||b.doActivate(),b.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)}No.prototype.doCurrentObjectChanged=function(a,y){a=this.currentToolTip,a===null||y!==null&&a instanceof Hi&&(y===a||y.rg(a))||this.hideToolTip()},No.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()))},No.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)},No.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()},No.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 E=a.diagram;E!==null&&E!==x&&E.remove(a),x.add(a),y!==null?a.adornedObject=y:a.data=x.model,a.Va(),this.positionToolTip(a,y)}else a instanceof Tl&&a!==this.currentToolTip&&a.show(y,x,this);if(this.currentToolTip=a,this.zj!==-1&&(on.clearTimeout(this.zj),this.zj=-1),a=this.toolTipDuration,0<a&&a!==1/0){var b=this;this.zj=xe(function(){b.hideToolTip()},a)}},No.prototype.positionToolTip=function(a){if(a.placeholder===null){var y=this.diagram,x=y.lastInput.documentPoint.copy(),E=a.measuredBounds,b=y.viewportBounds;y.lastInput.isTouchEvent&&(x.x-=E.width),x.x+E.width>b.right&&(x.x-=E.width+5/y.scale),x.x<b.x&&(x.x=b.x),x.y=x.y+20/y.scale+E.height>b.bottom?x.y-(E.height+5/y.scale):x.y+20/y.scale,x.y<b.y&&(x.y=b.y),a.position=x}},No.prototype.hideToolTip=function(){this.zj!==-1&&(on.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 Tl&&y.hide!==null&&y.hide(a,this),this.currentToolTip=null)},No.prototype.doMouseUp=function(){this.cancelWaitAfter();var a=this.diagram;if(this.isActive)for(var y=this.mouseUpTools.length,x=0;x<y;x++){var E=this.mouseUpTools.M(x);if(E.diagram=this.diagram,E.canStart()){a.doFocus(),a.currentTool=E,a.currentTool===E&&(E.isActive||E.doActivate(),E.doMouseUp());return}}a.doFocus(),this.doDeactivate()},No.prototype.doMouseWheel=function(){this.standardMouseWheel()},No.prototype.doKeyDown=function(){var a=this.diagram;a.commandHandler!==null&&a.commandHandler.doKeyDown()},No.prototype.doKeyUp=function(){var a=this.diagram;a.commandHandler!==null&&a.commandHandler.doKeyUp()},No.prototype.findTool=function(a){for(var y=this.mouseDownTools.length,x=0;x<y;x++){var E=this.mouseDownTools.M(x);if(E.name===a)return E}for(y=this.mouseMoveTools.length,x=0;x<y;x++)if(E=this.mouseMoveTools.M(x),E.name===a)return E;for(y=this.mouseUpTools.length,x=0;x<y;x++)if(E=this.mouseUpTools.M(x),E.name===a)return E;return null},No.prototype.replaceTool=function(a,y){y!==null&&(y.diagram=this.diagram);for(var x=this.mouseDownTools.length,E=0;E<x;E++){var b=this.mouseDownTools.M(E);if(b.name===a)return y!==null?this.mouseDownTools.cd(E,y):this.mouseDownTools.mb(E),b}for(x=this.mouseMoveTools.length,E=0;E<x;E++)if(b=this.mouseMoveTools.M(E),b.name===a)return y!==null?this.mouseMoveTools.cd(E,y):this.mouseMoveTools.mb(E),b;for(x=this.mouseUpTools.length,E=0;E<x;E++)if(b=this.mouseUpTools.M(E),b.name===a)return y!==null?this.mouseUpTools.cd(E,y):this.mouseUpTools.mb(E),b;return null},No.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)},fe.Object.defineProperties(No.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}}}),No.prototype.replaceStandardTool=No.prototype.gb;var hd=new ce(No,"WheelScroll",0),Xd=new ce(No,"WheelZoom",1),tg=new ce(No,"WheelNone",2),Hc=new ce(No,"GestureZoom",3),uu=new ce(No,"GestureCancel",4),Ph=new ce(No,"GestureNone",5);No.className="ToolManager",No.WheelScroll=hd,No.WheelZoom=Xd,No.WheelNone=tg,No.GestureZoom=Hc,No.GestureCancel=uu,No.GestureNone=Ph;function Ro(){_i.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 At(NaN,NaN),this.Fr=new At,this.hb=!0,this.Ik=100,this.Cg=[],this.te=new Me().freeze(),this.ia=new st,this.Bn=null,this.F="copy",this.Oc="",this.Pc="no-drop"}var Wl;Ce(Ro,_i),Ro.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},Ro.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},Ro.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,(sn?y.meta:y.control)||y.shift||a.clearSelection(!0),this.currentPart.isSelected=!0,a.R("ChangedSelection",a.selection))}}},Ro.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),_r=null,this.isActive=!0,this.tl.set(a.position),Wc(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&&_s(a),sf(a,this.draggedParts),this.Ea("Drag"),this.startPoint=a.firstInput.documentPoint,a.isMouseCaptured=!0,a.allowDragOut&&(this.isDragOutStarted=!0,this.Ym=!1,_r=this,Du=this.diagram,this.doSimulatedDragOut()))};function Wc(a,y){if(a.dragsLink){var x=a.diagram;x.allowRelink&&(x.model.Wj()&&y.count===1&&y.first()instanceof We?(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 fa,a.Oe.diagram=x),a.Oe.originalLink=a.draggedLink):(a.draggedLink=null,a.Oe=null))}}Ro.prototype.computeEffectiveCollection=function(a,y){return this.diagram.commandHandler.computeEffectiveCollection(a,y)},Ro.prototype.Pd=function(a){return a===void 0?new pu(ei):this.isGridSnapEnabled?new pu(new At(Math.round(1e3*a.x)/1e3,Math.round(1e3*a.y)/1e3)):new pu(a.copy())},Ro.prototype.doDeactivate=function(){this.isActive=!1;var a=this.diagram;if(this.diagram.layout.isRealtime=this.Sw,a.Fu(!1),a.ug(),wh(this),Dh(a,this.draggedParts),this.draggedParts=this.currentPart=this.Bn=null,this.Ym=this.isDragOutStarted=!1,0<Wl.count){for(var y=Wl,x=y.length,E=0;E<x;E++){var b=y.M(E);Tu(b),el(b),wh(b),b.diagram.ug()}y.clear()}Tu(this),this.tl.h(NaN,NaN),Du!==null&&(Du.currentCursor=""),_r=Du=null,el(this),a.isMouseCaptured=!1,a.currentCursor="",a.Ns=!1,this.stopTransaction(),lc(a,!0)},Ro.prototype.stopTransaction=function(){var a=this.diagram,y=_i.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y};function wh(a){var y=a.diagram,x=y.skipsUndoManager;y.skipsUndoManager=!0,ng(a,y.lastInput,null),y.skipsUndoManager=x,a.Cg.length=0}function eg(){var a=_r;el(a),Fu(a);var y=a.diagram;a.tl.w()&&(y.position=a.tl),y.ug()}Ro.prototype.doCancel=function(){el(this),Fu(this);var a=this.diagram;this.tl.w()&&(a.position=this.tl),this.stopTool()},Ro.prototype.doKeyDown=function(){var a=this.diagram,y=a.lastInput;this.isActive&&(y.key==="Esc"?this.doCancel():y.key!==a.previousInput.key&&this.doMouseMove())},Ro.prototype.doKeyUp=function(){this.isActive&&this.doMouseMove()};function hu(a,y){if(a.copiedParts===null){var x=a.diagram;if((!y||!x.isReadOnly&&!x.isModelReadOnly)&&a.draggedParts!==null){var E=x.undoManager;for(E.isEnabled&&E.isInTransaction?E.currentTransaction!==null&&0<E.currentTransaction.changes.count&&(x.undoManager.Kf(),x.Ea("Drag")):Fu(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 An,E=a.draggedParts.iterator;E.next();){var b=E.key;if(b.Zc()&&b.canCopy()){var z=y.I(b);z!==null&&(z.location=b.location,z.Va(),x.add(z,a.Pd(z.location)))}}for(y=y.iterator;y.next();)E=y.value,E instanceof We&&E.canCopy()&&x.add(E,a.Pd());a.copiedParts=x,Wc(a,x.Lf()),a.draggedLink!==null&&(x=a.draggedLink,y=x.routeBounds,qu(x,a.startPoint.x-(y.x+y.width/2),a.startPoint.y-(y.y+y.height/2))),a.doUpdateCursor(null)}}}function el(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 We&&(x.value.point=new At(0,0));a.doUpdateCursor(null)}y.skipsUndoManager=!1,y.partManager.addsToTemporaryLayer=!1,a.startPoint=y.firstInput.documentPoint}function Tu(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 bl(a,y,x){var E=a.diagram,b=a.startPoint,z=At.alloc();z.assign(E.lastInput.documentPoint),a.moveParts(y,z.re(b),x),At.free(z),E.Gf("temporaryPixelRatio")===!0&&E.Yh===null&&30<E.$w&&(_s(E),E.hk())}Ro.prototype.moveParts=function(a,y,x){x===void 0&&(x=!1);var E=this.diagram;E!==null&&Ah(E,a,y,this.dragOptions,x)};function Fu(a){if(a.draggedParts!==null){for(var y=a.diagram,x=a.draggedParts.iterator;x.next();){var E=x.key;E.Zc()&&(E.location=x.value.point)}for(x=a.draggedParts.iterator;x.next();)if(E=x.key,E instanceof We&&E.suspendsRouting){var b=x.value.point;a.draggedParts.add(E,a.Pd()),qu(E,-b.x,-b.y)}y.bd()}}function Vc(a,y){var x=a.diagram;a.dragsLink&&(a.draggedLink!==null&&(a.draggedLink.fromNode=null,a.draggedLink.toNode=null),Bu(a,!1));var E=a.findDragOverObject(y),b=x.lastInput;b.targetObject=E,a.doUpdateCursor(E);var z=x.skipsUndoManager,tt=!1;try{if(x.skipsUndoManager=!0,tt=ng(a,b,E),!a.isActive&&_r===null)return;var ot=E!==null?E.part:null;if(ot===null||x.handlesDragDropForTopLevelParts&&ot.isTopLevel&&!(ot instanceof di)){var rt=x.mouseDragOver;rt!==null&&(rt(b),tt=!0)}if(!a.isActive&&_r===null||(a.doDragOver(y,E),!a.isActive&&_r===null))return}finally{x.skipsUndoManager=z,tt&&x.bd()}a.Bn=E,x.isReadOnly||!x.allowMove&&!x.allowCopy||!x.allowHorizontalScroll&&!x.allowVerticalScroll||x.gs(b.viewPoint)}Ro.prototype.findDragOverObject=function(a){var y=this;return Zl(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})},Ro.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 ng(a,y,x){var E=!1,b=a.Cg.length,z=0<b?a.Cg[0]:null;if(x===z)return!1;y.handled=!1;for(var tt=0;tt<b;tt++){var ot=a.Cg[tt],rt=ot.mouseDragLeave;if(rt!==null&&(rt(y,ot,x),E=!0,y.handled))break}if(a.Cg.length=0,!a.isActive&&_r===null||x===null)return E;for(y.handled=!1,b=x;b!==null;)a.Cg.push(b),b=ig(b);for(b=a.Cg.length,x=0;x<b&&(tt=a.Cg[x],ot=tt.mouseDragEnter,ot===null||(ot(y,tt,z),E=!0,!y.handled));x++);return E}function ig(a){var y=a.panel;return y!==null?y:a instanceof On&&!(a instanceof di)&&(a=a.containingGroup,a!==null&&a.handlesDragDropForMembers)?a:null}function Ip(a,y,x){var E=a.Oe;if(E===null)return null;var b=a.diagram.og(y,E.portGravity,function(at){return E.findValidLinkablePort(at,x)});a=At.alloc();var z=1/0,tt=null;for(b=b.iterator;b.next();){var ot=b.value;if(ot.part!==null){var rt=ot.ga(Di,a);rt=y.Bf(rt),rt<z&&(tt=ot,z=rt)}}return At.free(a),tt}function Bu(a,y){var x=a.draggedLink;if(x!==null&&!(2>x.pointsCount)){var E=a.diagram;if(!E.isReadOnly){var b=a.Oe;if(b!==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)),b.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!==E.Mx&&E.R("LinkRelinked",x,E.Mx),x.toPort!==E.Nx&&E.R("LinkRelinked",x,E.Nx)):Uc(b,tt,z,rt,ot):Uc(b,null,null,null,null)}}}}Ro.prototype.doDragOver=function(){};function Au(a,y){var x=a.diagram;a.dragsLink&&Bu(a,!0),wh(a);var E=a.findDragOverObject(y),b=x.lastInput;if(b.targetObject=E,E!==null){b.handled=!1;for(var z=E;z!==null;){var tt=z.mouseDrop;if(tt!==null&&(tt(b,z),b.handled))break;J0(a,b,z),z=ig(z)}}else z=x.mouseDrop,z!==null&&z(b);if(a.isActive||_r!==null){for(b=(a.copiedParts||a.draggedParts).iterator;b.next();)z=b.key,z instanceof en&&z.linksConnected.each(function(ot){ot.suspendsRouting=!1});if(a.doDropOnto(y,E),a.isActive||_r!==null){for(a=me.alloc(),y=x.selection.iterator;y.next();)E=y.value,E instanceof en&&Q0(x,E,a);me.free(a)}}}function J0(a,y,x){a=a.diagram,x=x.part,!a.handlesDragDropForTopLevelParts||!x.isTopLevel||x instanceof di||(x=a.mouseDrop,x!==null&&x(y))}function Q0(a,y,x){var E=!1;if(x=y.getAvoidableRect(x),a.viewportBounds.Re(x)&&(E=!0),a=a.Nu(x,function(b){return b.part},function(b){return b instanceof We},!0,function(b){return b instanceof We},E),a.count!==0)for(a=a.iterator;a.next();)x=a.value,!x.Td(y)&&x.isAvoiding&&x.bb()}Ro.prototype.doDropOnto=function(){},Ro.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()?(hu(this,!1),sf(a,this.copiedParts),bl(this,this.copiedParts,!1),Dh(a,this.copiedParts)):this.mayMove()?(el(this),bl(this,this.draggedParts,!0)):this.mayDragOut()?(hu(this,!1),bl(this,this.copiedParts,!1)):el(this),Vc(this,a.lastInput.documentPoint))}},Ro.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?(el(this),hu(this,!0),sf(a,this.copiedParts),bl(this,this.copiedParts,!1),Dh(a,this.copiedParts),this.copiedParts!==null&&(a.R("ChangingSelection",a.selection),a.clearSelection(!0),this.copiedParts.iteratorKeys.each(function(b){b.isSelected=!0}))):(y=!0,el(this),this.mayMove()&&(bl(this,this.draggedParts,!0),Vc(this,a.lastInput.documentPoint))),this.Ym=!0,Au(this,a.lastInput.documentPoint),this.isActive){var E=x?this.copiedParts.Lf():this.draggedParts.Lf();this.copiedParts=null,y&&$0(this),a.Ya(),Dh(a,this.draggedParts),this.transactionResult=x?"Copy":"Move",a.R(x?"SelectionCopied":"SelectionMoved",E)}this.stopTool(),x&&a.R("ChangedSelection",a.selection)}}},Ro.prototype.simulatedMouseMove=function(a,y,x){if(_r===null)return!1;var E=_r.diagram;x instanceof se||(x=null);var b=Du;return x!==b&&(b!==null&&b!==E&&(b.ug(),_r.isDragOutStarted=!1,b=b.toolManager.findTool("Dragging"),b!==null&&b.doSimulatedDragLeave()),Du=x,x!==null&&x!==E&&(eg(),b=x.toolManager.findTool("Dragging"),b!==null&&(Wl.contains(b)||Wl.add(b),b.doSimulatedDragEnter())),this.doUpdateCursor(null)),x===null||x===E||!x.allowDrop||x.isReadOnly||!x.allowInsert?!1:(E=x.toolManager.findTool("Dragging"),E!==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,E.doSimulatedDragOver()),!0)},Ro.prototype.simulatedMouseUp=function(a,y,x){if(_r===null)return!1;var E=Du,b=_r.diagram;if(x===null)return _r.doCancel(),!0;if(x!==E){var z=E.toolManager.findTool("Dragging");if(E!==null&&E!==b&&z!==null)return E.ug(),_r.isDragOutStarted=!1,z.doSimulatedDragLeave(),!1;Du=x,E=x.toolManager.findTool("Dragging"),E!==null&&(eg(),Wl.contains(E)||Wl.add(E),E.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 At),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=_r,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 en&&(x=x.containingGroup,x===null||x.placeholder===null||a.draggedParts.contains(x)||x.placeholder.v())}}Ro.prototype.mayCopy=function(){if(!this.isCopyEnabled)return!1;var a=this.diagram;if(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.allowCopy||(sn?!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())},Ro.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())},Ro.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())},Ro.prototype.computeBorder=function(a,y,x){return this.Ym||this.draggedParts===null||this.draggedParts.contains(a)?null:x.assign(y)},Ro.prototype.Az=function(){return _r},Ro.prototype.mayDragIn=function(){var a=this.diagram;if(!a.allowDrop||a.isReadOnly||a.isModelReadOnly||!a.allowInsert)return!1;var y=_r;return!(y===null||y.diagram.model.dataFormat!==a.model.dataFormat)},Ro.prototype.doSimulatedDragEnter=function(){if(this.mayDragIn()){var a=this.diagram;a.animationManager.Cc(),La(a),a.animationManager.Cc(),a=_r,a!==null&&(a.diagram.Ns=!1),this.doUpdateCursor(null)}},Ro.prototype.doSimulatedDragLeave=function(){var a=_r;a!==null&&a.doSimulatedDragOut(),this.doCancel()},Ro.prototype.doSimulatedDragOver=function(){var a=this.diagram;a.animationManager.Dm=!0;var y=_r;if(y!==null&&y.draggedParts!==null){if(!this.mayDragIn())return;Rp(this,y.draggedParts.Lf(),!1,a.firstInput),bl(this,this.copiedParts,!1),Vc(this,a.lastInput.documentPoint)}a.animationManager.Dm=!1},Ro.prototype.doSimulatedDrop=function(){var a=this.diagram,y=_r;if(y!==null){var x=y.diagram;if(y.Ym=!0,el(this),!this.mayDragIn())return;a.animationManager.Dm=!0,a.R("ChangingSelection",a.selection),this.Ea("Drop"),Rp(this,y.draggedParts.Lf(),!0,a.lastInput),bl(this,this.copiedParts,!1);var E=new Me;this.copiedParts!==null&&(a.clearSelection(!0),this.copiedParts.iteratorKeys.each(function(b){b.isSelected=!0,E.add(b)})),Au(this,a.lastInput.documentPoint),a.Ya(),this.copiedParts!==null&&(this.transactionResult="ExternalCopy"),this.copiedParts=null,a.doFocus(),a.R("ExternalObjectsDropped",E,x),this.stopTransaction(),a.R("ChangedSelection",a.selection)}a.animationManager.Dm=!1};function Rp(a,y,x,E){if(a.copiedParts===null){var b=a.diagram;if(!b.isReadOnly&&!b.isModelReadOnly){b.skipsUndoManager=!x,b.partManager.addsToTemporaryLayer=!x,a.startPoint=E.documentPoint,x=b.Kj(y,b,!0);var z=me.alloc();b=E=1/0;for(var tt=-1/0,ot=-1/0,rt=y.iterator;rt.next();){var at=rt.value;if(at.isVisible()){var ut=at.location;at=ut.x,ut=ut.y,isNaN(at)||isNaN(ut)||(at<E&&(E=at),ut<b&&(b=ut),at>tt&&(tt=at),ut>ot&&(ot=ut))}}for(E===1/0?z.h(0,0,0,0):z.h(E,b,tt-E,ot-b),E=z.x+z.width/2,b=z.y+z.height/2,me.free(z),z=a.Fr,tt=new An,ot=At.alloc(),rt=y.iterator;rt.next();)at=rt.value,at instanceof We&&at.canCopy()&&(ut=x.I(at),ut!==null&&(ut.points=at.points,qu(ut,z.x-E,z.y-b),ut.suspendsRouting=!0,tt.add(ut,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-(E-at.x),z.y-(b-at.y)),rt.location=ot,rt.Va(),tt.add(rt,a.Pd(ot))));At.free(ot),a.copiedParts=tt,Wc(a,tt.Lf()),a.draggedLink!==null&&(x=a.draggedLink,y=x.routeBounds,qu(x,a.startPoint.x-(y.x+y.width/2),a.startPoint.y-(y.y+y.height/2))),a.doUpdateCursor(null)}}}Ro.prototype.doSimulatedDragOut=function(){var a=this.diagram;a.Ns=!1,this.mayCopy()||this.mayMove()?a.currentCursor="":a.currentCursor=this.nodropCursor,this.Bn=null},Ro.prototype.computeMove=function(a,y,x,E){return x=this.diagram,x!==null?x.computeMove(a,y,this.dragOptions,E):new At},fe.Object.defineProperties(Ro.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}}}),Ro.prototype.getDraggingSource=Ro.prototype.Az;var _r=null,Du=null;Ro.className="DraggingTool",Wl=new Ee,ke("draggingTool",function(){return this.findTool("Dragging")},function(a){this.gb("Dragging",a,this.mouseMoveTools)}),No.prototype.doCancel=function(){_r!==null&&_r.doCancel(),_i.prototype.doCancel.call(this)};function Jo(){_i.call(this),this.te=100,this.Ha=!1,this.u="pointer";var a=new We,y=new Si;y.isPanelMain=!0,y.stroke="blue",a.add(y),y=new Si,y.toArrow="Standard",y.fill="blue",y.stroke="blue",a.add(y),a.layerName="Tool",this.Ci=a,a=new en,y=new Si,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=lo,a.add(y),a.selectable=!1,a.layerName="Tool",this.Bi=a,this.j=y,a=new en,y=new Si,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=lo,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 An,this.Of=this.gj=this.Pf=null}Ce(Jo,_i),Jo.prototype.doStop=function(){this.diagram.ug(),this.originalToPort=this.originalToNode=this.originalFromPort=this.originalFromNode=this.originalLink=null,this.validPortsCache.clear(),this.targetPort=null},Jo.prototype.copyPortProperties=function(a,y,x,E,b){if(a!==null&&y!==null&&x!==null&&E!==null){var z=y.Df(),tt=Je.alloc();tt.width=y.naturalBounds.width*z,tt.height=y.naturalBounds.height*z,E.desiredSize=tt,Je.free(tt),b?(E.toSpot=y.toSpot,E.toEndSegmentLength=y.toEndSegmentLength):(E.fromSpot=y.fromSpot,E.fromEndSegmentLength=y.fromEndSegmentLength),x.locationSpot=Di,z=At.alloc(),x.location=y.ga(Di,z),At.free(z),E.angle=y.li(),this.portTargeted!==null&&this.portTargeted(a,y,x,E,b)}},Jo.prototype.setNoTargetPortProperties=function(a,y,x){y!==null&&(y.desiredSize=lo,y.fromSpot=Ii,y.toSpot=Ii),a!==null&&(a.location=this.diagram.lastInput.documentPoint),this.portTargeted!==null&&this.portTargeted(null,null,a,y,x)},Jo.prototype.doMouseDown=function(){this.isActive&&this.doMouseMove()},Jo.prototype.doMouseMove=function(){if(this.isActive){var a=this.diagram;if(this.targetPort=this.findTargetPort(this.isForwards),this.targetPort!==null&&this.targetPort.part instanceof en){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)}},Jo.prototype.findValidLinkablePort=function(a,y){if(a===null)return null;var x=a.part;if(!(x instanceof en))return null;for(;a!==null;){var E=y?a.toLinkable:a.fromLinkable;if(E===!0&&(a.portId!==null||a instanceof en)&&(y?this.isValidTo(x,a):this.isValidFrom(x,a)))return a;if(E===!1)break;a=a.panel}return null},Jo.prototype.findTargetPort=function(a){var y=this.diagram,x=y.lastInput.documentPoint,E=this.portGravity;0>=E&&(E=.1);var b=this,z=y.og(x,E,function(ft){return b.findValidLinkablePort(ft,a)},null,!0);for(E=1/0,y=null,z=z.iterator;z.next();){var tt=z.value,ot=tt.part;if(ot instanceof en){var rt=tt.ga(Di,At.alloc()),at=x.x-rt.x,ut=x.y-rt.y;At.free(rt),rt=at*at+ut*ut,rt<E&&(at=this.validPortsCache.I(tt),at!==null?at&&(y=tt,E=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,E=rt):this.validPortsCache.add(tt,!1))}}return y!==null&&(x=y.part,x instanceof en&&(x.layer===null||x.layer.allowLink))?y:null},Jo.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},Jo.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},Jo.prototype.isInSameNode=function(a,y){return a===null||y===null?!1:a===y?!0:(a=a.part,y=y.part,a!==null&&a===y)},Jo.prototype.isLinked=function(a,y){if(a===null||y===null)return!1;var x=a.part;if(!(x instanceof en))return!1;a=a.portId,a===null&&(a="");var E=y.part;if(!(E instanceof en))return!1;for(y=y.portId,y===null&&(y=""),y=E.Sd(y);y.next();)if(E=y.value,E.fromNode===x&&E.fromPortId===a)return!0;return!1},Jo.prototype.isValidLink=function(a,y,x,E){if(!this.isValidFrom(a,y)||!this.isValidTo(x,E)||!(y===null||E===null||(y.fromLinkableSelfNode&&E.toLinkableSelfNode||!this.isInSameNode(y,E))&&(y.fromLinkableDuplicates&&E.toLinkableDuplicates||!this.isLinked(y,E)))||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 b=a.linkValidation;if(b!==null&&!b(a,y,x,E,this.originalLink))return!1}return x!==null&&(b=x.linkValidation,b!==null&&!b(a,y,x,E,this.originalLink))?!1:(b=this.linkValidation,b!==null?b(a,y,x,E,this.originalLink):!0)},Jo.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 E=new Me;return E.add(a),fs(this,x,y,E)};function fs(a,y,x,E){if(y===x)return!0;var b=y.fromNode;return b!==null&&b.isLinkLabel&&(E.add(b),fs(a,b.labeledLink,x,E))?!0:(y=y.toNode,!!(y!==null&&y.isLinkLabel&&(E.add(y),fs(a,y.labeledLink,x,E))))}Jo.prototype.isValidCycle=function(a,y,x){if(x===void 0&&(x=null),a===null||y===null)return this.isUnconnectedLinkValid;var E=this.diagram.validCycle;if(E!==fc){if(E===Dg){if(E=x||this.temporaryLink,E!==null&&!E.isTreeLink)return!0;for(E=y.linksConnected;E.next();){var b=E.value;if(b!==x&&b.isTreeLink&&b.toNode===y)return!1}return!Ps(this,a,y,x,!0)}if(E===Og){if(E=x||this.temporaryLink,E!==null&&!E.isTreeLink)return!0;for(E=a.linksConnected;E.next();)if(b=E.value,b!==x&&b.isTreeLink&&b.fromNode===a)return!1;return!Ps(this,a,y,x,!0)}if(E===Fg)return a===y?a=!0:(E=new Me,E.add(y),a=ws(this,E,a,y,x)),!a;if(E===Bg)return!Ps(this,a,y,x,!1);if(E===Ag)return a===y?a=!0:(E=new Me,E.add(y),a=dd(this,E,a,y,x)),!a}return!0};function Ps(a,y,x,E,b){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!==E&&(!b||tt.isTreeLink)&&tt.toNode===y&&(tt=tt.fromNode,tt!==y&&Ps(a,tt,x,E,b)))return!0}return!1}function ws(a,y,x,E,b){if(x===E)return!0;if(x===null||E===null||y.contains(x))return!1;y.add(x);for(var z=x.linksConnected;z.next();){var tt=z.value;if(tt!==b&&tt.toNode===x&&(tt=tt.fromNode,tt!==x&&ws(a,y,tt,E,b)))return!0}return!1}function dd(a,y,x,E,b){if(x===E)return!0;if(x===null||E===null||y.contains(x))return!1;y.add(x);for(var z=x.linksConnected;z.next();){var tt=z.value;if(tt!==b){var ot=tt.fromNode;if(tt=tt.toNode,ot=ot===x?tt:ot,ot!==x&&dd(a,y,ot,E,b))return!0}}return!1}fe.Object.defineProperties(Jo.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}}}),Jo.className="LinkingBaseTool";function Cs(){Jo.call(this),this.name="Linking",this.V={},this.F=null,this.K=Ch,this.Xd=null}Ce(Cs,Jo),Cs.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},Cs.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 en)))return null;var x=this.direction;if(x===Ch||x===jp){var E=this.findValidLinkablePort(y,!1);if(E!==null||this.startObject===a&&(E=a.port,this.findValidLinkablePort(E,!1)))return this.isForwards=!0,E}return(x===Ch||x===zp)&&(y=this.findValidLinkablePort(y,!0),y!==null||this.startObject===a&&(y=a.port,this.findValidLinkablePort(y,!0)))?(this.isForwards=!1,y):null},Cs.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 en&&(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 en&&(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)},Cs.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()},Cs.prototype.doStop=function(){Jo.prototype.doStop.call(this),this.startObject=null},Cs.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram,y=this.transactionResult=null,x=null,E=null,b=null,z=null;try{var tt=this.targetPort=this.findTargetPort(this.isForwards);if(tt!==null){var ot=tt.part;ot instanceof en&&(this.isForwards?(this.originalFromNode!==null&&(y=this.originalFromNode,x=this.originalFromPort),E=ot,b=tt):(y=ot,x=tt,this.originalToNode!==null&&(E=this.originalToNode,b=this.originalToPort)))}else this.isForwards?this.originalFromNode!==null&&this.isUnconnectedLinkValid&&(y=this.originalFromNode,x=this.originalFromPort):this.originalToNode!==null&&this.isUnconnectedLinkValid&&(E=this.originalToNode,b=this.originalToPort);y!==null||E!==null?(z=this.insertLink(y,x,E,b),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,E,b)):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)}}},Cs.prototype.isNewTreeLink=function(){var a=this.archetypeLinkData;if(a===null)return!0;if(a instanceof We)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)},Cs.prototype.insertLink=function(a,y,x,E){return this.diagram.partManager.insertLink(a,y,x,E)},Cs.prototype.doNoLink=function(){},fe.Object.defineProperties(Cs.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 Ch=new ce(Cs,"Either",0),jp=new ce(Cs,"ForwardsOnly",0),zp=new ce(Cs,"BackwardsOnly",0);Cs.className="LinkingTool",Cs.Either=Ch,Cs.ForwardsOnly=jp,Cs.BackwardsOnly=zp;function fa(){Jo.call(this),this.name="Relinking";var a=new Si;a.figure="Diamond",a.desiredSize=zo,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=0,this.V=a,a=new Si,a.figure="Diamond",a.desiredSize=zo,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=-1,this.Xd=a,this.F=null,this.Ew=new me}Ce(fa,Jo),fa.prototype.updateAdornments=function(a){if(a!==null&&a instanceof We){var y="RelinkFrom",x=null;if(a.isSelected&&!this.diagram.isReadOnly){var E=a.selectionObject;E!==null&&a.canRelinkFrom()&&a.actualBounds.w()&&a.isVisible()&&E.actualBounds.w()&&E.Ed()&&(x=a.Pj(y),x===null&&(x=this.makeAdornment(E,!1),a.bh(y,x)))}x===null&&a.Jf(y),y="RelinkTo",x=null,a.isSelected&&!this.diagram.isReadOnly&&(E=a.selectionObject,E!==null&&a.canRelinkTo()&&a.actualBounds.w()&&a.isVisible()&&E.actualBounds.w()&&E.Ed()&&(x=a.Pj(y),x===null?(x=this.makeAdornment(E,!0),a.bh(y,x)):x.v())),x===null&&a.Jf(y)}},fa.prototype.makeAdornment=function(a,y){var x=new Hi;return x.type=Re.Link,y=y?this.toHandleArchetype:this.fromHandleArchetype,y!==null&&x.add(y.copy()),x.adornedObject=a,x},fa.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},fa.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 We))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=li),this.temporaryFromNode!==null&&(this.temporaryFromNode.location=this.originalLink.i(0))),this.originalLink.toNode===null&&(this.temporaryToPort!==null&&(this.temporaryToPort.desiredSize=li),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},fa.prototype.copyLinkProperties=function(a,y){if(a!==null&&y!==null){y.adjusting=a.adjusting,y.corner=a.corner;var x=a.curve;(x===Tf||x===th)&&(x=Ts),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}},fa.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()},fa.prototype.doStop=function(){Jo.prototype.doStop.call(this),this.handle=null},fa.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram;this.transactionResult=null;var y=this.originalFromNode,x=this.originalFromPort,E=this.originalToNode,b=this.originalToPort,z=this.originalLink;try{if(this.targetPort=this.findTargetPort(this.isForwards),this.targetPort!==null){var tt=this.targetPort.part;tt instanceof en&&(this.isForwards?(E=tt,b=this.targetPort):(y=tt,x=this.targetPort))}else this.isUnconnectedLinkValid?this.isForwards?b=E=null:x=y=null:z=null;z!==null?(this.reconnectLink(z,this.isForwards?E:y,this.isForwards?b: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()}}},fa.prototype.reconnectLink=function(a,y,x,E){return x=x!==null&&x.portId!==null?x.portId:"",E?(a.toNode=y,a.toPortId=x):(a.fromNode=y,a.fromPortId=x),!0},fa.prototype.doNoRelink=function(){};function Uc(a,y,x,E,b){y!==null?(a.copyPortProperties(y,x,a.temporaryFromNode,a.temporaryFromPort,!1),a.diagram.add(a.temporaryFromNode)):a.diagram.remove(a.temporaryFromNode),E!==null?(a.copyPortProperties(E,b,a.temporaryToNode,a.temporaryToPort,!0),a.diagram.add(a.temporaryToNode)):a.diagram.remove(a.temporaryToNode)}fe.Object.defineProperties(fa.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}}}),fa.className="RelinkingTool",ke("linkingTool",function(){return this.findTool("Linking")},function(a){this.gb("Linking",a,this.mouseMoveTools)}),ke("relinkingTool",function(){return this.findTool("Relinking")},function(a){this.gb("Relinking",a,this.mouseDownTools)});function or(){_i.call(this),this.name="LinkReshaping";var a=new Si;a.figure="Rectangle",a.desiredSize=Ho,a.fill="lightblue",a.stroke="dodgerblue",this.o=a,a=new Si,a.figure="Diamond",a.desiredSize=zo,a.fill="lightblue",a.stroke="dodgerblue",a.cursor="move",this.u=a,this.F=3,this.Ts=this.j=null,this.Fw=new At,this.Yq=new Ee}Ce(or,_i),or.prototype.Ru=function(a){return a&&a.reshapingBehavior.value!==0?a.reshapingBehavior:og},or.prototype.om=function(a,y){a.reshapingBehavior=y},or.prototype.updateAdornments=function(a){if(a!==null&&a instanceof We){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)}},or.prototype.makeAdornment=function(a){var y=a.part,x=y.pointsCount,E=y.isOrthogonal,b=null;if(y.points!==null&&1<x){b=new Hi,b.type=Re.Link,x=y.firstPickIndex;var z=y.lastPickIndex,tt=E?1:0;if(y.resegmentable&&y.computeCurve()!==ya)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,b.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&&E){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,Ru),ot.cursor="n-resize"):Jt.B(rt.y,at.y)&&(this.om(ot,Iu),ot.cursor="w-resize")}else tt===z-1&&E?(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,Ru),ot.cursor="n-resize"):Jt.B(rt.y,at.y)&&(this.om(ot,Iu),ot.cursor="w-resize")):tt!==z&&(this.om(ot,Zc),ot.cursor="move");b.add(ot)}b.adornedObject=a}return b},or.prototype.makeHandle=function(){var a=this.handleArchetype;return a===null?null:a.copy()},or.prototype.makeResegmentHandle=function(){var a=this.midHandleArchetype;return a===null?null:a.copy()},or.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},or.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 We){if(this.Ts=y,a.isMouseCaptured=!0,this.Ea(this.name),y.resegmentable&&this.handle.fromMaxLinks===999){var x=y.points.copy(),E=this.getResegmentingPoint();if(x.Gb(this.handle.segmentIndex+1,E),y.isOrthogonal&&x.Gb(this.handle.segmentIndex+1,E),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}}},or.prototype.doDeactivate=function(){this.stopTransaction(),this.Ts=this.handle=null,this.isActive=this.diagram.isMouseCaptured=!1},or.prototype.stopTransaction=function(){var a=this.diagram,y=_i.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},or.prototype.doCancel=function(){var a=this.adornedLink;a!==null&&(a.points=this.Yq),this.stopTool()},or.prototype.getResegmentingPoint=function(){return this.handle.ga(Di)},or.prototype.doMouseMove=function(){var a=this.diagram;this.isActive&&(a=this.computeReshape(a.lastInput.documentPoint),this.reshape(a))},or.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,E=y.i(x-1),b=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(E.x-b.x)<this.resegmentingDistance&&Math.abs(E.y-b.y)<this.resegmentingDistance&&(Ou(this,tt,E,b,z,!0)||Ou(this,tt,E,b,z,!1))){var ot=y.points.copy();Ou(this,tt,E,b,z,!0)?(ot.cd(x-2,new At(tt.x,(z.y+tt.y)/2)),ot.cd(x+1,new At(z.x,(z.y+tt.y)/2))):(ot.cd(x-2,new At((z.x+tt.x)/2,tt.y)),ot.cd(x+1,new At((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(b.x-z.x)<this.resegmentingDistance&&Math.abs(b.y-z.y)<this.resegmentingDistance&&(Ou(this,E,b,z,tt,!0)||Ou(this,E,b,z,tt,!1))&&(ot=y.points.copy(),Ou(this,E,b,z,tt,!0)?(ot.cd(x-1,new At(E.x,(E.y+tt.y)/2)),ot.cd(x+2,new At(tt.x,(E.y+tt.y)/2))):(ot.cd(x-1,new At((E.x+tt.x)/2,E.y)),ot.cd(x+2,new At((E.x+tt.x)/2,tt.y))),ot.mb(x+1),ot.mb(x),y.points=ot,y.Wb())}}else tt=At.alloc(),Jt.qh(E.x,E.y,z.x,z.y,b.x,b.y,tt)&&tt.Bf(b)<this.resegmentingDistance*this.resegmentingDistance&&(E=y.points.copy(),E.mb(x),y.points=E,y.Wb()),At.free(tt)}a.Ya(),this.transactionResult=this.name,a.R("LinkReshaped",this.adornedLink,this.Yq)}this.stopTool()};function Ou(a,y,x,E,b,z){return z?Math.abs(y.y-x.y)<a.resegmentingDistance&&Math.abs(x.y-E.y)<a.resegmentingDistance&&Math.abs(E.y-b.y)<a.resegmentingDistance:Math.abs(y.x-x.x)<a.resegmentingDistance&&Math.abs(x.x-E.x)<a.resegmentingDistance&&Math.abs(E.x-b.x)<a.resegmentingDistance}or.prototype.reshape=function(a){var y=this.adornedLink;y.uh();var x=this.handle.segmentIndex,E=this.Ru(this.handle);if(y.isOrthogonal)if(x===y.firstPickIndex+1)x=y.firstPickIndex+1,E===Ru?(y.L(x,y.i(x-1).x,a.y),y.L(x+1,y.i(x+2).x,a.y)):E===Iu&&(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,E===Ru?(y.L(x-1,y.i(x-2).x,a.y),y.L(x,y.i(x+1).x,a.y)):E===Iu&&(y.L(x-1,a.x,y.i(x-2).y),y.L(x,a.x,y.i(x+1).y));else{E=x;var b=y.i(E),z=y.i(E-1),tt=y.i(E+1);Jt.B(z.x,b.x)&&Jt.B(b.y,tt.y)?(Jt.B(z.x,y.i(E-2).x)&&!Jt.B(z.y,y.i(E-2).y)?(y.m(E,a.x,z.y),x++,E++):y.L(E-1,a.x,z.y),Jt.B(tt.y,y.i(E+2).y)&&!Jt.B(tt.x,y.i(E+2).x)?y.m(E+1,tt.x,a.y):y.L(E+1,tt.x,a.y)):Jt.B(z.y,b.y)&&Jt.B(b.x,tt.x)?(Jt.B(z.y,y.i(E-2).y)&&!Jt.B(z.x,y.i(E-2).x)?(y.m(E,z.x,a.y),x++,E++):y.L(E-1,z.x,a.y),Jt.B(tt.x,y.i(E+2).x)&&!Jt.B(tt.y,y.i(E+2).y)?y.m(E+1,a.x,tt.y):y.L(E+1,a.x,tt.y)):Jt.B(z.x,b.x)&&Jt.B(b.x,tt.x)?(Jt.B(z.x,y.i(E-2).x)&&!Jt.B(z.y,y.i(E-2).y)?(y.m(E,a.x,z.y),x++,E++):y.L(E-1,a.x,z.y),Jt.B(tt.x,y.i(E+2).x)&&!Jt.B(tt.y,y.i(E+2).y)?y.m(E+1,a.x,tt.y):y.L(E+1,a.x,tt.y)):Jt.B(z.y,b.y)&&Jt.B(b.y,tt.y)&&(Jt.B(z.y,y.i(E-2).y)&&!Jt.B(z.x,y.i(E-2).x)?(y.m(E,z.x,a.y),x++,E++):y.L(E-1,z.x,a.y),Jt.B(tt.y,y.i(E+2).y)&&!Jt.B(tt.x,y.i(E+2).x)?y.m(E+1,tt.x,a.y):y.L(E+1,tt.x,a.y)),y.L(x,a.x,a.y)}else y.L(x,a.x,a.y),E=y.fromNode,b=y.fromPort,E!==null&&(z=E.findVisibleNode(),z!==null&&z!==E&&(E=z,b=E.port)),x===1&&y.computeSpot(!0,b).Mc()&&(z=b.ga(Di,At.alloc()),E=y.getLinkPointFromPoint(E,b,z,a,!0,At.alloc()),y.L(0,E.x,E.y),At.free(z),At.free(E)),E=y.toNode,b=y.toPort,E!==null&&(z=E.findVisibleNode(),z!==null&&z!==E&&(E=z,b=E.port)),x===y.pointsCount-2&&y.computeSpot(!1,b).Mc()&&(x=b.ga(Di,At.alloc()),a=y.getLinkPointFromPoint(E,b,x,a,!1,At.alloc()),y.L(y.pointsCount-1,a.x,a.y),At.free(x),At.free(a));y.zf()},or.prototype.computeReshape=function(a){var y=this.adornedLink,x=this.handle.segmentIndex;switch(this.Ru(this.handle)){case Zc:return a;case Ru:return new At(y.i(x).x,a.y);case Iu:return new At(a.x,y.i(x).y);default:case og:return y.i(x)}},fe.Object.defineProperties(or.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}}}),or.prototype.setReshapingBehavior=or.prototype.om,or.prototype.getReshapingBehavior=or.prototype.Ru;var og=new ce(or,"None",0),Iu=new ce(or,"Horizontal",1),Ru=new ce(or,"Vertical",2),Zc=new ce(or,"All",3);or.className="LinkReshapingTool",or.None=og,or.Horizontal=Iu,or.Vertical=Ru,or.All=Zc,ke("linkReshapingTool",function(){return this.findTool("LinkReshaping")},function(a){this.gb("LinkReshaping",a,this.mouseDownTools)});function is(){_i.call(this),this.name="Resizing",this.o=new Je(1,1).freeze(),this.j=new Je(9999,9999).freeze(),this.yg=new Je(NaN,NaN).freeze(),this.V=!1,this.ia=!0,this.ue=null;var a=new Si;a.alignmentFocus=Di,a.figure="Rectangle",a.desiredSize=Ho,a.fill="lightblue",a.stroke="dodgerblue",a.strokeWidth=1,a.cursor="pointer",this.F=a,this.u=null,this.Xq=new At,this.Dw=new Je,this.Tn=new At,this.rt=new Je(0,0),this.qt=new Je(1/0,1/0),this.pt=new Je(1,1)}Ce(is,_i),is.prototype.updateAdornments=function(a){if(!(a===null||a instanceof We)){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(),Gh(a)&&this.updateResizeHandles(x,y),a.bh(this.name,x);return}}a.Jf(this.name)}},is.prototype.makeAdornment=function(a){var y=a.part.resizeAdornmentTemplate;if(y===null){y=new Hi,y.type=Re.Spot,y.locationSpot=Di;var x=new bs;x.isPanelMain=!0,y.add(x),y.add(this.makeHandle(a,uo)),y.add(this.makeHandle(a,Co)),y.add(this.makeHandle(a,Rs)),y.add(this.makeHandle(a,rs)),y.add(this.makeHandle(a,js)),y.add(this.makeHandle(a,Xr)),y.add(this.makeHandle(a,ns)),y.add(this.makeHandle(a,zs))}else if(Za(y),y=y.copy(),y===null)return null;return y.adornedObject=a,y},is.prototype.makeHandle=function(a,y){return a=this.handleArchetype,a===null?null:(a=a.copy(),a.alignment=y,a)},is.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=Di),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 Re)for(a=a.elements;a.next();)this.updateResizeHandles(a.value,y)}},is.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},is.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))},is.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.isActive=a.isMouseCaptured=!1},is.prototype.stopTransaction=function(){var a=this.diagram,y=_i.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},is.prototype.doCancel=function(){this.adornedObject!==null&&(this.adornedObject.desiredSize=this.originalDesiredSize,this.adornedObject.part.location=this.originalLocation),this.stopTool()},is.prototype.doMouseMove=function(){var a=this.diagram;if(this.isActive){var y=this.rt,x=this.qt,E=this.pt,b=this.adornedObject.qs(a.lastInput.documentPoint,At.alloc()),z=this.computeReshape();y=this.computeResize(b,this.handle.alignment,y,x,E,z),this.resize(y),a.bd(),At.free(b)}},is.prototype.doMouseUp=function(){var a=this.diagram;if(this.isActive){var y=this.rt,x=this.qt,E=this.pt,b=this.adornedObject.qs(a.lastInput.documentPoint,At.alloc()),z=this.computeReshape();y=this.computeResize(b,this.handle.alignment,y,x,E,z),this.resize(y),At.free(b),a.Ya(),this.transactionResult=this.name,a.R("PartResized",this.adornedObject,this.originalDesiredSize)}this.stopTool()},is.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 di){var E=new Ee;if(E.add(a),!this.dragsMembers&&a.placeholder===null){var b=new st;b.dragsMembers=!1}y.moveParts(E,this.oppositePoint.copy().re(x),!0,b)}else a.location=a.location.copy().re(x).add(this.oppositePoint);y.bd()}},is.prototype.computeResize=function(a,y,x,E,b,z){y.Mc()&&(y=Di);var tt=this.adornedObject.naturalBounds,ot=tt.x,rt=tt.y,at=tt.x+tt.width,ut=tt.y+tt.height,ft=1;if(!z){ft=tt.width;var mt=tt.height;0>=ft&&(ft=1),0>=mt&&(mt=1),ft=mt/ft}return mt=At.alloc(),Jt.No(a.x,a.y,ot,rt,b.width,b.height,mt),a=tt.copy(),0>=y.x?0>=y.y?(a.x=Math.max(mt.x,at-E.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,ut-E.height),a.y=Math.min(a.y,ut-x.height),a.height=Math.max(ut-a.y,x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(ft*a.width,E.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,E.width),x.width),a.height=ft*a.width),a.x=at-a.width,a.y=ut-a.height)):1<=y.y?(a.x=Math.max(mt.x,at-E.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,E.height),x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(ft*a.width,E.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,E.width),x.width),a.height=ft*a.width),a.x=at-a.width)):(a.x=Math.max(mt.x,at-E.width),a.x=Math.min(a.x,at-x.width),a.width=at-a.x,z||(a.height=Math.max(Math.min(ft*a.width,E.height),x.height),a.width=a.height/ft,a.y=rt+.5*(ut-rt-a.height))):1<=y.x?0>=y.y?(a.width=Math.max(Math.min(mt.x-ot,E.width),x.width),a.y=Math.max(mt.y,ut-E.height),a.y=Math.min(a.y,ut-x.height),a.height=Math.max(ut-a.y,x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(ft*a.width,E.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,E.width),x.width),a.height=ft*a.width),a.y=ut-a.height)):1<=y.y?(a.width=Math.max(Math.min(mt.x-ot,E.width),x.width),a.height=Math.max(Math.min(mt.y-rt,E.height),x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(ft*a.width,E.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,E.width),x.width),a.height=ft*a.width))):(a.width=Math.max(Math.min(mt.x-ot,E.width),x.width),z||(a.height=Math.max(Math.min(ft*a.width,E.height),x.height),a.width=a.height/ft,a.y=rt+.5*(ut-rt-a.height))):0>=y.y?(a.y=Math.max(mt.y,ut-E.height),a.y=Math.min(a.y,ut-x.height),a.height=ut-a.y,z||(a.width=Math.max(Math.min(a.height/ft,E.width),x.width),a.height=ft*a.width,a.x=ot+.5*(at-ot-a.width))):1<=y.y&&(a.height=Math.max(Math.min(mt.y-rt,E.height),x.height),z||(a.width=Math.max(Math.min(a.height/ft,E.width),x.width),a.height=ft*a.width,a.x=ot+.5*(at-ot-a.width))),At.free(mt),a},is.prototype.computeReshape=function(){var a=Be;return this.adornedObject instanceof Si&&(a=Lv(this.adornedObject)),!(a===yn||this.diagram.lastInput.shift)},is.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},is.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},is.prototype.computeCellSize=function(){var a=new Je(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},fe.Object.defineProperties(is.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}}}),is.className="ResizingTool",ke("resizingTool",function(){return this.findTool("Resizing")},function(a){this.gb("Resizing",a,this.mouseDownTools)});function Ls(){_i.call(this),this.name="Rotating",this.ia=45,this.V=2,this.Tn=new At,this.ue=null;var a=new Si;a.figure="Ellipse",a.desiredSize=zo,a.fill="lightblue",a.stroke="dodgerblue",a.strokeWidth=1,a.cursor="pointer",this.o=a,this.j=null,this.Cw=0,this.kr=new At(NaN,NaN),this.u=0,this.F=50}Ce(Ls,_i),Ls.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)}},Ls.prototype.makeAdornment=function(a){var y=a.part.rotateAdornmentTemplate;if(y===null){y=new Hi,y.type=Re.Position,y.locationSpot=Di;var x=this.handleArchetype;x!==null&&y.add(x.copy())}else if(Za(y),y=y.copy(),y===null)return null;return y.adornedObject=a,y},Ls.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},Ls.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)},Ls.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(Di)},Ls.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 E=this.handleDistance;return x===0?y.x=a.naturalBounds.width+E:x===45?(y.x=a.naturalBounds.width+E,y.y=a.naturalBounds.height+E):x===90?y.y=a.naturalBounds.height+E:x===135?(y.x=-E,y.y=a.naturalBounds.height+E):x===180?y.x=-E:x===225?(y.x=-E,y.y=-E):x===270?y.y=-E:x===315&&(y.x=a.naturalBounds.width+E,y.y=-E),a.ga(y)},Ls.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.kr=new At(NaN,NaN),this.isActive=a.isMouseCaptured=!1},Ls.prototype.stopTransaction=function(){var a=this.diagram,y=_i.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},Ls.prototype.doCancel=function(){this.diagram.delaysLayout=!1,this.rotate(this.originalAngle),this.stopTool()},Ls.prototype.doMouseMove=function(){var a=this.diagram;this.isActive&&(a=this.computeRotate(a.lastInput.documentPoint),this.rotate(a))},Ls.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()},Ls.prototype.rotate=function(a){var y=this.adornedObject;if(y!==null){y.angle=a,y=y.part,y.Va();var x=y.locationObject,E=y.rotateObject;(x===E||x.rg(E))&&(x=this.Tn.copy(),y.location=x.re(this.rotationPoint).rotate(a-this.originalAngle).add(this.rotationPoint)),this.diagram.bd()}},Ls.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},fe.Object.defineProperties(Ls.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}}}),Ls.className="RotatingTool",ke("rotatingTool",function(){return this.findTool("Rotating")},function(a){this.gb("Rotating",a,this.mouseDownTools)});function Lh(){_i.call(this),this.name="ClickSelecting"}Ce(Lh,_i),Lh.prototype.canStart=function(){return!(!this.isEnabled||this.isBeyondDragSize())},Lh.prototype.doMouseUp=function(){this.isActive&&(this.standardMouseSelect(),!this.standardMouseClick()&&this.diagram.lastInput.isTouchEvent&&this.diagram.toolManager.doToolTip()),this.stopTool()},Lh.className="ClickSelectingTool";function _a(){_i.call(this),this.name="Action",this.pk=null}Ce(_a,_i),_a.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram,y=a.lastInput,x=a.ic(y.documentPoint,function(E){for(;E.panel!==null&&!E.isActionable;)E=E.panel;return E});return x!==null&&x.isActionable?(this.pk=x,a.Ck=a.ic(y.documentPoint,null,null),!0):!1},_a.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()},_a.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))}},_a.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()},_a.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())},_a.prototype.doStop=function(){this.pk=null},_a.className="ActionTool";function ju(){_i.call(this),this.name="ClickCreating",this.Ri=null,this.o=!0,this.j=!1,this.mw=new At(0,0)}Ce(ju,_i),ju.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)},ju.prototype.doMouseUp=function(){var a=this.diagram;this.isActive&&this.insertPart(a.lastInput.documentPoint),this.stopTool()},ju.prototype.insertPart=function(a){var y=this.diagram,x=this.archetypeNodeData;if(x===null)return null;var E=null;try{if(y.R("ChangingSelection",y.selection),this.Ea(this.name),x instanceof On)x.Zc()&&(Za(x),E=x.copy(),E!==null&&y.add(E));else if(x!==null){var b=y.model.copyNodeData(x);Fe(b)&&(y.model.xf(b),E=y.Lc(b))}if(E!==null){var z=At.allocAt(a.x,a.y);this.isGridSnapEnabled&&rf(this.diagram,E,a,z),E.location=z,y.allowSelect&&(y.clearSelection(!0),E.isSelected=!0),At.free(z)}y.Ya(),this.transactionResult=this.name,y.R("PartCreated",E)}finally{this.stopTransaction(),y.R("ChangedSelection",y.selection)}return E},fe.Object.defineProperties(ju.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}}}),ju.className="ClickCreatingTool";function wa(){_i.call(this),this.name="DragSelecting",this.Ik=175,this.o=!1;var a=new On;a.layerName="Tool",a.selectable=!1;var y=new Si;y.name="SHAPE",y.figure="Rectangle",y.fill=null,y.stroke="magenta",a.add(y),this.j=a}Ce(wa,_i),wa.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))},wa.prototype.doActivate=function(){var a=this.diagram;this.isActive=!0,a.isMouseCaptured=!0,a.skipsUndoManager=!0,a.add(this.box),this.doMouseMove()},wa.prototype.doDeactivate=function(){var a=this.diagram;a.ug(),a.remove(this.box),a.skipsUndoManager=!1,this.isActive=a.isMouseCaptured=!1},wa.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 E=Je.alloc().h(y.width,y.height);x.desiredSize=E,this.box.mm(y.x,y.y,!1),Je.free(E),(a.allowHorizontalScroll||a.allowVerticalScroll)&&a.gs(a.lastInput.viewPoint)}},wa.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()},wa.prototype.computeBoxBounds=function(){var a=this.diagram;return new me(a.firstInput.documentPoint,a.lastInput.documentPoint)},wa.prototype.selectInRect=function(a){var y=this.diagram,x=y.lastInput;if(a=y.ux(a,this.isPartialInclusion),sn?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 Ee,y=y.selection.iterator;y.next();){var E=y.value;a.contains(E)||x.add(E)}for(y=x.iterator;y.next();)y.value.isSelected=!1;for(a=a.iterator;a.next();)y=a.value,y.isSelected||(y.isSelected=!0)}},fe.Object.defineProperties(wa.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}}}),wa.className="DragSelectingTool";function $r(){_i.call(this),this.name="Panning",this.Xt=new At,this.xy=new At,this.xg=!1;var a=this;this.Kw=function(){var y=a.diagram;y!==null&&y.removeEventListener(on.document,"scroll",a.Kw,!1),a.stopTool()}}Ce($r,_i),$r.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())},$r.prototype.doActivate=function(){var a=this.diagram;this.xg?(a.lastInput.bubbles=!0,a.addEventListener(on.document,"scroll",this.Kw,!1)):(a.currentCursor="move",a.isMouseCaptured=!0,this.Xt.assign(a.position)),this.isActive=!0},$r.prototype.doDeactivate=function(){var a=this.diagram;a.currentCursor="",this.isActive=a.isMouseCaptured=!1},$r.prototype.doCancel=function(){var a=this.diagram;a.position=this.Xt,a.isMouseCaptured=!1,this.stopTool()},$r.prototype.doMouseMove=function(){this.move()},$r.prototype.doMouseUp=function(){this.move(),this.stopTool()},$r.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,E=a.lastInput.documentPoint,b=y.x+x.x-E.x;x=y.y+x.y-E.y,a.allowHorizontalScroll||(b=y.x),a.allowVerticalScroll||(x=y.y),a.position=this.xy.h(b,x)}},fe.Object.defineProperties($r.prototype,{bubbles:{get:function(){return this.xg},set:function(a){this.xg=a}},originalPosition:{get:function(){return this.Xt}}}),$r.className="PanningTool",ke("clickCreatingTool",function(){return this.findTool("ClickCreating")},function(a){this.gb("ClickCreating",a,this.mouseUpTools)}),ke("clickSelectingTool",function(){return this.findTool("ClickSelecting")},function(a){this.gb("ClickSelecting",a,this.mouseUpTools)}),ke("panningTool",function(){return this.findTool("Panning")},function(a){this.gb("Panning",a,this.mouseMoveTools)}),ke("dragSelectingTool",function(){return this.findTool("DragSelecting")},function(a){this.gb("DragSelecting",a,this.mouseMoveTools)}),ke("actionTool",function(){return this.findTool("Action")},function(a){this.gb("Action",a,this.mouseDownTools)});function Tl(){this.F=this.u=this.j=this.o=null}fe.Object.defineProperties(Tl.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}}}),Tl.className="HTMLInfo";function Ha(a,y,x){this.text=a,this.hx=y,this.visible=x}Ha.className="ContextMenuButtonInfo";function ks(){_i.call(this),this.name="ContextMenu",this.o=this.ht=this.j=null,this.yw=new At,this.jt=null,this.Et=!1;var a=this;this.tu=function(){a.stopTool()}}Ce(ks,_i);function nl(a){var y=new Tl;y.show=function(b,z,tt){tt.showDefaultContextMenu()},y.hide=function(b,z){z.hideDefaultContextMenu()},kh=y,a.tu=function(){a.stopTool()},y=bn("div");var x=bn("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 E=bn("style");on.document.getElementsByTagName("head")[0].appendChild(E),E.sheet.insertRule(".goCXul { list-style: none; }",0),E.sheet.insertRule(".goCXli {font:700 1.5em Helvetica, Arial, sans-serif;position: relative;min-width: 60px; }",0),E.sheet.insertRule(".goCXa {color: #444;display: inline-block;padding: 4px;text-decoration: none;margin: 2px;border: 1px solid gray;border-radius: 10px; }",0),E=a.diagram,E!==null&&(E.addEventListener(y,"contextmenu",rr,!1),E.addEventListener(y,"selectstart",rr,!1),E.addEventListener(x,"contextmenu",rr,!1)),y.className="goCXforeground",x.className="goCXbackground",on.document.body&&(on.document.body.appendChild(y),on.document.body.appendChild(x)),Qd=y,cd=x,Jd=!0}function rr(a){return a.preventDefault(),!1}ks.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)},ks.prototype.doStart=function(){this.yw.set(this.diagram.firstInput.documentPoint)},ks.prototype.doStop=function(){this.hideContextMenu(),this.currentObject=null},ks.prototype.findObjectWithContextMenu=function(a){a===void 0&&(a=null);var y=this.diagram,x=y.lastInput,E=null;if(a instanceof se||(a instanceof Xt?E=a:E=y.ic(x.documentPoint,null,function(b){return!b.layer.isTemporary})),E!==null){for(a=E;a!==null;){if(a.contextMenu!==null)return a;a=a.panel}if(y.lastInput.isTouchEvent&&this.defaultTouchContextMenu)return E.part}else if(y.contextMenu!==null)return y;return null},ks.prototype.doActivate=function(){},ks.prototype.doMouseDown=function(){if(_i.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)&&pl(this)},ks.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())}pl(this)};function pl(a){var y=a.diagram;if(a.isActive){var x=a.currentContextMenu;if(x!==null){var E=null;x instanceof Tl||(E=y.ic(y.lastInput.documentPoint,null,null),E!==null&&E.rg(x)&&a.standardMouseClick(null,null)),a.maybeStopTool(E)}}else a.canStart()&&(du(a,!0),a.isActive||a.stopTool())}ks.prototype.maybeStopTool=function(){this.stopTool(),this.canStart()&&(this.diagram.currentTool=this,this.doMouseUp())};function du(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=kh,x===null&&(x=a.findObjectWithContextMenu()),x!==null){var E=x.contextMenu;E!==null?(a.currentObject=x instanceof Xt?x:null,a.showContextMenu(E,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()}}ks.prototype.doMouseMove=function(){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.doMouseMove(),this.isActive&&this.diagram.toolManager.doMouseMove()},ks.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 E=a.diagram;E!==null&&E!==x&&E.remove(a),x.add(a),y!==null?a.adornedObject=y:a.data=x.model,a.Va(),this.positionContextMenu(a,y)}else a instanceof Tl&&a.show(y,x,this);this.currentContextMenu=a},ks.prototype.positionContextMenu=function(a){if(a.placeholder===null){var y=this.diagram,x=y.lastInput.documentPoint.copy(),E=a.measuredBounds,b=y.viewportBounds;y.lastInput.isTouchEvent&&(x.x-=E.width),x.x+E.width>b.right&&(x.x-=E.width+5/y.scale),x.x<b.x&&(x.x=b.x),x.y+E.height>b.bottom&&(x.y-=E.height+5/y.scale),x.y<b.y&&(x.y=b.y),a.position=x}},ks.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 Tl&&(y.hide!==null?y.hide(a,this):y.mainElement!==null&&(y.mainElement.style.display="none")),this.currentContextMenu=null,this.standardMouseOver())};function zu(a){var y=new Ee;return y.add(new Ha("Copy",function(x){x.commandHandler.copySelection()},function(x){return x.commandHandler.canCopySelection()})),y.add(new Ha("Cut",function(x){x.commandHandler.cutSelection()},function(x){return x.commandHandler.canCutSelection()})),y.add(new Ha("Delete",function(x){x.commandHandler.deleteSelection()},function(x){return x.commandHandler.canDeleteSelection()})),y.add(new Ha("Paste",function(x){x.commandHandler.pasteSelection(a.mouseDownPoint)},function(x){return x.commandHandler.canPasteSelection(a.mouseDownPoint)})),y.add(new Ha("Select All",function(x){x.commandHandler.selectAll()},function(x){return x.commandHandler.canSelectAll()})),y.add(new Ha("Undo",function(x){x.commandHandler.undo()},function(x){return x.commandHandler.canUndo()})),y.add(new Ha("Redo",function(x){x.commandHandler.redo()},function(x){return x.commandHandler.canRedo()})),y.add(new Ha("Scroll To Part",function(x){x.commandHandler.scrollToPart()},function(x){return x.commandHandler.canScrollToPart()})),y.add(new Ha("Zoom To Fit",function(x){x.commandHandler.zoomToFit()},function(x){return x.commandHandler.canZoomToFit()})),y.add(new Ha("Reset Zoom",function(x){x.commandHandler.resetZoom()},function(x){return x.commandHandler.canResetZoom()})),y.add(new Ha("Group Selection",function(x){x.commandHandler.groupSelection()},function(x){return x.commandHandler.canGroupSelection()})),y.add(new Ha("Ungroup Selection",function(x){x.commandHandler.ungroupSelection()},function(x){return x.commandHandler.canUngroupSelection()})),y.add(new Ha("Edit Text",function(x){x.commandHandler.editTextBlock()},function(x){return x.commandHandler.canEditTextBlock()})),y}ks.prototype.showDefaultContextMenu=function(){var a=this.diagram;this.jt===null&&(this.jt=zu(this)),Qd.innerHTML="",cd.addEventListener("pointerdown",this.tu,!1);var y=this,x=bn("ul");x.className="goCXul",Qd.appendChild(x),x.innerHTML="";for(var E=this.jt.iterator;E.next();){var b=E.value,z=b.visible;if(typeof b.hx=="function"&&(typeof z!="function"||z(a))){z=bn("li"),z.className="goCXli";var tt=bn("a");tt.className="goCXa",tt.href="#",tt.ky=b.hx,tt.addEventListener("pointerdown",function(ot){return this.ky(a),y.stopTool(),ot.preventDefault(),!1},!1),tt.textContent=b.text,z.appendChild(tt),x.appendChild(z)}}Qd.style.display="block",cd.style.display="block"},ks.prototype.hideDefaultContextMenu=function(){if(this.currentContextMenu!==null&&this.currentContextMenu===kh){Qd.style.display="none",cd.style.display="none";var a=this.diagram;a!==null&&a.removeEventListener(cd,"pointerdown",this.tu,!1),this.currentContextMenu=null}},fe.Object.defineProperties(ks.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 Jd===!1&&kh===null&&Uo&&nl(this),kh},set:function(a){a===null&&(Jd=!0),kh=a}},currentObject:{get:function(){return this.o},set:function(a){this.o=a}},mouseDownPoint:{get:function(){return this.yw}}});var kh=null,Jd=!1,cd=null,Qd=null;ks.className="ContextMenuTool",ke("contextMenuTool",function(){return this.findTool("ContextMenu")},function(a){this.gb("ContextMenu",a,this.mouseUpTools)});function Po(){_i.call(this),this.name="TextEditing",this.Zh=new fo,this.ia=null,this.V=fd,this.vj=null,this.qa=gd,this.u=1,this.F=!0,this.o=null,this.j=new Tl,this.kt=null,$d(this,this.j)}Ce(Po,_i);function $d(a,y){if(Uo){var x=bn("textarea");a.kt=x,x.addEventListener("input",function(){if(a.textBlock!==null){var E=a.Lx(this.value);this.style.width=20+E.measuredBounds.width*this.wA+"px",this.rows=E.lineCount}},!1),x.addEventListener("keydown",function(E){if(!E.isComposing&&a.textBlock!==null){var b=E.key;b==="Enter"?(a.textBlock.isMultiline===!1&&E.preventDefault(),a.acceptText(qd)):b==="Tab"?(a.acceptText(Yc),E.preventDefault()):b==="Escape"&&(a.doCancel(),a.diagram!==null&&a.diagram.doFocus())}},!1),x.addEventListener("focus",function(){if(a.currentTextEditor!==null&&a.state!==gd){var E=a.kt;a.qa===tc&&(a.qa=ec),typeof E.select=="function"&&a.selectsTextOnActivate&&(E.select(),E.setSelectionRange(0,9999))}},!1),x.addEventListener("blur",function(){if(a.currentTextEditor!==null&&a.state!==gd){var E=a.kt;typeof E.focus=="function"&&E.focus(),typeof E.select=="function"&&a.selectsTextOnActivate&&(E.select(),E.setSelectionRange(0,9999))}},!1),y.valueFunction=function(){return x.value},y.mainElement=x,y.show=function(E,b,z){if(E instanceof fo&&z instanceof Po)if(z.state===nc)x.style.border="3px solid red",x.focus();else{var tt=E.ga(Di),ot=b.position,rt=b.scale,at=E.Df()*rt;at<z.minimumEditorScale&&(at=z.minimumEditorScale);var ut=E.naturalBounds.width*at+6,ft=E.naturalBounds.height*at+2,mt=(tt.x-ot.x)*rt;tt=(tt.y-ot.y)*rt,ot=E.verticalAlignment,rt=(E.lineHeight+E.spacingAbove+E.spacingBelow)*E.lineCount*at,ft=ot.y*ft-ot.y*rt+ot.offsetY-(.5*ft-.5*rt)-rt/2,x.value=E.text,b.div.style.font=E.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=ut+"px",x.style.left=(mt-ut/2|0)-1+"px",x.style.top=(tt+ft|0)-1+"px",x.style.textAlign=E.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=E.lineCount,x.wA=at,x.className="goTXarea",b.div.appendChild(x),x.focus(),z.selectsTextOnActivate&&(x.select(),x.setSelectionRange(0,9999))}},y.hide=function(E){E.div.removeChild(x)}}}Po.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(a===null||a.isReadOnly||Gu&&Gu!==this&&(Gu.acceptText(Fl),Gu&&Gu!==this)||!a.lastInput.left||this.isBeyondDragSize())return!1;var y=a.ic(a.lastInput.documentPoint);return y!==null&&y instanceof fo&&y.editable&&y.part.canEdit()?(y=y.part,!(y===null||this.starting===fd&&!y.isSelected||this.starting===Xc&&2>a.lastInput.clickCount)):!1},Po.prototype.doStart=function(){Gu=this,this.textBlock!==null&&this.doActivate()},Po.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 fo&&(this.textBlock=y,y.part!==null)){a.animationManager.Cc(),this.isActive=!0,this.qa=tc;var x=this.defaultTextEditor;y.textEditor!==null&&(x=y.textEditor),this.Zh=this.textBlock.copy();var E=new me(this.textBlock.ga(uo),this.textBlock.ga(Rs));a.tv(E),x.show(y,a,this),this.currentTextEditor=x}}}},Po.prototype.doCancel=function(){this.stopTool()},Po.prototype.doMouseUp=function(){this.canStart()&&this.doActivate()},Po.prototype.doMouseDown=function(){this.isActive&&this.acceptText(Fl)},Po.prototype.acceptText=function(a){switch(a){case Fl:this.qa===pd?this.currentTextEditor instanceof HTMLElement&&this.currentTextEditor.focus():(this.qa===tc||this.qa===nc||this.qa===ec)&&(this.qa=sg,rg(this));break;case Kc:case qd:case Yc:(qd!==a||this.textBlock.isMultiline!==!0)&&(this.qa===tc||this.qa===nc||this.qa===ec)&&(this.qa=sg,rg(this))}};function rg(a){var y=a.textBlock,x=a.diagram,E=a.currentTextEditor;if(y!==null&&E!==null){var b=y.text,z="";E.valueFunction!==null&&(z=E.valueFunction()),a.isValidText(y,b,z)?(a.Ea(a.name),a.qa=pd,a.transactionResult=a.name,y.text=z,a.doSuccess(b,z),x!==null&&x.R("TextEdited",y,b),a.stopTransaction(),a.stopTool(),x!==null&&x.doFocus()):(a.qa=nc,a.doError(b,z))}}Po.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)},Po.prototype.doSuccess=function(a,y){var x=this.textBlock;x.textEdited!==null&&x.textEdited(x,a,y)},Po.prototype.doDeactivate=function(){var a=this.diagram;a!==null&&(this.qa=gd,this.currentTextEditor!==null&&this.currentTextEditor.hide(a,this),this.textBlock=null,this.isActive=!1)},Po.prototype.doStop=function(){Gu=null},Po.prototype.isValidText=function(a,y,x){var E=this.textValidation;return E!==null&&!E(a,y,x)?!1:(E=a.textValidation,!!(E===null||E(a,y,x)))},Po.prototype.Lx=function(a){var y=this.Zh;return y.text=a,y.measure(this.textBlock.Ih,1/0),y},fe.Object.defineProperties(Po.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)}}}),Po.prototype.measureTemporaryTextBlock=Po.prototype.Lx;var Kc=new ce(Po,"LostFocus",0),Fl=new ce(Po,"MouseDown",1),Yc=new ce(Po,"Tab",2),qd=new ce(Po,"Enter",3),q0=new ce(Po,"SingleClick",0),fd=new ce(Po,"SingleClickSelected",1),Xc=new ce(Po,"DoubleClick",2),gd=new ce(Po,"StateNone",0),tc=new ce(Po,"StateActive",1),ec=new ce(Po,"StateEditing",2),sg=new ce(Po,"StateValidating",3),nc=new ce(Po,"StateInvalid",4),pd=new ce(Po,"StateValidated",5),Gu=null;Po.className="TextEditingTool",Po.LostFocus=Kc,Po.MouseDown=Fl,Po.Tab=Yc,Po.Enter=qd,Po.SingleClick=q0,Po.SingleClickSelected=fd,Po.DoubleClick=Xc,Po.StateNone=gd,Po.StateActive=tc,Po.StateEditing=ec,Po.StateValidating=sg,Po.StateInvalid=nc,Po.StateValidated=pd,ke("textEditingTool",function(){return this.findTool("TextEditing")},function(a){this.gb("TextEditing",a,this.mouseUpTools)});function ia(a){oc||(ag(),oc=!0),this.H=Ul,this.Ok=this.zb=this.vq=this.bc=!1,this.Qw=!0,this.Pk=fu,this.Dm=!1,this.Gh=this.Jd=!0,this.Dg=600,this.cw=this.Ow=!1,this.Zd=new Me,this.ce=new qr,this.ce.Yd=this,this.Ei=new Me,this.pu=new Me,this.Sr=new Me,this.pr=new Me,a&&Object.assign(this,a)}ia.prototype.Xe=function(a){this.H=a},ia.prototype.canStart=function(){return!0};function Vl(a,y){a.Jd&&a.canStart(y)&&(a.Zd.add(y),a.defaultAnimation.isAnimating&&a.Cc(),ts(a.H),a.zb=!0)}function Jc(a){if(a.Jd&&a.zb){var y=a.ce,x=a.H,E=a.Zd.contains("Model");E&&(a.Ok=!0,a.Pk===fu?(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===lg&&y.vc.clear(),a.Qw=!!(a.Pk===rc&&x.du.D(x.pa)),x.R("InitialAnimationStarting",a)),E&&!a.Gh||y.vc.count===0?(a.Zd.clear(),a.zb=!1,y.vc.clear(),sc(y,x),a.Ok=!1,x.N()):(a.Zd.clear(),x.kg=!1,E=y.vc.get(x),x.autoScale!==gs&&E!==null&&(delete E.start.scale,delete E.end.scale),on.requestAnimationFrame(function(){a.zb===!1||y.bc||(x.Gf("temporaryPixelRatio")&&_s(x),fg(x),a.zb=!1,y.start(),y.bc&&(_u(a),x.Ya(),ug(y,0),La(x,!0),Mh(a),x.R("AnimationStarting",a)))}))}}function cu(a){return a.Zd.contains("Trigger")&&a.Zd.count===1}function Qc(a,y,x,E){a.isTicking||cu(a)||y instanceof We&&(y.fromNode!==null||y.toNode!==null)||a.ce.add(y,"position",x,E,!1)}wt=ia.prototype,wt.fv=function(a){return this.ce.fv(a)},wt.Xu=function(a){return this.ce.Xu(a)};function $c(a,y){function x(){if(0<b.Sr.count&&(E.addAll(b.Sr),b.Sr.clear(),b.bc=!0),b.bc!==!1&&E.count!==0){b.pu.addAll(E);for(var z=b.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 se){ot=!0;break t}}ot=!1}ot?ac(tt,!1):tt.Xk=!0}}b.pu.clear(),b.bc!==!1&&(_u(b),La(b.H),Mh(b)),on.requestAnimationFrame(x)}}var E=a.Ei,b=a;a.bc?a.Sr.add(y):(a.bc=!0,E.add(y),on.requestAnimationFrame(function(){x()}))}function Gp(a){for(a=a.Ei.iterator;a.next();)a.value.Xk=!1}function _u(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 Mh(a){var y=a.H;y.skipsUndoManager=a.Ow,y.skipsModelSourceBindings=a.cw,a.vq=!1}wt.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(),sc(y,null),a===!0)for(a=this.Ei.Fa(),y=0;y<a.length;y++)a[y].Ml(!0)}else y.vc.clear(),sc(y,this.H)},wt.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))},wt.Cj=function(a,y){this.zb&&(this.Zd.contains("Expand Tree")||this.Zd.contains("Expand SubGraph"))&&(this.ce.Cj(a,y),Ys(this,a))},wt.Aj=function(a,y){this.zb&&(this.Zd.contains("Collapse Tree")||this.Zd.contains("Collapse SubGraph"))&&(this.ce.Aj(a,y),Hu(this.ce,y,"position",y.position,y.position),Ys(this,a))};function _p(a,y,x){!a.zb||y.D(x)||cu(a)||(a.H.pi||(y=x.copy()),Hu(a.ce,a.H,"position",y,x))}function qc(a,y,x){y.fd&&(y.Tg=x,a.pr.add(y))}function Ys(a,y){for(y=y.findLinksConnected();y.next();){var x=y.value;x.fd&&(x.Tg=x.points.copy(),a.pr.add(x))}}function Eh(a,y,x,E,b){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],ut=y[2];return y=y[3],ot===0||ot===100?(z=rt,tt=at):(ut===0||ut===100)&&(rt=z,at=tt),180<Math.abs(rt-z)&&(rt>z?z+=360:rt+=360),z=b(x,z,rt-z,E)%360,tt=b(x,tt,at-tt,E),ot=b(x,ot,ut-ot,E),x=b(x,a,y-a,E),"hsla("+z+", "+tt+"%, "+ot+"%, "+x+")"}function ag(){function a(x,E,b,z,tt,ot){x.position=new At(z(tt,E.x,b.x-E.x,ot),z(tt,E.y,b.y-E.y,ot))}var y=new An;y.add("position:diagram",a),y.add("position",a),y.add("position:part",function(x,E,b,z,tt,ot){tt<ot?x.mm(z(tt,E.x,b.x-E.x,ot),z(tt,E.y,b.y-E.y,ot),!1):x.position=new At(z(tt,E.x,b.x-E.x,ot),z(tt,E.y,b.y-E.y,ot))}),y.add("location",function(x,E,b,z,tt,ot){tt<ot?x.mm(z(tt,E.x,b.x-E.x,ot),z(tt,E.y,b.y-E.y,ot),!0):x.location=new At(z(tt,E.x,b.x-E.x,ot),z(tt,E.y,b.y-E.y,ot))}),y.add("position:placeholder",function(x,E,b,z,tt,ot){tt<ot?x.mm(z(tt,E.x,b.x-E.x,ot),z(tt,E.y,b.y-E.y,ot),!1):x.position=new At(z(tt,E.x,b.x-E.x,ot),z(tt,E.y,b.y-E.y,ot))}),y.add("position:nodeCollapse",function(x,E,b,z,tt,ot){var rt=x.actualBounds,at=b.actualBounds;b=at.x+at.width/2-rt.width/2,rt=at.y+at.height/2-rt.height/2,tt<ot?x.mm(z(tt,E.x,b-E.x,ot),z(tt,E.y,rt-E.y,ot),!1):x.position=new At(z(tt,E.x,b-E.x,ot),z(tt,E.y,rt-E.y,ot))}),y.add("desiredSize",function(x,E,b,z,tt,ot){x.desiredSize=new me(z(tt,E.width,b.width-E.width,ot),z(tt,E.height,b.height-E.height,ot))}),y.add("width",function(x,E,b,z,tt,ot){x.width=z(tt,E,b-E,ot)}),y.add("height",function(x,E,b,z,tt,ot){x.height=z(tt,E,b-E,ot)}),y.add("fill",function(x,E,b,z,tt,ot){x.fill=Eh(E,b,tt,ot,z)}),y.add("stroke",function(x,E,b,z,tt,ot){x.stroke=Eh(E,b,tt,ot,z)}),y.add("strokeWidth",function(x,E,b,z,tt,ot){x.strokeWidth=z(tt,E,b-E,ot)}),y.add("strokeDashOffset",function(x,E,b,z,tt,ot){x.strokeDashOffset=z(tt,E,b-E,ot)}),y.add("background",function(x,E,b,z,tt,ot){x.background=Eh(E,b,tt,ot,z)}),y.add("areaBackground",function(x,E,b,z,tt,ot){x.areaBackground=Eh(E,b,tt,ot,z)}),y.add("opacity",function(x,E,b,z,tt,ot){x.opacity=z(tt,E,b-E,ot)}),y.add("scale",function(x,E,b,z,tt,ot){x.scale=z(tt,E,b-E,ot)}),y.add("angle",function(x,E,b,z,tt,ot){x.angle=z(tt,E,b-E,ot)}),ic=y}fe.Object.defineProperties(ia.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&&fn(a,">= 1",ia,"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}}}),ia.prototype.stopAnimation=ia.prototype.Cc;var ic=null,oc=!1,fu=new ce(ia,"Default",1),rc=new ce(ia,"AnimateLocations",2),lg=new ce(ia,"None",3);ia.className="AnimationManager",ia.defineAnimationEffect=function(a,y){oc||(ag(),oc=!0),ic.add(a,y)},ia.Default=fu,ia.AnimateLocations=rc,ia.None=lg;function qr(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=md,this.Wk=this.ho=!1,this.cu=1,this.au=0,this.Gd=this.Dg=NaN,this.gw=0,this.dn=null,this.o=ei,this.vc=new An,this.Tt=new An,this.yl=new Me,this.Ut=new Me,this.dw=Uu,a&&Object.assign(this,a)}qr.prototype.suspend=function(){this.Xk=!0},qr.prototype.advanceTo=function(a,y){y&&(this.Xk=!1),this.ho&&a>=this.Gd&&(this.Wk=!0,a-=this.Gd),this.gw=a,ac(this,!0),_u(this.Yd),La(this.H),Mh(this.Yd),this.H.redraw()};function sc(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}wt=qr.prototype,wt.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 se?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===fu&&this===y.defaultAnimation&&(this.Lp=Hp,this.Gd=isNaN(this.Dg)?y.duration===600?900:y.duration:this.Dg),this.dw=a.scrollMode,this.isViewportUnconstrained&&(a.sj=gc),_u(y),this.yl.each(function(E){E.data=null,a.add(E)}),Mh(y),this.bc=!0,this.Qd=+new Date,this.cn=this.Qd+this.Gd,$c(y,this),this)},wt.Iy=function(a,y){return a.Zc()?(this.yl.add(a),this.H=y,this):this},wt.add=function(a,y,x,E,b){if(y==="position"&&x.Xa(E))return this;if(this.H===null&&(a instanceof se?this.H=a:a instanceof Xt&&a.diagram!==null&&(this.H=a.diagram)),a instanceof On){if(!a.isAnimated)return this;y==="position"&&(y="position:part")}return Hu(this,a,y,x,E,b),this};function Hu(a,y,x,E,b,z){var tt=a.vc;if(y instanceof se&&x==="position"&&(x="position:diagram"),(x==="fill"||x==="stroke"||x==="background"||x==="areaBackground")&&(vu(E),sv(),E=[va.j,va.u,va.o,va.F],vu(b),sv(),b=[va.j,va.u,va.o,va.F]),tt.contains(y)){var ot=tt.I(y),rt=ot.start,at=ot.end;rt[x]===void 0&&(rt[x]=Nh(E)),at[x]=Nh(b)}else rt={},at={},rt[x]=Nh(E),at[x]=Nh(b),ot=rt.position,y instanceof Xt&&ot instanceof At&&!ot.w()&&y.diagram.animationManager.Zd.contains("Expand SubGraph")&&ot.assign(at.position),ot=new bh(rt,at,z),tt.add(y,ot);tt=rt[x],tt instanceof At&&!tt.w()&&tt.assign(a.o),z&&x.indexOf("position:")===0&&y instanceof On?ot.Ku.location=Nh(y.location):z&&(ot.Ku[x]=Nh(E))}function Nh(a){return a instanceof At||a instanceof Je?a.copy():a}wt.fv=function(a){return this.bc?(a=this.vc.I(a),a!==null&&a.nv):!1},wt.Xu=function(a){return this.bc?(a=this.vc.I(a),a!==null&&(a.start.position||a.start.location)):!1};function ac(a,y){if(!a.Xk||y){var x=a.Yd;if(a.bc!==!1){var E=+new Date,b=E>a.cn?a.Gd:E-a.Qd;y&&(b=a.gw,b<a.Gd?(a.Qd=+new Date-b,a.cn=a.Qd+a.Gd):b=a.Gd),_u(x),ug(a,b),La(a.H,!0),Mh(x),E>a.cn&&(a.ho&&!a.Wk?(a.Qd=+new Date,a.cn=a.Qd+a.Gd,a.Wk=!0):a.Ml(!1))}}}function ug(a,y){for(var x=a.Gd,E=a.vc.iterator,b=a.Wk;E.next();){var z=E.key;if(!(z instanceof Xt&&z.diagram===null)){var tt=E.value,ot=b?tt.end:tt.start;tt=b?tt.start:tt.end;var rt=ic,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)}}}wt.stop=function(){return this.bc?(this.Ml(!0),this):this},wt.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,_u(x);for(var E=this.vc,b=this.yl.iterator;b.next();)y.remove(b.value);for(b=this.Ut.iterator;b.next();)b.value.v();b=this.ho,E=E.iterator;for(var z=ic;E.next();){var tt=E.key,ot=E.value,rt=b?ot.end:ot.start,at=b?ot.start:ot.end,ut=ot.Ku,ft;for(ft in at)if(z.get(ft)!==null){var mt=ft;!ot.Hu||mt!=="position:nodeCollapse"&&mt!=="position:placeholder"||(mt="position"),z.get(mt)(tt,rt[ft],ut[ft]!==void 0?ut[ft]:ot.Hu?rt[ft]:at[ft],this.Lp,this.Gd,this.Gd,this)}ot.Hu&&ut.location!==void 0&&tt instanceof On&&(tt.location=ut.location),ot.nv&&tt instanceof On&&tt.Zb(!1)}if(y.As.clear(),lc(y,!1),y.Ya(),y.N(),La(y,!0),x.defaultAnimation===this){for(ft=x.pr.iterator;ft.next();)b=ft.value,b.Tg!==null&&(b.points=b.Tg,b.Tg=null);x.pr.clear()}La(y,!0),this.isViewportUnconstrained&&(y.scrollMode=this.dw),Mh(x),this.au++,!a&&this.cu>this.au?(this.Wk=!1,this.start()):(this.dn&&this.dn(this),sc(this,null),x.Ml(this),y.$b())}},wt.Cj=function(a,y){var x=y.actualBounds,E=null;if(y instanceof di&&(E=y.placeholder),E!==null?(x=E.ga(uo),E=E.padding,x.x+=E.left,x.y+=E.top,this.add(a,"position",x,a.position,!1)):this.add(a,"position",new At(x.x+x.width/2,x.y+x.height/2),a.position,!1),this.add(a,"scale",.01,a.scale,!1),a instanceof di)for(a=a.memberParts;a.next();)E=a.value,E instanceof en&&this.Cj(E,y)},wt.Aj=function(a,y){if(a.isVisible()){var x=null;if(y instanceof di&&(x=y.placeholder),x!==null){var E=x.ga(uo);x=x.padding,E.x+=x.left,E.y+=x.top,this.add(a,"position:placeholder",a.position,E,!0)}else this.add(a,"position:nodeCollapse",a.position,y,!0);if(this.add(a,"scale",a.scale,.01,!0),E=this.vc,E.contains(a)&&(E.I(a).nv=!0),a instanceof di)for(a=a.memberParts;a.next();)E=a.value,E instanceof en&&this.Aj(E,y)}},wt.Ez=function(a){var y=this.Tt.get(a);return y===null&&(y={},this.Tt.add(a,y)),y},fe.Object.defineProperties(qr.prototype,{duration:{get:function(){return this.Dg},set:function(a){1>a&&fn(a,">= 1",qr,"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:Wt("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}}}),qr.prototype.getTemporaryState=qr.prototype.Ez,qr.prototype.stop=qr.prototype.stop,qr.prototype.add=qr.prototype.add,qr.prototype.addTemporaryPart=qr.prototype.Iy;function md(a,y,x,E){return a/=E/2,1>a?x/2*a*a+y:-x/2*(--a*(a-2)-1)+y}function Hp(a,y,x,E){return a===E?y+x:x*(-Math.pow(2,-10*a/E)+1)+y}qr.className="Animation",qr.EaseLinear=function(a,y,x,E){return x*a/E+y},qr.EaseInOutQuad=md,qr.EaseInQuad=function(a,y,x,E){return x*(a/=E)*a+y},qr.EaseOutQuad=function(a,y,x,E){return-x*(a/=E)*(a-2)+y},qr.EaseInExpo=function(a,y,x,E){return a===0?y:x*Math.pow(2,10*(a/E-1))+y},qr.EaseOutExpo=Hp;function bh(a,y,x){this.start=a,this.end=y,this.Ku={},this.Hu=x,this.nv=!1}bh.className="AnimationState";function il(a,y,x){this.xd=null,this.rf=a,this.so=x||hg,this.uk=null,y!==void 0&&(this.uk=y,x===void 0&&(this.so=Th))}il.prototype.copy=function(){var a=new il(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 Wp(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))}fe.Object.defineProperties(il.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 hg=new ce(il,"Default",1),Th=new ce(il,"Immediate",2),vd=new ce(il,"Bundled",3);il.className="AnimationTrigger",il.Default=hg,il.Immediate=Th,il.Bundled=vd;function Dr(a){Cn(this),this.H=null,this.Pa=new Ee,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)}wt=Dr.prototype,wt.clear=function(){for(var a=this.Pa,y=0;y<a.length;y++){var x=a.s[y];x.Ig=null,ls(x)}a.clear(),this.Zq.length=0},wt.Xe=function(a){this.H=a},wt.toString=function(a){a===void 0&&(a=0);var y='Layer "'+this.name+'"';if(0>=a)return y;for(var x=0,E=0,b=0,z=0,tt=0,ot=this.Pa.iterator;ot.next();){var rt=ot.value;rt instanceof di?b++:rt instanceof en?E++:rt instanceof We?z++:rt instanceof Hi?tt++:x++}if(ot="",0<x&&(ot+=x+" Parts "),0<E&&(ot+=E+" Nodes "),0<b&&(ot+=b+" 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(),E=x.data,E!==null&&ni(E)&&(ot+=" #"+ni(E)),x instanceof en?ot+=" "+Bi(E):x instanceof We&&(ot+=" "+Bi(x.fromNode)+" "+Bi(x.toNode));return y+" "+this.Pa.count+": "+ot},wt.ic=function(a,y,x){if(y===void 0&&(y=null),x===void 0&&(x=null),this.Uh===!1)return null;var E=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(E=!0);for(var b=At.alloc(),z=this.Pa.s,tt=z.length;tt--;){var ot=z[tt];if((E!==!0||Gh(ot)!==!1)&&ot.isVisible()&&(b.assign(a),Un(b,ot.oe),ot=ot.ic(b,y,x),ot!==null&&(y!==null&&(ot=y(ot)),ot!==null&&(x===null||x(ot)))))return At.free(b),ot}return At.free(b),null},wt.ji=function(a,y,x,E){if(y===void 0&&(y=null),x===void 0&&(x=null),E instanceof Ee||E instanceof Me||(E=new Me),this.Uh===!1)return E;var b=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(b=!0);for(var z=At.alloc(),tt=this.Pa.s,ot=tt.length;ot--;){var rt=tt[ot];if((b!==!0||Gh(rt)!==!1)&&rt.isVisible()){z.assign(a),Un(z,rt.oe);var at=rt;rt.ji(z,y,x,E)&&(y!==null&&(at=y(at)),at===null||x!==null&&!x(at)||E.add(at))}}return At.free(z),E},wt.Cf=function(a,y,x,E,b){if(y===void 0&&(y=null),x===void 0&&(x=null),E===void 0&&(E=!1),b instanceof Ee||b instanceof Me||(b=new Me),this.Uh===!1)return b;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||Gh(rt)!==!1)&&rt.isVisible()){var at=rt;rt.Cf(a,y,x,E,b)&&(y!==null&&(at=y(at)),at===null||x!==null&&!x(at)||b.add(at))}}return b},wt.Nu=function(a,y,x,E,b,z,tt){if(this.Uh===!1)return b;for(var ot=this.Pa.s,rt=ot.length;rt--;){var at=ot[rt];if((tt!==!0||Gh(at)!==!1)&&z(at)&&at.isVisible()){var ut=at;at.Cf(a,y,x,E,b)&&(y!==null&&(ut=y(ut)),ut===null||x!==null&&!x(ut)||b.add(ut))}}return b},wt.og=function(a,y,x,E,b,z){if(x===void 0&&(x=null),E===void 0&&(E=null),b===void 0&&(b=!0),b!==!1&&b!==!0&&((b instanceof Ee||b instanceof Me)&&(z=b),b=!0),z instanceof Ee||z instanceof Me||(z=new Me),this.Uh===!1)return z;var tt=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(tt=!0);for(var ot=At.alloc(),rt=At.alloc(),at=this.Pa.s,ut=at.length;ut--;){var ft=at[ut];if((tt!==!0||Gh(ft)!==!1)&&ft.isVisible()){ot.assign(a),Un(ot,ft.oe),rt.h(a.x+y,a.y),Un(rt,ft.oe);var mt=ft;ft.og(ot,rt,x,E,b,z)&&(x!==null&&(mt=x(mt)),mt===null||E!==null&&!E(mt)||z.add(mt))}}return At.free(ot),At.free(rt),z},wt.Fd=function(a,y){if(this.visible){var x=this.Pa.s,E=x.length;if(E!==0){a=In();for(var b=In(),z=0;z<E;z++){var tt=x[z];if(tt.vw=z,tt instanceof We){if(tt.fd===!1)continue}else if(tt instanceof Hi&&tt.adornedPart!==null)continue;var ot=tt.actualBounds;tt.isVisible()&&qa(ot,y)?(tt.Fd(!0),a.push(tt)):(tt.Fd(!1),tt.adornments!==null&&0<tt.adornments.count&&b.push(tt))}for(y=0;y<a.length;y++)for(x=a[y],Ov(x),x=x.adornments;x.next();)E=x.value,E.measure(1/0,1/0),E.arrange(),E.Fd(!0);for(y=0;y<b.length;y++)Ov(b[y]);mn(a),mn(b)}}};function gu(a,y){var x=1;return a.pb!==1&&(x=y.globalAlpha,y.globalAlpha=x*a.pb),x}wt.gc=function(a,y,x){if(this.visible&&this.pb!==0&&(x===void 0&&(x=!0),x||!this.isTemporary)){x=this.Pa.s;var E=x.length;if(E!==0){if(a.isTemporary)for(var b=0;b<E;b++)x[b].Gj();b=gu(this,a);var z=this.Zq;z.length=0;for(var tt=y.scale,ot=me.alloc(),rt=0;rt<E;rt++)this.Oj(a,x[rt],y,z,tt,ot,!0);if(me.free(ot),a.isTemporary)for(y=0;y<E;y++)x[y].Gj();a.globalAlpha=b}}};function Vp(a,y,x,E,b){if(a.visible&&a.pb!==0&&(b||!a.isTemporary)){b=a.Pa.s;var z=b.length;if(z!==0){var tt=gu(a,y),ot=a.Zq;ot.length=0;for(var rt=x.scale,at=me.alloc(),ut=0;ut<z;ut++){var ft=b[ut];E.contains(ft)&&a.Oj(y,ft,x,ot,rt,at,!1)}me.free(at),y.globalAlpha=tt}}}wt.Oj=function(a,y,x,E,b,z,tt){if(tt&&!Gh(y))a.Hs(y);else{if(E!==null&&y instanceof We&&(y.isOrthogonal&&E.push(y),y.fd===!1)){a.Hs(y);return}for(tt=!1,E=y.containingGroup;E!==null;)tt?E.tb!==null&&z.Ex(E.tb):E.tb!==null&&(tt=!0,z.assign(E.tb)),E=E.containingGroup;var ot=y.actualBounds;if(E=!1,tt&&y.isVisible()){if(!z.Yc(ot)){a.Hs(y);return}E=!z.Re(ot)}E&&(a.save(),a instanceof oa?a.bk=z.copy():(a.beginPath(),a.rect(z.x,z.y,z.width,z.height),a.clip())),ot.width*b>x.Oq||ot.height*b>x.Oq?y.gc(a,x):(b=y.actualBounds,z=y.naturalBounds,b.width===0||b.height===0||isNaN(b.x)||isNaN(b.y)||!y.isVisible()||(x=y.transform,y.areaBackground!==null&&(Ko(y,a,y.areaBackground,!0,!0,z,b),a.fillRect(b.x,b.y,b.width,b.height)),y.areaBackground===null&&y.background===null&&(Ko(y,a,"rgba(0,0,0,0.3)",!0,!1,z,b),a.fillRect(b.x,b.y,b.width,b.height)),y.background!==null&&(a.transform(x.m11,x.m12,x.m21,x.m22,x.dx,x.dy),Ko(y,a,y.background,!0,!1,z,b),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)))))),E&&(a.restore(),a.Vc(!0))}},wt.g=function(a,y,x,E,b){var z=this.diagram;z!==null&&z.cb(Bo,a,this,y,x,E,b)},wt.oi=function(a,y,x){var E=this.Pa;if(y.Ig=this,this===null&&ls(y),a>=E.count)a=E.count;else if(E.M(a)===y)return-1;return E.Gb(a,y),y.Vo(x),E=this.diagram,E!==null&&(x?E.N():E.oi(y)),tf(this,a,y),a},wt.pc=function(a,y,x){if(!x&&y.layer!==this&&y.layer!==null)return y.layer.pc(a,y,x);var E=this.Pa;if(0>a||a>=E.length){if(a=E.indexOf(y),0>a)return-1}else if(E.M(a)!==y&&(a=E.indexOf(y),0>a))return-1;return y.Wo(x),E.mb(a),E=this.diagram,E!==null&&(x?E.N():E.pc(y)),y.Ig=null,ls(y),a};function tf(a,y,x){if(y=Up(a,y,x),x instanceof di&&x!==null&&isNaN(x.zOrder)){if(x.memberParts.count!==0){for(var E=-1,b=a.Pa.s,z=b.length,tt=0;tt<z;tt++){var ot=b[tt];if(ot===x&&(y=tt,0<=E)||0>E&&ot.containingGroup===x&&(E=tt,0<=y))break}!(0>E)&&E<y&&(b=a.Pa,b.mb(y),b.Gb(E,x))}y=x.containingGroup,y!==null&&tf(a,-1,y)}x.svg!==null&&x.svg.remove()}function Up(a,y,x){var E=x.zOrder;if(isNaN(E))return y;a=a.Pa;var b=a.count;if(1>=b)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<b&&(rt=a.M(ot).zOrder,!!isNaN(rt));)ot++;if(!isNaN(tt)&&tt>E)for(;;){if(z===-1||tt<=E){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<E)for(;;){if(ot===b||rt>=E){if(ot--,ot===y)break;return a.mb(y),a.Gb(ot,x),ot}for(rt=NaN;++ot<b&&(rt=a.M(ot).zOrder,isNaN(rt)););}return y}fe.Object.defineProperties(Dr.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===""&&Wt("Cannot rename default Layer to: "+a),x=x.layers;x.next();)x.value.name===a&&Wt("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)&&fn(a,"0 <= value <= 1",Dr,"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))}}}),Dr.prototype.findObjectsNear=Dr.prototype.og,Dr.prototype.findObjectsIn=Dr.prototype.Cf,Dr.prototype.findObjectsAt=Dr.prototype.ji,Dr.prototype.findObjectAt=Dr.prototype.ic,Dr.className="Layer";function se(a,y){if(rm||(ss(),rm=!0),Cn(this),Ul=this,this.vb=!0,this.Ka=null,this.ya=this.Aa=0,this.ta=null,Uo){var x=this,E=function(){x.removeEventListener(on.document,"DOMContentLoaded",E,!1),x.setRTL()};on.document.body!==null?this.setRTL():x.addEventListener(on.document,"DOMContentLoaded",E,!1)}this.ol=null,cf.add("Model",no);var b=this;return this.Hb=function(z){var tt=b.partManager;if(z.model===tt.diagram.model&&tt.diagram.aa){tt.diagram.aa=!1;try{var ot=z.change;z.modelChange===""&&ot===Bo&&tt.updateDataBindings(z.object,z.propertyName)}finally{tt.diagram.aa=!0}}},this.Oc=function(z){b.partManager.doModelChanged(z)},this.hu=this.ku=null,Zp(this),this.model=hy(),this.Wg=!0,Yp(this),this.layout=new Eo,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"||on.Element&&a instanceof Element?cg(this,a):y=a),this.vb=!1,y&&this.nm(y),this}var Fh,Ul;function Zp(a){a.Yd=new ia,a.Yd.Xe(a),a.Db=17,a.Gw=!1,a.tn=!1,a.bu="default",a.Wa=new Ee,a.pj=new An,a.nl="default",a.Tx(),a.Sx(),a.pb=1,a.pa=new At(NaN,NaN).freeze(),a.du=new At(NaN,NaN),a.Ca=1,a.Pp=1,a.zt=new At(NaN,NaN).freeze(),a.At=NaN,a.Ot=1e-4,a.Mt=100,a.Ab=new pi,a.zu=new At(NaN,NaN).freeze(),a.ut=new me(NaN,NaN,NaN,NaN).freeze(),a.rj=new xi(0,0,0,0).freeze(),a.sj=Uu,a.nu=!1,a.Zt=null,a.fu=null,a.yh=gs,a.zk=Ar,a.Fg=gs,a.pq=Ar,a.yt=uo,a.Bt=uo,a.Fc=!0,a.pn=!1,a.De=new Me,a.Eh=new An,a.Xm=!0,a.vp=250,a.vk=-1,a.xp=new xi(16,16,16,16).freeze(),a.kg=!1,a.Jk=!1,a.fn=!0,a.bq=new cs,a.bq.diagram=a,a.Qg=new cs,a.Qg.diagram=a,a.cj=new cs,a.cj.diagram=a,a.zg=null,a.pf=null,a.qu=!1,ev(a),a.ai=new Me,a.Ht=!0,a.uu=Zu,a.pw=!1,a.wu=fc,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 An,a.Xn=new Ee,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 xi(5).freeze(),a.Hw=new Me().freeze(),a.Nt=999999999,a.nw=new Me().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 Me,a.ow=new Me,a.Xh=null,a.aw=new Je(8,8),a.bw=999,a.Bw=1,a.Jw=0,a.fc={scale:1,position:new At,bounds:new me,Py:new Je,bA:new Je,Oz:!1},a.fc.canvasSize=a.fc.Py,a.fc.newCanvasSize=a.fc.bA,a.fc.isScroll=!1,a.Rw=new me(NaN,NaN,NaN,NaN).freeze(),a.wo=new Je(NaN,NaN).freeze(),a.Sp=new me(NaN,NaN,NaN,NaN).freeze(),a.It=!1,a.Lg=new An;var y=new en,x=new fo;x.bind(new sr("text","",Bi)),y.add(x),a.ny=y,a.Lg.add("",y),y=new en,x=new fo,x.stroke="brown",x.bind(new sr("text","",Bi)),y.add(x),a.Lg.add("Comment",y),y=new en,y.selectable=!1,y.avoidable=!1,x=new Si,x.figure="Ellipse",x.fill="black",x.stroke=null,x.desiredSize=new Je(3,3).ja(),y.add(x),a.Lg.add("LinkLabel",y),a.Yi=new An,y=new di,y.selectionObjectName="GROUPPANEL",y.type=Re.Vertical,x=new fo,x.font="bold 12pt sans-serif",x.bind(new sr("text","",Bi)),y.add(x),x=new Re(Re.Auto),x.name="GROUPPANEL";var E=new Si;E.figure="Rectangle",E.fill="rgba(128,128,128,0.2)",E.stroke="black",x.add(E),E=new bs,E.padding=new xi(5,5,5,5).ja(),x.add(E),y.add(x),a.ly=y,a.Yi.add("",y),a.Kh=new An,y=new We,x=new Si,x.isPanelMain=!0,y.add(x),x=new Si,x.toArrow="Standard",x.fill="black",x.stroke=null,x.strokeWidth=0,y.add(x),a.my=y,a.Kh.add("",y),y=new We,x=new Si,x.isPanelMain=!0,x.stroke="brown",y.add(x),a.Kh.add("Comment",y),y=new Hi,y.type=Re.Auto,x=new Si,x.fill=null,x.stroke="dodgerblue",x.strokeWidth=3,y.add(x),x=new bs,x.margin=new xi(1.5,1.5,1.5,1.5).ja(),y.add(x),a.St=y,a.wt=y,y=new Hi,y.type=Re.Link,x=new Si,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 no,a.toolManager=new No,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=oo,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 At,a.zy=500,a.wp=new At,a.wq=!1}se.prototype.clear=function(){this.animationManager.Cc(),this.model.clear(),Ld=null,Ih="",dg(this,!1),this.Xn.clear(),kf(),this.Og.clear(),this.Xh=null,this.Ya(),this.Va(),this.N()};function dg(a,y){a.animationManager.Cc(!0),a.Hw=new Me().freeze(),a.nw=new Me().freeze();var x=a.skipsUndoManager,E=a.cc!==null&&a.cc!==void 0;E&&(a.skipsUndoManager=!0);var b=null;a.fe!==null&&(b=a.fe.part,b!==null&&a.remove(b));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!==b&&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(),kf(),a.Og.clear(),Ti=[],b!==null&&(a.add(b),a.partManager.parts.remove(b)),E&&(a.skipsUndoManager=x),z}function Kp(){return null}se.prototype.reset=function(){this.clear(),this.vb=!0,Zp(this),Al(this),this.Wg=!0,Yp(this),this.layout=new Eo,this.Wg=!1,this.model=hy(),this.model.undoManager=new Io,this.vb=this.rn=!1,this.N()},se.prototype.setRTL=function(a){a=a===void 0?this.div:a,a===null&&(a=on.document.body);var y=bn("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},se.prototype.setScrollWidth=function(a){a=a===void 0?this.div:a,a===null&&(a=on.document.body);var y=0;if(Uo){var x=om;y=Fh,x===null&&(x=om=bn("p"),x.style.width="100%",x.style.height="200px",x.style.boxSizing="content-box",y=Fh=bn("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 E=x.offsetWidth;y.style.overflow="scroll",x=x.offsetWidth,E===x&&(x=y.clientWidth),a.removeChild(y),y=E-x,y!==0||sn||(y=11)}this.Db=y,this.Gw=!0},se.prototype.qb=function(a){a.classType===se&&(this.autoScale=a)},se.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 cg(a,y){if(Uo){if(y!=null||Wt("Diagram setup requires an argument DIV."),a.Ka!==null&&Wt("Diagram has already completed setup."),typeof y=="string"?a.Ka=on.document.getElementById(y):y instanceof HTMLDivElement?a.Ka=y:Wt("No DIV or DIV id supplied: "+y),a.Ka===null&&Wt("Invalid DIV id; could not get element with id: "+y),a.Ka.H!==void 0&&Wt("Invalid div id; div already has a Diagram associated with it."),!a.ol&&on.ResizeObserver){var x=Pe(function(){a.$b()},250);a.ol=new on.ResizeObserver(function(){x()}),a.ol.observe(a.Ka)}on.getComputedStyle(a.Ka,null).position==="static"&&(a.Ka.style.position="relative"),y=5;var E="rgba(2"+y+"5, 255, 255, 0)";y--,a.Ka.style["-webkit-tap-highlight-color"]=E,a.Ka.innerHTML="",a.Ka.H=a,a.Ka.goDiagram=a,a.Ka.go=on.go;var b=new Ua(a);if(b.style!==void 0&&(b.style.position="absolute",b.style.top="0px",b.style.left="0px",on.getComputedStyle(a.Ka,null).getPropertyValue("direction")==="rtl"&&(a.tn=!0),b.style.zIndex="2",b.style.userSelect="none",b.style.MozUserSelect="none",b.style.touchAction="none",b.style.letterSpacing="normal !important",b.style.wordSpacing="normal !important"),a.ta=b,a.ib=b.context,E=a.ib,a.Mb=a.computePixelRatio(),a.viewSize.w()||(a.Aa=a.Ka.clientWidth||1,a.ya=a.Ka.clientHeight||1),xg(a,a.Aa,a.ya),a.Ka.insertBefore(b.Oa,a.Ka.firstChild),b=new Ua(null),b.width=1,b.height=1,a.jw=b,a.oy=b.context,Uo){b=bn("div");var z=bn("div");b.style.position="absolute",b.style.overflow="auto",b.style.width=a.Aa+"px",b.style.height=a.ya+"px",b.style.zIndex="1",z.style.position="absolute",z.style.width="1px",z.style.height="1px",a.Ka.appendChild(b),b.appendChild(z),b.onscroll=Jp,b.addEventListener("pointerdown",Qp),b.H=a,b.uy=!0,b.vy=!0,a.ku=b,a.hu=z}a.hk=Pe(function(){a.Yh=null,a.N()},300),a.Ov=Pe(function(){fg(a)},250),a.preventDefault=function(tt){return tt.preventDefault(),!1},a.$j=function(tt){if(a.isEnabled){var ot=Ca(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(),ol(ot,tt)}},a.aA=function(tt){a.isEnabled&&(a.Vk=!1,Ca(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=vg(a,tt,!0,!1,!0,at),Sd(a,tt,rt),rt.targetDiagram=mg(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():ol(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=vg(a,tt,!1,!1,!1,ot[1]!==null);var rt=on.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,ut=tt;rt&&rt.H&&(ut=tt,at=rt.H),ot.targetDiagram=at,Sd(a,ut,ot),ot.targetObject=null,a.doMouseMove(),ol(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=vg(a,tt,!1,!0,!0,!1);var at=on.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 se&&at.H!==a&&Sd(at.H,tt,rt),at===null&&(at=tt.target),Sd(a,tt,rt),rt.clickCount=a.yq,rt.targetDiagram=mg(tt,at),rt.targetObject=null,a.doMouseUp(),ol(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=E.Z["d"+mc[1]+mc[2]+"wI"+Md.slice(1,5)]["b"+Bx.slice(1,y)](E.Z,pc,y,y),E.Vc(!0),tv(a),a.nl==="svg"&&(y=a.pj.get("svg"),a.Ka.appendChild(y.Oa),a.ib=y.context)}}se.prototype.addEventListener=function(a,y,x,E){a.addEventListener(y,x,{capture:E,passive:!1})},se.prototype.removeEventListener=function(a,y,x,E){a.removeEventListener(y,x,{capture:E})};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(on,"resize",a.Ov,!1)}function _s(a){30<a.Sq&&(a.Yh=1)}function lc(a,y){a.Yh!==null&&(a.Yh=null,y&&a.hk(),an&&an.nx||(a.Sq=0,a.zw=[0,0,0,0,0],a.Tq=0))}se.prototype.computePixelRatio=function(){return this.Yh!==null?this.Yh:on.devicePixelRatio||1},se.prototype.doMouseMove=function(){this.currentTool.doMouseMove()},se.prototype.doMouseDown=function(){this.currentTool.doMouseDown()},se.prototype.doMouseUp=function(){this.currentTool.doMouseUp()},se.prototype.doMouseWheel=function(){this.currentTool.doMouseWheel()},se.prototype.doKeyDown=function(){this.currentTool.doKeyDown()},se.prototype.doKeyUp=function(){this.currentTool.doKeyUp()},se.prototype.doFocus=function(){this.focus()},se.prototype.focus=function(){if(this.ta)if(this.scrollsPageOnFocus)this.ta.focus();else{var a=on.scrollX||on.pageXOffset,y=on.scrollY||on.pageYOffset;this.ta.focus(),on.scrollTo(a,y)}},se.prototype.Oy=function(){this.H.R("GainedFocus")},se.prototype.Ny=function(){this.H.R("LostFocus")};function fg(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,E=a.Be?a.Db:0,b=a.Mb;a.Mb=a.computePixelRatio(),a.Mb!==b&&(a.pn=!0,a.$b()),(y.clientWidth!==a.Aa+x||y.clientHeight!==a.ya+E)&&(a.Ee=!0,a.Fc=!0,y=a.layout,y!==null&&y.isViewportSized&&a.autoScale===gs&&(a.Jk=!0,y.C()),a.ld||a.$b())}}}function Yp(a){var y=new Dr;y.name="Background",a.Al(y),y=new Dr,y.name="",a.Al(y),y=new Dr,y.name="Foreground",a.Al(y),y=new Dr,y.name="Adornment",y.isTemporary=!0,y.isInDocumentBounds=!1,a.Al(y),y=new Dr,y.name="Tool",y.isTemporary=!0,y.isInDocumentBounds=!0,a.Al(y),y=new Dr,y.name="Grid",y.allowSelect=!1,y.pickable=!1,y.isTemporary=!0,y.isInDocumentBounds=!1,a.Ww(y,a.Qj("Background"))}function Xp(a){var y=new Re(Re.Grid);y.name="GRID";var x=new Si;return x.figure="LineH",x.stroke="lightgray",x.strokeWidth=.5,x.interval=1,y.add(x),x=new Si,x.figure="LineH",x.stroke="gray",x.strokeWidth=.5,x.interval=5,y.add(x),x=new Si,x.figure="LineH",x.stroke="gray",x.strokeWidth=1,x.interval=10,y.add(x),x=new Si,x.figure="LineV",x.stroke="lightgray",x.strokeWidth=.5,x.interval=1,y.add(x),x=new Si,x.figure="LineV",x.stroke="gray",x.strokeWidth=.5,x.interval=5,y.add(x),x=new Si,x.figure="LineV",x.stroke="gray",x.strokeWidth=1,x.interval=10,y.add(x),x=new On,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):wd(this.H)}function Qp(a){this.H.isEnabled?(this.H.lu=a.target.scrollTop,this.H.ju=a.target.scrollLeft):wd(this.H)}se.prototype.kx=function(a){if(this.ta!==null){var y=this.ku,x=this.hu;this.qr=!0;var E=this.documentBounds,b=this.viewportBounds,z=this.rj,tt=E.x-z.left,ot=E.y-z.top,rt=E.width+z.left+z.right,at=E.height+z.top+z.bottom,ut=E.right+z.right;z=E.bottom+z.bottom;var ft=b.x;E=b.y;var mt=b.width,yt=b.height,St=b.right,Mt=b.bottom;b=this.scale;var It=a.scrollLeft;if(this.tn)switch(this.bu){case"negative":It=It+a.scrollWidth-a.clientWidth;break;case"reverse":It=a.scrollWidth-It-a.clientWidth}var Tt=It;mt<rt||yt<at?(It=At.allocAt(this.position.x,this.position.y),this.allowHorizontalScroll&&this.ju!==Tt&&(It.x=Tt/b+tt,this.ju=Tt),this.allowVerticalScroll&&this.lu!==a.scrollTop&&(It.y=a.scrollTop/b+ot,this.lu=a.scrollTop),this.position=It,At.free(It),this.Ee=this.qr=!1):(It=At.alloc(),a.uy&&this.allowHorizontalScroll&&(tt<ft&&(this.position=It.h(Tt+tt,this.position.y)),ut>St&&(this.position=It.h(-(y.scrollWidth-this.Aa)+Tt-this.Aa/b+ut,this.position.y))),a.vy&&this.allowVerticalScroll&&(ot<E&&(this.position=It.h(this.position.x,a.scrollTop+ot)),z>Mt&&(this.position=It.h(this.position.x,-(y.scrollHeight-this.ya)+a.scrollTop-this.ya/b+z))),At.free(It),this.vd=!0,this.Ee=this.qr=!1,E=this.documentBounds,b=this.viewportBounds,ut=E.right,St=b.right,z=E.bottom,Mt=b.bottom,tt=E.x,ft=b.x,ot=E.y,E=b.y,mt>=rt&&tt>=ft&&ut<=St&&(x.style.width="1px"),yt>=at&&ot>=E&&z<=Mt&&(x.style.height="1px"))}},se.prototype.computeBounds=function(a){return a===void 0&&(a=new me),ts(this),gg(this,a)};function gg(a,y){if(a.fixedBounds.w())return y.assign(a.fixedBounds),y.Co(a.yb),y;for(var x=!0,E=a.Wa.s,b=E.length,z=0;z<b;z++){var tt=E[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}se.prototype.computePartsBounds=function(a,y){y===void 0&&(y=!1);var x=null;if(Ae(a))for(var E=0;E<a.length;E++){var b=a[E];!y&&b instanceof We||(b.Va(),x===null?x=b.actualBounds.copy():x.ed(b.actualBounds))}else for(a=a.iterator;a.next();)E=a.value,!y&&E instanceof We||(E.Va(),x===null?x=E.actualBounds.copy():x.ed(E.actualBounds));return x===null?new me(NaN,NaN,0,0):x};function Wa(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=At.alloc(),x.xi(a.documentBounds,a.initialDocumentSpot);var E=a.viewportBounds;E=me.allocAt(0,0,E.width,E.height);var b=At.alloc();b.xi(E,a.initialViewportSpot),b.h(x.x-b.x,x.y-b.y),a.position=b,me.free(E),At.free(b),At.free(x)}x=a.yh,y&&a.Fg!==gs&&(x=a.Fg);var z=x!==gs?yd(a,x):a.scale;x=a.pa.x,E=a.pa.y,b=a.Aa/z;var tt=a.ya/z,ot=a.zk,rt=a.pq;y&&!ot.sb()&&(rt.sb()||rt.Xb())&&(ot=rt.Xb()?Di:rt),pg(a,a.documentBounds,b,tt,ot,y),y=a.scale,a.scale=z,a.vb=!1,z=a.viewportBounds,Jt.B(z.x,x)&&Jt.B(z.y,E)&&Jt.B(z.width,b)&&Jt.B(z.height,tt)||a.onViewportBoundsChanged(new me(x,E,b,tt),z,y,!1)}}function yd(a,y){var x=a.Pp;if(a.ta===null)return x;a.Va();var E=a.documentBounds;if(!E.w())return x;var b=E.width;E=E.height;var z=a.Aa+(a.gf?a.Db:0),tt=a.ya+(a.Be?a.Db:0),ot=z/b,rt=tt/E;return y===ga?(y=Math.min(rt,ot),y>x&&(y=x),y<a.minScale&&(y=a.minScale),y>a.maxScale&&(y=a.maxScale),y):y===Rh?(y=rt>ot?(tt-a.Db)/E:(z-a.Db)/b,y>x&&(y=x),y<a.minScale&&(y=a.minScale),y>a.maxScale&&(y=a.maxScale),y):a.scale}se.prototype.zoomToFit=function(){var a=this.sj;this.sj=Uu,this.scale=yd(this,ga),a!==Uu&&(Wa(this,!1),pg(this,this.documentBounds,this.Aa/this.Ca,this.ya/this.Ca,this.zk,!1)),this.sj=a},wt=se.prototype,wt.BA=function(a,y){y===void 0&&(y=ga);var x=a.width,E=a.height;if(!(x===0||E===0||isNaN(x)&&isNaN(E))){var b=1;if(y===ga||y===Rh)if(isNaN(x))b=this.viewportBounds.height*this.scale/E;else if(isNaN(E))b=this.viewportBounds.width*this.scale/x;else{b=this.Aa;var z=this.ya;b=y===Rh?z/E>b/x?(z-(this.Be?this.Db:0))/E:(b-(this.gf?this.Db:0))/x:Math.min(z/E,b/x)}this.scale=b,this.position=new At(a.x,a.y)}},wt.Jy=function(a,y){this.Va();var x=this.documentBounds,E=this.viewportBounds;this.position=new At(x.x+(a.x*x.width+a.offsetX)-(y.x*E.width-y.offsetX),x.y+(a.y*x.height+a.offsetY)-(y.y*E.height-y.offsetY))},wt.zz=function(a){if(a instanceof Xt){this.eq=a;var y=At.alloc();this.fq=this.op(a.ga(uo,y)),At.free(y)}else this.eq=null,this.fq=oo};function pg(a,y,x,E,b,z){var tt=At.allocAt(a.pa.x,a.pa.y),ot=tt.x,rt=tt.y;if(a.eq!==null){var at=At.alloc();at=a.eq.ga(uo,at),ot=at.x-a.fq.x/a.scale,rt=at.y-a.fq.y/a.scale,b=Ii,At.free(at)}(z||a.scrollMode===Uu)&&(b.sb()&&(x>y.width&&(ot=y.x+(b.x*y.width+b.offsetX)-(b.x*x-b.offsetX)),E>y.height&&(rt=y.y+(b.y*y.height+b.offsetY)-(b.y*E-b.offsetY))),b=a.rj,z=x-y.width,x<y.width+b.left+b.right?(ot=Math.min(ot+x/2,y.right+Math.max(z,b.right)-x/2),ot=Math.max(ot,y.left-Math.max(z,b.left)+x/2),ot-=x/2):ot>y.left?ot=y.left:ot<y.right-x&&(ot=y.right-x),x=E-y.height,E<y.height+b.top+b.bottom?(rt=Math.min(rt+E/2,y.bottom+Math.max(x,b.bottom)-E/2),rt=Math.max(rt,y.top-Math.max(x,b.top)+E/2),rt-=E/2):rt>y.top?rt=y.top:rt<y.bottom-E&&(rt=y.bottom-E)),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),_p(a.Yd,a.pa,tt),a.pa.h(tt.x,tt.y),Al(a),At.free(tt)}wt.Ol=function(a,y){if(y===void 0&&(y=!0),y){if(a=Zl(this,a,function(x){return x.part},function(x){return x.canSelect()}),a instanceof On)return a}else if(a=Zl(this,a,function(x){return x.part}),a instanceof On)return a;return null},wt.ic=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null),ts(this);for(var E=this.Wa.iteratorBackwards;E.next();){var b=E.value;if(b.visible&&(b=b.ic(a,y,x),b!==null))return b}return null};function Zl(a,y,x,E){for(x===void 0&&(x=null),E===void 0&&(E=null),ts(a),a=a.Wa.iteratorBackwards;a.next();){var b=a.value;if(b.visible&&!b.isTemporary&&(b=b.ic(y,x,E),b!==null))return b}return null}wt.lz=function(a,y,x){return y===void 0&&(y=!0),uc(this,a,function(E){return E.part},y?function(E){return E instanceof On&&E.canSelect()}:null,x)};function uc(a,y,x,E,b){for(x===void 0&&(x=null),E===void 0&&(E=null),b instanceof Ee||b instanceof Me||(b=new Me),ts(a),a=a.Wa.iteratorBackwards;a.next();){var z=a.value;z.visible&&!z.isTemporary&&z.ji(y,x,E,b)}return b}wt.ji=function(a,y,x,E){y===void 0&&(y=null),x===void 0&&(x=null),E instanceof Ee||E instanceof Me||(E=new Me),ts(this);for(var b=this.Wa.iteratorBackwards;b.next();){var z=b.value;z.visible&&z.ji(a,y,x,E)}return E},wt.ux=function(a,y,x,E){return y===void 0&&(y=!1),x===void 0&&(x=!0),ef(this,a,function(b){return b instanceof On&&(!x||b.canSelect())},y,E)},wt.Cf=function(a,y,x,E,b){y===void 0&&(y=null),x===void 0&&(x=null),E===void 0&&(E=!1),b instanceof Ee||b instanceof Me||(b=new Me),ts(this);for(var z=this.Wa.iteratorBackwards;z.next();){var tt=z.value;tt.visible&&tt.Cf(a,y,x,E,b)}return b},wt.Nu=function(a,y,x,E,b,z){var tt=new Me;ts(this);for(var ot=this.Wa.iteratorBackwards;ot.next();){var rt=ot.value;rt.visible&&rt.Nu(a,y,x,E,tt,b,z)}return tt};function ef(a,y,x,E,b){var z=null;for(z===void 0&&(z=null),x===void 0&&(x=null),E===void 0&&(E=!1),b instanceof Ee||b instanceof Me||(b=new Me),ts(a),a=a.Wa.iteratorBackwards;a.next();){var tt=a.value;tt.visible&&!tt.isTemporary&&tt.Cf(y,z,x,E,b)}return b}wt.mz=function(a,y,x,E,b){return x===void 0&&(x=!0),E===void 0&&(E=!0),hc(this,a,y,function(z){return z instanceof On&&(!E||z.canSelect())},x,b)},wt.og=function(a,y,x,E,b,z){x===void 0&&(x=null),E===void 0&&(E=null),b===void 0&&(b=!0),b!==!1&&b!==!0&&((b instanceof Ee||b instanceof Me)&&(z=b),b=!0),z instanceof Ee||z instanceof Me||(z=new Me),ts(this);for(var tt=this.Wa.iteratorBackwards;tt.next();){var ot=tt.value;ot.visible&&ot.og(a,y,x,E,b,z)}return z};function hc(a,y,x,E,b,z){var tt=null;for(tt===void 0&&(tt=null),E===void 0&&(E=null),b===void 0&&(b=!0),b!==!1&&b!==!0&&((b instanceof Ee||b instanceof Me)&&(z=b),b=!0),z instanceof Ee||z instanceof Me||(z=new Me),ts(a),a=a.Wa.iteratorBackwards;a.next();){var ot=a.value;ot.visible&&!ot.isTemporary&&ot.og(y,x,tt,E,b,z)}return z}se.prototype.acceptEvent=function(a){return Ca(this,a,a instanceof MouseEvent)};function Ca(a,y,x){var E=a.Qg;return a.Qg=a.cj,a.cj=E,E.diagram=a,E.event=y,x?Sd(a,y,E):(E.viewPoint=a.Qg.viewPoint,E.documentPoint=a.Qg.documentPoint),a=0,y.ctrlKey&&(a+=1),y.altKey&&(a+=2),y.shiftKey&&(a+=4),y.metaKey&&(a+=8),E.modifiers=a,E.button=y.button,y.buttons!==void 0&&(E.buttons=y.buttons),sn&&y.button===0&&y.ctrlKey&&(E.button=2),E.down=!1,E.up=!1,E.clickCount=1,E.delta=0,E.handled=!1,E.bubbles=!1,E.timestamp=y.timeStamp,E.isMultiTouch=!1,E.targetDiagram=mg(y,y.target),E.targetObject=null,E}function mg(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 vg(a,y,x,E,b,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,sn&&y.button===0&&y.ctrlKey&&(tt.button=2),tt.down=x,tt.up=E,tt.handled=!1,tt.bubbles=b,tt.isMultiTouch=z,tt}function ol(a,y){return a.bubbles?!0:(y.stopPropagation!==void 0&&y.stopPropagation(),y.cancelable!==!1&&y.preventDefault(),y.cancelBubble=!0,!1)}se.prototype.Qz=function(a){var y=this.H;if(!this.H.isEnabled)return!1;var x=Ca(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(),ol(x,a)},se.prototype.Rz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=Ca(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(),ol(x,a)},se.prototype.bz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=Ca(y,a,!0);return y.mouseEnter!==null&&y.mouseEnter(x),y.currentTool.standardMouseOver(),ol(x,a)},se.prototype.cz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=Ca(y,a,!0);return y.mouseLeave!==null&&y.mouseLeave(x),ol(x,a)},se.prototype.getMouse=function(a){var y=this.ta;if(y===null)return new At(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?Un(new At(y,a),this.Ab):new At(y,a)};function Sd(a,y,x){var E=a.ta,b=a.Aa,z=a.ya,tt=0,ot=0;E!==null&&(E=E.getBoundingClientRect(),tt=y.clientX-b/E.width*E.left,ot=y.clientY-z/E.height*E.top),x.viewPoint.h(tt,ot),a.Ab!==null?(y=At.allocAt(tt,ot),a.Ab.Cd(y),x.documentPoint.assign(y),At.free(y)):x.documentPoint.h(tt,ot)}function yg(a,y,x){if(a.oj[0]!==null){y=a.oj[y];var E=a.ta;E!==null&&(E=E.getBoundingClientRect(),x.h(y.clientX-a.Aa/E.width*E.left,y.clientY-a.ya/E.height*E.top))}}se.prototype.Ya=function(){this.Zi||(this.Zi=!0,this.$b(!1))};function $p(a){a.ld||ts(a),a.Va()}se.prototype.redraw=function(){this.vb||this.ld||(this.N(),this.bd())},wt=se.prototype,wt.Pz=function(){return this.kg},wt.Xy=function(a){a===void 0&&(a=null);var y=this.animationManager,x=y.isEnabled;y.Cc(),y.isEnabled=!1,La(this),this.hf=!1,this.du=new At(NaN,NaN),y.isEnabled=x,this.ld=!0;var E=this;a!==null&&xe(function(){E.ld=!1,Vl(y,"Model"),a(E)},1)},wt.$b=function(a){if(a===void 0&&(a=!1),this.kg!==!0&&!(this.vb||a===!1&&this.ld)){this.kg=!0;var y=this;on.requestAnimationFrame(function(){y.kg&&y.bd()})}},wt.bd=function(){(!this.fn||this.kg)&&(this.fn&&(this.fn=!1),La(this))};function Bh(a,y,x){!a.Ee||a.vb||a.animationManager.defaultAnimation.isAnimating||wd(a)||(y&&ts(a),x&&Wa(a,!1))}function La(a,y){if(!a.ld&&(a.kg=!1,a.Ka!==null||a.wo.w())){a.ld=!0;var x=a.animationManager,E=a.Xn;if(!x.isAnimating&&E.length!==0){for(var b=E.s,z=b.length,tt=0;tt<z;tt++){var ot=b[tt];fr(ot,!1),ot.v()}E.clear()}E=a.ow,0<E.count&&(E.each(function(rt){rt.Nv()}),E.clear()),b=E=!1,x.defaultAnimation.isAnimating&&(b=!0,E=a.skipsUndoManager,a.skipsUndoManager=!0),x.zb||fg(a),Bh(a,!1,!0),a.fe!==null&&(a.fe.visible&&!a.mq&&(Bl(a),a.mq=!0),!a.fe.visible&&a.mq&&(a.mq=!1)),ts(a),z=!1,(!a.hf||a.xh)&&(a.hf?Ng(a,!a.Jk):(a.Ea("Initial Layout"),x.isEnabled===!1&&x.Cc(),Ng(a,!1)),z=!0),a.Jk=!1,ts(a),a.ou||$p(a),Bh(a,!0,!1),tt=!1,z?(x=me.alloc(),x.assign(a.viewportBounds),a.hf||(tt=a.hf=!0,a.skipsUndoManager||(a.undoManager.isPendingClear=!0),a.undoManager.isPendingUnmodified=!0,Sg(a)),a.R("LayoutCompleted"),Bh(a,!0,!1),me.free(x)):x.Ok&&x.Qw&&(a.Fg!==gs?a.scale=yd(a,a.Fg):a.yh!==gs?a.scale=yd(a,a.yh):(x=a.initialScale,isFinite(x)&&0<x&&(a.scale=x)),Wa(a,!0)),z&&tt&&a.eb("Initial Layout"),ts(a),y||a.gc(a.ib),b&&(a.skipsUndoManager=E),a.ld=!1}}function Sg(a){if(a.Fg!==gs)a.scale=yd(a,a.Fg);else if(a.yh!==gs)a.scale=yd(a,a.yh);else{var y=a.initialScale;isFinite(y)&&0<y&&(a.scale=y)}Wa(a,!0),y=a.Wa.s,a.Fd(y,y.length,a,a.viewportBounds),a.R("InitialLayoutCompleted"),a.du.assign(a.pa),Bl(a)}function ts(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 Me,a.Nv(x,a.De)}a.nodes.each(function(E){E instanceof di&&E.U&65536&&(E.U=E.U^65536)})}}wt.Nv=function(a,y){for(a.reset();a.next();){var x=a.value;!x.Zc()||x instanceof di||(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x))}for(a.reset();a.next();)x=a.value,x instanceof di&&x.isVisible()&&dc(this,x);for(a.reset();a.next();)x=a.value,x instanceof We&&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 dc(a,y){for(var x=In(),E=In(),b=y.memberParts;b.next();){var z=b.value;z.isVisible()&&(z instanceof di?(ma(z)||Es(z)||zh(z))&&dc(a,z):z instanceof We?z.fromNode===y||z.toNode===y?E.push(z):x.push(z):(z.measure(1/0,1/0),z.arrange()))}for(a=x.length,b=0;b<a;b++)z=x[b],z.measure(1/0,1/0),z.arrange();for(mn(x),y.measure(1/0,1/0),y.arrange(),a=E.length,y=0;y<a;y++)x=E[y],x.measure(1/0,1/0),x.arrange();mn(E)}wt.Fd=function(a,y,x,E){if(this.vd||this.animationManager.isAnimating)for(var b=0;b<y;b++)a[b].Fd(x,E)},wt.gc=function(a){if(this.Ka!==null){if(this.ta===null&&Wt("No canvas specified"),this.nl==="svg"){if(this.Ka!==null){var y=this.animationManager;if(!y.zb&&(!y.isAnimating||y.isTicking)){Pd(this);var x=this.Aa,E=this.ya;if(a.Gv.resize(x,E,x,E),x=this.Wa.s,E=x.length,this.Fd(x,E,this,this.viewportBounds),this.Fc||y.isAnimating){y=this.pa;var b=this.Ca,z=Math.round(y.x*b)/b,tt=Math.round(y.y*b)/b,ot=this.Ab;for(ot.reset(),b!==1&&ot.scale(b),y.x===0&&y.y===0||ot.translate(-z,-tt),a.ti=null,Yy(a,ot.m11,ot.m12,ot.m21,ot.m22,ot.dx,ot.dy),this.pb!==1&&(a.globalAlpha=this.pb),Wu(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<E;y++)x[y].gc(a,this);a=!1,this.Yf?Ed(this.Yf,this)&&(a=this.Vp()):a=!0,a&&(pi.prototype.Cd=pi.prototype.Eu),this.Fc=this.vd=!1}}}}else t:if(z=this.animationManager,!z.zb&&(!z.isAnimating||z.isTicking)&&(x=new Date,Pd(this),this.Ka.style.opacity!=="0")){if(E=a!==this.ib,y=this.Wa.s,b=y.length,this.Fd(y,b,this,this.viewportBounds),E)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,ut=Math.round(ot.y*rt)/rt;for(rt!==1&&z.scale(rt),ot.x===0&&ot.y===0||z.translate(-at,-ut),a.setTransform(tt,0,0,tt,0,0),a.clearRect(0,0,this.Aa,this.ya),this.pb!==1&&(a.globalAlpha=this.pb),Wu(this,a),ot=0;ot<b;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?Ed(this.Yf,this)&&(y=this.Vp()):y=!0,y&&(pi.prototype.Cd=pi.prototype.Eu),E?(this.ib.Vc(!0),this.vd=!0):this.Fc=this.vd=!1,y=+new Date-+x,E=an&&an.nx,x=this.zw,E||this.Yh===null){for(x[this.Tq]=y,this.Tq=(this.Tq+1)%x.length,b=y=0;b<x.length;b++)y+=x[b];this.Sq=y/x.length}if(this.pb!==1&&(a.globalAlpha=1),E)for(a.setTransform(1,0,0,1,0,0),E=0;E<x.length;E++)a.fillText(x[E].toString(),20,150+ +(20*E))}}};function nf(a,y,x,E,b,z,tt,ot,rt,at){if(a.Ka!==null){a.ta===null&&Wt("No canvas specified"),tt===void 0&&(tt=null),ot===void 0&&(ot=null),rt===void 0&&(rt=!1),at===void 0&&(at=!1),Pd(a),a.ib.Vc(!0),a.vd=!0,a.$i=!0;var ut=a.Ca;a.Ca=b;var ft=a.Wa.s,mt=ft.length;try{var yt=new me(z.x,z.y,E.width/b,E.height/b),St=yt.copy();St.Co(x),Bl(a,St),ts(a),a.Fd(ft,mt,a,yt),y.setTransform(1,0,0,1,0,0),y.clearRect(0,0,E.width,E.height),ot!==null&&ot!==""&&(y.fillStyle=ot,y.ox(0,0,E.width,E.height));var Mt=a.Mb;y.scale(Mt,Mt);var It=pi.alloc();It.reset(),It.translate(x.left,x.top),It.scale(b),z.x===0&&z.y===0||It.translate(-z.x,-z.y),y.setTransform(It.m11,It.m12,It.m21,It.m22,It.dx,It.dy),y.yc(),y instanceof oa&&Yy(y,It.m11,It.m12,It.m21,It.m22,It.dx,It.dy),pi.free(It),Wu(a,y),y.globalAlpha=a.pb;var Tt=a.Qj("Grid");if(tt){var jt=new Me,Gt=tt.iterator;for(Gt.reset();Gt.next();){var Ht=Gt.value;Ht instanceof On&&(at||Ht.layer!==Tt)&&(Ht.Gj(),jt.add(Ht))}for(at=0;at<mt;at++)Vp(ft[at],y,a,jt,rt);jt.each(function(re){return re.Gj()})}else for(jt=0;jt<mt;jt++){var Yt=ft[jt];Yt===Tt?at&&Yt.gc(y,a,!0):Yt.gc(y,a,rt)}a.$i=!1,a.Yf&&Ed(a.Yf,a)&&a.Vp()}finally{a.Ca=ut,a.ib.Vc(!0),a.vd=!0,a.Fd(ft,mt,a,a.viewportBounds),Bl(a),a.ib instanceof oa&&(a.ib.Nj.PA(),a.redraw())}}}wt.Gf=function(a){return this.Rg[a]},wt.Xx=function(a,y){a==="minDrawingLength"&&(this.Oq=y),this.Rg[a]=y,this.redraw()},wt.Tx=function(){this.Rg=new pe,this.Rg.drawShadows=!0,this.Rg.textGreeking=!0,this.Rg.viewportOptimizations=!(sn||ye),this.Rg.temporaryPixelRatio=!0,this.Rg.pictureRatioOptimization=!0,this.Oq=this.Rg.minDrawingLength=1};function Wu(a,y){a=a.Rg,a!==null&&(a.imageSmoothingEnabled!==void 0&&y.Wx(!!a.imageSmoothingEnabled),a=a.defaultFont,a!=null&&(y.font=a))}wt.Ql=function(a){return this.on[a]},wt.sA=function(a,y){this.on[a]=y},wt.Sx=function(){this.on=new pe,this.on.extraTouchArea=10,this.on.extraTouchThreshold=10,this.on.hasGestureZoom=!0},wt.set=function(a){return Object.assign(this,a),this},wt.Du=function(a){return this.nm(a)},wt.nm=function(a){return xd(this,a),this};function xd(a,y){var x=a instanceof Re,E=a instanceof se,b;for(b in y){b===""&&Wt("Setting properties requires non-empty property names");var z=a,tt=b;if(x||E){var ot=b.indexOf(".");if(0<ot){var rt=b.substring(0,ot);x?z=a.fb(rt):(z=a[rt],z==null&&(z=a.toolManager[rt])),Fe(z)?tt=b.substr(ot+1):Wt("Unable to find object named: "+rt+" in "+a.toString()+" when trying to set property: "+b)}}if(tt[0]!=="_"&&!bi(z,tt))if(E&&tt==="ModelChanged"){a.Yw(y[tt]);continue}else if(E&&tt==="Changed"){a.Pe(y[tt]);continue}else if(E&&bi(a.toolManager,tt))z=a.toolManager;else if(E&&em(a,tt)){a.Bj(tt,y[tt]);continue}else if(a instanceof Pn&&tt==="Changed"){a.Pe(y[tt]);continue}else Wt('Trying to set undefined property "'+tt+'" on object: '+z.toString());z[tt]=y[b],tt[0]==="_"&&z instanceof Xt&&z.Vw(tt)}}wt.bx=function(){if(this.Eh.count!==0&&!(1<this.undoManager.transactionLevel)){for(;0<this.Eh.count;){var a=this.Eh;for(this.Eh=new An,a=a.iterator;a.next();){var y=a.key;y.Xo(a.value),y.qc()}}this.N()}},wt.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")},se.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!==gc&&this.rj.hi(0,0,0,0)&&y.width===a.width&&y.height===a.height){var E=this.scale,b=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))*E&&0<Math.max(0,z-b)*E){if(!(this.ld||(this.kg=!1,this.Ka===null||(this.ld=!0,this.documentBounds.w()||(E=me.alloc(),Eg(this,this.computeBounds(E)),me.free(E)),E=this.ta,E===null||E instanceof Dl)))){var tt=this.Mb;b=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!==b&&(rt.width=b),rt.height!==ot&&(rt.height=ot),a.clearRect(0,0,b,ot),rt=190*tt;var at=70*tt,ut=Math.max(z,0),ft=Math.max(y,0),mt=Math.floor(b-ut),yt=Math.floor(ot-ft);a.drawImage(E.Oa,ut,ft,mt,yt,0,0,mt,yt),Ed(this.Yf,this)&&a.clearRect(0,0,rt,at),E=In(),a=In(),yt=Math.abs(z),mt=Math.abs(y);var St=ut===0?0:b-yt;ut=At.allocAt(St,0),yt=At.allocAt(yt+St,ot),a.push(new me(Math.min(ut.x,yt.x),Math.min(ut.y,yt.y),Math.abs(ut.x-yt.x),Math.abs(ut.y-yt.y)));var Mt=this.Ab;if(Mt.reset(),Mt.scale(tt,tt),this.Ca!==1&&Mt.scale(this.Ca),tt=this.pa,(tt.x!==0||tt.y!==0)&&isFinite(tt.x)&&isFinite(tt.y)&&Mt.translate(-tt.x,-tt.y),Un(ut,Mt),Un(yt,Mt),E.push(new me(Math.min(ut.x,yt.x),Math.min(ut.y,yt.y),Math.abs(ut.x-yt.x),Math.abs(ut.y-yt.y))),St=ft===0?0:ot-mt,ut.h(0,St),yt.h(b,mt+St),a.push(new me(Math.min(ut.x,yt.x),Math.min(ut.y,yt.y),Math.abs(ut.x-yt.x),Math.abs(ut.y-yt.y))),Un(ut,Mt),Un(yt,Mt),E.push(new me(Math.min(ut.x,yt.x),Math.min(ut.y,yt.y),Math.abs(ut.x-yt.x),Math.abs(ut.y-yt.y))),Ed(this.Yf,this)&&(b=0<z?0:-z,ot=0<y?0:-y,ut.h(b,ot),yt.h(rt+b,at+ot),a.push(new me(Math.min(ut.x,yt.x),Math.min(ut.y,yt.y),Math.abs(ut.x-yt.x),Math.abs(ut.y-yt.y))),Un(ut,Mt),Un(yt,Mt),E.push(new me(Math.min(ut.x,yt.x),Math.min(ut.y,yt.y),Math.abs(ut.x-yt.x),Math.abs(ut.y-yt.y)))),At.free(ut),At.free(yt),Bh(this,!1,!0),this.Ka===null&&Wt("No div specified"),this.ta===null&&Wt("No canvas specified"),!this.animationManager.zb&&(b=this.ib,this.Fc)){for(Pd(this),ot=this.Mb,b.setTransform(1,0,0,1,0,0),b.clearRect(0,0,this.Aa*ot,this.ya*ot),b.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),b.save(),b.beginPath(),z=a.length,tt=0;tt<z;tt++)rt=a[tt],rt.width!==0&&rt.height!==0&&b.rect(Math.floor(rt.x),Math.floor(rt.y),Math.ceil(rt.width),Math.ceil(rt.height));for(b.clip(),b.setTransform(ot,0,0,ot,0,0),b.transform(y.m11,y.m12,y.m21,y.m22,y.dx,y.dy),b.yc(),y=this.Wa.s,z=y.length,this.Fd(y,z,this,this.viewportBounds),Wu(this,b),b.globalAlpha=this.pb,ot=0;ot<z;ot++)if(tt=y[ot],rt=E,tt.visible&&tt.pb!==0){at=gu(tt,b),ft=tt.Zq,ft.length=0,ut=this.scale,mt=me.alloc(),yt=tt.Pa.s,Mt=yt.length,St=rt.length;for(var It=0;It<Mt;It++){var Tt=yt[It],jt=Dd(Tt,Tt.actualBounds);t:{for(var Gt=2/ut,Ht=4/ut,Yt=0;Yt<St;Yt++){var re=rt[Yt];if(re.width!==0&&re.height!==0&&jt.Vu(re.x-Gt,re.y-Gt,re.width+Ht,re.height+Ht)){jt=!0;break t}}jt=!1}jt&&tt.Oj(b,Tt,this,ft,ut,mt,!0)}me.free(mt),b.globalAlpha=at}b.restore(),b.Vc(!0),this.Yf&&Ed(this.Yf,this)&&this.Vp(),this.Fc=this.vd=!1,this.hk()}mn(E),mn(a),this.ld=!1}}else this.bd();x&&(_s(this),this.bd(),lc(this,!0))}else x?(_s(this),this.bd(),lc(this,!0)):this.bd()}};function Pd(a){a.pn!==!1&&(a.pn=!1,xg(a,a.Aa,a.ya))}function xg(a,y,x){Al(a);var E=a.Mb;a.ta.resize(y*E,x*E,y,x)&&(a.Fc=!0,a.ib.Vc(!0))}function wd(a){var y=a.ta;if(y===null||a.wo.w())return!0;var x=a.Aa,E=a.ya,b=a.Ka,z=!1,tt=a.gf?a.Db:0,ot=a.Be?a.Db:0,rt=b.clientWidth||x+tt,at=b.clientHeight||E+ot,ut=a.viewportBounds;b=ut.x;var ft=ut.y,mt=ut.width,yt=ut.height;if((rt!==x+tt||at!==E+ot)&&(a.gf=!1,a.Be=!1,ot=tt=0,a.Aa=rt,a.ya=at,z=a.pn=!0,Al(a)),!a.hf||!a.viewportBounds.w())return!0;var St=a.ku,Mt=a.hu;if(a.Ee=!1,!(z||a.gf||a.Be||a.mn||a.nn))return!0;var It=a.documentBounds,Tt=0,jt=0,Gt=0,Ht=0,Yt=ut.width,re=ut.height,qe=a.rj;a.contentAlignment.sb()?(It.width>Yt&&(Tt=qe.left,jt=qe.right),It.height>re&&(Gt=qe.top,Ht=qe.bottom)):(Tt=qe.left,jt=qe.right,Gt=qe.top,Ht=qe.bottom);var pn=It.width+Tt+jt,hn=It.height+Gt+Ht;qe=a.scale;var _e=pn>rt/qe,Ne=hn>at/qe;if(!(z||a.gf||a.Be||_e||Ne))return!0;Tt=It.x-Tt,rt=ut.x,jt=It.right+jt,at=ut.right+tt,Gt=It.y-Gt;var hi=ut.y;It=It.bottom+Ht,ut=ut.bottom+ot;var $n="1px";if(Ht="1px",a.scrollMode===Uu&&(_e||Ne)&&(_e&&a.hasHorizontalScrollbar&&a.allowHorizontalScroll&&(_e=1,Tt+1<rt&&(_e=Math.max((rt-Tt)*qe+a.Aa,_e)),jt>at+1&&(_e=Math.max((jt-at)*qe+a.Aa,_e)),Yt+tt+1<pn&&(_e=Math.max((pn-Yt)*qe+a.Aa,_e)),$n=_e.toString()+"px"),Ne&&a.hasVerticalScrollbar&&a.allowVerticalScroll&&(_e=1,Gt+1<hi&&(_e=Math.max((hi-Gt)*qe+a.ya,_e)),It>ut+1&&(_e=Math.max((It-ut)*qe+a.ya,_e)),re+ot+1<hn&&(_e=Math.max((hn-re)*qe+a.ya,_e)),Ht=_e.toString()+"px")),_e=$n!=="1px",Ne=Ht!=="1px",_e&&Ne||!_e&&!Ne||(Ne&&(at-=a.Db),_e&&(ut-=a.Db),pn<Yt+tt||!a.hasHorizontalScrollbar||!a.allowHorizontalScroll||(tt=1,Tt+1<rt&&(tt=Math.max((rt-Tt)*qe+a.Aa,tt)),jt>at+1&&(tt=Math.max((jt-at)*qe+a.Aa,tt)),Yt+1<pn&&(tt=Math.max((pn-Yt)*qe+a.Aa,tt)),$n=tt.toString()+"px"),_e=$n!=="1px",tt=a.ya,_e!==a.Be&&(tt=_e?a.ya-a.Db:a.ya+a.Db),hn<re+ot||!a.hasVerticalScrollbar||!a.allowVerticalScroll||(ot=1,Gt+1<hi&&(ot=Math.max((hi-Gt)*qe+tt,ot)),It>ut+1&&(ot=Math.max((It-ut)*qe+tt,ot)),re+1<hn&&(ot=Math.max((hn-re)*qe+tt,ot)),Ht=ot.toString()+"px"),Ne=Ht!=="1px"),a.qr&&_e===a.Be&&Ne===a.gf)return x===a.Aa&&E===a.ya||a.bd(),!1;if(_e!==a.Be&&($n==="1px"?a.ya=a.ya+a.Db:a.ya=Math.max(a.ya-a.Db,1),z=!0),a.Be=_e,Mt.style.width=$n,Ne!==a.gf&&(Ht==="1px"?a.Aa=a.Aa+a.Db:a.Aa=Math.max(a.Aa-a.Db,1),z=!0,a.tn&&(ot=At.alloc(),Ne?(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)),At.free(ot))),z&&Al(a),a.gf=Ne,Mt.style.height=Ht,a.gu=!0,z&&(a.pn=!0),y=St.scrollLeft,a.hasHorizontalScrollbar&&a.allowHorizontalScroll&&(Yt+1<pn?y=(a.position.x-Tt)*qe:Tt+1<rt?y=St.scrollWidth-St.clientWidth:jt>at+1&&(y=a.position.x*qe)),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&&(re+1<hn?St.scrollTop=(a.position.y-Gt)*qe:Gt+1<hi?St.scrollTop=St.scrollHeight-St.clientHeight:It>ut+1&&(St.scrollTop=a.position.y*qe)),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||E!==at||a.animationManager.zb?(x=me.allocAt(b,ft,mt,yt),a.onViewportBoundsChanged(x,a.viewportBounds,qe,z),me.free(x),!1):!0}wt=se.prototype,wt.add=function(a){var y=a.diagram;if(y!==this&&(y!==null&&Wt("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&&Wt('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(ir,"parts",y,null,a,null,x),y.isTemporary||this.Ya(),a.C(1),x=a.layerChanged,x!==null&&x(a,null,y)}},wt.oi=function(a){this.partManager.oi(a);var y=this;Fd(a,function(x){Cd(y,x)}),(a instanceof Hi||a instanceof di&&a.placeholder!==null)&&a.v(),a.data!==null&&Fd(a,function(x){ay(y.partManager,x)}),Es(a)!==!0&&zh(a)!==!0||this.De.add(a),RS(a,!0,this),zS(a)?(a.actualBounds.w()&&this.N(Dd(a,a.actualBounds)),this.Ya()):a.isVisible()&&a.actualBounds.w()&&this.N(Dd(a,a.actualBounds)),this.$b()},wt.pc=function(a){a.Ej(),this.partManager.pc(a);var y=this;a.data!==null&&Fd(a,function(x){ly(y.partManager,x,y)}),this.De.remove(a),zS(a)?(a.actualBounds.w()&&this.N(Dd(a,a.actualBounds)),this.Ya()):a.isVisible()&&a.actualBounds.w()&&this.N(Dd(a,a.actualBounds)),this.$b()},wt.remove=function(a){Pg(this,a,!0)};function Pg(a,y,x){var E=y.layer;E!==null&&E.diagram===a&&(y.isSelected=!1,y.isHighlighted=!1,y.C(2),x&&y.Lj(),x=E.pc(-1,y,!1),0<=x&&a.cb(vr,"parts",E,y,null,x,null),a=y.layerChanged,a!==null&&a(y,E,null))}wt.Is=function(a,y){if(y===void 0&&(y=!1),Ae(a))for(var x=a.length,E=0;E<x;E++){var b=a[E];y&&!b.canDelete()||this.remove(b)}else for(x=new Me,x.addAll(a),a=x.iterator;a.next();)x=a.value,y&&!x.canDelete()||this.remove(x)},wt.Kj=function(a,y,x){return x===void 0&&(x=!1),this.partManager.Kj(a,y,x)},se.prototype.moveParts=function(a,y,x,E){if(x===void 0&&(x=!1),E===void 0&&(E=of(this)),this.toolManager!==null){var b=new An;if(a!==null)if(Ae(a))for(var z=0;z<a.length;z++)Kl(this,b,a[z],x,E);else for(a=a.iterator;a.next();)Kl(this,b,a.value,x,E);else{for(a=this.parts;a.next();)Kl(this,b,a.value,x,E);for(a=this.nodes;a.next();)Kl(this,b,a.value,x,E);for(a=this.links;a.next();)Kl(this,b,a.value,x,E)}Ah(this,b,y,E,x)}};function Kl(a,y,x,E,b,z){if(!y.contains(x)&&(z===void 0&&(z=!1),!E||z||x.canMove()||x.canCopy()))if(b===void 0&&(b=of(a)),x instanceof en){if(y.add(x,a.Pd(b,x,x.location)),x instanceof di&&(x.placeholder!==null||b.dragsMembers))for(z=x.memberParts;z.next();)Kl(a,y,z.value,E,b,b.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)&&Kl(a,y,tt,E,b)}}if(b.dragsTree)for(x=x.Ou();x.next();)Kl(a,y,x.value,E,b)}else if(x instanceof We)for(y.add(x,a.Pd(b,x)),x=x.labelNodes;x.next();)Kl(a,y,x.value,E,b);else x instanceof Hi||y.add(x,a.Pd(b,x,x.location))}function Ah(a,y,x,E,b){if(y!==null&&y.count!==0){var z=At.alloc(),tt=At.alloc();tt.assign(x),isNaN(tt.x)&&(tt.x=0),isNaN(tt.y)&&(tt.y=0),(x=a.Mr)||sf(a,y);for(var ot=In(),rt=In(),at=y.iterator,ut=At.alloc();at.next();){var ft=at.key,mt=at.value;if(ft.Zc()){var yt=wg(a,ft,y);yt!==null?ot.push(new it(ft,mt,yt)):(!b||ft.canMove())&&(yt=mt.point,z.assign(yt),a.computeMove(ft,z.add(tt),E,ut),ft.location=ut,mt.shifted===void 0&&(mt.shifted=new At),mt.shifted.assign(ut.re(yt)))}else at.key instanceof We&&rt.push(at.sa)}for(At.free(ut),b=ot.length,at=0;at<b;at++)ft=ot[at],z.assign(ft.info.point),ft.Su.shifted===void 0&&(ft.Su.shifted=new At),ft.node.location=z.add(ft.Su.shifted);for(b=At.alloc(),at=At.alloc(),ft=rt.length,mt=0;mt<ft;mt++){var St=rt[mt];if(yt=St.key,yt instanceof We)if(yt.suspendsRouting){yt.Tg=null,ut=yt.fromNode;var Mt=yt.toNode;if(a.draggedLink!==null&&E.dragsLink)if(Mt=St.value.point,yt.dragComputation===null)y.add(yt,a.Pd(E,yt,tt)),qu(yt,tt.x-Mt.x,tt.y-Mt.y);else{St=At.allocAt(0,0),(ut=yt.i(0))&&ut.w()&&St.assign(ut);var It=ut=At.alloc().assign(St).add(tt);E.isGridSnapEnabled&&(E.isGridSnapRealtime||a.lastInput.up)&&(It=At.alloc(),rf(a,yt,ut,It,E)),ut.assign(yt.dragComputation(yt,ut,It)).re(St),y.add(yt,a.Pd(E,yt,ut)),qu(yt,ut.x-Mt.x,ut.y-Mt.y),At.free(St),At.free(ut),It!==ut&&At.free(It)}else ut!==null&&(b.assign(ut.location),It=y.I(ut),It!==null&&b.re(It.point)),Mt!==null&&(at.assign(Mt.location),It=y.I(Mt),It!==null&&at.re(It.point)),ut!==null&&Mt!==null?b.Xa(at)?(ut=St.value.point,Mt=z,Mt.assign(b),Mt.re(ut),y.add(yt,a.Pd(E,yt,b)),qu(yt,Mt.x,Mt.y)):(yt.suspendsRouting=!1,yt.bb()):(St=St.value.point,ut=ut!==null?b:Mt!==null?at:tt,y.add(yt,a.Pd(E,yt,ut)),qu(yt,ut.x-St.x,ut.y-St.y))}else(yt.fromNode===null||yt.toNode===null)&&(ut=St.value.point,y.add(yt,a.Pd(E,yt,tt)),qu(yt,tt.x-ut.x,tt.y-ut.y))}At.free(z),At.free(tt),At.free(b),At.free(at),mn(ot),mn(rt),x||(ts(a),Dh(a,y))}}se.prototype.computeMove=function(a,y,x,E){if(E===void 0&&(E=new At),E.assign(y),a===null)return E;var b=y,z=x.isGridSnapEnabled;z&&(x.isGridSnapRealtime||this.lastInput.up)&&(b=At.alloc(),rf(this,a,y,b,x)),x=a.dragComputation!==null?a.dragComputation(a,y,b):b;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),E.h(Math.max(ot,Math.min(x.x,at)),Math.max(tt,Math.min(x.y,rt))),b!==y&&At.free(b),E};function of(a){var y=a.toolManager.findTool("Dragging");return y!==null?y.dragOptions:a.Wm}function rf(a,y,x,E,b){if(b===void 0&&(b=of(a)),E.assign(x),y!==null){var z=a.grid;y=b.gridSnapCellSize,a=y.width,y=y.height;var tt=b.gridSnapOrigin,ot=tt.x;if(tt=tt.y,b=b.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=At.allocAt(0,0),z.yi(0,0,a,y,b),Jt.No(x.x,x.y,ot+z.x,tt+z.y,a,y,E),At.free(z)}}function sf(a,y){if(y!==null)for(a.Mr=!0,a=y.iterator;a.next();)y=a.key,y instanceof We&&(y.suspendsRouting=!0)}function Dh(a,y){if(y!==null){for(y=y.iterator;y.next();){var x=y.key;x instanceof We&&(x.suspendsRouting=!1,Kv(x)&&x.bb())}a.Mr=!1}}function wg(a,y,x){return y=y.containingGroup,y!==null&&(a=wg(a,y,x),a!==null||(a=x.I(y),a!==null))?a:null}wt=se.prototype,wt.Pd=function(a,y,x){if(x===void 0)return new pu(ei);var E=a.isGridSnapEnabled;return a.groupsSnapMembers||y.containingGroup===null||(E=!1),E?new pu(new At(Math.round(1e3*x.x)/1e3,Math.round(1e3*x.y)/1e3)):new pu(x.copy())};function Cg(a,y,x){if(y.diagram!==null&&y.diagram!==a&&Wt("Cannot share a Layer with another Diagram: "+y+" of "+y.diagram),x===null?y.diagram!==null&&Wt("Cannot add an existing Layer to this Diagram again: "+y):(x.diagram!==a&&Wt("Existing Layer must be in this Diagram: "+x+" not in "+x.diagram),y===x&&Wt("Cannot move a Layer before or after itself: "+y)),y.diagram!==a){y=y.name,a=a.Wa,x=a.count;for(var E=0;E<x;E++)a.M(E).name===y&&Wt("Cannot add Layer with the name '"+y+"'; a Layer with the same name is already present in this Diagram.")}}wt.Al=function(a){Cg(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(ir,"layers",this,null,a,null,x+1),this.N(),this.Ya(),this},wt.Ww=function(a,y){Cg(this,a,y),a.Xe(this);var x=this.Wa,E=x.indexOf(a);0<=E&&(x.remove(a),this.cc!==null&&this.cb(vr,"layers",this,a,null,E,null));var b=x.count,z;for(z=0;z<b;z++)if(x.M(z)===y){x.Gb(z,a);break}return this.cc!==null&&this.cb(ir,"layers",this,null,a,null,z),this.N(),0>E&&this.Ya(),this},wt.Cy=function(a,y){Cg(this,a,y),a.Xe(this);var x=this.Wa,E=x.indexOf(a);0<=E&&(x.remove(a),this.cc!==null&&this.cb(vr,"layers",this,a,null,E,null));var b=x.count,z;for(z=0;z<b;z++)if(x.M(z)===y){x.Gb(z+1,a);break}return this.cc!==null&&this.cb(ir,"layers",this,null,a,null,z+1),this.N(),0>E&&this.Ya(),this},wt.kA=function(a){if(a.diagram!==this&&Wt("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 E=y.value,b=E.layerName;b!==a.name?E.layerName=b:E.layerName=""}this.cc!==null&&this.cb(vr,"layers",this,a,null,x,null),this.N(),this.Ya()}}},wt.Qj=function(a){for(var y=this.layers;y.next();){var x=y.value;if(x.name===a)return x}return null},wt.Yw=function(a){return this.pf===null&&(this.pf=new Ee),this.pf.add(a),this.model.Pe(a),this},wt.mA=function(a){this.pf!==null&&(this.pf.remove(a),this.pf.count===0&&(this.pf=null)),this.model.ik(a)},wt.Pe=function(a){return this.zg===null&&(this.zg=new Ee),this.zg.add(a),this},wt.ik=function(a){this.zg!==null&&(this.zg.remove(a),this.zg.count===0&&(this.zg=null))},wt.ds=function(a){if(this.skipsUndoManager||this.model.skipsUndoManager||this.model.undoManager.Tu(a),a.change!==na&&(this.isModified=!0),this.zg!==null)for(var y=this.zg,x=y.length,E=0;E<x;E++)y.M(E)(a)},wt.cb=function(a,y,x,E,b,z,tt){z===void 0&&(z=null),tt===void 0&&(tt=null);var ot=new Do;ot.diagram=this,ot.change=a,ot.propertyName=y,ot.object=x,ot.oldValue=E,ot.oldParam=z,ot.newValue=b,ot.newParam=tt,this.ds(ot)},wt.g=function(a,y,x,E,b){this.cb(Bo,a,this,y,x,E,b)},se.prototype.changeState=function(a,y){if(a!==null&&a.diagram===this){var x=this.skipsModelSourceBindings;try{this.skipsModelSourceBindings=!0;var E=a.change;if(E===Bo){var b=a.object;if(ko(b,a.propertyName,a.I(y)),b instanceof Xt){var z=b.part;z!==null&&z.Wb()}this.isModified=!0}else if(E===ir){var tt=a.object,ot=a.newParam,rt=a.newValue;if(tt instanceof Re)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 gr&&(rt.isRow?hS(tt,ot,y?void 0:rt):dS(tt,ot,y?void 0:rt));else if(tt instanceof Dr){var ut=a.oldParam===!0;typeof ot=="number"&&rt instanceof On&&(y?(rt.isSelected=!1,rt.isHighlighted=!1,rt.Wb(),tt.pc(ut?ot:-1,rt,ut)):tt.oi(ot,rt,ut))}else tt instanceof se?typeof ot=="number"&&rt instanceof Dr&&(y?this.Wa.mb(ot):(rt.Xe(this),this.Wa.Gb(ot,rt))):Wt("unknown ChangedEvent.Insert object: "+a.toString());this.isModified=!0}else if(E===vr){var ft=a.object,mt=a.oldParam,yt=a.oldValue;if(ft instanceof Re)typeof mt=="number"&&yt instanceof Xt?y?ft.Gb(mt,yt):ft.pc(mt):typeof mt=="number"&&yt instanceof gr&&(yt.isRow?hS(ft,mt,y?yt:void 0):dS(ft,mt,y?yt:void 0));else if(ft instanceof Dr){var St=a.newParam===!0;typeof mt=="number"&&yt instanceof On&&(y?0>ft.Pa.indexOf(yt)&&ft.oi(mt,yt,St):(yt.isSelected=!1,yt.isHighlighted=!1,yt.Wb(),ft.pc(St?mt:-1,yt,St)))}else ft instanceof se?typeof mt=="number"&&yt instanceof Dr&&(y?(yt.Xe(this),this.Wa.Gb(mt,yt)):this.Wa.mb(mt)):Wt("unknown ChangedEvent.Remove object: "+a.toString());this.isModified=!0}else E!==na&&Wt("unknown ChangedEvent: "+a.toString())}finally{this.skipsModelSourceBindings=x}}},se.prototype.Ea=function(a){return this.undoManager.Ea(a)},se.prototype.eb=function(a){return this.undoManager.eb(a)},se.prototype.Kf=function(){return this.undoManager.Kf()},se.prototype.commit=function(a,y){y===void 0&&(y="");var x=this.skipsUndoManager;y===null&&(this.skipsUndoManager=!0,y=""),this.undoManager.Ea(y);var E=!1;try{a(this),E=!0}finally{E?this.undoManager.eb(y):this.undoManager.Kf(),this.skipsUndoManager=x}},se.prototype.updateAllTargetBindings=function(a){this.partManager.updateAllTargetBindings(a)},se.prototype.rp=function(){this.partManager.rp()};function Lg(a,y,x){var E=a.animationManager;if(a.vb||a.ld)a.Ca=x,Al(a),a.N(),a.Ee=!0,E.zb&&(cu(E)||E.ce.add(E.H,"scale",y,a.Ca));else if(a.ta===null)a.Ca=x,Al(a);else{a.vb=!0;var b=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(tl)?ot=0:at.Hf(Zr)&&(ot=z-1):ot=at.sb()?at.x*(z-1):z/2),isNaN(rt)&&(at.$c()?at.Hf(El)?rt=0:at.Hf(da)&&(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=At.allocAt(a.pa.x+ot/y-ot/x,a.pa.y+rt/y-rt/x),a.position=z,At.free(z),a.Ca=x,Al(a),a.vb=!1,a.onViewportBoundsChanged(b,a.viewportBounds,y,!1),Wa(a,!1),E.zb&&(cu(E)||E.ce.add(E.H,"scale",y,a.Ca))}}se.prototype.onViewportBoundsChanged=function(a,y,x,E){if(!a.D(y)){E===void 0&&(E=!1),E||(this.Ee=!0),this.vd=!0;var b=this.layout;b===null||!b.isViewportSized||this.autoScale!==gs||a.width===y.width&&a.height===y.height||b.C(),b=this.currentTool,this.Vk===!0&&b instanceof No&&(this.lastInput.documentPoint=this.Ps(this.lastInput.viewPoint),Op(b,this)),this.vb||this.invalidateViewport(a,y),Bl(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=E,this.R("ViewportBoundsChanged",this.fc,a),this.isVirtualized&&this.links.each(function(z){z.isAvoiding&&z.actualBounds.Yc(y)&&z.bb()})}};function Bl(a,y){var x=a.fe;if(x!==null&&x.visible){for(var E=Je.alloc(),b=1,z=1,tt=x.O.s,ot=tt.length,rt=0;rt<ot;rt++){var at=tt[rt],ut=Math.abs(at.interval);2>ut||(pv(at.figure)?z=z*ut/Jt.vx(z,ut):b=b*ut/Jt.vx(b,ut))}if(tt=x.gridCellSize,E.h(z*tt.width,b*tt.height),y!==void 0)b=y.width,z=y.height,a=y.x,tt=y.y;else{if(y=me.alloc(),a=a.viewportBounds,y.h(a.x,a.y,a.width,a.height),!y.w()){me.free(y);return}b=y.width,z=y.height,a=y.x,tt=y.y,me.free(y)}x.width=b+2*E.width,x.height=z+2*E.height,y=At.alloc(),Jt.No(a,tt,0,0,E.width,E.height,y),y.offset(-E.width,-E.height),Je.free(E),x.part.location=y,At.free(y)}}se.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(),E=x.length,b=0;b<E;b++)x[b].isSelected=!1;y.ka(),y.clear(),y.freeze(),a||this.R("ChangedSelection",y)}},se.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))},se.prototype.rA=function(a){if(this.R("ChangingSelection",this.selection),this.clearSelection(!0),Ae(a))for(var y=a.length,x=0;x<y;x++){var E=a[x];E instanceof On||Wt("Diagram.selectCollection given something that is not a Part: "+E),E.isSelected=!0}else for(a=a.iterator;a.next();)y=a.value,y instanceof On||Wt("Diagram.selectCollection given something that is not a Part: "+y),y.isSelected=!0;this.R("ChangedSelection",this.selection)},se.prototype.clearHighlighteds=function(){var a=this.highlighteds;if(0<a.count){for(var y=a.Fa(),x=y.length,E=0;E<x;E++)y[E].isHighlighted=!1;a.ka(),a.clear(),a.freeze()}},wt=se.prototype,wt.Iz=function(a){a!==null&&a.diagram===this&&(!a.isHighlighted||1<this.highlighteds.count)&&(this.clearHighlighteds(),a.isHighlighted=!0)},wt.Jz=function(a){a=new Me().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 On||Wt("Diagram.highlightCollection given something that is not a Part: "+y),y.isHighlighted=!0},wt.scroll=function(a,y,x){x===void 0&&(x=1);var E=y==="up"||y==="down",b=0,z=At.alloc();if(a==="pixel")b=x;else if(a==="line")b=x*(E?this.scrollVerticalLineChange:this.scrollHorizontalLineChange);else if(a==="page")a=E?this.viewportBounds.height:this.viewportBounds.width,a*=this.scale,a!==0&&(b=x*Math.max(a-(E?this.scrollVerticalLineChange:this.scrollHorizontalLineChange),0));else{if(a==="document"){b=this.documentBounds,x=this.viewportBounds,y==="up"?this.position=z.h(x.x,b.y):y==="left"?this.position=z.h(b.x,x.y):y==="down"?this.position=z.h(x.x,b.bottom-x.height):y==="right"&&(this.position=z.h(b.right-x.width,x.y)),At.free(z);return}Wt("scrolling unit must be 'pixel', 'line', 'page', or 'document', not: "+a)}b/=this.scale,x=this.position,y==="up"?this.position=z.h(x.x,x.y-b):y==="down"?this.position=z.h(x.x,x.y+b):y==="left"?this.position=z.h(x.x-b,x.y):y==="right"?this.position=z.h(x.x+b,x.y):Wt("scrolling direction must be 'up', 'down', 'left', or 'right', not: "+y),At.free(z)},wt.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)},wt.es=function(a){var y=this.viewportBounds;a=a.center,a.x-=y.width/2,a.y-=y.height/2,this.position=a},wt.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)},wt.zA=function(a){var y=this.Ab,x=a.x,E=a.y,b=x+a.width,z=E+a.height,tt=y.m11,ot=y.m12,rt=y.m21,at=y.m22,ut=y.dx,ft=y.dy,mt=x*tt+E*rt+ut;y=x*ot+E*at+ft;var yt=b*tt+E*rt+ut;return a=b*ot+E*at+ft,E=x*tt+z*rt+ut,x=x*ot+z*at+ft,tt=b*tt+z*rt+ut,b=b*ot+z*at+ft,z=Math.min(mt,yt),mt=Math.max(mt,yt),yt=Math.min(y,a),y=Math.max(y,a),z=Math.min(z,E),mt=Math.max(mt,E),yt=Math.min(yt,x),y=Math.max(y,x),z=Math.min(z,tt),mt=Math.max(mt,tt),yt=Math.min(yt,b),y=Math.max(y,b),new me(z,yt,mt-z,y-yt)},wt.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),Un(a.copy(),this.Ab)};function qp(a){var y=a.isModified;a.Tw!==y&&(a.Tw=y,a.R("Modified"))}function kg(a){return a=cf.get(a),a!==null?new a:new no}se.prototype.doModelChanged=function(a){var y=this;if(a.model===this.model){var x=a.change,E=a.propertyName;if(x===na&&E[0]==="S")if(E==="StartingFirstTransaction"){var b=this;a=this.toolManager,a.mouseDownTools.each(function(rt){return rt.diagram=b}),a.mouseMoveTools.each(function(rt){return rt.diagram=b}),a.mouseUpTools.each(function(rt){return rt.diagram=b}),this.ld||this.hf||(this.Jk=!0,this.fn&&(this.kg=!0))}else E==="StartingUndo"||E==="StartingRedo"?(a=this.animationManager,a.defaultAnimation.isAnimating&&!this.skipsUndoManager&&a.Cc(),this.R("ChangingSelection",this.selection)):E==="StartedTransaction"&&(a=this.animationManager,a.defaultAnimation.isAnimating&&!this.skipsUndoManager&&a.Cc());else if(this.aa){this.aa=!1;try{if(a.modelChange===""&&x===na){(E==="FinishedUndo"||E==="FinishedRedo")&&(this.R("ChangedSelection",this.selection),ts(this));var z=this.animationManager;E==="RolledBackTransaction"&&z.Cc(),this.bx(),this.Jk=!0,this.bd(),this.undoManager.transactionLevel!==0&&this.undoManager.transactionLevel!==1||Jc(z),E==="CommittedTransaction"&&this.undoManager.isJustDiscarded&&(this.Ce=Math.min(this.Ce,this.undoManager.historyIndex-1)),E!=="CommittedTransaction"&&E!=="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;xe(function(){ot.currentTool.standardMouseOver(),ot.Rt=!1},10)}}}finally{this.aa=!0}}}};function Cd(a,y){y=y.O.s;for(var x=y.length,E=0;E<x;E++)Oh(a,y[E])}function Oh(a,y){if(y instanceof Us){var x=y.element;if(x!==null&&x instanceof HTMLImageElement){x.Bg instanceof Me&&x.Bg.add(a);var E=y.Eg;if(E!==null&&E.sq===!0&&y.diagram!==null&&y.diagram.Xn.add(y),x.hn)if(x=x.getAttribute("src")||"",E=a.Og.I(x),E===null)E=[],E.push(y),a.Og.add(x,E);else{for(a=0;a<E.length;a++)if(E[a]===y)return;E.push(y)}}}}function Mg(a,y){if(y instanceof Us){var x=y.element;if(x!==null&&x instanceof HTMLImageElement&&x.hn){var E=x.getAttribute("src")||"",b=a.Og.I(E);if(b!==null){for(var z=0;z<b.length;z++)if(b[z]===y){b.splice(z,1),b.length===0&&(a.Og.remove(E),x.Fq&&x.removeEventListener("load",x.Fq),x.Yp&&x.removeEventListener("error",x.Yp),delete x.Fq,delete x.Yp,x.Bg instanceof Me&&x.Bg.remove(a),kf(E));break}}}}}se.prototype.Wd=function(){this.partManager.Wd()},se.prototype.Aj=function(a,y){this.Yd.Aj(a,y)},se.prototype.Cj=function(a,y){this.Yd.Cj(a,y)},se.prototype.findPartForKey=function(a){return this.partManager.findPartForKey(a)},se.prototype.Vb=function(a){return this.partManager.Vb(a)},se.prototype.findLinkForKey=function(a){return this.partManager.findLinkForKey(a)},wt=se.prototype,wt.Lc=function(a){return this.partManager.Lc(a)},wt.ii=function(a){return this.partManager.ii(a)},wt.Kc=function(a){return this.partManager.Kc(a)},wt.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:bo(Qi(y)))},wt.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:bo(Qi(y)))};function Al(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 Eg(a,y){a.Zi=!1;var x=a.Sp;x.D(y)||(x=x.copy(),a.Sp.assign(y),Wa(a,!1),a.R("DocumentBoundsChanged",void 0,x),a.Ee=!0,a.N())}wt.Va=function(){if(this.Zi){var a=me.alloc();Eg(this,this.computeBounds(a)),me.free(a)}},wt.rz=function(){for(var a=new Me,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},wt.qz=function(){return this.ai.iterator},wt.Uz=function(a){ts(this),a&&af(this,!0),this.ld?Ng(this,!1):(this.Jk=!0,La(this))};function af(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 E=y.gl.iterator;E.next();)tm(a,E.value,x);y.layout!==null&&(x?y.layout.isValidLayout=!1:y.layout.C())}}function Ng(a,y){if(a.xh&&!a.lt){var x=a.aa;a.aa=!0;var E=a.undoManager.transactionLevel,b=a.layout,z=a.animationManager;try{E===0&&(a.undoManager.isInternalTransaction=!0,a.Ea("Layout")),1>=E&&!z.defaultAnimation.isAnimating&&!z.zb&&(y||Vl(z,"Layout")),a.xh=!1;for(var tt=a.ai.iterator;tt.next();)bg(a,tt.value,y,E);b.isValidLayout||(!y||b.isRealtime||b.isRealtime===null||E===0?(b.doLayout(a),ts(a),b.isValidLayout=!0):a.xh=!0)}finally{y=a.undoManager.isInternalTransaction,E===0&&(a.eb("Layout"),a.undoManager.isInternalTransaction=!1),!y||E!==0&&E!==1||Jc(z),a.aa=x}}}function bg(a,y,x,E){if(y!==null){for(var b=y.gl.iterator;b.next();)bg(a,b.value,x,E);b=y.layout,b===null||b.isValidLayout||(!x||b.isRealtime||E===0?(y.rh=!y.location.w(),b.doLayout(y),y.C(32),dc(a,y),b.isValidLayout=!0):a.xh=!0)}}wt.yz=function(){for(var a=new Ee,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(b){var z=b.toLowerCase(),tt=new Ee;x.add(b,tt),x.add(z,tt),E.add(b,b),E.add(z,b)}var x=new An,E=new An;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=E}function em(a,y){var x=a.hw.I(y);return x!==null?x:a.hw.I(y.toLowerCase())}function lf(a,y){var x=a.iw.I(y);if(x!==null||(x=a.iw.I(y.toLowerCase()),x!==null))return x;Wt("Unknown DiagramEvent name: "+y)}wt.Bj=function(a,y){return a=lf(this,a),a!==null&&a.add(y),this},wt.am=function(a,y){a=lf(this,a),a!==null&&a.remove(y)},wt.R=function(a,y,x){var E=lf(this,a),b=new bu;if(b.diagram=this,a=em(this,a),a!==null&&(b.name=a),y!==void 0&&(b.subject=y),x!==void 0&&(b.parameter=x),y=E.length,y===1)E.M(0)(b);else if(y!==0)for(E=E.Fa(),x=0;x<y;x++)(0,E[x])(b)};function uf(a){if(a.animationManager.isTicking)return!1;var y=a.currentTool;return y===a.toolManager.findTool("Dragging")?!a.Mr||y.isComplexRoutingRealtime:!0}wt.Yj=function(a,y){return hf(this,!1,null,y||null).Yj(a.x,a.y,a.width,a.height)},se.prototype.computeOccupiedArea=function(a){return this.isVirtualized?this.viewportBounds.copy():this.Zi?gg(this,a):a.assign(this.documentBounds)};function hf(a,y,x,E){var b=a.Xh;if(b===null&&(a.Xh=b=new op(a.avoidanceCellSize)),b.vs||b.group!==x||b.Yx!==E){if(b.Hx=Math.max(b.Os+1,Math.floor(a.avoidanceLimit/a.avoidanceCellSize.width)),b.Ix=Math.max(b.Os+1,Math.floor(a.avoidanceLimit/a.avoidanceCellSize.height)),x!==null&&(x=nm(a,x)),x===null){y=me.alloc(),a.computeOccupiedArea(y),y.Bc(100,100),b.initialize(y);for(var z=a.nodes;z.next();){var tt=z.value,ot=tt.layer;ot!==null&&ot.visible&&!ot.isTemporary&&df(a,tt,E,y)}me.free(y)}else{for(0<x.memberParts.count&&(y=a.computePartsBounds(x.memberParts,!1),y.Bc(20,20),b.initialize(y)),y=me.alloc(),z=x.memberParts;z.next();)tt=z.value,tt instanceof en&&df(a,tt,E,y);me.free(y)}b.group=x,b.Yx=E,b.vs=!1}else y&&o1(b);return b}function nm(a,y){return y.avoidable&&!y.isLinkLabel?y:y.containingGroup!==null?nm(a,y.containingGroup):null}function df(a,y,x,E){if(y!==x&&y.isVisible()){if(y.avoidable&&!y.isLinkLabel){y=y.getAvoidableRect(E),a=a.Xh;var b=y.x,z=y.y;if(Ff(a,b,z))for(x=(z-a.Od)/a.sc|0,E=Math.min((b+y.width-a.Nd)/a.rc|0,a.di),y=Math.min((z+y.height-a.Od)/a.sc|0,a.ei),b=(b-a.Nd)/a.rc|0;b<=E;b++)if(z=a.ac[b],z.fill)z.fill(eh,x,y+1);else for(var tt=x;tt<=y;tt++)z[tt]=eh}else if(y instanceof di)for(y=y.memberParts;y.next();)b=y.value,b instanceof en&&df(a,b,x,E)}}function Vu(a,y){a.Xh===null||a.Xh.vs||y!==void 0&&(!y.avoidable||y.isLinkLabel)||(a.Xh.vs=!0)}se.prototype.gs=function(a){this.wp.assign(a),this.computeAutoScrollPosition(this.wp).Xa(this.position)?this.ug():Tg(this)};function Tg(a){a.vk===-1&&(a.vk=xe(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=me.alloc(),a.computeBounds(y),y.ed(a.documentBounds),Eg(a,y),me.free(y),a.Fc=!0,a.bd(),Tg(a))}},a.vp))}se.prototype.ug=function(){this.vk!==-1&&(on.clearTimeout(this.vk),this.vk=-1)},se.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 E=this.viewportBounds,b=this.scale;E=me.allocAt(0,0,E.width*b,E.height*b);var z=At.allocAt(0,0);if(a.x>=E.x&&a.x<E.x+x.left&&this.allowHorizontalScroll){var tt=Math.max(this.scrollHorizontalLineChange,1);tt|=0,z.x-=tt,a.x<E.x+x.left/2&&(z.x-=tt),a.x<E.x+x.left/4&&(z.x-=4*tt)}else a.x<=E.x+E.width&&a.x>E.x+E.width-x.right&&this.allowHorizontalScroll&&(tt=Math.max(this.scrollHorizontalLineChange,1),tt|=0,z.x+=tt,a.x>E.x+E.width-x.right/2&&(z.x+=tt),a.x>E.x+E.width-x.right/4&&(z.x+=4*tt));return a.y>=E.y&&a.y<E.y+x.top&&this.allowVerticalScroll?(tt=Math.max(this.scrollVerticalLineChange,1),tt|=0,z.y-=tt,a.y<E.y+x.top/2&&(z.y-=tt),a.y<E.y+x.top/4&&(z.y-=4*tt)):a.y<=E.y+E.height&&a.y>E.y+E.height-x.bottom&&this.allowVerticalScroll&&(tt=Math.max(this.scrollVerticalLineChange,1),tt|=0,z.y+=tt,a.y>E.y+E.height-x.bottom/2&&(z.y+=tt),a.y>E.y+E.height-x.bottom/4&&(z.y+=4*tt)),z.Xa(ei)||(y=new At(y.x+z.x/b,y.y+z.y/b)),me.free(E),At.free(z),y},wt=se.prototype,wt.Cs=function(){return null},wt.av=function(){return null},wt.bs=function(a,y){this.pj.add(a,y)},wt.Fu=function(a){(this.Pw=a)||this.nodes.each(function(y){y instanceof di&&(y.$p=null)})};function cc(a,y,x){function E(){var ut=+new Date;for(z=!0,tt.reset();tt.next();)if(!tt.value[0].al){z=!1;break}z||ut-at>rt?y(x,b,ot):on.requestAnimationFrame(E)}for(var b=x.callback,z=!0,tt=a.Og.iterator;tt.next();)if(!tt.value[0].al){z=!1;break}if(typeof b!="function"||z)return y(x,b,a);var ot=a,rt=x.callbackTimeout||300,at=+new Date;return on.requestAnimationFrame(function(){E()}),null}wt.Wz=function(a){return Uo?(a===void 0&&(a={}),a.returnType="Image",this.Jx(a)):null},wt.Jx=function(a){return a===void 0&&(a={}),cc(this,this.Xz,a)},wt.Xz=function(a,y,x){var E=im(x,a,"canvas",null);if(E===null)return null;x=E.Z.canvas;var b=null;if(x!==null)switch(b=a.returnType,b===void 0?b="string":b=b.toLowerCase(),b){case Md+"data":b=E.getImageData(0,0,x.width,x.height);break;case Md:E=(a.document||document).createElement("img"),E.src=x.toDataURL(a.type,a.details),b=E;break;case"blob":return typeof y!="function"&&Wt('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:b=x.toDataURL(a.type,a.details)}return typeof y=="function"?(y(b),null):b};function im(a,y,x,E){if(a.animationManager.Cc(),a.bd(),a.ta===null)return null;typeof y!="object"&&Wt("properties argument must be an Object.");var b=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 Je(1/0,1/0):new Je(2e3,2e3));var ot=y.position||null,rt=y.parts||null,at=y.padding===void 0?1:y.padding,ut=y.background||null,ft=y.omitTemporary;ft===void 0&&(ft=!0);var mt=y.document||document,yt=y.elementFinished||null,St=y.showTemporary;St===void 0&&(St=!ft),y=y.showGrid,y===void 0&&(y=St),b!==null&&isNaN(b.width)&&isNaN(b.height)&&(b=null),typeof at=="number"?at=new xi(at):at instanceof xi||Wt("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),ft=new Ua(null,mt,void 0,!0);var Mt=ft.context;if(!(b||z||rt||ot))return ft.width=a.Aa+Math.ceil(at.left+at.right),ft.height=a.ya+Math.ceil(at.top+at.bottom),x==="SVG"?E===null?null:(E.resize(ft.width,ft.height,ft.width,ft.height),E.ownerDocument=mt,E.hs=yt,nf(a,E.context,at,new Je(ft.width,ft.height),a.Ca,a.pa,rt,ut,St,y),E.context):(a.Xm=!1,nf(a,Mt,at,new Je(ft.width,ft.height),a.Ca,a.pa,rt,ut,St,y),a.Xm=!0,ft.context);var It=a.Pp,Tt=a.documentBounds.copy();if(Tt.Fv(a.yb),St)for(var jt=a.Wa.s,Gt=jt.length,Ht=0;Ht<Gt;Ht++){var Yt=jt[Ht];if(Yt.visible&&Yt.isTemporary){Yt=Yt.Pa.s;for(var re=Yt.length,qe=0;qe<re;qe++){var pn=Yt[qe];pn.isInDocumentBounds&&pn.isVisible()&&(pn=pn.actualBounds,pn.w()&&Tt.ed(pn))}}}if(jt=new At(Tt.x,Tt.y),rt!==null){for(Gt=new me(0,0,0,0),Ht=!0,Yt=rt.iterator,Yt.reset();Yt.next();)re=Yt.value,re instanceof On&&(qe=re.layer,qe!==null&&!qe.visible||qe!==null&&!St&&qe.isTemporary||!re.isVisible()||(re=re.actualBounds,re.w()&&(Ht?(Ht=!1,Gt.assign(re)):Gt.ed(re))));Tt.width=Gt.width,Tt.height=Gt.height,jt.x=Gt.x,jt.y=Gt.y}return ot!==null&&ot.w()&&(jt=ot,z||(z=It)),Gt=ot=0,at!==null&&(ot=at.left+at.right,Gt=at.top+at.bottom),Ht=Yt=0,b!==null&&(Yt=b.width,Ht=b.height,isFinite(Yt)&&(Yt=Math.max(0,Yt-ot)),isFinite(Ht)&&(Ht=Math.max(0,Ht-Gt))),b!==null&&z!==null?(z==="NaN"&&(z=It),b.w()?(b=Yt,Tt=Ht):isNaN(Ht)?(b=Yt,Tt=Tt.height*z):(b=Tt.width*z,Tt=Ht)):b!==null?b.w()?(z=Math.min(Yt/Tt.width,Ht/Tt.height),b=Yt,Tt=Ht):isNaN(Ht)?(z=Yt/Tt.width,b=Yt,Tt=Tt.height*z):(z=Ht/Tt.height,b=Tt.width*z,Tt=Ht):z!==null?z==="NaN"&&tt.w()?(z=Math.min((tt.width-ot)/Tt.width,(tt.height-Gt)/Tt.height),z>It?(z=It,b=Tt.width,Tt=Tt.height):(b=tt.width,Tt=tt.height)):(b=Tt.width*z,Tt=Tt.height*z):(z=It,b=Tt.width,Tt=Tt.height),at!==null?(b+=ot,Tt+=Gt):at=new xi(0),tt!==null&&(It=tt.width,tt=tt.height,isNaN(It)&&(It=2e3),isNaN(tt)&&(tt=2e3),isFinite(It)&&(b=Math.min(b,It)),isFinite(tt)&&(Tt=Math.min(Tt,tt))),ft.width=Math.ceil(b),ft.height=Math.ceil(Tt),x==="SVG"?E===null?null:(E.resize(ft.width,ft.height,ft.width,ft.height),E.ownerDocument=mt,E.hs=yt,nf(a,E.context,at,new Je(Math.ceil(b),Math.ceil(Tt)),z,jt,rt,ut,St,y),E.context):(a.Xm=!1,nf(a,Mt,at,new Je(Math.ceil(b),Math.ceil(Tt)),z,jt,rt,ut,St,y),a.Xm=!0,ft.context)}fe.Object.defineProperties(se.prototype,{renderer:{get:function(){return this.nl},set:function(a){this instanceof gt||(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 Dl(this,on.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 Dl(this,on.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(on,"resize",this.Ov,!1),this.removeEventListener(on,"wheel",this.$j,!0),Ul===this&&(Ul=null)):this.ui===null&&(this.hf=!1),this.Ka=null,a!==null&&((y=a.H)&&(y.div=null),cg(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)&&fn(a,"0 <= value <= 1",se,"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),Wa(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),Wa(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),Wa(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),Wa(this,!1))}},scrollHorizontalLineChange:{get:function(){return this.iu},set:function(a){var y=this.iu;y!==a&&(0>a&&fn(a,">= 0",se,"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&&fn(a,">= 0",se,"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 E=y.style.cursor;y.style.cursor=a,x.style.cursor=a,y.style.cursor===E&&(y.style.cursor="-webkit-"+a,x.style.cursor="-webkit-"+a,y.style.cursor===E&&(y.style.cursor="-moz-"+a,x.style.cursor="-moz-"+a,y.style.cursor===E&&(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 fn(a,">= 0",se,"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&&Wt("Do not replace a Diagram.model while a transaction is in progress."),this.animationManager.Cc(!0);var x=dg(this,!0);this.hf=!1,this.fn=!0,this.Ce=-2,this.kg=!1;var E=this.vb;this.vb=!0,Vl(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=kg(this.cc.type);for(var b=0;b<x.length;b++)this.add(x[b]);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=E,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(on,"pointermove",this.dk,!0),this.addEventListener(on,"pointerdown",this.ui,!0),this.addEventListener(on,"pointerup",this.fk,!0),this.addEventListener(on,"pointerout",this.ek,!0),this.addEventListener(on,"pointercancel",this.ck,!0),this.removeEventListener(y,"wheel",this.$j,!1),this.addEventListener(on,"wheel",this.$j,!0),this.addEventListener(on,"selectstart",this.preventDefault,!1)):(this.removeEventListener(on,"pointermove",this.dk,!0),this.removeEventListener(on,"pointerdown",this.ui,!0),this.removeEventListener(on,"pointerup",this.fk,!0),this.removeEventListener(on,"pointerout",this.ek,!0),this.removeEventListener(on,"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(on,"wheel",this.$j,!0),this.removeEventListener(on,"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=At.alloc().assign(this.pa);if(!y.D(a)){var x=this.viewportBounds.copy();this.pa.assign(a),_p(this.animationManager,y,this.pa),this.vb||this.ta===null&&!this.wo.w()?Al(this):(this.vb=!0,a=this.scale,pg(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)}At.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=Xp(this)),this.fe},set:function(a){var y=this.fe;if(y!==a){y===null&&(y=this.fe=Xp(this)),a.type!==Re.Grid&&Wt("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),Bl(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),Al(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||Wt("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 xi(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===Uu&&Wa(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,Wa(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,Lg(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&&Lg(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!==gs&&Wa(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()||Wt("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()||Wt("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)):fn(a,"> 0",se,"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)):fn(a,"> 0",se,"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),Wa(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 xi(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&&Wt("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();)Yg(a.value)}},treeCollapsePolicy:{get:function(){return this.uu},set:function(a){var y=this.uu;y!==a&&(a!==Zu&&a!==cr&&a!==ff&&Wt("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 Je(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 xi(a));var y=this.xp;y.D(a)||(this.xp=a=a.J(),this.Ya(),this.g("autoScrollRegion",y,a))}}}),fe.Object.defineProperties(se,{licenseKey:{get:function(){return Ig.jc()},set:function(a){Ig.add(a.replace(/\s/g,""))}},version:{get:function(){return kd}}}),se.prototype.makeImageData=se.prototype.Jx,se.prototype.makeImage=se.prototype.Wz,se.prototype.cacheGroupExternalLinks=se.prototype.Fu,se.prototype.addRenderer=se.prototype.bs,se.prototype.makeSVG=se.prototype.av,se.prototype.makeSvg=se.prototype.Cs,se.prototype.stopAutoScroll=se.prototype.ug,se.prototype.doAutoScroll=se.prototype.gs,se.prototype.isUnoccupied=se.prototype.Yj,se.prototype.raiseDiagramEvent=se.prototype.R,se.prototype.removeDiagramListener=se.prototype.am,se.prototype.addDiagramListener=se.prototype.Bj,se.prototype.findTreeRoots=se.prototype.yz,se.prototype.layoutDiagram=se.prototype.Uz,se.prototype.findTopLevelGroups=se.prototype.qz,se.prototype.findTopLevelNodesAndLinks=se.prototype.rz,se.prototype.ensureBounds=se.prototype.Va,se.prototype.findLinksByExample=se.prototype.ls,se.prototype.findNodesByExample=se.prototype.ms,se.prototype.findLinkForData=se.prototype.Kc,se.prototype.findNodeForData=se.prototype.ii,se.prototype.findPartForData=se.prototype.Lc,se.prototype.findLinkForKey=se.prototype.findLinkForKey,se.prototype.findNodeForKey=se.prototype.Vb,se.prototype.findPartForKey=se.prototype.findPartForKey,se.prototype.rebuildParts=se.prototype.Wd,se.prototype.transformViewToDoc=se.prototype.Ps,se.prototype.transformRectDocToView=se.prototype.zA,se.prototype.transformDocToView=se.prototype.op,se.prototype.centerRect=se.prototype.es,se.prototype.scrollToRect=se.prototype.tv,se.prototype.scroll=se.prototype.scroll,se.prototype.highlightCollection=se.prototype.Jz,se.prototype.highlight=se.prototype.Iz,se.prototype.selectCollection=se.prototype.rA,se.prototype.select=se.prototype.select,se.prototype.updateAllRelationshipsFromData=se.prototype.rp,se.prototype.updateAllTargetBindings=se.prototype.updateAllTargetBindings,se.prototype.commit=se.prototype.commit,se.prototype.rollbackTransaction=se.prototype.Kf,se.prototype.commitTransaction=se.prototype.eb,se.prototype.startTransaction=se.prototype.Ea,se.prototype.raiseChanged=se.prototype.g,se.prototype.raiseChangedEvent=se.prototype.cb,se.prototype.removeChangedListener=se.prototype.ik,se.prototype.addChangedListener=se.prototype.Pe,se.prototype.removeModelChangedListener=se.prototype.mA,se.prototype.addModelChangedListener=se.prototype.Yw,se.prototype.findLayer=se.prototype.Qj,se.prototype.removeLayer=se.prototype.kA,se.prototype.addLayerAfter=se.prototype.Cy,se.prototype.addLayerBefore=se.prototype.Ww,se.prototype.addLayer=se.prototype.Al,se.prototype.moveParts=se.prototype.moveParts,se.prototype.copyParts=se.prototype.Kj,se.prototype.removeParts=se.prototype.Is,se.prototype.remove=se.prototype.remove,se.prototype.add=se.prototype.add,se.prototype.clearDelayedGeometries=se.prototype.bx,se.prototype.setProperties=se.prototype.nm,se.prototype.attach=se.prototype.Du,se.prototype.set=se.prototype.set,se.prototype.resetInputOptions=se.prototype.Sx,se.prototype.setInputOption=se.prototype.sA,se.prototype.getInputOption=se.prototype.Ql,se.prototype.resetRenderingHints=se.prototype.Tx,se.prototype.setRenderingHint=se.prototype.Xx,se.prototype.getRenderingHint=se.prototype.Gf,se.prototype.maybeUpdate=se.prototype.bd,se.prototype.requestUpdate=se.prototype.$b,se.prototype.delayInitialization=se.prototype.Xy,se.prototype.isUpdateRequested=se.prototype.Pz,se.prototype.invalidateDocumentBounds=se.prototype.Ya,se.prototype.findObjectsNear=se.prototype.og,se.prototype.findPartsNear=se.prototype.mz,se.prototype.findObjectsIn=se.prototype.Cf,se.prototype.findPartsIn=se.prototype.ux,se.prototype.findObjectsAt=se.prototype.ji,se.prototype.findPartsAt=se.prototype.lz,se.prototype.findObjectAt=se.prototype.ic,se.prototype.findPartAt=se.prototype.Ol,se.prototype.focusObject=se.prototype.zz,se.prototype.alignDocument=se.prototype.Jy,se.prototype.zoomToRect=se.prototype.BA,se.prototype.zoomToFit=se.prototype.zoomToFit,se.prototype.diagramScroll=se.prototype.kx,se.prototype.focus=se.prototype.focus;var cf=new An,om=null,Uo=on.document!==void 0,Ld=null,Ih="",gs=new ce(se,"None",0),ga=new ce(se,"Uniform",1),Rh=new ce(se,"UniformToFill",2),fc=new ce(se,"CycleAll",10),Fg=new ce(se,"CycleNotDirected",11),Bg=new ce(se,"CycleNotDirectedFast",12),Ag=new ce(se,"CycleNotUndirected",13),Dg=new ce(se,"CycleDestinationTree",14),Og=new ce(se,"CycleSourceTree",15),Uu=new ce(se,"DocumentScroll",1),gc=new ce(se,"InfiniteScroll",2),Zu=new ce(se,"TreeParentCollapsed",21),cr=new ce(se,"AllParentsCollapsed",22),ff=new ce(se,"AnyParentsCollapsed",23),Ig=new Ee,kd="2.3.10",Md="image",pc=null,rm=!1;function ss(){if(Uo){var a=on.document.createElement("canvas"),y=a.getContext("2d"),x=Qt("7ca11abfd022028846");y[x]=Qt("398c3597c01238");for(var E=["5da73c80a36455d7038e4972187c3cae51fd22",kn.Dx+"4ae6247590da4bb21c324ba3a84e385776",pi.xF+"fb236cdfda5de14c134ba1a95a2d4c7cc6f93c1387",Jt.za],b=1;5>b;b++)y[Qt("7ca11abfd7330390")](Qt(E[b-1]),10,15*b);for(y[x]=Qt("39f046ebb36e4b"),x=1;5>x;x++)y[Qt("7ca11abfd7330390")](Qt(E[x-1]),10,15*x);(E.length!==4||E[0][0]!=="5"||E[3][0]!=="7")&&(pi.prototype.Cd=pi.prototype.Eu),pc=a}}se.className="Diagram",se.fromDiv=function(a){var y=a;return typeof a=="string"&&(y=on.document.getElementById(a)),y instanceof HTMLDivElement&&y.H instanceof se?y.H:null},se.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},se.useDOM=function(a){Uo=a?on.document!==void 0:!1},se.isUsingDOM=function(){return Uo},se.None=gs,se.Uniform=ga,se.UniformToFill=Rh,se.CycleAll=fc,se.CycleNotDirected=Fg,se.CycleNotDirectedFast=Bg,se.CycleNotUndirected=Ag,se.CycleDestinationTree=Dg,se.CycleSourceTree=Og,se.DocumentScroll=Uu,se.InfiniteScroll=gc,se.TreeParentCollapsed=Zu,se.AllParentsCollapsed=cr,se.AnyParentsCollapsed=ff;function sm(){this.wy=null,this.j="zz@orderNum",this._tk==="63ad05bbe23a1786468a4c741b6d2"?this.Rc=this.j=!0:this.Rc=null}function Ed(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=on[Qt("76a715b2f73f148a")][Qt("72ba13b5")]||"";if(a.Rc=!0,Uo){var E=se[Qt("76a115b6ed251eaf4692")];if(E)for(var b=Ig.iterator;b.next()&&(E=b.value,E=Qt(E).split(Qt("39e9")),!(6>E.length));){var z=Qt(E[1]).split(".");if(E[4]!=="7da71ca0")break;var tt=Qt(kn[Qt("6cae19")]).split(".");if(z[0]>tt[0]||z[0]===tt[0]&&z[1]>=tt[1]){var ot=on[Qt("74a900bae4370f8b51")][Qt("6fbb13a1c2311e8a57")].toLowerCase();if(tt=ot[Qt("73a612b6fb191d")](Qt("3aad1ab6e022098b4dc4")),z=Qt(E[2]),-1<tt&&(ot=ot[Qt("73a612b6fb191d")](z.toLowerCase()+"/"),a.Rc=!(-1<ot&&ot<tt),!a.Rc))break;for(tt=x[Qt("76ad18b4f73e")],ot=x[Qt("73a612b6fb191d")](Qt("35e7"))+2;ot<tt;ot++)y+=x[ot];if(tt=y[Qt("73a612b6fb191d")](z),0>tt&&z!==Qt("7da71ca0ad381e90")&&(tt=y[Qt("73a612b6fb191d")](Qt("76a715b2ef3e149757"))),0>tt&&(tt=y[Qt("73a612b6fb191d")](Qt("76a715b2ef3e149757"))),0>tt&&(tt=y[Qt("73a612b6fb191d")](Qt("2bfa41fdb3784bca12"))),0>tt&&(tt=x[Qt("73a612b6fb191d")](Qt("7baa19a6f76c1988428554"))),a.Rc=!(0<=tt&&tt<y[Qt("73a612b6fb191d")](Qt("35"))||y[Qt("73a612b6fb191d")](Qt("35"))===-1),!a.Rc||x[Qt("73a612b6fb191d")](Qt("7fb002b6ed25128b4da25b2e"))&&(a.Rc=!(-1<x[Qt("73a612b6fb191d")](z)),!a.Rc)||(tt=on[Qt("76a715b2f73f148a")][Qt("69ad17a1e03e")],ot=tt[Qt("73a612b6fb191d")](Qt("7fb002b6ed25128b4da25b2e")),-1<ot&&(a.Rc=!(tt[Qt("73a612b6fb191d")](z)>ot),!a.Rc)))break;if(z[0]==="#"){tt=on.document.createElement("div");for(var rt=E[0].replace(/[A-Za-z]/g,"");4>rt.length;)rt+="9";if(ot=rt,rt=rt.substr(rt.length-4),E="",E+=["gsh","gsf"][parseInt(rt.substr(0,1),10)%2],E+=["Header","Background","Display","Feedback"][parseInt(rt.substr(0,1),10)%4],tt[Qt("79a417a0f0181a8946")]=E,on.document[Qt("78a712aa")]){on.document[Qt("78a712aa")][Qt("7bb806b6ed32388c4a875b")](tt),rt=on.getComputedStyle(tt).getPropertyValue(Qt("78a704b7e62456904c9b12701b6532a8"));var at=on.getComputedStyle(tt).getPropertyValue(Qt("75b817b0ea2202"));if(on.document[Qt("78a712aa")][Qt("68ad1bbcf533388c4a875b")](tt),rt){if(tt=on[Qt("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(Qt("32ae19a1e0331fc94084537c067a67fa59f1386b89d006")).matches)for(E="."+E,z=0;z<document.styleSheets.length;z++){tt=document.styleSheets[z].rules||document.styleSheets[z].cssRules;for(var ut in tt)if(E===tt[ut].selectorText){a.Rc=!1;break t}}}}else a.Rc=null,a.Rc=!1}}}else{for(ut=x[Qt("76ad18b4f73e")],b=x[Qt("73a612b6fb191d")](Qt("35e7"))+2;b<ut;b++)y+=x[b];x=y[Qt("73a612b6fb191d")](Qt("7da71ca0ad381e90")),a.Rc=!(0<=x&&x<y[Qt("73a612b6fb191d")](Qt("35")))}}}return 0<a.Rc&&a!==a.wy}sm.className="DiagramHelper";function pu(a){this.j=a===void 0?new At:a,this.o=new At}fe.Object.defineProperties(pu.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 mc="DraggingInfo";pu.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 Je(NaN,NaN).freeze(),this.gridSnapCellSpot=uo,this.gridSnapOrigin=new At(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"||on.Element&&a instanceof Element)var x=se.call(this,a)||this;else x=se.call(this)||this,y=a;return ht(x),y&&x.nm(y),x}Ce(dt,se);function ht(a){a.allowDragOut=!0,a.allowMove=!1,a.isReadOnly=!0,a.contentAlignment=Wo,a.layout=new Wr}dt.prototype.reset=function(){se.prototype.reset.call(this),ht(this)},dt.className="Palette";function gt(a,y){if(typeof a=="string"||on.Element&&a instanceof Element)var x=se.call(this,a)||this;else x=se.call(this)||this,y=a;var E=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 On;var b=new Si;return b.stroke="magenta",b.strokeWidth=2,b.fill="transparent",b.name="BOXSHAPE",a.selectable=!0,a.selectionAdorned=!1,a.selectionObjectName="BOXSHAPE",a.locationObjectName="BOXSHAPE",a.resizeObjectName="BOXSHAPE",a.cursor="move",a.add(b),x.j=a,x.allowCopy=!1,x.allowDelete=!1,x.allowSelect=!0,x.autoScrollRegion=new xi(0,0,0,0),x.pa.h(0,0),x.toolManager.gb("Dragging",new Rt,x.toolManager.mouseMoveTools),x.click=function(){var z=E.observed;if(z!==null){var tt=z.viewportBounds,ot=E.lastInput.documentPoint;z.position=new At(ot.x-tt.width/2,ot.y-tt.height/2)}},x.Pf=function(){E.Ya(),bt(E)},x.Xd=function(){E.observed!==null&&(E.Ya(),E.N())},x.Ha=function(){1>E.updateDelay?E.N():E.o||(E.o=!0,setTimeout(function(){return E.redraw()},E.updateDelay))},x.Of=function(){E.observed!==null&&bt(E)},x.autoScale=ga,x.vb=!1,y&&Object.assign(x,y),x}Ce(gt,se),gt.prototype.computePixelRatio=function(){return 1},gt.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(Pd(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}}}se.prototype.redraw.call(this)},gt.prototype.gc=function(){if(this.Ka===null&&Wt("No div specified"),this.ta===null&&Wt("No canvas specified"),!(this.ta instanceof Dl)&&(Ov(this.box),this.Fc)){var a=this.observed;if(a!==null&&!a.animationManager.defaultAnimation.isAnimating&&a.pi){Pd(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,E=0;E<x;E++)y[E].gc(a,this);this.Fc=this.vd=!1}}};function Pt(a){var y=a.observed;if(y!==null){var x=a.drawsTemporaryLayers,E=a.drawsGrid&&x,b=y.grid;E&&b!==null&&b.visible&&!isNaN(b.width)&&!isNaN(b.height)&&(b=me.alloc().assign(a.viewportBounds).ed(y.viewportBounds),Bl(y,b),me.free(b),ts(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),b=a.ib,b.scale(a.Mb,a.Mb),b.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),b.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)E&&at.layer===ot&&(ot=gu(ot,b),at.gc(b,rt),b.globalAlpha=ot);else{for(var ut=gu(ot,b),ft=rt.scale,mt=me.alloc(),yt=ot.Pa.s,St=yt.length,Mt=0;Mt<St;Mt++){var It=yt[Mt];(E||It!==at)&&ot.Oj(b,It,rt,null,ft,mt,!1)}me.free(mt),b.globalAlpha=ut}}}}}function bt(a){var y=a.box;if(y!==null){var x=a.observed;if(x!==null){a.Fc=!0,x=x.viewportBounds;var E=y.selectionObject,b=Je.alloc();b.h(x.width,x.height),E.desiredSize=b,Je.free(b),a=2/a.scale,E instanceof Si&&(E.strokeWidth=a),y.location=new At(x.x-a/2,x.y-a/2),y.isSelected=!0}}}gt.prototype.computeBounds=function(){var a=this.observed;if(a===null)return jr;var y=a.documentBounds.copy();return y.ed(a.viewportBounds),y},gt.prototype.invalidateViewport=function(){this.Fc!==!0&&(this.Fc=!0,this.$b())},gt.prototype.onViewportBoundsChanged=function(a,y,x,E){this.vb||(this.vd=!0,this.N(),this.Ee=!0,this.Ya(),bt(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=E,this.R("ViewportBoundsChanged",this.fc,a))},fe.Object.defineProperties(gt.prototype,{observed:{get:function(){return this.V},set:function(a){var y=this.V;if(a instanceof gt&&Wt("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,E=this.ib;x&&E&&(E.setTransform(1,0,0,1,0,0),E.clearRect(0,0,x.width,x.height))}else this.Ha(null),bt(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),bt(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)}}}),gt.className="Overview";function Rt(){Ro.call(this),this.j=null}Ce(Rt,Ro),Rt.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 At(x.width/2,x.height/2),a=a.firstInput.documentPoint,y.position=new At(a.x-this.j.x,a.y-this.j.y)),!0)},Rt.prototype.doActivate=function(){this.j=null,Ro.prototype.doActivate.call(this)},Rt.prototype.doUpdateCursor=function(){var a=this.diagram,y=a.box;y!==null&&y.cursor&&(a.currentCursor=y.cursor)},Rt.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 E=a.firstInput.documentPoint;x=x.location,this.j=new At(E.x-x.x,E.y-x.y)}a=a.lastInput.documentPoint,y.position=new At(a.x-this.j.x,a.y-this.j.y)}}},Rt.className="OverviewDraggingTool";function Ot(){Cn(this),this.H=Ul,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=jr,this.hb=!0,this.cg=null,this.ob=200}Ot.prototype.toString=function(){return"CommandHandler"},Ot.prototype.Xe=function(a){this.H=a},Ot.prototype.doKeyDown=function(){var a=this.diagram,y=a.lastInput,x=sn?y.meta:y.control,E=y.shift,b=y.alt,z=y.key;!x||z!=="C"&&z!=="Insert"?x&&z==="X"||E&&z==="Del"?this.canCutSelection()&&this.cutSelection():x&&z==="V"||E&&z==="Insert"?this.canPasteSelection()&&this.pasteSelection():x&&z==="Y"||b&&E&&z==="Backspace"?this.canRedo()&&this.redo():x&&z==="Z"||b&&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"?E&&a.allowHorizontalScroll?a.scroll("page","left"):a.allowVerticalScroll&&a.scroll("page","up"):z==="PageDown"?E&&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():E&&z==="Z"?this.canZoomToFit()&&this.zoomToFit():x&&!E&&z==="G"?this.canGroupSelection()&&this.groupSelection():x&&E&&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()},Ot.prototype.doKeyUp=function(){this.diagram.lastInput.bubbles=!0},Ot.prototype.stopCommand=function(){var a=this.diagram,y=a.currentTool;y instanceof No&&a.allowSelect&&a.clearSelection(),y!==null&&y.doCancel()},Ot.prototype.canStopCommand=function(){return!0},Ot.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 E=a.links;E.next();)E.value.isSelected=!0}finally{a.R("ChangedSelection",a.selection),a.currentCursor=""}},Ot.prototype.canSelectAll=function(){return this.diagram.allowSelect},Ot.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 Me,x=a.selection.iterator;x.next();)_h(y,x.value,!0,this.deletesTree?1/0:0,this.deletesConnectedLinks?null:!1,function(E){return E.canDelete()});a.Is(y,!0),a.R("SelectionDeleted",y)}finally{a.eb("Delete"),a.R("ChangedSelection",a.selection),a.currentCursor=""}},Ot.prototype.canDeleteSelection=function(){var a=this.diagram;return!(a.isReadOnly||a.isModelReadOnly||!a.allowDelete||a.selection.count===0)},Ot.prototype.copySelection=function(){var a=this.diagram,y=new Me;for(a=a.selection.iterator;a.next();)_h(y,a.value,!0,this.copiesTree?1/0:0,this.copiesConnectedLinks,function(x){return x.canCopy()});this.copyToClipboard(y)},Ot.prototype.canCopySelection=function(){var a=this.diagram;return!!(a.allowCopy&&a.allowClipboard&&a.selection.count!==0)},Ot.prototype.cutSelection=function(){this.copySelection(),this.deleteSelection()},Ot.prototype.canCutSelection=function(){var a=this.diagram;return!!(!a.isReadOnly&&!a.isModelReadOnly&&a.allowCopy&&a.allowDelete&&a.allowClipboard&&a.selection.count!==0)},Ot.prototype.copyToClipboard=function(a){var y=this.diagram,x=null;if(a===null)Ld=null,Ih="";else{x=y.model;var E=!1,b=!1,z=null;try{x.Tl()&&(E=x.Jj,x.Jj=this.copiesParentKey),x.Wj()&&(b=x.Ij,x.Ij=this.copiesGroupKey),z=y.Kj(a,null,!0)}finally{x.Tl()&&(x.Jj=E),x.Wj()&&(x.Ij=b),x=new Ee,x.addAll(z),Ld=x,Ih=y.model.dataFormat}}y.R("ClipboardChanged",x)},Ot.prototype.pasteFromClipboard=function(){var a=new Me,y=Ld;if(y===null)return a;var x=this.diagram;if(Ih!==x.model.dataFormat)return a;var E=x.model,b=!1,z=!1,tt=null;try{E.Tl()&&(b=E.Jj,E.Jj=this.copiesParentKey),E.Wj()&&(z=E.Ij,E.Ij=this.copiesGroupKey),tt=x.Kj(y,x,!1)}finally{for(E.Tl()&&(E.Jj=b),E.Wj()&&(E.Ij=z),y=tt.iterator;y.next();)x=y.value,E=y.key,x.location.w()||(E.location.w()?x.location=E.location:!x.position.w()&&E.position.w()&&(x.position=E.position)),a.add(x)}return a},Ot.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 E=x.iterator;E.next();)E.value.isSelected=!0;if(a!==null){var b=y.computePartsBounds(y.selection);if(b.w()){var z=this.computeEffectiveCollection(y.selection,y.Wm);Ah(y,z,new At(a.x-b.centerX,a.y-b.centerY),y.Wm,!1)}}y.R("ClipboardPasted",x)}finally{y.eb("Paste"),y.R("ChangedSelection",y.selection),y.currentCursor=""}},Ot.prototype.canPasteSelection=function(){var a=this.diagram;return!(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.allowClipboard||Ld===null||Ld.count===0||Ih!==a.model.dataFormat)},Ot.prototype.undo=function(){this.diagram.undoManager.undo()},Ot.prototype.canUndo=function(){var a=this.diagram;return a.isReadOnly||a.isModelReadOnly?!1:a.allowUndo&&a.undoManager.canUndo()},Ot.prototype.redo=function(){this.diagram.undoManager.redo()},Ot.prototype.canRedo=function(){var a=this.diagram;return a.isReadOnly||a.isModelReadOnly?!1:a.allowUndo&&a.undoManager.canRedo()},Ot.prototype.decreaseZoom=function(a){a===void 0&&(a=1/this.zoomFactor);var y=this.diagram;y.autoScale===gs&&(a=y.scale*a,a<y.minScale||a>y.maxScale||(y.scale=a))},Ot.prototype.canDecreaseZoom=function(a){a===void 0&&(a=1/this.zoomFactor);var y=this.diagram;return y.autoScale!==gs?!1:(a=y.scale*a,a<y.minScale||a>y.maxScale?!1:y.allowZoom)},Ot.prototype.increaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;y.autoScale===gs&&(a=y.scale*a,a<y.minScale||a>y.maxScale||(y.scale=a))},Ot.prototype.canIncreaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;return y.autoScale!==gs?!1:(a=y.scale*a,a<y.minScale||a>y.maxScale?!1:y.allowZoom)},Ot.prototype.resetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;a<y.minScale||a>y.maxScale||(y.scale=a)},Ot.prototype.canResetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;return a<y.minScale||a>y.maxScale?!1:y.allowZoom},Ot.prototype.zoomToFit=function(){var a=this.diagram,y=a.animationManager;y.Cc(),a.redraw();var x=a.position,E=a.scale;Vl(y,"Zoom To Fit"),this.isZoomToFitRestoreEnabled&&E===this.Au&&!isNaN(this.Jt)&&a.documentBounds.D(this.yu)?(a.scale=this.Jt,a.position=this.sw,this.Au=NaN,this.yu=jr):(this.Jt=E,this.sw=x.copy(),a.zoomToFit(),this.Au=a.scale,this.yu=a.documentBounds.copy()),Jc(y)},Ot.prototype.canZoomToFit=function(){return this.diagram.allowZoom},Ot.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;Vl(x,"Scroll To Part");var E=this.scrollToPartPause;if(0<E){var b=Ut(this,a,[a]);if(b.length===1)y.Ea(),y.es(a.actualBounds),y.eb("Scroll To Part");else{var z=function(){y.Ea();for(var rt=b.pop();0<b.length&&rt instanceof en&&rt.isTreeExpanded&&(!(rt instanceof di)||rt.isSubGraphExpanded);)rt=b.pop();0<b.length?(rt instanceof On&&y.tv(rt.actualBounds),rt instanceof en&&!rt.isTreeExpanded&&(rt.isTreeExpanded=!0),rt instanceof di&&!rt.isSubGraphExpanded&&(rt.isSubGraphExpanded=!0)):(rt instanceof On&&y.es(rt.actualBounds),y.am("LayoutCompleted",tt)),y.eb("Scroll To Part")},tt=function(){xe(z,(x.isEnabled?x.duration:0)+E)};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 We){var E=y.fromNode;E!==null&&Ut(a,E,x),y=y.toNode,y!==null&&Ut(a,y,x)}else y instanceof en&&(E=y.labeledLink,E!==null&&Ut(a,E,x),E=y.pg(),E!==null&&(E.isTreeExpanded||E.wasTreeExpanded||x.push(E),Ut(a,E,x))),y=y.containingGroup,y!==null&&(y.isSubGraphExpanded||y.wasSubGraphExpanded||x.push(y),Ut(a,y,x));return x}Ot.prototype.canScrollToPart=function(a){return a===void 0&&(a=null),a!==null&&!(a instanceof On)?!1:(a=this.diagram,a.selection.count===0&&a.highlighteds.count===0?!1:a.allowHorizontalScroll&&a.allowVerticalScroll)},Ot.prototype.collapseTree=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Collapse Tree"),Vl(y.animationManager,"Collapse Tree");var x=new Ee;if(a!==null&&a.isTreeExpanded)a.collapseTree(),x.add(a);else if(a===null)for(var E=y.selection.iterator;E.next();){var b=E.value;b instanceof en&&b.isTreeExpanded&&(b.collapseTree(),x.add(b))}y.R("TreeCollapsed",x)}finally{y.eb("Collapse Tree")}},Ot.prototype.canCollapseTree=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null){if(!(a instanceof en&&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 en&&y.isTreeExpanded&&0<y.Qo().count)return!0;return!1},Ot.prototype.expandTree=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Expand Tree"),Vl(y.animationManager,"Expand Tree");var x=new Ee;if(a!==null&&!a.isTreeExpanded)a.expandTree(),x.add(a);else if(a===null)for(var E=y.selection.iterator;E.next();){var b=E.value;b instanceof en&&!b.isTreeExpanded&&(b.expandTree(),x.add(b))}y.R("TreeExpanded",x)}finally{y.eb("Expand Tree")}},Ot.prototype.canExpandTree=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null){if(!(a instanceof en)||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 en&&!y.isTreeExpanded&&0<y.Qo().count)return!0;return!1},Ot.prototype.groupSelection=function(){var a=this.diagram,y=a.model;if(y.Xj()){var x=this.archetypeGroupData;if(x!==null){var E=null;try{a.currentCursor="wait",a.R("ChangingSelection",a.selection),a.Ea("Group");for(var b=new Ee,z=a.selection.iterator;z.next();){var tt=z.value;tt.Zc()&&tt.canGroup()&&b.add(tt)}for(var ot=new Ee,rt=b.iterator;rt.next();){var at=rt.value;z=!1;for(var ut=b.iterator;ut.next();)if(at.Td(ut.value)){z=!0;break}z||ot.add(at)}if(0<ot.count){var ft=ot.first().containingGroup;if(ft!==null)for(;ft!==null;){b=!1;for(var mt=ot.iterator;mt.next();)if(!mt.value.Td(ft)){b=!0;break}if(b)ft=ft.containingGroup;else break}if(x instanceof di)Za(x),E=x.copy(),E!==null&&a.add(E);else if(y.Yu(x)){var yt=y.copyNodeData(x);Fe(yt)&&(y.xf(yt),E=a.ii(yt))}if(E!==null){ft!==null&&this.isValidMember(ft,E)&&(E.containingGroup=ft);for(var St=ot.iterator;St.next();){var Mt=St.value;this.isValidMember(E,Mt)&&(Mt.containingGroup=E)}a.clearSelection(!0),E.isSelected=!0}}a.R("SelectionGrouped",E)}finally{a.eb("Group"),a.R("ChangedSelection",a.selection),a.currentCursor=""}}}},Ot.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 ge(a){var y=In();for(a=a.iterator;a.next();){var x=a.value;x instanceof We||y.push(x)}a=new Me,x=y.length;for(var E=0;E<x;E++){for(var b=y[E],z=!0,tt=0;tt<x;tt++)if(b.Td(y[tt])){z=!1;break}z&&a.add(b)}return mn(y),a}Ot.prototype.isValidMember=function(a,y){if(y===null||a===y||y instanceof We)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},Ot.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 E=new Ee;if(a!==null)E.add(a);else for(var b=y.selection.iterator;b.next();){var z=b.value;z instanceof di&&z.canUngroup()&&E.add(z)}var tt=new Ee;if(0<E.count){y.clearSelection(!0);for(var ot=E.iterator;ot.next();){var rt=ot.value;rt.expandSubGraph();var at=rt.containingGroup,ut=at!==null&&at.data!==null?x.wa(at.data):void 0;tt.addAll(rt.memberParts);for(var ft=tt.iterator;ft.next();){var mt=ft.value;if(mt.isSelected=!0,!(mt instanceof We)){var yt=mt.data;yt!==null?x.mp(yt,ut):mt.containingGroup=at}}y.remove(rt)}}y.R("SelectionUngrouped",E,tt)}finally{y.eb("Ungroup"),y.R("ChangedSelection",y.selection),y.currentCursor=""}},Ot.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 di))return!1;if(a.canUngroup())return!0}else for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof di&&y.canUngroup())return!0;return!1},Ot.prototype.addTopLevelParts=function(a,y){var x=!0;for(a=ge(a).iterator;a.next();){var E=a.value;E.containingGroup!==null&&(!y||this.isValidMember(null,E)?E.containingGroup=null:x=!1)}return x},Ot.prototype.collapseSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Collapse SubGraph"),Vl(y.animationManager,"Collapse SubGraph");var x=new Ee;if(a!==null&&a.isSubGraphExpanded)a.collapseSubGraph(),x.add(a);else if(a===null)for(var E=y.selection.iterator;E.next();){var b=E.value;b instanceof di&&b.isSubGraphExpanded&&(b.collapseSubGraph(),x.add(b))}y.R("SubGraphCollapsed",x)}finally{y.eb("Collapse SubGraph")}},Ot.prototype.canCollapseSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null)return!!(a instanceof di&&a.isSubGraphExpanded);for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof di&&y.isSubGraphExpanded)return!0;return!1},Ot.prototype.expandSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Expand SubGraph"),Vl(y.animationManager,"Expand SubGraph");var x=new Ee;if(a!==null&&!a.isSubGraphExpanded)a.expandSubGraph(),x.add(a);else if(a===null)for(var E=y.selection.iterator;E.next();){var b=E.value;b instanceof di&&!b.isSubGraphExpanded&&(b.expandSubGraph(),x.add(b))}y.R("SubGraphExpanded",x)}finally{y.eb("Expand SubGraph")}},Ot.prototype.canExpandSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null)return a instanceof di&&!a.isSubGraphExpanded;for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof di&&!y.isSubGraphExpanded)return!0;return!1},Ot.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 E=y.selection.iterator;E.next();){var b=E.value;if(b.canEdit()){a=b;break}}if(a===null)return;a=a.Nl(function(z){return z instanceof fo&&z.editable})}a!==null&&(y.currentTool=null,x.textBlock=a,y.currentTool=x)}},Ot.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 fo))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 fo&&x.editable}),a!==null))return!0;return!1},Ot.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 E=y.lastInput,b=null;a instanceof Xt?b=a.ga(Di):y.viewportBounds.ca(E.documentPoint)||(b=y.viewportBounds,b=new At(b.x+b.width/2,b.y+b.height/2)),b!==null&&(E.viewPoint=y.op(b),E.documentPoint=b,E.left=!1,E.right=!0,E.up=!0),y.currentTool=x,du(x,!1,a)}},Ot.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)},Ot.prototype.computeEffectiveCollection=function(a,y){var x=this.diagram,E=x.toolManager.findTool("Dragging"),b=x.currentTool===E;if(y===void 0&&(y=b?E.dragOptions:x.Wm),E=new An,a===null)return E;for(var z=a.iterator;z.next();)Kl(x,E,z.value,b,y);if(x.draggedLink!==null&&y.dragsLink)return E;for(z=a.iterator;z.next();)a=z.value,a instanceof We&&(y=a.fromNode,y===null||E.contains(y)?(y=a.toNode,y===null||E.contains(y)||E.remove(a)):E.remove(a));return E},fe.Object.defineProperties(Ot.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||Wt("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}}}),Ot.className="CommandHandler",Kp=function(){return new Ot};function Xt(){Cn(this),this.l=30723,this.pb=1,this.bn="",this.Ma=this.Me=null,this.pa=new At(NaN,NaN).freeze(),this.jd=To,this.Ab=new pi,this.wh=new pi,this.Lb=null,this.Ca=this.Kk=1,this.Kb=0,this.Kg=xs,this.uc=new me(NaN,NaN,NaN,NaN).freeze(),this.Ib=new me(NaN,NaN,NaN,NaN).freeze(),this.dc=new me(0,0,NaN,NaN).freeze(),this.ba=this.Yn=this.Zn=null,this.sk=this.Jb=Ar,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 De,Be,yn,Mn,_n,ci,Fi,Li,ji,ao;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=wn(this.Dh)),this.tb!==null&&(a.tb=this.tb.copy())},Xt.prototype.Vw=function(a){var y=this.Dh;if(Ae(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()},wt=Xt.prototype,wt.qb=function(a){a.classType===We?a.name.indexOf("Orient")===0?this.segmentOrientation=a:Wt("Unknown Link enum value for GraphObject.segmentOrientation property: "+a):a.classType===Xt&&(this.stretch=a)},wt.toString=function(){return jn(this.constructor)+"#"+ni(this)},wt.th=function(){this.A!==null&&(this.A.nc=!0)};function Pi(a){a.A===null?a.A=new yc:a.A.nc&&(a.A=a.A.copy())}wt.Xc=function(){if(this.ba===null){var a=new Rg;a.Xi=Ii,a.yj=Ii,a.Vi=10,a.wj=10,a.Wi=0,a.xj=0,this.ba=a}},wt.cb=function(a,y,x,E,b,z,tt){var ot=this.part;if(ot!==null&&(ot.gk(a,y,x,E,b,z,tt),x===this&&a===Bo&&Kr(this)&&wo(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 An),tt=z.undoManager.transactionLevel===0,a.startCondition===Th?tt=!0:a.startCondition===vd&&(tt=!1),tt?(z=new qr,Wp(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,E,b),z.start()):(Vl(z.animationManager,"Trigger"),z.animationManager.defaultAnimation.add(this,y,E,b)))),this instanceof Re&&x===ot&&(ot.l&16777216)!==0&&ot.data!==null))for(x=this.O.s,E=x.length,b=0;b<E;b++)ot=x[b],ot instanceof Re&&Fd(ot,function(rt){rt.data!==null&&rt.l&16777216&&rt.La(y)})};function wo(a,y,x){var E=a.ih();if(E!==null)for(var b=a.localBindings.iterator;b.next();){var z=b.value,tt=null;if(z.sourceName!==null){if(tt=M1(z,E,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,E)}else{if(ot=E.data,ot===null)continue;var rt=y.diagram;rt===null||rt.skipsModelSourceBindings||z.sp(a,ot,x,E)}tt===a&&(ot=E.ks(z.Ai),ot!==null&&z.Mv(ot,tt,x))}}wt.ks=function(a){return this.bindingId===a?this:null},wt.g=function(a,y,x){this.cb(Bo,a,this,y,x)},wt.Ge=function(a,y,x,E){var b=this.uc;if(b.h(a,y,x,E),this.Ca!==1||this.Kb!==0){this.Lb===null&&(this.Lb=new pi);var z=this.Lb;z.reset(),this.no(z,a,y,x,E),z.pp(b)}};function kr(a,y,x,E){return a.pickable===!1?!1:(E.multiply(a.transform),x?a.Yc(y,E):a.fh(y,E))}wt.tx=function(a,y,x){if(this.pickable===!1)return!1;var E=this.naturalBounds;return y=a.Bf(y),x?vi(a.x,a.y,0,0,0,E.height)<=y||vi(a.x,a.y,0,E.height,E.width,E.height)<=y||vi(a.x,a.y,E.width,E.height,E.width,0)<=y||vi(a.x,a.y,E.width,0,0,0)<=y:a.zd(0,0)<=y&&a.zd(0,E.height)<=y&&a.zd(E.width,0)<=y&&a.zd(E.width,E.height)<=y},wt.se=function(){return!0},wt.ca=function(a){var y=At.alloc();y.assign(a),this.transform.Ga(y);var x=this.actualBounds;if(!x.w())return At.free(y),!1;var E=this.diagram;if(E!==null&&E.wq){var b=E.Ql("extraTouchThreshold"),z=E.Ql("extraTouchArea"),tt=z/2,ot=this.naturalBounds;E=this.Df()*E.scale;var rt=1/E;if(ot.width*E<b&&ot.height*E<b)return a=Nr(x.x-tt*rt,x.y-tt*rt,x.width+z*rt,x.height+z*rt,y.x,y.y),At.free(y),a}return b=!1,(this instanceof Hi||this instanceof Si?Nr(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)?b=!1:this.areaBackground!==null&&x.ca(y)||this.Ma!==null&&this.dc.ca(a)?b=!0:b=this.gh(a)),At.free(y),b},wt.gh=function(a){var y=this.naturalBounds;return Nr(0,0,y.width,y.height,a.x,a.y)},wt.Re=function(a){if(this.angle===0)return this.actualBounds.Re(a);var y=this.naturalBounds;y=me.allocAt(0,0,y.width,y.height);var x=this.transform,E=!1,b=At.allocAt(a.x,a.y);return y.ca(x.Cd(b))&&(b.h(a.x,a.bottom),y.ca(x.Cd(b))&&(b.h(a.right,a.bottom),y.ca(x.Cd(b))&&(b.h(a.right,a.y),y.ca(x.Cd(b))&&(E=!0)))),At.free(b),me.free(y),E},wt.fh=function(a,y){if(y===void 0)return a.Re(this.actualBounds);var x=this.naturalBounds,E=!1,b=At.allocAt(0,0);return a.ca(y.Ga(b))&&(b.h(0,x.height),a.ca(y.Ga(b))&&(b.h(x.width,x.height),a.ca(y.Ga(b))&&(b.h(x.width,0),a.ca(y.Ga(b))&&(E=!0)))),At.free(b),E},wt.Yc=function(a,y){if(y===void 0&&(y=this.transform,this.angle===0))return a.Yc(this.actualBounds);var x=this.naturalBounds,E=At.allocAt(0,0),b=At.allocAt(0,x.height),z=At.allocAt(x.width,x.height),tt=At.allocAt(x.width,0),ot=!1;if(a.ca(y.Ga(E))||a.ca(y.Ga(b))||a.ca(y.Ga(z))||a.ca(y.Ga(tt)))ot=!0;else{x=me.allocAt(0,0,x.width,x.height);var rt=At.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)))),At.free(rt),me.free(x),!ot&&(Jt.us(a,E,b)||Jt.us(a,b,z)||Jt.us(a,z,tt)||Jt.us(a,tt,E))&&(ot=!0)}return At.free(E),At.free(b),At.free(z),At.free(tt),ot},wt.ga=function(a,y){if(y===void 0&&(y=new At),a instanceof tn){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},wt.mi=function(a){a===void 0&&(a=new me);var y=this.naturalBounds,x=this.oe,E=At.allocAt(0,0).transform(x);return a.h(E.x,E.y,0,0),E.h(y.width,0).transform(x),Go(a,E.x,E.y,0,0),E.h(y.width,y.height).transform(x),Go(a,E.x,E.y,0,0),E.h(0,y.height).transform(x),Go(a,E.x,E.y,0,0),At.free(E),a},wt.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},wt.Df=function(){if(!(this.l&4096))return this.Kk;var a=this.Ca;return this.panel!==null?a*this.panel.Df():a},wt.qs=function(a,y){return y===void 0&&(y=new At),y.assign(a),this.oe.Cd(y),y},wt.rs=function(a,y,x){return this.Sj(a.x,a.y,y.x,y.y,x)},wt.Sj=function(a,y,x,E,b){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,ut=z.m11*tt,ft=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,E,b)):(tt=a*ot+y*at+ft,a=a*rt+y*ut+mt,y=x*ot+E*at+ft,x=x*rt+E*ut+mt,b.h(0,0),E=this.naturalBounds,x=Jt.Ff(0,0,E.width,E.height,tt,a,y,x,b),b.transform(z),x)},Xt.prototype.measure=function(a,y,x,E){if(ma(this)!==!1){var b=this.Kg,z=b.right+b.left;b=b.top+b.bottom,a=Math.max(a-z,0),y=Math.max(y-b,0),x=Math.max((x||0)-z,0),E=Math.max((E||0)-b,0),z=this.angle,b=this.desiredSize;var tt=this.kq();z===90||z===270?(a=isFinite(b.height)?b.height+tt:a,y=isFinite(b.width)?b.width+tt:y):(a=isFinite(b.width)?b.width+tt:a,y=isFinite(b.height)?b.height+tt:y),b=x||0,tt=E||0;var ot=this instanceof Re;switch(Ws(this,!0)){case Be:tt=b=0,ot&&(y=a=1/0);break;case De:isFinite(a)&&a>x&&(b=a),isFinite(y)&&y>E&&(tt=y);break;case Mn:isFinite(a)&&a>x&&(b=a),tt=0,ot&&(y=1/0);break;case _n:isFinite(y)&&y>E&&(tt=y),b=0,ot&&(a=1/0)}ot=this.maxSize;var rt=this.minSize;b>ot.width&&rt.width<ot.width&&(b=ot.width),tt>ot.height&&rt.height<ot.height&&(tt=ot.height),x=Math.max(b,rt.width),E=Math.max(tt,rt.height),ot.width<x&&(x=Math.min(rt.width,x)),ot.height<E&&(E=Math.min(rt.height,E)),a=Math.min(ot.width,a),y=Math.min(ot.height,y),a=Math.max(x,a),y=Math.max(E,y),(z===90||z===270)&&(z=a,a=y,y=z,z=x,x=E,E=z),this.uc.ka(),this.Wl(a,y,x,E),this.uc.freeze(),this.uc.w()||Wt("Non-real measuredBounds has been set. Object "+this+", measuredBounds: "+this.uc.toString()),fr(this,!1)}},Xt.prototype.Wl=function(){},Xt.prototype.Dd=function(){return!1},Xt.prototype.arrange=function(a,y,x,E,b){this.Uk();var z=me.alloc();z.assign(this.Ib),this.Ib.ka(),Es(this)===!1?this.Ib.h(a,y,x,E):this.eh(a,y,x,E),this.Ib.freeze(),b===void 0?this.tb=null:this.tb=b,x=!1,b!==void 0?x=!0:(b=this.panel,b!==null&&Xu(b)&&(b=b.panel),b!==null&&(b=b.dc,E=this.measuredBounds,this.areaBackground!==null&&(E=this.Ib),x=y+E.height,E=a+E.width,x=!(0<=a+.05&&E<=b.width+.05&&0<=y+.05&&x<=b.height+.05),this instanceof fo&&(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()||Wt("Non-real actualBounds has been set. Object "+this+", actualBounds: "+this.Ib.toString()),this.Xl(z,this.Ib),Yl(this,!1),me.free(z)},wt=Xt.prototype,wt.eh=function(){};function ps(a,y,x,E,b){if(a.Ib.h(y,x,E,b),!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,E+=y,b+=tt,y=Ws(a,!0),x===E&&z===b&&(y=Be),y){case Be:(x>E||z>b)&&(fr(a,!0),a.measure(x>E?E:x,z>b?b:z,0,0));break;case De:fr(a,!0),a.measure(E,b,0,0);break;case Mn:fr(a,!0),a.measure(E,z,0,0);break;case _n:fr(a,!0),a.measure(x,b,0,0)}}}wt.Xl=function(a,y){var x=this.part;x!==null&&x.diagram!==null&&(x.selectionObject!==this&&x.resizeObject!==this&&x.rotateObject!==this||jv(x,!0),this.N(),Da(a,y)||(x.oh(),this.Pn(x)))},wt.Pn=function(a){this.portId!==null&&(jv(a,!0),a instanceof en&&WS(a,this))},wt.gc=function(a,y){if(!ka(this,a,y)&&this.visible){var x=this.opacity;if(x!==0){var E=1;x!==1&&(E=a.globalAlpha,a.globalAlpha=E*x);var b="";this.filter!==""&&(b=a.filter,a.filter=this.filter);var z=this instanceof Re&&Xu(this),tt=this.Ib;if(z){var ot=this.Ib,rt=this.dc,at=this.areaBackground,ut=this.Ma;at===null&&ut===null||a.yc(),at!==null&&(Ko(this,a,at,!0,!0,rt,ot),at instanceof qi&&at.type===Na?(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)),ut!==null&&(Ko(this,a,ut,!0,!1,rt,ot),ut instanceof qi&&ut.type===Na?(a.beginPath(),a.rect(ot.x,ot.y,ot.width,ot.height),a.ng(ut)):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&&Hr(this),at=this.part,rt=!1;var ft=0;at&&y.Gf("drawShadows")&&(rt=at.isShadowed)&&(ut=at.shadowOffset,ft=Math.max(ut.y,ut.x)*y.scale*y.Mb),ut=this.Dd();var mt;if(!(mt=y.$i||!ut)){var yt=this.naturalBounds;mt=this.wh;var St=mt.m11,Mt=mt.m21,It=mt.dx,Tt=mt.m12,jt=mt.m22,Gt=mt.dy,Ht,Yt=Ht=0;mt=Ht*St+Yt*Mt+It;var re=Ht*Tt+Yt*jt+Gt;Ht=yt.width+ft,Yt=0;var qe=Ht*St+Yt*Mt+It;Ht=Ht*Tt+Yt*jt+Gt,Yt=Math.min(mt,qe);var pn=Math.min(re,Ht),hn=Math.max(mt+0,qe)-Yt,_e=Math.max(re+0,Ht)-pn;mt=Yt,re=pn,Ht=yt.width+ft,Yt=yt.height+ft,qe=Ht*St+Yt*Mt+It,Ht=Ht*Tt+Yt*jt+Gt,Yt=Math.min(mt,qe),pn=Math.min(re,Ht),hn=Math.max(mt+hn,qe)-Yt,_e=Math.max(re+_e,Ht)-pn,mt=Yt,re=pn,Ht=0,Yt=yt.height+ft,qe=Ht*St+Yt*Mt+It,Ht=Ht*Tt+Yt*jt+Gt,Yt=Math.min(mt,qe),pn=Math.min(re,Ht),hn=Math.max(mt+hn,qe)-Yt,_e=Math.max(re+_e,Ht)-pn,mt=Yt,re=pn,ft=y.viewportBounds,yt=ft.x,St=ft.y,mt=!(mt>ft.width+yt||yt>hn+mt||re>ft.height+St||St>_e+re)}if(mt){if(mt=(this.l&256)!==0,a.clipInsteadOfFill&&(mt=!1),this instanceof fo&&(a.font=this.font),mt){if(re=ot.se()?ot.naturalBounds:ot.actualBounds,hn=Math.max(tt.x,re.x),_e=Math.max(tt.y,re.y),ft=Math.min(tt.right,re.right)-hn,yt=Math.min(tt.bottom,re.bottom)-_e,St=this.tb,St!==null&&(hn=St.x,_e=St.y,ft=St.width,yt=St.height),hn>tt.width+tt.x||tt.x>re.width+re.x){x!==1&&(a.globalAlpha=E),this.filter!==""&&(a.filter=b);return}a.save(),a.beginPath(),a.rect(hn,_e,ft,yt),a.clip()}if(ut){if(!at.isVisible()){x!==1&&(a.globalAlpha=E),this.filter!==""&&(a.filter=b);return}rt&&(re=at.shadowOffset,a.Ev(re.x*y.scale*this.scale*y.Mb,re.y*y.scale*this.scale*y.Mb,at.shadowBlur),mu(a),a.shadowColor=at.shadowColor)}rt&&this.shadowVisible===!0?mu(a):rt&&this.shadowVisible===!1&&Xl(a),at=this.naturalBounds,this.areaBackground!==null&&(a.yc(),pa(this,a,at,tt)),a.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),rt&&Or(this,ot)&&this.shadowVisible===null&&Xl(a),this.Ma!==null&&(a.yc(),Xs(this,a,at,tt)),rt&&(this.Ma!==null||this.areaBackground!==null||Or(this,ot))?(rl(this,!0),this.shadowVisible===null&&Xl(a)):rl(this,!1),this.hh(a,y),rt&&this.l&512&&mu(a),ut&&rt&&Xl(a),mt&&(a.restore(),a.Vc(this instanceof Re)),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=E),this.filter!==""&&(a.filter=b)}}};function Or(a,y){return y===null?!1:(Xu(y)&&(y=y.panel),(y.l&512)!==0||(y.type===Re.Auto||y.type===Re.Spot)&&y.Pb()!==a)}wt.Dv=function(){};function pa(a,y,x,E){Ko(a,y,a.areaBackground,!0,!0,x,E),a.areaBackground instanceof qi&&a.areaBackground.type===Na?(y.beginPath(),y.rect(E.x,E.y,E.width,E.height),y.ng(a.areaBackground)):y.fillRect(E.x,E.y,E.width,E.height)}function Xs(a,y,x,E){var b=a.kq(),z=x.x,tt=x.y,ot=x.width+b,rt=x.height+b;Ko(a,y,a.Ma,!0,!1,x,E),a.Ma instanceof qi&&a.Ma.type===Na?(y.beginPath(),y.rect(z-b/2,tt-b/2,ot,rt),y.ng(a.Ma)):y.fillRect(z-b/2,tt-b/2,ot,rt)}function as(a,y,x){for(var E=y.O.s,b=E.length,z=-1,tt=0;tt<b;tt++)if(E[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===Re.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 ka(a,y,x){if(!(y instanceof oa))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 E=a.panel,b=a.nk(y);if(a.kk(y,x,b))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):E&&as(a,E,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),mu(y),y.shadowColor=a.shadowColor}a instanceof fo&&(y.font=a.font),y.yd=null;var tt=a.transform;z=a instanceof Re;var ot=a instanceof Re?Xu(a):!1;a.l&4096&&Hr(a);var rt=a.Ib;if(y.rb.ha=[1,0,0,1,0,0],y.o=!1,b&&(y.o=!0,z&&ot?(jg(y,1,0,0,1,0,0),a.svg=y.ad):z?(jg(y,tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy),a.svg=y.ad):jg(y,1,0,0,1,0,0)),b=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],pa(a,y,b,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]),Xs(a,y,b,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],Xs(a,y,b,rt)),y.yd.Ma=y.ad,y.yd.prepend(y.ad)),tt=y.yd,b=a.part,ot=!1,b&&x.Gf("drawShadows")&&(ot=b.isShadowed),y.clipInsteadOfFill&&(ot=!1),a.Dd()&&ot&&mu(y),ot&&a.shadowVisible===!0?mu(y):ot&&a.shadowVisible===!1&&Xl(y),b=a.panel,ot&&Or(a,b)&&a.shadowVisible===null&&Xl(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||Or(a,b))?(rl(a,!0),a.shadowVisible===null&&Xl(y)):rl(a,!1),b=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,E,rt,ot),Hs(y,at),!0):(a.svg=ot,tt!==null&&ot===null&&(lm(y),y.nh.pop()),ot===null||(a.$o(y,E,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+")")),b&&a.l&512&&mu(y),a.Dd()&&Xl(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):E!==null&&as(a,E,ot),tt!==null&&tt(a,ot)),!0)}wt.$o=function(a,y,x,E){var b=(this.l&256)!==0;if(a.clipInsteadOfFill&&(b=!1),b){var z=y.se()?y.naturalBounds:y.actualBounds;y=Math.max(x.x,z.x),b=Math.max(x.y,z.y);var tt=Math.min(x.right,z.right)-y;x=Math.min(x.bottom,z.bottom)-b,z=this.tb,z!==null&&(y=z.x,b=z.y,tt=z.width,x=z.height),z=E.getAttribute("clip-path");var ot=null;z!==null&&(ot=a.svg.getElementById(z.split("#")[1].slice(0,-1))),ot===null?(z="CLIP"+Yi++,ot=a.Ud("clipPath",{id:z}),y=a.Ud("rect",{x:y,y:b,width:tt,height:x}),this instanceof Re&&(b=this.transform.copy().Vj(),y.setAttribute("transform","matrix("+b.m11+", "+b.m12+", "+b.m21+", "+b.m22+", "+b.dx+", "+b.dy+")")),ot.appendChild(y),a.svg.appendChild(ot),E.setAttributeNS(null,"clip-path","url(#"+z+")")):(a=ot.firstElementChild,a.setAttribute("x",y.toString()),a.setAttribute("y",b.toString()),a.setAttribute("width",tt.toString()),a.setAttribute("height",x.toString()))}else E.removeAttributeNS(null,"clip-path"),Hs(a,E)};function Hs(a,y){y=y.getAttribute("clip-path"),y!==null&&(a=a.svg.getElementById(y.split("#")[1].slice(0,-1)),a!==null&&a.remove())}function ls(a){if(a.svg!==null){var y=a.svg.innerHTML.match(/url\(#((CLIP|GRAD).+?)\)/g),x=a.svg.ownerDocument;if(y!==null){y=Qi(y);for(var E=y.next();!E.done;E=y.next())E=x.getElementById(E.value.split("#")[1].slice(0,-1)),E!==null&&E.remove()}a.svg.remove()}}wt.hh=function(){},wt.lv=function(){this.Uc=!0},wt.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 E=this.transform,b=this instanceof Re?Xu(this):!1;if(!(this instanceof Re&&b))if(this instanceof Us){var z=this.bt;a.rb.ha=[E.m11,E.m12,E.m21,E.m22,E.dx,E.dy],z!==null&&Xy(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 Re)y.setAttributeNS(null,"transform","matrix("+E.m11+", "+E.m12+", "+E.m21+", "+E.m22+", "+E.dx+", "+E.dy+")");else if(this instanceof Si){z=y.getElementsByTagName("path");for(var tt=0;tt<z.length;tt++)z[tt].setAttributeNS(null,"transform","matrix("+E.m11+", "+E.m12+", "+E.m21+", "+E.m22+", "+E.dx+", "+E.dy+")")}else y.lastElementChild.setAttributeNS(null,"transform","matrix("+E.m11+", "+E.m12+", "+E.m21+", "+E.m22+", "+E.dx+", "+E.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=E.copy().Vj(),a.rb.ha=[tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy],pa(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&&um(a,z)),(this.background!==null||y.Ma!==void 0)&&(z=y.Ma,this.background===null?(um(a,y.Ma),y.Ma.remove(),y.Ma=void 0):((b||x&&!(this instanceof Re))&&(a.rb.ha=[E.m11,E.m12,E.m21,E.m22,E.dx,E.dy]),Xs(this,a,this.naturalBounds,this.actualBounds),y.Ma?(um(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&&um(a,z)),this.$o(a,this.panel,this.actualBounds,y),!0},wt.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 Ko(a,y,x,E,b,z,tt){if(x!==null){var ot=1,rt=1;if(typeof x=="string")E?y.fillStyle=x:y.strokeStyle=x;else if(x.type===Yu)E?y.fillStyle=x.color:y.strokeStyle=x.color;else{var at=a.kq();if(ot=z.width,rt=z.height,b?(ot=tt.width,rt=tt.height):E||(ot+=at,rt+=at),(z=y instanceof Td)&&x.xe&&(x.type===xf||x.yk===ot&&x.ft===rt))var ut=x.xe;else{var ft=0,mt=0,yt=0,St=0,Mt=0,It=0;if(It=Mt=0,b?(Mt=tt.x,It=tt.y):E||(Mt-=at/2,It-=at/2),ft=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,ft+=Mt,yt+=Mt,mt+=It,St+=It,x.type===yu)ut=y.createLinearGradient(ft,mt,yt,St);else if(x.type===Na)It=isNaN(x.endRadius)?Math.max(ot,rt)/2:x.endRadius,isNaN(x.startRadius)?(Mt=0,It=Math.max(ot,rt)/2):Mt=x.startRadius,ut=y.createRadialGradient(ft,mt,Mt,yt,St,It);else if(x.type===xf)try{ut=y.createPattern(x.pattern,"repeat")}catch(jt){ut=null}if(x.type!==xf&&(b=x.colorStops,b!==null))for(b=b.iterator;b.next();)ut.addColorStop(b.key,b.value);if(z&&(x.xe=ut,ut!==null&&(x.yk=ot,x.ft=rt),ut===null&&x.type===xf&&x.yk!==-1)){x.yk=-1;var Tt=a.diagram;Tt!==null&&x.yk===-1&&xe(function(){Tt.redraw()},600)}}E?y.fillStyle=ut:y.strokeStyle=ut}}}wt.rg=function(a){if(a instanceof Re)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},wt.Ed=function(){if(!this.visible)return!1;var a=this.panel;return a!==null?a.Ed():!0},wt.If=function(){for(var a=this instanceof Re?this:this.panel;a!==null&&a.isEnabled;)a=a.panel;return a===null};function Hr(a){if(a.l&2048){var y=a.Ab;if(y.reset(),!a.Ib.w()||!a.uc.w()){Va(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)}Va(a,!1),Ma(a,!0)}a.l&4096&&(y=a.panel,y===null?(a.wh.set(a.Ab),a.Kk=a.scale,Ma(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,Ma(a,!1)))}wt.no=function(a,y,x,E,b){if(this.Ca!==1&&a.scale(this.Ca),this.Kb!==0){var z=At.alloc();z.yi(y,x,E,b,Di),a.rotate(this.Kb,z.x,z.y),At.free(z)}},wt.v=function(a){if(!ma(this)){a===void 0&&(a=!1),fr(this,!0),Yl(this,!0);var y=this.panel;y===null||a||y.v()}},wt.Uj=function(){ma(this)||(fr(this,!0),Yl(this,!0))};function Ms(a){if(!Es(a)){var y=a.panel;y!==null?y.v():a.Dd()&&(y=a.diagram,y!==null&&(y.De.add(a),a instanceof en&&a.Bd(),y.$b())),Yl(a,!0)}}wt.Uk=function(){!(this.l&2048)&&(Va(this,!0),Ma(this,!0))},wt.Wu=function(){Ma(this,!0)},wt.N=function(){var a=this.part;a!==null&&a.N()};function Ws(a,y){var x=a.stretch,E=a.panel;return E!==null&&E.type===Re.Table?ml(a,E.Fb(a.row),E.Eb(a.column),y):E!==null&&E.type===Re.Auto&&E.Pb()===a?Ir(a,De,y):x===ci?E!==null?E.type===Re.Spot&&E.Pb()===a?Ir(a,De,y):(x=E.defaultStretch,x===ci?Ir(a,Be,y):Ir(a,x,y)):Ir(a,Be,y):Ir(a,x,y)}function ml(a,y,x,E){var b=a.stretch;if(b!==ci)return Ir(a,b,E);var z=b=null;switch(y.stretch){case _n:z=!0;break;case De:z=!0}switch(x.stretch){case Mn:b=!0;break;case De:b=!0}return y=a.panel.defaultStretch,b===null&&(b=y===Mn||y===De),z===null&&(z=y===_n||y===De),b===!0&&z===!0?Ir(a,De,E):b===!0?Ir(a,Mn,E):z===!0?Ir(a,_n,E):Ir(a,Be,E)}function Ir(a,y,x){if(x)return y;if(y===Be||(x=a.desiredSize,x.w()))return Be;if(a=a.angle,!isNaN(x.width))if(a!==90&&a!==270){if(y===Mn)return Be;if(y===De)return _n}else{if(y===_n)return Be;if(y===De)return Mn}if(!isNaN(x.height))if(a!==90&&a!==270){if(y===_n)return Be;if(y===De)return Mn}else{if(y===Mn)return Be;if(y===De)return _n}return y}function rl(a,y){a.l=y?a.l|512:a.l&-513}function Kr(a){return(a.l&1024)!==0}function vc(a,y){a.l=y?a.l|1024:a.l&-1025}function Va(a,y){a.l=y?a.l|2048:a.l&-2049}function Ma(a,y){a.l=y?a.l|4096:a.l&-4097}function ma(a){return(a.l&8192)!==0}function fr(a,y){a.l=y?a.l|8192:a.l&-8193}function Es(a){return(a.l&16384)!==0}function Yl(a,y){a.l=y?a.l|16384:a.l&-16385}wt.Gj=function(){this.svg=null},wt.wi=function(a){this.Me=a,this.svg!==null&&this.svg.remove()},wt.Av=function(){},wt.zv=function(a){return this.pa=a,Ms(this),!0},wt.mm=function(a,y){(this.pa.x!==a||this.pa.y!==y)&&(this.pa.h(a,y),this.Uk())},wt.kq=function(){return 0};function Nd(a){var y=a.part;if(y instanceof en&&(a.portId!==null||a===y.port)){var x=y.diagram;x===null||x.undoManager.isUndoingRedoing||WS(y,a)}}function Ky(a){var y=a.diagram;y===null||y.undoManager.isUndoingRedoing||(a instanceof Re?a instanceof en?a.Bd():a.qm(a,function(x){Nd(x)}):Nd(a))}wt.bind=function(a,y,x,E){var b=null;return typeof a=="string"?b=new sr(a,y,x,E):b=a,b.xd=this,a=this.ih(),a!==null&&cS(a)&&Wt("Cannot add a Binding to a template that has already been copied: "+b),this.localBindings===null&&(this.localBindings=new Ee),this.localBindings.add(b),this},wt.set=function(a){return Object.assign(this,a),this},wt.Du=function(a){return nv(this,a),this},wt.apply=function(a){return a(this),this},wt.nm=function(a){return xd(this,a),this},wt.pz=function(){return this.ih()},wt.ih=function(){for(var a=this instanceof Re?this:this.panel;a!==null;){if(a.allBindings!==null)return a;a=a.panel}return null},wt.Jv=function(a){return a.xd=this,this.animationTriggers===null&&(this.animationTriggers=new An),this.animationTriggers.add(a.propertyName,a),this};function Ea(a,y){for(var x=1;x<arguments.length;++x);x=arguments;var E=null,b=null;if(typeof a=="function")b=a;else if(typeof a=="string"){var z=gf.I(a);typeof z=="function"?(x=wn(arguments),E=z(x),Fe(E)||Wt('GraphObject.make invoked object builder "'+a+'", but it did not return an Object')):b=on.go[a]}if(E===null&&(b!=null&&b.constructor||Wt("GraphObject.make requires a class function or GoJS class name or name of an object builder, not: "+a),E=new b),b=1,E instanceof se&&1<x.length){z=E;var tt=x[1];(typeof tt=="string"||tt instanceof HTMLDivElement)&&(cg(z,tt),b++)}for(;b<x.length;b++)z=x[b],z===void 0?Wt("Undefined value at argument "+b+" for object being constructed by GraphObject.make: "+E):nv(E,z);return E}function nv(a,y){if(typeof y=="string")if(a instanceof fo)a.text=y;else if(a instanceof Si)a.figure=y;else if(a instanceof Us)a.source=y;else if(a instanceof Re)y=sl.I(y),y!==null&&(a.type=y);else if(a instanceof qi){var x=He(qi,y);x!==null?a.type=x:Wt("Unknown Brush type as an argument to GraphObject.make: "+y)}else a instanceof Ve?(y=He(Ve,y),y!==null&&(a.type=y)):a instanceof Zi&&(y=He(Zi,y),y!==null&&(a.type=y));else if(y instanceof Xt)a instanceof Re||Wt("A GraphObject can only be added to a Panel, not to: "+a),a.add(y);else if(y instanceof gr){var E;y.isRow&&typeof a.getRowDefinition=="function"?E=a.getRowDefinition(y.index):y.isRow||typeof a.getColumnDefinition!="function"||(E=a.getColumnDefinition(y.index)),E instanceof gr?km(E,y):Wt("A RowColumnDefinition can only be added to an object that implements getRowDefinition/getColumnDefinition, not to: "+a)}else if(y instanceof ce)typeof a.qb=="function"&&a.qb(y);else if(y instanceof yr)a.type=y;else if(y instanceof sr)a instanceof Xt||a instanceof gr?a.bind(y):Wt("A Binding can only be applied to a GraphObject or RowColumnDefinition, not to: "+a);else if(y instanceof il)a instanceof Xt?a.Jv(y):Wt("An AnimationTrigger can only be applied to a GraphObject, not to: "+a);else if(y instanceof Cr)a instanceof Ve&&a.type===Ve.o?a.figures.add(y):Wt("A PathFigure can only be added to a Path Geometry, not to: "+a);else if(y instanceof Zi)a instanceof Cr?a.segments.add(y):Wt("A PathSegment can only be added to a PathFigure, not to: "+a);else if(y instanceof Eo)a instanceof se||a instanceof di?a.layout=y:Wt("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 qi){x=new pe;for(var b in y)E=parseFloat(b),isNaN(E)?x[b]=y[b]:a.addColorStop(E,y[b]);xd(a,x)}else if(a instanceof gr){y.row!==void 0?(b=y.row,(b==null||b===1/0||isNaN(b)||0>b)&&Wt("Must specify non-negative integer row for RowColumnDefinition "+y+", not: "+b),a.isRow=!0,a.index=b):y.column!==void 0&&(b=y.column,(b==null||b===1/0||isNaN(b)||0>b)&&Wt("Must specify non-negative integer column for RowColumnDefinition "+y+", not: "+b),a.isRow=!1,a.index=b),b=new pe;for(x in y)x!=="row"&&x!=="column"&&(b[x]=y[x]);xd(a,b)}else xd(a,y);else Wt('Unknown initializer "'+y+'" for object being constructed by GraphObject.make: '+a)}function Ku(a,y){gf.add(a,y)}function am(a,y,x){x===void 0&&(x=null);var E=a[1];if(typeof x=="function"?x(E):typeof E=="string")return a.splice(1,1),E;if(y===void 0)throw Error("no "+(typeof x=="function"?"satisfactory":"string")+" argument for GraphObject builder "+a[0]);return y}fe.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 yc),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 yc),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 yc),this.A.wm=a)}},shadowVisible:{get:function(){return this.A!==null?this.A.Ci:null},set:function(a){var y=this.shadowVisible;y!==a&&(Pi(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&&(Pi(this),this.A.Hb=a,this.g("enabledChanged",y,a))}},segmentOrientation:{get:function(){return this.Ua!==null?this.Ua.rr:Ts},set:function(a){var y=this.segmentOrientation;y!==a&&(this.Ua===null&&(this.Ua=new jh),this.Ua.rr=a,this.v(),this.g("segmentOrientation",y,a),a===Ts&&(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 jh),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 jh),this.Ua.o=a,this.v(),this.g("segmentFraction",y,a))}},segmentOffset:{get:function(){return this.Ua!==null?this.Ua.F:ei},set:function(a){var y=this.segmentOffset;y.D(a)||(a=a.J(),this.Ua===null&&(this.Ua=new jh),this.Ua.F=a,this.v(),this.g("segmentOffset",y,a))}},stretch:{get:function(){return this.A!==null?this.A.hg:ci},set:function(a){var y=this.stretch;y!==a&&(Pi(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&&(Pi(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)&&fn(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(Dd(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(Dd(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&&xc(a,"GraphObject.areaBackground"),a instanceof qi&&a.freeze(),Pi(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&&xc(a,"GraphObject.background"),a instanceof qi&&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 On)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,E=this.pa,b=E.x;E=E.y,(b===y||isNaN(b)&&isNaN(y))&&(E===x||isNaN(E)&&isNaN(x))?this.Av():(a=a.copy(),this.zv(a,b,E)&&this.g("position",new At(b,E),a))}},actualBounds:{get:function(){return this.Ib}},scale:{get:function(){return this.Ca},set:function(a){var y=this.Ca;y!==a&&(0>=a&&Wt("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,E=this.jd,b=E.width,z=E.height;(b===y||isNaN(b)&&isNaN(y))&&(z===x||isNaN(z)&&isNaN(x))||(this.jd=a=a.J(),this.v(),this instanceof Si&&this.qc(),this.g("desiredSize",E,a),Kr(this)&&(a=this.part,a!==null&&(wo(this,a,"width"),wo(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 Je(a,this.jd.height).freeze(),this.v(),this instanceof Si&&this.qc(),this.g("desiredSize",y,a),Kr(this)&&(a=this.part,a!==null&&wo(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 Je(this.jd.width,a).freeze(),this.v(),this instanceof Si&&this.qc(),this.g("desiredSize",y,a),Kr(this)&&(a=this.part,a!==null&&wo(this,a,"height")))}},minSize:{get:function(){return this.A!==null?this.A.u:li},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(),Pi(this),this.A.u=a,this.v(),this.g("minSize",y,a))}},maxSize:{get:function(){return this.A!==null?this.A.o:Zo},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(),Pi(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 xi(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&&Hr(this),this.Ab}},oe:{get:function(){return this.l&4096&&Hr(this),this.wh}},animationTriggers:{get:function(){return this.A!==null?this.A.hb:null},set:function(a){this.animationTriggers!==a&&(Pi(this),this.A.hb=a)}},reshapingBehavior:{get:function(){return this.A!==null?this.A.Pf:Be},set:function(a){this.reshapingBehavior!==a&&(Pi(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()&&Wt("GraphObject.alignment for "+this+" must be a real Spot or Spot.Default, not: "+a),this.Jb=a=a.J(),Ms(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&&fn(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&&fn(a,">= 1",Xt,"columnSpan"),Pi(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&&fn(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&&fn(a,">= 1",Xt,"rowSpan"),Pi(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&&(Pi(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 en||Wt("Cannot set portID on a Link: "+a),y!==null&&x!==null&&Hv(x,this),this.Yn=a,a!==null&&x!==null&&(x.Te=!0,ZS(x,this)),this.g("portId",y,a)}}},toSpot:{get:function(){return this.ba!==null?this.ba.yj:Ii},set:function(a){var y=this.toSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.yj=a,this.g("toSpot",y,a),Nd(this))}},toEndSegmentLength:{get:function(){return this.ba!==null?this.ba.wj:10},set:function(a){var y=this.toEndSegmentLength;y!==a&&(0>a&&fn(a,">= 0",Xt,"toEndSegmentLength"),this.Xc(),this.ba.wj=a,this.g("toEndSegmentLength",y,a),Nd(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),Nd(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&&fn(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:Ii},set:function(a){var y=this.fromSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.Xi=a,this.g("fromSpot",y,a),Nd(this))}},fromEndSegmentLength:{get:function(){return this.ba!==null?this.ba.Vi:10},set:function(a){var y=this.fromEndSegmentLength;y!==a&&(0>a&&fn(a,">= 0",Xt,"fromEndSegmentLength"),this.Xc(),this.ba.Vi=a,this.g("fromEndSegmentLength",y,a),Nd(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),Nd(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&&fn(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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&&(Pi(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 gf=null;Xt.className="GraphObject",gf=new An,Ku("Button",function(){function a(x,E){return x.diagram.ic(x.documentPoint,function(b){for(;b.panel!==null&&!b.isActionable;)b=b.panel;return b},function(b){return b===E})!==null}var y=Ea(Re,Re.Auto,{isActionable:!0,enabledChanged:function(x,E){if(x instanceof Re){var b=x.fb("ButtonBorder");b!==null&&(b.fill=E?x._buttonFillNormal:x._buttonFillDisabled)}},cursor:"pointer",_buttonFillNormal:"#F5F5F5",_buttonStrokeNormal:"#BDBDBD",_buttonFillOver:"#E0E0E0",_buttonStrokeOver:"#9E9E9E",_buttonFillPressed:"#BDBDBD",_buttonStrokePressed:"#9E9E9E",_buttonFillDisabled:"#E5E5E5"},Ea(Si,{name:"ButtonBorder",figure:"RoundedRectangle",spot1:new tn(0,0,2.76142374915397,2.761423749153969),spot2:new tn(1,1,-2.76142374915397,-2.761423749153969),parameter1:2,parameter2:2,fill:"#F5F5F5",stroke:"#BDBDBD"}));return y.mouseEnter=function(x,E){if(E.If()&&E instanceof Re&&(x=E.fb("ButtonBorder"),x instanceof Si)){var b=E._buttonFillOver;E._buttonFillNormal=x.fill,x.fill=b,b=E._buttonStrokeOver,E._buttonStrokeNormal=x.stroke,x.stroke=b}},y.mouseLeave=function(x,E){E.If()&&E instanceof Re&&(x=E.fb("ButtonBorder"),x instanceof Si&&(x.fill=E._buttonFillNormal,x.stroke=E._buttonStrokeNormal))},y.actionDown=function(x,E){if(E.If()&&E instanceof Re&&E._buttonFillPressed!==null&&x.button===0){var b=E.fb("ButtonBorder");if(b instanceof Si){x=x.diagram;var z=x.skipsUndoManager;x.skipsUndoManager=!0;var tt=E._buttonFillPressed;E._buttonFillOver=b.fill,b.fill=tt,tt=E._buttonStrokePressed,E._buttonStrokeOver=b.stroke,b.stroke=tt,x.skipsUndoManager=z}}},y.actionUp=function(x,E){if(E.If()&&E instanceof Re&&E._buttonFillPressed!==null&&x.button===0){var b=E.fb("ButtonBorder");if(b instanceof Si){var z=x.diagram,tt=z.skipsUndoManager;z.skipsUndoManager=!0,a(x,E)?(b.fill=E._buttonFillOver,b.stroke=E._buttonStrokeOver):(b.fill=E._buttonFillNormal,b.stroke=E._buttonStrokeNormal),z.skipsUndoManager=tt}}},y.actionCancel=function(x,E){if(E.If()&&E instanceof Re&&E._buttonFillPressed!==null){var b=E.fb("ButtonBorder");if(b instanceof Si){var z=x.diagram,tt=z.skipsUndoManager;z.skipsUndoManager=!0,a(x,E)?(b.fill=E._buttonFillOver,b.stroke=E._buttonStrokeOver):(b.fill=E._buttonFillNormal,b.stroke=E._buttonStrokeNormal),z.skipsUndoManager=tt}}},y.actionMove=function(x,E){if(E.If()&&E instanceof Re&&E._buttonFillPressed!==null){var b=x.diagram;if(b.firstInput.button===0&&(b.currentTool.standardMouseOver(),a(x,E)&&(x=E.fb("ButtonBorder"),x instanceof Si))){var z=b.skipsUndoManager;b.skipsUndoManager=!0;var tt=E._buttonFillPressed;x.fill!==tt&&(x.fill=tt),tt=E._buttonStrokePressed,x.stroke!==tt&&(x.stroke=tt),b.skipsUndoManager=z}}},y}),Ku("TreeExpanderButton",function(){var a=Ea("Button",{_treeExpandedFigure:"MinusLine",_treeCollapsedFigure:"PlusLine"},Ea(Si,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:zo},new sr("figure","isTreeExpanded",function(y,x){return x=x.panel,y?x._treeExpandedFigure:x._treeCollapsedFigure}).cp()),{visible:!1},new sr("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 en){var E=x.diagram;if(E!==null){if(E=E.commandHandler,x.isTreeExpanded){if(!E.canCollapseTree(x))return}else if(!E.canExpandTree(x))return;y.handled=!0,x.isTreeExpanded?E.collapseTree(x):E.expandTree(x)}}},a}),Ku("SubGraphExpanderButton",function(){var a=Ea("Button",{_subGraphExpandedFigure:"MinusLine",_subGraphCollapsedFigure:"PlusLine"},Ea(Si,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:zo},new sr("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 di){var E=x.diagram;if(E!==null){if(E=E.commandHandler,x.isSubGraphExpanded){if(!E.canCollapseSubGraph(x))return}else if(!E.canExpandSubGraph(x))return;y.handled=!0,x.isSubGraphExpanded?E.collapseSubGraph(x):E.expandSubGraph(x)}}},a}),Ku("ToolTip",function(){return Ea(Hi,Re.Auto,{isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new At(0,3),shadowBlur:5},Ea(Si,{name:"Border",figure:"RoundedRectangle",parameter1:1,parameter2:1,fill:"#F5F5F5",stroke:"#F0F0F0",spot1:new tn(0,0,4,6),spot2:new tn(1,1,-4,-4)}))}),Ku("ContextMenu",function(){return Ea(Hi,Re.Vertical,{background:"#F5F5F5",isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new At(0,3),shadowBlur:5},new sr("background","",function(a){return a.adornedPart!==null&&a.placeholder!==null?null:"#F5F5F5"}))}),Ku("ContextMenuButton",function(){var a=Ea("Button");a.stretch=Mn;var y=a.fb("ButtonBorder");return y instanceof Si&&(y.figure="Rectangle",y.strokeWidth=0,y.spot1=new tn(0,0,2,3),y.spot2=new tn(1,1,-2,-2)),a}),Ku("PanelExpanderButton",function(a){var y=am(a,"COLLAPSIBLE"),x=Ea("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},Ea(Si,{name:"ButtonIcon",strokeWidth:2},new sr("geometryString","visible",function(E){return E?x._buttonExpandedFigure:x._buttonCollapsedFigure}).cp(y)));return a=x.fb("ButtonBorder"),a instanceof Si&&(a.stroke=null,a.fill="rgba(0, 0, 0, 0)"),x.click=function(E,b){var z=b.diagram;if(z!==null&&!z.isReadOnly){var tt=b.ih();tt===null&&(tt=b.part),tt!==null&&(b=tt.fb(y),b!==null&&(E.handled=!0,z.Ea("Collapse/Expand Panel"),b.visible=!b.visible,z.eb("Collapse/Expand Panel")))}},x}),Ku("CheckBoxButton",function(a){var y=am(a);return a=Ea("Button",{desiredSize:new Je(14,14)},Ea(Si,{name:"ButtonIcon",geometryString:"M0 0 M0 8.85 L4.9 13.75 16.2 2.45 M16.2 16.2",strokeWidth:2,stretch:De,geometryStretch:yn,visible:!1},y!==""?new sr("visible",y).Kx():[])),a.click=function(x,E){if(E instanceof Re){var b=x.diagram;if(!(b===null||b.isReadOnly||y!==""&&b.model.isReadOnly)){x.handled=!0;var z=E.fb("ButtonIcon");b.Ea("checkbox"),z.visible=!z.visible,typeof E._doClick=="function"&&E._doClick(x,E),b.eb("checkbox")}}},a}),Ku("CheckBox",function(a){a=am(a),a=Ea("CheckBoxButton",a,{name:"Button",isActionable:!1,margin:new xi(0,1,0,0)});var y=Ea(Re,"Horizontal",a,{isActionable:!0,cursor:a.cursor,margin:new xi(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=Be=new ce(Xt,"None",0),Xt.Default=ci=new ce(Xt,"Default",0),Xt.Vertical=_n=new ce(Xt,"Vertical",4),Xt.Horizontal=Mn=new ce(Xt,"Horizontal",5),Xt.Fill=De=new ce(Xt,"Fill",3),Xt.Uniform=yn=new ce(Xt,"Uniform",1),Xt.UniformToFill=Fi=new ce(Xt,"UniformToFill",2),Xt.FlipVertical=Li=new ce(Xt,"FlipVertical",1),Xt.FlipHorizontal=ji=new ce(Xt,"FlipHorizontal",2),Xt.FlipBoth=ao=new ce(Xt,"FlipBoth",3),Xt.make=Ea,Xt.getBuilders=function(){var a=new An,y;for(y in gf)if(y!==y.toLowerCase()){var x=gf.I(y);typeof x=="function"&&a.add(y,x)}return a.freeze(),a},Xt.defineBuilder=Ku,Xt.build=function(a,y,x){for(var E=[],b=2;b<arguments.length;++b)E[b-2]=arguments[b];if(b=gf.I(a),typeof b=="function"&&(E=b([a].concat(E)),E instanceof Xt))return y&&E.set(y),E;Wt('GraphObject.build invoked object builder "'+a+'", but it did not return an Object')},Xt.takeBuilderArgument=am;function yc(){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=li,this.o=Zo,this.hg=ci,this.ob=this.Bi=1,this.Pf=Be,this.Pc=this.Ci=this.gd=null,this.Oc="category"}yc.prototype.copy=function(){var a=new yc;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 jh(){this.u=-1/0,this.o=0,this.F=ei,this.rr=Ts,this.j=this.V="None"}jh.prototype.copy=function(){var a=new jh;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},jh.className="LinkElementSettings";function Rg(){this.yj=this.Xi=Ar,this.xj=this.Wi=this.wj=this.Vi=NaN,this.Tr=this.hq=null,this.Ur=this.iq=1/0}Rg.prototype.copy=function(){var a=new Rg;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},Rg.className="LinkSettings";function bd(){this.ha=[1,0,0,1,0,0]}bd.prototype.copy=function(){var a=new bd;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},bd.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},bd.prototype.scale=function(a,y){this.ha[0]*=a,this.ha[1]*=a,this.ha[2]*=y,this.ha[3]*=y},bd.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 E=1}else a===180?(a=-1,E=0):a===270?(a=0,E=-1):(E=a*Math.PI/180,a=Math.cos(E),E=Math.sin(E));var b=this.ha[1]*a+this.ha[3]*E,z=this.ha[0]*-E+this.ha[2]*a,tt=this.ha[1]*-E+this.ha[3]*a;this.ha[0]=this.ha[0]*a+this.ha[2]*E,this.ha[1]=b,this.ha[2]=z,this.ha[3]=tt,this.translate(-y,-x)}},bd.className="STransform";function Sc(a){this.type=a,this.r2=this.y2=this.x2=this.r1=this.y1=this.x1=0,this.gx=[],this.pattern=null}Sc.prototype.addColorStop=function(a,y){this.gx.push({offset:a,color:y})},Sc.className="SGradient";function Dl(a,y,x){this.ownerDocument=a=y===void 0?on.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 oa(this,x)}Dl.prototype.resize=function(a,y,x,E){return this.width!==a||this.height!==y?(this.width=a,this.height=y,this.style.width=x+"px",this.style.height=E+"px",this.Oa.setAttributeNS(null,"width",x+"px"),this.Oa.setAttributeNS(null,"height",E+"px"),this.Oa.setAttributeNS(null,"viewBox","0 0 "+x+" "+E),this.context.ww.firstElementChild.setAttributeNS(null,"width",x+"px"),this.context.ww.firstElementChild.setAttributeNS(null,"height",E+"px"),!0):!1},Dl.prototype.Ud=function(a,y,x){if(a=this.ownerDocument.createElementNS(this.cA,a),Fe(y))for(var E in y)a.setAttributeNS(E==="href"?"http://www.w3.org/1999/xlink":"",E,y[E]);return x!==void 0&&(a.textContent=x),a},Dl.prototype.getBoundingClientRect=function(){return this.Oa.getBoundingClientRect()},Dl.prototype.focus=function(){this.Oa.focus()},Dl.prototype.mx=function(){this.ownerDocument=null},fe.Object.defineProperties(Dl.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}}}),Dl.className="SVGSurface";function oa(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 bd,this.j=lm(this),this.Nj=lm(this,"gojs-diagram"),this.Hl=this.ti=null;var x=Yi++,E=this.Ud("clipPath",{id:"mainClip"+x});E.appendChild(this.Ud("rect",{x:0,y:0,width:a.width,height:a.height})),this.ww=E,this.svg.appendChild(this.j),this.j.appendChild(this.Nj),this.svg.appendChild(E),this.j.setAttributeNS(null,"clip-path","url(#mainClip"+x+")"),this.eA={},this.isTemporary=!!y,this.filter="",this.bk=null}function Yy(a,y,x,E,b,z,tt){a.Nj===void 0?jg(a,y,x,E,b,z,tt):a.Nj.setAttribute("transform","matrix("+y+", "+x+", "+E+", "+b+", "+z+", "+tt+")")}wt=oa.prototype,wt.arc=function(a,y,x,E,b,z,tt,ot){var rt=2*Math.PI,at=rt-1e-6,ut=x*Math.cos(E),ft=x*Math.sin(E),mt=a+ut,yt=y+ft,St=z?0:1;E=z?E-b:b-E,(1e-6<Math.abs(tt-mt)||1e-6<Math.abs(ot-yt))&&this.path.push(["L",mt,+yt]),0>E&&(E=E%rt+rt),E>at?(this.path.push(["A",x,x,0,1,St,a-ut,y-ft]),this.path.push(["A",x,x,0,1,St,mt,yt])):1e-6<E&&this.path.push(["A",x,x,0,+(E>=Math.PI),St,a+x*Math.cos(b),y+x*Math.sin(b)])},wt.beginPath=function(){this.path=[],this.Yl={stroke:"none",fill:"none"}},wt.Se=function(a){this.addPath(this.path,this.rb,a||0)},wt.bezierCurveTo=function(a,y,x,E,b,z){this.path.push(["C",a,y,x,E,b,z])},wt.clearRect=function(){},wt.clip=function(){this.Yl.clipPath=!0},wt.closePath=function(){this.path.push(["z"])},wt.createLinearGradient=function(a,y,x,E){var b=new Sc("linear");return b.x1=a,b.y1=y,b.x2=x,b.y2=E,b},wt.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 E="PATTERN"+Yi++,b={x:0,y:0,width:a.width,height:a.height,href:y};return a=this.Ud("pattern",{width:a.width,height:a.height,id:E,patternUnits:"userSpaceOnUse"}),a.appendChild(this.Ud(Md,b)),this.svg.appendChild(a),x[y]=E,"url(#"+E+")"},wt.createRadialGradient=function(a,y,x,E,b,z){var tt=new Sc("radial");return tt.x1=a,tt.y1=y,tt.r1=x,tt.x2=E,tt.y2=b,tt.r2=z,tt};function Xy(a,y,x,E,b,z,tt,ot,rt){E=ot/E,b=rt/b,z===0&&tt===0||a.rb.translate(z,tt),E===1&&b===1||a.rb.scale(E,b),y===0&&x===0||a.rb.translate(-y,-x)}wt.drawImage=function(a,y,x,E,b,z,tt,ot,rt){var at="";a instanceof HTMLCanvasElement&&(at=a.toDataURL()),a instanceof HTMLImageElement&&(at=a.getAttribute("src"));var ut=a instanceof HTMLImageElement?a.naturalWidth:a.width;a=a instanceof HTMLImageElement?a.naturalHeight:a.height,E===void 0&&(z=y,tt=x,ot=E=ut,rt=b=a),E=E||0,b=b||0,ot=ot||0,rt=rt||0,Xy(this,y,x,E,b,z||0,tt||0,ot,rt),z={x:0,y:0,width:ut||E,height:a||b,href:at},Jt.$(E,ot)&&Jt.$(b,rt)?at.toLowerCase().indexOf(".svg")===-1&&at.toLowerCase().indexOf("data:image/svg")===-1&&(z.preserveAspectRatio="xMidYMid slice"):z.preserveAspectRatio="none",(y!==0||x!==0||E!==ut||b!==a)&&(E+=y,b+=x,z["clip-path"]="path('M "+y+","+x+" L "+E+" "+x+" L "+E+" "+b+" L "+y+" "+b+" z')"),pf(this,Md,z,this.rb),this.addElement(Md,z)},wt.fill=function(a){a&&(this.Yl["fill-rule"]="evenodd"),iv(this,this.Yl)},wt.ng=function(a,y){this.clipInsteadOfFill?this.clip():this.fill(y)},wt.fillRect=function(a,y,x,E){a=[a,y,x,E],a={x:a[0],y:a[1],width:a[2],height:a[3]},pf(this,"fill",a,this.rb),this.addElement("rect",a)},wt.ox=function(a,y,x,E){a={x:a,y,width:x,height:E},pf(this,"fill",a,this.rb),iv(this,a),this.svg.prepend(this.Ud("rect",a))},wt.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},pf(this,"fill",y,this.rb),this.addElement("text",y,a[0])},wt.lineTo=function(a,y){this.path.push(["L",a,y])},wt.moveTo=function(a,y){this.path.push(["M",a,y])},wt.quadraticCurveTo=function(a,y,x,E){this.path.push(["Q",a,y,x,E])},wt.rect=function(a,y,x,E){this.path.push(["M",a,y],["L",a+x,y],["L",a+x,y+E],["L",a,y+E],["z"])},wt.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},wt.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())},wt.setTransform=function(a,y,x,E,b,z){a===1&&y===0&&x===0&&E===1&&b===0&&z===0||jg(this,a,y,x,E,b,z)};function Jy(a){return a=a.rb.ha,"matrix("+a[0]+", "+a[1]+", "+a[2]+", "+a[3]+", "+a[4]+", "+a[5]+")"}wt.scale=function(a,y){this.rb.scale(a,y)},wt.translate=function(a,y){this.rb.translate(a,y)},wt.transform=function(){},wt.yc=function(){},wt.stroke=function(){$y(this,this.Yl)},wt.jk=function(){this.clipInsteadOfFill||this.stroke()},wt.Ud=function(a,y,x){return this.Gv.Ud(a,y,x)},wt.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 pf(a,y,x,E){y==="fill"?iv(a,x):y==="stroke"&&$y(a,x),E!==null&&(a=E.ha,x.transform="matrix("+a[0]+", "+a[1]+", "+a[2]+", "+a[3]+", "+a[4]+", "+a[5]+")")}function iv(a,y){a.fillStyle instanceof Sc?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 Sc?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 Sc)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 E="";if(E=a.Hl!==null?a.Hl.getAttribute(x?"fill":"stroke"):null,E!==null&&E.indexOf("GRAD")!==-1?(E=E.split("#")[1].slice(0,-1),x=a.svg.getElementById(E),x!==null&&x.remove()):E="GRAD"+Yi++,y.type==="linear")x=a.Ud("linearGradient",{x1:y.x1,x2:y.x2,y1:y.y1,y2:y.y2,id:E,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:E});else throw Error("invalid gradient");var b=y.gx;y=b.length;for(var z=[],tt=0;tt<y;tt++){var ot=b[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,ut){return at.offset>ut.offset?1:-1}),b=0;b<y;b++)x.appendChild(a.Ud("stop",z[b]));return a.svg.appendChild(x),"url(#"+E+")"}wt.addPath=function(a,y,x){for(var E=[],b=0;b<a.length;b++){var z=wn(a[b]),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());E.push(tt.join(" "))}if(E=E.join(" "),a=this.Yl,a.clipPath)0<this.nh.length&&this.nh[this.nh.length-1].setAttributeNS(null,"clip-path",'path("'+E+'")');else if(a.d=E,pf(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 jg(a,y,x,E,b,z,tt){var ot=new bd;ot.ha=[y,x,E,b,z,tt],y={},pf(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}wt.Ev=function(a,y,x){this.Ar=a,this.Br=y,this.Vg=x};function Xl(a){a.Il=!1,a.shadowOffsetX=0,a.shadowOffsetY=0,a.shadowBlur=0}function mu(a){a.Il=!0,a.shadowOffsetX=a.Ar,a.shadowOffsetY=a.Br,a.shadowBlur=a.Vg}wt.js=function(a,y){this.Ct=!0,this.Yg=a,this.uj=y},wt.fs=function(){this.Ct=!1},wt.Vc=function(){},wt.Wx=function(){},oa.prototype.rotate=function(a){this.rb.rotate(57.2958*a,0,0)},oa.prototype.getImageData=function(){return null},oa.prototype.measureText=function(){return null};function um(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()))}oa.prototype.Hs=function(a){a.svg!==null&&a.svg.parentNode===this.Nj&&a.svg.remove()},oa.className="SVGContext",se.prototype.Cs=function(a){this.pj.contains("SVG")||this.bs("SVG",new Dl(this,on.document));var y=new Dl(this,on.document,!0);a===void 0&&(a=new pe);var x=this;return cc(this,function(E,b){return E=im(x,E,"SVG",y),E=E!==null?E.svg:null,typeof b=="function"?(b(E),null):E},a)},se.prototype.makeSvg=se.prototype.Cs,se.prototype.av=function(a){return this.Cs(a)},se.prototype.makeSVG=se.prototype.av;function Ua(a,y,x,E){this.ownerDocument=y=y===void 0?on.document:y,this.hs=null,y=y.createElement("canvas"),y.tabIndex=0,this.Oa=y,this.context=new Td(y,x,E),y.H=a}Ua.prototype.resize=function(a,y,x,E){return this.width!==a||this.height!==y?(this.width=a,this.height=y,this.style.width=x+"px",this.style.height=E+"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},fe.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 Td(a,y,x){this.Z=a.getContext?a.getContext("2d",y):null,this.Z===null&&Wt("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 pi,this.isTemporary=!!x}wt=Td.prototype,wt.Wx=function(a){this.Z.imageSmoothingEnabled=a},wt.arc=function(a,y,x,E,b,z){this.Z.arc(a,y,x,E,b,z)},wt.beginPath=function(){this.Z.beginPath()},wt.Se=function(){},wt.bezierCurveTo=function(a,y,x,E,b,z){this.Z.bezierCurveTo(a,y,x,E,b,z)},wt.clearRect=function(a,y,x,E){this.yc(),this.Z.clearRect(a,y,x,E)},wt.clip=function(){this.Z.clip()},wt.closePath=function(){this.Z.closePath()},wt.createLinearGradient=function(a,y,x,E){return this.Z.createLinearGradient(a,y,x,E)},wt.createPattern=function(a,y){return this.Z.createPattern(a,y)},wt.createRadialGradient=function(a,y,x,E,b,z){return this.Z.createRadialGradient(a,y,x,E,b,z)},wt.drawImage=function(a,y,x,E,b,z,tt,ot,rt){E===void 0?this.Z.drawImage(a,y,x):this.Z.drawImage(a,y,x,E,b,z,tt,ot,rt)},wt.fill=function(a){this.Z.fill(a?"evenodd":"nonzero")},wt.fillRect=function(a,y,x,E){this.Z.fillRect(a,y,x,E)},wt.ox=function(a,y,x,E){this.Z.fillRect(a,y,x,E)},wt.fillText=function(a,y,x){this.Z.fillText(a,y,x)},wt.getImageData=function(a,y,x,E){return this.Z.getImageData(a,y,x,E)},wt.lineTo=function(a,y){this.Z.lineTo(a,y)},wt.measureText=function(a){return this.Z.measureText(a)},wt.moveTo=function(a,y){this.Z.moveTo(a,y)},wt.quadraticCurveTo=function(a,y,x,E){this.Z.quadraticCurveTo(a,y,x,E)},wt.rect=function(a,y,x,E){this.Z.rect(a,y,x,E)},wt.restore=function(){this.Z.restore()},wt.save=function(){this.yc(),this.Z.save()},Td.prototype.rotate=function(a){this.El.rotate(57.2958*a,0,0)},wt=Td.prototype,wt.setTransform=function(a,y,x,E,b,z){this.El.setTransform(a,y,x,E,b,z)},wt.scale=function(a,y){this.El.scale(a,y)},wt.translate=function(a,y){this.El.translate(a,y)},wt.stroke=function(){this.Z.stroke()},wt.transform=function(a,y,x,E,b,z){if(a!==1||y!==0||x!==0||E!==1||b!==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*E,x=tt.m12*x+tt.m22*E,tt.dx=tt.m11*b+tt.m21*z+tt.dx,tt.dy=tt.m12*b+tt.m22*z+tt.dy,tt.m11=ot,tt.m12=a,tt.m21=y,tt.m22=x}},wt.yc=function(){var a=this.El;this.Z.setTransform(a.m11,a.m12,a.m21,a.m22,a.dx,a.dy)},wt.ng=function(a,y){if(a instanceof qi&&a.type===Na){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)},wt.jk=function(){this.Hm||this.stroke()},wt.Ev=function(a,y,x){this.Ar=a,this.Br=y,this.Vg=x},wt.js=function(a,y){var x=this.Z;x.setLineDash!==void 0&&(x.setLineDash(a),x.lineDashOffset=y)},wt.fs=function(){var a=this.Z;a.setLineDash!==void 0&&(a.setLineDash(mx),a.lineDashOffset=0)},wt.Vc=function(a){a&&(this.dt=""),this.ct=this.et=""},wt.Hs=function(){},fe.Object.defineProperties(Td.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([]);Td.className="CanvasSurfaceContext";function zg(){this.F=this.o=this.u=this.j=0}zg.className="ColorNumbers";function qi(a,y){Sf||(hv(),Sf=!0),Cn(this),this._isFrozen=!1,a===void 0?(this.na=Yu,this.xk="black"):typeof a=="string"?(this.na=Yu,this.xk=a):(this.na=a,this.xk="black"),a=this.na,a===yu?(this.Qd=Wo,this.Lk=Gr):this.Lk=a===Na?this.Qd=Di:this.Qd=Ii,this.Gr=0,this.Xp=NaN,this.xe=this.cr=this.we=null,this.ft=this.yk=0,y&&Object.assign(this,y)}qi.prototype.copy=function(){var a=new qi;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},wt=qi.prototype,wt.freeze=function(){return this._isFrozen=!0,this.we!==null&&this.we.freeze(),this},wt.ka=function(){return Object.isFrozen(this)&&Wt("cannot thaw constant: "+this),this._isFrozen=!1,this.we!==null&&this.we.ka(),this},wt.qb=function(a){a.classType===qi&&(this.type=a)},wt.toString=function(){var a="Brush(";if(this.type===Yu)a+=this.color;else if(a=this.type===yu?a+"Linear ":this.type===Na?a+"Radial ":this.type===xf?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+")"},wt.addColorStop=function(a,y){return this._isFrozen&&Ge(this),(typeof a!="number"||!isFinite(a)||1<a||0>a)&&fn(a,"0 <= loc <= 1",qi,"addColorStop:loc"),this.we===null&&(this.we=new An),this.we.add(a,y),this.na===Yu&&(this.type=yu),this.xe=null,this},wt.Vz=function(a,y){if(this._isFrozen&&Ge(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?Pf:y,this.type===Yu)vu(this.color),this.color=vf(a,y);else if((this.type===yu||this.type===Na)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)vu(x.value),this.addColorStop(x.key,vf(a,y));return this};function qy(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?Pf:x,vu(a),vf(y,x)}wt.Wy=function(a,y){if(this._isFrozen&&Ge(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?Pf:y,this.type===Yu)vu(this.color),this.color=vf(-a,y);else if((this.type===yu||this.type===Na)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)vu(x.value),this.addColorStop(x.key,vf(-a,y));return this};function tS(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?Pf:x,vu(a),vf(-y,x)}function rv(a,y,x){vu(a),a=vo.j;var E=vo.u,b=vo.o,z=vo.F;return vu(y),x===void 0&&(x=.5),"rgba("+Math.round((vo.j-a)*x+a)+", "+Math.round((vo.u-E)*x+E)+", "+Math.round((vo.o-b)*x+b)+", "+Math.round((vo.F-z)*x+z)+")"}wt.Gx=function(){if(this.type===Yu)return mf(this.color);if((this.type===yu||this.type===Na)&&this.colorStops!==null){var a=this.colorStops;if(this.type===Na)return mf(a.first().value);if(a.get(.5)!==null)return mf(a.get(.5));if(a.count===2)return a=a.Fa(),mf(rv(a[0].value,a[1].value));for(var y=a.iterator,x=-1,E=-1,b=1,z=1;y.next();){var tt=y.key,ot=Math.abs(.5-y.key);b>z&&ot<b?(x=tt,b=ot):z>=b&&ot<z&&(E=tt,z=ot)}return x>E&&(z=x,x=E,E=z,z=b),b=E-x,mf(rv(a.get(x),a.get(E),1-z/b))}return!1};function mf(a){return a?a instanceof qi?a.Gx():(vu(a),128>(299*vo.j+587*vo.u+114*vo.o)/1e3):!1}function vf(a,y){switch(y){case Pf:y=100*av(vo.j);var x=100*av(vo.u),E=100*av(vo.o);return Ns.j=.4124564*y+.3575761*x+.1804375*E,Ns.u=.2126729*y+.7151522*x+.072175*E,Ns.o=.0193339*y+.119192*x+.9503041*E,Ns.F=vo.F,y=uv(Ns.j/yf[0]),x=uv(Ns.u/yf[1]),E=uv(Ns.o/yf[2]),Jl.j=116*x-16,Jl.u=500*(y-x),Jl.o=200*(x-E),Jl.F=Ns.F,Jl.j=Math.min(100,Math.max(0,Jl.j+100*a)),a=(Jl.j+16)/116,y=a-Jl.o/200,Ns.j=yf[0]*eS(Jl.u/500+a),Ns.u=yf[1]*(Jl.j>hm*dv?Math.pow(a,3):Jl.j/hm),Ns.o=yf[2]*eS(y),Ns.F=Jl.F,a=-.969266*Ns.j+1.8760108*Ns.u+.041556*Ns.o,y=.0556434*Ns.j+-.2040259*Ns.u+1.0572252*Ns.o,vo.j=255*lv((3.2404542*Ns.j+-1.5371385*Ns.u+-.4985314*Ns.o)/100),vo.u=255*lv(a/100),vo.o=255*lv(y/100),vo.F=Ns.F,vo.j=Math.round(vo.j),255<vo.j?vo.j=255:0>vo.j&&(vo.j=0),vo.u=Math.round(vo.u),255<vo.u?vo.u=255:0>vo.u&&(vo.u=0),vo.o=Math.round(vo.o),255<vo.o?vo.o=255:0>vo.o&&(vo.o=0),"rgba("+vo.j+", "+vo.u+", "+vo.o+", "+vo.F+")";case nS:return sv(),va.o=Math.min(100,Math.max(0,va.o+100*a)),"hsla("+va.j+", "+va.u+"%, "+va.o+"%, "+va.F+")";default:Wt("Unknown color space: "+y)}}function vu(a){Sf||(hv(),Sf=!0);var y=cv;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,vo.j=a[0],vo.u=a[1],vo.o=a[2],vo.F=a[3]/255):(y.fillStyle="#FFFFFF",y.fillStyle=a,vo.j=0,vo.u=0,vo.o=0,vo.F=1)}}function sv(){var a=vo.j/255,y=vo.u/255,x=vo.o/255,E=Math.max(a,y,x),b=Math.min(a,y,x),z=E-b;if(b=(E+b)/2,z===0)var tt=a=0;else{switch(E){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*b-1))}va.j=Math.round(tt),va.u=Math.round(100*a),va.o=Math.round(100*b),va.F=vo.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 uv(a){return a>dv?Math.pow(a,1/3):(hm*a+16)/116}function eS(a){var y=a*a*a;return y>dv?y:(116*a-16)/hm}function xc(a,y){typeof a!="string"&&(a instanceof qi||Wt("Value for "+y+" must be a color string or a Brush, not "+a))}function hv(){cv=Uo?new Ua(null,void 0,{willReadFrequently:!0}).context:null}fe.Object.defineProperties(qi.prototype,{type:{get:function(){return this.na},set:function(a){this._isFrozen&&Ge(this,a),this.na=a,this.start.Mc()&&(a===yu?this.start=Wo:a===Na&&(this.start=Di)),this.end.Mc()&&(a===yu?this.end=Gr:a===Na&&(this.end=Di)),this.xe=null}},color:{get:function(){return this.xk},set:function(a){this._isFrozen&&Ge(this,a),this.xk=a,this.xe=null}},start:{get:function(){return this.Qd},set:function(a){this._isFrozen&&Ge(this,a),this.Qd=a.J(),this.xe=null}},end:{get:function(){return this.Lk},set:function(a){this._isFrozen&&Ge(this,a),this.Lk=a.J(),this.xe=null}},startRadius:{get:function(){return this.Gr},set:function(a){this._isFrozen&&Ge(this,a),0>a&&fn(a,">= zero",qi,"startRadius"),this.Gr=a,this.xe=null}},endRadius:{get:function(){return this.Xp},set:function(a){this._isFrozen&&Ge(this,a),0>a&&fn(a,">= zero",qi,"endRadius"),this.Xp=a,this.xe=null}},colorStops:{get:function(){return this.we},set:function(a){this._isFrozen&&Ge(this,a),this.we=a,this.xe=null}},pattern:{get:function(){return this.cr},set:function(a){this._isFrozen&&Ge(this,a),this.cr=a,this.xe=null}}}),qi.prototype.isDark=qi.prototype.Gx,qi.prototype.darkenBy=qi.prototype.Wy,qi.prototype.lightenBy=qi.prototype.Vz,qi.prototype.addColorStop=qi.prototype.addColorStop;var dv=216/24389,hm=24389/27,yf=[95.047,100,108.883],cv=null,vo=new zg,va=new zg,Ns=new zg,Jl=new zg,Sf=!1;qi.className="Brush";var Yu;qi.Solid=Yu=new ce(qi,"Solid",0);var yu;qi.Linear=yu=new ce(qi,"Linear",1);var Na;qi.Radial=Na=new ce(qi,"Radial",2);var xf;qi.Pattern=xf=new ce(qi,"Pattern",4);var Pf;qi.Lab=Pf=new ce(qi,"Lab",5);var nS;qi.HSL=nS=new ce(qi,"HSL",6),qi.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 E=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>E.length&&(E="0"+E),2>a.length&&(a="0"+a),"#"+y+E+a},qi.isValidColor=function(a){if(a==="black")return!0;if(a==="")return!1;Sf||(hv(),Sf=!0);var y=cv;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)},qi.lighten=function(a){return qy(a)},qi.lightenBy=qy,qi.darken=function(a){return tS(a)},qi.darkenBy=tS,qi.mix=rv,qi.isDark=mf;function yr(){this.xa="Base"}yr.prototype.measure=function(){},yr.prototype.Yz=function(a,y,x,E,b){a.measure(y,x,E,b)},yr.prototype.arrange=function(){},yr.prototype.Ly=function(a,y,x,E,b,z){a.arrange(y,x,E,b,z)},yr.prototype.iA=function(a){a.Uj()},yr.prototype.gc=function(){},fe.Object.defineProperties(yr.prototype,{name:{get:function(){return this.xa},set:function(a){this.xa=a}},classType:{get:function(){return Re}}}),yr.prototype.remeasureObject=yr.prototype.iA,yr.prototype.arrangeElement=yr.prototype.Ly,yr.prototype.measureElement=yr.prototype.Yz,yr.className="PanelLayout";function dm(){this.xa="Base"}Ce(dm,yr),dm.prototype.measure=function(a,y,x,E,b,z,tt){var ot=E.length;a=Su(a);for(var rt=0;rt<ot;rt++){var at=E[rt];if(at.visible||at===a){var ut=at.margin,ft=ut.right+ut.left;ut=ut.top+ut.bottom,at.measure(y,x,z,tt);var mt=at.measuredBounds;ft=Math.max(mt.width+ft,0),ut=Math.max(mt.height+ut,0),mt=at.position.x;var yt=at.position.y;isFinite(mt)||(mt=0),isFinite(yt)||(yt=0),at instanceof Si&&at.isGeometryPositioned&&(at=at.strokeWidth/2,mt-=at,yt-=at),Go(b,mt,yt,ft,ut)}}},dm.prototype.arrange=function(a,y,x){var E=y.length,b=a.padding;for(a=x.x-b.left,x=x.y-b.top,b=0;b<E;b++){var z=y[b],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 Si&&z.isGeometryPositioned){var ut=z.strokeWidth/2;rt-=ut,at-=ut}z.visible&&z.arrange(rt+ot.left,at+ot.top,tt.width,tt.height)}};function cm(){this.xa="Base"}Ce(cm,yr),cm.prototype.measure=function(a,y,x,E,b,z,tt){var ot=E.length;y=In(),z=Su(a);for(var rt=0;rt<ot;rt++){var at=E[rt];if(at.visible||at===z){var ut=Ws(at,!1);if(ut!==Be&&ut!==Mn)y.push(at);else{at.measure(1/0,x,0,tt),ut=at.margin,at=at.measuredBounds;var ft=Math.max(at.height+ut.top+ut.bottom,0);b.width+=Math.max(at.width+ut.right+ut.left,0),b.height=Math.max(b.height,ft)}}}for(E=y.length,a.desiredSize.height?x=Math.min(a.desiredSize.height,a.maxSize.height):b.height!==0&&(x=Math.min(b.height,a.maxSize.height)),a=0;a<E;a++)rt=y[a],(rt.visible||rt===z)&&(ut=rt.margin,ot=ut.right+ut.left,ut=ut.top+ut.bottom,rt.measure(1/0,x,0,tt),rt=rt.measuredBounds,ut=Math.max(rt.height+ut,0),b.width+=Math.max(rt.width+ot,0),b.height=Math.max(b.height,ut));mn(y)},cm.prototype.arrange=function(a,y,x){for(var E=y.length,b=a.padding,z=b.top,tt=a.isOpposite,ot=tt?x.width:b.left,rt=0;rt<E;rt++){var at=z,ut=y[rt];if(ut.visible){var ft=ut.measuredBounds,mt=ut.margin,yt=mt.top+mt.bottom,St=z+b.bottom,Mt=ft.height,It=Ws(ut,!1);(isNaN(ut.desiredSize.height)&&It===De||It===_n)&&(Mt=Math.max(x.height-yt-St,0)),yt=Mt+yt+St,St=ut.alignment,St.Xb()&&(St=a.defaultAlignment),St.sb()||(St=Di),tt&&(ot-=ft.width+mt.left+mt.right),ut.arrange(ot+St.offsetX+mt.left,at+St.offsetY+mt.top+(x.height*St.y-yt*St.y),ft.width,Mt),tt||(ot+=ft.width+mt.left+mt.right)}}};function fm(){this.xa="Base"}Ce(fm,yr),fm.prototype.measure=function(a,y,x,E,b,z){var tt=E.length;x=In();for(var ot=Su(a),rt=0;rt<tt;rt++){var at=E[rt];if(at.visible||at===ot){var ut=Ws(at,!1);if(ut!==Be&&ut!==_n)x.push(at);else{var ft=at.margin;ut=ft.right+ft.left,ft=ft.top+ft.bottom,at.measure(y,1/0,z,0),at=at.measuredBounds,dr(b,Math.max(b.width,Math.max(at.width+ut,0)),b.height+Math.max(at.height+ft,0))}}}if(E=x.length,E!==0){for(a.desiredSize.width?y=Math.min(a.desiredSize.width,a.maxSize.width):b.width!==0&&(y=Math.min(b.width,a.maxSize.width)),a=0;a<E;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),b.width=Math.max(b.width,Math.max(rt.width+tt,0)),b.height+=at);mn(x)}},fm.prototype.arrange=function(a,y,x){for(var E=y.length,b=a.padding,z=b.left,tt=a.isOpposite,ot=tt?x.height:b.top,rt=0;rt<E;rt++){var at=z,ut=y[rt];if(ut.visible){var ft=ut.measuredBounds,mt=ut.margin,yt=mt.left+mt.right,St=z+b.right,Mt=ft.width,It=Ws(ut,!1);(isNaN(ut.desiredSize.width)&&It===De||It===Mn)&&(Mt=Math.max(x.width-yt-St,0)),yt=Mt+yt+St,St=ut.alignment,St.Xb()&&(St=a.defaultAlignment),St.sb()||(St=Di),tt&&(ot-=ft.height+mt.bottom+mt.top),ut.arrange(at+St.offsetX+mt.left+(x.width*St.x-yt*St.x),ot+St.offsetY+mt.top,Mt,ft.height),tt||(ot+=ft.height+mt.bottom+mt.top)}}};function gm(){this.xa="Base"}Ce(gm,yr),gm.prototype.measure=function(a,y,x,E,b,z,tt){var ot=E.length,rt=a.Pb(),at=rt.margin,ut=at.right+at.left,ft=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+ut,0),St=Math.max(tt+ft,0),Mt=a.isClipping,It=me.allocAt(-at.left,-at.top,yt,St),Tt=me.allocAt(0,0,z,tt);fv(rt,Tt,!0),z=Tt.width,tt=Tt.height;for(var jt=!0,Gt=Su(a),Ht=0;Ht<ot;Ht++){var Yt=E[Ht];mt=y;var re=x;if(Yt!==rt&&(Yt.visible||Yt===Gt)){at=Yt.margin;var qe=at.left,pn=at.top;switch(yt=at.right+at.left,St=at.top+at.bottom,at=Ws(Yt,!1),at){case De:mt=z,re=tt,pn=qe=St=yt=0;break;case Mn:mt=z,qe=yt=0;break;case _n:re=tt,pn=St=0}Yt.measure(mt,re,0,0),mt=Yt.measuredBounds,yt=Math.max(mt.width+yt,0),St=Math.max(mt.height+St,0),at=Yt.alignment,at.Xb()&&(at=a.defaultAlignment),at.sb()||(at=Di);var hn=Yt.alignmentFocus;if(hn.Xb()&&(hn=Di),re=null,Yt instanceof Re&&Yt.$e!==""&&(re=Yt.fb(Yt.$e),re===Yt&&(re=null)),qe=Tt.x-qe,pn=Tt.y-pn,re!==null){for(Yt.arrange(0,0,mt.width,mt.height),mt=re.actualBounds,mt=At.allocAt(mt.x+(hn.x*mt.width-hn.offsetX),mt.y+(hn.y*mt.height-hn.offsetY)),re=re.panel;re!==Yt;)re.transform.Ga(mt),re=re.panel;qe+=at.x*z+at.offsetX-mt.x,pn+=at.y*tt+at.offsetY-mt.y,At.free(mt)}else qe+=at.x*z+at.offsetX-(hn.x*mt.width+hn.offsetX),pn+=at.y*tt+at.offsetY-(hn.y*mt.height+hn.offsetY);jt?(jt=!1,b.h(qe,pn,yt,St)):Go(b,qe,pn,yt,St)}}switch(jt?b.assign(It):Mt?b.Uu(Tt.x,Tt.y,Tt.width,Tt.height):Go(b,It.x,It.y,It.width,It.height),me.free(It),me.free(Tt),at=rt.stretch,at===ci&&(at=Ws(rt,!1)),at){case Be:return;case De:if(!isFinite(y)&&!isFinite(x))return;break;case Mn:if(!isFinite(y))return;break;case _n:if(!isFinite(x))return}for(mt=rt.measuredBounds,z=mt.width,tt=mt.height,yt=Math.max(z+ut,0),St=Math.max(tt+ft,0),at=rt.margin,Tt=me.allocAt(-at.left,-at.top,yt,St),fv(rt,Tt,!0),z=Tt.width,tt=Tt.height,y=0;y<ot;y++)x=E[y],x===rt||!x.visible&&x!==Gt||(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),ut=x.alignment,ut.Xb()&&(ut=a.defaultAlignment),ut.sb()||(ut=Di),x=x.alignmentFocus,x.Xb()&&(x=Di),jt?(jt=!1,b.h(ut.x*z+ut.offsetX-(x.x*mt.width+x.offsetX)-at.left,ut.y*tt+ut.offsetY-(x.y*mt.height+x.offsetY)-at.top,yt,St)):Go(b,ut.x*z+ut.offsetX-(x.x*mt.width+x.offsetX)-at.left,ut.y*tt+ut.offsetY-(x.y*mt.height+x.offsetY)-at.top,yt,St));jt?b.assign(It):Mt?b.Uu(Tt.x,Tt.y,Tt.width,Tt.height):Go(b,It.x,It.y,It.width,It.height),me.free(Tt)},gm.prototype.arrange=function(a,y,x){var E=y.length,b=a.Pb(),z=b.measuredBounds,tt=z.width,ot=z.height,rt=a.padding;z=rt.left,rt=rt.top;var at=z-x.x,ut=rt-x.y;for(b.arrange(at,ut,tt,ot),tt=me.allocAt(0,0,tt,ot),fv(b,tt,!1),ot=0;ot<E;ot++){var ft=y[ot];if(ft!==b){at=ft.measuredBounds;var mt=at.width,yt=at.height;ut=ft.alignment,ut.Xb()&&(ut=a.defaultAlignment),ut.sb()||(ut=Di);var St=ft.alignmentFocus;if(St.Xb()&&(St=Di),at=null,ft instanceof Re&&ft.$e!==""&&(at=ft.fb(ft.$e),at===ft&&(at=null)),at!==null){var Mt=at.actualBounds;for(St=At.allocAt(Mt.x+(St.x*Mt.width-St.offsetX),Mt.y+(St.y*Mt.height-St.offsetY)),at=at.panel;at!==ft;)at.transform.Ga(St),at=at.panel;at=ut.x*tt.width+ut.offsetX-St.x,ut=ut.y*tt.height+ut.offsetY-St.y,At.free(St)}else at=ut.x*tt.width+ut.offsetX-(St.x*mt+St.offsetX),ut=ut.y*tt.height+ut.offsetY-(St.y*yt+St.offsetY);at+=tt.x-x.x,ut+=tt.y-x.y,ft.visible&&ft.arrange(z+at,rt+ut,mt,yt)}}me.free(tt)};function fv(a,y,x){var E=null;if(a instanceof Re&&a.$e!==""&&(E=a.fb(a.$e),E===a&&(E=null)),E!==null)for(x&&a.arrange(0,0,y.width,y.height),y.assign(E.actualBounds),E=E.panel;E!==a;)E.transform.pp(y),E=E.panel}function pm(){this.xa="Base"}Ce(pm,yr),pm.prototype.measure=function(a,y,x,E,b,z,tt){var ot=E.length,rt=a.Pb(),at=rt.margin,ut=y,ft=x,mt=at.right+at.left,yt=at.top+at.bottom;rt.measure(y,x,z,tt),at=rt.measuredBounds;var St=0,Mt=null;rt instanceof Si&&(Mt=rt,St=Mt.strokeWidth*Mt.scale);var It=Math.max(at.width+mt,0);at=Math.max(at.height+yt,0);var Tt=vv(rt),jt=Tt.x*It+Tt.offsetX;Tt=Tt.y*at+Tt.offsetY;var Gt=yv(rt),Ht=Gt.x*It+Gt.offsetX;for(Gt=Gt.y*at+Gt.offsetY,isFinite(y)&&(ut=Math.max(Math.abs(jt-Ht)-St,0)),isFinite(x)&&(ft=Math.max(Math.abs(Tt-Gt)-St,0)),St=Je.alloc(),St.h(0,0),a=Su(a),Gt=0;Gt<ot;Gt++)Tt=E[Gt],Tt===rt||!Tt.visible&&Tt!==a||(at=Tt.margin,It=at.right+at.left,jt=at.top+at.bottom,Tt.measure(ut,ft,0,0),at=Tt.measuredBounds,It=Math.max(at.width+It,0),at=Math.max(at.height+jt,0),St.h(Math.max(It,St.width),Math.max(at,St.height)));if(ot===1)b.width=It,b.height=at,Je.free(St);else{switch(Tt=vv(rt),Gt=yv(rt),ot=E=0,Gt.x!==Tt.x&&Gt.y!==Tt.y&&(E=St.width/Math.abs(Gt.x-Tt.x),ot=St.height/Math.abs(Gt.y-Tt.y)),Je.free(St),St=0,Mt!==null&&(St=Mt.strokeWidth*Mt.scale,Lv(Mt)===yn&&(E=ot=Math.max(E,ot))),E+=Math.abs(Tt.offsetX)+Math.abs(Gt.offsetX)+St,ot+=Math.abs(Tt.offsetY)+Math.abs(Gt.offsetY)+St,Mt=rt.stretch,Mt===ci&&(Mt=Ws(rt,!1)),Mt){case Be:tt=z=0;break;case De:isFinite(y)&&(E=y),isFinite(x)&&(ot=x);break;case Mn:isFinite(y)&&(E=y),tt=0;break;case _n:z=0,isFinite(x)&&(ot=x)}rt.Uj(),rt.measure(E,ot,z,tt),b.width=rt.measuredBounds.width+mt,b.height=rt.measuredBounds.height+yt}},pm.prototype.arrange=function(a,y){var x=y.length,E=a.Pb(),b=E.measuredBounds,z=me.alloc();z.h(0,0,1,1);var tt=E.margin,ot=tt.left;tt=tt.top;var rt=a.padding,at=rt.left;rt=rt.top,E.arrange(at+ot,rt+tt,b.width,b.height);var ut=vv(E),ft=yv(E),mt=ut.y*b.height+ut.offsetY,yt=ft.x*b.width+ft.offsetX;for(ft=ft.y*b.height+ft.offsetY,z.x=ut.x*b.width+ut.offsetX,z.y=mt,Go(z,yt,ft,0,0),z.x+=ot+at,z.y+=tt+rt,b=0;b<x;b++)ot=y[b],ot!==E&&(at=ot.measuredBounds,tt=ot.margin,rt=Math.max(at.width+tt.right+tt.left,0),ut=Math.max(at.height+tt.top+tt.bottom,0),mt=ot.alignment,mt.Xb()&&(mt=a.defaultAlignment),mt.sb()||(mt=Di),rt=z.width*mt.x+mt.offsetX-rt*mt.x+tt.left+z.x,tt=z.height*mt.y+mt.offsetY-ut*mt.y+tt.top+z.y,ot.visible&&(Nr(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 me(z.x,z.y,z.width,z.height))));me.free(z)};function mm(){this.xa="Base",this.name="Table"}Ce(mm,yr),mm.prototype.measure=function(a,y,x,E,b){for(var z=E.length,tt=In(),ot=In(),rt=0;rt<z;rt++){var at=E[rt],ut=at instanceof Re?at:null;if(ut!==null&&Xu(ut)&&at.visible){ot.push(ut);for(var ft=ut.O.s,mt=ft.length,yt=0;yt<mt;yt++){var St=ft[yt];ut.type===Re.TableRow?St.row=at.row:ut.type===Re.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 Mt=[],It=0;It<z;It++){var Tt=tt[It];Tt.visible&&(fr(Tt,!0),Yl(Tt,!0),Mt[Tt.row]||(Mt[Tt.row]=[]),Mt[Tt.row][Tt.column]||(Mt[Tt.row][Tt.column]=[]),Mt[Tt.row][Tt.column].push(Tt))}mn(tt);var jt=In(),Gt=In(),Ht=In(),Yt={count:0},re={count:0},qe=y,pn=x,hn=a.rowDefs,_e=a.colDefs,Ne=null;z=hn.length;for(var hi=0;hi<z;hi++)Ne=hn[hi],Ne!==void 0&&(Ne.actual=0);z=_e.length;for(var $n=0;$n<z;$n++)Ne=_e[$n],Ne!==void 0&&(Ne.actual=0);for(var Xi=Mt.length,co=0,Mr=0;Mr<Xi;Mr++)Mt[Mr]&&(co=Math.max(co,Mt[Mr].length));var Fr=Math.min(a.topIndex,Xi-1),ms=Math.min(a.leftIndex,co-1),Er=0;Xi=Mt.length;for(var rh=Su(a),ar=0;ar<Xi;ar++)if(Mt[ar]){co=Mt[ar].length;var Pl=a.Fb(ar);Pl.actual=0;for(var vs=Pl.oc=0;vs<co;vs++)if(Mt[ar][vs]){var sh=a.Eb(vs);jt[vs]===void 0&&(sh.actual=0,sh.oc=0,jt[vs]=!0);for(var xa=Mt[ar][vs],Xa=xa.length,aa=0;aa<Xa;aa++){var Qs=xa[aa];if(Qs.visible||Qs===rh){var $h=1<Qs.rowSpan||1<Qs.columnSpan;$h&&(ar<Fr||vs<ms||Gt.push(Qs));var wl=Qs.margin,Vf=wl.right+wl.left,la=wl.top+wl.bottom,ys=ml(Qs,Pl,sh,!1),Mp=Qs.desiredSize,Bc=!isNaN(Mp.height),Rl=!isNaN(Mp.width)&&Bc;if($h||ys===Be||Rl||ar<Fr||vs<ms||(Yt[vs]!==void 0||ys!==De&&ys!==Mn||(Yt[vs]=-1,Yt.count++),re[ar]!==void 0||ys!==De&&ys!==_n||(re[ar]=-1,re.count++),Ht.push(Qs)),Qs.measure(1/0,1/0,0,0),!(ar<Fr||vs<ms)){var $s=Qs.measuredBounds,zd=Math.max($s.width+Vf,0),ua=Math.max($s.height+la,0);if(Qs.rowSpan===1&&(ys===Be||ys===Mn)){Ne=a.Fb(ar);var qh=Ne.Wc();Er=Math.max(ua-Ne.actual,0),Er+qh>pn&&(Er=Math.max(pn-qh,0));var z0=Ne.oa===0;Ne.oc=Ne.oc+Er,Ne.actual=Ne.oa+Er,pn=Math.max(pn-(Er+(z0?qh:0)),0)}if(Qs.columnSpan===1&&(ys===Be||ys===_n)){Ne=a.Eb(vs);var Ep=Ne.Wc();Er=Math.max(zd-Ne.actual,0),Er+Ep>qe&&(Er=Math.max(qe-Ep,0));var Gy=Ne.oa===0;Ne.oc=Ne.oc+Er,Ne.actual=Ne.oa+Er,qe=Math.max(qe-(Er+(Gy?Ep:0)),0)}$h&&Qs.Uj()}}}}}mn(jt);var ru=0,wu=0;z=a.columnCount;for(var Ac=0;Ac<z;Ac++){var td=_e[Ac];td!==void 0&&(ru+=isNaN(td.Hc)?td.oc:td.Hc,td.oc!==0&&(ru+=td.Wc()))}z=a.rowCount;for(var Uf=0;Uf<z;Uf++){var ed=hn[Uf];ed!==void 0&&(wu+=isNaN(ed.Hc)?ed.oc:ed.Hc,ed.oc!==0&&(wu+=ed.Wc()))}qe=Math.max(y-ru,0);var su=pn=Math.max(x-wu,0),ah=qe;z=Ht.length;for(var qs=0;qs<z;qs++){var jl=Ht[qs],G0=a.Fb(jl.row),Cu=a.Eb(jl.column),Zf=jl.measuredBounds,Cl=jl.margin,Gd=Cl.right+Cl.left,zl=Cl.top+Cl.bottom;Yt[jl.column]=Cu.oc===0&&Yt[jl.column]!==void 0?Math.max(Zf.width+Gd,Yt[jl.column]):null,re[jl.row]=G0.oc===0&&re[jl.row]!==void 0?Math.max(Zf.height+zl,re[jl.row]):null}var Dc=0,Kf=0,cl;for(cl in re)cl!=="count"&&(Dc+=re[cl]);for(cl in Yt)cl!=="count"&&(Kf+=Yt[cl]);for(var Vr=Je.alloc(),Np=0;Np<z;Np++){var Os=Ht[Np];if(Os.visible||Os===rh){var lr=a.Fb(Os.row),Is=a.Eb(Os.column),Lu=0;isFinite(Is.width)?Lu=Is.width:(isFinite(qe)&&Yt[Os.column]!==null?Kf===0?Lu=Is.actual+qe:Lu=Yt[Os.column]/Kf*ah:Yt[Os.column]!==null?Lu=qe:Lu=Is.actual||qe,Lu=Math.max(0,Lu-Is.Wc()));var lh=0;switch(isFinite(lr.height)?lh=lr.height:(isFinite(pn)&&re[Os.row]!==null?Dc===0?lh=lr.actual+pn:lh=re[Os.row]/Dc*su:re[Os.row]!==null?lh=pn:lh=lr.actual||pn,lh=Math.max(0,lh-lr.Wc())),Vr.h(Math.max(Is.minimum,Math.min(Lu,Is.maximum)),Math.max(lr.minimum,Math.min(lh,lr.maximum))),ys=ml(Os,lr,Is,!1),ys){case Mn:Vr.height=Math.max(Vr.height,lr.actual+pn);break;case _n:Vr.width=Math.max(Vr.width,Is.actual+qe)}var _d=Os.margin,_y=_d.right+_d.left,_0=_d.top+_d.bottom;Os.Uj(),Os.measure(Vr.width,Vr.height,Is.minimum,lr.minimum);var Yf=Os.measuredBounds,Hd=Math.max(Yf.width+_y,0),Oc=Math.max(Yf.height+_0,0);isFinite(qe)&&(Hd=Math.min(Hd,Vr.width)),isFinite(pn)&&(Oc=Math.min(Oc,Vr.height));var ta=0;ta=lr.actual,lr.actual=Math.max(lr.actual,Oc),lr.oc=Math.max(lr.oc,Oc),Er=lr.actual-ta,pn=Math.max(pn-Er,0),re[Os.row]===null&&(su=Math.max(su-Er,0)),ta=Is.actual,Is.actual=Math.max(Is.actual,Hd),Is.oc=Math.max(Is.oc,Hd),Er=Is.actual-ta,qe=Math.max(qe-Er,0),Yt[Os.column]===null&&(ah=Math.max(ah-Er,0))}}mn(Ht);var ku=Je.alloc(),Ll=In(),Aa=In();if(z=Gt.length,z!==0){for(var nd=0;nd<Xi;nd++)if(Mt[nd]){co=Mt[nd].length;var Xf=a.Fb(nd);Ll[nd]=Xf.actual;for(var id=0;id<co;id++)if(Mt[nd][id]){var H0=a.Eb(id);Aa[id]=H0.actual}}}for(var Jf=0;Jf<z;Jf++){var Qo=Gt[Jf];if(Qo.visible||Qo===rh){var fl=a.Fb(Qo.row),Ja=a.Eb(Qo.column);switch(Vr.h(Math.max(Ja.minimum,Math.min(y,Ja.maximum)),Math.max(fl.minimum,Math.min(x,fl.maximum))),ys=ml(Qo,fl,Ja,!1),ys){case De:Aa[Ja.index]!==0&&(Vr.width=Math.min(Vr.width,Aa[Ja.index])),Ll[fl.index]!==0&&(Vr.height=Math.min(Vr.height,Ll[fl.index]));break;case Mn:Aa[Ja.index]!==0&&(Vr.width=Math.min(Vr.width,Aa[Ja.index]));break;case _n:Ll[fl.index]!==0&&(Vr.height=Math.min(Vr.height,Ll[fl.index]))}isFinite(Ja.width)&&(Vr.width=Ja.width),isFinite(fl.height)&&(Vr.height=fl.height),ku.h(0,0);for(var W0=Ja.minimum,ha=fl.minimum,uh=1;uh<Qo.rowSpan&&!(Qo.row+uh>=a.rowCount);uh++)Ne=a.Fb(Qo.row+uh),Er=0,Er=ys===De||ys===_n?Math.max(Ne.minimum,Ll[Qo.row+uh]===0?Ne.maximum:Math.min(Ll[Qo.row+uh],Ne.maximum)):Math.max(Ne.minimum,isNaN(Ne.Hc)?Ne.maximum:Math.min(Ne.Hc,Ne.maximum)),ku.height+=Er,ha+=Ne.minimum;for(var Qa=1;Qa<Qo.columnSpan&&!(Qo.column+Qa>=a.columnCount);Qa++)Ne=a.Eb(Qo.column+Qa),Er=0,Er=ys===De||ys===Mn?Math.max(Ne.minimum,Aa[Qo.column+Qa]===0?Ne.maximum:Math.min(Aa[Qo.column+Qa],Ne.maximum)):Math.max(Ne.minimum,isNaN(Ne.Hc)?Ne.maximum:Math.min(Ne.Hc,Ne.maximum)),ku.width+=Er,W0+=Ne.minimum;Vr.width+=ku.width,Vr.height+=ku.height;var Qf=Qo.margin,od=Qf.right+Qf.left,bp=Qf.top+Qf.bottom;Qo.measure(Vr.width,Vr.height,W0,ha);for(var $f=Qo.measuredBounds,Gl=Math.max($f.width+od,0),Wd=Math.max($f.height+bp,0),rd=0,qf=0;qf<Qo.rowSpan&&!(Qo.row+qf>=a.rowCount);qf++)Ne=a.Fb(Qo.row+qf),rd+=Ne.total||0;if(rd<Wd){var hh=Wd-rd,au=Wd-rd;if(Qo.spanAllocation!==null)for(var dh=Qo.spanAllocation,Mu=0;Mu<Qo.rowSpan&&!(0>=hh)&&!(Qo.row+Mu>=a.rowCount);Mu++){Ne=a.Fb(Qo.row+Mu);var ch=Ne.oa||0,Vd=dh(Qo,Ne,au);Ne.actual=Math.min(Ne.maximum,ch+Vd),Ne.oa!==ch&&(hh-=Ne.oa-ch)}for(;0<hh;){var kl=Ne.oa||0;if(isNaN(Ne.height)&&Ne.maximum>kl&&(Ne.actual=Math.min(Ne.maximum,kl+hh),Ne.oa!==kl&&(hh-=Ne.oa-kl)),Ne.index===0)break;Ne=a.Fb(Ne.index-1)}}for(var Ic=0,fh=0;fh<Qo.columnSpan&&!(Qo.column+fh>=a.columnCount);fh++)Ne=a.Eb(Qo.column+fh),Ic+=Ne.total||0;if(Ic<Gl){var Rc=Gl-Ic,Hy=Gl-Ic;if(Qo.spanAllocation!==null)for(var Eu=Qo.spanAllocation,Ud=0;Ud<Qo.columnSpan&&!(0>=Rc)&&!(Qo.column+Ud>=a.columnCount);Ud++){Ne=a.Eb(Qo.column+Ud);var Tp=Ne.oa||0,Wy=Eu(Qo,Ne,Hy);Ne.actual=Math.min(Ne.maximum,Tp+Wy),Ne.oa!==Tp&&(Rc-=Ne.oa-Tp)}for(;0<Rc;){var V0=Ne.oa||0;if(isNaN(Ne.width)&&Ne.maximum>V0&&(Ne.actual=Math.min(Ne.maximum,V0+Rc),Ne.oa!==V0&&(Rc-=Ne.oa-V0)),Ne.index===0)break;Ne=a.Eb(Ne.index-1)}}}}mn(Gt),Je.free(ku),Je.free(Vr),Ll!==void 0&&mn(Ll),Aa!==void 0&&mn(Aa);var jc=0,zc=0,U0=a.desiredSize,gx=a.maxSize;ys=Ws(a,!0);var Fp=wu=ru=0,Bp=0;z=a.columnCount;for(var Z0=0;Z0<z;Z0++)_e[Z0]!==void 0&&(Ne=a.Eb(Z0),isFinite(Ne.width)?(Fp+=Ne.width,Fp+=Ne.Wc()):Mm(Ne)===Wg?(Fp+=Ne.oa,Fp+=Ne.Wc()):Ne.oa!==0&&(ru+=Ne.oa,ru+=Ne.Wc()));isFinite(U0.width)?jc=Math.min(U0.width,gx.width):jc=ys!==Be&&isFinite(y)?y:ru,jc=Math.max(jc,a.minSize.width),jc=Math.max(jc-Fp,0);for(var Qx=ru===0?1:Math.max(jc/ru,1),K0=0;K0<z;K0++)_e[K0]!==void 0&&(Ne=a.Eb(K0),isFinite(Ne.width)||Mm(Ne)===Wg||(Ne.actual=Ne.oa*Qx),Ne.position=b.width,Ne.oa!==0&&(b.width+=Ne.oa,b.width+=Ne.Wc()));z=a.rowCount;for(var Y0=0;Y0<z;Y0++)hn[Y0]!==void 0&&(Ne=a.Fb(Y0),isFinite(Ne.height)?(Bp+=Ne.height,Bp+=Ne.Wc()):Mm(Ne)===Wg?(Bp+=Ne.oa,Bp+=Ne.Wc()):Ne.oa!==0&&(wu+=Ne.oa,wu+=Ne.Wc()));isFinite(U0.height)?zc=Math.min(U0.height,gx.height):zc=ys!==Be&&isFinite(x)?x:wu,zc=Math.max(zc,a.minSize.height),zc=Math.max(zc-Bp,0);for(var $x=wu===0?1:Math.max(zc/wu,1),X0=0;X0<z;X0++)hn[X0]!==void 0&&(Ne=a.Fb(X0),isFinite(Ne.height)||Mm(Ne)===Wg||(Ne.actual=Ne.oa*$x),Ne.position=b.height,Ne.oa!==0&&(b.height+=Ne.oa,b.height+=Ne.Wc()));z=ot.length;for(var Vy=0;Vy<z;Vy++){var Ap=ot[Vy],Uy=0,Zy=0;Ap.type===Re.TableRow?(Uy=b.width,Ne=a.Fb(Ap.row),Zy=Ne.actual):(Ne=a.Eb(Ap.column),Uy=Ne.actual,Zy=b.height),Ap.measuredBounds.h(0,0,Uy,Zy),fr(Ap,!1)}mn(ot),a.inRowsCols=Mt},mm.prototype.arrange=function(a,y,x){var E=y.length,b=a.padding,z=b.left;b=b.top;var tt=a.inRowsCols;if(tt!==null){for(var ot,rt,at=tt.length,ut=0,ft=0;ft<at;ft++)tt[ft]&&(ut=Math.max(ut,tt[ft].length));rt=a.rowDefs,ot=a.colDefs;var mt=ft=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),ft=-rt[yt].position}var St=Math.min(a.leftIndex,ut-1);if(0<ot.length){for(;St!==ut&&(ot[St]===void 0||ot[St].oa===0);)St++;St=Math.max(Math.min(St,ut-1),0),mt=-ot[St].position}for(var Mt=0,It=0;Mt!==at&&rt[Mt]===void 0;)Mt++;for(;It!==at&&ot[It]===void 0;)It++;ut=a.part,a.Fb(Mt),a.Eb(It);for(var Tt=0;Tt<y.length;Tt++){var jt=y[Tt];if(jt instanceof Re&&jt.visible&&Xu(jt)){if(jt.type===Re.TableRow){ot=a.Fb(jt.row);var Gt=a.Eb(It)}else ot=a.Fb(Mt),Gt=a.Eb(jt.column);rt=ot.position+ft+b,ot.oa!==0&&(rt+=ot.Io(Math.max(Mt,yt))),ot=Gt.position+mt+z,Gt.oa!==0&&(ot+=Gt.Io(Math.max(It,St))),Gt=jt.measuredBounds,jt.Uk(),jt.actualBounds.ka();var Ht=jt.actualBounds,Yt=me.allocAt(Ht.x,Ht.y,Ht.width,Ht.height);Ht.x=jt.type===Re.TableRow?z:ot,Ht.y=jt.type===Re.TableColumn?b:rt,Ht.width=Gt.width,Ht.height=Gt.height,jt.actualBounds.freeze(),Yl(jt,!1),Da(Yt,Ht)||ut===null||(ut.oh(),jt.Pn(ut)),me.free(Yt)}}for(Tt=Je.alloc(),jt=0;jt<at;jt++)if(tt[jt]){for(ut=tt[jt].length,Gt=a.Fb(jt),rt=Gt.position+ft+b,Gt.oa!==0&&(rt+=Gt.Io(Math.max(Mt,yt))),Ht=0;Ht<ut;Ht++)if(tt[jt][Ht]){Yt=a.Eb(Ht),ot=Yt.position+mt+z,Yt.oa!==0&&(ot+=Yt.Io(Math.max(It,St)));for(var re=tt[jt][Ht],qe=re.length,pn=0;pn<qe;pn++){var hn=re[pn],_e=hn.measuredBounds;Tt.h(0,0);for(var Ne=1;Ne<hn.rowSpan&&!(jt+Ne>=a.rowCount);Ne++){var hi=a.Fb(jt+Ne);hi.oa!==0&&(Tt.height+=hi.total)}for(Ne=1;Ne<hn.columnSpan&&!(Ht+Ne>=a.columnCount);Ne++)hi=a.Eb(Ht+Ne),hi.oa!==0&&(Tt.width+=hi.total);var $n=Yt.oa+Tt.width,Xi=Gt.oa+Tt.height;Ne=ot,hi=rt;var co=$n,Mr=Xi,Fr=ot,ms=rt,Er=$n,rh=Xi;ot+$n>x.width&&(Er=Math.max(x.width-ot,0)),rt+Xi>x.height&&(rh=Math.max(x.height-rt,0));var ar=hn.alignment;if(ar.Xb()){ar=a.defaultAlignment,ar.sb()||(ar=Di);var Pl=ar.x,vs=ar.y,sh=ar.offsetX;ar=ar.offsetY;var xa=Yt.alignment,Xa=Gt.alignment;xa.sb()&&(Pl=xa.x,sh=xa.offsetX),Xa.sb()&&(vs=Xa.y,ar=Xa.offsetY)}else Pl=ar.x,vs=ar.y,sh=ar.offsetX,ar=ar.offsetY;(isNaN(Pl)||isNaN(vs))&&(vs=Pl=.5,ar=sh=0),xa=_e.width,Xa=_e.height;var aa=hn.margin,Qs=aa.left+aa.right,$h=aa.top+aa.bottom,wl=ml(hn,Gt,Yt,!1);!isNaN(hn.desiredSize.width)||wl!==De&&wl!==Mn||(xa=Math.max($n-Qs,0)),!isNaN(hn.desiredSize.height)||wl!==De&&wl!==_n||(Xa=Math.max(Xi-$h,0)),$n=hn.maxSize,Xi=hn.minSize,xa=Math.min($n.width,xa),Xa=Math.min($n.height,Xa),xa=Math.max(Xi.width,xa),Xa=Math.max(Xi.height,Xa),$n=Xa+$h,Ne+=co*Pl-(xa+Qs)*Pl+sh+aa.left,hi+=Mr*vs-$n*vs+ar+aa.top,hn.visible&&(Nr(Fr,ms,Er,rh,Ne,hi,_e.width,_e.height)?hn.arrange(Ne,hi,xa,Xa):hn.arrange(Ne,hi,xa,Xa,new me(Fr,ms,Er,rh)))}}}for(Je.free(Tt),a=0;a<E;a++)x=y[a],z=x instanceof Re?x:null,z!==null&&Xu(z)&&(z=x.actualBounds,x.naturalBounds.ka(),x.naturalBounds.h(0,0,z.width,z.height),x.naturalBounds.freeze())}};function vm(){this.xa="Base"}Ce(vm,yr),vm.prototype.measure=function(){},vm.prototype.arrange=function(){};function ym(){this.xa="Base"}Ce(ym,yr),ym.prototype.measure=function(){},ym.prototype.arrange=function(){};function Sm(){this.xa="Base"}Ce(Sm,yr),Sm.prototype.measure=function(a,y,x,E,b,z,tt){1<E.length&&Wt("Viewbox Panel cannot contain more than one GraphObject."),E=E[0],E.Ca=1,E.Uj(),E.measure(1/0,1/0,z,tt);var ot=E.measuredBounds,rt=E.margin,at=rt.right+rt.left;if(rt=rt.top+rt.bottom,isFinite(y)||isFinite(x)){var ut=E.scale,ft=ot.width;ot=ot.height;var mt=Math.max(y-at,0),yt=Math.max(x-rt,0),St=1;a.viewboxStretch===yn?ft!==0&&ot!==0&&(St=Math.min(mt/ft,yt/ot)):ft!==0&&ot!==0&&(St=Math.max(mt/ft,yt/ot)),St===0&&(St=1e-4),E.Ca*=St,ut!==E.scale&&(fr(E,!0),E.measure(1/0,1/0,z,tt))}ot=E.measuredBounds,b.width=isFinite(y)?y:Math.max(ot.width+at,0),b.height=isFinite(x)?x:Math.max(ot.height+rt,0)},Sm.prototype.arrange=function(a,y,x){y=y[0];var E=y.measuredBounds,b=y.margin,z=Math.max(E.width+(b.right+b.left),0);b=Math.max(E.height+(b.top+b.bottom),0);var tt=y.alignment;tt.Xb()&&(tt=a.defaultAlignment),tt.sb()||(tt=Di),y.arrange(x.width*tt.x-z*tt.x+tt.offsetX,x.height*tt.y-b*tt.y+tt.offsetY,E.width,E.height)};function Gg(){this.xa="Base"}Ce(Gg,yr),Gg.prototype.measure=function(){},Gg.prototype.arrange=function(){},Gg.prototype.gc=function(a,y,x){x=a.Df()*x.scale,0>=x&&(x=1);var E=a.gridCellSize,b=E.width;E=E.height;var z=a.naturalBounds,tt=a.actualBounds,ot=z.width,rt=z.height,at=Math.ceil(ot/b),ut=Math.ceil(rt/E),ft=a.gridOrigin,mt=ft.x;ft=ft.y,y.save(),y.beginPath(),y.rect(0,0,ot,rt),y.clip(),y.Se();for(var yt=[],St=a.O.s,Mt=St.length,It=0;It<Mt;It++){var Tt=St[It],jt=[];if(yt.push(jt),Tt.visible){var Gt=Tt.interval;if(!(0>Gt)){Tt=pv(Tt.figure);for(var Ht=0;Ht<Mt;Ht++)if(Ht!==It){var Yt=St[Ht];Yt.visible&&pv(Yt.figure)===Tt&&(Yt=Yt.interval,Yt>Gt&&jt.push(Yt))}}}}for(St=a.O.s,Mt=St.length,It=0;It<Mt;It++){var re=St[It];if(re.visible&&(jt=re.interval||1,Tt=Math.abs(jt),!(2>b*Tt*x))){if(Gt=re.segmentIndex,(!isFinite(Gt)||isNaN(Gt))&&(Gt=0),0>Gt&&(Gt=Tt-Math.min(-Gt,Tt)),Gt=Math.round(Gt%Tt),Tt=re.opacity,Ht=1,Tt!==1){if(Tt===0)continue;Ht=y.globalAlpha,y.globalAlpha=Ht*Tt}Yt=yt[It];var qe=!1,pn=re.strokeDashArray;if(pn!==null&&(qe=!0,y.js(pn,re.strokeDashOffset)),re.figure==="LineV"&&re.stroke!==null&&0<re.strokeWidth){for(y.lineWidth=re.strokeWidth,Ko(a,y,re.stroke,!1,!1,z,tt),y.beginPath(),pn=re=Math.floor((mt-b)/b);pn<=re+at;pn++){var hn=pn*b+mt;0<=hn&&hn<=ot&&xm(pn,jt,Gt,Yt)&&(y.moveTo(hn,0),y.lineTo(hn,rt))}y.stroke(),y.Se()}else if(re.figure==="LineH"&&re.stroke!==null&&0<re.strokeWidth){for(y.lineWidth=re.strokeWidth,Ko(a,y,re.stroke,!1,!1,z,tt),y.beginPath(),pn=re=Math.floor((ft-E)/E);pn<=re+ut;pn++)hn=pn*E+ft,0<=hn&&hn<=rt&&xm(pn,jt,Gt,Yt)&&(y.moveTo(0,hn),y.lineTo(ot,hn));y.stroke(),y.Se()}else if(re.figure==="BarV"&&re.fill!==null)for(Ko(a,y,re.fill,!0,!1,z,tt),re=re.width,isNaN(re)&&(re=b),hn=pn=Math.floor((mt-b)/b);hn<=pn+at;hn++){var _e=hn*b+mt;0<=_e+re&&_e<=ot&&xm(hn,jt,Gt,Yt)&&y.fillRect(_e,0,re,rt)}else if(re.figure==="BarH"&&re.fill!==null)for(Ko(a,y,re.fill,!0,!1,z,tt),re=re.height,isNaN(re)&&(re=E),hn=pn=Math.floor((ft-E)/E);hn<=pn+ut;hn++)_e=hn*E+ft,0<=_e+re&&_e<=rt&&xm(hn,jt,Gt,Yt)&&y.fillRect(0,_e,ot,re);qe&&y.fs(),Tt!==1&&(y.globalAlpha=Ht)}}y.restore(),y.Vc(!1)};function xm(a,y,x,E){if(0>y)return a%y===x;if(a%y!==x)return!1;y=E.length;for(var b=0;b<y;b++)if(a%E[b]===x)return!1;return!0}function Pm(){this.xa="Base"}Ce(Pm,yr),Pm.prototype.measure=function(a,y,x,E,b){var z=E.length;if(a instanceof Hi||a instanceof We){var tt=null,ot=null;if(a instanceof We&&(tt=a),a instanceof Hi&&(ot=a,tt=ot.adornedPart,a.j===null&&(a.j=[])),tt instanceof We){var rt=tt;if(z===0)dr(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 ut=rt.points,ft=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){iS(a,ot,mt,at);var St=at.measuredBounds;x.ed(St),yt.push(St)}St=pi.alloc();for(var Mt=At.alloc(),It=At.alloc(),Tt=0;Tt<z;Tt++){var jt=E[Tt];if(jt!==at)if(jt.isPanelMain&&jt instanceof Si){iS(a,ot,mt,jt);var Gt=jt.measuredBounds;x.ed(Gt),yt.push(Gt)}else if(2>ft)jt.measure(1/0,1/0,0,0),Gt=jt.measuredBounds,x.ed(Gt),yt.push(Gt);else{var Ht=jt.segmentIndex,Yt=jt.segmentFraction,re=jt.alignmentFocus;re.Mc()&&(re=Di);var qe=jt.segmentOrientation,pn=jt.segmentOffset;if(isNaN(Ht)){var hn=rt.ua;Gt=In(),hn.Qu(Yt,Gt);var _e=At.allocAt(Gt[0],Gt[1]);if(_e.add(rt.i(0)),hn.type===Ve.j?_e.offset(-hn.startX,-hn.startY):(hn=hn.figures.first(),hn!==null&&_e.offset(-hn.startX,-hn.startY)),hn=Gt[2],qe!==Ts){var Ne=rt.computeAngle(jt,qe,hn);jt.Kb=Ne}Ne=_e.x-y.x;var hi=_e.y-y.y;At.free(_e),mn(Gt)}else if(Ht<-ft||Ht>=ft)Gt=At.alloc(),rt.vg(),rt.computeMidPoint(Gt),hn=rt.midAngle,qe!==Ts&&(Ne=rt.computeAngle(jt,qe,hn),jt.Kb=Ne),Ne=Gt.x-y.x,hi=Gt.y-y.y,At.free(Gt);else{if(Ne=0,0<=Ht?(hi=ut.M(Ht),Gt=Ht<ft-1?ut.M(Ht+1):hi):(Ne=ft+Ht,hi=ut.M(Ne),Gt=0<Ne?ut.M(Ne-1):hi),hi.Xa(Gt)){0<=Ht?(hn=0<Ht?ut.M(Ht-1):hi,Ne=Ht<ft-2?ut.M(Ht+2):Gt):(hn=Ne<ft-1?ut.M(Ne+1):hi,Ne=1<Ne?ut.M(Ne-2):Gt),_e=hn.Bf(hi);var $n=Gt.Bf(Ne);hn=_e>$n+10?0<=Ht?hn.ab(hi):hi.ab(hn):$n>_e+10?0<=Ht?Gt.ab(Ne):Ne.ab(Gt):0<=Ht?hn.ab(Ne):Ne.ab(hn)}else hn=0<=Ht?hi.ab(Gt):Gt.ab(hi);qe!==Ts&&(Ne=rt.computeAngle(jt,qe,hn),jt.Kb=Ne),Ne=hi.x+(Gt.x-hi.x)*Yt-y.x,hi=hi.y+(Gt.y-hi.y)*Yt-y.y}jt.measure(1/0,1/0,0,0),Gt=jt.measuredBounds,_e=jt.naturalBounds;var Xi=0;jt instanceof Si&&(Xi=jt.strokeWidth),$n=_e.width+Xi;var co=_e.height+Xi;St.reset(),St.translate(-Gt.x,-Gt.y),St.scale(jt.scale,jt.scale),St.rotate(qe===Ts?jt.angle:hn,$n/2,co/2),qe!==qg&&qe!==ep||St.rotate(90,$n/2,co/2),qe!==tp&&qe!==np||St.rotate(-90,$n/2,co/2),qe===Qm&&(45<hn&&135>hn||225<hn&&315>hn)&&St.rotate(-hn,$n/2,co/2),_e=new me(0,0,$n,co),Mt.xi(_e,re),St.Ga(Mt),re=-Mt.x+Xi/2*jt.scale,jt=-Mt.y+Xi/2*jt.scale,It.assign(pn),Xi=isNaN(pn.x);var Mr=isNaN(pn.y);if(Xi||Mr){$n=$n/2+3,co=co/2+3;var Fr=45<=hn&&135>=hn,ms=225<=hn&&315>=hn;qe===Ts&&(Fr||ms)?(It.x=Mr?$n:pn.y,It.y=Xi?co:pn.x,Fr?0<=Ht||isNaN(Ht)&&.5>Yt||!Xi||(It.y=-co):ms&&((0<=Ht||isNaN(Ht)&&.5>Yt)&&Xi&&(It.y=-co),Mr&&(It.x=-$n))):(Xi&&(It.x=0<=Ht||isNaN(Ht)&&.5>Yt?$n:-$n),Mr&&(It.y=-co),It.rotate(hn))}else It.rotate(hn);Ne+=It.x,hi+=It.y,_e.set(Gt),_e.h(Ne+re,hi+jt,Gt.width,Gt.height),yt.push(_e),x.ed(_e)}}if(tt!==null)for(E=tt.labelNodes;E.next();)E.value.measure(1/0,1/0);a.jg=x,a.position.h(y.x+x.x,y.y+x.y),dr(b,x.width||0,x.height||0),pi.free(St),At.free(Mt),At.free(It)}}}},Pm.prototype.arrange=function(a,y){var x=y.length;if(a instanceof Hi||a instanceof We){var E=a,b=null;a instanceof Hi&&(b=a,E=b.adornedPart);var z=a instanceof Hi?null:E.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 ut=tt[ot];ot++,at.arrange(ut.x-a.jg.x,ut.y-a.jg.y,ut.width,ut.height)}}}if(y=E.points,x=y.count,2<=x&&a instanceof We)for(z=a.labelNodes;z.next();){var ft=a;tt=z.value,ot=tt.segmentIndex,rt=tt.segmentFraction;var mt=tt.alignmentFocus;if(at=tt.segmentOrientation,ut=tt.segmentOffset,isNaN(ot)){var yt=ft.ua,St=In();yt.Qu(rt,St);var Mt=At.allocAt(St[0],St[1]);Mt.add(ft.i(0)),yt.type===Ve.j||(yt=yt.figures.first()),Mt.offset(-yt.startX,-yt.startY),yt=St[2],at!==Ts&&(ft=ft.computeAngle(tt,at,yt),tt.angle=ft),ft=Mt.x;var It=Mt.y;At.free(Mt),mn(St)}else if(ot<-x||ot>=x)St=At.alloc(),yt=ft,It=St,yt.vg(),yt.computeMidPoint(It),yt=ft.midAngle,at!==Ts&&(ft=ft.computeAngle(tt,at,yt),tt.angle=ft),ft=St.x,It=St.y,At.free(St);else{if(Mt=0,0<=ot?(St=y.s[ot],It=ot<x-1?y.s[ot+1]:St):(Mt=x+ot,St=y.s[Mt],It=0<Mt?y.s[Mt-1]:St),St.Xa(It)){0<=ot?(yt=0<ot?y.s[ot-1]:St,Mt=ot<x-2?y.s[ot+2]:It):(yt=Mt<x-1?y.s[Mt+1]:St,Mt=1<Mt?y.s[Mt-2]:It);var Tt=yt.Bf(St),jt=It.Bf(Mt);yt=Tt>jt+10?0<=ot?yt.ab(St):St.ab(yt):jt>Tt+10?0<=ot?It.ab(Mt):Mt.ab(It):0<=ot?yt.ab(Mt):Mt.ab(yt)}else yt=0<=ot?St.ab(It):It.ab(St);at!==Ts&&(ft=ft.computeAngle(tt,at,yt),tt.angle=ft),ft=St.x+(It.x-St.x)*rt,It=St.y+(It.y-St.y)*rt}if(mt.ys())tt.location=new At(ft,It);else{mt.Mc()&&(mt=Di),St=pi.alloc(),St.reset(),St.scale(tt.scale,tt.scale),St.rotate(tt.angle,0,0);var Gt=tt.naturalBounds;Mt=me.allocAt(0,0,Gt.width,Gt.height),Tt=At.alloc(),Tt.xi(Mt,mt),St.Ga(Tt),mt=-Tt.x,jt=-Tt.y;var Ht=Gt.width,Yt=Gt.height;Gt=At.alloc(),Gt.assign(ut);var re=isNaN(ut.x),qe=isNaN(ut.y);if(re||qe){Ht=Ht/2+3,Yt=Yt/2+3;var pn=45<=yt&&135>=yt,hn=225<=yt&&315>=yt;at===Ts&&(pn||hn)?(Gt.x=qe?Ht:ut.y,Gt.y=re?Yt:ut.x,pn?0<=ot||isNaN(ot)&&.5>rt||!re||(Gt.y=-Yt):hn&&((0<=ot||isNaN(ot)&&.5>rt)&&re&&(Gt.y=-Yt),qe&&(Gt.x=-Ht))):(re&&(Gt.x=0<=ot||isNaN(ot)&&.5>rt?Ht:-Ht),qe&&(Gt.y=-Yt),Gt.rotate(yt))}else Gt.rotate(yt);ft+=Gt.x,It+=Gt.y,St.pp(Mt),mt+=Mt.x,jt+=Mt.y,ot=At.allocAt(ft+mt,It+jt),tt.move(ot),At.free(ot),At.free(Gt),At.free(Tt),me.free(Mt),pi.free(St)}}b!==null?b.Ul(!1):E.Ul(!1),E=BS(a),a.location.h(a.position.x+E.x,a.position.y+E.y),At.free(E)}};function iS(a,y,x,E){if(ma(E)!==!1){var b=E.strokeWidth;b===0&&a instanceof Hi&&a.type===Re.Link&&a.adornedObject instanceof Si&&(b=a.adornedObject.strokeWidth),b*=E.Ca,a instanceof We&&a.ua!==null?(a=a.geometry.bounds,E.Ge(a.x-b/2,a.y-b/2,a.width+b,a.height+b)):a instanceof Hi&&a.adornedPart.ua!==null?(a=a.adornedPart.ua.bounds,E.Ge(a.x-b/2,a.y-b/2,a.width+b,a.height+b)):E.Ge(-(b/2),-(b/2),y+b,x+b),b=E.desiredSize,b.w()||E.ua===null?E.dc.h(0,0,b.width,b.height):E.dc.assign(E.ua.bounds),fr(E,!1)}}function _g(){this.xa="Base"}Ce(_g,yr),_g.prototype.measure=function(a,y,x,E,b,z,tt){var ot=a.Pb();a.graduatedBounds=[];var rt=ot.margin,at=rt.right+rt.left,ut=rt.top+rt.bottom;ot.measure(y,x,z,tt);var ft=ot.measuredBounds,mt=new me(-rt.left,-rt.top,Math.max(ft.width+at,0),Math.max(ft.height+ut,0));a.graduatedBounds.push(mt),b.assign(mt);for(var yt=ot.geometry,St=ot.strokeWidth,Mt=yt.flattenedSegments,It=yt.flattenedLengths,Tt=yt.flattenedTotalLength,jt=Mt.length,Gt=0,Ht=0,Yt=In(),re=0;re<jt;re++){var qe=Mt[re],pn=[];Ht=Gt=0;for(var hn=qe.length,_e=0;_e<hn;_e+=2){var Ne=qe[_e],hi=qe[_e+1];if(_e!==0){var $n=180*Math.atan2(hi-Ht,Ne-Gt)/Math.PI;0>$n&&($n+=360),pn.push($n)}Gt=Ne,Ht=hi}Yt.push(pn)}if(a.graduatedIntervals===null){for(var Xi=[],co=a.O.s,Mr=co.length,Fr=0;Fr<Mr;Fr++){var ms=co[Fr],Er=[];if(Xi.push(Er),ms.visible){var rh=ms.interval;if(!(0>rh)){for(var ar=0;ar<Mr;ar++)if(ar!==Fr){var Pl=co[ar];if(Pl.visible&&ms.constructor===Pl.constructor){var vs=Pl.interval;vs>rh&&Er.push(vs)}}}}}a.graduatedIntervals=Xi}var sh=a.graduatedIntervals,xa=a.O.s,Xa=xa.length,aa=0,Qs=0,$h=Tt;a.graduatedMarks=[];for(var wl,Vf=0;Vf<Xa;Vf++){var la=xa[Vf];if(wl=[],la.visible&&la!==ot){var ys=Math.abs(la.interval),Mp=a.graduatedTickUnit;if(!(2>Mp*ys*Tt/a.graduatedRange&&la.graduatedSkip===null)){var Bc=It[0][0],Rl=0,$s=0;Qs=Tt*la.graduatedStart-1e-4,$h=Tt*la.graduatedEnd+1e-4;var zd=Mp*ys,ua=a.graduatedTickBase;if(ua<a.graduatedMin){var qh=(a.graduatedMin-ua)/zd;qh=qh%1===0?qh:Math.floor(qh+1),ua+=qh*zd}else ua>a.graduatedMin+zd&&(ua-=Math.floor((ua-a.graduatedMin)/zd)*zd);for(var z0=sh[Vf],Ep=ua,Gy=1e-6*a.graduatedMax,ru=1;ua<=a.graduatedMax+Gy;ru++){t:{for(var wu=z0.length,Ac=0;Ac<wu;Ac++){var td=(ua-a.graduatedTickBase)%(z0[Ac]*a.graduatedTickUnit),Uf=1e-6*a.graduatedTickUnit;if(td<Uf&&td>-Uf){var ed=!1;break t}}ed=!0}if(ed&&(ua>a.graduatedMax&&(ua=a.graduatedMax),la.graduatedSkip===null||la instanceof fo&&!la.graduatedSkip(ua,la)||la instanceof Si&&!la.graduatedSkip(ua,la))&&(aa=(ua-a.graduatedMin)*Tt/a.graduatedRange,aa>Tt&&(aa=Tt),Qs<=aa&&aa<=$h)){for(var su=Yt[Rl][$s],ah=It[Rl][$s];Rl<It.length;){for(;aa>Bc&&$s<It[Rl].length-1;)$s++,su=Yt[Rl][$s],ah=It[Rl][$s],Bc+=ah;if(aa<=Bc)break;Rl++,$s=0,su=Yt[Rl][$s],ah=It[Rl][$s],Bc+=ah}var qs=Mt[Rl],jl=qs[2*$s],G0=qs[2*$s+1],Cu=(aa-(Bc-ah))/ah,Zf=new At(jl+(qs[2*$s+2]-jl)*Cu+St/2-yt.bounds.x,G0+(qs[2*$s+3]-G0)*Cu+St/2-yt.bounds.y);Zf.scale(ot.scale,ot.scale);t:{var Cl=su,Gd=Yt[Rl];if(!(.5005>Cu&&.4995<Cu)){var zl=Cl;if(.5>Cu?0<$s?zl=Gd[$s-1]:Jt.$(qs[0],qs[qs.length-2])&&Jt.$(qs[1],qs[qs.length-1])&&(zl=Gd[Gd.length-1]):.5<Cu&&($s+1<Gd.length?zl=Gd[$s+1]:Jt.$(qs[0],qs[qs.length-2])&&Jt.$(qs[1],qs[qs.length-1])&&(zl=Gd[0])),Cl!==zl){var Dc=Math.abs(Cl-zl);if(180<Dc&&(Cl<zl?Cl+=360:zl+=360,Dc=Math.abs(Cl-zl)),5e-4>Cu||.9995<Cu){su=(Cl+zl)/2%360;break t}if(10>Dc){var Kf=1-Math.abs(.5-Cu);su=(Cl*Kf+zl*(1-Kf))%360;break t}}}su=Cl}if(la instanceof fo){var cl="";la.graduatedFunction!==null?(cl=la.graduatedFunction(ua,la),cl=cl!=null?cl.toString():""):cl=(+ua.toFixed(2)).toString(),cl!==""&&wl.push({$l:Zf,angle:su,text:cl})}else wl.push({$l:Zf,angle:su})}ua=Ep+ru*zd}}}a.graduatedMarks.push(wl)}mn(Yt);var Vr=a.graduatedMarks;if(Vr!==null)for(var Np=E.length,Os=0;Os<Np;Os++){var lr=E[Os],Is=Vr[Os];if(lr.visible&&lr!==ot&&Is.length!==0){if(lr instanceof Si){var Lu=a,lh=b,_d=lr.alignmentFocus;_d.Mc()&&(_d=Wo);var _y=lr.angle;lr.Kb=0,lr.measure(1/0,1/0,0,0),lr.Kb=_y;var _0=lr.measuredBounds,Yf=_0.width,Hd=_0.height,Oc=me.allocAt(0,0,Yf,Hd),ta=At.alloc();ta.xi(Oc,_d),me.free(Oc);for(var ku=-ta.x,Ll=-ta.y,Aa=new me,nd=Is.length,Xf=0;Xf<nd;Xf++)for(var id=Is[Xf],H0=id.$l.x,Jf=id.$l.y,Qo=id.angle,fl=0;4>fl;fl++){switch(fl){case 0:ta.h(ku,Ll);break;case 1:ta.h(ku+Yf,Ll);break;case 2:ta.h(ku,Ll+Hd);break;case 3:ta.h(ku+Yf,Ll+Hd)}ta.rotate(Qo+lr.angle),ta.offset(H0,Jf),Xf===0&&fl===0?Aa.h(ta.x,ta.y,0,0):Aa.Ye(ta),ta.offset(-H0,-Jf),ta.rotate(-Qo-lr.angle)}At.free(ta),Lu.graduatedBounds!==null&&Lu.graduatedBounds.push(Aa),Go(lh,Aa.x,Aa.y,Aa.width,Aa.height)}else if(lr instanceof fo){var Ja=a,W0=b;Ja.temporaryTextBlock===null&&(Ja.temporaryTextBlock=new fo);var ha=Ja.temporaryTextBlock;yS(ha,lr);var uh=lr.alignmentFocus;uh.Mc()&&(uh=Wo);for(var Qa=lr.segmentOrientation,Qf=lr.segmentOffset,od=new me,bp=0,$f=0,Gl=0,Wd=0,rd=0,qf=Is.length,hh=0;hh<qf;hh++){var au=Is[hh];bp=au.$l.x,$f=au.$l.y,Gl=au.angle,rd=Wd=lr.angle,Qa!==Ts&&(rd=Qa===$g||Qa===Jm?Gl+lr.angle:Gl,Wd=We.computeAngle(Qa,rd)),ha.Kb=Wd,ha.text=au.text||"",ha.measure(1/0,1/0,0,0);var dh=ha.measuredBounds,Mu=ha.naturalBounds,ch=Mu.width,Vd=Mu.height,kl=pi.alloc();kl.reset(),kl.translate(-dh.x,-dh.y),kl.scale(ha.scale,ha.scale),kl.rotate(rd,ch/2,Vd/2),Qa!==qg&&Qa!==ep||kl.rotate(90,ch/2,Vd/2),Qa!==tp&&Qa!==np||kl.rotate(-90,ch/2,Vd/2),Qa===Qm&&(45<Gl&&135>Gl||225<Gl&&315>Gl)&&kl.rotate(-Gl,ch/2,Vd/2);var Ic=me.allocAt(0,0,ch,Vd),fh=At.alloc();fh.xi(Ic,uh),kl.Ga(fh);var Rc=-fh.x,Hy=-fh.y,Eu=At.alloc();Eu.assign(Qf),isNaN(Eu.x)&&(Eu.x=ch/2+3),isNaN(Eu.y)&&(Eu.y=-(Vd/2+3)),Eu.rotate(Gl),bp+=Eu.x+Rc,$f+=Eu.y+Hy;var Ud=new me(bp,$f,dh.width,dh.height),Tp=new me(dh.x,dh.y,dh.width,dh.height),Wy=new me(Mu.x,Mu.y,Mu.width,Mu.height);au.Sz=Wd,au.lineCount=ha.lineCount,au.lines=[ha.Cb,ha.Ih,ha.df,ha.Le,ha.Qc,ha.Qb,ha.ze],au.actualBounds=Ud,au.measuredBounds=Tp,au.naturalBounds=Wy,hh===0?od.assign(Ud):od.ed(Ud),At.free(Eu),At.free(fh),me.free(Ic),pi.free(kl)}Ja.graduatedBounds!==null&&Ja.graduatedBounds.push(od),Go(W0,od.x,od.y,od.width,od.height)}fr(lr,!1)}}},_g.prototype.arrange=function(a,y,x){if(a.graduatedBounds!==null){var E=a.Pb(),b=a.graduatedMarks;if(b!==null){var z=a.graduatedBounds,tt=0,ot=z[tt];tt++,E!==null&&E.arrange(ot.x-x.x,ot.y-x.y,ot.width,ot.height);for(var rt=y.length,at=0;at<rt;at++){var ut=y[at];ot=b[at],ut.visible&&ut!==E&&ot.length!==0&&(ot=z[tt],tt++,ut.arrange(ot.x-x.x,ot.y-x.y,ot.width,ot.height))}a.graduatedBounds=null}}},_g.prototype.gc=function(a,y,x){var E=x.$i;x.$i=!0;var b=a.naturalBounds,z=b.width,tt=b.height;b=y instanceof oa,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,ut=rt.length,ft=0;ft<ut;ft++){var mt=rt[ft],yt=at[ft],St=yt.length;if(mt.visible&&mt!==z&&yt.length!==0){if(mt instanceof Si){if(!(2>a.graduatedTickUnit*mt.interval*z.geometry.flattenedTotalLength/a.graduatedRange*tt&&mt.graduatedSkip===null)){var Mt=mt.measuredBounds,It=mt.strokeWidth*mt.scale,Tt=mt.alignmentFocus;Tt.Mc()&&(Tt=Wo);for(var jt=0;jt<St;jt++){var Gt=yt[jt].$l,Ht=yt[jt].angle,Yt=Tt,re=mt.Ab;re.reset(),re.translate(Gt.x+ot.x,Gt.y+ot.y),re.rotate(Ht+mt.angle,0,0),re.translate(-Mt.width*Yt.x+Yt.offsetX+It/2,-Mt.height*Yt.y+Yt.offsetY+It/2),re.scale(mt.scale,mt.scale),Va(mt,!1),mt.wh.set(mt.Ab),mt.Kk=mt.scale,Ma(mt,!1),mt.gc(y,x),b&&(a.svg.appendChild(mt.svg),mt.svg=null),mt.Ab.reset()}}}else if(mt instanceof fo)for(a.temporaryTextBlock===null&&(a.temporaryTextBlock=new fo),Mt=a.temporaryTextBlock,yS(Mt,mt),It=0;It<St;It++)Tt=yt[It],Tt.actualBounds&&Tt.measuredBounds&&Tt.naturalBounds&&(Mt.ec=Tt.text||"",Mt.Kb=Tt.Sz||0,Mt.Gc=Tt.lineCount||0,jt=Tt.lines,jt!==void 0&&(Mt.Cb=jt[0],Mt.Ih=jt[1],Mt.df=jt[2],Mt.Le=jt[3],Mt.Qc=jt[4],Mt.Qb=jt[5],Mt.ze=jt[6]),Tt.naturalBounds&&(Mt.dc=Tt.naturalBounds),Tt.actualBounds&&(jt=Tt.actualBounds,Mt.arrange(jt.x,jt.y,jt.width,jt.height)),jt=Tt.actualBounds,Mt.arrange(jt.x,jt.y,jt.width,jt.height),Gt=Tt.measuredBounds,Tt=Tt.naturalBounds,Ht=Mt.Ab,Ht.reset(),Ht.translate(jt.x+ot.x,jt.y+ot.y),Ht.translate(-Gt.x,-Gt.y),Mt.no(Ht,Tt.x,Tt.y,Tt.width,Tt.height),Va(Mt,!1),Mt.wh.set(Mt.Ab),Mt.Kk=Mt.scale,Ma(Mt,!1),Mt.Ng=mt.part,Mt.Me=mt.panel,Mt.gc(y,x),Mt.Me=null,Mt.Ng=null,b&&(a.svg.appendChild(Mt.svg),Mt.svg=null))}}x.$i=E,y.restore(),y.Vc(!0)};function Re(a,y){if(Xt.call(this),this.na=null,a===void 0)this.na=Re.Position;else if(typeof a=="string"){var x=sl.I(a);x!==null&&(this.na=x)}else a instanceof yr?this.na=a:a&&(this.na=Re.Position,y=a);this.na===null&&Wt("Panel type not specified or PanelLayout not loaded: "+a),this.l=this.l|4194304|(this.na===Re.Grid?1048576:0),this.O=new Ee,this.yb=xs,this.Tm=Ar,this.Uf=ci,this.$g=null,this.$e="",this.jg=new me(NaN,NaN,NaN,NaN),this.T=this.F=null,this.xo=yn,this.jn=Mo,this.kn=ei,this.ub=this.ra=null,this.zn=NaN,this.ge=this.Hh=null,y&&Object.assign(this,y)}Ce(Re,Xt),Re.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},Re.prototype.Af=function(a){Xt.prototype.Af.call(this,a),a.O=this.O;for(var y=a.O.s,x=y.length,E=0;E<x;E++)y[E].Me=a;a.$g=null},Re.prototype.copy=function(){var a=Xt.prototype.copy.call(this);if(a!==null){for(var y=this.O.s,x=y.length,E=0;E<x;E++){var b=y[E].copy();b.wi(a),b.Ng=null;var z=a.O,tt=z.count;if(z.Gb(tt,b),z=a.part,z!==null){z.Rh=null,b.portId!==null&&z instanceof en&&(z.Te=!0);var ot=a.diagram;ot!==null&&ot.undoManager.isUndoingRedoing||z.cb(ir,"elements",a,null,b,null,tt)}}return a}return null},wt=Re.prototype,wt.toString=function(){return"Panel("+this.type.name+")#"+ni(this)},wt.Pn=function(a){Xt.prototype.Pn.call(this,a);for(var y=this.O.s,x=y.length,E=0;E<x;E++)y[E].Pn(a)},wt.hh=function(a,y){if(this.na===Re.Grid)a.yc(),this.na.gc(this,a,y);else if(this.na===Re.Graduated)a.yc(),this.na.gc(this,a,y);else{if(this.na===Re.Table)if(a.yc(),a instanceof oa){var x=a.yd;a.yd=lm(a,"gojs-ts"),gv(this,a),a.nh.pop(),a.yd=x}else gv(this,a);(x=this.isClipping&&this.na===Re.Spot)&&a.save();for(var E=this.Pb(),b=this.O.s,z=b.length,tt=0;tt<z;tt++){var ot=b[tt];x&&ot===E&&(a.clipInsteadOfFill=!0),ot.gc(a,y),x&&ot===E&&(a.clipInsteadOfFill=!1)}x&&(a.restore(),a.Vc(!0))}};function gv(a,y){y.lineCap="butt";var x=0<a.rowCount?a.rowDefs:null,E=0<a.columnCount?a.colDefs:null;x!==null&&wm(a,y,!0,x,!0),E!==null&&wm(a,y,!1,E,!0),x!==null&&oS(a,y,!0,x),E!==null&&oS(a,y,!1,E),x!==null&&wm(a,y,!0,x,!1),E!==null&&wm(a,y,!1,E,!1)}function oS(a,y,x,E){for(var b=E.length,z=a.actualBounds,tt=a.naturalBounds,ot=!0,rt=0;rt<b;rt++){var at=E[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 ut=at.separatorStrokeWidth;isNaN(ut)&&(ut=x?a.defaultRowSeparatorStrokeWidth:a.defaultColumnSeparatorStrokeWidth);var ft=at.separatorStroke;if(ft===null&&(ft=x?a.defaultRowSeparatorStroke:a.defaultColumnSeparatorStroke),ut!==0&&ft!==null){Ko(a,y,ft,!1,!1,tt,z),ft=!1;var mt=at.separatorDashArray;mt===null&&(mt=x?a.defaultRowSeparatorDashArray:a.defaultColumnSeparatorDashArray),mt!==null&&(ft=!0,y.js(mt,0)),y.beginPath(),mt=at.position+ut,x?mt>tt.height&&(ut-=mt-tt.height):mt>tt.width&&(ut-=mt-tt.width),at=at.position+ut/2,y.lineWidth=ut,ut=a.yb,x?(at+=ut.top,mt=tt.width-ut.right,y.moveTo(ut.left,at),y.lineTo(mt,at)):(at+=ut.left,mt=tt.height-ut.bottom,y.moveTo(at,ut.top),y.lineTo(at,mt)),y.stroke(),y.Se(),ft&&y.fs()}}}}function wm(a,y,x,E,b){for(var z=E.length,tt=a.actualBounds,ot=a.naturalBounds,rt=rS(a,!0),at=rS(a,!1),ut=0;ut<z;ut++){var ft=E[ut];if(ft!==void 0&&ft.background!==null&&ft.coversSeparators!==b&&ft.actual!==0){var mt=x?tt.height:tt.width;if(!(ft.position>mt)){var yt=ft.Wc(),St=ft.separatorStrokeWidth;isNaN(St)&&(St=x?a.defaultRowSeparatorStrokeWidth:a.defaultColumnSeparatorStrokeWidth);var Mt=ft.separatorStroke;Mt===null&&(Mt=x?a.defaultRowSeparatorStroke:a.defaultColumnSeparatorStroke),(Mt===null||ft.index===(x?rt:at))&&(St=0),yt-=St,St=ft.position+St,yt+=ft.actual,St+yt>mt&&(yt=mt-St),0>=yt||(mt=a.yb,Ko(a,y,ft.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 rS(a,y){for(var x=y?a.rowCount:a.columnCount,E=0;E<x;E++){var b=y?a.rowDefs[E]:a.colDefs[E];if(b!==void 0)return b.index}return 0}function pv(a){return a==="LineV"||a==="BarV"}wt.lv=function(){for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].lv();this.Uc=!0},wt.kk=function(a,y,x){if(!Xt.prototype.kk.call(this,a,y,x))return!1;if(this.type===Re.Table)x=this.svg.getElementsByClassName("gojs-ts"),x=x.length!==0?x[0]:null,x!==null&&(x.innerHTML=""),a.yd=x,gv(this,a),a.yd=null;else if(this.na===Re.Grid||this.na===Re.Graduated)return this.svg.innerHTML="",this.svg.remove(),!1;x=this.O.s;for(var E=x.length,b=0;b<E;b++)x[b].gc(a,y);return!0},wt.nk=function(){return!0},wt.$o=function(a,y,x,E){if(!this.isClipping)if(this.Dd()&&a.bk!==null){a=a.bk,y=this.O.s;for(var b=0,z=0,tt=0;tt<y.length;tt++)if(y[tt].Ed()){var ot=y[tt].actualBounds;b=tt===0?ot.x:Math.min(ot.x,b),z=tt===0?ot.y:Math.min(ot.y,z)}E.setAttributeNS(null,"clip-path","path('M "+(a.x-x.x-b)+","+(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,E)},wt.Sj=function(a,y,x,E,b){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,ut=-tt.m21*ot,ft=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,E,b);if(this.background!==null)return z=a*rt+y*ut+mt,ot=a*at+y*ft+yt,a=x*rt+E*ut+mt,rt=x*at+E*ft+yt,b.h(0,0),x=this.naturalBounds,z=Jt.Ff(0,0,x.width,x.height,z,ot,a,rt,b),b.transform(tt),z;z||(rt=1,ut=at=0,ft=1,yt=mt=0),ot=a*rt+y*ut+mt,a=a*at+y*ft+yt,rt=x*rt+E*ut+mt,x=x*at+E*ft+yt,b.h(rt,x),E=(rt-ot)*(rt-ot)+(x-a)*(x-a),at=!1,ft=this.O.s,yt=ft.length,ut=At.alloc(),mt=null,y=1/0;var St=null,Mt=this.isClipping&&this.na===Re.Spot;Mt&&(St=At.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 It=0;It<yt;It++){var Tt=ft[It];Tt.visible&&Tt!==mt&&Tt.Sj(ot,a,rt,x,ut)&&(at=!0,Tt=(ot-ut.x)*(ot-ut.x)+(a-ut.y)*(a-ut.y),Tt<E&&(E=Tt,b.set(ut)))}return Mt&&(y>E&&b.set(St),At.free(St)),At.free(ut),z&&b.transform(tt),at},wt.Gj=function(){for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Gj();Xt.prototype.Gj.call(this)},wt.v=function(a){if(!ma(this)){Xt.prototype.v.call(this,a),a=null,(this.na===Re.Auto||this.na===Re.Link)&&(a=this.Pb());for(var y=this.O.s,x=y.length,E=0;E<x;E++){var b=y[E];if((b===a||b.isPanelMain)&&b.v(!0),!b.desiredSize.w()){var z=Ws(b,!1);(b instanceof bs||b instanceof Re||b instanceof fo||z!==Be)&&b.v(!0)}}}},wt.Uj=function(){if(!ma(this)){fr(this,!0),Yl(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Uj()}},wt.Uk=function(){if(!(this.l&2048)){Va(this,!0),Ma(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Wu()}},wt.Wu=function(){Ma(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Wu()},wt.Wl=function(a,y,x,E){var b=this.jg;b.h(0,0,0,0);var z=this.desiredSize,tt=this.minSize;x===void 0&&(x=tt.width,E=tt.height),x=Math.max(x,tt.width),E=Math.max(E,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(E,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,b,x,E),a=b.width+rt.left+rt.right,rt=b.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(E,rt),dr(b,a,rt),dr(this.naturalBounds,a,rt),this.Ge(0,0,a,rt)},wt.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 E=a[x];if(E.isPanelMain===!0)return this.$g=E}this.$g=a[0]}return this.$g};function Su(a){return a.part!==null?a.part.locationObject:null}wt.eh=function(a,y,x,E){var b=this.O.s;if(this.actualBounds.h(a,y,x,E),b.length!==0){if(!this.desiredSize.w()){a=Ws(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===E&&(a=Be),a){case Be:(y>x||z>E)&&(this.v(),this.measure(y>x?x:y,z>E?E:z,0,0));break;case De:this.v(!0),this.measure(x+ot,E+tt,0,0);break;case Mn:this.v(!0),this.measure(x+ot,z+tt,0,0);break;case _n:this.v(!0),this.measure(y+ot,E+tt,0,0)}}this.na.arrange(this,b,this.jg)}},wt.gh=function(a){var y=this.naturalBounds,x=Su(this);if(Nr(0,0,y.width,y.height,a.x,a.y)){y=this.O.s;for(var E=y.length,b=At.allocAt(0,0);E--;){var z=y[E];if((z.visible||z===x)&&(Un(b.set(a),z.transform),z.ca(b)))return At.free(b),!0}return At.free(b),!(this.Ma===null&&this.areaBackground===null)}return!1},wt.ks=function(a){if(this.bindingId===a)return this;for(var y=this.O.s,x=y.length,E=0;E<x;E++){var b=y[E].ks(a);if(b!==null)return b}return null},wt.qm=function(a,y){if(y(this,a),a instanceof Re){a=a.O.s;for(var x=a.length,E=0;E<x;E++)this.qm(a[E],y)}};function Fd(a,y){sS(a,a,y)}function sS(a,y,x){x(y),y=y.O.s;for(var E=y.length,b=0;b<E;b++){var z=y[b];z instanceof Re&&sS(a,z,x)}}function vx(a,y){aS(a,a,y)}function aS(a,y,x){if(x(y),y instanceof Re){y=y.O.s;for(var E=y.length,b=0;b<E;b++)aS(a,y[b],x)}}wt.Nl=function(a){return lS(this,this,a)};function lS(a,y,x){if(x(y))return y;if(y instanceof Re){y=y.O.s;for(var E=y.length,b=0;b<E;b++){var z=lS(a,y[b],x);if(z!==null)return z}}return null}wt.fb=function(a){if(this.name===a)return this;var y=this.O.s,x=y.length;this.Hh===null&&this.itemTemplateMap===null||(x=Hg(this));for(var E=0;E<x;E++){var b=y[E];if(b instanceof Re){var z=b.fb(a);if(z!==null)return z}if(b.name===a)return b}return null};function uS(a){a=a.O.s;for(var y=a.length,x=0,E=0;E<y;E++){var b=a[E];b instanceof Re?x=Math.max(x,uS(b)):b instanceof Si&&(x=Math.max(x,b.ig/2*b.strokeMiterLimit*b.Df()))}return x}wt.se=function(){return!(this.type===Re.TableRow||this.type===Re.TableColumn)};function Xu(a){return a.type===Re.TableRow||a.type===Re.TableColumn}wt.ic=function(a,y,x){if(this.pickable===!1||(y===void 0&&(y=null),x===void 0&&(x=null),Es(this)))return null;var E=this.naturalBounds,b=1/this.Df(),z=this.se(),tt=z?a:Un(At.allocAt(a.x,a.y),this.transform),ot=this.diagram,rt=10,at=5;if(ot!==null&&(rt=ot.Ql("extraTouchArea"),at=rt/2),Nr(-(at*b),-(at*b),E.width+rt*b,E.height+rt*b,tt.x,tt.y)){if(!this.isAtomic){b=this.O.s;var ut=b.length;if(ot=At.alloc(),at=(rt=this.isClipping&&this.na===Re.Spot)?this.Pb():null,rt&&(at.se()?Un(ot.set(a),at.transform):ot.set(a),!at.ca(ot)))return At.free(ot),z||At.free(tt),null;for(var ft=Su(this);ut--;){var mt=b[ut];if((mt.visible||mt===ft)&&(mt.se()?Un(ot.set(a),mt.transform):ot.set(a),!rt||mt!==at)){var yt=null;if(mt instanceof Re?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 At.free(ot),z||At.free(tt),yt}}At.free(ot)}return this.background===null&&this.areaBackground===null?(z||At.free(tt),null):(a=Nr(0,0,E.width,E.height,tt.x,tt.y)?this:null,z||At.free(tt),a)}return z||At.free(tt),null},wt.ji=function(a,y,x,E){if(this.pickable===!1)return!1;y===void 0&&(y=null),x===void 0&&(x=null);var b=this.naturalBounds,z=this.se(),tt=z?a:Un(At.allocAt(a.x,a.y),this.transform);if(b=Nr(0,0,b.width,b.height,tt.x,tt.y),Xu(this)||b){if(!this.isAtomic){for(var ot=this.O.s,rt=ot.length,at=At.alloc(),ut=Su(this);rt--;){var ft=ot[rt];if(ft.visible||ft===ut){ft.se()?Un(at.set(a),ft.transform):at.set(a);var mt=ft;ft=ft instanceof Re?ft:null,(ft!==null?ft.ji(at,y,x,E):mt.ca(at))&&mt.pickable!==!1&&(y!==null&&(mt=y(mt)),mt===null||x!==null&&!x(mt)||E.add(mt))}}At.free(at)}return z||At.free(tt),b&&(this.background!==null||this.areaBackground!==null)}return z||At.free(tt),!1},wt.Cf=function(a,y,x,E,b,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=pi.alloc(),tt.reset()),tt.multiply(this.transform),this.fh(a,tt))return mv(this,y,x,b),z===void 0&&pi.free(tt),!0;if(this.Yc(a,tt)){if(!this.isAtomic)for(var ot=Su(this),rt=this.O.s,at=rt.length;at--;){var ut=rt[at];if(ut.visible||ut===ot){var ft=ut.actualBounds,mt=this.naturalBounds;ft.x>mt.width||ft.y>mt.height||0>ft.x+ft.width||0>ft.y+ft.height||(ft=ut,ut=ut instanceof Re?ut:null,mt=pi.alloc(),mt.set(tt),(ut!==null?ut.Cf(a,y,x,E,b,mt):kr(ft,a,E,mt))&&(y!==null&&(ft=y(ft)),ft===null||x!==null&&!x(ft)||b.add(ft)),pi.free(mt))}}return z===void 0&&pi.free(tt),E}return z===void 0&&pi.free(tt),!1};function mv(a,y,x,E){for(var b=a.O.s,z=b.length;z--;){var tt=b[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 Re&&mv(tt,y,x,E),y!==null&&(tt=y(tt)),tt===null||x!==null&&!x(tt)||E.add(tt))}}}wt.og=function(a,y,x,E,b,z){if(this.pickable===!1)return!1;x===void 0&&(x=null),E===void 0&&(E=null);var tt=this.naturalBounds,ot=this.se(),rt=ot?a:Un(At.allocAt(a.x,a.y),this.transform),at=ot?y:Un(At.allocAt(y.x,y.y),this.transform),ut=rt.Bf(at),ft=0<rt.x&&rt.x<tt.width&&0<rt.y&&rt.y<tt.height||vi(rt.x,rt.y,0,0,0,tt.height)<=ut||vi(rt.x,rt.y,0,tt.height,tt.width,tt.height)<=ut||vi(rt.x,rt.y,tt.width,tt.height,tt.width,0)<=ut||vi(rt.x,rt.y,tt.width,0,0,0)<=ut;if(tt=rt.zd(0,0)<=ut&&rt.zd(0,tt.height)<=ut&&rt.zd(tt.width,0)<=ut&&rt.zd(tt.width,tt.height)<=ut,ot||(At.free(rt),At.free(at)),ft){if(!this.isAtomic){rt=At.alloc(),at=At.alloc(),ut=Su(this);for(var mt=this.O.s,yt=mt.length;yt--;){var St=mt[yt];if(St.visible||St===ut){var Mt=St.actualBounds,It=this.naturalBounds;(!ot||!(Mt.x>It.width||Mt.y>It.height||0>Mt.x+Mt.width||0>Mt.y+Mt.height))&&(St.se()?(Mt=St.transform,Un(rt.set(a),Mt),Un(at.set(y),Mt)):(rt.set(a),at.set(y)),Mt=St,St=St instanceof Re?St:null,(St!==null?St.og(rt,at,x,E,b,z):Mt.tx(rt,at,b))&&(x!==null&&(Mt=x(Mt)),Mt===null||E!==null&&!E(Mt)||z.add(Mt)))}}At.free(rt),At.free(at)}return b?ft:tt}return!1};function vv(a){var y=null;return a instanceof Si&&(y=a.spot1,y===Ar&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot1)),y===null&&(y=uo),y}function yv(a){var y=null;return a instanceof Si&&(y=a.spot2,y===Ar&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot2)),y===null&&(y=Rs),y}wt.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},wt.M=function(a){return this.O.M(a)},wt.Gb=function(a,y){y instanceof On&&Wt("Cannot add a Part to a Panel: "+y+"; use a Panel instead"),(this===y||this.rg(y))&&(this===y&&Wt("Cannot make a Panel contain itself: "+this.toString()),Wt("Cannot make a Panel indirectly contain itself: "+this.toString()+" already contains "+y.toString()));var x=y.panel;if(x!==null&&x!==this&&Wt("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!==Re.Grid||y instanceof Si||Wt("Can only add Shapes to a Grid Panel, not: "+y),this.na!==Re.Graduated||y instanceof Si||y instanceof fo||Wt("Can only add Shapes or TextBlocks to a Graduated Panel, not: "+y),y.wi(this),y.Ng=null,this.itemArray!==null){var E=y.data;E!==null&&typeof E=="object"&&(this.ge===null&&(this.ge=new An),this.ge.add(E,y))}var b=this.O;if(E=-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>=b.count&&a>=b.count)return;b.mb(z),E=z}else Wt("element "+y.toString()+" has panel "+x.toString()+" but is not contained by it.")}(0>a||a>b.count)&&(a=b.count),b.Gb(a,y),(a===0||y.isPanelMain)&&(this.$g=null),ma(this)||this.v(),y.v(!1),y.portId!==null?this.Te=!0:y instanceof Re&&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 en&&(x.Te=!0),x.Te&&x instanceof en&&(x.wc=null),b=this.diagram,b!==null&&b.undoManager.isUndoingRedoing||(E!==-1&&x.cb(vr,"elements",this,y,null,E,null),x.cb(ir,"elements",this,null,y,null,a)))};function Sv(a,y){a.l=y?a.l|16777216:a.l&-16777217}wt.remove=function(a){for(var y=this.O.s,x=y.length,E=-1,b=0;b<x;b++)if(y[b]===a){E=b;break}E!==-1&&this.pc(E,!0)},wt.mb=function(a){0<=a&&this.pc(a,!0)},wt.pc=function(a,y){var x=this.O,E=x.M(a);if(E.Ng=null,E.wi(null),this.ge!==null){var b=E.data;typeof b=="object"&&this.ge.remove(b)}x.mb(a),fr(this,!1),this.v(),this.$g===E&&(this.$g=null),this.graduatedIntervals=null;var z=this.part;z!==null&&(z.Rh=null,z.ag=NaN,z.Wb(),z instanceof en&&(E instanceof Re?E.qm(E,function(tt,ot){Hv(z,ot,y)}):Hv(z,E,y)),x=this.diagram,x!==null&&x.undoManager.isUndoingRedoing||z.cb(vr,"elements",this,E,null,a,null))},wt.Fb=function(a){0>a&&fn(a,">= 0",Re,"getRowDefinition:idx"),a=Math.round(a);var y=this.rowDefs;if(y[a]===void 0){var x=new gr;x.wi(this),x.isRow=!0,x.index=a,y[a]=x,this.cb(ir,"rowdefs",this,null,x,null,a)}return y[a]},wt.oA=function(a){if(0>a&&fn(a,">= 0",Re,"removeRowDefinition:idx"),this.rowCount!==0){a=Math.round(a);var y=this.rowDefs,x=y[a];if(x){y[a]=void 0;for(var E=y.length-1;0<=E&&y[E--]===void 0;)y.length--;this.cb(vr,"rowdefs",this,x,null,a,null),this.v()}}};function hS(a,y,x){var E=a.rowDefs;if(!(0>y)){if(E[y]=x instanceof gr?x:void 0,!x)for(y=E.length-1;0<=y&&E[y--]===void 0;)E.length--;a.v()}}wt.Eb=function(a){0>a&&fn(a,">= 0",Re,"getColumnDefinition:idx"),a=Math.round(a);var y=this.colDefs;if(y[a]===void 0){var x=new gr;x.wi(this),x.isRow=!1,x.index=a,y[a]=x,this.cb(ir,"coldefs",this,null,x,null,a)}return y[a]},wt.jA=function(a){if(0>a&&fn(a,">= 0",Re,"removeColumnDefinition:idx"),this.columnCount!==0){a=Math.round(a);var y=this.colDefs,x=y[a];if(x){y[a]=void 0;for(var E=y.length-1;0<=E&&y[E--]===void 0;)y.length--;this.cb(vr,"coldefs",this,x,null,a,null),this.v()}}};function dS(a,y,x){var E=a.colDefs;if(!(0>y)){if(E[y]=x instanceof gr?x:void 0,!x)for(y=E.length-1;0<=y&&E[y--]===void 0;)E.length--;a.v()}}wt.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},wt.Hy=function(a,y){return(a=this.Fb(a))&&km(a,new gr(y)),this},wt.By=function(a,y){return(a=this.Eb(a))&&km(a,new gr(y)),this},wt.nz=function(a){if(0>a||this.type!==Re.Table||this.rowCount===0)return-1;for(var y=0,x=this.rowDefs,E=x.length,b=this.topIndex;b<E;b++){var z=x[b];if(z!==void 0&&(y+=z.total,a<y))break}return b},wt.fz=function(a){if(0>a||this.type!==Re.Table||this.columnCount===0)return-1;for(var y=0,x=this.colDefs,E=x.length,b=this.leftIndex;b<E;b++){var z=x[b];if(z!==void 0&&(y+=z.total,a<y))break}return b},wt.Fz=function(a,y){if(y===void 0&&(y=new At(NaN,NaN)),this.type!==Re.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)},wt.Gz=function(a){if(this.type!==Re.Graduated)return NaN;var y=this.Pb();return y.transform.Cd(a),y.geometry.xx(a)*this.graduatedRange+this.graduatedMin};function cS(a){return a=a.allBindings,a!==null&&a._isFrozen}function Za(a){var y=a.allBindings;if(y===null)a.data!==null&&Wt("Template cannot have .data be non-null: "+a),a.allBindings=y=new Ee;else if(y._isFrozen)return;var x=new Ee;Sv(a,!1),a.qm(a,function(at,ut){ut.th();var ft=ut.localBindings;if(ft!==null)for(vc(ut,!1),ft=ft.iterator;ft.next();){var mt=ft.value;mt.mode===hp&&vc(ut,!0);var yt=mt.sourceName;yt!==null&&(yt==="/"&&Sv(at,!0),yt=M1(mt,at,ut),yt!==null&&(x.add(yt),yt.srcBindings===null&&(yt.srcBindings=new Ee),yt.srcBindings.add(mt))),y.add(mt)}if(ut instanceof Re&&ut.type===Re.Table){if(0<ut.rowCount){for(at=ut.rowDefs,ft=at.length,mt=0;mt<ft;mt++)if(yt=at[mt],yt!==void 0&&yt.be!==null)for(var St=yt.be.iterator;St.next();){var Mt=St.value;Mt.xd=yt,Mt.to=2,Mt.wl=yt.index,y.add(Mt)}}if(0<ut.columnCount){for(ut=ut.colDefs,at=ut.length,ft=0;ft<at;ft++)if(mt=ut[ft],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 E=x.iterator;E.next();){var b=E.value;if(b.srcBindings!==null){vc(b,!0);for(var z=b.srcBindings.iterator;z.next();){var tt=z.value;b.localBindings===null&&(b.localBindings=new Ee),b.localBindings.add(tt)}}b.srcBindings=null}for(E=y.iterator;E.next();)if(b=E.value,z=b.xd,z!==null){b.xd=null;var ot=b.targetProperty,rt=ot.indexOf(".");0<rt&&z instanceof Re&&(tt=ot.substring(0,rt),ot=ot.substr(rt+1),rt=z.fb(tt),rt!==null?(z=rt,b.targetProperty=ot):Hn('Warning: unable to find GraphObject named "'+tt+'" for Binding: '+b.toString())),z instanceof gr?(tt=ni(z.panel),b.Ai=tt===void 0?-1:tt,z.panel.bindingId=b.Ai):z instanceof Xt?(tt=ni(z),b.Ai=tt===void 0?-1:tt,z.bindingId=b.Ai):Wt("Unknown type of binding target: "+z)}y.freeze(),a instanceof On&&a.Zc()&&a.Va()}wt.Uy=function(a){a===void 0&&(a=!1);var y=this.copy();return vx(y,function(x){x instanceof Re&&(x.allBindings=null,x.ub=null);var E=x.localBindings;E!==null&&(x.localBindings=null,E.each(function(b){x.bind(b.copy())})),E=x.animationTriggers,E!==null&&(x.animationTriggers=null,E.each(function(b){x.Jv(b.value.copy())}))}),a&&Za(y),y},wt.La=function(a){var y=this.allBindings;if(y!==null)for(a===void 0&&(a=""),y=y.iterator;y.next();){var x=y.value,E=x.sourceProperty;if((a===""||E===""||E===a)&&(E=x.targetProperty,x.converter!==null||E!=="")){E=this.data;var b=x.sourceName;if(b!==null){if(b==="")E=this;else if(b==="/")E=this;else if(b===".")E=this;else if(b==="..")E=this;else if(E=this.fb(b),E===null)continue}else if(x.isToModel)if(E=this.diagram,E!==null)E=E.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(b==="/"?E=z.part:b==="."?E=z:b===".."&&(E=z.panel),b=x.to,b!==0){if(!(z instanceof Re))continue;b===1?z=z.Eb(x.wl):b===2&&(z=z.Fb(x.wl))}z!==void 0&&x.Mv(z,E)}}},wt.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,E=y.length,b=0,z=null;b<x&&(z=a[b],!(z instanceof Re&&z.data!==null));)b++,z=a[b];if(x-b!==E)return!0;if(z===null)return 0<E;for(var tt=0;b<x&&tt<E;){if(z=a[b],!(z instanceof Re)||z.data!==y[tt])return!0;b++,tt++}return!1}function Hg(a){if(a.type===Re.Spot||a.type===Re.Auto)return Math.min(a.O.length,1);if(a.type===Re.Link){a=a.O;for(var y=a.length,x=0;x<y;x++){var E=a.M(x);if(!(E instanceof Si&&E.isPanelMain))break}return x}return a.type===Re.Table&&0<a.O.length&&(a=a.O.M(0),a.isPanelMain&&a instanceof Re&&Xu(a))?1:0}wt.mv=function(){for(var a=Hg(this);this.O.length>a;)this.pc(this.O.length-1,!1);fS(this,this.itemArray)};function fS(a,y){var x=Hg(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 E=0;E<x;E++)Cm(a,y[E],E,!0)}else{E=x;for(var b=0;b<y.length;b++,E++){var z=y[b],tt=E<a.O.length?a.O.M(E):null;if(tt instanceof Re){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(E,!1),Cm(a,z,b,!1)):tt.data=z}}else Cm(a,z,b,!1)}for(;E<a.O.length;)a.pc(E,!1);a.$g=null,xv(a,x,0),ma(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 en&&(y.Te=!0),y.Te&&y instanceof en&&(y.wc=null))}}function Cm(a,y,x,E){if(!(y==null||0>x)){var b=Pv(a,y);if(b=wv(a,b),b!==null){if(Za(b),b=b.copy(),b.l&16777216){var z=a.ih();z!==null&&Sv(z,!0)}typeof y=="object"&&(a.ge===null&&(a.ge=new An),a.ge.add(y,b)),z=x+Hg(a),a.Gb(z,b),E&&(b.ub=y,xv(a,z,x),b.ub=null),b.data=y}}}function xv(a,y,x){for(a=a.O;y<a.length;){var E=a.M(y);if(E instanceof Re){var b=y,z=x;E.type===Re.TableRow?E.row=b:E.type===Re.TableColumn&&(E.column=b),E.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=tr(y,a)}else return"";if(a===void 0)return"";if(typeof a=="string")return a;Wt("Panel.getCategoryForItemData found a non-string category for "+y+": "+a)}function wv(a,y){var x=a.itemTemplateMap,E=null;return x!==null&&(E=x.I(y)),E===null&&(x!==null&&(E=x.I("")),E===null&&(gS||(gS=!0,Hn('No item template Panel found for category "'+y+'" on '+a),Hn(" Using default item template."),a=new Re,y=new fo,y.bind(new sr("text","",Bi)),a.add(y),pS=a),E=pS)),E}function Lm(a,y,x){var E=y.enabledChanged;if(E!==null&&E(y,x),y instanceof Re){y=y.O.s,E=y.length;for(var b=0;b<E;b++){var z=y[b];x&&z instanceof Re&&!z.isEnabled||Lm(a,z,x)}}}function Ol(a,y){y.name=a,sl.add(a,y)}fe.Object.defineProperties(Re.prototype,{type:{get:function(){return this.na},set:function(a){var y=this.na;y!==a&&(this.na=a,this.isAtomic=this.na===Re.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&&fn(a,">= 0",Re,"padding"),a=new xi(a)):(0>a.left&&fn(a.left,">= 0",Re,"padding:value.left"),0>a.right&&fn(a.right,">= 0",Re,"padding:value.right"),0>a.top&&fn(a.top,">= 0",Re,"padding:value.top"),0>a.bottom&&fn(a.bottom,">= 0",Re,"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:xs},set:function(a){typeof a=="number"&&(a=new xi(a));var y=this.defaultSeparatorPadding;y.D(a)||(a=a.J(),this.T===null&&(this.T=new ba),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 qi)&&(a instanceof qi&&a.freeze(),this.T===null&&(this.T=new ba),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 ba),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,E=0,b=0;b<x;b++){var z=a[b];typeof z=="number"&&0<=z&&isFinite(z)||Wt("defaultRowSeparatorDashArray value "+z+" at index "+b+" must be a positive number or zero."),E+=z}if(E===0){if(y===null)return;a=null}}this.T===null&&(this.T=new ba),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 qi)&&(a instanceof qi&&a.freeze(),this.T===null&&(this.T=new ba),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 ba),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,E=0,b=0;b<x;b++){var z=a[b];typeof z=="number"&&0<=z&&isFinite(z)||Wt("defaultColumnSeparatorDashArray value "+z+" at index "+b+" must be a positive number or zero."),E+=z}if(E===0){if(y===null)return;a=null}}this.T===null&&(this.T=new ba),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 ba),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||Wt("Invalid Panel.gridCellSize: "+a),this.jn=a.J();var x=this.diagram;x!==null&&this===x.grid&&Bl(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()||Wt("Invalid Panel.gridOrigin: "+a),this.kn=a.J();var x=this.diagram;x!==null&&this===x.grid&&Bl(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 xu),this.ra.lq=a,this.v(),this.g("graduatedMin",y,a),Kr(this)&&(a=this.part,a!==null&&wo(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 xu),this.ra.F=a,this.v(),this.g("graduatedMax",y,a),Kr(this)&&(a=this.part,a!==null&&wo(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 xu),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 xu),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 xu,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 xu,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 xu,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 xu,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 ba),this.T.Pc}},rowCount:{get:function(){return this.T===null?0:this.rowDefs.length}},colDefs:{get:function(){return this.T===null&&(this.T=new ba),this.T.Oc}},columnCount:{get:function(){return this.T===null?0:this.colDefs.length}},rowSizing:{get:function(){return this.T!==null?this.T.ob:Em},set:function(a){var y=this.rowSizing;y!==a&&(this.T===null&&(this.T=new ba),this.T.ob=a,this.v(),this.g("rowSizing",y,a))}},columnSizing:{get:function(){return this.T!==null?this.T.j:Em},set:function(a){var y=this.columnSizing;y!==a&&(this.T===null&&(this.T=new ba),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)&&Wt("Panel.topIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new ba),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)&&Wt("Panel.leftIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new ba),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 On&&!(this instanceof Hi);Za(this),this.ub=a;var E=this.diagram;E!==null&&(x?(x=E.partManager,this instanceof We?(y!==null&&x.bf.remove(y),a!==null&&x.bf.add(a,this)):this instanceof On&&(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),E!==null&&E.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 yc),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||fS(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 An}var y=this.itemTemplateMap.I("");y!==a&&((a instanceof On||a.isPanelMain)&&Wt("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(););Pi(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&&(Pi(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 di&&(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))}}}),fe.Object.defineProperties(Re,{Position:{get:function(){return sl.I("Position")}},Horizontal:{get:function(){return sl.I("Horizontal")}},Vertical:{get:function(){return sl.I("Vertical")}},Spot:{get:function(){return sl.I("Spot")}},Auto:{get:function(){return sl.I("Auto")}},Table:{get:function(){return sl.I("Table")}},Viewbox:{get:function(){return sl.I("Viewbox")}},TableRow:{get:function(){return sl.I("TableRow")}},TableColumn:{get:function(){return sl.I("TableColumn")}},Link:{get:function(){return sl.I("Link")}},Grid:{get:function(){return sl.I("Grid")}},Graduated:{get:function(){return sl.I("Graduated")}}}),Re.prototype.rebuildItemElements=Re.prototype.mv,Re.prototype.findItemPanelForData=Re.prototype.sx,Re.prototype.updateTargetBindings=Re.prototype.La,Re.prototype.copyTemplate=Re.prototype.Uy,Re.prototype.graduatedValueForPoint=Re.prototype.Gz,Re.prototype.graduatedPointForValue=Re.prototype.Fz,Re.prototype.findColumnForLocalX=Re.prototype.fz,Re.prototype.findRowForLocalY=Re.prototype.nz,Re.prototype.addColumnDefinition=Re.prototype.By,Re.prototype.addRowDefinition=Re.prototype.Hy,Re.prototype.addRowColumnDefinition=Re.prototype.Gy,Re.prototype.removeColumnDefinition=Re.prototype.jA,Re.prototype.getColumnDefinition=Re.prototype.Eb,Re.prototype.removeRowDefinition=Re.prototype.oA,Re.prototype.getRowDefinition=Re.prototype.Fb,Re.prototype.removeAt=Re.prototype.mb,Re.prototype.remove=Re.prototype.remove,Re.prototype.insertAt=Re.prototype.Gb,Re.prototype.elt=Re.prototype.M,Re.prototype.add=Re.prototype.add,Re.prototype.findObject=Re.prototype.fb,Re.prototype.findInVisualTree=Re.prototype.Nl,Re.prototype.walkVisualTreeFrom=Re.prototype.qm,Re.prototype.findMainElement=Re.prototype.Pb;var gS=!1,pS=null,sl=new An;Re.className="Panel",Re.definePanelLayout=Ol,Ol("Position",new dm),Ol("Vertical",new fm),Ol("Auto",new pm),Ol("Link",new Pm);function xu(){this.lq=0,this.F=100,this.ia=10,this.V=0,this.Zh=this.o=this.j=this.u=null}xu.prototype.copy=function(){var a=new xu;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},xu.className="GradPanelSettings";function ba(){this.Pc=[],this.Oc=[],this.j=this.ob=Em,this.hb=this.Hb=0,this.Qp=xs,this.Ha=1,this.V=this.ia=null,this.F=1,this.nb=this.o=this.u=null}ba.prototype.copy=function(a){for(var y=new ba,x=this.Pc,E=x.length,b=y.Pc,z=0;z<E;z++)if(x[z]!==void 0){var tt=x[z].copy();tt.wi(a),b[z]=tt}for(x=this.Oc,E=x.length,b=y.Oc,z=0;z<E;z++)x[z]!==void 0&&(tt=x[z].copy(),tt.wi(a),b[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},ba.className="TablePanelSettings";function gr(a){Cn(this),this.Me=null,this.uq=!0,this.Za=0,this.Hc=NaN,this.jj=0,this.hj=1/0,this.Jb=Ar,this.pa=this.oc=this.oa=0,this.be=null,this.oo=Cv,this.hg=ci,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))}gr.prototype.copy=function(){var a=new gr;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=wn(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=wn(y.separatorDashArray)),a.background=y.background,a.coversSeparators=y.coversSeparators,a.be=y.be}wt=gr.prototype,wt.qb=function(a){a.classType===gr&&(this.sizing=a)},wt.toString=function(){return"RowColumnDefinition "+(this.isRow?"(Row ":"(Column ")+this.index+") #"+ni(this)},wt.wi=function(a){this.Me=a},wt.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)},wt.Wc=function(){var a=0,y=this.Me,x=0,E=this.isRow;if(y!==null&&y.type===Re.Table)for(var b=E?y.rowDefs.length:y.colDefs.length,z=0;z<b;z++){var tt=E?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=E?y.defaultRowSeparatorStroke:y.defaultColumnSeparatorStroke),x!==null&&(a=this.separatorStrokeWidth,isNaN(a)&&(y!==null?a=E?y.defaultRowSeparatorStrokeWidth:y.defaultColumnSeparatorStrokeWidth:a=0))),E=this.dg,E===null)if(y!==null)E=y.defaultSeparatorPadding;else return a;return a+(this.isRow?E.top+E.bottom:E.left+E.right)},wt.Ob=function(a,y,x){var E=this.Me;if(E!==null&&(E.cb(Bo,a,this,y,x,void 0,void 0),this.be!==null&&(y=E.diagram,y!==null&&!y.skipsModelSourceBindings&&(E=E.ih(),E!==null&&(y=E.data,y!==null)))))for(x=this.be.iterator;x.next();)x.value.sp(this,y,a,E)};function Mm(a){if(a.sizing===Cv){var y=a.Me;return a.isRow?y.rowSizing:y.columnSizing}return a.sizing}wt.bind=function(a,y,x,E){var b=null;return typeof a=="string"?b=new sr(a,y,x,E):b=a,b.xd=this,a=this.panel,a!==null&&(y=a.ih(),y!==null&&cS(y)&&Wt("Cannot add a Binding to a RowColumnDefinition that is already frozen: "+b+" on "+a)),this.be===null&&(this.be=new Ee),this.be.add(b),this},fe.Object.defineProperties(gr.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&&fn(a,">= 0",gr,"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&&fn(a,">= 0",gr,"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))&&fn(a,">= 0",gr,"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&&fn(a,">= 0",gr,"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 xi(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&&xc(a,"RowColumnDefinition.separatorStroke"),a instanceof qi&&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,E=0,b=0;b<x;b++){var z=a[b];typeof z=="number"&&0<=z&&isFinite(z)||Wt("separatorDashArray value "+z+" at index "+b+" must be a positive number or zero."),E+=z}if(E===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&&xc(a,"RowColumnDefinition.background"),a instanceof qi&&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}}}),gr.prototype.computeEffectiveSpacing=gr.prototype.Wc,gr.prototype.computeEffectiveSpacingTop=gr.prototype.Io;var Cv=new ce(gr,"Default",0),Wg=new ce(gr,"None",1),Em=new ce(gr,"ProportionalExtra",2);gr.className="RowColumnDefinition",gr.Default=Cv,gr.None=Wg,gr.ProportionalExtra=Em;function Si(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)}Ce(Si,Xt),Si.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=wn(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 Bd(a){a.Na===null?a.Na=new Mv:a.Na.nc&&(a.Na=a.Na.copy())}wt=Si.prototype,wt.th=function(){Xt.prototype.th.call(this),this.Na!==null&&(this.Na.nc=!0)},wt.qb=function(a){a===Be||a===yn||a===Fi||a===ci?this.geometryStretch=a:Xt.prototype.qb.call(this,a)},wt.toString=function(){return"Shape("+(this.figure!=="None"?this.figure:this.toArrow!=="None"?this.toArrow:this.fromArrow)+")#"+ni(this)};function wf(a,y,x,E){var b=x.length;if(!(4>b)){var z=E.measuredBounds,tt=Math.max(1,z.width);z=z.height;for(var ot=x[0],rt=x[1],at,ut,ft,mt,yt,St,Mt=0,It=In(),Tt=2;Tt<b;Tt+=2)at=x[Tt],ut=x[Tt+1],ft=at-ot,ot=ut-rt,ft===0&&(ft=.001),mt=ot/ft,yt=Math.atan2(ot,ft),St=Math.sqrt(ft*ft+ot*ot),It.push([ft,yt,mt,St]),Mt+=St,ot=at,rt=ut;ot=x[0],rt=x[1],ft=E.measuredBounds.width,E instanceof Si&&(ft-=E.strokeWidth),1>ft&&(ft=1),b=x=ft,at=tt/2,ut=at!==0,Tt=0,St=It[Tt],ft=St[0],yt=St[1],mt=St[2],St=St[3];for(var jt=0;.1<=Mt;){if(jt===0&&(ut?(b=x,b-=at,Mt-=at,ut=!1):b=x,b===0&&(b=1)),b>Mt){mn(It);return}b>St?(jt=b-St,b=St):jt=0;var Gt=Math.sqrt(b*b/(1+mt*mt));if(0>ft&&(Gt=-Gt),ot+=Gt,rt+=mt*Gt,a.translate(ot,rt),a.rotate(yt),a.translate(-(tt/2),-(z/2)),jt===0&&E.hh(a,y),a.translate(tt/2,z/2),a.rotate(-yt),a.translate(-ot,-rt),Mt-=b,St-=b,jt!==0){if(Tt++,Tt===It.length){mn(It);return}St=It[Tt],ft=St[0],yt=St[1],mt=St[2],St=St[3],b=jt}}mn(It)}}wt.hh=function(a,y){var x=this.xc,E=this.Ui;if(x!==null||E!==null){var b=this.ua;if(b!==null){a.yc();var z=this.actualBounds,tt=this.naturalBounds;E!==null&&Ko(this,a,E,!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===Re.Link&&ot instanceof Hi&&ot.category==="Selection"&&ot.adornedObject instanceof Si&&ot.adornedPart.Pb()===ot.adornedObject?ot.adornedObject.strokeWidth:0),rt===0&&(x=null),x!==null&&rt!==0&&(Ko(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||E!==null&&E!=="transparent"||(ot=!1),tt=!1,rt=this.strokeDashArray,rt!==null&&(tt=!0,a.js(rt,this.strokeDashOffset)),b.type===Ve.j)a.beginPath(),a.moveTo(b.startX,b.startY),a.lineTo(b.endX,b.endY),x!==null&&a.jk(),a.Se();else if(b.type===Ve.u){var at=b.startX;rt=b.startY;var ut=b.endX,ft=b.endY;b=Math.min(at,ut);var mt=Math.min(rt,ft);at=Math.abs(ut-at),rt=Math.abs(ft-rt),a.beginPath(),a.rect(b,mt,at,rt),E!==null&&a.ng(E),x!==null&&(ot&&z&&Xl(a),a.jk(),ot&&z&&mu(a)),a.Se()}else if(b.type===Ve.F)at=b.startX,rt=b.startY,ut=b.endX,ft=b.endY,b=Math.abs(ut-at)/2,mt=Math.abs(ft-rt)/2,at=Math.min(at,ut)+b,rt=Math.min(rt,ft)+mt,a.beginPath(),a.moveTo(at,rt-mt),a.bezierCurveTo(at+Jt.wg*b,rt-mt,at+b,rt-Jt.wg*mt,at+b,rt),a.bezierCurveTo(at+b,rt+Jt.wg*mt,at+Jt.wg*b,rt+mt,at,rt+mt),a.bezierCurveTo(at-Jt.wg*b,rt+mt,at-b,rt+Jt.wg*mt,at-b,rt),a.bezierCurveTo(at-b,rt-Jt.wg*mt,at-Jt.wg*b,rt-mt,at,rt-mt),a.closePath(),E!==null&&a.ng(E),x!==null&&(ot&&z&&Xl(a),a.jk(),ot&&z&&mu(a)),a.Se();else if(b.type===Ve.o)for(b=b.figures,rt=b.length,mt=0;mt<rt;mt++){at=b.s[mt],a.beginPath(),a.moveTo(at.startX,at.startY),ut=at.segments.s,ft=ut.length;for(var yt=null,St=0;St<ft;St++){var Mt=ut[St];switch(Mt.type){case Lr:a.moveTo(Mt.endX,Mt.endY);break;case So:a.lineTo(Mt.endX,Mt.endY);break;case Qr:a.bezierCurveTo(Mt.point1X,Mt.point1Y,Mt.point2X,Mt.point2Y,Mt.endX,Mt.endY);break;case ca:a.quadraticCurveTo(Mt.point1X,Mt.point1Y,Mt.endX,Mt.endY);break;case hr:if(Mt.radiusX===Mt.radiusY){var It=Math.PI/180;a.arc(Mt.point1X,Mt.point1Y,Mt.radiusX,Mt.startAngle*It,(Mt.startAngle+Mt.sweepAngle)*It,0>Mt.sweepAngle,yt!==null?yt.endX:at.startX,yt!==null?yt.endY:at.startY)}else if(yt=ea(Mt,at),It=yt.length,It===0)a.lineTo(Mt.centerX,Mt.centerY);else for(var Tt=0;Tt<It;Tt++){var jt=yt[Tt];Tt===0&&a.lineTo(jt[0],jt[1]),a.bezierCurveTo(jt[2],jt[3],jt[4],jt[5],jt[6],jt[7])}break;case Pa:if(Tt=It=0,yt!==null&&yt.type===hr){if(yt=ea(yt,at),jt=yt.length,jt===0){a.lineTo(Mt.endX,Mt.endY);break}yt=yt[jt-1]||null,yt!==null&&(It=yt[6],Tt=yt[7])}else It=yt!==null?yt.endX:at.startX,Tt=yt!==null?yt.endY:at.startY;if(yt=Ga(Mt,at,It,Tt),It=yt.length,It===0){a.lineTo(Mt.endX,Mt.endY);break}for(Tt=0;Tt<It;Tt++)jt=yt[Tt],a.bezierCurveTo(jt[2],jt[3],jt[4],jt[5],jt[6],jt[7]);break;default:Wt("Segment not of valid type: "+Mt.type)}Mt.isClosed&&a.closePath(),yt=Mt}ut=at.isFilled,z?at.isShadowed?(ut===!0&&E!=="transparent"&&E!==null&&a.ng(E,at.isEvenOdd),x!==null&&(ut&&ot&&Xl(a),a.jk(),ut&&ot&&mu(a))):(Xl(a),ut&&E!=="transparent"&&E!==null&&a.ng(E,at.isEvenOdd),x!==null&&a.jk(),mu(a)):(ut&&E!==null&&a.ng(E,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),E=x.measuredBounds,x.arrange(0,0,E.width,E.height),z=this.geometry,a.save(),a.beginPath(),E=In(),z.type===Ve.j)E.push(z.startX),E.push(z.startY),E.push(z.endX),E.push(z.endY),wf(a,y,E,x);else if(z.type===Ve.o)for(z=z.figures.iterator;z.next();){for(ot=z.value,E.length=0,E.push(ot.startX),E.push(ot.startY),tt=ot.startX,b=ot.startY,rt=tt,mt=b,at=ot.segments.s,ut=at.length,ft=0;ft<ut;ft++){switch(St=at[ft],St.type){case Lr:wf(a,y,E,x),E.length=0,E.push(St.endX),E.push(St.endY),tt=St.endX,b=St.endY,rt=tt,mt=b;break;case So:E.push(St.endX),E.push(St.endY),tt=St.endX,b=St.endY;break;case Qr:Jt.Qe(tt,b,St.point1X,St.point1Y,St.point2X,St.point2Y,St.endX,St.endY,.5,E),tt=St.endX,b=St.endY;break;case ca:Jt.ep(tt,b,St.point1X,St.point1Y,St.endX,St.endY,.5,E),tt=St.endX,b=St.endY;break;case hr:if(Mt=ea(St,ot),yt=Mt.length,yt===0){E.push(St.centerX),E.push(St.centerY),tt=St.centerX,b=St.centerY;break}for(It=0;It<yt;It++)Tt=Mt[It],Jt.Qe(tt,b,Tt[2],Tt[3],Tt[4],Tt[5],Tt[6],Tt[7],.5,E),tt=Tt[6],b=Tt[7];break;case Pa:if(Mt=Ga(St,ot,tt,b),yt=Mt.length,yt===0){E.push(St.endX),E.push(St.endY),tt=St.endX,b=St.endY;break}for(It=0;It<yt;It++)Tt=Mt[It],Jt.Qe(tt,b,Tt[2],Tt[3],Tt[4],Tt[5],Tt[6],Tt[7],.5,E),tt=Tt[6],b=Tt[7];break;default:Wt("Segment not of valid type: "+St.type)}St.isClosed&&(E.push(rt),E.push(mt),wf(a,y,E,x))}wf(a,y,E,x)}else if(z.type===Ve.u)E.push(z.startX),E.push(z.startY),E.push(z.endX),E.push(z.startY),E.push(z.endX),E.push(z.endY),E.push(z.startX),E.push(z.endY),E.push(z.startX),E.push(z.startY),wf(a,y,E,x);else if(z.type===Ve.F){if(b=new Cr,b.startX=z.endX,b.startY=(z.startY+z.endY)/2,tt=new Zi(hr),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,b.add(tt),z=ea(tt,b),ot=z.length,ot===0)E.push(tt.centerX),E.push(tt.centerY);else for(tt=b.startX,b=b.startY,rt=0;rt<ot;rt++)mt=z[rt],Jt.Qe(tt,b,mt[2],mt[3],mt[4],mt[5],mt[6],mt[7],.5,E),tt=mt[6],b=mt[7];wf(a,y,E,x)}mn(E),a.restore(),a.Vc(!1)}}}},wt.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)},wt.nk=function(a){return this.geometry!==null&&1<this.geometry.figures.length||this.pathPattern!==null?!0:Xt.prototype.nk.call(this,a)},wt.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)}},wt.ga=function(a,y){if(y===void 0&&(y=new At),a instanceof tn){a.Mc()&&Wt("getDocumentPoint Spot must be a real, specific Spot, not: "+a.toString());var x=this.naturalBounds,E=this.strokeWidth;y.h(a.x*(x.width+E)-E/2+x.x+a.offsetX,a.y*(x.height+E)-E/2+x.y+a.offsetY)}else y.set(a);return this.oe.Ga(y),y},wt.mi=function(a){a===void 0&&(a=new me);var y=this.naturalBounds,x=this.oe;y=me.allocAt(y.x,y.y,y.width,y.height);var E=this.strokeWidth;return y.Bc(E/2,E/2),E=At.allocAt(y.x,y.y).transform(x),a.h(E.x,E.y,0,0),E.h(y.right,y.y).transform(x),Go(a,E.x,E.y,0,0),E.h(y.right,y.bottom).transform(x),Go(a,E.x,E.y,0,0),E.h(y.x,y.bottom).transform(x),Go(a,E.x,E.y,0,0),me.free(y),At.free(E),a},wt.gh=function(a,y){var x=this.geometry;if(x===null||this.fill===null&&this.stroke===null)return!1;var E=x.bounds,b=this.strokeWidth/2;x.type!==Ve.j||y||(b+=2);var z=me.alloc();if(z.assign(E),z.Bc(b+2,b+2),!z.ca(a))return me.free(z),!1;if(E=b+1e-4,x.type===Ve.j)return this.stroke===null||(E=(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>E)?!1:(me.free(z),Jt.Yb(x.startX,x.startY,x.endX,x.endY,b,a.x,a.y));if(x.type===Ve.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(-E,-E),z.ca(a))return me.free(z),!1;z.Bc(E,E)}return this.stroke!==null&&z.Bc(b,b),a=z.ca(a),me.free(z),a}if(x.type===Ve.F){tt=x.startX,b=x.startY,ot=x.endX;var rt=x.endY;if(x=Math.min(tt,ot),y=Math.min(b,rt),tt=Math.abs(ot-tt)/2,b=Math.abs(rt-b)/2,x=a.x-(x+tt),y=a.y-(y+b),this.fill===null){if(tt-=E,b-=E,0>=tt||0>=b||1>=x*x/(tt*tt)+y*y/(b*b))return me.free(z),!1;tt+=E,b+=E}return this.stroke!==null&&(tt+=E,b+=E),me.free(z),0>=tt||0>=b?!1:1>=x*x/(tt*tt)+y*y/(b*b)}if(x.type===Ve.o)return me.free(z),this.fill===null?Sh(x,a.x,a.y,b):za(x,a,b,1<this.strokeWidth,y);Wt("Unknown Geometry type: "+x.type)},wt.Wl=function(a,y,x,E){var b=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):Wt("Unsupported Figure: "+ot)}tt=rt.bounds}ot=tt.width,rt=tt.height,at=tt.width;var ut=tt.height;switch(Ws(this,!0)){case Be:E=x=0;break;case De:at=Math.max(a-z,0),ut=Math.max(y-z,0);break;case Mn:at=Math.max(a-z,0),E=0;break;case _n:x=0,ut=Math.max(y-z,0)}isFinite(b.width)&&(at=b.width),isFinite(b.height)&&(ut=b.height);var ft=this.maxSize,mt=this.minSize;switch(x=Math.max(x-z,mt.width),E=Math.max(E-z,mt.height),at=Math.min(ft.width,at),ut=Math.min(ft.height,ut),at=isFinite(at)?Math.max(x,at):Math.max(ot,x),ut=isFinite(ut)?Math.max(E,ut):Math.max(rt,E),x=Lv(this),x){case Be:break;case De:ot=at,rt=ut;break;case yn:x=Math.min(at/ot,ut/rt),isFinite(x)||(x=1),ot*=x,rt*=x;break;default:Wt(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,E=ot/tt.width,tt=rt/tt.height,isFinite(E)||(E=1),isFinite(tt)||(tt=1),this.ua=E===1&&tt===1?x:x.copy().scale(E,tt)):this.ua!==null&&Jt.$(this.ua.Sk,a-z)&&Jt.$(this.ua.Rk,y-z)||(this.ua=Si.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,ut+z),b.w()?(at=b.width,ut=b.height,at=Math.min(ft.width,at),ut=Math.min(ft.height,ut),at=Math.max(mt.width,at),ut=Math.max(mt.height,ut),this.dc.h(0,0,at,ut)):this.dc.assign(tt)};function Lv(a){var y=a.geometryStretch;return a.Rd!==null?y===ci?De:y:y===ci?kv[a.figure].defaultStretch:y}wt.eh=function(a,y,x,E){ps(this,a,y,x,E)},wt.rs=function(a,y,x){return this.Sj(a.x,a.y,y.x,y.y,x)},wt.Sj=function(a,y,x,E,b){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,ut=z.m11*tt,ft=tt*(z.m21*z.dy-z.m22*z.dx),mt=tt*(z.m12*z.dx-z.m11*z.dy);z=a*ot+y*at+ft,tt=a*rt+y*ut+mt,ot=x*ot+E*at+ft,rt=x*rt+E*ut+mt,ft=this.ig/2,at=this.ua,at===null&&(this.measure(1/0,1/0),at=this.ua);var yt=at.bounds;if(ut=!1,at.type===Ve.j)if(1.5>=this.strokeWidth)ut=Jt.Ve(at.startX,at.startY,at.endX,at.endY,z,tt,ot,rt,b);else{if(at.startX===at.endX?(E=ft,ut=0):(y=(at.endY-at.startY)/(at.endX-at.startX),ut=ft/Math.sqrt(1+y*y),E=ut*y),y=In(),a=new At,Jt.Ve(at.startX+E,at.startY+ut,at.endX+E,at.endY+ut,z,tt,ot,rt,a)&&y.push(a),a=new At,Jt.Ve(at.startX-E,at.startY-ut,at.endX-E,at.endY-ut,z,tt,ot,rt,a)&&y.push(a),a=new At,Jt.Ve(at.startX+E,at.startY+ut,at.startX-E,at.startY-ut,z,tt,ot,rt,a)&&y.push(a),a=new At,Jt.Ve(at.endX+E,at.endY+ut,at.endX-E,at.endY-ut,z,tt,ot,rt,a)&&y.push(a),ot=y.length,ot===0)return mn(y),!1;for(ut=!0,rt=1/0,E=0;E<ot;E++)a=y[E],x=(a.x-z)*(a.x-z)+(a.y-tt)*(a.y-tt),x<rt&&(rt=x,b.x=a.x,b.y=a.y);mn(y)}else if(at.type===Ve.u)ut=Jt.Ff(yt.x-ft,yt.y-ft,yt.x+yt.width+ft,yt.y+yt.height+ft,z,tt,ot,rt,b);else if(at.type===Ve.F){y=me.allocAt(yt.x,yt.y,yt.width,yt.height).Bc(ft,ft);t:if(y.width===0)ut=Jt.Ve(y.x,y.y,y.x,y.y+y.height,z,tt,ot,rt,b);else if(y.height===0)ut=Jt.Ve(y.x,y.y,y.x+y.width,y.y,z,tt,ot,rt,b);else{if(a=y.width/2,at=y.height/2,E=y.x+a,ut=y.y+at,x=9999,z!==ot&&(x=(tt-rt)/(z-ot)),9999>Math.abs(x)){if(rt=tt-ut-x*(z-E),0>a*a*x*x+at*at-rt*rt){b.x=NaN,b.y=NaN,ut=!1;break t}ft=Math.sqrt(a*a*x*x+at*at-rt*rt),ot=(-(a*a*x*rt)+a*at*ft)/(at*at+a*a*x*x)+E,a=(-(a*a*x*rt)-a*at*ft)/(at*at+a*a*x*x)+E,at=x*(ot-E)+rt+ut,rt=x*(a-E)+rt+ut,Math.abs((z-ot)*(z-ot))+Math.abs((tt-at)*(tt-at))<Math.abs((z-a)*(z-a))+Math.abs((tt-rt)*(tt-rt))?(b.x=ot,b.y=at):(b.x=a,b.y=rt)}else{if(ot=at*at,rt=z-E,ot-=ot/(a*a)*rt*rt,0>ot){b.x=NaN,b.y=NaN,ut=!1;break t}rt=Math.sqrt(ot),ot=ut+rt,rt=ut-rt,Math.abs(ot-tt)<Math.abs(rt-tt)?(b.x=z,b.y=ot):(b.x=z,b.y=rt)}ut=!0}me.free(y)}else if(at.type===Ve.o){mt=At.alloc();var St=ot-z,Mt=rt-tt,It=St*St+Mt*Mt,Tt=z,jt=tt;if(0<It&&yt.contains(Tt,jt)&&(mt.x=Tt,mt.y=jt,this.ca(mt)))for(St!==0&&.5>Math.abs(St)?(Mt*=.5/St,St=.5):Mt!==0&&.5>Math.abs(Mt)&&(St*=.5/Mt,Mt=.5),Tt-=St,jt-=Mt;yt.contains(Tt,jt);)Tt-=St,jt-=Mt;for(b.x=ot,b.y=rt,Mt=0;Mt<at.figures.count;Mt++){var Gt=at.figures.s[Mt],Ht=Gt.isFilled?Tt:z,Yt=Gt.isFilled?jt:tt,re=Gt.segments;yt=Gt.startX,St=Gt.startY;for(var qe=yt,pn=St,hn=0;hn<re.count;hn++){var _e=re.s[hn],Ne=_e.type,hi=_e.endX,$n=_e.endY,Xi=!1;switch(Ne){case Lr:qe=hi,pn=$n;break;case So:Xi=bm(yt,St,hi,$n,Ht,Yt,ot,rt,mt);break;case Qr:Xi=Jt.Eo(yt,St,_e.point1X,_e.point1Y,_e.point2X,_e.point2Y,hi,$n,Ht,Yt,ot,rt,.6,mt);break;case ca:Xi=Jt.Eo(yt,St,yt+2/3*(_e.point1X-yt),St+2/3*(_e.point1Y-St),hi+2/3*(_e.point1X-hi),$n+2/3*(_e.point1Y-$n),hi,$n,Ht,Yt,ot,rt,.6,mt);break;case hr:case Pa:Ne=_e.type===hr?ea(_e,Gt):Ga(_e,Gt,yt,St);var co=Ne.length;if(co===0){Xi=bm(yt,St,_e.type===hr?_e.centerX:_e.endX,_e.type===hr?_e.centerY:_e.endY,Ht,Yt,ot,rt,mt);break}for($n=null,hi=0;hi<co;hi++){if($n=Ne[hi],hi===0&&bm(yt,St,$n[0],$n[1],Ht,Yt,ot,rt,mt)){var Mr=Nm(Ht,Yt,mt,It,b);Mr<It&&(It=Mr,ut=!0)}Jt.Eo($n[0],$n[1],$n[2],$n[3],$n[4],$n[5],$n[6],$n[7],Ht,Yt,ot,rt,.6,mt)&&(Mr=Nm(Ht,Yt,mt,It,b),Mr<It&&(It=Mr,ut=!0))}hi=$n[6],$n=$n[7];break;default:Wt("Unknown Segment type: "+Ne)}yt=hi,St=$n,Xi&&(Xi=Nm(Ht,Yt,mt,It,b),Xi<It&&(It=Xi,ut=!0)),_e.isClosed&&(hi=qe,$n=pn,bm(yt,St,hi,$n,Ht,Yt,ot,rt,mt)&&(_e=Nm(Ht,Yt,mt,It,b),_e<It&&(It=_e,ut=!0)))}}z=x-a,tt=E-y,ot=Math.sqrt(z*z+tt*tt),ot!==0&&(z/=ot,tt/=ot),b.x-=z*ft,b.y-=tt*ft,At.free(mt)}else Wt("Unknown Geometry type: "+at.type);return ut?(this.transform.Ga(b),!0):!1};function Nm(a,y,x,E,b){return a=x.x-a,y=x.y-y,y=a*a+y*y,y<E?(b.x=x.x,b.y=x.y,y):E}function bm(a,y,x,E,b,z,tt,ot,rt){if(Jt.$(a,x)&&Jt.$(y,E)||Jt.$(b,tt)&&Jt.$(z,ot))return!1;var at=!1,ut=(b-tt)*(y-E)-(z-ot)*(a-x);return ut===0?!1:(rt.x=((b*ot-z*tt)*(a-x)-(b-tt)*(a*E-y*x))/ut,rt.y=((b*ot-z*tt)*(y-E)-(z-ot)*(a*E-y*x))/ut,(a>x?a-x:x-a)<(y>E?y-E:E-y)?(a=y<E?y:E,y=y<E?E: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)}wt.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 E=this.strokeWidth/2,b=!1,z=At.alloc();return z.h(x.x-E,x.y-E),a.ca(y.Ga(z))&&(z.h(x.x-E,x.bottom+E),a.ca(y.Ga(z))&&(z.h(x.right+E,x.bottom+E),a.ca(y.Ga(z))&&(z.h(x.right+E,x.y-E),a.ca(y.Ga(z))&&(b=!0)))),At.free(z),b},wt.Yc=function(a,y){if(this.fh(a,y)||y===void 0&&(y=this.transform,a.Re(this.actualBounds)))return!0;var x=pi.alloc();x.set(y),x.Vj();var E=a.left,b=a.right,z=a.top;a=a.bottom;var tt=At.alloc();if(tt.h(E,z),x.Ga(tt),this.gh(tt,!0)||(tt.h(b,z),x.Ga(tt),this.gh(tt,!0))||(tt.h(E,a),x.Ga(tt),this.gh(tt,!0))||(tt.h(b,a),x.Ga(tt),this.gh(tt,!0)))return At.free(tt),!0;var ot=At.alloc(),rt=At.alloc();return x.set(y),x.bv(this.transform),x.Vj(),ot.x=b,ot.y=z,ot.transform(x),tt.x=E,tt.y=z,tt.transform(x),y=!1,Ad(this,tt,ot,rt)?y=!0:(tt.x=b,tt.y=a,tt.transform(x),Ad(this,tt,ot,rt)?y=!0:(ot.x=E,ot.y=a,ot.transform(x),Ad(this,tt,ot,rt)?y=!0:(tt.x=E,tt.y=z,tt.transform(x),Ad(this,tt,ot,rt)&&(y=!0)))),At.free(tt),pi.free(x),At.free(ot),At.free(rt),y};function Ad(a,y,x,E){if(!a.rs(y,x,E))return!1;a=y.x,y=y.y;var b=x.x,z=x.y;return x=E.x,E=E.y,a===b?(y<z?(a=y,y=z):a=z,E>=a&&E<=y):(a<b?(E=a,a=b):E=b,x>=E&&x<=a)}wt.tx=function(a,y,x){function E(It,Tt){for(var jt=It.length,Gt=0;Gt<jt;Gt+=2)if(Tt.zd(It[Gt],It[Gt+1])>b)return!0;return!1}if(x&&this.fill!==null&&this.gh(a,!0))return!0;var b=a.Bf(y),z=b;if(1.5<this.strokeWidth&&(b=this.strokeWidth/2+Math.sqrt(b),b*=b),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,mo(a.x,a.y,ot,rt)<=b&&mo(a.x,a.y,at,rt)<=b&&mo(a.x,a.y,ot,tt)<=b&&mo(a.x,a.y,at,tt)<=b)return!0}if(ot=y.startX,rt=y.startY,at=y.endX,tt=y.endY,y.type===Ve.j){if(x=(ot-at)*(a.x-at)+(rt-tt)*(a.y-tt),vi(a.x,a.y,ot,rt,at,tt)<=(0<=(at-ot)*(a.x-ot)+(tt-rt)*(a.y-rt)&&0<=x?b:z))return!0}else{if(y.type===Ve.u)return y=!1,x&&(y=vi(a.x,a.y,ot,rt,ot,tt)<=b||vi(a.x,a.y,ot,rt,at,rt)<=b||vi(a.x,a.y,at,rt,at,tt)<=b||vi(a.x,a.y,ot,tt,at,tt)<=b),y;if(y.type===Ve.F){y=a.x-(ot+at)/2,z=a.y-(rt+tt)/2;var ut=Math.abs(at-ot)/2,ft=Math.abs(tt-rt)/2;if(ut===0||ft===0)return vi(a.x,a.y,ot,rt,at,tt)<=b;if(x){if(a=Jt.$y(ut,ft,y,z),a*a<=b)return!0}else return!(mo(y,z,-ut,0)>=b||mo(y,z,0,-ft)>=b||mo(y,z,0,ft)>=b||mo(y,z,ut,0)>=b)}else if(y.type===Ve.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&&vi(a.x,a.y,z,ot,z,at)>b&&vi(a.x,a.y,z,ot,rt,ot)>b&&vi(a.x,a.y,rt,at,z,at)>b&&vi(a.x,a.y,rt,at,rt,ot)>b)return!1;if(z=Math.sqrt(b),x){if(this.fill===null?Sh(y,a.x,a.y,z):za(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,ut=z.startY,a.zd(tt,ut)>b)return!1;for(ot=z.segments.s,rt=ot.length,at=0;at<rt;at++)switch(ft=ot[at],ft.type){case Lr:case So:if(tt=ft.endX,ut=ft.endY,a.zd(tt,ut)>b)return!1;break;case Qr:var mt=In();if(Jt.Qe(tt,ut,ft.point1X,ft.point1Y,ft.point2X,ft.point2Y,ft.endX,ft.endY,.8,mt),tt=E(mt,a),mn(mt),tt||(tt=ft.endX,ut=ft.endY,a.zd(tt,ut)>b))return!1;break;case ca:if(mt=In(),Jt.ep(tt,ut,ft.point1X,ft.point1Y,ft.endX,ft.endY,.8,mt),tt=E(mt,a),mn(mt),tt||(tt=ft.endX,ut=ft.endY,a.zd(tt,ut)>b))return!1;break;case hr:case Pa:mt=ft.type===hr?ea(ft,z):Ga(ft,z,tt,ut);var yt=mt.length;if(yt===0){if(tt=ft.type===hr?ft.centerX:ft.endX,ut=ft.type===hr?ft.centerY:ft.endY,a.zd(tt,ut)>b)return!1;break}ft=null;for(var St=In(),Mt=0;Mt<yt;Mt++)if(ft=mt[Mt],St.length=0,Jt.Qe(ft[0],ft[1],ft[2],ft[3],ft[4],ft[5],ft[6],ft[7],.8,St),E(St,a))return mn(St),!1;mn(St),ft!==null&&(tt=ft[6],ut=ft[7]);break;default:Wt("Unknown Segment type: "+ft.type)}}return!0}}}return!1},wt.qc=function(){this.ua=null},wt.kq=function(){return this.ig};function mS(a){var y=a.diagram;y!==null&&y.undoManager.isUndoingRedoing||(a.segmentOrientation=$g,a.toArrow!=="None"?(a.segmentIndex=-1,a.alignmentFocus=Xr):a.fromArrow!=="None"&&(a.segmentIndex=0,a.alignmentFocus=new tn(1-Xr.x,Xr.y)))}Si.makeGeometry=function(a,y,x){if(a.toArrow!=="None")var E=Ql[a.toArrow];else a.fromArrow!=="None"?E=Ql[a.fromArrow]:(E=Jt.Ze[a.figure],typeof E=="string"&&(E=Jt.Ze[E]),E===void 0&&Wt("Unknown Shape.figure: "+a.figure),E=E(a,y,x),E.Sk=y,E.Rk=x);if(E===null){var b=Jt.Ze.Rectangle;typeof b=="function"&&(E=b(a,y,x))}return E};function vS(a){var y=Ql[a];if(y===void 0){var x=a.toLowerCase();if(x==="none")return"None";if(y=Ql[x],y===void 0){var E=null,b;for(b in Jt.um)if(b.toLowerCase()===x){E=b;break}if(E!==null)return a=Ve.parse(Jt.um[E],!1),Ql[E]=a,x!==E&&(Ql[x]=E),E}}return typeof y=="string"?y:y instanceof Ve?a:null}fe.Object.defineProperties(Si.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 E=this.part;E!==null&&(E.ag=NaN),this.v(),this.g("geometry",y||x,a),Kr(this)&&(a=this.part,a!==null&&wo(this,a,"geometryString"))}}},geometryString:{get:function(){return this.geometry===null?"":this.geometry.toString()},set:function(a){a=Ve.parse(a);var y=a.normalize();this.geometry=a,this.position=a=At.allocAt(-y.x,-y.y),At.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&&xc(a,"Shape.fill"),a instanceof qi&&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&&xc(a,"Shape.stroke"),a instanceof qi&&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 fn(a,"value >= 0",Si,"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"?fn(a,'"butt", "round", or "square"',Si,"strokeCap"):(Bd(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"?fn(a,'"miter", "bevel", or "round"',Si,"strokeJoin"):(Bd(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){Bd(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,E=0,b=0;b<x;b++){var z=a[b];0<=z&&isFinite(z)||Wt("strokeDashArray:value "+z+" at index "+b+" must be a positive number or zero."),E+=z}if(E===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&&(Bd(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()])||Wt("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=vS(a);x===null?Wt("Unknown Shape.toArrow: "+a):y!==x&&(this.Ua===null&&(this.Ua=new jh),this.Ua.V=x,this.Rd=null,this.qc(),this.v(),mS(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=vS(a);x===null?Wt("Unknown Shape.fromArrow: "+a):y!==x&&(this.Ua===null&&(this.Ua=new jh),this.Ua.j=x,this.Rd=null,this.qc(),this.v(),mS(this),this.g("fromArrow",y,x))}}},spot1:{get:function(){return this.Na!==null?this.Na.fg:Ar},set:function(a){var y=this.spot1;y.D(a)||(a=a.J(),Bd(this),this.Na.fg=a,this.v(),this.g("spot1",y,a))}},spot2:{get:function(){return this.Na!==null?this.Na.gg:Ar},set:function(a){var y=this.spot2;y.D(a)||(a=a.J(),Bd(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&&(Bd(this),this.Na.br=a,this.N(),this.g("pathPattern",y,a))}},geometryStretch:{get:function(){return this.Na!==null?this.Na.jq:ci},set:function(a){var y=this.geometryStretch;y!==a&&(Bd(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 $l),this.fa.Tk=a;var x=this.diagram;x!==null&&this.panel===x.grid&&Bl(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 $l),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 $l),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 $l),this.fa.o=a,this.v(),this.g("graduatedSkip",y,a))}}}),Si.prototype.intersectsRect=Si.prototype.Yc,Si.prototype.containedInRect=Si.prototype.fh,Si.prototype.getNearestIntersectionPoint=Si.prototype.rs,Si.prototype.getDocumentBounds=Si.prototype.mi,Si.prototype.getDocumentPoint=Si.prototype.ga;var Ql=new pe,kv=new pe;Si.className="Shape",Si.getFigureGenerators=function(){var a=new An,y;for(y in Jt.Ze)y!==y.toLowerCase()&&a.add(y,Jt.Ze[y]);return a.freeze(),a},Si.defineFigureGenerator=function(a,y){var x=a.toLowerCase(),E=Jt.Ze;E[a]=y,E[x]=a},Si.getArrowheadGeometries=function(){var a=new An;for(E in Jt.um)if(Ql[E]===void 0){var y=Ve.parse(Jt.um[E],!1);Ql[E]=y,y=E.toLowerCase(),y!==E&&(Ql[y]=E)}for(var x in Ql)if(x!==x.toLowerCase()){var E=Ql[x];E instanceof Ve&&a.add(x,E)}return a.freeze(),a},Si.defineArrowheadGeometry=function(a,y){var x=null;typeof y=="string"?x=Ve.parse(y,!1):x=y,y=a.toLowerCase(),y!=="none"&&a!==y||Wt("Shape.defineArrowheadGeometry name must not be empty or None or all-lower-case: "+a);var E=Ql;E[a]=x,E[y]=a};function Mv(){this.nc=!1,this.Hr="butt",this.Ir="miter",this.Jr=10,this.uj=0,this.br=null,this.jq=ci,this.gg=this.fg=Ar}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 fo(a,y){return Xt.call(this),Dm||(Vs=Uo?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}Ce(fo,Xt),fo.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 Il(a){a.da===null?a.da=new Av:a.da.nc&&(a.da=a.da.copy())}wt=fo.prototype,wt.th=function(){Xt.prototype.th.call(this),this.da!==null&&(this.da.nc=!0)};function yS(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}wt.qb=function(a){a.classType===fo?this.wrap=a:Xt.prototype.qb.call(this,a)},wt.toString=function(){return 22<this.ec.length?'TextBlock("'+this.ec.substring(0,20)+'"...)':'TextBlock("'+this.ec+'")'},wt.v=function(){Xt.prototype.v.call(this)},wt.hh=function(a,y){if(this.xc!==null&&this.ec.length!==0&&this.Ae!==null){var x=this.naturalBounds,E=this.actualBounds,b=x.width,z=x.height,tt=Ug(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;Ko(this,a,this.xc,!0,!1,x,E),(rt||at)&&Ko(this,a,this.xc,!1,!1,x,E),E=0,x=!1;var ut=this.oe,ft=ut.dx-(tt*ut.m21+ut.dx);ut=ut.dy-(tt*ut.m22+ut.dy);var mt=y.scale;switch(8>(ft*ft+ut*ut)*mt*mt&&(x=!0),y.ib!==a&&(x=!1),y.ib instanceof oa&&(x=!1),y.Gf("textGreeking")===!1&&(x=!1),y=this.spacingAbove,ft=this.spacingBelow,this.flip){case ji:a.translate(b,0),a.scale(-1,1);break;case Li:a.translate(0,z),a.scale(1,-1);break;case ao:a.translate(b,z),a.scale(-1,-1)}if(a.yc(),ut=this.Gc,mt=(y+tt+ft)*ut,z>mt&&(E=this.verticalAlignment,E=E.y*z-E.y*mt+E.offsetY),ut===1&&this.ze!==null)ft=this.Cb,ft>b&&(ft=b),this.Oj(this.ze,a,0,E+y,b,tt,ft,x,ot,rt,at);else if(this.Qc!==null&&this.Qb!==null)for(mt=0;mt<ut;mt++){var yt=this.Qc[mt];yt>b&&(yt=b),E+=y,this.Oj(this.Qb[mt],a,0,E,b,tt,yt,x,ot,rt,at),E+=tt+ft}switch(this.flip){case ji:a.scale(-1,1),a.translate(-b,0);break;case Li:a.scale(1,-1),a.translate(0,-z);break;case ao:a.scale(-1,-1),a.translate(-b,-z)}}},wt.Oj=function(a,y,x,E,b,z,tt,ot,rt,at,ut){var ft=0;if(ot)rt==="left"?ft=0:rt==="right"?ft=b-tt:rt==="center"&&(ft=(b-tt)/2),y.fillRect(x+ft,E+.25*z,tt,1);else{if(rt==="left"?ft=0:rt==="right"?ft=b:rt==="center"&&(ft=b/2),b=Tm!==null?Tm(this,z):.75*z,y.fillText(a,x+ft,E+b),a=z/20|0,a===0&&(a=1),rt==="right"?ft-=tt:rt==="center"&&(ft-=tt/2),at){ot=Fm!==null?Fm(this,z):.8*z,rt=x+ft,at=E+ot,b=x+ft+tt,ot=E+ot;var mt=a;y.beginPath(),y.lineWidth=mt,y.moveTo(rt,at),y.lineTo(b,ot),y.stroke(),y.Se(),y instanceof oa&&y.ad.classList.add("gojs-td")}ut&&(ut=E+z-z/2.2|0,a%2!==0&&(ut+=.5),E=x+ft,z=ut,x=x+ft+tt,tt=ut,ft=a,y.beginPath(),y.lineWidth=ft,y.moveTo(E,z),y.lineTo(x,tt),y.stroke(),y.Se(),y instanceof oa&&y.ad.classList.add("gojs-td"))}},wt.kk=function(a,y,x){if(!Xt.prototype.kk.call(this,a,y,x))return!1;if(Ko(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},wt.nk=function(a){return 1<this.lineCount||this.isUnderline||this.isStrikethrough?!0:Xt.prototype.nk.call(this,a)},wt.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)}},wt.Wl=function(a,y,x,E){var b=this.Gc;this.Ih=a,this.l&=-16777217;var z=this.Ae;Vs!==null&&kS!==z&&(kS=Vs.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===Zg&&(ot=ot.trim()),tt=Math.max(tt,al(ot)),ot=at+1}z=tt}else tt=z.indexOf(`
|
|
`,0),0<=tt&&(z=z.substr(0,tt)),z=al(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=xS(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===Bm&&(y=this.Ae,y=this.overflow===Bm?SS(y):0,at=this.spacingAbove+this.spacingBelow,at=Math.max(0,Ug(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);al(at)>y&&1<at.length;)at=at.substr(0,at.length-1);at+=Kg,y=al(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===PS||isNaN(this.desiredSize.width))&&(z=isNaN(a)?this.Cb:Math.min(a,this.Cb)),z=Math.max(x,z),tt=Math.max(E,tt),dr(this.dc,z,tt),this.Ge(0,0,z,tt),this.svg!==null&&b!==this.Gc&&(this.Uc=!0)},wt.eh=function(a,y,x,E){ps(this,a,y,x,E)};function Vg(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 Ev(a,y,x,E){var b=a.formatting===Zg;b&&(y=y.trim());var z=0,tt=a.Ae,ot=a.spacingAbove+a.spacingBelow;ot=Math.max(0,Ug(a)+ot);var rt=a.overflow===Bm?SS(tt):0;if(a.Gc>=a.maxLines)E!==null&&E.h(0,ot);else if(tt=y,a.wrap===Nv){a.Le=1;var at=al(y);if(rt===0||at<=x)a.Cb=Math.max(a.Cb,at),Vg(a,y,a.Cb),E!==null&&E.h(at,ot);else{for(z=Cf(a,tt),tt=tt.substr(z.length),y=Cf(a,tt),at=al(z+y);0<y.length&&at<=x;)z+=y,tt=tt.substr(y.length),y=Cf(a,tt),at=z+y,b&&(at=at.trim()),at=al(at);for(b&&(y=y.trim()),z+=y,x=Math.max(1,x-rt);al(z)>x&&1<z.length;)z=z.substr(0,z.length-1);a.l|=16777216,z+=Kg;var ut=al(z);a.Cb=ut,Vg(a,z,ut),E!==null&&E.h(ut,ot)}}else{for(rt=0,tt.length===0&&(rt=1,Vg(a,tt,0));0<tt.length;){for(y=Cf(a,tt),tt=tt.substr(y.length);al(y)>x;){var ft=1;for(at=al(y.substr(0,ft)),ut=0;at<=x;)ft++,ut=at,at=al(y.substr(0,ft));if(ft===1){var mt=at;z=Math.max(z,at)}else mt=ut,z=Math.max(z,ut);if(ft--,1>ft&&(ft=1),Vg(a,y.substr(0,ft),mt),rt++,y=y.substr(ft),a.Gc+rt>a.maxLines)break}for(ut=Cf(a,tt),at=al(y+ut);0<ut.length&&at<=x;)y+=ut,tt=tt.substr(ut.length),ut=Cf(a,tt),at=y+ut,b&&(at=at.trim()),at=al(at);if(b&&(y=y.trim()),y!==""&&(y[y.length-1]==="\xAD"&&(y=y.substring(0,y.length-1)+"\u2010"),ut.length===0?(ft=at,z=Math.max(z,at)):(ft=ut=al(y),z=Math.max(z,ut)),Vg(a,y,ft),rt++,a.Gc+rt>a.maxLines))break}a.Le=Math.min(a.maxLines,rt),a.Cb=Math.max(a.Cb,z),E!==null&&E.h(a.Cb,ot*a.Le)}}function Cf(a,y){if(a.wrap===wS)return y.substr(0,1);for(var x=y.length,E=0,b=Sx;E<x&&!b.test(y.charAt(E));)E++;for(a.formatting===CS&&(x=Math.min(x,E+1));E<x&&b.test(y.charAt(E));)E++;return E>=y.length?y:y.substr(0,E)}function al(a){return Vs===null?8*a.length:Vs.measureText(a).width}function Ug(a){if(a.df!==null)return a.df;var y=a.Ae;if(Vs===null){var x=16;return a.df=x}return Fv[y]!==void 0&&5e3>LS?x=Fv[y]:(x=1.3*Vs.measureText("M").width,Fv[y]=x,LS++),a.df=x}function SS(a){if(Vs===null)return 6;if(Am[a]!==void 0&&5e3>Bv)var y=Am[a];else y=Vs.measureText(Kg).width,Am[a]=y,Bv++;return y}function xS(a,y){var x=a.ec.replace(/\r\n/g,`
|
|
`).replace(/\r/g,`
|
|
`),E=a.spacingAbove+a.spacingBelow;if(E=Math.max(0,Ug(a)+E),x.length===0)return a.Cb=0,a.Gc=1,E;if(!a.isMultiline){var b=x.indexOf(`
|
|
`,0);0<=b&&(x=x.substr(0,b))}b=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=Je.alloc();Ev(a,z,y,rt),b+=rt.height,Je.free(rt),a.Gc+=a.Le}else Ev(a,z,y,null),b+=E,a.Gc++;a.Gc===a.maxLines&&(ot=!0)}z=tt+1}return a.Lq=b}fe.Object.defineProperties(fo.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"||(Il(this),this.da.Or=a,this.N(),this.g("textAlign",y,a))}},flip:{get:function(){return this.da!==null?this.da.Xf:Be},set:function(a){var y=this.flip;y!==a&&(Il(this),this.da.Xf=a,this.N(),this.g("flip",y,a))}},verticalAlignment:{get:function(){return this.da!==null?this.da.Yr:vh},set:function(a){var y=this.verticalAlignment;y.D(a)||(a=a.J(),Il(this),this.da.Yr=a,Ms(this),this.g("verticalAlignment",y,a))}},naturalBounds:{get:function(){if(!this.dc.w()){var a=Je.alloc();Ev(this,this.ec,999999,a);var y=a.width;Je.free(a),a=xS(this,y);var x=this.desiredSize;isNaN(x.width)||(y=x.width),isNaN(x.height)||(a=x.height),dr(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:bv},set:function(a){var y=this.wrap;y!==a&&(Il(this),this.da.$r=a,this.v(),this.g("wrap",y,a))}},overflow:{get:function(){return this.da!==null?this.da.$q:Tv},set:function(a){var y=this.overflow;y!==a&&(Il(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&&xc(a,"TextBlock.stroke"),a instanceof qi&&a.freeze(),this.xc=a,this.N(),this.g("stroke",y,a))}},lineCount:{get:function(){return this.Gc}},lineHeight:{get:function(){return Ug(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&&(Il(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&&(Il(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 $l),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 $l),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 $l),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 $l),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 $l),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&&(Il(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&&(Il(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&&(Il(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&&(Il(this),this.da.Er=a,this.v(),this.g("spacingBelow",y,a))}},formatting:{get:function(){return this.da!==null?this.da.gq:Zg},set:function(a){var y=this.formatting;y!==a&&(Il(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&&fn(a,"> 0",fo,"maxLines"),Il(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 Tm=null,Fm=null,Nv=new ce(fo,"None",0),PS=new ce(fo,"WrapFit",1),bv=new ce(fo,"WrapDesiredSize",2),wS=new ce(fo,"WrapBreakAll",3),Tv=new ce(fo,"OverflowClip",0),Bm=new ce(fo,"OverflowEllipsis",1),Zg=new ce(fo,"FormatTrim",0),CS=new ce(fo,"FormatNone",0),Sx=/[ \u200b\u00ad]/,Fv=new pe,LS=0,Am=new pe,Bv=0,Kg="...",kS="",Vs=null,Dm=!1;fo.className="TextBlock";function Av(){this.nc=!1,this.Hd=null,this.Xf=Be,this.gq=Zg,this.Jq=1/0,this.$q=Tv,this.Er=this.Dr=0,this.Or="start",this.vj=this.Qr=this.Pr=null,this.Yr=vh,this.$r=bv}Av.prototype.copy=function(){var a=new Av;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},fo.getEllipsis=function(){return Kg},fo.setEllipsis=function(a){Kg=a,Am=new pe,Bv=0},fo.getBaseline=function(){return Tm},fo.setBaseline=function(a){Tm=a},fo.getUnderline=function(){return Fm},fo.setUnderline=function(a){Fm=a},fo.isValidFont=function(a){if(Dm||(Vs=Uo?new Ua(null).context:null,Dm=!0),Vs===null)return!0;var y=Vs.font;if(a===y||a==="10px sans-serif")return!0;Vs.font="10px sans-serif",Vs.font=a;var x=Vs.font;if(x!=="10px sans-serif")return Vs.font=y,!0;Vs.font="19px serif";var E=Vs.font;return Vs.font=a,x=Vs.font,Vs.font=y,x!==E},fo.FormatNone=CS,fo.FormatTrim=Zg,fo.None=Nv,fo.OverflowClip=Tv,fo.OverflowEllipsis=Bm,fo.WrapBreakAll=wS,fo.WrapDesiredSize=bv,fo.WrapFit=PS;function $l(){this.Tk=1,this.u=0,this.j=1,this.o=this.F=null}$l.prototype.copy=function(){var a=new $l;return a.Tk=this.Tk,a.u=this.u,a.j=this.j,a.F=this.F,a.o=this.o,a},$l.className="GradElementSettings";function Us(a,y){Xt.call(this),this.Eg=null,this.qo="",this.Xg=Ia,this.Nk=De,this.Zg=this.Hd=null,this.Mk=Di,this.Xf=Be,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 Lf;Ce(Us,Xt),Us.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},Us.prototype.qb=function(a){a===Be||a===yn||a===Fi?this.imageStretch=a:Xt.prototype.qb.call(this,a)},Us.prototype.toString=function(){return"Picture("+this.source+")#"+ni(this)};function kf(a){a===void 0&&(a=""),a!==""?Lf[a]&&(delete Lf[a],Om--):(Lf=new pe,Om=0)}function MS(a,y){y.qy||(y.Fq=function(x){y.sq=!0,y.ln=!1;var E=y.Bg.copy();if(E!=null){for(E=E.iterator;E.next();){var b=E.value;b.N();var z=y.getAttribute("src")||"",tt=b.Og.I(z);if(tt!==null)for(var ot=tt.length,rt=0;rt<ot;rt++)z=tt[rt],b.Xn.add(z),z.Uc=!0,b.$b(),y.hn&&(y.eu===void 0&&(y.eu=x),z.Zg!==null&&z.Zg(z,x))}y.Bg.clear()}a.desiredSize.w()||(fr(a,!1),a.v())},y.Yp=function(x){y.ln=x;var E=y.Bg.copy();if(E!=null){for(E=E.iterator;E.next();){var b=E.value,z=y.getAttribute("src")||"",tt=b.Og.I(z);if(tt!==null){b=tt.length,z=In();for(var ot=0;ot<b;ot++)z.push(tt[ot]);if(y.hn)for(ot=0;ot<b;ot++)tt=z[ot],tt.Hd!==null&&tt.Hd(tt,x);mn(z)}}y.Bg.clear()}},y.addEventListener("load",y.Fq),y.addEventListener("error",y.Yp),y.qy=!0)}Us.prototype.hA=function(){if(this.source!==""){kf(this.source);var a=this.source;this.source="",this.source=a}},Us.prototype.redraw=function(){this.N(),this.Uc=!0},Us.prototype.hh=function(a,y){var x=this.Eg;if(x!==null){var E=x.getAttribute("src");if(!(x instanceof HTMLImageElement&&(E===null||E==="")||x.ln instanceof Event&&a instanceof Td)){var b=a instanceof oa;E=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||E.width,ot=ot||E.height,rt!==0&&ot!==0){var at=rt,ut=ot;this.sourceRect.w()&&(z=this.Xg.x,tt=this.Xg.y,rt=this.Xg.width,ot=this.Xg.height);var ft=rt,mt=ot,yt=this.Nk,St=this.Mk;switch(yt){case Be:if(this.sourceRect.w())break;ft>=E.width&&(z=z+St.offsetX+(ft*St.x-E.width*St.x)),mt>=E.height&&(tt=tt+St.offsetY+(mt*St.y-E.height*St.y)),rt=Math.min(E.width,ft),ot=Math.min(E.height,mt);break;case De:ft=E.width,mt=E.height;break;case yn:case Fi:yt===yn?(yt=Math.min(E.height/mt,E.width/ft),ft*=yt,mt*=yt):yt===Fi&&(yt=Math.max(E.height/mt,E.width/ft),ft*=yt,mt*=yt,ft>=E.width&&(z=(z+St.offsetX+(ft*St.x-E.width*St.x)/ft)*rt),mt>=E.height&&(tt=(tt+St.offsetY+(mt*St.y-E.height*St.y)/mt)*ot),rt*=1/(ft/E.width),ot*=1/(mt/E.height),ft=E.width,mt=E.height)}yt=this.Df()*y.scale;var Mt=ft*yt*mt*yt,It=rt*ot/Mt,Tt=x.__goCache;yt=null;var jt=xx;if(!b){if(x.sq&&Tt!==void 0&&4<Mt&&It>jt*jt)for(Tt.gi===null&&(NS(Tt,4,at,ut,x),NS(Tt,16,at,ut,x)),b=Tt.gi,at=b.length,ut=0;ut<at&&b[ut].ratio*b[ut].ratio<It;ut++)yt=b[ut];if(!y.Xm){if(this.vl===null)if(this.Eg===null)this.vl=!1;else{b=new Ua(null).context;try{b.drawImage(this.Eg,0,0)}catch(Gt){this.en=!1}try{b.getImageData(0,0,1,1).data[3]&&(this.vl=!1),this.vl=!1}catch(Gt){this.vl=!0}}if(this.vl)return}}switch(b=ft<E.width?St.offsetX+(E.width*St.x-ft*St.x):0,St=mt<E.height?St.offsetY+(E.height*St.y-mt*St.y):0,this.flip){case ji:a.translate(Math.min(E.width,ft),0),a.scale(-1,1);break;case Li:a.translate(0,Math.min(E.height,mt)),a.scale(1,-1);break;case ao:a.translate(Math.min(E.width,ft),Math.min(E.height,mt)),a.scale(-1,-1)}if(a.yc(),y.Gf("pictureRatioOptimization")&&!y.$i&&Tt!==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),b,St,Math.min(E.width,ft),Math.min(E.height,mt)),a instanceof oa&&(this.bt=[z/y,tt/y,Math.min(yt.source.width,rt/y),Math.min(yt.source.height,ot/y),b,St,Math.min(E.width,ft),Math.min(E.height,mt)])}catch(Gt){this.en=!1}a.restore()}else try{a.drawImage(x,z,tt,rt,ot,b,St,Math.min(E.width,ft),Math.min(E.height,mt)),a instanceof oa&&(this.bt=[z,tt,rt,ot,b,St,Math.min(E.width,ft),Math.min(E.height,mt)])}catch(Gt){this.en=!1}switch(this.flip){case ji:a.scale(-1,1),a.translate(-Math.min(E.width,ft),0);break;case Li:a.scale(1,-1),a.translate(0,-Math.min(E.height,mt));break;case ao:a.scale(-1,-1),a.translate(-Math.min(E.width,ft),-Math.min(E.height,mt))}}}}},Us.prototype.Wl=function(a,y,x,E){var b=this.desiredSize,z=Ws(this,!0),tt=this.Eg,ot=this.qn,rt=0,at=0;(ot||!this.al&&tt&&tt.complete)&&(this.al=!0),tt===null?(isFinite(b.width)||(a=0),isFinite(b.height)||(y=0)):(rt=ot?+tt.width:tt.naturalWidth,at=ot?+tt.height:tt.naturalHeight),isFinite(b.width)||z===De||z===Mn?(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(b.height)||z===De||z===_n?(isFinite(y)||(this.sourceRect.w()?y=this.sourceRect.height:tt!==null&&(y=at)),E=0):tt!==null&&this.al!==!1&&(y=this.sourceRect.w()?this.sourceRect.height:at),isFinite(b.width)&&(a=b.width),isFinite(b.height)&&(y=b.height),b=this.maxSize,z=this.minSize,x=Math.max(x||0,z.width),E=Math.max(E||0,z.height),a=Math.min(b.width,a),y=Math.min(b.height,y),a=Math.max(x,a),y=Math.max(E,y),tt===null||tt.complete||(isFinite(a)||(a=0),isFinite(y)||(y=0)),dr(this.dc,a,y),this.Ge(0,0,a,y)},Us.prototype.eh=function(a,y,x,E){ps(this,a,y,x,E)},fe.Object.defineProperties(Us.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||Wt("Picture.element must be an instance of Image, Canvas, or Video, not: "+a);var E=this.diagram;E!==null&&Mg(E,this),this.Eg=a,a!==null&&x&&a.Bg===void 0&&(a.Bg=new Me),E!==null&&x&&Oh(E,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()||(fr(this,!1),this.v())):x&&MS(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=Lf;if(Uo){var E=null;if(x[a]!==void 0)E=x[a];else if(a!==""){30<Om&&(kf(),x=Lf),E=bn("img"),E.hn=!0,MS(this,E);var b=this.rl;b!==null&&(E.crossOrigin=b(this)),E.src=a,x[a]=E,Om++}this.element=E,E!==null&&E.__goCache===void 0&&(E.__goCache=new ES),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}}}),Us.prototype.redraw=Us.prototype.redraw,Us.prototype.reloadSource=Us.prototype.hA;var Om=0,xx=4;Us.className="Picture",Lf=new pe,Us.clearCache=kf;function ES(){this.gi=null}function NS(a,y,x,E,b){a.gi===null&&(a.gi=[]);var z=new Ua(null),tt=z.context,ot=1/y;z.width=x/y,z.height=E/y,z.width!==0&&z.height!==0&&(y=new bS(z.Oa,y),x=1,0<a.gi.length&&(x=a.gi[a.gi.length-1],b=x.source,x=x.ratio),tt.setTransform(ot*x,0,0,ot*x,0,0),tt.yc(),tt.drawImage(b,0,0),a.gi.push(y))}ES.className="PictureCacheArray";function bS(a,y){this.source=a,this.ratio=y}bS.className="PictureCacheInstance";function Mf(){this.os=new Ve,this.mc=null}Mf.prototype.reset=function(a){a!==null?(a.ka(),this.os=a,a.figures.clear()):this.os=new Ve,this.mc=null};function Ef(a,y,x,E,b,z){a.mc=new Cr,a.mc.startX=y,a.mc.startY=x,a.mc.isFilled=E,a.mc.isEvenOdd=z||!1,a.os.figures.add(a.mc),b!==void 0&&(a.mc.isShadowed=b)}function Px(a){var y=a.mc.segments.length;0<y&&a.mc.segments.M(y-1).close()}Mf.prototype.moveTo=function(a,y,x){x===void 0&&(x=!1);var E=new Zi(Lr);E.endX=a,E.endY=y,x&&E.close(),this.mc.segments.add(E)},Mf.prototype.lineTo=function(a,y,x){x===void 0&&(x=!1);var E=new Zi(So);E.endX=a,E.endY=y,x&&E.close(),this.mc.segments.add(E)};function Ju(a,y,x,E,b,z,tt){var ot;ot===void 0&&(ot=!1);var rt=new Zi(Qr);rt.point1X=y,rt.point1Y=x,rt.point2X=E,rt.point2Y=b,rt.endX=z,rt.endY=tt,ot&&rt.close(),a.mc.segments.add(rt)}function Im(a,y,x,E,b){var z;z===void 0&&(z=!1);var tt=new Zi(ca);tt.point1X=y,tt.point1Y=x,tt.endX=E,tt.endY=b,z&&tt.close(),a.mc.segments.add(tt)}Mf.prototype.arcTo=function(a,y,x,E,b,z,tt){z===void 0&&(z=0),tt===void 0&&(tt=!1);var ot=new Zi(hr);ot.startAngle=a,ot.sweepAngle=y,ot.centerX=x,ot.centerY=E,ot.radiusX=b,ot.radiusY=z!==0?z:b,tt&&ot.close(),this.mc.segments.add(ot)};function wx(a,y,x,E,b,z,tt,ot){var rt;rt===void 0&&(rt=!1),y=new Zi(Pa,tt,ot,y,x,E,b,z),rt&&y.close(),a.mc.segments.add(y)}function TS(a){var y=Rm;return y!==null?(Rm=null,y.reset(a),y):(y=new Mf,y.reset(a),y)}var Rm=null;Mf.className="StreamGeometryContext";function us(a,y){var x=a.toLowerCase(),E=Jt.Ze;E[a]=y,E[x]=a}us("Rectangle",function(a,y,x){a="r"+y+","+x;var E=Jt.Mf[a];return E!==void 0||(E=new Ve(Ve.u),E.endX=y,E.endY=x,Jt.Nf<Jt.vm&&(Jt.Mf[a]=E,Jt.Nf++)),E}),us("Square",function(a,y,x){a="s"+y+","+x;var E=Jt.Mf[a];return E!==void 0||(E=new Ve(Ve.u),E.endX=y,E.endY=x,E.defaultStretch=yn,Jt.Nf<Jt.vm&&(Jt.Mf[a]=E,Jt.Nf++)),E}),us("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 E="rr"+y+","+x+","+a,b=Jt.Mf[E];if(b!==void 0)return b;var z=a*Jt.wg;return b=new Ve().add(new Cr(a,0,!0).add(new Zi(So,y-a,0)).add(new Zi(Qr,y,a,y-z,0,y,z)).add(new Zi(So,y,x-a)).add(new Zi(Qr,y-a,x,y,x-z,y-z,x)).add(new Zi(So,a,x)).add(new Zi(Qr,0,x-a,z,x,0,x-z)).add(new Zi(So,0,a)).add(new Zi(Qr,a,0,0,z,z,0).close())),1<z&&(b.spot1=new tn(0,0,z,z),b.spot2=new tn(1,1,-z,-z)),Jt.Nf<Jt.vm&&(Jt.Mf[E]=b,Jt.Nf++),b}),us("Border","RoundedRectangle"),us("Ellipse",function(a,y,x){a="e"+y+","+x;var E=Jt.Mf[a];return E!==void 0||(E=new Ve(Ve.F),E.endX=y,E.endY=x,E.spot1=Vo,E.spot2=Lo,Jt.Nf<Jt.vm&&(Jt.Mf[a]=E,Jt.Nf++)),E}),us("Circle",function(a,y,x){a="c"+y+","+x;var E=Jt.Mf[a];return E!==void 0||(E=new Ve(Ve.F),E.endX=y,E.endY=x,E.spot1=Vo,E.spot2=Lo,E.defaultStretch=yn,Jt.Nf<Jt.vm&&(Jt.Mf[a]=E,Jt.Nf++)),E}),us("TriangleRight",function(a,y,x){return new Ve().add(new Cr(0,0).add(new Zi(So,y,.5*x)).add(new Zi(So,0,x).close())).pm(0,.25,.5,.75)}),us("TriangleDown",function(a,y,x){return new Ve().add(new Cr(0,0).add(new Zi(So,y,0)).add(new Zi(So,.5*y,x).close())).pm(.25,0,.75,.5)}),us("TriangleLeft",function(a,y,x){return new Ve().add(new Cr(y,x).add(new Zi(So,0,.5*x)).add(new Zi(So,y,0).close())).pm(.5,.25,1,.75)}),us("TriangleUp",function(a,y,x){return new Ve().add(new Cr(y,x).add(new Zi(So,0,x)).add(new Zi(So,.5*y,0).close())).pm(.25,.5,.75,1)}),us("Triangle","TriangleUp"),us("Diamond",function(a,y,x){return new Ve().add(new Cr(.5*y,0).add(new Zi(So,0,.5*x)).add(new Zi(So,.5*y,x)).add(new Zi(So,y,.5*x).close())).pm(.25,.25,.75,.75)}),us("LineH",function(a,y,x){return a=new Ve(Ve.j),a.startX=0,a.startY=x/2,a.endX=y,a.endY=x/2,a}),us("LineV",function(a,y,x){return a=new Ve(Ve.j),a.startX=y/2,a.startY=0,a.endX=y/2,a.endY=x,a}),us("None","Rectangle"),us("BarH","Rectangle"),us("BarV","Rectangle"),us("MinusLine","LineH"),us("PlusLine",function(a,y,x){return new Ve().add(new Cr(0,x/2,!1).add(new Zi(So,y,x/2)).add(new Zi(Lr,y/2,0)).add(new Zi(So,y/2,x)))}),us("XLine",function(a,y,x){return new Ve().add(new Cr(0,x,!1).add(new Zi(So,y,0)).add(new Zi(Lr,0,0)).add(new Zi(So,y,x)))}),us("LineRight",function(a,y,x){return new Ve().add(new Cr(.25*y,0,!1).add(new Zi(So,.75*y,.5*x)).add(new Zi(So,.25*y,x)))}),us("LineDown",function(a,y,x){return new Ve().add(new Cr(0,.25*x,!1).add(new Zi(So,.5*y,.75*x)).add(new Zi(So,y,.25*x)))}),us("LineLeft",function(a,y,x){return new Ve().add(new Cr(.75*y,0,!1).add(new Zi(So,.25*y,.5*x)).add(new Zi(So,.75*y,x)))}),us("LineUp",function(a,y,x){return new Ve().add(new Cr(0,.75*x,!1).add(new Zi(So,.5*y,.25*x)).add(new Zi(So,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=To,this.ir=null,this.jr="",this.lr=Ar,this.Gq="",this.Hq=uo,this.Pq=gi,this.Kq=oi,this.Up=null,this.Cq=127,this.zr=$i,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 On(a,y){a===void 0||a instanceof yr||typeof a=="string"?Re.call(this,a):(Re.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 At(NaN,NaN).freeze(),this.nf=null,this.Ao=NaN,this.vw=-1,this.py=new me,this.Rh=null,this.ag=NaN,y&&Object.assign(this,y)}Ce(On,Re),On.prototype.cloneProtected=function(a){Re.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},wt=On.prototype,wt.Af=function(a){Re.prototype.Af.call(this,a),a.oh(),a.Ug=null,a.nf=null,a.Rh=null},wt.toString=function(){var a=jn(this.constructor)+"#"+ni(this);return this.data!==null&&(a+="("+Bi(this.data)+")"),a};function Zs(a){a.P===null?a.P=new Dv:a.P.nc&&(a.P=a.P.copy())}wt.th=function(){Re.prototype.th.call(this),this.P!==null&&(this.P.nc=!0)},wt.gk=function(a,y,x,E,b,z,tt){var ot=this.diagram;ot!==null&&(a===ir&&y==="elements"?b instanceof Re?Fd(b,function(rt){ay(ot.partManager,rt),Cd(ot,rt)}):Oh(ot,b):a===vr&&y==="elements"&&(b instanceof Re?Fd(b,function(rt){ly(ot.partManager,rt,ot)}):Mg(ot,b)),ot.cb(a,y,x,E,b,z,tt))},wt.La=function(a){if(Re.prototype.La.call(this,a),this.data!==null){for(var y=this.O.s,x=y.length,E=0;E<x;E++){var b=y[E];b instanceof Re&&Fd(b,function(z){z.data!==null&&z.La()})}for(y=this.adornments;y.next();)y.value.La(a)}},On.prototype.updateRelationshipsFromData=function(){var a;this.data!==null&&((a=this.diagram)===null||a===void 0||a.partManager.updateRelationshipsFromData(this))},On.prototype.Pj=function(a){var y=this.Qf;return y===null?null:y.I(a)},On.prototype.bh=function(a,y){if(y!==null){var x=null,E=this.Qf;if(E!==null&&(x=E.I(a)),x!==y){if(x!==null){var b=x.diagram;b!==null&&b.remove(x)}E===null&&(this.Qf=E=new An),y.Tf!==a&&(y.category=a),E.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)))}}},On.prototype.Jf=function(a){var y=this.Qf;if(y!==null){var x=y.I(a);if(x!==null){var E=x.diagram;E!==null&&E.remove(x)}y.remove(a),y.count===0&&(this.Qf=null)}},On.prototype.Ej=function(){var a=this.Qf;if(a!==null){var y=In();for(a=a.iterator;a.next();)y.push(a.key);a=y.length;for(var x=0;x<a;x++)this.Jf(y[x]);mn(y)}},On.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 di?a.groupSelectionAdornmentTemplate:a.nodeSelectionAdornmentTemplate),!(x instanceof Hi))break t;Za(x),x=x.copy(),x!==null&&(this.ph()&&this.selectionObject===this.path&&(x.type=Re.Link),x.adornedObject=y)}if(x!==null){x.type===Re.Link&&x.v(),this.bh("Selection",x);break t}}this.Jf("Selection")}for(Cx(this,a),y=this.adornments;y.next();)y.value.La()}},On.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 jm(a){if(zh(a)===!1){Rv(a,!0),a.Uk();var y=a.diagram;y!==null&&(y.De.add(a),y.$b())}}function FS(a){if(a.G|=2097152,zh(a)!==!1){var y=a.position,x=a.location;x.w()&&y.w()||DS(a,y,x),x=a.Ib;var E=me.alloc().assign(x);x.ka(),x.x=y.x,x.y=y.y,x.freeze(),a.Xl(E,x),me.free(E),Rv(a,!1)}}On.prototype.Ge=function(a,y,x,E){var b=this.uc;b.h(a,y,x,E),this.Lb===null&&(this.Lb=new pi);var z=this.Lb;z.reset(),this.no(z,a,y,x,E),this.Lb=z,z.ws()||z.pp(b)},On.prototype.no=function(a,y,x,E,b){if(this.Ca!==1&&a.scale(this.Ca),this.Kb!==0){var z=Di;this.locationSpot.sb()&&(z=this.locationSpot);var tt=At.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,E,b,z);a.rotate(this.Kb,tt.x,tt.y),At.free(tt)}},On.prototype.move=function(a,y){y===!0?this.location=a:this.position=a},On.prototype.moveTo=function(a,y,x){a=At.allocAt(a,y),this.move(a,x),At.free(a)},On.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())},On.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())},On.prototype.fb=function(a){if(this.name===a)return this;var y=this.Rh;if(y===null&&(this.Rh=y=new An),y.I(a)!==null)return y.I(a);var x=Re.prototype.fb.call(this,a);return x!==null?(y.set(a,x),x):(y.set(a,null),null)};function Qu(a,y,x,E){E===void 0&&(E=new At),x=x.Mc()?Di:x;var b=y.naturalBounds;if(E.h(b.width*x.x+x.offsetX,b.height*x.y+x.offsetY),y===null||y===a)return E;for(y.transform.Ga(E),y=y.panel;y!==null&&y!==a;)y.transform.Ga(E),y=y.panel;return a.Lb!==null&&a.Lb.Ga(E),E.offset(-a.uc.x,-a.uc.y),E}On.prototype.mi=function(a){return a===void 0&&(a=new me),a.assign(this.actualBounds)},On.prototype.Va=function(){this.measure(1/0,1/0),this.arrange()};function BS(a){var y=At.alloc(),x=a.locationObject,E=x.naturalBounds,b=x instanceof Si?x.strokeWidth:0;if(y.yi(0,0,E.width+b,E.height+b,a.locationSpot),x!==a)for(y.offset(-b/2,-b/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 Dd(a,y){var x=a.py;isNaN(a.ag)&&(a.ag=uS(a));var E=a.ag,b=2*E;if(!a.isShadowed)return x.h(y.x-1-E,y.y-1-E,y.width+2+b,y.height+2+b),x;E=y.x,b=y.y;var z=y.width;y=y.height;var tt=a.shadowBlur;return a=a.shadowOffset,z+=tt,y+=tt,E-=tt/2,b-=tt/2,0<a.x?z+=a.x:(E+=a.x,z-=a.x),0<a.y?y+=a.y:(b+=a.y,y-=a.y),x.h(E-1,b-1,z+2,y+2),x}On.prototype.arrange=function(){if(Es(this)===!1)FS(this);else{Yl(this,!1);var a=this.Ib,y=me.alloc();y.assign(a);var x=Gh(this);this.eh(0,0,this.uc.width,this.uc.height);var E=this.position;DS(this,E,this.location),a.ka(),a.x=E.x,a.y=E.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),me.free(y),Rv(this,!1)}},wt=On.prototype,wt.Xl=function(a,y){var x=this.diagram;if(x!==null){var E=!1;if(x.Zi===!1&&a.w()){var b=me.alloc();b.assign(x.documentBounds),b.Fv(x.padding),a.x>b.x&&a.y>b.y&&a.right<b.right&&a.bottom<b.bottom&&y.x>b.x&&y.y>b.y&&y.right<b.right&&y.bottom<b.bottom&&(E=!0),me.free(b)}!(this.G&65536)&&a.D(y)||RS(this,E,x),x.N(),!a.w()&&!y.w()||Da(a,y)||(this instanceof en&&!x.undoManager.isUndoingRedoing&&this.Bd(),this.oh())}},wt.zv=function(a,y,x){if(this.ph()||!a.w())return!1;var E=this.diagram;return E!==null&&AS(this,E,a,y,x),this.pa=a,this.G&=-2097153,!this.ke.w()||E!==null&&!E.animationManager.isTicking&&E.undoManager.isUndoingRedoing||(E=this.ke,this.ke=new At(E.x+(a.x-y),E.y+(a.y-x)),this.g("location",E,this.ke.copy())),zh(this)===!1&&Es(this)===!1&&(jm(this),FS(this)),!0};function AS(a,y,x,E,b){y===null||a instanceof Hi||(y=y.animationManager,y.zb&&Qc(y,a,new At(E,b),x))}wt.mm=function(a,y,x){var E=this.ke,b=this.pa;if(x){if(E.x===a&&E.y===y)return;zh(this)||Es(this)?b.h(NaN,NaN):b.h(b.x+a-E.x,b.y+y-E.y),E.h(a,y)}else{if(b.x===a&&b.y===y)return;E.h(E.x+a-b.x,E.y+y-b.y),b.h(a,y)}jm(this)},wt.Av=function(){this.G&=-2097153,jm(this)};function DS(a,y,x){var E=BS(a),b=a.diagram,z=x.w(),tt=y.w();z&&tt?a.G&2097152?OS(a,y,x,b,E):IS(a,y,x,b,E):z?OS(a,y,x,b,E):tt&&IS(a,y,x,b,E),a.G|=2097152,At.free(E),a.Uk()}function OS(a,y,x,E,b){var z=y.x,tt=y.y;y.h(x.x-b.x,x.y-b.y),E!==null&&(x=E.animationManager,(E=x.defaultAnimation.isAnimating)||!x.zb||a instanceof Hi||Qc(x,a,new At(z,tt),y),E||y.x===z&&y.y===tt||a.g("position",new At(z,tt),y.copy()))}function IS(a,y,x,E,b){var z=x.copy();x.h(y.x+b.x,y.y+b.y),x.D(z)||E===null||a.g("location",z,x.copy())}function RS(a,y,x){jv(a,!1),a instanceof en&&Vu(x,a),a.layer.isTemporary||y||x.Ya(),y=a.Ib;var E=x.viewportBounds;E.w()?Gh(a)?(qa(y,E)||a.Fd(!1),a.updateAdornments()):a.isVisible()&&y.Yc(E)?(a.Fd(!0),a.updateAdornments()):a.Wb():x.vd=!0}wt.si=function(){return!0},wt.Zc=function(){return!0},wt.ph=function(){return!1},wt.Dd=function(){return!0};function Iv(a,y,x,E){y.constructor===a.constructor||GS||(GS=!0,Hn('Should not change the class of the Part when changing category from "'+x+'" to "'+E+'"'),Hn(" Old class: "+jn(a.constructor)+", new class: "+jn(y.constructor)+", part: "+a.toString())),a.Ej();var b=a.data;x=a.layerName;var z=a.isSelected,tt=a.isHighlighted,ot=!0,rt=!0,at=!1;a instanceof en&&(ot=a.isTreeLeaf,rt=a.isTreeExpanded,at=a.wasTreeExpanded),y.Af(a),y.cloneProtected(a),a.Tf=E,a.svg!==null&&(a.svg.remove(),a.svg=null,a.Uc=!0),a.v(),a.N(),y=a.diagram,E=!0,y!==null&&(E=y.skipsUndoManager,y.skipsUndoManager=!0),a.ub=b,a.G=z?a.G|4096:a.G&-4097,a.G=tt?a.G|524288:a.G&-524289,a instanceof en&&(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),b!==null&&a.La(),b=a.layerName,b!==x&&(a.Jg=x,a.layerName=b),y!==null&&(y.skipsUndoManager=E),a.Zc()&&a.C(64)}On.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},On.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},On.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},On.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},On.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},On.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},On.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},On.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},On.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 zh(a){return(a.G&32768)!==0}function Rv(a,y){a.G=y?a.G|32768:a.G&-32769}function jv(a,y){a.G=y?a.G|65536:a.G&-65537}function Gh(a){return(a.G&131072)!==0}wt=On.prototype,wt.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}wt.oh=function(){var a=this.containingGroup;a!==null&&(a.v(),a.placeholder!==null&&a.placeholder.v(),a.Bd())},wt.N=function(){var a=this.diagram;a!==null&&!Es(this)&&!zh(this)&&this.isVisible()&&this.Ib.w()&&a.N(Dd(this,this.Ib))},wt.v=function(){Re.prototype.v.call(this);var a=this.diagram;a!==null&&(a.De.add(this),this instanceof en&&this.labeledLink!==null&&Ms(this.labeledLink),a.$b(!0))},wt.Vo=function(a){a||(a=this.Ah,a!==null&&Vv(a,this))},wt.Wo=function(a){a||(a=this.Ah,a!==null&&Uv(a,this))},wt.Lj=function(){var a=this.data;if(a!==null){var y=this.diagram;y!==null&&(y=y.model,y!==null&&y.cm(a))}},wt.oz=function(){return zv(this,this)};function zv(a,y){var x=y.containingGroup;return x!==null?1+zv(a,x):y instanceof en&&(y=y.labeledLink,y!==null)?zv(a,y):0}wt.sz=function(){return jS(this,this)};function jS(a,y){var x=y.containingGroup;return x!==null||y instanceof en&&(x=y.labeledLink,x!==null)?jS(a,x):y}wt.Td=function(a){return a instanceof di?Gv(this,this,a):!1};function Gv(a,y,x){if(y===x||x===null)return!1;var E=y.containingGroup;return E===null||E!==x&&!Gv(a,E,x)?y instanceof en&&(y=y.labeledLink,y!==null)?Gv(a,y,x):!1:!0}wt.px=function(a){if(a===null)return null;if(this===a)return this.containingGroup;for(var y=this;y!==null;){if(y instanceof di&&zm(y,!0),y instanceof en){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 en&&(a=y.labeledLink,a!==null&&(y=a)),y=y.containingGroup}for(y=this;y!==null;)y instanceof di&&zm(y,!1),y instanceof en&&(a=y.labeledLink,a!==null&&(y=a)),y=y.containingGroup;return x},On.prototype.canLayout=function(){if(!this.isLayoutPositioned||!this.isVisible())return!1;var a=this.layer;return!(a!==null&&a.isTemporary||this instanceof en&&this.isLinkLabel)},On.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 en&&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 zS(a){return a.isVisible()?(a=a.layer,!(a!==null&&a.isTemporary)):!1}function _h(a,y,x,E,b,z){if(z===void 0&&(z=null),!(a.contains(y)||z!==null&&!z(y)||y instanceof Hi)){if(a.add(y),y instanceof en){if(x&&y instanceof di)for(var tt=y.memberParts;tt.next();)_h(a,tt.value,x,E,b,z);if(b!==!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),(b?rt&&at:rt||at)&&_h(a,ot,x,E,b,z)}}if(1<E)for(y=y.Ou();y.next();)_h(a,y.value,x,E-1,b,z)}else if(y instanceof We)for(y=y.labelNodes;y.next();)_h(a,y.value,x,E,b,z)}}fe.Object.defineProperties(On.prototype,{key:{get:function(){var a=this.diagram;if(a!==null)return a.model.wa(this.data)}},adornments:{get:function(){return this.Qf===null?ii: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 E=y.pc(-1,this,!0);if(0<=E&&x.cb(vr,"parts",y,this,null,E,!0),E=a.oi(99999999,this,!0),y.visible!==a.visible&&this.Zb(a.visible),0<=E&&x.cb(ir,"parts",a,null,this,!0,E),E=this.layerChanged,E!==null){var b=x.aa;x.aa=!0,E(this,y,a),x.aa=b}}}}},layerChanged:{get:function(){return this.P!==null?this.P.zq:null},set:function(a){var y=this.layerChanged;y!==a&&(Zs(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&&tf(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!==Re.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:gi},set:function(a){var y=this.minLocation;y.D(a)||(a=a.J(),Zs(this),this.P.Pq=a,this.g("minLocation",y,a))}},maxLocation:{get:function(){return this.P!==null?this.P.Kq:oi},set:function(a){var y=this.maxLocation;y.D(a)||(a=a.J(),Zs(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&&(Zs(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:uo},set:function(a){var y=this.locationSpot;y.D(a)||(a=a.J(),Zs(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,E=this.ke;if(!(E.x===y||isNaN(E.x)&&isNaN(y))||!(E.y===x||isNaN(E.y)&&isNaN(x))){if(a=a.copy(),y=a,this.ph())y=!1;else{if(this.ke=y,this.G|=2097152,Es(this)===!1&&(jm(this),x=this.pa,x.w())){var b=this.diagram;if(b===null||b.animationManager.isTicking||!b.undoManager.isUndoingRedoing){var z=x.copy();x.h(x.x+(y.x-E.x),x.y+(y.y-E.y)),AS(this,b,x,z.x,z.y),this.g("position",z,x.copy())}}y=!0}y&&this.g("location",E,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,E=this.data,b=null;if(x!==null&&E!==null&&!(this instanceof Hi)){var z=x.model.undoManager;z.isEnabled&&!z.isUndoingRedoing&&(b=this.clone(),b.O.addAll(this.O))}this.Tf=a,this.g("category",y,a),x===null||E===null||this instanceof Hi?this instanceof Hi&&(b=this.adornedPart,b!==null&&(a=b.Qf,a!==null&&a.remove(y),b.bh(this.category,this))):(z=x.model,z.undoManager.isUndoingRedoing||(this.ph()?(x.partManager.setLinkCategoryForData(E,a),x=x.partManager.findLinkTemplateForCategory(a),x!==null&&(Za(x),x=x.copy(),x!==null&&Iv(this,x,y,a))):(z!==null&&z.jm(E,a),x=d1(x.partManager,E,a),x!==null&&(Za(x),x=x.copy(),x===null||x instanceof We||(E=this.location.copy(),Iv(this,x,y,a),this.location.w()||(this.location=E)))),b!==null&&(y=this.clone(),y.O.addAll(this.O),this.g("self",b,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 E=!1;if(x!==null){E=x.skipsUndoManager,x.skipsUndoManager=!0;var b=x.selection;b.ka(),a?b.add(this):b.remove(this),b.freeze()}this.g("isSelected",y,a),this.Wb(),a=this.selectionChanged,a!==null&&a(this),x!==null&&(x.$b(),x.skipsUndoManager=E)}}}},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&&(Zs(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&&(Zs(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&&(Zs(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 We?(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&&(Zs(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&&(Zs(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&&(Zs(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:To},set:function(a){var y=this.resizeCellSize;y.D(a)||(a=a.J(),Zs(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&&(Zs(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&&(Zs(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:Ar},set:function(a){var y=this.rotationSpot;y.D(a)||(a=a.J(),Zs(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&&Wt("Cannot make a Group a member of itself: "+this.toString()),Wt("Cannot make a Group indirectly contain itself: "+this.toString()+" already contains "+a.toString())),this.C(2);var x=this.diagram;if(y!==null?Uv(y,this):this instanceof di&&x!==null&&x.ai.remove(this),this.Ah=a,a!==null?Vv(a,this):this instanceof di&&x!==null&&x.ai.add(this),this.C(1),x!==null&&x.aa){var E=this.data,b=x.model;if(E!==null&&b.Xj()){var z=b.wa(a!==null?a.data:null);b.mp(E,z)}}if(E=this.containingGroupChanged,E!==null&&(b=!0,x!==null&&(b=x.aa,x.aa=!0),E(this,y,a),x!==null&&(x.aa=b)),this instanceof di){for(x=new Me,_h(x,this,!0,0,!0),x=x.iterator;x.next();)if(E=x.value,E instanceof en)for(E=E.linksConnected;E.next();)Nf(E.value)}if(this instanceof en){for(x=this.linksConnected;x.next();)Nf(x.value);x=this.labeledLink,x!==null&&Nf(x)}this.g("containingGroup",y,a),a!==null&&(y=a.layer,y!==null&&tf(y,-1,a))}}else Wt("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&&(Zs(this),this.P.Kp=a,this.g("containingGroupChanged",y,a))}},isTopLevel:{get:function(){return!(this.containingGroup!==null||this instanceof en&&this.labeledLink!==null)}},layoutConditions:{get:function(){return this.P!==null?this.P.Cq:127},set:function(a){var y=this.layoutConditions;y!==a&&(Zs(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&&(Zs(this),this.P.Up=a,this.g("dragComputation",y,a))}},shadowOffset:{get:function(){return this.P!==null?this.P.zr:$i},set:function(a){var y=this.shadowOffset;y.D(a)||(a=a.J(),Zs(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&&(Zs(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&&(Zs(this),this.P.Vg=a,this.N(),this.g("shadowBlur",y,a))}}}),On.prototype.invalidateLayout=On.prototype.C,On.prototype.findCommonContainingGroup=On.prototype.px,On.prototype.isMemberOf=On.prototype.Td,On.prototype.findTopLevelPart=On.prototype.sz,On.prototype.findSubGraphLevel=On.prototype.oz,On.prototype.ensureBounds=On.prototype.Va,On.prototype.getDocumentBounds=On.prototype.mi,On.prototype.findObject=On.prototype.fb,On.prototype.moveTo=On.prototype.moveTo,On.prototype.invalidateAdornments=On.prototype.Wb,On.prototype.clearAdornments=On.prototype.Ej,On.prototype.removeAdornment=On.prototype.Jf,On.prototype.addAdornment=On.prototype.bh,On.prototype.findAdornment=On.prototype.Pj,On.prototype.updateTargetBindings=On.prototype.La;var GS=!1;On.className="Part",On.LayoutNone=0,On.LayoutAdded=1,On.LayoutRemoved=2,On.LayoutShown=4,On.LayoutHidden=8,On.LayoutNodeSized=16,On.LayoutGroupLayout=32,On.LayoutNodeReplaced=64,On.LayoutStandard=127,On.LayoutAll=16777215;function Hi(a,y){a===void 0||a instanceof yr||typeof a=="string"?On.call(this,a):(On.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)}Ce(Hi,On),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 We&&y instanceof Si){y=x.path,x.Ul(a),a=y.geometry,x=this.O.s,y=x.length;for(var E=0;E<y;E++){var b=x[E];b.isPanelMain&&b instanceof Si&&(b.ua=a)}}},Hi.prototype.si=function(){var a=this.ue;return a===null?!0:(a=a.part,a===null||!Es(a))},Hi.prototype.Zc=function(){return!1},Hi.prototype.gk=function(a,y,x,E,b,z,tt){if(a===ir&&y==="elements"){if(b instanceof bs)this.$a===null&&(this.$a=b);else if(b instanceof Re){var ot=b.Nl(function(rt){return rt instanceof bs});ot instanceof bs&&this.$a===null&&(this.$a=ot)}}else a===vr&&y==="elements"&&this.$a!==null&&(E===this.$a?this.$a=null:E instanceof Re&&this.$a.rg(E)&&(this.$a=null));On.prototype.gk.call(this,a,y,x,E,b,z,tt)},Hi.prototype.updateAdornments=function(){},Hi.prototype.Lj=function(){},fe.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 _v(){this.nc=!1,this.Vr=this.gj=this.Eq=this.Dq=null,this.yp=ro,this.er=Hm,this.Kr=this.ij=this.Nq=this.Mq=null}_v.prototype.copy=function(){var a=new _v;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 en(a,y){a===void 0||a instanceof yr||typeof a=="string"?On.call(this,a):(On.call(this),a&&(y=a)),this.U=13,this.Ba=null,this.jb=new Ee,this.wc=this.af=this.Yk=null,this.ci=!1,y&&Object.assign(this,y)}Ce(en,On),en.prototype.cloneProtected=function(a){On.prototype.cloneProtected.call(this,a),a.U=this.U,this.Ba!==null&&(a.Ba=this.Ba.nc?this.Ba:this.Ba.copy())},wt=en.prototype,wt.Af=function(a){On.prototype.Af.call(this,a),a.Bd(),a.af=this.af,a.wc=null};function $u(a){a.Ba===null?a.Ba=new _v:a.Ba.nc&&(a.Ba=a.Ba.copy())}wt.th=function(){On.prototype.th.call(this),this.Ba!==null&&(this.Ba.nc=!0)};function _S(a,y){y!==null&&(a.af===null&&(a.af=new Me),a.af.add(y))}function HS(a,y,x,E){if(y===null||a.af===null)return null;for(var b=a.af.iterator;b.next();){var z=b.value;if(z.Ds===a&&z.cv===y&&z.Ox===x&&z.Px===E||z.Ds===y&&z.cv===a&&z.Ox===E&&z.Px===x)return z}return null}wt.Lz=function(a,y,x){y==null&&(y=""),x==null&&(x=""),a=HS(this,a,y,x),a!==null&&a.Sl()},wt.gk=function(a,y,x,E,b,z,tt){a===ir&&y==="elements"?this.wc=null:a===vr&&y==="elements"&&(this.wc=null),On.prototype.gk.call(this,a,y,x,E,b,z,tt)},wt.Bd=function(a){for(var y=this.linksConnected;y.next();){var x=y.value;a!==void 0&&a.contains(x)||(ra(x.fromPort),ra(x.toPort),x.bb())}};function WS(a,y){for(a=a.linksConnected;a.next();){var x=a.value;(x.fromPort===y||x.toPort===y)&&(ra(x.fromPort),ra(x.toPort),x.bb())}}function ra(a){if(a!==null){var y=a.Zn;y!==null&&y.Sl(),a=a.part,y=a.containingGroup,y===null||a.isVisible()||ra(y.port)}}wt.si=function(){return!0},en.prototype.getAvoidableRect=function(a){return a.set(this.actualBounds),a.Co(this.avoidableMargin),a},en.prototype.findVisibleNode=function(){for(var a=this;a!==null&&!a.isVisible();)a=a.containingGroup;return a},en.prototype.isVisible=function(){if(!On.prototype.isVisible.call(this))return!1;var a=!0,y=Zu,x=this.diagram;if(x!==null&&(a=x.isTreePathToChildren,y=x.treeCollapsePolicy),y===Zu){if(a=this.pg(),a!==null&&!a.isTreeExpanded)return!1}else if(y===cr){if(a=a?this.Oo():this.Po(),0<a.count&&a.all(function(E){return!E.isTreeExpanded}))return!1}else if(y===ff&&(a=a?this.Oo():this.Po(),0<a.count&&a.any(function(E){return!E.isTreeExpanded})))return!1;return a=this.labeledLink,a!==null?a.isVisible():!0},en.prototype.Zb=function(a){On.prototype.Zb.call(this,a);for(var y=this.linksConnected;y.next();){var x=y.value;if(a&&this.containingGroup!==null){var E=x.To(this);E===null||E.Td(this.containingGroup)||x.bb()}x.Zb(a)}},en.prototype.qx=function(){var a=new Me,y=new Me;return VS(this,this,a,y),y.iterator};function VS(a,y,x,E){if(y!==null&&!x.has(y)){x.add(y);var b=!0,z=a.diagram;z!==null&&(b=z.isTreePathToChildren),y.linksConnected.each(function(tt){tt.isTreeLink?(b?tt.fromNode===y:tt.toNode===y)&&VS(a,b?tt.toNode:tt.fromNode,x,E):E.add(tt)})}}en.prototype.findLinksConnected=function(a){if(a===void 0&&(a=null),a===null)return this.jb.iterator;var y=new fi(this.jb),x=this;return y.predicate=function(E){return E.fromNode===x&&E.fromPortId===a||E.toNode===x&&E.toPortId===a},y},wt=en.prototype,wt.Mo=function(a){a===void 0&&(a=null);var y=new fi(this.jb),x=this;return y.predicate=function(E){return E.fromNode!==x?!1:a===null?!0:E.fromPortId===a},y},wt.Sd=function(a){a===void 0&&(a=null);var y=new fi(this.jb),x=this;return y.predicate=function(E){return E.toNode!==x?!1:a===null?!0:E.toPortId===a},y},wt.Mu=function(a){a===void 0&&(a=null);for(var y=null,x=null,E=this.jb.iterator;E.next();){var b=E.value;b.fromNode===this?(a===null||b.fromPortId===a)&&(b=b.toNode,y!==null?y.add(b):x!==null&&x!==b?(y=new Me,y.add(x),y.add(b)):x=b):b.toNode!==this||a!==null&&b.toPortId!==a||(b=b.fromNode,y!==null?y.add(b):x!==null&&x!==b?(y=new Me,y.add(x),y.add(b)):x=b)}return y!==null?y.iterator:x!==null?new ti(x):ii},wt.Po=function(a){a===void 0&&(a=null);for(var y=null,x=null,E=this.jb.iterator;E.next();){var b=E.value;b.fromNode!==this||a!==null&&b.fromPortId!==a||(b=b.toNode,y!==null?y.add(b):x!==null&&x!==b?(y=new Me,y.add(x),y.add(b)):x=b)}return y!==null?y.iterator:x!==null?new ti(x):ii},wt.Oo=function(a){a===void 0&&(a=null);for(var y=null,x=null,E=this.jb.iterator;E.next();){var b=E.value;b.toNode!==this||a!==null&&b.toPortId!==a||(b=b.fromNode,y!==null?y.add(b):x!==null&&x!==b?(y=new Me,y.add(x),y.add(b)):x=b)}return y!==null?y.iterator:x!==null?new ti(x):ii},wt.jz=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null);var E=new fi(this.jb),b=this;return E.predicate=function(z){return!((z.fromNode!==b||z.toNode!==a||y!==null&&z.fromPortId!==y||x!==null&&z.toPortId!==x)&&(z.fromNode!==a||z.toNode!==b||x!==null&&z.fromPortId!==x||y!==null&&z.toPortId!==y))},E},wt.kz=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null);var E=new fi(this.jb),b=this;return E.predicate=function(z){return!(z.fromNode!==b||z.toNode!==a||y!==null&&z.fromPortId!==y||x!==null&&z.toPortId!==x)},E};function Gm(a,y,x){ra(x);var E=a.jb.contains(y);if(E||a.jb.add(y),!E||y.fromNode===y.toNode){var b=a.linkConnected;if(b!==null){var z=!0,tt=a.diagram;tt!==null&&(z=tt.aa,tt.aa=!0),b(a,y,x),tt!==null&&(tt.aa=z)}}!E&&y.isTreeLink&&(x=y.fromNode,y=y.toNode,x!==null&&y!==null&&x!==y&&(E=!0,a=a.diagram,a!==null&&(E=a.isTreePathToChildren),b=E?y:x,z=E?x:y,b.ci||(b.ci=z),!z.isTreeLeaf||a!==null&&a.undoManager.isUndoingRedoing||(E?x===z&&(z.isTreeLeaf=!1):y===z&&(z.isTreeLeaf=!1))))}function _m(a,y,x){ra(x);var E=a.jb.remove(y),b=null;if(E||y.toNode===y.fromNode){var z=a.linkDisconnected;if(b=a.diagram,z!==null){var tt=!0;b!==null&&(tt=b.aa,b.aa=!0),z(a,y,x),b!==null&&(b.aa=tt)}}E&&y.isTreeLink&&(x=!0,b!==null&&(x=b.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,b!==null&&b.undoManager.isUndoingRedoing||(y.isTreeLeaf=!0)):Yg(y)))}function Yg(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 E=x.value;if(E.isTreeLink){if(y){if(E.fromNode===a){a.isTreeLeaf=!1;return}}else if(E.toNode===a){a.isTreeLeaf=!1;return}}}a.isTreeLeaf=!0}}}en.prototype.updateRelationshipsFromData=function(){var a=this.diagram;a!==null&&a.partManager.updateRelationshipsFromData(this)},wt=en.prototype,wt.Vo=function(a){On.prototype.Vo.call(this,a),a||(Yg(this),a=this.Yk,a!==null&&qS(a,this))},wt.Wo=function(a){On.prototype.Wo.call(this,a),a||(a=this.Yk,a!==null&&a.wd!==null&&(a.wd.remove(this),a.v()))},wt.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 E=x.value;y?a.remove(E):(E.fromNode===this&&(E.fromNode=null),E.toNode===this&&(E.toNode=null))}}this.labeledLink=null,On.prototype.Lj.call(this)},wt.ns=function(a){if(this.wc===null){if(a===""&&this.Te===!1)return this;US(this)}var y=this.wc.I(a);return y!==null||a!==""&&(y=this.wc.I(""),y!==null)?y:this};function US(a){a.wc===null?a.wc=new An:a.wc.clear(),a.qm(a,function(y,x){ZS(y,x)}),a.wc.count===0&&a.wc.add("",a)}function ZS(a,y){var x=y.portId;x!==null&&a.wc!==null&&a.wc.add(x,y)}function Hv(a,y,x){var E=y.portId;if(E!==null&&(a.wc!==null&&a.wc.remove(E),y=a.diagram,y!==null&&x)){for(x=null,a=a.findLinksConnected(E);a.next();)E=a.value,x===null&&(x=In()),x.push(E);if(x!==null){for(a=0;a<x.length;a++)y.remove(x[a]);mn(x)}}}wt.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 E=x.jb.iterator;E.next();){var b=E.value;if(b.isTreeLink&&(y=b.fromNode,y!==x&&y!==this))break}if(y===this||y===null||y===x)return!1;x=y}else for(;x!==a;){for(y=null,E=x.jb.iterator;E.next()&&(b=E.value,!b.isTreeLink||(y=b.toNode,y===x||y===this)););if(y===this||y===null||y===x)return!1;x=y}return!0},wt.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 E=x.value;if(E.isTreeLink&&(a=E.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()&&(E=x.value,!E.isTreeLink||(a=E.toNode,a===y||a===this)););if(a===this)return this;if(a===null||a===y)return y;y=a}},wt.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},wt.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},wt.pg=function(){var a=this.ci;if(a===null)return null;if(a instanceof en)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},wt.vz=function(){function a(x,E){E.add(x);var b=x.kh();b!==null&&(E.add(b),x=x.pg(),x!==null&&a(x,E))}var y=new Me;return a(this,y),y},wt.uz=function(){return KS(this,this)};function KS(a,y){return y=y.pg(),y===null?0:1+KS(a,y)}wt.Qo=function(){var a=!0,y=this.diagram;y!==null&&(a=y.isTreePathToChildren),y=new fi(this.jb);var x=this;return y.predicate=a?function(E){return!!(E.isTreeLink&&E.fromNode===x)}:function(E){return!!(E.isTreeLink&&E.toNode===x)},y},wt.Ou=function(){var a=!0,y=this.diagram;y!==null&&(a=y.isTreePathToChildren);var x=y=null,E=this.jb.iterator;if(a)for(;E.next();)a=E.value,a.isTreeLink&&a.fromNode===this&&(a=a.toNode,y!==null?y.add(a):x!==null&&x!==a?(y=new Ee,y.add(x),y.add(a)):x=a);else for(;E.next();)a=E.value,a.isTreeLink&&a.toNode===this&&(a=a.fromNode,y!==null?y.add(a):x!==null&&x!==a?(y=new Ee,y.add(x),y.add(a)):x=a);return y!==null?y.iterator:x!==null?new ti(x):ii},wt.wz=function(a){a===void 0&&(a=1/0);var y=new Me;return _h(y,this,!1,a,!0),y},en.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 Me;x.add(this),YS(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===Zu),y.Ue=!1}};function YS(a,y,x,E,b,z,tt){if(1<E)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),YS(rt,y,x,E-1,b,z,tt)))}else XS(a,y,x,b,z,tt)}function XS(a,y,x,E,b,z){for(var tt=b===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 ut=y.contains(at);if(ut||y.add(at),tt){var ft=x?at.Oo():at.Po();rt.uv=a,ft.all(function(mt){return function(yt){return yt===mt.uv||!yt.isTreeExpanded}}(rt))&&E.Aj(at,b),at.oh(),at.Zb(!1)}at.isTreeExpanded&&(at.wasTreeExpanded=at.isTreeExpanded,ut||XS(at,y,x,E,b,z))}rt={uv:rt.uv}}a.isTreeExpanded=!1}en.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 Me;x.add(this),JS(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===Zu),y.Ue=!1}};function JS(a,y,x,E,b,z,tt){for(var ot=z===a?!1:a.isTreeExpanded,rt=x?a.Mo():a.Sd(),at={};rt.next();){var ut=rt.value;if(ut.isTreeLink&&(ot||ut.fd||ut.bb(),ut=ut.To(a),ut!==null&&ut!==a&&!y.contains(ut))){if(y.add(ut),!ot){ut.Zb(!0),ut.oh();var ft=x?ut.Oo():ut.Po();at.vv=a,ft.all(function(mt){return function(yt){return yt===mt.vv||!yt.isTreeExpanded}}(at))&&b.Cj(ut,z)}(2<E||ut.wasTreeExpanded)&&(ut.wasTreeExpanded=!1,JS(ut,y,x,E-1,b,z,tt))}at={vv:at.vv}}a.isTreeExpanded=!0}fe.Object.defineProperties(en.prototype,{portSpreading:{get:function(){return this.Ba!==null?this.Ba.er:Hm},set:function(a){var y=this.portSpreading;y!==a&&($u(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&&Vu(x,this),this.g("avoidable",y,a)}}},avoidableMargin:{get:function(){return this.Ba!==null?this.Ba.yp:ro},set:function(a){typeof a=="number"&&(a=new xi(a));var y=this.avoidableMargin;if(!y.D(a)){a=a.J(),$u(this),this.Ba.yp=a;var x=this.diagram;x!==null&&Vu(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&&($u(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&&($u(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&&($u(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,E=this.data;if(y!==null){if(y.wd!==null&&(y.wd.remove(this),y.v()),x!==null&&E!==null&&!x.undoManager.isUndoingRedoing){var b=y.data,z=x.model;if(b!==null&&z.ri()){var tt=z.wa(E);tt!==void 0&&z.Qx(b,tt)}}this.containingGroup=null}this.Yk=a,a!==null&&(qS(a,this),x===null||E===null||x.undoManager.isUndoingRedoing||(b=a.data,x=x.model,b!==null&&x.ri()&&(E=x.wa(E),E!==void 0&&x.Bu(b,E))),this.containingGroup=a.containingGroup),Ms(this),this.g("labeledLink",y,a)}}},port:{get:function(){return this.ns("")}},ports:{get:function(){return this.wc===null&&US(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 E=!0;x!==null&&(E=x.aa,x.aa=!0),y(this),x!==null&&(x.aa=E)}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&&($u(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))}}}),en.prototype.expandTree=en.prototype.expandTree,en.prototype.collapseTree=en.prototype.collapseTree,en.prototype.findTreeParts=en.prototype.wz,en.prototype.findTreeChildrenNodes=en.prototype.Ou,en.prototype.findTreeChildrenLinks=en.prototype.Qo,en.prototype.findTreeLevel=en.prototype.uz,en.prototype.findTreeParentChain=en.prototype.vz,en.prototype.findTreeParentNode=en.prototype.pg,en.prototype.findTreeParentLink=en.prototype.kh,en.prototype.findCommonTreeParent=en.prototype.gz,en.prototype.findTreeRoot=en.prototype.xz,en.prototype.isInTreeOf=en.prototype.Nz,en.prototype.findPort=en.prototype.ns,en.prototype.findLinksTo=en.prototype.kz,en.prototype.findLinksBetween=en.prototype.jz,en.prototype.findNodesInto=en.prototype.Oo,en.prototype.findNodesOutOf=en.prototype.Po,en.prototype.findNodesConnected=en.prototype.Mu,en.prototype.findLinksInto=en.prototype.Sd,en.prototype.findLinksOutOf=en.prototype.Mo,en.prototype.findExternalTreeLinksConnected=en.prototype.qx,en.prototype.invalidateConnectedLinks=en.prototype.Bd,en.prototype.invalidateLinkBundle=en.prototype.Lz;var Lx=new ce(en,"SpreadingNone",10),Hm=new ce(en,"SpreadingEvenly",11),Wv=new ce(en,"SpreadingPacked",12);en.className="Node",en.SpreadingNone=Lx,en.SpreadingEvenly=Hm,en.SpreadingPacked=Wv;function di(a,y){a===void 0||a instanceof yr||typeof a=="string"?en.call(this,a):(en.call(this),a&&(y=a)),this.U|=4608,this.Gn=new Me,this.$a=null,this.Sc=new Eo,this.Sc.group=this,this.gl=new Me,this.tb=this.$p=null,y&&Object.assign(this,y)}Ce(di,en),di.prototype.cloneProtected=function(a){en.prototype.cloneProtected.call(this,a),this.U=this.U&-32769;var y=a.Nl(function(x){return x instanceof bs});y instanceof bs?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())},wt=di.prototype,wt.Af=function(a){en.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 en)x.Bd(y);else if(x instanceof We)for(x=x.labelNodes;x.next();)x.value.Bd(y)}},wt.gk=function(a,y,x,E,b,z,tt){if(a===ir&&y==="elements"){if(b instanceof bs)this.$a===null?this.$a=b:this.$a!==b&&Wt("Cannot insert a second Placeholder into the visual tree of a Group.");else if(b instanceof Re){var ot=b.Nl(function(rt){return rt instanceof bs});ot instanceof bs&&(this.$a===null?this.$a=ot:this.$a!==ot&&Wt("Cannot insert a second Placeholder into the visual tree of a Group."))}}else a===vr&&y==="elements"&&this.$a!==null&&(E===this.$a?this.$a=null:E instanceof Re&&this.$a.rg(E)&&(this.$a=null));en.prototype.gk.call(this,a,y,x,E,b,z,tt)},wt.Xl=function(a,y){en.prototype.Xl.call(this,a,y),this.isClipping&&this.type!==Re.Spot&&this.isSubGraphExpanded&&(a=this.resizeObject,a instanceof Re&&(a=a.Pb()),this.tb===null&&(this.tb=new me),a.mi(this.tb),a instanceof Si&&this.tb.Bc(-a.strokeWidth,-a.strokeWidth))},wt.eh=function(a,y,x,E){this.nf=this.$a,en.prototype.eh.call(this,a,y,x,E)},wt.Va=function(){var a=this;a.isSubGraphExpanded&&this.memberParts.each(function(y){!a.computesBoundsIncludingLinks&&y instanceof We||y.Va()}),en.prototype.Va.call(this)},wt.si=function(){if(!en.prototype.si.call(this))return!1;for(var a=this.memberParts;a.next();){var y=a.value;if(y instanceof en){if(y.isVisible()&&Es(y))return!1}else if(y instanceof We&&y.isVisible()&&Es(y)&&y.fromNode!==this&&y.toNode!==this)return!1}return!0};function Vv(a,y){if(a.Gn.add(y)){y instanceof di&&a.gl.add(y);var x=a.memberAdded;if(x!==null){var E=!0,b=a.diagram;b!==null&&(E=b.aa,b.aa=!0),x(a,y),b!==null&&(b.aa=E)}a.isVisible()&&a.isSubGraphExpanded||y.Zb(!1)}y instanceof We&&!a.computesBoundsIncludingLinks||(y=a.$a,y===null&&(y=a),y.v())}function Uv(a,y){if(a.Gn.remove(y)){y instanceof di&&a.gl.remove(y);var x=a.memberRemoved;if(x!==null){var E=!0,b=a.diagram;b!==null&&(E=b.aa,b.aa=!0),x(a,y),b!==null&&(b.aa=E)}a.isVisible()&&a.isSubGraphExpanded||y.Zb(!0)}y instanceof We&&!a.computesBoundsIncludingLinks||(y=a.$a,y===null&&(y=a),y.v())}wt.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)}en.prototype.Lj.call(this)},di.prototype.canAddMembers=function(a){var y=this.diagram;if(y===null)return!1;for(y=y.commandHandler,a=ge(a).iterator;a.next();)if(!y.isValidMember(this,a.value))return!1;return!0},di.prototype.addMembers=function(a,y){var x=this.diagram;if(x===null)return!1;x=x.commandHandler;var E=!0;for(a=ge(a).iterator;a.next();){var b=a.value;!y||x.isValidMember(this,b)?b.containingGroup=this:E=!1}return E},di.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))},wt=di.prototype,wt.Bd=function(a){var y=(this.U&65536)!==0;if(en.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 E=x.fromNode;E!==null&&E!==this&&E.Td(this)&&!E.isVisible()?(ra(x.fromPort),ra(x.toPort),x.bb()):(E=x.toNode,E!==null&&E!==this&&E.Td(this)&&!E.isVisible()&&(ra(x.fromPort),ra(x.toPort),x.bb()))}}},wt.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 Me,E=y.iterator;E.next();){var b=E.value;if(b instanceof en)for(b=b.linksConnected;b.next();){var z=b.value;y.contains(z)||x.add(z)}}return a&&(this.$p=x),x.iterator},wt.iz=function(){var a=this.Rj();a.add(this);for(var y=new Me,x=a.iterator;x.next();){var E=x.value;if(E instanceof en)for(E=E.linksConnected;E.next();){var b=E.value,z=b.fromNode;z===null||a.contains(z)&&z!==this||y.add(z),b=b.toNode,b===null||a.contains(b)&&b!==this||y.add(b)}}return y.iterator},wt.hz=function(){function a(x,E){x!==null&&(E.add(x),a(x.containingGroup,E))}var y=new Me;return a(this,y),y},wt.Rj=function(){var a=new Me;return _h(a,this,!0,0,!0),a.remove(this),a},wt.Zb=function(a){en.prototype.Zb.call(this,a);for(var y=this.memberParts;y.next();)y.value.Zb(a)},di.prototype.collapseSubGraph=function(){var a=this.diagram;if(a!==null&&!a.Ue){a.Ue=!0;var y=this.Rj();QS(this,y,a,this),a.Ue=!1}};function QS(a,y,x,E){for(var b=a.memberParts;b.next();){var z=b.value;if(z.Zb(!1),z instanceof di&&z.isSubGraphExpanded&&(z.wasSubGraphExpanded=z.isSubGraphExpanded,QS(z,y,x,E)),z instanceof en)z.Bd(y),x.Aj(z,E);else if(z instanceof We)for(z=z.labelNodes;z.next();)z.value.Bd(y)}a.isSubGraphExpanded=!1}di.prototype.expandSubGraph=function(){var a=this.diagram;if(a!==null&&!a.Ue){a.Ue=!0;var y=this.Rj();$S(this,y,a,this),a.Ue=!1}};function $S(a,y,x,E){for(var b=a.memberParts;b.next();){var z=b.value;if(z.Zb(!0),z instanceof di&&z.wasSubGraphExpanded&&(z.wasSubGraphExpanded=!1,$S(z,y,x,E)),z instanceof en)z.Bd(y),x.Cj(z,E);else if(z instanceof We)for(z=z.labelNodes;z.next();)z.value.Bd(y)}a.isSubGraphExpanded=!0}di.prototype.move=function(a,y){y===void 0&&(y=!1);var x=y?this.location:this.position,E=x.x;x=x.y;var b=a.x,z=a.y;if(!(E===b||isNaN(E)&&isNaN(b))||!(x===z||isNaN(x)&&isNaN(z))){for(E=b-(isNaN(E)?0:E),x=z-(isNaN(x)?0:x),z=At.alloc(),en.prototype.move.call(this,a,y),a=new Me,y=this.Rj().iterator;y.next();)b=y.value,b instanceof We&&(b.suspendsRouting&&a.add(b),b.fd||b.fromNode!==this&&b.toNode!==this)&&(b.suspendsRouting=!0);for(y.reset();y.next();)if(b=y.value,!(b.ph()||b instanceof en&&b.isLinkLabel)){var tt=b.position,ot=b.location;tt.w()?(z.x=tt.x+E,z.y=tt.y+x,b.position=z):ot.w()&&(z.x=ot.x+E,z.y=ot.y+x,b.location=z)}for(y.reset();y.next();)b=y.value,b instanceof We&&(b.suspendsRouting=a.contains(b),b.fd||b.fromNode!==this&&b.toNode!==this)&&(tt=b.position,z.x=tt.x+E,z.y=tt.y+x,z.w()?b.move(z):b.bb(),Kv(b)&&b.bb());At.free(z)}},fe.Object.defineProperties(di.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&&Wt("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&&($u(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&&($u(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&&($u(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 E=!0;x!==null&&(E=x.aa,x.aa=!0),y(this),x!==null&&(x.aa=E)}x!==null&&x.undoManager.isUndoingRedoing?(this.$a!==null&&this.$a.v(),this.memberParts.each(function(b){b.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&&($u(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)}}}),di.prototype.expandSubGraph=di.prototype.expandSubGraph,di.prototype.collapseSubGraph=di.prototype.collapseSubGraph,di.prototype.findSubGraphParts=di.prototype.Rj,di.prototype.findContainingGroupChain=di.prototype.hz,di.prototype.findExternalNodesConnected=di.prototype.iz,di.prototype.findExternalLinksConnected=di.prototype.Lu,di.prototype.ensureBounds=di.prototype.Va,di.className="Group";function bs(a){Xt.call(this),this.yb=xs,this.ko=new me(NaN,NaN,NaN,NaN),a&&Object.assign(this,a)}Ce(bs,Xt),bs.prototype.cloneProtected=function(a){Xt.prototype.cloneProtected.call(this,a),a.yb=this.yb.J(),a.ko=this.ko.copy()},bs.prototype.gh=function(a){if(this.background===null&&this.areaBackground===null)return!1;var y=this.naturalBounds;return Nr(0,0,y.width,y.height,a.x,a.y)},bs.prototype.Wl=function(){var a=this.part;if(a!==null&&(a instanceof di||a instanceof Hi)||Wt("Placeholder is not inside a Group or Adornment."),a instanceof di){var y=this.computeBorder(this.ko),x=this.minSize,E=this.dc;for(dr(E,(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,E.width,E.height),E=a.memberParts,x=!1;E.next();)if(E.value.isVisible()){x=!0;break}E=a.diagram,!x||E===null||E.animationManager.Xu(a)||isNaN(y.x)||isNaN(y.y)||(x=At.alloc(),x.xi(y,a.locationSpot),x.D(a.location)||(a.location=x),At.free(x))}else{y=this.dc,x=this.yb,E=x.left+x.right;var b=x.top+x.bottom,z=a.adornedObject;a.angle=z.li();var tt=0;z instanceof Si&&(tt=z.strokeWidth);var ot=z.Df(),rt=z.naturalBounds,at=(rt.width+tt)*ot;tt=(rt.height+tt)*ot,a.type!==Re.Link&&(ot=z.ga(a.category==="Selection"?uo:a.locationSpot,At.alloc()),a.location=ot,At.free(ot)),isNaN(at)||isNaN(tt)?(a=z.ga(uo,At.alloc()),at=me.allocAt(a.x,a.y,0,0),at.Ye(z.ga(Rs,a)),at.Ye(z.ga(Co,a)),at.Ye(z.ga(rs,a)),dr(y,at.width+E||0,at.height+b||0),this.Ge(-x.left,-x.top,y.width,y.height),At.free(a),me.free(at)):(dr(y,at+E||0,tt+b||0),this.Ge(-x.left,-x.top,y.width,y.height))}},bs.prototype.eh=function(a,y,x,E){this.actualBounds.h(a,y,x,E)},bs.prototype.computeBorder=function(a){var y=this.part,x=y.diagram,E=x===null||!x.animationManager.isAnimating;if(x!==null&&y instanceof di&&!y.layer.isTemporary&&y.computesBoundsAfterDrag&&this.ko.w()){var b=x.toolManager.findTool("Dragging");if(b===x.currentTool&&(x=b.computeBorder(y,this.ko,a),x!==null))return x}x=me.alloc(),b=this.computeMemberBounds(x);var z=this.yb;return y instanceof di&&!y.isSubGraphExpanded?a.h(b.x-z.left,b.y-z.top,0,0):a.h(b.x-z.left,b.y-z.top,Math.max(b.width+z.left+z.right,0),Math.max(b.height+z.top+z.bottom,0)),me.free(x),E&&y instanceof di&&y.computesBoundsIncludingLocation&&y.location.w()&&a.Ye(y.location),a},bs.prototype.computeMemberBounds=function(a){if(!(this.part instanceof di))return a.h(0,0,0,0),a;for(var y=this.part,x=1/0,E=1/0,b=-1/0,z=-1/0,tt=y.memberParts;tt.next();){var ot=tt.value;if(ot.isVisible()){if(ot instanceof We&&(!y.computesBoundsIncludingLinks||ma(ot)||ot.fromNode===y||ot.toNode===y))continue;ot=ot.actualBounds,ot.left<x&&(x=ot.left),ot.top<E&&(E=ot.top),ot.right>b&&(b=ot.right),ot.bottom>z&&(z=ot.bottom)}}return isFinite(x)&&isFinite(E)?a.h(x,E,b-x,z-E):(y=y.location,a.h(y.x,y.y,0,0)),a},fe.Object.defineProperties(bs.prototype,{padding:{get:function(){return this.yb},set:function(a){typeof a=="number"&&(a=new xi(a));var y=this.yb;y.D(a)||(this.yb=a=a.J(),this.g("padding",y,a),this.v())}}}),bs.className="Placeholder";function We(a){On.call(this,Re.Link),this.Qa=8,this.ef=null,this.ff="",this.uf=this.gn=null,this.vf="",this.uo=null,this.qk=Ts,this.Om=0,this.Qm=Ts,this.Rm=NaN,this.qj=Jv,this.po=.5,this.wd=null,this.Nb=new Ee().freeze(),this.Tg=this.Mg=null,this.ml=new me,this.ua=new Ve,this.u=this.o=this.Sf=this.Wf=null,this.su=new At,this.cq=this.Mw=this.Lw=null,this.vt=NaN,this.ba=null,this.j=[],a&&Object.assign(this,a)}Ce(We,On),We.prototype.cloneProtected=function(a){On.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())},wt=We.prototype,wt.Af=function(a){On.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&&ra(y),a=a.toPort,a!==null&&ra(a)},wt.qb=function(a){a.classType===We?(a.value&2)===2?this.routing=a:a===ya||a===th||a===Tf?this.curve=a:a===Qg||a===Ym||a===Xm?this.adjusting=a:a!==Jv&&a!==Ts&&Wt("Unknown Link enum value for a Link property: "+a):On.prototype.qb.call(this,a)},wt.Xc=function(){this.ba===null&&(this.ba=new Rg)},wt.si=function(){var a=this.fromNode;if(a!==null){var y=a.findVisibleNode();if(y!==null&&(a=y),Es(a)||zh(a))return!1}return a=this.toNode,!(a!==null&&(y=a.findVisibleNode(),y!==null&&(a=y),Es(a)||zh(a)))},wt.zv=function(){return!1},wt.Av=function(){},wt.Zc=function(){return!1},We.prototype.computeAngle=function(a,y,x){return We.computeAngle(y,x)},We.computeAngle=function(a,y){switch(a){default:case Ts:a=0;break;case $g:a=y;break;case qg:a=y+90;break;case tp:a=y-90;break;case Qv:a=y+180;break;case Jm:a=Jt.bp(y),90<a&&270>a&&(a-=180);break;case ep:a=Jt.bp(y+90),90<a&&270>a&&(a-=180);break;case np: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 Nf(a){var y=a.fromNode,x=a.toNode,E=null;if(y!==null?E=x!==null?y.px(x):y.containingGroup:x!==null?E=x.containingGroup:E=null,y=E,x=a.Ah,x!==y){x!==null&&Uv(x,a),a.Ah=y,y!==null&&Vv(y,a);var b=a.containingGroupChanged;if(b!==null){var z=!0,tt=a.diagram;tt!==null&&(z=tt.aa,tt.aa=!0),b(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=E}wt=We.prototype,wt.oh=function(){var a=this.containingGroup;a!==null&&this.fromNode!==a&&this.toNode!==a&&a.computesBoundsIncludingLinks&&On.prototype.oh.call(this)},wt.To=function(a){var y=this.fromNode;return a===y?this.toNode:y},wt.Cz=function(a){var y=this.fromPort;return a===y?this.toPort:y};function qS(a,y){a.wd===null&&(a.wd=new Me),a.wd.add(y),a.v()}wt.Vo=function(a){if(On.prototype.Vo.call(this,a),Od(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 E=this.toPort;x===a&&E===y||Gm(x,this,E)}Xg(this)}},wt.Wo=function(a){if(On.prototype.Wo.call(this,a),Od(this)&&this.Xo(this.actualBounds),!a){a=this.ef;var y=null;a!==null&&(y=this.fromPort,_m(a,this,y));var x=this.uf;if(x!==null){var E=this.toPort;x===a&&E===y||_m(x,this,E)}Jg(this)}},wt.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))},We.prototype.updateRelationshipsFromData=function(){if(this.data!==null){var a=this.diagram;a!==null&&a.partManager.updateRelationshipsFromData(this)}},We.prototype.move=function(a,y){var x=y?this.location:this.position,E=x.x;isNaN(E)&&(E=0);var b=x.y;for(isNaN(b)&&(b=0),E=a.x-E,b=a.y-b,y===!0?On.prototype.move.call(this,a,!1):(a=At.allocAt(x.x+E,x.y+b),On.prototype.move.call(this,a,!1),At.free(a)),qu(this,E,b),a=this.labelNodes;a.next();)y=a.value,x=y.position,y.moveTo(x.x+E,x.y+b)},We.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},We.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},We.prototype.computeMidPoint=function(a){var y=this.pointsCount;if(y===0)return a.assign(oo),a;if(y===1)return a.assign(this.i(0)),a;if(y===2){var x=this.i(0),E=this.i(1);return a.h((x.x+E.x)/2,(x.y+E.y)/2),a}if(this.isOrthogonal&&(15<=this.computeCorner()||this.computeCurve()===ya))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()===ya){if(y===3){x=this.i(0),E=this.i(1);var b=this.i(2);return Jt.ax(x.x,x.y,E.x,E.y,E.x,E.y,b.x,b.y,a),a}if(E=(y-1)/3|0,x=3*(E/2|0),E%2===1){E=this.i(x),b=this.i(x+1);var z=this.i(x+2);x=this.i(x+3),Jt.ax(E.x,E.y,b.x,b.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,b=z=E=0;E<x/2&&z<y&&(b=tt[z],!(E+b>x/2));)E+=b,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-E)):a.h(y.x,y.y+(x/2-E)):1>Math.abs(y.y-z.y)?y.x>z.x?a.h(y.x-(x/2-E),y.y):a.h(y.x+(x/2-E),y.y):(x=(x/2-E)/b,a.h(y.x+x*(z.x-y.x),y.y+x*(z.y-y.y))),a},We.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()===ya))return this.ua.wx(.5);if(this.computeCurve()===ya&&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 E=this.i(x+2);return x=this.i(x+3),Jt.My(a.x,a.y,y.x,y.y,E.x,E.y,x.x,x.y)}if(0<x&&x+1<a)return this.i(x-1).ab(this.i(x+1))}y=this.flattenedLengths,E=this.flattenedTotalLength;var b=0;x=0;for(var z;b<E/2&&x<a&&(z=y[x],!(b+z>E/2));)b+=z,x++;if(y=this.i(x),E=this.i(x+1),1>Math.abs(y.x-E.x)&&1>Math.abs(y.y-E.y)){if(0<x&&x+2<a)return this.i(x-1).ab(this.i(x+2))}else{if(1>Math.abs(y.x-E.x))return y.y>E.y?270:90;if(1>Math.abs(y.y-E.y))return y.x>E.x?180:0}return y.ab(E)},wt=We.prototype,wt.i=function(a){return this.Nb.s[a]},wt.dd=function(a,y){this.Nb.cd(a,y)},wt.L=function(a,y,x){this.Nb.cd(a,new At(y,x))},wt.Kz=function(a,y){this.Nb.Gb(a,y)},wt.m=function(a,y,x){this.Nb.Gb(a,new At(y,x))},wt.ne=function(a){this.Nb.add(a)},wt.yf=function(a,y){this.Nb.add(new At(a,y))},wt.pv=function(a){this.Nb.mb(a)},wt.Fj=function(){this.Nb.clear()};function qu(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 E=a.fd,b=new Ee,z=a.Nb.iterator;z.next();){var tt=z.value;b.add(new At(tt.x+y,tt.y+x).freeze())}b.freeze(),z=a.Nb,a.Nb=b,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),Ms(a)),E?Wm(a):(a.defaultFromPoint&&(a.defaultFromPoint=a.i(0)),a.defaultToPoint&&(a.defaultToPoint=a.i(a.pointsCount-1))),tt!==null&&tt.animationManager.zb&&qc(tt.animationManager,a,b),a.g("points",z,b)}}wt.uh=function(){this.Mg===null&&(this.Mg=this.Nb,this.Nb=this.Nb.copy())},wt.zf=function(){if(this.Mg!==null){for(var a=this.Mg,y=this.Nb,x=1/0,E=1/0,b=a.s,z=b.length,tt=0;tt<z;tt++){var ot=b[tt];x=Math.min(ot.x,x),E=Math.min(ot.y,E)}ot=tt=1/0;for(var rt=y.s,at=rt.length,ut=0;ut<at;ut++){var ft=rt[ut];tt=Math.min(ft.x,tt),ot=Math.min(ft.y,ot),ft.freeze()}if(y.freeze(),at===z){for(z=0;z<at;z++)if(ut=b[z],ft=rt[z],ut.x-x!==ft.x-tt||ut.y-E!==ft.y-ot){this.qc();break}}else this.qc();this.Mg=null,x=this.diagram,x!==null&&x.animationManager.zb&&qc(x.animationManager,this,y),Wm(this),this.g("points",a,y)}},wt.rv=function(){this.Mg!==null&&(this.Nb=this.Mg,this.Mg=null)};function Wm(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))}wt.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())}},wt.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()}}},We.prototype.computePoints=function(){if(this.diagram===null)return!1;var a=this.fromNode,y=null;if(a===null?(Cc||(Cc=new en,Cc.desiredSize=li,Cc.Va()),this.defaultFromPoint&&(Cc.location=this.defaultFromPoint,Cc.Va(),y=a=Cc)):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 E=this.toNode,b=null;if(E===null?(Lc||(Lc=new en,Lc.desiredSize=li,Lc.Va()),this.defaultToPoint&&(Lc.location=this.defaultToPoint,Lc.Va(),b=E=Lc)):b=this.toPort,b===null||E.isVisible()||(x=E.findVisibleNode(),x!==null&&x!==E?(E=x,b=x.port):E=x),this.Mw=E,E===null||!E.location.w())return!1;for(;!(b===null||b.actualBounds.w()&&b.Ed());)b=b.panel;if(b===null)return!1;var z=this.pointsCount,tt=this.computeSpot(!0,y);x=this.computeSpot(!1,b);var ot=bf(tt),rt=bf(x),at=y===b&&y!==null,ut=this.isOrthogonal,ft=this.curve===ya;this.Wf=at&&!ut?ft=!0:!1;var mt=this.computeAdjusting()===Ts||at;if(!ut&&!at&&ot&&rt){if(ot=!1,!mt&&3<=z&&(mt=this.getLinkPoint(a,y,tt,!0,!1,E,b),rt=this.getLinkPoint(E,b,x,!1,!1,a,y),ot=this.adjustPoints(0,mt,z-1,rt))&&(mt=this.getLinkPoint(a,y,tt,!0,!1,E,b),rt=this.getLinkPoint(E,b,x,!1,!1,a,y),this.adjustPoints(0,mt,z-1,rt)),!ot)if(this.Fj(),ft){z=this.getLinkPoint(a,y,tt,!0,!1,E,b),mt=this.getLinkPoint(E,b,x,!1,!1,a,y),ot=mt.x-z.x,rt=mt.y-z.y,at=this.computeCurviness(),ft=ut=0;var yt=z.x+ot/3,St=z.y+rt/3,Mt=yt,It=St;Jt.B(rt,0)?It=0<ot?It-at:It+at:(ut=-ot/rt,ft=Math.sqrt(at*at/(ut*ut+1)),0>at&&(ft=-ft),Mt=(0>rt?-1:1)*ft+yt,It=ut*(Mt-yt)+St),yt=z.x+2*ot/3,St=z.y+2*rt/3;var Tt=yt,jt=St;Jt.B(rt,0)?jt=0<ot?jt-at:jt+at:(Tt=(0>rt?-1:1)*ft+yt,jt=ut*(Tt-yt)+St),this.Fj(),this.ne(z),this.yf(Mt,It),this.yf(Tt,jt),this.ne(mt),this.dd(0,this.getLinkPoint(a,y,tt,!0,!1,E,b)),this.dd(3,this.getLinkPoint(E,b,x,!1,!1,a,y))}else z=E,mt=b,E=this.getLinkPoint(a,y,tt,!0,!1,z,mt),b=this.getLinkPoint(z,mt,x,!1,!1,a,y),this.hasCurviness()?(mt=b.x-E.x,x=b.y-E.y,tt=this.computeCurviness(),a=E.x+mt/2,y=E.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(E),this.yf(z,ot),this.ne(b)):(this.ne(E),this.ne(b),ot=me.alloc(),y.mi(ot),rt=ot.ca(b),mt.mi(ot),at=ot.ca(E),(rt||at)&&(tt=y.ga(Um(tt),new At),this.dd(0,this.getLinkPointFromPoint(a,y,tt,b,!0,tt)),x=mt.ga(Um(x),new At),this.dd(1,this.getLinkPointFromPoint(z,mt,x,E,!1,x))),me.free(ot))}else{ft=this.isAvoiding,mt&&(ut&&ft||at)&&this.Fj();var Gt=at?this.computeCurviness():0;ft=this.getLinkPoint(a,y,tt,!0,ut,E,b),yt=Mt=St=0,(ut||!ot||at)&&(It=this.computeEndSegmentLength(a,y,tt,!0),yt=this.getLinkDirection(a,y,ft,tt,!0,ut,E,b),at&&(ot||tt.D(x)||!ut&&tt.x+x.x===1&&tt.y+x.y===1)&&(yt-=ut?90:30,0>Gt&&(yt-=180)),0>yt?yt+=360:360<=yt&&(yt-=360),at&&(It+=Math.abs(Gt)*(ut?1:2)),yt===0?St=It:yt===90?Mt=It:yt===180?St=-It:yt===270?Mt=-It:(St=It*Math.cos(yt*Math.PI/180),Mt=It*Math.sin(yt*Math.PI/180)),tt.Mc()&&at&&(It=y.ga(Di,At.alloc()),Tt=At.allocAt(It.x+1e3*St,It.y+1e3*Mt),this.getLinkPointFromPoint(a,y,It,Tt,!0,ft),At.free(It),At.free(Tt))),It=this.getLinkPoint(E,b,x,!1,ut,a,y);var Ht=jt=Tt=0;if(ut||!rt||at){var Yt=this.computeEndSegmentLength(E,b,x,!1);Ht=this.getLinkDirection(E,b,It,x,!1,ut,a,y),at&&(rt||tt.D(x)||!ut&&tt.x+x.x===1&&tt.y+x.y===1)&&(Ht+=ut?0:30,0>Gt&&(Ht+=180)),0>Ht?Ht+=360:360<=Ht&&(Ht-=360),at&&(Yt+=Math.abs(Gt)*(ut?1:2)),Ht===0?Tt=Yt:Ht===90?jt=Yt:Ht===180?Tt=-Yt:Ht===270?jt=-Yt:(Tt=Yt*Math.cos(Ht*Math.PI/180),jt=Yt*Math.sin(Ht*Math.PI/180)),x.Mc()&&at&&(x=b.ga(Di,At.alloc()),tt=At.allocAt(x.x+1e3*Tt,x.y+1e3*jt),this.getLinkPointFromPoint(E,b,x,tt,!1,It),At.free(x),At.free(tt))}x=ft,(ut||!ot||at)&&(x=new At(ft.x+St,ft.y+Mt)),tt=It,(ut||!rt||at)&&(tt=new At(It.x+Tt,It.y+jt)),!mt&&!ut&&ot&&3<z&&this.adjustPoints(0,ft,z-2,tt)?this.dd(z-1,It):!mt&&!ut&&rt&&3<z&&this.adjustPoints(1,x,z-1,It)?this.dd(0,ft):!mt&&(ut?6<=z:4<z)&&this.adjustPoints(1,x,z-2,tt)?(this.dd(0,ft),this.dd(z-1,It)):(this.Fj(),this.ne(ft),(ut||!ot||at)&&this.ne(x),ut&&this.addOrthoPoints(x,yt,tt,Ht,a,E),(ut||!rt||at)&&this.ne(tt),this.ne(It))}return!0};function Zv(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}We.prototype.getLinkPointFromPoint=function(a,y,x,E,b,z){if(z===void 0&&(z=new At),a===null||y===null)return z.assign(x),z;if(a.isVisible()||(b=a.findVisibleNode(),b!==null&&b!==a&&(y=b.port)),a=null,b=y.panel,b===null||b.se()||(b=b.panel),b===null){b=E.x,E=E.y;var tt=x.x;x=x.y}else{a=b.oe,b=1/(a.m11*a.m22-a.m12*a.m21),tt=a.m22*b;var ot=-a.m12*b,rt=-a.m21*b,at=a.m11*b,ut=b*(a.m21*a.dy-a.m22*a.dx),ft=b*(a.m12*a.dx-a.m11*a.dy);b=E.x*tt+E.y*rt+ut,E=E.x*ot+E.y*at+ft,tt=x.x*tt+x.y*rt+ut,x=x.x*ot+x.y*at+ft}return y.Sj(b,E,tt,x,z),a!==null&&z.transform(a),z};function Vm(a,y){var x=y.Zn;return x===null&&(x=new kc,x.port=y,x.node=y.part,y.Zn=x),a1(x,a)}We.prototype.getLinkPoint=function(a,y,x,E,b,z,tt,ot){if(ot===void 0&&(ot=new At),x.sb()&&!bf(x))return y.ga(x,ot),ot;if(x.$c()){var rt=Vm(this,y);if(rt!==null){if(ot.assign(rt.Zo),b&&this.routing===e1){var at=Vm(this,tt);if(at!==null&&rt.Gl<at.Gl){rt=At.alloc(),at=At.alloc();var ut=new me(y.ga(uo,rt),y.ga(Rs,at)),ft=this.computeSpot(!E,tt);a=this.getLinkPoint(z,tt,ft,!E,b,a,y,at),(x.Hf(tl)||x.Hf(Zr))&&a.y>=ut.y&&a.y<=ut.y+ut.height?ot.y=a.y:(x.Hf(El)||x.Hf(da))&&a.x>=ut.x&&a.x<=ut.x+ut.width&&(ot.x=a.x),At.free(rt),At.free(at)}}return ot}}return x=y.ga(Um(x),At.alloc()),this.pointsCount>(b?6:2)?(tt=E?this.i(1):this.i(this.pointsCount-2),b&&(tt=Zv(x,tt.copy()))):(rt=this.computeSpot(!E,tt),z=At.alloc(),tt=tt.ga(Um(rt),z),b&&(tt=Zv(x,tt)),At.free(z)),this.getLinkPointFromPoint(a,y,x,tt,E,ot),At.free(x),ot},We.prototype.getLinkDirection=function(a,y,x,E,b,z,tt,ot){t:if(E.sb())var rt=E.x>E.y?E.x>1-E.y?0:E.x<1-E.y?270:315:E.x<E.y?E.x>1-E.y?90:E.x<1-E.y?180:135:.5>E.x?225:.5<E.x?45:0;else{if(E.$c()&&(rt=Vm(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(Di,At.alloc()),this.pointsCount>(z?6:2)?(ot=b?this.i(1):this.i(this.pointsCount-2),ot=z?Zv(rt,ot.copy()):x):(x=At.alloc(),ot=ot.ga(Di,x),At.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,At.free(rt),rt=x}return E.Mc()&&tt.Td(a)&&(rt+=180,360<=rt&&(rt-=360)),bf(E)||(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},We.prototype.computeEndSegmentLength=function(a,y,x,E){return y!==null&&x.$c()&&(a=Vm(this,y),a!==null)?a.Ju:(a=E?this.fromEndSegmentLength:this.toEndSegmentLength,y!==null&&isNaN(a)&&(a=E?y.fromEndSegmentLength:y.toEndSegmentLength),isNaN(a)&&(a=10),a)},We.prototype.computeSpot=function(a,y){return y===void 0&&(y=null),a?(a=y||this.fromPort,a===null?a=Di:(y=this.fromSpot,y.Xb()&&(y=a.fromSpot),a=y===Ar?Ii:y)):(a=y||this.toPort,a===null?a=Di:(y=this.toSpot,y.Xb()&&(y=a.toSpot),a=y===Ar?Ii:y)),a};function bf(a){return a===Ii||a.x===.5&&a.y===.5}function Um(a){return a.x===.5&&a.y===.5?a:Di}We.prototype.computeOtherPoint=function(a,y){return this.computeAdjusting()!==Ts&&4<this.pointsCount?this.computeMidPoint(new At):(a=y.Zn,a=a!==null?a1(a,this):null,a!==null?a.Zo:y.ga(Di))},We.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},We.prototype.Cf=function(a,y,x,E,b,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=pi.alloc(),tt.reset()),tt.multiply(this.transform),this.fh(a,tt))return mv(this,y,x,b),z===void 0&&pi.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 ut=rt[at];if(ut.visible||ut===this.locationObject){var ft=ut.actualBounds,mt=this.naturalBounds;if(!(ft.x>mt.width||ft.y>mt.height||0>ft.x+ft.width||0>ft.y+ft.height)){if(ft=pi.alloc(),ft.set(tt),ut instanceof Re)ot=ut.Cf(a,y,x,E,b,ft);else if(this.path===ut){if(ut instanceof Si)if(ot=a,mt=E,ut.pickable===!1)ot=!1;else if(ft.multiply(ut.transform),mt)t:{var yt=ot,St=ft;if(ut.fh(yt,St))ot=!0;else{if(St===void 0&&(St=ut.transform,yt.Re(ut.actualBounds))){ot=!0;break t}ot=yt.left,mt=yt.right;var Mt=yt.top;yt=yt.bottom;var It=At.alloc(),Tt=At.alloc(),jt=At.alloc(),Gt=pi.alloc();Gt.set(St),Gt.bv(ut.transform),Gt.Vj(),Tt.x=mt,Tt.y=Mt,Tt.transform(Gt),It.x=ot,It.y=Mt,It.transform(Gt),St=!1,Ad(ut,It,Tt,jt)?St=!0:(It.x=mt,It.y=yt,It.transform(Gt),Ad(ut,It,Tt,jt)?St=!0:(Tt.x=ot,Tt.y=yt,Tt.transform(Gt),Ad(ut,It,Tt,jt)?St=!0:(It.x=ot,It.y=Mt,It.transform(Gt),Ad(ut,It,Tt,jt)&&(St=!0)))),pi.free(Gt),At.free(It),At.free(Tt),At.free(jt),ot=St}}else ot=ut.fh(ot,ft)}else ot=kr(ut,a,E,ft);ot&&(mt=ut,y!==null&&(mt=y(ut)),mt&&(x===null||x(mt))&&b.add(mt)),pi.free(ft)}}}return z===void 0&&pi.free(tt),ot||this.background!==null||this.areaBackground!==null}return z===void 0&&pi.free(tt),!1},We.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?ya:this.curve},We.prototype.computeCorner=function(){if(this.curve===ya)return 0;var a=this.corner;return(isNaN(a)||0>a)&&(a=10),a},We.prototype.findMidLabel=function(){for(var a=this.path,y=this.O.s,x=y.length,E=0;E<x;E++){var b=y[E];if(b!==a&&!b.isPanelMain&&(b.segmentIndex===-1/0||isNaN(b.segmentIndex)))return b}for(a=this.labelNodes;a.next();)if(y=a.value,y.segmentIndex===-1/0||isNaN(y.segmentIndex))return y;return null},We.prototype.computeSpacing=function(){if(!this.isVisible())return 0;var a=i1;a=Math.max(a,this.computeThickness());var y=this.fromPort,x=this.toPort;if(y!==null&&x!==null){var E=this.findMidLabel();if(E!==null){var b=E.naturalBounds,z=E.margin,tt=isNaN(b.width)?30:b.width*E.scale+z.left+z.right;b=isNaN(b.height)?14:b.height*E.scale+z.top+z.bottom,E=E.segmentOrientation,E===$g||E===Jm||E===Qv?a=Math.max(a,b):E===tp||E===np||E===qg||E===ep?a=Math.max(a,tt):(y=y.ga(Di).ab(x.ga(Di))/180*Math.PI,a=Math.max(a,Math.abs(Math.sin(y)*tt)+Math.abs(Math.cos(y)*b)+1)),this.curve===ya&&(a*=1.333)}}return a},We.prototype.arrangeBundledLinks=function(a,y){if(y)for(y=0;y<a.length;y++){var x=a[y];x.computeAdjusting()===Ts&&x.bb()}},We.prototype.computeCurviness=function(){var a=this.curviness;if(isNaN(a)){a=n1;var y=this.Sf;if(y!==null){for(var x=In(),E=0,b=y.links,z=0;z<b.length;z++){var tt=b[z].computeSpacing();x.push(tt),E+=tt}for(E=-E/2,z=0;z<b.length;z++){if(b[z]===this){a=E+x[z]/2;break}E+=x[z]}y.Ds===this.fromNode&&(a=-a),mn(x)}}return a},We.prototype.computeThickness=function(){if(!this.isVisible())return 0;var a=this.path;return a!==null?Math.max(a.strokeWidth,1):1},We.prototype.hasCurviness=function(){return!isNaN(this.curviness)||this.Sf!==null},We.prototype.adjustPoints=function(a,y,x,E){var b=this.computeAdjusting();if(this.isOrthogonal){if(b===Ym)return!1;b===Xm&&(b=Qg)}switch(b){case Ym:var z=this.i(a),tt=this.i(x);if(!z.Xa(y)||!tt.Xa(E)){b=z.x,z=z.y;var ot=tt.x-b,rt=tt.y-z,at=Math.sqrt(ot*ot+rt*rt);if(!Jt.$(at,0)){if(Jt.$(ot,0))var ut=0>rt?-Math.PI/2:Math.PI/2;else ut=Math.atan(rt/Math.abs(ot)),0>ot&&(ut=Math.PI-ut);tt=y.x;var ft=y.y;ot=E.x-tt;var mt=E.y-ft;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,ut=mt-ut,this.dd(a,y),a+=1;a<x;a++)y=this.i(a),ot=y.x-b,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+ut,y*=at,this.L(a,tt+y*Math.cos(ot),ft+y*Math.sin(ot)));this.dd(x,E)}}return!0;case Xm:if(z=this.i(a),ft=this.i(x),!z.Xa(y)||!ft.Xa(E)){b=z.x,z=z.y,tt=ft.x,ft=ft.y,at=(tt-b)*(tt-b)+(ft-z)*(ft-z),ot=y.x,ut=y.y,rt=E.x,mt=E.y;var yt=1;if(rt-ot!==0){var St=(mt-ut)/(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 Mt=y.x,It=y.y,Tt=.5;at!==0&&(Tt=((b-Mt)*(b-tt)+(z-It)*(z-ft))/at);var jt=b+Tt*(tt-b),Gt=z+Tt*(ft-z);y=Math.sqrt((Mt-jt)*(Mt-jt)+(It-Gt)*(It-Gt)),It<St*(Mt-jt)+Gt&&(y=-y),0<St&&(y=-y),Mt=ot+Tt*(rt-ot),Tt=ut+Tt*(mt-ut),St!==0?(y=Mt+y/yt,this.L(a,y,Tt-(y-Mt)/St)):this.L(a,Mt,Tt+y)}this.dd(x,E)}return!0;case Qg:t:{if(this.isOrthogonal&&(b=this.i(a),z=this.i(a+1),tt=this.i(a+2),ot=z.x,ut=z.y,ft=ot,at=ut,Jt.B(b.y,z.y)?Jt.B(z.x,tt.x)?ut=y.y:Jt.B(z.y,tt.y)&&(ot=y.x):Jt.B(b.x,z.x)&&(Jt.B(z.y,tt.y)?ot=y.x:Jt.B(z.x,tt.x)&&(ut=y.y)),this.L(a+1,ot,ut),b=this.i(x),z=this.i(x-1),tt=this.i(x-2),ot=z.x,ut=z.y,rt=ot,mt=ut,Jt.B(b.y,z.y)?Jt.B(z.x,tt.x)?ut=E.y:Jt.B(z.y,tt.y)&&(ot=E.x):Jt.B(b.x,z.x)&&(Jt.B(z.y,tt.y)?ot=E.x:Jt.B(z.x,tt.x)&&(ut=E.y)),this.L(x-1,ot,ut),Kv(this))){this.L(a+1,ft,at),this.L(x-1,rt,mt),x=!1;break t}this.dd(a,y),this.dd(x,E),x=!0}return x;default:return!1}},We.prototype.addOrthoPoints=function(a,y,x,E,b,z){0>y?y+=360:360<=y&&(y-=360),0>E?E+=360:360<=E&&(E-=360);var tt=E;y=315<=y||45>y?0:45<=y&&135>y?90:135<=y&&225>y?180:270,E=315<=E||45>E?0:45<=E&&135>E?90:135<=E&&225>E?180:270;var ot=b.actualBounds.copy(),rt=z.actualBounds.copy();if(ot.w()&&rt.w()){ot.Bc(ip,ip),rt.Bc(ip,ip),ot.Ye(a),rt.Ye(x);var at=At.alloc(),ut=At.alloc();y===0?x.x>a.x||E===270&&x.y<a.y&&rt.right>a.x||E===90&&x.y>a.y&&rt.right>a.x?(at.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),E===180?(at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1),ut.x=at.x,ut.y=x.y):E===270&&x.y<a.y||E===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&&(E===270&&a.y<rt.top||E===90&&a.y>rt.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):rt.right,ut.x=at.x,ut.y=x.y):E===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),ut.y=at.y)):(at.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),(E===180||E===90&&x.y<ot.top||E===270&&x.y>ot.bottom)&&(E===180&&(rt.ca(a)||ot.ca(x))?at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.y<a.y&&(E===180||E===90)?at.y=this.computeMidOrthoPosition(a.x,ot.top,x.x,Math.max(x.y,rt.bottom),!0):x.y>a.y&&(E===180||E===270)&&(at.y=this.computeMidOrthoPosition(a.x,ot.bottom,x.x,Math.min(x.y,rt.top),!0)),ut.x=x.x,ut.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?(E===90||E===270)&&(at.h(Math.max((a.x+x.x)/2,a.x),a.y),ut.h(at.x,x.y)):(at.y=E===270||(E===0||E===180)&&x.y<a.y?Math.min(x.y,E===0?ot.top:Math.min(ot.top,rt.top)):Math.max(x.y,E===0?ot.bottom:Math.max(ot.bottom,rt.bottom)),ut.x=x.x,ut.y=at.y))):y===180?x.x<a.x||E===270&&x.y<a.y&&rt.left<a.x||E===90&&x.y>a.y&&rt.left<a.x?(at.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),E===0?(at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1),ut.x=at.x,ut.y=x.y):E===270&&x.y<a.y||E===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&&(E===270&&a.y<rt.top||E===90&&a.y>rt.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):rt.left,ut.x=at.x,ut.y=x.y):E===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),ut.y=at.y)):(at.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),(E===0||E===90&&x.y<ot.top||E===270&&x.y>ot.bottom)&&(E===0&&(rt.ca(a)||ot.ca(x))?at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.y<a.y&&(E===0||E===90)?at.y=this.computeMidOrthoPosition(a.x,ot.top,x.x,Math.max(x.y,rt.bottom),!0):x.y>a.y&&(E===0||E===270)&&(at.y=this.computeMidOrthoPosition(a.x,ot.bottom,x.x,Math.min(x.y,rt.top),!0)),ut.x=x.x,ut.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?(E===90||E===270)&&(at.h(Math.min((a.x+x.x)/2,a.x),a.y),ut.h(at.x,x.y)):(at.y=E===270||(E===0||E===180)&&x.y<a.y?Math.min(x.y,E===180?ot.top:Math.min(ot.top,rt.top)):Math.max(x.y,E===180?ot.bottom:Math.max(ot.bottom,rt.bottom)),ut.x=x.x,ut.y=at.y))):y===90?x.y>a.y||E===180&&x.x<a.x&&rt.bottom>a.y||E===0&&x.x>a.x&&rt.bottom>a.y?(at.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),E===270?(at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0),ut.x=x.x,ut.y=at.y):E===180&&x.x<a.x||E===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&&(E===180&&a.x<rt.left||E===0&&a.x>rt.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):rt.bottom,ut.x=x.x,ut.y=at.y):E===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,ut.x=at.x)):(at.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),(E===270||E===0&&x.x<ot.left||E===180&&x.x>ot.right)&&(E===270&&(rt.ca(a)||ot.ca(x))?at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.x<a.x&&(E===270||E===0)?at.x=this.computeMidOrthoPosition(ot.left,a.y,Math.max(x.x,rt.right),x.y,!1):x.x>a.x&&(E===270||E===180)&&(at.x=this.computeMidOrthoPosition(ot.right,a.y,Math.min(x.x,rt.left),x.y,!1)),ut.x=at.x,ut.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?(E===0||E===180)&&(at.h(a.x,Math.max((a.y+x.y)/2,a.y)),ut.h(x.x,at.y)):(at.x=E===180||(E===90||E===270)&&x.x<a.x?Math.min(x.x,E===90?ot.left:Math.min(ot.left,rt.left)):Math.max(x.x,E===90?ot.right:Math.max(ot.right,rt.right)),ut.x=at.x,ut.y=x.y))):x.y<a.y||E===180&&x.x<a.x&&rt.top<a.y||E===0&&x.x>a.x&&rt.top<a.y?(at.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),E===90?(at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0),ut.x=x.x,ut.y=at.y):E===180&&x.x<a.x||E===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&&(E===180&&a.x<rt.left||E===0&&a.x>rt.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):rt.top,ut.x=x.x,ut.y=at.y):E===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,ut.x=at.x)):(at.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),(E===90||E===0&&x.x<ot.left||E===180&&x.x>ot.right)&&(E===90&&(rt.ca(a)||ot.ca(x))?at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.x<a.x&&(E===90||E===0)?at.x=this.computeMidOrthoPosition(ot.left,a.y,Math.max(x.x,rt.right),x.y,!1):x.x>a.x&&(E===90||E===180)&&(at.x=this.computeMidOrthoPosition(ot.right,a.y,Math.min(x.x,rt.left),x.y,!1)),ut.x=at.x,ut.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?(E===0||E===180)&&(at.h(a.x,Math.min((a.y+x.y)/2,a.y)),ut.h(x.x,at.y)):(at.x=E===180||(E===90||E===270)&&x.x<a.x?Math.min(x.x,E===270?ot.left:Math.min(ot.left,rt.left)):Math.max(x.x,E===270?ot.right:Math.max(ot.right,rt.right)),ut.x=at.x,ut.y=x.y)));var ft=x;if(this.isAvoiding){var mt=this.diagram;if(mt===null||b===z||this.layer.isTemporary||!uf(mt)||ot.ca(ft)&&!z.Td(b)||rt.ca(a)&&!b.Td(z))y=!1;else{var yt=hf(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,ut.x),Math.min(at.y,ut.y),Math.abs(at.x-ut.x),Math.abs(at.y-ut.y))&&yt.Yj(Math.min(ut.x,ft.x),Math.min(ut.y,ft.y),Math.abs(ut.x-ft.x),Math.abs(ut.y-ft.y)))y=!1;else{b=a,z=ft;var St=x=null;if(mt.isVirtualized){mt=yt.bounds.copy(),mt.Bc(-yt.Ho,-yt.Go);var Mt=At.alloc();Ff(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,Mt)?(x=a=Mt.copy(),y=Mt.ab(at)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,at.x,at.y,ut.x,ut.y,Mt)?(x=a=Mt.copy(),y=Mt.ab(ut)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,ut.x,ut.y,ft.x,ft.y,Mt)&&(x=a=Mt.copy(),y=Mt.ab(ft))),Ff(yt,ft.x,ft.y)||(Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,ft.x,ft.y,ut.x,ut.y,Mt)?(St=ft=Mt.copy(),E=ut.ab(Mt)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,ut.x,ut.y,at.x,at.y,Mt)?(St=ft=Mt.copy(),E=at.ab(Mt)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,at.x,at.y,a.x,a.y,Mt)&&(St=ft=Mt.copy(),E=a.ab(Mt))),At.free(Mt)}ot=ot.copy().ed(rt),ot.Bc(yt.Ho*yt.Os,yt.Go*yt.Os),r1(yt,a,y,ft,E,ot,!0),rt=ql(yt,ft.x,ft.y),!yt.abort&&rt>=Bf&&(o1(yt),ot.Bc(yt.Ho*yt.Hx,yt.Go*yt.Ix),r1(yt,a,y,ft,E,ot,!1),rt=ql(yt,ft.x,ft.y)),!yt.abort&&rt<Bf&&ql(yt,ft.x,ft.y)!==eh?(Yv(this,yt,ft.x,ft.y,E,!0,tt),ot=this.i(2),4>this.pointsCount?(y===0||y===180?(ot.x=a.x,ot.y=ft.y):(ot.x=ft.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,b.x,x.y):this.m(2,x.x,b.y)),St!==null&&(E===0||E===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(ut.copy())),At.free(at),At.free(ut)}},We.prototype.computeMidOrthoPosition=function(a,y,x,E,b){var z=0;return!this.hasCurviness()||this.computeSpot(!0,this.fromPort).$c()||this.computeSpot(!1,this.toPort).$c()||(z=this.computeCurviness()),b?(y+E)/2+z:(a+x)/2+z};function Kv(a){if(a.diagram===null||!a.isAvoiding||!uf(a.diagram))return!1;var y=a.points.s,x=y.length;if(4>x)return!1;a=hf(a.diagram,!0,a.containingGroup,null);for(var E=1;E<x-2;E++){var b=y[E],z=y[E+1];if(!a.Yj(Math.min(b.x,z.x),Math.min(b.y,z.y),Math.abs(b.x-z.x),Math.abs(b.y-z.y)))return!0}return!1}function Yv(a,y,x,E,b,z,tt){var ot=y.Ho,rt=y.Go,at=ql(y,x,E),ut=x,ft=E;for(b===0?ut+=ot:b===90?ft+=rt:b===180?ut-=ot:ft-=rt,b!==tt&&at>Id&&ql(y,ut,ft)!==at-1&&(ql(y,x-ot,E)===at-1?(b=180,ut=x-ot,ft=E):ql(y,x+ot,E)===at-1?(b=0,ut=x+ot,ft=E):ql(y,x,E-rt)===at-1?(b=270,ut=x,ft=E-rt):ql(y,x,E+rt)===at-1&&(b=90,ut=x,ft=E+rt));at>Id&&ql(y,ut,ft)===at-1;)x=ut,E=ft,b===0?ut+=ot:b===90?ft+=rt:b===180?ut-=ot:ft-=rt,--at;z?at>Id&&(b===180||b===0?x=Math.floor(x/ot)*ot+ot/2:(b===90||b===270)&&(E=Math.floor(E/rt)*rt+rt/2)):(x=Math.floor(x/ot)*ot+ot/2,E=Math.floor(E/rt)*rt+rt/2),at>Id&&(z=b,tt=x,ut=E,b===0?(z=90,ut+=rt):b===90?(z=180,tt-=ot):b===180?(z=270,ut-=rt):b===270&&(z=0,tt+=ot),ql(y,tt,ut)===at-1?Yv(a,y,tt,ut,z,!1,z):(tt=x,ut=E,b===0?(z=270,ut-=rt):b===90?(z=0,tt+=ot):b===180?(z=90,ut+=rt):b===270&&(z=180,tt-=ot),ql(y,tt,ut)===at-1&&Yv(a,y,tt,ut,z,!1,z))),a.yf(x,E)}We.prototype.ez=function(a){var y=a.x;a=a.y;for(var x=this.i(0),E=this.i(1),b=vi(y,a,x.x,x.y,E.x,E.y),z=0,tt=1;tt<this.pointsCount-1;tt++){x=this.i(tt+1);var ot=vi(y,a,E.x,E.y,x.x,x.y);E=x,ot<b&&(z=tt,b=ot)}return z},We.prototype.qc=function(){this.lk=!1,this.v()},We.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,E=0;E<x;E++){var b=y[E];b!==a&&b.isPanelMain&&b instanceof Si&&(b.ua=this.ua)}}},We.prototype.makeGeometry=function(){var a=this.ua,y=this.pointsCount,x=!1,E=this.diagram;E!==null&&Od(this)&&E.Eh.contains(this)&&(this.ml.width!==0||this.ml.height!==0)&&(E.animationManager.isAnimating||E.currentTool!==E.toolManager)&&(x=!0);var b=this.i(0).copy(),z=b.copy();E=this.Nb.s;var tt=this.computeCurve();if(tt===ya&&3<=y&&!Jt.$(this.smoothness,0))if(y===3){var ot=this.i(1);E=Math.min(b.x,ot.x);var rt=Math.min(b.y,ot.y);ot=this.i(2),E=Math.min(E,ot.x),rt=Math.min(rt,ot.y)}else{if(this.isOrthogonal)for(rt=0;rt<y;rt++)ot=E[rt],z.x=Math.min(ot.x,z.x),z.y=Math.min(ot.y,z.y);else for(E=3;E<y;E+=3)E+3>=y&&(E=y-1),rt=this.i(E),z.x=Math.min(rt.x,z.x),z.y=Math.min(rt.y,z.y);E=z.x,rt=z.y}else{for(rt=0;rt<y;rt++)ot=E[rt],z.x=Math.min(ot.x,z.x),z.y=Math.min(ot.y,z.y);E=z.x,rt=z.y}if(E-=this.su.x,rt-=this.su.y,b.x-=E,b.y-=rt,y!==2||Od(this)){if(a.type=Ve.o,ot=TS(a),this.computeShortLength(!0)!==0&&(b=Pc(this,b,!0,z)),Ef(ot,b.x,b.y,!1),tt===ya&&3<=y&&!Jt.$(this.smoothness,0))if(y===3)x=this.i(1),y=x.x-E,x=x.y-rt,b=this.i(2).copy(),b.x-=E,b.y-=rt,this.computeShortLength(!1)!==0&&(b=Pc(this,b,!1,z)),Ju(ot,y,x,y,x,b.x,b.y);else if(this.isOrthogonal){y=At.allocAt(E,rt),x=At.alloc(),x.assign(this.i(1)),z=At.allocAt(E,rt),b=At.allocAt(E,rt),tt=this.i(0);for(var at,ut=this.smoothness/3,ft=1;ft<this.pointsCount-1;ft++){at=this.i(ft);var mt=tt,yt=at,St=this.i(Xv(this,at,ft,!1));if((!Jt.$(mt.x,yt.x)||!Jt.$(yt.x,St.x))&&(!Jt.$(mt.y,yt.y)||!Jt.$(yt.y,St.y))){var Mt=ut;isNaN(Mt)&&(Mt=this.smoothness/3);var It=mt.x;mt=mt.y;var Tt=yt.x;yt=yt.y;var jt=St.x;St=St.y;var Gt=Mt*Zm(It,mt,Tt,yt);Mt*=Zm(Tt,yt,jt,St),Jt.$(mt,yt)&&Jt.$(Tt,jt)&&(Tt>It?St>yt?(z.x=Tt-Gt,z.y=yt-Gt,b.x=Tt+Mt,b.y=yt+Mt):(z.x=Tt-Gt,z.y=yt+Gt,b.x=Tt+Mt,b.y=yt-Mt):St>yt?(z.x=Tt+Gt,z.y=yt-Gt,b.x=Tt-Mt,b.y=yt+Mt):(z.x=Tt+Gt,z.y=yt+Gt,b.x=Tt-Mt,b.y=yt-Mt)),Jt.$(It,Tt)&&Jt.$(yt,St)&&(yt>mt?(jt>Tt?(z.x=Tt-Gt,z.y=yt-Gt,b.x=Tt+Mt):(z.x=Tt+Gt,z.y=yt-Gt,b.x=Tt-Mt),b.y=yt+Mt):(jt>Tt?(z.x=Tt-Gt,z.y=yt+Gt,b.x=Tt+Mt):(z.x=Tt+Gt,z.y=yt+Gt,b.x=Tt-Mt),b.y=yt-Mt)),(Jt.$(It,Tt)&&Jt.$(Tt,jt)||Jt.$(mt,yt)&&Jt.$(yt,St))&&(It=.5*(It+jt),mt=.5*(mt+St),z.x=It,z.y=mt,b.x=It,b.y=mt),(ft===1||ft===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)),Ju(ot,x.x-E,x.y-rt,z.x-E,z.y-rt,at.x-E,at.y-rt),y.set(z),x.set(b),tt=at}}at=tt.x,tt=tt.y,ut=this.i(this.pointsCount-1),this.computeShortLength(!1)!==0&&(ut=Pc(this,ut.copy(),!1,ei)),at=.5*(at+ut.x),tt=.5*(tt+ut.y),Ju(ot,b.x-E,b.y-rt,at-E,tt-rt,ut.x-E,ut.y-rt),At.free(y),At.free(x),At.free(z),At.free(b)}else for(x=3;x<y;x+=3)z=this.i(x-2),x+3>=y&&(x=y-1),b=this.i(x-1),tt=this.i(x),x===y-1&&this.computeShortLength(!1)!==0&&(tt=Pc(this,tt.copy(),!1,ei)),Ju(ot,z.x-E,z.y-rt,b.x-E,b.y-rt,tt.x-E,tt.y-rt);else{for(z=At.alloc(),z.assign(this.i(0)),b=At.alloc(),b.assign(z),tt=this.computeCorner(),ft=1,at=0;ft<y;){if(ft=Xv(this,z,ft,1<ft),ut=this.i(ft),ft>=y-1){if(!z.D(ut))this.computeShortLength(!1)!==0&&(ut=Pc(this,ut.copy(),!1,ei)),wc(this,ot,-E,-rt,z,ut,x);else if(at===0)for(ft=1;ft<y;)b.assign(z),ut=this.i(ft++),wc(this,ot,-E,-rt,z,ut,x),z.assign(ut);break}if(at=Xv(this,ut,ft+1,ft<y-3),ft=-E,It=-rt,mt=ut,Tt=this.i(at),Mt=x,Jt.B(z.y,mt.y)&&Jt.B(mt.x,Tt.x))if(St=Math.min(tt,Math.abs(mt.x-b.x)/2),St=Gt=Math.min(St,Math.abs(Tt.y-mt.y)/2),Jt.B(St,0))wc(this,ot,ft,It,z,mt,Mt),z.assign(mt);else{var Ht=mt.x,Yt=mt.y;yt=Ht,jt=Yt,mt.x>z.x?Ht=mt.x-St:Ht=mt.x+St,Tt.y>mt.y?jt=mt.y+Gt:jt=mt.y-Gt,Tt=At.allocAt(Ht,Yt),wc(this,ot,ft,It,z,Tt,Mt),At.free(Tt),Im(ot,mt.x+ft,mt.y+It,yt+ft,jt+It),z.h(yt,jt)}else Jt.B(z.x,mt.x)&&Jt.B(mt.y,Tt.y)?(St=Math.min(tt,Math.abs(mt.y-b.y)/2),St=Gt=Math.min(St,Math.abs(Tt.x-mt.x)/2),Jt.B(Gt,0)?(wc(this,ot,ft,It,z,mt,Mt),z.assign(mt)):(Ht=mt.x,Yt=mt.y,yt=Ht,jt=Yt,mt.y>z.y?Yt=mt.y-St:Yt=mt.y+St,Tt.x>mt.x?yt=mt.x+Gt:yt=mt.x-Gt,Tt=At.allocAt(Ht,Yt),wc(this,ot,ft,It,z,Tt,Mt),At.free(Tt),Im(ot,mt.x+ft,mt.y+It,yt+ft,jt+It),z.h(yt,jt))):(wc(this,ot,ft,It,z,mt,Mt),z.assign(mt));b.assign(ut),ft=at}At.free(z)}Rm=ot}else ot=this.i(1).copy(),ot.x-=E,ot.y-=rt,this.computeShortLength(!0)!==0&&(b=Pc(this,b,!0,z)),this.computeShortLength(!1)!==0&&(ot=Pc(this,ot,!1,z)),a.type=Ve.j,a.startX=b.x,a.startY=b.y,a.endX=ot.x,a.endY=ot.y;return this.lk=!0,a};function Zm(a,y,x,E){return a=x-a,isNaN(a)||a===1/0||a===-1/0?NaN:(0>a&&(a=-a),y=E-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 Pc(a,y,x,E){var b=a.pointsCount;if(2>b)return y;if(x){var z=a.i(1);if(x=z.x-E.x,z=z.y-E.y,E=Zm(y.x,y.y,x,z),E===0)return y;b=b===2?.5*E:E,a=a.computeShortLength(!0),a>b&&(a=b),b=a*(z-y.y)/E,y.x+=a*(x-y.x)/E,y.y+=b}else{if(z=a.i(b-2),x=z.x-E.x,z=z.y-E.y,E=Zm(y.x,y.y,x,z),E===0)return y;b=b===2?.5*E:E,a=a.computeShortLength(!1),a>b&&(a=b),b=a*(y.y-z)/E,y.x-=a*(y.x-x)/E,y.y-=b}return y}function Xv(a,y,x,E){for(var b=a.pointsCount,z=y;Jt.$(y.x,z.x)&&Jt.$(y.y,z.y);){if(x>=b)return b-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)&&(!E||(y.y>=z.y?z.y>=tt.y:z.y<=tt.y))||Jt.$(y.y,z.y)&&Jt.$(z.y,tt.y)&&(!E||(y.x>=z.x?z.x>=tt.x:z.x<=tt.x));){if(x>=b)return b-1;tt=a.i(x++)}return x-2}We.prototype.computeJumpLength=function(){return 10};function wc(a,y,x,E,b,z,tt){if(!tt&&Od(a)){tt=a.computeJumpLength();var ot=tt/2,rt=[],at=0;if(a.isVisible()&&(at=kx(a,b,z,rt)),0<at){if(Jt.B(b.y,z.y))if(b.x<z.x)for(var ut=0;ut<at;){var ft=Math.max(b.x,Math.min(rt[ut++]-ot,z.x-tt));y.lineTo(ft+x,z.y+E);for(var mt=ft+x,yt=Math.min(ft+tt,z.x);ut<at&&(ft=rt[ut],ft<yt+tt);)ut++,yt=Math.min(ft+ot,z.x);ft=z.y-tt+E,yt+=x;var St=z.y+E;a.curve===th?Ef(y,yt,St,!1):Ju(y,mt,ft,yt,ft,yt,St)}else for(--at;0<=at;){for(ut=Math.min(b.x,Math.max(rt[at--]+ot,z.x+tt)),y.lineTo(ut+x,z.y+E),mt=ut+x,ft=Math.max(ut-tt,z.x);0<=at&&(ut=rt[at],ut>ft-tt);)at--,ft=Math.max(ut-ot,z.x);ut=z.y-tt+E,ft+=x,yt=z.y+E,a.curve===th?Ef(y,ft,yt,!1):Ju(y,mt,ut,ft,ut,ft,yt)}else if(Jt.B(b.x,z.x))if(b.y<z.y)for(ut=0;ut<at;){for(ft=Math.max(b.y,Math.min(rt[ut++]-ot,z.y-tt)),y.lineTo(z.x+x,ft+E),mt=ft+E,ft=Math.min(ft+tt,z.y);ut<at&&(yt=rt[ut],yt<ft+tt);)ut++,ft=Math.min(yt+ot,z.y);yt=z.x-tt+x,St=z.x+x,ft+=E,a.curve===th?Ef(y,St,ft,!1):Ju(y,yt,mt,yt,ft,St,ft)}else for(--at;0<=at;){for(ut=Math.min(b.y,Math.max(rt[at--]+ot,z.y+tt)),y.lineTo(z.x+x,ut+E),mt=ut+E,ut=Math.max(ut-tt,z.y);0<=at&&(ft=rt[at],ft>ut-tt);)at--,ut=Math.max(ft-ot,z.y);ft=z.x-tt+x,yt=z.x+x,ut+=E,a.curve===th?Ef(y,yt,ut,!1):Ju(y,ft,mt,ft,ut,yt,ut)}}}y.lineTo(z.x+x,z.y+E)}function kx(a,y,x,E){var b=a.diagram;if(b===null||y.D(x))return 0;for(b=b.layers;b.next();){var z=b.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 We){if(rt===a)return 0<E.length&&E.sort(function(ut,ft){return ut-ft}),E.length;if(rt.isVisible()&&Od(rt)){var at=rt.routeBounds;at.w()&&a.routeBounds.Yc(at)&&!a.usesSamePort(rt)&&(at=rt.path,at!==null&&at.Ed()&&Mx(y,x,E,rt))}}}}}return 0<E.length&&E.sort(function(ut,ft){return ut-ft}),E.length}function Mx(a,y,x,E){for(var b=Jt.B(a.y,y.y),z=E.pointsCount,tt=E.i(0),ot=At.alloc(),rt=1;rt<z;rt++){var at=E.i(rt);if(rt<z-1){var ut=E.i(rt+1);if(tt.y===at.y&&at.y===ut.y){if(at.x>tt.x&&ut.x>=at.x||at.x<tt.x&&ut.x<=at.x)continue}else if(tt.x===at.x&&at.x===ut.x&&(at.y>tt.y&&ut.y>=at.y||at.y<tt.y&&ut.y<=at.y))continue}t:{ut=a.x;var ft=a.y,mt=y.x,yt=y.y,St=tt.x;tt=tt.y;var Mt=at.x,It=at.y;if(Jt.B(ut,mt)){if(!Jt.B(ft,yt)&&Jt.B(tt,It)&&Math.min(ft,yt)<tt&&Math.max(ft,yt)>tt&&Math.min(St,Mt)<ut&&Math.max(St,Mt)>ut&&!Jt.B(St,Mt)){ot.x=ut,ot.y=tt,ut=!0;break t}}else if(Jt.B(ft,yt)&&Jt.B(St,Mt)&&Math.min(ut,mt)<St&&Math.max(ut,mt)>St&&Math.min(tt,It)<ft&&Math.max(tt,It)>ft&&!Jt.B(tt,It)){ot.x=St,ot.y=ft,ut=!0;break t}ot.x=0,ot.y=0,ut=!1}ut&&(b?x.push(ot.x):x.push(ot.y)),tt=at}At.free(ot)}function Od(a){return a=a.curve,a===Tf||a===th}function Km(a,y){(y||Od(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()))}We.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 E=!1;for(x=x.layers;x.next();){var b=x.value;if(b.visible){if(b===y){E=!0;var z=!1;b=b.Pa.s;for(var tt=b.length,ot=0;ot<tt;ot++){var rt=b[ot];rt instanceof We&&(rt===this?z=!0:z&&t1(this,rt,a))}}else if(E)for(z=b.Pa.s,b=z.length,tt=0;tt<b;tt++)ot=z[tt],ot instanceof We&&t1(this,ot,a)}}}}};function t1(a,y,x){if(y!==null&&y.lk&&y.fd&&Od(y)){var E=y.routeBounds;E.w()&&(a.routeBounds.Yc(E)||x.Yc(E))&&(a.usesSamePort(y)||y.qc())}}We.prototype.usesSamePort=function(a){var y=this.pointsCount,x=a.pointsCount;if(0<y&&0<x){var E=this.i(0),b=a.i(0);if(E.Xa(b)||(y=this.i(y-1),a=a.i(x-1),y.Xa(a)||E.Xa(a)||y.Xa(b)))return!0}else if(this.fromNode===a.fromNode||this.toNode===a.toNode||this.fromNode===a.toNode||this.toNode===a.fromNode)return!0;return!1},We.prototype.isVisible=function(){if(!On.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 E=x;E!==null;){if(E.labeledLink===this)return!0;E=E.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},We.prototype.Zb=function(a){if(On.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)},We.prototype.computeAdjusting=function(){return this.isAvoiding&&this.diagram!==null&&this.diagram.animationManager.defaultAnimation.isAnimating?Qg:this.qk};function Xg(a){var y=a.ef;if(y!==null){var x=a.uf;if(x!==null&&isNaN(a.curviness)){for(var E=a.ff,b=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===E&&at.uf===x&&at.vf===b||at.ef===x&&at.ff===b&&at.uf===y&&at.vf===E)&&(z===null?z=at:(a===null&&(a=[],a.push(z)),a.push(at)))}if(a!==null){for(z=HS(y,x,E,b),z===null&&(z=new $m(y,E,x,b),_S(y,z),_S(x,z)),z.links=a,y=0;y<a.length;y++)a[y].Sf=z;z.Sl()}}}}function Jg(a){var y=a.Sf;y!==null&&isNaN(a.curviness)&&(a.Sf=null,a=y.links.indexOf(a),0<=a&&(Kn(y.links,a),y.Sl()))}We.prototype.ph=function(){return!0},fe.Object.defineProperties(We.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&&_m(y,this,x),Jg(this),this.C(2)),this.ef=a,a!==null&&this.Zb(a.isVisible()),this.Wf=null,this.bb();var E=this.diagram;E!==null&&E.aa&&E.partManager.setFromNodeForLink(this,a,y);var b=this.fromPort,z=this.fromPortChanged;if(z!==null){var tt=!0;E!==null&&(tt=E.aa,E.aa=!0),z(this,x,b),E!==null&&(E.aa=tt)}a!==null&&(this.uf!==a&&Gm(a,this,b),Xg(this),this.C(1)),this.g("fromNode",y,a),Nf(this)}}},fromPortId:{get:function(){return this.ff},set:function(a){var y=this.ff;if(y!==a){var x=this.fromPort;x!==null&&ra(x),Jg(this),this.ff=a;var E=this.fromPort;E!==null&&ra(E);var b=this.diagram;if(b!==null){var z=this.data,tt=b.model;z!==null&&tt.ri()&&tt.xv(z,a)}x!==E&&(this.Wf=null,this.bb(),z=this.fromPortChanged,z!==null&&(tt=!0,b!==null&&(tt=b.aa,b.aa=!0),z(this,x,E),b!==null&&(b.aa=tt))),Xg(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&&_m(y,this,x),Jg(this),this.C(2)),this.uf=a,a!==null&&this.Zb(a.isVisible()),this.Wf=null,this.bb();var E=this.diagram;E!==null&&E.aa&&E.partManager.setToNodeForLink(this,a,y);var b=this.toPort,z=this.toPortChanged;if(z!==null){var tt=!0;E!==null&&(tt=E.aa,E.aa=!0),z(this,x,b),E!==null&&(E.aa=tt)}a!==null&&(this.ef!==a&&Gm(a,this,b),Xg(this),this.C(1)),this.g("toNode",y,a),Nf(this)}}},toPortId:{get:function(){return this.vf},set:function(a){var y=this.vf;if(y!==a){var x=this.toPort;x!==null&&ra(x),Jg(this),this.vf=a;var E=this.toPort;E!==null&&ra(E);var b=this.diagram;if(b!==null){var z=this.data,tt=b.model;z!==null&&tt.ri()&&tt.Cv(z,a)}x!==E&&(this.Wf=null,this.bb(),z=this.toPortChanged,z!==null&&(tt=!0,b!==null&&(tt=b.aa,b.aa=!0),z(this,x,E),b!==null&&(b.aa=tt))),Xg(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:Ar},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&&ra(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&&fn(a,">= 0",We,"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:Ar},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&&ra(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&&fn(a,">= 0",We,"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?ii: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&&Yg(this.fromNode),this.toNode!==null&&Yg(this.toNode))}},path:{get:function(){var a=this.Pb();return a instanceof Si?a:null}},routeBounds:{get:function(){this.vg();var a=this.ml,y=1/0,x=1/0,E=this.pointsCount;if(E===0)a.h(NaN,NaN,0,0);else{if(E===1)E=this.i(0),y=Math.min(E.x,y),x=Math.min(E.y,x),a.h(E.x,E.y,0,0);else if(E===2){E=this.i(0);var b=this.i(1);y=Math.min(E.x,b.x),x=Math.min(E.y,b.y),a.h(E.x,E.y,0,0),a.Ye(b)}else if(this.computeCurve()===ya&&3<=E&&!this.isOrthogonal)if(b=this.i(0),y=b.x,x=b.y,a.h(y,x,0,0),E===3){E=this.i(1),y=Math.min(E.x,y),x=Math.min(E.y,x);var z=this.i(2);y=Math.min(z.x,y),x=Math.min(z.y,x),Jt.Dl(b.x,b.y,E.x,E.y,E.x,E.y,z.x,z.y,.5,a)}else for(z=3;z<E;z+=3){var tt=this.i(z-2);z+3>=E&&(z=E-1);var ot=this.i(z-1),rt=this.i(z);Jt.Dl(b.x,b.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),b=rt}else for(b=this.i(0),z=this.i(1),y=Math.min(b.x,z.x),x=Math.min(b.y,z.y),a.h(b.x,b.y,0,0),a.Ye(z),b=2;b<E;b++)z=this.i(b),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 At)}},midAngle:{get:function(){return this.vg(),this.computeMidAngle()}},flattenedLengths:{get:function(){if(this.cq===null){this.fd||Wm(this);for(var a=this.cq=[],y=this.pointsCount,x=0;x<y-1;x++){var E=this.i(x),b=this.i(x+1);Jt.$(E.x,b.x)?(E=b.y-E.y,0>E&&(E=-E)):Jt.$(E.y,b.y)?(E=b.x-E.x,0>E&&(E=-E)):E=Math.sqrt(E.Bf(b)),a.push(E)}}return this.cq}},flattenedTotalLength:{get:function(){var a=this.vt;if(isNaN(a)){for(var y=this.flattenedLengths,x=y.length,E=a=0;E<x;E++)a+=y[E];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 E=a.length%2===0;if(E){for(var b=0;b<a.length;b++)if(typeof a[b]!="number"||isNaN(a[b])){E=!1;break}}if(E)for(x=new Ee,E=0;E<a.length/2;E++)b=new At(a[2*E],a[2*E+1]).freeze(),x.add(b);else{for(E=!0,b=0;b<a.length;b++){var z=a[b];if(!Fe(z)||typeof z.x!="number"||isNaN(z.x)||typeof z.y!="number"||isNaN(z.y)){E=!1;break}}if(E)for(x=new Ee,E=0;E<a.length;E++)b=a[E],x.add(new At(b.x,b.y).freeze())}}else if(a instanceof Ee)for(x=a.copy(),a=x.iterator;a.next();)a.value.freeze();else Wt("Link.points value is not an instance of List or Array: "+a);x.freeze(),this.Nb=x,this.qc(),Wm(this),a=this.diagram,a!==null&&(a.pi||a.undoManager.isUndoingRedoing||a.As.add(this),a.animationManager.zb&&qc(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||!bf(this.computeSpot(!0))?1:0}},lastPickIndex:{get:function(){var a=this.pointsCount;return a===0?0:2>=a?a-1:this.isOrthogonal||!bf(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===th||y===Tf||a===th||a===Tf),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)}}}),We.prototype.invalidateOtherJumpOvers=We.prototype.Xo,We.prototype.findClosestSegment=We.prototype.ez,We.prototype.updateRoute=We.prototype.vg,We.prototype.invalidateRoute=We.prototype.bb,We.prototype.rollbackRoute=We.prototype.rv,We.prototype.commitRoute=We.prototype.zf,We.prototype.startRoute=We.prototype.uh,We.prototype.clearPoints=We.prototype.Fj,We.prototype.removePoint=We.prototype.pv,We.prototype.addPointAt=We.prototype.yf,We.prototype.addPoint=We.prototype.ne,We.prototype.insertPointAt=We.prototype.m,We.prototype.insertPoint=We.prototype.Kz,We.prototype.setPointAt=We.prototype.L,We.prototype.setPoint=We.prototype.dd,We.prototype.getPoint=We.prototype.i,We.prototype.getOtherPort=We.prototype.Cz,We.prototype.getOtherNode=We.prototype.To;var Cc=null,Lc=null,Jv=new ce(We,"Normal",1),Ex=new ce(We,"Orthogonal",2),Nx=new ce(We,"AvoidsNodes",6),e1=new ce(We,"AvoidsNodesStraight",7),Ts=new ce(We,"None",0),ya=new ce(We,"Bezier",9),th=new ce(We,"JumpGap",10),Tf=new ce(We,"JumpOver",11),Qg=new ce(We,"End",17),Ym=new ce(We,"Scale",18),Xm=new ce(We,"Stretch",19),$g=new ce(We,"OrientAlong",21),qg=new ce(We,"OrientPlus90",22),tp=new ce(We,"OrientMinus90",23),Qv=new ce(We,"OrientOpposite",24),Jm=new ce(We,"OrientUpright",25),ep=new ce(We,"OrientPlus90Upright",26),np=new ce(We,"OrientMinus90Upright",27),Qm=new ce(We,"OrientUpright45",28),n1=16,i1=14,ip=8;We.className="Link",We.Normal=Jv,We.Orthogonal=Ex,We.AvoidsNodes=Nx,We.AvoidsNodesStraight=e1,We.None=Ts,We.Bezier=ya,We.JumpGap=th,We.JumpOver=Tf,We.End=Qg,We.Scale=Ym,We.Stretch=Xm,We.OrientAlong=$g,We.OrientPlus90=qg,We.OrientMinus90=tp,We.OrientOpposite=Qv,We.OrientUpright=Jm,We.OrientPlus90Upright=ep,We.OrientMinus90Upright=np,We.OrientUpright45=Qm,We.EndSegmentStep=8,We.CurvinessStart=n1,We.SpacingMin=i1,We.OrthoShortCut=ip;function $m(a,y,x,E){Cn(this),this.Fe=this.qq=!1,this.Ds=a,this.Ox=y,this.cv=x,this.Px=E,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 op(a){Cn(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}op.prototype.initialize=function(a){if(!(0>=a.width||0>=a.height)){var y=a.y,x=a.x+a.width,E=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((E+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=[],E=0;E<=a;E++)x[E]=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(E=0;E<=this.ei;E++)x[E]=a}};function Ff(a,y,x){return a.Nd<=y&&y<=a.En&&a.Od<=x&&x<=a.Fn}function ql(a,y,x){return Ff(a,y,x)?(y-=a.Nd,y/=a.rc,x-=a.Od,x/=a.sc,a.ac[y|0][x|0]):$v}function o1(a){if(a.ac!==null)for(var y=0;y<=a.di;y++)for(var x=a.ac[y],E=0;E<=a.ei;E++)x[E]>=Id&&(x[E]=$v)}op.prototype.Yj=function(a,y,x,E){if(a>this.En||a+x<this.Nd||y>this.Fn||y+E<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 b=Math.max(0,E)/this.sc+1|0;if(0>a&&(x+=a,a=0),0>y&&(b+=y,y=0),0>x||0>b)return!0;for(E=Math.min(a+x-1,this.di)|0,x=Math.min(y+b-1,this.ei)|0;a<=E;a++){b=this.ac[a];for(var z=y;z<=x;z++)if(b[z]===eh)return!1}return!0};function tu(a,y,x,E,b,z,tt,ot,rt){if(!(y<z||y>tt||x<ot||x>rt)){var at=y|0,ut=x|0,ft=a.ac[at][ut];if(ft>=Id&&ft<Bf)for(b?ut+=E:at+=E,ft+=1;z<=at&&at<=tt&&ot<=ut&&ut<=rt&&!(ft>=a.ac[at][ut]);)a.ac[at][ut]=ft,ft+=1,b?ut+=E:at+=E;if(at=b?ut:at,b)if(0<E)for(x+=E;x<at;x+=E)tu(a,y,x,1,!b,z,tt,ot,rt),tu(a,y,x,-1,!b,z,tt,ot,rt);else for(x+=E;x>at;x+=E)tu(a,y,x,1,!b,z,tt,ot,rt),tu(a,y,x,-1,!b,z,tt,ot,rt);else if(0<E)for(y+=E;y<at;y+=E)tu(a,y,x,1,!b,z,tt,ot,rt),tu(a,y,x,-1,!b,z,tt,ot,rt);else for(y+=E;y>at;y+=E)tu(a,y,x,1,!b,z,tt,ot,rt),tu(a,y,x,-1,!b,z,tt,ot,rt)}}function qm(a,y,x,E,b,z,tt,ot,rt){y|=0,x|=0;var at=eh,ut=Id;for(a.ac[y][x]=ut;at===eh&&y>z&&y<tt&&x>ot&&x<rt;)ut+=1,a.ac[y][x]=ut,b?x+=E:y+=E,at=a.ac[y][x]}function t0(a,y,x,E,b,z,tt,ot,rt){y|=0,x|=0;var at=eh,ut=Bf;for(a.ac[y][x]=ut;at===eh&&y>z&&y<tt&&x>ot&&x<rt;)a.ac[y][x]=ut,b?x+=E:y+=E,at=a.ac[y][x]}function r1(a,y,x,E,b,z,tt){if(a.ac!==null){a.abort=!1;var ot=y.x,rt=y.y;if(Ff(a,ot,rt)){ot-=a.Nd,ot/=a.rc,rt-=a.Od,rt/=a.sc;var at=E.x,ut=E.y;if(Ff(a,at,ut))if(at-=a.Nd,at/=a.rc,ut-=a.Od,ut/=a.sc,1>=Math.abs(ot-at)&&1>=Math.abs(rt-ut))a.abort=!0;else{var ft=z.x;E=z.y,y=z.x+z.width;var mt=z.y+z.height;ft-=a.Nd,ft/=a.rc,E-=a.Od,E/=a.sc,y-=a.Nd,y/=a.rc,mt-=a.Od,mt/=a.sc,z=Math.max(0,Math.min(a.di,ft|0)),y=Math.min(a.di,Math.max(0,y|0)),ft=Math.max(0,Math.min(a.ei,E|0)),mt=Math.min(a.ei,Math.max(0,mt|0)),E=a.ac,ot|=0,rt|=0,at|=0,ut|=0;var yt=x===0||x===90?1:-1;if(x=x===90||x===270,E[ot][rt]===eh?(qm(a,ot,rt,yt,x,z,y,ft,mt),qm(a,ot,rt,1,!x,z,y,ft,mt),qm(a,ot,rt,-1,!x,z,y,ft,mt)):qm(a,ot,rt,yt,x,ot,rt,ot,rt),E[at][ut]===eh?(t0(a,at,ut,b===0||b===90?1:-1,b===90||b===270,z,y,ft,mt),t0(a,at,ut,1,!(b===90||b===270),z,y,ft,mt),t0(a,at,ut,-1,!(b===90||b===270),z,y,ft,mt)):t0(a,at,ut,yt,x,at,ut,at,ut),x=In(),tt&&s1(a,at,ut,b,ot,rt,x))for((x[0]!==at||x[1]!==ut)&&(x.unshift(ut),x.unshift(at)),(x[x.length-2]!==ot||x[x.length-1]!==rt)&&(x.push(ot),x.push(rt)),a=Id,b=x[x.length-2],tt=x[x.length-1],E[b][tt]=a++,z=x.length-4;0<=z;z-=2)for(b=x[z+2],tt=x[z+3],y=x[z],at=x[z+1];y>b?b++:y<b?b--:at>tt?tt++:at<tt&&tt--,E[b][tt]=a++,b!==y||tt!==at;);else tu(a,ot,rt,1,!1,z,y,ft,mt),tu(a,ot,rt,-1,!1,z,y,ft,mt),tu(a,ot,rt,1,!0,z,y,ft,mt),tu(a,ot,rt,-1,!0,z,y,ft,mt);mn(x)}}}}function s1(a,y,x,E,b,z,tt){for(var ot=a.ac,rt=y,at=x;;){if(rt===b&&at===z)return!0;var ut=rt,ft=at;if(E===0)if(ut<b)ut++;else break;else if(E===90)if(ft<z)ft++;else break;else if(E===180)if(ut>b)ut--;else break;else if(ft>z)ft--;else break;var mt=ot[ut][ft];if(mt===0||mt===qv)break;rt=ut,at=ft}for(;;){if(ut=E,ft=rt,mt=at,E===0?mt<z?(ut=90,mt++):mt>z&&(ut=270,mt--):E===90?ft<b?(ut=0,ft++):ft>b&&(ut=180,ft--):E===180?mt<z?(ut=90,mt++):mt>z&&(ut=270,mt--):ft<b?(ut=0,ft++):ft>b&&(ut=180,ft--),ft=ot[ft][mt],ut!==E&&ft!==0&&ft!==qv){if(tt.push(rt),tt.push(at),s1(a,rt,at,ut,b,z,tt))return!0;tt.pop(),tt.pop()}if(ot[rt][at]=qv,E===0){if(rt===y)return!1;rt--}else if(E===90){if(at===x)return!1;at--}else if(E===180){if(rt===y)return!1;rt++}else{if(at===x)return!1;at++}}}fe.Object.defineProperties(op.prototype,{bounds:{get:function(){return new me(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 eh=0,Id=1,Bf=999999,$v=Bf+1,qv=Bf+2;op.className="PositionArray";function kc(){Cn(this),this.port=this.node=null,this.pe=[],this.ap=!1}kc.prototype.toString=function(){for(var a=this.pe,y=this.node.toString()+" "+a.length.toString()+":",x=0;x<a.length;x++){var E=a[x];E!==null&&(y+=`
|
|
`+E.toString())}return y};function bx(a,y,x,E){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 E&&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}kc.prototype.Sl=function(){this.pe.length=0};function a1(a,y){var x=a.pe;if(x.length===0){t:if(!a.ap){x=a.ap,a.ap=!0;var E=null,b=a.node,z=b instanceof di?b:null;if(z===null||z.isSubGraphExpanded)var tt=b.isTreeExpanded?b.findLinksConnected(a.port.portId):b.qx();else{if(!z.actualBounds.w()){a.ap=x;break t}E=z,tt=E.Lu()}z=a.pe.length=0;var ot=a.port.ga(uo,At.alloc()),rt=a.port.ga(Rs,At.alloc());for(b=me.allocAt(ot.x,ot.y,0,0),b.Ye(rt),At.free(ot),At.free(rt),ot=At.allocAt(b.x+b.width/2,b.y+b.height/2),rt=a.port.li(),tt=tt.iterator;tt.next();){var at=tt.value;if(at.isVisible()&&at.fromPort!==at.toPort){var ut=at.fromPort===a.port||at.fromNode!==null&&at.fromNode.Td(E),ft=at.computeSpot(ut,a.port);if(ft.$c()&&(ut=ut?at.toPort:at.fromPort,ut!==null)){var mt=ut.part;if(mt!==null){var yt=mt.findVisibleNode();yt!==null&&yt!==mt&&(mt=yt,ut=mt.port),ut=at.computeOtherPoint(mt,ut),mt=ot.ab(ut),mt-=rt,0>mt?mt+=360:360<=mt&&(mt-=360),ft=bx(b,ft,mt,at.isOrthogonal),ft===0?(ft=4,180<mt&&(mt-=360)):ft===90?(ft=8,270<mt&&(mt-=360)):ft===180?ft=2:(ft=1,90>mt&&(mt+=360)),yt=a.pe[z],yt===void 0?(yt=new ty(at,mt,ft),a.pe[z]=yt):(yt.link=at,yt.angle=mt,yt.Nc=ft),yt.hv.set(ut),z++}}}}for(At.free(ot),a.pe.sort(kc.prototype.j),rt=a.pe.length,E=-1,z=ot=0;z<rt;z++)tt=a.pe[z],tt!==void 0&&(tt.Nc!==E&&(E=tt.Nc,ot=0),tt.Uo=ot,ot++);for(E=-1,ot=0,z=rt-1;0<=z;z--)rt=a.pe[z],rt!==void 0&&(rt.Nc!==E&&(E=rt.Nc,ot=rt.Uo+1),rt.Gl=ot);if(z=a.pe,ft=a.port,E=a.node.portSpreading,ot=At.alloc(),rt=At.alloc(),tt=At.alloc(),at=At.alloc(),ft.ga(uo,ot),ft.ga(Co,rt),ft.ga(Rs,tt),ft.ga(rs,at),yt=mt=ut=ft=0,E===Wv)for(var St=0;St<z.length;St++){var Mt=z[St];if(Mt!==null){var It=Mt.link.computeThickness();switch(Mt.Nc){case 8:mt+=It;break;case 2:yt+=It;break;case 1:ft+=It;break;default:case 4:ut+=It}}}var Tt=St=0,jt=1,Gt=Mt=0;for(It=0;It<z.length;It++){var Ht=z[It];if(Ht!==null){if(St!==Ht.Nc){switch(St=Ht.Nc,St){case 8:var Yt=tt;Tt=at;break;case 2:Yt=at,Tt=ot;break;case 1:Yt=ot,Tt=rt;break;default:case 4:Yt=rt,Tt=tt}switch(Mt=Tt.x-Yt.x,Gt=Tt.y-Yt.y,St){case 8:mt>Math.abs(Mt)?(jt=Math.abs(Mt)/mt,mt=Math.abs(Mt)):jt=1;break;case 2:yt>Math.abs(Gt)?(jt=Math.abs(Gt)/yt,yt=Math.abs(Gt)):jt=1;break;case 1:ft>Math.abs(Mt)?(jt=Math.abs(Mt)/ft,ft=Math.abs(Mt)):jt=1;break;default:case 4:ut>Math.abs(Gt)?(jt=Math.abs(Gt)/ut,ut=Math.abs(Gt)):jt=1}Tt=0}var re=Ht.Zo;if(E===Wv){switch(Ht=Ht.link.computeThickness(),Ht*=jt,re.set(Yt),St){case 8:re.x=Yt.x+Mt/2+mt/2-Tt-Ht/2;break;case 2:re.y=Yt.y+Gt/2+yt/2-Tt-Ht/2;break;case 1:re.x=Yt.x+Mt/2-ft/2+Tt+Ht/2;break;default:case 4:re.y=Yt.y+Gt/2-ut/2+Tt+Ht/2}Tt+=Ht}else{var qe=.5;E===Hm&&(qe=(Ht.Uo+1)/(Ht.Gl+1)),re.x=Yt.x+Mt*qe,re.y=Yt.y+Gt*qe}}}for(At.free(ot),At.free(rt),At.free(tt),At.free(at),Yt=a.pe,z=0;z<Yt.length;z++)E=Yt[z],E!==null&&(E.Ju=a.computeEndSegmentLength(E));a.ap=x,me.free(b)}x=a.pe}for(a=0;a<x.length;a++)if(b=x[a],b!==null&&b.link===y)return b;return null}kc.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},kc.prototype.computeEndSegmentLength=function(a){var y=a.link,x=y.computeEndSegmentLength(this.node,this.port,Ii,y.fromPort===this.port),E=a.Uo;if(0>E)return x;var b=a.Gl;if(1>=b||!y.isOrthogonal)return x;y=a.hv;var z=a.Zo;return(a.Nc===2||a.Nc===8)&&(E=b-1-E),((a=a.Nc===2||a.Nc===4)?y.y<z.y:y.x<z.x)?x+8*E:(a?y.y===z.y:y.x===z.x)?x:x+8*(b-1-E)},kc.className="Knot";function ty(a,y,x){this.link=a,this.angle=y,this.Nc=x,this.hv=new At,this.Gl=this.Uo=0,this.Zo=new At,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 Eo(a){Cn(this),this.o=this.H=null,this.Gh=this.sn=!0,this.yn=!1,this.Am=new At(0,0).freeze(),this.vn=!0,this.Em=this.un=null,this.xn=!1,this.j=null,a&&Object.assign(this,a)}Eo.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},Eo.prototype.copy=function(){var a=new this.constructor;return this.cloneProtected(a),a},Eo.prototype.qb=function(){},Eo.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+")"},Eo.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())}}},Eo.prototype.createNetwork=function(){return new po(this)},Eo.prototype.makeNetwork=function(a){var y=this.createNetwork();return a instanceof se?(y.lg(a.nodes,!0),y.lg(a.links,!0)):a instanceof di?y.lg(a.memberParts):y.lg(a.iterator),y},Eo.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")}},Eo.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()}},Eo.prototype.doLayout=function(a){var y=new Me;a instanceof se?(Hh(this,y,a.nodes,!0,this.rh,!0,!1,!0),Hh(this,y,a.parts,!0,this.rh,!0,!1,!0)):a instanceof di?Hh(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},Eo.prototype.doMinimalNoNetworkLayout=function(a){var y=Math.ceil(Math.sqrt(a.count));this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin);var x=this.arrangementOrigin.x,E=x,b=this.arrangementOrigin.y,z=0,tt=0;for(a=a.iterator;a.next();){var ot=a.value;rp(ot);var rt=ot.measuredBounds,at=rt.width;rt=rt.height,ot.moveTo(E,b),ot instanceof di&&(ot.rh=!1),E+=Math.max(at,50)+20,tt=Math.max(tt,Math.max(rt,50)),z>=y-1?(z=0,E=x,b+=tt+20,tt=0):z++}},Eo.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,E=this.arrangementOrigin.y,b=0,z=0,tt=this.network.vertexes.iterator;tt.next();){var ot=tt.value.node;if(!(ot===null||ot instanceof We)&&(rp(ot),this.rh(ot))){var rt=ot.measuredBounds,at=rt.width;rt=rt.height,ot.moveTo(x,E),ot instanceof di&&(ot.rh=!1),x+=Math.max(at,50)+20,z=Math.max(z,Math.max(rt,50)),b>=a-1?(b=0,x=y,E+=z+20,z=0):b++}}},Eo.prototype.rh=function(a){return!!(!a.location.w()||a instanceof di&&a.rh)};function Hh(a,y,x,E,b,z,tt,ot){for(x=x.iterator;x.next();){var rt=x.value;E&&!rt.isTopLevel||b!==null&&!b(rt)||!rt.canLayout()||(z&&rt instanceof en?rt.isLinkLabel||(rt instanceof di&&rt.layout===null?Hh(a,y,rt.memberParts,!1,b,z,tt,ot):(rp(rt),y.add(rt))):tt&&rt instanceof We?y.add(rt):!ot||!rt.Zc()||rt instanceof en||(rp(rt),y.add(rt)))}}function rp(a){var y=a.actualBounds;(y.width===0||y.height===0||isNaN(y.width)||isNaN(y.height))&&a.Va()}Eo.prototype.ni=function(a,y){var x=this.boundsComputation;return x!==null?(y||(y=new me),x(a,this,y)):y?(y.set(a.actualBounds),y):a.actualBounds},Eo.prototype.ex=function(a){var y=new Me;return a instanceof se?(Hh(this,y,a.nodes,!0,null,!0,!0,!0),Hh(this,y,a.links,!0,null,!0,!0,!0),Hh(this,y,a.parts,!0,null,!0,!0,!0)):a instanceof di?Hh(this,y,a.memberParts,!1,null,!0,!0,!0):Hh(this,y,a.iterator,!1,null,!0,!0,!0),y},Eo.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(uo),(isNaN(x.x)||isNaN(x.y))&&x.set(a),a=y.padding,x.x+=a.left,x.y+=a.top),x}return a},fe.Object.defineProperties(Eo.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())}}}),Eo.prototype.collectParts=Eo.prototype.ex,Eo.prototype.getLayoutBounds=Eo.prototype.ni,Eo.prototype.invalidateLayout=Eo.prototype.C,Eo.className="Layout";function po(a){Cn(this),this.Sc=a,this.wf=new Me,this.ye=new Me,this.Es=new An,this.zs=new An}po.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 Me,this.ye=new Me,this.Es=new An,this.zs=new An},po.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},po.prototype.createVertex=function(){return new Sr(this)},po.prototype.createEdge=function(){return new sa(this)},po.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 en)return!tt.isLinkLabel;if(tt instanceof We){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 E=a.value;if(E instanceof en&&(!y||E.isTopLevel)&&E.canLayout()&&x(E)){if(E instanceof di&&E.layout===null)this.lg(E.memberParts,!1);else if(this.ki(E)===null){var b=this.createVertex();b.node=E,this.dh(b)}}}for(a.reset();a.next();)if(E=a.value,E instanceof We&&(!y||E.isTopLevel)&&E.canLayout()&&x(E)&&this.Lo(E)===null){var z=E.fromNode;b=E.toNode,z!==null&&b!==null&&z!==b&&(z=this.findGroupVertex(z),b=this.findGroupVertex(b),z!==null&&b!==null&&this.Zj(z,b,E))}}},po.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},wt=po.prototype,wt.dh=function(a){if(a!==null){this.wf.add(a);var y=a.node;y!==null&&this.Es.add(y,a),a.network=this}},wt.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},wt.Iu=function(a){if(a!==null&&l1(this,a)){for(var y=a.tg,x=y.count-1;0<=x;x--){var E=y.M(x);this.Mj(E)}for(y=a.mg,a=y.count-1;0<=a;a--)x=y.M(a),this.Mj(x)}};function l1(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}wt.Zy=function(a){a!==null&&(a=this.ki(a),a!==null&&this.Iu(a))},wt.ki=function(a){return a===null?null:this.Es.I(a)},wt.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}}wt.Dy=function(a){if(a===null)return null;var y=a.fromNode,x=a.toNode,E=this.Lo(a);return E===null?(E=this.createEdge(),E.link=a,y!==null&&(E.fromVertex=this.Bl(y)),x!==null&&(E.toVertex=this.Bl(x)),this.Bo(E)):(y!==null?E.fromVertex=this.Bl(y):E.fromVertex=null,x!==null?E.toVertex=this.Bl(x):E.toVertex=null),E},wt.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))}wt.Yy=function(a){a!==null&&(a=this.Lo(a),a!==null&&this.Mj(a))},wt.Lo=function(a){return a===null?null:this.zs.I(a)},wt.Zj=function(a,y,x){if(a===null||y===null)return null;if(a.network===this&&y.network===this){var E=this.createEdge();return E.link=x,E.fromVertex=a,E.toVertex=y,this.Bo(E),E}return null},wt.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))}},wt.Ko=function(){for(var a=In(),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]);mn(a)},po.prototype.deleteArtificialVertexes=function(){for(var a=In(),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=In(),x=this.ye.iterator;x.next();){var E=x.value;E.link===null&&E.data===null&&y.push(E)}for(x=y.length,E=0;E<x;E++)this.Mj(y[E]);mn(a),mn(y)};function Tx(a){for(var y=In(),x=a.ye.iterator;x.next();){var E=x.value;E.fromVertex!==null&&E.toVertex!==null||y.push(E)}for(x=y.length,E=0;E<x;E++)a.Mj(y[E]);mn(y)}po.prototype.Zx=function(a){a===void 0&&(a=!0),a&&(this.deleteArtificialVertexes(),Tx(this),this.Ko()),a=new Ee;for(var y=!0;y;){y=!1;for(var x=this.wf.iterator;x.next();){var E=x.value;if(0<E.tg.count||0<E.mg.count){y=this.layout.createNetwork(),a.add(y),iy(this,y,E),y=!0;break}}}return a.sort(function(b,z){return b===null||z===null||b===z?0:z.vertexes.count-b.vertexes.count}),a};function iy(a,y,x){if(x!==null&&x.network!==y){l1(a,x),y.dh(x);for(var E=x.sourceEdges;E.next();){var b=E.value;b.network!==y&&(ny(a,b),ey(y,b),iy(a,y,b.fromVertex))}for(E=x.destinationEdges;E.next();)x=E.value,x.network!==y&&(ny(a,x),ey(y,x),iy(a,y,x.toVertex))}}po.prototype.dz=function(){for(var a=new Me,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},fe.Object.defineProperties(po.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}}}),po.prototype.findAllParts=po.prototype.dz,po.prototype.splitIntoSubNetworks=po.prototype.Zx,po.prototype.deleteSelfEdges=po.prototype.Ko,po.prototype.reverseEdge=po.prototype.gm,po.prototype.linkVertexes=po.prototype.Zj,po.prototype.findEdge=po.prototype.Lo,po.prototype.deleteLink=po.prototype.Yy,po.prototype.deleteEdge=po.prototype.Mj,po.prototype.addLink=po.prototype.Dy,po.prototype.addEdge=po.prototype.Bo,po.prototype.findVertex=po.prototype.ki,po.prototype.deleteNode=po.prototype.Zy,po.prototype.deleteVertex=po.prototype.Iu,po.prototype.addNode=po.prototype.Bl,po.prototype.addVertex=po.prototype.dh,po.prototype.addParts=po.prototype.lg,po.className="LayoutNetwork";function Sr(a){Cn(this),this.ob=a,this.j=new me(0,0,10,10).freeze(),this.o=new At(5,5).freeze(),this.Sh=this.ub=null,this.tg=new Ee,this.mg=new Ee}Sr.prototype.clear=function(){this.Sh=this.ub=null,this.tg=new Ee,this.mg=new Ee},Sr.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutVertex#"+ni(this);if(0<a&&(y+=this.node!==null?"("+this.node.toString()+")":"",1<a)){a="";for(var x=!0,E=this.tg.iterator;E.next();){var b=E.value;x?x=!1:a+=",",a+=b.toString(0)}for(b="",x=!0,E=this.mg.iterator;E.next();){var z=E.value;x?x=!1:b+=",",b+=z.toString(0)}y+=" sources: "+a+" destinations: "+b}return y},Sr.prototype.commit=function(){var a=this.ub;if(a!==null){var y=this.bounds,x=a.bounds;Fe(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 di)){x=me.alloc(),a.Va();var E=this.network.layout.ni(a,x),b=a.locationObject.ga(Di);if(E.w()&&b.w()){a.moveTo(y.x+this.focusX-(b.x-E.x),y.y+this.focusY-(b.y-E.y)),me.free(x);return}me.free(x)}a.moveTo(y.x,y.y)}},Sr.prototype.Cl=function(a){a!==null&&(this.tg.contains(a)||this.tg.add(a))},Sr.prototype.Kl=function(a){a!==null&&this.tg.remove(a)},Sr.prototype.zl=function(a){a!==null&&(this.mg.contains(a)||this.mg.add(a))},Sr.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}fe.Object.defineProperties(Sr.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,E=y.width;y=y.height,this.o.h(E/2,y/2),this.j.h(a,x,E,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=me.alloc(),E=y.ni(a,x);y=E.x;var b=E.y,z=E.width;if(E=E.height,isNaN(y)&&(y=0),isNaN(b)&&(b=0),this.j.h(y,b,z,E),me.free(x),!(a instanceof di)&&(a=a.locationObject.ga(Di),a.w())){this.o.h(a.x-y,a.y-b);return}this.o.h(z/2,E/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 Me,y=this.sourceEdges;y.next();)a.add(y.value.fromVertex);return a.iterator}},destinationVertexes:{get:function(){for(var a=new Me,y=this.destinationEdges;y.next();)a.add(y.value.toVertex);return a.iterator}},vertexes:{get:function(){for(var a=new Me,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 Ee,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}}}),Sr.prototype.deleteDestinationEdge=Sr.prototype.Jl,Sr.prototype.addDestinationEdge=Sr.prototype.zl,Sr.prototype.deleteSourceEdge=Sr.prototype.Kl,Sr.prototype.addSourceEdge=Sr.prototype.Cl,Sr.className="LayoutVertex",Sr.standardComparer=oy,Sr.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 E=parseFloat(y[x]),b=parseFloat(a[x]);if(isNaN(E))if(isNaN(b)){if(y[x].localeCompare(a[x])!==0)return y[x].localeCompare(a[x])}else return 1;else{if(isNaN(b))return-1;if(E-b!==0)return E-b}}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 sa(a){Cn(this),this.nb=a,this.qd=this.kd=this.$k=this.ub=null}sa.prototype.clear=function(){this.qd=this.kd=this.$k=this.ub=null},sa.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutEdge#"+ni(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},sa.prototype.gm=function(){var a=this.kd;this.kd=this.qd,this.qd=a},sa.prototype.commit=function(){},sa.prototype.Ax=function(a){return this.qd===a?this.kd:this.kd===a?this.qd:null},fe.Object.defineProperties(sa.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)}}}),sa.prototype.getOtherVertex=sa.prototype.Ax,sa.className="LayoutEdge";function Wr(a){Eo.call(this),this.isViewportSized=!0,this.yo=this.zo=NaN,this.yg=new Je(NaN,NaN).freeze(),this.tf=new Je(10,10).freeze(),this.Jb=sp,this.Rb=n0,this.nd=ap,this.hd=u1,a&&Object.assign(this,a)}Ce(Wr,Eo),Wr.prototype.cloneProtected=function(a){Eo.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},Wr.prototype.qb=function(a){a.classType===Wr?a===ap||a===o0||a===ry||a===i0?this.sorting=a:a===n0||a===vl?this.arrangement=a:a===sp||a===e0?this.alignment=a:Wt("Unknown enum value: "+a):Eo.prototype.qb.call(this,a)},Wr.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 E=x.value;if(!E.ph()||E.fromNode===null&&E.toNode===null){if(E.Va(),E instanceof di)for(E=E.memberParts;E.next();)y.remove(E.value)}else y.remove(E)}var b=y.Fa();if(b.length!==0){switch(this.sorting){case i0:b.reverse();break;case ap:b.sort(this.comparer);break;case o0:b.sort(this.comparer),b.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"),E=[],this.alignment){case e0:var ot=y,rt=x,at=me.alloc(),ut=Math.max(this.cellSize.width,1);if(!isFinite(ut))for(var ft=ut=0;ft<b.length;ft++){var mt=this.ni(b[ft],at);ut=Math.max(ut,mt.width)}if(ut=Math.max(ut+ot,1),ft=Math.max(this.cellSize.height,1),!isFinite(ft))for(mt=ft=0;mt<b.length;mt++){var yt=this.ni(b[mt],at);ft=Math.max(ft,yt.height)}ft=Math.max(ft+rt,1),mt=this.arrangement;for(var St=yt=this.arrangementOrigin.x,Mt=this.arrangementOrigin.y,It=0,Tt=0,jt=0;jt<b.length;jt++){var Gt=b[jt],Ht=this.ni(Gt,at),Yt=Math.ceil((Ht.width+ot)/ut)*ut,re=Math.ceil((Ht.height+rt)/ft)*ft;switch(mt){case vl:var qe=Math.abs(St-Ht.width);break;default:qe=St+Ht.width}switch((0<z&&It>z-1||0<tt&&0<It&&qe-yt>tt)&&(E.push(new me(0,Mt,tt+ot,Tt)),It=0,St=yt,Mt+=Tt,Tt=0),Tt=Math.max(Tt,re),mt){case vl:Ht=-Ht.width;break;default:Ht=0}switch(Gt.moveTo(St+Ht,Mt),mt){case vl:St-=Yt;break;default:St+=Yt}It++}E.push(new me(0,Mt,tt+ot,Tt)),me.free(at);break;case sp:for(rt=tt,ut=z,ft=y,mt=x,tt=me.alloc(),yt=Math.max(this.cellSize.width,1),z=Mt=at=0,ot=At.alloc(),St=0;St<b.length;St++)Tt=b[St],It=this.ni(Tt,tt),Tt=Qu(Tt,Tt.locationObject,Tt.locationSpot,ot),at=Math.max(at,Tt.x),Mt=Math.max(Mt,It.width-Tt.x),z=Math.max(z,Tt.y);switch(St=this.arrangement,St){case vl:at+=ft;break;default:Mt+=ft}yt=isFinite(yt)?Math.max(yt+ft,1):Math.max(at+Mt,1);var pn=Tt=this.arrangementOrigin.x;for(jt=this.arrangementOrigin.y,Mt=0,rt>=at&&(rt-=at),at=Gt=0,Yt=Math.max(this.cellSize.height,1),Ht=z=0,re=!0,It=At.alloc(),qe=0;qe<b.length;qe++){var hn=b[qe],_e=this.ni(hn,tt),Ne=Qu(hn,hn.locationObject,hn.locationSpot,ot);if(0<Mt)switch(St){case vl:pn=(pn-Tt-(_e.width-Ne.x))/yt,pn=Jt.$(Math.round(pn),pn)?Math.round(pn):Math.floor(pn),pn=pn*yt+Tt;break;default:pn=(pn-Tt+Ne.x)/yt,pn=Jt.$(Math.round(pn),pn)?Math.round(pn):Math.ceil(pn),pn=pn*yt+Tt}else switch(St){case vl:Gt=pn+Ne.x+_e.width;break;default:Gt=pn-Ne.x}switch(St){case vl:var hi=-(pn+Ne.x)+Gt;break;default:hi=pn+_e.width-Ne.x-Gt}if(0<ut&&Mt>ut-1||0<rt&&0<Mt&&hi>rt){for(E.push(new me(0,re?jt-z:jt,rt+ft,Ht+z+mt)),pn=0;pn<Mt&&qe!==Mt;pn++){hi=b[qe-Mt+pn];var $n=Qu(hi,hi.locationObject,hi.locationSpot,It);hi.moveTo(hi.position.x,hi.position.y+z-$n.y)}Ht+=mt,jt=re?jt+Ht:jt+(Ht+z),Mt=Ht=z=0,pn=Tt,re=!1}switch(pn===Tt&&(at=St===vl?Math.max(at,_e.width-Ne.x):Math.min(at,-Ne.x)),z=Math.max(z,Ne.y),Ht=Math.max(Ht,_e.height-Ne.y),isFinite(Yt)&&(Ht=Math.max(Ht,Math.max(_e.height,Yt)-Ne.y)),re?hn.moveTo(pn-Ne.x,jt-Ne.y):hn.moveTo(pn-Ne.x,jt),St){case vl:pn-=Ne.x+ft;break;default:pn+=_e.width-Ne.x+ft}Mt++}if(E.push(new me(0,jt,rt+ft,(re?Ht:Ht+z)+mt)),b.length!==Mt)for(rt=0;rt<Mt;rt++)ut=b[b.length-Mt+rt],ft=Qu(ut,ut.locationObject,ut.locationSpot,ot),ut.moveTo(ut.position.x,ut.position.y+z-ft.y);if(At.free(ot),At.free(It),St===vl)for(b=0;b<E.length;b++)z=E[b],z.width+=at,z.x-=at;else for(b=0;b<E.length;b++)z=E[b],z.x>at&&(z.width+=z.x-at,z.x=at);me.free(tt)}for(ot=z=tt=b=0;ot<E.length;ot++)rt=E[ot],b=Math.min(b,rt.x),tt=Math.min(tt,rt.y),z=Math.max(z,rt.x+rt.width);this.arrangement===vl?this.commitLayers(E,new At(b+y/2-(z+b),tt-x/2)):this.commitLayers(E,new At(b-y/2,tt-x/2)),a!==null&&a.eb("Layout"),this.isValidLayout=!0}},Wr.prototype.commitLayers=function(){};function u1(a,y){return a=a.text,y=y.text,a<y?-1:a>y?1:0}fe.Object.defineProperties(Wr.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!==sp&&a!==e0||(this.Jb=a,this.C())}},arrangement:{get:function(){return this.Rb},set:function(a){this.Rb===a||a!==n0&&a!==vl||(this.Rb=a,this.C())}},sorting:{get:function(){return this.nd},set:function(a){this.nd===a||a!==ry&&a!==i0&&a!==ap&&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 ce(Wr,"Position",0),sp=new ce(Wr,"Location",1),n0=new ce(Wr,"LeftToRight",2),vl=new ce(Wr,"RightToLeft",3),ry=new ce(Wr,"Forward",4),i0=new ce(Wr,"Reverse",5),ap=new ce(Wr,"Ascending",6),o0=new ce(Wr,"Descending",7);Wr.className="GridLayout",Wr.standardComparer=u1,Wr.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 E=parseFloat(a[x]),b=parseFloat(y[x]);if(isNaN(E))if(isNaN(b)){if(a[x].localeCompare(y[x])!==0)return a[x].localeCompare(y[x])}else return 1;else{if(isNaN(b))return-1;if(E-b!==0)return E-b}}else if(a[x]!=="")return 1;return y[x]!==""&&y[x]!==void 0?-1:0}return 1}return y!==null?-1:0},Wr.Position=e0,Wr.Location=sp,Wr.LeftToRight=n0,Wr.RightToLeft=vl,Wr.Forward=ry,Wr.Reverse=i0,Wr.Ascending=ap,Wr.Descending=o0;function no(){this.On=new Me,this.Dn=new Me,this.Pa=new Me,this.cf=new An,this.bf=new An,this.aj=new An,this.H=null,this.tp=!1}wt=no.prototype,wt.clear=function(){this.On.clear(),this.Dn.clear(),this.Pa.clear(),this.cf.clear(),this.bf.clear(),this.aj.clear()},wt.Xe=function(a){this.H=a},wt.oi=function(a){if(a instanceof en){if(this.On.add(a),a instanceof di){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 We?this.Dn.add(a):a instanceof Hi||this.Pa.add(a);y=a.data,y===null||a instanceof Hi||(a instanceof We?this.bf.add(y,a):this.cf.add(y,a))},wt.pc=function(a){if(a.Ej(),a instanceof en){if(this.On.remove(a),a instanceof di){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 We?this.Dn.remove(a):a instanceof Hi||this.Pa.remove(a);y=a.data,y===null||a instanceof Hi||(a instanceof We?this.bf.remove(y):this.cf.remove(y))},wt.Wd=function(){var a=this.H;if(a!==null){for(var y=a.nodeTemplateMap.iterator;y.next();){var x=y.value,E=y.key;(!x.Zc()||x instanceof di)&&Wt('Invalid node template in Diagram.nodeTemplateMap: template for "'+E+'" must be a Node or a simple Part, not a Group or Link: '+x)}for(y=a.groupTemplateMap.iterator;y.next();)x=y.value,E=y.key,x instanceof di||Wt('Invalid group template in Diagram.groupTemplateMap: template for "'+E+'" must be a Group, not a normal Node or Link: '+x);for(y=a.linkTemplateMap.iterator;y.next();)x=y.value,E=y.key,x instanceof We||Wt('Invalid link template in Diagram.linkTemplateMap: template for "'+E+'" must be a Link, not a normal Node or simple Part: '+x);for(y=In(),x=a.selection.iterator;x.next();)(E=x.value.data)&&y.push(E);for(x=In(),a=a.highlighteds.iterator;a.next();)(E=a.value.data)&&x.push(E);for(a=In(),E=this.nodes.iterator;E.next();){var b=E.value;b.data!==null&&(a.push(b.data),a.push(b.location))}for(E=this.links.iterator;E.next();)b=E.value,b.data!==null&&(a.push(b.data),a.push(b.location));for(E=this.parts.iterator;E.next();)b=E.value,b.data!==null&&(a.push(b.data),a.push(b.location));for(this.removeAllModeledParts(),this.addAllModeledParts(),E=0;E<y.length;E++)b=this.Lc(y[E]),b!==null&&(b.isSelected=!0);for(E=0;E<x.length;E++)b=this.Lc(x[E]),b!==null&&(b.isHighlighted=!0);for(E=0;E<a.length;E+=2)b=this.Lc(a[E]),b!==null&&(b.location=a[E+1]);mn(y),mn(x),mn(a)}},no.prototype.addAllModeledParts=function(){this.addModeledParts(this.diagram.model.nodeDataArray)},no.prototype.addModeledParts=function(a,y){var x=this,E=this.diagram.model;a.forEach(function(b){E.lb(b)&&h1(x,b,!1)}),a.forEach(function(b){E.lb(b)&&x.resolveReferencesForData(b)}),y!==!1&&af(this.diagram,!1)};function h1(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 E=a.Ro(y),b=d1(a,y,E);if(b!==null&&(Za(b),b=b.copy(),b!==null)){var z=a.diagram.skipsModelSourceBindings;a.diagram.skipsModelSourceBindings=!0,b.Tf=E,b.ub=y,a.tp&&(b.Jg="Tool"),a.diagram.add(b),b.ub=null,b.data=y,a.diagram.skipsModelSourceBindings=z,E=b;break t}}E=null}E!==null&&x&&a.resolveReferencesForData(y)}}no.prototype.insertLink=function(){return null},no.prototype.resolveReferencesForData=function(){},no.prototype.Ro=function(a){return this.H.model.Ro(a)};function d1(a,y,x){a=a.H;var E=a.model;return E.Xj()&&E.Yu(y)?(y=a.groupTemplateMap.I(x),y===null&&(y=a.groupTemplateMap.I(""),y===null&&(g1||(g1=!0,Hn('No Group template found for category "'+x+'"'),Hn(" Using default group template")),y=a.ly))):(y=a.nodeTemplateMap.I(x),y===null&&(y=a.nodeTemplateMap.I(""),y===null&&(f1||(f1=!0,Hn('No Node template found for category "'+x+'"'),Hn(" Using default node template")),y=a.ny))),y}no.prototype.getLinkCategoryForData=function(){return""},no.prototype.setLinkCategoryForData=function(){},no.prototype.setFromNodeForLink=function(){},no.prototype.setToNodeForLink=function(){},no.prototype.findLinkTemplateForCategory=function(a){var y=this.H,x=y.linkTemplateMap.I(a);return x===null&&(x=y.linkTemplateMap.I(""),x===null&&(p1||(p1=!0,Hn('No Link template found for category "'+a+'"'),Hn(" Using default link template")),x=y.my)),x},no.prototype.removeAllModeledParts=function(){this.Gs(this.diagram.model.nodeDataArray)},no.prototype.Gs=function(a){var y=this;a.forEach(function(x){y.ip(x)})},no.prototype.ip=function(a){a=this.Lc(a),a!==null&&(Pg(this.diagram,a,!1),this.unresolveReferencesForPart(a))},no.prototype.unresolveReferencesForPart=function(){},no.prototype.removeDataForLink=function(){},no.prototype.findPartForKey=function(a){return a==null?null:(a=this.H.model.hc(a),a!==null?this.cf.I(a):null)},no.prototype.Vb=function(a){return a==null||(a=this.H.model.hc(a),a===null)?null:(a=this.cf.I(a),a instanceof en?a:null)},no.prototype.findLinkForKey=function(){return null},wt=no.prototype,wt.Lc=function(a){if(a===null)return null;var y=this.cf.I(a);return y!==null?y:y=this.bf.I(a)},wt.ii=function(a){return a===null?null:(a=this.cf.I(a),a instanceof en?a:null)},wt.Kc=function(a){return a===null?null:this.bf.I(a)},wt.ms=function(a){for(var y=0;y<arguments.length;++y);y=new Me;for(var x=this.On.iterator;x.next();){var E=x.value,b=E.data;if(b!==null)for(var z=0;z<arguments.length;z++){var tt=arguments[z];if(Fe(tt)&&sy(this,b,tt)){y.add(E);break}}}return y.iterator},wt.ls=function(a){for(var y=0;y<arguments.length;++y);y=new Me;for(var x=this.Dn.iterator;x.next();){var E=x.value,b=E.data;if(b!==null)for(var z=0;z<arguments.length;z++){var tt=arguments[z];if(Fe(tt)&&sy(this,b,tt)){y.add(E);break}}}return y.iterator};function sy(a,y,x){for(var E in x){var b=y[E],z=x[E];if(Ae(z)){if(!Ae(b)||b.length<z.length)return!1;for(var tt=0;tt<b.length;tt++){var ot=z[tt];if(ot!==void 0&&!c1(a,b[tt],ot))return!1}}else if(!c1(a,b,z))return!1}return!0}function c1(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(Fe(y)&&Fe(x)){if(!sy(a,y,x))return!1}else if(y!==x)return!1;return!0}no.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 E=a.modelChange;if(E!=="")if(x===Bo){if(E==="nodeCategory"){var b=this.Lc(a.object),z=a.newValue;b!==null&&typeof z=="string"&&(b.category=z)}else E==="nodeDataArray"&&(this.Gs(a.oldValue),this.addModeledParts(a.newValue));y.isModified=!0}else if(x===ir){var tt=a.newValue;E==="nodeDataArray"&&Fe(tt)&&h1(this,tt),y.isModified=!0}else if(x===vr){var ot=a.oldValue;E==="nodeDataArray"&&Fe(ot)&&this.ip(ot),y.isModified=!0}else x===na&&(E==="SourceChanged"?a.object!==null?this.updateDataBindings(a.object,a.propertyName):(this.rp(),this.updateAllTargetBindings()):E==="ModelDisplaced"&&this.Wd());else if(x===Bo){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===ir||x===vr){var ut=a.change===ir,ft=ut?a.newParam:a.oldParam,mt=ut?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(ut)Cm(St,mt,ft,!0);else if(!(0>ft)){var Mt=ft+Hg(St);St.pc(Mt,!0),xv(St,Mt,ft)}}y.isModified=!0}}finally{y.aa=!0}}}}},no.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)},no.prototype.rp=function(){for(var a=this.H.model,y=new Me,x=a.nodeDataArray,E=0;E<x.length;E++)y.add(x[E]);var b=[];for(this.nodes.each(function(tt){tt.data===null||y.contains(tt.data)||b.push(tt.data)}),this.parts.each(function(tt){tt.data===null||y.contains(tt.data)||b.push(tt.data)}),b.forEach(function(tt){L1(a,tt,!1)}),E=0;E<x.length;E++){var z=x[E];this.Lc(z)===null&&C1(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()},no.prototype.refreshDataBoundLinks=function(){},no.prototype.updateRelationshipsFromData=function(){},no.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 E=this.aj.iterator;E.next();){for(var b=E.value,z=0;z<b.length;z++){var tt=b[z].sx(a);tt!==null&&(x===null&&(x=In()),x.push(tt))}if(x!==null)break}if(x!==null){for(E=0;E<x.length;E++)x[E].La(y);mn(x)}}a===this.diagram.model.modelData&&this.updateAllTargetBindings(y)}};function ay(a,y){var x=y.Hh;if(Ae(x)){var E=a.aj.I(x);if(E===null)E=[],E.push(y),a.aj.add(x,E);else{for(a=0;a<E.length;a++)if(E[a]===y)return;E.push(y)}}}function ly(a,y,x){Fd(y,function(tt){tt=tt.O.s;for(var ot=tt.length,rt=0;rt<ot;rt++)Mg(x,tt[rt])});var E=y.Hh;if(Ae(E)){var b=a.aj.I(E);if(b!==null){for(var z=0;z<b.length;z++)if(b[z]===y){b.splice(z,1),b.length===0&&a.aj.remove(E);break}}}}no.prototype.Kj=function(a,y,x){x===void 0&&(x=!1);var E=new An;if(Ae(a))for(var b=0;b<a.length;b++)r0(this,a[b],y,E,x);else for(a=a.iterator;a.next();)r0(this,a.value,y,E,x);if(y!==null){x=y.model,a=y.toolManager.findTool("Dragging"),a=a!==null?a.dragOptions.dragsLink:y.Wm.dragsLink,b=new Me;for(var z=new An,tt=E.iterator;tt.next();){var ot=tt.value;if(ot instanceof We)a||ot.fromNode!==null&&ot.toNode!==null||b.add(ot);else if(ot instanceof en&&ot.data!==null&&x.Tl()){var rt=ot;ot=tt.key;var at=ot.pg();at!==null&&(at=E.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<b.count&&y.Is(b,!1),0<z.count)for(x=z.iterator;x.next();)E.add(x.key,x.value)}if(y!==null&&this.H!==null&&(y=y.model,x=y.afterCopyFunction,x!==null)){var ut=new An;E.each(function(ft){ft.key.data!==null&&ut.add(ft.key.data,ft.value.data)}),x(ut,y,this.H.model)}for(y=E.iterator;y.next();)y.value.La();return E};function r0(a,y,x,E,b){if(y===null||b&&!y.canCopy())return null;if(E.contains(y))return E.I(y);var z=a.copyPartData(y,x);if(!(z instanceof On))return null;if(z.isSelected=!1,z.isHighlighted=!1,E.add(y,z),y instanceof en){for(var tt=y.linksConnected;tt.next();){var ot=tt.value;if(ot.fromNode===y){var rt=E.I(ot);rt!==null&&(rt.fromNode=z)}ot.toNode===y&&(ot=E.I(ot),ot!==null&&(ot.toNode=z))}if(y instanceof di&&z instanceof di)for(y=y.memberParts;y.next();)tt=r0(a,y.value,x,E,b),tt instanceof We||tt===null||(tt.containingGroup=z)}else if(y instanceof We&&z instanceof We)for(tt=y.fromNode,tt!==null&&(tt=E.I(tt),tt!==null&&(z.fromNode=tt)),tt=y.toNode,tt!==null&&(tt=E.I(tt),tt!==null&&(z.toNode=tt)),y=y.labelNodes;y.next();)tt=r0(a,y.value,x,E,b),tt!==null&&tt instanceof en&&(tt.labeledLink=z);return z}no.prototype.copyPartData=function(a,y){var x=null,E=a.data;if(E!==null&&y!==null){var b=y.model;a instanceof We||(E=b.copyNodeData(E),Fe(E)&&(b.xf(E),x=y.Lc(E)))}else Za(a),x=a.copy(),x!==null&&(b=this.H,y!==null?y.add(x):E!==null&&b!==null&&b.commandHandler!==null&&b.commandHandler.copiesClipboardData&&(y=b.model,b=null,x instanceof We||(b=y.copyNodeData(E)),Fe(b)&&(x.data=b)));return x},fe.Object.defineProperties(no.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}}}),no.prototype.updateAllRelationshipsFromData=no.prototype.rp,no.prototype.findLinksByExample=no.prototype.ls,no.prototype.findNodesByExample=no.prototype.ms,no.prototype.findLinkForData=no.prototype.Kc,no.prototype.findNodeForData=no.prototype.ii,no.prototype.findPartForData=no.prototype.Lc,no.prototype.findNodeForKey=no.prototype.Vb,no.prototype.removeModeledPart=no.prototype.ip,no.prototype.removeModeledParts=no.prototype.Gs,no.prototype.rebuildParts=no.prototype.Wd;var f1=!1,g1=!1,p1=!1;no.className="PartManager";function Tr(a){no.apply(this,arguments)}Ce(Tr,no),Tr.prototype.addAllModeledParts=function(){var a=this.diagram.model;this.addModeledParts(a.nodeDataArray),m1(this,a.linkDataArray)},Tr.prototype.addModeledParts=function(a){for(no.prototype.addModeledParts.call(this,a,!1),a=this.links.iterator;a.next();)Nf(a.value);af(this.diagram,!1)};function m1(a,y){y.forEach(function(x){v1(a,x)}),af(a.diagram,!1)}function v1(a,y){if(y!=null&&!a.diagram.undoManager.isUndoingRedoing&&!a.bf.contains(y)){var x=a.getLinkCategoryForData(y),E=a.findLinkTemplateForCategory(x);if(E!==null){Za(E);var b=E.copy();if(b!==null){E=a.diagram.skipsModelSourceBindings,a.diagram.skipsModelSourceBindings=!0,b.Tf=x,b.ub=y,x=a.diagram.model;var z=u0(x,y,!0);z!==""&&(b.fromPortId=z),z=Sa(x,y,!0),z!==void 0&&(z=a.Vb(z),z instanceof en&&(b.fromNode=z)),z=u0(x,y,!1),z!==""&&(b.toPortId=z),z=Sa(x,y,!1),z!==void 0&&(z=a.Vb(z),z instanceof en&&(b.toNode=z)),x=x.Ef(y),Array.isArray(x)&&x.forEach(function(tt){tt=a.Vb(tt),tt!==null&&(tt.labeledLink=b)}),a.tp&&(b.Jg="Tool"),a.diagram.add(b),b.ub=null,b.data=y,a.diagram.skipsModelSourceBindings=E}}}}Tr.prototype.removeAllModeledParts=function(){var a=this.diagram.model;y1(this,a.linkDataArray),this.Gs(a.nodeDataArray)};function y1(a,y){y.forEach(function(x){a.ip(x)})}Tr.prototype.getLinkCategoryForData=function(a){return this.diagram.model.ps(a)},Tr.prototype.setLinkCategoryForData=function(a,y){return this.diagram.model.lp(a,y)},Tr.prototype.setFromNodeForLink=function(a,y){var x=this.diagram.model;x.wv(a.data,x.wa(y!==null?y.data:null))},Tr.prototype.setToNodeForLink=function(a,y){var x=this.diagram.model;x.Bv(a.data,x.wa(y!==null?y.data:null))},Tr.prototype.removeDataForLink=function(a){this.diagram.model.bm(a.data)},Tr.prototype.findPartForKey=function(a){var y=no.prototype.findPartForKey.call(this,a);return y===null&&(a=this.diagram.model.jh(a),a!==null)?this.bf.I(a):y},Tr.prototype.findLinkForKey=function(a){return a==null?null:(a=this.diagram.model.jh(a),a!==null?this.bf.I(a):null)},Tr.prototype.doModelChanged=function(a){var y=this;if(no.prototype.doModelChanged.call(this,a),this.diagram){var x=this.diagram;if(a.model===x.model){var E=a.change;if(x.aa){x.aa=!1;try{var b=a.modelChange;if(b!==""){if(E===Bo){if(b==="linkFromKey"){var z=this.Kc(a.object);if(z!==null){var tt=this.Vb(a.newValue);z.fromNode=tt}}else if(b==="linkToKey"){var ot=this.Kc(a.object);if(ot!==null){var rt=this.Vb(a.newValue);ot.toNode=rt}}else if(b==="linkFromPortId"){var at=this.Kc(a.object);if(at!==null){var ut=a.newValue;typeof ut=="string"&&(at.fromPortId=ut)}}else if(b==="linkToPortId"){var ft=this.Kc(a.object);if(ft!==null){var mt=a.newValue;typeof mt=="string"&&(ft.toPortId=mt)}}else if(b==="nodeGroupKey"){var yt=this.Lc(a.object);if(yt!==null){var St=a.newValue;if(St!==void 0){var Mt=this.Vb(St);Mt instanceof di?yt.containingGroup=Mt:yt.containingGroup=null}else yt.containingGroup=null}}else if(b==="linkLabelKeys"){var It=this.Kc(a.object);if(It!==null){var Tt=a.oldValue,jt=a.newValue;Array.isArray(Tt)&&Tt.forEach(function(Ne){0<=jt.indexOf(Ne)||(Ne=y.Vb(Ne),Ne!==null&&(Ne.labeledLink=null))}),Array.isArray(jt)&&jt.forEach(function(Ne){Ne=y.Vb(Ne),Ne!==null&&(Ne.labeledLink=It)})}}else if(b==="linkCategory"){var Gt=this.Kc(a.object),Ht=a.newValue;Gt!==null&&typeof Ht=="string"&&(Gt.category=Ht)}else b==="linkDataArray"&&(y1(this,a.oldValue),m1(this,a.newValue));x.isModified=!0}else if(E===ir){var Yt=a.newValue;if(b==="linkDataArray"&&typeof Yt=="object"&&Yt!==null)v1(this,Yt);else if(b==="linkLabelKeys"&&Vh(Yt)){var re=this.Kc(a.object),qe=this.Vb(Yt);re!==null&&qe!==null&&(qe.labeledLink=re)}x.isModified=!0}else if(E===vr){var pn=a.oldValue;if(b==="linkDataArray"&&typeof pn=="object"&&pn!==null)this.ip(pn);else if(b==="linkLabelKeys"&&Vh(pn)){var hn=this.Vb(pn);hn!==null&&(hn.labeledLink=null)}x.isModified=!0}}else if(E===Bo){var _e=a.propertyName;a.object!==x.model||_e!=="linkFromKeyProperty"&&_e!=="linkToKeyProperty"&&_e!=="linkFromPortIdProperty"&&_e!=="linkToPortIdProperty"&&_e!=="linkLabelKeysProperty"&&_e!=="nodeIsGroupProperty"&&_e!=="nodeGroupKeyProperty"&&_e!=="linkCategoryProperty"||x.undoManager.isUndoingRedoing||this.Wd(),x.isModified=!0}}finally{x.aa=!0}}}}},Tr.prototype.refreshDataBoundLinks=function(){var a=this,y=this.diagram.model,x=new Me,E=y.linkDataArray;E.forEach(function(z){x.add(z)});var b=[];this.links.each(function(z){z.data===null||x.contains(z.data)||b.push(z.data)}),b.forEach(function(z){T1(y,z,!1)}),E.forEach(function(z){a.Kc(z)===null&&b1(y,z,!1)})},Tr.prototype.updateRelationshipsFromData=function(a){var y=a.data;if(y!==null){var x=a.diagram;if(x!==null){var E=x.model;if(a instanceof We){var b=Sa(E,y,!0);if(b=x.Vb(b),a.fromNode=b,b=Sa(E,y,!1),b=x.Vb(b),a.toNode=b,y=E.Ef(y),0<y.length||0<a.labelNodes.count){if(y.length===1&&a.labelNodes.count===1){b=y[0];var z=a.labelNodes.first();if(E.wa(z.data)===b)return}b=new Me().addAll(y);var tt=new Me;a.labelNodes.each(function(ot){ot.data!==null&&(ot=E.wa(ot.data),ot!==void 0&&tt.add(ot))}),y=tt.copy(),y.hp(b),b=b.copy(),b.hp(tt),(0<y.count||0<b.count)&&(y.each(function(ot){ot=x.Vb(ot),ot!==null&&ot.labeledLink===a&&(ot.labeledLink=null)}),b.each(function(ot){ot=x.Vb(ot),ot!==null&&ot.labeledLink!==a&&(ot.labeledLink=a)}))}}else!(a instanceof Hi)&&(y=E.lh(y),y=x.findPartForKey(y),y===null||y instanceof di)&&(a.containingGroup=y)}}},Tr.prototype.resolveReferencesForData=function(a){var y=this.diagram.model,x=y.wa(a);if(x!==void 0){var E=lp(y,x),b=this.Lc(a);if(E!==null&&b!==null){E=E.iterator;for(var z={};E.next();){var tt=E.value;y.lb(tt)?b instanceof di&&y.lh(tt)===x&&(tt=this.Lc(tt),tt!==null&&(tt.containingGroup=b)):(z.link=this.Kc(tt),z.link!==null&&b instanceof en&&(Sa(y,tt,!0)===x&&(z.link.fromNode=b),Sa(y,tt,!1)===x&&(z.link.toNode=b),tt=y.Ef(tt),Array.isArray(tt)&&tt.some(function(ot){return function(rt){return rt===x?(b.labeledLink=ot.link,!0):!1}}(z)))),z={link:z.link}}Sl(y,x)}a=y.lh(a),a!==void 0&&(a=this.Vb(a),a instanceof di&&(b.containingGroup=a))}},Tr.prototype.unresolveReferencesForPart=function(a){var y=this.diagram.model;if(a instanceof en){var x=y.wa(a.data);if(x!==void 0){for(var E=a.linksConnected;E.next();)yl(y,x,E.value.data);if(a.isLinkLabel&&(E=a.labeledLink,E!==null&&yl(y,x,E.data)),a instanceof di)for(a=a.memberParts;a.next();)E=a.value.data,y.lb(E)&&yl(y,x,E)}}},Tr.prototype.copyPartData=function(a,y){var x=no.prototype.copyPartData.call(this,a,y);if(a instanceof We)if(a=a.data,a!==null&&y!==null){var E=y.model;a=E.Jo(a),typeof a=="object"&&a!==null&&(E.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},Tr.prototype.insertLink=function(a,y,x,E){var b=this.diagram,z=b.model,tt=b.toolManager.findTool("Linking"),ot="";if(a!==null&&(y===null&&(y=a),ot=y.portId,ot===null&&(ot="")),y="",x!==null&&(E===null&&(E=x),y=E.portId,y===null&&(y="")),E=tt.archetypeLinkData,E instanceof We){if(Za(E),z=E.copy(),z!==null)return z.fromNode=a,z.fromPortId=ot,z.toNode=x,z.toPortId=y,b.add(z),a=tt.archetypeLabelNodeData,a instanceof en&&(Za(a),a=a.copy(),a!==null&&(a.labeledLink=z,b.add(a))),z}else if(E!==null&&(E=z.Jo(E),typeof E=="object"&&E!==null))return a!==null&&Df(z,E,z.wa(a.data),!0),Of(z,E,ot,!0),x!==null&&Df(z,E,z.wa(x.data),!1),Of(z,E,y,!1),z.fi(E),a=tt.archetypeLabelNodeData,a===null||a instanceof en||(a=z.copyNodeData(a),typeof a=="object"&&a!==null&&(z.xf(a),a=z.wa(a),a!==void 0&&z.Bu(E,a))),b.Kc(E);return null},Tr.prototype.findLinkForKey=Tr.prototype.findLinkForKey,Tr.prototype.findPartForKey=Tr.prototype.findPartForKey,Tr.prototype.removeAllModeledParts=Tr.prototype.removeAllModeledParts,Tr.prototype.addModeledParts=Tr.prototype.addModeledParts,Tr.prototype.addAllModeledParts=Tr.prototype.addAllModeledParts,Tr.className="GraphLinksPartManager";function Ta(){no.apply(this,arguments),this.Sg=null}Ce(Ta,no);function s0(a,y,x){if(y!==null&&x!==null&&x.kh()===null){var E=a.diagram.toolManager.findTool("Linking"),b=y,z=x;if(a.diagram.isTreePathToChildren||(b=x,z=y),(E===null||!Ps(E,b,z,null,!0))&&(y=a.getLinkCategoryForData(x.data),E=a.findLinkTemplateForCategory(y),E!==null&&(Za(E),E=E.copy(),E!==null))){var tt=a.diagram.skipsModelSourceBindings;a.diagram.skipsModelSourceBindings=!0,E.Tf=y,E.ub=x.data,E.fromNode=b,E.toNode=z,a.diagram.add(E),E.ub=null,E.data=x.data,a.diagram.skipsModelSourceBindings=tt}}}Ta.prototype.getLinkCategoryForData=function(a){return this.diagram.model.ss(a)},Ta.prototype.setLinkCategoryForData=function(a,y){this.diagram.model.Ms(a,y)},Ta.prototype.setFromNodeForLink=function(a,y,x){var E=this.diagram.model;if(x===void 0&&(x=null),y=y!==null?y.data:null,this.diagram.isTreePathToChildren)E.qe(a.data,E.wa(y));else{var b=this.Sg;this.Sg=a,x!==null&&E.qe(x.data,void 0),E.qe(y,E.wa(a.toNode!==null?a.toNode.data:null)),this.Sg=b}},Ta.prototype.setToNodeForLink=function(a,y,x){var E=this.diagram.model;if(x===void 0&&(x=null),y=y!==null?y.data:null,this.diagram.isTreePathToChildren){var b=this.Sg;this.Sg=a,x!==null&&E.qe(x.data,void 0),E.qe(y,E.wa(a.fromNode!==null?a.fromNode.data:null)),this.Sg=b}else E.qe(a.data,E.wa(y))},Ta.prototype.removeDataForLink=function(a){this.diagram.model.qe(a.data,void 0)},Ta.prototype.findLinkForKey=function(a){return a==null?null:(a=this.diagram.model.hc(a),a!==null?this.bf.I(a):null)},Ta.prototype.doModelChanged=function(a){if(no.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 E=a.modelChange;if(E!==""){if(x===Bo){if(E==="nodeParentKey"){var b=a.object,z=this.Vb(a.newValue),tt=this.ii(b);if(this.Sg!==null)z!==null&&(this.Sg.data=b,this.Sg.category=this.getLinkCategoryForData(b));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(E==="parentLinkCategory"){var rt=this.ii(a.object),at=a.newValue;if(rt!==null&&typeof at=="string"){var ut=rt.kh();ut!==null&&(ut.category=at)}}y.isModified=!0}}else if(x===Bo){var ft=a.propertyName;a.object===y.model&&ft==="nodeParentKeyProperty"&&(y.undoManager.isUndoingRedoing||this.Wd()),y.isModified=!0}}finally{y.aa=!0}}}}},Ta.prototype.updateRelationshipsFromData=function(a){var y=a.data;if(y!==null){var x=a.diagram;if(x!==null){var E=x.model;a instanceof en&&(y=E.mh(y),y=x.Vb(y),E=a.pg(),y!==E&&(E=a.kh(),y!==null?E!==null?x.isTreePathToChildren?E.fromNode=y:E.toNode=y:s0(this,y,a):E!==null&&Pg(x,E,!1)))}}},Ta.prototype.updateDataBindings=function(a,y){no.prototype.updateDataBindings.call(this,a,y),typeof y=="string"&&this.Lc(a)!==null&&(a=this.Kc(a),a!==null&&a.La(y))},Ta.prototype.resolveReferencesForData=function(a){var y=this.diagram.model,x=y.wa(a);if(x!==void 0){var E=lp(y,x),b=this.Lc(a);if(E!==null&&b!==null){for(E=E.iterator;E.next();){var z=E.value;y.lb(z)&&b instanceof en&&y.mh(z)===x&&s0(this,b,this.ii(z))}Sl(y,x)}a=y.mh(a),a!==void 0&&b instanceof en&&(a=this.Vb(a),s0(this,a,b))}},Ta.prototype.unresolveReferencesForPart=function(a){var y=this.diagram.model;if(a instanceof en){var x=y.wa(a.data),E=this.Kc(a.data);if(E!==null){E.isSelected=!1,E.isHighlighted=!1;var b=E.layer;if(b!==null){var z=b.pc(-1,E,!1);0<=z&&this.diagram.cb(vr,"parts",b,E,null,z,null),z=E.layerChanged,z!==null&&z(E,b,null)}}for(E=this.diagram.isTreePathToChildren,a=a.linksConnected;a.next();)b=a.value,b=(E?b.toNode:b.fromNode).data,y.lb(b)&&yl(y,x,b)}},Ta.prototype.insertLink=function(a,y,x){y=this.diagram.model;var E=a,b=x;return this.diagram.isTreePathToChildren||(E=x,b=a),E!==null&&b!==null?(y.qe(b.data,y.wa(E.data)),b.kh()):null},Ta.prototype.findLinkForKey=Ta.prototype.findLinkForKey,Ta.className="TreePartManager";function Pn(a,y){this.kl=new Me,this.il=new Me,this.Wv=`,
|
|
"insertedNodeKeys": `,this.jy=`,
|
|
"modifiedNodeData": `,this.Yv=`,
|
|
"removedNodeKeys": `,this.vh=null,Cn(this),this.Sm=this.xa="",this.Gg=!1,this.j={},this.Tc=[],this.kb=new An,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 An,this.Lt=new Ee,this.Wg=!1,this.o=null,this.undoManager=new Io,a!==void 0&&(Ae(a)?this.nodeDataArray=a:y=a),y&&(Object.assign(this,y),a=y.Changed)&&(delete this.Changed,this.Pe(a))}Pn.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},Pn.prototype.copy=function(){var a=new this.constructor;return this.cloneProtected(a),a},Pn.prototype.clear=function(){this.Tc=[],this.kb.clear(),this.Vf.clear(),this.undoManager.clear()},Pn.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,E=0;E<x;E++){var b=a[E];y+=" "+this.wa(b)+":"+Bi(b)}}return y},Pn.prototype.xA=function(a){a.change!==na&&Wt("Model.toIncrementalData argument is not a Transaction ChangedEvent:"+a.toString());var y=a.object;return a.isTransactionFinished&&y instanceof br?(x1(this,y),a=this.Qv(y,a.propertyName==="FinishedUndo"),this.vh=null,a):null},Pn.prototype.Qv=function(a,y){var x=this,E=!1,b=new Me,z=new Me,tt=new Me,ot=this.vh;a.changes.each(function(ft){ft.model===x&&(ft.modelChange==="nodeDataArray"?ft.change===ir?b.add(ft.newValue):ft.change===vr&&tt.add(ft.oldValue):x.lb(ft.object)?z.add(ft.object):ft.change!==Bo||x.modelData!==ft.object&&ft.propertyName!=="modelData"?ft.object!==null&&(ot&&ot.contains(ft.object)?ot.get(ft.object).each(function(mt){x.lb(mt)&&z.add(mt)}):ft.object instanceof Pn||x.ri()&&x.Jc(ft.object)||P1(x,ft.object).each(function(mt){z.add(mt)})):E=!0)});var rt=this.il;rt.clear(),b.each(function(ft){rt.add(x.wa(ft)),y||z.add(ft)});var at=this.kl;at.clear(),tt.each(function(ft){at.add(x.wa(ft)),y&&z.add(ft)}),a=x.cloneDeep(z.Fa());var ut=null;return E&&(ut===null&&(ut={}),ut.modelData=this.cloneDeep(this.modelData)),0<rt.count&&(ut===null&&(ut={}),y?ut.removedNodeKeys=rt.Fa():ut.insertedNodeKeys=rt.Fa()),0<a.length&&(ut===null&&(ut={}),ut.modifiedNodeData=a),0<at.count&&(ut===null&&(ut={}),y?ut.insertedNodeKeys=at.Fa():ut.removedNodeKeys=at.Fa()),at.clear(),rt.clear(),ut},Pn.prototype.cloneDeep=function(a){return Af(this,a,!0)};function Af(a,y,x,E,b,z){function tt(ft,mt){ot?(ft.__gohashid===void 0&&z.push(ft),E.set(ft,mt)):(ft=Yi++,E.set(ft,mt),b.set(ft,y))}if(!Fe(y))return y;z||(z=[]);var ot=Object.isExtensible(y);if(E||(E=new An),ot){var rt=E.get(y);if(rt)return rt}else for(b||(b=new An),rt=b.iterator;rt.next();){var at=rt.key;if(rt.value===y&&(at=E.get(at)))return at}if(Array.isArray(y)){rt=[],tt(y,rt);for(var ut=0;ut<y.length;ut++)rt.push(Af(a,y[ut],!1,E,b,z))}else if(y instanceof At||y instanceof Je||y instanceof me||y instanceof xi||y instanceof tn)rt=y.copy(),tt(y,rt);else{if(y instanceof qi||y instanceof Ve||y instanceof ce)return y;if(y instanceof Ee)rt=new Ee().addAll(Af(a,y.Fa(),!1,E,b,z)),tt(y,rt);else if(y instanceof Me)rt=new Me().addAll(Af(a,y.Fa(),!1,E,b,z)),tt(y,rt);else if(y instanceof An)rt=new An().addAll(Af(a,y.Fa(),!1,E,b,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(ut in rt={},tt(y,rt),y)ut!=="__gohashid"&&(rt[ut]=Af(a,y[ut],!1,E,b,z))}return x&&z.forEach(function(ft){delete ft.__gohashid}),rt}wt=Pn.prototype,wt.quote=function(a){return JSON.stringify(a).replace(/[\u007F-\uFFFF]/g,function(y){return"\\u"+("0000"+y.charCodeAt(0).toString(16)).substr(-4)})},wt.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},wt.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 S1(a,y){y=y.modelData,Fe(y)&&(a.dm(y),a.modelData=y)}wt.Rv=function(){var a=this.modelData,y=!1,x;for(x in a)if(!w1(x,a[x])){y=!0;break}return a="",y&&(a=`,
|
|
"modelData": `+uy(this,this.modelData)),a+`,
|
|
"nodeDataArray": `+Wh(this,this.nodeDataArray,!0)},wt.kv=function(a){S1(this,a),a=a.nodeDataArray,Ae(a)&&(this.dm(a),this.nodeDataArray=a)};function x1(a,y){function x(b,z){if((z=z.part)&&(z=z.data,b!==z)){var tt=E.get(b);tt===null?(tt=new Me,tt.add(z),E.add(b,tt)):tt.add(z)}}var E=a.vh;E===null&&(E=new An,y.changes.each(function(b){if(b.diagram!==null){var z=b.change;z===Bo?(b=b.object.panel)&&(z=b.data)&&x(z,b):(z===ir||z===vr)&&(b=b.object,(z=b.itemArray)&&x(z,b))}}),a.vh=E)}function P1(a,y){for(var x=new Me,E=0;E<a.nodeDataArray.length;E++){var b=a.nodeDataArray[E];a0(a,y,b,b,x)}return x}function a0(a,y,x,E,b){if(Array.isArray(x))for(var z=0;z<x.length;z++){var tt=x[z];if(tt===y)return b.add(E),!0;if(a0(a,y,tt,E,b))return!0}else if(Fe(x)&&Object.getPrototypeOf(x)===Object.prototype)for(z in x){if(tt=x[z],tt===y)return b.add(E),!0;if(a0(a,y,tt,E,b))return!0}return!1}wt.Pv=function(a,y){var x=this,E=!1,b=new Me,z=new Me,tt=new Me,ot=this.vh;a.changes.each(function(ut){ut.model===x&&(ut.modelChange==="nodeDataArray"?ut.change===ir?b.add(ut.newValue):ut.change===vr&&tt.add(ut.oldValue):x.lb(ut.object)?z.add(ut.object):ut.change!==Bo||x.modelData!==ut.object&&ut.propertyName!=="modelData"?ut.object!==null&&(ot&&ot.contains(ut.object)?ot.get(ut.object).each(function(ft){x.lb(ft)&&z.add(ft)}):ut.object instanceof Pn||x.ri()&&x.Jc(ut.object)||P1(x,ut.object).each(function(ft){z.add(ft)})):E=!0)});var rt=this.il;rt.clear(),b.each(function(ut){rt.add(x.wa(ut)),y||z.add(ut)});var at=this.kl;return at.clear(),tt.each(function(ut){at.add(x.wa(ut)),y&&z.add(ut)}),a="",E&&(a+=`,
|
|
"modelData": `+uy(this,this.modelData)),0<rt.count&&(a+=(y?this.Yv:this.Wv)+Wh(this,rt.Fa(),!0)),0<z.count&&(a+=this.jy+Wh(this,z.Fa(),!0)),0<at.count&&(a+=(y?this.Wv:this.Yv)+Wh(this,at.Fa(),!0)),at.clear(),rt.clear(),a},wt.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)&&Wt("applyIncrementalJson cannot change Model properties"),S1(this,a);var y=a.insertedNodeKeys,x=a.modifiedNodeData,E=new An;if(Array.isArray(x))for(var b=0;b<x.length;b++){var z=x[b],tt=this.wa(z);tt!=null&&E.set(tt,z)}if(Array.isArray(y))for(b=y.length,z=0;z<b;z++){tt=y[z];var ot=this.hc(tt);ot===null&&(ot=(ot=E.get(tt))?ot:this.copyNodeData({}),this.km(ot,tt),this.xf(ot))}if(Array.isArray(x)){for(y=x.length,E=0;E<y;E++)if(b=x[E],z=this.wa(b),z=this.hc(z),z!==null){for(var rt in b)rt==="__gohashid"||rt===this.nodeKeyProperty||this.Wj()&&rt===this.nodeIsGroupProperty||this.setDataProperty(z,rt,b[rt]);this.lm(b,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)},wt.$x=function(a,y){a.change!==na&&Wt("Model.toIncrementalJson argument is not a Transaction ChangedEvent:"+a.toString());var x=a.object;return a.isTransactionFinished&&x instanceof br?(y===void 0&&(y=up(this,this)),x1(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 }'},wt.yA=function(a,y){return this.$x(a,y)},wt.np=function(a){return a===void 0&&(a=up(this,this)),'{ "class": '+this.quote(a)+this.rm()+this.Rv()+"}"},wt.toJSON=function(a){return this.np(a)},wt.Zw=function(a){var y=null;if(typeof a=="string")try{y=on.JSON.parse(a)}catch(E){}else typeof a=="object"?y=a:Wt("Unable to modify a Model from: "+a);var x=y.incremental;typeof x!="number"&&Wt("Unable to apply non-incremental changes to Model: "+a),x!==0&&(this.Ea("applyIncrementalJson"),this.fp(y),this.eb("applyIncrementalJson"))},wt.Ky=function(a){return this.Zw(a)},Pn.constructGraphLinksModel=function(){return new Pn},wt=Pn.prototype,wt.dm=function(a){if(Ae(a))for(var y=a.length,x=0;x<y;x++){var E=a[x];if(Fe(E)){var b=x;E=this.dm(E),Array.isArray(a)?a[b]=E:Wt("Cannot replace an object in an HTMLCollection or NodeList at "+b)}}else if(Fe(a)){for(y in a)if(x=a[y],Fe(x)&&(x=this.dm(x),a[y]=x,y==="points"&&Array.isArray(x))){for(b=x.length%2===0,E=0;E<x.length;E++)if(typeof x[E]!="number"){b=!1;break}if(b){for(b=new Ee,E=0;E<x.length/2;E++)b.add(new At(x[2*E],x[2*E+1]));b.freeze(),a[y]=b}}return Fx(a)}return a},wt.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()):Ae(a)?Wh(this,a):Fe(a)?uy(this,a):typeof a=="function"?"null":a.toString()};function Wh(a,y,x){x===void 0&&(x=!1);var E=y.length;if(0>=E)return"[]";var b=new ze;b.add("["),x&&1<E&&b.add(`
|
|
`);for(var z=0;z<E;z++){var tt=y[z];tt!==void 0&&(0<z&&(b.add(","),x&&b.add(`
|
|
`)),b.add(a.sm(tt)))}return x&&1<E&&b.add(`
|
|
`),b.add("]"),b.toString()}function w1(a,y){return y===void 0||a==="__gohashid"||a[0]==="_"||typeof y=="function"}function Fs(a){return isNaN(a)?"NaN":a===1/0?"9e9999":a===-1/0?"-9e9999":a}function uy(a,y){var x=y;if(x instanceof At)y={class:"go.Point",x:Fs(x.x),y:Fs(x.y)};else if(x instanceof Je)y={class:"go.Size",width:Fs(x.width),height:Fs(x.height)};else if(x instanceof me)y={class:"go.Rect",x:Fs(x.x),y:Fs(x.y),width:Fs(x.width),height:Fs(x.height)};else if(x instanceof xi)y={class:"go.Margin",top:Fs(x.top),right:Fs(x.right),bottom:Fs(x.bottom),left:Fs(x.left)};else if(x instanceof tn)x.sb()?y={class:"go.Spot",x:Fs(x.x),y:Fs(x.y),offsetX:Fs(x.offsetX),offsetY:Fs(x.offsetY)}:y={class:"go.Spot",enum:x.toString()};else if(x instanceof qi){if(y={class:"go.Brush",type:x.type.name},x.type===Yu?y.color=x.color:(x.type===yu||x.type===Na)&&(y.start=x.start,y.end=x.end,x.type===Na&&(x.startRadius!==0&&(y.startRadius=Fs(x.startRadius)),isNaN(x.endRadius)||(y.endRadius=Fs(x.endRadius)))),x.colorStops!==null){var E={};for(x=x.colorStops.iterator;x.next();)E[x.key]=x.value;y.colorStops=E}}else x instanceof Ve?(y={class:"go.Geometry",type:x.type.name},x.startX!==0&&(y.startX=Fs(x.startX)),x.startY!==0&&(y.startY=Fs(x.startY)),x.endX!==0&&(y.endX=Fs(x.endX)),x.endY!==0&&(y.endY=Fs(x.endY)),x.spot1.D(uo)||(y.spot1=x.spot1),x.spot2.D(Rs)||(y.spot2=x.spot2),x.type===Ve.o&&(y.path=Ve.ia(x))):x instanceof ce&&(y={class:"go.EnumValue",classType:up(a,x.classType),name:x.name});E="{",x=!0;for(var b in y){var z=tr(y,b);if(!w1(b,z))if(x?x=!1:E+=",",E+=a.quote(b)+":",b==="points"&&z instanceof Ee){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+="]",E+=tt}else E+=a.sm(z)}return E+"}"}function Bs(a){return typeof a=="number"?a:a==="NaN"?NaN:a==="9e9999"?1/0:a==="-9e9999"?-1/0:parseFloat(a)}function Fx(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 At(Bs(a.x),Bs(a.y));else if(y==="Size")x=new Je(Bs(a.width),Bs(a.height));else if(y==="Rect")x=new me(Bs(a.x),Bs(a.y),Bs(a.width),Bs(a.height));else if(y==="Margin")x=new xi(Bs(a.top),Bs(a.right),Bs(a.bottom),Bs(a.left));else if(y==="Spot")typeof a.enum=="string"?x=Gs(a.enum):x=new tn(Bs(a.x),Bs(a.y),Bs(a.offsetX),Bs(a.offsetY));else if(y==="Brush"){if(x=new qi,x.type=He(qi,a.type),typeof a.color=="string"&&(x.color=a.color),a.start instanceof tn&&(x.start=a.start),a.end instanceof tn&&(x.end=a.end),typeof a.startRadius=="number"&&(x.startRadius=Bs(a.startRadius)),typeof a.endRadius=="number"&&(x.endRadius=Bs(a.endRadius)),a=a.colorStops,Fe(a))for(var E in a)x.addColorStop(parseFloat(E),a[E])}else y==="Geometry"?(x=null,typeof a.path=="string"?x=Ve.parse(a.path):x=new Ve,x.type=He(Ve,a.type),typeof a.startX=="number"&&(x.startX=Bs(a.startX)),typeof a.startY=="number"&&(x.startY=Bs(a.startY)),typeof a.endX=="number"&&(x.endX=Bs(a.endX)),typeof a.endY=="number"&&(x.endY=Bs(a.endY)),a.spot1 instanceof tn&&(x.spot1=a.spot1),a.spot2 instanceof tn&&(x.spot2=a.spot2)):y==="EnumValue"&&(E=a.classType,E.indexOf("go.")===0&&(E=E.substr(3)),E=dy(E),typeof E=="function"&&(x=He(E,a.name)));return x}wt.Pe=function(a){return this.Lt.add(a),this},wt.ik=function(a){this.Lt.remove(a)},wt.ds=function(a){this.skipsUndoManager||this.undoManager.Tu(a);for(var y=this.Lt,x=y.length,E=0;E<x;E++)y.M(E)(a)},wt.cb=function(a,y,x,E,b,z,tt){pr(this,"",a,y,x,E,b,z,tt)},wt.g=function(a,y,x,E,b){pr(this,"",Bo,a,this,y,x,E,b)},wt.Fs=function(a,y,x,E,b,z){pr(this,"",Bo,y,a,x,E,b,z)};function pr(a,y,x,E,b,z,tt,ot,rt){ot===void 0&&(ot=null),rt===void 0&&(rt=null);var at=new Do;at.model=a,at.change=x,at.modelChange=y,at.propertyName=E,at.object=b,at.oldValue=z,at.oldParam=ot,at.newValue=tt,at.newParam=rt,a.ds(at)}Pn.prototype.changeState=function(a,y){if(a!==null&&a.model===this)if(a.change===Bo){var x=a.object,E=a.propertyName,b=a.I(y);E===this.nodeKeyProperty&&this.lb(x)&&(y=a.I(!y),y!==void 0&&this.kb.remove(y),b!==void 0&&this.kb.add(b,x)),ko(x,E,b)}else a.change===ir?(x=a.newParam,a.modelChange==="nodeDataArray"?(a=a.newValue,Fe(a)&&typeof x=="number"&&(E=this.wa(a),y?(this.Tc[x]===a&&Kn(this.Tc,x),E!==void 0&&this.kb.remove(E)):(this.Tc[x]!==a&&Bn(this.Tc,x,a),E!==void 0&&this.kb.add(E,a)))):a.modelChange===""?((E=a.object)&&!Ae(E)&&a.propertyName&&(E=tr(a.object,a.propertyName)),Ae(E)&&typeof x=="number"&&(a=a.newValue,y?Kn(E,x):Bn(E,x,a))):Wt("unknown ChangedEvent.Insert modelChange: "+a.toString())):a.change===vr?(x=a.oldParam,a.modelChange==="nodeDataArray"?(a=a.oldValue,Fe(a)&&typeof x=="number"&&(E=this.wa(a),y?(this.Tc[x]!==a&&Bn(this.Tc,x,a),E!==void 0&&this.kb.add(E,a)):(this.Tc[x]===a&&Kn(this.Tc,x),E!==void 0&&this.kb.remove(E)))):a.modelChange===""?((E=a.object)&&!Ae(E)&&a.propertyName&&(E=tr(a.object,a.propertyName)),Ae(E)&&typeof x=="number"&&(a=a.oldValue,y?Bn(E,x,a):Kn(E,x))):Wt("unknown ChangedEvent.Remove modelChange: "+a.toString())):a.change!==na&&Wt("unknown ChangedEvent: "+a.toString())},Pn.prototype.Ea=function(a){return this.undoManager.Ea(a)},Pn.prototype.eb=function(a){return this.undoManager.eb(a)},Pn.prototype.Kf=function(){return this.undoManager.Kf()},Pn.prototype.commit=function(a,y){y===void 0&&(y="");var x=this.skipsUndoManager;y===null&&(this.skipsUndoManager=!0,y=""),this.undoManager.Ea(y);var E=!1;try{a(this),E=!0}finally{E?this.undoManager.eb(y):this.undoManager.Kf(),this.skipsUndoManager=x}},wt=Pn.prototype,wt.La=function(a,y){y===void 0&&(y=""),pr(this,"SourceChanged",na,y,a,null,null)},wt.wa=function(a){if(a!==null){var y=this.Th;if(y!==""&&(y=tr(a,y),y!==void 0)){if(Vh(y))return y;Wt("Key value for node data "+a+" is not a number or a string: "+y)}}},wt.km=function(a,y){if(a!==null){var x=this.Th;if(x!=="")if(this.lb(a)){var E=tr(a,x);E!==y&&this.hc(y)===null&&(ko(a,x,y),E!==void 0&&this.kb.remove(E),this.kb.add(y,a),pr(this,"nodeKey",Bo,x,a,E,y),typeof x=="string"&&this.La(a,x),this.jp(E,y))}else ko(a,x,y)}};function Vh(a){return typeof a=="number"||typeof a=="string"}wt.lb=function(a){var y=this.wa(a);return y===void 0?!1:this.kb.I(y)===a},wt.hc=function(a){return a===null&&Wt("Model.findNodeDataForKey:key must not be null"),a!==void 0&&Vh(a)?this.kb.I(a):null},wt.$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 E=this.bl;if(E!==null&&(x=E(this,a),x!=null&&!this.kb.contains(x))){ko(a,y,x);return}if(typeof x=="string"){for(E=2;this.kb.contains(x+E);)E++;ko(a,y,x+E)}else if(x===void 0||typeof x=="number"){for(x=-this.kb.count-1;this.kb.contains(x);)x--;ko(a,y,x)}}}}},wt.xf=function(a){a!==null&&(Gn(a),this.lb(a)||C1(this,a,!0))};function C1(a,y,x){var E=a.wa(y);(E===void 0||a.kb.I(E)!==y)&&(a.$u(y),E=a.wa(y),E===void 0&&Wt("Model.makeNodeDataKeyUnique failed on "+y+". Data not added to Model."),a.kb.add(E,y),E=null,x&&(E=a.Tc.length,Bn(a.Tc,E,y)),pr(a,"nodeDataArray",ir,"nodeDataArray",a,null,y,null,E),a.fm(y),a.em(y))}wt.Fy=function(a){if(Ae(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)},wt.cm=function(a){a!==null&&L1(this,a,!0)};function L1(a,y,x){var E=a.wa(y);if(E!==void 0&&a.kb.remove(E),E=null,x){t:if(x=a.Tc,Array.isArray(x))E=x.indexOf(y);else{E=x.length;for(var b=0;b<E;b++)if(x[b]===y){E=b;break t}E=-1}if(0>E)return;Kn(a.Tc,E)}pr(a,"nodeDataArray",vr,"nodeDataArray",a,y,null,E,null),a.qp(y)}wt.nA=function(a){if(Ae(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)},wt.$z=function(a){if(a!==this.nodeDataArray&&Ae(a)){var y=this.kl;y.clear(),y.addAll(this.kb.iteratorKeys);var x=this.il;x.clear();for(var E=a.length,b=0;b<E;b++){var z=a[b],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();)E=a.value,x.contains(E)||(E=this.hc(E))&&this.cm(E);y.clear(),x.clear()}},wt.jp=function(a,y){y!==void 0&&(a=lp(this,a),a instanceof Me&&this.Vf.add(y,a))},wt.Lv=function(){},wt.fm=function(){},wt.em=function(){},wt.qp=function(){};function yl(a,y,x){if(y!==void 0){var E=a.Vf.I(y);E===null&&(E=new Me,a.Vf.add(y,E)),E.add(x)}}function Sl(a,y,x){if(y!==void 0){var E=a.Vf.I(y);E instanceof Me&&(x==null?a.Vf.remove(y):(E.remove(x),E.count===0&&a.Vf.remove(y)))}}function lp(a,y){return y===void 0?null:(a=a.Vf.I(y),a instanceof Me?a:null)}wt.Qy=function(a){a===void 0?this.Vf.clear():this.Vf.remove(a)},Pn.prototype.copyNodeData=function(a){if(a===null)return null;var y=this.Bk;return a=y!==null?y(a,this):l0(this,a,!0),Fe(a)&&Cn(a),a};function l0(a,y,x){if(a.copiesArrays&&Array.isArray(y)){var E=[];for(x=0;x<y.length;x++){var b=l0(a,y[x],a.copiesArrayObjects);E.push(b)}return Cn(E),E}if(x&&Fe(y)){x=(x=y.constructor)?new x:{},b=a.copiesKey||typeof a.nodeKeyProperty!="string"?null:a.nodeKeyProperty;for(E in y)if(E==="__gohashid")x.__gohashid=void 0;else if(E===b)x[b]=void 0;else{var z=tr(y,E),tt=up(a,z);tt==="GraphObject"||tt==="Diagram"||tt==="Layer"||tt==="RowColumnDefinition"||tt==="AnimationManager"||tt==="Tool"||tt==="CommandHandler"||tt==="Layout"||tt==="InputEvent"||tt==="DiagramEvent"||z instanceof Pn||z instanceof Io||z instanceof br||z instanceof Do||(z=l0(a,z,!1)),ko(x,E,z)}return Cn(x),x}return y instanceof At||y instanceof Je||y instanceof me||y instanceof tn||y instanceof xi?y.copy():y}Pn.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!k1&&a instanceof Xt&&(k1=!0,Hn('Model.setDataProperty is modifying a GraphObject, "'+a.toString()+'"'),Hn(" Is that really your intent?"));var E=tr(a,y);E!==x&&(ko(a,y,x),this.Fs(a,y,E,x))},wt=Pn.prototype,wt.set=function(a,y,x){this.setDataProperty(a,y,x)},wt.Do=function(a,y){if(y){var x=this.lb(a),E;for(E in y)E==="__gohashid"||x&&E===this.nodeKeyProperty||this.setDataProperty(a,E,y[E])}},wt.Ay=function(a,y){this.ts(a,-1,y)},wt.ts=function(a,y,x){0>y&&(y=a.length),Bn(a,y,x),pr(this,"",ir,"",a,null,x,null,y)},wt.ov=function(a,y){y===void 0&&(y=-1),a===this.Tc&&Wt("Model.removeArrayItem should not be called on the Model.nodeDataArray"),y===-1&&(y=a.length-1);var x=a[y];Kn(a,y),pr(this,"",vr,"",a,x,null,y,null)},wt.Ro=function(a){if(a===null)return"";var y=this.lj;if(y===""||(y=tr(a,y),y===void 0))return"";if(typeof y=="string")return y;Wt("getCategoryForNodeData found a non-string category for "+a+": "+y)},wt.jm=function(a,y){if(a!==null){var x=this.lj;if(x!=="")if(this.lb(a)){var E=tr(a,x);E===void 0&&(E=""),E!==y&&(ko(a,x,y),pr(this,"nodeCategory",Bo,x,a,E,y))}else ko(a,x,y)}},wt.lm=function(a,y){this.jm(y,this.Ro(a))},wt.Tl=function(){return!1},wt.Wj=function(){return!1},wt.ri=function(){return!1},wt.xs=function(){return!1},wt.Xj=function(){return!1};function hy(){return new Pn}function up(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 up(a,y.constructor);return typeof y}function dy(a){return ll[a]?ll[a]:on.go!==void 0&&on.go[a]?on.go[a]:null}function tr(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(E){}return x}function ko(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(E){}}fe.Object.defineProperties(Pn.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===""&&Wt("Model.nodeKeyProperty may not be the empty string"),0<this.kb.count&&Wt("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,E=0;E<x;E++){var b=a[E];Fe(b)||Wt("Model.nodeDataArray must only contain Objects, not: "+b),Gn(b)}for(this.Tc=a,E=new Ee,b=0;b<x;b++){var z=a[b],tt=this.wa(z);tt===void 0||this.kb.I(tt)!==null?E.add(z):this.kb.add(tt,z)}for(E=E.iterator;E.next();)b=E.value,this.$u(b),z=this.wa(b),z!==void 0&&this.kb.add(z,b);for(pr(this,"nodeDataArray",Bo,"nodeDataArray",this,y,a),y=0;y<x;y++)E=a[y],this.fm(E),this.em(E);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"}}}),Pn.prototype.setCategoryForNodeData=Pn.prototype.jm,Pn.prototype.getCategoryForNodeData=Pn.prototype.Ro,Pn.prototype.removeArrayItem=Pn.prototype.ov,Pn.prototype.insertArrayItem=Pn.prototype.ts,Pn.prototype.addArrayItem=Pn.prototype.Ay,Pn.prototype.assignAllDataProperties=Pn.prototype.Do,Pn.prototype.set=Pn.prototype.set,Pn.prototype.clearUnresolvedReferences=Pn.prototype.Qy,Pn.prototype.mergeNodeDataArray=Pn.prototype.$z,Pn.prototype.removeNodeDataCollection=Pn.prototype.nA,Pn.prototype.removeNodeData=Pn.prototype.cm,Pn.prototype.addNodeDataCollection=Pn.prototype.Fy,Pn.prototype.addNodeData=Pn.prototype.xf,Pn.prototype.makeNodeDataKeyUnique=Pn.prototype.$u,Pn.prototype.findNodeDataForKey=Pn.prototype.hc,Pn.prototype.containsNodeData=Pn.prototype.lb,Pn.prototype.setKeyForNodeData=Pn.prototype.km,Pn.prototype.getKeyForNodeData=Pn.prototype.wa,Pn.prototype.updateTargetBindings=Pn.prototype.La,Pn.prototype.commit=Pn.prototype.commit,Pn.prototype.rollbackTransaction=Pn.prototype.Kf,Pn.prototype.commitTransaction=Pn.prototype.eb,Pn.prototype.startTransaction=Pn.prototype.Ea,Pn.prototype.raiseDataChanged=Pn.prototype.Fs,Pn.prototype.raiseChanged=Pn.prototype.g,Pn.prototype.raiseChangedEvent=Pn.prototype.cb,Pn.prototype.removeChangedListener=Pn.prototype.ik,Pn.prototype.addChangedListener=Pn.prototype.Pe,Pn.prototype.writeJsonValue=Pn.prototype.sm,Pn.prototype.replaceJsonObjects=Pn.prototype.dm,Pn.prototype.applyIncrementalJSON=Pn.prototype.Ky,Pn.prototype.applyIncrementalJson=Pn.prototype.Zw,Pn.prototype.toJSON=Pn.prototype.toJSON,Pn.prototype.toJson=Pn.prototype.np,Pn.prototype.toIncrementalJSON=Pn.prototype.yA,Pn.prototype.toIncrementalJson=Pn.prototype.$x,Pn.prototype.toIncrementalData=Pn.prototype.xA,Pn.prototype.clear=Pn.prototype.clear;var k1=!1,ll={};Pn.className="Model",Pn.fromJSON=Pn.fromJson=function(a,y){y===void 0&&(y=null);var x=null;if(typeof a=="string")try{x=on.JSON.parse(a)}catch(z){}else typeof a=="object"?x=a:Wt("Unable to construct a Model from: "+a);if(y===null){a=null;var E=x.class;if(typeof E=="string")try{var b=null;E.indexOf("go.")===0?(E=E.substr(3),b=dy(E)):(b=dy(E),b===null&&(b=on[E])),typeof b=="function"&&(a=new b)}catch(z){}a===null||a instanceof Pn?y=a:Wt("Unable to construct a Model of declared class: "+x.class)}return y===null&&(y=Pn.constructGraphLinksModel()),y.gp(x),y.kv(x),y},Pn.safePropertyValue=tr,Pn.safePropertySet=ko,ll.Brush=qi,ll.ChangedEvent=Do,ll.Geometry=Ve,ll.Margin=xi,ll.Panel=Re,ll.Point=At,ll.Rect=me,ll.Size=Je,ll.Spot=tn,ll.Transaction=br,ll.UndoManager=Io;function sr(a,y,x,E){Cn(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,E===void 0?(this.el=E1,this.wk=null):(this.el=hp,this.wk=E),this.st=new Me}sr.prototype.copy=function(){var a=new sr;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},wt=sr.prototype,wt.qb=function(a){a.classType===sr&&(this.mode=a)},wt.toString=function(){return"Binding("+this.targetProperty+":"+this.sourceProperty+(this.Ai!==-1?" "+this.Ai:"")+" "+this.mode.name+")"},wt.freeze=function(){return this._isFrozen=!0,this},wt.ka=function(){return this._isFrozen=!1,this},wt.Kx=function(a){return a===void 0&&(a=null),this.mode=hp,this.backConverter=a,this},wt.cp=function(a){return a===void 0&&(a=""),this.sourceName=a,this.isToModel=!1,this},wt.dA=function(){return this.sourceName=null,this.isToModel=!0,this};function M1(a,y,x){return a=a.sourceName,a===null||a===""?y:a==="/"?x.part:a==="."?x:a===".."?x.panel:y.fb(a)}wt.Mv=function(a,y,x){var E=this.sl;if(x===void 0||E===""||E===x){x=this.xl;var b=this.Im;if(b===null&&x==="")Hn("Binding error: target property is the empty string: "+this.toString());else{var z=y;if(E!==""&&(z=tr(y,E)),z!==void 0)if(b===null)x!==""&&ko(a,x,z);else try{if(x!==""){var tt=b(z,a);ko(a,x,tt)}else b(z,a)}catch(ot){}}}},wt.sp=function(a,y,x,E){if(this.el===hp){var b=this.xl;if(x===void 0||b===x){x=this.sl;var z=this.wk,tt=a;if(b!==""&&(tt=tr(a,b)),tt!==void 0&&!this.st.contains(a))try{this.st.add(a);var ot=E!==null?E.diagram:null,rt=ot!==null?ot.model:null;if(z===null){if(x!=="")rt!==null?rt.setDataProperty(y,x,tt):ko(y,x,tt);else if(rt!==null&&E!==null&&0<=E.itemIndex&&E.panel!==null&&Array.isArray(E.panel.itemArray)){var at=E.itemIndex,ut=E.panel.itemArray;rt.ov(ut,at),rt.ts(ut,at,tt)}}else try{if(x!==""){var ft=z(tt,y,rt);rt!==null?rt.setDataProperty(y,x,ft):ko(y,x,ft)}else{var mt=z(tt,y,rt);if(mt!==void 0&&rt!==null&&E!==null&&0<=E.itemIndex&&E.panel!==null&&Array.isArray(E.panel.itemArray)){var yt=E.itemIndex,St=E.panel.itemArray;rt.ov(St,yt),rt.ts(St,yt,mt)}}}catch(Mt){}}finally{this.st.remove(a)}}}},fe.Object.defineProperties(sr.prototype,{Ai:{get:function(){return this.j},set:function(a){this._isFrozen&&Ge(this),this.j=a}},targetProperty:{get:function(){return this.xl},set:function(a){this._isFrozen&&Ge(this),this.xl=a}},sourceName:{get:function(){return this.Cr},set:function(a){this._isFrozen&&Ge(this),this.Cr=a,a!==null&&(this.wn=!1)}},isToModel:{get:function(){return this.wn},set:function(a){this._isFrozen&&Ge(this),this.wn=a}},sourceProperty:{get:function(){return this.sl},set:function(a){this._isFrozen&&Ge(this),this.sl=a}},converter:{get:function(){return this.Im},set:function(a){this._isFrozen&&Ge(this),this.Im=a}},backConverter:{get:function(){return this.wk},set:function(a){this._isFrozen&&Ge(this),this.wk=a}},mode:{get:function(){return this.el},set:function(a){this._isFrozen&&Ge(this),this.el=a}}}),sr.prototype.updateSource=sr.prototype.sp,sr.prototype.updateTarget=sr.prototype.Mv,sr.prototype.ofModel=sr.prototype.dA,sr.prototype.ofObject=sr.prototype.cp,sr.prototype.makeTwoWay=sr.prototype.Kx;var Bx="Binding",E1=new ce(sr,"OneWay",1),hp=new ce(sr,"TwoWay",2);sr.className="Binding",sr.parseEnum=function(a,y){return function(x){return x=He(a,x),x===null?y:x}},sr.toString=Bi,sr.OneWay=E1,sr.TwoWay=hp;function Ri(a,y,x){Pn.call(this),this.Vv=`,
|
|
"insertedLinkKeys": `,this.iy=`,
|
|
"modifiedLinkData": `,this.Xv=`,
|
|
"removedLinkKeys": `,this.md=[],this.$f=new Me,this.wb=new An,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&&(Ae(a)?this.nodeDataArray=a:x=a),x&&(Object.assign(this,x),a=x.Changed)&&(delete this.Changed,this.Pe(a))}Ce(Ri,Pn),Ri.constructGraphLinksModel=Pn.constructGraphLinksModel,Ri.prototype.cloneProtected=function(a){Pn.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},wt=Ri.prototype,wt.clear=function(){Pn.prototype.clear.call(this),this.md=[],this.wb.clear(),this.$f.clear()},wt.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,E;for(E=0;E<x;E++){var b=a[E];y+=" "+this.wa(b)+":"+Bi(b)}for(y+=`
|
|
link data:`,a=this.linkDataArray,x=a.length,E=0;E<x;E++)b=a[E],y+=" "+Sa(this,b,!0)+"-->"+Sa(this,b,!1)}return y},wt.Qv=function(a,y){this.linkKeyProperty===""&&Wt("GraphLinksModel.linkKeyProperty must not be an empty string for .toIncrementalData() to succeed.");var x=Pn.prototype.Qv.call(this,a,y),E=this,b=new Me,z=new Me,tt=new Me,ot=this.vh;a.changes.each(function(ut){ut.model===E&&(ut.modelChange==="linkDataArray"?ut.change===ir?b.add(ut.newValue):ut.change===vr&&tt.add(ut.oldValue):E.Jc(ut.object)?z.add(ut.object):ut.object!==null&&(ut.object!==null&&ot&&ot.contains(ut.object)?ot.get(ut.object).each(function(ft){E.Jc(ft)&&z.add(ft)}):ut.object instanceof Pn||E.lb(ut.object)||N1(E,ut.object).each(function(ft){z.add(ft)})))});var rt=this.il;rt.clear(),b.each(function(ut){rt.add(E.Ac(ut)),y||z.add(ut)});var at=this.kl;return at.clear(),tt.each(function(ut){at.add(E.Ac(ut)),y&&z.add(ut)}),a=E.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},wt.rm=function(){var a=Pn.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},wt.gp=function(a){Pn.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)},wt.Rv=function(){var a=Pn.prototype.Rv.call(this),y=`,
|
|
"linkDataArray": `+Wh(this,this.linkDataArray,!0);return a+y},wt.kv=function(a){Pn.prototype.kv.call(this,a),a=a.linkDataArray,Array.isArray(a)&&(this.dm(a),this.linkDataArray=a)};function N1(a,y){for(var x=new Me,E=0;E<a.linkDataArray.length;E++){var b=a.linkDataArray[E];a0(a,y,b,b,x)}return x}wt.Pv=function(a,y){this.linkKeyProperty===""&&Wt("GraphLinksModel.linkKeyProperty must not be an empty string for .toIncrementalJson() to succeed.");var x=Pn.prototype.Pv.call(this,a,y),E=this,b=new Me,z=new Me,tt=new Me,ot=this.vh;a.changes.each(function(ut){ut.model===E&&(ut.modelChange==="linkDataArray"?ut.change===ir?b.add(ut.newValue):ut.change===vr&&tt.add(ut.oldValue):E.Jc(ut.object)?z.add(ut.object):ut.object!==null&&(ut.object!==null&&ot&&ot.contains(ut.object)?ot.get(ut.object).each(function(ft){E.Jc(ft)&&z.add(ft)}):ut.object instanceof Pn||E.lb(ut.object)||N1(E,ut.object).each(function(ft){z.add(ft)})))});var rt=this.il;rt.clear(),b.each(function(ut){rt.add(E.Ac(ut)),y||z.add(ut)});var at=this.kl;return at.clear(),tt.each(function(ut){at.add(E.Ac(ut)),y&&z.add(ut)}),a=x,0<rt.count&&(a+=(y?this.Xv:this.Vv)+Wh(this,rt.Fa(),!0)),0<z.count&&(a+=this.iy+Wh(this,z.Fa(),!0)),0<at.count&&(a+=(y?this.Vv:this.Xv)+Wh(this,at.Fa(),!0)),at.clear(),rt.clear(),a},wt.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)&&Wt("applyIncrementalJson cannot change Model properties"),Pn.prototype.fp.call(this,a);var y=a.insertedLinkKeys;if(Array.isArray(y))for(var x=y.length,E=0;E<x;E++){var b=y[E],z=this.jh(b);z===null&&(z=this.Jo({}),this.Ks(z,b),this.fi(z))}if(y=a.modifiedLinkData,Array.isArray(y)){for(x=y.length,E=0;E<x;E++)if(b=y[E],z=this.Ac(b),z=this.jh(z),z!==null){for(var tt in b)tt!=="__gohashid"&&tt!==this.linkKeyProperty&&this.setDataProperty(z,tt,b[tt]);F1(this,b,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)},Ri.prototype.changeState=function(a,y){if(a!==null&&a.model===this){if(a.change===Bo){var x=a.object,E=a.propertyName;if(E===this.linkKeyProperty&&this.Jc(x)){var b=a.I(y);y=a.I(!y),y!==void 0&&this.wb.remove(y),b!==void 0&&this.wb.add(b,x),ko(x,E,b);return}}else if(a.change===ir){if(x=a.newParam,a.modelChange==="linkDataArray"){a=a.newValue,Fe(a)&&typeof x=="number"&&(E=this.Ac(a),y?(this.$f.remove(a),this.md[x]===a&&this.md.splice(x,1),E!==void 0&&this.wb.remove(E)):(this.$f.add(a),this.md[x]!==a&&this.md.splice(x,0,a),E!==void 0&&this.wb.add(E,a)));return}if(a.modelChange==="linkLabelKeys"){E=this.Ef(a.object),Array.isArray(E)&&typeof x=="number"&&(y?(x=E.indexOf(a.newValue),0<=x&&E.splice(x,1)):0>E.indexOf(a.newValue)&&E.splice(x,0,a.newValue));return}}else if(a.change===vr){if(x=a.oldParam,a.modelChange==="linkDataArray"){a=a.oldValue,Fe(a)&&typeof x=="number"&&(E=this.Ac(a),y?(this.$f.add(a),this.md[x]!==a&&this.md.splice(x,0,a),E!==void 0&&this.wb.add(E,a)):(this.$f.remove(a),this.md[x]===a&&this.md.splice(x,1),E!==void 0&&this.wb.remove(E)));return}if(a.modelChange==="linkLabelKeys"){E=this.Ef(a.object),Array.isArray(E)&&typeof x=="number"&&(y?0>E.indexOf(a.newValue)&&E.splice(x,0,a.newValue):(x=E.indexOf(a.newValue),0<=x&&E.splice(x,1)));return}}Pn.prototype.changeState.call(this,a,y)}},wt=Ri.prototype,wt.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),ko(x,this.nodeKeyProperty,a),this.xf(x))}return a}},wt.yx=function(a){return Sa(this,a,!0)},wt.wv=function(a,y){Df(this,a,y,!0)},wt.Bx=function(a){return Sa(this,a,!1)},wt.Bv=function(a,y){Df(this,a,y,!1)};function Sa(a,y,x){if(y!==null&&(a=x?a.lf:a.mf,a!==""&&(a=tr(y,a),a!==void 0))){if(Vh(a))return a;Wt((x?"FromKey":"ToKey")+" value for link data "+y+" is not a number or a string: "+a)}}function Df(a,y,x,E){if(x===null&&(x=void 0),y!==null){var b=E?a.lf:a.mf;if(b!=="")if(x=a.Vl(x),a.Jc(y)){var z=tr(y,b);z!==x&&(Sl(a,z,y),ko(y,b,x),a.hc(x)===null&&yl(a,x,y),pr(a,E?"linkFromKey":"linkToKey",Bo,b,y,z,x),typeof b=="string"&&a.La(y,b))}else ko(y,b,x)}}wt.zx=function(a){return u0(this,a,!0)},wt.xv=function(a,y){Of(this,a,y,!0)},wt.Cx=function(a){return u0(this,a,!1)},wt.Cv=function(a,y){Of(this,a,y,!1)};function u0(a,y,x){return y===null||(a=x?a.ej:a.fj,a==="")?"":(y=tr(y,a),y===void 0?"":y)}function Of(a,y,x,E){if(y!==null){var b=E?a.ej:a.fj;if(b!=="")if(a.Jc(y)){var z=tr(y,b);z===void 0&&(z=""),z!==x&&(ko(y,b,x),pr(a,E?"linkFromPortId":"linkToPortId",Bo,b,y,z,x),typeof b=="string"&&a.La(y,b))}else ko(y,b,x)}}wt.Ef=function(a){if(a===null)return h0;var y=this.je;return y===""?h0:(a=tr(a,y),a===void 0?h0:a)},wt.Ls=function(a,y){if(a!==null){var x=this.je;if(x!=="")if(this.Jc(a)){var E=tr(a,x);if(E===void 0&&(E=h0),E!==y){if(Array.isArray(E))for(var b=E.length,z=0;z<b;z++)Sl(this,E[z],a);for(ko(a,x,y),b=y.length,z=0;z<b;z++){var tt=y[z];this.hc(tt)===null&&yl(this,tt,a)}pr(this,"linkLabelKeys",Bo,x,a,E,y),typeof x=="string"&&this.La(a,x)}}else ko(a,x,y)}},wt.Bu=function(a,y){if(y!=null&&a!==null){var x=this.je;if(x!==""){var E=tr(a,x);if(E===void 0)x=[],x.push(y),this.Ls(a,x);else if(Array.isArray(E)){var b=E.indexOf(y);0<=b||(b=E.length,E.push(y),this.Jc(a)&&(this.hc(y)===null&&yl(this,y,a),pr(this,"linkLabelKeys",ir,x,a,null,y,null,b)))}else Wt(x+" property is not an Array; cannot addLabelKeyForLinkData: "+a)}}},wt.Qx=function(a,y){if(y!=null&&a!==null){var x=this.je;if(x!==""){var E=tr(a,x);if(Array.isArray(E)){var b=E.indexOf(y);0>b||(E.splice(b,1),this.Jc(a)&&(Sl(this,y,a),pr(this,"linkLabelKeys",vr,x,a,y,null,b,null)))}else E!==void 0&&Wt(x+" property is not an Array; cannot removeLabelKeyforLinkData: "+a)}}},wt.Ac=function(a){if(a!==null){var y=this.Jh;if(y!==""&&(y=tr(a,y),y!==void 0)){if(Vh(y))return y;Wt("Key value for link data "+a+" is not a number or a string: "+y)}}},wt.Ks=function(a,y){if(a!==null){var x=this.Jh;if(x!=="")if(this.Jc(a)){var E=tr(a,x);E!==y&&this.jh(y)===null&&(ko(a,x,y),E!==void 0&&this.wb.remove(E),this.wb.add(y,a),pr(this,"linkKey",Bo,x,a,E,y),typeof x=="string"&&this.La(a,x))}else ko(a,x,y)}},wt.jh=function(a){return a===null&&Wt("GraphLinksModel.findLinkDataForKey:key must not be null"),a!==void 0&&Vh(a)?this.wb.I(a):null},wt.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 E=this.cl;if(E!==null&&(x=E(this,a),x!=null&&!this.wb.contains(x))){ko(a,y,x);return}if(typeof x=="string"){for(E=2;this.wb.contains(x+E);)E++;ko(a,y,x+E)}else if(x===void 0||typeof x=="number"){for(x=-this.wb.count-1;this.wb.contains(x);)x--;ko(a,y,x)}}}}},wt.Jc=function(a){return a===null?!1:this.$f.contains(a)},wt.fi=function(a){a!==null&&(Gn(a),this.Jc(a)||b1(this,a,!0))};function b1(a,y,x){if(a.linkKeyProperty!==""){var E=a.Ac(y);if(E!==void 0&&a.wb.I(E)===y)return;a.Bs(y),E=a.Ac(y),E===void 0&&Wt("GraphLinksModel.makeLinkDataKeyUnique failed on "+y+". Data not added to model."),a.wb.add(E,y)}a.$f.add(y),E=null,x&&(E=a.md.length,a.md.splice(E,0,y)),pr(a,"linkDataArray",ir,"linkDataArray",a,null,y,null,E),cy(a,y)}wt.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)},wt.bm=function(a){a!==null&&T1(this,a,!0)};function T1(a,y,x){a.$f.remove(y);var E=a.Ac(y);if(E!==void 0&&a.wb.remove(E),E=null,x){if(E=a.md.indexOf(y),0>E)return;a.md.splice(E,1)}if(pr(a,"linkDataArray",vr,"linkDataArray",a,y,null,E,null),x=Sa(a,y,!0),Sl(a,x,y),x=Sa(a,y,!1),Sl(a,x,y),E=a.Ef(y),Array.isArray(E))for(var b=E.length,z=0;z<b;z++)x=E[z],Sl(a,x,y)}wt.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)},wt.Zz=function(a){if(this.linkKeyProperty===""&&Wt("GraphLinksModel.linkKeyProperty must not be an empty string for .mergeLinkDataArray() to succeed."),a!==this.linkDataArray&&Ae(a)){var y=this.kl;y.clear(),y.addAll(this.wb.iteratorKeys);var x=this.il;x.clear();for(var E=a.length,b=0;b<E;b++){var z=a[b],tt=this.Ac(z);if(tt!==void 0){x.add(tt);var ot=this.jh(tt);ot!==z&&(ot!==null?(this.Do(ot,z),F1(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();)E=a.value,x.contains(E)||(E=this.jh(E))&&this.bm(E);y.clear(),x.clear()}};function cy(a,y){var x=Sa(a,y,!0);x=a.Vl(x),a.hc(x)===null&&yl(a,x,y),x=Sa(a,y,!1),x=a.Vl(x),a.hc(x)===null&&yl(a,x,y);var E=a.Ef(y);if(Array.isArray(E))for(var b=E.length,z=0;z<b;z++)x=E[z],a.hc(x)===null&&yl(a,x,y)}wt.Jo=function(a){if(a===null)return null;var y=this.Ak;return a=y!==null?y(a,this):l0(this,a,!0),Fe(a)&&(Cn(a),this.lf!==""&&ko(a,this.lf,void 0),this.mf!==""&&ko(a,this.mf,void 0),this.je!==""&&ko(a,this.je,[])),a},wt.Yu=function(a){if(a===null)return!1;var y=this.jl;return y===""?!1:!!tr(a,y)},wt.lh=function(a){if(a!==null){var y=this.Je;if(y!==""&&(y=tr(a,y),y!==void 0)){if(Vh(y))return y;Wt("GroupKey value for node data "+a+" is not a number or a string: "+y)}}},wt.mp=function(a,y){if(y===null&&(y=void 0),a!==null){var x=this.Je;if(x!=="")if(this.lb(a)){var E=tr(a,x);E!==y&&(Sl(this,E,a),ko(a,x,y),this.hc(y)===null&&yl(this,y,a),pr(this,"nodeGroupKey",Bo,x,a,E,y),typeof x=="string"&&this.La(a,x))}else ko(a,x,y)}},Ri.prototype.copyNodeData=function(a){return a===null?null:(a=Pn.prototype.copyNodeData.call(this,a),this.Ij||this.Je===""||tr(a,this.Je)===void 0||ko(a,this.Je,void 0),a)},Ri.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){Df(this,a,x,!0);return}if(y===this.linkToKeyProperty){Df(this,a,x,!1);return}if(y===this.linkFromPortIdProperty){Of(this,a,x,!0);return}if(y===this.linkToPortIdProperty){Of(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 E=tr(a,y);E!==x&&(ko(a,y,x),this.Fs(a,y,E,x))},wt=Ri.prototype,wt.Do=function(a,y){if(y){var x=this.lb(a),E=this.Jc(a),b;for(b in y)b==="__gohashid"||x&&b===this.nodeKeyProperty||x&&b===this.nodeIsGroupProperty&&tr(a,b)===y[b]||E&&b===this.linkKeyProperty||this.setDataProperty(a,b,y[b])}},wt.jp=function(a,y){Pn.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 E=x.value,b=a,z=y;if(Sa(this,E,!0)===b){var tt=this.lf;ko(E,tt,z),pr(this,"linkFromKey",Bo,tt,E,b,z),typeof tt=="string"&&this.La(E,tt)}if(Sa(this,E,!1)===b&&(tt=this.mf,ko(E,tt,z),pr(this,"linkToKey",Bo,tt,E,b,z),typeof tt=="string"&&this.La(E,tt)),tt=this.Ef(E),Array.isArray(tt))for(var ot=tt.length,rt=this.je,at=0;at<ot;at++)tt[at]===b&&(tt[at]=z,pr(this,"linkLabelKeys",ir,rt,E,b,z,at,at))}},wt.qv=function(a,y,x){if(this.lh(a)===y){var E=this.Je;ko(a,E,x),pr(this,"nodeGroupKey",Bo,E,a,y,x),typeof E=="string"&&this.La(a,E)}},wt.Lv=function(){Pn.prototype.Lv.call(this);for(var a=this.linkDataArray,y=a.length,x=0;x<y;x++)cy(this,a[x])},wt.fm=function(a){Pn.prototype.fm.call(this,a),a=this.wa(a);var y=lp(this,a);if(y!==null){var x=In();for(y=y.iterator;y.next();){var E=y.value;if(this.lb(E)){if(this.lh(E)===a){var b=this.Je;pr(this,"nodeGroupKey",Bo,b,E,a,a),typeof b=="string"&&this.La(E,b),x.push(E)}}else if(Sa(this,E,!0)===a&&(b=this.lf,pr(this,"linkFromKey",Bo,b,E,a,a),typeof b=="string"&&this.La(E,b),x.push(E)),Sa(this,E,!1)===a&&(b=this.mf,pr(this,"linkToKey",Bo,b,E,a,a),typeof b=="string"&&this.La(E,b),x.push(E)),b=this.Ef(E),Array.isArray(b))for(var z=b.length,tt=this.je,ot=0;ot<z;ot++)b[ot]===a&&(pr(this,"linkLabelKeys",ir,tt,E,a,a,ot,ot),x.push(E))}for(y=0;y<x.length;y++)Sl(this,a,x[y]);mn(x)}},wt.em=function(a){Pn.prototype.em.call(this,a);var y=this.lh(a);this.hc(y)===null&&yl(this,y,a)},wt.qp=function(a){Pn.prototype.qp.call(this,a);var y=this.lh(a);Sl(this,y,a)},wt.ps=function(a){if(a===null)return"";var y=this.dj;if(y===""||(y=tr(a,y),y===void 0))return"";if(typeof y=="string")return y;Wt("getCategoryForLinkData found a non-string category for "+a+": "+y)},Ri.prototype.getLinkCategoryForData=function(a){return this.ps(a)},Ri.prototype.lp=function(a,y){if(a!==null){var x=this.dj;if(x!=="")if(this.Jc(a)){var E=tr(a,x);E===void 0&&(E=""),E!==y&&(ko(a,x,y),pr(this,"linkCategory",Bo,x,a,E,y),typeof x=="string"&&this.La(a,x))}else ko(a,x,y)}},Ri.prototype.setLinkCategoryForData=function(a,y){this.lp(a,y)},wt=Ri.prototype,wt.lm=function(a,y){Pn.prototype.lm.call(this,a,y),this.mp(y,this.lh(a))};function F1(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))}wt.Wj=function(){return!0},wt.ri=function(){return!0},wt.xs=function(){return!0},wt.Xj=function(){return!0},fe.Object.defineProperties(Ri.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,E=0;E<x;E++){var b=a[E];Fe(b)||Wt("GraphLinksModel.linkDataArray must only contain Objects, not: "+b),Gn(b)}if(this.md=a,this.linkKeyProperty!==""){for(E=new Ee,b=0;b<x;b++){var z=a[b],tt=this.Ac(z);tt===void 0||this.wb.I(tt)!==null?E.add(z):this.wb.add(tt,z)}for(E=E.iterator;E.next();)b=E.value,this.Bs(b),z=this.Ac(b),z!==void 0&&this.wb.add(z,b)}for(E=new Me,b=0;b<x;b++)E.add(a[b]);for(this.$f=E,pr(this,"linkDataArray",Bo,"linkDataArray",this,y,a),y=0;y<x;y++)cy(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,E=0;E<x;E++){var b=this.linkDataArray[E],z=this.Ac(b);z===void 0&&(this.Bs(b),z=this.Ac(b)),z!==void 0&&this.wb.add(z,b)}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"}}}),Ri.prototype.setCategoryForLinkData=Ri.prototype.lp,Ri.prototype.getCategoryForLinkData=Ri.prototype.ps,Ri.prototype.assignAllDataProperties=Ri.prototype.Do,Ri.prototype.setGroupKeyForNodeData=Ri.prototype.mp,Ri.prototype.getGroupKeyForNodeData=Ri.prototype.lh,Ri.prototype.isGroupForNodeData=Ri.prototype.Yu,Ri.prototype.copyLinkData=Ri.prototype.Jo,Ri.prototype.mergeLinkDataArray=Ri.prototype.Zz,Ri.prototype.removeLinkDataCollection=Ri.prototype.lA,Ri.prototype.removeLinkData=Ri.prototype.bm,Ri.prototype.addLinkDataCollection=Ri.prototype.Ey,Ri.prototype.addLinkData=Ri.prototype.fi,Ri.prototype.containsLinkData=Ri.prototype.Jc,Ri.prototype.makeLinkDataKeyUnique=Ri.prototype.Bs,Ri.prototype.findLinkDataForKey=Ri.prototype.jh,Ri.prototype.setKeyForLinkData=Ri.prototype.Ks,Ri.prototype.getKeyForLinkData=Ri.prototype.Ac,Ri.prototype.removeLabelKeyForLinkData=Ri.prototype.Qx,Ri.prototype.addLabelKeyForLinkData=Ri.prototype.Bu,Ri.prototype.setLabelKeysForLinkData=Ri.prototype.Ls,Ri.prototype.getLabelKeysForLinkData=Ri.prototype.Ef,Ri.prototype.setToPortIdForLinkData=Ri.prototype.Cv,Ri.prototype.getToPortIdForLinkData=Ri.prototype.Cx,Ri.prototype.setFromPortIdForLinkData=Ri.prototype.xv,Ri.prototype.getFromPortIdForLinkData=Ri.prototype.zx,Ri.prototype.setToKeyForLinkData=Ri.prototype.Bv,Ri.prototype.getToKeyForLinkData=Ri.prototype.Bx,Ri.prototype.setFromKeyForLinkData=Ri.prototype.wv,Ri.prototype.getFromKeyForLinkData=Ri.prototype.yx,Ri.prototype.clear=Ri.prototype.clear;var h0=Object.freeze([]);Ri.className="GraphLinksModel",ll.GraphLinksModel=Ri,Pn.constructGraphLinksModel=Pn.constructGraphLinksModel=function(){return new Ri},Pn.initDiagramModel=hy=function(){return new Ri};function As(a,y){Pn.call(this),this.Ke="parent",this.Nm=!1,this.nj="parentLinkCategory",a!==void 0&&(Ae(a)?this.nodeDataArray=a:y=a),y&&(Object.assign(this,y),a=y.Changed)&&(delete this.Changed,this.Pe(a))}Ce(As,Pn),As.constructGraphLinksModel=Pn.constructGraphLinksModel,As.prototype.cloneProtected=function(a){Pn.prototype.cloneProtected.call(this,a),a.Ke=this.Ke,a.Nm=this.Nm,a.nj=this.nj},wt=As.prototype,wt.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,E=0;E<x;E++){var b=a[E];y+=" "+this.wa(b)+":"+Bi(b)}}return y},wt.rm=function(){var a=Pn.prototype.rm.call(this),y="";return this.nodeParentKeyProperty!=="parent"&&typeof this.nodeParentKeyProperty=="string"&&(y+=`,
|
|
"nodeParentKeyProperty": `+this.quote(this.nodeParentKeyProperty)),a+y},wt.gp=function(a){Pn.prototype.gp.call(this,a),a.nodeParentKeyProperty&&(this.nodeParentKeyProperty=a.nodeParentKeyProperty)},wt.fp=function(a){a.nodeParentKeyProperty!==void 0&&a.nodeParentKeyProperty!==this.nodeParentKeyProperty&&Wt("applyIncrementalJson cannot change Model properties"),Pn.prototype.fp.call(this,a)},wt.Vl=function(a){return a},wt.mh=function(a){if(a!==null){var y=this.Ke;if(y!==""&&(y=tr(a,y),y!==void 0)){if(Vh(y))return y;Wt("ParentKey value for node data "+a+" is not a number or a string: "+y)}}},wt.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 E=tr(a,x);E!==y&&(Sl(this,E,a),ko(a,x,y),this.hc(y)===null&&yl(this,y,a),pr(this,"nodeParentKey",Bo,x,a,E,y),typeof x=="string"&&this.La(a,x))}else ko(a,x,y)}},wt.ss=function(a){if(a===null)return"";var y=this.nj;return y===""||(y=tr(a,y),y===void 0)?"":typeof y=="string"?y:(Wt("getParentLinkCategoryForNodeData found a non-string category for "+a+": "+y),"")},As.prototype.getLinkCategoryForData=function(a){return this.ss(a)},As.prototype.Ms=function(a,y){if(a!==null){var x=this.nj;if(x!=="")if(this.lb(a)){var E=tr(a,x);E===void 0&&(E=""),E!==y&&(ko(a,x,y),pr(this,"parentLinkCategory",Bo,x,a,E,y),typeof x=="string"&&this.La(a,x))}else ko(a,x,y)}},As.prototype.setLinkCategoryForData=function(a,y){this.Ms(a,y)},As.prototype.copyNodeData=function(a){return a===null?null:(a=Pn.prototype.copyNodeData.call(this,a),this.Jj||this.Ke===""||tr(a,this.Ke)===void 0||ko(a,this.Ke,void 0),a)},As.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 E=tr(a,y);E!==x&&(ko(a,y,x),this.Fs(a,y,E,x))},wt=As.prototype,wt.jp=function(a,y){Pn.prototype.jp.call(this,a,y);for(var x=this.kb.iterator;x.next();)this.qv(x.value,a,y)},wt.qv=function(a,y,x){if(this.mh(a)===y){var E=this.Ke;ko(a,E,x),pr(this,"nodeParentKey",Bo,E,a,y,x),typeof E=="string"&&this.La(a,E)}},wt.fm=function(a){Pn.prototype.fm.call(this,a),a=this.wa(a);var y=lp(this,a);if(y!==null){var x=In();for(y=y.iterator;y.next();){var E=y.value;if(this.lb(E)&&this.mh(E)===a){var b=this.Ke;pr(this,"nodeParentKey",Bo,b,E,a,a),typeof b=="string"&&this.La(E,b),x.push(E)}}for(y=0;y<x.length;y++)Sl(this,a,x[y]);mn(x)}},wt.em=function(a){Pn.prototype.em.call(this,a);var y=this.mh(a);y=this.Vl(y),this.hc(y)===null&&yl(this,y,a)},wt.qp=function(a){Pn.prototype.qp.call(this,a);var y=this.mh(a);Sl(this,y,a)},wt.lm=function(a,y){Pn.prototype.lm.call(this,a,y),this.Ms(y,this.ss(a)),this.qe(y,this.mh(a))},wt.Tl=function(){return!0},wt.xs=function(){return!0},fe.Object.defineProperties(As.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"}}}),As.prototype.setParentLinkCategoryForNodeData=As.prototype.Ms,As.prototype.getParentLinkCategoryForNodeData=As.prototype.ss,As.prototype.setParentKeyForNodeData=As.prototype.qe,As.prototype.getParentKeyForNodeData=As.prototype.mh,As.className="TreeModel",ll.TreeModel=As;function jo(a){Eo.call(this),this.lw=this.Zm=this.lc=0,this.Wp=360,this.kw=ul,this.Ti=0,this.Zv=new At,this.Jp=this.me=0,this.Xr=new gp,this.gt=this.mj=0,this.ty=600,this.eo=NaN,this.Cm=1,this.ro=0,this.ul=360,this.Rb=ul,this.K=Ds,this.nd=Rf,this.hd=oy,this.tf=6,this.Nn=v0,a&&Object.assign(this,a)}Ce(jo,Eo),jo.prototype.cloneProtected=function(a){Eo.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},jo.prototype.qb=function(a){a.classType===jo?a===p0||a===m0||a===f0||a===g0||a===Rf?this.sorting=a:a===Rd||a===If||a===Ds||a===Zh?this.direction=a:a===nh||a===Uh||a===ul||a===hl?this.arrangement=a:(a===Mc||a===v0)&&(this.nodeDiameterFormula=a):Eo.prototype.qb.call(this,a)},jo.prototype.createNetwork=function(){return new jf(this)},jo.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 Ee;y.addAll(a.iterator),a=new Ee;var x=new Ee,E=this.sort(y),b,z,tt=this.Jp,ot=this.arrangement,rt=this.nodeDiameterFormula,at=this.radius;(!isFinite(at)||0>=at)&&(at=NaN);var ut=this.aspectRatio;(!isFinite(ut)||0>=ut)&&(ut=1);var ft=this.startAngle;isFinite(ft)||(ft=0);var mt=this.sweepAngle;if((!isFinite(mt)||360<mt||1>mt)&&(mt=360),y=this.spacing,isFinite(y)||(y=NaN),ot===hl&&rt===Mc?ot=ul:ot===hl&&rt!==Mc&&(ot=this.arrangement),(this.direction===Rd||this.direction===If)&&this.sorting!==Rf){for(rt=0;!(rt>=E.length)&&(a.add(E.M(rt)),!(rt+1>=E.length));rt+=2)x.add(E.M(rt+1));this.direction===Rd?(this.arrangement===hl&&a.reverse(),E=new Ee,E.addAll(a),E.addAll(x)):(this.arrangement===hl&&x.reverse(),E=new Ee,E.addAll(x),E.addAll(a))}rt=E.length;for(var yt=z=b=0;yt<E.length;yt++){var St=ft+mt*z*(this.direction===Ds?1:-1)/rt,Mt=E.M(yt).diameter;isNaN(Mt)&&(Mt=Kh(E.M(yt),St)),360>mt&&(yt===0||yt===E.length-1)&&(Mt/=2),b+=Mt,z++}if(isNaN(at)||ot===hl){if(isNaN(y)&&(y=6),ot!==ul&&ot!==hl){for(z=-1/0,tt=0;tt<rt;tt++)yt=E.M(tt),b=E.M(tt===rt-1?0:tt+1),isNaN(yt.diameter)&&Kh(yt,0),isNaN(b.diameter)&&Kh(b,0),z=Math.max(z,(yt.diameter+b.diameter)/2);tt=z+y,ot===nh?at=(z+y)/(2*Math.PI/rt):at=d0(this,tt*(360<=mt?rt:rt-1),ut,ft*Math.PI/180,mt*Math.PI/180)}else at=d0(this,b+(360<=mt?rt:rt-1)*(ot!==hl?y:1.6*y),ut,ft*Math.PI/180,mt*Math.PI/180);z=at*ut}else if(z=at*ut,yt=fy(this,at,z,ft*Math.PI/180,mt*Math.PI/180),isNaN(y))(ot===ul||ot===hl)&&(y=(yt-b)/(360<=mt?rt:rt-1));else if(ot===ul||ot===hl)yt=(yt-b)/(360<=mt?rt:rt-1),yt<y?(at=d0(this,b+y*(360<=mt?rt:rt-1),ut,ft*Math.PI/180,mt*Math.PI/180),z=at*ut):y=yt;else{for(tt=-1/0,b=0;b<rt;b++)St=E.M(b),Mt=E.M(b===rt-1?0:b+1),isNaN(St.diameter)&&Kh(St,0),isNaN(Mt.diameter)&&Kh(Mt,0),tt=Math.max(tt,(St.diameter+Mt.diameter)/2);tt+=y,b=d0(this,tt*(360<=mt?rt:rt-1),ut,ft*Math.PI/180,mt*Math.PI/180),b>at?(at=b,z=at*ut):tt=yt/(360<=mt?rt:rt-1)}if(this.kw=ot,this.lc=at,this.Zm=ut,this.lw=ft,this.Wp=mt,this.Ti=y,this.me=z,this.Jp=tt,y=E,E=this.kw,ot=this.lc,at=this.lw,ut=this.Wp,ft=this.Ti,mt=this.me,rt=this.Jp,this.direction!==Rd&&this.direction!==If||E!==hl)if(this.direction===Rd||this.direction===If){switch(tt=0,E){case Uh:tt=180*c0(this,ot,mt,at,rt)/Math.PI;break;case ul:rt=y=0,tt=a.first(),tt!==null&&(y=Kh(tt,Math.PI/2)),tt=x.first(),tt!==null&&(rt=Kh(tt,Math.PI/2)),tt=180*c0(this,ot,mt,at,ft+(y+rt)/2)/Math.PI;break;case nh:tt=ut/y.length}if(this.direction===Rd){switch(E){case Uh:fp(this,a,at,Zh);break;case ul:cp(this,a,at,Zh);break;case nh:dp(this,a,ut/2,at,Zh)}switch(E){case Uh:fp(this,x,at+tt,Ds);break;case ul:cp(this,x,at+tt,Ds);break;case nh:dp(this,x,ut/2,at+tt,Ds)}}else{switch(E){case Uh:fp(this,x,at,Zh);break;case ul:cp(this,x,at,Zh);break;case nh:dp(this,x,ut/2,at,Zh)}switch(E){case Uh:fp(this,a,at+tt,Ds);break;case ul:cp(this,a,at+tt,Ds);break;case nh:dp(this,a,ut/2,at+tt,Ds)}}}else switch(E){case Uh:fp(this,y,at,this.direction);break;case ul:cp(this,y,at,this.direction);break;case nh:dp(this,y,ut,at,this.direction);break;case hl:B1(this,y,ut,at,this.direction)}else B1(this,y,ut,at-ut/2,Ds)}this.updateParts(),this.network=null,this.isValidLayout=!0};function dp(a,y,x,E,b){var z=a.Wp,tt=a.lc;a=a.me,E=E*Math.PI/180,x=x*Math.PI/180;for(var ot=y.length,rt=0;rt<ot;rt++){var at=E+(b===Ds?rt*x/(360<=z?ot:ot-1):-(rt*x)/ot),ut=y.M(rt),ft=tt*Math.tan(at)/a;ft=Math.sqrt((tt*tt+a*a*ft*ft)/(1+ft*ft)),ut.centerX=ft*Math.cos(at),ut.centerY=ft*Math.sin(at),ut.actualAngle=180*at/Math.PI}}function cp(a,y,x,E){var b=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),ut=y.M(rt===ot-1?0:rt+1),ft=z*Math.sin(x);at.centerX=b*Math.cos(x),at.centerY=ft,at.actualAngle=180*x/Math.PI,isNaN(at.diameter)&&Kh(at,0),isNaN(ut.diameter)&&Kh(ut,0),at=c0(a,b,z,E===Ds?x:-x,(at.diameter+ut.diameter)/2+tt),x+=E===Ds?at:-at}}function fp(a,y,x,E){var b=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=b*Math.cos(x),at.centerY=z*Math.sin(x),at.actualAngle=180*x/Math.PI,at=c0(a,b,z,E===Ds?x:-x,tt),x+=E===Ds?at:-at}}function B1(a,y,x,E,b){var z=a.Wp;if(a.mj=0,a.Xr=new gp,360>x){for(z=E+(b===Ds?z:-z);0>z;)z+=360;z%=360,180<z&&(z-=360),z*=Math.PI/180,a.gt=z,D1(a,y,x,E,b)}else A1(a,y,x,E,b);a.Xr.commit(y)}function A1(a,y,x,E,b){var z=a.lc,tt=a.Ti,ot=a.Zm,rt=z*Math.cos(E*Math.PI/180),at=a.me*Math.sin(E*Math.PI/180),ut=y.Fa();if(ut.length===3)ut[0].centerX=z,ut[0].centerY=0,ut[1].centerX=ut[0].centerX-ut[0].width/2-ut[1].width/2-tt,ut[1].y=ut[0].y,ut[2].centerX=(ut[0].centerX+ut[1].centerX)/2,ut[2].y=ut[0].y-ut[2].height-tt;else if(ut.length===4)ut[0].centerX=z,ut[0].centerY=0,ut[2].centerX=-ut[0].centerX,ut[2].centerY=ut[0].centerY,ut[1].centerX=0,ut[1].y=Math.min(ut[0].y,ut[2].y)-ut[1].height-tt,ut[3].centerX=0,ut[3].y=Math.max(ut[0].y+ut[0].height+tt,ut[2].y+ut[2].height+tt);else{z=At.alloc();for(var ft=0;ft<ut.length&&(ut[ft].centerX=rt,ut[ft].centerY=at,!(ft>=ut.length-1));ft++)O1(a,rt,at,ut,ft,b,z)||I1(a,rt,at,ut,ft,b,z),rt=z.x,at=z.y;if(At.free(z),a.mj++,!(23<a.mj)){rt=ut[0].centerX,at=ut[0].centerY,z=ut[ut.length-1].centerX,ft=ut[ut.length-1].centerY;var mt=Math.abs(rt-z)-((ut[0].width+ut[ut.length-1].width)/2+tt),yt=Math.abs(at-ft)-((ut[0].height+ut[ut.length-1].height)/2+tt);tt=0,1>Math.abs(yt)?Math.abs(rt-z)<(ut[0].width+ut[ut.length-1].width)/2&&(tt=0):tt=0<yt?yt:1>Math.abs(mt)?0:mt,rt=Math.abs(z)>Math.abs(ft)?0<z!=at>ft:0<ft!=rt<z,(rt=b===Ds?rt:!rt)&&(tt=-Math.abs(tt),tt=Math.min(tt,-ut[ut.length-1].width),tt=Math.min(tt,-ut[ut.length-1].height)),a.Xr.compare(tt,ut),1<Math.abs(tt)&&(a.lc=8>a.mj?a.lc-tt/(2*Math.PI):5>ut.length&&10<tt?a.lc/2:a.lc-(0<tt?1.7:-2.3),a.me=a.lc*ot,A1(a,y,x,E,b))}}}function D1(a,y,x,E,b){for(var z=a.lc,tt=a.me,ot=a.Zm,rt=z*Math.cos(E*Math.PI/180),at=tt*Math.sin(E*Math.PI/180),ut=At.alloc(),ft=y.Fa(),mt=0;mt<ft.length&&(ft[mt].centerX=rt,ft[mt].centerY=at,!(mt>=ft.length-1));mt++)O1(a,rt,at,ft,mt,b,ut)||I1(a,rt,at,ft,mt,b,ut),rt=ut.x,at=ut.y;if(At.free(ut),a.mj++,!(23<a.mj)){if(rt=Math.atan2(at,rt),rt=b===Ds?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<ft.length;rt++)tt.mk[rt]=ft[rt].bounds.x,tt.tm[rt]=ft[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,D1(a,y,x,E,b))}}function O1(a,y,x,E,b,z,tt){var ot=a.lc,rt=a.me,at=0;a=(E[b].width+E[b+1].width)/2+a.Ti;var ut=!1;if(0<=x!=(z===Ds)){if(z=y+a,z>ot){if(z=y-a,z<-ot)return tt.x=z,tt.y=at,!1;ut=!0}}else if(z=y-a,z<-ot){if(z=y+a,z>ot)return tt.x=z,tt.y=at,!1;ut=!0}return at=Math.sqrt(1-Math.min(1,z*z/(ot*ot)))*rt,0>x!==ut&&(at=-at),Math.abs(x-at)>(E[b].height+E[b+1].height)/2?(tt.x=z,tt.y=at,!1):(tt.x=z,tt.y=at,!0)}function I1(a,y,x,E,b,z,tt){var ot=a.lc,rt=a.me,at=0;if(a=(E[b].height+E[b+1].height)/2+a.Ti,E=!1,0<=y!=(z===Ds)){if(z=x-a,z<-rt){if(z=x+a,z>rt){tt.x=at,tt.y=z;return}E=!0}}else if(z=x+a,z>rt){if(z=x-a,z<-rt){tt.x=at,tt.y=z;return}E=!0}at=Math.sqrt(1-Math.min(1,z*z/(rt*rt)))*ot,0>y!==E&&(at=-at),tt.x=at,tt.y=z}jo.prototype.commitLayout=function(){this.commitNodes(),this.isRouting&&this.commitLinks()},jo.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 At(0,0):(x.x=this.arrangementOrigin.x+this.lc,x.y=this.arrangementOrigin.y+this.me);for(var E=this.network.vertexes.iterator;E.next();){var b=E.value;b.x+=x.x,b.y+=x.y,b.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))},jo.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()};function fy(a,y,x,E,b){var z=a.ty;if(.001>Math.abs(a.Zm-1))return E!==void 0&&b!==void 0?b*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=E!==void 0&&b!==void 0?b/(z+1):Math.PI/(2*(z+1)),rt=0,at=0;at<=z;at++){E!==void 0&&b!==void 0?rt=E+at*b/z:rt=at*Math.PI/(2*z);var ut=Math.sin(rt);tt+=Math.sqrt(1-a*a*ut*ut)*ot}return E!==void 0&&b!==void 0?(y>x?y:x)*tt:4*(y>x?y:x)*tt}function d0(a,y,x,E,b){return y/(E!==void 0&&b!==void 0?fy(a,1,x,E,b):fy(a,1,x))}function c0(a,y,x,E,b){if(.001>Math.abs(a.Zm-1))return b/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&&(E+=Math.PI/2);for(var ot=0;;ot++){var rt=Math.sin(E+ot*a);if(tt+=(y>x?y:x)*Math.sqrt(1-z*z*rt*rt)*a,tt>=b)return ot*a}}jo.prototype.sort=function(a){switch(this.sorting){case f0:break;case g0:a.reverse();break;case p0:a.sort(this.comparer);break;case m0:a.sort(this.comparer),a.reverse();break;case Rf:return this.ak(Ax(a));default:Wt("Invalid sorting type.")}return a};function Ax(a){for(var y=[],x=0;x<a.length;x++)y.push(0);x=new Ee;for(var E=0;E<a.length;E++){var b=-1,z=-1;if(E===0)for(var tt=0;tt<a.length;tt++){var ot=a.M(tt).edgesCount;ot>b&&(b=ot,z=tt)}else for(tt=0;tt<a.length;tt++)ot=y[tt],ot>b&&(b=ot,z=tt);for(x.add(a.M(z)),y[z]=-1,z=a.M(z),tt=z.sourceEdges;tt.next();)b=a.indexOf(tt.value.fromVertex),0>b||0<=y[b]&&y[b]++;for(z=z.destinationEdges;z.next();)b=a.indexOf(z.value.toVertex),0>b||0<=y[b]&&y[b]++}return x}jo.prototype.ak=function(a){for(var y=[],x=0;x<a.length;x++){var E=a.M(x);y[x]=[];for(var b,z=E.destinationEdges;z.next();)b=a.indexOf(z.value.toVertex),b!==x&&0>y[x].indexOf(b)&&y[x].push(b);for(E=E.sourceEdges;E.next();)b=a.indexOf(E.value.fromVertex),b!==x&&0>y[x].indexOf(b)&&y[x].push(b)}for(z=[],x=0;x<y.length;x++)z[x]=0;x=[];var tt=[],ot=[];E=[],b=new Ee;for(var rt=0,at=0;at<y.length;at++){var ut=y[at].length;if(ut===1)E.push(at);else if(ut===0)b.add(a.M(at));else{if(rt===0)x.push(at);else{for(var ft=ut=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 Mt=yt[St],It=y[at],Tt=0,jt=0;jt<tt.length;jt++){var Gt=z[tt[jt]],Ht=z[ot[jt]];if(Gt<Ht){var Yt=Gt;Gt=Ht}else Yt=Ht;if(Yt<Mt&&Mt<=Gt)for(Ht=0;Ht<It.length;Ht++){var re=It[Ht];0>x.indexOf(re)||Yt<z[re]&&z[re]<Gt||Yt===z[re]||Gt===z[re]||Tt++}else for(Ht=0;Ht<It.length;Ht++)re=It[Ht],0>x.indexOf(re)||Yt<z[re]&&z[re]<Gt&&Yt!==z[re]&&Gt!==z[re]&&Tt++}for(It=Tt,jt=Tt=0;jt<y[at].length;jt++)Yt=x.indexOf(y[at][jt]),0<=Yt&&(Yt=Math.abs(Mt-(Yt>=Mt?Yt+1:Yt)),Tt+=Yt<x.length+1-Yt?Yt:x.length+1-Yt);for(jt=0;jt<tt.length;jt++)Yt=z[tt[jt]],Gt=z[ot[jt]],Yt>=Mt&&Yt++,Gt>=Mt&&Gt++,Yt>Gt&&(Ht=Gt,Gt=Yt,Yt=Ht),Gt-Yt<(x.length+2)/2==(Yt<Mt&&Mt<=Gt)&&Tt++;(It<ut||It===ut&&Tt<ft)&&(ut=It,ft=Tt,mt=Mt)}for(x.splice(mt,0,at),ut=0;ut<x.length;ut++)z[x[ut]]=ut;for(ut=0;ut<y[at].length;ut++)ft=y[at][ut],0<=x.indexOf(ft)&&(tt.push(at),ot.push(ft))}rt++}}for(tt=x.length;;){for(z=!0,ot=0;ot<E.length;ot++)if(rt=E[ot],at=y[rt][0],ut=x.indexOf(at),0<=ut){for(mt=ft=0;mt<y[at].length;mt++)yt=x.indexOf(y[at][mt]),0>yt||yt===ut||(St=yt>ut?yt-ut:ut-yt,ft+=yt<ut!=St>tt-St?1:-1);x.splice(0>ft?ut:ut+1,0,rt),E.splice(ot,1),ot--}else z=!1;if(z)break;x.push(E[0]),E.splice(0,1)}for(y=0;y<x.length;y++)b.add(a.M(x[y]));return b},fe.Object.defineProperties(jo.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!==hl&&a!==ul&&a!==Uh&&a!==nh||(this.Rb=a,this.C())}},direction:{get:function(){return this.K},set:function(a){this.K===a||a!==Ds&&a!==Zh&&a!==Rd&&a!==If||(this.K=a,this.C())}},sorting:{get:function(){return this.nd},set:function(a){this.nd===a||a!==f0&&a!==g0&&a!==p0&&!m0&&a!==Rf||(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!==Mc||(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 ul=new ce(jo,"ConstantSpacing",0),Uh=new ce(jo,"ConstantDistance",1),nh=new ce(jo,"ConstantAngle",2),hl=new ce(jo,"Packed",3),Ds=new ce(jo,"Clockwise",4),Zh=new ce(jo,"Counterclockwise",5),Rd=new ce(jo,"BidirectionalLeft",6),If=new ce(jo,"BidirectionalRight",7),f0=new ce(jo,"Forwards",8),g0=new ce(jo,"Reverse",9),p0=new ce(jo,"Ascending",10),m0=new ce(jo,"Descending",11),Rf=new ce(jo,"Optimized",12),v0=new ce(jo,"Pythagorean",13),Mc=new ce(jo,"Circular",14);jo.className="CircularLayout",jo.ConstantSpacing=ul,jo.ConstantDistance=Uh,jo.ConstantAngle=nh,jo.Packed=hl,jo.Clockwise=Ds,jo.Counterclockwise=Zh,jo.BidirectionalLeft=Rd,jo.BidirectionalRight=If,jo.Forwards=f0,jo.Reverse=g0,jo.Ascending=p0,jo.Descending=m0,jo.Optimized=Rf,jo.Pythagorean=v0,jo.Circular=Mc;function gp(){this.Pl=-1/0,this.tm=this.mk=null}gp.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},gp.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]}},gp.className="VertexArrangement";function jf(a){po.call(this,a)}Ce(jf,po),jf.prototype.createVertex=function(){return new pp(this)},jf.prototype.createEdge=function(){return new y0(this)},jf.className="CircularNetwork";function pp(a){Sr.call(this,a),this.u=this.Si=NaN}Ce(pp,Sr);function Kh(a,y){var x=a.network;if(x===null)return NaN;if(x=x.layout,x===null)return NaN;if(x.arrangement===hl)if(x.nodeDiameterFormula===Mc)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===Mc?Math.max(a.width,a.height):Math.sqrt(a.width*a.width+a.height*a.height);return a.Si}fe.Object.defineProperties(pp.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)}}}),pp.className="CircularVertex";function y0(a){sa.call(this,a)}Ce(y0,sa),y0.className="CircularEdge";function es(a){Eo.call(this),this.ah=null,this.An=0,this.$d=new Je(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)}Ce(es,Eo),es.prototype.cloneProtected=function(a){Eo.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},es.prototype.createNetwork=function(){return new Ec(this)},es.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 E=x.iterator;E.next();){this.network=E.value;for(var b=this.network.vertexes.iterator;b.next();){var z=b.value;z.Vd=z.vertexes.count,z.sh=1,z.Hj=null,z.We=null}R1(this,0,a)}this.network=y;var tt=E=x.iterator;E=this.arrangementSpacing;var ot=tt.count,rt=!0;z=b=0;for(var at=In(),ut=0;ut<ot+y.vertexes.count+2;ut++)at[ut]=null;ot=0,tt.reset();for(var ft=me.alloc();tt.next();)if(ut=tt.value,this.computeBounds(ut,ft),rt)rt=!1,b=ft.x+ft.width/2,z=ft.y+ft.height/2,at[0]=new At(ft.x+ft.width+E.width,ft.y),at[1]=new At(ft.x,ft.y+ft.height+E.height),ot=2;else{var mt=j1(at,ot,b,z,ft.width,ft.height,E),yt=at[mt],St=new At(yt.x+ft.width+E.width,yt.y),Mt=new At(yt.x,yt.y+ft.height+E.height);for(mt+1<ot&&at.splice(mt+1,0,null),at[mt]=St,at[mt+1]=Mt,ot++,mt=yt.x-ft.x,yt=yt.y-ft.y,ut=ut.vertexes.iterator;ut.next();)St=ut.value,St.centerX+=mt,St.centerY+=yt}for(me.free(ft),ut=y.vertexes.iterator;ut.next();)tt=ut.value,mt=tt.bounds,2>ot?(b=mt.x+mt.width/2,z=mt.y+mt.height/2,at[0]=new At(mt.x+mt.width+E.width,mt.y),at[1]=new At(mt.x,mt.y+mt.height+E.height),ot=2):(rt=j1(at,ot,b,z,mt.width,mt.height,E),ft=at[rt],yt=new At(ft.x+mt.width+E.width,ft.y),mt=new At(ft.x,ft.y+mt.height+E.height),rt+1<ot&&at.splice(rt+1,0,null),at[rt]=yt,at[rt+1]=mt,ot++,tt.centerX=ft.x+tt.width/2,tt.centerY=ft.y+tt.height/2);for(mn(at),E=x.iterator;E.next();){for(x=E.value,b=x.vertexes.iterator;b.next();)y.dh(b.value);for(x=x.edges.iterator;x.next();)y.Bo(x.value)}}G1(this,a),this.updateParts()}this.dl=a,this.network=null,this.isValidLayout=!0},es.prototype.needsClusterLayout=function(){if(3>this.network.vertexes.count)return!1;for(var a=0,y=0,x=this.network.vertexes.first().bounds,E=this.network.vertexes.iterator;E.next();){if(E.value.bounds.Yc(x)&&(a++,2<a))return!0;if(10<y)break;y++}return!1},es.prototype.computeBounds=function(a,y){var x=!0;for(a=a.vertexes.iterator;a.next();){var E=a.value;x?(x=!1,y.set(E.bounds)):y.ed(E.bounds)}return y};function R1(a,y,x){if(Dx(a,y)){var E=a.Zf;a.Zf*=1+1/(y+1);var b=Ox(a,y),z=Math.max(0,Math.max(Math.min(a.network.vertexes.count,x*(y+1)/11),10));for(a.maxIterations+=z,R1(a,y+1,x),G1(a,z),Ix(a,b),y=b.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++)Rx(a,y[x]);a.Zf=E}}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,E){return x===null||E===null||x===E?0:E.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,E=new Ec(a),b=0;b<a.ah.length;b++){var z=a.ah[b];if(1<z.Vd){E.dh(z);var tt=new _1;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 Ee),z.We.add(tt),z.sv=z.We.count-1}else break}for(z=x.edges.iterator;z.next();){var ot=z.value;b=ot.fromVertex,tt=ot.toVertex,b.network===E&&tt.network===E?E.Bo(ot):b.network===E?(ot=b.Hj,ot===null&&(ot=new Ee,b.Hj=ot),ot.add(tt),b.Vd--,b.sh+=tt.sh):tt.network===E&&(ot=tt.Hj,ot===null&&(ot=new Ee,tt.Hj=ot),ot.add(b),tt.Vd--,tt.sh+=b.sh)}for(b=E.edges.iterator;b.next();)z=b.value,z.length*=Math.max(1,Jt.sqrt((z.fromVertex.sh+z.toVertex.sh)/(4*y+1)));for(y=E.vertexes.iterator;y.next();){b=y.value;var rt=b.Hj;if(rt!==null&&0<rt.count&&(tt=b.We.M(b.We.count-1).Rs-b.Vd,!(0>=tt))){for(var at=ot=0,ut=rt.count-tt;ut<rt.count;ut++){var ft=rt.M(ut),mt=null;for(z=ft.edges.iterator;z.next();){var yt=z.value;if(yt.Ax(ft)===b){mt=yt;break}}mt!==null&&(at+=mt.length,ot+=ft.width*ft.height)}z=b.centerX,rt=b.centerY,ut=b.width,ft=b.height,mt=b.focus,yt=ut*ft,1>yt&&(yt=1),ot=Jt.sqrt((ot+yt+at*at*4/(tt*tt))/yt),tt=(ot-1)*ut/2,ot=(ot-1)*ft/2,b.bounds=new me(z-mt.x-tt,rt-mt.y-ot,ut+2*tt,ft+2*ot),b.focus=new At(mt.x+tt,mt.y+ot)}}return a.network=E,x}function Ix(a,y){for(var x=a.network.vertexes.iterator;x.next();){var E=x.value;if(E.network=y,E.We!==null){var b=E.We.M(E.sv);E.Vd=b.Rs;var z=b.Sv,tt=b.Tv;E.bounds=new me(E.centerX-z,E.centerY-tt,b.Ss,b.Qs),E.focus=new At(z,tt),E.sv--}}for(x=a.network.edges.iterator;x.next();)x.value.network=y;a.network=y}function Rx(a,y){var x=y.Hj;if(x!==null&&x.count!==0){var E=y.centerX,b=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,ut=y.vertexes.iterator;ut.next();){var ft=ut.value;1>=ft.Vd?rt++:(ot=!0,at++,tt+=Math.atan2(y.centerY-ft.centerY,y.centerX-ft.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(ut=null,ft=rt.edges.iterator;ft.next();){ut=ft.value;break}ft=rt.width;var mt=rt.height;ft=Jt.sqrt(ft*ft+mt*mt)/2,ut=z+ut.length+ft,ft=tt+(y*(ot/2>>1)+at)*(ot%2===0?1:-1),rt.centerX=E+ut*Math.cos(ft),rt.centerY=b+ut*Math.sin(ft),ot++}}}}function j1(a,y,x,E,b,z,tt){var ot=9e19,rt=-1,at=0;t:for(;at<y;at++){var ut=a[at],ft=ut.x-x,mt=ut.y-E;if(ft=ft*ft+mt*mt,ft<ot){for(mt=at-1;0<=mt;mt--)if(a[mt].y>ut.y&&a[mt].x-ut.x<b+tt.width)continue t;for(mt=at+1;mt<y;mt++)if(a[mt].x>ut.x&&a[mt].y-ut.y<z+tt.height)continue t;rt=at,ot=ft}}return rt}es.prototype.Cu=function(){if(this.comments)for(var a=this.network.vertexes.iterator;a.next();)this.addComments(a.value)},es.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 E=this.network.ki(x);E===null&&(E=this.network.Bl(x)),E.charge=this.defaultCommentElectricalCharge,x=null;for(var b=E.destinationEdges;b.next();){var z=b.value;if(z.toVertex===a){x=z;break}}if(x===null){for(b=E.sourceEdges;b.next();)if(z=b.value,z.fromVertex===a){x=z;break}}x===null&&(x=this.network.Zj(a,E,null)),x.length=this.defaultCommentSpringLength}}};function z1(a,y){var x=a.bounds,E=x.x;a=x.y;var b=x.width;x=x.height;var z=y.bounds,tt=z.x;y=z.y;var ot=z.width;return z=z.height,E+b<tt?a>y+z?(x=E+b-tt,a=a-y-z,Jt.sqrt(x*x+a*a)):a+x<y?(E=E+b-tt,a=a+x-y,Jt.sqrt(E*E+a*a)):tt-(E+b):E>tt+ot?a>y+z?(x=E-tt-ot,a=a-y-z,Jt.sqrt(x*x+a*a)):a+x<y?(E=E-tt-ot,a=a+x-y,Jt.sqrt(E*E+a*a)):E-(tt+ot):a>y+z?a-(y+z):a+x<y?y-(a+x):.1}function G1(a,y){for(a.ah=null,y=a.An+y;a.An<y&&(a.An++,jx(a)););a.ah=null}function jx(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 E=x.centerX,b=E,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,E=Math.min(E,rt),b=Math.max(b,rt),x=Math.min(x,ot),z=Math.max(z,ot)}(b=b-E>z-x)?y.sort(function(Mt,It){return Mt===null||It===null||Mt===It?0:Mt.centerX-It.centerX}):y.sort(function(Mt,It){return Mt===null||It===null||Mt===It?0:Mt.centerY-It.centerY}),x=a.Zf;var at=E=ot=0;for(z=0;z<y.length;z++){tt=y[z],E=tt.bounds,ot=tt.focus,rt=E.x+ot.x;var ut=E.y+ot.y;E=tt.charge*a.electricalFieldX(rt,ut),at=tt.charge*a.electricalFieldY(rt,ut),E+=tt.mass*a.gravitationalFieldX(rt,ut),at+=tt.mass*a.gravitationalFieldY(rt,ut),tt.forceX+=E,tt.forceY+=at;for(var ft=z+1;ft<y.length;ft++){var mt=y[ft];if(mt!==tt){E=mt.bounds,ot=mt.focus,at=E.x+ot.x;var yt=E.y+ot.y;if(rt-at>x||at-rt>x){if(b)break}else if(ut-yt>x||yt-ut>x){if(!b)break}else{var St=z1(tt,mt);1>St?(E=a.randomNumberGenerator,E===null&&(a.randomNumberGenerator=E=new S0),St=E.random(),ot=E.random(),rt>at?(E=Math.abs(mt.bounds.right-tt.bounds.x),E=(1+E)*St):rt<at?(E=Math.abs(mt.bounds.x-tt.bounds.right),E=-(1+E)*St):(E=Math.max(mt.width,tt.width),E=(1+E)*St-E/2),ut>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),E=(at-rt)/St*ot,at=(yt-ut)/St*ot),tt.forceX+=E,tt.forceY+=at,mt.forceX-=E,mt.forceY-=at}}}}for(b=a.network.edges.iterator;b.next();)ot=b.value,x=ot.fromVertex,z=ot.toVertex,tt=x.bounds,rt=x.focus,E=tt.x+rt.x,tt=tt.y+rt.y,ut=z.bounds,ft=z.focus,rt=ut.x+ft.x,ut=ut.y+ft.y,ft=z1(x,z),1>ft?(ft=a.randomNumberGenerator,ft===null&&(a.randomNumberGenerator=ft=new S0),ot=ft.random(),ft=ft.random(),E=(E>rt?1:-1)*(1+(z.width>x.width?z.width:x.width))*ot,at=(tt>ut?1:-1)*(1+(z.height>x.height?z.height:x.height))*ft):(ot=ot.stiffness*(ft-ot.length),E=(rt-E)/ft*ot,at=(ut-tt)/ft*ot),x.forceX+=E,x.forceY+=at,z.forceX-=E,z.forceY-=at;for(b=E=0;b<y.length;b++)x=y[b],a.isFixed(x)?a.moveFixedVertex(x):E=Math.max(E,a.moveVertex(x)||0);return E>a.epsilonDistance*a.epsilonDistance}es.prototype.moveVertex=function(a){var y=a.forceX,x=a.forceY,E=this.moveLimit;return y<-E?y=-E:y>E&&(y=E),x<-E?x=-E:x>E&&(x=E),a.centerX+=y,a.centerY+=x,y*y+x*x},es.prototype.moveFixedVertex=function(){},es.prototype.commitLayout=function(){this.yv(),this.commitNodes(),this.isRouting&&this.commitLinks()},es.prototype.yv=function(){if(this.setsPortSpots)for(var a=this.network.edges.iterator;a.next();){var y=a.value.link;y!==null&&(y.fromSpot=Ar,y.toSpot=Ar)}},es.prototype.commitNodes=function(){var a=0,y=0;if(this.arrangesToOrigin){var x=me.alloc();this.computeBounds(this.network,x),y=this.arrangementOrigin,a=y.x-x.x,y=y.y-x.y,me.free(x)}x=me.alloc();for(var E=this.network.vertexes.iterator;E.next();){var b=E.value;(a!==0||y!==0)&&(x.assign(b.bounds),x.x+=a,x.y+=y,b.bounds=x),b.commit()}me.free(x)},es.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()},es.prototype.springStiffness=function(a){return a=a.stiffness,isNaN(a)?this.Hk:a},es.prototype.springLength=function(a){return a=a.length,isNaN(a)?this.Gk:a},es.prototype.electricalCharge=function(a){return a=a.charge,isNaN(a)?this.Ek:a},es.prototype.electricalFieldX=function(){return 0},es.prototype.electricalFieldY=function(){return 0},es.prototype.gravitationalMass=function(a){return a=a.mass,isNaN(a)?this.Fk:a},es.prototype.gravitationalFieldX=function(){return 0},es.prototype.gravitationalFieldY=function(){return 0},es.prototype.isFixed=function(a){return a.isFixed},fe.Object.defineProperties(es.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"&&Wt('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())}}}),es.className="ForceDirectedLayout";function _1(){this.Tv=this.Sv=this.Qs=this.Ss=this.Rs=0}_1.className="ForceDirectedSubnet";function Ec(a){po.call(this,a)}Ce(Ec,po),Ec.prototype.createVertex=function(){return new mp(this)},Ec.prototype.createEdge=function(){return new vp(this)},Ec.className="ForceDirectedNetwork";function mp(a){Sr.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}Ce(mp,Sr),fe.Object.defineProperties(mp.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)}}}),mp.className="ForceDirectedVertex";function vp(a){sa.call(this,a),this.j=this.o=NaN}Ce(vp,sa),fe.Object.defineProperties(vp.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)}}}),vp.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 io(a){Eo.call(this),this.kc=this.ie=25,this.K=0,this.Dk=L0,this.Zk=k0,this.Qk=M0,this.bj=4,this.rk=E0,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 At,this.He=[],this.He.length=100,this.xw=this.ve=0,a&&Object.assign(this,a)}Ce(io,Eo),io.prototype.cloneProtected=function(a){Eo.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},io.prototype.qb=function(a){a.classType===io?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:Wt("Unknown enum value: "+a):Eo.prototype.qb.call(this,a)},io.prototype.createNetwork=function(){return new Gf(this)},io.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!==Sp&&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===Sp&&this.removeCycles(),a=this.network;for(var y=[],x=a.edges.iterator;x.next();){var E=x.value;E.valid=!1,y.push(E)}for(x=0;x<y.length;x++){E=y[x];var b=E.fromVertex,z=E.toVertex;if(!(E.valid||(b.node===null&&b.data===null||z.node===null&&z.data===null)&&b.layer===z.layer)){var tt=0,ot=0,rt=0,at=0;if(E.link!==null){if(ot=E.link,ot===null)continue;var ut=b.node;if(tt=z.node,ut===null||tt===null)continue;var ft=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(E.rev){at=ft;var yt=mt;ft=rt,mt=ot,rt=at,ot=yt}var St=b.focus;at=z.focus;var Mt=E.rev?z.bounds:b.bounds;yt=At.alloc(),ut!==ft?Mt.w()&&ft.isVisible()?ft.actualBounds.w()?(Qu(ft,mt,Di,yt),yt.x+=ft.actualBounds.x-Mt.x,yt.y+=ft.actualBounds.y-Mt.y):(Qu(ft,mt,Di,yt),yt.w()||yt.assign(St)):yt.assign(St):Mt.w()?(Qu(ft,mt,Di,yt),yt.w()||yt.assign(St)):yt.assign(St),ft=E.rev?b.bounds:z.bounds,ut=At.alloc(),tt!==rt?ft.w()&&rt.isVisible()?rt.actualBounds.w()?(Qu(rt,ot,Di,ut),ut.x+=rt.actualBounds.x-ft.x,ut.y+=rt.actualBounds.y-ft.y):(Qu(rt,ot,Di,ut),ut.w()||ut.assign(at)):ut.assign(at):ft.w()?(Qu(rt,ot,Di,ut),ut.w()||ut.assign(at)):ut.assign(at),this.K===90||this.K===270?(tt=Math.round((yt.x-St.x)/this.kc),rt=yt.x,ot=Math.round((ut.x-at.x)/this.kc),at=ut.x):(tt=Math.round((yt.y-St.y)/this.kc),rt=yt.y,ot=Math.round((ut.y-at.y)/this.kc),at=ut.y),At.free(yt),At.free(ut),E.portFromColOffset=tt,E.portFromPos=rt,E.portToColOffset=ot,E.portToPos=at}else E.portFromColOffset=0,E.portFromPos=0,E.portToColOffset=0,E.portToPos=0;if(yt=b.layer,ut=z.layer,ft=0,Mt=E.link,Mt!==null){var It=Mt.fromPort,Tt=Mt.toPort;if(It!==null&&Tt!==null){var jt=Mt.fromNode;if(mt=Mt.toNode,jt!==null&&mt!==null){var Gt=C0(this,!0),Ht=C0(this,!1),Yt=this.setsPortSpots?Gt:Mt.computeSpot(!0,It);St=this.setsPortSpots?Ht:Mt.computeSpot(!1,Tt);var re=Mt.isOrthogonal;Yt.$c()&&Yt.Hf(Ht)&&St.$c()&&St.Hf(Gt)?ft=0:(Gt=Mt.getLinkPoint(jt,It,Yt,!0,re,mt,Tt,At.alloc()),Ht=Mt.getLinkDirection(jt,It,Gt,Yt,!0,re,mt,Tt),At.free(Gt),Yt.ys()||Ht!==J1(this,E,!0)?this.setsPortSpots&&jt!==null&&jt.ports.count===1&&E.rev&&(ft+=1):ft+=1,Yt=Mt.getLinkPoint(mt,Tt,St,!1,re,jt,It,At.alloc()),Mt=Mt.getLinkDirection(mt,Tt,Yt,St,!1,re,jt,It),At.free(Yt),St.ys()||Mt!==J1(this,E,!1)?this.setsPortSpots&&mt!==null&&mt.ports.count===1&&E.rev&&(ft+=2):ft+=2)}}}if(mt=ft,ft=mt===1||mt===3,(mt=mt===2||mt===3)&&(St=a.createVertex(),St.node=null,St.Dj=1,St.layer=yt,St.near=b,a.dh(St),b=a.Zj(b,St,E.link),b.valid=!1,b.rev=E.rev,b.portFromColOffset=tt,b.portToColOffset=0,b.portFromPos=rt,b.portToPos=0,b=St),Mt=1,ft&&Mt--,yt-ut>Mt&&0<yt){for(E.valid=!1,St=a.createVertex(),St.node=null,St.Dj=2,St.layer=yt-1,a.dh(St),b=a.Zj(b,St,E.link),b.valid=!0,b.rev=E.rev,b.portFromColOffset=mt?0:tt,b.portToColOffset=0,b.portFromPos=mt?0:rt,b.portToPos=0,b=St,yt--;yt-ut>Mt&&0<yt;)St=a.createVertex(),St.node=null,St.Dj=3,St.layer=yt-1,a.dh(St),b=a.Zj(b,St,E.link),b.valid=!0,b.rev=E.rev,b.portFromColOffset=0,b.portToColOffset=0,b.portFromPos=0,b.portToPos=0,b=St,yt--;b=a.Zj(St,z,E.link),b.valid=!ft,ft&&(St.near=z),b.rev=E.rev,b.portFromColOffset=0,b.portToColOffset=ot,b.portFromPos=0,b.portToPos=at}else E.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=Yh(this,a),x=0,E=this.tc[a],z=0;z<E;z++)b=y[z],x+=this.nodeMinColumnSpace(b,!0),b.column=x,x+=1,x+=this.nodeMinColumnSpace(b,!1);this.Ra=Math.max(this.Ra,x-1),Xh(this,a,y)}this.reduceCrossings(),this.straightenAndPack(),this.updateParts()}this.network=null,this.isValidLayout=!0},io.prototype.linkMinLength=function(){return 1};function gy(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}io.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},io.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 Ks(a){a.kj===null&&(a.kj=[]);for(var y=0,x=a.network.vertexes.iterator;x.next();){var E=x.value;a.kj[y]=E.layer,y++,a.kj[y]=E.column,y++,a.kj[y]=E.index,y++}return a.kj}function Fa(a,y){var x=0;for(a=a.network.vertexes.iterator;a.next();){var E=a.value;E.layer=y[x],x++,E.column=y[x],x++,E.index=y[x],x++}}function H1(a,y,x){var E=Yh(a,y),b=a.tc[y];(a.Jn===null||a.Jn.length<b*b)&&(a.Jn=[]);for(var z=a.Jn,tt=0;tt<b;tt++){var ot=0,rt=E[tt],at=rt.near;if(at!==null&&at.layer===rt.layer)if(rt=at.index,rt>tt)for(var ut=tt+1;ut<rt;ut++){var ft=E[ut];ft.near===at&&ft.Dj===at.Dj||ot++}else for(ut=tt-1;ut>rt;ut--)ft=E[ut],ft.near===at&&ft.Dj===at.Dj||ot++;var mt;if(0<=x)for(rt=E[tt].sourceEdgesArrayAccess,at=0;at<rt.length;at++){var yt=rt[at];if(yt.valid&&yt.fromVertex.layer!==y)for(ft=yt.fromVertex.index,ut=yt.portToPos,yt=yt.portFromPos,mt=at+1;mt<rt.length;mt++){var St=rt[mt];if(St.valid&&St.fromVertex.layer!==y){var Mt=St.fromVertex.index,It=St.portToPos;St=St.portFromPos,ut<It&&(ft>Mt||ft===Mt&&yt>St)&&ot++,It<ut&&(Mt>ft||Mt===ft&&St>yt)&&ot++}}}if(0>=x){for(rt=E[tt].destinationEdgesArrayAccess,at=0;at<rt.length;at++)if(yt=rt[at],yt.valid&&yt.toVertex.layer!==y)for(ft=yt.toVertex.index,ut=yt.portToPos,yt=yt.portFromPos,mt=at+1;mt<rt.length;mt++)St=rt[mt],St.valid&&St.toVertex.layer!==y&&(Mt=St.toVertex.index,It=St.portToPos,St=St.portFromPos,yt<St&&(ft>Mt||ft===Mt&&ut>It)&&ot++,St<yt&&(Mt>ft||Mt===ft&&It>ut)&&ot++)}for(z[tt*b+tt]=ot,rt=tt+1;rt<b;rt++){var Tt=0,jt=0;if(0<=x){ot=E[tt].sourceEdgesArrayAccess;var Gt=E[rt].sourceEdgesArrayAccess;for(at=0;at<ot.length;at++)if(yt=ot[at],yt.valid&&yt.fromVertex.layer!==y)for(ft=yt.fromVertex.index,yt=yt.portFromPos,mt=0;mt<Gt.length;mt++)St=Gt[mt],St.valid&&St.fromVertex.layer!==y&&(Mt=St.fromVertex.index,St=St.portFromPos,(ft<Mt||ft===Mt&&yt<St)&&jt++,(Mt<ft||Mt===ft&&St<yt)&&Tt++)}if(0>=x){for(ot=E[tt].destinationEdgesArrayAccess,Gt=E[rt].destinationEdgesArrayAccess,at=0;at<ot.length;at++)if(yt=ot[at],yt.valid&&yt.toVertex.layer!==y)for(ft=yt.toVertex.index,ut=yt.portToPos,mt=0;mt<Gt.length;mt++)St=Gt[mt],St.valid&&St.toVertex.layer!==y&&(Mt=St.toVertex.index,It=St.portToPos,(ft<Mt||ft===Mt&&ut<It)&&jt++,(Mt<ft||Mt===ft&&It<ut)&&Tt++)}z[tt*b+rt]=Tt,z[rt*b+tt]=jt}}return Xh(a,y,E),z}io.prototype.countCrossings=function(){for(var a=0,y=0;y<=this.Ia;y++)for(var x=H1(this,y,1),E=this.tc[y],b=0;b<E;b++)for(var z=b;z<E;z++)a+=x[b*E+z];return a};function x0(a){for(var y=0,x=0;x<=a.Ia;x++){for(var E=a,b=x,z=Yh(E,b),tt=E.tc[b],ot=0,rt=0;rt<tt;rt++){var at=z[rt].destinationEdgesArrayAccess;if(at!==null)for(var ut=0;ut<at.length;ut++){var ft=at[ut];if(ft.valid&&ft.toVertex.layer!==b){var mt=ft.fromVertex.column+ft.portFromColOffset,yt=ft.toVertex.column+ft.portToColOffset;ot+=(Math.abs(mt-yt)+1)*gy(ft)}}}Xh(E,b,z),y+=ot}return y}io.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 E=Yh(a,y),b=a.tc[y],z=[],tt=0;tt<b;tt++){var ot=E[tt],rt=null;0>=x&&(rt=ot.sourceEdgesArrayAccess);var at=null;0<=x&&(at=ot.destinationEdgesArrayAccess);var ut=0,ft=0,mt=ot.near;if(mt!==null&&mt.layer===ot.layer&&(ut+=mt.column-1,ft++),rt!==null)for(mt=0;mt<rt.length;mt++){ot=rt[mt];var yt=ot.fromVertex;ot.valid&&!ot.rev&&yt.layer!==y&&(ut+=yt.column,ft++)}if(at!==null)for(rt=0;rt<at.length;rt++)ot=at[rt],mt=ot.toVertex,ot.valid&&!ot.rev&&mt.layer!==y&&(ut+=mt.column,ft++);z[tt]=ft===0?-1:ut/ft}return Xh(a,y,E),z}function W1(a,y,x){for(var E=Yh(a,y),b=a.tc[y],z=[],tt=0;tt<b;tt++){var ot=E[tt],rt=null;0>=x&&(rt=ot.sourceEdgesArrayAccess);var at=null;0<=x&&(at=ot.destinationEdgesArrayAccess);var ut=0,ft=[],mt=ot.near;if(mt!==null&&mt.layer===ot.layer&&(ft[ut]=mt.column-1,ut++),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&&(ft[ut]=yt.column+ot.portFromColOffset,ut++)}if(at!==null)for(rt=0;rt<at.length;rt++)ot=at[rt],mt=ot.toVertex,ot.valid&&!ot.rev&&mt.layer!==y&&(ft[ut]=mt.column+ot.portToColOffset,ut++);ut===0?z[tt]=-1:(ft.sort(function(St,Mt){return St-Mt}),at=ut>>1,z[tt]=ut&1?ft[at]:ft[at-1]+ft[at]>>1)}return Xh(a,y,E),z}function yp(a,y,x,E,b,z){if(y.component===E){if(y.component=x,b)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&&yp(a,rt,x,E,b,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&&yp(a,rt,x,E,b,z)}}function my(a,y,x,E,b,z){if(y.component===E){if(y.component=x,b)for(var tt=y.destinationEdges;tt.next();)my(a,tt.value.toVertex,x,E,b,z);if(z)for(y=y.sourceEdges;y.next();)my(a,y.value.fromVertex,x,E,b,z)}}io.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,E=[];E.length=x+1;for(var b=a.vertexes.iterator;b.next();)b.value.valid=!0;for(;zx(a)!==null;){for(b=V1(a);b!==null;)E[x]=b,x--,b.valid=!1,b=V1(a);for(b=U1(a);b!==null;)E[y]=b,y++,b.valid=!1,b=U1(a);b=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 ut=ot.sourceEdges;ut.next();)ut.value.fromVertex.valid&&at++;(b===null||z<rt-at)&&(b=ot,z=rt-at)}}b!==null&&(E[y]=b,y++,b.valid=!1)}for(y=0;y<a.vertexes.count;y++)E[y].index=y;for(E=a.edges.iterator;E.next();)y=E.value,y.fromVertex.index>y.toVertex.index&&(a.gm(y),y.rev=!0);break;case L0:for(E=this.network.vertexes.iterator;E.next();)a=E.value,a.Ll=-1,a.finish=-1;for(a=this.network.edges.iterator;a.next();)a.value.forest=!1;for(this.Kn=0,E.reset();E.next();)y=E.value,y.sourceEdges.count===0&&vy(this,y);for(E.reset();E.next();)y=E.value,y.Ll===-1&&vy(this,y);for(a.reset();a.next();)E=a.value,E.forest||(y=E.fromVertex,x=y.finish,b=E.toVertex,z=b.finish,b.Ll<y.Ll&&x<z&&(this.network.gm(E),E.rev=!0));break;case Sp:for(a=this.network,y=a.vertexes.iterator,E=1/0;y.next();)E=Math.min(E,y.value.layer);if(1/0>E){if(0>E)for(y.reset();y.next();)y.value.layer-=E;for(E=[],y.reset();y.next();)x=y.value,b=E[x.layer],b===void 0?E[x.layer]=[x]:b.push(x);for(x=y=0;x<E.length;x++)if(b=E[x],!b||b.length===0)y++;else if(0<x)for(z=0;z<b.length;z++)b[z].layer-=y;for(E=a.edges.iterator;E.next();)y=E.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 V1(a){for(a=a.vertexes.iterator;a.next();){var y=a.value;if(y.valid){for(var x=!0,E=y.destinationEdges;E.next();)if(E.value.toVertex.valid){x=!1;break}if(x)return y}}return null}function U1(a){for(a=a.vertexes.iterator;a.next();){var y=a.value;if(y.valid){for(var x=!0,E=y.sourceEdges;E.next();)if(E.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 E=x.value,b=E.toVertex;b.Ll===-1&&(E.forest=!0,vy(a,b))}y.finish=a.Kn,a.Kn++}io.prototype.assignLayers=function(){switch(this.Zk){case xy:Z1(this);break;case Py:for(var a,y=this.network.vertexes.iterator;y.next();)a=Y1(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(Z1(this),y=this.network.vertexes.iterator;y.next();)y.value.valid=!1;for(y.reset();y.next();)a=y.value,a.sourceEdges.count===0&&X1(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 Z1(a){for(var y=a.network.vertexes.iterator;y.next();){var x=K1(a,y.value);a.Ia=Math.max(x,a.Ia)}}function K1(a,y){var x=0;if(y.layer===-1){for(var E=y.destinationEdges;E.next();){var b=E.value,z=b.toVertex;b=a.linkMinLength(b),x=Math.max(x,K1(a,z)+b)}y.layer=x}else x=y.layer;return x}function Y1(a,y){var x=0;if(y.layer===-1){for(var E=y.sourceEdges;E.next();){var b=E.value,z=b.fromVertex;b=a.linkMinLength(b),x=Math.max(x,Y1(a,z)+b)}y.layer=x}else x=y.layer;return x}function X1(a,y){if(!y.valid){y.valid=!0;for(var x=y.destinationEdges;x.next();)X1(a,x.value.toVertex);for(x=a.network.vertexes.iterator;x.next();)x.value.component=-1;for(var E=y.sourceEdgesArrayAccess,b=E.length,z=0;z<b;z++){var tt=E[z],ot=tt.fromVertex,rt=tt.toVertex;tt=a.linkMinLength(tt),ot.layer-rt.layer>tt&&yp(a,ot,0,-1,!0,!1)}for(yp(a,y,1,-1,!0,!0);y.component!==0;){for(z=0,E=1/0,ot=0,rt=null,tt=a.network.vertexes.iterator;tt.next();){var at=tt.value;if(at.component===1){var ut=0,ft=!1,mt=at.sourceEdgesArrayAccess;b=mt.length;for(var yt=0;yt<b;yt++){var St=mt[yt],Mt=St.fromVertex;ut+=1,Mt.component!==1&&(z+=1,Mt=Mt.layer-at.layer,St=a.linkMinLength(St),E=Math.min(E,Mt-St))}for(mt=at.destinationEdgesArrayAccess,b=mt.length,yt=0;yt<b;yt++)St=mt[yt].toVertex,--ut,St.component!==1?--z:ft=!0;(rt===null||ut<ot)&&!ft&&(rt=at,ot=ut)}}if(0<z){for(x.reset();x.next();)b=x.value,b.component===1&&(b.layer+=E);y.component=0}else rt.component=0}for(x=a.network.vertexes.iterator;x.next();)x.value.component=-1;for(yp(a,y,1,-1,!0,!1);y.component!==0;){for(E=0,b=1/0,z=0,ot=null,rt=a.network.vertexes.iterator;rt.next();)if(tt=rt.value,tt.component===1){for(at=0,ut=!1,mt=tt.sourceEdgesArrayAccess,ft=mt.length,yt=0;yt<ft;yt++)St=mt[yt].fromVertex,at+=1,St.component!==1?E+=1:ut=!0;for(mt=tt.destinationEdgesArrayAccess,ft=mt.length,yt=0;yt<ft;yt++)St=mt[yt],Mt=St.toVertex,--at,Mt.component!==1&&(--E,Mt=tt.layer-Mt.layer,St=a.linkMinLength(St),b=Math.min(b,Mt-St));(ot===null||at>z)&&!ut&&(ot=tt,z=at)}if(0>E){for(x.reset();x.next();)E=x.value,E.component===1&&(E.layer-=b);y.component=0}else ot.component=0}}}function J1(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}io.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&&Q1(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&&$1(this,x)}};function Q1(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 E=0;E<y.length-1;E++){var b=y[E],z=y[E+1];b.portFromColOffset>z.portFromColOffset&&(x=!0,y[E]=z,y[E+1]=b)}}for(x=0;x<y.length;x++)E=y[x],E.valid&&(E=E.toVertex,E.index===-1&&Q1(a,E))}function $1(a,y){var x=y.layer;y.index=a.tc[x],a.tc[x]++,y=y.sourceEdgesArrayAccess;for(var E=!0;E;)for(E=!1,x=0;x<y.length-1;x++){var b=y[x],z=y[x+1];b.portToColOffset>z.portToColOffset&&(E=!0,y[x]=z,y[x+1]=b)}for(x=0;x<y.length;x++)E=y[x],E.valid&&(E=E.fromVertex,E.index===-1&&$1(a,E))}io.prototype.reduceCrossings=function(){var a=this.countCrossings(),y=Ks(this),x,E;for(x=0;x<this.bj;x++){for(E=0;E<=this.Ia;E++)P0(this,E,1),Ka(this,E,1);var b=this.countCrossings();for(b<a&&(a=b,y=Ks(this)),E=this.Ia;0<=E;E--)P0(this,E,-1),Ka(this,E,-1);b=this.countCrossings(),b<a&&(a=b,y=Ks(this))}for(Fa(this,y),x=0;x<this.bj;x++){for(E=0;E<=this.Ia;E++)P0(this,E,0),Ka(this,E,0);for(b=this.countCrossings(),b<a&&(a=b,y=Ks(this)),E=this.Ia;0<=E;E--)P0(this,E,0),Ka(this,E,0);b=this.countCrossings(),b<a&&(a=b,y=Ks(this))}Fa(this,y);var z,tt,ot;switch(this.rk){case Ly:break;case ky:for(ot=a+1;(E=this.countCrossings())<ot;)for(ot=E,x=this.Ia;0<=x;x--)for(tt=0;tt<=x;tt++){for(z=!0;z;)for(z=!1,E=x;E>=tt;E--)z=Ka(this,E,-1)||z;for(b=this.countCrossings(),b>=a?Fa(this,y):(a=b,y=Ks(this)),z=!0;z;)for(z=!1,E=x;E>=tt;E--)z=Ka(this,E,1)||z;for(b=this.countCrossings(),b>=a?Fa(this,y):(a=b,y=Ks(this)),z=!0;z;)for(z=!1,E=tt;E<=x;E++)z=Ka(this,E,1)||z;for(b>=a?Fa(this,y):(a=b,y=Ks(this)),z=!0;z;)for(z=!1,E=tt;E<=x;E++)z=Ka(this,E,-1)||z;for(b>=a?Fa(this,y):(a=b,y=Ks(this)),z=!0;z;)for(z=!1,E=x;E>=tt;E--)z=Ka(this,E,0)||z;for(b>=a?Fa(this,y):(a=b,y=Ks(this)),z=!0;z;)for(z=!1,E=tt;E<=x;E++)z=Ka(this,E,0)||z;b>=a?Fa(this,y):(a=b,y=Ks(this))}break;default:case E0:for(x=this.Ia,tt=0,ot=a+1;(E=this.countCrossings())<ot;){for(ot=E,z=!0;z;)for(z=!1,E=x;E>=tt;E--)z=Ka(this,E,-1)||z;for(b=this.countCrossings(),b>=a?Fa(this,y):(a=b,y=Ks(this)),z=!0;z;)for(z=!1,E=x;E>=tt;E--)z=Ka(this,E,1)||z;for(b=this.countCrossings(),b>=a?Fa(this,y):(a=b,y=Ks(this)),z=!0;z;)for(z=!1,E=tt;E<=x;E++)z=Ka(this,E,1)||z;for(b>=a?Fa(this,y):(a=b,y=Ks(this)),z=!0;z;)for(z=!1,E=tt;E<=x;E++)z=Ka(this,E,-1)||z;for(b>=a?Fa(this,y):(a=b,y=Ks(this)),z=!0;z;)for(z=!1,E=x;E>=tt;E--)z=Ka(this,E,0)||z;for(b>=a?Fa(this,y):(a=b,y=Ks(this)),z=!0;z;)for(z=!1,E=tt;E<=x;E++)z=Ka(this,E,0)||z;b>=a?Fa(this,y):(a=b,y=Ks(this))}}Fa(this,y)};function P0(a,y,x){var E=Yh(a,y),b=a.tc[y],z=W1(a,y,x),tt=py(a,y,x);for(x=0;x<b;x++)tt[x]===-1&&(tt[x]=E[x].column),z[x]===-1&&(z[x]=E[x].column);for(var ot=!0,rt;ot;)for(ot=!1,x=0;x<b-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=E[x],E[x]=E[x+1],E[x+1]=rt);for(x=z=0;x<b;x++)rt=E[x],rt.index=x,z+=a.nodeMinColumnSpace(rt,!0),rt.column=z,z+=1,z+=a.nodeMinColumnSpace(rt,!1);Xh(a,y,E)}function Ka(a,y,x){var E=Yh(a,y),b=a.tc[y];x=H1(a,y,x);var z,tt=[];for(z=0;z<b;z++)tt[z]=-1;var ot=[];for(z=0;z<b;z++)ot[z]=-1;for(var rt=!1,at=!0;at;)for(at=!1,z=0;z<b-1;z++){var ut=x[E[z].index*b+E[z+1].index],ft=x[E[z+1].index*b+E[z].index],mt=0,yt=0,St=E[z].column,Mt=E[z+1].column,It=a.nodeMinColumnSpace(E[z],!0),Tt=a.nodeMinColumnSpace(E[z],!1),jt=a.nodeMinColumnSpace(E[z+1],!0),Gt=a.nodeMinColumnSpace(E[z+1],!1);It=St-It+jt,Tt=Mt-Tt+Gt;var Ht=E[z].sourceEdges.iterator;for(Ht.reset();Ht.next();)if(jt=Ht.value,Gt=jt.fromVertex,jt.valid&&Gt.layer===y){for(jt=0;E[jt]!==Gt;)jt++;jt<z&&(mt+=2*(z-jt),yt+=2*(z+1-jt)),jt===z+1&&(mt+=1),jt>z+1&&(mt+=4*(jt-z),yt+=4*(jt-(z+1)))}for(Ht=E[z].destinationEdges.iterator,Ht.reset();Ht.next();)if(jt=Ht.value,Gt=jt.toVertex,jt.valid&&Gt.layer===y){for(jt=0;E[jt]!==Gt;)jt++;jt===z+1&&(yt+=1)}for(Ht=E[z+1].sourceEdges.iterator,Ht.reset();Ht.next();)if(jt=Ht.value,Gt=jt.fromVertex,jt.valid&&Gt.layer===y){for(jt=0;E[jt]!==Gt;)jt++;jt<z&&(mt+=2*(z+1-jt),yt+=2*(z-jt)),jt===z&&(yt+=1),jt>z+1&&(mt+=4*(jt-(z+1)),yt+=4*(jt-z))}for(Ht=E[z+1].destinationEdges.iterator,Ht.reset();Ht.next();)if(jt=Ht.value,Gt=jt.toVertex,jt.valid&&Gt.layer===y){for(jt=0;E[jt]!==Gt;)jt++;jt===z&&(mt+=1)}jt=Gt=0,Ht=tt[E[z].index];var Yt=ot[E[z].index],re=tt[E[z+1].index],qe=ot[E[z+1].index];Ht!==-1&&(Gt+=Math.abs(Ht-St),jt+=Math.abs(Ht-Tt)),Yt!==-1&&(Gt+=Math.abs(Yt-St),jt+=Math.abs(Yt-Tt)),re!==-1&&(Gt+=Math.abs(re-Mt),jt+=Math.abs(re-It)),qe!==-1&&(Gt+=Math.abs(qe-Mt),jt+=Math.abs(qe-It)),(yt<mt-.5||yt===mt&&ft<ut-.5||yt===mt&&ft===ut&&jt<Gt-.5)&&(at=rt=!0,E[z].column=Tt,E[z+1].column=It,ut=E[z],E[z]=E[z+1],E[z+1]=ut)}for(z=0;z<b;z++)E[z].index=z;return Xh(a,y,E),rt}io.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 E,b=this.network.vertexes.iterator;b.next();){var z=b.value;y=z.layer,E=z.column,z=this.nodeMinColumnSpace(z,!1),x[y]=Math.max(x[y],E+z)}for(b.reset();b.next();)z=b.value,y=z.layer,E=z.column,z.column=(8*(this.Ra-x[y])>>1)+8*E;this.Ra*=8}if(this.bg&2)for(x=!0;x;){for(x=!1,y=this.Md+1;y<=this.Ia;y++)x=zf(this,y,1)||x;for(y=this.Md-1;0<=y;y--)x=zf(this,y,-1)||x;x=zf(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&&(q1(this,-1),q1(this,1)),this.bg&2)for(x=!0;x;){for(x=!1,x=zf(this,this.Md,0)||x,y=this.Md+1;y<=this.Ia;y++)x=zf(this,y,0)||x;for(y=this.Md-1;0<=y;y--)x=zf(this,y,0)||x}}else Wx(this)};function zf(a,y,x){for(var E=!1;Gx(a,y,x);)E=!0;return E}function Gx(a,y,x){var E,b=Yh(a,y),z=a.tc[y],tt=py(a,y,-1);if(0<x)for(E=0;E<z;E++)tt[E]=-1;var ot=py(a,y,1);if(0>x)for(E=0;E<z;E++)ot[E]=-1;for(var rt=!1,at=!0;at;)for(at=!1,E=0;E<z;E++){var ut=b[E].column,ft=a.nodeMinColumnSpace(b[E],!0),mt=a.nodeMinColumnSpace(b[E],!1),yt=0;0>E-1||ut-b[E-1].column-1>ft+a.nodeMinColumnSpace(b[E-1],!1)?yt=ut-1:yt=ut,ft=E+1>=z||b[E+1].column-ut-1>mt+a.nodeMinColumnSpace(b[E+1],!0)?ut+1:ut;var St=mt=0,Mt=0;if(0>=x)for(var It=b[E].sourceEdges.iterator;It.next();){var Tt=It.value,jt=Tt.fromVertex;if(Tt.valid&&jt.layer!==y){var Gt=gy(Tt),Ht=Tt.portFromColOffset;Tt=Tt.portToColOffset,jt=jt.column,mt+=(Math.abs(ut+Tt-(jt+Ht))+1)*Gt,St+=(Math.abs(yt+Tt-(jt+Ht))+1)*Gt,Mt+=(Math.abs(ft+Tt-(jt+Ht))+1)*Gt}}if(0<=x)for(It=b[E].destinationEdges.iterator;It.next();)Tt=It.value,jt=Tt.toVertex,Tt.valid&&jt.layer!==y&&(Gt=gy(Tt),Ht=Tt.portFromColOffset,Tt=Tt.portToColOffset,jt=jt.column,mt+=(Math.abs(ut+Ht-(jt+Tt))+1)*Gt,St+=(Math.abs(yt+Ht-(jt+Tt))+1)*Gt,Mt+=(Math.abs(ft+Ht-(jt+Tt))+1)*Gt);Tt=Ht=Gt=0,It=tt[b[E].index],jt=ot[b[E].index],It!==-1&&(Gt+=Math.abs(It-ut),Ht+=Math.abs(It-yt),Tt+=Math.abs(It-ft)),jt!==-1&&(Gt+=Math.abs(jt-ut),Ht+=Math.abs(jt-yt),Tt+=Math.abs(jt-ft)),St<mt||St===mt&&Ht<Gt?(at=rt=!0,b[E].column=yt):(Mt<mt||Mt===mt&&Tt<Gt)&&(at=rt=!0,b[E].column=ft)}return Xh(a,y,b),a.normalize(),rt}function yy(a,y,x){var E=Yh(a,y),b=a.tc[y],z=W1(a,y,x),tt=[];for(x=0;x<b;x++)tt[x]=z[x];for(z=!0;z;)for(z=!1,x=0;x<b;x++){var ot=E[x].column,rt=a.nodeMinColumnSpace(E[x],!0),at=a.nodeMinColumnSpace(E[x],!1),ut=0;if(tt[x]===-1)if(x===0&&x===b-1)ut=ot;else if(x===0){var ft=E[x+1].column;ft-ot===at+a.nodeMinColumnSpace(E[x+1],!0)?ut=ot-1:ut=ot}else x===b-1?(ft=E[x-1].column,ut=ot-ft===rt+a.nodeMinColumnSpace(E[x-1],!1)?ot+1:ot):(ft=E[x-1].column,rt=ft+a.nodeMinColumnSpace(E[x-1],!1)+rt+1,ft=E[x+1].column,at=ft-a.nodeMinColumnSpace(E[x+1],!0)-at-1,ut=(rt+at)/2|0);else x===0&&x===b-1?ut=tt[x]:x===0?(ft=E[x+1].column,at=ft-a.nodeMinColumnSpace(E[x+1],!0)-at-1,ut=Math.min(tt[x],at)):x===b-1?(ft=E[x-1].column,rt=ft+a.nodeMinColumnSpace(E[x-1],!1)+rt+1,ut=Math.max(tt[x],rt)):(ft=E[x-1].column,rt=ft+a.nodeMinColumnSpace(E[x-1],!1)+rt+1,ft=E[x+1].column,at=ft-a.nodeMinColumnSpace(E[x+1],!0)-at-1,rt<tt[x]&&tt[x]<at?ut=tt[x]:rt>=tt[x]?ut=rt:at<=tt[x]&&(ut=at));ut!==ot&&(z=!0,E[x].column=ut)}Xh(a,y,E),a.normalize()}function _x(a,y){for(var x=!0,E=a.network.vertexes.iterator;E.next();){var b=E.value,z=a.nodeMinColumnSpace(b,!0),tt=a.nodeMinColumnSpace(b,!1);if(b.column-z<=y&&b.column+tt>=y){x=!1;break}}if(a=!1,x)for(E.reset();E.next();)x=E.value,x.column>y&&(--x.column,a=!0);return a}function Hx(a,y){var x=y+1,E,b=[],z=[];for(E=0;E<=a.Ia;E++)b[E]=!1,z[E]=!1;for(var tt=a.network.vertexes.iterator;tt.next();){E=tt.value;var ot=E.column-a.nodeMinColumnSpace(E,!0),rt=E.column+a.nodeMinColumnSpace(E,!1);ot<=y&&rt>=y&&(b[E.layer]=!0),ot<=x&&rt>=x&&(z[E.layer]=!0)}for(ot=!0,x=!1,E=0;E<=a.Ia;E++)ot=ot&&!(b[E]&&z[E]);if(ot)for(tt.reset();tt.next();)a=tt.value,a.column>y&&(--a.column,x=!0);return x}function q1(a,y){for(var x=0;x<=a.Ra;x++)for(;_x(a,x););for(a.normalize(),x=0;x<a.Ra;x++)for(;Hx(a,x););a.normalize();var E;if(0<y)for(x=0;x<=a.Ra;x++){var b=Ks(a),z=x0(a);for(E=z+1;z<E;){E=z,tx(a,x,1);var tt=x0(a);tt>z?Fa(a,b):tt<z&&(z=tt,b=Ks(a))}}if(0>y)for(x=a.Ra;0<=x;x--)for(b=Ks(a),z=x0(a),E=z+1;z<E;)E=z,tx(a,x,-1),tt=x0(a),tt>z?Fa(a,b):tt<z&&(z=tt,b=Ks(a));a.normalize()}function tx(a,y,x){a.le=0;for(var E=a.network.vertexes.iterator;E.next();)E.value.component=-1;if(0<x)for(E.reset();E.next();){var b=E.value;b.column-a.nodeMinColumnSpace(b,!0)<=y&&(b.component=a.le)}if(0>x)for(E.reset();E.next();)b=E.value,b.column+a.nodeMinColumnSpace(b,!1)>=y&&(b.component=a.le);for(a.le++,E.reset();E.next();)y=E.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(b=[],z=0;z<(a.Ia+1)*(a.Ra+1);z++)b[z]=-1;for(E.reset();E.next();){z=E.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++)b[tt*(a.Ra+1)+ot]=z.component}for(z=0;z<=a.Ia;z++){if(0<x)for(tt=0;tt<a.Ra;tt++)b[z*(a.Ra+1)+tt]!==-1&&b[z*(a.Ra+1)+tt+1]!==-1&&b[z*(a.Ra+1)+tt]!==b[z*(a.Ra+1)+tt+1]&&(y[b[z*(a.Ra+1)+tt]*a.le+b[z*(a.Ra+1)+tt+1]]=!0);if(0>x)for(tt=a.Ra;0<tt;tt--)b[z*(a.Ra+1)+tt]!==-1&&b[z*(a.Ra+1)+tt-1]!==-1&&b[z*(a.Ra+1)+tt]!==b[z*(a.Ra+1)+tt-1]&&(y[b[z*(a.Ra+1)+tt]*a.le+b[z*(a.Ra+1)+tt-1]]=!0)}for(b=[],z=0;z<a.le;z++)b[z]=!0;for(tt=[],tt.push(0);tt.length!==0;)if(rt=tt[tt.length-1],tt.pop(),b[rt])for(b[rt]=!1,z=0;z<a.le;z++)y[rt*a.le+z]&&tt.splice(0,0,z);if(0<x)for(E.reset();E.next();)a=E.value,b[a.component]&&--a.column;if(0>x)for(E.reset();E.next();)x=E.value,b[x.component]&&(x.column+=1)}function Wx(a){for(var y=In(),x=a.fl.length,E=0;E<=x;E++)y[E]=[];for(E=a.network.vertexes.iterator;E.next();){var b=E.value;y[x-b.layer][b.index]=b}x=new Me,Vx(y,x);var z=null,tt=null,ot=null,rt=null,at=(a.ve&1)!==0,ut=(a.ve&2)!==0,ft=(a.ve&4)!==0,mt=(a.ve&8)!==0;for(at&&(a.verticalAlignment(y,x,!0),z=w0(a,y,!0,!1)),y.reverse(),ft&&(a.verticalAlignment(y,x,!1),ot=w0(a,y,!1,!1)),E=Qi(y),b=E.next();!b.done;b=E.next())b.value.reverse();mt&&(a.verticalAlignment(y,x,!1),rt=w0(a,y,!1,!0)),y.reverse(),ut&&(a.verticalAlignment(y,x,!0),tt=w0(a,y,!0,!0)),mn(y),a.u(z,tt,ot,rt),a.network.vertexes.each(function(yt){var St=In();at&&St.push(z.get(yt)),ut&&St.push(tt.get(yt)),ft&&St.push(ot.get(yt)),mt&&St.push(rt.get(yt)),St.sort(function(It,Tt){return It-Tt});var Mt=St.length;Mt=(St[Math.floor((Mt-1)/2)]+St[Math.ceil((Mt-1)/2)])/2,mn(St),yt.zc=Mt})}function Vx(a,y){for(var x=a.length,E=1;E<x-1;E++)for(var b=0,z=0,tt=a[E],ot=a[E+1],rt=0;z<ot.length;rt++){var at=ot[rt];t:{if(at.node===null){var ut=My(at);if(0<ut.length){ut=ut[0].node===null;break t}}ut=!1}var ft=ut;if(rt===ot.length-1||ft){for(ut=tt.length-1,ft&&(ut=My(at)[0].index);z<=rt;){if(at=ot[z],!at.bo){ft=[];for(var mt=Qi(at.sourceEdgesArrayAccess),yt=mt.next();!yt.done;yt=mt.next())yt=yt.value,yt.valid&&ft.push(yt);at.bo=ft}for(at=Qi(at.bo),ft=at.next();!ft.done;ft=at.next())ft=ft.value,mt=ft.fromVertex.index,(mt<b||mt>ut)&&y.add(ft);z++}b=ut}}}io.prototype.verticalAlignment=function(a,y,x){Ux(a),a=Qi(a);for(var E=a.next();!E.done;E=a.next()){var b=-1;E=Qi(E.value);for(var z=E.next();!z.done;z=E.next()){z=z.value;var tt=x?My(z):Yx(z),ot=tt.length;if(0<ot){tt.sort(function(ft,mt){return ft.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],ut=void 0;ut=x?N0(at,z):N0(z,at),!y.contains(ut)&&b<at.vi&&(at.align=z,z.root=at.root,z.align=at.root,b=at.vi)}}}}};function Ux(a){for(var y=0;y<a.length;y++)for(var x=a[y],E=0;E<x.length;E++){var b=x[E];b.root=b,b.align=b,b.Tz=y,b.vi=E}}function w0(a,y,x,E){for(var b=a.K===90||a.K===270,z=Qi(y),tt=z.next();!tt.done;tt=z.next()){var ot=Qi(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=Qi(y),ot=z.next();!ot.done;ot=z.next()){ot=Qi(ot.value);for(var rt=ot.next();!rt.done;rt=ot.next())if(rt=rt.value,rt.root===rt){for(var at=0,ut=rt;ut.align!==rt;){var ft=ut.align,mt=tt?ut.width:ut.height,yt=tt?ft.width:ft.height;if(x){var St=N0(ut,ft),Mt=St.portFromPos,It=St.portToPos;St.link!==null&&(ut.node&&ut.node!==St.link.fromNode&&(Mt=tt?ut.focusX:ut.focusY),ft.node&&ft.node!==St.link.toNode&&(It=tt?ft.focusX:ft.focusY))}else St=N0(ft,ut),Mt=St.portToPos,It=St.portFromPos,St.link!==null&&(ut.node&&ut.node!==St.link.toNode&&(Mt=tt?ut.focusX:ut.focusY),ft.node&&ft.node!==St.link.fromNode&&(It=tt?ft.focusX:ft.focusY));mt=E?ut.qg+(mt-Mt)-(yt-It):ut.qg+Mt-It,ft.qg=mt,at=Math.min(at,mt),ut=ut.align}ut=rt;do ut.qg=ut.qg-at,ut=ut.align;while(ut!==rt)}}for(x=Qi(y),tt=x.next();!tt.done;tt=x.next())for(z=Qi(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+(b?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 An,y=Qi(y),tt=y.next();!tt.done;tt=y.next())for(x=Qi(tt.value),tt=x.next();!tt.done;tt=x.next())tt=tt.value,tt.zc=tt.zc+tt.sd.shift+tt.qg,z=b?tt.width:tt.height,a.add(tt,E?-tt.zc-z:tt.zc);return a}function ex(a,y,x){if(isNaN(y.zc)){y.zc=0;var E=y;do{if(0<E.vi){var b=nx(E,x),z=b.root;ex(a,z,x),y.sd===y&&(y.sd=z.sd);var tt=a.K===90||a.K===270?b.width:b.height;y.sd===z.sd&&(y.zc=Math.max(y.zc,z.zc+b.qg+tt-E.qg+a.columnSpacing))}E=E.align}while(E!==y);for(;E.align!==y;)E=E.align,E.zc=y.zc,E.sd=y.sd}}function nx(a,y){var x=a.Tz;return a=a.vi,1>a&&Wt("Could not determine previous vertex in layer"),y[x][a-1]}io.prototype.u=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];x=-1;for(var E=In(),b=In(),z=1/0,tt=0;4>tt;tt++)if(y[tt]){var ot=Zx(this,y[tt],E,b,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?E[x]-E[tt]:b[x]-b[tt],z.delta!==0&&y[tt].each(function(rt){return function(at){at.value+=rt.delta}}(z)));mn(E),mn(b)};function Zx(a,y,x,E,b){if(!y||y.count===0)return x[b]=0,E[b]=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[b]=z,E[b]=tt,tt-z}io.prototype.commitLayout=function(){if(this.setsPortSpots)for(var a=C0(this,!0),y=C0(this,!1),x=this.network.edges.iterator;x.next();){var E=x.value.link;E!==null&&(E.fromSpot=a,E.toSpot=y)}this.commitNodes(),this.Gu(),this.isRouting&&this.commitLinks()};function C0(a,y){return a.K===270?y?js:ns:a.K===90?y?ns:js:a.K===180?y?zs:Xr:y?Xr:zs}io.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 E=0;E<=this.Ia;E++){var b=x;0>=this.he[E]+this.Ld[E]&&(b=0),0<E&&(y+=b/2),this.K===90||this.K===0?(y+=this.Ld[E],this.Kd[E]=y,y+=this.he[E]):(y+=this.he[E],this.Kd[E]=y,y+=this.Ld[E]),E<this.Ia&&(y+=b/2),this.Ta[E]=y}for(x=y,y=this.arrangementOrigin,E=0;E<=this.Ia;E++)this.K===270?this.Kd[E]=y.y+this.Kd[E]:this.K===90?(this.Kd[E]=y.y+x-this.Kd[E],this.Ta[E]=x-this.Ta[E]):this.K===180?this.Kd[E]=y.x+this.Kd[E]:(this.Kd[E]=y.x+x-this.Kd[E],this.Ta[E]=x-this.Ta[E]);x=this.ve!==0,a.reset(),E=this.K===270||this.K===90;for(var z=1/0,tt=b=1/0,ot=-1/0;a.next();){var rt=a.value,at=rt.layer,ut=rt.column|0;E?(tt=y.x+this.kc*ut,at=this.Kd[at]):(tt=this.Kd[at],at=y.y+this.kc*ut),rt.centerX=tt,rt.centerY=at,x&&isFinite(rt.zc)&&(E?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),b=Math.min(rt.y,b),E?(tt=z,ot=Math.max(ot,rt.bounds.right)):(tt=b,ot=Math.max(ot,rt.bounds.bottom))}for(this.xw=ot-tt,z=y.x-z,y=y.y-b,this.Rf=new At(x&&E?0:z,x&&!E?0:y),a.reset();a.next();)x=a.value,x.x+=z,x.y+=y,x.commit()},io.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 E=this.maxLayer;0<=E;E--)this.K===270?E===0?y.push(new me(0,0,x,Math.abs(this.Ta[0]))):y.push(new me(0,this.Ta[E-1],x,Math.abs(this.Ta[E-1]-this.Ta[E]))):this.K===90?E===0?y.push(new me(0,this.Ta[0],x,Math.abs(this.Ta[0]-a))):y.push(new me(0,this.Ta[E],x,Math.abs(this.Ta[E-1]-this.Ta[E]))):this.K===180?E===0?y.push(new me(0,0,Math.abs(this.Ta[0]),x)):y.push(new me(this.Ta[E-1],0,Math.abs(this.Ta[E-1]-this.Ta[E]),x)):E===0?y.push(new me(this.Ta[0],0,Math.abs(this.Ta[0]-a),x)):y.push(new me(this.Ta[E],0,Math.abs(this.Ta[E-1]-this.Ta[E]),x));this.commitLayers(y,this.Rf)},io.prototype.commitLayers=function(){},io.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 E=y,b=E.fromNode,z=E.toNode,tt=E.fromPort,ot=E.toPort;if(b!==null){var rt=b.findVisibleNode();rt!==null&&rt!==b&&(b=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 ut=x.fromVertex,ft=x.toVertex;if(x.valid)y.curve===ya&&y.pointsCount===4&&(ut.column===ft.column&&this.alignOption===0?(x=y.getLinkPoint(b,tt,at,!0,!1,z,ot),ot=y.getLinkPoint(z,ot,rt,!1,!1,b,tt),x.w()||x.set(b.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=E=!1,tt!==null&&at===Ii&&(E=!0),ot!==null&&rt===Ii&&(x=!0),(E||x)&&(rt=null,E&&(rt=y.getLinkPointFromPoint(b,tt,tt.ga(Di),y.i(3),!0),rt.w()||rt.set(b.actualBounds.center),y.L(0,rt.x,rt.y)),b=null,x&&(b=y.getLinkPointFromPoint(z,ot,ot.ga(Di),y.i(0),!1),b.w()||b.set(z.actualBounds.center),y.L(3,b.x,b.y)),rt&&(z=y.i(2),y.L(1,(2*rt.x+z.x)/3,(2*rt.y+z.y)/3)),b&&(z=y.i(1),y.L(2,(2*b.x+z.x)/3,(2*b.y+z.y)/3))))),y.zf();else if(ut.layer===ft.layer)y.zf();else{var mt=!1,yt=!1,St=this.ie,Mt=y.firstPickIndex+1;if(y.isOrthogonal){yt=!0;var It=y.pointsCount;4<It&&y.points.removeRange(2,It-3)}else if(y.curve===ya)mt=!0,It=y.pointsCount,4<It&&y.points.removeRange(2,It-3),It===4&&(Mt=2);else{It=y.pointsCount;var Tt=at===Ii,jt=rt===Ii;2<It&&Tt&&jt?y.points.removeRange(1,It-2):3<It&&Tt&&!jt?y.points.removeRange(1,It-3):3<It&&!Tt&&jt?y.points.removeRange(2,It-2):4<It&&!Tt&&!jt&&y.points.removeRange(2,It-3)}if(x.rev){for(;ft!==null&&ut!==ft;){var Gt=It=null;for(Tt=ft.sourceEdges.iterator;Tt.next()&&(jt=Tt.value,jt.link!==x.link||(It=jt.fromVertex,Gt=jt.toVertex,It.node!==null)););if(It===null)break;if(It!==ut){Tt=y.i(Mt-1).x,jt=y.i(Mt-1).y;var Ht=It.centerX,Yt=It.centerY;if(yt)this.K===180||this.K===0?Mt===y.firstPickIndex+1?(y.m(Mt++,Tt,jt),y.m(Mt++,Tt,Yt)):(Gt!==null?Gt.centerY:jt)!==Yt&&(Gt=this.Ta[It.layer-1]+this.Rf.x,y.m(Mt++,Gt,jt),y.m(Mt++,Gt,Yt)):Mt===y.firstPickIndex+1?(y.m(Mt++,Tt,jt),y.m(Mt++,Ht,jt)):(Gt!==null?Gt.centerX:Tt)!==Ht&&(Gt=this.Ta[It.layer-1]+this.Rf.y,y.m(Mt++,Tt,Gt),y.m(Mt++,Ht,Gt));else if(Mt===y.firstPickIndex+1){Gt=Math.max(10,this.he[ft.layer]);var re=Math.max(10,this.Ld[ft.layer]);if(mt)this.K===180?Ht<=ft.bounds.x?(ft=ft.bounds.x,y.m(Mt++,ft-Gt,Yt),y.m(Mt++,ft,Yt),y.m(Mt++,ft+re,Yt)):(y.m(Mt++,Ht-Gt,Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht+re,Yt)):this.K===90?Yt>=ft.bounds.bottom?(ft=ft.bounds.y+ft.bounds.height,y.m(Mt++,Ht,ft+re),y.m(Mt++,Ht,ft),y.m(Mt++,Ht,ft-Gt)):(y.m(Mt++,Ht,Yt+re),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Yt-Gt)):this.K===270?Yt<=ft.bounds.y?(ft=ft.bounds.y,y.m(Mt++,Ht,ft-Gt),y.m(Mt++,Ht,ft),y.m(Mt++,Ht,ft+re)):(y.m(Mt++,Ht,Yt-Gt),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Yt+re)):this.K===0&&(Ht>=ft.bounds.right?(ft=ft.bounds.x+ft.bounds.width,y.m(Mt++,ft+re,Yt),y.m(Mt++,ft,Yt),y.m(Mt++,ft-Gt,Yt)):(y.m(Mt++,Ht+re,Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht-Gt,Yt)));else{y.m(Mt++,Tt,jt);var qe=0;this.K===180||this.K===0?((this.K===180?Ht>=ft.bounds.right:Ht<=ft.bounds.x)&&(qe=(this.K===0?-Gt:re)/2),y.m(Mt++,Tt+qe,Yt)):((this.K===270?Yt>=ft.bounds.bottom:Yt<=ft.bounds.y)&&(qe=(this.K===90?-Gt:re)/2),y.m(Mt++,Ht,jt+qe)),y.m(Mt++,Ht,Yt)}}else Gt=Math.max(10,this.he[It.layer]),re=Math.max(10,this.Ld[It.layer]),mt?this.K===180?(y.m(Mt++,Ht-Gt-St,Yt),y.m(Mt++,Math.min(Ht-Gt+St/2,Ht),Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Math.max(Ht+re-St/2,Ht),Yt),y.m(Mt++,Ht+re+St,Yt)):this.K===90?(y.m(Mt++,Ht,Yt+re+St),y.m(Mt++,Ht,Math.max(Yt+re-St/2,Yt)),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Math.min(Yt-Gt+St/2,Yt)),y.m(Mt++,Ht,Yt-Gt-St)):this.K===270?(y.m(Mt++,Ht,Yt-Gt-St),y.m(Mt++,Ht,Math.min(Yt-Gt+St/2,Yt)),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Math.max(Yt+re-St/2,Yt)),y.m(Mt++,Ht,Yt+re+St)):(y.m(Mt++,Ht+re+St,Yt),y.m(Mt++,Math.max(Ht+re-St/2,Ht),Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Math.min(Ht-Gt+St/2,Ht),Yt),y.m(Mt++,Ht-Gt-St,Yt)):y.m(Mt++,Ht,Yt)}ft=It}(ot===null||at!==Ii||yt)&&(Tt=y.i(Mt-1).x,jt=y.i(Mt-1).y,Ht=y.i(Mt).x,Yt=y.i(Mt).y,yt?(St=this.Ld[ut.layer],this.K===180||this.K===0?(yt=jt,yt>=ut.bounds.y&&yt<=ut.bounds.bottom&&(this.K===180?Ht>=ut.bounds.x:Ht<=ut.bounds.right)&&(ft=ut.centerX+(this.K===180?-St:St),yt<ut.bounds.y+ut.bounds.height/2?yt=ut.bounds.y-this.kc/2:yt=ut.bounds.bottom+this.kc/2,y.m(Mt++,ft,jt),y.m(Mt++,ft,yt)),y.m(Mt++,Ht,yt)):(yt=Tt,yt>=ut.bounds.x&&yt<=ut.bounds.right&&(this.K===270?Yt>=ut.bounds.y:Yt<=ut.bounds.bottom)&&(ft=ut.centerY+(this.K===270?-St:St),yt<ut.bounds.x+ut.bounds.width/2?yt=ut.bounds.x-this.kc/2:yt=ut.bounds.right+this.kc/2,y.m(Mt++,Tt,ft),y.m(Mt++,yt,ft)),y.m(Mt++,yt,Yt)),y.m(Mt++,Ht,Yt)):mt?(Gt=Math.max(10,this.he[ut.layer]),re=Math.max(10,this.Ld[ut.layer]),this.K===180&&Ht>=ut.bounds.x?(ft=ut.bounds.x+ut.bounds.width,y.L(Mt-2,ft,jt),y.L(Mt-1,ft+re,jt)):this.K===90&&Yt<=ut.bounds.bottom?(ft=ut.bounds.y,y.L(Mt-2,Tt,ft),y.L(Mt-1,Tt,ft-Gt)):this.K===270&&Yt>=ut.bounds.y?(ft=ut.bounds.y+ut.bounds.height,y.L(Mt-2,Tt,ft),y.L(Mt-1,Tt,ft+re)):this.K===0&&Ht<=ut.bounds.right&&(ft=ut.bounds.x,y.L(Mt-2,ft,jt),y.L(Mt-1,ft-Gt,jt))):(Gt=Math.max(10,this.he[ut.layer]),re=Math.max(10,this.Ld[ut.layer]),yt=0,this.K===180||this.K===0?((this.K===180?Ht<=ut.bounds.x:Ht>=ut.bounds.right)&&(yt=(this.K===0?re:-Gt)/2),y.m(Mt++,Ht+yt,jt)):((this.K===270?Yt<=ut.bounds.y:Yt>=ut.bounds.bottom)&&(yt=(this.K===90?re:-Gt)/2),y.m(Mt++,Tt,Yt+yt)),y.m(Mt++,Ht,Yt)))}else{for(;ut!==null&&ut!==ft;){for(Gt=It=null,ut=ut.destinationEdges.iterator;ut.next()&&(Tt=ut.value,Tt.link!==x.link||(It=Tt.toVertex,Gt=Tt.fromVertex,Gt.node!==null&&(Gt=null),It.node!==null)););if(It===null)break;It!==ft&&(Tt=y.i(Mt-1).x,jt=y.i(Mt-1).y,Ht=It.centerX,Yt=It.centerY,yt?this.K===180||this.K===0?(Gt!==null?Gt.centerY:jt)!==Yt&&(Gt=this.Ta[It.layer]+this.Rf.x,Mt===y.firstPickIndex+1&&(Gt=this.K===0?Math.max(Gt,Tt):Math.min(Gt,Tt)),y.m(Mt++,Gt,jt),y.m(Mt++,Gt,Yt)):(Gt!==null?Gt.centerX:Tt)!==Ht&&(Gt=this.Ta[It.layer]+this.Rf.y,Mt===y.firstPickIndex+1&&(Gt=this.K===90?Math.max(Gt,jt):Math.min(Gt,jt)),y.m(Mt++,Tt,Gt),y.m(Mt++,Ht,Gt)):(Gt=Math.max(10,this.he[It.layer]),re=Math.max(10,this.Ld[It.layer]),mt?this.K===180?(y.m(Mt++,Ht+re+St,Yt),y.m(Mt++,Math.max(Ht+re-St/2,Ht),Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Math.min(Ht-Gt+St/2,Ht),Yt),y.m(Mt++,Ht-Gt-St,Yt)):this.K===90?(y.m(Mt++,Ht,Yt-Gt-St),y.m(Mt++,Ht,Math.min(Yt-Gt+St/2,Yt)),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Math.max(Yt+re-St/2,Yt)),y.m(Mt++,Ht,Yt+re+St)):this.K===270?(y.m(Mt++,Ht,Yt+re+St),y.m(Mt++,Ht,Math.max(Yt+re-St/2,Yt)),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Math.min(Yt-Gt+St/2,Yt)),y.m(Mt++,Ht,Yt-Gt-St)):(y.m(Mt++,Ht-Gt-St,Yt),y.m(Mt++,Math.min(Ht-Gt+St/2,Ht),Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Ht,Yt),y.m(Mt++,Math.max(Ht+re-St/2,Ht),Yt),y.m(Mt++,Ht+re+St,Yt)):this.K===180?(y.m(Mt++,Ht+re,Yt),y.m(Mt++,Ht-Gt,Yt)):this.K===90?(y.m(Mt++,Ht,Yt-Gt),y.m(Mt++,Ht,Yt+re)):this.K===270?(y.m(Mt++,Ht,Yt+re),y.m(Mt++,Ht,Yt-Gt)):(y.m(Mt++,Ht-Gt,Yt),y.m(Mt++,Ht+re,Yt)))),ut=It}yt&&(Tt=y.i(Mt-1).x,jt=y.i(Mt-1).y,Ht=y.i(Mt).x,Yt=y.i(Mt).y,this.K===180||this.K===0?jt!==Yt&&(Gt=this.K===0?Math.min(Math.max((Ht+Tt)/2,this.Ta[ft.layer]+this.Rf.x),Ht):Math.max(Math.min((Ht+Tt)/2,this.Ta[ft.layer]+this.Rf.x),Ht),y.m(Mt++,Gt,jt),y.m(Mt++,Gt,Yt)):Tt!==Ht&&(Gt=this.K===90?Math.min(Math.max((Yt+jt)/2,this.Ta[ft.layer]+this.Rf.y),Yt):Math.max(Math.min((Yt+jt)/2,this.Ta[ft.layer]+this.Rf.y),Yt),y.m(Mt++,Tt,Gt),y.m(Mt++,Ht,Gt)))}E!==null&&mt&&4<=y.pointsCount&&(tt!==null&&(tt=at===Ii?y.getLinkPointFromPoint(b,tt,tt.ga(Di),y.i(3),!0):y.i(0),at===Ii&&(at=y.i(2),E=y.i(3),this.direction===90||this.direction===270?(y.L(1,(tt.x+at.x)/2,at.y),y.L(2,E.x,(at.y+E.y)/2)):(y.L(1,at.x,(tt.y+at.y)/2),y.L(2,(at.x+E.x)/2,E.y))),tt.w()||tt.set(b.actualBounds.center),y.L(0,tt.x,tt.y)),ot!==null&&(b=rt===Ii?y.getLinkPointFromPoint(z,ot,ot.ga(Di),y.i(y.pointsCount-4),!1):y.i(y.pointsCount-1),rt===Ii&&(ot=y.i(y.pointsCount-3),rt=y.i(y.pointsCount-4),this.direction===90||this.direction===270?(y.L(y.pointsCount-2,(b.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,(b.y+ot.y)/2),y.L(y.pointsCount-3,(ot.x+rt.x)/2,rt.y))),b.w()||b.set(z.actualBounds.center),y.L(y.pointsCount-1,b.x,b.y))),y.zf(),x.commit()}}}this.avoidOrthogonalOverlaps()},io.prototype.avoidOrthogonalOverlaps=function(){if(!(0>=this.linkSpacing)){for(var a=new Ee,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 E=a.value;if(E!==null&&E.isOrthogonal)for(var b=2;b<E.pointsCount-3;b++){var z=E.i(b),tt=E.i(b+1);if(this.B(z.y,tt.y)&&!this.B(z.x,tt.x)){var ot=new Jh;ot.layer=Math.floor(z.y/2);var rt=E.i(0),at=E.i(E.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=b,ot.link=E,b+2<E.pointsCount){rt=E.i(b-1),at=E.i(b+2);var ut=0;rt.y<z.y?ut=at.y<z.y?3:z.x<tt.x?2:1:rt.y>z.y&&(ut=at.y>z.y?0:tt.x<z.x?2:1),ot.j=ut}x.push(ot)}}}if(1<x.length)for(x.sort(this.Vx),a=0;a<x.length;){for(z=x[a].layer,E=a+1;E<x.length&&x[E].layer===z;)E++;if(1<E-a)for(z=a;z<E;){for(tt=x[z].Ic,b=a+1;b<E&&x[b].rd<tt;)tt=Math.max(tt,x[b].Ic),b++;if(tt=b-z,1<tt){for(this.zi(x,this.Js,z,z+tt),ut=1,ot=x[z].jc,rt=z;rt<b;rt++)at=x[rt],at.jc!==ot&&(ut++,ot=at.jc);this.zi(x,this.Ux,z,z+tt);var ft=1;for(ot=x[z].first,rt=z;rt<b;rt++)at=x[rt],at.first!==ot&&(ft++,ot=at.first);for(rt=!0,at=ft,ut<ft?(rt=!1,at=ut,ot=x[z].jc,this.zi(x,this.Js,z,z+tt)):ot=x[z].first,ut=0,ft=z;ft<b;ft++){var mt=x[ft];(rt?mt.first:mt.jc)!==ot&&(ut++,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*(ut-(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=b}a=E}}else{for(y=0,x=[],a=a.iterator;a.next();)if(E=a.value,E!==null&&E.isOrthogonal)for(b=2;b<E.pointsCount-3;b++)z=E.i(b),tt=E.i(b+1),this.B(z.x,tt.x)&&!this.B(z.y,tt.y)&&(ot=new Jh,ot.layer=Math.floor(z.x/2),rt=E.i(0),at=E.i(E.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=b,ot.link=E,b+2<E.pointsCount&&(rt=E.i(b-1),at=E.i(b+2),ut=0,rt.x<z.x?ut=at.x<z.x?3:z.y<tt.y?2:1:rt.x>z.x&&(ut=at.x>z.x?0:tt.y<z.y?2:1),ot.j=ut),x.push(ot));if(1<x.length)for(x.sort(this.Vx),a=0;a<x.length;){for(z=x[a].layer,E=a+1;E<x.length&&x[E].layer===z;)E++;if(1<E-a)for(z=a;z<E;){for(tt=x[z].Ic,b=a+1;b<E&&x[b].rd<tt;)tt=Math.max(tt,x[b].Ic),b++;if(tt=b-z,1<tt){for(this.zi(x,this.Js,z,z+tt),ut=1,ot=x[z].jc,rt=z;rt<b;rt++)at=x[rt],at.jc!==ot&&(ut++,ot=at.jc);for(this.zi(x,this.Ux,z,z+tt),ft=1,ot=x[z].first,rt=z;rt<b;rt++)at=x[rt],at.first!==ot&&(ft++,ot=at.first);for(rt=!0,at=ft,ut<ft?(rt=!1,at=ut,ot=x[z].jc,this.zi(x,this.Js,z,z+tt)):ot=x[z].first,ut=0,ft=z;ft<b;ft++)mt=x[ft],(rt?mt.first:mt.jc)!==ot&&(ut++,ot=rt?mt.first:mt.jc),yt=mt.link,z=yt.i(mt.index),tt=yt.i(mt.index+1),St=this.linkSpacing*(ut-(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=b}a=E}}}},wt=io.prototype,wt.Vx=function(a,y){return a instanceof Jh&&y instanceof Jh&&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},wt.Ux=function(a,y){return a instanceof Jh&&y instanceof Jh&&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},wt.Js=function(a,y){return a instanceof Jh&&y instanceof Jh&&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},wt.B=function(a,y){return a-=y,-1<a&&1>a},wt.zi=function(a,y,x,E){var b=a.length,z=E-x;if(!(1>=z))if((0>x||x>=b-1)&&Wt("not in range 0 <= from < length: "+x),z===2)E=a[x],b=a[x+1],0<y(E,b)&&(a[x]=b,a[x+1]=E);else if(x===0)if(E>=b)a.sort(y);else for(x=a.slice(0,E),x.sort(y),y=0;y<E;y++)a[y]=x[y];else if(E>=b)for(E=a.slice(x),E.sort(y),y=x;y<b;y++)a[y]=E[y-x];else for(b=a.slice(x,E),b.sort(y),y=x;y<E;y++)a[y]=b[y-x]};function Yh(a,y){var x=a.tc[y];if(x>=a.He.length){for(var E=[],b=0;b<a.He.length;b++)E[b]=a.He[b];a.He=E}for(a.He[x]===void 0||a.He[x]===null?E=[]:(E=a.He[x],a.He[x]=null),a=a.fl[y],y=0;y<a.length;y++)x=a[y],E[x.index]=x;return E}function Xh(a,y,x){a.He[a.tc[y]]=x}fe.Object.defineProperties(io.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()):Wt("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!==Sp||(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!==E0&&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 ce(io,"CycleDepthFirst",0),Sy=new ce(io,"CycleGreedy",1),Sp=new ce(io,"CycleFromLayers",2),k0=new ce(io,"LayerOptimalLinkLength",0),xy=new ce(io,"LayerLongestPathSink",1),Py=new ce(io,"LayerLongestPathSource",2),M0=new ce(io,"InitDepthFirstOut",0),wy=new ce(io,"InitDepthFirstIn",1),Cy=new ce(io,"InitNaive",2),Ly=new ce(io,"AggressiveNone",0),E0=new ce(io,"AggressiveLess",1),ky=new ce(io,"AggressiveMore",2),Kx=8;io.className="LayeredDigraphLayout",io.CycleDepthFirst=L0,io.CycleGreedy=Sy,io.CycleFromLayers=Sp,io.LayerOptimalLinkLength=k0,io.LayerLongestPathSink=xy,io.LayerLongestPathSource=Py,io.InitDepthFirstOut=M0,io.InitDepthFirstIn=wy,io.InitNaive=Cy,io.AggressiveNone=Ly,io.AggressiveLess=E0,io.AggressiveMore=ky,io.PackNone=0,io.PackExpand=1,io.PackStraighten=2,io.PackMedian=4,io.PackAll=15,io.AlignNone=0,io.AlignUpperLeft=1,io.AlignUpperRight=2,io.AlignLowerLeft=4,io.AlignLowerRight=8,io.AlignAll=15;function Jh(){this.index=this.Ic=this.rd=this.jc=this.first=this.layer=0,this.link=null,this.j=0}Jh.className="SegInfo";function Gf(a){po.call(this,a)}Ce(Gf,po),Gf.prototype.createVertex=function(){return new Ba(this)},Gf.prototype.createEdge=function(){return new xp(this)},Gf.className="LayeredDigraphNetwork";function Ba(a){Sr.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}Ce(Ba,Sr);function ix(a,y){return a.index-y.index}function N0(a,y){if(!a.$n){for(var x=[],E=Qi(a.destinationEdgesArrayAccess),b=E.next();!b.done;b=E.next())b=b.value,b.valid&&x.push(b);a.$n=x}for(a=Qi(a.$n),x=a.next();!x.done;x=a.next())if(x=x.value,x.toVertex===y)return x;Wt("Unable to find destination edge to given vertex")}function My(a){if(!a.co){for(var y=[],x=Qi(a.sourceEdgesArrayAccess),E=x.next();!E.done;E=x.next())E=E.value,E.valid&&y.push(E.fromVertex);y.sort(ix),a.co=y}return a.co}function Yx(a){if(!a.ao){for(var y=[],x=Qi(a.destinationEdgesArrayAccess),E=x.next();!E.done;E=x.next())E=E.value,E.valid&&y.push(E.toVertex);y.sort(ix),a.ao=y}return a.ao}Ba.prototype.Cl=function(a){Sr.prototype.Cl.call(this,a),this.bo=this.co=null},Ba.prototype.Kl=function(a){Sr.prototype.Kl.call(this,a),this.bo=this.co=null},Ba.prototype.zl=function(a){Sr.prototype.zl.call(this,a),this.$n=this.ao=null},Ba.prototype.Jl=function(a){Sr.prototype.Jl.call(this,a),this.$n=this.ao=null},fe.Object.defineProperties(Ba.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)}}}),Ba.prototype.deleteDestinationEdge=Ba.prototype.Jl,Ba.prototype.addDestinationEdge=Ba.prototype.zl,Ba.prototype.deleteSourceEdge=Ba.prototype.Kl,Ba.prototype.addSourceEdge=Ba.prototype.Cl,Ba.className="LayeredDigraphVertex";function xp(a){sa.call(this,a),this.j=this.ia=this.Ha=!1,this.V=this.u=NaN,this.F=this.o=0}Ce(xp,sa),fe.Object.defineProperties(xp.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)}}}),xp.className="LayeredDigraphEdge";function Ni(a){Eo.call(this),this.Ub=new Me,this.Wn=B0,this.ud=eu,this.vo=D0,this.Bq=Ry,this.$v=[],this.td=!0,this.Rb=O0,this.$d=new Je(10,10).freeze();var y=new Fc(this);this.W=new Ya(y),this.Y=new Ya(y),this.ru=[],a&&Object.assign(this,a)}Ce(Ni,Eo),Ni.prototype.cloneProtected=function(a){Eo.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)},Ni.prototype.qb=function(a){a.classType===Ni?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:Wt("Unknown enum value: "+a):Eo.prototype.qb.call(this,a)},Ni.prototype.createNetwork=function(){return new Fc(this)},Ni.prototype.makeNetwork=function(a){function y(E){if(E instanceof en)return!E.isLinkLabel&&E.category!=="Comment";if(E instanceof We){var b=E.fromNode;return b===null||b.isLinkLabel||b.category==="Comment"?!1:(E=E.toNode,!(E===null||E.isLinkLabel||E.category==="Comment"))}return!1}var x=this.createNetwork();return a instanceof se?(x.lg(a.nodes,!0,y),x.lg(a.links,!0,y)):a instanceof di?x.lg(a.memberParts,!1,y):x.lg(a.iterator,!1,y),x},Ni.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 se&&(y=a),this.path===B0&&y!==null?this.ud=y.isTreePathToChildren?eu:bc:this.ud=this.path===B0?eu: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 Me,y=this.Ub.iterator;y.next();){var x=y.value;x instanceof en?(x=this.network.ki(x),x!==null&&a.add(x)):x instanceof Ya&&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,Ey(this,y));for(y=this.network.vertexes,a=null;a=Xx(y),0<a.count;)y=ox(this,a),y!==null&&this.Ub.add(y),y.initialized=!0,Ey(this,y),y=a;for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof Ya&&sx(this,y);for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof Ya&&ax(this,y);for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof Ya&&lx(this,y);if(this.Cu(),this.layerStyle===R0){for(a=[],y=this.network.vertexes.iterator;y.next();){x=y.value;var E=x.parent;E===null&&(E=x),E=E.angle===0||E.angle===180;var b=a[x.level];b===void 0&&(b=0),a[x.level]=Math.max(b,E?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,E=x.parent,E===null&&(E=x),E.angle===0||E.angle===180?(E.angle===180&&(x.focusX+=a[x.level]-x.width),x.width=a[x.level]):(E.angle===270&&(x.focusY+=a[x.level]-x.height),x.height=a[x.level])}else if(this.layerStyle===jy)for(a=this.network.vertexes.iterator;a.next();){for(y=a.value,x=y.angle===0||y.angle===180,E=-1,b=0;b<y.children.length;b++){var z=y.children[b];E=Math.max(E,x?z.width:z.height)}if(0<=E)for(b=0;b<y.children.length;b++)z=y.children[b],x?(y.angle===180&&(z.focusX+=E-z.width),z.width=E):(y.angle===270&&(z.focusY+=E-z.height),z.height=E)}for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof Ya&&this.layoutTree(y);this.arrangeTrees(),this.updateParts()}this.network=null,this.Ub=new Me,this.isValidLayout=!0};function Xx(a){var y=new Me;for(a=a.iterator;a.next();){var x=a.value;x.initialized||y.add(x)}return y}Ni.prototype.findRoots=function(){for(var a=this.network.vertexes,y=a.iterator;y.next();){var x=y.value;switch(this.ud){case eu:x.sourceEdges.count===0&&this.Ub.add(x);break;case bc:x.destinationEdges.count===0&&this.Ub.add(x);break;default:Wt("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,E=null;for(y=y.iterator;y.next();){var b=y.value;switch(a.ud){case eu:b.sourceEdges.count<x&&(x=b.sourceEdges.count,E=b);break;case bc:b.destinationEdges.count<x&&(x=b.destinationEdges.count,E=b);break;default:Wt("Unhandled path value "+a.ud.toString())}}return E}function Ey(a,y){if(y!==null){switch(a.ud){case eu:if(0<y.destinationEdges.count){for(var x=new Ee,E=y.destinationVertexes;E.next();){var b=E.value;rx(a,y,b)&&x.add(b)}0<x.count&&(y.children=x.Fa())}break;case bc:if(0<y.sourceEdges.count){for(x=new Ee,E=y.sourceVertexes;E.next();)b=E.value,rx(a,y,b)&&x.add(b);0<x.count&&(y.children=x.Fa())}break;default:Wt("Unhandled path value"+a.ud.toString())}for(x=y.children,E=x.length,b=0;b<E;b++){var z=x[b];z.initialized=!0,z.level=y.level+1,z.parent=y,a.Ub.remove(z)}for(y=0;y<E;y++)Ey(a,x[y])}}function rx(a,y,x){if(x.initialized){if(y===null)var E=!1;else{for(E=y.parent;E!==null&&E!==x;)E=E.parent;E=E===x}if(E||x.level>y.level)return!1;a.removeChild(x.parent,x)}return!0}Ni.prototype.removeChild=function(a,y){if(a!==null&&y!==null){for(var x=a.children,E=0,b=0;b<x.length;b++)x[b]===y&&E++;if(0<E){E=Array(x.length-E);for(var z=b=0;z<x.length;z++)x[z]!==y&&(E[b++]=x[z]);a.children=E}}};function sx(a,y){if(y!==null){a.initializeTreeVertexValues(y),y.alignment===ou&&a.sortTreeVertexChildren(y);for(var x=0,E=y.childrenCount,b=0,z=y.children,tt=z.length,ot=0;ot<tt;ot++){var rt=z[ot];sx(a,rt),x+=rt.descendantCount+1,E=Math.max(E,rt.maxChildrenCount),b=Math.max(b,rt.maxGenerationCount)}y.descendantCount=x,y.maxChildrenCount=E,y.maxGenerationCount=0<E?b+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 Ay:var x=!0;if(y.childrenCount===0)x=!1;else for(var E=y.children,b=E.length,z=0;z<b;z++)if(0<E[z].childrenCount){x=!1;break}return x&&y.parent!==null?a.Y:y.parent!==null?y.parent:a.W}}Ni.prototype.initializeTreeVertexValues=function(a){if(a.copyInheritedPropertiesFrom(Jx(this,a)),a.parent!==null&&a.parent.alignment===ou){for(var y=a.angle,x=a.parent.children,E=0;E<x.length&&a!==x[E];)E++;E%2===0?E!==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,E=0;E<x;E++)ax(a,y[E])}}Ni.prototype.assignTreeVertexValues=function(){};function lx(a,y){if(y!==null){y.alignment!==ou&&a.sortTreeVertexChildren(y),y=y.children;for(var x=y.length,E=0;E<x;E++)lx(a,y[E])}}Ni.prototype.sortTreeVertexChildren=function(a){switch(a.sorting){case _f:break;case wp:a.children.reverse();break;case Cp:a.children.sort(a.comparer);break;case Lp:a.children.sort(a.comparer),a.children.reverse();break;default:Wt("Unhandled sorting value "+a.sorting.toString())}},Ni.prototype.Cu=function(){if(this.comments)for(var a=this.network.vertexes.iterator;a.next();)this.addComments(a.value)},Ni.prototype.addComments=function(a){var y=a.angle,x=a.parent,E=0,b=!1;x!==null&&(E=x.angle,b=x.alignment,b=Qh(b)),y=y===90||y===270,E=E===90||E===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 ut=at.value;ut.category==="Comment"&&ut.canLayout()&&(a.comments===null&&(a.comments=[]),a.comments.push(ut),ut.Va(),ut=ut.measuredBounds,y&&!x||!b&&!E&&x||b&&E&&x?(z=Math.max(z,ut.width),tt+=ut.height+Math.abs(ot)):(z+=ut.width+Math.abs(ot),tt=Math.max(tt,ut.height)),ot=rt)}a.comments!==null&&(y&&!x||!b&&!E&&x||b&&E&&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)),b=me.allocAt(0,0,a.bounds.width+z,a.bounds.height+tt),a.bounds=b,me.free(b))};function Qh(a){return a===ih||a===ou||a===oh||a===Pu}function Pp(a){return a===ih||a===ou}function Ny(a){var y=a.parent;if(y!==null){var x=y.alignment;if(Qh(x)){if(Pp(x)){for(y=y.children,x=0;x<y.length&&a!==y[x];)x++;return x%2===0}if(x===oh)return!0}}return!1}Ni.prototype.layoutComments=function(a){if(a.comments!==null){var y=a.node.measuredBounds,x=a.parent,E=a.angle,b=0,z=!1;x!==null&&(b=x.angle,z=x.alignment,z=Qh(z)),E=E===90||E===270,x=b===90||b===270;for(var tt=a.childrenCount===0,ot=Ny(a),rt=0,at=a.comments,ut=at.length,ft=At.alloc(),mt=0;mt<ut;mt++){var yt=at[mt],St=yt.measuredBounds;if(E&&!tt||!z&&!x&&tt||z&&x&&tt){if(135<b&&!z||x&&ot)if(0<=a.commentMargin)for(ft.h(a.bounds.x-a.commentMargin-St.width,a.bounds.y+rt),yt.move(ft),yt=yt.Sd();yt.next();){var Mt=yt.value;Mt.fromSpot=zs,Mt.toSpot=Xr}else for(ft.h(a.bounds.x+2*a.focus.x-a.commentMargin,a.bounds.y+rt),yt.move(ft),yt=yt.Sd();yt.next();)Mt=yt.value,Mt.fromSpot=Xr,Mt.toSpot=zs;else if(0<=a.commentMargin)for(ft.h(a.bounds.x+2*a.focus.x+a.commentMargin,a.bounds.y+rt),yt.move(ft),yt=yt.Sd();yt.next();)Mt=yt.value,Mt.fromSpot=Xr,Mt.toSpot=zs;else for(ft.h(a.bounds.x+a.commentMargin-St.width,a.bounds.y+rt),yt.move(ft),yt=yt.Sd();yt.next();)Mt=yt.value,Mt.fromSpot=zs,Mt.toSpot=Xr;rt=0<=a.commentSpacing?rt+(St.height+a.commentSpacing):rt+(a.commentSpacing-St.height)}else{if(135<b&&!z||!x&&ot)if(0<=a.commentMargin)for(ft.h(a.bounds.x+rt,a.bounds.y-a.commentMargin-St.height),yt.move(ft),yt=yt.Sd();yt.next();)Mt=yt.value,Mt.fromSpot=js,Mt.toSpot=ns;else for(ft.h(a.bounds.x+rt,a.bounds.y+2*a.focus.y-a.commentMargin),yt.move(ft),yt=yt.Sd();yt.next();)Mt=yt.value,Mt.fromSpot=ns,Mt.toSpot=js;else if(0<=a.commentMargin)for(ft.h(a.bounds.x+rt,a.bounds.y+2*a.focus.y+a.commentMargin),yt.move(ft),yt=yt.Sd();yt.next();)Mt=yt.value,Mt.fromSpot=ns,Mt.toSpot=js;else for(ft.h(a.bounds.x+rt,a.bounds.y+a.commentMargin-St.height),yt.move(ft),yt=yt.Sd();yt.next();)Mt=yt.value,Mt.fromSpot=js,Mt.toSpot=ns;rt=0<=a.commentSpacing?rt+(St.width+a.commentSpacing):rt+(a.commentSpacing-St.width)}}if(At.free(ft),y=rt-a.commentSpacing-(E?y.height:y.width),this.ud===eu)for(a=a.destinationEdges;a.next();)b=a.value.link,b===null||b.isAvoiding||(b.fromEndSegmentLength=0<y?y:NaN);else for(a=a.sourceEdges;a.next();)b=a.value.link,b===null||b.isAvoiding||(b.toEndSegmentLength=0<y?y:NaN)}},Ni.prototype.layoutTree=function(a){if(a!==null){for(var y=a.children,x=y.length,E=0;E<x;E++)this.layoutTree(y[E]);switch(a.compaction){case A0:ux(this,a);break;case kp:if(a.alignment===ou)ux(this,a);else if(a.childrenCount===0)E=a.parent,x=!1,y=0,E!==null&&(y=E.angle,x=E.alignment,x=Qh(x)),E=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)&&!E?a.la.h(0,0):y===180&&!x||(y===90||y===270)&&E?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 b=dl(a);y=b===90||b===270;var z=0,tt=a.children,ot=tt.length;for(x=0;x<ot;x++)E=tt[x],z=Math.max(z,y?E.Da.width:E.Da.height);var rt=a.alignment;E=rt===nu;var at=rt===iu,ut=Qh(rt),ft=Math.max(0,a.breadthLimit);x=this.computeLayerSpacing(a);var mt=a.nodeSpacing,yt=this.computeNodeIndent(a),St=a.rowSpacing,Mt=0;(E||at||a.hm||a.im&&a.maxGenerationCount===1)&&(Mt=Math.max(0,a.rowIndent)),E=a.width;var It=a.height,Tt=0,jt=0,Gt=0,Ht=null,Yt=null,re=0,qe=0,pn=0,hn=0,_e=0,Ne=0,hi=0,$n=0;if(ut&&!Pp(rt)&&135<b&&tt.reverse(),Pp(rt))if(1<ot)for(var Xi=0;Xi<ot;Xi++)Xi%2===0&&Xi!==ot-1&&($n=Math.max($n,y?tt[Xi].Da.width:tt[Xi].Da.height));else ot===1&&($n=y?tt[0].Da.width:tt[0].Da.height);if(ut){switch(rt){case ih:jt=135>b?hx(this,a,tt,$n,Tt,jt):dx(this,a,tt,$n,Tt,jt),$n=jt.x,Tt=jt.width,jt=jt.height;break;case oh:for(Ht=0;Ht<ot;Ht++)Yt=tt[Ht],ft=Yt.Da,Gt=Ne===0?0:St,y?(Yt.S.h(z-ft.width,hn+Gt),Tt=Math.max(Tt,ft.width),jt=Math.max(jt,hn+Gt+ft.height),hn+=Gt+ft.height):(Yt.S.h(pn+Gt,z-ft.height),Tt=Math.max(Tt,pn+Gt+ft.width),jt=Math.max(jt,ft.height),pn+=Gt+ft.width),Ne++;break;case Pu:for(Ht=0;Ht<ot;Ht++)Yt=tt[Ht],z=Yt.Da,ft=Ne===0?0:St,y?(Yt.S.h(mt/2+a.focus.x,hn+ft),Tt=Math.max(Tt,z.width),jt=Math.max(jt,hn+ft+z.height),hn+=ft+z.height):(Yt.S.h(pn+ft,mt/2+a.focus.y),Tt=Math.max(Tt,pn+ft+z.width),jt=Math.max(jt,z.height),pn+=ft+z.width),Ne++}Ht=Js(this,2),Yt=Js(this,2),y?(Ht[0].h(0,0),Ht[1].h(0,jt),Yt[0].h(Tt,0)):(Ht[0].h(0,0),Ht[1].h(Tt,0),Yt[0].h(0,jt)),Yt[1].h(Tt,jt)}else for(Xi=0;Xi<ot;Xi++){var co=tt[Xi],Mr=co.Da;if(y){0<ft&&0<Ne&&pn+mt+Mr.width>ft&&(pn<z&&jd(a,rt,z-pn,0,hi,Xi-1),_e++,Ne=0,hi=Xi,Gt=jt,pn=0,hn=135<b?-jt-St:jt+St),T0(this,co,0,hn);var Fr=0;if(Ne===0)Ht=co.Yo,Yt=co.kp,re=Mr.width,qe=Mr.height,(Ht===null||Yt===null||b!==dl(co))&&(Ht=Js(this,2),Yt=Js(this,2),Ht[0].h(0,0),Ht[1].h(0,qe),Yt[0].h(re,0),Yt[1].h(re,qe));else{var ms=In();qe=cx(this,a,co,Ht,Yt,re,qe,ms),Fr=qe.x,Ht=ms[0],Yt=ms[1],re=qe.width,qe=qe.height,mn(ms),pn<Mr.width&&0>Fr&&(Nc(a,-Fr,0,hi,Xi-1),F0(Ht,-Fr,0),F0(Yt,-Fr,0),Fr=0)}co.S.h(Fr,hn),Tt=Math.max(Tt,re),jt=Math.max(jt,Gt+(_e===0?0:St)+Mr.height),pn=re}else 0<ft&&0<Ne&&hn+mt+Mr.height>ft&&(hn<z&&jd(a,rt,0,z-hn,hi,Xi-1),_e++,Ne=0,hi=Xi,Gt=Tt,hn=0,pn=135<b?-Tt-St:Tt+St),T0(this,co,pn,0),Fr=0,Ne===0?(Ht=co.Yo,Yt=co.kp,re=Mr.width,qe=Mr.height,(Ht===null||Yt===null||b!==dl(co))&&(Ht=Js(this,2),Yt=Js(this,2),Ht[0].h(0,0),Ht[1].h(re,0),Yt[0].h(0,qe),Yt[1].h(re,qe))):(ms=In(),qe=cx(this,a,co,Ht,Yt,re,qe,ms),Fr=qe.x,Ht=ms[0],Yt=ms[1],re=qe.width,qe=qe.height,mn(ms),hn<Mr.height&&0>Fr&&(Nc(a,0,-Fr,hi,Xi-1),F0(Ht,0,-Fr),F0(Yt,0,-Fr),Fr=0)),co.S.h(pn,Fr),jt=Math.max(jt,qe),Tt=Math.max(Tt,Gt+(_e===0?0:St)+Mr.width),hn=qe;Ne++}switch(0<_e&&(y?(jt+=Math.max(0,x),pn<Tt&&jd(a,rt,Tt-pn,0,hi,ot-1),0<Mt&&(at||Nc(a,Mt,0,0,ot-1),Tt+=Mt)):(Tt+=Math.max(0,x),hn<jt&&jd(a,rt,0,jt-hn,hi,ot-1),0<Mt&&(at||Nc(a,0,Mt,0,ot-1),jt+=Mt))),Mt=at=0,rt){case Hf:y?at+=Tt/2-a.focus.x-yt/2:Mt+=jt/2-a.focus.y-yt/2;break;case Tc:0<_e?y?at+=Tt/2-a.focus.x-yt/2:Mt+=jt/2-a.focus.y-yt/2:y?($n=tt[0].S.x+tt[0].la.x,at+=$n+(tt[ot-1].S.x+tt[ot-1].la.x+2*tt[ot-1].focus.x-$n)/2-a.focus.x-yt/2):($n=tt[0].S.y+tt[0].la.y,Mt+=$n+(tt[ot-1].S.y+tt[ot-1].la.y+2*tt[ot-1].focus.y-$n)/2-a.focus.y-yt/2);break;case nu:y?(at-=yt,Tt+=yt):(Mt-=yt,jt+=yt);break;case iu:y?(at+=Tt-a.width+yt,Tt+=yt):(Mt+=jt-a.height+yt,jt+=yt);break;case ih:y?1<ot?at+=$n+mt/2-a.focus.x:at+=tt[0].focus.x-a.focus.x+tt[0].la.x:1<ot?Mt+=$n+mt/2-a.focus.y:Mt+=tt[0].focus.y-a.focus.y+tt[0].la.y;break;case oh:y?at+=Tt+mt/2-a.focus.x:Mt+=jt+mt/2-a.focus.y;break;case Pu:break;default:jt=this.customAlignment(a,at,Mt,Tt,jt),at=jt[0],Mt=jt[1],Tt=jt[2],jt=jt[3]}for(yt=0;yt<ot;yt++)$n=tt[yt],y?$n.S.h($n.S.x+$n.la.x-at,$n.S.y+(135<b?(ut?-jt:-$n.Da.height)+$n.la.y-x:It+x+$n.la.y)):$n.S.h($n.S.x+(135<b?(ut?-Tt:-$n.Da.width)+$n.la.x-x:E+x+$n.la.x),$n.S.y+$n.la.y-Mt);if(ot=tt=0,ut?y?(Tt=by(a,Tt,at),0>at&&(at=0),135<b&&(Mt+=jt+x),jt+=It+x,rt===Pu&&(tt+=mt/2+a.focus.x),ot+=It+x):(135<b&&(at+=Tt+x),Tt+=E+x,jt=Ty(a,jt,Mt),0>Mt&&(Mt=0),rt===Pu&&(ot+=mt/2+a.focus.y),tt+=E+x):y?(a.comments===null?E>Tt&&(Tt=Fy(rt,E-Tt,0),tt=Tt.x,ot=Tt.y,Tt=E,at=0):Tt=by(a,Tt,at),0>at&&(tt-=at,at=0),135<b&&(Mt+=jt+x),jt=Math.max(Math.max(jt,It),jt+It+x),ot+=It+x):(135<b&&(at+=Tt+x),Tt=Math.max(Math.max(Tt,E),Tt+E+x),a.comments===null?It>jt&&(jt=Fy(rt,0,It-jt),tt=jt.x,ot=jt.y,jt=It,Mt=0):jt=Ty(a,jt,Mt),0>Mt&&(ot-=Mt,Mt=0),tt+=E+x),0<_e)b=Js(this,4),_e=Js(this,4),y?(b[2].h(0,It+x),b[3].h(b[2].x,jt),_e[2].h(Tt,b[2].y),_e[3].h(_e[2].x,b[3].y)):(b[2].h(E+x,0),b[3].h(Tt,b[2].y),_e[2].h(b[2].x,jt),_e[3].h(b[3].x,_e[2].y));else{for(b=Js(this,Ht.length+2),_e=Js(this,Yt.length+2),rt=0;rt<Ht.length;rt++)ut=Ht[rt],b[rt+2].h(ut.x+tt,ut.y+ot);for(rt=0;rt<Yt.length;rt++)ut=Yt[rt],_e[rt+2].h(ut.x+tt,ut.y+ot)}y?(b[0].h(at,0),b[1].h(b[0].x,It),b[2].y<b[1].y&&(b[2].x>b[0].x?b[2].assign(b[1]):b[1].assign(b[2])),b[3].y<b[2].y&&(b[3].x>b[0].x?b[3].assign(b[2]):b[2].assign(b[3])),_e[0].h(at+E,0),_e[1].h(_e[0].x,It),_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])),b[2].y-=x/2,_e[2].y-=x/2):(b[0].h(0,Mt),b[1].h(E,b[0].y),b[2].x<b[1].x&&(b[2].y>b[0].y?b[2].assign(b[1]):b[1].assign(b[2])),b[3].x<b[2].x&&(b[3].y>b[0].y?b[3].assign(b[2]):b[2].assign(b[3])),_e[0].h(0,Mt+It),_e[1].h(E,_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])),b[2].x-=x/2,_e[2].x-=x/2),xl(this,Ht),xl(this,Yt),a.Yo=b,a.kp=_e,a.la.h(at,Mt),a.Da.h(Tt,jt)}break;default:Wt("Unhandled compaction value "+a.compaction.toString())}}};function ux(a,y){if(y.childrenCount===0){var x=!1,E=0;y.parent!==null&&(E=y.parent.angle,x=y.parent.alignment,x=Qh(x));var b=Ny(y);y.S.h(0,0),y.Da.h(y.width,y.height),y.parent===null||y.comments===null||(E!==180&&E!==270||x)&&!b?y.la.h(0,0):E===180&&!x||(E===90||E===270)&&b?y.la.h(y.width-2*y.focus.x,0):y.la.h(0,y.height-2*y.focus.y)}else{E=dl(y),x=E===90||E===270;var z=0;b=y.children;for(var tt=b.length,ot=0;ot<tt;ot++){var rt=b[ot];z=Math.max(z,x?rt.Da.width:rt.Da.height)}var at=y.alignment,ut=at===nu,ft=at===iu;ot=Qh(at);var mt=Math.max(0,y.breadthLimit);rt=a.computeLayerSpacing(y);var yt=y.nodeSpacing,St=a.computeNodeIndent(y),Mt=ut||ft?0:St/2,It=y.rowSpacing,Tt=0;(ut||ft||y.hm||y.im&&y.maxGenerationCount===1)&&(Tt=Math.max(0,y.rowIndent)),ut=y.width;var jt=y.height,Gt=0,Ht=0,Yt=0,re=0,qe=0,pn=0,hn=0,_e=0,Ne=0,hi=0;if(ot&&!Pp(at)&&135<E&&b.reverse(),Pp(at))if(1<tt)for(var $n=0;$n<tt;$n++){var Xi=b[$n],co=Xi.Da;$n%2===0&&$n!==tt-1?Ne=Math.max(Ne,(x?co.width:co.height)+a.computeBusNodeSpacing(Xi)-yt):$n%2!==0&&(hi=Math.max(hi,(x?co.width:co.height)+a.computeBusNodeSpacing(Xi)-yt))}else tt===1&&(Ne=x?b[0].Da.width:b[0].Da.height);if(ot)switch(at){case ih:case ou:Ht=135>E?hx(a,y,b,Ne,Gt,Ht):dx(a,y,b,Ne,Gt,Ht),Ne=Ht.x,Gt=Ht.width,Ht=Ht.height;break;case oh:for(mt=0;mt<tt;mt++)Mt=b[mt],Yt=Mt.Da,hi=hn===0?0:It,x?(Mt.S.h(z-Yt.width,qe+hi),Gt=Math.max(Gt,Yt.width),Ht=Math.max(Ht,qe+hi+Yt.height),qe+=hi+Yt.height):(Mt.S.h(re+hi,z-Yt.height),Gt=Math.max(Gt,re+hi+Yt.width),Ht=Math.max(Ht,Yt.height),re+=hi+Yt.width),hn++;break;case Pu:for(z=0;z<tt;z++)mt=b[z],Mt=mt.Da,Yt=hn===0?0:It,x?(mt.S.h(yt/2+y.focus.x,qe+Yt),Gt=Math.max(Gt,Mt.width),Ht=Math.max(Ht,qe+Yt+Mt.height),qe+=Yt+Mt.height):(mt.S.h(re+Yt,yt/2+y.focus.y),Gt=Math.max(Gt,re+Yt+Mt.width),Ht=Math.max(Ht,Mt.height),re+=Yt+Mt.width),hn++}else for(hi=0;hi<tt;hi++)$n=b[hi],Xi=$n.Da,x?(0<mt&&0<hn&&re+yt+Xi.width>mt&&(re<z&&jd(y,at,z-re,0,_e,hi-1),pn++,hn=0,_e=hi,Yt=Ht,re=0,qe=135<E?-Ht-It:Ht+It),co=hn===0?Mt:yt,T0(a,$n,0,qe),$n.S.h(re+co,qe),Gt=Math.max(Gt,re+co+Xi.width),Ht=Math.max(Ht,Yt+(pn===0?0:It)+Xi.height),re+=co+Xi.width):(0<mt&&0<hn&&qe+yt+Xi.height>mt&&(qe<z&&jd(y,at,0,z-qe,_e,hi-1),pn++,hn=0,_e=hi,Yt=Gt,qe=0,re=135<E?-Gt-It:Gt+It),co=hn===0?Mt:yt,T0(a,$n,re,0),$n.S.h(re,qe+co),Ht=Math.max(Ht,qe+co+Xi.height),Gt=Math.max(Gt,Yt+(pn===0?0:It)+Xi.width),qe+=co+Xi.height),hn++;switch(0<pn&&(x?(Ht+=Math.max(0,rt),re<Gt&&jd(y,at,Gt-re,0,_e,tt-1),0<Tt&&(ft||Nc(y,Tt,0,0,tt-1),Gt+=Tt)):(Gt+=Math.max(0,rt),qe<Ht&&jd(y,at,0,Ht-qe,_e,tt-1),0<Tt&&(ft||Nc(y,0,Tt,0,tt-1),Ht+=Tt))),Tt=ft=0,at){case Hf:x?ft+=Gt/2-y.focus.x-St/2:Tt+=Ht/2-y.focus.y-St/2;break;case Tc:0<pn?x?ft+=Gt/2-y.focus.x-St/2:Tt+=Ht/2-y.focus.y-St/2:x?(a=b[0].S.x+b[0].la.x,ft+=a+(b[tt-1].S.x+b[tt-1].la.x+2*b[tt-1].focus.x-a)/2-y.focus.x-St/2):(a=b[0].S.y+b[0].la.y,Tt+=a+(b[tt-1].S.y+b[tt-1].la.y+2*b[tt-1].focus.y-a)/2-y.focus.y-St/2);break;case nu:x?(ft-=St,Gt+=St):(Tt-=St,Ht+=St);break;case iu:x?(ft+=Gt-y.width+St,Gt+=St):(Tt+=Ht-y.height+St,Ht+=St);break;case ih:case ou:x?1<tt?ft+=Ne+yt/2-y.focus.x:ft+=b[0].focus.x-y.focus.x+b[0].la.x:1<tt?Tt+=Ne+yt/2-y.focus.y:Tt+=b[0].focus.y-y.focus.y+b[0].la.y;break;case oh:x?ft+=Gt+yt/2-y.focus.x:Tt+=Ht+yt/2-y.focus.y;break;case Pu:break;default:a=a.customAlignment(y,ft,Tt,Gt,Ht),ft=a[0],Tt=a[1],Gt=a[2],Ht=a[3]}for(a=0;a<tt;a++)St=b[a],x?St.S.h(St.S.x+St.la.x-ft,St.S.y+(135<E?(ot?-Ht:-St.Da.height)+St.la.y-rt:jt+rt+St.la.y)):St.S.h(St.S.x+(135<E?(ot?-Gt:-St.Da.width)+St.la.x-rt:ut+rt+St.la.x),St.S.y+St.la.y-Tt);x?(Gt=by(y,Gt,ft),0>ft&&(ft=0),135<E&&(Tt+=Ht+rt),Ht=Math.max(Math.max(Ht,jt),Ht+jt+rt)):(135<E&&(ft+=Gt+rt),Gt=Math.max(Math.max(Gt,ut),Gt+ut+rt),Ht=Ty(y,Ht,Tt),0>Tt&&(Tt=0)),y.la.h(ft,Tt),y.Da.h(Gt,Ht)}}Ni.prototype.customAlignment=function(a,y,x,E,b){return[y,x,E,b]};function hx(a,y,x,E,b,z){var tt=x.length;if(tt===0)return new me(E,0,b,z);if(tt===1)return y=x[0],b=y.Da.width,z=y.Da.height,new me(E,0,b,z);for(var ot=y.nodeSpacing,rt=y.rowSpacing,at=dl(y)===90,ut=0,ft=0,mt=0,yt=0;yt<tt;yt++)if(!(yt%2!==0||1<tt&&yt===tt-1)){var St=x[yt],Mt=St.Da,It=ut===0?0:rt;if(at){var Tt=a.computeBusNodeSpacing(St)-ot;St.S.h(E-(Mt.width+Tt),mt+It),b=Math.max(b,Mt.width+Tt),z=Math.max(z,mt+It+Mt.height),mt+=It+Mt.height}else Tt=a.computeBusNodeSpacing(St)-ot,St.S.h(ft+It,E-(Mt.height+Tt)),z=Math.max(z,Mt.height+Tt),b=Math.max(b,ft+It+Mt.width),ft+=It+Mt.width;ut++}for(ut=0,St=ft,yt=mt,at?(ft=E+ot,mt=0):(ft=0,mt=E+ot),Mt=0;Mt<tt;Mt++)if(Mt%2!==0){It=x[Mt],Tt=It.Da;var jt=ut===0?0:rt;if(at){var Gt=a.computeBusNodeSpacing(It)-ot;It.S.h(ft+Gt,mt+jt),b=Math.max(b,ft+Tt.width+Gt),z=Math.max(z,mt+jt+Tt.height),mt+=jt+Tt.height}else Gt=a.computeBusNodeSpacing(It)-ot,It.S.h(ft+jt,mt+Gt),b=Math.max(b,ft+jt+Tt.width),z=Math.max(z,mt+Tt.height+Gt),ft+=jt+Tt.width;ut++}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(ft))),at?(x.S.h(E+ot/2-x.focus.x-x.la.x,z+a),at=E+ot/2-x.focus.x-x.la.x,b=Math.max(b,at+tt.width),0>at&&(b-=at),z=Math.max(z,Math.max(yt,mt)+a+tt.height),0>x.S.x&&(E=b0(y,x.S.x,!1,E,ot))):(x.S.h(b+a,E+ot/2-x.focus.y-x.la.y),b=Math.max(b,Math.max(St,ft)+a+tt.width),mt=E+ot/2-x.focus.y-x.la.y,z=Math.max(z,mt+tt.height),0>mt&&(z-=mt),0>x.S.y&&(E=b0(y,x.S.y,!0,E,ot)))),new me(E,0,b,z)}function dx(a,y,x,E,b,z){var tt=x.length;if(tt===0)return new me(E,0,b,z);if(tt===1)return x=x[0],b=x.Da.width,z=x.Da.height,new me(E,0,b,z);for(var ot=y.nodeSpacing,rt=y.rowSpacing,at=dl(y)===270,ut=0,ft=0,mt=0,yt=0;yt<tt;yt++)if(!(yt%2!==0||1<tt&&yt===tt-1)){var St=x[yt],Mt=St.Da,It=ut===0?0:rt;if(at){var Tt=a.computeBusNodeSpacing(St)-ot;mt-=It+Mt.height,St.S.h(E-(Mt.width+Tt),mt),b=Math.max(b,Mt.width+Tt),z=Math.max(z,Math.abs(mt))}else Tt=a.computeBusNodeSpacing(St)-ot,ft-=It+Mt.width,St.S.h(ft,E-(Mt.height+Tt)),z=Math.max(z,Mt.height+Tt),b=Math.max(b,Math.abs(ft));ut++}for(ut=0,St=ft,yt=mt,at?(ft=E+ot,mt=0):(ft=0,mt=E+ot),Mt=0;Mt<tt;Mt++)if(Mt%2!==0){It=x[Mt],Tt=It.Da;var jt=ut===0?0:rt;if(at){var Gt=a.computeBusNodeSpacing(It)-ot;mt-=jt+Tt.height,It.S.h(ft+Gt,mt),b=Math.max(b,ft+Tt.width+Gt),z=Math.max(z,Math.abs(mt))}else Gt=a.computeBusNodeSpacing(It)-ot,ft-=jt+Tt.width,It.S.h(ft,mt+Gt),z=Math.max(z,mt+Tt.height+Gt),b=Math.max(b,Math.abs(ft));ut++}for(1<tt&&tt%2===1&&(rt=x[tt-1],ut=rt.Da,a=a.computeBusLastRowSpacing(rt,at?Math.max(Math.abs(yt),Math.abs(mt)):Math.max(Math.abs(St),Math.abs(ft))),at?(rt.S.h(E+ot/2-rt.focus.x-rt.la.x,-z-ut.height-a),ft=E+ot/2-rt.focus.x-rt.la.x,b=Math.max(b,ft+ut.width),0>ft&&(b-=ft),z=Math.max(z,Math.abs(Math.min(yt,mt))+a+ut.height),0>rt.S.x&&(E=b0(y,rt.S.x,!1,E,ot))):(rt.S.h(-b-ut.width-a,E+ot/2-rt.focus.y-rt.la.y),b=Math.max(b,Math.abs(Math.min(St,ft))+a+ut.width),mt=E+ot/2-rt.focus.y-rt.la.y,z=Math.max(z,mt+ut.height),0>mt&&(z-=mt),0>rt.S.y&&(E=b0(y,rt.S.y,!0,E,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+b,ot.S.y);return new me(E,0,b,z)}Ni.prototype.computeBusNodeSpacing=function(a){return a.parent===null?0:a.parent.nodeSpacing},Ni.prototype.computeBusLastRowSpacing=function(a){return a.parent===null?0:a.parent.rowSpacing};function b0(a,y,x,E,b){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(E,x?y.la.y+y.focus.y-b/2:y.la.x+y.focus.x-b/2)}function by(a,y,x){switch(a.alignment){case Tc:case Hf:return x+a.width>y&&(y=x+a.width),0>x&&(y-=x),y;case nu:return a.width>y?a.width:y;case iu:return 2*a.focus.x>y?a.width:y+a.width-2*a.focus.x;case ih:case ou:return Math.max(a.width,Math.max(y,x+a.width)-Math.min(0,x));case oh:return a.width-a.focus.x+a.nodeSpacing/2+y;case Pu:return Math.max(a.width,a.focus.x+a.nodeSpacing/2+y);default:return y}}function Ty(a,y,x){switch(a.alignment){case Tc:case Hf:return x+a.height>y&&(y=x+a.height),0>x&&(y-=x),y;case nu:return a.height>y?a.height:y;case iu:return 2*a.focus.y>y?a.height:y+a.height-2*a.focus.y;case ih:case ou:return Math.max(a.height,Math.max(y,x+a.height)-Math.min(0,x));case oh:return a.height-a.focus.y+a.nodeSpacing/2+y;case Pu:return Math.max(a.height,a.focus.y+a.nodeSpacing/2+y);default:return y}}function Fy(a,y,x){switch(a){case Hf:y/=2,x/=2;break;case Tc:y/=2,x/=2;break;case nu:x=y=0;break;case iu:break;default:Wt("Unhandled alignment value "+a.toString())}return new At(y,x)}function jd(a,y,x,E,b,z){y=Fy(y,x,E),Nc(a,y.x,y.y,b,z)}function Nc(a,y,x,E,b){if(y!==0||x!==0)for(a=a.children;E<=b;E++){var z=a[E].S;z.x+=y,z.y+=x}}function T0(a,y,x,E){var b=y.parent;switch(a.ud){case eu:for(a=y.sourceEdges;a.next();)y=a.value,y.fromVertex===b&&y.relativePoint.h(x,E);break;case bc:for(a=y.destinationEdges;a.next();)y=a.value,y.toVertex===b&&y.relativePoint.h(x,E);break;default:Wt("Unhandled path value "+a.ud.toString())}}function F0(a,y,x){for(var E=0;E<a.length;E++){var b=a[E];b.x+=y,b.y+=x}}function cx(a,y,x,E,b,z,tt,ot){var rt=dl(y),at=rt===90||rt===270,ut=y.nodeSpacing;y=E;var ft=b;E=z;var mt=tt,yt=x.Yo,St=x.kp;tt=x.Da;var Mt=at?Math.max(mt,tt.height):Math.max(E,tt.width);if((yt===null||rt!==dl(x))&&(yt=Js(a,2),St=Js(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,!(ft===null||2>ft.length||yt===null||2>yt.length))for(b=x=0;x<ft.length&&b<yt.length;){z=ft[x];var It=yt[b];rt=It.x,at=It.y,rt+=E;var Tt=z;x+1<ft.length&&(Tt=ft[x+1]);var jt=It;It=jt.x,jt=jt.y,b+1<yt.length&&(jt=yt[b+1],It=jt.x,jt=jt.y,It+=E);var Gt=mt;z.y===at?Gt=rt-z.x:z.y>at&&z.y<jt?Gt=rt+(z.y-at)/(jt-at)*(It-rt)-z.x:at>z.y&&at<Tt.y&&(Gt=rt-(z.x+(at-z.y)/(Tt.y-z.y)*(Tt.x-z.x))),Gt<mt&&(mt=Gt),Tt.y<=z.y?x++:jt<=at?b++:(Tt.y<=jt&&x++,jt<=Tt.y&&b++)}if(mt=E-mt,mt+=ut,x=yt,b=mt,y===null||2>y.length||x===null||2>x.length)E=null;else{for(ut=Js(a,y.length+x.length),E=z=rt=0;z<x.length&&x[z].y<y[0].y;)at=x[z++],ut[E++].h(at.x+b,at.y);for(;rt<y.length;)at=y[rt++],ut[E++].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++],ut[E++].h(at.x+b,at.y);for(x=Js(a,E),rt=0;rt<E;rt++)x[rt].assign(ut[rt]);xl(a,ut),E=x}if(z=St,rt=mt,ft===null||2>ft.length||z===null||2>z.length)b=null;else{for(ut=Js(a,ft.length+z.length),b=at=x=0;x<ft.length&&ft[x].y<z[0].y;)Tt=ft[x++],ut[b++].h(Tt.x,Tt.y);for(;at<z.length;)Tt=z[at++],ut[b++].h(Tt.x+rt,Tt.y);for(z=z[z.length-1].y;x<ft.length&&ft[x].y<=z;)x++;for(;x<ft.length&&ft[x].y>z;)rt=ft[x++],ut[b++].h(rt.x,rt.y);for(z=Js(a,b),x=0;x<b;x++)z[x].assign(ut[x]);xl(a,ut),b=z}return z=Math.max(0,mt)+tt.width,tt=Mt,xl(a,y),xl(a,yt),xl(a,ft),xl(a,St),ot[0]=E,ot[1]=b,new me(mt,0,z,tt)}if(E=9999999,!(ft===null||2>ft.length||yt===null||2>yt.length))for(b=x=0;x<ft.length&&b<yt.length;)z=ft[x],It=yt[b],rt=It.x,at=It.y,at+=mt,Tt=z,x+1<ft.length&&(Tt=ft[x+1]),jt=It,It=jt.x,jt=jt.y,b+1<yt.length&&(jt=yt[b+1],It=jt.x,jt=jt.y,jt+=mt),Gt=E,z.x===rt?Gt=at-z.y:z.x>rt&&z.x<It?Gt=at+(z.x-rt)/(It-rt)*(jt-at)-z.y:rt>z.x&&rt<Tt.x&&(Gt=at-(z.y+(rt-z.x)/(Tt.x-z.x)*(Tt.y-z.y))),Gt<E&&(E=Gt),Tt.x<=z.x?x++:It<=rt?b++:(Tt.x<=It&&x++,It<=Tt.x&&b++);if(mt-=E,mt+=ut,x=yt,b=mt,y===null||2>y.length||x===null||2>x.length)E=null;else{for(ut=Js(a,y.length+x.length),E=z=rt=0;z<x.length&&x[z].x<y[0].x;)at=x[z++],ut[E++].h(at.x,at.y+b);for(;rt<y.length;)at=y[rt++],ut[E++].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++],ut[E++].h(at.x,at.y+b);for(x=Js(a,E),rt=0;rt<E;rt++)x[rt].assign(ut[rt]);xl(a,ut),E=x}if(z=St,rt=mt,ft===null||2>ft.length||z===null||2>z.length)b=null;else{for(ut=Js(a,ft.length+z.length),b=at=x=0;x<ft.length&&ft[x].x<z[0].x;)Tt=ft[x++],ut[b++].h(Tt.x,Tt.y);for(;at<z.length;)Tt=z[at++],ut[b++].h(Tt.x,Tt.y+rt);for(z=z[z.length-1].x;x<ft.length&&ft[x].x<=z;)x++;for(;x<ft.length&&ft[x].x>z;)rt=ft[x++],ut[b++].h(rt.x,rt.y);for(z=Js(a,b),x=0;x<b;x++)z[x].assign(ut[x]);xl(a,ut),b=z}return z=Mt,tt=Math.max(0,mt)+tt.height,xl(a,y),xl(a,yt),xl(a,ft),xl(a,St),ot[0]=E,ot[1]=b,new me(mt,0,z,tt)}function Js(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 At;return a}function xl(a,y){var x=y.length,E=a.ru[x];E===void 0&&(E=[],a.ru[x]=E),E.push(y)}Ni.prototype.arrangeTrees=function(){if(this.Rb===I0)for(var a=this.Ub.iterator;a.next();){var y=a.value;if(y instanceof Ya){var x=y.node;if(x!==null){var E=x.position;x=E.x,E=E.y,isFinite(x)||(x=0),isFinite(E)||(E=0),By(this,y,x,E)}}}else{for(a=[],y=this.Ub.iterator;y.next();)x=y.value,x instanceof Ya&&a.push(x);switch(this.sorting){case _f:break;case wp:a.reverse();break;case Cp:a.sort(this.comparer);break;case Lp:a.sort(this.comparer),a.reverse();break;default:Wt("Unhandled sorting value "+this.sorting.toString())}for(x=this.arrangementOrigin,y=x.x,x=x.y,E=0;E<a.length;E++){var b=a[E];switch(By(this,b,y+b.la.x,x+b.la.y),this.Rb){case O0:x+=b.Da.height+this.$d.height;break;case Iy:y+=b.Da.width+this.$d.width;break;default:Wt("Unhandled arrangement value "+this.Rb.toString())}}}};function By(a,y,x,E){if(y!==null){y.x=x,y.y=E,y=y.children;for(var b=y.length,z=0;z<b;z++){var tt=y[z];By(a,tt,x+tt.S.x,E+tt.S.y)}}}Ni.prototype.commitLayout=function(){this.yv(),this.commitNodes(),this.Gu(),this.isRouting&&this.commitLinks()},Ni.prototype.commitNodes=function(){for(var a=this.network.vertexes.iterator;a.next();)a.value.commit();for(a.reset();a.next();)this.layoutComments(a.value)},Ni.prototype.Gu=function(){if(this.layerStyle===R0){for(var a=this.$v,y=[],x=null,E=this.network.vertexes.iterator;E.next();){var b=E.value;x===null?x=b.bounds.copy():x.ed(b.bounds);var z=y[b.level];z===void 0?z=this.computeLayerSpacing(b):z=Math.max(z,this.computeLayerSpacing(b)),y[b.level]=z}for(E=0;E<y.length;E++)y[E]===void 0&&(y[E]=0);if(this.angle===90||this.angle===270?(x.Bc(this.nodeSpacing/2,this.layerSpacing),E=new At(-this.nodeSpacing/2,-this.layerSpacing/2)):(x.Bc(this.layerSpacing,this.nodeSpacing/2),E=new At(-this.layerSpacing/2,-this.nodeSpacing/2)),b=[],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,b.push(new me(0,z,x,ot))):this.angle===90?(b.push(new me(0,z,x,ot)),z+=ot):this.angle===180?(z-=ot,b.push(new me(z,0,ot,x))):(b.push(new me(z,0,ot,x)),z+=ot)}this.commitLayers(b,E)}},Ni.prototype.commitLayers=function(){},Ni.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()},Ni.prototype.yv=function(){for(var a=this.Ub.iterator;a.next();){var y=a.value;y instanceof Ya&&fx(this,y)}};function fx(a,y){if(y!==null){a.setPortSpots(y),y=y.children;for(var x=y.length,E=0;E<x;E++)fx(a,y[E])}}Ni.prototype.setPortSpots=function(a){var y=a.alignment;if(Qh(y)){var x=this.ud===eu,E=dl(a);switch(E){case 0:var b=Xr;break;case 90:b=ns;break;case 180:b=zs;break;default:b=js}var z=a.children,tt=z.length;switch(y){case ih:case ou: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=E===90||E===270?zs:js;if(tt===1||y===tt-1&&tt%2===1)switch(E){case 0:rt=zs;break;case 90:rt=js;break;case 180:rt=Xr;break;default:rt=ns}else y%2===0&&(rt=E===90||E===270?Xr:ns);x?(a.setsPortSpot&&(ot.fromSpot=b),a.setsChildPortSpot&&(ot.toSpot=rt)):(a.setsPortSpot&&(ot.fromSpot=rt),a.setsChildPortSpot&&(ot.toSpot=b))}}break;case oh:for(E=E===90||E===270?Xr:ns,z=x?a.destinationEdges:a.sourceEdges;z.next();)tt=z.value.link,tt!==null&&(x?(a.setsPortSpot&&(tt.fromSpot=b),a.setsChildPortSpot&&(tt.toSpot=E)):(a.setsPortSpot&&(tt.fromSpot=E),a.setsChildPortSpot&&(tt.toSpot=b)));break;case Pu:for(E=E===90||E===270?zs:js,z=x?a.destinationEdges:a.sourceEdges;z.next();)tt=z.value.link,tt!==null&&(x?(a.setsPortSpot&&(tt.fromSpot=b),a.setsChildPortSpot&&(tt.toSpot=E)):(a.setsPortSpot&&(tt.fromSpot=E),a.setsChildPortSpot&&(tt.toSpot=b)))}}else if(x=dl(a),this.ud===eu){for(b=a.destinationEdges;b.next();)if(E=b.value.link,E!==null){if(a.setsPortSpot)if(a.portSpot.Xb())switch(x){case 0:E.fromSpot=Xr;break;case 90:E.fromSpot=ns;break;case 180:E.fromSpot=zs;break;default:E.fromSpot=js}else E.fromSpot=a.portSpot;if(a.setsChildPortSpot)if(a.childPortSpot.Xb())switch(x){case 0:E.toSpot=zs;break;case 90:E.toSpot=js;break;case 180:E.toSpot=Xr;break;default:E.toSpot=ns}else E.toSpot=a.childPortSpot}}else for(b=a.sourceEdges;b.next();)if(E=b.value.link,E!==null){if(a.setsPortSpot)if(a.portSpot.Xb())switch(x){case 0:E.toSpot=Xr;break;case 90:E.toSpot=ns;break;case 180:E.toSpot=zs;break;default:E.toSpot=js}else E.toSpot=a.portSpot;if(a.setsChildPortSpot)if(a.childPortSpot.Xb())switch(x){case 0:E.fromSpot=zs;break;case 90:E.fromSpot=js;break;case 180:E.fromSpot=Xr;break;default:E.fromSpot=ns}else E.fromSpot=a.childPortSpot}};function dl(a){return a=a.angle,45>=a?0:135>=a?90:225>=a?180:315>=a?270:0}Ni.prototype.computeLayerSpacing=function(a){var y=dl(a);y=y===90||y===270;var x=a.layerSpacing;if(0<a.layerSpacingParentOverlap){var E=Math.min(1,a.layerSpacingParentOverlap);x-=y?a.height*E:a.width*E}return x<(y?-a.height:-a.width)&&(x=y?-a.height:-a.width),x},Ni.prototype.computeNodeIndent=function(a){var y=dl(a),x=a.nodeIndent;if(0<a.nodeIndentPastParent){var E=Math.min(1,a.nodeIndentPastParent);x+=y===90||y===270?a.width*E:a.height*E}return x=Math.max(0,x)},fe.Object.defineProperties(Ni.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!==Ay&&a!==Oy||(this.vo=a,this.C())}},layerStyle:{get:function(){return this.Bq},set:function(a){this.Rb===a||a!==Ry&&a!==jy&&a!==R0||(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!==_f&&a!==wp&&a!==Cp&&!Lp||(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()):Wt("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!==A0&&a!==kp||(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!==_f&&a!==wp&&a!==Cp&&!Lp||(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!==A0&&a!==kp||(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 B0=new ce(Ni,"PathDefault",-1),eu=new ce(Ni,"PathDestination",0),bc=new ce(Ni,"PathSource",1),_f=new ce(Ni,"SortingForwards",10),wp=new ce(Ni,"SortingReverse",11),Cp=new ce(Ni,"SortingAscending",12),Lp=new ce(Ni,"SortingDescending",13),Hf=new ce(Ni,"AlignmentCenterSubtrees",20),Tc=new ce(Ni,"AlignmentCenterChildren",21),nu=new ce(Ni,"AlignmentStart",22),iu=new ce(Ni,"AlignmentEnd",23),ih=new ce(Ni,"AlignmentBus",24),ou=new ce(Ni,"AlignmentBusBranching",25),oh=new ce(Ni,"AlignmentTopLeftBus",26),Pu=new ce(Ni,"AlignmentBottomRightBus",27),A0=new ce(Ni,"CompactionNone",30),kp=new ce(Ni,"CompactionBlock",31),D0=new ce(Ni,"StyleLayered",40),Ay=new ce(Ni,"StyleLastParents",41),Dy=new ce(Ni,"StyleAlternating",42),Oy=new ce(Ni,"StyleRootOnly",43),O0=new ce(Ni,"ArrangementVertical",50),Iy=new ce(Ni,"ArrangementHorizontal",51),I0=new ce(Ni,"ArrangementFixedRoots",52),Ry=new ce(Ni,"LayerIndividual",60),jy=new ce(Ni,"LayerSiblings",61),R0=new ce(Ni,"LayerUniform",62);Ni.className="TreeLayout",Ni.PathDefault=B0,Ni.PathDestination=eu,Ni.PathSource=bc,Ni.SortingForwards=_f,Ni.SortingReverse=wp,Ni.SortingAscending=Cp,Ni.SortingDescending=Lp,Ni.AlignmentCenterSubtrees=Hf,Ni.AlignmentCenterChildren=Tc,Ni.AlignmentStart=nu,Ni.AlignmentEnd=iu,Ni.AlignmentBus=ih,Ni.AlignmentBusBranching=ou,Ni.AlignmentTopLeftBus=oh,Ni.AlignmentBottomRightBus=Pu,Ni.CompactionNone=A0,Ni.CompactionBlock=kp,Ni.StyleLayered=D0,Ni.StyleLastParents=Ay,Ni.StyleAlternating=Dy,Ni.StyleRootOnly=Oy,Ni.ArrangementVertical=O0,Ni.ArrangementHorizontal=Iy,Ni.ArrangementFixedRoots=I0,Ni.LayerIndividual=Ry,Ni.LayerSiblings=jy,Ni.LayerUniform=R0;function Fc(a){po.call(this,a)}Ce(Fc,po),Fc.prototype.createVertex=function(){return new Ya(this)},Fc.prototype.createEdge=function(){return new Wf(this)},Fc.className="TreeNetwork";function Ya(a){Sr.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 At(0,0),this.Da=new Je(0,0),this.la=new At(0,0),this.im=this.hm=this.qA=!1,this.kp=this.Yo=null,this.nd=_f,this.hd=oy,this.Kb=0,this.Jb=Tc,this.Vq=this.Uq=0,this.Wq=20,this.ie=50,this.Aq=0,this.Hp=kp,this.Ap=0,this.nr=25,this.Gp=this.mr=10,this.Fp=20,this.xr=!0,this.dr=Ar,this.wr=!0,this.Dp=Ar}Ce(Ya,Sr),Ya.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)},fe.Object.defineProperties(Ya.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)}}}),Ya.className="TreeVertex";function Wf(a){sa.call(this,a),this.$t=new At(0,0)}Ce(Wf,sa),Wf.prototype.commit=function(){var a=this.link;if(a!==null&&!a.isAvoiding){var y=this.network.layout,x=null,E=null;switch(y.ud){case eu:x=this.fromVertex,E=this.toVertex;break;case bc:x=this.toVertex,E=this.fromVertex;break;default:Wt("Unhandled path value "+y.ud.toString())}if(x!==null&&E!==null){var b=this.$t;if(b.x!==0||b.y!==0||x.qA){E=x.bounds;var z=dl(x),tt=y.computeLayerSpacing(x),ot=x.rowSpacing;a.vg();var rt=a.curve===ya,at=a.isOrthogonal,ut;if(a.uh(),at||rt){for(ut=2;4<a.pointsCount;)a.pv(2);var ft=a.i(1),mt=a.i(2)}else{for(ut=1;3<a.pointsCount;)a.pv(1);ft=a.i(0),mt=a.i(a.pointsCount-1)}var yt=a.i(a.pointsCount-1);z===0?(x.alignment===iu?(z=E.bottom+b.y,b.y===0&&ft.y>yt.y+x.rowIndent&&(z=Math.min(z,Math.max(ft.y,z-y.computeNodeIndent(x))))):x.alignment===nu?(z=E.top+b.y,b.y===0&&ft.y<yt.y-x.rowIndent&&(z=Math.max(z,Math.min(ft.y,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?E.top-x.la.y+b.y:E.y+E.height/2+b.y,rt?(a.m(ut,ft.x,z),ut++,a.m(ut,E.right+tt,z),ut++,a.m(ut,E.right+tt+(b.x-ot)/3,z),ut++,a.m(ut,E.right+tt+2*(b.x-ot)/3,z),ut++,a.m(ut,E.right+tt+(b.x-ot),z),ut++,a.m(ut,mt.x,z)):(at&&(a.m(ut,E.right+tt/2,ft.y),ut++),a.m(ut,E.right+tt/2,z),ut++,a.m(ut,E.right+tt+b.x-(at?ot/2:ot),z),ut++,at&&a.m(ut,a.i(ut-1).x,mt.y))):z===90?(x.alignment===iu?(z=E.right+b.x,b.x===0&&ft.x>yt.x+x.rowIndent&&(z=Math.min(z,Math.max(ft.x,z-y.computeNodeIndent(x))))):x.alignment===nu?(z=E.left+b.x,b.x===0&&ft.x<yt.x-x.rowIndent&&(z=Math.max(z,Math.min(ft.x,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?E.left-x.la.x+b.x:E.x+E.width/2+b.x,rt?(a.m(ut,z,ft.y),ut++,a.m(ut,z,E.bottom+tt),ut++,a.m(ut,z,E.bottom+tt+(b.y-ot)/3),ut++,a.m(ut,z,E.bottom+tt+2*(b.y-ot)/3),ut++,a.m(ut,z,E.bottom+tt+(b.y-ot)),ut++,a.m(ut,z,mt.y)):(at&&(a.m(ut,ft.x,E.bottom+tt/2),ut++),a.m(ut,z,E.bottom+tt/2),ut++,a.m(ut,z,E.bottom+tt+b.y-(at?ot/2:ot)),ut++,at&&a.m(ut,mt.x,a.i(ut-1).y))):z===180?(x.alignment===iu?(z=E.bottom+b.y,b.y===0&&ft.y>yt.y+x.rowIndent&&(z=Math.min(z,Math.max(ft.y,z-y.computeNodeIndent(x))))):x.alignment===nu?(z=E.top+b.y,b.y===0&&ft.y<yt.y-x.rowIndent&&(z=Math.max(z,Math.min(ft.y,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?E.top-x.la.y+b.y:E.y+E.height/2+b.y,rt?(a.m(ut,ft.x,z),ut++,a.m(ut,E.left-tt,z),ut++,a.m(ut,E.left-tt+(b.x+ot)/3,z),ut++,a.m(ut,E.left-tt+2*(b.x+ot)/3,z),ut++,a.m(ut,E.left-tt+(b.x+ot),z),ut++,a.m(ut,mt.x,z)):(at&&(a.m(ut,E.left-tt/2,ft.y),ut++),a.m(ut,E.left-tt/2,z),ut++,a.m(ut,E.left-tt+b.x+(at?ot/2:ot),z),ut++,at&&a.m(ut,a.i(ut-1).x,mt.y))):z===270?(x.alignment===iu?(z=E.right+b.x,b.x===0&&ft.x>yt.x+x.rowIndent&&(z=Math.min(z,Math.max(ft.x,z-y.computeNodeIndent(x))))):x.alignment===nu?(z=E.left+b.x,b.x===0&&ft.x<yt.x-x.rowIndent&&(z=Math.max(z,Math.min(ft.x,z+y.computeNodeIndent(x))))):z=x.hm||x.im&&x.maxGenerationCount===1?E.left-x.la.x+b.x:E.x+E.width/2+b.x,rt?(a.m(ut,z,ft.y),ut++,a.m(ut,z,E.top-tt),ut++,a.m(ut,z,E.top-tt+(b.y+ot)/3),ut++,a.m(ut,z,E.top-tt+2*(b.y+ot)/3),ut++,a.m(ut,z,E.top-tt+(b.y+ot)),ut++,a.m(ut,z,mt.y)):(at&&(a.m(ut,ft.x,E.top-tt/2),ut++),a.m(ut,z,E.top-tt/2),ut++,a.m(ut,z,E.top-tt+b.y+(at?ot/2:ot)),ut++,at&&a.m(ut,mt.x,a.i(ut-1).y))):Wt("Invalid angle "+z),a.zf()}else b=E,a=this.link,E=this.network.layout,y=dl(x),y!==dl(b)&&(tt=E.computeLayerSpacing(x),ot=x.bounds,x=b.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===ya,b=a.isOrthogonal,E=Qh(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)):b?E?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)):b?E?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)):b?E?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)):b?E?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()))}}},fe.Object.defineProperties(Wf.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)}}}),Wf.className="TreeEdge",No.prototype.initializeStandardTools=function(){this.gb("Action",new _a,this.mouseDownTools),this.gb("Relinking",new fa,this.mouseDownTools),this.gb("LinkReshaping",new or,this.mouseDownTools),this.gb("Rotating",new Ls,this.mouseDownTools),this.gb("Resizing",new is,this.mouseDownTools),this.gb("Linking",new Cs,this.mouseMoveTools),this.gb("Dragging",new Ro,this.mouseMoveTools),this.gb("DragSelecting",new wa,this.mouseMoveTools),this.gb("Panning",new $r,this.mouseMoveTools),this.gb("ContextMenu",new ks,this.mouseUpTools),this.gb("TextEditing",new Po,this.mouseUpTools),this.gb("ClickCreating",new ju,this.mouseUpTools),this.gb("ClickSelecting",new Lh,this.mouseUpTools)},Ol("Horizontal",new cm),Ol("Spot",new gm),Ol("Table",new mm),Ol("Viewbox",new Sm),Ol("TableRow",new vm),Ol("TableColumn",new ym),Ol("Graduated",new _g),Ol("Grid",new Gg),cf.add("GraphLinksModel",Tr),cf.add("TreeModel",Ta);var j0=on.go,zy={get licenseKey(){return se.licenseKey},set licenseKey(a){se.licenseKey=a},get version(){return se.version},Group:di,EnumValue:ce,List:Ee,Set:Me,Map:An,Point:At,Size:Je,Rect:me,Margin:xi,Spot:tn,Geometry:Ve,PathFigure:Cr,PathSegment:Zi,InputEvent:cs,DiagramEvent:bu,ChangedEvent:Do,Model:Pn,GraphLinksModel:Ri,TreeModel:As,Binding:sr,Transaction:br,UndoManager:Io,CommandHandler:Ot,Tool:_i,DraggingTool:Ro,DraggingInfo:pu,DraggingOptions:st,LinkingBaseTool:Jo,LinkingTool:Cs,RelinkingTool:fa,LinkReshapingTool:or,ResizingTool:is,RotatingTool:Ls,ClickSelectingTool:Lh,ActionTool:_a,ClickCreatingTool:ju,HTMLInfo:Tl,ContextMenuTool:ks,DragSelectingTool:wa,PanningTool:$r,TextEditingTool:Po,ToolManager:No,Animation:qr,AnimationManager:ia,AnimationTrigger:il,Layer:Dr,Diagram:se,Palette:dt,Overview:gt,Brush:qi,GraphObject:Xt,Panel:Re,RowColumnDefinition:gr,Shape:Si,TextBlock:fo,Picture:Us,Part:On,Adornment:Hi,Node:en,Link:We,Placeholder:bs,Layout:Eo,LayoutNetwork:po,LayoutVertex:Sr,LayoutEdge:sa,GridLayout:Wr,PanelLayout:yr,CircularLayout:jo,CircularNetwork:jf,CircularVertex:pp,CircularEdge:y0,ForceDirectedLayout:es,ForceDirectedNetwork:Ec,ForceDirectedVertex:mp,ForceDirectedEdge:vp,LayeredDigraphLayout:io,LayeredDigraphNetwork:Gf,LayeredDigraphVertex:Ba,LayeredDigraphEdge:xp,TreeLayout:Ni,TreeNetwork:Fc,TreeVertex:Ya,TreeEdge:Wf};typeof j0=="object"&&j0.version&&Hn("WARNING: a `go` object on the root object is already defined. "+("Debug"in j0?"debug ":"")+"version: "+j0.version+", replaced with version: "+zy.version),se.prototype.go=zy,on.go=zy,typeof gn.exports=="object"&&(gn.exports=typeof Zt.g!="undefined"?Zt.g.go:self.go)}();var Ct=typeof Zt.g!="undefined"?Zt.g.go:self.go;const he=typeof Zt.g!="undefined"?Zt.g.go:self.go,be=he.Group,Ye=he.EnumValue,ae=he.List,le=he.Set,oe=he.Map,Ze=he.Point,Se=he.Size,qt=he.Rect,Ke=he.Margin,ee=he.Spot,Ue=he.Geometry,Ft=he.PathFigure,et=he.PathSegment,nt=he.InputEvent,ct=he.DiagramEvent,lt=he.ChangedEvent,pt=he.Model,vt=he.GraphLinksModel,kt=he.TreeModel,Nt=he.Binding,_t=he.Transaction,Vt=he.UndoManager,ne=he.CommandHandler,$t=he.Tool,te=he.DraggingTool,Le=he.DraggingInfo,de=he.LinkingBaseTool,Xe=he.LinkingTool,Ie=he.RelinkingTool,ln=he.LinkReshapingTool,Jn=he.ResizingTool,Tn=he.RotatingTool,mi=he.ClickSelectingTool,En=he.ActionTool,ue=he.ClickCreatingTool,Kt=he.HTMLInfo,vn=he.ContextMenuTool,qn=he.DragSelectingTool,Qn=he.PanningTool,je=he.TextEditingTool,dn=he.ToolManager,Ln=he.Animation,ri=he.AnimationManager,xn=he.AnimationTrigger,Zn=he.Layer,ie=he.Diagram,Rn=he.Palette,zi=he.Overview,Dt=he.Brush,Lt=he.GraphObject,xt=he.Panel,Bt=he.RowColumnDefinition,zt=he.Shape,Et=he.TextBlock,ve=he.TextBlockMetrics,we=he.Picture,rn=he.Part,Qe=he.Adornment,Te=he.Node,$e=he.Link,nn=he.Placeholder,un=he.Layout,Nn=he.LayoutNetwork,zn=he.LayoutVertex,cn=he.LayoutEdge,Ai=he.GridLayout,ki=he.PanelLayout,Oi=he.CircularLayout,Ki=he.CircularNetwork,so=he.CircularVertex,Wi=he.CircularEdge,Vi=he.ForceDirectedLayout,Ji=he.ForceDirectedNetwork,Yo=he.ForceDirectedVertex,Gi=he.ForceDirectedEdge,to=he.LayeredDigraphLayout,er=he.LayeredDigraphNetwork,_o=he.LayeredDigraphVertex,$o=he.LayeredDigraphEdge,wr=he.TreeLayout,qo=he.TreeNetwork,ur=he.TreeVertex,xr=he.TreeEdge,Ao=he.version},2859:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{hP:function(){return zi}});var Ct=function(Dt,Lt){return(Ct=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(xt,Bt){xt.__proto__=Bt}||function(xt,Bt){for(var zt in Bt)Object.prototype.hasOwnProperty.call(Bt,zt)&&(xt[zt]=Bt[zt])})(Dt,Lt)};function he(Dt,Lt){function xt(){this.constructor=Dt}Ct(Dt,Lt),Dt.prototype=Lt===null?Object.create(Lt):(xt.prototype=Lt.prototype,new xt)}function be(Dt,Lt,xt,Bt){return new(xt||(xt=Promise))(function(zt,Et){function ve(Qe){try{rn(Bt.next(Qe))}catch(Te){Et(Te)}}function we(Qe){try{rn(Bt.throw(Qe))}catch(Te){Et(Te)}}function rn(Qe){var Te;Qe.done?zt(Qe.value):(Te=Qe.value,Te instanceof xt?Te:new xt(function($e){$e(Te)})).then(ve,we)}rn((Bt=Bt.apply(Dt,Lt||[])).next())})}function Ye(Dt,Lt){var xt,Bt,zt,Et,ve={label:0,sent:function(){if(1&zt[0])throw zt[1];return zt[1]},trys:[],ops:[]};return Et={next:we(0),throw:we(1),return:we(2)},typeof Symbol=="function"&&(Et[Symbol.iterator]=function(){return this}),Et;function we(rn){return function(Qe){return function(Te){if(xt)throw new TypeError("Generator is already executing.");for(;ve;)try{if(xt=1,Bt&&(zt=2&Te[0]?Bt.return:Te[0]?Bt.throw||((zt=Bt.return)&&zt.call(Bt),0):Bt.next)&&!(zt=zt.call(Bt,Te[1])).done)return zt;switch(Bt=0,zt&&(Te=[2&Te[0],zt.value]),Te[0]){case 0:case 1:zt=Te;break;case 4:return ve.label++,{value:Te[1],done:!1};case 5:ve.label++,Bt=Te[1],Te=[0];continue;case 7:Te=ve.ops.pop(),ve.trys.pop();continue;default:if(zt=ve.trys,!((zt=zt.length>0&&zt[zt.length-1])||Te[0]!==6&&Te[0]!==2)){ve=0;continue}if(Te[0]===3&&(!zt||Te[1]>zt[0]&&Te[1]<zt[3])){ve.label=Te[1];break}if(Te[0]===6&&ve.label<zt[1]){ve.label=zt[1],zt=Te;break}if(zt&&ve.label<zt[2]){ve.label=zt[2],ve.ops.push(Te);break}zt[2]&&ve.ops.pop(),ve.trys.pop();continue}Te=Lt.call(Dt,ve)}catch($e){Te=[6,$e],Bt=0}finally{xt=zt=0}if(5&Te[0])throw Te[1];return{value:Te[0]?Te[1]:void 0,done:!0}}([rn,Qe])}}}function ae(){for(var Dt=0,Lt=0,xt=arguments.length;Lt<xt;Lt++)Dt+=arguments[Lt].length;var Bt=Array(Dt),zt=0;for(Lt=0;Lt<xt;Lt++)for(var Et=arguments[Lt],ve=0,we=Et.length;ve<we;ve++,zt++)Bt[zt]=Et[ve];return Bt}var le=function(){function Dt(){}return Dt.createDefs=function(){return document.createElementNS("http://www.w3.org/2000/svg","defs")},Dt.setAttributes=function(Lt,xt){for(var Bt=0,zt=xt;Bt<zt.length;Bt++){var Et=zt[Bt],ve=Et[0],we=Et[1];Lt.setAttribute(ve,we)}},Dt.createRect=function(Lt,xt,Bt){var zt=document.createElementNS("http://www.w3.org/2000/svg","rect");return zt.setAttribute("width",Lt.toString()),zt.setAttribute("height",xt.toString()),Bt&&Dt.setAttributes(zt,Bt),zt},Dt.createLine=function(Lt,xt,Bt,zt,Et){var ve=document.createElementNS("http://www.w3.org/2000/svg","line");return ve.setAttribute("x1",Lt.toString()),ve.setAttribute("y1",xt.toString()),ve.setAttribute("x2",Bt.toString()),ve.setAttribute("y2",zt.toString()),Et&&Dt.setAttributes(ve,Et),ve},Dt.createPolygon=function(Lt,xt){var Bt=document.createElementNS("http://www.w3.org/2000/svg","polygon");return Bt.setAttribute("points",Lt),xt&&Dt.setAttributes(Bt,xt),Bt},Dt.createCircle=function(Lt,xt){var Bt=document.createElementNS("http://www.w3.org/2000/svg","circle");return Bt.setAttribute("cx",(Lt/2).toString()),Bt.setAttribute("cy",(Lt/2).toString()),Bt.setAttribute("r",Lt.toString()),xt&&Dt.setAttributes(Bt,xt),Bt},Dt.createEllipse=function(Lt,xt,Bt){var zt=document.createElementNS("http://www.w3.org/2000/svg","ellipse");return zt.setAttribute("cx",(Lt/2).toString()),zt.setAttribute("cy",(xt/2).toString()),zt.setAttribute("rx",(Lt/2).toString()),zt.setAttribute("ry",(xt/2).toString()),Bt&&Dt.setAttributes(zt,Bt),zt},Dt.createGroup=function(Lt){var xt=document.createElementNS("http://www.w3.org/2000/svg","g");return Lt&&Dt.setAttributes(xt,Lt),xt},Dt.createTransform=function(){return document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGTransform()},Dt.createMarker=function(Lt,xt,Bt,zt,Et,ve,we){var rn=document.createElementNS("http://www.w3.org/2000/svg","marker");return Dt.setAttributes(rn,[["id",Lt],["orient",xt],["markerWidth",Bt.toString()],["markerHeight",zt.toString()],["refX",Et.toString()],["refY",ve.toString()]]),rn.appendChild(we),rn},Dt.createText=function(Lt){var xt=document.createElementNS("http://www.w3.org/2000/svg","text");return xt.setAttribute("x","0"),xt.setAttribute("y","0"),Lt&&Dt.setAttributes(xt,Lt),xt},Dt.createTSpan=function(Lt,xt){var Bt=document.createElementNS("http://www.w3.org/2000/svg","tspan");return Bt.textContent=Lt,xt&&Dt.setAttributes(Bt,xt),Bt},Dt.createImage=function(Lt){var xt=document.createElementNS("http://www.w3.org/2000/svg","image");return Lt&&Dt.setAttributes(xt,Lt),xt},Dt.createPoint=function(Lt,xt){var Bt=document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGPoint();return Bt.x=Lt,Bt.y=xt,Bt},Dt.createPath=function(Lt,xt){var Bt=document.createElementNS("http://www.w3.org/2000/svg","path");return Bt.setAttribute("d",Lt),xt&&Dt.setAttributes(Bt,xt),Bt},Dt}(),oe=function(){function Dt(){}return Dt.addKey=function(Lt){Dt.key=Lt},Object.defineProperty(Dt,"isLicensed",{get:function(){return!!Dt.key&&new RegExp(/^MJS2-[A-Z][0-9]{3}-[A-Z][0-9]{3}-[0-9]{4}$/,"i").test(Dt.key)},enumerable:!1,configurable:!0}),Dt}(),Ze=function(){function Dt(){this.naturalSize=!1,this.imageType="image/png",this.markersOnly=!1}return Dt.prototype.rasterize=function(Lt,xt,Bt){var zt=this;return new Promise(function(Et){var ve=Bt!==void 0?Bt:document.createElement("canvas");Lt===null&&(zt.markersOnly=!0,zt.naturalSize=!1);var we=document.createElementNS("http://www.w3.org/2000/svg","svg");we.setAttribute("xmlns","http://www.w3.org/2000/svg"),we.setAttribute("width",xt.width.baseVal.valueAsString),we.setAttribute("height",xt.height.baseVal.valueAsString),we.setAttribute("viewBox","0 0 "+xt.viewBox.baseVal.width.toString()+" "+xt.viewBox.baseVal.height.toString()),we.innerHTML=xt.innerHTML,zt.naturalSize===!0?(we.width.baseVal.value=Lt.naturalWidth,we.height.baseVal.value=Lt.naturalHeight):zt.width!==void 0&&zt.height!==void 0&&(we.width.baseVal.value=zt.width,we.height.baseVal.value=zt.height),ve.width=we.width.baseVal.value,ve.height=we.height.baseVal.value;var rn=we.outerHTML,Qe=ve.getContext("2d");zt.markersOnly!==!0&&Qe.drawImage(Lt,0,0,ve.width,ve.height);var Te=window.URL,$e=new Image(ve.width,ve.height);$e.setAttribute("crossOrigin","anonymous");var nn=new Blob([rn],{type:"image/svg+xml"}),un=Te.createObjectURL(nn);$e.onload=function(){Qe.drawImage($e,0,0),Te.revokeObjectURL(un);var Nn=ve.toDataURL(zt.imageType,zt.imageQuality);Et(Nn)},$e.src=un})},Dt}(),Se=function(){},qt=function(){function Dt(Lt){this._classNamePrefixBase="__markerjs2_",this.classes=[],this.rules=[],this.settings=this.defaultSettings,this._classNamePrefix=this._classNamePrefixBase+"_"+Lt+"_"}return Object.defineProperty(Dt.prototype,"classNamePrefixBase",{get:function(){return this._classNamePrefixBase},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"classNamePrefix",{get:function(){return this._classNamePrefix},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.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(Dt.prototype,"fadeInAnimationClassName",{get:function(){return this.classNamePrefix+"fade_in"},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"fadeOutAnimationClassName",{get:function(){return this.classNamePrefix+"fade_out"},enumerable:!1,configurable:!0}),Dt.prototype.addClass=function(Lt){return this.styleSheet===void 0&&this.addStyleSheet(),Lt.name=""+this.classNamePrefix+Lt.localName,this.classes.push(Lt),this.styleSheet.sheet.insertRule("."+Lt.name+" {"+Lt.style+"}",this.styleSheet.sheet.cssRules.length),Lt},Dt.prototype.addRule=function(Lt){this.styleSheet===void 0&&this.addStyleSheet(),this.rules.push(Lt),this.styleSheet.sheet.insertRule(Lt.selector+" {"+Lt.style+"}",this.styleSheet.sheet.cssRules.length)},Dt.prototype.addStyleSheet=function(){var Lt;this.styleSheet=document.createElement("style"),((Lt=this.styleSheetRoot)!==null&&Lt!==void 0?Lt:document.head).appendChild(this.styleSheet),this.addRule(new Ke("."+this.classNamePrefix+" h3","font-family: sans-serif")),this.addRule(new Ke("@keyframes "+this.classNamePrefix+"_fade_in_animation_frames",`
|
|
from {
|
|
opacity: 0;
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
}
|
|
`)),this.addRule(new Ke("@keyframes "+this.classNamePrefix+"_fade_out_animation_frames",`
|
|
from {
|
|
opacity: 1;
|
|
}
|
|
to {
|
|
opacity: 0;
|
|
}
|
|
`)),this.addClass(new ee("fade_in",`
|
|
animation-duration: 0.3s;
|
|
animation-name: `+this.classNamePrefix+`_fade_in_animation_frames;
|
|
`)),this.addClass(new ee("fade_out",`
|
|
animation-duration: 0.3s;
|
|
animation-name: `+this.classNamePrefix+`_fade_out_animation_frames;
|
|
`))},Dt.prototype.removeStyleSheet=function(){var Lt;this.styleSheet&&(((Lt=this.styleSheetRoot)!==null&&Lt!==void 0?Lt:document.head).removeChild(this.styleSheet),this.styleSheet=void 0)},Dt}(),Ke=function(Dt,Lt){this.selector=Dt,this.style=Lt},ee=function(Dt,Lt){this.localName=Dt,this.style=Lt},Ue=function(){function Dt(Lt,xt,Bt,zt,Et){this.buttons=[],this.markerButtons=[],this.buttonClickListeners=[],this.markerjsContainer=Lt,this.displayMode=xt,this.markerItems=Bt,this.uiStyleSettings=zt,this.styles=Et,this.addStyles(),this.adjustLayout=this.adjustLayout.bind(this),this.overflowButtonClicked=this.overflowButtonClicked.bind(this),this.setCurrentMarker=this.setCurrentMarker.bind(this)}return Dt.prototype.show=function(Lt){var xt=this;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=Lt,this.uiContainer.className=this.toolbarStyleClass.name+" "+this.styles.fadeInAnimationClassName+" "+(this.uiStyleSettings.toolbarStyleColorsClassName?this.uiStyleSettings.toolbarStyleColorsClassName:this.toolbarStyleColorsClass.name);var Bt=document.createElement("div");Bt.className=this.toolbarBlockStyleClass.name,Bt.style.whiteSpace="nowrap",this.uiContainer.appendChild(Bt),this.addActionButton(Bt,'<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(Bt,'<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(Bt,'<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(Bt,'<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(Bt,'<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(Bt,'<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(Bt,'<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(Bt,'<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(Et){var ve=document.createElement("div");ve.className=""+xt.toolbarButtonStyleClass.name,ve.setAttribute("data-type-name",Et.typeName),ve.innerHTML=Et.icon,ve.addEventListener("click",function(){xt.markerToolbarButtonClicked(ve,Et)}),xt.buttons.push(ve),xt.markerButtons.push(ve)}),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 zt=document.createElement("div");zt.className=this.toolbarBlockStyleClass.name,zt.style.whiteSpace="nowrap",zt.style.display=this.uiStyleSettings.resultButtonBlockVisible!==!1?"":"none",this.uiContainer.appendChild(zt),this.addActionButton(zt,'<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(zt,'<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()},Dt.prototype.addButtonClickListener=function(Lt){this.buttonClickListeners.push(Lt)},Dt.prototype.removeButtonClickListener=function(Lt){this.buttonClickListeners.indexOf(Lt)>-1&&this.buttonClickListeners.splice(this.buttonClickListeners.indexOf(Lt),1)},Dt.prototype.setSelectMode=function(){this.resetButtonStyles(),this.setActiveButton(this.buttons[0])},Dt.prototype.adjustLayout=function(){if(this.markerButtons&&this.markerButtons.length>0){var Lt=Math.floor(this.markerButtonBlock.clientWidth/this.uiStyleSettings.toolbarHeight)-1;this.markerButtonBlock.innerHTML="",this.markerButtonOverflowBlock.innerHTML="";for(var xt=0;xt<this.markerButtons.length;xt++)xt<Lt||xt===Lt&&this.markerButtons.length-1===Lt?this.markerButtonBlock.appendChild(this.markerButtons[xt]):(xt===Lt&&this.markerButtonBlock.appendChild(this.overflowButton),this.markerButtonOverflowBlock.appendChild(this.markerButtons[xt]))}},Dt.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")},Dt.prototype.resetButtonStyles=function(){var Lt=this;this.buttons.forEach(function(xt){xt.className=xt.className.replace(Lt.uiStyleSettings.toolbarButtonStyleColorsClassName?Lt.uiStyleSettings.toolbarButtonStyleColorsClassName:Lt.toolbarButtonStyleColorsClass.name,"").trim(),xt.className=xt.className.replace(Lt.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?Lt.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:Lt.toolbarActiveButtonStyleColorsClass.name,"").trim(),xt.className+=" "+(Lt.uiStyleSettings.toolbarButtonStyleColorsClassName?Lt.uiStyleSettings.toolbarButtonStyleColorsClassName:Lt.toolbarButtonStyleColorsClass.name)})},Dt.prototype.addActionButton=function(Lt,xt,Bt){var zt=this,Et=document.createElement("div");switch(Et.className=""+this.toolbarButtonStyleClass.name,Et.innerHTML=xt,Et.setAttribute("data-action",Bt),Et.addEventListener("click",function(){zt.actionToolbarButtonClicked(Et,Bt)}),Bt){case"select":Et.style.fill=this.uiStyleSettings.selectButtonColor;break;case"delete":case"clear":Et.style.fill=this.uiStyleSettings.deleteButtonColor;break;case"undo":case"redo":Et.style.fill=this.uiStyleSettings.selectButtonColor;break;case"render":Et.style.fill=this.uiStyleSettings.okButtonColor;break;case"close":Et.style.fill=this.uiStyleSettings.closeButtonColor}Lt.appendChild(Et),this.buttons.push(Et)},Dt.prototype.addStyles=function(){this.toolbarStyleClass=this.styles.addClass(new ee("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 ee("toolbar_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
box-shadow: 0px 3px rgba(33, 33, 33, 0.1);
|
|
`)),this.toolbarBlockStyleClass=this.styles.addClass(new ee("toolbar-block",`
|
|
display: inline-block;
|
|
box-sizing: content-box;
|
|
`)),this.toolbarOverflowBlockStyleClass=this.styles.addClass(new ee("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 ee("toolbar-overflow-block_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
`));var Lt=this.uiStyleSettings.toolbarHeight/4;this.toolbarButtonStyleClass=this.styles.addClass(new ee("toolbar_button",`
|
|
display: inline-block;
|
|
width: `+(this.uiStyleSettings.toolbarHeight-2*Lt)+`px;
|
|
height: `+(this.uiStyleSettings.toolbarHeight-2*Lt)+`px;
|
|
padding: `+Lt+`px;
|
|
box-sizing: content-box;
|
|
`)),this.toolbarButtonStyleColorsClass=this.styles.addClass(new ee("toolbar_button_colors",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.toolbarActiveButtonStyleColorsClass=this.styles.addClass(new ee("toolbar_active_button",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`)),this.styles.addRule(new Ke("."+this.toolbarButtonStyleClass.name+" svg",`
|
|
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
|
|
`)),this.styles.addRule(new Ke("."+this.toolbarButtonStyleColorsClass.name+":hover",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`))},Dt.prototype.markerToolbarButtonClicked=function(Lt,xt){this.setActiveButton(Lt),this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(Bt){return Bt("marker",xt)}),this.markerButtonOverflowBlock.style.display="none"},Dt.prototype.actionToolbarButtonClicked=function(Lt,xt){this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(Bt){return Bt("action",xt)}),this.markerButtonOverflowBlock.style.display="none",this.setActiveButton(this.buttons[0])},Dt.prototype.setActiveButton=function(Lt){this.resetButtonStyles(),Lt.className=Lt.className.replace(this.uiStyleSettings.toolbarButtonStyleColorsClassName?this.uiStyleSettings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name,"").trim(),Lt.className+=" "+(this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:this.toolbarActiveButtonStyleColorsClass.name)},Dt.prototype.setActiveMarkerButton=function(Lt){var xt=this.markerButtons.find(function(Bt){return Bt.getAttribute("data-type-name")===Lt});xt&&this.setActiveButton(xt)},Dt.prototype.setCurrentMarker=function(Lt){var xt=this;this.currentMarker=Lt,this.buttons.filter(function(Bt){return/delete|notes/.test(Bt.getAttribute("data-action"))}).forEach(function(Bt){xt.currentMarker===void 0?(Bt.style.fillOpacity="0.4",Bt.style.pointerEvents="none"):(Bt.style.fillOpacity="1",Bt.style.pointerEvents="all")})},Dt}(),Ft=function(){function Dt(Lt,xt,Bt,zt){this.panels=[],this.panelButtons=[],this.markerjsContainer=Lt,this.displayMode=xt,this.uiStyleSettings=Bt,this.styles=zt,this.panelButtonClick=this.panelButtonClick.bind(this),this.addStyles()}return Dt.prototype.addStyles=function(){var Lt;this.toolboxStyleClass=this.styles.addClass(new ee("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 ee("toolbox_colors",`
|
|
color: `+this.uiStyleSettings.toolboxColor+`;
|
|
`));var xt=this.uiStyleSettings.toolbarHeight/4;this.toolboxButtonRowStyleClass=this.styles.addClass(new ee("toolbox-button-row",`
|
|
display: flex;
|
|
cursor: default;
|
|
box-sizing: content-box;
|
|
`)),this.toolboxButtonRowStyleColorsClass=this.styles.addClass(new ee("toolbox-button-row_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
`)),this.toolboxPanelRowStyleClass=this.styles.addClass(new ee("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 ee("toolbox-panel-row_colors",`
|
|
background-color: `+((Lt=this.uiStyleSettings.toolboxBackgroundColor)!==null&&Lt!==void 0?Lt:this.uiStyleSettings.toolbarBackgroundHoverColor)+`;
|
|
`)),this.toolboxButtonStyleClass=this.styles.addClass(new ee("toolbox_button",`
|
|
display: inline-block;
|
|
width: `+(this.uiStyleSettings.toolbarHeight-2*xt)+`px;
|
|
height: `+(this.uiStyleSettings.toolbarHeight-2*xt)+`px;
|
|
padding: `+xt+`px;
|
|
box-sizing: content-box;
|
|
`)),this.toolboxButtonStyleColorsClass=this.styles.addClass(new ee("toolbox-button_colors",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.toolboxActiveButtonStyleColorsClass=this.styles.addClass(new ee("toolbox-active-button_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`;
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.styles.addRule(new Ke("."+this.toolboxButtonStyleColorsClass.name+":hover",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`)),this.styles.addRule(new Ke("."+this.toolboxButtonStyleClass.name+" svg",`
|
|
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
|
|
`))},Dt.prototype.show=function(Lt){var xt;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=Lt,this.uiContainer.className=this.toolboxStyleClass.name+" "+((xt=this.uiStyleSettings.toolboxStyleColorsClassName)!==null&&xt!==void 0?xt:this.toolboxStyleColorsClass.name),this.markerjsContainer.appendChild(this.uiContainer)},Dt.prototype.setPanelButtons=function(Lt){var xt,Bt,zt=this;this.panels=Lt,this.uiContainer!==void 0&&(this.uiContainer.innerHTML="",this.panelRow=document.createElement("div"),this.panelRow.className=this.toolboxPanelRowStyleClass.name+" "+((xt=this.uiStyleSettings.toolboxPanelRowStyleColorsClassName)!==null&&xt!==void 0?xt:this.toolboxPanelRowStyleColorsClass.name),this.uiContainer.appendChild(this.panelRow),this.buttonRow=document.createElement("div"),this.buttonRow.className=this.toolboxButtonRowStyleClass.name+" "+((Bt=this.uiStyleSettings.toolboxButtonRowStyleColorsClassName)!==null&&Bt!==void 0?Bt:this.toolboxButtonRowStyleColorsClass.name)+" ",this.uiContainer.appendChild(this.buttonRow),this.panelButtons.splice(0),this.panels.forEach(function(Et){var ve;Et.uiStyleSettings=zt.uiStyleSettings;var we=document.createElement("div");we.className=zt.toolboxButtonStyleClass.name+" "+((ve=zt.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&ve!==void 0?ve:zt.toolboxButtonStyleColorsClass.name),we.innerHTML=Et.icon,we.title=Et.title,we.addEventListener("click",function(){zt.panelButtonClick(Et)}),zt.panelButtons.push(we),zt.buttonRow.appendChild(we)}),this.displayMode==="inline"?this.panelRow.style.display="none":this.panelRow.style.visibility="hidden")},Dt.prototype.panelButtonClick=function(Lt){var xt=this,Bt=-1;if(Lt!==this.activePanel){Bt=this.panels.indexOf(Lt),this.panelRow.innerHTML="";var zt=Lt.getUi();zt.style.margin=this.uiStyleSettings.toolbarHeight/4+"px",this.panelRow.appendChild(zt),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=Lt}else this.activePanel=void 0,this.panelRow.className=this.panelRow.className.replace(this.styles.fadeInAnimationClassName,""),this.panelRow.className+=" "+this.styles.fadeOutAnimationClassName,setTimeout(function(){xt.displayMode==="inline"?xt.panelRow.style.display="none":xt.panelRow.style.visibility="hidden"},200);this.panelButtons.forEach(function(Et,ve){var we,rn;Et.className=xt.toolboxButtonStyleClass.name+" "+(ve===Bt?""+((we=xt.uiStyleSettings.toolboxActiveButtonStyleColorsClassName)!==null&&we!==void 0?we:xt.toolboxActiveButtonStyleColorsClass.name):""+((rn=xt.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&rn!==void 0?rn:xt.toolboxButtonStyleColorsClass.name))})},Dt}(),et=function(Dt,Lt){this.title=Dt,this.icon=Lt},nt=function(Dt){function Lt(xt,Bt,zt,Et){var ve=Dt.call(this,xt,Et||'<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 ve.colors=[],ve.addTransparent=!1,ve.colorBoxes=[],ve.colors=Bt,ve.currentColor=zt,ve.setCurrentColor=ve.setCurrentColor.bind(ve),ve.getColorBox=ve.getColorBox.bind(ve),ve}return he(Lt,Dt),Lt.prototype.getUi=function(){var xt=this,Bt=document.createElement("div");return Bt.style.overflow="hidden",Bt.style.whiteSpace="nowrap",this.colors.forEach(function(zt){var Et=xt.getColorBox(zt);Bt.appendChild(Et),xt.colorBoxes.push(Et)}),Bt},Lt.prototype.getColorBox=function(xt){var Bt=this,zt=this.uiStyleSettings.toolbarHeight/4,Et=this.uiStyleSettings.toolbarHeight-zt,ve=document.createElement("div");ve.style.display="inline-block",ve.style.boxSizing="content-box",ve.style.width=Et-2+"px",ve.style.height=Et-2+"px",ve.style.padding="1px",ve.style.marginRight="2px",ve.style.marginBottom="2px",ve.style.borderWidth="2px",ve.style.borderStyle="solid",ve.style.borderRadius=(Et+2)/2+"px",ve.style.borderColor=xt===this.currentColor?this.uiStyleSettings.toolboxAccentColor:"transparent",ve.addEventListener("click",function(){Bt.setCurrentColor(xt,ve)});var we=document.createElement("div");return we.style.display="inline-block",we.style.width=Et-2+"px",we.style.height=Et-2+"px",we.style.backgroundColor=xt,we.style.borderRadius=Et/2+"px",xt==="transparent"&&(we.style.fill=this.uiStyleSettings.toolboxAccentColor,we.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>`),ve.appendChild(we),ve},Lt.prototype.setCurrentColor=function(xt,Bt){var zt=this;this.currentColor=xt,this.colorBoxes.forEach(function(Et){Et.style.borderColor=Et===Bt?zt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onColorChanged&&this.onColorChanged(xt)},Lt}(et),ct=function(){function Dt(Lt,xt,Bt){this._state="new",this._isSelected=!1,this._container=Lt,this._overlayContainer=xt,this.globalSettings=Bt,this.stateChanged=this.stateChanged.bind(this),this.colorChanged=this.colorChanged.bind(this),this.fillColorChanged=this.fillColorChanged.bind(this)}return Object.defineProperty(Dt.prototype,"typeName",{get:function(){return Object.getPrototypeOf(this).constructor.typeName},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"container",{get:function(){return this._container},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"overlayContainer",{get:function(){return this._overlayContainer},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"toolboxPanels",{get:function(){return[]},enumerable:!1,configurable:!0}),Dt.prototype.ownsTarget=function(Lt){return!1},Object.defineProperty(Dt.prototype,"isSelected",{get:function(){return this._isSelected},enumerable:!1,configurable:!0}),Dt.prototype.select=function(){this.container.style.cursor="move",this._isSelected=!0,this.manipulationStartState=this.getState()},Dt.prototype.deselect=function(){this.container.style.cursor="default",this._isSelected=!1,this.stateChanged()},Dt.prototype.pointerDown=function(Lt,xt){},Dt.prototype.dblClick=function(Lt,xt){},Dt.prototype.manipulate=function(Lt){},Dt.prototype.pointerUp=function(Lt){this.stateChanged()},Dt.prototype.dispose=function(){},Dt.prototype.addMarkerVisualToContainer=function(Lt){this.container.childNodes.length>0?this.container.insertBefore(Lt,this.container.childNodes[0]):this.container.appendChild(Lt)},Dt.prototype.getState=function(){return{typeName:Dt.typeName,state:this.state,notes:this.notes}},Dt.prototype.restoreState=function(Lt){this._state=Lt.state,this.notes=Lt.notes},Dt.prototype.scale=function(Lt,xt){},Dt.prototype.colorChanged=function(Lt){this.onColorChanged&&this.onColorChanged(Lt),this.stateChanged()},Dt.prototype.fillColorChanged=function(Lt){this.onFillColorChanged&&this.onFillColorChanged(Lt),this.stateChanged()},Dt.prototype.stateChanged=function(){if(this.onStateChanged&&this.state!=="creating"&&this.state!=="new"){var Lt=this.getState();this.manipulationStartState!==void 0&&(this.manipulationStartState.state="select"),Lt.state="select",JSON.stringify(this.manipulationStartState)!=JSON.stringify(Lt)&&this.onStateChanged(this)}},Dt.typeName="MarkerBase",Dt}(),lt=function(){function Dt(){this.findGripByVisual=this.findGripByVisual.bind(this)}return Dt.prototype.findGripByVisual=function(Lt){return this.topLeft.ownsTarget(Lt)?this.topLeft:this.topCenter.ownsTarget(Lt)?this.topCenter:this.topRight.ownsTarget(Lt)?this.topRight:this.centerLeft.ownsTarget(Lt)?this.centerLeft:this.centerRight.ownsTarget(Lt)?this.centerRight:this.bottomLeft.ownsTarget(Lt)?this.bottomLeft:this.bottomCenter.ownsTarget(Lt)?this.bottomCenter:this.bottomRight.ownsTarget(Lt)?this.bottomRight:void 0},Dt}(),pt=function(){function Dt(){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 Dt.prototype.ownsTarget=function(Lt){return Lt===this.visual||Lt===this.visual.childNodes[0]||Lt===this.visual.childNodes[1]},Dt}(),vt=function(){function Dt(){}return Dt.toITransformMatrix=function(Lt){return{a:Lt.a,b:Lt.b,c:Lt.c,d:Lt.d,e:Lt.e,f:Lt.f}},Dt.toSVGMatrix=function(Lt,xt){return Lt.a=xt.a,Lt.b=xt.b,Lt.c=xt.c,Lt.d=xt.d,Lt.e=xt.e,Lt.f=xt.f,Lt},Dt}(),kt=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.left=0,Et.top=0,Et.width=0,Et.height=0,Et.defaultSize={x:50,y:20},Et.offsetX=0,Et.offsetY=0,Et.rotationAngle=0,Et.CB_DISTANCE=10,Et._suppressMarkerCreateEvent=!1,Et.container.transform.baseVal.appendItem(le.createTransform()),Et.setupControlBox(),Et}return he(Lt,Dt),Object.defineProperty(Lt.prototype,"centerX",{get:function(){return this.left+this.width/2},enumerable:!1,configurable:!0}),Object.defineProperty(Lt.prototype,"centerY",{get:function(){return this.top+this.height/2},enumerable:!1,configurable:!0}),Object.defineProperty(Lt.prototype,"visual",{get:function(){return this._visual},set:function(xt){this._visual=xt;var Bt=le.createTransform();this._visual.transform.baseVal.appendItem(Bt)},enumerable:!1,configurable:!0}),Lt.prototype.ownsTarget=function(xt){return!!Dt.prototype.ownsTarget.call(this,xt)||!!(this.controlGrips.findGripByVisual(xt)!==void 0||this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(xt))},Lt.prototype.pointerDown=function(xt,Bt){Dt.prototype.pointerDown.call(this,xt,Bt),this.state==="new"&&(this.left=xt.x,this.top=xt.y),this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.manipulationStartWidth=this.width,this.manipulationStartHeight=this.height;var zt=this.unrotatePoint(xt);if(this.manipulationStartX=zt.x,this.manipulationStartY=zt.y,this.offsetX=zt.x-this.left,this.offsetY=zt.y-this.top,this.state!=="new")if(this.select(),this.activeGrip=this.controlGrips.findGripByVisual(Bt),this.activeGrip!==void 0)this._state="resize";else if(this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(Bt)){this.activeGrip=this.rotatorGrip;var Et=this.rotatePoint({x:this.centerX,y:this.centerY});this.left=Et.x-this.width/2,this.top=Et.y-this.height/2,this.moveVisual({x:this.left,y:this.top});var ve=this.container.transform.baseVal.getItem(0);ve.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(ve,0),this.adjustControlBox(),this._state="rotate"}else this._state="move"},Lt.prototype.pointerUp=function(xt){var Bt=this.state;Dt.prototype.pointerUp.call(this,xt),this.state==="creating"&&this.width<10&&this.height<10?(this.width=this.defaultSize.x,this.height=this.defaultSize.y):this.manipulate(xt),this._state="select",Bt==="creating"&&this.onMarkerCreated&&this._suppressMarkerCreateEvent===!1&&this.onMarkerCreated(this)},Lt.prototype.moveVisual=function(xt){this.visual.style.transform="translate("+xt.x+"px, "+xt.y+"px)"},Lt.prototype.manipulate=function(xt){var Bt=this.unrotatePoint(xt);this.state==="creating"?this.resize(xt):this.state==="move"?(this.left=this.manipulationStartLeft+(Bt.x-this.manipulationStartLeft)-this.offsetX,this.top=this.manipulationStartTop+(Bt.y-this.manipulationStartTop)-this.offsetY,this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()):this.state==="resize"?this.resize(Bt):this.state==="rotate"&&this.rotate(xt)},Lt.prototype.resize=function(xt){var Bt=this.manipulationStartLeft,zt=this.manipulationStartWidth,Et=this.manipulationStartTop,ve=this.manipulationStartHeight;switch(this.activeGrip){case this.controlGrips.bottomLeft:case this.controlGrips.centerLeft:case this.controlGrips.topLeft:Bt=this.manipulationStartLeft+xt.x-this.manipulationStartX,zt=this.manipulationStartWidth+this.manipulationStartLeft-Bt;break;case this.controlGrips.bottomRight:case this.controlGrips.centerRight:case this.controlGrips.topRight:case void 0:zt=this.manipulationStartWidth+xt.x-this.manipulationStartX}switch(this.activeGrip){case this.controlGrips.topCenter:case this.controlGrips.topLeft:case this.controlGrips.topRight:Et=this.manipulationStartTop+xt.y-this.manipulationStartY,ve=this.manipulationStartHeight+this.manipulationStartTop-Et;break;case this.controlGrips.bottomCenter:case this.controlGrips.bottomLeft:case this.controlGrips.bottomRight:case void 0:ve=this.manipulationStartHeight+xt.y-this.manipulationStartY}zt>=0?(this.left=Bt,this.width=zt):(this.left=Bt+zt,this.width=-zt),ve>=0?(this.top=Et,this.height=ve):(this.top=Et+ve,this.height=-ve),this.setSize()},Lt.prototype.setSize=function(){this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()},Lt.prototype.rotate=function(xt){if(Math.abs(xt.x-this.centerX)>.1){var Bt=Math.sign(xt.x-this.centerX);this.rotationAngle=180*Math.atan((xt.y-this.centerY)/(xt.x-this.centerX))/Math.PI+90*Bt,this.applyRotation()}},Lt.prototype.applyRotation=function(){var xt=this.container.transform.baseVal.getItem(0);xt.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(xt,0)},Lt.prototype.rotatePoint=function(xt){if(this.rotationAngle===0)return xt;var Bt=this.container.getCTM(),zt=le.createPoint(xt.x,xt.y);return{x:(zt=zt.matrixTransform(Bt)).x,y:zt.y}},Lt.prototype.unrotatePoint=function(xt){if(this.rotationAngle===0)return xt;var Bt=this.container.getCTM();Bt=Bt.inverse();var zt=le.createPoint(xt.x,xt.y);return{x:(zt=zt.matrixTransform(Bt)).x,y:zt.y}},Lt.prototype.select=function(){Dt.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},Lt.prototype.deselect=function(){Dt.prototype.deselect.call(this),this.controlBox.style.display="none"},Lt.prototype.setupControlBox=function(){this.controlBox=le.createGroup();var xt=le.createTransform();xt.setTranslate(-this.CB_DISTANCE/2,-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.appendItem(xt),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"},Lt.prototype.adjustControlBox=function(){var xt=this.controlBox.transform.baseVal.getItem(0);xt.setTranslate(this.left-this.CB_DISTANCE/2,this.top-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.replaceItem(xt,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()},Lt.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()},Lt.prototype.createGrip=function(){var xt=new pt;return xt.visual.transform.baseVal.appendItem(le.createTransform()),this.controlBox.appendChild(xt.visual),xt},Lt.prototype.positionGrips=function(){var xt=this.controlGrips.topLeft.GRIP_SIZE,Bt=-xt/2,zt=Bt,Et=(this.width+this.CB_DISTANCE)/2-xt/2,ve=(this.height+this.CB_DISTANCE)/2-xt/2,we=this.height+this.CB_DISTANCE-xt/2,rn=this.width+this.CB_DISTANCE-xt/2;this.positionGrip(this.controlGrips.topLeft.visual,Bt,zt),this.positionGrip(this.controlGrips.topCenter.visual,Et,zt),this.positionGrip(this.controlGrips.topRight.visual,rn,zt),this.positionGrip(this.controlGrips.centerLeft.visual,Bt,ve),this.positionGrip(this.controlGrips.centerRight.visual,rn,ve),this.positionGrip(this.controlGrips.bottomLeft.visual,Bt,we),this.positionGrip(this.controlGrips.bottomCenter.visual,Et,we),this.positionGrip(this.controlGrips.bottomRight.visual,rn,we),this.rotatorGrip!==void 0&&this.positionGrip(this.rotatorGrip.visual,Et,zt-3*this.CB_DISTANCE)},Lt.prototype.positionGrip=function(xt,Bt,zt){var Et=xt.transform.baseVal.getItem(0);Et.setTranslate(Bt,zt),xt.transform.baseVal.replaceItem(Et,0)},Lt.prototype.hideControlBox=function(){this.controlBox.style.display="none"},Lt.prototype.showControlBox=function(){this.controlBox.style.display=""},Lt.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)},Dt.prototype.getState.call(this))},Lt.prototype.restoreState=function(xt){Dt.prototype.restoreState.call(this,xt);var Bt=xt;this.left=Bt.left,this.top=Bt.top,this.width=Bt.width,this.height=Bt.height,this.rotationAngle=Bt.rotationAngle,this.visual.transform.baseVal.getItem(0).setMatrix(vt.toSVGMatrix(this.visual.transform.baseVal.getItem(0).matrix,Bt.visualTransformMatrix)),this.container.transform.baseVal.getItem(0).setMatrix(vt.toSVGMatrix(this.container.transform.baseVal.getItem(0).matrix,Bt.containerTransformMatrix))},Lt.prototype.scale=function(xt,Bt){Dt.prototype.scale.call(this,xt,Bt);var zt=this.rotatePoint({x:this.left,y:this.top}),Et=this.unrotatePoint({x:zt.x*xt,y:zt.y*Bt});this.left=Et.x,this.top=Et.y,this.width=this.width*xt,this.height=this.height*Bt,this.adjustControlBox()},Lt}(ct),Nt=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.fillColor="transparent",Et.strokeColor="transparent",Et.strokeWidth=0,Et.strokeDasharray="",Et.opacity=1,Et.setStrokeColor=Et.setStrokeColor.bind(Et),Et.setFillColor=Et.setFillColor.bind(Et),Et.setStrokeWidth=Et.setStrokeWidth.bind(Et),Et.setStrokeDasharray=Et.setStrokeDasharray.bind(Et),Et.createVisual=Et.createVisual.bind(Et),Et}return he(Lt,Dt),Lt.prototype.ownsTarget=function(xt){return!(!Dt.prototype.ownsTarget.call(this,xt)&&xt!==this.visual)},Lt.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)},Lt.prototype.pointerDown=function(xt,Bt){Dt.prototype.pointerDown.call(this,xt,Bt),this.state==="new"&&(this.createVisual(),this.moveVisual(xt),this._state="creating")},Lt.prototype.manipulate=function(xt){Dt.prototype.manipulate.call(this,xt)},Lt.prototype.resize=function(xt){Dt.prototype.resize.call(this,xt),this.setSize()},Lt.prototype.setSize=function(){Dt.prototype.setSize.call(this),le.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]])},Lt.prototype.pointerUp=function(xt){Dt.prototype.pointerUp.call(this,xt),this.setSize()},Lt.prototype.setStrokeColor=function(xt){this.strokeColor=xt,this.visual&&le.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(xt),this.stateChanged()},Lt.prototype.setFillColor=function(xt){this.fillColor=xt,this.visual&&le.setAttributes(this.visual,[["fill",this.fillColor]]),this.stateChanged()},Lt.prototype.setStrokeWidth=function(xt){this.strokeWidth=xt,this.visual&&le.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Lt.prototype.setStrokeDasharray=function(xt){this.strokeDasharray=xt,this.visual&&le.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Lt.prototype.getState=function(){return Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},Dt.prototype.getState.call(this))},Lt.prototype.restoreState=function(xt){var Bt=xt;this.fillColor=Bt.fillColor,this.strokeColor=Bt.strokeColor,this.strokeWidth=Bt.strokeWidth,this.strokeDasharray=Bt.strokeDasharray,this.opacity=Bt.opacity,this.createVisual(),Dt.prototype.restoreState.call(this,xt),this.setSize()},Lt.prototype.scale=function(xt,Bt){Dt.prototype.scale.call(this,xt,Bt),this.setSize()},Lt.title="Rectangle marker",Lt}(kt),_t=function(Dt){function Lt(xt,Bt,zt,Et){var ve=Dt.call(this,xt,Et||'<svg viewBox="0 0 24 24"><path d="M3 17h18v-2H3v2m0 3h18v-1H3v1m0-7h18v-3H3v3m0-9v4h18V4H3z"/></svg>')||this;return ve.widths=[],ve.widthBoxes=[],ve.widths=Bt,ve.currentWidth=zt,ve.setCurrentWidth=ve.setCurrentWidth.bind(ve),ve}return he(Lt,Dt),Lt.prototype.getUi=function(){var xt=this,Bt=document.createElement("div");return Bt.style.display="flex",Bt.style.overflow="hidden",Bt.style.flexGrow="2",this.widths.forEach(function(zt){var Et=document.createElement("div");Et.style.display="flex",Et.style.flexGrow="2",Et.style.alignItems="center",Et.style.justifyContent="space-between",Et.style.padding="5px",Et.style.borderWidth="2px",Et.style.borderStyle="solid",Et.style.borderColor=zt===xt.currentWidth?xt.uiStyleSettings.toolboxAccentColor:"transparent",Et.addEventListener("click",function(){xt.setCurrentWidth(zt,Et)}),Bt.appendChild(Et);var ve=document.createElement("div");ve.innerText=zt.toString(),ve.style.marginRight="5px",Et.appendChild(ve);var we=document.createElement("div");we.style.minHeight="20px",we.style.flexGrow="2",we.style.display="flex",we.style.alignItems="center";var rn=document.createElement("hr");rn.style.minWidth="20px",rn.style.border="0px",rn.style.borderTop=zt+"px solid "+xt.uiStyleSettings.toolboxColor,rn.style.flexGrow="2",we.appendChild(rn),Et.appendChild(we),xt.widthBoxes.push(Et)}),Bt},Lt.prototype.setCurrentWidth=function(xt,Bt){var zt=this;this.currentWidth=xt,this.widthBoxes.forEach(function(Et){Et.style.borderColor=Et===Bt?zt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onWidthChanged&&this.onWidthChanged(this.currentWidth)},Lt}(et),Vt=function(Dt){function Lt(xt,Bt,zt,Et){var ve=Dt.call(this,xt,Et||'<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 ve.styles=[],ve.styleBoxes=[],ve.styles=Bt,ve.currentStyle=zt,ve.setCurrentStyle=ve.setCurrentStyle.bind(ve),ve}return he(Lt,Dt),Lt.prototype.getUi=function(){var xt=this,Bt=document.createElement("div");return Bt.style.display="flex",Bt.style.overflow="hidden",Bt.style.flexGrow="2",this.styles.forEach(function(zt){var Et=document.createElement("div");Et.style.display="flex",Et.style.alignItems="center",Et.style.justifyContent="space-between",Et.style.padding="5px",Et.style.borderWidth="2px",Et.style.borderStyle="solid",Et.style.overflow="hidden",Et.style.maxWidth=100/xt.styles.length-5+"%",Et.style.borderColor=zt===xt.currentStyle?xt.uiStyleSettings.toolboxAccentColor:"transparent",Et.addEventListener("click",function(){xt.setCurrentStyle(zt,Et)}),Bt.appendChild(Et);var ve=document.createElement("div");ve.style.minHeight="20px",ve.style.flexGrow="2",ve.style.overflow="hidden";var we=`<svg width="100" height="20">
|
|
<line x1="0" y1="10" x2="100" y2="10" stroke="`+xt.uiStyleSettings.toolboxColor+'" stroke-width="3" '+(zt!==""?'stroke-dasharray="'+zt+'"':"")+` />
|
|
</svg>`;ve.innerHTML=we,Et.appendChild(ve),xt.styleBoxes.push(Et)}),Bt},Lt.prototype.setCurrentStyle=function(xt,Bt){var zt=this;this.currentStyle=xt,this.styleBoxes.forEach(function(Et){Et.style.borderColor=Et===Bt?zt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onStyleChanged&&this.onStyleChanged(this.currentStyle)},Lt}(et),ne=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.strokeColor=zt.defaultColor,Et.strokeWidth=zt.defaultStrokeWidth,Et.strokeDasharray=zt.defaultStrokeDasharray,Et.strokePanel=new nt("Line color",zt.defaultColorSet,zt.defaultColor),Et.strokePanel.onColorChanged=Et.setStrokeColor,Et.strokeWidthPanel=new _t("Line width",zt.defaultStrokeWidths,zt.defaultStrokeWidth),Et.strokeWidthPanel.onWidthChanged=Et.setStrokeWidth,Et.strokeStylePanel=new Vt("Line style",zt.defaultStrokeDasharrays,zt.defaultStrokeDasharray),Et.strokeStylePanel.onStyleChanged=Et.setStrokeDasharray,Et}return he(Lt,Dt),Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=Dt.prototype.getState.call(this);return xt.typeName=Lt.typeName,xt},Lt.typeName="FrameMarker",Lt.title="Frame marker",Lt.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4m14 11H6V8h12v9z"/></svg>',Lt}(Nt),$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"},te=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.x1=0,Et.y1=0,Et.x2=0,Et.y2=0,Et.defaultLength=50,Et.manipulationStartX=0,Et.manipulationStartY=0,Et.manipulationStartX1=0,Et.manipulationStartY1=0,Et.manipulationStartX2=0,Et.manipulationStartY2=0,Et.setupControlBox(),Et}return he(Lt,Dt),Lt.prototype.ownsTarget=function(xt){return!!Dt.prototype.ownsTarget.call(this,xt)||!(!this.grip1.ownsTarget(xt)&&!this.grip2.ownsTarget(xt))},Lt.prototype.pointerDown=function(xt,Bt){Dt.prototype.pointerDown.call(this,xt,Bt),this.manipulationStartX=xt.x,this.manipulationStartY=xt.y,this.state==="new"&&(this.x1=xt.x,this.y1=xt.y,this.x2=xt.x,this.y2=xt.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(Bt)?this.activeGrip=this.grip1:this.grip2.ownsTarget(Bt)?this.activeGrip=this.grip2:this.activeGrip=void 0,this.activeGrip?this._state="resize":this._state="move")},Lt.prototype.pointerUp=function(xt){var Bt=this.state;Dt.prototype.pointerUp.call(this,xt),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(xt),this._state="select",Bt==="creating"&&this.onMarkerCreated&&this.onMarkerCreated(this)},Lt.prototype.adjustVisual=function(){},Lt.prototype.manipulate=function(xt){this.state==="creating"?this.resize(xt):this.state==="move"?(this.x1=this.manipulationStartX1+xt.x-this.manipulationStartX,this.y1=this.manipulationStartY1+xt.y-this.manipulationStartY,this.x2=this.manipulationStartX2+xt.x-this.manipulationStartX,this.y2=this.manipulationStartY2+xt.y-this.manipulationStartY,this.adjustVisual(),this.adjustControlBox()):this.state==="resize"&&this.resize(xt)},Lt.prototype.resize=function(xt){switch(this.activeGrip){case this.grip1:this.x1=xt.x,this.y1=xt.y;break;case this.grip2:case void 0:this.x2=xt.x,this.y2=xt.y}this.adjustVisual(),this.adjustControlBox()},Lt.prototype.select=function(){Dt.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},Lt.prototype.deselect=function(){Dt.prototype.deselect.call(this),this.controlBox.style.display="none"},Lt.prototype.setupControlBox=function(){this.controlBox=le.createGroup(),this.container.appendChild(this.controlBox),this.addControlGrips(),this.controlBox.style.display="none"},Lt.prototype.adjustControlBox=function(){this.positionGrips()},Lt.prototype.addControlGrips=function(){this.grip1=this.createGrip(),this.grip2=this.createGrip(),this.positionGrips()},Lt.prototype.createGrip=function(){var xt=new pt;return xt.visual.transform.baseVal.appendItem(le.createTransform()),this.controlBox.appendChild(xt.visual),xt},Lt.prototype.positionGrips=function(){var xt=this.grip1.GRIP_SIZE;this.positionGrip(this.grip1.visual,this.x1-xt/2,this.y1-xt/2),this.positionGrip(this.grip2.visual,this.x2-xt/2,this.y2-xt/2)},Lt.prototype.positionGrip=function(xt,Bt,zt){var Et=xt.transform.baseVal.getItem(0);Et.setTranslate(Bt,zt),xt.transform.baseVal.replaceItem(Et,0)},Lt.prototype.getState=function(){return Object.assign({x1:this.x1,y1:this.y1,x2:this.x2,y2:this.y2},Dt.prototype.getState.call(this))},Lt.prototype.restoreState=function(xt){Dt.prototype.restoreState.call(this,xt);var Bt=xt;this.x1=Bt.x1,this.y1=Bt.y1,this.x2=Bt.x2,this.y2=Bt.y2},Lt.prototype.scale=function(xt,Bt){Dt.prototype.scale.call(this,xt,Bt),this.x1=this.x1*xt,this.y1=this.y1*Bt,this.x2=this.x2*xt,this.y2=this.y2*Bt,this.adjustVisual(),this.adjustControlBox()},Lt}(ct),Le=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.strokeColor="transparent",Et.strokeWidth=0,Et.strokeDasharray="",Et.setStrokeColor=Et.setStrokeColor.bind(Et),Et.setStrokeWidth=Et.setStrokeWidth.bind(Et),Et.setStrokeDasharray=Et.setStrokeDasharray.bind(Et),Et.strokeColor=zt.defaultColor,Et.strokeWidth=zt.defaultStrokeWidth,Et.strokeDasharray=zt.defaultStrokeDasharray,Et.strokePanel=new nt("Line color",zt.defaultColorSet,zt.defaultColor),Et.strokePanel.onColorChanged=Et.setStrokeColor,Et.strokeWidthPanel=new _t("Line width",zt.defaultStrokeWidths,zt.defaultStrokeWidth),Et.strokeWidthPanel.onWidthChanged=Et.setStrokeWidth,Et.strokeStylePanel=new Vt("Line style",zt.defaultStrokeDasharrays,zt.defaultStrokeDasharray),Et.strokeStylePanel.onStyleChanged=Et.setStrokeDasharray,Et}return he(Lt,Dt),Lt.prototype.ownsTarget=function(xt){return!(!Dt.prototype.ownsTarget.call(this,xt)&&xt!==this.visual&&xt!==this.selectorLine&&xt!==this.visibleLine)},Lt.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)},Lt.prototype.pointerDown=function(xt,Bt){Dt.prototype.pointerDown.call(this,xt,Bt),this.state==="new"&&(this.createVisual(),this.adjustVisual(),this._state="creating")},Lt.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()]]))},Lt.prototype.setStrokeColor=function(xt){this.strokeColor=xt,this.adjustVisual(),this.colorChanged(xt)},Lt.prototype.setStrokeWidth=function(xt){this.strokeWidth=xt,this.adjustVisual()},Lt.prototype.setStrokeDasharray=function(xt){this.strokeDasharray=xt,this.adjustVisual(),this.stateChanged()},Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray},Dt.prototype.getState.call(this));return xt.typeName=Lt.typeName,xt},Lt.prototype.restoreState=function(xt){Dt.prototype.restoreState.call(this,xt);var Bt=xt;this.strokeColor=Bt.strokeColor,this.strokeWidth=Bt.strokeWidth,this.strokeDasharray=Bt.strokeDasharray,this.createVisual(),this.adjustVisual()},Lt.typeName="LineMarker",Lt.title="Line marker",Lt.icon='<svg viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"/></svg>',Lt}(te),de=function(Dt){function Lt(xt,Bt,zt,Et){var ve=Dt.call(this,xt,Et||'<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 ve.fonts=[],ve.fontBoxes=[],ve.fonts=Bt,ve.currentFont=zt,ve.setCurrentFont=ve.setCurrentFont.bind(ve),ve}return he(Lt,Dt),Lt.prototype.getUi=function(){var xt=this,Bt=document.createElement("div");return Bt.style.overflow="hidden",Bt.style.flexGrow="2",this.fonts.forEach(function(zt){var Et=document.createElement("div");Et.style.display="inline-block",Et.style.alignItems="center",Et.style.justifyContent="space-between",Et.style.padding="5px",Et.style.borderWidth="2px",Et.style.borderStyle="solid",Et.style.overflow="hidden",Et.style.maxWidth=100/xt.fonts.length-5+"%",Et.style.borderColor=zt===xt.currentFont?xt.uiStyleSettings.toolboxAccentColor:"transparent",Et.addEventListener("click",function(){xt.setCurrentFont(zt,Et)}),Bt.appendChild(Et);var ve=document.createElement("div");ve.style.display="flex",ve.style.minHeight="20px",ve.style.flexGrow="2",ve.style.fontFamily=zt,ve.style.overflow="hidden";var we=document.createElement("div");we.style.whiteSpace="nowrap",we.style.overflow="hidden",we.style.textOverflow="ellipsis",we.innerHTML="The quick brown fox jumps over the lazy dog",ve.appendChild(we),Et.appendChild(ve),xt.fontBoxes.push(Et)}),Bt},Lt.prototype.setCurrentFont=function(xt,Bt){var zt=this;this.currentFont=xt,this.fontBoxes.forEach(function(Et){Et.style.borderColor=Et===Bt?zt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onFontChanged&&this.onFontChanged(this.currentFont)},Lt}(et),Xe=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.color="transparent",Et.padding=5,Et.DEFAULT_TEXT="\u8BF7\u8F93\u5165\u6587\u672C",Et.text=Et.DEFAULT_TEXT,Et.isMoved=!1,Et.color=zt.defaultColor,Et.fontFamily=zt.defaultFontFamily,Et.defaultSize={x:100,y:30},Et.setColor=Et.setColor.bind(Et),Et.setFont=Et.setFont.bind(Et),Et.renderText=Et.renderText.bind(Et),Et.sizeText=Et.sizeText.bind(Et),Et.textEditDivClicked=Et.textEditDivClicked.bind(Et),Et.showTextEditor=Et.showTextEditor.bind(Et),Et.setSize=Et.setSize.bind(Et),Et.positionTextEditor=Et.positionTextEditor.bind(Et),Et.colorPanel=new nt("Color",zt.defaultColorSet,zt.defaultColor),Et.colorPanel.onColorChanged=Et.setColor,Et.fontFamilyPanel=new de("Font",zt.defaultFontFamilies,zt.defaultFontFamily),Et.fontFamilyPanel.onFontChanged=Et.setFont,Et}return he(Lt,Dt),Lt.prototype.ownsTarget=function(xt){if(Dt.prototype.ownsTarget.call(this,xt)||xt===this.visual||xt===this.textElement||xt===this.bgRectangle)return!0;var Bt=!1;return this.textElement.childNodes.forEach(function(zt){zt===xt&&(Bt=!0)}),Bt},Lt.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()},Lt.prototype.pointerDown=function(xt,Bt){Dt.prototype.pointerDown.call(this,xt,Bt),this.isMoved=!1,this.pointerDownPoint=xt,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(xt),this._state="creating")},Lt.prototype.renderText=function(){var xt=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(Bt){xt.textElement.appendChild(le.createTSpan(Bt.trim()===""?" ":Bt.trim(),[["x","0"],["dy","1.2em"]]))}),setTimeout(this.sizeText,10)}},Lt.prototype.getTextScale=function(){var xt=this.textElement.getBBox(),Bt=1;if(xt.width>0&&xt.height>0){var zt=(1*this.width-this.width*this.padding*2/100)/xt.width,Et=(1*this.height-this.height*this.padding*2/100)/xt.height;Bt=Math.min(zt,Et)}return Bt},Lt.prototype.getTextPosition=function(xt){var Bt=this.textElement.getBBox(),zt=0,Et=0;return Bt.width>0&&Bt.height>0&&(zt=(this.width-Bt.width*xt)/2,Et=this.height/2-Bt.height*xt/2),{x:zt,y:Et}},Lt.prototype.sizeText=function(){var xt=this.textElement.getBBox(),Bt=this.getTextScale(),zt=this.getTextPosition(Bt);zt.y-=xt.y*Bt,navigator.userAgent.indexOf("Edge/")>-1?this.textElement.style.transform="translate("+zt.x+"px, "+zt.y+"px) scale("+Bt+", "+Bt+")":(this.textElement.transform.baseVal.getItem(0).setTranslate(zt.x,zt.y),this.textElement.transform.baseVal.getItem(1).setScale(Bt,Bt))},Lt.prototype.manipulate=function(xt){Dt.prototype.manipulate.call(this,xt),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(xt.x-this.pointerDownPoint.x)>5||Math.abs(xt.y-this.pointerDownPoint.y)>5)},Lt.prototype.resize=function(xt){Dt.prototype.resize.call(this,xt),this.isMoved=!0,this.setSize(),this.sizeText()},Lt.prototype.setSize=function(){Dt.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()]]))},Lt.prototype.pointerUp=function(xt){var Bt=this.state;Bt==="creating"&&(this._suppressMarkerCreateEvent=!0),Dt.prototype.pointerUp.call(this,xt),this.setSize(),(Bt==="creating"||!this.isMoved&&Date.now()-this.pointerDownTimestamp>500)&&this.showTextEditor(),this.pointerDownPoint=void 0},Lt.prototype.showTextEditor=function(){var xt=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(Bt){Bt.stopPropagation()}),this.textEditor.addEventListener("input",function(){for(var Bt=Number.parseFloat(xt.textEditor.style.fontSize);xt.textEditor.clientWidth>=Number.parseInt(xt.textEditor.style.maxWidth)&&Bt>.9;)Bt-=.1,xt.textEditor.style.fontSize=Math.max(Bt,.9)+"em"}),this.textEditor.addEventListener("keyup",function(Bt){Bt.cancelBubble=!0}),this.textEditor.addEventListener("paste",function(Bt){if(Bt.clipboardData){var zt=Bt.clipboardData.getData("text"),Et=window.getSelection();if(!Et.rangeCount)return!1;Et.deleteFromDocument(),Et.getRangeAt(0).insertNode(document.createTextNode(zt)),Bt.preventDefault()}}),this.textEditDiv.addEventListener("pointerup",function(){xt.textEditDivClicked(xt.textEditor.innerText)}),this.textEditDiv.appendChild(this.textEditor),this.overlayContainer.appendChild(this.textEditDiv),this.hideVisual(),this.textEditor.focus(),document.execCommand("selectAll")},Lt.prototype.positionTextEditor=function(){if(this.state==="edit")if(this.textEditor===void 0)this.showTextEditor();else{this.textElement.style.display="";var xt=this.getTextScale(),Bt=this.rotatePoint({x:this.left+this.width/2,y:this.top+this.height/2}),zt=this.textElement.getBBox(),Et={x:zt.width*xt,y:zt.height*xt};Bt.x-=Et.x/2,Bt.y-=Et.y/2,this.textEditor.style.top=Bt.y+"px",this.textEditor.style.left=Bt.x+"px",this.textEditor.style.maxWidth=this.overlayContainer.offsetWidth-Bt.x+"px",this.textEditor.style.fontSize=Math.max(16*xt,12)+"px",this.textElement.style.display="none"}},Lt.prototype.textEditDivClicked=function(xt){this.text=xt.trim(),this.overlayContainer.innerHTML="",this.renderText(),this.showVisual(),this._suppressMarkerCreateEvent&&(this._suppressMarkerCreateEvent=!1,this.onMarkerCreated&&this.onMarkerCreated(this)),this.stateChanged()},Lt.prototype.select=function(){Dt.prototype.select.call(this),this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText)},Lt.prototype.deselect=function(){this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText),Dt.prototype.deselect.call(this)},Lt.prototype.dblClick=function(xt,Bt){Dt.prototype.dblClick.call(this,xt,Bt),this.showTextEditor()},Lt.prototype.setColor=function(xt){this.textElement&&le.setAttributes(this.textElement,[["fill",xt]]),this.color=xt,this.textEditor&&(this.textEditor.style.color=this.color),this.colorChanged(xt)},Lt.prototype.setFont=function(xt){this.textElement&&le.setAttributes(this.textElement,[["font-family",xt]]),this.fontFamily=xt,this.textEditor&&(this.textEditor.style.fontFamily=this.fontFamily),this.renderText(),this.stateChanged()},Lt.prototype.hideVisual=function(){this.textElement.style.display="none",this.hideControlBox()},Lt.prototype.showVisual=function(){this.state==="edit"&&(this._state="select"),this.textElement.style.display="",this.showControlBox()},Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=Object.assign({color:this.color,fontFamily:this.fontFamily,padding:this.padding,text:this.text},Dt.prototype.getState.call(this));return xt.typeName=Lt.typeName,xt},Lt.prototype.restoreState=function(xt){var Bt=xt;this.color=Bt.color,this.fontFamily=Bt.fontFamily,this.padding=Bt.padding,this.text=Bt.text,this.createVisual(),Dt.prototype.restoreState.call(this,xt),this.setSize()},Lt.prototype.scale=function(xt,Bt){Dt.prototype.scale.call(this,xt,Bt),this.setSize(),this.sizeText(),this.positionTextEditor()},Lt.typeName="TextMarker",Lt.title="Text marker",Lt.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>',Lt}(kt),Ie=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.color="transparent",Et.lineWidth=3,Et.drawing=!1,Et.pixelRatio=1,Et.color=zt.defaultColor,Et.lineWidth=zt.defaultStrokeWidth,Et.pixelRatio=zt.freehandPixelRatio,Et.setColor=Et.setColor.bind(Et),Et.addCanvas=Et.addCanvas.bind(Et),Et.finishCreation=Et.finishCreation.bind(Et),Et.setLineWidth=Et.setLineWidth.bind(Et),Et.colorPanel=new nt("Color",zt.defaultColorSet,zt.defaultColor),Et.colorPanel.onColorChanged=Et.setColor,Et.lineWidthPanel=new _t("Line width",zt.defaultStrokeWidths,zt.defaultStrokeWidth),Et.lineWidthPanel.onWidthChanged=Et.setLineWidth,Et}return he(Lt,Dt),Lt.prototype.ownsTarget=function(xt){return!(!Dt.prototype.ownsTarget.call(this,xt)&&xt!==this.visual&&xt!==this.drawingImage)},Lt.prototype.createVisual=function(){this.visual=le.createGroup(),this.drawingImage=le.createImage(),this.visual.appendChild(this.drawingImage);var xt=le.createTransform();this.visual.transform.baseVal.appendItem(xt),this.addMarkerVisualToContainer(this.visual)},Lt.prototype.pointerDown=function(xt,Bt){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(xt.x,xt.y),this.drawing=!0):Dt.prototype.pointerDown.call(this,xt,Bt)},Lt.prototype.manipulate=function(xt){this.state==="creating"?this.drawing&&(this.canvasContext.lineTo(xt.x,xt.y),this.canvasContext.stroke()):Dt.prototype.manipulate.call(this,xt)},Lt.prototype.resize=function(xt){Dt.prototype.resize.call(this,xt),le.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),le.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]])},Lt.prototype.pointerUp=function(xt){this._state==="creating"?this.drawing&&(this.canvasContext.closePath(),this.drawing=!1,this.globalSettings.newFreehandMarkerOnPointerUp&&this.finishCreation()):Dt.prototype.pointerUp.call(this,xt)},Lt.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)},Lt.prototype.select=function(){this.state==="creating"&&this.finishCreation(),Dt.prototype.select.call(this)},Lt.prototype.deselect=function(){this.state==="creating"&&this.finishCreation(),Dt.prototype.deselect.call(this)},Lt.prototype.finishCreation=function(){for(var xt=this.canvasContext.getImageData(0,0,this.canvasElement.width,this.canvasElement.height),Bt=[this.canvasElement.width+1,this.canvasElement.height+1,-1,-1],zt=Bt[0],Et=Bt[1],ve=Bt[2],we=Bt[3],rn=!1,Qe=0;Qe<this.canvasElement.height;Qe++)for(var Te=0;Te<this.canvasElement.width;Te++)xt.data[Qe*this.canvasElement.width*4+4*Te+3]>0&&(rn=!0,Qe<Et&&(Et=Qe),Te<zt&&(zt=Te),Qe>we&&(we=Qe),Te>ve&&(ve=Te));if(rn){this.left=zt/this.pixelRatio,this.top=Et/this.pixelRatio,this.width=(ve-zt)/this.pixelRatio,this.height=(we-Et)/this.pixelRatio;var $e=document.createElement("canvas");$e.width=ve-zt,$e.height=we-Et,$e.getContext("2d").putImageData(this.canvasContext.getImageData(zt,Et,ve-zt,we-Et),0,0),this.drawingImgUrl=$e.toDataURL("image/png"),this.setDrawingImage(),this._state="select",this.onMarkerCreated&&this.onMarkerCreated(this)}this.overlayContainer.innerHTML=""},Lt.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})},Lt.prototype.setColor=function(xt){this.color=xt,this.colorChanged(xt)},Lt.prototype.setLineWidth=function(xt){this.lineWidth=xt},Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return this.state==="new"||this.state==="creating"?[this.colorPanel,this.lineWidthPanel]:[]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=Object.assign({drawingImgUrl:this.drawingImgUrl},Dt.prototype.getState.call(this));return xt.typeName=Lt.typeName,xt},Lt.prototype.restoreState=function(xt){this.createVisual(),Dt.prototype.restoreState.call(this,xt),this.drawingImgUrl=xt.drawingImgUrl,this.setDrawingImage()},Lt.prototype.scale=function(xt,Bt){Dt.prototype.scale.call(this,xt,Bt),this.setDrawingImage()},Lt.typeName="FreehandMarker",Lt.title="Freehand marker",Lt.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>',Lt}(kt),ln=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,zt||'<svg viewBox="0 0 24 24"><path d="M8 14v4l-6-6 6-6v4h8V6l6 6-6 6v-4H8z"/></svg>')||this;return Et.typeBoxes=[],Et.currentType=Bt,Et.setCurrentType=Et.setCurrentType.bind(Et),Et}return he(Lt,Dt),Lt.prototype.getUi=function(){var xt=this,Bt=document.createElement("div");Bt.style.display="flex",Bt.style.overflow="hidden",Bt.style.flexGrow="2";for(var zt=function(we){var rn="both";switch(we){case 0:rn="both";break;case 1:rn="start";break;case 2:rn="end";break;case 3:rn="none"}var Qe=document.createElement("div");if(Qe.style.display="flex",Qe.style.flexGrow="2",Qe.style.alignItems="center",Qe.style.justifyContent="space-between",Qe.style.padding="5px",Qe.style.borderWidth="2px",Qe.style.borderStyle="solid",Qe.style.borderColor=rn===Et.currentType?Et.uiStyleSettings.toolboxAccentColor:"transparent",Qe.addEventListener("click",function(){xt.setCurrentType(rn,Qe)}),Bt.appendChild(Qe),rn==="both"||rn==="start"){var Te=document.createElement("div");Te.style.display="flex",Te.style.alignItems="center",Te.style.minHeight="20px",Te.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="`+(Et.uiStyleSettings!==void 0?Et.uiStyleSettings.toolboxColor:"#eeeeee")+`" />
|
|
</svg>`,Te.style.marginLeft="5px",Qe.appendChild(Te)}var $e=document.createElement("div");$e.style.display="flex",$e.style.alignItems="center",$e.style.minHeight="20px",$e.style.flexGrow="2";var nn=document.createElement("hr");if(nn.style.minWidth="20px",nn.style.border="0px",nn.style.borderTop="3px solid "+(Et.uiStyleSettings!==void 0?Et.uiStyleSettings.toolboxColor:"#eeeeee"),nn.style.flexGrow="2",$e.appendChild(nn),Qe.appendChild($e),rn==="both"||rn==="end"){var un=document.createElement("div");un.style.display="flex",un.style.alignItems="center",un.style.minHeight="20px",un.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="`+(Et.uiStyleSettings!==void 0?Et.uiStyleSettings.toolboxColor:"#eeeeee")+`" />
|
|
</svg>`,un.style.marginRight="5px",Qe.appendChild(un)}Et.typeBoxes.push(Qe)},Et=this,ve=0;ve<4;ve++)zt(ve);return Bt},Lt.prototype.setCurrentType=function(xt,Bt){var zt=this;this.currentType=xt,this.typeBoxes.forEach(function(Et){Et.style.borderColor=Et===Bt?zt.uiStyleSettings!==void 0?zt.uiStyleSettings.toolboxAccentColor:"#3080c3":"transparent"}),this.onArrowTypeChanged&&this.onArrowTypeChanged(this.currentType)},Lt}(et),Jn=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.arrowType="end",Et.arrowBaseHeight=10,Et.arrowBaseWidth=10,Et.getArrowPoints=Et.getArrowPoints.bind(Et),Et.setArrowType=Et.setArrowType.bind(Et),Et.arrowTypePanel=new ln("Arrow type","end"),Et.arrowTypePanel.onArrowTypeChanged=Et.setArrowType,Et}return he(Lt,Dt),Lt.prototype.ownsTarget=function(xt){return!(!Dt.prototype.ownsTarget.call(this,xt)&&xt!==this.arrow1&&xt!==this.arrow2)},Lt.prototype.getArrowPoints=function(xt,Bt){var zt=this.arrowBaseWidth+2*this.strokeWidth,Et=this.arrowBaseHeight+2*this.strokeWidth;return xt-zt/2+","+(Bt+Et/2)+" "+xt+","+(Bt-Et/2)+" "+(xt+zt/2)+","+(Bt+Et/2)},Lt.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)},Lt.prototype.pointerDown=function(xt,Bt){Dt.prototype.pointerDown.call(this,xt,Bt),this.state==="creating"&&this.createTips()},Lt.prototype.adjustVisual=function(){if(Dt.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 xt=0;Math.abs(this.x1-this.x2)>.1&&(xt=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2));var Bt=this.arrow1.transform.baseVal.getItem(0);Bt.setRotate(xt,this.x1,this.y1),this.arrow1.transform.baseVal.replaceItem(Bt,0);var zt=this.arrow2.transform.baseVal.getItem(0);zt.setRotate(xt+180,this.x2,this.y2),this.arrow2.transform.baseVal.replaceItem(zt,0)}},Lt.prototype.setArrowType=function(xt){this.arrowType=xt,this.adjustVisual(),this.stateChanged()},Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel,this.arrowTypePanel]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=Object.assign({arrowType:this.arrowType},Dt.prototype.getState.call(this));return xt.typeName=Lt.typeName,xt},Lt.prototype.restoreState=function(xt){Dt.prototype.restoreState.call(this,xt);var Bt=xt;this.arrowType=Bt.arrowType,this.createTips(),this.adjustVisual()},Lt.typeName="ArrowMarker",Lt.title="Arrow marker",Lt.icon='<svg viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 7 15.59V9H5v10h10v-2H8.41L19 6.41z"/></svg>',Lt}(Le),Tn=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.fillColor=zt.defaultFillColor,Et.strokeWidth=0,Et.fillPanel=new nt("Color",zt.defaultColorSet,zt.defaultFillColor),Et.fillPanel.onColorChanged=Et.setFillColor,Et}return he(Lt,Dt),Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.fillPanel]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=Dt.prototype.getState.call(this);return xt.typeName=Lt.typeName,xt},Lt.typeName="CoverMarker",Lt.title="Cover marker",Lt.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4z"/></svg>',Lt}(Nt),mi=function(Dt){function Lt(xt,Bt,zt,Et){var ve=Dt.call(this,xt,Et||'<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 ve.opacities=[],ve.opacityBoxes=[],ve.opacities=Bt,ve.currentOpacity=zt,ve.setCurrentOpacity=ve.setCurrentOpacity.bind(ve),ve}return he(Lt,Dt),Lt.prototype.getUi=function(){var xt=this,Bt=document.createElement("div");return Bt.style.display="flex",Bt.style.overflow="hidden",Bt.style.flexGrow="2",Bt.style.justifyContent="space-between",this.opacities.forEach(function(zt){var Et=document.createElement("div");Et.style.display="flex",Et.style.alignItems="center",Et.style.justifyContent="center",Et.style.padding="5px",Et.style.borderWidth="2px",Et.style.borderStyle="solid",Et.style.borderColor=zt===xt.currentOpacity?xt.uiStyleSettings.toolboxAccentColor:"transparent",Et.addEventListener("click",function(){xt.setCurrentOpacity(zt,Et)}),Bt.appendChild(Et);var ve=document.createElement("div");ve.innerText=100*zt+"%",Et.appendChild(ve),xt.opacityBoxes.push(Et)}),Bt},Lt.prototype.setCurrentOpacity=function(xt,Bt){var zt=this;this.currentOpacity=xt,this.opacityBoxes.forEach(function(Et){Et.style.borderColor=Et===Bt?zt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onOpacityChanged&&this.onOpacityChanged(this.currentOpacity)},Lt}(et),En=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.setOpacity=Et.setOpacity.bind(Et),Et.fillColor=zt.defaultHighlightColor,Et.strokeWidth=0,Et.opacity=zt.defaultHighlightOpacity,Et.fillPanel=new nt("Color",zt.defaultColorSet,Et.fillColor),Et.fillPanel.onColorChanged=Et.setFillColor,Et.opacityPanel=new mi("Opacity",zt.defaultOpacitySteps,Et.opacity),Et.opacityPanel.onOpacityChanged=Et.setOpacity,Et}return he(Lt,Dt),Lt.prototype.setOpacity=function(xt){this.opacity=xt,this.visual&&le.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.fillPanel,this.opacityPanel]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=Dt.prototype.getState.call(this);return xt.typeName=Lt.typeName,xt},Lt.typeName="HighlightMarker",Lt.title="Highlight marker",Lt.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>',Lt}(Tn),ue='<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>',Kt='<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>',vn=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.bgColor="transparent",Et.tipPosition={x:0,y:0},Et.tipBase1Position={x:0,y:0},Et.tipBase2Position={x:0,y:0},Et.tipMoving=!1,Et.color=zt.defaultStrokeColor,Et.bgColor=zt.defaultFillColor,Et.fontFamily=zt.defaultFontFamily,Et.defaultSize={x:100,y:30},Et.setBgColor=Et.setBgColor.bind(Et),Et.getTipPoints=Et.getTipPoints.bind(Et),Et.positionTip=Et.positionTip.bind(Et),Et.setTipPoints=Et.setTipPoints.bind(Et),Et.colorPanel=new nt("Text color",zt.defaultColorSet,Et.color,ue),Et.colorPanel.onColorChanged=Et.setColor,Et.bgColorPanel=new nt("Fill color",zt.defaultColorSet,Et.bgColor,Kt),Et.bgColorPanel.onColorChanged=Et.setBgColor,Et.fontFamilyPanel=new de("Font",zt.defaultFontFamilies,zt.defaultFontFamily),Et.fontFamilyPanel.onFontChanged=Et.setFont,Et.tipGrip=new pt,Et.tipGrip.visual.transform.baseVal.appendItem(le.createTransform()),Et.controlBox.appendChild(Et.tipGrip.visual),Et}return he(Lt,Dt),Lt.prototype.ownsTarget=function(xt){return Dt.prototype.ownsTarget.call(this,xt)||this.tipGrip.ownsTarget(xt)||this.tip===xt},Lt.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)},Lt.prototype.pointerDown=function(xt,Bt){this.state==="new"&&Dt.prototype.pointerDown.call(this,xt,Bt),this.state==="creating"?this.createTip():this.tipGrip.ownsTarget(Bt)?(this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.tipMoving=!0):Dt.prototype.pointerDown.call(this,xt,Bt)},Lt.prototype.pointerUp=function(xt){if(this.tipMoving)this.tipMoving=!1,this.isMoved=!0,Dt.prototype.pointerUp.call(this,xt);else{var Bt=this.state==="creating";Dt.prototype.pointerUp.call(this,xt),this.setTipPoints(Bt),this.positionTip()}},Lt.prototype.manipulate=function(xt){if(this.tipMoving){var Bt=this.unrotatePoint(xt);this.tipPosition={x:Bt.x-this.manipulationStartLeft,y:Bt.y-this.manipulationStartTop},this.positionTip()}else Dt.prototype.manipulate.call(this,xt)},Lt.prototype.setBgColor=function(xt){this.bgRectangle&&this.tip&&(le.setAttributes(this.bgRectangle,[["fill",xt]]),le.setAttributes(this.tip,[["fill",xt]])),this.bgColor=xt,this.fillColorChanged(xt)},Lt.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},Lt.prototype.setTipPoints=function(xt){xt===void 0&&(xt=!1);var Bt=Math.min(this.height/2,15),zt=this.height/5;xt&&(this.tipPosition={x:Bt+zt/2,y:this.height+20});var Et=Math.atan(this.height/2/(this.width/2));this.tipPosition.x<this.width/2&&this.tipPosition.y<this.height/2?Et<Math.atan((this.height/2-this.tipPosition.y)/(this.width/2-this.tipPosition.x))?(zt=this.width/5,Bt=Math.min(this.width/2,15),this.tipBase1Position={x:Bt,y:0},this.tipBase2Position={x:Bt+zt,y:0}):(this.tipBase1Position={x:0,y:Bt},this.tipBase2Position={x:0,y:Bt+zt}):this.tipPosition.x>=this.width/2&&this.tipPosition.y<this.height/2?Et<Math.atan((this.height/2-this.tipPosition.y)/(this.tipPosition.x-this.width/2))?(zt=this.width/5,Bt=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-Bt-zt,y:0},this.tipBase2Position={x:this.width-Bt,y:0}):(this.tipBase1Position={x:this.width,y:Bt},this.tipBase2Position={x:this.width,y:Bt+zt}):this.tipPosition.x>=this.width/2&&this.tipPosition.y>=this.height/2?Et<Math.atan((this.tipPosition.y-this.height/2)/(this.tipPosition.x-this.width/2))?(zt=this.width/5,Bt=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-Bt-zt,y:this.height},this.tipBase2Position={x:this.width-Bt,y:this.height}):(this.tipBase1Position={x:this.width,y:this.height-Bt-zt},this.tipBase2Position={x:this.width,y:this.height-Bt}):Et<Math.atan((this.tipPosition.y-this.height/2)/(this.width/2-this.tipPosition.x))?(zt=this.width/5,Bt=Math.min(this.width/2,15),this.tipBase1Position={x:Bt,y:this.height},this.tipBase2Position={x:Bt+zt,y:this.height}):(this.tipBase1Position={x:0,y:this.height-Bt},this.tipBase2Position={x:0,y:this.height-Bt-zt})},Lt.prototype.resize=function(xt){Dt.prototype.resize.call(this,xt),this.positionTip()},Lt.prototype.positionTip=function(){le.setAttributes(this.tip,[["points",this.getTipPoints()]]);var xt=this.tipGrip.visual.transform.baseVal.getItem(0);xt.setTranslate(this.tipPosition.x,this.tipPosition.y),this.tipGrip.visual.transform.baseVal.replaceItem(xt,0)},Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.bgColorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),Lt.prototype.select=function(){this.positionTip(),Dt.prototype.select.call(this)},Lt.prototype.getState=function(){var xt=Object.assign({bgColor:this.bgColor,tipPosition:this.tipPosition},Dt.prototype.getState.call(this));return xt.typeName=Lt.typeName,xt},Lt.prototype.restoreState=function(xt){var Bt=xt;this.bgColor=Bt.bgColor,this.tipPosition=Bt.tipPosition,Dt.prototype.restoreState.call(this,xt),this.createTip(),this.setTipPoints()},Lt.prototype.scale=function(xt,Bt){Dt.prototype.scale.call(this,xt,Bt),this.tipPosition={x:this.tipPosition.x*xt,y:this.tipPosition.y*Bt},this.positionTip()},Lt.typeName="CalloutMarker",Lt.title="Callout marker",Lt.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>',Lt}(Xe),qn=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.fillColor="transparent",Et.strokeColor="transparent",Et.strokeWidth=0,Et.strokeDasharray="",Et.opacity=1,Et.strokeColor=zt.defaultColor,Et.strokeWidth=zt.defaultStrokeWidth,Et.strokeDasharray=zt.defaultStrokeDasharray,Et.fillColor=zt.defaultFillColor,Et.setStrokeColor=Et.setStrokeColor.bind(Et),Et.setFillColor=Et.setFillColor.bind(Et),Et.setStrokeWidth=Et.setStrokeWidth.bind(Et),Et.setStrokeDasharray=Et.setStrokeDasharray.bind(Et),Et.setOpacity=Et.setOpacity.bind(Et),Et.createVisual=Et.createVisual.bind(Et),Et.strokePanel=new nt("Line color",ae(zt.defaultColorSet,["transparent"]),zt.defaultColor),Et.strokePanel.onColorChanged=Et.setStrokeColor,Et.fillPanel=new nt("Fill color",ae(zt.defaultColorSet,["transparent"]),Et.fillColor,Kt),Et.fillPanel.onColorChanged=Et.setFillColor,Et.strokeWidthPanel=new _t("Line width",zt.defaultStrokeWidths,zt.defaultStrokeWidth),Et.strokeWidthPanel.onWidthChanged=Et.setStrokeWidth,Et.strokeStylePanel=new Vt("Line style",zt.defaultStrokeDasharrays,zt.defaultStrokeDasharray),Et.strokeStylePanel.onStyleChanged=Et.setStrokeDasharray,Et.opacityPanel=new mi("Opacity",zt.defaultOpacitySteps,Et.opacity),Et.opacityPanel.onOpacityChanged=Et.setOpacity,Et}return he(Lt,Dt),Lt.prototype.ownsTarget=function(xt){return!(!Dt.prototype.ownsTarget.call(this,xt)&&xt!==this.visual)},Lt.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)},Lt.prototype.pointerDown=function(xt,Bt){Dt.prototype.pointerDown.call(this,xt,Bt),this.state==="new"&&(this.createVisual(),this.moveVisual(xt),this._state="creating")},Lt.prototype.manipulate=function(xt){Dt.prototype.manipulate.call(this,xt)},Lt.prototype.resize=function(xt){Dt.prototype.resize.call(this,xt),this.setSize()},Lt.prototype.setSize=function(){Dt.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()]])},Lt.prototype.pointerUp=function(xt){Dt.prototype.pointerUp.call(this,xt),this.setSize()},Lt.prototype.setStrokeColor=function(xt){this.strokeColor=xt,this.visual&&le.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(xt),this.stateChanged()},Lt.prototype.setFillColor=function(xt){this.fillColor=xt,this.visual&&le.setAttributes(this.visual,[["fill",this.fillColor]]),this.fillColorChanged(xt),this.stateChanged()},Lt.prototype.setStrokeWidth=function(xt){this.strokeWidth=xt,this.visual&&le.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Lt.prototype.setStrokeDasharray=function(xt){this.strokeDasharray=xt,this.visual&&le.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Lt.prototype.setOpacity=function(xt){this.opacity=xt,this.visual&&le.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.fillPanel,this.strokeWidthPanel,this.strokeStylePanel,this.opacityPanel]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},Dt.prototype.getState.call(this));return xt.typeName=Lt.typeName,xt},Lt.prototype.restoreState=function(xt){var Bt=xt;this.fillColor=Bt.fillColor,this.strokeColor=Bt.strokeColor,this.strokeWidth=Bt.strokeWidth,this.strokeDasharray=Bt.strokeDasharray,this.opacity=Bt.opacity,this.createVisual(),Dt.prototype.restoreState.call(this,xt),this.setSize()},Lt.prototype.scale=function(xt,Bt){Dt.prototype.scale.call(this,xt,Bt),this.setSize()},Lt.typeName="EllipseMarker",Lt.title="Ellipse marker",Lt.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>',Lt}(kt),Qn=function(Dt){function Lt(xt,Bt,zt){return Dt.call(this,xt,Bt,zt)||this}return he(Lt,Dt),Object.defineProperty(Lt.prototype,"tipLength",{get:function(){return 10+3*this.strokeWidth},enumerable:!1,configurable:!0}),Lt.prototype.ownsTarget=function(xt){return!(!Dt.prototype.ownsTarget.call(this,xt)&&xt!==this.tip1&&xt!==this.tip2)},Lt.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)},Lt.prototype.pointerDown=function(xt,Bt){Dt.prototype.pointerDown.call(this,xt,Bt),this.state==="creating"&&this.createTips()},Lt.prototype.adjustVisual=function(){if(Dt.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 xt=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2),Bt=this.tip1.transform.baseVal.getItem(0);Bt.setRotate(xt,this.x1,this.y1),this.tip1.transform.baseVal.replaceItem(Bt,0);var zt=this.tip2.transform.baseVal.getItem(0);zt.setRotate(xt+180,this.x2,this.y2),this.tip2.transform.baseVal.replaceItem(zt,0)}},Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=Dt.prototype.getState.call(this);return xt.typeName=Lt.typeName,xt},Lt.prototype.restoreState=function(xt){Dt.prototype.restoreState.call(this,xt),this.createTips(),this.adjustVisual()},Lt.typeName="MeasurementMarker",Lt.title="Measurement marker",Lt.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>',Lt}(Le),je=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.strokePanel.colors=zt.defaultColorSet,Et.fillColor="transparent",Et}return he(Lt,Dt),Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=Dt.prototype.getState.call(this);return xt.typeName=Lt.typeName,xt},Lt.typeName="EllipseFrameMarker",Lt.title="Ellipse frame marker",Lt.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>',Lt}(qn),dn=function(){function Dt(){this.undoStack=[],this.redoStack=[]}return Object.defineProperty(Dt.prototype,"isUndoPossible",{get:function(){return this.undoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"isRedoPossible",{get:function(){return this.redoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"undoStepCount",{get:function(){return this.undoStack.length},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"redoStepCount",{get:function(){return this.redoStack.length},enumerable:!1,configurable:!0}),Dt.prototype.addUndoStep=function(Lt){this.undoStack.length!==0&&JSON.stringify(this.undoStack[this.undoStack.length-1])===JSON.stringify(Lt)||(this.undoStack.push(Lt),JSON.stringify(this.lastRedoStep)!==JSON.stringify(Lt)&&this.redoStack.splice(0,this.redoStack.length))},Dt.prototype.replaceLastUndoStep=function(Lt){this.undoStack.length>0&&(this.undoStack[this.undoStack.length-1]=Lt)},Dt.prototype.getLastUndoStep=function(){return this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0},Dt.prototype.undo=function(){if(this.undoStack.length>1){var Lt=this.undoStack.pop();return Lt!==void 0&&this.redoStack.push(Lt),this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0}},Dt.prototype.redo=function(){return this.lastRedoStep=this.redoStack.pop(),this.lastRedoStep},Dt}(),Ln=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.strokeColor="transparent",Et.strokeWidth=0,Et.strokeDasharray="",Et.curveX=0,Et.curveY=0,Et.manipulationStartCurveX=0,Et.manipulationStartCurveY=0,Et.setStrokeColor=Et.setStrokeColor.bind(Et),Et.setStrokeWidth=Et.setStrokeWidth.bind(Et),Et.setStrokeDasharray=Et.setStrokeDasharray.bind(Et),Et.positionGrips=Et.positionGrips.bind(Et),Et.addControlGrips=Et.addControlGrips.bind(Et),Et.adjustVisual=Et.adjustVisual.bind(Et),Et.setupControlBox=Et.setupControlBox.bind(Et),Et.resize=Et.resize.bind(Et),Et.strokeColor=zt.defaultColor,Et.strokeWidth=zt.defaultStrokeWidth,Et.strokeDasharray=zt.defaultStrokeDasharray,Et.strokePanel=new nt("Line color",zt.defaultColorSet,zt.defaultColor),Et.strokePanel.onColorChanged=Et.setStrokeColor,Et.strokeWidthPanel=new _t("Line width",zt.defaultStrokeWidths,zt.defaultStrokeWidth),Et.strokeWidthPanel.onWidthChanged=Et.setStrokeWidth,Et.strokeStylePanel=new Vt("Line style",zt.defaultStrokeDasharrays,zt.defaultStrokeDasharray),Et.strokeStylePanel.onStyleChanged=Et.setStrokeDasharray,Et}return he(Lt,Dt),Lt.prototype.ownsTarget=function(xt){return!(!Dt.prototype.ownsTarget.call(this,xt)&&xt!==this.visual&&xt!==this.selectorCurve&&xt!==this.visibleCurve&&!this.curveGrip.ownsTarget(xt))},Lt.prototype.getPathD=function(){return"M "+this.x1+" "+this.y1+" Q "+this.curveX+" "+this.curveY+", "+this.x2+" "+this.y2},Lt.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)},Lt.prototype.pointerDown=function(xt,Bt){Dt.prototype.pointerDown.call(this,xt,Bt),this.manipulationStartCurveX=this.curveX,this.manipulationStartCurveY=this.curveY,this.state==="new"&&(this.curveX=xt.x,this.curveY=xt.y),this.state==="new"?(this.createVisual(),this.adjustVisual(),this._state="creating"):this.curveGrip.ownsTarget(Bt)&&(this.activeGrip=this.curveGrip,this._state="resize")},Lt.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()]]))},Lt.prototype.setupControlBox=function(){Dt.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)},Lt.prototype.addControlGrips=function(){this.curveGrip=this.createGrip(),this.curveX=0,this.curveY=0,Dt.prototype.addControlGrips.call(this)},Lt.prototype.positionGrips=function(){Dt.prototype.positionGrips.call(this);var xt=this.curveGrip.GRIP_SIZE;this.positionGrip(this.curveGrip.visual,this.curveX-xt/2,this.curveY-xt/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()))},Lt.prototype.manipulate=function(xt){this.state==="move"&&(this.curveX=this.manipulationStartCurveX+xt.x-this.manipulationStartX,this.curveY=this.manipulationStartCurveY+xt.y-this.manipulationStartY),Dt.prototype.manipulate.call(this,xt)},Lt.prototype.resize=function(xt){this.activeGrip===this.curveGrip&&(this.curveX=xt.x,this.curveY=xt.y),Dt.prototype.resize.call(this,xt),this.state==="creating"&&(this.curveX=this.x1+(this.x2-this.x1)/2,this.curveY=this.y1+(this.y2-this.y1)/2)},Lt.prototype.setStrokeColor=function(xt){this.strokeColor=xt,this.adjustVisual(),this.colorChanged(xt)},Lt.prototype.setStrokeWidth=function(xt){this.strokeWidth=xt,this.adjustVisual()},Lt.prototype.setStrokeDasharray=function(xt){this.strokeDasharray=xt,this.adjustVisual()},Lt.prototype.scale=function(xt,Bt){this.curveX=this.curveX*xt,this.curveY=this.curveY*Bt,Dt.prototype.scale.call(this,xt,Bt)},Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,curveX:this.curveX,curveY:this.curveY},Dt.prototype.getState.call(this));return xt.typeName=Lt.typeName,xt},Lt.prototype.restoreState=function(xt){Dt.prototype.restoreState.call(this,xt);var Bt=xt;this.strokeColor=Bt.strokeColor,this.strokeWidth=Bt.strokeWidth,this.strokeDasharray=Bt.strokeDasharray,this.curveX=Bt.curveX,this.curveY=Bt.curveY,this.createVisual(),this.adjustVisual()},Lt.typeName="CurveMarker",Lt.title="Curve marker",Lt.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>',Lt}(te),ri=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,Bt,zt)||this;return Et.fillColor="transparent",Et.strokeColor="transparent",Et.strokeWidth=0,Et.strokeDasharray="",Et.textColor="transparent",Et.fontSize="1rem",Et.isMoved=!1,Et.captionText="Caption",Et.PADDING=5,Et.captionBoxWidth=0,Et.captionBoxHeight=0,Et.strokeColor=zt.defaultColor,Et.strokeWidth=zt.defaultStrokeWidth,Et.strokeDasharray=zt.defaultStrokeDasharray,Et.fillColor=zt.defaultFillColor,Et.textColor=zt.defaultStrokeColor,Et.fontFamily=zt.defaultFontFamily,Et.fontSize=zt.defaultCaptionFontSize,Et.captionText=zt.defaultCaptionText,Et.setStrokeColor=Et.setStrokeColor.bind(Et),Et.setFillColor=Et.setFillColor.bind(Et),Et.setStrokeWidth=Et.setStrokeWidth.bind(Et),Et.setStrokeDasharray=Et.setStrokeDasharray.bind(Et),Et.createVisual=Et.createVisual.bind(Et),Et.sizeCaption=Et.sizeCaption.bind(Et),Et.setCaptionText=Et.setCaptionText.bind(Et),Et.showTextEditor=Et.showTextEditor.bind(Et),Et.positionTextEditor=Et.positionTextEditor.bind(Et),Et.finishTextEditing=Et.finishTextEditing.bind(Et),Et.setFont=Et.setFont.bind(Et),Et.setTextColor=Et.setTextColor.bind(Et),Et.strokePanel=new nt("Line color",ae(zt.defaultColorSet,["transparent"]),Et.strokeColor),Et.strokePanel.onColorChanged=Et.setStrokeColor,Et.fillPanel=new nt("Fill color",ae(zt.defaultColorSet,["transparent"]),Et.fillColor,Kt),Et.fillPanel.onColorChanged=Et.setFillColor,Et.strokeWidthPanel=new _t("Line width",zt.defaultStrokeWidths,zt.defaultStrokeWidth),Et.strokeWidthPanel.onWidthChanged=Et.setStrokeWidth,Et.strokeStylePanel=new Vt("Line style",zt.defaultStrokeDasharrays,zt.defaultStrokeDasharray),Et.strokeStylePanel.onStyleChanged=Et.setStrokeDasharray,Et.fontFamilyPanel=new de("Font",zt.defaultFontFamilies,zt.defaultFontFamily),Et.fontFamilyPanel.onFontChanged=Et.setFont,Et.textColorPanel=new nt("Text color",zt.defaultColorSet,Et.textColor,ue),Et.textColorPanel.onColorChanged=Et.setTextColor,Et}return he(Lt,Dt),Lt.prototype.ownsTarget=function(xt){return!(!Dt.prototype.ownsTarget.call(this,xt)&&xt!==this.visual&&xt!==this.frame&&xt!==this.captionBg&&xt!==this.captionElement)},Lt.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()},Lt.prototype.setCaptionText=function(xt){this.captionText=xt,this.captionElement.textContent=this.captionText,this.sizeCaption()},Lt.prototype.pointerDown=function(xt,Bt){Dt.prototype.pointerDown.call(this,xt,Bt),this.isMoved=!1,this.pointerDownPoint=xt,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(xt),this._state="creating")},Lt.prototype.manipulate=function(xt){Dt.prototype.manipulate.call(this,xt),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(xt.x-this.pointerDownPoint.x)>5||Math.abs(xt.y-this.pointerDownPoint.y)>5)},Lt.prototype.resize=function(xt){Dt.prototype.resize.call(this,xt),this.setSize()},Lt.prototype.sizeCaption=function(){var xt=this.captionElement.getBBox();this.captionText.trim()!==""?(this.captionBoxWidth=xt.width+2*this.PADDING,this.captionBoxHeight=xt.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')"]])},Lt.prototype.showTextEditor=function(){var xt=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(Bt){Bt.stopPropagation()}),this.textEditBox.addEventListener("keypress",function(Bt){Bt.key==="Enter"&&xt.finishTextEditing(xt.textEditBox.value)}),this.textEditBox.addEventListener("keyup",function(Bt){Bt.cancelBubble=!0}),this.textEditBox.addEventListener("blur",function(){xt.finishTextEditing(xt.textEditBox.value)}),this.textEditDiv.addEventListener("pointerup",function(){xt.finishTextEditing(xt.textEditBox.value)}),this.positionTextEditor(),this.textEditBox.focus()},Lt.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"))},Lt.prototype.finishTextEditing=function(xt){this.setCaptionText(xt.trim()),this.overlayContainer.innerHTML="",this.stateChanged()},Lt.prototype.setFont=function(xt){this.captionElement&&le.setAttributes(this.captionElement,[["font-family",xt]]),this.fontFamily=xt,this.textEditBox&&(this.textEditBox.style.fontFamily=this.fontFamily),this.sizeCaption(),this.stateChanged()},Lt.prototype.setTextColor=function(xt){this.captionElement&&le.setAttributes(this.captionElement,[["fill",xt]]),this.textColor=xt,this.textEditBox&&(this.textEditBox.style.color=this.textColor),this.stateChanged()},Lt.prototype.setSize=function(){Dt.prototype.setSize.call(this),le.setAttributes(this.frame,[["width",this.width.toString()],["height",this.height.toString()]]),this.sizeCaption()},Lt.prototype.pointerUp=function(xt){Dt.prototype.pointerUp.call(this,xt),this.setSize(),!this.isMoved&&Date.now()-this.pointerDownTimestamp>500&&this.showTextEditor(),this.pointerDownPoint=void 0},Lt.prototype.dblClick=function(xt,Bt){Dt.prototype.dblClick.call(this,xt,Bt),this.showTextEditor()},Lt.prototype.setStrokeColor=function(xt){this.strokeColor=xt,this.frame&&le.setAttributes(this.frame,[["stroke",this.strokeColor]]),this.colorChanged(xt),this.stateChanged()},Lt.prototype.setFillColor=function(xt){this.fillColor=xt,this.captionBg&&le.setAttributes(this.captionBg,[["fill",this.fillColor]]),this.fillColorChanged(xt),this.stateChanged()},Lt.prototype.setStrokeWidth=function(xt){this.strokeWidth=xt,this.frame&&le.setAttributes(this.frame,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Lt.prototype.setStrokeDasharray=function(xt){this.strokeDasharray=xt,this.frame&&le.setAttributes(this.frame,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Object.defineProperty(Lt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.fillPanel,this.strokeWidthPanel,this.strokeStylePanel,this.fontFamilyPanel,this.textColorPanel]},enumerable:!1,configurable:!0}),Lt.prototype.getState=function(){var xt=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},Dt.prototype.getState.call(this));return xt.typeName=this.typeName,xt},Lt.prototype.restoreState=function(xt){var Bt=xt;this.fillColor=Bt.fillColor,this.strokeColor=Bt.strokeColor,this.strokeWidth=Bt.strokeWidth,this.strokeDasharray=Bt.strokeDasharray,this.textColor=Bt.textColor,this.fontFamily=Bt.fontFamily,this.captionText=Bt.captionText,this.fontSize=Bt.fontSize,this.createVisual(),Dt.prototype.restoreState.call(this,xt),this.setSize()},Lt.prototype.scale=function(xt,Bt){Dt.prototype.scale.call(this,xt,Bt),this.setSize()},Lt.typeName="CaptionFrameMarker",Lt.title="Caption frame marker",Lt.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>',Lt}(kt),xn=function(){function Dt(Lt,xt){xt===void 0&&(xt=!1),this.cancelable=!1,this._defaultPrevented=!1,this.markerArea=Lt,this.cancelable=xt}return Object.defineProperty(Dt.prototype,"defaultPrevented",{get:function(){return this._defaultPrevented},enumerable:!1,configurable:!0}),Dt.prototype.preventDefault=function(){this._defaultPrevented=!0},Dt}(),Zn=function(Dt){function Lt(xt,Bt,zt){var Et=Dt.call(this,xt,!1)||this;return Et.dataUrl=Bt,Et.state=zt,Et}return he(Lt,Dt),Lt}(xn),ie=function(Dt){function Lt(xt,Bt,zt){zt===void 0&&(zt=!1);var Et=Dt.call(this,xt,zt)||this;return Et.marker=Bt,Et}return he(Lt,Dt),Lt}(xn),Rn=function(){function Dt(){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 Dt.prototype.addEventListener=function(Lt,xt){this[Lt].push(xt)},Dt.prototype.removeEventListener=function(Lt,xt){var Bt=this[Lt].indexOf(xt);Bt>-1&&this[Lt].splice(Bt,1)},Dt}(),zi=function(){function Dt(Lt){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 dn,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 Rn,this._silentRenderMode=!1,this._isFocused=!1,this._instanceNo=Dt.instanceCounter++,this.styles=new qt(this.instanceNo),this.uiStyleSettings=this.styles.settings,this.target=Lt,this.targetRoot=document.body,this.width=Lt.clientWidth,this.height=Lt.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(Dt.prototype,"ALL_MARKER_TYPES",{get:function(){return[ne,Ie,Jn,Xe,je,qn,En,vn,Qn,Tn,Le,Ln,ri]},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"DEFAULT_MARKER_TYPES",{get:function(){return[ne,Ie,Jn,Xe,qn,En,vn]},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"BASIC_MARKER_TYPES",{get:function(){return[ne,Ie,Jn,Xe,En]},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"availableMarkerTypes",{get:function(){return this._availableMarkerTypes},set:function(Lt){var xt=this;this._availableMarkerTypes.splice(0),Lt.forEach(function(Bt){if(typeof Bt=="string"){var zt=xt.ALL_MARKER_TYPES.find(function(Et){return Et.typeName===Bt});zt!==void 0&&xt._availableMarkerTypes.push(zt)}else xt._availableMarkerTypes.push(Bt)})},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"currentMarker",{get:function(){return this._currentMarker},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"isOpen",{get:function(){return this._isOpen},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"isUndoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isUndoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"isRedoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isRedoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"zoomLevel",{get:function(){return this._zoomLevel},set:function(Lt){this._zoomLevel=Lt,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(Dt.prototype,"instanceNo",{get:function(){return this._instanceNo},enumerable:!1,configurable:!0}),Dt.prototype.open=function(){this.setupResizeObserver(),this.setEditingTarget(),this.setTopLeft(),this.initMarkerCanvas(),this.initOverlay(),this.attachEvents(),this.settings.displayMode==="popup"&&this.onPopupTargetResize(),oe.isLicensed||this.addLogo(),this._isOpen=!0,this._isFocused=!0},Dt.prototype.show=function(){var Lt=this;this.styles.styleSheetRoot===void 0&&Se.styleSheetRoot!==void 0&&(this.styles.styleSheetRoot=Se.styleSheetRoot),this.setWindowHeight(),this.showUI(),this.open(),this.eventListeners.show.forEach(function(xt){return xt(new xn(Lt))})},Dt.prototype.render=function(){return be(this,void 0,void 0,function(){var Lt;return Ye(this,function(xt){switch(xt.label){case 0:return this.setCurrentMarker(),(Lt=new Ze).naturalSize=this.renderAtNaturalSize,Lt.imageType=this.renderImageType,Lt.imageQuality=this.renderImageQuality,Lt.markersOnly=this.renderMarkersOnly,Lt.width=this.renderWidth,Lt.height=this.renderHeight,[4,Lt.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 1:return xt.sent(),[4,Lt.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 2:return[2,xt.sent()]}})})},Dt.prototype.close=function(Lt){var xt=this;if(Lt===void 0&&(Lt=!1),this.isOpen){var Bt=!1;Lt||this.eventListeners.beforeclose.forEach(function(zt){var Et=new xn(xt,!0);zt(Et),Et.defaultPrevented&&(Bt=!0)}),Bt||(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(zt){return zt(new xn(xt))}),this.detachEvents(),this._isOpen=!1)}},Dt.prototype.addMarkersToToolbar=function(){for(var Lt,xt=[],Bt=0;Bt<arguments.length;Bt++)xt[Bt]=arguments[Bt];(Lt=this._availableMarkerTypes).push.apply(Lt,xt)},Dt.prototype.addRenderEventListener=function(Lt){this.addEventListener("render",function(xt){Lt(xt.dataUrl,xt.state)})},Dt.prototype.removeRenderEventListener=function(Lt){},Dt.prototype.addCloseEventListener=function(Lt){this.addEventListener("close",function(){Lt()})},Dt.prototype.removeCloseEventListener=function(Lt){},Dt.prototype.setupResizeObserver=function(){var Lt=this;this.settings.displayMode==="inline"?window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){Lt.resize(Lt.target.clientWidth,Lt.target.clientHeight)}),this.targetObserver.observe(this.target)):this.settings.displayMode==="popup"&&(window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){return Lt.onPopupTargetResize()}),this.targetObserver.observe(this.editorCanvas)),window.addEventListener("resize",this.setWindowHeight))},Dt.prototype.onPopupTargetResize=function(){var Lt=1*this.target.clientWidth/this.target.clientHeight,xt=this.editorCanvas.clientWidth/Lt>this.editorCanvas.clientHeight?this.editorCanvas.clientHeight*Lt:this.editorCanvas.clientWidth,Bt=xt<this.editorCanvas.clientWidth?this.editorCanvas.clientHeight:this.editorCanvas.clientWidth/Lt;this.resize(xt,Bt)},Dt.prototype.setWindowHeight=function(){this.windowHeight=window.innerHeight},Dt.prototype.resize=function(Lt,xt){this._isResizing=!0;var Bt=Lt/this.imageWidth,zt=xt/this.imageHeight;this.imageWidth=Math.round(Lt),this.imageHeight=Math.round(xt),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(Bt,zt),this._isResizing=!1},Dt.prototype.scaleMarkers=function(Lt,xt){var Bt,zt=this;this._currentMarker&&this._currentMarker instanceof Xe?this._currentMarker.scale(Lt,xt):(Bt=this._currentMarker,this.setCurrentMarker()),this.markers.forEach(function(Et){Et!==zt._currentMarker&&Et.scale(Lt,xt)}),Bt!==void 0&&this.setCurrentMarker(Bt)},Dt.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"},Dt.prototype.setTopLeft=function(){var Lt=this.editingTarget.getBoundingClientRect(),xt=this.editorCanvas.getBoundingClientRect();this.left=Lt.left-xt.left,this.top=Lt.top-xt.top},Dt.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)},Dt.prototype.addDefs=function(){for(var Lt,xt=[],Bt=0;Bt<arguments.length;Bt++)xt[Bt]=arguments[Bt];this.defs=le.createDefs(),this.addDefsToImage(),(Lt=this.defs).append.apply(Lt,xt)},Dt.prototype.addDefsToImage=function(){this.defs&&this.markerImage.insertBefore(this.defs,this.markerImage.firstChild)},Dt.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)},Dt.prototype.positionMarkerImage=function(){this.markerImageHolder.style.top=this.top/this.zoomLevel+"px",this.markerImageHolder.style.left=this.left/this.zoomLevel+"px"},Dt.prototype.attachEvents=function(){this.markerImage.addEventListener("pointerdown",this.onPointerDown),this.markerImage.addEventListener("dblclick",this.onDblClick),this.attachWindowEvents()},Dt.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)},Dt.prototype.detachEvents=function(){this.markerImage.removeEventListener("pointerdown",this.onPointerDown),this.markerImage.removeEventListener("dblclick",this.onDblClick),this.detachWindowEvents()},Dt.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)},Dt.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 Lt=document.createElement("a");Lt.href="https://markerjs.com/",Lt.target="_blank",Lt.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>',Lt.title="Powered by marker.js",Lt.style.display="grid",Lt.style.alignItems="center",Lt.style.justifyItems="center",Lt.style.padding="3px",Lt.style.width="20px",Lt.style.height="20px",this.logoUI.appendChild(Lt),this.editorCanvas.appendChild(this.logoUI),this.logoUI.style.position="absolute",this.logoUI.style.pointerEvents="all",this.positionLogo()},Dt.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")},Dt.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"},Dt.prototype.restoreOverflow=function(){document.body.style.overflow=this.bodyOverflowState,window.scroll({top:this.scrollYState,left:this.scrollXState})},Dt.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 Lt=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=Lt+"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 Ue(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 Ft(this.uiDiv,this.settings.displayMode,this.uiStyleSettings,this.styles),this.toolbox.show(this._silentRenderMode||this.uiStyleSettings.hideToolbox?"hidden":"visible")},Dt.prototype.closeUI=function(){this.settings.displayMode==="popup"&&this.restoreOverflow(),this.targetRoot.removeChild(this.coverDiv)},Dt.prototype.removeMarker=function(Lt){this.markerImage.removeChild(Lt.container),this.markers.indexOf(Lt)>-1&&this.markers.splice(this.markers.indexOf(Lt),1),Lt.dispose()},Dt.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())},Dt.prototype.toolbarButtonClicked=function(Lt,xt){if(Lt==="marker"&&xt!==void 0)this.createNewMarker(xt);else if(Lt==="action")switch(xt){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()}},Dt.prototype.deleteSelectedMarker=function(){var Lt=this;if(this._currentMarker!==void 0){var xt=!1;if(this.eventListeners.markerbeforedelete.forEach(function(zt){var Et=new ie(Lt,Lt._currentMarker,!0);zt(Et),Et.defaultPrevented&&(xt=!0)}),!xt){var Bt=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(zt){return zt(new ie(Lt,Bt))})}}},Dt.prototype.clear=function(){var Lt=this,xt=!1;if(this.markers.length>0&&(this.eventListeners.markerbeforedelete.forEach(function(ve){var we=new ie(Lt,void 0,!0);ve(we),we.defaultPrevented&&(xt=!0)}),!xt)){this.setCurrentMarker();for(var Bt=function(ve){var we=zt.markers[ve];zt.setCurrentMarker(zt.markers[ve]),zt._currentMarker.dispose(),zt.markerImage.removeChild(zt._currentMarker.container),zt.markers.splice(zt.markers.indexOf(zt._currentMarker),1),zt.eventListeners.markerdelete.forEach(function(rn){return rn(new ie(Lt,we))})},zt=this,Et=this.markers.length-1;Et>=0;Et--)Bt(Et);this.addUndoStep()}},Object.defineProperty(Dt.prototype,"isNotesAreaOpen",{get:function(){return this.notesArea!==void 0},enumerable:!1,configurable:!0}),Dt.prototype.showNotesEditor=function(){var Lt;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=(Lt=this._currentMarker.notes)!==null&&Lt!==void 0?Lt:"",this.overlayContainer.appendChild(this.notesArea))},Dt.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)},Dt.prototype.selectLastMarker=function(){this.markers.length>0?this.setCurrentMarker(this.markers[this.markers.length-1]):this.setCurrentMarker()},Dt.prototype.addUndoStep=function(){var Lt=this;if(this._currentMarker===void 0||this._currentMarker.state!=="edit"){var xt=this.getState(),Bt=this.undoRedoManager.getLastUndoStep();if(!Bt||Bt.width===xt.width&&Bt.height===xt.height){var zt=this.undoRedoManager.undoStepCount;this.undoRedoManager.addUndoStep(xt),zt<this.undoRedoManager.undoStepCount&&this.eventListeners.statechange.forEach(function(Et){return Et(new xn(Lt))})}else this.undoRedoManager.replaceLastUndoStep(xt),this.eventListeners.statechange.forEach(function(Et){return Et(new xn(Lt))})}},Dt.prototype.undo=function(){this.switchToSelectMode(),this.addUndoStep(),this.undoStep()},Dt.prototype.undoStep=function(){var Lt=this,xt=this.undoRedoManager.undo();xt!==void 0&&(this.restoreState(xt),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(Bt){return Bt(new xn(Lt))}))},Dt.prototype.redo=function(){this.switchToSelectMode(),this.redoStep()},Dt.prototype.redoStep=function(){var Lt=this,xt=this.undoRedoManager.redo();xt!==void 0&&(this.restoreState(xt),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(Bt){return Bt(new xn(Lt))}))},Dt.prototype.stepZoom=function(){var Lt=this.zoomSteps.indexOf(this.zoomLevel);this.zoomLevel=Lt<this.zoomSteps.length-1?this.zoomSteps[Lt+1]:this.zoomSteps[0]},Dt.prototype.panTo=function(Lt){this.contentDiv.scrollBy({left:this.prevPanPoint.x-Lt.x,top:this.prevPanPoint.y-Lt.y}),this.prevPanPoint=Lt},Dt.prototype.startRenderAndClose=function(){return be(this,void 0,void 0,function(){var Lt,xt,Bt=this;return Ye(this,function(zt){switch(zt.label){case 0:return[4,this.render()];case 1:return Lt=zt.sent(),xt=this.getState(),this.eventListeners.render.forEach(function(Et){return Et(new Zn(Bt,Lt,xt))}),this.close(!0),[2]}})})},Dt.prototype.getState=function(Lt){Lt===!0&&this.setCurrentMarker();var xt={width:this.imageWidth,height:this.imageHeight,markers:[]};return this.markers.forEach(function(Bt){return xt.markers.push(Bt.getState())}),xt},Dt.prototype.restoreState=function(Lt){var xt=this;for(this.markers.splice(0);this.markerImage.lastChild;)this.markerImage.removeChild(this.markerImage.lastChild);Lt.markers.forEach(function(Bt){var zt=xt._availableMarkerTypes.find(function(ve){return ve.typeName===Bt.typeName});if(zt!==void 0){var Et=xt.addNewMarker(zt);Et.restoreState(Bt),xt.markers.push(Et)}}),Lt.width&&Lt.height&&(Lt.width!==this.imageWidth||Lt.height!==this.imageHeight)&&this.scaleMarkers(this.imageWidth/Lt.width,this.imageHeight/Lt.height),this.eventListeners.restorestate.forEach(function(Bt){return Bt(new xn(xt))})},Dt.prototype.addNewMarker=function(Lt){var xt=le.createGroup();return this.markerImage.appendChild(xt),new Lt(xt,this.overlayContainer,this.settings)},Dt.prototype.createNewMarker=function(Lt){var xt,Bt=this;(xt=typeof Lt=="string"?this._availableMarkerTypes.find(function(zt){return zt.typeName===Lt}):Lt)&&(this.setCurrentMarker(),this.addUndoStep(),this._currentMarker=this.addNewMarker(xt),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(xt.typeName),this.toolbox.setPanelButtons(this._currentMarker.toolboxPanels),this.eventListeners.markercreating.forEach(function(zt){return zt(new ie(Bt,Bt._currentMarker))}))},Dt.prototype.markerCreated=function(Lt){var xt=this;this.mode="select",this.markerImage.style.cursor="default",this.markers.push(Lt),this.setCurrentMarker(Lt),Lt instanceof Ie&&this.settings.newFreehandMarkerOnPointerUp?this.createNewMarker(Ie):this.toolbar.setSelectMode(),this.addUndoStep(),this.eventListeners.markercreate.forEach(function(Bt){return Bt(new ie(xt,xt._currentMarker))})},Dt.prototype.colorChanged=function(Lt){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultColor=Lt,this.settings.defaultStrokeColor=Lt)},Dt.prototype.fillColorChanged=function(Lt){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultFillColor=Lt)},Dt.prototype.markerStateChanged=function(Lt){var xt=this;this.eventListeners.markerchange.forEach(function(Bt){return Bt(new ie(xt,Lt))})},Dt.prototype.setCurrentMarker=function(Lt){var xt=this;this._currentMarker!==Lt&&this._currentMarker!==void 0&&(this._currentMarker.deselect(),this.toolbar.setCurrentMarker(),this.toolbox.setPanelButtons([]),this._isResizing||this.eventListeners.markerdeselect.forEach(function(Bt){return Bt(new ie(xt,xt._currentMarker))})),this._currentMarker=Lt,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(Bt){return Bt(new ie(xt,xt._currentMarker))}))},Dt.prototype.onPointerDown=function(Lt){if(this._isFocused||this.focus(),this.touchPoints++,this.touchPoints===1||Lt.pointerType!=="touch")if(this._currentMarker===void 0||this._currentMarker.state!=="new"&&this._currentMarker.state!=="creating"){if(this.mode==="select"){var xt=this.markers.find(function(Bt){return Bt.ownsTarget(Lt.target)});xt!==void 0?(this.setCurrentMarker(xt),this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(Lt.clientX,Lt.clientY),Lt.target)):(this.setCurrentMarker(),this.isDragging=!0,this.prevPanPoint={x:Lt.clientX,y:Lt.clientY})}}else this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(Lt.clientX,Lt.clientY))},Dt.prototype.onDblClick=function(Lt){if(this._isFocused||this.focus(),this.mode==="select"){var xt=this.markers.find(function(Bt){return Bt.ownsTarget(Lt.target)});xt!==void 0&&xt!==this._currentMarker&&this.setCurrentMarker(xt),this._currentMarker!==void 0?this._currentMarker.dblClick(this.clientToLocalCoordinates(Lt.clientX,Lt.clientY),Lt.target):this.setCurrentMarker()}},Dt.prototype.onPointerMove=function(Lt){this.touchPoints!==1&&Lt.pointerType==="touch"||(this._currentMarker!==void 0||this.isDragging)&&(this._currentMarker!==void 0&&this._currentMarker.state==="edit"||Lt.preventDefault(),this._currentMarker!==void 0?this._currentMarker.manipulate(this.clientToLocalCoordinates(Lt.clientX,Lt.clientY)):this.zoomLevel>1&&this.panTo({x:Lt.clientX,y:Lt.clientY}))},Dt.prototype.onPointerUp=function(Lt){this.touchPoints>0&&this.touchPoints--,this.touchPoints===0&&this.isDragging&&this._currentMarker!==void 0&&this._currentMarker.pointerUp(this.clientToLocalCoordinates(Lt.clientX,Lt.clientY)),this.isDragging=!1,this.addUndoStep()},Dt.prototype.onPointerOut=function(){this.touchPoints>0&&this.touchPoints--},Dt.prototype.onKeyUp=function(Lt){this._currentMarker===void 0||this.notesArea!==void 0||Lt.key!=="Delete"&&Lt.key!=="Backspace"||this.deleteSelectedMarker()},Dt.prototype.clientToLocalCoordinates=function(Lt,xt){var Bt=this.markerImage.getBoundingClientRect();return{x:(Lt-Bt.left)/this.zoomLevel,y:(xt-Bt.top)/this.zoomLevel}},Dt.prototype.onWindowResize=function(){this.positionUI()},Dt.prototype.positionUI=function(){switch(this.setTopLeft(),this.settings.displayMode){case"inline":var Lt=this.target.getClientRects().item(0).y>this.styles.settings.toolbarHeight?this.target.offsetTop-this.styles.settings.toolbarHeight:0;this.coverDiv.style.top=Lt+"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()},Dt.prototype.addLicenseKey=function(Lt){oe.addKey(Lt)},Dt.prototype.addEventListener=function(Lt,xt){this.eventListeners.addEventListener(Lt,xt)},Dt.prototype.removeEventListener=function(Lt,xt){this.eventListeners.removeEventListener(Lt,xt)},Dt.prototype.renderState=function(Lt){this._silentRenderMode=!0,this.settings.displayMode="inline",this.isOpen||this.show(),this.restoreState(Lt),this.startRenderAndClose(),this._silentRenderMode=!1},Object.defineProperty(Dt.prototype,"isFocused",{get:function(){return this._isFocused},enumerable:!1,configurable:!0}),Dt.prototype.focus=function(){var Lt=this;this._isFocused||(this.attachWindowEvents(),this._isFocused=!0,this._previousCurrentMarker!==void 0&&this.setCurrentMarker(this._previousCurrentMarker),this.eventListeners.focus.forEach(function(xt){return xt(new xn(Lt))}))},Dt.prototype.blur=function(){var Lt=this;this._isFocused&&(this.detachWindowEvents(),this._isFocused=!1,this._previousCurrentMarker=this._currentMarker,this.setCurrentMarker(),this.eventListeners.blur.forEach(function(xt){return xt(new xn(Lt))}))},Dt.instanceCounter=0,Dt}()},66042:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return Xe}});var Ct=Zt(77321),he=Zt(52487),be=Zt(43403),Ye=Zt(34280),ae=Zt(59301),le=ae.createContext(null),oe=ae.createContext({}),Ze=le,Se=Zt(49618),qt=Zt(72308),Ke=Zt(92310),ee=Zt.n(Ke),Ue=Zt(77900),Ft=Zt(10228),et=Zt(26112),nt=Zt(74416),ct=Zt(8654),lt=["prefixCls","className","containerRef"],pt=function(ln){var Jn=ln.prefixCls,Tn=ln.className,mi=ln.containerRef,En=(0,nt.Z)(ln,lt),ue=ae.useContext(oe),Kt=ue.panel,vn=(0,ct.x1)(Kt,mi);return ae.createElement("div",(0,qt.Z)({className:ee()("".concat(Jn,"-content"),Tn),role:"dialog",ref:vn},(0,et.Z)(ln,{aria:!0}),{"aria-modal":"true"},En))},vt=pt,kt=Zt(48736);function Nt(Ie){return typeof Ie=="string"&&String(Number(Ie))===Ie?((0,kt.ZP)(!1,"Invalid value type of `width` or `height` which should be number type instead."),Number(Ie)):Ie}function _t(Ie){warning(!("wrapperClassName"in Ie),"'wrapperClassName' is removed. Please use 'rootClassName' instead."),warning(canUseDom()||!Ie.open,"Drawer with 'open' in SSR is not work since no place to createPortal. Please move to 'useEffect' instead.")}var Vt={width:0,height:0,overflow:"hidden",outline:"none",position:"absolute"};function ne(Ie,ln){var Jn,Tn,mi,En=Ie.prefixCls,ue=Ie.open,Kt=Ie.placement,vn=Ie.inline,qn=Ie.push,Qn=Ie.forceRender,je=Ie.autoFocus,dn=Ie.keyboard,Ln=Ie.classNames,ri=Ie.rootClassName,xn=Ie.rootStyle,Zn=Ie.zIndex,ie=Ie.className,Rn=Ie.id,zi=Ie.style,Dt=Ie.motion,Lt=Ie.width,xt=Ie.height,Bt=Ie.children,zt=Ie.mask,Et=Ie.maskClosable,ve=Ie.maskMotion,we=Ie.maskClassName,rn=Ie.maskStyle,Qe=Ie.afterOpenChange,Te=Ie.onClose,$e=Ie.onMouseEnter,nn=Ie.onMouseOver,un=Ie.onMouseLeave,Nn=Ie.onClick,zn=Ie.onKeyDown,cn=Ie.onKeyUp,Ai=Ie.styles,ki=Ie.drawerRender,Oi=ae.useRef(),Ki=ae.useRef(),so=ae.useRef();ae.useImperativeHandle(ln,function(){return Oi.current});var Wi=function(Qi){var bo=Qi.keyCode,nr=Qi.shiftKey;switch(bo){case Ft.Z.TAB:{if(bo===Ft.Z.TAB){if(!nr&&document.activeElement===so.current){var Xo;(Xo=Ki.current)===null||Xo===void 0||Xo.focus({preventScroll:!0})}else if(nr&&document.activeElement===Ki.current){var Br;(Br=so.current)===null||Br===void 0||Br.focus({preventScroll:!0})}}break}case Ft.Z.ESC:{Te&&dn&&(Qi.stopPropagation(),Te(Qi));break}}};ae.useEffect(function(){if(ue&&je){var xo;(xo=Oi.current)===null||xo===void 0||xo.focus({preventScroll:!0})}},[ue]);var Vi=ae.useState(!1),Ji=(0,he.Z)(Vi,2),Yo=Ji[0],Gi=Ji[1],to=ae.useContext(Ze),er;typeof qn=="boolean"?er=qn?{}:{distance:0}:er=qn||{};var _o=(Jn=(Tn=(mi=er)===null||mi===void 0?void 0:mi.distance)!==null&&Tn!==void 0?Tn:to==null?void 0:to.pushDistance)!==null&&Jn!==void 0?Jn:180,$o=ae.useMemo(function(){return{pushDistance:_o,push:function(){Gi(!0)},pull:function(){Gi(!1)}}},[_o]);ae.useEffect(function(){if(ue){var xo;to==null||(xo=to.push)===null||xo===void 0||xo.call(to)}else{var Qi;to==null||(Qi=to.pull)===null||Qi===void 0||Qi.call(to)}},[ue]),ae.useEffect(function(){return function(){var xo;to==null||(xo=to.pull)===null||xo===void 0||xo.call(to)}},[]);var wr=zt&&ae.createElement(Ue.default,(0,qt.Z)({key:"mask"},ve,{visible:ue}),function(xo,Qi){var bo=xo.className,nr=xo.style;return ae.createElement("div",{className:ee()("".concat(En,"-mask"),bo,Ln==null?void 0:Ln.mask,we),style:(0,Ct.Z)((0,Ct.Z)((0,Ct.Z)({},nr),rn),Ai==null?void 0:Ai.mask),onClick:Et&&ue?Te:void 0,ref:Qi})}),qo=typeof Dt=="function"?Dt(Kt):Dt,ur={};if(Yo&&_o)switch(Kt){case"top":ur.transform="translateY(".concat(_o,"px)");break;case"bottom":ur.transform="translateY(".concat(-_o,"px)");break;case"left":ur.transform="translateX(".concat(_o,"px)");break;default:ur.transform="translateX(".concat(-_o,"px)");break}Kt==="left"||Kt==="right"?ur.width=Nt(Lt):ur.height=Nt(xt);var xr={onMouseEnter:$e,onMouseOver:nn,onMouseLeave:un,onClick:Nn,onKeyDown:zn,onKeyUp:cn},Ao=ae.createElement(Ue.default,(0,qt.Z)({key:"panel"},qo,{visible:ue,forceRender:Qn,onVisibleChanged:function(Qi){Qe==null||Qe(Qi)},removeOnLeave:!1,leavedClassName:"".concat(En,"-content-wrapper-hidden")}),function(xo,Qi){var bo=xo.className,nr=xo.style,Xo=ae.createElement(vt,(0,qt.Z)({id:Rn,containerRef:Qi,prefixCls:En,className:ee()(ie,Ln==null?void 0:Ln.content),style:(0,Ct.Z)((0,Ct.Z)({},zi),Ai==null?void 0:Ai.content)},(0,et.Z)(Ie,{aria:!0}),xr),Bt);return ae.createElement("div",(0,qt.Z)({className:ee()("".concat(En,"-content-wrapper"),Ln==null?void 0:Ln.wrapper,bo),style:(0,Ct.Z)((0,Ct.Z)((0,Ct.Z)({},ur),nr),Ai==null?void 0:Ai.wrapper)},(0,et.Z)(Ie,{data:!0})),ki?ki(Xo):Xo)}),wt=(0,Ct.Z)({},xn);return Zn&&(wt.zIndex=Zn),ae.createElement(Ze.Provider,{value:$o},ae.createElement("div",{className:ee()(En,"".concat(En,"-").concat(Kt),ri,(0,Se.Z)((0,Se.Z)({},"".concat(En,"-open"),ue),"".concat(En,"-inline"),vn)),style:wt,tabIndex:-1,ref:Oi,onKeyDown:Wi},wr,ae.createElement("div",{tabIndex:0,ref:Ki,style:Vt,"aria-hidden":"true","data-sentinel":"start"}),Ao,ae.createElement("div",{tabIndex:0,ref:so,style:Vt,"aria-hidden":"true","data-sentinel":"end"})))}var $t=ae.forwardRef(ne),te=$t,Le=function(ln){var Jn=ln.open,Tn=Jn===void 0?!1:Jn,mi=ln.prefixCls,En=mi===void 0?"rc-drawer":mi,ue=ln.placement,Kt=ue===void 0?"right":ue,vn=ln.autoFocus,qn=vn===void 0?!0:vn,Qn=ln.keyboard,je=Qn===void 0?!0:Qn,dn=ln.width,Ln=dn===void 0?378:dn,ri=ln.mask,xn=ri===void 0?!0:ri,Zn=ln.maskClosable,ie=Zn===void 0?!0:Zn,Rn=ln.getContainer,zi=ln.forceRender,Dt=ln.afterOpenChange,Lt=ln.destroyOnClose,xt=ln.onMouseEnter,Bt=ln.onMouseOver,zt=ln.onMouseLeave,Et=ln.onClick,ve=ln.onKeyDown,we=ln.onKeyUp,rn=ln.panelRef,Qe=ae.useState(!1),Te=(0,he.Z)(Qe,2),$e=Te[0],nn=Te[1],un=ae.useState(!1),Nn=(0,he.Z)(un,2),zn=Nn[0],cn=Nn[1];(0,Ye.Z)(function(){cn(!0)},[]);var Ai=zn?Tn:!1,ki=ae.useRef(),Oi=ae.useRef();(0,Ye.Z)(function(){Ai&&(Oi.current=document.activeElement)},[Ai]);var Ki=function(Yo){var Gi;if(nn(Yo),Dt==null||Dt(Yo),!Yo&&Oi.current&&!((Gi=ki.current)!==null&&Gi!==void 0&&Gi.contains(Oi.current))){var to;(to=Oi.current)===null||to===void 0||to.focus({preventScroll:!0})}},so=ae.useMemo(function(){return{panel:rn}},[rn]);if(!zi&&!$e&&!Ai&&Lt)return null;var Wi={onMouseEnter:xt,onMouseOver:Bt,onMouseLeave:zt,onClick:Et,onKeyDown:ve,onKeyUp:we},Vi=(0,Ct.Z)((0,Ct.Z)({},ln),{},{open:Ai,prefixCls:En,placement:Kt,autoFocus:qn,keyboard:je,width:Ln,mask:xn,maskClosable:ie,inline:Rn===!1,afterOpenChange:Ki,ref:ki},Wi);return ae.createElement(oe.Provider,{value:so},ae.createElement(be.Z,{open:Ai||zi||$e,autoDestroy:!1,getContainer:Rn,autoLock:xn&&(Ai||$e)},ae.createElement(te,Vi)))},de=Le,Xe=de},23425:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return Vt}});var Ct=Zt(49618),he=Zt(72308),be=Zt(62853),Ye=Zt(77321),ae=Zt(52487),le=Zt(92310),oe=Zt.n(le),Ze=Zt(18929),Se=Zt(10228),qt=Zt(26112),Ke=Zt(48736),ee=Zt(59301),Ue=Zt(17119),Ft=[10,20,50,100],et=function($t){var te=$t.pageSizeOptions,Le=te===void 0?Ft:te,de=$t.locale,Xe=$t.changeSize,Ie=$t.pageSize,ln=$t.goButton,Jn=$t.quickGo,Tn=$t.rootPrefixCls,mi=$t.disabled,En=$t.buildOptionText,ue=$t.showSizeChanger,Kt=$t.sizeChangerRender,vn=ee.useState(""),qn=(0,ae.Z)(vn,2),Qn=qn[0],je=qn[1],dn=function(){return!Qn||Number.isNaN(Qn)?void 0:Number(Qn)},Ln=typeof En=="function"?En:function(xt){return"".concat(xt," ").concat(de.items_per_page)},ri=function(Bt){je(Bt.target.value)},xn=function(Bt){ln||Qn===""||(je(""),!(Bt.relatedTarget&&(Bt.relatedTarget.className.indexOf("".concat(Tn,"-item-link"))>=0||Bt.relatedTarget.className.indexOf("".concat(Tn,"-item"))>=0))&&(Jn==null||Jn(dn())))},Zn=function(Bt){Qn!==""&&(Bt.keyCode===Se.Z.ENTER||Bt.type==="click")&&(je(""),Jn==null||Jn(dn()))},ie=function(){return Le.some(function(Bt){return Bt.toString()===Ie.toString()})?Le:Le.concat([Ie]).sort(function(Bt,zt){var Et=Number.isNaN(Number(Bt))?0:Number(Bt),ve=Number.isNaN(Number(zt))?0:Number(zt);return Et-ve})},Rn="".concat(Tn,"-options");if(!ue&&!Jn)return null;var zi=null,Dt=null,Lt=null;return ue&&Kt&&(zi=Kt({disabled:mi,size:Ie,onSizeChange:function(Bt){Xe==null||Xe(Number(Bt))},"aria-label":de.page_size,className:"".concat(Rn,"-size-changer"),options:ie().map(function(xt){return{label:Ln(xt),value:xt}})})),Jn&&(ln&&(Lt=typeof ln=="boolean"?ee.createElement("button",{type:"button",onClick:Zn,onKeyUp:Zn,disabled:mi,className:"".concat(Rn,"-quick-jumper-button")},de.jump_to_confirm):ee.createElement("span",{onClick:Zn,onKeyUp:Zn},ln)),Dt=ee.createElement("div",{className:"".concat(Rn,"-quick-jumper")},de.jump_to,ee.createElement("input",{disabled:mi,type:"text",value:Qn,onChange:ri,onKeyUp:Zn,onBlur:xn,"aria-label":de.page}),de.page,Lt)),ee.createElement("li",{className:Rn},zi,Dt)},nt=et,ct=function($t){var te=$t.rootPrefixCls,Le=$t.page,de=$t.active,Xe=$t.className,Ie=$t.showTitle,ln=$t.onClick,Jn=$t.onKeyPress,Tn=$t.itemRender,mi="".concat(te,"-item"),En=oe()(mi,"".concat(mi,"-").concat(Le),(0,Ct.Z)((0,Ct.Z)({},"".concat(mi,"-active"),de),"".concat(mi,"-disabled"),!Le),Xe),ue=function(){ln(Le)},Kt=function(Qn){Jn(Qn,ln,Le)},vn=Tn(Le,"page",ee.createElement("a",{rel:"nofollow"},Le));return vn?ee.createElement("li",{title:Ie?String(Le):null,className:En,onClick:ue,onKeyDown:Kt,tabIndex:0},vn):null},lt=ct,pt=function($t,te,Le){return Le};function vt(){}function kt(ne){var $t=Number(ne);return typeof $t=="number"&&!Number.isNaN($t)&&isFinite($t)&&Math.floor($t)===$t}function Nt(ne,$t,te){var Le=typeof ne=="undefined"?$t:ne;return Math.floor((te-1)/Le)+1}var _t=function($t){var te=$t.prefixCls,Le=te===void 0?"rc-pagination":te,de=$t.selectPrefixCls,Xe=de===void 0?"rc-select":de,Ie=$t.className,ln=$t.current,Jn=$t.defaultCurrent,Tn=Jn===void 0?1:Jn,mi=$t.total,En=mi===void 0?0:mi,ue=$t.pageSize,Kt=$t.defaultPageSize,vn=Kt===void 0?10:Kt,qn=$t.onChange,Qn=qn===void 0?vt:qn,je=$t.hideOnSinglePage,dn=$t.align,Ln=$t.showPrevNextJumpers,ri=Ln===void 0?!0:Ln,xn=$t.showQuickJumper,Zn=$t.showLessItems,ie=$t.showTitle,Rn=ie===void 0?!0:ie,zi=$t.onShowSizeChange,Dt=zi===void 0?vt:zi,Lt=$t.locale,xt=Lt===void 0?Ue.Z:Lt,Bt=$t.style,zt=$t.totalBoundaryShowSizeChanger,Et=zt===void 0?50:zt,ve=$t.disabled,we=$t.simple,rn=$t.showTotal,Qe=$t.showSizeChanger,Te=Qe===void 0?En>Et:Qe,$e=$t.sizeChangerRender,nn=$t.pageSizeOptions,un=$t.itemRender,Nn=un===void 0?pt:un,zn=$t.jumpPrevIcon,cn=$t.jumpNextIcon,Ai=$t.prevIcon,ki=$t.nextIcon,Oi=ee.useRef(null),Ki=(0,Ze.Z)(10,{value:ue,defaultValue:vn}),so=(0,ae.Z)(Ki,2),Wi=so[0],Vi=so[1],Ji=(0,Ze.Z)(1,{value:ln,defaultValue:Tn,postState:function(Gn){return Math.max(1,Math.min(Gn,Nt(void 0,Wi,En)))}}),Yo=(0,ae.Z)(Ji,2),Gi=Yo[0],to=Yo[1],er=ee.useState(Gi),_o=(0,ae.Z)(er,2),$o=_o[0],wr=_o[1];(0,ee.useEffect)(function(){wr(Gi)},[Gi]);var qo=Qn!==vt,ur="current"in $t,xr=Math.max(1,Gi-(Zn?3:5)),Ao=Math.min(Nt(void 0,Wi,En),Gi+(Zn?3:5));function wt(Cn,Gn){var ni=Cn||ee.createElement("button",{type:"button","aria-label":Gn,className:"".concat(Le,"-item-link")});return typeof Cn=="function"&&(ni=ee.createElement(Cn,(0,Ye.Z)({},$t))),ni}function xo(Cn){var Gn=Cn.target.value,ni=Nt(void 0,Wi,En),Yi;return Gn===""?Yi=Gn:Number.isNaN(Number(Gn))?Yi=$o:Gn>=ni?Yi=ni:Yi=Number(Gn),Yi}function Qi(Cn){return kt(Cn)&&Cn!==Gi&&kt(En)&&En>0}var bo=En>Wi?xn:!1;function nr(Cn){(Cn.keyCode===Se.Z.UP||Cn.keyCode===Se.Z.DOWN)&&Cn.preventDefault()}function Xo(Cn){var Gn=xo(Cn);switch(Gn!==$o&&wr(Gn),Cn.keyCode){case Se.Z.ENTER:eo(Gn);break;case Se.Z.UP:eo(Gn-1);break;case Se.Z.DOWN:eo(Gn+1);break;default:break}}function Br(Cn){eo(xo(Cn))}function hs(Cn){var Gn=Nt(Cn,Wi,En),ni=Gi>Gn&&Gn!==0?Gn:Gi;Vi(Cn),wr(ni),Dt==null||Dt(Gi,Cn),to(ni),Qn==null||Qn(ni,Cn)}function eo(Cn){if(Qi(Cn)&&!ve){var Gn=Nt(void 0,Wi,En),ni=Cn;return Cn>Gn?ni=Gn:Cn<1&&(ni=1),ni!==$o&&wr(ni),to(ni),Qn==null||Qn(ni,Wi),ni}return Gi}var Oe=Gi>1,Ce=Gi<Nt(void 0,Wi,En);function fe(){Oe&&eo(Gi-1)}function Wn(){Ce&&eo(Gi+1)}function yi(){eo(xr)}function Mi(){eo(Ao)}function on(Cn,Gn){if(Cn.key==="Enter"||Cn.charCode===Se.Z.ENTER||Cn.keyCode===Se.Z.ENTER){for(var ni=arguments.length,Yi=new Array(ni>2?ni-2:0),Ui=2;Ui<ni;Ui++)Yi[Ui-2]=arguments[Ui];Gn.apply(void 0,Yi)}}function kn(Cn){on(Cn,fe)}function Pe(Cn){on(Cn,Wn)}function xe(Cn){on(Cn,yi)}function bn(Cn){on(Cn,Mi)}function Wt(Cn){var Gn=Nn(Cn,"prev",wt(Ai,"prev page"));return ee.isValidElement(Gn)?ee.cloneElement(Gn,{disabled:!Oe}):Gn}function Ge(Cn){var Gn=Nn(Cn,"next",wt(ki,"next page"));return ee.isValidElement(Gn)?ee.cloneElement(Gn,{disabled:!Ce}):Gn}function fn(Cn){(Cn.type==="click"||Cn.keyCode===Se.Z.ENTER)&&eo($o)}var Hn=null,Fe=(0,qt.Z)($t,{aria:!0,data:!0}),Ae=rn&&ee.createElement("li",{className:"".concat(Le,"-total-text")},rn(En,[En===0?0:(Gi-1)*Wi+1,Gi*Wi>En?En:Gi*Wi])),wn=null,Bn=Nt(void 0,Wi,En);if(je&&En<=Wi)return null;var Kn=[],In={rootPrefixCls:Le,onClick:eo,onKeyPress:on,showTitle:Rn,itemRender:Nn,page:-1},mn=Gi-1>0?Gi-1:0,jn=Gi+1<Bn?Gi+1:Bn,Bi=xn&&xn.goButton,bi=(0,be.Z)(we)==="object"?we.readOnly:!we,ke=Bi,Qt=null;we&&(Bi&&(typeof Bi=="boolean"?ke=ee.createElement("button",{type:"button",onClick:fn,onKeyUp:fn},xt.jump_to_confirm):ke=ee.createElement("span",{onClick:fn,onKeyUp:fn},Bi),ke=ee.createElement("li",{title:Rn?"".concat(xt.jump_to).concat(Gi,"/").concat(Bn):null,className:"".concat(Le,"-simple-pager")},ke)),Qt=ee.createElement("li",{title:Rn?"".concat(Gi,"/").concat(Bn):null,className:"".concat(Le,"-simple-pager")},bi?$o:ee.createElement("input",{type:"text","aria-label":xt.jump_to,value:$o,disabled:ve,onKeyDown:nr,onKeyUp:Xo,onChange:Xo,onBlur:Br,size:3}),ee.createElement("span",{className:"".concat(Le,"-slash")},"/"),Bn));var ye=Zn?1:2;if(Bn<=3+ye*2){Bn||Kn.push(ee.createElement(lt,(0,he.Z)({},In,{key:"noPager",page:1,className:"".concat(Le,"-item-disabled")})));for(var sn=1;sn<=Bn;sn+=1)Kn.push(ee.createElement(lt,(0,he.Z)({},In,{key:sn,page:sn,active:Gi===sn})))}else{var Ti=Zn?xt.prev_3:xt.prev_5,ce=Zn?xt.next_3:xt.next_5,He=Nn(xr,"jump-prev",wt(zn,"prev page")),ze=Nn(Ao,"jump-next",wt(cn,"next page"));ri&&(Hn=He?ee.createElement("li",{title:Rn?Ti:null,key:"prev",onClick:yi,tabIndex:0,onKeyDown:xe,className:oe()("".concat(Le,"-jump-prev"),(0,Ct.Z)({},"".concat(Le,"-jump-prev-custom-icon"),!!zn))},He):null,wn=ze?ee.createElement("li",{title:Rn?ce:null,key:"next",onClick:Mi,tabIndex:0,onKeyDown:bn,className:oe()("".concat(Le,"-jump-next"),(0,Ct.Z)({},"".concat(Le,"-jump-next-custom-icon"),!!cn))},ze):null);var pe=Math.max(1,Gi-ye),an=Math.min(Gi+ye,Bn);Gi-1<=ye&&(an=1+ye*2),Bn-Gi<=ye&&(pe=Bn-ye*2);for(var Sn=pe;Sn<=an;Sn+=1)Kn.push(ee.createElement(lt,(0,he.Z)({},In,{key:Sn,page:Sn,active:Gi===Sn})));if(Gi-1>=ye*2&&Gi!==3&&(Kn[0]=ee.cloneElement(Kn[0],{className:oe()("".concat(Le,"-item-after-jump-prev"),Kn[0].props.className)}),Kn.unshift(Hn)),Bn-Gi>=ye*2&&Gi!==Bn-2){var ii=Kn[Kn.length-1];Kn[Kn.length-1]=ee.cloneElement(ii,{className:oe()("".concat(Le,"-item-before-jump-next"),ii.props.className)}),Kn.push(wn)}pe!==1&&Kn.unshift(ee.createElement(lt,(0,he.Z)({},In,{key:1,page:1}))),an!==Bn&&Kn.push(ee.createElement(lt,(0,he.Z)({},In,{key:Bn,page:Bn})))}var ti=Wt(mn);if(ti){var fi=!Oe||!Bn;ti=ee.createElement("li",{title:Rn?xt.prev_page:null,onClick:fe,tabIndex:fi?null:0,onKeyDown:kn,className:oe()("".concat(Le,"-prev"),(0,Ct.Z)({},"".concat(Le,"-disabled"),fi)),"aria-disabled":fi},ti)}var Fn=Ge(jn);if(Fn){var Ee,wi;we?(Ee=!Ce,wi=Oe?0:null):(Ee=!Ce||!Bn,wi=Ee?null:0),Fn=ee.createElement("li",{title:Rn?xt.next_page:null,onClick:Wn,tabIndex:wi,onKeyDown:Pe,className:oe()("".concat(Le,"-next"),(0,Ct.Z)({},"".concat(Le,"-disabled"),Ee)),"aria-disabled":Ee},Fn)}var Me=oe()(Le,Ie,(0,Ct.Z)((0,Ct.Z)((0,Ct.Z)((0,Ct.Z)((0,Ct.Z)({},"".concat(Le,"-start"),dn==="start"),"".concat(Le,"-center"),dn==="center"),"".concat(Le,"-end"),dn==="end"),"".concat(Le,"-simple"),we),"".concat(Le,"-disabled"),ve));return ee.createElement("ul",(0,he.Z)({className:Me,style:Bt,ref:Oi},Fe),Ae,ti,we?Qt:Kn,Fn,ee.createElement(nt,{locale:xt,rootPrefixCls:Le,disabled:ve,selectPrefixCls:Xe,changeSize:hs,pageSize:Wi,pageSizeOptions:nn,quickGo:bo?eo:null,goButton:ke,showSizeChanger:Te,sizeChangerRender:$e}))},Vt=_t},69582:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{ZP:function(){return oe}});var Ct=Zt(52487),he=Zt(59301),be=Zt(47273),Ye=0,ae=(0,be.Z)();function le(){var Ze;return ae?(Ze=Ye,Ye+=1):Ze="TEST_OR_SSR",Ze}function oe(Ze){var Se=he.useState(),qt=(0,Ct.Z)(Se,2),Ke=qt[0],ee=qt[1];return he.useEffect(function(){ee("rc_select_".concat(le()))},[]),Ze||Ke}},45560:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Ac:function(){return Ai},Xo:function(){return Oi},Wx:function(){return so},ZP:function(){return kn},lk:function(){return vt}});var Ct=Zt(72308),he=Zt(80702),be=Zt(49618),Ye=Zt(77321),ae=Zt(52487),le=Zt(74416),oe=Zt(62853),Ze=Zt(18929),Se=Zt(48736),qt=Zt(59301),Ke=Zt(92310),ee=Zt.n(Ke),Ue=Zt(34280),Ft=Zt(49658),et=Zt(8654),nt=function(xe){var bn=xe.className,Wt=xe.customizeIcon,Ge=xe.customizeIconProps,fn=xe.children,Hn=xe.onMouseDown,Fe=xe.onClick,Ae=typeof Wt=="function"?Wt(Ge):Wt;return qt.createElement("span",{className:bn,onMouseDown:function(Bn){Bn.preventDefault(),Hn==null||Hn(Bn)},style:{userSelect:"none",WebkitUserSelect:"none"},unselectable:"on",onClick:Fe,"aria-hidden":!0},Ae!==void 0?Ae:qt.createElement("span",{className:ee()(bn.split(/\s+/).map(function(wn){return"".concat(wn,"-icon")}))},fn))},ct=nt,lt=function(xe,bn,Wt,Ge,fn){var Hn=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!1,Fe=arguments.length>6?arguments[6]:void 0,Ae=arguments.length>7?arguments[7]:void 0,wn=qt.useMemo(function(){if((0,oe.Z)(Ge)==="object")return Ge.clearIcon;if(fn)return fn},[Ge,fn]),Bn=qt.useMemo(function(){return!!(!Hn&&Ge&&(Wt.length||Fe)&&!(Ae==="combobox"&&Fe===""))},[Ge,Hn,Wt.length,Fe,Ae]);return{allowClear:Bn,clearIcon:qt.createElement(ct,{className:"".concat(xe,"-clear"),onMouseDown:bn,customizeIcon:wn},"\xD7")}},pt=qt.createContext(null);function vt(){return qt.useContext(pt)}function kt(){var Pe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10,xe=qt.useState(!1),bn=(0,ae.Z)(xe,2),Wt=bn[0],Ge=bn[1],fn=qt.useRef(null),Hn=function(){window.clearTimeout(fn.current)};qt.useEffect(function(){return Hn},[]);var Fe=function(wn,Bn){Hn(),fn.current=window.setTimeout(function(){Ge(wn),Bn&&Bn()},Pe)};return[Wt,Fe,Hn]}function Nt(){var Pe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:250,xe=qt.useRef(null),bn=qt.useRef(null);qt.useEffect(function(){return function(){window.clearTimeout(bn.current)}},[]);function Wt(Ge){(Ge||xe.current===null)&&(xe.current=Ge),window.clearTimeout(bn.current),bn.current=window.setTimeout(function(){xe.current=null},Pe)}return[function(){return xe.current},Wt]}function _t(Pe,xe,bn,Wt){var Ge=qt.useRef(null);Ge.current={open:xe,triggerOpen:bn,customizedTrigger:Wt},qt.useEffect(function(){function fn(Hn){var Fe;if(!((Fe=Ge.current)!==null&&Fe!==void 0&&Fe.customizedTrigger)){var Ae=Hn.target;Ae.shadowRoot&&Hn.composed&&(Ae=Hn.composedPath()[0]||Ae),Ge.current.open&&Pe().filter(function(wn){return wn}).every(function(wn){return!wn.contains(Ae)&&wn!==Ae})&&Ge.current.triggerOpen(!1)}}return window.addEventListener("mousedown",fn),function(){return window.removeEventListener("mousedown",fn)}},[])}var Vt=Zt(10228);function ne(Pe){return Pe&&![Vt.Z.ESC,Vt.Z.SHIFT,Vt.Z.BACKSPACE,Vt.Z.TAB,Vt.Z.WIN_KEY,Vt.Z.ALT,Vt.Z.META,Vt.Z.WIN_KEY_RIGHT,Vt.Z.CTRL,Vt.Z.SEMICOLON,Vt.Z.EQUALS,Vt.Z.CAPS_LOCK,Vt.Z.CONTEXT_MENU,Vt.Z.F1,Vt.Z.F2,Vt.Z.F3,Vt.Z.F4,Vt.Z.F5,Vt.Z.F6,Vt.Z.F7,Vt.Z.F8,Vt.Z.F9,Vt.Z.F10,Vt.Z.F11,Vt.Z.F12].includes(Pe)}var $t=Zt(26112),te=Zt(11780),Le=function(xe,bn){var Wt,Ge=xe.prefixCls,fn=xe.id,Hn=xe.inputElement,Fe=xe.disabled,Ae=xe.tabIndex,wn=xe.autoFocus,Bn=xe.autoComplete,Kn=xe.editable,In=xe.activeDescendantId,mn=xe.value,jn=xe.maxLength,Bi=xe.onKeyDown,bi=xe.onMouseDown,ke=xe.onChange,Qt=xe.onPaste,ye=xe.onCompositionStart,sn=xe.onCompositionEnd,Ti=xe.onBlur,ce=xe.open,He=xe.attrs,ze=Hn||qt.createElement("input",null),pe=ze,an=pe.ref,Sn=pe.props,ii=Sn.onKeyDown,ti=Sn.onChange,fi=Sn.onMouseDown,Fn=Sn.onCompositionStart,Ee=Sn.onCompositionEnd,wi=Sn.onBlur,Me=Sn.style;return(0,Se.Kp)(!("maxLength"in ze.props),"Passing 'maxLength' to input element directly may not work because input in BaseSelect is controlled."),ze=qt.cloneElement(ze,(0,Ye.Z)((0,Ye.Z)((0,Ye.Z)({type:"search"},Sn),{},{id:fn,ref:(0,et.sQ)(bn,an),disabled:Fe,tabIndex:Ae,autoComplete:Bn||"off",autoFocus:wn,className:ee()("".concat(Ge,"-selection-search-input"),(Wt=ze)===null||Wt===void 0||(Wt=Wt.props)===null||Wt===void 0?void 0:Wt.className),role:"combobox","aria-expanded":ce||!1,"aria-haspopup":"listbox","aria-owns":"".concat(fn,"_list"),"aria-autocomplete":"list","aria-controls":"".concat(fn,"_list"),"aria-activedescendant":ce?In:void 0},He),{},{value:Kn?mn:"",maxLength:jn,readOnly:!Kn,unselectable:Kn?null:"on",style:(0,Ye.Z)((0,Ye.Z)({},Me),{},{opacity:Kn?null:0}),onKeyDown:function(Gn){Bi(Gn),ii&&ii(Gn)},onMouseDown:function(Gn){bi(Gn),fi&&fi(Gn)},onChange:function(Gn){ke(Gn),ti&&ti(Gn)},onCompositionStart:function(Gn){ye(Gn),Fn&&Fn(Gn)},onCompositionEnd:function(Gn){sn(Gn),Ee&&Ee(Gn)},onPaste:Qt,onBlur:function(Gn){Ti(Gn),wi&&wi(Gn)}})),ze},de=qt.forwardRef(Le),Xe=de;function Ie(Pe){return Array.isArray(Pe)?Pe:Pe!==void 0?[Pe]:[]}var ln=typeof window!="undefined"&&window.document&&window.document.documentElement,Jn=ln;function Tn(Pe){return Pe!=null}function mi(Pe){return!Pe&&Pe!==0}function En(Pe){return["string","number"].includes((0,oe.Z)(Pe))}function ue(Pe){var xe=void 0;return Pe&&(En(Pe.title)?xe=Pe.title.toString():En(Pe.label)&&(xe=Pe.label.toString())),xe}function Kt(Pe,xe){Jn?qt.useLayoutEffect(Pe,xe):qt.useEffect(Pe,xe)}function vn(Pe){var xe;return(xe=Pe.key)!==null&&xe!==void 0?xe:Pe.value}var qn=function(xe){xe.preventDefault(),xe.stopPropagation()},Qn=function(xe){var bn=xe.id,Wt=xe.prefixCls,Ge=xe.values,fn=xe.open,Hn=xe.searchValue,Fe=xe.autoClearSearchValue,Ae=xe.inputRef,wn=xe.placeholder,Bn=xe.disabled,Kn=xe.mode,In=xe.showSearch,mn=xe.autoFocus,jn=xe.autoComplete,Bi=xe.activeDescendantId,bi=xe.tabIndex,ke=xe.removeIcon,Qt=xe.maxTagCount,ye=xe.maxTagTextLength,sn=xe.maxTagPlaceholder,Ti=sn===void 0?function(oo){return"+ ".concat(oo.length," ...")}:sn,ce=xe.tagRender,He=xe.onToggleOpen,ze=xe.onRemove,pe=xe.onInputChange,an=xe.onInputPaste,Sn=xe.onInputKeyDown,ii=xe.onInputMouseDown,ti=xe.onInputCompositionStart,fi=xe.onInputCompositionEnd,Fn=xe.onInputBlur,Ee=qt.useRef(null),wi=(0,qt.useState)(0),Me=(0,ae.Z)(wi,2),Cn=Me[0],Gn=Me[1],ni=(0,qt.useState)(!1),Yi=(0,ae.Z)(ni,2),Ui=Yi[0],Ei=Yi[1],Ci="".concat(Wt,"-selection"),ho=fn||Kn==="multiple"&&Fe===!1||Kn==="tags"?Hn:"",si=Kn==="tags"||Kn==="multiple"&&Fe===!1||In&&(fn||Ui);Kt(function(){Gn(Ee.current.scrollWidth)},[ho]);var An=function(Dn,Vn,Yn,Un,vi){return qt.createElement("span",{title:ue(Dn),className:ee()("".concat(Ci,"-item"),(0,be.Z)({},"".concat(Ci,"-item-disabled"),Yn))},qt.createElement("span",{className:"".concat(Ci,"-item-content")},Vn),Un&&qt.createElement(ct,{className:"".concat(Ci,"-item-remove"),onMouseDown:qn,onClick:vi,customizeIcon:ke},"\xD7"))},At=function(Dn,Vn,Yn,Un,vi,mo){var ai=function(Je){qn(Je),He(!fn)};return qt.createElement("span",{onMouseDown:ai},ce({label:Vn,value:Dn,disabled:Yn,closable:Un,onClose:vi,isMaxTag:!!mo}))},ei=function(Dn){var Vn=Dn.disabled,Yn=Dn.label,Un=Dn.value,vi=!Bn&&!Vn,mo=Yn;if(typeof ye=="number"&&(typeof Yn=="string"||typeof Yn=="number")){var ai=String(mo);ai.length>ye&&(mo="".concat(ai.slice(0,ye),"..."))}var ui=function(li){li&&li.stopPropagation(),ze(Dn)};return typeof ce=="function"?At(Un,mo,Vn,vi,ui):An(Dn,mo,Vn,vi,ui)},gi=function(Dn){if(!Ge.length)return null;var Vn=typeof Ti=="function"?Ti(Dn):Ti;return typeof ce=="function"?At(void 0,Vn,!1,!1,void 0,!0):An({title:Vn},Vn,!1)},oi=qt.createElement("div",{className:"".concat(Ci,"-search"),style:{width:Cn},onFocus:function(){Ei(!0)},onBlur:function(){Ei(!1)}},qt.createElement(Xe,{ref:Ae,open:fn,prefixCls:Wt,id:bn,inputElement:null,disabled:Bn,autoFocus:mn,autoComplete:jn,editable:si,activeDescendantId:Bi,value:ho,onKeyDown:Sn,onMouseDown:ii,onChange:pe,onPaste:an,onCompositionStart:ti,onCompositionEnd:fi,onBlur:Fn,tabIndex:bi,attrs:(0,$t.Z)(xe,!0)}),qt.createElement("span",{ref:Ee,className:"".concat(Ci,"-search-mirror"),"aria-hidden":!0},ho,"\xA0")),$i=qt.createElement(te.Z,{prefixCls:"".concat(Ci,"-overflow"),data:Ge,renderItem:ei,renderRest:gi,suffix:oi,itemKey:vn,maxCount:Qt});return qt.createElement("span",{className:"".concat(Ci,"-wrap")},$i,!Ge.length&&!ho&&qt.createElement("span",{className:"".concat(Ci,"-placeholder")},wn))},je=Qn,dn=function(xe){var bn=xe.inputElement,Wt=xe.prefixCls,Ge=xe.id,fn=xe.inputRef,Hn=xe.disabled,Fe=xe.autoFocus,Ae=xe.autoComplete,wn=xe.activeDescendantId,Bn=xe.mode,Kn=xe.open,In=xe.values,mn=xe.placeholder,jn=xe.tabIndex,Bi=xe.showSearch,bi=xe.searchValue,ke=xe.activeValue,Qt=xe.maxLength,ye=xe.onInputKeyDown,sn=xe.onInputMouseDown,Ti=xe.onInputChange,ce=xe.onInputPaste,He=xe.onInputCompositionStart,ze=xe.onInputCompositionEnd,pe=xe.onInputBlur,an=xe.title,Sn=qt.useState(!1),ii=(0,ae.Z)(Sn,2),ti=ii[0],fi=ii[1],Fn=Bn==="combobox",Ee=Fn||Bi,wi=In[0],Me=bi||"";Fn&&ke&&!ti&&(Me=ke),qt.useEffect(function(){Fn&&fi(!1)},[Fn,ke]);var Cn=Bn!=="combobox"&&!Kn&&!Bi?!1:!!Me,Gn=an===void 0?ue(wi):an,ni=qt.useMemo(function(){return wi?null:qt.createElement("span",{className:"".concat(Wt,"-selection-placeholder"),style:Cn?{visibility:"hidden"}:void 0},mn)},[wi,Cn,mn,Wt]);return qt.createElement("span",{className:"".concat(Wt,"-selection-wrap")},qt.createElement("span",{className:"".concat(Wt,"-selection-search")},qt.createElement(Xe,{ref:fn,prefixCls:Wt,id:Ge,open:Kn,inputElement:bn,disabled:Hn,autoFocus:Fe,autoComplete:Ae,editable:Ee,activeDescendantId:wn,value:Me,onKeyDown:ye,onMouseDown:sn,onChange:function(Ui){fi(!0),Ti(Ui)},onPaste:ce,onCompositionStart:He,onCompositionEnd:ze,onBlur:pe,tabIndex:jn,attrs:(0,$t.Z)(xe,!0),maxLength:Fn?Qt:void 0})),!Fn&&wi?qt.createElement("span",{className:"".concat(Wt,"-selection-item"),title:Gn,style:Cn?{visibility:"hidden"}:void 0},wi.label):null,ni)},Ln=dn,ri=function(xe,bn){var Wt=(0,qt.useRef)(null),Ge=(0,qt.useRef)(!1),fn=xe.prefixCls,Hn=xe.open,Fe=xe.mode,Ae=xe.showSearch,wn=xe.tokenWithEnter,Bn=xe.disabled,Kn=xe.prefix,In=xe.autoClearSearchValue,mn=xe.onSearch,jn=xe.onSearchSubmit,Bi=xe.onToggleOpen,bi=xe.onInputKeyDown,ke=xe.onInputBlur,Qt=xe.domRef;qt.useImperativeHandle(bn,function(){return{focus:function(Gn){Wt.current.focus(Gn)},blur:function(){Wt.current.blur()}}});var ye=Nt(0),sn=(0,ae.Z)(ye,2),Ti=sn[0],ce=sn[1],He=function(Gn){var ni=Gn.which,Yi=Wt.current instanceof HTMLTextAreaElement;!Yi&&Hn&&(ni===Vt.Z.UP||ni===Vt.Z.DOWN)&&Gn.preventDefault(),bi&&bi(Gn),ni===Vt.Z.ENTER&&Fe==="tags"&&!Ge.current&&!Hn&&(jn==null||jn(Gn.target.value)),!(Yi&&!Hn&&~[Vt.Z.UP,Vt.Z.DOWN,Vt.Z.LEFT,Vt.Z.RIGHT].indexOf(ni))&&ne(ni)&&Bi(!0)},ze=function(){ce(!0)},pe=(0,qt.useRef)(null),an=function(Gn){mn(Gn,!0,Ge.current)!==!1&&Bi(!0)},Sn=function(){Ge.current=!0},ii=function(Gn){Ge.current=!1,Fe!=="combobox"&&an(Gn.target.value)},ti=function(Gn){var ni=Gn.target.value;if(wn&&pe.current&&/[\r\n]/.test(pe.current)){var Yi=pe.current.replace(/[\r\n]+$/,"").replace(/\r\n/g," ").replace(/[\r\n]/g," ");ni=ni.replace(Yi,pe.current)}pe.current=null,an(ni)},fi=function(Gn){var ni=Gn.clipboardData,Yi=ni==null?void 0:ni.getData("text");pe.current=Yi||""},Fn=function(Gn){var ni=Gn.target;if(ni!==Wt.current){var Yi=document.body.style.msTouchAction!==void 0;Yi?setTimeout(function(){Wt.current.focus()}):Wt.current.focus()}},Ee=function(Gn){var ni=Ti();Gn.target!==Wt.current&&!ni&&!(Fe==="combobox"&&Bn)&&Gn.preventDefault(),(Fe!=="combobox"&&(!Ae||!ni)||!Hn)&&(Hn&&In!==!1&&mn("",!0,!1),Bi())},wi={inputRef:Wt,onInputKeyDown:He,onInputMouseDown:ze,onInputChange:ti,onInputPaste:fi,onInputCompositionStart:Sn,onInputCompositionEnd:ii,onInputBlur:ke},Me=Fe==="multiple"||Fe==="tags"?qt.createElement(je,(0,Ct.Z)({},xe,wi)):qt.createElement(Ln,(0,Ct.Z)({},xe,wi));return qt.createElement("div",{ref:Qt,className:"".concat(fn,"-selector"),onClick:Fn,onMouseDown:Ee},Kn&&qt.createElement("div",{className:"".concat(fn,"-prefix")},Kn),Me)},xn=qt.forwardRef(ri),Zn=xn,ie=Zt(65352),Rn=["prefixCls","disabled","visible","children","popupElement","animation","transitionName","dropdownStyle","dropdownClassName","direction","placement","builtinPlacements","dropdownMatchSelectWidth","dropdownRender","dropdownAlign","getPopupContainer","empty","getTriggerDOMNode","onPopupVisibleChange","onPopupMouseEnter"],zi=function(xe){var bn=xe===!0?0:1;return{bottomLeft:{points:["tl","bl"],offset:[0,4],overflow:{adjustX:bn,adjustY:1},htmlRegion:"scroll"},bottomRight:{points:["tr","br"],offset:[0,4],overflow:{adjustX:bn,adjustY:1},htmlRegion:"scroll"},topLeft:{points:["bl","tl"],offset:[0,-4],overflow:{adjustX:bn,adjustY:1},htmlRegion:"scroll"},topRight:{points:["br","tr"],offset:[0,-4],overflow:{adjustX:bn,adjustY:1},htmlRegion:"scroll"}}},Dt=function(xe,bn){var Wt=xe.prefixCls,Ge=xe.disabled,fn=xe.visible,Hn=xe.children,Fe=xe.popupElement,Ae=xe.animation,wn=xe.transitionName,Bn=xe.dropdownStyle,Kn=xe.dropdownClassName,In=xe.direction,mn=In===void 0?"ltr":In,jn=xe.placement,Bi=xe.builtinPlacements,bi=xe.dropdownMatchSelectWidth,ke=xe.dropdownRender,Qt=xe.dropdownAlign,ye=xe.getPopupContainer,sn=xe.empty,Ti=xe.getTriggerDOMNode,ce=xe.onPopupVisibleChange,He=xe.onPopupMouseEnter,ze=(0,le.Z)(xe,Rn),pe="".concat(Wt,"-dropdown"),an=Fe;ke&&(an=ke(Fe));var Sn=qt.useMemo(function(){return Bi||zi(bi)},[Bi,bi]),ii=Ae?"".concat(pe,"-").concat(Ae):wn,ti=typeof bi=="number",fi=qt.useMemo(function(){return ti?null:bi===!1?"minWidth":"width"},[bi,ti]),Fn=Bn;ti&&(Fn=(0,Ye.Z)((0,Ye.Z)({},Fn),{},{width:bi}));var Ee=qt.useRef(null);return qt.useImperativeHandle(bn,function(){return{getPopupElement:function(){var Me;return(Me=Ee.current)===null||Me===void 0?void 0:Me.popupElement}}}),qt.createElement(ie.Z,(0,Ct.Z)({},ze,{showAction:ce?["click"]:[],hideAction:ce?["click"]:[],popupPlacement:jn||(mn==="rtl"?"bottomRight":"bottomLeft"),builtinPlacements:Sn,prefixCls:pe,popupTransitionName:ii,popup:qt.createElement("div",{onMouseEnter:He},an),ref:Ee,stretch:fi,popupAlign:Qt,popupVisible:fn,getPopupContainer:ye,popupClassName:ee()(Kn,(0,be.Z)({},"".concat(pe,"-empty"),sn)),popupStyle:Fn,getTriggerDOMNode:Ti,onPopupVisibleChange:ce}),Hn)},Lt=qt.forwardRef(Dt),xt=Lt,Bt=Zt(68413);function zt(Pe,xe){var bn=Pe.key,Wt;return"value"in Pe&&(Wt=Pe.value),bn!=null?bn:Wt!==void 0?Wt:"rc-index-key-".concat(xe)}function Et(Pe){return typeof Pe!="undefined"&&!Number.isNaN(Pe)}function ve(Pe,xe){var bn=Pe||{},Wt=bn.label,Ge=bn.value,fn=bn.options,Hn=bn.groupLabel,Fe=Wt||(xe?"children":"label");return{label:Fe,value:Ge||"value",options:fn||"options",groupLabel:Hn||Fe}}function we(Pe){var xe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},bn=xe.fieldNames,Wt=xe.childrenAsData,Ge=[],fn=ve(bn,!1),Hn=fn.label,Fe=fn.value,Ae=fn.options,wn=fn.groupLabel;function Bn(Kn,In){Array.isArray(Kn)&&Kn.forEach(function(mn){if(In||!(Ae in mn)){var jn=mn[Fe];Ge.push({key:zt(mn,Ge.length),groupOption:In,data:mn,label:mn[Hn],value:jn})}else{var Bi=mn[wn];Bi===void 0&&Wt&&(Bi=mn.label),Ge.push({key:zt(mn,Ge.length),group:!0,data:mn,label:Bi}),Bn(mn[Ae],!0)}})}return Bn(Pe,!1),Ge}function rn(Pe){var xe=(0,Ye.Z)({},Pe);return"props"in xe||Object.defineProperty(xe,"props",{get:function(){return(0,Se.ZP)(!1,"Return type is option instead of Option instance. Please read value directly instead of reading from `props`."),xe}}),xe}var Qe=function(xe,bn,Wt){if(!bn||!bn.length)return null;var Ge=!1,fn=function Fe(Ae,wn){var Bn=(0,Bt.Z)(wn),Kn=Bn[0],In=Bn.slice(1);if(!Kn)return[Ae];var mn=Ae.split(Kn);return Ge=Ge||mn.length>1,mn.reduce(function(jn,Bi){return[].concat((0,he.Z)(jn),(0,he.Z)(Fe(Bi,In)))},[]).filter(Boolean)},Hn=fn(xe,bn);return Ge?typeof Wt!="undefined"?Hn.slice(0,Wt):Hn:null},Te=qt.createContext(null),$e=Te;function nn(Pe){var xe=Pe.visible,bn=Pe.values;if(!xe)return null;var Wt=50;return qt.createElement("span",{"aria-live":"polite",style:{width:0,height:0,position:"absolute",overflow:"hidden",opacity:0}},"".concat(bn.slice(0,Wt).map(function(Ge){var fn=Ge.label,Hn=Ge.value;return["number","string"].includes((0,oe.Z)(fn))?fn:Hn}).join(", ")),bn.length>Wt?", ...":null)}var un=["id","prefixCls","className","showSearch","tagRender","direction","omitDomProps","displayValues","onDisplayValuesChange","emptyOptions","notFoundContent","onClear","mode","disabled","loading","getInputElement","getRawInputElement","open","defaultOpen","onDropdownVisibleChange","activeValue","onActiveValueChange","activeDescendantId","searchValue","autoClearSearchValue","onSearch","onSearchSplit","tokenSeparators","allowClear","prefix","suffixIcon","clearIcon","OptionList","animation","transitionName","dropdownStyle","dropdownClassName","dropdownMatchSelectWidth","dropdownRender","dropdownAlign","placement","builtinPlacements","getPopupContainer","showAction","onFocus","onBlur","onKeyUp","onKeyDown","onMouseDown"],Nn=["value","onChange","removeIcon","placeholder","autoFocus","maxTagCount","maxTagTextLength","maxTagPlaceholder","choiceTransitionName","onInputKeyDown","onPopupScroll","tabIndex"],zn=function(xe){return xe==="tags"||xe==="multiple"},cn=qt.forwardRef(function(Pe,xe){var bn,Wt=Pe.id,Ge=Pe.prefixCls,fn=Pe.className,Hn=Pe.showSearch,Fe=Pe.tagRender,Ae=Pe.direction,wn=Pe.omitDomProps,Bn=Pe.displayValues,Kn=Pe.onDisplayValuesChange,In=Pe.emptyOptions,mn=Pe.notFoundContent,jn=mn===void 0?"Not Found":mn,Bi=Pe.onClear,bi=Pe.mode,ke=Pe.disabled,Qt=Pe.loading,ye=Pe.getInputElement,sn=Pe.getRawInputElement,Ti=Pe.open,ce=Pe.defaultOpen,He=Pe.onDropdownVisibleChange,ze=Pe.activeValue,pe=Pe.onActiveValueChange,an=Pe.activeDescendantId,Sn=Pe.searchValue,ii=Pe.autoClearSearchValue,ti=Pe.onSearch,fi=Pe.onSearchSplit,Fn=Pe.tokenSeparators,Ee=Pe.allowClear,wi=Pe.prefix,Me=Pe.suffixIcon,Cn=Pe.clearIcon,Gn=Pe.OptionList,ni=Pe.animation,Yi=Pe.transitionName,Ui=Pe.dropdownStyle,Ei=Pe.dropdownClassName,Ci=Pe.dropdownMatchSelectWidth,ho=Pe.dropdownRender,si=Pe.dropdownAlign,An=Pe.placement,At=Pe.builtinPlacements,ei=Pe.getPopupContainer,gi=Pe.showAction,oi=gi===void 0?[]:gi,$i=Pe.onFocus,oo=Pe.onBlur,Dn=Pe.onKeyUp,Vn=Pe.onKeyDown,Yn=Pe.onMouseDown,Un=(0,le.Z)(Pe,un),vi=zn(bi),mo=(Hn!==void 0?Hn:vi)||bi==="combobox",ai=(0,Ye.Z)({},Un);Nn.forEach(function(Vo){delete ai[Vo]}),wn==null||wn.forEach(function(Vo){delete ai[Vo]});var ui=qt.useState(!1),Je=(0,ae.Z)(ui,2),li=Je[0],lo=Je[1];qt.useEffect(function(){lo((0,Ft.Z)())},[]);var Ho=qt.useRef(null),zo=qt.useRef(null),Mo=qt.useRef(null),Zo=qt.useRef(null),To=qt.useRef(null),Ur=qt.useRef(!1),Rr=kt(),Ss=(0,ae.Z)(Rr,3),me=Ss[0],dr=Ss[1],$a=Ss[2];qt.useImperativeHandle(xe,function(){var Vo,Lo;return{focus:(Vo=Zo.current)===null||Vo===void 0?void 0:Vo.focus,blur:(Lo=Zo.current)===null||Lo===void 0?void 0:Lo.blur,scrollTo:function(Gs){var Jr;return(Jr=To.current)===null||Jr===void 0?void 0:Jr.scrollTo(Gs)},nativeElement:Ho.current||zo.current}});var Yr=qt.useMemo(function(){var Vo;if(bi!=="combobox")return Sn;var Lo=(Vo=Bn[0])===null||Vo===void 0?void 0:Vo.value;return typeof Lo=="string"||typeof Lo=="number"?String(Lo):""},[Sn,bi,Bn]),Da=bi==="combobox"&&typeof ye=="function"&&ye()||null,Fo=typeof sn=="function"&&sn(),Ml=(0,et.x1)(zo,Fo==null||(bn=Fo.props)===null||bn===void 0?void 0:bn.ref),qa=qt.useState(!1),Go=(0,ae.Z)(qa,2),Nr=Go[0],Oa=Go[1];(0,Ue.Z)(function(){Oa(!0)},[]);var jr=(0,Ze.Z)(!1,{defaultValue:ce,value:Ti}),Ia=(0,ae.Z)(jr,2),os=Ia[0],xi=Ia[1],Pr=Nr?os:!1,gl=!jn&&In;(ke||gl&&Pr&&bi==="combobox")&&(Pr=!1);var xs=gl?!1:Pr,ro=qt.useCallback(function(Vo){var Lo=Vo!==void 0?Vo:!Pr;ke||(xi(Lo),Pr!==Lo&&(He==null||He(Lo)))},[ke,Pr,xi,He]),yo=qt.useMemo(function(){return(Fn||[]).some(function(Vo){return[`
|
|
`,`\r
|
|
`].includes(Vo)})},[Fn]),tn=qt.useContext($e)||{},Ii=tn.maxCount,uo=tn.rawValues,Wo=function(Lo,Oo,Gs){if(!(vi&&Et(Ii)&&(uo==null?void 0:uo.size)>=Ii)){var Jr=!0,ds=Lo;pe==null||pe(null);var pi=Qe(Lo,Fn,Et(Ii)?Ii-uo.size:void 0),ja=Gs?null:pi;return bi!=="combobox"&&ja&&(ds="",fi==null||fi(ja),ro(!1),Jr=!1),ti&&Yr!==ds&&ti(ds,{source:Oo?"typing":"effect"}),Jr}},Co=function(Lo){!Lo||!Lo.trim()||ti(Lo,{source:"submit"})};qt.useEffect(function(){!Pr&&!vi&&bi!=="combobox"&&Wo("",!1,!1)},[Pr]),qt.useEffect(function(){os&&ke&&xi(!1),ke&&!Ur.current&&dr(!1)},[ke]);var mr=Nt(),Di=(0,ae.Z)(mr,2),zr=Di[0],rs=Di[1],Gr=qt.useRef(!1),Rs=function(Lo){var Oo=zr(),Gs=Lo.key,Jr=Gs==="Enter";if(Jr&&(bi!=="combobox"&&Lo.preventDefault(),Pr||ro(!0)),rs(!!Yr),Gs==="Backspace"&&!Oo&&vi&&!Yr&&Bn.length){for(var ds=(0,he.Z)(Bn),pi=null,ja=ds.length-1;ja>=0;ja-=1){var Jt=ds[ja];if(!Jt.disabled){ds.splice(ja,1),pi=Jt;break}}pi&&Kn(ds,{type:"remove",values:[pi]})}for(var Ve=arguments.length,Hl=new Array(Ve>1?Ve-1:0),yh=1;yh<Ve;yh++)Hl[yh-1]=arguments[yh];if(Pr&&(!Jr||!Gr.current)){var za;Jr&&(Gr.current=!0),(za=To.current)===null||za===void 0||za.onKeyDown.apply(za,[Lo].concat(Hl))}Vn==null||Vn.apply(void 0,[Lo].concat(Hl))},El=function(Lo){for(var Oo=arguments.length,Gs=new Array(Oo>1?Oo-1:0),Jr=1;Jr<Oo;Jr++)Gs[Jr-1]=arguments[Jr];if(Pr){var ds;(ds=To.current)===null||ds===void 0||ds.onKeyUp.apply(ds,[Lo].concat(Gs))}Lo.key==="Enter"&&(Gr.current=!1),Dn==null||Dn.apply(void 0,[Lo].concat(Gs))},tl=function(Lo){var Oo=Bn.filter(function(Gs){return Gs!==Lo});Kn(Oo,{type:"remove",values:[Lo]})},Zr=function(){Gr.current=!1},da=qt.useRef(!1),gh=function(){dr(!0),ke||($i&&!da.current&&$i.apply(void 0,arguments),oi.includes("focus")&&ro(!0)),da.current=!0},Zd=function(){Ur.current=!0,dr(!1,function(){da.current=!1,Ur.current=!1,ro(!1)}),!ke&&(Yr&&(bi==="tags"?ti(Yr,{source:"submit"}):bi==="multiple"&&ti("",{source:"blur"})),oo&&oo.apply(void 0,arguments))},Nl=[];qt.useEffect(function(){return function(){Nl.forEach(function(Vo){return clearTimeout(Vo)}),Nl.splice(0,Nl.length)}},[]);var Kd=function(Lo){var Oo,Gs=Lo.target,Jr=(Oo=Mo.current)===null||Oo===void 0?void 0:Oo.getPopupElement();if(Jr&&Jr.contains(Gs)){var ds=setTimeout(function(){var Ve=Nl.indexOf(ds);if(Ve!==-1&&Nl.splice(Ve,1),$a(),!li&&!Jr.contains(document.activeElement)){var Hl;(Hl=Zo.current)===null||Hl===void 0||Hl.focus()}});Nl.push(ds)}for(var pi=arguments.length,ja=new Array(pi>1?pi-1:0),Jt=1;Jt<pi;Jt++)ja[Jt-1]=arguments[Jt];Yn==null||Yn.apply(void 0,[Lo].concat(ja))},sd=qt.useState({}),ph=(0,ae.Z)(sd,2),_l=ph[1];function Ra(){_l({})}var mh;Fo&&(mh=function(Lo){ro(Lo)}),_t(function(){var Vo;return[Ho.current,(Vo=Mo.current)===null||Vo===void 0?void 0:Vo.getPopupElement()]},xs,ro,!!Fo);var ad=qt.useMemo(function(){return(0,Ye.Z)((0,Ye.Z)({},Pe),{},{notFoundContent:jn,open:Pr,triggerOpen:xs,id:Wt,showSearch:mo,multiple:vi,toggleOpen:ro})},[Pe,jn,xs,Pr,Wt,mo,vi,ro]),ld=!!Me||Qt,Ar;ld&&(Ar=qt.createElement(ct,{className:ee()("".concat(Ge,"-arrow"),(0,be.Z)({},"".concat(Ge,"-arrow-loading"),Qt)),customizeIcon:Me,customizeIconProps:{loading:Qt,searchValue:Yr,open:Pr,focused:me,showSearch:mo}}));var Gc=function(){var Lo;Bi==null||Bi(),(Lo=Zo.current)===null||Lo===void 0||Lo.focus(),Kn([],{type:"clear",values:Bn}),Wo("",!1,!1)},ud=lt(Ge,Gc,Bn,Ee,Cn,ke,Yr,bi),vh=ud.allowClear,Nu=ud.clearIcon,js=qt.createElement(Gn,{ref:To}),zs=ee()(Ge,fn,(0,be.Z)((0,be.Z)((0,be.Z)((0,be.Z)((0,be.Z)((0,be.Z)((0,be.Z)((0,be.Z)((0,be.Z)((0,be.Z)({},"".concat(Ge,"-focused"),me),"".concat(Ge,"-multiple"),vi),"".concat(Ge,"-single"),!vi),"".concat(Ge,"-allow-clear"),Ee),"".concat(Ge,"-show-arrow"),ld),"".concat(Ge,"-disabled"),ke),"".concat(Ge,"-loading"),Qt),"".concat(Ge,"-open"),Pr),"".concat(Ge,"-customize-input"),Da),"".concat(Ge,"-show-search"),mo)),Xr=qt.createElement(xt,{ref:Mo,disabled:ke,prefixCls:Ge,visible:xs,popupElement:js,animation:ni,transitionName:Yi,dropdownStyle:Ui,dropdownClassName:Ei,direction:Ae,dropdownMatchSelectWidth:Ci,dropdownRender:ho,dropdownAlign:si,placement:An,builtinPlacements:At,getPopupContainer:ei,empty:In,getTriggerDOMNode:function(Lo){return zo.current||Lo},onPopupVisibleChange:mh,onPopupMouseEnter:Ra},Fo?qt.cloneElement(Fo,{ref:Ml}):qt.createElement(Zn,(0,Ct.Z)({},Pe,{domRef:zo,prefixCls:Ge,inputElement:Da,ref:Zo,id:Wt,prefix:wi,showSearch:mo,autoClearSearchValue:ii,mode:bi,activeDescendantId:an,tagRender:Fe,values:Bn,open:Pr,onToggleOpen:ro,activeValue:ze,searchValue:Yr,onSearch:Wo,onSearchSubmit:Co,onRemove:tl,tokenWithEnter:yo,onInputBlur:Zr}))),ns;return Fo?ns=Xr:ns=qt.createElement("div",(0,Ct.Z)({className:zs},ai,{ref:Ho,onMouseDown:Kd,onKeyDown:Rs,onKeyUp:El,onFocus:gh,onBlur:Zd}),qt.createElement(nn,{visible:me&&!Pr,values:Bn}),Xr,Ar,vh&&Nu),qt.createElement(pt.Provider,{value:ad},ns)}),Ai=cn,ki=function(){return null};ki.isSelectOptGroup=!0;var Oi=ki,Ki=function(){return null};Ki.isSelectOption=!0;var so=Ki,Wi=Zt(80547),Vi=Zt(2738),Ji=Zt(45680);function Yo(){return/(mac\sos|macintosh)/i.test(navigator.appVersion)}var Gi=["disabled","title","children","style","className"];function to(Pe){return typeof Pe=="string"||typeof Pe=="number"}var er=function(xe,bn){var Wt=vt(),Ge=Wt.prefixCls,fn=Wt.id,Hn=Wt.open,Fe=Wt.multiple,Ae=Wt.mode,wn=Wt.searchValue,Bn=Wt.toggleOpen,Kn=Wt.notFoundContent,In=Wt.onPopupScroll,mn=qt.useContext($e),jn=mn.maxCount,Bi=mn.flattenOptions,bi=mn.onActiveValue,ke=mn.defaultActiveFirstOption,Qt=mn.onSelect,ye=mn.menuItemSelectedIcon,sn=mn.rawValues,Ti=mn.fieldNames,ce=mn.virtual,He=mn.direction,ze=mn.listHeight,pe=mn.listItemHeight,an=mn.optionRender,Sn="".concat(Ge,"-item"),ii=(0,Wi.Z)(function(){return Bi},[Hn,Bi],function(gi,oi){return oi[0]&&gi[1]!==oi[1]}),ti=qt.useRef(null),fi=qt.useMemo(function(){return Fe&&Et(jn)&&(sn==null?void 0:sn.size)>=jn},[Fe,jn,sn==null?void 0:sn.size]),Fn=function(oi){oi.preventDefault()},Ee=function(oi){var $i;($i=ti.current)===null||$i===void 0||$i.scrollTo(typeof oi=="number"?{index:oi}:oi)},wi=qt.useCallback(function(gi){return Ae==="combobox"?!1:sn.has(gi)},[Ae,(0,he.Z)(sn).toString(),sn.size]),Me=function(oi){for(var $i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,oo=ii.length,Dn=0;Dn<oo;Dn+=1){var Vn=(oi+Dn*$i+oo)%oo,Yn=ii[Vn]||{},Un=Yn.group,vi=Yn.data;if(!Un&&!(vi!=null&&vi.disabled)&&(wi(vi.value)||!fi))return Vn}return-1},Cn=qt.useState(function(){return Me(0)}),Gn=(0,ae.Z)(Cn,2),ni=Gn[0],Yi=Gn[1],Ui=function(oi){var $i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;Yi(oi);var oo={source:$i?"keyboard":"mouse"},Dn=ii[oi];if(!Dn){bi(null,-1,oo);return}bi(Dn.value,oi,oo)};(0,qt.useEffect)(function(){Ui(ke!==!1?Me(0):-1)},[ii.length,wn]);var Ei=qt.useCallback(function(gi){return Ae==="combobox"?String(gi).toLowerCase()===wn.toLowerCase():sn.has(gi)},[Ae,wn,(0,he.Z)(sn).toString(),sn.size]);(0,qt.useEffect)(function(){var gi=setTimeout(function(){if(!Fe&&Hn&&sn.size===1){var $i=Array.from(sn)[0],oo=ii.findIndex(function(Dn){var Vn=Dn.data;return Vn.value===$i});oo!==-1&&(Ui(oo),Ee(oo))}});if(Hn){var oi;(oi=ti.current)===null||oi===void 0||oi.scrollTo(void 0)}return function(){return clearTimeout(gi)}},[Hn,wn]);var Ci=function(oi){oi!==void 0&&Qt(oi,{selected:!sn.has(oi)}),Fe||Bn(!1)};if(qt.useImperativeHandle(bn,function(){return{onKeyDown:function(oi){var $i=oi.which,oo=oi.ctrlKey;switch($i){case Vt.Z.N:case Vt.Z.P:case Vt.Z.UP:case Vt.Z.DOWN:{var Dn=0;if($i===Vt.Z.UP?Dn=-1:$i===Vt.Z.DOWN?Dn=1:Yo()&&oo&&($i===Vt.Z.N?Dn=1:$i===Vt.Z.P&&(Dn=-1)),Dn!==0){var Vn=Me(ni+Dn,Dn);Ee(Vn),Ui(Vn,!0)}break}case Vt.Z.TAB:case Vt.Z.ENTER:{var Yn,Un=ii[ni];Un&&!(Un!=null&&(Yn=Un.data)!==null&&Yn!==void 0&&Yn.disabled)&&!fi?Ci(Un.value):Ci(void 0),Hn&&oi.preventDefault();break}case Vt.Z.ESC:Bn(!1),Hn&&oi.stopPropagation()}},onKeyUp:function(){},scrollTo:function(oi){Ee(oi)}}}),ii.length===0)return qt.createElement("div",{role:"listbox",id:"".concat(fn,"_list"),className:"".concat(Sn,"-empty"),onMouseDown:Fn},Kn);var ho=Object.keys(Ti).map(function(gi){return Ti[gi]}),si=function(oi){return oi.label};function An(gi,oi){var $i=gi.group;return{role:$i?"presentation":"option",id:"".concat(fn,"_list_").concat(oi)}}var At=function(oi){var $i=ii[oi];if(!$i)return null;var oo=$i.data||{},Dn=oo.value,Vn=$i.group,Yn=(0,$t.Z)(oo,!0),Un=si($i);return $i?qt.createElement("div",(0,Ct.Z)({"aria-label":typeof Un=="string"&&!Vn?Un:null},Yn,{key:oi},An($i,oi),{"aria-selected":Ei(Dn)}),Dn):null},ei={role:"listbox",id:"".concat(fn,"_list")};return qt.createElement(qt.Fragment,null,ce&&qt.createElement("div",(0,Ct.Z)({},ei,{style:{height:0,width:0,overflow:"hidden"}}),At(ni-1),At(ni),At(ni+1)),qt.createElement(Ji.Z,{itemKey:"key",ref:ti,data:ii,height:ze,itemHeight:pe,fullHeight:!1,onMouseDown:Fn,onScroll:In,virtual:ce,direction:He,innerProps:ce?null:ei},function(gi,oi){var $i=gi.group,oo=gi.groupOption,Dn=gi.data,Vn=gi.label,Yn=gi.value,Un=Dn.key;if($i){var vi,mo=(vi=Dn.title)!==null&&vi!==void 0?vi:to(Vn)?Vn.toString():void 0;return qt.createElement("div",{className:ee()(Sn,"".concat(Sn,"-group"),Dn.className),title:mo},Vn!==void 0?Vn:Un)}var ai=Dn.disabled,ui=Dn.title,Je=Dn.children,li=Dn.style,lo=Dn.className,Ho=(0,le.Z)(Dn,Gi),zo=(0,Vi.Z)(Ho,ho),Mo=wi(Yn),Zo=ai||!Mo&&fi,To="".concat(Sn,"-option"),Ur=ee()(Sn,To,lo,(0,be.Z)((0,be.Z)((0,be.Z)((0,be.Z)({},"".concat(To,"-grouped"),oo),"".concat(To,"-active"),ni===oi&&!Zo),"".concat(To,"-disabled"),Zo),"".concat(To,"-selected"),Mo)),Rr=si(gi),Ss=!ye||typeof ye=="function"||Mo,me=typeof Rr=="number"?Rr:Rr||Yn,dr=to(me)?me.toString():void 0;return ui!==void 0&&(dr=ui),qt.createElement("div",(0,Ct.Z)({},(0,$t.Z)(zo),ce?{}:An(gi,oi),{"aria-selected":Ei(Yn),className:Ur,title:dr,onMouseMove:function(){ni===oi||Zo||Ui(oi)},onClick:function(){Zo||Ci(Yn)},style:li}),qt.createElement("div",{className:"".concat(To,"-content")},typeof an=="function"?an(gi,{index:oi}):me),qt.isValidElement(ye)||Mo,Ss&&qt.createElement(ct,{className:"".concat(Sn,"-option-state"),customizeIcon:ye,customizeIconProps:{value:Yn,disabled:Zo,isSelected:Mo}},Mo?"\u2713":null))}))},_o=qt.forwardRef(er),$o=_o,wr=function(Pe,xe){var bn=qt.useRef({values:new Map,options:new Map}),Wt=qt.useMemo(function(){var fn=bn.current,Hn=fn.values,Fe=fn.options,Ae=Pe.map(function(Kn){if(Kn.label===void 0){var In;return(0,Ye.Z)((0,Ye.Z)({},Kn),{},{label:(In=Hn.get(Kn.value))===null||In===void 0?void 0:In.label})}return Kn}),wn=new Map,Bn=new Map;return Ae.forEach(function(Kn){wn.set(Kn.value,Kn),Bn.set(Kn.value,xe.get(Kn.value)||Fe.get(Kn.value))}),bn.current.values=wn,bn.current.options=Bn,Ae},[Pe,xe]),Ge=qt.useCallback(function(fn){return xe.get(fn)||bn.current.options.get(fn)},[xe]);return[Wt,Ge]};function qo(Pe,xe){return Ie(Pe).join("").toUpperCase().includes(xe)}var ur=function(Pe,xe,bn,Wt,Ge){return qt.useMemo(function(){if(!bn||Wt===!1)return Pe;var fn=xe.options,Hn=xe.label,Fe=xe.value,Ae=[],wn=typeof Wt=="function",Bn=bn.toUpperCase(),Kn=wn?Wt:function(mn,jn){return Ge?qo(jn[Ge],Bn):jn[fn]?qo(jn[Hn!=="children"?Hn:"label"],Bn):qo(jn[Fe],Bn)},In=wn?function(mn){return rn(mn)}:function(mn){return mn};return Pe.forEach(function(mn){if(mn[fn]){var jn=Kn(bn,In(mn));if(jn)Ae.push(mn);else{var Bi=mn[fn].filter(function(bi){return Kn(bn,In(bi))});Bi.length&&Ae.push((0,Ye.Z)((0,Ye.Z)({},mn),{},(0,be.Z)({},fn,Bi)))}return}Kn(bn,In(mn))&&Ae.push(mn)}),Ae},[Pe,Wt,Ge,bn,xe])},xr=Zt(69582),Ao=Zt(11592),wt=["children","value"],xo=["children"];function Qi(Pe){var xe=Pe,bn=xe.key,Wt=xe.props,Ge=Wt.children,fn=Wt.value,Hn=(0,le.Z)(Wt,wt);return(0,Ye.Z)({key:bn,value:fn!==void 0?fn:bn,children:Ge},Hn)}function bo(Pe){var xe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return(0,Ao.Z)(Pe).map(function(bn,Wt){if(!qt.isValidElement(bn)||!bn.type)return null;var Ge=bn,fn=Ge.type.isSelectOptGroup,Hn=Ge.key,Fe=Ge.props,Ae=Fe.children,wn=(0,le.Z)(Fe,xo);return xe||!fn?Qi(bn):(0,Ye.Z)((0,Ye.Z)({key:"__RC_SELECT_GRP__".concat(Hn===null?Wt:Hn,"__"),label:Hn},wn),{},{options:bo(Ae)})}).filter(function(bn){return bn})}var nr=function(xe,bn,Wt,Ge,fn){return qt.useMemo(function(){var Hn=xe,Fe=!xe;Fe&&(Hn=bo(bn));var Ae=new Map,wn=new Map,Bn=function(mn,jn,Bi){Bi&&typeof Bi=="string"&&mn.set(jn[Bi],jn)},Kn=function In(mn){for(var jn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,Bi=0;Bi<mn.length;Bi+=1){var bi=mn[Bi];!bi[Wt.options]||jn?(Ae.set(bi[Wt.value],bi),Bn(wn,bi,Wt.label),Bn(wn,bi,Ge),Bn(wn,bi,fn)):In(bi[Wt.options],!0)}};return Kn(Hn),{options:Hn,valueOptions:Ae,labelOptions:wn}},[xe,bn,Wt,Ge,fn])},Xo=nr;function Br(Pe){var xe=qt.useRef();xe.current=Pe;var bn=qt.useCallback(function(){return xe.current.apply(xe,arguments)},[]);return bn}function hs(Pe){var xe=Pe.mode,bn=Pe.options,Wt=Pe.children,Ge=Pe.backfill,fn=Pe.allowClear,Hn=Pe.placeholder,Fe=Pe.getInputElement,Ae=Pe.showSearch,wn=Pe.onSearch,Bn=Pe.defaultOpen,Kn=Pe.autoFocus,In=Pe.labelInValue,mn=Pe.value,jn=Pe.inputValue,Bi=Pe.optionLabelProp,bi=isMultiple(xe),ke=Ae!==void 0?Ae:bi||xe==="combobox",Qt=bn||convertChildrenToData(Wt);if(warning(xe!=="tags"||Qt.every(function(ce){return!ce.disabled}),"Please avoid setting option to disabled in tags mode since user can always type text as tag."),xe==="tags"||xe==="combobox"){var ye=Qt.some(function(ce){return ce.options?ce.options.some(function(He){return typeof("value"in He?He.value:He.key)=="number"}):typeof("value"in ce?ce.value:ce.key)=="number"});warning(!ye,"`value` of Option should not use number type when `mode` is `tags` or `combobox`.")}if(warning(xe!=="combobox"||!Bi,"`combobox` mode not support `optionLabelProp`. Please set `value` on Option directly."),warning(xe==="combobox"||!Ge,"`backfill` only works with `combobox` mode."),warning(xe==="combobox"||!Fe,"`getInputElement` only work with `combobox` mode."),noteOnce(xe!=="combobox"||!Fe||!fn||!Hn,"Customize `getInputElement` should customize clear and placeholder logic instead of configuring `allowClear` and `placeholder`."),wn&&!ke&&xe!=="combobox"&&xe!=="tags"&&warning(!1,"`onSearch` should work with `showSearch` instead of use alone."),noteOnce(!Bn||Kn,"`defaultOpen` makes Select open without focus which means it will not close by click outside. You can set `autoFocus` if needed."),mn!=null){var sn=toArray(mn);warning(!In||sn.every(function(ce){return _typeof(ce)==="object"&&("key"in ce||"value"in ce)}),"`value` should in shape of `{ value: string | number, label?: ReactNode }` when you set `labelInValue` to `true`"),warning(!bi||Array.isArray(mn),"`value` should be array when `mode` is `multiple` or `tags`")}if(Wt){var Ti=null;toNodeArray(Wt).some(function(ce){if(!React.isValidElement(ce)||!ce.type)return!1;var He=ce,ze=He.type;if(ze.isSelectOption)return!1;if(ze.isSelectOptGroup){var pe=toNodeArray(ce.props.children).every(function(an){return!React.isValidElement(an)||!ce.type||an.type.isSelectOption?!0:(Ti=an.type,!1)});return!pe}return Ti=ze,!0}),Ti&&warning(!1,"`children` should be `Select.Option` or `Select.OptGroup` instead of `".concat(Ti.displayName||Ti.name||Ti,"`.")),warning(jn===void 0,"`inputValue` is deprecated, please use `searchValue` instead.")}}function eo(Pe,xe){if(Pe){var bn=function Wt(Ge){for(var fn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,Hn=0;Hn<Ge.length;Hn++){var Fe=Ge[Hn];if(Fe[xe==null?void 0:xe.value]===null)return warning(!1,"`value` in Select options should not be `null`."),!0;if(!fn&&Array.isArray(Fe[xe==null?void 0:xe.options])&&Wt(Fe[xe==null?void 0:xe.options],!0))break}};bn(Pe)}}var Oe=null,Ce=["id","mode","prefixCls","backfill","fieldNames","inputValue","searchValue","onSearch","autoClearSearchValue","onSelect","onDeselect","dropdownMatchSelectWidth","filterOption","filterSort","optionFilterProp","optionLabelProp","options","optionRender","children","defaultActiveFirstOption","menuItemSelectedIcon","virtual","direction","listHeight","listItemHeight","labelRender","value","defaultValue","labelInValue","onChange","maxCount"],fe=["inputValue"];function Wn(Pe){return!Pe||(0,oe.Z)(Pe)!=="object"}var yi=qt.forwardRef(function(Pe,xe){var bn=Pe.id,Wt=Pe.mode,Ge=Pe.prefixCls,fn=Ge===void 0?"rc-select":Ge,Hn=Pe.backfill,Fe=Pe.fieldNames,Ae=Pe.inputValue,wn=Pe.searchValue,Bn=Pe.onSearch,Kn=Pe.autoClearSearchValue,In=Kn===void 0?!0:Kn,mn=Pe.onSelect,jn=Pe.onDeselect,Bi=Pe.dropdownMatchSelectWidth,bi=Bi===void 0?!0:Bi,ke=Pe.filterOption,Qt=Pe.filterSort,ye=Pe.optionFilterProp,sn=Pe.optionLabelProp,Ti=Pe.options,ce=Pe.optionRender,He=Pe.children,ze=Pe.defaultActiveFirstOption,pe=Pe.menuItemSelectedIcon,an=Pe.virtual,Sn=Pe.direction,ii=Pe.listHeight,ti=ii===void 0?200:ii,fi=Pe.listItemHeight,Fn=fi===void 0?20:fi,Ee=Pe.labelRender,wi=Pe.value,Me=Pe.defaultValue,Cn=Pe.labelInValue,Gn=Pe.onChange,ni=Pe.maxCount,Yi=(0,le.Z)(Pe,Ce),Ui=(0,xr.ZP)(bn),Ei=zn(Wt),Ci=!!(!Ti&&He),ho=qt.useMemo(function(){return ke===void 0&&Wt==="combobox"?!1:ke},[ke,Wt]),si=qt.useMemo(function(){return ve(Fe,Ci)},[JSON.stringify(Fe),Ci]),An=(0,Ze.Z)("",{value:wn!==void 0?wn:Ae,postState:function(yo){return yo||""}}),At=(0,ae.Z)(An,2),ei=At[0],gi=At[1],oi=Xo(Ti,He,si,ye,sn),$i=oi.valueOptions,oo=oi.labelOptions,Dn=oi.options,Vn=qt.useCallback(function(ro){var yo=Ie(ro);return yo.map(function(tn){var Ii,uo,Wo,Co,mr;if(Wn(tn))Ii=tn;else{var Di;Wo=tn.key,uo=tn.label,Ii=(Di=tn.value)!==null&&Di!==void 0?Di:Wo}var zr=$i.get(Ii);if(zr){var rs;if(uo===void 0&&(uo=zr==null?void 0:zr[sn||si.label]),Wo===void 0&&(Wo=(rs=zr==null?void 0:zr.key)!==null&&rs!==void 0?rs:Ii),Co=zr==null?void 0:zr.disabled,mr=zr==null?void 0:zr.title,0)var Gr}return{label:uo,value:Ii,key:Wo,disabled:Co,title:mr}})},[si,sn,$i]),Yn=(0,Ze.Z)(Me,{value:wi}),Un=(0,ae.Z)(Yn,2),vi=Un[0],mo=Un[1],ai=qt.useMemo(function(){var ro,yo=Ei&&vi===null?[]:vi,tn=Vn(yo);return Wt==="combobox"&&mi((ro=tn[0])===null||ro===void 0?void 0:ro.value)?[]:tn},[vi,Vn,Wt,Ei]),ui=wr(ai,$i),Je=(0,ae.Z)(ui,2),li=Je[0],lo=Je[1],Ho=qt.useMemo(function(){if(!Wt&&li.length===1){var ro=li[0];if(ro.value===null&&(ro.label===null||ro.label===void 0))return[]}return li.map(function(yo){var tn;return(0,Ye.Z)((0,Ye.Z)({},yo),{},{label:(tn=typeof Ee=="function"?Ee(yo):yo.label)!==null&&tn!==void 0?tn:yo.value})})},[Wt,li,Ee]),zo=qt.useMemo(function(){return new Set(li.map(function(ro){return ro.value}))},[li]);qt.useEffect(function(){if(Wt==="combobox"){var ro,yo=(ro=li[0])===null||ro===void 0?void 0:ro.value;gi(Tn(yo)?String(yo):"")}},[li]);var Mo=Br(function(ro,yo){var tn=yo!=null?yo:ro;return(0,be.Z)((0,be.Z)({},si.value,ro),si.label,tn)}),Zo=qt.useMemo(function(){if(Wt!=="tags")return Dn;var ro=(0,he.Z)(Dn),yo=function(Ii){return $i.has(Ii)};return(0,he.Z)(li).sort(function(tn,Ii){return tn.value<Ii.value?-1:1}).forEach(function(tn){var Ii=tn.value;yo(Ii)||ro.push(Mo(Ii,tn.label))}),ro},[Mo,Dn,$i,li,Wt]),To=ur(Zo,si,ei,ho,ye),Ur=qt.useMemo(function(){return Wt!=="tags"||!ei||To.some(function(ro){return ro[ye||"value"]===ei})||To.some(function(ro){return ro[si.value]===ei})?To:[Mo(ei)].concat((0,he.Z)(To))},[Mo,ye,Wt,To,ei,si]),Rr=function ro(yo){var tn=(0,he.Z)(yo).sort(function(Ii,uo){return Qt(Ii,uo,{searchValue:ei})});return tn.map(function(Ii){return Array.isArray(Ii.options)?(0,Ye.Z)((0,Ye.Z)({},Ii),{},{options:Ii.options.length>0?ro(Ii.options):Ii.options}):Ii})},Ss=qt.useMemo(function(){return Qt?Rr(Ur):Ur},[Ur,Qt,ei]),me=qt.useMemo(function(){return we(Ss,{fieldNames:si,childrenAsData:Ci})},[Ss,si,Ci]),dr=function(yo){var tn=Vn(yo);if(mo(tn),Gn&&(tn.length!==li.length||tn.some(function(Wo,Co){var mr;return((mr=li[Co])===null||mr===void 0?void 0:mr.value)!==(Wo==null?void 0:Wo.value)}))){var Ii=Cn?tn:tn.map(function(Wo){return Wo.value}),uo=tn.map(function(Wo){return rn(lo(Wo.value))});Gn(Ei?Ii:Ii[0],Ei?uo:uo[0])}},$a=qt.useState(null),Yr=(0,ae.Z)($a,2),Da=Yr[0],Fo=Yr[1],Ml=qt.useState(0),qa=(0,ae.Z)(Ml,2),Go=qa[0],Nr=qa[1],Oa=ze!==void 0?ze:Wt!=="combobox",jr=qt.useCallback(function(ro,yo){var tn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Ii=tn.source,uo=Ii===void 0?"keyboard":Ii;Nr(yo),Hn&&Wt==="combobox"&&ro!==null&&uo==="keyboard"&&Fo(String(ro))},[Hn,Wt]),Ia=function(yo,tn,Ii){var uo=function(){var tl,Zr=lo(yo);return[Cn?{label:Zr==null?void 0:Zr[si.label],value:yo,key:(tl=Zr==null?void 0:Zr.key)!==null&&tl!==void 0?tl:yo}:yo,rn(Zr)]};if(tn&&mn){var Wo=uo(),Co=(0,ae.Z)(Wo,2),mr=Co[0],Di=Co[1];mn(mr,Di)}else if(!tn&&jn&&Ii!=="clear"){var zr=uo(),rs=(0,ae.Z)(zr,2),Gr=rs[0],Rs=rs[1];jn(Gr,Rs)}},os=Br(function(ro,yo){var tn,Ii=Ei?yo.selected:!0;Ii?tn=Ei?[].concat((0,he.Z)(li),[ro]):[ro]:tn=li.filter(function(uo){return uo.value!==ro}),dr(tn),Ia(ro,Ii),Wt==="combobox"?Fo(""):(!zn||In)&&(gi(""),Fo(""))}),xi=function(yo,tn){dr(yo);var Ii=tn.type,uo=tn.values;(Ii==="remove"||Ii==="clear")&&uo.forEach(function(Wo){Ia(Wo.value,!1,Ii)})},Pr=function(yo,tn){if(gi(yo),Fo(null),tn.source==="submit"){var Ii=(yo||"").trim();if(Ii){var uo=Array.from(new Set([].concat((0,he.Z)(zo),[Ii])));dr(uo),Ia(Ii,!0),gi("")}return}tn.source!=="blur"&&(Wt==="combobox"&&dr(yo),Bn==null||Bn(yo))},gl=function(yo){var tn=yo;Wt!=="tags"&&(tn=yo.map(function(uo){var Wo=oo.get(uo);return Wo==null?void 0:Wo.value}).filter(function(uo){return uo!==void 0}));var Ii=Array.from(new Set([].concat((0,he.Z)(zo),(0,he.Z)(tn))));dr(Ii),Ii.forEach(function(uo){Ia(uo,!0)})},xs=qt.useMemo(function(){var ro=an!==!1&&bi!==!1;return(0,Ye.Z)((0,Ye.Z)({},oi),{},{flattenOptions:me,onActiveValue:jr,defaultActiveFirstOption:Oa,onSelect:os,menuItemSelectedIcon:pe,rawValues:zo,fieldNames:si,virtual:ro,direction:Sn,listHeight:ti,listItemHeight:Fn,childrenAsData:Ci,maxCount:ni,optionRender:ce})},[ni,oi,me,jr,Oa,os,pe,zo,si,an,bi,Sn,ti,Fn,Ci,ce]);return qt.createElement($e.Provider,{value:xs},qt.createElement(Ai,(0,Ct.Z)({},Yi,{id:Ui,prefixCls:fn,ref:xe,omitDomProps:fe,mode:Wt,displayValues:Ho,onDisplayValuesChange:xi,direction:Sn,searchValue:ei,onSearch:Pr,autoClearSearchValue:In,onSearchSplit:gl,dropdownMatchSelectWidth:bi,OptionList:$o,emptyOptions:!me.length,activeValue:Da,activeDescendantId:"".concat(Ui,"_list_").concat(Go)})))}),Mi=yi;Mi.Option=so,Mi.OptGroup=Oi;var on=Mi,kn=on},63158:function(gn,Xn,Zt){"use strict";var Ct=Zt(72308),he=Zt(49618),be=Zt(52487),Ye=Zt(74416),ae=Zt(59301),le=Zt(92310),oe=Zt.n(le),Ze=Zt(18929),Se=Zt(10228),qt=["prefixCls","className","checked","defaultChecked","disabled","loadingIcon","checkedChildren","unCheckedChildren","onClick","onChange","onKeyDown"],Ke=ae.forwardRef(function(ee,Ue){var Ft,et=ee.prefixCls,nt=et===void 0?"rc-switch":et,ct=ee.className,lt=ee.checked,pt=ee.defaultChecked,vt=ee.disabled,kt=ee.loadingIcon,Nt=ee.checkedChildren,_t=ee.unCheckedChildren,Vt=ee.onClick,ne=ee.onChange,$t=ee.onKeyDown,te=(0,Ye.Z)(ee,qt),Le=(0,Ze.Z)(!1,{value:lt,defaultValue:pt}),de=(0,be.Z)(Le,2),Xe=de[0],Ie=de[1];function ln(En,ue){var Kt=Xe;return vt||(Kt=En,Ie(Kt),ne==null||ne(Kt,ue)),Kt}function Jn(En){En.which===Se.Z.LEFT?ln(!1,En):En.which===Se.Z.RIGHT&&ln(!0,En),$t==null||$t(En)}function Tn(En){var ue=ln(!Xe,En);Vt==null||Vt(ue,En)}var mi=oe()(nt,ct,(Ft={},(0,he.Z)(Ft,"".concat(nt,"-checked"),Xe),(0,he.Z)(Ft,"".concat(nt,"-disabled"),vt),Ft));return ae.createElement("button",(0,Ct.Z)({},te,{type:"button",role:"switch","aria-checked":Xe,disabled:vt,className:mi,ref:Ue,onKeyDown:Jn,onClick:Tn}),kt,ae.createElement("span",{className:"".concat(nt,"-inner")},ae.createElement("span",{className:"".concat(nt,"-inner-checked")},Nt),ae.createElement("span",{className:"".concat(nt,"-inner-unchecked")},_t)))});Ke.displayName="Switch",Xn.Z=Ke},22711:function(gn,Xn,Zt){"use strict";Zt.r(Xn),Zt.d(Xn,{ResizableTextArea:function(){return de},default:function(){return Jn}});var Ct=Zt(72308),he=Zt(49618),be=Zt(77321),Ye=Zt(80702),ae=Zt(52487),le=Zt(74416),oe=Zt(92310),Ze=Zt.n(oe),Se=Zt(36901),qt=Zt(66003),Ke=Zt(30292),ee=Zt(18929),Ue=Zt(59301),Ft=Zt(62853),et=Zt(29301),nt=Zt(34280),ct=Zt(16089),lt=`
|
|
min-height:0 !important;
|
|
max-height:none !important;
|
|
height:0 !important;
|
|
visibility:hidden !important;
|
|
overflow:hidden !important;
|
|
position:absolute !important;
|
|
z-index:-1000 !important;
|
|
top:0 !important;
|
|
right:0 !important;
|
|
pointer-events: none !important;
|
|
`,pt=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","font-variant","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing","word-break","white-space"],vt={},kt;function Nt(Tn){var mi=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,En=Tn.getAttribute("id")||Tn.getAttribute("data-reactid")||Tn.getAttribute("name");if(mi&&vt[En])return vt[En];var ue=window.getComputedStyle(Tn),Kt=ue.getPropertyValue("box-sizing")||ue.getPropertyValue("-moz-box-sizing")||ue.getPropertyValue("-webkit-box-sizing"),vn=parseFloat(ue.getPropertyValue("padding-bottom"))+parseFloat(ue.getPropertyValue("padding-top")),qn=parseFloat(ue.getPropertyValue("border-bottom-width"))+parseFloat(ue.getPropertyValue("border-top-width")),Qn=pt.map(function(dn){return"".concat(dn,":").concat(ue.getPropertyValue(dn))}).join(";"),je={sizingStyle:Qn,paddingSize:vn,borderSize:qn,boxSizing:Kt};return mi&&En&&(vt[En]=je),je}function _t(Tn){var mi=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,En=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,ue=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;kt||(kt=document.createElement("textarea"),kt.setAttribute("tab-index","-1"),kt.setAttribute("aria-hidden","true"),kt.setAttribute("name","hiddenTextarea"),document.body.appendChild(kt)),Tn.getAttribute("wrap")?kt.setAttribute("wrap",Tn.getAttribute("wrap")):kt.removeAttribute("wrap");var Kt=Nt(Tn,mi),vn=Kt.paddingSize,qn=Kt.borderSize,Qn=Kt.boxSizing,je=Kt.sizingStyle;kt.setAttribute("style","".concat(je,";").concat(lt)),kt.value=Tn.value||Tn.placeholder||"";var dn=void 0,Ln=void 0,ri,xn=kt.scrollHeight;if(Qn==="border-box"?xn+=qn:Qn==="content-box"&&(xn-=vn),En!==null||ue!==null){kt.value=" ";var Zn=kt.scrollHeight-vn;En!==null&&(dn=Zn*En,Qn==="border-box"&&(dn=dn+vn+qn),xn=Math.max(dn,xn)),ue!==null&&(Ln=Zn*ue,Qn==="border-box"&&(Ln=Ln+vn+qn),ri=xn>Ln?"":"hidden",xn=Math.min(Ln,xn))}var ie={height:xn,overflowY:ri,resize:"none"};return dn&&(ie.minHeight=dn),Ln&&(ie.maxHeight=Ln),ie}var Vt=["prefixCls","defaultValue","value","autoSize","onResize","className","style","disabled","onChange","onInternalAutoSize"],ne=0,$t=1,te=2,Le=Ue.forwardRef(function(Tn,mi){var En=Tn,ue=En.prefixCls,Kt=En.defaultValue,vn=En.value,qn=En.autoSize,Qn=En.onResize,je=En.className,dn=En.style,Ln=En.disabled,ri=En.onChange,xn=En.onInternalAutoSize,Zn=(0,le.Z)(En,Vt),ie=(0,ee.Z)(Kt,{value:vn,postState:function(Ji){return Ji!=null?Ji:""}}),Rn=(0,ae.Z)(ie,2),zi=Rn[0],Dt=Rn[1],Lt=function(Ji){Dt(Ji.target.value),ri==null||ri(Ji)},xt=Ue.useRef();Ue.useImperativeHandle(mi,function(){return{textArea:xt.current}});var Bt=Ue.useMemo(function(){return qn&&(0,Ft.Z)(qn)==="object"?[qn.minRows,qn.maxRows]:[]},[qn]),zt=(0,ae.Z)(Bt,2),Et=zt[0],ve=zt[1],we=!!qn,rn=function(){try{if(document.activeElement===xt.current){var Ji=xt.current,Yo=Ji.selectionStart,Gi=Ji.selectionEnd,to=Ji.scrollTop;xt.current.setSelectionRange(Yo,Gi),xt.current.scrollTop=to}}catch(er){}},Qe=Ue.useState(te),Te=(0,ae.Z)(Qe,2),$e=Te[0],nn=Te[1],un=Ue.useState(),Nn=(0,ae.Z)(un,2),zn=Nn[0],cn=Nn[1],Ai=function(){nn(ne)};(0,nt.Z)(function(){we&&Ai()},[vn,Et,ve,we]),(0,nt.Z)(function(){if($e===ne)nn($t);else if($e===$t){var Vi=_t(xt.current,!1,Et,ve);nn(te),cn(Vi)}else rn()},[$e]);var ki=Ue.useRef(),Oi=function(){ct.Z.cancel(ki.current)},Ki=function(Ji){$e===te&&(Qn==null||Qn(Ji),qn&&(Oi(),ki.current=(0,ct.Z)(function(){Ai()})))};Ue.useEffect(function(){return Oi},[]);var so=we?zn:null,Wi=(0,be.Z)((0,be.Z)({},dn),so);return($e===ne||$e===$t)&&(Wi.overflowY="hidden",Wi.overflowX="hidden"),Ue.createElement(et.Z,{onResize:Ki,disabled:!(qn||Qn)},Ue.createElement("textarea",(0,Ct.Z)({},Zn,{ref:xt,style:Wi,className:Ze()(ue,je,(0,he.Z)({},"".concat(ue,"-disabled"),Ln)),disabled:Ln,value:zi,onChange:Lt})))}),de=Le,Xe=["defaultValue","value","onFocus","onBlur","onChange","allowClear","maxLength","onCompositionStart","onCompositionEnd","suffix","prefixCls","showCount","count","className","style","disabled","hidden","classNames","styles","onResize","onClear","onPressEnter","readOnly","autoSize","onKeyDown"],Ie=Ue.forwardRef(function(Tn,mi){var En,ue=Tn.defaultValue,Kt=Tn.value,vn=Tn.onFocus,qn=Tn.onBlur,Qn=Tn.onChange,je=Tn.allowClear,dn=Tn.maxLength,Ln=Tn.onCompositionStart,ri=Tn.onCompositionEnd,xn=Tn.suffix,Zn=Tn.prefixCls,ie=Zn===void 0?"rc-textarea":Zn,Rn=Tn.showCount,zi=Tn.count,Dt=Tn.className,Lt=Tn.style,xt=Tn.disabled,Bt=Tn.hidden,zt=Tn.classNames,Et=Tn.styles,ve=Tn.onResize,we=Tn.onClear,rn=Tn.onPressEnter,Qe=Tn.readOnly,Te=Tn.autoSize,$e=Tn.onKeyDown,nn=(0,le.Z)(Tn,Xe),un=(0,ee.Z)(ue,{value:Kt,defaultValue:ue}),Nn=(0,ae.Z)(un,2),zn=Nn[0],cn=Nn[1],Ai=zn==null?"":String(zn),ki=Ue.useState(!1),Oi=(0,ae.Z)(ki,2),Ki=Oi[0],so=Oi[1],Wi=Ue.useRef(!1),Vi=Ue.useState(null),Ji=(0,ae.Z)(Vi,2),Yo=Ji[0],Gi=Ji[1],to=(0,Ue.useRef)(null),er=(0,Ue.useRef)(null),_o=function(){var Pe;return(Pe=er.current)===null||Pe===void 0?void 0:Pe.textArea},$o=function(){_o().focus()};(0,Ue.useImperativeHandle)(mi,function(){var kn;return{resizableTextArea:er.current,focus:$o,blur:function(){_o().blur()},nativeElement:((kn=to.current)===null||kn===void 0?void 0:kn.nativeElement)||_o()}}),(0,Ue.useEffect)(function(){so(function(kn){return!xt&&kn})},[xt]);var wr=Ue.useState(null),qo=(0,ae.Z)(wr,2),ur=qo[0],xr=qo[1];Ue.useEffect(function(){if(ur){var kn;(kn=_o()).setSelectionRange.apply(kn,(0,Ye.Z)(ur))}},[ur]);var Ao=(0,qt.Z)(zi,Rn),wt=(En=Ao.max)!==null&&En!==void 0?En:dn,xo=Number(wt)>0,Qi=Ao.strategy(Ai),bo=!!wt&&Qi>wt,nr=function(Pe,xe){var bn=xe;!Wi.current&&Ao.exceedFormatter&&Ao.max&&Ao.strategy(xe)>Ao.max&&(bn=Ao.exceedFormatter(xe,{max:Ao.max}),xe!==bn&&xr([_o().selectionStart||0,_o().selectionEnd||0])),cn(bn),(0,Ke.rJ)(Pe.currentTarget,Pe,Qn,bn)},Xo=function(Pe){Wi.current=!0,Ln==null||Ln(Pe)},Br=function(Pe){Wi.current=!1,nr(Pe,Pe.currentTarget.value),ri==null||ri(Pe)},hs=function(Pe){nr(Pe,Pe.target.value)},eo=function(Pe){Pe.key==="Enter"&&rn&&rn(Pe),$e==null||$e(Pe)},Oe=function(Pe){so(!0),vn==null||vn(Pe)},Ce=function(Pe){so(!1),qn==null||qn(Pe)},fe=function(Pe){cn(""),$o(),(0,Ke.rJ)(_o(),Pe,Qn)},Wn=xn,yi;Ao.show&&(Ao.showFormatter?yi=Ao.showFormatter({value:Ai,count:Qi,maxLength:wt}):yi="".concat(Qi).concat(xo?" / ".concat(wt):""),Wn=Ue.createElement(Ue.Fragment,null,Wn,Ue.createElement("span",{className:Ze()("".concat(ie,"-data-count"),zt==null?void 0:zt.count),style:Et==null?void 0:Et.count},yi)));var Mi=function(Pe){var xe;ve==null||ve(Pe),(xe=_o())!==null&&xe!==void 0&&xe.style.height&&Gi(!0)},on=!Te&&!Rn&&!je;return Ue.createElement(Se.BaseInput,{ref:to,value:Ai,allowClear:je,handleReset:fe,suffix:Wn,prefixCls:ie,classNames:(0,be.Z)((0,be.Z)({},zt),{},{affixWrapper:Ze()(zt==null?void 0:zt.affixWrapper,(0,he.Z)((0,he.Z)({},"".concat(ie,"-show-count"),Rn),"".concat(ie,"-textarea-allow-clear"),je))}),disabled:xt,focused:Ki,className:Ze()(Dt,bo&&"".concat(ie,"-out-of-range")),style:(0,be.Z)((0,be.Z)({},Lt),Yo&&!on?{height:"auto"}:{}),dataAttrs:{affixWrapper:{"data-count":typeof yi=="string"?yi:void 0}},hidden:Bt,readOnly:Qe,onClear:we},Ue.createElement(de,(0,Ct.Z)({},nn,{autoSize:Te,maxLength:dn,onKeyDown:eo,onChange:hs,onFocus:Oe,onBlur:Ce,onCompositionStart:Xo,onCompositionEnd:Br,className:Ze()(zt==null?void 0:zt.textarea),style:(0,be.Z)((0,be.Z)({},Et==null?void 0:Et.textarea),{},{resize:Lt==null?void 0:Lt.resize}),disabled:xt,prefixCls:ie,onResize:Mi,ref:er,readOnly:Qe})))}),ln=Ie,Jn=ln},45680:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return zi}});var Ct=Zt(72308),he=Zt(62853),be=Zt(77321),Ye=Zt(49618),ae=Zt(52487),le=Zt(74416),oe=Zt(92310),Ze=Zt.n(oe),Se=Zt(29301),qt=Zt(70425),Ke=Zt(34280),ee=Zt(59301),Ue=Zt(4676),Ft=ee.forwardRef(function(Dt,Lt){var xt=Dt.height,Bt=Dt.offsetY,zt=Dt.offsetX,Et=Dt.children,ve=Dt.prefixCls,we=Dt.onInnerResize,rn=Dt.innerProps,Qe=Dt.rtl,Te=Dt.extra,$e={},nn={display:"flex",flexDirection:"column"};return Bt!==void 0&&($e={height:xt,position:"relative",overflow:"hidden"},nn=(0,be.Z)((0,be.Z)({},nn),{},(0,Ye.Z)((0,Ye.Z)((0,Ye.Z)((0,Ye.Z)((0,Ye.Z)({transform:"translateY(".concat(Bt,"px)")},Qe?"marginRight":"marginLeft",-zt),"position","absolute"),"left",0),"right",0),"top",0))),ee.createElement("div",{style:$e},ee.createElement(Se.Z,{onResize:function(Nn){var zn=Nn.offsetHeight;zn&&we&&we()}},ee.createElement("div",(0,Ct.Z)({style:nn,className:Ze()((0,Ye.Z)({},"".concat(ve,"-holder-inner"),ve)),ref:Lt},rn),Et,Te)))});Ft.displayName="Filler";var et=Ft;function nt(Dt){var Lt=Dt.children,xt=Dt.setRef,Bt=ee.useCallback(function(zt){xt(zt)},[]);return ee.cloneElement(Lt,{ref:Bt})}function ct(Dt,Lt,xt,Bt,zt,Et,ve,we){var rn=we.getKey;return Dt.slice(Lt,xt+1).map(function(Qe,Te){var $e=Lt+Te,nn=ve(Qe,$e,{style:{width:Bt},offsetX:zt}),un=rn(Qe);return ee.createElement(nt,{key:un,setRef:function(zn){return Et(Qe,zn)}},nn)})}function lt(Dt,Lt,xt,Bt){var zt=xt-Dt,Et=Lt-xt,ve=Math.min(zt,Et)*2;if(Bt<=ve){var we=Math.floor(Bt/2);return Bt%2?xt+we+1:xt-we}return zt>Et?xt-(Bt-Et):xt+(Bt-zt)}function pt(Dt,Lt,xt){var Bt=Dt.length,zt=Lt.length,Et,ve;if(Bt===0&&zt===0)return null;Bt<zt?(Et=Dt,ve=Lt):(Et=Lt,ve=Dt);var we={__EMPTY_ITEM__:!0};function rn(Nn){return Nn!==void 0?xt(Nn):we}for(var Qe=null,Te=Math.abs(Bt-zt)!==1,$e=0;$e<ve.length;$e+=1){var nn=rn(Et[$e]),un=rn(ve[$e]);if(nn!==un){Qe=$e,Te=Te||nn!==rn(ve[$e+1]);break}}return Qe===null?null:{index:Qe,multiple:Te}}function vt(Dt,Lt,xt){var Bt=ee.useState(Dt),zt=(0,ae.Z)(Bt,2),Et=zt[0],ve=zt[1],we=ee.useState(null),rn=(0,ae.Z)(we,2),Qe=rn[0],Te=rn[1];return ee.useEffect(function(){var $e=pt(Et||[],Dt||[],Lt);($e==null?void 0:$e.index)!==void 0&&(xt==null||xt($e.index),Te(Dt[$e.index])),ve(Dt)},[Dt]),[Qe]}var kt=Zt(16089),Nt=(typeof navigator=="undefined"?"undefined":(0,he.Z)(navigator))==="object"&&/Firefox/i.test(navigator.userAgent),_t=Nt,Vt=function(Dt,Lt,xt,Bt){var zt=(0,ee.useRef)(!1),Et=(0,ee.useRef)(null);function ve(){clearTimeout(Et.current),zt.current=!0,Et.current=setTimeout(function(){zt.current=!1},50)}var we=(0,ee.useRef)({top:Dt,bottom:Lt,left:xt,right:Bt});return we.current.top=Dt,we.current.bottom=Lt,we.current.left=xt,we.current.right=Bt,function(rn,Qe){var Te=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,$e=rn?Qe<0&&we.current.left||Qe>0&&we.current.right:Qe<0&&we.current.top||Qe>0&&we.current.bottom;return Te&&$e?(clearTimeout(Et.current),zt.current=!1):(!$e||zt.current)&&ve(),!zt.current&&$e}};function ne(Dt,Lt,xt,Bt,zt,Et,ve){var we=(0,ee.useRef)(0),rn=(0,ee.useRef)(null),Qe=(0,ee.useRef)(null),Te=(0,ee.useRef)(!1),$e=Vt(Lt,xt,Bt,zt);function nn(ki,Oi){if(kt.Z.cancel(rn.current),!$e(!1,Oi)){var Ki=ki;if(!Ki._virtualHandled)Ki._virtualHandled=!0;else return;we.current+=Oi,Qe.current=Oi,_t||Ki.preventDefault(),rn.current=(0,kt.Z)(function(){var so=Te.current?10:1;ve(we.current*so,!1),we.current=0})}}function un(ki,Oi){ve(Oi,!0),_t||ki.preventDefault()}var Nn=(0,ee.useRef)(null),zn=(0,ee.useRef)(null);function cn(ki){if(Dt){kt.Z.cancel(zn.current),zn.current=(0,kt.Z)(function(){Nn.current=null},2);var Oi=ki.deltaX,Ki=ki.deltaY,so=ki.shiftKey,Wi=Oi,Vi=Ki;(Nn.current==="sx"||!Nn.current&&so&&Ki&&!Oi)&&(Wi=Ki,Vi=0,Nn.current="sx");var Ji=Math.abs(Wi),Yo=Math.abs(Vi);Nn.current===null&&(Nn.current=Et&&Ji>Yo?"x":"y"),Nn.current==="y"?nn(ki,Vi):un(ki,Wi)}}function Ai(ki){Dt&&(Te.current=ki.detail===Qe.current)}return[cn,Ai]}function $t(Dt,Lt,xt,Bt){var zt=ee.useMemo(function(){return[new Map,[]]},[Dt,xt.id,Bt]),Et=(0,ae.Z)(zt,2),ve=Et[0],we=Et[1],rn=function(Te){var $e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Te,nn=ve.get(Te),un=ve.get($e);if(nn===void 0||un===void 0)for(var Nn=Dt.length,zn=we.length;zn<Nn;zn+=1){var cn,Ai=Dt[zn],ki=Lt(Ai);ve.set(ki,zn);var Oi=(cn=xt.get(ki))!==null&&cn!==void 0?cn:Bt;if(we[zn]=(we[zn-1]||0)+Oi,ki===Te&&(nn=zn),ki===$e&&(un=zn),nn!==void 0&&un!==void 0)break}return{top:we[nn-1]||0,bottom:we[un]}};return rn}var te=Zt(96949),Le=Zt(55090),de=function(){function Dt(){(0,te.Z)(this,Dt),(0,Ye.Z)(this,"maps",void 0),(0,Ye.Z)(this,"id",0),(0,Ye.Z)(this,"diffKeys",new Set),this.maps=Object.create(null)}return(0,Le.Z)(Dt,[{key:"set",value:function(xt,Bt){this.maps[xt]=Bt,this.id+=1,this.diffKeys.add(xt)}},{key:"get",value:function(xt){return this.maps[xt]}},{key:"resetRecord",value:function(){this.diffKeys.clear()}},{key:"getRecord",value:function(){return this.diffKeys}}]),Dt}(),Xe=de;function Ie(Dt){var Lt=parseFloat(Dt);return isNaN(Lt)?0:Lt}function ln(Dt,Lt,xt){var Bt=ee.useState(0),zt=(0,ae.Z)(Bt,2),Et=zt[0],ve=zt[1],we=(0,ee.useRef)(new Map),rn=(0,ee.useRef)(new Xe),Qe=(0,ee.useRef)(0);function Te(){Qe.current+=1}function $e(){var un=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;Te();var Nn=function(){var Ai=!1;we.current.forEach(function(ki,Oi){if(ki&&ki.offsetParent){var Ki=ki.offsetHeight,so=getComputedStyle(ki),Wi=so.marginTop,Vi=so.marginBottom,Ji=Ie(Wi),Yo=Ie(Vi),Gi=Ki+Ji+Yo;rn.current.get(Oi)!==Gi&&(rn.current.set(Oi,Gi),Ai=!0)}}),Ai&&ve(function(ki){return ki+1})};if(un)Nn();else{Qe.current+=1;var zn=Qe.current;Promise.resolve().then(function(){zn===Qe.current&&Nn()})}}function nn(un,Nn){var zn=Dt(un),cn=we.current.get(zn);Nn?(we.current.set(zn,Nn),$e()):we.current.delete(zn),!cn!=!Nn&&(Nn?Lt==null||Lt(un):xt==null||xt(un))}return(0,ee.useEffect)(function(){return Te},[]),[nn,$e,rn.current,Et]}var Jn=14/15;function Tn(Dt,Lt,xt){var Bt=(0,ee.useRef)(!1),zt=(0,ee.useRef)(0),Et=(0,ee.useRef)(0),ve=(0,ee.useRef)(null),we=(0,ee.useRef)(null),rn,Qe=function(un){if(Bt.current){var Nn=Math.ceil(un.touches[0].pageX),zn=Math.ceil(un.touches[0].pageY),cn=zt.current-Nn,Ai=Et.current-zn,ki=Math.abs(cn)>Math.abs(Ai);ki?zt.current=Nn:Et.current=zn;var Oi=xt(ki,ki?cn:Ai,!1,un);Oi&&un.preventDefault(),clearInterval(we.current),Oi&&(we.current=setInterval(function(){ki?cn*=Jn:Ai*=Jn;var Ki=Math.floor(ki?cn:Ai);(!xt(ki,Ki,!0)||Math.abs(Ki)<=.1)&&clearInterval(we.current)},16))}},Te=function(){Bt.current=!1,rn()},$e=function(un){rn(),un.touches.length===1&&!Bt.current&&(Bt.current=!0,zt.current=Math.ceil(un.touches[0].pageX),Et.current=Math.ceil(un.touches[0].pageY),ve.current=un.target,ve.current.addEventListener("touchmove",Qe,{passive:!1}),ve.current.addEventListener("touchend",Te,{passive:!0}))};rn=function(){ve.current&&(ve.current.removeEventListener("touchmove",Qe),ve.current.removeEventListener("touchend",Te))},(0,Ke.Z)(function(){return Dt&&Lt.current.addEventListener("touchstart",$e,{passive:!0}),function(){var nn;(nn=Lt.current)===null||nn===void 0||nn.removeEventListener("touchstart",$e),rn(),clearInterval(we.current)}},[Dt])}function mi(Dt){return Math.floor(Math.pow(Dt,.5))}function En(Dt,Lt){var xt="touches"in Dt?Dt.touches[0]:Dt;return xt[Lt?"pageX":"pageY"]-window[Lt?"scrollX":"scrollY"]}function ue(Dt,Lt,xt){ee.useEffect(function(){var Bt=Lt.current;if(Dt&&Bt){var zt=!1,Et,ve,we=function(){kt.Z.cancel(Et)},rn=function nn(){we(),Et=(0,kt.Z)(function(){xt(ve),nn()})},Qe=function(un){if(!(un.target.draggable||un.button!==0)){var Nn=un;Nn._virtualHandled||(Nn._virtualHandled=!0,zt=!0)}},Te=function(){zt=!1,we()},$e=function(un){if(zt){var Nn=En(un,!1),zn=Bt.getBoundingClientRect(),cn=zn.top,Ai=zn.bottom;if(Nn<=cn){var ki=cn-Nn;ve=-mi(ki),rn()}else if(Nn>=Ai){var Oi=Nn-Ai;ve=mi(Oi),rn()}else we()}};return Bt.addEventListener("mousedown",Qe),Bt.ownerDocument.addEventListener("mouseup",Te),Bt.ownerDocument.addEventListener("mousemove",$e),function(){Bt.removeEventListener("mousedown",Qe),Bt.ownerDocument.removeEventListener("mouseup",Te),Bt.ownerDocument.removeEventListener("mousemove",$e),we()}}},[Dt])}var Kt=10;function vn(Dt,Lt,xt,Bt,zt,Et,ve,we){var rn=ee.useRef(),Qe=ee.useState(null),Te=(0,ae.Z)(Qe,2),$e=Te[0],nn=Te[1];return(0,Ke.Z)(function(){if($e&&$e.times<Kt){if(!Dt.current){nn(function(Ao){return(0,be.Z)({},Ao)});return}Et();var un=$e.targetAlign,Nn=$e.originAlign,zn=$e.index,cn=$e.offset,Ai=Dt.current.clientHeight,ki=!1,Oi=un,Ki=null;if(Ai){for(var so=un||Nn,Wi=0,Vi=0,Ji=0,Yo=Math.min(Lt.length-1,zn),Gi=0;Gi<=Yo;Gi+=1){var to=zt(Lt[Gi]);Vi=Wi;var er=xt.get(to);Ji=Vi+(er===void 0?Bt:er),Wi=Ji}for(var _o=so==="top"?cn:Ai-cn,$o=Yo;$o>=0;$o-=1){var wr=zt(Lt[$o]),qo=xt.get(wr);if(qo===void 0){ki=!0;break}if(_o-=qo,_o<=0)break}switch(so){case"top":Ki=Vi-cn;break;case"bottom":Ki=Ji-Ai+cn;break;default:{var ur=Dt.current.scrollTop,xr=ur+Ai;Vi<ur?Oi="top":Ji>xr&&(Oi="bottom")}}Ki!==null&&ve(Ki),Ki!==$e.lastTop&&(ki=!0)}ki&&nn((0,be.Z)((0,be.Z)({},$e),{},{times:$e.times+1,targetAlign:Oi,lastTop:Ki}))}},[$e,Dt.current]),function(un){if(un==null){we();return}if(kt.Z.cancel(rn.current),typeof un=="number")ve(un);else if(un&&(0,he.Z)(un)==="object"){var Nn,zn=un.align;"index"in un?Nn=un.index:Nn=Lt.findIndex(function(ki){return zt(ki)===un.key});var cn=un.offset,Ai=cn===void 0?0:cn;nn({times:0,index:Nn,offset:Ai,originAlign:zn})}}}var qn=ee.forwardRef(function(Dt,Lt){var xt=Dt.prefixCls,Bt=Dt.rtl,zt=Dt.scrollOffset,Et=Dt.scrollRange,ve=Dt.onStartMove,we=Dt.onStopMove,rn=Dt.onScroll,Qe=Dt.horizontal,Te=Dt.spinSize,$e=Dt.containerSize,nn=Dt.style,un=Dt.thumbStyle,Nn=Dt.showScrollBar,zn=ee.useState(!1),cn=(0,ae.Z)(zn,2),Ai=cn[0],ki=cn[1],Oi=ee.useState(null),Ki=(0,ae.Z)(Oi,2),so=Ki[0],Wi=Ki[1],Vi=ee.useState(null),Ji=(0,ae.Z)(Vi,2),Yo=Ji[0],Gi=Ji[1],to=!Bt,er=ee.useRef(),_o=ee.useRef(),$o=ee.useState(Nn),wr=(0,ae.Z)($o,2),qo=wr[0],ur=wr[1],xr=ee.useRef(),Ao=function(){Nn===!0||Nn===!1||(clearTimeout(xr.current),ur(!0),xr.current=setTimeout(function(){ur(!1)},3e3))},wt=Et-$e||0,xo=$e-Te||0,Qi=ee.useMemo(function(){if(zt===0||wt===0)return 0;var fe=zt/wt;return fe*xo},[zt,wt,xo]),bo=function(Wn){Wn.stopPropagation(),Wn.preventDefault()},nr=ee.useRef({top:Qi,dragging:Ai,pageY:so,startTop:Yo});nr.current={top:Qi,dragging:Ai,pageY:so,startTop:Yo};var Xo=function(Wn){ki(!0),Wi(En(Wn,Qe)),Gi(nr.current.top),ve(),Wn.stopPropagation(),Wn.preventDefault()};ee.useEffect(function(){var fe=function(on){on.preventDefault()},Wn=er.current,yi=_o.current;return Wn.addEventListener("touchstart",fe,{passive:!1}),yi.addEventListener("touchstart",Xo,{passive:!1}),function(){Wn.removeEventListener("touchstart",fe),yi.removeEventListener("touchstart",Xo)}},[]);var Br=ee.useRef();Br.current=wt;var hs=ee.useRef();hs.current=xo,ee.useEffect(function(){if(Ai){var fe,Wn=function(on){var kn=nr.current,Pe=kn.dragging,xe=kn.pageY,bn=kn.startTop;kt.Z.cancel(fe);var Wt=er.current.getBoundingClientRect(),Ge=$e/(Qe?Wt.width:Wt.height);if(Pe){var fn=(En(on,Qe)-xe)*Ge,Hn=bn;!to&&Qe?Hn-=fn:Hn+=fn;var Fe=Br.current,Ae=hs.current,wn=Ae?Hn/Ae:0,Bn=Math.ceil(wn*Fe);Bn=Math.max(Bn,0),Bn=Math.min(Bn,Fe),fe=(0,kt.Z)(function(){rn(Bn,Qe)})}},yi=function(){ki(!1),we()};return window.addEventListener("mousemove",Wn,{passive:!0}),window.addEventListener("touchmove",Wn,{passive:!0}),window.addEventListener("mouseup",yi,{passive:!0}),window.addEventListener("touchend",yi,{passive:!0}),function(){window.removeEventListener("mousemove",Wn),window.removeEventListener("touchmove",Wn),window.removeEventListener("mouseup",yi),window.removeEventListener("touchend",yi),kt.Z.cancel(fe)}}},[Ai]),ee.useEffect(function(){return Ao(),function(){clearTimeout(xr.current)}},[zt]),ee.useImperativeHandle(Lt,function(){return{delayHidden:Ao}});var eo="".concat(xt,"-scrollbar"),Oe={position:"absolute",visibility:qo?null:"hidden"},Ce={position:"absolute",background:"rgba(0, 0, 0, 0.5)",borderRadius:99,cursor:"pointer",userSelect:"none"};return Qe?(Oe.height=8,Oe.left=0,Oe.right=0,Oe.bottom=0,Ce.height="100%",Ce.width=Te,to?Ce.left=Qi:Ce.right=Qi):(Oe.width=8,Oe.top=0,Oe.bottom=0,to?Oe.right=0:Oe.left=0,Ce.width="100%",Ce.height=Te,Ce.top=Qi),ee.createElement("div",{ref:er,className:Ze()(eo,(0,Ye.Z)((0,Ye.Z)((0,Ye.Z)({},"".concat(eo,"-horizontal"),Qe),"".concat(eo,"-vertical"),!Qe),"".concat(eo,"-visible"),qo)),style:(0,be.Z)((0,be.Z)({},Oe),nn),onMouseDown:bo,onMouseMove:Ao},ee.createElement("div",{ref:_o,className:Ze()("".concat(eo,"-thumb"),(0,Ye.Z)({},"".concat(eo,"-thumb-moving"),Ai)),style:(0,be.Z)((0,be.Z)({},Ce),un),onMouseDown:Xo}))}),Qn=qn,je=20;function dn(){var Dt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,Lt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,xt=Dt/Lt*Dt;return isNaN(xt)&&(xt=0),xt=Math.max(xt,je),Math.floor(xt)}var Ln=["prefixCls","className","height","itemHeight","fullHeight","style","data","children","itemKey","virtual","direction","scrollWidth","component","onScroll","onVirtualScroll","onVisibleChange","innerProps","extraRender","styles","showScrollBar"],ri=[],xn={overflowY:"auto",overflowAnchor:"none"};function Zn(Dt,Lt){var xt=Dt.prefixCls,Bt=xt===void 0?"rc-virtual-list":xt,zt=Dt.className,Et=Dt.height,ve=Dt.itemHeight,we=Dt.fullHeight,rn=we===void 0?!0:we,Qe=Dt.style,Te=Dt.data,$e=Dt.children,nn=Dt.itemKey,un=Dt.virtual,Nn=Dt.direction,zn=Dt.scrollWidth,cn=Dt.component,Ai=cn===void 0?"div":cn,ki=Dt.onScroll,Oi=Dt.onVirtualScroll,Ki=Dt.onVisibleChange,so=Dt.innerProps,Wi=Dt.extraRender,Vi=Dt.styles,Ji=Dt.showScrollBar,Yo=Ji===void 0?"optional":Ji,Gi=(0,le.Z)(Dt,Ln),to=ee.useCallback(function(Dn){return typeof nn=="function"?nn(Dn):Dn==null?void 0:Dn[nn]},[nn]),er=ln(to,null,null),_o=(0,ae.Z)(er,4),$o=_o[0],wr=_o[1],qo=_o[2],ur=_o[3],xr=!!(un!==!1&&Et&&ve),Ao=ee.useMemo(function(){return Object.values(qo.maps).reduce(function(Dn,Vn){return Dn+Vn},0)},[qo.id,qo.maps]),wt=xr&&Te&&(Math.max(ve*Te.length,Ao)>Et||!!zn),xo=Nn==="rtl",Qi=Ze()(Bt,(0,Ye.Z)({},"".concat(Bt,"-rtl"),xo),zt),bo=Te||ri,nr=(0,ee.useRef)(),Xo=(0,ee.useRef)(),Br=(0,ee.useRef)(),hs=(0,ee.useState)(0),eo=(0,ae.Z)(hs,2),Oe=eo[0],Ce=eo[1],fe=(0,ee.useState)(0),Wn=(0,ae.Z)(fe,2),yi=Wn[0],Mi=Wn[1],on=(0,ee.useState)(!1),kn=(0,ae.Z)(on,2),Pe=kn[0],xe=kn[1],bn=function(){xe(!0)},Wt=function(){xe(!1)},Ge={getKey:to};function fn(Dn){Ce(function(Vn){var Yn;typeof Dn=="function"?Yn=Dn(Vn):Yn=Dn;var Un=Sn(Yn);return nr.current.scrollTop=Un,Un})}var Hn=(0,ee.useRef)({start:0,end:bo.length}),Fe=(0,ee.useRef)(),Ae=vt(bo,to),wn=(0,ae.Z)(Ae,1),Bn=wn[0];Fe.current=Bn;var Kn=ee.useMemo(function(){if(!xr)return{scrollHeight:void 0,start:0,end:bo.length-1,offset:void 0};if(!wt){var Dn;return{scrollHeight:((Dn=Xo.current)===null||Dn===void 0?void 0:Dn.offsetHeight)||0,start:0,end:bo.length-1,offset:void 0}}for(var Vn=0,Yn,Un,vi,mo=bo.length,ai=0;ai<mo;ai+=1){var ui=bo[ai],Je=to(ui),li=qo.get(Je),lo=Vn+(li===void 0?ve:li);lo>=Oe&&Yn===void 0&&(Yn=ai,Un=Vn),lo>Oe+Et&&vi===void 0&&(vi=ai),Vn=lo}return Yn===void 0&&(Yn=0,Un=0,vi=Math.ceil(Et/ve)),vi===void 0&&(vi=bo.length-1),vi=Math.min(vi+1,bo.length-1),{scrollHeight:Vn,start:Yn,end:vi,offset:Un}},[wt,xr,Oe,bo,ur,Et]),In=Kn.scrollHeight,mn=Kn.start,jn=Kn.end,Bi=Kn.offset;Hn.current.start=mn,Hn.current.end=jn,ee.useLayoutEffect(function(){var Dn=qo.getRecord();if(Dn.size===1){var Vn=Array.from(Dn)[0],Yn=bo[mn];if(Yn){var Un=to(Yn);if(Un===Vn){var vi=qo.get(Vn),mo=vi-ve;fn(function(ai){return ai+mo})}}}qo.resetRecord()},[In]);var bi=ee.useState({width:0,height:Et}),ke=(0,ae.Z)(bi,2),Qt=ke[0],ye=ke[1],sn=function(Vn){ye({width:Vn.offsetWidth,height:Vn.offsetHeight})},Ti=(0,ee.useRef)(),ce=(0,ee.useRef)(),He=ee.useMemo(function(){return dn(Qt.width,zn)},[Qt.width,zn]),ze=ee.useMemo(function(){return dn(Qt.height,In)},[Qt.height,In]),pe=In-Et,an=(0,ee.useRef)(pe);an.current=pe;function Sn(Dn){var Vn=Dn;return Number.isNaN(an.current)||(Vn=Math.min(Vn,an.current)),Vn=Math.max(Vn,0),Vn}var ii=Oe<=0,ti=Oe>=pe,fi=yi<=0,Fn=yi>=zn,Ee=Vt(ii,ti,fi,Fn),wi=function(){return{x:xo?-yi:yi,y:Oe}},Me=(0,ee.useRef)(wi()),Cn=(0,qt.zX)(function(Dn){if(Oi){var Vn=(0,be.Z)((0,be.Z)({},wi()),Dn);(Me.current.x!==Vn.x||Me.current.y!==Vn.y)&&(Oi(Vn),Me.current=Vn)}});function Gn(Dn,Vn){var Yn=Dn;Vn?((0,Ue.flushSync)(function(){Mi(Yn)}),Cn()):fn(Yn)}function ni(Dn){var Vn=Dn.currentTarget.scrollTop;Vn!==Oe&&fn(Vn),ki==null||ki(Dn),Cn()}var Yi=function(Vn){var Yn=Vn,Un=zn?zn-Qt.width:0;return Yn=Math.max(Yn,0),Yn=Math.min(Yn,Un),Yn},Ui=(0,qt.zX)(function(Dn,Vn){Vn?((0,Ue.flushSync)(function(){Mi(function(Yn){var Un=Yn+(xo?-Dn:Dn);return Yi(Un)})}),Cn()):fn(function(Yn){var Un=Yn+Dn;return Un})}),Ei=ne(xr,ii,ti,fi,Fn,!!zn,Ui),Ci=(0,ae.Z)(Ei,2),ho=Ci[0],si=Ci[1];Tn(xr,nr,function(Dn,Vn,Yn,Un){var vi=Un;return Ee(Dn,Vn,Yn)?!1:!vi||!vi._virtualHandled?(vi&&(vi._virtualHandled=!0),ho({preventDefault:function(){},deltaX:Dn?Vn:0,deltaY:Dn?0:Vn}),!0):!1}),ue(wt,nr,function(Dn){fn(function(Vn){return Vn+Dn})}),(0,Ke.Z)(function(){function Dn(Yn){var Un=ii&&Yn.detail<0,vi=ti&&Yn.detail>0;xr&&!Un&&!vi&&Yn.preventDefault()}var Vn=nr.current;return Vn.addEventListener("wheel",ho,{passive:!1}),Vn.addEventListener("DOMMouseScroll",si,{passive:!0}),Vn.addEventListener("MozMousePixelScroll",Dn,{passive:!1}),function(){Vn.removeEventListener("wheel",ho),Vn.removeEventListener("DOMMouseScroll",si),Vn.removeEventListener("MozMousePixelScroll",Dn)}},[xr,ii,ti]),(0,Ke.Z)(function(){if(zn){var Dn=Yi(yi);Mi(Dn),Cn({x:Dn})}},[Qt.width,zn]);var An=function(){var Vn,Yn;(Vn=Ti.current)===null||Vn===void 0||Vn.delayHidden(),(Yn=ce.current)===null||Yn===void 0||Yn.delayHidden()},At=vn(nr,bo,qo,ve,to,function(){return wr(!0)},fn,An);ee.useImperativeHandle(Lt,function(){return{nativeElement:Br.current,getScrollInfo:wi,scrollTo:function(Vn){function Yn(Un){return Un&&(0,he.Z)(Un)==="object"&&("left"in Un||"top"in Un)}Yn(Vn)?(Vn.left!==void 0&&Mi(Yi(Vn.left)),At(Vn.top)):At(Vn)}}}),(0,Ke.Z)(function(){if(Ki){var Dn=bo.slice(mn,jn+1);Ki(Dn,bo)}},[mn,jn,bo]);var ei=$t(bo,to,qo,ve),gi=Wi==null?void 0:Wi({start:mn,end:jn,virtual:wt,offsetX:yi,offsetY:Bi,rtl:xo,getSize:ei}),oi=ct(bo,mn,jn,zn,yi,$o,$e,Ge),$i=null;Et&&($i=(0,be.Z)((0,Ye.Z)({},rn?"height":"maxHeight",Et),xn),xr&&($i.overflowY="hidden",zn&&($i.overflowX="hidden"),Pe&&($i.pointerEvents="none")));var oo={};return xo&&(oo.dir="rtl"),ee.createElement("div",(0,Ct.Z)({ref:Br,style:(0,be.Z)((0,be.Z)({},Qe),{},{position:"relative"}),className:Qi},oo,Gi),ee.createElement(Se.Z,{onResize:sn},ee.createElement(Ai,{className:"".concat(Bt,"-holder"),style:$i,ref:nr,onScroll:ni,onMouseEnter:An},ee.createElement(et,{prefixCls:Bt,height:In,offsetX:yi,offsetY:Bi,scrollWidth:zn,onInnerResize:wr,ref:Xo,innerProps:so,rtl:xo,extra:gi},oi))),wt&&In>Et&&ee.createElement(Qn,{ref:Ti,prefixCls:Bt,scrollOffset:Oe,scrollRange:In,rtl:xo,onScroll:Gn,onStartMove:bn,onStopMove:Wt,spinSize:ze,containerSize:Qt.height,style:Vi==null?void 0:Vi.verticalScrollBar,thumbStyle:Vi==null?void 0:Vi.verticalScrollBarThumb,showScrollBar:Yo}),wt&&zn>Qt.width&&ee.createElement(Qn,{ref:ce,prefixCls:Bt,scrollOffset:yi,scrollRange:zn,rtl:xo,onScroll:Gn,onStartMove:bn,onStopMove:Wt,spinSize:He,containerSize:Qt.width,horizontal:!0,style:Vi==null?void 0:Vi.horizontalScrollBar,thumbStyle:Vi==null?void 0:Vi.horizontalScrollBarThumb,showScrollBar:Yo}))}var ie=ee.forwardRef(Zn);ie.displayName="List";var Rn=ie,zi=Rn},93314:function(gn){"use strict";gn.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=="},16722:function(gn,Xn,Zt){"use strict";Zt.d(Xn,{Z:function(){return Ze}});const Ct=Se=>typeof Se=="object"&&Se!=null&&Se.nodeType===1,he=(Se,qt)=>(!qt||Se!=="hidden")&&Se!=="visible"&&Se!=="clip",be=(Se,qt)=>{if(Se.clientHeight<Se.scrollHeight||Se.clientWidth<Se.scrollWidth){const Ke=getComputedStyle(Se,null);return he(Ke.overflowY,qt)||he(Ke.overflowX,qt)||(ee=>{const Ue=(Ft=>{if(!Ft.ownerDocument||!Ft.ownerDocument.defaultView)return null;try{return Ft.ownerDocument.defaultView.frameElement}catch(et){return null}})(ee);return!!Ue&&(Ue.clientHeight<ee.scrollHeight||Ue.clientWidth<ee.scrollWidth)})(Se)}return!1},Ye=(Se,qt,Ke,ee,Ue,Ft,et,nt)=>Ft<Se&&et>qt||Ft>Se&&et<qt?0:Ft<=Se&&nt<=Ke||et>=qt&&nt>=Ke?Ft-Se-ee:et>qt&&nt<Ke||Ft<Se&&nt>Ke?et-qt+Ue:0,ae=Se=>{const qt=Se.parentElement;return qt==null?Se.getRootNode().host||null:qt},le=(Se,qt)=>{var Ke,ee,Ue,Ft;if(typeof document=="undefined")return[];const{scrollMode:et,block:nt,inline:ct,boundary:lt,skipOverflowHiddenElements:pt}=qt,vt=typeof lt=="function"?lt:Qn=>Qn!==lt;if(!Ct(Se))throw new TypeError("Invalid target");const kt=document.scrollingElement||document.documentElement,Nt=[];let _t=Se;for(;Ct(_t)&&vt(_t);){if(_t=ae(_t),_t===kt){Nt.push(_t);break}_t!=null&&_t===document.body&&be(_t)&&!be(document.documentElement)||_t!=null&&be(_t,pt)&&Nt.push(_t)}const Vt=(ee=(Ke=window.visualViewport)==null?void 0:Ke.width)!=null?ee:innerWidth,ne=(Ft=(Ue=window.visualViewport)==null?void 0:Ue.height)!=null?Ft:innerHeight,{scrollX:$t,scrollY:te}=window,{height:Le,width:de,top:Xe,right:Ie,bottom:ln,left:Jn}=Se.getBoundingClientRect(),{top:Tn,right:mi,bottom:En,left:ue}=(Qn=>{const je=window.getComputedStyle(Qn);return{top:parseFloat(je.scrollMarginTop)||0,right:parseFloat(je.scrollMarginRight)||0,bottom:parseFloat(je.scrollMarginBottom)||0,left:parseFloat(je.scrollMarginLeft)||0}})(Se);let Kt=nt==="start"||nt==="nearest"?Xe-Tn:nt==="end"?ln+En:Xe+Le/2-Tn+En,vn=ct==="center"?Jn+de/2-ue+mi:ct==="end"?Ie+mi:Jn-ue;const qn=[];for(let Qn=0;Qn<Nt.length;Qn++){const je=Nt[Qn],{height:dn,width:Ln,top:ri,right:xn,bottom:Zn,left:ie}=je.getBoundingClientRect();if(et==="if-needed"&&Xe>=0&&Jn>=0&&ln<=ne&&Ie<=Vt&&(je===kt&&!be(je)||Xe>=ri&&ln<=Zn&&Jn>=ie&&Ie<=xn))return qn;const Rn=getComputedStyle(je),zi=parseInt(Rn.borderLeftWidth,10),Dt=parseInt(Rn.borderTopWidth,10),Lt=parseInt(Rn.borderRightWidth,10),xt=parseInt(Rn.borderBottomWidth,10);let Bt=0,zt=0;const Et="offsetWidth"in je?je.offsetWidth-je.clientWidth-zi-Lt:0,ve="offsetHeight"in je?je.offsetHeight-je.clientHeight-Dt-xt:0,we="offsetWidth"in je?je.offsetWidth===0?0:Ln/je.offsetWidth:0,rn="offsetHeight"in je?je.offsetHeight===0?0:dn/je.offsetHeight:0;if(kt===je)Bt=nt==="start"?Kt:nt==="end"?Kt-ne:nt==="nearest"?Ye(te,te+ne,ne,Dt,xt,te+Kt,te+Kt+Le,Le):Kt-ne/2,zt=ct==="start"?vn:ct==="center"?vn-Vt/2:ct==="end"?vn-Vt:Ye($t,$t+Vt,Vt,zi,Lt,$t+vn,$t+vn+de,de),Bt=Math.max(0,Bt+te),zt=Math.max(0,zt+$t);else{Bt=nt==="start"?Kt-ri-Dt:nt==="end"?Kt-Zn+xt+ve:nt==="nearest"?Ye(ri,Zn,dn,Dt,xt+ve,Kt,Kt+Le,Le):Kt-(ri+dn/2)+ve/2,zt=ct==="start"?vn-ie-zi:ct==="center"?vn-(ie+Ln/2)+Et/2:ct==="end"?vn-xn+Lt+Et:Ye(ie,xn,Ln,zi,Lt+Et,vn,vn+de,de);const{scrollLeft:Qe,scrollTop:Te}=je;Bt=rn===0?0:Math.max(0,Math.min(Te+Bt/rn,je.scrollHeight-dn/rn+ve)),zt=we===0?0:Math.max(0,Math.min(Qe+zt/we,je.scrollWidth-Ln/we+Et)),Kt+=Te-Bt,vn+=Qe-zt}qn.push({el:je,top:Bt,left:zt})}return qn},oe=Se=>Se===!1?{block:"end",inline:"nearest"}:(qt=>qt===Object(qt)&&Object.keys(qt).length!==0)(Se)?Se:{block:"start",inline:"nearest"};function Ze(Se,qt){if(!Se.isConnected||!(Ue=>{let Ft=Ue;for(;Ft&&Ft.parentNode;){if(Ft.parentNode===document)return!0;Ft=Ft.parentNode instanceof ShadowRoot?Ft.parentNode.host:Ft.parentNode}return!1})(Se))return;const Ke=(Ue=>{const Ft=window.getComputedStyle(Ue);return{top:parseFloat(Ft.scrollMarginTop)||0,right:parseFloat(Ft.scrollMarginRight)||0,bottom:parseFloat(Ft.scrollMarginBottom)||0,left:parseFloat(Ft.scrollMarginLeft)||0}})(Se);if((Ue=>typeof Ue=="object"&&typeof Ue.behavior=="function")(qt))return qt.behavior(le(Se,qt));const ee=typeof qt=="boolean"||qt==null?void 0:qt.behavior;for(const{el:Ue,top:Ft,left:et}of le(Se,oe(qt))){const nt=Ft-Ke.top+Ke.bottom,ct=et-Ke.left+Ke.right;Ue.scroll({top:nt,left:ct,behavior:ee})}}}}]);
|