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([[508],{37036:function(){"use strict"},95625:function(){"use strict"},88010:function(cn,Yn){"use strict";Yn.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 cn(Ft,et,it,ct){it===void 0&&(it=0),ct===void 0&&(ct=1/0),this._name=Ft,this._defaultValue=et,this._minimum=it,this._maximum=ct}Object.defineProperty(cn.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(cn.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(cn.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(cn.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 it=go.Shape._FigureParameters[Ft];return it?it[et]:null},go.Shape.setFigureParameter=function(Ft,et,it){if(!(it instanceof cn))throw new Error("Third argument to Shape.setFigureParameter is not FigureParameter: "+it);if(it.defaultValue<it.minimum||it.defaultValue>it.maximum)throw new Error("defaultValue must be between minimum and maximum, not: "+it.defaultValue);var ct=go.Shape._FigureParameters[Ft];ct||(ct=[],go.Shape._FigureParameters[Ft]=ct),ct[et]=it};var Yn=[];function Xt(Ft,et){var it=Yn.pop();return it===void 0?new go.Point(Ft,et):(it.x=Ft,it.y=et,it)}function bt(){var Ft=Yn.pop();return Ft===void 0?new go.Point:Ft}function ae(Ft){Yn.push(Ft)}function Ce(Ft,et,it,ct,lt,pt,vt,Lt,Et){Et||(Et=new go.Point);var zt=Ft-it,Vt=lt-vt,$t=NaN,ie=NaN;if(zt===0)if(Vt===0)Ft===it&&($t=Ft,ie=et);else{var qt=(pt-Lt)/Vt,Re=pt-qt*lt;$t=Ft,ie=qt*$t+Re}else if(Vt===0){var me=(et-ct)/zt,Ve=et-me*Ft;$t=lt,ie=me*$t+Ve}else{var me=(et-ct)/zt,qt=(pt-Lt)/Vt,Ve=et-me*Ft,Re=pt-qt*lt;$t=(Re-Ve)/(me-qt),ie=me*$t+Ve}return Et.x=$t,Et.y=ie,Et}function Oe(Ft,et,it,ct,lt,pt,vt,Lt,Et,zt,Vt,$t,ie,qt){var Re=1-Et,me=Et,Ve=Ft*Re+it*me,un=et*Re+ct*me,Nn=it*Re+lt*me,vi=ct*Re+pt*me,Bn=lt*Re+vt*me,Ti=pt*Re+Lt*me,ni=Ve*Re+Nn*me,ge=un*Re+vi*me,Kt=Nn*Re+Bn*me,wn=vi*Re+Ti*me,di=ni*Re+Kt*me,gi=ge*Re+wn*me;zt.x=Ve,zt.y=un,Vt.x=ni,Vt.y=ge,$t.x=di,$t.y=gi,ie.x=Kt,ie.y=wn,qt.x=Bn,qt.y=Ti}var le=new go.Spot(.156,.156),ue=new go.Spot(.844,.844),oe=4*((Math.sqrt(2)-1)/3);go.Shape.setFigureParameter("RoundedRectangle",0,new cn("CornerRounding",5)),go.Shape.defineFigureGenerator("RoundedRectangle",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=5),ct=Math.min(ct,et/3),ct=Math.min(ct,it/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,it-ct)).add(new go.PathSegment(go.PathSegment.Bezier,et-ct,it,et,it-lt,et-lt,it)).add(new go.PathSegment(go.PathSegment.Line,ct,it)).add(new go.PathSegment(go.PathSegment.Bezier,0,it-ct,lt,it,0,it-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,it){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())).setSpots(0,.25,.5,.75)}),go.Shape.defineFigureGenerator("TriangleDown",function(Ft,et,it){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,it).close())).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("TriangleLeft",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(et,it).add(new go.PathSegment(go.PathSegment.Line,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,et,0).close())).setSpots(.5,.25,1,.75)}),go.Shape.defineFigureGenerator("TriangleUp",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(et,it).add(new go.PathSegment(go.PathSegment.Line,0,it)).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,it){return new go.Geometry().add(new go.PathFigure(.5*et,0).add(new go.PathSegment(go.PathSegment.Line,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,.5*et,it)).add(new go.PathSegment(go.PathSegment.Line,et,.5*it).close())).setSpots(.25,.25,.75,.75)}),go.Shape.defineFigureGenerator("LineH",function(Ft,et,it){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=0,ct.startY=it/2,ct.endX=et,ct.endY=it/2,ct}),go.Shape.defineFigureGenerator("LineV",function(Ft,et,it){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=et/2,ct.startY=0,ct.endX=et/2,ct.endY=it,ct}),go.Shape.defineFigureGenerator("BarH","Rectangle"),go.Shape.defineFigureGenerator("BarV","Rectangle"),go.Shape.defineFigureGenerator("MinusLine","LineH"),go.Shape.defineFigureGenerator("PlusLine",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,it/2,!1).add(new go.PathSegment(go.PathSegment.Line,et,it/2)).add(new go.PathSegment(go.PathSegment.Move,et/2,0)).add(new go.PathSegment(go.PathSegment.Line,et/2,it)))}),go.Shape.defineFigureGenerator("XLine",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,it,!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,it)))}),go.Shape.defineFigureGenerator("LineRight",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(.25*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,.25*et,it)))}),go.Shape.defineFigureGenerator("LineDown",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,.25*it,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,.75*it)).add(new go.PathSegment(go.PathSegment.Line,et,.25*it)))}),go.Shape.defineFigureGenerator("LineLeft",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(.75*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,.75*et,it)))}),go.Shape.defineFigureGenerator("LineUp",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,.75*it,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,.25*it)).add(new go.PathSegment(go.PathSegment.Line,et,.75*it)))}),go.Shape.defineFigureGenerator("AsteriskLine",function(Ft,et,it){var ct=.2/Math.SQRT2;return new go.Geometry().add(new go.PathFigure(ct*et,(1-ct)*it,!1).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,ct*it)).add(new go.PathSegment(go.PathSegment.Move,ct*et,ct*it)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,(1-ct)*it)).add(new go.PathSegment(go.PathSegment.Move,0,it/2)).add(new go.PathSegment(go.PathSegment.Line,et,it/2)).add(new go.PathSegment(go.PathSegment.Move,et/2,0)).add(new go.PathSegment(go.PathSegment.Line,et/2,it)))}),go.Shape.defineFigureGenerator("CircleLine",function(Ft,et,it){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=le,lt.spot2=ue,lt.defaultStretch=go.GraphObject.Uniform,lt}),go.Shape.defineFigureGenerator("Line1",function(Ft,et,it){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=0,ct.startY=0,ct.endX=et,ct.endY=it,ct}),go.Shape.defineFigureGenerator("Line2",function(Ft,et,it){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=et,ct.startY=0,ct.endX=0,ct.endY=it,ct}),go.Shape.defineFigureGenerator("Curve1",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,it,oe*et,0,et,(1-oe)*it)))}),go.Shape.defineFigureGenerator("Curve2",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,it,0,oe*it,(1-oe)*et,it)))}),go.Shape.defineFigureGenerator("Curve3",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,it,et,oe*it,oe*et,it)))}),go.Shape.defineFigureGenerator("Curve4",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,it,(1-oe)*et,0,0,(1-oe)*it)))}),go.Shape.defineFigureGenerator("TriangleDownLeft",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())).setSpots(0,.5,.5,1)}),go.Shape.defineFigureGenerator("TriangleDownRight",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(et,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())).setSpots(.5,.5,1,1)}),go.Shape.defineFigureGenerator("TriangleUpLeft",function(Ft,et,it){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,it).close())).setSpots(0,0,.5,.5)}),go.Shape.defineFigureGenerator("TriangleUpRight",function(Ft,et,it){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,it).close())).setSpots(.5,0,1,.5)}),go.Shape.defineFigureGenerator("RightTriangle","TriangleDownLeft"),go.Shape.setFigureParameter("Parallelogram1",0,new cn("Indent",.1,-.99,.99)),go.Shape.defineFigureGenerator("Parallelogram1",function(Ft,et,it){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=it,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,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).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,it)).add(new go.PathSegment(go.PathSegment.Line,lt,it).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 cn("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("Parallelogram2",function(Ft,et,it){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=it,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,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).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,it)).add(new go.PathSegment(go.PathSegment.Line,lt,it).close())),lt<et/2&&pt.setSpots(lt/et,0,(et-lt)/et,1),pt}}),go.Shape.setFigureParameter("Trapezoid1",0,new cn("Indent",.2,-.99,.99)),go.Shape.defineFigureGenerator("Trapezoid1",function(Ft,et,it){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=it,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,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).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,it)).add(new go.PathSegment(go.PathSegment.Line,lt,it).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 cn("Indent",20,-1/0,1/0)),go.Shape.defineFigureGenerator("Trapezoid2",function(Ft,et,it){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=it,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,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).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,it)).add(new go.PathSegment(go.PathSegment.Line,lt,it).close())),lt<et/2&&pt.setSpots(lt/et,0,(et-lt)/et,1),pt}}),go.Shape.setFigureParameter("ManualOperation",0,new cn("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("ManualOperation",function(Ft,et,it){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=it,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,it)).add(new go.PathSegment(go.PathSegment.Line,lt,it).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,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())),lt<et/2&&pt.setSpots(lt/et,0,(et-lt)/et,1),pt}});var ze=[];function Pe(){var Ft=ze.pop();return Ft===void 0?[]:Ft}function Qt(Ft){Ft.length=0,ze.push(Ft)}function Qe(Ft){for(var et=Pe(),it=.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+it*Math.cos(pt),ct+it*Math.sin(pt));return et.push(et[0]),et}function he(Ft){var et=tn(Ft),it=Pe();it[0]=et[0];for(var ct=1,lt=1;ct<et.length;ct+=2,lt+=3)it[lt]=et[ct],it[lt+1]=et[ct],it[lt+2]=et[ct+1];return Qt(et),it}function tn(Ft){for(var et=Qe(Ft),it=Pe(),ct=Math.floor(et.length/2),lt=et.length-1,pt=Ft%2===0?2:1,vt=0;vt<lt;vt++){var Lt=et[vt],Et=et[vt+1],zt=et[(ct+vt-1)%lt],Vt=et[(ct+vt+pt)%lt];it[vt*2]=Lt,it[vt*2+1]=Ce(Lt.x,Lt.y,zt.x,zt.y,Et.x,Et.y,Vt.x,Vt.y,new go.Point)}return it[it.length]=it[0],Qt(et),it}go.Shape.defineFigureGenerator("Pentagon",function(Ft,et,it){var ct=Qe(5),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=Qe(6),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=Qe(7),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=Qe(8),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=Qe(9),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=Qe(10),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=Qe(12),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=tn(5),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=tn(6),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=tn(7),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=tn(8),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=tn(9),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=tn(10),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it));return pt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*it).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,it){var ct=he(5),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it,ct[vt].x*et,ct[vt].y*it,ct[vt+1].x*et,ct[vt+1].y*it));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,it){var ct=he(6),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it,ct[vt].x*et,ct[vt].y*it,ct[vt+1].x*et,ct[vt+1].y*it));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,it){var ct=he(7),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it,ct[vt].x*et,ct[vt].y*it,ct[vt+1].x*et,ct[vt+1].y*it));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,it){var ct=he(8),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it,ct[vt].x*et,ct[vt].y*it,ct[vt+1].x*et,ct[vt+1].y*it));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,it){var ct=he(9),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it,ct[vt].x*et,ct[vt].y*it,ct[vt+1].x*et,ct[vt+1].y*it));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,it){var ct=he(10),lt=new go.Geometry,pt=new go.PathFigure(ct[0].x*et,ct[0].y*it,!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*it,ct[vt].x*et,ct[vt].y*it,ct[vt+1].x*et,ct[vt+1].y*it));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 cn("ThicknessX",8)),go.Shape.setFigureParameter("FramedRectangle",1,new cn("ThicknessY",8)),go.Shape.defineFigureGenerator("FramedRectangle",function(Ft,et,it){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,it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),ct<et/2&<<it/2&&(vt.add(new go.PathSegment(go.PathSegment.Move,ct,lt)),vt.add(new go.PathSegment(go.PathSegment.Line,ct,it-lt)),vt.add(new go.PathSegment(go.PathSegment.Line,et-ct,it-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 cn("Thickness",8)),go.Shape.defineFigureGenerator("Ring",function(Ft,et,it){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 Lt=Math.max(lt-ct,0);return Lt>0&&(vt.add(new go.PathSegment(go.PathSegment.Move,et/2+Lt,et/2)),vt.add(new go.PathSegment(go.PathSegment.Arc,0,-360,lt,lt,Lt,Lt).close())),pt.spot1=le,pt.spot2=ue,pt.defaultStretch=go.GraphObject.Uniform,pt}),go.Shape.defineFigureGenerator("Cloud",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(.08034461*et,.1944299*it,!0).add(new go.PathSegment(go.PathSegment.Bezier,.2008615*et,.05349299*it,-.09239631*et,.07836421*it,.1406031*et,-.0542823*it)).add(new go.PathSegment(go.PathSegment.Bezier,.4338609*et,.074219*it,.2450511*et,-.00697547*it,.3776197*et,-.01112067*it)).add(new go.PathSegment(go.PathSegment.Bezier,.6558228*et,.07004196*it,.4539471*et,0,.6066018*et,-.02526587*it)).add(new go.PathSegment(go.PathSegment.Bezier,.8921095*et,.08370865*it,.6914277*et,-.01904177*it,.8921095*et,-.01220843*it)).add(new go.PathSegment(go.PathSegment.Bezier,.9147671*et,.3194596*it,1.036446*et,.04105738*it,1.020377*et,.3022052*it)).add(new go.PathSegment(go.PathSegment.Bezier,.9082935*et,.562044*it,1.04448*et,.360238*it,.992256*et,.5219009*it)).add(new go.PathSegment(go.PathSegment.Bezier,.9212406*et,.8217117*it,1.032337*et,.5771781*it,1.018411*et,.8120651*it)).add(new go.PathSegment(go.PathSegment.Bezier,.7592566*et,.9156953*it,1.028411*et,.9571472*it,.8556702*et,1.052487*it)).add(new go.PathSegment(go.PathSegment.Bezier,.5101666*et,.9310455*it,.7431877*et,1.009325*it,.5624123*et,1.021761*it)).add(new go.PathSegment(go.PathSegment.Bezier,.2609328*et,.9344623*it,.4820677*et,1.031761*it,.3030112*et,1.002796*it)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*et,.870098*it,.2329994*et,1.01518*it,.03213784*et,1.01518*it)).add(new go.PathSegment(go.PathSegment.Bezier,.06829292*et,.6545475*it,-.02812061*et,.9032597*it,-.01205169*et,.6835638*it)).add(new go.PathSegment(go.PathSegment.Bezier,.06427569*et,.4265613*it,-.01812061*et,.6089503*it,-.00606892*et,.4555777*it)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*et,.1944299*it,-.01606892*et,.3892545*it,-.01205169*et,.1944299*it))).setSpots(.1,.1,.9,.9)}),go.Shape.defineFigureGenerator("StopSign",function(Ft,et,it){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*it)).add(new go.PathSegment(go.PathSegment.Line,et,(1-ct)*it)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,it)).add(new go.PathSegment(go.PathSegment.Line,ct*et,it)).add(new go.PathSegment(go.PathSegment.Line,0,(1-ct)*it)).add(new go.PathSegment(go.PathSegment.Line,0,ct*it).close())).setSpots(ct/2,ct/2,1-ct/2,1-ct/2)}),go.Shape.setFigureParameter("Pie",0,new cn("Start",0,-360,360)),go.Shape.setFigureParameter("Pie",1,new cn("Sweep",315,-360,360)),go.Shape.defineFigureGenerator("Pie",function(Ft,et,it){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,Lt=Math.min(et,it)/2;return new go.Geometry().add(new go.PathFigure(Lt,Lt).add(new go.PathSegment(go.PathSegment.Arc,pt,vt,Lt,Lt,Lt,Lt).close()))}),go.Shape.defineFigureGenerator("PiePiece",function(Ft,et,it){var ct=oe/Math.SQRT2*.5,lt=Math.SQRT2/2,pt=1-Math.SQRT2/2;return new go.Geometry().add(new go.PathFigure(et,it,!0).add(new go.PathSegment(go.PathSegment.Bezier,lt*et,pt*it,et,(1-ct)*it,(lt+ct)*et,(pt+ct)*it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close()))}),go.Shape.setFigureParameter("ThickCross",0,new cn("Thickness",30)),go.Shape.defineFigureGenerator("ThickCross",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=30);var lt=Math.min(ct,et)/2,pt=et/2,vt=it/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,it)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,it)).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 cn("Thickness",10)),go.Shape.defineFigureGenerator("ThinCross",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=10);var lt=Math.min(ct,et)/2,pt=et/2,vt=it/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,it)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,it)).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 cn("Thickness",30)),go.Shape.defineFigureGenerator("ThickX",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;if((isNaN(ct)||ct<0)&&(ct=30),et===0||it===0){var lt=new go.Geometry(go.Geometry.Rectangle);return lt.startX=0,lt.startY=0,lt.endX=et,lt.endY=it,lt}else{var pt=et/2,vt=it/2,Lt=Math.atan2(it,et),Et=ct-Math.min(Math.cos(Lt)*ct/2,pt),zt=ct-Math.min(Math.sin(Lt)*ct/2,vt),lt=new go.Geometry,Vt=new go.PathFigure(Et,0,!0);return lt.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Line,pt,.2*it)),Vt.add(new go.PathSegment(go.PathSegment.Line,et-Et,0)),Vt.add(new go.PathSegment(go.PathSegment.Line,et,zt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.8*et,vt)),Vt.add(new go.PathSegment(go.PathSegment.Line,et,it-zt)),Vt.add(new go.PathSegment(go.PathSegment.Line,et-Et,it)),Vt.add(new go.PathSegment(go.PathSegment.Line,pt,.8*it)),Vt.add(new go.PathSegment(go.PathSegment.Line,Et,it)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,it-zt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,vt)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,zt).close()),lt}}),go.Shape.setFigureParameter("ThinX",0,new cn("Thickness",10)),go.Shape.defineFigureGenerator("ThinX",function(Ft,et,it){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*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.9*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.9*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.1*it).close()),lt}),go.Shape.setFigureParameter("SquareIBeam",0,new cn("BeamWidth",.2,.1,.9)),go.Shape.defineFigureGenerator("SquareIBeam",function(Ft,et,it){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*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5+ct/2)*et,ct*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5+ct/2)*et,(1-ct)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,(1-ct)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,(1-ct)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5-ct/2)*et,(1-ct)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5-ct/2)*et,ct*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,ct*it).close()),lt}),go.Shape.setFigureParameter("RoundedIBeam",0,new cn("Curviness",.5,.05,.65)),go.Shape.defineFigureGenerator("RoundedIBeam",function(Ft,et,it){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,it,Math.abs(1-ct)*et,.25*it,Math.abs(1-ct)*et,.75*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,ct*et,.75*it,ct*et,.25*it).close()),lt}),go.Shape.defineFigureGenerator("HalfEllipse",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,oe*et,0,et,(.5-oe/2)*it)).add(new go.PathSegment(go.PathSegment.Bezier,0,it,et,(.5+oe/2)*it,oe*et,it).close())).setSpots(0,.156,.844,.844)}),go.Shape.defineFigureGenerator("Crescent",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,it,et,0,et,it)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.5*et,.75*it,.5*et,.25*it).close())).setSpots(.311,.266,.744,.744)}),go.Shape.defineFigureGenerator("Heart",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(.5*et,it,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,.3*it,.1*et,.8*it,0,.5*it)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*it,0,0,.45*et,0)).add(new go.PathSegment(go.PathSegment.Bezier,et,.3*it,.55*et,0,et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,.5*it,.9*et,.8*it).close())).setSpots(.14,.29,.86,.78)}),go.Shape.defineFigureGenerator("Spade",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(.5*et,0,!0).add(new go.PathSegment(go.PathSegment.Line,.51*et,.01*it)).add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,.6*et,.2*it,et,.25*it)).add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.7*it,et,.8*it,.6*et,.8*it)).add(new go.PathSegment(go.PathSegment.Bezier,.75*et,it,.5*et,.75*it,.55*et,.95*it)).add(new go.PathSegment(go.PathSegment.Line,.25*et,it)).add(new go.PathSegment(go.PathSegment.Bezier,.45*et,.7*it,.45*et,.95*it,.5*et,.75*it)).add(new go.PathSegment(go.PathSegment.Bezier,0,.5*it,.4*et,.8*it,0,.8*it)).add(new go.PathSegment(go.PathSegment.Bezier,.49*et,.01*it,0,.25*it,.4*et,.2*it).close())).setSpots(.14,.26,.86,.78)}),go.Shape.defineFigureGenerator("Club",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(.4*et,.6*it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.15*et,it,.5*et,.75*it,.45*et,.95*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.6*et,.6*it,.55*et,.95*it,.5*et,.75*it));var pt=.2,vt=.3,Lt=0,Et=pt*oe;return lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5+pt+Lt)*it,(.5-pt+vt)*et,(.5+Et+Lt)*it,(.5-Et+vt)*et,(.5+pt+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+pt+vt)*et,(.5+Lt)*it,(.5+Et+vt)*et,(.5+pt+Lt)*it,(.5+pt+vt)*et,(.5+Et+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+Lt)*it,(1-.5+pt+vt)*et,(.5-Et+Lt)*it,(.5+Et+vt)*et,(.5-pt+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.65*et,.36771243*it,(.5-Et+vt)*et,(.5-pt+Lt)*it,(.5-pt+vt+.05)*et,(.5-Et+Lt-.02)*it)),pt=.2,vt=0,Lt=-.3,Et=pt*oe,lt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+pt+vt)*et,(.5+Lt)*it,(.5+Et+vt)*et,(.5+pt+Lt)*it,(.5+pt+vt)*et,(.5+Et+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+Lt)*it,(1-.5+pt+vt)*et,(.5-Et+Lt)*it,(.5+Et+vt)*et,(.5-pt+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-pt+vt)*et,(.5+Lt)*it,(.5-Et+vt)*et,(.5-pt+Lt)*it,(.5-pt+vt)*et,(.5-Et+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-Et+vt)*et,(.5+pt+Lt)*it,(.5-pt+vt)*et,(.5+Et+Lt)*it,(.5-Et+vt)*et,(.5+pt+Lt)*it)),pt=.2,vt=-.3,Lt=0,Et=pt*oe,lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+Lt)*it,(1-.5+pt+vt-.05)*et,(.5-Et+Lt-.02)*it,(.5+Et+vt)*et,(.5-pt+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-pt+vt)*et,(.5+Lt)*it,(.5-Et+vt)*et,(.5-pt+Lt)*it,(.5-pt+vt)*et,(.5-Et+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5+pt+Lt)*it,(.5-pt+vt)*et,(.5+Et+Lt)*it,(.5-Et+vt)*et,(.5+pt+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,.6*it,(.5+Et+vt)*et,(.5+pt+Lt)*it,(.5+pt+vt)*et,(.5+Et+Lt)*it).close()),ct.setSpots(.06,.33,.93,.68),ct}),go.Shape.defineFigureGenerator("YinYang",function(Ft,et,it){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,Lt=.25;return lt.add(new go.PathSegment(go.PathSegment.Move,(vt+pt)*et,Lt*it)),lt.add(new go.PathSegment(go.PathSegment.Arc,0,-360,et*vt,it*Lt,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)),Lt=.75,lt=new go.PathFigure((vt+pt)*et,Lt*it,!0),ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,0,360,et*vt,it*Lt,pt*et,pt*et).close()),ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("Peace",function(Ft,et,it){var ct=.8535533905932737,lt=.5*et,pt=.5*it;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,it)).add(new go.PathSegment(go.PathSegment.Move,lt,pt)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,ct*it)).add(new go.PathSegment(go.PathSegment.Move,lt,pt)).add(new go.PathSegment(go.PathSegment.Line,ct*et,ct*it)))}),go.Shape.defineFigureGenerator("NotAllowed",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.5,pt=.5,vt=.5,Lt=.5,Et=new go.PathFigure(vt*et,(Lt-pt)*it);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),pt=.4,lt=oe*.4;var zt=bt(),Vt=bt(),$t=bt(),ie=bt();Oe(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.42,zt,Vt,$t,ie,ie);var qt=bt(),Re=bt(),me=bt();Oe(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.58,ie,ie,me,qt,Re);var Ve=bt(),un=bt(),Nn=bt();Oe(vt,Lt+pt,vt-lt,Lt+pt,vt-pt,Lt+lt,vt-pt,Lt,.42,Ve,un,Nn,ie,ie);var vi=bt(),Bn=bt(),Ti=bt();return Oe(vt,Lt+pt,vt-lt,Lt+pt,vt-pt,Lt+lt,vt-pt,Lt,.58,ie,ie,Ti,vi,Bn),Et.add(new go.PathSegment(go.PathSegment.Move,Ti.x*et,Ti.y*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,vi.x*et,vi.y*it,Bn.x*et,Bn.y*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,$t.x*et,$t.y*it,zt.x*et,zt.y*it,Vt.x*et,Vt.y*it)),Et.add(new go.PathSegment(go.PathSegment.Line,Ti.x*et,Ti.y*it).close()),Et.add(new go.PathSegment(go.PathSegment.Move,Nn.x*et,Nn.y*it)),Et.add(new go.PathSegment(go.PathSegment.Line,me.x*et,me.y*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,qt.x*et,qt.y*it,Re.x*et,Re.y*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,Nn.x*et,Nn.y*it,Ve.x*et,Ve.y*it,un.x*et,un.y*it).close()),ae(zt),ae(Vt),ae($t),ae(ie),ae(qt),ae(Re),ae(me),ae(Ve),ae(un),ae(Nn),ae(vi),ae(Bn),ae(Ti),ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("Fragile",function(Ft,et,it){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*it)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.25*it)).add(new go.PathSegment(go.PathSegment.Line,.29*et,.33*it)).add(new go.PathSegment(go.PathSegment.Line,.35*et,.25*it)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.15*it)).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*it,et,.25*it,.75*et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,.55*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.7*et,it)).add(new go.PathSegment(go.PathSegment.Line,.3*et,it)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.45*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.45*et,.5*it)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.5*it,0,.25*it).close()))}),go.Shape.setFigureParameter("HourGlass",0,new cn("Thickness",30)),go.Shape.defineFigureGenerator("HourGlass",function(Ft,et,it){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*it).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it)).add(new go.PathSegment(go.PathSegment.Line,lt,.5*it)).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,it){return new go.Geometry().add(new go.PathFigure(0,.55*it).add(new go.PathSegment(go.PathSegment.Line,.6*et,0)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.45*it)).add(new go.PathSegment(go.PathSegment.Line,et,.45*it)).add(new go.PathSegment(go.PathSegment.Line,.4*et,it)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.55*it).close()))}),go.Shape.defineFigureGenerator("GenderMale",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.4,pt=.4,vt=.5,Lt=.5,Et=bt(),zt=bt(),Vt=bt(),$t=bt(),ie=new go.PathFigure((vt-pt)*et,Lt*it,!1);ct.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it)),Oe(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.44,Vt,$t,zt,Et,Et),ie.add(new go.PathSegment(go.PathSegment.Bezier,zt.x*et,zt.y*it,Vt.x*et,Vt.y*it,$t.x*et,$t.y*it));var qt=Xt(zt.x,zt.y);Oe(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.56,Et,Et,zt,Vt,$t);var Re=Xt(zt.x,zt.y);ie.add(new go.PathSegment(go.PathSegment.Line,(qt.x*.1+.95*.9)*et,qt.y*.1*it)),ie.add(new go.PathSegment(go.PathSegment.Line,.85*et,qt.y*.1*it)),ie.add(new go.PathSegment(go.PathSegment.Line,.85*et,0)),ie.add(new go.PathSegment(go.PathSegment.Line,et,0)),ie.add(new go.PathSegment(go.PathSegment.Line,et,.15*it)),ie.add(new go.PathSegment(go.PathSegment.Line,(Re.x*.1+.9)*et,.15*it)),ie.add(new go.PathSegment(go.PathSegment.Line,(Re.x*.1+.9)*et,(Re.y*.1+.05*.9)*it)),ie.add(new go.PathSegment(go.PathSegment.Line,Re.x*et,Re.y*it)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,Vt.x*et,Vt.y*it,$t.x*et,$t.y*it)),ie.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it)),pt=.35,lt=oe*.35;var me=new go.PathFigure(vt*et,(Lt-pt)*it,!1);ct.add(me),me.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),me.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it)),me.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),me.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it));var Ve=new go.PathFigure((vt-pt)*et,Lt*it,!1);return ct.add(Ve),ae(Et),ae(zt),ae(Vt),ae($t),ae(qt),ae(Re),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,it){var ct=new go.Geometry,lt=.375,pt=0,vt=-.125,Lt=lt*oe,Et=new go.PathFigure((.525+pt)*et,(.5+lt+vt)*it,!1);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+lt+pt)*et,(.5+vt)*it,(.5+Lt+pt)*et,(.5+lt+vt)*it,(.5+lt+pt)*et,(.5+Lt+vt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(.5+pt)*et,(.5-lt+vt)*it,(1-.5+lt+pt)*et,(.5-Lt+vt)*it,(.5+Lt+pt)*et,(.5-lt+vt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+pt)*et,(.5+vt)*it,(.5-Lt+pt)*et,(.5-lt+vt)*it,(.5-lt+pt)*et,(.5-Lt+vt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(.475+pt)*et,(.5+lt+vt)*it,(.5-lt+pt)*et,(.5+Lt+vt)*it,(.5-Lt+pt)*et,(.5+lt+vt)*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.475*et,.85*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.425*et,.85*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.425*et,.9*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.475*et,.9*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.475*et,it)),Et.add(new go.PathSegment(go.PathSegment.Line,.525*et,it)),Et.add(new go.PathSegment(go.PathSegment.Line,.525*et,.9*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.575*et,.9*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.575*et,.85*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.525*et,.85*it).close()),lt=.325,pt=0,vt=-.125,Lt=lt*oe;var Et=new go.PathFigure((1-.5+lt+pt)*et,(.5+vt)*it,!1);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,(.5+pt)*et,(.5+lt+vt)*it,(.5+lt+pt)*et,(.5+Lt+vt)*it,(.5+Lt+pt)*et,(.5+lt+vt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+pt)*et,(.5+vt)*it,(.5-Lt+pt)*et,(.5+lt+vt)*it,(.5-lt+pt)*et,(.5+Lt+vt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(.5+pt)*et,(.5-lt+vt)*it,(.5-lt+pt)*et,(.5-Lt+vt)*it,(.5-Lt+pt)*et,(.5-lt+vt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+lt+pt)*et,(.5+vt)*it,(.5+Lt+pt)*et,(.5-lt+vt)*it,(1-.5+lt+pt)*et,(.5-Lt+vt)*it));var Et=new go.PathFigure((.525+pt)*et,(.5+lt+vt)*it,!1);return ct.add(Et),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,it){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*it)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,it)).add(new go.PathSegment(go.PathSegment.Move,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,et,.5*it))).setSpots(0,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicIff",function(Ft,et,it){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*it)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,it)).add(new go.PathSegment(go.PathSegment.Move,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,et,.5*it)).add(new go.PathSegment(go.PathSegment.Move,ct*et,0)).add(new go.PathSegment(go.PathSegment.Line,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,ct*et,it))).setSpots(.2,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicNot",function(Ft,et,it){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,it)))}),go.Shape.defineFigureGenerator("LogicAnd",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,it,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,it))).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("LogicOr",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,it)).add(new go.PathSegment(go.PathSegment.Line,et,0))).setSpots(.219,0,.78,.409)}),go.Shape.defineFigureGenerator("LogicXor",function(Ft,et,it){var ct=new go.Geometry().add(new go.PathFigure(.5*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,it)).add(new go.PathSegment(go.PathSegment.Move,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,et,.5*it)).add(new go.PathSegment(go.PathSegment.Arc,0,360,.5*et,.5*it,.5*et,.5*it)));return ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("LogicTruth",function(Ft,et,it){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,it)))}),go.Shape.defineFigureGenerator("LogicFalsity",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,it,!1).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Move,.5*et,it)).add(new go.PathSegment(go.PathSegment.Line,.5*et,0)))}),go.Shape.defineFigureGenerator("LogicThereExists",function(Ft,et,it){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*it)).add(new go.PathSegment(go.PathSegment.Line,0,.5*it)).add(new go.PathSegment(go.PathSegment.Move,et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it)))}),go.Shape.defineFigureGenerator("LogicForAll",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,it)).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,.25*et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*it))).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("LogicIsDefinedAs",function(Ft,et,it){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*it)).add(new go.PathSegment(go.PathSegment.Line,et,.5*it)).add(new go.PathSegment(go.PathSegment.Move,0,it)).add(new go.PathSegment(go.PathSegment.Line,et,it))).setSpots(.01,.01,.99,.49)}),go.Shape.defineFigureGenerator("LogicIntersect",function(Ft,et,it){var ct=.5;return new go.Geometry().add(new go.PathFigure(0,it,!1).add(new go.PathSegment(go.PathSegment.Line,0,ct*it)).add(new go.PathSegment(go.PathSegment.Arc,180,180,ct*et,ct*it,ct*et,ct*it)).add(new go.PathSegment(go.PathSegment.Line,et,it))).setSpots(0,.5,1,1)}),go.Shape.defineFigureGenerator("LogicUnion",function(Ft,et,it){var ct=.5;return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,ct*it)).add(new go.PathSegment(go.PathSegment.Arc,0,180,ct*et,ct*it,ct*et,ct*it)).add(new go.PathSegment(go.PathSegment.Line,0,0))).setSpots(0,0,1,.5)}),go.Shape.setFigureParameter("Arrow",0,new cn("ArrowheadWidth",.3,.01,.99)),go.Shape.setFigureParameter("Arrow",1,new cn("TailHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("Arrow",function(Ft,et,it){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)*it,Lt=(.5+lt/2)*it,Et=new go.Geometry,zt=new go.PathFigure(0,vt,!0);Et.add(zt),zt.add(new go.PathSegment(go.PathSegment.Line,pt,vt)),zt.add(new go.PathSegment(go.PathSegment.Line,pt,0)),zt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),zt.add(new go.PathSegment(go.PathSegment.Line,pt,it)),zt.add(new go.PathSegment(go.PathSegment.Line,pt,Lt)),zt.add(new go.PathSegment(go.PathSegment.Line,0,Lt).close()),Et.spot1=new go.Spot(0,vt/it);var Vt=Ce(0,Lt/it,1,Lt/it,pt/et,1,1,.5,bt());return Et.spot2=new go.Spot(Vt.x,Vt.y),ae(Vt),Et}),go.Shape.setFigureParameter("Arrow2",0,new cn("ArrowheadWidth",30)),go.Shape.setFigureParameter("Arrow2",0,new cn("TailHeight",30)),go.Shape.defineFigureGenerator("Arrow2",function(Ft,et,it){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,it/2);var pt=et-ct,vt=(it-lt)/2,Lt=vt+lt,Et=new go.Geometry,zt=new go.PathFigure(0,vt,!0);Et.add(zt),zt.add(new go.PathSegment(go.PathSegment.Line,pt,vt)),zt.add(new go.PathSegment(go.PathSegment.Line,pt,0)),zt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),zt.add(new go.PathSegment(go.PathSegment.Line,pt,it)),zt.add(new go.PathSegment(go.PathSegment.Line,pt,Lt)),zt.add(new go.PathSegment(go.PathSegment.Line,0,Lt).close()),Et.spot1=new go.Spot(0,vt/it);var Vt=Ce(0,Lt/it,1,Lt/it,pt/et,1,1,.5,bt());return Et.spot2=new go.Spot(Vt.x,Vt.y),ae(Vt),Et}),go.Shape.defineFigureGenerator("Chevron",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it).close()),ct}),go.Shape.defineFigureGenerator("DoubleArrow",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,1*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.786*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,1*it).close()),ct}),go.Shape.setFigureParameter("DoubleEndArrow",0,new cn("ConnecterHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("DoubleEndArrow",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.3);var lt=(.5-ct/2)*it,pt=(.5+ct/2)*it,vt=new go.Geometry,Lt=new go.PathFigure(et,.5*it,!0);vt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),Lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close());var Et=Ce(0,.5,.3,0,0,lt/it,.1,lt/it,bt());return vt.spot1=new go.Spot(Et.x,Et.y),Et=Ce(.7,1,1,.5,0,pt/it,1,pt/it,Et),vt.spot2=new go.Spot(Et.x,Et.y),ae(Et),vt}),go.Shape.setFigureParameter("DoubleEndArrow2",0,new cn("ConnecterHeight",40)),go.Shape.setFigureParameter("DoubleEndArrow2",1,new cn("ArrowHeight",100)),go.Shape.defineFigureGenerator("DoubleEndArrow2",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=40);var lt=Ft?Ft.parameter2:NaN;isNaN(lt)&&(lt=100);var pt=(it-ct)/2,vt=pt+ct,Lt=(it-lt)/2,Et=Lt+lt;(ct>it||lt>it)&&(lt>ct?(ct=ct*it/lt,pt=(it-ct)/2,vt=pt+ct,Lt=0,Et=it):(pt=0,vt=it,Lt=0,Et=it));var zt=new go.Geometry,Vt=new go.PathFigure(et,.5*it,!0);zt.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,Et)),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,Et)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it)),Vt.add(new go.PathSegment(go.PathSegment.Line,.3*et,Lt)),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,Lt).close());var $t=Ce(0,.5,.3,Lt/it,0,pt/it,1,pt/it,bt());return zt.spot1=new go.Spot($t.x,$t.y),$t=Ce(.7,Et/it,1,.5,0,vt/it,1,vt/it,$t),zt.spot2=new go.Spot($t.x,$t.y),ae($t),zt}),go.Shape.setFigureParameter("IBeamArrow",0,new cn("ConnectorHeight",.7,.51,.97)),go.Shape.defineFigureGenerator("IBeamArrow",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.3);var lt=(.5-ct/2)*it,pt=(.5+ct/2)*it,vt=new go.Geometry,Lt=new go.PathFigure(et,.5*it,!0);vt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,0)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),vt.spot1=new go.Spot(0,lt/it);var Et=Ce(.7,1,1,.5,0,pt/it,1,pt/it,bt());return vt.spot2=new go.Spot(Et.x,Et.y),ae(Et),vt}),go.Shape.setFigureParameter("IBeamArrow2",0,new cn("ConnectorHeight",40)),go.Shape.setFigureParameter("IBeamArrow2",1,new cn("BeamArrowHeight",100)),go.Shape.defineFigureGenerator("IBeamArrow2",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=40);var lt=Ft?Ft.parameter2:NaN;isNaN(lt)&&(lt=100);var pt=(it-ct)/2,vt=pt+ct,Lt=(it-lt)/2,Et=Lt+lt;(ct>it||lt>it)&&(lt>ct?(ct=ct*it/lt,pt=(it-ct)/2,vt=pt+ct,Lt=0,Et=it):(pt=0,vt=it,Lt=0,Et=it));var zt=new go.Geometry,Vt=new go.PathFigure(et,.5*it,!0);zt.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,Et)),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,Et)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,Et)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,Lt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,Lt)),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,Lt).close()),zt.spot1=new go.Spot(0,pt/it);var $t=Ce(.7,Et/it,1,.5,0,vt/it,1,vt/it,bt());return zt.spot2=new go.Spot($t.x,$t.y),ae($t),zt}),go.Shape.setFigureParameter("Pointer",0,new cn("BackPoint",.1,0,.2)),go.Shape.defineFigureGenerator("Pointer",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.1);var lt=new go.Geometry,pt=new go.PathFigure(et,.5*it,!0);lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,ct*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,0).close()),lt.spot1=new go.Spot(ct,.35);var vt=Ce(.2,.65,1,.65,0,1,1,.5,bt());return lt.spot2=new go.Spot(vt.x,vt.y),ae(vt),lt}),go.Shape.setFigureParameter("RoundedPointer",0,new cn("RoundedEdge",.3,0,.5)),go.Shape.defineFigureGenerator("RoundedPointer",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.3);var lt=new go.Geometry,pt=new go.PathFigure(et,.5*it,!0);lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,ct*et,.75*it,ct*et,.25*it).close()),lt.spot1=new go.Spot(ct,.35);var vt=Ce(0,.65,1,.65,0,1,1,.5,bt());return lt.spot2=new go.Spot(vt.x,vt.y),ae(vt),lt}),go.Shape.setFigureParameter("SplitEndArrow",0,new cn("TailHeight",.4,.01,.99)),go.Shape.defineFigureGenerator("SplitEndArrow",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.4);var lt=(.5-ct/2)*it,pt=(.5+ct/2)*it,vt=new go.Geometry,Lt=new go.PathFigure(et,.5*it,!0);vt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),vt.spot1=new go.Spot(.2,.3);var Et=Ce(.7,1,1,.5,0,pt/it,1,pt/it,bt());return vt.spot2=new go.Spot(Et.x,Et.y),ae(Et),vt}),go.Shape.setFigureParameter("SplitEndArrow2",0,new cn("TailThickness",50)),go.Shape.defineFigureGenerator("SplitEndArrow2",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=50);var lt=(it-ct)/2,pt=lt+ct;ct>it&&(lt=0,pt=it);var vt=new go.Geometry,Lt=new go.PathFigure(et,.5*it,!0);vt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),vt.spot1=new go.Spot(.2,lt/it);var Et=Ce(.7,1,1,.5,0,pt/it,1,pt/it,bt());return vt.spot2=new go.Spot(Et.x,Et.y),ae(Et),vt}),go.Shape.setFigureParameter("SquareArrow",0,new cn("ArrowPoint",.7,.2,.9)),go.Shape.defineFigureGenerator("SquareArrow",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=.7);var lt=new go.Geometry,pt=new go.PathFigure(et,.5*it,!0);return lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,ct*et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),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,it){var ct=new go.Geometry,lt=oe*.5,pt=oe*.1,vt=new go.PathFigure(0,.9*it,!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*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,(.9+pt)*it,(.5+lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*it,(.5-lt)*et,it,0,(.9+pt)*it).close()),ct.spot1=new go.Spot(.25,.5),ct.spot2=new go.Spot(.75,.97),ct}),go.Shape.defineFigureGenerator("Cone2",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.9*it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.9*it,(1-.85/.9)*et,it,.85/.9*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.9*it).close());var pt=new go.PathFigure(0,.9*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Bezier,et,.9*it,(1-.85/.9)*et,.8*it,.85/.9*et,.8*it)),ct.spot1=new go.Spot(.25,.5),ct.spot2=new go.Spot(.75,.82),ct}),go.Shape.defineFigureGenerator("Cube1",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.15*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.85*it).close());var pt=new go.PathFigure(.5*et,it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.15*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.15*it)),ct.spot1=new go.Spot(0,.3),ct.spot2=new go.Spot(.5,.85),ct}),go.Shape.defineFigureGenerator("Cube2",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.3*it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*it)),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*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Move,.7*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),ct.spot1=new go.Spot(0,.3),ct.spot2=new go.Spot(.7,1),ct}),go.Shape.defineFigureGenerator("Cylinder1",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=5),ct=Math.min(ct,it/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,it-ct)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,1*it,1*et,it-oe*ct,(.5+pt)*et,1*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,it-ct,(.5-pt)*et,1*it,0,it-oe*ct)),vt.add(new go.PathSegment(go.PathSegment.Line,0,ct));var Lt=new go.PathFigure(et,ct,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,2*ct,1*et,2*ct-oe*ct,(.5+pt)*et,2*ct)),Lt.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,it){var ct=Ft?Ft.parameter1:NaN;isNaN(ct)&&(ct=5),ct=Math.min(ct,it/3);var lt=new go.Geometry,pt=oe*.5,vt=new go.PathFigure(0,it-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,it-ct)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,it-oe*ct,(.5+pt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,it-ct,(.5-pt)*et,it,0,it-oe*ct));var Lt=new go.PathFigure(0,it-ct,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it-2*ct,0,it-ct-oe*ct,(.5-pt)*et,it-2*ct)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et,it-ct,(.5+pt)*et,it-2*ct,et,it-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,it){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*it,et-oe*ct,0,et,(.5-pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,it,et,(.5+pt)*it,et-oe*ct,it)),vt.add(new go.PathSegment(go.PathSegment.Line,ct,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*it,oe*ct,it,0,(.5+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,ct,0,0,(.5-pt)*it,oe*ct,0));var Lt=new go.PathFigure(ct,0,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,2*ct,.5*it,ct+oe*ct,0,2*ct,(.5-pt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,ct,it,2*ct,(.5+pt)*it,ct+oe*ct,it)),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,it){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*it,et-oe*ct,0,et,(.5-pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,it,et,(.5+pt)*it,et-oe*ct,it)),vt.add(new go.PathSegment(go.PathSegment.Line,ct,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*it,oe*ct,it,0,(.5+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,ct,0,0,(.5-pt)*it,oe*ct,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et-ct,0));var Lt=new go.PathFigure(et-ct,0,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et-2*ct,.5*it,et-ct-oe*ct,0,et-2*ct,(.5-pt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,it,et-2*ct,(.5+pt)*it,et-ct-oe*ct,it)),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,it){var ct=new go.Geometry,lt=new go.PathFigure(.25*et,.25*it,!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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var pt=new go.PathFigure(.25*et,.25*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),ct.spot1=new go.Spot(.408,.172),ct.spot2=new go.Spot(.833,.662),ct}),go.Shape.defineFigureGenerator("Prism2",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.25*it,!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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var pt=new go.PathFigure(0,it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.25*it)),pt.add(new go.PathSegment(go.PathSegment.Move,0,.25*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*it)),ct.spot1=new go.Spot(.25,.5),ct.spot2=new go.Spot(.75,.75),ct}),go.Shape.defineFigureGenerator("Pyramid1",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*it).close());var pt=new go.PathFigure(.5*et,0,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),ct.spot1=new go.Spot(.25,.367),ct.spot2=new go.Spot(.75,.875),ct}),go.Shape.defineFigureGenerator("Pyramid2",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.85*it).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*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.85*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.7*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.85*it)),ct.spot1=new go.Spot(.25,.367),ct.spot2=new go.Spot(.75,.875),ct}),go.Shape.defineFigureGenerator("Actor",function(Ft,et,it){var ct=new go.Geometry,lt=.2,pt=.1,vt=oe*lt,Lt=oe*pt,Et=.5,zt=.1,Vt=new go.PathFigure(Et*et,(zt+pt)*it,!0);ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Et-lt)*et,zt*it,(Et-vt)*et,(zt+pt)*it,(Et-lt)*et,(zt+Lt)*it)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt-pt)*it,(Et-lt)*et,(zt-Lt)*it,(Et-vt)*et,(zt-pt)*it)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Et+lt)*et,zt*it,(Et+vt)*et,(zt-pt)*it,(Et+lt)*et,(zt-Lt)*it)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt+pt)*it,(Et+lt)*et,(zt+Lt)*it,(Et+vt)*et,(zt+pt)*it));var $t=.05,ie=oe*$t;Et=.05,zt=.25;var qt=new go.PathFigure(.5*et,.2*it,!0);return ct.add(qt),qt.add(new go.PathSegment(go.PathSegment.Line,.95*et,.2*it)),Et=.95,zt=.25,qt.add(new go.PathSegment(go.PathSegment.Bezier,(Et+$t)*et,zt*it,(Et+ie)*et,(zt-$t)*it,(Et+$t)*et,(zt-ie)*it)),qt.add(new go.PathSegment(go.PathSegment.Line,et,.6*it)),qt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*it)),qt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.35*it)),$t=.025,ie=oe*$t,Et=.825,zt=.35,qt.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt-$t)*it,(Et+$t)*et,(zt-ie)*it,(Et+ie)*et,(zt-$t)*it)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(Et-$t)*et,zt*it,(Et-ie)*et,(zt-$t)*it,(Et-$t)*et,(zt-ie)*it)),qt.add(new go.PathSegment(go.PathSegment.Line,.8*et,it)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,it)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*it)),$t=.05,ie=oe*$t,Et=.5,zt=.7,qt.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt-$t)*it,(Et+$t)*et,(zt-ie)*it,(Et+ie)*et,(zt-$t)*it)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(Et-$t)*et,zt*it,(Et-ie)*et,(zt-$t)*it,(Et-$t)*et,(zt-ie)*it)),qt.add(new go.PathSegment(go.PathSegment.Line,.45*et,it)),qt.add(new go.PathSegment(go.PathSegment.Line,.2*et,it)),qt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.35*it)),$t=.025,ie=oe*$t,Et=.175,zt=.35,qt.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt-$t)*it,(Et+$t)*et,(zt-ie)*it,(Et+ie)*et,(zt-$t)*it)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(Et-$t)*et,zt*it,(Et-ie)*et,(zt-$t)*it,(Et-$t)*et,(zt-ie)*it)),qt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*it)),qt.add(new go.PathSegment(go.PathSegment.Line,0,.6*it)),qt.add(new go.PathSegment(go.PathSegment.Line,0,.25*it)),$t=.05,ie=oe*$t,Et=.05,zt=.25,qt.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt-$t)*it,(Et-$t)*et,(zt-ie)*it,(Et-ie)*et,(zt-$t)*it)),qt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.2*it)),ct.spot1=new go.Spot(.2,.2),ct.spot2=new go.Spot(.8,.65),ct}),go.Shape.setFigureParameter("Card",0,new cn("CornerCutoutSize",.2,.1,.9)),go.Shape.defineFigureGenerator("Card",function(Ft,et,it){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,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,ct*it)),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,it){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,.5*it,!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*it));var pt=new go.PathFigure(.5*et,.5*it,!0);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),ct.spot1=new go.Spot(.25,0),ct.spot2=new go.Spot(.75,.25),ct}),go.Shape.defineFigureGenerator("CreateRequest",function(Ft,et,it){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,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var vt=new go.PathFigure(0,lt*it,!1);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,lt*it)),vt.add(new go.PathSegment(go.PathSegment.Move,0,(1-lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,(1-lt)*it)),ct}),go.Shape.defineFigureGenerator("Database",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.5,pt=oe*.1,vt=new go.PathFigure(et,.1*it,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,(.9+pt)*it,(.5+lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*it,(.5-lt)*et,it,0,(.9+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.1*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,(.1-pt)*it,(.5-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*it,(.5+lt)*et,0,et,(.1-pt)*it));var Lt=new go.PathFigure(et,.1*it,!1);return ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*it,et,(.1+pt)*it,(.5+lt)*et,.2*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*it,(.5-lt)*et,.2*it,0,(.1+pt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,et,.2*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*it,et,(.2+pt)*it,(.5+lt)*et,.3*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*it,(.5-lt)*et,.3*it,0,(.2+pt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,et,.3*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.4*it,et,(.3+pt)*it,(.5+lt)*et,.4*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.3*it,(.5-lt)*et,.4*it,0,(.3+pt)*it)),ct.spot1=new go.Spot(0,.4),ct.spot2=new go.Spot(1,.9),ct}),go.Shape.defineFigureGenerator("DataStorage",function(Ft,et,it){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,it,et,0,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.9*it,.25*et,.1*it).close()),ct.spot1=new go.Spot(.226,0),ct.spot2=new go.Spot(.81,1),ct}),go.Shape.defineFigureGenerator("DiskStorage",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.5,pt=oe*.1,vt=new go.PathFigure(et,.1*it,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,(.9+pt)*it,(.5+lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*it,(.5-lt)*et,it,0,(.9+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.1*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,(.1-pt)*it,(.5-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*it,(.5+lt)*et,0,et,(.1-pt)*it));var Lt=new go.PathFigure(et,.1*it,!1);return ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*it,et,(.1+pt)*it,(.5+lt)*et,.2*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*it,(.5-lt)*et,.2*it,0,(.1+pt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,et,.2*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*it,et,(.2+pt)*it,(.5+lt)*et,.3*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*it,(.5-lt)*et,.3*it,0,(.2+pt)*it)),ct.spot1=new go.Spot(0,.3),ct.spot2=new go.Spot(1,.9),ct}),go.Shape.defineFigureGenerator("Display",function(Ft,et,it){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,it,et,0,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it).close()),ct.spot1=new go.Spot(.25,0),ct.spot2=new go.Spot(.75,1),ct}),go.Shape.defineFigureGenerator("DividedEvent",function(Ft,et,it){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*it,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,0,(.2-pt)*it,(.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*it,(.8+pt)*et,0,et,(.2-pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.8*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,it,et,(.8+pt)*it,(.8+pt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.8*it,(.2-pt)*et,it,0,(.8+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.2*it));var Lt=new go.PathFigure(0,lt*it,!1);return ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et,lt*it)),ct}),go.Shape.defineFigureGenerator("DividedProcess",function(Ft,et,it){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,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var vt=new go.PathFigure(0,lt*it,!1);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,lt*it)),ct}),go.Shape.defineFigureGenerator("Document",function(Ft,et,it){var ct=new go.Geometry;it=it/.8;var lt=new go.PathFigure(0,.7*it,!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*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*it,.5*et,.4*it,.5*et,it).close()),ct.spot1=go.Spot.TopLeft,ct.spot2=new go.Spot(1,.6),ct}),go.Shape.defineFigureGenerator("ExternalOrganization",function(Ft,et,it){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,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var vt=new go.PathFigure(lt*et,0,!1);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,0,lt*it)),vt.add(new go.PathSegment(go.PathSegment.Move,et,lt*it)),vt.add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Move,0,(1-lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,it)),vt.add(new go.PathSegment(go.PathSegment.Move,(1-lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,(1-lt)*it)),ct}),go.Shape.defineFigureGenerator("ExternalProcess",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it).close());var pt=new go.PathFigure(.1*et,.4*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.9*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.6*et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.4*et,.9*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.9*it)),ct.spot1=new go.Spot(.25,.25),ct.spot2=new go.Spot(.75,.75),ct}),go.Shape.defineFigureGenerator("File",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).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*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.25*it)),ct.spot1=new go.Spot(0,.25),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("Interrupt",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(et,.5*it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it));var pt=new go.PathFigure(et,.5*it,!1);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,it));var vt=new go.PathFigure(et,.5*it,!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,it){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,it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var Lt=new go.PathFigure(lt*et,0,!1);return ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,lt*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Move,0,pt*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,et,pt*it)),ct}),go.Shape.defineFigureGenerator("Junction",function(Ft,et,it){var ct=new go.Geometry,lt=1/Math.SQRT2,pt=(1-1/Math.SQRT2)/2,vt=oe*.5,Lt=.5,Et=new go.PathFigure(et,Lt*it,!0);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,Lt*et,it,et,(Lt+vt)*it,(Lt+vt)*et,it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,0,Lt*it,(Lt-vt)*et,it,0,(Lt+vt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,Lt*et,0,0,(Lt-vt)*it,(Lt-vt)*et,0)),Et.add(new go.PathSegment(go.PathSegment.Bezier,et,Lt*it,(Lt+vt)*et,0,et,(Lt-vt)*it));var zt=new go.PathFigure((pt+lt)*et,(pt+lt)*it,!1);return ct.add(zt),zt.add(new go.PathSegment(go.PathSegment.Line,pt*et,pt*it)),zt.add(new go.PathSegment(go.PathSegment.Move,pt*et,(pt+lt)*it)),zt.add(new go.PathSegment(go.PathSegment.Line,(pt+lt)*et,pt*it)),ct}),go.Shape.defineFigureGenerator("LinedDocument",function(Ft,et,it){var ct=new go.Geometry;it=it/.8;var lt=new go.PathFigure(0,.7*it,!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*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*it,.5*et,.4*it,.5*et,it).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*it)),ct.spot1=new go.Spot(.1,0),ct.spot2=new go.Spot(1,.6),ct}),go.Shape.defineFigureGenerator("LoopLimit",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,it,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*it)),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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it).close()),ct.spot1=new go.Spot(0,.25),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("MagneticTape",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.5,pt=.5,vt=new go.PathFigure(.5*et,it,!0);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt*it,(pt-lt)*et,it,0,(pt+lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,0,0,(pt-lt)*it,(pt-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,pt*it,(pt+lt)*et,0,et,(pt-lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,(pt+.1)*et,.9*it,et,(pt+lt)*it,(pt+lt)*et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),ct.spot1=new go.Spot(.15,.15),ct.spot2=new go.Spot(.85,.8),ct}),go.Shape.defineFigureGenerator("ManualInput",function(Ft,et,it){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,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*it).close()),ct.spot1=new go.Spot(0,.25),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("MessageFromUser",function(Ft,et,it){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*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),ct.spot1=go.Spot.TopLeft,ct}),go.Shape.defineFigureGenerator("MicroformProcessing",function(Ft,et,it){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*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,(1-lt)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),ct}),go.Shape.defineFigureGenerator("MicroformRecording",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(1,.75),ct}),go.Shape.defineFigureGenerator("MultiDocument",function(Ft,et,it){var ct=new go.Geometry;it=it/.8;var lt=new go.PathFigure(et,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.44*it,.96*et,.47*it,.93*et,.45*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.54*it,.86*et,.57*it,.83*et,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*it,.4*et,.4*it,.4*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,0).close());var pt=new go.PathFigure(.1*et,.2*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.54*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.44*it)),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.8,.77),ct}),go.Shape.defineFigureGenerator("MultiProcess",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(.1*et,.1*it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*it)),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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*it).close());var pt=new go.PathFigure(.2*et,.1*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.1*et,.2*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.9*it)),ct.spot1=new go.Spot(0,.2),ct.spot2=new go.Spot(.8,1),ct}),go.Shape.defineFigureGenerator("OfflineStorage",function(Ft,et,it){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,it).close());var Lt=new go.PathFigure(.5*lt*et,lt*it,!1);return ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,(1-.5*lt)*et,lt*it)),ct}),go.Shape.defineFigureGenerator("OffPageConnector",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),ct.spot1=go.Spot.TopLeft,ct.spot2=new go.Spot(.75,1),ct}),go.Shape.defineFigureGenerator("Or",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.5,pt=.5,vt=new go.PathFigure(et,pt*it,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,it,et,(pt+lt)*it,(pt+lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt*it,(pt-lt)*et,it,0,(pt+lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,0,0,(pt-lt)*it,(pt-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,pt*it,(pt+lt)*et,0,et,(pt-lt)*it));var Lt=new go.PathFigure(et,.5*it,!1);return ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ct}),go.Shape.defineFigureGenerator("PaperTape",function(Ft,et,it){var ct=new go.Geometry;it=it/.8;var lt=new go.PathFigure(0,.7*it,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.3*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.3*it,.5*et,.6*it,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*it,.5*et,.4*it,.5*et,it).close()),ct.spot1=new go.Spot(0,.49),ct.spot2=new go.Spot(1,.75),ct}),go.Shape.defineFigureGenerator("PrimitiveFromCall",function(Ft,et,it){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*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),ct}),go.Shape.defineFigureGenerator("PrimitiveToCall",function(Ft,et,it){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*it)),vt.add(new go.PathSegment(go.PathSegment.Line,(1-pt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),ct}),go.Shape.defineFigureGenerator("Procedure",function(Ft,et,it){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,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).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,it)),vt.add(new go.PathSegment(go.PathSegment.Move,lt*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,it)),ct}),go.Shape.defineFigureGenerator("Process",function(Ft,et,it){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,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var vt=new go.PathFigure(lt*et,0,!1);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,it)),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("Sort",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it).close());var pt=new go.PathFigure(0,.5*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),ct.spot1=new go.Spot(.25,.25),ct.spot2=new go.Spot(.75,.5),ct}),go.Shape.defineFigureGenerator("Start",function(Ft,et,it){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*it,.25*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*et,.5*it,.25*et,.5*it));var vt=new go.PathFigure(lt*et,0,!1);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,it)),vt.add(new go.PathSegment(go.PathSegment.Move,(1-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,it)),ct.spot1=new go.Spot(lt,0),ct.spot2=new go.Spot(1-lt,1),ct}),go.Shape.defineFigureGenerator("Terminator",function(Ft,et,it){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*it,.25*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*et,.5*it,.25*et,.5*it)),ct.spot1=new go.Spot(.23,0),ct.spot2=new go.Spot(.77,1),ct}),go.Shape.defineFigureGenerator("TransmittalTape",function(Ft,et,it){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,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.75*et,(1-lt)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,(1-lt)*it).close()),ct.spot1=go.Spot.TopLeft,ct}),go.Shape.defineFigureGenerator("AndGate",function(Ft,et,it){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*it,(.5+lt)*et,0,et,(.5-lt)*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,(.5+lt)*it,(.5+lt)*et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),ct.spot1=go.Spot.TopLeft,ct.spot2=new go.Spot(.55,1),ct}),go.Shape.defineFigureGenerator("Buffer",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.5,.75),ct}),go.Shape.defineFigureGenerator("Clock",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.5,pt=.5,vt=new go.PathFigure(et,pt*it,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,it,et,(pt+lt)*it,(pt+lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt*it,(pt-lt)*et,it,0,(pt+lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,0,0,(pt-lt)*it,(pt-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,pt*it,(pt+lt)*et,0,et,(pt-lt)*it));var Lt=new go.PathFigure(et,pt*it,!1);ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et,pt*it));var Et=new go.PathFigure(.8*et,.75*it,!1);return ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Line,.8*et,.25*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.6*et,.25*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.6*et,.75*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.4*et,.75*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.4*et,.25*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.2*et,.25*it)),Et.add(new go.PathSegment(go.PathSegment.Line,.2*et,.75*it)),ct}),go.Shape.defineFigureGenerator("Ground",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.3*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.4*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,it)),ct}),go.Shape.defineFigureGenerator("Inverter",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.1,pt=.1,vt=.9,Lt=.5,Et=new go.PathFigure(.8*et,.5*it,!0);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Line,0,it)),Et.add(new go.PathSegment(go.PathSegment.Line,0,0)),Et.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*it));var zt=new go.PathFigure((vt+pt)*et,Lt*it,!0);return ct.add(zt),zt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,(vt+lt)*et,(Lt-pt)*it,(vt+pt)*et,(Lt-lt)*it)),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.4,.75),ct}),go.Shape.defineFigureGenerator("NandGate",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.5,pt=oe*.4,vt=oe*.1,Lt=.1,Et=.9,zt=.5,Vt=new go.PathFigure(.8*et,.5*it,!0);ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,it,.8*et,(.5+pt)*it,(.4+lt)*et,it)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,it)),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*it,(.4+lt)*et,0,.8*et,(.5-pt)*it));var $t=new go.PathFigure((Et+Lt)*et,zt*it,!0);return ct.add($t),$t.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt+Lt)*it,(Et+Lt)*et,(zt+vt)*it,(Et+vt)*et,(zt+Lt)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Et-Lt)*et,zt*it,(Et-vt)*et,(zt+Lt)*it,(Et-Lt)*et,(zt+vt)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt-Lt)*it,(Et-Lt)*et,(zt-vt)*it,(Et-vt)*et,(zt-Lt)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Et+Lt)*et,zt*it,(Et+vt)*et,(zt-Lt)*it,(Et+Lt)*et,(zt-vt)*it)),ct.spot1=new go.Spot(0,.05),ct.spot2=new go.Spot(.55,.95),ct}),go.Shape.defineFigureGenerator("NorGate",function(Ft,et,it){var ct=new go.Geometry,lt=.5,pt=oe*lt,vt=0,Lt=.5,Et=new go.PathFigure(.8*et,.5*it,!0);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,0,it,.7*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*it,.25*et,.25*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*it,(vt+pt)*et,(Lt-lt)*it,.7*et,(Lt-pt)*it)),lt=.1,pt=oe*.1,vt=.9,Lt=.5;var zt=new go.PathFigure((vt-lt)*et,Lt*it,!0);return ct.add(zt),zt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it)),ct.spot1=new go.Spot(.2,.25),ct.spot2=new go.Spot(.6,.75),ct}),go.Shape.defineFigureGenerator("OrGate",function(Ft,et,it){var ct=new go.Geometry,lt=.5,pt=oe*lt,vt=0,Lt=.5,Et=new go.PathFigure(0,0,!0);return ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,(vt+pt+pt)*et,(Lt-lt)*it,.8*et,(Lt-pt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,0,it,.8*et,(Lt+pt)*it,(vt+pt+pt)*et,(Lt+lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*it,.25*et,.25*it).close()),ct.spot1=new go.Spot(.2,.25),ct.spot2=new go.Spot(.75,.75),ct}),go.Shape.defineFigureGenerator("XnorGate",function(Ft,et,it){var ct=new go.Geometry,lt=.5,pt=oe*lt,vt=.2,Lt=.5,Et=new go.PathFigure(.1*et,0,!1);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,it,.35*et,.25*it,.35*et,.75*it));var zt=new go.PathFigure(.8*et,.5*it,!0);ct.add(zt),zt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,it,.7*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*it,.45*et,.25*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*it,(vt+pt)*et,(Lt-lt)*it,.7*et,(Lt-pt)*it)),lt=.1,pt=oe*.1,vt=.9,Lt=.5;var Vt=new go.PathFigure((vt-lt)*et,Lt*it,!0);return ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it)),ct.spot1=new go.Spot(.4,.25),ct.spot2=new go.Spot(.65,.75),ct}),go.Shape.defineFigureGenerator("XorGate",function(Ft,et,it){var ct=new go.Geometry,lt=.5,pt=oe*lt,vt=.2,Lt=.5,Et=new go.PathFigure(.1*et,0,!1);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,it,.35*et,.25*it,.35*et,.75*it));var zt=new go.PathFigure(.2*et,0,!0);return ct.add(zt),zt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,(vt+pt)*et,(Lt-lt)*it,.9*et,(Lt-pt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,it,.9*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*it,.45*et,.25*it).close()),ct.spot1=new go.Spot(.4,.25),ct.spot2=new go.Spot(.8,.75),ct}),go.Shape.defineFigureGenerator("Capacitor",function(Ft,et,it){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,it)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),ct}),go.Shape.defineFigureGenerator("Resistor",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*it,!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,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.5*it)),ct}),go.Shape.defineFigureGenerator("Inductor",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.1,pt=.1,vt=.1,Lt=.5,Et=new go.PathFigure((vt-lt*.5)*et,it,!1);return ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,it,(vt-pt)*et,0)),vt=.3,Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,it,(vt+pt)*et,0,(vt+lt)*et,it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,it,(vt-pt)*et,0)),vt=.5,Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,it,(vt+pt)*et,0,(vt+lt)*et,it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,it,(vt-pt)*et,0)),vt=.7,Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,it,(vt+pt)*et,0,(vt+lt)*et,it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,it,(vt-pt)*et,0)),vt=.9,Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt*.5)*et,it,(vt+pt)*et,0,(vt+lt)*et,it)),ct}),go.Shape.defineFigureGenerator("ACvoltageSource",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.5,pt=.5,vt=.5,Lt=.5,Et=new go.PathFigure((vt-pt)*et,Lt*it,!1);return ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,(vt+lt)*et,(Lt-pt)*it,(vt+pt)*et,(Lt-lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Move,(vt-pt+.1)*et,Lt*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt-.1)*et,Lt*it,vt*et,(Lt-pt)*it,vt*et,(Lt+pt)*it)),ct}),go.Shape.defineFigureGenerator("DCvoltageSource",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.75*it,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),ct}),go.Shape.defineFigureGenerator("Diode",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.5,.75),ct}),go.Shape.defineFigureGenerator("Wifi",function(Ft,et,it){var ct=new go.Geometry,lt=et,pt=it;et=et*.38,it=it*.6;var vt=oe*.8,Lt=.8,Et=0,zt=.5,Vt=(lt-et)/2,$t=(pt-it)/2,ie=new go.PathFigure(Et*et+Vt,(zt+Lt)*it+$t,!0);ct.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,(Et-Lt)*et+Vt,zt*it+$t,(Et-vt)*et+Vt,(zt+Lt)*it+$t,(Et-Lt)*et+Vt,(zt+vt)*it+$t)),ie.add(new go.PathSegment(go.PathSegment.Bezier,Et*et+Vt,(zt-Lt)*it+$t,(Et-Lt)*et+Vt,(zt-vt)*it+$t,(Et-vt)*et+Vt,(zt-Lt)*it+$t)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(Et-Lt+vt*.5)*et+Vt,zt*it+$t,Et*et+Vt,(zt-Lt)*it+$t,(Et-Lt+vt*.5)*et+Vt,(zt-vt)*it+$t)),ie.add(new go.PathSegment(go.PathSegment.Bezier,Et*et+Vt,(zt+Lt)*it+$t,(Et-Lt+vt*.5)*et+Vt,(zt+vt)*it+$t,Et*et+Vt,(zt+Lt)*it+$t).close()),vt=oe*.4,Lt=.4,Et=.2,zt=.5;var qt=new go.PathFigure(Et*et+Vt,(zt+Lt)*it+$t,!0);ct.add(qt),qt.add(new go.PathSegment(go.PathSegment.Bezier,(Et-Lt)*et+Vt,zt*it+$t,(Et-vt)*et+Vt,(zt+Lt)*it+$t,(Et-Lt)*et+Vt,(zt+vt)*it+$t)),qt.add(new go.PathSegment(go.PathSegment.Bezier,Et*et+Vt,(zt-Lt)*it+$t,(Et-Lt)*et+Vt,(zt-vt)*it+$t,(Et-vt)*et+Vt,(zt-Lt)*it+$t)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(Et-Lt+vt*.5)*et+Vt,zt*it+$t,Et*et+Vt,(zt-Lt)*it+$t,(Et-Lt+vt*.5)*et+Vt,(zt-vt)*it+$t)),qt.add(new go.PathSegment(go.PathSegment.Bezier,Et*et+Vt,(zt+Lt)*it+$t,(Et-Lt+vt*.5)*et+Vt,(zt+vt)*it+$t,Et*et+Vt,(zt+Lt)*it+$t).close()),vt=oe*.2,Lt=.2,Et=.5,zt=.5;var Re=new go.PathFigure((Et-Lt)*et+Vt,zt*it+$t,!0);ct.add(Re),Re.add(new go.PathSegment(go.PathSegment.Bezier,Et*et+Vt,(zt-Lt)*it+$t,(Et-Lt)*et+Vt,(zt-vt)*it+$t,(Et-vt)*et+Vt,(zt-Lt)*it+$t)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(Et+Lt)*et+Vt,zt*it+$t,(Et+vt)*et+Vt,(zt-Lt)*it+$t,(Et+Lt)*et+Vt,(zt-vt)*it+$t)),Re.add(new go.PathSegment(go.PathSegment.Bezier,Et*et+Vt,(zt+Lt)*it+$t,(Et+Lt)*et+Vt,(zt+vt)*it+$t,(Et+vt)*et+Vt,(zt+Lt)*it+$t)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(Et-Lt)*et+Vt,zt*it+$t,(Et-vt)*et+Vt,(zt+Lt)*it+$t,(Et-Lt)*et+Vt,(zt+vt)*it+$t)),vt=oe*.4,Lt=.4,Et=.8,zt=.5;var me=new go.PathFigure(Et*et+Vt,(zt-Lt)*it+$t,!0);ct.add(me),me.add(new go.PathSegment(go.PathSegment.Bezier,(Et+Lt)*et+Vt,zt*it+$t,(Et+vt)*et+Vt,(zt-Lt)*it+$t,(Et+Lt)*et+Vt,(zt-vt)*it+$t)),me.add(new go.PathSegment(go.PathSegment.Bezier,Et*et+Vt,(zt+Lt)*it+$t,(Et+Lt)*et+Vt,(zt+vt)*it+$t,(Et+vt)*et+Vt,(zt+Lt)*it+$t)),me.add(new go.PathSegment(go.PathSegment.Bezier,(Et+Lt-vt*.5)*et+Vt,zt*it+$t,Et*et+Vt,(zt+Lt)*it+$t,(Et+Lt-vt*.5)*et+Vt,(zt+vt)*it+$t)),me.add(new go.PathSegment(go.PathSegment.Bezier,Et*et+Vt,(zt-Lt)*it+$t,(Et+Lt-vt*.5)*et+Vt,(zt-vt)*it+$t,Et*et+Vt,(zt-Lt)*it+$t).close()),vt=oe*.8,Lt=.8,Et=1,zt=.5;var Ve=new go.PathFigure(Et*et+Vt,(zt-Lt)*it+$t,!0);return ct.add(Ve),Ve.add(new go.PathSegment(go.PathSegment.Bezier,(Et+Lt)*et+Vt,zt*it+$t,(Et+vt)*et+Vt,(zt-Lt)*it+$t,(Et+Lt)*et+Vt,(zt-vt)*it+$t)),Ve.add(new go.PathSegment(go.PathSegment.Bezier,Et*et+Vt,(zt+Lt)*it+$t,(Et+Lt)*et+Vt,(zt+vt)*it+$t,(Et+vt)*et+Vt,(zt+Lt)*it+$t)),Ve.add(new go.PathSegment(go.PathSegment.Bezier,(Et+Lt-vt*.5)*et+Vt,zt*it+$t,Et*et+Vt,(zt+Lt)*it+$t,(Et+Lt-vt*.5)*et+Vt,(zt+vt)*it+$t)),Ve.add(new go.PathSegment(go.PathSegment.Bezier,Et*et+Vt,(zt-Lt)*it+$t,(Et+Lt-vt*.5)*et+Vt,(zt-vt)*it+$t,Et*et+Vt,(zt-Lt)*it+$t).close()),ct}),go.Shape.defineFigureGenerator("Email",function(Ft,et,it){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,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),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*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Move,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.54*it)),pt.add(new go.PathSegment(go.PathSegment.Move,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.54*it)),ct}),go.Shape.defineFigureGenerator("Ethernet",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,0).close());var pt=new go.PathFigure(.1*et,it,!0,!0);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,it).close());var vt=new go.PathFigure(.6*et,it,!0,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.6*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.6*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.6*et,it).close());var Lt=new go.PathFigure(0,.5*it,!1);return ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,.75*et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.6*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,.25*et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.6*it)),ct}),go.Shape.defineFigureGenerator("Power",function(Ft,et,it){var ct=new go.Geometry,lt=oe*.4,pt=.4,vt=.5,Lt=.5,Et=bt(),zt=bt(),Vt=bt(),$t=bt();Oe(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.5,Et,Et,zt,Vt,$t);var ie=Xt(zt.x,zt.y),qt=new go.PathFigure(zt.x*et,zt.y*it,!0);ct.add(qt),qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,Vt.x*et,Vt.y*it,$t.x*et,$t.y*it)),qt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it)),Oe(vt-pt,Lt,vt-pt,Lt-lt,vt-lt,Lt-pt,vt,Lt-pt,.5,Vt,$t,zt,Et,Et),qt.add(new go.PathSegment(go.PathSegment.Bezier,zt.x*et,zt.y*it,Vt.x*et,Vt.y*it,$t.x*et,$t.y*it)),lt=oe*.3,pt=.3,Oe(vt-pt,Lt,vt-pt,Lt-lt,vt-lt,Lt-pt,vt,Lt-pt,.5,Vt,$t,zt,Et,Et),qt.add(new go.PathSegment(go.PathSegment.Line,zt.x*et,zt.y*it)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,$t.x*et,$t.y*it,Vt.x*et,Vt.y*it)),qt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Oe(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.5,Et,Et,zt,Vt,$t),qt.add(new go.PathSegment(go.PathSegment.Bezier,zt.x*et,zt.y*it,$t.x*et,$t.y*it,Vt.x*et,Vt.y*it).close());var qt=new go.PathFigure(.45*et,0,!0);return ct.add(qt),qt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.5*it)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.5*it)),qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,0).close()),ae(Et),ae(zt),ae(Vt),ae($t),ae(ie),ct.spot1=new go.Spot(.25,.45),ct.spot2=new go.Spot(.75,.8),ct}),go.Shape.defineFigureGenerator("Fallout",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,it/2,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,180,360,et/2,it/2,et/2,it/2));function pt(vt,Lt,Et){vt.add(new go.PathSegment(go.PathSegment.Move,(.3+Lt)*et,(.8+Et)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,(.5+Lt)*et,(.5+Et)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,(.1+Lt)*et,(.5+Et)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,(.3+Lt)*et,(.8+Et)*it).close())}return pt(lt,0,0),pt(lt,.4,0),pt(lt,.2,-.3),ct}),go.Shape.defineFigureGenerator("IrritationHazard",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*it).close()),ct.spot1=new go.Spot(.3,.3),ct.spot2=new go.Spot(.7,.7),ct}),go.Shape.defineFigureGenerator("ElectricalHazard",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.77*et,.04*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.49*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.37*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.63*et,.86*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.77*et,.91*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.34*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.34*et,.78*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.44*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.56*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.68*it).close()),ct}),go.Shape.defineFigureGenerator("FireHazard",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(.1*et,it,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.29*et,0,-.25*et,.63*it,.45*et,.44*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.51*et,.42*it,.48*et,.17*it,.54*et,.35*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.59*et,.18*it,.59*et,.29*it,.58*et,.28*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,.6*it,.8*et,.34*it,.88*et,.43*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.88*et,.31*it,.87*et,.48*it,.88*et,.43*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,it,1.17*et,.76*it,.82*et,.8*it).close()),ct.spot1=new go.Spot(.07,.445),ct.spot2=new go.Spot(.884,.958),ct}),go.Shape.defineFigureGenerator("BpmnActivityLoop",function(Ft,et,it){var ct=new go.Geometry,lt=.5,pt=0,vt=0,Lt=lt*oe,Et=.4*Math.SQRT2/2+.5,zt=.5-.5*Math.SQRT2/2,Vt=1,$t=.5,ie=.5,qt=0,Re=new go.PathFigure(Et*et,(1-zt)*it,!1);return ct.add(Re),Re.add(new go.PathSegment(go.PathSegment.Bezier,Vt*et,$t*it,Vt*et,.7*it,Vt*et,$t*it)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(ie+pt)*et,(qt+pt)*it,(.5+lt+pt)*et,(.5-Lt+pt)*it,(.5+Lt+pt)*et,(.5-lt+pt)*it)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+pt)*et,(.5+vt)*it,(.5-Lt+pt)*et,(.5-lt+vt)*it,(.5-lt+pt)*et,(.5-Lt+vt)*it)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(.35+pt)*et,.9*it,(.5-lt+pt)*et,(.5+Lt+vt)*it,(.5-Lt+pt)*et,.9*it)),Re.add(new go.PathSegment(go.PathSegment.Move,(.25+pt)*et,.8*it)),Re.add(new go.PathSegment(go.PathSegment.Line,(.35+pt)*et,.9*it)),Re.add(new go.PathSegment(go.PathSegment.Line,(.2+pt)*et,.95*it)),ct}),go.Shape.defineFigureGenerator("BpmnActivityParallel",function(Ft,et,it){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,it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),ct}),go.Shape.defineFigureGenerator("BpmnActivitySequential",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Move,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),ct}),go.Shape.defineFigureGenerator("BpmnActivityAdHoc",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);ct.add(lt);var pt=new go.PathFigure(et,it,!1);ct.add(pt);var vt=new go.PathFigure(0,.5*it,!1);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.5*it,.2*et,.35*it,.3*et,.35*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,.7*et,.65*it,.8*et,.65*it)),ct}),go.Shape.defineFigureGenerator("BpmnActivityCompensation",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*it,!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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it).close()),ct}),go.Shape.defineFigureGenerator("BpmnTaskMessage",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.2*it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it).close());var lt=new go.PathFigure(0,.2*it,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it)),ct}),go.Shape.defineFigureGenerator("BpmnTaskScript",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(.7*et,it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,0,.6*et,.5*it,0,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,it,.4*et,.5*it,et,.5*it).close());var pt=new go.PathFigure(.45*et,.73*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.73*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.38*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.63*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.31*et,.27*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.56*et,.27*it)),ct}),go.Shape.defineFigureGenerator("BpmnTaskUser",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);ct.add(lt);var pt=new go.PathFigure(.335*et,(1-.555)*it,!0);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.335*et,(1-.405)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.405)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.555)*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,et,.68*it,(1-.12)*et,.46*it,(1-.02)*et,.54*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.68*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.335*et,(1-.555)*it,.02*et,.54*it,.12*et,.46*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.365*et,(1-.595)*it));var vt=.5-.285,Lt=.5,Et=vt,zt=Math.PI/4,Vt=4*(1-Math.cos(zt))/(3*Math.sin(zt)),$t=Vt*.5,ie=vt,qt=vt,Re=Vt*ie,me=Vt*qt;pt.add(new go.PathSegment(go.PathSegment.Bezier,(Lt-ie)*et,Et*it,(Lt-(Re+ie)/2)*et,(Et+(qt+me)/2)*it,(Lt-ie)*et,(Et+me)*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,Lt*et,(Et-qt)*it,(Lt-ie)*et,(Et-me)*it,(Lt-Re)*et,(Et-qt)*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,(Lt+ie)*et,Et*it,(Lt+Re)*et,(Et-qt)*it,(Lt+ie)*et,(Et-me)*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.365)*et,(1-.595)*it,(Lt+ie)*et,(Et+me)*it,(Lt+(Re+ie)/2)*et,(Et+(qt+me)/2)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.365)*et,(1-.595)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.555)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.405)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.335*et,(1-.405)*it));var Ve=new go.PathFigure(.2*et,it,!1);ct.add(Ve),Ve.add(new go.PathSegment(go.PathSegment.Line,.2*et,.8*it));var un=new go.PathFigure(.8*et,it,!1);return ct.add(un),un.add(new go.PathSegment(go.PathSegment.Line,.8*et,.8*it)),ct}),go.Shape.defineFigureGenerator("BpmnEventConditional",function(Ft,et,it){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,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,it).close());var pt=new go.PathFigure(.2*et,.2*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.8*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.8*it)),ct}),go.Shape.defineFigureGenerator("BpmnEventError",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,it,!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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.5*it).close()),ct}),go.Shape.defineFigureGenerator("BpmnEventEscalation",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);ct.add(lt);var pt=new go.PathFigure(et,it,!1);ct.add(pt);var vt=new go.PathFigure(.1*et,it,!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,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it).close()),ct}),go.Shape.defineFigureGenerator("Caution",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(.05*et,it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,.8*it,0,it,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.1*it,.5*et,0,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.95*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,it,et,it,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,it));var pt=.05;return lt.add(new go.PathSegment(go.PathSegment.Move,(.5-pt)*et,.875*it)),lt.add(new go.PathSegment(go.PathSegment.Arc,180,-360,.5*et,.875*it,pt*et,pt*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.325*it,.575*et,.725*it,.625*et,.375*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.75*it,.375*et,.375*it,.425*et,.725*it)),ct}),go.Shape.defineFigureGenerator("Recycle",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(.45*et,.95*it,!1);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.95*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.185*et,.85*it,.17*et,.95*it,.15*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.235*et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.625*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.275*et,.45*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,.45*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,.575*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1875*et,.95*it,0,.675*it,0,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.45*et,.95*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.775*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.22*et,.775*it));var pt=new go.PathFigure(.475*et,.2*it,!1);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.225*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.275*et,.175*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.325*et,.05*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,.05*it,.35*et,0,.375*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.375*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.475*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.315*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.32*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.05*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.575*et,0,.65*et,.05*it,.625*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.38*et,.0105*it));var vt=new go.PathFigure(.675*et,.575*it,!1);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.875*et,.525*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.775*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.85*et,.95*it,et,.8*it,et,.85*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.95*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.85*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.725*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.775*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.775*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.775*it)),vt.add(new go.PathSegment(go.PathSegment.Move,.675*et,.575*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.775*et,.775*it)),ct}),go.Shape.defineFigureGenerator("BpmnEventTimer",function(Ft,et,it){var ct=new go.Geometry,lt=.5,pt=oe*.5,vt=new go.PathFigure(et,lt*it,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,lt*et,it,et,(lt+pt)*it,(lt+pt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,lt*it,(lt-pt)*et,it,0,(lt+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,lt*et,0,0,(lt-pt)*it,(lt-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,lt*it,(lt+pt)*et,0,et,(lt-pt)*it));var Lt=new go.PathFigure(lt*et,0,!1);return ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,lt*et,.15*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,lt*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,lt*et,.85*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,0,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,et,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,lt*et,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.58*et,.1*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,lt*et,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.78*et,.54*it)),ct}),go.Shape.defineFigureGenerator("Package",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.15*it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var pt=new go.PathFigure(0,.15*it,!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*it).close()),ct.spot1=new go.Spot(0,.1),ct.spot2=new go.Spot(1,1),ct}),go.Shape.defineFigureGenerator("Class",function(Ft,et,it){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,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var pt=new go.PathFigure(0,.2*it,!1);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it).close());var vt=new go.PathFigure(0,.5*it,!1);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it).close()),ct}),go.Shape.defineFigureGenerator("Component",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(et,it,!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,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it).close());var pt=new go.PathFigure(0,.2*it,!0);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.2*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.2*it).close());var vt=new go.PathFigure(0,.6*it,!0);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.6*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.8*it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.6*it).close()),ct}),go.Shape.defineFigureGenerator("Boat Shipment",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(.15*et,.6*it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*it));var pt=new go.PathFigure(.15*et,.6*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*it)),ct}),go.Shape.defineFigureGenerator("Customer/Supplier",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(et,it,!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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.33*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.33*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it).close()),ct}),go.Shape.defineFigureGenerator("Workcell",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,it,!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,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),ct}),go.Shape.defineFigureGenerator("Supermarket",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.33*it)),lt.add(new go.PathSegment(go.PathSegment.Move,et,.33*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.66*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.66*it)),lt.add(new go.PathSegment(go.PathSegment.Move,et,.66*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),ct}),go.Shape.defineFigureGenerator("TruckShipment",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var pt=new go.PathFigure(et,.8*it,!0);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.8*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.8*it).close());var vt=.1,Lt=oe*.1,Et=.2,zt=.9,Vt=new go.PathFigure((Et-vt)*et,zt*it,!0);ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt-vt)*it,(Et-vt)*et,(zt-Lt)*it,(Et-Lt)*et,(zt-vt)*it)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Et+vt)*et,zt*it,(Et+Lt)*et,(zt-vt)*it,(Et+vt)*et,(zt-Lt)*it)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt+vt)*it,(Et+vt)*et,(zt+Lt)*it,(Et+Lt)*et,(zt+vt)*it)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Et-vt)*et,zt*it,(Et-Lt)*et,(zt+vt)*it,(Et-vt)*et,(zt+Lt)*it).close()),vt=.1,Lt=oe*.1,Et=.8,zt=.9;var $t=new go.PathFigure((Et-vt)*et,zt*it,!0);return ct.add($t),$t.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt-vt)*it,(Et-vt)*et,(zt-Lt)*it,(Et-Lt)*et,(zt-vt)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Et+vt)*et,zt*it,(Et+Lt)*et,(zt-vt)*it,(Et+vt)*et,(zt-Lt)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,Et*et,(zt+vt)*it,(Et+vt)*et,(zt+Lt)*it,(Et+Lt)*et,(zt+vt)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Et-vt)*et,zt*it,(Et-Lt)*et,(zt+vt)*it,(Et-vt)*et,(zt+Lt)*it).close()),ct}),go.Shape.defineFigureGenerator("KanbanPost",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,it)),ct}),go.Shape.defineFigureGenerator("Forklift",function(Ft,et,it){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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),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*it,!0);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.8*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it));var vt=new go.PathFigure(.5*et,.8*it,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.1*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.1*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.8*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.8*it));var Lt=new go.PathFigure(.5*et,.7*it,!1);ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*it));var Et=.1,zt=oe*.1,Vt=.1,$t=.9,ie=new go.PathFigure((Vt-Et)*et,$t*it,!0);ct.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,Vt*et,($t-Et)*it,(Vt-Et)*et,($t-zt)*it,(Vt-zt)*et,($t-Et)*it)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(Vt+Et)*et,$t*it,(Vt+zt)*et,($t-Et)*it,(Vt+Et)*et,($t-zt)*it)),ie.add(new go.PathSegment(go.PathSegment.Bezier,Vt*et,($t+Et)*it,(Vt+Et)*et,($t+zt)*it,(Vt+zt)*et,($t+Et)*it)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(Vt-Et)*et,$t*it,(Vt-zt)*et,($t+Et)*it,(Vt-Et)*et,($t+zt)*it)),Et=.1,zt=oe*.1,Vt=.4,$t=.9;var qt=new go.PathFigure((Vt-Et)*et,$t*it,!0);return ct.add(qt),qt.add(new go.PathSegment(go.PathSegment.Bezier,Vt*et,($t-Et)*it,(Vt-Et)*et,($t-zt)*it,(Vt-zt)*et,($t-Et)*it)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(Vt+Et)*et,$t*it,(Vt+zt)*et,($t-Et)*it,(Vt+Et)*et,($t-zt)*it)),qt.add(new go.PathSegment(go.PathSegment.Bezier,Vt*et,($t+Et)*it,(Vt+Et)*et,($t+zt)*it,(Vt+zt)*et,($t+Et)*it)),qt.add(new go.PathSegment(go.PathSegment.Bezier,(Vt-Et)*et,$t*it,(Vt-zt)*et,($t+Et)*it,(Vt-Et)*et,($t+zt)*it)),ct}),go.Shape.defineFigureGenerator("RailShipment",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(.1*et,.4*it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.4*it).close());var pt=new go.PathFigure(.45*et,.7*it,!1);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*it));var vt=new go.PathFigure(.55*et,.4*it,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.4*it).close());var Vt=.05,$t=oe*.05,ie=.175,qt=.95,Lt=new go.PathFigure((ie-Vt)*et,qt*it,!0);ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,ie*et,(qt-Vt)*it,(ie-Vt)*et,(qt-$t)*it,(ie-$t)*et,(qt-Vt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,(ie+Vt)*et,qt*it,(ie+$t)*et,(qt-Vt)*it,(ie+Vt)*et,(qt-$t)*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,ie*et,(qt+Vt)*it,(ie+Vt)*et,(qt+$t)*it,(ie+$t)*et,(qt+Vt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,(ie-Vt)*et,qt*it,(ie-$t)*et,(qt+Vt)*it,(ie-Vt)*et,(qt+$t)*it));var Vt=.05,$t=oe*.05,ie=.375,qt=.95,Et=new go.PathFigure((ie-Vt)*et,qt*it,!0);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,ie*et,(qt-Vt)*it,(ie-Vt)*et,(qt-$t)*it,(ie-$t)*et,(qt-Vt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(ie+Vt)*et,qt*it,(ie+$t)*et,(qt-Vt)*it,(ie+Vt)*et,(qt-$t)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,ie*et,(qt+Vt)*it,(ie+Vt)*et,(qt+$t)*it,(ie+$t)*et,(qt+Vt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(ie-Vt)*et,qt*it,(ie-$t)*et,(qt+Vt)*it,(ie-Vt)*et,(qt+$t)*it));var Vt=.05,$t=oe*.05,ie=.625,qt=.95,zt=new go.PathFigure((ie-Vt)*et,qt*it,!0);ct.add(zt),zt.add(new go.PathSegment(go.PathSegment.Bezier,ie*et,(qt-Vt)*it,(ie-Vt)*et,(qt-$t)*it,(ie-$t)*et,(qt-Vt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,(ie+Vt)*et,qt*it,(ie+$t)*et,(qt-Vt)*it,(ie+Vt)*et,(qt-$t)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,ie*et,(qt+Vt)*it,(ie+Vt)*et,(qt+$t)*it,(ie+$t)*et,(qt+Vt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,(ie-Vt)*et,qt*it,(ie-$t)*et,(qt+Vt)*it,(ie-Vt)*et,(qt+$t)*it));var Vt=.05,$t=oe*.05,ie=.825,qt=.95,Re=new go.PathFigure((ie-Vt)*et,qt*it,!0);ct.add(Re),Re.add(new go.PathSegment(go.PathSegment.Bezier,ie*et,(qt-Vt)*it,(ie-Vt)*et,(qt-$t)*it,(ie-$t)*et,(qt-Vt)*it)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(ie+Vt)*et,qt*it,(ie+$t)*et,(qt-Vt)*it,(ie+Vt)*et,(qt-$t)*it)),Re.add(new go.PathSegment(go.PathSegment.Bezier,ie*et,(qt+Vt)*it,(ie+Vt)*et,(qt+$t)*it,(ie+$t)*et,(qt+Vt)*it)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(ie-Vt)*et,qt*it,(ie-$t)*et,(qt+Vt)*it,(ie-Vt)*et,(qt+$t)*it).close());var me=new go.PathFigure(0,it,!1);return ct.add(me),me.add(new go.PathSegment(go.PathSegment.Line,et,it).close()),ct}),go.Shape.defineFigureGenerator("Warehouse",function(Ft,et,it){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,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var pt=new go.PathFigure(0,.2*it,!1);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it).close());var vt=new go.PathFigure(.15*et,it,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.5*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.5*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.4*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.15*et,it).close());var Lt=.05,Et=oe*.05,zt=.35,Vt=.775,$t=new go.PathFigure((zt-Lt)*et,Vt*it,!0);return ct.add($t),$t.add(new go.PathSegment(go.PathSegment.Bezier,zt*et,(Vt-Lt)*it,(zt-Lt)*et,(Vt-Et)*it,(zt-Et)*et,(Vt-Lt)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(zt+Lt)*et,Vt*it,(zt+Et)*et,(Vt-Lt)*it,(zt+Lt)*et,(Vt-Et)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,zt*et,(Vt+Lt)*it,(zt+Lt)*et,(Vt+Et)*it,(zt+Et)*et,(Vt+Lt)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(zt-Lt)*et,Vt*it,(zt-Et)*et,(Vt+Lt)*it,(zt-Lt)*et,(Vt+Et)*it).close()),ct}),go.Shape.defineFigureGenerator("ControlCenter",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,it,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.8*it)),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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Move,.1*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*it).close()),ct}),go.Shape.defineFigureGenerator("Bluetooth",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.75*it,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*it)),ct}),go.Shape.defineFigureGenerator("Bookmark",function(Ft,et,it){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,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*it)),ct}),go.Shape.defineFigureGenerator("Bookmark",function(Ft,et,it){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,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*it)),ct}),go.Shape.defineFigureGenerator("Globe",function(Ft,et,it){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,it)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,.75*et,0,et,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,.75*it,.75*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*it,.25*et,it,0,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,.25*it,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,.15*et,.25*it,.15*et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.85*et,.75*it,.85*et,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.1675*et,.15*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8325*et,.15*it,.35*et,.3*it,.65*et,.3*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.1675*et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8325*et,.85*it,.35*et,.7*it,.65*et,.7*it)),ct}),go.Shape.defineFigureGenerator("Wave",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.25*it,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.25*it,.1*et,0,.2*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,.25*it,.425*et,.5*it,.575*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.25*it,.8*et,0,.9*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.75*it,.1*et,.5*it,.2*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,.75*it,.425*et,it,.575*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.75*it,.8*et,.5*it,.9*et,.5*it)),ct}),go.Shape.defineFigureGenerator("Operator",function(Ft,et,it){var ct=new go.Geometry,lt=.3,pt=oe*.3,vt=.5,Lt=.7,Et=new go.PathFigure((vt-lt)*et,Lt*it,!0);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it));var zt=new go.PathFigure(0,.7*it,!1);return ct.add(zt),zt.add(new go.PathSegment(go.PathSegment.Bezier,et,.7*it,0,0,et,0)),ct}),go.Shape.defineFigureGenerator("TripleFanBlades",function(Ft,et,it){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*it,.65*et,.3*it,.65*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.35*et,.5*it,.35*et,.3*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,it,.3*et,.6*it,.1*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*it,.2*et,it,.35*et,.95*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,it,.7*et,.6*it,.9*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*it,.8*et,it,.65*et,.95*it)),ct}),go.Shape.defineFigureGenerator("CentrifugalPump",function(Ft,et,it){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*it,0,.075*it,0,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,it,0,it,.4*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.4*it,.8*et,it,.85*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),ct}),go.Shape.defineFigureGenerator("Battery",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Move,.4*et,.1*it)),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*it));var pt=new go.PathFigure(0,.6*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Move,0,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.4*it)),ct}),go.Shape.defineFigureGenerator("Delete",function(Ft,et,it){var ct=new go.Geometry,lt=.5,pt=oe*.5,vt=.5,Lt=.5,Et=new go.PathFigure((vt-lt)*et,Lt*it,!0);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it));var zt=new go.PathFigure(.15*et,.5*it,!1);return ct.add(zt),zt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.5*it)),ct}),go.Shape.defineFigureGenerator("Flag",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.1*it,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.1*it,.15*et,0,.35*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*it,.65*et,.2*it,.85*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.5*it,.85*et,.6*it,.65*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*it,.35*et,.4*it,.15*et,.4*it).close()),ct}),go.Shape.defineFigureGenerator("Help",function(Ft,et,it){var ct=new go.Geometry,lt=.5,pt=oe*.5,vt=.5,Lt=.5,Et=new go.PathFigure((vt-lt)*et,Lt*it,!1);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Et.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it).close()),lt=.05,pt=oe*.05,vt=.5,Lt=.8;var zt=new go.PathFigure((vt-lt)*et,Lt*it,!1);return ct.add(zt),zt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it).close()),zt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.7*it)),zt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*it,.75*et,.475*it,.75*et,.225*it)),zt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.35*it,.4*et,.2*it,.3*et,.25*it)),ct}),go.Shape.defineFigureGenerator("Location",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(.5*et,it,!0).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*it)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.975*et,.025*it,.5*et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.25*et,.5*it,.5*et,0,.025*et,.025*it).close()).add(new go.PathSegment(go.PathSegment.Move,.5*et,.2*it)).add(new go.PathSegment(go.PathSegment.Arc,270,360,.5*et,.3*it,.1*et,.1*it).close()))}),go.Shape.defineFigureGenerator("Lock",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it));var pt=new go.PathFigure(.2*et,.5*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.3*it,.25*et,0,.75*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.3*it)),ct}),go.Shape.defineFigureGenerator("Unlocked",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it));var pt=new go.PathFigure(.2*et,.5*it,!1);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.3*it,.25*et,0,.75*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.35*it)),ct}),go.Shape.defineFigureGenerator("Gear",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(.9375*et,.56246875*it,!0).add(new go.PathSegment(go.PathSegment.Line,.9375*et,.4375*it)).add(new go.PathSegment(go.PathSegment.Line,.80621875*et,.4375*it)).add(new go.PathSegment(go.PathSegment.Bezier,.763*et,.3316875*it,.79840625*et,.39915625*it,.7834375*et,.3635*it)).add(new go.PathSegment(go.PathSegment.Line,.8566875*et,.23796875*it)).add(new go.PathSegment(go.PathSegment.Line,.76825*et,.14959375*it)).add(new go.PathSegment(go.PathSegment.Line,.67596875*et,.24184375*it)).add(new go.PathSegment(go.PathSegment.Bezier,.5625*et,.19378125*it,.64228125*et,.2188125*it,.603875*et,.2021875*it)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.0625*it)).add(new go.PathSegment(go.PathSegment.Line,.4375*et,.0625*it)).add(new go.PathSegment(go.PathSegment.Line,.4375*et,.19378125*it)).add(new go.PathSegment(go.PathSegment.Bezier,.32775*et,.239375*it,.39759375*et,.20190625*it,.36053125*et,.2176875*it)).add(new go.PathSegment(go.PathSegment.Line,.2379375*et,.14959375*it)).add(new go.PathSegment(go.PathSegment.Line,.14953125*et,.2379375*it)).add(new go.PathSegment(go.PathSegment.Line,.23934375*et,.3278125*it)).add(new go.PathSegment(go.PathSegment.Bezier,.19378125*et,.4375*it,.21765625*et,.36059375*it,.201875*et,.397625*it)).add(new go.PathSegment(go.PathSegment.Line,.0625*et,.4375*it)).add(new go.PathSegment(go.PathSegment.Line,.0625*et,.5625*it)).add(new go.PathSegment(go.PathSegment.Line,.1938125*et,.5625*it)).add(new go.PathSegment(go.PathSegment.Bezier,.241875*et,.67596875*it,.20221875*et,.603875*it,.21884375*et,.64228125*it)).add(new go.PathSegment(go.PathSegment.Line,.1495625*et,.76825*it)).add(new go.PathSegment(go.PathSegment.Line,.238*et,.8566875*it)).add(new go.PathSegment(go.PathSegment.Line,.3316875*et,.76296875*it)).add(new go.PathSegment(go.PathSegment.Bezier,.43753125*et,.80621875*it,.36353125*et,.78340625*it,.3991875*et,.79840625*it)).add(new go.PathSegment(go.PathSegment.Line,.43753125*et,.9375*it)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.9375*it)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.80621875*it)).add(new go.PathSegment(go.PathSegment.Bezier,.67225*et,.760625*it,.602375*et,.79809375*it,.63946875*et,.78234375*it)).add(new go.PathSegment(go.PathSegment.Line,.76828125*et,.8566875*it)).add(new go.PathSegment(go.PathSegment.Line,.85671875*et,.76825*it)).add(new go.PathSegment(go.PathSegment.Line,.76065625*et,.67221875*it)).add(new go.PathSegment(go.PathSegment.Bezier,.80621875*et,.56246875*it,.78234375*et,.63940625*it,.798125*et,.602375*it)).add(new go.PathSegment(go.PathSegment.Line,.9375*et,.56246875*it).close()).add(new go.PathSegment(go.PathSegment.Move,.5*et,.6*it)).add(new go.PathSegment(go.PathSegment.Arc,90,360,.5*et,.5*it,.1*et,.1*it).close()))}),go.Shape.defineFigureGenerator("Hand",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*it,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,.3*it,0,.375*it,.05*et,.325*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.45*et,.075*it,.3*et,.225*it,.4*et,.175*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.525*et,.075*it,.46*et,.05*it,.525*et,.05*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.4*it,.525*et,.275*it,.475*et,.325*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.55*it,et,.4*it,et,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.6*et,.7*it,.675*et,.55*it,.675*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.575*et,.85*it,.65*et,.7*it,.65*et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.535*et,it,.61*et,.85*it,.61*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*it,.435*et,it,0,it).close()),ct}),go.Shape.defineFigureGenerator("Map",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,.2*it,!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*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),lt.add(new go.PathSegment(go.PathSegment.Move,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Move,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.8*it)),ct}),go.Shape.defineFigureGenerator("Eject",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,it,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it*.7)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*.7).close());var pt=new go.PathFigure(0,it*.6,!0);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0).close()),ct}),go.Shape.defineFigureGenerator("Pencil",function(Ft,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*it)).add(new go.PathSegment(go.PathSegment.Line,et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.9*et,it)).add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*it).close()))}),go.Shape.defineFigureGenerator("Building",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(et*1,it*1,!1);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,it*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,it*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,it*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,it*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it*.85).close());var pt=new go.PathFigure(.126*et,.85*it,!1);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.126*et,.45*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.322*et,.45*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.322*et,.85*it).close());var vt=new go.PathFigure(.402*et,.85*it,!1);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.402*et,.45*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.598*et,.45*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.598*et,.85*it).close());var Lt=new go.PathFigure(.678*et,.85*it,!1);ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,.678*et,.45*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.874*et,.45*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.874*et,.85*it).close());var Et=new go.PathFigure(.5*et,.1*it,!1);return ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Line,(.046+.15)*et,.3*it)),Et.add(new go.PathSegment(go.PathSegment.Line,(1-(.046+.15))*et,.3*it).close()),ct}),go.Shape.defineFigureGenerator("Staircase",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,it*1,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,it*.8)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.8)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.6)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.6)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.4)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*.4)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*.2)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.2)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.15)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.15)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*.95).close()),ct}),go.Shape.defineFigureGenerator("5Bars",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,it*1,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.184,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.184,it*(1-.184)).close());var pt=new go.PathFigure(et*.204,it,!0);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.204,it*(1-.184))),pt.add(new go.PathSegment(go.PathSegment.Line,et*.388,it*(1-.184*2))),pt.add(new go.PathSegment(go.PathSegment.Line,et*.388,it*1).close());var vt=new go.PathFigure(et*.408,it,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.408,it*(1-.184*2))),vt.add(new go.PathSegment(go.PathSegment.Line,et*.592,it*(1-.184*3))),vt.add(new go.PathSegment(go.PathSegment.Line,et*.592,it*1).close());var Lt=new go.PathFigure(et*.612,it,!0);ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.612,it*(1-.184*3))),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.796,it*(1-.184*4))),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.796,it*1).close());var Et=new go.PathFigure(et*.816,it,!0);return ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Line,et*.816,it*(1-.184*4))),Et.add(new go.PathSegment(go.PathSegment.Line,et*1,it*(1-.184*5))),Et.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1).close()),ct}),go.Shape.defineFigureGenerator("PC",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,0).close());var pt=new go.PathFigure(et*.055,.07*it,!0);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.07)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.055,it*.1).close());var vt=new go.PathFigure(et*.055,.13*it,!0);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.13)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.16)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.055,it*.16).close());var Lt=new go.PathFigure(et*.055,.18*it,!0);ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.18)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.21)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.055,it*.21).close());var Et=new go.PathFigure(et*1,0,!0);return ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Line,et*.4,0)),Et.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.65)),Et.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.65).close()),ct}),go.Shape.defineFigureGenerator("Plane",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(.55*et,it,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.475*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.35*et,.525*it,0,.4*it,.225*et,.45*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.475*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.35*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.325*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.325*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.2*it,.975*et,0,et,.08*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.45*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.95*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.55*et,it).close()),ct}),go.Shape.defineFigureGenerator("Key",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(et*1,it*.5,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.9,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.35*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,.35*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.35*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,.575*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.9,.6*it).close()),lt.add(new go.PathSegment(go.PathSegment.Move,.17*et,.425*it)),lt.add(new go.PathSegment(go.PathSegment.Arc,270,360,.17*et,.5*it,.075*et,.075*it).close()),ct}),go.Shape.defineFigureGenerator("FilmTape",function(Ft,et,it){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,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.08,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.08,it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*1),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*1),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*2),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*2),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*3),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*3),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*4),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*4),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*5),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*5),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*6),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*6),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*7),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*7),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*8),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*8),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*9),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*9),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*10),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*10),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*11),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*11),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*12),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*12),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*13),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*13),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*14),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*14),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*15),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*15),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1));var pt=new go.PathFigure(0,0,!1);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*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,it*1));var vt=new go.PathFigure(et*.11,it*.1,!1);ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*0),it*.1)),vt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*0),it*.8)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.11,it*.8).close());var Lt=new go.PathFigure(et*(.11+.24133333*1+.028*1),it*.1,!1);ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*1),it*.1)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*1),it*.8)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*1),it*.8).close());var Et=new go.PathFigure(et*(.11+.24133333*2+.028*2),it*.1,!1);return ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),it*.1)),Et.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),it*.8)),Et.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*2),it*.8).close()),ct}),go.Shape.defineFigureGenerator("FloppyDisk",function(Ft,et,it){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,it*.14)),vt.add(new go.PathSegment(go.PathSegment.Line,et,it-lt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,it,et,it-pt,et-pt,it)),vt.add(new go.PathSegment(go.PathSegment.Line,lt,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,it-lt,pt,it,0,it-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 Lt=new go.PathFigure(et*.83,0,!1);ct.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.83,it*.3)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.17,it*.3)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.17,it*0).close());var Et=new go.PathFigure(et*.83,it*1,!1);ct.add(Et),Et.add(new go.PathSegment(go.PathSegment.Line,et*.83,it*.5)),Et.add(new go.PathSegment(go.PathSegment.Line,et*.17,it*.5)),Et.add(new go.PathSegment(go.PathSegment.Line,et*.17,it*1).close());var zt=new go.PathFigure(et*.78,it*.05,!1);return ct.add(zt),zt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*.05)),zt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*.25)),zt.add(new go.PathSegment(go.PathSegment.Line,et*.78,it*.25).close()),ct}),go.Shape.defineFigureGenerator("SpeechBubble",function(Ft,et,it){var ct=Ft?Ft.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=15),ct=Math.min(ct,et/3),ct=Math.min(ct,it/3);var lt=ct*oe,pt=it*.8,vt=new go.Geometry,Lt=new go.PathFigure(ct,0,!0);return vt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et-ct,0)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et,ct,et-lt,0,et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,et,pt-ct)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,pt,et,pt-lt,et-lt,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,ct,pt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt-ct,lt,pt,0,pt-lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,ct)),Lt.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,it){var ct=new go.Geometry,lt=new go.PathFigure(et*0,it*.45,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,it*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,it*.45).close());var pt=new go.PathFigure(et*1,it*.55,!0);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.55)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.7,it*.55)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.7,it*.1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.35,it*0)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*0)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*.55).close()),ct}),go.Shape.defineFigureGenerator("Windows",function(Ft,et,it){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,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close()).add(new go.PathSegment(go.PathSegment.Move,.4*et,.4*it)).add(new go.PathSegment(go.PathSegment.Line,.4*et,.8*it)).add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*it)).add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*it).close()).add(new go.PathSegment(go.PathSegment.Move,.2*et,.1*it)).add(new go.PathSegment(go.PathSegment.Line,.2*et,.6*it)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.6*it)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.1*it).close()).add(new go.PathSegment(go.PathSegment.Move,.1*et,.6*it)).add(new go.PathSegment(go.PathSegment.Line,.1*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.5*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*it).close()))}),go.Shape.defineFigureGenerator("Terminal",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(et*0,it*.1,!1);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,it*.9).close());var pt=new go.PathFigure(et*.1,it*.2,!0);ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.1,it*.25)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.22,it*.285)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.1,it*.32)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.1,it*.37)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.275,it*.32)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.275,it*.25).close());var vt=new go.PathFigure(et*.28,it*.37,!0);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.37)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.41)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.28,it*.41).close()),ct}),go.Shape.defineFigureGenerator("Beaker",function(Ft,et,it){var ct=new go.Geometry,lt=15,pt=lt*oe,vt=new go.PathFigure(et*.62,it*.475,!0);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,it-lt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,it,et,it-pt,et-pt,it)),vt.add(new go.PathSegment(go.PathSegment.Line,lt,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,it-lt,pt,it,0,it-pt)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.38,it*.475)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.38,it*.03)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.36,it*0)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.64,it*0)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.62,it*.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,it){var ct=new go.Geometry,lt=new go.PathFigure(et*0,it*1,!0);ct.add(lt);var pt=.1/.3;lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,it*(1-pt)).close());var vt=new go.PathFigure(et*.4,it*0,!0);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.26,it*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.66)),vt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.26),it*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*0).close()),ct}),go.Shape.defineFigureGenerator("Bin",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(et*0,it*1,!0);ct.add(lt);var pt=.1/.3;return lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,it*(1-pt)).close()),ct}),go.Shape.defineFigureGenerator("Upload",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(et*0,it*1,!0);ct.add(lt);var pt=.1/.3;lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,it*(1-pt)).close());var vt=new go.PathFigure(et*.5,it*0,!0);return ct.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.26,it*.25)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.25)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.63)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.63)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.25)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.74,it*.25).close()),ct}),go.Shape.defineFigureGenerator("EmptyDrink",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(et*.15,it*0,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,it*1).close()),ct}),go.Shape.defineFigureGenerator("Drink",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(et*.15,it*0,!1);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,it*1).close());var pt=new go.PathFigure(et*.235,it*.28,!0);return ct.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.765,it*.28)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.655,it*.97)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.345,it*.97).close()),ct}),go.Shape.defineFigureGenerator("4Arrows",function(Ft,et,it){var ct=new go.Geometry,lt=new go.PathFigure(et*.5,it*0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,it*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.5)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.65)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,it*.65)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,it*.5)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,it*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,it*.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 cn={},Yn="5.0",Xt={},bt=null,ae=!1,Ce=!1,Oe=null,le=!1,ue=null,oe=null,ze=0;ze<arguments.length;ze++){var Pe=arguments[ze];if(Pe!==null)switch(typeof Pe){case"number":Yn=Pe.toFixed(1);break;case"string":Pe.match(new RegExp("^[0-9]\\.[0-9]+$"))?Yn=Pe:Oe=Pe;break;case"object":typeof Pe.is3D!="undefined"?bt=Pe:Xt=Pe;break;case"boolean":ae=Pe,Ce=!0;break}}bt===null&&(bt={is3D:!1,AV:!1,SV:!1,CV:!1,EV2:!1,CP:!1,PC:!1,DA:!1,FI:!1,PV:!1,macro:!1},Xt.material_id!==void 0&&!Ce&&(ae=!0)),Oe!==null&&Xt.id===void 0&&(Xt.id=Oe);var Qt="",Qe="",he=!1,tn=null,Ft=null,et=null,it=!1,ct=null,lt=null,pt=null,vt=null,Lt=null;Xt.height!==void 0&&(Xt.height=Math.round(Xt.height)),Xt.width!==void 0&&(Xt.width=Math.round(Xt.width));var Et=function(He){return parseFloat(He)>4?parseFloat(He):5};cn.setHTML5Codebase=function(He,mn){oe=He,wn(He,mn)},cn.setJavaCodebase=cn.setJavaCodebaseVersion=cn.isCompiledInstalled=cn.setPreCompiledScriptPath=cn.setPreCompiledResourcePath=function(){},cn.setHTML5CodebaseVersion=function(He,mn){var An=parseFloat(He);if(An!==NaN&&An<5){console.log("The GeoGebra HTML5 codebase version "+An+" is deprecated. Using version latest instead.");return}ue=He,Kt(He,mn)},cn.getHTML5CodebaseVersion=function(){return Ft},cn.getParameters=function(){return Xt},cn.setFontsCSSURL=function(He){vt=He},cn.setGiacJSURL=function(He){},cn.setJNLPFile=function(He){Qt=He},cn.setJNLPBaseDir=function(He){},cn.inject=function(){function He(){return window.frameElement&&window.frameElement.getAttribute("data-singleton")}for(var mn="auto",An=Xt.id,ui,kn=!1,hi=0;hi<arguments.length;hi++){var te=arguments[hi];typeof te=="string"?(te=te.toLowerCase(),te.match(/^(prefer)?(java|html5|compiled|auto|screenshot)$/)?mn=te:An=arguments[hi]):typeof te=="boolean"?kn=te:te instanceof HTMLElement&&(ui=te)}Zn();function Zn(){if(!le){setTimeout(Zn,200);return}mn=ni(mn);var Zi=ui||document.getElementById(An);if(!Zi){console.log("possibly bug on ajax loading? ");return}if(cn.removeExistingApplet(Zi,!1),Xt.width===void 0&&Zi.clientWidth&&(Xt.width=Zi.clientWidth),Xt.height===void 0&&Zi.clientHeight&&(Xt.height=Zi.clientHeight),!(Xt.width&&Xt.height)&&mn==="html5"&&(delete Xt.width,delete Xt.height),tn=mn,mn==="screenshot")un(Zi,Xt);else{var Bt=!1;Xt.hasOwnProperty("playButton")&&Xt.playButton||Xt.hasOwnProperty("clickToLoad")&&Xt.clickToLoad?Bt=!0:Xt.hasOwnProperty("playButtonAutoDecide")&&Xt.playButtonAutoDecide&&(Bt=(!zt()||He())&&Vt()),Bt?(tn="screenshot",vi(Zi,Xt,kn,mn)):Ve(Zi,Xt,kn)}}};function zt(){try{return window.self!==window.top}catch(He){return!0}}function Vt(){return Xt.hasOwnProperty("screenshotGenerator")&&Xt.screenshotGenerator?!1:Math.max(screen.width,screen.height)<800}cn.getViews=function(){return bt},cn.isJavaInstalled=function(){return!1};var $t=function(He){var mn=function(hi){var te=JSON.parse(hi),Zn=function(Ct){return Ct.type=="G"||Ct.type=="E"},Zi=te.elements?te.elements.filter(Zn)[0]:te;if(!Zi||!Zi.url){An();return}Xt.fileName=Zi.url,ie(Zi.settings||{}),bt.is3D=!0;var Bt="https://www.geogebra.org/images/";cn.setPreviewImage(ct||Zi.previewUrl,Bt+"GeoGebra_loading.png",Bt+"applet_play.png"),He()},An=function(){Xt.onError&&Xt.onError(),di("Error: Fetching material (id "+Xt.material_id+") failed.",Xt)},ui=location.host.match(/(www|stage|beta|groot|alpha).geogebra.(org|net)/)?location.host:"www.geogebra.org",kn="/materials/"+Xt.material_id+"?scope=basic";qt("https://"+ui+"/api/proxy.php?path="+encodeURIComponent(kn),mn,An)};function ie(He){var mn=["width","height","showToolBar","showMenuBar","showAlgebraInput","allowStyleBar","showResetIcon","enableLabelDrags","enableShiftDragZoom","enableRightClick","appName"];["enableLabelDrags","enableShiftDragZoom","enableRightClick"].forEach(function(An){He[An]=!!He[An]}),mn.forEach(function(An){Xt[An]===void 0&&He[An]!==void 0&&(Xt[An]=He[An])}),Xt.showToolBarHelp===void 0&&(Xt.showToolBarHelp=Xt.showToolBar)}function qt(He,mn,An){var ui=new XMLHttpRequest;ui.open("GET",He),ui.onload=function(){mn(ui.responseText)},ui.onerror=An,ui.send()}cn.isHTML5Installed=function(){return!0},cn.getLoadedAppletType=function(){return tn},cn.setPreviewImage=function(He,mn,An){ct=He,lt=mn,pt=An},cn.removeExistingApplet=function(He,mn){var An;typeof He=="string"&&(He=document.getElementById(He)),tn=null;var ui=null;for(An=0;An<He.childNodes.length;An++){var kn=He.childNodes[An],hi=kn.className;hi==="applet_screenshot"?mn?(kn.style.display="block",tn="screenshot"):kn.style.display="none":hi!=="applet_scaler prerender"&&(He.removeChild(kn),ui=hi&&hi.indexOf("appletParameters")!=-1?kn.id:null,An--)}var te=Xt.id!==void 0?Xt.id:ui,Zn=window[te];Zn&&typeof Zn.getBase64=="function"&&(Zn.remove(),window[te]=null)},cn.refreshHitPoints=function(){if(Et(ggbHTML5LoadedCodebaseVersion)>=5)return!0;var He=cn.getAppletObject();return He&&typeof He.recalculateEnvironments=="function"?(He.recalculateEnvironments(),!0):!1},cn.startAnimation=function(){var He=cn.getAppletObject();return He&&typeof He.startAnimation=="function"?(He.startAnimation(),!0):!1},cn.stopAnimation=function(){var He=cn.getAppletObject();return He&&typeof He.stopAnimation=="function"?(He.stopAnimation(),!0):!1},cn.getAppletObject=function(){var He=Xt.id!==void 0?Xt.id:"ggbApplet";return window[He]},cn.resize=function(){};var Re=function(He,mn,An){var ui=document.createElement("param");ui.setAttribute("name",mn),ui.setAttribute("value",An),He.appendChild(ui)},me=function(He){return He&&He!=="false"},Ve=function(He,mn,An){Et(Ft)<=4.2&&(An=!0);var ui=!isRenderGGBElementEnabled&&!scriptLoadStarted;(!isRenderGGBElementEnabled&&!scriptLoadStarted||ggbHTML5LoadedCodebaseVersion!==Ft||ggbHTML5LoadedCodebaseIsWebSimple&&!it)&&(ui=!0,isRenderGGBElementEnabled=!1,scriptLoadStarted=!1);var kn=document.createElement("div");kn.classList.add("appletParameters","notranslate");var hi=mn.width,te=mn.height;if(mn.disableAutoScale=mn.disableAutoScale===void 0?GGBAppletUtils.isFlexibleWorksheetEditor():mn.disableAutoScale,mn.width!==void 0)if(Et(Ft)<=4.4)me(mn.showToolBar)&&(mn.height-=7),me(mn.showAlgebraInput)&&(mn.height-=37),mn.width<605&&me(mn.showToolBar)&&(mn.width=605,hi=605);else{var Zn=100;(me(mn.showToolBar)||me(mn.showMenuBar))&&(mn.hasOwnProperty("customToolBar")&&(mn.customToolbar=mn.customToolBar),Zn=me(mn.showMenuBar)?245:155),hi<Zn&&(mn.width=Zn,hi=Zn)}kn.style.border="none",kn.style.display="inline-block";for(var Zi in mn)mn.hasOwnProperty(Zi)&&Zi!=="appletOnLoad"&&kn.setAttribute("data-param-"+Zi,mn[Zi]);vt&&kn.setAttribute("data-param-fontscssurl",vt),cn.resize=function(){GGBAppletUtils.responsiveResize(He,mn)},window.addEventListener("resize",function(nn){cn.resize()});var Bt=typeof mn.appletOnLoad=="function"?mn.appletOnLoad:function(){};if(!An&&mn.width!==void 0){mn.hasOwnProperty("showSplash")||kn.setAttribute("data-param-showSplash","false");var Ct=He.querySelector(".applet_scaler.prerender"),wt=Ct!==null;if(wt)var At=Ct.querySelector(".ggb_preview");else{var At=Ti(hi,te,mn.borderColor,!1);Ct=document.createElement("div"),Ct.className="applet_scaler",Ct.style.position="relative",Ct.style.display="block",Ct.style.width=hi+"px",Ct.style.height=te+"px"}window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(Ct,"66%"),Et(Ft)>=5?(mn.appletOnLoad=function(nn){var hn=He.querySelector(".ggb_preview");hn&&hn.parentNode.removeChild(hn),window.GGBT_spinner&&window.GGBT_spinner.removeSpinner(Ct),window.GGBT_wsf_view&&$(window).trigger("resize"),Bt(nn)},wt||Ct.appendChild(At)):kn.appendChild(At),Ct.appendChild(kn),wt||He.appendChild(Ct),setTimeout(function(){cn.resize()},1)}else{var Gt=document.createElement("div");Gt.className="applet_scaler",Gt.style.position="relative",Gt.style.display="block",Gt.appendChild(kn),He.appendChild(Gt),mn.appletOnLoad=function(nn){cn.resize(),Bt(nn)}}function Mt(nn,hn){hn&&typeof hn.appletOnLoad=="function"&&typeof renderGGBElement=="function"?renderGGBElement(nn,hn.appletOnLoad):renderGGBElement(nn),di("GeoGebra HTML5 applet injected and rendered with previously loaded codebase.",hn)}function xe(nn,hn){typeof renderGGBElement=="undefined"?(html5AppletsToProcess===null&&(html5AppletsToProcess=[]),html5AppletsToProcess.push({article:nn,params:hn}),window.renderGGBElementReady=function(){isRenderGGBElementEnabled=!0,html5AppletsToProcess!==null&&html5AppletsToProcess.length&&(html5AppletsToProcess.forEach(function(Dn){Mt(Dn.article,Dn.params)}),html5AppletsToProcess=null)},Et(Ft)<5&&(nn.className+=" geogebraweb")):Mt(nn,hn)}if(ui){scriptLoadStarted=!0;for(var we=0;we<kn.childNodes.length;we++){var sn=kn.childNodes[we].tagName;sn==="TABLE"&&(kn.removeChild(kn.childNodes[we]),we--)}if(ggbHTML5LoadedScript!==null){var Xe=document.querySelector('script[src="'+ggbHTML5LoadedScript+'"]');Xe!=null&&Xe.parentNode.removeChild(Xe)}var Te=document.createElement("script"),$e=function(){xe(kn,mn)};Te.src=Qe+et,ggbHTML5LoadedCodebaseIsWebSimple=it,ggbHTML5LoadedCodebaseVersion=Ft,ggbHTML5LoadedScript=Te.src,di("GeoGebra HTML5 codebase loaded: '"+Qe+"'.",mn),!oe&&(!ue||ue=="5.0")?(it?webSimple.succeeded=webSimple.succeeded||webSimple():web3d.succeeded=web3d.succeeded||web3d(),$e()):Qe.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,He.appendChild(Te))}else xe(kn,mn);mn.height=te,mn.width=hi},un=function(He,mn,An){var ui=Ti(mn.width,mn.height,mn.borderColor,An),kn=document.createElement("div");kn.style.position="relative",kn.style.display="block",kn.style.width=mn.width+"px",kn.style.height=mn.height+"px",kn.className="applet_screenshot applet_scaler"+(An?" applet_screenshot_play":""),kn.appendChild(ui);var hi=GGBAppletUtils.getScale(mn,He,An);An?(He.appendChild(Bn()),window.GGBT_wsf_view||(He.style.position="relative")):window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(kn,"66%"),He.appendChild(kn),hi!==1&&!isNaN(hi)&&(GGBAppletUtils.scaleElement(kn,hi),kn.style.width=mn.width+"px",kn.style.height=mn.height+"px",kn.parentNode.style.width=mn.width*hi+"px",kn.parentNode.style.height=mn.height*hi+"px"),cn.resize=function(){Nn(He,ui,kn,An)},window.addEventListener("resize",function(te){cn.resize()}),cn.resize()};function Nn(He,mn,An,ui){if(He.contains(mn)){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(He.id!=="fullscreencontent")return;window.GGBT_wsf_view.setCloseBtnPosition(He)}var kn=GGBAppletUtils.getScale(Xt,He,ui);An.parentNode!==null&&(!isNaN(kn)&&kn!==1?(GGBAppletUtils.scaleElement(An,kn),An.parentNode.style.width=Xt.width*kn+"px",An.parentNode.style.height=Xt.height*kn+"px"):(GGBAppletUtils.scaleElement(An,1),An.parentNode.style.width=Xt.width+"px",An.parentNode.style.height=Xt.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&GGBAppletUtils.positionCenter(He),typeof window.GGBT_ws_header_footer=="object"&&window.GGBT_ws_header_footer.setWsScrollerHeight()}}cn.onExitFullscreen=function(He,mn){mn.appendChild(He)};var vi=function(He,mn,An,ui){un(He,mn,!0);for(var kn=function(){var Zn=[];for(te=0;te<He.childNodes.length;te++)Zn.push(He.childNodes[te]);if(window.GGBT_wsf_view){var Zi=window.GGBT_wsf_view.renderFullScreen(He,mn.id),Bt=document.getElementById("fullscreencontainer"),Ct=jQuery(He).find(".fullscreencontent");Ct.length>0?(Zi.remove(),Ct.attr("id","fullscreencontent").show(),jQuery(Bt).append(Ct),window.dispatchEvent(new Event("resize"))):Ve(Zi,mn,!1),window.GGBT_wsf_view.launchFullScreen(Bt)}else tn=ui,Ve(He,mn,!1);if(!window.GGBT_wsf_view)for(te=0;te<Zn.length;te++)He.removeChild(Zn[te])},hi=He.getElementsByClassName("ggb_preview_play"),te=0;te<hi.length;te++)hi[te].addEventListener("click",kn,!1),hi[te].addEventListener("ontouchstart",kn,!1);typeof window.ggbAppletPlayerOnload=="function"&&window.ggbAppletPlayerOnload(He),Vt()&&window.GGBT_wsf_view&&$(".wsf-element-fullscreen-button").remove()},Bn=function(){var He=document.createElement("div");if(He.className="ggb_preview_play icon-applet-play",!window.GGBT_wsf_view){var mn='.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");}',An=document.createElement("style");An.styleSheet?An.styleSheet.cssText=mn:An.appendChild(document.createTextNode(mn)),document.getElementsByTagName("head")[0].appendChild(An)}return He},Ti=function(He,mn,An,ui){var kn=document.createElement("div");kn.className="ggb_preview",kn.style.position="absolute",kn.style.zIndex="90",kn.style.width=He-2+"px",kn.style.height=mn-2+"px",kn.style.top="0px",kn.style.left="0px",kn.style.overflow="hidden",kn.style.backgroundColor="white";var hi="lightgrey";An!==void 0&&(An==="none"?hi="transparent":hi=An),kn.style.border="1px solid "+hi;var te=document.createElement("img");if(te.style.position="relative",te.style.zIndex="1000",te.style.top="-1px",te.style.left="-1px",ct!==null&&te.setAttribute("src",ct),te.style.opacity=.7,lt!==null){var Zn,Zi,Bt;if(!ui){Zn=document.createElement("img"),Zn.style.position="absolute",Zn.style.zIndex="1001",Zn.style.opacity=1,te.style.opacity=.3,Zi=360,Zi>He/4*3&&(Zi=He/4*3),Bt=Zi/5.8,Zn.setAttribute("src",lt),Zn.setAttribute("width",Zi),Zn.setAttribute("height",Bt);var Ct=(He-Zi)/2,wt=(mn-Bt)/2;Zn.style.left=Ct+"px",Zn.style.top=wt+"px",kn.appendChild(Zn)}}return kn.appendChild(te),kn},ni=function(He){return He=He.toLowerCase(),He==="html5"||He==="screenshot"?He:"html5"},ge=["web","webSimple","web3d","tablet","tablet3d","phone"],Kt=function(He,mn){if(Ft=He,mn){wn(Ft,!0);return}var An=!ae;if(An){var ui=Et(Ft);!isNaN(ui)&&ui<4.4&&(An=!1)}var kn,hi;window.location.protocol.substr(0,4)==="http"?kn=window.location.protocol:kn="http:";var te=Ft.indexOf("//");te>0?hi=Ft:te===0?hi=kn+Ft:hi="https://www.geogebra.org/apps/5.2.814.0/";for(var Zn in ge)if(Ft.slice(ge[Zn].length*-1)===ge[Zn]||Ft.slice((ge[Zn].length+1)*-1)===ge[Zn]+"/"){wn(hi,!1);return}!GGBAppletUtils.isFlexibleWorksheetEditor()&&An&&!bt.is3D&&!bt.AV&&!bt.SV&&!bt.CV&&!bt.EV2&&!bt.CP&&!bt.PC&&!bt.DA&&!bt.FI&&!bt.PV&&!me(Xt.showToolBar)&&!me(Xt.showMenuBar)&&!me(Xt.showAlgebraInput)&&!me(Xt.enableRightClick)&&(!Xt.appName||Xt.appName=="classic")?hi+="webSimple/":hi+="web3d/",wn(hi,!1)},wn=function(He,mn){if(He.requirejs){Qe=He;return}He.slice(-1)!=="/"&&(He+="/"),Qe=He,mn===null&&(mn=He.indexOf("http")===-1),he=mn,et="web.nocache.js",it=!1;var An=Qe.split("/");An.length>1&&(!mn&&An[An.length-2]==="webSimple"?(et="webSimple.nocache.js",it=!0):ge.indexOf(An[An.length-2])>=0&&(et=An[An.length-2]+".nocache.js")),An=He.split("/"),Ft=An[An.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 ui=parseFloat(Ft);ui!==NaN&&ui<5&&He.indexOf("geogebra.org")>=0&&(console.log("The GeoGebra HTML5 codebase version "+ui+" is deprecated. Using version latest instead."),Kt("5.0",mn))},di=function(He,mn){window.console&&window.console.log&&(!mn||typeof mn.showLogging=="undefined"||mn.showLogging&&mn.showLogging!=="false")&&console.log(He)};Xt.material_id!==void 0?$t(gi):gi();function gi(){var He=Yn;ue!==null?He=ue:parseFloat(He)<5&&(He="5.0"),Kt(He,!1),oe!==null&&wn(oe,he),le=!0}return cn},GGBAppletUtils=function(){"use strict";function cn(){return window.GGBT_wsf_edit!==void 0}function Yn(le,ue){ue!=1?(le.style.transformOrigin="0% 0% 0px",le.style.webkitTransformOrigin="0% 0% 0px",le.style.transform="scale("+ue+","+ue+")",le.style.webkitTransform="scale("+ue+","+ue+")",le.style.maxWidth="initial",le.querySelector(".ggb_preview")!==null&&(le.querySelector(".ggb_preview").style.maxWidth="initial"),le.querySelectorAll(".ggb_preview img")[0]!==void 0&&(le.querySelectorAll(".ggb_preview img")[0].style.maxWidth="initial"),le.querySelectorAll(".ggb_preview img")[1]!==void 0&&(le.querySelectorAll(".ggb_preview img")[1].style.maxWidth="initial")):(le.style.transform="none",le.style.webkitTransform="none")}function Xt(le,ue,oe,ze,Pe,Qt){var Qe=null;if(Qt!=null&&Qt!="")for(var he=le.parentNode;he!=null;)if((" "+he.className+" ").indexOf(" "+Qt+" ")>-1){Qe=he;break}else he=he.parentNode;var tn=0,Ft=0,et=0,it=0,ct=0,lt=0,pt=0;if(Qe)tn=Qe.offsetWidth,Ft=Math.max(ze?Qe.offsetWidth:0,Qe.offsetHeight);else{if(window.innerWidth&&document.documentElement.clientWidth?(tn=Math.min(window.innerWidth,document.documentElement.clientWidth),Ft=Math.min(window.innerHeight,document.documentElement.clientHeight),et=tn):(tn=window.innerWidth,Ft=window.innerHeight,et=window.innerWidth),le){var vt=le.getBoundingClientRect();vt.left>0&&vt.left<=tn&&(Pe===void 0||!Pe)&&(document.dir==="rtl"?(ct=tn-vt.width-vt.left,lt=et<=480?10:30):(lt=vt.left,ct=et<=480?10:30),it=lt+ct)}if(le&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){var Lt=le.getBoundingClientRect();window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(it=40,pt=0):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(it=0,pt=40)}}return le&&((oe===void 0||!oe)&&ue>0&&ue+it<tn?tn=ue:tn-=it,typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(oe===void 0||!oe)&&(Ft-=pt)),{width:tn,height:Ft}}function bt(le,ue,oe,ze,Pe){if(le.isScreenshoGenerator)return 1;var Qt=ze!==void 0&&ze,Qe=le.noScaleMargin!=null&&le.noScaleMargin,he=function(Lt){return Lt&&Lt!=="false"},tn=he(le.autoHeight),Ft=Xt(ue,le.width,oe,tn,Qt&&window.GGBT_wsf_view||Qe,Pe),et=parseInt(Ft.width),it=le.width,ct=le.height;if(it===void 0){var lt=ue.querySelector(".appletParameters");lt&&(it=lt.offsetWidth,ct=lt.offsetHeight)}var pt=et/it,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 ae(le,ue,oe){var ze=1,Pe,Qt=!1;if(le.hasOwnProperty("allowUpscale")&&(Qt=le.allowUpscale),le.hasOwnProperty("scale")&&(ze=parseFloat(le.scale),(isNaN(ze)||ze===null||ze===0)&&(ze=1),ze>1&&(Qt=!0)),ue&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(Qt=!0),!(le.hasOwnProperty("disableAutoScale")&&le.disableAutoScale))Pe=bt(le,ue,Qt,oe,le.scaleContainerClass);else return ze;return Qt&&(!le.hasOwnProperty("scale")||ze===1)?Pe:Math.min(ze,Pe)}function Ce(le){var ue=Math.min(window.innerWidth,document.documentElement.clientWidth),oe=Math.min(window.innerHeight,document.documentElement.clientHeight),ze=le.getBoundingClientRect(),Pe=(ue-ze.width)/2,Qt=(oe-ze.height)/2;Qt<0&&(Qt=0),le.style.position="relative",window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(Pe<40?le.style.left="40px":le.style.left=Pe+"px",le.style.top=Qt+"px"):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(Qt<40?le.style.top="40px":le.style.top=Qt+"px",le.style.left=Pe+"px")}function Oe(le,ue){var oe=le.querySelector(".appletParameters");if(oe){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(ue.id!==oe.getAttribute("data-param-id"))return;window.GGBT_wsf_view.setCloseBtnPosition(le)}if(oe.parentElement&&/fullscreen/.test(oe.parentElement.className))return;var ze=ae(ue,le);cn()&&oe.setAttribute("data-param-scale",ze);for(var Pe=null,Qt=0;Qt<le.childNodes.length;Qt++)if(le.childNodes[Qt].className!==void 0&&le.childNodes[Qt].className.match(/^applet_scaler/)){Pe=le.childNodes[Qt];break}if(Pe!==null&&Pe.querySelector(".noscale")!==null)return;var Qe=ue.id!==void 0?ue.id:"ggbApplet",he=window[Qe];(he==null||!he.recalculateEnvironments)&&Pe!==null&&!Pe.className.match(/fullscreen/)&&(Pe.parentNode.style.transform="",!isNaN(ze)&&ze!==1?(Pe.parentNode.style.width=ue.width*ze+"px",Pe.parentNode.style.height=ue.height*ze+"px",Yn(Pe,ze)):(Yn(Pe,1),Pe.parentNode.style.width=ue.width+"px",Pe.parentNode.style.height=ue.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&Ce(le),window.GGBT_wsf_view&&!window.GGBT_wsf_view.isFullscreen()&&window.GGBT_wsf_general.adjustContentToResize($(oe).parents(".content-added-content"))}}return{responsiveResize:Oe,isFlexibleWorksheetEditor:cn,positionCenter:Ce,getScale:ae,scaleElement:Yn}}();__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 cn=n.location.search;return cn.indexOf(J)!=-1||cn.indexOf(K)!=-1}function q(cn,Yn){}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(cn){var Yn=s[L].bindings;s[L].bindings=function(){for(var Xt=Yn?Yn():{},bt=cn[webModule.__softPermutationId],ae=O;ae<bt.length;ae++){var Ce=bt[ae];Xt[Ce[O]]=Ce[P]}return Xt}};var t;function u(){return v(),t}function v(){if(!t){var cn=o.createElement(Q);if(cn.id=L,cn.style.cssText=R+S,cn.tabIndex=-1,o.body.appendChild(cn),t=cn.contentWindow.document,navigator.userAgent.indexOf(T)==-1){t.open();var Yn=document.compatMode==U?V:W;t.write(Yn+X),t.close()}}}function w(cn){function Yn(bt){function ae(){return typeof o.readyState==Y?typeof o.body!=Y&&o.body!=null:/loaded|complete/.test(o.readyState)}var Ce=ae();if(Ce){bt();return}function Oe(){if(!Ce){if(!ae())return;Ce=!0,bt(),o.removeEventListener&&o.removeEventListener(Z,Oe,!1),le&&clearInterval(le)}}o.addEventListener&&o.addEventListener(Z,Oe,!1);var le=setInterval(function(){Oe()},$)}function Xt(bt){var ae=u(),Ce=ae.body,Oe=ae.createElement(_);Oe.language=ab,Oe.crossOrigin=W,Oe.src=bt,webModule.__errFn&&(Oe.onerror=function(){webModule.__errFn(L,new Error(bb+bt))}),Ce.appendChild(Oe)}Yn(function(){Xt(cn)})}webModule.__startLoadingFragment=function(cn){return C(cn)},webModule.__installRunAsyncCode=function(cn){var Yn=u(),Xt=Yn.body,bt=Yn.createElement(_);bt.language=ab,bt.text=cn,Xt.appendChild(bt),Xt.removeChild(bt)};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(cn){alert(nb+k+ob)}}else if(j==pb&&(k=i.getAttribute(kb),k))try{e=eval(k)}catch(cn){alert(nb+k+qb)}}}__gwt_getMetaProperty=function(cn){var Yn=c[cn];return Yn==null?null:Yn},r=d,webModule.__errFn=e}function B(){function cn(le){var ue=le.lastIndexOf(rb);ue==-1&&(ue=le.length);var oe=le.indexOf(sb);oe==-1&&(oe=le.length);var ze=le.lastIndexOf(tb,Math.min(oe,ue));return ze>=O?le.substring(O,ze+P):W}function Yn(le){if(!le.match(/^\w+:\/\//)){var ue=o.createElement(ub);ue.src=le+vb,le=cn(ue.src)}return le}function Xt(){var le=__gwt_getMetaProperty(wb);return le!=null?le:W}function bt(){for(var le=o.getElementsByTagName(_),ue=O;ue<le.length;++ue)if(le[ue].src.indexOf(xb)!=-1)return cn(le[ue].src);return W}function ae(){var le=o.getElementsByTagName(yb);return le.length>O?le[le.length-P].href:W}function Ce(){var le=o.location;return le.href==le.protocol+zb+le.host+le.pathname+le.search+le.hash}var Oe=Xt();return Oe==W&&(Oe=bt()),Oe==W&&(Oe=ae()),Oe==W&&Ce()&&(Oe=cn(o.location.href)),Oe=Yn(Oe),Oe}function C(cn){return cn.match(/^\//)||cn.match(/^[a-zA-Z]+:\/\//)?cn:webModule.__moduleBase+cn}function D(){var cn=[],Yn=O,Xt=[],bt=[];function ae(le){var ue=bt[le](),oe=Xt[le];if(ue in oe)return ue;var ze=[];for(var Pe in oe)ze[oe[Pe]]=Pe;throw r&&r(le,ze,ue),null}if(__gwt_isKnownPropertyValue=function(le,ue){return ue in Xt[le]},webModule.__getPropMap=function(){var le={};for(var ue in Xt)Xt.hasOwnProperty(ue)&&(le[ue]=ae(ue));return le},webModule.__computePropValue=ae,n.__gwt_activeModules[L].bindings=webModule.__getPropMap,p())return C(Bb);var Ce;try{Ce=Cb;var Oe=Ce.indexOf(Db);Oe!=-1&&(Yn=parseInt(Ce.substring(Oe+P),$),Ce=Ce.substring(O,Oe))}catch(le){}return webModule.__softPermutationId=Yn,C(Ce+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(cn,Yn,Xt){"use strict";Xt.d(Yn,{Ax:function(){return Oe},Ds:function(){return le},KI:function(){return oe},SI:function(){return Ce},f1:function(){return ae}});var bt=Xt(3294);function ae(ze){let Pe=!0;if(ze.length>0){for(let Qt=0;Qt<ze.length;Qt++)if(ze[Qt].compile_success==0||!ze[Qt].compile_success){Pe=!1;break}}else Pe=!1;return Pe}function Ce(ze,Pe=""){let Qt=[];for(let Qe=0;Qe<ze.length;Qe++){let he=ze[Qe],tn=Pe?`${Pe}/${he.name}`:`${he.name}`;Qt.push({title:he.name,type:he.type,isLeaf:he.type!=="tree",key:tn})}return Qt}function Oe(ze,Pe,Qt){for(let Qe=0;Qe<ze.length;Qe++){let he=ze[Qe];if(he.key===Pe){he.children=Qt;break}he.children&&Oe(he.children,Pe,Qt)}return ze}function le(ze,Pe,Qt){let Qe;return function(){let he=this,tn=arguments,Ft=function(){Qe=null,Qt||ze.apply(he,tn)},et=Qt&&!Qe;clearTimeout(Qe),Qe=setTimeout(Ft,Pe),et&&ze.apply(he,tn)}}const ue=!0,oe=bt.Z.API_SERVER},73524:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{Z:function(){return Qe}});var bt=Xt(59301),ae={imageDimensions:"imageDimensions___a7crR",img:"img___Kroat",fullWidth:"fullWidth___c492T"},Ce=Xt(92310),Oe=Xt.n(Ce),le=Xt(29787),ue=Xt(2859),oe=Xt(99064),ze=Xt(955),Pe=(he,tn,Ft)=>new Promise((et,it)=>{var ct=vt=>{try{pt(Ft.next(vt))}catch(Lt){it(Lt)}},lt=vt=>{try{pt(Ft.throw(vt))}catch(Lt){it(Lt)}},pt=vt=>vt.done?et(vt.value):Promise.resolve(vt.value).then(ct,lt);pt((Ft=Ft.apply(he,tn)).next())}),Qe=({data:he,className:tn,fullWidth:Ft,style:et={},onClose:it,onOk:ct,showFullTools:lt,noAssociationId:pt})=>{const vt=(0,bt.useRef)(null),Lt=(0,bt.useRef)(null),Et=(0,bt.useRef)(null),zt=(0,bt.useRef)(null),[Vt,$t]=(0,bt.useState)(!1),[ie,qt]=(0,bt.useState)("\u6B63\u5728\u52A0\u8F7D\u4E2D");(0,bt.useEffect)(()=>(Et.current||(Et.current=document.createElement("style"),document.head.appendChild(Et.current)),he!=null&&he.visible?(document.body.setAttribute("data-custom","y-hidden"),Et.current.innerHTML=" html { overflow-y: hidden; }",he!=null&&he.src&&Re()):(document.body.removeAttribute("data-custom"),Et.current&&(document.head.removeChild(Et.current),Et.current=null)),()=>{document.body.removeAttribute("data-custom"),Et.current&&(document.head.removeChild(Et.current),Et.current=null)}),[he==null?void 0:he.visible]);const Re=()=>Pe(void 0,null,function*(){$t(!0),qt("\u6B63\u5728\u52A0\u8F7D\u4E2D");const Nn=yield(0,ze.ZJ)(he==null?void 0:he.src);vt.current.src="",vt.current.src=Nn,vt.current.onload=function(){un()},$t(!1),qt("")}),me=Nn=>Pe(void 0,null,function*(){$t(!0),qt("\u6B63\u5728\u4FDD\u5B58\u4E2D");const vi=yield(0,oe.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:he.title,file:Nn.dataUrl}});vi!=null&&vi.id&&!pt?(yield(0,oe.ZP)(`/api/attachments/${he.id}/add_subitem.json`,{method:"post",body:{subitem_id:vi==null?void 0:vi.id,settings:JSON.stringify(Nn.state)}})).status===0&&ct():vi!=null&&vi.id&&ct(vi),$t(!1),qt("")}),Ve=()=>{const Nn=document.querySelector('a[href="https://markerjs.com/"]');Nn&&Nn.parentNode&&(Nn.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(Bn=>{const Ti=document.querySelector(Bn.name);Ti&&Ti.setAttribute("title",Bn.title)})},un=()=>{Lt.current=new ue.hP(vt.current),Lt.current.targetRoot=zt.current,Lt.current.addEventListener("render",me),Lt.current.addEventListener("beforeclose",it),lt&&(Lt.current.availableMarkerTypes=Lt.current.ALL_MARKER_TYPES,Lt.current.uiStyleSettings.redoButtonVisible=!0,Lt.current.uiStyleSettings.notesButtonVisible=!0,Lt.current.uiStyleSettings.zoomButtonVisible=!0,Lt.current.uiStyleSettings.zoomOutButtonVisible=!0,Lt.current.uiStyleSettings.clearButtonVisible=!0),window.markerArea=Lt.current.uiStyleSettings,Lt.current.show(),he!=null&&he.snapshotData&&Lt.current.restoreState(he.snapshotData),setTimeout(()=>{window.scrollTo(0,0),Ve()},300)};return bt.createElement(bt.Fragment,null,(he==null?void 0:he.visible)&&bt.createElement(le.Z,{spinning:Vt,tip:ie,style:{position:"absolute",width:"100vw"}},bt.createElement("div",{ref:zt,className:Oe()(ae.imageDimensions,tn,Ft?ae.fullWidth:""),style:et},bt.createElement("img",{className:ae.img,ref:vt}))))}},41588:function(cn,Yn,Xt){"use strict";var bt=Xt(59301),ae=Xt(77019),Ce=Xt(5269),Oe=Xt(20554),le=Xt(99571),ue=Xt(85149),oe=Xt(88010),ze=Xt(48136),Pe=Xt(59301);const Qt=(0,bt.forwardRef)(({callback:Qe,showSaveButton:he,value:tn=""},Ft)=>{const et=(0,bt.useRef)(),it=[{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=Lt=>{et.current.setValue(et.current.getValue()+" "+Lt.value+" ")},pt=[{key:"1",label:"\u5FEB\u6377\u6A21\u677F",children:Pe.createElement(ae.Z,{className:oe.Z.lists,gutter:[10,10]},it.map((Lt,Et)=>Pe.createElement(Ce.Z,{flex:"110px",className:oe.Z.item},Pe.createElement("div",null,Pe.createElement(ue.Z,{value:`$$${Lt.value}$$`}),Lt.name),Pe.createElement("div",{className:oe.Z.children},Lt.children.map((zt,Vt)=>Pe.createElement("div",{key:Vt},Pe.createElement("h1",null,zt.name),Pe.createElement(ae.Z,{gutter:[10,10]},zt.data.map(($t,ie)=>Pe.createElement(Ce.Z,{key:ie,onClick:()=>lt($t),className:oe.Z.diamond},Pe.createElement(ue.Z,{value:"`$$"+$t.value+"$$`"}))))))))))},{key:"2",label:"\u516C\u5F0F\u6A21\u677F",children:Pe.createElement(ae.Z,{className:oe.Z.lists,gutter:[10,10]},ct.map((Lt,Et)=>Pe.createElement(Ce.Z,{flex:"110px",className:oe.Z.item},Pe.createElement("div",null,Pe.createElement(ue.Z,{value:"`$$"+Lt.value+"$$`"}),Lt.name),Pe.createElement("div",{className:oe.Z.children},Lt.children.map((zt,Vt)=>Pe.createElement("div",{key:Vt},zt.name&&Pe.createElement("h1",null,zt.name),Pe.createElement(ae.Z,{gutter:[10,10]},zt.data.map(($t,ie)=>Pe.createElement(Ce.Z,{key:ie,onClick:()=>lt($t),className:oe.Z.diamond},Pe.createElement(ue.Z,{value:"`$$"+$t.value+"$$`"}))))))))))}],vt=()=>{var Lt=document.createElement("div");Lt.innerHTML=et.current.getValue();var Et=Lt.innerText;return Qe&&Qe(Et),Et};return(0,bt.useImperativeHandle)(Ft,()=>({getData:vt})),Pe.createElement("div",{className:oe.Z.mathWrap},Pe.createElement(Oe.default,{defaultActiveKey:"1",items:pt}),Pe.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}},tn||""),he&&Pe.createElement("div",{className:oe.Z.button},Pe.createElement(le.ZP,{size:"large",onClick:vt,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))});Yn.Z=Qt},8797:function(cn,Yn,Xt){"use strict";var bt=Xt(59301),ae=Xt(93314),Ce=Xt(99571),Oe=Object.defineProperty,le=Object.defineProperties,ue=Object.getOwnPropertyDescriptors,oe=Object.getOwnPropertySymbols,ze=Object.prototype.hasOwnProperty,Pe=Object.prototype.propertyIsEnumerable,Qt=(Ft,et,it)=>et in Ft?Oe(Ft,et,{enumerable:!0,configurable:!0,writable:!0,value:it}):Ft[et]=it,Qe=(Ft,et)=>{for(var it in et||(et={}))ze.call(et,it)&&Qt(Ft,it,et[it]);if(oe)for(var it of oe(et))Pe.call(et,it)&&Qt(Ft,it,et[it]);return Ft},he=(Ft,et)=>le(Ft,ue(et));const tn=({img:Ft,buttonProps:et={},styles:it={},customText:ct,ButtonText:lt,ButtonClick:pt,Buttonclass:vt,ButtonTwo:Lt,imgStyles:Et,loading:zt=!1,className:Vt=""})=>bt.createElement("section",{className:`tc animated fadeIn ${Vt}`,style:Qe({color:"#999",margin:"100px auto",visibility:zt?"hidden":"visible"},it)},bt.createElement("img",{src:Ft||ae,style:he(Qe({},Et),{pointerEvents:"none",userSelect:"none"})}),bt.createElement("p",{className:"mt20 font14"},ct||"\u6682\u65F6\u8FD8\u6CA1\u6709\u76F8\u5173\u6570\u636E\u54E6!"),lt&&bt.createElement(Ce.ZP,Qe({className:vt,onClick:pt},et),lt),Lt&&Lt);Yn.Z=tn},23210:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{Z:function(){return vt}});var bt=Xt(59301),ae={wrp:"wrp___dq7YK",bgBlack:"bgBlack___ARIUV",monaco:"monaco___VnZC3",darkBlue:"darkBlue___UprA9",close:"close___LKoWu",embed:"embed___hvpEJ"},Ce=Xt(99571),Oe=Xt(70557),le=Xt(23954),ue=Xt(25399),oe=Xt(955),ze=Xt(94941),Pe=Xt(8797),Qt=Xt(3294),Qe=Xt(19381),he=Xt(59301),tn=Object.defineProperty,Ft=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,it=Object.prototype.propertyIsEnumerable,ct=(Lt,Et,zt)=>Et in Lt?tn(Lt,Et,{enumerable:!0,configurable:!0,writable:!0,value:zt}):Lt[Et]=zt,lt=(Lt,Et)=>{for(var zt in Et||(Et={}))et.call(Et,zt)&&ct(Lt,zt,Et[zt]);if(Ft)for(var zt of Ft(Et))it.call(Et,zt)&&ct(Lt,zt,Et[zt]);return Lt},pt=(Lt,Et,zt)=>new Promise((Vt,$t)=>{var ie=me=>{try{Re(zt.next(me))}catch(Ve){$t(Ve)}},qt=me=>{try{Re(zt.throw(me))}catch(Ve){$t(Ve)}},Re=me=>me.done?Vt(me.value):Promise.resolve(me.value).then(ie,qt);Re((zt=zt.apply(Lt,Et)).next())}),vt=({editOffice:Lt="view",data:Et,theme:zt,type:Vt,filename:$t,monacoEditor:ie,className:qt,style:Re,close:me,onClose:Ve,hasMask:un,disabledDownload:Nn,onImgDimensions:vi,showNodata:Bn,recordInfo:Ti})=>{const[ni,ge]=(0,bt.useState)("https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt"),[Kt,wn]=(0,bt.useState)(""),[di,gi]=(0,bt.useState)(),He=window.ENV==="build"?"/react/build":"",mn=location.host.startsWith("localhost")?Qt.Z.PROXY_SERVER:Qt.Z.API_SERVER,ui=10*(1024*1024),kn=(0,bt.useRef)();Et!=null&&Et.startsWith("/api")&&Vt!=="txt"&&(Et=Qt.Z.API_SERVER+Et);const hi=Bt=>Bt.substring(Bt.lastIndexOf("/")+1).split(".").pop();$t&&ie&&(ie.filename=$t),(0,bt.useEffect)(()=>{var Bt,Ct;const wt=(Ct=(Bt=document.cookie)==null?void 0:Bt.replace(/\s/g,""))==null?void 0:Ct.split(";");wt==null||wt.map(At=>{let Gt=At.split("=");Gt[0]==="_educoder_session"&&wn(Gt[1])})},[]),(0,bt.useEffect)(()=>{Vt==="office"&&(Et.indexOf("bigfilescdn.")>-1||Et.indexOf("bigfiles1")>-1?gi({url:Et,fileType:hi(Et),model:Et.indexOf("model=edit")?"edit":"view"}):te())},[Vt,Et]);const te=()=>pt(void 0,null,function*(){console.log("data:",Et);let Bt=Et;Et.startsWith("http")||(Bt=location.origin+Bt);let Ct=new URL(Bt).pathname.split("/").pop();const wt=yield(0,ze.gJ)({attachment_id:Ct});wt.url=mn+wt.url,gi(wt)}),Zn=()=>{if(Et.startsWith("http")||Et.startsWith("blob:")){Zi();return}(0,oe.Sv)($t||"educoder",Et,$t)},Zi=()=>{Ti&&(0,Qe.fc)({id:Ti==null?void 0:Ti.id,watch_type:1,course_id:Ti==null?void 0:Ti.course_id}),(0,oe.Nd)($t||"educoder",decodeURIComponent(Et))};return he.createElement("div",{style:lt({},Re||{}),className:`${un&&ae.bgBlack} ${Vt?ae.wrp:"hide"}`},me&&he.createElement("div",{className:ae.close,ref:kn},!!vi&&he.createElement(ue.Z,{title:"\u70B9\u51FB\u5BF9\u56FE\u7247\u8FDB\u884C\u6279\u6CE8",getPopupContainer:()=>kn.current},he.createElement("span",{onClick:()=>{Ve(),vi()}},he.createElement("i",{className:"icon-yulanpizhu"}))),!Nn&&he.createElement(ue.Z,{title:"\u70B9\u51FB\u4E0B\u8F7D\u6B64\u6587\u4EF6",getPopupContainer:()=>kn.current},he.createElement("span",{onClick:Zi},he.createElement("i",{className:"icon-quxiaozhiding"}))),he.createElement(ue.Z,{title:"\u5173\u95ED",getPopupContainer:()=>kn.current},he.createElement("span",{className:"",onClick:Ve},he.createElement("i",{className:"icon-guanbi1"})))),he.createElement("div",{className:`${ae[qt]} ${qt} ${ae.monaco} ${Vt==="txt"?"show":"hide"}`},Vt==="txt"&&he.createElement(he.Fragment,null,he.createElement(le.ZP,lt({},ie)))),Vt==="audio"&&he.createElement("audio",{src:`${(Et==null?void 0:Et.indexOf("http://"))>-1||(Et==null?void 0:Et.indexOf("https://"))>-1?"":"data:audio/mp3;base64,"}${Et}`,autoPlay:!0}),Vt==="video"&&he.createElement(he.Fragment,null,(Et==null?void 0:Et.indexOf("http"))>-1?he.createElement("video",{controls:!0,src:`${Et}`,autoPlay:!0}):he.createElement("video",{controls:!0,src:`data:video/mp4;base64,${Et}`,autoPlay:!0})),Vt==="office"&&di&&he.createElement("iframe",{src:`${He}/office.html?key=${di.key}&url=${btoa(di.url)}&callbackUrl=${mn+(di.callbackUrl||"")}&fileType=${di.fileType}&title=${di.title||""}&model=${Lt}&officeServer=${Qt.Z.ONLYOFFICE}&disabledDownload=${!!Nn}`}),Vt==="html"&&he.createElement("iframe",{src:Et+"&disposition=inline"}),Vt==="pdf"&&he.createElement("iframe",{src:`${He}/js/pdfview/index.html?filename=${$t||"educoder.pdf"}&url=${encodeURIComponent(Et)}&disabledDownload=${!!Nn}`}),Vt==="image"&&he.createElement("img",{src:`${(Et==null?void 0:Et.indexOf("http://"))>-1||(Et==null?void 0:Et.indexOf("https://"))>-1?"":"data:image/png;base64,"}${Et}`}),(Vt==="other"||Vt==="download")&&he.createElement(he.Fragment,null,Bn?he.createElement(Pe.Z,{customText:"\u5F53\u524D\u6587\u4EF6\u4E0D\u652F\u6301\u9884\u89C8\uFF0C\u53EF\u70B9\u51FB\u4E0B\u8F7D\u67E5\u770B",ButtonTwo:he.createElement(Ce.ZP,{icon:he.createElement("i",{className:"iconfont icon-xiazai4 font14"}),type:"primary",size:"middle",onClick:Zn,disabled:Nn},"\u4E0B\u8F7D")}):he.createElement(Ce.ZP,{type:"primary",size:"middle",onClick:Zn,disabled:Nn},he.createElement(Oe.Z,null),"\u70B9\u51FB\u4E0B\u8F7D")))}},85149:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{z:function(){return Vt},Z:function(){return $t}});var bt=Xt(59301),ae=Xt(50304),Ce=Xt(24768),Oe=Xt(64018),le=Xt(79710),ue=Xt(3294),oe=Xt(955),ze=Xt(15342),Pe=Xt(1012),Qt=Xt(23210),Qe=Xt(59301),tn=({html:ie})=>{const qt=(0,bt.useRef)(null),Re=(0,bt.useRef)(null),me=`.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,bt.useEffect)(()=>{const Ve=qt.current.attachShadow({mode:"open"});Re.current=document.createElement("div"),Re.current.className="markdown-body",Re.current.innerHTML=ie,Ve.appendChild(Re.current);const un=document.createElement("style");return un.textContent=me,Ve.appendChild(un),()=>{Ve.innerHTML=""}},[]),(0,bt.useEffect)(()=>{Re.current&&(Re.current.innerHTML=ie)},[ie]),Qe.createElement("div",{ref:qt})},Ft=Object.defineProperty,et=Object.getOwnPropertySymbols,it=Object.prototype.hasOwnProperty,ct=Object.prototype.propertyIsEnumerable,lt=(ie,qt,Re)=>qt in ie?Ft(ie,qt,{enumerable:!0,configurable:!0,writable:!0,value:Re}):ie[qt]=Re,pt=(ie,qt)=>{for(var Re in qt||(qt={}))it.call(qt,Re)&<(ie,Re,qt[Re]);if(et)for(var Re of et(qt))ct.call(qt,Re)&<(ie,Re,qt[Re]);return ie};const vt="@\u2581\u2581@",Lt="@\u2581@",Et=/<pre[^>]*>/g;function zt(ie){let qt=document.createElement("div");return qt.innerHTML=ie,qt.childNodes.length===0?"":qt.childNodes[0].nodeValue}const Vt=(ie,qt)=>{ie=ie||"";const Re=/(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?\)|(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,me=/\"(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,Ve=/\(\s+(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,un=/(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g;return qt?ie.replaceAll("https://www.educoder.net","").replaceAll("https://www-cdn.educoder.net","").replaceAll("//api/attachments","/api/attachments").replace(Re,(Nn,vi,Bn,Ti,ni,ge,Kt)=>{const wn=vi||Ti||ge,di=Bn||ni||Kt||"?";return ue.Z.API_SERVER+"/api/attachments/"+wn+di+"&t="+(0,oe.Jn)(wn,Date.now())+(Nn.indexOf(")")>-1?")":"&")}).replaceAll('src="(','src="').replaceAll("src='(",'src="'):(ie=ie.replace(un,(Nn,vi,Bn,Ti,ni,ge,Kt)=>{const wn=vi||Ti||ge,di=Bn||ni||Kt||"?";return ue.Z.API_SERVER+"/attachments/download/"+wn+di+"&t="+(0,oe.Jn)(wn,Date.now())+(Nn.indexOf(")")>-1?")":"&")}).replace(Re,(Nn,vi,Bn,Ti,ni,ge,Kt)=>{const wn=vi||Ti||ge,di=Bn||ni||Kt||"?";return ue.Z.API_SERVER+"/api/attachments/"+wn+di+"&t="+(0,oe.Jn)(wn,Date.now())+(Nn.indexOf(")")>-1?")":"&")}).replace(me,(Nn,vi,Bn,Ti,ni)=>{const ge=vi||Ti,Kt=Bn||ni||"";return'"'+ue.Z.API_SERVER+"/api/attachments/"+ge+Kt+ge+Kt+"&t="+(0,oe.Jn)(ge,Date.now())}).replace(Ve,(Nn,vi,Bn,Ti,ni)=>{const ge=vi||Ti,Kt=Bn||ni||"";return"("+ue.Z.API_SERVER+"/files/uploads/"+ge+Kt+ge+Kt+"&t="+(0,oe.Jn)(ge,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,`
|
|
`),ie)};var $t=({value:ie="",className:qt,showTextOnly:Re,showLines:me,style:Ve={},stylesPrev:un={},highlightKeywords:Nn,showProgramFill:vi,isProgramFill:Bn,disabledFill:Ti=!1,programFillValue:ni,onFillChange:ge=di=>{},onFillBlur:Kt=()=>{},onFillFocus:wn=()=>{}})=>{let di=String(ie);const[gi,He]=(0,bt.useState)(""),[mn,An]=(0,bt.useState)("office"),[ui,kn]=(0,bt.useState)([]),hi=(0,bt.useRef)("a"+(0,Pe.Z)()),te={},Zn=(Te,$e,nn)=>{const hn=document.createElement(Te===Lt?"input":"textarea");hn.style.width="100%",hn.style.height=Te===Lt?"40px":"151px",hn.rows=5,hn.spellcheck=!1,hn.name="edu-program-fill",hn.placeholder="\u8BF7\u8F93\u5165",hn.dataset.id=$e;const Dn=Object.keys(te).length;return te[Dn]=hn,`<span class="edu-program-fill-wrap ${Te===Lt?"":"show"}" style="width:${Te===Lt?"400px":"100%"}" title=${nn||""}><span>${hn.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 Bt=Te=>Te.replace(/<style.*?>([\s\S]+?)<\/style>/gim,function($e,nn){let hn=nn.replace(/(\n|\r)/g,"").split("}"),Dn=[];return hn.map(We=>{We!=""&&Dn.push(`.${hi.current} ${We}`)}),`<style>${Dn.join("}")}</style>`}),Ct=(0,bt.useMemo)(()=>{try{const hn=/\(\s+\/api\/attachments\/|\(\/api\/attachments\//g,Dn=/\"\/api\/attachments\/|\"\/attachments\/download\//g,We=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g,se=/\(\/attachments\/download\//g;di=di.replace(se,"("+ue.Z.API_SERVER+"/attachments/download/").replace(hn,"("+ue.Z.API_SERVER+"/api/attachments/").replace(Dn,'"'+ue.Z.API_SERVER+"/api/attachments/").replace(We,'"'+ue.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(hn){}if(vi){let hn=-1;return di=di.replaceAll("<","<").replaceAll(">",">").replace(/(@▁▁@|@▁@)/g,function(Dn,We,se){var Tn;return++hn,Zn(Dn,hn,(Tn=ni==null?void 0:ni[hn])==null?void 0:Tn.value.replaceAll("<","<").replaceAll(">",">"))}),`<pre style="background:#fff;padding:4px">${Bt(di||"")}</pre>`}let Te=Bt(di);Te=(0,Ce.ZP)(Te);const $e=(0,Ce.ez)();di.match(/\[TOC\]/)&&(Te=Te.replace("<p>[TOC]</p>",(0,Ce.Qv)()),(0,Ce.Iy)()),Te=Te.replace(/(__special_katext_id_\d+__)/g,(hn,Dn)=>{const{type:We,expression:se}=$e[Dn];return(0,ze.renderToString)(zt(se)||"",{displayMode:We==="block",throwOnError:!1,output:"html"})}),Te=Te.replace(/▁/g,"\u2581\u2581\u2581\u2581\u2581"),(0,Ce.AL)();const nn=document.createElement("div");if(nn.innerHTML=Te,Re)return nn.innerText;if(Nn){const hn=Nn.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return Mt(nn,hn),nn.innerHTML}return setTimeout(()=>sn(),500),nn.innerHTML},[di,Nn]);(0,bt.useEffect)(()=>{xe.current&&xe.current.querySelectorAll(["input","textarea"]).forEach($e=>{$e.oninput=wt,$e.onblur=At,$e.onfocus=Gt})},[ui]),(0,bt.useEffect)(()=>{var Te,$e,nn,hn,Dn;if(ni!=null&&ni.length)try{const We=xe.current.querySelectorAll(".edu-program-fill-score"),se=xe.current.querySelectorAll('[name="edu-program-fill"]');for(const[Tn,En]of se.entries())En.value=((Te=ni==null?void 0:ni[Tn])==null?void 0:Te.value)||"",(($e=ni==null?void 0:ni[Tn])==null?void 0:$e.type)==="warning"?En.className="program-fill-warning":((nn=ni==null?void 0:ni[Tn])==null?void 0:nn.type)==="success"?En.className="program-fill-success":En.className="";for(const[Tn,En]of We.entries())En.innerHTML=(hn=ni==null?void 0:ni[Tn])!=null&&hn.score?`${(Dn=ni==null?void 0:ni[Tn])==null?void 0:Dn.score}\u5206`:"";kn(ni)}catch(We){console.log(We,"error")}},[ni]);const wt=Te=>{ui[Te.target.dataset.id]=ui[Te.target.dataset.id]||{},ui[Te.target.dataset.id].value=Te.target.value,kn([...ui]),ge(ui,Te.target.dataset.id)},At=Te=>{ui[Te.target.dataset.id]=ui[Te.target.dataset.id]||{},ui[Te.target.dataset.id].value=Te.target.value,kn([...ui]),Kt(ui,Te.target.dataset.id)},Gt=Te=>{ui[Te.target.dataset.id]=ui[Te.target.dataset.id]||{},ui[Te.target.dataset.id].value=Te.target.value,kn([...ui]),wn(ui,Te.target.dataset.id)};function Mt(Te,$e){return Te.childNodes.forEach(nn=>{var hn;if(nn.childNodes.length>0)Mt(nn,$e);else if(nn.nodeName!=="IMG")if(nn.innerHTML)nn.innerHTML=(hn=nn.innerHTML)==null?void 0:hn.replace(new RegExp($e,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>');else{const Dn=document.createElement("span");Dn.innerHTML=nn.textContent.replace(new RegExp($e,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>'),nn.replaceWith(Dn)}})}const xe=(0,bt.useRef)();Ce.jb.WebkitLineClamp=me,me&&(Ve=pt(pt({},Ve),Ce.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(),He(nn),An("office");else if(nn.indexOf("application/pdf")>-1)Te.preventDefault(),He(nn),An("pdf");else if(nn.indexOf("text/html")>-1)Te.preventDefault(),He(nn),An("html");else if(nn.startsWith("#")){Te.preventDefault();let hn=document.getElementById(nn.replace("#",""));hn&&hn.scrollIntoView(!0)}}}const sn=()=>{var Te;const $e=(Te=xe.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(le.ZP.isSupported()){var hn=new le.ZP;hn.loadSource(nn.src),hn.attachMedia(nn)}}})};(0,bt.useEffect)(()=>{if(xe.current&&Ct&&Ct.match(Et)&&window.PR.prettyPrint(),xe.current)return xe.current.addEventListener("click",we),()=>{var Te;(Te=xe.current)==null||Te.removeEventListener("click",we),(0,Ce.AL)(),(0,Ce.Iy)()}},[Ct,xe.current,we]),(0,bt.useEffect)(()=>{var Te;const $e=nn=>{nn.preventDefault(),nn.clipboardData.setData("text",window.getSelection().toString())};return(Te=xe.current)==null||Te.addEventListener("copy",$e),()=>{var nn;(nn=xe.current)==null||nn.removeEventListener("copy",$e)}},[xe.current]);const Xe=Te=>/<style[\s\S]*?>/i.test(Te||"");return bt.createElement(bt.Fragment,null,Re&&bt.createElement("div",{ref:xe},Ct),!Re&&!Xe(Ct)&&bt.createElement("div",{ref:xe,style:pt({},Ve),className:`${qt||""} ${Ti?"disabled-fill":""} markdown-body ${hi.current}`,dangerouslySetInnerHTML:{__html:Ct}}),!Re&&Xe(Ct)&&bt.createElement(tn,{html:Ct}),bt.createElement(Qt.Z,{close:!0,data:gi,type:gi!=null&&gi.length?mn:"",style:pt({},un),onClose:()=>He("")}))}},61398:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{Z:function(){return Oe}});var bt=Xt(59301),ae=Xt(34604),Ce=Xt(90083),Oe=()=>{const[le,ue]=(0,bt.useState)(""),[oe,ze]=(0,bt.useState)(0);let[Pe,Qt]=(0,bt.useState)(),[Qe,he]=(0,bt.useState)();const[tn,Ft]=(0,bt.useState)(!1),et=(0,bt.useRef)("");(0,bt.useEffect)(()=>ae.Z.subscribe("preview-image",ie=>{ue(ie),console.log(zt.current),document.body.style.overflow="hidden"}),[]),(0,bt.useEffect)(()=>(document.addEventListener("keydown",it),()=>{document.removeEventListener("keydown",it)}),[]),(0,bt.useEffect)(()=>{et.current=le},[le]);function it($t){$t.keyCode==27&&et.current&&ct()}function ct(){document.body.style.overflow="auto",Qt(void 0),he(void 0),ze(0),ue("")}function lt(){ze(oe+90)}function pt(){Pe=zt.current.width*1.1,Qe=zt.current.height*1.1,he(Qe),Qt(Pe)}function vt(){Pe=zt.current.width/1.1,Qe=zt.current.height/1.1,he(Qe),Qt(Pe)}const Lt=(0,bt.useRef)(),Et=(0,bt.useRef)(),zt=(0,bt.useRef)(),Vt=$t=>{($t.nativeEvent.target===Lt.current||$t.nativeEvent.target===Et.current)&&ct()};return bt.createElement(bt.Fragment,null,le?bt.createElement("div",null,bt.createElement("div",{className:"preview-wrp-group",ref:Et},bt.createElement(Ce.Z,{className:"image-preview",src:le,style:{display:"none"},preview:{visible:!0,src:le,onVisibleChange:$t=>{ue("")}},alt:"\u9884\u89C8\u5927\u56FE"}))):null)}},97692:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{h:function(){return Lt}});var bt=Xt(59301),ae=Xt(82326),Ce=Xt(28284),Oe=Xt(99571),le=Xt(89780),ue=Xt.n(le),oe=Xt(37036),ze=Xt(95625),Pe=Object.defineProperty,Qt=Object.defineProperties,Qe=Object.getOwnPropertyDescriptors,he=Object.getOwnPropertySymbols,tn=Object.prototype.hasOwnProperty,Ft=Object.prototype.propertyIsEnumerable,et=(Et,zt,Vt)=>zt in Et?Pe(Et,zt,{enumerable:!0,configurable:!0,writable:!0,value:Vt}):Et[zt]=Vt,it=(Et,zt)=>{for(var Vt in zt||(zt={}))tn.call(zt,Vt)&&et(Et,Vt,zt[Vt]);if(he)for(var Vt of he(zt))Ft.call(zt,Vt)&&et(Et,Vt,zt[Vt]);return Et},ct=(Et,zt)=>Qt(Et,Qe(zt));const lt=ae.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"]};Yn.Z=({callback:Et,onCancel:zt})=>{const[Vt,$t]=(0,bt.useState)("python");function ie(Re){$t(vt[Re][1])}function qt(Re){Et(Re)}return bt.createElement(Ce.default,ct(it({},pt),{className:"code-block-panel",initialValues:{language:"python",content:""},onFinish:qt,style:{width:500}}),bt.createElement(Ce.default.Item,{label:"\u4EE3\u7801\u8BED\u8A00",name:"language"},bt.createElement(ae.default,{getPopupContainer:Re=>Re.parentNode,onChange:ie},Object.keys(vt).map(Re=>bt.createElement(lt,{key:Re,value:Re},vt[Re][0])))),bt.createElement(Ce.default.Item,{label:"\u4EE3\u7801\u5185\u5BB9",name:"content",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u4EE3\u7801\u5185\u5BB9"}]},bt.createElement(Lt,{mode:Vt})),bt.createElement("div",{className:"flex-container flex-end"},bt.createElement(Oe.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),bt.createElement(Oe.ZP,{type:"ghost",onClick:zt},"\u53D6\u6D88")))};function Lt({value:Et,onChange:zt,mode:Vt,options:$t={}}){const ie=(0,bt.useRef)(),[qt,Re]=(0,bt.useState)();return(0,bt.useEffect)(()=>{if(qt){let me=function(Ve){const un=Ve.getValue();zt&&zt(un)};return qt.on("change",me),()=>{qt.off("change",me)}}},[qt,zt]),(0,bt.useEffect)(()=>{qt&&qt.setOption("mode",Vt)},[qt,Vt]),(0,bt.useEffect)(()=>{qt&&(Et!==qt.getValue()||Et==="")&&setTimeout(()=>{qt.setValue(Et||"")},300)},[qt,Et]),(0,bt.useEffect)(()=>{if(ie.current&&!qt){const me=ue().fromTextArea(ie.current,it({mode:Vt,lineNumbers:!0,lineWrapping:!0,autoCloseBrackets:!0,tabSize:4,autofocus:!0,autoCloseTags:!0,matchBrackets:!0,styleActiveLine:!0},$t));Re(me)}},[ie.current,qt]),bt.createElement("div",{className:"my-codemirror-container"},bt.createElement("textarea",{ref:ie}))}},12290:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{Z:function(){return si}});var bt=Xt(59301),ae=Xt(89780),Ce=Xt.n(ae),Oe=Xt(76374),le=Xt(37036),ue=Xt(6313),oe=Xt(25717),ze=Xt(99498),Pe=Xt(25419),Qt=Xt(67549),Qe=Xt(85149),he=({value:ve="",className:de,showTextOnly:re,showLines:Sn,style:Mn={}})=>{const Un=(0,bt.useMemo)(()=>"",[ve]);return bt.createElement(bt.Fragment,null,bt.createElement("div",{dangerouslySetInnerHTML:{__html:Un}}))},tn=Xt(59301),Ft=Object.defineProperty,et=Object.defineProperties,it=Object.getOwnPropertyDescriptors,ct=Object.getOwnPropertySymbols,lt=Object.prototype.hasOwnProperty,pt=Object.prototype.propertyIsEnumerable,vt=(ve,de,re)=>de in ve?Ft(ve,de,{enumerable:!0,configurable:!0,writable:!0,value:re}):ve[de]=re,Lt=(ve,de)=>{for(var re in de||(de={}))lt.call(de,re)&&vt(ve,re,de[re]);if(ct)for(var re of ct(de))pt.call(de,re)&&vt(ve,re,de[re]);return ve},Et=(ve,de)=>et(ve,it(de));let zt=[{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:ve,title:de,icon:re,actionName:Sn,className:Mn="",children:Un}){function be(){ve(Sn)}return tn.createElement("a",{title:de,className:Mn,onClick:be},tn.createElement("i",{className:`${re}`}),Un)}var $t=({watch:ve,showNullButton:de,showNullProgramButton:re,onActionCallback:Sn,fullScreen:Mn,insertTemp:Un,hidetoolBar:be,extraUse:dn})=>{const fe=[...zt,{title:`${ve?"\u5173\u95ED\u5B9E\u65F6\u9884\u89C8":"\u5F00\u542F\u5B9E\u65F6\u9884\u89C8"}`,icon:`${ve?"md-iconfont icon-eye-slash":"md-iconfont icon-eye"}`,actionName:"trigger-watch"}];return tn.createElement("ul",{className:"markdown-toolbar-container"},!be&&fe.map((ce,yn)=>tn.createElement("li",{key:yn},ce.actionName?tn.createElement(Vt,Et(Lt({},ce),{onActionCallback:Sn})):tn.createElement("span",{className:"v-line"}))),de?tn.createElement("li",null,tn.createElement(Vt,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-null-ch",onActionCallback:Sn},tn.createElement("span",{className:"fill-tip"},"\u70B9\u51FB\u63D2\u5165\b\u586B\u7A7A\u9879"))):null,re?tn.createElement(tn.Fragment,null,tn.createElement("li",null,tn.createElement(Vt,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-signal",onActionCallback:Sn},tn.createElement("span",{className:"fill-tip"},"+\u5355\u884C\u586B\u7A7A\u9879"))),tn.createElement("li",null,tn.createElement(Vt,{icon:"md-iconfont icon-uniE900 insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-multiple",onActionCallback:Sn},tn.createElement("span",{className:"fill-tip"},"+\u591A\u884C\u586B\u7A7A\u9879")))):null,Un&&tn.createElement("li",null,tn.createElement(Vt,{icon:"md-iconfont icon-edit",className:"btn-null",title:"\u63D2\u5165\u6A21\u677F",actionName:`inster-template-${Un}`,onActionCallback:Sn},tn.createElement("span",{className:"fill-tip"},"\u63D2\u5165\u6A21\u677F"))),dn&&tn.createElement("li",null,dn),tn.createElement("li",{className:"btn-full-screen"},tn.createElement(Vt,{icon:`${Mn?"md-iconfont icon-shrink":"md-iconfont icon-enlarge"}`,title:Mn?"\u5173\u95ED\u5168\u5C4F":"\u5F00\u542F\u5168\u5C4F",actionName:"trigger-full-screen",onActionCallback:Sn})))},ie=Xt(79346),qt=Xt(28284),Re=Xt(37568),me=Xt(99571),Ve=Object.defineProperty,un=Object.defineProperties,Nn=Object.getOwnPropertyDescriptors,vi=Object.getOwnPropertySymbols,Bn=Object.prototype.hasOwnProperty,Ti=Object.prototype.propertyIsEnumerable,ni=(ve,de,re)=>de in ve?Ve(ve,de,{enumerable:!0,configurable:!0,writable:!0,value:re}):ve[de]=re,ge=(ve,de)=>{for(var re in de||(de={}))Bn.call(de,re)&&ni(ve,re,de[re]);if(vi)for(var re of vi(de))Ti.call(de,re)&&ni(ve,re,de[re]);return ve},Kt=(ve,de)=>un(ve,Nn(de));const wn={labelCol:{span:4},wrapperCol:{span:20}};var di=({callback:ve,onCancel:de})=>{function re(Sn){ve(Sn)}return bt.createElement(qt.default,Kt(ge({},wn),{initialValues:{link:"http://",title:""},className:"link-panel",onFinish:re,style:{width:500}}),bt.createElement(qt.default.Item,{label:"\u94FE\u63A5\u5730\u5740",name:"link",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u5730\u5740"}]},bt.createElement(Re.default,null)),bt.createElement(qt.default.Item,{label:"\u94FE\u63A5\u6807\u9898",name:"title",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u6807\u9898"}]},bt.createElement(Re.default,null)),bt.createElement("div",{className:"flex-container flex-end"},bt.createElement(me.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),bt.createElement(me.ZP,{type:"ghost",onClick:de},"\u53D6\u6D88")))},gi=Xt(97692),He=Xt(28451),mn=Xt(62957),An=Xt(77019),ui=Xt(73524),kn=Xt(59301),hi=({callback:ve,onCancel:de})=>{const re=document.createElement("canvas"),Sn=re.getContext("2d");re.width=1e3,re.height=800,Sn.fillStyle="#ffffff",Sn.fillRect(0,0,re.width,re.height);const Mn=re.toDataURL("image/png");return kn.createElement(mn.default,{open:!0,width:"100vw",style:{height:"100vh",top:0},footer:null,title:null,closable:!1},kn.createElement(An.Z,{style:{height:"100vh"}},kn.createElement(ui.Z,{fullWidth:!0,noAssociationId:!0,showFullTools:!0,data:{src:Mn,visible:!0,title:String(Date.now())},onOk:Un=>{ve({src:Un.url})},onClose:de})))},te=Xt(12378);function Zn(){go.CommandHandler.call(this),this._arrowKeyBehavior="move",this._pasteOffset=new go.Point(10,10),this._lastPasteOffset=new go.Point(0,0)}go.Diagram.inherit(Zn,go.CommandHandler),Zn.prototype.canAlignSelection=function(){var ve=this.diagram;return!(ve===null||ve.isReadOnly||ve.isModelReadOnly||ve.selection.count<2)},Zn.prototype.alignLeft=function(){var ve=this.diagram;ve.startTransaction("aligning left");var de=1/0;ve.selection.each(function(re){re instanceof go.Link||(de=Math.min(re.position.x,de))}),ve.selection.each(function(re){re instanceof go.Link||re.move(new go.Point(de,re.position.y))}),ve.commitTransaction("aligning left")},Zn.prototype.alignRight=function(){var ve=this.diagram;ve.startTransaction("aligning right");var de=-1/0;ve.selection.each(function(re){if(!(re instanceof go.Link)){var Sn=re.actualBounds.x+re.actualBounds.width;de=Math.max(Sn,de)}}),ve.selection.each(function(re){re instanceof go.Link||re.move(new go.Point(de-re.actualBounds.width,re.position.y))}),ve.commitTransaction("aligning right")},Zn.prototype.alignTop=function(){var ve=this.diagram;ve.startTransaction("alignTop");var de=1/0;ve.selection.each(function(re){re instanceof go.Link||(de=Math.min(re.position.y,de))}),ve.selection.each(function(re){re instanceof go.Link||re.move(new go.Point(re.position.x,de))}),ve.commitTransaction("alignTop")},Zn.prototype.alignBottom=function(){var ve=this.diagram;ve.startTransaction("aligning bottom");var de=-1/0;ve.selection.each(function(re){if(!(re instanceof go.Link)){var Sn=re.actualBounds.y+re.actualBounds.height;de=Math.max(Sn,de)}}),ve.selection.each(function(re){re instanceof go.Link||re.move(new go.Point(re.actualBounds.x,de-re.actualBounds.height))}),ve.commitTransaction("aligning bottom")},Zn.prototype.alignCenterX=function(){var ve=this.diagram,de=ve.selection.first();if(de){ve.startTransaction("aligning Center X");var re=de.actualBounds.x+de.actualBounds.width/2;ve.selection.each(function(Sn){Sn instanceof go.Link||Sn.move(new go.Point(re-Sn.actualBounds.width/2,Sn.actualBounds.y))}),ve.commitTransaction("aligning Center X")}},Zn.prototype.alignCenterY=function(){var ve=this.diagram,de=ve.selection.first();if(de){ve.startTransaction("aligning Center Y");var re=de.actualBounds.y+de.actualBounds.height/2;ve.selection.each(function(Sn){Sn instanceof go.Link||Sn.move(new go.Point(Sn.actualBounds.x,re-Sn.actualBounds.height/2))}),ve.commitTransaction("aligning Center Y")}},Zn.prototype.alignColumn=function(ve){var de=this.diagram;de.startTransaction("align Column"),ve===void 0&&(ve=0),ve=parseFloat(ve);var re=new Array;de.selection.each(function(dn){dn instanceof go.Link||re.push(dn)});for(var Sn=0;Sn<re.length-1;Sn++){var Mn=re[Sn],Un=Mn.actualBounds.y+Mn.actualBounds.height+ve,be=re[Sn+1];be.move(new go.Point(Mn.actualBounds.x,Un))}de.commitTransaction("align Column")},Zn.prototype.alignRow=function(ve){ve===void 0&&(ve=0),ve=parseFloat(ve);var de=this.diagram;de.startTransaction("align Row");var re=new Array;de.selection.each(function(dn){dn instanceof go.Link||re.push(dn)});for(var Sn=0;Sn<re.length-1;Sn++){var Mn=re[Sn],Un=Mn.actualBounds.x+Mn.actualBounds.width+ve,be=re[Sn+1];be.move(new go.Point(Un,Mn.actualBounds.y))}de.commitTransaction("align Row")},Zn.prototype.canRotate=function(ve){var de=this.diagram;return!(de===null||de.isReadOnly||de.isModelReadOnly||de.selection.count<1)},Zn.prototype.rotate=function(ve){ve===void 0&&(ve=90);var de=this.diagram;de.startTransaction("rotate "+ve.toString());var de=this.diagram;de.selection.each(function(re){re instanceof go.Link||re instanceof go.Group||(re.angle+=ve)}),de.commitTransaction("rotate "+ve.toString())},Zn.prototype.pullToFront=function(){var ve=this.diagram;ve.startTransaction("pullToFront");var de=new go.Map;ve.selection.each(function(re){de.set(re.layer,0)}),de.iteratorKeys.each(function(re){var Sn=0;re.parts.each(function(Mn){if(!Mn.isSelected){var Un=Mn.zOrder;isNaN(Un)?Mn.zOrder=0:Sn=Math.max(Sn,Un)}}),de.set(re,Sn)}),ve.selection.each(function(re){Zn._assignZOrder(re,de.get(re.layer)+1)}),ve.commitTransaction("pullToFront")},Zn.prototype.pushToBack=function(){var ve=this.diagram;ve.startTransaction("pushToBack");var de=new go.Map;ve.selection.each(function(re){de.set(re.layer,0)}),de.iteratorKeys.each(function(re){var Sn=0;re.parts.each(function(Mn){if(!Mn.isSelected){var Un=Mn.zOrder;isNaN(Un)?Mn.zOrder=0:Sn=Math.min(Sn,Un)}}),de.set(re,Sn)}),ve.selection.each(function(re){Zn._assignZOrder(re,de.get(re.layer)-1-Zn._findGroupDepth(re))}),ve.commitTransaction("pushToBack")},Zn._assignZOrder=function(ve,de,re){re===void 0&&(re=ve),ve.layer===re.layer&&(ve.zOrder=de),ve instanceof go.Group&&ve.memberParts.each(function(Sn){Zn._assignZOrder(Sn,de+1,re)})},Zn._findGroupDepth=function(ve){if(ve instanceof go.Group){var de=0;return ve.memberParts.each(function(re){de=Math.max(de,Zn._findGroupDepth(re))}),de+1}else return 0},Zn.prototype.doKeyDown=function(){var ve=this.diagram;if(ve!==null){var de=ve.lastInput;if(de.key==="Up"||de.key==="Down"||de.key==="Left"||de.key==="Right"){var re=this.arrowKeyBehavior;if(re==="none")return;if(re==="select"){this._arrowKeySelect();return}else if(re==="move"){this._arrowKeyMove();return}else if(re==="tree"){this._arrowKeyTree();return}}go.CommandHandler.prototype.doKeyDown.call(this)}},Zn.prototype._getAllParts=function(){var ve=new Array;return this.diagram.nodes.each(function(de){ve.push(de)}),this.diagram.parts.each(function(de){ve.push(de)}),ve},Zn.prototype._arrowKeyMove=function(){var ve=this.diagram,de=ve.lastInput,re=0,Sn=0;if(de.control||de.meta)re=1,Sn=1;else if(ve.grid!==null){var Mn=ve.grid.gridCellSize;Sn=Mn.width,re=Mn.height}ve.startTransaction("arrowKeyMove"),ve.selection.each(function(Un){de.key==="Up"?Un.move(new go.Point(Un.actualBounds.x,Un.actualBounds.y-re)):de.key==="Down"?Un.move(new go.Point(Un.actualBounds.x,Un.actualBounds.y+re)):de.key==="Left"?Un.move(new go.Point(Un.actualBounds.x-Sn,Un.actualBounds.y)):de.key==="Right"&&Un.move(new go.Point(Un.actualBounds.x+Sn,Un.actualBounds.y))}),ve.commitTransaction("arrowKeyMove")},Zn.prototype._arrowKeySelect=function(){var ve=this.diagram,de=ve.lastInput,re=null;de.key==="Up"?re=this._findNearestPartTowards(270):de.key==="Down"?re=this._findNearestPartTowards(90):de.key==="Left"?re=this._findNearestPartTowards(180):de.key==="Right"&&(re=this._findNearestPartTowards(0)),re!==null&&(de.shift?re.isSelected=!0:de.control||de.meta?re.isSelected=!re.isSelected:ve.select(re))},Zn.prototype._findNearestPartTowards=function(ve){var de=this.diagram.selection.first();if(de===null)return null;for(var re=de.actualBounds.center,Sn=this._getAllParts(),Mn=1/0,Un=de,be=0;be<Sn.length;be++){var dn=Sn[be];if(dn!==de&&dn.canSelect()){var fe=dn.actualBounds.center,ce=re.directionPoint(fe),yn=this._angleCloseness(ce,ve);if(yn<=45){var _t=re.distanceSquaredPoint(fe);_t*=1+Math.sin(yn*Math.PI/180),_t<Mn&&(Mn=_t,Un=dn)}}}return Un},Zn.prototype._angleCloseness=function(ve,de){return Math.min(Math.abs(de-ve),Math.min(Math.abs(de+360-ve),Math.abs(de-360-ve)))},Zn.prototype._arrowKeyTree=function(){var ve=this.diagram,de=ve.selection.first();if(de instanceof go.Node){var re=ve.lastInput;if(re.key==="Right"){if(!de.isTreeLeaf)if(!de.isTreeExpanded)ve.commandHandler.canExpandTree(de)&&ve.commandHandler.expandTree(de);else{var Sn=this._sortTreeChildrenByY(de).first();Sn!==null&&ve.select(Sn)}}else if(re.key==="Left")if(!de.isTreeLeaf&&de.isTreeExpanded)ve.commandHandler.canCollapseTree(de)&&ve.commandHandler.collapseTree(de);else{var Mn=de.findTreeParentNode();Mn!==null&&ve.select(Mn)}else if(re.key==="Up"){var Mn=de.findTreeParentNode();if(Mn!==null){var Un=this._sortTreeChildrenByY(Mn),be=Un.indexOf(de);if(be>0){for(var dn=Un.elt(be-1);dn!==null&&dn.isTreeExpanded&&!dn.isTreeLeaf;){var fe=this._sortTreeChildrenByY(dn);dn=fe.last()}dn!==null&&ve.select(dn)}else ve.select(Mn)}}else if(re.key==="Down")if(de.isTreeExpanded&&!de.isTreeLeaf){var Sn=this._sortTreeChildrenByY(de).first();Sn!==null&&ve.select(Sn)}else for(;de!==null;){var Mn=de.findTreeParentNode();if(Mn===null)break;var Un=this._sortTreeChildrenByY(Mn),be=Un.indexOf(de);if(be<Un.length-1){ve.select(Un.elt(be+1));break}else de=Mn}var ce=ve.selection.first();ce!==null&&ve.scrollToRect(ce.actualBounds)}},Zn.prototype._sortTreeChildrenByY=function(ve){var de=new go.List().addAll(ve.findTreeChildrenNodes());return de.sort(function(re,Sn){var Mn=re.location,Un=Sn.location;return Mn.y<Un.y?-1:Mn.y>Un.y?1:Mn.x<Un.x?-1:Mn.x>Un.x?1:0}),de},Zn.prototype.copyToClipboard=function(ve){go.CommandHandler.prototype.copyToClipboard.call(this,ve),this._lastPasteOffset.set(this.pasteOffset)},Zn.prototype.pasteFromClipboard=function(){var ve=go.CommandHandler.prototype.pasteFromClipboard.call(this);return this.diagram.moveParts(ve,this._lastPasteOffset),this._lastPasteOffset.add(this.pasteOffset),ve},Object.defineProperty(Zn.prototype,"arrowKeyBehavior",{get:function(){return this._arrowKeyBehavior},set:function(ve){if(ve!=="move"&&ve!=="select"&&ve!=="scroll"&&ve!=="tree"&&ve!=="none")throw new Error('DrawCommandHandler.arrowKeyBehavior must be either "move", "select", "scroll", "tree", or "none", not: '+ve);this._arrowKeyBehavior=ve}}),Object.defineProperty(Zn.prototype,"pasteOffset",{get:function(){return this._pasteOffset},set:function(ve){if(!(ve instanceof go.Point))throw new Error("DrawCommandHandler.pasteOffset must be a Point, not: "+ve);this._pasteOffset.set(ve)}});var Zi=Zn,Bt=Xt(74413),Ct=Xt(5269),wt=Xt(99064),At={myPaletteDiv:"myPaletteDiv___Xjz2I",flowChartWrp:"flowChartWrp____f45r",maxH60:"maxH60___Pd4Re"},Gt=Xt(24065),Mt=Xt(59301),xe=(ve,de,re)=>new Promise((Sn,Mn)=>{var Un=fe=>{try{dn(re.next(fe))}catch(ce){Mn(ce)}},be=fe=>{try{dn(re.throw(fe))}catch(ce){Mn(ce)}},dn=fe=>fe.done?Sn(fe.value):Promise.resolve(fe.value).then(Un,be);dn((re=re.apply(ve,de)).next())});function we({onCancel:ve,callback:de}){let re=(0,bt.useRef)(),Sn=(0,bt.useRef)(),Mn=(0,bt.useRef)(),Un=(0,bt.useRef)(!1);const be=(0,bt.useRef)(!1),[dn,fe]=(0,bt.useState)(0);function ce(){const _t=te.bx.make,Fe={red:"#ff3333",blue:"#3358ff",green:"#25ad23",magenta:"#d533ff",purple:"#7d33ff",orange:"#ff6233",brown:"#8e571e",white:"#ffffff",black:"#000000",beige:"#fffcd5",extralightblue:"#d5ebff",extralightred:"#f2dfe0",lightblue:"#a5d2fa",lightgray:"#cccccc",lightgreen:"#b3e6b3",lightred:"#fcbbbd"};re.current=new te.S0(Sn.current,{padding:20,grid:_t(te.s_,"Grid",_t(te.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),_t(te.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),"draggingTool.isGridSnapEnabled":!0,handlesDragDropForTopLevelParts:!0,mouseDrop:fn=>{var On=fn.diagram.commandHandler.addTopLevelParts(fn.diagram.selection,!0);On||fn.diagram.currentTool.doCancel()},commandHandler:_t(Zi),"clickCreatingTool.archetypeNodeData":{text:"\u672A\u547D\u540D",fill:null,stroke:null,borderColor:"rgba(0,0,0,0)"},PartCreated:fn=>{var On=fn.subject;On.location=On.location.copy().snapToGridPoint(fn.diagram.grid.gridOrigin,fn.diagram.grid.gridCellSize),setTimeout(()=>{fn.diagram.commandHandler.editTextBlock()},20)},"commandHandler.archetypeGroupData":{isGroup:!0,text:"NEW GROUP"},SelectionGrouped:fn=>{var On=fn.subject;setTimeout(()=>{fn.diagram.commandHandler.editTextBlock()})},LinkRelinked:fn=>{var On=fn.parameter.part;On.invalidateConnectedLinks();var Wn=fn.subject;fn.diagram.toolManager.linkingTool.isForwards?Wn.toNode.invalidateConnectedLinks():Wn.fromNode.invalidateConnectedLinks()},"undoManager.isEnabled":!0}),re.current.nodeTemplate=_t(te.NB,"Auto",{locationSpot:te.z6.Center,locationObjectName:"SHAPE",desiredSize:new te.$u(120,60),minSize:new te.$u(40,40),resizable:!0,resizeCellSize:new te.$u(10,10),rotatable:!0},new te.KX("location","loc",te.E9.parse).makeTwoWay(te.E9.stringify),new te.KX("desiredSize","size",te.$u.parse).makeTwoWay(te.$u.stringify),_t(te.bn,{name:"SHAPE",fill:Fe.white,cursor:"pointer",portId:"",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:te.z6.AllSides,toSpot:te.z6.AllSides},new te.KX("figure"),new te.KX("fill"),new te.KX("stroke","borderColor"),new te.KX("strokeWidth","thickness"),new te.KX("strokeDashArray","dash")),_t(te.bn,{width:100,height:20,strokeWidth:0,fill:"transparent"}),_t(te.al,{margin:1,textAlign:"center",overflow:te.al.OverflowEllipsis,editable:!0},new te.KX("text").makeTwoWay(),new te.KX("stroke","color"))),re.current.nodeTemplate.toolTip=_t("ToolTip",_t(te.s_,"Vertical",{maxSize:new te.$u(200,NaN)},_t(te.al,{font:"bold 10pt sans-serif",textAlign:"center"},new te.KX("text")),_t(te.al,{font:"10pt sans-serif",textAlign:"center"},new te.KX("text","details"))));function ln(fn,On){var Wn=(zn,ti)=>{zn.handled=!0,zn.diagram.model.commit(Fi=>{var Li=ti.part.adornedPart,Oi=new te.E9().setRectSpot(Li.actualBounds,fn);Oi.subtract(Li.location),Oi.scale(2,2),Oi.x+=Math.sign(Oi.x)*130,Oi.y+=Math.sign(Oi.y)*130,Oi.add(Li.location),Oi.snapToGridPoint(zn.diagram.grid.gridOrigin,zn.diagram.grid.gridCellSize);var Ui=Fi.copyNodeData(Li.data);Fi.setGroupKeyForNodeData(Ui,Fi.getGroupKeyForNodeData(Li.data)),Fi.addNodeData(Ui);var Ie={from:Li.key,to:Fi.getKeyForNodeData(Ui)};Fi.addLinkData(Ie);var lo=zn.diagram.findNodeForData(Ui);lo.location=Oi,zn.diagram.select(lo),setTimeout(()=>{zn.diagram.commandHandler.editTextBlock()},20)})};return _t(te.bn,{figure:On,alignment:fn,alignmentFocus:fn.opposite(),width:fn.equals(te.z6.Top)||fn.equals(te.z6.Bottom)?25:18,height:fn.equals(te.z6.Top)||fn.equals(te.z6.Bottom)?18:25,fill:"orange",stroke:Fe.white,strokeWidth:4,mouseEnter:(zn,ti)=>ti.fill="dodgerblue",mouseLeave:(zn,ti)=>ti.fill="orange",isActionable:!0,click:Wn,contextClick:Wn})}function Fn(fn){return _t(te.bn,{fill:"orange",stroke:"rgba(0, 0, 0, 0)",strokeWidth:15,background:"transparent",geometryString:"F1 M0 0 b 0 360 -4 0 4 z M10 0 b 0 360 -4 0 4 z M20 0 b 0 360 -4 0 4",isActionable:!0,cursor:"context-menu",mouseEnter:(On,Wn)=>Wn.fill="dodgerblue",mouseLeave:(On,Wn)=>Wn.fill="orange",click:(On,Wn)=>{On.diagram.commandHandler.showContextMenu(Wn.part.adornedPart)}},fn||{})}re.current.nodeTemplate.selectionAdornmentTemplate=_t(te.uz,"Spot",_t(te.Vm,{padding:10}),ln(te.z6.Top,"TriangleUp"),ln(te.z6.Left,"TriangleLeft"),ln(te.z6.Right,"TriangleRight"),ln(te.z6.Bottom,"TriangleDown"),Fn({alignment:new te.z6(.75,0)}));function Le(fn,On){return(Wn,zn)=>{Wn.handled=!0,Wn.diagram.model.commit(ti=>{ti.set(zn.part.adornedPart.data,fn,On)})}}function ke(fn,On){return On||(On="color"),_t(te.bn,{width:16,height:16,stroke:"lightgray",fill:fn,margin:1,background:"transparent",mouseEnter:(Wn,zn)=>zn.stroke="dodgerblue",mouseLeave:(Wn,zn)=>zn.stroke="lightgray",click:Le(On,fn),contextClick:Le(On,fn)})}function Ke(){return[_t("ContextMenuButton",_t(te.s_,"Horizontal",ke(Fe.white,"fill"),ke(Fe.beige,"fill"),ke(Fe.extralightblue,"fill"),ke(Fe.extralightred,"fill"))),_t("ContextMenuButton",_t(te.s_,"Horizontal",ke(Fe.lightgray,"fill"),ke(Fe.lightgreen,"fill"),ke(Fe.lightblue,"fill"),ke(Fe.lightred,"fill")))]}function Ln(){return[_t("ContextMenuButton",_t(te.s_,"Horizontal",ke(Fe.black),ke(Fe.green),ke(Fe.blue),ke(Fe.red))),_t("ContextMenuButton",_t(te.s_,"Horizontal",ke(Fe.white),ke(Fe.magenta),ke(Fe.purple),ke(Fe.orange)))]}function _n(fn,On){return On||(On="thickness"),_t(te.bn,"LineH",{width:16,height:16,strokeWidth:fn,margin:1,background:"transparent",mouseEnter:(Wn,zn)=>zn.background="dodgerblue",mouseLeave:(Wn,zn)=>zn.background="transparent",click:Le(On,fn),contextClick:Le(On,fn)})}function on(fn,On){return On||(On="dash"),_t(te.bn,"LineH",{width:24,height:16,strokeWidth:2,strokeDashArray:fn,margin:1,background:"transparent",mouseEnter:(Wn,zn)=>zn.background="dodgerblue",mouseLeave:(Wn,zn)=>zn.background="transparent",click:Le(On,fn),contextClick:Le(On,fn)})}function rn(){return[_t("ContextMenuButton",_t(te.s_,"Horizontal",_n(1),_n(2),_n(3),_n(4))),_t("ContextMenuButton",_t(te.s_,"Horizontal",on(null),on([2,4]),on([4,4])))]}function vn(fn,On){return On||(On="figure"),_t(te.bn,{width:32,height:32,scale:.5,fill:"lightgray",figure:fn,margin:1,background:"transparent",mouseEnter:(Wn,zn)=>zn.fill="dodgerblue",mouseLeave:(Wn,zn)=>zn.fill="lightgray",click:Le(On,fn),contextClick:Le(On,fn)})}re.current.nodeTemplate.contextMenu=_t("ContextMenu",_t("ContextMenuButton",_t(te.s_,"Horizontal",vn("Rectangle"),vn("RoundedRectangle"),vn("Ellipse"),vn("Diamond"))),_t("ContextMenuButton",_t(te.s_,"Horizontal",vn("Parallelogram2"),vn("ManualOperation"),vn("Procedure"),vn("Cylinder1"))),_t("ContextMenuButton",_t(te.s_,"Horizontal",vn("Terminator"),vn("CreateRequest"),vn("Document"),vn("TriangleDown"))),Ke(),Ln(),rn()),re.current.groupTemplate=_t(te.ZA,"Spot",{layerName:"Background",ungroupable:!0,locationSpot:te.z6.Center,selectionObjectName:"BODY",computesBoundsAfterDrag:!0,handlesDragDropForMembers:!0,mouseDrop:(fn,On)=>{var Wn=On.addMembers(On.diagram.selection,!0);Wn||On.diagram.currentTool.doCancel()},avoidable:!1},new te.KX("location","loc",te.E9.parse).makeTwoWay(te.E9.stringify),_t(te.s_,"Auto",{name:"BODY"},_t(te.bn,{parameter1:10,fill:Fe.white,strokeWidth:2,cursor:"pointer",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:te.z6.AllSides,toSpot:te.z6.AllSides},new te.KX("fill"),new te.KX("stroke","color"),new te.KX("strokeWidth","thickness"),new te.KX("strokeDashArray","dash")),_t(te.Vm,{background:"transparent",margin:20})),_t(te.al,{alignment:te.z6.Top,alignmentFocus:te.z6.Bottom,font:"bold 12pt sans-serif",editable:!0},new te.KX("text"),new te.KX("stroke","color"))),re.current.groupTemplate.selectionAdornmentTemplate=_t(te.uz,"Spot",_t(te.s_,"Auto",_t(te.bn,{fill:null,stroke:"dodgerblue",strokeWidth:3}),_t(te.Vm,{margin:1.5})),Fn({alignment:te.z6.TopRight,alignmentFocus:te.z6.BottomRight})),re.current.groupTemplate.contextMenu=_t("ContextMenu",Ke(),Ln(),rn()),re.current.linkTemplate=_t(te.rU,{layerName:"Foreground",routing:te.rU.AvoidsNodes,corner:10,fromShortLength:10,toShortLength:15,relinkableFrom:!0,relinkableTo:!0,reshapable:!0,resegmentable:!0},new te.KX("fromSpot","fromSpot",te.z6.parse),new te.KX("toSpot","toSpot",te.z6.parse),new te.KX("fromShortLength","dir",fn=>fn>=1?10:0),new te.KX("toShortLength","dir",fn=>fn>=1?10:0),new te.KX("points").makeTwoWay(),_t(te.bn,{strokeWidth:2},new te.KX("stroke","color"),new te.KX("strokeWidth","thickness"),new te.KX("strokeDashArray","dash")),_t(te.bn,{segmentIndex:0,segmentOffset:new te.E9(15,0),segmentOrientation:te.rU.OrientAlong,alignmentFocus:te.z6.Right,figure:"circle",width:10,strokeWidth:0},new te.KX("fill","color"),new te.KX("visible","dir",fn=>fn===1)),_t(te.bn,{segmentIndex:-1,segmentOffset:new te.E9(-10,6),segmentOrientation:te.rU.OrientPlus90,alignmentFocus:te.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new te.KX("fill","color"),new te.KX("visible","dir",fn=>fn>=1),new te.KX("width","thickness",fn=>7+3*fn),new te.KX("height","thickness",fn=>7+3*fn),new te.KX("segmentOffset","thickness",fn=>new te.E9(-15,4+1.5*fn))),_t(te.bn,{segmentIndex:0,segmentOffset:new te.E9(15,-6),segmentOrientation:te.rU.OrientMinus90,alignmentFocus:te.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new te.KX("fill","color"),new te.KX("visible","dir",fn=>fn===2),new te.KX("width","thickness",fn=>7+3*fn),new te.KX("height","thickness",fn=>7+3*fn),new te.KX("segmentOffset","thickness",fn=>new te.E9(-15,4+1.5*fn))),_t(te.al,{alignmentFocus:new te.z6(0,1,-4,0),editable:!0},new te.KX("text").makeTwoWay(),new te.KX("stroke","color"))),re.current.linkTemplate.selectionAdornmentTemplate=_t(te.uz,_t(te.bn,{isPanelMain:!0,stroke:"transparent",strokeWidth:6,pathPattern:$n(2)},new te.KX("pathPattern","thickness",$n)),Fn({alignmentFocus:new te.z6(0,0,-6,-4)}));function $n(fn){return _t(te.bn,{stroke:"dodgerblue",strokeWidth:2,strokeCap:"square",geometryString:"M0 0 M4 2 H3 M4 "+(fn+4).toString()+" H3"})}function Qn(fn){var On="M0 0 M8 16 M0 8 L16 8 M12 11 L16 8 L12 5";return fn===0?On="M0 0 M16 16 M0 8 L16 8":fn===2&&(On="M0 0 M16 16 M0 8 L16 8 M12 11 L16 8 L12 5 M4 11 L0 8 L4 5"),_t(te.bn,{geometryString:On,margin:2,background:"transparent",mouseEnter:(Wn,zn)=>zn.background="dodgerblue",mouseLeave:(Wn,zn)=>zn.background="transparent",click:Le("dir",fn),contextClick:Le("dir",fn)})}function Pi(fn){var On=(Wn,zn)=>{Wn.handled=!0,Wn.diagram.model.commit(ti=>{var Fi=zn.part.adornedPart;ti.set(Fi.data,fn?"toSpot":"fromSpot",te.z6.stringify(te.z6.AllSides)),(fn?Fi.toNode:Fi.fromNode).invalidateConnectedLinks()})};return _t(te.bn,{width:12,height:12,fill:"transparent",mouseEnter:(Wn,zn)=>zn.background="dodgerblue",mouseLeave:(Wn,zn)=>zn.background="transparent",click:On,contextClick:On})}function Ne(fn,On){var Wn=0,zn=te.z6.RightSide;fn.equals(te.z6.Top)?(Wn=270,zn=te.z6.TopSide):fn.equals(te.z6.Left)?(Wn=180,zn=te.z6.LeftSide):fn.equals(te.z6.Bottom)&&(Wn=90,zn=te.z6.BottomSide),On||(Wn-=180);var ti=(Fi,Li)=>{Fi.handled=!0,Fi.diagram.model.commit(Oi=>{var Ui=Li.part.adornedPart;Oi.set(Ui.data,On?"toSpot":"fromSpot",te.z6.stringify(zn)),(On?Ui.toNode:Ui.fromNode).invalidateConnectedLinks()})};return _t(te.bn,{alignment:fn,alignmentFocus:fn.opposite(),geometryString:"M0 0 M12 12 M12 6 L1 6 L4 4 M1 6 L4 8",angle:Wn,background:"transparent",mouseEnter:(Fi,Li)=>Li.background="dodgerblue",mouseLeave:(Fi,Li)=>Li.background="transparent",click:ti,contextClick:ti})}re.current.linkTemplate.contextMenu=_t("ContextMenu",Ln(),rn(),_t("ContextMenuButton",_t(te.s_,"Horizontal",Qn(0),Qn(1),Qn(2))),_t("ContextMenuButton",_t(te.s_,"Horizontal",_t(te.s_,"Spot",Pi(!1),Ne(te.z6.Top,!1),Ne(te.z6.Left,!1),Ne(te.z6.Right,!1),Ne(te.z6.Bottom,!1)),_t(te.s_,"Spot",{margin:new te.Zt(0,0,0,2)},Pi(!0),Ne(te.z6.Top,!0),Ne(te.z6.Left,!0),Ne(te.z6.Right,!0),Ne(te.z6.Bottom,!0)))));const Po=`{ "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 Ri=["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 ho(fn){return console.log("shapeName:",fn),Ri.indexOf(fn)>=0}var Se=new te.YI(Mn.current,{maxSelectionCount:1,linkTemplate:_t(te.rU,{locationSpot:te.z6.Center,selectionAdornmentTemplate:_t(te.uz,"Link",{locationSpot:te.z6.Center},_t(te.bn,{isPanelMain:!0,fill:null,stroke:"deepskyblue",strokeWidth:0}),_t(te.bn,{toArrow:"Standard",stroke:null}))},{routing:te.rU.AvoidsNodes,curve:te.rU.JumpOver,corner:5,toShortLength:4},new te.KX("points"),_t(te.bn,{isPanelMain:!0,strokeWidth:2}),_t(te.bn,{toArrow:"Standard",stroke:null})),model:new te.FJ([{text:"\u672A\u547D\u540D",size:"100 100",fill:null,stroke:"#000"},...te.bn.getFigureGenerators().toArray().map(fn=>({text:"\u672A\u547D\u540D",size:"100 100",figure:fn.key,fill:"white",stroke:"#666",borderColor:"#000"}))])});return re.current.addDiagramListener("TextEdited",function(fn){var On;const Wn=fn.subject.part;var zn=(On=document.activeElement)==null?void 0:On.value;typeof zn=="string"&&zn.trim()===""&&re.current.model.commit(function(ti){ti.set(Wn.data,"text","\u672A\u547D\u540D"),re.current.commandHandler.stopCommand()},"increment")}),Se.nodeTemplate=_t(te.NB,"Auto",{locationSpot:te.z6.Center},new te.KX("location","location",te.E9.parse).makeTwoWay(te.E9.stringify),_t(te.bn,"Circle",{fill:"white",stroke:"gray",strokeWidth:2,width:20,height:20,portId:"",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromLinkableSelfNode:!0,toLinkableSelfNode:!0},new te.KX("stroke").makeTwoWay(),new te.KX("fill").makeTwoWay(),new te.KX("figure")),_t(te.al,{margin:new te.Zt(5,5,3,5),font:"10pt sans-serif",minSize:new te.$u(16,16),maxSize:new te.$u(10,NaN),textAlign:"center",editable:!0},new te.KX("key").makeTwoWay())),setTimeout(()=>{re.current.grid=_t(te.s_,"Grid",_t(te.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),_t(te.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),re.current.grid.visible=!0,re.current.grid.gridCellStroke="darkgray",re.current.grid.gridCellStrokeWidth=1},300),window.myDiagrams=re.current,re.current}const yn=()=>xe(this,null,function*(){var _t,Fe=re.current.makeImage();const ln=yield(0,wt.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:Date.now(),file:Fe.src,file_data:JSON.stringify({login:(_t=(0,Gt.eY)())==null?void 0:_t.login,data:JSON.parse(re.current.model.toJson())})}});de({src:ln.url})});return(0,bt.useEffect)(()=>(setTimeout(()=>{ce()},500),fe(dn+1),()=>{re.current=null}),[]),Mt.createElement("div",{ref:be,className:Un.current?`${At.maxH60} body-overflow-initial`:"body-overflow-initial"},Mt.createElement(mn.default,{width:1200,icon:null,footer:null,closable:!0,visible:!!dn,destroyOnClose:!0,maskClosable:!1,rootClassName:"zIndex-9999",title:Mt.createElement(An.Z,null,Mt.createElement(Ct.Z,{flex:1},"\u63D2\u5165\u6D41\u7A0B\u56FE"),Mt.createElement(Ct.Z,{onClick:()=>{var _t,Fe,ln=re.current.selection.first();if(Un.current=!Un.current,document.activeElement&&ln){let Fn=(Fe=(_t=document.activeElement)==null?void 0:_t.value)==null?void 0:Fe.trim();typeof Fn=="string"&&re.current.model.commit(function(Le){Le.set(ln.data,"text",Fn||"\u672A\u547D\u540D"),re.current.commandHandler.stopCommand()},"increment")}fe(dn+1)}},Mt.createElement("span",{className:"current c-blue mr30",style:{fontWeight:400}},"\u5C55\u5F00/\u6536\u8D77"))),onCancel:ve},Mt.createElement("div",{style:{width:"100%",height:"80vh",overflow:"hidden",position:"relative"},className:At.flowChartWrp},Mt.createElement("div",{style:{display:"flex",height:"100%"}},Mt.createElement("div",{style:{width:"300px",height:"100%"}},Mt.createElement("div",{style:{background:"#fff",position:"relative",zIndex:12,fontSize:16,color:"#3061d0"}},"\u56FE\u5F62\u5E93"),Mt.createElement("div",{style:{height:"calc(100% - 50px)"},className:At.myPaletteDiv,ref:Mn})),Mt.createElement("div",{style:{flex:1,position:"relative"}},Mt.createElement("div",{ref:Sn,style:{height:"80vh"}}))),Mt.createElement("div",{className:"tr"},Mt.createElement(me.ZP,{size:"large",onClick:yn,style:{position:"absolute",right:0,bottom:0,zIndex:8},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))))}var sn=we,Xe=Xt(47889),Te=Xt(71051);const $e=Xe.ZP.Group,nn={margin:"0 8px"};var hn=({callback:ve,onCancel:de})=>{function re(Sn){ve(Sn)}return bt.createElement(qt.default,{className:"add-table-panel",initialValues:{row:3,col:2,align:"default"},onFinish:re},bt.createElement("div",{className:"flex-container",style:{alignItems:"baseline"}},bt.createElement("span",{style:nn},"\u5355\u5143\u683C\u6570\uFF1A"),bt.createElement("span",{style:nn},"\u884C\u6570"),bt.createElement(qt.default.Item,{name:"row",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u884C\u6570"}]},bt.createElement(Te.Z,null)),bt.createElement("span",{style:nn},"\u5217\u6570"),bt.createElement(qt.default.Item,{name:"col",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u5217\u6570"}]},bt.createElement(Te.Z,null))),bt.createElement("div",{className:"flex-container",style:{marginTop:12,alignItems:"baseline"}},bt.createElement("span",{style:nn},"\u5BF9\u9F50\u65B9\u5F0F\uFF1A"),bt.createElement(qt.default.Item,{name:"align"},bt.createElement($e,null,bt.createElement(Xe.ZP,{value:"default"},bt.createElement("i",{className:"fa fa-align-justify"})),bt.createElement(Xe.ZP,{value:"left"},bt.createElement("i",{className:"fa fa-align-left"})),bt.createElement(Xe.ZP,{value:"center"},bt.createElement("i",{className:"fa fa-align-center"})),bt.createElement(Xe.ZP,{value:"right"},bt.createElement("i",{className:"fa fa-align-right"}))))),bt.createElement("div",{className:"flex-container flex-end"},bt.createElement(me.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),bt.createElement(me.ZP,{type:"ghost",onClick:de},"\u53D6\u6D88")))},Dn=Xt(71411),We=Xt(80727),se=Xt.n(We),En=(0,bt.forwardRef)(({use3d:ve,width:de,height:re,callback:Sn,showSaveButton:Mn},Un)=>{const be=(0,bt.useRef)(),dn=(0,bt.useRef)(),[fe,ce]=(0,bt.useState)(!1),yn=(0,bt.useRef)({id:be,appName:"graphing",width:de||1e3,height:re||600,showToolBar:!0,showMenuBar:!0,allowStyleBar:!0,showAlgebraInput:!0,enableLabelDrags:!1,enableShiftDragZoom:!0,showToolBarHelp:!1,errorDialogsActive:!0,showTutorialLink:!0,showLogging:!0,useBrowserForJS:!1});(0,bt.useEffect)(()=>{dn.current=new(se())(yn.current,!0),window.onload=function(){dn.current.inject("applet_container")}},[]);const _t=()=>{var Fe=window.ggbApplet.getPNGBase64(1,!0,72);return Sn&&Sn(Fe),Fe};return(0,bt.useEffect)(()=>{yn.current.appName=fe?"3D":"graphing",dn.current.inject("applet_container")},[fe]),(0,bt.useEffect)(()=>{ce(ve)},[ve]),(0,bt.useImperativeHandle)(Un,()=>({getImgData:_t})),bt.createElement(bt.Fragment,null,bt.createElement("div",{style:{width:"100%",height:"100%"},id:"applet_container",ref:be}),bt.createElement(An.Z,{align:"middle"},bt.createElement(Ct.Z,{flex:1},bt.createElement(Dn.Z,{size:"default",checkedChildren:"\u5173\u95ED3D\u56FE\u50CF",unCheckedChildren:"\u5F00\u542F3D\u56FE\u50CF",checked:fe,onChange:Fe=>ce(Fe)})),bt.createElement(Ct.Z,null,bt.createElement(me.ZP,{size:"large",onClick:_t,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668"))))}),Hn=Xt(41588),jn=Xt(6767);const pi="link",Jn="upload-image",Kn="add-flowchart",qn="draw-image",io="add-flowchart",Ni="code-block",so="add-table",Ki="------------",$i={default:Ki,left:`:${Ki}`,center:`:${Ki}:`,right:`${Ki}:`};var vo=Xt(58856);function Do(){}let qi=0;const Ro=1e4,Mo="\u2581",Ji="@\u2581\u2581@",xt="@\u2581@",pn=`
|
|
**\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`,Je=["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 Ye(ve){return/^\d+$/.test(ve)?`${ve}px`:ve}const Ci=navigator.platform.toUpperCase().indexOf("MAC")>=0?"Cmd":"Ctrl",Ei={[Ci+"-B"]:"bold",[Ci+"-I"]:"italic"},ao={[pi]:"\u6DFB\u52A0\u94FE\u63A5",[Ni]:"\u6DFB\u52A0\u4EE3\u7801\u5757",[Jn]:"\u6DFB\u52A0\u56FE\u7247",[qn]:"\u6DFB\u52A0\u753B\u56FE",[Kn]:"\u63D2\u5165\u6D41\u7A0B\u56FE",[so]:"\u6DFB\u52A0\u8868\u683C","maths-latex":"\u6570\u5B66\u56FE\u50CF","inline-latex":"LATEX\u516C\u5F0F"};var si=({defaultValue:ve="",onChange:de,width:re="100%",height:Sn=400,miniToolbar:Mn=!1,isFocus:Un=!1,watch:be,insertTemp:dn,mode:fe="markdown",id:ce="markdown-editor-id",showResizeBar:yn=!1,noStorage:_t=!1,showNullButton:Fe=!1,showNullProgramButton:ln=!1,hidetoolBar:Fn=!1,fullScreen:Le=!1,onBlur:ke,onCMBeforeChange:Ke,onFullScreen:Ln,className:_n="",disablePaste:on=!1,disabled:rn=!1,disabledFill:vn=!1,placeholder:$n="",values:Qn="",extraUse:Pi})=>{const[Ne,Po]=(0,bt.useState)(null),[Ri,ho]=(0,bt.useState)(ve),[Se,fn]=(0,bt.useState)(be),[On,Wn]=(0,bt.useState)(Le),[zn,ti]=(0,bt.useState)(""),[Fi,Li]=(0,bt.useState)(0),[Oi,Ui]=(0,bt.useState)(Sn),[Ie,lo]=(0,bt.useState)(!1),[Be,Ii]=(0,bt.useState)(0),[Wi,Ai]=(0,bt.useState)(0),Ao=(0,bt.useRef)(),To=(0,bt.useRef)(),to=(0,bt.useRef)(),co=(0,bt.useRef)();(0,bt.useEffect)(()=>{const xi=window.scrollY||window.pageYOffset;ho(Qn),Ne==null||Ne.setValue(Qn),window.scrollTo(0,xi)},[Qn]),(0,bt.useEffect)(()=>{Ln==null||Ln(On)},[On]),(0,bt.useEffect)(()=>{if(Ao.current){let xi=function(Ue,oi){var po;if(on){oi.preventDefault();return}const $o=oi.clipboardData;if($o){const Xo=$o.types.toString(),zo=$o.items;if(Xo==="Files"||$o.types.indexOf("Files")>-1){if(oi.preventDefault(),fe=="stex")return;try{let or=zo[1];((po=zo[0])==null?void 0:po.kind)==="file"&&(or=zo[0]);const Yo=or.getAsFile(),qr=Yo.name.split(".").pop();(0,He.I)(Yo,Kr=>{var Js,ye,xr;Kr.id?((Js=Yo==null?void 0:Yo.type)==null?void 0:Js.indexOf("image"))>-1?ci.replaceSelection(`<img width="100%" src="/api/attachments/${Kr.id}?type=${Kr.content_type})" alt="" />`):((ye=Yo==null?void 0:Yo.type)==null?void 0:ye.indexOf("video"))>-1?ci.replaceSelection(`<video width="100%" controls src="/api/attachments/${Kr.id}"></video>`):((xr=Yo==null?void 0:Yo.type)==null?void 0:xr.indexOf("pdf"))>-1?ci.replaceSelection(`<a href="/api/attachments/${Kr.id}?type=${Yo.type}&disposition=inline" target="_blank">${Yo.name}</a>`):Je.includes(qr)?ci.replaceSelection(`<a href="/api/attachments/${Kr.id}?type=office&disposition=inline" target="_blank">${Yo.name}</a>`):ci.replaceSelection(`[${Yo.name}](/api/attachments/${Kr.id}?type=${Kr.content_type})`):(Kr==null?void 0:Kr.status)===401&&(document.location.href="/user/login")})}catch(or){jn.ZP.warning("\u8BF7\u4F7F\u7528chrome\u6D4F\u89C8\u5668\u7C98\u8D34")}return!0}else return!0}return!0};const ci=Ce().fromTextArea(Ao.current,{mode:fe,lineNumbers:!Mn,lineWrapping:!0,value:ve,autoCloseTags:!0,autoCloseBrackets:!0});return ci.on("keyup",function(Ue,oi){oi.keyCode===8&&(Ue.getValue()==""?ci.setOption("placeholder",$n):ci.setOption("placeholder",null))}),ci.on("keydown",function(Ue,oi){if(oi.keyCode===8){var po=bo(Ue);po&&oi.preventDefault()}}),Un&&ci.focus(),ci.on("paste",xi),rn&&ci.on("beforeChange",function(Ue,oi){(oi.origin==="paste"||oi.origin==="+input")&&oi.cancel()}),Po(ci),()=>{ci.off("paste",xi)}}},[]);const Gr=(0,bt.useCallback)(()=>{if(To.current)try{}catch(xi){console.log(xi,"---- to set md editor body height")}},[Oi,To,On]);(0,bt.useEffect)(()=>{function xi(){let ci=new Oe.Z(Ue=>{for(let oi of Ue)(oi.target.offsetHeight>0||oi.target.offsetWidth>0)&&(Gr(),Ne.setSize("100%","100%"),Ne.refresh())});return ci.observe(Ao.current.parentElement),ci}if(Ne){const ci=xi();return()=>{var Ue,oi;(Ue=Ao.current)!=null&&Ue.parentElement&&ci.unobserve((oi=Ao.current)==null?void 0:oi.parentElement)}}},[Ne,Gr]),(0,bt.useEffect)(()=>{if(Ne){let xi=[];for(const[ci,Ue]of Object.entries(Ei)){let oi={[ci]:()=>{Gn(Ue)}};xi.push(oi),Ne.addKeyMap(oi)}return()=>{for(let ci of xi)Ne.removeKeyMap(ci)}}},[Ne]),(0,bt.useEffect)(()=>{Le!==On&&Wn(Le)},[Le]),(0,vo.Z)(()=>{if(!_t&&Fi>0){let xi=new Date().getTime(),ci=window.sessionStorage.getItem(ce);xi>=Fi+Ro&&(!ci||ci!==Ri)&&(window.sessionStorage.setItem(ce,Ri),lo(!0))}},Ro),(0,bt.useEffect)(()=>{fn(be)},[Ne,be]),(0,bt.useEffect)(()=>{Ne&&Un&&Ne.focus()},[Ne,Un]),(0,bt.useEffect)(()=>{if(Se&&Ne){let xi=function(Ue){let oi=Ue.target;if(co.current){let po=oi.scrollTop/oi.scrollHeight;co.current.scrollTop=co.current.scrollHeight*po}};const ci=Ne.getScrollerElement();return ci.addEventListener("scroll",xi),()=>{ci.removeEventListener("scroll",xi)}}},[Ne,Se]),(0,bt.useEffect)(()=>{if(Ne&&Ke){let xi=function(ci,Ue){Ke(ci,Ue)};return Ne.on("beforeChange",xi),()=>{Ne.off("beforeChange",xi)}}},[Ne,Ke]),(0,bt.useEffect)(()=>{if(Ne&&ke){let xi=function(){ke(Ne.getValue())};return Ne.on("blur",xi),()=>{Ne.off("blur",xi)}}},[Ne,ke]);function bo(xi,ci){var Ue=xi.getDoc(),oi=Ue.getCursor(),po=Ue.getLine(oi.line),$o=po.charAt(oi.ch-1),Xo=po.lastIndexOf("@\u2581@",oi.ch),zo=po.lastIndexOf("@\u2581\u2581@",oi.ch),or=Xo>zo?Xo:zo,Yo=Xo>zo?3:4;if(Ji.indexOf($o)===-1)return null;if(console.log("change1:",ci,xi,po,oi,or,Xo,zo,$o),or>=0&&oi.ch-or<5){var qr=or+Yo;return Ue.replaceRange("",{line:oi.line,ch:or},{line:oi.line,ch:qr}),{line:oi.line,ch:qr}}return null}(0,bt.useEffect)(()=>{if(Ne){let xi=function(ci,Ue){const oi=ci.getValue();ho(oi),Li(new Date().getTime()),ci.getScrollerElement().dispatchEvent(new CustomEvent("scroll")),de&&(ln?de(oi,li(oi)):de(oi))};return Ne.on("change",xi),()=>{Ne.off("change",xi)}}},[Ne,de]),(0,bt.useEffect)(()=>{if(Ne)if(ve==null)Ne.setValue(""),ho("");else{const xi=window.scrollY||window.pageYOffset;ve!==Ne.getValue()&&(Ne.setValue(ve),ho(ve),Ne.setCursor(rn?1:Ne.lineCount(),0),window.scrollTo(0,xi))}},[Ne,ve]);const Gn=(0,bt.useCallback)(xi=>{const ci=Ne.getCursor(),Ue=Ne.getSelection();let oi=Ue.split(`
|
|
`);switch(xi){case"bold":return Ne.replaceSelection("**"+Ue+"**"),Ue===""&&Ne.setCursor(ci.line,ci.ch+2),Ne.focus();case"italic":return Ne.replaceSelection("*"+Ue+"*"),Ue===""&&Ne.setCursor(ci.line,ci.ch+1),Ne.focus();case"code":return Ne.replaceSelection("`"+Ue+"`"),Ue===""&&Ne.setCursor(ci.line,ci.ch+1),Ne.focus();case"inline-latex":return ti("inline-latex"),Ne.focus();case"latex":return Ne.replaceSelection("```latex\n"+Ue+"\n```"),Ne.setCursor(ci.line+1,Ue.length+1),Ne.focus();case"line-break":return Ne.replaceSelection(`<br/>
|
|
`),Ne.focus();case"list-ul":return Ue===""?Ne.replaceSelection("- "+Ue):Ne.replaceSelection(oi.map(po=>po===""?"":`- ${po}`).join(`
|
|
`)),Ne.focus();case"list-ol":return Ue===""?Ne.replaceSelection("1. "+Ue):Ne.replaceSelection(oi.map((po,$o)=>po===""?"":`${$o+1}. ${po}`).join(`
|
|
`)),Ne.focus();case"add-null-ch":return Ue===""&&Ne.setCursor(ci.line,ci.ch),Ne.replaceSelection(Mo),Ne.focus();case"add-signal":return Ue===""&&Ne.setCursor(ci.line,ci.ch),Ne.replaceSelection(xt),Ne.focus();case"add-multiple":return Ue===""&&Ne.setCursor(ci.line,ci.ch),Ne.replaceSelection(Ji),Ne.focus();case"inster-template-1":return Ue===""&&Ne.setCursor(ci.line,ci.ch),Ne.replaceSelection(pn),Ne.focus();case"eraser":return Ne.setValue(""),Ne.focus();case"trigger-watch":return fn(!Se),Ne.focus();case"trigger-full-screen":return Wn(!On),Ne.focus();case pi:ti(pi);return;case Ni:ti(Ni);return;case Jn:ti(Jn);return;case qn:ti(qn);return;case"maths-latex":ti("maths-latex");return;case Kn:ti(Kn);return;case so:ti(so);return;default:throw new Error}},[Ne,Se,On]),It=(0,bt.useCallback)((xi,ci)=>{var Ue,oi,po,$o,Xo,zo;switch(ti(""),zn){case pi:const{title:Js,link:ye}=xi;return Ne.replaceSelection(`[${Js}](${ye})`),Ne.focus();case Ni:const{language:xr,content:Rl}=xi;return Ne.replaceSelection(["```"+xr,Rl,"```"].join(`
|
|
`)),Ne.focus();case"maths-latex":for(var or=atob(xi),Yo=new Uint8Array(or.length),qr=0;qr<or.length;qr++)Yo[qr]=or.charCodeAt(qr);var Kr=new Blob([Yo],{type:"image/png"});(0,He.I)(Kr,gs=>{gs.id?Ne.replaceSelection(``):(gs==null?void 0:gs.status)===401&&(document.location.href="/user/login")});break;case"inline-latex":Ne.replaceSelection("`$$"+xi+"$$`");break;case Jn:case qn:case io:const{src:rs,alt:Pl}=xi,Uo=ci,Mu=(po=(oi=(Ue=Uo==null?void 0:Uo.name)==null?void 0:Ue.split("."))==null?void 0:oi.pop)==null?void 0:po.call(oi);return(($o=Uo==null?void 0:Uo.type)==null?void 0:$o.indexOf("image"))>-1||!(Uo!=null&&Uo.type)?Uo!=null&&Uo.align||Uo!=null&&Uo.width?Ne.replaceSelection(`<p style="text-align:${Uo.align||"initial"}"><img width="${Uo.width?Uo.width+"%":"initial"}" src="${rs}" alt="${Pl||""}" /></p>`):Ne.replaceSelection(`<img width="100%" src="${rs}" alt="${Pl||""}" />`):((Xo=Uo==null?void 0:Uo.type)==null?void 0:Xo.indexOf("video"))>-1?Ne.replaceSelection(`<video width="100%" controls src="${rs}"></video>`):((zo=Uo==null?void 0:Uo.type)==null?void 0:zo.indexOf("pdf"))>-1?Ne.replaceSelection(`<a href="${rs}?type=${Uo.type}&disposition=inline" target="_blank">${Uo.name}</a>`):Je.includes(Mu)?Ne.replaceSelection(`<a href="${rs}?type=office&disposition=inline" target="_blank">${Uo.name}</a>`):Ne.replaceSelection(`[${Uo.name}](${rs})`),Ne.focus();case so:const{row:zl,col:Jo,align:Rr}=xi;let wl=`
|
|
`;for(let gs=0;gs<zl;gs++){let Xa=[],ua=[];for(let Si=0;Si<Jo;Si++)gs===1&&ua.push($i[Rr]),Xa.push(" ");gs===1&&(wl+=`| ${ua.join(" | ")} |
|
|
`),wl+=`| ${Xa.join(Jo===1?"":" | ")} |
|
|
`}return Ne.replaceSelection(wl+`
|
|
`),Ne.focus();default:throw new Error}},[Ne,zn]),nr=(0,bt.useMemo)(()=>{switch(zn){case pi:return bt.createElement(di,{callback:It,onCancel:oo});case Ni:return bt.createElement(gi.Z,{callback:It,onCancel:oo});case Jn:return bt.createElement(He.Z,{callback:It,onCancel:oo});case Kn:return bt.createElement(sn,{callback:It,onCancel:oo});case so:return bt.createElement(hn,{callback:It,onCancel:oo});case"maths-latex":return bt.createElement(En,{showSaveButton:!0,callback:It});case"inline-latex":return bt.createElement(Hn.Z,{showSaveButton:!0,callback:It});default:return null}},[zn]);function oo(){ti("")}(0,bt.useEffect)(()=>{if(to.current){let xi=function(Xo){po=!0,$o=Xo.pageY},ci=function(){po=!1},Ue=function(Xo){if(po){let zo=Xo.pageY-$o;zo<0&&(zo=0),zo>300&&(zo=300);let or=Sn+zo+"px";Ui(or)}},oi=to.current,po=!1,$o=0;return oi.addEventListener("mousedown",xi),document.addEventListener("mousemove",Ue),document.addEventListener("mouseup",ci),()=>{oi.removeEventListener("mousedown",xi),document.removeEventListener("mousemove",Ue),document.removeEventListener("mouseup",ci)}}},[Ne,to]),(0,bt.useEffect)(()=>{Ui(Sn)},[Sn]);const Xi=Ye(re),wo=Ye(Oi),Vo={width:Xi,height:wo},Xn=(0,bt.useMemo)(()=>{if(Fi){let xi=new Date(Fi),ci=xi.getHours(),Ue=xi.getMinutes(),oi=xi.getSeconds();return ci=ci<10?"0"+ci:ci,Ue=Ue<10?"0"+Ue:Ue,oi=oi<10?"0"+oi:oi,`${ci}:${Ue}:${oi}`}return 0},[Fi]),li=xi=>{const ci=[];if(ln){let Ue=-1;xi=xi.replace(/(@▁▁@|@▁@)/g,function(oi,po,$o){ci.push({multiLine:oi!==xt})})}return ci};function Gi(){window.sessionStorage.removeItem(ce),lo(!1),Li(0)}function ki(){lo(!1),Li(0),Ne.setValue(window.sessionStorage.getItem(ce))}(0,bt.useEffect)(()=>{ao[zn]&&zn!==qn&&zn!==Kn&&setTimeout(()=>{const xi=document.getElementsByClassName("markdown-popup-form")[0],ci=window.innerWidth/2-xi.offsetWidth/2,Ue=window.innerHeight/2-xi.offsetHeight/2;Ii(ci),Ai(Ue)},0)},[zn]);const Hi=xi=>{xi.preventDefault();const ci=xi.clientX-Be,Ue=xi.clientY-Wi;document.body.onmousemove=oi=>{let po=oi.clientX-ci,$o=oi.clientY-Ue;const Xo=document.getElementsByClassName("markdown-popup-form")[0],zo=window.innerWidth-Xo.offsetWidth,or=window.innerHeight-Xo.offsetHeight;po=Math.max(0,Math.min(po,zo)),$o=Math.max(0,Math.min($o,or)),ir(oi.clientX,oi.clientY,ci,Ue)&&(Ii(po),Ai($o))},document.body.onmouseup=function(){document.body.onmousemove=null}},ir=(xi,ci,Ue,oi)=>{const po=document.body.clientHeight,$o=document.body.clientWidth;return xi<20&&Ue>xi||xi>$o-20&&Ue<xi||ci<20&&oi>ci||ci>po-20&&oi<ci?(document.body.onmousemove=null,document.body.onmouseup=null,!1):!0};return bt.createElement(bt.Fragment,null,bt.createElement("div",{className:"markdown-editor-wrapper",ref:To},bt.createElement("div",{className:`markdown-editor-container ${_n} ${Se?"on-preview":""} ${Mn?"mini":""} ${On?"full-screen":""}`,style:Vo},bt.createElement($t,{insertTemp:dn,watch:Se,fullScreen:On,showNullButton:Fe,showNullProgramButton:ln,onActionCallback:Gn,hidetoolBar:Fn,extraUse:Pi}),bt.createElement("div",{className:"markdown-editor-body"},bt.createElement("div",{className:"codemirror-container"},bt.createElement("textarea",{ref:Ao,placeholder:$n})),Se?bt.createElement("div",{ref:co,className:"preview-container"},fe==="stex"&&bt.createElement(he,{value:Ri}),fe!=="stex"&&bt.createElement(Qe.Z,{disabledFill:vn,showProgramFill:ln,value:Ri})):null))),yn?bt.createElement("a",{ref:to,className:"editor-resize"}):null,zn===qn&&bt.createElement(hi,{callback:It,onCancel:oo}),zn===Kn&&bt.createElement(sn,{callback:It,onCancel:oo}),bt.createElement(ie.Z,null,ao[zn]&&zn!==qn&&zn!==Kn?bt.createElement(mn.default,{maskClosable:!1,centered:!0,style:{position:"absolute",left:Be,top:Wi},title:bt.createElement("div",{style:{cursor:"move"},onMouseDown:Hi},ao[zn]),open:!0,onCancel:oo,footer:null,destroyOnClose:!0,width:zn===Kn?"1200px":null,height:zn===Kn?"80vh":null,className:"markdown-popup-form"},nr):null))}},28451:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{Z:function(){return zt},I:function(){return $t}});var bt=Xt(28284),ae=Xt(6767),Ce=Xt(37568),Oe=Xt(77736),le=Xt(71051),ue=Xt(47889),oe=Xt(99571),ze=Xt(77903),Pe=Xt(59301),Qt=Xt(59301),Qe=Object.defineProperty,he=Object.defineProperties,tn=Object.getOwnPropertyDescriptors,Ft=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,it=Object.prototype.propertyIsEnumerable,ct=(ie,qt,Re)=>qt in ie?Qe(ie,qt,{enumerable:!0,configurable:!0,writable:!0,value:Re}):ie[qt]=Re,lt=(ie,qt)=>{for(var Re in qt||(qt={}))et.call(qt,Re)&&ct(ie,Re,qt[Re]);if(Ft)for(var Re of Ft(qt))it.call(qt,Re)&&ct(ie,Re,qt[Re]);return ie},pt=(ie,qt)=>he(ie,tn(qt));const{useForm:vt}=bt.default,Lt={width:280,marginRight:10},Et={labelCol:{span:5},wrapperCol:{span:19}};var zt=({callback:ie,onCancel:qt})=>{const[Re]=vt();let me=(0,Pe.useRef)();function Ve(vi){me.current.width=Re.getFieldValue("width"),me.current.align=Re.getFieldValue("align"),ie(vi,me.current)}function un(vi,Bn){if(vi.status===-1){ae.ZP.error(vi.message);return}Re.setFieldsValue({src:`/api/attachments/${vi.id}`,type:Bn.type})}function Nn(vi){let Bn=vi.target.files[0];me.current=Bn,$t(Bn,un)}return Qt.createElement(bt.default,pt(lt({form:Re},Et),{className:"upload-image-panel",onFinish:Ve,style:{width:470,overflow:"hidden"}}),Qt.createElement(bt.default.Item,{label:"\u56FE\u7247\u5730\u5740",required:!0},Qt.createElement("div",{className:"flex-container"},Qt.createElement(bt.default.Item,{noStyle:!0,name:"src",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u56FE\u7247\u5730\u5740"}]},Qt.createElement(Ce.default,{style:Lt})),Qt.createElement(Vt,{onFileChange:Nn}))),Qt.createElement(bt.default.Item,{label:"\u56FE\u7247\u63CF\u8FF0",name:"alt"},Qt.createElement(Ce.default,{style:{width:264}})),Qt.createElement(bt.default.Item,{label:"\u56FE\u7247\u5BBD\u5EA6",name:"width"},Qt.createElement(Oe.Z,null,Qt.createElement(bt.default.Item,{name:"width",style:{margin:0}},Qt.createElement(le.Z,{style:{width:264}})),Qt.createElement("span",{className:"ml8"},"%"))),Qt.createElement(bt.default.Item,{label:"\u5BF9\u9F50\u65B9\u5F0F",name:"align"},Qt.createElement(ue.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(bt.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:qt},"\u53D6\u6D88"))))};function Vt({onFileChange:ie}){return Qt.createElement("label",{className:"upload-button",style:{cursor:"pointer"}},"\u672C\u5730\u4E0A\u4F20",Qt.createElement("input",{type:"file",onChange:ie}))}function $t(ie,qt){if(!ie)throw new String("\u6CA1\u6709\u6587\u4EF6");let Re=new FormData;Re.append("editormd-image-file",ie),Re.append("file_param_name","editormd-image-file"),Re.append("byxhr","true");var me=new window.XMLHttpRequest;me.withCredentials=!0,me.addEventListener("load",function(Ve){qt(JSON.parse(Ve.target.responseText),ie)},!1),me.addEventListener("error",function(Ve){console.error(Ve)},!1),me.open("POST",`${ze.KI}/api/attachments.json`),me.send(Re)}},79346:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{Z:function(){return Ce}});var bt=Xt(59301),ae=Xt(4676);class Ce extends bt.Component{constructor(le){super(le);const ue=window.document;this.node=ue.createElement("div"),ue.body.appendChild(this.node)}render(){const{children:le}=this.props;return(0,ae.createPortal)(le,this.node)}componentWillUnmount(){window.document.body.removeChild(this.node)}}},23954:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{SV:function(){return xe},ZP:function(){return Mt}});var bt=Xt(59301),ae=Xt(76374);const Ce={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"]},Oe={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"]},le={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(`
|
|
`)}]},ue={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=Xt(53184),Pe=Xt.n(ze),Qt=Object.defineProperty,Qe=Object.defineProperties,he=Object.getOwnPropertyDescriptors,tn=Object.getOwnPropertySymbols,Ft=Object.prototype.hasOwnProperty,et=Object.prototype.propertyIsEnumerable,it=(we,sn,Xe)=>sn in we?Qt(we,sn,{enumerable:!0,configurable:!0,writable:!0,value:Xe}):we[sn]=Xe,ct=(we,sn)=>{for(var Xe in sn||(sn={}))Ft.call(sn,Xe)&&it(we,Xe,sn[Xe]);if(tn)for(var Xe of tn(sn))et.call(sn,Xe)&&it(we,Xe,sn[Xe]);return we},lt=(we,sn)=>Qe(we,he(sn)),pt=(we,sn,Xe)=>new Promise((Te,$e)=>{var nn=We=>{try{Dn(Xe.next(We))}catch(se){$e(se)}},hn=We=>{try{Dn(Xe.throw(We))}catch(se){$e(se)}},Dn=We=>We.done?Te(We.value):Promise.resolve(We.value).then(nn,hn);Dn((Xe=Xe.apply(we,sn)).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"]}},Lt=(we,sn)=>sn.map(Xe=>({label:Xe,kind:we.languages.CompletionItemKind.Keyword,insertText:Xe})),Et=we=>Object.keys(vt.tables).map(sn=>({label:sn,kind:we.languages.CompletionItemKind.Variable,insertText:sn})),zt=(we,sn)=>{const Xe=vt.tables[we];return Xe?Xe.map(Te=>({label:Te,kind:sn.languages.CompletionItemKind.Field,insertText:Te})):[]};function Vt(we,sn,Xe,Te,$e){let nn=sn.getWordUntilPosition(Xe),hn={startLineNumber:Xe.lineNumber,endLineNumber:Xe.lineNumber,startColumn:nn.startColumn,endColumn:nn.endColumn},Dn=Te.map(We=>({label:We,kind:we.languages.CompletionItemKind.Keyword,insertText:We,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:hn}));return $e.map(We=>{Dn.push(lt(ct({},We),{range:hn}))}),Dn}var $t=we=>{vt.languages.map($e=>(we.languages.registerDocumentFormattingEditProvider($e,{provideDocumentFormattingEdits(nn,hn,Dn){return pt(this,null,function*(){const We=Pe()(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:We}]})}}),$e));const sn=le.quickKey.map($e=>({label:$e.label,kind:we.languages.CompletionItemKind.Method,insertText:$e.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet})),Xe=ue.quickKey.map($e=>({label:$e.label,kind:we.languages.CompletionItemKind.Method,insertText:$e.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet})),Te=Oe.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 hn=$e.getWordUntilPosition(nn),Dn={startLineNumber:nn.lineNumber,endLineNumber:nn.lineNumber,startColumn:hn.startColumn,endColumn:hn.endColumn},We=$e.getLineContent(nn.lineNumber).substring(hn.startColumn-2,hn.endColumn);return{suggestions:[...le.keywords.map(se=>({label:se,kind:we.languages.CompletionItemKind.Function,documentation:se,insertText:se,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Dn})),...le.quickKey.map(se=>({label:se.label,kind:we.languages.CompletionItemKind.Function,documentation:se.content,insertText:We.startsWith("#")?se.content.replace(/#/,""):se.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Dn}))]}}}),we.languages.registerCompletionItemProvider("c",{provideCompletionItems:function($e,nn){var hn=$e.getWordUntilPosition(nn),Dn={startLineNumber:nn.lineNumber,endLineNumber:nn.lineNumber,startColumn:hn.startColumn,endColumn:hn.endColumn};return{suggestions:[...Ce.keywords.map(We=>({label:We,kind:we.languages.CompletionItemKind.Function,documentation:We,insertText:We,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Dn}))]}}}),we.languages.registerCompletionItemProvider("java",{provideCompletionItems:function($e,nn){var hn=$e.getWordUntilPosition(nn),Dn={startLineNumber:nn.lineNumber,endLineNumber:nn.lineNumber,startColumn:hn.startColumn,endColumn:hn.endColumn},We=$e.getLineContent(nn.lineNumber).substring(hn.startColumn-2,hn.endColumn);return{suggestions:[...Oe.keywords.map(se=>({label:se,kind:we.languages.CompletionItemKind.Function,documentation:se,insertText:se,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Dn})),...Oe.quickKey.map(se=>({label:se.label,kind:we.languages.CompletionItemKind.Function,documentation:se.content,insertText:We.startsWith("#")?se.content.replace(/#/,""):se.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Dn}))]}}}),we.languages.registerCompletionItemProvider("scala",{provideCompletionItems:function($e,nn){var hn=$e.getWordUntilPosition(nn),Dn={startLineNumber:nn.lineNumber,endLineNumber:nn.lineNumber,startColumn:hn.startColumn,endColumn:hn.endColumn},We=$e.getLineContent(nn.lineNumber).substring(hn.startColumn-2,hn.endColumn);return{suggestions:[...oe.keywords.map(se=>({label:se,kind:we.languages.CompletionItemKind.Function,documentation:se,insertText:se,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Dn})),...oe.quickKey.map(se=>({label:se.label,kind:we.languages.CompletionItemKind.Function,documentation:se.content,insertText:We.startsWith("#")?se.content.replace(/#/,""):se.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Dn}))]}}}),we.languages.registerCompletionItemProvider("python",{provideCompletionItems:function($e,nn){var hn=$e.getWordUntilPosition(nn),Dn={startLineNumber:nn.lineNumber,endLineNumber:nn.lineNumber,startColumn:hn.startColumn,endColumn:hn.endColumn},We=$e.getLineContent(nn.lineNumber).substring(hn.startColumn-2,hn.endColumn);return{suggestions:[...ue.keywords.map(se=>({label:se,kind:we.languages.CompletionItemKind.Function,documentation:se,insertText:se,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Dn})),...ue.quickKey.map(se=>({label:se.label,kind:we.languages.CompletionItemKind.Function,documentation:se.content,insertText:We.startsWith("#")?se.content.replace(/#/,""):se.content,insertTextRules:we.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Dn}))]}}})};const ie="\u8BE5\u4EFB\u52A1\u5173\u5361\u8BBE\u7F6E\u4E86\u7981\u6B62\u590D\u5236\u7C98\u8D34\uFF0C\u8BF7\u624B\u52A8\u8F93\u5165\u4EE3\u7801\u3002";var qt=Object.defineProperty,Re=(we,sn,Xe)=>sn in we?qt(we,sn,{enumerable:!0,configurable:!0,writable:!0,value:Xe}):we[sn]=Xe,me=(we,sn,Xe)=>Re(we,typeof sn!="symbol"?sn+"":sn,Xe);const Ve=class px{constructor(sn,Xe,Te){this.placeholder=sn,this.editor=Xe,this.monaco=Te,Xe.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)}};me(Ve,"ID","editor.widget.placeholderHint");var Nn=Ve,vi=Xt(96236),Bn=Xt(6767),Ti=Xt(25399),ni=Xt(89392),ge=Xt(34604),Kt=Xt(56102),wn=Object.defineProperty,di=Object.defineProperties,gi=Object.getOwnPropertyDescriptors,He=Object.getOwnPropertySymbols,mn=Object.prototype.hasOwnProperty,An=Object.prototype.propertyIsEnumerable,ui=(we,sn,Xe)=>sn in we?wn(we,sn,{enumerable:!0,configurable:!0,writable:!0,value:Xe}):we[sn]=Xe,kn=(we,sn)=>{for(var Xe in sn||(sn={}))mn.call(sn,Xe)&&ui(we,Xe,sn[Xe]);if(He)for(var Xe of He(sn))An.call(sn,Xe)&&ui(we,Xe,sn[Xe]);return we},hi=(we,sn)=>di(we,gi(sn)),te=(we,sn)=>{var Xe={};for(var Te in we)mn.call(we,Te)&&sn.indexOf(Te)<0&&(Xe[Te]=we[Te]);if(we!=null&&He)for(var Te of He(we))sn.indexOf(Te)<0&&An.call(we,Te)&&(Xe[Te]=we[Te]);return Xe},Zn=(we,sn,Xe)=>new Promise((Te,$e)=>{var nn=We=>{try{Dn(Xe.next(We))}catch(se){$e(se)}},hn=We=>{try{Dn(Xe.throw(We))}catch(se){$e(se)}},Dn=We=>We.done?Te(We.value):Promise.resolve(We.value).then(nn,hn);Dn((Xe=Xe.apply(we,sn)).next())});function Zi(we){return/^\d+$/.test(we)?`${we}px`:we}function Bt(){}let Ct=!1;const wt={"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 At(we=[]){let sn=we;if(Array.isArray(we)){for(let Xe=0;Xe<we.length;Xe++){let Te=wt[we[Xe]];if(Te)return Te}return sn[0]}return wt[sn]||sn}let Gt=null;var Mt=we=>{var sn=we,{width:Xe="100%",height:Te="100%",value:$e,language:nn="javascript",style:hn={},options:Dn={},overrideServices:We={},theme:se="vs-dark",onEditBlur:Tn,isCopy:En=!1,onSave:Hn,autoHeight:jn=!1,forbidCopy:pi=!1,onChange:Jn=Bt,editorDidMount:Kn=Bt,onFocus:qn=Bt,onBreakPoint:io=Bt,breakPointValue:Ni=[],filename:so="educoder.txt",errorLine:Ki,errorContent:$i="",highlightLine:vo,openBreakPoint:Do=!1,placeholder:qi="",showMiniMap:Ro=!0}=sn,Mo=te(sn,["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 Ji=(0,bt.useRef)(),xt=(0,bt.useRef)({}),pn=(0,bt.useRef)(),Je=(0,bt.useRef)(),Ye=(0,bt.useRef)([]),In=(0,bt.useRef)(!1),Ci=(0,bt.useRef)(),Ei=(0,bt.useRef)(),ao=(0,bt.useRef)(!1),[si,ve]=(0,bt.useState)(!1);function de(){let ke;return Ji.current&&(ke=new ae.Z(Ke=>{for(let Ln of Ke)(Ln.target.offsetHeight>0||Ln.target.offsetWidth>0)&&xt.current.instance.layout()}),ke.observe(Ji.current)),ke}function re(){Bn.ZP.warning({content:decodeURIComponent(ie),key:"monaco-editor-tip"})}const Sn=()=>{let ke=xt.current.instance;if($e!=null&&ke&&si){const Ke=ke.getModel();Ke&&$e!==Ke.getValue()&&(Ct=!0,Ke.setValue($e),ke.layout(),Ct=!1)}};(0,bt.useEffect)(()=>{const ke=ge.Z.subscribe("formatDocument",Ke=>{var Ln;let _n=xt.current.instance;(Ln=_n==null?void 0:_n.getAction)==null||Ln.call(_n,"editor.action.formatDocument").run()});return window.updateMonacoValue=Ke=>{Jn(Ke)},ke},[]),(0,bt.useEffect)(()=>{var ke;let Ke=xt.current.instance;Je.current&&clearTimeout(Je.current),Je.current=setTimeout(()=>{Sn()},500),$e&&($e!=null&&$e.length)&&((ke=Ke==null?void 0:Ke.updateOptions)==null||ke.call(Ke,{lineNumbersMinChars:Math.max(Math.floor(Math.log10($e.split(/\r\n|\r|\n/g).length))+3,5)}))},[$e,si,xt.current]),(0,bt.useEffect)(()=>{if(Ki&&xt.current&&xt.current.instance){let Ke=xt.current.instance;Ke.changeViewZones(function(Ln){var _n=document.createElement("div");_n.style.padding="10px 20px",_n.style.width="calc(100% - 20px)",_n.className="my-error-line-wrp",_n.innerHTML=$i,Ln.addZone({afterLineNumber:Ki||11,heightInLines:3,domNode:_n})});var ke={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}};Ke.addOverlayWidget(ke),Ke.revealPositionInCenter({lineNumber:20,column:1})}},[Ki,xt.current,si]);const Mn=(ke="",Ke)=>{if(!ke||ke.trim()==="")return!0;const _n=xt.current.instance.getModel().getLineTokens(Ke);let on=!1;for(let rn=0;rn<2;rn++)_n.getStandardTokenType(rn)===1&&(on=!0);return on};(0,bt.useEffect)(()=>{var ke;const Ke=(ke=xt.current)==null?void 0:ke.instance;if(Ke&&si&&pi){const Ln=Ke.onDidBlurEditorWidget(()=>{ao.current=!1}),_n=Ke.onDidFocusEditorText(()=>{ao.current=!0});return()=>{Ln.dispose(),_n.dispose()}}},[xt.current,si,pi]),(0,bt.useEffect)(()=>{var ke;if((ke=xt.current)!=null&&ke.instance&&si&&Do){let Ke=xt.current.instance,Ln=Ke.getModel();if(!Ln)return;(()=>{var Se;let fn=[],On=[];const Wn=Ln.getAllDecorations();for(let ti of Wn)ti.options.className==="highlighted-line"&&(fn.push((Se=ti==null?void 0:ti.range)==null?void 0:Se.startLineNumber),On.push(ti==null?void 0:ti.id));if(vo===fn[0])return;Ln.deltaDecorations(On,[]);const zn=Ln.getLineCount();vo&&vo<=zn&&(Ke.deltaDecorations([],[{range:new Gt.Range(vo,1,vo,Ln.getLineMaxColumn(vo)),options:{isWholeLine:!0,className:"highlighted-line"}}]),Ke.revealLineInCenter(vo))})();const on=(Se=!1)=>{var fn;let On=[],Wn=[];const zn=Ln.getAllDecorations();for(let ti of zn)ti.options.linesDecorationsClassName==="breakpoints-select"&&(On.push((fn=ti==null?void 0:ti.range)==null?void 0:fn.startLineNumber),Wn.push(ti==null?void 0:ti.id));if(Se)return{lines:On,ids:Wn};io(On)},rn=Se=>Zn(void 0,null,function*(){let fn={range:new Gt.Range(Se,1,Se,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}};yield Ln.deltaDecorations([],[fn]),on()}),vn=Se=>Zn(void 0,null,function*(){let fn=[];const On=Ke.getLineDecorations(Se);for(let Wn of On)Wn.options.linesDecorationsClassName==="breakpoints-select"&&fn.push(Wn.id);yield Ln.deltaDecorations(fn,[]),on()}),$n=Se=>{let fn=Ke.getLineDecorations(Se);for(let On of fn)if(On.options.linesDecorationsClassName==="breakpoints-select")return!0;return!1};if(!(0,ni.isEqual)(Ni,on(!0).lines)){Ln.deltaDecorations(on(!0).ids,[]);const Se=Ni.map(fn=>({range:new Gt.Range(fn,1,fn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}}));Ln.deltaDecorations([],Se)}const Qn=Ke.onDidChangeModelContent(Se=>{let fn=Ke.getPosition();if(fn){let On=fn.lineNumber;clearTimeout(Ei.current),Ei.current=setTimeout(()=>{Mn(Ln.getLineContent(On),On)?vn(On):$n(On)?(vn(On),rn(On)):on()},100)}}),Pi=Ke.onMouseDown(Se=>{var fn,On,Wn;if(Se.target.detail&&((Wn=(On=(fn=Se.target)==null?void 0:fn.element)==null?void 0:On.className)!=null&&Wn.includes("line-numbers"))){let zn=Se.target.position.lineNumber;if(Mn(Ln.getLineContent(zn),zn))return;$n(zn)?vn(zn):rn(zn)}}),Ne=Se=>{let fn={range:new Gt.Range(Se,1,Se,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-fake"}};Ye.current=Ke.deltaDecorations(Ye.current,[fn])},Po=()=>{Ye.current=Ke.deltaDecorations(Ye.current,[])},Ri=Ke.onMouseMove(Se=>{var fn,On,Wn;if(Po(),Se.target.detail&&((Wn=(On=(fn=Se.target)==null?void 0:fn.element)==null?void 0:On.className)!=null&&Wn.includes("line-numbers"))){let zn=Se.target.position.lineNumber;if(Mn(Ln.getLineContent(zn),zn))return;Ne(zn)}}),ho=Ke.onMouseLeave(()=>{Po()});return()=>{Qn.dispose(),Pi.dispose(),Ri.dispose(),ho.dispose()}}},[xt.current,si,Ni,vo,Do,nn]),(0,bt.useEffect)(()=>{var ke;(ke=xt.current)!=null&&ke.instance&&Do&&xt.current.instance.setPosition({lineNumber:0,column:0})},[vo]);function Un(){let ke=xt.current.instance;if(ke){const Ke=ke.getSelection(),Ln=xt.current.pastePos||{},_n=new Gt.Range(Ln.startLineNumber||Ke.endLineNumber,Ln.startColumn||Ke.endColumn,Ln.endLineNumber||Ke.endLineNumber,Ln.endColumn||Ke.endColumn);setTimeout(()=>{ke.executeEdits("",[{range:_n,text:""}])},300)}}function be(ke){(window.navigator.platform.match("Mac")?ke.metaKey:ke.ctrlKey)&&ke.keyCode==83&&(ke.preventDefault(),Hn())}const dn=()=>{if(jn&&xt.current.instance){const ke=xt.current.instance.getContentHeight();Fn(ke<Te?Te:ke)}else Fn(Te)};function fe(ke){var Ke=document.createEvent("MouseEvents");Ke.initMouseEvent("click",!0,!1,window,0,0,0,0,0,!1,!1,!1,!1,0,null),ke.dispatchEvent(Ke)}const ce=ke=>{if(!ao.current)return;const{keyCode:Ke,ctrlKey:Ln,metaKey:_n,target:on,type:rn}=ke;return(rn==="paste"||(Ke===67||Ke===86)&&(_n||Ln))&&on.nodeName==="TEXTAREA"&&(re(),ke.preventDefault()),!1};function yn(ke,Ke){var Ln=window.URL||window.webkitURL||window,_n=new Blob([Ke]),on=document.createElementNS("http://www.w3.org/1999/xhtml","a");on.href=Ln.createObjectURL(_n),on.download=ke,fe(on)}(0,bt.useEffect)(()=>{dn()},[dn]),(0,bt.useEffect)(()=>{Ji.current&&!si&&Promise.all([Xt.e(8909),Xt.e(3267)]).then(Xt.bind(Xt,71448)).then(ke=>{try{Gt=ke,xt.current.instance=Gt.editor.create(Ji.current,{value:$e,language:At(nn),theme:se,requireConfig:{"vs/nls":{availableLanguages:{"*":"zh-cn"}}},wordWrap:!0,autoIndent:!0,contextmenu:!0,formatOnType:!0,minimap:{enabled:Ro||!1}},We);const Ke=xt.current.instance;let on=[...vi.BH._menuItems].find(Qn=>Qn[0]._debugName=="EditorContext")[1],rn=["editor.action.clipboardCopyWithSyntaxHighlightingAction","editor.action.quickCommand","editor.action.clipboardCopyAction","editor.action.clipboardPasteAction","editor.action.clipboardCutAction"],vn=(Qn,Pi)=>{var Ne,Po;let Ri=Qn._first;do Pi.includes((Po=(Ne=Ri.element)==null?void 0:Ne.command)==null?void 0:Po.id)&&Qn._remove(Ri);while(Ri=Ri.next)};if(Kn(Ke,Gt),setTimeout(()=>{dn(),xt.current.instance.addAction({id:"d123123",label:"Download File",contextMenuGroupId:"9_cutcopypaste",run:()=>{yn(so||"educoder.txt",Ke.getValue())}})},500),xt.current.subscription=Ke.onDidChangeModelContent(Qn=>{In.current?clearTimeout(Ci.current):(dn(),Jn(Ke.getValue(),Qn)),Ci.current=setTimeout(()=>{In.current=!1},500)}),window.Monaco||$t(Gt,At(nn)),pi&&(vn(on,rn),Ji.current.classList.add("noCopyPaste"),window.removeEventListener("keydown",ce),window.removeEventListener("paste",ce),window.addEventListener("keydown",ce),window.addEventListener("paste",ce)),window.Monaco=Gt,Tn&&Ke.onDidBlurEditorWidget(()=>{Tn(Ke.getValue())}),qn&&Ke.onDidFocusEditorText(()=>{qn(Ke.getValue())}),pi)try{Ke.onDidPaste(Qn=>{const Pi=Ke.getSelection(),Ne=xt.current.pastePos||{},Po=new Gt.Range(Ne.startLineNumber||Pi.endLineNumber,Ne.startColumn||Pi.endColumn,Ne.endLineNumber||Pi.endLineNumber,Ne.endColumn||Pi.endColumn);Ke.executeEdits("",[{range:Qn.range,text:""}])})}catch(Qn){}let $n=de();return qi&&typeof qi=="string"&&new Nn(qi,Ke,Gt),ve(!0),()=>{const Qn=xt.current.instance;Qn.dispose();const Pi=Qn.getModel();Pi&&Pi.dispose(),xt.current.subscription&&xt.current.subscription.dispose(),$n.unobserve(Ji.current)}}catch(Ke){}})},[]),(0,bt.useEffect)(()=>{if(xt.current.instance&&si)return document.addEventListener("keydown",be,!1),()=>{document.removeEventListener("keydown",be)}},[Hn,si]),(0,bt.useEffect)(()=>{let ke=xt.current.instance;if(ke&&si){let Ke=At(nn);Gt.editor.setModelLanguage(ke.getModel(),Ke)}},[nn,si]),(0,bt.useEffect)(()=>{xt.current.instance&&si&&Gt.editor.setTheme(se)},[se,si]),(0,bt.useEffect)(()=>{let ke=xt.current.instance;pn.current=Dn,ke&&si&&(ke.updateOptions(kn({},Dn)),setTimeout(()=>{ke.getModel().updateOptions(kn({},Dn))},200))},[JSON.stringify(Dn),si]),(0,bt.useEffect)(()=>{let ke=xt.current.instance;ke&&si&&ke.layout()},[Xe,Te,si]);const[_t,Fe]=(0,bt.useState)(Zi(Xe)),[ln,Fn]=(0,bt.useState)(Zi(Te)),Le=hi(kn({},hn),{width:_t,height:ln,position:"relative"});return bt.createElement("div",{className:"my-monaco-editor",ref:Ji,style:Le},En&&bt.createElement(Kt.CopyToClipboard,{text:$e,onCopy:()=>Bn.ZP.success("\u590D\u5236\u6210\u529F")},bt.createElement(Ti.Z,{title:"\u590D\u5236\u4EE3\u7801"},bt.createElement("div",{style:{position:"absolute",top:0,right:10,cursor:"pointer",zIndex:10,color:"#165DFF"}},bt.createElement("i",{className:"iconfont icon-fuzhi8",style:{fontSize:14}})," \u590D\u5236\u4EE3\u7801"))))};function xe({width:we="100%",height:sn="100%",original:Xe,modified:Te,language:$e,options:nn={}}){const hn=(0,bt.useRef)(),[Dn,We]=(0,bt.useState)(null);function se(jn){let pi;return hn.current&&(pi=new ae.Z(Jn=>{for(let Kn of Jn)(Kn.target.offsetHeight>0||Kn.target.offsetWidth>0)&&jn.layout()}),pi.observe(hn.current)),pi}(0,bt.useEffect)(()=>(hn.current&&Promise.all([Xt.e(8909),Xt.e(9404)]).then(Xt.bind(Xt,2550)).then(jn=>{Gt=jn;const pi=Gt.editor.createDiffEditor(hn.current,hi(kn({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}));We(pi);let Jn=se(pi);return()=>{pi.dispose();const Kn=pi.getModel();Kn&&Kn.dispose(),Jn.unobserve(hn.current)}}),()=>{window.removeEventListener("keydown",checkPaste),window.removeEventListener("paste",checkPaste)}),[]),(0,bt.useEffect)(()=>{Dn&&Dn.setModel({original:Gt.editor.createModel(Xe,$e),modified:Gt.editor.createModel(Te,$e)})},[Xe,Te,$e,Dn]);const Tn=Zi(we),En=Zi(sn),Hn={width:Tn,height:En};return bt.createElement("div",{className:"my-diff-editor",ref:hn,style:Hn})}},58856:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{Z:function(){return ae}});var bt=Xt(59301);function ae(Ce,Oe){const le=(0,bt.useRef)();(0,bt.useEffect)(()=>{le.current=Ce}),(0,bt.useEffect)(()=>{function ue(){le.current()}if(Oe!==null){let oe=setInterval(ue,Oe);return()=>clearInterval(oe)}},[Oe])}},85419:function(cn,Yn,Xt){"use strict";Xt.r(Yn),Xt.d(Yn,{default:function(){return xt}});var bt=Xt(59301),ae=Xt(89070),Ce=Xt(3294),Oe=Xt(77019),le=Xt(5269),ue=Xt(99571),oe={wrap:"wrap___oiJRJ",head:"head___zCLJu",recommendItem:"recommendItem___Z46_0",buttonWrap:"buttonWrap___Gol4S",privateMessage:"privateMessage___UCiuy",flex1:"flex1___FVk7y",mWidth147:"mWidth147___f_pcl"},ze=Xt(67508),Pe=Object.defineProperty,Qt=Object.defineProperties,Qe=Object.getOwnPropertyDescriptors,he=Object.getOwnPropertySymbols,tn=Object.prototype.hasOwnProperty,Ft=Object.prototype.propertyIsEnumerable,et=(pn,Je,Ye)=>Je in pn?Pe(pn,Je,{enumerable:!0,configurable:!0,writable:!0,value:Ye}):pn[Je]=Ye,it=(pn,Je)=>{for(var Ye in Je||(Je={}))tn.call(Je,Ye)&&et(pn,Ye,Je[Ye]);if(he)for(var Ye of he(Je))Ft.call(Je,Ye)&&et(pn,Ye,Je[Ye]);return pn},ct=(pn,Je)=>Qt(pn,Qe(Je)),lt=(pn,Je)=>{var Ye={};for(var In in pn)tn.call(pn,In)&&Je.indexOf(In)<0&&(Ye[In]=pn[In]);if(pn!=null&&he)for(var In of he(pn))Je.indexOf(In)<0&&Ft.call(pn,In)&&(Ye[In]=pn[In]);return Ye},pt=(pn,Je,Ye)=>new Promise((In,Ci)=>{var Ei=ve=>{try{si(Ye.next(ve))}catch(de){Ci(de)}},ao=ve=>{try{si(Ye.throw(ve))}catch(de){Ci(de)}},si=ve=>ve.done?In(ve.value):Promise.resolve(ve.value).then(Ei,ao);si((Ye=Ye.apply(pn,Je)).next())});const vt=pn=>{var Je=pn,{user:Ye,forumsDetail:In,globalSetting:Ci,loading:Ei,dispatch:ao}=Je,si=lt(Je,["user","forumsDetail","globalSetting","loading","dispatch"]),ve,de,re,Sn;const{author_info:Mn,memo:Un,recommend_shixuns:be}=In.forumsDetailData||{},dn=()=>pt(void 0,null,function*(){(Mn!=null&&Mn.watched?yield(0,ze.Sr)({user_id:Mn.login}):yield(0,ze.YP)({user_id:Mn.login}))&&ao({type:"forumsDetail/setForumsDetailData",payload:ct(it({},In.forumsDetailData),{author_info:ct(it({},Mn),{watched:!(Mn!=null&&Mn.watched)})})})});return bt.createElement("section",{className:oe.wrap},bt.createElement("aside",{className:"ml20"},bt.createElement("div",{className:`bg-white pt40 pb40 pl20 pr20 ${oe.head}`},bt.createElement("a",{href:`/users/${Mn==null?void 0:Mn.login}`,target:"_blank"},(Mn==null?void 0:Mn.image_url)&&bt.createElement("img",{src:`${Ce.Z.API_SERVER}/images/${Mn==null?void 0:Mn.image_url}`})),bt.createElement("div",{className:"tc font20"},Mn==null?void 0:Mn.username),bt.createElement("div",{className:"tc c-grey-999"},Mn==null?void 0:Mn.identity),((ve=Ye.userInfo)==null?void 0:ve.user_id)!==(Mn==null?void 0:Mn.user_id)&&bt.createElement(Oe.Z,{justify:"center",className:`mt30 ${oe.buttonWrap}`},bt.createElement(le.Z,null,bt.createElement(ue.ZP,{type:"primary",className:"mr10",onClick:dn},Mn!=null&&Mn.watched?"\u53D6\u6D88\u5173\u6CE8":"\u5173\u6CE8")),bt.createElement(le.Z,null,bt.createElement(ue.ZP,{className:oe.privateMessage,href:`/messages/${(de=Ye.userInfo)==null?void 0:de.login}/message_detail?target_ids=${Mn==null?void 0:Mn.user_id}`,target:"_blank"},"\u79C1\u4FE1")))),!!((re=Un==null?void 0:Un.tag)!=null&&re.length)&&bt.createElement("div",{className:"bg-white mt10 pt40 pb40 pl20 pr20"},bt.createElement("div",{className:"font16"},"\u8BDD\u9898\u6807\u7B7E"),bt.createElement("div",{className:`mt10 ${oe.tag}`},(Sn=Un==null?void 0:Un.tag)==null?void 0:Sn.map((fe,ce)=>bt.createElement("span",{key:ce,className:"c-light-primary mr10"},fe)))),bt.createElement("div",{className:"pt10 pb10 pl10 pr10"},bt.createElement("div",{className:"font16 mb20"},"\u63A8\u8350\u5B9E\u8BAD"),bt.createElement("div",{className:oe.recommend},be==null?void 0:be.map(fe=>bt.createElement("div",{className:oe.recommendItem},bt.createElement("a",{href:`/shixuns/${fe.identifier}/challenges`,target:"_blank"},bt.createElement("img",{alt:fe.id,src:`${fe.image_url}`})),bt.createElement("div",{className:`${oe.flex1} ml10`},bt.createElement("a",{href:`/shixuns/${fe.identifier}/challenges`,target:"_blank",title:fe.name,className:`${oe.mWidth147} multi-llipsis1e c-grey-666 mb10`},fe.name),bt.createElement("div",{className:"c-grey-999"},fe.myshixuns_count," \u4EBA\u5B66\u4E60"))))))))};var Lt=(0,ae.connect)(({user:pn,forumsDetail:Je,loading:Ye,globalSetting:In})=>({user:pn,forumsDetail:Je,globalSetting:In,loading:Ye.models.forumsDetail}))(vt),Et=Xt(61186),zt=Xt.n(Et),Vt=Xt(85149),$t=Xt(6767),ie=Xt(62957),qt=Xt(37568),Re=Xt(93041),me=Xt(91882),Ve=Xt(25399),un=Xt(75727),Nn=Xt(12290),vi=Xt(26227),Bn={flex_box_center:"flex_box_center___nMc3G",flex_space_between:"flex_space_between___gTlaF",flex_box_vertical_center:"flex_box_vertical_center___GQv6O",flex_box_center_end:"flex_box_center_end___nrFEP",flex_box_column:"flex_box_column___Ls1oQ",reply:"reply___jb23w",replyList:"replyList___ryiUt",comment:"comment___QJ1eT",content:"content___X2UnY",commentItem:"commentItem___h_wnY"},Ti=Object.defineProperty,ni=Object.defineProperties,ge=Object.getOwnPropertyDescriptors,Kt=Object.getOwnPropertySymbols,wn=Object.prototype.hasOwnProperty,di=Object.prototype.propertyIsEnumerable,gi=(pn,Je,Ye)=>Je in pn?Ti(pn,Je,{enumerable:!0,configurable:!0,writable:!0,value:Ye}):pn[Je]=Ye,He=(pn,Je)=>{for(var Ye in Je||(Je={}))wn.call(Je,Ye)&&gi(pn,Ye,Je[Ye]);if(Kt)for(var Ye of Kt(Je))di.call(Je,Ye)&&gi(pn,Ye,Je[Ye]);return pn},mn=(pn,Je)=>ni(pn,ge(Je)),An=(pn,Je,Ye)=>new Promise((In,Ci)=>{var Ei=ve=>{try{si(Ye.next(ve))}catch(de){Ci(de)}},ao=ve=>{try{si(Ye.throw(ve))}catch(de){Ci(de)}},si=ve=>ve.done?In(ve.value):Promise.resolve(ve.value).then(Ei,ao);si((Ye=Ye.apply(pn,Je)).next())});zt().locale("ZH-cn");function ui({user:pn,vlist:Je=[],dispatch:Ye,params:In,id:Ci,memo_replies:Ei,forumsDetail:ao}){return bt.createElement("aside",{className:Bn.comment},Je.map(function(si,ve){var de,re;return bt.createElement(Oe.Z,{key:ve,className:Bn.commentItem},bt.createElement(le.Z,{span:24},bt.createElement(Oe.Z,null,bt.createElement(le.Z,{flex:"1"},bt.createElement("a",{href:`/users/${si.user_login}`,target:"_blank",className:"c-light-black"},si==null?void 0:si.username),bt.createElement("span",{className:"c-light-black ml10"},si.time)),(si.can_delete||si.user_id===((de=pn.userInfo)==null?void 0:de.user_id)||si.user_login===((re=pn.userInfo)==null?void 0:re.login))&&bt.createElement(le.Z,{className:"forums-comment-delete",style:{display:"none"}},bt.createElement(Ve.Z,{title:"\u5220\u9664"},bt.createElement(vi.Z,{className:"current",onClick:()=>{ie.default.confirm({centered:!0,width:530,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u63D0\u793A",content:bt.createElement("div",{className:"font16 tc"},"\u786E\u5B9A\u8981\u5220\u9664\u8BE5\u6761\u56DE\u590D\u5417\uFF1F"),onOk:()=>An(this,null,function*(){const Sn=yield(0,ze.sW)({id:si.id}),Mn=Ei.find(Un=>Un.id===Ci).children.filter(Un=>Un.id!==si.id);Ei.find(Un=>Un.id===Ci).children=Mn,Ye({type:"forumsDetail/setForumsDetailData",payload:mn(He({},ao.forumsDetailData),{memo_replies:[...Ei]})})})})}}))))),bt.createElement(le.Z,null,bt.createElement(Vt.Z,{value:si.content})))}))}var kn=ui,hi=Xt(955),te=Object.defineProperty,Zn=Object.defineProperties,Zi=Object.getOwnPropertyDescriptors,Bt=Object.getOwnPropertySymbols,Ct=Object.prototype.hasOwnProperty,wt=Object.prototype.propertyIsEnumerable,At=(pn,Je,Ye)=>Je in pn?te(pn,Je,{enumerable:!0,configurable:!0,writable:!0,value:Ye}):pn[Je]=Ye,Gt=(pn,Je)=>{for(var Ye in Je||(Je={}))Ct.call(Je,Ye)&&At(pn,Ye,Je[Ye]);if(Bt)for(var Ye of Bt(Je))wt.call(Je,Ye)&&At(pn,Ye,Je[Ye]);return pn},Mt=(pn,Je)=>Zn(pn,Zi(Je)),xe=(pn,Je)=>{var Ye={};for(var In in pn)Ct.call(pn,In)&&Je.indexOf(In)<0&&(Ye[In]=pn[In]);if(pn!=null&&Bt)for(var In of Bt(pn))Je.indexOf(In)<0&&wt.call(pn,In)&&(Ye[In]=pn[In]);return Ye},we=(pn,Je,Ye)=>new Promise((In,Ci)=>{var Ei=ve=>{try{si(Ye.next(ve))}catch(de){Ci(de)}},ao=ve=>{try{si(Ye.throw(ve))}catch(de){Ci(de)}},si=ve=>ve.done?In(ve.value):Promise.resolve(ve.value).then(Ei,ao);si((Ye=Ye.apply(pn,Je)).next())});zt().locale("ZH-cn");const sn=(pn,Je)=>{var Ye=pn,{user:In,forumsDetail:Ci,globalSetting:Ei,loading:ao,dispatch:si,handleClick:ve}=Ye,de=xe(Ye,["user","forumsDetail","globalSetting","loading","dispatch","handleClick"]);const{memo:re,memo_replies:Sn}=Ci.forumsDetailData||{},Mn=(0,ae.useParams)(),[Un,be]=(0,bt.useState)(""),[dn,fe]=(0,bt.useState)(""),[ce,yn]=(0,bt.useState)(-1),[_t,Fe]=(0,bt.useState)(!1),[ln,Fn]=(0,bt.useState)(1),[Le,ke]=(0,bt.useState)(!1);(0,bt.useImperativeHandle)(Je,()=>({onMdFouch:_n})),(0,bt.useEffect)(()=>{Fe((re==null?void 0:re.replies_count)>10)},[re==null?void 0:re.replies_count]);const Ke=()=>we(void 0,null,function*(){var on;const rn=ln+1;Fn(rn);const vn=yield(0,ze.z5)({id:Mn.memoId,page:rn});vn!=null&&vn.memo_replies&&(si({type:"forumsDetail/setForumsDetailData",payload:Mt(Gt({},Ci.forumsDetailData),{memo_replies:[...Sn,...vn.memo_replies]})}),Fe(((on=vn.memo_replies)==null?void 0:on.length)===10))}),Ln=on=>{var rn,vn,$n,Qn;return Mt(Gt({},on),{image_url:(rn=In.userInfo)==null?void 0:rn.image_url,children:[],user_id:(vn=In.userInfo)==null?void 0:vn.user_id,user_login:($n=In.userInfo)==null?void 0:$n.login,username:(Qn=In.userInfo)==null?void 0:Qn.username,time:`${(0,hi.li)((new Date().getTime()-new Date(on.created_at).getTime())/1e3)}\u524D`})},_n=()=>{ke(!0)};return bt.createElement("section",{className:Bn.wrap},!!(Sn!=null&&Sn.length)&&bt.createElement("aside",{className:Bn.content},bt.createElement("div",{style:{padding:"10px 15px 5px 15px",justifyContent:"space-between",display:"flex"}},bt.createElement("span",null,"\u5168\u90E8\u56DE\u590D\uFF08",re.replies_count,"\uFF09")),bt.createElement("aside",{className:Bn.replyList},Sn==null?void 0:Sn.map(function(on,rn){var vn;return bt.createElement(Oe.Z,{gutter:[12,12],key:rn},bt.createElement(le.Z,{flex:"40px"},bt.createElement("a",{href:`/users/${on.user_login}`,target:"_blank"},bt.createElement("img",{alt:"\u7528\u6237\u5934\u50CF",width:"50",height:"50",src:`${Ce.Z.IMG_SERVER}/images/${on==null?void 0:on.image_url}`}))),bt.createElement(le.Z,{flex:"1"},bt.createElement(Oe.Z,{align:"middle"},bt.createElement(le.Z,{span:24},bt.createElement("a",{href:`/users/${on.user_login}`,target:"_blank"},bt.createElement("span",{className:"c-light-black"},on==null?void 0:on.username)),bt.createElement("span",{className:"c-light-black ml10"},on.time)),bt.createElement(le.Z,{span:24},bt.createElement("div",{onClick:ve},bt.createElement(Vt.Z,{value:on.content}))),!!((vn=on==null?void 0:on.children)!=null&&vn.length)&&bt.createElement(kn,{user:In,id:on==null?void 0:on.id,vlist:on==null?void 0:on.children,dispatch:si,params:Mn,memo_replies:Sn,forumsDetail:Ci}),bt.createElement(le.Z,{span:24,className:"mt5 c-light-black"},ce===rn?bt.createElement("aside",null,bt.createElement(Nn.Z,{onChange:$n=>{fe($n)},height:150,isFocus:!0,placeholder:"\u6211\u8981\u56DE\u590D..."}),bt.createElement(Oe.Z,null,bt.createElement(le.Z,{span:24,className:"tr"},bt.createElement(ue.ZP,{type:"primary",size:"middle",onClick:()=>we(this,null,function*(){if(dn==="")$t.ZP.error("\u8BF7\u8F93\u5165\u5185\u5BB9");else{const $n=yield(0,ze.ts)({parent_id:on.id,content:dn});fe(null),$n&&(yn(-1),Sn.find(Qn=>Qn.id===$n.parent_id).children.push(Ln($n)),si({type:"forumsDetail/setForumsDetailData",payload:Mt(Gt({},Ci.forumsDetailData),{memo:Mt(Gt({},re),{replies_count:re.replies_count+1}),memo_replies:[...Sn]})}))}})},"\u53D1\u9001")))):bt.createElement("div",{className:"tr"},bt.createElement("span",{className:"iconfont icon-huifu1 mr15 ml30 current",onClick:()=>yn(rn)}),bt.createElement(Ve.Z,{title:on.user_praise?"\u53D6\u6D88\u70B9\u8D5E":"\u70B9\u8D5E"},bt.createElement("span",{className:on.user_praise?"c-orange":"c-gery-888"},bt.createElement("i",{className:"iconfont icon-dianzan mr3 current",onClick:()=>we(this,null,function*(){const $n=yield(0,ze.vL)({id:on.id,container_type:"Memo",type:on.user_praise?0:1});($n==null?void 0:$n.praise_count)>=0&&(Sn.find(Qn=>Qn.id===on.id).user_praise=!on.user_praise,Sn.find(Qn=>Qn.id===on.id).praise_count=$n==null?void 0:$n.praise_count,si({type:"forumsDetail/setForumsDetailData",payload:Mt(Gt({},Ci.forumsDetailData),{memo_replies:[...Sn]})}))})}),on.praise_count>0?on.praise_count:"")))))))}))),_t&&bt.createElement("aside",{className:"bg-white pb20",style:{display:"flex",justifyContent:"center"}},bt.createElement(Oe.Z,{justify:"space-between"},bt.createElement(le.Z,null),bt.createElement(le.Z,null,_t&&bt.createElement("a",{className:"c-black",onClick:Ke},"\u67E5\u770B\u66F4\u591A\u8BC4\u8BBA")))),bt.createElement("aside",{className:Bn.reply},bt.createElement(Nn.Z,{onBlur:()=>ke(!1),isFocus:Le,defaultValue:Un,id:"writeForumsReviewId",onChange:on=>{be(on)},placeholder:"\u6211\u8981\u56DE\u590D...",height:240}),bt.createElement(Oe.Z,null,bt.createElement(le.Z,{flex:"1"}),bt.createElement(le.Z,null,bt.createElement(ue.ZP,{type:"primary",size:"middle",onClick:()=>we(void 0,null,function*(){if(Un==="")$t.ZP.error("\u8BF7\u8F93\u5165\u5185\u5BB9");else{const on=yield(0,ze.ts)({parent_id:re.id,content:Un});be(null),on&&si({type:"forumsDetail/setForumsDetailData",payload:Mt(Gt({},Ci.forumsDetailData),{memo:Mt(Gt({},re),{replies_count:re.replies_count+1}),memo_replies:[Ln(on),...Sn]})})}})},"\u53D1\u9001")))))};var Xe=(0,ae.connect)(({user:pn,forumsDetail:Je,loading:Ye,globalSetting:In})=>({user:pn,forumsDetail:Je,globalSetting:In,loading:Ye.models.forumsDetail}),null,null,{forwardRef:!0})((0,bt.forwardRef)(sn)),Te={wrap:"wrap___Soi3l",header:"header___vk3EC",title:"title___WJAyR",menu:"menu___yMPKF",top:"top___ZqzEM",line:"line___EQKlG",flexCenter:"flexCenter___Rcnhr",like:"like___uNtmq",canLike:"canLike___Lu04z",attachmentName:"attachmentName___nwdzp"},$e=Xt(87169),nn=Xt(61398),hn=Xt(34604),Dn=Object.defineProperty,We=Object.defineProperties,se=Object.getOwnPropertyDescriptors,Tn=Object.getOwnPropertySymbols,En=Object.prototype.hasOwnProperty,Hn=Object.prototype.propertyIsEnumerable,jn=(pn,Je,Ye)=>Je in pn?Dn(pn,Je,{enumerable:!0,configurable:!0,writable:!0,value:Ye}):pn[Je]=Ye,pi=(pn,Je)=>{for(var Ye in Je||(Je={}))En.call(Je,Ye)&&jn(pn,Ye,Je[Ye]);if(Tn)for(var Ye of Tn(Je))Hn.call(Je,Ye)&&jn(pn,Ye,Je[Ye]);return pn},Jn=(pn,Je)=>We(pn,se(Je)),Kn=(pn,Je)=>{var Ye={};for(var In in pn)En.call(pn,In)&&Je.indexOf(In)<0&&(Ye[In]=pn[In]);if(pn!=null&&Tn)for(var In of Tn(pn))Je.indexOf(In)<0&&Hn.call(pn,In)&&(Ye[In]=pn[In]);return Ye},qn=(pn,Je,Ye)=>new Promise((In,Ci)=>{var Ei=ve=>{try{si(Ye.next(ve))}catch(de){Ci(de)}},ao=ve=>{try{si(Ye.throw(ve))}catch(de){Ci(de)}},si=ve=>ve.done?In(ve.value):Promise.resolve(ve.value).then(Ei,ao);si((Ye=Ye.apply(pn,Je)).next())});const io={5:"\u6280\u672F\u5206\u4EAB",3:"\u64CD\u4F5C\u6307\u5357",16:"\u901A\u77E5\u516C\u544A"},Ni=pn=>{var Je=pn,{user:Ye,forumsDetail:In,globalSetting:Ci,loading:Ei,dispatch:ao}=Je,si=Kn(Je,["user","forumsDetail","globalSetting","loading","dispatch"]),ve,de,re,Sn,Mn;const{author_info:Un,memo:be,attachments_list:dn}=In.forumsDetailData||{},fe=(0,bt.useRef)(),ce=(0,bt.useRef)(),yn=()=>qn(void 0,null,function*(){const Ke={id:be.id,sticky:be.sticky?0:1},Ln=yield(0,ze.B0)(Ke);(Ln==null?void 0:Ln.status)===0&&ao({type:"forumsDetail/setForumsDetailData",payload:Jn(pi({},In.forumsDetailData),{memo:Jn(pi({},be),{sticky:!(be!=null&&be.sticky)})})})}),_t=()=>qn(void 0,null,function*(){const Ke=yield(0,ze.sW)({id:be==null?void 0:be.id});(Ke==null?void 0:Ke.status)===0&&($t.ZP.success("\u5220\u9664\u6210\u529F"),ae.history.push("/forums")),(Ke==null?void 0:Ke.status)===-1&&ae.history.push("/forums")}),Fe=()=>qn(void 0,null,function*(){ie.default.confirm({centered:!0,width:530,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u5956\u52B1\u8BBE\u7F6E",content:bt.createElement("div",{className:"font14 tc"},bt.createElement(qt.default,{defaultValue:fe.current,onChange:Ke=>fe.current=Ke.target.value})),onOk:()=>qn(void 0,null,function*(){const Ke=yield(0,ze.eh)({id:be==null?void 0:be.id,container_type:"Memo",score:fe.current?Number(fe.current):0,user_id:Un==null?void 0:Un.user_id});if(fe.current=null,(Ke==null?void 0:Ke.code)>0){ao({type:"forumsDetail/setForumsDetailData",payload:Jn(pi({},In.forumsDetailData),{memo:Jn(pi({},be),{reward:Ke==null?void 0:Ke.code})})}),$t.ZP.success("\u5956\u52B1\u6210\u529F");return}$t.ZP.success("\u5956\u52B1\u5931\u8D25\uFF0C\u8BF7\u8054\u7CFB\u7CFB\u7EDF\u7BA1\u7406\u5458\uFF01")})})}),ln=()=>{ce.current.onMdFouch&&ce.current.onMdFouch()},Fn=()=>qn(void 0,null,function*(){const Ke=yield(0,ze.vL)({id:be.id,container_type:"Memo",type:1});(Ke==null?void 0:Ke.praise_count)>=0&&ao({type:"forumsDetail/setForumsDetailData",payload:Jn(pi({},In.forumsDetailData),{memo:Jn(pi({},be),{user_praise:!(be!=null&&be.user_praise),memo_praise_count:Ke==null?void 0:Ke.praise_count})})})}),Le=bt.createElement(Re.default,{className:Te.menu},((ve=Ye.userInfo)==null?void 0:ve.admin)&&(be==null?void 0:be.sticky)&&bt.createElement(Re.default.Item,null,bt.createElement("a",{onClick:()=>yn()},"\u53D6\u6D88\u7F6E\u9876")),((de=Ye.userInfo)==null?void 0:de.admin)&&!(be!=null&&be.sticky)&&bt.createElement(Re.default.Item,null,bt.createElement("a",{onClick:()=>yn()},"\u7F6E\xA0\xA0\u9876")),bt.createElement(Re.default.Item,null,bt.createElement(ae.Link,{to:`/forums/${be==null?void 0:be.id}/edit`},"\u7F16\xA0\xA0\u8F91")),bt.createElement(Re.default.Item,null,bt.createElement("a",{onClick:()=>{ie.default.confirm({title:"\u63D0\u793A",icon:bt.createElement($e.Z,null),content:"\u5E16\u5B50\u5C06\u88AB\u5220\u9664\uFF0C\u65E0\u6CD5\u6062\u590D\u3002\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F",okText:"\u786E\u8BA4",onOk:()=>{_t()},cancelText:"\u53D6\u6D88"})}},"\u5220\xA0\xA0\u9664"))),ke=Ke=>{let{nodeName:Ln,src:_n}=Ke.target;Ln==="IMG"&&(hn.Z.publish("preview-image",_n),console.log("src:",_n))};return(0,bt.useEffect)(()=>{},[]),bt.createElement("section",{className:Te.wrap},bt.createElement(me.Z,{separator:"/",className:"mb5"},bt.createElement(me.Z.Item,null,bt.createElement(ae.Link,{to:`/forums/categories/${be==null?void 0:be.forum_id}`},io[be==null?void 0:be.forum_id])),bt.createElement(me.Z.Item,null,"\u8BE6\u60C5")),bt.createElement("header",{className:`bg-white pt40 pb40 pl30 pr30 ${Te.header}`},bt.createElement(Oe.Z,{align:"middle"},bt.createElement(le.Z,{flex:1,className:"font24 mb5"},bt.createElement("span",{className:Te.title},be==null?void 0:be.subject),(be==null?void 0:be.sticky)&&bt.createElement("span",{className:Te.top},"\u7F6E\u9876"),!!(be!=null&&be.reward)&&bt.createElement(Ve.Z,{placement:"bottom",title:`\u83B7\u5F97\u5E73\u53F0\u5956\u52B1\u91D1\u5E01\uFF1A${be==null?void 0:be.reward}`},bt.createElement("span",{className:"ml10 c-orange-ff7"},bt.createElement("i",{className:"iconfont icon-gift font16 mr5"}),bt.createElement("span",{className:"font14"},be==null?void 0:be.reward)))),bt.createElement(le.Z,null,(((re=Ye.userInfo)==null?void 0:re.admin)||((Sn=Ye.userInfo)==null?void 0:Sn.user_id)===(Un==null?void 0:Un.user_id))&&bt.createElement(un.Z,{dropdownRender:()=>Le},bt.createElement("i",{className:"fa fa-bars font-16 current c-grey-bcb"})))),bt.createElement(Oe.Z,{align:"middle",className:"font14"},bt.createElement(le.Z,{flex:1,className:"c-grey-999"},bt.createElement("span",null,zt()(be==null?void 0:be.time).fromNow()," \u66F4\u65B0")),bt.createElement(le.Z,{className:"c-grey-999"},((Mn=Ye.userInfo)==null?void 0:Mn.admin)&&bt.createElement(Ve.Z,{placement:"bottom",title:"\u5E16\u5B50\u5956\u52B1"},bt.createElement("span",{className:`current pr10 ${Te.line}`,onClick:Fe},bt.createElement("i",{className:"iconfont icon-jiangli font18 mr5"}))),bt.createElement("span",{className:`pr10 pl10 ${be!=null&&be.replies_count?Te.line:""}`},bt.createElement("i",{className:"iconfont icon-liulanyan font18 mr5"}),be==null?void 0:be.viewed_count),!!(be!=null&&be.replies_count)&&bt.createElement(Ve.Z,{placement:"bottom",title:"\u5199\u8BC4\u8BBA"},bt.createElement("span",{className:"current pl10",onClick:ln},bt.createElement("i",{className:"iconfont icon-huifu1 font18 mr5"}),be==null?void 0:be.replies_count))))),bt.createElement("main",{className:"bg-white pt40 pb40 pl40 pr40"},bt.createElement("div",{onClick:ke},bt.createElement(Vt.Z,{value:be==null?void 0:be.content})),bt.createElement("div",{className:"bg-white pl40 pr40 mt40"},bt.createElement("div",{className:`mt10 mb20 ${Te.flexCenter}`},bt.createElement("div",{className:`${Te.like} ${be!=null&&be.user_praise?"":Te.canLike}`,onClick:Fn},bt.createElement("i",{className:"iconfont icon-dianzan font18"}),bt.createElement("br",null),bt.createElement("span",null,be==null?void 0:be.memo_praise_count)))),!!(dn!=null&&dn.length)&&bt.createElement("div",{className:"mt40"},dn==null?void 0:dn.map(Ke=>bt.createElement("div",{className:`c-grey-888 ${Te.flexCenter}`},bt.createElement("i",{className:"iconfont icon-fujian mr10 font14 c-green-29b"}),bt.createElement("a",{href:Ke==null?void 0:Ke.url,title:Ke==null?void 0:Ke.title,className:`${Te.attachmentName} mr10`},Ke==null?void 0:Ke.title),bt.createElement("span",{className:"font12 c-grey-666 mt3"},Ke==null?void 0:Ke.filesize))))),bt.createElement(Xe,{ref:ce,handleClick:ke}),bt.createElement(nn.Z,null))};var so=(0,ae.connect)(({user:pn,forumsDetail:Je,loading:Ye,globalSetting:In})=>({user:pn,forumsDetail:Je,globalSetting:In,loading:Ye.effects}))(Ni),Ki={flex:"flex___fgmSn"},$i=Xt(29787),vo=Object.getOwnPropertySymbols,Do=Object.prototype.hasOwnProperty,qi=Object.prototype.propertyIsEnumerable,Ro=(pn,Je)=>{var Ye={};for(var In in pn)Do.call(pn,In)&&Je.indexOf(In)<0&&(Ye[In]=pn[In]);if(pn!=null&&vo)for(var In of vo(pn))Je.indexOf(In)<0&&qi.call(pn,In)&&(Ye[In]=pn[In]);return Ye},Mo=(pn,Je,Ye)=>new Promise((In,Ci)=>{var Ei=ve=>{try{si(Ye.next(ve))}catch(de){Ci(de)}},ao=ve=>{try{si(Ye.throw(ve))}catch(de){Ci(de)}},si=ve=>ve.done?In(ve.value):Promise.resolve(ve.value).then(Ei,ao);si((Ye=Ye.apply(pn,Je)).next())});const Ji=pn=>{var Je=pn,{forumsDetail:Ye,globalSetting:In,loading:Ci,dispatch:Ei}=Je,ao=Ro(Je,["forumsDetail","globalSetting","loading","dispatch"]);const si=(0,ae.useParams)(),[ve,de]=(0,bt.useState)(!1);(0,bt.useEffect)(()=>{re()},[si.memoId]);const re=()=>Mo(void 0,null,function*(){de(!0);let Sn=yield Ei({type:"forumsDetail/getForumsDetailData",payload:{id:si.memoId}});de(!1)});return bt.createElement($i.Z,{spinning:ve},bt.createElement("section",{className:`edu-container mb20 mt30 ${Ki.flex}`},bt.createElement(so,null),bt.createElement(Lt,null)))};var xt=(0,ae.connect)(({forumsDetail:pn,loading:Je,globalSetting:Ye})=>({forumsDetail:pn,globalSetting:Ye,loading:Je.models.forumsDetail}))(Ji)},24768:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{AL:function(){return Lt},Iy:function(){return Qe},Qv:function(){return Ft},ez:function(){return vt},jb:function(){return he}});var bt=Xt(32834),ae=Xt.n(bt),Ce=Xt(11690),Oe=Xt.n(Ce);let le=1;function ue(ie,qt){const Re=ie.match(/^(\s+)(?:```)/);if(Re===null)return qt;const me=Re[1];return qt.split(`
|
|
`).map(Ve=>{const un=Ve.match(/^\s+/);if(un===null)return Ve;const[Nn]=un;return Nn.length>=me.length?Ve.slice(me.length):Ve}).join(`
|
|
`)}let oe=[],ze=["<ul>"];const Pe=new(ae()).Renderer,Qt=/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/;function Qe(){oe.length=0,ze=["<ul>"]}const he={overflow:"hidden",WebkitBoxOrient:"vertical",display:"-webkit-box",WebkitLineClamp:2};function tn(ie,qt,Re,me){if(qt>=ie.length||ie[qt].level<=Re)return qt;var Ve=ie[qt];me.push("<li><a href='#"+le+Ve.anchor+"'>"+Ve.text+"</a>"),qt++;var un=[];return qt=tn(ie,qt,Ve.level,un),un.length>0&&(me.push("<ul>"),un.forEach(function(Nn){me.push(Nn)}),me.push("</ul>")),me.push("</li>"),qt=tn(ie,qt,Re,me),qt}function Ft(){return tn(oe,0,0,ze),ze.push("</ul>"),ze.join("")}const et={heading(ie){const qt=Qt.exec(ie);if(le+=1,qt)return{type:"heading",raw:qt[0],depth:qt[1].length,text:qt[2]}},fences(ie){const qt=this.rules.block.fences.exec(ie);if(qt){const Re=qt[0];let me=ue(Re,qt[3]||"");const Ve=qt[2]?qt[2].trim():qt[2];if(["latex","katex","math"].indexOf(Ve)>=0){const un=lt(),Nn=me;me=un,pt[un]={type:"block",expression:Nn}}return{type:"code",raw:Re,lang:Ve,text:me}}}},it=/(?:\${2})([^\n`]+?)(?:\${2})/gi;let ct=0;const lt=()=>`__special_katext_id_${ct++}__`;let pt={};function vt(){return pt}function Lt(){ct=0,pt={}}function Et(ie){return ie=ie.replace(it,(qt,Re)=>{const me=lt();return pt[me]={type:"inline",expression:Re},me}),ie}const zt=Pe.listitem;Pe.listitem=function(ie){return zt(Et(ie))};const Vt=Pe.paragraph;Pe.paragraph=function(ie){return Vt(Et(ie))};const $t=Pe.tablecell;Pe.tablecell=function(ie,qt){return $t(Et(ie),qt)},Pe.code=function(ie,qt,Re){const me=(qt||"").match(/\S*/)[0];return me?["latex","katex","math"].indexOf(me)>=0?`<p class='editormd-tex'>${ie}</p>`:`<pre class="prettyprint linenums"><code class="language-${qt}">${Re?ie:(0,Ce.escape)(ie,!0)}</code></pre>
|
|
`:'<pre class="prettyprint linenums"><code>'+(Re?ie:(0,Ce.escape)(ie,!0))+"</code></pre>"},Pe.heading=function(ie,qt,Re){let me=this.options.headerPrefix+Re.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return oe.push({anchor:me,level:qt,text:ie}),"<h"+qt+' id="'+le+me+'">'+ie+"</h"+qt+">"},ae().setOptions({silent:!0,gfm:!0,pedantic:!1}),ae().use({tokenizer:et,renderer:Pe}),Yn.ZP=ae()},99498:function(cn,Yn,Xt){(function(bt){bt(Xt(89780))})(function(bt){bt.defineOption("placeholder","",function(ze,Pe,Qt){var Qe=Qt&&Qt!=bt.Init;if(Pe&&!Qe)ze.on("blur",le),ze.on("change",ue),ze.on("swapDoc",ue),bt.on(ze.getInputField(),"compositionupdate",ze.state.placeholderCompose=function(){Oe(ze)}),ue(ze);else if(!Pe&&Qe){ze.off("blur",le),ze.off("change",ue),ze.off("swapDoc",ue),bt.off(ze.getInputField(),"compositionupdate",ze.state.placeholderCompose),ae(ze);var he=ze.getWrapperElement();he.className=he.className.replace(" CodeMirror-empty","")}Pe&&!ze.hasFocus()&&le(ze)});function ae(ze){ze.state.placeholder&&(ze.state.placeholder.parentNode.removeChild(ze.state.placeholder),ze.state.placeholder=null)}function Ce(ze){ae(ze);var Pe=ze.state.placeholder=document.createElement("pre");Pe.style.cssText="height: 0; overflow: visible",Pe.style.direction=ze.getOption("direction"),Pe.className="CodeMirror-placeholder CodeMirror-line-like";var Qt=ze.getOption("placeholder");typeof Qt=="string"&&(Qt=document.createTextNode(Qt)),Pe.appendChild(Qt),ze.display.lineSpace.insertBefore(Pe,ze.display.lineSpace.firstChild)}function Oe(ze){setTimeout(function(){var Pe=!1,Qt=ze.getInputField();Qt.nodeName=="TEXTAREA"?Pe=!Qt.value:ze.lineCount()==1&&(Pe=!/[^\u200b]/.test(Qt.querySelector(".CodeMirror-line").textContent)),Pe?Ce(ze):ae(ze)},20)}function le(ze){oe(ze)&&Ce(ze)}function ue(ze){var Pe=ze.getWrapperElement(),Qt=oe(ze);Pe.className=Pe.className.replace(" CodeMirror-empty","")+(Qt?" CodeMirror-empty":""),Qt?Ce(ze):ae(ze)}function oe(ze){return ze.lineCount()===1&&ze.getLine(0)===""}})},25717:function(cn,Yn,Xt){(function(bt){bt(Xt(89780))})(function(bt){var ae={pairs:`()[]{}''""`,closeBefore:`)]}'":;>`,triples:"",explode:"[]{}"},Ce=bt.Pos;bt.defineOption("autoCloseBrackets",!1,function(et,it,ct){ct&&ct!=bt.Init&&(et.removeKeyMap(le),et.state.closeBrackets=null),it&&(ue(Oe(it,"pairs")),et.state.closeBrackets=it,et.addKeyMap(le))});function Oe(et,it){return it=="pairs"&&typeof et=="string"?et:typeof et=="object"&&et[it]!=null?et[it]:ae[it]}var le={Backspace:Pe,Enter:Qt};function ue(et){for(var it=0;it<et.length;it++){var ct=et.charAt(it),lt="'"+ct+"'";le[lt]||(le[lt]=oe(ct))}}ue(ae.pairs+"`");function oe(et){return function(it){return he(it,et)}}function ze(et){var it=et.state.closeBrackets;if(!it||it.override)return it;var ct=et.getModeAt(et.getCursor());return ct.closeBrackets||it}function Pe(et){var it=ze(et);if(!it||et.getOption("disableInput"))return bt.Pass;for(var ct=Oe(it,"pairs"),lt=et.listSelections(),pt=0;pt<lt.length;pt++){if(!lt[pt].empty())return bt.Pass;var vt=tn(et,lt[pt].head);if(!vt||ct.indexOf(vt)%2!=0)return bt.Pass}for(var pt=lt.length-1;pt>=0;pt--){var Lt=lt[pt].head;et.replaceRange("",Ce(Lt.line,Lt.ch-1),Ce(Lt.line,Lt.ch+1),"+delete")}}function Qt(et){var it=ze(et),ct=it&&Oe(it,"explode");if(!ct||et.getOption("disableInput"))return bt.Pass;for(var lt=et.listSelections(),pt=0;pt<lt.length;pt++){if(!lt[pt].empty())return bt.Pass;var vt=tn(et,lt[pt].head);if(!vt||ct.indexOf(vt)%2!=0)return bt.Pass}et.operation(function(){var Lt=et.lineSeparator()||`
|
|
`;et.replaceSelection(Lt+Lt,null),et.execCommand("goCharLeft"),lt=et.listSelections();for(var Et=0;Et<lt.length;Et++){var zt=lt[Et].head.line;et.indentLine(zt,null,!0),et.indentLine(zt+1,null,!0)}})}function Qe(et){var it=bt.cmpPos(et.anchor,et.head)>0;return{anchor:new Ce(et.anchor.line,et.anchor.ch+(it?-1:1)),head:new Ce(et.head.line,et.head.ch+(it?1:-1))}}function he(et,it){var ct=ze(et);if(!ct||et.getOption("disableInput"))return bt.Pass;var lt=Oe(ct,"pairs"),pt=lt.indexOf(it);if(pt==-1)return bt.Pass;for(var vt=Oe(ct,"closeBefore"),Lt=Oe(ct,"triples"),Et=lt.charAt(pt+1)==it,zt=et.listSelections(),Vt=pt%2==0,$t,ie=0;ie<zt.length;ie++){var qt=zt[ie],Re=qt.head,me,Ve=et.getRange(Re,Ce(Re.line,Re.ch+1));if(Vt&&!qt.empty())me="surround";else if((Et||!Vt)&&Ve==it)Et&&Ft(et,Re)?me="both":Lt.indexOf(it)>=0&&et.getRange(Re,Ce(Re.line,Re.ch+3))==it+it+it?me="skipThree":me="skip";else if(Et&&Re.ch>1&&Lt.indexOf(it)>=0&&et.getRange(Ce(Re.line,Re.ch-2),Re)==it+it){if(Re.ch>2&&/\bstring/.test(et.getTokenTypeAt(Ce(Re.line,Re.ch-2))))return bt.Pass;me="addFour"}else if(Et){var un=Re.ch==0?" ":et.getRange(Ce(Re.line,Re.ch-1),Re);if(!bt.isWordChar(Ve)&&un!=it&&!bt.isWordChar(un))me="both";else return bt.Pass}else if(Vt&&(Ve.length===0||/\s/.test(Ve)||vt.indexOf(Ve)>-1))me="both";else return bt.Pass;if(!$t)$t=me;else if($t!=me)return bt.Pass}var Nn=pt%2?lt.charAt(pt-1):it,vi=pt%2?it:lt.charAt(pt+1);et.operation(function(){if($t=="skip")et.execCommand("goCharRight");else if($t=="skipThree")for(var Bn=0;Bn<3;Bn++)et.execCommand("goCharRight");else if($t=="surround"){for(var Ti=et.getSelections(),Bn=0;Bn<Ti.length;Bn++)Ti[Bn]=Nn+Ti[Bn]+vi;et.replaceSelections(Ti,"around"),Ti=et.listSelections().slice();for(var Bn=0;Bn<Ti.length;Bn++)Ti[Bn]=Qe(Ti[Bn]);et.setSelections(Ti)}else $t=="both"?(et.replaceSelection(Nn+vi,null),et.triggerElectric(Nn+vi),et.execCommand("goCharLeft")):$t=="addFour"&&(et.replaceSelection(Nn+Nn+Nn+Nn,"before"),et.execCommand("goCharRight"))})}function tn(et,it){var ct=et.getRange(Ce(it.line,it.ch-1),Ce(it.line,it.ch+1));return ct.length==2?ct:null}function Ft(et,it){var ct=et.getTokenAt(Ce(it.line,it.ch+1));return/\bstring/.test(ct.type)&&ct.start==it.ch&&(it.ch==0||!/\bstring/.test(et.getTokenTypeAt(it)))}})},6313:function(cn,Yn,Xt){(function(bt){bt(Xt(89780),Xt(32855))})(function(bt){bt.defineOption("autoCloseTags",!1,function(Pe,Qt,Qe){if(Qe!=bt.Init&&Qe&&Pe.removeKeyMap("autoCloseTags"),!!Qt){var he={name:"autoCloseTags"};(typeof Qt!="object"||Qt.whenClosing!==!1)&&(he["'/'"]=function(tn){return ue(tn)}),(typeof Qt!="object"||Qt.whenOpening!==!1)&&(he["'>'"]=function(tn){return Oe(tn)}),Pe.addKeyMap(he)}});var ae=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],Ce=["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 Oe(Pe){if(Pe.getOption("disableInput"))return bt.Pass;for(var Qt=Pe.listSelections(),Qe=[],he=Pe.getOption("autoCloseTags"),tn=0;tn<Qt.length;tn++){if(!Qt[tn].empty())return bt.Pass;var Ft=Qt[tn].head,et=Pe.getTokenAt(Ft),it=bt.innerMode(Pe.getMode(),et.state),ct=it.state,lt=it.mode.xmlCurrentTag&&it.mode.xmlCurrentTag(ct),pt=lt&<.name;if(!pt)return bt.Pass;var vt=it.mode.configuration=="html",Lt=typeof he=="object"&&he.dontCloseTags||vt&&ae,Et=typeof he=="object"&&he.indentTags||vt&&Ce;et.end>Ft.ch&&(pt=pt.slice(0,pt.length-et.end+Ft.ch));var zt=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||Lt&&oe(Lt,zt)>-1||ze(Pe,it.mode.xmlCurrentContext&&it.mode.xmlCurrentContext(ct)||[],pt,Ft,!0))return bt.Pass;var Vt=typeof he=="object"&&he.emptyTags;if(Vt&&oe(Vt,pt)>-1){Qe[tn]={text:"/>",newPos:bt.Pos(Ft.line,Ft.ch+2)};continue}var $t=Et&&oe(Et,zt)>-1;Qe[tn]={indent:$t,text:">"+($t?`
|
|
|
|
`:"")+"</"+pt+">",newPos:$t?bt.Pos(Ft.line+1,0):bt.Pos(Ft.line,Ft.ch+1)}}for(var ie=typeof he=="object"&&he.dontIndentOnAutoClose,tn=Qt.length-1;tn>=0;tn--){var qt=Qe[tn];Pe.replaceRange(qt.text,Qt[tn].head,Qt[tn].anchor,"+insert");var Re=Pe.listSelections().slice(0);Re[tn]={head:qt.newPos,anchor:qt.newPos},Pe.setSelections(Re),!ie&&qt.indent&&(Pe.indentLine(qt.newPos.line,null,!0),Pe.indentLine(qt.newPos.line+1,null,!0))}}function le(Pe,Qt){for(var Qe=Pe.listSelections(),he=[],tn=Qt?"/":"</",Ft=Pe.getOption("autoCloseTags"),et=typeof Ft=="object"&&Ft.dontIndentOnSlash,it=0;it<Qe.length;it++){if(!Qe[it].empty())return bt.Pass;var ct=Qe[it].head,lt=Pe.getTokenAt(ct),pt=bt.innerMode(Pe.getMode(),lt.state),vt=pt.state;if(Qt&&(lt.type=="string"||lt.string.charAt(0)!="<"||lt.start!=ct.ch-1))return bt.Pass;var Lt,Et=pt.mode.name!="xml"&&Pe.getMode().name=="htmlmixed";if(Et&&pt.mode.name=="javascript")Lt=tn+"script";else if(Et&&pt.mode.name=="css")Lt=tn+"style";else{var zt=pt.mode.xmlCurrentContext&&pt.mode.xmlCurrentContext(vt);if(!zt||zt.length&&ze(Pe,zt,zt[zt.length-1],ct))return bt.Pass;Lt=tn+zt[zt.length-1]}Pe.getLine(ct.line).charAt(lt.end)!=">"&&(Lt+=">"),he[it]=Lt}if(Pe.replaceSelections(he),Qe=Pe.listSelections(),!et)for(var it=0;it<Qe.length;it++)(it==Qe.length-1||Qe[it].head.line<Qe[it+1].head.line)&&Pe.indentLine(Qe[it].head.line)}function ue(Pe){return Pe.getOption("disableInput")?bt.Pass:le(Pe,!0)}bt.commands.closeTag=function(Pe){return le(Pe)};function oe(Pe,Qt){if(Pe.indexOf)return Pe.indexOf(Qt);for(var Qe=0,he=Pe.length;Qe<he;++Qe)if(Pe[Qe]==Qt)return Qe;return-1}function ze(Pe,Qt,Qe,he,tn){if(!bt.scanForClosingTag)return!1;var Ft=Math.min(Pe.lastLine()+1,he.line+500),et=bt.scanForClosingTag(Pe,he,null,Ft);if(!et||et.tag!=Qe)return!1;for(var it=tn?1:0,ct=Qt.length-1;ct>=0&&Qt[ct]==Qe;ct--)++it;he=et.to;for(var ct=1;ct<it;ct++){var lt=bt.scanForClosingTag(Pe,he,null,Ft);if(!lt||lt.tag!=Qe)return!1;he=lt.to}return!0}})},32855:function(cn,Yn,Xt){(function(bt){bt(Xt(89780))})(function(bt){"use strict";var ae=bt.Pos;function Ce(ct,lt){return ct.line-lt.line||ct.ch-lt.ch}var Oe="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",le=Oe+"-:.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",ue=new RegExp("<(/?)(["+Oe+"]["+le+"]*)","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(ae(ct.line,lt));return pt&&/\btag\b/.test(pt)}function Pe(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 Qe(ct){for(;;){var lt=ct.text.indexOf(">",ct.ch);if(lt==-1){if(Pe(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 he(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}ue.lastIndex=lt,ct.ch=lt;var pt=ue.exec(ct.text);if(pt&&pt.index==lt)return pt}}function tn(ct){for(;;){ue.lastIndex=ct.ch;var lt=ue.exec(ct.text);if(!lt){if(Pe(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=tn(ct),Lt,Et=ct.line,zt=ct.ch-(vt?vt[0].length:0);if(!vt||!(Lt=Qe(ct)))return;if(Lt!="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:ae(Et,zt),to:ae(ct.line,ct.ch)}}else pt.push(vt[2])}}function it(ct,lt){for(var pt=[];;){var vt=Ft(ct);if(!vt)return;if(vt=="selfClose"){he(ct);continue}var Lt=ct.line,Et=ct.ch,zt=he(ct);if(!zt)return;if(zt[1])pt.push(zt[2]);else{for(var Vt=pt.length-1;Vt>=0;--Vt)if(pt[Vt]==zt[2]){pt.length=Vt;break}if(Vt<0&&(!lt||lt==zt[2]))return{tag:zt[2],from:ae(ct.line,ct.ch),to:ae(Lt,Et)}}}}bt.registerHelper("fold","xml",function(ct,lt){for(var pt=new oe(ct,lt.line,0);;){var vt=tn(pt);if(!vt||pt.line!=lt.line)return;var Lt=Qe(pt);if(!Lt)return;if(!vt[1]&&Lt!="selfClose"){var Et=ae(pt.line,pt.ch),zt=et(pt,vt[2]);return zt&&Ce(zt.from,Et)>0?{from:Et,to:zt.from}:null}}}),bt.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 Lt=Qe(vt),Et=Lt&&ae(vt.line,vt.ch),zt=Lt&&he(vt);if(!(!Lt||!zt||Ce(vt,lt)>0)){var Vt={from:ae(vt.line,vt.ch),to:Et,tag:zt[2]};return Lt=="selfClose"?{open:Vt,close:null,at:"open"}:zt[1]?{open:it(vt,zt[2]),close:Vt,at:"close"}:(vt=new oe(ct,Et.line,Et.ch,pt),{open:Vt,close:et(vt,zt[2]),at:"open"})}}},bt.findEnclosingTag=function(ct,lt,pt,vt){for(var Lt=new oe(ct,lt.line,lt.ch,pt);;){var Et=it(Lt,vt);if(!Et)break;var zt=new oe(ct,lt.line,lt.ch,pt),Vt=et(zt,Et.tag);if(Vt)return{open:Et,close:Vt}}},bt.scanForClosingTag=function(ct,lt,pt,vt){var Lt=new oe(ct,lt.line,lt.ch,vt?{from:0,to:vt}:null);return et(Lt,pt)}})},89780:function(cn){(function(Yn,Xt){cn.exports=Xt()})(this,function(){"use strict";var Yn=navigator.userAgent,Xt=navigator.platform,bt=/gecko\/\d/i.test(Yn),ae=/MSIE \d/.test(Yn),Ce=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Yn),Oe=/Edge\/(\d+)/.exec(Yn),le=ae||Ce||Oe,ue=le&&(ae?document.documentMode||6:+(Oe||Ce)[1]),oe=!Oe&&/WebKit\//.test(Yn),ze=oe&&/Qt\/\d+\.\d+/.test(Yn),Pe=!Oe&&/Chrome\//.test(Yn),Qt=/Opera\//.test(Yn),Qe=/Apple Computer/.test(navigator.vendor),he=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(Yn),tn=/PhantomJS/.test(Yn),Ft=!Oe&&/AppleWebKit/.test(Yn)&&/Mobile\/\w+/.test(Yn),et=/Android/.test(Yn),it=Ft||et||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(Yn),ct=Ft||/Mac/.test(Xt),lt=/\bCrOS\b/.test(Yn),pt=/win/i.test(Xt),vt=Qt&&Yn.match(/Version\/(\d*\.\d*)/);vt&&(vt=Number(vt[1])),vt&&vt>=15&&(Qt=!1,oe=!0);var Lt=ct&&(ze||Qt&&(vt==null||vt<12.11)),Et=bt||le&&ue>=9;function zt(nt){return new RegExp("(^|\\s)"+nt+"(?:$|\\s)\\s*")}var Vt=function(nt,st){var dt=nt.className,ht=zt(st).exec(dt);if(ht){var gt=dt.slice(ht.index+ht[0].length);nt.className=dt.slice(0,ht.index)+(gt?ht[1]+gt:"")}};function $t(nt){for(var st=nt.childNodes.length;st>0;--st)nt.removeChild(nt.firstChild);return nt}function ie(nt,st){return $t(nt).appendChild(st)}function qt(nt,st,dt,ht){var gt=document.createElement(nt);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 Re(nt,st,dt,ht){var gt=qt(nt,st,dt,ht);return gt.setAttribute("role","presentation"),gt}var me;document.createRange?me=function(nt,st,dt,ht){var gt=document.createRange();return gt.setEnd(ht||nt,dt),gt.setStart(nt,st),gt}:me=function(nt,st,dt){var ht=document.body.createTextRange();try{ht.moveToElementText(nt.parentNode)}catch(gt){return ht}return ht.collapse(!0),ht.moveEnd("character",dt),ht.moveStart("character",st),ht};function Ve(nt,st){if(st.nodeType==3&&(st=st.parentNode),nt.contains)return nt.contains(st);do if(st.nodeType==11&&(st=st.host),st==nt)return!0;while(st=st.parentNode)}function un(){var nt;try{nt=document.activeElement}catch(st){nt=document.body||null}for(;nt&&nt.shadowRoot&&nt.shadowRoot.activeElement;)nt=nt.shadowRoot.activeElement;return nt}function Nn(nt,st){var dt=nt.className;zt(st).test(dt)||(nt.className+=(dt?" ":"")+st)}function vi(nt,st){for(var dt=nt.split(" "),ht=0;ht<dt.length;ht++)dt[ht]&&!zt(dt[ht]).test(st)&&(st+=" "+dt[ht]);return st}var Bn=function(nt){nt.select()};Ft?Bn=function(nt){nt.selectionStart=0,nt.selectionEnd=nt.value.length}:le&&(Bn=function(nt){try{nt.select()}catch(st){}});function Ti(nt){var st=Array.prototype.slice.call(arguments,1);return function(){return nt.apply(null,st)}}function ni(nt,st,dt){st||(st={});for(var ht in nt)nt.hasOwnProperty(ht)&&(dt!==!1||!st.hasOwnProperty(ht))&&(st[ht]=nt[ht]);return st}function ge(nt,st,dt,ht,gt){st==null&&(st=nt.search(/[^\s\u00a0]/),st==-1&&(st=nt.length));for(var Pt=ht||0,Tt=gt||0;;){var Rt=nt.indexOf(" ",Pt);if(Rt<0||Rt>=st)return Tt+(st-Pt);Tt+=Rt-Pt,Tt+=dt-Tt%dt,Pt=Rt+1}}var Kt=function(){this.id=null,this.f=null,this.time=0,this.handler=Ti(this.onTimeout,this)};Kt.prototype.onTimeout=function(nt){nt.id=0,nt.time<=+new Date?nt.f():setTimeout(nt.handler,nt.time-+new Date)},Kt.prototype.set=function(nt,st){this.f=st;var dt=+new Date+nt;(!this.id||dt<this.time)&&(clearTimeout(this.id),this.id=setTimeout(this.handler,nt),this.time=dt)};function wn(nt,st){for(var dt=0;dt<nt.length;++dt)if(nt[dt]==st)return dt;return-1}var di=50,gi={toString:function(){return"CodeMirror.Pass"}},He={scroll:!1},mn={origin:"*mouse"},An={origin:"+move"};function ui(nt,st,dt){for(var ht=0,gt=0;;){var Pt=nt.indexOf(" ",ht);Pt==-1&&(Pt=nt.length);var Tt=Pt-ht;if(Pt==nt.length||gt+Tt>=st)return ht+Math.min(Tt,st-gt);if(gt+=Pt-ht,gt+=dt-gt%dt,ht=Pt+1,gt>=st)return ht}}var kn=[""];function hi(nt){for(;kn.length<=nt;)kn.push(te(kn)+" ");return kn[nt]}function te(nt){return nt[nt.length-1]}function Zn(nt,st){for(var dt=[],ht=0;ht<nt.length;ht++)dt[ht]=st(nt[ht],ht);return dt}function Zi(nt,st,dt){for(var ht=0,gt=dt(st);ht<nt.length&&dt(nt[ht])<=gt;)ht++;nt.splice(ht,0,st)}function Bt(){}function Ct(nt,st){var dt;return Object.create?dt=Object.create(nt):(Bt.prototype=nt,dt=new Bt),st&&ni(st,dt),dt}var wt=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;function At(nt){return/\w/.test(nt)||nt>"\x80"&&(nt.toUpperCase()!=nt.toLowerCase()||wt.test(nt))}function Gt(nt,st){return st?st.source.indexOf("\\w")>-1&&At(nt)?!0:st.test(nt):At(nt)}function Mt(nt){for(var st in nt)if(nt.hasOwnProperty(st)&&nt[st])return!1;return!0}var xe=/[\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(nt){return nt.charCodeAt(0)>=768&&xe.test(nt)}function sn(nt,st,dt){for(;(dt<0?st>0:st<nt.length)&&we(nt.charAt(st));)st+=dt;return st}function Xe(nt,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 nt(Pt)?st:dt;nt(Pt)?dt=Pt:st=Pt+ht}}function Te(nt,st,dt,ht){if(!nt)return ht(st,dt,"ltr",0);for(var gt=!1,Pt=0;Pt<nt.length;++Pt){var Tt=nt[Pt];(Tt.from<dt&&Tt.to>st||st==dt&&Tt.to==st)&&(ht(Math.max(Tt.from,st),Math.min(Tt.to,dt),Tt.level==1?"rtl":"ltr",Pt),gt=!0)}gt||ht(st,dt,"ltr")}var $e=null;function nn(nt,st,dt){var ht;$e=null;for(var gt=0;gt<nt.length;++gt){var Pt=nt[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 hn=function(){var nt="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",st="nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111";function dt(Yt){return Yt<=247?nt.charAt(Yt):1424<=Yt&&Yt<=1524?"R":1536<=Yt&&Yt<=1785?st.charAt(Yt-1536):1774<=Yt&&Yt<=2220?"r":8192<=Yt&&Yt<=8203?"w":Yt==8204?"b":"L"}var ht=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,gt=/[stwN]/,Pt=/[LRr]/,Tt=/[Lb1n]/,Rt=/[1n]/;function Dt(Yt,pe,Zt){this.level=Yt,this.from=pe,this.to=Zt}return function(Yt,pe){var Zt=pe=="ltr"?"L":"R";if(Yt.length==0||pe=="ltr"&&!ht.test(Yt))return!1;for(var Ae=Yt.length,Ee=[],xn=0;xn<Ae;++xn)Ee.push(dt(Yt.charCodeAt(xn)));for(var Cn=0,Rn=Zt;Cn<Ae;++Cn){var ri=Ee[Cn];ri=="m"?Ee[Cn]=Rn:Rn=ri}for(var Mi=0,yi=Zt;Mi<Ae;++Mi){var Di=Ee[Mi];Di=="1"&&yi=="r"?Ee[Mi]="n":Pt.test(Di)&&(yi=Di,Di=="r"&&(Ee[Mi]="R"))}for(var ro=1,mi=Ee[0];ro<Ae-1;++ro){var ko=Ee[ro];ko=="+"&&mi=="1"&&Ee[ro+1]=="1"?Ee[ro]="1":ko==","&&mi==Ee[ro+1]&&(mi=="1"||mi=="n")&&(Ee[ro]=mi),mi=ko}for(var Cr=0;Cr<Ae;++Cr){var hs=Ee[Cr];if(hs==",")Ee[Cr]="N";else if(hs=="%"){var Fr=void 0;for(Fr=Cr+1;Fr<Ae&&Ee[Fr]=="%";++Fr);for(var pa=Cr&&Ee[Cr-1]=="!"||Fr<Ae&&Ee[Fr]=="1"?"1":"N",Vs=Cr;Vs<Fr;++Vs)Ee[Vs]=pa;Cr=Fr-1}}for(var ns=0,ka=Zt;ns<Ae;++ns){var Rs=Ee[ns];ka=="L"&&Rs=="1"?Ee[ns]="L":Pt.test(Rs)&&(ka=Rs)}for(var is=0;is<Ae;++is)if(gt.test(Ee[is])){var Qo=void 0;for(Qo=is+1;Qo<Ae&>.test(Ee[Qo]);++Qo);for(var Dr=(is?Ee[is-1]:Zt)=="L",xs=(Qo<Ae?Ee[Qo]:Zt)=="L",zs=Dr==xs?Dr?"L":"R":Zt,dl=is;dl<Qo;++dl)Ee[dl]=zs;is=Qo-1}for(var Ar=[],el,jr=0;jr<Ae;)if(Tt.test(Ee[jr])){var yf=jr;for(++jr;jr<Ae&&Tt.test(Ee[jr]);++jr);Ar.push(new Dt(0,yf,jr))}else{var Ha=jr,Ma=Ar.length,ma=pe=="rtl"?1:0;for(++jr;jr<Ae&&Ee[jr]!="L";++jr);for(var gr=Ha;gr<jr;)if(Rt.test(Ee[gr])){Ha<gr&&(Ar.splice(Ma,0,new Dt(1,Ha,gr)),Ma+=ma);var Ps=gr;for(++gr;gr<jr&&Rt.test(Ee[gr]);++gr);Ar.splice(Ma,0,new Dt(2,Ps,gr)),Ma+=ma,Ha=gr}else++gr;Ha<jr&&Ar.splice(Ma,0,new Dt(1,Ha,jr))}return pe=="ltr"&&(Ar[0].level==1&&(el=Yt.match(/^\s+/))&&(Ar[0].from=el[0].length,Ar.unshift(new Dt(0,0,el[0].length))),te(Ar).level==1&&(el=Yt.match(/\s+$/))&&(te(Ar).to-=el[0].length,Ar.push(new Dt(0,Ae-el[0].length,Ae)))),pe=="rtl"?Ar.reverse():Ar}}();function Dn(nt,st){var dt=nt.order;return dt==null&&(dt=nt.order=hn(nt.text,st)),dt}var We=[],se=function(nt,st,dt){if(nt.addEventListener)nt.addEventListener(st,dt,!1);else if(nt.attachEvent)nt.attachEvent("on"+st,dt);else{var ht=nt._handlers||(nt._handlers={});ht[st]=(ht[st]||We).concat(dt)}};function Tn(nt,st){return nt._handlers&&nt._handlers[st]||We}function En(nt,st,dt){if(nt.removeEventListener)nt.removeEventListener(st,dt,!1);else if(nt.detachEvent)nt.detachEvent("on"+st,dt);else{var ht=nt._handlers,gt=ht&&ht[st];if(gt){var Pt=wn(gt,dt);Pt>-1&&(ht[st]=gt.slice(0,Pt).concat(gt.slice(Pt+1)))}}}function Hn(nt,st){var dt=Tn(nt,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 jn(nt,st,dt){return typeof st=="string"&&(st={type:st,preventDefault:function(){this.defaultPrevented=!0}}),Hn(nt,dt||st.type,nt,st),Ni(st)||st.codemirrorIgnore}function pi(nt){var st=nt._handlers&&nt._handlers.cursorActivity;if(st)for(var dt=nt.curOp.cursorActivityHandlers||(nt.curOp.cursorActivityHandlers=[]),ht=0;ht<st.length;++ht)wn(dt,st[ht])==-1&&dt.push(st[ht])}function Jn(nt,st){return Tn(nt,st).length>0}function Kn(nt){nt.prototype.on=function(st,dt){se(this,st,dt)},nt.prototype.off=function(st,dt){En(this,st,dt)}}function qn(nt){nt.preventDefault?nt.preventDefault():nt.returnValue=!1}function io(nt){nt.stopPropagation?nt.stopPropagation():nt.cancelBubble=!0}function Ni(nt){return nt.defaultPrevented!=null?nt.defaultPrevented:nt.returnValue==!1}function so(nt){qn(nt),io(nt)}function Ki(nt){return nt.target||nt.srcElement}function $i(nt){var st=nt.which;return st==null&&(nt.button&1?st=1:nt.button&2?st=3:nt.button&4&&(st=2)),ct&&nt.ctrlKey&&st==1&&(st=3),st}var vo=function(){if(le&&ue<9)return!1;var nt=qt("div");return"draggable"in nt||"dragDrop"in nt}(),Do;function qi(nt){if(Do==null){var st=qt("span","\u200B");ie(nt,qt("span",[st,document.createTextNode("x")])),nt.firstChild.offsetHeight!=0&&(Do=st.offsetWidth<=1&&st.offsetHeight>2&&!(le&&ue<8))}var dt=Do?qt("span","\u200B"):qt("span","\xA0",null,"display: inline-block; width: 1px; margin-right: -1px");return dt.setAttribute("cm-text",""),dt}var Ro;function Mo(nt){if(Ro!=null)return Ro;var st=ie(nt,document.createTextNode("A\u062EA")),dt=me(st,0,1).getBoundingClientRect(),ht=me(st,1,2).getBoundingClientRect();return $t(nt),!dt||dt.left==dt.right?!1:Ro=ht.right-dt.right<3}var Ji=`
|
|
|
|
b`.split(/\n/).length!=3?function(nt){for(var st=0,dt=[],ht=nt.length;st<=ht;){var gt=nt.indexOf(`
|
|
`,st);gt==-1&&(gt=nt.length);var Pt=nt.slice(st,nt.charAt(gt-1)=="\r"?gt-1:gt),Tt=Pt.indexOf("\r");Tt!=-1?(dt.push(Pt.slice(0,Tt)),st+=Tt+1):(dt.push(Pt),st=gt+1)}return dt}:function(nt){return nt.split(/\r\n?|\n/)},xt=window.getSelection?function(nt){try{return nt.selectionStart!=nt.selectionEnd}catch(st){return!1}}:function(nt){var st;try{st=nt.ownerDocument.selection.createRange()}catch(dt){}return!st||st.parentElement()!=nt?!1:st.compareEndPoints("StartToEnd",st)!=0},pn=function(){var nt=qt("div");return"oncopy"in nt?!0:(nt.setAttribute("oncopy","return;"),typeof nt.oncopy=="function")}(),Je=null;function Ye(nt){if(Je!=null)return Je;var st=ie(nt,qt("span","x")),dt=st.getBoundingClientRect(),ht=me(st,0,1).getBoundingClientRect();return Je=Math.abs(dt.left-ht.left)>1}var In={},Ci={};function Ei(nt,st){arguments.length>2&&(st.dependencies=Array.prototype.slice.call(arguments,2)),In[nt]=st}function ao(nt,st){Ci[nt]=st}function si(nt){if(typeof nt=="string"&&Ci.hasOwnProperty(nt))nt=Ci[nt];else if(nt&&typeof nt.name=="string"&&Ci.hasOwnProperty(nt.name)){var st=Ci[nt.name];typeof st=="string"&&(st={name:st}),nt=Ct(st,nt),nt.name=st.name}else{if(typeof nt=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test(nt))return si("application/xml");if(typeof nt=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test(nt))return si("application/json")}return typeof nt=="string"?{name:nt}:nt||{name:"null"}}function ve(nt,st){st=si(st);var dt=In[st.name];if(!dt)return ve(nt,"text/plain");var ht=dt(nt,st);if(de.hasOwnProperty(st.name)){var gt=de[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 Tt in st.modeProps)ht[Tt]=st.modeProps[Tt];return ht}var de={};function re(nt,st){var dt=de.hasOwnProperty(nt)?de[nt]:de[nt]={};ni(st,dt)}function Sn(nt,st){if(st===!0)return st;if(nt.copyState)return nt.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 Mn(nt,st){for(var dt;nt.innerMode&&(dt=nt.innerMode(st),!(!dt||dt.mode==nt));)st=dt.state,nt=dt.mode;return dt||{mode:nt,state:st}}function Un(nt,st,dt){return nt.startState?nt.startState(st,dt):!0}var be=function(nt,st,dt){this.pos=this.start=0,this.string=nt,this.tabSize=st||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=dt};be.prototype.eol=function(){return this.pos>=this.string.length},be.prototype.sol=function(){return this.pos==this.lineStart},be.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},be.prototype.next=function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},be.prototype.eat=function(nt){var st=this.string.charAt(this.pos),dt;if(typeof nt=="string"?dt=st==nt:dt=st&&(nt.test?nt.test(st):nt(st)),dt)return++this.pos,st},be.prototype.eatWhile=function(nt){for(var st=this.pos;this.eat(nt););return this.pos>st},be.prototype.eatSpace=function(){for(var nt=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>nt},be.prototype.skipToEnd=function(){this.pos=this.string.length},be.prototype.skipTo=function(nt){var st=this.string.indexOf(nt,this.pos);if(st>-1)return this.pos=st,!0},be.prototype.backUp=function(nt){this.pos-=nt},be.prototype.column=function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=ge(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?ge(this.string,this.lineStart,this.tabSize):0)},be.prototype.indentation=function(){return ge(this.string,null,this.tabSize)-(this.lineStart?ge(this.string,this.lineStart,this.tabSize):0)},be.prototype.match=function(nt,st,dt){if(typeof nt=="string"){var ht=function(Tt){return dt?Tt.toLowerCase():Tt},gt=this.string.substr(this.pos,nt.length);if(ht(gt)==ht(nt))return st!==!1&&(this.pos+=nt.length),!0}else{var Pt=this.string.slice(this.pos).match(nt);return Pt&&Pt.index>0?null:(Pt&&st!==!1&&(this.pos+=Pt[0].length),Pt)}},be.prototype.current=function(){return this.string.slice(this.start,this.pos)},be.prototype.hideFirstChars=function(nt,st){this.lineStart+=nt;try{return st()}finally{this.lineStart-=nt}},be.prototype.lookAhead=function(nt){var st=this.lineOracle;return st&&st.lookAhead(nt)},be.prototype.baseToken=function(){var nt=this.lineOracle;return nt&&nt.baseToken(this.pos)};function dn(nt,st){if(st-=nt.first,st<0||st>=nt.size)throw new Error("There is no line "+(st+nt.first)+" in the document.");for(var dt=nt;!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 fe(nt,st,dt){var ht=[],gt=st.line;return nt.iter(st.line,dt.line+1,function(Pt){var Tt=Pt.text;gt==dt.line&&(Tt=Tt.slice(0,dt.ch)),gt==st.line&&(Tt=Tt.slice(st.ch)),ht.push(Tt),++gt}),ht}function ce(nt,st,dt){var ht=[];return nt.iter(st,dt,function(gt){ht.push(gt.text)}),ht}function yn(nt,st){var dt=st-nt.height;if(dt)for(var ht=nt;ht;ht=ht.parent)ht.height+=dt}function _t(nt){if(nt.parent==null)return null;for(var st=nt.parent,dt=wn(st.lines,nt),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 Fe(nt,st){var dt=nt.first;t:do{for(var ht=0;ht<nt.children.length;++ht){var gt=nt.children[ht],Pt=gt.height;if(st<Pt){nt=gt;continue t}st-=Pt,dt+=gt.chunkSize()}return dt}while(!nt.lines);for(var Tt=0;Tt<nt.lines.length;++Tt){var Rt=nt.lines[Tt],Dt=Rt.height;if(st<Dt)break;st-=Dt}return dt+Tt}function ln(nt,st){return st>=nt.first&&st<nt.first+nt.size}function Fn(nt,st){return String(nt.lineNumberFormatter(st+nt.firstLineNumber))}function Le(nt,st,dt){if(dt===void 0&&(dt=null),!(this instanceof Le))return new Le(nt,st,dt);this.line=nt,this.ch=st,this.sticky=dt}function ke(nt,st){return nt.line-st.line||nt.ch-st.ch}function Ke(nt,st){return nt.sticky==st.sticky&&ke(nt,st)==0}function Ln(nt){return Le(nt.line,nt.ch)}function _n(nt,st){return ke(nt,st)<0?st:nt}function on(nt,st){return ke(nt,st)<0?nt:st}function rn(nt,st){return Math.max(nt.first,Math.min(st,nt.first+nt.size-1))}function vn(nt,st){if(st.line<nt.first)return Le(nt.first,0);var dt=nt.first+nt.size-1;return st.line>dt?Le(dt,dn(nt,dt).text.length):$n(st,dn(nt,st.line).text.length)}function $n(nt,st){var dt=nt.ch;return dt==null||dt>st?Le(nt.line,st):dt<0?Le(nt.line,0):nt}function Qn(nt,st){for(var dt=[],ht=0;ht<st.length;ht++)dt[ht]=vn(nt,st[ht]);return dt}var Pi=function(nt,st){this.state=nt,this.lookAhead=st},Ne=function(nt,st,dt,ht){this.state=st,this.doc=nt,this.line=dt,this.maxLookAhead=ht||0,this.baseTokens=null,this.baseTokenPos=1};Ne.prototype.lookAhead=function(nt){var st=this.doc.getLine(this.line+nt);return st!=null&&nt>this.maxLookAhead&&(this.maxLookAhead=nt),st},Ne.prototype.baseToken=function(nt){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=nt;)this.baseTokenPos+=2;var st=this.baseTokens[this.baseTokenPos+1];return{type:st&&st.replace(/( |^)overlay .*/,""),size:this.baseTokens[this.baseTokenPos]-nt}},Ne.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},Ne.fromSaved=function(nt,st,dt){return st instanceof Pi?new Ne(nt,Sn(nt.mode,st.state),dt,st.lookAhead):new Ne(nt,Sn(nt.mode,st),dt)},Ne.prototype.save=function(nt){var st=nt!==!1?Sn(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new Pi(st,this.maxLookAhead):st};function Po(nt,st,dt,ht){var gt=[nt.state.modeGen],Pt={};Fi(nt,st.text,nt.doc.mode,dt,function(Yt,pe){return gt.push(Yt,pe)},Pt,ht);for(var Tt=dt.state,Rt=function(Yt){dt.baseTokens=gt;var pe=nt.state.overlays[Yt],Zt=1,Ae=0;dt.state=!0,Fi(nt,st.text,pe.mode,dt,function(Ee,xn){for(var Cn=Zt;Ae<Ee;){var Rn=gt[Zt];Rn>Ee&>.splice(Zt,1,Ee,gt[Zt+1],Rn),Zt+=2,Ae=Math.min(Ee,Rn)}if(xn)if(pe.opaque)gt.splice(Cn,Zt-Cn,Ee,"overlay "+xn),Zt=Cn+2;else for(;Cn<Zt;Cn+=2){var ri=gt[Cn+1];gt[Cn+1]=(ri?ri+" ":"")+"overlay "+xn}},Pt),dt.state=Tt,dt.baseTokens=null,dt.baseTokenPos=1},Dt=0;Dt<nt.state.overlays.length;++Dt)Rt(Dt);return{styles:gt,classes:Pt.bgClass||Pt.textClass?Pt:null}}function Ri(nt,st,dt){if(!st.styles||st.styles[0]!=nt.state.modeGen){var ht=ho(nt,_t(st)),gt=st.text.length>nt.options.maxHighlightLength&&Sn(nt.doc.mode,ht.state),Pt=Po(nt,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===nt.doc.highlightFrontier&&(nt.doc.modeFrontier=Math.max(nt.doc.modeFrontier,++nt.doc.highlightFrontier))}return st.styles}function ho(nt,st,dt){var ht=nt.doc,gt=nt.display;if(!ht.mode.startState)return new Ne(ht,!0,st);var Pt=Li(nt,st,dt),Tt=Pt>ht.first&&dn(ht,Pt-1).stateAfter,Rt=Tt?Ne.fromSaved(ht,Tt,Pt):new Ne(ht,Un(ht.mode),Pt);return ht.iter(Pt,st,function(Dt){Se(nt,Dt.text,Rt);var Yt=Rt.line;Dt.stateAfter=Yt==st-1||Yt%5==0||Yt>=gt.viewFrom&&Yt<gt.viewTo?Rt.save():null,Rt.nextLine()}),dt&&(ht.modeFrontier=Rt.line),Rt}function Se(nt,st,dt,ht){var gt=nt.doc.mode,Pt=new be(st,nt.options.tabSize,dt);for(Pt.start=Pt.pos=ht||0,st==""&&fn(gt,dt.state);!Pt.eol();)On(gt,Pt,dt.state),Pt.start=Pt.pos}function fn(nt,st){if(nt.blankLine)return nt.blankLine(st);if(nt.innerMode){var dt=Mn(nt,st);if(dt.mode.blankLine)return dt.mode.blankLine(dt.state)}}function On(nt,st,dt,ht){for(var gt=0;gt<10;gt++){ht&&(ht[0]=Mn(nt,dt).mode);var Pt=nt.token(st,dt);if(st.pos>st.start)return Pt}throw new Error("Mode "+nt.name+" failed to advance stream.")}var Wn=function(nt,st,dt){this.start=nt.start,this.end=nt.pos,this.string=nt.current(),this.type=st||null,this.state=dt};function zn(nt,st,dt,ht){var gt=nt.doc,Pt=gt.mode,Tt;st=vn(gt,st);var Rt=dn(gt,st.line),Dt=ho(nt,st.line,dt),Yt=new be(Rt.text,nt.options.tabSize,Dt),pe;for(ht&&(pe=[]);(ht||Yt.pos<st.ch)&&!Yt.eol();)Yt.start=Yt.pos,Tt=On(Pt,Yt,Dt.state),ht&&pe.push(new Wn(Yt,Tt,Sn(gt.mode,Dt.state)));return ht?pe:new Wn(Yt,Tt,Dt.state)}function ti(nt,st){if(nt)for(;;){var dt=nt.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!dt)break;nt=nt.slice(0,dt.index)+nt.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 nt}function Fi(nt,st,dt,ht,gt,Pt,Tt){var Rt=dt.flattenSpans;Rt==null&&(Rt=nt.options.flattenSpans);var Dt=0,Yt=null,pe=new be(st,nt.options.tabSize,ht),Zt,Ae=nt.options.addModeClass&&[null];for(st==""&&ti(fn(dt,ht.state),Pt);!pe.eol();){if(pe.pos>nt.options.maxHighlightLength?(Rt=!1,Tt&&Se(nt,st,ht,pe.pos),pe.pos=st.length,Zt=null):Zt=ti(On(dt,pe,ht.state,Ae),Pt),Ae){var Ee=Ae[0].name;Ee&&(Zt="m-"+(Zt?Ee+" "+Zt:Ee))}if(!Rt||Yt!=Zt){for(;Dt<pe.start;)Dt=Math.min(pe.start,Dt+5e3),gt(Dt,Yt);Yt=Zt}pe.start=pe.pos}for(;Dt<pe.pos;){var xn=Math.min(pe.pos,Dt+5e3);gt(xn,Yt),Dt=xn}}function Li(nt,st,dt){for(var ht,gt,Pt=nt.doc,Tt=dt?-1:st-(nt.doc.mode.innerMode?1e3:100),Rt=st;Rt>Tt;--Rt){if(Rt<=Pt.first)return Pt.first;var Dt=dn(Pt,Rt-1),Yt=Dt.stateAfter;if(Yt&&(!dt||Rt+(Yt instanceof Pi?Yt.lookAhead:0)<=Pt.modeFrontier))return Rt;var pe=ge(Dt.text,null,nt.options.tabSize);(gt==null||ht>pe)&&(gt=Rt-1,ht=pe)}return gt}function Oi(nt,st){if(nt.modeFrontier=Math.min(nt.modeFrontier,st),!(nt.highlightFrontier<st-10)){for(var dt=nt.first,ht=st-1;ht>dt;ht--){var gt=dn(nt,ht).stateAfter;if(gt&&(!(gt instanceof Pi)||ht+gt.lookAhead<st)){dt=ht+1;break}}nt.highlightFrontier=Math.min(nt.highlightFrontier,dt)}}var Ui=!1,Ie=!1;function lo(){Ui=!0}function Be(){Ie=!0}function Ii(nt,st,dt){this.marker=nt,this.from=st,this.to=dt}function Wi(nt,st){if(nt)for(var dt=0;dt<nt.length;++dt){var ht=nt[dt];if(ht.marker==st)return ht}}function Ai(nt,st){for(var dt,ht=0;ht<nt.length;++ht)nt[ht]!=st&&(dt||(dt=[])).push(nt[ht]);return dt}function Ao(nt,st){nt.markedSpans=nt.markedSpans?nt.markedSpans.concat([st]):[st],st.marker.attachLine(nt)}function To(nt,st,dt){var ht;if(nt)for(var gt=0;gt<nt.length;++gt){var Pt=nt[gt],Tt=Pt.marker,Rt=Pt.from==null||(Tt.inclusiveLeft?Pt.from<=st:Pt.from<st);if(Rt||Pt.from==st&&Tt.type=="bookmark"&&(!dt||!Pt.marker.insertLeft)){var Dt=Pt.to==null||(Tt.inclusiveRight?Pt.to>=st:Pt.to>st);(ht||(ht=[])).push(new Ii(Tt,Pt.from,Dt?null:Pt.to))}}return ht}function to(nt,st,dt){var ht;if(nt)for(var gt=0;gt<nt.length;++gt){var Pt=nt[gt],Tt=Pt.marker,Rt=Pt.to==null||(Tt.inclusiveRight?Pt.to>=st:Pt.to>st);if(Rt||Pt.from==st&&Tt.type=="bookmark"&&(!dt||Pt.marker.insertLeft)){var Dt=Pt.from==null||(Tt.inclusiveLeft?Pt.from<=st:Pt.from<st);(ht||(ht=[])).push(new Ii(Tt,Dt?null:Pt.from-st,Pt.to==null?null:Pt.to-st))}}return ht}function co(nt,st){if(st.full)return null;var dt=ln(nt,st.from.line)&&dn(nt,st.from.line).markedSpans,ht=ln(nt,st.to.line)&&dn(nt,st.to.line).markedSpans;if(!dt&&!ht)return null;var gt=st.from.ch,Pt=st.to.ch,Tt=ke(st.from,st.to)==0,Rt=To(dt,gt,Tt),Dt=to(ht,Pt,Tt),Yt=st.text.length==1,pe=te(st.text).length+(Yt?gt:0);if(Rt)for(var Zt=0;Zt<Rt.length;++Zt){var Ae=Rt[Zt];if(Ae.to==null){var Ee=Wi(Dt,Ae.marker);Ee?Yt&&(Ae.to=Ee.to==null?null:Ee.to+pe):Ae.to=gt}}if(Dt)for(var xn=0;xn<Dt.length;++xn){var Cn=Dt[xn];if(Cn.to!=null&&(Cn.to+=pe),Cn.from==null){var Rn=Wi(Rt,Cn.marker);Rn||(Cn.from=pe,Yt&&(Rt||(Rt=[])).push(Cn))}else Cn.from+=pe,Yt&&(Rt||(Rt=[])).push(Cn)}Rt&&(Rt=Gr(Rt)),Dt&&Dt!=Rt&&(Dt=Gr(Dt));var ri=[Rt];if(!Yt){var Mi=st.text.length-2,yi;if(Mi>0&&Rt)for(var Di=0;Di<Rt.length;++Di)Rt[Di].to==null&&(yi||(yi=[])).push(new Ii(Rt[Di].marker,null,null));for(var ro=0;ro<Mi;++ro)ri.push(yi);ri.push(Dt)}return ri}function Gr(nt){for(var st=0;st<nt.length;++st){var dt=nt[st];dt.from!=null&&dt.from==dt.to&&dt.marker.clearWhenEmpty!==!1&&nt.splice(st--,1)}return nt.length?nt:null}function bo(nt,st,dt){var ht=null;if(nt.iter(st.line,dt.line+1,function(Ee){if(Ee.markedSpans)for(var xn=0;xn<Ee.markedSpans.length;++xn){var Cn=Ee.markedSpans[xn].marker;Cn.readOnly&&(!ht||wn(ht,Cn)==-1)&&(ht||(ht=[])).push(Cn)}}),!ht)return null;for(var gt=[{from:st,to:dt}],Pt=0;Pt<ht.length;++Pt)for(var Tt=ht[Pt],Rt=Tt.find(0),Dt=0;Dt<gt.length;++Dt){var Yt=gt[Dt];if(!(ke(Yt.to,Rt.from)<0||ke(Yt.from,Rt.to)>0)){var pe=[Dt,1],Zt=ke(Yt.from,Rt.from),Ae=ke(Yt.to,Rt.to);(Zt<0||!Tt.inclusiveLeft&&!Zt)&&pe.push({from:Yt.from,to:Rt.from}),(Ae>0||!Tt.inclusiveRight&&!Ae)&&pe.push({from:Rt.to,to:Yt.to}),gt.splice.apply(gt,pe),Dt+=pe.length-3}}return gt}function Gn(nt){var st=nt.markedSpans;if(st){for(var dt=0;dt<st.length;++dt)st[dt].marker.detachLine(nt);nt.markedSpans=null}}function It(nt,st){if(st){for(var dt=0;dt<st.length;++dt)st[dt].marker.attachLine(nt);nt.markedSpans=st}}function nr(nt){return nt.inclusiveLeft?-1:0}function oo(nt){return nt.inclusiveRight?1:0}function Xi(nt,st){var dt=nt.lines.length-st.lines.length;if(dt!=0)return dt;var ht=nt.find(),gt=st.find(),Pt=ke(ht.from,gt.from)||nr(nt)-nr(st);if(Pt)return-Pt;var Tt=ke(ht.to,gt.to)||oo(nt)-oo(st);return Tt||st.id-nt.id}function wo(nt,st){var dt=Ie&&nt.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||Xi(ht,gt.marker)<0)&&(ht=gt.marker);return ht}function Vo(nt){return wo(nt,!0)}function Xn(nt){return wo(nt,!1)}function li(nt,st){var dt=Ie&&nt.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||Xi(ht,Pt.marker)<0)&&(ht=Pt.marker)}return ht}function Gi(nt,st,dt,ht,gt){var Pt=dn(nt,st),Tt=Ie&&Pt.markedSpans;if(Tt)for(var Rt=0;Rt<Tt.length;++Rt){var Dt=Tt[Rt];if(Dt.marker.collapsed){var Yt=Dt.marker.find(0),pe=ke(Yt.from,dt)||nr(Dt.marker)-nr(gt),Zt=ke(Yt.to,ht)||oo(Dt.marker)-oo(gt);if(!(pe>=0&&Zt<=0||pe<=0&&Zt>=0)&&(pe<=0&&(Dt.marker.inclusiveRight&>.inclusiveLeft?ke(Yt.to,dt)>=0:ke(Yt.to,dt)>0)||pe>=0&&(Dt.marker.inclusiveRight&>.inclusiveLeft?ke(Yt.from,ht)<=0:ke(Yt.from,ht)<0)))return!0}}}function ki(nt){for(var st;st=Vo(nt);)nt=st.find(-1,!0).line;return nt}function Hi(nt){for(var st;st=Xn(nt);)nt=st.find(1,!0).line;return nt}function ir(nt){for(var st,dt;st=Xn(nt);)nt=st.find(1,!0).line,(dt||(dt=[])).push(nt);return dt}function xi(nt,st){var dt=dn(nt,st),ht=ki(dt);return dt==ht?st:_t(ht)}function ci(nt,st){if(st>nt.lastLine())return st;var dt=dn(nt,st),ht;if(!Ue(nt,dt))return st;for(;ht=Xn(dt);)dt=ht.find(1,!0).line;return _t(dt)+1}function Ue(nt,st){var dt=Ie&&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&&oi(nt,st,ht))return!0}}}function oi(nt,st,dt){if(dt.to==null){var ht=dt.marker.find(1,!0);return oi(nt,ht.line,Wi(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)&&oi(nt,st,gt))return!0}function po(nt){nt=ki(nt);for(var st=0,dt=nt.parent,ht=0;ht<dt.lines.length;++ht){var gt=dt.lines[ht];if(gt==nt)break;st+=gt.height}for(var Pt=dt.parent;Pt;dt=Pt,Pt=dt.parent)for(var Tt=0;Tt<Pt.children.length;++Tt){var Rt=Pt.children[Tt];if(Rt==dt)break;st+=Rt.height}return st}function $o(nt){if(nt.height==0)return 0;for(var st=nt.text.length,dt,ht=nt;dt=Vo(ht);){var gt=dt.find(0,!0);ht=gt.from.line,st+=gt.from.ch-gt.to.ch}for(ht=nt;dt=Xn(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 Xo(nt){var st=nt.display,dt=nt.doc;st.maxLine=dn(dt,dt.first),st.maxLineLength=$o(st.maxLine),st.maxLineChanged=!0,dt.iter(function(ht){var gt=$o(ht);gt>st.maxLineLength&&(st.maxLineLength=gt,st.maxLine=ht)})}var zo=function(nt,st,dt){this.text=nt,It(this,st),this.height=dt?dt(this):1};zo.prototype.lineNo=function(){return _t(this)},Kn(zo);function or(nt,st,dt,ht){nt.text=st,nt.stateAfter&&(nt.stateAfter=null),nt.styles&&(nt.styles=null),nt.order!=null&&(nt.order=null),Gn(nt),It(nt,dt);var gt=ht?ht(nt):1;gt!=nt.height&&yn(nt,gt)}function Yo(nt){nt.parent=null,Gn(nt)}var qr={},Kr={};function Js(nt,st){if(!nt||/^\s*$/.test(nt))return null;var dt=st.addModeClass?Kr:qr;return dt[nt]||(dt[nt]=nt.replace(/\S+/g,"cm-$&"))}function ye(nt,st){var dt=Re("span",null,null,oe?"padding-right: .1px":null),ht={pre:Re("pre",[dt],"CodeMirror-line"),content:dt,col:0,pos:0,cm:nt,trailingSpace:!1,splitSpaces:nt.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,Tt=void 0;ht.pos=0,ht.addToken=Rl,Mo(nt.display.measure)&&(Tt=Dn(Pt,nt.doc.direction))&&(ht.addToken=Pl(ht.addToken,Tt)),ht.map=[];var Rt=st!=nt.display.externalMeasured&&_t(Pt);Mu(Pt,ht,Ri(nt,Pt,Rt)),Pt.styleClasses&&(Pt.styleClasses.bgClass&&(ht.bgClass=vi(Pt.styleClasses.bgClass,ht.bgClass||"")),Pt.styleClasses.textClass&&(ht.textClass=vi(Pt.styleClasses.textClass,ht.textClass||""))),ht.map.length==0&&ht.map.push(0,0,ht.content.appendChild(qi(nt.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 Dt=ht.content.lastChild;(/\bcm-tab\b/.test(Dt.className)||Dt.querySelector&&Dt.querySelector(".cm-tab"))&&(ht.content.className="cm-tab-wrap-hack")}return Hn(nt,"renderLine",nt,st.line,ht.pre),ht.pre.className&&(ht.textClass=vi(ht.pre.className,ht.textClass||"")),ht}function xr(nt){var st=qt("span","\u2022","cm-invalidchar");return st.title="\\u"+nt.charCodeAt(0).toString(16),st.setAttribute("aria-label",st.title),st}function Rl(nt,st,dt,ht,gt,Pt,Tt){if(st){var Rt=nt.splitSpaces?rs(st,nt.trailingSpace):st,Dt=nt.cm.state.specialChars,Yt=!1,pe;if(!Dt.test(st))nt.col+=st.length,pe=document.createTextNode(Rt),nt.map.push(nt.pos,nt.pos+st.length,pe),le&&ue<9&&(Yt=!0),nt.pos+=st.length;else{pe=document.createDocumentFragment();for(var Zt=0;;){Dt.lastIndex=Zt;var Ae=Dt.exec(st),Ee=Ae?Ae.index-Zt:st.length-Zt;if(Ee){var xn=document.createTextNode(Rt.slice(Zt,Zt+Ee));le&&ue<9?pe.appendChild(qt("span",[xn])):pe.appendChild(xn),nt.map.push(nt.pos,nt.pos+Ee,xn),nt.col+=Ee,nt.pos+=Ee}if(!Ae)break;Zt+=Ee+1;var Cn=void 0;if(Ae[0]==" "){var Rn=nt.cm.options.tabSize,ri=Rn-nt.col%Rn;Cn=pe.appendChild(qt("span",hi(ri),"cm-tab")),Cn.setAttribute("role","presentation"),Cn.setAttribute("cm-text"," "),nt.col+=ri}else Ae[0]=="\r"||Ae[0]==`
|
|
`?(Cn=pe.appendChild(qt("span",Ae[0]=="\r"?"\u240D":"\u2424","cm-invalidchar")),Cn.setAttribute("cm-text",Ae[0]),nt.col+=1):(Cn=nt.cm.options.specialCharPlaceholder(Ae[0]),Cn.setAttribute("cm-text",Ae[0]),le&&ue<9?pe.appendChild(qt("span",[Cn])):pe.appendChild(Cn),nt.col+=1);nt.map.push(nt.pos,nt.pos+1,Cn),nt.pos++}}if(nt.trailingSpace=Rt.charCodeAt(st.length-1)==32,dt||ht||gt||Yt||Pt||Tt){var Mi=dt||"";ht&&(Mi+=ht),gt&&(Mi+=gt);var yi=qt("span",[pe],Mi,Pt);if(Tt)for(var Di in Tt)Tt.hasOwnProperty(Di)&&Di!="style"&&Di!="class"&&yi.setAttribute(Di,Tt[Di]);return nt.content.appendChild(yi)}nt.content.appendChild(pe)}}function rs(nt,st){if(nt.length>1&&!/ /.test(nt))return nt;for(var dt=st,ht="",gt=0;gt<nt.length;gt++){var Pt=nt.charAt(gt);Pt==" "&&dt&&(gt==nt.length-1||nt.charCodeAt(gt+1)==32)&&(Pt="\xA0"),ht+=Pt,dt=Pt==" "}return ht}function Pl(nt,st){return function(dt,ht,gt,Pt,Tt,Rt,Dt){gt=gt?gt+" cm-force-border":"cm-force-border";for(var Yt=dt.pos,pe=Yt+ht.length;;){for(var Zt=void 0,Ae=0;Ae<st.length&&(Zt=st[Ae],!(Zt.to>Yt&&Zt.from<=Yt));Ae++);if(Zt.to>=pe)return nt(dt,ht,gt,Pt,Tt,Rt,Dt);nt(dt,ht.slice(0,Zt.to-Yt),gt,Pt,null,Rt,Dt),Pt=null,ht=ht.slice(Zt.to-Yt),Yt=Zt.to}}}function Uo(nt,st,dt,ht){var gt=!ht&&dt.widgetNode;gt&&nt.map.push(nt.pos,nt.pos+st,gt),!ht&&nt.cm.display.input.needsContentAttribute&&(gt||(gt=nt.content.appendChild(document.createElement("span"))),gt.setAttribute("cm-marker",dt.id)),gt&&(nt.cm.display.input.setUneditable(gt),nt.content.appendChild(gt)),nt.pos+=st,nt.trailingSpace=!1}function Mu(nt,st,dt){var ht=nt.markedSpans,gt=nt.text,Pt=0;if(!ht){for(var Tt=1;Tt<dt.length;Tt+=2)st.addToken(st,gt.slice(Pt,Pt=dt[Tt]),Js(dt[Tt+1],st.cm.options));return}for(var Rt=gt.length,Dt=0,Yt=1,pe="",Zt,Ae,Ee=0,xn,Cn,Rn,ri,Mi;;){if(Ee==Dt){xn=Cn=Rn=Ae="",Mi=null,ri=null,Ee=1/0;for(var yi=[],Di=void 0,ro=0;ro<ht.length;++ro){var mi=ht[ro],ko=mi.marker;if(ko.type=="bookmark"&&mi.from==Dt&&ko.widgetNode)yi.push(ko);else if(mi.from<=Dt&&(mi.to==null||mi.to>Dt||ko.collapsed&&mi.to==Dt&&mi.from==Dt)){if(mi.to!=null&&mi.to!=Dt&&Ee>mi.to&&(Ee=mi.to,Cn=""),ko.className&&(xn+=" "+ko.className),ko.css&&(Ae=(Ae?Ae+";":"")+ko.css),ko.startStyle&&mi.from==Dt&&(Rn+=" "+ko.startStyle),ko.endStyle&&mi.to==Ee&&(Di||(Di=[])).push(ko.endStyle,mi.to),ko.title&&((Mi||(Mi={})).title=ko.title),ko.attributes)for(var Cr in ko.attributes)(Mi||(Mi={}))[Cr]=ko.attributes[Cr];ko.collapsed&&(!ri||Xi(ri.marker,ko)<0)&&(ri=mi)}else mi.from>Dt&&Ee>mi.from&&(Ee=mi.from)}if(Di)for(var hs=0;hs<Di.length;hs+=2)Di[hs+1]==Ee&&(Cn+=" "+Di[hs]);if(!ri||ri.from==Dt)for(var Fr=0;Fr<yi.length;++Fr)Uo(st,0,yi[Fr]);if(ri&&(ri.from||0)==Dt){if(Uo(st,(ri.to==null?Rt+1:ri.to)-Dt,ri.marker,ri.from==null),ri.to==null)return;ri.to==Dt&&(ri=!1)}}if(Dt>=Rt)break;for(var pa=Math.min(Rt,Ee);;){if(pe){var Vs=Dt+pe.length;if(!ri){var ns=Vs>pa?pe.slice(0,pa-Dt):pe;st.addToken(st,ns,Zt?Zt+xn:xn,Rn,Dt+ns.length==Ee?Cn:"",Ae,Mi)}if(Vs>=pa){pe=pe.slice(pa-Dt),Dt=pa;break}Dt=Vs,Rn=""}pe=gt.slice(Pt,Pt=dt[Yt++]),Zt=Js(dt[Yt++],st.cm.options)}}}function zl(nt,st,dt){this.line=st,this.rest=ir(st),this.size=this.rest?_t(te(this.rest))-dt+1:1,this.node=this.text=null,this.hidden=Ue(nt,st)}function Jo(nt,st,dt){for(var ht=[],gt,Pt=st;Pt<dt;Pt=gt){var Tt=new zl(nt.doc,dn(nt.doc,Pt),Pt);gt=Pt+Tt.size,ht.push(Tt)}return ht}var Rr=null;function wl(nt){Rr?Rr.ops.push(nt):nt.ownsGroup=Rr={ops:[nt],delayedCallbacks:[]}}function gs(nt){var st=nt.delayedCallbacks,dt=0;do{for(;dt<st.length;dt++)st[dt].call(null);for(var ht=0;ht<nt.ops.length;ht++){var gt=nt.ops[ht];if(gt.cursorActivityHandlers)for(;gt.cursorActivityCalled<gt.cursorActivityHandlers.length;)gt.cursorActivityHandlers[gt.cursorActivityCalled++].call(null,gt.cm)}}while(dt<st.length)}function Xa(nt,st){var dt=nt.ownsGroup;if(dt)try{gs(dt)}finally{Rr=null,st(dt)}}var ua=null;function Si(nt,st){var dt=Tn(nt,st);if(dt.length){var ht=Array.prototype.slice.call(arguments,2),gt;Rr?gt=Rr.delayedCallbacks:ua?gt=ua:(gt=ua=[],setTimeout(ts,0));for(var Pt=function(Rt){gt.push(function(){return dt[Rt].apply(null,ht)})},Tt=0;Tt<dt.length;++Tt)Pt(Tt)}}function ts(){var nt=ua;ua=null;for(var st=0;st<nt.length;++st)nt[st]()}function Tu(nt,st,dt,ht){for(var gt=0;gt<st.changes.length;gt++){var Pt=st.changes[gt];Pt=="text"?en(nt,st):Pt=="gutter"?fo(nt,st,dt,ht):Pt=="class"?Bi(nt,st):Pt=="widget"&&qo(nt,st,ht)}st.changes=null}function Qs(nt){return nt.node==nt.text&&(nt.node=qt("div",null,null,"position: relative"),nt.text.parentNode&&nt.text.parentNode.replaceChild(nt.node,nt.text),nt.node.appendChild(nt.text),le&&ue<8&&(nt.node.style.zIndex=2)),nt.node}function uo(nt,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=Qs(st);st.background=ht.insertBefore(qt("div",null,dt),ht.firstChild),nt.display.input.setUneditable(st.background)}}function No(nt,st){var dt=nt.display.externalMeasured;return dt&&dt.line==st.line?(nt.display.externalMeasured=null,st.measure=dt.measure,dt.built):ye(nt,st)}function en(nt,st){var dt=st.text.className,ht=No(nt,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,Bi(nt,st)):dt&&(st.text.className=dt)}function Bi(nt,st){uo(nt,st),st.line.wrapClass?Qs(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 fo(nt,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=Qs(st);st.gutterBackground=qt("div",null,"CodeMirror-gutter-background "+st.line.gutterClass,"left: "+(nt.options.fixedGutter?ht.fixedPos:-ht.gutterTotalWidth)+"px; width: "+ht.gutterTotalWidth+"px"),nt.display.input.setUneditable(st.gutterBackground),gt.insertBefore(st.gutterBackground,st.text)}var Pt=st.line.gutterMarkers;if(nt.options.lineNumbers||Pt){var Tt=Qs(st),Rt=st.gutter=qt("div",null,"CodeMirror-gutter-wrapper","left: "+(nt.options.fixedGutter?ht.fixedPos:-ht.gutterTotalWidth)+"px");if(nt.display.input.setUneditable(Rt),Tt.insertBefore(Rt,st.text),st.line.gutterClass&&(Rt.className+=" "+st.line.gutterClass),nt.options.lineNumbers&&(!Pt||!Pt["CodeMirror-linenumbers"])&&(st.lineNumber=Rt.appendChild(qt("div",Fn(nt.options,dt),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+ht.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+nt.display.lineNumInnerWidth+"px"))),Pt)for(var Dt=0;Dt<nt.display.gutterSpecs.length;++Dt){var Yt=nt.display.gutterSpecs[Dt].className,pe=Pt.hasOwnProperty(Yt)&&Pt[Yt];pe&&Rt.appendChild(qt("div",[pe],"CodeMirror-gutter-elt","left: "+ht.gutterLeft[Yt]+"px; width: "+ht.gutterWidth[Yt]+"px"))}}}function qo(nt,st,dt){st.alignable&&(st.alignable=null);for(var ht=zt("CodeMirror-linewidget"),gt=st.node.firstChild,Pt=void 0;gt;gt=Pt)Pt=gt.nextSibling,ht.test(gt.className)&&st.node.removeChild(gt);$s(nt,st,dt)}function ha(nt,st,dt,ht){var gt=No(nt,st);return st.text=st.node=gt.pre,gt.bgClass&&(st.bgClass=gt.bgClass),gt.textClass&&(st.textClass=gt.textClass),Bi(nt,st),fo(nt,st,dt,ht),$s(nt,st,ht),st.node}function $s(nt,st,dt){if(_i(nt,st.line,st,dt,!0),st.rest)for(var ht=0;ht<st.rest.length;ht++)_i(nt,st.rest[ht],st,dt,!1)}function _i(nt,st,dt,ht,gt){if(st.widgets)for(var Pt=Qs(dt),Tt=0,Rt=st.widgets;Tt<Rt.length;++Tt){var Dt=Rt[Tt],Yt=qt("div",[Dt.node],"CodeMirror-linewidget"+(Dt.className?" "+Dt.className:""));Dt.handleMouseEvents||Yt.setAttribute("cm-ignore-events","true"),Xr(Dt,Yt,dt,ht),nt.display.input.setUneditable(Yt),gt&&Dt.above?Pt.insertBefore(Yt,dt.gutter||dt.text):Pt.appendChild(Yt),Si(Dt,"redraw")}}function Xr(nt,st,dt,ht){if(nt.noHScroll){(dt.alignable||(dt.alignable=[])).push(st);var gt=ht.wrapperWidth;st.style.left=ht.fixedPos+"px",nt.coverGutter||(gt-=ht.gutterTotalWidth,st.style.paddingLeft=ht.gutterTotalWidth+"px"),st.style.width=gt+"px"}nt.coverGutter&&(st.style.zIndex=5,st.style.position="relative",nt.noHScroll||(st.style.marginLeft=-ht.gutterTotalWidth+"px"))}function Fs(nt){if(nt.height!=null)return nt.height;var st=nt.doc.cm;if(!st)return 0;if(!Ve(document.body,nt.node)){var dt="position: relative;";nt.coverGutter&&(dt+="margin-left: -"+st.display.gutters.offsetWidth+"px;"),nt.noHScroll&&(dt+="width: "+st.display.wrapper.clientWidth+"px;"),ie(st.display.measure,qt("div",[nt.node],null,dt))}return nt.height=nt.node.parentNode.offsetHeight}function Jr(nt,st){for(var dt=Ki(st);dt!=nt.wrapper;dt=dt.parentNode)if(!dt||dt.nodeType==1&&dt.getAttribute("cm-ignore-events")=="true"||dt.parentNode==nt.sizer&&dt!=nt.mover)return!0}function As(nt){return nt.lineSpace.offsetTop}function Cl(nt){return nt.mover.offsetHeight-nt.lineSpace.offsetHeight}function Ja(nt){if(nt.cachedPaddingH)return nt.cachedPaddingH;var st=ie(nt.measure,qt("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)&&(nt.cachedPaddingH=ht),ht}function zr(nt){return di-nt.display.nativeBarWidth}function da(nt){return nt.display.scroller.clientWidth-zr(nt)-nt.display.barWidth}function gh(nt){return nt.display.scroller.clientHeight-zr(nt)-nt.display.barHeight}function Ud(nt,st,dt){var ht=nt.options.lineWrapping,gt=ht&&da(nt);if(!st.measure.heights||ht&&st.measure.width!=gt){var Pt=st.measure.heights=[];if(ht){st.measure.width=gt;for(var Tt=st.text.firstChild.getClientRects(),Rt=0;Rt<Tt.length-1;Rt++){var Dt=Tt[Rt],Yt=Tt[Rt+1];Math.abs(Dt.bottom-Yt.bottom)>2&&Pt.push((Dt.bottom+Yt.top)/2-dt.top)}}Pt.push(dt.bottom-dt.top)}}function Ll(nt,st,dt){if(nt.line==st)return{map:nt.measure.map,cache:nt.measure.cache};for(var ht=0;ht<nt.rest.length;ht++)if(nt.rest[ht]==st)return{map:nt.measure.maps[ht],cache:nt.measure.caches[ht]};for(var gt=0;gt<nt.rest.length;gt++)if(_t(nt.rest[gt])>dt)return{map:nt.measure.maps[gt],cache:nt.measure.caches[gt],before:!0}}function Zd(nt,st){st=ki(st);var dt=_t(st),ht=nt.display.externalMeasured=new zl(nt.doc,st,dt);ht.lineN=dt;var gt=ht.built=ye(nt,ht);return ht.text=gt.pre,ie(nt.display.lineMeasure,gt.pre),ht}function sd(nt,st,dt,ht){return Da(nt,jl(nt,st),dt,ht)}function ph(nt,st){if(st>=nt.display.viewFrom&&st<nt.display.viewTo)return nt.display.view[Ra(nt,st)];var dt=nt.display.externalMeasured;if(dt&&st>=dt.lineN&&st<dt.lineN+dt.size)return dt}function jl(nt,st){var dt=_t(st),ht=ph(nt,dt);ht&&!ht.text?ht=null:ht&&ht.changes&&(Tu(nt,ht,dt,_f(nt)),nt.curOp.forceUpdate=!0),ht||(ht=Zd(nt,st));var gt=Ll(ht,st,dt);return{line:st,view:ht,rect:null,map:gt.map,cache:gt.cache,before:gt.before,hasHeights:!1}}function Da(nt,st,dt,ht,gt){st.before&&(dt=-1);var Pt=dt+(ht||""),Tt;return st.cache.hasOwnProperty(Pt)?Tt=st.cache[Pt]:(st.rect||(st.rect=st.view.text.getBoundingClientRect()),st.hasHeights||(Ud(nt,st.view,st.rect),st.hasHeights=!0),Tt=Nr(nt,st,dt,ht),Tt.bogus||(st.cache[Pt]=Tt)),{left:Tt.left,right:Tt.right,top:gt?Tt.rtop:Tt.top,bottom:gt?Tt.rbottom:Tt.bottom}}var mh={left:0,right:0,top:0,bottom:0};function ad(nt,st,dt){for(var ht,gt,Pt,Tt,Rt,Dt,Yt=0;Yt<nt.length;Yt+=3)if(Rt=nt[Yt],Dt=nt[Yt+1],st<Rt?(gt=0,Pt=1,Tt="left"):st<Dt?(gt=st-Rt,Pt=gt+1):(Yt==nt.length-3||st==Dt&&nt[Yt+3]>st)&&(Pt=Dt-Rt,gt=Pt-1,st>=Dt&&(Tt="right")),gt!=null){if(ht=nt[Yt+2],Rt==Dt&&dt==(ht.insertLeft?"left":"right")&&(Tt=dt),dt=="left"&>==0)for(;Yt&&nt[Yt-2]==nt[Yt-3]&&nt[Yt-1].insertLeft;)ht=nt[(Yt-=3)+2],Tt="left";if(dt=="right"&>==Dt-Rt)for(;Yt<nt.length-3&&nt[Yt+3]==nt[Yt+4]&&!nt[Yt+5].insertLeft;)ht=nt[(Yt+=3)+2],Tt="right";break}return{node:ht,start:gt,end:Pt,collapse:Tt,coverStart:Rt,coverEnd:Dt}}function ld(nt,st){var dt=mh;if(st=="left")for(var ht=0;ht<nt.length&&(dt=nt[ht]).left==dt.right;ht++);else for(var gt=nt.length-1;gt>=0&&(dt=nt[gt]).left==dt.right;gt--);return dt}function Nr(nt,st,dt,ht){var gt=ad(st.map,dt,ht),Pt=gt.node,Tt=gt.start,Rt=gt.end,Dt=gt.collapse,Yt;if(Pt.nodeType==3){for(var pe=0;pe<4;pe++){for(;Tt&&we(st.line.text.charAt(gt.coverStart+Tt));)--Tt;for(;gt.coverStart+Rt<gt.coverEnd&&we(st.line.text.charAt(gt.coverStart+Rt));)++Rt;if(le&&ue<9&&Tt==0&&Rt==gt.coverEnd-gt.coverStart?Yt=Pt.parentNode.getBoundingClientRect():Yt=ld(me(Pt,Tt,Rt).getClientRects(),ht),Yt.left||Yt.right||Tt==0)break;Rt=Tt,Tt=Tt-1,Dt="right"}le&&ue<11&&(Yt=Hf(nt.display.measure,Yt))}else{Tt>0&&(Dt=ht="right");var Zt;nt.options.lineWrapping&&(Zt=Pt.getClientRects()).length>1?Yt=Zt[ht=="right"?Zt.length-1:0]:Yt=Pt.getBoundingClientRect()}if(le&&ue<9&&!Tt&&(!Yt||!Yt.left&&!Yt.right)){var Ae=Pt.parentNode.getClientRects()[0];Ae?Yt={left:Ae.left,right:Ae.left+Sh(nt.display),top:Ae.top,bottom:Ae.bottom}:Yt=mh}for(var Ee=Yt.top-st.rect.top,xn=Yt.bottom-st.rect.top,Cn=(Ee+xn)/2,Rn=st.view.measure.heights,ri=0;ri<Rn.length-1&&!(Cn<Rn[ri]);ri++);var Mi=ri?Rn[ri-1]:0,yi=Rn[ri],Di={left:(Dt=="right"?Yt.right:Yt.left)-st.rect.left,right:(Dt=="left"?Yt.left:Yt.right)-st.rect.left,top:Mi,bottom:yi};return!Yt.left&&!Yt.right&&(Di.bogus=!0),nt.options.singleCursorHeightPerLine||(Di.rtop=Ee,Di.rbottom=xn),Di}function Hf(nt,st){if(!window.screen||screen.logicalXDPI==null||screen.logicalXDPI==screen.deviceXDPI||!Ye(nt))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(nt){if(nt.measure&&(nt.measure.cache={},nt.measure.heights=null,nt.rest))for(var st=0;st<nt.rest.length;st++)nt.measure.caches[st]={}}function vh(nt){nt.display.externalMeasure=null,$t(nt.display.lineMeasure);for(var st=0;st<nt.display.view.length;st++)ud(nt.display.view[st])}function bu(nt){vh(nt),nt.display.cachedCharWidth=nt.display.cachedTextHeight=nt.display.cachedPaddingH=null,nt.options.lineWrapping||(nt.display.maxLineChanged=!0),nt.display.lineNumChars=null}function Bs(){return Pe&&et?-(document.body.getBoundingClientRect().left-parseInt(getComputedStyle(document.body).marginLeft)):window.pageXOffset||(document.documentElement||document.body).scrollLeft}function Ds(){return Pe&&et?-(document.body.getBoundingClientRect().top-parseInt(getComputedStyle(document.body).marginTop)):window.pageYOffset||(document.documentElement||document.body).scrollTop}function Hr(nt){var st=0;if(nt.widgets)for(var dt=0;dt<nt.widgets.length;++dt)nt.widgets[dt].above&&(st+=Fs(nt.widgets[dt]));return st}function Qr(nt,st,dt,ht,gt){if(!gt){var Pt=Hr(st);dt.top+=Pt,dt.bottom+=Pt}if(ht=="line")return dt;ht||(ht="local");var Tt=po(st);if(ht=="local"?Tt+=As(nt.display):Tt-=nt.display.viewOffset,ht=="page"||ht=="window"){var Rt=nt.display.lineSpace.getBoundingClientRect();Tt+=Rt.top+(ht=="window"?0:Ds());var Dt=Rt.left+(ht=="window"?0:Bs());dt.left+=Dt,dt.right+=Dt}return dt.top+=Tt,dt.bottom+=Tt,dt}function Zo(nt,st,dt){if(dt=="div")return st;var ht=st.left,gt=st.top;if(dt=="page")ht-=Bs(),gt-=Ds();else if(dt=="local"||!dt){var Pt=nt.display.sizer.getBoundingClientRect();ht+=Pt.left,gt+=Pt.top}var Tt=nt.display.lineSpace.getBoundingClientRect();return{left:ht-Tt.left,top:gt-Tt.top}}function Eo(nt,st,dt,ht,gt){return ht||(ht=dn(nt.doc,st.line)),Qr(nt,ht,sd(nt,ht,st.ch,gt),dt)}function Go(nt,st,dt,ht,gt,Pt){ht=ht||dn(nt.doc,st.line),gt||(gt=jl(nt,ht));function Tt(xn,Cn){var Rn=Da(nt,gt,xn,Cn?"right":"left",Pt);return Cn?Rn.left=Rn.right:Rn.right=Rn.left,Qr(nt,ht,Rn,dt)}var Rt=Dn(ht,nt.doc.direction),Dt=st.ch,Yt=st.sticky;if(Dt>=ht.text.length?(Dt=ht.text.length,Yt="before"):Dt<=0&&(Dt=0,Yt="after"),!Rt)return Tt(Yt=="before"?Dt-1:Dt,Yt=="before");function pe(xn,Cn,Rn){var ri=Rt[Cn],Mi=ri.level==1;return Tt(Rn?xn-1:xn,Mi!=Rn)}var Zt=nn(Rt,Dt,Yt),Ae=$e,Ee=pe(Dt,Zt,Yt=="before");return Ae!=null&&(Ee.other=pe(Dt,Ae,Yt!="before")),Ee}function Os(nt,st){var dt=0;st=vn(nt.doc,st),nt.options.lineWrapping||(dt=Sh(nt.display)*st.ch);var ht=dn(nt.doc,st.line),gt=po(ht)+As(nt.display);return{left:dt,right:dt,top:gt,bottom:gt+ht.height}}function _r(nt,st,dt,ht,gt){var Pt=Le(nt,st,dt);return Pt.xRel=gt,ht&&(Pt.outside=ht),Pt}function ss(nt,st,dt){var ht=nt.doc;if(dt+=nt.display.viewOffset,dt<0)return _r(ht.first,0,null,-1,-1);var gt=Fe(ht,dt),Pt=ht.first+ht.size-1;if(gt>Pt)return _r(ht.first+ht.size-1,dn(ht,Pt).text.length,null,1,1);st<0&&(st=0);for(var Tt=dn(ht,gt);;){var Rt=_e(nt,Tt,gt,st,dt),Dt=li(Tt,Rt.ch+(Rt.xRel>0||Rt.outside>0?1:0));if(!Dt)return Rt;var Yt=Dt.find(1);if(Yt.line==gt)return Yt;Tt=dn(ht,gt=Yt.line)}}function ai(nt,st,dt,ht){ht-=Hr(st);var gt=st.text.length,Pt=Xe(function(Tt){return Da(nt,dt,Tt-1).bottom<=ht},gt,0);return gt=Xe(function(Tt){return Da(nt,dt,Tt).top>ht},Pt,gt),{begin:Pt,end:gt}}function Oa(nt,st,dt,ht){dt||(dt=jl(nt,st));var gt=Qr(nt,st,Da(nt,dt,ht),"line").top;return ai(nt,st,dt,gt)}function Jt(nt,st,dt,ht){return nt.bottom<=dt?!1:nt.top>dt?!0:(ht?nt.left:nt.right)>st}function _e(nt,st,dt,ht,gt){gt-=po(st);var Pt=jl(nt,st),Tt=Hr(st),Rt=0,Dt=st.text.length,Yt=!0,pe=Dn(st,nt.doc.direction);if(pe){var Zt=(nt.options.lineWrapping?yh:Gl)(nt,st,dt,Pt,pe,ht,gt);Yt=Zt.level!=1,Rt=Yt?Zt.from:Zt.to-1,Dt=Yt?Zt.to:Zt.from-1}var Ae=null,Ee=null,xn=Xe(function(ro){var mi=Da(nt,Pt,ro);return mi.top+=Tt,mi.bottom+=Tt,Jt(mi,ht,gt,!1)?(mi.top<=gt&&mi.left<=ht&&(Ae=ro,Ee=mi),!0):!1},Rt,Dt),Cn,Rn,ri=!1;if(Ee){var Mi=ht-Ee.left<Ee.right-ht,yi=Mi==Yt;xn=Ae+(yi?0:1),Rn=yi?"after":"before",Cn=Mi?Ee.left:Ee.right}else{!Yt&&(xn==Dt||xn==Rt)&&xn++,Rn=xn==0?"after":xn==st.text.length?"before":Da(nt,Pt,xn-(Yt?1:0)).bottom+Tt<=gt==Yt?"after":"before";var Di=Go(nt,Le(dt,xn,Rn),"line",st,Pt);Cn=Di.left,ri=gt<Di.top?-1:gt>=Di.bottom?1:0}return xn=sn(st.text,xn,1),_r(dt,xn,Rn,ri,ht-Cn)}function Gl(nt,st,dt,ht,gt,Pt,Tt){var Rt=Xe(function(Zt){var Ae=gt[Zt],Ee=Ae.level!=1;return Jt(Go(nt,Le(dt,Ee?Ae.to:Ae.from,Ee?"before":"after"),"line",st,ht),Pt,Tt,!0)},0,gt.length-1),Dt=gt[Rt];if(Rt>0){var Yt=Dt.level!=1,pe=Go(nt,Le(dt,Yt?Dt.from:Dt.to,Yt?"after":"before"),"line",st,ht);Jt(pe,Pt,Tt,!0)&&pe.top>Tt&&(Dt=gt[Rt-1])}return Dt}function yh(nt,st,dt,ht,gt,Pt,Tt){var Rt=ai(nt,st,ht,Tt),Dt=Rt.begin,Yt=Rt.end;/\s/.test(st.text.charAt(Yt-1))&&Yt--;for(var pe=null,Zt=null,Ae=0;Ae<gt.length;Ae++){var Ee=gt[Ae];if(!(Ee.from>=Yt||Ee.to<=Dt)){var xn=Ee.level!=1,Cn=Da(nt,ht,xn?Math.min(Yt,Ee.to)-1:Math.max(Dt,Ee.from)).right,Rn=Cn<Pt?Pt-Cn+1e9:Cn-Pt;(!pe||Zt>Rn)&&(pe=Ee,Zt=Rn)}}return pe||(pe=gt[gt.length-1]),pe.from<Dt&&(pe={from:Dt,to:pe.to,level:pe.level}),pe.to>Yt&&(pe={from:pe.from,to:Yt,level:pe.level}),pe}var Ia;function su(nt){if(nt.cachedTextHeight!=null)return nt.cachedTextHeight;if(Ia==null){Ia=qt("pre",null,"CodeMirror-line-like");for(var st=0;st<49;++st)Ia.appendChild(document.createTextNode("x")),Ia.appendChild(qt("br"));Ia.appendChild(document.createTextNode("x"))}ie(nt.measure,Ia);var dt=Ia.offsetHeight/50;return dt>3&&(nt.cachedTextHeight=dt),$t(nt.measure),dt||1}function Sh(nt){if(nt.cachedCharWidth!=null)return nt.cachedCharWidth;var st=qt("span","xxxxxxxxxx"),dt=qt("pre",[st],"CodeMirror-line-like");ie(nt.measure,dt);var ht=st.getBoundingClientRect(),gt=(ht.right-ht.left)/10;return gt>2&&(nt.cachedCharWidth=gt),gt||10}function _f(nt){for(var st=nt.display,dt={},ht={},gt=st.gutters.clientLeft,Pt=st.gutters.firstChild,Tt=0;Pt;Pt=Pt.nextSibling,++Tt){var Rt=nt.display.gutterSpecs[Tt].className;dt[Rt]=Pt.offsetLeft+Pt.clientLeft+gt,ht[Rt]=Pt.clientWidth}return{fixedPos:Kd(st),gutterTotalWidth:st.gutters.offsetWidth,gutterLeft:dt,gutterWidth:ht,wrapperWidth:st.wrapper.clientWidth}}function Kd(nt){return nt.scroller.getBoundingClientRect().left-nt.sizer.getBoundingClientRect().left}function Pr(nt){var st=su(nt.display),dt=nt.options.lineWrapping,ht=dt&&Math.max(5,nt.display.scroller.clientWidth/Sh(nt.display)-3);return function(gt){if(Ue(nt.doc,gt))return 0;var Pt=0;if(gt.widgets)for(var Tt=0;Tt<gt.widgets.length;Tt++)gt.widgets[Tt].height&&(Pt+=gt.widgets[Tt].height);return dt?Pt+(Math.ceil(gt.text.length/ht)||1)*st:Pt+st}}function Vi(nt){var st=nt.doc,dt=Pr(nt);st.iter(function(ht){var gt=dt(ht);gt!=ht.height&&yn(ht,gt)})}function qs(nt,st,dt,ht){var gt=nt.display;if(!dt&&Ki(st).getAttribute("cm-not-content")=="true")return null;var Pt,Tt,Rt=gt.lineSpace.getBoundingClientRect();try{Pt=st.clientX-Rt.left,Tt=st.clientY-Rt.top}catch(Zt){return null}var Dt=ss(nt,Pt,Tt),Yt;if(ht&&Dt.xRel>0&&(Yt=dn(nt.doc,Dt.line).text).length==Dt.ch){var pe=ge(Yt,Yt.length,nt.options.tabSize)-Yt.length;Dt=Le(Dt.line,Math.max(0,Math.round((Pt-Ja(nt.display).left)/Sh(nt.display))-pe))}return Dt}function Ra(nt,st){if(st>=nt.display.viewTo||(st-=nt.display.viewFrom,st<0))return null;for(var dt=nt.display.view,ht=0;ht<dt.length;ht++)if(st-=dt[ht].size,st<0)return ht}function wr(nt,st,dt,ht){st==null&&(st=nt.doc.first),dt==null&&(dt=nt.doc.first+nt.doc.size),ht||(ht=0);var gt=nt.display;if(ht&&dt<gt.viewTo&&(gt.updateLineNumbers==null||gt.updateLineNumbers>st)&&(gt.updateLineNumbers=st),nt.curOp.viewChanged=!0,st>=gt.viewTo)Ie&&xi(nt.doc,st)<gt.viewTo&&Wr(nt);else if(dt<=gt.viewFrom)Ie&&ci(nt.doc,dt+ht)>gt.viewFrom?Wr(nt):(gt.viewFrom+=ht,gt.viewTo+=ht);else if(st<=gt.viewFrom&&dt>=gt.viewTo)Wr(nt);else if(st<=gt.viewFrom){var Pt=fa(nt,dt,dt+ht,1);Pt?(gt.view=gt.view.slice(Pt.index),gt.viewFrom=Pt.lineN,gt.viewTo+=ht):Wr(nt)}else if(dt>=gt.viewTo){var Tt=fa(nt,st,st,-1);Tt?(gt.view=gt.view.slice(0,Tt.index),gt.viewTo=Tt.lineN):Wr(nt)}else{var Rt=fa(nt,st,st,-1),Dt=fa(nt,dt,dt+ht,1);Rt&&Dt?(gt.view=gt.view.slice(0,Rt.index).concat(Jo(nt,Rt.lineN,Dt.lineN)).concat(gt.view.slice(Dt.index)),gt.viewTo+=ht):Wr(nt)}var Yt=gt.externalMeasured;Yt&&(dt<Yt.lineN?Yt.lineN+=ht:st<Yt.lineN+Yt.size&&(gt.externalMeasured=null))}function Co(nt,st,dt){nt.curOp.viewChanged=!0;var ht=nt.display,gt=nt.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[Ra(nt,st)];if(Pt.node!=null){var Tt=Pt.changes||(Pt.changes=[]);wn(Tt,dt)==-1&&Tt.push(dt)}}}function Wr(nt){nt.display.viewFrom=nt.display.viewTo=nt.doc.first,nt.display.view=[],nt.display.viewOffset=0}function fa(nt,st,dt,ht){var gt=Ra(nt,st),Pt,Tt=nt.display.view;if(!Ie||dt==nt.doc.first+nt.doc.size)return{index:gt,lineN:dt};for(var Rt=nt.display.viewFrom,Dt=0;Dt<gt;Dt++)Rt+=Tt[Dt].size;if(Rt!=st){if(ht>0){if(gt==Tt.length-1)return null;Pt=Rt+Tt[gt].size-st,gt++}else Pt=Rt-st;st+=Pt,dt+=Pt}for(;xi(nt.doc,dt)!=dt;){if(gt==(ht<0?0:Tt.length-1))return null;dt+=ht*Tt[gt-(ht<0?1:0)].size,gt+=ht}return{index:gt,lineN:dt}}function fr(nt,st,dt){var ht=nt.display,gt=ht.view;gt.length==0||st>=ht.viewTo||dt<=ht.viewFrom?(ht.view=Jo(nt,st,dt),ht.viewFrom=st):(ht.viewFrom>st?ht.view=Jo(nt,st,ht.viewFrom).concat(ht.view):ht.viewFrom<st&&(ht.view=ht.view.slice(Ra(nt,st))),ht.viewFrom=st,ht.viewTo<dt?ht.view=ht.view.concat(Jo(nt,ht.viewTo,dt)):ht.viewTo>dt&&(ht.view=ht.view.slice(0,Ra(nt,dt)))),ht.viewTo=dt}function Pa(nt){for(var st=nt.display.view,dt=0,ht=0;ht<st.length;ht++){var gt=st[ht];!gt.hidden&&(!gt.node||gt.changes)&&++dt}return dt}function as(nt){nt.display.input.showSelection(nt.display.input.prepareSelection())}function Nu(nt,st){st===void 0&&(st=!0);for(var dt=nt.doc,ht={},gt=ht.cursors=document.createDocumentFragment(),Pt=ht.selection=document.createDocumentFragment(),Tt=0;Tt<dt.sel.ranges.length;Tt++)if(!(!st&&Tt==dt.sel.primIndex)){var Rt=dt.sel.ranges[Tt];if(!(Rt.from().line>=nt.display.viewTo||Rt.to().line<nt.display.viewFrom)){var Dt=Rt.empty();(Dt||nt.options.showCursorWhenSelecting)&&jo(nt,Rt.head,gt),Dt||Io(nt,Rt,Pt)}}return ht}function jo(nt,st,dt){var ht=Go(nt,st,"div",null,null,!nt.options.singleCursorHeightPerLine),gt=dt.appendChild(qt("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)*nt.options.cursorHeight+"px",ht.other){var Pt=dt.appendChild(qt("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 ta(nt,st){return nt.top-st.top||nt.left-st.left}function Io(nt,st,dt){var ht=nt.display,gt=nt.doc,Pt=document.createDocumentFragment(),Tt=Ja(nt.display),Rt=Tt.left,Dt=Math.max(ht.sizerWidth,da(nt)-ht.sizer.offsetLeft)-Tt.right,Yt=gt.direction=="ltr";function pe(yi,Di,ro,mi){Di<0&&(Di=0),Di=Math.round(Di),mi=Math.round(mi),Pt.appendChild(qt("div",null,"CodeMirror-selected","position: absolute; left: "+yi+`px;
|
|
top: `+Di+"px; width: "+(ro==null?Dt-yi:ro)+`px;
|
|
height: `+(mi-Di)+"px"))}function Zt(yi,Di,ro){var mi=dn(gt,yi),ko=mi.text.length,Cr,hs;function Fr(ns,ka){return Eo(nt,Le(yi,ns),"div",mi,ka)}function pa(ns,ka,Rs){var is=Oa(nt,mi,null,ns),Qo=ka=="ltr"==(Rs=="after")?"left":"right",Dr=Rs=="after"?is.begin:is.end-(/\s/.test(mi.text.charAt(is.end-1))?2:1);return Fr(Dr,Qo)[Qo]}var Vs=Dn(mi,gt.direction);return Te(Vs,Di||0,ro==null?ko:ro,function(ns,ka,Rs,is){var Qo=Rs=="ltr",Dr=Fr(ns,Qo?"left":"right"),xs=Fr(ka-1,Qo?"right":"left"),zs=Di==null&&ns==0,dl=ro==null&&ka==ko,Ar=is==0,el=!Vs||is==Vs.length-1;if(xs.top-Dr.top<=3){var jr=(Yt?zs:dl)&&Ar,yf=(Yt?dl:zs)&&el,Ha=jr?Rt:(Qo?Dr:xs).left,Ma=yf?Dt:(Qo?xs:Dr).right;pe(Ha,Dr.top,Ma-Ha,Dr.bottom)}else{var ma,gr,Ps,Ul;Qo?(ma=Yt&&zs&&Ar?Rt:Dr.left,gr=Yt?Dt:pa(ns,Rs,"before"),Ps=Yt?Rt:pa(ka,Rs,"after"),Ul=Yt&&dl&&el?Dt:xs.right):(ma=Yt?pa(ns,Rs,"before"):Rt,gr=!Yt&&zs&&Ar?Dt:Dr.right,Ps=!Yt&&dl&&el?Rt:xs.left,Ul=Yt?pa(ka,Rs,"after"):Dt),pe(ma,Dr.top,gr-ma,Dr.bottom),Dr.bottom<xs.top&&pe(Rt,Dr.bottom,null,xs.top),pe(Ps,xs.top,Ul-Ps,xs.bottom)}(!Cr||ta(Dr,Cr)<0)&&(Cr=Dr),ta(xs,Cr)<0&&(Cr=xs),(!hs||ta(Dr,hs)<0)&&(hs=Dr),ta(xs,hs)<0&&(hs=xs)}),{start:Cr,end:hs}}var Ae=st.from(),Ee=st.to();if(Ae.line==Ee.line)Zt(Ae.line,Ae.ch,Ee.ch);else{var xn=dn(gt,Ae.line),Cn=dn(gt,Ee.line),Rn=ki(xn)==ki(Cn),ri=Zt(Ae.line,Ae.ch,Rn?xn.text.length+1:null).end,Mi=Zt(Ee.line,Rn?0:null,Ee.ch).start;Rn&&(ri.top<Mi.top-2?(pe(ri.right,ri.top,null,ri.bottom),pe(Rt,Mi.top,Mi.left,Mi.bottom)):pe(ri.right,ri.top,Mi.left-ri.right,ri.bottom)),ri.bottom<Mi.top&&pe(Rt,ri.bottom,null,Mi.top)}dt.appendChild(Pt)}function sr(nt){if(nt.state.focused){var st=nt.display;clearInterval(st.blinker);var dt=!0;st.cursorDiv.style.visibility="",nt.options.cursorBlinkRate>0?st.blinker=setInterval(function(){nt.hasFocus()||xh(nt),st.cursorDiv.style.visibility=(dt=!dt)?"":"hidden"},nt.options.cursorBlinkRate):nt.options.cursorBlinkRate<0&&(st.cursorDiv.style.visibility="hidden")}}function vr(nt){nt.state.focused||(nt.display.input.focus(),Ho(nt))}function Mr(nt){nt.state.delayingBlurEvent=!0,setTimeout(function(){nt.state.delayingBlurEvent&&(nt.state.delayingBlurEvent=!1,xh(nt))},100)}function Ho(nt,st){nt.state.delayingBlurEvent&&(nt.state.delayingBlurEvent=!1),nt.options.readOnly!="nocursor"&&(nt.state.focused||(Hn(nt,"focus",nt,st),nt.state.focused=!0,Nn(nt.display.wrapper,"CodeMirror-focused"),!nt.curOp&&nt.display.selForContextMenu!=nt.doc.sel&&(nt.display.input.reset(),oe&&setTimeout(function(){return nt.display.input.reset(!0)},20)),nt.display.input.receivedFocus()),sr(nt))}function xh(nt,st){nt.state.delayingBlurEvent||(nt.state.focused&&(Hn(nt,"blur",nt,st),nt.state.focused=!1,Vt(nt.display.wrapper,"CodeMirror-focused")),clearInterval(nt.display.blinker),setTimeout(function(){nt.state.focused||(nt.display.shift=!1)},150))}function zi(nt){for(var st=nt.display,dt=st.lineDiv.offsetTop,ht=0;ht<st.view.length;ht++){var gt=st.view[ht],Pt=nt.options.lineWrapping,Tt=void 0,Rt=0;if(!gt.hidden){if(le&&ue<8){var Dt=gt.node.offsetTop+gt.node.offsetHeight;Tt=Dt-dt,dt=Dt}else{var Yt=gt.node.getBoundingClientRect();Tt=Yt.bottom-Yt.top,!Pt&>.text.firstChild&&(Rt=gt.text.firstChild.getBoundingClientRect().right-Yt.left-1)}var pe=gt.line.height-Tt;if((pe>.005||pe<-.005)&&(yn(gt.line,Tt),Dp(gt.line),gt.rest))for(var Zt=0;Zt<gt.rest.length;Zt++)Dp(gt.rest[Zt]);if(Rt>nt.display.sizerWidth){var Ae=Math.ceil(Rt/Sh(nt.display));Ae>nt.display.maxLineLength&&(nt.display.maxLineLength=Ae,nt.display.maxLine=gt.line,nt.display.maxLineChanged=!0)}}}}function Dp(nt){if(nt.widgets)for(var st=0;st<nt.widgets.length;++st){var dt=nt.widgets[st],ht=dt.node.parentNode;ht&&(dt.height=ht.offsetHeight)}}function Oo(nt,st,dt){var ht=dt&&dt.top!=null?Math.max(0,dt.top):nt.scroller.scrollTop;ht=Math.floor(ht-As(nt));var gt=dt&&dt.bottom!=null?dt.bottom:ht+nt.wrapper.clientHeight,Pt=Fe(st,ht),Tt=Fe(st,gt);if(dt&&dt.ensure){var Rt=dt.ensure.from.line,Dt=dt.ensure.to.line;Rt<Pt?(Pt=Rt,Tt=Fe(st,po(dn(st,Rt))+nt.wrapper.clientHeight)):Math.min(Dt,st.lastLine())>=Tt&&(Pt=Fe(st,po(dn(st,Dt))-nt.wrapper.clientHeight),Tt=Dt)}return{from:Pt,to:Math.max(Tt,Pt+1)}}function Op(nt,st){if(!jn(nt,"scrollCursorIntoView")){var dt=nt.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&&!tn){var Pt=qt("div","\u200B",null,`position: absolute;
|
|
top: `+(st.top-dt.viewOffset-As(nt.display))+`px;
|
|
height: `+(st.bottom-st.top+zr(nt)+dt.barHeight)+`px;
|
|
left: `+st.left+"px; width: "+Math.max(2,st.right-st.left)+"px;");nt.display.lineSpace.appendChild(Pt),Pt.scrollIntoView(gt),nt.display.lineSpace.removeChild(Pt)}}}function hd(nt,st,dt,ht){ht==null&&(ht=0);var gt;!nt.options.lineWrapping&&st==dt&&(st=st.ch?Le(st.line,st.sticky=="before"?st.ch-1:st.ch,"after"):st,dt=st.sticky=="before"?Le(st.line,st.ch+1,"before"):st);for(var Pt=0;Pt<5;Pt++){var Tt=!1,Rt=Go(nt,st),Dt=!dt||dt==st?Rt:Go(nt,dt);gt={left:Math.min(Rt.left,Dt.left),top:Math.min(Rt.top,Dt.top)-ht,right:Math.max(Rt.left,Dt.left),bottom:Math.max(Rt.bottom,Dt.bottom)+ht};var Yt=tg(nt,gt),pe=nt.doc.scrollTop,Zt=nt.doc.scrollLeft;if(Yt.scrollTop!=null&&(wh(nt,Yt.scrollTop),Math.abs(nt.doc.scrollTop-pe)>1&&(Tt=!0)),Yt.scrollLeft!=null&&(lu(nt,Yt.scrollLeft),Math.abs(nt.doc.scrollLeft-Zt)>1&&(Tt=!0)),!Tt)break}return gt}function Xd(nt,st){var dt=tg(nt,st);dt.scrollTop!=null&&wh(nt,dt.scrollTop),dt.scrollLeft!=null&&lu(nt,dt.scrollLeft)}function tg(nt,st){var dt=nt.display,ht=su(nt.display);st.top<0&&(st.top=0);var gt=nt.curOp&&nt.curOp.scrollTop!=null?nt.curOp.scrollTop:dt.scroller.scrollTop,Pt=gh(nt),Tt={};st.bottom-st.top>Pt&&(st.bottom=st.top+Pt);var Rt=nt.doc.height+Cl(dt),Dt=st.top<ht,Yt=st.bottom>Rt-ht;if(st.top<gt)Tt.scrollTop=Dt?0:st.top;else if(st.bottom>gt+Pt){var pe=Math.min(st.top,(Yt?Rt:st.bottom)-Pt);pe!=gt&&(Tt.scrollTop=pe)}var Zt=nt.options.fixedGutter?0:dt.gutters.offsetWidth,Ae=nt.curOp&&nt.curOp.scrollLeft!=null?nt.curOp.scrollLeft:dt.scroller.scrollLeft-Zt,Ee=da(nt)-dt.gutters.offsetWidth,xn=st.right-st.left>Ee;return xn&&(st.right=st.left+Ee),st.left<10?Tt.scrollLeft=0:st.left<Ae?Tt.scrollLeft=Math.max(0,st.left+Zt-(xn?0:10)):st.right>Ee+Ae-3&&(Tt.scrollLeft=st.right+(xn?0:10)-Ee),Tt}function Wf(nt,st){st!=null&&(Hl(nt),nt.curOp.scrollTop=(nt.curOp.scrollTop==null?nt.doc.scrollTop:nt.curOp.scrollTop)+st)}function au(nt){Hl(nt);var st=nt.getCursor();nt.curOp.scrollToPos={from:st,to:st,margin:nt.options.cursorScrollMargin}}function Ph(nt,st,dt){(st!=null||dt!=null)&&Hl(nt),st!=null&&(nt.curOp.scrollLeft=st),dt!=null&&(nt.curOp.scrollTop=dt)}function _o(nt,st){Hl(nt),nt.curOp.scrollToPos=st}function Hl(nt){var st=nt.curOp.scrollToPos;if(st){nt.curOp.scrollToPos=null;var dt=Os(nt,st.from),ht=Os(nt,st.to);Vf(nt,dt,ht,st.margin)}}function Vf(nt,st,dt,ht){var gt=tg(nt,{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(nt,gt.scrollLeft,gt.scrollTop)}function wh(nt,st){Math.abs(nt.doc.scrollTop-st)<2||(bt||Ou(nt,{top:st}),eg(nt,st,!0),bt&&Ou(nt),dd(nt,100))}function eg(nt,st,dt){st=Math.max(0,Math.min(nt.display.scroller.scrollHeight-nt.display.scroller.clientHeight,st)),!(nt.display.scroller.scrollTop==st&&!dt)&&(nt.doc.scrollTop=st,nt.display.scrollbars.setScrollTop(st),nt.display.scroller.scrollTop!=st&&(nt.display.scroller.scrollTop=st))}function lu(nt,st,dt,ht){st=Math.max(0,Math.min(st,nt.display.scroller.scrollWidth-nt.display.scroller.clientWidth)),!((dt?st==nt.doc.scrollLeft:Math.abs(nt.doc.scrollLeft-st)<2)&&!ht)&&(nt.doc.scrollLeft=st,Zf(nt),nt.display.scroller.scrollLeft!=st&&(nt.display.scroller.scrollLeft=st),nt.display.scrollbars.setScrollLeft(st))}function Qa(nt){var st=nt.display,dt=st.gutters.offsetWidth,ht=Math.round(nt.doc.height+Cl(nt.display));return{clientHeight:st.scroller.clientHeight,viewHeight:st.wrapper.clientHeight,scrollWidth:st.scroller.scrollWidth,clientWidth:st.scroller.clientWidth,viewWidth:st.wrapper.clientWidth,barLeft:nt.options.fixedGutter?dt:0,docHeight:ht,scrollHeight:ht+zr(nt)+st.barHeight,nativeBarWidth:st.nativeBarWidth,gutterWidth:dt}}var Eu=function(nt,st,dt){this.cm=dt;var ht=this.vert=qt("div",[qt("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),gt=this.horiz=qt("div",[qt("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");ht.tabIndex=gt.tabIndex=-1,nt(ht),nt(gt),se(ht,"scroll",function(){ht.clientHeight&&st(ht.scrollTop,"vertical")}),se(gt,"scroll",function(){gt.clientWidth&&st(gt.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,le&&ue<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};Eu.prototype.update=function(nt){var st=nt.scrollWidth>nt.clientWidth+1,dt=nt.scrollHeight>nt.clientHeight+1,ht=nt.nativeBarWidth;if(dt){this.vert.style.display="block",this.vert.style.bottom=st?ht+"px":"0";var gt=nt.viewHeight-(st?ht:0);this.vert.firstChild.style.height=Math.max(0,nt.scrollHeight-nt.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=nt.barLeft+"px";var Pt=nt.viewWidth-nt.barLeft-(dt?ht:0);this.horiz.firstChild.style.width=Math.max(0,nt.scrollWidth-nt.clientWidth+Pt)+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&nt.clientHeight>0&&(ht==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:dt?ht:0,bottom:st?ht:0}},Eu.prototype.setScrollLeft=function(nt){this.horiz.scrollLeft!=nt&&(this.horiz.scrollLeft=nt),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},Eu.prototype.setScrollTop=function(nt){this.vert.scrollTop!=nt&&(this.vert.scrollTop=nt),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},Eu.prototype.zeroWidthHack=function(){var nt=ct&&!he?"12px":"18px";this.horiz.style.height=this.vert.style.width=nt,this.horiz.style.pointerEvents=this.vert.style.pointerEvents="none",this.disableHoriz=new Kt,this.disableVert=new Kt},Eu.prototype.enableZeroWidthBar=function(nt,st,dt){nt.style.pointerEvents="auto";function ht(){var gt=nt.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!=nt?nt.style.pointerEvents="none":st.set(1e3,ht)}st.set(1e3,ht)},Eu.prototype.clear=function(){var nt=this.horiz.parentNode;nt.removeChild(this.horiz),nt.removeChild(this.vert)};var kl=function(){};kl.prototype.update=function(){return{bottom:0,right:0}},kl.prototype.setScrollLeft=function(){},kl.prototype.setScrollTop=function(){},kl.prototype.clear=function(){};function Fu(nt,st){st||(st=Qa(nt));var dt=nt.display.barWidth,ht=nt.display.barHeight;Yf(nt,st);for(var gt=0;gt<4&&dt!=nt.display.barWidth||ht!=nt.display.barHeight;gt++)dt!=nt.display.barWidth&&nt.options.lineWrapping&&zi(nt),Yf(nt,Qa(nt)),dt=nt.display.barWidth,ht=nt.display.barHeight}function Yf(nt,st){var dt=nt.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&&nt.options.coverGutterNextToScrollbar&&nt.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:Eu,null:kl};function ig(nt){nt.display.scrollbars&&(nt.display.scrollbars.clear(),nt.display.scrollbars.addClass&&Vt(nt.display.wrapper,nt.display.scrollbars.addClass)),nt.display.scrollbars=new ng[nt.options.scrollbarStyle](function(st){nt.display.wrapper.insertBefore(st,nt.display.scrollbarFiller),se(st,"mousedown",function(){nt.state.focused&&setTimeout(function(){return nt.display.input.focus()},0)}),st.setAttribute("cm-not-content","true")},function(st,dt){dt=="horizontal"?lu(nt,st):wh(nt,st)},nt),nt.display.scrollbars.addClass&&Nn(nt.display.wrapper,nt.display.scrollbars.addClass)}var Ip=0;function Au(nt){nt.curOp={cm:nt,viewChanged:!1,startHeight:nt.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},wl(nt.curOp)}function Bu(nt){var st=nt.curOp;st&&Xa(st,function(dt){for(var ht=0;ht<dt.ops.length;ht++)dt.ops[ht].cm.curOp=null;J0(dt)})}function J0(nt){for(var st=nt.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++)Br(st[Pt]);for(var Tt=0;Tt<st.length;Tt++)Du(st[Tt])}function Q0(nt){var st=nt.cm,dt=st.display;zp(st),nt.updateMaxLine&&Xo(st),nt.mustUpdate=nt.viewChanged||nt.forceUpdate||nt.scrollTop!=null||nt.scrollToPos&&(nt.scrollToPos.from.line<dt.viewFrom||nt.scrollToPos.to.line>=dt.viewTo)||dt.maxLineChanged&&st.options.lineWrapping,nt.update=nt.mustUpdate&&new Ch(st,nt.mustUpdate&&{top:nt.scrollTop,ensure:nt.scrollToPos},nt.forceUpdate)}function $0(nt){nt.updatedDisplay=nt.mustUpdate&&Uf(nt.cm,nt.update)}function Rp(nt){var st=nt.cm,dt=st.display;nt.updatedDisplay&&zi(st),nt.barMeasure=Qa(st),dt.maxLineChanged&&!st.options.lineWrapping&&(nt.adjustWidthTo=sd(st,dt.maxLine,dt.maxLine.text.length).left+3,st.display.sizerWidth=nt.adjustWidthTo,nt.barMeasure.scrollWidth=Math.max(dt.scroller.clientWidth,dt.sizer.offsetLeft+nt.adjustWidthTo+zr(st)+st.display.barWidth),nt.maxScrollLeft=Math.max(0,dt.sizer.offsetLeft+nt.adjustWidthTo-da(st))),(nt.updatedDisplay||nt.selectionChanged)&&(nt.preparedSelection=dt.input.prepareSelection())}function Br(nt){var st=nt.cm;nt.adjustWidthTo!=null&&(st.display.sizer.style.minWidth=nt.adjustWidthTo+"px",nt.maxScrollLeft<st.doc.scrollLeft&&lu(st,Math.min(st.display.scroller.scrollLeft,nt.maxScrollLeft),!0),st.display.maxLineChanged=!1);var dt=nt.focus&&nt.focus==un();nt.preparedSelection&&st.display.input.showSelection(nt.preparedSelection,dt),(nt.updatedDisplay||nt.startHeight!=st.doc.height)&&Fu(st,nt.barMeasure),nt.updatedDisplay&&Ru(st,nt.barMeasure),nt.selectionChanged&&sr(st),st.state.focused&&nt.updateInput&&st.display.input.reset(nt.typing),dt&&vr(nt.cm)}function Du(nt){var st=nt.cm,dt=st.display,ht=st.doc;if(nt.updatedDisplay&&ar(st,nt.update),dt.wheelStartX!=null&&(nt.scrollTop!=null||nt.scrollLeft!=null||nt.scrollToPos)&&(dt.wheelStartX=dt.wheelStartY=null),nt.scrollTop!=null&&eg(st,nt.scrollTop,nt.forceScroll),nt.scrollLeft!=null&&lu(st,nt.scrollLeft,!0,!0),nt.scrollToPos){var gt=hd(st,vn(ht,nt.scrollToPos.from),vn(ht,nt.scrollToPos.to),nt.scrollToPos.margin);Op(st,gt)}var Pt=nt.maybeHiddenMarkers,Tt=nt.maybeUnhiddenMarkers;if(Pt)for(var Rt=0;Rt<Pt.length;++Rt)Pt[Rt].lines.length||Hn(Pt[Rt],"hide");if(Tt)for(var Dt=0;Dt<Tt.length;++Dt)Tt[Dt].lines.length&&Hn(Tt[Dt],"unhide");dt.wrapper.offsetHeight&&(ht.scrollTop=st.display.scroller.scrollTop),nt.changeObjs&&Hn(st,"changes",st,nt.changeObjs),nt.update&&nt.update.finish()}function tr(nt,st){if(nt.curOp)return st();Au(nt);try{return st()}finally{Bu(nt)}}function ls(nt,st){return function(){if(nt.curOp)return st.apply(nt,arguments);Au(nt);try{return st.apply(nt,arguments)}finally{Bu(nt)}}}function ps(nt){return function(){if(this.curOp)return nt.apply(this,arguments);Au(this);try{return nt.apply(this,arguments)}finally{Bu(this)}}}function ms(nt){return function(){var st=this.cm;if(!st||st.curOp)return nt.apply(this,arguments);Au(st);try{return nt.apply(this,arguments)}finally{Bu(st)}}}function dd(nt,st){nt.doc.highlightFrontier<nt.display.viewTo&&nt.state.highlight.set(st,Ti(vs,nt))}function vs(nt){var st=nt.doc;if(!(st.highlightFrontier>=nt.display.viewTo)){var dt=+new Date+nt.options.workTime,ht=ho(nt,st.highlightFrontier),gt=[];st.iter(ht.line,Math.min(st.first+st.size,nt.display.viewTo+500),function(Pt){if(ht.line>=nt.display.viewFrom){var Tt=Pt.styles,Rt=Pt.text.length>nt.options.maxHighlightLength?Sn(st.mode,ht.state):null,Dt=Po(nt,Pt,ht,!0);Rt&&(ht.state=Rt),Pt.styles=Dt.styles;var Yt=Pt.styleClasses,pe=Dt.classes;pe?Pt.styleClasses=pe:Yt&&(Pt.styleClasses=null);for(var Zt=!Tt||Tt.length!=Pt.styles.length||Yt!=pe&&(!Yt||!pe||Yt.bgClass!=pe.bgClass||Yt.textClass!=pe.textClass),Ae=0;!Zt&&Ae<Tt.length;++Ae)Zt=Tt[Ae]!=Pt.styles[Ae];Zt&>.push(ht.line),Pt.stateAfter=ht.save(),ht.nextLine()}else Pt.text.length<=nt.options.maxHighlightLength&&Se(nt,Pt.text,ht),Pt.stateAfter=ht.line%5==0?ht.save():null,ht.nextLine();if(+new Date>dt)return dd(nt,nt.options.workDelay),!0}),st.highlightFrontier=ht.line,st.modeFrontier=Math.max(st.modeFrontier,ht.line),gt.length&&tr(nt,function(){for(var Pt=0;Pt<gt.length;Pt++)Co(nt,gt[Pt],"text")})}}var Ch=function(nt,st,dt){var ht=nt.display;this.viewport=st,this.visible=Oo(ht,nt.doc,st),this.editorIsHidden=!ht.wrapper.offsetWidth,this.wrapperHeight=ht.wrapper.clientHeight,this.wrapperWidth=ht.wrapper.clientWidth,this.oldDisplayWidth=da(nt),this.force=dt,this.dims=_f(nt),this.events=[]};Ch.prototype.signal=function(nt,st){Jn(nt,st)&&this.events.push(arguments)},Ch.prototype.finish=function(){for(var nt=0;nt<this.events.length;nt++)Hn.apply(null,this.events[nt])};function zp(nt){var st=nt.display;!st.scrollbarsClipped&&st.scroller.offsetWidth&&(st.nativeBarWidth=st.scroller.offsetWidth-st.scroller.clientWidth,st.heightForcer.style.height=zr(nt)+"px",st.sizer.style.marginBottom=-st.nativeBarWidth+"px",st.sizer.style.borderRightWidth=zr(nt)+"px",st.scrollbarsClipped=!0)}function jp(nt){if(nt.hasFocus())return null;var st=un();if(!st||!Ve(nt.display.lineDiv,st))return null;var dt={activeElt:st};if(window.getSelection){var ht=window.getSelection();ht.anchorNode&&ht.extend&&Ve(nt.display.lineDiv,ht.anchorNode)&&(dt.anchorNode=ht.anchorNode,dt.anchorOffset=ht.anchorOffset,dt.focusNode=ht.focusNode,dt.focusOffset=ht.focusOffset)}return dt}function ca(nt){if(!(!nt||!nt.activeElt||nt.activeElt==un())&&(nt.activeElt.focus(),!/^(INPUT|TEXTAREA)$/.test(nt.activeElt.nodeName)&&nt.anchorNode&&Ve(document.body,nt.anchorNode)&&Ve(document.body,nt.focusNode))){var st=window.getSelection(),dt=document.createRange();dt.setEnd(nt.anchorNode,nt.anchorOffset),dt.collapse(!1),st.removeAllRanges(),st.addRange(dt),st.extend(nt.focusNode,nt.focusOffset)}}function Uf(nt,st){var dt=nt.display,ht=nt.doc;if(st.editorIsHidden)return Wr(nt),!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(nt)==0)return!1;$r(nt)&&(Wr(nt),st.dims=_f(nt));var gt=ht.first+ht.size,Pt=Math.max(st.visible.from-nt.options.viewportMargin,ht.first),Tt=Math.min(gt,st.visible.to+nt.options.viewportMargin);dt.viewFrom<Pt&&Pt-dt.viewFrom<20&&(Pt=Math.max(ht.first,dt.viewFrom)),dt.viewTo>Tt&&dt.viewTo-Tt<20&&(Tt=Math.min(gt,dt.viewTo)),Ie&&(Pt=xi(nt.doc,Pt),Tt=ci(nt.doc,Tt));var Rt=Pt!=dt.viewFrom||Tt!=dt.viewTo||dt.lastWrapHeight!=st.wrapperHeight||dt.lastWrapWidth!=st.wrapperWidth;fr(nt,Pt,Tt),dt.viewOffset=po(dn(nt.doc,dt.viewFrom)),nt.display.mover.style.top=dt.viewOffset+"px";var Dt=Pa(nt);if(!Rt&&Dt==0&&!st.force&&dt.renderedView==dt.view&&(dt.updateLineNumbers==null||dt.updateLineNumbers>=dt.viewTo))return!1;var Yt=jp(nt);return Dt>4&&(dt.lineDiv.style.display="none"),og(nt,dt.updateLineNumbers,st.dims),Dt>4&&(dt.lineDiv.style.display=""),dt.renderedView=dt.view,ca(Yt),$t(dt.cursorDiv),$t(dt.selectionDiv),dt.gutters.style.height=dt.sizer.style.minHeight=0,Rt&&(dt.lastWrapHeight=st.wrapperHeight,dt.lastWrapWidth=st.wrapperWidth,dd(nt,400)),dt.updateLineNumbers=null,!0}function ar(nt,st){for(var dt=st.viewport,ht=!0;;ht=!1){if(!ht||!nt.options.lineWrapping||st.oldDisplayWidth==da(nt)){if(dt&&dt.top!=null&&(dt={top:Math.min(nt.doc.height+Cl(nt.display)-gh(nt),dt.top)}),st.visible=Oo(nt.display,nt.doc,dt),st.visible.from>=nt.display.viewFrom&&st.visible.to<=nt.display.viewTo)break}else ht&&(st.visible=Oo(nt.display,nt.doc,dt));if(!Uf(nt,st))break;zi(nt);var gt=Qa(nt);as(nt),Fu(nt,gt),Ru(nt,gt),st.force=!1}st.signal(nt,"update",nt),(nt.display.viewFrom!=nt.display.reportedViewFrom||nt.display.viewTo!=nt.display.reportedViewTo)&&(st.signal(nt,"viewportChange",nt,nt.display.viewFrom,nt.display.viewTo),nt.display.reportedViewFrom=nt.display.viewFrom,nt.display.reportedViewTo=nt.display.viewTo)}function Ou(nt,st){var dt=new Ch(nt,st);if(Uf(nt,dt)){zi(nt),ar(nt,dt);var ht=Qa(nt);as(nt),Fu(nt,ht),Ru(nt,ht),dt.finish()}}function og(nt,st,dt){var ht=nt.display,gt=nt.options.lineNumbers,Pt=ht.lineDiv,Tt=Pt.firstChild;function Rt(xn){var Cn=xn.nextSibling;return oe&&ct&&nt.display.currentWheelTarget==xn?xn.style.display="none":xn.parentNode.removeChild(xn),Cn}for(var Dt=ht.view,Yt=ht.viewFrom,pe=0;pe<Dt.length;pe++){var Zt=Dt[pe];if(!Zt.hidden)if(!Zt.node||Zt.node.parentNode!=Pt){var Ae=ha(nt,Zt,Yt,dt);Pt.insertBefore(Ae,Tt)}else{for(;Tt!=Zt.node;)Tt=Rt(Tt);var Ee=gt&&st!=null&&st<=Yt&&Zt.lineNumber;Zt.changes&&(wn(Zt.changes,"gutter")>-1&&(Ee=!1),Tu(nt,Zt,Yt,dt)),Ee&&($t(Zt.lineNumber),Zt.lineNumber.appendChild(document.createTextNode(Fn(nt.options,Yt)))),Tt=Zt.node.nextSibling}Yt+=Zt.size}for(;Tt;)Tt=Rt(Tt)}function Iu(nt){var st=nt.gutters.offsetWidth;nt.sizer.style.marginLeft=st+"px"}function Ru(nt,st){nt.display.sizer.style.minHeight=st.docHeight+"px",nt.display.heightForcer.style.top=st.docHeight+"px",nt.display.gutters.style.height=st.docHeight+nt.display.barHeight+zr(nt)+"px"}function Zf(nt){var st=nt.display,dt=st.view;if(!(!st.alignWidgets&&(!st.gutters.firstChild||!nt.options.fixedGutter))){for(var ht=Kd(st)-st.scroller.scrollLeft+nt.doc.scrollLeft,gt=st.gutters.offsetWidth,Pt=ht+"px",Tt=0;Tt<dt.length;Tt++)if(!dt[Tt].hidden){nt.options.fixedGutter&&(dt[Tt].gutter&&(dt[Tt].gutter.style.left=Pt),dt[Tt].gutterBackground&&(dt[Tt].gutterBackground.style.left=Pt));var Rt=dt[Tt].alignable;if(Rt)for(var Dt=0;Dt<Rt.length;Dt++)Rt[Dt].style.left=Pt}nt.options.fixedGutter&&(st.gutters.style.left=ht+gt+"px")}}function $r(nt){if(!nt.options.lineNumbers)return!1;var st=nt.doc,dt=Fn(nt.options,st.first+st.size-1),ht=nt.display;if(dt.length!=ht.lineNumChars){var gt=ht.measure.appendChild(qt("div",[qt("div",dt)],"CodeMirror-linenumber CodeMirror-gutter-elt")),Pt=gt.firstChild.offsetWidth,Tt=gt.offsetWidth-Pt;return ht.lineGutter.style.width="",ht.lineNumInnerWidth=Math.max(Pt,ht.lineGutter.offsetWidth-Tt)+1,ht.lineNumWidth=ht.lineNumInnerWidth+Tt,ht.lineNumChars=ht.lineNumInnerWidth?dt.length:-1,ht.lineGutter.style.width=ht.lineNumWidth+"px",Iu(nt.display),!0}return!1}function ys(nt,st){for(var dt=[],ht=!1,gt=0;gt<nt.length;gt++){var Pt=nt[gt],Tt=null;if(typeof Pt!="string"&&(Tt=Pt.style,Pt=Pt.className),Pt=="CodeMirror-linenumbers")if(st)ht=!0;else continue;dt.push({className:Pt,style:Tt})}return st&&!ht&&dt.push({className:"CodeMirror-linenumbers",style:null}),dt}function Lh(nt){var st=nt.gutters,dt=nt.gutterSpecs;$t(st),nt.lineGutter=null;for(var ht=0;ht<dt.length;++ht){var gt=dt[ht],Pt=gt.className,Tt=gt.style,Rt=st.appendChild(qt("div",null,"CodeMirror-gutter "+Pt));Tt&&(Rt.style.cssText=Tt),Pt=="CodeMirror-linenumbers"&&(nt.lineGutter=Rt,Rt.style.width=(nt.lineNumWidth||1)+"px")}st.style.display=dt.length?"":"none",Iu(nt)}function za(nt){Lh(nt.display),wr(nt),Zf(nt)}function zu(nt,st,dt,ht){var gt=this;this.input=dt,gt.scrollbarFiller=qt("div",null,"CodeMirror-scrollbar-filler"),gt.scrollbarFiller.setAttribute("cm-not-content","true"),gt.gutterFiller=qt("div",null,"CodeMirror-gutter-filler"),gt.gutterFiller.setAttribute("cm-not-content","true"),gt.lineDiv=Re("div",null,"CodeMirror-code"),gt.selectionDiv=qt("div",null,null,"position: relative; z-index: 1"),gt.cursorDiv=qt("div",null,"CodeMirror-cursors"),gt.measure=qt("div",null,"CodeMirror-measure"),gt.lineMeasure=qt("div",null,"CodeMirror-measure"),gt.lineSpace=Re("div",[gt.measure,gt.lineMeasure,gt.selectionDiv,gt.cursorDiv,gt.lineDiv],null,"position: relative; outline: none");var Pt=Re("div",[gt.lineSpace],"CodeMirror-lines");gt.mover=qt("div",[Pt],null,"position: relative"),gt.sizer=qt("div",[gt.mover],"CodeMirror-sizer"),gt.sizerWidth=null,gt.heightForcer=qt("div",null,null,"position: absolute; height: "+di+"px; width: 1px;"),gt.gutters=qt("div",null,"CodeMirror-gutters"),gt.lineGutter=null,gt.scroller=qt("div",[gt.sizer,gt.heightForcer,gt.gutters],"CodeMirror-scroll"),gt.scroller.setAttribute("tabIndex","-1"),gt.wrapper=qt("div",[gt.scrollbarFiller,gt.gutterFiller,gt.scroller],"CodeMirror"),le&&ue<8&&(gt.gutters.style.zIndex=-1,gt.scroller.style.paddingRight=0),!oe&&!(bt&&it)&&(gt.scroller.draggable=!0),nt&&(nt.appendChild?nt.appendChild(gt.wrapper):nt(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=ys(ht.gutters,ht.lineNumbers),Lh(gt),dt.init(gt)}var wa=0,Vr=null;le?Vr=-.53:bt?Vr=15:Pe?Vr=-.7:Qe&&(Vr=-1/3);function Ml(nt){var st=nt.wheelDeltaX,dt=nt.wheelDeltaY;return st==null&&nt.detail&&nt.axis==nt.HORIZONTAL_AXIS&&(st=nt.detail),dt==null&&nt.detail&&nt.axis==nt.VERTICAL_AXIS?dt=nt.detail:dt==null&&(dt=nt.wheelDelta),{x:st,y:dt}}function ja(nt){var st=Ml(nt);return st.x*=Vr,st.y*=Vr,st}function Ss(nt,st){var dt=Ml(st),ht=dt.x,gt=dt.y,Pt=nt.display,Tt=Pt.scroller,Rt=Tt.scrollWidth>Tt.clientWidth,Dt=Tt.scrollHeight>Tt.clientHeight;if(ht&&Rt||gt&&Dt){if(gt&&ct&&oe){t:for(var Yt=st.target,pe=Pt.view;Yt!=Tt;Yt=Yt.parentNode)for(var Zt=0;Zt<pe.length;Zt++)if(pe[Zt].node==Yt){nt.display.currentWheelTarget=Yt;break t}}if(ht&&!bt&&!Qt&&Vr!=null){gt&&Dt&&wh(nt,Math.max(0,Tt.scrollTop+gt*Vr)),lu(nt,Math.max(0,Tt.scrollLeft+ht*Vr)),(!gt||gt&&Dt)&&qn(st),Pt.wheelStartX=null;return}if(gt&&Vr!=null){var Ae=gt*Vr,Ee=nt.doc.scrollTop,xn=Ee+Pt.wrapper.clientHeight;Ae<0?Ee=Math.max(0,Ee+Ae-50):xn=Math.min(nt.doc.height,xn+Ae+50),Ou(nt,{top:Ee,bottom:xn})}wa<20&&(Pt.wheelStartX==null?(Pt.wheelStartX=Tt.scrollLeft,Pt.wheelStartY=Tt.scrollTop,Pt.wheelDX=ht,Pt.wheelDY=gt,setTimeout(function(){if(Pt.wheelStartX!=null){var Cn=Tt.scrollLeft-Pt.wheelStartX,Rn=Tt.scrollTop-Pt.wheelStartY,ri=Rn&&Pt.wheelDY&&Rn/Pt.wheelDY||Cn&&Pt.wheelDX&&Cn/Pt.wheelDX;Pt.wheelStartX=Pt.wheelStartY=null,ri&&(Vr=(Vr*wa+ri)/(wa+1),++wa)}},200)):(Pt.wheelDX+=ht,Pt.wheelDY+=gt))}}var $a=function(nt,st){this.ranges=nt,this.primIndex=st};$a.prototype.primary=function(){return this.ranges[this.primIndex]},$a.prototype.equals=function(nt){if(nt==this)return!0;if(nt.primIndex!=this.primIndex||nt.ranges.length!=this.ranges.length)return!1;for(var st=0;st<this.ranges.length;st++){var dt=this.ranges[st],ht=nt.ranges[st];if(!Ke(dt.anchor,ht.anchor)||!Ke(dt.head,ht.head))return!1}return!0},$a.prototype.deepCopy=function(){for(var nt=[],st=0;st<this.ranges.length;st++)nt[st]=new lr(Ln(this.ranges[st].anchor),Ln(this.ranges[st].head));return new $a(nt,this.primIndex)},$a.prototype.somethingSelected=function(){for(var nt=0;nt<this.ranges.length;nt++)if(!this.ranges[nt].empty())return!0;return!1},$a.prototype.contains=function(nt,st){st||(st=nt);for(var dt=0;dt<this.ranges.length;dt++){var ht=this.ranges[dt];if(ke(st,ht.from())>=0&&ke(nt,ht.to())<=0)return dt}return-1};var lr=function(nt,st){this.anchor=nt,this.head=st};lr.prototype.from=function(){return on(this.anchor,this.head)},lr.prototype.to=function(){return _n(this.anchor,this.head)},lr.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function hl(nt,st,dt){var ht=nt&&nt.options.selectionsMayTouch,gt=st[dt];st.sort(function(Ae,Ee){return ke(Ae.from(),Ee.from())}),dt=wn(st,gt);for(var Pt=1;Pt<st.length;Pt++){var Tt=st[Pt],Rt=st[Pt-1],Dt=ke(Rt.to(),Tt.from());if(ht&&!Tt.empty()?Dt>0:Dt>=0){var Yt=on(Rt.from(),Tt.from()),pe=_n(Rt.to(),Tt.to()),Zt=Rt.empty()?Tt.from()==Tt.head:Rt.from()==Rt.head;Pt<=dt&&--dt,st.splice(--Pt,2,new lr(Zt?pe:Yt,Zt?Yt:pe))}}return new $a(st,dt)}function uu(nt,st){return new $a([new lr(nt,st||nt)],0)}function ju(nt){return nt.text?Le(nt.from.line+nt.text.length-1,te(nt.text).length+(nt.text.length==1?nt.from.ch:0)):nt.to}function kh(nt,st){if(ke(nt,st.from)<0)return nt;if(ke(nt,st.to)<=0)return ju(st);var dt=nt.line+st.text.length-(st.to.line-st.from.line)-1,ht=nt.ch;return nt.line==st.to.line&&(ht+=ju(st).ch-st.to.ch),Le(dt,ht)}function Jd(nt,st){for(var dt=[],ht=0;ht<nt.sel.ranges.length;ht++){var gt=nt.sel.ranges[ht];dt.push(new lr(kh(gt.anchor,st),kh(gt.head,st)))}return hl(nt.cm,dt,nt.sel.primIndex)}function fd(nt,st,dt){return nt.line==st.line?Le(dt.line,nt.ch-st.ch+dt.ch):Le(dt.line+(nt.line-st.line),nt.ch)}function Qd(nt,st,dt){for(var ht=[],gt=Le(nt.first,0),Pt=gt,Tt=0;Tt<st.length;Tt++){var Rt=st[Tt],Dt=fd(Rt.from,gt,Pt),Yt=fd(ju(Rt),gt,Pt);if(gt=Rt.to,Pt=Yt,dt=="around"){var pe=nt.sel.ranges[Tt],Zt=ke(pe.head,pe.anchor)<0;ht[Tt]=new lr(Zt?Yt:Dt,Zt?Dt:Yt)}else ht[Tt]=new lr(Dt,Dt)}return new $a(ht,nt.sel.primIndex)}function Lo(nt){nt.doc.mode=ve(nt.options,nt.doc.modeOption),$d(nt)}function $d(nt){nt.doc.iter(function(st){st.stateAfter&&(st.stateAfter=null),st.styles&&(st.styles=null)}),nt.doc.modeFrontier=nt.doc.highlightFrontier=nt.doc.first,dd(nt,100),nt.state.modeGen++,nt.curOp&&wr(nt)}function rg(nt,st){return st.from.ch==0&&st.to.ch==0&&te(st.text)==""&&(!nt.cm||nt.cm.options.wholeLineUpdateBefore)}function Kf(nt,st,dt,ht){function gt(Mi){return dt?dt[Mi]:null}function Pt(Mi,yi,Di){or(Mi,yi,Di,ht),Si(Mi,"change",Mi,st)}function Tt(Mi,yi){for(var Di=[],ro=Mi;ro<yi;++ro)Di.push(new zo(Yt[ro],gt(ro),ht));return Di}var Rt=st.from,Dt=st.to,Yt=st.text,pe=dn(nt,Rt.line),Zt=dn(nt,Dt.line),Ae=te(Yt),Ee=gt(Yt.length-1),xn=Dt.line-Rt.line;if(st.full)nt.insert(0,Tt(0,Yt.length)),nt.remove(Yt.length,nt.size-Yt.length);else if(rg(nt,st)){var Cn=Tt(0,Yt.length-1);Pt(Zt,Zt.text,Ee),xn&&nt.remove(Rt.line,xn),Cn.length&&nt.insert(Rt.line,Cn)}else if(pe==Zt)if(Yt.length==1)Pt(pe,pe.text.slice(0,Rt.ch)+Ae+pe.text.slice(Dt.ch),Ee);else{var Rn=Tt(1,Yt.length-1);Rn.push(new zo(Ae+pe.text.slice(Dt.ch),Ee,ht)),Pt(pe,pe.text.slice(0,Rt.ch)+Yt[0],gt(0)),nt.insert(Rt.line+1,Rn)}else if(Yt.length==1)Pt(pe,pe.text.slice(0,Rt.ch)+Yt[0]+Zt.text.slice(Dt.ch),gt(0)),nt.remove(Rt.line+1,xn);else{Pt(pe,pe.text.slice(0,Rt.ch)+Yt[0],gt(0)),Pt(Zt,Ae+Zt.text.slice(Dt.ch),Ee);var ri=Tt(1,Yt.length-1);xn>1&&nt.remove(Rt.line+1,xn-1),nt.insert(Rt.line+1,ri)}Si(nt,"change",nt,st)}function Tl(nt,st,dt){function ht(gt,Pt,Tt){if(gt.linked)for(var Rt=0;Rt<gt.linked.length;++Rt){var Dt=gt.linked[Rt];if(Dt.doc!=Pt){var Yt=Tt&&Dt.sharedHist;dt&&!Yt||(st(Dt.doc,Yt),ht(Dt.doc,gt,Yt))}}}ht(nt,null,!0)}function Xf(nt,st){if(st.cm)throw new Error("This document is already in use.");nt.doc=st,st.cm=nt,Vi(nt),Lo(nt),qd(nt),nt.options.lineWrapping||Xo(nt),nt.options.mode=st.modeOption,wr(nt)}function qd(nt){(nt.doc.direction=="rtl"?Nn:Vt)(nt.display.lineDiv,"CodeMirror-rtl")}function q0(nt){tr(nt,function(){qd(nt),wr(nt)})}function cd(nt){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=nt||1}function Jf(nt,st){var dt={from:Ln(st.from),to:ju(st),text:fe(nt,st.from,st.to)};return Gu(nt,dt,st.from.line,st.to.line+1),Tl(nt,function(ht){return Gu(ht,dt,st.from.line,st.to.line+1)},!0),dt}function gd(nt){for(;nt.length;){var st=te(nt);if(st.ranges)nt.pop();else break}}function tf(nt,st){if(st)return gd(nt.done),te(nt.done);if(nt.done.length&&!te(nt.done).ranges)return te(nt.done);if(nt.done.length>1&&!nt.done[nt.done.length-2].ranges)return nt.done.pop(),te(nt.done)}function ef(nt,st,dt,ht){var gt=nt.history;gt.undone.length=0;var Pt=+new Date,Tt,Rt;if((gt.lastOp==ht||gt.lastOrigin==st.origin&&st.origin&&(st.origin.charAt(0)=="+"&>.lastModTime>Pt-(nt.cm?nt.cm.options.historyEventDelay:500)||st.origin.charAt(0)=="*"))&&(Tt=tf(gt,gt.lastOp==ht)))Rt=te(Tt.changes),ke(st.from,st.to)==0&&ke(st.from,Rt.to)==0?Rt.to=ju(st):Tt.changes.push(Jf(nt,st));else{var Dt=te(gt.done);for((!Dt||!Dt.ranges)&&pd(nt.sel,gt.done),Tt={changes:[Jf(nt,st)],generation:gt.generation},gt.done.push(Tt);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||Hn(nt,"historyAdded")}function sg(nt,st,dt,ht){var gt=st.charAt(0);return gt=="*"||gt=="+"&&dt.ranges.length==ht.ranges.length&&dt.somethingSelected()==ht.somethingSelected()&&new Date-nt.history.lastSelTime<=(nt.cm?nt.cm.options.historyEventDelay:500)}function nf(nt,st,dt,ht){var gt=nt.history,Pt=ht&&ht.origin;dt==gt.lastSelOp||Pt&>.lastSelOrigin==Pt&&(gt.lastModTime==gt.lastSelTime&>.lastOrigin==Pt||sg(nt,Pt,te(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(nt,st){var dt=te(st);dt&&dt.ranges&&dt.equals(nt)||st.push(nt)}function Gu(nt,st,dt,ht){var gt=st["spans_"+nt.id],Pt=0;nt.iter(Math.max(nt.first,dt),Math.min(nt.first+nt.size,ht),function(Tt){Tt.markedSpans&&((gt||(gt=st["spans_"+nt.id]={}))[Pt]=Tt.markedSpans),++Pt})}function ea(nt){if(!nt)return null;for(var st,dt=0;dt<nt.length;++dt)nt[dt].marker.explicitlyCleared?st||(st=nt.slice(0,dt)):st&&st.push(nt[dt]);return st?st.length?st:null:nt}function _l(nt,st){var dt=st["spans_"+nt.id];if(!dt)return null;for(var ht=[],gt=0;gt<st.text.length;++gt)ht.push(ea(dt[gt]));return ht}function Qf(nt,st){var dt=_l(nt,st),ht=co(nt,st);if(!dt)return ht;if(!ht)return dt;for(var gt=0;gt<dt.length;++gt){var Pt=dt[gt],Tt=ht[gt];if(Pt&&Tt)t:for(var Rt=0;Rt<Tt.length;++Rt){for(var Dt=Tt[Rt],Yt=0;Yt<Pt.length;++Yt)if(Pt[Yt].marker==Dt.marker)continue t;Pt.push(Dt)}else Tt&&(dt[gt]=Tt)}return dt}function hu(nt,st,dt){for(var ht=[],gt=0;gt<nt.length;++gt){var Pt=nt[gt];if(Pt.ranges){ht.push(dt?$a.prototype.deepCopy.call(Pt):Pt);continue}var Tt=Pt.changes,Rt=[];ht.push({changes:Rt});for(var Dt=0;Dt<Tt.length;++Dt){var Yt=Tt[Dt],pe=void 0;if(Rt.push({from:Yt.from,to:Yt.to,text:Yt.text}),st)for(var Zt in Yt)(pe=Zt.match(/^spans_(\d+)$/))&&wn(st,Number(pe[1]))>-1&&(te(Rt)[Zt]=Yt[Zt],delete Yt[Zt])}}return ht}function $f(nt,st,dt,ht){if(ht){var gt=nt.anchor;if(dt){var Pt=ke(st,gt)<0;Pt!=ke(dt,gt)<0?(gt=st,st=dt):Pt!=ke(st,dt)<0&&(st=dt)}return new lr(gt,st)}else return new lr(dt||st,st)}function qf(nt,st,dt,ht,gt){gt==null&&(gt=nt.cm&&(nt.cm.display.shift||nt.extend)),Ws(nt,new $a([$f(nt.sel.primary(),st,dt,gt)],0),ht)}function Gp(nt,st,dt){for(var ht=[],gt=nt.cm&&(nt.cm.display.shift||nt.extend),Pt=0;Pt<nt.sel.ranges.length;Pt++)ht[Pt]=$f(nt.sel.ranges[Pt],st[Pt],null,gt);var Tt=hl(nt.cm,ht,nt.sel.primIndex);Ws(nt,Tt,dt)}function Hu(nt,st,dt,ht){var gt=nt.sel.ranges.slice(0);gt[st]=dt,Ws(nt,hl(nt.cm,gt,nt.sel.primIndex),ht)}function Mh(nt,st,dt,ht){Ws(nt,uu(st,dt),ht)}function Hp(nt,st,dt){var ht={ranges:st.ranges,update:function(gt){this.ranges=[];for(var Pt=0;Pt<gt.length;Pt++)this.ranges[Pt]=new lr(vn(nt,gt[Pt].anchor),vn(nt,gt[Pt].head))},origin:dt&&dt.origin};return Hn(nt,"beforeSelectionChange",nt,ht),nt.cm&&Hn(nt.cm,"beforeSelectionChange",nt.cm,ht),ht.ranges!=st.ranges?hl(nt.cm,ht.ranges,ht.ranges.length-1):st}function tc(nt,st,dt){var ht=nt.history.done,gt=te(ht);gt&>.ranges?(ht[ht.length-1]=st,Th(nt,st,dt)):Ws(nt,st,dt)}function Ws(nt,st,dt){Th(nt,st,dt),nf(nt,nt.sel,nt.cm?nt.cm.curOp.id:NaN,dt)}function Th(nt,st,dt){(Jn(nt,"beforeSelectionChange")||nt.cm&&Jn(nt.cm,"beforeSelectionChange"))&&(st=Hp(nt,st,dt));var ht=dt&&dt.bias||(ke(st.primary().head,nt.sel.primary().head)<0?-1:1);ag(nt,rf(nt,st,ht,!0)),!(dt&&dt.scroll===!1)&&nt.cm&&au(nt.cm)}function ag(nt,st){st.equals(nt.sel)||(nt.sel=st,nt.cm&&(nt.cm.curOp.updateInput=1,nt.cm.curOp.selectionChanged=!0,pi(nt.cm)),Si(nt,"cursorActivity",nt))}function of(nt){ag(nt,rf(nt,nt.sel,null,!1))}function rf(nt,st,dt,ht){for(var gt,Pt=0;Pt<st.ranges.length;Pt++){var Tt=st.ranges[Pt],Rt=st.ranges.length==nt.sel.ranges.length&&nt.sel.ranges[Pt],Dt=sf(nt,Tt.anchor,Rt&&Rt.anchor,dt,ht),Yt=sf(nt,Tt.head,Rt&&Rt.head,dt,ht);(gt||Dt!=Tt.anchor||Yt!=Tt.head)&&(gt||(gt=st.ranges.slice(0,Pt)),gt[Pt]=new lr(Dt,Yt))}return gt?hl(nt.cm,gt,st.primIndex):st}function du(nt,st,dt,ht,gt){var Pt=dn(nt,st.line);if(Pt.markedSpans)for(var Tt=0;Tt<Pt.markedSpans.length;++Tt){var Rt=Pt.markedSpans[Tt],Dt=Rt.marker,Yt="selectLeft"in Dt?!Dt.selectLeft:Dt.inclusiveLeft,pe="selectRight"in Dt?!Dt.selectRight:Dt.inclusiveRight;if((Rt.from==null||(Yt?Rt.from<=st.ch:Rt.from<st.ch))&&(Rt.to==null||(pe?Rt.to>=st.ch:Rt.to>st.ch))){if(gt&&(Hn(Dt,"beforeCursorEnter"),Dt.explicitlyCleared))if(Pt.markedSpans){--Tt;continue}else break;if(!Dt.atomic)continue;if(dt){var Zt=Dt.find(ht<0?1:-1),Ae=void 0;if((ht<0?pe:Yt)&&(Zt=lg(nt,Zt,-ht,Zt&&Zt.line==st.line?Pt:null)),Zt&&Zt.line==st.line&&(Ae=ke(Zt,dt))&&(ht<0?Ae<0:Ae>0))return du(nt,Zt,st,ht,gt)}var Ee=Dt.find(ht<0?-1:1);return(ht<0?Yt:pe)&&(Ee=lg(nt,Ee,ht,Ee.line==st.line?Pt:null)),Ee?du(nt,Ee,st,ht,gt):null}}return st}function sf(nt,st,dt,ht,gt){var Pt=ht||1,Tt=du(nt,st,dt,Pt,gt)||!gt&&du(nt,st,dt,Pt,!0)||du(nt,st,dt,-Pt,gt)||!gt&&du(nt,st,dt,-Pt,!0);return Tt||(nt.cantEdit=!0,Le(nt.first,0))}function lg(nt,st,dt,ht){return dt<0&&st.ch==0?st.line>nt.first?vn(nt,Le(st.line-1)):null:dt>0&&st.ch==(ht||dn(nt,st.line)).text.length?st.line<nt.first+nt.size-1?Le(st.line+1,0):null:new Le(st.line,st.ch+dt)}function Yr(nt){nt.setSelection(Le(nt.firstLine(),0),Le(nt.lastLine()),He)}function af(nt,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,Tt,Rt){gt&&(ht.from=vn(nt,gt)),Pt&&(ht.to=vn(nt,Pt)),Tt&&(ht.text=Tt),Rt!==void 0&&(ht.origin=Rt)}),Hn(nt,"beforeChange",nt,ht),nt.cm&&Hn(nt.cm,"beforeChange",nt.cm,ht),ht.canceled?(nt.cm&&(nt.cm.curOp.updateInput=2),null):{from:ht.from,to:ht.to,text:ht.text,origin:ht.origin}}function _u(nt,st,dt){if(nt.cm){if(!nt.cm.curOp)return ls(nt.cm,_u)(nt,st,dt);if(nt.cm.state.suppressEdits)return}if(!((Jn(nt,"beforeChange")||nt.cm&&Jn(nt.cm,"beforeChange"))&&(st=af(nt,st,!0),!st))){var ht=Ui&&!dt&&bo(nt,st.from,st.to);if(ht)for(var gt=ht.length-1;gt>=0;--gt)bh(nt,{from:ht[gt].from,to:ht[gt].to,text:gt?[""]:st.text,origin:st.origin});else bh(nt,st)}}function bh(nt,st){if(!(st.text.length==1&&st.text[0]==""&&ke(st.from,st.to)==0)){var dt=Jd(nt,st);ef(nt,st,dt,nt.cm?nt.cm.curOp.id:NaN),md(nt,st,dt,co(nt,st));var ht=[];Tl(nt,function(gt,Pt){!Pt&&wn(ht,gt.history)==-1&&(hg(gt.history,st),ht.push(gt.history)),md(gt,st,null,co(gt,st))})}}function lf(nt,st,dt){var ht=nt.cm&&nt.cm.state.suppressEdits;if(!(ht&&!dt)){for(var gt=nt.history,Pt,Tt=nt.sel,Rt=st=="undo"?gt.done:gt.undone,Dt=st=="undo"?gt.undone:gt.done,Yt=0;Yt<Rt.length&&(Pt=Rt[Yt],!(dt?Pt.ranges&&!Pt.equals(nt.sel):!Pt.ranges));Yt++);if(Yt!=Rt.length){for(gt.lastOrigin=gt.lastSelOrigin=null;;)if(Pt=Rt.pop(),Pt.ranges){if(pd(Pt,Dt),dt&&!Pt.equals(nt.sel)){Ws(nt,Pt,{clearRedo:!1});return}Tt=Pt}else if(ht){Rt.push(Pt);return}else break;var pe=[];pd(Tt,Dt),Dt.push({changes:pe,generation:gt.generation}),gt.generation=Pt.generation||++gt.maxGeneration;for(var Zt=Jn(nt,"beforeChange")||nt.cm&&Jn(nt.cm,"beforeChange"),Ae=function(Cn){var Rn=Pt.changes[Cn];if(Rn.origin=st,Zt&&!af(nt,Rn,!1))return Rt.length=0,{};pe.push(Jf(nt,Rn));var ri=Cn?Jd(nt,Rn):te(Rt);md(nt,Rn,ri,Qf(nt,Rn)),!Cn&&nt.cm&&nt.cm.scrollIntoView({from:Rn.from,to:ju(Rn)});var Mi=[];Tl(nt,function(yi,Di){!Di&&wn(Mi,yi.history)==-1&&(hg(yi.history,Rn),Mi.push(yi.history)),md(yi,Rn,null,Qf(yi,Rn))})},Ee=Pt.changes.length-1;Ee>=0;--Ee){var xn=Ae(Ee);if(xn)return xn.v}}}}function ug(nt,st){if(st!=0&&(nt.first+=st,nt.sel=new $a(Zn(nt.sel.ranges,function(gt){return new lr(Le(gt.anchor.line+st,gt.anchor.ch),Le(gt.head.line+st,gt.head.ch))}),nt.sel.primIndex),nt.cm)){wr(nt.cm,nt.first,nt.first-st,st);for(var dt=nt.cm.display,ht=dt.viewFrom;ht<dt.viewTo;ht++)Co(nt.cm,ht,"gutter")}}function md(nt,st,dt,ht){if(nt.cm&&!nt.cm.curOp)return ls(nt.cm,md)(nt,st,dt,ht);if(st.to.line<nt.first){ug(nt,st.text.length-1-(st.to.line-st.from.line));return}if(!(st.from.line>nt.lastLine())){if(st.from.line<nt.first){var gt=st.text.length-1-(nt.first-st.from.line);ug(nt,gt),st={from:Le(nt.first,0),to:Le(st.to.line+gt,st.to.ch),text:[te(st.text)],origin:st.origin}}var Pt=nt.lastLine();st.to.line>Pt&&(st={from:st.from,to:Le(Pt,dn(nt,Pt).text.length),text:[st.text[0]],origin:st.origin}),st.removed=fe(nt,st.from,st.to),dt||(dt=Jd(nt,st)),nt.cm?_p(nt.cm,st,ht):Kf(nt,st,ht),Th(nt,dt,He),nt.cantEdit&&sf(nt,Le(nt.firstLine(),0))&&(nt.cantEdit=!1)}}function _p(nt,st,dt){var ht=nt.doc,gt=nt.display,Pt=st.from,Tt=st.to,Rt=!1,Dt=Pt.line;nt.options.lineWrapping||(Dt=_t(ki(dn(ht,Pt.line))),ht.iter(Dt,Tt.line+1,function(Ee){if(Ee==gt.maxLine)return Rt=!0,!0})),ht.sel.contains(st.from,st.to)>-1&&pi(nt),Kf(ht,st,dt,Pr(nt)),nt.options.lineWrapping||(ht.iter(Dt,Pt.line+st.text.length,function(Ee){var xn=$o(Ee);xn>gt.maxLineLength&&(gt.maxLine=Ee,gt.maxLineLength=xn,gt.maxLineChanged=!0,Rt=!1)}),Rt&&(nt.curOp.updateMaxLine=!0)),Oi(ht,Pt.line),dd(nt,400);var Yt=st.text.length-(Tt.line-Pt.line)-1;st.full?wr(nt):Pt.line==Tt.line&&st.text.length==1&&!rg(nt.doc,st)?Co(nt,Pt.line,"text"):wr(nt,Pt.line,Tt.line+1,Yt);var pe=Jn(nt,"changes"),Zt=Jn(nt,"change");if(Zt||pe){var Ae={from:Pt,to:Tt,text:st.text,removed:st.removed,origin:st.origin};Zt&&Si(nt,"change",nt,Ae),pe&&(nt.curOp.changeObjs||(nt.curOp.changeObjs=[])).push(Ae)}nt.display.selForContextMenu=null}function Nh(nt,st,dt,ht,gt){var Pt;ht||(ht=dt),ke(ht,dt)<0&&(Pt=[ht,dt],dt=Pt[0],ht=Pt[1]),typeof st=="string"&&(st=nt.splitLines(st)),_u(nt,{from:dt,to:ht,text:st,origin:gt})}function qa(nt,st,dt,ht){dt<nt.line?nt.line+=ht:st<nt.line&&(nt.line=st,nt.ch=0)}function Wp(nt,st,dt,ht){for(var gt=0;gt<nt.length;++gt){var Pt=nt[gt],Tt=!0;if(Pt.ranges){Pt.copied||(Pt=nt[gt]=Pt.deepCopy(),Pt.copied=!0);for(var Rt=0;Rt<Pt.ranges.length;Rt++)qa(Pt.ranges[Rt].anchor,st,dt,ht),qa(Pt.ranges[Rt].head,st,dt,ht);continue}for(var Dt=0;Dt<Pt.changes.length;++Dt){var Yt=Pt.changes[Dt];if(dt<Yt.from.line)Yt.from=Le(Yt.from.line+ht,Yt.from.ch),Yt.to=Le(Yt.to.line+ht,Yt.to.ch);else if(st<=Yt.to.line){Tt=!1;break}}Tt||(nt.splice(0,gt+1),gt=0)}}function hg(nt,st){var dt=st.from.line,ht=st.to.line,gt=st.text.length-(ht-dt)-1;Wp(nt.done,dt,ht,gt),Wp(nt.undone,dt,ht,gt)}function Eh(nt,st,dt,ht){var gt=st,Pt=st;return typeof st=="number"?Pt=dn(nt,rn(nt,st)):gt=_t(st),gt==null?null:(ht(Pt,gt)&&nt.cm&&Co(nt.cm,gt,dt),Pt)}function vd(nt){this.lines=nt,this.parent=null;for(var st=0,dt=0;dt<nt.length;++dt)nt[dt].parent=this,st+=nt[dt].height;this.height=st}vd.prototype={chunkSize:function(){return this.lines.length},removeInner:function(nt,st){for(var dt=nt,ht=nt+st;dt<ht;++dt){var gt=this.lines[dt];this.height-=gt.height,Yo(gt),Si(gt,"delete")}this.lines.splice(nt,st)},collapse:function(nt){nt.push.apply(nt,this.lines)},insertInner:function(nt,st,dt){this.height+=dt,this.lines=this.lines.slice(0,nt).concat(st).concat(this.lines.slice(nt));for(var ht=0;ht<st.length;++ht)st[ht].parent=this},iterN:function(nt,st,dt){for(var ht=nt+st;nt<ht;++nt)if(dt(this.lines[nt]))return!0}};function Er(nt){this.children=nt;for(var st=0,dt=0,ht=0;ht<nt.length;++ht){var gt=nt[ht];st+=gt.chunkSize(),dt+=gt.height,gt.parent=this}this.size=st,this.height=dt,this.parent=null}Er.prototype={chunkSize:function(){return this.size},removeInner:function(nt,st){this.size-=st;for(var dt=0;dt<this.children.length;++dt){var ht=this.children[dt],gt=ht.chunkSize();if(nt<gt){var Pt=Math.min(st,gt-nt),Tt=ht.height;if(ht.removeInner(nt,Pt),this.height-=Tt-ht.height,gt==Pt&&(this.children.splice(dt--,1),ht.parent=null),(st-=Pt)==0)break;nt=0}else nt-=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(nt){for(var st=0;st<this.children.length;++st)this.children[st].collapse(nt)},insertInner:function(nt,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(nt<=Pt){if(gt.insertInner(nt,st,dt),gt.lines&>.lines.length>50){for(var Tt=gt.lines.length%25+25,Rt=Tt;Rt<gt.lines.length;){var Dt=new vd(gt.lines.slice(Rt,Rt+=25));gt.height-=Dt.height,this.children.splice(++ht,0,Dt),Dt.parent=this}gt.lines=gt.lines.slice(0,Tt),this.maybeSpill()}break}nt-=Pt}},maybeSpill:function(){if(!(this.children.length<=10)){var nt=this;do{var st=nt.children.splice(nt.children.length-5,5),dt=new Er(st);if(nt.parent){nt.size-=dt.size,nt.height-=dt.height;var gt=wn(nt.parent.children,nt);nt.parent.children.splice(gt+1,0,dt)}else{var ht=new Er(nt.children);ht.parent=nt,nt.children=[ht,dt],nt=ht}dt.parent=nt.parent}while(nt.children.length>10);nt.parent.maybeSpill()}},iterN:function(nt,st,dt){for(var ht=0;ht<this.children.length;++ht){var gt=this.children[ht],Pt=gt.chunkSize();if(nt<Pt){var Tt=Math.min(st,Pt-nt);if(gt.iterN(nt,Tt,dt))return!0;if((st-=Tt)==0)break;nt=0}else nt-=Pt}}};var fu=function(nt,st,dt){if(dt)for(var ht in dt)dt.hasOwnProperty(ht)&&(this[ht]=dt[ht]);this.doc=nt,this.node=st};fu.prototype.clear=function(){var nt=this.doc.cm,st=this.line.widgets,dt=this.line,ht=_t(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=Fs(this);yn(dt,Math.max(0,dt.height-Pt)),nt&&(tr(nt,function(){Vp(nt,dt,-Pt),Co(nt,ht,"widget")}),Si(nt,"lineWidgetCleared",nt,this,ht))}},fu.prototype.changed=function(){var nt=this,st=this.height,dt=this.doc.cm,ht=this.line;this.height=null;var gt=Fs(this)-st;gt&&(Ue(this.doc,ht)||yn(ht,ht.height+gt),dt&&tr(dt,function(){dt.curOp.forceUpdate=!0,Vp(dt,ht,gt),Si(dt,"lineWidgetChanged",dt,nt,_t(ht))}))},Kn(fu);function Vp(nt,st,dt){po(st)<(nt.curOp&&nt.curOp.scrollTop||nt.doc.scrollTop)&&Wf(nt,dt)}function ec(nt,st,dt,ht){var gt=new fu(nt,dt,ht),Pt=nt.cm;return Pt&>.noHScroll&&(Pt.display.alignWidgets=!0),Eh(nt,st,"widget",function(Tt){var Rt=Tt.widgets||(Tt.widgets=[]);if(gt.insertAt==null?Rt.push(gt):Rt.splice(Math.min(Rt.length-1,Math.max(0,gt.insertAt)),0,gt),gt.line=Tt,Pt&&!Ue(nt,Tt)){var Dt=po(Tt)<nt.scrollTop;yn(Tt,Tt.height+Fs(gt)),Dt&&Wf(Pt,gt.height),Pt.curOp.forceUpdate=!0}return!0}),Pt&&Si(Pt,"lineWidgetAdded",Pt,gt,typeof st=="number"?st:_t(st)),gt}var Yp=0,ne=function(nt,st){this.lines=[],this.type=st,this.doc=nt,this.id=++Yp};ne.prototype.clear=function(){if(!this.explicitlyCleared){var nt=this.doc.cm,st=nt&&!nt.curOp;if(st&&Au(nt),Jn(this,"clear")){var dt=this.find();dt&&Si(this,"clear",dt.from,dt.to)}for(var ht=null,gt=null,Pt=0;Pt<this.lines.length;++Pt){var Tt=this.lines[Pt],Rt=Wi(Tt.markedSpans,this);nt&&!this.collapsed?Co(nt,_t(Tt),"text"):nt&&(Rt.to!=null&&(gt=_t(Tt)),Rt.from!=null&&(ht=_t(Tt))),Tt.markedSpans=Ai(Tt.markedSpans,Rt),Rt.from==null&&this.collapsed&&!Ue(this.doc,Tt)&&nt&&yn(Tt,su(nt.display))}if(nt&&this.collapsed&&!nt.options.lineWrapping)for(var Dt=0;Dt<this.lines.length;++Dt){var Yt=ki(this.lines[Dt]),pe=$o(Yt);pe>nt.display.maxLineLength&&(nt.display.maxLine=Yt,nt.display.maxLineLength=pe,nt.display.maxLineChanged=!0)}ht!=null&&nt&&this.collapsed&&wr(nt,ht,gt+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,nt&&of(nt.doc)),nt&&Si(nt,"markerCleared",nt,this,ht,gt),st&&Bu(nt),this.parent&&this.parent.clear()}},ne.prototype.find=function(nt,st){nt==null&&this.type=="bookmark"&&(nt=1);for(var dt,ht,gt=0;gt<this.lines.length;++gt){var Pt=this.lines[gt],Tt=Wi(Pt.markedSpans,this);if(Tt.from!=null&&(dt=Le(st?Pt:_t(Pt),Tt.from),nt==-1))return dt;if(Tt.to!=null&&(ht=Le(st?Pt:_t(Pt),Tt.to),nt==1))return ht}return dt&&{from:dt,to:ht}},ne.prototype.changed=function(){var nt=this,st=this.find(-1,!0),dt=this,ht=this.doc.cm;!st||!ht||tr(ht,function(){var gt=st.line,Pt=_t(st.line),Tt=ph(ht,Pt);if(Tt&&(ud(Tt),ht.curOp.selectionChanged=ht.curOp.forceUpdate=!0),ht.curOp.updateMaxLine=!0,!Ue(dt.doc,gt)&&dt.height!=null){var Rt=dt.height;dt.height=null;var Dt=Fs(dt)-Rt;Dt&&yn(gt,gt.height+Dt)}Si(ht,"markerChanged",ht,nt)})},ne.prototype.attachLine=function(nt){if(!this.lines.length&&this.doc.cm){var st=this.doc.cm.curOp;(!st.maybeHiddenMarkers||wn(st.maybeHiddenMarkers,this)==-1)&&(st.maybeUnhiddenMarkers||(st.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(nt)},ne.prototype.detachLine=function(nt){if(this.lines.splice(wn(this.lines,nt),1),!this.lines.length&&this.doc.cm){var st=this.doc.cm.curOp;(st.maybeHiddenMarkers||(st.maybeHiddenMarkers=[])).push(this)}},Kn(ne);function Fh(nt,st,dt,ht,gt){if(ht&&ht.shared)return Up(nt,st,dt,ht,gt);if(nt.cm&&!nt.cm.curOp)return ls(nt.cm,Fh)(nt,st,dt,ht,gt);var Pt=new ne(nt,gt),Tt=ke(st,dt);if(ht&&ni(ht,Pt,!1),Tt>0||Tt==0&&Pt.clearWhenEmpty!==!1)return Pt;if(Pt.replacedWith&&(Pt.collapsed=!0,Pt.widgetNode=Re("span",[Pt.replacedWith],"CodeMirror-widget"),ht.handleMouseEvents||Pt.widgetNode.setAttribute("cm-ignore-events","true"),ht.insertLeft&&(Pt.widgetNode.insertLeft=!0)),Pt.collapsed){if(Gi(nt,st.line,st,dt,Pt)||st.line!=dt.line&&Gi(nt,dt.line,st,dt,Pt))throw new Error("Inserting collapsed marker partially overlapping an existing one");Be()}Pt.addToHistory&&ef(nt,{from:st,to:dt,origin:"markText"},nt.sel,NaN);var Rt=st.line,Dt=nt.cm,Yt;if(nt.iter(Rt,dt.line+1,function(Zt){Dt&&Pt.collapsed&&!Dt.options.lineWrapping&&ki(Zt)==Dt.display.maxLine&&(Yt=!0),Pt.collapsed&&Rt!=st.line&&yn(Zt,0),Ao(Zt,new Ii(Pt,Rt==st.line?st.ch:null,Rt==dt.line?dt.ch:null)),++Rt}),Pt.collapsed&&nt.iter(st.line,dt.line+1,function(Zt){Ue(nt,Zt)&&yn(Zt,0)}),Pt.clearOnEnter&&se(Pt,"beforeCursorEnter",function(){return Pt.clear()}),Pt.readOnly&&(lo(),(nt.history.done.length||nt.history.undone.length)&&nt.clearHistory()),Pt.collapsed&&(Pt.id=++Yp,Pt.atomic=!0),Dt){if(Yt&&(Dt.curOp.updateMaxLine=!0),Pt.collapsed)wr(Dt,st.line,dt.line+1);else if(Pt.className||Pt.startStyle||Pt.endStyle||Pt.css||Pt.attributes||Pt.title)for(var pe=st.line;pe<=dt.line;pe++)Co(Dt,pe,"text");Pt.atomic&&of(Dt.doc),Si(Dt,"markerAdded",Dt,Pt)}return Pt}var Wl=function(nt,st){this.markers=nt,this.primary=st;for(var dt=0;dt<nt.length;++dt)nt[dt].parent=this};Wl.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var nt=0;nt<this.markers.length;++nt)this.markers[nt].clear();Si(this,"clear")}},Wl.prototype.find=function(nt,st){return this.primary.find(nt,st)},Kn(Wl);function Up(nt,st,dt,ht,gt){ht=ni(ht),ht.shared=!1;var Pt=[Fh(nt,st,dt,ht,gt)],Tt=Pt[0],Rt=ht.widgetNode;return Tl(nt,function(Dt){Rt&&(ht.widgetNode=Rt.cloneNode(!0)),Pt.push(Fh(Dt,vn(Dt,st),vn(Dt,dt),ht,gt));for(var Yt=0;Yt<Dt.linked.length;++Yt)if(Dt.linked[Yt].isParent)return;Tt=te(Pt)}),new Wl(Pt,Tt)}function dg(nt){return nt.findMarks(Le(nt.first,0),nt.clipPos(Le(nt.lastLine())),function(st){return st.parent})}function Zp(nt,st){for(var dt=0;dt<st.length;dt++){var ht=st[dt],gt=ht.find(),Pt=nt.clipPos(gt.from),Tt=nt.clipPos(gt.to);if(ke(Pt,Tt)){var Rt=Fh(nt,Pt,Tt,ht.primary,ht.primary.type);ht.markers.push(Rt),Rt.parent=ht}}}function fg(nt){for(var st=function(ht){var gt=nt[ht],Pt=[gt.primary.doc];Tl(gt.primary.doc,function(Dt){return Pt.push(Dt)});for(var Tt=0;Tt<gt.markers.length;Tt++){var Rt=gt.markers[Tt];wn(Pt,Rt.doc)==-1&&(Rt.parent=null,gt.markers.splice(Tt--,1))}},dt=0;dt<nt.length;dt++)st(dt)}var tv=0,Is=function(nt,st,dt,ht,gt){if(!(this instanceof Is))return new Is(nt,st,dt,ht,gt);dt==null&&(dt=0),Er.call(this,[new vd([new zo("",null)])]),this.first=dt,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.modeFrontier=this.highlightFrontier=dt;var Pt=Le(dt,0);this.sel=uu(Pt),this.history=new cd(null),this.id=++tv,this.modeOption=st,this.lineSep=ht,this.direction=gt=="rtl"?"rtl":"ltr",this.extend=!1,typeof nt=="string"&&(nt=this.splitLines(nt)),Kf(this,{from:Pt,to:Pt,text:nt}),Ws(this,uu(Pt),He)};Is.prototype=Ct(Er.prototype,{constructor:Is,iter:function(nt,st,dt){dt?this.iterN(nt-this.first,st-nt,dt):this.iterN(this.first,this.first+this.size,nt)},insert:function(nt,st){for(var dt=0,ht=0;ht<st.length;++ht)dt+=st[ht].height;this.insertInner(nt-this.first,st,dt)},remove:function(nt,st){this.removeInner(nt-this.first,st)},getValue:function(nt){var st=ce(this,this.first,this.first+this.size);return nt===!1?st:st.join(nt||this.lineSeparator())},setValue:ms(function(nt){var st=Le(this.first,0),dt=this.first+this.size-1;_u(this,{from:st,to:Le(dt,dn(this,dt).text.length),text:this.splitLines(nt),origin:"setValue",full:!0},!0),this.cm&&Ph(this.cm,0,0),Ws(this,uu(st),He)}),replaceRange:function(nt,st,dt,ht){st=vn(this,st),dt=dt?vn(this,dt):st,Nh(this,nt,st,dt,ht)},getRange:function(nt,st,dt){var ht=fe(this,vn(this,nt),vn(this,st));return dt===!1?ht:ht.join(dt||this.lineSeparator())},getLine:function(nt){var st=this.getLineHandle(nt);return st&&st.text},getLineHandle:function(nt){if(ln(this,nt))return dn(this,nt)},getLineNumber:function(nt){return _t(nt)},getLineHandleVisualStart:function(nt){return typeof nt=="number"&&(nt=dn(this,nt)),ki(nt)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(nt){return vn(this,nt)},getCursor:function(nt){var st=this.sel.primary(),dt;return nt==null||nt=="head"?dt=st.head:nt=="anchor"?dt=st.anchor:nt=="end"||nt=="to"||nt===!1?dt=st.to():dt=st.from(),dt},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:ms(function(nt,st,dt){Mh(this,vn(this,typeof nt=="number"?Le(nt,st||0):nt),null,dt)}),setSelection:ms(function(nt,st,dt){Mh(this,vn(this,nt),vn(this,st||nt),dt)}),extendSelection:ms(function(nt,st,dt){qf(this,vn(this,nt),st&&vn(this,st),dt)}),extendSelections:ms(function(nt,st){Gp(this,Qn(this,nt),st)}),extendSelectionsBy:ms(function(nt,st){var dt=Zn(this.sel.ranges,nt);Gp(this,Qn(this,dt),st)}),setSelections:ms(function(nt,st,dt){if(nt.length){for(var ht=[],gt=0;gt<nt.length;gt++)ht[gt]=new lr(vn(this,nt[gt].anchor),vn(this,nt[gt].head));st==null&&(st=Math.min(nt.length-1,this.sel.primIndex)),Ws(this,hl(this.cm,ht,st),dt)}}),addSelection:ms(function(nt,st,dt){var ht=this.sel.ranges.slice(0);ht.push(new lr(vn(this,nt),vn(this,st||nt))),Ws(this,hl(this.cm,ht,ht.length-1),dt)}),getSelection:function(nt){for(var st=this.sel.ranges,dt,ht=0;ht<st.length;ht++){var gt=fe(this,st[ht].from(),st[ht].to());dt=dt?dt.concat(gt):gt}return nt===!1?dt:dt.join(nt||this.lineSeparator())},getSelections:function(nt){for(var st=[],dt=this.sel.ranges,ht=0;ht<dt.length;ht++){var gt=fe(this,dt[ht].from(),dt[ht].to());nt!==!1&&(gt=gt.join(nt||this.lineSeparator())),st[ht]=gt}return st},replaceSelection:function(nt,st,dt){for(var ht=[],gt=0;gt<this.sel.ranges.length;gt++)ht[gt]=nt;this.replaceSelections(ht,st,dt||"+input")},replaceSelections:ms(function(nt,st,dt){for(var ht=[],gt=this.sel,Pt=0;Pt<gt.ranges.length;Pt++){var Tt=gt.ranges[Pt];ht[Pt]={from:Tt.from(),to:Tt.to(),text:this.splitLines(nt[Pt]),origin:dt}}for(var Rt=st&&st!="end"&&Qd(this,ht,st),Dt=ht.length-1;Dt>=0;Dt--)_u(this,ht[Dt]);Rt?tc(this,Rt):this.cm&&au(this.cm)}),undo:ms(function(){lf(this,"undo")}),redo:ms(function(){lf(this,"redo")}),undoSelection:ms(function(){lf(this,"undo",!0)}),redoSelection:ms(function(){lf(this,"redo",!0)}),setExtending:function(nt){this.extend=nt},getExtending:function(){return this.extend},historySize:function(){for(var nt=this.history,st=0,dt=0,ht=0;ht<nt.done.length;ht++)nt.done[ht].ranges||++st;for(var gt=0;gt<nt.undone.length;gt++)nt.undone[gt].ranges||++dt;return{undo:st,redo:dt}},clearHistory:function(){var nt=this;this.history=new cd(this.history.maxGeneration),Tl(this,function(st){return st.history=nt.history},!0)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(nt){return nt&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null),this.history.generation},isClean:function(nt){return this.history.generation==(nt||this.cleanGeneration)},getHistory:function(){return{done:hu(this.history.done),undone:hu(this.history.undone)}},setHistory:function(nt){var st=this.history=new cd(this.history.maxGeneration);st.done=hu(nt.done.slice(0),null,!0),st.undone=hu(nt.undone.slice(0),null,!0)},setGutterMarker:ms(function(nt,st,dt){return Eh(this,nt,"gutter",function(ht){var gt=ht.gutterMarkers||(ht.gutterMarkers={});return gt[st]=dt,!dt&&Mt(gt)&&(ht.gutterMarkers=null),!0})}),clearGutter:ms(function(nt){var st=this;this.iter(function(dt){dt.gutterMarkers&&dt.gutterMarkers[nt]&&Eh(st,dt,"gutter",function(){return dt.gutterMarkers[nt]=null,Mt(dt.gutterMarkers)&&(dt.gutterMarkers=null),!0})})}),lineInfo:function(nt){var st;if(typeof nt=="number"){if(!ln(this,nt)||(st=nt,nt=dn(this,nt),!nt))return null}else if(st=_t(nt),st==null)return null;return{line:st,handle:nt,text:nt.text,gutterMarkers:nt.gutterMarkers,textClass:nt.textClass,bgClass:nt.bgClass,wrapClass:nt.wrapClass,widgets:nt.widgets}},addLineClass:ms(function(nt,st,dt){return Eh(this,nt,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(zt(dt).test(ht[gt]))return!1;ht[gt]+=" "+dt}return!0})}),removeLineClass:ms(function(nt,st,dt){return Eh(this,nt,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 Tt=Pt.match(zt(dt));if(!Tt)return!1;var Rt=Tt.index+Tt[0].length;ht[gt]=Pt.slice(0,Tt.index)+(!Tt.index||Rt==Pt.length?"":" ")+Pt.slice(Rt)||null}else return!1;return!0})}),addLineWidget:ms(function(nt,st,dt){return ec(this,nt,st,dt)}),removeLineWidget:function(nt){nt.clear()},markText:function(nt,st,dt){return Fh(this,vn(this,nt),vn(this,st),dt,dt&&dt.type||"range")},setBookmark:function(nt,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 nt=vn(this,nt),Fh(this,nt,nt,dt,"bookmark")},findMarksAt:function(nt){nt=vn(this,nt);var st=[],dt=dn(this,nt.line).markedSpans;if(dt)for(var ht=0;ht<dt.length;++ht){var gt=dt[ht];(gt.from==null||gt.from<=nt.ch)&&(gt.to==null||gt.to>=nt.ch)&&st.push(gt.marker.parent||gt.marker)}return st},findMarks:function(nt,st,dt){nt=vn(this,nt),st=vn(this,st);var ht=[],gt=nt.line;return this.iter(nt.line,st.line+1,function(Pt){var Tt=Pt.markedSpans;if(Tt)for(var Rt=0;Rt<Tt.length;Rt++){var Dt=Tt[Rt];!(Dt.to!=null&>==nt.line&&nt.ch>=Dt.to||Dt.from==null&>!=nt.line||Dt.from!=null&>==st.line&&Dt.from>=st.ch)&&(!dt||dt(Dt.marker))&&ht.push(Dt.marker.parent||Dt.marker)}++gt}),ht},getAllMarks:function(){var nt=[];return this.iter(function(st){var dt=st.markedSpans;if(dt)for(var ht=0;ht<dt.length;++ht)dt[ht].from!=null&&nt.push(dt[ht].marker)}),nt},posFromIndex:function(nt){var st,dt=this.first,ht=this.lineSeparator().length;return this.iter(function(gt){var Pt=gt.text.length+ht;if(Pt>nt)return st=nt,!0;nt-=Pt,++dt}),vn(this,Le(dt,st))},indexFromPos:function(nt){nt=vn(this,nt);var st=nt.ch;if(nt.line<this.first||nt.ch<0)return 0;var dt=this.lineSeparator().length;return this.iter(this.first,nt.line,function(ht){st+=ht.text.length+dt}),st},copy:function(nt){var st=new Is(ce(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,nt&&(st.history.undoDepth=this.history.undoDepth,st.setHistory(this.getHistory())),st},linkedDoc:function(nt){nt||(nt={});var st=this.first,dt=this.first+this.size;nt.from!=null&&nt.from>st&&(st=nt.from),nt.to!=null&&nt.to<dt&&(dt=nt.to);var ht=new Is(ce(this,st,dt),nt.mode||this.modeOption,st,this.lineSep,this.direction);return nt.sharedHist&&(ht.history=this.history),(this.linked||(this.linked=[])).push({doc:ht,sharedHist:nt.sharedHist}),ht.linked=[{doc:this,isParent:!0,sharedHist:nt.sharedHist}],Zp(ht,dg(this)),ht},unlinkDoc:function(nt){if(nt instanceof Ko&&(nt=nt.doc),this.linked)for(var st=0;st<this.linked.length;++st){var dt=this.linked[st];if(dt.doc==nt){this.linked.splice(st,1),nt.unlinkDoc(this),fg(dg(this));break}}if(nt.history==this.history){var ht=[nt.id];Tl(nt,function(gt){return ht.push(gt.id)},!0),nt.history=new cd(null),nt.history.done=hu(this.history.done,ht),nt.history.undone=hu(this.history.undone,ht)}},iterLinkedDocs:function(nt){Tl(this,nt)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function(nt){return this.lineSep?nt.split(this.lineSep):Ji(nt)},lineSeparator:function(){return this.lineSep||`
|
|
`},setDirection:ms(function(nt){nt!="rtl"&&(nt="ltr"),nt!=this.direction&&(this.direction=nt,this.iter(function(st){return st.order=null}),this.cm&&q0(this.cm))})}),Is.prototype.eachLine=Is.prototype.iter;var uf=0;function cg(nt){var st=this;if(Jp(st),!(jn(st,nt)||Jr(st.display,nt))){qn(nt),le&&(uf=+new Date);var dt=qs(st,nt,!0),ht=nt.dataTransfer.files;if(!(!dt||st.isReadOnly()))if(ht&&ht.length&&window.FileReader&&window.File)for(var gt=ht.length,Pt=Array(gt),Tt=0,Rt=function(){++Tt==gt&&ls(st,function(){dt=vn(st.doc,dt);var Ee={from:dt,to:dt,text:st.doc.splitLines(Pt.filter(function(xn){return xn!=null}).join(st.doc.lineSeparator())),origin:"paste"};_u(st.doc,Ee),tc(st.doc,uu(vn(st.doc,dt),vn(st.doc,ju(Ee))))})()},Dt=function(Ee,xn){if(st.options.allowDropFileTypes&&wn(st.options.allowDropFileTypes,Ee.type)==-1){Rt();return}var Cn=new FileReader;Cn.onerror=function(){return Rt()},Cn.onload=function(){var Rn=Cn.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(Rn)){Rt();return}Pt[xn]=Rn,Rt()},Cn.readAsText(Ee)},Yt=0;Yt<ht.length;Yt++)Dt(ht[Yt],Yt);else{if(st.state.draggingText&&st.doc.sel.contains(dt)>-1){st.state.draggingText(nt),setTimeout(function(){return st.display.input.focus()},20);return}try{var pe=nt.dataTransfer.getData("Text");if(pe){var Zt;if(st.state.draggingText&&!st.state.draggingText.copy&&(Zt=st.listSelections()),Th(st.doc,uu(dt,dt)),Zt)for(var Ae=0;Ae<Zt.length;++Ae)Nh(st.doc,"",Zt[Ae].anchor,Zt[Ae].head,"drag");st.replaceSelection(pe,"around","paste"),st.display.input.focus()}}catch(Ee){}}}}function Kp(nt,st){if(le&&(!nt.state.draggingText||+new Date-uf<100)){so(st);return}if(!(jn(nt,st)||Jr(nt.display,st))&&(st.dataTransfer.setData("Text",nt.getSelection()),st.dataTransfer.effectAllowed="copyMove",st.dataTransfer.setDragImage&&!Qe)){var dt=qt("img",null,null,"position: fixed; left: 0; top: 0;");dt.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",Qt&&(dt.width=dt.height=1,nt.display.wrapper.appendChild(dt),dt._top=dt.offsetTop),st.dataTransfer.setDragImage(dt,0,0),Qt&&dt.parentNode.removeChild(dt)}}function Xp(nt,st){var dt=qs(nt,st);if(dt){var ht=document.createDocumentFragment();jo(nt,dt,ht),nt.display.dragCursor||(nt.display.dragCursor=qt("div",null,"CodeMirror-cursors CodeMirror-dragcursors"),nt.display.lineSpace.insertBefore(nt.display.dragCursor,nt.display.cursorDiv)),ie(nt.display.dragCursor,ht)}}function Jp(nt){nt.display.dragCursor&&(nt.display.lineSpace.removeChild(nt.display.dragCursor),nt.display.dragCursor=null)}function Qp(nt){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++)nt(dt[Pt])})}}var gg=!1;function Ga(){gg||(yd(),gg=!0)}function yd(){var nt;se(window,"resize",function(){nt==null&&(nt=setTimeout(function(){nt=null,Qp(pg)},100))}),se(window,"blur",function(){return Qp(xh)})}function pg(nt){var st=nt.display;st.cachedCharWidth=st.cachedTextHeight=st.cachedPaddingH=null,st.scrollbarsClipped=!1,nt.setSize()}for(var Vl={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"},hf=0;hf<10;hf++)Vl[hf+48]=Vl[hf+96]=String(hf);for(var nc=65;nc<=90;nc++)Vl[nc]=String.fromCharCode(nc);for(var df=1;df<=12;df++)Vl[df+111]=Vl[df+63235]="F"+df;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(nt){var st=nt.split(/-(?!$)/);nt=st[st.length-1];for(var dt,ht,gt,Pt,Tt=0;Tt<st.length-1;Tt++){var Rt=st[Tt];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&&(nt="Alt-"+nt),ht&&(nt="Ctrl-"+nt),Pt&&(nt="Cmd-"+nt),gt&&(nt="Shift-"+nt),nt}function vg(nt){var st={};for(var dt in nt)if(nt.hasOwnProperty(dt)){var ht=nt[dt];if(/^(name|fallthrough|(de|at)tach)$/.test(dt))continue;if(ht=="..."){delete nt[dt];continue}for(var gt=Zn(dt.split(" "),mg),Pt=0;Pt<gt.length;Pt++){var Tt=void 0,Rt=void 0;Pt==gt.length-1?(Rt=gt.join(" "),Tt=ht):(Rt=gt.slice(0,Pt+1).join(" "),Tt="...");var Dt=st[Rt];if(!Dt)st[Rt]=Tt;else if(Dt!=Tt)throw new Error("Inconsistent bindings for "+Rt)}delete nt[dt]}for(var Yt in st)nt[Yt]=st[Yt];return nt}function tl(nt,st,dt,ht){st=Ah(st);var gt=st.call?st.call(nt,ht):st[nt];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 tl(nt,st.fallthrough,dt,ht);for(var Pt=0;Pt<st.fallthrough.length;Pt++){var Tt=tl(nt,st.fallthrough[Pt],dt,ht);if(Tt)return Tt}}}function Sd(nt){var st=typeof nt=="string"?nt:Vl[nt.keyCode];return st=="Ctrl"||st=="Alt"||st=="Shift"||st=="Mod"}function yg(nt,st,dt){var ht=nt;return st.altKey&&ht!="Alt"&&(nt="Alt-"+nt),(Lt?st.metaKey:st.ctrlKey)&&ht!="Ctrl"&&(nt="Ctrl-"+nt),(Lt?st.ctrlKey:st.metaKey)&&ht!="Mod"&&(nt="Cmd-"+nt),!dt&&st.shiftKey&&ht!="Shift"&&(nt="Shift-"+nt),nt}function $p(nt,st){if(Qt&&nt.keyCode==34&&nt.char)return!1;var dt=Vl[nt.keyCode];return dt==null||nt.altGraphKey?!1:(nt.keyCode==3&&nt.code&&(dt=nt.code),yg(dt,nt,st))}function Ah(nt){return typeof nt=="string"?Ca[nt]:nt}function La(nt,st){for(var dt=nt.doc.sel.ranges,ht=[],gt=0;gt<dt.length;gt++){for(var Pt=st(dt[gt]);ht.length&&ke(Pt.from,te(ht).to)<=0;){var Tt=ht.pop();if(ke(Tt.from,Pt.from)<0){Pt.from=Tt.from;break}}ht.push(Pt)}tr(nt,function(){for(var Rt=ht.length-1;Rt>=0;Rt--)Nh(nt.doc,"",ht[Rt].from,ht[Rt].to,"+delete");au(nt)})}function Sg(nt,st,dt){var ht=sn(nt.text,st+dt,dt);return ht<0||ht>nt.text.length?null:ht}function Ur(nt,st,dt){var ht=Sg(nt,st.ch,dt);return ht==null?null:new Le(st.line,ht,dt<0?"after":"before")}function ff(nt,st,dt,ht,gt){if(nt){st.doc.direction=="rtl"&&(gt=-gt);var Pt=Dn(dt,st.doc.direction);if(Pt){var Tt=gt<0?te(Pt):Pt[0],Rt=gt<0==(Tt.level==1),Dt=Rt?"after":"before",Yt;if(Tt.level>0||st.doc.direction=="rtl"){var pe=jl(st,dt);Yt=gt<0?dt.text.length-1:0;var Zt=Da(st,pe,Yt).top;Yt=Xe(function(Ae){return Da(st,pe,Ae).top==Zt},gt<0==(Tt.level==1)?Tt.from:Tt.to-1,Yt),Dt=="before"&&(Yt=Sg(dt,Yt,1))}else Yt=gt<0?Tt.to:Tt.from;return new Le(ht,Yt,Dt)}}return new Le(ht,gt<0?dt.text.length:0,gt<0?"before":"after")}function ic(nt,st,dt,ht){var gt=Dn(st,nt.doc.direction);if(!gt)return Ur(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),Tt=gt[Pt];if(nt.doc.direction=="ltr"&&Tt.level%2==0&&(ht>0?Tt.to>dt.ch:Tt.from<dt.ch))return Ur(st,dt,ht);var Rt=function(ri,Mi){return Sg(st,ri instanceof Le?ri.ch:ri,Mi)},Dt,Yt=function(ri){return nt.options.lineWrapping?(Dt=Dt||jl(nt,st),Oa(nt,st,Dt,ri)):{begin:0,end:st.text.length}},pe=Yt(dt.sticky=="before"?Rt(dt,-1):dt.ch);if(nt.doc.direction=="rtl"||Tt.level==1){var Zt=Tt.level==1==ht<0,Ae=Rt(dt,Zt?1:-1);if(Ae!=null&&(Zt?Ae<=Tt.to&&Ae<=pe.end:Ae>=Tt.from&&Ae>=pe.begin)){var Ee=Zt?"before":"after";return new Le(dt.line,Ae,Ee)}}var xn=function(ri,Mi,yi){for(var Di=function(Cr,hs){return hs?new Le(dt.line,Rt(Cr,1),"before"):new Le(dt.line,Cr,"after")};ri>=0&&ri<gt.length;ri+=Mi){var ro=gt[ri],mi=Mi>0==(ro.level!=1),ko=mi?yi.begin:Rt(yi.end,-1);if(ro.from<=ko&&ko<ro.to||(ko=mi?ro.from:Rt(ro.to,-1),yi.begin<=ko&&ko<yi.end))return Di(ko,mi)}},Cn=xn(Pt+ht,ht,pe);if(Cn)return Cn;var Rn=ht>0?pe.end:Rt(pe.begin,-1);return Rn!=null&&!(ht>0&&Rn==st.text.length)&&(Cn=xn(ht>0?0:gt.length-1,ht,Yt(Rn)),Cn)?Cn:null}var Wu={selectAll:Yr,singleSelection:function(nt){return nt.setSelection(nt.getCursor("anchor"),nt.getCursor("head"),He)},killLine:function(nt){return La(nt,function(st){if(st.empty()){var dt=dn(nt.doc,st.head.line).text.length;return st.head.ch==dt&&st.head.line<nt.lastLine()?{from:st.head,to:Le(st.head.line+1,0)}:{from:st.head,to:Le(st.head.line,dt)}}else return{from:st.from(),to:st.to()}})},deleteLine:function(nt){return La(nt,function(st){return{from:Le(st.from().line,0),to:vn(nt.doc,Le(st.to().line+1,0))}})},delLineLeft:function(nt){return La(nt,function(st){return{from:Le(st.from().line,0),to:st.from()}})},delWrappedLineLeft:function(nt){return La(nt,function(st){var dt=nt.charCoords(st.head,"div").top+5,ht=nt.coordsChar({left:0,top:dt},"div");return{from:ht,to:st.from()}})},delWrappedLineRight:function(nt){return La(nt,function(st){var dt=nt.charCoords(st.head,"div").top+5,ht=nt.coordsChar({left:nt.display.lineDiv.offsetWidth+100,top:dt},"div");return{from:st.from(),to:ht}})},undo:function(nt){return nt.undo()},redo:function(nt){return nt.redo()},undoSelection:function(nt){return nt.undoSelection()},redoSelection:function(nt){return nt.redoSelection()},goDocStart:function(nt){return nt.extendSelection(Le(nt.firstLine(),0))},goDocEnd:function(nt){return nt.extendSelection(Le(nt.lastLine()))},goLineStart:function(nt){return nt.extendSelectionsBy(function(st){return xd(nt,st.head.line)},{origin:"+move",bias:1})},goLineStartSmart:function(nt){return nt.extendSelectionsBy(function(st){return xg(nt,st.head)},{origin:"+move",bias:1})},goLineEnd:function(nt){return nt.extendSelectionsBy(function(st){return Pd(nt,st.head.line)},{origin:"+move",bias:-1})},goLineRight:function(nt){return nt.extendSelectionsBy(function(st){var dt=nt.cursorCoords(st.head,"div").top+5;return nt.coordsChar({left:nt.display.lineDiv.offsetWidth+100,top:dt},"div")},An)},goLineLeft:function(nt){return nt.extendSelectionsBy(function(st){var dt=nt.cursorCoords(st.head,"div").top+5;return nt.coordsChar({left:0,top:dt},"div")},An)},goLineLeftSmart:function(nt){return nt.extendSelectionsBy(function(st){var dt=nt.cursorCoords(st.head,"div").top+5,ht=nt.coordsChar({left:0,top:dt},"div");return ht.ch<nt.getLine(ht.line).search(/\S/)?xg(nt,st.head):ht},An)},goLineUp:function(nt){return nt.moveV(-1,"line")},goLineDown:function(nt){return nt.moveV(1,"line")},goPageUp:function(nt){return nt.moveV(-1,"page")},goPageDown:function(nt){return nt.moveV(1,"page")},goCharLeft:function(nt){return nt.moveH(-1,"char")},goCharRight:function(nt){return nt.moveH(1,"char")},goColumnLeft:function(nt){return nt.moveH(-1,"column")},goColumnRight:function(nt){return nt.moveH(1,"column")},goWordLeft:function(nt){return nt.moveH(-1,"word")},goGroupRight:function(nt){return nt.moveH(1,"group")},goGroupLeft:function(nt){return nt.moveH(-1,"group")},goWordRight:function(nt){return nt.moveH(1,"word")},delCharBefore:function(nt){return nt.deleteH(-1,"codepoint")},delCharAfter:function(nt){return nt.deleteH(1,"char")},delWordBefore:function(nt){return nt.deleteH(-1,"word")},delWordAfter:function(nt){return nt.deleteH(1,"word")},delGroupBefore:function(nt){return nt.deleteH(-1,"group")},delGroupAfter:function(nt){return nt.deleteH(1,"group")},indentAuto:function(nt){return nt.indentSelection("smart")},indentMore:function(nt){return nt.indentSelection("add")},indentLess:function(nt){return nt.indentSelection("subtract")},insertTab:function(nt){return nt.replaceSelection(" ")},insertSoftTab:function(nt){for(var st=[],dt=nt.listSelections(),ht=nt.options.tabSize,gt=0;gt<dt.length;gt++){var Pt=dt[gt].from(),Tt=ge(nt.getLine(Pt.line),Pt.ch,ht);st.push(hi(ht-Tt%ht))}nt.replaceSelections(st)},defaultTab:function(nt){nt.somethingSelected()?nt.indentSelection("add"):nt.execCommand("insertTab")},transposeChars:function(nt){return tr(nt,function(){for(var st=nt.listSelections(),dt=[],ht=0;ht<st.length;ht++)if(st[ht].empty()){var gt=st[ht].head,Pt=dn(nt.doc,gt.line).text;if(Pt){if(gt.ch==Pt.length&&(gt=new Le(gt.line,gt.ch-1)),gt.ch>0)gt=new Le(gt.line,gt.ch+1),nt.replaceRange(Pt.charAt(gt.ch-1)+Pt.charAt(gt.ch-2),Le(gt.line,gt.ch-2),gt,"+transpose");else if(gt.line>nt.doc.first){var Tt=dn(nt.doc,gt.line-1).text;Tt&&(gt=new Le(gt.line,1),nt.replaceRange(Pt.charAt(0)+nt.doc.lineSeparator()+Tt.charAt(Tt.length-1),Le(gt.line-1,Tt.length-1),gt,"+transpose"))}}dt.push(new lr(gt,gt))}nt.setSelections(dt)})},newlineAndIndent:function(nt){return tr(nt,function(){for(var st=nt.listSelections(),dt=st.length-1;dt>=0;dt--)nt.replaceRange(nt.doc.lineSeparator(),st[dt].anchor,st[dt].head,"+input");st=nt.listSelections();for(var ht=0;ht<st.length;ht++)nt.indentLine(st[ht].from().line,null,!0);au(nt)})},openLine:function(nt){return nt.replaceSelection(`
|
|
`,"start")},toggleOverwrite:function(nt){return nt.toggleOverwrite()}};function xd(nt,st){var dt=dn(nt.doc,st),ht=ki(dt);return ht!=dt&&(st=_t(ht)),ff(!0,nt,ht,st,1)}function Pd(nt,st){var dt=dn(nt.doc,st),ht=Hi(dt);return ht!=dt&&(st=_t(ht)),ff(!0,nt,dt,st,-1)}function xg(nt,st){var dt=xd(nt,st.line),ht=dn(nt.doc,dt.line),gt=Dn(ht,nt.doc.direction);if(!gt||gt[0].level==0){var Pt=Math.max(dt.ch,ht.text.search(/\S/)),Tt=st.line==dt.line&&st.ch<=Pt&&st.ch;return Le(dt.line,Tt?0:Pt,dt.sticky)}return dt}function wd(nt,st,dt){if(typeof st=="string"&&(st=Wu[st],!st))return!1;nt.display.input.ensurePolled();var ht=nt.display.shift,gt=!1;try{nt.isReadOnly()&&(nt.state.suppressEdits=!0),dt&&(nt.display.shift=!1),gt=st(nt)!=gi}finally{nt.display.shift=ht,nt.state.suppressEdits=!1}return gt}function Pg(nt,st,dt){for(var ht=0;ht<nt.state.keyMaps.length;ht++){var gt=tl(st,nt.state.keyMaps[ht],dt,nt);if(gt)return gt}return nt.options.extraKeys&&tl(st,nt.options.extraKeys,dt,nt)||tl(st,nt.options.keyMap,dt,nt)}var Yl=new Kt;function Bh(nt,st,dt,ht){var gt=nt.state.keySeq;if(gt){if(Sd(st))return"handled";if(/\'$/.test(st)?nt.state.keySeq=null:Yl.set(50,function(){nt.state.keySeq==gt&&(nt.state.keySeq=null,nt.display.input.reset())}),oc(nt,gt+" "+st,dt,ht))return!0}return oc(nt,st,dt,ht)}function oc(nt,st,dt,ht){var gt=Pg(nt,st,ht);return gt=="multi"&&(nt.state.keySeq=st),gt=="handled"&&Si(nt,"keyHandled",nt,st,dt),(gt=="handled"||gt=="multi")&&(qn(dt),sr(nt)),!!gt}function rc(nt,st){var dt=$p(st,!0);return dt?st.shiftKey&&!nt.state.keySeq?Bh(nt,"Shift-"+dt,st,function(ht){return wd(nt,ht,!0)})||Bh(nt,dt,st,function(ht){if(typeof ht=="string"?/^go[A-Z]/.test(ht):ht.motion)return wd(nt,ht)}):Bh(nt,dt,st,function(ht){return wd(nt,ht)}):!1}function sc(nt,st,dt){return Bh(nt,"'"+dt+"'",st,function(ht){return wd(nt,ht,!0)})}var Dh=null;function wg(nt){var st=this;if(!(nt.target&&nt.target!=st.display.input.getField())&&(st.curOp.focus=un(),!jn(st,nt))){le&&ue<11&&nt.keyCode==27&&(nt.returnValue=!1);var dt=nt.keyCode;st.display.shift=dt==16||nt.shiftKey;var ht=rc(st,nt);Qt&&(Dh=ht?dt:null,!ht&&dt==88&&!pn&&(ct?nt.metaKey:nt.ctrlKey)&&st.replaceSelection("",null,"cut")),bt&&!ct&&!ht&&dt==46&&nt.shiftKey&&!nt.ctrlKey&&document.execCommand&&document.execCommand("cut"),dt==18&&!/\bCodeMirror-crosshair\b/.test(st.display.lineDiv.className)&&Cg(st)}}function Cg(nt){var st=nt.display.lineDiv;Nn(st,"CodeMirror-crosshair");function dt(ht){(ht.keyCode==18||!ht.altKey)&&(Vt(st,"CodeMirror-crosshair"),En(document,"keyup",dt),En(document,"mouseover",dt))}se(document,"keyup",dt),se(document,"mouseover",dt)}function Lg(nt){nt.keyCode==16&&(this.doc.sel.shift=!1),jn(this,nt)}function bl(nt){var st=this;if(!(nt.target&&nt.target!=st.display.input.getField())&&!(Jr(st.display,nt)||jn(st,nt)||nt.ctrlKey&&!nt.altKey||ct&&nt.metaKey)){var dt=nt.keyCode,ht=nt.charCode;if(Qt&&dt==Dh){Dh=null,qn(nt);return}if(!(Qt&&(!nt.which||nt.which<10)&&rc(st,nt))){var gt=String.fromCharCode(ht==null?dt:ht);gt!="\b"&&(sc(st,nt,gt)||st.display.input.onKeyPress(nt))}}}var qp=400,kg=function(nt,st,dt){this.time=nt,this.pos=st,this.button=dt};kg.prototype.compare=function(nt,st,dt){return this.time+qp>nt&&ke(st,this.pos)==0&&dt==this.button};var Cd,Oh;function Mg(nt,st){var dt=+new Date;return Oh&&Oh.compare(dt,nt,st)?(Cd=Oh=null,"triple"):Cd&&Cd.compare(dt,nt,st)?(Oh=new kg(dt,nt,st),Cd=null,"double"):(Cd=new kg(dt,nt,st),Oh=null,"single")}function Nl(nt){var st=this,dt=st.display;if(!(jn(st,nt)||dt.activeTouch&&dt.input.supportsTouch())){if(dt.input.ensurePolled(),dt.shift=nt.shiftKey,Jr(dt,nt)){oe||(dt.scroller.draggable=!1,setTimeout(function(){return dt.scroller.draggable=!0},100));return}if(!uc(st,nt)){var ht=qs(st,nt),gt=$i(nt),Pt=ht?Mg(ht,gt):"single";window.focus(),gt==1&&st.state.selectingText&&st.state.selectingText(nt),!(ht&&Tg(st,gt,ht,Pt,nt))&&(gt==1?ht?tm(st,ht,Pt,nt):Ki(nt)==dt.scroller&&qn(nt):gt==2?(ht&&qf(st.doc,ht),setTimeout(function(){return dt.input.focus()},20)):gt==3&&(Et?st.display.input.onContextMenu(nt):Mr(st)))}}}function Tg(nt,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,Bh(nt,yg(Pt,gt),gt,function(Tt){if(typeof Tt=="string"&&(Tt=Wu[Tt]),!Tt)return!1;var Rt=!1;try{nt.isReadOnly()&&(nt.state.suppressEdits=!0),Rt=Tt(nt,dt)!=gi}finally{nt.state.suppressEdits=!1}return Rt})}function ac(nt,st,dt){var ht=nt.getOption("configureMouse"),gt=ht?ht(nt,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||nt.doc.extend)&&(gt.extend=nt.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(nt,st,dt,ht){le?setTimeout(Ti(vr,nt),0):nt.curOp.focus=un();var gt=ac(nt,dt,ht),Pt=nt.doc.sel,Tt;nt.options.dragDrop&&vo&&!nt.isReadOnly()&&dt=="single"&&(Tt=Pt.contains(st))>-1&&(ke((Tt=Pt.ranges[Tt]).from(),st)<0||st.xRel>0)&&(ke(Tt.to(),st)>0||st.xRel<0)?bg(nt,ht,st,gt):ev(nt,ht,st,gt)}function bg(nt,st,dt,ht){var gt=nt.display,Pt=!1,Tt=ls(nt,function(Yt){oe&&(gt.scroller.draggable=!1),nt.state.draggingText=!1,En(gt.wrapper.ownerDocument,"mouseup",Tt),En(gt.wrapper.ownerDocument,"mousemove",Rt),En(gt.scroller,"dragstart",Dt),En(gt.scroller,"drop",Tt),Pt||(qn(Yt),ht.addNew||qf(nt.doc,dt,null,null,ht.extend),oe&&!Qe||le&&ue==9?setTimeout(function(){gt.wrapper.ownerDocument.body.focus({preventScroll:!0}),gt.input.focus()},20):gt.input.focus())}),Rt=function(Yt){Pt=Pt||Math.abs(st.clientX-Yt.clientX)+Math.abs(st.clientY-Yt.clientY)>=10},Dt=function(){return Pt=!0};oe&&(gt.scroller.draggable=!0),nt.state.draggingText=Tt,Tt.copy=!ht.moveOnDrag,gt.scroller.dragDrop&>.scroller.dragDrop(),se(gt.wrapper.ownerDocument,"mouseup",Tt),se(gt.wrapper.ownerDocument,"mousemove",Rt),se(gt.scroller,"dragstart",Dt),se(gt.scroller,"drop",Tt),Mr(nt),setTimeout(function(){return gt.input.focus()},20)}function Ng(nt,st,dt){if(dt=="char")return new lr(st,st);if(dt=="word")return nt.findWordAt(st);if(dt=="line")return new lr(Le(st.line,0),vn(nt.doc,Le(st.line+1,0)));var ht=dt(nt,st);return new lr(ht.from,ht.to)}function ev(nt,st,dt,ht){var gt=nt.display,Pt=nt.doc;qn(st);var Tt,Rt,Dt=Pt.sel,Yt=Dt.ranges;if(ht.addNew&&!ht.extend?(Rt=Pt.sel.contains(dt),Rt>-1?Tt=Yt[Rt]:Tt=new lr(dt,dt)):(Tt=Pt.sel.primary(),Rt=Pt.sel.primIndex),ht.unit=="rectangle")ht.addNew||(Tt=new lr(dt,dt)),dt=qs(nt,st,!0,!0),Rt=-1;else{var pe=Ng(nt,dt,ht.unit);ht.extend?Tt=$f(Tt,pe.anchor,pe.head,ht.extend):Tt=pe}ht.addNew?Rt==-1?(Rt=Yt.length,Ws(Pt,hl(nt,Yt.concat([Tt]),Rt),{scroll:!1,origin:"*mouse"})):Yt.length>1&&Yt[Rt].empty()&&ht.unit=="char"&&!ht.extend?(Ws(Pt,hl(nt,Yt.slice(0,Rt).concat(Yt.slice(Rt+1)),0),{scroll:!1,origin:"*mouse"}),Dt=Pt.sel):Hu(Pt,Rt,Tt,mn):(Rt=0,Ws(Pt,new $a([Tt],0),mn),Dt=Pt.sel);var Zt=dt;function Ae(yi){if(ke(Zt,yi)!=0)if(Zt=yi,ht.unit=="rectangle"){for(var Di=[],ro=nt.options.tabSize,mi=ge(dn(Pt,dt.line).text,dt.ch,ro),ko=ge(dn(Pt,yi.line).text,yi.ch,ro),Cr=Math.min(mi,ko),hs=Math.max(mi,ko),Fr=Math.min(dt.line,yi.line),pa=Math.min(nt.lastLine(),Math.max(dt.line,yi.line));Fr<=pa;Fr++){var Vs=dn(Pt,Fr).text,ns=ui(Vs,Cr,ro);Cr==hs?Di.push(new lr(Le(Fr,ns),Le(Fr,ns))):Vs.length>ns&&Di.push(new lr(Le(Fr,ns),Le(Fr,ui(Vs,hs,ro))))}Di.length||Di.push(new lr(dt,dt)),Ws(Pt,hl(nt,Dt.ranges.slice(0,Rt).concat(Di),Rt),{origin:"*mouse",scroll:!1}),nt.scrollIntoView(yi)}else{var ka=Tt,Rs=Ng(nt,yi,ht.unit),is=ka.anchor,Qo;ke(Rs.anchor,is)>0?(Qo=Rs.head,is=on(ka.from(),Rs.anchor)):(Qo=Rs.anchor,is=_n(ka.to(),Rs.head));var Dr=Dt.ranges.slice(0);Dr[Rt]=em(nt,new lr(vn(Pt,is),Qo)),Ws(Pt,hl(nt,Dr,Rt),mn)}}var Ee=gt.wrapper.getBoundingClientRect(),xn=0;function Cn(yi){var Di=++xn,ro=qs(nt,yi,!0,ht.unit=="rectangle");if(ro)if(ke(ro,Zt)!=0){nt.curOp.focus=un(),Ae(ro);var mi=Oo(gt,Pt);(ro.line>=mi.to||ro.line<mi.from)&&setTimeout(ls(nt,function(){xn==Di&&Cn(yi)}),150)}else{var ko=yi.clientY<Ee.top?-20:yi.clientY>Ee.bottom?20:0;ko&&setTimeout(ls(nt,function(){xn==Di&&(gt.scroller.scrollTop+=ko,Cn(yi))}),50)}}function Rn(yi){nt.state.selectingText=!1,xn=1/0,yi&&(qn(yi),gt.input.focus()),En(gt.wrapper.ownerDocument,"mousemove",ri),En(gt.wrapper.ownerDocument,"mouseup",Mi),Pt.history.lastSelOrigin=null}var ri=ls(nt,function(yi){yi.buttons===0||!$i(yi)?Rn(yi):Cn(yi)}),Mi=ls(nt,Rn);nt.state.selectingText=Mi,se(gt.wrapper.ownerDocument,"mousemove",ri),se(gt.wrapper.ownerDocument,"mouseup",Mi)}function em(nt,st){var dt=st.anchor,ht=st.head,gt=dn(nt.doc,dt.line);if(ke(dt,ht)==0&&dt.sticky==ht.sticky)return st;var Pt=Dn(gt);if(!Pt)return st;var Tt=nn(Pt,dt.ch,dt.sticky),Rt=Pt[Tt];if(Rt.from!=dt.ch&&Rt.to!=dt.ch)return st;var Dt=Tt+(Rt.from==dt.ch==(Rt.level!=1)?0:1);if(Dt==0||Dt==Pt.length)return st;var Yt;if(ht.line!=dt.line)Yt=(ht.line-dt.line)*(nt.doc.direction=="ltr"?1:-1)>0;else{var pe=nn(Pt,ht.ch,ht.sticky),Zt=pe-Tt||(ht.ch-dt.ch)*(Rt.level==1?-1:1);pe==Dt-1||pe==Dt?Yt=Zt<0:Yt=Zt>0}var Ae=Pt[Dt+(Yt?-1:0)],Ee=Yt==(Ae.level==1),xn=Ee?Ae.from:Ae.to,Cn=Ee?"after":"before";return dt.ch==xn&&dt.sticky==Cn?st:new lr(new Le(dt.line,xn,Cn),ht)}function lc(nt,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(Ae){return!1}if(gt>=Math.floor(nt.display.gutters.getBoundingClientRect().right))return!1;ht&&qn(st);var Tt=nt.display,Rt=Tt.lineDiv.getBoundingClientRect();if(Pt>Rt.bottom||!Jn(nt,dt))return Ni(st);Pt-=Rt.top-Tt.viewOffset;for(var Dt=0;Dt<nt.display.gutterSpecs.length;++Dt){var Yt=Tt.gutters.childNodes[Dt];if(Yt&&Yt.getBoundingClientRect().right>=gt){var pe=Fe(nt.doc,Pt),Zt=nt.display.gutterSpecs[Dt];return Hn(nt,dt,nt,pe,Zt.className,st),Ni(st)}}}function uc(nt,st){return lc(nt,st,"gutterClick",!0)}function hc(nt,st){Jr(nt.display,st)||nm(nt,st)||jn(nt,st,"contextmenu")||Et||nt.display.input.onContextMenu(st)}function nm(nt,st){return Jn(nt,"gutterContextMenu")?lc(nt,st,"gutterContextMenu",!1):!1}function dc(nt){nt.display.wrapper.className=nt.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+nt.options.theme.replace(/(^|\s)\s*/g," cm-s-"),bu(nt)}var Vu={toString:function(){return"CodeMirror.Init"}},Eg={},cf={};function im(nt){var st=nt.optionHandlers;function dt(ht,gt,Pt,Tt){nt.defaults[ht]=gt,Pt&&(st[ht]=Tt?function(Rt,Dt,Yt){Yt!=Vu&&Pt(Rt,Dt,Yt)}:Pt)}nt.defineOption=dt,nt.Init=Vu,dt("value","",function(ht,gt){return ht.setValue(gt)},!0),dt("mode",null,function(ht,gt){ht.doc.modeOption=gt,Lo(ht)},!0),dt("indentUnit",2,Lo,!0),dt("indentWithTabs",!1),dt("smartIndent",!0),dt("tabSize",4,function(ht){$d(ht),bu(ht),wr(ht)},!0),dt("lineSeparator",null,function(ht,gt){if(ht.doc.lineSep=gt,!!gt){var Pt=[],Tt=ht.doc.first;ht.doc.iter(function(Dt){for(var Yt=0;;){var pe=Dt.text.indexOf(gt,Yt);if(pe==-1)break;Yt=pe+gt.length,Pt.push(Le(Tt,pe))}Tt++});for(var Rt=Pt.length-1;Rt>=0;Rt--)Nh(ht.doc,gt,Pt[Rt],Le(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",xr,function(ht){return ht.refresh()},!0),dt("electricChars",!0),dt("inputStyle",it?"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){dc(ht),za(ht)},!0),dt("keyMap","default",function(ht,gt,Pt){var Tt=Ah(gt),Rt=Pt!=Vu&&Ah(Pt);Rt&&Rt.detach&&Rt.detach(ht,Tt),Tt.attach&&Tt.attach(ht,Rt||null)}),dt("extraKeys",null),dt("configureMouse",null),dt("lineWrapping",!1,om,!0),dt("gutters",[],function(ht,gt){ht.display.gutterSpecs=ys(gt,ht.options.lineNumbers),za(ht)},!0),dt("fixedGutter",!0,function(ht,gt){ht.display.gutters.style.left=gt?Kd(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=ys(ht.options.gutters,gt),za(ht)},!0),dt("firstLineNumber",1,za,!0),dt("lineNumberFormatter",function(ht){return ht},za,!0),dt("showCursorWhenSelecting",!1,as,!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,fc),dt("allowDropFileTypes",null),dt("cursorBlinkRate",530),dt("cursorScrollMargin",0),dt("cursorHeight",1,as,!0),dt("singleCursorHeightPerLine",!0,as,!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 fc(nt,st,dt){var ht=dt&&dt!=Vu;if(!st!=!ht){var gt=nt.display.dragFunctions,Pt=st?se:En;Pt(nt.display.scroller,"dragstart",gt.start),Pt(nt.display.scroller,"dragenter",gt.enter),Pt(nt.display.scroller,"dragover",gt.over),Pt(nt.display.scroller,"dragleave",gt.leave),Pt(nt.display.scroller,"drop",gt.drop)}}function om(nt){nt.options.lineWrapping?(Nn(nt.display.wrapper,"CodeMirror-wrap"),nt.display.sizer.style.minWidth="",nt.display.sizerWidth=null):(Vt(nt.display.wrapper,"CodeMirror-wrap"),Xo(nt)),Vi(nt),wr(nt),bu(nt),setTimeout(function(){return Fu(nt)},100)}function Ko(nt,st){var dt=this;if(!(this instanceof Ko))return new Ko(nt,st);this.options=st=st?ni(st):{},ni(Eg,st,!1);var ht=st.value;typeof ht=="string"?ht=new Is(ht,st.mode,null,st.lineSeparator,st.direction):st.mode&&(ht.modeOption=st.mode),this.doc=ht;var gt=new Ko.inputStyles[st.inputStyle](this),Pt=this.display=new zu(nt,ht,gt,st);Pt.wrapper.CodeMirror=this,dc(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&&!it&&Pt.input.focus(),le&&ue<11&&setTimeout(function(){return dt.display.input.reset(!0)},20),Ld(this),Ga(),Au(this),this.curOp.forceUpdate=!0,Xf(this,ht),st.autofocus&&!it||this.hasFocus()?setTimeout(function(){dt.hasFocus()&&!dt.state.focused&&Ho(dt)},20):xh(this);for(var Tt in cf)cf.hasOwnProperty(Tt)&&cf[Tt](this,st[Tt],Vu);$r(this),st.finishInit&&st.finishInit(this);for(var Rt=0;Rt<Ih.length;++Rt)Ih[Rt](this);Bu(this),oe&&st.lineWrapping&&getComputedStyle(Pt.lineDiv).textRendering=="optimizelegibility"&&(Pt.lineDiv.style.textRendering="auto")}Ko.defaults=Eg,Ko.optionHandlers=cf;function Ld(nt){var st=nt.display;se(st.scroller,"mousedown",ls(nt,Nl)),le&&ue<11?se(st.scroller,"dblclick",ls(nt,function(Dt){if(!jn(nt,Dt)){var Yt=qs(nt,Dt);if(!(!Yt||uc(nt,Dt)||Jr(nt.display,Dt))){qn(Dt);var pe=nt.findWordAt(Yt);qf(nt.doc,pe.anchor,pe.head)}}})):se(st.scroller,"dblclick",function(Dt){return jn(nt,Dt)||qn(Dt)}),se(st.scroller,"contextmenu",function(Dt){return hc(nt,Dt)}),se(st.input.getField(),"contextmenu",function(Dt){st.scroller.contains(Dt.target)||hc(nt,Dt)});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(Dt){if(Dt.touches.length!=1)return!1;var Yt=Dt.touches[0];return Yt.radiusX<=1&&Yt.radiusY<=1}function Tt(Dt,Yt){if(Yt.left==null)return!0;var pe=Yt.left-Dt.left,Zt=Yt.top-Dt.top;return pe*pe+Zt*Zt>20*20}se(st.scroller,"touchstart",function(Dt){if(!jn(nt,Dt)&&!Pt(Dt)&&!uc(nt,Dt)){st.input.ensurePolled(),clearTimeout(dt);var Yt=+new Date;st.activeTouch={start:Yt,moved:!1,prev:Yt-ht.end<=300?ht:null},Dt.touches.length==1&&(st.activeTouch.left=Dt.touches[0].pageX,st.activeTouch.top=Dt.touches[0].pageY)}}),se(st.scroller,"touchmove",function(){st.activeTouch&&(st.activeTouch.moved=!0)}),se(st.scroller,"touchend",function(Dt){var Yt=st.activeTouch;if(Yt&&!Jr(st,Dt)&&Yt.left!=null&&!Yt.moved&&new Date-Yt.start<300){var pe=nt.coordsChar(st.activeTouch,"page"),Zt;!Yt.prev||Tt(Yt,Yt.prev)?Zt=new lr(pe,pe):!Yt.prev.prev||Tt(Yt,Yt.prev.prev)?Zt=nt.findWordAt(pe):Zt=new lr(Le(pe.line,0),vn(nt.doc,Le(pe.line+1,0))),nt.setSelection(Zt.anchor,Zt.head),nt.focus(),qn(Dt)}gt()}),se(st.scroller,"touchcancel",gt),se(st.scroller,"scroll",function(){st.scroller.clientHeight&&(wh(nt,st.scroller.scrollTop),lu(nt,st.scroller.scrollLeft,!0),Hn(nt,"scroll",nt))}),se(st.scroller,"mousewheel",function(Dt){return Ss(nt,Dt)}),se(st.scroller,"DOMMouseScroll",function(Dt){return Ss(nt,Dt)}),se(st.wrapper,"scroll",function(){return st.wrapper.scrollTop=st.wrapper.scrollLeft=0}),st.dragFunctions={enter:function(Dt){jn(nt,Dt)||so(Dt)},over:function(Dt){jn(nt,Dt)||(Xp(nt,Dt),so(Dt))},start:function(Dt){return Kp(nt,Dt)},drop:ls(nt,cg),leave:function(Dt){jn(nt,Dt)||Jp(nt)}};var Rt=st.input.getField();se(Rt,"keyup",function(Dt){return Lg.call(nt,Dt)}),se(Rt,"keydown",ls(nt,wg)),se(Rt,"keypress",ls(nt,bl)),se(Rt,"focus",function(Dt){return Ho(nt,Dt)}),se(Rt,"blur",function(Dt){return xh(nt,Dt)})}var Ih=[];Ko.defineInitHook=function(nt){return Ih.push(nt)};function us(nt,st,dt,ht){var gt=nt.doc,Pt;dt==null&&(dt="add"),dt=="smart"&&(gt.mode.indent?Pt=ho(nt,st).state:dt="prev");var Tt=nt.options.tabSize,Rt=dn(gt,st),Dt=ge(Rt.text,null,Tt);Rt.stateAfter&&(Rt.stateAfter=null);var Yt=Rt.text.match(/^\s*/)[0],pe;if(!ht&&!/\S/.test(Rt.text))pe=0,dt="not";else if(dt=="smart"&&(pe=gt.mode.indent(Pt,Rt.text.slice(Yt.length),Rt.text),pe==gi||pe>150)){if(!ht)return;dt="prev"}dt=="prev"?st>gt.first?pe=ge(dn(gt,st-1).text,null,Tt):pe=0:dt=="add"?pe=Dt+nt.options.indentUnit:dt=="subtract"?pe=Dt-nt.options.indentUnit:typeof dt=="number"&&(pe=Dt+dt),pe=Math.max(0,pe);var Zt="",Ae=0;if(nt.options.indentWithTabs)for(var Ee=Math.floor(pe/Tt);Ee;--Ee)Ae+=Tt,Zt+=" ";if(Ae<pe&&(Zt+=hi(pe-Ae)),Zt!=Yt)return Nh(gt,Zt,Le(st,0),Le(st,Yt.length),"+input"),Rt.stateAfter=null,!0;for(var xn=0;xn<gt.sel.ranges.length;xn++){var Cn=gt.sel.ranges[xn];if(Cn.head.line==st&&Cn.head.ch<Yt.length){var Rn=Le(st,Yt.length);Hu(gt,xn,new lr(Rn,Rn));break}}}var ga=null;function Rh(nt){ga=nt}function gf(nt,st,dt,ht,gt){var Pt=nt.doc;nt.display.shift=!1,ht||(ht=Pt.sel);var Tt=+new Date-200,Rt=gt=="paste"||nt.state.pasteIncoming>Tt,Dt=Ji(st),Yt=null;if(Rt&&ht.ranges.length>1)if(ga&&ga.text.join(`
|
|
`)==st){if(ht.ranges.length%ga.text.length==0){Yt=[];for(var pe=0;pe<ga.text.length;pe++)Yt.push(Pt.splitLines(ga.text[pe]))}}else Dt.length==ht.ranges.length&&nt.options.pasteLinesPerSelection&&(Yt=Zn(Dt,function(ri){return[ri]}));for(var Zt=nt.curOp.updateInput,Ae=ht.ranges.length-1;Ae>=0;Ae--){var Ee=ht.ranges[Ae],xn=Ee.from(),Cn=Ee.to();Ee.empty()&&(dt&&dt>0?xn=Le(xn.line,xn.ch-dt):nt.state.overwrite&&!Rt?Cn=Le(Cn.line,Math.min(dn(Pt,Cn.line).text.length,Cn.ch+te(Dt).length)):Rt&&ga&&ga.lineWise&&ga.text.join(`
|
|
`)==Dt.join(`
|
|
`)&&(xn=Cn=Le(xn.line,0)));var Rn={from:xn,to:Cn,text:Yt?Yt[Ae%Yt.length]:Dt,origin:gt||(Rt?"paste":nt.state.cutIncoming>Tt?"cut":"+input")};_u(nt.doc,Rn),Si(nt,"inputRead",nt,Rn)}st&&!Rt&&Ag(nt,st),au(nt),nt.curOp.updateInput<2&&(nt.curOp.updateInput=Zt),nt.curOp.typing=!0,nt.state.pasteIncoming=nt.state.cutIncoming=-1}function Fg(nt,st){var dt=nt.clipboardData&&nt.clipboardData.getData("Text");if(dt)return nt.preventDefault(),!st.isReadOnly()&&!st.options.disableInput&&tr(st,function(){return gf(st,dt,0,null,"paste")}),!0}function Ag(nt,st){if(!(!nt.options.electricChars||!nt.options.smartIndent))for(var dt=nt.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=nt.getModeAt(gt.head),Tt=!1;if(Pt.electricChars){for(var Rt=0;Rt<Pt.electricChars.length;Rt++)if(st.indexOf(Pt.electricChars.charAt(Rt))>-1){Tt=us(nt,gt.head.line,"smart");break}}else Pt.electricInput&&Pt.electricInput.test(dn(nt.doc,gt.head.line).text.slice(0,gt.head.ch))&&(Tt=us(nt,gt.head.line,"smart"));Tt&&Si(nt,"electricInput",nt,gt.head.line)}}}function Bg(nt){for(var st=[],dt=[],ht=0;ht<nt.doc.sel.ranges.length;ht++){var gt=nt.doc.sel.ranges[ht].head.line,Pt={anchor:Le(gt,0),head:Le(gt+1,0)};dt.push(Pt),st.push(nt.getRange(Pt.anchor,Pt.head))}return{text:st,ranges:dt}}function Dg(nt,st,dt,ht){nt.setAttribute("autocorrect",dt?"":"off"),nt.setAttribute("autocapitalize",ht?"":"off"),nt.setAttribute("spellcheck",!!st)}function Og(){var nt=qt("textarea",null,null,"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; outline: none"),st=qt("div",[nt],null,"overflow: hidden; position: relative; width: 3px; height: 0px;");return oe?nt.style.width="1000px":nt.setAttribute("wrap","off"),Ft&&(nt.style.border="1px solid black"),Dg(nt),st}function Yu(nt){var st=nt.optionHandlers,dt=nt.helpers={};nt.prototype={constructor:nt,focus:function(){window.focus(),this.display.input.focus()},setOption:function(ht,gt){var Pt=this.options,Tt=Pt[ht];Pt[ht]==gt&&ht!="mode"||(Pt[ht]=gt,st.hasOwnProperty(ht)&&ls(this,st[ht])(this,gt,Tt),Hn(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"](Ah(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:nt.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(Tt){return Tt.priority}),this.state.modeGen++,wr(this)}),removeOverlay:ps(function(ht){for(var gt=this.state.overlays,Pt=0;Pt<gt.length;++Pt){var Tt=gt[Pt].modeSpec;if(Tt==ht||typeof ht=="string"&&Tt.name==ht){gt.splice(Pt,1),this.state.modeGen++,wr(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"),ln(this.doc,ht)&&us(this,ht,gt,Pt)}),indentSelection:ps(function(ht){for(var gt=this.doc.sel.ranges,Pt=-1,Tt=0;Tt<gt.length;Tt++){var Rt=gt[Tt];if(Rt.empty())Rt.head.line>Pt&&(us(this,Rt.head.line,ht,!0),Pt=Rt.head.line,Tt==this.doc.sel.primIndex&&au(this));else{var Dt=Rt.from(),Yt=Rt.to(),pe=Math.max(Pt,Dt.line);Pt=Math.min(this.lastLine(),Yt.line-(Yt.ch?0:1))+1;for(var Zt=pe;Zt<Pt;++Zt)us(this,Zt,ht);var Ae=this.doc.sel.ranges;Dt.ch==0&>.length==Ae.length&&Ae[Tt].from().ch>0&&Hu(this.doc,Tt,new lr(Dt,Ae[Tt].to()),He)}}}),getTokenAt:function(ht,gt){return zn(this,ht,gt)},getLineTokens:function(ht,gt){return zn(this,Le(ht),gt,!0)},getTokenTypeAt:function(ht){ht=vn(this.doc,ht);var gt=Ri(this,dn(this.doc,ht.line)),Pt=0,Tt=(gt.length-1)/2,Rt=ht.ch,Dt;if(Rt==0)Dt=gt[2];else for(;;){var Yt=Pt+Tt>>1;if((Yt?gt[Yt*2-1]:0)>=Rt)Tt=Yt;else if(gt[Yt*2+1]<Rt)Pt=Yt+1;else{Dt=gt[Yt*2+2];break}}var pe=Dt?Dt.indexOf("overlay "):-1;return pe<0?Dt:pe==0?null:Dt.slice(0,pe-1)},getModeAt:function(ht){var gt=this.doc.mode;return gt.innerMode?nt.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 Tt=dt[gt],Rt=this.getModeAt(ht);if(typeof Rt[gt]=="string")Tt[Rt[gt]]&&Pt.push(Tt[Rt[gt]]);else if(Rt[gt])for(var Dt=0;Dt<Rt[gt].length;Dt++){var Yt=Tt[Rt[gt][Dt]];Yt&&Pt.push(Yt)}else Rt.helperType&&Tt[Rt.helperType]?Pt.push(Tt[Rt.helperType]):Tt[Rt.name]&&Pt.push(Tt[Rt.name]);for(var pe=0;pe<Tt._global.length;pe++){var Zt=Tt._global[pe];Zt.pred(Rt,this)&&wn(Pt,Zt.val)==-1&&Pt.push(Zt.val)}return Pt},getStateAfter:function(ht,gt){var Pt=this.doc;return ht=rn(Pt,ht==null?Pt.first+Pt.size-1:ht),ho(this,ht+1,gt).state},cursorCoords:function(ht,gt){var Pt,Tt=this.doc.sel.primary();return ht==null?Pt=Tt.head:typeof ht=="object"?Pt=vn(this.doc,ht):Pt=ht?Tt.from():Tt.to(),Go(this,Pt,gt||"page")},charCoords:function(ht,gt){return Eo(this,vn(this.doc,ht),gt||"page")},coordsChar:function(ht,gt){return ht=Zo(this,ht,gt||"page"),ss(this,ht.left,ht.top)},lineAtHeight:function(ht,gt){return ht=Zo(this,{top:ht,left:0},gt||"page").top,Fe(this.doc,ht+this.display.viewOffset)},heightAtLine:function(ht,gt,Pt){var Tt=!1,Rt;if(typeof ht=="number"){var Dt=this.doc.first+this.doc.size-1;ht<this.doc.first?ht=this.doc.first:ht>Dt&&(ht=Dt,Tt=!0),Rt=dn(this.doc,ht)}else Rt=ht;return Qr(this,Rt,{top:0,left:0},gt||"page",Pt||Tt).top+(Tt?this.doc.height-po(Rt):0)},defaultTextHeight:function(){return su(this.display)},defaultCharWidth:function(){return Sh(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(ht,gt,Pt,Tt,Rt){var Dt=this.display;ht=Go(this,vn(this.doc,ht));var Yt=ht.bottom,pe=ht.left;if(gt.style.position="absolute",gt.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(gt),Dt.sizer.appendChild(gt),Tt=="over")Yt=ht.top;else if(Tt=="above"||Tt=="near"){var Zt=Math.max(Dt.wrapper.clientHeight,this.doc.height),Ae=Math.max(Dt.sizer.clientWidth,Dt.lineSpace.clientWidth);(Tt=="above"||ht.bottom+gt.offsetHeight>Zt)&&ht.top>gt.offsetHeight?Yt=ht.top-gt.offsetHeight:ht.bottom+gt.offsetHeight<=Zt&&(Yt=ht.bottom),pe+gt.offsetWidth>Ae&&(pe=Ae-gt.offsetWidth)}gt.style.top=Yt+"px",gt.style.left=gt.style.right="",Rt=="right"?(pe=Dt.sizer.clientWidth-gt.offsetWidth,gt.style.right="0px"):(Rt=="left"?pe=0:Rt=="middle"&&(pe=(Dt.sizer.clientWidth-gt.offsetWidth)/2),gt.style.left=pe+"px"),Pt&&Xd(this,{left:pe,top:Yt,right:pe+gt.offsetWidth,bottom:Yt+gt.offsetHeight})},triggerOnKeyDown:ps(wg),triggerOnKeyPress:ps(bl),triggerOnKeyUp:Lg,triggerOnMouseDown:ps(Nl),execCommand:function(ht){if(Wu.hasOwnProperty(ht))return Wu[ht].call(null,this)},triggerElectric:ps(function(ht){Ag(this,ht)}),findPosH:function(ht,gt,Pt,Tt){var Rt=1;gt<0&&(Rt=-1,gt=-gt);for(var Dt=vn(this.doc,ht),Yt=0;Yt<gt&&(Dt=pf(this.doc,Dt,Rt,Pt,Tt),!Dt.hitSide);++Yt);return Dt},moveH:ps(function(ht,gt){var Pt=this;this.extendSelectionsBy(function(Tt){return Pt.display.shift||Pt.doc.extend||Tt.empty()?pf(Pt.doc,Tt.head,ht,gt,Pt.options.rtlMoveVisually):ht<0?Tt.from():Tt.to()},An)}),deleteH:ps(function(ht,gt){var Pt=this.doc.sel,Tt=this.doc;Pt.somethingSelected()?Tt.replaceSelection("",null,"+delete"):La(this,function(Rt){var Dt=pf(Tt,Rt.head,ht,gt,!1);return ht<0?{from:Dt,to:Rt.head}:{from:Rt.head,to:Dt}})}),findPosV:function(ht,gt,Pt,Tt){var Rt=1,Dt=Tt;gt<0&&(Rt=-1,gt=-gt);for(var Yt=vn(this.doc,ht),pe=0;pe<gt;++pe){var Zt=Go(this,Yt,"div");if(Dt==null?Dt=Zt.left:Zt.left=Dt,Yt=Uu(this,Zt,Rt,Pt),Yt.hitSide)break}return Yt},moveV:ps(function(ht,gt){var Pt=this,Tt=this.doc,Rt=[],Dt=!this.display.shift&&!Tt.extend&&Tt.sel.somethingSelected();if(Tt.extendSelectionsBy(function(pe){if(Dt)return ht<0?pe.from():pe.to();var Zt=Go(Pt,pe.head,"div");pe.goalColumn!=null&&(Zt.left=pe.goalColumn),Rt.push(Zt.left);var Ae=Uu(Pt,Zt,ht,gt);return gt=="page"&&pe==Tt.sel.primary()&&Wf(Pt,Eo(Pt,Ae,"div").top-Zt.top),Ae},An),Rt.length)for(var Yt=0;Yt<Tt.sel.ranges.length;Yt++)Tt.sel.ranges[Yt].goalColumn=Rt[Yt]}),findWordAt:function(ht){var gt=this.doc,Pt=dn(gt,ht.line).text,Tt=ht.ch,Rt=ht.ch;if(Pt){var Dt=this.getHelper(ht,"wordChars");(ht.sticky=="before"||Rt==Pt.length)&&Tt?--Tt:++Rt;for(var Yt=Pt.charAt(Tt),pe=Gt(Yt,Dt)?function(Zt){return Gt(Zt,Dt)}:/\s/.test(Yt)?function(Zt){return/\s/.test(Zt)}:function(Zt){return!/\s/.test(Zt)&&!Gt(Zt)};Tt>0&&pe(Pt.charAt(Tt-1));)--Tt;for(;Rt<Pt.length&&pe(Pt.charAt(Rt));)++Rt}return new lr(Le(ht.line,Tt),Le(ht.line,Rt))},toggleOverwrite:function(ht){ht!=null&&ht==this.state.overwrite||((this.state.overwrite=!this.state.overwrite)?Nn(this.display.cursorDiv,"CodeMirror-overwrite"):Vt(this.display.cursorDiv,"CodeMirror-overwrite"),Hn(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==un()},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:Le(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?_o(this,ht):Vf(this,ht.from,ht.to,ht.margin)}),setSize:ps(function(ht,gt){var Pt=this,Tt=function(Dt){return typeof Dt=="number"||/^\d+$/.test(String(Dt))?Dt+"px":Dt};ht!=null&&(this.display.wrapper.style.width=Tt(ht)),gt!=null&&(this.display.wrapper.style.height=Tt(gt)),this.options.lineWrapping&&vh(this);var Rt=this.display.viewFrom;this.doc.iter(Rt,this.display.viewTo,function(Dt){if(Dt.widgets){for(var Yt=0;Yt<Dt.widgets.length;Yt++)if(Dt.widgets[Yt].noHScroll){Co(Pt,Rt,"widget");break}}++Rt}),this.curOp.forceUpdate=!0,Hn(this,"refresh",this)}),operation:function(ht){return tr(this,ht)},startOperation:function(){return Au(this)},endOperation:function(){return Bu(this)},refresh:ps(function(){var ht=this.display.cachedTextHeight;wr(this),this.curOp.forceUpdate=!0,bu(this),Ph(this,this.doc.scrollLeft,this.doc.scrollTop),Iu(this.display),(ht==null||Math.abs(ht-su(this.display))>.5||this.options.lineWrapping)&&Vi(this),Hn(this,"refresh",this)}),swapDoc:ps(function(ht){var gt=this.doc;return gt.cm=null,this.state.selectingText&&this.state.selectingText(),Xf(this,ht),bu(this),this.display.input.reset(),Ph(this,ht.scrollLeft,ht.scrollTop),this.curOp.forceScroll=!0,Si(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}},Kn(nt),nt.registerHelper=function(ht,gt,Pt){dt.hasOwnProperty(ht)||(dt[ht]=nt[ht]={_global:[]}),dt[ht][gt]=Pt},nt.registerGlobalHelper=function(ht,gt,Pt,Tt){nt.registerHelper(ht,gt,Tt),dt[ht]._global.push({pred:Pt,val:Tt})}}function pf(nt,st,dt,ht,gt){var Pt=st,Tt=dt,Rt=dn(nt,st.line),Dt=gt&&nt.direction=="rtl"?-dt:dt;function Yt(){var Mi=st.line+Dt;return Mi<nt.first||Mi>=nt.first+nt.size?!1:(st=new Le(Mi,st.ch,st.sticky),Rt=dn(nt,Mi))}function pe(Mi){var yi;if(ht=="codepoint"){var Di=Rt.text.charCodeAt(st.ch+(ht>0?0:-1));isNaN(Di)?yi=null:yi=new Le(st.line,Math.max(0,Math.min(Rt.text.length,st.ch+dt*(Di>=55296&&Di<56320?2:1))),-dt)}else gt?yi=ic(nt.cm,Rt,st,dt):yi=Ur(Rt,st,dt);if(yi==null)if(!Mi&&Yt())st=ff(gt,nt.cm,Rt,st.line,Dt);else return!1;else st=yi;return!0}if(ht=="char"||ht=="codepoint")pe();else if(ht=="column")pe(!0);else if(ht=="word"||ht=="group")for(var Zt=null,Ae=ht=="group",Ee=nt.cm&&nt.cm.getHelper(st,"wordChars"),xn=!0;!(dt<0&&!pe(!xn));xn=!1){var Cn=Rt.text.charAt(st.ch)||`
|
|
`,Rn=Gt(Cn,Ee)?"w":Ae&&Cn==`
|
|
`?"n":!Ae||/\s/.test(Cn)?null:"p";if(Ae&&!xn&&!Rn&&(Rn="s"),Zt&&Zt!=Rn){dt<0&&(dt=1,pe(),st.sticky="after");break}if(Rn&&(Zt=Rn),dt>0&&!pe(!xn))break}var ri=sf(nt,st,Pt,Tt,!0);return Ke(Pt,ri)&&(ri.hitSide=!0),ri}function Uu(nt,st,dt,ht){var gt=nt.doc,Pt=st.left,Tt;if(ht=="page"){var Rt=Math.min(nt.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight),Dt=Math.max(Rt-.5*su(nt.display),3);Tt=(dt>0?st.bottom:st.top)+dt*Dt}else ht=="line"&&(Tt=dt>0?st.bottom+3:st.top-3);for(var Yt;Yt=ss(nt,Pt,Tt),!!Yt.outside;){if(dt<0?Tt<=0:Tt>=gt.height){Yt.hitSide=!0;break}Tt+=dt*5}return Yt}var cr=function(nt){this.cm=nt,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(nt){var st=this,dt=this,ht=dt.cm,gt=dt.div=nt.lineDiv;Dg(gt,ht.options.spellcheck,ht.options.autocorrect,ht.options.autocapitalize);function Pt(Rt){for(var Dt=Rt.target;Dt;Dt=Dt.parentNode){if(Dt==gt)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(Dt.className))break}return!1}se(gt,"paste",function(Rt){!Pt(Rt)||jn(ht,Rt)||Fg(Rt,ht)||ue<=11&&setTimeout(ls(ht,function(){return st.updateFromDOM()}),20)}),se(gt,"compositionstart",function(Rt){st.composing={data:Rt.data,done:!1}}),se(gt,"compositionupdate",function(Rt){st.composing||(st.composing={data:Rt.data,done:!1})}),se(gt,"compositionend",function(Rt){st.composing&&(Rt.data!=st.composing.data&&st.readFromDOMSoon(),st.composing.done=!0)}),se(gt,"touchstart",function(){return dt.forceCompositionEnd()}),se(gt,"input",function(){st.composing||st.readFromDOMSoon()});function Tt(Rt){if(!(!Pt(Rt)||jn(ht,Rt))){if(ht.somethingSelected())Rh({lineWise:!1,text:ht.getSelections()}),Rt.type=="cut"&&ht.replaceSelection("",null,"cut");else if(ht.options.lineWiseCopyCut){var Dt=Bg(ht);Rh({lineWise:!0,text:Dt.text}),Rt.type=="cut"&&ht.operation(function(){ht.setSelections(Dt.ranges,0,He),ht.replaceSelection("",null,"cut")})}else return;if(Rt.clipboardData){Rt.clipboardData.clearData();var Yt=ga.text.join(`
|
|
`);if(Rt.clipboardData.setData("Text",Yt),Rt.clipboardData.getData("Text")==Yt){Rt.preventDefault();return}}var pe=Og(),Zt=pe.firstChild;ht.display.lineSpace.insertBefore(pe,ht.display.lineSpace.firstChild),Zt.value=ga.text.join(`
|
|
`);var Ae=document.activeElement;Bn(Zt),setTimeout(function(){ht.display.lineSpace.removeChild(pe),Ae.focus(),Ae==gt&&dt.showPrimarySelection()},50)}}se(gt,"copy",Tt),se(gt,"cut",Tt)},cr.prototype.screenReaderLabelChanged=function(nt){nt?this.div.setAttribute("aria-label",nt):this.div.removeAttribute("aria-label")},cr.prototype.prepareSelection=function(){var nt=Nu(this.cm,!1);return nt.focus=document.activeElement==this.div,nt},cr.prototype.showSelection=function(nt,st){!nt||!this.cm.display.view.length||((nt.focus||st)&&this.showPrimarySelection(),this.showMultipleSelections(nt))},cr.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},cr.prototype.showPrimarySelection=function(){var nt=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){nt.removeAllRanges();return}var Pt=mf(st,nt.anchorNode,nt.anchorOffset),Tt=mf(st,nt.focusNode,nt.focusOffset);if(!(Pt&&!Pt.bad&&Tt&&!Tt.bad&&ke(on(Pt,Tt),ht)==0&&ke(_n(Pt,Tt),gt)==0)){var Rt=st.display.view,Dt=ht.line>=st.display.viewFrom&&cc(st,ht)||{node:Rt[0].measure.map[2],offset:0},Yt=gt.line<st.display.viewTo&&cc(st,gt);if(!Yt){var pe=Rt[Rt.length-1].measure,Zt=pe.maps?pe.maps[pe.maps.length-1]:pe.map;Yt={node:Zt[Zt.length-1],offset:Zt[Zt.length-2]-Zt[Zt.length-3]}}if(!Dt||!Yt){nt.removeAllRanges();return}var Ae=nt.rangeCount&&nt.getRangeAt(0),Ee;try{Ee=me(Dt.node,Dt.offset,Yt.offset,Yt.node)}catch(xn){}Ee&&(!bt&&st.state.focused?(nt.collapse(Dt.node,Dt.offset),Ee.collapsed||(nt.removeAllRanges(),nt.addRange(Ee))):(nt.removeAllRanges(),nt.addRange(Ee)),Ae&&nt.anchorNode==null?nt.addRange(Ae):bt&&this.startGracePeriod()),this.rememberSelection()}},cr.prototype.startGracePeriod=function(){var nt=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){nt.gracePeriod=!1,nt.selectionChanged()&&nt.cm.operation(function(){return nt.cm.curOp.selectionChanged=!0})},20)},cr.prototype.showMultipleSelections=function(nt){ie(this.cm.display.cursorDiv,nt.cursors),ie(this.cm.display.selectionDiv,nt.selection)},cr.prototype.rememberSelection=function(){var nt=this.getSelection();this.lastAnchorNode=nt.anchorNode,this.lastAnchorOffset=nt.anchorOffset,this.lastFocusNode=nt.focusNode,this.lastFocusOffset=nt.focusOffset},cr.prototype.selectionInEditor=function(){var nt=this.getSelection();if(!nt.rangeCount)return!1;var st=nt.getRangeAt(0).commonAncestorContainer;return Ve(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 nt=this;this.selectionInEditor()?this.pollSelection():tr(this.cm,function(){return nt.cm.curOp.selectionChanged=!0});function st(){nt.cm.state.focused&&(nt.pollSelection(),nt.polling.set(nt.cm.options.pollInterval,st))}this.polling.set(this.cm.options.pollInterval,st)},cr.prototype.selectionChanged=function(){var nt=this.getSelection();return nt.anchorNode!=this.lastAnchorNode||nt.anchorOffset!=this.lastAnchorOffset||nt.focusNode!=this.lastFocusNode||nt.focusOffset!=this.lastFocusOffset},cr.prototype.pollSelection=function(){if(!(this.readDOMTimeout!=null||this.gracePeriod||!this.selectionChanged())){var nt=this.getSelection(),st=this.cm;if(et&&Pe&&this.cm.display.gutterSpecs.length&&Ig(nt.anchorNode)){this.cm.triggerOnKeyDown({type:"keydown",keyCode:8,preventDefault:Math.abs}),this.blur(),this.focus();return}if(!this.composing){this.rememberSelection();var dt=mf(st,nt.anchorNode,nt.anchorOffset),ht=mf(st,nt.focusNode,nt.focusOffset);dt&&ht&&tr(st,function(){Ws(st.doc,uu(dt,ht),He),(dt.bad||ht.bad)&&(st.curOp.selectionChanged=!0)})}}},cr.prototype.pollContent=function(){this.readDOMTimeout!=null&&(clearTimeout(this.readDOMTimeout),this.readDOMTimeout=null);var nt=this.cm,st=nt.display,dt=nt.doc.sel.primary(),ht=dt.from(),gt=dt.to();if(ht.ch==0&&ht.line>nt.firstLine()&&(ht=Le(ht.line-1,dn(nt.doc,ht.line-1).length)),gt.ch==dn(nt.doc,gt.line).text.length&>.line<nt.lastLine()&&(gt=Le(gt.line+1,0)),ht.line<st.viewFrom||gt.line>st.viewTo-1)return!1;var Pt,Tt,Rt;ht.line==st.viewFrom||(Pt=Ra(nt,ht.line))==0?(Tt=_t(st.view[0].line),Rt=st.view[0].node):(Tt=_t(st.view[Pt].line),Rt=st.view[Pt-1].node.nextSibling);var Dt=Ra(nt,gt.line),Yt,pe;if(Dt==st.view.length-1?(Yt=st.viewTo-1,pe=st.lineDiv.lastChild):(Yt=_t(st.view[Dt+1].line)-1,pe=st.view[Dt+1].node.previousSibling),!Rt)return!1;for(var Zt=nt.doc.splitLines(Md(nt,Rt,pe,Tt,Yt)),Ae=fe(nt.doc,Le(Tt,0),Le(Yt,dn(nt.doc,Yt).text.length));Zt.length>1&&Ae.length>1;)if(te(Zt)==te(Ae))Zt.pop(),Ae.pop(),Yt--;else if(Zt[0]==Ae[0])Zt.shift(),Ae.shift(),Tt++;else break;for(var Ee=0,xn=0,Cn=Zt[0],Rn=Ae[0],ri=Math.min(Cn.length,Rn.length);Ee<ri&&Cn.charCodeAt(Ee)==Rn.charCodeAt(Ee);)++Ee;for(var Mi=te(Zt),yi=te(Ae),Di=Math.min(Mi.length-(Zt.length==1?Ee:0),yi.length-(Ae.length==1?Ee:0));xn<Di&&Mi.charCodeAt(Mi.length-xn-1)==yi.charCodeAt(yi.length-xn-1);)++xn;if(Zt.length==1&&Ae.length==1&&Tt==ht.line)for(;Ee&&Ee>ht.ch&&Mi.charCodeAt(Mi.length-xn-1)==yi.charCodeAt(yi.length-xn-1);)Ee--,xn++;Zt[Zt.length-1]=Mi.slice(0,Mi.length-xn).replace(/^\u200b+/,""),Zt[0]=Zt[0].slice(Ee).replace(/\u200b+$/,"");var ro=Le(Tt,Ee),mi=Le(Yt,Ae.length?te(Ae).length-xn:0);if(Zt.length>1||Zt[0]||ke(ro,mi))return Nh(nt.doc,Zt,ro,mi,"+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 nt=this;this.readDOMTimeout==null&&(this.readDOMTimeout=setTimeout(function(){if(nt.readDOMTimeout=null,nt.composing)if(nt.composing.done)nt.composing=null;else return;nt.updateFromDOM()},80))},cr.prototype.updateFromDOM=function(){var nt=this;(this.cm.isReadOnly()||!this.pollContent())&&tr(this.cm,function(){return wr(nt.cm)})},cr.prototype.setUneditable=function(nt){nt.contentEditable="false"},cr.prototype.onKeyPress=function(nt){nt.charCode==0||this.composing||(nt.preventDefault(),this.cm.isReadOnly()||ls(this.cm,gf)(this.cm,String.fromCharCode(nt.charCode==null?nt.keyCode:nt.charCode),0))},cr.prototype.readOnlyChanged=function(nt){this.div.contentEditable=String(nt!="nocursor")},cr.prototype.onContextMenu=function(){},cr.prototype.resetPosition=function(){},cr.prototype.needsContentAttribute=!0;function cc(nt,st){var dt=ph(nt,st.line);if(!dt||dt.hidden)return null;var ht=dn(nt.doc,st.line),gt=Ll(dt,ht,st.line),Pt=Dn(ht,nt.doc.direction),Tt="left";if(Pt){var Rt=nn(Pt,st.ch);Tt=Rt%2?"right":"left"}var Dt=ad(gt.map,st.ch,Tt);return Dt.offset=Dt.collapse=="right"?Dt.end:Dt.start,Dt}function Ig(nt){for(var st=nt;st;st=st.parentNode)if(/CodeMirror-gutter-wrapper/.test(st.className))return!0;return!1}function kd(nt,st){return st&&(nt.bad=!0),nt}function Md(nt,st,dt,ht,gt){var Pt="",Tt=!1,Rt=nt.doc.lineSeparator(),Dt=!1;function Yt(Ee){return function(xn){return xn.id==Ee}}function pe(){Tt&&(Pt+=Rt,Dt&&(Pt+=Rt),Tt=Dt=!1)}function Zt(Ee){Ee&&(pe(),Pt+=Ee)}function Ae(Ee){if(Ee.nodeType==1){var xn=Ee.getAttribute("cm-text");if(xn){Zt(xn);return}var Cn=Ee.getAttribute("cm-marker"),Rn;if(Cn){var ri=nt.findMarks(Le(ht,0),Le(gt+1,0),Yt(+Cn));ri.length&&(Rn=ri[0].find(0))&&Zt(fe(nt.doc,Rn.from,Rn.to).join(Rt));return}if(Ee.getAttribute("contenteditable")=="false")return;var Mi=/^(pre|div|p|li|table|br)$/i.test(Ee.nodeName);if(!/^br$/i.test(Ee.nodeName)&&Ee.textContent.length==0)return;Mi&&pe();for(var yi=0;yi<Ee.childNodes.length;yi++)Ae(Ee.childNodes[yi]);/^(pre|p)$/i.test(Ee.nodeName)&&(Dt=!0),Mi&&(Tt=!0)}else Ee.nodeType==3&&Zt(Ee.nodeValue.replace(/\u200b/g,"").replace(/\u00a0/g," "))}for(;Ae(st),st!=dt;)st=st.nextSibling,Dt=!1;return Pt}function mf(nt,st,dt){var ht;if(st==nt.display.lineDiv){if(ht=nt.display.lineDiv.childNodes[dt],!ht)return kd(nt.clipPos(Le(nt.display.viewTo-1)),!0);st=null,dt=0}else for(ht=st;;ht=ht.parentNode){if(!ht||ht==nt.display.lineDiv)return null;if(ht.parentNode&&ht.parentNode==nt.display.lineDiv)break}for(var gt=0;gt<nt.display.view.length;gt++){var Pt=nt.display.view[gt];if(Pt.node==ht)return rm(Pt,st,dt)}}function rm(nt,st,dt){var ht=nt.text.firstChild,gt=!1;if(!st||!Ve(ht,st))return kd(Le(_t(nt.line),0),!0);if(st==ht&&(gt=!0,st=ht.childNodes[dt],dt=0,!st)){var Pt=nt.rest?te(nt.rest):nt.line;return kd(Le(_t(Pt),Pt.text.length),gt)}var Tt=st.nodeType==3?st:null,Rt=st;for(!Tt&&st.childNodes.length==1&&st.firstChild.nodeType==3&&(Tt=st.firstChild,dt&&(dt=Tt.nodeValue.length));Rt.parentNode!=ht;)Rt=Rt.parentNode;var Dt=nt.measure,Yt=Dt.maps;function pe(Rn,ri,Mi){for(var yi=-1;yi<(Yt?Yt.length:0);yi++)for(var Di=yi<0?Dt.map:Yt[yi],ro=0;ro<Di.length;ro+=3){var mi=Di[ro+2];if(mi==Rn||mi==ri){var ko=_t(yi<0?nt.line:nt.rest[yi]),Cr=Di[ro]+Mi;return(Mi<0||mi!=Rn)&&(Cr=Di[ro+(Mi?1:0)]),Le(ko,Cr)}}}var Zt=pe(Tt,Rt,dt);if(Zt)return kd(Zt,gt);for(var Ae=Rt.nextSibling,Ee=Tt?Tt.nodeValue.length-dt:0;Ae;Ae=Ae.nextSibling){if(Zt=pe(Ae,Ae.firstChild,0),Zt)return kd(Le(Zt.line,Zt.ch-Ee),gt);Ee+=Ae.textContent.length}for(var xn=Rt.previousSibling,Cn=dt;xn;xn=xn.previousSibling){if(Zt=pe(xn,xn.firstChild,-1),Zt)return kd(Le(Zt.line,Zt.ch+Cn),gt);Cn+=xn.textContent.length}}var es=function(nt){this.cm=nt,this.prevInput="",this.pollingFast=!1,this.polling=new Kt,this.hasSelection=!1,this.composing=null};es.prototype.init=function(nt){var st=this,dt=this,ht=this.cm;this.createField(nt);var gt=this.textarea;nt.wrapper.insertBefore(this.wrapper,nt.wrapper.firstChild),Ft&&(gt.style.width="0px"),se(gt,"input",function(){le&&ue>=9&&st.hasSelection&&(st.hasSelection=null),dt.poll()}),se(gt,"paste",function(Tt){jn(ht,Tt)||Fg(Tt,ht)||(ht.state.pasteIncoming=+new Date,dt.fastPoll())});function Pt(Tt){if(!jn(ht,Tt)){if(ht.somethingSelected())Rh({lineWise:!1,text:ht.getSelections()});else if(ht.options.lineWiseCopyCut){var Rt=Bg(ht);Rh({lineWise:!0,text:Rt.text}),Tt.type=="cut"?ht.setSelections(Rt.ranges,null,He):(dt.prevInput="",gt.value=Rt.text.join(`
|
|
`),Bn(gt))}else return;Tt.type=="cut"&&(ht.state.cutIncoming=+new Date)}}se(gt,"cut",Pt),se(gt,"copy",Pt),se(nt.scroller,"paste",function(Tt){if(!(Jr(nt,Tt)||jn(ht,Tt))){if(!gt.dispatchEvent){ht.state.pasteIncoming=+new Date,dt.focus();return}var Rt=new Event("paste");Rt.clipboardData=Tt.clipboardData,gt.dispatchEvent(Rt)}}),se(nt.lineSpace,"selectstart",function(Tt){Jr(nt,Tt)||qn(Tt)}),se(gt,"compositionstart",function(){var Tt=ht.getCursor("from");dt.composing&&dt.composing.range.clear(),dt.composing={start:Tt,range:ht.markText(Tt,ht.getCursor("to"),{className:"CodeMirror-composing"})}}),se(gt,"compositionend",function(){dt.composing&&(dt.poll(),dt.composing.range.clear(),dt.composing=null)})},es.prototype.createField=function(nt){this.wrapper=Og(),this.textarea=this.wrapper.firstChild},es.prototype.screenReaderLabelChanged=function(nt){nt?this.textarea.setAttribute("aria-label",nt):this.textarea.removeAttribute("aria-label")},es.prototype.prepareSelection=function(){var nt=this.cm,st=nt.display,dt=nt.doc,ht=Nu(nt);if(nt.options.moveInputWithCursor){var gt=Go(nt,dt.sel.primary().head,"div"),Pt=st.wrapper.getBoundingClientRect(),Tt=st.lineDiv.getBoundingClientRect();ht.teTop=Math.max(0,Math.min(st.wrapper.clientHeight-10,gt.top+Tt.top-Pt.top)),ht.teLeft=Math.max(0,Math.min(st.wrapper.clientWidth-10,gt.left+Tt.left-Pt.left))}return ht},es.prototype.showSelection=function(nt){var st=this.cm,dt=st.display;ie(dt.cursorDiv,nt.cursors),ie(dt.selectionDiv,nt.selection),nt.teTop!=null&&(this.wrapper.style.top=nt.teTop+"px",this.wrapper.style.left=nt.teLeft+"px")},es.prototype.reset=function(nt){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&&Bn(this.textarea),le&&ue>=9&&(this.hasSelection=dt)}else nt||(this.prevInput=this.textarea.value="",le&&ue>=9&&(this.hasSelection=null))}},es.prototype.getField=function(){return this.textarea},es.prototype.supportsTouch=function(){return!1},es.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!it||un()!=this.textarea))try{this.textarea.focus()}catch(nt){}},es.prototype.blur=function(){this.textarea.blur()},es.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},es.prototype.receivedFocus=function(){this.slowPoll()},es.prototype.slowPoll=function(){var nt=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){nt.poll(),nt.cm.state.focused&&nt.slowPoll()})},es.prototype.fastPoll=function(){var nt=!1,st=this;st.pollingFast=!0;function dt(){var ht=st.poll();!ht&&!nt?(nt=!0,st.polling.set(60,dt)):(st.pollingFast=!1,st.slowPoll())}st.polling.set(20,dt)},es.prototype.poll=function(){var nt=this,st=this.cm,dt=this.textarea,ht=this.prevInput;if(this.contextMenuPending||!st.state.focused||xt(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(le&&ue>=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 Tt=0,Rt=Math.min(ht.length,gt.length);Tt<Rt&&ht.charCodeAt(Tt)==gt.charCodeAt(Tt);)++Tt;return tr(st,function(){gf(st,gt.slice(Tt),ht.length-Tt,null,nt.composing?"*compose":null),gt.length>1e3||gt.indexOf(`
|
|
`)>-1?dt.value=nt.prevInput="":nt.prevInput=gt,nt.composing&&(nt.composing.range.clear(),nt.composing.range=st.markText(nt.composing.start,st.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},es.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},es.prototype.onKeyPress=function(){le&&ue>=9&&(this.hasSelection=null),this.fastPoll()},es.prototype.onContextMenu=function(nt){var st=this,dt=st.cm,ht=dt.display,gt=st.textarea;st.contextMenuPending&&st.contextMenuPending();var Pt=qs(dt,nt),Tt=ht.scroller.scrollTop;if(!Pt||Qt)return;var Rt=dt.options.resetSelectionOnContextMenu;Rt&&dt.doc.sel.contains(Pt)==-1&&ls(dt,Ws)(dt.doc,uu(Pt),He);var Dt=gt.style.cssText,Yt=st.wrapper.style.cssText,pe=st.wrapper.offsetParent.getBoundingClientRect();st.wrapper.style.cssText="position: static",gt.style.cssText=`position: absolute; width: 30px; height: 30px;
|
|
top: `+(nt.clientY-pe.top-5)+"px; left: "+(nt.clientX-pe.left-5)+`px;
|
|
z-index: 1000; background: `+(le?"rgba(255, 255, 255, .05)":"transparent")+`;
|
|
outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);`;var Zt;oe&&(Zt=window.scrollY),ht.input.focus(),oe&&window.scrollTo(null,Zt),ht.input.reset(),dt.somethingSelected()||(gt.value=st.prevInput=" "),st.contextMenuPending=Ee,ht.selForContextMenu=dt.doc.sel,clearTimeout(ht.detectingSelectAll);function Ae(){if(gt.selectionStart!=null){var Cn=dt.somethingSelected(),Rn="\u200B"+(Cn?gt.value:"");gt.value="\u21DA",gt.value=Rn,st.prevInput=Cn?"":"\u200B",gt.selectionStart=1,gt.selectionEnd=Rn.length,ht.selForContextMenu=dt.doc.sel}}function Ee(){if(st.contextMenuPending==Ee&&(st.contextMenuPending=!1,st.wrapper.style.cssText=Yt,gt.style.cssText=Dt,le&&ue<9&&ht.scrollbars.setScrollTop(ht.scroller.scrollTop=Tt),gt.selectionStart!=null)){(!le||le&&ue<9)&&Ae();var Cn=0,Rn=function(){ht.selForContextMenu==dt.doc.sel&>.selectionStart==0&>.selectionEnd>0&&st.prevInput=="\u200B"?ls(dt,Yr)(dt):Cn++<10?ht.detectingSelectAll=setTimeout(Rn,500):(ht.selForContextMenu=null,ht.input.reset())};ht.detectingSelectAll=setTimeout(Rn,200)}}if(le&&ue>=9&&Ae(),Et){so(nt);var xn=function(){En(window,"mouseup",xn),setTimeout(Ee,20)};se(window,"mouseup",xn)}else setTimeout(Ee,50)},es.prototype.readOnlyChanged=function(nt){nt||this.reset(),this.textarea.disabled=nt=="nocursor",this.textarea.readOnly=!!nt},es.prototype.setUneditable=function(){},es.prototype.needsContentAttribute=!1;function sm(nt,st){if(st=st?ni(st):{},st.value=nt.value,!st.tabindex&&nt.tabIndex&&(st.tabindex=nt.tabIndex),!st.placeholder&&nt.placeholder&&(st.placeholder=nt.placeholder),st.autofocus==null){var dt=un();st.autofocus=dt==nt||nt.getAttribute("autofocus")!=null&&dt==document.body}function ht(){nt.value=Rt.getValue()}var gt;if(nt.form&&(se(nt.form,"submit",ht),!st.leaveSubmitMethodAlone)){var Pt=nt.form;gt=Pt.submit;try{var Tt=Pt.submit=function(){ht(),Pt.submit=gt,Pt.submit(),Pt.submit=Tt}}catch(Dt){}}st.finishInit=function(Dt){Dt.save=ht,Dt.getTextArea=function(){return nt},Dt.toTextArea=function(){Dt.toTextArea=isNaN,ht(),nt.parentNode.removeChild(Dt.getWrapperElement()),nt.style.display="",nt.form&&(En(nt.form,"submit",ht),!st.leaveSubmitMethodAlone&&typeof nt.form.submit=="function"&&(nt.form.submit=gt))}},nt.style.display="none";var Rt=Ko(function(Dt){return nt.parentNode.insertBefore(Dt,nt.nextSibling)},st);return Rt}function Td(nt){nt.off=En,nt.on=se,nt.wheelEventPixels=ja,nt.Doc=Is,nt.splitLines=Ji,nt.countColumn=ge,nt.findColumn=ui,nt.isWordChar=At,nt.Pass=gi,nt.signal=Hn,nt.Line=zo,nt.changeEnd=ju,nt.scrollbarModel=ng,nt.Pos=Le,nt.cmpPos=ke,nt.modes=In,nt.mimeModes=Ci,nt.resolveMode=si,nt.getMode=ve,nt.modeExtensions=de,nt.extendMode=re,nt.copyState=Sn,nt.startState=Un,nt.innerMode=Mn,nt.commands=Wu,nt.keyMap=Ca,nt.keyName=$p,nt.isModifierKey=Sd,nt.lookupKey=tl,nt.normalizeKeyMap=vg,nt.StringStream=be,nt.SharedTextMarker=Wl,nt.TextMarker=ne,nt.LineWidget=fu,nt.e_preventDefault=qn,nt.e_stopPropagation=io,nt.e_stop=so,nt.addClass=Nn,nt.contains=Ve,nt.rmClass=Vt,nt.keyNames=Vl}im(Ko),Yu(Ko);var cu="iter insert remove copy getEditor constructor".split(" ");for(var vf in Is.prototype)Is.prototype.hasOwnProperty(vf)&&wn(cu,vf)<0&&(Ko.prototype[vf]=function(nt){return function(){return nt.apply(this.doc,arguments)}}(Is.prototype[vf]));return Kn(Is),Ko.inputStyles={textarea:es,contenteditable:cr},Ko.defineMode=function(nt){!Ko.defaults.mode&&nt!="null"&&(Ko.defaults.mode=nt),Ei.apply(this,arguments)},Ko.defineMIME=ao,Ko.defineMode("null",function(){return{token:function(nt){return nt.skipToEnd()}}}),Ko.defineMIME("text/plain","null"),Ko.defineExtension=function(nt,st){Ko.prototype[nt]=st},Ko.defineDocExtension=function(nt,st){Is.prototype[nt]=st},Ko.fromTextArea=sm,Td(Ko),Ko.version="5.58.2",Ko})},25419:function(cn,Yn,Xt){(function(bt){bt(Xt(89780),Xt(15525),Xt(98101))})(function(bt){"use strict";bt.defineMode("markdown",function(ae,Ce){var Oe=bt.getMode(ae,"text/html"),le=Oe.name=="null";function ue(ge){if(bt.findModeByName){var Kt=bt.findModeByName(ge);Kt&&(ge=Kt.mime||Kt.mimes[0])}var wn=bt.getMode(ae,ge);return wn.name=="null"?null:wn}Ce.highlightFormatting===void 0&&(Ce.highlightFormatting=!1),Ce.maxBlockquoteDepth===void 0&&(Ce.maxBlockquoteDepth=0),Ce.taskLists===void 0&&(Ce.taskLists=!1),Ce.strikethrough===void 0&&(Ce.strikethrough=!1),Ce.emoji===void 0&&(Ce.emoji=!1),Ce.fencedCodeBlockHighlighting===void 0&&(Ce.fencedCodeBlockHighlighting=!0),Ce.fencedCodeBlockDefaultMode===void 0&&(Ce.fencedCodeBlockDefaultMode="text/plain"),Ce.xml===void 0&&(Ce.xml=!0),Ce.tokenTypeOverrides===void 0&&(Ce.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)&&Ce.tokenTypeOverrides[ze]&&(oe[ze]=Ce.tokenTypeOverrides[ze]);var Pe=/^([*\-_])(?:\s*\1){2,}\s*$/,Qt=/^(?:[*\-+]|^[0-9]+([.)]))\s+/,Qe=/^\[(x| )\](?=\s)/i,he=Ce.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,tn=/^ {0,3}(?:\={1,}|-{2,})\s*$/,Ft=/^[^#!\[\]*_\\<>` "'(~:]+/,et=/^(~~~+|```+)[ \t]*([\w\/+#-]*)[^\n`]*$/,it=/^\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(ge,Kt,wn){return Kt.f=Kt.inline=wn,wn(ge,Kt)}function vt(ge,Kt,wn){return Kt.f=Kt.block=wn,wn(ge,Kt)}function Lt(ge){return!ge||!/\S/.test(ge.string)}function Et(ge){if(ge.linkTitle=!1,ge.linkHref=!1,ge.linkText=!1,ge.em=!1,ge.strong=!1,ge.strikethrough=!1,ge.quote=0,ge.indentedCode=!1,ge.f==Vt){var Kt=le;if(!Kt){var wn=bt.innerMode(Oe,ge.htmlState);Kt=wn.mode.name=="xml"&&wn.state.tagStart===null&&!wn.state.context&&wn.state.tokenize.isInText}Kt&&(ge.f=Re,ge.block=zt,ge.htmlState=null)}return ge.trailingSpace=0,ge.trailingSpaceNewLine=!1,ge.prevLine=ge.thisLine,ge.thisLine={stream:null},null}function zt(ge,Kt){var wn=ge.column()===Kt.indentation,di=Lt(Kt.prevLine.stream),gi=Kt.indentedCode,He=Kt.prevLine.hr,mn=Kt.list!==!1,An=(Kt.listStack[Kt.listStack.length-1]||0)+3;Kt.indentedCode=!1;var ui=Kt.indentation;if(Kt.indentationDiff===null&&(Kt.indentationDiff=Kt.indentation,mn)){for(Kt.list=null;ui<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=ui-Kt.listStack[Kt.listStack.length-1])}var kn=!di&&!He&&!Kt.prevLine.header&&(!mn||!gi)&&!Kt.prevLine.fencedCodeEnd,hi=(Kt.list===!1||He||di)&&Kt.indentation<=An&&ge.match(Pe),te=null;if(Kt.indentationDiff>=4&&(gi||Kt.prevLine.fencedCodeEnd||Kt.prevLine.header||di))return ge.skipToEnd(),Kt.indentedCode=!0,oe.code;if(ge.eatSpace())return null;if(wn&&Kt.indentation<=An&&(te=ge.match(he))&&te[1].length<=6)return Kt.quote=0,Kt.header=te[1].length,Kt.thisLine.header=!0,Ce.highlightFormatting&&(Kt.formatting="header"),Kt.f=Kt.inline,ie(Kt);if(Kt.indentation<=An&&ge.eat(">"))return Kt.quote=wn?1:Kt.quote+1,Ce.highlightFormatting&&(Kt.formatting="quote"),ge.eatSpace(),ie(Kt);if(!hi&&!Kt.setext&&wn&&Kt.indentation<=An&&(te=ge.match(Qt))){var Zn=te[1]?"ol":"ul";return Kt.indentation=ui+ge.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,Ce.taskLists&&ge.match(Qe,!1)&&(Kt.taskList=!0),Kt.f=Kt.inline,Ce.highlightFormatting&&(Kt.formatting=["list","list-"+Zn]),ie(Kt)}else{if(wn&&Kt.indentation<=An&&(te=ge.match(et,!0)))return Kt.quote=0,Kt.fencedEndRE=new RegExp(te[1]+"+ *$"),Kt.localMode=Ce.fencedCodeBlockHighlighting&&ue(te[2]||Ce.fencedCodeBlockDefaultMode),Kt.localMode&&(Kt.localState=bt.startState(Kt.localMode)),Kt.f=Kt.block=$t,Ce.highlightFormatting&&(Kt.formatting="code-block"),Kt.code=-1,ie(Kt);if(Kt.setext||(!kn||!mn)&&!Kt.quote&&Kt.list===!1&&!Kt.code&&!hi&&!it.test(ge.string)&&(te=ge.lookAhead(1))&&(te=te.match(tn)))return Kt.setext?(Kt.header=Kt.setext,Kt.setext=0,ge.skipToEnd(),Ce.highlightFormatting&&(Kt.formatting="header")):(Kt.header=te[0].charAt(0)=="="?1:2,Kt.setext=Kt.header),Kt.thisLine.header=!0,Kt.f=Kt.inline,ie(Kt);if(hi)return ge.skipToEnd(),Kt.hr=!0,Kt.thisLine.hr=!0,oe.hr;if(ge.peek()==="[")return pt(ge,Kt,vi)}return pt(ge,Kt,Kt.inline)}function Vt(ge,Kt){var wn=Oe.token(ge,Kt.htmlState);if(!le){var di=bt.innerMode(Oe,Kt.htmlState);(di.mode.name=="xml"&&di.state.tagStart===null&&!di.state.context&&di.state.tokenize.isInText||Kt.md_inside&&ge.current().indexOf(">")>-1)&&(Kt.f=Re,Kt.block=zt,Kt.htmlState=null)}return wn}function $t(ge,Kt){var wn=Kt.listStack[Kt.listStack.length-1]||0,di=Kt.indentation<wn,gi=wn+3;if(Kt.fencedEndRE&&Kt.indentation<=gi&&(di||ge.match(Kt.fencedEndRE))){Ce.highlightFormatting&&(Kt.formatting="code-block");var He;return di||(He=ie(Kt)),Kt.localMode=Kt.localState=null,Kt.block=zt,Kt.f=Re,Kt.fencedEndRE=null,Kt.code=0,Kt.thisLine.fencedCodeEnd=!0,di?vt(ge,Kt,Kt.block):He}else return Kt.localMode?Kt.localMode.token(ge,Kt.localState):(ge.skipToEnd(),oe.code)}function ie(ge){var Kt=[];if(ge.formatting){Kt.push(oe.formatting),typeof ge.formatting=="string"&&(ge.formatting=[ge.formatting]);for(var wn=0;wn<ge.formatting.length;wn++)Kt.push(oe.formatting+"-"+ge.formatting[wn]),ge.formatting[wn]==="header"&&Kt.push(oe.formatting+"-"+ge.formatting[wn]+"-"+ge.header),ge.formatting[wn]==="quote"&&(!Ce.maxBlockquoteDepth||Ce.maxBlockquoteDepth>=ge.quote?Kt.push(oe.formatting+"-"+ge.formatting[wn]+"-"+ge.quote):Kt.push("error"))}if(ge.taskOpen)return Kt.push("meta"),Kt.length?Kt.join(" "):null;if(ge.taskClosed)return Kt.push("property"),Kt.length?Kt.join(" "):null;if(ge.linkHref?Kt.push(oe.linkHref,"url"):(ge.strong&&Kt.push(oe.strong),ge.em&&Kt.push(oe.em),ge.strikethrough&&Kt.push(oe.strikethrough),ge.emoji&&Kt.push(oe.emoji),ge.linkText&&Kt.push(oe.linkText),ge.code&&Kt.push(oe.code),ge.image&&Kt.push(oe.image),ge.imageAltText&&Kt.push(oe.imageAltText,"link"),ge.imageMarker&&Kt.push(oe.imageMarker)),ge.header&&Kt.push(oe.header,oe.header+"-"+ge.header),ge.quote&&(Kt.push(oe.quote),!Ce.maxBlockquoteDepth||Ce.maxBlockquoteDepth>=ge.quote?Kt.push(oe.quote+"-"+ge.quote):Kt.push(oe.quote+"-"+Ce.maxBlockquoteDepth)),ge.list!==!1){var di=(ge.listStack.length-1)%3;di?di===1?Kt.push(oe.list2):Kt.push(oe.list3):Kt.push(oe.list1)}return ge.trailingSpaceNewLine?Kt.push("trailing-space-new-line"):ge.trailingSpace&&Kt.push("trailing-space-"+(ge.trailingSpace%2?"a":"b")),Kt.length?Kt.join(" "):null}function qt(ge,Kt){if(ge.match(Ft,!0))return ie(Kt)}function Re(ge,Kt){var wn=Kt.text(ge,Kt);if(typeof wn!="undefined")return wn;if(Kt.list)return Kt.list=null,ie(Kt);if(Kt.taskList){var di=ge.match(Qe,!0)[1]===" ";return di?Kt.taskOpen=!0:Kt.taskClosed=!0,Ce.highlightFormatting&&(Kt.formatting="task"),Kt.taskList=!1,ie(Kt)}if(Kt.taskOpen=!1,Kt.taskClosed=!1,Kt.header&&ge.match(/^#+$/,!0))return Ce.highlightFormatting&&(Kt.formatting="header"),ie(Kt);var gi=ge.next();if(Kt.linkTitle){Kt.linkTitle=!1;var He=gi;gi==="("&&(He=")"),He=(He+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var mn="^\\s*(?:[^"+He+"\\\\]+|\\\\\\\\|\\\\.)"+He;if(ge.match(new RegExp(mn),!0))return oe.linkHref}if(gi==="`"){var An=Kt.formatting;Ce.highlightFormatting&&(Kt.formatting="code"),ge.eatWhile("`");var ui=ge.current().length;if(Kt.code==0&&(!Kt.quote||ui==1))return Kt.code=ui,ie(Kt);if(ui==Kt.code){var kn=ie(Kt);return Kt.code=0,kn}else return Kt.formatting=An,ie(Kt)}else if(Kt.code)return ie(Kt);if(gi==="\\"&&(ge.next(),Ce.highlightFormatting)){var hi=ie(Kt),te=oe.formatting+"-escape";return hi?hi+" "+te:te}if(gi==="!"&&ge.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return Kt.imageMarker=!0,Kt.image=!0,Ce.highlightFormatting&&(Kt.formatting="image"),ie(Kt);if(gi==="["&&Kt.imageMarker&&ge.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return Kt.imageMarker=!1,Kt.imageAltText=!0,Ce.highlightFormatting&&(Kt.formatting="image"),ie(Kt);if(gi==="]"&&Kt.imageAltText){Ce.highlightFormatting&&(Kt.formatting="image");var hi=ie(Kt);return Kt.imageAltText=!1,Kt.image=!1,Kt.inline=Kt.f=Ve,hi}if(gi==="["&&!Kt.image)return Kt.linkText&&ge.match(/^.*?\]/)||(Kt.linkText=!0,Ce.highlightFormatting&&(Kt.formatting="link")),ie(Kt);if(gi==="]"&&Kt.linkText){Ce.highlightFormatting&&(Kt.formatting="link");var hi=ie(Kt);return Kt.linkText=!1,Kt.inline=Kt.f=ge.match(/\(.*?\)| ?\[.*?\]/,!1)?Ve:Re,hi}if(gi==="<"&&ge.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){Kt.f=Kt.inline=me,Ce.highlightFormatting&&(Kt.formatting="link");var hi=ie(Kt);return hi?hi+=" ":hi="",hi+oe.linkInline}if(gi==="<"&&ge.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){Kt.f=Kt.inline=me,Ce.highlightFormatting&&(Kt.formatting="link");var hi=ie(Kt);return hi?hi+=" ":hi="",hi+oe.linkEmail}if(Ce.xml&&gi==="<"&&ge.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var Zn=ge.string.indexOf(">",ge.pos);if(Zn!=-1){var Zi=ge.string.substring(ge.start,Zn);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(Zi)&&(Kt.md_inside=!0)}return ge.backUp(1),Kt.htmlState=bt.startState(Oe),vt(ge,Kt,Vt)}if(Ce.xml&&gi==="<"&&ge.match(/^\/\w*?>/))return Kt.md_inside=!1,"tag";if(gi==="*"||gi==="_"){for(var Bt=1,Ct=ge.pos==1?" ":ge.string.charAt(ge.pos-2);Bt<3&&ge.eat(gi);)Bt++;var wt=ge.peek()||" ",At=!/\s/.test(wt)&&(!ct.test(wt)||/\s/.test(Ct)||ct.test(Ct)),Gt=!/\s/.test(Ct)&&(!ct.test(Ct)||/\s/.test(wt)||ct.test(wt)),Mt=null,xe=null;if(Bt%2&&(!Kt.em&&At&&(gi==="*"||!Gt||ct.test(Ct))?Mt=!0:Kt.em==gi&&Gt&&(gi==="*"||!At||ct.test(wt))&&(Mt=!1)),Bt>1&&(!Kt.strong&&At&&(gi==="*"||!Gt||ct.test(Ct))?xe=!0:Kt.strong==gi&&Gt&&(gi==="*"||!At||ct.test(wt))&&(xe=!1)),xe!=null||Mt!=null){Ce.highlightFormatting&&(Kt.formatting=Mt==null?"strong":xe==null?"em":"strong em"),Mt===!0&&(Kt.em=gi),xe===!0&&(Kt.strong=gi);var kn=ie(Kt);return Mt===!1&&(Kt.em=!1),xe===!1&&(Kt.strong=!1),kn}}else if(gi===" "&&(ge.eat("*")||ge.eat("_"))){if(ge.peek()===" ")return ie(Kt);ge.backUp(1)}if(Ce.strikethrough){if(gi==="~"&&ge.eatWhile(gi)){if(Kt.strikethrough){Ce.highlightFormatting&&(Kt.formatting="strikethrough");var kn=ie(Kt);return Kt.strikethrough=!1,kn}else if(ge.match(/^[^\s]/,!1))return Kt.strikethrough=!0,Ce.highlightFormatting&&(Kt.formatting="strikethrough"),ie(Kt)}else if(gi===" "&&ge.match(/^~~/,!0)){if(ge.peek()===" ")return ie(Kt);ge.backUp(2)}}if(Ce.emoji&&gi===":"&&ge.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){Kt.emoji=!0,Ce.highlightFormatting&&(Kt.formatting="emoji");var we=ie(Kt);return Kt.emoji=!1,we}return gi===" "&&(ge.match(/^ +$/,!1)?Kt.trailingSpace++:Kt.trailingSpace&&(Kt.trailingSpaceNewLine=!0)),ie(Kt)}function me(ge,Kt){var wn=ge.next();if(wn===">"){Kt.f=Kt.inline=Re,Ce.highlightFormatting&&(Kt.formatting="link");var di=ie(Kt);return di?di+=" ":di="",di+oe.linkInline}return ge.match(/^[^>]+/,!0),oe.linkInline}function Ve(ge,Kt){if(ge.eatSpace())return null;var wn=ge.next();return wn==="("||wn==="["?(Kt.f=Kt.inline=Nn(wn==="("?")":"]"),Ce.highlightFormatting&&(Kt.formatting="link-string"),Kt.linkHref=!0,ie(Kt)):"error"}var un={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function Nn(ge){return function(Kt,wn){var di=Kt.next();if(di===ge){wn.f=wn.inline=Re,Ce.highlightFormatting&&(wn.formatting="link-string");var gi=ie(wn);return wn.linkHref=!1,gi}return Kt.match(un[ge]),wn.linkHref=!0,ie(wn)}}function vi(ge,Kt){return ge.match(/^([^\]\\]|\\.)*\]:/,!1)?(Kt.f=Bn,ge.next(),Ce.highlightFormatting&&(Kt.formatting="link"),Kt.linkText=!0,ie(Kt)):pt(ge,Kt,Re)}function Bn(ge,Kt){if(ge.match(/^\]:/,!0)){Kt.f=Kt.inline=Ti,Ce.highlightFormatting&&(Kt.formatting="link");var wn=ie(Kt);return Kt.linkText=!1,wn}return ge.match(/^([^\]\\]|\\.)+/,!0),oe.linkText}function Ti(ge,Kt){return ge.eatSpace()?null:(ge.match(/^[^\s]+/,!0),ge.peek()===void 0?Kt.linkTitle=!0:ge.match(/^(?:\s+(?:"(?:[^"\\]|\\\\|\\.)+"|'(?:[^'\\]|\\\\|\\.)+'|\((?:[^)\\]|\\\\|\\.)+\)))?/,!0),Kt.f=Kt.inline=Re,oe.linkHref+" url")}var ni={startState:function(){return{f:zt,prevLine:{stream:null},thisLine:{stream:null},block:zt,htmlState:null,indentation:0,inline:Re,text:qt,formatting:!1,linkText:!1,linkHref:!1,linkTitle:!1,code:0,em:!1,strong:!1,header:0,setext:0,hr:!1,taskList:!1,list:!1,listStack:[],quote:0,trailingSpace:0,trailingSpaceNewLine:!1,strikethrough:!1,emoji:!1,fencedEndRE:null}},copyState:function(ge){return{f:ge.f,prevLine:ge.prevLine,thisLine:ge.thisLine,block:ge.block,htmlState:ge.htmlState&&bt.copyState(Oe,ge.htmlState),indentation:ge.indentation,localMode:ge.localMode,localState:ge.localMode?bt.copyState(ge.localMode,ge.localState):null,inline:ge.inline,text:ge.text,formatting:!1,linkText:ge.linkText,linkTitle:ge.linkTitle,linkHref:ge.linkHref,code:ge.code,em:ge.em,strong:ge.strong,strikethrough:ge.strikethrough,emoji:ge.emoji,header:ge.header,setext:ge.setext,hr:ge.hr,taskList:ge.taskList,list:ge.list,listStack:ge.listStack.slice(0),quote:ge.quote,indentedCode:ge.indentedCode,trailingSpace:ge.trailingSpace,trailingSpaceNewLine:ge.trailingSpaceNewLine,md_inside:ge.md_inside,fencedEndRE:ge.fencedEndRE}},token:function(ge,Kt){if(Kt.formatting=!1,ge!=Kt.thisLine.stream){if(Kt.header=0,Kt.hr=!1,ge.match(/^\s*$/,!0))return Et(Kt),null;if(Kt.prevLine=Kt.thisLine,Kt.thisLine={stream:ge},Kt.taskList=!1,Kt.trailingSpace=0,Kt.trailingSpaceNewLine=!1,!Kt.localState&&(Kt.f=Kt.block,Kt.f!=Vt)){var wn=ge.match(/^\s*/,!0)[0].replace(/\t/g,lt).length;if(Kt.indentation=wn,Kt.indentationDiff=null,wn>0)return null}}return Kt.f(ge,Kt)},innerMode:function(ge){return ge.block==Vt?{state:ge.htmlState,mode:Oe}:ge.localState?{state:ge.localState,mode:ge.localMode}:{state:ge,mode:ni}},indent:function(ge,Kt,wn){return ge.block==Vt&&Oe.indent?Oe.indent(ge.htmlState,Kt,wn):ge.localState&&ge.localMode.indent?ge.localMode.indent(ge.localState,Kt,wn):bt.Pass},blankLine:Et,getType:ie,blockCommentStart:"<!--",blockCommentEnd:"-->",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return ni},"xml"),bt.defineMIME("text/markdown","markdown"),bt.defineMIME("text/x-markdown","markdown")})},98101:function(cn,Yn,Xt){(function(bt){bt(Xt(89780))})(function(bt){"use strict";bt.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 ae=0;ae<bt.modeInfo.length;ae++){var Ce=bt.modeInfo[ae];Ce.mimes&&(Ce.mime=Ce.mimes[0])}bt.findModeByMIME=function(Oe){Oe=Oe.toLowerCase();for(var le=0;le<bt.modeInfo.length;le++){var ue=bt.modeInfo[le];if(ue.mime==Oe)return ue;if(ue.mimes){for(var oe=0;oe<ue.mimes.length;oe++)if(ue.mimes[oe]==Oe)return ue}}if(/\+xml$/.test(Oe))return bt.findModeByMIME("application/xml");if(/\+json$/.test(Oe))return bt.findModeByMIME("application/json")},bt.findModeByExtension=function(Oe){Oe=Oe.toLowerCase();for(var le=0;le<bt.modeInfo.length;le++){var ue=bt.modeInfo[le];if(ue.ext){for(var oe=0;oe<ue.ext.length;oe++)if(ue.ext[oe]==Oe)return ue}}},bt.findModeByFileName=function(Oe){for(var le=0;le<bt.modeInfo.length;le++){var ue=bt.modeInfo[le];if(ue.file&&ue.file.test(Oe))return ue}var oe=Oe.lastIndexOf("."),ze=oe>-1&&Oe.substring(oe+1,Oe.length);if(ze)return bt.findModeByExtension(ze)},bt.findModeByName=function(Oe){Oe=Oe.toLowerCase();for(var le=0;le<bt.modeInfo.length;le++){var ue=bt.modeInfo[le];if(ue.name.toLowerCase()==Oe)return ue;if(ue.alias){for(var oe=0;oe<ue.alias.length;oe++)if(ue.alias[oe].toLowerCase()==Oe)return ue}}}})},67549:function(cn,Yn,Xt){(function(bt){bt(Xt(89780))})(function(bt){"use strict";bt.defineMode("stex",function(ae,Ce){"use strict";function Oe(Ft,et){Ft.cmdState.push(et)}function le(Ft){return Ft.cmdState.length>0?Ft.cmdState[Ft.cmdState.length-1]:null}function ue(Ft){var et=Ft.cmdState.pop();et&&et.closeBracket()}function oe(Ft){for(var et=Ft.cmdState,it=et.length-1;it>=0;it--){var ct=et[it];if(ct.name!="DEFAULT")return ct}return{styleIdentifier:function(){return null}}}function ze(Ft,et,it){return function(){this.name=Ft,this.bracketNo=0,this.style=et,this.styles=it,this.argument=null,this.styleIdentifier=function(){return this.styles[this.bracketNo-1]||null},this.openBracket=function(){return this.bracketNo++,"bracket"},this.closeBracket=function(){}}}var Pe={};Pe.importmodule=ze("importmodule","tag",["string","builtin"]),Pe.documentclass=ze("documentclass","tag",["","atom"]),Pe.usepackage=ze("usepackage","tag",["atom"]),Pe.begin=ze("begin","tag",["atom"]),Pe.end=ze("end","tag",["atom"]),Pe.label=ze("label","tag",["atom"]),Pe.ref=ze("ref","tag",["atom"]),Pe.eqref=ze("eqref","tag",["atom"]),Pe.cite=ze("cite","tag",["atom"]),Pe.bibitem=ze("bibitem","tag",["atom"]),Pe.Bibitem=ze("Bibitem","tag",["atom"]),Pe.RBibitem=ze("RBibitem","tag",["atom"]),Pe.DEFAULT=function(){this.name="DEFAULT",this.style="tag",this.styleIdentifier=this.openBracket=this.closeBracket=function(){}};function Qt(Ft,et){Ft.f=et}function Qe(Ft,et){var it;if(Ft.match(/^\\[a-zA-Z@]+/)){var ct=Ft.current().slice(1);return it=Pe.hasOwnProperty(ct)?Pe[ct]:Pe.DEFAULT,it=new it,Oe(et,it),Qt(et,tn),it.style}if(Ft.match(/^\\[$&%#{}_]/)||Ft.match(/^\\[,;!\/\\]/))return"tag";if(Ft.match("\\["))return Qt(et,function(pt,vt){return he(pt,vt,"\\]")}),"keyword";if(Ft.match("\\("))return Qt(et,function(pt,vt){return he(pt,vt,"\\)")}),"keyword";if(Ft.match("$$"))return Qt(et,function(pt,vt){return he(pt,vt,"$$")}),"keyword";if(Ft.match("$"))return Qt(et,function(pt,vt){return he(pt,vt,"$")}),"keyword";var lt=Ft.next();if(lt=="%")return Ft.skipToEnd(),"comment";if(lt=="}"||lt=="]"){if(it=le(et),it)it.closeBracket(lt),Qt(et,tn);else return"error";return"bracket"}else return lt=="{"||lt=="["?(it=Pe.DEFAULT,it=new it,Oe(et,it),"bracket"):/\d/.test(lt)?(Ft.eatWhile(/[\w.%]/),"atom"):(Ft.eatWhile(/[\w\-_]/),it=oe(et),it.name=="begin"&&(it.argument=Ft.current()),it.styleIdentifier())}function he(Ft,et,it){if(Ft.eatSpace())return null;if(it&&Ft.match(it))return Qt(et,Qe),"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 tn(Ft,et){var it=Ft.peek(),ct;return it=="{"||it=="["?(ct=le(et),ct.openBracket(it),Ft.eat(it),Qt(et,Qe),"bracket"):/[ \t\r]/.test(it)?(Ft.eat(it),null):(Qt(et,Qe),ue(et),Qe(Ft,et))}return{startState:function(){var Ft=Ce.inMathMode?function(et,it){return he(et,it)}:Qe;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=Qe,Ft.cmdState.length=0},lineComment:"%"}}),bt.defineMIME("text/x-stex","stex"),bt.defineMIME("text/x-latex","stex")})},15525:function(cn,Yn,Xt){(function(bt){bt(Xt(89780))})(function(bt){"use strict";var ae={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},Ce={autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,allowMissingTagName:!1,caseFold:!1};bt.defineMode("xml",function(Oe,le){var ue=Oe.indentUnit,oe={},ze=le.htmlMode?ae:Ce;for(var Pe in ze)oe[Pe]=ze[Pe];for(var Pe in le)oe[Pe]=le[Pe];var Qt,Qe;function he(me,Ve){function un(Bn){return Ve.tokenize=Bn,Bn(me,Ve)}var Nn=me.next();if(Nn=="<")return me.eat("!")?me.eat("[")?me.match("CDATA[")?un(et("atom","]]>")):null:me.match("--")?un(et("comment","-->")):me.match("DOCTYPE",!0,!0)?(me.eatWhile(/[\w\._\-]/),un(it(1))):null:me.eat("?")?(me.eatWhile(/[\w\._\-]/),Ve.tokenize=et("meta","?>"),"meta"):(Qt=me.eat("/")?"closeTag":"openTag",Ve.tokenize=tn,"tag bracket");if(Nn=="&"){var vi;return me.eat("#")?me.eat("x")?vi=me.eatWhile(/[a-fA-F\d]/)&&me.eat(";"):vi=me.eatWhile(/[\d]/)&&me.eat(";"):vi=me.eatWhile(/[\w\.\-:]/)&&me.eat(";"),vi?"atom":"error"}else return me.eatWhile(/[^&<]/),null}he.isInText=!0;function tn(me,Ve){var un=me.next();if(un==">"||un=="/"&&me.eat(">"))return Ve.tokenize=he,Qt=un==">"?"endTag":"selfcloseTag","tag bracket";if(un=="=")return Qt="equals",null;if(un=="<"){Ve.tokenize=he,Ve.state=vt,Ve.tagName=Ve.tagStart=null;var Nn=Ve.tokenize(me,Ve);return Nn?Nn+" tag error":"tag error"}else return/[\'\"]/.test(un)?(Ve.tokenize=Ft(un),Ve.stringStartCol=me.column(),Ve.tokenize(me,Ve)):(me.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function Ft(me){var Ve=function(un,Nn){for(;!un.eol();)if(un.next()==me){Nn.tokenize=tn;break}return"string"};return Ve.isInAttribute=!0,Ve}function et(me,Ve){return function(un,Nn){for(;!un.eol();){if(un.match(Ve)){Nn.tokenize=he;break}un.next()}return me}}function it(me){return function(Ve,un){for(var Nn;(Nn=Ve.next())!=null;){if(Nn=="<")return un.tokenize=it(me+1),un.tokenize(Ve,un);if(Nn==">")if(me==1){un.tokenize=he;break}else return un.tokenize=it(me-1),un.tokenize(Ve,un)}return"meta"}}function ct(me,Ve,un){this.prev=me.context,this.tagName=Ve,this.indent=me.indented,this.startOfLine=un,(oe.doNotIndent.hasOwnProperty(Ve)||me.context&&me.context.noIndent)&&(this.noIndent=!0)}function lt(me){me.context&&(me.context=me.context.prev)}function pt(me,Ve){for(var un;;){if(!me.context||(un=me.context.tagName,!oe.contextGrabbers.hasOwnProperty(un)||!oe.contextGrabbers[un].hasOwnProperty(Ve)))return;lt(me)}}function vt(me,Ve,un){return me=="openTag"?(un.tagStart=Ve.column(),Lt):me=="closeTag"?Et:vt}function Lt(me,Ve,un){return me=="word"?(un.tagName=Ve.current(),Qe="tag",$t):oe.allowMissingTagName&&me=="endTag"?(Qe="tag bracket",$t(me,Ve,un)):(Qe="error",Lt)}function Et(me,Ve,un){if(me=="word"){var Nn=Ve.current();return un.context&&un.context.tagName!=Nn&&oe.implicitlyClosed.hasOwnProperty(un.context.tagName)&<(un),un.context&&un.context.tagName==Nn||oe.matchClosing===!1?(Qe="tag",zt):(Qe="tag error",Vt)}else return oe.allowMissingTagName&&me=="endTag"?(Qe="tag bracket",zt(me,Ve,un)):(Qe="error",Vt)}function zt(me,Ve,un){return me!="endTag"?(Qe="error",zt):(lt(un),vt)}function Vt(me,Ve,un){return Qe="error",zt(me,Ve,un)}function $t(me,Ve,un){if(me=="word")return Qe="attribute",ie;if(me=="endTag"||me=="selfcloseTag"){var Nn=un.tagName,vi=un.tagStart;return un.tagName=un.tagStart=null,me=="selfcloseTag"||oe.autoSelfClosers.hasOwnProperty(Nn)?pt(un,Nn):(pt(un,Nn),un.context=new ct(un,Nn,vi==un.indented)),vt}return Qe="error",$t}function ie(me,Ve,un){return me=="equals"?qt:(oe.allowMissing||(Qe="error"),$t(me,Ve,un))}function qt(me,Ve,un){return me=="string"?Re:me=="word"&&oe.allowUnquoted?(Qe="string",$t):(Qe="error",$t(me,Ve,un))}function Re(me,Ve,un){return me=="string"?Re:$t(me,Ve,un)}return{startState:function(me){var Ve={tokenize:he,state:vt,indented:me||0,tagName:null,tagStart:null,context:null};return me!=null&&(Ve.baseIndent=me),Ve},token:function(me,Ve){if(!Ve.tagName&&me.sol()&&(Ve.indented=me.indentation()),me.eatSpace())return null;Qt=null;var un=Ve.tokenize(me,Ve);return(un||Qt)&&un!="comment"&&(Qe=null,Ve.state=Ve.state(Qt||un,me,Ve),Qe&&(un=Qe=="error"?un+" error":Qe)),un},indent:function(me,Ve,un){var Nn=me.context;if(me.tokenize.isInAttribute)return me.tagStart==me.indented?me.stringStartCol+1:me.indented+ue;if(Nn&&Nn.noIndent)return bt.Pass;if(me.tokenize!=tn&&me.tokenize!=he)return un?un.match(/^(\s*)/)[0].length:0;if(me.tagName)return oe.multilineTagIndentPastTag!==!1?me.tagStart+me.tagName.length+2:me.tagStart+ue*(oe.multilineTagIndentFactor||1);if(oe.alignCDATA&&/<!\[CDATA\[/.test(Ve))return 0;var vi=Ve&&/^<(\/)?([\w_:\.-]*)/.exec(Ve);if(vi&&vi[1])for(;Nn;)if(Nn.tagName==vi[2]){Nn=Nn.prev;break}else if(oe.implicitlyClosed.hasOwnProperty(Nn.tagName))Nn=Nn.prev;else break;else if(vi)for(;Nn;){var Bn=oe.contextGrabbers[Nn.tagName];if(Bn&&Bn.hasOwnProperty(vi[2]))Nn=Nn.prev;else break}for(;Nn&&Nn.prev&&!Nn.startOfLine;)Nn=Nn.prev;return Nn?Nn.indent+ue:me.baseIndent||0},electricInput:/<\/[\s\w:]+>$/,blockCommentStart:"<!--",blockCommentEnd:"-->",configuration:oe.htmlMode?"html":"xml",helperType:oe.htmlMode?"html":"xml",skipAttribute:function(me){me.state==qt&&(me.state=$t)},xmlCurrentTag:function(me){return me.tagName?{name:me.tagName,close:me.type=="closeTag"}:null},xmlCurrentContext:function(me){for(var Ve=[],un=me.context;un;un=un.prev)un.tagName&&Ve.push(un.tagName);return Ve.reverse()}}}),bt.defineMIME("text/xml","xml"),bt.defineMIME("application/xml","xml"),bt.mimeModes.hasOwnProperty("text/html")||bt.defineMIME("text/html",{name:"xml",htmlMode:!0})})},12378:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{$u:function(){return Pe},BD:function(){return Bt},E9:function(){return ze},FF:function(){return Do},FJ:function(){return vt},Hn:function(){return pt},KX:function(){return Et},NB:function(){return Te},S0:function(){return te},UL:function(){return Qt},Vk:function(){return lt},Vm:function(){return nn},YI:function(){return Zn},ZA:function(){return Ce},Zt:function(){return Qe},al:function(){return Mt},bn:function(){return Gt},bx:function(){return Ct},g2:function(){return Zi},h1:function(){return qt},hD:function(){return Kn},l4:function(){return ue},rU:function(){return $e},s_:function(){return wt},uz:function(){return Xe},z6:function(){return he}}),cn=Xt.hmd(cn),function(){var xt;function pn(a){var y=0;return function(){return y<a.length?{done:!1,value:a[y++]}:{done:!0}}}function Je(a){var y=typeof Symbol!="undefined"&&Symbol.iterator&&a[Symbol.iterator];return y?y.call(a):{next:pn(a)}}function Ye(a){for(var y,x=[];!(y=a.next()).done;)x.push(y.value);return x}var In=typeof Object.create=="function"?Object.create:function(a){function y(){}return y.prototype=a,new y},Ci;if(typeof Object.setPrototypeOf=="function")Ci=Object.setPrototypeOf;else{var Ei;t:{var ao={a:!0},si={};try{si.__proto__=ao,Ei=si.a;break t}catch(a){}Ei=!1}Ci=Ei?function(a,y){if(a.__proto__=y,a.__proto__!==y)throw new TypeError(a+" is not extensible");return a}:null}var ve=Ci;function de(a,y){if(a.prototype=In(y.prototype),a.prototype.constructor=a,ve)ve(a,y);else for(var x in y)if(x!="prototype")if(Object.defineProperties){var b=Object.getOwnPropertyDescriptor(y,x);b&&Object.defineProperty(a,x,b)}else a[x]=y[x];a.QA=y.prototype}var re=typeof Xt.g!="undefined"&&Xt.g!=null?Xt.g:self,Sn=typeof Object.assign=="function"?Object.assign:function(a,y){for(var x=1;x<arguments.length;x++){var b=arguments[x];if(b)for(var E in b)Object.prototype.hasOwnProperty.call(b,E)&&(a[E]=b[E])}return a},Mn=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,y,x){a!=Array.prototype&&a!=Object.prototype&&(a[y]=x.value)};function Un(a,y){if(y){var x=re;a=a.split(".");for(var b=0;b<a.length-1;b++){var E=a[b];E in x||(x[E]={}),x=x[E]}a=a[a.length-1],b=x[a],y=y(b),y!=b&&y!=null&&Mn(x,a,{writable:!0,value:y})}}Un("Object.assign",function(a){return a||Sn}),Un("Array.prototype.fill",function(a){return a||function(y,x,b){var E=this.length||0;for(0>x&&(x=Math.max(0,E+x)),(b==null||b>E)&&(b=E),b=Number(b),0>b&&(b=Math.max(0,E+b)),x=Number(x||0);x<b;x++)this[x]=y;return this}});var be=typeof globalThis=="object"&&globalThis||typeof Xt.g=="object"&&Xt.g.global===Xt.g&&Xt.g||typeof self=="object"&&self.self===self&&self||{};be.requestAnimationFrame===void 0&&(be.setImmediate===void 0?be.requestAnimationFrame=function(a){be.setTimeout(a,0)}:be.requestAnimationFrame=be.setImmediate);function dn(){}function fe(a,y){var x=-1;return function(){var b=this,E=arguments;x!==-1&&be.clearTimeout(x),x=ce(function(){x=-1,a.apply(b,E)},y)}}function ce(a,y){return be.setTimeout(a,y)}function yn(a){return be.document.createElement(a)}function _t(a){throw Error(a)}function Fe(a,y){a="The object is frozen, so its properties cannot be set: "+a.toString(),y!==void 0&&(a+=" to value: "+y),_t(a)}function ln(a,y,x,b){x=x===null?"*":typeof x=="string"?x:typeof x=="function"&&typeof x.className=="string"?x.className:"",b!==void 0&&(x+="."+b),_t(x+" is not in the range "+y+": "+a)}function Fn(a){be.console&&be.console.log(a)}function Le(a){return typeof a=="object"&&a!==null}function ke(a){return Array.isArray(a)||be.NodeList&&a instanceof be.NodeList||be.HTMLCollection&&a instanceof be.HTMLCollection}function Ke(a){return Array.prototype.slice.call(a)}function Ln(a,y,x){Array.isArray(a)?y>=a.length?a.push(x):a.splice(y,0,x):_t("Cannot insert an object into an HTMLCollection or NodeList: "+x+" at "+y)}function _n(a,y){Array.isArray(a)?y>=a.length?a.pop():a.splice(y,1):_t("Cannot remove an object from an HTMLCollection or NodeList at "+y)}function on(){var a=ho.pop();return a===void 0?[]:a}function rn(a){a.length=0,ho.push(a)}function vn(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(Le(a)&&a.constructor)return vn(a.constructor);return typeof a}function $n(a){var y=a;return Le(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 Qn(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 Pi(a,y,x){Object.defineProperty(Oo.prototype,a,{get:y,set:x})}function Ne(a){for(var y=[],x=0;256>x;x++)y["0123456789abcdef".charAt(x>>4)+"0123456789abcdef".charAt(x&15)]=String.fromCharCode(x);a.length%2&&(a="0"+a),x=[];for(var b=0,E=0;E<a.length;E+=2)x[b++]=y[a.substr(E,2)];for(a=x.join(""),a=a===""?"0":a,y=[],x=0;256>x;x++)y[x]=x;for(x=b=0;256>x;x++)b=(b+y[x]+119)%256,E=y[x],y[x]=y[b],y[b]=E;b=x=0;for(var z="",tt=0;tt<a.length;tt++)x=(x+1)%256,b=(b+y[x])%256,E=y[x],y[x]=y[b],y[b]=E,z+=String.fromCharCode(a.charCodeAt(tt)^y[(y[x]+y[b])%256]);return z.indexOf("GoJS 2.1 evaluation")>-1||z.indexOf("\xA9 1998-2021 Northwoods Software")>-1||z.indexOf("Not for distribution or production use")>-1||z.indexOf("gojs.net")>-1?"":z}var Po=be.navigator!==void 0&&0<be.navigator.userAgent.indexOf("Trident/7"),Ri=be.navigator!==void 0&&be.navigator.platform!==void 0&&be.navigator.platform.match(/(iPhone|iPod|iPad|Mac)/i)!==null,ho=[];Object.freeze([]),dn.className="Util",dn.Dx="32ab5ff3b26f42dc0ed90f21472913b5",dn.adym="gojs.net",dn.vfo="28e645fdb266",dn.className="Util";function Se(a,y,x){Ii(this),this.j=a,this.xa=y,this.o=x}Se.prototype.toString=function(){return"EnumValue."+this.xa};function fn(a,y){return y==null||y===""?null:a[y]}re.Object.defineProperties(Se.prototype,{classType:{get:function(){return this.j}},name:{get:function(){return this.xa}},value:{get:function(){return this.o}}}),Se.className="EnumValue";function On(){this.ew=[]}On.prototype.toString=function(){return this.ew.join("")},On.prototype.add=function(a){a!==""&&this.ew.push(a)},On.className="StringBuilder";function Wn(){}Wn.className="PropertyCollection";var zn={EA:!1,JA:!1,GA:!1,IA:!1,NA:!1,LA:!1,nx:!1,FA:null,trace:function(a){be.console&&be.console.log(a)},HA:function(a,y,x,b){a.strokeStyle="red",a.fillStyle="red",a.font="8px sans-serif",a.beginPath(),a.moveTo(-10,0),a.lineTo(10,0),a.moveTo(0,-10),a.lineTo(0,10),a.stroke(),a.setTransform(1,0,0,1,0,0),a.scale(x,x),a.transform(y.m11,y.m12,y.m21,y.m22,y.dx,y.dy),a.lineWidth=2,a.beginPath(),a.moveTo(b.left,b.top+20),a.lineTo(b.left,b.top),a.lineTo(b.left+20,b.top),a.moveTo(b.right,b.bottom-20),a.lineTo(b.right,b.bottom),a.lineTo(b.right-20,b.bottom),a.stroke(),a.fillText("DB: "+Math.round(b.x)+", "+Math.round(b.y)+", "+Math.round(b.width)+", "+Math.round(b.height),b.left,b.top-5)},DA:function(a){var y={},x;for(x in a){if(y.x=x,y.x!=="licenseKey"){var b=a[y.x];if(b.prototype!==void 0){y.Zl=Object.getOwnPropertyNames(b.prototype);for(var E={Tj:0};E.Tj<y.Zl.length;E={Tj:E.Tj},E.Tj++){var z=Object.getOwnPropertyDescriptor(b.prototype,y.Zl[E.Tj]);z.get!==void 0&&z.set===void 0&&Object.defineProperty(b.prototype,y.Zl[E.Tj],{set:function(tt,ot){return function(){throw Error("Property "+tt.Zl[ot.Tj]+" of "+tt.x+" is read-only.")}}(y,E)})}}}y={Zl:y.Zl,x:y.x}}}};function ti(){}ti.prototype.reset=function(){},ti.prototype.next=function(){return!1},ti.prototype.Ad=function(){return!1},ti.prototype.first=function(){return null},ti.prototype.any=function(){return!1},ti.prototype.all=function(){return!0},ti.prototype.each=function(){return this},ti.prototype.map=function(){return this},ti.prototype.filter=function(){return this},ti.prototype.de=function(){},ti.prototype.toString=function(){return"EmptyIterator"},re.Object.defineProperties(ti.prototype,{iterator:{get:function(){return this}},count:{get:function(){return 0}}}),ti.prototype.first=ti.prototype.first,ti.prototype.hasNext=ti.prototype.Ad,ti.prototype.next=ti.prototype.next,ti.prototype.reset=ti.prototype.reset;var Fi=null;ti.className="EmptyIterator",Fi=new ti;function Li(a){this.key=-1,this.value=a}Li.prototype.reset=function(){this.key=-1},Li.prototype.next=function(){return this.key===-1?(this.key=0,!0):!1},Li.prototype.Ad=function(){return this.next()},Li.prototype.first=function(){return this.key=0,this.value},Li.prototype.any=function(a){return this.key=-1,a(this.value)},Li.prototype.all=function(a){return this.key=-1,a(this.value)},Li.prototype.each=function(a){return this.key=-1,a(this.value),this},Li.prototype.map=function(a){return new Li(a(this.value))},Li.prototype.filter=function(a){return a(this.value)?new Li(this.value):Fi},Li.prototype.de=function(){this.value=null},Li.prototype.toString=function(){return"SingletonIterator("+this.value+")"},re.Object.defineProperties(Li.prototype,{iterator:{get:function(){return this}},count:{get:function(){return 1}}}),Li.prototype.first=Li.prototype.first,Li.prototype.hasNext=Li.prototype.Ad,Li.prototype.next=Li.prototype.next,Li.prototype.reset=Li.prototype.reset,Li.className="SingletonIterator";function Oi(a){this.Bb=a,this.qf=null,a.Sa=null,this.qa=a.Ja,this.Za=-1}Oi.prototype.reset=function(){var a=this.Bb;a.Sa=null,this.qa=a.Ja,this.Za=-1},Oi.prototype.next=function(){var a=this.Bb;if(a.Ja!==this.qa&&0>this.key)return!1;a=a.s;var y=a.length,x=++this.Za,b=this.qf;if(b!==null)for(;x<y;){var E=a[x];if(b(E))return this.key=this.Za=x,this.value=E,!0;x++}else{if(x<y)return this.key=x,this.value=a[x],!0;this.de()}return!1},Oi.prototype.Ad=function(){return this.next()},Oi.prototype.first=function(){var a=this.Bb;this.qa=a.Ja,this.Za=0,a=a.s;var y=a.length,x=this.qf;if(x!==null){for(var b=0;b<y;){var E=a[b];if(x(E))return this.key=this.Za=b,this.value=E;b++}return null}return 0<y?(a=a[0],this.key=0,this.value=a):null},Oi.prototype.any=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,b=this.qf,E=0;E<x;E++){var z=y[E];if((b===null||b(z))&&a(z))return!0}return!1},Oi.prototype.all=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,b=this.qf,E=0;E<x;E++){var z=y[E];if((b===null||b(z))&&!a(z))return!1}return!0},Oi.prototype.each=function(a){var y=this.Bb;y.Sa=null,this.Za=-1,y=y.s;for(var x=y.length,b=this.qf,E=0;E<x;E++){var z=y[E];(b===null||b(z))&&a(z)}return this},Oi.prototype.map=function(a){var y=this.Bb;y.Sa=null,this.Za=-1;var x=[];y=y.s;for(var b=y.length,E=this.qf,z=0;z<b;z++){var tt=y[z];(E===null||E(tt))&&x.push(a(tt))}return a=new Ie,a.s=x,a.xb(),a.iterator},Oi.prototype.filter=function(a){var y=this.Bb;y.Sa=null,this.Za=-1;var x=[];y=y.s;for(var b=y.length,E=this.qf,z=0;z<b;z++){var tt=y[z];(E===null||E(tt))&&a(tt)&&x.push(tt)}return a=new Ie,a.s=x,a.xb(),a.iterator},Oi.prototype.de=function(){this.key=-1,this.value=null,this.qa=-1,this.qf=null,this.Bb.Sa=this},Oi.prototype.toString=function(){return"ListIterator@"+this.Za+"/"+this.Bb.count},re.Object.defineProperties(Oi.prototype,{iterator:{get:function(){return this}},predicate:{get:function(){return this.qf},set:function(a){this.qf=a}},count:{get:function(){var a=this.qf;if(a!==null){for(var y=0,x=this.Bb.s,b=x.length,E=0;E<b;E++)a(x[E])&&y++;return y}return this.Bb.s.length}}}),Oi.prototype.first=Oi.prototype.first,Oi.prototype.hasNext=Oi.prototype.Ad,Oi.prototype.next=Oi.prototype.next,Oi.prototype.reset=Oi.prototype.reset,Oi.className="ListIterator";function Ui(a){this.Bb=a,a.Hg=null,this.qa=a.Ja,this.Za=a.s.length}Ui.prototype.reset=function(){var a=this.Bb;a.Hg=null,this.qa=a.Ja,this.Za=a.s.length},Ui.prototype.next=function(){var a=this.Bb;if(a.Ja!==this.qa&&0>this.key)return!1;var y=--this.Za;return 0<=y?(this.key=y,this.value=a.s[y],!0):(this.de(),!1)},Ui.prototype.Ad=function(){return this.next()},Ui.prototype.first=function(){var a=this.Bb;this.qa=a.Ja;var y=a.s;return this.Za=a=y.length-1,0<=a?(y=y[a],this.key=a,this.value=y):null},Ui.prototype.any=function(a){var y=this.Bb;y.Hg=null,y=y.s;var x=y.length;for(this.Za=x,--x;0<=x;x--)if(a(y[x]))return!0;return!1},Ui.prototype.all=function(a){var y=this.Bb;y.Hg=null,y=y.s;var x=y.length;for(this.Za=x,--x;0<=x;x--)if(!a(y[x]))return!1;return!0},Ui.prototype.each=function(a){var y=this.Bb;y.Hg=null,y=y.s;var x=y.length;for(this.Za=x,--x;0<=x;x--)a(y[x]);return this},Ui.prototype.map=function(a){var y=this.Bb;y.Hg=null;var x=[];y=y.s;var b=y.length;for(this.Za=b,--b;0<=b;b--)x.push(a(y[b]));return a=new Ie,a.s=x,a.xb(),a.iterator},Ui.prototype.filter=function(a){var y=this.Bb;y.Hg=null;var x=[];y=y.s;var b=y.length;for(this.Za=b,--b;0<=b;b--){var E=y[b];a(E)&&x.push(E)}return a=new Ie,a.s=x,a.xb(),a.iterator},Ui.prototype.de=function(){this.key=-1,this.value=null,this.qa=-1,this.Bb.Hg=this},Ui.prototype.toString=function(){return"ListIteratorBackwards("+this.Za+"/"+this.Bb.count+")"},re.Object.defineProperties(Ui.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.Bb.s.length}}}),Ui.prototype.first=Ui.prototype.first,Ui.prototype.hasNext=Ui.prototype.Ad,Ui.prototype.next=Ui.prototype.next,Ui.prototype.reset=Ui.prototype.reset,Ui.className="ListIteratorBackwards";function Ie(a){Ii(this),this._isFrozen=!1,this.s=[],this.Ja=0,this.Hg=this.Sa=null,typeof a=="string"&&_t("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}xt=Ie.prototype,xt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return this._isFrozen=!1,this},xt.toString=function(){return"List()#"+Ai(this)},xt.add=function(a){return a===null?this:(this._isFrozen&&Fe(this,a),this.s.push(a),this.xb(),this)},xt.push=function(a){this.add(a)},xt.addAll=function(a){if(a===null)return this;this._isFrozen&&Fe(this);var y=this.s;if(ke(a))for(var x=a.length,b=0;b<x;b++)y.push(a[b]);else for(a=a.iterator;a.next();)y.push(a.value);return this.xb(),this},xt.clear=function(){this._isFrozen&&Fe(this),this.s.length=0,this.xb()},xt.contains=function(a){return a===null?!1:this.s.indexOf(a)!==-1},xt.has=function(a){return this.contains(a)},xt.indexOf=function(a){return a===null?-1:this.s.indexOf(a)},xt.M=function(a){var y=this.s;return(0>a||a>=y.length)&&ln(a,"0 <= i < length",Ie,"elt:i"),y[a]},xt.get=function(a){return this.M(a)},xt.cd=function(a,y){var x=this.s;(0>a||a>=x.length)&&ln(a,"0 <= i < length",Ie,"setElt:i"),this._isFrozen&&Fe(this,a),x[a]=y},xt.set=function(a,y){this.cd(a,y)},xt.first=function(){var a=this.s;return a.length===0?null:a[0]},xt.jc=function(){var a=this.s,y=a.length;return 0<y?a[y-1]:null},xt.pop=function(){this._isFrozen&&Fe(this);var a=this.s;return 0<a.length?a.pop():null},Ie.prototype.any=function(a){for(var y=this.s,x=y.length,b=0;b<x;b++)if(a(y[b]))return!0;return!1},Ie.prototype.all=function(a){for(var y=this.s,x=y.length,b=0;b<x;b++)if(!a(y[b]))return!1;return!0},Ie.prototype.each=function(a){for(var y=this.s,x=y.length,b=0;b<x;b++)a(y[b]);return this},Ie.prototype.map=function(a){for(var y=new Ie,x=[],b=this.s,E=b.length,z=0;z<E;z++)x.push(a(b[z]));return y.s=x,y.xb(),y},Ie.prototype.filter=function(a){for(var y=new Ie,x=[],b=this.s,E=b.length,z=0;z<E;z++){var tt=b[z];a(tt)&&x.push(tt)}return y.s=x,y.xb(),y},xt=Ie.prototype,xt.Gb=function(a,y){0>a&&ln(a,">= 0",Ie,"insertAt:i"),this._isFrozen&&Fe(this,a);var x=this.s;a>=x.length?x.push(y):x.splice(a,0,y),this.xb()},xt.remove=function(a){if(a===null)return!1;this._isFrozen&&Fe(this,a);var y=this.s;return a=y.indexOf(a),a===-1?!1:(a===y.length-1?y.pop():y.splice(a,1),this.xb(),!0)},xt.delete=function(a){return this.remove(a)},xt.mb=function(a){var y=this.s;(0>a||a>=y.length)&&ln(a,"0 <= i < length",Ie,"removeAt:i"),this._isFrozen&&Fe(this,a),a===y.length-1?y.pop():y.splice(a,1),this.xb()},xt.removeRange=function(a,y){var x=this.s,b=x.length;if(0>a)a=0;else if(a>=b)return this;if(0>y)return this;if(y>=b&&(y=b-1),a>y)return this;this._isFrozen&&Fe(this);for(var E=a,z=y+1;z<b;)x[E++]=x[z++];return x.length=b-(y-a+1),this.xb(),this},Ie.prototype.copy=function(){var a=new Ie,y=this.s;return 0<y.length&&(a.s=Array.prototype.slice.call(y)),a},xt=Ie.prototype,xt.Fa=function(){for(var a=this.s,y=this.count,x=Array(y),b=0;b<y;b++)x[b]=a[b];return x},xt.Iv=function(){for(var a=new Be,y=this.s,x=this.count,b=0;b<x;b++)a.add(y[b]);return a},xt.sort=function(a){return this._isFrozen&&Fe(this),this.s.sort(a),this.xb(),this},xt.zi=function(a,y,x){var b=this.s,E=b.length;y===void 0&&(y=0),x===void 0&&(x=E),this._isFrozen&&Fe(this);var z=x-y;if(1>=z)return this;if((0>y||y>=E-1)&&ln(y,"0 <= from < length",Ie,"sortRange:from"),z===2)return x=b[y],E=b[y+1],0<a(x,E)&&(b[y]=E,b[y+1]=x,this.xb()),this;if(y===0)if(x>=E)b.sort(a);else for(y=b.slice(0,x),y.sort(a),a=0;a<x;a++)b[a]=y[a];else if(x>=E)for(x=b.slice(y),x.sort(a),a=y;a<E;a++)b[a]=x[a-y];else for(E=b.slice(y,x),E.sort(a),a=y;a<x;a++)b[a]=E[a-y];return this.xb(),this},xt.reverse=function(){return this._isFrozen&&Fe(this),this.s.reverse(),this.xb(),this},re.Object.defineProperties(Ie.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 Fi;var a=this.Sa;return a!==null?(a.reset(),a):new Oi(this)}},iteratorBackwards:{get:function(){if(0>=this.s.length)return Fi;var a=this.Hg;return a!==null?(a.reset(),a):new Ui(this)}}}),Ie.prototype.reverse=Ie.prototype.reverse,Ie.prototype.sortRange=Ie.prototype.zi,Ie.prototype.sort=Ie.prototype.sort,Ie.prototype.toSet=Ie.prototype.Iv,Ie.prototype.toArray=Ie.prototype.Fa,Ie.prototype.removeRange=Ie.prototype.removeRange,Ie.prototype.removeAt=Ie.prototype.mb,Ie.prototype.delete=Ie.prototype.delete,Ie.prototype.remove=Ie.prototype.remove,Ie.prototype.insertAt=Ie.prototype.Gb,Ie.prototype.pop=Ie.prototype.pop,Ie.prototype.last=Ie.prototype.jc,Ie.prototype.first=Ie.prototype.first,Ie.prototype.set=Ie.prototype.set,Ie.prototype.setElt=Ie.prototype.cd,Ie.prototype.get=Ie.prototype.get,Ie.prototype.elt=Ie.prototype.M,Ie.prototype.indexOf=Ie.prototype.indexOf,Ie.prototype.has=Ie.prototype.has,Ie.prototype.contains=Ie.prototype.contains,Ie.prototype.clear=Ie.prototype.clear,Ie.prototype.addAll=Ie.prototype.addAll,Ie.prototype.push=Ie.prototype.push,Ie.prototype.add=Ie.prototype.add,Ie.prototype.thaw=Ie.prototype.ka,Ie.prototype.freeze=Ie.prototype.freeze,Ie.className="List";function lo(a){this.eg=a,a.Sa=null,this.qa=a.Ja,this.sa=null}lo.prototype.reset=function(){var a=this.eg;a.Sa=null,this.qa=a.Ja,this.sa=null},lo.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)},lo.prototype.Ad=function(){return this.next()},lo.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},lo.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},lo.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},lo.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},lo.prototype.map=function(a){var y=this.eg;y.Sa=null;var x=new Ie;for(y=y.ea;y!==null;)x.add(a(y.value)),y=y.va;return x.iterator},lo.prototype.filter=function(a){var y=this.eg;y.Sa=null;var x=new Ie;for(y=y.ea;y!==null;){var b=y.value;a(b)&&x.add(b),y=y.va}return x.iterator},lo.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.eg.Sa=this},lo.prototype.toString=function(){return this.sa!==null?"SetIterator@"+this.sa.value:"SetIterator"},re.Object.defineProperties(lo.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.eg.Sb}}}),lo.prototype.first=lo.prototype.first,lo.prototype.hasNext=lo.prototype.Ad,lo.prototype.next=lo.prototype.next,lo.prototype.reset=lo.prototype.reset,lo.className="SetIterator";function Be(a){Ii(this),this._isFrozen=!1,this.Tb={},this.Sb=0,this.Sa=null,this.Ja=0,this.kf=this.ea=null,typeof a=="string"&&_t("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}xt=Be.prototype,xt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return this._isFrozen=!1,this},xt.toString=function(){return"Set()#"+Ai(this)},xt.add=function(a){if(a===null)return this;this._isFrozen&&Fe(this,a);var y=a;return Le(a)&&(y=Wi(a)),this.Tb[y]===void 0&&(this.Sb++,a=new Gr(a,a),this.Tb[y]=a,y=this.kf,y===null?this.ea=a:(a.ll=y,y.va=a),this.kf=a,this.xb()),this},xt.addAll=function(a){if(a===null)return this;if(this._isFrozen&&Fe(this),ke(a))for(var y=a.length,x=0;x<y;x++)this.add(a[x]);else for(a=a.iterator;a.next();)this.add(a.value);return this},xt.contains=function(a){if(a===null)return!1;var y=a;return Le(a)&&(y=Ai(a),y===void 0)?!1:this.Tb[y]!==void 0},xt.has=function(a){return this.contains(a)},xt.Sy=function(a){if(a===null)return!0;for(a=a.iterator;a.next();)if(!this.contains(a.value))return!1;return!0},xt.Ty=function(a){if(a===null)return!0;for(a=a.iterator;a.next();)if(this.contains(a.value))return!0;return!1},xt.first=function(){var a=this.ea;return a===null?null:a.value},Be.prototype.any=function(a){for(var y=this.ea;y!==null;){if(a(y.value))return!0;y=y.va}return!1},Be.prototype.all=function(a){for(var y=this.ea;y!==null;){if(!a(y.value))return!1;y=y.va}return!0},Be.prototype.each=function(a){for(var y=this.ea;y!==null;)a(y.value),y=y.va;return this},Be.prototype.map=function(a){for(var y=new Be,x=this.ea;x!==null;)y.add(a(x.value)),x=x.va;return y},Be.prototype.filter=function(a){for(var y=new Be,x=this.ea;x!==null;){var b=x.value;a(b)&&y.add(b),x=x.va}return y},xt=Be.prototype,xt.remove=function(a){if(a===null)return!1;this._isFrozen&&Fe(this,a);var y=a;if(Le(a)&&(y=Ai(a),y===void 0)||(a=this.Tb[y],a===void 0))return!1;var x=a.va,b=a.ll;return x!==null&&(x.ll=b),b!==null&&(b.va=x),this.ea===a&&(this.ea=x),this.kf===a&&(this.kf=b),delete this.Tb[y],this.Sb--,this.xb(),!0},xt.delete=function(a){return this.remove(a)},xt.hp=function(a){if(a===null)return this;if(this._isFrozen&&Fe(this),ke(a))for(var y=a.length,x=0;x<y;x++)this.remove(a[x]);else for(a=a.iterator;a.next();)this.remove(a.value);return this},xt.pA=function(a){if(a===null||this.count===0)return this;this._isFrozen&&Fe(this);var y=new Be;y.addAll(a),a=[];for(var x=this.iterator;x.next();){var b=x.value;y.contains(b)||a.push(b)}return this.hp(a),this},xt.clear=function(){this._isFrozen&&Fe(this),this.Tb={},this.Sb=0,this.Sa!==null&&this.Sa.reset(),this.kf=this.ea=null,this.xb()},Be.prototype.copy=function(){var a=new Be,y=this.Tb,x;for(x in y)a.add(y[x].value);return a},Be.prototype.Fa=function(){var a=Array(this.Sb),y=this.Tb,x=0,b;for(b in y)a[x]=y[b].value,x++;return a},Be.prototype.Hv=function(){var a=new Ie,y=this.Tb,x;for(x in y)a.add(y[x].value);return a};function Ii(a){a.__gohashid=Ao++}function Wi(a){var y=a.__gohashid;return y===void 0&&(y=Ao++,a.__gohashid=y),y}function Ai(a){return a.__gohashid}re.Object.defineProperties(Be.prototype,{count:{get:function(){return this.Sb}},size:{get:function(){return this.Sb}},iterator:{get:function(){if(0>=this.Sb)return Fi;var a=this.Sa;return a!==null?(a.reset(),a):new lo(this)}}}),Be.prototype.toList=Be.prototype.Hv,Be.prototype.toArray=Be.prototype.Fa,Be.prototype.clear=Be.prototype.clear,Be.prototype.retainAll=Be.prototype.pA,Be.prototype.removeAll=Be.prototype.hp,Be.prototype.delete=Be.prototype.delete,Be.prototype.remove=Be.prototype.remove,Be.prototype.first=Be.prototype.first,Be.prototype.containsAny=Be.prototype.Ty,Be.prototype.containsAll=Be.prototype.Sy,Be.prototype.has=Be.prototype.has,Be.prototype.contains=Be.prototype.contains,Be.prototype.addAll=Be.prototype.addAll,Be.prototype.add=Be.prototype.add,Be.prototype.thaw=Be.prototype.ka,Be.prototype.freeze=Be.prototype.freeze;var Ao=1;Be.className="Set",Be.uniqueHash=Ii,Be.hashIdUnique=Wi,Be.hashId=Ai;function To(a){this.ma=a,this.qa=a.Ja,this.sa=null}To.prototype.reset=function(){this.qa=this.ma.Ja,this.sa=null},To.prototype.next=function(){var a=this.ma;if(a.Ja!==this.qa&&this.key===null)return!1;var y=this.sa;return y=y===null?a.ea:y.va,y!==null?(this.sa=y,this.value=this.key=a=y.key,!0):(this.de(),!1)},To.prototype.Ad=function(){return this.next()},To.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},To.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},To.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},To.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},To.prototype.map=function(a){var y=this.ma;this.sa=null;var x=new Ie;for(y=y.ea;y!==null;)x.add(a(y.key)),y=y.va;return x.iterator},To.prototype.filter=function(a){var y=this.ma;this.sa=null;var x=new Ie;for(y=y.ea;y!==null;){var b=y.key;a(b)&&x.add(b),y=y.va}return x.iterator},To.prototype.de=function(){this.value=this.key=null,this.qa=-1},To.prototype.toString=function(){return this.sa!==null?"MapKeySetIterator@"+this.sa.value:"MapKeySetIterator"},re.Object.defineProperties(To.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),To.prototype.first=To.prototype.first,To.prototype.hasNext=To.prototype.Ad,To.prototype.next=To.prototype.next,To.prototype.reset=To.prototype.reset,To.className="MapKeySetIterator";function to(a){Be.call(this),Ii(this),this._isFrozen=!0,this.ma=a}de(to,Be),xt=to.prototype,xt.freeze=function(){return this},xt.ka=function(){return this},xt.toString=function(){return"MapKeySet("+this.ma.toString()+")"},xt.add=function(){_t("This Set is read-only: "+this.toString())},xt.contains=function(a){return this.ma.contains(a)},xt.has=function(a){return this.contains(a)},xt.remove=function(){_t("This Set is read-only: "+this.toString())},xt.delete=function(a){return this.remove(a)},xt.clear=function(){_t("This Set is read-only: "+this.toString())},xt.first=function(){var a=this.ma.ea;return a!==null?a.key:null},to.prototype.any=function(a){for(var y=this.ma.ea;y!==null;){if(a(y.key))return!0;y=y.va}return!1},to.prototype.all=function(a){for(var y=this.ma.ea;y!==null;){if(!a(y.key))return!1;y=y.va}return!0},to.prototype.each=function(a){for(var y=this.ma.ea;y!==null;)a(y.key),y=y.va;return this},to.prototype.map=function(a){for(var y=new Be,x=this.ma.ea;x!==null;)y.add(a(x.key)),x=x.va;return y},to.prototype.filter=function(a){for(var y=new Be,x=this.ma.ea;x!==null;){var b=x.key;a(b)&&y.add(b),x=x.va}return y},to.prototype.copy=function(){return new to(this.ma)},to.prototype.Iv=function(){var a=new Be,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},to.prototype.Fa=function(){var a=this.ma.Tb,y=Array(this.ma.Sb),x=0,b;for(b in a)y[x]=a[b].key,x++;return y},to.prototype.Hv=function(){var a=new Ie,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},re.Object.defineProperties(to.prototype,{count:{get:function(){return this.ma.Sb}},size:{get:function(){return this.ma.Sb}},iterator:{get:function(){return 0>=this.ma.Sb?Fi:new To(this.ma)}}}),to.prototype.toList=to.prototype.Hv,to.prototype.toArray=to.prototype.Fa,to.prototype.toSet=to.prototype.Iv,to.prototype.first=to.prototype.first,to.prototype.clear=to.prototype.clear,to.prototype.delete=to.prototype.delete,to.prototype.remove=to.prototype.remove,to.prototype.has=to.prototype.has,to.prototype.contains=to.prototype.contains,to.prototype.add=to.prototype.add,to.prototype.thaw=to.prototype.ka,to.prototype.freeze=to.prototype.freeze,to.className="MapKeySet";function co(a){this.ma=a,a.jf=null,this.qa=a.Ja,this.sa=null}co.prototype.reset=function(){var a=this.ma;a.jf=null,this.qa=a.Ja,this.sa=null},co.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)},co.prototype.Ad=function(){return this.next()},co.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},co.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},co.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},co.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},co.prototype.map=function(a){var y=this.ma;this.sa=y.jf=null;var x=new Ie;for(y=y.ea;y!==null;)x.add(a(y.value)),y=y.va;return x.iterator},co.prototype.filter=function(a){var y=this.ma;this.sa=y.jf=null;var x=new Ie;for(y=y.ea;y!==null;){var b=y.value;a(b)&&x.add(b),y=y.va}return x.iterator},co.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.ma.jf=this},co.prototype.toString=function(){return this.sa!==null?"MapValueSetIterator@"+this.sa.value:"MapValueSetIterator"},re.Object.defineProperties(co.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),co.prototype.first=co.prototype.first,co.prototype.hasNext=co.prototype.Ad,co.prototype.next=co.prototype.next,co.prototype.reset=co.prototype.reset,co.className="MapValueSetIterator";function Gr(a,y){this.key=a,this.value=y,this.ll=this.va=null}Gr.prototype.toString=function(){return"{"+this.key+":"+this.value+"}"},Gr.className="KeyValuePair";function bo(a){this.ma=a,a.Sa=null,this.qa=a.Ja,this.sa=null}bo.prototype.reset=function(){var a=this.ma;a.Sa=null,this.qa=a.Ja,this.sa=null},bo.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)},bo.prototype.Ad=function(){return this.next()},bo.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},bo.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},bo.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},bo.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},bo.prototype.map=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new Ie;for(y=y.ea;y!==null;)x.add(a(y)),y=y.va;return x.iterator},bo.prototype.filter=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new Ie;for(y=y.ea;y!==null;)a(y)&&x.add(y),y=y.va;return x.iterator},bo.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.ma.Sa=this},bo.prototype.toString=function(){return this.sa!==null?"MapIterator@"+this.sa:"MapIterator"},re.Object.defineProperties(bo.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),bo.prototype.first=bo.prototype.first,bo.prototype.hasNext=bo.prototype.Ad,bo.prototype.next=bo.prototype.next,bo.prototype.reset=bo.prototype.reset,bo.className="MapIterator";function Gn(a){Ii(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"&&_t("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}xt=Gn.prototype,xt.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return this._isFrozen=!1,this},xt.toString=function(){return"Map()#"+Ai(this)},xt.add=function(a,y){this._isFrozen&&Fe(this,a);var x=a;Le(a)&&(x=Wi(a));var b=this.Tb[x];return b===void 0?(this.Sb++,a=new Gr(a,y),this.Tb[x]=a,x=this.kf,x===null?this.ea=a:(a.ll=x,x.va=a),this.kf=a,this.xb()):b.value=y,this},xt.set=function(a,y){return this.add(a,y)},xt.addAll=function(a){if(a===null)return this;if(ke(a))for(var y=a.length,x=0;x<y;x++){var b=a[x];this.add(b.key,b.value)}else if(a instanceof Gn)for(a=a.iterator;a.next();)this.add(a.key,a.value);else for(a=a.iterator;a.next();)y=a.value,this.add(y.key,y.value);return this},xt.first=function(){return this.ea},Gn.prototype.any=function(a){for(var y=this.ea;y!==null;){if(a(y))return!0;y=y.va}return!1},Gn.prototype.all=function(a){for(var y=this.ea;y!==null;){if(!a(y))return!1;y=y.va}return!0},Gn.prototype.each=function(a){for(var y=this.ea;y!==null;)a(y),y=y.va;return this},Gn.prototype.map=function(a){for(var y=new Gn,x=this.ea;x!==null;)y.add(x.key,a(x)),x=x.va;return y},Gn.prototype.filter=function(a){for(var y=new Gn,x=this.ea;x!==null;)a(x)&&y.add(x.key,x.value),x=x.va;return y},xt=Gn.prototype,xt.contains=function(a){var y=a;return Le(a)&&(y=Ai(a),y===void 0)?!1:this.Tb[y]!==void 0},xt.has=function(a){return this.contains(a)},xt.I=function(a){var y=a;return Le(a)&&(y=Ai(a),y===void 0)?null:(a=this.Tb[y],a===void 0?null:a.value)},xt.get=function(a){return this.I(a)},xt.remove=function(a){if(a===null)return!1;this._isFrozen&&Fe(this,a);var y=a;if(Le(a)&&(y=Ai(a),y===void 0)||(a=this.Tb[y],a===void 0))return!1;var x=a.va,b=a.ll;return x!==null&&(x.ll=b),b!==null&&(b.va=x),this.ea===a&&(this.ea=x),this.kf===a&&(this.kf=b),delete this.Tb[y],this.Sb--,this.xb(),!0},xt.delete=function(a){return this.remove(a)},xt.clear=function(){this._isFrozen&&Fe(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()},Gn.prototype.copy=function(){var a=new Gn,y=this.Tb,x;for(x in y){var b=y[x];a.add(b.key,b.value)}return a},Gn.prototype.Fa=function(){var a=this.Tb,y=Array(this.Sb),x=0,b;for(b in a){var E=a[b];y[x]=new Gr(E.key,E.value),x++}return y},Gn.prototype.Lf=function(){return new to(this)},re.Object.defineProperties(Gn.prototype,{count:{get:function(){return this.Sb}},size:{get:function(){return this.Sb}},iterator:{get:function(){if(0>=this.count)return Fi;var a=this.Sa;return a!==null?(a.reset(),a):new bo(this)}},iteratorKeys:{get:function(){return 0>=this.count?Fi:new To(this)}},iteratorValues:{get:function(){if(0>=this.count)return Fi;var a=this.jf;return a!==null?(a.reset(),a):new co(this)}}}),Gn.prototype.toKeySet=Gn.prototype.Lf,Gn.prototype.toArray=Gn.prototype.Fa,Gn.prototype.clear=Gn.prototype.clear,Gn.prototype.delete=Gn.prototype.delete,Gn.prototype.remove=Gn.prototype.remove,Gn.prototype.get=Gn.prototype.get,Gn.prototype.getValue=Gn.prototype.I,Gn.prototype.has=Gn.prototype.has,Gn.prototype.contains=Gn.prototype.contains,Gn.prototype.first=Gn.prototype.first,Gn.prototype.addAll=Gn.prototype.addAll,Gn.prototype.set=Gn.prototype.set,Gn.prototype.add=Gn.prototype.add,Gn.prototype.thaw=Gn.prototype.ka,Gn.prototype.freeze=Gn.prototype.freeze,Gn.className="Map";function It(a,y){a===void 0?this.y=this.x=0:typeof a=="number"&&typeof y=="number"?(this.x=a,this.y=y):_t("Invalid arguments to Point constructor: "+a+", "+y),this._isFrozen=!1}var nr,oo,Xi,wo,Vo;It.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this},It.prototype.h=function(a,y){return this.x=a,this.y=y,this},It.prototype.sg=function(a,y){return this.x=a,this.y=y,this},It.prototype.set=function(a){return this.x=a.x,this.y=a.y,this},It.prototype.copy=function(){var a=new It;return a.x=this.x,a.y=this.y,a},xt=It.prototype,xt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},xt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return Object.isFrozen(this)&&_t("cannot thaw constant: "+this),this._isFrozen=!1,this};function Xn(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;return(b=a[y++])&&(E=parseFloat(b)),new It(x,E)}return new It}function li(a){return a.x.toString()+" "+a.y.toString()}xt.toString=function(){return"Point("+this.x+","+this.y+")"},xt.D=function(a){return a instanceof It?this.x===a.x&&this.y===a.y:!1},xt.hi=function(a,y){return this.x===a&&this.y===y},xt.Xa=function(a){return Jt.B(this.x,a.x)&&Jt.B(this.y,a.y)},xt.add=function(a){return this.x+=a.x,this.y+=a.y,this},xt.re=function(a){return this.x-=a.x,this.y-=a.y,this},xt.offset=function(a,y){return this.x+=a,this.y+=y,this},It.prototype.rotate=function(a){if(a===0)return this;var y=this.x,x=this.y;if(y===0&&x===0)return this;if(360<=a?a-=360:0>a&&(a+=360),a===90){a=0;var b=1}else a===180?(a=-1,b=0):a===270?(a=0,b=-1):(b=a*Math.PI/180,a=Math.cos(b),b=Math.sin(b));return this.x=a*y-b*x,this.y=b*y+a*x,this},xt=It.prototype,xt.scale=function(a,y){return this.x*=a,this.y*=y,this},xt.Bf=function(a){var y=a.x-this.x;return a=a.y-this.y,y*y+a*a},xt.zd=function(a,y){return a-=this.x,y-=this.y,a*a+y*y},xt.normalize=function(){var a=this.x,y=this.y,x=Math.sqrt(a*a+y*y);return 0<x&&(this.x=a/x,this.y=y/x),this},xt.ab=function(a){return Gi(a.x-this.x,a.y-this.y)},xt.direction=function(a,y){return Gi(a-this.x,y-this.y)};function Gi(a,y){if(a===0)return 0<y?90:0>y?270:0;if(y===0)return 0<a?0:180;if(isNaN(a)||isNaN(y))return 0;var x=180*Math.atan(Math.abs(y/a))/Math.PI;return 0>a?x=0>y?x+180:180-x:0>y&&(x=360-x),x}xt.Ry=function(a,y){return Jt.Fl(a.x,a.y,y.x,y.y,this.x,this.y)},xt.fA=function(a,y,x,b){return Jt.qh(a,y,x,b,this.x,this.y,this),this},xt.gA=function(a,y){return Jt.qh(a.x,a.y,y.x,y.y,this.x,this.y,this),this},xt.uA=function(a,y,x,b){return Jt.No(this.x,this.y,a,y,x,b,this),this},xt.vA=function(a,y){return Jt.No(this.x,this.y,a.x,a.y,y.width,y.height,this),this},xt.xi=function(a,y){return this.x=a.x+y.x*a.width+y.offsetX,this.y=a.y+y.y*a.height+y.offsetY,this},xt.yi=function(a,y,x,b,E){return this.x=a+E.x*x+E.offsetX,this.y=y+E.y*b+E.offsetY,this},xt.transform=function(a){return a.Ga(this),this};function ki(a,y){return y.Cd(a),a}function Hi(a,y,x,b,E,z){var tt=E-x,ot=z-b,rt=tt*tt+ot*ot;x-=a,b-=y;var at=-x*tt-b*ot;return 0>=at||at>=rt?(tt=E-a,ot=z-y,Math.min(x*x+b*b,tt*tt+ot*ot)):(a=tt*b-ot*x,a*a/rt)}function ir(a,y,x,b){return a=x-a,y=b-y,a*a+y*y}function xi(a,y,x,b){return a=x-a,y=b-y,a===0?0<y?90:0>y?270:0:y===0?0<a?0:180:isNaN(a)||isNaN(y)?0:(b=180*Math.atan(Math.abs(y/a))/Math.PI,0>a?b=0>y?b+180:180-b:0>y&&(b=360-b),b)}xt.w=function(){return isFinite(this.x)&&isFinite(this.y)},It.alloc=function(){var a=ci.pop();return a===void 0?new It:a},It.allocAt=function(a,y){var x=ci.pop();return x===void 0?new It(a,y):(x.x=a,x.y=y,x)},It.free=function(a){ci.push(a)},It.prototype.isReal=It.prototype.w,It.prototype.setSpot=It.prototype.yi,It.prototype.setRectSpot=It.prototype.xi,It.prototype.snapToGridPoint=It.prototype.vA,It.prototype.snapToGrid=It.prototype.uA,It.prototype.projectOntoLineSegmentPoint=It.prototype.gA,It.prototype.projectOntoLineSegment=It.prototype.fA,It.intersectingLineSegments=function(a,y,x,b,E,z,tt,ot){return Jt.Rl(a,y,x,b,E,z,tt,ot)},It.prototype.compareWithLineSegmentPoint=It.prototype.Ry,It.compareWithLineSegment=function(a,y,x,b,E,z){return Jt.Fl(a,y,x,b,E,z)},It.prototype.direction=It.prototype.direction,It.prototype.directionPoint=It.prototype.ab,It.prototype.normalize=It.prototype.normalize,It.prototype.distanceSquared=It.prototype.zd,It.prototype.distanceSquaredPoint=It.prototype.Bf,It.prototype.scale=It.prototype.scale,It.prototype.rotate=It.prototype.rotate,It.prototype.offset=It.prototype.offset,It.prototype.subtract=It.prototype.re,It.prototype.add=It.prototype.add,It.prototype.equalsApprox=It.prototype.Xa,It.prototype.equalTo=It.prototype.hi,It.prototype.equals=It.prototype.D,It.prototype.set=It.prototype.set,It.prototype.setTo=It.prototype.sg;var ci=[];It.className="Point",It.parse=Xn,It.stringify=li,It.distanceLineSegmentSquared=Hi,It.distanceSquared=ir,It.direction=xi,It.Origin=nr=new It(0,0).ja(),It.InfiniteTopLeft=oo=new It(-1/0,-1/0).ja(),It.InfiniteBottomRight=Xi=new It(1/0,1/0).ja(),It.SixPoint=wo=new It(6,6).ja(),It.NoPoint=Vo=new It(NaN,NaN).ja(),It.parse=Xn,It.stringify=li,It.distanceLineSegmentSquared=Hi,It.distanceSquared=ir,It.direction=xi;function Ue(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):_t("Invalid arguments to Size constructor: "+a+", "+y),this._isFrozen=!1}var oi,po,$o,Xo,zo,or,Yo;Ue.prototype.assign=function(a){return this.width=a.width,this.height=a.height,this},Ue.prototype.h=function(a,y){return this.width=a,this.height=y,this},Ue.prototype.sg=function(a,y){return this.width=a,this.height=y,this},Ue.prototype.set=function(a){return this.width=a.width,this.height=a.height,this},Ue.prototype.copy=function(){var a=new Ue;return a.width=this.width,a.height=this.height,a},xt=Ue.prototype,xt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},xt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return Object.isFrozen(this)&&_t("cannot thaw constant: "+this),this._isFrozen=!1,this};function qr(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;return(b=a[y++])&&(E=parseFloat(b)),new Ue(x,E)}return new Ue}function Kr(a){return a.width.toString()+" "+a.height.toString()}xt.toString=function(){return"Size("+this.width+","+this.height+")"},xt.D=function(a){return a instanceof Ue?this.width===a.width&&this.height===a.height:!1},xt.hi=function(a,y){return this.width===a&&this.height===y},xt.Xa=function(a){return Jt.B(this.width,a.width)&&Jt.B(this.height,a.height)},xt.Bc=function(a,y){return a=this.width+a,this.width=0<=a?a:0,y=this.height+y,this.height=0<=y?y:0,this},xt.w=function(){return isFinite(this.width)&&isFinite(this.height)},Ue.alloc=function(){var a=Js.pop();return a===void 0?new Ue:a},Ue.free=function(a){Js.push(a)},Ue.prototype.isReal=Ue.prototype.w,Ue.prototype.inflate=Ue.prototype.Bc,Ue.prototype.equalsApprox=Ue.prototype.Xa,Ue.prototype.equalTo=Ue.prototype.hi,Ue.prototype.equals=Ue.prototype.D,Ue.prototype.set=Ue.prototype.set,Ue.prototype.setTo=Ue.prototype.sg;var Js=[];Ue.className="Size",Ue.parse=qr,Ue.stringify=Kr,Ue.ZeroSize=oi=new Ue(0,0).ja(),Ue.OneSize=po=new Ue(1,1).ja(),Ue.SixSize=$o=new Ue(6,6).ja(),Ue.EightSize=Xo=new Ue(8,8).ja(),Ue.TenSize=zo=new Ue(10,10).ja(),Ue.InfiniteSize=or=new Ue(1/0,1/0).ja(),Ue.NoSize=Yo=new Ue(NaN,NaN).ja(),Ue.parse=qr,Ue.stringify=Kr;function ye(a,y,x,b){a===void 0?this.height=this.width=this.y=this.x=0:typeof a=="number"&&typeof y=="number"&&typeof x=="number"&&(0<=x||isNaN(x))&&typeof b=="number"&&(0<=b||isNaN(b))?(this.x=a,this.y=y,this.width=x,this.height=b):a instanceof It?(x=a.x,a=a.y,y instanceof It?(b=y.x,y=y.y,this.x=Math.min(x,b),this.y=Math.min(a,y),this.width=Math.abs(x-b),this.height=Math.abs(a-y)):y instanceof Ue?(this.x=x,this.y=a,this.width=y.width,this.height=y.height):_t("Incorrect second argument supplied to Rect constructor "+y)):_t("Invalid arguments to Rect constructor: "+a+", "+y+", "+x+", "+b),this._isFrozen=!1}xt=ye.prototype,xt.assign=function(a){return this.x=a.x,this.y=a.y,this.width=a.width,this.height=a.height,this},xt.h=function(a,y,x,b){return this.x=a,this.y=y,this.width=x,this.height=b,this};function xr(a,y,x){a.width=y,a.height=x}xt.sg=function(a,y,x,b){return this.x=a,this.y=y,this.width=x,this.height=b,this},xt.set=function(a){return this.x=a.x,this.y=a.y,this.width=a.width,this.height=a.height,this},xt.dd=function(a){return this.x=a.x,this.y=a.y,this},xt.tA=function(a){return this.width=a.width,this.height=a.height,this},ye.prototype.copy=function(){var a=new ye;return a.x=this.x,a.y=this.y,a.width=this.width,a.height=this.height,a},xt=ye.prototype,xt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},xt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return Object.isFrozen(this)&&_t("cannot thaw constant: "+this),this._isFrozen=!1,this};function Rl(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;(b=a[y++])&&(E=parseFloat(b));for(var z=0;a[y]==="";)y++;(b=a[y++])&&(z=parseFloat(b));for(var tt=0;a[y]==="";)y++;return(b=a[y++])&&(tt=parseFloat(b)),new ye(x,E,z,tt)}return new ye}function rs(a){return a.x.toString()+" "+a.y.toString()+" "+a.width.toString()+" "+a.height.toString()}xt.toString=function(){return"Rect("+this.x+","+this.y+","+this.width+","+this.height+")"},xt.D=function(a){return a instanceof ye?this.x===a.x&&this.y===a.y&&this.width===a.width&&this.height===a.height:!1},xt.hi=function(a,y,x,b){return this.x===a&&this.y===y&&this.width===x&&this.height===b},xt.Xa=function(a){return Jt.B(this.x,a.x)&&Jt.B(this.y,a.y)&&Jt.B(this.width,a.width)&&Jt.B(this.height,a.height)};function Pl(a,y){return Jt.$(a.x,y.x)&&Jt.$(a.y,y.y)&&Jt.$(a.width,y.width)&&Jt.$(a.height,y.height)}xt.ca=function(a){return this.x<=a.x&&this.x+this.width>=a.x&&this.y<=a.y&&this.y+this.height>=a.y},xt.Re=function(a){return this.x<=a.x&&a.x+a.width<=this.x+this.width&&this.y<=a.y&&a.y+a.height<=this.y+this.height},xt.contains=function(a,y,x,b){return x===void 0&&(x=0),b===void 0&&(b=0),this.x<=a&&a+x<=this.x+this.width&&this.y<=y&&y+b<=this.y+this.height},xt.offset=function(a,y){return this.x+=a,this.y+=y,this},xt.Bc=function(a,y){return Uo(this,y,a,y,a)},xt.Co=function(a){return Uo(this,a.top,a.right,a.bottom,a.left)},xt.Fv=function(a){return Uo(this,-a.top,-a.right,-a.bottom,-a.left)},xt.Hz=function(a,y,x,b){return Uo(this,a,y,x,b)};function Uo(a,y,x,b,E){var z=a.width;return x+E<=-z?(a.x+=z/2,a.width=0):(a.x-=E,a.width+=x+E),x=a.height,y+b<=-x?(a.y+=x/2,a.height=0):(a.y-=y,a.height+=y+b),a}xt.Ex=function(a){return Mu(this,a.x,a.y,a.width,a.height)},xt.Uu=function(a,y,x,b){return Mu(this,a,y,x,b)};function Mu(a,y,x,b,E){var z=Math.max(a.x,y),tt=Math.max(a.y,x);return y=Math.min(a.x+a.width,y+b),x=Math.min(a.y+a.height,x+E),a.x=z,a.y=tt,a.width=Math.max(0,y-z),a.height=Math.max(0,x-tt),a}xt.Yc=function(a){return this.Vu(a.x,a.y,a.width,a.height)},xt.Vu=function(a,y,x,b){var E=this.width,z=this.x;return E!==1/0&&x!==1/0&&(E+=z,x+=a,isNaN(x)||isNaN(E)||z>x||a>E)?!1:(a=this.height,x=this.y,!(a!==1/0&&b!==1/0&&(a+=x,b+=y,isNaN(b)||isNaN(a)||x>b||y>a)))};function zl(a,y){var x=a.width,b=a.x,E=y.x-10;return b>y.width+10+10+E||E>x+b?!1:(x=a.height,a=a.y,b=y.y-10,!(a>y.height+10+10+b||b>x+a))}xt.Ye=function(a){return Jo(this,a.x,a.y,0,0)},xt.ed=function(a){return Jo(this,a.x,a.y,a.width,a.height)},xt.Kv=function(a,y,x,b){return x===void 0&&(x=0),b===void 0&&(b=0),Jo(this,a,y,x,b)};function Jo(a,y,x,b,E){var z=Math.min(a.x,y),tt=Math.min(a.y,x);return y=Math.max(a.x+a.width,y+b),x=Math.max(a.y+a.height,x+E),a.x=z,a.y=tt,a.width=y-z,a.height=x-tt,a}xt.yi=function(a,y,x){return this.x=a-x.offsetX-x.x*this.width,this.y=y-x.offsetY-x.y*this.height,this};function Rr(a,y,x,b,E,z,tt,ot){return tt===void 0&&(tt=0),ot===void 0&&(ot=0),a<=E&&E+tt<=a+x&&y<=z&&z+ot<=y+b}function wl(a,y,x,b,E,z,tt,ot){return a>tt+E||E>x+a?!1:!(y>ot+z||z>b+y)}xt.w=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},xt.Mz=function(){return this.width===0&&this.height===0},ye.alloc=function(){var a=ua.pop();return a===void 0?new ye:a},ye.allocAt=function(a,y,x,b){var E=ua.pop();return E===void 0?new ye(a,y,x,b):E.h(a,y,x,b)},ye.free=function(a){ua.push(a)},re.Object.defineProperties(ye.prototype,{left:{get:function(){return this.x},set:function(a){this.x=a}},top:{get:function(){return this.y},set:function(a){this.y=a}},right:{get:function(){return this.x+this.width},set:function(a){this.x+=a-(this.x+this.width)}},bottom:{get:function(){return this.y+this.height},set:function(a){this.y+=a-(this.y+this.height)}},position:{get:function(){return new It(this.x,this.y)},set:function(a){this.x=a.x,this.y=a.y}},size:{get:function(){return new Ue(this.width,this.height)},set:function(a){this.width=a.width,this.height=a.height}},center:{get:function(){return new It(this.x+this.width/2,this.y+this.height/2)},set:function(a){this.x=a.x-this.width/2,this.y=a.y-this.height/2}},centerX:{get:function(){return this.x+this.width/2},set:function(a){this.x=a-this.width/2}},centerY:{get:function(){return this.y+this.height/2},set:function(a){this.y=a-this.height/2}}}),ye.prototype.isEmpty=ye.prototype.Mz,ye.prototype.isReal=ye.prototype.w,ye.intersectsLineSegment=function(a,y,x,b,E,z,tt,ot){return Jt.Fx(a,y,x,b,E,z,tt,ot)},ye.prototype.setSpot=ye.prototype.yi,ye.prototype.union=ye.prototype.Kv,ye.prototype.unionRect=ye.prototype.ed,ye.prototype.unionPoint=ye.prototype.Ye,ye.prototype.intersects=ye.prototype.Vu,ye.prototype.intersectsRect=ye.prototype.Yc,ye.prototype.intersect=ye.prototype.Uu,ye.prototype.intersectRect=ye.prototype.Ex,ye.prototype.grow=ye.prototype.Hz,ye.prototype.subtractMargin=ye.prototype.Fv,ye.prototype.addMargin=ye.prototype.Co,ye.prototype.inflate=ye.prototype.Bc,ye.prototype.offset=ye.prototype.offset,ye.prototype.contains=ye.prototype.contains,ye.prototype.containsRect=ye.prototype.Re,ye.prototype.containsPoint=ye.prototype.ca,ye.prototype.equalsApprox=ye.prototype.Xa,ye.prototype.equalTo=ye.prototype.hi,ye.prototype.equals=ye.prototype.D,ye.prototype.setSize=ye.prototype.tA,ye.prototype.setPoint=ye.prototype.dd,ye.prototype.set=ye.prototype.set,ye.prototype.setTo=ye.prototype.sg;var gs=null,Xa=null,ua=[];ye.className="Rect",ye.parse=Rl,ye.stringify=rs,ye.contains=Rr,ye.intersects=wl,ye.ZeroRect=gs=new ye(0,0,0,0).ja(),ye.NoRect=Xa=new ye(NaN,NaN,NaN,NaN).ja(),ye.parse=Rl,ye.stringify=rs,ye.contains=Rr,ye.intersects=wl;function Si(a,y,x,b){a===void 0?this.left=this.bottom=this.right=this.top=0:y===void 0?this.left=this.bottom=this.right=this.top=a:x===void 0?(this.top=a,this.right=y,this.bottom=a,this.left=y):b!==void 0?(this.top=a,this.right=y,this.bottom=x,this.left=b):_t("Invalid arguments to Margin constructor: "+a+", "+y+", "+x+", "+b),this._isFrozen=!1}Si.prototype.assign=function(a){return this.top=a.top,this.right=a.right,this.bottom=a.bottom,this.left=a.left,this},Si.prototype.sg=function(a,y,x,b){return this.top=a,this.right=y,this.bottom=x,this.left=b,this},Si.prototype.set=function(a){return this.top=a.top,this.right=a.right,this.bottom=a.bottom,this.left=a.left,this},Si.prototype.copy=function(){var a=new Si;return a.top=this.top,a.right=this.right,a.bottom=this.bottom,a.left=this.left,a},xt=Si.prototype,xt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},xt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return Object.isFrozen(this)&&_t("cannot thaw constant: "+this),this._isFrozen=!1,this};function ts(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=NaN;a[y]==="";)y++;var b=a[y++];if(b&&(x=parseFloat(b)),isNaN(x))return new Si;for(var E=NaN;a[y]==="";)y++;if((b=a[y++])&&(E=parseFloat(b)),isNaN(E))return new Si(x);for(var z=NaN;a[y]==="";)y++;if((b=a[y++])&&(z=parseFloat(b)),isNaN(z))return new Si(x,E);for(var tt=NaN;a[y]==="";)y++;return(b=a[y++])&&(tt=parseFloat(b)),isNaN(tt)?new Si(x,E):new Si(x,E,z,tt)}return new Si}function Tu(a){return a.top.toString()+" "+a.right.toString()+" "+a.bottom.toString()+" "+a.left.toString()}xt.toString=function(){return"Margin("+this.top+","+this.right+","+this.bottom+","+this.left+")"},xt.D=function(a){return a instanceof Si?this.top===a.top&&this.right===a.right&&this.bottom===a.bottom&&this.left===a.left:!1},xt.hi=function(a,y,x,b){return this.top===a&&this.right===y&&this.bottom===x&&this.left===b},xt.Xa=function(a){return Jt.B(this.top,a.top)&&Jt.B(this.right,a.right)&&Jt.B(this.bottom,a.bottom)&&Jt.B(this.left,a.left)},xt.w=function(){return isFinite(this.top)&&isFinite(this.right)&&isFinite(this.bottom)&&isFinite(this.left)},Si.alloc=function(){var a=No.pop();return a===void 0?new Si:a},Si.free=function(a){No.push(a)},Si.prototype.isReal=Si.prototype.w,Si.prototype.equalsApprox=Si.prototype.Xa,Si.prototype.equalTo=Si.prototype.hi,Si.prototype.equals=Si.prototype.D,Si.prototype.set=Si.prototype.set,Si.prototype.setTo=Si.prototype.sg;var Qs=null,uo=null,No=[];Si.className="Margin",Si.parse=ts,Si.stringify=Tu,Si.ZeroMargin=Qs=new Si(0,0,0,0).ja(),Si.TwoMargin=uo=new Si(2,2,2,2).ja(),Si.parse=ts,Si.stringify=Tu;function en(a,y,x,b){a===void 0?this.offsetY=this.offsetX=this.y=this.x=0:(y===void 0&&(y=0),x===void 0&&(x=0),b===void 0&&(b=0),this.x=a,this.y=y,this.offsetX=x,this.offsetY=b),this._isFrozen=!1}var Bi,fo,qo,ha,$s,_i,Xr,Fs,Jr,As,Cl,Ja,zr,da,gh,Ud,Ll,Zd,sd,ph,jl,Da,mh,ad,ld,Nr,Hf,ud,vh,bu,Bs,Ds,Hr,Qr,Zo,Eo;en.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},en.prototype.sg=function(a,y,x,b){return this.x=a,this.y=y,this.offsetX=x,this.offsetY=b,this},en.prototype.set=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},en.prototype.copy=function(){var a=new en;return a.x=this.x,a.y=this.y,a.offsetX=this.offsetX,a.offsetY=this.offsetY,a},xt=en.prototype,xt.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},xt.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return Object.isFrozen(this)&&_t("cannot thaw constant: "+this),this._isFrozen=!1,this};function Go(a,y){return a.x=NaN,a.y=NaN,a.offsetX=y,a}function Os(a){if(typeof a=="string"){if(a=a.trim(),a==="None")return Bi;if(a==="TopLeft")return fo;if(a==="Top"||a==="TopCenter"||a==="MiddleTop")return qo;if(a==="TopRight")return ha;if(a==="Left"||a==="LeftCenter"||a==="MiddleLeft")return $s;if(a==="Center")return _i;if(a==="Right"||a==="RightCenter"||a==="MiddleRight")return Xr;if(a==="BottomLeft")return Fs;if(a==="Bottom"||a==="BottomCenter"||a==="MiddleBottom")return Jr;if(a==="BottomRight")return As;if(a==="TopSide")return Cl;if(a==="LeftSide")return Ja;if(a==="RightSide")return zr;if(a==="BottomSide")return da;if(a==="TopBottomSides")return gh;if(a==="LeftRightSides")return Ud;if(a==="TopLeftSides")return Ll;if(a==="TopRightSides")return Zd;if(a==="BottomLeftSides")return sd;if(a==="BottomRightSides")return ph;if(a==="NotTopSide")return jl;if(a==="NotLeftSide")return Da;if(a==="NotRightSide")return mh;if(a==="NotBottomSide")return ad;if(a==="AllSides")return ld;if(a==="Default")return Nr;a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b!==void 0&&0<b.length&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;b=a[y++],b!==void 0&&0<b.length&&(E=parseFloat(b));for(var z=0;a[y]==="";)y++;b=a[y++],b!==void 0&&0<b.length&&(z=parseFloat(b));for(var tt=0;a[y]==="";)y++;return b=a[y++],b!==void 0&&0<b.length&&(tt=parseFloat(b)),new en(x,E,z,tt)}return new en}function _r(a){return a.sb()?a.x.toString()+" "+a.y.toString()+" "+a.offsetX.toString()+" "+a.offsetY.toString():a.toString()}xt.toString=function(){return this.sb()?this.offsetX===0&&this.offsetY===0?"Spot("+this.x+","+this.y+")":"Spot("+this.x+","+this.y+","+this.offsetX+","+this.offsetY+")":this.D(Bi)?"None":this.D(fo)?"TopLeft":this.D(qo)?"Top":this.D(ha)?"TopRight":this.D($s)?"Left":this.D(_i)?"Center":this.D(Xr)?"Right":this.D(Fs)?"BottomLeft":this.D(Jr)?"Bottom":this.D(As)?"BottomRight":this.D(Cl)?"TopSide":this.D(Ja)?"LeftSide":this.D(zr)?"RightSide":this.D(da)?"BottomSide":this.D(gh)?"TopBottomSides":this.D(Ud)?"LeftRightSides":this.D(Ll)?"TopLeftSides":this.D(Zd)?"TopRightSides":this.D(sd)?"BottomLeftSides":this.D(ph)?"BottomRightSides":this.D(jl)?"NotTopSide":this.D(Da)?"NotLeftSide":this.D(mh)?"NotRightSide":this.D(ad)?"NotBottomSide":this.D(ld)?"AllSides":this.D(Nr)?"Default":"None"},xt.D=function(a){return a instanceof en?(this.x===a.x||isNaN(this.x)&&isNaN(a.x))&&(this.y===a.y||isNaN(this.y)&&isNaN(a.y))&&this.offsetX===a.offsetX&&this.offsetY===a.offsetY:!1},xt.gv=function(){return new en(.5-(this.x-.5),.5-(this.y-.5),-this.offsetX,-this.offsetY)},xt.Hf=function(a){if(!this.$c())return!1;if(!a.$c())if(a.D(Hf))a=Ja;else if(a.D(ud))a=zr;else if(a.D(vh))a=Cl;else if(a.D(bu))a=da;else return!1;return a=a.offsetY,(this.offsetY&a)===a},xt.sb=function(){return!isNaN(this.x)&&!isNaN(this.y)},xt.Mc=function(){return isNaN(this.x)||isNaN(this.y)},xt.$c=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===1&&this.offsetY!==0},xt.ys=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===0&&this.offsetY===0},xt.Xb=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===-1&&this.offsetY===0},en.alloc=function(){var a=ss.pop();return a===void 0?new en:a},en.free=function(a){ss.push(a)},en.prototype.isDefault=en.prototype.Xb,en.prototype.isNone=en.prototype.ys,en.prototype.isSide=en.prototype.$c,en.prototype.isNoSpot=en.prototype.Mc,en.prototype.isSpot=en.prototype.sb,en.prototype.includesSide=en.prototype.Hf,en.prototype.opposite=en.prototype.gv,en.prototype.equals=en.prototype.D,en.prototype.set=en.prototype.set,en.prototype.setTo=en.prototype.sg;var ss=[];en.className="Spot",en.parse=Os,en.stringify=_r,en.None=Bi=Go(new en(0,0,0,0),0).ja(),en.Default=Nr=Go(new en(0,0,-1,0),-1).ja(),en.TopLeft=fo=new en(0,0,0,0).ja(),en.TopCenter=qo=new en(.5,0,0,0).ja(),en.TopRight=ha=new en(1,0,0,0).ja(),en.LeftCenter=$s=new en(0,.5,0,0).ja(),en.Center=_i=new en(.5,.5,0,0).ja(),en.RightCenter=Xr=new en(1,.5,0,0).ja(),en.BottomLeft=Fs=new en(0,1,0,0).ja(),en.BottomCenter=Jr=new en(.5,1,0,0).ja(),en.BottomRight=As=new en(1,1,0,0).ja(),en.MiddleTop=Bs=qo,en.MiddleLeft=Ds=$s,en.MiddleRight=Hr=Xr,en.MiddleBottom=Qr=Jr,en.Top=vh=qo,en.Left=Hf=$s,en.Right=ud=Xr,en.Bottom=bu=Jr,en.TopSide=Cl=Go(new en(0,0,1,1),1).ja(),en.LeftSide=Ja=Go(new en(0,0,1,2),1).ja(),en.RightSide=zr=Go(new en(0,0,1,4),1).ja(),en.BottomSide=da=Go(new en(0,0,1,8),1).ja(),en.TopBottomSides=gh=Go(new en(0,0,1,9),1).ja(),en.LeftRightSides=Ud=Go(new en(0,0,1,6),1).ja(),en.TopLeftSides=Ll=Go(new en(0,0,1,3),1).ja(),en.TopRightSides=Zd=Go(new en(0,0,1,5),1).ja(),en.BottomLeftSides=sd=Go(new en(0,0,1,10),1).ja(),en.BottomRightSides=ph=Go(new en(0,0,1,12),1).ja(),en.NotTopSide=jl=Go(new en(0,0,1,14),1).ja(),en.NotLeftSide=Da=Go(new en(0,0,1,13),1).ja(),en.NotRightSide=mh=Go(new en(0,0,1,11),1).ja(),en.NotBottomSide=ad=Go(new en(0,0,1,7),1).ja(),en.AllSides=ld=Go(new en(0,0,1,15),1).ja(),Zo=new en(.156,.156).ja(),Eo=new en(.844,.844).ja(),en.parse=Os,en.stringify=_r;function ai(){this.m11=1,this.m21=this.m12=0,this.m22=1,this.dy=this.dx=0}ai.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},ai.prototype.setTransform=function(a,y,x,b,E,z){return this.m11=a,this.m12=y,this.m21=x,this.m22=b,this.dx=E,this.dy=z,this},ai.prototype.copy=function(){var a=new ai;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},ai.prototype.toString=function(){return"Transform("+this.m11+","+this.m12+","+this.m21+","+this.m22+","+this.dx+","+this.dy+")"},ai.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},ai.prototype.ws=function(){return this.dx===0&&this.dy===0&&this.m11===1&&this.m12===0&&this.m21===0&&this.m22===1},ai.prototype.reset=function(){return this.m11=1,this.m21=this.m12=0,this.m22=1,this.dy=this.dx=0,this},ai.prototype.multiply=function(a){var y=this.m11*a.m11+this.m21*a.m12,x=this.m12*a.m11+this.m22*a.m12,b=this.m11*a.m21+this.m21*a.m22,E=this.m12*a.m21+this.m22*a.m22;return this.dx=this.m11*a.dx+this.m21*a.dy+this.dx,this.dy=this.m12*a.dx+this.m22*a.dy+this.dy,this.m11=y,this.m12=x,this.m21=b,this.m22=E,this},ai.prototype.bv=function(a){var y=1/(a.m11*a.m22-a.m12*a.m21),x=a.m22*y,b=-a.m12*y,E=-a.m21*y,z=a.m11*y,tt=y*(a.m21*a.dy-a.m22*a.dx);return a=y*(a.m12*a.dx-a.m11*a.dy),y=this.m11*x+this.m21*b,x=this.m12*x+this.m22*b,b=this.m11*E+this.m21*z,E=this.m12*E+this.m22*z,this.dx=this.m11*tt+this.m21*a+this.dx,this.dy=this.m12*tt+this.m22*a+this.dy,this.m11=y,this.m12=x,this.m21=b,this.m22=E,this},ai.prototype.Vj=function(){var a=1/(this.m11*this.m22-this.m12*this.m21),y=-this.m12*a,x=-this.m21*a,b=this.m11*a,E=a*(this.m21*this.dy-this.m22*this.dx),z=a*(this.m12*this.dx-this.m11*this.dy);return this.m11=this.m22*a,this.m12=y,this.m21=x,this.m22=b,this.dx=E,this.dy=z,this},ai.prototype.rotate=function(a,y,x){if(360<=a?a-=360:0>a&&(a+=360),a===0)return this;if(this.translate(y,x),a===90){a=0;var b=1}else a===180?(a=-1,b=0):a===270?(a=0,b=-1):(b=a*Math.PI/180,a=Math.cos(b),b=Math.sin(b));var E=this.m12*a+this.m22*b,z=this.m11*-b+this.m21*a,tt=this.m12*-b+this.m22*a;return this.m11=this.m11*a+this.m21*b,this.m12=E,this.m21=z,this.m22=tt,this.translate(-y,-x),this},xt=ai.prototype,xt.translate=function(a,y){return this.dx+=this.m11*a+this.m21*y,this.dy+=this.m12*a+this.m22*y,this},xt.scale=function(a,y){return y===void 0&&(y=a),this.m11*=a,this.m12*=a,this.m21*=y,this.m22*=y,this},xt.Ga=function(a){var y=a.x,x=a.y;return a.h(y*this.m11+x*this.m21+this.dx,y*this.m12+x*this.m22+this.dy)},xt.Cd=function(a){var y=1/(this.m11*this.m22-this.m12*this.m21),x=a.x,b=a.y;return a.h(x*this.m22*y+b*-this.m21*y+y*(this.m21*this.dy-this.m22*this.dx),x*-this.m12*y+b*this.m11*y+y*(this.m12*this.dx-this.m11*this.dy))},xt.Eu=function(a){var y=1/(this.m11*this.m22-this.m12*this.m21),x=1.25*a.x,b=1.2*a.y;return a.h(x*this.m22*y+b*-this.m21*y+y*(this.m21*this.dy-this.m22*this.dx),x*-this.m12*y+b*this.m11*y+y*(this.m12*this.dx-this.m11*this.dy))},xt.pp=function(a){var y=a.x,x=a.y,b=y+a.width,E=x+a.height,z=this.m11,tt=this.m12,ot=this.m21,rt=this.m22,at=this.dx,ut=this.dy,ft=y*z+x*ot+at,mt=y*tt+x*rt+ut,yt=b*z+x*ot+at,St=b*tt+x*rt+ut;return x=y*z+E*ot+at,y=y*tt+E*rt+ut,z=b*z+E*ot+at,b=b*tt+E*rt+ut,E=Math.min(ft,yt),ft=Math.max(ft,yt),yt=Math.min(mt,St),mt=Math.max(mt,St),E=Math.min(E,x),ft=Math.max(ft,x),yt=Math.min(yt,y),mt=Math.max(mt,y),E=Math.min(E,z),ft=Math.max(ft,z),yt=Math.min(yt,b),mt=Math.max(mt,b),a.h(E,yt,ft-E,mt-yt),a},ai.alloc=function(){var a=Oa.pop();return a===void 0?new ai:a},ai.free=function(a){Oa.push(a)},ai.prototype.transformRect=ai.prototype.pp,ai.prototype.transformPoint=ai.prototype.Ga,ai.prototype.scale=ai.prototype.scale,ai.prototype.translate=ai.prototype.translate,ai.prototype.rotate=ai.prototype.rotate,ai.prototype.invert=ai.prototype.Vj,ai.prototype.multiplyInverted=ai.prototype.bv,ai.prototype.multiply=ai.prototype.multiply,ai.prototype.reset=ai.prototype.reset,ai.prototype.isIdentity=ai.prototype.ws,ai.prototype.equals=ai.prototype.D,ai.prototype.setTransform=ai.prototype.setTransform,ai.prototype.set=ai.prototype.set;var Oa=[];ai.className="Transform",ai.xF="54a702f3e53909c447824c6706603faf4c";var Jt={AA:"7da71ca0ad381e90",wg:(Math.sqrt(2)-1)/3*4,Uv:null,sqrt:function(a){if(0>=a)return 0;var y=Jt.Uv;if(y===null){y=[];for(var x=0;2e3>=x;x++)y[x]=Math.sqrt(x);Jt.Uv=y}return 1>a?(x=1/a,2e3>=x?1/y[x|0]:Math.sqrt(a)):2e3>=a?y[a|0]:Math.sqrt(a)},B:function(a,y){return a-=y,.5>a&&-.5<a},$:function(a,y){return a-=y,5e-8>a&&-5e-8<a},Yb:function(a,y,x,b,E,z,tt){if(0>=E&&(E=1e-6),a<x)var ot=a,rt=x;else ot=x,rt=a;if(y<b)var at=y,ut=b;else at=b,ut=y;if(a===x)return at<=tt&&tt<=ut&&a-E<=z&&z<=a+E;if(y===b)return ot<=z&&z<=rt&&y-E<=tt&&tt<=y+E;if(rt+=E,ot-=E,ot<=z&&z<=rt&&(ut+=E,at-=E,at<=tt&&tt<=ut))if(rt-ot>ut-at)if(a-x>E||x-a>E){if(z=(b-y)/(x-a)*(z-a)+y,z-E<=tt&&tt<=z+E)return!0}else return!0;else if(y-b>E||b-y>E){if(tt=(x-a)/(b-y)*(tt-y)+a,tt-E<=z&&z<=tt+E)return!0}else return!0;return!1},cs:function(a,y,x,b,E,z,tt,ot,rt,at,ut,ft){if(Jt.Yb(a,y,tt,ot,ft,x,b)&&Jt.Yb(a,y,tt,ot,ft,E,z))return Jt.Yb(a,y,tt,ot,ft,at,ut);var mt=(a+x)/2,yt=(y+b)/2,St=(x+E)/2,kt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(mt+St)/2,x=(yt+kt)/2,St=(St+E)/2,kt=(kt+z)/2;var Ot=(b+St)/2,Nt=(x+kt)/2;return Jt.cs(a,y,mt,yt,b,x,Ot,Nt,rt,at,ut,ft)||Jt.cs(Ot,Nt,St,kt,E,z,tt,ot,rt,at,ut,ft)},ax:function(a,y,x,b,E,z,tt,ot,rt){var at=(x+E)/2,ut=(b+z)/2;return rt.h((((a+x)/2+at)/2+(at+(E+tt)/2)/2)/2,(((y+b)/2+ut)/2+(ut+(z+ot)/2)/2)/2),rt},My:function(a,y,x,b,E,z,tt,ot){var rt=(x+E)/2,at=(b+z)/2;return xi(((a+x)/2+rt)/2,((y+b)/2+at)/2,(rt+(E+tt)/2)/2,(at+(z+ot)/2)/2)},Dl:function(a,y,x,b,E,z,tt,ot,rt,at){if(Jt.Yb(a,y,tt,ot,rt,x,b)&&Jt.Yb(a,y,tt,ot,rt,E,z))Jo(at,a,y,0,0),Jo(at,tt,ot,0,0);else{var ut=(a+x)/2,ft=(y+b)/2,mt=(x+E)/2,yt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(ut+mt)/2,x=(ft+yt)/2,mt=(mt+E)/2,yt=(yt+z)/2;var St=(b+mt)/2,kt=(x+yt)/2;Jt.Dl(a,y,ut,ft,b,x,St,kt,rt,at),Jt.Dl(St,kt,mt,yt,E,z,tt,ot,rt,at)}return at},Qe:function(a,y,x,b,E,z,tt,ot,rt,at){if(Jt.Yb(a,y,tt,ot,rt,x,b)&&Jt.Yb(a,y,tt,ot,rt,E,z))at.length===0&&(at.push(a),at.push(y)),at.push(tt),at.push(ot);else{var ut=(a+x)/2,ft=(y+b)/2,mt=(x+E)/2,yt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(ut+mt)/2,x=(ft+yt)/2,mt=(mt+E)/2,yt=(yt+z)/2;var St=(b+mt)/2,kt=(x+yt)/2;Jt.Qe(a,y,ut,ft,b,x,St,kt,rt,at),Jt.Qe(St,kt,mt,yt,E,z,tt,ot,rt,at)}return at},jv:function(a,y,x,b,E,z,tt,ot,rt,at){if(Jt.Yb(a,y,E,z,at,x,b))return Jt.Yb(a,y,E,z,at,ot,rt);var ut=(a+x)/2,ft=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var mt=(ut+x)/2,yt=(ft+b)/2;return Jt.jv(a,y,ut,ft,mt,yt,tt,ot,rt,at)||Jt.jv(mt,yt,x,b,E,z,tt,ot,rt,at)},OA:function(a,y,x,b,E,z,tt){return tt.h(((a+x)/2+(x+E)/2)/2,((y+b)/2+(b+z)/2)/2),tt},iv:function(a,y,x,b,E,z,tt,ot){if(Jt.Yb(a,y,E,z,tt,x,b))Jo(ot,a,y,0,0),Jo(ot,E,z,0,0);else{var rt=(a+x)/2,at=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var ut=(rt+x)/2,ft=(at+b)/2;Jt.iv(a,y,rt,at,ut,ft,tt,ot),Jt.iv(ut,ft,x,b,E,z,tt,ot)}return ot},ep:function(a,y,x,b,E,z,tt,ot){if(Jt.Yb(a,y,E,z,tt,x,b))ot.length===0&&(ot.push(a),ot.push(y)),ot.push(E),ot.push(z);else{var rt=(a+x)/2,at=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var ut=(rt+x)/2,ft=(at+b)/2;Jt.ep(a,y,rt,at,ut,ft,tt,ot),Jt.ep(ut,ft,x,b,E,z,tt,ot)}return ot},Eo:function(a,y,x,b,E,z,tt,ot,rt,at,ut,ft,mt,yt){if(Jt.Yb(a,y,tt,ot,mt,x,b)&&Jt.Yb(a,y,tt,ot,mt,E,z))return!Jt.Rl(a,y,tt,ot,rt,at,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,kt=(y+b)/2,Ot=(x+E)/2,Nt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(St+Ot)/2,x=(kt+Nt)/2,Ot=(Ot+E)/2,Nt=(Nt+z)/2;var jt=(b+Ot)/2,Ht=(x+Nt)/2,Wt=1/0,Ut=!1,ee=0,Ze=0;return Jt.Eo(a,y,St,kt,b,x,jt,Ht,rt,at,ut,ft,mt,yt)&&(a=(yt.x-rt)*(yt.x-rt)+(yt.y-at)*(yt.y-at),a<Wt&&(Wt=a,Ut=!0,ee=yt.x,Ze=yt.y)),Jt.Eo(jt,Ht,Ot,Nt,E,z,tt,ot,rt,at,ut,ft,mt,yt)&&(yt.x-rt)*(yt.x-rt)+(yt.y-at)*(yt.y-at)<Wt&&(Ut=!0,ee=yt.x,Ze=yt.y),Ut&&(yt.x=ee,yt.y=Ze),Ut},Fo:function(a,y,x,b,E,z,tt,ot,rt,at,ut,ft,mt){var yt=0;if(Jt.Yb(a,y,tt,ot,mt,x,b)&&Jt.Yb(a,y,tt,ot,mt,E,z)){if(mt=(a-tt)*(at-ft)-(y-ot)*(rt-ut),mt===0)return yt;var St=((a*ot-y*tt)*(rt-ut)-(a-tt)*(rt*ft-at*ut))/mt,kt=((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),kt<rt||kt>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,kt=(y+b)/2;var Ot=(x+E)/2,Nt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(St+Ot)/2,x=(kt+Nt)/2,Ot=(Ot+E)/2,Nt=(Nt+z)/2;var jt=(b+Ot)/2,Ht=(x+Nt)/2;yt+=Jt.Fo(a,y,St,kt,b,x,jt,Ht,rt,at,ut,ft,mt),yt+=Jt.Fo(jt,Ht,Ot,Nt,E,z,tt,ot,rt,at,ut,ft,mt)}return yt},qh:function(a,y,x,b,E,z,tt){return Jt.$(a,x)?(y<b?(x=y,y=b):x=b,z<x?(tt.h(a,x),!1):z>y?(tt.h(a,y),!1):(tt.h(a,z),!0)):Jt.$(y,b)?(a<x?(b=a,a=x):b=x,E<b?(tt.h(b,y),!1):E>a?(tt.h(a,y),!1):(tt.h(E,y),!0)):(E=((a-E)*(a-x)+(y-z)*(y-b))/((x-a)*(x-a)+(b-y)*(b-y)),-5e-6>E?(tt.h(a,y),!1):1.000005<E?(tt.h(x,b),!1):(tt.h(a+E*(x-a),y+E*(b-y)),!0))},Ve:function(a,y,x,b,E,z,tt,ot,rt){return Jt.B(a,x)&&Jt.B(y,b)?(rt.h(a,y),!1):Jt.$(E,tt)?Jt.$(a,x)?(Jt.qh(a,y,x,b,E,z,rt),!1):Jt.qh(a,y,x,b,E,(b-y)/(x-a)*(E-a)+y,rt):(ot=(ot-z)/(tt-E),Jt.$(a,x)?(x=ot*(a-E)+z,y<b?(E=y,y=b):E=b,x<E?(rt.h(a,E),!1):x>y?(rt.h(a,y),!1):(rt.h(a,x),!0)):(tt=(b-y)/(x-a),Jt.$(ot,tt)?(Jt.qh(a,y,x,b,E,z,rt),!1):(E=(tt*a-ot*E+z-y)/(tt-ot),Jt.$(tt,0)?(a<x?(b=a,a=x):b=x,E<b?(rt.h(b,y),!1):E>a?(rt.h(a,y),!1):(rt.h(E,y),!0)):Jt.qh(a,y,x,b,E,tt*(E-a)+y,rt))))},MA:function(a,y,x,b,E){return Jt.Ve(x.x,x.y,b.x,b.y,a.x,a.y,y.x,y.y,E)},KA:function(a,y,x,b,E,z,tt,ot,rt,at){function ut(Ot,Nt){var jt=(Ot-a)*(Ot-a)+(Nt-y)*(Nt-y);jt<ft&&(ft=jt,rt.h(Ot,Nt))}var ft=1/0;ut(rt.x,rt.y);var mt=0,yt=0,St=0,kt=0;if(E<tt?(mt=E,yt=tt):(mt=tt,yt=E),z<ot?(St=E,kt=tt):(St=tt,kt=E),mt=(yt-mt)/2+at,at=(kt-St)/2+at,E=(E+tt)/2,z=(z+ot)/2,mt===0||at===0)return rt;if(.5>(x>a?x-a:a-x)){if(mt=1-(x-E)*(x-E)/(mt*mt),0>mt)return rt;mt=Math.sqrt(mt),b=-at*mt+z,ut(x,at*mt+z),ut(x,b)}else{if(x=(b-y)/(x-a),b=1/(mt*mt)+x*x/(at*at),ot=2*x*(y-x*a)/(at*at)-2*x*z/(at*at)-2*E/(mt*mt),mt=ot*ot-4*b*(2*x*a*z/(at*at)-2*y*z/(at*at)+z*z/(at*at)+E*E/(mt*mt)-1+(y-x*a)*(y-x*a)/(at*at)),0>mt)return rt;mt=Math.sqrt(mt),at=(-ot+mt)/(2*b),ut(at,x*at-x*a+y),mt=(-ot-mt)/(2*b),ut(mt,x*mt-x*a+y)}return rt},Ff:function(a,y,x,b,E,z,tt,ot,rt){var at=1e21,ut=a,ft=y;if(Jt.Ve(a,y,a,b,E,z,tt,ot,rt)){var mt=(rt.x-E)*(rt.x-E)+(rt.y-z)*(rt.y-z);mt<at&&(at=mt,ut=rt.x,ft=rt.y)}return Jt.Ve(x,y,x,b,E,z,tt,ot,rt)&&(mt=(rt.x-E)*(rt.x-E)+(rt.y-z)*(rt.y-z),mt<at&&(at=mt,ut=rt.x,ft=rt.y)),Jt.Ve(a,y,x,y,E,z,tt,ot,rt)&&(y=(rt.x-E)*(rt.x-E)+(rt.y-z)*(rt.y-z),y<at&&(at=y,ut=rt.x,ft=rt.y)),Jt.Ve(a,b,x,b,E,z,tt,ot,rt)&&(a=(rt.x-E)*(rt.x-E)+(rt.y-z)*(rt.y-z),a<at&&(at=a,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,b,E,z,tt,ot){var rt=a+x,at=y+b;return E===tt?(z<ot?(tt=z,z=ot):tt=ot,a<=E&&E<=rt&&tt<=at&&z>=y):z===ot?(E<tt?(ot=E,E=tt):ot=tt,y<=z&&z<=at&&ot<=rt&&E>=a):!!(Rr(a,y,x,b,E,z)||Rr(a,y,x,b,tt,ot)||Jt.Rl(a,y,rt,y,E,z,tt,ot)||Jt.Rl(rt,y,rt,at,E,z,tt,ot)||Jt.Rl(rt,at,a,at,E,z,tt,ot)||Jt.Rl(a,at,a,y,E,z,tt,ot))},Rl:function(a,y,x,b,E,z,tt,ot){return a===x&&y===b&&E===tt&&z===ot?a===E&&y===z:0>=Jt.Fl(a,y,x,b,E,z)*Jt.Fl(a,y,x,b,tt,ot)&&0>=Jt.Fl(E,z,tt,ot,a,y)*Jt.Fl(E,z,tt,ot,x,b)},Fl:function(a,y,x,b,E,z){return x-=a,b-=y,a=E-a,y=z-y,z=a*b-y*x,z===0&&(z=a*x+y*b,0<z&&(z=(a-x)*x+(y-b)*b,0>z&&(z=0))),z},bp:function(a){return 0>a&&(a+=360),360<=a&&(a-=360),a},jx:function(a,y,x,b,E,z){var tt=Math.PI;z||(b*=tt/180,E*=tt/180);var ot=b>E?-1:1;z=[];var rt=tt/2,at=b;if(b=Math.min(2*tt,Math.abs(E-b)),1e-5>b)return rt=at+ot*Math.min(b,rt),ot=a+x*Math.cos(at),at=y+x*Math.sin(at),a+=x*Math.cos(rt),y+=x*Math.sin(rt),x=(ot+a)/2,rt=(at+y)/2,z.push([ot,at,x,rt,x,rt,a,y]),z;for(;1e-5<b;)E=at+ot*Math.min(b,rt),z.push(Jt.Vy(x,at,E,a,y)),b-=Math.abs(E-at),at=E;return z},Vy:function(a,y,x,b,E){var z=(x-y)/2,tt=a*Math.cos(z),ot=a*Math.sin(z),rt=-ot,at=tt*tt+rt*rt,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),[b+a*Math.cos(y),E+a*Math.sin(y),b+ot*z-tt*at,E+ot*at+tt*z,b+ot*z-rt*at,E+ot*at+rt*z,b+a*Math.cos(x),E+a*Math.sin(x)]},No:function(a,y,x,b,E,z,tt){x=Math.floor((a-x)/E)*E+x,b=Math.floor((y-b)/z)*z+b;var ot=x;return x+E-a<E/2&&(ot=x+E),a=b,b+z-y<z/2&&(a=b+z),tt.h(ot,a),tt},vx:function(a,y){var x=Math.max(a,y);a=Math.min(a,y);var b;do y=x%a,x=b=a,a=y;while(0<y);return b},$y:function(a,y,x,b){var E=0>x,z=0>b;if(a<y)var tt=1,ot=0;else tt=0,ot=1;var rt=tt===0?a:y,at=tt===0?x:b;return(tt===0?E:z)&&(at=-at),tt=ot,x=tt===0?x:b,(tt===0?E:z)&&(x=-x),Jt.az(rt,tt===0?a:y,at,x,0,0)},az:function(a,y,x,b,E,z){if(0<b)if(0<x){E=a*a,z=y*y,a*=x;var tt=y*b,ot=-z+tt,rt=-z+Math.sqrt(a*a+tt*tt);y=ot;for(var at=0;9999999999>at&&(y=.5*(ot+rt),!(y===ot||y===rt));++at){var ut=a/(y+E),ft=tt/(y+z);if(ut=ut*ut+ft*ft-1,0<ut)ot=y;else if(0>ut)rt=y;else break}x=E*x/(y+E)-x,b=z*b/(y+z)-b,x=Math.sqrt(x*x+b*b)}else x=Math.abs(b-y);else b=a*a-y*y,z=a*x,z<b?(b=z/b,z=y*Math.sqrt(Math.abs(1-b*b)),x=a*b-x,x=Math.sqrt(x*x+z*z)):x=Math.abs(x-a);return x},Ze:new Wn,um:new Wn,Mf:new Wn,Nf:0,vm:100};Jt.za=Jt.AA;function _e(a){Ii(this),this.l=2,a===void 0&&(a=_e.o),this.na=a,this.Ec=this.Dc=this.pd=this.od=0,a===_e.o?this.ee=new Ie:(_e.V===null&&(_e.V=new Ie().freeze()),this.ee=_e.V),this.aq=this.ee.Ja,this.Ip=new ye().freeze(),this.ym=this.tk=null,this.zm=NaN,this.fg=fo,this.gg=As,this.Rk=this.Sk=NaN,this.Uf=Ae}_e.prototype.copy=function(){var a=new _e;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===_e.o){for(var y=this.ee.s,x=a.ee,b=0;b<y.length;b++)x.add(y[b].copy());a.ee=x}else a.ee=this.ee;return a.aq=this.aq,a.Ip.assign(this.Ip),a.tk=this.tk,a.ym=this.ym,a.zm=this.zm,a.fg=this.fg.J(),a.gg=this.gg.J(),a.Sk=this.Sk,a.Rk=this.Rk,a.Uf=this.Uf,a},_e.prototype.ja=function(){return this.freeze(),Object.freeze(this),this},_e.prototype.freeze=function(){if(this._isFrozen=!0,this.type!==_e.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},_e.prototype.ka=function(){if(Object.isFrozen(this)&&_t("cannot thaw constant: "+this),this._isFrozen=!1,this.type!==_e.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},_e.prototype.Xa=function(a){if(!(a instanceof _e))return!1;if(this.type!==a.type)return this.type===_e.j&&a.type===_e.o?Gl(this,a):a.type===_e.j&&this.type===_e.o?Gl(a,this):!1;if(this.type===_e.o){var y=this.figures.s;a=a.figures.s;var x=y.length;if(x!==a.length)return!1;for(var b=0;b<x;b++)if(!y[b].Xa(a[b]))return!1;return!0}return Jt.B(this.startX,a.startX)&&Jt.B(this.startY,a.startY)&&Jt.B(this.endX,a.endX)&&Jt.B(this.endY,a.endY)};function Gl(a,y){return a.type!==_e.j||y.type!==_e.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===Co&&Jt.B(a.endX,y.endX)&&Jt.B(a.endY,y.endY))))}_e.ia=function(a){return a.toString()},_e.prototype.qb=function(a){a.classType===_e&&(this.type=a)},_e.prototype.toString=function(a){switch(a===void 0&&(a=-1),this.type){case _e.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 _e.u:var y=new ye(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 _e.F:if(y=new ye(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 _e.o:y="",x=this.figures.s;for(var b=x.length,E=0;E<b;E++){var z=x[E];0<E&&(y+=" x "),z.isFilled&&(y+="F "),y+=z.toString(a)}return y;default:return this.type.toString()}},_e.nb=function(a){a=a.split(/[Xx]/);for(var y=a.length,x="",b=0;b<y;b++){var E=a[b];x=E.match(/[Ff]/)!==null?b===0?x+E:x+("X"+(E[0]===" "?"":" ")+E):x+((b===0?"":"X ")+"F"+(E[0]===" "?"":" ")+E)}return x},_e.parse=function(a,y){function x(){return kt>=Wt-1?!0:at[kt+1].match(Ut)!==null}function b(){return kt++,at[kt]}function E(ei){var Vn=parseFloat(b()),Yi=parseFloat(b());Ot===Ot.toLowerCase()&&(Vn=Ht.x+Vn,Yi=Ht.y+Yi),ei.h(Vn,Yi)}function z(){return E(Ht),Ht}function tt(){return E(jt),jt}function ot(){var ei=Nt.toLowerCase();return ei!=="c"&&ei!=="s"&&ei!=="q"&&ei!=="t"?Ht:new It(2*Ht.x-jt.x,2*Ht.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=on();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,rn(rt)}}var kt=-1,Ot="",Nt="";rt=new It(0,0);var jt=new It(0,0),Ht=new It(0,0),Wt=at.length;a=ES(null),mt=ft=ut=!1,yt=!0,St=null;for(var Ut=/[UuBbMmZzLlHhVvCcSsQqTtAaFfXx]/;!(kt>=Wt-1);)if(Nt=Ot,Ot=b(),Ot!=="")switch(Ot.toUpperCase()){case"X":yt=!0,ft=ut=!1;break;case"M":for(St=z(),a.mc===null||yt===!0?(Tc(a,St.x,St.y,ut,!ft,mt),yt=!1):a.moveTo(St.x,St.y),rt.assign(Ht);!x();)St=z(),a.lineTo(St.x,St.y);break;case"L":for(;!x();)St=z(),a.lineTo(St.x,St.y);break;case"H":for(;!x();)Ht=new It((Ot===Ot.toLowerCase()?Ht.x:0)+parseFloat(b()),Ht.y),a.lineTo(Ht.x,Ht.y);break;case"V":for(;!x();)Ht=new It(Ht.x,(Ot===Ot.toLowerCase()?Ht.y:0)+parseFloat(b())),a.lineTo(Ht.x,Ht.y);break;case"C":for(;!x();){St=new It,E(St);var ee=tt(),Ze=z();Ju(a,St.x,St.y,ee.x,ee.y,Ze.x,Ze.y)}break;case"S":for(;!x();)St=ot(),ee=tt(),Ze=z(),Ju(a,St.x,St.y,ee.x,ee.y,Ze.x,Ze.y);break;case"Q":for(;!x();)St=tt(),ee=z(),Im(a,St.x,St.y,ee.x,ee.y);break;case"T":for(;!x();)jt=St=ot(),ee=z(),Im(a,St.x,St.y,ee.x,ee.y);break;case"B":for(;!x();){St=parseFloat(b()),ee=parseFloat(b()),Ze=parseFloat(b());var gn=parseFloat(b()),an=parseFloat(b()),je=an,Me=!1;x()||(je=parseFloat(b()),x()||(Me=parseFloat(b())!==0)),Ot===Ot.toLowerCase()&&(Ze+=Ht.x,gn+=Ht.y),a.arcTo(St,ee,Ze,gn,an,je,Me)}break;case"A":for(;!x();)St=Math.abs(parseFloat(b())),ee=Math.abs(parseFloat(b())),Ze=parseFloat(b()),an=gn=!1,Me=je=0,je=b(),je.length===1?(gn=!!parseFloat(je),an=!!parseFloat(b()),je=parseFloat(b())):je.length===2?(gn=!!parseFloat(je[0]),an=!!parseFloat(je[1]),je=parseFloat(b())):(gn=!!parseFloat(je[0]),an=!!parseFloat(je[1]),je=parseFloat(je.slice(2))),Me=parseFloat(b()),Ot===Ot.toLowerCase()&&(je=Ht.x+je,Me=Ht.y+Me),Ht.h(je,Me),wx(a,St,ee,Ze,gn,an,je,Me);break;case"Z":Px(a),Ht.assign(rt);break;case"F":for(St="",ee=1;at[kt+ee];)if(at[kt+ee]==="0")mt=!0,ee++;else if(at[kt+ee].match(/[Uu]/)!==null)ee++;else if(at[kt+ee].match(Ut)===null)ee++;else{St=at[kt+ee];break}St.match(/[Mm]/)?ut=!0:0<a.mc.segments.length&&(a.mc.isFilled=!0);break;case"U":for(St="",ee=1;at[kt+ee];)if(at[kt+ee].match(/[Ff]/)!==null)ee++;else if(at[kt+ee].match(Ut)===null)ee++;else{St=at[kt+ee];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},_e.Ha=function(a,y){for(var x=a.length,b=It.alloc(),E=0;E<x;E++){var z=a[E];b.x=z[0],b.y=z[1],y.Ga(b),z[0]=b.x,z[1]=b.y,b.x=z[2],b.y=z[3],y.Ga(b),z[2]=b.x,z[3]=b.y,b.x=z[4],b.y=z[5],y.Ga(b),z[4]=b.x,z[5]=b.y,b.x=z[6],b.y=z[7],y.Ga(b),z[6]=b.x,z[7]=b.y}It.free(b)},_e.prototype.Zu=function(){if(this._isInvalidBounds)return!0;if(this.type===_e.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},_e.prototype.computeBounds=function(){if(this._isInvalidBounds=!1,this.ym=this.tk=null,this.zm=NaN,this.type===_e.o){this.aq=this.figures.Ja;for(var a=this.figures.s,y=a.length,x=0;x<y;x++){var b=a[x];b._isInvalidBounds=!1;var E=b.segments;b.sr=E.Ja,b=E.s,E=b.length;for(var z=0;z<E;z++){var tt=b[z];tt._isInvalidBounds=!1,tt.ae=null}}}a=this.Ip,a.ka(),isNaN(this.Sk)||isNaN(this.Rk)?a.h(0,0,0,0):a.h(0,0,this.Sk,this.Rk),yh(this,a,!1),Jo(a,0,0,0,0),a.freeze()},_e.prototype.ix=function(){var a=new ye;return yh(this,a,!0),a};function yh(a,y,x){switch(a.type){case _e.j:case _e.u:case _e.F:x?y.h(a.od,a.pd,0,0):Jo(y,a.od,a.pd,0,0),Jo(y,a.Dc,a.Ec,0,0);break;case _e.o:var b=a.figures;a=b.s,b=b.length;for(var E=0;E<b;E++){var z=a[E];x&&E===0?y.h(z.startX,z.startY,0,0):Jo(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 Co:case wr:rt=ft.endX,at=ft.endY,Jo(y,rt,at,0,0);break;case Wr: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 fa:Jt.iv(rt,at,ft.point1X,ft.point1Y,ft.endX,ft.endY,.5,y),rt=ft.endX,at=ft.endY;break;case fr:case Pa:var mt=ft.type===fr?qs(ft,z):Ra(ft,z,rt,at),yt=mt.length;if(yt===0){rt=ft.type===fr?ft.centerX:ft.endX,at=ft.type===fr?ft.centerY:ft.endY,Jo(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:_t("Unknown Segment type: "+ft.type)}}}break;default:_t("Unknown Geometry type: "+a.type)}}_e.prototype.normalize=function(){this._isFrozen&&Fe(this);var a=this.ix();return this.offset(-a.x,-a.y),new It(-a.x,-a.y)},_e.prototype.offset=function(a,y){return this._isFrozen&&Fe(this),this.transform(1,0,0,1,a,y),this},_e.prototype.scale=function(a,y){return this._isFrozen&&Fe(this),this.transform(a,0,0,y,0,0),this},_e.prototype.rotate=function(a,y,x){this._isFrozen&&Fe(this),y===void 0&&(y=0),x===void 0&&(x=0);var b=ai.alloc();return b.reset(),b.rotate(a,y,x),this.transform(b.m11,b.m12,b.m21,b.m22,b.dx,b.dy),ai.free(b),this},xt=_e.prototype,xt.transform=function(a,y,x,b,E,z){switch(this.type){case _e.j:case _e.u:case _e.F:var tt=this.od,ot=this.pd;this.od=tt*a+ot*x+E,this.pd=tt*y+ot*b+z,tt=this.Dc,ot=this.Ec,this.Dc=tt*a+ot*x+E,this.Ec=tt*y+ot*b+z;break;case _e.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+E,ft.startY=tt*y+ot*b+z,ft=ft.segments.s;for(var mt=ft.length,yt=0;yt<mt;yt++){var St=ft[yt];switch(St.type){case Co:case wr:tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+E,St.endY=tt*y+ot*b+z;break;case Wr:tt=St.point1X,ot=St.point1Y,St.point1X=tt*a+ot*x+E,St.point1Y=tt*y+ot*b+z,tt=St.point2X,ot=St.point2Y,St.point2X=tt*a+ot*x+E,St.point2Y=tt*y+ot*b+z,tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+E,St.endY=tt*y+ot*b+z;break;case fa:tt=St.point1X,ot=St.point1Y,St.point1X=tt*a+ot*x+E,St.point1Y=tt*y+ot*b+z,tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+E,St.endY=tt*y+ot*b+z;break;case fr:tt=St.centerX,ot=St.centerY,St.centerX=tt*a+ot*x+E,St.centerY=tt*y+ot*b+z,y!==0&&(tt=180*Math.atan2(y,a)/Math.PI,0>tt&&(tt+=360),St.startAngle+=tt),0>a&&(St.startAngle=180-St.startAngle,St.sweepAngle=-St.sweepAngle),0>b&&(St.startAngle=-St.startAngle,St.sweepAngle=-St.sweepAngle),St.radiusX*=Math.sqrt(a*a+x*x),St.radiusY!==void 0&&(St.radiusY*=Math.sqrt(y*y+b*b));break;case Pa:if(tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+E,St.endY=tt*y+ot*b+z,St.radiusX===0||St.radiusY===0)break;y!==0&&(tt=180*Math.atan2(y,a)/Math.PI,0>tt&&(tt+=360),St.xAxisRotation+=tt),0>a&&(St.xAxisRotation=180-St.xAxisRotation,St.isClockwiseArc=!St.isClockwiseArc),0>b&&(St.xAxisRotation=-St.xAxisRotation,St.isClockwiseArc=!St.isClockwiseArc),St.radiusX*=Math.sqrt(a*a+x*x),St.radiusY*=Math.sqrt(y*y+b*b);break;default:_t("Unknown Segment type: "+St.type)}}}}return this._isInvalidBounds=!0,this},xt.ca=function(a,y){y===void 0&&(y=0);var x=this.od,b=this.pd,E=this.Dc,z=this.Ec;switch(this.type){case _e.j:return Jt.Yb(x,b,E,z,y,a.x,a.y);case _e.u:var tt=ye.allocAt(Math.min(x,E)-y,Math.min(b,z)-y,Math.abs(E-x)+2*y,Math.abs(z-b)+2*y);return a=tt.ca(a),ye.free(tt),a;case _e.F:tt=Math.min(x,E)-y;var ot=Math.min(b,z)-y;return x=(Math.abs(E-x)+2*y)/2,y=(Math.abs(z-b)+2*y)/2,0>=x||0>=y?!1:(tt=a.x-(tt+x),ot=a.y-(ot+y),1>=tt*tt/(x*x)+ot*ot/(y*y));case _e.o:return Ia(this,a,y,!0,!1);default:return!1}};function Ia(a,y,x,b,E){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 kt=mt[St],Ot=!kt.isEvenOdd;if(kt.isFilled){if(b&&kt.ca(z,y,x))return!0;var Nt=kt.segments;rt=kt.startX,at=kt.startY;for(var jt=rt,Ht=at,Wt=Nt.s,Ut=0;Ut<=Nt.length;Ut++){var ee=void 0;if(Ut!==Nt.length){ee=Wt[Ut];var Ze=ee.type;a=ee.endX,ft=ee.endY}else Ze=Co,a=jt,ft=Ht;switch(Ze){case wr:if(jt=su(z,y,tt,y,rt,at,jt,Ht),isNaN(jt))return!0;ot+=jt,jt=a,Ht=ft;break;case Co:if(rt=su(z,y,tt,y,rt,at,a,ft),isNaN(rt))return!0;ot+=rt;break;case Wr:ut=Jt.Fo(rt,at,ee.point1X,ee.point1Y,ee.point2X,ee.point2Y,a,ft,tt,y,z,y,.5),ot+=ut;break;case fa:ut=Jt.Fo(rt,at,(rt+2*ee.point1X)/3,(at+2*ee.point1Y)/3,(2*ee.point1X+a)/3,(2*ee.point1Y+ft)/3,a,ft,tt,y,z,y,.5),ot+=ut;break;case fr:case Pa:Ze=ee.type===fr?qs(ee,kt):Ra(ee,kt,rt,at);var gn=Ze.length;if(gn===0){if(rt=su(z,y,tt,y,rt,at,ee.type===fr?ee.centerX:ee.endX,ee.type===fr?ee.centerY:ee.endY),isNaN(rt))return!0;ot+=rt;break}ee=null;for(var an=0;an<gn;an++){if(ee=Ze[an],an===0){if(ut=su(z,y,tt,y,rt,at,ee[0],ee[1]),isNaN(ut))return!0;ot+=ut}ut=Jt.Fo(ee[0],ee[1],ee[2],ee[3],ee[4],ee[5],ee[6],ee[7],tt,y,z,y,.5),ot+=ut}ee!==null&&(a=ee[6],ft=ee[7]);break;default:_t("Unknown Segment type: "+ee.type)}rt=a,at=ft}if(Ot){if(ot!==0)return!0}else if(ot%2!==0)return!0;ot=0}else if(kt.ca(z,y,E?x:x+2))return!0}return!1}function su(a,y,x,b,E,z,tt,ot){if(Jt.Yb(E,z,tt,ot,.05,a,y))return NaN;var rt=(a-x)*(z-ot);if(rt===0)return 0;var at=((a*b-y*x)*(E-tt)-(a-x)*(E*ot-z*tt))/rt;if(y=(a*b-y*x)*(z-ot)/rt,at>=a)return 0;if((E>tt?E-tt:tt-E)<(z>ot?z-ot:ot-z)){if(z<ot){if(y<z||y>ot)return 0}else if(y<ot||y>z)return 0}else if(E<tt){if(at<E||at>tt)return 0}else if(at<tt||at>E)return 0;return 0<rt?1:-1}function Sh(a,y,x,b){a=a.figures.s;for(var E=a.length,z=0;z<E;z++)if(a[z].ca(y,x,b))return!0;return!1}xt.Pu=function(a,y){if(0>a?a=0:1<a&&(a=1),y===void 0&&(y=new It),this.type===_e.j)return y.h(this.startX+a*(this.endX-this.startX),this.startY+a*(this.endY-this.startY)),y;for(var x=this.flattenedSegments,b=this.flattenedLengths,E=x.length,z=this.flattenedTotalLength*a,tt=0,ot=0;ot<E;ot++){var rt=b[ot],at=rt.length;for(a=0;a<at;a++){var ut=rt[a];if(tt+ut>=z)return b=z-tt,b=ut===0?0:b/ut,x=x[ot],ot=x[2*a],E=x[2*a+1],y.h(ot+(x[2*a+2]-ot)*b,E+(x[2*a+3]-E)*b),y;tt+=ut}}return y},xt.wx=function(a){if(0>a?a=0:1<a&&(a=1),this.type===_e.j)return 180*Math.atan2(this.endY-this.startY,this.endX-this.startX)/Math.PI;for(var y=this.flattenedSegments,x=this.flattenedLengths,b=y.length,E=this.flattenedTotalLength*a,z=0,tt=0;tt<b;tt++){var ot=x[tt],rt=ot.length;for(a=0;a<rt;a++){var at=ot[a];if(z+at>=E)return E=y[tt],y=E[2*a],x=E[2*a+1],b=E[2*a+2],a=E[2*a+3],1>Math.abs(b-y)&&1>Math.abs(a-x)?0:1>Math.abs(b-y)?0<=a-x?90:270:1>Math.abs(a-x)?0<=b-y?0:180:180*Math.atan2(a-x,b-y)/Math.PI;z+=at}}return NaN},xt.Qu=function(a,y){if(0>a?a=0:1<a&&(a=1),y===void 0&&(y=[]),y.length=3,this.type===_e.j)return y[0]=this.startX+a*(this.endX-this.startX),y[1]=this.startY+a*(this.endY-this.startY),y[2]=180*Math.atan2(this.endY-this.startY,this.endX-this.startX)/Math.PI,y;for(var x=this.flattenedSegments,b=this.flattenedLengths,E=x.length,z=this.flattenedTotalLength*a,tt=0,ot=0;ot<E;ot++){var rt=b[ot],at=rt.length;for(a=0;a<at;a++){var ut=rt[a];if(tt+ut>=z)return b=z-tt,b=ut===0?0:b/ut,ut=x[ot],x=ut[2*a],ot=ut[2*a+1],E=ut[2*a+2],a=ut[2*a+3],y[0]=x+(E-x)*b,y[1]=ot+(a-ot)*b,y[2]=1>Math.abs(E-x)&&1>Math.abs(a-ot)?0:1>Math.abs(E-x)?0<=a-ot?90:270:1>Math.abs(a-ot)?0<=E-x?0:180:180*Math.atan2(a-ot,E-x)/Math.PI,y;tt+=ut}}return y},xt.xx=function(a){if(this.type===_e.j){var y=this.startX,x=this.startY,b=this.endX,E=this.endY;if(y!==b||x!==E){var z=a.x;if(a=a.y,y===b){if(x<E){var tt=x;b=E}else tt=E,b=x;return a<=tt?tt===x?0:1:a>=b?b===x?0:1:Math.abs(a-x)/(b-tt)}if(x===E)return y<b?tt=y:(tt=b,b=y),z<=tt?tt===y?0:1:z>=b?b===y?0:1:Math.abs(z-y)/(b-tt);tt=(b-y)*(b-y)+(E-x)*(E-x);var ot=It.alloc();return Jt.qh(y,x,b,E,z,a,ot),a=ot.x,z=ot.y,It.free(ot),Math.sqrt(((a-y)*(a-y)+(z-x)*(z-x))/tt)}}else if(this.type===_e.u){tt=this.startX,ot=this.startY;var rt=this.endX;if(E=this.endY,tt!==rt||ot!==E){y=rt-tt,x=E-ot,z=2*y+2*x,b=a.x,a=a.y,b=Math.min(Math.max(b,tt),rt),a=Math.min(Math.max(a,ot),E),tt=Math.abs(b-tt),rt=Math.abs(b-rt),ot=Math.abs(a-ot),E=Math.abs(a-E);var at=Math.min(tt,rt,ot,E);if(at===ot)return b/z;if(at===rt)return(y+a)/z;if(at===E)return(2*y+x-b)/z;if(at===tt)return(2*y+2*x-a)/z}}else{y=this.flattenedSegments,x=this.flattenedLengths,z=this.flattenedTotalLength,b=It.alloc(),E=1/0,ot=tt=0,rt=y.length;for(var ut=at=0,ft=0;ft<rt;ft++)for(var mt=y[ft],yt=x[ft],St=mt.length,kt=0;kt<St;kt+=2){var Ot=mt[kt],Nt=mt[kt+1];if(kt!==0){Jt.qh(at,ut,Ot,Nt,a.x,a.y,b);var jt=(b.x-a.x)*(b.x-a.x)+(b.y-a.y)*(b.y-a.y);jt<E&&(E=jt,tt=ot,tt+=Math.sqrt((b.x-at)*(b.x-at)+(b.y-ut)*(b.y-ut))),ot+=yt[(kt-2)/2]}at=Ot,ut=Nt}return It.free(b),a=tt/z,0>a?0:1<a?1:a}return 0};function _f(a){if(a.tk===null){var y=a.tk=[],x=a.ym=[],b=[],E=[];if(a.type===_e.j)b.push(a.startX),b.push(a.startY),b.push(a.endX),b.push(a.endY),y.push(b),E.push(Math.sqrt((a.startX-a.endX)*(a.startX-a.endX)+(a.startY-a.endY)*(a.startY-a.endY))),x.push(E);else if(a.type===_e.u)b.push(a.startX),b.push(a.startY),b.push(a.endX),b.push(a.startY),b.push(a.endX),b.push(a.endY),b.push(a.startX),b.push(a.endY),b.push(a.startX),b.push(a.startY),y.push(b),E.push(Math.abs(a.startX-a.endX)),E.push(Math.abs(a.startY-a.endY)),E.push(Math.abs(a.startX-a.endX)),E.push(Math.abs(a.startY-a.endY)),x.push(E);else if(a.type===_e.F){var z=new Pr;z.startX=a.endX,z.startY=(a.startY+a.endY)/2;var tt=new Vi(fr);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=qs(tt,z),E=a.length,E===0)b.push(tt.centerX),b.push(tt.centerY);else{tt=z.startX,z=z.startY;for(var ot=0;ot<E;ot++){var rt=a[ot];Jt.Qe(tt,z,rt[2],rt[3],rt[4],rt[5],rt[6],rt[7],.5,b),tt=rt[6],z=rt[7]}}y.push(b),x.push(Kd(b))}else for(a=a.figures.iterator;a.next();){E=a.value,b=[],b.push(E.startX),b.push(E.startY),tt=E.startX,z=E.startY,ot=tt,rt=z;for(var at=E.segments.s,ut=at.length,ft=0;ft<ut;ft++){var mt=at[ft];switch(mt.type){case wr:4<=b.length&&(y.push(b),x.push(Kd(b))),b=[],b.push(mt.endX),b.push(mt.endY),tt=mt.endX,z=mt.endY,ot=tt,rt=z;break;case Co:b.push(mt.endX),b.push(mt.endY),tt=mt.endX,z=mt.endY;break;case Wr:Jt.Qe(tt,z,mt.point1X,mt.point1Y,mt.point2X,mt.point2Y,mt.endX,mt.endY,.5,b),tt=mt.endX,z=mt.endY;break;case fa:Jt.ep(tt,z,mt.point1X,mt.point1Y,mt.endX,mt.endY,.5,b),tt=mt.endX,z=mt.endY;break;case fr:var yt=qs(mt,E),St=yt.length;if(St===0){b.push(mt.centerX),b.push(mt.centerY),tt=mt.centerX,z=mt.centerY;break}for(var kt=0;kt<St;kt++){var Ot=yt[kt];Jt.Qe(tt,z,Ot[2],Ot[3],Ot[4],Ot[5],Ot[6],Ot[7],.5,b),tt=Ot[6],z=Ot[7]}break;case Pa:if(yt=Ra(mt,E,tt,z),St=yt.length,kt=mt.endX,Ot=mt.endY,St===0){b.push(kt),b.push(Ot),tt=kt,z=Ot;break}for(kt=0;kt<St;kt++)Ot=yt[kt],Jt.Qe(tt,z,Ot[2],Ot[3],Ot[4],Ot[5],Ot[6],Ot[7],.5,b),tt=Ot[6],z=Ot[7];break;default:_t("Segment not of valid type: "+mt.type)}mt.isClosed&&(b.push(ot),b.push(rt))}4<=b.length&&(y.push(b),x.push(Kd(b)))}}}function Kd(a){for(var y=[],x=0,b=0,E=a.length,z=0;z<E;z+=2){var tt=a[z],ot=a[z+1];z!==0&&y.push(Math.sqrt(ir(x,b,tt,ot))),x=tt,b=ot}return y}xt.add=function(a){return this.ee.add(a),this},xt.pm=function(a,y,x,b,E,z,tt,ot){return this._isFrozen&&Fe(this),this.fg=new en(a,y,E,z).freeze(),this.gg=new en(x,b,tt,ot).freeze(),this},re.Object.defineProperties(_e.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 _f(this),this.tk}},flattenedLengths:{get:function(){return _f(this),this.ym}},flattenedTotalLength:{get:function(){var a=this.zm;if(isNaN(a)){if(this.type===_e.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===_e.u)a=2*Math.abs(this.endX-this.startX)+2*Math.abs(this.endY-this.startY);else{y=this.flattenedLengths;for(var x=y.length,b=a=0;b<x;b++)for(var E=y[b],z=E.length,tt=0;tt<z;tt++)a+=E[tt]}this.zm=a}return a}},type:{get:function(){return this.na},set:function(a){this.na!==a&&(this._isFrozen&&Fe(this,a),this.na=a,a===_e.o?this.ee=new Ie:(_e.V===null&&(_e.V=new Ie().freeze()),this.ee=_e.V),this._isInvalidBounds=!0)}},startX:{get:function(){return this.od},set:function(a){this.od!==a&&(this._isFrozen&&Fe(this,a),this.od=a,this._isInvalidBounds=!0)}},startY:{get:function(){return this.pd},set:function(a){this.pd!==a&&(this._isFrozen&&Fe(this,a),this.pd=a,this._isInvalidBounds=!0)}},endX:{get:function(){return this.Dc},set:function(a){this.Dc!==a&&(this._isFrozen&&Fe(this,a),this.Dc=a,this._isInvalidBounds=!0)}},endY:{get:function(){return this.Ec},set:function(a){this.Ec!==a&&(this._isFrozen&&Fe(this,a),this.Ec=a,this._isInvalidBounds=!0)}},figures:{get:function(){return this.ee},set:function(a){this.ee!==a&&(this._isFrozen&&Fe(this,a),this.ee=a,this._isInvalidBounds=!0)}},spot1:{get:function(){return this.fg},set:function(a){this._isFrozen&&Fe(this,a),this.fg=a.J()}},spot2:{get:function(){return this.gg},set:function(a){this._isFrozen&&Fe(this,a),this.gg=a.J()}},defaultStretch:{get:function(){return this.Uf},set:function(a){this._isFrozen&&Fe(this,a),this.Uf=a}},bounds:{get:function(){return this.Zu()&&this.computeBounds(),this.Ip}}}),_e.prototype.setSpots=_e.prototype.pm,_e.prototype.add=_e.prototype.add,_e.prototype.getFractionForPoint=_e.prototype.xx,_e.prototype.getPointAndAngleAlongPath=_e.prototype.Qu,_e.prototype.getAngleAlongPath=_e.prototype.wx,_e.prototype.getPointAlongPath=_e.prototype.Pu,_e.prototype.containsPoint=_e.prototype.ca,_e.prototype.transform=_e.prototype.transform,_e.prototype.rotate=_e.prototype.rotate,_e.prototype.scale=_e.prototype.scale,_e.prototype.offset=_e.prototype.offset,_e.prototype.normalize=_e.prototype.normalize,_e.prototype.computeBoundsWithoutOrigin=_e.prototype.ix,_e.prototype.equalsApprox=_e.prototype.Xa,_e.className="Geometry",_e.j=new Se(_e,"Line",0),_e.u=new Se(_e,"Rectangle",1),_e.F=new Se(_e,"Ellipse",2),_e.o=new Se(_e,"Path",3),_e.V=null,_e.hb="UuBbMmZzLlHhVvCcSsQqTtAaFfXx",_e.className="Geometry",_e.stringify=_e.ia,_e.fillPath=_e.nb,_e.parse=_e.parse,_e.Line=_e.j,_e.Rectangle=_e.u,_e.Ellipse=_e.F,_e.Path=_e.o;function Pr(a,y,x,b,E){Ii(this),x===void 0&&(x=!0),b===void 0&&(b=!0),E===void 0&&(E=!1),this.l=2|(x?4:0)|(b?8:0)|(E?16:0),a!==void 0?this.od=a:this.od=0,y!==void 0?this.pd=y:this.pd=0,this.pl=new Ie,this.sr=this.pl.Ja,this.fw=null}Pr.prototype.copy=function(){var a=new Pr;a.l=this.l&-2,a.od=this.od,a.pd=this.pd;for(var y=this.pl.s,x=y.length,b=a.pl,E=0;E<x;E++){var z=y[E].copy();b.add(z)}return a.sr=this.sr,a.fw=this.fw,a},xt=Pr.prototype,xt.Xa=function(a){if(!(a instanceof Pr&&Jt.B(this.startX,a.startX)&&Jt.B(this.startY,a.startY)))return!1;var y=this.segments.s;a=a.segments.s;var x=y.length;if(x!==a.length)return!1;for(var b=0;b<x;b++)if(!y[b].Xa(a[b]))return!1;return!0},xt.toString=function(a){a===void 0&&(a=-1);for(var y=0>a?"M"+this.startX.toString()+" "+this.startY.toString():"M"+this.startX.toFixed(a)+" "+this.startY.toFixed(a),x=this.segments.s,b=x.length,E=0;E<b;E++)y+=" "+x[E].toString(a);return y},xt.freeze=function(){this._isFrozen=!0;var a=this.segments;a.freeze();var y=a.s;a=a.length;for(var x=0;x<a;x++)y[x].freeze();return this},xt.ka=function(){this._isFrozen=!1;var a=this.segments;a.ka(),a=a.s;for(var y=a.length,x=0;x<y;x++)a[x].ka();return this},xt.Zu=function(){if(this._isInvalidBounds)return!0;var a=this.segments;if(this.sr!==a.Ja)return!0;a=a.s;for(var y=a.length,x=0;x<y;x++)if(a[x]._isInvalidBounds)return!0;return!1},xt.add=function(a){return this.pl.add(a),this},xt.ca=function(a,y,x){for(var b=this.startX,E=this.startY,z=b,tt=E,ot=this.segments.s,rt=ot.length,at=0;at<rt;at++){var ut=ot[at];switch(ut.type){case wr:z=ut.endX,tt=ut.endY,b=ut.endX,E=ut.endY;break;case Co:if(Jt.Yb(b,E,ut.endX,ut.endY,x,a,y))return!0;b=ut.endX,E=ut.endY;break;case Wr:if(Jt.cs(b,E,ut.point1X,ut.point1Y,ut.point2X,ut.point2Y,ut.endX,ut.endY,.5,a,y,x))return!0;b=ut.endX,E=ut.endY;break;case fa:if(Jt.jv(b,E,ut.point1X,ut.point1Y,ut.endX,ut.endY,.5,a,y,x))return!0;b=ut.endX,E=ut.endY;break;case fr:case Pa:var ft=ut.type===fr?qs(ut,this):Ra(ut,this,b,E),mt=ft.length,yt=ut.type===fr?ut.centerX:ut.endX,St=ut.type===fr?ut.centerY:ut.endY;if(mt===0){if(Jt.Yb(b,E,yt,St,x,a,y))return!0;b=yt,E=St;break}for(yt=null,St=0;St<mt;St++)if(yt=ft[St],St===0&&Jt.Yb(b,E,yt[0],yt[1],x,a,y)||Jt.cs(yt[0],yt[1],yt[2],yt[3],yt[4],yt[5],yt[6],yt[7],.5,a,y,x))return!0;yt!==null&&(b=yt[6],E=yt[7]);break;default:_t("Unknown Segment type: "+ut.type)}if(ut.isClosed&&(b!==z||E!==tt)&&Jt.Yb(b,E,z,tt,x,a,y))return!0}return!1},re.Object.defineProperties(Pr.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&&Fe(this,a),this.l=a?this.l|4:this.l&-5}},isShadowed:{get:function(){return(this.l&8)!==0},set:function(a){this._isFrozen&&Fe(this,a),this.l=a?this.l|8:this.l&-9}},isEvenOdd:{get:function(){return(this.l&16)!==0},set:function(a){this._isFrozen&&Fe(this,a),this.l=a?this.l|16:this.l&-17}},startX:{get:function(){return this.od},set:function(a){this._isFrozen&&Fe(this,a),this.od=a,this._isInvalidBounds=!0}},startY:{get:function(){return this.pd},set:function(a){this._isFrozen&&Fe(this,a),this.pd=a,this._isInvalidBounds=!0}},segments:{get:function(){return this.pl},set:function(a){this._isFrozen&&Fe(this,a),this.pl=a,this._isInvalidBounds=!0}}}),Pr.prototype.add=Pr.prototype.add,Pr.prototype.equalsApprox=Pr.prototype.Xa,Pr.className="PathFigure";function Vi(a,y,x,b,E,z,tt,ot){Ii(this),a===void 0&&(a=Co),this.na=a,this.l=2,y!==void 0?this.Dc=y:this.Dc=0,x!==void 0?this.Ec=x:this.Ec=0,b===void 0&&(b=0),E===void 0&&(E=0),z===void 0&&(z=0),tt===void 0&&(tt=0),a===Pa?(a=z%360,0>a&&(a+=360),this.Ne=a,this.Vh=0,this.Wh=Math.max(b,0),this.Pg=Math.max(E,0),typeof tt=="boolean"?tt&&(this.isLargeArc=!0):typeof tt=="number"&&tt&&(this.isLargeArc=!0),ot&&(this.isClockwiseArc=!0)):(this.Ne=b,this.Vh=E,a===fr&&(z=Math.max(z,0)),this.Wh=z,typeof tt=="number"?(a===fr&&(tt=Math.max(tt,0)),this.Pg=tt):this.Pg=0),this.ae=null}Vi.prototype.copy=function(){var a=new Vi;return a.na=this.na,a.l=this.l&-2,a.Dc=this.Dc,a.Ec=this.Ec,a.Ne=this.Ne,a.Vh=this.Vh,a.Wh=this.Wh,a.Pg=this.Pg,a},xt=Vi.prototype,xt.Xa=function(a){if(!(a instanceof Vi)||this.type!==a.type||this.isClosed!==a.isClosed)return!1;switch(this.type){case wr:case Co:return Jt.B(this.endX,a.endX)&&Jt.B(this.endY,a.endY);case Wr: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 fa: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 fr: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}},xt.qb=function(a){a.classType===Vi&&(this.type=a)},xt.toString=function(a){switch(a===void 0&&(a=-1),this.type){case wr:a=0>a?"M"+this.endX.toString()+" "+this.endY.toString():"M"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case Co:a=0>a?"L"+this.endX.toString()+" "+this.endY.toString():"L"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case Wr: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 fa: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 fr: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":"")},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return this._isFrozen=!1,this},xt.close=function(){return this.isClosed=!0,this};function qs(a,y){if(a.ae!==null&&y._isInvalidBounds===!1)return a.ae;var x=a.radiusX,b=a.radiusY;if(b===void 0&&(b=x),x===0||b===0)return a.ae=[],a.ae;y=a.Ne;var E=a.Vh,z=Jt.jx(0,0,x<b?x:b,a.startAngle,a.startAngle+a.sweepAngle,!1);if(x!==b){var tt=ai.alloc();tt.reset(),x<b?tt.scale(1,b/x):tt.scale(x/b,1),_e.Ha(z,tt),ai.free(tt)}for(x=z.length,b=0;b<x;b++)tt=z[b],tt[0]+=y,tt[1]+=E,tt[2]+=y,tt[3]+=E,tt[4]+=y,tt[5]+=E,tt[6]+=y,tt[7]+=E;return a.ae=z,a.ae}function Ra(a,y,x,b){function E(kt,Ot,Nt,jt){return(kt*jt<Ot*Nt?-1:1)*Math.acos((kt*Nt+Ot*jt)/(Math.sqrt(kt*kt+Ot*Ot)*Math.sqrt(Nt*Nt+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*(b-ut)/2;tt=-mt*(x-at)/2+ft*(b-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,b=(b+ut)/2+mt*ot+ft*St,ut=E(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=E(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=ai.alloc(),z.reset(),z.translate(x,b),z.rotate(a.Ne,0,0),z.scale(rt,yt),_e.Ha(y,z),ai.free(z),a.ae=y,a.ae}re.Object.defineProperties(Vi.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&&Fe(this,a),this.na=a,this._isInvalidBounds=!0}},endX:{get:function(){return this.Dc},set:function(a){this._isFrozen&&Fe(this,a),this.Dc=a,this._isInvalidBounds=!0}},endY:{get:function(){return this.Ec},set:function(a){this._isFrozen&&Fe(this,a),this.Ec=a,this._isInvalidBounds=!0}},point1X:{get:function(){return this.Ne},set:function(a){this._isFrozen&&Fe(this,a),this.Ne=a,this._isInvalidBounds=!0}},point1Y:{get:function(){return this.Vh},set:function(a){this._isFrozen&&Fe(this,a),this.Vh=a,this._isInvalidBounds=!0}},point2X:{get:function(){return this.Wh},set:function(a){this._isFrozen&&Fe(this,a),this.Wh=a,this._isInvalidBounds=!0}},point2Y:{get:function(){return this.Pg},set:function(a){this._isFrozen&&Fe(this,a),this.Pg=a,this._isInvalidBounds=!0}},centerX:{get:function(){return this.Ne},set:function(a){this._isFrozen&&Fe(this,a),this.Ne=a,this._isInvalidBounds=!0}},centerY:{get:function(){return this.Vh},set:function(a){this._isFrozen&&Fe(this,a),this.Vh=a,this._isInvalidBounds=!0}},radiusX:{get:function(){return this.Wh},set:function(a){0>a&&ln(a,">= zero",Vi,"radiusX"),this._isFrozen&&Fe(this,a),this.Wh=a,this._isInvalidBounds=!0}},radiusY:{get:function(){return this.Pg},set:function(a){0>a&&ln(a,">= zero",Vi,"radiusY"),this._isFrozen&&Fe(this,a),this.Pg=a,this._isInvalidBounds=!0}},startAngle:{get:function(){return this.Dc},set:function(a){this._isFrozen&&Fe(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&&Fe(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&&Fe(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&&Fe(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&&Fe(this,a),a%=360,0>a&&(a+=360),this.Ne=a,this._isInvalidBounds=!0}}}),Vi.prototype.equalsApprox=Vi.prototype.Xa;var wr=new Se(Vi,"Move",0),Co=new Se(Vi,"Line",1),Wr=new Se(Vi,"Bezier",2),fa=new Se(Vi,"QuadraticBezier",3),fr=new Se(Vi,"Arc",4),Pa=new Se(Vi,"SvgArc",4);Vi.className="PathSegment",Vi.Move=wr,Vi.Line=Co,Vi.Bezier=Wr,Vi.QuadraticBezier=fa,Vi.Arc=fr,Vi.SvgArc=Pa;function as(){this.H=null,this.xu=new It(0,0).freeze(),this.mt=new It(0,0).freeze(),this.Bp=this.Rq=0,this.Cp=1,this.xq="",this.Wr=this.Tp=!1,this.Rp=this.Ep=0,this.xg=this.nq=this.tq=!1,this.Zp=null,this.Rr=0,this.xd=this.Nr=null}as.prototype.copy=function(){var a=new as;return this.clone(a)},as.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},as.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},as.prototype.So=function(a,y){var x=this.diagram;return x===null||yg(x,a,y),y},as.prototype.Bz=function(a,y){var x=this.diagram;return x===null||(yg(x,a,y),y.assign(x.Ps(y))),y},re.Object.defineProperties(as.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}}}),as.prototype.getMultiTouchDocumentPoint=as.prototype.Bz,as.prototype.getMultiTouchViewPoint=as.prototype.So,as.className="InputEvent";function Nu(){this.H=null,this.xa="",this.ar=this.Lr=null}Nu.prototype.copy=function(){var a=new Nu;return a.H=this.H,a.xa=this.xa,a.Lr=this.Lr,a.ar=this.ar,a},Nu.prototype.toString=function(){var a="*"+this.name;return this.subject!==null&&(a+=":"+this.subject.toString()),this.parameter!==null&&(a+="("+this.parameter.toString()+")"),a},re.Object.defineProperties(Nu.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}}}),Nu.className="DiagramEvent";function jo(){this.Fm=Io,this.rf=this.Qq="",this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null}jo.prototype.clear=function(){this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null},jo.prototype.copy=function(){var a=new jo;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=Le(y)&&typeof y.J=="function"?y.J():y,y=this.Rn,a.Rn=Le(y)&&typeof y.J=="function"?y.J():y,y=this.Mn,a.Mn=Le(y)&&typeof y.J=="function"?y.J():y,y=this.Ln,a.Ln=Le(y)&&typeof y.J=="function"?y.J():y,a},jo.prototype.qb=function(a){a.classType===jo&&(this.change=a)},jo.prototype.toString=function(){var a="";return a=this.change===ta?a+"* ":this.change===Io?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===ta?this.oldValue!==null&&(a+=" "+this.oldValue):(this.object!==null&&(a+=$n(this.object)),this.oldValue!==null&&(a+=" old: "+$n(this.oldValue)),this.oldParam!==null&&(a+=" "+this.oldParam),this.newValue!==null&&(a+=" new: "+$n(this.newValue)),this.newParam!==null&&(a+=" "+this.newParam)),a},jo.prototype.I=function(a){return a?this.oldValue:this.newValue},jo.prototype.Dz=function(a){return a?this.oldParam:this.newParam},jo.prototype.canUndo=function(){return this.model!==null||this.diagram!==null},jo.prototype.undo=function(){this.canUndo()&&(this.model!==null?this.model.changeState(this,!0):this.diagram!==null&&this.diagram.changeState(this,!0))},jo.prototype.canRedo=function(){return this.model!==null||this.diagram!==null},jo.prototype.redo=function(){this.canRedo()&&(this.model!==null?this.model.changeState(this,!1):this.diagram!==null&&this.diagram.changeState(this,!1))},re.Object.defineProperties(jo.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===ta&&(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}}}),jo.prototype.redo=jo.prototype.redo,jo.prototype.canRedo=jo.prototype.canRedo,jo.prototype.undo=jo.prototype.undo,jo.prototype.canUndo=jo.prototype.canUndo,jo.prototype.getParam=jo.prototype.Dz,jo.prototype.getValue=jo.prototype.I,jo.prototype.clear=jo.prototype.clear;var ta=new Se(jo,"Transaction",-1),Io=new Se(jo,"Property",0),sr=new Se(jo,"Insert",1),vr=new Se(jo,"Remove",2);jo.className="ChangedEvent",jo.Transaction=ta,jo.Property=Io,jo.Insert=sr,jo.Remove=vr;function Mr(){this.o=new Ie().freeze(),this.xa="",this.j=!1}Mr.prototype.toString=function(a){var y="Transaction: "+this.name+" "+this.changes.count.toString()+(this.isComplete?"":", incomplete");if(a!==void 0&&0<a){a=this.changes.count;for(var x=0;x<a;x++){var b=this.changes.M(x);b!==null&&(y+=`
|
|
`+b.toString())}}return y},Mr.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()},Mr.prototype.canUndo=function(){return this.isComplete},Mr.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()}},Mr.prototype.canRedo=function(){return this.isComplete},Mr.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()}},Mr.prototype.ak=function(){if(this.isComplete){var a=this.changes;a.ka();for(var y=new Gn,x=0;x<a.count;x++){var b=a.M(x);if(b!==null&&b.change===Io&&b.object){var E=y.get(b.object);E||(E=new Gn,y.set(b.object,E));var z=E.get(b.propertyName);z===null?E.set(b.propertyName,-1):(0<z&&a.cd(z,null),E.set(b.propertyName,x))}}for(x=y=0;x<a.count;x++)b=a.M(x),b!==null&&(x>y&&a.cd(y,b),y++);for(;a.length>y;)a.pop();a.freeze()}},re.Object.defineProperties(Mr.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}}}),Mr.prototype.optimize=Mr.prototype.ak,Mr.prototype.redo=Mr.prototype.redo,Mr.prototype.canRedo=Mr.prototype.canRedo,Mr.prototype.undo=Mr.prototype.undo,Mr.prototype.canUndo=Mr.prototype.canUndo,Mr.prototype.clear=Mr.prototype.clear,Mr.className="Transaction";function Ho(){this.Pt=new Be,this.Jd=!1,this.u=new Ie().freeze(),this.Ce=-1,this.o=999,this.Fe=!1,this.Np=null,this.bi=0,this.j=!1,this.Ie=new Ie().freeze(),this.hl=new Ie,this.tt=!0,this.Dt=this.rq=this.Gt=this.Ft=!1}Ho.prototype.toString=function(a){var y="UndoManager "+this.historyIndex+"<"+this.history.count+"<="+this.maxHistoryLength;y+="[";for(var x=this.nestedTransactionNames.count,b=0;b<x;b++)0<b&&(y+=" "),y+=this.nestedTransactionNames.M(b);if(y+="]",a!==void 0&&0<a)for(x=this.history.count,b=0;b<x;b++)y+=`
|
|
`+this.history.M(b).toString(a-1);return y},Ho.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},Ho.prototype.copyProperties=function(a){this.isEnabled=a.isEnabled,this.maxHistoryLength=a.maxHistoryLength,this.checksTransactionLevel=a.checksTransactionLevel},xt=Ho.prototype,xt.Xw=function(a){this.Pt.add(a)},xt.Rx=function(a){this.Pt.remove(a)},xt.Ea=function(a){if(a===void 0&&(a=""),a===null&&(a=""),this.isUndoingRedoing)return!1;this.tt===!0&&(this.tt=!1,this.bi++,this.isInternalTransaction||this.Ob("StartingFirstTransaction",a,this.currentTransaction),0<this.bi&&this.bi--),this.isEnabled&&(this.Ie.ka(),this.Ie.add(a),this.Ie.freeze(),this.currentTransaction===null?this.hl.add(0):this.hl.add(this.currentTransaction.changes.count)),this.bi++;var y=this.transactionLevel===1;return y&&(this.isInternalTransaction||this.Ob("StartedTransaction",a,this.currentTransaction)),y},xt.eb=function(a){return a===void 0&&(a=""),xh(this,!0,a)},xt.Kf=function(){return xh(this,!1,"")};function xh(a,y,x){if(a.isUndoingRedoing)return!1;a.checksTransactionLevel&&1>a.transactionLevel&&Fn("Ending transaction without having started a transaction: "+x);var b=a.transactionLevel===1,E=a.currentTransaction;b&&y&&(a.isInternalTransaction||a.Ob("CommittingTransaction",x,E));var z=0;if(0<a.transactionLevel&&(a.bi--,a.isEnabled)){var tt=a.Ie.count;0<tt&&(x===""&&(x=a.Ie.M(0)),a.Ie.ka(),a.Ie.mb(tt-1),a.Ie.freeze()),tt=a.hl.count,0<tt&&(z=a.hl.M(tt-1),a.hl.mb(tt-1))}if(b){if(y)a.rq=!1,E===null&&x!==""&&(E=a.currentTransaction),a.isEnabled&&E!==null&&(E.isComplete||(E.isComplete=!0,E.name=x),a.lx(),y=a.history,y.ka(),b=a.maxHistoryLength,0<=b&&(b===0?y.clear():y.count>=b&&(z=y.M(0),z!==null&&z.clear(),y.mb(0),a.Ce--)),b===0||y.count!==0&&y.get(y.count-1)===E||(y.add(E),a.Ce++),y.freeze()),a.isInternalTransaction||a.Ob("CommittedTransaction",x,E);else{a.Fe=!0;try{a.isEnabled&&E!==null&&(E.isComplete=!0,E.undo())}finally{a.isInternalTransaction||a.Ob("RolledBackTransaction",x,E),a.Fe=!1}E!==null&&E.clear()}return a.Np=null,a.isPendingClear&&a.clear(),a.isPendingClear=!1,a.isPendingUnmodified=!1,!0}if(a.isEnabled&&!y&&E!==null){for(a=z,x=E.changes,E=x.count-1;E>=a;E--)y=x.M(E),y!==null&&y.undo(),x.ka(),x.mb(E);x.freeze()}return!1}xt.lx=function(){if(!this.isUndoingRedoing&&this.canRedo()){var a=this.history;a.ka();for(var y=a.count-1;y>this.historyIndex;y--){var x=a.M(y);x!==null&&x.clear(),a.mb(y),this.rq=!0}a.freeze()}},Ho.prototype.canUndo=function(){if(!this.isEnabled||0<this.transactionLevel)return!1;var a=this.transactionToUndo;return!!(a!==null&&a.canUndo())},Ho.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){Fn("undo error: "+y.toString())}finally{this.Ob("FinishedUndo","Undo",a),this.Fe=!1}}},Ho.prototype.canRedo=function(){if(!this.isEnabled||0<this.transactionLevel)return!1;var a=this.transactionToRedo;return!!(a!==null&&a.canRedo())},Ho.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){Fn("redo error: "+y.toString())}finally{this.Ob("FinishedRedo","Redo",a),this.Fe=!1}}},Ho.prototype.Ob=function(a,y,x){x===void 0&&(x=null);var b=new jo;for(b.change=ta,b.propertyName=a,b.object=x,b.oldValue=y,a=this.models;a.next();)y=a.value,b.model=y,y.ds(b)},Ho.prototype.Tu=function(a){if(this.isEnabled&&!this.isUndoingRedoing&&!this.skipsEvent(a)){var y=this.currentTransaction;y===null&&(this.Np=y=new Mr);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||Fn("Change not within a transaction: "+x.toString()))}},Ho.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},re.Object.defineProperties(Ho.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}}}),Ho.prototype.handleChanged=Ho.prototype.Tu,Ho.prototype.redo=Ho.prototype.redo,Ho.prototype.undo=Ho.prototype.undo,Ho.prototype.canUndo=Ho.prototype.canUndo,Ho.prototype.discardHistoryAfterIndex=Ho.prototype.lx,Ho.prototype.rollbackTransaction=Ho.prototype.Kf,Ho.prototype.commitTransaction=Ho.prototype.eb,Ho.prototype.startTransaction=Ho.prototype.Ea,Ho.prototype.removeModel=Ho.prototype.Rx,Ho.prototype.addModel=Ho.prototype.Xw,Ho.prototype.clear=Ho.prototype.clear,Ho.className="UndoManager";function zi(){Ii(this),this.H=Wl,this.xa="",this.Jd=!0,this.nb=!1,this.wm=null,this.yy=new as,this.Zr=-1}zi.prototype.toString=function(){return this.name!==""?this.name+" Tool":vn(this.constructor)},zi.prototype.updateAdornments=function(){},zi.prototype.canStart=function(){return this.isEnabled},zi.prototype.doStart=function(){},zi.prototype.doActivate=function(){this.isActive=!0},zi.prototype.doDeactivate=function(){this.isActive=!1},zi.prototype.doStop=function(){},zi.prototype.doCancel=function(){this.transactionResult=null,this.stopTool()},zi.prototype.stopTool=function(){var a=this.diagram;a.currentTool===this&&(a.currentTool=null,a.currentCursor="")},zi.prototype.doMouseDown=function(){!this.isActive&&this.canStart()&&this.doActivate()},zi.prototype.doMouseMove=function(){},zi.prototype.doMouseUp=function(){this.stopTool()},zi.prototype.doMouseWheel=function(){},zi.prototype.canStartMultiTouch=function(){return!0},zi.prototype.standardPinchZoomStart=function(){var a=this.diagram,y=a.lastInput,x=y.So(0,It.allocAt(NaN,NaN)),b=y.So(1,It.allocAt(NaN,NaN));if(x.w()&&b.w()&&(this.doCancel(),a.Ql("hasGestureZoom"))){a.Bw=a.scale;var E=b.x-x.x,z=b.y-x.y;a.Jw=Math.sqrt(E*E+z*z),y.bubbles=!1}It.free(x),It.free(b)},zi.prototype.standardPinchZoomMove=function(){var a=this.diagram,y=a.lastInput,x=y.So(0,It.allocAt(NaN,NaN)),b=y.So(1,It.allocAt(NaN,NaN));if(x.w()&&b.w()&&(this.doCancel(),a.Ql("hasGestureZoom"))){var E=b.x-x.x,z=b.y-x.y;z=Math.sqrt(E*E+z*z)/a.Jw,E=new It((Math.min(b.x,x.x)+Math.max(b.x,x.x))/2,(Math.min(b.y,x.y)+Math.max(b.y,x.y))/2),z*=a.Bw;var tt=a.commandHandler;if(z!==a.scale&&tt.canResetZoom(z)){var ot=a.zoomPoint;a.zoomPoint=E,tt.resetZoom(z),a.zoomPoint=ot}y.bubbles=!1}It.free(x),It.free(b)},zi.prototype.doKeyDown=function(){this.diagram.lastInput.key==="Esc"&&this.doCancel()},zi.prototype.doKeyUp=function(){},zi.prototype.Ea=function(a){return a===void 0&&(a=this.name),this.transactionResult=null,this.diagram.Ea(a)},zi.prototype.stopTransaction=function(){var a=this.diagram;return this.transactionResult===null?a.Kf():a.eb(this.transactionResult)},zi.prototype.standardMouseSelect=function(){var a=this.diagram;if(a.allowSelect){var y=a.lastInput,x=a.Ol(y.documentPoint,!1);if(x!==null){if(Ri?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||(Ri?y.meta:y.control)||y.shift||a.clearSelection()}},zi.prototype.standardMouseClick=function(a,y){a===void 0&&(a=null),y===void 0&&(y=function(E){return!E.layer.isTemporary});var x=this.diagram,b=x.lastInput;return a=x.ic(b.documentPoint,a,y),b.targetObject=a,Dp(a,b,x),b.handled};function Dp(a,y,x){if(y.handled=!1,a===null||a.If()){var b=0;y.left?b=y.clickCount===1?1:y.clickCount===2?2:1:y.right&&y.clickCount===1&&(b=3);var E="ObjectSingleClicked";if(a!==null){switch(b){case 1:E="ObjectSingleClicked";break;case 2:E="ObjectDoubleClicked";break;case 3:E="ObjectContextClicked"}b!==0&&x.R(E,a)}else{switch(b){case 1:E="BackgroundSingleClicked";break;case 2:E="BackgroundDoubleClicked";break;case 3:E="BackgroundContextClicked"}b!==0&&x.R(E)}if(a!==null)for(;a!==null;){switch(x=null,b){case 1:x=a.click;break;case 2:x=a.doubleClick?a.doubleClick:a.click;break;case 3:x=a.contextClick}if(x!==null&&(x(y,a),y.handled))break;a=a.panel}else{switch(a=null,b){case 1:a=x.click;break;case 2:a=x.doubleClick?x.doubleClick:x.click;break;case 3:a=x.contextClick}a!==null&&a(y)}}}zi.prototype.standardMouseOver=function(){var a=this.diagram,y=a.lastInput;if(a.animationManager.zb!==!0){var x=a.skipsUndoManager;a.skipsUndoManager=!0;var b=a.viewportBounds.ca(y.documentPoint)?a.ic(y.documentPoint,null,null):null;!y.event||y.event.type!=="pointercancel"&&y.event.type!=="pointerout"||(b=null),y.targetObject=b;var E=!1;if(b!==a.Ck){var z=a.Ck,tt=z;for(a.Ck=b,this.doCurrentObjectChanged(z,b),y.handled=!1;z!==null;){var ot=z.mouseLeave;if(ot!==null&&(b===z||b!==null&&b.rg(z)||(ot(y,z,b),E=!0,y.handled)))break;z=z.panel}for(z=tt,y.handled=!1;b!==null&&(tt=b.mouseEnter,!(tt!==null&&(z===b||z!==null&&z.rg(b)||(tt(y,b,z),E=!0,y.handled))));)b=b.panel;b=a.Ck}if(b!==null){for(z=b,tt="";z!==null&&(tt=z.cursor,tt==="");)z=z.panel;for(a.currentCursor=tt,y.handled=!1,z=b;z!==null&&(b=z.mouseOver,!(b!==null&&(b(y,z),E=!0,y.handled)));)z=z.panel}else this.doUpdateCursor(null),b=a.mouseOver,b!==null&&(b(y),E=!0);E&&a.$b(),a.skipsUndoManager=x}},zi.prototype.doUpdateCursor=function(){var a=this.diagram;a&&(a.currentCursor="")},zi.prototype.doCurrentObjectChanged=function(){},zi.prototype.standardMouseWheel=function(){var a=this.diagram,y=a.lastInput,x=y.delta;if(x!==0&&a.documentBounds.w()){var b=a.commandHandler,E=a.toolManager.mouseWheelBehavior;if(b!==null&&(E===Xd&&!y.shift||E===hd&&y.control))(0<x?b.canIncreaseZoom():b.canDecreaseZoom())&&(E=a.zoomPoint,a.zoomPoint=y.viewPoint,0<x?b.increaseZoom():b.decreaseZoom(),a.zoomPoint=E),y.bubbles=!1;else if(E===Xd&&y.shift||E===hd&&!y.control){b=a.position.copy();var z=y.event;E=z.deltaMode;var tt=z.deltaX;z=z.deltaY;var ot="pixel";if(tt===0&&z===0||y.shift)!y.shift&&a.allowVerticalScroll?(x=3*x*a.scrollVerticalLineChange,a.scroll(ot,0<x?"up":"down",Math.abs(x))):y.shift&&a.allowHorizontalScroll&&(x=3*x*a.scrollHorizontalLineChange,a.scroll(ot,0<x?"left":"right",Math.abs(x)));else{switch(E){case 0:ot="pixel";break;case 1:ot="line";break;case 2:ot="page"}tt!==0&&a.allowHorizontalScroll&&(tt*=a.scrollHorizontalLineChange/16,a.scroll(ot,0<tt?"right":"left",Math.abs(tt))),z!==0&&a.allowVerticalScroll&&(z*=a.scrollVerticalLineChange/16,a.scroll(ot,0<z?"down":"up",Math.abs(z)))}this.doWheelChange(a,b,y)}}},zi.prototype.doWheelChange=function(a,y,x){a.position.D(y)&&x.event.wheelDeltaX===0||(x.bubbles=!1)},zi.prototype.standardWaitAfter=function(a,y){y===void 0&&(y=this.diagram.lastInput),this.cancelWaitAfter();var x=this,b=y.clone(this.yy);this.Zr=ce(function(){x.doWaitAfter(b)},a)},zi.prototype.cancelWaitAfter=function(){this.Zr!==-1&&be.clearTimeout(this.Zr),this.Zr=-1},zi.prototype.doWaitAfter=function(){},zi.prototype.findToolHandleAt=function(a,y){return a=this.diagram.ic(a,function(x){for(;x!==null&&!(x.panel instanceof ji);)x=x.panel;return x}),a===null?null:a.part.category===y?a:null},zi.prototype.isBeyondDragSize=function(a,y){var x=this.diagram;a===void 0&&(a=x.firstInput.viewPoint),y===void 0&&(y=x.lastInput.viewPoint);var b=x.toolManager.dragSize,E=b.width;return b=b.height,x.firstInput.isTouchEvent&&(E+=6,b+=6),Math.abs(y.x-a.x)>E||Math.abs(y.y-a.y)>b},re.Object.defineProperties(zi.prototype,{diagram:{get:function(){return this.H},set:function(a){a instanceof ne&&(this.H=a)}},name:{get:function(){return this.xa},set:function(a){this.xa=a}},isEnabled:{get:function(){return this.Jd},set:function(a){this.Jd=a}},isActive:{get:function(){return this.nb},set:function(a){this.nb=a}},transactionResult:{get:function(){return this.wm},set:function(a){this.wm=a}}}),zi.prototype.startTransaction=zi.prototype.Ea,zi.className="Tool";function Oo(){zi.call(this),this.name="ToolManager",this.hb=new Ie,this.ob=new Ie,this.Hb=new Ie,this.F=this.V=850,this.o=new Ue(2,2).ja(),this.Ha=5e3,this.ia=hd,this.u=Wf,this.Mp=this.j=null,this.zj=-1}de(Oo,zi),Oo.prototype.initializeStandardTools=function(){},Oo.prototype.updateAdornments=function(a){var y=this.currentToolTip;if(y instanceof ji&&this.Mp===a){var x=y.adornedObject;(a!==null?x.part===a:x===null)?this.showToolTip(y,x):this.hideToolTip()}},Oo.prototype.doMouseDown=function(){var a=this.diagram,y=a.lastInput;if(y.isTouchEvent&&this.gestureBehavior===au&&(y.bubbles=!1),y.isMultiTouch){if(this.cancelWaitAfter(),this.gestureBehavior===Ph){y.bubbles=!0;return}if(this.gestureBehavior===au)return;if(a.currentTool.canStartMultiTouch()){a.currentTool.standardPinchZoomStart();return}}for(var x=this.mouseDownTools.length,b=0;b<x;b++){var E=this.mouseDownTools.M(b);if(E.diagram=this.diagram,E.canStart()){a.doFocus(),a.currentTool=E,a.currentTool===E&&(E.isActive||E.doActivate(),E.doMouseDown());return}}a.lastInput.button===1&&(this.mouseWheelBehavior===hd?this.mouseWheelBehavior=Xd:this.mouseWheelBehavior===Xd&&(this.mouseWheelBehavior=hd)),this.doActivate(),this.standardWaitAfter(this.holdDelay,y)},Oo.prototype.doMouseMove=function(){var a=this.diagram,y=a.lastInput;if(y.isMultiTouch){if(this.gestureBehavior===Ph){y.bubbles=!0;return}if(this.gestureBehavior===au)return;if(a.currentTool.canStartMultiTouch()){a.currentTool.standardPinchZoomMove();return}}if(this.isActive)for(var x=this.mouseMoveTools.length,b=0;b<x;b++){var E=this.mouseMoveTools.M(b);if(E.diagram=this.diagram,E.canStart()){a.doFocus(),a.currentTool=E,a.currentTool===E&&(E.isActive||E.doActivate(),E.doMouseMove());return}}Op(this,a),a=y.event,a===null||a.type!=="pointermove"&&a.cancelable||(y.bubbles=!0)};function Op(a,y){a.standardMouseOver(),a.isBeyondDragSize()&&a.standardWaitAfter(a.isActive?a.holdDelay:a.hoverDelay,y.lastInput)}Oo.prototype.doCurrentObjectChanged=function(a,y){a=this.currentToolTip,a===null||y!==null&&a instanceof ji&&(y===a||y.rg(a))||this.hideToolTip()},Oo.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()))},Oo.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)},Oo.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 ji)||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()},Oo.prototype.showToolTip=function(a,y){var x=this.diagram;if(a!==this.currentToolTip&&this.hideToolTip(),a instanceof ji){a.layerName="Tool",a.selectable=!1,a.scale=1/x.scale,a.category="ToolTip",a.placeholder!==null&&(a.placeholder.scale=x.scale);var b=a.diagram;b!==null&&b!==x&&b.remove(a),x.add(a),y!==null?a.adornedObject=y:a.data=x.model,a.Va(),this.positionToolTip(a,y)}else a instanceof Ml&&a!==this.currentToolTip&&a.show(y,x,this);if(this.currentToolTip=a,this.zj!==-1&&(be.clearTimeout(this.zj),this.zj=-1),a=this.toolTipDuration,0<a&&a!==1/0){var E=this;this.zj=ce(function(){E.hideToolTip()},a)}},Oo.prototype.positionToolTip=function(a){if(a.placeholder===null){var y=this.diagram,x=y.lastInput.documentPoint.copy(),b=a.measuredBounds,E=y.viewportBounds;y.lastInput.isTouchEvent&&(x.x-=b.width),x.x+b.width>E.right&&(x.x-=b.width+5/y.scale),x.x<E.x&&(x.x=E.x),x.y=x.y+20/y.scale+b.height>E.bottom?x.y-(b.height+5/y.scale):x.y+20/y.scale,x.y<E.y&&(x.y=E.y),a.position=x}},Oo.prototype.hideToolTip=function(){this.zj!==-1&&(be.clearTimeout(this.zj),this.zj=-1);var a=this.diagram,y=this.currentToolTip;y!==null&&(y instanceof ji?(a.remove(y),this.Mp!==null&&this.Mp.Jf(y.category),y.data=null,y.adornedObject=null):y instanceof Ml&&y.hide!==null&&y.hide(a,this),this.currentToolTip=null)},Oo.prototype.doMouseUp=function(){this.cancelWaitAfter();var a=this.diagram;if(this.isActive)for(var y=this.mouseUpTools.length,x=0;x<y;x++){var b=this.mouseUpTools.M(x);if(b.diagram=this.diagram,b.canStart()){a.doFocus(),a.currentTool=b,a.currentTool===b&&(b.isActive||b.doActivate(),b.doMouseUp());return}}a.doFocus(),this.doDeactivate()},Oo.prototype.doMouseWheel=function(){this.standardMouseWheel()},Oo.prototype.doKeyDown=function(){var a=this.diagram;a.commandHandler!==null&&a.commandHandler.doKeyDown()},Oo.prototype.doKeyUp=function(){var a=this.diagram;a.commandHandler!==null&&a.commandHandler.doKeyUp()},Oo.prototype.findTool=function(a){for(var y=this.mouseDownTools.length,x=0;x<y;x++){var b=this.mouseDownTools.M(x);if(b.name===a)return b}for(y=this.mouseMoveTools.length,x=0;x<y;x++)if(b=this.mouseMoveTools.M(x),b.name===a)return b;for(y=this.mouseUpTools.length,x=0;x<y;x++)if(b=this.mouseUpTools.M(x),b.name===a)return b;return null},Oo.prototype.replaceTool=function(a,y){y!==null&&(y.diagram=this.diagram);for(var x=this.mouseDownTools.length,b=0;b<x;b++){var E=this.mouseDownTools.M(b);if(E.name===a)return y!==null?this.mouseDownTools.cd(b,y):this.mouseDownTools.mb(b),E}for(x=this.mouseMoveTools.length,b=0;b<x;b++)if(E=this.mouseMoveTools.M(b),E.name===a)return y!==null?this.mouseMoveTools.cd(b,y):this.mouseMoveTools.mb(b),E;for(x=this.mouseUpTools.length,b=0;b<x;b++)if(E=this.mouseUpTools.M(b),E.name===a)return y!==null?this.mouseUpTools.cd(b,y):this.mouseUpTools.mb(b),E;return null},Oo.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)},re.Object.defineProperties(Oo.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 ji?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}}}),Oo.prototype.replaceStandardTool=Oo.prototype.gb;var hd=new Se(Oo,"WheelScroll",0),Xd=new Se(Oo,"WheelZoom",1),tg=new Se(Oo,"WheelNone",2),Wf=new Se(Oo,"GestureZoom",3),au=new Se(Oo,"GestureCancel",4),Ph=new Se(Oo,"GestureNone",5);Oo.className="ToolManager",Oo.WheelScroll=hd,Oo.WheelZoom=Xd,Oo.WheelNone=tg,Oo.GestureZoom=Wf,Oo.GestureCancel=au,Oo.GestureNone=Ph;function _o(){zi.call(this),this.name="Dragging",this.u=this.Sw=this.ob=!0,this.o=this.Ha=this.V=this.Oe=null,this.Ym=this.Hb=!1,this.tl=new It(NaN,NaN),this.Fr=new It,this.hb=!0,this.Ik=100,this.Cg=[],this.te=new Be().freeze(),this.ia=new st,this.Bn=null,this.F="copy",this.Oc="",this.Pc="no-drop"}var Hl;de(_o,zi),_o.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},_o.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},_o.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,(Ri?y.meta:y.control)||y.shift||a.clearSelection(!0),this.currentPart.isSelected=!0,a.R("ChangedSelection",a.selection))}}},_o.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),Br=null,this.isActive=!0,this.tl.set(a.position),Vf(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&&Is(a),sc(a,this.draggedParts),this.Ea("Drag"),this.startPoint=a.firstInput.documentPoint,a.isMouseCaptured=!0,a.allowDragOut&&(this.isDragOutStarted=!0,this.Ym=!1,Br=this,Du=this.diagram,this.doSimulatedDragOut()))};function Vf(a,y){if(a.dragsLink){var x=a.diagram;x.allowRelink&&(x.model.Wj()&&y.count===1&&y.first()instanceof Ge?(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 ca,a.Oe.diagram=x),a.Oe.originalLink=a.draggedLink):(a.draggedLink=null,a.Oe=null))}}_o.prototype.computeEffectiveCollection=function(a,y){return this.diagram.commandHandler.computeEffectiveCollection(a,y)},_o.prototype.Pd=function(a){return a===void 0?new cu(nr):this.isGridSnapEnabled?new cu(new It(Math.round(1e3*a.x)/1e3,Math.round(1e3*a.y)/1e3)):new cu(a.copy())},_o.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<Hl.count){for(var y=Hl,x=y.length,b=0;b<x;b++){var E=y.M(b);Eu(E),Qa(E),wh(E),E.diagram.ug()}y.clear()}Eu(this),this.tl.h(NaN,NaN),Du!==null&&(Du.currentCursor=""),Br=Du=null,Qa(this),a.isMouseCaptured=!1,a.currentCursor="",a.Ns=!1,this.stopTransaction(),uf(a,!0)},_o.prototype.stopTransaction=function(){var a=this.diagram,y=zi.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=Br;Qa(a),Fu(a);var y=a.diagram;a.tl.w()&&(y.position=a.tl),y.ug()}_o.prototype.doCancel=function(){Qa(this),Fu(this);var a=this.diagram;this.tl.w()&&(a.position=this.tl),this.stopTool()},_o.prototype.doKeyDown=function(){var a=this.diagram,y=a.lastInput;this.isActive&&(y.key==="Esc"?this.doCancel():y.key!==a.previousInput.key&&this.doMouseMove())},_o.prototype.doKeyUp=function(){this.isActive&&this.doMouseMove()};function lu(a,y){if(a.copiedParts===null){var x=a.diagram;if((!y||!x.isReadOnly&&!x.isModelReadOnly)&&a.draggedParts!==null){var b=x.undoManager;for(b.isEnabled&&b.isInTransaction?b.currentTransaction!==null&&0<b.currentTransaction.changes.count&&(x.undoManager.Kf(),x.Ea("Drag")):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 Gn,b=a.draggedParts.iterator;b.next();){var E=b.key;if(E.Zc()&&E.canCopy()){var z=y.I(E);z!==null&&(z.location=E.location,z.Va(),x.add(z,a.Pd(z.location)))}}for(y=y.iterator;y.next();)b=y.value,b instanceof Ge&&b.canCopy()&&x.add(b,a.Pd());a.copiedParts=x,Vf(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 Qa(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 Ge&&(x.value.point=new It(0,0));a.doUpdateCursor(null)}y.skipsUndoManager=!1,y.partManager.addsToTemporaryLayer=!1,a.startPoint=y.firstInput.documentPoint}function Eu(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 kl(a,y,x){var b=a.diagram,E=a.startPoint,z=It.alloc();z.assign(b.lastInput.documentPoint),a.moveParts(y,z.re(E),x),It.free(z),b.Gf("temporaryPixelRatio")===!0&&b.Yh===null&&30<b.$w&&(Is(b),b.hk())}_o.prototype.moveParts=function(a,y,x){x===void 0&&(x=!1);var b=this.diagram;b!==null&&Bh(b,a,y,this.dragOptions,x)};function Fu(a){if(a.draggedParts!==null){for(var y=a.diagram,x=a.draggedParts.iterator;x.next();){var b=x.key;b.Zc()&&(b.location=x.value.point)}for(x=a.draggedParts.iterator;x.next();)if(b=x.key,b instanceof Ge&&b.suspendsRouting){var E=x.value.point;a.draggedParts.add(b,a.Pd()),qu(b,-E.x,-E.y)}y.bd()}}function Yf(a,y){var x=a.diagram;a.dragsLink&&(a.draggedLink!==null&&(a.draggedLink.fromNode=null,a.draggedLink.toNode=null),Au(a,!1));var b=a.findDragOverObject(y),E=x.lastInput;E.targetObject=b,a.doUpdateCursor(b);var z=x.skipsUndoManager,tt=!1;try{if(x.skipsUndoManager=!0,tt=ng(a,E,b),!a.isActive&&Br===null)return;var ot=b!==null?b.part:null;if(ot===null||x.handlesDragDropForTopLevelParts&&ot.isTopLevel&&!(ot instanceof ii)){var rt=x.mouseDragOver;rt!==null&&(rt(E),tt=!0)}if(!a.isActive&&Br===null||(a.doDragOver(y,b),!a.isActive&&Br===null))return}finally{x.skipsUndoManager=z,tt&&x.bd()}a.Bn=b,x.isReadOnly||!x.allowMove&&!x.allowCopy||!x.allowHorizontalScroll&&!x.allowVerticalScroll||x.gs(E.viewPoint)}_o.prototype.findDragOverObject=function(a){var y=this;return Vl(this.diagram,a,null,function(x){return x===null?x=!0:(x=x.part,x=!!(x===null||x instanceof ji||x.layer.isTemporary||y.draggedParts&&y.draggedParts.contains(x)||y.copiedParts&&y.copiedParts.contains(x))),!x})},_o.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 b=!1,E=a.Cg.length,z=0<E?a.Cg[0]:null;if(x===z)return!1;y.handled=!1;for(var tt=0;tt<E;tt++){var ot=a.Cg[tt],rt=ot.mouseDragLeave;if(rt!==null&&(rt(y,ot,x),b=!0,y.handled))break}if(a.Cg.length=0,!a.isActive&&Br===null||x===null)return b;for(y.handled=!1,E=x;E!==null;)a.Cg.push(E),E=ig(E);for(E=a.Cg.length,x=0;x<E&&(tt=a.Cg[x],ot=tt.mouseDragEnter,ot===null||(ot(y,tt,z),b=!0,!y.handled));x++);return b}function ig(a){var y=a.panel;return y!==null?y:a instanceof bn&&!(a instanceof ii)&&(a=a.containingGroup,a!==null&&a.handlesDragDropForMembers)?a:null}function Ip(a,y,x){var b=a.Oe;if(b===null)return null;var E=a.diagram.og(y,b.portGravity,function(at){return b.findValidLinkablePort(at,x)});a=It.alloc();var z=1/0,tt=null;for(E=E.iterator;E.next();){var ot=E.value;if(ot.part!==null){var rt=ot.ga(_i,a);rt=y.Bf(rt),rt<z&&(tt=ot,z=rt)}}return It.free(a),tt}function Au(a,y){var x=a.draggedLink;if(x!==null&&!(2>x.pointsCount)){var b=a.diagram;if(!b.isReadOnly){var E=a.Oe;if(E!==null){var z=null,tt=null;x.fromNode===null&&(z=Ip(a,x.i(0),!1),z!==null&&(tt=z.part));var ot=null,rt=null;x.toNode===null&&(ot=Ip(a,x.i(x.pointsCount-1),!0),ot!==null&&(rt=ot.part)),E.isValidLink(tt,z,rt,ot)?y?(x.defaultFromPoint=x.i(0),x.defaultToPoint=x.i(x.pointsCount-1),x.suspendsRouting=!1,x.fromNode=tt,z!==null&&(x.fromPortId=z.portId),x.toNode=rt,ot!==null&&(x.toPortId=ot.portId),x.fromPort!==b.Mx&&b.R("LinkRelinked",x,b.Mx),x.toPort!==b.Nx&&b.R("LinkRelinked",x,b.Nx)):Uf(E,tt,z,rt,ot):Uf(E,null,null,null,null)}}}}_o.prototype.doDragOver=function(){};function Bu(a,y){var x=a.diagram;a.dragsLink&&Au(a,!0),wh(a);var b=a.findDragOverObject(y),E=x.lastInput;if(E.targetObject=b,b!==null){E.handled=!1;for(var z=b;z!==null;){var tt=z.mouseDrop;if(tt!==null&&(tt(E,z),E.handled))break;J0(a,E,z),z=ig(z)}}else z=x.mouseDrop,z!==null&&z(E);if(a.isActive||Br!==null){for(E=(a.copiedParts||a.draggedParts).iterator;E.next();)z=E.key,z instanceof qe&&z.linksConnected.each(function(ot){ot.suspendsRouting=!1});if(a.doDropOnto(y,b),a.isActive||Br!==null){for(a=ye.alloc(),y=x.selection.iterator;y.next();)b=y.value,b instanceof qe&&Q0(x,b,a);ye.free(a)}}}function J0(a,y,x){a=a.diagram,x=x.part,!a.handlesDragDropForTopLevelParts||!x.isTopLevel||x instanceof ii||(x=a.mouseDrop,x!==null&&x(y))}function Q0(a,y,x){var b=!1;if(x=y.getAvoidableRect(x),a.viewportBounds.Re(x)&&(b=!0),a=a.Nu(x,function(E){return E.part},function(E){return E instanceof Ge},!0,function(E){return E instanceof Ge},b),a.count!==0)for(a=a.iterator;a.next();)x=a.value,!x.Td(y)&&x.isAvoiding&&x.bb()}_o.prototype.doDropOnto=function(){},_o.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()?(lu(this,!1),sc(a,this.copiedParts),kl(this,this.copiedParts,!1),Dh(a,this.copiedParts)):this.mayMove()?(Qa(this),kl(this,this.draggedParts,!0)):this.mayDragOut()?(lu(this,!1),kl(this,this.copiedParts,!1)):Qa(this),Yf(this,a.lastInput.documentPoint))}},_o.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?(Qa(this),lu(this,!0),sc(a,this.copiedParts),kl(this,this.copiedParts,!1),Dh(a,this.copiedParts),this.copiedParts!==null&&(a.R("ChangingSelection",a.selection),a.clearSelection(!0),this.copiedParts.iteratorKeys.each(function(E){E.isSelected=!0}))):(y=!0,Qa(this),this.mayMove()&&(kl(this,this.draggedParts,!0),Yf(this,a.lastInput.documentPoint))),this.Ym=!0,Bu(this,a.lastInput.documentPoint),this.isActive){var b=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",b)}this.stopTool(),x&&a.R("ChangedSelection",a.selection)}}},_o.prototype.simulatedMouseMove=function(a,y,x){if(Br===null)return!1;var b=Br.diagram;x instanceof ne||(x=null);var E=Du;return x!==E&&(E!==null&&E!==b&&(E.ug(),Br.isDragOutStarted=!1,E=E.toolManager.findTool("Dragging"),E!==null&&E.doSimulatedDragLeave()),Du=x,x!==null&&x!==b&&(eg(),E=x.toolManager.findTool("Dragging"),E!==null&&(Hl.contains(E)||Hl.add(E),E.doSimulatedDragEnter())),this.doUpdateCursor(null)),x===null||x===b||!x.allowDrop||x.isReadOnly||!x.allowInsert?!1:(b=x.toolManager.findTool("Dragging"),b!==null&&(a!==null&&(a.targetTouches!==void 0&&(0<a.targetTouches.length?a=a.targetTouches[0]:0<a.changedTouches.length&&(a=a.changedTouches[0])),y=x.getMouse(a)),x.lastInput.documentPoint=y,x.lastInput.viewPoint=x.op(y),x.lastInput.down=!1,x.lastInput.up=!1,b.doSimulatedDragOver()),!0)},_o.prototype.simulatedMouseUp=function(a,y,x){if(Br===null)return!1;var b=Du,E=Br.diagram;if(x===null)return Br.doCancel(),!0;if(x!==b){var z=b.toolManager.findTool("Dragging");if(b!==null&&b!==E&&z!==null)return b.ug(),Br.isDragOutStarted=!1,z.doSimulatedDragLeave(),!1;Du=x,b=x.toolManager.findTool("Dragging"),b!==null&&(eg(),Hl.contains(b)||Hl.add(b),b.doSimulatedDragEnter())}return x!==this.diagram?(a!==null?(a.targetTouches!==void 0&&(0<a.targetTouches.length?a=a.targetTouches[0]:0<a.changedTouches.length&&(a=a.changedTouches[0])),y=x.getMouse(a)):y===null&&(y=new It),x.lastInput.documentPoint=y,x.lastInput.viewPoint=x.op(y),x.lastInput.down=!1,x.lastInput.up=!0,a=x.toolManager.findTool("Dragging"),a!==null&&a.doSimulatedDrop(),a=Br,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 qe&&(x=x.containingGroup,x===null||x.placeholder===null||a.draggedParts.contains(x)||x.placeholder.v())}}_o.prototype.mayCopy=function(){if(!this.isCopyEnabled)return!1;var a=this.diagram;if(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.allowCopy||(Ri?!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())},_o.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())},_o.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())},_o.prototype.computeBorder=function(a,y,x){return this.Ym||this.draggedParts===null||this.draggedParts.contains(a)?null:x.assign(y)},_o.prototype.Az=function(){return Br},_o.prototype.mayDragIn=function(){var a=this.diagram;if(!a.allowDrop||a.isReadOnly||a.isModelReadOnly||!a.allowInsert)return!1;var y=Br;return!(y===null||y.diagram.model.dataFormat!==a.model.dataFormat)},_o.prototype.doSimulatedDragEnter=function(){if(this.mayDragIn()){var a=this.diagram;a.animationManager.Cc(),La(a),a.animationManager.Cc(),a=Br,a!==null&&(a.diagram.Ns=!1),this.doUpdateCursor(null)}},_o.prototype.doSimulatedDragLeave=function(){var a=Br;a!==null&&a.doSimulatedDragOut(),this.doCancel()},_o.prototype.doSimulatedDragOver=function(){var a=this.diagram;a.animationManager.Dm=!0;var y=Br;if(y!==null&&y.draggedParts!==null){if(!this.mayDragIn())return;Rp(this,y.draggedParts.Lf(),!1,a.firstInput),kl(this,this.copiedParts,!1),Yf(this,a.lastInput.documentPoint)}a.animationManager.Dm=!1},_o.prototype.doSimulatedDrop=function(){var a=this.diagram,y=Br;if(y!==null){var x=y.diagram;if(y.Ym=!0,Qa(this),!this.mayDragIn())return;a.animationManager.Dm=!0,a.R("ChangingSelection",a.selection),this.Ea("Drop"),Rp(this,y.draggedParts.Lf(),!0,a.lastInput),kl(this,this.copiedParts,!1);var b=new Be;this.copiedParts!==null&&(a.clearSelection(!0),this.copiedParts.iteratorKeys.each(function(E){E.isSelected=!0,b.add(E)})),Bu(this,a.lastInput.documentPoint),a.Ya(),this.copiedParts!==null&&(this.transactionResult="ExternalCopy"),this.copiedParts=null,a.doFocus(),a.R("ExternalObjectsDropped",b,x),this.stopTransaction(),a.R("ChangedSelection",a.selection)}a.animationManager.Dm=!1};function Rp(a,y,x,b){if(a.copiedParts===null){var E=a.diagram;if(!E.isReadOnly&&!E.isModelReadOnly){E.skipsUndoManager=!x,E.partManager.addsToTemporaryLayer=!x,a.startPoint=b.documentPoint,x=E.Kj(y,E,!0);var z=ye.alloc();E=b=1/0;for(var tt=-1/0,ot=-1/0,rt=y.iterator;rt.next();){var at=rt.value;if(at.isVisible()){var ut=at.location;at=ut.x,ut=ut.y,isNaN(at)||isNaN(ut)||(at<b&&(b=at),ut<E&&(E=ut),at>tt&&(tt=at),ut>ot&&(ot=ut))}}for(b===1/0?z.h(0,0,0,0):z.h(b,E,tt-b,ot-E),b=z.x+z.width/2,E=z.y+z.height/2,ye.free(z),z=a.Fr,tt=new Gn,ot=It.alloc(),rt=y.iterator;rt.next();)at=rt.value,at instanceof Ge&&at.canCopy()&&(ut=x.I(at),ut!==null&&(ut.points=at.points,qu(ut,z.x-b,z.y-E),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-(b-at.x),z.y-(E-at.y)),rt.location=ot,rt.Va(),tt.add(rt,a.Pd(ot))));It.free(ot),a.copiedParts=tt,Vf(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)}}}_o.prototype.doSimulatedDragOut=function(){var a=this.diagram;a.Ns=!1,this.mayCopy()||this.mayMove()?a.currentCursor="":a.currentCursor=this.nodropCursor,this.Bn=null},_o.prototype.computeMove=function(a,y,x,b){return x=this.diagram,x!==null?x.computeMove(a,y,this.dragOptions,b):new It},re.Object.defineProperties(_o.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}}}),_o.prototype.getDraggingSource=_o.prototype.Az;var Br=null,Du=null;_o.className="DraggingTool",Hl=new Ie,Pi("draggingTool",function(){return this.findTool("Dragging")},function(a){this.gb("Dragging",a,this.mouseMoveTools)}),Oo.prototype.doCancel=function(){Br!==null&&Br.doCancel(),zi.prototype.doCancel.call(this)};function tr(){zi.call(this),this.te=100,this.Ha=!1,this.u="pointer";var a=new Ge,y=new fi;y.isPanelMain=!0,y.stroke="blue",a.add(y),y=new fi,y.toArrow="Standard",y.fill="blue",y.stroke="blue",a.add(y),a.layerName="Tool",this.Ci=a,a=new qe,y=new fi,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=po,a.add(y),a.selectable=!1,a.layerName="Tool",this.Bi=a,this.j=y,a=new qe,y=new fi,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=po,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 Gn,this.Of=this.gj=this.Pf=null}de(tr,zi),tr.prototype.doStop=function(){this.diagram.ug(),this.originalToPort=this.originalToNode=this.originalFromPort=this.originalFromNode=this.originalLink=null,this.validPortsCache.clear(),this.targetPort=null},tr.prototype.copyPortProperties=function(a,y,x,b,E){if(a!==null&&y!==null&&x!==null&&b!==null){var z=y.Df(),tt=Ue.alloc();tt.width=y.naturalBounds.width*z,tt.height=y.naturalBounds.height*z,b.desiredSize=tt,Ue.free(tt),E?(b.toSpot=y.toSpot,b.toEndSegmentLength=y.toEndSegmentLength):(b.fromSpot=y.fromSpot,b.fromEndSegmentLength=y.fromEndSegmentLength),x.locationSpot=_i,z=It.alloc(),x.location=y.ga(_i,z),It.free(z),b.angle=y.li(),this.portTargeted!==null&&this.portTargeted(a,y,x,b,E)}},tr.prototype.setNoTargetPortProperties=function(a,y,x){y!==null&&(y.desiredSize=po,y.fromSpot=Bi,y.toSpot=Bi),a!==null&&(a.location=this.diagram.lastInput.documentPoint),this.portTargeted!==null&&this.portTargeted(null,null,a,y,x)},tr.prototype.doMouseDown=function(){this.isActive&&this.doMouseMove()},tr.prototype.doMouseMove=function(){if(this.isActive){var a=this.diagram;if(this.targetPort=this.findTargetPort(this.isForwards),this.targetPort!==null&&this.targetPort.part instanceof qe){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)}},tr.prototype.findValidLinkablePort=function(a,y){if(a===null)return null;var x=a.part;if(!(x instanceof qe))return null;for(;a!==null;){var b=y?a.toLinkable:a.fromLinkable;if(b===!0&&(a.portId!==null||a instanceof qe)&&(y?this.isValidTo(x,a):this.isValidFrom(x,a)))return a;if(b===!1)break;a=a.panel}return null},tr.prototype.findTargetPort=function(a){var y=this.diagram,x=y.lastInput.documentPoint,b=this.portGravity;0>=b&&(b=.1);var E=this,z=y.og(x,b,function(ft){return E.findValidLinkablePort(ft,a)},null,!0);for(b=1/0,y=null,z=z.iterator;z.next();){var tt=z.value,ot=tt.part;if(ot instanceof qe){var rt=tt.ga(_i,It.alloc()),at=x.x-rt.x,ut=x.y-rt.y;It.free(rt),rt=at*at+ut*ut,rt<b&&(at=this.validPortsCache.I(tt),at!==null?at&&(y=tt,b=rt):a&&this.isValidLink(this.originalFromNode,this.originalFromPort,ot,tt)||!a&&this.isValidLink(ot,tt,this.originalToNode,this.originalToPort)?(this.validPortsCache.add(tt,!0),y=tt,b=rt):this.validPortsCache.add(tt,!1))}}return y!==null&&(x=y.part,x instanceof qe&&(x.layer===null||x.layer.allowLink))?y:null},tr.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},tr.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},tr.prototype.isInSameNode=function(a,y){return a===null||y===null?!1:a===y?!0:(a=a.part,y=y.part,a!==null&&a===y)},tr.prototype.isLinked=function(a,y){if(a===null||y===null)return!1;var x=a.part;if(!(x instanceof qe))return!1;a=a.portId,a===null&&(a="");var b=y.part;if(!(b instanceof qe))return!1;for(y=y.portId,y===null&&(y=""),y=b.Sd(y);y.next();)if(b=y.value,b.fromNode===x&&b.fromPortId===a)return!0;return!1},tr.prototype.isValidLink=function(a,y,x,b){if(!this.isValidFrom(a,y)||!this.isValidTo(x,b)||!(y===null||b===null||(y.fromLinkableSelfNode&&b.toLinkableSelfNode||!this.isInSameNode(y,b))&&(y.fromLinkableDuplicates&&b.toLinkableDuplicates||!this.isLinked(y,b)))||this.originalLink!==null&&(a!==null&&this.isLabelDependentOnLink(a,this.originalLink)||x!==null&&this.isLabelDependentOnLink(x,this.originalLink))||a!==null&&x!==null&&(a.data===null&&x.data!==null||a.data!==null&&x.data===null)||!this.isValidCycle(a,x,this.originalLink))return!1;if(a!==null){var E=a.linkValidation;if(E!==null&&!E(a,y,x,b,this.originalLink))return!1}return x!==null&&(E=x.linkValidation,E!==null&&!E(a,y,x,b,this.originalLink))?!1:(E=this.linkValidation,E!==null?E(a,y,x,b,this.originalLink):!0)},tr.prototype.isLabelDependentOnLink=function(a,y){if(a===null)return!1;var x=a.labeledLink;if(x===null)return!1;if(x===y)return!0;var b=new Be;return b.add(a),ls(this,x,y,b)};function ls(a,y,x,b){if(y===x)return!0;var E=y.fromNode;return E!==null&&E.isLinkLabel&&(b.add(E),ls(a,E.labeledLink,x,b))?!0:(y=y.toNode,!!(y!==null&&y.isLinkLabel&&(b.add(y),ls(a,y.labeledLink,x,b))))}tr.prototype.isValidCycle=function(a,y,x){if(x===void 0&&(x=null),a===null||y===null)return this.isUnconnectedLinkValid;var b=this.diagram.validCycle;if(b!==gf){if(b===Dg){if(b=x||this.temporaryLink,b!==null&&!b.isTreeLink)return!0;for(b=y.linksConnected;b.next();){var E=b.value;if(E!==x&&E.isTreeLink&&E.toNode===y)return!1}return!ps(this,a,y,x,!0)}if(b===Og){if(b=x||this.temporaryLink,b!==null&&!b.isTreeLink)return!0;for(b=a.linksConnected;b.next();)if(E=b.value,E!==x&&E.isTreeLink&&E.fromNode===a)return!1;return!ps(this,a,y,x,!0)}if(b===Fg)return a===y?a=!0:(b=new Be,b.add(y),a=ms(this,b,a,y,x)),!a;if(b===Ag)return!ps(this,a,y,x,!1);if(b===Bg)return a===y?a=!0:(b=new Be,b.add(y),a=dd(this,b,a,y,x)),!a}return!0};function ps(a,y,x,b,E){if(y===x)return!0;if(y===null||x===null)return!1;for(var z=y.linksConnected;z.next();){var tt=z.value;if(tt!==b&&(!E||tt.isTreeLink)&&tt.toNode===y&&(tt=tt.fromNode,tt!==y&&ps(a,tt,x,b,E)))return!0}return!1}function ms(a,y,x,b,E){if(x===b)return!0;if(x===null||b===null||y.contains(x))return!1;y.add(x);for(var z=x.linksConnected;z.next();){var tt=z.value;if(tt!==E&&tt.toNode===x&&(tt=tt.fromNode,tt!==x&&ms(a,y,tt,b,E)))return!0}return!1}function dd(a,y,x,b,E){if(x===b)return!0;if(x===null||b===null||y.contains(x))return!1;y.add(x);for(var z=x.linksConnected;z.next();){var tt=z.value;if(tt!==E){var ot=tt.fromNode;if(tt=tt.toNode,ot=ot===x?tt:ot,ot!==x&&dd(a,y,ot,b,E))return!0}}return!1}re.Object.defineProperties(tr.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}}}),tr.className="LinkingBaseTool";function vs(){tr.call(this),this.name="Linking",this.V={},this.F=null,this.K=Ch,this.Xd=null}de(vs,tr),vs.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},vs.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 qe)))return null;var x=this.direction;if(x===Ch||x===zp){var b=this.findValidLinkablePort(y,!1);if(b!==null||this.startObject===a&&(b=a.port,this.findValidLinkablePort(b,!1)))return this.isForwards=!0,b}return(x===Ch||x===jp)&&(y=this.findValidLinkablePort(y,!0),y!==null||this.startObject===a&&(y=a.port,this.findValidLinkablePort(y,!0)))?(this.isForwards=!1,y):null},vs.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 qe&&(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 qe&&(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)},vs.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()},vs.prototype.doStop=function(){tr.prototype.doStop.call(this),this.startObject=null},vs.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram,y=this.transactionResult=null,x=null,b=null,E=null,z=null;try{var tt=this.targetPort=this.findTargetPort(this.isForwards);if(tt!==null){var ot=tt.part;ot instanceof qe&&(this.isForwards?(this.originalFromNode!==null&&(y=this.originalFromNode,x=this.originalFromPort),b=ot,E=tt):(y=ot,x=tt,this.originalToNode!==null&&(b=this.originalToNode,E=this.originalToPort)))}else this.isForwards?this.originalFromNode!==null&&this.isUnconnectedLinkValid&&(y=this.originalFromNode,x=this.originalFromPort):this.originalToNode!==null&&this.isUnconnectedLinkValid&&(b=this.originalToNode,E=this.originalToPort);y!==null||b!==null?(z=this.insertLink(y,x,b,E),z!==null?(tt===null&&(this.isForwards?z.defaultToPoint=a.lastInput.documentPoint:z.defaultFromPoint=a.lastInput.documentPoint),a.allowSelect&&(a.R("ChangingSelection",a.selection),a.clearSelection(!0),z.isSelected=!0),this.transactionResult=this.name,a.R("LinkDrawn",z)):this.doNoLink(y,x,b,E)):this.isForwards?this.doNoLink(this.originalFromNode,this.originalFromPort,null,null):this.doNoLink(null,null,this.originalToNode,this.originalToPort)}finally{this.stopTool(),z&&a.allowSelect&&a.R("ChangedSelection",a.selection)}}},vs.prototype.isNewTreeLink=function(){var a=this.archetypeLinkData;if(a===null)return!0;if(a instanceof Ge)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)},vs.prototype.insertLink=function(a,y,x,b){return this.diagram.partManager.insertLink(a,y,x,b)},vs.prototype.doNoLink=function(){},re.Object.defineProperties(vs.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 Se(vs,"Either",0),zp=new Se(vs,"ForwardsOnly",0),jp=new Se(vs,"BackwardsOnly",0);vs.className="LinkingTool",vs.Either=Ch,vs.ForwardsOnly=zp,vs.BackwardsOnly=jp;function ca(){tr.call(this),this.name="Relinking";var a=new fi;a.figure="Diamond",a.desiredSize=Xo,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=0,this.V=a,a=new fi,a.figure="Diamond",a.desiredSize=Xo,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=-1,this.Xd=a,this.F=null,this.Ew=new ye}de(ca,tr),ca.prototype.updateAdornments=function(a){if(a!==null&&a instanceof Ge){var y="RelinkFrom",x=null;if(a.isSelected&&!this.diagram.isReadOnly){var b=a.selectionObject;b!==null&&a.canRelinkFrom()&&a.actualBounds.w()&&a.isVisible()&&b.actualBounds.w()&&b.Ed()&&(x=a.Pj(y),x===null&&(x=this.makeAdornment(b,!1),a.bh(y,x)))}x===null&&a.Jf(y),y="RelinkTo",x=null,a.isSelected&&!this.diagram.isReadOnly&&(b=a.selectionObject,b!==null&&a.canRelinkTo()&&a.actualBounds.w()&&a.isVisible()&&b.actualBounds.w()&&b.Ed()&&(x=a.Pj(y),x===null?(x=this.makeAdornment(b,!0),a.bh(y,x)):x.v())),x===null&&a.Jf(y)}},ca.prototype.makeAdornment=function(a,y){var x=new ji;return x.type=De.Link,y=y?this.toHandleArchetype:this.fromHandleArchetype,y!==null&&x.add(y.copy()),x.adornedObject=a,x},ca.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},ca.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 ji&&x.adornedPart instanceof Ge))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=oi),this.temporaryFromNode!==null&&(this.temporaryFromNode.location=this.originalLink.i(0))),this.originalLink.toNode===null&&(this.temporaryToPort!==null&&(this.temporaryToPort.desiredSize=oi),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},ca.prototype.copyLinkProperties=function(a,y){if(a!==null&&y!==null){y.adjusting=a.adjusting,y.corner=a.corner;var x=a.curve;(x===Ec||x===th)&&(x=Ls),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}},ca.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()},ca.prototype.doStop=function(){tr.prototype.doStop.call(this),this.handle=null},ca.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram;this.transactionResult=null;var y=this.originalFromNode,x=this.originalFromPort,b=this.originalToNode,E=this.originalToPort,z=this.originalLink;try{if(this.targetPort=this.findTargetPort(this.isForwards),this.targetPort!==null){var tt=this.targetPort.part;tt instanceof qe&&(this.isForwards?(b=tt,E=this.targetPort):(y=tt,x=this.targetPort))}else this.isUnconnectedLinkValid?this.isForwards?E=b=null:x=y=null:z=null;z!==null?(this.reconnectLink(z,this.isForwards?b:y,this.isForwards?E:x,this.isForwards),this.targetPort===null&&(this.isForwards?z.defaultToPoint=a.lastInput.documentPoint:z.defaultFromPoint=a.lastInput.documentPoint,z.bb()),this.transactionResult=this.name,a.R("LinkRelinked",z,this.isForwards?this.originalToPort:this.originalFromPort)):this.doNoRelink(this.originalLink,this.isForwards),this.originalLink.Xo(this.Ew)}finally{this.stopTool()}}},ca.prototype.reconnectLink=function(a,y,x,b){return x=x!==null&&x.portId!==null?x.portId:"",b?(a.toNode=y,a.toPortId=x):(a.fromNode=y,a.fromPortId=x),!0},ca.prototype.doNoRelink=function(){};function Uf(a,y,x,b,E){y!==null?(a.copyPortProperties(y,x,a.temporaryFromNode,a.temporaryFromPort,!1),a.diagram.add(a.temporaryFromNode)):a.diagram.remove(a.temporaryFromNode),b!==null?(a.copyPortProperties(b,E,a.temporaryToNode,a.temporaryToPort,!0),a.diagram.add(a.temporaryToNode)):a.diagram.remove(a.temporaryToNode)}re.Object.defineProperties(ca.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 ji))throw Error("new handle is not in an Adornment: "+a);this.F=a}}}),ca.className="RelinkingTool",Pi("linkingTool",function(){return this.findTool("Linking")},function(a){this.gb("Linking",a,this.mouseMoveTools)}),Pi("relinkingTool",function(){return this.findTool("Relinking")},function(a){this.gb("Relinking",a,this.mouseDownTools)});function ar(){zi.call(this),this.name="LinkReshaping";var a=new fi;a.figure="Rectangle",a.desiredSize=$o,a.fill="lightblue",a.stroke="dodgerblue",this.o=a,a=new fi,a.figure="Diamond",a.desiredSize=Xo,a.fill="lightblue",a.stroke="dodgerblue",a.cursor="move",this.u=a,this.F=3,this.Ts=this.j=null,this.Fw=new It,this.Yq=new Ie}de(ar,zi),ar.prototype.Ru=function(a){return a&&a.reshapingBehavior.value!==0?a.reshapingBehavior:og},ar.prototype.om=function(a,y){a.reshapingBehavior=y},ar.prototype.updateAdornments=function(a){if(a!==null&&a instanceof Ge){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)}},ar.prototype.makeAdornment=function(a){var y=a.part,x=y.pointsCount,b=y.isOrthogonal,E=null;if(y.points!==null&&1<x){E=new ji,E.type=De.Link,x=y.firstPickIndex;var z=y.lastPickIndex,tt=b?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,E.add(rt))}for(tt=x+1;tt<z;tt++)if(ot=this.makeHandle(a,tt),ot!==null){if(ot.segmentIndex=tt,tt!==x)if(tt===x+1&&b){rt=y.i(x);var at=y.i(x+1);Jt.B(rt.x,at.x)&&Jt.B(rt.y,at.y)&&(at=y.i(x-1)),Jt.B(rt.x,at.x)?(this.om(ot,Ru),ot.cursor="n-resize"):Jt.B(rt.y,at.y)&&(this.om(ot,Iu),ot.cursor="w-resize")}else tt===z-1&&b?(rt=y.i(z-1),at=y.i(z),Jt.B(rt.x,at.x)&&Jt.B(rt.y,at.y)&&(rt=y.i(z+1)),Jt.B(rt.x,at.x)?(this.om(ot,Ru),ot.cursor="n-resize"):Jt.B(rt.y,at.y)&&(this.om(ot,Iu),ot.cursor="w-resize")):tt!==z&&(this.om(ot,Zf),ot.cursor="move");E.add(ot)}E.adornedObject=a}return E},ar.prototype.makeHandle=function(){var a=this.handleArchetype;return a===null?null:a.copy()},ar.prototype.makeResegmentHandle=function(){var a=this.midHandleArchetype;return a===null?null:a.copy()},ar.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},ar.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 Ge){if(this.Ts=y,a.isMouseCaptured=!0,this.Ea(this.name),y.resegmentable&&this.handle.fromMaxLinks===999){var x=y.points.copy(),b=this.getResegmentingPoint();if(x.Gb(this.handle.segmentIndex+1,b),y.isOrthogonal&&x.Gb(this.handle.segmentIndex+1,b),y.points=x,y.Wb(),y.updateAdornments(),this.handle=this.findToolHandleAt(a.firstInput.documentPoint,this.name),this.handle===null){this.doDeactivate();return}}this.Fw=y.i(this.handle.segmentIndex),this.Yq=y.points.copy(),this.isActive=!0}}},ar.prototype.doDeactivate=function(){this.stopTransaction(),this.Ts=this.handle=null,this.isActive=this.diagram.isMouseCaptured=!1},ar.prototype.stopTransaction=function(){var a=this.diagram,y=zi.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},ar.prototype.doCancel=function(){var a=this.adornedLink;a!==null&&(a.points=this.Yq),this.stopTool()},ar.prototype.getResegmentingPoint=function(){return this.handle.ga(_i)},ar.prototype.doMouseMove=function(){var a=this.diagram;this.isActive&&(a=this.computeReshape(a.lastInput.documentPoint),this.reshape(a))},ar.prototype.doMouseUp=function(){var a=this.diagram;if(this.isActive){var y=this.computeReshape(a.lastInput.documentPoint);if(this.reshape(y),y=this.adornedLink,y!==null&&y.resegmentable){var x=this.handle.segmentIndex,b=y.i(x-1),E=y.i(x),z=y.i(x+1);if(y.isOrthogonal){if(x>y.firstPickIndex+1&&x<y.lastPickIndex-1){var tt=y.i(x-2);if(Math.abs(b.x-E.x)<this.resegmentingDistance&&Math.abs(b.y-E.y)<this.resegmentingDistance&&(Ou(this,tt,b,E,z,!0)||Ou(this,tt,b,E,z,!1))){var ot=y.points.copy();Ou(this,tt,b,E,z,!0)?(ot.cd(x-2,new It(tt.x,(z.y+tt.y)/2)),ot.cd(x+1,new It(z.x,(z.y+tt.y)/2))):(ot.cd(x-2,new It((z.x+tt.x)/2,tt.y)),ot.cd(x+1,new It((z.x+tt.x)/2,z.y))),ot.mb(x),ot.mb(x-1),y.points=ot,y.Wb()}else tt=y.i(x+2),Math.abs(E.x-z.x)<this.resegmentingDistance&&Math.abs(E.y-z.y)<this.resegmentingDistance&&(Ou(this,b,E,z,tt,!0)||Ou(this,b,E,z,tt,!1))&&(ot=y.points.copy(),Ou(this,b,E,z,tt,!0)?(ot.cd(x-1,new It(b.x,(b.y+tt.y)/2)),ot.cd(x+2,new It(tt.x,(b.y+tt.y)/2))):(ot.cd(x-1,new It((b.x+tt.x)/2,b.y)),ot.cd(x+2,new It((b.x+tt.x)/2,tt.y))),ot.mb(x+1),ot.mb(x),y.points=ot,y.Wb())}}else tt=It.alloc(),Jt.qh(b.x,b.y,z.x,z.y,E.x,E.y,tt)&&tt.Bf(E)<this.resegmentingDistance*this.resegmentingDistance&&(b=y.points.copy(),b.mb(x),y.points=b,y.Wb()),It.free(tt)}a.Ya(),this.transactionResult=this.name,a.R("LinkReshaped",this.adornedLink,this.Yq)}this.stopTool()};function Ou(a,y,x,b,E,z){return z?Math.abs(y.y-x.y)<a.resegmentingDistance&&Math.abs(x.y-b.y)<a.resegmentingDistance&&Math.abs(b.y-E.y)<a.resegmentingDistance:Math.abs(y.x-x.x)<a.resegmentingDistance&&Math.abs(x.x-b.x)<a.resegmentingDistance&&Math.abs(b.x-E.x)<a.resegmentingDistance}ar.prototype.reshape=function(a){var y=this.adornedLink;y.uh();var x=this.handle.segmentIndex,b=this.Ru(this.handle);if(y.isOrthogonal)if(x===y.firstPickIndex+1)x=y.firstPickIndex+1,b===Ru?(y.L(x,y.i(x-1).x,a.y),y.L(x+1,y.i(x+2).x,a.y)):b===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,b===Ru?(y.L(x-1,y.i(x-2).x,a.y),y.L(x,y.i(x+1).x,a.y)):b===Iu&&(y.L(x-1,a.x,y.i(x-2).y),y.L(x,a.x,y.i(x+1).y));else{b=x;var E=y.i(b),z=y.i(b-1),tt=y.i(b+1);Jt.B(z.x,E.x)&&Jt.B(E.y,tt.y)?(Jt.B(z.x,y.i(b-2).x)&&!Jt.B(z.y,y.i(b-2).y)?(y.m(b,a.x,z.y),x++,b++):y.L(b-1,a.x,z.y),Jt.B(tt.y,y.i(b+2).y)&&!Jt.B(tt.x,y.i(b+2).x)?y.m(b+1,tt.x,a.y):y.L(b+1,tt.x,a.y)):Jt.B(z.y,E.y)&&Jt.B(E.x,tt.x)?(Jt.B(z.y,y.i(b-2).y)&&!Jt.B(z.x,y.i(b-2).x)?(y.m(b,z.x,a.y),x++,b++):y.L(b-1,z.x,a.y),Jt.B(tt.x,y.i(b+2).x)&&!Jt.B(tt.y,y.i(b+2).y)?y.m(b+1,a.x,tt.y):y.L(b+1,a.x,tt.y)):Jt.B(z.x,E.x)&&Jt.B(E.x,tt.x)?(Jt.B(z.x,y.i(b-2).x)&&!Jt.B(z.y,y.i(b-2).y)?(y.m(b,a.x,z.y),x++,b++):y.L(b-1,a.x,z.y),Jt.B(tt.x,y.i(b+2).x)&&!Jt.B(tt.y,y.i(b+2).y)?y.m(b+1,a.x,tt.y):y.L(b+1,a.x,tt.y)):Jt.B(z.y,E.y)&&Jt.B(E.y,tt.y)&&(Jt.B(z.y,y.i(b-2).y)&&!Jt.B(z.x,y.i(b-2).x)?(y.m(b,z.x,a.y),x++,b++):y.L(b-1,z.x,a.y),Jt.B(tt.y,y.i(b+2).y)&&!Jt.B(tt.x,y.i(b+2).x)?y.m(b+1,tt.x,a.y):y.L(b+1,tt.x,a.y)),y.L(x,a.x,a.y)}else y.L(x,a.x,a.y),b=y.fromNode,E=y.fromPort,b!==null&&(z=b.findVisibleNode(),z!==null&&z!==b&&(b=z,E=b.port)),x===1&&y.computeSpot(!0,E).Mc()&&(z=E.ga(_i,It.alloc()),b=y.getLinkPointFromPoint(b,E,z,a,!0,It.alloc()),y.L(0,b.x,b.y),It.free(z),It.free(b)),b=y.toNode,E=y.toPort,b!==null&&(z=b.findVisibleNode(),z!==null&&z!==b&&(b=z,E=b.port)),x===y.pointsCount-2&&y.computeSpot(!1,E).Mc()&&(x=E.ga(_i,It.alloc()),a=y.getLinkPointFromPoint(b,E,x,a,!1,It.alloc()),y.L(y.pointsCount-1,a.x,a.y),It.free(x),It.free(a));y.zf()},ar.prototype.computeReshape=function(a){var y=this.adornedLink,x=this.handle.segmentIndex;switch(this.Ru(this.handle)){case Zf:return a;case Ru:return new It(y.i(x).x,a.y);case Iu:return new It(a.x,y.i(x).y);default:case og:return y.i(x)}},re.Object.defineProperties(ar.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 ji))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}}}),ar.prototype.setReshapingBehavior=ar.prototype.om,ar.prototype.getReshapingBehavior=ar.prototype.Ru;var og=new Se(ar,"None",0),Iu=new Se(ar,"Horizontal",1),Ru=new Se(ar,"Vertical",2),Zf=new Se(ar,"All",3);ar.className="LinkReshapingTool",ar.None=og,ar.Horizontal=Iu,ar.Vertical=Ru,ar.All=Zf,Pi("linkReshapingTool",function(){return this.findTool("LinkReshaping")},function(a){this.gb("LinkReshaping",a,this.mouseDownTools)});function $r(){zi.call(this),this.name="Resizing",this.o=new Ue(1,1).freeze(),this.j=new Ue(9999,9999).freeze(),this.yg=new Ue(NaN,NaN).freeze(),this.V=!1,this.ia=!0,this.ue=null;var a=new fi;a.alignmentFocus=_i,a.figure="Rectangle",a.desiredSize=$o,a.fill="lightblue",a.stroke="dodgerblue",a.strokeWidth=1,a.cursor="pointer",this.F=a,this.u=null,this.Xq=new It,this.Dw=new Ue,this.Tn=new It,this.rt=new Ue(0,0),this.qt=new Ue(1/0,1/0),this.pt=new Ue(1,1)}de($r,zi),$r.prototype.updateAdornments=function(a){if(!(a===null||a instanceof Ge)){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)}},$r.prototype.makeAdornment=function(a){var y=a.part.resizeAdornmentTemplate;if(y===null){y=new ji,y.type=De.Spot,y.locationSpot=_i;var x=new Cs;x.isPanelMain=!0,y.add(x),y.add(this.makeHandle(a,fo)),y.add(this.makeHandle(a,ha)),y.add(this.makeHandle(a,As)),y.add(this.makeHandle(a,Fs)),y.add(this.makeHandle(a,Bs)),y.add(this.makeHandle(a,Hr)),y.add(this.makeHandle(a,Qr)),y.add(this.makeHandle(a,Ds))}else if(Wa(y),y=y.copy(),y===null)return null;return y.adornedObject=a,y},$r.prototype.makeHandle=function(a,y){return a=this.handleArchetype,a===null?null:(a=a.copy(),a.alignment=y,a)},$r.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=_i),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 De)for(a=a.elements;a.next();)this.updateResizeHandles(a.value,y)}},$r.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},$r.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))},$r.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.isActive=a.isMouseCaptured=!1},$r.prototype.stopTransaction=function(){var a=this.diagram,y=zi.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},$r.prototype.doCancel=function(){this.adornedObject!==null&&(this.adornedObject.desiredSize=this.originalDesiredSize,this.adornedObject.part.location=this.originalLocation),this.stopTool()},$r.prototype.doMouseMove=function(){var a=this.diagram;if(this.isActive){var y=this.rt,x=this.qt,b=this.pt,E=this.adornedObject.qs(a.lastInput.documentPoint,It.alloc()),z=this.computeReshape();y=this.computeResize(E,this.handle.alignment,y,x,b,z),this.resize(y),a.bd(),It.free(E)}},$r.prototype.doMouseUp=function(){var a=this.diagram;if(this.isActive){var y=this.rt,x=this.qt,b=this.pt,E=this.adornedObject.qs(a.lastInput.documentPoint,It.alloc()),z=this.computeReshape();y=this.computeResize(E,this.handle.alignment,y,x,b,z),this.resize(y),It.free(E),a.Ya(),this.transactionResult=this.name,a.R("PartResized",this.adornedObject,this.originalDesiredSize)}this.stopTool()},$r.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 ii){var b=new Ie;if(b.add(a),!this.dragsMembers&&a.placeholder===null){var E=new st;E.dragsMembers=!1}y.moveParts(b,this.oppositePoint.copy().re(x),!0,E)}else a.location=a.location.copy().re(x).add(this.oppositePoint);y.bd()}},$r.prototype.computeResize=function(a,y,x,b,E,z){y.Mc()&&(y=_i);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=It.alloc(),Jt.No(a.x,a.y,ot,rt,E.width,E.height,mt),a=tt.copy(),0>=y.x?0>=y.y?(a.x=Math.max(mt.x,at-b.width),a.x=Math.min(a.x,at-x.width),a.width=Math.max(at-a.x,x.width),a.y=Math.max(mt.y,ut-b.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,b.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,b.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-b.width),a.x=Math.min(a.x,at-x.width),a.width=Math.max(at-a.x,x.width),a.height=Math.max(Math.min(mt.y-rt,b.height),x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(ft*a.width,b.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,b.width),x.width),a.height=ft*a.width),a.x=at-a.width)):(a.x=Math.max(mt.x,at-b.width),a.x=Math.min(a.x,at-x.width),a.width=at-a.x,z||(a.height=Math.max(Math.min(ft*a.width,b.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,b.width),x.width),a.y=Math.max(mt.y,ut-b.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,b.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,b.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,b.width),x.width),a.height=Math.max(Math.min(mt.y-rt,b.height),x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(ft*a.width,b.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,b.width),x.width),a.height=ft*a.width))):(a.width=Math.max(Math.min(mt.x-ot,b.width),x.width),z||(a.height=Math.max(Math.min(ft*a.width,b.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-b.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,b.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,b.height),x.height),z||(a.width=Math.max(Math.min(a.height/ft,b.width),x.width),a.height=ft*a.width,a.x=ot+.5*(at-ot-a.width))),It.free(mt),a},$r.prototype.computeReshape=function(){var a=Ee;return this.adornedObject instanceof fi&&(a=Lv(this.adornedObject)),!(a===xn||this.diagram.lastInput.shift)},$r.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},$r.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},$r.prototype.computeCellSize=function(){var a=new Ue(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},re.Object.defineProperties($r.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 ji))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 ji)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}}}),$r.className="ResizingTool",Pi("resizingTool",function(){return this.findTool("Resizing")},function(a){this.gb("Resizing",a,this.mouseDownTools)});function ys(){zi.call(this),this.name="Rotating",this.ia=45,this.V=2,this.Tn=new It,this.ue=null;var a=new fi;a.figure="Ellipse",a.desiredSize=Xo,a.fill="lightblue",a.stroke="dodgerblue",a.strokeWidth=1,a.cursor="pointer",this.o=a,this.j=null,this.Cw=0,this.kr=new It(NaN,NaN),this.u=0,this.F=50}de(ys,zi),ys.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)}},ys.prototype.makeAdornment=function(a){var y=a.part.rotateAdornmentTemplate;if(y===null){y=new ji,y.type=De.Position,y.locationSpot=_i;var x=this.handleArchetype;x!==null&&y.add(x.copy())}else if(Wa(y),y=y.copy(),y===null)return null;return y.adornedObject=a,y},ys.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},ys.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)},ys.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(_i)},ys.prototype.computeAdornmentLocation=function(a){var y=this.rotationPoint;y.w()||(y=this.computeRotationPoint(a)),y=a.qs(y);var x=this.handleAngle;0>x?x+=360:360<=x&&(x-=360),x=Math.round(45*Math.round(x/45));var b=this.handleDistance;return x===0?y.x=a.naturalBounds.width+b:x===45?(y.x=a.naturalBounds.width+b,y.y=a.naturalBounds.height+b):x===90?y.y=a.naturalBounds.height+b:x===135?(y.x=-b,y.y=a.naturalBounds.height+b):x===180?y.x=-b:x===225?(y.x=-b,y.y=-b):x===270?y.y=-b:x===315&&(y.x=a.naturalBounds.width+b,y.y=-b),a.ga(y)},ys.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.kr=new It(NaN,NaN),this.isActive=a.isMouseCaptured=!1},ys.prototype.stopTransaction=function(){var a=this.diagram,y=zi.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},ys.prototype.doCancel=function(){this.diagram.delaysLayout=!1,this.rotate(this.originalAngle),this.stopTool()},ys.prototype.doMouseMove=function(){var a=this.diagram;this.isActive&&(a=this.computeRotate(a.lastInput.documentPoint),this.rotate(a))},ys.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()},ys.prototype.rotate=function(a){var y=this.adornedObject;if(y!==null){y.angle=a,y=y.part,y.Va();var x=y.locationObject,b=y.rotateObject;(x===b||x.rg(b))&&(x=this.Tn.copy(),y.location=x.re(this.rotationPoint).rotate(a-this.originalAngle).add(this.rotationPoint)),this.diagram.bd()}},ys.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},re.Object.defineProperties(ys.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 ji))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 ji)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}}}),ys.className="RotatingTool",Pi("rotatingTool",function(){return this.findTool("Rotating")},function(a){this.gb("Rotating",a,this.mouseDownTools)});function Lh(){zi.call(this),this.name="ClickSelecting"}de(Lh,zi),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 za(){zi.call(this),this.name="Action",this.pk=null}de(za,zi),za.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram,y=a.lastInput,x=a.ic(y.documentPoint,function(b){for(;b.panel!==null&&!b.isActionable;)b=b.panel;return b});return x!==null&&x.isActionable?(this.pk=x,a.Ck=a.ic(y.documentPoint,null,null),!0):!1},za.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()},za.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))}},za.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()},za.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())},za.prototype.doStop=function(){this.pk=null},za.className="ActionTool";function zu(){zi.call(this),this.name="ClickCreating",this.Ri=null,this.o=!0,this.j=!1,this.mw=new It(0,0)}de(zu,zi),zu.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)},zu.prototype.doMouseUp=function(){var a=this.diagram;this.isActive&&this.insertPart(a.lastInput.documentPoint),this.stopTool()},zu.prototype.insertPart=function(a){var y=this.diagram,x=this.archetypeNodeData;if(x===null)return null;var b=null;try{if(y.R("ChangingSelection",y.selection),this.Ea(this.name),x instanceof bn)x.Zc()&&(Wa(x),b=x.copy(),b!==null&&y.add(b));else if(x!==null){var E=y.model.copyNodeData(x);Le(E)&&(y.model.xf(E),b=y.Lc(E))}if(b!==null){var z=It.allocAt(a.x,a.y);this.isGridSnapEnabled&&rc(this.diagram,b,a,z),b.location=z,y.allowSelect&&(y.clearSelection(!0),b.isSelected=!0),It.free(z)}y.Ya(),this.transactionResult=this.name,y.R("PartCreated",b)}finally{this.stopTransaction(),y.R("ChangedSelection",y.selection)}return b},re.Object.defineProperties(zu.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}}}),zu.className="ClickCreatingTool";function wa(){zi.call(this),this.name="DragSelecting",this.Ik=175,this.o=!1;var a=new bn;a.layerName="Tool",a.selectable=!1;var y=new fi;y.name="SHAPE",y.figure="Rectangle",y.fill=null,y.stroke="magenta",a.add(y),this.j=a}de(wa,zi),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 b=Ue.alloc().h(y.width,y.height);x.desiredSize=b,this.box.mm(y.x,y.y,!1),Ue.free(b),(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 ye(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),Ri?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 Ie,y=y.selection.iterator;y.next();){var b=y.value;a.contains(b)||x.add(b)}for(y=x.iterator;y.next();)y.value.isSelected=!1;for(a=a.iterator;a.next();)y=a.value,y.isSelected||(y.isSelected=!0)}},re.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 Vr(){zi.call(this),this.name="Panning",this.Xt=new It,this.xy=new It,this.xg=!1;var a=this;this.Kw=function(){var y=a.diagram;y!==null&&y.removeEventListener(be.document,"scroll",a.Kw,!1),a.stopTool()}}de(Vr,zi),Vr.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())},Vr.prototype.doActivate=function(){var a=this.diagram;this.xg?(a.lastInput.bubbles=!0,a.addEventListener(be.document,"scroll",this.Kw,!1)):(a.currentCursor="move",a.isMouseCaptured=!0,this.Xt.assign(a.position)),this.isActive=!0},Vr.prototype.doDeactivate=function(){var a=this.diagram;a.currentCursor="",this.isActive=a.isMouseCaptured=!1},Vr.prototype.doCancel=function(){var a=this.diagram;a.position=this.Xt,a.isMouseCaptured=!1,this.stopTool()},Vr.prototype.doMouseMove=function(){this.move()},Vr.prototype.doMouseUp=function(){this.move(),this.stopTool()},Vr.prototype.move=function(){var a=this.diagram;if(this.isActive&&a)if(this.xg)a.lastInput.bubbles=!0;else{var y=a.position,x=a.firstInput.documentPoint,b=a.lastInput.documentPoint,E=y.x+x.x-b.x;x=y.y+x.y-b.y,a.allowHorizontalScroll||(E=y.x),a.allowVerticalScroll||(x=y.y),a.position=this.xy.h(E,x)}},re.Object.defineProperties(Vr.prototype,{bubbles:{get:function(){return this.xg},set:function(a){this.xg=a}},originalPosition:{get:function(){return this.Xt}}}),Vr.className="PanningTool",Pi("clickCreatingTool",function(){return this.findTool("ClickCreating")},function(a){this.gb("ClickCreating",a,this.mouseUpTools)}),Pi("clickSelectingTool",function(){return this.findTool("ClickSelecting")},function(a){this.gb("ClickSelecting",a,this.mouseUpTools)}),Pi("panningTool",function(){return this.findTool("Panning")},function(a){this.gb("Panning",a,this.mouseMoveTools)}),Pi("dragSelectingTool",function(){return this.findTool("DragSelecting")},function(a){this.gb("DragSelecting",a,this.mouseMoveTools)}),Pi("actionTool",function(){return this.findTool("Action")},function(a){this.gb("Action",a,this.mouseDownTools)});function Ml(){this.F=this.u=this.j=this.o=null}re.Object.defineProperties(Ml.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}}}),Ml.className="HTMLInfo";function ja(a,y,x){this.text=a,this.hx=y,this.visible=x}ja.className="ContextMenuButtonInfo";function Ss(){zi.call(this),this.name="ContextMenu",this.o=this.ht=this.j=null,this.yw=new It,this.jt=null,this.Et=!1;var a=this;this.tu=function(){a.stopTool()}}de(Ss,zi);function $a(a){var y=new Ml;y.show=function(E,z,tt){tt.showDefaultContextMenu()},y.hide=function(E,z){z.hideDefaultContextMenu()},kh=y,a.tu=function(){a.stopTool()},y=yn("div");var x=yn("div");y.style.cssText="top: 0px;z-index:10002;position: fixed;display: none;text-align: center;left: 25%;width: 50%;background-color: #F5F5F5;padding: 16px;border: 16px solid #444;border-radius: 10px;margin-top: 10px",x.style.cssText="z-index:10001;position: fixed;display: none;top: 0;left: 0;width: 100%;height: 100%;background-color: black;opacity: 0.8;";var b=yn("style");be.document.getElementsByTagName("head")[0].appendChild(b),b.sheet.insertRule(".goCXul { list-style: none; }",0),b.sheet.insertRule(".goCXli {font:700 1.5em Helvetica, Arial, sans-serif;position: relative;min-width: 60px; }",0),b.sheet.insertRule(".goCXa {color: #444;display: inline-block;padding: 4px;text-decoration: none;margin: 2px;border: 1px solid gray;border-radius: 10px; }",0),b=a.diagram,b!==null&&(b.addEventListener(y,"contextmenu",lr,!1),b.addEventListener(y,"selectstart",lr,!1),b.addEventListener(x,"contextmenu",lr,!1)),y.className="goCXforeground",x.className="goCXbackground",be.document.body&&(be.document.body.appendChild(y),be.document.body.appendChild(x)),Qd=y,fd=x,Jd=!0}function lr(a){return a.preventDefault(),!1}Ss.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)},Ss.prototype.doStart=function(){this.yw.set(this.diagram.firstInput.documentPoint)},Ss.prototype.doStop=function(){this.hideContextMenu(),this.currentObject=null},Ss.prototype.findObjectWithContextMenu=function(a){a===void 0&&(a=null);var y=this.diagram,x=y.lastInput,b=null;if(a instanceof ne||(a instanceof Zt?b=a:b=y.ic(x.documentPoint,null,function(E){return!E.layer.isTemporary})),b!==null){for(a=b;a!==null;){if(a.contextMenu!==null)return a;a=a.panel}if(y.lastInput.isTouchEvent&&this.defaultTouchContextMenu)return b.part}else if(y.contextMenu!==null)return y;return null},Ss.prototype.doActivate=function(){},Ss.prototype.doMouseDown=function(){if(zi.prototype.doMouseDown.call(this),this.isActive&&this.currentContextMenu instanceof ji){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.canStart()&&(a.doActivate(),a.doMouseDown(),a.doDeactivate())}this.diagram.toolManager.mouseDownTools.contains(this)&&hl(this)},Ss.prototype.doMouseUp=function(){if(this.isActive&&this.currentContextMenu instanceof ji){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.canStart()&&(a.doActivate(),a.doCancel(),a.doDeactivate())}hl(this)};function hl(a){var y=a.diagram;if(a.isActive){var x=a.currentContextMenu;if(x!==null){var b=null;x instanceof Ml||(b=y.ic(y.lastInput.documentPoint,null,null),b!==null&&b.rg(x)&&a.standardMouseClick(null,null)),a.maybeStopTool(b)}}else a.canStart()&&(uu(a,!0),a.isActive||a.stopTool())}Ss.prototype.maybeStopTool=function(){this.stopTool(),this.canStart()&&(this.diagram.currentTool=this,this.doMouseUp())};function uu(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 b=x.contextMenu;b!==null?(a.currentObject=x instanceof Zt?x:null,a.showContextMenu(b,a.currentObject)):y!==null&&a.showContextMenu(y,a.currentObject)}else y!==null&&a.showContextMenu(y,null);a.currentContextMenu instanceof ji&&!a.currentContextMenu.visible&&a.stopTool()}}Ss.prototype.doMouseMove=function(){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.doMouseMove(),this.isActive&&this.diagram.toolManager.doMouseMove()},Ss.prototype.showContextMenu=function(a,y){var x=this.diagram;if(a!==this.currentContextMenu&&this.hideContextMenu(),a instanceof ji){a.layerName="Tool",a.selectable=!1,a.scale=1/x.scale,a.category=this.name,a.placeholder!==null&&(a.placeholder.scale=x.scale);var b=a.diagram;b!==null&&b!==x&&b.remove(a),x.add(a),y!==null?a.adornedObject=y:a.data=x.model,a.Va(),this.positionContextMenu(a,y)}else a instanceof Ml&&a.show(y,x,this);this.currentContextMenu=a},Ss.prototype.positionContextMenu=function(a){if(a.placeholder===null){var y=this.diagram,x=y.lastInput.documentPoint.copy(),b=a.measuredBounds,E=y.viewportBounds;y.lastInput.isTouchEvent&&(x.x-=b.width),x.x+b.width>E.right&&(x.x-=b.width+5/y.scale),x.x<E.x&&(x.x=E.x),x.y+b.height>E.bottom&&(x.y-=b.height+5/y.scale),x.y<E.y&&(x.y=E.y),a.position=x}},Ss.prototype.hideContextMenu=function(){var a=this.diagram,y=this.currentContextMenu;y!==null&&(y instanceof ji?(a.remove(y),this.ht!==null&&this.ht.Jf(y.category),y.data=null,y.adornedObject=null):y instanceof Ml&&(y.hide!==null?y.hide(a,this):y.mainElement!==null&&(y.mainElement.style.display="none")),this.currentContextMenu=null,this.standardMouseOver())};function ju(a){var y=new Ie;return y.add(new ja("Copy",function(x){x.commandHandler.copySelection()},function(x){return x.commandHandler.canCopySelection()})),y.add(new ja("Cut",function(x){x.commandHandler.cutSelection()},function(x){return x.commandHandler.canCutSelection()})),y.add(new ja("Delete",function(x){x.commandHandler.deleteSelection()},function(x){return x.commandHandler.canDeleteSelection()})),y.add(new ja("Paste",function(x){x.commandHandler.pasteSelection(a.mouseDownPoint)},function(x){return x.commandHandler.canPasteSelection(a.mouseDownPoint)})),y.add(new ja("Select All",function(x){x.commandHandler.selectAll()},function(x){return x.commandHandler.canSelectAll()})),y.add(new ja("Undo",function(x){x.commandHandler.undo()},function(x){return x.commandHandler.canUndo()})),y.add(new ja("Redo",function(x){x.commandHandler.redo()},function(x){return x.commandHandler.canRedo()})),y.add(new ja("Scroll To Part",function(x){x.commandHandler.scrollToPart()},function(x){return x.commandHandler.canScrollToPart()})),y.add(new ja("Zoom To Fit",function(x){x.commandHandler.zoomToFit()},function(x){return x.commandHandler.canZoomToFit()})),y.add(new ja("Reset Zoom",function(x){x.commandHandler.resetZoom()},function(x){return x.commandHandler.canResetZoom()})),y.add(new ja("Group Selection",function(x){x.commandHandler.groupSelection()},function(x){return x.commandHandler.canGroupSelection()})),y.add(new ja("Ungroup Selection",function(x){x.commandHandler.ungroupSelection()},function(x){return x.commandHandler.canUngroupSelection()})),y.add(new ja("Edit Text",function(x){x.commandHandler.editTextBlock()},function(x){return x.commandHandler.canEditTextBlock()})),y}Ss.prototype.showDefaultContextMenu=function(){var a=this.diagram;this.jt===null&&(this.jt=ju(this)),Qd.innerHTML="",fd.addEventListener("pointerdown",this.tu,!1);var y=this,x=yn("ul");x.className="goCXul",Qd.appendChild(x),x.innerHTML="";for(var b=this.jt.iterator;b.next();){var E=b.value,z=E.visible;if(typeof E.hx=="function"&&(typeof z!="function"||z(a))){z=yn("li"),z.className="goCXli";var tt=yn("a");tt.className="goCXa",tt.href="#",tt.ky=E.hx,tt.addEventListener("pointerdown",function(ot){return this.ky(a),y.stopTool(),ot.preventDefault(),!1},!1),tt.textContent=E.text,z.appendChild(tt),x.appendChild(z)}}Qd.style.display="block",fd.style.display="block"},Ss.prototype.hideDefaultContextMenu=function(){if(this.currentContextMenu!==null&&this.currentContextMenu===kh){Qd.style.display="none",fd.style.display="none";var a=this.diagram;a!==null&&a.removeEventListener(fd,"pointerdown",this.tu,!1),this.currentContextMenu=null}},re.Object.defineProperties(Ss.prototype,{currentContextMenu:{get:function(){return this.j},set:function(a){this.j=a,this.ht=a instanceof ji?a.adornedPart:null}},defaultTouchContextMenu:{get:function(){return Jd===!1&&kh===null&&Ko&&$a(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,fd=null,Qd=null;Ss.className="ContextMenuTool",Pi("contextMenuTool",function(){return this.findTool("ContextMenu")},function(a){this.gb("ContextMenu",a,this.mouseUpTools)});function Lo(){zi.call(this),this.name="TextEditing",this.Zh=new yo,this.ia=null,this.V=cd,this.vj=null,this.qa=gd,this.u=1,this.F=!0,this.o=null,this.j=new Ml,this.kt=null,$d(this,this.j)}de(Lo,zi);function $d(a,y){if(Ko){var x=yn("textarea");a.kt=x,x.addEventListener("input",function(){if(a.textBlock!==null){var b=a.Lx(this.value);this.style.width=20+b.measuredBounds.width*this.wA+"px",this.rows=b.lineCount}},!1),x.addEventListener("keydown",function(b){if(!b.isComposing&&a.textBlock!==null){var E=b.key;E==="Enter"?(a.textBlock.isMultiline===!1&&b.preventDefault(),a.acceptText(qd)):E==="Tab"?(a.acceptText(Xf),b.preventDefault()):E==="Escape"&&(a.doCancel(),a.diagram!==null&&a.diagram.doFocus())}},!1),x.addEventListener("focus",function(){if(a.currentTextEditor!==null&&a.state!==gd){var b=a.kt;a.qa===tf&&(a.qa=ef),typeof b.select=="function"&&a.selectsTextOnActivate&&(b.select(),b.setSelectionRange(0,9999))}},!1),x.addEventListener("blur",function(){if(a.currentTextEditor!==null&&a.state!==gd){var b=a.kt;typeof b.focus=="function"&&b.focus(),typeof b.select=="function"&&a.selectsTextOnActivate&&(b.select(),b.setSelectionRange(0,9999))}},!1),y.valueFunction=function(){return x.value},y.mainElement=x,y.show=function(b,E,z){if(b instanceof yo&&z instanceof Lo)if(z.state===nf)x.style.border="3px solid red",x.focus();else{var tt=b.ga(_i),ot=E.position,rt=E.scale,at=b.Df()*rt;at<z.minimumEditorScale&&(at=z.minimumEditorScale);var ut=b.naturalBounds.width*at+6,ft=b.naturalBounds.height*at+2,mt=(tt.x-ot.x)*rt;tt=(tt.y-ot.y)*rt,ot=b.verticalAlignment,rt=(b.lineHeight+b.spacingAbove+b.spacingBelow)*b.lineCount*at,ft=ot.y*ft-ot.y*rt+ot.offsetY-(.5*ft-.5*rt)-rt/2,x.value=b.text,E.div.style.font=b.font,x.style.position="absolute",x.style.zIndex="100",x.style.font="inherit",x.style.fontSize=100*at+"%",x.style.lineHeight="normal",x.style.width=ut+"px",x.style.left=(mt-ut/2|0)-1+"px",x.style.top=(tt+ft|0)-1+"px",x.style.textAlign=b.textAlign,x.style.margin="0",x.style.padding="1px",x.style.border="0",x.style.outline="none",x.style.whiteSpace="pre-wrap",x.style.overflow="hidden",x.rows=b.lineCount,x.wA=at,x.className="goTXarea",E.div.appendChild(x),x.focus(),z.selectsTextOnActivate&&(x.select(),x.setSelectionRange(0,9999))}},y.hide=function(b){b.div.removeChild(x)}}}Lo.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(a===null||a.isReadOnly||Gu&&Gu!==this&&(Gu.acceptText(Tl),Gu&&Gu!==this)||!a.lastInput.left||this.isBeyondDragSize())return!1;var y=a.ic(a.lastInput.documentPoint);return y!==null&&y instanceof yo&&y.editable&&y.part.canEdit()?(y=y.part,!(y===null||this.starting===cd&&!y.isSelected||this.starting===Jf&&2>a.lastInput.clickCount)):!1},Lo.prototype.doStart=function(){Gu=this,this.textBlock!==null&&this.doActivate()},Lo.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 yo&&(this.textBlock=y,y.part!==null)){a.animationManager.Cc(),this.isActive=!0,this.qa=tf;var x=this.defaultTextEditor;y.textEditor!==null&&(x=y.textEditor),this.Zh=this.textBlock.copy();var b=new ye(this.textBlock.ga(fo),this.textBlock.ga(As));a.tv(b),x.show(y,a,this),this.currentTextEditor=x}}}},Lo.prototype.doCancel=function(){this.stopTool()},Lo.prototype.doMouseUp=function(){this.canStart()&&this.doActivate()},Lo.prototype.doMouseDown=function(){this.isActive&&this.acceptText(Tl)},Lo.prototype.acceptText=function(a){switch(a){case Tl:this.qa===pd?this.currentTextEditor instanceof HTMLElement&&this.currentTextEditor.focus():(this.qa===tf||this.qa===nf||this.qa===ef)&&(this.qa=sg,rg(this));break;case Kf:case qd:case Xf:(qd!==a||this.textBlock.isMultiline!==!0)&&(this.qa===tf||this.qa===nf||this.qa===ef)&&(this.qa=sg,rg(this))}};function rg(a){var y=a.textBlock,x=a.diagram,b=a.currentTextEditor;if(y!==null&&b!==null){var E=y.text,z="";b.valueFunction!==null&&(z=b.valueFunction()),a.isValidText(y,E,z)?(a.Ea(a.name),a.qa=pd,a.transactionResult=a.name,y.text=z,a.doSuccess(E,z),x!==null&&x.R("TextEdited",y,E),a.stopTransaction(),a.stopTool(),x!==null&&x.doFocus()):(a.qa=nf,a.doError(E,z))}}Lo.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)},Lo.prototype.doSuccess=function(a,y){var x=this.textBlock;x.textEdited!==null&&x.textEdited(x,a,y)},Lo.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)},Lo.prototype.doStop=function(){Gu=null},Lo.prototype.isValidText=function(a,y,x){var b=this.textValidation;return b!==null&&!b(a,y,x)?!1:(b=a.textValidation,!!(b===null||b(a,y,x)))},Lo.prototype.Lx=function(a){var y=this.Zh;return y.text=a,y.measure(this.textBlock.Ih,1/0),y},re.Object.defineProperties(Lo.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)}}}),Lo.prototype.measureTemporaryTextBlock=Lo.prototype.Lx;var Kf=new Se(Lo,"LostFocus",0),Tl=new Se(Lo,"MouseDown",1),Xf=new Se(Lo,"Tab",2),qd=new Se(Lo,"Enter",3),q0=new Se(Lo,"SingleClick",0),cd=new Se(Lo,"SingleClickSelected",1),Jf=new Se(Lo,"DoubleClick",2),gd=new Se(Lo,"StateNone",0),tf=new Se(Lo,"StateActive",1),ef=new Se(Lo,"StateEditing",2),sg=new Se(Lo,"StateValidating",3),nf=new Se(Lo,"StateInvalid",4),pd=new Se(Lo,"StateValidated",5),Gu=null;Lo.className="TextEditingTool",Lo.LostFocus=Kf,Lo.MouseDown=Tl,Lo.Tab=Xf,Lo.Enter=qd,Lo.SingleClick=q0,Lo.SingleClickSelected=cd,Lo.DoubleClick=Jf,Lo.StateNone=gd,Lo.StateActive=tf,Lo.StateEditing=ef,Lo.StateValidating=sg,Lo.StateInvalid=nf,Lo.StateValidated=pd,Pi("textEditingTool",function(){return this.findTool("TextEditing")},function(a){this.gb("TextEditing",a,this.mouseUpTools)});function ea(a){rf||(ag(),rf=!0),this.H=Wl,this.Ok=this.zb=this.vq=this.bc=!1,this.Qw=!0,this.Pk=du,this.Dm=!1,this.Gh=this.Jd=!0,this.Dg=600,this.cw=this.Ow=!1,this.Zd=new Be,this.ce=new Yr,this.ce.Yd=this,this.Ei=new Be,this.pu=new Be,this.Sr=new Be,this.pr=new Be,a&&Object.assign(this,a)}ea.prototype.Xe=function(a){this.H=a},ea.prototype.canStart=function(){return!0};function _l(a,y){a.Jd&&a.canStart(y)&&(a.Zd.add(y),a.defaultAnimation.isAnimating&&a.Cc(),Ur(a.H),a.zb=!0)}function Qf(a){if(a.Jd&&a.zb){var y=a.ce,x=a.H,b=a.Zd.contains("Model");b&&(a.Ok=!0,a.Pk===du?(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===sf&&x.du.D(x.pa)),x.R("InitialAnimationStarting",a)),b&&!a.Gh||y.vc.count===0?(a.Zd.clear(),a.zb=!1,y.vc.clear(),af(y,x),a.Ok=!1,x.N()):(a.Zd.clear(),x.kg=!1,b=y.vc.get(x),x.autoScale!==us&&b!==null&&(delete b.start.scale,delete b.end.scale),be.requestAnimationFrame(function(){a.zb===!1||y.bc||(x.Gf("temporaryPixelRatio")&&Is(x),cg(x),a.zb=!1,y.start(),y.bc&&(Hu(a),x.Ya(),ug(y,0),La(x,!0),Mh(a),x.R("AnimationStarting",a)))}))}}function hu(a){return a.Zd.contains("Trigger")&&a.Zd.count===1}function $f(a,y,x,b){a.isTicking||hu(a)||y instanceof Ge&&(y.fromNode!==null||y.toNode!==null)||a.ce.add(y,"position",x,b,!1)}xt=ea.prototype,xt.fv=function(a){return this.ce.fv(a)},xt.Xu=function(a){return this.ce.Xu(a)};function qf(a,y){function x(){if(0<E.Sr.count&&(b.addAll(E.Sr),E.Sr.clear(),E.bc=!0),E.bc!==!1&&b.count!==0){E.pu.addAll(b);for(var z=E.pu.iterator;z.next();){var tt=z.value;if(tt.bc!==!1){t:if(0<tt.yl.count)var ot=!0;else{for(ot=tt.vc.iterator;ot.next();){var rt=ot.key;if(rt instanceof Zt&&rt.diagram!==null||rt instanceof ne){ot=!0;break t}}ot=!1}ot?lf(tt,!1):tt.Xk=!0}}E.pu.clear(),E.bc!==!1&&(Hu(E),La(E.H),Mh(E)),be.requestAnimationFrame(x)}}var b=a.Ei,E=a;a.bc?a.Sr.add(y):(a.bc=!0,b.add(y),be.requestAnimationFrame(function(){x()}))}function Gp(a){for(a=a.Ei.iterator;a.next();)a.value.Xk=!1}function Hu(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}xt.Cc=function(a){var y=this.ce;if(this.zb===!0&&(this.Ok=this.zb=!1,this.Zd.clear(),0<y.vc.count&&this.H.$b()),this.bc){if(y.Ml(!0),y.vc.clear(),af(y,null),a===!0)for(a=this.Ei.Fa(),y=0;y<a.length;y++)a[y].Ml(!0)}else y.vc.clear(),af(y,this.H)},xt.Ml=function(a){a===this.defaultAnimation&&this.defaultAnimation.vc.clear(),this.Ei.remove(a),this.Ei.count===0&&(this.bc=!1,this.H.$b()),a===this.defaultAnimation&&(this.defaultAnimation.vc.clear(),this.H.R("AnimationFinished",this))},xt.Cj=function(a,y){this.zb&&(this.Zd.contains("Expand Tree")||this.Zd.contains("Expand SubGraph"))&&(this.ce.Cj(a,y),Ws(this,a))},xt.Aj=function(a,y){this.zb&&(this.Zd.contains("Collapse Tree")||this.Zd.contains("Collapse SubGraph"))&&(this.ce.Aj(a,y),_u(this.ce,y,"position",y.position,y.position),Ws(this,a))};function Hp(a,y,x){!a.zb||y.D(x)||hu(a)||(a.H.pi||(y=x.copy()),_u(a.ce,a.H,"position",y,x))}function tc(a,y,x){y.fd&&(y.Tg=x,a.pr.add(y))}function Ws(a,y){for(y=y.findLinksConnected();y.next();){var x=y.value;x.fd&&(x.Tg=x.points.copy(),a.pr.add(x))}}function Th(a,y,x,b,E){a===null&&(a=[0,0,0,0]),y===null&&(y=[0,0,0,0]);var z=a[0],tt=a[1],ot=a[2];a=a[3];var rt=y[0],at=y[1],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=E(x,z,rt-z,b)%360,tt=E(x,tt,at-tt,b),ot=E(x,ot,ut-ot,b),x=E(x,a,y-a,b),"hsla("+z+", "+tt+"%, "+ot+"%, "+x+")"}function ag(){function a(x,b,E,z,tt,ot){x.position=new It(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot))}var y=new Gn;y.add("position:diagram",a),y.add("position",a),y.add("position:part",function(x,b,E,z,tt,ot){tt<ot?x.mm(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot),!1):x.position=new It(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot))}),y.add("location",function(x,b,E,z,tt,ot){tt<ot?x.mm(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot),!0):x.location=new It(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot))}),y.add("position:placeholder",function(x,b,E,z,tt,ot){tt<ot?x.mm(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot),!1):x.position=new It(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot))}),y.add("position:nodeCollapse",function(x,b,E,z,tt,ot){var rt=x.actualBounds,at=E.actualBounds;E=at.x+at.width/2-rt.width/2,rt=at.y+at.height/2-rt.height/2,tt<ot?x.mm(z(tt,b.x,E-b.x,ot),z(tt,b.y,rt-b.y,ot),!1):x.position=new It(z(tt,b.x,E-b.x,ot),z(tt,b.y,rt-b.y,ot))}),y.add("desiredSize",function(x,b,E,z,tt,ot){x.desiredSize=new ye(z(tt,b.width,E.width-b.width,ot),z(tt,b.height,E.height-b.height,ot))}),y.add("width",function(x,b,E,z,tt,ot){x.width=z(tt,b,E-b,ot)}),y.add("height",function(x,b,E,z,tt,ot){x.height=z(tt,b,E-b,ot)}),y.add("fill",function(x,b,E,z,tt,ot){x.fill=Th(b,E,tt,ot,z)}),y.add("stroke",function(x,b,E,z,tt,ot){x.stroke=Th(b,E,tt,ot,z)}),y.add("strokeWidth",function(x,b,E,z,tt,ot){x.strokeWidth=z(tt,b,E-b,ot)}),y.add("strokeDashOffset",function(x,b,E,z,tt,ot){x.strokeDashOffset=z(tt,b,E-b,ot)}),y.add("background",function(x,b,E,z,tt,ot){x.background=Th(b,E,tt,ot,z)}),y.add("areaBackground",function(x,b,E,z,tt,ot){x.areaBackground=Th(b,E,tt,ot,z)}),y.add("opacity",function(x,b,E,z,tt,ot){x.opacity=z(tt,b,E-b,ot)}),y.add("scale",function(x,b,E,z,tt,ot){x.scale=z(tt,b,E-b,ot)}),y.add("angle",function(x,b,E,z,tt,ot){x.angle=z(tt,b,E-b,ot)}),of=y}re.Object.defineProperties(ea.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&&ln(a,">= 1",ea,"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}}}),ea.prototype.stopAnimation=ea.prototype.Cc;var of=null,rf=!1,du=new Se(ea,"Default",1),sf=new Se(ea,"AnimateLocations",2),lg=new Se(ea,"None",3);ea.className="AnimationManager",ea.defineAnimationEffect=function(a,y){rf||(ag(),rf=!0),of.add(a,y)},ea.Default=du,ea.AnimateLocations=sf,ea.None=lg;function Yr(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=nr,this.vc=new Gn,this.Tt=new Gn,this.yl=new Be,this.Ut=new Be,this.dw=Yu,a&&Object.assign(this,a)}Yr.prototype.suspend=function(){this.Xk=!0},Yr.prototype.advanceTo=function(a,y){y&&(this.Xk=!1),this.ho&&a>=this.Gd&&(this.Wk=!0,a-=this.Gd),this.gw=a,lf(this,!0),Hu(this.Yd),La(this.H),Mh(this.Yd),this.H.redraw()};function af(a,y){if(a.Tt.clear(),a.Wk=!1,a.au=0,a.Gd=NaN,0<a.yl.count&&a.yl.clear(),0<a.Ut.count&&a.Ut.clear(),y!==null)for(a=y.links;a.next();)a.value.Tg=null}xt=Yr.prototype,xt.start=function(){if(this.vc.count===0||this.bc)return this;for(var a=this.H,y=this.vc.iterator;y.next();){var x=y.key;a===null&&(x instanceof ne?a=x:x instanceof Zt&&(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===du&&this===y.defaultAnimation&&(this.Lp=_p,this.Gd=isNaN(this.Dg)?y.duration===600?900:y.duration:this.Dg),this.dw=a.scrollMode,this.isViewportUnconstrained&&(a.sj=pf),Hu(y),this.yl.each(function(b){b.data=null,a.add(b)}),Mh(y),this.bc=!0,this.Qd=+new Date,this.cn=this.Qd+this.Gd,qf(y,this),this)},xt.Iy=function(a,y){return a.Zc()?(this.yl.add(a),this.H=y,this):this},xt.add=function(a,y,x,b,E){if(y==="position"&&x.Xa(b))return this;if(this.H===null&&(a instanceof ne?this.H=a:a instanceof Zt&&a.diagram!==null&&(this.H=a.diagram)),a instanceof bn){if(!a.isAnimated)return this;y==="position"&&(y="position:part")}return _u(this,a,y,x,b,E),this};function _u(a,y,x,b,E,z){var tt=a.vc;if(y instanceof ne&&x==="position"&&(x="position:diagram"),(x==="fill"||x==="stroke"||x==="background"||x==="areaBackground")&&(pu(b),sv(),b=[va.j,va.u,va.o,va.F],pu(E),sv(),E=[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]=bh(b)),at[x]=bh(E)}else rt={},at={},rt[x]=bh(b),at[x]=bh(E),ot=rt.position,y instanceof Zt&&ot instanceof It&&!ot.w()&&y.diagram.animationManager.Zd.contains("Expand SubGraph")&&ot.assign(at.position),ot=new Nh(rt,at,z),tt.add(y,ot);tt=rt[x],tt instanceof It&&!tt.w()&&tt.assign(a.o),z&&x.indexOf("position:")===0&&y instanceof bn?ot.Ku.location=bh(y.location):z&&(ot.Ku[x]=bh(b))}function bh(a){return a instanceof It||a instanceof Ue?a.copy():a}xt.fv=function(a){return this.bc?(a=this.vc.I(a),a!==null&&a.nv):!1},xt.Xu=function(a){return this.bc?(a=this.vc.I(a),a!==null&&(a.start.position||a.start.location)):!1};function lf(a,y){if(!a.Xk||y){var x=a.Yd;if(a.bc!==!1){var b=+new Date,E=b>a.cn?a.Gd:b-a.Qd;y&&(E=a.gw,E<a.Gd?(a.Qd=+new Date-E,a.cn=a.Qd+a.Gd):E=a.Gd),Hu(x),ug(a,E),La(a.H,!0),Mh(x),b>a.cn&&(a.ho&&!a.Wk?(a.Qd=+new Date,a.cn=a.Qd+a.Gd,a.Wk=!0):a.Ml(!1))}}}function ug(a,y){for(var x=a.Gd,b=a.vc.iterator,E=a.Wk;b.next();){var z=b.key;if(!(z instanceof Zt&&z.diagram===null)){var tt=b.value,ot=E?tt.end:tt.start;tt=E?tt.start:tt.end;var rt=of,at;for(at in tt)at==="position"&&(tt["position:placeholder"]||tt["position:nodeCollapse"])||rt.get(at)===null||rt.get(at)(z,ot[at],tt[at],a.Lp,y,x,a)}}}xt.stop=function(){return this.bc?(this.Ml(!0),this):this},xt.Ml=function(a){if(this.vu!==null&&this.vu.jo.remove(this.Nw),this.bc){var y=this.H,x=this.Yd;this.Xk=this.bc=x.Ok=!1,Hu(x);for(var b=this.vc,E=this.yl.iterator;E.next();)y.remove(E.value);for(E=this.Ut.iterator;E.next();)E.value.v();E=this.ho,b=b.iterator;for(var z=of;b.next();){var tt=b.key,ot=b.value,rt=E?ot.end:ot.start,at=E?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 bn&&(tt.location=ut.location),ot.nv&&tt instanceof bn&&tt.Zb(!1)}if(y.As.clear(),uf(y,!1),y.Ya(),y.N(),La(y,!0),x.defaultAnimation===this){for(ft=x.pr.iterator;ft.next();)E=ft.value,E.Tg!==null&&(E.points=E.Tg,E.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),af(this,null),x.Ml(this),y.$b())}},xt.Cj=function(a,y){var x=y.actualBounds,b=null;if(y instanceof ii&&(b=y.placeholder),b!==null?(x=b.ga(fo),b=b.padding,x.x+=b.left,x.y+=b.top,this.add(a,"position",x,a.position,!1)):this.add(a,"position",new It(x.x+x.width/2,x.y+x.height/2),a.position,!1),this.add(a,"scale",.01,a.scale,!1),a instanceof ii)for(a=a.memberParts;a.next();)b=a.value,b instanceof qe&&this.Cj(b,y)},xt.Aj=function(a,y){if(a.isVisible()){var x=null;if(y instanceof ii&&(x=y.placeholder),x!==null){var b=x.ga(fo);x=x.padding,b.x+=x.left,b.y+=x.top,this.add(a,"position:placeholder",a.position,b,!0)}else this.add(a,"position:nodeCollapse",a.position,y,!0);if(this.add(a,"scale",a.scale,.01,!0),b=this.vc,b.contains(a)&&(b.I(a).nv=!0),a instanceof ii)for(a=a.memberParts;a.next();)b=a.value,b instanceof qe&&this.Aj(b,y)}},xt.Ez=function(a){var y=this.Tt.get(a);return y===null&&(y={},this.Tt.add(a,y)),y},re.Object.defineProperties(Yr.prototype,{duration:{get:function(){return this.Dg},set:function(a){1>a&&ln(a,">= 1",Yr,"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:_t("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}}}),Yr.prototype.getTemporaryState=Yr.prototype.Ez,Yr.prototype.stop=Yr.prototype.stop,Yr.prototype.add=Yr.prototype.add,Yr.prototype.addTemporaryPart=Yr.prototype.Iy;function md(a,y,x,b){return a/=b/2,1>a?x/2*a*a+y:-x/2*(--a*(a-2)-1)+y}function _p(a,y,x,b){return a===b?y+x:x*(-Math.pow(2,-10*a/b)+1)+y}Yr.className="Animation",Yr.EaseLinear=function(a,y,x,b){return x*a/b+y},Yr.EaseInOutQuad=md,Yr.EaseInQuad=function(a,y,x,b){return x*(a/=b)*a+y},Yr.EaseOutQuad=function(a,y,x,b){return-x*(a/=b)*(a-2)+y},Yr.EaseInExpo=function(a,y,x,b){return a===0?y:x*Math.pow(2,10*(a/b-1))+y},Yr.EaseOutExpo=_p;function Nh(a,y,x){this.start=a,this.end=y,this.Ku={},this.Hu=x,this.nv=!1}Nh.className="AnimationState";function qa(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=Eh))}qa.prototype.copy=function(){var a=new qa(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))}re.Object.defineProperties(qa.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 Se(qa,"Default",1),Eh=new Se(qa,"Immediate",2),vd=new Se(qa,"Bundled",3);qa.className="AnimationTrigger",qa.Default=hg,qa.Immediate=Eh,qa.Bundled=vd;function Er(a){Ii(this),this.H=null,this.Pa=new Ie,this.xa="",this.pb=1,this.o=!1,this.j=this.Uh=this.u=this.Oi=this.Ni=this.Mi=this.Li=this.Ji=this.Ki=this.Ii=this.Qi=this.Hi=this.Pi=this.Gi=this.Fi=!0,this.Zq=[],a&&Object.assign(this,a)}xt=Er.prototype,xt.clear=function(){for(var a=this.Pa,y=0;y<a.length;y++){var x=a.s[y];x.Ig=null,is(x)}a.clear(),this.Zq.length=0},xt.Xe=function(a){this.H=a},xt.toString=function(a){a===void 0&&(a=0);var y='Layer "'+this.name+'"';if(0>=a)return y;for(var x=0,b=0,E=0,z=0,tt=0,ot=this.Pa.iterator;ot.next();){var rt=ot.value;rt instanceof ii?E++:rt instanceof qe?b++:rt instanceof Ge?z++:rt instanceof ji?tt++:x++}if(ot="",0<x&&(ot+=x+" Parts "),0<b&&(ot+=b+" Nodes "),0<E&&(ot+=E+" Groups "),0<z&&(ot+=z+" Links "),0<tt&&(ot+=tt+" Adornments "),1<a)for(a=this.Pa.iterator;a.next();)x=a.value,ot+=`
|
|
`+x.toString(),b=x.data,b!==null&&Ai(b)&&(ot+=" #"+Ai(b)),x instanceof qe?ot+=" "+$n(b):x instanceof Ge&&(ot+=" "+$n(x.fromNode)+" "+$n(x.toNode));return y+" "+this.Pa.count+": "+ot},xt.ic=function(a,y,x){if(y===void 0&&(y=null),x===void 0&&(x=null),this.Uh===!1)return null;var b=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(b=!0);for(var E=It.alloc(),z=this.Pa.s,tt=z.length;tt--;){var ot=z[tt];if((b!==!0||Gh(ot)!==!1)&&ot.isVisible()&&(E.assign(a),ki(E,ot.oe),ot=ot.ic(E,y,x),ot!==null&&(y!==null&&(ot=y(ot)),ot!==null&&(x===null||x(ot)))))return It.free(E),ot}return It.free(E),null},xt.ji=function(a,y,x,b){if(y===void 0&&(y=null),x===void 0&&(x=null),b instanceof Ie||b instanceof Be||(b=new Be),this.Uh===!1)return b;var E=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(E=!0);for(var z=It.alloc(),tt=this.Pa.s,ot=tt.length;ot--;){var rt=tt[ot];if((E!==!0||Gh(rt)!==!1)&&rt.isVisible()){z.assign(a),ki(z,rt.oe);var at=rt;rt.ji(z,y,x,b)&&(y!==null&&(at=y(at)),at===null||x!==null&&!x(at)||b.add(at))}}return It.free(z),b},xt.Cf=function(a,y,x,b,E){if(y===void 0&&(y=null),x===void 0&&(x=null),b===void 0&&(b=!1),E instanceof Ie||E instanceof Be||(E=new Be),this.Uh===!1)return E;var z=!1;this.diagram!==null&&this.diagram.viewportBounds.Re(a)&&(z=!0);for(var tt=this.Pa.s,ot=tt.length;ot--;){var rt=tt[ot];if((z!==!0||Gh(rt)!==!1)&&rt.isVisible()){var at=rt;rt.Cf(a,y,x,b,E)&&(y!==null&&(at=y(at)),at===null||x!==null&&!x(at)||E.add(at))}}return E},xt.Nu=function(a,y,x,b,E,z,tt){if(this.Uh===!1)return E;for(var ot=this.Pa.s,rt=ot.length;rt--;){var at=ot[rt];if((tt!==!0||Gh(at)!==!1)&&z(at)&&at.isVisible()){var ut=at;at.Cf(a,y,x,b,E)&&(y!==null&&(ut=y(ut)),ut===null||x!==null&&!x(ut)||E.add(ut))}}return E},xt.og=function(a,y,x,b,E,z){if(x===void 0&&(x=null),b===void 0&&(b=null),E===void 0&&(E=!0),E!==!1&&E!==!0&&((E instanceof Ie||E instanceof Be)&&(z=E),E=!0),z instanceof Ie||z instanceof Be||(z=new Be),this.Uh===!1)return z;var tt=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(tt=!0);for(var ot=It.alloc(),rt=It.alloc(),at=this.Pa.s,ut=at.length;ut--;){var ft=at[ut];if((tt!==!0||Gh(ft)!==!1)&&ft.isVisible()){ot.assign(a),ki(ot,ft.oe),rt.h(a.x+y,a.y),ki(rt,ft.oe);var mt=ft;ft.og(ot,rt,x,b,E,z)&&(x!==null&&(mt=x(mt)),mt===null||b!==null&&!b(mt)||z.add(mt))}}return It.free(ot),It.free(rt),z},xt.Fd=function(a,y){if(this.visible){var x=this.Pa.s,b=x.length;if(b!==0){a=on();for(var E=on(),z=0;z<b;z++){var tt=x[z];if(tt.vw=z,tt instanceof Ge){if(tt.fd===!1)continue}else if(tt instanceof ji&&tt.adornedPart!==null)continue;var ot=tt.actualBounds;tt.isVisible()&&zl(ot,y)?(tt.Fd(!0),a.push(tt)):(tt.Fd(!1),tt.adornments!==null&&0<tt.adornments.count&&E.push(tt))}for(y=0;y<a.length;y++)for(x=a[y],Ov(x),x=x.adornments;x.next();)b=x.value,b.measure(1/0,1/0),b.arrange(),b.Fd(!0);for(y=0;y<E.length;y++)Ov(E[y]);rn(a),rn(E)}}};function fu(a,y){var x=1;return a.pb!==1&&(x=y.globalAlpha,y.globalAlpha=x*a.pb),x}xt.gc=function(a,y,x){if(this.visible&&this.pb!==0&&(x===void 0&&(x=!0),x||!this.isTemporary)){x=this.Pa.s;var b=x.length;if(b!==0){if(a.isTemporary)for(var E=0;E<b;E++)x[E].Gj();E=fu(this,a);var z=this.Zq;z.length=0;for(var tt=y.scale,ot=ye.alloc(),rt=0;rt<b;rt++)this.Oj(a,x[rt],y,z,tt,ot,!0);if(ye.free(ot),a.isTemporary)for(y=0;y<b;y++)x[y].Gj();a.globalAlpha=E}}};function Vp(a,y,x,b,E){if(a.visible&&a.pb!==0&&(E||!a.isTemporary)){E=a.Pa.s;var z=E.length;if(z!==0){var tt=fu(a,y),ot=a.Zq;ot.length=0;for(var rt=x.scale,at=ye.alloc(),ut=0;ut<z;ut++){var ft=E[ut];b.contains(ft)&&a.Oj(y,ft,x,ot,rt,at,!1)}ye.free(at),y.globalAlpha=tt}}}xt.Oj=function(a,y,x,b,E,z,tt){if(tt&&!Gh(y))a.Hs(y);else{if(b!==null&&y instanceof Ge&&(y.isOrthogonal&&b.push(y),y.fd===!1)){a.Hs(y);return}for(tt=!1,b=y.containingGroup;b!==null;)tt?b.tb!==null&&z.Ex(b.tb):b.tb!==null&&(tt=!0,z.assign(b.tb)),b=b.containingGroup;var ot=y.actualBounds;if(b=!1,tt&&y.isVisible()){if(!z.Yc(ot)){a.Hs(y);return}b=!z.Re(ot)}b&&(a.save(),a instanceof na?a.bk=z.copy():(a.beginPath(),a.rect(z.x,z.y,z.width,z.height),a.clip())),ot.width*E>x.Oq||ot.height*E>x.Oq?y.gc(a,x):(E=y.actualBounds,z=y.naturalBounds,E.width===0||E.height===0||isNaN(E.x)||isNaN(E.y)||!y.isVisible()||(x=y.transform,y.areaBackground!==null&&(Qo(y,a,y.areaBackground,!0,!0,z,E),a.fillRect(E.x,E.y,E.width,E.height)),y.areaBackground===null&&y.background===null&&(Qo(y,a,"rgba(0,0,0,0.3)",!0,!1,z,E),a.fillRect(E.x,E.y,E.width,E.height)),y.background!==null&&(a.transform(x.m11,x.m12,x.m21,x.m22,x.dx,x.dy),Qo(y,a,y.background,!0,!1,z,E),a.fillRect(0,0,z.width/2,z.height/2),x.ws()||(y=1/(x.m11*x.m22-x.m12*x.m21),a.transform(x.m22*y,-x.m12*y,-x.m21*y,x.m11*y,y*(x.m21*x.dy-x.m22*x.dx),y*(x.m12*x.dx-x.m11*x.dy)))))),b&&(a.restore(),a.Vc(!0))}},xt.g=function(a,y,x,b,E){var z=this.diagram;z!==null&&z.cb(Io,a,this,y,x,b,E)},xt.oi=function(a,y,x){var b=this.Pa;if(y.Ig=this,this===null&&is(y),a>=b.count)a=b.count;else if(b.M(a)===y)return-1;return b.Gb(a,y),y.Vo(x),b=this.diagram,b!==null&&(x?b.N():b.oi(y)),ec(this,a,y),a},xt.pc=function(a,y,x){if(!x&&y.layer!==this&&y.layer!==null)return y.layer.pc(a,y,x);var b=this.Pa;if(0>a||a>=b.length){if(a=b.indexOf(y),0>a)return-1}else if(b.M(a)!==y&&(a=b.indexOf(y),0>a))return-1;return y.Wo(x),b.mb(a),b=this.diagram,b!==null&&(x?b.N():b.pc(y)),y.Ig=null,is(y),a};function ec(a,y,x){if(y=Yp(a,y,x),x instanceof ii&&x!==null&&isNaN(x.zOrder)){if(x.memberParts.count!==0){for(var b=-1,E=a.Pa.s,z=E.length,tt=0;tt<z;tt++){var ot=E[tt];if(ot===x&&(y=tt,0<=b)||0>b&&ot.containingGroup===x&&(b=tt,0<=y))break}!(0>b)&&b<y&&(E=a.Pa,E.mb(y),E.Gb(b,x))}y=x.containingGroup,y!==null&&ec(a,-1,y)}x.svg!==null&&x.svg.remove()}function Yp(a,y,x){var b=x.zOrder;if(isNaN(b))return y;a=a.Pa;var E=a.count;if(1>=E)return y;if(0>y&&(y=a.indexOf(x)),0>y)return-1;for(var z=y-1,tt=NaN;0<=z&&(tt=a.M(z).zOrder,!!isNaN(tt));)z--;for(var ot=y+1,rt=NaN;ot<E&&(rt=a.M(ot).zOrder,!!isNaN(rt));)ot++;if(!isNaN(tt)&&tt>b)for(;;){if(z===-1||tt<=b){if(z++,z===y)break;return a.mb(y),a.Gb(z,x),z}for(tt=NaN;0<=--z&&(tt=a.M(z).zOrder,isNaN(tt)););}else if(!isNaN(rt)&&rt<b)for(;;){if(ot===E||rt>=b){if(ot--,ot===y)break;return a.mb(y),a.Gb(ot,x),ot}for(rt=NaN;++ot<E&&(rt=a.M(ot).zOrder,isNaN(rt)););}return y}re.Object.defineProperties(Er.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===""&&_t("Cannot rename default Layer to: "+a),x=x.layers;x.next();)x.value.name===a&&_t("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)&&ln(a,"0 <= value <= 1",Er,"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))}}}),Er.prototype.findObjectsNear=Er.prototype.og,Er.prototype.findObjectsIn=Er.prototype.Cf,Er.prototype.findObjectsAt=Er.prototype.ji,Er.prototype.findObjectAt=Er.prototype.ic,Er.className="Layer";function ne(a,y){if(rm||(es(),rm=!0),Ii(this),Wl=this,this.vb=!0,this.Ka=null,this.ya=this.Aa=0,this.ta=null,Ko){var x=this,b=function(){x.removeEventListener(be.document,"DOMContentLoaded",b,!1),x.setRTL()};be.document.body!==null?this.setRTL():x.addEventListener(be.document,"DOMContentLoaded",b,!1)}this.ol=null,fc.add("Model",eo);var E=this;return this.Hb=function(z){var tt=E.partManager;if(z.model===tt.diagram.model&&tt.diagram.aa){tt.diagram.aa=!1;try{var ot=z.change;z.modelChange===""&&ot===Io&&tt.updateDataBindings(z.object,z.propertyName)}finally{tt.diagram.aa=!0}}},this.Oc=function(z){E.partManager.doModelChanged(z)},this.hu=this.ku=null,Up(this),this.model=hy(),this.Wg=!0,Kp(this),this.layout=new Bo,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"||be.Element&&a instanceof Element?fg(this,a):y=a),this.vb=!1,y&&this.nm(y),this}var Fh,Wl;function Up(a){a.Yd=new ea,a.Yd.Xe(a),a.Db=17,a.Gw=!1,a.tn=!1,a.bu="default",a.Wa=new Ie,a.pj=new Gn,a.nl="default",a.Tx(),a.Sx(),a.pb=1,a.pa=new It(NaN,NaN).freeze(),a.du=new It(NaN,NaN),a.Ca=1,a.Pp=1,a.zt=new It(NaN,NaN).freeze(),a.At=NaN,a.Ot=1e-4,a.Mt=100,a.Ab=new ai,a.zu=new It(NaN,NaN).freeze(),a.ut=new ye(NaN,NaN,NaN,NaN).freeze(),a.rj=new Si(0,0,0,0).freeze(),a.sj=Yu,a.nu=!1,a.Zt=null,a.fu=null,a.yh=us,a.zk=Nr,a.Fg=us,a.pq=Nr,a.yt=fo,a.Bt=fo,a.Fc=!0,a.pn=!1,a.De=new Be,a.Eh=new Gn,a.Xm=!0,a.vp=250,a.vk=-1,a.xp=new Si(16,16,16,16).freeze(),a.kg=!1,a.Jk=!1,a.fn=!0,a.bq=new as,a.bq.diagram=a,a.Qg=new as,a.Qg.diagram=a,a.cj=new as,a.cj.diagram=a,a.zg=null,a.pf=null,a.qu=!1,ev(a),a.ai=new Be,a.Ht=!0,a.uu=Uu,a.pw=!1,a.wu=gf,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 Gn,a.Xn=new Ie,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 Si(5).freeze(),a.Hw=new Be().freeze(),a.Nt=999999999,a.nw=new Be().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 Be,a.ow=new Be,a.Xh=null,a.aw=new Ue(8,8),a.bw=999,a.Bw=1,a.Jw=0,a.fc={scale:1,position:new It,bounds:new ye,Py:new Ue,bA:new Ue,Oz:!1},a.fc.canvasSize=a.fc.Py,a.fc.newCanvasSize=a.fc.bA,a.fc.isScroll=!1,a.Rw=new ye(NaN,NaN,NaN,NaN).freeze(),a.wo=new Ue(NaN,NaN).freeze(),a.Sp=new ye(NaN,NaN,NaN,NaN).freeze(),a.It=!1,a.Lg=new Gn;var y=new qe,x=new yo;x.bind(new ur("text","",$n)),y.add(x),a.ny=y,a.Lg.add("",y),y=new qe,x=new yo,x.stroke="brown",x.bind(new ur("text","",$n)),y.add(x),a.Lg.add("Comment",y),y=new qe,y.selectable=!1,y.avoidable=!1,x=new fi,x.figure="Ellipse",x.fill="black",x.stroke=null,x.desiredSize=new Ue(3,3).ja(),y.add(x),a.Lg.add("LinkLabel",y),a.Yi=new Gn,y=new ii,y.selectionObjectName="GROUPPANEL",y.type=De.Vertical,x=new yo,x.font="bold 12pt sans-serif",x.bind(new ur("text","",$n)),y.add(x),x=new De(De.Auto),x.name="GROUPPANEL";var b=new fi;b.figure="Rectangle",b.fill="rgba(128,128,128,0.2)",b.stroke="black",x.add(b),b=new Cs,b.padding=new Si(5,5,5,5).ja(),x.add(b),y.add(x),a.ly=y,a.Yi.add("",y),a.Kh=new Gn,y=new Ge,x=new fi,x.isPanelMain=!0,y.add(x),x=new fi,x.toArrow="Standard",x.fill="black",x.stroke=null,x.strokeWidth=0,y.add(x),a.my=y,a.Kh.add("",y),y=new Ge,x=new fi,x.isPanelMain=!0,x.stroke="brown",y.add(x),a.Kh.add("Comment",y),y=new ji,y.type=De.Auto,x=new fi,x.fill=null,x.stroke="dodgerblue",x.strokeWidth=3,y.add(x),x=new Cs,x.margin=new Si(1.5,1.5,1.5,1.5).ja(),y.add(x),a.St=y,a.wt=y,y=new ji,y.type=De.Link,x=new fi,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 eo,a.toolManager=new Oo,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=Zp(),a.eq=null,a.fq=Vo,a.Pw=!1,a.Mb=1,a.Yh=null,a.Oq=1,a.Sq=0,a.zw=[0,0,0,0,0],a.Tq=0,a.yq=1,a.tw=0,a.uw=new It,a.zy=500,a.wp=new It,a.wq=!1}ne.prototype.clear=function(){this.animationManager.Cc(),this.model.clear(),Ld=null,Ih="",dg(this,!1),this.Xn.clear(),kc(),this.Og.clear(),this.Xh=null,this.Ya(),this.Va(),this.N()};function dg(a,y){a.animationManager.Cc(!0),a.Hw=new Be().freeze(),a.nw=new Be().freeze();var x=a.skipsUndoManager,b=a.cc!==null&&a.cc!==void 0;b&&(a.skipsUndoManager=!0);var E=null;a.fe!==null&&(E=a.fe.part,E!==null&&a.remove(E));var z=[],tt=a.Wa.length;if(y){for(y=0;y<tt;y++)for(var ot=a.Wa.s[y].parts;ot.next();){var rt=ot.value;rt!==E&&rt.data===null&&z.push(rt)}for(y=0;y<z.length;y++)a.remove(z[y])}for(y=0;y<tt;y++)a.Wa.s[y].clear();return a.partManager.clear(),a.De.clear(),a.Eh.clear(),a.ai.clear(),a.Ck=null,a.Xn.clear(),kc(),a.Og.clear(),ho=[],E!==null&&(a.add(E),a.partManager.parts.remove(E)),b&&(a.skipsUndoManager=x),z}function Zp(){return null}ne.prototype.reset=function(){this.clear(),this.vb=!0,Up(this),Nl(this),this.Wg=!0,Kp(this),this.layout=new Bo,this.Wg=!1,this.model=hy(),this.model.undoManager=new Ho,this.vb=this.rn=!1,this.N()},ne.prototype.setRTL=function(a){a=a===void 0?this.div:a,a===null&&(a=be.document.body);var y=yn("div");y.dir="rtl",y.style.cssText="font-size: 14px; width: 1px; height: 1px; position: absolute; top: -1000px; overflow: scroll;",y.textContent="A",a.appendChild(y);var x="reverse";0<y.scrollLeft?x="default":(y.scrollLeft=1,y.scrollLeft===0&&(x="negative")),a.removeChild(y),this.bu=x},ne.prototype.setScrollWidth=function(a){a=a===void 0?this.div:a,a===null&&(a=be.document.body);var y=0;if(Ko){var x=om;y=Fh,x===null&&(x=om=yn("p"),x.style.width="100%",x.style.height="200px",x.style.boxSizing="content-box",y=Fh=yn("div"),y.style.position="absolute",y.style.visibility="hidden",y.style.width="200px",y.style.height="150px",y.style.boxSizing="content-box",y.appendChild(x)),y.style.overflow="hidden",a.appendChild(y);var b=x.offsetWidth;y.style.overflow="scroll",x=x.offsetWidth,b===x&&(x=y.clientWidth),a.removeChild(y),y=b-x,y!==0||Ri||(y=11)}this.Db=y,this.Gw=!0},ne.prototype.qb=function(a){a.classType===ne&&(this.autoScale=a)},ne.prototype.toString=function(a){a===void 0&&(a=0);var y="";if(this.div&&this.div.id&&(y=this.div.id),y='Diagram "'+y+'"',0>=a)return y;for(var x=this.Wa.iterator;x.next();)y+=`
|
|
`+x.value.toString(a-1);return y};function fg(a,y){if(Ko){if(y!=null||_t("Diagram setup requires an argument DIV."),a.Ka!==null&&_t("Diagram has already completed setup."),typeof y=="string"?a.Ka=be.document.getElementById(y):y instanceof HTMLDivElement?a.Ka=y:_t("No DIV or DIV id supplied: "+y),a.Ka===null&&_t("Invalid DIV id; could not get element with id: "+y),a.Ka.H!==void 0&&_t("Invalid div id; div already has a Diagram associated with it."),!a.ol&&be.ResizeObserver){var x=fe(function(){a.$b()},250);a.ol=new be.ResizeObserver(function(){x()}),a.ol.observe(a.Ka)}be.getComputedStyle(a.Ka,null).position==="static"&&(a.Ka.style.position="relative"),y=5;var b="rgba(2"+y+"5, 255, 255, 0)";y--,a.Ka.style["-webkit-tap-highlight-color"]=b,a.Ka.innerHTML="",a.Ka.H=a,a.Ka.goDiagram=a,a.Ka.go=be.go;var E=new _a(a);if(E.style!==void 0&&(E.style.position="absolute",E.style.top="0px",E.style.left="0px",be.getComputedStyle(a.Ka,null).getPropertyValue("direction")==="rtl"&&(a.tn=!0),E.style.zIndex="2",E.style.userSelect="none",E.style.MozUserSelect="none",E.style.touchAction="none",E.style.letterSpacing="normal !important",E.style.wordSpacing="normal !important"),a.ta=E,a.ib=E.context,b=a.ib,a.Mb=a.computePixelRatio(),a.viewSize.w()||(a.Aa=a.Ka.clientWidth||1,a.ya=a.Ka.clientHeight||1),xg(a,a.Aa,a.ya),a.Ka.insertBefore(E.Oa,a.Ka.firstChild),E=new _a(null),E.width=1,E.height=1,a.jw=E,a.oy=E.context,Ko){E=yn("div");var z=yn("div");E.style.position="absolute",E.style.overflow="auto",E.style.width=a.Aa+"px",E.style.height=a.ya+"px",E.style.zIndex="1",z.style.position="absolute",z.style.width="1px",z.style.height="1px",a.Ka.appendChild(E),E.appendChild(z),E.onscroll=Jp,E.addEventListener("pointerdown",Qp),E.H=a,E.uy=!0,E.vy=!0,a.ku=E,a.hu=z}a.hk=fe(function(){a.Yh=null,a.N()},300),a.Ov=fe(function(){cg(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(),tl(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():tl(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=be.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(),tl(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=be.document.elementFromPoint(tt.clientX,tt.clientY)||null;at!==null&&at.shadowRoot!==void 0&&at.shadowRoot!==null&&(at=at.shadowRoot.elementFromPoint(tt.clientX,tt.clientY)),at!==null&&at.H instanceof ne&&at.H!==a&&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(),tl(rt,tt),ot&&(a.wq=!1)}}},a.ek=function(tt){if(a.isEnabled){a.Vk=!1;var ot=a.Yt;ot[tt.pointerId]&&delete ot[tt.pointerId],ot=a.oj,ot[0]!==null&&ot[0].pointerId===tt.pointerId&&(ot[0]=null),ot[1]!==null&&ot[1].pointerId===tt.pointerId&&(ot[1]=null),tt.pointerType!=="touch"&&tt.pointerType!=="pen"&&(tt=a.currentTool,tt.cancelWaitAfter(),tt.standardMouseOver())}},a.ck=function(tt){var ot=a.oj;ot[0]!==null&&ot[0].pointerId===tt.pointerId?(ot[0]=null,a.wq=!1):ot[1]!==null&&ot[1].pointerId===tt.pointerId&&(ot[1]=null)},a.Vp=b.Z["d"+vf[1]+vf[2]+"wI"+Md.slice(1,5)]["b"+Ax.slice(1,y)](b.Z,mf,y,y),b.Vc(!0),tv(a),a.nl==="svg"&&(y=a.pj.get("svg"),a.Ka.appendChild(y.Oa),a.ib=y.context)}}ne.prototype.addEventListener=function(a,y,x,b){a.addEventListener(y,x,{capture:b,passive:!1})},ne.prototype.removeEventListener=function(a,y,x,b){a.removeEventListener(y,x,{capture:b})};function tv(a){var y=a.ta.Oa;y instanceof HTMLCanvasElement||(y=a.div),a.addEventListener(y,"pointerdown",a.ui,!1),a.addEventListener(y,"pointermove",a.dk,!1),a.addEventListener(y,"pointerup",a.fk,!1),a.addEventListener(y,"pointerout",a.ek,!1),a.addEventListener(y,"pointercancel",a.ck,!1),a.addEventListener(y,"pointerenter",a.bz,!1),a.addEventListener(y,"pointerleave",a.cz,!1),a.addEventListener(y,"wheel",a.$j,!1),a.addEventListener(y,"keydown",a.Qz,!1),a.addEventListener(y,"keyup",a.Rz,!1),a.addEventListener(y,"blur",a.Ny,!1),a.addEventListener(y,"focus",a.Oy,!1),a.addEventListener(y,"selectstart",function(x){return x.preventDefault(),!1},!1),a.addEventListener(y,"contextmenu",function(x){return x.preventDefault(),!1},!1),a.addEventListener(be,"resize",a.Ov,!1)}function Is(a){30<a.Sq&&(a.Yh=1)}function uf(a,y){a.Yh!==null&&(a.Yh=null,y&&a.hk(),zn&&zn.nx||(a.Sq=0,a.zw=[0,0,0,0,0],a.Tq=0))}ne.prototype.computePixelRatio=function(){return this.Yh!==null?this.Yh:be.devicePixelRatio||1},ne.prototype.doMouseMove=function(){this.currentTool.doMouseMove()},ne.prototype.doMouseDown=function(){this.currentTool.doMouseDown()},ne.prototype.doMouseUp=function(){this.currentTool.doMouseUp()},ne.prototype.doMouseWheel=function(){this.currentTool.doMouseWheel()},ne.prototype.doKeyDown=function(){this.currentTool.doKeyDown()},ne.prototype.doKeyUp=function(){this.currentTool.doKeyUp()},ne.prototype.doFocus=function(){this.focus()},ne.prototype.focus=function(){if(this.ta)if(this.scrollsPageOnFocus)this.ta.focus();else{var a=be.scrollX||be.pageXOffset,y=be.scrollY||be.pageYOffset;this.ta.focus(),be.scrollTo(a,y)}},ne.prototype.Oy=function(){this.H.R("GainedFocus")},ne.prototype.Ny=function(){this.H.R("LostFocus")};function cg(a){if(a.ta!==null){var y=a.Ka;if(y!==null&&y.clientWidth!==0&&y.clientHeight!==0){a.Gw||a.setScrollWidth();var x=a.gf?a.Db:0,b=a.Be?a.Db:0,E=a.Mb;a.Mb=a.computePixelRatio(),a.Mb!==E&&(a.pn=!0,a.$b()),(y.clientWidth!==a.Aa+x||y.clientHeight!==a.ya+b)&&(a.Ee=!0,a.Fc=!0,y=a.layout,y!==null&&y.isViewportSized&&a.autoScale===us&&(a.Jk=!0,y.C()),a.ld||a.$b())}}}function Kp(a){var y=new Er;y.name="Background",a.Al(y),y=new Er,y.name="",a.Al(y),y=new Er,y.name="Foreground",a.Al(y),y=new Er,y.name="Adornment",y.isTemporary=!0,y.isInDocumentBounds=!1,a.Al(y),y=new Er,y.name="Tool",y.isTemporary=!0,y.isInDocumentBounds=!0,a.Al(y),y=new Er,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 De(De.Grid);y.name="GRID";var x=new fi;return x.figure="LineH",x.stroke="lightgray",x.strokeWidth=.5,x.interval=1,y.add(x),x=new fi,x.figure="LineH",x.stroke="gray",x.strokeWidth=.5,x.interval=5,y.add(x),x=new fi,x.figure="LineH",x.stroke="gray",x.strokeWidth=1,x.interval=10,y.add(x),x=new fi,x.figure="LineV",x.stroke="lightgray",x.strokeWidth=.5,x.interval=1,y.add(x),x=new fi,x.figure="LineV",x.stroke="gray",x.strokeWidth=.5,x.interval=5,y.add(x),x=new fi,x.figure="LineV",x.stroke="gray",x.strokeWidth=1,x.interval=10,y.add(x),x=new bn,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)}ne.prototype.kx=function(a){if(this.ta!==null){var y=this.ku,x=this.hu;this.qr=!0;var b=this.documentBounds,E=this.viewportBounds,z=this.rj,tt=b.x-z.left,ot=b.y-z.top,rt=b.width+z.left+z.right,at=b.height+z.top+z.bottom,ut=b.right+z.right;z=b.bottom+z.bottom;var ft=E.x;b=E.y;var mt=E.width,yt=E.height,St=E.right,kt=E.bottom;E=this.scale;var Ot=a.scrollLeft;if(this.tn)switch(this.bu){case"negative":Ot=Ot+a.scrollWidth-a.clientWidth;break;case"reverse":Ot=a.scrollWidth-Ot-a.clientWidth}var Nt=Ot;mt<rt||yt<at?(Ot=It.allocAt(this.position.x,this.position.y),this.allowHorizontalScroll&&this.ju!==Nt&&(Ot.x=Nt/E+tt,this.ju=Nt),this.allowVerticalScroll&&this.lu!==a.scrollTop&&(Ot.y=a.scrollTop/E+ot,this.lu=a.scrollTop),this.position=Ot,It.free(Ot),this.Ee=this.qr=!1):(Ot=It.alloc(),a.uy&&this.allowHorizontalScroll&&(tt<ft&&(this.position=Ot.h(Nt+tt,this.position.y)),ut>St&&(this.position=Ot.h(-(y.scrollWidth-this.Aa)+Nt-this.Aa/E+ut,this.position.y))),a.vy&&this.allowVerticalScroll&&(ot<b&&(this.position=Ot.h(this.position.x,a.scrollTop+ot)),z>kt&&(this.position=Ot.h(this.position.x,-(y.scrollHeight-this.ya)+a.scrollTop-this.ya/E+z))),It.free(Ot),this.vd=!0,this.Ee=this.qr=!1,b=this.documentBounds,E=this.viewportBounds,ut=b.right,St=E.right,z=b.bottom,kt=E.bottom,tt=b.x,ft=E.x,ot=b.y,b=E.y,mt>=rt&&tt>=ft&&ut<=St&&(x.style.width="1px"),yt>=at&&ot>=b&&z<=kt&&(x.style.height="1px"))}},ne.prototype.computeBounds=function(a){return a===void 0&&(a=new ye),Ur(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,b=a.Wa.s,E=b.length,z=0;z<E;z++){var tt=b[z];if(tt.visible&&tt.isInDocumentBounds){tt=tt.Pa.s;for(var ot=tt.length,rt=0;rt<ot;rt++){var at=tt[rt];at.isInDocumentBounds&&at.isVisible()&&(at=at.actualBounds,at.w()&&(x?(x=!1,y.assign(at)):y.ed(at)))}}}return x&&y.h(0,0,0,0),y.Co(a.yb),y}ne.prototype.computePartsBounds=function(a,y){y===void 0&&(y=!1);var x=null;if(ke(a))for(var b=0;b<a.length;b++){var E=a[b];!y&&E instanceof Ge||(E.Va(),x===null?x=E.actualBounds.copy():x.ed(E.actualBounds))}else for(a=a.iterator;a.next();)b=a.value,!y&&b instanceof Ge||(b.Va(),x===null?x=b.actualBounds.copy():x.ed(b.actualBounds));return x===null?new ye(NaN,NaN,0,0):x};function Ga(a,y){if((y||a.hf)&&!a.vb&&a.ta!==null&&a.documentBounds.w()){if(a.vb=!0,y){var x=a.initialPosition;if(x.w()){a.vb=!1,a.position=x;return}x=It.alloc(),x.xi(a.documentBounds,a.initialDocumentSpot);var b=a.viewportBounds;b=ye.allocAt(0,0,b.width,b.height);var E=It.alloc();E.xi(b,a.initialViewportSpot),E.h(x.x-E.x,x.y-E.y),a.position=E,ye.free(b),It.free(E),It.free(x)}x=a.yh,y&&a.Fg!==us&&(x=a.Fg);var z=x!==us?yd(a,x):a.scale;x=a.pa.x,b=a.pa.y,E=a.Aa/z;var tt=a.ya/z,ot=a.zk,rt=a.pq;y&&!ot.sb()&&(rt.sb()||rt.Xb())&&(ot=rt.Xb()?_i:rt),pg(a,a.documentBounds,E,tt,ot,y),y=a.scale,a.scale=z,a.vb=!1,z=a.viewportBounds,Jt.B(z.x,x)&&Jt.B(z.y,b)&&Jt.B(z.width,E)&&Jt.B(z.height,tt)||a.onViewportBoundsChanged(new ye(x,b,E,tt),z,y,!1)}}function yd(a,y){var x=a.Pp;if(a.ta===null)return x;a.Va();var b=a.documentBounds;if(!b.w())return x;var E=b.width;b=b.height;var z=a.Aa+(a.gf?a.Db:0),tt=a.ya+(a.Be?a.Db:0),ot=z/E,rt=tt/b;return y===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)/b:(z-a.Db)/E,y>x&&(y=x),y<a.minScale&&(y=a.minScale),y>a.maxScale&&(y=a.maxScale),y):a.scale}ne.prototype.zoomToFit=function(){var a=this.sj;this.sj=Yu,this.scale=yd(this,ga),a!==Yu&&(Ga(this,!1),pg(this,this.documentBounds,this.Aa/this.Ca,this.ya/this.Ca,this.zk,!1)),this.sj=a},xt=ne.prototype,xt.BA=function(a,y){y===void 0&&(y=ga);var x=a.width,b=a.height;if(!(x===0||b===0||isNaN(x)&&isNaN(b))){var E=1;if(y===ga||y===Rh)if(isNaN(x))E=this.viewportBounds.height*this.scale/b;else if(isNaN(b))E=this.viewportBounds.width*this.scale/x;else{E=this.Aa;var z=this.ya;E=y===Rh?z/b>E/x?(z-(this.Be?this.Db:0))/b:(E-(this.gf?this.Db:0))/x:Math.min(z/b,E/x)}this.scale=E,this.position=new It(a.x,a.y)}},xt.Jy=function(a,y){this.Va();var x=this.documentBounds,b=this.viewportBounds;this.position=new It(x.x+(a.x*x.width+a.offsetX)-(y.x*b.width-y.offsetX),x.y+(a.y*x.height+a.offsetY)-(y.y*b.height-y.offsetY))},xt.zz=function(a){if(a instanceof Zt){this.eq=a;var y=It.alloc();this.fq=this.op(a.ga(fo,y)),It.free(y)}else this.eq=null,this.fq=Vo};function pg(a,y,x,b,E,z){var tt=It.allocAt(a.pa.x,a.pa.y),ot=tt.x,rt=tt.y;if(a.eq!==null){var at=It.alloc();at=a.eq.ga(fo,at),ot=at.x-a.fq.x/a.scale,rt=at.y-a.fq.y/a.scale,E=Bi,It.free(at)}(z||a.scrollMode===Yu)&&(E.sb()&&(x>y.width&&(ot=y.x+(E.x*y.width+E.offsetX)-(E.x*x-E.offsetX)),b>y.height&&(rt=y.y+(E.y*y.height+E.offsetY)-(E.y*b-E.offsetY))),E=a.rj,z=x-y.width,x<y.width+E.left+E.right?(ot=Math.min(ot+x/2,y.right+Math.max(z,E.right)-x/2),ot=Math.max(ot,y.left-Math.max(z,E.left)+x/2),ot-=x/2):ot>y.left?ot=y.left:ot<y.right-x&&(ot=y.right-x),x=b-y.height,b<y.height+E.top+E.bottom?(rt=Math.min(rt+b/2,y.bottom+Math.max(x,E.bottom)-b/2),rt=Math.max(rt,y.top-Math.max(x,E.top)+b/2),rt-=b/2):rt>y.top?rt=y.top:rt<y.bottom-b&&(rt=y.bottom-b)),tt.x=isFinite(ot)?ot:-a.yb.left,tt.y=isFinite(rt)?rt:-a.yb.top,a.positionComputation!==null&&(y=a.positionComputation(a,tt),tt.x=y.x,tt.y=y.y),Hp(a.Yd,a.pa,tt),a.pa.h(tt.x,tt.y),Nl(a),It.free(tt)}xt.Ol=function(a,y){if(y===void 0&&(y=!0),y){if(a=Vl(this,a,function(x){return x.part},function(x){return x.canSelect()}),a instanceof bn)return a}else if(a=Vl(this,a,function(x){return x.part}),a instanceof bn)return a;return null},xt.ic=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null),Ur(this);for(var b=this.Wa.iteratorBackwards;b.next();){var E=b.value;if(E.visible&&(E=E.ic(a,y,x),E!==null))return E}return null};function Vl(a,y,x,b){for(x===void 0&&(x=null),b===void 0&&(b=null),Ur(a),a=a.Wa.iteratorBackwards;a.next();){var E=a.value;if(E.visible&&!E.isTemporary&&(E=E.ic(y,x,b),E!==null))return E}return null}xt.lz=function(a,y,x){return y===void 0&&(y=!0),hf(this,a,function(b){return b.part},y?function(b){return b instanceof bn&&b.canSelect()}:null,x)};function hf(a,y,x,b,E){for(x===void 0&&(x=null),b===void 0&&(b=null),E instanceof Ie||E instanceof Be||(E=new Be),Ur(a),a=a.Wa.iteratorBackwards;a.next();){var z=a.value;z.visible&&!z.isTemporary&&z.ji(y,x,b,E)}return E}xt.ji=function(a,y,x,b){y===void 0&&(y=null),x===void 0&&(x=null),b instanceof Ie||b instanceof Be||(b=new Be),Ur(this);for(var E=this.Wa.iteratorBackwards;E.next();){var z=E.value;z.visible&&z.ji(a,y,x,b)}return b},xt.ux=function(a,y,x,b){return y===void 0&&(y=!1),x===void 0&&(x=!0),nc(this,a,function(E){return E instanceof bn&&(!x||E.canSelect())},y,b)},xt.Cf=function(a,y,x,b,E){y===void 0&&(y=null),x===void 0&&(x=null),b===void 0&&(b=!1),E instanceof Ie||E instanceof Be||(E=new Be),Ur(this);for(var z=this.Wa.iteratorBackwards;z.next();){var tt=z.value;tt.visible&&tt.Cf(a,y,x,b,E)}return E},xt.Nu=function(a,y,x,b,E,z){var tt=new Be;Ur(this);for(var ot=this.Wa.iteratorBackwards;ot.next();){var rt=ot.value;rt.visible&&rt.Nu(a,y,x,b,tt,E,z)}return tt};function nc(a,y,x,b,E){var z=null;for(z===void 0&&(z=null),x===void 0&&(x=null),b===void 0&&(b=!1),E instanceof Ie||E instanceof Be||(E=new Be),Ur(a),a=a.Wa.iteratorBackwards;a.next();){var tt=a.value;tt.visible&&!tt.isTemporary&&tt.Cf(y,z,x,b,E)}return E}xt.mz=function(a,y,x,b,E){return x===void 0&&(x=!0),b===void 0&&(b=!0),df(this,a,y,function(z){return z instanceof bn&&(!b||z.canSelect())},x,E)},xt.og=function(a,y,x,b,E,z){x===void 0&&(x=null),b===void 0&&(b=null),E===void 0&&(E=!0),E!==!1&&E!==!0&&((E instanceof Ie||E instanceof Be)&&(z=E),E=!0),z instanceof Ie||z instanceof Be||(z=new Be),Ur(this);for(var tt=this.Wa.iteratorBackwards;tt.next();){var ot=tt.value;ot.visible&&ot.og(a,y,x,b,E,z)}return z};function df(a,y,x,b,E,z){var tt=null;for(tt===void 0&&(tt=null),b===void 0&&(b=null),E===void 0&&(E=!0),E!==!1&&E!==!0&&((E instanceof Ie||E instanceof Be)&&(z=E),E=!0),z instanceof Ie||z instanceof Be||(z=new Be),Ur(a),a=a.Wa.iteratorBackwards;a.next();){var ot=a.value;ot.visible&&!ot.isTemporary&&ot.og(y,x,tt,b,E,z)}return z}ne.prototype.acceptEvent=function(a){return Ca(this,a,a instanceof MouseEvent)};function Ca(a,y,x){var b=a.Qg;return a.Qg=a.cj,a.cj=b,b.diagram=a,b.event=y,x?Sd(a,y,b):(b.viewPoint=a.Qg.viewPoint,b.documentPoint=a.Qg.documentPoint),a=0,y.ctrlKey&&(a+=1),y.altKey&&(a+=2),y.shiftKey&&(a+=4),y.metaKey&&(a+=8),b.modifiers=a,b.button=y.button,y.buttons!==void 0&&(b.buttons=y.buttons),Ri&&y.button===0&&y.ctrlKey&&(b.button=2),b.down=!1,b.up=!1,b.clickCount=1,b.delta=0,b.handled=!1,b.bubbles=!1,b.timestamp=y.timeStamp,b.isMultiTouch=!1,b.targetDiagram=mg(y,y.target),b.targetObject=null,b}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,b,E,z){var tt=a.Qg;return a.Qg=a.cj,a.cj=tt,tt.diagram=a,tt.clickCount=1,a=tt.delta=0,y.ctrlKey&&(a+=1),y.altKey&&(a+=2),y.shiftKey&&(a+=4),y.metaKey&&(a+=8),tt.modifiers=a,tt.event=y,tt.timestamp=y.timeStamp,tt.button=y.button,tt.buttons=y.buttons,Ri&&y.button===0&&y.ctrlKey&&(tt.button=2),tt.down=x,tt.up=b,tt.handled=!1,tt.bubbles=E,tt.isMultiTouch=z,tt}function tl(a,y){return a.bubbles?!0:(y.stopPropagation!==void 0&&y.stopPropagation(),y.cancelable!==!1&&y.preventDefault(),y.cancelBubble=!0,!1)}ne.prototype.Qz=function(a){var y=this.H;if(!this.H.isEnabled)return!1;var x=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(),tl(x,a)},ne.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(),tl(x,a)},ne.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(),tl(x,a)},ne.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),tl(x,a)},ne.prototype.getMouse=function(a){var y=this.ta;if(y===null)return new It(0,0);var x=y.getBoundingClientRect();return y=a.clientX-this.Aa/x.width*x.left,a=a.clientY-this.ya/x.height*x.top,this.Ab!==null?ki(new It(y,a),this.Ab):new It(y,a)};function Sd(a,y,x){var b=a.ta,E=a.Aa,z=a.ya,tt=0,ot=0;b!==null&&(b=b.getBoundingClientRect(),tt=y.clientX-E/b.width*b.left,ot=y.clientY-z/b.height*b.top),x.viewPoint.h(tt,ot),a.Ab!==null?(y=It.allocAt(tt,ot),a.Ab.Cd(y),x.documentPoint.assign(y),It.free(y)):x.documentPoint.h(tt,ot)}function yg(a,y,x){if(a.oj[0]!==null){y=a.oj[y];var b=a.ta;b!==null&&(b=b.getBoundingClientRect(),x.h(y.clientX-a.Aa/b.width*b.left,y.clientY-a.ya/b.height*b.top))}}ne.prototype.Ya=function(){this.Zi||(this.Zi=!0,this.$b(!1))};function $p(a){a.ld||Ur(a),a.Va()}ne.prototype.redraw=function(){this.vb||this.ld||(this.N(),this.bd())},xt=ne.prototype,xt.Pz=function(){return this.kg},xt.Xy=function(a){a===void 0&&(a=null);var y=this.animationManager,x=y.isEnabled;y.Cc(),y.isEnabled=!1,La(this),this.hf=!1,this.du=new It(NaN,NaN),y.isEnabled=x,this.ld=!0;var b=this;a!==null&&ce(function(){b.ld=!1,_l(y,"Model"),a(b)},1)},xt.$b=function(a){if(a===void 0&&(a=!1),this.kg!==!0&&!(this.vb||a===!1&&this.ld)){this.kg=!0;var y=this;be.requestAnimationFrame(function(){y.kg&&y.bd()})}},xt.bd=function(){(!this.fn||this.kg)&&(this.fn&&(this.fn=!1),La(this))};function Ah(a,y,x){!a.Ee||a.vb||a.animationManager.defaultAnimation.isAnimating||wd(a)||(y&&Ur(a),x&&Ga(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,b=a.Xn;if(!x.isAnimating&&b.length!==0){for(var E=b.s,z=E.length,tt=0;tt<z;tt++){var ot=E[tt];gr(ot,!1),ot.v()}b.clear()}b=a.ow,0<b.count&&(b.each(function(rt){rt.Nv()}),b.clear()),E=b=!1,x.defaultAnimation.isAnimating&&(E=!0,b=a.skipsUndoManager,a.skipsUndoManager=!0),x.zb||cg(a),Ah(a,!1,!0),a.fe!==null&&(a.fe.visible&&!a.mq&&(bl(a),a.mq=!0),!a.fe.visible&&a.mq&&(a.mq=!1)),Ur(a),z=!1,(!a.hf||a.xh)&&(a.hf?bg(a,!a.Jk):(a.Ea("Initial Layout"),x.isEnabled===!1&&x.Cc(),bg(a,!1)),z=!0),a.Jk=!1,Ur(a),a.ou||$p(a),Ah(a,!0,!1),tt=!1,z?(x=ye.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"),Ah(a,!0,!1),ye.free(x)):x.Ok&&x.Qw&&(a.Fg!==us?a.scale=yd(a,a.Fg):a.yh!==us?a.scale=yd(a,a.yh):(x=a.initialScale,isFinite(x)&&0<x&&(a.scale=x)),Ga(a,!0)),z&&tt&&a.eb("Initial Layout"),Ur(a),y||a.gc(a.ib),E&&(a.skipsUndoManager=b),a.ld=!1}}function Sg(a){if(a.Fg!==us)a.scale=yd(a,a.Fg);else if(a.yh!==us)a.scale=yd(a,a.yh);else{var y=a.initialScale;isFinite(y)&&0<y&&(a.scale=y)}Ga(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 Ur(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 Be,a.Nv(x,a.De)}a.nodes.each(function(b){b instanceof ii&&b.U&65536&&(b.U=b.U^65536)})}}xt.Nv=function(a,y){for(a.reset();a.next();){var x=a.value;!x.Zc()||x instanceof ii||(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x))}for(a.reset();a.next();)x=a.value,x instanceof ii&&x.isVisible()&&ff(this,x);for(a.reset();a.next();)x=a.value,x instanceof Ge&&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 ji&&x.isVisible()&&(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x))};function ff(a,y){for(var x=on(),b=on(),E=y.memberParts;E.next();){var z=E.value;z.isVisible()&&(z instanceof ii?(ma(z)||Ps(z)||jh(z))&&ff(a,z):z instanceof Ge?z.fromNode===y||z.toNode===y?b.push(z):x.push(z):(z.measure(1/0,1/0),z.arrange()))}for(a=x.length,E=0;E<a;E++)z=x[E],z.measure(1/0,1/0),z.arrange();for(rn(x),y.measure(1/0,1/0),y.arrange(),a=b.length,y=0;y<a;y++)x=b[y],x.measure(1/0,1/0),x.arrange();rn(b)}xt.Fd=function(a,y,x,b){if(this.vd||this.animationManager.isAnimating)for(var E=0;E<y;E++)a[E].Fd(x,b)},xt.gc=function(a){if(this.Ka!==null){if(this.ta===null&&_t("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,b=this.ya;if(a.Gv.resize(x,b,x,b),x=this.Wa.s,b=x.length,this.Fd(x,b,this,this.viewportBounds),this.Fc||y.isAnimating){y=this.pa;var E=this.Ca,z=Math.round(y.x*E)/E,tt=Math.round(y.y*E)/E,ot=this.Ab;for(ot.reset(),E!==1&&ot.scale(E),y.x===0&&y.y===0||ot.translate(-z,-tt),a.ti=null,Ky(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<b;y++)x[y].gc(a,this);a=!1,this.Yf?Td(this.Yf,this)&&(a=this.Vp()):a=!0,a&&(ai.prototype.Cd=ai.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(b=a!==this.ib,y=this.Wa.s,E=y.length,this.Fd(y,E,this,this.viewportBounds),b)a.Vc(!0),this.vd=!0;else if(!this.Fc&&!z.isAnimating)break t;z=this.Ab,z.reset(),tt=this.Mb,ot=this.pa;var rt=this.Ca,at=Math.round(ot.x*rt)/rt,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<E;ot++)a.setTransform(tt,0,0,tt,0,0),a.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),a.yc(),y[ot].gc(a,this);if(y=!1,this.Yf?Td(this.Yf,this)&&(y=this.Vp()):y=!0,y&&(ai.prototype.Cd=ai.prototype.Eu),b?(this.ib.Vc(!0),this.vd=!0):this.Fc=this.vd=!1,y=+new Date-+x,b=zn&&zn.nx,x=this.zw,b||this.Yh===null){for(x[this.Tq]=y,this.Tq=(this.Tq+1)%x.length,E=y=0;E<x.length;E++)y+=x[E];this.Sq=y/x.length}if(this.pb!==1&&(a.globalAlpha=1),b)for(a.setTransform(1,0,0,1,0,0),b=0;b<x.length;b++)a.fillText(x[b].toString(),20,150+ +(20*b))}}};function ic(a,y,x,b,E,z,tt,ot,rt,at){if(a.Ka!==null){a.ta===null&&_t("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=E;var ft=a.Wa.s,mt=ft.length;try{var yt=new ye(z.x,z.y,b.width/E,b.height/E),St=yt.copy();St.Co(x),bl(a,St),Ur(a),a.Fd(ft,mt,a,yt),y.setTransform(1,0,0,1,0,0),y.clearRect(0,0,b.width,b.height),ot!==null&&ot!==""&&(y.fillStyle=ot,y.ox(0,0,b.width,b.height));var kt=a.Mb;y.scale(kt,kt);var Ot=ai.alloc();Ot.reset(),Ot.translate(x.left,x.top),Ot.scale(E),z.x===0&&z.y===0||Ot.translate(-z.x,-z.y),y.setTransform(Ot.m11,Ot.m12,Ot.m21,Ot.m22,Ot.dx,Ot.dy),y.yc(),y instanceof na&&Ky(y,Ot.m11,Ot.m12,Ot.m21,Ot.m22,Ot.dx,Ot.dy),ai.free(Ot),Wu(a,y),y.globalAlpha=a.pb;var Nt=a.Qj("Grid");if(tt){var jt=new Be,Ht=tt.iterator;for(Ht.reset();Ht.next();){var Wt=Ht.value;Wt instanceof bn&&(at||Wt.layer!==Nt)&&(Wt.Gj(),jt.add(Wt))}for(at=0;at<mt;at++)Vp(ft[at],y,a,jt,rt);jt.each(function(ee){return ee.Gj()})}else for(jt=0;jt<mt;jt++){var Ut=ft[jt];Ut===Nt?at&&Ut.gc(y,a,!0):Ut.gc(y,a,rt)}a.$i=!1,a.Yf&&Td(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 na&&(a.ib.Nj.PA(),a.redraw())}}}xt.Gf=function(a){return this.Rg[a]},xt.Xx=function(a,y){a==="minDrawingLength"&&(this.Oq=y),this.Rg[a]=y,this.redraw()},xt.Tx=function(){this.Rg=new Wn,this.Rg.drawShadows=!0,this.Rg.textGreeking=!0,this.Rg.viewportOptimizations=!(Ri||Po),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))}xt.Ql=function(a){return this.on[a]},xt.sA=function(a,y){this.on[a]=y},xt.Sx=function(){this.on=new Wn,this.on.extraTouchArea=10,this.on.extraTouchThreshold=10,this.on.hasGestureZoom=!0},xt.set=function(a){return Object.assign(this,a),this},xt.Du=function(a){return this.nm(a)},xt.nm=function(a){return xd(this,a),this};function xd(a,y){var x=a instanceof De,b=a instanceof ne,E;for(E in y){E===""&&_t("Setting properties requires non-empty property names");var z=a,tt=E;if(x||b){var ot=E.indexOf(".");if(0<ot){var rt=E.substring(0,ot);x?z=a.fb(rt):(z=a[rt],z==null&&(z=a.toolManager[rt])),Le(z)?tt=E.substr(ot+1):_t("Unable to find object named: "+rt+" in "+a.toString()+" when trying to set property: "+E)}}if(tt[0]!=="_"&&!Qn(z,tt))if(b&&tt==="ModelChanged"){a.Yw(y[tt]);continue}else if(b&&tt==="Changed"){a.Pe(y[tt]);continue}else if(b&&Qn(a.toolManager,tt))z=a.toolManager;else if(b&&em(a,tt)){a.Bj(tt,y[tt]);continue}else if(a instanceof Pn&&tt==="Changed"){a.Pe(y[tt]);continue}else _t('Trying to set undefined property "'+tt+'" on object: '+z.toString());z[tt]=y[E],tt[0]==="_"&&z instanceof Zt&&z.Vw(tt)}}xt.bx=function(){if(this.Eh.count!==0&&!(1<this.undoManager.transactionLevel)){for(;0<this.Eh.count;){var a=this.Eh;for(this.Eh=new Gn,a=a.iterator;a.next();){var y=a.key;y.Xo(a.value),y.qc()}}this.N()}},xt.N=function(a){if(a===void 0)this.Fc=!0,this.$b();else{var y=this.viewportBounds;a.w()&&y.Yc(a)&&(this.Fc=!0,this.$b())}this.R("InvalidateDraw")},ne.prototype.invalidateViewport=function(a,y){if(this.Fc!==!0)if(this.Fc=!0,this.nl==="svg")this.bd();else{var x=this.Gf("temporaryPixelRatio")===!0;if(this.Gf("viewportOptimizations")===!0&&this.scrollMode!==pf&&this.rj.hi(0,0,0,0)&&y.width===a.width&&y.height===a.height){var b=this.scale,E=Math.max(a.y,y.y),z=Math.min(a.y+a.height,y.y+y.height);if(0<Math.max(0,Math.min(a.x+a.width,y.x+y.width)-Math.max(a.x,y.x))*b&&0<Math.max(0,z-E)*b){if(!(this.ld||(this.kg=!1,this.Ka===null||(this.ld=!0,this.documentBounds.w()||(b=ye.alloc(),Tg(this,this.computeBounds(b)),ye.free(b)),b=this.ta,b===null||b instanceof El)))){var tt=this.Mb;E=this.Aa*tt;var ot=this.ya*tt,rt=this.scale*tt;z=Math.round(Math.round(y.x*rt)-Math.round(a.x*rt)),y=Math.round(Math.round(y.y*rt)-Math.round(a.y*rt)),rt=this.jw,a=this.oy,rt.width!==E&&(rt.width=E),rt.height!==ot&&(rt.height=ot),a.clearRect(0,0,E,ot),rt=190*tt;var at=70*tt,ut=Math.max(z,0),ft=Math.max(y,0),mt=Math.floor(E-ut),yt=Math.floor(ot-ft);a.drawImage(b.Oa,ut,ft,mt,yt,0,0,mt,yt),Td(this.Yf,this)&&a.clearRect(0,0,rt,at),b=on(),a=on(),yt=Math.abs(z),mt=Math.abs(y);var St=ut===0?0:E-yt;ut=It.allocAt(St,0),yt=It.allocAt(yt+St,ot),a.push(new ye(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 kt=this.Ab;if(kt.reset(),kt.scale(tt,tt),this.Ca!==1&&kt.scale(this.Ca),tt=this.pa,(tt.x!==0||tt.y!==0)&&isFinite(tt.x)&&isFinite(tt.y)&&kt.translate(-tt.x,-tt.y),ki(ut,kt),ki(yt,kt),b.push(new ye(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(E,mt+St),a.push(new ye(Math.min(ut.x,yt.x),Math.min(ut.y,yt.y),Math.abs(ut.x-yt.x),Math.abs(ut.y-yt.y))),ki(ut,kt),ki(yt,kt),b.push(new ye(Math.min(ut.x,yt.x),Math.min(ut.y,yt.y),Math.abs(ut.x-yt.x),Math.abs(ut.y-yt.y))),Td(this.Yf,this)&&(E=0<z?0:-z,ot=0<y?0:-y,ut.h(E,ot),yt.h(rt+E,at+ot),a.push(new ye(Math.min(ut.x,yt.x),Math.min(ut.y,yt.y),Math.abs(ut.x-yt.x),Math.abs(ut.y-yt.y))),ki(ut,kt),ki(yt,kt),b.push(new ye(Math.min(ut.x,yt.x),Math.min(ut.y,yt.y),Math.abs(ut.x-yt.x),Math.abs(ut.y-yt.y)))),It.free(ut),It.free(yt),Ah(this,!1,!0),this.Ka===null&&_t("No div specified"),this.ta===null&&_t("No canvas specified"),!this.animationManager.zb&&(E=this.ib,this.Fc)){for(Pd(this),ot=this.Mb,E.setTransform(1,0,0,1,0,0),E.clearRect(0,0,this.Aa*ot,this.ya*ot),E.drawImage(this.jw.Oa,0<z?0:Math.round(-z),0<y?0:Math.round(-y)),z=this.pa,tt=this.Ca,rt=Math.round(z.x*tt)/tt,at=Math.round(z.y*tt)/tt,y=this.Ab,y.reset(),tt!==1&&y.scale(tt),z.x===0&&z.y===0||y.translate(-rt,-at),E.save(),E.beginPath(),z=a.length,tt=0;tt<z;tt++)rt=a[tt],rt.width!==0&&rt.height!==0&&E.rect(Math.floor(rt.x),Math.floor(rt.y),Math.ceil(rt.width),Math.ceil(rt.height));for(E.clip(),E.setTransform(ot,0,0,ot,0,0),E.transform(y.m11,y.m12,y.m21,y.m22,y.dx,y.dy),E.yc(),y=this.Wa.s,z=y.length,this.Fd(y,z,this,this.viewportBounds),Wu(this,E),E.globalAlpha=this.pb,ot=0;ot<z;ot++)if(tt=y[ot],rt=b,tt.visible&&tt.pb!==0){at=fu(tt,E),ft=tt.Zq,ft.length=0,ut=this.scale,mt=ye.alloc(),yt=tt.Pa.s,kt=yt.length,St=rt.length;for(var Ot=0;Ot<kt;Ot++){var Nt=yt[Ot],jt=Dd(Nt,Nt.actualBounds);t:{for(var Ht=2/ut,Wt=4/ut,Ut=0;Ut<St;Ut++){var ee=rt[Ut];if(ee.width!==0&&ee.height!==0&&jt.Vu(ee.x-Ht,ee.y-Ht,ee.width+Wt,ee.height+Wt)){jt=!0;break t}}jt=!1}jt&&tt.Oj(E,Nt,this,ft,ut,mt,!0)}ye.free(mt),E.globalAlpha=at}E.restore(),E.Vc(!0),this.Yf&&Td(this.Yf,this)&&this.Vp(),this.Fc=this.vd=!1,this.hk()}rn(b),rn(a),this.ld=!1}}else this.bd();x&&(Is(this),this.bd(),uf(this,!0))}else x?(Is(this),this.bd(),uf(this,!0)):this.bd()}};function Pd(a){a.pn!==!1&&(a.pn=!1,xg(a,a.Aa,a.ya))}function xg(a,y,x){Nl(a);var b=a.Mb;a.ta.resize(y*b,x*b,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,b=a.ya,E=a.Ka,z=!1,tt=a.gf?a.Db:0,ot=a.Be?a.Db:0,rt=E.clientWidth||x+tt,at=E.clientHeight||b+ot,ut=a.viewportBounds;E=ut.x;var ft=ut.y,mt=ut.width,yt=ut.height;if((rt!==x+tt||at!==b+ot)&&(a.gf=!1,a.Be=!1,ot=tt=0,a.Aa=rt,a.ya=at,z=a.pn=!0,Nl(a)),!a.hf||!a.viewportBounds.w())return!0;var St=a.ku,kt=a.hu;if(a.Ee=!1,!(z||a.gf||a.Be||a.mn||a.nn))return!0;var Ot=a.documentBounds,Nt=0,jt=0,Ht=0,Wt=0,Ut=ut.width,ee=ut.height,Ze=a.rj;a.contentAlignment.sb()?(Ot.width>Ut&&(Nt=Ze.left,jt=Ze.right),Ot.height>ee&&(Ht=Ze.top,Wt=Ze.bottom)):(Nt=Ze.left,jt=Ze.right,Ht=Ze.top,Wt=Ze.bottom);var gn=Ot.width+Nt+jt,an=Ot.height+Ht+Wt;Ze=a.scale;var je=gn>rt/Ze,Me=an>at/Ze;if(!(z||a.gf||a.Be||je||Me))return!0;Nt=Ot.x-Nt,rt=ut.x,jt=Ot.right+jt,at=ut.right+tt,Ht=Ot.y-Ht;var ei=ut.y;Ot=Ot.bottom+Wt,ut=ut.bottom+ot;var Vn="1px";if(Wt="1px",a.scrollMode===Yu&&(je||Me)&&(je&&a.hasHorizontalScrollbar&&a.allowHorizontalScroll&&(je=1,Nt+1<rt&&(je=Math.max((rt-Nt)*Ze+a.Aa,je)),jt>at+1&&(je=Math.max((jt-at)*Ze+a.Aa,je)),Ut+tt+1<gn&&(je=Math.max((gn-Ut)*Ze+a.Aa,je)),Vn=je.toString()+"px"),Me&&a.hasVerticalScrollbar&&a.allowVerticalScroll&&(je=1,Ht+1<ei&&(je=Math.max((ei-Ht)*Ze+a.ya,je)),Ot>ut+1&&(je=Math.max((Ot-ut)*Ze+a.ya,je)),ee+ot+1<an&&(je=Math.max((an-ee)*Ze+a.ya,je)),Wt=je.toString()+"px")),je=Vn!=="1px",Me=Wt!=="1px",je&&Me||!je&&!Me||(Me&&(at-=a.Db),je&&(ut-=a.Db),gn<Ut+tt||!a.hasHorizontalScrollbar||!a.allowHorizontalScroll||(tt=1,Nt+1<rt&&(tt=Math.max((rt-Nt)*Ze+a.Aa,tt)),jt>at+1&&(tt=Math.max((jt-at)*Ze+a.Aa,tt)),Ut+1<gn&&(tt=Math.max((gn-Ut)*Ze+a.Aa,tt)),Vn=tt.toString()+"px"),je=Vn!=="1px",tt=a.ya,je!==a.Be&&(tt=je?a.ya-a.Db:a.ya+a.Db),an<ee+ot||!a.hasVerticalScrollbar||!a.allowVerticalScroll||(ot=1,Ht+1<ei&&(ot=Math.max((ei-Ht)*Ze+tt,ot)),Ot>ut+1&&(ot=Math.max((Ot-ut)*Ze+tt,ot)),ee+1<an&&(ot=Math.max((an-ee)*Ze+tt,ot)),Wt=ot.toString()+"px"),Me=Wt!=="1px"),a.qr&&je===a.Be&&Me===a.gf)return x===a.Aa&&b===a.ya||a.bd(),!1;if(je!==a.Be&&(Vn==="1px"?a.ya=a.ya+a.Db:a.ya=Math.max(a.ya-a.Db,1),z=!0),a.Be=je,kt.style.width=Vn,Me!==a.gf&&(Wt==="1px"?a.Aa=a.Aa+a.Db:a.Aa=Math.max(a.Aa-a.Db,1),z=!0,a.tn&&(ot=It.alloc(),Me?(y.style.left=a.Db+"px",a.position=ot.h(a.pa.x+a.Db/a.scale,a.pa.y)):(y.style.left="0px",a.position=ot.h(a.pa.x-a.Db/a.scale,a.pa.y)),It.free(ot))),z&&Nl(a),a.gf=Me,kt.style.height=Wt,a.gu=!0,z&&(a.pn=!0),y=St.scrollLeft,a.hasHorizontalScrollbar&&a.allowHorizontalScroll&&(Ut+1<gn?y=(a.position.x-Nt)*Ze:Nt+1<rt?y=St.scrollWidth-St.clientWidth:jt>at+1&&(y=a.position.x*Ze)),a.tn)switch(a.bu){case"negative":y=-(St.scrollWidth-y-St.clientWidth);break;case"reverse":y=St.scrollWidth-y-St.clientWidth}return St.scrollLeft=y,a.hasVerticalScrollbar&&a.allowVerticalScroll&&(ee+1<an?St.scrollTop=(a.position.y-Ht)*Ze:Ht+1<ei?St.scrollTop=St.scrollHeight-St.clientHeight:Ot>ut+1&&(St.scrollTop=a.position.y*Ze)),rt=a.Aa,at=a.ya,St.style.width=rt+(a.gf?a.Db:0)+"px",St.style.height=at+(a.Be?a.Db:0)+"px",x!==rt||b!==at||a.animationManager.zb?(x=ye.allocAt(E,ft,mt,yt),a.onViewportBoundsChanged(x,a.viewportBounds,Ze,z),ye.free(x),!1):!0}xt=ne.prototype,xt.add=function(a){var y=a.diagram;if(y!==this&&(y!==null&&_t("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&&_t('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(sr,"parts",y,null,a,null,x),y.isTemporary||this.Ya(),a.C(1),x=a.layerChanged,x!==null&&x(a,null,y)}},xt.oi=function(a){this.partManager.oi(a);var y=this;Fd(a,function(x){Cd(y,x)}),(a instanceof ji||a instanceof ii&&a.placeholder!==null)&&a.v(),a.data!==null&&Fd(a,function(x){ay(y.partManager,x)}),Ps(a)!==!0&&jh(a)!==!0||this.De.add(a),RS(a,!0,this),jS(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()},xt.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),jS(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()},xt.remove=function(a){Pg(this,a,!0)};function Pg(a,y,x){var b=y.layer;b!==null&&b.diagram===a&&(y.isSelected=!1,y.isHighlighted=!1,y.C(2),x&&y.Lj(),x=b.pc(-1,y,!1),0<=x&&a.cb(vr,"parts",b,y,null,x,null),a=y.layerChanged,a!==null&&a(y,b,null))}xt.Is=function(a,y){if(y===void 0&&(y=!1),ke(a))for(var x=a.length,b=0;b<x;b++){var E=a[b];y&&!E.canDelete()||this.remove(E)}else for(x=new Be,x.addAll(a),a=x.iterator;a.next();)x=a.value,y&&!x.canDelete()||this.remove(x)},xt.Kj=function(a,y,x){return x===void 0&&(x=!1),this.partManager.Kj(a,y,x)},ne.prototype.moveParts=function(a,y,x,b){if(x===void 0&&(x=!1),b===void 0&&(b=oc(this)),this.toolManager!==null){var E=new Gn;if(a!==null)if(ke(a))for(var z=0;z<a.length;z++)Yl(this,E,a[z],x,b);else for(a=a.iterator;a.next();)Yl(this,E,a.value,x,b);else{for(a=this.parts;a.next();)Yl(this,E,a.value,x,b);for(a=this.nodes;a.next();)Yl(this,E,a.value,x,b);for(a=this.links;a.next();)Yl(this,E,a.value,x,b)}Bh(this,E,y,b,x)}};function Yl(a,y,x,b,E,z){if(!y.contains(x)&&(z===void 0&&(z=!1),!b||z||x.canMove()||x.canCopy()))if(E===void 0&&(E=oc(a)),x instanceof qe){if(y.add(x,a.Pd(E,x,x.location)),x instanceof ii&&(x.placeholder!==null||E.dragsMembers))for(z=x.memberParts;z.next();)Yl(a,y,z.value,b,E,E.groupsAlwaysMove);for(z=x.linksConnected;z.next();){var tt=z.value;if(!y.contains(tt)){var ot=tt.fromNode,rt=tt.toNode;ot!==null&&y.contains(ot)&&rt!==null&&y.contains(rt)&&Yl(a,y,tt,b,E)}}if(E.dragsTree)for(x=x.Ou();x.next();)Yl(a,y,x.value,b,E)}else if(x instanceof Ge)for(y.add(x,a.Pd(E,x)),x=x.labelNodes;x.next();)Yl(a,y,x.value,b,E);else x instanceof ji||y.add(x,a.Pd(E,x,x.location))}function Bh(a,y,x,b,E){if(y!==null&&y.count!==0){var z=It.alloc(),tt=It.alloc();tt.assign(x),isNaN(tt.x)&&(tt.x=0),isNaN(tt.y)&&(tt.y=0),(x=a.Mr)||sc(a,y);for(var ot=on(),rt=on(),at=y.iterator,ut=It.alloc();at.next();){var ft=at.key,mt=at.value;if(ft.Zc()){var yt=wg(a,ft,y);yt!==null?ot.push(new nt(ft,mt,yt)):(!E||ft.canMove())&&(yt=mt.point,z.assign(yt),a.computeMove(ft,z.add(tt),b,ut),ft.location=ut,mt.shifted===void 0&&(mt.shifted=new It),mt.shifted.assign(ut.re(yt)))}else at.key instanceof Ge&&rt.push(at.sa)}for(It.free(ut),E=ot.length,at=0;at<E;at++)ft=ot[at],z.assign(ft.info.point),ft.Su.shifted===void 0&&(ft.Su.shifted=new It),ft.node.location=z.add(ft.Su.shifted);for(E=It.alloc(),at=It.alloc(),ft=rt.length,mt=0;mt<ft;mt++){var St=rt[mt];if(yt=St.key,yt instanceof Ge)if(yt.suspendsRouting){yt.Tg=null,ut=yt.fromNode;var kt=yt.toNode;if(a.draggedLink!==null&&b.dragsLink)if(kt=St.value.point,yt.dragComputation===null)y.add(yt,a.Pd(b,yt,tt)),qu(yt,tt.x-kt.x,tt.y-kt.y);else{St=It.allocAt(0,0),(ut=yt.i(0))&&ut.w()&&St.assign(ut);var Ot=ut=It.alloc().assign(St).add(tt);b.isGridSnapEnabled&&(b.isGridSnapRealtime||a.lastInput.up)&&(Ot=It.alloc(),rc(a,yt,ut,Ot,b)),ut.assign(yt.dragComputation(yt,ut,Ot)).re(St),y.add(yt,a.Pd(b,yt,ut)),qu(yt,ut.x-kt.x,ut.y-kt.y),It.free(St),It.free(ut),Ot!==ut&&It.free(Ot)}else ut!==null&&(E.assign(ut.location),Ot=y.I(ut),Ot!==null&&E.re(Ot.point)),kt!==null&&(at.assign(kt.location),Ot=y.I(kt),Ot!==null&&at.re(Ot.point)),ut!==null&&kt!==null?E.Xa(at)?(ut=St.value.point,kt=z,kt.assign(E),kt.re(ut),y.add(yt,a.Pd(b,yt,E)),qu(yt,kt.x,kt.y)):(yt.suspendsRouting=!1,yt.bb()):(St=St.value.point,ut=ut!==null?E:kt!==null?at:tt,y.add(yt,a.Pd(b,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(b,yt,tt)),qu(yt,tt.x-ut.x,tt.y-ut.y))}It.free(z),It.free(tt),It.free(E),It.free(at),rn(ot),rn(rt),x||(Ur(a),Dh(a,y))}}ne.prototype.computeMove=function(a,y,x,b){if(b===void 0&&(b=new It),b.assign(y),a===null)return b;var E=y,z=x.isGridSnapEnabled;z&&(x.isGridSnapRealtime||this.lastInput.up)&&(E=It.alloc(),rc(this,a,y,E,x)),x=a.dragComputation!==null?a.dragComputation(a,y,E):E;var tt=a.minLocation,ot=tt.x;isNaN(ot)&&(ot=z?Math.round(1e3*a.location.x)/1e3:a.location.x),tt=tt.y,isNaN(tt)&&(tt=z?Math.round(1e3*a.location.y)/1e3:a.location.y);var rt=a.maxLocation,at=rt.x;return isNaN(at)&&(at=z?Math.round(1e3*a.location.x)/1e3:a.location.x),rt=rt.y,isNaN(rt)&&(rt=z?Math.round(1e3*a.location.y)/1e3:a.location.y),b.h(Math.max(ot,Math.min(x.x,at)),Math.max(tt,Math.min(x.y,rt))),E!==y&&It.free(E),b};function oc(a){var y=a.toolManager.findTool("Dragging");return y!==null?y.dragOptions:a.Wm}function rc(a,y,x,b,E){if(E===void 0&&(E=oc(a)),b.assign(x),y!==null){var z=a.grid;y=E.gridSnapCellSize,a=y.width,y=y.height;var tt=E.gridSnapOrigin,ot=tt.x;if(tt=tt.y,E=E.gridSnapCellSpot,z!==null){var rt=z.gridCellSize;isNaN(a)&&(a=rt.width),isNaN(y)&&(y=rt.height),z=z.gridOrigin,isNaN(ot)&&(ot=z.x),isNaN(tt)&&(tt=z.y)}z=It.allocAt(0,0),z.yi(0,0,a,y,E),Jt.No(x.x,x.y,ot+z.x,tt+z.y,a,y,b),It.free(z)}}function sc(a,y){if(y!==null)for(a.Mr=!0,a=y.iterator;a.next();)y=a.key,y instanceof Ge&&(y.suspendsRouting=!0)}function Dh(a,y){if(y!==null){for(y=y.iterator;y.next();){var x=y.key;x instanceof Ge&&(x.suspendsRouting=!1,Zv(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}xt=ne.prototype,xt.Pd=function(a,y,x){if(x===void 0)return new cu(nr);var b=a.isGridSnapEnabled;return a.groupsSnapMembers||y.containingGroup===null||(b=!1),b?new cu(new It(Math.round(1e3*x.x)/1e3,Math.round(1e3*x.y)/1e3)):new cu(x.copy())};function Cg(a,y,x){if(y.diagram!==null&&y.diagram!==a&&_t("Cannot share a Layer with another Diagram: "+y+" of "+y.diagram),x===null?y.diagram!==null&&_t("Cannot add an existing Layer to this Diagram again: "+y):(x.diagram!==a&&_t("Existing Layer must be in this Diagram: "+x+" not in "+x.diagram),y===x&&_t("Cannot move a Layer before or after itself: "+y)),y.diagram!==a){y=y.name,a=a.Wa,x=a.count;for(var b=0;b<x;b++)a.M(b).name===y&&_t("Cannot add Layer with the name '"+y+"'; a Layer with the same name is already present in this Diagram.")}}xt.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(sr,"layers",this,null,a,null,x+1),this.N(),this.Ya(),this},xt.Ww=function(a,y){Cg(this,a,y),a.Xe(this);var x=this.Wa,b=x.indexOf(a);0<=b&&(x.remove(a),this.cc!==null&&this.cb(vr,"layers",this,a,null,b,null));var E=x.count,z;for(z=0;z<E;z++)if(x.M(z)===y){x.Gb(z,a);break}return this.cc!==null&&this.cb(sr,"layers",this,null,a,null,z),this.N(),0>b&&this.Ya(),this},xt.Cy=function(a,y){Cg(this,a,y),a.Xe(this);var x=this.Wa,b=x.indexOf(a);0<=b&&(x.remove(a),this.cc!==null&&this.cb(vr,"layers",this,a,null,b,null));var E=x.count,z;for(z=0;z<E;z++)if(x.M(z)===y){x.Gb(z+1,a);break}return this.cc!==null&&this.cb(sr,"layers",this,null,a,null,z+1),this.N(),0>b&&this.Ya(),this},xt.kA=function(a){if(a.diagram!==this&&_t("Cannot remove a Layer from another Diagram: "+a+" of "+a.diagram),a.name!==""){var y=this.Wa,x=y.indexOf(a);if(y.remove(a)){for(y=a.Pa.copy().iterator;y.next();){var b=y.value,E=b.layerName;E!==a.name?b.layerName=E:b.layerName=""}this.cc!==null&&this.cb(vr,"layers",this,a,null,x,null),this.N(),this.Ya()}}},xt.Qj=function(a){for(var y=this.layers;y.next();){var x=y.value;if(x.name===a)return x}return null},xt.Yw=function(a){return this.pf===null&&(this.pf=new Ie),this.pf.add(a),this.model.Pe(a),this},xt.mA=function(a){this.pf!==null&&(this.pf.remove(a),this.pf.count===0&&(this.pf=null)),this.model.ik(a)},xt.Pe=function(a){return this.zg===null&&(this.zg=new Ie),this.zg.add(a),this},xt.ik=function(a){this.zg!==null&&(this.zg.remove(a),this.zg.count===0&&(this.zg=null))},xt.ds=function(a){if(this.skipsUndoManager||this.model.skipsUndoManager||this.model.undoManager.Tu(a),a.change!==ta&&(this.isModified=!0),this.zg!==null)for(var y=this.zg,x=y.length,b=0;b<x;b++)y.M(b)(a)},xt.cb=function(a,y,x,b,E,z,tt){z===void 0&&(z=null),tt===void 0&&(tt=null);var ot=new jo;ot.diagram=this,ot.change=a,ot.propertyName=y,ot.object=x,ot.oldValue=b,ot.oldParam=z,ot.newValue=E,ot.newParam=tt,this.ds(ot)},xt.g=function(a,y,x,b,E){this.cb(Io,a,this,y,x,b,E)},ne.prototype.changeState=function(a,y){if(a!==null&&a.diagram===this){var x=this.skipsModelSourceBindings;try{this.skipsModelSourceBindings=!0;var b=a.change;if(b===Io){var E=a.object;if(Fo(E,a.propertyName,a.I(y)),E instanceof Zt){var z=E.part;z!==null&&z.Wb()}this.isModified=!0}else if(b===sr){var tt=a.object,ot=a.newParam,rt=a.newValue;if(tt instanceof De)if(typeof ot=="number"&&rt instanceof Zt){y?tt.pc(ot):tt.Gb(ot,rt);var at=tt.part;at!==null&&at.Wb()}else typeof ot=="number"&&rt instanceof pr&&(rt.isRow?hS(tt,ot,y?void 0:rt):dS(tt,ot,y?void 0:rt));else if(tt instanceof Er){var ut=a.oldParam===!0;typeof ot=="number"&&rt instanceof bn&&(y?(rt.isSelected=!1,rt.isHighlighted=!1,rt.Wb(),tt.pc(ut?ot:-1,rt,ut)):tt.oi(ot,rt,ut))}else tt instanceof ne?typeof ot=="number"&&rt instanceof Er&&(y?this.Wa.mb(ot):(rt.Xe(this),this.Wa.Gb(ot,rt))):_t("unknown ChangedEvent.Insert object: "+a.toString());this.isModified=!0}else if(b===vr){var ft=a.object,mt=a.oldParam,yt=a.oldValue;if(ft instanceof De)typeof mt=="number"&&yt instanceof Zt?y?ft.Gb(mt,yt):ft.pc(mt):typeof mt=="number"&&yt instanceof pr&&(yt.isRow?hS(ft,mt,y?yt:void 0):dS(ft,mt,y?yt:void 0));else if(ft instanceof Er){var St=a.newParam===!0;typeof mt=="number"&&yt instanceof bn&&(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 ne?typeof mt=="number"&&yt instanceof Er&&(y?(yt.Xe(this),this.Wa.Gb(mt,yt)):this.Wa.mb(mt)):_t("unknown ChangedEvent.Remove object: "+a.toString());this.isModified=!0}else b!==ta&&_t("unknown ChangedEvent: "+a.toString())}finally{this.skipsModelSourceBindings=x}}},ne.prototype.Ea=function(a){return this.undoManager.Ea(a)},ne.prototype.eb=function(a){return this.undoManager.eb(a)},ne.prototype.Kf=function(){return this.undoManager.Kf()},ne.prototype.commit=function(a,y){y===void 0&&(y="");var x=this.skipsUndoManager;y===null&&(this.skipsUndoManager=!0,y=""),this.undoManager.Ea(y);var b=!1;try{a(this),b=!0}finally{b?this.undoManager.eb(y):this.undoManager.Kf(),this.skipsUndoManager=x}},ne.prototype.updateAllTargetBindings=function(a){this.partManager.updateAllTargetBindings(a)},ne.prototype.rp=function(){this.partManager.rp()};function Lg(a,y,x){var b=a.animationManager;if(a.vb||a.ld)a.Ca=x,Nl(a),a.N(),a.Ee=!0,b.zb&&(hu(b)||b.ce.add(b.H,"scale",y,a.Ca));else if(a.ta===null)a.Ca=x,Nl(a);else{a.vb=!0;var E=a.viewportBounds.copy(),z=a.Aa,tt=a.ya,ot=a.zoomPoint.x,rt=a.zoomPoint.y,at=a.contentAlignment;isNaN(ot)&&(at.$c()?at.Hf(Ja)?ot=0:at.Hf(zr)&&(ot=z-1):ot=at.sb()?at.x*(z-1):z/2),isNaN(rt)&&(at.$c()?at.Hf(Cl)?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=It.allocAt(a.pa.x+ot/y-ot/x,a.pa.y+rt/y-rt/x),a.position=z,It.free(z),a.Ca=x,Nl(a),a.vb=!1,a.onViewportBoundsChanged(E,a.viewportBounds,y,!1),Ga(a,!1),b.zb&&(hu(b)||b.ce.add(b.H,"scale",y,a.Ca))}}ne.prototype.onViewportBoundsChanged=function(a,y,x,b){if(!a.D(y)){b===void 0&&(b=!1),b||(this.Ee=!0),this.vd=!0;var E=this.layout;E===null||!E.isViewportSized||this.autoScale!==us||a.width===y.width&&a.height===y.height||E.C(),E=this.currentTool,this.Vk===!0&&E instanceof Oo&&(this.lastInput.documentPoint=this.Ps(this.lastInput.viewPoint),Op(E,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=b,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 b=Ue.alloc(),E=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):E=E*ut/Jt.vx(E,ut))}if(tt=x.gridCellSize,b.h(z*tt.width,E*tt.height),y!==void 0)E=y.width,z=y.height,a=y.x,tt=y.y;else{if(y=ye.alloc(),a=a.viewportBounds,y.h(a.x,a.y,a.width,a.height),!y.w()){ye.free(y);return}E=y.width,z=y.height,a=y.x,tt=y.y,ye.free(y)}x.width=E+2*b.width,x.height=z+2*b.height,y=It.alloc(),Jt.No(a,tt,0,0,b.width,b.height,y),y.offset(-b.width,-b.height),Ue.free(b),x.part.location=y,It.free(y)}}ne.prototype.clearSelection=function(a){a===void 0&&(a=!1);var y=this.selection;if(y.count!==0){a||this.R("ChangingSelection",y);for(var x=y.Fa(),b=x.length,E=0;E<b;E++)x[E].isSelected=!1;y.ka(),y.clear(),y.freeze(),a||this.R("ChangedSelection",y)}},ne.prototype.select=function(a){a!==null&&a.diagram===this&&(!a.isSelected||1<this.selection.count)&&(this.R("ChangingSelection",this.selection),this.clearSelection(!0),a.isSelected=!0,this.R("ChangedSelection",this.selection))},ne.prototype.rA=function(a){if(this.R("ChangingSelection",this.selection),this.clearSelection(!0),ke(a))for(var y=a.length,x=0;x<y;x++){var b=a[x];b instanceof bn||_t("Diagram.selectCollection given something that is not a Part: "+b),b.isSelected=!0}else for(a=a.iterator;a.next();)y=a.value,y instanceof bn||_t("Diagram.selectCollection given something that is not a Part: "+y),y.isSelected=!0;this.R("ChangedSelection",this.selection)},ne.prototype.clearHighlighteds=function(){var a=this.highlighteds;if(0<a.count){for(var y=a.Fa(),x=y.length,b=0;b<x;b++)y[b].isHighlighted=!1;a.ka(),a.clear(),a.freeze()}},xt=ne.prototype,xt.Iz=function(a){a!==null&&a.diagram===this&&(!a.isHighlighted||1<this.highlighteds.count)&&(this.clearHighlighteds(),a.isHighlighted=!0)},xt.Jz=function(a){a=new Be().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 bn||_t("Diagram.highlightCollection given something that is not a Part: "+y),y.isHighlighted=!0},xt.scroll=function(a,y,x){x===void 0&&(x=1);var b=y==="up"||y==="down",E=0,z=It.alloc();if(a==="pixel")E=x;else if(a==="line")E=x*(b?this.scrollVerticalLineChange:this.scrollHorizontalLineChange);else if(a==="page")a=b?this.viewportBounds.height:this.viewportBounds.width,a*=this.scale,a!==0&&(E=x*Math.max(a-(b?this.scrollVerticalLineChange:this.scrollHorizontalLineChange),0));else{if(a==="document"){E=this.documentBounds,x=this.viewportBounds,y==="up"?this.position=z.h(x.x,E.y):y==="left"?this.position=z.h(E.x,x.y):y==="down"?this.position=z.h(x.x,E.bottom-x.height):y==="right"&&(this.position=z.h(E.right-x.width,x.y)),It.free(z);return}_t("scrolling unit must be 'pixel', 'line', 'page', or 'document', not: "+a)}E/=this.scale,x=this.position,y==="up"?this.position=z.h(x.x,x.y-E):y==="down"?this.position=z.h(x.x,x.y+E):y==="left"?this.position=z.h(x.x-E,x.y):y==="right"?this.position=z.h(x.x+E,x.y):_t("scrolling direction must be 'up', 'down', 'left', or 'right', not: "+y),It.free(z)},xt.tv=function(a){var y=this.viewportBounds;y.Re(a)||(a=a.center,a.x-=y.width/2,a.y-=y.height/2,this.position=a)},xt.es=function(a){var y=this.viewportBounds;a=a.center,a.x-=y.width/2,a.y-=y.height/2,this.position=a},xt.op=function(a){var y=this.Ab;y.reset(),this.Ca!==1&&y.scale(this.Ca);var x=this.pa;return(x.x!==0||x.y!==0)&&isFinite(x.x)&&isFinite(x.y)&&y.translate(-x.x,-x.y),a.copy().transform(this.Ab)},xt.zA=function(a){var y=this.Ab,x=a.x,b=a.y,E=x+a.width,z=b+a.height,tt=y.m11,ot=y.m12,rt=y.m21,at=y.m22,ut=y.dx,ft=y.dy,mt=x*tt+b*rt+ut;y=x*ot+b*at+ft;var yt=E*tt+b*rt+ut;return a=E*ot+b*at+ft,b=x*tt+z*rt+ut,x=x*ot+z*at+ft,tt=E*tt+z*rt+ut,E=E*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,b),mt=Math.max(mt,b),yt=Math.min(yt,x),y=Math.max(y,x),z=Math.min(z,tt),mt=Math.max(mt,tt),yt=Math.min(yt,E),y=Math.max(y,E),new ye(z,yt,mt-z,y-yt)},xt.Ps=function(a){var y=this.Ab;y.reset(),this.Ca!==1&&y.scale(this.Ca);var x=this.pa;return(x.x!==0||x.y!==0)&&isFinite(x.x)&&isFinite(x.y)&&y.translate(-x.x,-x.y),ki(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=fc.get(a),a!==null?new a:new eo}ne.prototype.doModelChanged=function(a){var y=this;if(a.model===this.model){var x=a.change,b=a.propertyName;if(x===ta&&b[0]==="S")if(b==="StartingFirstTransaction"){var E=this;a=this.toolManager,a.mouseDownTools.each(function(rt){return rt.diagram=E}),a.mouseMoveTools.each(function(rt){return rt.diagram=E}),a.mouseUpTools.each(function(rt){return rt.diagram=E}),this.ld||this.hf||(this.Jk=!0,this.fn&&(this.kg=!0))}else b==="StartingUndo"||b==="StartingRedo"?(a=this.animationManager,a.defaultAnimation.isAnimating&&!this.skipsUndoManager&&a.Cc(),this.R("ChangingSelection",this.selection)):b==="StartedTransaction"&&(a=this.animationManager,a.defaultAnimation.isAnimating&&!this.skipsUndoManager&&a.Cc());else if(this.aa){this.aa=!1;try{if(a.modelChange===""&&x===ta){(b==="FinishedUndo"||b==="FinishedRedo")&&(this.R("ChangedSelection",this.selection),Ur(this));var z=this.animationManager;b==="RolledBackTransaction"&&z.Cc(),this.bx(),this.Jk=!0,this.bd(),this.undoManager.transactionLevel!==0&&this.undoManager.transactionLevel!==1||Qf(z),b==="CommittedTransaction"&&this.undoManager.isJustDiscarded&&(this.Ce=Math.min(this.Ce,this.undoManager.historyIndex-1)),b!=="CommittedTransaction"&&b!=="RolledBackTransaction"||!this.undoManager.isPendingUnmodified||setTimeout(function(){y.isModified=!1},1);var tt=a.isTransactionFinished;if(tt&&(qp(this),this.As.clear(),Gp(this.animationManager)),!this.Rt&&tt&&this.lastInput.targetDiagram){this.Rt=!0;var ot=this;ce(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,b=0;b<x;b++)Oh(a,y[b])}function Oh(a,y){if(y instanceof Gs){var x=y.element;if(x!==null&&x instanceof HTMLImageElement){x.Bg instanceof Be&&x.Bg.add(a);var b=y.Eg;if(b!==null&&b.sq===!0&&y.diagram!==null&&y.diagram.Xn.add(y),x.hn)if(x=x.getAttribute("src")||"",b=a.Og.I(x),b===null)b=[],b.push(y),a.Og.add(x,b);else{for(a=0;a<b.length;a++)if(b[a]===y)return;b.push(y)}}}}function Mg(a,y){if(y instanceof Gs){var x=y.element;if(x!==null&&x instanceof HTMLImageElement&&x.hn){var b=x.getAttribute("src")||"",E=a.Og.I(b);if(E!==null){for(var z=0;z<E.length;z++)if(E[z]===y){E.splice(z,1),E.length===0&&(a.Og.remove(b),x.Fq&&x.removeEventListener("load",x.Fq),x.Yp&&x.removeEventListener("error",x.Yp),delete x.Fq,delete x.Yp,x.Bg instanceof Be&&x.Bg.remove(a),kc(b));break}}}}}ne.prototype.Wd=function(){this.partManager.Wd()},ne.prototype.Aj=function(a,y){this.Yd.Aj(a,y)},ne.prototype.Cj=function(a,y){this.Yd.Cj(a,y)},ne.prototype.findPartForKey=function(a){return this.partManager.findPartForKey(a)},ne.prototype.Vb=function(a){return this.partManager.Vb(a)},ne.prototype.findLinkForKey=function(a){return this.partManager.findLinkForKey(a)},xt=ne.prototype,xt.Lc=function(a){return this.partManager.Lc(a)},xt.ii=function(a){return this.partManager.ii(a)},xt.Kc=function(a){return this.partManager.Kc(a)},xt.ms=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];return this.partManager.ms.apply(this.partManager,y instanceof Array?y:Ye(Je(y)))},xt.ls=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];return this.partManager.ls.apply(this.partManager,y instanceof Array?y:Ye(Je(y)))};function Nl(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 Tg(a,y){a.Zi=!1;var x=a.Sp;x.D(y)||(x=x.copy(),a.Sp.assign(y),Ga(a,!1),a.R("DocumentBoundsChanged",void 0,x),a.Ee=!0,a.N())}xt.Va=function(){if(this.Zi){var a=ye.alloc();Tg(this,this.computeBounds(a)),ye.free(a)}},xt.rz=function(){for(var a=new Be,y=this.nodes;y.next();){var x=y.value;x.isTopLevel&&a.add(x)}for(y=this.links;y.next();)x=y.value,x.isTopLevel&&a.add(x);return a.iterator},xt.qz=function(){return this.ai.iterator},xt.Uz=function(a){Ur(this),a&&ac(this,!0),this.ld?bg(this,!1):(this.Jk=!0,La(this))};function ac(a,y){for(var x=a.ai.iterator;x.next();)tm(a,x.value,y);a.layout&&(y?a.layout.isValidLayout=!1:a.layout.C())}function tm(a,y,x){if(y!==null){for(var b=y.gl.iterator;b.next();)tm(a,b.value,x);y.layout!==null&&(x?y.layout.isValidLayout=!1:y.layout.C())}}function bg(a,y){if(a.xh&&!a.lt){var x=a.aa;a.aa=!0;var b=a.undoManager.transactionLevel,E=a.layout,z=a.animationManager;try{b===0&&(a.undoManager.isInternalTransaction=!0,a.Ea("Layout")),1>=b&&!z.defaultAnimation.isAnimating&&!z.zb&&(y||_l(z,"Layout")),a.xh=!1;for(var tt=a.ai.iterator;tt.next();)Ng(a,tt.value,y,b);E.isValidLayout||(!y||E.isRealtime||E.isRealtime===null||b===0?(E.doLayout(a),Ur(a),E.isValidLayout=!0):a.xh=!0)}finally{y=a.undoManager.isInternalTransaction,b===0&&(a.eb("Layout"),a.undoManager.isInternalTransaction=!1),!y||b!==0&&b!==1||Qf(z),a.aa=x}}}function Ng(a,y,x,b){if(y!==null){for(var E=y.gl.iterator;E.next();)Ng(a,E.value,x,b);E=y.layout,E===null||E.isValidLayout||(!x||E.isRealtime||b===0?(y.rh=!y.location.w(),E.doLayout(y),y.C(32),ff(a,y),E.isValidLayout=!0):a.xh=!0)}}xt.yz=function(){for(var a=new Ie,y=this.nodes;y.next();){var x=y.value;x.isTopLevel&&x.kh()===null&&a.add(x)}return a.iterator};function ev(a){function y(E){var z=E.toLowerCase(),tt=new Ie;x.add(E,tt),x.add(z,tt),b.add(E,E),b.add(z,E)}var x=new Gn,b=new Gn;y("InitialAnimationStarting"),y("AnimationStarting"),y("AnimationFinished"),y("BackgroundSingleClicked"),y("BackgroundDoubleClicked"),y("BackgroundContextClicked"),y("ClipboardChanged"),y("ClipboardPasted"),y("DocumentBoundsChanged"),y("ExternalObjectsDropped"),y("GainedFocus"),y("InitialLayoutCompleted"),y("LayoutCompleted"),y("LinkDrawn"),y("LinkRelinked"),y("LinkReshaped"),y("LostFocus"),y("Modified"),y("ObjectSingleClicked"),y("ObjectDoubleClicked"),y("ObjectContextClicked"),y("PartCreated"),y("PartResized"),y("PartRotated"),y("SelectionMoved"),y("SelectionCopied"),y("SelectionDeleting"),y("SelectionDeleted"),y("SelectionGrouped"),y("SelectionUngrouped"),y("ChangingSelection"),y("ChangedSelection"),y("SubGraphCollapsed"),y("SubGraphExpanded"),y("TextEdited"),y("TreeCollapsed"),y("TreeExpanded"),y("ViewportBoundsChanged"),y("InvalidateDraw"),a.iw=x,a.hw=b}function em(a,y){var x=a.hw.I(y);return x!==null?x:a.hw.I(y.toLowerCase())}function lc(a,y){var x=a.iw.I(y);if(x!==null||(x=a.iw.I(y.toLowerCase()),x!==null))return x;_t("Unknown DiagramEvent name: "+y)}xt.Bj=function(a,y){return a=lc(this,a),a!==null&&a.add(y),this},xt.am=function(a,y){a=lc(this,a),a!==null&&a.remove(y)},xt.R=function(a,y,x){var b=lc(this,a),E=new Nu;if(E.diagram=this,a=em(this,a),a!==null&&(E.name=a),y!==void 0&&(E.subject=y),x!==void 0&&(E.parameter=x),y=b.length,y===1)b.M(0)(E);else if(y!==0)for(b=b.Fa(),x=0;x<y;x++)(0,b[x])(E)};function uc(a){if(a.animationManager.isTicking)return!1;var y=a.currentTool;return y===a.toolManager.findTool("Dragging")?!a.Mr||y.isComplexRoutingRealtime:!0}xt.Yj=function(a,y){return hc(this,!1,null,y||null).Yj(a.x,a.y,a.width,a.height)},ne.prototype.computeOccupiedArea=function(a){return this.isVirtualized?this.viewportBounds.copy():this.Zi?gg(this,a):a.assign(this.documentBounds)};function hc(a,y,x,b){var E=a.Xh;if(E===null&&(a.Xh=E=new op(a.avoidanceCellSize)),E.vs||E.group!==x||E.Yx!==b){if(E.Hx=Math.max(E.Os+1,Math.floor(a.avoidanceLimit/a.avoidanceCellSize.width)),E.Ix=Math.max(E.Os+1,Math.floor(a.avoidanceLimit/a.avoidanceCellSize.height)),x!==null&&(x=nm(a,x)),x===null){y=ye.alloc(),a.computeOccupiedArea(y),y.Bc(100,100),E.initialize(y);for(var z=a.nodes;z.next();){var tt=z.value,ot=tt.layer;ot!==null&&ot.visible&&!ot.isTemporary&&dc(a,tt,b,y)}ye.free(y)}else{for(0<x.memberParts.count&&(y=a.computePartsBounds(x.memberParts,!1),y.Bc(20,20),E.initialize(y)),y=ye.alloc(),z=x.memberParts;z.next();)tt=z.value,tt instanceof qe&&dc(a,tt,b,y);ye.free(y)}E.group=x,E.Yx=b,E.vs=!1}else y&&o1(E);return E}function nm(a,y){return y.avoidable&&!y.isLinkLabel?y:y.containingGroup!==null?nm(a,y.containingGroup):null}function dc(a,y,x,b){if(y!==x&&y.isVisible()){if(y.avoidable&&!y.isLinkLabel){y=y.getAvoidableRect(b),a=a.Xh;var E=y.x,z=y.y;if(Fc(a,E,z))for(x=(z-a.Od)/a.sc|0,b=Math.min((E+y.width-a.Nd)/a.rc|0,a.di),y=Math.min((z+y.height-a.Od)/a.sc|0,a.ei),E=(E-a.Nd)/a.rc|0;E<=b;E++)if(z=a.ac[E],z.fill)z.fill(eh,x,y+1);else for(var tt=x;tt<=y;tt++)z[tt]=eh}else if(y instanceof ii)for(y=y.memberParts;y.next();)E=y.value,E instanceof qe&&dc(a,E,x,b)}}function Vu(a,y){a.Xh===null||a.Xh.vs||y!==void 0&&(!y.avoidable||y.isLinkLabel)||(a.Xh.vs=!0)}ne.prototype.gs=function(a){this.wp.assign(a),this.computeAutoScrollPosition(this.wp).Xa(this.position)?this.ug():Eg(this)};function Eg(a){a.vk===-1&&(a.vk=ce(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=ye.alloc(),a.computeBounds(y),y.ed(a.documentBounds),Tg(a,y),ye.free(y),a.Fc=!0,a.bd(),Eg(a))}},a.vp))}ne.prototype.ug=function(){this.vk!==-1&&(be.clearTimeout(this.vk),this.vk=-1)},ne.prototype.computeAutoScrollPosition=function(a){var y=this.position,x=this.xp;if(0>=x.top&&0>=x.left&&0>=x.right&&0>=x.bottom)return y;var b=this.viewportBounds,E=this.scale;b=ye.allocAt(0,0,b.width*E,b.height*E);var z=It.allocAt(0,0);if(a.x>=b.x&&a.x<b.x+x.left&&this.allowHorizontalScroll){var tt=Math.max(this.scrollHorizontalLineChange,1);tt|=0,z.x-=tt,a.x<b.x+x.left/2&&(z.x-=tt),a.x<b.x+x.left/4&&(z.x-=4*tt)}else a.x<=b.x+b.width&&a.x>b.x+b.width-x.right&&this.allowHorizontalScroll&&(tt=Math.max(this.scrollHorizontalLineChange,1),tt|=0,z.x+=tt,a.x>b.x+b.width-x.right/2&&(z.x+=tt),a.x>b.x+b.width-x.right/4&&(z.x+=4*tt));return a.y>=b.y&&a.y<b.y+x.top&&this.allowVerticalScroll?(tt=Math.max(this.scrollVerticalLineChange,1),tt|=0,z.y-=tt,a.y<b.y+x.top/2&&(z.y-=tt),a.y<b.y+x.top/4&&(z.y-=4*tt)):a.y<=b.y+b.height&&a.y>b.y+b.height-x.bottom&&this.allowVerticalScroll&&(tt=Math.max(this.scrollVerticalLineChange,1),tt|=0,z.y+=tt,a.y>b.y+b.height-x.bottom/2&&(z.y+=tt),a.y>b.y+b.height-x.bottom/4&&(z.y+=4*tt)),z.Xa(nr)||(y=new It(y.x+z.x/E,y.y+z.y/E)),ye.free(b),It.free(z),y},xt=ne.prototype,xt.Cs=function(){return null},xt.av=function(){return null},xt.bs=function(a,y){this.pj.add(a,y)},xt.Fu=function(a){(this.Pw=a)||this.nodes.each(function(y){y instanceof ii&&(y.$p=null)})};function cf(a,y,x){function b(){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,E,ot):be.requestAnimationFrame(b)}for(var E=x.callback,z=!0,tt=a.Og.iterator;tt.next();)if(!tt.value[0].al){z=!1;break}if(typeof E!="function"||z)return y(x,E,a);var ot=a,rt=x.callbackTimeout||300,at=+new Date;return be.requestAnimationFrame(function(){b()}),null}xt.Wz=function(a){return Ko?(a===void 0&&(a={}),a.returnType="Image",this.Jx(a)):null},xt.Jx=function(a){return a===void 0&&(a={}),cf(this,this.Xz,a)},xt.Xz=function(a,y,x){var b=im(x,a,"canvas",null);if(b===null)return null;x=b.Z.canvas;var E=null;if(x!==null)switch(E=a.returnType,E===void 0?E="string":E=E.toLowerCase(),E){case Md+"data":E=b.getImageData(0,0,x.width,x.height);break;case Md:b=(a.document||document).createElement("img"),b.src=x.toDataURL(a.type,a.details),E=b;break;case"blob":return typeof y!="function"&&_t('Error: Diagram.makeImageData called with "returnType: toBlob", but no required "callback" function property defined.'),typeof x.toBlob=="function"?(x.toBlob(y,a.type,a.details),"toBlob"):(y(null),null);default:E=x.toDataURL(a.type,a.details)}return typeof y=="function"?(y(E),null):E};function im(a,y,x,b){if(a.animationManager.Cc(),a.bd(),a.ta===null)return null;typeof y!="object"&&_t("properties argument must be an Object.");var E=y.size||null,z=y.scale||null;y.scale!==void 0&&isNaN(y.scale)&&(z="NaN");var tt=y.maxSize;y.maxSize===void 0&&(tt=x==="SVG"?new Ue(1/0,1/0):new Ue(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),E!==null&&isNaN(E.width)&&isNaN(E.height)&&(E=null),typeof at=="number"?at=new Si(at):at instanceof Si||_t("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 _a(null,mt,void 0,!0);var kt=ft.context;if(!(E||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"?b===null?null:(b.resize(ft.width,ft.height,ft.width,ft.height),b.ownerDocument=mt,b.hs=yt,ic(a,b.context,at,new Ue(ft.width,ft.height),a.Ca,a.pa,rt,ut,St,y),b.context):(a.Xm=!1,ic(a,kt,at,new Ue(ft.width,ft.height),a.Ca,a.pa,rt,ut,St,y),a.Xm=!0,ft.context);var Ot=a.Pp,Nt=a.documentBounds.copy();if(Nt.Fv(a.yb),St)for(var jt=a.Wa.s,Ht=jt.length,Wt=0;Wt<Ht;Wt++){var Ut=jt[Wt];if(Ut.visible&&Ut.isTemporary){Ut=Ut.Pa.s;for(var ee=Ut.length,Ze=0;Ze<ee;Ze++){var gn=Ut[Ze];gn.isInDocumentBounds&&gn.isVisible()&&(gn=gn.actualBounds,gn.w()&&Nt.ed(gn))}}}if(jt=new It(Nt.x,Nt.y),rt!==null){for(Ht=new ye(0,0,0,0),Wt=!0,Ut=rt.iterator,Ut.reset();Ut.next();)ee=Ut.value,ee instanceof bn&&(Ze=ee.layer,Ze!==null&&!Ze.visible||Ze!==null&&!St&&Ze.isTemporary||!ee.isVisible()||(ee=ee.actualBounds,ee.w()&&(Wt?(Wt=!1,Ht.assign(ee)):Ht.ed(ee))));Nt.width=Ht.width,Nt.height=Ht.height,jt.x=Ht.x,jt.y=Ht.y}return ot!==null&&ot.w()&&(jt=ot,z||(z=Ot)),Ht=ot=0,at!==null&&(ot=at.left+at.right,Ht=at.top+at.bottom),Wt=Ut=0,E!==null&&(Ut=E.width,Wt=E.height,isFinite(Ut)&&(Ut=Math.max(0,Ut-ot)),isFinite(Wt)&&(Wt=Math.max(0,Wt-Ht))),E!==null&&z!==null?(z==="NaN"&&(z=Ot),E.w()?(E=Ut,Nt=Wt):isNaN(Wt)?(E=Ut,Nt=Nt.height*z):(E=Nt.width*z,Nt=Wt)):E!==null?E.w()?(z=Math.min(Ut/Nt.width,Wt/Nt.height),E=Ut,Nt=Wt):isNaN(Wt)?(z=Ut/Nt.width,E=Ut,Nt=Nt.height*z):(z=Wt/Nt.height,E=Nt.width*z,Nt=Wt):z!==null?z==="NaN"&&tt.w()?(z=Math.min((tt.width-ot)/Nt.width,(tt.height-Ht)/Nt.height),z>Ot?(z=Ot,E=Nt.width,Nt=Nt.height):(E=tt.width,Nt=tt.height)):(E=Nt.width*z,Nt=Nt.height*z):(z=Ot,E=Nt.width,Nt=Nt.height),at!==null?(E+=ot,Nt+=Ht):at=new Si(0),tt!==null&&(Ot=tt.width,tt=tt.height,isNaN(Ot)&&(Ot=2e3),isNaN(tt)&&(tt=2e3),isFinite(Ot)&&(E=Math.min(E,Ot)),isFinite(tt)&&(Nt=Math.min(Nt,tt))),ft.width=Math.ceil(E),ft.height=Math.ceil(Nt),x==="SVG"?b===null?null:(b.resize(ft.width,ft.height,ft.width,ft.height),b.ownerDocument=mt,b.hs=yt,ic(a,b.context,at,new Ue(Math.ceil(E),Math.ceil(Nt)),z,jt,rt,ut,St,y),b.context):(a.Xm=!1,ic(a,kt,at,new Ue(Math.ceil(E),Math.ceil(Nt)),z,jt,rt,ut,St,y),a.Xm=!0,ft.context)}re.Object.defineProperties(ne.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 El(this,be.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 El(this,be.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(be,"resize",this.Ov,!1),this.removeEventListener(be,"wheel",this.$j,!0),Wl===this&&(Wl=null)):this.ui===null&&(this.hf=!1),this.Ka=null,a!==null&&((y=a.H)&&(y.div=null),fg(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)&&ln(a,"0 <= value <= 1",ne,"opacity"),this.pb=a,this.g("opacity",y,a),this.N())}},validCycle:{get:function(){return this.wu},set:function(a){var y=this.wu;y!==a&&(this.wu=a,this.g("validCycle",y,a))}},layers:{get:function(){return this.Wa.iterator}},isModelReadOnly:{get:function(){var a=this.cc;return a===null?!1:a.isReadOnly},set:function(a){var y=this.cc;y!==null&&(y.isReadOnly=a)}},isReadOnly:{get:function(){return this.Gg},set:function(a){var y=this.Gg;y!==a&&(this.Gg=a,this.g("isReadOnly",y,a))}},isEnabled:{get:function(){return this.Jd},set:function(a){var y=this.Jd;y!==a&&(this.Jd=a,this.g("isEnabled",y,a))}},allowClipboard:{get:function(){return this.Us},set:function(a){var y=this.Us;y!==a&&(this.Us=a,this.g("allowClipboard",y,a))}},allowCopy:{get:function(){return this.Fi},set:function(a){var y=this.Fi;y!==a&&(this.Fi=a,this.g("allowCopy",y,a))}},allowDelete:{get:function(){return this.Gi},set:function(a){var y=this.Gi;y!==a&&(this.Gi=a,this.g("allowDelete",y,a))}},allowDragOut:{get:function(){return this.Vs},set:function(a){var y=this.Vs;y!==a&&(this.Vs=a,this.g("allowDragOut",y,a))}},allowDrop:{get:function(){return this.Ws},set:function(a){var y=this.Ws;y!==a&&(this.Ws=a,this.g("allowDrop",y,a))}},allowTextEdit:{get:function(){return this.Pi},set:function(a){var y=this.Pi;y!==a&&(this.Pi=a,this.g("allowTextEdit",y,a))}},allowGroup:{get:function(){return this.Hi},set:function(a){var y=this.Hi;y!==a&&(this.Hi=a,this.g("allowGroup",y,a))}},allowUngroup:{get:function(){return this.Qi},set:function(a){var y=this.Qi;y!==a&&(this.Qi=a,this.g("allowUngroup",y,a))}},allowInsert:{get:function(){return this.Ys},set:function(a){var y=this.Ys;y!==a&&(this.Ys=a,this.g("allowInsert",y,a))}},allowLink:{get:function(){return this.Ii},set:function(a){var y=this.Ii;y!==a&&(this.Ii=a,this.g("allowLink",y,a))}},allowRelink:{get:function(){return this.Ki},set:function(a){var y=this.Ki;y!==a&&(this.Ki=a,this.g("allowRelink",y,a))}},allowMove:{get:function(){return this.Ji},set:function(a){var y=this.Ji;y!==a&&(this.Ji=a,this.g("allowMove",y,a))}},allowReshape:{get:function(){return this.Li},set:function(a){var y=this.Li;y!==a&&(this.Li=a,this.g("allowReshape",y,a))}},allowResize:{get:function(){return this.Mi},set:function(a){var y=this.Mi;y!==a&&(this.Mi=a,this.g("allowResize",y,a))}},allowRotate:{get:function(){return this.Ni},set:function(a){var y=this.Ni;y!==a&&(this.Ni=a,this.g("allowRotate",y,a))}},allowSelect:{get:function(){return this.Oi},set:function(a){var y=this.Oi;y!==a&&(this.Oi=a,this.g("allowSelect",y,a))}},allowUndo:{get:function(){return this.Zs},set:function(a){var y=this.Zs;y!==a&&(this.Zs=a,this.g("allowUndo",y,a))}},allowZoom:{get:function(){return this.at},set:function(a){var y=this.at;y!==a&&(this.at=a,this.g("allowZoom",y,a))}},hasVerticalScrollbar:{get:function(){return this.nn},set:function(a){var y=this.nn;y!==a&&(this.nn=a,this.Ee=!0,this.N(),this.g("hasVerticalScrollbar",y,a),Ga(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),Ga(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),Ga(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),Ga(this,!1))}},scrollHorizontalLineChange:{get:function(){return this.iu},set:function(a){var y=this.iu;y!==a&&(0>a&&ln(a,">= 0",ne,"scrollHorizontalLineChange"),this.iu=a,this.g("scrollHorizontalLineChange",y,a))}},scrollVerticalLineChange:{get:function(){return this.mu},set:function(a){var y=this.mu;y!==a&&(0>a&&ln(a,">= 0",ne,"scrollVerticalLineChange"),this.mu=a,this.g("scrollVerticalLineChange",y,a))}},lastInput:{get:function(){return this.cj},set:function(a){this.cj=a}},previousInput:{get:function(){return this.Qg},set:function(a){this.Qg=a}},firstInput:{get:function(){return this.bq},set:function(a){this.bq=a}},currentCursor:{get:function(){return this.it},set:function(a){if(a===""&&(a=this.Op),this.it!==a){var y=this.ta,x=this.Ka;if(y!==null&&x!==null){this.it=a;var b=y.style.cursor;y.style.cursor=a,x.style.cursor=a,y.style.cursor===b&&(y.style.cursor="-webkit-"+a,x.style.cursor="-webkit-"+a,y.style.cursor===b&&(y.style.cursor="-moz-"+a,x.style.cursor="-moz-"+a,y.style.cursor===b&&(y.style.cursor=a,x.style.cursor=a)))}}}},defaultCursor:{get:function(){return this.Op},set:function(a){a===""&&(a="auto");var y=this.Op;y!==a&&(this.Op=a,this.g("defaultCursor",y,a))}},click:{get:function(){return this.zh},set:function(a){var y=this.zh;y!==a&&(this.zh=a,this.g("click",y,a))}},doubleClick:{get:function(){return this.Fh},set:function(a){var y=this.Fh;y!==a&&(this.Fh=a,this.g("doubleClick",y,a))}},contextClick:{get:function(){return this.Bh},set:function(a){var y=this.Bh;y!==a&&(this.Bh=a,this.g("contextClick",y,a))}},mouseOver:{get:function(){return this.Qh},set:function(a){var y=this.Qh;y!==a&&(this.Qh=a,this.g("mouseOver",y,a))}},mouseHover:{get:function(){return this.Oh},set:function(a){var y=this.Oh;y!==a&&(this.Oh=a,this.g("mouseHover",y,a))}},mouseHold:{get:function(){return this.Nh},set:function(a){var y=this.Nh;y!==a&&(this.Nh=a,this.g("mouseHold",y,a))}},mouseDragOver:{get:function(){return this.Qt},set:function(a){var y=this.Qt;y!==a&&(this.Qt=a,this.g("mouseDragOver",y,a))}},mouseDrop:{get:function(){return this.Lh},set:function(a){var y=this.Lh;y!==a&&(this.Lh=a,this.g("mouseDrop",y,a))}},handlesDragDropForTopLevelParts:{get:function(){return this.xt},set:function(a){var y=this.xt;y!==a&&(this.xt=a,this.g("handlesDragDropForTopLevelParts",y,a))}},mouseEnter:{get:function(){return this.Mh},set:function(a){var y=this.Mh;y!==a&&(this.Mh=a,this.g("mouseEnter",y,a))}},mouseLeave:{get:function(){return this.Ph},set:function(a){var y=this.Ph;y!==a&&(this.Ph=a,this.g("mouseLeave",y,a))}},toolTip:{get:function(){return this.$h},set:function(a){var y=this.$h;y!==a&&(this.$h=a,this.g("toolTip",y,a))}},contextMenu:{get:function(){return this.Ch},set:function(a){var y=this.Ch;y!==a&&(this.Ch=a,this.g("contextMenu",y,a))}},commandHandler:{get:function(){return this.nb},set:function(a){this.nb!==a&&(this.nb=a,a.Xe(this))}},toolManager:{get:function(){return this.te},set:function(a){this.te!==a&&(this.te=a,a.diagram=this)}},defaultTool:{get:function(){return this.ob},set:function(a){var y=this.ob;y!==a&&(this.ob=a,a.diagram=this,this.currentTool===y&&(this.currentTool=a))}},currentTool:{get:function(){return this.hb},set:function(a){var y=this.hb;y&&(y.isActive&&y.doDeactivate(),y.cancelWaitAfter(),y.doStop()),a===null&&(a=this.defaultTool),a!==null&&(this.hb=a,a.diagram=this,a.doStart())}},selection:{get:function(){return this.Hw}},maxSelectionCount:{get:function(){return this.Nt},set:function(a){var y=this.Nt;if(y!==a)if(0<=a&&!isNaN(a)){if(this.Nt=a,this.g("maxSelectionCount",y,a),!this.undoManager.isUndoingRedoing&&(a=this.selection.count-a,0<a)){this.R("ChangingSelection",this.selection),y=this.selection.Fa();for(var x=0;x<a;x++)y[x].isSelected=!1;this.R("ChangedSelection",this.selection)}}else ln(a,">= 0",ne,"maxSelectionCount")}},nodeSelectionAdornmentTemplate:{get:function(){return this.St},set:function(a){var y=this.St;y!==a&&(this.St=a,this.g("nodeSelectionAdornmentTemplate",y,a))}},groupSelectionAdornmentTemplate:{get:function(){return this.wt},set:function(a){var y=this.wt;y!==a&&(this.wt=a,this.g("groupSelectionAdornmentTemplate",y,a))}},linkSelectionAdornmentTemplate:{get:function(){return this.Kt},set:function(a){var y=this.Kt;y!==a&&(this.Kt=a,this.g("linkSelectionAdornmentTemplate",y,a))}},highlighteds:{get:function(){return this.nw}},isModified:{get:function(){var a=this.undoManager;return a.isEnabled?a.currentTransaction!==null?!0:this.rn&&this.Ce!==a.historyIndex:this.rn},set:function(a){if(this.rn!==a){this.rn=a;var y=this.undoManager;!a&&y.isEnabled&&(this.Ce=y.historyIndex),a||qp(this)}}},model:{get:function(){return this.cc},set:function(a){var y=this.cc;if(y!==a){this.currentTool.doCancel(),y&&y.undoManager!==a.undoManager&&y.undoManager.isInTransaction&&_t("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 b=this.vb;this.vb=!0,_l(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 E=0;E<x.length;E++)this.add(x[E]);a.Pe(this.Hb),this.partManager.addAllModeledParts(),a.ik(this.Hb),a.Pe(this.Oc),this.pf!==null&&this.pf.each(function(z){return a.Pe(z)}),this.vb=b,this.Ya(),this.vb||this.N(),y&&a.undoManager.copyProperties(y.undoManager)}}},aa:{get:function(){return this.rw},set:function(a){this.rw=a}},As:{get:function(){return this.sy}},skipsModelSourceBindings:{get:function(){return this.Iw},set:function(a){this.Iw=a}},Ns:{get:function(){return this.ou},set:function(a){this.ou=a}},nodeTemplate:{get:function(){return this.Lg.I("")},set:function(a){var y=this.Lg.I("");y!==a&&(this.Lg.add("",a),this.g("nodeTemplate",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},nodeTemplateMap:{get:function(){return this.Lg},set:function(a){var y=this.Lg;y!==a&&(this.Lg=a,this.g("nodeTemplateMap",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},groupTemplate:{get:function(){return this.Yi.I("")},set:function(a){var y=this.Yi.I("");y!==a&&(this.Yi.add("",a),this.g("groupTemplate",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},groupTemplateMap:{get:function(){return this.Yi},set:function(a){var y=this.Yi;y!==a&&(this.Yi=a,this.g("groupTemplateMap",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},linkTemplate:{get:function(){return this.Kh.I("")},set:function(a){var y=this.Kh.I("");y!==a&&(this.Kh.add("",a),this.g("linkTemplate",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},linkTemplateMap:{get:function(){return this.Kh},set:function(a){var y=this.Kh;y!==a&&(this.Kh=a,this.g("linkTemplateMap",y,a),this.undoManager.isUndoingRedoing||this.Wd())}},isMouseCaptured:{get:function(){return this.qw},set:function(a){var y=this.ta;y!==null&&(y=y.Oa,y instanceof SVGElement||(a?(this.lastInput.bubbles=!1,this.removeEventListener(y,"pointermove",this.dk,!1),this.removeEventListener(y,"pointerdown",this.ui,!1),this.removeEventListener(y,"pointerup",this.fk,!1),this.removeEventListener(y,"pointerout",this.ek,!1),this.removeEventListener(y,"pointercancel",this.ck,!1),this.addEventListener(be,"pointermove",this.dk,!0),this.addEventListener(be,"pointerdown",this.ui,!0),this.addEventListener(be,"pointerup",this.fk,!0),this.addEventListener(be,"pointerout",this.ek,!0),this.addEventListener(be,"pointercancel",this.ck,!0),this.removeEventListener(y,"wheel",this.$j,!1),this.addEventListener(be,"wheel",this.$j,!0),this.addEventListener(be,"selectstart",this.preventDefault,!1)):(this.removeEventListener(be,"pointermove",this.dk,!0),this.removeEventListener(be,"pointerdown",this.ui,!0),this.removeEventListener(be,"pointerup",this.fk,!0),this.removeEventListener(be,"pointerout",this.ek,!0),this.removeEventListener(be,"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(be,"wheel",this.$j,!0),this.removeEventListener(be,"selectstart",this.preventDefault,!1),this.addEventListener(y,"wheel",this.$j,!1)),this.qw=a))}},position:{get:function(){return this.pa},set:function(a){var y=It.alloc().assign(this.pa);if(!y.D(a)){var x=this.viewportBounds.copy();this.pa.assign(a),Hp(this.animationManager,y,this.pa),this.vb||this.ta===null&&!this.wo.w()?Nl(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)}It.free(y)}},initialPosition:{get:function(){return this.zt},set:function(a){this.zt.D(a)||(this.zt=a.J())}},initialScale:{get:function(){return this.At},set:function(a){this.At!==a&&(this.At=a)}},grid:{get:function(){return this.fe===null&&(this.fe=Xp(this)),this.fe},set:function(a){var y=this.fe;if(y!==a){y===null&&(y=this.fe=Xp(this)),a.type!==De.Grid&&_t("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),Nl(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||_t("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 Si(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===Yu&&Ga(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,Ga(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!==us&&Ga(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()||_t("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()||_t("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)):ln(a,"> 0",ne,"minScale"))}},maxScale:{get:function(){return this.Mt},set:function(a){var y=this.Mt;y!==a&&(0<a?(this.Mt=a,this.g("maxScale",y,a),a<this.scale&&(this.scale=a)):ln(a,"> 0",ne,"maxScale"))}},zoomPoint:{get:function(){return this.zu},set:function(a){this.zu.D(a)||(this.zu=a=a.J())}},contentAlignment:{get:function(){return this.zk},set:function(a){var y=this.zk;y.D(a)||(this.zk=a=a.J(),this.g("contentAlignment",y,a),Ga(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 Si(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&&_t("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();)Kg(a.value)}},treeCollapsePolicy:{get:function(){return this.uu},set:function(a){var y=this.uu;y!==a&&(a!==Uu&&a!==cr&&a!==cc&&_t("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 Ue(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 Si(a));var y=this.xp;y.D(a)||(this.xp=a=a.J(),this.Ya(),this.g("autoScrollRegion",y,a))}}}),re.Object.defineProperties(ne,{licenseKey:{get:function(){return Ig.jc()},set:function(a){Ig.add(a.replace(/\s/g,""))}},version:{get:function(){return kd}}}),ne.prototype.makeImageData=ne.prototype.Jx,ne.prototype.makeImage=ne.prototype.Wz,ne.prototype.cacheGroupExternalLinks=ne.prototype.Fu,ne.prototype.addRenderer=ne.prototype.bs,ne.prototype.makeSVG=ne.prototype.av,ne.prototype.makeSvg=ne.prototype.Cs,ne.prototype.stopAutoScroll=ne.prototype.ug,ne.prototype.doAutoScroll=ne.prototype.gs,ne.prototype.isUnoccupied=ne.prototype.Yj,ne.prototype.raiseDiagramEvent=ne.prototype.R,ne.prototype.removeDiagramListener=ne.prototype.am,ne.prototype.addDiagramListener=ne.prototype.Bj,ne.prototype.findTreeRoots=ne.prototype.yz,ne.prototype.layoutDiagram=ne.prototype.Uz,ne.prototype.findTopLevelGroups=ne.prototype.qz,ne.prototype.findTopLevelNodesAndLinks=ne.prototype.rz,ne.prototype.ensureBounds=ne.prototype.Va,ne.prototype.findLinksByExample=ne.prototype.ls,ne.prototype.findNodesByExample=ne.prototype.ms,ne.prototype.findLinkForData=ne.prototype.Kc,ne.prototype.findNodeForData=ne.prototype.ii,ne.prototype.findPartForData=ne.prototype.Lc,ne.prototype.findLinkForKey=ne.prototype.findLinkForKey,ne.prototype.findNodeForKey=ne.prototype.Vb,ne.prototype.findPartForKey=ne.prototype.findPartForKey,ne.prototype.rebuildParts=ne.prototype.Wd,ne.prototype.transformViewToDoc=ne.prototype.Ps,ne.prototype.transformRectDocToView=ne.prototype.zA,ne.prototype.transformDocToView=ne.prototype.op,ne.prototype.centerRect=ne.prototype.es,ne.prototype.scrollToRect=ne.prototype.tv,ne.prototype.scroll=ne.prototype.scroll,ne.prototype.highlightCollection=ne.prototype.Jz,ne.prototype.highlight=ne.prototype.Iz,ne.prototype.selectCollection=ne.prototype.rA,ne.prototype.select=ne.prototype.select,ne.prototype.updateAllRelationshipsFromData=ne.prototype.rp,ne.prototype.updateAllTargetBindings=ne.prototype.updateAllTargetBindings,ne.prototype.commit=ne.prototype.commit,ne.prototype.rollbackTransaction=ne.prototype.Kf,ne.prototype.commitTransaction=ne.prototype.eb,ne.prototype.startTransaction=ne.prototype.Ea,ne.prototype.raiseChanged=ne.prototype.g,ne.prototype.raiseChangedEvent=ne.prototype.cb,ne.prototype.removeChangedListener=ne.prototype.ik,ne.prototype.addChangedListener=ne.prototype.Pe,ne.prototype.removeModelChangedListener=ne.prototype.mA,ne.prototype.addModelChangedListener=ne.prototype.Yw,ne.prototype.findLayer=ne.prototype.Qj,ne.prototype.removeLayer=ne.prototype.kA,ne.prototype.addLayerAfter=ne.prototype.Cy,ne.prototype.addLayerBefore=ne.prototype.Ww,ne.prototype.addLayer=ne.prototype.Al,ne.prototype.moveParts=ne.prototype.moveParts,ne.prototype.copyParts=ne.prototype.Kj,ne.prototype.removeParts=ne.prototype.Is,ne.prototype.remove=ne.prototype.remove,ne.prototype.add=ne.prototype.add,ne.prototype.clearDelayedGeometries=ne.prototype.bx,ne.prototype.setProperties=ne.prototype.nm,ne.prototype.attach=ne.prototype.Du,ne.prototype.set=ne.prototype.set,ne.prototype.resetInputOptions=ne.prototype.Sx,ne.prototype.setInputOption=ne.prototype.sA,ne.prototype.getInputOption=ne.prototype.Ql,ne.prototype.resetRenderingHints=ne.prototype.Tx,ne.prototype.setRenderingHint=ne.prototype.Xx,ne.prototype.getRenderingHint=ne.prototype.Gf,ne.prototype.maybeUpdate=ne.prototype.bd,ne.prototype.requestUpdate=ne.prototype.$b,ne.prototype.delayInitialization=ne.prototype.Xy,ne.prototype.isUpdateRequested=ne.prototype.Pz,ne.prototype.invalidateDocumentBounds=ne.prototype.Ya,ne.prototype.findObjectsNear=ne.prototype.og,ne.prototype.findPartsNear=ne.prototype.mz,ne.prototype.findObjectsIn=ne.prototype.Cf,ne.prototype.findPartsIn=ne.prototype.ux,ne.prototype.findObjectsAt=ne.prototype.ji,ne.prototype.findPartsAt=ne.prototype.lz,ne.prototype.findObjectAt=ne.prototype.ic,ne.prototype.findPartAt=ne.prototype.Ol,ne.prototype.focusObject=ne.prototype.zz,ne.prototype.alignDocument=ne.prototype.Jy,ne.prototype.zoomToRect=ne.prototype.BA,ne.prototype.zoomToFit=ne.prototype.zoomToFit,ne.prototype.diagramScroll=ne.prototype.kx,ne.prototype.focus=ne.prototype.focus;var fc=new Gn,om=null,Ko=be.document!==void 0,Ld=null,Ih="",us=new Se(ne,"None",0),ga=new Se(ne,"Uniform",1),Rh=new Se(ne,"UniformToFill",2),gf=new Se(ne,"CycleAll",10),Fg=new Se(ne,"CycleNotDirected",11),Ag=new Se(ne,"CycleNotDirectedFast",12),Bg=new Se(ne,"CycleNotUndirected",13),Dg=new Se(ne,"CycleDestinationTree",14),Og=new Se(ne,"CycleSourceTree",15),Yu=new Se(ne,"DocumentScroll",1),pf=new Se(ne,"InfiniteScroll",2),Uu=new Se(ne,"TreeParentCollapsed",21),cr=new Se(ne,"AllParentsCollapsed",22),cc=new Se(ne,"AnyParentsCollapsed",23),Ig=new Ie,kd="2.3.10",Md="image",mf=null,rm=!1;function es(){if(Ko){var a=be.document.createElement("canvas"),y=a.getContext("2d"),x=Ne("7ca11abfd022028846");y[x]=Ne("398c3597c01238");for(var b=["5da73c80a36455d7038e4972187c3cae51fd22",dn.Dx+"4ae6247590da4bb21c324ba3a84e385776",ai.xF+"fb236cdfda5de14c134ba1a95a2d4c7cc6f93c1387",Jt.za],E=1;5>E;E++)y[Ne("7ca11abfd7330390")](Ne(b[E-1]),10,15*E);for(y[x]=Ne("39f046ebb36e4b"),x=1;5>x;x++)y[Ne("7ca11abfd7330390")](Ne(b[x-1]),10,15*x);(b.length!==4||b[0][0]!=="5"||b[3][0]!=="7")&&(ai.prototype.Cd=ai.prototype.Eu),mf=a}}ne.className="Diagram",ne.fromDiv=function(a){var y=a;return typeof a=="string"&&(y=be.document.getElementById(a)),y instanceof HTMLDivElement&&y.H instanceof ne?y.H:null},ne.inherit=function(a,y){function x(){}if(Object.getPrototypeOf(a).prototype)throw Error(`Used go.Diagram.inherit defining already defined class
|
|
`+a);x.prototype=y.prototype,a.prototype=new x,a.prototype.constructor=a},ne.useDOM=function(a){Ko=a?be.document!==void 0:!1},ne.isUsingDOM=function(){return Ko},ne.None=us,ne.Uniform=ga,ne.UniformToFill=Rh,ne.CycleAll=gf,ne.CycleNotDirected=Fg,ne.CycleNotDirectedFast=Ag,ne.CycleNotUndirected=Bg,ne.CycleDestinationTree=Dg,ne.CycleSourceTree=Og,ne.DocumentScroll=Yu,ne.InfiniteScroll=pf,ne.TreeParentCollapsed=Uu,ne.AllParentsCollapsed=cr,ne.AnyParentsCollapsed=cc;function sm(){this.wy=null,this.j="zz@orderNum",this._tk==="63ad05bbe23a1786468a4c741b6d2"?this.Rc=this.j=!0:this.Rc=null}function Td(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=be[Ne("76a715b2f73f148a")][Ne("72ba13b5")]||"";if(a.Rc=!0,Ko){var b=ne[Ne("76a115b6ed251eaf4692")];if(b)for(var E=Ig.iterator;E.next()&&(b=E.value,b=Ne(b).split(Ne("39e9")),!(6>b.length));){var z=Ne(b[1]).split(".");if(b[4]!=="7da71ca0")break;var tt=Ne(dn[Ne("6cae19")]).split(".");if(z[0]>tt[0]||z[0]===tt[0]&&z[1]>=tt[1]){var ot=be[Ne("74a900bae4370f8b51")][Ne("6fbb13a1c2311e8a57")].toLowerCase();if(tt=ot[Ne("73a612b6fb191d")](Ne("3aad1ab6e022098b4dc4")),z=Ne(b[2]),-1<tt&&(ot=ot[Ne("73a612b6fb191d")](z.toLowerCase()+"/"),a.Rc=!(-1<ot&&ot<tt),!a.Rc))break;for(tt=x[Ne("76ad18b4f73e")],ot=x[Ne("73a612b6fb191d")](Ne("35e7"))+2;ot<tt;ot++)y+=x[ot];if(tt=y[Ne("73a612b6fb191d")](z),0>tt&&z!==Ne("7da71ca0ad381e90")&&(tt=y[Ne("73a612b6fb191d")](Ne("76a715b2ef3e149757"))),0>tt&&(tt=y[Ne("73a612b6fb191d")](Ne("76a715b2ef3e149757"))),0>tt&&(tt=y[Ne("73a612b6fb191d")](Ne("2bfa41fdb3784bca12"))),0>tt&&(tt=x[Ne("73a612b6fb191d")](Ne("7baa19a6f76c1988428554"))),a.Rc=!(0<=tt&&tt<y[Ne("73a612b6fb191d")](Ne("35"))||y[Ne("73a612b6fb191d")](Ne("35"))===-1),!a.Rc||x[Ne("73a612b6fb191d")](Ne("7fb002b6ed25128b4da25b2e"))&&(a.Rc=!(-1<x[Ne("73a612b6fb191d")](z)),!a.Rc)||(tt=be[Ne("76a715b2f73f148a")][Ne("69ad17a1e03e")],ot=tt[Ne("73a612b6fb191d")](Ne("7fb002b6ed25128b4da25b2e")),-1<ot&&(a.Rc=!(tt[Ne("73a612b6fb191d")](z)>ot),!a.Rc)))break;if(z[0]==="#"){tt=be.document.createElement("div");for(var rt=b[0].replace(/[A-Za-z]/g,"");4>rt.length;)rt+="9";if(ot=rt,rt=rt.substr(rt.length-4),b="",b+=["gsh","gsf"][parseInt(rt.substr(0,1),10)%2],b+=["Header","Background","Display","Feedback"][parseInt(rt.substr(0,1),10)%4],tt[Ne("79a417a0f0181a8946")]=b,be.document[Ne("78a712aa")]){be.document[Ne("78a712aa")][Ne("7bb806b6ed32388c4a875b")](tt),rt=be.getComputedStyle(tt).getPropertyValue(Ne("78a704b7e62456904c9b12701b6532a8"));var at=be.getComputedStyle(tt).getPropertyValue(Ne("75b817b0ea2202"));if(be.document[Ne("78a712aa")][Ne("68ad1bbcf533388c4a875b")](tt),rt){if(tt=be[Ne("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(Ne("32ae19a1e0331fc94084537c067a67fa59f1386b89d006")).matches)for(b="."+b,z=0;z<document.styleSheets.length;z++){tt=document.styleSheets[z].rules||document.styleSheets[z].cssRules;for(var ut in tt)if(b===tt[ut].selectorText){a.Rc=!1;break t}}}}else a.Rc=null,a.Rc=!1}}}else{for(ut=x[Ne("76ad18b4f73e")],E=x[Ne("73a612b6fb191d")](Ne("35e7"))+2;E<ut;E++)y+=x[E];x=y[Ne("73a612b6fb191d")](Ne("7da71ca0ad381e90")),a.Rc=!(0<=x&&x<y[Ne("73a612b6fb191d")](Ne("35")))}}}return 0<a.Rc&&a!==a.wy}sm.className="DiagramHelper";function cu(a){this.j=a===void 0?new It:a,this.o=new It}re.Object.defineProperties(cu.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 vf="DraggingInfo";cu.className="DraggingInfo";function nt(a,y,x){this.node=a,this.info=y,this.Su=x}nt.className="DraggingNodeInfoPair";function st(){this.reset()}st.prototype.reset=function(){this.isGridSnapEnabled=!1,this.isGridSnapRealtime=!0,this.gridSnapCellSize=new Ue(NaN,NaN).freeze(),this.gridSnapCellSpot=fo,this.gridSnapOrigin=new It(NaN,NaN).freeze(),this.groupsSnapMembers=this.dragsTree=this.dragsLink=!1,this.dragsMembers=this.groupsAlwaysMove=!0},st.className="DraggingOptions";function dt(a,y){if(typeof a=="string"||be.Element&&a instanceof Element)var x=ne.call(this,a)||this;else x=ne.call(this)||this,y=a;return ht(x),y&&x.nm(y),x}de(dt,ne);function ht(a){a.allowDragOut=!0,a.allowMove=!1,a.isReadOnly=!0,a.contentAlignment=qo,a.layout=new Or}dt.prototype.reset=function(){ne.prototype.reset.call(this),ht(this)},dt.className="Palette";function gt(a,y){if(typeof a=="string"||be.Element&&a instanceof Element)var x=ne.call(this,a)||this;else x=ne.call(this)||this,y=a;var b=x;x.animationManager.isEnabled=!1,x.vb=!0,x.V=null,x.mn=!1,x.nn=!1,x.F=!0,x.u=!0,x.ia=0,x.o=!1,x.ql=null,x.Xx("drawShadows",!1),a=new bn;var E=new fi;return E.stroke="magenta",E.strokeWidth=2,E.fill="transparent",E.name="BOXSHAPE",a.selectable=!0,a.selectionAdorned=!1,a.selectionObjectName="BOXSHAPE",a.locationObjectName="BOXSHAPE",a.resizeObjectName="BOXSHAPE",a.cursor="move",a.add(E),x.j=a,x.allowCopy=!1,x.allowDelete=!1,x.allowSelect=!0,x.autoScrollRegion=new Si(0,0,0,0),x.pa.h(0,0),x.toolManager.gb("Dragging",new Rt,x.toolManager.mouseMoveTools),x.click=function(){var z=b.observed;if(z!==null){var tt=z.viewportBounds,ot=b.lastInput.documentPoint;z.position=new It(ot.x-tt.width/2,ot.y-tt.height/2)}},x.Pf=function(){b.Ya(),Tt(b)},x.Xd=function(){b.observed!==null&&(b.Ya(),b.N())},x.Ha=function(){1>b.updateDelay?b.N():b.o||(b.o=!0,setTimeout(function(){return b.redraw()},b.updateDelay))},x.Of=function(){b.observed!==null&&Tt(b)},x.autoScale=ga,x.vb=!1,y&&Object.assign(x,y),x}de(gt,ne),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 _a(null);x.width=a.width,x.height=a.height,this.ql=x}try{this.ta=this.ql,this.ib=this.ta.context,this.ib.Vc(!0),this.ib.setTransform(1,0,0,1,0,0),this.ib.clearRect(0,0,this.ta.width,this.ta.height),Pt(this)}finally{this.ta=a,this.ib=y}}}ne.prototype.redraw.call(this)},gt.prototype.gc=function(){if(this.Ka===null&&_t("No div specified"),this.ta===null&&_t("No canvas specified"),!(this.ta instanceof El)&&(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,b=0;b<x;b++)y[b].gc(a,this);this.Fc=this.vd=!1}}};function Pt(a){var y=a.observed;if(y!==null){var x=a.drawsTemporaryLayers,b=a.drawsGrid&&x,E=y.grid;b&&E!==null&&E.visible&&!isNaN(E.width)&&!isNaN(E.height)&&(E=ye.alloc().assign(a.viewportBounds).ed(y.viewportBounds),bl(y,E),ye.free(E),Ur(y));var z=a.Ab;z.reset(),a.scale!==1&&z.scale(a.scale),a.position.x===0&&a.position.y===0||z.translate(-a.position.x,-a.position.y),E=a.ib,E.scale(a.Mb,a.Mb),E.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),E.yc(),y=y.Wa.s,z=y.length;for(var tt=0;tt<z;tt++){var ot=y[tt],rt=a;if(ot.visible&&ot.opacity!==0){var at=ot.diagram.grid.part;if(!x&&ot.isTemporary)b&&at.layer===ot&&(ot=fu(ot,E),at.gc(E,rt),E.globalAlpha=ot);else{for(var ut=fu(ot,E),ft=rt.scale,mt=ye.alloc(),yt=ot.Pa.s,St=yt.length,kt=0;kt<St;kt++){var Ot=yt[kt];(b||Ot!==at)&&ot.Oj(E,Ot,rt,null,ft,mt,!1)}ye.free(mt),E.globalAlpha=ut}}}}}function Tt(a){var y=a.box;if(y!==null){var x=a.observed;if(x!==null){a.Fc=!0,x=x.viewportBounds;var b=y.selectionObject,E=Ue.alloc();E.h(x.width,x.height),b.desiredSize=E,Ue.free(E),a=2/a.scale,b instanceof fi&&(b.strokeWidth=a),y.location=new It(x.x-a/2,x.y-a/2),y.isSelected=!0}}}gt.prototype.computeBounds=function(){var a=this.observed;if(a===null)return gs;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,b){this.vb||(this.vd=!0,this.N(),this.Ee=!0,this.Ya(),Tt(this),this.fc.scale=x,this.fc.position.x=a.x,this.fc.position.y=a.y,this.fc.bounds.assign(a),this.fc.Oz=b,this.R("ViewportBoundsChanged",this.fc,a))},re.Object.defineProperties(gt.prototype,{observed:{get:function(){return this.V},set:function(a){var y=this.V;if(a instanceof gt&&_t("Overview.observed Diagram may not be an Overview itself: "+a),y!==a){if(y!==null&&(this.remove(this.box),y.am("ViewportBoundsChanged",this.Pf),y.am("DocumentBoundsChanged",this.Xd),y.am("InvalidateDraw",this.Ha),y.am("AnimationFinished",this.Of)),this.V=a,a!==null&&(a.Bj("ViewportBoundsChanged",this.Pf),a.Bj("DocumentBoundsChanged",this.Xd),a.Bj("InvalidateDraw",this.Ha),a.Bj("AnimationFinished",this.Of),this.add(this.box)),this.Ya(),a===null){this.ql=null;var x=this.ta,b=this.ib;x&&b&&(b.setTransform(1,0,0,1,0,0),b.clearRect(0,0,x.width,x.height))}else this.Ha(null),Tt(this),this.N();this.g("observed",y,a)}}},box:{get:function(){return this.j},set:function(a){var y=this.j;y!==a&&(this.j=a,this.remove(y),this.add(this.j),Tt(this),this.g("box",y,a))}},drawsTemporaryLayers:{get:function(){return this.F},set:function(a){this.F!==a&&(this.F=a,this.redraw())}},drawsGrid:{get:function(){return this.u},set:function(a){this.u!==a&&(this.u=a,this.redraw())}},updateDelay:{get:function(){return this.ia},set:function(a){0>a&&(a=0),this.ia!==a&&(this.ia=a)}}}),gt.className="Overview";function Rt(){_o.call(this),this.j=null}de(Rt,_o),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 It(x.width/2,x.height/2),a=a.firstInput.documentPoint,y.position=new It(a.x-this.j.x,a.y-this.j.y)),!0)},Rt.prototype.doActivate=function(){this.j=null,_o.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 b=a.firstInput.documentPoint;x=x.location,this.j=new It(b.x-x.x,b.y-x.y)}a=a.lastInput.documentPoint,y.position=new It(a.x-this.j.x,a.y-this.j.y)}}},Rt.className="OverviewDraggingTool";function Dt(){Ii(this),this.H=Wl,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=gs,this.hb=!0,this.cg=null,this.ob=200}Dt.prototype.toString=function(){return"CommandHandler"},Dt.prototype.Xe=function(a){this.H=a},Dt.prototype.doKeyDown=function(){var a=this.diagram,y=a.lastInput,x=Ri?y.meta:y.control,b=y.shift,E=y.alt,z=y.key;!x||z!=="C"&&z!=="Insert"?x&&z==="X"||b&&z==="Del"?this.canCutSelection()&&this.cutSelection():x&&z==="V"||b&&z==="Insert"?this.canPasteSelection()&&this.pasteSelection():x&&z==="Y"||E&&b&&z==="Backspace"?this.canRedo()&&this.redo():x&&z==="Z"||E&&z==="Backspace"?this.canUndo()&&this.undo():z==="Del"||z==="Backspace"?this.canDeleteSelection()&&this.deleteSelection():x&&z==="A"?this.canSelectAll()&&this.selectAll():z==="Esc"?this.canStopCommand()&&this.stopCommand():z==="Up"?a.allowVerticalScroll&&(x?a.scroll("pixel","up"):a.scroll("line","up")):z==="Down"?a.allowVerticalScroll&&(x?a.scroll("pixel","down"):a.scroll("line","down")):z==="Left"?a.allowHorizontalScroll&&(x?a.scroll("pixel","left"):a.scroll("line","left")):z==="Right"?a.allowHorizontalScroll&&(x?a.scroll("pixel","right"):a.scroll("line","right")):z==="PageUp"?b&&a.allowHorizontalScroll?a.scroll("page","left"):a.allowVerticalScroll&&a.scroll("page","up"):z==="PageDown"?b&&a.allowHorizontalScroll?a.scroll("page","right"):a.allowVerticalScroll&&a.scroll("page","down"):z==="Home"?x&&a.allowVerticalScroll?a.scroll("document","up"):!x&&a.allowHorizontalScroll&&a.scroll("document","left"):z==="End"?x&&a.allowVerticalScroll?a.scroll("document","down"):!x&&a.allowHorizontalScroll&&a.scroll("document","right"):z===" "?this.canScrollToPart()&&this.scrollToPart():z==="Subtract"?this.canDecreaseZoom()&&this.decreaseZoom():z==="Add"?this.canIncreaseZoom()&&this.increaseZoom():x&&z==="0"?this.canResetZoom()&&this.resetZoom():b&&z==="Z"?this.canZoomToFit()&&this.zoomToFit():x&&!b&&z==="G"?this.canGroupSelection()&&this.groupSelection():x&&b&&z==="G"?this.canUngroupSelection()&&this.ungroupSelection():z==="F2"||y.event&&y.event.key==="F2"?this.canEditTextBlock()&&this.editTextBlock():z==="ContextMenu"||y.event&&y.event.key==="ContextMenu"?this.canShowContextMenu()&&this.showContextMenu():y.bubbles=!0:this.canCopySelection()&&this.copySelection()},Dt.prototype.doKeyUp=function(){this.diagram.lastInput.bubbles=!0},Dt.prototype.stopCommand=function(){var a=this.diagram,y=a.currentTool;y instanceof Oo&&a.allowSelect&&a.clearSelection(),y!==null&&y.doCancel()},Dt.prototype.canStopCommand=function(){return!0},Dt.prototype.selectAll=function(){var a=this.diagram;a.N();try{a.currentCursor="wait",a.R("ChangingSelection",a.selection);for(var y=a.parts;y.next();)y.value.isSelected=!0;for(var x=a.nodes;x.next();)x.value.isSelected=!0;for(var b=a.links;b.next();)b.value.isSelected=!0}finally{a.R("ChangedSelection",a.selection),a.currentCursor=""}},Dt.prototype.canSelectAll=function(){return this.diagram.allowSelect},Dt.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 Be,x=a.selection.iterator;x.next();)Hh(y,x.value,!0,this.deletesTree?1/0:0,this.deletesConnectedLinks?null:!1,function(b){return b.canDelete()});a.Is(y,!0),a.R("SelectionDeleted",y)}finally{a.eb("Delete"),a.R("ChangedSelection",a.selection),a.currentCursor=""}},Dt.prototype.canDeleteSelection=function(){var a=this.diagram;return!(a.isReadOnly||a.isModelReadOnly||!a.allowDelete||a.selection.count===0)},Dt.prototype.copySelection=function(){var a=this.diagram,y=new Be;for(a=a.selection.iterator;a.next();)Hh(y,a.value,!0,this.copiesTree?1/0:0,this.copiesConnectedLinks,function(x){return x.canCopy()});this.copyToClipboard(y)},Dt.prototype.canCopySelection=function(){var a=this.diagram;return!!(a.allowCopy&&a.allowClipboard&&a.selection.count!==0)},Dt.prototype.cutSelection=function(){this.copySelection(),this.deleteSelection()},Dt.prototype.canCutSelection=function(){var a=this.diagram;return!!(!a.isReadOnly&&!a.isModelReadOnly&&a.allowCopy&&a.allowDelete&&a.allowClipboard&&a.selection.count!==0)},Dt.prototype.copyToClipboard=function(a){var y=this.diagram,x=null;if(a===null)Ld=null,Ih="";else{x=y.model;var b=!1,E=!1,z=null;try{x.Tl()&&(b=x.Jj,x.Jj=this.copiesParentKey),x.Wj()&&(E=x.Ij,x.Ij=this.copiesGroupKey),z=y.Kj(a,null,!0)}finally{x.Tl()&&(x.Jj=b),x.Wj()&&(x.Ij=E),x=new Ie,x.addAll(z),Ld=x,Ih=y.model.dataFormat}}y.R("ClipboardChanged",x)},Dt.prototype.pasteFromClipboard=function(){var a=new Be,y=Ld;if(y===null)return a;var x=this.diagram;if(Ih!==x.model.dataFormat)return a;var b=x.model,E=!1,z=!1,tt=null;try{b.Tl()&&(E=b.Jj,b.Jj=this.copiesParentKey),b.Wj()&&(z=b.Ij,b.Ij=this.copiesGroupKey),tt=x.Kj(y,x,!1)}finally{for(b.Tl()&&(b.Jj=E),b.Wj()&&(b.Ij=z),y=tt.iterator;y.next();)x=y.value,b=y.key,x.location.w()||(b.location.w()?x.location=b.location:!x.position.w()&&b.position.w()&&(x.position=b.position)),a.add(x)}return a},Dt.prototype.pasteSelection=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.currentCursor="wait",y.R("ChangingSelection",y.selection),y.Ea("Paste");var x=this.pasteFromClipboard();0<x.count&&y.clearSelection(!0);for(var b=x.iterator;b.next();)b.value.isSelected=!0;if(a!==null){var E=y.computePartsBounds(y.selection);if(E.w()){var z=this.computeEffectiveCollection(y.selection,y.Wm);Bh(y,z,new It(a.x-E.centerX,a.y-E.centerY),y.Wm,!1)}}y.R("ClipboardPasted",x)}finally{y.eb("Paste"),y.R("ChangedSelection",y.selection),y.currentCursor=""}},Dt.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)},Dt.prototype.undo=function(){this.diagram.undoManager.undo()},Dt.prototype.canUndo=function(){var a=this.diagram;return a.isReadOnly||a.isModelReadOnly?!1:a.allowUndo&&a.undoManager.canUndo()},Dt.prototype.redo=function(){this.diagram.undoManager.redo()},Dt.prototype.canRedo=function(){var a=this.diagram;return a.isReadOnly||a.isModelReadOnly?!1:a.allowUndo&&a.undoManager.canRedo()},Dt.prototype.decreaseZoom=function(a){a===void 0&&(a=1/this.zoomFactor);var y=this.diagram;y.autoScale===us&&(a=y.scale*a,a<y.minScale||a>y.maxScale||(y.scale=a))},Dt.prototype.canDecreaseZoom=function(a){a===void 0&&(a=1/this.zoomFactor);var y=this.diagram;return y.autoScale!==us?!1:(a=y.scale*a,a<y.minScale||a>y.maxScale?!1:y.allowZoom)},Dt.prototype.increaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;y.autoScale===us&&(a=y.scale*a,a<y.minScale||a>y.maxScale||(y.scale=a))},Dt.prototype.canIncreaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;return y.autoScale!==us?!1:(a=y.scale*a,a<y.minScale||a>y.maxScale?!1:y.allowZoom)},Dt.prototype.resetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;a<y.minScale||a>y.maxScale||(y.scale=a)},Dt.prototype.canResetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;return a<y.minScale||a>y.maxScale?!1:y.allowZoom},Dt.prototype.zoomToFit=function(){var a=this.diagram,y=a.animationManager;y.Cc(),a.redraw();var x=a.position,b=a.scale;_l(y,"Zoom To Fit"),this.isZoomToFitRestoreEnabled&&b===this.Au&&!isNaN(this.Jt)&&a.documentBounds.D(this.yu)?(a.scale=this.Jt,a.position=this.sw,this.Au=NaN,this.yu=gs):(this.Jt=b,this.sw=x.copy(),a.zoomToFit(),this.Au=a.scale,this.yu=a.documentBounds.copy()),Qf(y)},Dt.prototype.canZoomToFit=function(){return this.diagram.allowZoom},Dt.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;_l(x,"Scroll To Part");var b=this.scrollToPartPause;if(0<b){var E=Yt(this,a,[a]);if(E.length===1)y.Ea(),y.es(a.actualBounds),y.eb("Scroll To Part");else{var z=function(){y.Ea();for(var rt=E.pop();0<E.length&&rt instanceof qe&&rt.isTreeExpanded&&(!(rt instanceof ii)||rt.isSubGraphExpanded);)rt=E.pop();0<E.length?(rt instanceof bn&&y.tv(rt.actualBounds),rt instanceof qe&&!rt.isTreeExpanded&&(rt.isTreeExpanded=!0),rt instanceof ii&&!rt.isSubGraphExpanded&&(rt.isSubGraphExpanded=!0)):(rt instanceof bn&&y.es(rt.actualBounds),y.am("LayoutCompleted",tt)),y.eb("Scroll To Part")},tt=function(){ce(z,(x.isEnabled?x.duration:0)+b)};y.Bj("LayoutCompleted",tt),z()}}else{var ot=y.position.copy();y.es(a.actualBounds),ot.Xa(y.position)&&x.Cc()}}};function Yt(a,y,x){if(y.isVisible())return x;if(y instanceof ji)Yt(a,y.adornedPart,x);else if(y instanceof Ge){var b=y.fromNode;b!==null&&Yt(a,b,x),y=y.toNode,y!==null&&Yt(a,y,x)}else y instanceof qe&&(b=y.labeledLink,b!==null&&Yt(a,b,x),b=y.pg(),b!==null&&(b.isTreeExpanded||b.wasTreeExpanded||x.push(b),Yt(a,b,x))),y=y.containingGroup,y!==null&&(y.isSubGraphExpanded||y.wasSubGraphExpanded||x.push(y),Yt(a,y,x));return x}Dt.prototype.canScrollToPart=function(a){return a===void 0&&(a=null),a!==null&&!(a instanceof bn)?!1:(a=this.diagram,a.selection.count===0&&a.highlighteds.count===0?!1:a.allowHorizontalScroll&&a.allowVerticalScroll)},Dt.prototype.collapseTree=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Collapse Tree"),_l(y.animationManager,"Collapse Tree");var x=new Ie;if(a!==null&&a.isTreeExpanded)a.collapseTree(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof qe&&E.isTreeExpanded&&(E.collapseTree(),x.add(E))}y.R("TreeCollapsed",x)}finally{y.eb("Collapse Tree")}},Dt.prototype.canCollapseTree=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null){if(!(a instanceof qe&&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 qe&&y.isTreeExpanded&&0<y.Qo().count)return!0;return!1},Dt.prototype.expandTree=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Expand Tree"),_l(y.animationManager,"Expand Tree");var x=new Ie;if(a!==null&&!a.isTreeExpanded)a.expandTree(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof qe&&!E.isTreeExpanded&&(E.expandTree(),x.add(E))}y.R("TreeExpanded",x)}finally{y.eb("Expand Tree")}},Dt.prototype.canExpandTree=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null){if(!(a instanceof qe)||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 qe&&!y.isTreeExpanded&&0<y.Qo().count)return!0;return!1},Dt.prototype.groupSelection=function(){var a=this.diagram,y=a.model;if(y.Xj()){var x=this.archetypeGroupData;if(x!==null){var b=null;try{a.currentCursor="wait",a.R("ChangingSelection",a.selection),a.Ea("Group");for(var E=new Ie,z=a.selection.iterator;z.next();){var tt=z.value;tt.Zc()&&tt.canGroup()&&E.add(tt)}for(var ot=new Ie,rt=E.iterator;rt.next();){var at=rt.value;z=!1;for(var ut=E.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;){E=!1;for(var mt=ot.iterator;mt.next();)if(!mt.value.Td(ft)){E=!0;break}if(E)ft=ft.containingGroup;else break}if(x instanceof ii)Wa(x),b=x.copy(),b!==null&&a.add(b);else if(y.Yu(x)){var yt=y.copyNodeData(x);Le(yt)&&(y.xf(yt),b=a.ii(yt))}if(b!==null){ft!==null&&this.isValidMember(ft,b)&&(b.containingGroup=ft);for(var St=ot.iterator;St.next();){var kt=St.value;this.isValidMember(b,kt)&&(kt.containingGroup=b)}a.clearSelection(!0),b.isSelected=!0}}a.R("SelectionGrouped",b)}finally{a.eb("Group"),a.R("ChangedSelection",a.selection),a.currentCursor=""}}}},Dt.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 pe(a){var y=on();for(a=a.iterator;a.next();){var x=a.value;x instanceof Ge||y.push(x)}a=new Be,x=y.length;for(var b=0;b<x;b++){for(var E=y[b],z=!0,tt=0;tt<x;tt++)if(E.Td(y[tt])){z=!1;break}z&&a.add(E)}return rn(y),a}Dt.prototype.isValidMember=function(a,y){if(y===null||a===y||y instanceof Ge)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},Dt.prototype.ungroupSelection=function(a){a===void 0&&(a=null);var y=this.diagram,x=y.model;if(x.Xj())try{y.currentCursor="wait",y.R("ChangingSelection",y.selection),y.Ea("Ungroup");var b=new Ie;if(a!==null)b.add(a);else for(var E=y.selection.iterator;E.next();){var z=E.value;z instanceof ii&&z.canUngroup()&&b.add(z)}var tt=new Ie;if(0<b.count){y.clearSelection(!0);for(var ot=b.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 Ge)){var yt=mt.data;yt!==null?x.mp(yt,ut):mt.containingGroup=at}}y.remove(rt)}}y.R("SelectionUngrouped",b,tt)}finally{y.eb("Ungroup"),y.R("ChangedSelection",y.selection),y.currentCursor=""}},Dt.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 ii))return!1;if(a.canUngroup())return!0}else for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof ii&&y.canUngroup())return!0;return!1},Dt.prototype.addTopLevelParts=function(a,y){var x=!0;for(a=pe(a).iterator;a.next();){var b=a.value;b.containingGroup!==null&&(!y||this.isValidMember(null,b)?b.containingGroup=null:x=!1)}return x},Dt.prototype.collapseSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Collapse SubGraph"),_l(y.animationManager,"Collapse SubGraph");var x=new Ie;if(a!==null&&a.isSubGraphExpanded)a.collapseSubGraph(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof ii&&E.isSubGraphExpanded&&(E.collapseSubGraph(),x.add(E))}y.R("SubGraphCollapsed",x)}finally{y.eb("Collapse SubGraph")}},Dt.prototype.canCollapseSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null)return!!(a instanceof ii&&a.isSubGraphExpanded);for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof ii&&y.isSubGraphExpanded)return!0;return!1},Dt.prototype.expandSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Expand SubGraph"),_l(y.animationManager,"Expand SubGraph");var x=new Ie;if(a!==null&&!a.isSubGraphExpanded)a.expandSubGraph(),x.add(a);else if(a===null)for(var b=y.selection.iterator;b.next();){var E=b.value;E instanceof ii&&!E.isSubGraphExpanded&&(E.expandSubGraph(),x.add(E))}y.R("SubGraphExpanded",x)}finally{y.eb("Expand SubGraph")}},Dt.prototype.canExpandSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null)return a instanceof ii&&!a.isSubGraphExpanded;for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof ii&&!y.isSubGraphExpanded)return!0;return!1},Dt.prototype.editTextBlock=function(a){a===void 0&&(a=null);var y=this.diagram,x=y.toolManager.findTool("TextEditing");if(x!==null){if(a===null){a=null;for(var b=y.selection.iterator;b.next();){var E=b.value;if(E.canEdit()){a=E;break}}if(a===null)return;a=a.Nl(function(z){return z instanceof yo&&z.editable})}a!==null&&(y.currentTool=null,x.textBlock=a,y.currentTool=x)}},Dt.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 yo))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 yo&&x.editable}),a!==null))return!0;return!1},Dt.prototype.showContextMenu=function(a){var y=this.diagram,x=y.toolManager.findTool("ContextMenu");if(x!==null&&(a===void 0&&(a=0<y.selection.count?y.selection.first():y),a=x.findObjectWithContextMenu(a),a!==null)){var b=y.lastInput,E=null;a instanceof Zt?E=a.ga(_i):y.viewportBounds.ca(b.documentPoint)||(E=y.viewportBounds,E=new It(E.x+E.width/2,E.y+E.height/2)),E!==null&&(b.viewPoint=y.op(E),b.documentPoint=E,b.left=!1,b.right=!0,b.up=!0),y.currentTool=x,uu(x,!1,a)}},Dt.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)},Dt.prototype.computeEffectiveCollection=function(a,y){var x=this.diagram,b=x.toolManager.findTool("Dragging"),E=x.currentTool===b;if(y===void 0&&(y=E?b.dragOptions:x.Wm),b=new Gn,a===null)return b;for(var z=a.iterator;z.next();)Yl(x,b,z.value,E,y);if(x.draggedLink!==null&&y.dragsLink)return b;for(z=a.iterator;z.next();)a=z.value,a instanceof Ge&&(y=a.fromNode,y===null||b.contains(y)?(y=a.toNode,y===null||b.contains(y)||b.remove(a)):b.remove(a));return b},re.Object.defineProperties(Dt.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||_t("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}}}),Dt.className="CommandHandler",Zp=function(){return new Dt};function Zt(){Ii(this),this.l=30723,this.pb=1,this.bn="",this.Ma=this.Me=null,this.pa=new It(NaN,NaN).freeze(),this.jd=Yo,this.Ab=new ai,this.wh=new ai,this.Lb=null,this.Ca=this.Kk=1,this.Kb=0,this.Kg=Qs,this.uc=new ye(NaN,NaN,NaN,NaN).freeze(),this.Ib=new ye(NaN,NaN,NaN,NaN).freeze(),this.dc=new ye(0,0,NaN,NaN).freeze(),this.ba=this.Yn=this.Zn=null,this.sk=this.Jb=Nr,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 Ae,Ee,xn,Cn,Rn,ri,Mi,yi,Di,ro;Zt.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=Ke(this.Dh)),this.tb!==null&&(a.tb=this.tb.copy())},Zt.prototype.Vw=function(a){var y=this.Dh;if(ke(y)){for(var x=0;x<y.length;x++)if(y[x]===a)return}else this.Dh=y=[];y.push(a)},Zt.prototype.Af=function(a){a.Zn=null,a.Ng=null,a.v()},Zt.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},Zt.prototype.copy=function(){return this.clone()},xt=Zt.prototype,xt.qb=function(a){a.classType===Ge?a.name.indexOf("Orient")===0?this.segmentOrientation=a:_t("Unknown Link enum value for GraphObject.segmentOrientation property: "+a):a.classType===Zt&&(this.stretch=a)},xt.toString=function(){return vn(this.constructor)+"#"+Ai(this)},xt.th=function(){this.A!==null&&(this.A.nc=!0)};function mi(a){a.A===null?a.A=new Sf:a.A.nc&&(a.A=a.A.copy())}xt.Xc=function(){if(this.ba===null){var a=new Rg;a.Xi=Bi,a.yj=Bi,a.Vi=10,a.wj=10,a.Wi=0,a.xj=0,this.ba=a}},xt.cb=function(a,y,x,b,E,z,tt){var ot=this.part;if(ot!==null&&(ot.gk(a,y,x,b,E,z,tt),x===this&&a===Io&&jr(this)&&ko(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 Gn),tt=z.undoManager.transactionLevel===0,a.startCondition===Eh?tt=!0:a.startCondition===vd&&(tt=!1),tt?(z=new Yr,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,b,E),z.start()):(_l(z.animationManager,"Trigger"),z.animationManager.defaultAnimation.add(this,y,b,E)))),this instanceof De&&x===ot&&(ot.l&16777216)!==0&&ot.data!==null))for(x=this.O.s,b=x.length,E=0;E<b;E++)ot=x[E],ot instanceof De&&Fd(ot,function(rt){rt.data!==null&&rt.l&16777216&&rt.La(y)})};function ko(a,y,x){var b=a.ih();if(b!==null)for(var E=a.localBindings.iterator;E.next();){var z=E.value,tt=null;if(z.sourceName!==null){if(tt=M1(z,b,a),tt===null)continue;z.sp(a,tt,x,null)}else if(z.isToModel){var ot=y.diagram;ot===null||ot.skipsModelSourceBindings||z.sp(a,ot.model.modelData,x,b)}else{if(ot=b.data,ot===null)continue;var rt=y.diagram;rt===null||rt.skipsModelSourceBindings||z.sp(a,ot,x,b)}tt===a&&(ot=b.ks(z.Ai),ot!==null&&z.Mv(ot,tt,x))}}xt.ks=function(a){return this.bindingId===a?this:null},xt.g=function(a,y,x){this.cb(Io,a,this,y,x)},xt.Ge=function(a,y,x,b){var E=this.uc;if(E.h(a,y,x,b),this.Ca!==1||this.Kb!==0){this.Lb===null&&(this.Lb=new ai);var z=this.Lb;z.reset(),this.no(z,a,y,x,b),z.pp(E)}};function Cr(a,y,x,b){return a.pickable===!1?!1:(b.multiply(a.transform),x?a.Yc(y,b):a.fh(y,b))}xt.tx=function(a,y,x){if(this.pickable===!1)return!1;var b=this.naturalBounds;return y=a.Bf(y),x?Hi(a.x,a.y,0,0,0,b.height)<=y||Hi(a.x,a.y,0,b.height,b.width,b.height)<=y||Hi(a.x,a.y,b.width,b.height,b.width,0)<=y||Hi(a.x,a.y,b.width,0,0,0)<=y:a.zd(0,0)<=y&&a.zd(0,b.height)<=y&&a.zd(b.width,0)<=y&&a.zd(b.width,b.height)<=y},xt.se=function(){return!0},xt.ca=function(a){var y=It.alloc();y.assign(a),this.transform.Ga(y);var x=this.actualBounds;if(!x.w())return It.free(y),!1;var b=this.diagram;if(b!==null&&b.wq){var E=b.Ql("extraTouchThreshold"),z=b.Ql("extraTouchArea"),tt=z/2,ot=this.naturalBounds;b=this.Df()*b.scale;var rt=1/b;if(ot.width*b<E&&ot.height*b<E)return a=Rr(x.x-tt*rt,x.y-tt*rt,x.width+z*rt,x.height+z*rt,y.x,y.y),It.free(y),a}return E=!1,(this instanceof ji||this instanceof fi?Rr(x.x-5,x.y-5,x.width+10,x.height+10,y.x,y.y):x.ca(y))&&(this.tb&&!this.tb.ca(y)?E=!1:this.areaBackground!==null&&x.ca(y)||this.Ma!==null&&this.dc.ca(a)?E=!0:E=this.gh(a)),It.free(y),E},xt.gh=function(a){var y=this.naturalBounds;return Rr(0,0,y.width,y.height,a.x,a.y)},xt.Re=function(a){if(this.angle===0)return this.actualBounds.Re(a);var y=this.naturalBounds;y=ye.allocAt(0,0,y.width,y.height);var x=this.transform,b=!1,E=It.allocAt(a.x,a.y);return y.ca(x.Cd(E))&&(E.h(a.x,a.bottom),y.ca(x.Cd(E))&&(E.h(a.right,a.bottom),y.ca(x.Cd(E))&&(E.h(a.right,a.y),y.ca(x.Cd(E))&&(b=!0)))),It.free(E),ye.free(y),b},xt.fh=function(a,y){if(y===void 0)return a.Re(this.actualBounds);var x=this.naturalBounds,b=!1,E=It.allocAt(0,0);return a.ca(y.Ga(E))&&(E.h(0,x.height),a.ca(y.Ga(E))&&(E.h(x.width,x.height),a.ca(y.Ga(E))&&(E.h(x.width,0),a.ca(y.Ga(E))&&(b=!0)))),It.free(E),b},xt.Yc=function(a,y){if(y===void 0&&(y=this.transform,this.angle===0))return a.Yc(this.actualBounds);var x=this.naturalBounds,b=It.allocAt(0,0),E=It.allocAt(0,x.height),z=It.allocAt(x.width,x.height),tt=It.allocAt(x.width,0),ot=!1;if(a.ca(y.Ga(b))||a.ca(y.Ga(E))||a.ca(y.Ga(z))||a.ca(y.Ga(tt)))ot=!0;else{x=ye.allocAt(0,0,x.width,x.height);var rt=It.allocAt(a.x,a.y);x.ca(y.Cd(rt))?ot=!0:(rt.h(a.x,a.bottom),x.ca(y.Cd(rt))?ot=!0:(rt.h(a.right,a.bottom),x.ca(y.Cd(rt))?ot=!0:(rt.h(a.right,a.y),x.ca(y.Cd(rt))&&(ot=!0)))),It.free(rt),ye.free(x),!ot&&(Jt.us(a,b,E)||Jt.us(a,E,z)||Jt.us(a,z,tt)||Jt.us(a,tt,b))&&(ot=!0)}return It.free(b),It.free(E),It.free(z),It.free(tt),ot},xt.ga=function(a,y){if(y===void 0&&(y=new It),a instanceof en){var x=this.naturalBounds;y.h(a.x*x.width+a.offsetX,a.y*x.height+a.offsetY)}else y.set(a);return this.oe.Ga(y),y},xt.mi=function(a){a===void 0&&(a=new ye);var y=this.naturalBounds,x=this.oe,b=It.allocAt(0,0).transform(x);return a.h(b.x,b.y,0,0),b.h(y.width,0).transform(x),Jo(a,b.x,b.y,0,0),b.h(y.width,y.height).transform(x),Jo(a,b.x,b.y,0,0),b.h(0,y.height).transform(x),Jo(a,b.x,b.y,0,0),It.free(b),a},xt.li=function(){var a=this.oe;return a.m11===1&&a.m12===0?a=0:(a=180*Math.atan2(a.m12,a.m11)/Math.PI,0>a&&(a+=360)),a},xt.Df=function(){if(!(this.l&4096))return this.Kk;var a=this.Ca;return this.panel!==null?a*this.panel.Df():a},xt.qs=function(a,y){return y===void 0&&(y=new It),y.assign(a),this.oe.Cd(y),y},xt.rs=function(a,y,x){return this.Sj(a.x,a.y,y.x,y.y,x)},xt.Sj=function(a,y,x,b,E){var z=this.transform,tt=1/(z.m11*z.m22-z.m12*z.m21),ot=z.m22*tt,rt=-z.m12*tt,at=-z.m21*tt,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,b,E)):(tt=a*ot+y*at+ft,a=a*rt+y*ut+mt,y=x*ot+b*at+ft,x=x*rt+b*ut+mt,E.h(0,0),b=this.naturalBounds,x=Jt.Ff(0,0,b.width,b.height,tt,a,y,x,E),E.transform(z),x)},Zt.prototype.measure=function(a,y,x,b){if(ma(this)!==!1){var E=this.Kg,z=E.right+E.left;E=E.top+E.bottom,a=Math.max(a-z,0),y=Math.max(y-E,0),x=Math.max((x||0)-z,0),b=Math.max((b||0)-E,0),z=this.angle,E=this.desiredSize;var tt=this.kq();z===90||z===270?(a=isFinite(E.height)?E.height+tt:a,y=isFinite(E.width)?E.width+tt:y):(a=isFinite(E.width)?E.width+tt:a,y=isFinite(E.height)?E.height+tt:y),E=x||0,tt=b||0;var ot=this instanceof De;switch(zs(this,!0)){case Ee:tt=E=0,ot&&(y=a=1/0);break;case Ae:isFinite(a)&&a>x&&(E=a),isFinite(y)&&y>b&&(tt=y);break;case Cn:isFinite(a)&&a>x&&(E=a),tt=0,ot&&(y=1/0);break;case Rn:isFinite(y)&&y>b&&(tt=y),E=0,ot&&(a=1/0)}ot=this.maxSize;var rt=this.minSize;E>ot.width&&rt.width<ot.width&&(E=ot.width),tt>ot.height&&rt.height<ot.height&&(tt=ot.height),x=Math.max(E,rt.width),b=Math.max(tt,rt.height),ot.width<x&&(x=Math.min(rt.width,x)),ot.height<b&&(b=Math.min(rt.height,b)),a=Math.min(ot.width,a),y=Math.min(ot.height,y),a=Math.max(x,a),y=Math.max(b,y),(z===90||z===270)&&(z=a,a=y,y=z,z=x,x=b,b=z),this.uc.ka(),this.Wl(a,y,x,b),this.uc.freeze(),this.uc.w()||_t("Non-real measuredBounds has been set. Object "+this+", measuredBounds: "+this.uc.toString()),gr(this,!1)}},Zt.prototype.Wl=function(){},Zt.prototype.Dd=function(){return!1},Zt.prototype.arrange=function(a,y,x,b,E){this.Uk();var z=ye.alloc();z.assign(this.Ib),this.Ib.ka(),Ps(this)===!1?this.Ib.h(a,y,x,b):this.eh(a,y,x,b),this.Ib.freeze(),E===void 0?this.tb=null:this.tb=E,x=!1,E!==void 0?x=!0:(E=this.panel,E!==null&&Xu(E)&&(E=E.panel),E!==null&&(E=E.dc,b=this.measuredBounds,this.areaBackground!==null&&(b=this.Ib),x=y+b.height,b=a+b.width,x=!(0<=a+.05&&b<=E.width+.05&&0<=y+.05&&x<=E.height+.05),this instanceof yo&&(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()||_t("Non-real actualBounds has been set. Object "+this+", actualBounds: "+this.Ib.toString()),this.Xl(z,this.Ib),Ul(this,!1),ye.free(z)},xt=Zt.prototype,xt.eh=function(){};function hs(a,y,x,b,E){if(a.Ib.h(y,x,b,E),!a.desiredSize.w()){var z=a.uc;x=a.Kg,y=x.right+x.left;var tt=x.top+x.bottom;switch(x=z.width+y,z=z.height+tt,b+=y,E+=tt,y=zs(a,!0),x===b&&z===E&&(y=Ee),y){case Ee:(x>b||z>E)&&(gr(a,!0),a.measure(x>b?b:x,z>E?E:z,0,0));break;case Ae:gr(a,!0),a.measure(b,E,0,0);break;case Cn:gr(a,!0),a.measure(b,z,0,0);break;case Rn:gr(a,!0),a.measure(x,E,0,0)}}}xt.Xl=function(a,y){var x=this.part;x!==null&&x.diagram!==null&&(x.selectionObject!==this&&x.resizeObject!==this&&x.rotateObject!==this||zv(x,!0),this.N(),Pl(a,y)||(x.oh(),this.Pn(x)))},xt.Pn=function(a){this.portId!==null&&(zv(a,!0),a instanceof qe&&WS(a,this))},xt.gc=function(a,y){if(!ka(this,a,y)&&this.visible){var x=this.opacity;if(x!==0){var b=1;x!==1&&(b=a.globalAlpha,a.globalAlpha=b*x);var E="";this.filter!==""&&(E=a.filter,a.filter=this.filter);var z=this instanceof De&&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&&(Qo(this,a,at,!0,!0,rt,ot),at instanceof Qi&&at.type===ba?(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&&(Qo(this,a,ut,!0,!1,rt,ot),ut instanceof Qi&&ut.type===ba?(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&&Dr(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,kt=mt.m21,Ot=mt.dx,Nt=mt.m12,jt=mt.m22,Ht=mt.dy,Wt,Ut=Wt=0;mt=Wt*St+Ut*kt+Ot;var ee=Wt*Nt+Ut*jt+Ht;Wt=yt.width+ft,Ut=0;var Ze=Wt*St+Ut*kt+Ot;Wt=Wt*Nt+Ut*jt+Ht,Ut=Math.min(mt,Ze);var gn=Math.min(ee,Wt),an=Math.max(mt+0,Ze)-Ut,je=Math.max(ee+0,Wt)-gn;mt=Ut,ee=gn,Wt=yt.width+ft,Ut=yt.height+ft,Ze=Wt*St+Ut*kt+Ot,Wt=Wt*Nt+Ut*jt+Ht,Ut=Math.min(mt,Ze),gn=Math.min(ee,Wt),an=Math.max(mt+an,Ze)-Ut,je=Math.max(ee+je,Wt)-gn,mt=Ut,ee=gn,Wt=0,Ut=yt.height+ft,Ze=Wt*St+Ut*kt+Ot,Wt=Wt*Nt+Ut*jt+Ht,Ut=Math.min(mt,Ze),gn=Math.min(ee,Wt),an=Math.max(mt+an,Ze)-Ut,je=Math.max(ee+je,Wt)-gn,mt=Ut,ee=gn,ft=y.viewportBounds,yt=ft.x,St=ft.y,mt=!(mt>ft.width+yt||yt>an+mt||ee>ft.height+St||St>je+ee)}if(mt){if(mt=(this.l&256)!==0,a.clipInsteadOfFill&&(mt=!1),this instanceof yo&&(a.font=this.font),mt){if(ee=ot.se()?ot.naturalBounds:ot.actualBounds,an=Math.max(tt.x,ee.x),je=Math.max(tt.y,ee.y),ft=Math.min(tt.right,ee.right)-an,yt=Math.min(tt.bottom,ee.bottom)-je,St=this.tb,St!==null&&(an=St.x,je=St.y,ft=St.width,yt=St.height),an>tt.width+tt.x||tt.x>ee.width+ee.x){x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E);return}a.save(),a.beginPath(),a.rect(an,je,ft,yt),a.clip()}if(ut){if(!at.isVisible()){x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E);return}rt&&(ee=at.shadowOffset,a.Ev(ee.x*y.scale*this.scale*y.Mb,ee.y*y.scale*this.scale*y.Mb,at.shadowBlur),gu(a),a.shadowColor=at.shadowColor)}rt&&this.shadowVisible===!0?gu(a):rt&&this.shadowVisible===!1&&Zl(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&&Fr(this,ot)&&this.shadowVisible===null&&Zl(a),this.Ma!==null&&(a.yc(),Vs(this,a,at,tt)),rt&&(this.Ma!==null||this.areaBackground!==null||Fr(this,ot))?(el(this,!0),this.shadowVisible===null&&Zl(a)):el(this,!1),this.hh(a,y),rt&&this.l&512&&gu(a),ut&&rt&&Zl(a),mt&&(a.restore(),a.Vc(this instanceof De)),z.ws()||(y=1/(z.m11*z.m22-z.m12*z.m21),a.transform(z.m22*y,-z.m12*y,-z.m21*y,z.m11*y,y*(z.m21*z.dy-z.m22*z.dx),y*(z.m12*z.dx-z.m11*z.dy)))}}x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E)}}};function Fr(a,y){return y===null?!1:(Xu(y)&&(y=y.panel),(y.l&512)!==0||(y.type===De.Auto||y.type===De.Spot)&&y.Pb()!==a)}xt.Dv=function(){};function pa(a,y,x,b){Qo(a,y,a.areaBackground,!0,!0,x,b),a.areaBackground instanceof Qi&&a.areaBackground.type===ba?(y.beginPath(),y.rect(b.x,b.y,b.width,b.height),y.ng(a.areaBackground)):y.fillRect(b.x,b.y,b.width,b.height)}function Vs(a,y,x,b){var E=a.kq(),z=x.x,tt=x.y,ot=x.width+E,rt=x.height+E;Qo(a,y,a.Ma,!0,!1,x,b),a.Ma instanceof Qi&&a.Ma.type===ba?(y.beginPath(),y.rect(z-E/2,tt-E/2,ot,rt),y.ng(a.Ma)):y.fillRect(z-E/2,tt-E/2,ot,rt)}function ns(a,y,x){for(var b=y.O.s,E=b.length,z=-1,tt=0;tt<E;tt++)if(b[tt]===a){z=tt;break}if(a=z,a!==-1)if(a===0)y.svg.gd?y.svg.gd.after(x):y.svg.Ma?y.svg.Ma.after(x):y.type===De.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 na))return!1;if(!a.visible||a.opacity===0||a.Dd()&&!a.isVisible())return a.svg!==null&&a.svg.parentNode!==null&&a.svg.remove(),!0;var b=a.panel,E=a.nk(y);if(a.kk(y,x,E))return a.svg.parentElement!==null?(a.Dd()&&(y.ti=a.svg),!0):(a.Dd()?(y.ti!==null?y.ti.after(a.svg):y.Nj.prepend(a.svg),y.ti=a.svg):b&&ns(a,b,a.svg),!0);if(a.Dd()&&a.isShadowed){var z=a.shadowOffset;y.Ev(z.x*x.scale*a.scale*x.Mb,z.y*x.scale*a.scale*x.Mb,a.shadowBlur),gu(y),y.shadowColor=a.shadowColor}a instanceof yo&&(y.font=a.font),y.yd=null;var tt=a.transform;z=a instanceof De;var ot=a instanceof De?Xu(a):!1;a.l&4096&&Dr(a);var rt=a.Ib;if(y.rb.ha=[1,0,0,1,0,0],y.o=!1,E&&(y.o=!0,z&&ot?(zg(y,1,0,0,1,0,0),a.svg=y.ad):z?(zg(y,tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy),a.svg=y.ad):zg(y,1,0,0,1,0,0)),E=a.naturalBounds,a.areaBackground!==null){var at=tt.copy().Vj();y.rb.ha=[at.m11,at.m12,at.m21,at.m22,at.dx,at.dy],pa(a,y,E,rt),y.rb.ha=[1,0,0,1,0,0],y.yd.gd=y.ad,y.yd.prepend(y.ad)}return z||(y.rb.ha=[tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy]),a.background!==null&&(z?(ot&&(y.rb.ha=[tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy]),Vs(a,y,E,rt),ot&&(y.rb.ha=[1,0,0,1,0,0])):(y.rb.ha=[tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy],Vs(a,y,E,rt)),y.yd.Ma=y.ad,y.yd.prepend(y.ad)),tt=y.yd,E=a.part,ot=!1,E&&x.Gf("drawShadows")&&(ot=E.isShadowed),y.clipInsteadOfFill&&(ot=!1),a.Dd()&&ot&&gu(y),ot&&a.shadowVisible===!0?gu(y):ot&&a.shadowVisible===!1&&Zl(y),E=a.panel,ot&&Fr(a,E)&&a.shadowVisible===null&&Zl(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||Fr(a,E))?(el(a,!0),a.shadowVisible===null&&Zl(y)):el(a,!1),E=ot,a.hh(y,x),z&&y.nh.pop(),y.o&&y.nh.pop(),tt=y.Gv.hs,ot=z?a.svg:y.yd,at=a.svg,!z&&at!==null&&ot!==at&&at.parentNode===a.panel.svg?(a.svg.replaceWith(ot),a.svg=ot,ot!==null&&a.$o(y,b,rt,ot),Rs(y,at),!0):(a.svg=ot,tt!==null&&ot===null&&(lm(y),y.nh.pop()),ot===null||(a.$o(y,b,rt,ot),y.Il&&(x=x.computePixelRatio(),a.Dv(ot,"drop-shadow("+y.shadowOffsetX/x+"px "+y.shadowOffsetY/x+"px "+y.shadowBlur/x/2+"px "+y.shadowColor+")")),E&&a.l&512&&gu(y),a.Dd()&&Zl(y),x=a.Dd()?a.opacity*y.globalAlpha:a.opacity,x!==1&&ot.setAttributeNS(null,"opacity",x.toString()),a.filter!==""&&ot.setAttributeNS(null,"filter",a.filter),a.Dd()?(y.ti?y.ti.after(ot):y.Nj.prepend(ot),y.ti=ot):b!==null&&ns(a,b,ot),tt!==null&&tt(a,ot)),!0)}xt.$o=function(a,y,x,b){var E=(this.l&256)!==0;if(a.clipInsteadOfFill&&(E=!1),E){var z=y.se()?y.naturalBounds:y.actualBounds;y=Math.max(x.x,z.x),E=Math.max(x.y,z.y);var tt=Math.min(x.right,z.right)-y;x=Math.min(x.bottom,z.bottom)-E,z=this.tb,z!==null&&(y=z.x,E=z.y,tt=z.width,x=z.height),z=b.getAttribute("clip-path");var ot=null;z!==null&&(ot=a.svg.getElementById(z.split("#")[1].slice(0,-1))),ot===null?(z="CLIP"+Ao++,ot=a.Ud("clipPath",{id:z}),y=a.Ud("rect",{x:y,y:E,width:tt,height:x}),this instanceof De&&(E=this.transform.copy().Vj(),y.setAttribute("transform","matrix("+E.m11+", "+E.m12+", "+E.m21+", "+E.m22+", "+E.dx+", "+E.dy+")")),ot.appendChild(y),a.svg.appendChild(ot),b.setAttributeNS(null,"clip-path","url(#"+z+")")):(a=ot.firstElementChild,a.setAttribute("x",y.toString()),a.setAttribute("y",E.toString()),a.setAttribute("width",tt.toString()),a.setAttribute("height",x.toString()))}else b.removeAttributeNS(null,"clip-path"),Rs(a,b)};function Rs(a,y){y=y.getAttribute("clip-path"),y!==null&&(a=a.svg.getElementById(y.split("#")[1].slice(0,-1)),a!==null&&a.remove())}function is(a){if(a.svg!==null){var y=a.svg.innerHTML.match(/url\(#((CLIP|GRAD).+?)\)/g),x=a.svg.ownerDocument;if(y!==null){y=Je(y);for(var b=y.next();!b.done;b=y.next())b=x.getElementById(b.value.split("#")[1].slice(0,-1)),b!==null&&b.remove()}a.svg.remove()}}xt.hh=function(){},xt.lv=function(){this.Uc=!0},xt.kk=function(a,y,x){if(this.Uc)return this.lv(),this.Uc=!1;if(y=this.svg,y===null)return!1;if(!this.visible)return y.remove(),!1;if(y.nodeName!=="g"&&x||y.nodeName==="g"&&!x)return!1;var b=this.transform,E=this instanceof De?Xu(this):!1;if(!(this instanceof De&&E))if(this instanceof Gs){var z=this.bt;a.rb.ha=[b.m11,b.m12,b.m21,b.m22,b.dx,b.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 De)y.setAttributeNS(null,"transform","matrix("+b.m11+", "+b.m12+", "+b.m21+", "+b.m22+", "+b.dx+", "+b.dy+")");else if(this instanceof fi){z=y.getElementsByTagName("path");for(var tt=0;tt<z.length;tt++)z[tt].setAttributeNS(null,"transform","matrix("+b.m11+", "+b.m12+", "+b.m21+", "+b.m22+", "+b.dx+", "+b.dy+")")}else y.lastElementChild.setAttributeNS(null,"transform","matrix("+b.m11+", "+b.m12+", "+b.m21+", "+b.m22+", "+b.dx+", "+b.dy+")");return z=this.Dd()?this.opacity*a.globalAlpha:this.opacity,z===1?y.removeAttribute("opacity"):y.setAttributeNS(null,"opacity",z.toString()),a.rb.ha=[1,0,0,1,0,0],(this.areaBackground!==null||y.gd!==void 0)&&(z=y.gd,this.areaBackground===null?(y.gd.remove(),y.gd=void 0):(tt=b.copy().Vj(),a.rb.ha=[tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy],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):((E||x&&!(this instanceof De))&&(a.rb.ha=[b.m11,b.m12,b.m21,b.m22,b.dx,b.dy]),Vs(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},xt.nk=function(a){if(this.background!==null||this.areaBackground!==null)return!0;var y=(this.l&256)!==0;return a.clipInsteadOfFill&&(y=!1),!!y};function Qo(a,y,x,b,E,z,tt){if(x!==null){var ot=1,rt=1;if(typeof x=="string")b?y.fillStyle=x:y.strokeStyle=x;else if(x.type===Ku)b?y.fillStyle=x.color:y.strokeStyle=x.color;else{var at=a.kq();if(ot=z.width,rt=z.height,E?(ot=tt.width,rt=tt.height):b||(ot+=at,rt+=at),(z=y instanceof Ed)&&x.xe&&(x.type===xc||x.yk===ot&&x.ft===rt))var ut=x.xe;else{var ft=0,mt=0,yt=0,St=0,kt=0,Ot=0;if(Ot=kt=0,E?(kt=tt.x,Ot=tt.y):b||(kt-=at/2,Ot-=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+=kt,yt+=kt,mt+=Ot,St+=Ot,x.type===mu)ut=y.createLinearGradient(ft,mt,yt,St);else if(x.type===ba)Ot=isNaN(x.endRadius)?Math.max(ot,rt)/2:x.endRadius,isNaN(x.startRadius)?(kt=0,Ot=Math.max(ot,rt)/2):kt=x.startRadius,ut=y.createRadialGradient(ft,mt,kt,yt,St,Ot);else if(x.type===xc)try{ut=y.createPattern(x.pattern,"repeat")}catch(jt){ut=null}if(x.type!==xc&&(E=x.colorStops,E!==null))for(E=E.iterator;E.next();)ut.addColorStop(E.key,E.value);if(z&&(x.xe=ut,ut!==null&&(x.yk=ot,x.ft=rt),ut===null&&x.type===xc&&x.yk!==-1)){x.yk=-1;var Nt=a.diagram;Nt!==null&&x.yk===-1&&ce(function(){Nt.redraw()},600)}}b?y.fillStyle=ut:y.strokeStyle=ut}}}xt.rg=function(a){if(a instanceof De)t:{if(this!==a&&a!==null)for(var y=this.panel;y!==null;){if(y===a){a=!0;break t}y=y.panel}a=!1}else a=!1;return a},xt.Ed=function(){if(!this.visible)return!1;var a=this.panel;return a!==null?a.Ed():!0},xt.If=function(){for(var a=this instanceof De?this:this.panel;a!==null&&a.isEnabled;)a=a.panel;return a===null};function Dr(a){if(a.l&2048){var y=a.Ab;if(y.reset(),!a.Ib.w()||!a.uc.w()){Ha(a,!1);return}if(y.translate(a.Ib.x-a.uc.x,a.Ib.y-a.uc.y),a.scale!==1||a.angle!==0){var x=a.naturalBounds;a.no(y,x.x,x.y,x.width,x.height)}Ha(a,!1),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)))}xt.no=function(a,y,x,b,E){if(this.Ca!==1&&a.scale(this.Ca),this.Kb!==0){var z=It.alloc();z.yi(y,x,b,E,_i),a.rotate(this.Kb,z.x,z.y),It.free(z)}},xt.v=function(a){if(!ma(this)){a===void 0&&(a=!1),gr(this,!0),Ul(this,!0);var y=this.panel;y===null||a||y.v()}},xt.Uj=function(){ma(this)||(gr(this,!0),Ul(this,!0))};function xs(a){if(!Ps(a)){var y=a.panel;y!==null?y.v():a.Dd()&&(y=a.diagram,y!==null&&(y.De.add(a),a instanceof qe&&a.Bd(),y.$b())),Ul(a,!0)}}xt.Uk=function(){!(this.l&2048)&&(Ha(this,!0),Ma(this,!0))},xt.Wu=function(){Ma(this,!0)},xt.N=function(){var a=this.part;a!==null&&a.N()};function zs(a,y){var x=a.stretch,b=a.panel;return b!==null&&b.type===De.Table?dl(a,b.Fb(a.row),b.Eb(a.column),y):b!==null&&b.type===De.Auto&&b.Pb()===a?Ar(a,Ae,y):x===ri?b!==null?b.type===De.Spot&&b.Pb()===a?Ar(a,Ae,y):(x=b.defaultStretch,x===ri?Ar(a,Ee,y):Ar(a,x,y)):Ar(a,Ee,y):Ar(a,x,y)}function dl(a,y,x,b){var E=a.stretch;if(E!==ri)return Ar(a,E,b);var z=E=null;switch(y.stretch){case Rn:z=!0;break;case Ae:z=!0}switch(x.stretch){case Cn:E=!0;break;case Ae:E=!0}return y=a.panel.defaultStretch,E===null&&(E=y===Cn||y===Ae),z===null&&(z=y===Rn||y===Ae),E===!0&&z===!0?Ar(a,Ae,b):E===!0?Ar(a,Cn,b):z===!0?Ar(a,Rn,b):Ar(a,Ee,b)}function Ar(a,y,x){if(x)return y;if(y===Ee||(x=a.desiredSize,x.w()))return Ee;if(a=a.angle,!isNaN(x.width))if(a!==90&&a!==270){if(y===Cn)return Ee;if(y===Ae)return Rn}else{if(y===Rn)return Ee;if(y===Ae)return Cn}if(!isNaN(x.height))if(a!==90&&a!==270){if(y===Rn)return Ee;if(y===Ae)return Cn}else{if(y===Cn)return Ee;if(y===Ae)return Rn}return y}function el(a,y){a.l=y?a.l|512:a.l&-513}function jr(a){return(a.l&1024)!==0}function yf(a,y){a.l=y?a.l|1024:a.l&-1025}function Ha(a,y){a.l=y?a.l|2048:a.l&-2049}function Ma(a,y){a.l=y?a.l|4096:a.l&-4097}function ma(a){return(a.l&8192)!==0}function gr(a,y){a.l=y?a.l|8192:a.l&-8193}function Ps(a){return(a.l&16384)!==0}function Ul(a,y){a.l=y?a.l|16384:a.l&-16385}xt.Gj=function(){this.svg=null},xt.wi=function(a){this.Me=a,this.svg!==null&&this.svg.remove()},xt.Av=function(){},xt.zv=function(a){return this.pa=a,xs(this),!0},xt.mm=function(a,y){(this.pa.x!==a||this.pa.y!==y)&&(this.pa.h(a,y),this.Uk())},xt.kq=function(){return 0};function bd(a){var y=a.part;if(y instanceof qe&&(a.portId!==null||a===y.port)){var x=y.diagram;x===null||x.undoManager.isUndoingRedoing||WS(y,a)}}function Zy(a){var y=a.diagram;y===null||y.undoManager.isUndoingRedoing||(a instanceof De?a instanceof qe?a.Bd():a.qm(a,function(x){bd(x)}):bd(a))}xt.bind=function(a,y,x,b){var E=null;return typeof a=="string"?E=new ur(a,y,x,b):E=a,E.xd=this,a=this.ih(),a!==null&&fS(a)&&_t("Cannot add a Binding to a template that has already been copied: "+E),this.localBindings===null&&(this.localBindings=new Ie),this.localBindings.add(E),this},xt.set=function(a){return Object.assign(this,a),this},xt.Du=function(a){return nv(this,a),this},xt.apply=function(a){return a(this),this},xt.nm=function(a){return xd(this,a),this},xt.pz=function(){return this.ih()},xt.ih=function(){for(var a=this instanceof De?this:this.panel;a!==null;){if(a.allBindings!==null)return a;a=a.panel}return null},xt.Jv=function(a){return a.xd=this,this.animationTriggers===null&&(this.animationTriggers=new Gn),this.animationTriggers.add(a.propertyName,a),this};function Ta(a,y){for(var x=1;x<arguments.length;++x);x=arguments;var b=null,E=null;if(typeof a=="function")E=a;else if(typeof a=="string"){var z=gc.I(a);typeof z=="function"?(x=Ke(arguments),b=z(x),Le(b)||_t('GraphObject.make invoked object builder "'+a+'", but it did not return an Object')):E=be.go[a]}if(b===null&&(E!=null&&E.constructor||_t("GraphObject.make requires a class function or GoJS class name or name of an object builder, not: "+a),b=new E),E=1,b instanceof ne&&1<x.length){z=b;var tt=x[1];(typeof tt=="string"||tt instanceof HTMLDivElement)&&(fg(z,tt),E++)}for(;E<x.length;E++)z=x[E],z===void 0?_t("Undefined value at argument "+E+" for object being constructed by GraphObject.make: "+b):nv(b,z);return b}function nv(a,y){if(typeof y=="string")if(a instanceof yo)a.text=y;else if(a instanceof fi)a.figure=y;else if(a instanceof Gs)a.source=y;else if(a instanceof De)y=nl.I(y),y!==null&&(a.type=y);else if(a instanceof Qi){var x=fn(Qi,y);x!==null?a.type=x:_t("Unknown Brush type as an argument to GraphObject.make: "+y)}else a instanceof _e?(y=fn(_e,y),y!==null&&(a.type=y)):a instanceof Vi&&(y=fn(Vi,y),y!==null&&(a.type=y));else if(y instanceof Zt)a instanceof De||_t("A GraphObject can only be added to a Panel, not to: "+a),a.add(y);else if(y instanceof pr){var b;y.isRow&&typeof a.getRowDefinition=="function"?b=a.getRowDefinition(y.index):y.isRow||typeof a.getColumnDefinition!="function"||(b=a.getColumnDefinition(y.index)),b instanceof pr?km(b,y):_t("A RowColumnDefinition can only be added to an object that implements getRowDefinition/getColumnDefinition, not to: "+a)}else if(y instanceof Se)typeof a.qb=="function"&&a.qb(y);else if(y instanceof yr)a.type=y;else if(y instanceof ur)a instanceof Zt||a instanceof pr?a.bind(y):_t("A Binding can only be applied to a GraphObject or RowColumnDefinition, not to: "+a);else if(y instanceof qa)a instanceof Zt?a.Jv(y):_t("An AnimationTrigger can only be applied to a GraphObject, not to: "+a);else if(y instanceof Pr)a instanceof _e&&a.type===_e.o?a.figures.add(y):_t("A PathFigure can only be added to a Path Geometry, not to: "+a);else if(y instanceof Vi)a instanceof Pr?a.segments.add(y):_t("A PathSegment can only be added to a PathFigure, not to: "+a);else if(y instanceof Bo)a instanceof ne||a instanceof ii?a.layout=y:_t("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 Wn;for(var E in y)b=parseFloat(E),isNaN(b)?x[E]=y[E]:a.addColorStop(b,y[E]);xd(a,x)}else if(a instanceof pr){y.row!==void 0?(E=y.row,(E==null||E===1/0||isNaN(E)||0>E)&&_t("Must specify non-negative integer row for RowColumnDefinition "+y+", not: "+E),a.isRow=!0,a.index=E):y.column!==void 0&&(E=y.column,(E==null||E===1/0||isNaN(E)||0>E)&&_t("Must specify non-negative integer column for RowColumnDefinition "+y+", not: "+E),a.isRow=!1,a.index=E),E=new Wn;for(x in y)x!=="row"&&x!=="column"&&(E[x]=y[x]);xd(a,E)}else xd(a,y);else _t('Unknown initializer "'+y+'" for object being constructed by GraphObject.make: '+a)}function Zu(a,y){gc.add(a,y)}function am(a,y,x){x===void 0&&(x=null);var b=a[1];if(typeof x=="function"?x(b):typeof b=="string")return a.splice(1,1),b;if(y===void 0)throw Error("no "+(typeof x=="function"?"satisfactory":"string")+" argument for GraphObject builder "+a[0]);return y}re.Object.defineProperties(Zt.prototype,{bindingId:{get:function(){return this.A!==null?this.A.zp:-1},set:function(a){this.bindingId!==a&&(this.A===null&&(this.A=new Sf),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 Sf),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 Sf),this.A.wm=a)}},shadowVisible:{get:function(){return this.A!==null?this.A.Ci:null},set:function(a){var y=this.shadowVisible;y!==a&&(mi(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&&(mi(this),this.A.Hb=a,this.g("enabledChanged",y,a))}},segmentOrientation:{get:function(){return this.Ua!==null?this.Ua.rr:Ls},set:function(a){var y=this.segmentOrientation;y!==a&&(this.Ua===null&&(this.Ua=new zh),this.Ua.rr=a,this.v(),this.g("segmentOrientation",y,a),a===Ls&&(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 zh),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 zh),this.Ua.o=a,this.v(),this.g("segmentFraction",y,a))}},segmentOffset:{get:function(){return this.Ua!==null?this.Ua.F:nr},set:function(a){var y=this.segmentOffset;y.D(a)||(a=a.J(),this.Ua===null&&(this.Ua=new zh),this.Ua.F=a,this.v(),this.g("segmentOffset",y,a))}},stretch:{get:function(){return this.A!==null?this.A.hg:ri},set:function(a){var y=this.stretch;y!==a&&(mi(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&&(mi(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)&&ln(a,"0 <= value <= 1",Zt,"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(),Zy(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&&Pf(a,"GraphObject.areaBackground"),a instanceof Qi&&a.freeze(),mi(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&&Pf(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 bn)return this.Ng=a;a=a.panel}return null}},svg:{get:function(){return this.V},set:function(a){this.V=a}},panel:{get:function(){return this.Me}},layer:{get:function(){var a=this.part;return a!==null?a.layer:null}},diagram:{get:function(){var a=this.part;return a!==null?a.diagram:null}},position:{get:function(){return this.pa},set:function(a){var y=a.x,x=a.y,b=this.pa,E=b.x;b=b.y,(E===y||isNaN(E)&&isNaN(y))&&(b===x||isNaN(b)&&isNaN(x))?this.Av():(a=a.copy(),this.zv(a,E,b)&&this.g("position",new It(E,b),a))}},actualBounds:{get:function(){return this.Ib}},scale:{get:function(){return this.Ca},set:function(a){var y=this.Ca;y!==a&&(0>=a&&_t("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,Zy(this),this.v(),this.g("angle",y,a)))}},desiredSize:{get:function(){return this.jd},set:function(a){var y=a.width,x=a.height,b=this.jd,E=b.width,z=b.height;(E===y||isNaN(E)&&isNaN(y))&&(z===x||isNaN(z)&&isNaN(x))||(this.jd=a=a.J(),this.v(),this instanceof fi&&this.qc(),this.g("desiredSize",b,a),jr(this)&&(a=this.part,a!==null&&(ko(this,a,"width"),ko(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 Ue(a,this.jd.height).freeze(),this.v(),this instanceof fi&&this.qc(),this.g("desiredSize",y,a),jr(this)&&(a=this.part,a!==null&&ko(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 Ue(this.jd.width,a).freeze(),this.v(),this instanceof fi&&this.qc(),this.g("desiredSize",y,a),jr(this)&&(a=this.part,a!==null&&ko(this,a,"height")))}},minSize:{get:function(){return this.A!==null?this.A.u:oi},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(),mi(this),this.A.u=a,this.v(),this.g("minSize",y,a))}},maxSize:{get:function(){return this.A!==null?this.A.o:or},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(),mi(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 Si(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&&Dr(this),this.Ab}},oe:{get:function(){return this.l&4096&&Dr(this),this.wh}},animationTriggers:{get:function(){return this.A!==null?this.A.hb:null},set:function(a){this.animationTriggers!==a&&(mi(this),this.A.hb=a)}},reshapingBehavior:{get:function(){return this.A!==null?this.A.Pf:Ee},set:function(a){this.reshapingBehavior!==a&&(mi(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()&&_t("GraphObject.alignment for "+this+" must be a real Spot or Spot.Default, not: "+a),this.Jb=a=a.J(),xs(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&&ln(a,">= 0",Zt,"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&&ln(a,">= 1",Zt,"columnSpan"),mi(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&&ln(a,">= 0",Zt,"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&&ln(a,">= 1",Zt,"rowSpan"),mi(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&&(mi(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 qe||_t("Cannot set portID on a Link: "+a),y!==null&&x!==null&&_v(x,this),this.Yn=a,a!==null&&x!==null&&(x.Te=!0,US(x,this)),this.g("portId",y,a)}}},toSpot:{get:function(){return this.ba!==null?this.ba.yj:Bi},set:function(a){var y=this.toSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.yj=a,this.g("toSpot",y,a),bd(this))}},toEndSegmentLength:{get:function(){return this.ba!==null?this.ba.wj:10},set:function(a){var y=this.toEndSegmentLength;y!==a&&(0>a&&ln(a,">= 0",Zt,"toEndSegmentLength"),this.Xc(),this.ba.wj=a,this.g("toEndSegmentLength",y,a),bd(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),bd(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&&ln(a,">= 0",Zt,"toMaxLinks"),this.Xc(),this.ba.Ur=a,this.g("toMaxLinks",y,a))}},fromSpot:{get:function(){return this.ba!==null?this.ba.Xi:Bi},set:function(a){var y=this.fromSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.Xi=a,this.g("fromSpot",y,a),bd(this))}},fromEndSegmentLength:{get:function(){return this.ba!==null?this.ba.Vi:10},set:function(a){var y=this.fromEndSegmentLength;y!==a&&(0>a&&ln(a,">= 0",Zt,"fromEndSegmentLength"),this.Xc(),this.ba.Vi=a,this.g("fromEndSegmentLength",y,a),bd(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),bd(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&&ln(a,">= 0",Zt,"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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(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&&(mi(this),this.A.Ch=a,this.g("contextMenu",y,a))}}}),Zt.prototype.trigger=Zt.prototype.Jv,Zt.prototype.findBindingPanel=Zt.prototype.ih,Zt.prototype.findTemplateBinder=Zt.prototype.pz,Zt.prototype.setProperties=Zt.prototype.nm,Zt.prototype.apply=Zt.prototype.apply,Zt.prototype.attach=Zt.prototype.Du,Zt.prototype.set=Zt.prototype.set,Zt.prototype.isEnabledObject=Zt.prototype.If,Zt.prototype.isVisibleObject=Zt.prototype.Ed,Zt.prototype.isContainedBy=Zt.prototype.rg,Zt.prototype.getNearestIntersectionPoint=Zt.prototype.rs,Zt.prototype.getLocalPoint=Zt.prototype.qs,Zt.prototype.getDocumentScale=Zt.prototype.Df,Zt.prototype.getDocumentAngle=Zt.prototype.li,Zt.prototype.getDocumentBounds=Zt.prototype.mi,Zt.prototype.getDocumentPoint=Zt.prototype.ga,Zt.prototype.intersectsRect=Zt.prototype.Yc,Zt.prototype.containedInRect=Zt.prototype.fh,Zt.prototype.containsRect=Zt.prototype.Re,Zt.prototype.containsPoint=Zt.prototype.ca,Zt.prototype.raiseChanged=Zt.prototype.g,Zt.prototype.raiseChangedEvent=Zt.prototype.cb,Zt.prototype.addCopyProperty=Zt.prototype.Vw;var gc=null;Zt.className="GraphObject",gc=new Gn,Zu("Button",function(){function a(x,b){return x.diagram.ic(x.documentPoint,function(E){for(;E.panel!==null&&!E.isActionable;)E=E.panel;return E},function(E){return E===b})!==null}var y=Ta(De,De.Auto,{isActionable:!0,enabledChanged:function(x,b){if(x instanceof De){var E=x.fb("ButtonBorder");E!==null&&(E.fill=b?x._buttonFillNormal:x._buttonFillDisabled)}},cursor:"pointer",_buttonFillNormal:"#F5F5F5",_buttonStrokeNormal:"#BDBDBD",_buttonFillOver:"#E0E0E0",_buttonStrokeOver:"#9E9E9E",_buttonFillPressed:"#BDBDBD",_buttonStrokePressed:"#9E9E9E",_buttonFillDisabled:"#E5E5E5"},Ta(fi,{name:"ButtonBorder",figure:"RoundedRectangle",spot1:new en(0,0,2.76142374915397,2.761423749153969),spot2:new en(1,1,-2.76142374915397,-2.761423749153969),parameter1:2,parameter2:2,fill:"#F5F5F5",stroke:"#BDBDBD"}));return y.mouseEnter=function(x,b){if(b.If()&&b instanceof De&&(x=b.fb("ButtonBorder"),x instanceof fi)){var E=b._buttonFillOver;b._buttonFillNormal=x.fill,x.fill=E,E=b._buttonStrokeOver,b._buttonStrokeNormal=x.stroke,x.stroke=E}},y.mouseLeave=function(x,b){b.If()&&b instanceof De&&(x=b.fb("ButtonBorder"),x instanceof fi&&(x.fill=b._buttonFillNormal,x.stroke=b._buttonStrokeNormal))},y.actionDown=function(x,b){if(b.If()&&b instanceof De&&b._buttonFillPressed!==null&&x.button===0){var E=b.fb("ButtonBorder");if(E instanceof fi){x=x.diagram;var z=x.skipsUndoManager;x.skipsUndoManager=!0;var tt=b._buttonFillPressed;b._buttonFillOver=E.fill,E.fill=tt,tt=b._buttonStrokePressed,b._buttonStrokeOver=E.stroke,E.stroke=tt,x.skipsUndoManager=z}}},y.actionUp=function(x,b){if(b.If()&&b instanceof De&&b._buttonFillPressed!==null&&x.button===0){var E=b.fb("ButtonBorder");if(E instanceof fi){var z=x.diagram,tt=z.skipsUndoManager;z.skipsUndoManager=!0,a(x,b)?(E.fill=b._buttonFillOver,E.stroke=b._buttonStrokeOver):(E.fill=b._buttonFillNormal,E.stroke=b._buttonStrokeNormal),z.skipsUndoManager=tt}}},y.actionCancel=function(x,b){if(b.If()&&b instanceof De&&b._buttonFillPressed!==null){var E=b.fb("ButtonBorder");if(E instanceof fi){var z=x.diagram,tt=z.skipsUndoManager;z.skipsUndoManager=!0,a(x,b)?(E.fill=b._buttonFillOver,E.stroke=b._buttonStrokeOver):(E.fill=b._buttonFillNormal,E.stroke=b._buttonStrokeNormal),z.skipsUndoManager=tt}}},y.actionMove=function(x,b){if(b.If()&&b instanceof De&&b._buttonFillPressed!==null){var E=x.diagram;if(E.firstInput.button===0&&(E.currentTool.standardMouseOver(),a(x,b)&&(x=b.fb("ButtonBorder"),x instanceof fi))){var z=E.skipsUndoManager;E.skipsUndoManager=!0;var tt=b._buttonFillPressed;x.fill!==tt&&(x.fill=tt),tt=b._buttonStrokePressed,x.stroke!==tt&&(x.stroke=tt),E.skipsUndoManager=z}}},y}),Zu("TreeExpanderButton",function(){var a=Ta("Button",{_treeExpandedFigure:"MinusLine",_treeCollapsedFigure:"PlusLine"},Ta(fi,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:Xo},new ur("figure","isTreeExpanded",function(y,x){return x=x.panel,y?x._treeExpandedFigure:x._treeCollapsedFigure}).cp()),{visible:!1},new ur("visible","isTreeLeaf",function(y){return!y}).cp());return a.click=function(y,x){if(x=x.part,x instanceof ji&&(x=x.adornedPart),x instanceof qe){var b=x.diagram;if(b!==null){if(b=b.commandHandler,x.isTreeExpanded){if(!b.canCollapseTree(x))return}else if(!b.canExpandTree(x))return;y.handled=!0,x.isTreeExpanded?b.collapseTree(x):b.expandTree(x)}}},a}),Zu("SubGraphExpanderButton",function(){var a=Ta("Button",{_subGraphExpandedFigure:"MinusLine",_subGraphCollapsedFigure:"PlusLine"},Ta(fi,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:Xo},new ur("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 ji&&(x=x.adornedPart),x instanceof ii){var b=x.diagram;if(b!==null){if(b=b.commandHandler,x.isSubGraphExpanded){if(!b.canCollapseSubGraph(x))return}else if(!b.canExpandSubGraph(x))return;y.handled=!0,x.isSubGraphExpanded?b.collapseSubGraph(x):b.expandSubGraph(x)}}},a}),Zu("ToolTip",function(){return Ta(ji,De.Auto,{isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new It(0,3),shadowBlur:5},Ta(fi,{name:"Border",figure:"RoundedRectangle",parameter1:1,parameter2:1,fill:"#F5F5F5",stroke:"#F0F0F0",spot1:new en(0,0,4,6),spot2:new en(1,1,-4,-4)}))}),Zu("ContextMenu",function(){return Ta(ji,De.Vertical,{background:"#F5F5F5",isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new It(0,3),shadowBlur:5},new ur("background","",function(a){return a.adornedPart!==null&&a.placeholder!==null?null:"#F5F5F5"}))}),Zu("ContextMenuButton",function(){var a=Ta("Button");a.stretch=Cn;var y=a.fb("ButtonBorder");return y instanceof fi&&(y.figure="Rectangle",y.strokeWidth=0,y.spot1=new en(0,0,2,3),y.spot2=new en(1,1,-2,-2)),a}),Zu("PanelExpanderButton",function(a){var y=am(a,"COLLAPSIBLE"),x=Ta("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},Ta(fi,{name:"ButtonIcon",strokeWidth:2},new ur("geometryString","visible",function(b){return b?x._buttonExpandedFigure:x._buttonCollapsedFigure}).cp(y)));return a=x.fb("ButtonBorder"),a instanceof fi&&(a.stroke=null,a.fill="rgba(0, 0, 0, 0)"),x.click=function(b,E){var z=E.diagram;if(z!==null&&!z.isReadOnly){var tt=E.ih();tt===null&&(tt=E.part),tt!==null&&(E=tt.fb(y),E!==null&&(b.handled=!0,z.Ea("Collapse/Expand Panel"),E.visible=!E.visible,z.eb("Collapse/Expand Panel")))}},x}),Zu("CheckBoxButton",function(a){var y=am(a);return a=Ta("Button",{desiredSize:new Ue(14,14)},Ta(fi,{name:"ButtonIcon",geometryString:"M0 0 M0 8.85 L4.9 13.75 16.2 2.45 M16.2 16.2",strokeWidth:2,stretch:Ae,geometryStretch:xn,visible:!1},y!==""?new ur("visible",y).Kx():[])),a.click=function(x,b){if(b instanceof De){var E=x.diagram;if(!(E===null||E.isReadOnly||y!==""&&E.model.isReadOnly)){x.handled=!0;var z=b.fb("ButtonIcon");E.Ea("checkbox"),z.visible=!z.visible,typeof b._doClick=="function"&&b._doClick(x,b),E.eb("checkbox")}}},a}),Zu("CheckBox",function(a){a=am(a),a=Ta("CheckBoxButton",a,{name:"Button",isActionable:!1,margin:new Si(0,1,0,0)});var y=Ta(De,"Horizontal",a,{isActionable:!0,cursor:a.cursor,margin:new Si(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}),Zt.None=Ee=new Se(Zt,"None",0),Zt.Default=ri=new Se(Zt,"Default",0),Zt.Vertical=Rn=new Se(Zt,"Vertical",4),Zt.Horizontal=Cn=new Se(Zt,"Horizontal",5),Zt.Fill=Ae=new Se(Zt,"Fill",3),Zt.Uniform=xn=new Se(Zt,"Uniform",1),Zt.UniformToFill=Mi=new Se(Zt,"UniformToFill",2),Zt.FlipVertical=yi=new Se(Zt,"FlipVertical",1),Zt.FlipHorizontal=Di=new Se(Zt,"FlipHorizontal",2),Zt.FlipBoth=ro=new Se(Zt,"FlipBoth",3),Zt.make=Ta,Zt.getBuilders=function(){var a=new Gn,y;for(y in gc)if(y!==y.toLowerCase()){var x=gc.I(y);typeof x=="function"&&a.add(y,x)}return a.freeze(),a},Zt.defineBuilder=Zu,Zt.build=function(a,y,x){for(var b=[],E=2;E<arguments.length;++E)b[E-2]=arguments[E];if(E=gc.I(a),typeof E=="function"&&(b=E([a].concat(b)),b instanceof Zt))return y&&b.set(y),b;_t('GraphObject.build invoked object builder "'+a+'", but it did not return an Object')},Zt.takeBuilderArgument=am;function Sf(){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=oi,this.o=or,this.hg=ri,this.ob=this.Bi=1,this.Pf=Ee,this.Pc=this.Ci=this.gd=null,this.Oc="category"}Sf.prototype.copy=function(){var a=new Sf;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 zh(){this.u=-1/0,this.o=0,this.F=nr,this.rr=Ls,this.j=this.V="None"}zh.prototype.copy=function(){var a=new zh;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},zh.className="LinkElementSettings";function Rg(){this.yj=this.Xi=Nr,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 Nd(){this.ha=[1,0,0,1,0,0]}Nd.prototype.copy=function(){var a=new Nd;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},Nd.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},Nd.prototype.scale=function(a,y){this.ha[0]*=a,this.ha[1]*=a,this.ha[2]*=y,this.ha[3]*=y},Nd.prototype.rotate=function(a,y,x){if(360<=a?a-=360:0>a&&(a+=360),a!==0){if(this.translate(y,x),a===90){a=0;var b=1}else a===180?(a=-1,b=0):a===270?(a=0,b=-1):(b=a*Math.PI/180,a=Math.cos(b),b=Math.sin(b));var E=this.ha[1]*a+this.ha[3]*b,z=this.ha[0]*-b+this.ha[2]*a,tt=this.ha[1]*-b+this.ha[3]*a;this.ha[0]=this.ha[0]*a+this.ha[2]*b,this.ha[1]=E,this.ha[2]=z,this.ha[3]=tt,this.translate(-y,-x)}},Nd.className="STransform";function xf(a){this.type=a,this.r2=this.y2=this.x2=this.r1=this.y1=this.x1=0,this.gx=[],this.pattern=null}xf.prototype.addColorStop=function(a,y){this.gx.push({offset:a,color:y})},xf.className="SGradient";function El(a,y,x){this.ownerDocument=a=y===void 0?be.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 na(this,x)}El.prototype.resize=function(a,y,x,b){return this.width!==a||this.height!==y?(this.width=a,this.height=y,this.style.width=x+"px",this.style.height=b+"px",this.Oa.setAttributeNS(null,"width",x+"px"),this.Oa.setAttributeNS(null,"height",b+"px"),this.Oa.setAttributeNS(null,"viewBox","0 0 "+x+" "+b),this.context.ww.firstElementChild.setAttributeNS(null,"width",x+"px"),this.context.ww.firstElementChild.setAttributeNS(null,"height",b+"px"),!0):!1},El.prototype.Ud=function(a,y,x){if(a=this.ownerDocument.createElementNS(this.cA,a),Le(y))for(var b in y)a.setAttributeNS(b==="href"?"http://www.w3.org/1999/xlink":"",b,y[b]);return x!==void 0&&(a.textContent=x),a},El.prototype.getBoundingClientRect=function(){return this.Oa.getBoundingClientRect()},El.prototype.focus=function(){this.Oa.focus()},El.prototype.mx=function(){this.ownerDocument=null},re.Object.defineProperties(El.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}}}),El.className="SVGSurface";function na(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 Nd,this.j=lm(this),this.Nj=lm(this,"gojs-diagram"),this.Hl=this.ti=null;var x=Ao++,b=this.Ud("clipPath",{id:"mainClip"+x});b.appendChild(this.Ud("rect",{x:0,y:0,width:a.width,height:a.height})),this.ww=b,this.svg.appendChild(this.j),this.j.appendChild(this.Nj),this.svg.appendChild(b),this.j.setAttributeNS(null,"clip-path","url(#mainClip"+x+")"),this.eA={},this.isTemporary=!!y,this.filter="",this.bk=null}function Ky(a,y,x,b,E,z,tt){a.Nj===void 0?zg(a,y,x,b,E,z,tt):a.Nj.setAttribute("transform","matrix("+y+", "+x+", "+b+", "+E+", "+z+", "+tt+")")}xt=na.prototype,xt.arc=function(a,y,x,b,E,z,tt,ot){var rt=2*Math.PI,at=rt-1e-6,ut=x*Math.cos(b),ft=x*Math.sin(b),mt=a+ut,yt=y+ft,St=z?0:1;b=z?b-E:E-b,(1e-6<Math.abs(tt-mt)||1e-6<Math.abs(ot-yt))&&this.path.push(["L",mt,+yt]),0>b&&(b=b%rt+rt),b>at?(this.path.push(["A",x,x,0,1,St,a-ut,y-ft]),this.path.push(["A",x,x,0,1,St,mt,yt])):1e-6<b&&this.path.push(["A",x,x,0,+(b>=Math.PI),St,a+x*Math.cos(E),y+x*Math.sin(E)])},xt.beginPath=function(){this.path=[],this.Yl={stroke:"none",fill:"none"}},xt.Se=function(a){this.addPath(this.path,this.rb,a||0)},xt.bezierCurveTo=function(a,y,x,b,E,z){this.path.push(["C",a,y,x,b,E,z])},xt.clearRect=function(){},xt.clip=function(){this.Yl.clipPath=!0},xt.closePath=function(){this.path.push(["z"])},xt.createLinearGradient=function(a,y,x,b){var E=new xf("linear");return E.x1=a,E.y1=y,E.x2=x,E.y2=b,E},xt.createPattern=function(a){var y="";a instanceof HTMLCanvasElement&&(y=a.toDataURL()),a instanceof HTMLImageElement&&(y=a.getAttribute("src"));var x=this.eA;if(x[y])return"url(#"+x[y]+")";var b="PATTERN"+Ao++,E={x:0,y:0,width:a.width,height:a.height,href:y};return a=this.Ud("pattern",{width:a.width,height:a.height,id:b,patternUnits:"userSpaceOnUse"}),a.appendChild(this.Ud(Md,E)),this.svg.appendChild(a),x[y]=b,"url(#"+b+")"},xt.createRadialGradient=function(a,y,x,b,E,z){var tt=new xf("radial");return tt.x1=a,tt.y1=y,tt.r1=x,tt.x2=b,tt.y2=E,tt.r2=z,tt};function Xy(a,y,x,b,E,z,tt,ot,rt){b=ot/b,E=rt/E,z===0&&tt===0||a.rb.translate(z,tt),b===1&&E===1||a.rb.scale(b,E),y===0&&x===0||a.rb.translate(-y,-x)}xt.drawImage=function(a,y,x,b,E,z,tt,ot,rt){var at="";a instanceof HTMLCanvasElement&&(at=a.toDataURL()),a instanceof HTMLImageElement&&(at=a.getAttribute("src"));var ut=a instanceof HTMLImageElement?a.naturalWidth:a.width;a=a instanceof HTMLImageElement?a.naturalHeight:a.height,b===void 0&&(z=y,tt=x,ot=b=ut,rt=E=a),b=b||0,E=E||0,ot=ot||0,rt=rt||0,Xy(this,y,x,b,E,z||0,tt||0,ot,rt),z={x:0,y:0,width:ut||b,height:a||E,href:at},Jt.$(b,ot)&&Jt.$(E,rt)?at.toLowerCase().indexOf(".svg")===-1&&at.toLowerCase().indexOf("data:image/svg")===-1&&(z.preserveAspectRatio="xMidYMid slice"):z.preserveAspectRatio="none",(y!==0||x!==0||b!==ut||E!==a)&&(b+=y,E+=x,z["clip-path"]="path('M "+y+","+x+" L "+b+" "+x+" L "+b+" "+E+" L "+y+" "+E+" z')"),pc(this,Md,z,this.rb),this.addElement(Md,z)},xt.fill=function(a){a&&(this.Yl["fill-rule"]="evenodd"),iv(this,this.Yl)},xt.ng=function(a,y){this.clipInsteadOfFill?this.clip():this.fill(y)},xt.fillRect=function(a,y,x,b){a=[a,y,x,b],a={x:a[0],y:a[1],width:a[2],height:a[3]},pc(this,"fill",a,this.rb),this.addElement("rect",a)},xt.ox=function(a,y,x,b){a={x:a,y,width:x,height:b},pc(this,"fill",a,this.rb),iv(this,a),this.svg.prepend(this.Ud("rect",a))},xt.fillText=function(a,y,x){a=[a,y,x],y=this.textAlign,y==="left"?y="start":y==="right"?y="end":y==="center"&&(y="middle"),y={x:a[1],y:a[2],style:"font: "+this.font,"text-anchor":y},pc(this,"fill",y,this.rb),this.addElement("text",y,a[0])},xt.lineTo=function(a,y){this.path.push(["L",a,y])},xt.moveTo=function(a,y){this.path.push(["M",a,y])},xt.quadraticCurveTo=function(a,y,x,b){this.path.push(["Q",a,y,x,b])},xt.rect=function(a,y,x,b){this.path.push(["M",a,y],["L",a+x,y],["L",a+x,y+b],["L",a,y+b],["z"])},xt.restore=function(){this.rb=this.stack.pop(),this.path=this.stack.pop();var a=this.stack.pop();this.fillStyle=a.fillStyle,this.font=a.font,this.globalAlpha=a.globalAlpha,this.lineCap=a.lineCap,this.lineDashOffset=a.lineDashOffset,this.lineJoin=a.lineJoin,this.lineWidth=a.lineWidth,this.miterLimit=a.miterLimit,this.shadowBlur=a.shadowBlur,this.shadowColor=a.shadowColor,this.shadowOffsetX=a.shadowOffsetX,this.shadowOffsetY=a.shadowOffsetY,this.strokeStyle=a.strokeStyle,this.textAlign=a.textAlign,this.bk=a.bk},xt.save=function(){this.stack.push({fillStyle:this.fillStyle,font:this.font,globalAlpha:this.globalAlpha,lineCap:this.lineCap,lineDashOffset:this.lineDashOffset,lineJoin:this.lineJoin,lineWidth:this.lineWidth,miterLimit:this.miterLimit,shadowBlur:this.shadowBlur,shadowColor:this.shadowColor,shadowOffsetX:this.shadowOffsetX,shadowOffsetY:this.shadowOffsetY,strokeStyle:this.strokeStyle,textAlign:this.textAlign,bk:this.bk});for(var a=[],y=0;y<this.path.length;y++)a.push(this.path[y]);this.stack.push(a),this.stack.push(this.rb.copy())},xt.setTransform=function(a,y,x,b,E,z){a===1&&y===0&&x===0&&b===1&&E===0&&z===0||zg(this,a,y,x,b,E,z)};function Jy(a){return a=a.rb.ha,"matrix("+a[0]+", "+a[1]+", "+a[2]+", "+a[3]+", "+a[4]+", "+a[5]+")"}xt.scale=function(a,y){this.rb.scale(a,y)},xt.translate=function(a,y){this.rb.translate(a,y)},xt.transform=function(){},xt.yc=function(){},xt.stroke=function(){$y(this,this.Yl)},xt.jk=function(){this.clipInsteadOfFill||this.stroke()},xt.Ud=function(a,y,x){return this.Gv.Ud(a,y,x)},xt.addElement=function(a,y,x){return a=this.Ud(a,y,x),this.yd!==null?this.yd.appendChild(a):this.yd=a,this.ad=a};function pc(a,y,x,b){y==="fill"?iv(a,x):y==="stroke"&&$y(a,x),b!==null&&(a=b.ha,x.transform="matrix("+a[0]+", "+a[1]+", "+a[2]+", "+a[3]+", "+a[4]+", "+a[5]+")")}function iv(a,y){a.fillStyle instanceof xf?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 xf?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 xf)y.stroke=ov(a,a.strokeStyle,!1);else if(/^rgba\(/.test(a.strokeStyle)){var x=/^\s*rgba\s*\(([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\)\s*$/i.exec(a.strokeStyle);y.stroke="rgb("+x[1]+","+x[2]+","+x[3]+")",y["stroke-opacity"]=x[4]}else y.stroke=a.strokeStyle;y["stroke-width"]=a.lineWidth,y["stroke-linecap"]=a.lineCap,y["stroke-linejoin"]=a.lineJoin,y["stroke-miterlimit"]=a.miterLimit,a.Ct&&(y["stroke-dasharray"]=a.Yg.toString(),y["stroke-dashoffset"]=a.uj)}function ov(a,y,x){var b="";if(b=a.Hl!==null?a.Hl.getAttribute(x?"fill":"stroke"):null,b!==null&&b.indexOf("GRAD")!==-1?(b=b.split("#")[1].slice(0,-1),x=a.svg.getElementById(b),x!==null&&x.remove()):b="GRAD"+Ao++,y.type==="linear")x=a.Ud("linearGradient",{x1:y.x1,x2:y.x2,y1:y.y1,y2:y.y2,id:b,gradientUnits:"userSpaceOnUse"});else if(y.type==="radial")x=a.Ud("radialGradient",{x1:y.x1,x2:y.x2,y1:y.y1,y2:y.y2,r1:y.r1,r2:y.r2,id:b});else throw Error("invalid gradient");var E=y.gx;y=E.length;for(var z=[],tt=0;tt<y;tt++){var ot=E[tt],rt=ot.color;ot={offset:ot.offset,"stop-color":rt},/^rgba\(/.test(rt)&&(rt=/^\s*rgba\s*\(([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\)\s*$/i.exec(rt),ot["stop-color"]="rgb("+rt[1]+","+rt[2]+","+rt[3]+")",ot["stop-opacity"]=rt[4]),z.push(ot)}for(z.sort(function(at,ut){return at.offset>ut.offset?1:-1}),E=0;E<y;E++)x.appendChild(a.Ud("stop",z[E]));return a.svg.appendChild(x),"url(#"+b+")"}xt.addPath=function(a,y,x){for(var b=[],E=0;E<a.length;E++){var z=Ke(a[E]),tt=[z.shift()];if(tt[0]==="A")tt.push(z.shift()+","+z.shift(),z.shift(),z.shift()+","+z.shift(),z.shift()+","+z.shift());else for(;z.length;)tt.push(z.shift()+","+z.shift());b.push(tt.join(" "))}if(b=b.join(" "),a=this.Yl,a.clipPath)0<this.nh.length&&this.nh[this.nh.length-1].setAttributeNS(null,"clip-path",'path("'+b+'")');else if(a.d=b,pc(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 zg(a,y,x,b,E,z,tt){var ot=new Nd;ot.ha=[y,x,b,E,z,tt],y={},pc(a,"g",y,ot),ot=a.addElement("g",y),a.nh.push(ot)}function lm(a,y){var x={};return y&&(x.class=y),y=a.addElement("g",x),a.nh.push(y),y}xt.Ev=function(a,y,x){this.Ar=a,this.Br=y,this.Vg=x};function Zl(a){a.Il=!1,a.shadowOffsetX=0,a.shadowOffsetY=0,a.shadowBlur=0}function gu(a){a.Il=!0,a.shadowOffsetX=a.Ar,a.shadowOffsetY=a.Br,a.shadowBlur=a.Vg}xt.js=function(a,y){this.Ct=!0,this.Yg=a,this.uj=y},xt.fs=function(){this.Ct=!1},xt.Vc=function(){},xt.Wx=function(){},na.prototype.rotate=function(a){this.rb.rotate(57.2958*a,0,0)},na.prototype.getImageData=function(){return null},na.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()))}na.prototype.Hs=function(a){a.svg!==null&&a.svg.parentNode===this.Nj&&a.svg.remove()},na.className="SVGContext",ne.prototype.Cs=function(a){this.pj.contains("SVG")||this.bs("SVG",new El(this,be.document));var y=new El(this,be.document,!0);a===void 0&&(a=new Wn);var x=this;return cf(this,function(b,E){return b=im(x,b,"SVG",y),b=b!==null?b.svg:null,typeof E=="function"?(E(b),null):b},a)},ne.prototype.makeSvg=ne.prototype.Cs,ne.prototype.av=function(a){return this.Cs(a)},ne.prototype.makeSVG=ne.prototype.av;function _a(a,y,x,b){this.ownerDocument=y=y===void 0?be.document:y,this.hs=null,y=y.createElement("canvas"),y.tabIndex=0,this.Oa=y,this.context=new Ed(y,x,b),y.H=a}_a.prototype.resize=function(a,y,x,b){return this.width!==a||this.height!==y?(this.width=a,this.height=y,this.style.width=x+"px",this.style.height=b+"px",!0):!1},_a.prototype.toDataURL=function(a,y){return this.Oa.toDataURL(a,y)},_a.prototype.getBoundingClientRect=function(){return this.Oa.getBoundingClientRect()},_a.prototype.focus=function(){this.Oa.focus()},_a.prototype.mx=function(){this.ownerDocument=this.Oa.H=null},re.Object.defineProperties(_a.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}}}),_a.className="CanvasSurface";function Ed(a,y,x){this.Z=a.getContext?a.getContext("2d",y):null,this.Z===null&&_t("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 ai,this.isTemporary=!!x}xt=Ed.prototype,xt.Wx=function(a){this.Z.imageSmoothingEnabled=a},xt.arc=function(a,y,x,b,E,z){this.Z.arc(a,y,x,b,E,z)},xt.beginPath=function(){this.Z.beginPath()},xt.Se=function(){},xt.bezierCurveTo=function(a,y,x,b,E,z){this.Z.bezierCurveTo(a,y,x,b,E,z)},xt.clearRect=function(a,y,x,b){this.yc(),this.Z.clearRect(a,y,x,b)},xt.clip=function(){this.Z.clip()},xt.closePath=function(){this.Z.closePath()},xt.createLinearGradient=function(a,y,x,b){return this.Z.createLinearGradient(a,y,x,b)},xt.createPattern=function(a,y){return this.Z.createPattern(a,y)},xt.createRadialGradient=function(a,y,x,b,E,z){return this.Z.createRadialGradient(a,y,x,b,E,z)},xt.drawImage=function(a,y,x,b,E,z,tt,ot,rt){b===void 0?this.Z.drawImage(a,y,x):this.Z.drawImage(a,y,x,b,E,z,tt,ot,rt)},xt.fill=function(a){this.Z.fill(a?"evenodd":"nonzero")},xt.fillRect=function(a,y,x,b){this.Z.fillRect(a,y,x,b)},xt.ox=function(a,y,x,b){this.Z.fillRect(a,y,x,b)},xt.fillText=function(a,y,x){this.Z.fillText(a,y,x)},xt.getImageData=function(a,y,x,b){return this.Z.getImageData(a,y,x,b)},xt.lineTo=function(a,y){this.Z.lineTo(a,y)},xt.measureText=function(a){return this.Z.measureText(a)},xt.moveTo=function(a,y){this.Z.moveTo(a,y)},xt.quadraticCurveTo=function(a,y,x,b){this.Z.quadraticCurveTo(a,y,x,b)},xt.rect=function(a,y,x,b){this.Z.rect(a,y,x,b)},xt.restore=function(){this.Z.restore()},xt.save=function(){this.yc(),this.Z.save()},Ed.prototype.rotate=function(a){this.El.rotate(57.2958*a,0,0)},xt=Ed.prototype,xt.setTransform=function(a,y,x,b,E,z){this.El.setTransform(a,y,x,b,E,z)},xt.scale=function(a,y){this.El.scale(a,y)},xt.translate=function(a,y){this.El.translate(a,y)},xt.stroke=function(){this.Z.stroke()},xt.transform=function(a,y,x,b,E,z){if(a!==1||y!==0||x!==0||b!==1||E!==0||z!==0){var tt=this.El,ot=tt.m11*a+tt.m21*y;a=tt.m12*a+tt.m22*y,y=tt.m11*x+tt.m21*b,x=tt.m12*x+tt.m22*b,tt.dx=tt.m11*E+tt.m21*z+tt.dx,tt.dy=tt.m12*E+tt.m22*z+tt.dy,tt.m11=ot,tt.m12=a,tt.m21=y,tt.m22=x}},xt.yc=function(){var a=this.El;this.Z.setTransform(a.m11,a.m12,a.m21,a.m22,a.dx,a.dy)},xt.ng=function(a,y){if(a instanceof Qi&&a.type===ba){var x=a.yk;a=a.ft,a>x?(this.scale(x/a,1),this.translate((a-x)/2,0)):x>a&&(this.scale(1,a/x),this.translate(0,(x-a)/2)),this.Hm?this.clip():this.fill(y),a>x?(this.translate(-(a-x)/2,0),this.scale(1/(x/a),1)):x>a&&(this.translate(0,-(x-a)/2),this.scale(1,1/(a/x)))}else this.Hm?this.clip():this.fill(y)},xt.jk=function(){this.Hm||this.stroke()},xt.Ev=function(a,y,x){this.Ar=a,this.Br=y,this.Vg=x},xt.js=function(a,y){var x=this.Z;x.setLineDash!==void 0&&(x.setLineDash(a),x.lineDashOffset=y)},xt.fs=function(){var a=this.Z;a.setLineDash!==void 0&&(a.setLineDash(mx),a.lineDashOffset=0)},xt.Vc=function(a){a&&(this.dt=""),this.ct=this.et=""},xt.Hs=function(){},re.Object.defineProperties(Ed.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([]);Ed.className="CanvasSurfaceContext";function jg(){this.F=this.o=this.u=this.j=0}jg.className="ColorNumbers";function Qi(a,y){Sc||(hv(),Sc=!0),Ii(this),this._isFrozen=!1,a===void 0?(this.na=Ku,this.xk="black"):typeof a=="string"?(this.na=Ku,this.xk=a):(this.na=a,this.xk="black"),a=this.na,a===mu?(this.Qd=qo,this.Lk=Jr):this.Lk=a===ba?this.Qd=_i:this.Qd=Bi,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},xt=Qi.prototype,xt.freeze=function(){return this._isFrozen=!0,this.we!==null&&this.we.freeze(),this},xt.ka=function(){return Object.isFrozen(this)&&_t("cannot thaw constant: "+this),this._isFrozen=!1,this.we!==null&&this.we.ka(),this},xt.qb=function(a){a.classType===Qi&&(this.type=a)},xt.toString=function(){var a="Brush(";if(this.type===Ku)a+=this.color;else if(a=this.type===mu?a+"Linear ":this.type===ba?a+"Radial ":this.type===xc?a+"Pattern ":a+"(unknown) ",a+=this.start+" "+this.end,this.colorStops!==null)for(var y=this.colorStops.iterator;y.next();)a+=" "+y.key+":"+y.value;return a+")"},xt.addColorStop=function(a,y){return this._isFrozen&&Fe(this),(typeof a!="number"||!isFinite(a)||1<a||0>a)&&ln(a,"0 <= loc <= 1",Qi,"addColorStop:loc"),this.we===null&&(this.we=new Gn),this.we.add(a,y),this.na===Ku&&(this.type=mu),this.xe=null,this},xt.Vz=function(a,y){if(this._isFrozen&&Fe(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?Pc:y,this.type===Ku)pu(this.color),this.color=vc(a,y);else if((this.type===mu||this.type===ba)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)pu(x.value),this.addColorStop(x.key,vc(a,y));return this};function qy(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?Pc:x,pu(a),vc(y,x)}xt.Wy=function(a,y){if(this._isFrozen&&Fe(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?Pc:y,this.type===Ku)pu(this.color),this.color=vc(-a,y);else if((this.type===mu||this.type===ba)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)pu(x.value),this.addColorStop(x.key,vc(-a,y));return this};function tS(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?Pc:x,pu(a),vc(-y,x)}function rv(a,y,x){pu(a),a=xo.j;var b=xo.u,E=xo.o,z=xo.F;return pu(y),x===void 0&&(x=.5),"rgba("+Math.round((xo.j-a)*x+a)+", "+Math.round((xo.u-b)*x+b)+", "+Math.round((xo.o-E)*x+E)+", "+Math.round((xo.F-z)*x+z)+")"}xt.Gx=function(){if(this.type===Ku)return mc(this.color);if((this.type===mu||this.type===ba)&&this.colorStops!==null){var a=this.colorStops;if(this.type===ba)return mc(a.first().value);if(a.get(.5)!==null)return mc(a.get(.5));if(a.count===2)return a=a.Fa(),mc(rv(a[0].value,a[1].value));for(var y=a.iterator,x=-1,b=-1,E=1,z=1;y.next();){var tt=y.key,ot=Math.abs(.5-y.key);E>z&&ot<E?(x=tt,E=ot):z>=E&&ot<z&&(b=tt,z=ot)}return x>b&&(z=x,x=b,b=z,z=E),E=b-x,mc(rv(a.get(x),a.get(b),1-z/E))}return!1};function mc(a){return a?a instanceof Qi?a.Gx():(pu(a),128>(299*xo.j+587*xo.u+114*xo.o)/1e3):!1}function vc(a,y){switch(y){case Pc:y=100*av(xo.j);var x=100*av(xo.u),b=100*av(xo.o);return ws.j=.4124564*y+.3575761*x+.1804375*b,ws.u=.2126729*y+.7151522*x+.072175*b,ws.o=.0193339*y+.119192*x+.9503041*b,ws.F=xo.F,y=uv(ws.j/yc[0]),x=uv(ws.u/yc[1]),b=uv(ws.o/yc[2]),Kl.j=116*x-16,Kl.u=500*(y-x),Kl.o=200*(x-b),Kl.F=ws.F,Kl.j=Math.min(100,Math.max(0,Kl.j+100*a)),a=(Kl.j+16)/116,y=a-Kl.o/200,ws.j=yc[0]*eS(Kl.u/500+a),ws.u=yc[1]*(Kl.j>hm*dv?Math.pow(a,3):Kl.j/hm),ws.o=yc[2]*eS(y),ws.F=Kl.F,a=-.969266*ws.j+1.8760108*ws.u+.041556*ws.o,y=.0556434*ws.j+-.2040259*ws.u+1.0572252*ws.o,xo.j=255*lv((3.2404542*ws.j+-1.5371385*ws.u+-.4985314*ws.o)/100),xo.u=255*lv(a/100),xo.o=255*lv(y/100),xo.F=ws.F,xo.j=Math.round(xo.j),255<xo.j?xo.j=255:0>xo.j&&(xo.j=0),xo.u=Math.round(xo.u),255<xo.u?xo.u=255:0>xo.u&&(xo.u=0),xo.o=Math.round(xo.o),255<xo.o?xo.o=255:0>xo.o&&(xo.o=0),"rgba("+xo.j+", "+xo.u+", "+xo.o+", "+xo.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:_t("Unknown color space: "+y)}}function pu(a){Sc||(hv(),Sc=!0);var y=fv;if(y!==null){y.clearRect(0,0,1,1),y.fillStyle="#000000";var x=y.fillStyle;y.fillStyle=a,y.fillStyle!==x?(y.fillRect(0,0,1,1),a=y.getImageData(0,0,1,1).data,xo.j=a[0],xo.u=a[1],xo.o=a[2],xo.F=a[3]/255):(y.fillStyle="#FFFFFF",y.fillStyle=a,xo.j=0,xo.u=0,xo.o=0,xo.F=1)}}function sv(){var a=xo.j/255,y=xo.u/255,x=xo.o/255,b=Math.max(a,y,x),E=Math.min(a,y,x),z=b-E;if(E=(b+E)/2,z===0)var tt=a=0;else{switch(b){case a:tt=(y-x)/z%6;break;case y:tt=(x-a)/z+2;break;case x:tt=(a-y)/z+4}tt*=60,0>tt&&(tt+=360),a=z/(1-Math.abs(2*E-1))}va.j=Math.round(tt),va.u=Math.round(100*a),va.o=Math.round(100*E),va.F=xo.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 Pf(a,y){typeof a!="string"&&(a instanceof Qi||_t("Value for "+y+" must be a color string or a Brush, not "+a))}function hv(){fv=Ko?new _a(null,void 0,{willReadFrequently:!0}).context:null}re.Object.defineProperties(Qi.prototype,{type:{get:function(){return this.na},set:function(a){this._isFrozen&&Fe(this,a),this.na=a,this.start.Mc()&&(a===mu?this.start=qo:a===ba&&(this.start=_i)),this.end.Mc()&&(a===mu?this.end=Jr:a===ba&&(this.end=_i)),this.xe=null}},color:{get:function(){return this.xk},set:function(a){this._isFrozen&&Fe(this,a),this.xk=a,this.xe=null}},start:{get:function(){return this.Qd},set:function(a){this._isFrozen&&Fe(this,a),this.Qd=a.J(),this.xe=null}},end:{get:function(){return this.Lk},set:function(a){this._isFrozen&&Fe(this,a),this.Lk=a.J(),this.xe=null}},startRadius:{get:function(){return this.Gr},set:function(a){this._isFrozen&&Fe(this,a),0>a&&ln(a,">= zero",Qi,"startRadius"),this.Gr=a,this.xe=null}},endRadius:{get:function(){return this.Xp},set:function(a){this._isFrozen&&Fe(this,a),0>a&&ln(a,">= zero",Qi,"endRadius"),this.Xp=a,this.xe=null}},colorStops:{get:function(){return this.we},set:function(a){this._isFrozen&&Fe(this,a),this.we=a,this.xe=null}},pattern:{get:function(){return this.cr},set:function(a){this._isFrozen&&Fe(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,yc=[95.047,100,108.883],fv=null,xo=new jg,va=new jg,ws=new jg,Kl=new jg,Sc=!1;Qi.className="Brush";var Ku;Qi.Solid=Ku=new Se(Qi,"Solid",0);var mu;Qi.Linear=mu=new Se(Qi,"Linear",1);var ba;Qi.Radial=ba=new Se(Qi,"Radial",2);var xc;Qi.Pattern=xc=new Se(Qi,"Pattern",4);var Pc;Qi.Lab=Pc=new Se(Qi,"Lab",5);var nS;Qi.HSL=nS=new Se(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 b=Math.floor(a+Math.random()*x).toString(16);return a=Math.floor(a+Math.random()*x).toString(16),2>y.length&&(y="0"+y),2>b.length&&(b="0"+b),2>a.length&&(a="0"+a),"#"+y+b+a},Qi.isValidColor=function(a){if(a==="black")return!0;if(a==="")return!1;Sc||(hv(),Sc=!0);var y=fv;if(y===null)return!0;y.fillStyle="#000000";var x=y.fillStyle;return y.fillStyle=a,y.fillStyle!==x?!0:(y.fillStyle="#FFFFFF",x=y.fillStyle,y.fillStyle=a,y.fillStyle!==x)},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=mc;function yr(){this.xa="Base"}yr.prototype.measure=function(){},yr.prototype.Yz=function(a,y,x,b,E){a.measure(y,x,b,E)},yr.prototype.arrange=function(){},yr.prototype.Ly=function(a,y,x,b,E,z){a.arrange(y,x,b,E,z)},yr.prototype.iA=function(a){a.Uj()},yr.prototype.gc=function(){},re.Object.defineProperties(yr.prototype,{name:{get:function(){return this.xa},set:function(a){this.xa=a}},classType:{get:function(){return De}}}),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"}de(dm,yr),dm.prototype.measure=function(a,y,x,b,E,z,tt){var ot=b.length;a=vu(a);for(var rt=0;rt<ot;rt++){var at=b[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 fi&&at.isGeometryPositioned&&(at=at.strokeWidth/2,mt-=at,yt-=at),Jo(E,mt,yt,ft,ut)}}},dm.prototype.arrange=function(a,y,x){var b=y.length,E=a.padding;for(a=x.x-E.left,x=x.y-E.top,E=0;E<b;E++){var z=y[E],tt=z.measuredBounds,ot=z.margin,rt=z.position.x,at=z.position.y;if(rt=isNaN(rt)?-a:rt-a,at=isNaN(at)?-x:at-x,z instanceof fi&&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 fm(){this.xa="Base"}de(fm,yr),fm.prototype.measure=function(a,y,x,b,E,z,tt){var ot=b.length;y=on(),z=vu(a);for(var rt=0;rt<ot;rt++){var at=b[rt];if(at.visible||at===z){var ut=zs(at,!1);if(ut!==Ee&&ut!==Cn)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);E.width+=Math.max(at.width+ut.right+ut.left,0),E.height=Math.max(E.height,ft)}}}for(b=y.length,a.desiredSize.height?x=Math.min(a.desiredSize.height,a.maxSize.height):E.height!==0&&(x=Math.min(E.height,a.maxSize.height)),a=0;a<b;a++)rt=y[a],(rt.visible||rt===z)&&(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),E.width+=Math.max(rt.width+ot,0),E.height=Math.max(E.height,ut));rn(y)},fm.prototype.arrange=function(a,y,x){for(var b=y.length,E=a.padding,z=E.top,tt=a.isOpposite,ot=tt?x.width:E.left,rt=0;rt<b;rt++){var at=z,ut=y[rt];if(ut.visible){var ft=ut.measuredBounds,mt=ut.margin,yt=mt.top+mt.bottom,St=z+E.bottom,kt=ft.height,Ot=zs(ut,!1);(isNaN(ut.desiredSize.height)&&Ot===Ae||Ot===Rn)&&(kt=Math.max(x.height-yt-St,0)),yt=kt+yt+St,St=ut.alignment,St.Xb()&&(St=a.defaultAlignment),St.sb()||(St=_i),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,kt),tt||(ot+=ft.width+mt.left+mt.right)}}};function cm(){this.xa="Base"}de(cm,yr),cm.prototype.measure=function(a,y,x,b,E,z){var tt=b.length;x=on();for(var ot=vu(a),rt=0;rt<tt;rt++){var at=b[rt];if(at.visible||at===ot){var ut=zs(at,!1);if(ut!==Ee&&ut!==Rn)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,xr(E,Math.max(E.width,Math.max(at.width+ut,0)),E.height+Math.max(at.height+ft,0))}}}if(b=x.length,b!==0){for(a.desiredSize.width?y=Math.min(a.desiredSize.width,a.maxSize.width):E.width!==0&&(y=Math.min(E.width,a.maxSize.width)),a=0;a<b;a++)rt=x[a],(rt.visible||rt===ot)&&(at=rt.margin,tt=at.right+at.left,at=at.top+at.bottom,rt.measure(y,1/0,z,0),rt=rt.measuredBounds,at=Math.max(rt.height+at,0),E.width=Math.max(E.width,Math.max(rt.width+tt,0)),E.height+=at);rn(x)}},cm.prototype.arrange=function(a,y,x){for(var b=y.length,E=a.padding,z=E.left,tt=a.isOpposite,ot=tt?x.height:E.top,rt=0;rt<b;rt++){var at=z,ut=y[rt];if(ut.visible){var ft=ut.measuredBounds,mt=ut.margin,yt=mt.left+mt.right,St=z+E.right,kt=ft.width,Ot=zs(ut,!1);(isNaN(ut.desiredSize.width)&&Ot===Ae||Ot===Cn)&&(kt=Math.max(x.width-yt-St,0)),yt=kt+yt+St,St=ut.alignment,St.Xb()&&(St=a.defaultAlignment),St.sb()||(St=_i),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,kt,ft.height),tt||(ot+=ft.height+mt.bottom+mt.top)}}};function gm(){this.xa="Base"}de(gm,yr),gm.prototype.measure=function(a,y,x,b,E,z,tt){var ot=b.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),kt=a.isClipping,Ot=ye.allocAt(-at.left,-at.top,yt,St),Nt=ye.allocAt(0,0,z,tt);cv(rt,Nt,!0),z=Nt.width,tt=Nt.height;for(var jt=!0,Ht=vu(a),Wt=0;Wt<ot;Wt++){var Ut=b[Wt];mt=y;var ee=x;if(Ut!==rt&&(Ut.visible||Ut===Ht)){at=Ut.margin;var Ze=at.left,gn=at.top;switch(yt=at.right+at.left,St=at.top+at.bottom,at=zs(Ut,!1),at){case Ae:mt=z,ee=tt,gn=Ze=St=yt=0;break;case Cn:mt=z,Ze=yt=0;break;case Rn:ee=tt,gn=St=0}Ut.measure(mt,ee,0,0),mt=Ut.measuredBounds,yt=Math.max(mt.width+yt,0),St=Math.max(mt.height+St,0),at=Ut.alignment,at.Xb()&&(at=a.defaultAlignment),at.sb()||(at=_i);var an=Ut.alignmentFocus;if(an.Xb()&&(an=_i),ee=null,Ut instanceof De&&Ut.$e!==""&&(ee=Ut.fb(Ut.$e),ee===Ut&&(ee=null)),Ze=Nt.x-Ze,gn=Nt.y-gn,ee!==null){for(Ut.arrange(0,0,mt.width,mt.height),mt=ee.actualBounds,mt=It.allocAt(mt.x+(an.x*mt.width-an.offsetX),mt.y+(an.y*mt.height-an.offsetY)),ee=ee.panel;ee!==Ut;)ee.transform.Ga(mt),ee=ee.panel;Ze+=at.x*z+at.offsetX-mt.x,gn+=at.y*tt+at.offsetY-mt.y,It.free(mt)}else Ze+=at.x*z+at.offsetX-(an.x*mt.width+an.offsetX),gn+=at.y*tt+at.offsetY-(an.y*mt.height+an.offsetY);jt?(jt=!1,E.h(Ze,gn,yt,St)):Jo(E,Ze,gn,yt,St)}}switch(jt?E.assign(Ot):kt?E.Uu(Nt.x,Nt.y,Nt.width,Nt.height):Jo(E,Ot.x,Ot.y,Ot.width,Ot.height),ye.free(Ot),ye.free(Nt),at=rt.stretch,at===ri&&(at=zs(rt,!1)),at){case Ee:return;case Ae:if(!isFinite(y)&&!isFinite(x))return;break;case Cn:if(!isFinite(y))return;break;case Rn: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,Nt=ye.allocAt(-at.left,-at.top,yt,St),cv(rt,Nt,!0),z=Nt.width,tt=Nt.height,y=0;y<ot;y++)x=b[y],x===rt||!x.visible&&x!==Ht||(at=x.margin,yt=at.right+at.left,St=at.top+at.bottom,mt=x.measuredBounds,yt=Math.max(mt.width+yt,0),St=Math.max(mt.height+St,0),ut=x.alignment,ut.Xb()&&(ut=a.defaultAlignment),ut.sb()||(ut=_i),x=x.alignmentFocus,x.Xb()&&(x=_i),jt?(jt=!1,E.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)):Jo(E,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?E.assign(Ot):kt?E.Uu(Nt.x,Nt.y,Nt.width,Nt.height):Jo(E,Ot.x,Ot.y,Ot.width,Ot.height),ye.free(Nt)},gm.prototype.arrange=function(a,y,x){var b=y.length,E=a.Pb(),z=E.measuredBounds,tt=z.width,ot=z.height,rt=a.padding;z=rt.left,rt=rt.top;var at=z-x.x,ut=rt-x.y;for(E.arrange(at,ut,tt,ot),tt=ye.allocAt(0,0,tt,ot),cv(E,tt,!1),ot=0;ot<b;ot++){var ft=y[ot];if(ft!==E){at=ft.measuredBounds;var mt=at.width,yt=at.height;ut=ft.alignment,ut.Xb()&&(ut=a.defaultAlignment),ut.sb()||(ut=_i);var St=ft.alignmentFocus;if(St.Xb()&&(St=_i),at=null,ft instanceof De&&ft.$e!==""&&(at=ft.fb(ft.$e),at===ft&&(at=null)),at!==null){var kt=at.actualBounds;for(St=It.allocAt(kt.x+(St.x*kt.width-St.offsetX),kt.y+(St.y*kt.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,It.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)}}ye.free(tt)};function cv(a,y,x){var b=null;if(a instanceof De&&a.$e!==""&&(b=a.fb(a.$e),b===a&&(b=null)),b!==null)for(x&&a.arrange(0,0,y.width,y.height),y.assign(b.actualBounds),b=b.panel;b!==a;)b.transform.pp(y),b=b.panel}function pm(){this.xa="Base"}de(pm,yr),pm.prototype.measure=function(a,y,x,b,E,z,tt){var ot=b.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,kt=null;rt instanceof fi&&(kt=rt,St=kt.strokeWidth*kt.scale);var Ot=Math.max(at.width+mt,0);at=Math.max(at.height+yt,0);var Nt=vv(rt),jt=Nt.x*Ot+Nt.offsetX;Nt=Nt.y*at+Nt.offsetY;var Ht=yv(rt),Wt=Ht.x*Ot+Ht.offsetX;for(Ht=Ht.y*at+Ht.offsetY,isFinite(y)&&(ut=Math.max(Math.abs(jt-Wt)-St,0)),isFinite(x)&&(ft=Math.max(Math.abs(Nt-Ht)-St,0)),St=Ue.alloc(),St.h(0,0),a=vu(a),Ht=0;Ht<ot;Ht++)Nt=b[Ht],Nt===rt||!Nt.visible&&Nt!==a||(at=Nt.margin,Ot=at.right+at.left,jt=at.top+at.bottom,Nt.measure(ut,ft,0,0),at=Nt.measuredBounds,Ot=Math.max(at.width+Ot,0),at=Math.max(at.height+jt,0),St.h(Math.max(Ot,St.width),Math.max(at,St.height)));if(ot===1)E.width=Ot,E.height=at,Ue.free(St);else{switch(Nt=vv(rt),Ht=yv(rt),ot=b=0,Ht.x!==Nt.x&&Ht.y!==Nt.y&&(b=St.width/Math.abs(Ht.x-Nt.x),ot=St.height/Math.abs(Ht.y-Nt.y)),Ue.free(St),St=0,kt!==null&&(St=kt.strokeWidth*kt.scale,Lv(kt)===xn&&(b=ot=Math.max(b,ot))),b+=Math.abs(Nt.offsetX)+Math.abs(Ht.offsetX)+St,ot+=Math.abs(Nt.offsetY)+Math.abs(Ht.offsetY)+St,kt=rt.stretch,kt===ri&&(kt=zs(rt,!1)),kt){case Ee:tt=z=0;break;case Ae:isFinite(y)&&(b=y),isFinite(x)&&(ot=x);break;case Cn:isFinite(y)&&(b=y),tt=0;break;case Rn:z=0,isFinite(x)&&(ot=x)}rt.Uj(),rt.measure(b,ot,z,tt),E.width=rt.measuredBounds.width+mt,E.height=rt.measuredBounds.height+yt}},pm.prototype.arrange=function(a,y){var x=y.length,b=a.Pb(),E=b.measuredBounds,z=ye.alloc();z.h(0,0,1,1);var tt=b.margin,ot=tt.left;tt=tt.top;var rt=a.padding,at=rt.left;rt=rt.top,b.arrange(at+ot,rt+tt,E.width,E.height);var ut=vv(b),ft=yv(b),mt=ut.y*E.height+ut.offsetY,yt=ft.x*E.width+ft.offsetX;for(ft=ft.y*E.height+ft.offsetY,z.x=ut.x*E.width+ut.offsetX,z.y=mt,Jo(z,yt,ft,0,0),z.x+=ot+at,z.y+=tt+rt,E=0;E<x;E++)ot=y[E],ot!==b&&(at=ot.measuredBounds,tt=ot.margin,rt=Math.max(at.width+tt.right+tt.left,0),ut=Math.max(at.height+tt.top+tt.bottom,0),mt=ot.alignment,mt.Xb()&&(mt=a.defaultAlignment),mt.sb()||(mt=_i),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&&(Rr(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 ye(z.x,z.y,z.width,z.height))));ye.free(z)};function mm(){this.xa="Base",this.name="Table"}de(mm,yr),mm.prototype.measure=function(a,y,x,b,E){for(var z=b.length,tt=on(),ot=on(),rt=0;rt<z;rt++){var at=b[rt],ut=at instanceof De?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===De.TableRow?St.row=at.row:ut.type===De.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 kt=[],Ot=0;Ot<z;Ot++){var Nt=tt[Ot];Nt.visible&&(gr(Nt,!0),Ul(Nt,!0),kt[Nt.row]||(kt[Nt.row]=[]),kt[Nt.row][Nt.column]||(kt[Nt.row][Nt.column]=[]),kt[Nt.row][Nt.column].push(Nt))}rn(tt);var jt=on(),Ht=on(),Wt=on(),Ut={count:0},ee={count:0},Ze=y,gn=x,an=a.rowDefs,je=a.colDefs,Me=null;z=an.length;for(var ei=0;ei<z;ei++)Me=an[ei],Me!==void 0&&(Me.actual=0);z=je.length;for(var Vn=0;Vn<z;Vn++)Me=je[Vn],Me!==void 0&&(Me.actual=0);for(var Yi=kt.length,mo=0,Lr=0;Lr<Yi;Lr++)kt[Lr]&&(mo=Math.max(mo,kt[Lr].length));var br=Math.min(a.topIndex,Yi-1),ds=Math.min(a.leftIndex,mo-1),kr=0;Yi=kt.length;for(var rh=vu(a),hr=0;hr<Yi;hr++)if(kt[hr]){mo=kt[hr].length;var ml=a.Fb(hr);ml.actual=0;for(var fs=ml.oc=0;fs<mo;fs++)if(kt[hr][fs]){var sh=a.Eb(fs);jt[fs]===void 0&&(sh.actual=0,sh.oc=0,jt[fs]=!0);for(var xa=kt[hr][fs],Ua=xa.length,ra=0;ra<Ua;ra++){var Us=xa[ra];if(Us.visible||Us===rh){var $h=1<Us.rowSpan||1<Us.columnSpan;$h&&(hr<br||fs<ds||Ht.push(Us));var vl=Us.margin,Vc=vl.right+vl.left,sa=vl.top+vl.bottom,cs=dl(Us,ml,sh,!1),Mp=Us.desiredSize,Bf=!isNaN(Mp.height),Bl=!isNaN(Mp.width)&&Bf;if($h||cs===Ee||Bl||hr<br||fs<ds||(Ut[fs]!==void 0||cs!==Ae&&cs!==Cn||(Ut[fs]=-1,Ut.count++),ee[hr]!==void 0||cs!==Ae&&cs!==Rn||(ee[hr]=-1,ee.count++),Wt.push(Us)),Us.measure(1/0,1/0,0,0),!(hr<br||fs<ds)){var Zs=Us.measuredBounds,jd=Math.max(Zs.width+Vc,0),aa=Math.max(Zs.height+sa,0);if(Us.rowSpan===1&&(cs===Ee||cs===Cn)){Me=a.Fb(hr);var qh=Me.Wc();kr=Math.max(aa-Me.actual,0),kr+qh>gn&&(kr=Math.max(gn-qh,0));var j0=Me.oa===0;Me.oc=Me.oc+kr,Me.actual=Me.oa+kr,gn=Math.max(gn-(kr+(j0?qh:0)),0)}if(Us.columnSpan===1&&(cs===Ee||cs===Rn)){Me=a.Eb(fs);var Tp=Me.Wc();kr=Math.max(jd-Me.actual,0),kr+Tp>Ze&&(kr=Math.max(Ze-Tp,0));var Gy=Me.oa===0;Me.oc=Me.oc+kr,Me.actual=Me.oa+kr,Ze=Math.max(Ze-(kr+(Gy?Tp:0)),0)}$h&&Us.Uj()}}}}}rn(jt);var iu=0,xu=0;z=a.columnCount;for(var Df=0;Df<z;Df++){var td=je[Df];td!==void 0&&(iu+=isNaN(td.Hc)?td.oc:td.Hc,td.oc!==0&&(iu+=td.Wc()))}z=a.rowCount;for(var Yc=0;Yc<z;Yc++){var ed=an[Yc];ed!==void 0&&(xu+=isNaN(ed.Hc)?ed.oc:ed.Hc,ed.oc!==0&&(xu+=ed.Wc()))}Ze=Math.max(y-iu,0);var ou=gn=Math.max(x-xu,0),ah=Ze;z=Wt.length;for(var Ks=0;Ks<z;Ks++){var Dl=Wt[Ks],G0=a.Fb(Dl.row),Pu=a.Eb(Dl.column),Uc=Dl.measuredBounds,yl=Dl.margin,Gd=yl.right+yl.left,Ol=yl.top+yl.bottom;Ut[Dl.column]=Pu.oc===0&&Ut[Dl.column]!==void 0?Math.max(Uc.width+Gd,Ut[Dl.column]):null,ee[Dl.row]=G0.oc===0&&ee[Dl.row]!==void 0?Math.max(Uc.height+Ol,ee[Dl.row]):null}var Of=0,Zc=0,ll;for(ll in ee)ll!=="count"&&(Of+=ee[ll]);for(ll in Ut)ll!=="count"&&(Zc+=Ut[ll]);for(var Ir=Ue.alloc(),bp=0;bp<z;bp++){var Ns=Wt[bp];if(Ns.visible||Ns===rh){var dr=a.Fb(Ns.row),Es=a.Eb(Ns.column),wu=0;isFinite(Es.width)?wu=Es.width:(isFinite(Ze)&&Ut[Ns.column]!==null?Zc===0?wu=Es.actual+Ze:wu=Ut[Ns.column]/Zc*ah:Ut[Ns.column]!==null?wu=Ze:wu=Es.actual||Ze,wu=Math.max(0,wu-Es.Wc()));var lh=0;switch(isFinite(dr.height)?lh=dr.height:(isFinite(gn)&&ee[Ns.row]!==null?Of===0?lh=dr.actual+gn:lh=ee[Ns.row]/Of*ou:ee[Ns.row]!==null?lh=gn:lh=dr.actual||gn,lh=Math.max(0,lh-dr.Wc())),Ir.h(Math.max(Es.minimum,Math.min(wu,Es.maximum)),Math.max(dr.minimum,Math.min(lh,dr.maximum))),cs=dl(Ns,dr,Es,!1),cs){case Cn:Ir.height=Math.max(Ir.height,dr.actual+gn);break;case Rn:Ir.width=Math.max(Ir.width,Es.actual+Ze)}var Hd=Ns.margin,Hy=Hd.right+Hd.left,H0=Hd.top+Hd.bottom;Ns.Uj(),Ns.measure(Ir.width,Ir.height,Es.minimum,dr.minimum);var Kc=Ns.measuredBounds,_d=Math.max(Kc.width+Hy,0),If=Math.max(Kc.height+H0,0);isFinite(Ze)&&(_d=Math.min(_d,Ir.width)),isFinite(gn)&&(If=Math.min(If,Ir.height));var Xs=0;Xs=dr.actual,dr.actual=Math.max(dr.actual,If),dr.oc=Math.max(dr.oc,If),kr=dr.actual-Xs,gn=Math.max(gn-kr,0),ee[Ns.row]===null&&(ou=Math.max(ou-kr,0)),Xs=Es.actual,Es.actual=Math.max(Es.actual,_d),Es.oc=Math.max(Es.oc,_d),kr=Es.actual-Xs,Ze=Math.max(Ze-kr,0),Ut[Ns.column]===null&&(ah=Math.max(ah-kr,0))}}rn(Wt);var Cu=Ue.alloc(),Sl=on(),Ba=on();if(z=Ht.length,z!==0){for(var nd=0;nd<Yi;nd++)if(kt[nd]){mo=kt[nd].length;var Xc=a.Fb(nd);Sl[nd]=Xc.actual;for(var id=0;id<mo;id++)if(kt[nd][id]){var _0=a.Eb(id);Ba[id]=_0.actual}}}for(var Jc=0;Jc<z;Jc++){var er=Ht[Jc];if(er.visible||er===rh){var ul=a.Fb(er.row),Za=a.Eb(er.column);switch(Ir.h(Math.max(Za.minimum,Math.min(y,Za.maximum)),Math.max(ul.minimum,Math.min(x,ul.maximum))),cs=dl(er,ul,Za,!1),cs){case Ae:Ba[Za.index]!==0&&(Ir.width=Math.min(Ir.width,Ba[Za.index])),Sl[ul.index]!==0&&(Ir.height=Math.min(Ir.height,Sl[ul.index]));break;case Cn:Ba[Za.index]!==0&&(Ir.width=Math.min(Ir.width,Ba[Za.index]));break;case Rn:Sl[ul.index]!==0&&(Ir.height=Math.min(Ir.height,Sl[ul.index]))}isFinite(Za.width)&&(Ir.width=Za.width),isFinite(ul.height)&&(Ir.height=ul.height),Cu.h(0,0);for(var W0=Za.minimum,la=ul.minimum,uh=1;uh<er.rowSpan&&!(er.row+uh>=a.rowCount);uh++)Me=a.Fb(er.row+uh),kr=0,kr=cs===Ae||cs===Rn?Math.max(Me.minimum,Sl[er.row+uh]===0?Me.maximum:Math.min(Sl[er.row+uh],Me.maximum)):Math.max(Me.minimum,isNaN(Me.Hc)?Me.maximum:Math.min(Me.Hc,Me.maximum)),Cu.height+=kr,la+=Me.minimum;for(var Ka=1;Ka<er.columnSpan&&!(er.column+Ka>=a.columnCount);Ka++)Me=a.Eb(er.column+Ka),kr=0,kr=cs===Ae||cs===Cn?Math.max(Me.minimum,Ba[er.column+Ka]===0?Me.maximum:Math.min(Ba[er.column+Ka],Me.maximum)):Math.max(Me.minimum,isNaN(Me.Hc)?Me.maximum:Math.min(Me.Hc,Me.maximum)),Cu.width+=kr,W0+=Me.minimum;Ir.width+=Cu.width,Ir.height+=Cu.height;var Qc=er.margin,od=Qc.right+Qc.left,Np=Qc.top+Qc.bottom;er.measure(Ir.width,Ir.height,W0,la);for(var $c=er.measuredBounds,Il=Math.max($c.width+od,0),Wd=Math.max($c.height+Np,0),rd=0,qc=0;qc<er.rowSpan&&!(er.row+qc>=a.rowCount);qc++)Me=a.Fb(er.row+qc),rd+=Me.total||0;if(rd<Wd){var hh=Wd-rd,ru=Wd-rd;if(er.spanAllocation!==null)for(var dh=er.spanAllocation,Lu=0;Lu<er.rowSpan&&!(0>=hh)&&!(er.row+Lu>=a.rowCount);Lu++){Me=a.Fb(er.row+Lu);var fh=Me.oa||0,Vd=dh(er,Me,ru);Me.actual=Math.min(Me.maximum,fh+Vd),Me.oa!==fh&&(hh-=Me.oa-fh)}for(;0<hh;){var xl=Me.oa||0;if(isNaN(Me.height)&&Me.maximum>xl&&(Me.actual=Math.min(Me.maximum,xl+hh),Me.oa!==xl&&(hh-=Me.oa-xl)),Me.index===0)break;Me=a.Fb(Me.index-1)}}for(var Rf=0,ch=0;ch<er.columnSpan&&!(er.column+ch>=a.columnCount);ch++)Me=a.Eb(er.column+ch),Rf+=Me.total||0;if(Rf<Il){var zf=Il-Rf,_y=Il-Rf;if(er.spanAllocation!==null)for(var ku=er.spanAllocation,Yd=0;Yd<er.columnSpan&&!(0>=zf)&&!(er.column+Yd>=a.columnCount);Yd++){Me=a.Eb(er.column+Yd);var Ep=Me.oa||0,Wy=ku(er,Me,_y);Me.actual=Math.min(Me.maximum,Ep+Wy),Me.oa!==Ep&&(zf-=Me.oa-Ep)}for(;0<zf;){var V0=Me.oa||0;if(isNaN(Me.width)&&Me.maximum>V0&&(Me.actual=Math.min(Me.maximum,V0+zf),Me.oa!==V0&&(zf-=Me.oa-V0)),Me.index===0)break;Me=a.Eb(Me.index-1)}}}}rn(Ht),Ue.free(Cu),Ue.free(Ir),Sl!==void 0&&rn(Sl),Ba!==void 0&&rn(Ba);var jf=0,Gf=0,Y0=a.desiredSize,gx=a.maxSize;cs=zs(a,!0);var Fp=xu=iu=0,Ap=0;z=a.columnCount;for(var U0=0;U0<z;U0++)je[U0]!==void 0&&(Me=a.Eb(U0),isFinite(Me.width)?(Fp+=Me.width,Fp+=Me.Wc()):Mm(Me)===Wg?(Fp+=Me.oa,Fp+=Me.Wc()):Me.oa!==0&&(iu+=Me.oa,iu+=Me.Wc()));isFinite(Y0.width)?jf=Math.min(Y0.width,gx.width):jf=cs!==Ee&&isFinite(y)?y:iu,jf=Math.max(jf,a.minSize.width),jf=Math.max(jf-Fp,0);for(var Qx=iu===0?1:Math.max(jf/iu,1),Z0=0;Z0<z;Z0++)je[Z0]!==void 0&&(Me=a.Eb(Z0),isFinite(Me.width)||Mm(Me)===Wg||(Me.actual=Me.oa*Qx),Me.position=E.width,Me.oa!==0&&(E.width+=Me.oa,E.width+=Me.Wc()));z=a.rowCount;for(var K0=0;K0<z;K0++)an[K0]!==void 0&&(Me=a.Fb(K0),isFinite(Me.height)?(Ap+=Me.height,Ap+=Me.Wc()):Mm(Me)===Wg?(Ap+=Me.oa,Ap+=Me.Wc()):Me.oa!==0&&(xu+=Me.oa,xu+=Me.Wc()));isFinite(Y0.height)?Gf=Math.min(Y0.height,gx.height):Gf=cs!==Ee&&isFinite(x)?x:xu,Gf=Math.max(Gf,a.minSize.height),Gf=Math.max(Gf-Ap,0);for(var $x=xu===0?1:Math.max(Gf/xu,1),X0=0;X0<z;X0++)an[X0]!==void 0&&(Me=a.Fb(X0),isFinite(Me.height)||Mm(Me)===Wg||(Me.actual=Me.oa*$x),Me.position=E.height,Me.oa!==0&&(E.height+=Me.oa,E.height+=Me.Wc()));z=ot.length;for(var Vy=0;Vy<z;Vy++){var Bp=ot[Vy],Yy=0,Uy=0;Bp.type===De.TableRow?(Yy=E.width,Me=a.Fb(Bp.row),Uy=Me.actual):(Me=a.Eb(Bp.column),Yy=Me.actual,Uy=E.height),Bp.measuredBounds.h(0,0,Yy,Uy),gr(Bp,!1)}rn(ot),a.inRowsCols=kt},mm.prototype.arrange=function(a,y,x){var b=y.length,E=a.padding,z=E.left;E=E.top;var tt=a.inRowsCols;if(tt!==null){for(var ot,rt,at=tt.length,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 kt=0,Ot=0;kt!==at&&rt[kt]===void 0;)kt++;for(;Ot!==at&&ot[Ot]===void 0;)Ot++;ut=a.part,a.Fb(kt),a.Eb(Ot);for(var Nt=0;Nt<y.length;Nt++){var jt=y[Nt];if(jt instanceof De&&jt.visible&&Xu(jt)){if(jt.type===De.TableRow){ot=a.Fb(jt.row);var Ht=a.Eb(Ot)}else ot=a.Fb(kt),Ht=a.Eb(jt.column);rt=ot.position+ft+E,ot.oa!==0&&(rt+=ot.Io(Math.max(kt,yt))),ot=Ht.position+mt+z,Ht.oa!==0&&(ot+=Ht.Io(Math.max(Ot,St))),Ht=jt.measuredBounds,jt.Uk(),jt.actualBounds.ka();var Wt=jt.actualBounds,Ut=ye.allocAt(Wt.x,Wt.y,Wt.width,Wt.height);Wt.x=jt.type===De.TableRow?z:ot,Wt.y=jt.type===De.TableColumn?E:rt,Wt.width=Ht.width,Wt.height=Ht.height,jt.actualBounds.freeze(),Ul(jt,!1),Pl(Ut,Wt)||ut===null||(ut.oh(),jt.Pn(ut)),ye.free(Ut)}}for(Nt=Ue.alloc(),jt=0;jt<at;jt++)if(tt[jt]){for(ut=tt[jt].length,Ht=a.Fb(jt),rt=Ht.position+ft+E,Ht.oa!==0&&(rt+=Ht.Io(Math.max(kt,yt))),Wt=0;Wt<ut;Wt++)if(tt[jt][Wt]){Ut=a.Eb(Wt),ot=Ut.position+mt+z,Ut.oa!==0&&(ot+=Ut.Io(Math.max(Ot,St)));for(var ee=tt[jt][Wt],Ze=ee.length,gn=0;gn<Ze;gn++){var an=ee[gn],je=an.measuredBounds;Nt.h(0,0);for(var Me=1;Me<an.rowSpan&&!(jt+Me>=a.rowCount);Me++){var ei=a.Fb(jt+Me);ei.oa!==0&&(Nt.height+=ei.total)}for(Me=1;Me<an.columnSpan&&!(Wt+Me>=a.columnCount);Me++)ei=a.Eb(Wt+Me),ei.oa!==0&&(Nt.width+=ei.total);var Vn=Ut.oa+Nt.width,Yi=Ht.oa+Nt.height;Me=ot,ei=rt;var mo=Vn,Lr=Yi,br=ot,ds=rt,kr=Vn,rh=Yi;ot+Vn>x.width&&(kr=Math.max(x.width-ot,0)),rt+Yi>x.height&&(rh=Math.max(x.height-rt,0));var hr=an.alignment;if(hr.Xb()){hr=a.defaultAlignment,hr.sb()||(hr=_i);var ml=hr.x,fs=hr.y,sh=hr.offsetX;hr=hr.offsetY;var xa=Ut.alignment,Ua=Ht.alignment;xa.sb()&&(ml=xa.x,sh=xa.offsetX),Ua.sb()&&(fs=Ua.y,hr=Ua.offsetY)}else ml=hr.x,fs=hr.y,sh=hr.offsetX,hr=hr.offsetY;(isNaN(ml)||isNaN(fs))&&(fs=ml=.5,hr=sh=0),xa=je.width,Ua=je.height;var ra=an.margin,Us=ra.left+ra.right,$h=ra.top+ra.bottom,vl=dl(an,Ht,Ut,!1);!isNaN(an.desiredSize.width)||vl!==Ae&&vl!==Cn||(xa=Math.max(Vn-Us,0)),!isNaN(an.desiredSize.height)||vl!==Ae&&vl!==Rn||(Ua=Math.max(Yi-$h,0)),Vn=an.maxSize,Yi=an.minSize,xa=Math.min(Vn.width,xa),Ua=Math.min(Vn.height,Ua),xa=Math.max(Yi.width,xa),Ua=Math.max(Yi.height,Ua),Vn=Ua+$h,Me+=mo*ml-(xa+Us)*ml+sh+ra.left,ei+=Lr*fs-Vn*fs+hr+ra.top,an.visible&&(Rr(br,ds,kr,rh,Me,ei,je.width,je.height)?an.arrange(Me,ei,xa,Ua):an.arrange(Me,ei,xa,Ua,new ye(br,ds,kr,rh)))}}}for(Ue.free(Nt),a=0;a<b;a++)x=y[a],z=x instanceof De?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"}de(vm,yr),vm.prototype.measure=function(){},vm.prototype.arrange=function(){};function ym(){this.xa="Base"}de(ym,yr),ym.prototype.measure=function(){},ym.prototype.arrange=function(){};function Sm(){this.xa="Base"}de(Sm,yr),Sm.prototype.measure=function(a,y,x,b,E,z,tt){1<b.length&&_t("Viewbox Panel cannot contain more than one GraphObject."),b=b[0],b.Ca=1,b.Uj(),b.measure(1/0,1/0,z,tt);var ot=b.measuredBounds,rt=b.margin,at=rt.right+rt.left;if(rt=rt.top+rt.bottom,isFinite(y)||isFinite(x)){var ut=b.scale,ft=ot.width;ot=ot.height;var mt=Math.max(y-at,0),yt=Math.max(x-rt,0),St=1;a.viewboxStretch===xn?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),b.Ca*=St,ut!==b.scale&&(gr(b,!0),b.measure(1/0,1/0,z,tt))}ot=b.measuredBounds,E.width=isFinite(y)?y:Math.max(ot.width+at,0),E.height=isFinite(x)?x:Math.max(ot.height+rt,0)},Sm.prototype.arrange=function(a,y,x){y=y[0];var b=y.measuredBounds,E=y.margin,z=Math.max(b.width+(E.right+E.left),0);E=Math.max(b.height+(E.top+E.bottom),0);var tt=y.alignment;tt.Xb()&&(tt=a.defaultAlignment),tt.sb()||(tt=_i),y.arrange(x.width*tt.x-z*tt.x+tt.offsetX,x.height*tt.y-E*tt.y+tt.offsetY,b.width,b.height)};function Gg(){this.xa="Base"}de(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 b=a.gridCellSize,E=b.width;b=b.height;var z=a.naturalBounds,tt=a.actualBounds,ot=z.width,rt=z.height,at=Math.ceil(ot/E),ut=Math.ceil(rt/b),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,kt=St.length,Ot=0;Ot<kt;Ot++){var Nt=St[Ot],jt=[];if(yt.push(jt),Nt.visible){var Ht=Nt.interval;if(!(0>Ht)){Nt=pv(Nt.figure);for(var Wt=0;Wt<kt;Wt++)if(Wt!==Ot){var Ut=St[Wt];Ut.visible&&pv(Ut.figure)===Nt&&(Ut=Ut.interval,Ut>Ht&&jt.push(Ut))}}}}for(St=a.O.s,kt=St.length,Ot=0;Ot<kt;Ot++){var ee=St[Ot];if(ee.visible&&(jt=ee.interval||1,Nt=Math.abs(jt),!(2>E*Nt*x))){if(Ht=ee.segmentIndex,(!isFinite(Ht)||isNaN(Ht))&&(Ht=0),0>Ht&&(Ht=Nt-Math.min(-Ht,Nt)),Ht=Math.round(Ht%Nt),Nt=ee.opacity,Wt=1,Nt!==1){if(Nt===0)continue;Wt=y.globalAlpha,y.globalAlpha=Wt*Nt}Ut=yt[Ot];var Ze=!1,gn=ee.strokeDashArray;if(gn!==null&&(Ze=!0,y.js(gn,ee.strokeDashOffset)),ee.figure==="LineV"&&ee.stroke!==null&&0<ee.strokeWidth){for(y.lineWidth=ee.strokeWidth,Qo(a,y,ee.stroke,!1,!1,z,tt),y.beginPath(),gn=ee=Math.floor((mt-E)/E);gn<=ee+at;gn++){var an=gn*E+mt;0<=an&&an<=ot&&xm(gn,jt,Ht,Ut)&&(y.moveTo(an,0),y.lineTo(an,rt))}y.stroke(),y.Se()}else if(ee.figure==="LineH"&&ee.stroke!==null&&0<ee.strokeWidth){for(y.lineWidth=ee.strokeWidth,Qo(a,y,ee.stroke,!1,!1,z,tt),y.beginPath(),gn=ee=Math.floor((ft-b)/b);gn<=ee+ut;gn++)an=gn*b+ft,0<=an&&an<=rt&&xm(gn,jt,Ht,Ut)&&(y.moveTo(0,an),y.lineTo(ot,an));y.stroke(),y.Se()}else if(ee.figure==="BarV"&&ee.fill!==null)for(Qo(a,y,ee.fill,!0,!1,z,tt),ee=ee.width,isNaN(ee)&&(ee=E),an=gn=Math.floor((mt-E)/E);an<=gn+at;an++){var je=an*E+mt;0<=je+ee&&je<=ot&&xm(an,jt,Ht,Ut)&&y.fillRect(je,0,ee,rt)}else if(ee.figure==="BarH"&&ee.fill!==null)for(Qo(a,y,ee.fill,!0,!1,z,tt),ee=ee.height,isNaN(ee)&&(ee=b),an=gn=Math.floor((ft-b)/b);an<=gn+ut;an++)je=an*b+ft,0<=je+ee&&je<=rt&&xm(an,jt,Ht,Ut)&&y.fillRect(0,je,ot,ee);Ze&&y.fs(),Nt!==1&&(y.globalAlpha=Wt)}}y.restore(),y.Vc(!1)};function xm(a,y,x,b){if(0>y)return a%y===x;if(a%y!==x)return!1;y=b.length;for(var E=0;E<y;E++)if(a%b[E]===x)return!1;return!0}function Pm(){this.xa="Base"}de(Pm,yr),Pm.prototype.measure=function(a,y,x,b,E){var z=b.length;if(a instanceof ji||a instanceof Ge){var tt=null,ot=null;if(a instanceof Ge&&(tt=a),a instanceof ji&&(ot=a,tt=ot.adornedPart,a.j===null&&(a.j=[])),tt instanceof Ge){var rt=tt;if(z===0)xr(a.naturalBounds,0,0),a.measuredBounds.h(0,0,0,0);else{var at=a instanceof ji?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=ai.alloc();for(var kt=It.alloc(),Ot=It.alloc(),Nt=0;Nt<z;Nt++){var jt=b[Nt];if(jt!==at)if(jt.isPanelMain&&jt instanceof fi){iS(a,ot,mt,jt);var Ht=jt.measuredBounds;x.ed(Ht),yt.push(Ht)}else if(2>ft)jt.measure(1/0,1/0,0,0),Ht=jt.measuredBounds,x.ed(Ht),yt.push(Ht);else{var Wt=jt.segmentIndex,Ut=jt.segmentFraction,ee=jt.alignmentFocus;ee.Mc()&&(ee=_i);var Ze=jt.segmentOrientation,gn=jt.segmentOffset;if(isNaN(Wt)){var an=rt.ua;Ht=on(),an.Qu(Ut,Ht);var je=It.allocAt(Ht[0],Ht[1]);if(je.add(rt.i(0)),an.type===_e.j?je.offset(-an.startX,-an.startY):(an=an.figures.first(),an!==null&&je.offset(-an.startX,-an.startY)),an=Ht[2],Ze!==Ls){var Me=rt.computeAngle(jt,Ze,an);jt.Kb=Me}Me=je.x-y.x;var ei=je.y-y.y;It.free(je),rn(Ht)}else if(Wt<-ft||Wt>=ft)Ht=It.alloc(),rt.vg(),rt.computeMidPoint(Ht),an=rt.midAngle,Ze!==Ls&&(Me=rt.computeAngle(jt,Ze,an),jt.Kb=Me),Me=Ht.x-y.x,ei=Ht.y-y.y,It.free(Ht);else{if(Me=0,0<=Wt?(ei=ut.M(Wt),Ht=Wt<ft-1?ut.M(Wt+1):ei):(Me=ft+Wt,ei=ut.M(Me),Ht=0<Me?ut.M(Me-1):ei),ei.Xa(Ht)){0<=Wt?(an=0<Wt?ut.M(Wt-1):ei,Me=Wt<ft-2?ut.M(Wt+2):Ht):(an=Me<ft-1?ut.M(Me+1):ei,Me=1<Me?ut.M(Me-2):Ht),je=an.Bf(ei);var Vn=Ht.Bf(Me);an=je>Vn+10?0<=Wt?an.ab(ei):ei.ab(an):Vn>je+10?0<=Wt?Ht.ab(Me):Me.ab(Ht):0<=Wt?an.ab(Me):Me.ab(an)}else an=0<=Wt?ei.ab(Ht):Ht.ab(ei);Ze!==Ls&&(Me=rt.computeAngle(jt,Ze,an),jt.Kb=Me),Me=ei.x+(Ht.x-ei.x)*Ut-y.x,ei=ei.y+(Ht.y-ei.y)*Ut-y.y}jt.measure(1/0,1/0,0,0),Ht=jt.measuredBounds,je=jt.naturalBounds;var Yi=0;jt instanceof fi&&(Yi=jt.strokeWidth),Vn=je.width+Yi;var mo=je.height+Yi;St.reset(),St.translate(-Ht.x,-Ht.y),St.scale(jt.scale,jt.scale),St.rotate(Ze===Ls?jt.angle:an,Vn/2,mo/2),Ze!==qg&&Ze!==ep||St.rotate(90,Vn/2,mo/2),Ze!==tp&&Ze!==np||St.rotate(-90,Vn/2,mo/2),Ze===Qm&&(45<an&&135>an||225<an&&315>an)&&St.rotate(-an,Vn/2,mo/2),je=new ye(0,0,Vn,mo),kt.xi(je,ee),St.Ga(kt),ee=-kt.x+Yi/2*jt.scale,jt=-kt.y+Yi/2*jt.scale,Ot.assign(gn),Yi=isNaN(gn.x);var Lr=isNaN(gn.y);if(Yi||Lr){Vn=Vn/2+3,mo=mo/2+3;var br=45<=an&&135>=an,ds=225<=an&&315>=an;Ze===Ls&&(br||ds)?(Ot.x=Lr?Vn:gn.y,Ot.y=Yi?mo:gn.x,br?0<=Wt||isNaN(Wt)&&.5>Ut||!Yi||(Ot.y=-mo):ds&&((0<=Wt||isNaN(Wt)&&.5>Ut)&&Yi&&(Ot.y=-mo),Lr&&(Ot.x=-Vn))):(Yi&&(Ot.x=0<=Wt||isNaN(Wt)&&.5>Ut?Vn:-Vn),Lr&&(Ot.y=-mo),Ot.rotate(an))}else Ot.rotate(an);Me+=Ot.x,ei+=Ot.y,je.set(Ht),je.h(Me+ee,ei+jt,Ht.width,Ht.height),yt.push(je),x.ed(je)}}if(tt!==null)for(b=tt.labelNodes;b.next();)b.value.measure(1/0,1/0);a.jg=x,a.position.h(y.x+x.x,y.y+x.y),xr(E,x.width||0,x.height||0),ai.free(St),It.free(kt),It.free(Ot)}}}},Pm.prototype.arrange=function(a,y){var x=y.length;if(a instanceof ji||a instanceof Ge){var b=a,E=null;a instanceof ji&&(E=a,b=E.adornedPart);var z=a instanceof ji?null:b.path,tt=a.j;if(tt.length!==0){var ot=0;if(z!==null&&ot<tt.length){var rt=tt[ot];ot++,z.arrange(rt.x-a.jg.x,rt.y-a.jg.y,rt.width,rt.height)}for(rt=0;rt<x;rt++){var at=y[rt];if(at!==z&&ot<tt.length){var ut=tt[ot];ot++,at.arrange(ut.x-a.jg.x,ut.y-a.jg.y,ut.width,ut.height)}}}if(y=b.points,x=y.count,2<=x&&a instanceof Ge)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=on();yt.Qu(rt,St);var kt=It.allocAt(St[0],St[1]);kt.add(ft.i(0)),yt.type===_e.j||(yt=yt.figures.first()),kt.offset(-yt.startX,-yt.startY),yt=St[2],at!==Ls&&(ft=ft.computeAngle(tt,at,yt),tt.angle=ft),ft=kt.x;var Ot=kt.y;It.free(kt),rn(St)}else if(ot<-x||ot>=x)St=It.alloc(),yt=ft,Ot=St,yt.vg(),yt.computeMidPoint(Ot),yt=ft.midAngle,at!==Ls&&(ft=ft.computeAngle(tt,at,yt),tt.angle=ft),ft=St.x,Ot=St.y,It.free(St);else{if(kt=0,0<=ot?(St=y.s[ot],Ot=ot<x-1?y.s[ot+1]:St):(kt=x+ot,St=y.s[kt],Ot=0<kt?y.s[kt-1]:St),St.Xa(Ot)){0<=ot?(yt=0<ot?y.s[ot-1]:St,kt=ot<x-2?y.s[ot+2]:Ot):(yt=kt<x-1?y.s[kt+1]:St,kt=1<kt?y.s[kt-2]:Ot);var Nt=yt.Bf(St),jt=Ot.Bf(kt);yt=Nt>jt+10?0<=ot?yt.ab(St):St.ab(yt):jt>Nt+10?0<=ot?Ot.ab(kt):kt.ab(Ot):0<=ot?yt.ab(kt):kt.ab(yt)}else yt=0<=ot?St.ab(Ot):Ot.ab(St);at!==Ls&&(ft=ft.computeAngle(tt,at,yt),tt.angle=ft),ft=St.x+(Ot.x-St.x)*rt,Ot=St.y+(Ot.y-St.y)*rt}if(mt.ys())tt.location=new It(ft,Ot);else{mt.Mc()&&(mt=_i),St=ai.alloc(),St.reset(),St.scale(tt.scale,tt.scale),St.rotate(tt.angle,0,0);var Ht=tt.naturalBounds;kt=ye.allocAt(0,0,Ht.width,Ht.height),Nt=It.alloc(),Nt.xi(kt,mt),St.Ga(Nt),mt=-Nt.x,jt=-Nt.y;var Wt=Ht.width,Ut=Ht.height;Ht=It.alloc(),Ht.assign(ut);var ee=isNaN(ut.x),Ze=isNaN(ut.y);if(ee||Ze){Wt=Wt/2+3,Ut=Ut/2+3;var gn=45<=yt&&135>=yt,an=225<=yt&&315>=yt;at===Ls&&(gn||an)?(Ht.x=Ze?Wt:ut.y,Ht.y=ee?Ut:ut.x,gn?0<=ot||isNaN(ot)&&.5>rt||!ee||(Ht.y=-Ut):an&&((0<=ot||isNaN(ot)&&.5>rt)&&ee&&(Ht.y=-Ut),Ze&&(Ht.x=-Wt))):(ee&&(Ht.x=0<=ot||isNaN(ot)&&.5>rt?Wt:-Wt),Ze&&(Ht.y=-Ut),Ht.rotate(yt))}else Ht.rotate(yt);ft+=Ht.x,Ot+=Ht.y,St.pp(kt),mt+=kt.x,jt+=kt.y,ot=It.allocAt(ft+mt,Ot+jt),tt.move(ot),It.free(ot),It.free(Ht),It.free(Nt),ye.free(kt),ai.free(St)}}E!==null?E.Ul(!1):b.Ul(!1),b=AS(a),a.location.h(a.position.x+b.x,a.position.y+b.y),It.free(b)}};function iS(a,y,x,b){if(ma(b)!==!1){var E=b.strokeWidth;E===0&&a instanceof ji&&a.type===De.Link&&a.adornedObject instanceof fi&&(E=a.adornedObject.strokeWidth),E*=b.Ca,a instanceof Ge&&a.ua!==null?(a=a.geometry.bounds,b.Ge(a.x-E/2,a.y-E/2,a.width+E,a.height+E)):a instanceof ji&&a.adornedPart.ua!==null?(a=a.adornedPart.ua.bounds,b.Ge(a.x-E/2,a.y-E/2,a.width+E,a.height+E)):b.Ge(-(E/2),-(E/2),y+E,x+E),E=b.desiredSize,E.w()||b.ua===null?b.dc.h(0,0,E.width,E.height):b.dc.assign(b.ua.bounds),gr(b,!1)}}function Hg(){this.xa="Base"}de(Hg,yr),Hg.prototype.measure=function(a,y,x,b,E,z,tt){var ot=a.Pb();a.graduatedBounds=[];var rt=ot.margin,at=rt.right+rt.left,ut=rt.top+rt.bottom;ot.measure(y,x,z,tt);var ft=ot.measuredBounds,mt=new ye(-rt.left,-rt.top,Math.max(ft.width+at,0),Math.max(ft.height+ut,0));a.graduatedBounds.push(mt),E.assign(mt);for(var yt=ot.geometry,St=ot.strokeWidth,kt=yt.flattenedSegments,Ot=yt.flattenedLengths,Nt=yt.flattenedTotalLength,jt=kt.length,Ht=0,Wt=0,Ut=on(),ee=0;ee<jt;ee++){var Ze=kt[ee],gn=[];Wt=Ht=0;for(var an=Ze.length,je=0;je<an;je+=2){var Me=Ze[je],ei=Ze[je+1];if(je!==0){var Vn=180*Math.atan2(ei-Wt,Me-Ht)/Math.PI;0>Vn&&(Vn+=360),gn.push(Vn)}Ht=Me,Wt=ei}Ut.push(gn)}if(a.graduatedIntervals===null){for(var Yi=[],mo=a.O.s,Lr=mo.length,br=0;br<Lr;br++){var ds=mo[br],kr=[];if(Yi.push(kr),ds.visible){var rh=ds.interval;if(!(0>rh)){for(var hr=0;hr<Lr;hr++)if(hr!==br){var ml=mo[hr];if(ml.visible&&ds.constructor===ml.constructor){var fs=ml.interval;fs>rh&&kr.push(fs)}}}}}a.graduatedIntervals=Yi}var sh=a.graduatedIntervals,xa=a.O.s,Ua=xa.length,ra=0,Us=0,$h=Nt;a.graduatedMarks=[];for(var vl,Vc=0;Vc<Ua;Vc++){var sa=xa[Vc];if(vl=[],sa.visible&&sa!==ot){var cs=Math.abs(sa.interval),Mp=a.graduatedTickUnit;if(!(2>Mp*cs*Nt/a.graduatedRange&&sa.graduatedSkip===null)){var Bf=Ot[0][0],Bl=0,Zs=0;Us=Nt*sa.graduatedStart-1e-4,$h=Nt*sa.graduatedEnd+1e-4;var jd=Mp*cs,aa=a.graduatedTickBase;if(aa<a.graduatedMin){var qh=(a.graduatedMin-aa)/jd;qh=qh%1===0?qh:Math.floor(qh+1),aa+=qh*jd}else aa>a.graduatedMin+jd&&(aa-=Math.floor((aa-a.graduatedMin)/jd)*jd);for(var j0=sh[Vc],Tp=aa,Gy=1e-6*a.graduatedMax,iu=1;aa<=a.graduatedMax+Gy;iu++){t:{for(var xu=j0.length,Df=0;Df<xu;Df++){var td=(aa-a.graduatedTickBase)%(j0[Df]*a.graduatedTickUnit),Yc=1e-6*a.graduatedTickUnit;if(td<Yc&&td>-Yc){var ed=!1;break t}}ed=!0}if(ed&&(aa>a.graduatedMax&&(aa=a.graduatedMax),sa.graduatedSkip===null||sa instanceof yo&&!sa.graduatedSkip(aa,sa)||sa instanceof fi&&!sa.graduatedSkip(aa,sa))&&(ra=(aa-a.graduatedMin)*Nt/a.graduatedRange,ra>Nt&&(ra=Nt),Us<=ra&&ra<=$h)){for(var ou=Ut[Bl][Zs],ah=Ot[Bl][Zs];Bl<Ot.length;){for(;ra>Bf&&Zs<Ot[Bl].length-1;)Zs++,ou=Ut[Bl][Zs],ah=Ot[Bl][Zs],Bf+=ah;if(ra<=Bf)break;Bl++,Zs=0,ou=Ut[Bl][Zs],ah=Ot[Bl][Zs],Bf+=ah}var Ks=kt[Bl],Dl=Ks[2*Zs],G0=Ks[2*Zs+1],Pu=(ra-(Bf-ah))/ah,Uc=new It(Dl+(Ks[2*Zs+2]-Dl)*Pu+St/2-yt.bounds.x,G0+(Ks[2*Zs+3]-G0)*Pu+St/2-yt.bounds.y);Uc.scale(ot.scale,ot.scale);t:{var yl=ou,Gd=Ut[Bl];if(!(.5005>Pu&&.4995<Pu)){var Ol=yl;if(.5>Pu?0<Zs?Ol=Gd[Zs-1]:Jt.$(Ks[0],Ks[Ks.length-2])&&Jt.$(Ks[1],Ks[Ks.length-1])&&(Ol=Gd[Gd.length-1]):.5<Pu&&(Zs+1<Gd.length?Ol=Gd[Zs+1]:Jt.$(Ks[0],Ks[Ks.length-2])&&Jt.$(Ks[1],Ks[Ks.length-1])&&(Ol=Gd[0])),yl!==Ol){var Of=Math.abs(yl-Ol);if(180<Of&&(yl<Ol?yl+=360:Ol+=360,Of=Math.abs(yl-Ol)),5e-4>Pu||.9995<Pu){ou=(yl+Ol)/2%360;break t}if(10>Of){var Zc=1-Math.abs(.5-Pu);ou=(yl*Zc+Ol*(1-Zc))%360;break t}}}ou=yl}if(sa instanceof yo){var ll="";sa.graduatedFunction!==null?(ll=sa.graduatedFunction(aa,sa),ll=ll!=null?ll.toString():""):ll=(+aa.toFixed(2)).toString(),ll!==""&&vl.push({$l:Uc,angle:ou,text:ll})}else vl.push({$l:Uc,angle:ou})}aa=Tp+iu*jd}}}a.graduatedMarks.push(vl)}rn(Ut);var Ir=a.graduatedMarks;if(Ir!==null)for(var bp=b.length,Ns=0;Ns<bp;Ns++){var dr=b[Ns],Es=Ir[Ns];if(dr.visible&&dr!==ot&&Es.length!==0){if(dr instanceof fi){var wu=a,lh=E,Hd=dr.alignmentFocus;Hd.Mc()&&(Hd=qo);var Hy=dr.angle;dr.Kb=0,dr.measure(1/0,1/0,0,0),dr.Kb=Hy;var H0=dr.measuredBounds,Kc=H0.width,_d=H0.height,If=ye.allocAt(0,0,Kc,_d),Xs=It.alloc();Xs.xi(If,Hd),ye.free(If);for(var Cu=-Xs.x,Sl=-Xs.y,Ba=new ye,nd=Es.length,Xc=0;Xc<nd;Xc++)for(var id=Es[Xc],_0=id.$l.x,Jc=id.$l.y,er=id.angle,ul=0;4>ul;ul++){switch(ul){case 0:Xs.h(Cu,Sl);break;case 1:Xs.h(Cu+Kc,Sl);break;case 2:Xs.h(Cu,Sl+_d);break;case 3:Xs.h(Cu+Kc,Sl+_d)}Xs.rotate(er+dr.angle),Xs.offset(_0,Jc),Xc===0&&ul===0?Ba.h(Xs.x,Xs.y,0,0):Ba.Ye(Xs),Xs.offset(-_0,-Jc),Xs.rotate(-er-dr.angle)}It.free(Xs),wu.graduatedBounds!==null&&wu.graduatedBounds.push(Ba),Jo(lh,Ba.x,Ba.y,Ba.width,Ba.height)}else if(dr instanceof yo){var Za=a,W0=E;Za.temporaryTextBlock===null&&(Za.temporaryTextBlock=new yo);var la=Za.temporaryTextBlock;yS(la,dr);var uh=dr.alignmentFocus;uh.Mc()&&(uh=qo);for(var Ka=dr.segmentOrientation,Qc=dr.segmentOffset,od=new ye,Np=0,$c=0,Il=0,Wd=0,rd=0,qc=Es.length,hh=0;hh<qc;hh++){var ru=Es[hh];Np=ru.$l.x,$c=ru.$l.y,Il=ru.angle,rd=Wd=dr.angle,Ka!==Ls&&(rd=Ka===$g||Ka===Jm?Il+dr.angle:Il,Wd=Ge.computeAngle(Ka,rd)),la.Kb=Wd,la.text=ru.text||"",la.measure(1/0,1/0,0,0);var dh=la.measuredBounds,Lu=la.naturalBounds,fh=Lu.width,Vd=Lu.height,xl=ai.alloc();xl.reset(),xl.translate(-dh.x,-dh.y),xl.scale(la.scale,la.scale),xl.rotate(rd,fh/2,Vd/2),Ka!==qg&&Ka!==ep||xl.rotate(90,fh/2,Vd/2),Ka!==tp&&Ka!==np||xl.rotate(-90,fh/2,Vd/2),Ka===Qm&&(45<Il&&135>Il||225<Il&&315>Il)&&xl.rotate(-Il,fh/2,Vd/2);var Rf=ye.allocAt(0,0,fh,Vd),ch=It.alloc();ch.xi(Rf,uh),xl.Ga(ch);var zf=-ch.x,_y=-ch.y,ku=It.alloc();ku.assign(Qc),isNaN(ku.x)&&(ku.x=fh/2+3),isNaN(ku.y)&&(ku.y=-(Vd/2+3)),ku.rotate(Il),Np+=ku.x+zf,$c+=ku.y+_y;var Yd=new ye(Np,$c,dh.width,dh.height),Ep=new ye(dh.x,dh.y,dh.width,dh.height),Wy=new ye(Lu.x,Lu.y,Lu.width,Lu.height);ru.Sz=Wd,ru.lineCount=la.lineCount,ru.lines=[la.Cb,la.Ih,la.df,la.Le,la.Qc,la.Qb,la.ze],ru.actualBounds=Yd,ru.measuredBounds=Ep,ru.naturalBounds=Wy,hh===0?od.assign(Yd):od.ed(Yd),It.free(ku),It.free(ch),ye.free(Rf),ai.free(xl)}Za.graduatedBounds!==null&&Za.graduatedBounds.push(od),Jo(W0,od.x,od.y,od.width,od.height)}gr(dr,!1)}}},Hg.prototype.arrange=function(a,y,x){if(a.graduatedBounds!==null){var b=a.Pb(),E=a.graduatedMarks;if(E!==null){var z=a.graduatedBounds,tt=0,ot=z[tt];tt++,b!==null&&b.arrange(ot.x-x.x,ot.y-x.y,ot.width,ot.height);for(var rt=y.length,at=0;at<rt;at++){var ut=y[at];ot=E[at],ut.visible&&ut!==b&&ot.length!==0&&(ot=z[tt],tt++,ut.arrange(ot.x-x.x,ot.y-x.y,ot.width,ot.height))}a.graduatedBounds=null}}},Hg.prototype.gc=function(a,y,x){var b=x.$i;x.$i=!0;var E=a.naturalBounds,z=E.width,tt=E.height;E=y instanceof na,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 fi){if(!(2>a.graduatedTickUnit*mt.interval*z.geometry.flattenedTotalLength/a.graduatedRange*tt&&mt.graduatedSkip===null)){var kt=mt.measuredBounds,Ot=mt.strokeWidth*mt.scale,Nt=mt.alignmentFocus;Nt.Mc()&&(Nt=qo);for(var jt=0;jt<St;jt++){var Ht=yt[jt].$l,Wt=yt[jt].angle,Ut=Nt,ee=mt.Ab;ee.reset(),ee.translate(Ht.x+ot.x,Ht.y+ot.y),ee.rotate(Wt+mt.angle,0,0),ee.translate(-kt.width*Ut.x+Ut.offsetX+Ot/2,-kt.height*Ut.y+Ut.offsetY+Ot/2),ee.scale(mt.scale,mt.scale),Ha(mt,!1),mt.wh.set(mt.Ab),mt.Kk=mt.scale,Ma(mt,!1),mt.gc(y,x),E&&(a.svg.appendChild(mt.svg),mt.svg=null),mt.Ab.reset()}}}else if(mt instanceof yo)for(a.temporaryTextBlock===null&&(a.temporaryTextBlock=new yo),kt=a.temporaryTextBlock,yS(kt,mt),Ot=0;Ot<St;Ot++)Nt=yt[Ot],Nt.actualBounds&&Nt.measuredBounds&&Nt.naturalBounds&&(kt.ec=Nt.text||"",kt.Kb=Nt.Sz||0,kt.Gc=Nt.lineCount||0,jt=Nt.lines,jt!==void 0&&(kt.Cb=jt[0],kt.Ih=jt[1],kt.df=jt[2],kt.Le=jt[3],kt.Qc=jt[4],kt.Qb=jt[5],kt.ze=jt[6]),Nt.naturalBounds&&(kt.dc=Nt.naturalBounds),Nt.actualBounds&&(jt=Nt.actualBounds,kt.arrange(jt.x,jt.y,jt.width,jt.height)),jt=Nt.actualBounds,kt.arrange(jt.x,jt.y,jt.width,jt.height),Ht=Nt.measuredBounds,Nt=Nt.naturalBounds,Wt=kt.Ab,Wt.reset(),Wt.translate(jt.x+ot.x,jt.y+ot.y),Wt.translate(-Ht.x,-Ht.y),kt.no(Wt,Nt.x,Nt.y,Nt.width,Nt.height),Ha(kt,!1),kt.wh.set(kt.Ab),kt.Kk=kt.scale,Ma(kt,!1),kt.Ng=mt.part,kt.Me=mt.panel,kt.gc(y,x),kt.Me=null,kt.Ng=null,E&&(a.svg.appendChild(kt.svg),kt.svg=null))}}x.$i=b,y.restore(),y.Vc(!0)};function De(a,y){if(Zt.call(this),this.na=null,a===void 0)this.na=De.Position;else if(typeof a=="string"){var x=nl.I(a);x!==null&&(this.na=x)}else a instanceof yr?this.na=a:a&&(this.na=De.Position,y=a);this.na===null&&_t("Panel type not specified or PanelLayout not loaded: "+a),this.l=this.l|4194304|(this.na===De.Grid?1048576:0),this.O=new Ie,this.yb=Qs,this.Tm=Nr,this.Uf=ri,this.$g=null,this.$e="",this.jg=new ye(NaN,NaN,NaN,NaN),this.T=this.F=null,this.xo=xn,this.jn=zo,this.kn=nr,this.ub=this.ra=null,this.zn=NaN,this.ge=this.Hh=null,y&&Object.assign(this,y)}de(De,Zt),De.prototype.cloneProtected=function(a){Zt.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},De.prototype.Af=function(a){Zt.prototype.Af.call(this,a),a.O=this.O;for(var y=a.O.s,x=y.length,b=0;b<x;b++)y[b].Me=a;a.$g=null},De.prototype.copy=function(){var a=Zt.prototype.copy.call(this);if(a!==null){for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b].copy();E.wi(a),E.Ng=null;var z=a.O,tt=z.count;if(z.Gb(tt,E),z=a.part,z!==null){z.Rh=null,E.portId!==null&&z instanceof qe&&(z.Te=!0);var ot=a.diagram;ot!==null&&ot.undoManager.isUndoingRedoing||z.cb(sr,"elements",a,null,E,null,tt)}}return a}return null},xt=De.prototype,xt.toString=function(){return"Panel("+this.type.name+")#"+Ai(this)},xt.Pn=function(a){Zt.prototype.Pn.call(this,a);for(var y=this.O.s,x=y.length,b=0;b<x;b++)y[b].Pn(a)},xt.hh=function(a,y){if(this.na===De.Grid)a.yc(),this.na.gc(this,a,y);else if(this.na===De.Graduated)a.yc(),this.na.gc(this,a,y);else{if(this.na===De.Table)if(a.yc(),a instanceof na){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===De.Spot)&&a.save();for(var b=this.Pb(),E=this.O.s,z=E.length,tt=0;tt<z;tt++){var ot=E[tt];x&&ot===b&&(a.clipInsteadOfFill=!0),ot.gc(a,y),x&&ot===b&&(a.clipInsteadOfFill=!1)}x&&(a.restore(),a.Vc(!0))}};function gv(a,y){y.lineCap="butt";var x=0<a.rowCount?a.rowDefs:null,b=0<a.columnCount?a.colDefs:null;x!==null&&wm(a,y,!0,x,!0),b!==null&&wm(a,y,!1,b,!0),x!==null&&oS(a,y,!0,x),b!==null&&oS(a,y,!1,b),x!==null&&wm(a,y,!0,x,!1),b!==null&&wm(a,y,!1,b,!1)}function oS(a,y,x,b){for(var E=b.length,z=a.actualBounds,tt=a.naturalBounds,ot=!0,rt=0;rt<E;rt++){var at=b[rt];if(at!==void 0&&at.actual!==0)if(ot)ot=!1;else{if(x){if(at.position>tt.height)continue}else if(at.position>tt.width)continue;var 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){Qo(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,b,E){for(var z=b.length,tt=a.actualBounds,ot=a.naturalBounds,rt=rS(a,!0),at=rS(a,!1),ut=0;ut<z;ut++){var ft=b[ut];if(ft!==void 0&&ft.background!==null&&ft.coversSeparators!==E&&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 kt=ft.separatorStroke;kt===null&&(kt=x?a.defaultRowSeparatorStroke:a.defaultColumnSeparatorStroke),(kt===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,Qo(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,b=0;b<x;b++){var E=y?a.rowDefs[b]:a.colDefs[b];if(E!==void 0)return E.index}return 0}function pv(a){return a==="LineV"||a==="BarV"}xt.lv=function(){for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].lv();this.Uc=!0},xt.kk=function(a,y,x){if(!Zt.prototype.kk.call(this,a,y,x))return!1;if(this.type===De.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===De.Grid||this.na===De.Graduated)return this.svg.innerHTML="",this.svg.remove(),!1;x=this.O.s;for(var b=x.length,E=0;E<b;E++)x[E].gc(a,y);return!0},xt.nk=function(){return!0},xt.$o=function(a,y,x,b){if(!this.isClipping)if(this.Dd()&&a.bk!==null){a=a.bk,y=this.O.s;for(var E=0,z=0,tt=0;tt<y.length;tt++)if(y[tt].Ed()){var ot=y[tt].actualBounds;E=tt===0?ot.x:Math.min(ot.x,E),z=tt===0?ot.y:Math.min(ot.y,z)}b.setAttributeNS(null,"clip-path","path('M "+(a.x-x.x-E)+","+(a.y-x.y-z)+" l "+a.width+" 0 l 0 "+a.height+" l -"+a.width+" 0 z')")}else Zt.prototype.$o.call(this,a,y,x,b)},xt.Sj=function(a,y,x,b,E){var z=this.se(),tt=this.transform,ot=1/(tt.m11*tt.m22-tt.m12*tt.m21),rt=tt.m22*ot,at=-tt.m12*ot,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,b,E);if(this.background!==null)return z=a*rt+y*ut+mt,ot=a*at+y*ft+yt,a=x*rt+b*ut+mt,rt=x*at+b*ft+yt,E.h(0,0),x=this.naturalBounds,z=Jt.Ff(0,0,x.width,x.height,z,ot,a,rt,E),E.transform(tt),z;z||(rt=1,ut=at=0,ft=1,yt=mt=0),ot=a*rt+y*ut+mt,a=a*at+y*ft+yt,rt=x*rt+b*ut+mt,x=x*at+b*ft+yt,E.h(rt,x),b=(rt-ot)*(rt-ot)+(x-a)*(x-a),at=!1,ft=this.O.s,yt=ft.length,ut=It.alloc(),mt=null,y=1/0;var St=null,kt=this.isClipping&&this.na===De.Spot;kt&&(St=It.alloc(),mt=this.Pb(),(at=mt.Sj(ot,a,rt,x,St))&&(y=(ot-St.x)*(ot-St.x)+(a-St.y)*(a-St.y)));for(var Ot=0;Ot<yt;Ot++){var Nt=ft[Ot];Nt.visible&&Nt!==mt&&Nt.Sj(ot,a,rt,x,ut)&&(at=!0,Nt=(ot-ut.x)*(ot-ut.x)+(a-ut.y)*(a-ut.y),Nt<b&&(b=Nt,E.set(ut)))}return kt&&(y>b&&E.set(St),It.free(St)),It.free(ut),z&&E.transform(tt),at},xt.Gj=function(){for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Gj();Zt.prototype.Gj.call(this)},xt.v=function(a){if(!ma(this)){Zt.prototype.v.call(this,a),a=null,(this.na===De.Auto||this.na===De.Link)&&(a=this.Pb());for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];if((E===a||E.isPanelMain)&&E.v(!0),!E.desiredSize.w()){var z=zs(E,!1);(E instanceof Cs||E instanceof De||E instanceof yo||z!==Ee)&&E.v(!0)}}}},xt.Uj=function(){if(!ma(this)){gr(this,!0),Ul(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Uj()}},xt.Uk=function(){if(!(this.l&2048)){Ha(this,!0),Ma(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Wu()}},xt.Wu=function(){Ma(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Wu()},xt.Wl=function(a,y,x,b){var E=this.jg;E.h(0,0,0,0);var z=this.desiredSize,tt=this.minSize;x===void 0&&(x=tt.width,b=tt.height),x=Math.max(x,tt.width),b=Math.max(b,tt.height);var ot=this.maxSize;isNaN(z.width)||(a=Math.min(z.width,ot.width)),isNaN(z.height)||(y=Math.min(z.height,ot.height)),a=Math.max(x,a),y=Math.max(b,y);var rt=this.yb;a=Math.max(a-rt.left-rt.right,0),y=Math.max(y-rt.top-rt.bottom,0);var at=this.O.s;at.length!==0&&this.na.measure(this,a,y,at,E,x,b),a=E.width+rt.left+rt.right,rt=E.height+rt.top+rt.bottom,isFinite(z.width)&&(a=z.width),isFinite(z.height)&&(rt=z.height),a=Math.min(ot.width,a),rt=Math.min(ot.height,rt),a=Math.max(tt.width,a),rt=Math.max(tt.height,rt),a=Math.max(x,a),rt=Math.max(b,rt),xr(E,a,rt),xr(this.naturalBounds,a,rt),this.Ge(0,0,a,rt)},xt.Pb=function(){if(this.$g===null){var a=this.O.s,y=a.length;if(y===0)return null;for(var x=0;x<y;x++){var b=a[x];if(b.isPanelMain===!0)return this.$g=b}this.$g=a[0]}return this.$g};function vu(a){return a.part!==null?a.part.locationObject:null}xt.eh=function(a,y,x,b){var E=this.O.s;if(this.actualBounds.h(a,y,x,b),E.length!==0){if(!this.desiredSize.w()){a=zs(this,!0);var z=this.measuredBounds;y=z.width,z=z.height;var tt=this.Kg,ot=tt.left+tt.right;switch(tt=tt.top+tt.bottom,y===x&&z===b&&(a=Ee),a){case Ee:(y>x||z>b)&&(this.v(),this.measure(y>x?x:y,z>b?b:z,0,0));break;case Ae:this.v(!0),this.measure(x+ot,b+tt,0,0);break;case Cn:this.v(!0),this.measure(x+ot,z+tt,0,0);break;case Rn:this.v(!0),this.measure(y+ot,b+tt,0,0)}}this.na.arrange(this,E,this.jg)}},xt.gh=function(a){var y=this.naturalBounds,x=vu(this);if(Rr(0,0,y.width,y.height,a.x,a.y)){y=this.O.s;for(var b=y.length,E=It.allocAt(0,0);b--;){var z=y[b];if((z.visible||z===x)&&(ki(E.set(a),z.transform),z.ca(E)))return It.free(E),!0}return It.free(E),!(this.Ma===null&&this.areaBackground===null)}return!1},xt.ks=function(a){if(this.bindingId===a)return this;for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b].ks(a);if(E!==null)return E}return null},xt.qm=function(a,y){if(y(this,a),a instanceof De){a=a.O.s;for(var x=a.length,b=0;b<x;b++)this.qm(a[b],y)}};function Fd(a,y){sS(a,a,y)}function sS(a,y,x){x(y),y=y.O.s;for(var b=y.length,E=0;E<b;E++){var z=y[E];z instanceof De&&sS(a,z,x)}}function vx(a,y){aS(a,a,y)}function aS(a,y,x){if(x(y),y instanceof De){y=y.O.s;for(var b=y.length,E=0;E<b;E++)aS(a,y[E],x)}}xt.Nl=function(a){return lS(this,this,a)};function lS(a,y,x){if(x(y))return y;if(y instanceof De){y=y.O.s;for(var b=y.length,E=0;E<b;E++){var z=lS(a,y[E],x);if(z!==null)return z}}return null}xt.fb=function(a){if(this.name===a)return this;var y=this.O.s,x=y.length;this.Hh===null&&this.itemTemplateMap===null||(x=_g(this));for(var b=0;b<x;b++){var E=y[b];if(E instanceof De){var z=E.fb(a);if(z!==null)return z}if(E.name===a)return E}return null};function uS(a){a=a.O.s;for(var y=a.length,x=0,b=0;b<y;b++){var E=a[b];E instanceof De?x=Math.max(x,uS(E)):E instanceof fi&&(x=Math.max(x,E.ig/2*E.strokeMiterLimit*E.Df()))}return x}xt.se=function(){return!(this.type===De.TableRow||this.type===De.TableColumn)};function Xu(a){return a.type===De.TableRow||a.type===De.TableColumn}xt.ic=function(a,y,x){if(this.pickable===!1||(y===void 0&&(y=null),x===void 0&&(x=null),Ps(this)))return null;var b=this.naturalBounds,E=1/this.Df(),z=this.se(),tt=z?a:ki(It.allocAt(a.x,a.y),this.transform),ot=this.diagram,rt=10,at=5;if(ot!==null&&(rt=ot.Ql("extraTouchArea"),at=rt/2),Rr(-(at*E),-(at*E),b.width+rt*E,b.height+rt*E,tt.x,tt.y)){if(!this.isAtomic){E=this.O.s;var ut=E.length;if(ot=It.alloc(),at=(rt=this.isClipping&&this.na===De.Spot)?this.Pb():null,rt&&(at.se()?ki(ot.set(a),at.transform):ot.set(a),!at.ca(ot)))return It.free(ot),z||It.free(tt),null;for(var ft=vu(this);ut--;){var mt=E[ut];if((mt.visible||mt===ft)&&(mt.se()?ki(ot.set(a),mt.transform):ot.set(a),!rt||mt!==at)){var yt=null;if(mt instanceof De?yt=mt.ic(ot,y,x):mt.pickable===!0&&mt.ca(ot)&&(yt=mt),yt!==null&&(y!==null&&(yt=y(yt)),yt!==null&&(x===null||x(yt))))return It.free(ot),z||It.free(tt),yt}}It.free(ot)}return this.background===null&&this.areaBackground===null?(z||It.free(tt),null):(a=Rr(0,0,b.width,b.height,tt.x,tt.y)?this:null,z||It.free(tt),a)}return z||It.free(tt),null},xt.ji=function(a,y,x,b){if(this.pickable===!1)return!1;y===void 0&&(y=null),x===void 0&&(x=null);var E=this.naturalBounds,z=this.se(),tt=z?a:ki(It.allocAt(a.x,a.y),this.transform);if(E=Rr(0,0,E.width,E.height,tt.x,tt.y),Xu(this)||E){if(!this.isAtomic){for(var ot=this.O.s,rt=ot.length,at=It.alloc(),ut=vu(this);rt--;){var ft=ot[rt];if(ft.visible||ft===ut){ft.se()?ki(at.set(a),ft.transform):at.set(a);var mt=ft;ft=ft instanceof De?ft:null,(ft!==null?ft.ji(at,y,x,b):mt.ca(at))&&mt.pickable!==!1&&(y!==null&&(mt=y(mt)),mt===null||x!==null&&!x(mt)||b.add(mt))}}It.free(at)}return z||It.free(tt),E&&(this.background!==null||this.areaBackground!==null)}return z||It.free(tt),!1},xt.Cf=function(a,y,x,b,E,z){if(this.pickable===!1)return!1;y===void 0&&(y=null),x===void 0&&(x=null);var tt=z;if(z===void 0&&(tt=ai.alloc(),tt.reset()),tt.multiply(this.transform),this.fh(a,tt))return mv(this,y,x,E),z===void 0&&ai.free(tt),!0;if(this.Yc(a,tt)){if(!this.isAtomic)for(var ot=vu(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 De?ut:null,mt=ai.alloc(),mt.set(tt),(ut!==null?ut.Cf(a,y,x,b,E,mt):Cr(ft,a,b,mt))&&(y!==null&&(ft=y(ft)),ft===null||x!==null&&!x(ft)||E.add(ft)),ai.free(mt))}}return z===void 0&&ai.free(tt),b}return z===void 0&&ai.free(tt),!1};function mv(a,y,x,b){for(var E=a.O.s,z=E.length;z--;){var tt=E[z];if(tt.visible){var ot=tt.actualBounds,rt=a.naturalBounds;ot.x>rt.width||ot.y>rt.height||0>ot.x+ot.width||0>ot.y+ot.height||(tt instanceof De&&mv(tt,y,x,b),y!==null&&(tt=y(tt)),tt===null||x!==null&&!x(tt)||b.add(tt))}}}xt.og=function(a,y,x,b,E,z){if(this.pickable===!1)return!1;x===void 0&&(x=null),b===void 0&&(b=null);var tt=this.naturalBounds,ot=this.se(),rt=ot?a:ki(It.allocAt(a.x,a.y),this.transform),at=ot?y:ki(It.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||Hi(rt.x,rt.y,0,0,0,tt.height)<=ut||Hi(rt.x,rt.y,0,tt.height,tt.width,tt.height)<=ut||Hi(rt.x,rt.y,tt.width,tt.height,tt.width,0)<=ut||Hi(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||(It.free(rt),It.free(at)),ft){if(!this.isAtomic){rt=It.alloc(),at=It.alloc(),ut=vu(this);for(var mt=this.O.s,yt=mt.length;yt--;){var St=mt[yt];if(St.visible||St===ut){var kt=St.actualBounds,Ot=this.naturalBounds;(!ot||!(kt.x>Ot.width||kt.y>Ot.height||0>kt.x+kt.width||0>kt.y+kt.height))&&(St.se()?(kt=St.transform,ki(rt.set(a),kt),ki(at.set(y),kt)):(rt.set(a),at.set(y)),kt=St,St=St instanceof De?St:null,(St!==null?St.og(rt,at,x,b,E,z):kt.tx(rt,at,E))&&(x!==null&&(kt=x(kt)),kt===null||b!==null&&!b(kt)||z.add(kt)))}}It.free(rt),It.free(at)}return E?ft:tt}return!1};function vv(a){var y=null;return a instanceof fi&&(y=a.spot1,y===Nr&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot1)),y===null&&(y=fo),y}function yv(a){var y=null;return a instanceof fi&&(y=a.spot2,y===Nr&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot2)),y===null&&(y=As),y}xt.add=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];for(x=0;x<y.length;x++)this.Gb(this.O.count,y[x]);return this},xt.M=function(a){return this.O.M(a)},xt.Gb=function(a,y){y instanceof bn&&_t("Cannot add a Part to a Panel: "+y+"; use a Panel instead"),(this===y||this.rg(y))&&(this===y&&_t("Cannot make a Panel contain itself: "+this.toString()),_t("Cannot make a Panel indirectly contain itself: "+this.toString()+" already contains "+y.toString()));var x=y.panel;if(x!==null&&x!==this&&_t("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!==De.Grid||y instanceof fi||_t("Can only add Shapes to a Grid Panel, not: "+y),this.na!==De.Graduated||y instanceof fi||y instanceof yo||_t("Can only add Shapes or TextBlocks to a Graduated Panel, not: "+y),y.wi(this),y.Ng=null,this.itemArray!==null){var b=y.data;b!==null&&typeof b=="object"&&(this.ge===null&&(this.ge=new Gn),this.ge.add(b,y))}var E=this.O;if(b=-1,x===this){for(var z=-1,tt=this.O.s,ot=tt.length,rt=0;rt<ot;rt++)if(tt[rt]===y){z=rt;break}if(z!==-1){if(z===a||z+1>=E.count&&a>=E.count)return;E.mb(z),b=z}else _t("element "+y.toString()+" has panel "+x.toString()+" but is not contained by it.")}(0>a||a>E.count)&&(a=E.count),E.Gb(a,y),(a===0||y.isPanelMain)&&(this.$g=null),ma(this)||this.v(),y.v(!1),y.portId!==null?this.Te=!0:y instanceof De&&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 qe&&(x.Te=!0),x.Te&&x instanceof qe&&(x.wc=null),E=this.diagram,E!==null&&E.undoManager.isUndoingRedoing||(b!==-1&&x.cb(vr,"elements",this,y,null,b,null),x.cb(sr,"elements",this,null,y,null,a)))};function Sv(a,y){a.l=y?a.l|16777216:a.l&-16777217}xt.remove=function(a){for(var y=this.O.s,x=y.length,b=-1,E=0;E<x;E++)if(y[E]===a){b=E;break}b!==-1&&this.pc(b,!0)},xt.mb=function(a){0<=a&&this.pc(a,!0)},xt.pc=function(a,y){var x=this.O,b=x.M(a);if(b.Ng=null,b.wi(null),this.ge!==null){var E=b.data;typeof E=="object"&&this.ge.remove(E)}x.mb(a),gr(this,!1),this.v(),this.$g===b&&(this.$g=null),this.graduatedIntervals=null;var z=this.part;z!==null&&(z.Rh=null,z.ag=NaN,z.Wb(),z instanceof qe&&(b instanceof De?b.qm(b,function(tt,ot){_v(z,ot,y)}):_v(z,b,y)),x=this.diagram,x!==null&&x.undoManager.isUndoingRedoing||z.cb(vr,"elements",this,b,null,a,null))},xt.Fb=function(a){0>a&&ln(a,">= 0",De,"getRowDefinition:idx"),a=Math.round(a);var y=this.rowDefs;if(y[a]===void 0){var x=new pr;x.wi(this),x.isRow=!0,x.index=a,y[a]=x,this.cb(sr,"rowdefs",this,null,x,null,a)}return y[a]},xt.oA=function(a){if(0>a&&ln(a,">= 0",De,"removeRowDefinition:idx"),this.rowCount!==0){a=Math.round(a);var y=this.rowDefs,x=y[a];if(x){y[a]=void 0;for(var b=y.length-1;0<=b&&y[b--]===void 0;)y.length--;this.cb(vr,"rowdefs",this,x,null,a,null),this.v()}}};function hS(a,y,x){var b=a.rowDefs;if(!(0>y)){if(b[y]=x instanceof pr?x:void 0,!x)for(y=b.length-1;0<=y&&b[y--]===void 0;)b.length--;a.v()}}xt.Eb=function(a){0>a&&ln(a,">= 0",De,"getColumnDefinition:idx"),a=Math.round(a);var y=this.colDefs;if(y[a]===void 0){var x=new pr;x.wi(this),x.isRow=!1,x.index=a,y[a]=x,this.cb(sr,"coldefs",this,null,x,null,a)}return y[a]},xt.jA=function(a){if(0>a&&ln(a,">= 0",De,"removeColumnDefinition:idx"),this.columnCount!==0){a=Math.round(a);var y=this.colDefs,x=y[a];if(x){y[a]=void 0;for(var b=y.length-1;0<=b&&y[b--]===void 0;)y.length--;this.cb(vr,"coldefs",this,x,null,a,null),this.v()}}};function dS(a,y,x){var b=a.colDefs;if(!(0>y)){if(b[y]=x instanceof pr?x:void 0,!x)for(y=b.length-1;0<=y&&b[y--]===void 0;)b.length--;a.v()}}xt.Gy=function(a){var y=null;return a.isRow?y=this.Fb(a.index):a.isRow||(y=this.Eb(a.index)),y&&km(y,a),this},xt.Hy=function(a,y){return(a=this.Fb(a))&&km(a,new pr(y)),this},xt.By=function(a,y){return(a=this.Eb(a))&&km(a,new pr(y)),this},xt.nz=function(a){if(0>a||this.type!==De.Table||this.rowCount===0)return-1;for(var y=0,x=this.rowDefs,b=x.length,E=this.topIndex;E<b;E++){var z=x[E];if(z!==void 0&&(y+=z.total,a<y))break}return E},xt.fz=function(a){if(0>a||this.type!==De.Table||this.columnCount===0)return-1;for(var y=0,x=this.colDefs,b=x.length,E=this.leftIndex;E<b;E++){var z=x[E];if(z!==void 0&&(y+=z.total,a<y))break}return E},xt.Fz=function(a,y){if(y===void 0&&(y=new It(NaN,NaN)),this.type!==De.Graduated)return y.h(NaN,NaN),y;a=Math.min(Math.max(a,this.graduatedMin),this.graduatedMax);var x=this.Pb();return x.geometry.Pu((a-this.graduatedMin)/this.graduatedRange,y),x.transform.Ga(y)},xt.Gz=function(a){if(this.type!==De.Graduated)return NaN;var y=this.Pb();return y.transform.Cd(a),y.geometry.xx(a)*this.graduatedRange+this.graduatedMin};function fS(a){return a=a.allBindings,a!==null&&a._isFrozen}function Wa(a){var y=a.allBindings;if(y===null)a.data!==null&&_t("Template cannot have .data be non-null: "+a),a.allBindings=y=new Ie;else if(y._isFrozen)return;var x=new Ie;Sv(a,!1),a.qm(a,function(at,ut){ut.th();var ft=ut.localBindings;if(ft!==null)for(yf(ut,!1),ft=ft.iterator;ft.next();){var mt=ft.value;mt.mode===hp&&yf(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 Ie),yt.srcBindings.add(mt))),y.add(mt)}if(ut instanceof De&&ut.type===De.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 kt=St.value;kt.xd=yt,kt.to=2,kt.wl=yt.index,y.add(kt)}}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 b=x.iterator;b.next();){var E=b.value;if(E.srcBindings!==null){yf(E,!0);for(var z=E.srcBindings.iterator;z.next();){var tt=z.value;E.localBindings===null&&(E.localBindings=new Ie),E.localBindings.add(tt)}}E.srcBindings=null}for(b=y.iterator;b.next();)if(E=b.value,z=E.xd,z!==null){E.xd=null;var ot=E.targetProperty,rt=ot.indexOf(".");0<rt&&z instanceof De&&(tt=ot.substring(0,rt),ot=ot.substr(rt+1),rt=z.fb(tt),rt!==null?(z=rt,E.targetProperty=ot):Fn('Warning: unable to find GraphObject named "'+tt+'" for Binding: '+E.toString())),z instanceof pr?(tt=Ai(z.panel),E.Ai=tt===void 0?-1:tt,z.panel.bindingId=E.Ai):z instanceof Zt?(tt=Ai(z),E.Ai=tt===void 0?-1:tt,z.bindingId=E.Ai):_t("Unknown type of binding target: "+z)}y.freeze(),a instanceof bn&&a.Zc()&&a.Va()}xt.Uy=function(a){a===void 0&&(a=!1);var y=this.copy();return vx(y,function(x){x instanceof De&&(x.allBindings=null,x.ub=null);var b=x.localBindings;b!==null&&(x.localBindings=null,b.each(function(E){x.bind(E.copy())})),b=x.animationTriggers,b!==null&&(x.animationTriggers=null,b.each(function(E){x.Jv(E.value.copy())}))}),a&&Wa(y),y},xt.La=function(a){var y=this.allBindings;if(y!==null)for(a===void 0&&(a=""),y=y.iterator;y.next();){var x=y.value,b=x.sourceProperty;if((a===""||b===""||b===a)&&(b=x.targetProperty,x.converter!==null||b!=="")){b=this.data;var E=x.sourceName;if(E!==null){if(E==="")b=this;else if(E==="/")b=this;else if(E===".")b=this;else if(E==="..")b=this;else if(b=this.fb(E),b===null)continue}else if(x.isToModel)if(b=this.diagram,b!==null)b=b.model.modelData;else continue;var z=this,tt=x.Ai;if(tt!==-1){if(z=this.ks(tt),z===null)continue}else x.xd!==null&&(z=x.xd);if(E==="/"?b=z.part:E==="."?b=z:E===".."&&(b=z.panel),E=x.to,E!==0){if(!(z instanceof De))continue;E===1?z=z.Eb(x.wl):E===2&&(z=z.Fb(x.wl))}z!==void 0&&x.Mv(z,b)}}},xt.sx=function(a){return a==null||this.ge===null?null:this.ge.I(a)};function yx(a,y){a=a.O.s;for(var x=a.length,b=y.length,E=0,z=null;E<x&&(z=a[E],!(z instanceof De&&z.data!==null));)E++,z=a[E];if(x-E!==b)return!0;if(z===null)return 0<b;for(var tt=0;E<x&&tt<b;){if(z=a[E],!(z instanceof De)||z.data!==y[tt])return!0;E++,tt++}return!1}function _g(a){if(a.type===De.Spot||a.type===De.Auto)return Math.min(a.O.length,1);if(a.type===De.Link){a=a.O;for(var y=a.length,x=0;x<y;x++){var b=a.M(x);if(!(b instanceof fi&&b.isPanelMain))break}return x}return a.type===De.Table&&0<a.O.length&&(a=a.O.M(0),a.isPanelMain&&a instanceof De&&Xu(a))?1:0}xt.mv=function(){for(var a=_g(this);this.O.length>a;)this.pc(this.O.length-1,!1);cS(this,this.itemArray)};function cS(a,y){var x=_g(a);if(y===null||y.length===0)for(;a.O.length>x;)a.pc(a.O.length-1,!1);else if(a.O.length<=x){x=y.length;for(var b=0;b<x;b++)Cm(a,y[b],b,!0)}else{b=x;for(var E=0;E<y.length;E++,b++){var z=y[E],tt=b<a.O.length?a.O.M(b):null;if(tt instanceof De){if(tt.data!==z){var ot=Pv(a,tt.data),rt=Pv(a,z),at=rt!==ot;at||(ot=wv(a,ot),at=wv(a,rt)!==ot),at?(a.pc(b,!1),Cm(a,z,E,!1)):tt.data=z}}else Cm(a,z,E,!1)}for(;b<a.O.length;)a.pc(b,!1);a.$g=null,xv(a,x,0),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 qe&&(y.Te=!0),y.Te&&y instanceof qe&&(y.wc=null))}}function Cm(a,y,x,b){if(!(y==null||0>x)){var E=Pv(a,y);if(E=wv(a,E),E!==null){if(Wa(E),E=E.copy(),E.l&16777216){var z=a.ih();z!==null&&Sv(z,!0)}typeof y=="object"&&(a.ge===null&&(a.ge=new Gn),a.ge.add(y,E)),z=x+_g(a),a.Gb(z,E),b&&(E.ub=y,xv(a,z,x),E.ub=null),E.data=y}}}function xv(a,y,x){for(a=a.O;y<a.length;){var b=a.M(y);if(b instanceof De){var E=y,z=x;b.type===De.TableRow?b.row=E:b.type===De.TableColumn&&(b.column=E),b.itemIndex=z}y++,x++}}function Pv(a,y){if(y===null)return"";if(a=a.itemCategoryProperty,typeof a=="function")a=a(y);else if(typeof a=="string"&&typeof y=="object"){if(a==="")return"";a=rr(y,a)}else return"";if(a===void 0)return"";if(typeof a=="string")return a;_t("Panel.getCategoryForItemData found a non-string category for "+y+": "+a)}function wv(a,y){var x=a.itemTemplateMap,b=null;return x!==null&&(b=x.I(y)),b===null&&(x!==null&&(b=x.I("")),b===null&&(gS||(gS=!0,Fn('No item template Panel found for category "'+y+'" on '+a),Fn(" Using default item template."),a=new De,y=new yo,y.bind(new ur("text","",$n)),a.add(y),pS=a),b=pS)),b}function Lm(a,y,x){var b=y.enabledChanged;if(b!==null&&b(y,x),y instanceof De){y=y.O.s,b=y.length;for(var E=0;E<b;E++){var z=y[E];x&&z instanceof De&&!z.isEnabled||Lm(a,z,x)}}}function Fl(a,y){y.name=a,nl.add(a,y)}re.Object.defineProperties(De.prototype,{type:{get:function(){return this.na},set:function(a){var y=this.na;y!==a&&(this.na=a,this.isAtomic=this.na===De.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&&ln(a,">= 0",De,"padding"),a=new Si(a)):(0>a.left&&ln(a.left,">= 0",De,"padding:value.left"),0>a.right&&ln(a.right,">= 0",De,"padding:value.right"),0>a.top&&ln(a.top,">= 0",De,"padding:value.top"),0>a.bottom&&ln(a.bottom,">= 0",De,"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:Qs},set:function(a){typeof a=="number"&&(a=new Si(a));var y=this.defaultSeparatorPadding;y.D(a)||(a=a.J(),this.T===null&&(this.T=new Na),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 Na),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 Na),this.T.Ha=a,this.v(),this.g("defaultRowSeparatorStrokeWidth",y,a))}},defaultRowSeparatorDashArray:{get:function(){return this.T!==null?this.T.V:null},set:function(a){var y=this.defaultRowSeparatorDashArray;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;E<x;E++){var z=a[E];typeof z=="number"&&0<=z&&isFinite(z)||_t("defaultRowSeparatorDashArray value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.T===null&&(this.T=new Na),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 Na),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 Na),this.T.F=a,this.v(),this.g("defaultColumnSeparatorStrokeWidth",y,a))}},defaultColumnSeparatorDashArray:{get:function(){return this.T!==null?this.T.o:null},set:function(a){var y=this.defaultColumnSeparatorDashArray;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;E<x;E++){var z=a[E];typeof z=="number"&&0<=z&&isFinite(z)||_t("defaultColumnSeparatorDashArray value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.T===null&&(this.T=new Na),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 Na),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||_t("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()||_t("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 yu),this.ra.lq=a,this.v(),this.g("graduatedMin",y,a),jr(this)&&(a=this.part,a!==null&&ko(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 yu),this.ra.F=a,this.v(),this.g("graduatedMax",y,a),jr(this)&&(a=this.part,a!==null&&ko(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 yu),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 yu),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 yu,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 yu,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 yu,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 yu,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 Na),this.T.Pc}},rowCount:{get:function(){return this.T===null?0:this.rowDefs.length}},colDefs:{get:function(){return this.T===null&&(this.T=new Na),this.T.Oc}},columnCount:{get:function(){return this.T===null?0:this.colDefs.length}},rowSizing:{get:function(){return this.T!==null?this.T.ob:Tm},set:function(a){var y=this.rowSizing;y!==a&&(this.T===null&&(this.T=new Na),this.T.ob=a,this.v(),this.g("rowSizing",y,a))}},columnSizing:{get:function(){return this.T!==null?this.T.j:Tm},set:function(a){var y=this.columnSizing;y!==a&&(this.T===null&&(this.T=new Na),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)&&_t("Panel.topIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new Na),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)&&_t("Panel.leftIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new Na),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 bn&&!(this instanceof ji);Wa(this),this.ub=a;var b=this.diagram;b!==null&&(x?(x=b.partManager,this instanceof Ge?(y!==null&&x.bf.remove(y),a!==null&&x.bf.add(a,this)):this instanceof bn&&(y!==null&&x.cf.remove(y),a!==null&&x.cf.add(a,this))):(x=this.panel,x!==null&&x.ge!==null&&(y!==null&&x.ge.remove(y),a!==null&&x.ge.add(a,this)))),this.g("data",y,a),b!==null&&b.undoManager.isUndoingRedoing||a!==null&&this.La()}}},itemIndex:{get:function(){return this.zn},set:function(a){var y=this.zn;y!==a&&(this.zn=a,this.g("itemIndex",y,a))}},allBindings:{get:function(){return this.A!==null?this.A.nb:null},set:function(a){this.localBindings!==a&&(this.A===null&&(this.A=new Sf),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||cS(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 Gn}var y=this.itemTemplateMap.I("");y!==a&&((a instanceof bn||a.isPanelMain)&&_t("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(););mi(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&&(mi(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 ii&&(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))}}}),re.Object.defineProperties(De,{Position:{get:function(){return nl.I("Position")}},Horizontal:{get:function(){return nl.I("Horizontal")}},Vertical:{get:function(){return nl.I("Vertical")}},Spot:{get:function(){return nl.I("Spot")}},Auto:{get:function(){return nl.I("Auto")}},Table:{get:function(){return nl.I("Table")}},Viewbox:{get:function(){return nl.I("Viewbox")}},TableRow:{get:function(){return nl.I("TableRow")}},TableColumn:{get:function(){return nl.I("TableColumn")}},Link:{get:function(){return nl.I("Link")}},Grid:{get:function(){return nl.I("Grid")}},Graduated:{get:function(){return nl.I("Graduated")}}}),De.prototype.rebuildItemElements=De.prototype.mv,De.prototype.findItemPanelForData=De.prototype.sx,De.prototype.updateTargetBindings=De.prototype.La,De.prototype.copyTemplate=De.prototype.Uy,De.prototype.graduatedValueForPoint=De.prototype.Gz,De.prototype.graduatedPointForValue=De.prototype.Fz,De.prototype.findColumnForLocalX=De.prototype.fz,De.prototype.findRowForLocalY=De.prototype.nz,De.prototype.addColumnDefinition=De.prototype.By,De.prototype.addRowDefinition=De.prototype.Hy,De.prototype.addRowColumnDefinition=De.prototype.Gy,De.prototype.removeColumnDefinition=De.prototype.jA,De.prototype.getColumnDefinition=De.prototype.Eb,De.prototype.removeRowDefinition=De.prototype.oA,De.prototype.getRowDefinition=De.prototype.Fb,De.prototype.removeAt=De.prototype.mb,De.prototype.remove=De.prototype.remove,De.prototype.insertAt=De.prototype.Gb,De.prototype.elt=De.prototype.M,De.prototype.add=De.prototype.add,De.prototype.findObject=De.prototype.fb,De.prototype.findInVisualTree=De.prototype.Nl,De.prototype.walkVisualTreeFrom=De.prototype.qm,De.prototype.findMainElement=De.prototype.Pb;var gS=!1,pS=null,nl=new Gn;De.className="Panel",De.definePanelLayout=Fl,Fl("Position",new dm),Fl("Vertical",new cm),Fl("Auto",new pm),Fl("Link",new Pm);function yu(){this.lq=0,this.F=100,this.ia=10,this.V=0,this.Zh=this.o=this.j=this.u=null}yu.prototype.copy=function(){var a=new yu;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},yu.className="GradPanelSettings";function Na(){this.Pc=[],this.Oc=[],this.j=this.ob=Tm,this.hb=this.Hb=0,this.Qp=Qs,this.Ha=1,this.V=this.ia=null,this.F=1,this.nb=this.o=this.u=null}Na.prototype.copy=function(a){for(var y=new Na,x=this.Pc,b=x.length,E=y.Pc,z=0;z<b;z++)if(x[z]!==void 0){var tt=x[z].copy();tt.wi(a),E[z]=tt}for(x=this.Oc,b=x.length,E=y.Oc,z=0;z<b;z++)x[z]!==void 0&&(tt=x[z].copy(),tt.wi(a),E[z]=tt);return y.ob=this.ob,y.j=this.j,y.Hb=this.Hb,y.hb=this.hb,y.Qp=this.Qp.J(),y.Ha=this.Ha,y.ia=this.ia,y.V=this.V,y.F=this.F,y.u=this.u,y.o=this.o,y.nb=this.nb,y},Na.className="TablePanelSettings";function pr(a){Ii(this),this.Me=null,this.uq=!0,this.Za=0,this.Hc=NaN,this.jj=0,this.hj=1/0,this.Jb=Nr,this.pa=this.oc=this.oa=0,this.be=null,this.oo=Cv,this.hg=ri,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))}pr.prototype.copy=function(){var a=new pr;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=Ke(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=Ke(y.separatorDashArray)),a.background=y.background,a.coversSeparators=y.coversSeparators,a.be=y.be}xt=pr.prototype,xt.qb=function(a){a.classType===pr&&(this.sizing=a)},xt.toString=function(){return"RowColumnDefinition "+(this.isRow?"(Row ":"(Column ")+this.index+") #"+Ai(this)},xt.wi=function(a){this.Me=a},xt.Io=function(a){var y=0,x=this.Me;if(this.index!==a&&(a=this.separatorStroke,a===null&&x!==null&&(a=this.isRow?x.defaultRowSeparatorStroke:x.defaultColumnSeparatorStroke),a!==null&&(y=this.separatorStrokeWidth,isNaN(y)&&(x!==null?y=this.isRow?x.defaultRowSeparatorStrokeWidth:x.defaultColumnSeparatorStrokeWidth:y=0))),a=this.dg,a===null)if(x!==null)a=x.defaultSeparatorPadding;else return y;return y+(this.isRow?a.top:a.left)},xt.Wc=function(){var a=0,y=this.Me,x=0,b=this.isRow;if(y!==null&&y.type===De.Table)for(var E=b?y.rowDefs.length:y.colDefs.length,z=0;z<E;z++){var tt=b?y.rowDefs[z]:y.colDefs[z];if(tt!==void 0&&tt.oa!==0){x=tt.index;break}}if(this.index!==x&&(x=this.separatorStroke,x===null&&y!==null&&(x=b?y.defaultRowSeparatorStroke:y.defaultColumnSeparatorStroke),x!==null&&(a=this.separatorStrokeWidth,isNaN(a)&&(y!==null?a=b?y.defaultRowSeparatorStrokeWidth:y.defaultColumnSeparatorStrokeWidth:a=0))),b=this.dg,b===null)if(y!==null)b=y.defaultSeparatorPadding;else return a;return a+(this.isRow?b.top+b.bottom:b.left+b.right)},xt.Ob=function(a,y,x){var b=this.Me;if(b!==null&&(b.cb(Io,a,this,y,x,void 0,void 0),this.be!==null&&(y=b.diagram,y!==null&&!y.skipsModelSourceBindings&&(b=b.ih(),b!==null&&(y=b.data,y!==null)))))for(x=this.be.iterator;x.next();)x.value.sp(this,y,a,b)};function Mm(a){if(a.sizing===Cv){var y=a.Me;return a.isRow?y.rowSizing:y.columnSizing}return a.sizing}xt.bind=function(a,y,x,b){var E=null;return typeof a=="string"?E=new ur(a,y,x,b):E=a,E.xd=this,a=this.panel,a!==null&&(y=a.ih(),y!==null&&fS(y)&&_t("Cannot add a Binding to a RowColumnDefinition that is already frozen: "+E+" on "+a)),this.be===null&&(this.be=new Ie),this.be.add(E),this},re.Object.defineProperties(pr.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&&ln(a,">= 0",pr,"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&&ln(a,">= 0",pr,"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))&&ln(a,">= 0",pr,"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&&ln(a,">= 0",pr,"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 Si(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&&Pf(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,b=0,E=0;E<x;E++){var z=a[E];typeof z=="number"&&0<=z&&isFinite(z)||_t("separatorDashArray value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.tj=a,this.panel!==null&&this.panel.N(),this.Ob("separatorDashArray",y,a)}}},background:{get:function(){return this.Ma},set:function(a){var y=this.Ma;y!==a&&(a!==null&&Pf(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}}}),pr.prototype.computeEffectiveSpacing=pr.prototype.Wc,pr.prototype.computeEffectiveSpacingTop=pr.prototype.Io;var Cv=new Se(pr,"Default",0),Wg=new Se(pr,"None",1),Tm=new Se(pr,"ProportionalExtra",2);pr.className="RowColumnDefinition",pr.Default=Cv,pr.None=Wg,pr.ProportionalExtra=Tm;function fi(a,y){Zt.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)}de(fi,Zt),fi.prototype.cloneProtected=function(a){Zt.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=Ke(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 Ad(a){a.Na===null?a.Na=new Mv:a.Na.nc&&(a.Na=a.Na.copy())}xt=fi.prototype,xt.th=function(){Zt.prototype.th.call(this),this.Na!==null&&(this.Na.nc=!0)},xt.qb=function(a){a===Ee||a===xn||a===Mi||a===ri?this.geometryStretch=a:Zt.prototype.qb.call(this,a)},xt.toString=function(){return"Shape("+(this.figure!=="None"?this.figure:this.toArrow!=="None"?this.toArrow:this.fromArrow)+")#"+Ai(this)};function wc(a,y,x,b){var E=x.length;if(!(4>E)){var z=b.measuredBounds,tt=Math.max(1,z.width);z=z.height;for(var ot=x[0],rt=x[1],at,ut,ft,mt,yt,St,kt=0,Ot=on(),Nt=2;Nt<E;Nt+=2)at=x[Nt],ut=x[Nt+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),Ot.push([ft,yt,mt,St]),kt+=St,ot=at,rt=ut;ot=x[0],rt=x[1],ft=b.measuredBounds.width,b instanceof fi&&(ft-=b.strokeWidth),1>ft&&(ft=1),E=x=ft,at=tt/2,ut=at!==0,Nt=0,St=Ot[Nt],ft=St[0],yt=St[1],mt=St[2],St=St[3];for(var jt=0;.1<=kt;){if(jt===0&&(ut?(E=x,E-=at,kt-=at,ut=!1):E=x,E===0&&(E=1)),E>kt){rn(Ot);return}E>St?(jt=E-St,E=St):jt=0;var Ht=Math.sqrt(E*E/(1+mt*mt));if(0>ft&&(Ht=-Ht),ot+=Ht,rt+=mt*Ht,a.translate(ot,rt),a.rotate(yt),a.translate(-(tt/2),-(z/2)),jt===0&&b.hh(a,y),a.translate(tt/2,z/2),a.rotate(-yt),a.translate(-ot,-rt),kt-=E,St-=E,jt!==0){if(Nt++,Nt===Ot.length){rn(Ot);return}St=Ot[Nt],ft=St[0],yt=St[1],mt=St[2],St=St[3],E=jt}}rn(Ot)}}xt.hh=function(a,y){var x=this.xc,b=this.Ui;if(x!==null||b!==null){var E=this.ua;if(E!==null){a.yc();var z=this.actualBounds,tt=this.naturalBounds;b!==null&&Qo(this,a,b,!0,!1,tt,z);var ot=this.part,rt=this.ig;if(x===null||rt!==0||ot===null||!this.isPanelMain&&ot.Pb()!==this||(rt=ot.type===De.Link&&ot instanceof ji&&ot.category==="Selection"&&ot.adornedObject instanceof fi&&ot.adornedPart.Pb()===ot.adornedObject?ot.adornedObject.strokeWidth:0),rt===0&&(x=null),x!==null&&rt!==0&&(Qo(this,a,x,!1,!1,tt,z),a.lineWidth=rt,a.lineJoin=this.strokeJoin,a.lineCap=this.strokeCap,a.miterLimit=this.strokeMiterLimit),z=!1,ot&&y.Gf("drawShadows")&&(z=ot.isShadowed),a.Il===!1&&(z=!1),ot=!0,x===null||b!==null&&b!=="transparent"||(ot=!1),tt=!1,rt=this.strokeDashArray,rt!==null&&(tt=!0,a.js(rt,this.strokeDashOffset)),E.type===_e.j)a.beginPath(),a.moveTo(E.startX,E.startY),a.lineTo(E.endX,E.endY),x!==null&&a.jk(),a.Se();else if(E.type===_e.u){var at=E.startX;rt=E.startY;var ut=E.endX,ft=E.endY;E=Math.min(at,ut);var mt=Math.min(rt,ft);at=Math.abs(ut-at),rt=Math.abs(ft-rt),a.beginPath(),a.rect(E,mt,at,rt),b!==null&&a.ng(b),x!==null&&(ot&&z&&Zl(a),a.jk(),ot&&z&&gu(a)),a.Se()}else if(E.type===_e.F)at=E.startX,rt=E.startY,ut=E.endX,ft=E.endY,E=Math.abs(ut-at)/2,mt=Math.abs(ft-rt)/2,at=Math.min(at,ut)+E,rt=Math.min(rt,ft)+mt,a.beginPath(),a.moveTo(at,rt-mt),a.bezierCurveTo(at+Jt.wg*E,rt-mt,at+E,rt-Jt.wg*mt,at+E,rt),a.bezierCurveTo(at+E,rt+Jt.wg*mt,at+Jt.wg*E,rt+mt,at,rt+mt),a.bezierCurveTo(at-Jt.wg*E,rt+mt,at-E,rt+Jt.wg*mt,at-E,rt),a.bezierCurveTo(at-E,rt-Jt.wg*mt,at-Jt.wg*E,rt-mt,at,rt-mt),a.closePath(),b!==null&&a.ng(b),x!==null&&(ot&&z&&Zl(a),a.jk(),ot&&z&&gu(a)),a.Se();else if(E.type===_e.o)for(E=E.figures,rt=E.length,mt=0;mt<rt;mt++){at=E.s[mt],a.beginPath(),a.moveTo(at.startX,at.startY),ut=at.segments.s,ft=ut.length;for(var yt=null,St=0;St<ft;St++){var kt=ut[St];switch(kt.type){case wr:a.moveTo(kt.endX,kt.endY);break;case Co:a.lineTo(kt.endX,kt.endY);break;case Wr:a.bezierCurveTo(kt.point1X,kt.point1Y,kt.point2X,kt.point2Y,kt.endX,kt.endY);break;case fa:a.quadraticCurveTo(kt.point1X,kt.point1Y,kt.endX,kt.endY);break;case fr:if(kt.radiusX===kt.radiusY){var Ot=Math.PI/180;a.arc(kt.point1X,kt.point1Y,kt.radiusX,kt.startAngle*Ot,(kt.startAngle+kt.sweepAngle)*Ot,0>kt.sweepAngle,yt!==null?yt.endX:at.startX,yt!==null?yt.endY:at.startY)}else if(yt=qs(kt,at),Ot=yt.length,Ot===0)a.lineTo(kt.centerX,kt.centerY);else for(var Nt=0;Nt<Ot;Nt++){var jt=yt[Nt];Nt===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(Nt=Ot=0,yt!==null&&yt.type===fr){if(yt=qs(yt,at),jt=yt.length,jt===0){a.lineTo(kt.endX,kt.endY);break}yt=yt[jt-1]||null,yt!==null&&(Ot=yt[6],Nt=yt[7])}else Ot=yt!==null?yt.endX:at.startX,Nt=yt!==null?yt.endY:at.startY;if(yt=Ra(kt,at,Ot,Nt),Ot=yt.length,Ot===0){a.lineTo(kt.endX,kt.endY);break}for(Nt=0;Nt<Ot;Nt++)jt=yt[Nt],a.bezierCurveTo(jt[2],jt[3],jt[4],jt[5],jt[6],jt[7]);break;default:_t("Segment not of valid type: "+kt.type)}kt.isClosed&&a.closePath(),yt=kt}ut=at.isFilled,z?at.isShadowed?(ut===!0&&b!=="transparent"&&b!==null&&a.ng(b,at.isEvenOdd),x!==null&&(ut&&ot&&Zl(a),a.jk(),ut&&ot&&gu(a))):(Zl(a),ut&&b!=="transparent"&&b!==null&&a.ng(b,at.isEvenOdd),x!==null&&a.jk(),gu(a)):(ut&&b!==null&&a.ng(b,at.isEvenOdd),x!==null&&a.jk()),a.Se(mt)}if(tt&&a.fs(),this.pathPattern!==null){if(x=this.pathPattern,x.measure(1/0,1/0),b=x.measuredBounds,x.arrange(0,0,b.width,b.height),z=this.geometry,a.save(),a.beginPath(),b=on(),z.type===_e.j)b.push(z.startX),b.push(z.startY),b.push(z.endX),b.push(z.endY),wc(a,y,b,x);else if(z.type===_e.o)for(z=z.figures.iterator;z.next();){for(ot=z.value,b.length=0,b.push(ot.startX),b.push(ot.startY),tt=ot.startX,E=ot.startY,rt=tt,mt=E,at=ot.segments.s,ut=at.length,ft=0;ft<ut;ft++){switch(St=at[ft],St.type){case wr:wc(a,y,b,x),b.length=0,b.push(St.endX),b.push(St.endY),tt=St.endX,E=St.endY,rt=tt,mt=E;break;case Co:b.push(St.endX),b.push(St.endY),tt=St.endX,E=St.endY;break;case Wr:Jt.Qe(tt,E,St.point1X,St.point1Y,St.point2X,St.point2Y,St.endX,St.endY,.5,b),tt=St.endX,E=St.endY;break;case fa:Jt.ep(tt,E,St.point1X,St.point1Y,St.endX,St.endY,.5,b),tt=St.endX,E=St.endY;break;case fr:if(kt=qs(St,ot),yt=kt.length,yt===0){b.push(St.centerX),b.push(St.centerY),tt=St.centerX,E=St.centerY;break}for(Ot=0;Ot<yt;Ot++)Nt=kt[Ot],Jt.Qe(tt,E,Nt[2],Nt[3],Nt[4],Nt[5],Nt[6],Nt[7],.5,b),tt=Nt[6],E=Nt[7];break;case Pa:if(kt=Ra(St,ot,tt,E),yt=kt.length,yt===0){b.push(St.endX),b.push(St.endY),tt=St.endX,E=St.endY;break}for(Ot=0;Ot<yt;Ot++)Nt=kt[Ot],Jt.Qe(tt,E,Nt[2],Nt[3],Nt[4],Nt[5],Nt[6],Nt[7],.5,b),tt=Nt[6],E=Nt[7];break;default:_t("Segment not of valid type: "+St.type)}St.isClosed&&(b.push(rt),b.push(mt),wc(a,y,b,x))}wc(a,y,b,x)}else if(z.type===_e.u)b.push(z.startX),b.push(z.startY),b.push(z.endX),b.push(z.startY),b.push(z.endX),b.push(z.endY),b.push(z.startX),b.push(z.endY),b.push(z.startX),b.push(z.startY),wc(a,y,b,x);else if(z.type===_e.F){if(E=new Pr,E.startX=z.endX,E.startY=(z.startY+z.endY)/2,tt=new Vi(fr),tt.startAngle=0,tt.sweepAngle=360,tt.centerX=(z.startX+z.endX)/2,tt.centerY=(z.startY+z.endY)/2,tt.radiusX=Math.abs(z.startX-z.endX)/2,tt.radiusY=Math.abs(z.startY-z.endY)/2,E.add(tt),z=qs(tt,E),ot=z.length,ot===0)b.push(tt.centerX),b.push(tt.centerY);else for(tt=E.startX,E=E.startY,rt=0;rt<ot;rt++)mt=z[rt],Jt.Qe(tt,E,mt[2],mt[3],mt[4],mt[5],mt[6],mt[7],.5,b),tt=mt[6],E=mt[7];wc(a,y,b,x)}rn(b),a.restore(),a.Vc(!1)}}}},xt.kk=function(a,y,x){return!Zt.prototype.kk.call(this,a,y,x)||this.xc===null&&this.Ui===null||this.ua===null||this.pathPattern!==null||this.geometry.figures.length!==this.svg.getElementsByTagName("path").length?!1:(a.Hl=this.svg,this.hh(a,y),a.Hl=null,!0)},xt.nk=function(a){return this.geometry!==null&&1<this.geometry.figures.length||this.pathPattern!==null?!0:Zt.prototype.nk.call(this,a)},xt.Dv=function(a,y){if(a.nodeName!=="g")a.setAttributeNS(null,"filter",y);else{a=a.getElementsByTagName("path");for(var x=0;x<a.length;x++)a[x].setAttributeNS(null,"filter",y)}},xt.ga=function(a,y){if(y===void 0&&(y=new It),a instanceof en){a.Mc()&&_t("getDocumentPoint Spot must be a real, specific Spot, not: "+a.toString());var x=this.naturalBounds,b=this.strokeWidth;y.h(a.x*(x.width+b)-b/2+x.x+a.offsetX,a.y*(x.height+b)-b/2+x.y+a.offsetY)}else y.set(a);return this.oe.Ga(y),y},xt.mi=function(a){a===void 0&&(a=new ye);var y=this.naturalBounds,x=this.oe;y=ye.allocAt(y.x,y.y,y.width,y.height);var b=this.strokeWidth;return y.Bc(b/2,b/2),b=It.allocAt(y.x,y.y).transform(x),a.h(b.x,b.y,0,0),b.h(y.right,y.y).transform(x),Jo(a,b.x,b.y,0,0),b.h(y.right,y.bottom).transform(x),Jo(a,b.x,b.y,0,0),b.h(y.x,y.bottom).transform(x),Jo(a,b.x,b.y,0,0),ye.free(y),It.free(b),a},xt.gh=function(a,y){var x=this.geometry;if(x===null||this.fill===null&&this.stroke===null)return!1;var b=x.bounds,E=this.strokeWidth/2;x.type!==_e.j||y||(E+=2);var z=ye.alloc();if(z.assign(b),z.Bc(E+2,E+2),!z.ca(a))return ye.free(z),!1;if(b=E+1e-4,x.type===_e.j)return this.stroke===null||(b=(x.endX-x.startX)*(a.x-x.startX)+(x.endY-x.startY)*(a.y-x.startY),0>(x.startX-x.endX)*(a.x-x.endX)+(x.startY-x.endY)*(a.y-x.endY)||0>b)?!1:(ye.free(z),Jt.Yb(x.startX,x.startY,x.endX,x.endY,E,a.x,a.y));if(x.type===_e.u){y=x.startX;var tt=x.startY,ot=x.endX;if(x=x.endY,z.x=Math.min(y,ot),z.y=Math.min(tt,x),z.width=Math.abs(ot-y),z.height=Math.abs(x-tt),this.fill===null){if(z.Bc(-b,-b),z.ca(a))return ye.free(z),!1;z.Bc(b,b)}return this.stroke!==null&&z.Bc(E,E),a=z.ca(a),ye.free(z),a}if(x.type===_e.F){tt=x.startX,E=x.startY,ot=x.endX;var rt=x.endY;if(x=Math.min(tt,ot),y=Math.min(E,rt),tt=Math.abs(ot-tt)/2,E=Math.abs(rt-E)/2,x=a.x-(x+tt),y=a.y-(y+E),this.fill===null){if(tt-=b,E-=b,0>=tt||0>=E||1>=x*x/(tt*tt)+y*y/(E*E))return ye.free(z),!1;tt+=b,E+=b}return this.stroke!==null&&(tt+=b,E+=b),ye.free(z),0>=tt||0>=E?!1:1>=x*x/(tt*tt)+y*y/(E*E)}if(x.type===_e.o)return ye.free(z),this.fill===null?Sh(x,a.x,a.y,E):Ia(x,a,E,1<this.strokeWidth,y);_t("Unknown Geometry type: "+x.type)},xt.Wl=function(a,y,x,b){var E=this.desiredSize,z=this.ig;if(a=Math.max(a,0),y=Math.max(y,0),this.Rd!==null)var tt=this.geometry.bounds;else{var ot=this.figure,rt=kv[ot];if(rt===void 0){var at=Jt.Ze[ot];typeof at=="string"&&(at=Jt.Ze[at]),typeof at=="function"?(rt=at(null,100,100),kv[ot]=rt):_t("Unsupported Figure: "+ot)}tt=rt.bounds}ot=tt.width,rt=tt.height,at=tt.width;var ut=tt.height;switch(zs(this,!0)){case Ee:b=x=0;break;case Ae:at=Math.max(a-z,0),ut=Math.max(y-z,0);break;case Cn:at=Math.max(a-z,0),b=0;break;case Rn:x=0,ut=Math.max(y-z,0)}isFinite(E.width)&&(at=E.width),isFinite(E.height)&&(ut=E.height);var ft=this.maxSize,mt=this.minSize;switch(x=Math.max(x-z,mt.width),b=Math.max(b-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(b,ut):Math.max(rt,b),x=Lv(this),x){case Ee:break;case Ae:ot=at,rt=ut;break;case xn:x=Math.min(at/ot,ut/rt),isFinite(x)||(x=1),ot*=x,rt*=x;break;default:_t(x+" is not a valid geometryStretch.")}this.Rd!==null?(ot===0&&(ot=.001),rt===0&&(rt=.001),x=this.Rd!==null?this.Rd:this.ua,tt=x.bounds,b=ot/tt.width,tt=rt/tt.height,isFinite(b)||(b=1),isFinite(tt)||(tt=1),this.ua=b===1&&tt===1?x:x.copy().scale(b,tt)):this.ua!==null&&Jt.$(this.ua.Sk,a-z)&&Jt.$(this.ua.Rk,y-z)||(this.ua=fi.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),E.w()?(at=E.width,ut=E.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===ri?Ae:y:y===ri?kv[a.figure].defaultStretch:y}xt.eh=function(a,y,x,b){hs(this,a,y,x,b)},xt.rs=function(a,y,x){return this.Sj(a.x,a.y,y.x,y.y,x)},xt.Sj=function(a,y,x,b,E){var z=this.transform,tt=1/(z.m11*z.m22-z.m12*z.m21),ot=z.m22*tt,rt=-z.m12*tt,at=-z.m21*tt,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+b*at+ft,rt=x*rt+b*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===_e.j)if(1.5>=this.strokeWidth)ut=Jt.Ve(at.startX,at.startY,at.endX,at.endY,z,tt,ot,rt,E);else{if(at.startX===at.endX?(b=ft,ut=0):(y=(at.endY-at.startY)/(at.endX-at.startX),ut=ft/Math.sqrt(1+y*y),b=ut*y),y=on(),a=new It,Jt.Ve(at.startX+b,at.startY+ut,at.endX+b,at.endY+ut,z,tt,ot,rt,a)&&y.push(a),a=new It,Jt.Ve(at.startX-b,at.startY-ut,at.endX-b,at.endY-ut,z,tt,ot,rt,a)&&y.push(a),a=new It,Jt.Ve(at.startX+b,at.startY+ut,at.startX-b,at.startY-ut,z,tt,ot,rt,a)&&y.push(a),a=new It,Jt.Ve(at.endX+b,at.endY+ut,at.endX-b,at.endY-ut,z,tt,ot,rt,a)&&y.push(a),ot=y.length,ot===0)return rn(y),!1;for(ut=!0,rt=1/0,b=0;b<ot;b++)a=y[b],x=(a.x-z)*(a.x-z)+(a.y-tt)*(a.y-tt),x<rt&&(rt=x,E.x=a.x,E.y=a.y);rn(y)}else if(at.type===_e.u)ut=Jt.Ff(yt.x-ft,yt.y-ft,yt.x+yt.width+ft,yt.y+yt.height+ft,z,tt,ot,rt,E);else if(at.type===_e.F){y=ye.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,E);else if(y.height===0)ut=Jt.Ve(y.x,y.y,y.x+y.width,y.y,z,tt,ot,rt,E);else{if(a=y.width/2,at=y.height/2,b=y.x+a,ut=y.y+at,x=9999,z!==ot&&(x=(tt-rt)/(z-ot)),9999>Math.abs(x)){if(rt=tt-ut-x*(z-b),0>a*a*x*x+at*at-rt*rt){E.x=NaN,E.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)+b,a=(-(a*a*x*rt)-a*at*ft)/(at*at+a*a*x*x)+b,at=x*(ot-b)+rt+ut,rt=x*(a-b)+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))?(E.x=ot,E.y=at):(E.x=a,E.y=rt)}else{if(ot=at*at,rt=z-b,ot-=ot/(a*a)*rt*rt,0>ot){E.x=NaN,E.y=NaN,ut=!1;break t}rt=Math.sqrt(ot),ot=ut+rt,rt=ut-rt,Math.abs(ot-tt)<Math.abs(rt-tt)?(E.x=z,E.y=ot):(E.x=z,E.y=rt)}ut=!0}ye.free(y)}else if(at.type===_e.o){mt=It.alloc();var St=ot-z,kt=rt-tt,Ot=St*St+kt*kt,Nt=z,jt=tt;if(0<Ot&&yt.contains(Nt,jt)&&(mt.x=Nt,mt.y=jt,this.ca(mt)))for(St!==0&&.5>Math.abs(St)?(kt*=.5/St,St=.5):kt!==0&&.5>Math.abs(kt)&&(St*=.5/kt,kt=.5),Nt-=St,jt-=kt;yt.contains(Nt,jt);)Nt-=St,jt-=kt;for(E.x=ot,E.y=rt,kt=0;kt<at.figures.count;kt++){var Ht=at.figures.s[kt],Wt=Ht.isFilled?Nt:z,Ut=Ht.isFilled?jt:tt,ee=Ht.segments;yt=Ht.startX,St=Ht.startY;for(var Ze=yt,gn=St,an=0;an<ee.count;an++){var je=ee.s[an],Me=je.type,ei=je.endX,Vn=je.endY,Yi=!1;switch(Me){case wr:Ze=ei,gn=Vn;break;case Co:Yi=Nm(yt,St,ei,Vn,Wt,Ut,ot,rt,mt);break;case Wr:Yi=Jt.Eo(yt,St,je.point1X,je.point1Y,je.point2X,je.point2Y,ei,Vn,Wt,Ut,ot,rt,.6,mt);break;case fa:Yi=Jt.Eo(yt,St,yt+2/3*(je.point1X-yt),St+2/3*(je.point1Y-St),ei+2/3*(je.point1X-ei),Vn+2/3*(je.point1Y-Vn),ei,Vn,Wt,Ut,ot,rt,.6,mt);break;case fr:case Pa:Me=je.type===fr?qs(je,Ht):Ra(je,Ht,yt,St);var mo=Me.length;if(mo===0){Yi=Nm(yt,St,je.type===fr?je.centerX:je.endX,je.type===fr?je.centerY:je.endY,Wt,Ut,ot,rt,mt);break}for(Vn=null,ei=0;ei<mo;ei++){if(Vn=Me[ei],ei===0&&Nm(yt,St,Vn[0],Vn[1],Wt,Ut,ot,rt,mt)){var Lr=bm(Wt,Ut,mt,Ot,E);Lr<Ot&&(Ot=Lr,ut=!0)}Jt.Eo(Vn[0],Vn[1],Vn[2],Vn[3],Vn[4],Vn[5],Vn[6],Vn[7],Wt,Ut,ot,rt,.6,mt)&&(Lr=bm(Wt,Ut,mt,Ot,E),Lr<Ot&&(Ot=Lr,ut=!0))}ei=Vn[6],Vn=Vn[7];break;default:_t("Unknown Segment type: "+Me)}yt=ei,St=Vn,Yi&&(Yi=bm(Wt,Ut,mt,Ot,E),Yi<Ot&&(Ot=Yi,ut=!0)),je.isClosed&&(ei=Ze,Vn=gn,Nm(yt,St,ei,Vn,Wt,Ut,ot,rt,mt)&&(je=bm(Wt,Ut,mt,Ot,E),je<Ot&&(Ot=je,ut=!0)))}}z=x-a,tt=b-y,ot=Math.sqrt(z*z+tt*tt),ot!==0&&(z/=ot,tt/=ot),E.x-=z*ft,E.y-=tt*ft,It.free(mt)}else _t("Unknown Geometry type: "+at.type);return ut?(this.transform.Ga(E),!0):!1};function bm(a,y,x,b,E){return a=x.x-a,y=x.y-y,y=a*a+y*y,y<b?(E.x=x.x,E.y=x.y,y):b}function Nm(a,y,x,b,E,z,tt,ot,rt){if(Jt.$(a,x)&&Jt.$(y,b)||Jt.$(E,tt)&&Jt.$(z,ot))return!1;var at=!1,ut=(E-tt)*(y-b)-(z-ot)*(a-x);return ut===0?!1:(rt.x=((E*ot-z*tt)*(a-x)-(E-tt)*(a*b-y*x))/ut,rt.y=((E*ot-z*tt)*(y-b)-(z-ot)*(a*b-y*x))/ut,(a>x?a-x:x-a)<(y>b?y-b:b-y)?(a=y<b?y:b,y=y<b?b:y,(rt.y>a||Jt.$(rt.y,a))&&(rt.y<y||Jt.$(rt.y,y))&&(at=!0)):(y=a<x?a:x,a=a<x?x:a,(rt.x>y||Jt.$(rt.x,y))&&(rt.x<a||Jt.$(rt.x,a))&&(at=!0)),at)}xt.fh=function(a,y){if(y===void 0)return a.Re(this.actualBounds);var x=this.ua;x===null&&(this.measure(1/0,1/0),x=this.ua),x=x.bounds;var b=this.strokeWidth/2,E=!1,z=It.alloc();return z.h(x.x-b,x.y-b),a.ca(y.Ga(z))&&(z.h(x.x-b,x.bottom+b),a.ca(y.Ga(z))&&(z.h(x.right+b,x.bottom+b),a.ca(y.Ga(z))&&(z.h(x.right+b,x.y-b),a.ca(y.Ga(z))&&(E=!0)))),It.free(z),E},xt.Yc=function(a,y){if(this.fh(a,y)||y===void 0&&(y=this.transform,a.Re(this.actualBounds)))return!0;var x=ai.alloc();x.set(y),x.Vj();var b=a.left,E=a.right,z=a.top;a=a.bottom;var tt=It.alloc();if(tt.h(b,z),x.Ga(tt),this.gh(tt,!0)||(tt.h(E,z),x.Ga(tt),this.gh(tt,!0))||(tt.h(b,a),x.Ga(tt),this.gh(tt,!0))||(tt.h(E,a),x.Ga(tt),this.gh(tt,!0)))return It.free(tt),!0;var ot=It.alloc(),rt=It.alloc();return x.set(y),x.bv(this.transform),x.Vj(),ot.x=E,ot.y=z,ot.transform(x),tt.x=b,tt.y=z,tt.transform(x),y=!1,Bd(this,tt,ot,rt)?y=!0:(tt.x=E,tt.y=a,tt.transform(x),Bd(this,tt,ot,rt)?y=!0:(ot.x=b,ot.y=a,ot.transform(x),Bd(this,tt,ot,rt)?y=!0:(tt.x=b,tt.y=z,tt.transform(x),Bd(this,tt,ot,rt)&&(y=!0)))),It.free(tt),ai.free(x),It.free(ot),It.free(rt),y};function Bd(a,y,x,b){if(!a.rs(y,x,b))return!1;a=y.x,y=y.y;var E=x.x,z=x.y;return x=b.x,b=b.y,a===E?(y<z?(a=y,y=z):a=z,b>=a&&b<=y):(a<E?(b=a,a=E):b=E,x>=b&&x<=a)}xt.tx=function(a,y,x){function b(Ot,Nt){for(var jt=Ot.length,Ht=0;Ht<jt;Ht+=2)if(Nt.zd(Ot[Ht],Ot[Ht+1])>E)return!0;return!1}if(x&&this.fill!==null&&this.gh(a,!0))return!0;var E=a.Bf(y),z=E;if(1.5<this.strokeWidth&&(E=this.strokeWidth/2+Math.sqrt(E),E*=E),y=this.ua,y===null&&(this.measure(1/0,1/0),y=this.ua,y===null))return!1;if(!x){var tt=y.bounds,ot=tt.x,rt=tt.y,at=tt.x+tt.width;if(tt=tt.y+tt.height,ir(a.x,a.y,ot,rt)<=E&&ir(a.x,a.y,at,rt)<=E&&ir(a.x,a.y,ot,tt)<=E&&ir(a.x,a.y,at,tt)<=E)return!0}if(ot=y.startX,rt=y.startY,at=y.endX,tt=y.endY,y.type===_e.j){if(x=(ot-at)*(a.x-at)+(rt-tt)*(a.y-tt),Hi(a.x,a.y,ot,rt,at,tt)<=(0<=(at-ot)*(a.x-ot)+(tt-rt)*(a.y-rt)&&0<=x?E:z))return!0}else{if(y.type===_e.u)return y=!1,x&&(y=Hi(a.x,a.y,ot,rt,ot,tt)<=E||Hi(a.x,a.y,ot,rt,at,rt)<=E||Hi(a.x,a.y,at,rt,at,tt)<=E||Hi(a.x,a.y,ot,tt,at,tt)<=E),y;if(y.type===_e.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 Hi(a.x,a.y,ot,rt,at,tt)<=E;if(x){if(a=Jt.$y(ut,ft,y,z),a*a<=E)return!0}else return!(ir(y,z,-ut,0)>=E||ir(y,z,0,-ft)>=E||ir(y,z,0,ft)>=E||ir(y,z,ut,0)>=E)}else if(y.type===_e.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&&Hi(a.x,a.y,z,ot,z,at)>E&&Hi(a.x,a.y,z,ot,rt,ot)>E&&Hi(a.x,a.y,rt,at,z,at)>E&&Hi(a.x,a.y,rt,at,rt,ot)>E)return!1;if(z=Math.sqrt(E),x){if(this.fill===null?Sh(y,a.x,a.y,z):Ia(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)>E)return!1;for(ot=z.segments.s,rt=ot.length,at=0;at<rt;at++)switch(ft=ot[at],ft.type){case wr:case Co:if(tt=ft.endX,ut=ft.endY,a.zd(tt,ut)>E)return!1;break;case Wr:var mt=on();if(Jt.Qe(tt,ut,ft.point1X,ft.point1Y,ft.point2X,ft.point2Y,ft.endX,ft.endY,.8,mt),tt=b(mt,a),rn(mt),tt||(tt=ft.endX,ut=ft.endY,a.zd(tt,ut)>E))return!1;break;case fa:if(mt=on(),Jt.ep(tt,ut,ft.point1X,ft.point1Y,ft.endX,ft.endY,.8,mt),tt=b(mt,a),rn(mt),tt||(tt=ft.endX,ut=ft.endY,a.zd(tt,ut)>E))return!1;break;case fr:case Pa:mt=ft.type===fr?qs(ft,z):Ra(ft,z,tt,ut);var yt=mt.length;if(yt===0){if(tt=ft.type===fr?ft.centerX:ft.endX,ut=ft.type===fr?ft.centerY:ft.endY,a.zd(tt,ut)>E)return!1;break}ft=null;for(var St=on(),kt=0;kt<yt;kt++)if(ft=mt[kt],St.length=0,Jt.Qe(ft[0],ft[1],ft[2],ft[3],ft[4],ft[5],ft[6],ft[7],.8,St),b(St,a))return rn(St),!1;rn(St),ft!==null&&(tt=ft[6],ut=ft[7]);break;default:_t("Unknown Segment type: "+ft.type)}}return!0}}}return!1},xt.qc=function(){this.ua=null},xt.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=Hr):a.fromArrow!=="None"&&(a.segmentIndex=0,a.alignmentFocus=new en(1-Hr.x,Hr.y)))}fi.makeGeometry=function(a,y,x){if(a.toArrow!=="None")var b=Xl[a.toArrow];else a.fromArrow!=="None"?b=Xl[a.fromArrow]:(b=Jt.Ze[a.figure],typeof b=="string"&&(b=Jt.Ze[b]),b===void 0&&_t("Unknown Shape.figure: "+a.figure),b=b(a,y,x),b.Sk=y,b.Rk=x);if(b===null){var E=Jt.Ze.Rectangle;typeof E=="function"&&(b=E(a,y,x))}return b};function vS(a){var y=Xl[a];if(y===void 0){var x=a.toLowerCase();if(x==="none")return"None";if(y=Xl[x],y===void 0){var b=null,E;for(E in Jt.um)if(E.toLowerCase()===x){b=E;break}if(b!==null)return a=_e.parse(Jt.um[b],!1),Xl[b]=a,x!==b&&(Xl[x]=b),b}}return typeof y=="string"?y:y instanceof _e?a:null}re.Object.defineProperties(fi.prototype,{geometry:{get:function(){return this.ua!==null?this.ua:this.Rd},set:function(a){var y=this.ua,x=this.Rd;if(y!==a){a!==null?this.Rd=this.ua=a.freeze():this.Rd=this.ua=null;var b=this.part;b!==null&&(b.ag=NaN),this.v(),this.g("geometry",y||x,a),jr(this)&&(a=this.part,a!==null&&ko(this,a,"geometryString"))}}},geometryString:{get:function(){return this.geometry===null?"":this.geometry.toString()},set:function(a){a=_e.parse(a);var y=a.normalize();this.geometry=a,this.position=a=It.allocAt(-y.x,-y.y),It.free(a)}},isGeometryPositioned:{get:function(){return(this.l&1048576)!==0},set:function(a){var y=(this.l&1048576)!==0;y!==a&&(this.l^=1048576,this.v(),this.g("isGeometryPositioned",y,a))}},fill:{get:function(){return this.Ui},set:function(a){var y=this.Ui;y!==a&&(a!==null&&Pf(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&&Pf(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 ln(a,"value >= 0",fi,"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"?ln(a,'"butt", "round", or "square"',fi,"strokeCap"):(Ad(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"?ln(a,'"miter", "bevel", or "round"',fi,"strokeJoin"):(Ad(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){Ad(this),this.Na.Jr=a,this.N();var x=this.part;x!==null&&(x.ag=NaN),this.g("strokeMiterLimit",y,a)}}},strokeDashArray:{get:function(){return this.Yg},set:function(a){var y=this.Yg;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;E<x;E++){var z=a[E];0<=z&&isFinite(z)||_t("strokeDashArray:value "+z+" at index "+E+" must be a positive number or zero."),b+=z}if(b===0){if(y===null)return;a=null}}this.Yg=a,this.N(),this.g("strokeDashArray",y,a)}}},strokeDashOffset:{get:function(){return this.Na!==null?this.Na.uj:0},set:function(a){var y=this.strokeDashOffset;y!==a&&0<=a&&(Ad(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()])||_t("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?_t("Unknown Shape.toArrow: "+a):y!==x&&(this.Ua===null&&(this.Ua=new zh),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?_t("Unknown Shape.fromArrow: "+a):y!==x&&(this.Ua===null&&(this.Ua=new zh),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:Nr},set:function(a){var y=this.spot1;y.D(a)||(a=a.J(),Ad(this),this.Na.fg=a,this.v(),this.g("spot1",y,a))}},spot2:{get:function(){return this.Na!==null?this.Na.gg:Nr},set:function(a){var y=this.spot2;y.D(a)||(a=a.J(),Ad(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&&(Ad(this),this.Na.br=a,this.N(),this.g("pathPattern",y,a))}},geometryStretch:{get:function(){return this.Na!==null?this.Na.jq:ri},set:function(a){var y=this.geometryStretch;y!==a&&(Ad(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 Jl),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 Jl),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 Jl),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 Jl),this.fa.o=a,this.v(),this.g("graduatedSkip",y,a))}}}),fi.prototype.intersectsRect=fi.prototype.Yc,fi.prototype.containedInRect=fi.prototype.fh,fi.prototype.getNearestIntersectionPoint=fi.prototype.rs,fi.prototype.getDocumentBounds=fi.prototype.mi,fi.prototype.getDocumentPoint=fi.prototype.ga;var Xl=new Wn,kv=new Wn;fi.className="Shape",fi.getFigureGenerators=function(){var a=new Gn,y;for(y in Jt.Ze)y!==y.toLowerCase()&&a.add(y,Jt.Ze[y]);return a.freeze(),a},fi.defineFigureGenerator=function(a,y){var x=a.toLowerCase(),b=Jt.Ze;b[a]=y,b[x]=a},fi.getArrowheadGeometries=function(){var a=new Gn;for(b in Jt.um)if(Xl[b]===void 0){var y=_e.parse(Jt.um[b],!1);Xl[b]=y,y=b.toLowerCase(),y!==b&&(Xl[y]=b)}for(var x in Xl)if(x!==x.toLowerCase()){var b=Xl[x];b instanceof _e&&a.add(x,b)}return a.freeze(),a},fi.defineArrowheadGeometry=function(a,y){var x=null;typeof y=="string"?x=_e.parse(y,!1):x=y,y=a.toLowerCase(),y!=="none"&&a!==y||_t("Shape.defineArrowheadGeometry name must not be empty or None or all-lower-case: "+a);var b=Xl;b[a]=x,b[y]=a};function Mv(){this.nc=!1,this.Hr="butt",this.Ir="miter",this.Jr=10,this.uj=0,this.br=null,this.jq=ri,this.gg=this.fg=Nr}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 yo(a,y){return Zt.call(this),Dm||(js=Ko?new _a(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}de(yo,Zt),yo.prototype.cloneProtected=function(a){Zt.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 Al(a){a.da===null?a.da=new Bv:a.da.nc&&(a.da=a.da.copy())}xt=yo.prototype,xt.th=function(){Zt.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}xt.qb=function(a){a.classType===yo?this.wrap=a:Zt.prototype.qb.call(this,a)},xt.toString=function(){return 22<this.ec.length?'TextBlock("'+this.ec.substring(0,20)+'"...)':'TextBlock("'+this.ec+'")'},xt.v=function(){Zt.prototype.v.call(this)},xt.hh=function(a,y){if(this.xc!==null&&this.ec.length!==0&&this.Ae!==null){var x=this.naturalBounds,b=this.actualBounds,E=x.width,z=x.height,tt=Yg(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;Qo(this,a,this.xc,!0,!1,x,b),(rt||at)&&Qo(this,a,this.xc,!1,!1,x,b),b=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 na&&(x=!1),y.Gf("textGreeking")===!1&&(x=!1),y=this.spacingAbove,ft=this.spacingBelow,this.flip){case Di:a.translate(E,0),a.scale(-1,1);break;case yi:a.translate(0,z),a.scale(1,-1);break;case ro:a.translate(E,z),a.scale(-1,-1)}if(a.yc(),ut=this.Gc,mt=(y+tt+ft)*ut,z>mt&&(b=this.verticalAlignment,b=b.y*z-b.y*mt+b.offsetY),ut===1&&this.ze!==null)ft=this.Cb,ft>E&&(ft=E),this.Oj(this.ze,a,0,b+y,E,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>E&&(yt=E),b+=y,this.Oj(this.Qb[mt],a,0,b,E,tt,yt,x,ot,rt,at),b+=tt+ft}switch(this.flip){case Di:a.scale(-1,1),a.translate(-E,0);break;case yi:a.scale(1,-1),a.translate(0,-z);break;case ro:a.scale(-1,-1),a.translate(-E,-z)}}},xt.Oj=function(a,y,x,b,E,z,tt,ot,rt,at,ut){var ft=0;if(ot)rt==="left"?ft=0:rt==="right"?ft=E-tt:rt==="center"&&(ft=(E-tt)/2),y.fillRect(x+ft,b+.25*z,tt,1);else{if(rt==="left"?ft=0:rt==="right"?ft=E:rt==="center"&&(ft=E/2),E=Em!==null?Em(this,z):.75*z,y.fillText(a,x+ft,b+E),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=b+ot,E=x+ft+tt,ot=b+ot;var mt=a;y.beginPath(),y.lineWidth=mt,y.moveTo(rt,at),y.lineTo(E,ot),y.stroke(),y.Se(),y instanceof na&&y.ad.classList.add("gojs-td")}ut&&(ut=b+z-z/2.2|0,a%2!==0&&(ut+=.5),b=x+ft,z=ut,x=x+ft+tt,tt=ut,ft=a,y.beginPath(),y.lineWidth=ft,y.moveTo(b,z),y.lineTo(x,tt),y.stroke(),y.Se(),y instanceof na&&y.ad.classList.add("gojs-td"))}},xt.kk=function(a,y,x){if(!Zt.prototype.kk.call(this,a,y,x))return!1;if(Qo(this,a,this.xc,!0,!1,this.naturalBounds,this.actualBounds),x){if(this.svg.getElementsByTagName("text").length===0)return!0;for(y=this.svg.getElementsByClassName("gojs-td"),x=0;x<y.length;x++)Qy(a,y[x],!1)}else y=this.svg,y.innerHTML=this.text,Qy(a,y,!0);return!0},xt.nk=function(a){return 1<this.lineCount||this.isUnderline||this.isStrikethrough?!0:Zt.prototype.nk.call(this,a)},xt.Dv=function(a,y){if(a.nodeName!=="g")a.setAttributeNS(null,"filter",y);else{a=a.getElementsByTagName("text");for(var x=0;x<a.length;x++)a[x].setAttributeNS(null,"filter",y)}},xt.Wl=function(a,y,x,b){var E=this.Gc;this.Ih=a,this.l&=-16777217;var z=this.Ae;js!==null&&kS!==z&&(kS=js.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===Ug&&(ot=ot.trim()),tt=Math.max(tt,il(ot)),ot=at+1}z=tt}else tt=z.indexOf(`
|
|
`,0),0<=tt&&(z=z.substr(0,tt)),z=il(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===Am&&(y=this.Ae,y=this.overflow===Am?SS(y):0,at=this.spacingAbove+this.spacingBelow,at=Math.max(0,Yg(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);il(at)>y&&1<at.length;)at=at.substr(0,at.length-1);at+=Zg,y=il(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(b,tt),xr(this.dc,z,tt),this.Ge(0,0,z,tt),this.svg!==null&&E!==this.Gc&&(this.Uc=!0)},xt.eh=function(a,y,x,b){hs(this,a,y,x,b)};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 Tv(a,y,x,b){var E=a.formatting===Ug;E&&(y=y.trim());var z=0,tt=a.Ae,ot=a.spacingAbove+a.spacingBelow;ot=Math.max(0,Yg(a)+ot);var rt=a.overflow===Am?SS(tt):0;if(a.Gc>=a.maxLines)b!==null&&b.h(0,ot);else if(tt=y,a.wrap===bv){a.Le=1;var at=il(y);if(rt===0||at<=x)a.Cb=Math.max(a.Cb,at),Vg(a,y,a.Cb),b!==null&&b.h(at,ot);else{for(z=Cc(a,tt),tt=tt.substr(z.length),y=Cc(a,tt),at=il(z+y);0<y.length&&at<=x;)z+=y,tt=tt.substr(y.length),y=Cc(a,tt),at=z+y,E&&(at=at.trim()),at=il(at);for(E&&(y=y.trim()),z+=y,x=Math.max(1,x-rt);il(z)>x&&1<z.length;)z=z.substr(0,z.length-1);a.l|=16777216,z+=Zg;var ut=il(z);a.Cb=ut,Vg(a,z,ut),b!==null&&b.h(ut,ot)}}else{for(rt=0,tt.length===0&&(rt=1,Vg(a,tt,0));0<tt.length;){for(y=Cc(a,tt),tt=tt.substr(y.length);il(y)>x;){var ft=1;for(at=il(y.substr(0,ft)),ut=0;at<=x;)ft++,ut=at,at=il(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=Cc(a,tt),at=il(y+ut);0<ut.length&&at<=x;)y+=ut,tt=tt.substr(ut.length),ut=Cc(a,tt),at=y+ut,E&&(at=at.trim()),at=il(at);if(E&&(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=il(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),b!==null&&b.h(a.Cb,ot*a.Le)}}function Cc(a,y){if(a.wrap===wS)return y.substr(0,1);for(var x=y.length,b=0,E=Sx;b<x&&!E.test(y.charAt(b));)b++;for(a.formatting===CS&&(x=Math.min(x,b+1));b<x&&E.test(y.charAt(b));)b++;return b>=y.length?y:y.substr(0,b)}function il(a){return js===null?8*a.length:js.measureText(a).width}function Yg(a){if(a.df!==null)return a.df;var y=a.Ae;if(js===null){var x=16;return a.df=x}return Fv[y]!==void 0&&5e3>LS?x=Fv[y]:(x=1.3*js.measureText("M").width,Fv[y]=x,LS++),a.df=x}function SS(a){if(js===null)return 6;if(Bm[a]!==void 0&&5e3>Av)var y=Bm[a];else y=js.measureText(Zg).width,Bm[a]=y,Av++;return y}function xS(a,y){var x=a.ec.replace(/\r\n/g,`
|
|
`).replace(/\r/g,`
|
|
`),b=a.spacingAbove+a.spacingBelow;if(b=Math.max(0,Yg(a)+b),x.length===0)return a.Cb=0,a.Gc=1,b;if(!a.isMultiline){var E=x.indexOf(`
|
|
`,0);0<=E&&(x=x.substr(0,E))}E=0;for(var z=a.Gc=0,tt,ot=!1;!ot;){if(tt=x.indexOf(`
|
|
`,z),tt===-1&&(tt=x.length,ot=!0),z<=tt){if(z=x.substr(z,tt-z),a.wrap!==bv){a.Le=0;var rt=Ue.alloc();Tv(a,z,y,rt),E+=rt.height,Ue.free(rt),a.Gc+=a.Le}else Tv(a,z,y,null),E+=b,a.Gc++;a.Gc===a.maxLines&&(ot=!0)}z=tt+1}return a.Lq=E}re.Object.defineProperties(yo.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"||(Al(this),this.da.Or=a,this.N(),this.g("textAlign",y,a))}},flip:{get:function(){return this.da!==null?this.da.Xf:Ee},set:function(a){var y=this.flip;y!==a&&(Al(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(),Al(this),this.da.Yr=a,xs(this),this.g("verticalAlignment",y,a))}},naturalBounds:{get:function(){if(!this.dc.w()){var a=Ue.alloc();Tv(this,this.ec,999999,a);var y=a.width;Ue.free(a),a=xS(this,y);var x=this.desiredSize;isNaN(x.width)||(y=x.width),isNaN(x.height)||(a=x.height),xr(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:Nv},set:function(a){var y=this.wrap;y!==a&&(Al(this),this.da.$r=a,this.v(),this.g("wrap",y,a))}},overflow:{get:function(){return this.da!==null?this.da.$q:Ev},set:function(a){var y=this.overflow;y!==a&&(Al(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&&Pf(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 Yg(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&&(Al(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&&(Al(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 Jl),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 Jl),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 Jl),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 Jl),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 Jl),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&&(Al(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&&(Al(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&&(Al(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&&(Al(this),this.da.Er=a,this.v(),this.g("spacingBelow",y,a))}},formatting:{get:function(){return this.da!==null?this.da.gq:Ug},set:function(a){var y=this.formatting;y!==a&&(Al(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&&ln(a,"> 0",yo,"maxLines"),Al(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 Em=null,Fm=null,bv=new Se(yo,"None",0),PS=new Se(yo,"WrapFit",1),Nv=new Se(yo,"WrapDesiredSize",2),wS=new Se(yo,"WrapBreakAll",3),Ev=new Se(yo,"OverflowClip",0),Am=new Se(yo,"OverflowEllipsis",1),Ug=new Se(yo,"FormatTrim",0),CS=new Se(yo,"FormatNone",0),Sx=/[ \u200b\u00ad]/,Fv=new Wn,LS=0,Bm=new Wn,Av=0,Zg="...",kS="",js=null,Dm=!1;yo.className="TextBlock";function Bv(){this.nc=!1,this.Hd=null,this.Xf=Ee,this.gq=Ug,this.Jq=1/0,this.$q=Ev,this.Er=this.Dr=0,this.Or="start",this.vj=this.Qr=this.Pr=null,this.Yr=vh,this.$r=Nv}Bv.prototype.copy=function(){var a=new Bv;return a.Hd=this.Hd,a.Xf=this.Xf,a.gq=this.gq,a.Jq=this.Jq,a.$q=this.$q,a.Dr=this.Dr,a.Er=this.Er,a.Or=this.Or,a.Pr=this.Pr,a.Qr=this.Qr,a.vj=this.vj,a.Yr=this.Yr,a.$r=this.$r,a},yo.getEllipsis=function(){return Zg},yo.setEllipsis=function(a){Zg=a,Bm=new Wn,Av=0},yo.getBaseline=function(){return Em},yo.setBaseline=function(a){Em=a},yo.getUnderline=function(){return Fm},yo.setUnderline=function(a){Fm=a},yo.isValidFont=function(a){if(Dm||(js=Ko?new _a(null).context:null,Dm=!0),js===null)return!0;var y=js.font;if(a===y||a==="10px sans-serif")return!0;js.font="10px sans-serif",js.font=a;var x=js.font;if(x!=="10px sans-serif")return js.font=y,!0;js.font="19px serif";var b=js.font;return js.font=a,x=js.font,js.font=y,x!==b},yo.FormatNone=CS,yo.FormatTrim=Ug,yo.None=bv,yo.OverflowClip=Ev,yo.OverflowEllipsis=Am,yo.WrapBreakAll=wS,yo.WrapDesiredSize=Nv,yo.WrapFit=PS;function Jl(){this.Tk=1,this.u=0,this.j=1,this.o=this.F=null}Jl.prototype.copy=function(){var a=new Jl;return a.Tk=this.Tk,a.u=this.u,a.j=this.j,a.F=this.F,a.o=this.o,a},Jl.className="GradElementSettings";function Gs(a,y){Zt.call(this),this.Eg=null,this.qo="",this.Xg=Xa,this.Nk=Ae,this.Zg=this.Hd=null,this.Mk=_i,this.Xf=Ee,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 Lc;de(Gs,Zt),Gs.prototype.cloneProtected=function(a){Zt.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},Gs.prototype.qb=function(a){a===Ee||a===xn||a===Mi?this.imageStretch=a:Zt.prototype.qb.call(this,a)},Gs.prototype.toString=function(){return"Picture("+this.source+")#"+Ai(this)};function kc(a){a===void 0&&(a=""),a!==""?Lc[a]&&(delete Lc[a],Om--):(Lc=new Wn,Om=0)}function MS(a,y){y.qy||(y.Fq=function(x){y.sq=!0,y.ln=!1;var b=y.Bg.copy();if(b!=null){for(b=b.iterator;b.next();){var E=b.value;E.N();var z=y.getAttribute("src")||"",tt=E.Og.I(z);if(tt!==null)for(var ot=tt.length,rt=0;rt<ot;rt++)z=tt[rt],E.Xn.add(z),z.Uc=!0,E.$b(),y.hn&&(y.eu===void 0&&(y.eu=x),z.Zg!==null&&z.Zg(z,x))}y.Bg.clear()}a.desiredSize.w()||(gr(a,!1),a.v())},y.Yp=function(x){y.ln=x;var b=y.Bg.copy();if(b!=null){for(b=b.iterator;b.next();){var E=b.value,z=y.getAttribute("src")||"",tt=E.Og.I(z);if(tt!==null){E=tt.length,z=on();for(var ot=0;ot<E;ot++)z.push(tt[ot]);if(y.hn)for(ot=0;ot<E;ot++)tt=z[ot],tt.Hd!==null&&tt.Hd(tt,x);rn(z)}}y.Bg.clear()}},y.addEventListener("load",y.Fq),y.addEventListener("error",y.Yp),y.qy=!0)}Gs.prototype.hA=function(){if(this.source!==""){kc(this.source);var a=this.source;this.source="",this.source=a}},Gs.prototype.redraw=function(){this.N(),this.Uc=!0},Gs.prototype.hh=function(a,y){var x=this.Eg;if(x!==null){var b=x.getAttribute("src");if(!(x instanceof HTMLImageElement&&(b===null||b==="")||x.ln instanceof Event&&a instanceof Ed)){var E=a instanceof na;b=this.naturalBounds;var z=0,tt=0,ot=this.qn,rt=ot?+x.width:x.naturalWidth;if(ot=ot?+x.height:x.naturalHeight,rt===void 0&&x.videoWidth&&(rt=x.videoWidth),ot===void 0&&x.videoHeight&&(ot=x.videoHeight),rt=rt||b.width,ot=ot||b.height,rt!==0&&ot!==0){var at=rt,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 Ee:if(this.sourceRect.w())break;ft>=b.width&&(z=z+St.offsetX+(ft*St.x-b.width*St.x)),mt>=b.height&&(tt=tt+St.offsetY+(mt*St.y-b.height*St.y)),rt=Math.min(b.width,ft),ot=Math.min(b.height,mt);break;case Ae:ft=b.width,mt=b.height;break;case xn:case Mi:yt===xn?(yt=Math.min(b.height/mt,b.width/ft),ft*=yt,mt*=yt):yt===Mi&&(yt=Math.max(b.height/mt,b.width/ft),ft*=yt,mt*=yt,ft>=b.width&&(z=(z+St.offsetX+(ft*St.x-b.width*St.x)/ft)*rt),mt>=b.height&&(tt=(tt+St.offsetY+(mt*St.y-b.height*St.y)/mt)*ot),rt*=1/(ft/b.width),ot*=1/(mt/b.height),ft=b.width,mt=b.height)}yt=this.Df()*y.scale;var kt=ft*yt*mt*yt,Ot=rt*ot/kt,Nt=x.__goCache;yt=null;var jt=xx;if(!E){if(x.sq&&Nt!==void 0&&4<kt&&Ot>jt*jt)for(Nt.gi===null&&(bS(Nt,4,at,ut,x),bS(Nt,16,at,ut,x)),E=Nt.gi,at=E.length,ut=0;ut<at&&E[ut].ratio*E[ut].ratio<Ot;ut++)yt=E[ut];if(!y.Xm){if(this.vl===null)if(this.Eg===null)this.vl=!1;else{E=new _a(null).context;try{E.drawImage(this.Eg,0,0)}catch(Ht){this.en=!1}try{E.getImageData(0,0,1,1).data[3]&&(this.vl=!1),this.vl=!1}catch(Ht){this.vl=!0}}if(this.vl)return}}switch(E=ft<b.width?St.offsetX+(b.width*St.x-ft*St.x):0,St=mt<b.height?St.offsetY+(b.height*St.y-mt*St.y):0,this.flip){case Di:a.translate(Math.min(b.width,ft),0),a.scale(-1,1);break;case yi:a.translate(0,Math.min(b.height,mt)),a.scale(1,-1);break;case ro:a.translate(Math.min(b.width,ft),Math.min(b.height,mt)),a.scale(-1,-1)}if(a.yc(),y.Gf("pictureRatioOptimization")&&!y.$i&&Nt!==void 0&&yt!==null&&yt.ratio!==1){a.save(),y=yt.ratio;try{a.drawImage(yt.source,z/y,tt/y,Math.min(yt.source.width,rt/y),Math.min(yt.source.height,ot/y),E,St,Math.min(b.width,ft),Math.min(b.height,mt)),a instanceof na&&(this.bt=[z/y,tt/y,Math.min(yt.source.width,rt/y),Math.min(yt.source.height,ot/y),E,St,Math.min(b.width,ft),Math.min(b.height,mt)])}catch(Ht){this.en=!1}a.restore()}else try{a.drawImage(x,z,tt,rt,ot,E,St,Math.min(b.width,ft),Math.min(b.height,mt)),a instanceof na&&(this.bt=[z,tt,rt,ot,E,St,Math.min(b.width,ft),Math.min(b.height,mt)])}catch(Ht){this.en=!1}switch(this.flip){case Di:a.scale(-1,1),a.translate(-Math.min(b.width,ft),0);break;case yi:a.scale(1,-1),a.translate(0,-Math.min(b.height,mt));break;case ro:a.scale(-1,-1),a.translate(-Math.min(b.width,ft),-Math.min(b.height,mt))}}}}},Gs.prototype.Wl=function(a,y,x,b){var E=this.desiredSize,z=zs(this,!0),tt=this.Eg,ot=this.qn,rt=0,at=0;(ot||!this.al&&tt&&tt.complete)&&(this.al=!0),tt===null?(isFinite(E.width)||(a=0),isFinite(E.height)||(y=0)):(rt=ot?+tt.width:tt.naturalWidth,at=ot?+tt.height:tt.naturalHeight),isFinite(E.width)||z===Ae||z===Cn?(isFinite(a)||(this.sourceRect.w()?a=this.sourceRect.width:tt!==null&&(a=rt)),x=0):tt!==null&&this.al!==!1&&(a=this.sourceRect.w()?this.sourceRect.width:rt),isFinite(E.height)||z===Ae||z===Rn?(isFinite(y)||(this.sourceRect.w()?y=this.sourceRect.height:tt!==null&&(y=at)),b=0):tt!==null&&this.al!==!1&&(y=this.sourceRect.w()?this.sourceRect.height:at),isFinite(E.width)&&(a=E.width),isFinite(E.height)&&(y=E.height),E=this.maxSize,z=this.minSize,x=Math.max(x||0,z.width),b=Math.max(b||0,z.height),a=Math.min(E.width,a),y=Math.min(E.height,y),a=Math.max(x,a),y=Math.max(b,y),tt===null||tt.complete||(isFinite(a)||(a=0),isFinite(y)||(y=0)),xr(this.dc,a,y),this.Ge(0,0,a,y)},Gs.prototype.eh=function(a,y,x,b){hs(this,a,y,x,b)},re.Object.defineProperties(Gs.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||_t("Picture.element must be an instance of Image, Canvas, or Video, not: "+a);var b=this.diagram;b!==null&&Mg(b,this),this.Eg=a,a!==null&&x&&a.Bg===void 0&&(a.Bg=new Be),b!==null&&x&&Oh(b,this),a!==null&&(this.qn||a.complete===!0?(a.hn&&(a.ln instanceof Event&&this.Hd!==null?this.Hd(this,a.ln):a.sq===!0&&!a.ln&&this.Zg!==null&&a.eu&&this.Zg(this,a.eu)),a.sq=!0,this.desiredSize.w()||(gr(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=Lc;if(Ko){var b=null;if(x[a]!==void 0)b=x[a];else if(a!==""){30<Om&&(kc(),x=Lc),b=yn("img"),b.hn=!0,MS(this,b);var E=this.rl;E!==null&&(b.crossOrigin=E(this)),b.src=a,x[a]=b,Om++}this.element=b,b!==null&&b.__goCache===void 0&&(b.__goCache=new TS),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}}}),Gs.prototype.redraw=Gs.prototype.redraw,Gs.prototype.reloadSource=Gs.prototype.hA;var Om=0,xx=4;Gs.className="Picture",Lc=new Wn,Gs.clearCache=kc;function TS(){this.gi=null}function bS(a,y,x,b,E){a.gi===null&&(a.gi=[]);var z=new _a(null),tt=z.context,ot=1/y;z.width=x/y,z.height=b/y,z.width!==0&&z.height!==0&&(y=new NS(z.Oa,y),x=1,0<a.gi.length&&(x=a.gi[a.gi.length-1],E=x.source,x=x.ratio),tt.setTransform(ot*x,0,0,ot*x,0,0),tt.yc(),tt.drawImage(E,0,0),a.gi.push(y))}TS.className="PictureCacheArray";function NS(a,y){this.source=a,this.ratio=y}NS.className="PictureCacheInstance";function Mc(){this.os=new _e,this.mc=null}Mc.prototype.reset=function(a){a!==null?(a.ka(),this.os=a,a.figures.clear()):this.os=new _e,this.mc=null};function Tc(a,y,x,b,E,z){a.mc=new Pr,a.mc.startX=y,a.mc.startY=x,a.mc.isFilled=b,a.mc.isEvenOdd=z||!1,a.os.figures.add(a.mc),E!==void 0&&(a.mc.isShadowed=E)}function Px(a){var y=a.mc.segments.length;0<y&&a.mc.segments.M(y-1).close()}Mc.prototype.moveTo=function(a,y,x){x===void 0&&(x=!1);var b=new Vi(wr);b.endX=a,b.endY=y,x&&b.close(),this.mc.segments.add(b)},Mc.prototype.lineTo=function(a,y,x){x===void 0&&(x=!1);var b=new Vi(Co);b.endX=a,b.endY=y,x&&b.close(),this.mc.segments.add(b)};function Ju(a,y,x,b,E,z,tt){var ot;ot===void 0&&(ot=!1);var rt=new Vi(Wr);rt.point1X=y,rt.point1Y=x,rt.point2X=b,rt.point2Y=E,rt.endX=z,rt.endY=tt,ot&&rt.close(),a.mc.segments.add(rt)}function Im(a,y,x,b,E){var z;z===void 0&&(z=!1);var tt=new Vi(fa);tt.point1X=y,tt.point1Y=x,tt.endX=b,tt.endY=E,z&&tt.close(),a.mc.segments.add(tt)}Mc.prototype.arcTo=function(a,y,x,b,E,z,tt){z===void 0&&(z=0),tt===void 0&&(tt=!1);var ot=new Vi(fr);ot.startAngle=a,ot.sweepAngle=y,ot.centerX=x,ot.centerY=b,ot.radiusX=E,ot.radiusY=z!==0?z:E,tt&&ot.close(),this.mc.segments.add(ot)};function wx(a,y,x,b,E,z,tt,ot){var rt;rt===void 0&&(rt=!1),y=new Vi(Pa,tt,ot,y,x,b,E,z),rt&&y.close(),a.mc.segments.add(y)}function ES(a){var y=Rm;return y!==null?(Rm=null,y.reset(a),y):(y=new Mc,y.reset(a),y)}var Rm=null;Mc.className="StreamGeometryContext";function os(a,y){var x=a.toLowerCase(),b=Jt.Ze;b[a]=y,b[x]=a}os("Rectangle",function(a,y,x){a="r"+y+","+x;var b=Jt.Mf[a];return b!==void 0||(b=new _e(_e.u),b.endX=y,b.endY=x,Jt.Nf<Jt.vm&&(Jt.Mf[a]=b,Jt.Nf++)),b}),os("Square",function(a,y,x){a="s"+y+","+x;var b=Jt.Mf[a];return b!==void 0||(b=new _e(_e.u),b.endX=y,b.endY=x,b.defaultStretch=xn,Jt.Nf<Jt.vm&&(Jt.Mf[a]=b,Jt.Nf++)),b}),os("RoundedRectangle",function(a,y,x){a=a?a.parameter1:NaN,(isNaN(a)||0>a)&&(a=5),a=Math.min(a,y/3),a=Math.min(a,x/3);var b="rr"+y+","+x+","+a,E=Jt.Mf[b];if(E!==void 0)return E;var z=a*Jt.wg;return E=new _e().add(new Pr(a,0,!0).add(new Vi(Co,y-a,0)).add(new Vi(Wr,y,a,y-z,0,y,z)).add(new Vi(Co,y,x-a)).add(new Vi(Wr,y-a,x,y,x-z,y-z,x)).add(new Vi(Co,a,x)).add(new Vi(Wr,0,x-a,z,x,0,x-z)).add(new Vi(Co,0,a)).add(new Vi(Wr,a,0,0,z,z,0).close())),1<z&&(E.spot1=new en(0,0,z,z),E.spot2=new en(1,1,-z,-z)),Jt.Nf<Jt.vm&&(Jt.Mf[b]=E,Jt.Nf++),E}),os("Border","RoundedRectangle"),os("Ellipse",function(a,y,x){a="e"+y+","+x;var b=Jt.Mf[a];return b!==void 0||(b=new _e(_e.F),b.endX=y,b.endY=x,b.spot1=Zo,b.spot2=Eo,Jt.Nf<Jt.vm&&(Jt.Mf[a]=b,Jt.Nf++)),b}),os("Circle",function(a,y,x){a="c"+y+","+x;var b=Jt.Mf[a];return b!==void 0||(b=new _e(_e.F),b.endX=y,b.endY=x,b.spot1=Zo,b.spot2=Eo,b.defaultStretch=xn,Jt.Nf<Jt.vm&&(Jt.Mf[a]=b,Jt.Nf++)),b}),os("TriangleRight",function(a,y,x){return new _e().add(new Pr(0,0).add(new Vi(Co,y,.5*x)).add(new Vi(Co,0,x).close())).pm(0,.25,.5,.75)}),os("TriangleDown",function(a,y,x){return new _e().add(new Pr(0,0).add(new Vi(Co,y,0)).add(new Vi(Co,.5*y,x).close())).pm(.25,0,.75,.5)}),os("TriangleLeft",function(a,y,x){return new _e().add(new Pr(y,x).add(new Vi(Co,0,.5*x)).add(new Vi(Co,y,0).close())).pm(.5,.25,1,.75)}),os("TriangleUp",function(a,y,x){return new _e().add(new Pr(y,x).add(new Vi(Co,0,x)).add(new Vi(Co,.5*y,0).close())).pm(.25,.5,.75,1)}),os("Triangle","TriangleUp"),os("Diamond",function(a,y,x){return new _e().add(new Pr(.5*y,0).add(new Vi(Co,0,.5*x)).add(new Vi(Co,.5*y,x)).add(new Vi(Co,y,.5*x).close())).pm(.25,.25,.75,.75)}),os("LineH",function(a,y,x){return a=new _e(_e.j),a.startX=0,a.startY=x/2,a.endX=y,a.endY=x/2,a}),os("LineV",function(a,y,x){return a=new _e(_e.j),a.startX=y/2,a.startY=0,a.endX=y/2,a.endY=x,a}),os("None","Rectangle"),os("BarH","Rectangle"),os("BarV","Rectangle"),os("MinusLine","LineH"),os("PlusLine",function(a,y,x){return new _e().add(new Pr(0,x/2,!1).add(new Vi(Co,y,x/2)).add(new Vi(wr,y/2,0)).add(new Vi(Co,y/2,x)))}),os("XLine",function(a,y,x){return new _e().add(new Pr(0,x,!1).add(new Vi(Co,y,0)).add(new Vi(wr,0,0)).add(new Vi(Co,y,x)))}),os("LineRight",function(a,y,x){return new _e().add(new Pr(.25*y,0,!1).add(new Vi(Co,.75*y,.5*x)).add(new Vi(Co,.25*y,x)))}),os("LineDown",function(a,y,x){return new _e().add(new Pr(0,.25*x,!1).add(new Vi(Co,.5*y,.75*x)).add(new Vi(Co,y,.25*x)))}),os("LineLeft",function(a,y,x){return new _e().add(new Pr(.75*y,0,!1).add(new Vi(Co,.25*y,.5*x)).add(new Vi(Co,.75*y,x)))}),os("LineUp",function(a,y,x){return new _e().add(new Pr(0,.75*x,!1).add(new Vi(Co,.5*y,.25*x)).add(new Vi(Co,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=Yo,this.ir=null,this.jr="",this.lr=Nr,this.Gq="",this.Hq=fo,this.Pq=oo,this.Kq=Xi,this.Up=null,this.Cq=127,this.zr=wo,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 bn(a,y){a===void 0||a instanceof yr||typeof a=="string"?De.call(this,a):(De.call(this),a&&(y=a)),this.G=2408959,this.Tf="",this.P=null,this.Jg="",this.Qf=this.Ug=null,this.ec="",this.Ah=this.Ig=null,this.ke=new It(NaN,NaN).freeze(),this.nf=null,this.Ao=NaN,this.vw=-1,this.py=new ye,this.Rh=null,this.ag=NaN,y&&Object.assign(this,y)}de(bn,De),bn.prototype.cloneProtected=function(a){De.prototype.cloneProtected.call(this,a),a.G=this.G&-4097|49152,a.Tf=this.Tf,this.P!==null&&(a.P=this.P.nc?this.P:this.P.copy()),a.Jg=this.Jg,a.Qf=null,a.ec=this.ec,a.ke.assign(this.ke),a.Ao=this.Ao},xt=bn.prototype,xt.Af=function(a){De.prototype.Af.call(this,a),a.oh(),a.Ug=null,a.nf=null,a.Rh=null},xt.toString=function(){var a=vn(this.constructor)+"#"+Ai(this);return this.data!==null&&(a+="("+$n(this.data)+")"),a};function Hs(a){a.P===null?a.P=new Dv:a.P.nc&&(a.P=a.P.copy())}xt.th=function(){De.prototype.th.call(this),this.P!==null&&(this.P.nc=!0)},xt.gk=function(a,y,x,b,E,z,tt){var ot=this.diagram;ot!==null&&(a===sr&&y==="elements"?E instanceof De?Fd(E,function(rt){ay(ot.partManager,rt),Cd(ot,rt)}):Oh(ot,E):a===vr&&y==="elements"&&(E instanceof De?Fd(E,function(rt){ly(ot.partManager,rt,ot)}):Mg(ot,E)),ot.cb(a,y,x,b,E,z,tt))},xt.La=function(a){if(De.prototype.La.call(this,a),this.data!==null){for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];E instanceof De&&Fd(E,function(z){z.data!==null&&z.La()})}for(y=this.adornments;y.next();)y.value.La(a)}},bn.prototype.updateRelationshipsFromData=function(){var a;this.data!==null&&((a=this.diagram)===null||a===void 0||a.partManager.updateRelationshipsFromData(this))},bn.prototype.Pj=function(a){var y=this.Qf;return y===null?null:y.I(a)},bn.prototype.bh=function(a,y){if(y!==null){var x=null,b=this.Qf;if(b!==null&&(x=b.I(a)),x!==y){if(x!==null){var E=x.diagram;E!==null&&E.remove(x)}b===null&&(this.Qf=b=new Gn),y.Tf!==a&&(y.category=a),b.add(a,y),a=this.diagram,a!==null&&(a.add(y),a=y.adornedObject,a!==null&&(a=a.ih(),a!==null&&(y.data=a.data)))}}},bn.prototype.Jf=function(a){var y=this.Qf;if(y!==null){var x=y.I(a);if(x!==null){var b=x.diagram;b!==null&&b.remove(x)}y.remove(a),y.count===0&&(this.Qf=null)}},bn.prototype.Ej=function(){var a=this.Qf;if(a!==null){var y=on();for(a=a.iterator;a.next();)y.push(a.key);a=y.length;for(var x=0;x<a;x++)this.Jf(y[x]);rn(y)}},bn.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 ii?a.groupSelectionAdornmentTemplate:a.nodeSelectionAdornmentTemplate),!(x instanceof ji))break t;Wa(x),x=x.copy(),x!==null&&(this.ph()&&this.selectionObject===this.path&&(x.type=De.Link),x.adornedObject=y)}if(x!==null){x.type===De.Link&&x.v(),this.bh("Selection",x);break t}}this.Jf("Selection")}for(Cx(this,a),y=this.adornments;y.next();)y.value.La()}},bn.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 zm(a){if(jh(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,jh(a)!==!1){var y=a.position,x=a.location;x.w()&&y.w()||DS(a,y,x),x=a.Ib;var b=ye.alloc().assign(x);x.ka(),x.x=y.x,x.y=y.y,x.freeze(),a.Xl(b,x),ye.free(b),Rv(a,!1)}}bn.prototype.Ge=function(a,y,x,b){var E=this.uc;E.h(a,y,x,b),this.Lb===null&&(this.Lb=new ai);var z=this.Lb;z.reset(),this.no(z,a,y,x,b),this.Lb=z,z.ws()||z.pp(E)},bn.prototype.no=function(a,y,x,b,E){if(this.Ca!==1&&a.scale(this.Ca),this.Kb!==0){var z=_i;this.locationSpot.sb()&&(z=this.locationSpot);var tt=It.alloc();if(this.locationObject!==this)for(y=this.locationObject,x=y.naturalBounds,tt.yi(x.x,x.y,x.width,x.height,z),y.Lb!==null&&y.Lb.Ga(tt),tt.offset(-y.measuredBounds.x,-y.measuredBounds.y),z=y.panel;z!==null&&z!==this;)z.Lb!==null&&z.Lb.Ga(tt),tt.offset(-z.measuredBounds.x,-z.measuredBounds.y),z=z.panel;else tt.yi(y,x,b,E,z);a.rotate(this.Kb,tt.x,tt.y),It.free(tt)}},bn.prototype.move=function(a,y){y===!0?this.location=a:this.position=a},bn.prototype.moveTo=function(a,y,x){a=It.allocAt(a,y),this.move(a,x),It.free(a)},bn.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())},bn.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())},bn.prototype.fb=function(a){if(this.name===a)return this;var y=this.Rh;if(y===null&&(this.Rh=y=new Gn),y.I(a)!==null)return y.I(a);var x=De.prototype.fb.call(this,a);return x!==null?(y.set(a,x),x):(y.set(a,null),null)};function Qu(a,y,x,b){b===void 0&&(b=new It),x=x.Mc()?_i:x;var E=y.naturalBounds;if(b.h(E.width*x.x+x.offsetX,E.height*x.y+x.offsetY),y===null||y===a)return b;for(y.transform.Ga(b),y=y.panel;y!==null&&y!==a;)y.transform.Ga(b),y=y.panel;return a.Lb!==null&&a.Lb.Ga(b),b.offset(-a.uc.x,-a.uc.y),b}bn.prototype.mi=function(a){return a===void 0&&(a=new ye),a.assign(this.actualBounds)},bn.prototype.Va=function(){this.measure(1/0,1/0),this.arrange()};function AS(a){var y=It.alloc(),x=a.locationObject,b=x.naturalBounds,E=x instanceof fi?x.strokeWidth:0;if(y.yi(0,0,b.width+E,b.height+E,a.locationSpot),x!==a)for(y.offset(-E/2,-E/2),x.transform.Ga(y),x=x.panel;x!==null&&x!==a;)x.transform.Ga(y),x=x.panel;return a.Lb!==null&&a.Lb.Ga(y),y.offset(-a.uc.x,-a.uc.y),y}function Dd(a,y){var x=a.py;isNaN(a.ag)&&(a.ag=uS(a));var b=a.ag,E=2*b;if(!a.isShadowed)return x.h(y.x-1-b,y.y-1-b,y.width+2+E,y.height+2+E),x;b=y.x,E=y.y;var z=y.width;y=y.height;var tt=a.shadowBlur;return a=a.shadowOffset,z+=tt,y+=tt,b-=tt/2,E-=tt/2,0<a.x?z+=a.x:(b+=a.x,z-=a.x),0<a.y?y+=a.y:(E+=a.y,y-=a.y),x.h(b-1,E-1,z+2,y+2),x}bn.prototype.arrange=function(){if(Ps(this)===!1)FS(this);else{Ul(this,!1);var a=this.Ib,y=ye.alloc();y.assign(a);var x=Gh(this);this.eh(0,0,this.uc.width,this.uc.height);var b=this.position;DS(this,b,this.location),a.ka(),a.x=b.x,a.y=b.y,a.freeze(),this.Xl(y,a),y.D(a)?this.Fd(x):!this.Zc()||Jt.B(y.width,a.width)&&Jt.B(y.height,a.height)||0<=this.vw&&this.C(16),ye.free(y),Rv(this,!1)}},xt=bn.prototype,xt.Xl=function(a,y){var x=this.diagram;if(x!==null){var b=!1;if(x.Zi===!1&&a.w()){var E=ye.alloc();E.assign(x.documentBounds),E.Fv(x.padding),a.x>E.x&&a.y>E.y&&a.right<E.right&&a.bottom<E.bottom&&y.x>E.x&&y.y>E.y&&y.right<E.right&&y.bottom<E.bottom&&(b=!0),ye.free(E)}!(this.G&65536)&&a.D(y)||RS(this,b,x),x.N(),!a.w()&&!y.w()||Pl(a,y)||(this instanceof qe&&!x.undoManager.isUndoingRedoing&&this.Bd(),this.oh())}},xt.zv=function(a,y,x){if(this.ph()||!a.w())return!1;var b=this.diagram;return b!==null&&BS(this,b,a,y,x),this.pa=a,this.G&=-2097153,!this.ke.w()||b!==null&&!b.animationManager.isTicking&&b.undoManager.isUndoingRedoing||(b=this.ke,this.ke=new It(b.x+(a.x-y),b.y+(a.y-x)),this.g("location",b,this.ke.copy())),jh(this)===!1&&Ps(this)===!1&&(zm(this),FS(this)),!0};function BS(a,y,x,b,E){y===null||a instanceof ji||(y=y.animationManager,y.zb&&$f(y,a,new It(b,E),x))}xt.mm=function(a,y,x){var b=this.ke,E=this.pa;if(x){if(b.x===a&&b.y===y)return;jh(this)||Ps(this)?E.h(NaN,NaN):E.h(E.x+a-b.x,E.y+y-b.y),b.h(a,y)}else{if(E.x===a&&E.y===y)return;b.h(b.x+a-E.x,b.y+y-E.y),E.h(a,y)}zm(this)},xt.Av=function(){this.G&=-2097153,zm(this)};function DS(a,y,x){var b=AS(a),E=a.diagram,z=x.w(),tt=y.w();z&&tt?a.G&2097152?OS(a,y,x,E,b):IS(a,y,x,E,b):z?OS(a,y,x,E,b):tt&&IS(a,y,x,E,b),a.G|=2097152,It.free(b),a.Uk()}function OS(a,y,x,b,E){var z=y.x,tt=y.y;y.h(x.x-E.x,x.y-E.y),b!==null&&(x=b.animationManager,(b=x.defaultAnimation.isAnimating)||!x.zb||a instanceof ji||$f(x,a,new It(z,tt),y),b||y.x===z&&y.y===tt||a.g("position",new It(z,tt),y.copy()))}function IS(a,y,x,b,E){var z=x.copy();x.h(y.x+E.x,y.y+E.y),x.D(z)||b===null||a.g("location",z,x.copy())}function RS(a,y,x){zv(a,!1),a instanceof qe&&Vu(x,a),a.layer.isTemporary||y||x.Ya(),y=a.Ib;var b=x.viewportBounds;b.w()?Gh(a)?(zl(y,b)||a.Fd(!1),a.updateAdornments()):a.isVisible()&&y.Yc(b)?(a.Fd(!0),a.updateAdornments()):a.Wb():x.vd=!0}xt.si=function(){return!0},xt.Zc=function(){return!0},xt.ph=function(){return!1},xt.Dd=function(){return!0};function Iv(a,y,x,b){y.constructor===a.constructor||GS||(GS=!0,Fn('Should not change the class of the Part when changing category from "'+x+'" to "'+b+'"'),Fn(" Old class: "+vn(a.constructor)+", new class: "+vn(y.constructor)+", part: "+a.toString())),a.Ej();var E=a.data;x=a.layerName;var z=a.isSelected,tt=a.isHighlighted,ot=!0,rt=!0,at=!1;a instanceof qe&&(ot=a.isTreeLeaf,rt=a.isTreeExpanded,at=a.wasTreeExpanded),y.Af(a),y.cloneProtected(a),a.Tf=b,a.svg!==null&&(a.svg.remove(),a.svg=null,a.Uc=!0),a.v(),a.N(),y=a.diagram,b=!0,y!==null&&(b=y.skipsUndoManager,y.skipsUndoManager=!0),a.ub=E,a.G=z?a.G|4096:a.G&-4097,a.G=tt?a.G|524288:a.G&-524289,a instanceof qe&&(a.U=ot?a.U|4:a.U&-5,a.U=rt?a.U|1:a.U&-2,a.U=at?a.U|2:a.U&-3),E!==null&&a.La(),E=a.layerName,E!==x&&(a.Jg=x,a.layerName=E),y!==null&&(y.skipsUndoManager=b),a.Zc()&&a.C(64)}bn.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},bn.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},bn.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},bn.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},bn.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},bn.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},bn.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},bn.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},bn.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 jh(a){return(a.G&32768)!==0}function Rv(a,y){a.G=y?a.G|32768:a.G&-32769}function zv(a,y){a.G=y?a.G|65536:a.G&-65537}function Gh(a){return(a.G&131072)!==0}xt=bn.prototype,xt.Fd=function(a){this.G=a?this.G|131072:this.G&-131073};function jm(a,y){a.G=y?a.G|1048576:a.G&-1048577}xt.oh=function(){var a=this.containingGroup;a!==null&&(a.v(),a.placeholder!==null&&a.placeholder.v(),a.Bd())},xt.N=function(){var a=this.diagram;a!==null&&!Ps(this)&&!jh(this)&&this.isVisible()&&this.Ib.w()&&a.N(Dd(this,this.Ib))},xt.v=function(){De.prototype.v.call(this);var a=this.diagram;a!==null&&(a.De.add(this),this instanceof qe&&this.labeledLink!==null&&xs(this.labeledLink),a.$b(!0))},xt.Vo=function(a){a||(a=this.Ah,a!==null&&Vv(a,this))},xt.Wo=function(a){a||(a=this.Ah,a!==null&&Yv(a,this))},xt.Lj=function(){var a=this.data;if(a!==null){var y=this.diagram;y!==null&&(y=y.model,y!==null&&y.cm(a))}},xt.oz=function(){return jv(this,this)};function jv(a,y){var x=y.containingGroup;return x!==null?1+jv(a,x):y instanceof qe&&(y=y.labeledLink,y!==null)?jv(a,y):0}xt.sz=function(){return zS(this,this)};function zS(a,y){var x=y.containingGroup;return x!==null||y instanceof qe&&(x=y.labeledLink,x!==null)?zS(a,x):y}xt.Td=function(a){return a instanceof ii?Gv(this,this,a):!1};function Gv(a,y,x){if(y===x||x===null)return!1;var b=y.containingGroup;return b===null||b!==x&&!Gv(a,b,x)?y instanceof qe&&(y=y.labeledLink,y!==null)?Gv(a,y,x):!1:!0}xt.px=function(a){if(a===null)return null;if(this===a)return this.containingGroup;for(var y=this;y!==null;){if(y instanceof ii&&jm(y,!0),y instanceof qe){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 qe&&(a=y.labeledLink,a!==null&&(y=a)),y=y.containingGroup}for(y=this;y!==null;)y instanceof ii&&jm(y,!1),y instanceof qe&&(a=y.labeledLink,a!==null&&(y=a)),y=y.containingGroup;return x},bn.prototype.canLayout=function(){if(!this.isLayoutPositioned||!this.isVisible())return!1;var a=this.layer;return!(a!==null&&a.isTemporary||this instanceof qe&&this.isLinkLabel)},bn.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 qe&&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 jS(a){return a.isVisible()?(a=a.layer,!(a!==null&&a.isTemporary)):!1}function Hh(a,y,x,b,E,z){if(z===void 0&&(z=null),!(a.contains(y)||z!==null&&!z(y)||y instanceof ji)){if(a.add(y),y instanceof qe){if(x&&y instanceof ii)for(var tt=y.memberParts;tt.next();)Hh(a,tt.value,x,b,E,z);if(E!==!1)for(tt=y.linksConnected;tt.next();){var ot=tt.value;if(!a.contains(ot)){var rt=ot.fromNode,at=ot.toNode;rt=rt===null||a.contains(rt),at=at===null||a.contains(at),(E?rt&&at:rt||at)&&Hh(a,ot,x,b,E,z)}}if(1<b)for(y=y.Ou();y.next();)Hh(a,y.value,x,b-1,E,z)}else if(y instanceof Ge)for(y=y.labelNodes;y.next();)Hh(a,y.value,x,b,E,z)}}re.Object.defineProperties(bn.prototype,{key:{get:function(){var a=this.diagram;if(a!==null)return a.model.wa(this.data)}},adornments:{get:function(){return this.Qf===null?Fi:this.Qf.iteratorValues}},layer:{get:function(){return this.Ig}},diagram:{get:function(){var a=this.Ig;return a==null?null:a.diagram}},layerName:{get:function(){return this.Jg},set:function(a){var y=this.Jg;if(y!==a){var x=this.diagram;if((x===null||x.Qj(a)!==null&&!x.partManager.addsToTemporaryLayer)&&(this.Jg=a,x!==null&&x.Ya(),this.g("layerName",y,a),y=this.layer,y!==null&&y.name!==a&&(x=y.diagram,x!==null&&(a=x.Qj(a),a!==null&&a!==y)))){var b=y.pc(-1,this,!0);if(0<=b&&x.cb(vr,"parts",y,this,null,b,!0),b=a.oi(99999999,this,!0),y.visible!==a.visible&&this.Zb(a.visible),0<=b&&x.cb(sr,"parts",a,null,this,!0,b),b=this.layerChanged,b!==null){var E=x.aa;x.aa=!0,b(this,y,a),x.aa=E}}}}},layerChanged:{get:function(){return this.P!==null?this.P.zq:null},set:function(a){var y=this.layerChanged;y!==a&&(Hs(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&&ec(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 ji?this.type!==De.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:oo},set:function(a){var y=this.minLocation;y.D(a)||(a=a.J(),Hs(this),this.P.Pq=a,this.g("minLocation",y,a))}},maxLocation:{get:function(){return this.P!==null?this.P.Kq:Xi},set:function(a){var y=this.maxLocation;y.D(a)||(a=a.J(),Hs(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&&(Hs(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:fo},set:function(a){var y=this.locationSpot;y.D(a)||(a=a.J(),Hs(this),this.P.Hq=a,this.v(),this.g("locationSpot",y,a))}},location:{get:function(){return this.ke},set:function(a){var y=a.x,x=a.y,b=this.ke;if(!(b.x===y||isNaN(b.x)&&isNaN(y))||!(b.y===x||isNaN(b.y)&&isNaN(x))){if(a=a.copy(),y=a,this.ph())y=!1;else{if(this.ke=y,this.G|=2097152,Ps(this)===!1&&(zm(this),x=this.pa,x.w())){var E=this.diagram;if(E===null||E.animationManager.isTicking||!E.undoManager.isUndoingRedoing){var z=x.copy();x.h(x.x+(y.x-b.x),x.y+(y.y-b.y)),BS(this,E,x,z.x,z.y),this.g("position",z,x.copy())}}y=!0}y&&this.g("location",b,a.copy())}}},category:{get:function(){return this.Tf},set:function(a){var y=this.Tf;if(y!==a){this.svg!==null&&(this.svg.remove(),this.Uc=!0);var x=this.diagram,b=this.data,E=null;if(x!==null&&b!==null&&!(this instanceof ji)){var z=x.model.undoManager;z.isEnabled&&!z.isUndoingRedoing&&(E=this.clone(),E.O.addAll(this.O))}this.Tf=a,this.g("category",y,a),x===null||b===null||this instanceof ji?this instanceof ji&&(E=this.adornedPart,E!==null&&(a=E.Qf,a!==null&&a.remove(y),E.bh(this.category,this))):(z=x.model,z.undoManager.isUndoingRedoing||(this.ph()?(x.partManager.setLinkCategoryForData(b,a),x=x.partManager.findLinkTemplateForCategory(a),x!==null&&(Wa(x),x=x.copy(),x!==null&&Iv(this,x,y,a))):(z!==null&&z.jm(b,a),x=d1(x.partManager,b,a),x!==null&&(Wa(x),x=x.copy(),x===null||x instanceof Ge||(b=this.location.copy(),Iv(this,x,y,a),this.location.w()||(this.location=b)))),E!==null&&(y=this.clone(),y.O.addAll(this.O),this.g("self",E,y))))}}},self:{get:function(){return this},set:function(a){Iv(this,a,this.category,a.category)}},copyable:{get:function(){return(this.G&1)!==0},set:function(a){var y=(this.G&1)!==0;y!==a&&(this.G^=1,this.g("copyable",y,a))}},deletable:{get:function(){return(this.G&2)!==0},set:function(a){var y=(this.G&2)!==0;y!==a&&(this.G^=2,this.g("deletable",y,a))}},textEditable:{get:function(){return(this.G&4)!==0},set:function(a){var y=(this.G&4)!==0;y!==a&&(this.G^=4,this.g("textEditable",y,a),this.Wb())}},groupable:{get:function(){return(this.G&8)!==0},set:function(a){var y=(this.G&8)!==0;y!==a&&(this.G^=8,this.g("groupable",y,a))}},movable:{get:function(){return(this.G&16)!==0},set:function(a){var y=(this.G&16)!==0;y!==a&&(this.G^=16,this.g("movable",y,a))}},selectionAdorned:{get:function(){return(this.G&32)!==0},set:function(a){var y=(this.G&32)!==0;y!==a&&(this.G^=32,this.g("selectionAdorned",y,a),this.Wb())}},isInDocumentBounds:{get:function(){return(this.G&64)!==0},set:function(a){var y=(this.G&64)!==0;if(y!==a){this.G^=64;var x=this.diagram;x!==null&&x.Ya(),this.g("isInDocumentBounds",y,a)}}},isLayoutPositioned:{get:function(){return(this.G&128)!==0},set:function(a){var y=(this.G&128)!==0;y!==a&&(this.G^=128,this.g("isLayoutPositioned",y,a),this.C(a?4:8))}},selectable:{get:function(){return(this.G&256)!==0},set:function(a){var y=(this.G&256)!==0;y!==a&&(this.G^=256,this.g("selectable",y,a),this.Wb())}},reshapable:{get:function(){return(this.G&512)!==0},set:function(a){var y=(this.G&512)!==0;y!==a&&(this.G^=512,this.g("reshapable",y,a),this.Wb())}},resizable:{get:function(){return(this.G&1024)!==0},set:function(a){var y=(this.G&1024)!==0;y!==a&&(this.G^=1024,this.g("resizable",y,a),this.Wb())}},rotatable:{get:function(){return(this.G&2048)!==0},set:function(a){var y=(this.G&2048)!==0;y!==a&&(this.G^=2048,this.g("rotatable",y,a),this.Wb())}},isSelected:{get:function(){return(this.G&4096)!==0},set:function(a){var y=(this.G&4096)!==0;if(y!==a){var x=this.diagram;if(!a||this.canSelect()&&!(x!==null&&x.selection.count>=x.maxSelectionCount)){this.G^=4096;var b=!1;if(x!==null){b=x.skipsUndoManager,x.skipsUndoManager=!0;var E=x.selection;E.ka(),a?E.add(this):E.remove(this),E.freeze()}this.g("isSelected",y,a),this.Wb(),a=this.selectionChanged,a!==null&&a(this),x!==null&&(x.$b(),x.skipsUndoManager=b)}}}},isHighlighted:{get:function(){return(this.G&524288)!==0},set:function(a){var y=(this.G&524288)!==0;if(y!==a){this.G^=524288;var x=this.diagram;x!==null&&(x=x.highlighteds,x.ka(),a?x.add(this):x.remove(this),x.freeze()),this.g("isHighlighted",y,a),this.N(),a=this.highlightedChanged,a!==null&&a(this)}}},isShadowed:{get:function(){return(this.G&8192)!==0},set:function(a){var y=(this.G&8192)!==0;y!==a&&(this.G^=8192,this.Uc=!0,this.g("isShadowed",y,a),this.N())}},isAnimated:{get:function(){return(this.G&262144)!==0},set:function(a){var y=(this.G&262144)!==0;y!==a&&(this.G^=262144,this.g("isAnimated",y,a))}},highlightedChanged:{get:function(){return this.P!==null?this.P.oq:null},set:function(a){var y=this.highlightedChanged;y!==a&&(Hs(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&&(Hs(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&&(Hs(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 Ge?(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&&(Hs(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&&(Hs(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&&(Hs(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:Yo},set:function(a){var y=this.resizeCellSize;y.D(a)||(a=a.J(),Hs(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&&(Hs(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&&(Hs(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:Nr},set:function(a){var y=this.rotationSpot;y.D(a)||(a=a.J(),Hs(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&&_t("Cannot make a Group a member of itself: "+this.toString()),_t("Cannot make a Group indirectly contain itself: "+this.toString()+" already contains "+a.toString())),this.C(2);var x=this.diagram;if(y!==null?Yv(y,this):this instanceof ii&&x!==null&&x.ai.remove(this),this.Ah=a,a!==null?Vv(a,this):this instanceof ii&&x!==null&&x.ai.add(this),this.C(1),x!==null&&x.aa){var b=this.data,E=x.model;if(b!==null&&E.Xj()){var z=E.wa(a!==null?a.data:null);E.mp(b,z)}}if(b=this.containingGroupChanged,b!==null&&(E=!0,x!==null&&(E=x.aa,x.aa=!0),b(this,y,a),x!==null&&(x.aa=E)),this instanceof ii){for(x=new Be,Hh(x,this,!0,0,!0),x=x.iterator;x.next();)if(b=x.value,b instanceof qe)for(b=b.linksConnected;b.next();)bc(b.value)}if(this instanceof qe){for(x=this.linksConnected;x.next();)bc(x.value);x=this.labeledLink,x!==null&&bc(x)}this.g("containingGroup",y,a),a!==null&&(y=a.layer,y!==null&&ec(y,-1,a))}}else _t("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&&(Hs(this),this.P.Kp=a,this.g("containingGroupChanged",y,a))}},isTopLevel:{get:function(){return!(this.containingGroup!==null||this instanceof qe&&this.labeledLink!==null)}},layoutConditions:{get:function(){return this.P!==null?this.P.Cq:127},set:function(a){var y=this.layoutConditions;y!==a&&(Hs(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&&(Hs(this),this.P.Up=a,this.g("dragComputation",y,a))}},shadowOffset:{get:function(){return this.P!==null?this.P.zr:wo},set:function(a){var y=this.shadowOffset;y.D(a)||(a=a.J(),Hs(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&&(Hs(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&&(Hs(this),this.P.Vg=a,this.N(),this.g("shadowBlur",y,a))}}}),bn.prototype.invalidateLayout=bn.prototype.C,bn.prototype.findCommonContainingGroup=bn.prototype.px,bn.prototype.isMemberOf=bn.prototype.Td,bn.prototype.findTopLevelPart=bn.prototype.sz,bn.prototype.findSubGraphLevel=bn.prototype.oz,bn.prototype.ensureBounds=bn.prototype.Va,bn.prototype.getDocumentBounds=bn.prototype.mi,bn.prototype.findObject=bn.prototype.fb,bn.prototype.moveTo=bn.prototype.moveTo,bn.prototype.invalidateAdornments=bn.prototype.Wb,bn.prototype.clearAdornments=bn.prototype.Ej,bn.prototype.removeAdornment=bn.prototype.Jf,bn.prototype.addAdornment=bn.prototype.bh,bn.prototype.findAdornment=bn.prototype.Pj,bn.prototype.updateTargetBindings=bn.prototype.La;var GS=!1;bn.className="Part",bn.LayoutNone=0,bn.LayoutAdded=1,bn.LayoutRemoved=2,bn.LayoutShown=4,bn.LayoutHidden=8,bn.LayoutNodeSized=16,bn.LayoutGroupLayout=32,bn.LayoutNodeReplaced=64,bn.LayoutStandard=127,bn.LayoutAll=16777215;function ji(a,y){a===void 0||a instanceof yr||typeof a=="string"?bn.call(this,a):(bn.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)}de(ji,bn),ji.prototype.toString=function(){var a=this.adornedPart;return"Adornment("+this.category+")"+(a!==null?a.toString():"")},ji.prototype.updateRelationshipsFromData=function(){},ji.prototype.Ul=function(a){var y=this.adornedObject,x=y==null?void 0:y.part;if(x instanceof Ge&&y instanceof fi){y=x.path,x.Ul(a),a=y.geometry,x=this.O.s,y=x.length;for(var b=0;b<y;b++){var E=x[b];E.isPanelMain&&E instanceof fi&&(E.ua=a)}}},ji.prototype.si=function(){var a=this.ue;return a===null?!0:(a=a.part,a===null||!Ps(a))},ji.prototype.Zc=function(){return!1},ji.prototype.gk=function(a,y,x,b,E,z,tt){if(a===sr&&y==="elements"){if(E instanceof Cs)this.$a===null&&(this.$a=E);else if(E instanceof De){var ot=E.Nl(function(rt){return rt instanceof Cs});ot instanceof Cs&&this.$a===null&&(this.$a=ot)}}else a===vr&&y==="elements"&&this.$a!==null&&(b===this.$a?this.$a=null:b instanceof De&&this.$a.rg(b)&&(this.$a=null));bn.prototype.gk.call(this,a,y,x,b,E,z,tt)},ji.prototype.updateAdornments=function(){},ji.prototype.Lj=function(){},re.Object.defineProperties(ji.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}}}),ji.className="Adornment";function Hv(){this.nc=!1,this.Vr=this.gj=this.Eq=this.Dq=null,this.yp=uo,this.er=_m,this.Kr=this.ij=this.Nq=this.Mq=null}Hv.prototype.copy=function(){var a=new Hv;return a.Dq=this.Dq,a.Eq=this.Eq,a.gj=this.gj,a.Vr=this.Vr,a.yp=this.yp.J(),a.er=this.er,a.Mq=this.Mq,a.Nq=this.Nq,a.ij=this.ij,a.Kr=this.Kr,a};function qe(a,y){a===void 0||a instanceof yr||typeof a=="string"?bn.call(this,a):(bn.call(this),a&&(y=a)),this.U=13,this.Ba=null,this.jb=new Ie,this.wc=this.af=this.Yk=null,this.ci=!1,y&&Object.assign(this,y)}de(qe,bn),qe.prototype.cloneProtected=function(a){bn.prototype.cloneProtected.call(this,a),a.U=this.U,this.Ba!==null&&(a.Ba=this.Ba.nc?this.Ba:this.Ba.copy())},xt=qe.prototype,xt.Af=function(a){bn.prototype.Af.call(this,a),a.Bd(),a.af=this.af,a.wc=null};function $u(a){a.Ba===null?a.Ba=new Hv:a.Ba.nc&&(a.Ba=a.Ba.copy())}xt.th=function(){bn.prototype.th.call(this),this.Ba!==null&&(this.Ba.nc=!0)};function HS(a,y){y!==null&&(a.af===null&&(a.af=new Be),a.af.add(y))}function _S(a,y,x,b){if(y===null||a.af===null)return null;for(var E=a.af.iterator;E.next();){var z=E.value;if(z.Ds===a&&z.cv===y&&z.Ox===x&&z.Px===b||z.Ds===y&&z.cv===a&&z.Ox===b&&z.Px===x)return z}return null}xt.Lz=function(a,y,x){y==null&&(y=""),x==null&&(x=""),a=_S(this,a,y,x),a!==null&&a.Sl()},xt.gk=function(a,y,x,b,E,z,tt){a===sr&&y==="elements"?this.wc=null:a===vr&&y==="elements"&&(this.wc=null),bn.prototype.gk.call(this,a,y,x,b,E,z,tt)},xt.Bd=function(a){for(var y=this.linksConnected;y.next();){var x=y.value;a!==void 0&&a.contains(x)||(ia(x.fromPort),ia(x.toPort),x.bb())}};function WS(a,y){for(a=a.linksConnected;a.next();){var x=a.value;(x.fromPort===y||x.toPort===y)&&(ia(x.fromPort),ia(x.toPort),x.bb())}}function ia(a){if(a!==null){var y=a.Zn;y!==null&&y.Sl(),a=a.part,y=a.containingGroup,y===null||a.isVisible()||ia(y.port)}}xt.si=function(){return!0},qe.prototype.getAvoidableRect=function(a){return a.set(this.actualBounds),a.Co(this.avoidableMargin),a},qe.prototype.findVisibleNode=function(){for(var a=this;a!==null&&!a.isVisible();)a=a.containingGroup;return a},qe.prototype.isVisible=function(){if(!bn.prototype.isVisible.call(this))return!1;var a=!0,y=Uu,x=this.diagram;if(x!==null&&(a=x.isTreePathToChildren,y=x.treeCollapsePolicy),y===Uu){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(b){return!b.isTreeExpanded}))return!1}else if(y===cc&&(a=a?this.Oo():this.Po(),0<a.count&&a.any(function(b){return!b.isTreeExpanded})))return!1;return a=this.labeledLink,a!==null?a.isVisible():!0},qe.prototype.Zb=function(a){bn.prototype.Zb.call(this,a);for(var y=this.linksConnected;y.next();){var x=y.value;if(a&&this.containingGroup!==null){var b=x.To(this);b===null||b.Td(this.containingGroup)||x.bb()}x.Zb(a)}},qe.prototype.qx=function(){var a=new Be,y=new Be;return VS(this,this,a,y),y.iterator};function VS(a,y,x,b){if(y!==null&&!x.has(y)){x.add(y);var E=!0,z=a.diagram;z!==null&&(E=z.isTreePathToChildren),y.linksConnected.each(function(tt){tt.isTreeLink?(E?tt.fromNode===y:tt.toNode===y)&&VS(a,E?tt.toNode:tt.fromNode,x,b):b.add(tt)})}}qe.prototype.findLinksConnected=function(a){if(a===void 0&&(a=null),a===null)return this.jb.iterator;var y=new Oi(this.jb),x=this;return y.predicate=function(b){return b.fromNode===x&&b.fromPortId===a||b.toNode===x&&b.toPortId===a},y},xt=qe.prototype,xt.Mo=function(a){a===void 0&&(a=null);var y=new Oi(this.jb),x=this;return y.predicate=function(b){return b.fromNode!==x?!1:a===null?!0:b.fromPortId===a},y},xt.Sd=function(a){a===void 0&&(a=null);var y=new Oi(this.jb),x=this;return y.predicate=function(b){return b.toNode!==x?!1:a===null?!0:b.toPortId===a},y},xt.Mu=function(a){a===void 0&&(a=null);for(var y=null,x=null,b=this.jb.iterator;b.next();){var E=b.value;E.fromNode===this?(a===null||E.fromPortId===a)&&(E=E.toNode,y!==null?y.add(E):x!==null&&x!==E?(y=new Be,y.add(x),y.add(E)):x=E):E.toNode!==this||a!==null&&E.toPortId!==a||(E=E.fromNode,y!==null?y.add(E):x!==null&&x!==E?(y=new Be,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new Li(x):Fi},xt.Po=function(a){a===void 0&&(a=null);for(var y=null,x=null,b=this.jb.iterator;b.next();){var E=b.value;E.fromNode!==this||a!==null&&E.fromPortId!==a||(E=E.toNode,y!==null?y.add(E):x!==null&&x!==E?(y=new Be,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new Li(x):Fi},xt.Oo=function(a){a===void 0&&(a=null);for(var y=null,x=null,b=this.jb.iterator;b.next();){var E=b.value;E.toNode!==this||a!==null&&E.toPortId!==a||(E=E.fromNode,y!==null?y.add(E):x!==null&&x!==E?(y=new Be,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new Li(x):Fi},xt.jz=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null);var b=new Oi(this.jb),E=this;return b.predicate=function(z){return!((z.fromNode!==E||z.toNode!==a||y!==null&&z.fromPortId!==y||x!==null&&z.toPortId!==x)&&(z.fromNode!==a||z.toNode!==E||x!==null&&z.fromPortId!==x||y!==null&&z.toPortId!==y))},b},xt.kz=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null);var b=new Oi(this.jb),E=this;return b.predicate=function(z){return!(z.fromNode!==E||z.toNode!==a||y!==null&&z.fromPortId!==y||x!==null&&z.toPortId!==x)},b};function Gm(a,y,x){ia(x);var b=a.jb.contains(y);if(b||a.jb.add(y),!b||y.fromNode===y.toNode){var E=a.linkConnected;if(E!==null){var z=!0,tt=a.diagram;tt!==null&&(z=tt.aa,tt.aa=!0),E(a,y,x),tt!==null&&(tt.aa=z)}}!b&&y.isTreeLink&&(x=y.fromNode,y=y.toNode,x!==null&&y!==null&&x!==y&&(b=!0,a=a.diagram,a!==null&&(b=a.isTreePathToChildren),E=b?y:x,z=b?x:y,E.ci||(E.ci=z),!z.isTreeLeaf||a!==null&&a.undoManager.isUndoingRedoing||(b?x===z&&(z.isTreeLeaf=!1):y===z&&(z.isTreeLeaf=!1))))}function Hm(a,y,x){ia(x);var b=a.jb.remove(y),E=null;if(b||y.toNode===y.fromNode){var z=a.linkDisconnected;if(E=a.diagram,z!==null){var tt=!0;E!==null&&(tt=E.aa,E.aa=!0),z(a,y,x),E!==null&&(E.aa=tt)}}b&&y.isTreeLink&&(x=!0,E!==null&&(x=E.isTreePathToChildren),a=x?y.toNode:y.fromNode,y=x?y.fromNode:y.toNode,a!==null&&(a.ci=!1),y===null||y.isTreeLeaf||(y.jb.count===0?(y.ci=null,E!==null&&E.undoManager.isUndoingRedoing||(y.isTreeLeaf=!0)):Kg(y)))}function Kg(a){if(a.ci=!1,a.jb.count!==0){var y=!0,x=a.diagram;if(x===null||!x.undoManager.isUndoingRedoing){for(x!==null&&(y=x.isTreePathToChildren),x=a.jb.iterator;x.next();){var b=x.value;if(b.isTreeLink){if(y){if(b.fromNode===a){a.isTreeLeaf=!1;return}}else if(b.toNode===a){a.isTreeLeaf=!1;return}}}a.isTreeLeaf=!0}}}qe.prototype.updateRelationshipsFromData=function(){var a=this.diagram;a!==null&&a.partManager.updateRelationshipsFromData(this)},xt=qe.prototype,xt.Vo=function(a){bn.prototype.Vo.call(this,a),a||(Kg(this),a=this.Yk,a!==null&&qS(a,this))},xt.Wo=function(a){bn.prototype.Wo.call(this,a),a||(a=this.Yk,a!==null&&a.wd!==null&&(a.wd.remove(this),a.v()))},xt.Lj=function(){if(0<this.jb.count){var a=this.diagram;if(a!==null)for(var y=a.commandHandler!==null?a.commandHandler.deletesConnectedLinks:!0,x=this.jb.copy().iterator;x.next();){var b=x.value;y?a.remove(b):(b.fromNode===this&&(b.fromNode=null),b.toNode===this&&(b.toNode=null))}}this.labeledLink=null,bn.prototype.Lj.call(this)},xt.ns=function(a){if(this.wc===null){if(a===""&&this.Te===!1)return this;YS(this)}var y=this.wc.I(a);return y!==null||a!==""&&(y=this.wc.I(""),y!==null)?y:this};function YS(a){a.wc===null?a.wc=new Gn:a.wc.clear(),a.qm(a,function(y,x){US(y,x)}),a.wc.count===0&&a.wc.add("",a)}function US(a,y){var x=y.portId;x!==null&&a.wc!==null&&a.wc.add(x,y)}function _v(a,y,x){var b=y.portId;if(b!==null&&(a.wc!==null&&a.wc.remove(b),y=a.diagram,y!==null&&x)){for(x=null,a=a.findLinksConnected(b);a.next();)b=a.value,x===null&&(x=on()),x.push(b);if(x!==null){for(a=0;a<x.length;a++)y.remove(x[a]);rn(x)}}}xt.Nz=function(a){if(a===null||a===this)return!1;var y=!0,x=this.diagram;if(x!==null&&(y=x.isTreePathToChildren),x=this,y)for(;x!==a;){y=null;for(var b=x.jb.iterator;b.next();){var E=b.value;if(E.isTreeLink&&(y=E.fromNode,y!==x&&y!==this))break}if(y===this||y===null||y===x)return!1;x=y}else for(;x!==a;){for(y=null,b=x.jb.iterator;b.next()&&(E=b.value,!E.isTreeLink||(y=E.toNode,y===x||y===this)););if(y===this||y===null||y===x)return!1;x=y}return!0},xt.xz=function(){var a=!0,y=this.diagram;if(y!==null&&(a=y.isTreePathToChildren),y=this,a)for(;;){a=null;for(var x=y.jb.iterator;x.next();){var b=x.value;if(b.isTreeLink&&(a=b.fromNode,a!==y&&a!==this))break}if(a===this)return this;if(a===null||a===y)return y;y=a}else for(;;){for(a=null,x=y.jb.iterator;x.next()&&(b=x.value,!b.isTreeLink||(a=b.toNode,a===y||a===this)););if(a===this)return this;if(a===null||a===y)return y;y=a}},xt.gz=function(a){if(a===null)return null;if(this===a)return this;for(var y=this;y!==null;)jm(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;)jm(y,!1),y=y.pg();return x},xt.kh=function(){var a=!0,y=this.diagram;if(y!==null&&(a=y.isTreePathToChildren),y=this.jb.iterator,a){for(;y.next();)if(a=y.value,a.isTreeLink&&a.fromNode!==this)return a}else for(;y.next();)if(a=y.value,a.isTreeLink&&a.toNode!==this)return a;return null},xt.pg=function(){var a=this.ci;if(a===null)return null;if(a instanceof qe)return a;a=this.diagram,a=a!==null?a.isTreePathToChildren:!0;for(var y=this.jb.iterator;y.next();){var x=y.value;if(x.isTreeLink&&(x=a?x.fromNode:x.toNode,x!==this))return this.ci=x}return this.ci=null},xt.vz=function(){function a(x,b){b.add(x);var E=x.kh();E!==null&&(b.add(E),x=x.pg(),x!==null&&a(x,b))}var y=new Be;return a(this,y),y},xt.uz=function(){return ZS(this,this)};function ZS(a,y){return y=y.pg(),y===null?0:1+ZS(a,y)}xt.Qo=function(){var a=!0,y=this.diagram;y!==null&&(a=y.isTreePathToChildren),y=new Oi(this.jb);var x=this;return y.predicate=a?function(b){return!!(b.isTreeLink&&b.fromNode===x)}:function(b){return!!(b.isTreeLink&&b.toNode===x)},y},xt.Ou=function(){var a=!0,y=this.diagram;y!==null&&(a=y.isTreePathToChildren);var x=y=null,b=this.jb.iterator;if(a)for(;b.next();)a=b.value,a.isTreeLink&&a.fromNode===this&&(a=a.toNode,y!==null?y.add(a):x!==null&&x!==a?(y=new Ie,y.add(x),y.add(a)):x=a);else for(;b.next();)a=b.value,a.isTreeLink&&a.toNode===this&&(a=a.fromNode,y!==null?y.add(a):x!==null&&x!==a?(y=new Ie,y.add(x),y.add(a)):x=a);return y!==null?y.iterator:x!==null?new Li(x):Fi},xt.wz=function(a){a===void 0&&(a=1/0);var y=new Be;return Hh(y,this,!1,a,!0),y},qe.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 Be;x.add(this),KS(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===Uu),y.Ue=!1}};function KS(a,y,x,b,E,z,tt){if(1<b)for(var ot=x?a.Mo():a.Sd();ot.next();){var rt=ot.value;rt.isTreeLink&&(rt=rt.To(a),rt===null||rt===a||y.contains(rt)||(y.add(rt),KS(rt,y,x,b-1,E,z,tt)))}else XS(a,y,x,E,z,tt)}function XS(a,y,x,b,E,z){for(var tt=E===a?!0:a.isTreeExpanded,ot=x?a.Mo():a.Sd(),rt={};ot.next();){var at=ot.value;if(at.isTreeLink&&(at=at.To(a),at!==null&&at!==a)){var 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))&&b.Aj(at,E),at.oh(),at.Zb(!1)}at.isTreeExpanded&&(at.wasTreeExpanded=at.isTreeExpanded,ut||XS(at,y,x,b,E,z))}rt={uv:rt.uv}}a.isTreeExpanded=!1}qe.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 Be;x.add(this),JS(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===Uu),y.Ue=!1}};function JS(a,y,x,b,E,z,tt){for(var ot=z===a?!1:a.isTreeExpanded,rt=x?a.Mo():a.Sd(),at={};rt.next();){var 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))&&E.Cj(ut,z)}(2<b||ut.wasTreeExpanded)&&(ut.wasTreeExpanded=!1,JS(ut,y,x,b-1,E,z,tt))}at={vv:at.vv}}a.isTreeExpanded=!0}re.Object.defineProperties(qe.prototype,{portSpreading:{get:function(){return this.Ba!==null?this.Ba.er:_m},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:uo},set:function(a){typeof a=="number"&&(a=new Si(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,b=this.data;if(y!==null){if(y.wd!==null&&(y.wd.remove(this),y.v()),x!==null&&b!==null&&!x.undoManager.isUndoingRedoing){var E=y.data,z=x.model;if(E!==null&&z.ri()){var tt=z.wa(b);tt!==void 0&&z.Qx(E,tt)}}this.containingGroup=null}this.Yk=a,a!==null&&(qS(a,this),x===null||b===null||x.undoManager.isUndoingRedoing||(E=a.data,x=x.model,E!==null&&x.ri()&&(b=x.wa(b),b!==void 0&&x.Bu(E,b))),this.containingGroup=a.containingGroup),xs(this),this.g("labeledLink",y,a)}}},port:{get:function(){return this.ns("")}},ports:{get:function(){return this.wc===null&&YS(this),this.wc.iteratorValues}},isTreeExpanded:{get:function(){return(this.U&1)!==0},set:function(a){var y=(this.U&1)!==0;if(y!==a){this.U^=1;var x=this.diagram;if(this.g("isTreeExpanded",y,a),y=this.treeExpandedChanged,y!==null){var b=!0;x!==null&&(b=x.aa,x.aa=!0),y(this),x!==null&&(x.aa=b)}x!==null&&x.undoManager.isUndoingRedoing?this.Zb(a):a?this.expandTree():this.collapseTree()}}},wasTreeExpanded:{get:function(){return(this.U&2)!==0},set:function(a){var y=(this.U&2)!==0;y!==a&&(this.U^=2,this.g("wasTreeExpanded",y,a))}},treeExpandedChanged:{get:function(){return this.Ba!==null?this.Ba.Vr:null},set:function(a){var y=this.treeExpandedChanged;y!==a&&($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))}}}),qe.prototype.expandTree=qe.prototype.expandTree,qe.prototype.collapseTree=qe.prototype.collapseTree,qe.prototype.findTreeParts=qe.prototype.wz,qe.prototype.findTreeChildrenNodes=qe.prototype.Ou,qe.prototype.findTreeChildrenLinks=qe.prototype.Qo,qe.prototype.findTreeLevel=qe.prototype.uz,qe.prototype.findTreeParentChain=qe.prototype.vz,qe.prototype.findTreeParentNode=qe.prototype.pg,qe.prototype.findTreeParentLink=qe.prototype.kh,qe.prototype.findCommonTreeParent=qe.prototype.gz,qe.prototype.findTreeRoot=qe.prototype.xz,qe.prototype.isInTreeOf=qe.prototype.Nz,qe.prototype.findPort=qe.prototype.ns,qe.prototype.findLinksTo=qe.prototype.kz,qe.prototype.findLinksBetween=qe.prototype.jz,qe.prototype.findNodesInto=qe.prototype.Oo,qe.prototype.findNodesOutOf=qe.prototype.Po,qe.prototype.findNodesConnected=qe.prototype.Mu,qe.prototype.findLinksInto=qe.prototype.Sd,qe.prototype.findLinksOutOf=qe.prototype.Mo,qe.prototype.findExternalTreeLinksConnected=qe.prototype.qx,qe.prototype.invalidateConnectedLinks=qe.prototype.Bd,qe.prototype.invalidateLinkBundle=qe.prototype.Lz;var Lx=new Se(qe,"SpreadingNone",10),_m=new Se(qe,"SpreadingEvenly",11),Wv=new Se(qe,"SpreadingPacked",12);qe.className="Node",qe.SpreadingNone=Lx,qe.SpreadingEvenly=_m,qe.SpreadingPacked=Wv;function ii(a,y){a===void 0||a instanceof yr||typeof a=="string"?qe.call(this,a):(qe.call(this),a&&(y=a)),this.U|=4608,this.Gn=new Be,this.$a=null,this.Sc=new Bo,this.Sc.group=this,this.gl=new Be,this.tb=this.$p=null,y&&Object.assign(this,y)}de(ii,qe),ii.prototype.cloneProtected=function(a){qe.prototype.cloneProtected.call(this,a),this.U=this.U&-32769;var y=a.Nl(function(x){return x instanceof Cs});y instanceof Cs?a.$a=y:a.$a=null,this.Sc!==null?(a.Sc=this.Sc.copy(),a.Sc.group=a):(a.Sc!==null&&(a.Sc.group=null),a.Sc=null),this.tb!==null&&(a.tb=this.tb.copy())},xt=ii.prototype,xt.Af=function(a){qe.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 qe)x.Bd(y);else if(x instanceof Ge)for(x=x.labelNodes;x.next();)x.value.Bd(y)}},xt.gk=function(a,y,x,b,E,z,tt){if(a===sr&&y==="elements"){if(E instanceof Cs)this.$a===null?this.$a=E:this.$a!==E&&_t("Cannot insert a second Placeholder into the visual tree of a Group.");else if(E instanceof De){var ot=E.Nl(function(rt){return rt instanceof Cs});ot instanceof Cs&&(this.$a===null?this.$a=ot:this.$a!==ot&&_t("Cannot insert a second Placeholder into the visual tree of a Group."))}}else a===vr&&y==="elements"&&this.$a!==null&&(b===this.$a?this.$a=null:b instanceof De&&this.$a.rg(b)&&(this.$a=null));qe.prototype.gk.call(this,a,y,x,b,E,z,tt)},xt.Xl=function(a,y){qe.prototype.Xl.call(this,a,y),this.isClipping&&this.type!==De.Spot&&this.isSubGraphExpanded&&(a=this.resizeObject,a instanceof De&&(a=a.Pb()),this.tb===null&&(this.tb=new ye),a.mi(this.tb),a instanceof fi&&this.tb.Bc(-a.strokeWidth,-a.strokeWidth))},xt.eh=function(a,y,x,b){this.nf=this.$a,qe.prototype.eh.call(this,a,y,x,b)},xt.Va=function(){var a=this;a.isSubGraphExpanded&&this.memberParts.each(function(y){!a.computesBoundsIncludingLinks&&y instanceof Ge||y.Va()}),qe.prototype.Va.call(this)},xt.si=function(){if(!qe.prototype.si.call(this))return!1;for(var a=this.memberParts;a.next();){var y=a.value;if(y instanceof qe){if(y.isVisible()&&Ps(y))return!1}else if(y instanceof Ge&&y.isVisible()&&Ps(y)&&y.fromNode!==this&&y.toNode!==this)return!1}return!0};function Vv(a,y){if(a.Gn.add(y)){y instanceof ii&&a.gl.add(y);var x=a.memberAdded;if(x!==null){var b=!0,E=a.diagram;E!==null&&(b=E.aa,E.aa=!0),x(a,y),E!==null&&(E.aa=b)}a.isVisible()&&a.isSubGraphExpanded||y.Zb(!1)}y instanceof Ge&&!a.computesBoundsIncludingLinks||(y=a.$a,y===null&&(y=a),y.v())}function Yv(a,y){if(a.Gn.remove(y)){y instanceof ii&&a.gl.remove(y);var x=a.memberRemoved;if(x!==null){var b=!0,E=a.diagram;E!==null&&(b=E.aa,E.aa=!0),x(a,y),E!==null&&(E.aa=b)}a.isVisible()&&a.isSubGraphExpanded||y.Zb(!0)}y instanceof Ge&&!a.computesBoundsIncludingLinks||(y=a.$a,y===null&&(y=a),y.v())}xt.Lj=function(){if(0<this.Gn.count){var a=this.diagram;if(a!==null)for(var y=this.Gn.copy().iterator;y.next();)a.remove(y.value)}qe.prototype.Lj.call(this)},ii.prototype.canAddMembers=function(a){var y=this.diagram;if(y===null)return!1;for(y=y.commandHandler,a=pe(a).iterator;a.next();)if(!y.isValidMember(this,a.value))return!1;return!0},ii.prototype.addMembers=function(a,y){var x=this.diagram;if(x===null)return!1;x=x.commandHandler;var b=!0;for(a=pe(a).iterator;a.next();){var E=a.value;!y||x.isValidMember(this,E)?E.containingGroup=this:b=!1}return b},ii.prototype.canUngroup=function(){if(!this.ungroupable)return!1;var a=this.layer;return a===null||!a.allowUngroup?!1:(a=a.diagram,!!(a===null||a.allowUngroup))},xt=ii.prototype,xt.Bd=function(a){var y=(this.U&65536)!==0;if(qe.prototype.Bd.call(this,a),!y)for(!(this.U&65536)&&(this.U=this.U^65536),y=this.Lu();y.next();){var x=y.value;if(a===void 0||!a.contains(x)){var b=x.fromNode;b!==null&&b!==this&&b.Td(this)&&!b.isVisible()?(ia(x.fromPort),ia(x.toPort),x.bb()):(b=x.toNode,b!==null&&b!==this&&b.Td(this)&&!b.isVisible()&&(ia(x.fromPort),ia(x.toPort),x.bb()))}}},xt.Lu=function(){var a=this.diagram!==null&&this.diagram.Pw;if(a&&this.$p!==null)return this.$p.iterator;var y=this.Rj();y.add(this);for(var x=new Be,b=y.iterator;b.next();){var E=b.value;if(E instanceof qe)for(E=E.linksConnected;E.next();){var z=E.value;y.contains(z)||x.add(z)}}return a&&(this.$p=x),x.iterator},xt.iz=function(){var a=this.Rj();a.add(this);for(var y=new Be,x=a.iterator;x.next();){var b=x.value;if(b instanceof qe)for(b=b.linksConnected;b.next();){var E=b.value,z=E.fromNode;z===null||a.contains(z)&&z!==this||y.add(z),E=E.toNode,E===null||a.contains(E)&&E!==this||y.add(E)}}return y.iterator},xt.hz=function(){function a(x,b){x!==null&&(b.add(x),a(x.containingGroup,b))}var y=new Be;return a(this,y),y},xt.Rj=function(){var a=new Be;return Hh(a,this,!0,0,!0),a.remove(this),a},xt.Zb=function(a){qe.prototype.Zb.call(this,a);for(var y=this.memberParts;y.next();)y.value.Zb(a)},ii.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,b){for(var E=a.memberParts;E.next();){var z=E.value;if(z.Zb(!1),z instanceof ii&&z.isSubGraphExpanded&&(z.wasSubGraphExpanded=z.isSubGraphExpanded,QS(z,y,x,b)),z instanceof qe)z.Bd(y),x.Aj(z,b);else if(z instanceof Ge)for(z=z.labelNodes;z.next();)z.value.Bd(y)}a.isSubGraphExpanded=!1}ii.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,b){for(var E=a.memberParts;E.next();){var z=E.value;if(z.Zb(!0),z instanceof ii&&z.wasSubGraphExpanded&&(z.wasSubGraphExpanded=!1,$S(z,y,x,b)),z instanceof qe)z.Bd(y),x.Cj(z,b);else if(z instanceof Ge)for(z=z.labelNodes;z.next();)z.value.Bd(y)}a.isSubGraphExpanded=!0}ii.prototype.move=function(a,y){y===void 0&&(y=!1);var x=y?this.location:this.position,b=x.x;x=x.y;var E=a.x,z=a.y;if(!(b===E||isNaN(b)&&isNaN(E))||!(x===z||isNaN(x)&&isNaN(z))){for(b=E-(isNaN(b)?0:b),x=z-(isNaN(x)?0:x),z=It.alloc(),qe.prototype.move.call(this,a,y),a=new Be,y=this.Rj().iterator;y.next();)E=y.value,E instanceof Ge&&(E.suspendsRouting&&a.add(E),E.fd||E.fromNode!==this&&E.toNode!==this)&&(E.suspendsRouting=!0);for(y.reset();y.next();)if(E=y.value,!(E.ph()||E instanceof qe&&E.isLinkLabel)){var tt=E.position,ot=E.location;tt.w()?(z.x=tt.x+b,z.y=tt.y+x,E.position=z):ot.w()&&(z.x=ot.x+b,z.y=ot.y+x,E.location=z)}for(y.reset();y.next();)E=y.value,E instanceof Ge&&(E.suspendsRouting=a.contains(E),E.fd||E.fromNode!==this&&E.toNode!==this)&&(tt=E.position,z.x=tt.x+b,z.y=tt.y+x,z.w()?E.move(z):E.bb(),Zv(E)&&E.bb());It.free(z)}},re.Object.defineProperties(ii.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&&_t("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 b=!0;x!==null&&(b=x.aa,x.aa=!0),y(this),x!==null&&(x.aa=b)}x!==null&&x.undoManager.isUndoingRedoing?(this.$a!==null&&this.$a.v(),this.memberParts.each(function(E){E.updateAdornments()})):a?this.expandSubGraph():this.collapseSubGraph()}}},wasSubGraphExpanded:{get:function(){return(this.U&1024)!==0},set:function(a){var y=(this.U&1024)!==0;y!==a&&(this.U^=1024,this.g("wasSubGraphExpanded",y,a))}},subGraphExpandedChanged:{get:function(){return this.Ba!==null?this.Ba.Kr:null},set:function(a){var y=this.subGraphExpandedChanged;y!==a&&($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)}}}),ii.prototype.expandSubGraph=ii.prototype.expandSubGraph,ii.prototype.collapseSubGraph=ii.prototype.collapseSubGraph,ii.prototype.findSubGraphParts=ii.prototype.Rj,ii.prototype.findContainingGroupChain=ii.prototype.hz,ii.prototype.findExternalNodesConnected=ii.prototype.iz,ii.prototype.findExternalLinksConnected=ii.prototype.Lu,ii.prototype.ensureBounds=ii.prototype.Va,ii.className="Group";function Cs(a){Zt.call(this),this.yb=Qs,this.ko=new ye(NaN,NaN,NaN,NaN),a&&Object.assign(this,a)}de(Cs,Zt),Cs.prototype.cloneProtected=function(a){Zt.prototype.cloneProtected.call(this,a),a.yb=this.yb.J(),a.ko=this.ko.copy()},Cs.prototype.gh=function(a){if(this.background===null&&this.areaBackground===null)return!1;var y=this.naturalBounds;return Rr(0,0,y.width,y.height,a.x,a.y)},Cs.prototype.Wl=function(){var a=this.part;if(a!==null&&(a instanceof ii||a instanceof ji)||_t("Placeholder is not inside a Group or Adornment."),a instanceof ii){var y=this.computeBorder(this.ko),x=this.minSize,b=this.dc;for(xr(b,(isFinite(x.width)?Math.max(x.width,y.width):y.width)||0,(isFinite(x.height)?Math.max(x.height,y.height):y.height)||0),this.Ge(0,0,b.width,b.height),b=a.memberParts,x=!1;b.next();)if(b.value.isVisible()){x=!0;break}b=a.diagram,!x||b===null||b.animationManager.Xu(a)||isNaN(y.x)||isNaN(y.y)||(x=It.alloc(),x.xi(y,a.locationSpot),x.D(a.location)||(a.location=x),It.free(x))}else{y=this.dc,x=this.yb,b=x.left+x.right;var E=x.top+x.bottom,z=a.adornedObject;a.angle=z.li();var tt=0;z instanceof fi&&(tt=z.strokeWidth);var ot=z.Df(),rt=z.naturalBounds,at=(rt.width+tt)*ot;tt=(rt.height+tt)*ot,a.type!==De.Link&&(ot=z.ga(a.category==="Selection"?fo:a.locationSpot,It.alloc()),a.location=ot,It.free(ot)),isNaN(at)||isNaN(tt)?(a=z.ga(fo,It.alloc()),at=ye.allocAt(a.x,a.y,0,0),at.Ye(z.ga(As,a)),at.Ye(z.ga(ha,a)),at.Ye(z.ga(Fs,a)),xr(y,at.width+b||0,at.height+E||0),this.Ge(-x.left,-x.top,y.width,y.height),It.free(a),ye.free(at)):(xr(y,at+b||0,tt+E||0),this.Ge(-x.left,-x.top,y.width,y.height))}},Cs.prototype.eh=function(a,y,x,b){this.actualBounds.h(a,y,x,b)},Cs.prototype.computeBorder=function(a){var y=this.part,x=y.diagram,b=x===null||!x.animationManager.isAnimating;if(x!==null&&y instanceof ii&&!y.layer.isTemporary&&y.computesBoundsAfterDrag&&this.ko.w()){var E=x.toolManager.findTool("Dragging");if(E===x.currentTool&&(x=E.computeBorder(y,this.ko,a),x!==null))return x}x=ye.alloc(),E=this.computeMemberBounds(x);var z=this.yb;return y instanceof ii&&!y.isSubGraphExpanded?a.h(E.x-z.left,E.y-z.top,0,0):a.h(E.x-z.left,E.y-z.top,Math.max(E.width+z.left+z.right,0),Math.max(E.height+z.top+z.bottom,0)),ye.free(x),b&&y instanceof ii&&y.computesBoundsIncludingLocation&&y.location.w()&&a.Ye(y.location),a},Cs.prototype.computeMemberBounds=function(a){if(!(this.part instanceof ii))return a.h(0,0,0,0),a;for(var y=this.part,x=1/0,b=1/0,E=-1/0,z=-1/0,tt=y.memberParts;tt.next();){var ot=tt.value;if(ot.isVisible()){if(ot instanceof Ge&&(!y.computesBoundsIncludingLinks||ma(ot)||ot.fromNode===y||ot.toNode===y))continue;ot=ot.actualBounds,ot.left<x&&(x=ot.left),ot.top<b&&(b=ot.top),ot.right>E&&(E=ot.right),ot.bottom>z&&(z=ot.bottom)}}return isFinite(x)&&isFinite(b)?a.h(x,b,E-x,z-b):(y=y.location,a.h(y.x,y.y,0,0)),a},re.Object.defineProperties(Cs.prototype,{padding:{get:function(){return this.yb},set:function(a){typeof a=="number"&&(a=new Si(a));var y=this.yb;y.D(a)||(this.yb=a=a.J(),this.g("padding",y,a),this.v())}}}),Cs.className="Placeholder";function Ge(a){bn.call(this,De.Link),this.Qa=8,this.ef=null,this.ff="",this.uf=this.gn=null,this.vf="",this.uo=null,this.qk=Ls,this.Om=0,this.Qm=Ls,this.Rm=NaN,this.qj=Jv,this.po=.5,this.wd=null,this.Nb=new Ie().freeze(),this.Tg=this.Mg=null,this.ml=new ye,this.ua=new _e,this.u=this.o=this.Sf=this.Wf=null,this.su=new It,this.cq=this.Mw=this.Lw=null,this.vt=NaN,this.ba=null,this.j=[],a&&Object.assign(this,a)}de(Ge,bn),Ge.prototype.cloneProtected=function(a){bn.prototype.cloneProtected.call(this,a),a.Qa=this.Qa&-113,a.ff=this.ff,a.gn=this.gn,a.vf=this.vf,a.uo=this.uo,a.qk=this.qk,a.Om=this.Om,a.Qm=this.Qm,a.Rm=this.Rm,a.qj=this.qj,a.po=this.po,this.ba!==null&&(a.ba=this.ba.copy())},xt=Ge.prototype,xt.Af=function(a){bn.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&&ia(y),a=a.toPort,a!==null&&ia(a)},xt.qb=function(a){a.classType===Ge?(a.value&2)===2?this.routing=a:a===ya||a===th||a===Ec?this.curve=a:a===Qg||a===Km||a===Xm?this.adjusting=a:a!==Jv&&a!==Ls&&_t("Unknown Link enum value for a Link property: "+a):bn.prototype.qb.call(this,a)},xt.Xc=function(){this.ba===null&&(this.ba=new Rg)},xt.si=function(){var a=this.fromNode;if(a!==null){var y=a.findVisibleNode();if(y!==null&&(a=y),Ps(a)||jh(a))return!1}return a=this.toNode,!(a!==null&&(y=a.findVisibleNode(),y!==null&&(a=y),Ps(a)||jh(a)))},xt.zv=function(){return!1},xt.Av=function(){},xt.Zc=function(){return!1},Ge.prototype.computeAngle=function(a,y,x){return Ge.computeAngle(y,x)},Ge.computeAngle=function(a,y){switch(a){default:case Ls: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 bc(a){var y=a.fromNode,x=a.toNode,b=null;if(y!==null?b=x!==null?y.px(x):y.containingGroup:x!==null?b=x.containingGroup:b=null,y=b,x=a.Ah,x!==y){x!==null&&Yv(x,a),a.Ah=y,y!==null&&Vv(y,a);var E=a.containingGroupChanged;if(E!==null){var z=!0,tt=a.diagram;tt!==null&&(z=tt.aa,tt.aa=!0),E(a,x,y),tt!==null&&(tt.aa=z)}!a.fd||a.Lw!==x&&a.Mw!==x||a.bb()}if(a.isLabeledLink)for(a=a.labelNodes;a.next();)a.value.containingGroup=b}xt=Ge.prototype,xt.oh=function(){var a=this.containingGroup;a!==null&&this.fromNode!==a&&this.toNode!==a&&a.computesBoundsIncludingLinks&&bn.prototype.oh.call(this)},xt.To=function(a){var y=this.fromNode;return a===y?this.toNode:y},xt.Cz=function(a){var y=this.fromPort;return a===y?this.toPort:y};function qS(a,y){a.wd===null&&(a.wd=new Be),a.wd.add(y),a.v()}xt.Vo=function(a){if(bn.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 b=this.toPort;x===a&&b===y||Gm(x,this,b)}Xg(this)}},xt.Wo=function(a){if(bn.prototype.Wo.call(this,a),Od(this)&&this.Xo(this.actualBounds),!a){a=this.ef;var y=null;a!==null&&(y=this.fromPort,Hm(a,this,y));var x=this.uf;if(x!==null){var b=this.toPort;x===a&&b===y||Hm(x,this,b)}Jg(this)}},xt.Lj=function(){if(this.fd=!0,this.wd!==null){var a=this.diagram;if(a!==null)for(var y=this.wd.copy().iterator;y.next();)a.remove(y.value)}this.data!==null&&(a=this.diagram,a!==null&&a.partManager.removeDataForLink(this))},Ge.prototype.updateRelationshipsFromData=function(){if(this.data!==null){var a=this.diagram;a!==null&&a.partManager.updateRelationshipsFromData(this)}},Ge.prototype.move=function(a,y){var x=y?this.location:this.position,b=x.x;isNaN(b)&&(b=0);var E=x.y;for(isNaN(E)&&(E=0),b=a.x-b,E=a.y-E,y===!0?bn.prototype.move.call(this,a,!1):(a=It.allocAt(x.x+b,x.y+E),bn.prototype.move.call(this,a,!1),It.free(a)),qu(this,b,E),a=this.labelNodes;a.next();)y=a.value,x=y.position,y.moveTo(x.x+b,x.y+E)},Ge.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},Ge.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},Ge.prototype.computeMidPoint=function(a){var y=this.pointsCount;if(y===0)return a.assign(Vo),a;if(y===1)return a.assign(this.i(0)),a;if(y===2){var x=this.i(0),b=this.i(1);return a.h((x.x+b.x)/2,(x.y+b.y)/2),a}if(this.isOrthogonal&&(15<=this.computeCorner()||this.computeCurve()===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),b=this.i(1);var E=this.i(2);return Jt.ax(x.x,x.y,b.x,b.y,b.x,b.y,E.x,E.y,a),a}if(b=(y-1)/3|0,x=3*(b/2|0),b%2===1){b=this.i(x),E=this.i(x+1);var z=this.i(x+2);x=this.i(x+3),Jt.ax(b.x,b.y,E.x,E.y,z.x,z.y,x.x,x.y,a)}else a.assign(this.i(x));return a}var tt=this.flattenedLengths;for(x=this.flattenedTotalLength,E=z=b=0;b<x/2&&z<y&&(E=tt[z],!(b+E>x/2));)b+=E,z++;return y=this.i(z),z=this.i(z+1),1>Math.abs(y.x-z.x)?y.y>z.y?a.h(y.x,y.y-(x/2-b)):a.h(y.x,y.y+(x/2-b)):1>Math.abs(y.y-z.y)?y.x>z.x?a.h(y.x-(x/2-b),y.y):a.h(y.x+(x/2-b),y.y):(x=(x/2-b)/E,a.h(y.x+x*(z.x-y.x),y.y+x*(z.y-y.y))),a},Ge.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 b=this.i(x+2);return x=this.i(x+3),Jt.My(a.x,a.y,y.x,y.y,b.x,b.y,x.x,x.y)}if(0<x&&x+1<a)return this.i(x-1).ab(this.i(x+1))}y=this.flattenedLengths,b=this.flattenedTotalLength;var E=0;x=0;for(var z;E<b/2&&x<a&&(z=y[x],!(E+z>b/2));)E+=z,x++;if(y=this.i(x),b=this.i(x+1),1>Math.abs(y.x-b.x)&&1>Math.abs(y.y-b.y)){if(0<x&&x+2<a)return this.i(x-1).ab(this.i(x+2))}else{if(1>Math.abs(y.x-b.x))return y.y>b.y?270:90;if(1>Math.abs(y.y-b.y))return y.x>b.x?180:0}return y.ab(b)},xt=Ge.prototype,xt.i=function(a){return this.Nb.s[a]},xt.dd=function(a,y){this.Nb.cd(a,y)},xt.L=function(a,y,x){this.Nb.cd(a,new It(y,x))},xt.Kz=function(a,y){this.Nb.Gb(a,y)},xt.m=function(a,y,x){this.Nb.Gb(a,new It(y,x))},xt.ne=function(a){this.Nb.add(a)},xt.yf=function(a,y){this.Nb.add(new It(a,y))},xt.pv=function(a){this.Nb.mb(a)},xt.Fj=function(){this.Nb.clear()};function 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 b=a.fd,E=new Ie,z=a.Nb.iterator;z.next();){var tt=z.value;E.add(new It(tt.x+y,tt.y+x).freeze())}E.freeze(),z=a.Nb,a.Nb=E,tt=a.diagram,isNaN(y)||isNaN(x)||tt!==null&&tt.animationManager.zb?a.v():(a.ke.h(a.ke.x+y,a.ke.y+x),a.pa.h(a.pa.x+y,a.pa.y+x),xs(a)),b?Wm(a):(a.defaultFromPoint&&(a.defaultFromPoint=a.i(0)),a.defaultToPoint&&(a.defaultToPoint=a.i(a.pointsCount-1))),tt!==null&&tt.animationManager.zb&&tc(tt.animationManager,a,E),a.g("points",z,E)}}xt.uh=function(){this.Mg===null&&(this.Mg=this.Nb,this.Nb=this.Nb.copy())},xt.zf=function(){if(this.Mg!==null){for(var a=this.Mg,y=this.Nb,x=1/0,b=1/0,E=a.s,z=E.length,tt=0;tt<z;tt++){var ot=E[tt];x=Math.min(ot.x,x),b=Math.min(ot.y,b)}ot=tt=1/0;for(var rt=y.s,at=rt.length,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=E[z],ft=rt[z],ut.x-x!==ft.x-tt||ut.y-b!==ft.y-ot){this.qc();break}}else this.qc();this.Mg=null,x=this.diagram,x!==null&&x.animationManager.zb&&tc(x.animationManager,this,y),Wm(this),this.g("points",a,y)}},xt.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),Zm(a,!1))}xt.bb=function(){if(!this.suspendsRouting){var a=this.diagram;if(a){if(a.As.contains(this)||a.undoManager.isUndoingRedoing||(a=a.animationManager,a.isTicking&&!a.isAnimating))return;this.Tg===null||a.isTicking||(this.Tg=null)}a=this.path,a!==null&&(this.fd=!1,this.v(),a.v())}},xt.vg=function(){if(!this.fd&&!this.computingPoints){var a=!0;try{this.computingPoints=!0,this.uh(),a=this.computePoints()}catch(y){this.computingPoints=!1,this.rv()}finally{this.computingPoints=!1,a?this.zf():this.rv()}}},Ge.prototype.computePoints=function(){if(this.diagram===null)return!1;var a=this.fromNode,y=null;if(a===null?(Lf||(Lf=new qe,Lf.desiredSize=oi,Lf.Va()),this.defaultFromPoint&&(Lf.location=this.defaultFromPoint,Lf.Va(),y=a=Lf)):y=this.fromPort,y!==null&&!a.isVisible()){var x=a.findVisibleNode();x!==null&&x!==a?(a=x,y=x.port):a=x}if(this.Lw=a,a===null||!a.location.w())return!1;for(;!(y===null||y.actualBounds.w()&&y.Ed());)y=y.panel;if(y===null)return!1;var b=this.toNode,E=null;if(b===null?(kf||(kf=new qe,kf.desiredSize=oi,kf.Va()),this.defaultToPoint&&(kf.location=this.defaultToPoint,kf.Va(),E=b=kf)):E=this.toPort,E===null||b.isVisible()||(x=b.findVisibleNode(),x!==null&&x!==b?(b=x,E=x.port):b=x),this.Mw=b,b===null||!b.location.w())return!1;for(;!(E===null||E.actualBounds.w()&&E.Ed());)E=E.panel;if(E===null)return!1;var z=this.pointsCount,tt=this.computeSpot(!0,y);x=this.computeSpot(!1,E);var ot=Nc(tt),rt=Nc(x),at=y===E&&y!==null,ut=this.isOrthogonal,ft=this.curve===ya;this.Wf=at&&!ut?ft=!0:!1;var mt=this.computeAdjusting()===Ls||at;if(!ut&&!at&&ot&&rt){if(ot=!1,!mt&&3<=z&&(mt=this.getLinkPoint(a,y,tt,!0,!1,b,E),rt=this.getLinkPoint(b,E,x,!1,!1,a,y),ot=this.adjustPoints(0,mt,z-1,rt))&&(mt=this.getLinkPoint(a,y,tt,!0,!1,b,E),rt=this.getLinkPoint(b,E,x,!1,!1,a,y),this.adjustPoints(0,mt,z-1,rt)),!ot)if(this.Fj(),ft){z=this.getLinkPoint(a,y,tt,!0,!1,b,E),mt=this.getLinkPoint(b,E,x,!1,!1,a,y),ot=mt.x-z.x,rt=mt.y-z.y,at=this.computeCurviness(),ft=ut=0;var yt=z.x+ot/3,St=z.y+rt/3,kt=yt,Ot=St;Jt.B(rt,0)?Ot=0<ot?Ot-at:Ot+at:(ut=-ot/rt,ft=Math.sqrt(at*at/(ut*ut+1)),0>at&&(ft=-ft),kt=(0>rt?-1:1)*ft+yt,Ot=ut*(kt-yt)+St),yt=z.x+2*ot/3,St=z.y+2*rt/3;var Nt=yt,jt=St;Jt.B(rt,0)?jt=0<ot?jt-at:jt+at:(Nt=(0>rt?-1:1)*ft+yt,jt=ut*(Nt-yt)+St),this.Fj(),this.ne(z),this.yf(kt,Ot),this.yf(Nt,jt),this.ne(mt),this.dd(0,this.getLinkPoint(a,y,tt,!0,!1,b,E)),this.dd(3,this.getLinkPoint(b,E,x,!1,!1,a,y))}else z=b,mt=E,b=this.getLinkPoint(a,y,tt,!0,!1,z,mt),E=this.getLinkPoint(z,mt,x,!1,!1,a,y),this.hasCurviness()?(mt=E.x-b.x,x=E.y-b.y,tt=this.computeCurviness(),a=b.x+mt/2,y=b.y+x/2,z=a,ot=y,Jt.B(x,0)?ot=0<mt?ot-tt:ot+tt:(mt=-mt/x,z=Math.sqrt(tt*tt/(mt*mt+1)),0>tt&&(z=-z),z=(0>x?-1:1)*z+a,ot=mt*(z-a)+y),this.ne(b),this.yf(z,ot),this.ne(E)):(this.ne(b),this.ne(E),ot=ye.alloc(),y.mi(ot),rt=ot.ca(E),mt.mi(ot),at=ot.ca(b),(rt||at)&&(tt=y.ga(Ym(tt),new It),this.dd(0,this.getLinkPointFromPoint(a,y,tt,E,!0,tt)),x=mt.ga(Ym(x),new It),this.dd(1,this.getLinkPointFromPoint(z,mt,x,b,!1,x))),ye.free(ot))}else{ft=this.isAvoiding,mt&&(ut&&ft||at)&&this.Fj();var Ht=at?this.computeCurviness():0;ft=this.getLinkPoint(a,y,tt,!0,ut,b,E),yt=kt=St=0,(ut||!ot||at)&&(Ot=this.computeEndSegmentLength(a,y,tt,!0),yt=this.getLinkDirection(a,y,ft,tt,!0,ut,b,E),at&&(ot||tt.D(x)||!ut&&tt.x+x.x===1&&tt.y+x.y===1)&&(yt-=ut?90:30,0>Ht&&(yt-=180)),0>yt?yt+=360:360<=yt&&(yt-=360),at&&(Ot+=Math.abs(Ht)*(ut?1:2)),yt===0?St=Ot:yt===90?kt=Ot:yt===180?St=-Ot:yt===270?kt=-Ot:(St=Ot*Math.cos(yt*Math.PI/180),kt=Ot*Math.sin(yt*Math.PI/180)),tt.Mc()&&at&&(Ot=y.ga(_i,It.alloc()),Nt=It.allocAt(Ot.x+1e3*St,Ot.y+1e3*kt),this.getLinkPointFromPoint(a,y,Ot,Nt,!0,ft),It.free(Ot),It.free(Nt))),Ot=this.getLinkPoint(b,E,x,!1,ut,a,y);var Wt=jt=Nt=0;if(ut||!rt||at){var Ut=this.computeEndSegmentLength(b,E,x,!1);Wt=this.getLinkDirection(b,E,Ot,x,!1,ut,a,y),at&&(rt||tt.D(x)||!ut&&tt.x+x.x===1&&tt.y+x.y===1)&&(Wt+=ut?0:30,0>Ht&&(Wt+=180)),0>Wt?Wt+=360:360<=Wt&&(Wt-=360),at&&(Ut+=Math.abs(Ht)*(ut?1:2)),Wt===0?Nt=Ut:Wt===90?jt=Ut:Wt===180?Nt=-Ut:Wt===270?jt=-Ut:(Nt=Ut*Math.cos(Wt*Math.PI/180),jt=Ut*Math.sin(Wt*Math.PI/180)),x.Mc()&&at&&(x=E.ga(_i,It.alloc()),tt=It.allocAt(x.x+1e3*Nt,x.y+1e3*jt),this.getLinkPointFromPoint(b,E,x,tt,!1,Ot),It.free(x),It.free(tt))}x=ft,(ut||!ot||at)&&(x=new It(ft.x+St,ft.y+kt)),tt=Ot,(ut||!rt||at)&&(tt=new It(Ot.x+Nt,Ot.y+jt)),!mt&&!ut&&ot&&3<z&&this.adjustPoints(0,ft,z-2,tt)?this.dd(z-1,Ot):!mt&&!ut&&rt&&3<z&&this.adjustPoints(1,x,z-1,Ot)?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,Ot)):(this.Fj(),this.ne(ft),(ut||!ot||at)&&this.ne(x),ut&&this.addOrthoPoints(x,yt,tt,Wt,a,b),(ut||!rt||at)&&this.ne(tt),this.ne(Ot))}return!0};function Uv(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}Ge.prototype.getLinkPointFromPoint=function(a,y,x,b,E,z){if(z===void 0&&(z=new It),a===null||y===null)return z.assign(x),z;if(a.isVisible()||(E=a.findVisibleNode(),E!==null&&E!==a&&(y=E.port)),a=null,E=y.panel,E===null||E.se()||(E=E.panel),E===null){E=b.x,b=b.y;var tt=x.x;x=x.y}else{a=E.oe,E=1/(a.m11*a.m22-a.m12*a.m21),tt=a.m22*E;var ot=-a.m12*E,rt=-a.m21*E,at=a.m11*E,ut=E*(a.m21*a.dy-a.m22*a.dx),ft=E*(a.m12*a.dx-a.m11*a.dy);E=b.x*tt+b.y*rt+ut,b=b.x*ot+b.y*at+ft,tt=x.x*tt+x.y*rt+ut,x=x.x*ot+x.y*at+ft}return y.Sj(E,b,tt,x,z),a!==null&&z.transform(a),z};function Vm(a,y){var x=y.Zn;return x===null&&(x=new Mf,x.port=y,x.node=y.part,y.Zn=x),a1(x,a)}Ge.prototype.getLinkPoint=function(a,y,x,b,E,z,tt,ot){if(ot===void 0&&(ot=new It),x.sb()&&!Nc(x))return y.ga(x,ot),ot;if(x.$c()){var rt=Vm(this,y);if(rt!==null){if(ot.assign(rt.Zo),E&&this.routing===e1){var at=Vm(this,tt);if(at!==null&&rt.Gl<at.Gl){rt=It.alloc(),at=It.alloc();var ut=new ye(y.ga(fo,rt),y.ga(As,at)),ft=this.computeSpot(!b,tt);a=this.getLinkPoint(z,tt,ft,!b,E,a,y,at),(x.Hf(Ja)||x.Hf(zr))&&a.y>=ut.y&&a.y<=ut.y+ut.height?ot.y=a.y:(x.Hf(Cl)||x.Hf(da))&&a.x>=ut.x&&a.x<=ut.x+ut.width&&(ot.x=a.x),It.free(rt),It.free(at)}}return ot}}return x=y.ga(Ym(x),It.alloc()),this.pointsCount>(E?6:2)?(tt=b?this.i(1):this.i(this.pointsCount-2),E&&(tt=Uv(x,tt.copy()))):(rt=this.computeSpot(!b,tt),z=It.alloc(),tt=tt.ga(Ym(rt),z),E&&(tt=Uv(x,tt)),It.free(z)),this.getLinkPointFromPoint(a,y,x,tt,b,ot),It.free(x),ot},Ge.prototype.getLinkDirection=function(a,y,x,b,E,z,tt,ot){t:if(b.sb())var rt=b.x>b.y?b.x>1-b.y?0:b.x<1-b.y?270:315:b.x<b.y?b.x>1-b.y?90:b.x<1-b.y?180:135:.5>b.x?225:.5<b.x?45:0;else{if(b.$c()&&(rt=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(_i,It.alloc()),this.pointsCount>(z?6:2)?(ot=E?this.i(1):this.i(this.pointsCount-2),ot=z?Uv(rt,ot.copy()):x):(x=It.alloc(),ot=ot.ga(_i,x),It.free(x)),x=Math.abs(ot.x-rt.x)>Math.abs(ot.y-rt.y)?ot.x>=rt.x?0:180:ot.y>=rt.y?90:270,It.free(rt),rt=x}return b.Mc()&&tt.Td(a)&&(rt+=180,360<=rt&&(rt-=360)),Nc(b)||(a=y.li(),a===0)||(45<=a&&135>a?rt+=90:135<=a&&225>a?rt+=180:225<=a&&315>a&&(rt+=270),360<=rt&&(rt-=360)),rt},Ge.prototype.computeEndSegmentLength=function(a,y,x,b){return y!==null&&x.$c()&&(a=Vm(this,y),a!==null)?a.Ju:(a=b?this.fromEndSegmentLength:this.toEndSegmentLength,y!==null&&isNaN(a)&&(a=b?y.fromEndSegmentLength:y.toEndSegmentLength),isNaN(a)&&(a=10),a)},Ge.prototype.computeSpot=function(a,y){return y===void 0&&(y=null),a?(a=y||this.fromPort,a===null?a=_i:(y=this.fromSpot,y.Xb()&&(y=a.fromSpot),a=y===Nr?Bi:y)):(a=y||this.toPort,a===null?a=_i:(y=this.toSpot,y.Xb()&&(y=a.toSpot),a=y===Nr?Bi:y)),a};function Nc(a){return a===Bi||a.x===.5&&a.y===.5}function Ym(a){return a.x===.5&&a.y===.5?a:_i}Ge.prototype.computeOtherPoint=function(a,y){return this.computeAdjusting()!==Ls&&4<this.pointsCount?this.computeMidPoint(new It):(a=y.Zn,a=a!==null?a1(a,this):null,a!==null?a.Zo:y.ga(_i))},Ge.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},Ge.prototype.Cf=function(a,y,x,b,E,z){if(this.pickable===!1)return!1;y===void 0&&(y=null),x===void 0&&(x=null);var tt=z;if(z===void 0&&(tt=ai.alloc(),tt.reset()),tt.multiply(this.transform),this.fh(a,tt))return mv(this,y,x,E),z===void 0&&ai.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=ai.alloc(),ft.set(tt),ut instanceof De)ot=ut.Cf(a,y,x,b,E,ft);else if(this.path===ut){if(ut instanceof fi)if(ot=a,mt=b,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 kt=yt.top;yt=yt.bottom;var Ot=It.alloc(),Nt=It.alloc(),jt=It.alloc(),Ht=ai.alloc();Ht.set(St),Ht.bv(ut.transform),Ht.Vj(),Nt.x=mt,Nt.y=kt,Nt.transform(Ht),Ot.x=ot,Ot.y=kt,Ot.transform(Ht),St=!1,Bd(ut,Ot,Nt,jt)?St=!0:(Ot.x=mt,Ot.y=yt,Ot.transform(Ht),Bd(ut,Ot,Nt,jt)?St=!0:(Nt.x=ot,Nt.y=yt,Nt.transform(Ht),Bd(ut,Ot,Nt,jt)?St=!0:(Ot.x=ot,Ot.y=kt,Ot.transform(Ht),Bd(ut,Ot,Nt,jt)&&(St=!0)))),ai.free(Ht),It.free(Ot),It.free(Nt),It.free(jt),ot=St}}else ot=ut.fh(ot,ft)}else ot=Cr(ut,a,b,ft);ot&&(mt=ut,y!==null&&(mt=y(ut)),mt&&(x===null||x(mt))&&E.add(mt)),ai.free(ft)}}}return z===void 0&&ai.free(tt),ot||this.background!==null||this.areaBackground!==null}return z===void 0&&ai.free(tt),!1},Ge.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},Ge.prototype.computeCorner=function(){if(this.curve===ya)return 0;var a=this.corner;return(isNaN(a)||0>a)&&(a=10),a},Ge.prototype.findMidLabel=function(){for(var a=this.path,y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];if(E!==a&&!E.isPanelMain&&(E.segmentIndex===-1/0||isNaN(E.segmentIndex)))return E}for(a=this.labelNodes;a.next();)if(y=a.value,y.segmentIndex===-1/0||isNaN(y.segmentIndex))return y;return null},Ge.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 b=this.findMidLabel();if(b!==null){var E=b.naturalBounds,z=b.margin,tt=isNaN(E.width)?30:E.width*b.scale+z.left+z.right;E=isNaN(E.height)?14:E.height*b.scale+z.top+z.bottom,b=b.segmentOrientation,b===$g||b===Jm||b===Qv?a=Math.max(a,E):b===tp||b===np||b===qg||b===ep?a=Math.max(a,tt):(y=y.ga(_i).ab(x.ga(_i))/180*Math.PI,a=Math.max(a,Math.abs(Math.sin(y)*tt)+Math.abs(Math.cos(y)*E)+1)),this.curve===ya&&(a*=1.333)}}return a},Ge.prototype.arrangeBundledLinks=function(a,y){if(y)for(y=0;y<a.length;y++){var x=a[y];x.computeAdjusting()===Ls&&x.bb()}},Ge.prototype.computeCurviness=function(){var a=this.curviness;if(isNaN(a)){a=n1;var y=this.Sf;if(y!==null){for(var x=on(),b=0,E=y.links,z=0;z<E.length;z++){var tt=E[z].computeSpacing();x.push(tt),b+=tt}for(b=-b/2,z=0;z<E.length;z++){if(E[z]===this){a=b+x[z]/2;break}b+=x[z]}y.Ds===this.fromNode&&(a=-a),rn(x)}}return a},Ge.prototype.computeThickness=function(){if(!this.isVisible())return 0;var a=this.path;return a!==null?Math.max(a.strokeWidth,1):1},Ge.prototype.hasCurviness=function(){return!isNaN(this.curviness)||this.Sf!==null},Ge.prototype.adjustPoints=function(a,y,x,b){var E=this.computeAdjusting();if(this.isOrthogonal){if(E===Km)return!1;E===Xm&&(E=Qg)}switch(E){case Km:var z=this.i(a),tt=this.i(x);if(!z.Xa(y)||!tt.Xa(b)){E=z.x,z=z.y;var ot=tt.x-E,rt=tt.y-z,at=Math.sqrt(ot*ot+rt*rt);if(!Jt.$(at,0)){if(Jt.$(ot,0))var 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=b.x-tt;var mt=b.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-E,rt=y.y-z,y=Math.sqrt(ot*ot+rt*rt),Jt.$(y,0)||(Jt.$(ot,0)?rt=0>rt?-Math.PI/2:Math.PI/2:(rt=Math.atan(rt/Math.abs(ot)),0>ot&&(rt=Math.PI-rt)),ot=rt+ut,y*=at,this.L(a,tt+y*Math.cos(ot),ft+y*Math.sin(ot)));this.dd(x,b)}}return!0;case Xm:if(z=this.i(a),ft=this.i(x),!z.Xa(y)||!ft.Xa(b)){E=z.x,z=z.y,tt=ft.x,ft=ft.y,at=(tt-E)*(tt-E)+(ft-z)*(ft-z),ot=y.x,ut=y.y,rt=b.x,mt=b.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 kt=y.x,Ot=y.y,Nt=.5;at!==0&&(Nt=((E-kt)*(E-tt)+(z-Ot)*(z-ft))/at);var jt=E+Nt*(tt-E),Ht=z+Nt*(ft-z);y=Math.sqrt((kt-jt)*(kt-jt)+(Ot-Ht)*(Ot-Ht)),Ot<St*(kt-jt)+Ht&&(y=-y),0<St&&(y=-y),kt=ot+Nt*(rt-ot),Nt=ut+Nt*(mt-ut),St!==0?(y=kt+y/yt,this.L(a,y,Nt-(y-kt)/St)):this.L(a,kt,Nt+y)}this.dd(x,b)}return!0;case Qg:t:{if(this.isOrthogonal&&(E=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(E.y,z.y)?Jt.B(z.x,tt.x)?ut=y.y:Jt.B(z.y,tt.y)&&(ot=y.x):Jt.B(E.x,z.x)&&(Jt.B(z.y,tt.y)?ot=y.x:Jt.B(z.x,tt.x)&&(ut=y.y)),this.L(a+1,ot,ut),E=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(E.y,z.y)?Jt.B(z.x,tt.x)?ut=b.y:Jt.B(z.y,tt.y)&&(ot=b.x):Jt.B(E.x,z.x)&&(Jt.B(z.y,tt.y)?ot=b.x:Jt.B(z.x,tt.x)&&(ut=b.y)),this.L(x-1,ot,ut),Zv(this))){this.L(a+1,ft,at),this.L(x-1,rt,mt),x=!1;break t}this.dd(a,y),this.dd(x,b),x=!0}return x;default:return!1}},Ge.prototype.addOrthoPoints=function(a,y,x,b,E,z){0>y?y+=360:360<=y&&(y-=360),0>b?b+=360:360<=b&&(b-=360);var tt=b;y=315<=y||45>y?0:45<=y&&135>y?90:135<=y&&225>y?180:270,b=315<=b||45>b?0:45<=b&&135>b?90:135<=b&&225>b?180:270;var ot=E.actualBounds.copy(),rt=z.actualBounds.copy();if(ot.w()&&rt.w()){ot.Bc(ip,ip),rt.Bc(ip,ip),ot.Ye(a),rt.Ye(x);var at=It.alloc(),ut=It.alloc();y===0?x.x>a.x||b===270&&x.y<a.y&&rt.right>a.x||b===90&&x.y>a.y&&rt.right>a.x?(at.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),b===180?(at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1),ut.x=at.x,ut.y=x.y):b===270&&x.y<a.y||b===90&&x.y>a.y?(at.x=a.x<rt.left?this.computeMidOrthoPosition(a.x,a.y,rt.left,x.y,!1):a.x<rt.right&&(b===270&&a.y<rt.top||b===90&&a.y>rt.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):rt.right,ut.x=at.x,ut.y=x.y):b===0&&a.x<rt.left&&a.y>rt.top&&a.y<rt.bottom&&(at.x=a.x,at.y=a.y<x.y?Math.min(x.y,rt.top):Math.max(x.y,rt.bottom),ut.y=at.y)):(at.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),(b===180||b===90&&x.y<ot.top||b===270&&x.y>ot.bottom)&&(b===180&&(rt.ca(a)||ot.ca(x))?at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.y<a.y&&(b===180||b===90)?at.y=this.computeMidOrthoPosition(a.x,ot.top,x.x,Math.max(x.y,rt.bottom),!0):x.y>a.y&&(b===180||b===270)&&(at.y=this.computeMidOrthoPosition(a.x,ot.bottom,x.x,Math.min(x.y,rt.top),!0)),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?(b===90||b===270)&&(at.h(Math.max((a.x+x.x)/2,a.x),a.y),ut.h(at.x,x.y)):(at.y=b===270||(b===0||b===180)&&x.y<a.y?Math.min(x.y,b===0?ot.top:Math.min(ot.top,rt.top)):Math.max(x.y,b===0?ot.bottom:Math.max(ot.bottom,rt.bottom)),ut.x=x.x,ut.y=at.y))):y===180?x.x<a.x||b===270&&x.y<a.y&&rt.left<a.x||b===90&&x.y>a.y&&rt.left<a.x?(at.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),b===0?(at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1),ut.x=at.x,ut.y=x.y):b===270&&x.y<a.y||b===90&&x.y>a.y?(at.x=a.x>rt.right?this.computeMidOrthoPosition(a.x,a.y,rt.right,x.y,!1):a.x>rt.left&&(b===270&&a.y<rt.top||b===90&&a.y>rt.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):rt.left,ut.x=at.x,ut.y=x.y):b===180&&a.x>rt.right&&a.y>rt.top&&a.y<rt.bottom&&(at.x=a.x,at.y=a.y<x.y?Math.min(x.y,rt.top):Math.max(x.y,rt.bottom),ut.y=at.y)):(at.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),(b===0||b===90&&x.y<ot.top||b===270&&x.y>ot.bottom)&&(b===0&&(rt.ca(a)||ot.ca(x))?at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.y<a.y&&(b===0||b===90)?at.y=this.computeMidOrthoPosition(a.x,ot.top,x.x,Math.max(x.y,rt.bottom),!0):x.y>a.y&&(b===0||b===270)&&(at.y=this.computeMidOrthoPosition(a.x,ot.bottom,x.x,Math.min(x.y,rt.top),!0)),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?(b===90||b===270)&&(at.h(Math.min((a.x+x.x)/2,a.x),a.y),ut.h(at.x,x.y)):(at.y=b===270||(b===0||b===180)&&x.y<a.y?Math.min(x.y,b===180?ot.top:Math.min(ot.top,rt.top)):Math.max(x.y,b===180?ot.bottom:Math.max(ot.bottom,rt.bottom)),ut.x=x.x,ut.y=at.y))):y===90?x.y>a.y||b===180&&x.x<a.x&&rt.bottom>a.y||b===0&&x.x>a.x&&rt.bottom>a.y?(at.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),b===270?(at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0),ut.x=x.x,ut.y=at.y):b===180&&x.x<a.x||b===0&&x.x>a.x?(at.y=a.y<rt.top?this.computeMidOrthoPosition(a.x,a.y,x.x,rt.top,!0):a.y<rt.bottom&&(b===180&&a.x<rt.left||b===0&&a.x>rt.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):rt.bottom,ut.x=x.x,ut.y=at.y):b===90&&a.y<rt.top&&a.x>rt.left&&a.x<rt.right&&(at.x=a.x<x.x?Math.min(x.x,rt.left):Math.max(x.x,rt.right),at.y=a.y,ut.x=at.x)):(at.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),(b===270||b===0&&x.x<ot.left||b===180&&x.x>ot.right)&&(b===270&&(rt.ca(a)||ot.ca(x))?at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.x<a.x&&(b===270||b===0)?at.x=this.computeMidOrthoPosition(ot.left,a.y,Math.max(x.x,rt.right),x.y,!1):x.x>a.x&&(b===270||b===180)&&(at.x=this.computeMidOrthoPosition(ot.right,a.y,Math.min(x.x,rt.left),x.y,!1)),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?(b===0||b===180)&&(at.h(a.x,Math.max((a.y+x.y)/2,a.y)),ut.h(x.x,at.y)):(at.x=b===180||(b===90||b===270)&&x.x<a.x?Math.min(x.x,b===90?ot.left:Math.min(ot.left,rt.left)):Math.max(x.x,b===90?ot.right:Math.max(ot.right,rt.right)),ut.x=at.x,ut.y=x.y))):x.y<a.y||b===180&&x.x<a.x&&rt.top<a.y||b===0&&x.x>a.x&&rt.top<a.y?(at.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),b===90?(at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0),ut.x=x.x,ut.y=at.y):b===180&&x.x<a.x||b===0&&x.x>=a.x?(at.y=a.y>rt.bottom?this.computeMidOrthoPosition(a.x,a.y,x.x,rt.bottom,!0):a.y>rt.top&&(b===180&&a.x<rt.left||b===0&&a.x>rt.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):rt.top,ut.x=x.x,ut.y=at.y):b===270&&a.y>rt.bottom&&a.x>rt.left&&a.x<rt.right&&(at.x=a.x<x.x?Math.min(x.x,rt.left):Math.max(x.x,rt.right),at.y=a.y,ut.x=at.x)):(at.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),(b===90||b===0&&x.x<ot.left||b===180&&x.x>ot.right)&&(b===90&&(rt.ca(a)||ot.ca(x))?at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.x<a.x&&(b===90||b===0)?at.x=this.computeMidOrthoPosition(ot.left,a.y,Math.max(x.x,rt.right),x.y,!1):x.x>a.x&&(b===90||b===180)&&(at.x=this.computeMidOrthoPosition(ot.right,a.y,Math.min(x.x,rt.left),x.y,!1)),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?(b===0||b===180)&&(at.h(a.x,Math.min((a.y+x.y)/2,a.y)),ut.h(x.x,at.y)):(at.x=b===180||(b===90||b===270)&&x.x<a.x?Math.min(x.x,b===270?ot.left:Math.min(ot.left,rt.left)):Math.max(x.x,b===270?ot.right:Math.max(ot.right,rt.right)),ut.x=at.x,ut.y=x.y)));var ft=x;if(this.isAvoiding){var mt=this.diagram;if(mt===null||E===z||this.layer.isTemporary||!uc(mt)||ot.ca(ft)&&!z.Td(E)||rt.ca(a)&&!E.Td(z))y=!1;else{var yt=hc(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{E=a,z=ft;var St=x=null;if(mt.isVirtualized){mt=yt.bounds.copy(),mt.Bc(-yt.Ho,-yt.Go);var kt=It.alloc();Fc(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,kt)?(x=a=kt.copy(),y=kt.ab(at)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,at.x,at.y,ut.x,ut.y,kt)?(x=a=kt.copy(),y=kt.ab(ut)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,ut.x,ut.y,ft.x,ft.y,kt)&&(x=a=kt.copy(),y=kt.ab(ft))),Fc(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,kt)?(St=ft=kt.copy(),b=ut.ab(kt)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,ut.x,ut.y,at.x,at.y,kt)?(St=ft=kt.copy(),b=at.ab(kt)):Jt.Ff(mt.x,mt.y,mt.x+mt.width,mt.y+mt.height,at.x,at.y,a.x,a.y,kt)&&(St=ft=kt.copy(),b=a.ab(kt))),It.free(kt)}ot=ot.copy().ed(rt),ot.Bc(yt.Ho*yt.Os,yt.Go*yt.Os),r1(yt,a,y,ft,b,ot,!0),rt=Ql(yt,ft.x,ft.y),!yt.abort&&rt>=Ac&&(o1(yt),ot.Bc(yt.Ho*yt.Hx,yt.Go*yt.Ix),r1(yt,a,y,ft,b,ot,!1),rt=Ql(yt,ft.x,ft.y)),!yt.abort&&rt<Ac&&Ql(yt,ft.x,ft.y)!==eh?(Kv(this,yt,ft.x,ft.y,b,!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,E.x,x.y):this.m(2,x.x,E.y)),St!==null&&(b===0||b===180?this.yf(z.x,St.y):this.yf(St.x,z.y)),y=!0):y=!1}}}else y=!1;y||(this.ne(at.copy()),this.ne(ut.copy())),It.free(at),It.free(ut)}},Ge.prototype.computeMidOrthoPosition=function(a,y,x,b,E){var z=0;return!this.hasCurviness()||this.computeSpot(!0,this.fromPort).$c()||this.computeSpot(!1,this.toPort).$c()||(z=this.computeCurviness()),E?(y+b)/2+z:(a+x)/2+z};function Zv(a){if(a.diagram===null||!a.isAvoiding||!uc(a.diagram))return!1;var y=a.points.s,x=y.length;if(4>x)return!1;a=hc(a.diagram,!0,a.containingGroup,null);for(var b=1;b<x-2;b++){var E=y[b],z=y[b+1];if(!a.Yj(Math.min(E.x,z.x),Math.min(E.y,z.y),Math.abs(E.x-z.x),Math.abs(E.y-z.y)))return!0}return!1}function Kv(a,y,x,b,E,z,tt){var ot=y.Ho,rt=y.Go,at=Ql(y,x,b),ut=x,ft=b;for(E===0?ut+=ot:E===90?ft+=rt:E===180?ut-=ot:ft-=rt,E!==tt&&at>Id&&Ql(y,ut,ft)!==at-1&&(Ql(y,x-ot,b)===at-1?(E=180,ut=x-ot,ft=b):Ql(y,x+ot,b)===at-1?(E=0,ut=x+ot,ft=b):Ql(y,x,b-rt)===at-1?(E=270,ut=x,ft=b-rt):Ql(y,x,b+rt)===at-1&&(E=90,ut=x,ft=b+rt));at>Id&&Ql(y,ut,ft)===at-1;)x=ut,b=ft,E===0?ut+=ot:E===90?ft+=rt:E===180?ut-=ot:ft-=rt,--at;z?at>Id&&(E===180||E===0?x=Math.floor(x/ot)*ot+ot/2:(E===90||E===270)&&(b=Math.floor(b/rt)*rt+rt/2)):(x=Math.floor(x/ot)*ot+ot/2,b=Math.floor(b/rt)*rt+rt/2),at>Id&&(z=E,tt=x,ut=b,E===0?(z=90,ut+=rt):E===90?(z=180,tt-=ot):E===180?(z=270,ut-=rt):E===270&&(z=0,tt+=ot),Ql(y,tt,ut)===at-1?Kv(a,y,tt,ut,z,!1,z):(tt=x,ut=b,E===0?(z=270,ut-=rt):E===90?(z=0,tt+=ot):E===180?(z=90,ut+=rt):E===270&&(z=180,tt-=ot),Ql(y,tt,ut)===at-1&&Kv(a,y,tt,ut,z,!1,z))),a.yf(x,b)}Ge.prototype.ez=function(a){var y=a.x;a=a.y;for(var x=this.i(0),b=this.i(1),E=Hi(y,a,x.x,x.y,b.x,b.y),z=0,tt=1;tt<this.pointsCount-1;tt++){x=this.i(tt+1);var ot=Hi(y,a,b.x,b.y,x.x,x.y);b=x,ot<E&&(z=tt,E=ot)}return z},Ge.prototype.qc=function(){this.lk=!1,this.v()},Ge.prototype.Ul=function(a){if(!(!a&&(this.fd===!1||(a=this.Pb(),this.lk&&(a===null||a.geometry!==null))))&&(2>this.pointsCount?this.lk=!0:this.ua=this.makeGeometry(),a=this.path,a!==null)){a.ua=this.ua;for(var y=this.O.s,x=y.length,b=0;b<x;b++){var E=y[b];E!==a&&E.isPanelMain&&E instanceof fi&&(E.ua=this.ua)}}},Ge.prototype.makeGeometry=function(){var a=this.ua,y=this.pointsCount,x=!1,b=this.diagram;b!==null&&Od(this)&&b.Eh.contains(this)&&(this.ml.width!==0||this.ml.height!==0)&&(b.animationManager.isAnimating||b.currentTool!==b.toolManager)&&(x=!0);var E=this.i(0).copy(),z=E.copy();b=this.Nb.s;var tt=this.computeCurve();if(tt===ya&&3<=y&&!Jt.$(this.smoothness,0))if(y===3){var ot=this.i(1);b=Math.min(E.x,ot.x);var rt=Math.min(E.y,ot.y);ot=this.i(2),b=Math.min(b,ot.x),rt=Math.min(rt,ot.y)}else{if(this.isOrthogonal)for(rt=0;rt<y;rt++)ot=b[rt],z.x=Math.min(ot.x,z.x),z.y=Math.min(ot.y,z.y);else for(b=3;b<y;b+=3)b+3>=y&&(b=y-1),rt=this.i(b),z.x=Math.min(rt.x,z.x),z.y=Math.min(rt.y,z.y);b=z.x,rt=z.y}else{for(rt=0;rt<y;rt++)ot=b[rt],z.x=Math.min(ot.x,z.x),z.y=Math.min(ot.y,z.y);b=z.x,rt=z.y}if(b-=this.su.x,rt-=this.su.y,E.x-=b,E.y-=rt,y!==2||Od(this)){if(a.type=_e.o,ot=ES(a),this.computeShortLength(!0)!==0&&(E=wf(this,E,!0,z)),Tc(ot,E.x,E.y,!1),tt===ya&&3<=y&&!Jt.$(this.smoothness,0))if(y===3)x=this.i(1),y=x.x-b,x=x.y-rt,E=this.i(2).copy(),E.x-=b,E.y-=rt,this.computeShortLength(!1)!==0&&(E=wf(this,E,!1,z)),Ju(ot,y,x,y,x,E.x,E.y);else if(this.isOrthogonal){y=It.allocAt(b,rt),x=It.alloc(),x.assign(this.i(1)),z=It.allocAt(b,rt),E=It.allocAt(b,rt),tt=this.i(0);for(var at,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 kt=ut;isNaN(kt)&&(kt=this.smoothness/3);var Ot=mt.x;mt=mt.y;var Nt=yt.x;yt=yt.y;var jt=St.x;St=St.y;var Ht=kt*Um(Ot,mt,Nt,yt);kt*=Um(Nt,yt,jt,St),Jt.$(mt,yt)&&Jt.$(Nt,jt)&&(Nt>Ot?St>yt?(z.x=Nt-Ht,z.y=yt-Ht,E.x=Nt+kt,E.y=yt+kt):(z.x=Nt-Ht,z.y=yt+Ht,E.x=Nt+kt,E.y=yt-kt):St>yt?(z.x=Nt+Ht,z.y=yt-Ht,E.x=Nt-kt,E.y=yt+kt):(z.x=Nt+Ht,z.y=yt+Ht,E.x=Nt-kt,E.y=yt-kt)),Jt.$(Ot,Nt)&&Jt.$(yt,St)&&(yt>mt?(jt>Nt?(z.x=Nt-Ht,z.y=yt-Ht,E.x=Nt+kt):(z.x=Nt+Ht,z.y=yt-Ht,E.x=Nt-kt),E.y=yt+kt):(jt>Nt?(z.x=Nt-Ht,z.y=yt+Ht,E.x=Nt+kt):(z.x=Nt+Ht,z.y=yt+Ht,E.x=Nt-kt),E.y=yt-kt)),(Jt.$(Ot,Nt)&&Jt.$(Nt,jt)||Jt.$(mt,yt)&&Jt.$(yt,St))&&(Ot=.5*(Ot+jt),mt=.5*(mt+St),z.x=Ot,z.y=mt,E.x=Ot,E.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-b,x.y-rt,z.x-b,z.y-rt,at.x-b,at.y-rt),y.set(z),x.set(E),tt=at}}at=tt.x,tt=tt.y,ut=this.i(this.pointsCount-1),this.computeShortLength(!1)!==0&&(ut=wf(this,ut.copy(),!1,nr)),at=.5*(at+ut.x),tt=.5*(tt+ut.y),Ju(ot,E.x-b,E.y-rt,at-b,tt-rt,ut.x-b,ut.y-rt),It.free(y),It.free(x),It.free(z),It.free(E)}else for(x=3;x<y;x+=3)z=this.i(x-2),x+3>=y&&(x=y-1),E=this.i(x-1),tt=this.i(x),x===y-1&&this.computeShortLength(!1)!==0&&(tt=wf(this,tt.copy(),!1,nr)),Ju(ot,z.x-b,z.y-rt,E.x-b,E.y-rt,tt.x-b,tt.y-rt);else{for(z=It.alloc(),z.assign(this.i(0)),E=It.alloc(),E.assign(z),tt=this.computeCorner(),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=wf(this,ut.copy(),!1,nr)),Cf(this,ot,-b,-rt,z,ut,x);else if(at===0)for(ft=1;ft<y;)E.assign(z),ut=this.i(ft++),Cf(this,ot,-b,-rt,z,ut,x),z.assign(ut);break}if(at=Xv(this,ut,ft+1,ft<y-3),ft=-b,Ot=-rt,mt=ut,Nt=this.i(at),kt=x,Jt.B(z.y,mt.y)&&Jt.B(mt.x,Nt.x))if(St=Math.min(tt,Math.abs(mt.x-E.x)/2),St=Ht=Math.min(St,Math.abs(Nt.y-mt.y)/2),Jt.B(St,0))Cf(this,ot,ft,Ot,z,mt,kt),z.assign(mt);else{var Wt=mt.x,Ut=mt.y;yt=Wt,jt=Ut,mt.x>z.x?Wt=mt.x-St:Wt=mt.x+St,Nt.y>mt.y?jt=mt.y+Ht:jt=mt.y-Ht,Nt=It.allocAt(Wt,Ut),Cf(this,ot,ft,Ot,z,Nt,kt),It.free(Nt),Im(ot,mt.x+ft,mt.y+Ot,yt+ft,jt+Ot),z.h(yt,jt)}else Jt.B(z.x,mt.x)&&Jt.B(mt.y,Nt.y)?(St=Math.min(tt,Math.abs(mt.y-E.y)/2),St=Ht=Math.min(St,Math.abs(Nt.x-mt.x)/2),Jt.B(Ht,0)?(Cf(this,ot,ft,Ot,z,mt,kt),z.assign(mt)):(Wt=mt.x,Ut=mt.y,yt=Wt,jt=Ut,mt.y>z.y?Ut=mt.y-St:Ut=mt.y+St,Nt.x>mt.x?yt=mt.x+Ht:yt=mt.x-Ht,Nt=It.allocAt(Wt,Ut),Cf(this,ot,ft,Ot,z,Nt,kt),It.free(Nt),Im(ot,mt.x+ft,mt.y+Ot,yt+ft,jt+Ot),z.h(yt,jt))):(Cf(this,ot,ft,Ot,z,mt,kt),z.assign(mt));E.assign(ut),ft=at}It.free(z)}Rm=ot}else ot=this.i(1).copy(),ot.x-=b,ot.y-=rt,this.computeShortLength(!0)!==0&&(E=wf(this,E,!0,z)),this.computeShortLength(!1)!==0&&(ot=wf(this,ot,!1,z)),a.type=_e.j,a.startX=E.x,a.startY=E.y,a.endX=ot.x,a.endY=ot.y;return this.lk=!0,a};function Um(a,y,x,b){return a=x-a,isNaN(a)||a===1/0||a===-1/0?NaN:(0>a&&(a=-a),y=b-y,isNaN(y)||y===1/0||y===-1/0?NaN:(0>y&&(y=-y),Jt.$(a,0)?y:Jt.$(y,0)?a:Math.sqrt(a*a+y*y)))}function wf(a,y,x,b){var E=a.pointsCount;if(2>E)return y;if(x){var z=a.i(1);if(x=z.x-b.x,z=z.y-b.y,b=Um(y.x,y.y,x,z),b===0)return y;E=E===2?.5*b:b,a=a.computeShortLength(!0),a>E&&(a=E),E=a*(z-y.y)/b,y.x+=a*(x-y.x)/b,y.y+=E}else{if(z=a.i(E-2),x=z.x-b.x,z=z.y-b.y,b=Um(y.x,y.y,x,z),b===0)return y;E=E===2?.5*b:b,a=a.computeShortLength(!1),a>E&&(a=E),E=a*(y.y-z)/b,y.x-=a*(y.x-x)/b,y.y-=E}return y}function Xv(a,y,x,b){for(var E=a.pointsCount,z=y;Jt.$(y.x,z.x)&&Jt.$(y.y,z.y);){if(x>=E)return E-1;z=a.i(x++)}if(!Jt.$(y.x,z.x)&&!Jt.$(y.y,z.y))return x-1;for(var tt=z;Jt.$(y.x,z.x)&&Jt.$(z.x,tt.x)&&(!b||(y.y>=z.y?z.y>=tt.y:z.y<=tt.y))||Jt.$(y.y,z.y)&&Jt.$(z.y,tt.y)&&(!b||(y.x>=z.x?z.x>=tt.x:z.x<=tt.x));){if(x>=E)return E-1;tt=a.i(x++)}return x-2}Ge.prototype.computeJumpLength=function(){return 10};function Cf(a,y,x,b,E,z,tt){if(!tt&&Od(a)){tt=a.computeJumpLength();var ot=tt/2,rt=[],at=0;if(a.isVisible()&&(at=kx(a,E,z,rt)),0<at){if(Jt.B(E.y,z.y))if(E.x<z.x)for(var ut=0;ut<at;){var ft=Math.max(E.x,Math.min(rt[ut++]-ot,z.x-tt));y.lineTo(ft+x,z.y+b);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+b,yt+=x;var St=z.y+b;a.curve===th?Tc(y,yt,St,!1):Ju(y,mt,ft,yt,ft,yt,St)}else for(--at;0<=at;){for(ut=Math.min(E.x,Math.max(rt[at--]+ot,z.x+tt)),y.lineTo(ut+x,z.y+b),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+b,ft+=x,yt=z.y+b,a.curve===th?Tc(y,ft,yt,!1):Ju(y,mt,ut,ft,ut,ft,yt)}else if(Jt.B(E.x,z.x))if(E.y<z.y)for(ut=0;ut<at;){for(ft=Math.max(E.y,Math.min(rt[ut++]-ot,z.y-tt)),y.lineTo(z.x+x,ft+b),mt=ft+b,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+=b,a.curve===th?Tc(y,St,ft,!1):Ju(y,yt,mt,yt,ft,St,ft)}else for(--at;0<=at;){for(ut=Math.min(E.y,Math.max(rt[at--]+ot,z.y+tt)),y.lineTo(z.x+x,ut+b),mt=ut+b,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+=b,a.curve===th?Tc(y,yt,ut,!1):Ju(y,ft,mt,ft,ut,yt,ut)}}}y.lineTo(z.x+x,z.y+b)}function kx(a,y,x,b){var E=a.diagram;if(E===null||y.D(x))return 0;for(E=E.layers;E.next();){var z=E.value;if(z!==null&&z.visible){z=z.Pa.s;for(var tt=z.length,ot=0;ot<tt;ot++){var rt=z[ot];if(rt instanceof Ge){if(rt===a)return 0<b.length&&b.sort(function(ut,ft){return ut-ft}),b.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,b,rt))}}}}}return 0<b.length&&b.sort(function(ut,ft){return ut-ft}),b.length}function Mx(a,y,x,b){for(var E=Jt.B(a.y,y.y),z=b.pointsCount,tt=b.i(0),ot=It.alloc(),rt=1;rt<z;rt++){var at=b.i(rt);if(rt<z-1){var ut=b.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 kt=at.x,Ot=at.y;if(Jt.B(ut,mt)){if(!Jt.B(ft,yt)&&Jt.B(tt,Ot)&&Math.min(ft,yt)<tt&&Math.max(ft,yt)>tt&&Math.min(St,kt)<ut&&Math.max(St,kt)>ut&&!Jt.B(St,kt)){ot.x=ut,ot.y=tt,ut=!0;break t}}else if(Jt.B(ft,yt)&&Jt.B(St,kt)&&Math.min(ut,mt)<St&&Math.max(ut,mt)>St&&Math.min(tt,Ot)<ft&&Math.max(tt,Ot)>ft&&!Jt.B(tt,Ot)){ot.x=St,ot.y=ft,ut=!0;break t}ot.x=0,ot.y=0,ut=!1}ut&&(E?x.push(ot.x):x.push(ot.y)),tt=at}It.free(ot)}function Od(a){return a=a.curve,a===Ec||a===th}function Zm(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()))}Ge.prototype.Xo=function(a){var y=this.layer;if(y!==null&&y.visible&&!y.isTemporary){var x=y.diagram;if(x!==null&&!x.animationManager.isTicking){var b=!1;for(x=x.layers;x.next();){var E=x.value;if(E.visible){if(E===y){b=!0;var z=!1;E=E.Pa.s;for(var tt=E.length,ot=0;ot<tt;ot++){var rt=E[ot];rt instanceof Ge&&(rt===this?z=!0:z&&t1(this,rt,a))}}else if(b)for(z=E.Pa.s,E=z.length,tt=0;tt<E;tt++)ot=z[tt],ot instanceof Ge&&t1(this,ot,a)}}}}};function t1(a,y,x){if(y!==null&&y.lk&&y.fd&&Od(y)){var b=y.routeBounds;b.w()&&(a.routeBounds.Yc(b)||x.Yc(b))&&(a.usesSamePort(y)||y.qc())}}Ge.prototype.usesSamePort=function(a){var y=this.pointsCount,x=a.pointsCount;if(0<y&&0<x){var b=this.i(0),E=a.i(0);if(b.Xa(E)||(y=this.i(y-1),a=a.i(x-1),y.Xa(a)||b.Xa(a)||y.Xa(E)))return!0}else if(this.fromNode===a.fromNode||this.toNode===a.toNode||this.fromNode===a.toNode||this.toNode===a.fromNode)return!0;return!1},Ge.prototype.isVisible=function(){if(!bn.prototype.isVisible.call(this))return!1;var a=this.containingGroup,y=!0,x=this.diagram;if(x!==null&&(y=x.isTreePathToChildren),x=this.fromNode,x!==null){if(this.isTreeLink&&y&&!x.isTreeExpanded)return!1;if(x===a)return!0;for(var b=x;b!==null;){if(b.labeledLink===this)return!0;b=b.containingGroup}if(x=x.findVisibleNode(),x===null||x===a)return!1}if(x=this.toNode,x!==null){if(this.isTreeLink&&!y&&!x.isTreeExpanded)return!1;if(x===a)return!0;for(y=x;y!==null;){if(y.labeledLink===this)return!0;y=y.containingGroup}if(y=x.findVisibleNode(),y===null||y===a)return!1}return!0},Ge.prototype.Zb=function(a){if(bn.prototype.Zb.call(this,a),a&&Zm(this,!1),this.Sf!==null&&this.Sf.Sl(),this.wd!==null)for(var y=this.wd.iterator;y.next();)y.value.Zb(a)},Ge.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 b=a.ff,E=a.vf,z=a=null,tt=y.jb.s,ot=tt.length,rt=0;rt<ot;rt++){var at=tt[rt];(at.ef===y&&at.ff===b&&at.uf===x&&at.vf===E||at.ef===x&&at.ff===E&&at.uf===y&&at.vf===b)&&(z===null?z=at:(a===null&&(a=[],a.push(z)),a.push(at)))}if(a!==null){for(z=_S(y,x,b,E),z===null&&(z=new $m(y,b,x,E),HS(y,z),HS(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&&(_n(y.links,a),y.Sl()))}Ge.prototype.ph=function(){return!0},re.Object.defineProperties(Ge.prototype,{fromNode:{get:function(){return this.ef},set:function(a){var y=this.ef;if(y!==a){var x=this.fromPort;y!==null&&(this.uf!==y&&Hm(y,this,x),Jg(this),this.C(2)),this.ef=a,a!==null&&this.Zb(a.isVisible()),this.Wf=null,this.bb();var b=this.diagram;b!==null&&b.aa&&b.partManager.setFromNodeForLink(this,a,y);var E=this.fromPort,z=this.fromPortChanged;if(z!==null){var tt=!0;b!==null&&(tt=b.aa,b.aa=!0),z(this,x,E),b!==null&&(b.aa=tt)}a!==null&&(this.uf!==a&&Gm(a,this,E),Xg(this),this.C(1)),this.g("fromNode",y,a),bc(this)}}},fromPortId:{get:function(){return this.ff},set:function(a){var y=this.ff;if(y!==a){var x=this.fromPort;x!==null&&ia(x),Jg(this),this.ff=a;var b=this.fromPort;b!==null&&ia(b);var E=this.diagram;if(E!==null){var z=this.data,tt=E.model;z!==null&&tt.ri()&&tt.xv(z,a)}x!==b&&(this.Wf=null,this.bb(),z=this.fromPortChanged,z!==null&&(tt=!0,E!==null&&(tt=E.aa,E.aa=!0),z(this,x,b),E!==null&&(E.aa=tt))),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&&Hm(y,this,x),Jg(this),this.C(2)),this.uf=a,a!==null&&this.Zb(a.isVisible()),this.Wf=null,this.bb();var b=this.diagram;b!==null&&b.aa&&b.partManager.setToNodeForLink(this,a,y);var E=this.toPort,z=this.toPortChanged;if(z!==null){var tt=!0;b!==null&&(tt=b.aa,b.aa=!0),z(this,x,E),b!==null&&(b.aa=tt)}a!==null&&(this.ef!==a&&Gm(a,this,E),Xg(this),this.C(1)),this.g("toNode",y,a),bc(this)}}},toPortId:{get:function(){return this.vf},set:function(a){var y=this.vf;if(y!==a){var x=this.toPort;x!==null&&ia(x),Jg(this),this.vf=a;var b=this.toPort;b!==null&&ia(b);var E=this.diagram;if(E!==null){var z=this.data,tt=E.model;z!==null&&tt.ri()&&tt.Cv(z,a)}x!==b&&(this.Wf=null,this.bb(),z=this.toPortChanged,z!==null&&(tt=!0,E!==null&&(tt=E.aa,E.aa=!0),z(this,x,b),E!==null&&(E.aa=tt))),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:Nr},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&&ia(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&&ln(a,">= 0",Ge,"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:Nr},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&&ia(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&&ln(a,">= 0",Ge,"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?Fi: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&&Kg(this.fromNode),this.toNode!==null&&Kg(this.toNode))}},path:{get:function(){var a=this.Pb();return a instanceof fi?a:null}},routeBounds:{get:function(){this.vg();var a=this.ml,y=1/0,x=1/0,b=this.pointsCount;if(b===0)a.h(NaN,NaN,0,0);else{if(b===1)b=this.i(0),y=Math.min(b.x,y),x=Math.min(b.y,x),a.h(b.x,b.y,0,0);else if(b===2){b=this.i(0);var E=this.i(1);y=Math.min(b.x,E.x),x=Math.min(b.y,E.y),a.h(b.x,b.y,0,0),a.Ye(E)}else if(this.computeCurve()===ya&&3<=b&&!this.isOrthogonal)if(E=this.i(0),y=E.x,x=E.y,a.h(y,x,0,0),b===3){b=this.i(1),y=Math.min(b.x,y),x=Math.min(b.y,x);var z=this.i(2);y=Math.min(z.x,y),x=Math.min(z.y,x),Jt.Dl(E.x,E.y,b.x,b.y,b.x,b.y,z.x,z.y,.5,a)}else for(z=3;z<b;z+=3){var tt=this.i(z-2);z+3>=b&&(z=b-1);var ot=this.i(z-1),rt=this.i(z);Jt.Dl(E.x,E.y,tt.x,tt.y,ot.x,ot.y,rt.x,rt.y,.5,a),y=Math.min(rt.x,y),x=Math.min(rt.y,x),E=rt}else for(E=this.i(0),z=this.i(1),y=Math.min(E.x,z.x),x=Math.min(E.y,z.y),a.h(E.x,E.y,0,0),a.Ye(z),E=2;E<b;E++)z=this.i(E),y=Math.min(z.x,y),x=Math.min(z.y,x),a.Ye(z);this.su.h(y-a.x,x-a.y)}return a}},midPoint:{get:function(){return this.vg(),this.computeMidPoint(new It)}},midAngle:{get:function(){return this.vg(),this.computeMidAngle()}},flattenedLengths:{get:function(){if(this.cq===null){this.fd||Wm(this);for(var a=this.cq=[],y=this.pointsCount,x=0;x<y-1;x++){var b=this.i(x),E=this.i(x+1);Jt.$(b.x,E.x)?(b=E.y-b.y,0>b&&(b=-b)):Jt.$(b.y,E.y)?(b=E.x-b.x,0>b&&(b=-b)):b=Math.sqrt(b.Bf(E)),a.push(b)}}return this.cq}},flattenedTotalLength:{get:function(){var a=this.vt;if(isNaN(a)){for(var y=this.flattenedLengths,x=y.length,b=a=0;b<x;b++)a+=y[b];this.vt=a}return a}},points:{get:function(){return this.Nb},set:function(a){var y=this.Nb;if(y!==a){var x=null;if(Array.isArray(a)){var b=a.length%2===0;if(b){for(var E=0;E<a.length;E++)if(typeof a[E]!="number"||isNaN(a[E])){b=!1;break}}if(b)for(x=new Ie,b=0;b<a.length/2;b++)E=new It(a[2*b],a[2*b+1]).freeze(),x.add(E);else{for(b=!0,E=0;E<a.length;E++){var z=a[E];if(!Le(z)||typeof z.x!="number"||isNaN(z.x)||typeof z.y!="number"||isNaN(z.y)){b=!1;break}}if(b)for(x=new Ie,b=0;b<a.length;b++)E=a[b],x.add(new It(E.x,E.y).freeze())}}else if(a instanceof Ie)for(x=a.copy(),a=x.iterator;a.next();)a.value.freeze();else _t("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&&tc(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||!Nc(this.computeSpot(!0))?1:0}},lastPickIndex:{get:function(){var a=this.pointsCount;return a===0?0:2>=a?a-1:this.isOrthogonal||!Nc(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(),Zm(this,y===th||y===Ec||a===th||a===Ec),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(),Zm(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)}}}),Ge.prototype.invalidateOtherJumpOvers=Ge.prototype.Xo,Ge.prototype.findClosestSegment=Ge.prototype.ez,Ge.prototype.updateRoute=Ge.prototype.vg,Ge.prototype.invalidateRoute=Ge.prototype.bb,Ge.prototype.rollbackRoute=Ge.prototype.rv,Ge.prototype.commitRoute=Ge.prototype.zf,Ge.prototype.startRoute=Ge.prototype.uh,Ge.prototype.clearPoints=Ge.prototype.Fj,Ge.prototype.removePoint=Ge.prototype.pv,Ge.prototype.addPointAt=Ge.prototype.yf,Ge.prototype.addPoint=Ge.prototype.ne,Ge.prototype.insertPointAt=Ge.prototype.m,Ge.prototype.insertPoint=Ge.prototype.Kz,Ge.prototype.setPointAt=Ge.prototype.L,Ge.prototype.setPoint=Ge.prototype.dd,Ge.prototype.getPoint=Ge.prototype.i,Ge.prototype.getOtherPort=Ge.prototype.Cz,Ge.prototype.getOtherNode=Ge.prototype.To;var Lf=null,kf=null,Jv=new Se(Ge,"Normal",1),Tx=new Se(Ge,"Orthogonal",2),bx=new Se(Ge,"AvoidsNodes",6),e1=new Se(Ge,"AvoidsNodesStraight",7),Ls=new Se(Ge,"None",0),ya=new Se(Ge,"Bezier",9),th=new Se(Ge,"JumpGap",10),Ec=new Se(Ge,"JumpOver",11),Qg=new Se(Ge,"End",17),Km=new Se(Ge,"Scale",18),Xm=new Se(Ge,"Stretch",19),$g=new Se(Ge,"OrientAlong",21),qg=new Se(Ge,"OrientPlus90",22),tp=new Se(Ge,"OrientMinus90",23),Qv=new Se(Ge,"OrientOpposite",24),Jm=new Se(Ge,"OrientUpright",25),ep=new Se(Ge,"OrientPlus90Upright",26),np=new Se(Ge,"OrientMinus90Upright",27),Qm=new Se(Ge,"OrientUpright45",28),n1=16,i1=14,ip=8;Ge.className="Link",Ge.Normal=Jv,Ge.Orthogonal=Tx,Ge.AvoidsNodes=bx,Ge.AvoidsNodesStraight=e1,Ge.None=Ls,Ge.Bezier=ya,Ge.JumpGap=th,Ge.JumpOver=Ec,Ge.End=Qg,Ge.Scale=Km,Ge.Stretch=Xm,Ge.OrientAlong=$g,Ge.OrientPlus90=qg,Ge.OrientMinus90=tp,Ge.OrientOpposite=Qv,Ge.OrientUpright=Jm,Ge.OrientPlus90Upright=ep,Ge.OrientMinus90Upright=np,Ge.OrientUpright45=Qm,Ge.EndSegmentStep=8,Ge.CurvinessStart=n1,Ge.SpacingMin=i1,Ge.OrthoShortCut=ip;function $m(a,y,x,b){Ii(this),this.Fe=this.qq=!1,this.Ds=a,this.Ox=y,this.cv=x,this.Px=b,this.links=[]}$m.prototype.Sl=function(){if(!this.qq){var a=this.links;0<a.length&&(a=a[0].diagram,a!==null&&(a.ow.add(this),this.Fe=a.undoManager.isUndoingRedoing))}this.qq=!0},$m.prototype.Nv=function(){if(this.qq){this.qq=!1;var a=this.links;if(0<a.length){var y=a[0],x=y.diagram;x=x===null||x.pi&&!this.Fe,this.Fe=!1,y.arrangeBundledLinks(a,x),a.length===1&&(y.Sf=null,a.length=0)}a.length===0&&(a=this.Ds,this!==null&&a.af!==null&&a.af.remove(this),a=this.cv,this!==null&&a.af!==null&&a.af.remove(this))}},$m.className="LinkBundle";function op(a){Ii(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,b=a.y+a.height;if(this.Nd=Math.floor((a.x-this.rc)/this.rc)*this.rc,this.Od=Math.floor((y-this.sc)/this.sc)*this.sc,this.En=Math.ceil((x+2*this.rc)/this.rc)*this.rc,this.Fn=Math.ceil((b+2*this.sc)/this.sc)*this.sc,a=1+(Math.ceil((this.En-this.Nd)/this.rc)|0),y=1+(Math.ceil((this.Fn-this.Od)/this.sc)|0),this.ac===null||this.di<a-1||this.ei<y-1){for(x=[],b=0;b<=a;b++)x[b]=new Uint32Array(y);this.ac=x,this.di=a-1,this.ei=y-1}if(a=$v,this.ac!==null)for(y=0;y<=this.di;y++)if(x=this.ac[y],x.fill)x.fill(a);else for(b=0;b<=this.ei;b++)x[b]=a}};function Fc(a,y,x){return a.Nd<=y&&y<=a.En&&a.Od<=x&&x<=a.Fn}function Ql(a,y,x){return Fc(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],b=0;b<=a.ei;b++)x[b]>=Id&&(x[b]=$v)}op.prototype.Yj=function(a,y,x,b){if(a>this.En||a+x<this.Nd||y>this.Fn||y+b<this.Od)return!0;a=(a-this.Nd)/this.rc|0,y=(y-this.Od)/this.sc|0,x=Math.max(0,x)/this.rc+1|0;var E=Math.max(0,b)/this.sc+1|0;if(0>a&&(x+=a,a=0),0>y&&(E+=y,y=0),0>x||0>E)return!0;for(b=Math.min(a+x-1,this.di)|0,x=Math.min(y+E-1,this.ei)|0;a<=b;a++){E=this.ac[a];for(var z=y;z<=x;z++)if(E[z]===eh)return!1}return!0};function $l(a,y,x,b,E,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<Ac)for(E?ut+=b:at+=b,ft+=1;z<=at&&at<=tt&&ot<=ut&&ut<=rt&&!(ft>=a.ac[at][ut]);)a.ac[at][ut]=ft,ft+=1,E?ut+=b:at+=b;if(at=E?ut:at,E)if(0<b)for(x+=b;x<at;x+=b)$l(a,y,x,1,!E,z,tt,ot,rt),$l(a,y,x,-1,!E,z,tt,ot,rt);else for(x+=b;x>at;x+=b)$l(a,y,x,1,!E,z,tt,ot,rt),$l(a,y,x,-1,!E,z,tt,ot,rt);else if(0<b)for(y+=b;y<at;y+=b)$l(a,y,x,1,!E,z,tt,ot,rt),$l(a,y,x,-1,!E,z,tt,ot,rt);else for(y+=b;y>at;y+=b)$l(a,y,x,1,!E,z,tt,ot,rt),$l(a,y,x,-1,!E,z,tt,ot,rt)}}function qm(a,y,x,b,E,z,tt,ot,rt){y|=0,x|=0;var at=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,E?x+=b:y+=b,at=a.ac[y][x]}function t0(a,y,x,b,E,z,tt,ot,rt){y|=0,x|=0;var at=eh,ut=Ac;for(a.ac[y][x]=ut;at===eh&&y>z&&y<tt&&x>ot&&x<rt;)a.ac[y][x]=ut,E?x+=b:y+=b,at=a.ac[y][x]}function r1(a,y,x,b,E,z,tt){if(a.ac!==null){a.abort=!1;var ot=y.x,rt=y.y;if(Fc(a,ot,rt)){ot-=a.Nd,ot/=a.rc,rt-=a.Od,rt/=a.sc;var at=b.x,ut=b.y;if(Fc(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;b=z.y,y=z.x+z.width;var mt=z.y+z.height;ft-=a.Nd,ft/=a.rc,b-=a.Od,b/=a.sc,y-=a.Nd,y/=a.rc,mt-=a.Od,mt/=a.sc,z=Math.max(0,Math.min(a.di,ft|0)),y=Math.min(a.di,Math.max(0,y|0)),ft=Math.max(0,Math.min(a.ei,b|0)),mt=Math.min(a.ei,Math.max(0,mt|0)),b=a.ac,ot|=0,rt|=0,at|=0,ut|=0;var yt=x===0||x===90?1:-1;if(x=x===90||x===270,b[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),b[at][ut]===eh?(t0(a,at,ut,E===0||E===90?1:-1,E===90||E===270,z,y,ft,mt),t0(a,at,ut,1,!(E===90||E===270),z,y,ft,mt),t0(a,at,ut,-1,!(E===90||E===270),z,y,ft,mt)):t0(a,at,ut,yt,x,at,ut,at,ut),x=on(),tt&&s1(a,at,ut,E,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,E=x[x.length-2],tt=x[x.length-1],b[E][tt]=a++,z=x.length-4;0<=z;z-=2)for(E=x[z+2],tt=x[z+3],y=x[z],at=x[z+1];y>E?E++:y<E?E--:at>tt?tt++:at<tt&&tt--,b[E][tt]=a++,E!==y||tt!==at;);else $l(a,ot,rt,1,!1,z,y,ft,mt),$l(a,ot,rt,-1,!1,z,y,ft,mt),$l(a,ot,rt,1,!0,z,y,ft,mt),$l(a,ot,rt,-1,!0,z,y,ft,mt);rn(x)}}}}function s1(a,y,x,b,E,z,tt){for(var ot=a.ac,rt=y,at=x;;){if(rt===E&&at===z)return!0;var ut=rt,ft=at;if(b===0)if(ut<E)ut++;else break;else if(b===90)if(ft<z)ft++;else break;else if(b===180)if(ut>E)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=b,ft=rt,mt=at,b===0?mt<z?(ut=90,mt++):mt>z&&(ut=270,mt--):b===90?ft<E?(ut=0,ft++):ft>E&&(ut=180,ft--):b===180?mt<z?(ut=90,mt++):mt>z&&(ut=270,mt--):ft<E?(ut=0,ft++):ft>E&&(ut=180,ft--),ft=ot[ft][mt],ut!==b&&ft!==0&&ft!==qv){if(tt.push(rt),tt.push(at),s1(a,rt,at,ut,E,z,tt))return!0;tt.pop(),tt.pop()}if(ot[rt][at]=qv,b===0){if(rt===y)return!1;rt--}else if(b===90){if(at===x)return!1;at--}else if(b===180){if(rt===y)return!1;rt++}else{if(at===x)return!1;at++}}}re.Object.defineProperties(op.prototype,{bounds:{get:function(){return new ye(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,Ac=999999,$v=Ac+1,qv=Ac+2;op.className="PositionArray";function Mf(){Ii(this),this.port=this.node=null,this.pe=[],this.ap=!1}Mf.prototype.toString=function(){for(var a=this.pe,y=this.node.toString()+" "+a.length.toString()+":",x=0;x<a.length;x++){var b=a[x];b!==null&&(y+=`
|
|
`+b.toString())}return y};function Nx(a,y,x,b){switch(y=y.offsetY,y){case 8:return 90;case 2:return 180;case 1:return 270;case 4:return 0}switch(y){case 9:return 180<x?270:90;case 6:return 90<x&&270>=x?180:0}switch(a=180*Math.atan2(a.height,a.width)/Math.PI,y){case 3:return x>a&&x<=180+a?180:270;case 5:return x>180-a&&x<=360-a?270:0;case 12:return x>a&&x<=180+a?90:0;case 10:return x>180-a&&x<=360-a?180:90;case 7:return 90<x&&x<=180+a?180:x>180+a&&x<=360-a?270:0;case 13:return 180<x&&x<=360-a?270:x>a&&180>=x?90:0;case 14:return x>a&&x<=180-a?90:x>180-a&&270>=x?180:0;case 11:return x>180-a&&x<=180+a?180:x>180+a?270:90}return b&&y!==15&&(x-=15,0>x&&(x+=360)),x>a&&x<180-a?90:x>=180-a&&x<=180+a?180:x>180+a&&x<360-a?270:0}Mf.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 b=null,E=a.node,z=E instanceof ii?E:null;if(z===null||z.isSubGraphExpanded)var tt=E.isTreeExpanded?E.findLinksConnected(a.port.portId):E.qx();else{if(!z.actualBounds.w()){a.ap=x;break t}b=z,tt=b.Lu()}z=a.pe.length=0;var ot=a.port.ga(fo,It.alloc()),rt=a.port.ga(As,It.alloc());for(E=ye.allocAt(ot.x,ot.y,0,0),E.Ye(rt),It.free(ot),It.free(rt),ot=It.allocAt(E.x+E.width/2,E.y+E.height/2),rt=a.port.li(),tt=tt.iterator;tt.next();){var at=tt.value;if(at.isVisible()&&at.fromPort!==at.toPort){var ut=at.fromPort===a.port||at.fromNode!==null&&at.fromNode.Td(b),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=Nx(E,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(It.free(ot),a.pe.sort(Mf.prototype.j),rt=a.pe.length,b=-1,z=ot=0;z<rt;z++)tt=a.pe[z],tt!==void 0&&(tt.Nc!==b&&(b=tt.Nc,ot=0),tt.Uo=ot,ot++);for(b=-1,ot=0,z=rt-1;0<=z;z--)rt=a.pe[z],rt!==void 0&&(rt.Nc!==b&&(b=rt.Nc,ot=rt.Uo+1),rt.Gl=ot);if(z=a.pe,ft=a.port,b=a.node.portSpreading,ot=It.alloc(),rt=It.alloc(),tt=It.alloc(),at=It.alloc(),ft.ga(fo,ot),ft.ga(ha,rt),ft.ga(As,tt),ft.ga(Fs,at),yt=mt=ut=ft=0,b===Wv)for(var St=0;St<z.length;St++){var kt=z[St];if(kt!==null){var Ot=kt.link.computeThickness();switch(kt.Nc){case 8:mt+=Ot;break;case 2:yt+=Ot;break;case 1:ft+=Ot;break;default:case 4:ut+=Ot}}}var Nt=St=0,jt=1,Ht=kt=0;for(Ot=0;Ot<z.length;Ot++){var Wt=z[Ot];if(Wt!==null){if(St!==Wt.Nc){switch(St=Wt.Nc,St){case 8:var Ut=tt;Nt=at;break;case 2:Ut=at,Nt=ot;break;case 1:Ut=ot,Nt=rt;break;default:case 4:Ut=rt,Nt=tt}switch(kt=Nt.x-Ut.x,Ht=Nt.y-Ut.y,St){case 8:mt>Math.abs(kt)?(jt=Math.abs(kt)/mt,mt=Math.abs(kt)):jt=1;break;case 2:yt>Math.abs(Ht)?(jt=Math.abs(Ht)/yt,yt=Math.abs(Ht)):jt=1;break;case 1:ft>Math.abs(kt)?(jt=Math.abs(kt)/ft,ft=Math.abs(kt)):jt=1;break;default:case 4:ut>Math.abs(Ht)?(jt=Math.abs(Ht)/ut,ut=Math.abs(Ht)):jt=1}Nt=0}var ee=Wt.Zo;if(b===Wv){switch(Wt=Wt.link.computeThickness(),Wt*=jt,ee.set(Ut),St){case 8:ee.x=Ut.x+kt/2+mt/2-Nt-Wt/2;break;case 2:ee.y=Ut.y+Ht/2+yt/2-Nt-Wt/2;break;case 1:ee.x=Ut.x+kt/2-ft/2+Nt+Wt/2;break;default:case 4:ee.y=Ut.y+Ht/2-ut/2+Nt+Wt/2}Nt+=Wt}else{var Ze=.5;b===_m&&(Ze=(Wt.Uo+1)/(Wt.Gl+1)),ee.x=Ut.x+kt*Ze,ee.y=Ut.y+Ht*Ze}}}for(It.free(ot),It.free(rt),It.free(tt),It.free(at),Ut=a.pe,z=0;z<Ut.length;z++)b=Ut[z],b!==null&&(b.Ju=a.computeEndSegmentLength(b));a.ap=x,ye.free(E)}x=a.pe}for(a=0;a<x.length;a++)if(E=x[a],E!==null&&E.link===y)return E;return null}Mf.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},Mf.prototype.computeEndSegmentLength=function(a){var y=a.link,x=y.computeEndSegmentLength(this.node,this.port,Bi,y.fromPort===this.port),b=a.Uo;if(0>b)return x;var E=a.Gl;if(1>=E||!y.isOrthogonal)return x;y=a.hv;var z=a.Zo;return(a.Nc===2||a.Nc===8)&&(b=E-1-b),((a=a.Nc===2||a.Nc===4)?y.y<z.y:y.x<z.x)?x+8*b:(a?y.y===z.y:y.x===z.x)?x:x+8*(E-1-b)},Mf.className="Knot";function ty(a,y,x){this.link=a,this.angle=y,this.Nc=x,this.hv=new It,this.Gl=this.Uo=0,this.Zo=new It,this.Ju=0}ty.prototype.toString=function(){return this.link.toString()+" "+this.angle.toString()+" "+this.Nc.toString()+":"+this.Uo.toString()+"/"+this.Gl.toString()+" "+this.Zo.toString()+" "+this.Ju.toString()+" "+this.hv.toString()},ty.className="LinkInfo";function Bo(a){Ii(this),this.o=this.H=null,this.Gh=this.sn=!0,this.yn=!1,this.Am=new It(0,0).freeze(),this.vn=!0,this.Em=this.un=null,this.xn=!1,this.j=null,a&&Object.assign(this,a)}Bo.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},Bo.prototype.copy=function(){var a=new this.constructor;return this.cloneProtected(a),a},Bo.prototype.qb=function(){},Bo.prototype.toString=function(){var a=vn(this.constructor);return a+="(",this.group!==null&&(a+=" in "+this.group),this.diagram!==null&&(a+=" for "+this.diagram),a+")"},Bo.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())}}},Bo.prototype.createNetwork=function(){return new So(this)},Bo.prototype.makeNetwork=function(a){var y=this.createNetwork();return a instanceof ne?(y.lg(a.nodes,!0),y.lg(a.links,!0)):a instanceof ii?y.lg(a.memberParts):y.lg(a.iterator),y},Bo.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")}},Bo.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()}},Bo.prototype.doLayout=function(a){var y=new Be;a instanceof ne?(_h(this,y,a.nodes,!0,this.rh,!0,!1,!0),_h(this,y,a.parts,!0,this.rh,!0,!1,!0)):a instanceof ii?_h(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},Bo.prototype.doMinimalNoNetworkLayout=function(a){var y=Math.ceil(Math.sqrt(a.count));this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin);var x=this.arrangementOrigin.x,b=x,E=this.arrangementOrigin.y,z=0,tt=0;for(a=a.iterator;a.next();){var ot=a.value;rp(ot);var rt=ot.measuredBounds,at=rt.width;rt=rt.height,ot.moveTo(b,E),ot instanceof ii&&(ot.rh=!1),b+=Math.max(at,50)+20,tt=Math.max(tt,Math.max(rt,50)),z>=y-1?(z=0,b=x,E+=tt+20,tt=0):z++}},Bo.prototype.doMinimalNetworkLayout=function(){var a=Math.ceil(Math.sqrt(this.network.vertexes.count));this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin);for(var y=this.arrangementOrigin.x,x=y,b=this.arrangementOrigin.y,E=0,z=0,tt=this.network.vertexes.iterator;tt.next();){var ot=tt.value.node;if(!(ot===null||ot instanceof Ge)&&(rp(ot),this.rh(ot))){var rt=ot.measuredBounds,at=rt.width;rt=rt.height,ot.moveTo(x,b),ot instanceof ii&&(ot.rh=!1),x+=Math.max(at,50)+20,z=Math.max(z,Math.max(rt,50)),E>=a-1?(E=0,x=y,b+=z+20,z=0):E++}}},Bo.prototype.rh=function(a){return!!(!a.location.w()||a instanceof ii&&a.rh)};function _h(a,y,x,b,E,z,tt,ot){for(x=x.iterator;x.next();){var rt=x.value;b&&!rt.isTopLevel||E!==null&&!E(rt)||!rt.canLayout()||(z&&rt instanceof qe?rt.isLinkLabel||(rt instanceof ii&&rt.layout===null?_h(a,y,rt.memberParts,!1,E,z,tt,ot):(rp(rt),y.add(rt))):tt&&rt instanceof Ge?y.add(rt):!ot||!rt.Zc()||rt instanceof qe||(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()}Bo.prototype.ni=function(a,y){var x=this.boundsComputation;return x!==null?(y||(y=new ye),x(a,this,y)):y?(y.set(a.actualBounds),y):a.actualBounds},Bo.prototype.ex=function(a){var y=new Be;return a instanceof ne?(_h(this,y,a.nodes,!0,null,!0,!0,!0),_h(this,y,a.links,!0,null,!0,!0,!0),_h(this,y,a.parts,!0,null,!0,!0,!0)):a instanceof ii?_h(this,y,a.memberParts,!1,null,!0,!0,!0):_h(this,y,a.iterator,!1,null,!0,!0,!0),y},Bo.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(fo),(isNaN(x.x)||isNaN(x.y))&&x.set(a),a=y.padding,x.x+=a.left,x.y+=a.top),x}return a},re.Object.defineProperties(Bo.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())}}}),Bo.prototype.collectParts=Bo.prototype.ex,Bo.prototype.getLayoutBounds=Bo.prototype.ni,Bo.prototype.invalidateLayout=Bo.prototype.C,Bo.className="Layout";function So(a){Ii(this),this.Sc=a,this.wf=new Be,this.ye=new Be,this.Es=new Gn,this.zs=new Gn}So.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 Be,this.ye=new Be,this.Es=new Gn,this.zs=new Gn},So.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},So.prototype.createVertex=function(){return new Sr(this)},So.prototype.createEdge=function(){return new oa(this)},So.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 qe)return!tt.isLinkLabel;if(tt instanceof Ge){var ot=tt.fromNode;return ot===null||ot.isLinkLabel?!1:(tt=tt.toNode,!(tt===null||tt.isLinkLabel))}return!1}),a=a.iterator;a.next();){var b=a.value;if(b instanceof qe&&(!y||b.isTopLevel)&&b.canLayout()&&x(b)){if(b instanceof ii&&b.layout===null)this.lg(b.memberParts,!1);else if(this.ki(b)===null){var E=this.createVertex();E.node=b,this.dh(E)}}}for(a.reset();a.next();)if(b=a.value,b instanceof Ge&&(!y||b.isTopLevel)&&b.canLayout()&&x(b)&&this.Lo(b)===null){var z=b.fromNode;E=b.toNode,z!==null&&E!==null&&z!==E&&(z=this.findGroupVertex(z),E=this.findGroupVertex(E),z!==null&&E!==null&&this.Zj(z,E,b))}}},So.prototype.findGroupVertex=function(a){if(a===null)return null;var y=a.findVisibleNode();if(y===null)return null;if(a=this.ki(y),a!==null)return a;for(y=y.containingGroup;y!==null;){if(a=this.ki(y),a!==null)return a;y=y.containingGroup}return null},xt=So.prototype,xt.dh=function(a){if(a!==null){this.wf.add(a);var y=a.node;y!==null&&this.Es.add(y,a),a.network=this}},xt.Bl=function(a){if(a===null)return null;var y=this.ki(a);return y===null&&(y=this.createVertex(),y.node=a,this.dh(y)),y},xt.Iu=function(a){if(a!==null&&l1(this,a)){for(var y=a.tg,x=y.count-1;0<=x;x--){var b=y.M(x);this.Mj(b)}for(y=a.mg,a=y.count-1;0<=a;a--)x=y.M(a),this.Mj(x)}};function 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}xt.Zy=function(a){a!==null&&(a=this.ki(a),a!==null&&this.Iu(a))},xt.ki=function(a){return a===null?null:this.Es.I(a)},xt.Bo=function(a){if(a!==null){ey(this,a);var y=a.toVertex;y!==null&&y.Cl(a),y=a.fromVertex,y!==null&&y.zl(a)}};function ey(a,y){if(y!==null){a.ye.add(y);var x=y.link;x!==null&&a.Lo(x)===null&&a.zs.add(x,y),y.network=a}}xt.Dy=function(a){if(a===null)return null;var y=a.fromNode,x=a.toNode,b=this.Lo(a);return b===null?(b=this.createEdge(),b.link=a,y!==null&&(b.fromVertex=this.Bl(y)),x!==null&&(b.toVertex=this.Bl(x)),this.Bo(b)):(y!==null?b.fromVertex=this.Bl(y):b.fromVertex=null,x!==null?b.toVertex=this.Bl(x):b.toVertex=null),b},xt.Mj=function(a){if(a!==null){var y=a.toVertex;y!==null&&y.Kl(a),y=a.fromVertex,y!==null&&y.Jl(a),ny(this,a)}};function ny(a,y){y!==null&&a.ye.remove(y)&&(y=y.link,y!==null&&a.zs.remove(y))}xt.Yy=function(a){a!==null&&(a=this.Lo(a),a!==null&&this.Mj(a))},xt.Lo=function(a){return a===null?null:this.zs.I(a)},xt.Zj=function(a,y,x){if(a===null||y===null)return null;if(a.network===this&&y.network===this){var b=this.createEdge();return b.link=x,b.fromVertex=a,b.toVertex=y,this.Bo(b),b}return null},xt.gm=function(a){if(a!==null){var y=a.fromVertex,x=a.toVertex;y!==null&&x!==null&&(y.Jl(a),x.Kl(a),a.gm(),y.Cl(a),x.zl(a))}},xt.Ko=function(){for(var a=on(),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]);rn(a)},So.prototype.deleteArtificialVertexes=function(){for(var a=on(),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=on(),x=this.ye.iterator;x.next();){var b=x.value;b.link===null&&b.data===null&&y.push(b)}for(x=y.length,b=0;b<x;b++)this.Mj(y[b]);rn(a),rn(y)};function Ex(a){for(var y=on(),x=a.ye.iterator;x.next();){var b=x.value;b.fromVertex!==null&&b.toVertex!==null||y.push(b)}for(x=y.length,b=0;b<x;b++)a.Mj(y[b]);rn(y)}So.prototype.Zx=function(a){a===void 0&&(a=!0),a&&(this.deleteArtificialVertexes(),Ex(this),this.Ko()),a=new Ie;for(var y=!0;y;){y=!1;for(var x=this.wf.iterator;x.next();){var b=x.value;if(0<b.tg.count||0<b.mg.count){y=this.layout.createNetwork(),a.add(y),iy(this,y,b),y=!0;break}}}return a.sort(function(E,z){return E===null||z===null||E===z?0:z.vertexes.count-E.vertexes.count}),a};function iy(a,y,x){if(x!==null&&x.network!==y){l1(a,x),y.dh(x);for(var b=x.sourceEdges;b.next();){var E=b.value;E.network!==y&&(ny(a,E),ey(y,E),iy(a,y,E.fromVertex))}for(b=x.destinationEdges;b.next();)x=b.value,x.network!==y&&(ny(a,x),ey(y,x),iy(a,y,x.toVertex))}}So.prototype.dz=function(){for(var a=new Be,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},re.Object.defineProperties(So.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}}}),So.prototype.findAllParts=So.prototype.dz,So.prototype.splitIntoSubNetworks=So.prototype.Zx,So.prototype.deleteSelfEdges=So.prototype.Ko,So.prototype.reverseEdge=So.prototype.gm,So.prototype.linkVertexes=So.prototype.Zj,So.prototype.findEdge=So.prototype.Lo,So.prototype.deleteLink=So.prototype.Yy,So.prototype.deleteEdge=So.prototype.Mj,So.prototype.addLink=So.prototype.Dy,So.prototype.addEdge=So.prototype.Bo,So.prototype.findVertex=So.prototype.ki,So.prototype.deleteNode=So.prototype.Zy,So.prototype.deleteVertex=So.prototype.Iu,So.prototype.addNode=So.prototype.Bl,So.prototype.addVertex=So.prototype.dh,So.prototype.addParts=So.prototype.lg,So.className="LayoutNetwork";function Sr(a){Ii(this),this.ob=a,this.j=new ye(0,0,10,10).freeze(),this.o=new It(5,5).freeze(),this.Sh=this.ub=null,this.tg=new Ie,this.mg=new Ie}Sr.prototype.clear=function(){this.Sh=this.ub=null,this.tg=new Ie,this.mg=new Ie},Sr.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutVertex#"+Ai(this);if(0<a&&(y+=this.node!==null?"("+this.node.toString()+")":"",1<a)){a="";for(var x=!0,b=this.tg.iterator;b.next();){var E=b.value;x?x=!1:a+=",",a+=E.toString(0)}for(E="",x=!0,b=this.mg.iterator;b.next();){var z=b.value;x?x=!1:E+=",",E+=z.toString(0)}y+=" sources: "+a+" destinations: "+E}return y},Sr.prototype.commit=function(){var a=this.ub;if(a!==null){var y=this.bounds,x=a.bounds;Le(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 ii)){x=ye.alloc(),a.Va();var b=this.network.layout.ni(a,x),E=a.locationObject.ga(_i);if(b.w()&&E.w()){a.moveTo(y.x+this.focusX-(E.x-b.x),y.y+this.focusY-(E.y-b.y)),ye.free(x);return}ye.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}re.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,b=y.width;y=y.height,this.o.h(b/2,y/2),this.j.h(a,x,b,y)}}},node:{get:function(){return this.Sh},set:function(a){if(this.Sh!==a){this.Sh=a,a.Va();var y=this.network.layout,x=ye.alloc(),b=y.ni(a,x);y=b.x;var E=b.y,z=b.width;if(b=b.height,isNaN(y)&&(y=0),isNaN(E)&&(E=0),this.j.h(y,E,z,b),ye.free(x),!(a instanceof ii)&&(a=a.locationObject.ga(_i),a.w())){this.o.h(a.x-y,a.y-E);return}this.o.h(z/2,b/2)}}},bounds:{get:function(){return this.j},set:function(a){this.j.D(a)||this.j.assign(a)}},focus:{get:function(){return this.o},set:function(a){this.o.D(a)||this.o.assign(a)}},centerX:{get:function(){return this.j.x+this.o.x},set:function(a){var y=this.j;y.x+this.o.x!==a&&(y.ka(),y.x=a-this.o.x,y.freeze())}},centerY:{get:function(){return this.j.y+this.o.y},set:function(a){var y=this.j;y.y+this.o.y!==a&&(y.ka(),y.y=a-this.o.y,y.freeze())}},focusX:{get:function(){return this.o.x},set:function(a){var y=this.o;y.x!==a&&(y.ka(),y.x=a,y.freeze())}},focusY:{get:function(){return this.o.y},set:function(a){var y=this.o;y.y!==a&&(y.ka(),y.y=a,y.freeze())}},x:{get:function(){return this.j.x},set:function(a){var y=this.j;y.x!==a&&(y.ka(),y.x=a,y.freeze())}},y:{get:function(){return this.j.y},set:function(a){var y=this.j;y.y!==a&&(y.ka(),y.y=a,y.freeze())}},width:{get:function(){return this.j.width},set:function(a){var y=this.j;y.width!==a&&(y.ka(),y.width=a,y.freeze())}},height:{get:function(){return this.j.height},set:function(a){var y=this.j;y.height!==a&&(y.ka(),y.height=a,y.freeze())}},network:{get:function(){return this.ob},set:function(a){this.ob=a}},sourceVertexes:{get:function(){for(var a=new Be,y=this.sourceEdges;y.next();)a.add(y.value.fromVertex);return a.iterator}},destinationVertexes:{get:function(){for(var a=new Be,y=this.destinationEdges;y.next();)a.add(y.value.toVertex);return a.iterator}},vertexes:{get:function(){for(var a=new Be,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 Ie,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 b=parseFloat(y[x]),E=parseFloat(a[x]);if(isNaN(b))if(isNaN(E)){if(y[x].localeCompare(a[x])!==0)return y[x].localeCompare(a[x])}else return 1;else{if(isNaN(E))return-1;if(b-E!==0)return b-E}}else if(y[x]!=="")return 1;return a[x]!==""&&a[x]!==void 0?-1:0}return 1}return x!==null?-1:0}return 1}return y!==null?-1:0};function oa(a){Ii(this),this.nb=a,this.qd=this.kd=this.$k=this.ub=null}oa.prototype.clear=function(){this.qd=this.kd=this.$k=this.ub=null},oa.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutEdge#"+Ai(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},oa.prototype.gm=function(){var a=this.kd;this.kd=this.qd,this.qd=a},oa.prototype.commit=function(){},oa.prototype.Ax=function(a){return this.qd===a?this.kd:this.kd===a?this.qd:null},re.Object.defineProperties(oa.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)}}}),oa.prototype.getOtherVertex=oa.prototype.Ax,oa.className="LayoutEdge";function Or(a){Bo.call(this),this.isViewportSized=!0,this.yo=this.zo=NaN,this.yg=new Ue(NaN,NaN).freeze(),this.tf=new Ue(10,10).freeze(),this.Jb=sp,this.Rb=n0,this.nd=ap,this.hd=u1,a&&Object.assign(this,a)}de(Or,Bo),Or.prototype.cloneProtected=function(a){Bo.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},Or.prototype.qb=function(a){a.classType===Or?a===ap||a===o0||a===ry||a===i0?this.sorting=a:a===n0||a===fl?this.arrangement=a:a===sp||a===e0?this.alignment=a:_t("Unknown enum value: "+a):Bo.prototype.qb.call(this,a)},Or.prototype.doLayout=function(a){this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin);var y=this.ex(a);a=this.diagram;for(var x=y.copy().iterator;x.next();){var b=x.value;if(!b.ph()||b.fromNode===null&&b.toNode===null){if(b.Va(),b instanceof ii)for(b=b.memberParts;b.next();)y.remove(b.value)}else y.remove(b)}var E=y.Fa();if(E.length!==0){switch(this.sorting){case i0:E.reverse();break;case ap:E.sort(this.comparer);break;case o0:E.sort(this.comparer),E.reverse()}var z=this.wrappingColumn;isNaN(z)&&(z=0);var tt=this.wrappingWidth;switch(isNaN(tt)&&a!==null?(y=a.padding,tt=Math.max(a.viewportBounds.width-y.left-y.right,0)):tt=Math.max(this.wrappingWidth,0),0>=z&&0>=tt&&(z=1),y=this.spacing.width,isFinite(y)||(y=0),x=this.spacing.height,isFinite(x)||(x=0),a!==null&&a.Ea("Layout"),b=[],this.alignment){case e0:var ot=y,rt=x,at=ye.alloc(),ut=Math.max(this.cellSize.width,1);if(!isFinite(ut))for(var ft=ut=0;ft<E.length;ft++){var mt=this.ni(E[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<E.length;mt++){var yt=this.ni(E[mt],at);ft=Math.max(ft,yt.height)}ft=Math.max(ft+rt,1),mt=this.arrangement;for(var St=yt=this.arrangementOrigin.x,kt=this.arrangementOrigin.y,Ot=0,Nt=0,jt=0;jt<E.length;jt++){var Ht=E[jt],Wt=this.ni(Ht,at),Ut=Math.ceil((Wt.width+ot)/ut)*ut,ee=Math.ceil((Wt.height+rt)/ft)*ft;switch(mt){case fl:var Ze=Math.abs(St-Wt.width);break;default:Ze=St+Wt.width}switch((0<z&&Ot>z-1||0<tt&&0<Ot&&Ze-yt>tt)&&(b.push(new ye(0,kt,tt+ot,Nt)),Ot=0,St=yt,kt+=Nt,Nt=0),Nt=Math.max(Nt,ee),mt){case fl:Wt=-Wt.width;break;default:Wt=0}switch(Ht.moveTo(St+Wt,kt),mt){case fl:St-=Ut;break;default:St+=Ut}Ot++}b.push(new ye(0,kt,tt+ot,Nt)),ye.free(at);break;case sp:for(rt=tt,ut=z,ft=y,mt=x,tt=ye.alloc(),yt=Math.max(this.cellSize.width,1),z=kt=at=0,ot=It.alloc(),St=0;St<E.length;St++)Nt=E[St],Ot=this.ni(Nt,tt),Nt=Qu(Nt,Nt.locationObject,Nt.locationSpot,ot),at=Math.max(at,Nt.x),kt=Math.max(kt,Ot.width-Nt.x),z=Math.max(z,Nt.y);switch(St=this.arrangement,St){case fl:at+=ft;break;default:kt+=ft}yt=isFinite(yt)?Math.max(yt+ft,1):Math.max(at+kt,1);var gn=Nt=this.arrangementOrigin.x;for(jt=this.arrangementOrigin.y,kt=0,rt>=at&&(rt-=at),at=Ht=0,Ut=Math.max(this.cellSize.height,1),Wt=z=0,ee=!0,Ot=It.alloc(),Ze=0;Ze<E.length;Ze++){var an=E[Ze],je=this.ni(an,tt),Me=Qu(an,an.locationObject,an.locationSpot,ot);if(0<kt)switch(St){case fl:gn=(gn-Nt-(je.width-Me.x))/yt,gn=Jt.$(Math.round(gn),gn)?Math.round(gn):Math.floor(gn),gn=gn*yt+Nt;break;default:gn=(gn-Nt+Me.x)/yt,gn=Jt.$(Math.round(gn),gn)?Math.round(gn):Math.ceil(gn),gn=gn*yt+Nt}else switch(St){case fl:Ht=gn+Me.x+je.width;break;default:Ht=gn-Me.x}switch(St){case fl:var ei=-(gn+Me.x)+Ht;break;default:ei=gn+je.width-Me.x-Ht}if(0<ut&&kt>ut-1||0<rt&&0<kt&&ei>rt){for(b.push(new ye(0,ee?jt-z:jt,rt+ft,Wt+z+mt)),gn=0;gn<kt&&Ze!==kt;gn++){ei=E[Ze-kt+gn];var Vn=Qu(ei,ei.locationObject,ei.locationSpot,Ot);ei.moveTo(ei.position.x,ei.position.y+z-Vn.y)}Wt+=mt,jt=ee?jt+Wt:jt+(Wt+z),kt=Wt=z=0,gn=Nt,ee=!1}switch(gn===Nt&&(at=St===fl?Math.max(at,je.width-Me.x):Math.min(at,-Me.x)),z=Math.max(z,Me.y),Wt=Math.max(Wt,je.height-Me.y),isFinite(Ut)&&(Wt=Math.max(Wt,Math.max(je.height,Ut)-Me.y)),ee?an.moveTo(gn-Me.x,jt-Me.y):an.moveTo(gn-Me.x,jt),St){case fl:gn-=Me.x+ft;break;default:gn+=je.width-Me.x+ft}kt++}if(b.push(new ye(0,jt,rt+ft,(ee?Wt:Wt+z)+mt)),E.length!==kt)for(rt=0;rt<kt;rt++)ut=E[E.length-kt+rt],ft=Qu(ut,ut.locationObject,ut.locationSpot,ot),ut.moveTo(ut.position.x,ut.position.y+z-ft.y);if(It.free(ot),It.free(Ot),St===fl)for(E=0;E<b.length;E++)z=b[E],z.width+=at,z.x-=at;else for(E=0;E<b.length;E++)z=b[E],z.x>at&&(z.width+=z.x-at,z.x=at);ye.free(tt)}for(ot=z=tt=E=0;ot<b.length;ot++)rt=b[ot],E=Math.min(E,rt.x),tt=Math.min(tt,rt.y),z=Math.max(z,rt.x+rt.width);this.arrangement===fl?this.commitLayers(b,new It(E+y/2-(z+E),tt-x/2)):this.commitLayers(b,new It(E-y/2,tt-x/2)),a!==null&&a.eb("Layout"),this.isValidLayout=!0}},Or.prototype.commitLayers=function(){};function u1(a,y){return a=a.text,y=y.text,a<y?-1:a>y?1:0}re.Object.defineProperties(Or.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!==fl||(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 Se(Or,"Position",0),sp=new Se(Or,"Location",1),n0=new Se(Or,"LeftToRight",2),fl=new Se(Or,"RightToLeft",3),ry=new Se(Or,"Forward",4),i0=new Se(Or,"Reverse",5),ap=new Se(Or,"Ascending",6),o0=new Se(Or,"Descending",7);Or.className="GridLayout",Or.standardComparer=u1,Or.smartComparer=function(a,y){if(a!==null){if(y!==null){a=a.text.toLocaleLowerCase().split(/([+-]?[.]?\d+(?:\.\d*)?(?:e[+-]?\d+)?)/),y=y.text.toLocaleLowerCase().split(/([+-]?[.]?\d+(?:\.\d*)?(?:e[+-]?\d+)?)/);for(var x=0;x<a.length;x++)if(y[x]!==""&&y[x]!==void 0){var b=parseFloat(a[x]),E=parseFloat(y[x]);if(isNaN(b))if(isNaN(E)){if(a[x].localeCompare(y[x])!==0)return a[x].localeCompare(y[x])}else return 1;else{if(isNaN(E))return-1;if(b-E!==0)return b-E}}else if(a[x]!=="")return 1;return y[x]!==""&&y[x]!==void 0?-1:0}return 1}return y!==null?-1:0},Or.Position=e0,Or.Location=sp,Or.LeftToRight=n0,Or.RightToLeft=fl,Or.Forward=ry,Or.Reverse=i0,Or.Ascending=ap,Or.Descending=o0;function eo(){this.On=new Be,this.Dn=new Be,this.Pa=new Be,this.cf=new Gn,this.bf=new Gn,this.aj=new Gn,this.H=null,this.tp=!1}xt=eo.prototype,xt.clear=function(){this.On.clear(),this.Dn.clear(),this.Pa.clear(),this.cf.clear(),this.bf.clear(),this.aj.clear()},xt.Xe=function(a){this.H=a},xt.oi=function(a){if(a instanceof qe){if(this.On.add(a),a instanceof ii){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 Ge?this.Dn.add(a):a instanceof ji||this.Pa.add(a);y=a.data,y===null||a instanceof ji||(a instanceof Ge?this.bf.add(y,a):this.cf.add(y,a))},xt.pc=function(a){if(a.Ej(),a instanceof qe){if(this.On.remove(a),a instanceof ii){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 Ge?this.Dn.remove(a):a instanceof ji||this.Pa.remove(a);y=a.data,y===null||a instanceof ji||(a instanceof Ge?this.bf.remove(y):this.cf.remove(y))},xt.Wd=function(){var a=this.H;if(a!==null){for(var y=a.nodeTemplateMap.iterator;y.next();){var x=y.value,b=y.key;(!x.Zc()||x instanceof ii)&&_t('Invalid node template in Diagram.nodeTemplateMap: template for "'+b+'" must be a Node or a simple Part, not a Group or Link: '+x)}for(y=a.groupTemplateMap.iterator;y.next();)x=y.value,b=y.key,x instanceof ii||_t('Invalid group template in Diagram.groupTemplateMap: template for "'+b+'" must be a Group, not a normal Node or Link: '+x);for(y=a.linkTemplateMap.iterator;y.next();)x=y.value,b=y.key,x instanceof Ge||_t('Invalid link template in Diagram.linkTemplateMap: template for "'+b+'" must be a Link, not a normal Node or simple Part: '+x);for(y=on(),x=a.selection.iterator;x.next();)(b=x.value.data)&&y.push(b);for(x=on(),a=a.highlighteds.iterator;a.next();)(b=a.value.data)&&x.push(b);for(a=on(),b=this.nodes.iterator;b.next();){var E=b.value;E.data!==null&&(a.push(E.data),a.push(E.location))}for(b=this.links.iterator;b.next();)E=b.value,E.data!==null&&(a.push(E.data),a.push(E.location));for(b=this.parts.iterator;b.next();)E=b.value,E.data!==null&&(a.push(E.data),a.push(E.location));for(this.removeAllModeledParts(),this.addAllModeledParts(),b=0;b<y.length;b++)E=this.Lc(y[b]),E!==null&&(E.isSelected=!0);for(b=0;b<x.length;b++)E=this.Lc(x[b]),E!==null&&(E.isHighlighted=!0);for(b=0;b<a.length;b+=2)E=this.Lc(a[b]),E!==null&&(E.location=a[b+1]);rn(y),rn(x),rn(a)}},eo.prototype.addAllModeledParts=function(){this.addModeledParts(this.diagram.model.nodeDataArray)},eo.prototype.addModeledParts=function(a,y){var x=this,b=this.diagram.model;a.forEach(function(E){b.lb(E)&&h1(x,E,!1)}),a.forEach(function(E){b.lb(E)&&x.resolveReferencesForData(E)}),y!==!1&&ac(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 b=a.Ro(y),E=d1(a,y,b);if(E!==null&&(Wa(E),E=E.copy(),E!==null)){var z=a.diagram.skipsModelSourceBindings;a.diagram.skipsModelSourceBindings=!0,E.Tf=b,E.ub=y,a.tp&&(E.Jg="Tool"),a.diagram.add(E),E.ub=null,E.data=y,a.diagram.skipsModelSourceBindings=z,b=E;break t}}b=null}b!==null&&x&&a.resolveReferencesForData(y)}}eo.prototype.insertLink=function(){return null},eo.prototype.resolveReferencesForData=function(){},eo.prototype.Ro=function(a){return this.H.model.Ro(a)};function d1(a,y,x){a=a.H;var b=a.model;return b.Xj()&&b.Yu(y)?(y=a.groupTemplateMap.I(x),y===null&&(y=a.groupTemplateMap.I(""),y===null&&(g1||(g1=!0,Fn('No Group template found for category "'+x+'"'),Fn(" Using default group template")),y=a.ly))):(y=a.nodeTemplateMap.I(x),y===null&&(y=a.nodeTemplateMap.I(""),y===null&&(c1||(c1=!0,Fn('No Node template found for category "'+x+'"'),Fn(" Using default node template")),y=a.ny))),y}eo.prototype.getLinkCategoryForData=function(){return""},eo.prototype.setLinkCategoryForData=function(){},eo.prototype.setFromNodeForLink=function(){},eo.prototype.setToNodeForLink=function(){},eo.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,Fn('No Link template found for category "'+a+'"'),Fn(" Using default link template")),x=y.my)),x},eo.prototype.removeAllModeledParts=function(){this.Gs(this.diagram.model.nodeDataArray)},eo.prototype.Gs=function(a){var y=this;a.forEach(function(x){y.ip(x)})},eo.prototype.ip=function(a){a=this.Lc(a),a!==null&&(Pg(this.diagram,a,!1),this.unresolveReferencesForPart(a))},eo.prototype.unresolveReferencesForPart=function(){},eo.prototype.removeDataForLink=function(){},eo.prototype.findPartForKey=function(a){return a==null?null:(a=this.H.model.hc(a),a!==null?this.cf.I(a):null)},eo.prototype.Vb=function(a){return a==null||(a=this.H.model.hc(a),a===null)?null:(a=this.cf.I(a),a instanceof qe?a:null)},eo.prototype.findLinkForKey=function(){return null},xt=eo.prototype,xt.Lc=function(a){if(a===null)return null;var y=this.cf.I(a);return y!==null?y:y=this.bf.I(a)},xt.ii=function(a){return a===null?null:(a=this.cf.I(a),a instanceof qe?a:null)},xt.Kc=function(a){return a===null?null:this.bf.I(a)},xt.ms=function(a){for(var y=0;y<arguments.length;++y);y=new Be;for(var x=this.On.iterator;x.next();){var b=x.value,E=b.data;if(E!==null)for(var z=0;z<arguments.length;z++){var tt=arguments[z];if(Le(tt)&&sy(this,E,tt)){y.add(b);break}}}return y.iterator},xt.ls=function(a){for(var y=0;y<arguments.length;++y);y=new Be;for(var x=this.Dn.iterator;x.next();){var b=x.value,E=b.data;if(E!==null)for(var z=0;z<arguments.length;z++){var tt=arguments[z];if(Le(tt)&&sy(this,E,tt)){y.add(b);break}}}return y.iterator};function sy(a,y,x){for(var b in x){var E=y[b],z=x[b];if(ke(z)){if(!ke(E)||E.length<z.length)return!1;for(var tt=0;tt<E.length;tt++){var ot=z[tt];if(ot!==void 0&&!f1(a,E[tt],ot))return!1}}else if(!f1(a,E,z))return!1}return!0}function f1(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(Le(y)&&Le(x)){if(!sy(a,y,x))return!1}else if(y!==x)return!1;return!0}eo.prototype.doModelChanged=function(a){if(this.H){var y=this.H;if(a.model===y.model){var x=a.change;if(y.doModelChanged(a),y.aa){y.aa=!1;try{var b=a.modelChange;if(b!=="")if(x===Io){if(b==="nodeCategory"){var E=this.Lc(a.object),z=a.newValue;E!==null&&typeof z=="string"&&(E.category=z)}else b==="nodeDataArray"&&(this.Gs(a.oldValue),this.addModeledParts(a.newValue));y.isModified=!0}else if(x===sr){var tt=a.newValue;b==="nodeDataArray"&&Le(tt)&&h1(this,tt),y.isModified=!0}else if(x===vr){var ot=a.oldValue;b==="nodeDataArray"&&Le(ot)&&this.ip(ot),y.isModified=!0}else x===ta&&(b==="SourceChanged"?a.object!==null?this.updateDataBindings(a.object,a.propertyName):(this.rp(),this.updateAllTargetBindings()):b==="ModelDisplaced"&&this.Wd());else if(x===Io){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===sr||x===vr){var ut=a.change===sr,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 kt=ft+_g(St);St.pc(kt,!0),xv(St,kt,ft)}}y.isModified=!0}}finally{y.aa=!0}}}}},eo.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)},eo.prototype.rp=function(){for(var a=this.H.model,y=new Be,x=a.nodeDataArray,b=0;b<x.length;b++)y.add(x[b]);var E=[];for(this.nodes.each(function(tt){tt.data===null||y.contains(tt.data)||E.push(tt.data)}),this.parts.each(function(tt){tt.data===null||y.contains(tt.data)||E.push(tt.data)}),E.forEach(function(tt){L1(a,tt,!1)}),b=0;b<x.length;b++){var z=x[b];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()},eo.prototype.refreshDataBoundLinks=function(){},eo.prototype.updateRelationshipsFromData=function(){},eo.prototype.updateDataBindings=function(a,y){if(typeof y=="string"){var x=this.Lc(a);if(x!==null)x.La(y);else{x=null;for(var b=this.aj.iterator;b.next();){for(var E=b.value,z=0;z<E.length;z++){var tt=E[z].sx(a);tt!==null&&(x===null&&(x=on()),x.push(tt))}if(x!==null)break}if(x!==null){for(b=0;b<x.length;b++)x[b].La(y);rn(x)}}a===this.diagram.model.modelData&&this.updateAllTargetBindings(y)}};function ay(a,y){var x=y.Hh;if(ke(x)){var b=a.aj.I(x);if(b===null)b=[],b.push(y),a.aj.add(x,b);else{for(a=0;a<b.length;a++)if(b[a]===y)return;b.push(y)}}}function ly(a,y,x){Fd(y,function(tt){tt=tt.O.s;for(var ot=tt.length,rt=0;rt<ot;rt++)Mg(x,tt[rt])});var b=y.Hh;if(ke(b)){var E=a.aj.I(b);if(E!==null){for(var z=0;z<E.length;z++)if(E[z]===y){E.splice(z,1),E.length===0&&a.aj.remove(b);break}}}}eo.prototype.Kj=function(a,y,x){x===void 0&&(x=!1);var b=new Gn;if(ke(a))for(var E=0;E<a.length;E++)r0(this,a[E],y,b,x);else for(a=a.iterator;a.next();)r0(this,a.value,y,b,x);if(y!==null){x=y.model,a=y.toolManager.findTool("Dragging"),a=a!==null?a.dragOptions.dragsLink:y.Wm.dragsLink,E=new Be;for(var z=new Gn,tt=b.iterator;tt.next();){var ot=tt.value;if(ot instanceof Ge)a||ot.fromNode!==null&&ot.toNode!==null||E.add(ot);else if(ot instanceof qe&&ot.data!==null&&x.Tl()){var rt=ot;ot=tt.key;var at=ot.pg();at!==null&&(at=b.I(at),at!==null?(x.qe(rt.data,x.wa(at.data)),rt=y.Kc(rt.data),ot=ot.kh(),ot!==null&&rt!==null&&z.add(ot,rt)):x.qe(rt.data,void 0))}}if(0<E.count&&y.Is(E,!1),0<z.count)for(x=z.iterator;x.next();)b.add(x.key,x.value)}if(y!==null&&this.H!==null&&(y=y.model,x=y.afterCopyFunction,x!==null)){var ut=new Gn;b.each(function(ft){ft.key.data!==null&&ut.add(ft.key.data,ft.value.data)}),x(ut,y,this.H.model)}for(y=b.iterator;y.next();)y.value.La();return b};function r0(a,y,x,b,E){if(y===null||E&&!y.canCopy())return null;if(b.contains(y))return b.I(y);var z=a.copyPartData(y,x);if(!(z instanceof bn))return null;if(z.isSelected=!1,z.isHighlighted=!1,b.add(y,z),y instanceof qe){for(var tt=y.linksConnected;tt.next();){var ot=tt.value;if(ot.fromNode===y){var rt=b.I(ot);rt!==null&&(rt.fromNode=z)}ot.toNode===y&&(ot=b.I(ot),ot!==null&&(ot.toNode=z))}if(y instanceof ii&&z instanceof ii)for(y=y.memberParts;y.next();)tt=r0(a,y.value,x,b,E),tt instanceof Ge||tt===null||(tt.containingGroup=z)}else if(y instanceof Ge&&z instanceof Ge)for(tt=y.fromNode,tt!==null&&(tt=b.I(tt),tt!==null&&(z.fromNode=tt)),tt=y.toNode,tt!==null&&(tt=b.I(tt),tt!==null&&(z.toNode=tt)),y=y.labelNodes;y.next();)tt=r0(a,y.value,x,b,E),tt!==null&&tt instanceof qe&&(tt.labeledLink=z);return z}eo.prototype.copyPartData=function(a,y){var x=null,b=a.data;if(b!==null&&y!==null){var E=y.model;a instanceof Ge||(b=E.copyNodeData(b),Le(b)&&(E.xf(b),x=y.Lc(b)))}else Wa(a),x=a.copy(),x!==null&&(E=this.H,y!==null?y.add(x):b!==null&&E!==null&&E.commandHandler!==null&&E.commandHandler.copiesClipboardData&&(y=E.model,E=null,x instanceof Ge||(E=y.copyNodeData(b)),Le(E)&&(x.data=E)));return x},re.Object.defineProperties(eo.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}}}),eo.prototype.updateAllRelationshipsFromData=eo.prototype.rp,eo.prototype.findLinksByExample=eo.prototype.ls,eo.prototype.findNodesByExample=eo.prototype.ms,eo.prototype.findLinkForData=eo.prototype.Kc,eo.prototype.findNodeForData=eo.prototype.ii,eo.prototype.findPartForData=eo.prototype.Lc,eo.prototype.findNodeForKey=eo.prototype.Vb,eo.prototype.removeModeledPart=eo.prototype.ip,eo.prototype.removeModeledParts=eo.prototype.Gs,eo.prototype.rebuildParts=eo.prototype.Wd;var c1=!1,g1=!1,p1=!1;eo.className="PartManager";function Tr(a){eo.apply(this,arguments)}de(Tr,eo),Tr.prototype.addAllModeledParts=function(){var a=this.diagram.model;this.addModeledParts(a.nodeDataArray),m1(this,a.linkDataArray)},Tr.prototype.addModeledParts=function(a){for(eo.prototype.addModeledParts.call(this,a,!1),a=this.links.iterator;a.next();)bc(a.value);ac(this.diagram,!1)};function m1(a,y){y.forEach(function(x){v1(a,x)}),ac(a.diagram,!1)}function v1(a,y){if(y!=null&&!a.diagram.undoManager.isUndoingRedoing&&!a.bf.contains(y)){var x=a.getLinkCategoryForData(y),b=a.findLinkTemplateForCategory(x);if(b!==null){Wa(b);var E=b.copy();if(E!==null){b=a.diagram.skipsModelSourceBindings,a.diagram.skipsModelSourceBindings=!0,E.Tf=x,E.ub=y,x=a.diagram.model;var z=u0(x,y,!0);z!==""&&(E.fromPortId=z),z=Sa(x,y,!0),z!==void 0&&(z=a.Vb(z),z instanceof qe&&(E.fromNode=z)),z=u0(x,y,!1),z!==""&&(E.toPortId=z),z=Sa(x,y,!1),z!==void 0&&(z=a.Vb(z),z instanceof qe&&(E.toNode=z)),x=x.Ef(y),Array.isArray(x)&&x.forEach(function(tt){tt=a.Vb(tt),tt!==null&&(tt.labeledLink=E)}),a.tp&&(E.Jg="Tool"),a.diagram.add(E),E.ub=null,E.data=y,a.diagram.skipsModelSourceBindings=b}}}}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=eo.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(eo.prototype.doModelChanged.call(this,a),this.diagram){var x=this.diagram;if(a.model===x.model){var b=a.change;if(x.aa){x.aa=!1;try{var E=a.modelChange;if(E!==""){if(b===Io){if(E==="linkFromKey"){var z=this.Kc(a.object);if(z!==null){var tt=this.Vb(a.newValue);z.fromNode=tt}}else if(E==="linkToKey"){var ot=this.Kc(a.object);if(ot!==null){var rt=this.Vb(a.newValue);ot.toNode=rt}}else if(E==="linkFromPortId"){var at=this.Kc(a.object);if(at!==null){var ut=a.newValue;typeof ut=="string"&&(at.fromPortId=ut)}}else if(E==="linkToPortId"){var ft=this.Kc(a.object);if(ft!==null){var mt=a.newValue;typeof mt=="string"&&(ft.toPortId=mt)}}else if(E==="nodeGroupKey"){var yt=this.Lc(a.object);if(yt!==null){var St=a.newValue;if(St!==void 0){var kt=this.Vb(St);kt instanceof ii?yt.containingGroup=kt:yt.containingGroup=null}else yt.containingGroup=null}}else if(E==="linkLabelKeys"){var Ot=this.Kc(a.object);if(Ot!==null){var Nt=a.oldValue,jt=a.newValue;Array.isArray(Nt)&&Nt.forEach(function(Me){0<=jt.indexOf(Me)||(Me=y.Vb(Me),Me!==null&&(Me.labeledLink=null))}),Array.isArray(jt)&&jt.forEach(function(Me){Me=y.Vb(Me),Me!==null&&(Me.labeledLink=Ot)})}}else if(E==="linkCategory"){var Ht=this.Kc(a.object),Wt=a.newValue;Ht!==null&&typeof Wt=="string"&&(Ht.category=Wt)}else E==="linkDataArray"&&(y1(this,a.oldValue),m1(this,a.newValue));x.isModified=!0}else if(b===sr){var Ut=a.newValue;if(E==="linkDataArray"&&typeof Ut=="object"&&Ut!==null)v1(this,Ut);else if(E==="linkLabelKeys"&&Vh(Ut)){var ee=this.Kc(a.object),Ze=this.Vb(Ut);ee!==null&&Ze!==null&&(Ze.labeledLink=ee)}x.isModified=!0}else if(b===vr){var gn=a.oldValue;if(E==="linkDataArray"&&typeof gn=="object"&&gn!==null)this.ip(gn);else if(E==="linkLabelKeys"&&Vh(gn)){var an=this.Vb(gn);an!==null&&(an.labeledLink=null)}x.isModified=!0}}else if(b===Io){var je=a.propertyName;a.object!==x.model||je!=="linkFromKeyProperty"&&je!=="linkToKeyProperty"&&je!=="linkFromPortIdProperty"&&je!=="linkToPortIdProperty"&&je!=="linkLabelKeysProperty"&&je!=="nodeIsGroupProperty"&&je!=="nodeGroupKeyProperty"&&je!=="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 Be,b=y.linkDataArray;b.forEach(function(z){x.add(z)});var E=[];this.links.each(function(z){z.data===null||x.contains(z.data)||E.push(z.data)}),E.forEach(function(z){E1(y,z,!1)}),b.forEach(function(z){a.Kc(z)===null&&N1(y,z,!1)})},Tr.prototype.updateRelationshipsFromData=function(a){var y=a.data;if(y!==null){var x=a.diagram;if(x!==null){var b=x.model;if(a instanceof Ge){var E=Sa(b,y,!0);if(E=x.Vb(E),a.fromNode=E,E=Sa(b,y,!1),E=x.Vb(E),a.toNode=E,y=b.Ef(y),0<y.length||0<a.labelNodes.count){if(y.length===1&&a.labelNodes.count===1){E=y[0];var z=a.labelNodes.first();if(b.wa(z.data)===E)return}E=new Be().addAll(y);var tt=new Be;a.labelNodes.each(function(ot){ot.data!==null&&(ot=b.wa(ot.data),ot!==void 0&&tt.add(ot))}),y=tt.copy(),y.hp(E),E=E.copy(),E.hp(tt),(0<y.count||0<E.count)&&(y.each(function(ot){ot=x.Vb(ot),ot!==null&&ot.labeledLink===a&&(ot.labeledLink=null)}),E.each(function(ot){ot=x.Vb(ot),ot!==null&&ot.labeledLink!==a&&(ot.labeledLink=a)}))}}else!(a instanceof ji)&&(y=b.lh(y),y=x.findPartForKey(y),y===null||y instanceof ii)&&(a.containingGroup=y)}}},Tr.prototype.resolveReferencesForData=function(a){var y=this.diagram.model,x=y.wa(a);if(x!==void 0){var b=lp(y,x),E=this.Lc(a);if(b!==null&&E!==null){b=b.iterator;for(var z={};b.next();){var tt=b.value;y.lb(tt)?E instanceof ii&&y.lh(tt)===x&&(tt=this.Lc(tt),tt!==null&&(tt.containingGroup=E)):(z.link=this.Kc(tt),z.link!==null&&E instanceof qe&&(Sa(y,tt,!0)===x&&(z.link.fromNode=E),Sa(y,tt,!1)===x&&(z.link.toNode=E),tt=y.Ef(tt),Array.isArray(tt)&&tt.some(function(ot){return function(rt){return rt===x?(E.labeledLink=ot.link,!0):!1}}(z)))),z={link:z.link}}gl(y,x)}a=y.lh(a),a!==void 0&&(a=this.Vb(a),a instanceof ii&&(E.containingGroup=a))}},Tr.prototype.unresolveReferencesForPart=function(a){var y=this.diagram.model;if(a instanceof qe){var x=y.wa(a.data);if(x!==void 0){for(var b=a.linksConnected;b.next();)cl(y,x,b.value.data);if(a.isLinkLabel&&(b=a.labeledLink,b!==null&&cl(y,x,b.data)),a instanceof ii)for(a=a.memberParts;a.next();)b=a.value.data,y.lb(b)&&cl(y,x,b)}}},Tr.prototype.copyPartData=function(a,y){var x=eo.prototype.copyPartData.call(this,a,y);if(a instanceof Ge)if(a=a.data,a!==null&&y!==null){var b=y.model;a=b.Jo(a),typeof a=="object"&&a!==null&&(b.fi(a),x=y.Kc(a))}else x!==null&&(y=this.diagram,a!==null&&y!==null&&y.commandHandler!==null&&y.commandHandler.copiesClipboardData&&(y=y.model.Jo(a),typeof y=="object"&&y!==null&&(x.data=y)));return x},Tr.prototype.insertLink=function(a,y,x,b){var E=this.diagram,z=E.model,tt=E.toolManager.findTool("Linking"),ot="";if(a!==null&&(y===null&&(y=a),ot=y.portId,ot===null&&(ot="")),y="",x!==null&&(b===null&&(b=x),y=b.portId,y===null&&(y="")),b=tt.archetypeLinkData,b instanceof Ge){if(Wa(b),z=b.copy(),z!==null)return z.fromNode=a,z.fromPortId=ot,z.toNode=x,z.toPortId=y,E.add(z),a=tt.archetypeLabelNodeData,a instanceof qe&&(Wa(a),a=a.copy(),a!==null&&(a.labeledLink=z,E.add(a))),z}else if(b!==null&&(b=z.Jo(b),typeof b=="object"&&b!==null))return a!==null&&Dc(z,b,z.wa(a.data),!0),Oc(z,b,ot,!0),x!==null&&Dc(z,b,z.wa(x.data),!1),Oc(z,b,y,!1),z.fi(b),a=tt.archetypeLabelNodeData,a===null||a instanceof qe||(a=z.copyNodeData(a),typeof a=="object"&&a!==null&&(z.xf(a),a=z.wa(a),a!==void 0&&z.Bu(b,a))),E.Kc(b);return null},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 Ea(){eo.apply(this,arguments),this.Sg=null}de(Ea,eo);function s0(a,y,x){if(y!==null&&x!==null&&x.kh()===null){var b=a.diagram.toolManager.findTool("Linking"),E=y,z=x;if(a.diagram.isTreePathToChildren||(E=x,z=y),(b===null||!ps(b,E,z,null,!0))&&(y=a.getLinkCategoryForData(x.data),b=a.findLinkTemplateForCategory(y),b!==null&&(Wa(b),b=b.copy(),b!==null))){var tt=a.diagram.skipsModelSourceBindings;a.diagram.skipsModelSourceBindings=!0,b.Tf=y,b.ub=x.data,b.fromNode=E,b.toNode=z,a.diagram.add(b),b.ub=null,b.data=x.data,a.diagram.skipsModelSourceBindings=tt}}}Ea.prototype.getLinkCategoryForData=function(a){return this.diagram.model.ss(a)},Ea.prototype.setLinkCategoryForData=function(a,y){this.diagram.model.Ms(a,y)},Ea.prototype.setFromNodeForLink=function(a,y,x){var b=this.diagram.model;if(x===void 0&&(x=null),y=y!==null?y.data:null,this.diagram.isTreePathToChildren)b.qe(a.data,b.wa(y));else{var E=this.Sg;this.Sg=a,x!==null&&b.qe(x.data,void 0),b.qe(y,b.wa(a.toNode!==null?a.toNode.data:null)),this.Sg=E}},Ea.prototype.setToNodeForLink=function(a,y,x){var b=this.diagram.model;if(x===void 0&&(x=null),y=y!==null?y.data:null,this.diagram.isTreePathToChildren){var E=this.Sg;this.Sg=a,x!==null&&b.qe(x.data,void 0),b.qe(y,b.wa(a.fromNode!==null?a.fromNode.data:null)),this.Sg=E}else b.qe(a.data,b.wa(y))},Ea.prototype.removeDataForLink=function(a){this.diagram.model.qe(a.data,void 0)},Ea.prototype.findLinkForKey=function(a){return a==null?null:(a=this.diagram.model.hc(a),a!==null?this.bf.I(a):null)},Ea.prototype.doModelChanged=function(a){if(eo.prototype.doModelChanged.call(this,a),this.diagram){var y=this.diagram;if(a.model===y.model){var x=a.change;if(y.aa){y.aa=!1;try{var b=a.modelChange;if(b!==""){if(x===Io){if(b==="nodeParentKey"){var E=a.object,z=this.Vb(a.newValue),tt=this.ii(E);if(this.Sg!==null)z!==null&&(this.Sg.data=E,this.Sg.category=this.getLinkCategoryForData(E));else if(tt!==null){var ot=tt.kh();ot!==null?z===null?y.remove(ot):y.isTreePathToChildren?ot.fromNode=z:ot.toNode=z:s0(this,z,tt)}}else if(b==="parentLinkCategory"){var rt=this.ii(a.object),at=a.newValue;if(rt!==null&&typeof at=="string"){var ut=rt.kh();ut!==null&&(ut.category=at)}}y.isModified=!0}}else if(x===Io){var ft=a.propertyName;a.object===y.model&&ft==="nodeParentKeyProperty"&&(y.undoManager.isUndoingRedoing||this.Wd()),y.isModified=!0}}finally{y.aa=!0}}}}},Ea.prototype.updateRelationshipsFromData=function(a){var y=a.data;if(y!==null){var x=a.diagram;if(x!==null){var b=x.model;a instanceof qe&&(y=b.mh(y),y=x.Vb(y),b=a.pg(),y!==b&&(b=a.kh(),y!==null?b!==null?x.isTreePathToChildren?b.fromNode=y:b.toNode=y:s0(this,y,a):b!==null&&Pg(x,b,!1)))}}},Ea.prototype.updateDataBindings=function(a,y){eo.prototype.updateDataBindings.call(this,a,y),typeof y=="string"&&this.Lc(a)!==null&&(a=this.Kc(a),a!==null&&a.La(y))},Ea.prototype.resolveReferencesForData=function(a){var y=this.diagram.model,x=y.wa(a);if(x!==void 0){var b=lp(y,x),E=this.Lc(a);if(b!==null&&E!==null){for(b=b.iterator;b.next();){var z=b.value;y.lb(z)&&E instanceof qe&&y.mh(z)===x&&s0(this,E,this.ii(z))}gl(y,x)}a=y.mh(a),a!==void 0&&E instanceof qe&&(a=this.Vb(a),s0(this,a,E))}},Ea.prototype.unresolveReferencesForPart=function(a){var y=this.diagram.model;if(a instanceof qe){var x=y.wa(a.data),b=this.Kc(a.data);if(b!==null){b.isSelected=!1,b.isHighlighted=!1;var E=b.layer;if(E!==null){var z=E.pc(-1,b,!1);0<=z&&this.diagram.cb(vr,"parts",E,b,null,z,null),z=b.layerChanged,z!==null&&z(b,E,null)}}for(b=this.diagram.isTreePathToChildren,a=a.linksConnected;a.next();)E=a.value,E=(b?E.toNode:E.fromNode).data,y.lb(E)&&cl(y,x,E)}},Ea.prototype.insertLink=function(a,y,x){y=this.diagram.model;var b=a,E=x;return this.diagram.isTreePathToChildren||(b=x,E=a),b!==null&&E!==null?(y.qe(E.data,y.wa(b.data)),E.kh()):null},Ea.prototype.findLinkForKey=Ea.prototype.findLinkForKey,Ea.className="TreePartManager";function Pn(a,y){this.kl=new Be,this.il=new Be,this.Wv=`,
|
|
"insertedNodeKeys": `,this.jy=`,
|
|
"modifiedNodeData": `,this.Yv=`,
|
|
"removedNodeKeys": `,this.vh=null,Ii(this),this.Sm=this.xa="",this.Gg=!1,this.j={},this.Tc=[],this.kb=new Gn,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 Gn,this.Lt=new Ie,this.Wg=!1,this.o=null,this.undoManager=new Ho,a!==void 0&&(ke(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,b=0;b<x;b++){var E=a[b];y+=" "+this.wa(E)+":"+$n(E)}}return y},Pn.prototype.xA=function(a){a.change!==ta&&_t("Model.toIncrementalData argument is not a Transaction ChangedEvent:"+a.toString());var y=a.object;return a.isTransactionFinished&&y instanceof Mr?(x1(this,y),a=this.Qv(y,a.propertyName==="FinishedUndo"),this.vh=null,a):null},Pn.prototype.Qv=function(a,y){var x=this,b=!1,E=new Be,z=new Be,tt=new Be,ot=this.vh;a.changes.each(function(ft){ft.model===x&&(ft.modelChange==="nodeDataArray"?ft.change===sr?E.add(ft.newValue):ft.change===vr&&tt.add(ft.oldValue):x.lb(ft.object)?z.add(ft.object):ft.change!==Io||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)})):b=!0)});var rt=this.il;rt.clear(),E.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 b&&(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 Bc(this,a,!0)};function Bc(a,y,x,b,E,z){function tt(ft,mt){ot?(ft.__gohashid===void 0&&z.push(ft),b.set(ft,mt)):(ft=Ao++,b.set(ft,mt),E.set(ft,y))}if(!Le(y))return y;z||(z=[]);var ot=Object.isExtensible(y);if(b||(b=new Gn),ot){var rt=b.get(y);if(rt)return rt}else for(E||(E=new Gn),rt=E.iterator;rt.next();){var at=rt.key;if(rt.value===y&&(at=b.get(at)))return at}if(Array.isArray(y)){rt=[],tt(y,rt);for(var ut=0;ut<y.length;ut++)rt.push(Bc(a,y[ut],!1,b,E,z))}else if(y instanceof It||y instanceof Ue||y instanceof ye||y instanceof Si||y instanceof en)rt=y.copy(),tt(y,rt);else{if(y instanceof Qi||y instanceof _e||y instanceof Se)return y;if(y instanceof Ie)rt=new Ie().addAll(Bc(a,y.Fa(),!1,b,E,z)),tt(y,rt);else if(y instanceof Be)rt=new Be().addAll(Bc(a,y.Fa(),!1,b,E,z)),tt(y,rt);else if(y instanceof Gn)rt=new Gn().addAll(Bc(a,y.Fa(),!1,b,E,z)),tt(y,rt);else if(y instanceof Date)rt=new Date(y.getTime()),tt(y,rt);else if(y instanceof RegExp)rt=new RegExp(y),tt(y,rt),rt.lastIndex=y.lastIndex;else if(typeof y.copy=="function")rt=y.copy(),tt(y,rt);else for(ut in rt={},tt(y,rt),y)ut!=="__gohashid"&&(rt[ut]=Bc(a,y[ut],!1,b,E,z))}return x&&z.forEach(function(ft){delete ft.__gohashid}),rt}xt=Pn.prototype,xt.quote=function(a){return JSON.stringify(a).replace(/[\u007F-\uFFFF]/g,function(y){return"\\u"+("0000"+y.charCodeAt(0).toString(16)).substr(-4)})},xt.rm=function(){var a="";return this.name!==""&&(a+=`,
|
|
"name": `+this.quote(this.name)),this.dataFormat!==""&&(a+=`,
|
|
"dataFormat": `+this.quote(this.dataFormat)),this.isReadOnly&&(a+=`,
|
|
"isReadOnly": `+this.isReadOnly),this.nodeKeyProperty!=="key"&&typeof this.nodeKeyProperty=="string"&&(a+=`,
|
|
"nodeKeyProperty": `+this.quote(this.nodeKeyProperty)),this.copiesArrays&&(a+=`,
|
|
"copiesArrays": true`),this.copiesArrayObjects&&(a+=`,
|
|
"copiesArrayObjects": true`),this.copiesKey||(a+=`,
|
|
"copiesKey": false`),this.nodeCategoryProperty!=="category"&&typeof this.nodeCategoryProperty=="string"&&(a+=`,
|
|
"nodeCategoryProperty": `+this.quote(this.nodeCategoryProperty)),a},xt.gp=function(a){a.name&&(this.name=a.name),a.dataFormat&&(this.dataFormat=a.dataFormat),a.isReadOnly&&(this.isReadOnly=!0),a.nodeKeyProperty&&(this.nodeKeyProperty=a.nodeKeyProperty),a.copiesArrays&&(this.copiesArrays=!0),a.copiesArrayObjects&&(this.copiesArrayObjects=!0),a.copiesKey===!1&&(this.copiesKey=!1),a.nodeCategoryProperty&&(this.nodeCategoryProperty=a.nodeCategoryProperty)};function S1(a,y){y=y.modelData,Le(y)&&(a.dm(y),a.modelData=y)}xt.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)},xt.kv=function(a){S1(this,a),a=a.nodeDataArray,ke(a)&&(this.dm(a),this.nodeDataArray=a)};function x1(a,y){function x(E,z){if((z=z.part)&&(z=z.data,E!==z)){var tt=b.get(E);tt===null?(tt=new Be,tt.add(z),b.add(E,tt)):tt.add(z)}}var b=a.vh;b===null&&(b=new Gn,y.changes.each(function(E){if(E.diagram!==null){var z=E.change;z===Io?(E=E.object.panel)&&(z=E.data)&&x(z,E):(z===sr||z===vr)&&(E=E.object,(z=E.itemArray)&&x(z,E))}}),a.vh=b)}function P1(a,y){for(var x=new Be,b=0;b<a.nodeDataArray.length;b++){var E=a.nodeDataArray[b];a0(a,y,E,E,x)}return x}function a0(a,y,x,b,E){if(Array.isArray(x))for(var z=0;z<x.length;z++){var tt=x[z];if(tt===y)return E.add(b),!0;if(a0(a,y,tt,b,E))return!0}else if(Le(x)&&Object.getPrototypeOf(x)===Object.prototype)for(z in x){if(tt=x[z],tt===y)return E.add(b),!0;if(a0(a,y,tt,b,E))return!0}return!1}xt.Pv=function(a,y){var x=this,b=!1,E=new Be,z=new Be,tt=new Be,ot=this.vh;a.changes.each(function(ut){ut.model===x&&(ut.modelChange==="nodeDataArray"?ut.change===sr?E.add(ut.newValue):ut.change===vr&&tt.add(ut.oldValue):x.lb(ut.object)?z.add(ut.object):ut.change!==Io||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)})):b=!0)});var rt=this.il;rt.clear(),E.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="",b&&(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},xt.fp=function(a){(a.name!==void 0&&a.name!==this.name||a.dataFormat!==void 0&&a.dataFormat!==this.dataFormat||a.isReadOnly!==void 0&&a.isReadOnly!==this.isReadOnly||a.nodeKeyProperty!==void 0&&a.nodeKeyProperty!==this.nodeKeyProperty||a.copiesArrays!==void 0&&a.copiesArrays!==this.copiesArrays||a.copiesArrayObjects!==void 0&&a.copiesArrayObjects!==this.copiesArrayObjects||a.copiesKey!==void 0&&a.copiesKey!==this.copiesKey||a.nodeCategoryProperty!==void 0&&a.nodeCategoryProperty!==this.nodeCategoryProperty)&&_t("applyIncrementalJson cannot change Model properties"),S1(this,a);var y=a.insertedNodeKeys,x=a.modifiedNodeData,b=new Gn;if(Array.isArray(x))for(var E=0;E<x.length;E++){var z=x[E],tt=this.wa(z);tt!=null&&b.set(tt,z)}if(Array.isArray(y))for(E=y.length,z=0;z<E;z++){tt=y[z];var ot=this.hc(tt);ot===null&&(ot=(ot=b.get(tt))?ot:this.copyNodeData({}),this.km(ot,tt),this.xf(ot))}if(Array.isArray(x)){for(y=x.length,b=0;b<y;b++)if(E=x[b],z=this.wa(E),z=this.hc(z),z!==null){for(var rt in E)rt==="__gohashid"||rt===this.nodeKeyProperty||this.Wj()&&rt===this.nodeIsGroupProperty||this.setDataProperty(z,rt,E[rt]);this.lm(E,z)}}if(a=a.removedNodeKeys,Array.isArray(a))for(x=a.length,rt=0;rt<x;rt++)y=this.hc(a[rt]),y!==null&&this.cm(y)},xt.$x=function(a,y){a.change!==ta&&_t("Model.toIncrementalJson argument is not a Transaction ChangedEvent:"+a.toString());var x=a.object;return a.isTransactionFinished&&x instanceof Mr?(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 }'},xt.yA=function(a,y){return this.$x(a,y)},xt.np=function(a){return a===void 0&&(a=up(this,this)),'{ "class": '+this.quote(a)+this.rm()+this.Rv()+"}"},xt.toJSON=function(a){return this.np(a)},xt.Zw=function(a){var y=null;if(typeof a=="string")try{y=be.JSON.parse(a)}catch(b){}else typeof a=="object"?y=a:_t("Unable to modify a Model from: "+a);var x=y.incremental;typeof x!="number"&&_t("Unable to apply non-incremental changes to Model: "+a),x!==0&&(this.Ea("applyIncrementalJson"),this.fp(y),this.eb("applyIncrementalJson"))},xt.Ky=function(a){return this.Zw(a)},Pn.constructGraphLinksModel=function(){return new Pn},xt=Pn.prototype,xt.dm=function(a){if(ke(a))for(var y=a.length,x=0;x<y;x++){var b=a[x];if(Le(b)){var E=x;b=this.dm(b),Array.isArray(a)?a[E]=b:_t("Cannot replace an object in an HTMLCollection or NodeList at "+E)}}else if(Le(a)){for(y in a)if(x=a[y],Le(x)&&(x=this.dm(x),a[y]=x,y==="points"&&Array.isArray(x))){for(E=x.length%2===0,b=0;b<x.length;b++)if(typeof x[b]!="number"){E=!1;break}if(E){for(E=new Ie,b=0;b<x.length/2;b++)E.add(new It(x[2*b],x[2*b+1]));E.freeze(),a[y]=E}}return Fx(a)}return a},xt.sm=function(a){return a===void 0?"undefined":a===null?"null":a===!0?"true":a===!1?"false":typeof a=="string"?this.quote(a):typeof a=="number"?a===1/0?"9e9999":a===-1/0?"-9e9999":isNaN(a)?'{"class":"NaN"}':a.toString():a instanceof Date?'{"class":"Date", "value":"'+a.toJSON()+'"}':a instanceof Number?this.sm(a.valueOf()):ke(a)?Wh(this,a):Le(a)?uy(this,a):typeof a=="function"?"null":a.toString()};function Wh(a,y,x){x===void 0&&(x=!1);var b=y.length;if(0>=b)return"[]";var E=new On;E.add("["),x&&1<b&&E.add(`
|
|
`);for(var z=0;z<b;z++){var tt=y[z];tt!==void 0&&(0<z&&(E.add(","),x&&E.add(`
|
|
`)),E.add(a.sm(tt)))}return x&&1<b&&E.add(`
|
|
`),E.add("]"),E.toString()}function w1(a,y){return y===void 0||a==="__gohashid"||a[0]==="_"||typeof y=="function"}function ks(a){return isNaN(a)?"NaN":a===1/0?"9e9999":a===-1/0?"-9e9999":a}function uy(a,y){var x=y;if(x instanceof It)y={class:"go.Point",x:ks(x.x),y:ks(x.y)};else if(x instanceof Ue)y={class:"go.Size",width:ks(x.width),height:ks(x.height)};else if(x instanceof ye)y={class:"go.Rect",x:ks(x.x),y:ks(x.y),width:ks(x.width),height:ks(x.height)};else if(x instanceof Si)y={class:"go.Margin",top:ks(x.top),right:ks(x.right),bottom:ks(x.bottom),left:ks(x.left)};else if(x instanceof en)x.sb()?y={class:"go.Spot",x:ks(x.x),y:ks(x.y),offsetX:ks(x.offsetX),offsetY:ks(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===Ku?y.color=x.color:(x.type===mu||x.type===ba)&&(y.start=x.start,y.end=x.end,x.type===ba&&(x.startRadius!==0&&(y.startRadius=ks(x.startRadius)),isNaN(x.endRadius)||(y.endRadius=ks(x.endRadius)))),x.colorStops!==null){var b={};for(x=x.colorStops.iterator;x.next();)b[x.key]=x.value;y.colorStops=b}}else x instanceof _e?(y={class:"go.Geometry",type:x.type.name},x.startX!==0&&(y.startX=ks(x.startX)),x.startY!==0&&(y.startY=ks(x.startY)),x.endX!==0&&(y.endX=ks(x.endX)),x.endY!==0&&(y.endY=ks(x.endY)),x.spot1.D(fo)||(y.spot1=x.spot1),x.spot2.D(As)||(y.spot2=x.spot2),x.type===_e.o&&(y.path=_e.ia(x))):x instanceof Se&&(y={class:"go.EnumValue",classType:up(a,x.classType),name:x.name});b="{",x=!0;for(var E in y){var z=rr(y,E);if(!w1(E,z))if(x?x=!1:b+=",",b+=a.quote(E)+":",E==="points"&&z instanceof Ie){var tt="[";for(z=z.iterator;z.next();){var ot=z.value;1<tt.length&&(tt+=","),tt+=a.sm(ot.x),tt+=",",tt+=a.sm(ot.y)}tt+="]",b+=tt}else b+=a.sm(z)}return b+"}"}function Ms(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 It(Ms(a.x),Ms(a.y));else if(y==="Size")x=new Ue(Ms(a.width),Ms(a.height));else if(y==="Rect")x=new ye(Ms(a.x),Ms(a.y),Ms(a.width),Ms(a.height));else if(y==="Margin")x=new Si(Ms(a.top),Ms(a.right),Ms(a.bottom),Ms(a.left));else if(y==="Spot")typeof a.enum=="string"?x=Os(a.enum):x=new en(Ms(a.x),Ms(a.y),Ms(a.offsetX),Ms(a.offsetY));else if(y==="Brush"){if(x=new Qi,x.type=fn(Qi,a.type),typeof a.color=="string"&&(x.color=a.color),a.start instanceof en&&(x.start=a.start),a.end instanceof en&&(x.end=a.end),typeof a.startRadius=="number"&&(x.startRadius=Ms(a.startRadius)),typeof a.endRadius=="number"&&(x.endRadius=Ms(a.endRadius)),a=a.colorStops,Le(a))for(var b in a)x.addColorStop(parseFloat(b),a[b])}else y==="Geometry"?(x=null,typeof a.path=="string"?x=_e.parse(a.path):x=new _e,x.type=fn(_e,a.type),typeof a.startX=="number"&&(x.startX=Ms(a.startX)),typeof a.startY=="number"&&(x.startY=Ms(a.startY)),typeof a.endX=="number"&&(x.endX=Ms(a.endX)),typeof a.endY=="number"&&(x.endY=Ms(a.endY)),a.spot1 instanceof en&&(x.spot1=a.spot1),a.spot2 instanceof en&&(x.spot2=a.spot2)):y==="EnumValue"&&(b=a.classType,b.indexOf("go.")===0&&(b=b.substr(3)),b=dy(b),typeof b=="function"&&(x=fn(b,a.name)));return x}xt.Pe=function(a){return this.Lt.add(a),this},xt.ik=function(a){this.Lt.remove(a)},xt.ds=function(a){this.skipsUndoManager||this.undoManager.Tu(a);for(var y=this.Lt,x=y.length,b=0;b<x;b++)y.M(b)(a)},xt.cb=function(a,y,x,b,E,z,tt){mr(this,"",a,y,x,b,E,z,tt)},xt.g=function(a,y,x,b,E){mr(this,"",Io,a,this,y,x,b,E)},xt.Fs=function(a,y,x,b,E,z){mr(this,"",Io,y,a,x,b,E,z)};function mr(a,y,x,b,E,z,tt,ot,rt){ot===void 0&&(ot=null),rt===void 0&&(rt=null);var at=new jo;at.model=a,at.change=x,at.modelChange=y,at.propertyName=b,at.object=E,at.oldValue=z,at.oldParam=ot,at.newValue=tt,at.newParam=rt,a.ds(at)}Pn.prototype.changeState=function(a,y){if(a!==null&&a.model===this)if(a.change===Io){var x=a.object,b=a.propertyName,E=a.I(y);b===this.nodeKeyProperty&&this.lb(x)&&(y=a.I(!y),y!==void 0&&this.kb.remove(y),E!==void 0&&this.kb.add(E,x)),Fo(x,b,E)}else a.change===sr?(x=a.newParam,a.modelChange==="nodeDataArray"?(a=a.newValue,Le(a)&&typeof x=="number"&&(b=this.wa(a),y?(this.Tc[x]===a&&_n(this.Tc,x),b!==void 0&&this.kb.remove(b)):(this.Tc[x]!==a&&Ln(this.Tc,x,a),b!==void 0&&this.kb.add(b,a)))):a.modelChange===""?((b=a.object)&&!ke(b)&&a.propertyName&&(b=rr(a.object,a.propertyName)),ke(b)&&typeof x=="number"&&(a=a.newValue,y?_n(b,x):Ln(b,x,a))):_t("unknown ChangedEvent.Insert modelChange: "+a.toString())):a.change===vr?(x=a.oldParam,a.modelChange==="nodeDataArray"?(a=a.oldValue,Le(a)&&typeof x=="number"&&(b=this.wa(a),y?(this.Tc[x]!==a&&Ln(this.Tc,x,a),b!==void 0&&this.kb.add(b,a)):(this.Tc[x]===a&&_n(this.Tc,x),b!==void 0&&this.kb.remove(b)))):a.modelChange===""?((b=a.object)&&!ke(b)&&a.propertyName&&(b=rr(a.object,a.propertyName)),ke(b)&&typeof x=="number"&&(a=a.oldValue,y?Ln(b,x,a):_n(b,x))):_t("unknown ChangedEvent.Remove modelChange: "+a.toString())):a.change!==ta&&_t("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 b=!1;try{a(this),b=!0}finally{b?this.undoManager.eb(y):this.undoManager.Kf(),this.skipsUndoManager=x}},xt=Pn.prototype,xt.La=function(a,y){y===void 0&&(y=""),mr(this,"SourceChanged",ta,y,a,null,null)},xt.wa=function(a){if(a!==null){var y=this.Th;if(y!==""&&(y=rr(a,y),y!==void 0)){if(Vh(y))return y;_t("Key value for node data "+a+" is not a number or a string: "+y)}}},xt.km=function(a,y){if(a!==null){var x=this.Th;if(x!=="")if(this.lb(a)){var b=rr(a,x);b!==y&&this.hc(y)===null&&(Fo(a,x,y),b!==void 0&&this.kb.remove(b),this.kb.add(y,a),mr(this,"nodeKey",Io,x,a,b,y),typeof x=="string"&&this.La(a,x),this.jp(b,y))}else Fo(a,x,y)}};function Vh(a){return typeof a=="number"||typeof a=="string"}xt.lb=function(a){var y=this.wa(a);return y===void 0?!1:this.kb.I(y)===a},xt.hc=function(a){return a===null&&_t("Model.findNodeDataForKey:key must not be null"),a!==void 0&&Vh(a)?this.kb.I(a):null},xt.$u=function(a){if(a!==null){var y=this.Th;if(y!==""){var x=this.wa(a);if(x===void 0||this.kb.contains(x)){var b=this.bl;if(b!==null&&(x=b(this,a),x!=null&&!this.kb.contains(x))){Fo(a,y,x);return}if(typeof x=="string"){for(b=2;this.kb.contains(x+b);)b++;Fo(a,y,x+b)}else if(x===void 0||typeof x=="number"){for(x=-this.kb.count-1;this.kb.contains(x);)x--;Fo(a,y,x)}}}}},xt.xf=function(a){a!==null&&(Wi(a),this.lb(a)||C1(this,a,!0))};function C1(a,y,x){var b=a.wa(y);(b===void 0||a.kb.I(b)!==y)&&(a.$u(y),b=a.wa(y),b===void 0&&_t("Model.makeNodeDataKeyUnique failed on "+y+". Data not added to Model."),a.kb.add(b,y),b=null,x&&(b=a.Tc.length,Ln(a.Tc,b,y)),mr(a,"nodeDataArray",sr,"nodeDataArray",a,null,y,null,b),a.fm(y),a.em(y))}xt.Fy=function(a){if(ke(a))for(var y=a.length,x=0;x<y;x++)this.xf(a[x]);else for(a=a.iterator;a.next();)this.xf(a.value)},xt.cm=function(a){a!==null&&L1(this,a,!0)};function L1(a,y,x){var b=a.wa(y);if(b!==void 0&&a.kb.remove(b),b=null,x){t:if(x=a.Tc,Array.isArray(x))b=x.indexOf(y);else{b=x.length;for(var E=0;E<b;E++)if(x[E]===y){b=E;break t}b=-1}if(0>b)return;_n(a.Tc,b)}mr(a,"nodeDataArray",vr,"nodeDataArray",a,y,null,b,null),a.qp(y)}xt.nA=function(a){if(ke(a))for(var y=a.length,x=0;x<y;x++)this.cm(a[x]);else for(a=a.iterator;a.next();)this.cm(a.value)},xt.$z=function(a){if(a!==this.nodeDataArray&&ke(a)){var y=this.kl;y.clear(),y.addAll(this.kb.iteratorKeys);var x=this.il;x.clear();for(var b=a.length,E=0;E<b;E++){var z=a[E],tt=this.wa(z);if(tt!==void 0){x.add(tt);var ot=this.hc(tt);ot!==z&&(ot!==null?(this.Do(ot,z),this.lm(z,ot)):(z=this.cloneDeep(z),this.km(z,tt),this.xf(z)))}else tt=this.cloneDeep(z),this.xf(tt),x.add(this.wa(tt))}for(a=y.iterator;a.next();)b=a.value,x.contains(b)||(b=this.hc(b))&&this.cm(b);y.clear(),x.clear()}},xt.jp=function(a,y){y!==void 0&&(a=lp(this,a),a instanceof Be&&this.Vf.add(y,a))},xt.Lv=function(){},xt.fm=function(){},xt.em=function(){},xt.qp=function(){};function cl(a,y,x){if(y!==void 0){var b=a.Vf.I(y);b===null&&(b=new Be,a.Vf.add(y,b)),b.add(x)}}function gl(a,y,x){if(y!==void 0){var b=a.Vf.I(y);b instanceof Be&&(x==null?a.Vf.remove(y):(b.remove(x),b.count===0&&a.Vf.remove(y)))}}function lp(a,y){return y===void 0?null:(a=a.Vf.I(y),a instanceof Be?a:null)}xt.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),Le(a)&&Ii(a),a};function l0(a,y,x){if(a.copiesArrays&&Array.isArray(y)){var b=[];for(x=0;x<y.length;x++){var E=l0(a,y[x],a.copiesArrayObjects);b.push(E)}return Ii(b),b}if(x&&Le(y)){x=(x=y.constructor)?new x:{},E=a.copiesKey||typeof a.nodeKeyProperty!="string"?null:a.nodeKeyProperty;for(b in y)if(b==="__gohashid")x.__gohashid=void 0;else if(b===E)x[E]=void 0;else{var z=rr(y,b),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 Ho||z instanceof Mr||z instanceof jo||(z=l0(a,z,!1)),Fo(x,b,z)}return Ii(x),x}return y instanceof It||y instanceof Ue||y instanceof ye||y instanceof en||y instanceof Si?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 Zt&&(k1=!0,Fn('Model.setDataProperty is modifying a GraphObject, "'+a.toString()+'"'),Fn(" Is that really your intent?"));var b=rr(a,y);b!==x&&(Fo(a,y,x),this.Fs(a,y,b,x))},xt=Pn.prototype,xt.set=function(a,y,x){this.setDataProperty(a,y,x)},xt.Do=function(a,y){if(y){var x=this.lb(a),b;for(b in y)b==="__gohashid"||x&&b===this.nodeKeyProperty||this.setDataProperty(a,b,y[b])}},xt.Ay=function(a,y){this.ts(a,-1,y)},xt.ts=function(a,y,x){0>y&&(y=a.length),Ln(a,y,x),mr(this,"",sr,"",a,null,x,null,y)},xt.ov=function(a,y){y===void 0&&(y=-1),a===this.Tc&&_t("Model.removeArrayItem should not be called on the Model.nodeDataArray"),y===-1&&(y=a.length-1);var x=a[y];_n(a,y),mr(this,"",vr,"",a,x,null,y,null)},xt.Ro=function(a){if(a===null)return"";var y=this.lj;if(y===""||(y=rr(a,y),y===void 0))return"";if(typeof y=="string")return y;_t("getCategoryForNodeData found a non-string category for "+a+": "+y)},xt.jm=function(a,y){if(a!==null){var x=this.lj;if(x!=="")if(this.lb(a)){var b=rr(a,x);b===void 0&&(b=""),b!==y&&(Fo(a,x,y),mr(this,"nodeCategory",Io,x,a,b,y))}else Fo(a,x,y)}},xt.lm=function(a,y){this.jm(y,this.Ro(a))},xt.Tl=function(){return!1},xt.Wj=function(){return!1},xt.ri=function(){return!1},xt.xs=function(){return!1},xt.Xj=function(){return!1};function 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 ol[a]?ol[a]:be.go!==void 0&&be.go[a]?be.go[a]:null}function rr(a,y){if(!a||!y)return null;try{if(typeof y=="function")var x=y(a);else typeof a.getAttribute=="function"?(x=a.getAttribute(y),x===null&&(x=void 0)):x=a[y]}catch(b){}return x}function Fo(a,y,x){if(a&&y)try{typeof y=="function"?y(a,x):typeof a.setAttribute=="function"?a.setAttribute(y,x):a[y]=x}catch(b){}}re.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===""&&_t("Model.nodeKeyProperty may not be the empty string"),0<this.kb.count&&_t("Cannot set Model.nodeKeyProperty when there is existing node data"),this.Th=a,this.g("nodeKeyProperty",y,a))}},makeUniqueKeyFunction:{get:function(){return this.bl},set:function(a){var y=this.bl;y!==a&&(this.bl=a,this.g("makeUniqueKeyFunction",y,a))}},nodeDataArray:{get:function(){return this.Tc},set:function(a){var y=this.Tc;if(y!==a){this.kb.clear(),this.Lv();for(var x=a.length,b=0;b<x;b++){var E=a[b];Le(E)||_t("Model.nodeDataArray must only contain Objects, not: "+E),Wi(E)}for(this.Tc=a,b=new Ie,E=0;E<x;E++){var z=a[E],tt=this.wa(z);tt===void 0||this.kb.I(tt)!==null?b.add(z):this.kb.add(tt,z)}for(b=b.iterator;b.next();)E=b.value,this.$u(E),z=this.wa(E),z!==void 0&&this.kb.add(z,E);for(mr(this,"nodeDataArray",Io,"nodeDataArray",this,y,a),y=0;y<x;y++)b=a[y],this.fm(b),this.em(b);Array.isArray(a)||(this.isReadOnly=!0)}}},copyNodeDataFunction:{get:function(){return this.Bk},set:function(a){var y=this.Bk;y!==a&&(this.Bk=a,this.g("copyNodeDataFunction",y,a))}},copiesArrays:{get:function(){return this.Km},set:function(a){var y=this.Km;y!==a&&(this.Km=a,this.g("copiesArrays",y,a))}},copiesArrayObjects:{get:function(){return this.Jm},set:function(a){var y=this.Jm;y!==a&&(this.Jm=a,this.g("copiesArrayObjects",y,a))}},copiesKey:{get:function(){return this.Mm},set:function(a){var y=this.Mm;y!==a&&(this.Mm=a,this.g("copiesKey",y,a))}},afterCopyFunction:{get:function(){return this.xm},set:function(a){var y=this.xm;y!==a&&(this.xm=a,this.g("afterCopyFunction",y,a))}},nodeCategoryProperty:{get:function(){return this.lj},set:function(a){var y=this.lj;y!==a&&(this.lj=a,this.g("nodeCategoryProperty",y,a))}},type:{get:function(){return"Model"}}}),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,ol={};Pn.className="Model",Pn.fromJSON=Pn.fromJson=function(a,y){y===void 0&&(y=null);var x=null;if(typeof a=="string")try{x=be.JSON.parse(a)}catch(z){}else typeof a=="object"?x=a:_t("Unable to construct a Model from: "+a);if(y===null){a=null;var b=x.class;if(typeof b=="string")try{var E=null;b.indexOf("go.")===0?(b=b.substr(3),E=dy(b)):(E=dy(b),E===null&&(E=be[b])),typeof E=="function"&&(a=new E)}catch(z){}a===null||a instanceof Pn?y=a:_t("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=rr,Pn.safePropertySet=Fo,ol.Brush=Qi,ol.ChangedEvent=jo,ol.Geometry=_e,ol.Margin=Si,ol.Panel=De,ol.Point=It,ol.Rect=ye,ol.Size=Ue,ol.Spot=en,ol.Transaction=Mr,ol.UndoManager=Ho;function ur(a,y,x,b){Ii(this),this._isFrozen=!1,a===void 0&&(a=""),y===void 0&&(y=a),x===void 0&&(x=null),this.j=-1,this.xd=null,this.xl=a,this.wl=this.to=0,this.Cr=null,this.wn=!1,this.sl=y,this.Im=x,b===void 0?(this.el=T1,this.wk=null):(this.el=hp,this.wk=b),this.st=new Be}ur.prototype.copy=function(){var a=new ur;return a.xl=this.xl,a.to=this.to,a.wl=this.wl,a.Cr=this.Cr,a.wn=this.wn,a.sl=this.sl,a.Im=this.Im,a.el=this.el,a.wk=this.wk,a},xt=ur.prototype,xt.qb=function(a){a.classType===ur&&(this.mode=a)},xt.toString=function(){return"Binding("+this.targetProperty+":"+this.sourceProperty+(this.Ai!==-1?" "+this.Ai:"")+" "+this.mode.name+")"},xt.freeze=function(){return this._isFrozen=!0,this},xt.ka=function(){return this._isFrozen=!1,this},xt.Kx=function(a){return a===void 0&&(a=null),this.mode=hp,this.backConverter=a,this},xt.cp=function(a){return a===void 0&&(a=""),this.sourceName=a,this.isToModel=!1,this},xt.dA=function(){return this.sourceName=null,this.isToModel=!0,this};function M1(a,y,x){return a=a.sourceName,a===null||a===""?y:a==="/"?x.part:a==="."?x:a===".."?x.panel:y.fb(a)}xt.Mv=function(a,y,x){var b=this.sl;if(x===void 0||b===""||b===x){x=this.xl;var E=this.Im;if(E===null&&x==="")Fn("Binding error: target property is the empty string: "+this.toString());else{var z=y;if(b!==""&&(z=rr(y,b)),z!==void 0)if(E===null)x!==""&&Fo(a,x,z);else try{if(x!==""){var tt=E(z,a);Fo(a,x,tt)}else E(z,a)}catch(ot){}}}},xt.sp=function(a,y,x,b){if(this.el===hp){var E=this.xl;if(x===void 0||E===x){x=this.sl;var z=this.wk,tt=a;if(E!==""&&(tt=rr(a,E)),tt!==void 0&&!this.st.contains(a))try{this.st.add(a);var ot=b!==null?b.diagram:null,rt=ot!==null?ot.model:null;if(z===null){if(x!=="")rt!==null?rt.setDataProperty(y,x,tt):Fo(y,x,tt);else if(rt!==null&&b!==null&&0<=b.itemIndex&&b.panel!==null&&Array.isArray(b.panel.itemArray)){var at=b.itemIndex,ut=b.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):Fo(y,x,ft)}else{var mt=z(tt,y,rt);if(mt!==void 0&&rt!==null&&b!==null&&0<=b.itemIndex&&b.panel!==null&&Array.isArray(b.panel.itemArray)){var yt=b.itemIndex,St=b.panel.itemArray;rt.ov(St,yt),rt.ts(St,yt,mt)}}}catch(kt){}}finally{this.st.remove(a)}}}},re.Object.defineProperties(ur.prototype,{Ai:{get:function(){return this.j},set:function(a){this._isFrozen&&Fe(this),this.j=a}},targetProperty:{get:function(){return this.xl},set:function(a){this._isFrozen&&Fe(this),this.xl=a}},sourceName:{get:function(){return this.Cr},set:function(a){this._isFrozen&&Fe(this),this.Cr=a,a!==null&&(this.wn=!1)}},isToModel:{get:function(){return this.wn},set:function(a){this._isFrozen&&Fe(this),this.wn=a}},sourceProperty:{get:function(){return this.sl},set:function(a){this._isFrozen&&Fe(this),this.sl=a}},converter:{get:function(){return this.Im},set:function(a){this._isFrozen&&Fe(this),this.Im=a}},backConverter:{get:function(){return this.wk},set:function(a){this._isFrozen&&Fe(this),this.wk=a}},mode:{get:function(){return this.el},set:function(a){this._isFrozen&&Fe(this),this.el=a}}}),ur.prototype.updateSource=ur.prototype.sp,ur.prototype.updateTarget=ur.prototype.Mv,ur.prototype.ofModel=ur.prototype.dA,ur.prototype.ofObject=ur.prototype.cp,ur.prototype.makeTwoWay=ur.prototype.Kx;var Ax="Binding",T1=new Se(ur,"OneWay",1),hp=new Se(ur,"TwoWay",2);ur.className="Binding",ur.parseEnum=function(a,y){return function(x){return x=fn(a,x),x===null?y:x}},ur.toString=$n,ur.OneWay=T1,ur.TwoWay=hp;function bi(a,y,x){Pn.call(this),this.Vv=`,
|
|
"insertedLinkKeys": `,this.iy=`,
|
|
"modifiedLinkData": `,this.Xv=`,
|
|
"removedLinkKeys": `,this.md=[],this.$f=new Be,this.wb=new Gn,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&&(ke(a)?this.nodeDataArray=a:x=a),x&&(Object.assign(this,x),a=x.Changed)&&(delete this.Changed,this.Pe(a))}de(bi,Pn),bi.constructGraphLinksModel=Pn.constructGraphLinksModel,bi.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},xt=bi.prototype,xt.clear=function(){Pn.prototype.clear.call(this),this.md=[],this.wb.clear(),this.$f.clear()},xt.toString=function(a){if(a===void 0&&(a=0),2<=a)return this.np();var y=(this.name!==""?this.name:"")+" GraphLinksModel";if(0<a){y+=`
|
|
node data:`,a=this.nodeDataArray;var x=a.length,b;for(b=0;b<x;b++){var E=a[b];y+=" "+this.wa(E)+":"+$n(E)}for(y+=`
|
|
link data:`,a=this.linkDataArray,x=a.length,b=0;b<x;b++)E=a[b],y+=" "+Sa(this,E,!0)+"-->"+Sa(this,E,!1)}return y},xt.Qv=function(a,y){this.linkKeyProperty===""&&_t("GraphLinksModel.linkKeyProperty must not be an empty string for .toIncrementalData() to succeed.");var x=Pn.prototype.Qv.call(this,a,y),b=this,E=new Be,z=new Be,tt=new Be,ot=this.vh;a.changes.each(function(ut){ut.model===b&&(ut.modelChange==="linkDataArray"?ut.change===sr?E.add(ut.newValue):ut.change===vr&&tt.add(ut.oldValue):b.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){b.Jc(ft)&&z.add(ft)}):ut.object instanceof Pn||b.lb(ut.object)||b1(b,ut.object).each(function(ft){z.add(ft)})))});var rt=this.il;rt.clear(),E.each(function(ut){rt.add(b.Ac(ut)),y||z.add(ut)});var at=this.kl;return at.clear(),tt.each(function(ut){at.add(b.Ac(ut)),y&&z.add(ut)}),a=b.cloneDeep(z.Fa()),0<rt.count&&(x===null&&(x={}),y?x.removedLinkKeys=rt.Fa():x.insertedLinkKeys=rt.Fa()),0<a.length&&(x===null&&(x={}),x.modifiedLinkData=a),0<at.count&&(x===null&&(x={}),y?x.insertedLinkKeys=at.Fa():x.removedLinkKeys=at.Fa()),at.clear(),rt.clear(),x},xt.rm=function(){var a=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},xt.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)},xt.Rv=function(){var a=Pn.prototype.Rv.call(this),y=`,
|
|
"linkDataArray": `+Wh(this,this.linkDataArray,!0);return a+y},xt.kv=function(a){Pn.prototype.kv.call(this,a),a=a.linkDataArray,Array.isArray(a)&&(this.dm(a),this.linkDataArray=a)};function b1(a,y){for(var x=new Be,b=0;b<a.linkDataArray.length;b++){var E=a.linkDataArray[b];a0(a,y,E,E,x)}return x}xt.Pv=function(a,y){this.linkKeyProperty===""&&_t("GraphLinksModel.linkKeyProperty must not be an empty string for .toIncrementalJson() to succeed.");var x=Pn.prototype.Pv.call(this,a,y),b=this,E=new Be,z=new Be,tt=new Be,ot=this.vh;a.changes.each(function(ut){ut.model===b&&(ut.modelChange==="linkDataArray"?ut.change===sr?E.add(ut.newValue):ut.change===vr&&tt.add(ut.oldValue):b.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){b.Jc(ft)&&z.add(ft)}):ut.object instanceof Pn||b.lb(ut.object)||b1(b,ut.object).each(function(ft){z.add(ft)})))});var rt=this.il;rt.clear(),E.each(function(ut){rt.add(b.Ac(ut)),y||z.add(ut)});var at=this.kl;return at.clear(),tt.each(function(ut){at.add(b.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},xt.fp=function(a){(a.linkCategoryProperty!==void 0&&a.linkCategoryProperty!==this.linkCategoryProperty||a.linkKeyProperty!==void 0&&a.linkKeyProperty!==this.linkKeyProperty||a.linkFromKeyProperty!==void 0&&a.linkFromKeyProperty!==this.linkFromKeyProperty||a.linkToKeyProperty!==void 0&&a.linkToKeyProperty!==this.linkToKeyProperty||a.linkFromPortIdProperty!==void 0&&a.linkFromPortIdProperty!==this.linkFromPortIdProperty||a.linkToPortIdProperty!==void 0&&a.linkToPortIdProperty!==this.linkToPortIdProperty||a.linkLabelKeysProperty!==void 0&&a.linkLabelKeysProperty!==this.linkLabelKeysProperty||a.nodeIsGroupProperty!==void 0&&a.nodeIsGroupProperty!==this.nodeIsGroupProperty||a.nodeGroupKeyProperty!==void 0&&a.nodeGroupKeyProperty!==this.nodeGroupKeyProperty)&&_t("applyIncrementalJson cannot change Model properties"),Pn.prototype.fp.call(this,a);var y=a.insertedLinkKeys;if(Array.isArray(y))for(var x=y.length,b=0;b<x;b++){var E=y[b],z=this.jh(E);z===null&&(z=this.Jo({}),this.Ks(z,E),this.fi(z))}if(y=a.modifiedLinkData,Array.isArray(y)){for(x=y.length,b=0;b<x;b++)if(E=y[b],z=this.Ac(E),z=this.jh(z),z!==null){for(var tt in E)tt!=="__gohashid"&&tt!==this.linkKeyProperty&&this.setDataProperty(z,tt,E[tt]);F1(this,E,z)}}if(a=a.removedLinkKeys,Array.isArray(a))for(tt=a.length,y=0;y<tt;y++)x=this.jh(a[y]),x!==null&&this.bm(x)},bi.prototype.changeState=function(a,y){if(a!==null&&a.model===this){if(a.change===Io){var x=a.object,b=a.propertyName;if(b===this.linkKeyProperty&&this.Jc(x)){var E=a.I(y);y=a.I(!y),y!==void 0&&this.wb.remove(y),E!==void 0&&this.wb.add(E,x),Fo(x,b,E);return}}else if(a.change===sr){if(x=a.newParam,a.modelChange==="linkDataArray"){a=a.newValue,Le(a)&&typeof x=="number"&&(b=this.Ac(a),y?(this.$f.remove(a),this.md[x]===a&&this.md.splice(x,1),b!==void 0&&this.wb.remove(b)):(this.$f.add(a),this.md[x]!==a&&this.md.splice(x,0,a),b!==void 0&&this.wb.add(b,a)));return}if(a.modelChange==="linkLabelKeys"){b=this.Ef(a.object),Array.isArray(b)&&typeof x=="number"&&(y?(x=b.indexOf(a.newValue),0<=x&&b.splice(x,1)):0>b.indexOf(a.newValue)&&b.splice(x,0,a.newValue));return}}else if(a.change===vr){if(x=a.oldParam,a.modelChange==="linkDataArray"){a=a.oldValue,Le(a)&&typeof x=="number"&&(b=this.Ac(a),y?(this.$f.add(a),this.md[x]!==a&&this.md.splice(x,0,a),b!==void 0&&this.wb.add(b,a)):(this.$f.remove(a),this.md[x]===a&&this.md.splice(x,1),b!==void 0&&this.wb.remove(b)));return}if(a.modelChange==="linkLabelKeys"){b=this.Ef(a.object),Array.isArray(b)&&typeof x=="number"&&(y?0>b.indexOf(a.newValue)&&b.splice(x,0,a.newValue):(x=b.indexOf(a.newValue),0<=x&&b.splice(x,1)));return}}Pn.prototype.changeState.call(this,a,y)}},xt=bi.prototype,xt.Vl=function(a){if(a!==void 0){var y=this.Ri;if(y!==null){var x=this.hc(a);x===null&&(x=this.copyNodeData(y),Fo(x,this.nodeKeyProperty,a),this.xf(x))}return a}},xt.yx=function(a){return Sa(this,a,!0)},xt.wv=function(a,y){Dc(this,a,y,!0)},xt.Bx=function(a){return Sa(this,a,!1)},xt.Bv=function(a,y){Dc(this,a,y,!1)};function Sa(a,y,x){if(y!==null&&(a=x?a.lf:a.mf,a!==""&&(a=rr(y,a),a!==void 0))){if(Vh(a))return a;_t((x?"FromKey":"ToKey")+" value for link data "+y+" is not a number or a string: "+a)}}function Dc(a,y,x,b){if(x===null&&(x=void 0),y!==null){var E=b?a.lf:a.mf;if(E!=="")if(x=a.Vl(x),a.Jc(y)){var z=rr(y,E);z!==x&&(gl(a,z,y),Fo(y,E,x),a.hc(x)===null&&cl(a,x,y),mr(a,b?"linkFromKey":"linkToKey",Io,E,y,z,x),typeof E=="string"&&a.La(y,E))}else Fo(y,E,x)}}xt.zx=function(a){return u0(this,a,!0)},xt.xv=function(a,y){Oc(this,a,y,!0)},xt.Cx=function(a){return u0(this,a,!1)},xt.Cv=function(a,y){Oc(this,a,y,!1)};function u0(a,y,x){return y===null||(a=x?a.ej:a.fj,a==="")?"":(y=rr(y,a),y===void 0?"":y)}function Oc(a,y,x,b){if(y!==null){var E=b?a.ej:a.fj;if(E!=="")if(a.Jc(y)){var z=rr(y,E);z===void 0&&(z=""),z!==x&&(Fo(y,E,x),mr(a,b?"linkFromPortId":"linkToPortId",Io,E,y,z,x),typeof E=="string"&&a.La(y,E))}else Fo(y,E,x)}}xt.Ef=function(a){if(a===null)return h0;var y=this.je;return y===""?h0:(a=rr(a,y),a===void 0?h0:a)},xt.Ls=function(a,y){if(a!==null){var x=this.je;if(x!=="")if(this.Jc(a)){var b=rr(a,x);if(b===void 0&&(b=h0),b!==y){if(Array.isArray(b))for(var E=b.length,z=0;z<E;z++)gl(this,b[z],a);for(Fo(a,x,y),E=y.length,z=0;z<E;z++){var tt=y[z];this.hc(tt)===null&&cl(this,tt,a)}mr(this,"linkLabelKeys",Io,x,a,b,y),typeof x=="string"&&this.La(a,x)}}else Fo(a,x,y)}},xt.Bu=function(a,y){if(y!=null&&a!==null){var x=this.je;if(x!==""){var b=rr(a,x);if(b===void 0)x=[],x.push(y),this.Ls(a,x);else if(Array.isArray(b)){var E=b.indexOf(y);0<=E||(E=b.length,b.push(y),this.Jc(a)&&(this.hc(y)===null&&cl(this,y,a),mr(this,"linkLabelKeys",sr,x,a,null,y,null,E)))}else _t(x+" property is not an Array; cannot addLabelKeyForLinkData: "+a)}}},xt.Qx=function(a,y){if(y!=null&&a!==null){var x=this.je;if(x!==""){var b=rr(a,x);if(Array.isArray(b)){var E=b.indexOf(y);0>E||(b.splice(E,1),this.Jc(a)&&(gl(this,y,a),mr(this,"linkLabelKeys",vr,x,a,y,null,E,null)))}else b!==void 0&&_t(x+" property is not an Array; cannot removeLabelKeyforLinkData: "+a)}}},xt.Ac=function(a){if(a!==null){var y=this.Jh;if(y!==""&&(y=rr(a,y),y!==void 0)){if(Vh(y))return y;_t("Key value for link data "+a+" is not a number or a string: "+y)}}},xt.Ks=function(a,y){if(a!==null){var x=this.Jh;if(x!=="")if(this.Jc(a)){var b=rr(a,x);b!==y&&this.jh(y)===null&&(Fo(a,x,y),b!==void 0&&this.wb.remove(b),this.wb.add(y,a),mr(this,"linkKey",Io,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Fo(a,x,y)}},xt.jh=function(a){return a===null&&_t("GraphLinksModel.findLinkDataForKey:key must not be null"),a!==void 0&&Vh(a)?this.wb.I(a):null},xt.Bs=function(a){if(a!==null){var y=this.Jh;if(y!==""){var x=this.Ac(a);if(x===void 0||this.wb.contains(x)){var b=this.cl;if(b!==null&&(x=b(this,a),x!=null&&!this.wb.contains(x))){Fo(a,y,x);return}if(typeof x=="string"){for(b=2;this.wb.contains(x+b);)b++;Fo(a,y,x+b)}else if(x===void 0||typeof x=="number"){for(x=-this.wb.count-1;this.wb.contains(x);)x--;Fo(a,y,x)}}}}},xt.Jc=function(a){return a===null?!1:this.$f.contains(a)},xt.fi=function(a){a!==null&&(Wi(a),this.Jc(a)||N1(this,a,!0))};function N1(a,y,x){if(a.linkKeyProperty!==""){var b=a.Ac(y);if(b!==void 0&&a.wb.I(b)===y)return;a.Bs(y),b=a.Ac(y),b===void 0&&_t("GraphLinksModel.makeLinkDataKeyUnique failed on "+y+". Data not added to model."),a.wb.add(b,y)}a.$f.add(y),b=null,x&&(b=a.md.length,a.md.splice(b,0,y)),mr(a,"linkDataArray",sr,"linkDataArray",a,null,y,null,b),fy(a,y)}xt.Ey=function(a){if(Array.isArray(a))for(var y=a.length,x=0;x<y;x++)this.fi(a[x]);else for(a=a.iterator;a.next();)this.fi(a.value)},xt.bm=function(a){a!==null&&E1(this,a,!0)};function E1(a,y,x){a.$f.remove(y);var b=a.Ac(y);if(b!==void 0&&a.wb.remove(b),b=null,x){if(b=a.md.indexOf(y),0>b)return;a.md.splice(b,1)}if(mr(a,"linkDataArray",vr,"linkDataArray",a,y,null,b,null),x=Sa(a,y,!0),gl(a,x,y),x=Sa(a,y,!1),gl(a,x,y),b=a.Ef(y),Array.isArray(b))for(var E=b.length,z=0;z<E;z++)x=b[z],gl(a,x,y)}xt.lA=function(a){if(Array.isArray(a))for(var y=a.length,x=0;x<y;x++)this.bm(a[x]);else for(a=a.iterator;a.next();)this.bm(a.value)},xt.Zz=function(a){if(this.linkKeyProperty===""&&_t("GraphLinksModel.linkKeyProperty must not be an empty string for .mergeLinkDataArray() to succeed."),a!==this.linkDataArray&&ke(a)){var y=this.kl;y.clear(),y.addAll(this.wb.iteratorKeys);var x=this.il;x.clear();for(var b=a.length,E=0;E<b;E++){var z=a[E],tt=this.Ac(z);if(tt!==void 0){x.add(tt);var ot=this.jh(tt);ot!==z&&(ot!==null?(this.Do(ot,z),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();)b=a.value,x.contains(b)||(b=this.jh(b))&&this.bm(b);y.clear(),x.clear()}};function fy(a,y){var x=Sa(a,y,!0);x=a.Vl(x),a.hc(x)===null&&cl(a,x,y),x=Sa(a,y,!1),x=a.Vl(x),a.hc(x)===null&&cl(a,x,y);var b=a.Ef(y);if(Array.isArray(b))for(var E=b.length,z=0;z<E;z++)x=b[z],a.hc(x)===null&&cl(a,x,y)}xt.Jo=function(a){if(a===null)return null;var y=this.Ak;return a=y!==null?y(a,this):l0(this,a,!0),Le(a)&&(Ii(a),this.lf!==""&&Fo(a,this.lf,void 0),this.mf!==""&&Fo(a,this.mf,void 0),this.je!==""&&Fo(a,this.je,[])),a},xt.Yu=function(a){if(a===null)return!1;var y=this.jl;return y===""?!1:!!rr(a,y)},xt.lh=function(a){if(a!==null){var y=this.Je;if(y!==""&&(y=rr(a,y),y!==void 0)){if(Vh(y))return y;_t("GroupKey value for node data "+a+" is not a number or a string: "+y)}}},xt.mp=function(a,y){if(y===null&&(y=void 0),a!==null){var x=this.Je;if(x!=="")if(this.lb(a)){var b=rr(a,x);b!==y&&(gl(this,b,a),Fo(a,x,y),this.hc(y)===null&&cl(this,y,a),mr(this,"nodeGroupKey",Io,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Fo(a,x,y)}},bi.prototype.copyNodeData=function(a){return a===null?null:(a=Pn.prototype.copyNodeData.call(this,a),this.Ij||this.Je===""||rr(a,this.Je)===void 0||Fo(a,this.Je,void 0),a)},bi.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){Dc(this,a,x,!0);return}if(y===this.linkToKeyProperty){Dc(this,a,x,!1);return}if(y===this.linkFromPortIdProperty){Oc(this,a,x,!0);return}if(y===this.linkToPortIdProperty){Oc(this,a,x,!1);return}if(y===this.linkKeyProperty){this.Ks(a,x);return}if(y===this.linkCategoryProperty){this.lp(a,x);return}if(y===this.linkLabelKeysProperty){this.Ls(a,x);return}}var b=rr(a,y);b!==x&&(Fo(a,y,x),this.Fs(a,y,b,x))},xt=bi.prototype,xt.Do=function(a,y){if(y){var x=this.lb(a),b=this.Jc(a),E;for(E in y)E==="__gohashid"||x&&E===this.nodeKeyProperty||x&&E===this.nodeIsGroupProperty&&rr(a,E)===y[E]||b&&E===this.linkKeyProperty||this.setDataProperty(a,E,y[E])}},xt.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 b=x.value,E=a,z=y;if(Sa(this,b,!0)===E){var tt=this.lf;Fo(b,tt,z),mr(this,"linkFromKey",Io,tt,b,E,z),typeof tt=="string"&&this.La(b,tt)}if(Sa(this,b,!1)===E&&(tt=this.mf,Fo(b,tt,z),mr(this,"linkToKey",Io,tt,b,E,z),typeof tt=="string"&&this.La(b,tt)),tt=this.Ef(b),Array.isArray(tt))for(var ot=tt.length,rt=this.je,at=0;at<ot;at++)tt[at]===E&&(tt[at]=z,mr(this,"linkLabelKeys",sr,rt,b,E,z,at,at))}},xt.qv=function(a,y,x){if(this.lh(a)===y){var b=this.Je;Fo(a,b,x),mr(this,"nodeGroupKey",Io,b,a,y,x),typeof b=="string"&&this.La(a,b)}},xt.Lv=function(){Pn.prototype.Lv.call(this);for(var a=this.linkDataArray,y=a.length,x=0;x<y;x++)fy(this,a[x])},xt.fm=function(a){Pn.prototype.fm.call(this,a),a=this.wa(a);var y=lp(this,a);if(y!==null){var x=on();for(y=y.iterator;y.next();){var b=y.value;if(this.lb(b)){if(this.lh(b)===a){var E=this.Je;mr(this,"nodeGroupKey",Io,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)}}else if(Sa(this,b,!0)===a&&(E=this.lf,mr(this,"linkFromKey",Io,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)),Sa(this,b,!1)===a&&(E=this.mf,mr(this,"linkToKey",Io,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)),E=this.Ef(b),Array.isArray(E))for(var z=E.length,tt=this.je,ot=0;ot<z;ot++)E[ot]===a&&(mr(this,"linkLabelKeys",sr,tt,b,a,a,ot,ot),x.push(b))}for(y=0;y<x.length;y++)gl(this,a,x[y]);rn(x)}},xt.em=function(a){Pn.prototype.em.call(this,a);var y=this.lh(a);this.hc(y)===null&&cl(this,y,a)},xt.qp=function(a){Pn.prototype.qp.call(this,a);var y=this.lh(a);gl(this,y,a)},xt.ps=function(a){if(a===null)return"";var y=this.dj;if(y===""||(y=rr(a,y),y===void 0))return"";if(typeof y=="string")return y;_t("getCategoryForLinkData found a non-string category for "+a+": "+y)},bi.prototype.getLinkCategoryForData=function(a){return this.ps(a)},bi.prototype.lp=function(a,y){if(a!==null){var x=this.dj;if(x!=="")if(this.Jc(a)){var b=rr(a,x);b===void 0&&(b=""),b!==y&&(Fo(a,x,y),mr(this,"linkCategory",Io,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Fo(a,x,y)}},bi.prototype.setLinkCategoryForData=function(a,y){this.lp(a,y)},xt=bi.prototype,xt.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))}xt.Wj=function(){return!0},xt.ri=function(){return!0},xt.xs=function(){return!0},xt.Xj=function(){return!0},re.Object.defineProperties(bi.prototype,{archetypeNodeData:{get:function(){return this.Ri},set:function(a){var y=this.Ri;y!==a&&(this.Ri=a,this.g("archetypeNodeData",y,a))}},linkFromKeyProperty:{get:function(){return this.lf},set:function(a){var y=this.lf;y!==a&&(this.lf=a,this.g("linkFromKeyProperty",y,a))}},linkToKeyProperty:{get:function(){return this.mf},set:function(a){var y=this.mf;y!==a&&(this.mf=a,this.g("linkToKeyProperty",y,a))}},linkFromPortIdProperty:{get:function(){return this.ej},set:function(a){var y=this.ej;y!==a&&(this.ej=a,this.g("linkFromPortIdProperty",y,a))}},linkToPortIdProperty:{get:function(){return this.fj},set:function(a){var y=this.fj;y!==a&&(this.fj=a,this.g("linkToPortIdProperty",y,a))}},linkLabelKeysProperty:{get:function(){return this.je},set:function(a){var y=this.je;y!==a&&(this.je=a,this.g("linkLabelKeysProperty",y,a))}},linkDataArray:{get:function(){return this.md},set:function(a){var y=this.md;if(y!==a){this.wb.clear();for(var x=a.length,b=0;b<x;b++){var E=a[b];Le(E)||_t("GraphLinksModel.linkDataArray must only contain Objects, not: "+E),Wi(E)}if(this.md=a,this.linkKeyProperty!==""){for(b=new Ie,E=0;E<x;E++){var z=a[E],tt=this.Ac(z);tt===void 0||this.wb.I(tt)!==null?b.add(z):this.wb.add(tt,z)}for(b=b.iterator;b.next();)E=b.value,this.Bs(E),z=this.Ac(E),z!==void 0&&this.wb.add(z,E)}for(b=new Be,E=0;E<x;E++)b.add(a[E]);for(this.$f=b,mr(this,"linkDataArray",Io,"linkDataArray",this,y,a),y=0;y<x;y++)fy(this,a[y])}}},linkKeyProperty:{get:function(){return this.Jh},set:function(a){var y=this.Jh;if(y!==a){this.Jh=a,this.wb.clear();for(var x=this.linkDataArray.length,b=0;b<x;b++){var E=this.linkDataArray[b],z=this.Ac(E);z===void 0&&(this.Bs(E),z=this.Ac(E)),z!==void 0&&this.wb.add(z,E)}this.g("linkKeyProperty",y,a)}}},makeUniqueLinkKeyFunction:{get:function(){return this.cl},set:function(a){var y=this.cl;y!==a&&(this.cl=a,this.g("makeUniqueLinkKeyFunction",y,a))}},copyLinkDataFunction:{get:function(){return this.Ak},set:function(a){var y=this.Ak;y!==a&&(this.Ak=a,this.g("copyLinkDataFunction",y,a))}},nodeIsGroupProperty:{get:function(){return this.jl},set:function(a){var y=this.jl;y!==a&&(this.jl=a,this.g("nodeIsGroupProperty",y,a))}},nodeGroupKeyProperty:{get:function(){return this.Je},set:function(a){var y=this.Je;y!==a&&(this.Je=a,this.g("nodeGroupKeyProperty",y,a))}},Ij:{get:function(){return this.Lm},set:function(a){this.Lm!==a&&(this.Lm=a)}},linkCategoryProperty:{get:function(){return this.dj},set:function(a){var y=this.dj;y!==a&&(this.dj=a,this.g("linkCategoryProperty",y,a))}},type:{get:function(){return"GraphLinksModel"}}}),bi.prototype.setCategoryForLinkData=bi.prototype.lp,bi.prototype.getCategoryForLinkData=bi.prototype.ps,bi.prototype.assignAllDataProperties=bi.prototype.Do,bi.prototype.setGroupKeyForNodeData=bi.prototype.mp,bi.prototype.getGroupKeyForNodeData=bi.prototype.lh,bi.prototype.isGroupForNodeData=bi.prototype.Yu,bi.prototype.copyLinkData=bi.prototype.Jo,bi.prototype.mergeLinkDataArray=bi.prototype.Zz,bi.prototype.removeLinkDataCollection=bi.prototype.lA,bi.prototype.removeLinkData=bi.prototype.bm,bi.prototype.addLinkDataCollection=bi.prototype.Ey,bi.prototype.addLinkData=bi.prototype.fi,bi.prototype.containsLinkData=bi.prototype.Jc,bi.prototype.makeLinkDataKeyUnique=bi.prototype.Bs,bi.prototype.findLinkDataForKey=bi.prototype.jh,bi.prototype.setKeyForLinkData=bi.prototype.Ks,bi.prototype.getKeyForLinkData=bi.prototype.Ac,bi.prototype.removeLabelKeyForLinkData=bi.prototype.Qx,bi.prototype.addLabelKeyForLinkData=bi.prototype.Bu,bi.prototype.setLabelKeysForLinkData=bi.prototype.Ls,bi.prototype.getLabelKeysForLinkData=bi.prototype.Ef,bi.prototype.setToPortIdForLinkData=bi.prototype.Cv,bi.prototype.getToPortIdForLinkData=bi.prototype.Cx,bi.prototype.setFromPortIdForLinkData=bi.prototype.xv,bi.prototype.getFromPortIdForLinkData=bi.prototype.zx,bi.prototype.setToKeyForLinkData=bi.prototype.Bv,bi.prototype.getToKeyForLinkData=bi.prototype.Bx,bi.prototype.setFromKeyForLinkData=bi.prototype.wv,bi.prototype.getFromKeyForLinkData=bi.prototype.yx,bi.prototype.clear=bi.prototype.clear;var h0=Object.freeze([]);bi.className="GraphLinksModel",ol.GraphLinksModel=bi,Pn.constructGraphLinksModel=Pn.constructGraphLinksModel=function(){return new bi},Pn.initDiagramModel=hy=function(){return new bi};function Ts(a,y){Pn.call(this),this.Ke="parent",this.Nm=!1,this.nj="parentLinkCategory",a!==void 0&&(ke(a)?this.nodeDataArray=a:y=a),y&&(Object.assign(this,y),a=y.Changed)&&(delete this.Changed,this.Pe(a))}de(Ts,Pn),Ts.constructGraphLinksModel=Pn.constructGraphLinksModel,Ts.prototype.cloneProtected=function(a){Pn.prototype.cloneProtected.call(this,a),a.Ke=this.Ke,a.Nm=this.Nm,a.nj=this.nj},xt=Ts.prototype,xt.toString=function(a){if(a===void 0&&(a=0),2<=a)return this.np();var y=(this.name!==""?this.name:"")+" TreeModel";if(0<a){y+=`
|
|
node data:`,a=this.nodeDataArray;for(var x=a.length,b=0;b<x;b++){var E=a[b];y+=" "+this.wa(E)+":"+$n(E)}}return y},xt.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},xt.gp=function(a){Pn.prototype.gp.call(this,a),a.nodeParentKeyProperty&&(this.nodeParentKeyProperty=a.nodeParentKeyProperty)},xt.fp=function(a){a.nodeParentKeyProperty!==void 0&&a.nodeParentKeyProperty!==this.nodeParentKeyProperty&&_t("applyIncrementalJson cannot change Model properties"),Pn.prototype.fp.call(this,a)},xt.Vl=function(a){return a},xt.mh=function(a){if(a!==null){var y=this.Ke;if(y!==""&&(y=rr(a,y),y!==void 0)){if(Vh(y))return y;_t("ParentKey value for node data "+a+" is not a number or a string: "+y)}}},xt.qe=function(a,y){if(y===null&&(y=void 0),a!==null){var x=this.Ke;if(x!=="")if(y=this.Vl(y),this.lb(a)){var b=rr(a,x);b!==y&&(gl(this,b,a),Fo(a,x,y),this.hc(y)===null&&cl(this,y,a),mr(this,"nodeParentKey",Io,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Fo(a,x,y)}},xt.ss=function(a){if(a===null)return"";var y=this.nj;return y===""||(y=rr(a,y),y===void 0)?"":typeof y=="string"?y:(_t("getParentLinkCategoryForNodeData found a non-string category for "+a+": "+y),"")},Ts.prototype.getLinkCategoryForData=function(a){return this.ss(a)},Ts.prototype.Ms=function(a,y){if(a!==null){var x=this.nj;if(x!=="")if(this.lb(a)){var b=rr(a,x);b===void 0&&(b=""),b!==y&&(Fo(a,x,y),mr(this,"parentLinkCategory",Io,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Fo(a,x,y)}},Ts.prototype.setLinkCategoryForData=function(a,y){this.Ms(a,y)},Ts.prototype.copyNodeData=function(a){return a===null?null:(a=Pn.prototype.copyNodeData.call(this,a),this.Jj||this.Ke===""||rr(a,this.Ke)===void 0||Fo(a,this.Ke,void 0),a)},Ts.prototype.setDataProperty=function(a,y,x){if(this.lb(a)){if(y===this.nodeKeyProperty){this.km(a,x);return}if(y===this.nodeCategoryProperty){this.jm(a,x);return}if(y===this.nodeParentKeyProperty){this.qe(a,x);return}}var b=rr(a,y);b!==x&&(Fo(a,y,x),this.Fs(a,y,b,x))},xt=Ts.prototype,xt.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)},xt.qv=function(a,y,x){if(this.mh(a)===y){var b=this.Ke;Fo(a,b,x),mr(this,"nodeParentKey",Io,b,a,y,x),typeof b=="string"&&this.La(a,b)}},xt.fm=function(a){Pn.prototype.fm.call(this,a),a=this.wa(a);var y=lp(this,a);if(y!==null){var x=on();for(y=y.iterator;y.next();){var b=y.value;if(this.lb(b)&&this.mh(b)===a){var E=this.Ke;mr(this,"nodeParentKey",Io,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)}}for(y=0;y<x.length;y++)gl(this,a,x[y]);rn(x)}},xt.em=function(a){Pn.prototype.em.call(this,a);var y=this.mh(a);y=this.Vl(y),this.hc(y)===null&&cl(this,y,a)},xt.qp=function(a){Pn.prototype.qp.call(this,a);var y=this.mh(a);gl(this,y,a)},xt.lm=function(a,y){Pn.prototype.lm.call(this,a,y),this.Ms(y,this.ss(a)),this.qe(y,this.mh(a))},xt.Tl=function(){return!0},xt.xs=function(){return!0},re.Object.defineProperties(Ts.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"}}}),Ts.prototype.setParentLinkCategoryForNodeData=Ts.prototype.Ms,Ts.prototype.getParentLinkCategoryForNodeData=Ts.prototype.ss,Ts.prototype.setParentKeyForNodeData=Ts.prototype.qe,Ts.prototype.getParentKeyForNodeData=Ts.prototype.mh,Ts.className="TreeModel",ol.TreeModel=Ts;function Wo(a){Bo.call(this),this.lw=this.Zm=this.lc=0,this.Wp=360,this.kw=rl,this.Ti=0,this.Zv=new It,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=rl,this.K=bs,this.nd=Rc,this.hd=oy,this.tf=6,this.Nn=v0,a&&Object.assign(this,a)}de(Wo,Bo),Wo.prototype.cloneProtected=function(a){Bo.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},Wo.prototype.qb=function(a){a.classType===Wo?a===p0||a===m0||a===c0||a===g0||a===Rc?this.sorting=a:a===Rd||a===Ic||a===bs||a===Uh?this.direction=a:a===nh||a===Yh||a===rl||a===sl?this.arrangement=a:(a===Tf||a===v0)&&(this.nodeDiameterFormula=a):Bo.prototype.qb.call(this,a)},Wo.prototype.createNetwork=function(){return new zc(this)},Wo.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 Ie;y.addAll(a.iterator),a=new Ie;var x=new Ie,b=this.sort(y),E,z,tt=this.Jp,ot=this.arrangement,rt=this.nodeDiameterFormula,at=this.radius;(!isFinite(at)||0>=at)&&(at=NaN);var 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===sl&&rt===Tf?ot=rl:ot===sl&&rt!==Tf&&(ot=this.arrangement),(this.direction===Rd||this.direction===Ic)&&this.sorting!==Rc){for(rt=0;!(rt>=b.length)&&(a.add(b.M(rt)),!(rt+1>=b.length));rt+=2)x.add(b.M(rt+1));this.direction===Rd?(this.arrangement===sl&&a.reverse(),b=new Ie,b.addAll(a),b.addAll(x)):(this.arrangement===sl&&x.reverse(),b=new Ie,b.addAll(x),b.addAll(a))}rt=b.length;for(var yt=z=E=0;yt<b.length;yt++){var St=ft+mt*z*(this.direction===bs?1:-1)/rt,kt=b.M(yt).diameter;isNaN(kt)&&(kt=Zh(b.M(yt),St)),360>mt&&(yt===0||yt===b.length-1)&&(kt/=2),E+=kt,z++}if(isNaN(at)||ot===sl){if(isNaN(y)&&(y=6),ot!==rl&&ot!==sl){for(z=-1/0,tt=0;tt<rt;tt++)yt=b.M(tt),E=b.M(tt===rt-1?0:tt+1),isNaN(yt.diameter)&&Zh(yt,0),isNaN(E.diameter)&&Zh(E,0),z=Math.max(z,(yt.diameter+E.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,E+(360<=mt?rt:rt-1)*(ot!==sl?y:1.6*y),ut,ft*Math.PI/180,mt*Math.PI/180);z=at*ut}else if(z=at*ut,yt=cy(this,at,z,ft*Math.PI/180,mt*Math.PI/180),isNaN(y))(ot===rl||ot===sl)&&(y=(yt-E)/(360<=mt?rt:rt-1));else if(ot===rl||ot===sl)yt=(yt-E)/(360<=mt?rt:rt-1),yt<y?(at=d0(this,E+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,E=0;E<rt;E++)St=b.M(E),kt=b.M(E===rt-1?0:E+1),isNaN(St.diameter)&&Zh(St,0),isNaN(kt.diameter)&&Zh(kt,0),tt=Math.max(tt,(St.diameter+kt.diameter)/2);tt+=y,E=d0(this,tt*(360<=mt?rt:rt-1),ut,ft*Math.PI/180,mt*Math.PI/180),E>at?(at=E,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=b,b=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!==Ic||b!==sl)if(this.direction===Rd||this.direction===Ic){switch(tt=0,b){case Yh:tt=180*f0(this,ot,mt,at,rt)/Math.PI;break;case rl:rt=y=0,tt=a.first(),tt!==null&&(y=Zh(tt,Math.PI/2)),tt=x.first(),tt!==null&&(rt=Zh(tt,Math.PI/2)),tt=180*f0(this,ot,mt,at,ft+(y+rt)/2)/Math.PI;break;case nh:tt=ut/y.length}if(this.direction===Rd){switch(b){case Yh:cp(this,a,at,Uh);break;case rl:fp(this,a,at,Uh);break;case nh:dp(this,a,ut/2,at,Uh)}switch(b){case Yh:cp(this,x,at+tt,bs);break;case rl:fp(this,x,at+tt,bs);break;case nh:dp(this,x,ut/2,at+tt,bs)}}else{switch(b){case Yh:cp(this,x,at,Uh);break;case rl:fp(this,x,at,Uh);break;case nh:dp(this,x,ut/2,at,Uh)}switch(b){case Yh:cp(this,a,at+tt,bs);break;case rl:fp(this,a,at+tt,bs);break;case nh:dp(this,a,ut/2,at+tt,bs)}}}else switch(b){case Yh:cp(this,y,at,this.direction);break;case rl:fp(this,y,at,this.direction);break;case nh:dp(this,y,ut,at,this.direction);break;case sl:A1(this,y,ut,at,this.direction)}else A1(this,y,ut,at-ut/2,bs)}this.updateParts(),this.network=null,this.isValidLayout=!0};function dp(a,y,x,b,E){var z=a.Wp,tt=a.lc;a=a.me,b=b*Math.PI/180,x=x*Math.PI/180;for(var ot=y.length,rt=0;rt<ot;rt++){var at=b+(E===bs?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 fp(a,y,x,b){var E=a.lc,z=a.me,tt=a.Ti;x=x*Math.PI/180;for(var ot=y.length,rt=0;rt<ot;rt++){var at=y.M(rt),ut=y.M(rt===ot-1?0:rt+1),ft=z*Math.sin(x);at.centerX=E*Math.cos(x),at.centerY=ft,at.actualAngle=180*x/Math.PI,isNaN(at.diameter)&&Zh(at,0),isNaN(ut.diameter)&&Zh(ut,0),at=f0(a,E,z,b===bs?x:-x,(at.diameter+ut.diameter)/2+tt),x+=b===bs?at:-at}}function cp(a,y,x,b){var E=a.lc,z=a.me,tt=a.Jp;x=x*Math.PI/180;for(var ot=y.length,rt=0;rt<ot;rt++){var at=y.M(rt);at.centerX=E*Math.cos(x),at.centerY=z*Math.sin(x),at.actualAngle=180*x/Math.PI,at=f0(a,E,z,b===bs?x:-x,tt),x+=b===bs?at:-at}}function A1(a,y,x,b,E){var z=a.Wp;if(a.mj=0,a.Xr=new gp,360>x){for(z=b+(E===bs?z:-z);0>z;)z+=360;z%=360,180<z&&(z-=360),z*=Math.PI/180,a.gt=z,D1(a,y,x,b,E)}else B1(a,y,x,b,E);a.Xr.commit(y)}function B1(a,y,x,b,E){var z=a.lc,tt=a.Ti,ot=a.Zm,rt=z*Math.cos(b*Math.PI/180),at=a.me*Math.sin(b*Math.PI/180),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=It.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,E,z)||I1(a,rt,at,ut,ft,E,z),rt=z.x,at=z.y;if(It.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=E===bs?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,B1(a,y,x,b,E))}}}function D1(a,y,x,b,E){for(var z=a.lc,tt=a.me,ot=a.Zm,rt=z*Math.cos(b*Math.PI/180),at=tt*Math.sin(b*Math.PI/180),ut=It.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,E,ut)||I1(a,rt,at,ft,mt,E,ut),rt=ut.x,at=ut.y;if(It.free(ut),a.mj++,!(23<a.mj)){if(rt=Math.atan2(at,rt),rt=E===bs?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,b,E))}}function O1(a,y,x,b,E,z,tt){var ot=a.lc,rt=a.me,at=0;a=(b[E].width+b[E+1].width)/2+a.Ti;var ut=!1;if(0<=x!=(z===bs)){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)>(b[E].height+b[E+1].height)/2?(tt.x=z,tt.y=at,!1):(tt.x=z,tt.y=at,!0)}function I1(a,y,x,b,E,z,tt){var ot=a.lc,rt=a.me,at=0;if(a=(b[E].height+b[E+1].height)/2+a.Ti,b=!1,0<=y!=(z===bs)){if(z=x-a,z<-rt){if(z=x+a,z>rt){tt.x=at,tt.y=z;return}b=!0}}else if(z=x+a,z>rt){if(z=x-a,z<-rt){tt.x=at,tt.y=z;return}b=!0}at=Math.sqrt(1-Math.min(1,z*z/(rt*rt)))*ot,0>y!==b&&(at=-at),tt.x=at,tt.y=z}Wo.prototype.commitLayout=function(){this.commitNodes(),this.isRouting&&this.commitLinks()},Wo.prototype.commitNodes=function(){var a=this.group!==null&&this.group.placeholder!==null&&this.group.isSubGraphExpanded,y=a?this.group.location.copy():null,x=this.actualCenter;a?x=new It(0,0):(x.x=this.arrangementOrigin.x+this.lc,x.y=this.arrangementOrigin.y+this.me);for(var b=this.network.vertexes.iterator;b.next();){var E=b.value;E.x+=x.x,E.y+=x.y,E.commit()}a&&(this.group.Va(),a=this.group.position.copy(),x=this.group.location.copy(),y=y.re(x.re(a)),this.group.move(y),this.Zv=y.re(a))},Wo.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()};function cy(a,y,x,b,E){var z=a.ty;if(.001>Math.abs(a.Zm-1))return b!==void 0&&E!==void 0?E*y:2*Math.PI*y;a=y>x?Math.sqrt(y*y-x*x)/y:Math.sqrt(x*x-y*y)/x;for(var tt=0,ot=b!==void 0&&E!==void 0?E/(z+1):Math.PI/(2*(z+1)),rt=0,at=0;at<=z;at++){b!==void 0&&E!==void 0?rt=b+at*E/z:rt=at*Math.PI/(2*z);var ut=Math.sin(rt);tt+=Math.sqrt(1-a*a*ut*ut)*ot}return b!==void 0&&E!==void 0?(y>x?y:x)*tt:4*(y>x?y:x)*tt}function d0(a,y,x,b,E){return y/(b!==void 0&&E!==void 0?cy(a,1,x,b,E):cy(a,1,x))}function f0(a,y,x,b,E){if(.001>Math.abs(a.Zm-1))return E/y;var z=y>x?Math.sqrt(y*y-x*x)/y:Math.sqrt(x*x-y*y)/x,tt=0;a=2*Math.PI/(700*a.network.vertexes.count),y>x&&(b+=Math.PI/2);for(var ot=0;;ot++){var rt=Math.sin(b+ot*a);if(tt+=(y>x?y:x)*Math.sqrt(1-z*z*rt*rt)*a,tt>=E)return ot*a}}Wo.prototype.sort=function(a){switch(this.sorting){case c0:break;case g0:a.reverse();break;case p0:a.sort(this.comparer);break;case m0:a.sort(this.comparer),a.reverse();break;case Rc:return this.ak(Bx(a));default:_t("Invalid sorting type.")}return a};function Bx(a){for(var y=[],x=0;x<a.length;x++)y.push(0);x=new Ie;for(var b=0;b<a.length;b++){var E=-1,z=-1;if(b===0)for(var tt=0;tt<a.length;tt++){var ot=a.M(tt).edgesCount;ot>E&&(E=ot,z=tt)}else for(tt=0;tt<a.length;tt++)ot=y[tt],ot>E&&(E=ot,z=tt);for(x.add(a.M(z)),y[z]=-1,z=a.M(z),tt=z.sourceEdges;tt.next();)E=a.indexOf(tt.value.fromVertex),0>E||0<=y[E]&&y[E]++;for(z=z.destinationEdges;z.next();)E=a.indexOf(z.value.toVertex),0>E||0<=y[E]&&y[E]++}return x}Wo.prototype.ak=function(a){for(var y=[],x=0;x<a.length;x++){var b=a.M(x);y[x]=[];for(var E,z=b.destinationEdges;z.next();)E=a.indexOf(z.value.toVertex),E!==x&&0>y[x].indexOf(E)&&y[x].push(E);for(b=b.sourceEdges;b.next();)E=a.indexOf(b.value.fromVertex),E!==x&&0>y[x].indexOf(E)&&y[x].push(E)}for(z=[],x=0;x<y.length;x++)z[x]=0;x=[];var tt=[],ot=[];b=[],E=new Ie;for(var rt=0,at=0;at<y.length;at++){var ut=y[at].length;if(ut===1)b.push(at);else if(ut===0)E.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 kt=yt[St],Ot=y[at],Nt=0,jt=0;jt<tt.length;jt++){var Ht=z[tt[jt]],Wt=z[ot[jt]];if(Ht<Wt){var Ut=Ht;Ht=Wt}else Ut=Wt;if(Ut<kt&&kt<=Ht)for(Wt=0;Wt<Ot.length;Wt++){var ee=Ot[Wt];0>x.indexOf(ee)||Ut<z[ee]&&z[ee]<Ht||Ut===z[ee]||Ht===z[ee]||Nt++}else for(Wt=0;Wt<Ot.length;Wt++)ee=Ot[Wt],0>x.indexOf(ee)||Ut<z[ee]&&z[ee]<Ht&&Ut!==z[ee]&&Ht!==z[ee]&&Nt++}for(Ot=Nt,jt=Nt=0;jt<y[at].length;jt++)Ut=x.indexOf(y[at][jt]),0<=Ut&&(Ut=Math.abs(kt-(Ut>=kt?Ut+1:Ut)),Nt+=Ut<x.length+1-Ut?Ut:x.length+1-Ut);for(jt=0;jt<tt.length;jt++)Ut=z[tt[jt]],Ht=z[ot[jt]],Ut>=kt&&Ut++,Ht>=kt&&Ht++,Ut>Ht&&(Wt=Ht,Ht=Ut,Ut=Wt),Ht-Ut<(x.length+2)/2==(Ut<kt&&kt<=Ht)&&Nt++;(Ot<ut||Ot===ut&&Nt<ft)&&(ut=Ot,ft=Nt,mt=kt)}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<b.length;ot++)if(rt=b[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),b.splice(ot,1),ot--}else z=!1;if(z)break;x.push(b[0]),b.splice(0,1)}for(y=0;y<x.length;y++)E.add(a.M(x[y]));return E},re.Object.defineProperties(Wo.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!==sl&&a!==rl&&a!==Yh&&a!==nh||(this.Rb=a,this.C())}},direction:{get:function(){return this.K},set:function(a){this.K===a||a!==bs&&a!==Uh&&a!==Rd&&a!==Ic||(this.K=a,this.C())}},sorting:{get:function(){return this.nd},set:function(a){this.nd===a||a!==c0&&a!==g0&&a!==p0&&!m0&&a!==Rc||(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!==Tf||(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 rl=new Se(Wo,"ConstantSpacing",0),Yh=new Se(Wo,"ConstantDistance",1),nh=new Se(Wo,"ConstantAngle",2),sl=new Se(Wo,"Packed",3),bs=new Se(Wo,"Clockwise",4),Uh=new Se(Wo,"Counterclockwise",5),Rd=new Se(Wo,"BidirectionalLeft",6),Ic=new Se(Wo,"BidirectionalRight",7),c0=new Se(Wo,"Forwards",8),g0=new Se(Wo,"Reverse",9),p0=new Se(Wo,"Ascending",10),m0=new Se(Wo,"Descending",11),Rc=new Se(Wo,"Optimized",12),v0=new Se(Wo,"Pythagorean",13),Tf=new Se(Wo,"Circular",14);Wo.className="CircularLayout",Wo.ConstantSpacing=rl,Wo.ConstantDistance=Yh,Wo.ConstantAngle=nh,Wo.Packed=sl,Wo.Clockwise=bs,Wo.Counterclockwise=Uh,Wo.BidirectionalLeft=Rd,Wo.BidirectionalRight=Ic,Wo.Forwards=c0,Wo.Reverse=g0,Wo.Ascending=p0,Wo.Descending=m0,Wo.Optimized=Rc,Wo.Pythagorean=v0,Wo.Circular=Tf;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 zc(a){So.call(this,a)}de(zc,So),zc.prototype.createVertex=function(){return new pp(this)},zc.prototype.createEdge=function(){return new y0(this)},zc.className="CircularNetwork";function pp(a){Sr.call(this,a),this.u=this.Si=NaN}de(pp,Sr);function Zh(a,y){var x=a.network;if(x===null)return NaN;if(x=x.layout,x===null)return NaN;if(x.arrangement===sl)if(x.nodeDiameterFormula===Tf)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===Tf?Math.max(a.width,a.height):Math.sqrt(a.width*a.width+a.height*a.height);return a.Si}re.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){oa.call(this,a)}de(y0,oa),y0.className="CircularEdge";function Zr(a){Bo.call(this),this.ah=null,this.An=0,this.$d=new Ue(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)}de(Zr,Bo),Zr.prototype.cloneProtected=function(a){Bo.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},Zr.prototype.createNetwork=function(){return new bf(this)},Zr.prototype.doLayout=function(a){if(this.network===null&&(this.network=this.makeNetwork(a)),a=this.maxIterations,0<this.network.vertexes.count){this.network.Ko();for(var y=this.network.vertexes.iterator;y.next();){var x=y.value;x.charge=this.electricalCharge(x),x.mass=this.gravitationalMass(x)}for(y=this.network.edges.iterator;y.next();)x=y.value,x.stiffness=this.springStiffness(x),x.length=this.springLength(x);if(this.Cu(),this.An=0,this.needsClusterLayout()){y=this.network,x=y.Zx();for(var b=x.iterator;b.next();){this.network=b.value;for(var E=this.network.vertexes.iterator;E.next();){var z=E.value;z.Vd=z.vertexes.count,z.sh=1,z.Hj=null,z.We=null}R1(this,0,a)}this.network=y;var tt=b=x.iterator;b=this.arrangementSpacing;var ot=tt.count,rt=!0;z=E=0;for(var at=on(),ut=0;ut<ot+y.vertexes.count+2;ut++)at[ut]=null;ot=0,tt.reset();for(var ft=ye.alloc();tt.next();)if(ut=tt.value,this.computeBounds(ut,ft),rt)rt=!1,E=ft.x+ft.width/2,z=ft.y+ft.height/2,at[0]=new It(ft.x+ft.width+b.width,ft.y),at[1]=new It(ft.x,ft.y+ft.height+b.height),ot=2;else{var mt=z1(at,ot,E,z,ft.width,ft.height,b),yt=at[mt],St=new It(yt.x+ft.width+b.width,yt.y),kt=new It(yt.x,yt.y+ft.height+b.height);for(mt+1<ot&&at.splice(mt+1,0,null),at[mt]=St,at[mt+1]=kt,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(ye.free(ft),ut=y.vertexes.iterator;ut.next();)tt=ut.value,mt=tt.bounds,2>ot?(E=mt.x+mt.width/2,z=mt.y+mt.height/2,at[0]=new It(mt.x+mt.width+b.width,mt.y),at[1]=new It(mt.x,mt.y+mt.height+b.height),ot=2):(rt=z1(at,ot,E,z,mt.width,mt.height,b),ft=at[rt],yt=new It(ft.x+mt.width+b.width,ft.y),mt=new It(ft.x,ft.y+mt.height+b.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(rn(at),b=x.iterator;b.next();){for(x=b.value,E=x.vertexes.iterator;E.next();)y.dh(E.value);for(x=x.edges.iterator;x.next();)y.Bo(x.value)}}G1(this,a),this.updateParts()}this.dl=a,this.network=null,this.isValidLayout=!0},Zr.prototype.needsClusterLayout=function(){if(3>this.network.vertexes.count)return!1;for(var a=0,y=0,x=this.network.vertexes.first().bounds,b=this.network.vertexes.iterator;b.next();){if(b.value.bounds.Yc(x)&&(a++,2<a))return!0;if(10<y)break;y++}return!1},Zr.prototype.computeBounds=function(a,y){var x=!0;for(a=a.vertexes.iterator;a.next();){var b=a.value;x?(x=!1,y.set(b.bounds)):y.ed(b.bounds)}return y};function R1(a,y,x){if(Dx(a,y)){var b=a.Zf;a.Zf*=1+1/(y+1);var E=Ox(a,y),z=Math.max(0,Math.max(Math.min(a.network.vertexes.count,x*(y+1)/11),10));for(a.maxIterations+=z,R1(a,y+1,x),G1(a,z),Ix(a,E),y=E.vertexes.Fa(),y.sort(function(tt,ot){return tt===null||ot===null||tt===ot?0:ot.Vd-tt.Vd}),x=0;x<y.length;x++)Rx(a,y[x]);a.Zf=b}}function Dx(a,y){if(10<y||3>a.network.vertexes.count)return!1;for(a.ah=a.network.vertexes.Fa(),a=a.ah,a.sort(function(x,b){return x===null||b===null||x===b?0:b.Vd-x.Vd}),y=a.length-1;0<=y&&1>=a[y].Vd;)y--;return 1<a.length-y}function Ox(a,y){for(var x=a.network,b=new bf(a),E=0;E<a.ah.length;E++){var z=a.ah[E];if(1<z.Vd){b.dh(z);var tt=new H1;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 Ie),z.We.add(tt),z.sv=z.We.count-1}else break}for(z=x.edges.iterator;z.next();){var ot=z.value;E=ot.fromVertex,tt=ot.toVertex,E.network===b&&tt.network===b?b.Bo(ot):E.network===b?(ot=E.Hj,ot===null&&(ot=new Ie,E.Hj=ot),ot.add(tt),E.Vd--,E.sh+=tt.sh):tt.network===b&&(ot=tt.Hj,ot===null&&(ot=new Ie,tt.Hj=ot),ot.add(E),tt.Vd--,tt.sh+=E.sh)}for(E=b.edges.iterator;E.next();)z=E.value,z.length*=Math.max(1,Jt.sqrt((z.fromVertex.sh+z.toVertex.sh)/(4*y+1)));for(y=b.vertexes.iterator;y.next();){E=y.value;var rt=E.Hj;if(rt!==null&&0<rt.count&&(tt=E.We.M(E.We.count-1).Rs-E.Vd,!(0>=tt))){for(var at=ot=0,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)===E){mt=yt;break}}mt!==null&&(at+=mt.length,ot+=ft.width*ft.height)}z=E.centerX,rt=E.centerY,ut=E.width,ft=E.height,mt=E.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,E.bounds=new ye(z-mt.x-tt,rt-mt.y-ot,ut+2*tt,ft+2*ot),E.focus=new It(mt.x+tt,mt.y+ot)}}return a.network=b,x}function Ix(a,y){for(var x=a.network.vertexes.iterator;x.next();){var b=x.value;if(b.network=y,b.We!==null){var E=b.We.M(b.sv);b.Vd=E.Rs;var z=E.Sv,tt=E.Tv;b.bounds=new ye(b.centerX-z,b.centerY-tt,E.Ss,E.Qs),b.focus=new It(z,tt),b.sv--}}for(x=a.network.edges.iterator;x.next();)x.value.network=y;a.network=y}function Rx(a,y){var x=y.Hj;if(x!==null&&x.count!==0){var b=y.centerX,E=y.centerY,z=y.width,tt=y.height;y.We!==null&&0<y.We.count&&(tt=y.We.M(0),z=tt.Ss,tt=tt.Qs),z=Jt.sqrt(z*z+tt*tt)/2;for(var ot=!1,rt=tt=0,at=0,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=b+ut*Math.cos(ft),rt.centerY=E+ut*Math.sin(ft),ot++}}}}function z1(a,y,x,b,E,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-b;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<E+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}Zr.prototype.Cu=function(){if(this.comments)for(var a=this.network.vertexes.iterator;a.next();)this.addComments(a.value)},Zr.prototype.addComments=function(a){var y=a.node;if(y!==null)for(y=y.Mu();y.next();){var x=y.value;if(x.category==="Comment"&&x.isVisible()){var b=this.network.ki(x);b===null&&(b=this.network.Bl(x)),b.charge=this.defaultCommentElectricalCharge,x=null;for(var E=b.destinationEdges;E.next();){var z=E.value;if(z.toVertex===a){x=z;break}}if(x===null){for(E=b.sourceEdges;E.next();)if(z=E.value,z.fromVertex===a){x=z;break}}x===null&&(x=this.network.Zj(a,b,null)),x.length=this.defaultCommentSpringLength}}};function j1(a,y){var x=a.bounds,b=x.x;a=x.y;var E=x.width;x=x.height;var z=y.bounds,tt=z.x;y=z.y;var ot=z.width;return z=z.height,b+E<tt?a>y+z?(x=b+E-tt,a=a-y-z,Jt.sqrt(x*x+a*a)):a+x<y?(b=b+E-tt,a=a+x-y,Jt.sqrt(b*b+a*a)):tt-(b+E):b>tt+ot?a>y+z?(x=b-tt-ot,a=a-y-z,Jt.sqrt(x*x+a*a)):a+x<y?(b=b-tt-ot,a=a+x-y,Jt.sqrt(b*b+a*a)):b-(tt+ot):a>y+z?a-(y+z):a+x<y?y-(a+x):.1}function G1(a,y){for(a.ah=null,y=a.An+y;a.An<y&&(a.An++,zx(a)););a.ah=null}function zx(a){a.ah===null&&(a.ah=a.network.vertexes.Fa());var y=a.ah;if(0>=y.length)return!1;var x=y[0];x.forceX=0,x.forceY=0;for(var b=x.centerX,E=b,z=x=x.centerY,tt=1;tt<y.length;tt++){var ot=y[tt];ot.forceX=0,ot.forceY=0;var rt=ot.centerX;ot=ot.centerY,b=Math.min(b,rt),E=Math.max(E,rt),x=Math.min(x,ot),z=Math.max(z,ot)}(E=E-b>z-x)?y.sort(function(kt,Ot){return kt===null||Ot===null||kt===Ot?0:kt.centerX-Ot.centerX}):y.sort(function(kt,Ot){return kt===null||Ot===null||kt===Ot?0:kt.centerY-Ot.centerY}),x=a.Zf;var at=b=ot=0;for(z=0;z<y.length;z++){tt=y[z],b=tt.bounds,ot=tt.focus,rt=b.x+ot.x;var ut=b.y+ot.y;b=tt.charge*a.electricalFieldX(rt,ut),at=tt.charge*a.electricalFieldY(rt,ut),b+=tt.mass*a.gravitationalFieldX(rt,ut),at+=tt.mass*a.gravitationalFieldY(rt,ut),tt.forceX+=b,tt.forceY+=at;for(var ft=z+1;ft<y.length;ft++){var mt=y[ft];if(mt!==tt){b=mt.bounds,ot=mt.focus,at=b.x+ot.x;var yt=b.y+ot.y;if(rt-at>x||at-rt>x){if(E)break}else if(ut-yt>x||yt-ut>x){if(!E)break}else{var St=j1(tt,mt);1>St?(b=a.randomNumberGenerator,b===null&&(a.randomNumberGenerator=b=new S0),St=b.random(),ot=b.random(),rt>at?(b=Math.abs(mt.bounds.right-tt.bounds.x),b=(1+b)*St):rt<at?(b=Math.abs(mt.bounds.x-tt.bounds.right),b=-(1+b)*St):(b=Math.max(mt.width,tt.width),b=(1+b)*St-b/2),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),b=(at-rt)/St*ot,at=(yt-ut)/St*ot),tt.forceX+=b,tt.forceY+=at,mt.forceX-=b,mt.forceY-=at}}}}for(E=a.network.edges.iterator;E.next();)ot=E.value,x=ot.fromVertex,z=ot.toVertex,tt=x.bounds,rt=x.focus,b=tt.x+rt.x,tt=tt.y+rt.y,ut=z.bounds,ft=z.focus,rt=ut.x+ft.x,ut=ut.y+ft.y,ft=j1(x,z),1>ft?(ft=a.randomNumberGenerator,ft===null&&(a.randomNumberGenerator=ft=new S0),ot=ft.random(),ft=ft.random(),b=(b>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),b=(rt-b)/ft*ot,at=(ut-tt)/ft*ot),x.forceX+=b,x.forceY+=at,z.forceX-=b,z.forceY-=at;for(E=b=0;E<y.length;E++)x=y[E],a.isFixed(x)?a.moveFixedVertex(x):b=Math.max(b,a.moveVertex(x)||0);return b>a.epsilonDistance*a.epsilonDistance}Zr.prototype.moveVertex=function(a){var y=a.forceX,x=a.forceY,b=this.moveLimit;return y<-b?y=-b:y>b&&(y=b),x<-b?x=-b:x>b&&(x=b),a.centerX+=y,a.centerY+=x,y*y+x*x},Zr.prototype.moveFixedVertex=function(){},Zr.prototype.commitLayout=function(){this.yv(),this.commitNodes(),this.isRouting&&this.commitLinks()},Zr.prototype.yv=function(){if(this.setsPortSpots)for(var a=this.network.edges.iterator;a.next();){var y=a.value.link;y!==null&&(y.fromSpot=Nr,y.toSpot=Nr)}},Zr.prototype.commitNodes=function(){var a=0,y=0;if(this.arrangesToOrigin){var x=ye.alloc();this.computeBounds(this.network,x),y=this.arrangementOrigin,a=y.x-x.x,y=y.y-x.y,ye.free(x)}x=ye.alloc();for(var b=this.network.vertexes.iterator;b.next();){var E=b.value;(a!==0||y!==0)&&(x.assign(E.bounds),x.x+=a,x.y+=y,E.bounds=x),E.commit()}ye.free(x)},Zr.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()},Zr.prototype.springStiffness=function(a){return a=a.stiffness,isNaN(a)?this.Hk:a},Zr.prototype.springLength=function(a){return a=a.length,isNaN(a)?this.Gk:a},Zr.prototype.electricalCharge=function(a){return a=a.charge,isNaN(a)?this.Ek:a},Zr.prototype.electricalFieldX=function(){return 0},Zr.prototype.electricalFieldY=function(){return 0},Zr.prototype.gravitationalMass=function(a){return a=a.mass,isNaN(a)?this.Fk:a},Zr.prototype.gravitationalFieldX=function(){return 0},Zr.prototype.gravitationalFieldY=function(){return 0},Zr.prototype.isFixed=function(a){return a.isFixed},re.Object.defineProperties(Zr.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"&&_t('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())}}}),Zr.className="ForceDirectedLayout";function H1(){this.Tv=this.Sv=this.Qs=this.Ss=this.Rs=0}H1.className="ForceDirectedSubnet";function bf(a){So.call(this,a)}de(bf,So),bf.prototype.createVertex=function(){return new mp(this)},bf.prototype.createEdge=function(){return new vp(this)},bf.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}de(mp,Sr),re.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){oa.call(this,a),this.j=this.o=NaN}de(vp,oa),re.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 no(a){Bo.call(this),this.kc=this.ie=25,this.K=0,this.Dk=L0,this.Zk=k0,this.Qk=M0,this.bj=4,this.rk=T0,this.bg=15,this.sf=!0,this.Cn=4,this.Ra=this.Iq=this.Ia=-1,this.Md=this.Hn=0,this.Ta=this.Kd=this.Ld=this.he=this.tc=null,this.Kn=0,this.Jn=this.kj=null,this.le=0,this.fl=null,this.Rf=new It,this.He=[],this.He.length=100,this.xw=this.ve=0,a&&Object.assign(this,a)}de(no,Bo),no.prototype.cloneProtected=function(a){Bo.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},no.prototype.qb=function(a){a.classType===no?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:_t("Unknown enum value: "+a):Bo.prototype.qb.call(this,a)},no.prototype.createNetwork=function(){return new Gc(this)},no.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 b=x.value;b.valid=!1,y.push(b)}for(x=0;x<y.length;x++){b=y[x];var E=b.fromVertex,z=b.toVertex;if(!(b.valid||(E.node===null&&E.data===null||z.node===null&&z.data===null)&&E.layer===z.layer)){var tt=0,ot=0,rt=0,at=0;if(b.link!==null){if(ot=b.link,ot===null)continue;var ut=E.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(b.rev){at=ft;var yt=mt;ft=rt,mt=ot,rt=at,ot=yt}var St=E.focus;at=z.focus;var kt=b.rev?z.bounds:E.bounds;yt=It.alloc(),ut!==ft?kt.w()&&ft.isVisible()?ft.actualBounds.w()?(Qu(ft,mt,_i,yt),yt.x+=ft.actualBounds.x-kt.x,yt.y+=ft.actualBounds.y-kt.y):(Qu(ft,mt,_i,yt),yt.w()||yt.assign(St)):yt.assign(St):kt.w()?(Qu(ft,mt,_i,yt),yt.w()||yt.assign(St)):yt.assign(St),ft=b.rev?E.bounds:z.bounds,ut=It.alloc(),tt!==rt?ft.w()&&rt.isVisible()?rt.actualBounds.w()?(Qu(rt,ot,_i,ut),ut.x+=rt.actualBounds.x-ft.x,ut.y+=rt.actualBounds.y-ft.y):(Qu(rt,ot,_i,ut),ut.w()||ut.assign(at)):ut.assign(at):ft.w()?(Qu(rt,ot,_i,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),It.free(yt),It.free(ut),b.portFromColOffset=tt,b.portFromPos=rt,b.portToColOffset=ot,b.portToPos=at}else b.portFromColOffset=0,b.portFromPos=0,b.portToColOffset=0,b.portToPos=0;if(yt=E.layer,ut=z.layer,ft=0,kt=b.link,kt!==null){var Ot=kt.fromPort,Nt=kt.toPort;if(Ot!==null&&Nt!==null){var jt=kt.fromNode;if(mt=kt.toNode,jt!==null&&mt!==null){var Ht=C0(this,!0),Wt=C0(this,!1),Ut=this.setsPortSpots?Ht:kt.computeSpot(!0,Ot);St=this.setsPortSpots?Wt:kt.computeSpot(!1,Nt);var ee=kt.isOrthogonal;Ut.$c()&&Ut.Hf(Wt)&&St.$c()&&St.Hf(Ht)?ft=0:(Ht=kt.getLinkPoint(jt,Ot,Ut,!0,ee,mt,Nt,It.alloc()),Wt=kt.getLinkDirection(jt,Ot,Ht,Ut,!0,ee,mt,Nt),It.free(Ht),Ut.ys()||Wt!==J1(this,b,!0)?this.setsPortSpots&&jt!==null&&jt.ports.count===1&&b.rev&&(ft+=1):ft+=1,Ut=kt.getLinkPoint(mt,Nt,St,!1,ee,jt,Ot,It.alloc()),kt=kt.getLinkDirection(mt,Nt,Ut,St,!1,ee,jt,Ot),It.free(Ut),St.ys()||kt!==J1(this,b,!1)?this.setsPortSpots&&mt!==null&&mt.ports.count===1&&b.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=E,a.dh(St),E=a.Zj(E,St,b.link),E.valid=!1,E.rev=b.rev,E.portFromColOffset=tt,E.portToColOffset=0,E.portFromPos=rt,E.portToPos=0,E=St),kt=1,ft&&kt--,yt-ut>kt&&0<yt){for(b.valid=!1,St=a.createVertex(),St.node=null,St.Dj=2,St.layer=yt-1,a.dh(St),E=a.Zj(E,St,b.link),E.valid=!0,E.rev=b.rev,E.portFromColOffset=mt?0:tt,E.portToColOffset=0,E.portFromPos=mt?0:rt,E.portToPos=0,E=St,yt--;yt-ut>kt&&0<yt;)St=a.createVertex(),St.node=null,St.Dj=3,St.layer=yt-1,a.dh(St),E=a.Zj(E,St,b.link),E.valid=!0,E.rev=b.rev,E.portFromColOffset=0,E.portToColOffset=0,E.portFromPos=0,E.portToPos=0,E=St,yt--;E=a.Zj(St,z,b.link),E.valid=!ft,ft&&(St.near=z),E.rev=b.rev,E.portFromColOffset=0,E.portToColOffset=ot,E.portFromPos=0,E.portToPos=at}else b.valid=!0}}for(a=this.tc=[],y=0;y<=this.Ia;y++)a[y]=0;for(y=this.network.vertexes.iterator;y.next();)y.value.index=-1;for(this.initializeIndices(),this.Iq=-1,x=this.Md=this.Hn=0;x<=this.Ia;x++)a[x]>a[this.Md]&&(this.Iq=a[x]-1,this.Md=x),a[x]<a[this.Hn]&&(this.Hn=x);for(this.fl=[],x=0;x<a.length;x++)this.fl[x]=[];for(y.reset();y.next();)a=y.value,this.fl[a.layer][a.index]=a;for(this.Ra=-1,a=0;a<=this.Ia;a++){for(y=Kh(this,a),x=0,b=this.tc[a],z=0;z<b;z++)E=y[z],x+=this.nodeMinColumnSpace(E,!0),E.column=x,x+=1,x+=this.nodeMinColumnSpace(E,!1);this.Ra=Math.max(this.Ra,x-1),Xh(this,a,y)}this.reduceCrossings(),this.straightenAndPack(),this.updateParts()}this.network=null,this.isValidLayout=!0},no.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}no.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},no.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 _s(a){a.kj===null&&(a.kj=[]);for(var y=0,x=a.network.vertexes.iterator;x.next();){var b=x.value;a.kj[y]=b.layer,y++,a.kj[y]=b.column,y++,a.kj[y]=b.index,y++}return a.kj}function Fa(a,y){var x=0;for(a=a.network.vertexes.iterator;a.next();){var b=a.value;b.layer=y[x],x++,b.column=y[x],x++,b.index=y[x],x++}}function _1(a,y,x){var b=Kh(a,y),E=a.tc[y];(a.Jn===null||a.Jn.length<E*E)&&(a.Jn=[]);for(var z=a.Jn,tt=0;tt<E;tt++){var ot=0,rt=b[tt],at=rt.near;if(at!==null&&at.layer===rt.layer)if(rt=at.index,rt>tt)for(var ut=tt+1;ut<rt;ut++){var ft=b[ut];ft.near===at&&ft.Dj===at.Dj||ot++}else for(ut=tt-1;ut>rt;ut--)ft=b[ut],ft.near===at&&ft.Dj===at.Dj||ot++;var mt;if(0<=x)for(rt=b[tt].sourceEdgesArrayAccess,at=0;at<rt.length;at++){var yt=rt[at];if(yt.valid&&yt.fromVertex.layer!==y)for(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 kt=St.fromVertex.index,Ot=St.portToPos;St=St.portFromPos,ut<Ot&&(ft>kt||ft===kt&&yt>St)&&ot++,Ot<ut&&(kt>ft||kt===ft&&St>yt)&&ot++}}}if(0>=x){for(rt=b[tt].destinationEdgesArrayAccess,at=0;at<rt.length;at++)if(yt=rt[at],yt.valid&&yt.toVertex.layer!==y)for(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&&(kt=St.toVertex.index,Ot=St.portToPos,St=St.portFromPos,yt<St&&(ft>kt||ft===kt&&ut>Ot)&&ot++,St<yt&&(kt>ft||kt===ft&&Ot>ut)&&ot++)}for(z[tt*E+tt]=ot,rt=tt+1;rt<E;rt++){var Nt=0,jt=0;if(0<=x){ot=b[tt].sourceEdgesArrayAccess;var Ht=b[rt].sourceEdgesArrayAccess;for(at=0;at<ot.length;at++)if(yt=ot[at],yt.valid&&yt.fromVertex.layer!==y)for(ft=yt.fromVertex.index,yt=yt.portFromPos,mt=0;mt<Ht.length;mt++)St=Ht[mt],St.valid&&St.fromVertex.layer!==y&&(kt=St.fromVertex.index,St=St.portFromPos,(ft<kt||ft===kt&&yt<St)&&jt++,(kt<ft||kt===ft&&St<yt)&&Nt++)}if(0>=x){for(ot=b[tt].destinationEdgesArrayAccess,Ht=b[rt].destinationEdgesArrayAccess,at=0;at<ot.length;at++)if(yt=ot[at],yt.valid&&yt.toVertex.layer!==y)for(ft=yt.toVertex.index,ut=yt.portToPos,mt=0;mt<Ht.length;mt++)St=Ht[mt],St.valid&&St.toVertex.layer!==y&&(kt=St.toVertex.index,Ot=St.portToPos,(ft<kt||ft===kt&&ut<Ot)&&jt++,(kt<ft||kt===ft&&Ot<ut)&&Nt++)}z[tt*E+rt]=Nt,z[rt*E+tt]=jt}}return Xh(a,y,b),z}no.prototype.countCrossings=function(){for(var a=0,y=0;y<=this.Ia;y++)for(var x=_1(this,y,1),b=this.tc[y],E=0;E<b;E++)for(var z=E;z<b;z++)a+=x[E*b+z];return a};function x0(a){for(var y=0,x=0;x<=a.Ia;x++){for(var b=a,E=x,z=Kh(b,E),tt=b.tc[E],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!==E){var mt=ft.fromVertex.column+ft.portFromColOffset,yt=ft.toVertex.column+ft.portToColOffset;ot+=(Math.abs(mt-yt)+1)*gy(ft)}}}Xh(b,E,z),y+=ot}return y}no.prototype.normalize=function(){var a=1/0;this.Ra=-1;for(var y=this.network.vertexes.iterator;y.next();){var x=y.value;a=Math.min(a,x.column-this.nodeMinColumnSpace(x,!0)),this.Ra=Math.max(this.Ra,x.column+this.nodeMinColumnSpace(x,!1))}for(y.reset();y.next();)y.value.column-=a;this.Ra-=a};function py(a,y,x){for(var b=Kh(a,y),E=a.tc[y],z=[],tt=0;tt<E;tt++){var ot=b[tt],rt=null;0>=x&&(rt=ot.sourceEdgesArrayAccess);var at=null;0<=x&&(at=ot.destinationEdgesArrayAccess);var 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,b),z}function W1(a,y,x){for(var b=Kh(a,y),E=a.tc[y],z=[],tt=0;tt<E;tt++){var ot=b[tt],rt=null;0>=x&&(rt=ot.sourceEdgesArrayAccess);var at=null;0<=x&&(at=ot.destinationEdgesArrayAccess);var 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,kt){return St-kt}),at=ut>>1,z[tt]=ut&1?ft[at]:ft[at-1]+ft[at]>>1)}return Xh(a,y,b),z}function yp(a,y,x,b,E,z){if(y.component===b){if(y.component=x,E)for(var tt=y.destinationEdges;tt.next();){var ot=tt.value,rt=ot.toVertex,at=y.layer-rt.layer;ot=a.linkMinLength(ot),at===ot&&yp(a,rt,x,b,E,z)}if(z)for(tt=y.sourceEdges;tt.next();)ot=tt.value,rt=ot.fromVertex,at=rt.layer-y.layer,ot=a.linkMinLength(ot),at===ot&&yp(a,rt,x,b,E,z)}}function my(a,y,x,b,E,z){if(y.component===b){if(y.component=x,E)for(var tt=y.destinationEdges;tt.next();)my(a,tt.value.toVertex,x,b,E,z);if(z)for(y=y.sourceEdges;y.next();)my(a,y.value.fromVertex,x,b,E,z)}}no.prototype.removeCycles=function(){for(var a=this.network.edges.iterator;a.next();)a.value.rev=!1;switch(this.Dk){default:case Sy:a=this.network;var y=0,x=a.vertexes.count-1,b=[];b.length=x+1;for(var E=a.vertexes.iterator;E.next();)E.value.valid=!0;for(;jx(a)!==null;){for(E=V1(a);E!==null;)b[x]=E,x--,E.valid=!1,E=V1(a);for(E=Y1(a);E!==null;)b[y]=E,y++,E.valid=!1,E=Y1(a);E=null;for(var z=0,tt=this.network.vertexes.iterator;tt.next();){var ot=tt.value;if(ot.valid){for(var rt=0,at=ot.destinationEdges;at.next();)at.value.toVertex.valid&&rt++;at=0;for(var ut=ot.sourceEdges;ut.next();)ut.value.fromVertex.valid&&at++;(E===null||z<rt-at)&&(E=ot,z=rt-at)}}E!==null&&(b[y]=E,y++,E.valid=!1)}for(y=0;y<a.vertexes.count;y++)b[y].index=y;for(b=a.edges.iterator;b.next();)y=b.value,y.fromVertex.index>y.toVertex.index&&(a.gm(y),y.rev=!0);break;case L0:for(b=this.network.vertexes.iterator;b.next();)a=b.value,a.Ll=-1,a.finish=-1;for(a=this.network.edges.iterator;a.next();)a.value.forest=!1;for(this.Kn=0,b.reset();b.next();)y=b.value,y.sourceEdges.count===0&&vy(this,y);for(b.reset();b.next();)y=b.value,y.Ll===-1&&vy(this,y);for(a.reset();a.next();)b=a.value,b.forest||(y=b.fromVertex,x=y.finish,E=b.toVertex,z=E.finish,E.Ll<y.Ll&&x<z&&(this.network.gm(b),b.rev=!0));break;case Sp:for(a=this.network,y=a.vertexes.iterator,b=1/0;y.next();)b=Math.min(b,y.value.layer);if(1/0>b){if(0>b)for(y.reset();y.next();)y.value.layer-=b;for(b=[],y.reset();y.next();)x=y.value,E=b[x.layer],E===void 0?b[x.layer]=[x]:E.push(x);for(x=y=0;x<b.length;x++)if(E=b[x],!E||E.length===0)y++;else if(0<x)for(z=0;z<E.length;z++)E[z].layer-=y;for(b=a.edges.iterator;b.next();)y=b.value,y.fromVertex.layer<y.toVertex.layer&&(a.gm(y),y.rev=!0)}}};function jx(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,b=y.destinationEdges;b.next();)if(b.value.toVertex.valid){x=!1;break}if(x)return y}}return null}function Y1(a){for(a=a.vertexes.iterator;a.next();){var y=a.value;if(y.valid){for(var x=!0,b=y.sourceEdges;b.next();)if(b.value.fromVertex.valid){x=!1;break}if(x)return y}}return null}function vy(a,y){y.Ll=a.Kn,a.Kn++;for(var x=y.destinationEdges;x.next();){var b=x.value,E=b.toVertex;E.Ll===-1&&(b.forest=!0,vy(a,E))}y.finish=a.Kn,a.Kn++}no.prototype.assignLayers=function(){switch(this.Zk){case xy:U1(this);break;case Py:for(var a,y=this.network.vertexes.iterator;y.next();)a=K1(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(U1(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 U1(a){for(var y=a.network.vertexes.iterator;y.next();){var x=Z1(a,y.value);a.Ia=Math.max(x,a.Ia)}}function Z1(a,y){var x=0;if(y.layer===-1){for(var b=y.destinationEdges;b.next();){var E=b.value,z=E.toVertex;E=a.linkMinLength(E),x=Math.max(x,Z1(a,z)+E)}y.layer=x}else x=y.layer;return x}function K1(a,y){var x=0;if(y.layer===-1){for(var b=y.sourceEdges;b.next();){var E=b.value,z=E.fromVertex;E=a.linkMinLength(E),x=Math.max(x,K1(a,z)+E)}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 b=y.sourceEdgesArrayAccess,E=b.length,z=0;z<E;z++){var tt=b[z],ot=tt.fromVertex,rt=tt.toVertex;tt=a.linkMinLength(tt),ot.layer-rt.layer>tt&&yp(a,ot,0,-1,!0,!1)}for(yp(a,y,1,-1,!0,!0);y.component!==0;){for(z=0,b=1/0,ot=0,rt=null,tt=a.network.vertexes.iterator;tt.next();){var at=tt.value;if(at.component===1){var ut=0,ft=!1,mt=at.sourceEdgesArrayAccess;E=mt.length;for(var yt=0;yt<E;yt++){var St=mt[yt],kt=St.fromVertex;ut+=1,kt.component!==1&&(z+=1,kt=kt.layer-at.layer,St=a.linkMinLength(St),b=Math.min(b,kt-St))}for(mt=at.destinationEdgesArrayAccess,E=mt.length,yt=0;yt<E;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();)E=x.value,E.component===1&&(E.layer+=b);y.component=0}else rt.component=0}for(x=a.network.vertexes.iterator;x.next();)x.value.component=-1;for(yp(a,y,1,-1,!0,!1);y.component!==0;){for(b=0,E=1/0,z=0,ot=null,rt=a.network.vertexes.iterator;rt.next();)if(tt=rt.value,tt.component===1){for(at=0,ut=!1,mt=tt.sourceEdgesArrayAccess,ft=mt.length,yt=0;yt<ft;yt++)St=mt[yt].fromVertex,at+=1,St.component!==1?b+=1:ut=!0;for(mt=tt.destinationEdgesArrayAccess,ft=mt.length,yt=0;yt<ft;yt++)St=mt[yt],kt=St.toVertex,--at,kt.component!==1&&(--b,kt=tt.layer-kt.layer,St=a.linkMinLength(St),E=Math.min(E,kt-St));(ot===null||at>z)&&!ut&&(ot=tt,z=at)}if(0>b){for(x.reset();x.next();)b=x.value,b.component===1&&(b.layer-=E);y.component=0}else ot.component=0}}}function 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}no.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 b=0;b<y.length-1;b++){var E=y[b],z=y[b+1];E.portFromColOffset>z.portFromColOffset&&(x=!0,y[b]=z,y[b+1]=E)}}for(x=0;x<y.length;x++)b=y[x],b.valid&&(b=b.toVertex,b.index===-1&&Q1(a,b))}function $1(a,y){var x=y.layer;y.index=a.tc[x],a.tc[x]++,y=y.sourceEdgesArrayAccess;for(var b=!0;b;)for(b=!1,x=0;x<y.length-1;x++){var E=y[x],z=y[x+1];E.portToColOffset>z.portToColOffset&&(b=!0,y[x]=z,y[x+1]=E)}for(x=0;x<y.length;x++)b=y[x],b.valid&&(b=b.fromVertex,b.index===-1&&$1(a,b))}no.prototype.reduceCrossings=function(){var a=this.countCrossings(),y=_s(this),x,b;for(x=0;x<this.bj;x++){for(b=0;b<=this.Ia;b++)P0(this,b,1),Va(this,b,1);var E=this.countCrossings();for(E<a&&(a=E,y=_s(this)),b=this.Ia;0<=b;b--)P0(this,b,-1),Va(this,b,-1);E=this.countCrossings(),E<a&&(a=E,y=_s(this))}for(Fa(this,y),x=0;x<this.bj;x++){for(b=0;b<=this.Ia;b++)P0(this,b,0),Va(this,b,0);for(E=this.countCrossings(),E<a&&(a=E,y=_s(this)),b=this.Ia;0<=b;b--)P0(this,b,0),Va(this,b,0);E=this.countCrossings(),E<a&&(a=E,y=_s(this))}Fa(this,y);var z,tt,ot;switch(this.rk){case Ly:break;case ky:for(ot=a+1;(b=this.countCrossings())<ot;)for(ot=b,x=this.Ia;0<=x;x--)for(tt=0;tt<=x;tt++){for(z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=Va(this,b,-1)||z;for(E=this.countCrossings(),E>=a?Fa(this,y):(a=E,y=_s(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=Va(this,b,1)||z;for(E=this.countCrossings(),E>=a?Fa(this,y):(a=E,y=_s(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Va(this,b,1)||z;for(E>=a?Fa(this,y):(a=E,y=_s(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Va(this,b,-1)||z;for(E>=a?Fa(this,y):(a=E,y=_s(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=Va(this,b,0)||z;for(E>=a?Fa(this,y):(a=E,y=_s(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Va(this,b,0)||z;E>=a?Fa(this,y):(a=E,y=_s(this))}break;default:case T0:for(x=this.Ia,tt=0,ot=a+1;(b=this.countCrossings())<ot;){for(ot=b,z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=Va(this,b,-1)||z;for(E=this.countCrossings(),E>=a?Fa(this,y):(a=E,y=_s(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=Va(this,b,1)||z;for(E=this.countCrossings(),E>=a?Fa(this,y):(a=E,y=_s(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Va(this,b,1)||z;for(E>=a?Fa(this,y):(a=E,y=_s(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Va(this,b,-1)||z;for(E>=a?Fa(this,y):(a=E,y=_s(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=Va(this,b,0)||z;for(E>=a?Fa(this,y):(a=E,y=_s(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Va(this,b,0)||z;E>=a?Fa(this,y):(a=E,y=_s(this))}}Fa(this,y)};function P0(a,y,x){var b=Kh(a,y),E=a.tc[y],z=W1(a,y,x),tt=py(a,y,x);for(x=0;x<E;x++)tt[x]===-1&&(tt[x]=b[x].column),z[x]===-1&&(z[x]=b[x].column);for(var ot=!0,rt;ot;)for(ot=!1,x=0;x<E-1;x++)(z[x+1]<z[x]||z[x+1]===z[x]&&tt[x+1]<tt[x])&&(ot=!0,rt=z[x],z[x]=z[x+1],z[x+1]=rt,rt=tt[x],tt[x]=tt[x+1],tt[x+1]=rt,rt=b[x],b[x]=b[x+1],b[x+1]=rt);for(x=z=0;x<E;x++)rt=b[x],rt.index=x,z+=a.nodeMinColumnSpace(rt,!0),rt.column=z,z+=1,z+=a.nodeMinColumnSpace(rt,!1);Xh(a,y,b)}function Va(a,y,x){var b=Kh(a,y),E=a.tc[y];x=_1(a,y,x);var z,tt=[];for(z=0;z<E;z++)tt[z]=-1;var ot=[];for(z=0;z<E;z++)ot[z]=-1;for(var rt=!1,at=!0;at;)for(at=!1,z=0;z<E-1;z++){var ut=x[b[z].index*E+b[z+1].index],ft=x[b[z+1].index*E+b[z].index],mt=0,yt=0,St=b[z].column,kt=b[z+1].column,Ot=a.nodeMinColumnSpace(b[z],!0),Nt=a.nodeMinColumnSpace(b[z],!1),jt=a.nodeMinColumnSpace(b[z+1],!0),Ht=a.nodeMinColumnSpace(b[z+1],!1);Ot=St-Ot+jt,Nt=kt-Nt+Ht;var Wt=b[z].sourceEdges.iterator;for(Wt.reset();Wt.next();)if(jt=Wt.value,Ht=jt.fromVertex,jt.valid&&Ht.layer===y){for(jt=0;b[jt]!==Ht;)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(Wt=b[z].destinationEdges.iterator,Wt.reset();Wt.next();)if(jt=Wt.value,Ht=jt.toVertex,jt.valid&&Ht.layer===y){for(jt=0;b[jt]!==Ht;)jt++;jt===z+1&&(yt+=1)}for(Wt=b[z+1].sourceEdges.iterator,Wt.reset();Wt.next();)if(jt=Wt.value,Ht=jt.fromVertex,jt.valid&&Ht.layer===y){for(jt=0;b[jt]!==Ht;)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(Wt=b[z+1].destinationEdges.iterator,Wt.reset();Wt.next();)if(jt=Wt.value,Ht=jt.toVertex,jt.valid&&Ht.layer===y){for(jt=0;b[jt]!==Ht;)jt++;jt===z&&(mt+=1)}jt=Ht=0,Wt=tt[b[z].index];var Ut=ot[b[z].index],ee=tt[b[z+1].index],Ze=ot[b[z+1].index];Wt!==-1&&(Ht+=Math.abs(Wt-St),jt+=Math.abs(Wt-Nt)),Ut!==-1&&(Ht+=Math.abs(Ut-St),jt+=Math.abs(Ut-Nt)),ee!==-1&&(Ht+=Math.abs(ee-kt),jt+=Math.abs(ee-Ot)),Ze!==-1&&(Ht+=Math.abs(Ze-kt),jt+=Math.abs(Ze-Ot)),(yt<mt-.5||yt===mt&&ft<ut-.5||yt===mt&&ft===ut&&jt<Ht-.5)&&(at=rt=!0,b[z].column=Nt,b[z+1].column=Ot,ut=b[z],b[z]=b[z+1],b[z+1]=ut)}for(z=0;z<E;z++)b[z].index=z;return Xh(a,y,b),rt}no.prototype.straightenAndPack=function(){if(this.ve===0){var a=(this.bg&1)!==0,y=(this.bg&Zx)!==0;if(1e3<this.network.edges.count&&y&&(a=!1),a){var x=[];for(y=0;y<=this.Ia;y++)x[y]=0;for(var b,E=this.network.vertexes.iterator;E.next();){var z=E.value;y=z.layer,b=z.column,z=this.nodeMinColumnSpace(z,!1),x[y]=Math.max(x[y],b+z)}for(E.reset();E.next();)z=E.value,y=z.layer,b=z.column,z.column=(8*(this.Ra-x[y])>>1)+8*b;this.Ra*=8}if(this.bg&2)for(x=!0;x;){for(x=!1,y=this.Md+1;y<=this.Ia;y++)x=jc(this,y,1)||x;for(y=this.Md-1;0<=y;y--)x=jc(this,y,-1)||x;x=jc(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=jc(this,this.Md,0)||x,y=this.Md+1;y<=this.Ia;y++)x=jc(this,y,0)||x;for(y=this.Md-1;0<=y;y--)x=jc(this,y,0)||x}}else Wx(this)};function jc(a,y,x){for(var b=!1;Gx(a,y,x);)b=!0;return b}function Gx(a,y,x){var b,E=Kh(a,y),z=a.tc[y],tt=py(a,y,-1);if(0<x)for(b=0;b<z;b++)tt[b]=-1;var ot=py(a,y,1);if(0>x)for(b=0;b<z;b++)ot[b]=-1;for(var rt=!1,at=!0;at;)for(at=!1,b=0;b<z;b++){var ut=E[b].column,ft=a.nodeMinColumnSpace(E[b],!0),mt=a.nodeMinColumnSpace(E[b],!1),yt=0;0>b-1||ut-E[b-1].column-1>ft+a.nodeMinColumnSpace(E[b-1],!1)?yt=ut-1:yt=ut,ft=b+1>=z||E[b+1].column-ut-1>mt+a.nodeMinColumnSpace(E[b+1],!0)?ut+1:ut;var St=mt=0,kt=0;if(0>=x)for(var Ot=E[b].sourceEdges.iterator;Ot.next();){var Nt=Ot.value,jt=Nt.fromVertex;if(Nt.valid&&jt.layer!==y){var Ht=gy(Nt),Wt=Nt.portFromColOffset;Nt=Nt.portToColOffset,jt=jt.column,mt+=(Math.abs(ut+Nt-(jt+Wt))+1)*Ht,St+=(Math.abs(yt+Nt-(jt+Wt))+1)*Ht,kt+=(Math.abs(ft+Nt-(jt+Wt))+1)*Ht}}if(0<=x)for(Ot=E[b].destinationEdges.iterator;Ot.next();)Nt=Ot.value,jt=Nt.toVertex,Nt.valid&&jt.layer!==y&&(Ht=gy(Nt),Wt=Nt.portFromColOffset,Nt=Nt.portToColOffset,jt=jt.column,mt+=(Math.abs(ut+Wt-(jt+Nt))+1)*Ht,St+=(Math.abs(yt+Wt-(jt+Nt))+1)*Ht,kt+=(Math.abs(ft+Wt-(jt+Nt))+1)*Ht);Nt=Wt=Ht=0,Ot=tt[E[b].index],jt=ot[E[b].index],Ot!==-1&&(Ht+=Math.abs(Ot-ut),Wt+=Math.abs(Ot-yt),Nt+=Math.abs(Ot-ft)),jt!==-1&&(Ht+=Math.abs(jt-ut),Wt+=Math.abs(jt-yt),Nt+=Math.abs(jt-ft)),St<mt||St===mt&&Wt<Ht?(at=rt=!0,E[b].column=yt):(kt<mt||kt===mt&&Nt<Ht)&&(at=rt=!0,E[b].column=ft)}return Xh(a,y,E),a.normalize(),rt}function yy(a,y,x){var b=Kh(a,y),E=a.tc[y],z=W1(a,y,x),tt=[];for(x=0;x<E;x++)tt[x]=z[x];for(z=!0;z;)for(z=!1,x=0;x<E;x++){var ot=b[x].column,rt=a.nodeMinColumnSpace(b[x],!0),at=a.nodeMinColumnSpace(b[x],!1),ut=0;if(tt[x]===-1)if(x===0&&x===E-1)ut=ot;else if(x===0){var ft=b[x+1].column;ft-ot===at+a.nodeMinColumnSpace(b[x+1],!0)?ut=ot-1:ut=ot}else x===E-1?(ft=b[x-1].column,ut=ot-ft===rt+a.nodeMinColumnSpace(b[x-1],!1)?ot+1:ot):(ft=b[x-1].column,rt=ft+a.nodeMinColumnSpace(b[x-1],!1)+rt+1,ft=b[x+1].column,at=ft-a.nodeMinColumnSpace(b[x+1],!0)-at-1,ut=(rt+at)/2|0);else x===0&&x===E-1?ut=tt[x]:x===0?(ft=b[x+1].column,at=ft-a.nodeMinColumnSpace(b[x+1],!0)-at-1,ut=Math.min(tt[x],at)):x===E-1?(ft=b[x-1].column,rt=ft+a.nodeMinColumnSpace(b[x-1],!1)+rt+1,ut=Math.max(tt[x],rt)):(ft=b[x-1].column,rt=ft+a.nodeMinColumnSpace(b[x-1],!1)+rt+1,ft=b[x+1].column,at=ft-a.nodeMinColumnSpace(b[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,b[x].column=ut)}Xh(a,y,b),a.normalize()}function Hx(a,y){for(var x=!0,b=a.network.vertexes.iterator;b.next();){var E=b.value,z=a.nodeMinColumnSpace(E,!0),tt=a.nodeMinColumnSpace(E,!1);if(E.column-z<=y&&E.column+tt>=y){x=!1;break}}if(a=!1,x)for(b.reset();b.next();)x=b.value,x.column>y&&(--x.column,a=!0);return a}function _x(a,y){var x=y+1,b,E=[],z=[];for(b=0;b<=a.Ia;b++)E[b]=!1,z[b]=!1;for(var tt=a.network.vertexes.iterator;tt.next();){b=tt.value;var ot=b.column-a.nodeMinColumnSpace(b,!0),rt=b.column+a.nodeMinColumnSpace(b,!1);ot<=y&&rt>=y&&(E[b.layer]=!0),ot<=x&&rt>=x&&(z[b.layer]=!0)}for(ot=!0,x=!1,b=0;b<=a.Ia;b++)ot=ot&&!(E[b]&&z[b]);if(ot)for(tt.reset();tt.next();)a=tt.value,a.column>y&&(--a.column,x=!0);return x}function q1(a,y){for(var x=0;x<=a.Ra;x++)for(;Hx(a,x););for(a.normalize(),x=0;x<a.Ra;x++)for(;_x(a,x););a.normalize();var b;if(0<y)for(x=0;x<=a.Ra;x++){var E=_s(a),z=x0(a);for(b=z+1;z<b;){b=z,tx(a,x,1);var tt=x0(a);tt>z?Fa(a,E):tt<z&&(z=tt,E=_s(a))}}if(0>y)for(x=a.Ra;0<=x;x--)for(E=_s(a),z=x0(a),b=z+1;z<b;)b=z,tx(a,x,-1),tt=x0(a),tt>z?Fa(a,E):tt<z&&(z=tt,E=_s(a));a.normalize()}function tx(a,y,x){a.le=0;for(var b=a.network.vertexes.iterator;b.next();)b.value.component=-1;if(0<x)for(b.reset();b.next();){var E=b.value;E.column-a.nodeMinColumnSpace(E,!0)<=y&&(E.component=a.le)}if(0>x)for(b.reset();b.next();)E=b.value,E.column+a.nodeMinColumnSpace(E,!1)>=y&&(E.component=a.le);for(a.le++,b.reset();b.next();)y=b.value,y.component===-1&&(my(a,y,a.le,-1,!0,!0),a.le++);var z;for(y=[],z=0;z<a.le*a.le;z++)y[z]=!1;for(E=[],z=0;z<(a.Ia+1)*(a.Ra+1);z++)E[z]=-1;for(b.reset();b.next();){z=b.value;for(var tt=z.layer,ot=Math.max(0,z.column-a.nodeMinColumnSpace(z,!0)),rt=Math.min(a.Ra,z.column+a.nodeMinColumnSpace(z,!1));ot<=rt;ot++)E[tt*(a.Ra+1)+ot]=z.component}for(z=0;z<=a.Ia;z++){if(0<x)for(tt=0;tt<a.Ra;tt++)E[z*(a.Ra+1)+tt]!==-1&&E[z*(a.Ra+1)+tt+1]!==-1&&E[z*(a.Ra+1)+tt]!==E[z*(a.Ra+1)+tt+1]&&(y[E[z*(a.Ra+1)+tt]*a.le+E[z*(a.Ra+1)+tt+1]]=!0);if(0>x)for(tt=a.Ra;0<tt;tt--)E[z*(a.Ra+1)+tt]!==-1&&E[z*(a.Ra+1)+tt-1]!==-1&&E[z*(a.Ra+1)+tt]!==E[z*(a.Ra+1)+tt-1]&&(y[E[z*(a.Ra+1)+tt]*a.le+E[z*(a.Ra+1)+tt-1]]=!0)}for(E=[],z=0;z<a.le;z++)E[z]=!0;for(tt=[],tt.push(0);tt.length!==0;)if(rt=tt[tt.length-1],tt.pop(),E[rt])for(E[rt]=!1,z=0;z<a.le;z++)y[rt*a.le+z]&&tt.splice(0,0,z);if(0<x)for(b.reset();b.next();)a=b.value,E[a.component]&&--a.column;if(0>x)for(b.reset();b.next();)x=b.value,E[x.component]&&(x.column+=1)}function Wx(a){for(var y=on(),x=a.fl.length,b=0;b<=x;b++)y[b]=[];for(b=a.network.vertexes.iterator;b.next();){var E=b.value;y[x-E.layer][E.index]=E}x=new Be,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)),b=Je(y),E=b.next();!E.done;E=b.next())E.value.reverse();mt&&(a.verticalAlignment(y,x,!1),rt=w0(a,y,!1,!0)),y.reverse(),ut&&(a.verticalAlignment(y,x,!0),tt=w0(a,y,!0,!0)),rn(y),a.u(z,tt,ot,rt),a.network.vertexes.each(function(yt){var St=on();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(Ot,Nt){return Ot-Nt});var kt=St.length;kt=(St[Math.floor((kt-1)/2)]+St[Math.ceil((kt-1)/2)])/2,rn(St),yt.zc=kt})}function Vx(a,y){for(var x=a.length,b=1;b<x-1;b++)for(var E=0,z=0,tt=a[b],ot=a[b+1],rt=0;z<ot.length;rt++){var at=ot[rt];t:{if(at.node===null){var 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=Je(at.sourceEdgesArrayAccess),yt=mt.next();!yt.done;yt=mt.next())yt=yt.value,yt.valid&&ft.push(yt);at.bo=ft}for(at=Je(at.bo),ft=at.next();!ft.done;ft=at.next())ft=ft.value,mt=ft.fromVertex.index,(mt<E||mt>ut)&&y.add(ft);z++}E=ut}}}no.prototype.verticalAlignment=function(a,y,x){Yx(a),a=Je(a);for(var b=a.next();!b.done;b=a.next()){var E=-1;b=Je(b.value);for(var z=b.next();!z.done;z=b.next()){z=z.value;var tt=x?My(z):Kx(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?b0(at,z):b0(z,at),!y.contains(ut)&&E<at.vi&&(at.align=z,z.root=at.root,z.align=at.root,E=at.vi)}}}}};function Yx(a){for(var y=0;y<a.length;y++)for(var x=a[y],b=0;b<x.length;b++){var E=x[b];E.root=E,E.align=E,E.Tz=y,E.vi=b}}function w0(a,y,x,b){for(var E=a.K===90||a.K===270,z=Je(y),tt=z.next();!tt.done;tt=z.next()){var ot=Je(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=Je(y),ot=z.next();!ot.done;ot=z.next()){ot=Je(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=b0(ut,ft),kt=St.portFromPos,Ot=St.portToPos;St.link!==null&&(ut.node&&ut.node!==St.link.fromNode&&(kt=tt?ut.focusX:ut.focusY),ft.node&&ft.node!==St.link.toNode&&(Ot=tt?ft.focusX:ft.focusY))}else St=b0(ft,ut),kt=St.portToPos,Ot=St.portFromPos,St.link!==null&&(ut.node&&ut.node!==St.link.toNode&&(kt=tt?ut.focusX:ut.focusY),ft.node&&ft.node!==St.link.fromNode&&(Ot=tt?ft.focusX:ft.focusY));mt=b?ut.qg+(mt-kt)-(yt-Ot):ut.qg+kt-Ot,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=Je(y),tt=x.next();!tt.done;tt=x.next())for(z=Je(tt.value),tt=z.next();!tt.done;tt=z.next())tt=tt.value,tt.root===tt&&ex(a,tt,y);for(x=0;x<y.length;x++)if(!(0>=y[x].length)&&(tt=y[x][0],tt.sd===tt)){tt.sd.shift===1/0&&(tt.sd.shift=0),tt=x,ot=0;do{for(z=y[tt][ot];z.align!==z.root;)z=z.align,tt++,0<z.vi&&(ot=nx(z,y),ot.sd.shift=Math.min(ot.sd.shift,z.sd.shift+z.zc+z.qg-(ot.zc+ot.qg+(E?ot.width:ot.height)+a.columnSpacing)));ot=z.vi+1}while(tt<y.length&&ot<y[tt].length&&z.sd===y[tt][ot].sd)}for(a=new Gn,y=Je(y),tt=y.next();!tt.done;tt=y.next())for(x=Je(tt.value),tt=x.next();!tt.done;tt=x.next())tt=tt.value,tt.zc=tt.zc+tt.sd.shift+tt.qg,z=E?tt.width:tt.height,a.add(tt,b?-tt.zc-z:tt.zc);return a}function ex(a,y,x){if(isNaN(y.zc)){y.zc=0;var b=y;do{if(0<b.vi){var E=nx(b,x),z=E.root;ex(a,z,x),y.sd===y&&(y.sd=z.sd);var tt=a.K===90||a.K===270?E.width:E.height;y.sd===z.sd&&(y.zc=Math.max(y.zc,z.zc+E.qg+tt-b.qg+a.columnSpacing))}b=b.align}while(b!==y);for(;b.align!==y;)b=b.align,b.zc=y.zc,b.sd=y.sd}}function nx(a,y){var x=a.Tz;return a=a.vi,1>a&&_t("Could not determine previous vertex in layer"),y[x][a-1]}no.prototype.u=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];x=-1;for(var b=on(),E=on(),z=1/0,tt=0;4>tt;tt++)if(y[tt]){var ot=Ux(this,y[tt],b,E,tt);ot<z&&(x=tt,z=ot)}for(z={},tt=0;4>tt;z={delta:z.delta},tt++)y[tt]&&(z.delta=tt===0||tt===2?b[x]-b[tt]:E[x]-E[tt],z.delta!==0&&y[tt].each(function(rt){return function(at){at.value+=rt.delta}}(z)));rn(b),rn(E)};function Ux(a,y,x,b,E){if(!y||y.count===0)return x[E]=0,b[E]=0,1/0;var z=1/0,tt=-1/0;return y.each(function(ot){var rt=ot.key;ot=ot.value,rt=a.K===90||a.K===270?rt.width:rt.height,ot<z&&(z=ot),ot+rt>tt&&(tt=ot+rt)}),x[E]=z,b[E]=tt,tt-z}no.prototype.commitLayout=function(){if(this.setsPortSpots)for(var a=C0(this,!0),y=C0(this,!1),x=this.network.edges.iterator;x.next();){var b=x.value.link;b!==null&&(b.fromSpot=a,b.toSpot=y)}this.commitNodes(),this.Gu(),this.isRouting&&this.commitLinks()};function C0(a,y){return a.K===270?y?Bs:Qr:a.K===90?y?Qr:Bs:a.K===180?y?Ds:Hr:y?Hr:Ds}no.prototype.commitNodes=function(){this.he=[],this.Ld=[],this.Kd=[],this.Ta=[];for(var a=0;a<=this.Ia;a++)this.he[a]=0,this.Ld[a]=0,this.Kd[a]=0,this.Ta[a]=0;for(a=this.network.vertexes.iterator;a.next();){var y=a.value,x=y.layer;this.he[x]=Math.max(this.he[x],this.nodeMinLayerSpace(y,!0)),this.Ld[x]=Math.max(this.Ld[x],this.nodeMinLayerSpace(y,!1))}y=0,x=this.ie;for(var b=0;b<=this.Ia;b++){var E=x;0>=this.he[b]+this.Ld[b]&&(E=0),0<b&&(y+=E/2),this.K===90||this.K===0?(y+=this.Ld[b],this.Kd[b]=y,y+=this.he[b]):(y+=this.he[b],this.Kd[b]=y,y+=this.Ld[b]),b<this.Ia&&(y+=E/2),this.Ta[b]=y}for(x=y,y=this.arrangementOrigin,b=0;b<=this.Ia;b++)this.K===270?this.Kd[b]=y.y+this.Kd[b]:this.K===90?(this.Kd[b]=y.y+x-this.Kd[b],this.Ta[b]=x-this.Ta[b]):this.K===180?this.Kd[b]=y.x+this.Kd[b]:(this.Kd[b]=y.x+x-this.Kd[b],this.Ta[b]=x-this.Ta[b]);x=this.ve!==0,a.reset(),b=this.K===270||this.K===90;for(var z=1/0,tt=E=1/0,ot=-1/0;a.next();){var rt=a.value,at=rt.layer,ut=rt.column|0;b?(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)&&(b?rt.node?rt.x=y.x+rt.zc:rt.centerX=y.x+rt.zc:rt.node?rt.y=y.y+rt.zc:rt.centerY=y.y+rt.zc),z=Math.min(rt.x,z),E=Math.min(rt.y,E),b?(tt=z,ot=Math.max(ot,rt.bounds.right)):(tt=E,ot=Math.max(ot,rt.bounds.bottom))}for(this.xw=ot-tt,z=y.x-z,y=y.y-E,this.Rf=new It(x&&b?0:z,x&&!b?0:y),a.reset();a.next();)x=a.value,x.x+=z,x.y+=y,x.commit()},no.prototype.Gu=function(){for(var a=0,y=this.ie,x=0;x<=this.Ia;x++)a+=this.he[x],a+=this.Ld[x];a+=this.Ia*y,y=[],x=this.ve!==0?this.xw:this.kc*this.Ra;for(var b=this.maxLayer;0<=b;b--)this.K===270?b===0?y.push(new ye(0,0,x,Math.abs(this.Ta[0]))):y.push(new ye(0,this.Ta[b-1],x,Math.abs(this.Ta[b-1]-this.Ta[b]))):this.K===90?b===0?y.push(new ye(0,this.Ta[0],x,Math.abs(this.Ta[0]-a))):y.push(new ye(0,this.Ta[b],x,Math.abs(this.Ta[b-1]-this.Ta[b]))):this.K===180?b===0?y.push(new ye(0,0,Math.abs(this.Ta[0]),x)):y.push(new ye(this.Ta[b-1],0,Math.abs(this.Ta[b-1]-this.Ta[b]),x)):b===0?y.push(new ye(this.Ta[0],0,Math.abs(this.Ta[0]-a),x)):y.push(new ye(this.Ta[b],0,Math.abs(this.Ta[b-1]-this.Ta[b]),x));this.commitLayers(y,this.Rf)},no.prototype.commitLayers=function(){},no.prototype.commitLinks=function(){for(var a=this.network.edges.iterator,y;a.next();)y=a.value.link,y!==null&&(y.uh(),y.Fj(),y.zf());for(a.reset();a.next();)y=a.value.link,y!==null&&y.vg();for(a.reset();a.next();){var x=a.value;if(y=x.link,y!==null){y.uh();var b=y,E=b.fromNode,z=b.toNode,tt=b.fromPort,ot=b.toPort;if(E!==null){var rt=E.findVisibleNode();rt!==null&&rt!==E&&(E=rt,tt=rt.port)}z!==null&&(rt=z.findVisibleNode(),rt!==null&&rt!==z&&(z=rt,ot=rt.port));var at=y.computeSpot(!0,tt);rt=y.computeSpot(!1,ot);var 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(E,tt,at,!0,!1,z,ot),ot=y.getLinkPoint(z,ot,rt,!1,!1,E,tt),x.w()||x.set(E.actualBounds.center),ot.w()||ot.set(z.actualBounds.center),y.Fj(),y.yf(x.x,x.y),y.yf((2*x.x+ot.x)/3,(2*x.y+ot.y)/3),y.yf((x.x+2*ot.x)/3,(x.y+2*ot.y)/3),y.yf(ot.x,ot.y)):(x=b=!1,tt!==null&&at===Bi&&(b=!0),ot!==null&&rt===Bi&&(x=!0),(b||x)&&(rt=null,b&&(rt=y.getLinkPointFromPoint(E,tt,tt.ga(_i),y.i(3),!0),rt.w()||rt.set(E.actualBounds.center),y.L(0,rt.x,rt.y)),E=null,x&&(E=y.getLinkPointFromPoint(z,ot,ot.ga(_i),y.i(0),!1),E.w()||E.set(z.actualBounds.center),y.L(3,E.x,E.y)),rt&&(z=y.i(2),y.L(1,(2*rt.x+z.x)/3,(2*rt.y+z.y)/3)),E&&(z=y.i(1),y.L(2,(2*E.x+z.x)/3,(2*E.y+z.y)/3))))),y.zf();else if(ut.layer===ft.layer)y.zf();else{var mt=!1,yt=!1,St=this.ie,kt=y.firstPickIndex+1;if(y.isOrthogonal){yt=!0;var Ot=y.pointsCount;4<Ot&&y.points.removeRange(2,Ot-3)}else if(y.curve===ya)mt=!0,Ot=y.pointsCount,4<Ot&&y.points.removeRange(2,Ot-3),Ot===4&&(kt=2);else{Ot=y.pointsCount;var Nt=at===Bi,jt=rt===Bi;2<Ot&&Nt&&jt?y.points.removeRange(1,Ot-2):3<Ot&&Nt&&!jt?y.points.removeRange(1,Ot-3):3<Ot&&!Nt&&jt?y.points.removeRange(2,Ot-2):4<Ot&&!Nt&&!jt&&y.points.removeRange(2,Ot-3)}if(x.rev){for(;ft!==null&&ut!==ft;){var Ht=Ot=null;for(Nt=ft.sourceEdges.iterator;Nt.next()&&(jt=Nt.value,jt.link!==x.link||(Ot=jt.fromVertex,Ht=jt.toVertex,Ot.node!==null)););if(Ot===null)break;if(Ot!==ut){Nt=y.i(kt-1).x,jt=y.i(kt-1).y;var Wt=Ot.centerX,Ut=Ot.centerY;if(yt)this.K===180||this.K===0?kt===y.firstPickIndex+1?(y.m(kt++,Nt,jt),y.m(kt++,Nt,Ut)):(Ht!==null?Ht.centerY:jt)!==Ut&&(Ht=this.Ta[Ot.layer-1]+this.Rf.x,y.m(kt++,Ht,jt),y.m(kt++,Ht,Ut)):kt===y.firstPickIndex+1?(y.m(kt++,Nt,jt),y.m(kt++,Wt,jt)):(Ht!==null?Ht.centerX:Nt)!==Wt&&(Ht=this.Ta[Ot.layer-1]+this.Rf.y,y.m(kt++,Nt,Ht),y.m(kt++,Wt,Ht));else if(kt===y.firstPickIndex+1){Ht=Math.max(10,this.he[ft.layer]);var ee=Math.max(10,this.Ld[ft.layer]);if(mt)this.K===180?Wt<=ft.bounds.x?(ft=ft.bounds.x,y.m(kt++,ft-Ht,Ut),y.m(kt++,ft,Ut),y.m(kt++,ft+ee,Ut)):(y.m(kt++,Wt-Ht,Ut),y.m(kt++,Wt,Ut),y.m(kt++,Wt+ee,Ut)):this.K===90?Ut>=ft.bounds.bottom?(ft=ft.bounds.y+ft.bounds.height,y.m(kt++,Wt,ft+ee),y.m(kt++,Wt,ft),y.m(kt++,Wt,ft-Ht)):(y.m(kt++,Wt,Ut+ee),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Ut-Ht)):this.K===270?Ut<=ft.bounds.y?(ft=ft.bounds.y,y.m(kt++,Wt,ft-Ht),y.m(kt++,Wt,ft),y.m(kt++,Wt,ft+ee)):(y.m(kt++,Wt,Ut-Ht),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Ut+ee)):this.K===0&&(Wt>=ft.bounds.right?(ft=ft.bounds.x+ft.bounds.width,y.m(kt++,ft+ee,Ut),y.m(kt++,ft,Ut),y.m(kt++,ft-Ht,Ut)):(y.m(kt++,Wt+ee,Ut),y.m(kt++,Wt,Ut),y.m(kt++,Wt-Ht,Ut)));else{y.m(kt++,Nt,jt);var Ze=0;this.K===180||this.K===0?((this.K===180?Wt>=ft.bounds.right:Wt<=ft.bounds.x)&&(Ze=(this.K===0?-Ht:ee)/2),y.m(kt++,Nt+Ze,Ut)):((this.K===270?Ut>=ft.bounds.bottom:Ut<=ft.bounds.y)&&(Ze=(this.K===90?-Ht:ee)/2),y.m(kt++,Wt,jt+Ze)),y.m(kt++,Wt,Ut)}}else Ht=Math.max(10,this.he[Ot.layer]),ee=Math.max(10,this.Ld[Ot.layer]),mt?this.K===180?(y.m(kt++,Wt-Ht-St,Ut),y.m(kt++,Math.min(Wt-Ht+St/2,Wt),Ut),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Ut),y.m(kt++,Math.max(Wt+ee-St/2,Wt),Ut),y.m(kt++,Wt+ee+St,Ut)):this.K===90?(y.m(kt++,Wt,Ut+ee+St),y.m(kt++,Wt,Math.max(Ut+ee-St/2,Ut)),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Math.min(Ut-Ht+St/2,Ut)),y.m(kt++,Wt,Ut-Ht-St)):this.K===270?(y.m(kt++,Wt,Ut-Ht-St),y.m(kt++,Wt,Math.min(Ut-Ht+St/2,Ut)),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Math.max(Ut+ee-St/2,Ut)),y.m(kt++,Wt,Ut+ee+St)):(y.m(kt++,Wt+ee+St,Ut),y.m(kt++,Math.max(Wt+ee-St/2,Wt),Ut),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Ut),y.m(kt++,Math.min(Wt-Ht+St/2,Wt),Ut),y.m(kt++,Wt-Ht-St,Ut)):y.m(kt++,Wt,Ut)}ft=Ot}(ot===null||at!==Bi||yt)&&(Nt=y.i(kt-1).x,jt=y.i(kt-1).y,Wt=y.i(kt).x,Ut=y.i(kt).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?Wt>=ut.bounds.x:Wt<=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(kt++,ft,jt),y.m(kt++,ft,yt)),y.m(kt++,Wt,yt)):(yt=Nt,yt>=ut.bounds.x&&yt<=ut.bounds.right&&(this.K===270?Ut>=ut.bounds.y:Ut<=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(kt++,Nt,ft),y.m(kt++,yt,ft)),y.m(kt++,yt,Ut)),y.m(kt++,Wt,Ut)):mt?(Ht=Math.max(10,this.he[ut.layer]),ee=Math.max(10,this.Ld[ut.layer]),this.K===180&&Wt>=ut.bounds.x?(ft=ut.bounds.x+ut.bounds.width,y.L(kt-2,ft,jt),y.L(kt-1,ft+ee,jt)):this.K===90&&Ut<=ut.bounds.bottom?(ft=ut.bounds.y,y.L(kt-2,Nt,ft),y.L(kt-1,Nt,ft-Ht)):this.K===270&&Ut>=ut.bounds.y?(ft=ut.bounds.y+ut.bounds.height,y.L(kt-2,Nt,ft),y.L(kt-1,Nt,ft+ee)):this.K===0&&Wt<=ut.bounds.right&&(ft=ut.bounds.x,y.L(kt-2,ft,jt),y.L(kt-1,ft-Ht,jt))):(Ht=Math.max(10,this.he[ut.layer]),ee=Math.max(10,this.Ld[ut.layer]),yt=0,this.K===180||this.K===0?((this.K===180?Wt<=ut.bounds.x:Wt>=ut.bounds.right)&&(yt=(this.K===0?ee:-Ht)/2),y.m(kt++,Wt+yt,jt)):((this.K===270?Ut<=ut.bounds.y:Ut>=ut.bounds.bottom)&&(yt=(this.K===90?ee:-Ht)/2),y.m(kt++,Nt,Ut+yt)),y.m(kt++,Wt,Ut)))}else{for(;ut!==null&&ut!==ft;){for(Ht=Ot=null,ut=ut.destinationEdges.iterator;ut.next()&&(Nt=ut.value,Nt.link!==x.link||(Ot=Nt.toVertex,Ht=Nt.fromVertex,Ht.node!==null&&(Ht=null),Ot.node!==null)););if(Ot===null)break;Ot!==ft&&(Nt=y.i(kt-1).x,jt=y.i(kt-1).y,Wt=Ot.centerX,Ut=Ot.centerY,yt?this.K===180||this.K===0?(Ht!==null?Ht.centerY:jt)!==Ut&&(Ht=this.Ta[Ot.layer]+this.Rf.x,kt===y.firstPickIndex+1&&(Ht=this.K===0?Math.max(Ht,Nt):Math.min(Ht,Nt)),y.m(kt++,Ht,jt),y.m(kt++,Ht,Ut)):(Ht!==null?Ht.centerX:Nt)!==Wt&&(Ht=this.Ta[Ot.layer]+this.Rf.y,kt===y.firstPickIndex+1&&(Ht=this.K===90?Math.max(Ht,jt):Math.min(Ht,jt)),y.m(kt++,Nt,Ht),y.m(kt++,Wt,Ht)):(Ht=Math.max(10,this.he[Ot.layer]),ee=Math.max(10,this.Ld[Ot.layer]),mt?this.K===180?(y.m(kt++,Wt+ee+St,Ut),y.m(kt++,Math.max(Wt+ee-St/2,Wt),Ut),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Ut),y.m(kt++,Math.min(Wt-Ht+St/2,Wt),Ut),y.m(kt++,Wt-Ht-St,Ut)):this.K===90?(y.m(kt++,Wt,Ut-Ht-St),y.m(kt++,Wt,Math.min(Ut-Ht+St/2,Ut)),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Math.max(Ut+ee-St/2,Ut)),y.m(kt++,Wt,Ut+ee+St)):this.K===270?(y.m(kt++,Wt,Ut+ee+St),y.m(kt++,Wt,Math.max(Ut+ee-St/2,Ut)),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Math.min(Ut-Ht+St/2,Ut)),y.m(kt++,Wt,Ut-Ht-St)):(y.m(kt++,Wt-Ht-St,Ut),y.m(kt++,Math.min(Wt-Ht+St/2,Wt),Ut),y.m(kt++,Wt,Ut),y.m(kt++,Wt,Ut),y.m(kt++,Math.max(Wt+ee-St/2,Wt),Ut),y.m(kt++,Wt+ee+St,Ut)):this.K===180?(y.m(kt++,Wt+ee,Ut),y.m(kt++,Wt-Ht,Ut)):this.K===90?(y.m(kt++,Wt,Ut-Ht),y.m(kt++,Wt,Ut+ee)):this.K===270?(y.m(kt++,Wt,Ut+ee),y.m(kt++,Wt,Ut-Ht)):(y.m(kt++,Wt-Ht,Ut),y.m(kt++,Wt+ee,Ut)))),ut=Ot}yt&&(Nt=y.i(kt-1).x,jt=y.i(kt-1).y,Wt=y.i(kt).x,Ut=y.i(kt).y,this.K===180||this.K===0?jt!==Ut&&(Ht=this.K===0?Math.min(Math.max((Wt+Nt)/2,this.Ta[ft.layer]+this.Rf.x),Wt):Math.max(Math.min((Wt+Nt)/2,this.Ta[ft.layer]+this.Rf.x),Wt),y.m(kt++,Ht,jt),y.m(kt++,Ht,Ut)):Nt!==Wt&&(Ht=this.K===90?Math.min(Math.max((Ut+jt)/2,this.Ta[ft.layer]+this.Rf.y),Ut):Math.max(Math.min((Ut+jt)/2,this.Ta[ft.layer]+this.Rf.y),Ut),y.m(kt++,Nt,Ht),y.m(kt++,Wt,Ht)))}b!==null&&mt&&4<=y.pointsCount&&(tt!==null&&(tt=at===Bi?y.getLinkPointFromPoint(E,tt,tt.ga(_i),y.i(3),!0):y.i(0),at===Bi&&(at=y.i(2),b=y.i(3),this.direction===90||this.direction===270?(y.L(1,(tt.x+at.x)/2,at.y),y.L(2,b.x,(at.y+b.y)/2)):(y.L(1,at.x,(tt.y+at.y)/2),y.L(2,(at.x+b.x)/2,b.y))),tt.w()||tt.set(E.actualBounds.center),y.L(0,tt.x,tt.y)),ot!==null&&(E=rt===Bi?y.getLinkPointFromPoint(z,ot,ot.ga(_i),y.i(y.pointsCount-4),!1):y.i(y.pointsCount-1),rt===Bi&&(ot=y.i(y.pointsCount-3),rt=y.i(y.pointsCount-4),this.direction===90||this.direction===270?(y.L(y.pointsCount-2,(E.x+ot.x)/2,ot.y),y.L(y.pointsCount-2,rt.x,(ot.y+rt.y)/2)):(y.L(y.pointsCount-2,ot.x,(E.y+ot.y)/2),y.L(y.pointsCount-3,(ot.x+rt.x)/2,rt.y))),E.w()||E.set(z.actualBounds.center),y.L(y.pointsCount-1,E.x,E.y))),y.zf(),x.commit()}}}this.avoidOrthogonalOverlaps()},no.prototype.avoidOrthogonalOverlaps=function(){if(!(0>=this.linkSpacing)){for(var a=new Ie,y=this.network.edges.iterator;y.next();){var x=y.value.link;x!==null&&x.isOrthogonal&&!a.contains(x)&&a.add(x)}if(0<a.count)if(this.K===90||this.K===270){for(y=0,x=[],a=a.iterator;a.next();){var b=a.value;if(b!==null&&b.isOrthogonal)for(var E=2;E<b.pointsCount-3;E++){var z=b.i(E),tt=b.i(E+1);if(this.B(z.y,tt.y)&&!this.B(z.x,tt.x)){var ot=new Jh;ot.layer=Math.floor(z.y/2);var rt=b.i(0),at=b.i(b.pointsCount-1);if(ot.first=rt.x*rt.x+rt.y,ot.jc=at.x*at.x+at.y,ot.rd=Math.min(z.x,tt.x),ot.Ic=Math.max(z.x,tt.x),ot.index=E,ot.link=b,E+2<b.pointsCount){rt=b.i(E-1),at=b.i(E+2);var 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,b=a+1;b<x.length&&x[b].layer===z;)b++;if(1<b-a)for(z=a;z<b;){for(tt=x[z].Ic,E=a+1;E<b&&x[E].rd<tt;)tt=Math.max(tt,x[E].Ic),E++;if(tt=E-z,1<tt){for(this.zi(x,this.Js,z,z+tt),ut=1,ot=x[z].jc,rt=z;rt<E;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<E;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<E;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=E}a=b}}else{for(y=0,x=[],a=a.iterator;a.next();)if(b=a.value,b!==null&&b.isOrthogonal)for(E=2;E<b.pointsCount-3;E++)z=b.i(E),tt=b.i(E+1),this.B(z.x,tt.x)&&!this.B(z.y,tt.y)&&(ot=new Jh,ot.layer=Math.floor(z.x/2),rt=b.i(0),at=b.i(b.pointsCount-1),ot.first=rt.x+rt.y*rt.y,ot.jc=at.x+at.y*at.y,ot.rd=Math.min(z.y,tt.y),ot.Ic=Math.max(z.y,tt.y),ot.index=E,ot.link=b,E+2<b.pointsCount&&(rt=b.i(E-1),at=b.i(E+2),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,b=a+1;b<x.length&&x[b].layer===z;)b++;if(1<b-a)for(z=a;z<b;){for(tt=x[z].Ic,E=a+1;E<b&&x[E].rd<tt;)tt=Math.max(tt,x[E].Ic),E++;if(tt=E-z,1<tt){for(this.zi(x,this.Js,z,z+tt),ut=1,ot=x[z].jc,rt=z;rt<E;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<E;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<E;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=E}a=b}}}},xt=no.prototype,xt.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},xt.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},xt.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},xt.B=function(a,y){return a-=y,-1<a&&1>a},xt.zi=function(a,y,x,b){var E=a.length,z=b-x;if(!(1>=z))if((0>x||x>=E-1)&&_t("not in range 0 <= from < length: "+x),z===2)b=a[x],E=a[x+1],0<y(b,E)&&(a[x]=E,a[x+1]=b);else if(x===0)if(b>=E)a.sort(y);else for(x=a.slice(0,b),x.sort(y),y=0;y<b;y++)a[y]=x[y];else if(b>=E)for(b=a.slice(x),b.sort(y),y=x;y<E;y++)a[y]=b[y-x];else for(E=a.slice(x,b),E.sort(y),y=x;y<b;y++)a[y]=E[y-x]};function Kh(a,y){var x=a.tc[y];if(x>=a.He.length){for(var b=[],E=0;E<a.He.length;E++)b[E]=a.He[E];a.He=b}for(a.He[x]===void 0||a.He[x]===null?b=[]:(b=a.He[x],a.He[x]=null),a=a.fl[y],y=0;y<a.length;y++)x=a[y],b[x.index]=x;return b}function Xh(a,y,x){a.He[a.tc[y]]=x}re.Object.defineProperties(no.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()):_t("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!==T0&&a!==ky||(this.rk=a,this.C())}},packOption:{get:function(){return this.bg},set:function(a){this.bg!==a&&0<=a&&8>a&&(this.bg=a,this.C())}},alignOption:{get:function(){return this.ve},set:function(a){this.ve!==a&&0<=a&&16>a&&(this.ve=a,this.C())}},setsPortSpots:{get:function(){return this.sf},set:function(a){this.sf!==a&&(this.sf=a,this.C())}},linkSpacing:{get:function(){return this.Cn},set:function(a){this.Cn!==a&&0<=a&&(this.Cn=a,this.C())}},maxLayer:{get:function(){return this.Ia}},maxIndex:{get:function(){return this.Iq}},maxColumn:{get:function(){return this.Ra}},minIndexLayer:{get:function(){return this.Hn}},maxIndexLayer:{get:function(){return this.Md}}});var L0=new Se(no,"CycleDepthFirst",0),Sy=new Se(no,"CycleGreedy",1),Sp=new Se(no,"CycleFromLayers",2),k0=new Se(no,"LayerOptimalLinkLength",0),xy=new Se(no,"LayerLongestPathSink",1),Py=new Se(no,"LayerLongestPathSource",2),M0=new Se(no,"InitDepthFirstOut",0),wy=new Se(no,"InitDepthFirstIn",1),Cy=new Se(no,"InitNaive",2),Ly=new Se(no,"AggressiveNone",0),T0=new Se(no,"AggressiveLess",1),ky=new Se(no,"AggressiveMore",2),Zx=8;no.className="LayeredDigraphLayout",no.CycleDepthFirst=L0,no.CycleGreedy=Sy,no.CycleFromLayers=Sp,no.LayerOptimalLinkLength=k0,no.LayerLongestPathSink=xy,no.LayerLongestPathSource=Py,no.InitDepthFirstOut=M0,no.InitDepthFirstIn=wy,no.InitNaive=Cy,no.AggressiveNone=Ly,no.AggressiveLess=T0,no.AggressiveMore=ky,no.PackNone=0,no.PackExpand=1,no.PackStraighten=2,no.PackMedian=4,no.PackAll=15,no.AlignNone=0,no.AlignUpperLeft=1,no.AlignUpperRight=2,no.AlignLowerLeft=4,no.AlignLowerRight=8,no.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 Gc(a){So.call(this,a)}de(Gc,So),Gc.prototype.createVertex=function(){return new Aa(this)},Gc.prototype.createEdge=function(){return new xp(this)},Gc.className="LayeredDigraphNetwork";function Aa(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}de(Aa,Sr);function ix(a,y){return a.index-y.index}function b0(a,y){if(!a.$n){for(var x=[],b=Je(a.destinationEdgesArrayAccess),E=b.next();!E.done;E=b.next())E=E.value,E.valid&&x.push(E);a.$n=x}for(a=Je(a.$n),x=a.next();!x.done;x=a.next())if(x=x.value,x.toVertex===y)return x;_t("Unable to find destination edge to given vertex")}function My(a){if(!a.co){for(var y=[],x=Je(a.sourceEdgesArrayAccess),b=x.next();!b.done;b=x.next())b=b.value,b.valid&&y.push(b.fromVertex);y.sort(ix),a.co=y}return a.co}function Kx(a){if(!a.ao){for(var y=[],x=Je(a.destinationEdgesArrayAccess),b=x.next();!b.done;b=x.next())b=b.value,b.valid&&y.push(b.toVertex);y.sort(ix),a.ao=y}return a.ao}Aa.prototype.Cl=function(a){Sr.prototype.Cl.call(this,a),this.bo=this.co=null},Aa.prototype.Kl=function(a){Sr.prototype.Kl.call(this,a),this.bo=this.co=null},Aa.prototype.zl=function(a){Sr.prototype.zl.call(this,a),this.$n=this.ao=null},Aa.prototype.Jl=function(a){Sr.prototype.Jl.call(this,a),this.$n=this.ao=null},re.Object.defineProperties(Aa.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)}}}),Aa.prototype.deleteDestinationEdge=Aa.prototype.Jl,Aa.prototype.addDestinationEdge=Aa.prototype.zl,Aa.prototype.deleteSourceEdge=Aa.prototype.Kl,Aa.prototype.addSourceEdge=Aa.prototype.Cl,Aa.className="LayeredDigraphVertex";function xp(a){oa.call(this,a),this.j=this.ia=this.Ha=!1,this.V=this.u=NaN,this.F=this.o=0}de(xp,oa),re.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 wi(a){Bo.call(this),this.Ub=new Be,this.Wn=A0,this.ud=ql,this.vo=D0,this.Bq=Ry,this.$v=[],this.td=!0,this.Rb=O0,this.$d=new Ue(10,10).freeze();var y=new Af(this);this.W=new Ya(y),this.Y=new Ya(y),this.ru=[],a&&Object.assign(this,a)}de(wi,Bo),wi.prototype.cloneProtected=function(a){Bo.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)},wi.prototype.qb=function(a){a.classType===wi?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:_t("Unknown enum value: "+a):Bo.prototype.qb.call(this,a)},wi.prototype.createNetwork=function(){return new Af(this)},wi.prototype.makeNetwork=function(a){function y(b){if(b instanceof qe)return!b.isLinkLabel&&b.category!=="Comment";if(b instanceof Ge){var E=b.fromNode;return E===null||E.isLinkLabel||E.category==="Comment"?!1:(b=b.toNode,!(b===null||b.isLinkLabel||b.category==="Comment"))}return!1}var x=this.createNetwork();return a instanceof ne?(x.lg(a.nodes,!0,y),x.lg(a.links,!0,y)):a instanceof ii?x.lg(a.memberParts,!1,y):x.lg(a.iterator,!1,y),x},wi.prototype.doLayout=function(a){this.network===null&&(this.network=this.makeNetwork(a)),this.arrangement!==I0&&(this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin));var y=this.diagram;if(y===null&&a instanceof ne&&(y=a),this.path===A0&&y!==null?this.ud=y.isTreePathToChildren?ql:Ef:this.ud=this.path===A0?ql: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 Be,y=this.Ub.iterator;y.next();){var x=y.value;x instanceof qe?(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,Ty(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,Ty(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 b=x.parent;b===null&&(b=x),b=b.angle===0||b.angle===180;var E=a[x.level];E===void 0&&(E=0),a[x.level]=Math.max(E,b?x.width:x.height)}for(y=0;y<a.length;y++)a[y]===void 0&&(a[y]=0);for(this.$v=a,y=this.network.vertexes.iterator;y.next();)x=y.value,b=x.parent,b===null&&(b=x),b.angle===0||b.angle===180?(b.angle===180&&(x.focusX+=a[x.level]-x.width),x.width=a[x.level]):(b.angle===270&&(x.focusY+=a[x.level]-x.height),x.height=a[x.level])}else if(this.layerStyle===zy)for(a=this.network.vertexes.iterator;a.next();){for(y=a.value,x=y.angle===0||y.angle===180,b=-1,E=0;E<y.children.length;E++){var z=y.children[E];b=Math.max(b,x?z.width:z.height)}if(0<=b)for(E=0;E<y.children.length;E++)z=y.children[E],x?(y.angle===180&&(z.focusX+=b-z.width),z.width=b):(y.angle===270&&(z.focusY+=b-z.height),z.height=b)}for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof Ya&&this.layoutTree(y);this.arrangeTrees(),this.updateParts()}this.network=null,this.Ub=new Be,this.isValidLayout=!0};function Xx(a){var y=new Be;for(a=a.iterator;a.next();){var x=a.value;x.initialized||y.add(x)}return y}wi.prototype.findRoots=function(){for(var a=this.network.vertexes,y=a.iterator;y.next();){var x=y.value;switch(this.ud){case ql:x.sourceEdges.count===0&&this.Ub.add(x);break;case Ef:x.destinationEdges.count===0&&this.Ub.add(x);break;default:_t("Unhandled path value "+this.ud.toString())}}this.Ub.count===0&&(a=ox(this,a),a!==null&&this.Ub.add(a))};function ox(a,y){var x=999999,b=null;for(y=y.iterator;y.next();){var E=y.value;switch(a.ud){case ql:E.sourceEdges.count<x&&(x=E.sourceEdges.count,b=E);break;case Ef:E.destinationEdges.count<x&&(x=E.destinationEdges.count,b=E);break;default:_t("Unhandled path value "+a.ud.toString())}}return b}function Ty(a,y){if(y!==null){switch(a.ud){case ql:if(0<y.destinationEdges.count){for(var x=new Ie,b=y.destinationVertexes;b.next();){var E=b.value;rx(a,y,E)&&x.add(E)}0<x.count&&(y.children=x.Fa())}break;case Ef:if(0<y.sourceEdges.count){for(x=new Ie,b=y.sourceVertexes;b.next();)E=b.value,rx(a,y,E)&&x.add(E);0<x.count&&(y.children=x.Fa())}break;default:_t("Unhandled path value"+a.ud.toString())}for(x=y.children,b=x.length,E=0;E<b;E++){var z=x[E];z.initialized=!0,z.level=y.level+1,z.parent=y,a.Ub.remove(z)}for(y=0;y<b;y++)Ty(a,x[y])}}function rx(a,y,x){if(x.initialized){if(y===null)var b=!1;else{for(b=y.parent;b!==null&&b!==x;)b=b.parent;b=b===x}if(b||x.level>y.level)return!1;a.removeChild(x.parent,x)}return!0}wi.prototype.removeChild=function(a,y){if(a!==null&&y!==null){for(var x=a.children,b=0,E=0;E<x.length;E++)x[E]===y&&b++;if(0<b){b=Array(x.length-b);for(var z=E=0;z<x.length;z++)x[z]!==y&&(b[E++]=x[z]);a.children=b}}};function sx(a,y){if(y!==null){a.initializeTreeVertexValues(y),y.alignment===nu&&a.sortTreeVertexChildren(y);for(var x=0,b=y.childrenCount,E=0,z=y.children,tt=z.length,ot=0;ot<tt;ot++){var rt=z[ot];sx(a,rt),x+=rt.descendantCount+1,b=Math.max(b,rt.maxChildrenCount),E=Math.max(E,rt.maxGenerationCount)}y.descendantCount=x,y.maxChildrenCount=b,y.maxGenerationCount=0<b?E+1:0}}function Jx(a,y){switch(a.vo){default:case D0:return y.parent!==null?y.parent:a.W;case Oy:return y.parent===null?a.W:y.parent.parent===null?a.Y:y.parent;case Dy:return y.parent!==null?y.parent.parent!==null?y.parent.parent:a.Y:a.W;case By:var x=!0;if(y.childrenCount===0)x=!1;else for(var b=y.children,E=b.length,z=0;z<E;z++)if(0<b[z].childrenCount){x=!1;break}return x&&y.parent!==null?a.Y:y.parent!==null?y.parent:a.W}}wi.prototype.initializeTreeVertexValues=function(a){if(a.copyInheritedPropertiesFrom(Jx(this,a)),a.parent!==null&&a.parent.alignment===nu){for(var y=a.angle,x=a.parent.children,b=0;b<x.length&&a!==x[b];)b++;b%2===0?b!==x.length-1&&(y=y===90?180:y===180?270:y===270?180:270):y=y===90?0:y===180?90:y===270?0:90,a.angle=y}a.initialized=!0};function ax(a,y){if(y!==null){a.assignTreeVertexValues(y),y=y.children;for(var x=y.length,b=0;b<x;b++)ax(a,y[b])}}wi.prototype.assignTreeVertexValues=function(){};function lx(a,y){if(y!==null){y.alignment!==nu&&a.sortTreeVertexChildren(y),y=y.children;for(var x=y.length,b=0;b<x;b++)lx(a,y[b])}}wi.prototype.sortTreeVertexChildren=function(a){switch(a.sorting){case Hc: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:_t("Unhandled sorting value "+a.sorting.toString())}},wi.prototype.Cu=function(){if(this.comments)for(var a=this.network.vertexes.iterator;a.next();)this.addComments(a.value)},wi.prototype.addComments=function(a){var y=a.angle,x=a.parent,b=0,E=!1;x!==null&&(b=x.angle,E=x.alignment,E=Qh(E)),y=y===90||y===270,b=b===90||b===270,x=a.childrenCount===0;var z=0,tt=0,ot=0,rt=a.commentSpacing;if(a.node!==null)for(var at=a.node.Mu();at.next();){var ut=at.value;ut.category==="Comment"&&ut.canLayout()&&(a.comments===null&&(a.comments=[]),a.comments.push(ut),ut.Va(),ut=ut.measuredBounds,y&&!x||!E&&!b&&x||E&&b&&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||!E&&!b&&x||E&&b&&x?(z+=Math.abs(a.commentMargin),tt=Math.max(0,tt-a.height)):(tt+=Math.abs(a.commentMargin),z=Math.max(0,z-a.width)),E=ye.allocAt(0,0,a.bounds.width+z,a.bounds.height+tt),a.bounds=E,ye.free(E))};function Qh(a){return a===ih||a===nu||a===oh||a===Su}function Pp(a){return a===ih||a===nu}function by(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}wi.prototype.layoutComments=function(a){if(a.comments!==null){var y=a.node.measuredBounds,x=a.parent,b=a.angle,E=0,z=!1;x!==null&&(E=x.angle,z=x.alignment,z=Qh(z)),b=b===90||b===270,x=E===90||E===270;for(var tt=a.childrenCount===0,ot=by(a),rt=0,at=a.comments,ut=at.length,ft=It.alloc(),mt=0;mt<ut;mt++){var yt=at[mt],St=yt.measuredBounds;if(b&&!tt||!z&&!x&&tt||z&&x&&tt){if(135<E&&!z||x&&ot)if(0<=a.commentMargin)for(ft.h(a.bounds.x-a.commentMargin-St.width,a.bounds.y+rt),yt.move(ft),yt=yt.Sd();yt.next();){var kt=yt.value;kt.fromSpot=Ds,kt.toSpot=Hr}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();)kt=yt.value,kt.fromSpot=Hr,kt.toSpot=Ds;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();)kt=yt.value,kt.fromSpot=Hr,kt.toSpot=Ds;else for(ft.h(a.bounds.x+a.commentMargin-St.width,a.bounds.y+rt),yt.move(ft),yt=yt.Sd();yt.next();)kt=yt.value,kt.fromSpot=Ds,kt.toSpot=Hr;rt=0<=a.commentSpacing?rt+(St.height+a.commentSpacing):rt+(a.commentSpacing-St.height)}else{if(135<E&&!z||!x&&ot)if(0<=a.commentMargin)for(ft.h(a.bounds.x+rt,a.bounds.y-a.commentMargin-St.height),yt.move(ft),yt=yt.Sd();yt.next();)kt=yt.value,kt.fromSpot=Bs,kt.toSpot=Qr;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();)kt=yt.value,kt.fromSpot=Qr,kt.toSpot=Bs;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();)kt=yt.value,kt.fromSpot=Qr,kt.toSpot=Bs;else for(ft.h(a.bounds.x+rt,a.bounds.y+a.commentMargin-St.height),yt.move(ft),yt=yt.Sd();yt.next();)kt=yt.value,kt.fromSpot=Bs,kt.toSpot=Qr;rt=0<=a.commentSpacing?rt+(St.width+a.commentSpacing):rt+(a.commentSpacing-St.width)}}if(It.free(ft),y=rt-a.commentSpacing-(b?y.height:y.width),this.ud===ql)for(a=a.destinationEdges;a.next();)E=a.value.link,E===null||E.isAvoiding||(E.fromEndSegmentLength=0<y?y:NaN);else for(a=a.sourceEdges;a.next();)E=a.value.link,E===null||E.isAvoiding||(E.toEndSegmentLength=0<y?y:NaN)}},wi.prototype.layoutTree=function(a){if(a!==null){for(var y=a.children,x=y.length,b=0;b<x;b++)this.layoutTree(y[b]);switch(a.compaction){case B0:ux(this,a);break;case kp:if(a.alignment===nu)ux(this,a);else if(a.childrenCount===0)b=a.parent,x=!1,y=0,b!==null&&(y=b.angle,x=b.alignment,x=Qh(x)),b=by(a),a.S.h(0,0),a.Da.h(a.width,a.height),a.parent===null||a.comments===null||(y!==180&&y!==270||x)&&!b?a.la.h(0,0):y===180&&!x||(y===90||y===270)&&b?a.la.h(a.width-2*a.focus.x,0):a.la.h(0,a.height-2*a.focus.y),a.Yo=null,a.kp=null;else{var E=al(a);y=E===90||E===270;var z=0,tt=a.children,ot=tt.length;for(x=0;x<ot;x++)b=tt[x],z=Math.max(z,y?b.Da.width:b.Da.height);var rt=a.alignment;b=rt===tu;var at=rt===eu,ut=Qh(rt),ft=Math.max(0,a.breadthLimit);x=this.computeLayerSpacing(a);var mt=a.nodeSpacing,yt=this.computeNodeIndent(a),St=a.rowSpacing,kt=0;(b||at||a.hm||a.im&&a.maxGenerationCount===1)&&(kt=Math.max(0,a.rowIndent)),b=a.width;var Ot=a.height,Nt=0,jt=0,Ht=0,Wt=null,Ut=null,ee=0,Ze=0,gn=0,an=0,je=0,Me=0,ei=0,Vn=0;if(ut&&!Pp(rt)&&135<E&&tt.reverse(),Pp(rt))if(1<ot)for(var Yi=0;Yi<ot;Yi++)Yi%2===0&&Yi!==ot-1&&(Vn=Math.max(Vn,y?tt[Yi].Da.width:tt[Yi].Da.height));else ot===1&&(Vn=y?tt[0].Da.width:tt[0].Da.height);if(ut){switch(rt){case ih:jt=135>E?hx(this,a,tt,Vn,Nt,jt):dx(this,a,tt,Vn,Nt,jt),Vn=jt.x,Nt=jt.width,jt=jt.height;break;case oh:for(Wt=0;Wt<ot;Wt++)Ut=tt[Wt],ft=Ut.Da,Ht=Me===0?0:St,y?(Ut.S.h(z-ft.width,an+Ht),Nt=Math.max(Nt,ft.width),jt=Math.max(jt,an+Ht+ft.height),an+=Ht+ft.height):(Ut.S.h(gn+Ht,z-ft.height),Nt=Math.max(Nt,gn+Ht+ft.width),jt=Math.max(jt,ft.height),gn+=Ht+ft.width),Me++;break;case Su:for(Wt=0;Wt<ot;Wt++)Ut=tt[Wt],z=Ut.Da,ft=Me===0?0:St,y?(Ut.S.h(mt/2+a.focus.x,an+ft),Nt=Math.max(Nt,z.width),jt=Math.max(jt,an+ft+z.height),an+=ft+z.height):(Ut.S.h(gn+ft,mt/2+a.focus.y),Nt=Math.max(Nt,gn+ft+z.width),jt=Math.max(jt,z.height),gn+=ft+z.width),Me++}Wt=Ys(this,2),Ut=Ys(this,2),y?(Wt[0].h(0,0),Wt[1].h(0,jt),Ut[0].h(Nt,0)):(Wt[0].h(0,0),Wt[1].h(Nt,0),Ut[0].h(0,jt)),Ut[1].h(Nt,jt)}else for(Yi=0;Yi<ot;Yi++){var mo=tt[Yi],Lr=mo.Da;if(y){0<ft&&0<Me&&gn+mt+Lr.width>ft&&(gn<z&&zd(a,rt,z-gn,0,ei,Yi-1),je++,Me=0,ei=Yi,Ht=jt,gn=0,an=135<E?-jt-St:jt+St),E0(this,mo,0,an);var br=0;if(Me===0)Wt=mo.Yo,Ut=mo.kp,ee=Lr.width,Ze=Lr.height,(Wt===null||Ut===null||E!==al(mo))&&(Wt=Ys(this,2),Ut=Ys(this,2),Wt[0].h(0,0),Wt[1].h(0,Ze),Ut[0].h(ee,0),Ut[1].h(ee,Ze));else{var ds=on();Ze=fx(this,a,mo,Wt,Ut,ee,Ze,ds),br=Ze.x,Wt=ds[0],Ut=ds[1],ee=Ze.width,Ze=Ze.height,rn(ds),gn<Lr.width&&0>br&&(Nf(a,-br,0,ei,Yi-1),F0(Wt,-br,0),F0(Ut,-br,0),br=0)}mo.S.h(br,an),Nt=Math.max(Nt,ee),jt=Math.max(jt,Ht+(je===0?0:St)+Lr.height),gn=ee}else 0<ft&&0<Me&&an+mt+Lr.height>ft&&(an<z&&zd(a,rt,0,z-an,ei,Yi-1),je++,Me=0,ei=Yi,Ht=Nt,an=0,gn=135<E?-Nt-St:Nt+St),E0(this,mo,gn,0),br=0,Me===0?(Wt=mo.Yo,Ut=mo.kp,ee=Lr.width,Ze=Lr.height,(Wt===null||Ut===null||E!==al(mo))&&(Wt=Ys(this,2),Ut=Ys(this,2),Wt[0].h(0,0),Wt[1].h(ee,0),Ut[0].h(0,Ze),Ut[1].h(ee,Ze))):(ds=on(),Ze=fx(this,a,mo,Wt,Ut,ee,Ze,ds),br=Ze.x,Wt=ds[0],Ut=ds[1],ee=Ze.width,Ze=Ze.height,rn(ds),an<Lr.height&&0>br&&(Nf(a,0,-br,ei,Yi-1),F0(Wt,0,-br),F0(Ut,0,-br),br=0)),mo.S.h(gn,br),jt=Math.max(jt,Ze),Nt=Math.max(Nt,Ht+(je===0?0:St)+Lr.width),an=Ze;Me++}switch(0<je&&(y?(jt+=Math.max(0,x),gn<Nt&&zd(a,rt,Nt-gn,0,ei,ot-1),0<kt&&(at||Nf(a,kt,0,0,ot-1),Nt+=kt)):(Nt+=Math.max(0,x),an<jt&&zd(a,rt,0,jt-an,ei,ot-1),0<kt&&(at||Nf(a,0,kt,0,ot-1),jt+=kt))),kt=at=0,rt){case _c:y?at+=Nt/2-a.focus.x-yt/2:kt+=jt/2-a.focus.y-yt/2;break;case Ff:0<je?y?at+=Nt/2-a.focus.x-yt/2:kt+=jt/2-a.focus.y-yt/2:y?(Vn=tt[0].S.x+tt[0].la.x,at+=Vn+(tt[ot-1].S.x+tt[ot-1].la.x+2*tt[ot-1].focus.x-Vn)/2-a.focus.x-yt/2):(Vn=tt[0].S.y+tt[0].la.y,kt+=Vn+(tt[ot-1].S.y+tt[ot-1].la.y+2*tt[ot-1].focus.y-Vn)/2-a.focus.y-yt/2);break;case tu:y?(at-=yt,Nt+=yt):(kt-=yt,jt+=yt);break;case eu:y?(at+=Nt-a.width+yt,Nt+=yt):(kt+=jt-a.height+yt,jt+=yt);break;case ih:y?1<ot?at+=Vn+mt/2-a.focus.x:at+=tt[0].focus.x-a.focus.x+tt[0].la.x:1<ot?kt+=Vn+mt/2-a.focus.y:kt+=tt[0].focus.y-a.focus.y+tt[0].la.y;break;case oh:y?at+=Nt+mt/2-a.focus.x:kt+=jt+mt/2-a.focus.y;break;case Su:break;default:jt=this.customAlignment(a,at,kt,Nt,jt),at=jt[0],kt=jt[1],Nt=jt[2],jt=jt[3]}for(yt=0;yt<ot;yt++)Vn=tt[yt],y?Vn.S.h(Vn.S.x+Vn.la.x-at,Vn.S.y+(135<E?(ut?-jt:-Vn.Da.height)+Vn.la.y-x:Ot+x+Vn.la.y)):Vn.S.h(Vn.S.x+(135<E?(ut?-Nt:-Vn.Da.width)+Vn.la.x-x:b+x+Vn.la.x),Vn.S.y+Vn.la.y-kt);if(ot=tt=0,ut?y?(Nt=Ny(a,Nt,at),0>at&&(at=0),135<E&&(kt+=jt+x),jt+=Ot+x,rt===Su&&(tt+=mt/2+a.focus.x),ot+=Ot+x):(135<E&&(at+=Nt+x),Nt+=b+x,jt=Ey(a,jt,kt),0>kt&&(kt=0),rt===Su&&(ot+=mt/2+a.focus.y),tt+=b+x):y?(a.comments===null?b>Nt&&(Nt=Fy(rt,b-Nt,0),tt=Nt.x,ot=Nt.y,Nt=b,at=0):Nt=Ny(a,Nt,at),0>at&&(tt-=at,at=0),135<E&&(kt+=jt+x),jt=Math.max(Math.max(jt,Ot),jt+Ot+x),ot+=Ot+x):(135<E&&(at+=Nt+x),Nt=Math.max(Math.max(Nt,b),Nt+b+x),a.comments===null?Ot>jt&&(jt=Fy(rt,0,Ot-jt),tt=jt.x,ot=jt.y,jt=Ot,kt=0):jt=Ey(a,jt,kt),0>kt&&(ot-=kt,kt=0),tt+=b+x),0<je)E=Ys(this,4),je=Ys(this,4),y?(E[2].h(0,Ot+x),E[3].h(E[2].x,jt),je[2].h(Nt,E[2].y),je[3].h(je[2].x,E[3].y)):(E[2].h(b+x,0),E[3].h(Nt,E[2].y),je[2].h(E[2].x,jt),je[3].h(E[3].x,je[2].y));else{for(E=Ys(this,Wt.length+2),je=Ys(this,Ut.length+2),rt=0;rt<Wt.length;rt++)ut=Wt[rt],E[rt+2].h(ut.x+tt,ut.y+ot);for(rt=0;rt<Ut.length;rt++)ut=Ut[rt],je[rt+2].h(ut.x+tt,ut.y+ot)}y?(E[0].h(at,0),E[1].h(E[0].x,Ot),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])),je[0].h(at+b,0),je[1].h(je[0].x,Ot),je[2].y<je[1].y&&(je[2].x<je[0].x?je[2].assign(je[1]):je[1].assign(je[2])),je[3].y<je[2].y&&(je[3].x<je[0].x?je[3].assign(je[2]):je[2].assign(je[3])),E[2].y-=x/2,je[2].y-=x/2):(E[0].h(0,kt),E[1].h(b,E[0].y),E[2].x<E[1].x&&(E[2].y>E[0].y?E[2].assign(E[1]):E[1].assign(E[2])),E[3].x<E[2].x&&(E[3].y>E[0].y?E[3].assign(E[2]):E[2].assign(E[3])),je[0].h(0,kt+Ot),je[1].h(b,je[0].y),je[2].x<je[1].x&&(je[2].y<je[0].y?je[2].assign(je[1]):je[1].assign(je[2])),je[3].x<je[2].x&&(je[3].y<je[0].y?je[3].assign(je[2]):je[2].assign(je[3])),E[2].x-=x/2,je[2].x-=x/2),pl(this,Wt),pl(this,Ut),a.Yo=E,a.kp=je,a.la.h(at,kt),a.Da.h(Nt,jt)}break;default:_t("Unhandled compaction value "+a.compaction.toString())}}};function ux(a,y){if(y.childrenCount===0){var x=!1,b=0;y.parent!==null&&(b=y.parent.angle,x=y.parent.alignment,x=Qh(x));var E=by(y);y.S.h(0,0),y.Da.h(y.width,y.height),y.parent===null||y.comments===null||(b!==180&&b!==270||x)&&!E?y.la.h(0,0):b===180&&!x||(b===90||b===270)&&E?y.la.h(y.width-2*y.focus.x,0):y.la.h(0,y.height-2*y.focus.y)}else{b=al(y),x=b===90||b===270;var z=0;E=y.children;for(var tt=E.length,ot=0;ot<tt;ot++){var rt=E[ot];z=Math.max(z,x?rt.Da.width:rt.Da.height)}var at=y.alignment,ut=at===tu,ft=at===eu;ot=Qh(at);var mt=Math.max(0,y.breadthLimit);rt=a.computeLayerSpacing(y);var yt=y.nodeSpacing,St=a.computeNodeIndent(y),kt=ut||ft?0:St/2,Ot=y.rowSpacing,Nt=0;(ut||ft||y.hm||y.im&&y.maxGenerationCount===1)&&(Nt=Math.max(0,y.rowIndent)),ut=y.width;var jt=y.height,Ht=0,Wt=0,Ut=0,ee=0,Ze=0,gn=0,an=0,je=0,Me=0,ei=0;if(ot&&!Pp(at)&&135<b&&E.reverse(),Pp(at))if(1<tt)for(var Vn=0;Vn<tt;Vn++){var Yi=E[Vn],mo=Yi.Da;Vn%2===0&&Vn!==tt-1?Me=Math.max(Me,(x?mo.width:mo.height)+a.computeBusNodeSpacing(Yi)-yt):Vn%2!==0&&(ei=Math.max(ei,(x?mo.width:mo.height)+a.computeBusNodeSpacing(Yi)-yt))}else tt===1&&(Me=x?E[0].Da.width:E[0].Da.height);if(ot)switch(at){case ih:case nu:Wt=135>b?hx(a,y,E,Me,Ht,Wt):dx(a,y,E,Me,Ht,Wt),Me=Wt.x,Ht=Wt.width,Wt=Wt.height;break;case oh:for(mt=0;mt<tt;mt++)kt=E[mt],Ut=kt.Da,ei=an===0?0:Ot,x?(kt.S.h(z-Ut.width,Ze+ei),Ht=Math.max(Ht,Ut.width),Wt=Math.max(Wt,Ze+ei+Ut.height),Ze+=ei+Ut.height):(kt.S.h(ee+ei,z-Ut.height),Ht=Math.max(Ht,ee+ei+Ut.width),Wt=Math.max(Wt,Ut.height),ee+=ei+Ut.width),an++;break;case Su:for(z=0;z<tt;z++)mt=E[z],kt=mt.Da,Ut=an===0?0:Ot,x?(mt.S.h(yt/2+y.focus.x,Ze+Ut),Ht=Math.max(Ht,kt.width),Wt=Math.max(Wt,Ze+Ut+kt.height),Ze+=Ut+kt.height):(mt.S.h(ee+Ut,yt/2+y.focus.y),Ht=Math.max(Ht,ee+Ut+kt.width),Wt=Math.max(Wt,kt.height),ee+=Ut+kt.width),an++}else for(ei=0;ei<tt;ei++)Vn=E[ei],Yi=Vn.Da,x?(0<mt&&0<an&&ee+yt+Yi.width>mt&&(ee<z&&zd(y,at,z-ee,0,je,ei-1),gn++,an=0,je=ei,Ut=Wt,ee=0,Ze=135<b?-Wt-Ot:Wt+Ot),mo=an===0?kt:yt,E0(a,Vn,0,Ze),Vn.S.h(ee+mo,Ze),Ht=Math.max(Ht,ee+mo+Yi.width),Wt=Math.max(Wt,Ut+(gn===0?0:Ot)+Yi.height),ee+=mo+Yi.width):(0<mt&&0<an&&Ze+yt+Yi.height>mt&&(Ze<z&&zd(y,at,0,z-Ze,je,ei-1),gn++,an=0,je=ei,Ut=Ht,Ze=0,ee=135<b?-Ht-Ot:Ht+Ot),mo=an===0?kt:yt,E0(a,Vn,ee,0),Vn.S.h(ee,Ze+mo),Wt=Math.max(Wt,Ze+mo+Yi.height),Ht=Math.max(Ht,Ut+(gn===0?0:Ot)+Yi.width),Ze+=mo+Yi.height),an++;switch(0<gn&&(x?(Wt+=Math.max(0,rt),ee<Ht&&zd(y,at,Ht-ee,0,je,tt-1),0<Nt&&(ft||Nf(y,Nt,0,0,tt-1),Ht+=Nt)):(Ht+=Math.max(0,rt),Ze<Wt&&zd(y,at,0,Wt-Ze,je,tt-1),0<Nt&&(ft||Nf(y,0,Nt,0,tt-1),Wt+=Nt))),Nt=ft=0,at){case _c:x?ft+=Ht/2-y.focus.x-St/2:Nt+=Wt/2-y.focus.y-St/2;break;case Ff:0<gn?x?ft+=Ht/2-y.focus.x-St/2:Nt+=Wt/2-y.focus.y-St/2:x?(a=E[0].S.x+E[0].la.x,ft+=a+(E[tt-1].S.x+E[tt-1].la.x+2*E[tt-1].focus.x-a)/2-y.focus.x-St/2):(a=E[0].S.y+E[0].la.y,Nt+=a+(E[tt-1].S.y+E[tt-1].la.y+2*E[tt-1].focus.y-a)/2-y.focus.y-St/2);break;case tu:x?(ft-=St,Ht+=St):(Nt-=St,Wt+=St);break;case eu:x?(ft+=Ht-y.width+St,Ht+=St):(Nt+=Wt-y.height+St,Wt+=St);break;case ih:case nu:x?1<tt?ft+=Me+yt/2-y.focus.x:ft+=E[0].focus.x-y.focus.x+E[0].la.x:1<tt?Nt+=Me+yt/2-y.focus.y:Nt+=E[0].focus.y-y.focus.y+E[0].la.y;break;case oh:x?ft+=Ht+yt/2-y.focus.x:Nt+=Wt+yt/2-y.focus.y;break;case Su:break;default:a=a.customAlignment(y,ft,Nt,Ht,Wt),ft=a[0],Nt=a[1],Ht=a[2],Wt=a[3]}for(a=0;a<tt;a++)St=E[a],x?St.S.h(St.S.x+St.la.x-ft,St.S.y+(135<b?(ot?-Wt:-St.Da.height)+St.la.y-rt:jt+rt+St.la.y)):St.S.h(St.S.x+(135<b?(ot?-Ht:-St.Da.width)+St.la.x-rt:ut+rt+St.la.x),St.S.y+St.la.y-Nt);x?(Ht=Ny(y,Ht,ft),0>ft&&(ft=0),135<b&&(Nt+=Wt+rt),Wt=Math.max(Math.max(Wt,jt),Wt+jt+rt)):(135<b&&(ft+=Ht+rt),Ht=Math.max(Math.max(Ht,ut),Ht+ut+rt),Wt=Ey(y,Wt,Nt),0>Nt&&(Nt=0)),y.la.h(ft,Nt),y.Da.h(Ht,Wt)}}wi.prototype.customAlignment=function(a,y,x,b,E){return[y,x,b,E]};function hx(a,y,x,b,E,z){var tt=x.length;if(tt===0)return new ye(b,0,E,z);if(tt===1)return y=x[0],E=y.Da.width,z=y.Da.height,new ye(b,0,E,z);for(var ot=y.nodeSpacing,rt=y.rowSpacing,at=al(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],kt=St.Da,Ot=ut===0?0:rt;if(at){var Nt=a.computeBusNodeSpacing(St)-ot;St.S.h(b-(kt.width+Nt),mt+Ot),E=Math.max(E,kt.width+Nt),z=Math.max(z,mt+Ot+kt.height),mt+=Ot+kt.height}else Nt=a.computeBusNodeSpacing(St)-ot,St.S.h(ft+Ot,b-(kt.height+Nt)),z=Math.max(z,kt.height+Nt),E=Math.max(E,ft+Ot+kt.width),ft+=Ot+kt.width;ut++}for(ut=0,St=ft,yt=mt,at?(ft=b+ot,mt=0):(ft=0,mt=b+ot),kt=0;kt<tt;kt++)if(kt%2!==0){Ot=x[kt],Nt=Ot.Da;var jt=ut===0?0:rt;if(at){var Ht=a.computeBusNodeSpacing(Ot)-ot;Ot.S.h(ft+Ht,mt+jt),E=Math.max(E,ft+Nt.width+Ht),z=Math.max(z,mt+jt+Nt.height),mt+=jt+Nt.height}else Ht=a.computeBusNodeSpacing(Ot)-ot,Ot.S.h(ft+jt,mt+Ht),E=Math.max(E,ft+jt+Nt.width),z=Math.max(z,mt+Nt.height+Ht),ft+=jt+Nt.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(b+ot/2-x.focus.x-x.la.x,z+a),at=b+ot/2-x.focus.x-x.la.x,E=Math.max(E,at+tt.width),0>at&&(E-=at),z=Math.max(z,Math.max(yt,mt)+a+tt.height),0>x.S.x&&(b=N0(y,x.S.x,!1,b,ot))):(x.S.h(E+a,b+ot/2-x.focus.y-x.la.y),E=Math.max(E,Math.max(St,ft)+a+tt.width),mt=b+ot/2-x.focus.y-x.la.y,z=Math.max(z,mt+tt.height),0>mt&&(z-=mt),0>x.S.y&&(b=N0(y,x.S.y,!0,b,ot)))),new ye(b,0,E,z)}function dx(a,y,x,b,E,z){var tt=x.length;if(tt===0)return new ye(b,0,E,z);if(tt===1)return x=x[0],E=x.Da.width,z=x.Da.height,new ye(b,0,E,z);for(var ot=y.nodeSpacing,rt=y.rowSpacing,at=al(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],kt=St.Da,Ot=ut===0?0:rt;if(at){var Nt=a.computeBusNodeSpacing(St)-ot;mt-=Ot+kt.height,St.S.h(b-(kt.width+Nt),mt),E=Math.max(E,kt.width+Nt),z=Math.max(z,Math.abs(mt))}else Nt=a.computeBusNodeSpacing(St)-ot,ft-=Ot+kt.width,St.S.h(ft,b-(kt.height+Nt)),z=Math.max(z,kt.height+Nt),E=Math.max(E,Math.abs(ft));ut++}for(ut=0,St=ft,yt=mt,at?(ft=b+ot,mt=0):(ft=0,mt=b+ot),kt=0;kt<tt;kt++)if(kt%2!==0){Ot=x[kt],Nt=Ot.Da;var jt=ut===0?0:rt;if(at){var Ht=a.computeBusNodeSpacing(Ot)-ot;mt-=jt+Nt.height,Ot.S.h(ft+Ht,mt),E=Math.max(E,ft+Nt.width+Ht),z=Math.max(z,Math.abs(mt))}else Ht=a.computeBusNodeSpacing(Ot)-ot,ft-=jt+Nt.width,Ot.S.h(ft,mt+Ht),z=Math.max(z,mt+Nt.height+Ht),E=Math.max(E,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(b+ot/2-rt.focus.x-rt.la.x,-z-ut.height-a),ft=b+ot/2-rt.focus.x-rt.la.x,E=Math.max(E,ft+ut.width),0>ft&&(E-=ft),z=Math.max(z,Math.abs(Math.min(yt,mt))+a+ut.height),0>rt.S.x&&(b=N0(y,rt.S.x,!1,b,ot))):(rt.S.h(-E-ut.width-a,b+ot/2-rt.focus.y-rt.la.y),E=Math.max(E,Math.abs(Math.min(St,ft))+a+ut.width),mt=b+ot/2-rt.focus.y-rt.la.y,z=Math.max(z,mt+ut.height),0>mt&&(z-=mt),0>rt.S.y&&(b=N0(y,rt.S.y,!0,b,ot)))),y=0;y<tt;y++)ot=x[y],at?ot.S.h(ot.S.x,ot.S.y+z):ot.S.h(ot.S.x+E,ot.S.y);return new ye(b,0,E,z)}wi.prototype.computeBusNodeSpacing=function(a){return a.parent===null?0:a.parent.nodeSpacing},wi.prototype.computeBusLastRowSpacing=function(a){return a.parent===null?0:a.parent.rowSpacing};function N0(a,y,x,b,E){a=a.children;for(var z=a.length,tt=0;tt<z;tt++)x?a[tt].S.h(a[tt].S.x,a[tt].S.y-y):a[tt].S.h(a[tt].S.x-y,a[tt].S.y);return y=a[z-1],Math.max(b,x?y.la.y+y.focus.y-E/2:y.la.x+y.focus.x-E/2)}function Ny(a,y,x){switch(a.alignment){case Ff:case _c:return x+a.width>y&&(y=x+a.width),0>x&&(y-=x),y;case tu:return a.width>y?a.width:y;case eu:return 2*a.focus.x>y?a.width:y+a.width-2*a.focus.x;case ih:case nu: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 Su:return Math.max(a.width,a.focus.x+a.nodeSpacing/2+y);default:return y}}function Ey(a,y,x){switch(a.alignment){case Ff:case _c:return x+a.height>y&&(y=x+a.height),0>x&&(y-=x),y;case tu:return a.height>y?a.height:y;case eu:return 2*a.focus.y>y?a.height:y+a.height-2*a.focus.y;case ih:case nu: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 Su:return Math.max(a.height,a.focus.y+a.nodeSpacing/2+y);default:return y}}function Fy(a,y,x){switch(a){case _c:y/=2,x/=2;break;case Ff:y/=2,x/=2;break;case tu:x=y=0;break;case eu:break;default:_t("Unhandled alignment value "+a.toString())}return new It(y,x)}function zd(a,y,x,b,E,z){y=Fy(y,x,b),Nf(a,y.x,y.y,E,z)}function Nf(a,y,x,b,E){if(y!==0||x!==0)for(a=a.children;b<=E;b++){var z=a[b].S;z.x+=y,z.y+=x}}function E0(a,y,x,b){var E=y.parent;switch(a.ud){case ql:for(a=y.sourceEdges;a.next();)y=a.value,y.fromVertex===E&&y.relativePoint.h(x,b);break;case Ef:for(a=y.destinationEdges;a.next();)y=a.value,y.toVertex===E&&y.relativePoint.h(x,b);break;default:_t("Unhandled path value "+a.ud.toString())}}function F0(a,y,x){for(var b=0;b<a.length;b++){var E=a[b];E.x+=y,E.y+=x}}function fx(a,y,x,b,E,z,tt,ot){var rt=al(y),at=rt===90||rt===270,ut=y.nodeSpacing;y=b;var ft=E;b=z;var mt=tt,yt=x.Yo,St=x.kp;tt=x.Da;var kt=at?Math.max(mt,tt.height):Math.max(b,tt.width);if((yt===null||rt!==al(x))&&(yt=Ys(a,2),St=Ys(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(E=x=0;x<ft.length&&E<yt.length;){z=ft[x];var Ot=yt[E];rt=Ot.x,at=Ot.y,rt+=b;var Nt=z;x+1<ft.length&&(Nt=ft[x+1]);var jt=Ot;Ot=jt.x,jt=jt.y,E+1<yt.length&&(jt=yt[E+1],Ot=jt.x,jt=jt.y,Ot+=b);var Ht=mt;z.y===at?Ht=rt-z.x:z.y>at&&z.y<jt?Ht=rt+(z.y-at)/(jt-at)*(Ot-rt)-z.x:at>z.y&&at<Nt.y&&(Ht=rt-(z.x+(at-z.y)/(Nt.y-z.y)*(Nt.x-z.x))),Ht<mt&&(mt=Ht),Nt.y<=z.y?x++:jt<=at?E++:(Nt.y<=jt&&x++,jt<=Nt.y&&E++)}if(mt=b-mt,mt+=ut,x=yt,E=mt,y===null||2>y.length||x===null||2>x.length)b=null;else{for(ut=Ys(a,y.length+x.length),b=z=rt=0;z<x.length&&x[z].y<y[0].y;)at=x[z++],ut[b++].h(at.x+E,at.y);for(;rt<y.length;)at=y[rt++],ut[b++].h(at.x,at.y);for(rt=y[y.length-1].y;z<x.length&&x[z].y<=rt;)z++;for(;z<x.length&&x[z].y>rt;)at=x[z++],ut[b++].h(at.x+E,at.y);for(x=Ys(a,b),rt=0;rt<b;rt++)x[rt].assign(ut[rt]);pl(a,ut),b=x}if(z=St,rt=mt,ft===null||2>ft.length||z===null||2>z.length)E=null;else{for(ut=Ys(a,ft.length+z.length),E=at=x=0;x<ft.length&&ft[x].y<z[0].y;)Nt=ft[x++],ut[E++].h(Nt.x,Nt.y);for(;at<z.length;)Nt=z[at++],ut[E++].h(Nt.x+rt,Nt.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[E++].h(rt.x,rt.y);for(z=Ys(a,E),x=0;x<E;x++)z[x].assign(ut[x]);pl(a,ut),E=z}return z=Math.max(0,mt)+tt.width,tt=kt,pl(a,y),pl(a,yt),pl(a,ft),pl(a,St),ot[0]=b,ot[1]=E,new ye(mt,0,z,tt)}if(b=9999999,!(ft===null||2>ft.length||yt===null||2>yt.length))for(E=x=0;x<ft.length&&E<yt.length;)z=ft[x],Ot=yt[E],rt=Ot.x,at=Ot.y,at+=mt,Nt=z,x+1<ft.length&&(Nt=ft[x+1]),jt=Ot,Ot=jt.x,jt=jt.y,E+1<yt.length&&(jt=yt[E+1],Ot=jt.x,jt=jt.y,jt+=mt),Ht=b,z.x===rt?Ht=at-z.y:z.x>rt&&z.x<Ot?Ht=at+(z.x-rt)/(Ot-rt)*(jt-at)-z.y:rt>z.x&&rt<Nt.x&&(Ht=at-(z.y+(rt-z.x)/(Nt.x-z.x)*(Nt.y-z.y))),Ht<b&&(b=Ht),Nt.x<=z.x?x++:Ot<=rt?E++:(Nt.x<=Ot&&x++,Ot<=Nt.x&&E++);if(mt-=b,mt+=ut,x=yt,E=mt,y===null||2>y.length||x===null||2>x.length)b=null;else{for(ut=Ys(a,y.length+x.length),b=z=rt=0;z<x.length&&x[z].x<y[0].x;)at=x[z++],ut[b++].h(at.x,at.y+E);for(;rt<y.length;)at=y[rt++],ut[b++].h(at.x,at.y);for(rt=y[y.length-1].x;z<x.length&&x[z].x<=rt;)z++;for(;z<x.length&&x[z].x>rt;)at=x[z++],ut[b++].h(at.x,at.y+E);for(x=Ys(a,b),rt=0;rt<b;rt++)x[rt].assign(ut[rt]);pl(a,ut),b=x}if(z=St,rt=mt,ft===null||2>ft.length||z===null||2>z.length)E=null;else{for(ut=Ys(a,ft.length+z.length),E=at=x=0;x<ft.length&&ft[x].x<z[0].x;)Nt=ft[x++],ut[E++].h(Nt.x,Nt.y);for(;at<z.length;)Nt=z[at++],ut[E++].h(Nt.x,Nt.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[E++].h(rt.x,rt.y);for(z=Ys(a,E),x=0;x<E;x++)z[x].assign(ut[x]);pl(a,ut),E=z}return z=kt,tt=Math.max(0,mt)+tt.height,pl(a,y),pl(a,yt),pl(a,ft),pl(a,St),ot[0]=b,ot[1]=E,new ye(mt,0,z,tt)}function Ys(a,y){if(a=a.ru[y],a!==void 0&&(a=a.pop(),a!==void 0))return a;a=[];for(var x=0;x<y;x++)a[x]=new It;return a}function pl(a,y){var x=y.length,b=a.ru[x];b===void 0&&(b=[],a.ru[x]=b),b.push(y)}wi.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 b=x.position;x=b.x,b=b.y,isFinite(x)||(x=0),isFinite(b)||(b=0),Ay(this,y,x,b)}}}else{for(a=[],y=this.Ub.iterator;y.next();)x=y.value,x instanceof Ya&&a.push(x);switch(this.sorting){case Hc:break;case wp:a.reverse();break;case Cp:a.sort(this.comparer);break;case Lp:a.sort(this.comparer),a.reverse();break;default:_t("Unhandled sorting value "+this.sorting.toString())}for(x=this.arrangementOrigin,y=x.x,x=x.y,b=0;b<a.length;b++){var E=a[b];switch(Ay(this,E,y+E.la.x,x+E.la.y),this.Rb){case O0:x+=E.Da.height+this.$d.height;break;case Iy:y+=E.Da.width+this.$d.width;break;default:_t("Unhandled arrangement value "+this.Rb.toString())}}}};function Ay(a,y,x,b){if(y!==null){y.x=x,y.y=b,y=y.children;for(var E=y.length,z=0;z<E;z++){var tt=y[z];Ay(a,tt,x+tt.S.x,b+tt.S.y)}}}wi.prototype.commitLayout=function(){this.yv(),this.commitNodes(),this.Gu(),this.isRouting&&this.commitLinks()},wi.prototype.commitNodes=function(){for(var a=this.network.vertexes.iterator;a.next();)a.value.commit();for(a.reset();a.next();)this.layoutComments(a.value)},wi.prototype.Gu=function(){if(this.layerStyle===R0){for(var a=this.$v,y=[],x=null,b=this.network.vertexes.iterator;b.next();){var E=b.value;x===null?x=E.bounds.copy():x.ed(E.bounds);var z=y[E.level];z===void 0?z=this.computeLayerSpacing(E):z=Math.max(z,this.computeLayerSpacing(E)),y[E.level]=z}for(b=0;b<y.length;b++)y[b]===void 0&&(y[b]=0);if(this.angle===90||this.angle===270?(x.Bc(this.nodeSpacing/2,this.layerSpacing),b=new It(-this.nodeSpacing/2,-this.layerSpacing/2)):(x.Bc(this.layerSpacing,this.nodeSpacing/2),b=new It(-this.layerSpacing/2,-this.nodeSpacing/2)),E=[],x=this.angle===90||this.angle===270?x.width:x.height,z=0,this.angle===180||this.angle===270)for(var tt=0;tt<a.length;tt++)z+=a[tt]+y[tt];for(tt=0;tt<a.length;tt++){var ot=a[tt]+y[tt];this.angle===270?(z-=ot,E.push(new ye(0,z,x,ot))):this.angle===90?(E.push(new ye(0,z,x,ot)),z+=ot):this.angle===180?(z-=ot,E.push(new ye(z,0,ot,x))):(E.push(new ye(z,0,ot,x)),z+=ot)}this.commitLayers(E,b)}},wi.prototype.commitLayers=function(){},wi.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()},wi.prototype.yv=function(){for(var a=this.Ub.iterator;a.next();){var y=a.value;y instanceof Ya&&cx(this,y)}};function cx(a,y){if(y!==null){a.setPortSpots(y),y=y.children;for(var x=y.length,b=0;b<x;b++)cx(a,y[b])}}wi.prototype.setPortSpots=function(a){var y=a.alignment;if(Qh(y)){var x=this.ud===ql,b=al(a);switch(b){case 0:var E=Hr;break;case 90:E=Qr;break;case 180:E=Ds;break;default:E=Bs}var z=a.children,tt=z.length;switch(y){case ih:case nu:for(y=0;y<tt;y++){var ot=z[y];if(ot=(x?ot.sourceEdges:ot.destinationEdges).first(),ot!==null&&(ot=ot.link,ot!==null)){var rt=b===90||b===270?Ds:Bs;if(tt===1||y===tt-1&&tt%2===1)switch(b){case 0:rt=Ds;break;case 90:rt=Bs;break;case 180:rt=Hr;break;default:rt=Qr}else y%2===0&&(rt=b===90||b===270?Hr:Qr);x?(a.setsPortSpot&&(ot.fromSpot=E),a.setsChildPortSpot&&(ot.toSpot=rt)):(a.setsPortSpot&&(ot.fromSpot=rt),a.setsChildPortSpot&&(ot.toSpot=E))}}break;case oh:for(b=b===90||b===270?Hr:Qr,z=x?a.destinationEdges:a.sourceEdges;z.next();)tt=z.value.link,tt!==null&&(x?(a.setsPortSpot&&(tt.fromSpot=E),a.setsChildPortSpot&&(tt.toSpot=b)):(a.setsPortSpot&&(tt.fromSpot=b),a.setsChildPortSpot&&(tt.toSpot=E)));break;case Su:for(b=b===90||b===270?Ds:Bs,z=x?a.destinationEdges:a.sourceEdges;z.next();)tt=z.value.link,tt!==null&&(x?(a.setsPortSpot&&(tt.fromSpot=E),a.setsChildPortSpot&&(tt.toSpot=b)):(a.setsPortSpot&&(tt.fromSpot=b),a.setsChildPortSpot&&(tt.toSpot=E)))}}else if(x=al(a),this.ud===ql){for(E=a.destinationEdges;E.next();)if(b=E.value.link,b!==null){if(a.setsPortSpot)if(a.portSpot.Xb())switch(x){case 0:b.fromSpot=Hr;break;case 90:b.fromSpot=Qr;break;case 180:b.fromSpot=Ds;break;default:b.fromSpot=Bs}else b.fromSpot=a.portSpot;if(a.setsChildPortSpot)if(a.childPortSpot.Xb())switch(x){case 0:b.toSpot=Ds;break;case 90:b.toSpot=Bs;break;case 180:b.toSpot=Hr;break;default:b.toSpot=Qr}else b.toSpot=a.childPortSpot}}else for(E=a.sourceEdges;E.next();)if(b=E.value.link,b!==null){if(a.setsPortSpot)if(a.portSpot.Xb())switch(x){case 0:b.toSpot=Hr;break;case 90:b.toSpot=Qr;break;case 180:b.toSpot=Ds;break;default:b.toSpot=Bs}else b.toSpot=a.portSpot;if(a.setsChildPortSpot)if(a.childPortSpot.Xb())switch(x){case 0:b.fromSpot=Ds;break;case 90:b.fromSpot=Bs;break;case 180:b.fromSpot=Hr;break;default:b.fromSpot=Qr}else b.fromSpot=a.childPortSpot}};function al(a){return a=a.angle,45>=a?0:135>=a?90:225>=a?180:315>=a?270:0}wi.prototype.computeLayerSpacing=function(a){var y=al(a);y=y===90||y===270;var x=a.layerSpacing;if(0<a.layerSpacingParentOverlap){var b=Math.min(1,a.layerSpacingParentOverlap);x-=y?a.height*b:a.width*b}return x<(y?-a.height:-a.width)&&(x=y?-a.height:-a.width),x},wi.prototype.computeNodeIndent=function(a){var y=al(a),x=a.nodeIndent;if(0<a.nodeIndentPastParent){var b=Math.min(1,a.nodeIndentPastParent);x+=y===90||y===270?a.width*b:a.height*b}return x=Math.max(0,x)},re.Object.defineProperties(wi.prototype,{roots:{get:function(){return this.Ub},set:function(a){this.Ub!==a&&(this.Ub=a,this.C())}},path:{get:function(){return this.Wn},set:function(a){this.Wn!==a&&(this.Wn=a,this.C())}},treeStyle:{get:function(){return this.vo},set:function(a){this.Rb===a||a!==D0&&a!==Dy&&a!==By&&a!==Oy||(this.vo=a,this.C())}},layerStyle:{get:function(){return this.Bq},set:function(a){this.Rb===a||a!==Ry&&a!==zy&&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!==Hc&&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()):_t("TreeLayout.angle must be 0, 90, 180, or 270"))}},alignment:{get:function(){return this.W.alignment},set:function(a){this.W.alignment!==a&&(this.W.alignment=a,this.C())}},nodeIndent:{get:function(){return this.W.nodeIndent},set:function(a){this.W.nodeIndent!==a&&0<=a&&(this.W.nodeIndent=a,this.C())}},nodeIndentPastParent:{get:function(){return this.W.nodeIndentPastParent},set:function(a){this.W.nodeIndentPastParent!==a&&0<=a&&1>=a&&(this.W.nodeIndentPastParent=a,this.C())}},nodeSpacing:{get:function(){return this.W.nodeSpacing},set:function(a){this.W.nodeSpacing!==a&&(this.W.nodeSpacing=a,this.C())}},layerSpacing:{get:function(){return this.W.layerSpacing},set:function(a){this.W.layerSpacing!==a&&(this.W.layerSpacing=a,this.C())}},layerSpacingParentOverlap:{get:function(){return this.W.layerSpacingParentOverlap},set:function(a){this.W.layerSpacingParentOverlap!==a&&0<=a&&1>=a&&(this.W.layerSpacingParentOverlap=a,this.C())}},compaction:{get:function(){return this.W.compaction},set:function(a){this.W.compaction===a||a!==B0&&a!==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!==Hc&&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!==B0&&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 A0=new Se(wi,"PathDefault",-1),ql=new Se(wi,"PathDestination",0),Ef=new Se(wi,"PathSource",1),Hc=new Se(wi,"SortingForwards",10),wp=new Se(wi,"SortingReverse",11),Cp=new Se(wi,"SortingAscending",12),Lp=new Se(wi,"SortingDescending",13),_c=new Se(wi,"AlignmentCenterSubtrees",20),Ff=new Se(wi,"AlignmentCenterChildren",21),tu=new Se(wi,"AlignmentStart",22),eu=new Se(wi,"AlignmentEnd",23),ih=new Se(wi,"AlignmentBus",24),nu=new Se(wi,"AlignmentBusBranching",25),oh=new Se(wi,"AlignmentTopLeftBus",26),Su=new Se(wi,"AlignmentBottomRightBus",27),B0=new Se(wi,"CompactionNone",30),kp=new Se(wi,"CompactionBlock",31),D0=new Se(wi,"StyleLayered",40),By=new Se(wi,"StyleLastParents",41),Dy=new Se(wi,"StyleAlternating",42),Oy=new Se(wi,"StyleRootOnly",43),O0=new Se(wi,"ArrangementVertical",50),Iy=new Se(wi,"ArrangementHorizontal",51),I0=new Se(wi,"ArrangementFixedRoots",52),Ry=new Se(wi,"LayerIndividual",60),zy=new Se(wi,"LayerSiblings",61),R0=new Se(wi,"LayerUniform",62);wi.className="TreeLayout",wi.PathDefault=A0,wi.PathDestination=ql,wi.PathSource=Ef,wi.SortingForwards=Hc,wi.SortingReverse=wp,wi.SortingAscending=Cp,wi.SortingDescending=Lp,wi.AlignmentCenterSubtrees=_c,wi.AlignmentCenterChildren=Ff,wi.AlignmentStart=tu,wi.AlignmentEnd=eu,wi.AlignmentBus=ih,wi.AlignmentBusBranching=nu,wi.AlignmentTopLeftBus=oh,wi.AlignmentBottomRightBus=Su,wi.CompactionNone=B0,wi.CompactionBlock=kp,wi.StyleLayered=D0,wi.StyleLastParents=By,wi.StyleAlternating=Dy,wi.StyleRootOnly=Oy,wi.ArrangementVertical=O0,wi.ArrangementHorizontal=Iy,wi.ArrangementFixedRoots=I0,wi.LayerIndividual=Ry,wi.LayerSiblings=zy,wi.LayerUniform=R0;function Af(a){So.call(this,a)}de(Af,So),Af.prototype.createVertex=function(){return new Ya(this)},Af.prototype.createEdge=function(){return new Wc(this)},Af.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 It(0,0),this.Da=new Ue(0,0),this.la=new It(0,0),this.im=this.hm=this.qA=!1,this.kp=this.Yo=null,this.nd=Hc,this.hd=oy,this.Kb=0,this.Jb=Ff,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=Nr,this.wr=!0,this.Dp=Nr}de(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)},re.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 Wc(a){oa.call(this,a),this.$t=new It(0,0)}de(Wc,oa),Wc.prototype.commit=function(){var a=this.link;if(a!==null&&!a.isAvoiding){var y=this.network.layout,x=null,b=null;switch(y.ud){case ql:x=this.fromVertex,b=this.toVertex;break;case Ef:x=this.toVertex,b=this.fromVertex;break;default:_t("Unhandled path value "+y.ud.toString())}if(x!==null&&b!==null){var E=this.$t;if(E.x!==0||E.y!==0||x.qA){b=x.bounds;var z=al(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===eu?(z=b.bottom+E.y,E.y===0&&ft.y>yt.y+x.rowIndent&&(z=Math.min(z,Math.max(ft.y,z-y.computeNodeIndent(x))))):x.alignment===tu?(z=b.top+E.y,E.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?b.top-x.la.y+E.y:b.y+b.height/2+E.y,rt?(a.m(ut,ft.x,z),ut++,a.m(ut,b.right+tt,z),ut++,a.m(ut,b.right+tt+(E.x-ot)/3,z),ut++,a.m(ut,b.right+tt+2*(E.x-ot)/3,z),ut++,a.m(ut,b.right+tt+(E.x-ot),z),ut++,a.m(ut,mt.x,z)):(at&&(a.m(ut,b.right+tt/2,ft.y),ut++),a.m(ut,b.right+tt/2,z),ut++,a.m(ut,b.right+tt+E.x-(at?ot/2:ot),z),ut++,at&&a.m(ut,a.i(ut-1).x,mt.y))):z===90?(x.alignment===eu?(z=b.right+E.x,E.x===0&&ft.x>yt.x+x.rowIndent&&(z=Math.min(z,Math.max(ft.x,z-y.computeNodeIndent(x))))):x.alignment===tu?(z=b.left+E.x,E.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?b.left-x.la.x+E.x:b.x+b.width/2+E.x,rt?(a.m(ut,z,ft.y),ut++,a.m(ut,z,b.bottom+tt),ut++,a.m(ut,z,b.bottom+tt+(E.y-ot)/3),ut++,a.m(ut,z,b.bottom+tt+2*(E.y-ot)/3),ut++,a.m(ut,z,b.bottom+tt+(E.y-ot)),ut++,a.m(ut,z,mt.y)):(at&&(a.m(ut,ft.x,b.bottom+tt/2),ut++),a.m(ut,z,b.bottom+tt/2),ut++,a.m(ut,z,b.bottom+tt+E.y-(at?ot/2:ot)),ut++,at&&a.m(ut,mt.x,a.i(ut-1).y))):z===180?(x.alignment===eu?(z=b.bottom+E.y,E.y===0&&ft.y>yt.y+x.rowIndent&&(z=Math.min(z,Math.max(ft.y,z-y.computeNodeIndent(x))))):x.alignment===tu?(z=b.top+E.y,E.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?b.top-x.la.y+E.y:b.y+b.height/2+E.y,rt?(a.m(ut,ft.x,z),ut++,a.m(ut,b.left-tt,z),ut++,a.m(ut,b.left-tt+(E.x+ot)/3,z),ut++,a.m(ut,b.left-tt+2*(E.x+ot)/3,z),ut++,a.m(ut,b.left-tt+(E.x+ot),z),ut++,a.m(ut,mt.x,z)):(at&&(a.m(ut,b.left-tt/2,ft.y),ut++),a.m(ut,b.left-tt/2,z),ut++,a.m(ut,b.left-tt+E.x+(at?ot/2:ot),z),ut++,at&&a.m(ut,a.i(ut-1).x,mt.y))):z===270?(x.alignment===eu?(z=b.right+E.x,E.x===0&&ft.x>yt.x+x.rowIndent&&(z=Math.min(z,Math.max(ft.x,z-y.computeNodeIndent(x))))):x.alignment===tu?(z=b.left+E.x,E.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?b.left-x.la.x+E.x:b.x+b.width/2+E.x,rt?(a.m(ut,z,ft.y),ut++,a.m(ut,z,b.top-tt),ut++,a.m(ut,z,b.top-tt+(E.y+ot)/3),ut++,a.m(ut,z,b.top-tt+2*(E.y+ot)/3),ut++,a.m(ut,z,b.top-tt+(E.y+ot)),ut++,a.m(ut,z,mt.y)):(at&&(a.m(ut,ft.x,b.top-tt/2),ut++),a.m(ut,z,b.top-tt/2),ut++,a.m(ut,z,b.top-tt+E.y+(at?ot/2:ot)),ut++,at&&a.m(ut,mt.x,a.i(ut-1).y))):_t("Invalid angle "+z),a.zf()}else E=b,a=this.link,b=this.network.layout,y=al(x),y!==al(E)&&(tt=b.computeLayerSpacing(x),ot=x.bounds,x=E.bounds,y===0&&x.left-ot.right<tt+1||y===90&&x.top-ot.bottom<tt+1||y===180&&ot.left-x.right<tt+1||y===270&&ot.top-x.bottom<tt+1||(a.vg(),x=a.curve===ya,E=a.isOrthogonal,b=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)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,y,a.i(2).y),a.L(3,y,a.i(3).y)):a.pointsCount===4?a.m(2,y,a.i(2).y):a.pointsCount===3?a.L(1,y,a.i(2).y):a.pointsCount===2&&a.m(1,y,a.i(1).y)):y===90?(y=ot.bottom+tt/2,x?a.pointsCount===4&&(x=a.i(3).x,a.L(1,a.i(1).x,y-20),a.m(2,x,y-20),a.m(3,x,y),a.m(4,x,y+20),a.L(5,x,a.i(5).y)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,a.i(2).x,y),a.L(3,a.i(3).x,y)):a.pointsCount===4?a.m(2,a.i(2).x,y):a.pointsCount===3?a.L(1,a.i(2).x,y):a.pointsCount===2&&a.m(1,a.i(1).x,y)):y===180?(y=ot.left-tt/2,x?a.pointsCount===4&&(x=a.i(3).y,a.L(1,y+20,a.i(1).y),a.m(2,y+20,x),a.m(3,y,x),a.m(4,y-20,x),a.L(5,a.i(5).x,x)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,y,a.i(2).y),a.L(3,y,a.i(3).y)):a.pointsCount===4?a.m(2,y,a.i(2).y):a.pointsCount===3?a.L(1,y,a.i(2).y):a.pointsCount===2&&a.m(1,y,a.i(1).y)):y===270&&(y=ot.top-tt/2,x?a.pointsCount===4&&(x=a.i(3).x,a.L(1,a.i(1).x,y+20),a.m(2,x,y+20),a.m(3,x,y),a.m(4,x,y-20),a.L(5,x,a.i(5).y)):E?b?a.L(3,a.i(2).x,a.i(4).y):a.pointsCount===6&&(a.L(2,a.i(2).x,y),a.L(3,a.i(3).x,y)):a.pointsCount===4?a.m(2,a.i(2).x,y):a.pointsCount===3?a.L(1,a.i(2).x,y):a.pointsCount===2&&a.m(1,a.i(1).x,y)),a.zf()))}}},re.Object.defineProperties(Wc.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)}}}),Wc.className="TreeEdge",Oo.prototype.initializeStandardTools=function(){this.gb("Action",new za,this.mouseDownTools),this.gb("Relinking",new ca,this.mouseDownTools),this.gb("LinkReshaping",new ar,this.mouseDownTools),this.gb("Rotating",new ys,this.mouseDownTools),this.gb("Resizing",new $r,this.mouseDownTools),this.gb("Linking",new vs,this.mouseMoveTools),this.gb("Dragging",new _o,this.mouseMoveTools),this.gb("DragSelecting",new wa,this.mouseMoveTools),this.gb("Panning",new Vr,this.mouseMoveTools),this.gb("ContextMenu",new Ss,this.mouseUpTools),this.gb("TextEditing",new Lo,this.mouseUpTools),this.gb("ClickCreating",new zu,this.mouseUpTools),this.gb("ClickSelecting",new Lh,this.mouseUpTools)},Fl("Horizontal",new fm),Fl("Spot",new gm),Fl("Table",new mm),Fl("Viewbox",new Sm),Fl("TableRow",new vm),Fl("TableColumn",new ym),Fl("Graduated",new Hg),Fl("Grid",new Gg),fc.add("GraphLinksModel",Tr),fc.add("TreeModel",Ea);var z0=be.go,jy={get licenseKey(){return ne.licenseKey},set licenseKey(a){ne.licenseKey=a},get version(){return ne.version},Group:ii,EnumValue:Se,List:Ie,Set:Be,Map:Gn,Point:It,Size:Ue,Rect:ye,Margin:Si,Spot:en,Geometry:_e,PathFigure:Pr,PathSegment:Vi,InputEvent:as,DiagramEvent:Nu,ChangedEvent:jo,Model:Pn,GraphLinksModel:bi,TreeModel:Ts,Binding:ur,Transaction:Mr,UndoManager:Ho,CommandHandler:Dt,Tool:zi,DraggingTool:_o,DraggingInfo:cu,DraggingOptions:st,LinkingBaseTool:tr,LinkingTool:vs,RelinkingTool:ca,LinkReshapingTool:ar,ResizingTool:$r,RotatingTool:ys,ClickSelectingTool:Lh,ActionTool:za,ClickCreatingTool:zu,HTMLInfo:Ml,ContextMenuTool:Ss,DragSelectingTool:wa,PanningTool:Vr,TextEditingTool:Lo,ToolManager:Oo,Animation:Yr,AnimationManager:ea,AnimationTrigger:qa,Layer:Er,Diagram:ne,Palette:dt,Overview:gt,Brush:Qi,GraphObject:Zt,Panel:De,RowColumnDefinition:pr,Shape:fi,TextBlock:yo,Picture:Gs,Part:bn,Adornment:ji,Node:qe,Link:Ge,Placeholder:Cs,Layout:Bo,LayoutNetwork:So,LayoutVertex:Sr,LayoutEdge:oa,GridLayout:Or,PanelLayout:yr,CircularLayout:Wo,CircularNetwork:zc,CircularVertex:pp,CircularEdge:y0,ForceDirectedLayout:Zr,ForceDirectedNetwork:bf,ForceDirectedVertex:mp,ForceDirectedEdge:vp,LayeredDigraphLayout:no,LayeredDigraphNetwork:Gc,LayeredDigraphVertex:Aa,LayeredDigraphEdge:xp,TreeLayout:wi,TreeNetwork:Af,TreeVertex:Ya,TreeEdge:Wc};typeof z0=="object"&&z0.version&&Fn("WARNING: a `go` object on the root object is already defined. "+("Debug"in z0?"debug ":"")+"version: "+z0.version+", replaced with version: "+jy.version),ne.prototype.go=jy,be.go=jy,typeof cn.exports=="object"&&(cn.exports=typeof Xt.g!="undefined"?Xt.g.go:self.go)}();var bt=typeof Xt.g!="undefined"?Xt.g.go:self.go;const ae=typeof Xt.g!="undefined"?Xt.g.go:self.go,Ce=ae.Group,Oe=ae.EnumValue,le=ae.List,ue=ae.Set,oe=ae.Map,ze=ae.Point,Pe=ae.Size,Qt=ae.Rect,Qe=ae.Margin,he=ae.Spot,tn=ae.Geometry,Ft=ae.PathFigure,et=ae.PathSegment,it=ae.InputEvent,ct=ae.DiagramEvent,lt=ae.ChangedEvent,pt=ae.Model,vt=ae.GraphLinksModel,Lt=ae.TreeModel,Et=ae.Binding,zt=ae.Transaction,Vt=ae.UndoManager,$t=ae.CommandHandler,ie=ae.Tool,qt=ae.DraggingTool,Re=ae.DraggingInfo,me=ae.LinkingBaseTool,Ve=ae.LinkingTool,un=ae.RelinkingTool,Nn=ae.LinkReshapingTool,vi=ae.ResizingTool,Bn=ae.RotatingTool,Ti=ae.ClickSelectingTool,ni=ae.ActionTool,ge=ae.ClickCreatingTool,Kt=ae.HTMLInfo,wn=ae.ContextMenuTool,di=ae.DragSelectingTool,gi=ae.PanningTool,He=ae.TextEditingTool,mn=ae.ToolManager,An=ae.Animation,ui=ae.AnimationManager,kn=ae.AnimationTrigger,hi=ae.Layer,te=ae.Diagram,Zn=ae.Palette,Zi=ae.Overview,Bt=ae.Brush,Ct=ae.GraphObject,wt=ae.Panel,At=ae.RowColumnDefinition,Gt=ae.Shape,Mt=ae.TextBlock,xe=ae.TextBlockMetrics,we=ae.Picture,sn=ae.Part,Xe=ae.Adornment,Te=ae.Node,$e=ae.Link,nn=ae.Placeholder,hn=ae.Layout,Dn=ae.LayoutNetwork,We=ae.LayoutVertex,se=ae.LayoutEdge,Tn=ae.GridLayout,En=ae.PanelLayout,Hn=ae.CircularLayout,jn=ae.CircularNetwork,pi=ae.CircularVertex,Jn=ae.CircularEdge,Kn=ae.ForceDirectedLayout,qn=ae.ForceDirectedNetwork,io=ae.ForceDirectedVertex,Ni=ae.ForceDirectedEdge,so=ae.LayeredDigraphLayout,Ki=ae.LayeredDigraphNetwork,$i=ae.LayeredDigraphVertex,vo=ae.LayeredDigraphEdge,Do=ae.TreeLayout,qi=ae.TreeNetwork,Ro=ae.TreeVertex,Mo=ae.TreeEdge,Ji=ae.version},2859:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{hP:function(){return Zi}});var bt=function(Bt,Ct){return(bt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(wt,At){wt.__proto__=At}||function(wt,At){for(var Gt in At)Object.prototype.hasOwnProperty.call(At,Gt)&&(wt[Gt]=At[Gt])})(Bt,Ct)};function ae(Bt,Ct){function wt(){this.constructor=Bt}bt(Bt,Ct),Bt.prototype=Ct===null?Object.create(Ct):(wt.prototype=Ct.prototype,new wt)}function Ce(Bt,Ct,wt,At){return new(wt||(wt=Promise))(function(Gt,Mt){function xe(Xe){try{sn(At.next(Xe))}catch(Te){Mt(Te)}}function we(Xe){try{sn(At.throw(Xe))}catch(Te){Mt(Te)}}function sn(Xe){var Te;Xe.done?Gt(Xe.value):(Te=Xe.value,Te instanceof wt?Te:new wt(function($e){$e(Te)})).then(xe,we)}sn((At=At.apply(Bt,Ct||[])).next())})}function Oe(Bt,Ct){var wt,At,Gt,Mt,xe={label:0,sent:function(){if(1&Gt[0])throw Gt[1];return Gt[1]},trys:[],ops:[]};return Mt={next:we(0),throw:we(1),return:we(2)},typeof Symbol=="function"&&(Mt[Symbol.iterator]=function(){return this}),Mt;function we(sn){return function(Xe){return function(Te){if(wt)throw new TypeError("Generator is already executing.");for(;xe;)try{if(wt=1,At&&(Gt=2&Te[0]?At.return:Te[0]?At.throw||((Gt=At.return)&&Gt.call(At),0):At.next)&&!(Gt=Gt.call(At,Te[1])).done)return Gt;switch(At=0,Gt&&(Te=[2&Te[0],Gt.value]),Te[0]){case 0:case 1:Gt=Te;break;case 4:return xe.label++,{value:Te[1],done:!1};case 5:xe.label++,At=Te[1],Te=[0];continue;case 7:Te=xe.ops.pop(),xe.trys.pop();continue;default:if(Gt=xe.trys,!((Gt=Gt.length>0&&Gt[Gt.length-1])||Te[0]!==6&&Te[0]!==2)){xe=0;continue}if(Te[0]===3&&(!Gt||Te[1]>Gt[0]&&Te[1]<Gt[3])){xe.label=Te[1];break}if(Te[0]===6&&xe.label<Gt[1]){xe.label=Gt[1],Gt=Te;break}if(Gt&&xe.label<Gt[2]){xe.label=Gt[2],xe.ops.push(Te);break}Gt[2]&&xe.ops.pop(),xe.trys.pop();continue}Te=Ct.call(Bt,xe)}catch($e){Te=[6,$e],At=0}finally{wt=Gt=0}if(5&Te[0])throw Te[1];return{value:Te[0]?Te[1]:void 0,done:!0}}([sn,Xe])}}}function le(){for(var Bt=0,Ct=0,wt=arguments.length;Ct<wt;Ct++)Bt+=arguments[Ct].length;var At=Array(Bt),Gt=0;for(Ct=0;Ct<wt;Ct++)for(var Mt=arguments[Ct],xe=0,we=Mt.length;xe<we;xe++,Gt++)At[Gt]=Mt[xe];return At}var ue=function(){function Bt(){}return Bt.createDefs=function(){return document.createElementNS("http://www.w3.org/2000/svg","defs")},Bt.setAttributes=function(Ct,wt){for(var At=0,Gt=wt;At<Gt.length;At++){var Mt=Gt[At],xe=Mt[0],we=Mt[1];Ct.setAttribute(xe,we)}},Bt.createRect=function(Ct,wt,At){var Gt=document.createElementNS("http://www.w3.org/2000/svg","rect");return Gt.setAttribute("width",Ct.toString()),Gt.setAttribute("height",wt.toString()),At&&Bt.setAttributes(Gt,At),Gt},Bt.createLine=function(Ct,wt,At,Gt,Mt){var xe=document.createElementNS("http://www.w3.org/2000/svg","line");return xe.setAttribute("x1",Ct.toString()),xe.setAttribute("y1",wt.toString()),xe.setAttribute("x2",At.toString()),xe.setAttribute("y2",Gt.toString()),Mt&&Bt.setAttributes(xe,Mt),xe},Bt.createPolygon=function(Ct,wt){var At=document.createElementNS("http://www.w3.org/2000/svg","polygon");return At.setAttribute("points",Ct),wt&&Bt.setAttributes(At,wt),At},Bt.createCircle=function(Ct,wt){var At=document.createElementNS("http://www.w3.org/2000/svg","circle");return At.setAttribute("cx",(Ct/2).toString()),At.setAttribute("cy",(Ct/2).toString()),At.setAttribute("r",Ct.toString()),wt&&Bt.setAttributes(At,wt),At},Bt.createEllipse=function(Ct,wt,At){var Gt=document.createElementNS("http://www.w3.org/2000/svg","ellipse");return Gt.setAttribute("cx",(Ct/2).toString()),Gt.setAttribute("cy",(wt/2).toString()),Gt.setAttribute("rx",(Ct/2).toString()),Gt.setAttribute("ry",(wt/2).toString()),At&&Bt.setAttributes(Gt,At),Gt},Bt.createGroup=function(Ct){var wt=document.createElementNS("http://www.w3.org/2000/svg","g");return Ct&&Bt.setAttributes(wt,Ct),wt},Bt.createTransform=function(){return document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGTransform()},Bt.createMarker=function(Ct,wt,At,Gt,Mt,xe,we){var sn=document.createElementNS("http://www.w3.org/2000/svg","marker");return Bt.setAttributes(sn,[["id",Ct],["orient",wt],["markerWidth",At.toString()],["markerHeight",Gt.toString()],["refX",Mt.toString()],["refY",xe.toString()]]),sn.appendChild(we),sn},Bt.createText=function(Ct){var wt=document.createElementNS("http://www.w3.org/2000/svg","text");return wt.setAttribute("x","0"),wt.setAttribute("y","0"),Ct&&Bt.setAttributes(wt,Ct),wt},Bt.createTSpan=function(Ct,wt){var At=document.createElementNS("http://www.w3.org/2000/svg","tspan");return At.textContent=Ct,wt&&Bt.setAttributes(At,wt),At},Bt.createImage=function(Ct){var wt=document.createElementNS("http://www.w3.org/2000/svg","image");return Ct&&Bt.setAttributes(wt,Ct),wt},Bt.createPoint=function(Ct,wt){var At=document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGPoint();return At.x=Ct,At.y=wt,At},Bt.createPath=function(Ct,wt){var At=document.createElementNS("http://www.w3.org/2000/svg","path");return At.setAttribute("d",Ct),wt&&Bt.setAttributes(At,wt),At},Bt}(),oe=function(){function Bt(){}return Bt.addKey=function(Ct){Bt.key=Ct},Object.defineProperty(Bt,"isLicensed",{get:function(){return!!Bt.key&&new RegExp(/^MJS2-[A-Z][0-9]{3}-[A-Z][0-9]{3}-[0-9]{4}$/,"i").test(Bt.key)},enumerable:!1,configurable:!0}),Bt}(),ze=function(){function Bt(){this.naturalSize=!1,this.imageType="image/png",this.markersOnly=!1}return Bt.prototype.rasterize=function(Ct,wt,At){var Gt=this;return new Promise(function(Mt){var xe=At!==void 0?At:document.createElement("canvas");Ct===null&&(Gt.markersOnly=!0,Gt.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",wt.width.baseVal.valueAsString),we.setAttribute("height",wt.height.baseVal.valueAsString),we.setAttribute("viewBox","0 0 "+wt.viewBox.baseVal.width.toString()+" "+wt.viewBox.baseVal.height.toString()),we.innerHTML=wt.innerHTML,Gt.naturalSize===!0?(we.width.baseVal.value=Ct.naturalWidth,we.height.baseVal.value=Ct.naturalHeight):Gt.width!==void 0&&Gt.height!==void 0&&(we.width.baseVal.value=Gt.width,we.height.baseVal.value=Gt.height),xe.width=we.width.baseVal.value,xe.height=we.height.baseVal.value;var sn=we.outerHTML,Xe=xe.getContext("2d");Gt.markersOnly!==!0&&Xe.drawImage(Ct,0,0,xe.width,xe.height);var Te=window.URL,$e=new Image(xe.width,xe.height);$e.setAttribute("crossOrigin","anonymous");var nn=new Blob([sn],{type:"image/svg+xml"}),hn=Te.createObjectURL(nn);$e.onload=function(){Xe.drawImage($e,0,0),Te.revokeObjectURL(hn);var Dn=xe.toDataURL(Gt.imageType,Gt.imageQuality);Mt(Dn)},$e.src=hn})},Bt}(),Pe=function(){},Qt=function(){function Bt(Ct){this._classNamePrefixBase="__markerjs2_",this.classes=[],this.rules=[],this.settings=this.defaultSettings,this._classNamePrefix=this._classNamePrefixBase+"_"+Ct+"_"}return Object.defineProperty(Bt.prototype,"classNamePrefixBase",{get:function(){return this._classNamePrefixBase},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"classNamePrefix",{get:function(){return this._classNamePrefix},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.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(Bt.prototype,"fadeInAnimationClassName",{get:function(){return this.classNamePrefix+"fade_in"},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"fadeOutAnimationClassName",{get:function(){return this.classNamePrefix+"fade_out"},enumerable:!1,configurable:!0}),Bt.prototype.addClass=function(Ct){return this.styleSheet===void 0&&this.addStyleSheet(),Ct.name=""+this.classNamePrefix+Ct.localName,this.classes.push(Ct),this.styleSheet.sheet.insertRule("."+Ct.name+" {"+Ct.style+"}",this.styleSheet.sheet.cssRules.length),Ct},Bt.prototype.addRule=function(Ct){this.styleSheet===void 0&&this.addStyleSheet(),this.rules.push(Ct),this.styleSheet.sheet.insertRule(Ct.selector+" {"+Ct.style+"}",this.styleSheet.sheet.cssRules.length)},Bt.prototype.addStyleSheet=function(){var Ct;this.styleSheet=document.createElement("style"),((Ct=this.styleSheetRoot)!==null&&Ct!==void 0?Ct:document.head).appendChild(this.styleSheet),this.addRule(new Qe("."+this.classNamePrefix+" h3","font-family: sans-serif")),this.addRule(new Qe("@keyframes "+this.classNamePrefix+"_fade_in_animation_frames",`
|
|
from {
|
|
opacity: 0;
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
}
|
|
`)),this.addRule(new Qe("@keyframes "+this.classNamePrefix+"_fade_out_animation_frames",`
|
|
from {
|
|
opacity: 1;
|
|
}
|
|
to {
|
|
opacity: 0;
|
|
}
|
|
`)),this.addClass(new he("fade_in",`
|
|
animation-duration: 0.3s;
|
|
animation-name: `+this.classNamePrefix+`_fade_in_animation_frames;
|
|
`)),this.addClass(new he("fade_out",`
|
|
animation-duration: 0.3s;
|
|
animation-name: `+this.classNamePrefix+`_fade_out_animation_frames;
|
|
`))},Bt.prototype.removeStyleSheet=function(){var Ct;this.styleSheet&&(((Ct=this.styleSheetRoot)!==null&&Ct!==void 0?Ct:document.head).removeChild(this.styleSheet),this.styleSheet=void 0)},Bt}(),Qe=function(Bt,Ct){this.selector=Bt,this.style=Ct},he=function(Bt,Ct){this.localName=Bt,this.style=Ct},tn=function(){function Bt(Ct,wt,At,Gt,Mt){this.buttons=[],this.markerButtons=[],this.buttonClickListeners=[],this.markerjsContainer=Ct,this.displayMode=wt,this.markerItems=At,this.uiStyleSettings=Gt,this.styles=Mt,this.addStyles(),this.adjustLayout=this.adjustLayout.bind(this),this.overflowButtonClicked=this.overflowButtonClicked.bind(this),this.setCurrentMarker=this.setCurrentMarker.bind(this)}return Bt.prototype.show=function(Ct){var wt=this;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=Ct,this.uiContainer.className=this.toolbarStyleClass.name+" "+this.styles.fadeInAnimationClassName+" "+(this.uiStyleSettings.toolbarStyleColorsClassName?this.uiStyleSettings.toolbarStyleColorsClassName:this.toolbarStyleColorsClass.name);var At=document.createElement("div");At.className=this.toolbarBlockStyleClass.name,At.style.whiteSpace="nowrap",this.uiContainer.appendChild(At),this.addActionButton(At,'<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(At,'<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(At,'<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(At,'<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(At,'<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(At,'<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(At,'<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(At,'<svg viewBox="0 0 24 24"><path d="M18.13 12l1.26-1.26c.44-.44 1-.68 1.61-.74V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 002 2h6v-1.87l.13-.13H5V5h7v7h6.13M14 4.5l5.5 5.5H14V4.5m5.13 9.33l2.04 2.04L15.04 22H13v-2.04l6.13-6.13m3.72.36l-.98.98-2.04-2.04.98-.98c.19-.2.52-.2.72 0l1.32 1.32c.2.2.2.53 0 .72z"/></svg>',"notes"),this.markerButtonBlock=document.createElement("div"),this.markerButtonBlock.className=this.toolbarBlockStyleClass.name,this.markerButtonBlock.style.flexGrow="2",this.markerButtonBlock.style.textAlign="center",this.uiContainer.appendChild(this.markerButtonBlock),this.markerButtonOverflowBlock=document.createElement("div"),this.markerButtonOverflowBlock.className=this.toolbarOverflowBlockStyleClass.name+" "+(this.uiStyleSettings.toolbarOverflowBlockStyleColorsClassName?this.uiStyleSettings.toolbarOverflowBlockStyleColorsClassName:this.toolbarOverflowBlockStyleColorsClass.name),this.markerButtonOverflowBlock.style.display="none",this.uiContainer.appendChild(this.markerButtonOverflowBlock),this.markerItems&&(this.markerItems.forEach(function(Mt){var xe=document.createElement("div");xe.className=""+wt.toolbarButtonStyleClass.name,xe.setAttribute("data-type-name",Mt.typeName),xe.innerHTML=Mt.icon,xe.addEventListener("click",function(){wt.markerToolbarButtonClicked(xe,Mt)}),wt.buttons.push(xe),wt.markerButtons.push(xe)}),this.overflowButton=document.createElement("div"),this.overflowButton.className=this.toolbarButtonStyleClass.name+" "+(this.uiStyleSettings.toolbarButtonStyleColorsClassName?this.uiStyleSettings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name),this.overflowButton.innerHTML='<svg viewBox="0 0 24 24"><path d="M12 16a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2m0-6a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2m0-6a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2z"/></svg>',this.overflowButton.addEventListener("click",this.overflowButtonClicked),this.markerButtonBlock.appendChild(this.overflowButton));var Gt=document.createElement("div");Gt.className=this.toolbarBlockStyleClass.name,Gt.style.whiteSpace="nowrap",Gt.style.display=this.uiStyleSettings.resultButtonBlockVisible!==!1?"":"none",this.uiContainer.appendChild(Gt),this.addActionButton(Gt,'<svg viewBox="0 0 24 24"><path d="M9 20.42l-6.21-6.21 2.83-2.83L9 14.77l9.88-9.89 2.83 2.83L9 20.42z"/></svg>',"render"),this.addActionButton(Gt,'<svg viewBox="0 0 24 24"><path d="M20 6.91L17.09 4 12 9.09 6.91 4 4 6.91 9.09 12 4 17.09 6.91 20 12 14.91 17.09 20 20 17.09 14.91 12 20 6.91z"/></svg>',"close"),this.markerjsContainer.appendChild(this.uiContainer),this.setSelectMode(),this.setCurrentMarker(),this.adjustLayout()},Bt.prototype.addButtonClickListener=function(Ct){this.buttonClickListeners.push(Ct)},Bt.prototype.removeButtonClickListener=function(Ct){this.buttonClickListeners.indexOf(Ct)>-1&&this.buttonClickListeners.splice(this.buttonClickListeners.indexOf(Ct),1)},Bt.prototype.setSelectMode=function(){this.resetButtonStyles(),this.setActiveButton(this.buttons[0])},Bt.prototype.adjustLayout=function(){if(this.markerButtons&&this.markerButtons.length>0){var Ct=Math.floor(this.markerButtonBlock.clientWidth/this.uiStyleSettings.toolbarHeight)-1;this.markerButtonBlock.innerHTML="",this.markerButtonOverflowBlock.innerHTML="";for(var wt=0;wt<this.markerButtons.length;wt++)wt<Ct||wt===Ct&&this.markerButtons.length-1===Ct?this.markerButtonBlock.appendChild(this.markerButtons[wt]):(wt===Ct&&this.markerButtonBlock.appendChild(this.overflowButton),this.markerButtonOverflowBlock.appendChild(this.markerButtons[wt]))}},Bt.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")},Bt.prototype.resetButtonStyles=function(){var Ct=this;this.buttons.forEach(function(wt){wt.className=wt.className.replace(Ct.uiStyleSettings.toolbarButtonStyleColorsClassName?Ct.uiStyleSettings.toolbarButtonStyleColorsClassName:Ct.toolbarButtonStyleColorsClass.name,"").trim(),wt.className=wt.className.replace(Ct.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?Ct.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:Ct.toolbarActiveButtonStyleColorsClass.name,"").trim(),wt.className+=" "+(Ct.uiStyleSettings.toolbarButtonStyleColorsClassName?Ct.uiStyleSettings.toolbarButtonStyleColorsClassName:Ct.toolbarButtonStyleColorsClass.name)})},Bt.prototype.addActionButton=function(Ct,wt,At){var Gt=this,Mt=document.createElement("div");switch(Mt.className=""+this.toolbarButtonStyleClass.name,Mt.innerHTML=wt,Mt.setAttribute("data-action",At),Mt.addEventListener("click",function(){Gt.actionToolbarButtonClicked(Mt,At)}),At){case"select":Mt.style.fill=this.uiStyleSettings.selectButtonColor;break;case"delete":case"clear":Mt.style.fill=this.uiStyleSettings.deleteButtonColor;break;case"undo":case"redo":Mt.style.fill=this.uiStyleSettings.selectButtonColor;break;case"render":Mt.style.fill=this.uiStyleSettings.okButtonColor;break;case"close":Mt.style.fill=this.uiStyleSettings.closeButtonColor}Ct.appendChild(Mt),this.buttons.push(Mt)},Bt.prototype.addStyles=function(){this.toolbarStyleClass=this.styles.addClass(new he("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 he("toolbar_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
box-shadow: 0px 3px rgba(33, 33, 33, 0.1);
|
|
`)),this.toolbarBlockStyleClass=this.styles.addClass(new he("toolbar-block",`
|
|
display: inline-block;
|
|
box-sizing: content-box;
|
|
`)),this.toolbarOverflowBlockStyleClass=this.styles.addClass(new he("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 he("toolbar-overflow-block_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
`));var Ct=this.uiStyleSettings.toolbarHeight/4;this.toolbarButtonStyleClass=this.styles.addClass(new he("toolbar_button",`
|
|
display: inline-block;
|
|
width: `+(this.uiStyleSettings.toolbarHeight-2*Ct)+`px;
|
|
height: `+(this.uiStyleSettings.toolbarHeight-2*Ct)+`px;
|
|
padding: `+Ct+`px;
|
|
box-sizing: content-box;
|
|
`)),this.toolbarButtonStyleColorsClass=this.styles.addClass(new he("toolbar_button_colors",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.toolbarActiveButtonStyleColorsClass=this.styles.addClass(new he("toolbar_active_button",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`)),this.styles.addRule(new Qe("."+this.toolbarButtonStyleClass.name+" svg",`
|
|
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
|
|
`)),this.styles.addRule(new Qe("."+this.toolbarButtonStyleColorsClass.name+":hover",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`))},Bt.prototype.markerToolbarButtonClicked=function(Ct,wt){this.setActiveButton(Ct),this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(At){return At("marker",wt)}),this.markerButtonOverflowBlock.style.display="none"},Bt.prototype.actionToolbarButtonClicked=function(Ct,wt){this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(At){return At("action",wt)}),this.markerButtonOverflowBlock.style.display="none",this.setActiveButton(this.buttons[0])},Bt.prototype.setActiveButton=function(Ct){this.resetButtonStyles(),Ct.className=Ct.className.replace(this.uiStyleSettings.toolbarButtonStyleColorsClassName?this.uiStyleSettings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name,"").trim(),Ct.className+=" "+(this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:this.toolbarActiveButtonStyleColorsClass.name)},Bt.prototype.setActiveMarkerButton=function(Ct){var wt=this.markerButtons.find(function(At){return At.getAttribute("data-type-name")===Ct});wt&&this.setActiveButton(wt)},Bt.prototype.setCurrentMarker=function(Ct){var wt=this;this.currentMarker=Ct,this.buttons.filter(function(At){return/delete|notes/.test(At.getAttribute("data-action"))}).forEach(function(At){wt.currentMarker===void 0?(At.style.fillOpacity="0.4",At.style.pointerEvents="none"):(At.style.fillOpacity="1",At.style.pointerEvents="all")})},Bt}(),Ft=function(){function Bt(Ct,wt,At,Gt){this.panels=[],this.panelButtons=[],this.markerjsContainer=Ct,this.displayMode=wt,this.uiStyleSettings=At,this.styles=Gt,this.panelButtonClick=this.panelButtonClick.bind(this),this.addStyles()}return Bt.prototype.addStyles=function(){var Ct;this.toolboxStyleClass=this.styles.addClass(new he("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 he("toolbox_colors",`
|
|
color: `+this.uiStyleSettings.toolboxColor+`;
|
|
`));var wt=this.uiStyleSettings.toolbarHeight/4;this.toolboxButtonRowStyleClass=this.styles.addClass(new he("toolbox-button-row",`
|
|
display: flex;
|
|
cursor: default;
|
|
box-sizing: content-box;
|
|
`)),this.toolboxButtonRowStyleColorsClass=this.styles.addClass(new he("toolbox-button-row_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
`)),this.toolboxPanelRowStyleClass=this.styles.addClass(new he("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 he("toolbox-panel-row_colors",`
|
|
background-color: `+((Ct=this.uiStyleSettings.toolboxBackgroundColor)!==null&&Ct!==void 0?Ct:this.uiStyleSettings.toolbarBackgroundHoverColor)+`;
|
|
`)),this.toolboxButtonStyleClass=this.styles.addClass(new he("toolbox_button",`
|
|
display: inline-block;
|
|
width: `+(this.uiStyleSettings.toolbarHeight-2*wt)+`px;
|
|
height: `+(this.uiStyleSettings.toolbarHeight-2*wt)+`px;
|
|
padding: `+wt+`px;
|
|
box-sizing: content-box;
|
|
`)),this.toolboxButtonStyleColorsClass=this.styles.addClass(new he("toolbox-button_colors",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.toolboxActiveButtonStyleColorsClass=this.styles.addClass(new he("toolbox-active-button_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`;
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.styles.addRule(new Qe("."+this.toolboxButtonStyleColorsClass.name+":hover",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`)),this.styles.addRule(new Qe("."+this.toolboxButtonStyleClass.name+" svg",`
|
|
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
|
|
`))},Bt.prototype.show=function(Ct){var wt;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=Ct,this.uiContainer.className=this.toolboxStyleClass.name+" "+((wt=this.uiStyleSettings.toolboxStyleColorsClassName)!==null&&wt!==void 0?wt:this.toolboxStyleColorsClass.name),this.markerjsContainer.appendChild(this.uiContainer)},Bt.prototype.setPanelButtons=function(Ct){var wt,At,Gt=this;this.panels=Ct,this.uiContainer!==void 0&&(this.uiContainer.innerHTML="",this.panelRow=document.createElement("div"),this.panelRow.className=this.toolboxPanelRowStyleClass.name+" "+((wt=this.uiStyleSettings.toolboxPanelRowStyleColorsClassName)!==null&&wt!==void 0?wt:this.toolboxPanelRowStyleColorsClass.name),this.uiContainer.appendChild(this.panelRow),this.buttonRow=document.createElement("div"),this.buttonRow.className=this.toolboxButtonRowStyleClass.name+" "+((At=this.uiStyleSettings.toolboxButtonRowStyleColorsClassName)!==null&&At!==void 0?At:this.toolboxButtonRowStyleColorsClass.name)+" ",this.uiContainer.appendChild(this.buttonRow),this.panelButtons.splice(0),this.panels.forEach(function(Mt){var xe;Mt.uiStyleSettings=Gt.uiStyleSettings;var we=document.createElement("div");we.className=Gt.toolboxButtonStyleClass.name+" "+((xe=Gt.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&xe!==void 0?xe:Gt.toolboxButtonStyleColorsClass.name),we.innerHTML=Mt.icon,we.title=Mt.title,we.addEventListener("click",function(){Gt.panelButtonClick(Mt)}),Gt.panelButtons.push(we),Gt.buttonRow.appendChild(we)}),this.displayMode==="inline"?this.panelRow.style.display="none":this.panelRow.style.visibility="hidden")},Bt.prototype.panelButtonClick=function(Ct){var wt=this,At=-1;if(Ct!==this.activePanel){At=this.panels.indexOf(Ct),this.panelRow.innerHTML="";var Gt=Ct.getUi();Gt.style.margin=this.uiStyleSettings.toolbarHeight/4+"px",this.panelRow.appendChild(Gt),this.panelRow.style.display="flex",this.panelRow.style.visibility="visible",this.panelRow.className=this.panelRow.className.replace(this.styles.fadeOutAnimationClassName,""),this.panelRow.className+=" "+this.styles.fadeInAnimationClassName,this.activePanel=Ct}else this.activePanel=void 0,this.panelRow.className=this.panelRow.className.replace(this.styles.fadeInAnimationClassName,""),this.panelRow.className+=" "+this.styles.fadeOutAnimationClassName,setTimeout(function(){wt.displayMode==="inline"?wt.panelRow.style.display="none":wt.panelRow.style.visibility="hidden"},200);this.panelButtons.forEach(function(Mt,xe){var we,sn;Mt.className=wt.toolboxButtonStyleClass.name+" "+(xe===At?""+((we=wt.uiStyleSettings.toolboxActiveButtonStyleColorsClassName)!==null&&we!==void 0?we:wt.toolboxActiveButtonStyleColorsClass.name):""+((sn=wt.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&sn!==void 0?sn:wt.toolboxButtonStyleColorsClass.name))})},Bt}(),et=function(Bt,Ct){this.title=Bt,this.icon=Ct},it=function(Bt){function Ct(wt,At,Gt,Mt){var xe=Bt.call(this,wt,Mt||'<svg viewBox="0 0 24 24"><path d="M17.5 12a1.5 1.5 0 01-1.5-1.5A1.5 1.5 0 0117.5 9a1.5 1.5 0 011.5 1.5 1.5 1.5 0 01-1.5 1.5m-3-4A1.5 1.5 0 0113 6.5 1.5 1.5 0 0114.5 5 1.5 1.5 0 0116 6.5 1.5 1.5 0 0114.5 8m-5 0A1.5 1.5 0 018 6.5 1.5 1.5 0 019.5 5 1.5 1.5 0 0111 6.5 1.5 1.5 0 019.5 8m-3 4A1.5 1.5 0 015 10.5 1.5 1.5 0 016.5 9 1.5 1.5 0 018 10.5 1.5 1.5 0 016.5 12M12 3a9 9 0 00-9 9 9 9 0 009 9 1.5 1.5 0 001.5-1.5c0-.39-.15-.74-.39-1-.23-.27-.38-.62-.38-1a1.5 1.5 0 011.5-1.5H16a5 5 0 005-5c0-4.42-4.03-8-9-8z"/></svg>')||this;return xe.colors=[],xe.addTransparent=!1,xe.colorBoxes=[],xe.colors=At,xe.currentColor=Gt,xe.setCurrentColor=xe.setCurrentColor.bind(xe),xe.getColorBox=xe.getColorBox.bind(xe),xe}return ae(Ct,Bt),Ct.prototype.getUi=function(){var wt=this,At=document.createElement("div");return At.style.overflow="hidden",At.style.whiteSpace="nowrap",this.colors.forEach(function(Gt){var Mt=wt.getColorBox(Gt);At.appendChild(Mt),wt.colorBoxes.push(Mt)}),At},Ct.prototype.getColorBox=function(wt){var At=this,Gt=this.uiStyleSettings.toolbarHeight/4,Mt=this.uiStyleSettings.toolbarHeight-Gt,xe=document.createElement("div");xe.style.display="inline-block",xe.style.boxSizing="content-box",xe.style.width=Mt-2+"px",xe.style.height=Mt-2+"px",xe.style.padding="1px",xe.style.marginRight="2px",xe.style.marginBottom="2px",xe.style.borderWidth="2px",xe.style.borderStyle="solid",xe.style.borderRadius=(Mt+2)/2+"px",xe.style.borderColor=wt===this.currentColor?this.uiStyleSettings.toolboxAccentColor:"transparent",xe.addEventListener("click",function(){At.setCurrentColor(wt,xe)});var we=document.createElement("div");return we.style.display="inline-block",we.style.width=Mt-2+"px",we.style.height=Mt-2+"px",we.style.backgroundColor=wt,we.style.borderRadius=Mt/2+"px",wt==="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>`),xe.appendChild(we),xe},Ct.prototype.setCurrentColor=function(wt,At){var Gt=this;this.currentColor=wt,this.colorBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===At?Gt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onColorChanged&&this.onColorChanged(wt)},Ct}(et),ct=function(){function Bt(Ct,wt,At){this._state="new",this._isSelected=!1,this._container=Ct,this._overlayContainer=wt,this.globalSettings=At,this.stateChanged=this.stateChanged.bind(this),this.colorChanged=this.colorChanged.bind(this),this.fillColorChanged=this.fillColorChanged.bind(this)}return Object.defineProperty(Bt.prototype,"typeName",{get:function(){return Object.getPrototypeOf(this).constructor.typeName},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"container",{get:function(){return this._container},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"overlayContainer",{get:function(){return this._overlayContainer},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"toolboxPanels",{get:function(){return[]},enumerable:!1,configurable:!0}),Bt.prototype.ownsTarget=function(Ct){return!1},Object.defineProperty(Bt.prototype,"isSelected",{get:function(){return this._isSelected},enumerable:!1,configurable:!0}),Bt.prototype.select=function(){this.container.style.cursor="move",this._isSelected=!0,this.manipulationStartState=this.getState()},Bt.prototype.deselect=function(){this.container.style.cursor="default",this._isSelected=!1,this.stateChanged()},Bt.prototype.pointerDown=function(Ct,wt){},Bt.prototype.dblClick=function(Ct,wt){},Bt.prototype.manipulate=function(Ct){},Bt.prototype.pointerUp=function(Ct){this.stateChanged()},Bt.prototype.dispose=function(){},Bt.prototype.addMarkerVisualToContainer=function(Ct){this.container.childNodes.length>0?this.container.insertBefore(Ct,this.container.childNodes[0]):this.container.appendChild(Ct)},Bt.prototype.getState=function(){return{typeName:Bt.typeName,state:this.state,notes:this.notes}},Bt.prototype.restoreState=function(Ct){this._state=Ct.state,this.notes=Ct.notes},Bt.prototype.scale=function(Ct,wt){},Bt.prototype.colorChanged=function(Ct){this.onColorChanged&&this.onColorChanged(Ct),this.stateChanged()},Bt.prototype.fillColorChanged=function(Ct){this.onFillColorChanged&&this.onFillColorChanged(Ct),this.stateChanged()},Bt.prototype.stateChanged=function(){if(this.onStateChanged&&this.state!=="creating"&&this.state!=="new"){var Ct=this.getState();this.manipulationStartState!==void 0&&(this.manipulationStartState.state="select"),Ct.state="select",JSON.stringify(this.manipulationStartState)!=JSON.stringify(Ct)&&this.onStateChanged(this)}},Bt.typeName="MarkerBase",Bt}(),lt=function(){function Bt(){this.findGripByVisual=this.findGripByVisual.bind(this)}return Bt.prototype.findGripByVisual=function(Ct){return this.topLeft.ownsTarget(Ct)?this.topLeft:this.topCenter.ownsTarget(Ct)?this.topCenter:this.topRight.ownsTarget(Ct)?this.topRight:this.centerLeft.ownsTarget(Ct)?this.centerLeft:this.centerRight.ownsTarget(Ct)?this.centerRight:this.bottomLeft.ownsTarget(Ct)?this.bottomLeft:this.bottomCenter.ownsTarget(Ct)?this.bottomCenter:this.bottomRight.ownsTarget(Ct)?this.bottomRight:void 0},Bt}(),pt=function(){function Bt(){this.GRIP_SIZE=10,this.visual=ue.createGroup(),this.visual.appendChild(ue.createCircle(1.5*this.GRIP_SIZE,[["fill","transparent"]])),this.visual.appendChild(ue.createCircle(this.GRIP_SIZE,[["fill","#cccccc"],["fill-opacity","0.7"],["stroke","#333333"],["stroke-width","2"],["stroke-opacity","0.7"]]))}return Bt.prototype.ownsTarget=function(Ct){return Ct===this.visual||Ct===this.visual.childNodes[0]||Ct===this.visual.childNodes[1]},Bt}(),vt=function(){function Bt(){}return Bt.toITransformMatrix=function(Ct){return{a:Ct.a,b:Ct.b,c:Ct.c,d:Ct.d,e:Ct.e,f:Ct.f}},Bt.toSVGMatrix=function(Ct,wt){return Ct.a=wt.a,Ct.b=wt.b,Ct.c=wt.c,Ct.d=wt.d,Ct.e=wt.e,Ct.f=wt.f,Ct},Bt}(),Lt=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.left=0,Mt.top=0,Mt.width=0,Mt.height=0,Mt.defaultSize={x:50,y:20},Mt.offsetX=0,Mt.offsetY=0,Mt.rotationAngle=0,Mt.CB_DISTANCE=10,Mt._suppressMarkerCreateEvent=!1,Mt.container.transform.baseVal.appendItem(ue.createTransform()),Mt.setupControlBox(),Mt}return ae(Ct,Bt),Object.defineProperty(Ct.prototype,"centerX",{get:function(){return this.left+this.width/2},enumerable:!1,configurable:!0}),Object.defineProperty(Ct.prototype,"centerY",{get:function(){return this.top+this.height/2},enumerable:!1,configurable:!0}),Object.defineProperty(Ct.prototype,"visual",{get:function(){return this._visual},set:function(wt){this._visual=wt;var At=ue.createTransform();this._visual.transform.baseVal.appendItem(At)},enumerable:!1,configurable:!0}),Ct.prototype.ownsTarget=function(wt){return!!Bt.prototype.ownsTarget.call(this,wt)||!!(this.controlGrips.findGripByVisual(wt)!==void 0||this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(wt))},Ct.prototype.pointerDown=function(wt,At){Bt.prototype.pointerDown.call(this,wt,At),this.state==="new"&&(this.left=wt.x,this.top=wt.y),this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.manipulationStartWidth=this.width,this.manipulationStartHeight=this.height;var Gt=this.unrotatePoint(wt);if(this.manipulationStartX=Gt.x,this.manipulationStartY=Gt.y,this.offsetX=Gt.x-this.left,this.offsetY=Gt.y-this.top,this.state!=="new")if(this.select(),this.activeGrip=this.controlGrips.findGripByVisual(At),this.activeGrip!==void 0)this._state="resize";else if(this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(At)){this.activeGrip=this.rotatorGrip;var Mt=this.rotatePoint({x:this.centerX,y:this.centerY});this.left=Mt.x-this.width/2,this.top=Mt.y-this.height/2,this.moveVisual({x:this.left,y:this.top});var xe=this.container.transform.baseVal.getItem(0);xe.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(xe,0),this.adjustControlBox(),this._state="rotate"}else this._state="move"},Ct.prototype.pointerUp=function(wt){var At=this.state;Bt.prototype.pointerUp.call(this,wt),this.state==="creating"&&this.width<10&&this.height<10?(this.width=this.defaultSize.x,this.height=this.defaultSize.y):this.manipulate(wt),this._state="select",At==="creating"&&this.onMarkerCreated&&this._suppressMarkerCreateEvent===!1&&this.onMarkerCreated(this)},Ct.prototype.moveVisual=function(wt){this.visual.style.transform="translate("+wt.x+"px, "+wt.y+"px)"},Ct.prototype.manipulate=function(wt){var At=this.unrotatePoint(wt);this.state==="creating"?this.resize(wt):this.state==="move"?(this.left=this.manipulationStartLeft+(At.x-this.manipulationStartLeft)-this.offsetX,this.top=this.manipulationStartTop+(At.y-this.manipulationStartTop)-this.offsetY,this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()):this.state==="resize"?this.resize(At):this.state==="rotate"&&this.rotate(wt)},Ct.prototype.resize=function(wt){var At=this.manipulationStartLeft,Gt=this.manipulationStartWidth,Mt=this.manipulationStartTop,xe=this.manipulationStartHeight;switch(this.activeGrip){case this.controlGrips.bottomLeft:case this.controlGrips.centerLeft:case this.controlGrips.topLeft:At=this.manipulationStartLeft+wt.x-this.manipulationStartX,Gt=this.manipulationStartWidth+this.manipulationStartLeft-At;break;case this.controlGrips.bottomRight:case this.controlGrips.centerRight:case this.controlGrips.topRight:case void 0:Gt=this.manipulationStartWidth+wt.x-this.manipulationStartX}switch(this.activeGrip){case this.controlGrips.topCenter:case this.controlGrips.topLeft:case this.controlGrips.topRight:Mt=this.manipulationStartTop+wt.y-this.manipulationStartY,xe=this.manipulationStartHeight+this.manipulationStartTop-Mt;break;case this.controlGrips.bottomCenter:case this.controlGrips.bottomLeft:case this.controlGrips.bottomRight:case void 0:xe=this.manipulationStartHeight+wt.y-this.manipulationStartY}Gt>=0?(this.left=At,this.width=Gt):(this.left=At+Gt,this.width=-Gt),xe>=0?(this.top=Mt,this.height=xe):(this.top=Mt+xe,this.height=-xe),this.setSize()},Ct.prototype.setSize=function(){this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()},Ct.prototype.rotate=function(wt){if(Math.abs(wt.x-this.centerX)>.1){var At=Math.sign(wt.x-this.centerX);this.rotationAngle=180*Math.atan((wt.y-this.centerY)/(wt.x-this.centerX))/Math.PI+90*At,this.applyRotation()}},Ct.prototype.applyRotation=function(){var wt=this.container.transform.baseVal.getItem(0);wt.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(wt,0)},Ct.prototype.rotatePoint=function(wt){if(this.rotationAngle===0)return wt;var At=this.container.getCTM(),Gt=ue.createPoint(wt.x,wt.y);return{x:(Gt=Gt.matrixTransform(At)).x,y:Gt.y}},Ct.prototype.unrotatePoint=function(wt){if(this.rotationAngle===0)return wt;var At=this.container.getCTM();At=At.inverse();var Gt=ue.createPoint(wt.x,wt.y);return{x:(Gt=Gt.matrixTransform(At)).x,y:Gt.y}},Ct.prototype.select=function(){Bt.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},Ct.prototype.deselect=function(){Bt.prototype.deselect.call(this),this.controlBox.style.display="none"},Ct.prototype.setupControlBox=function(){this.controlBox=ue.createGroup();var wt=ue.createTransform();wt.setTranslate(-this.CB_DISTANCE/2,-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.appendItem(wt),this.container.appendChild(this.controlBox),this.controlRect=ue.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=ue.createLine((this.width+2*this.CB_DISTANCE)/2,this.top-this.CB_DISTANCE,(this.width+2*this.CB_DISTANCE)/2,this.top-3*this.CB_DISTANCE,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.controlBox.appendChild(this.rotatorGripLine)),this.controlGrips=new lt,this.addControlGrips(),this.controlBox.style.display="none"},Ct.prototype.adjustControlBox=function(){var wt=this.controlBox.transform.baseVal.getItem(0);wt.setTranslate(this.left-this.CB_DISTANCE/2,this.top-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.replaceItem(wt,0),this.controlRect.setAttribute("width",(this.width+this.CB_DISTANCE).toString()),this.controlRect.setAttribute("height",(this.height+this.CB_DISTANCE).toString()),this.rotatorGripLine!==void 0&&(this.rotatorGripLine.setAttribute("x1",((this.width+this.CB_DISTANCE)/2).toString()),this.rotatorGripLine.setAttribute("y1",(-this.CB_DISTANCE/2).toString()),this.rotatorGripLine.setAttribute("x2",((this.width+this.CB_DISTANCE)/2).toString()),this.rotatorGripLine.setAttribute("y2",(3*-this.CB_DISTANCE).toString())),this.positionGrips()},Ct.prototype.addControlGrips=function(){this.controlGrips.topLeft=this.createGrip(),this.controlGrips.topCenter=this.createGrip(),this.controlGrips.topRight=this.createGrip(),this.controlGrips.centerLeft=this.createGrip(),this.controlGrips.centerRight=this.createGrip(),this.controlGrips.bottomLeft=this.createGrip(),this.controlGrips.bottomCenter=this.createGrip(),this.controlGrips.bottomRight=this.createGrip(),this.globalSettings.disableRotation!==!0&&(this.rotatorGrip=this.createGrip()),this.positionGrips()},Ct.prototype.createGrip=function(){var wt=new pt;return wt.visual.transform.baseVal.appendItem(ue.createTransform()),this.controlBox.appendChild(wt.visual),wt},Ct.prototype.positionGrips=function(){var wt=this.controlGrips.topLeft.GRIP_SIZE,At=-wt/2,Gt=At,Mt=(this.width+this.CB_DISTANCE)/2-wt/2,xe=(this.height+this.CB_DISTANCE)/2-wt/2,we=this.height+this.CB_DISTANCE-wt/2,sn=this.width+this.CB_DISTANCE-wt/2;this.positionGrip(this.controlGrips.topLeft.visual,At,Gt),this.positionGrip(this.controlGrips.topCenter.visual,Mt,Gt),this.positionGrip(this.controlGrips.topRight.visual,sn,Gt),this.positionGrip(this.controlGrips.centerLeft.visual,At,xe),this.positionGrip(this.controlGrips.centerRight.visual,sn,xe),this.positionGrip(this.controlGrips.bottomLeft.visual,At,we),this.positionGrip(this.controlGrips.bottomCenter.visual,Mt,we),this.positionGrip(this.controlGrips.bottomRight.visual,sn,we),this.rotatorGrip!==void 0&&this.positionGrip(this.rotatorGrip.visual,Mt,Gt-3*this.CB_DISTANCE)},Ct.prototype.positionGrip=function(wt,At,Gt){var Mt=wt.transform.baseVal.getItem(0);Mt.setTranslate(At,Gt),wt.transform.baseVal.replaceItem(Mt,0)},Ct.prototype.hideControlBox=function(){this.controlBox.style.display="none"},Ct.prototype.showControlBox=function(){this.controlBox.style.display=""},Ct.prototype.getState=function(){return Object.assign({left:this.left,top:this.top,width:this.width,height:this.height,rotationAngle:this.rotationAngle,visualTransformMatrix:vt.toITransformMatrix(this.visual.transform.baseVal.getItem(0).matrix),containerTransformMatrix:vt.toITransformMatrix(this.container.transform.baseVal.getItem(0).matrix)},Bt.prototype.getState.call(this))},Ct.prototype.restoreState=function(wt){Bt.prototype.restoreState.call(this,wt);var At=wt;this.left=At.left,this.top=At.top,this.width=At.width,this.height=At.height,this.rotationAngle=At.rotationAngle,this.visual.transform.baseVal.getItem(0).setMatrix(vt.toSVGMatrix(this.visual.transform.baseVal.getItem(0).matrix,At.visualTransformMatrix)),this.container.transform.baseVal.getItem(0).setMatrix(vt.toSVGMatrix(this.container.transform.baseVal.getItem(0).matrix,At.containerTransformMatrix))},Ct.prototype.scale=function(wt,At){Bt.prototype.scale.call(this,wt,At);var Gt=this.rotatePoint({x:this.left,y:this.top}),Mt=this.unrotatePoint({x:Gt.x*wt,y:Gt.y*At});this.left=Mt.x,this.top=Mt.y,this.width=this.width*wt,this.height=this.height*At,this.adjustControlBox()},Ct}(ct),Et=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.fillColor="transparent",Mt.strokeColor="transparent",Mt.strokeWidth=0,Mt.strokeDasharray="",Mt.opacity=1,Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setFillColor=Mt.setFillColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.createVisual=Mt.createVisual.bind(Mt),Mt}return ae(Ct,Bt),Ct.prototype.ownsTarget=function(wt){return!(!Bt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual)},Ct.prototype.createVisual=function(){this.visual=ue.createRect(1,1,[["fill",this.fillColor],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["stroke-dasharray",this.strokeDasharray],["opacity",this.opacity.toString()]]),this.addMarkerVisualToContainer(this.visual)},Ct.prototype.pointerDown=function(wt,At){Bt.prototype.pointerDown.call(this,wt,At),this.state==="new"&&(this.createVisual(),this.moveVisual(wt),this._state="creating")},Ct.prototype.manipulate=function(wt){Bt.prototype.manipulate.call(this,wt)},Ct.prototype.resize=function(wt){Bt.prototype.resize.call(this,wt),this.setSize()},Ct.prototype.setSize=function(){Bt.prototype.setSize.call(this),ue.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]])},Ct.prototype.pointerUp=function(wt){Bt.prototype.pointerUp.call(this,wt),this.setSize()},Ct.prototype.setStrokeColor=function(wt){this.strokeColor=wt,this.visual&&ue.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(wt),this.stateChanged()},Ct.prototype.setFillColor=function(wt){this.fillColor=wt,this.visual&&ue.setAttributes(this.visual,[["fill",this.fillColor]]),this.stateChanged()},Ct.prototype.setStrokeWidth=function(wt){this.strokeWidth=wt,this.visual&&ue.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Ct.prototype.setStrokeDasharray=function(wt){this.strokeDasharray=wt,this.visual&&ue.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Ct.prototype.getState=function(){return Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},Bt.prototype.getState.call(this))},Ct.prototype.restoreState=function(wt){var At=wt;this.fillColor=At.fillColor,this.strokeColor=At.strokeColor,this.strokeWidth=At.strokeWidth,this.strokeDasharray=At.strokeDasharray,this.opacity=At.opacity,this.createVisual(),Bt.prototype.restoreState.call(this,wt),this.setSize()},Ct.prototype.scale=function(wt,At){Bt.prototype.scale.call(this,wt,At),this.setSize()},Ct.title="Rectangle marker",Ct}(Lt),zt=function(Bt){function Ct(wt,At,Gt,Mt){var xe=Bt.call(this,wt,Mt||'<svg viewBox="0 0 24 24"><path d="M3 17h18v-2H3v2m0 3h18v-1H3v1m0-7h18v-3H3v3m0-9v4h18V4H3z"/></svg>')||this;return xe.widths=[],xe.widthBoxes=[],xe.widths=At,xe.currentWidth=Gt,xe.setCurrentWidth=xe.setCurrentWidth.bind(xe),xe}return ae(Ct,Bt),Ct.prototype.getUi=function(){var wt=this,At=document.createElement("div");return At.style.display="flex",At.style.overflow="hidden",At.style.flexGrow="2",this.widths.forEach(function(Gt){var Mt=document.createElement("div");Mt.style.display="flex",Mt.style.flexGrow="2",Mt.style.alignItems="center",Mt.style.justifyContent="space-between",Mt.style.padding="5px",Mt.style.borderWidth="2px",Mt.style.borderStyle="solid",Mt.style.borderColor=Gt===wt.currentWidth?wt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){wt.setCurrentWidth(Gt,Mt)}),At.appendChild(Mt);var xe=document.createElement("div");xe.innerText=Gt.toString(),xe.style.marginRight="5px",Mt.appendChild(xe);var we=document.createElement("div");we.style.minHeight="20px",we.style.flexGrow="2",we.style.display="flex",we.style.alignItems="center";var sn=document.createElement("hr");sn.style.minWidth="20px",sn.style.border="0px",sn.style.borderTop=Gt+"px solid "+wt.uiStyleSettings.toolboxColor,sn.style.flexGrow="2",we.appendChild(sn),Mt.appendChild(we),wt.widthBoxes.push(Mt)}),At},Ct.prototype.setCurrentWidth=function(wt,At){var Gt=this;this.currentWidth=wt,this.widthBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===At?Gt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onWidthChanged&&this.onWidthChanged(this.currentWidth)},Ct}(et),Vt=function(Bt){function Ct(wt,At,Gt,Mt){var xe=Bt.call(this,wt,Mt||'<svg viewBox="0 0 24 24"><path d="M3 16h5v-2H3v2m6.5 0h5v-2h-5v2m6.5 0h5v-2h-5v2M3 20h2v-2H3v2m4 0h2v-2H7v2m4 0h2v-2h-2v2m4 0h2v-2h-2v2m4 0h2v-2h-2v2M3 12h8v-2H3v2m10 0h8v-2h-8v2M3 4v4h18V4H3z"/></svg>')||this;return xe.styles=[],xe.styleBoxes=[],xe.styles=At,xe.currentStyle=Gt,xe.setCurrentStyle=xe.setCurrentStyle.bind(xe),xe}return ae(Ct,Bt),Ct.prototype.getUi=function(){var wt=this,At=document.createElement("div");return At.style.display="flex",At.style.overflow="hidden",At.style.flexGrow="2",this.styles.forEach(function(Gt){var Mt=document.createElement("div");Mt.style.display="flex",Mt.style.alignItems="center",Mt.style.justifyContent="space-between",Mt.style.padding="5px",Mt.style.borderWidth="2px",Mt.style.borderStyle="solid",Mt.style.overflow="hidden",Mt.style.maxWidth=100/wt.styles.length-5+"%",Mt.style.borderColor=Gt===wt.currentStyle?wt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){wt.setCurrentStyle(Gt,Mt)}),At.appendChild(Mt);var xe=document.createElement("div");xe.style.minHeight="20px",xe.style.flexGrow="2",xe.style.overflow="hidden";var we=`<svg width="100" height="20">
|
|
<line x1="0" y1="10" x2="100" y2="10" stroke="`+wt.uiStyleSettings.toolboxColor+'" stroke-width="3" '+(Gt!==""?'stroke-dasharray="'+Gt+'"':"")+` />
|
|
</svg>`;xe.innerHTML=we,Mt.appendChild(xe),wt.styleBoxes.push(Mt)}),At},Ct.prototype.setCurrentStyle=function(wt,At){var Gt=this;this.currentStyle=wt,this.styleBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===At?Gt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onStyleChanged&&this.onStyleChanged(this.currentStyle)},Ct}(et),$t=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.strokeColor=Gt.defaultColor,Mt.strokeWidth=Gt.defaultStrokeWidth,Mt.strokeDasharray=Gt.defaultStrokeDasharray,Mt.strokePanel=new it("Line color",Gt.defaultColorSet,Gt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new zt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Vt("Line style",Gt.defaultStrokeDasharrays,Gt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return ae(Ct,Bt),Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Bt.prototype.getState.call(this);return wt.typeName=Ct.typeName,wt},Ct.typeName="FrameMarker",Ct.title="Frame marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4m14 11H6V8h12v9z"/></svg>',Ct}(Et),ie=function(){this.defaultColorSet=["#EF4444","#10B981","#2563EB","#FFFF00","#7C3AED","#F472B6","#000000","#FFFFFF"],this.defaultColor=this.defaultColorSet[0],this.defaultFillColor=this.defaultColorSet[0],this.defaultStrokeColor=this.defaultColorSet[7],this.defaultHighlightColor=this.defaultColorSet[3],this.defaultStrokeWidth=3,this.defaultStrokeDasharray="",this.defaultHighlightOpacity=.5,this.defaultFontFamily="Helvetica, Arial, sans-serif",this.defaultStrokeWidths=[1,2,3,5,10],this.defaultStrokeDasharrays=["","3","12 3","9 6 3 6"],this.defaultOpacitySteps=[.1,.25,.5,.75,1],this.displayMode="inline",this.defaultFontFamilies=['Times, "Times New Roman", serif',"Helvetica, Arial, sans-serif",'Courier, "Courier New", monospace',"cursive","fantasy"],this.popupMargin=30,this.newFreehandMarkerOnPointerUp=!1,this.defaultColorsFollowCurrentColors=!1,this.freehandPixelRatio=1,this.disableRotation=!1,this.defaultCaptionFontSize="1rem",this.defaultCaptionText="Text"},qt=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.x1=0,Mt.y1=0,Mt.x2=0,Mt.y2=0,Mt.defaultLength=50,Mt.manipulationStartX=0,Mt.manipulationStartY=0,Mt.manipulationStartX1=0,Mt.manipulationStartY1=0,Mt.manipulationStartX2=0,Mt.manipulationStartY2=0,Mt.setupControlBox(),Mt}return ae(Ct,Bt),Ct.prototype.ownsTarget=function(wt){return!!Bt.prototype.ownsTarget.call(this,wt)||!(!this.grip1.ownsTarget(wt)&&!this.grip2.ownsTarget(wt))},Ct.prototype.pointerDown=function(wt,At){Bt.prototype.pointerDown.call(this,wt,At),this.manipulationStartX=wt.x,this.manipulationStartY=wt.y,this.state==="new"&&(this.x1=wt.x,this.y1=wt.y,this.x2=wt.x,this.y2=wt.y),this.manipulationStartX1=this.x1,this.manipulationStartY1=this.y1,this.manipulationStartX2=this.x2,this.manipulationStartY2=this.y2,this.state!=="new"&&(this.select(),this.grip1.ownsTarget(At)?this.activeGrip=this.grip1:this.grip2.ownsTarget(At)?this.activeGrip=this.grip2:this.activeGrip=void 0,this.activeGrip?this._state="resize":this._state="move")},Ct.prototype.pointerUp=function(wt){var At=this.state;Bt.prototype.pointerUp.call(this,wt),this.state==="creating"&&Math.abs(this.x1-this.x2)<10&&Math.abs(this.y1-this.y2)<10?(this.x2=this.x1+this.defaultLength,this.adjustVisual(),this.adjustControlBox()):this.manipulate(wt),this._state="select",At==="creating"&&this.onMarkerCreated&&this.onMarkerCreated(this)},Ct.prototype.adjustVisual=function(){},Ct.prototype.manipulate=function(wt){this.state==="creating"?this.resize(wt):this.state==="move"?(this.x1=this.manipulationStartX1+wt.x-this.manipulationStartX,this.y1=this.manipulationStartY1+wt.y-this.manipulationStartY,this.x2=this.manipulationStartX2+wt.x-this.manipulationStartX,this.y2=this.manipulationStartY2+wt.y-this.manipulationStartY,this.adjustVisual(),this.adjustControlBox()):this.state==="resize"&&this.resize(wt)},Ct.prototype.resize=function(wt){switch(this.activeGrip){case this.grip1:this.x1=wt.x,this.y1=wt.y;break;case this.grip2:case void 0:this.x2=wt.x,this.y2=wt.y}this.adjustVisual(),this.adjustControlBox()},Ct.prototype.select=function(){Bt.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},Ct.prototype.deselect=function(){Bt.prototype.deselect.call(this),this.controlBox.style.display="none"},Ct.prototype.setupControlBox=function(){this.controlBox=ue.createGroup(),this.container.appendChild(this.controlBox),this.addControlGrips(),this.controlBox.style.display="none"},Ct.prototype.adjustControlBox=function(){this.positionGrips()},Ct.prototype.addControlGrips=function(){this.grip1=this.createGrip(),this.grip2=this.createGrip(),this.positionGrips()},Ct.prototype.createGrip=function(){var wt=new pt;return wt.visual.transform.baseVal.appendItem(ue.createTransform()),this.controlBox.appendChild(wt.visual),wt},Ct.prototype.positionGrips=function(){var wt=this.grip1.GRIP_SIZE;this.positionGrip(this.grip1.visual,this.x1-wt/2,this.y1-wt/2),this.positionGrip(this.grip2.visual,this.x2-wt/2,this.y2-wt/2)},Ct.prototype.positionGrip=function(wt,At,Gt){var Mt=wt.transform.baseVal.getItem(0);Mt.setTranslate(At,Gt),wt.transform.baseVal.replaceItem(Mt,0)},Ct.prototype.getState=function(){return Object.assign({x1:this.x1,y1:this.y1,x2:this.x2,y2:this.y2},Bt.prototype.getState.call(this))},Ct.prototype.restoreState=function(wt){Bt.prototype.restoreState.call(this,wt);var At=wt;this.x1=At.x1,this.y1=At.y1,this.x2=At.x2,this.y2=At.y2},Ct.prototype.scale=function(wt,At){Bt.prototype.scale.call(this,wt,At),this.x1=this.x1*wt,this.y1=this.y1*At,this.x2=this.x2*wt,this.y2=this.y2*At,this.adjustVisual(),this.adjustControlBox()},Ct}(ct),Re=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.strokeColor="transparent",Mt.strokeWidth=0,Mt.strokeDasharray="",Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.strokeColor=Gt.defaultColor,Mt.strokeWidth=Gt.defaultStrokeWidth,Mt.strokeDasharray=Gt.defaultStrokeDasharray,Mt.strokePanel=new it("Line color",Gt.defaultColorSet,Gt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new zt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Vt("Line style",Gt.defaultStrokeDasharrays,Gt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return ae(Ct,Bt),Ct.prototype.ownsTarget=function(wt){return!(!Bt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual&&wt!==this.selectorLine&&wt!==this.visibleLine)},Ct.prototype.createVisual=function(){this.visual=ue.createGroup(),this.selectorLine=ue.createLine(this.x1,this.y1,this.x2,this.y2,[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()]]),this.visibleLine=ue.createLine(this.x1,this.y1,this.x2,this.y2,[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),this.visual.appendChild(this.selectorLine),this.visual.appendChild(this.visibleLine),this.addMarkerVisualToContainer(this.visual)},Ct.prototype.pointerDown=function(wt,At){Bt.prototype.pointerDown.call(this,wt,At),this.state==="new"&&(this.createVisual(),this.adjustVisual(),this._state="creating")},Ct.prototype.adjustVisual=function(){this.selectorLine&&this.visibleLine&&(this.selectorLine.setAttribute("x1",this.x1.toString()),this.selectorLine.setAttribute("y1",this.y1.toString()),this.selectorLine.setAttribute("x2",this.x2.toString()),this.selectorLine.setAttribute("y2",this.y2.toString()),this.visibleLine.setAttribute("x1",this.x1.toString()),this.visibleLine.setAttribute("y1",this.y1.toString()),this.visibleLine.setAttribute("x2",this.x2.toString()),this.visibleLine.setAttribute("y2",this.y2.toString()),ue.setAttributes(this.visibleLine,[["stroke",this.strokeColor]]),ue.setAttributes(this.visibleLine,[["stroke-width",this.strokeWidth.toString()]]),ue.setAttributes(this.visibleLine,[["stroke-dasharray",this.strokeDasharray.toString()]]))},Ct.prototype.setStrokeColor=function(wt){this.strokeColor=wt,this.adjustVisual(),this.colorChanged(wt)},Ct.prototype.setStrokeWidth=function(wt){this.strokeWidth=wt,this.adjustVisual()},Ct.prototype.setStrokeDasharray=function(wt){this.strokeDasharray=wt,this.adjustVisual(),this.stateChanged()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray},Bt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){Bt.prototype.restoreState.call(this,wt);var At=wt;this.strokeColor=At.strokeColor,this.strokeWidth=At.strokeWidth,this.strokeDasharray=At.strokeDasharray,this.createVisual(),this.adjustVisual()},Ct.typeName="LineMarker",Ct.title="Line marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"/></svg>',Ct}(qt),me=function(Bt){function Ct(wt,At,Gt,Mt){var xe=Bt.call(this,wt,Mt||'<svg viewBox="0 0 24 24"><path d="M17 8h3v12h1v1h-4v-1h1v-3h-4l-1.5 3H14v1h-4v-1h1l6-12m1 1l-3.5 7H18V9M5 3h5c1.11 0 2 .89 2 2v11H9v-5H6v5H3V5c0-1.11.89-2 2-2m1 2v4h3V5H6z"/></svg>')||this;return xe.fonts=[],xe.fontBoxes=[],xe.fonts=At,xe.currentFont=Gt,xe.setCurrentFont=xe.setCurrentFont.bind(xe),xe}return ae(Ct,Bt),Ct.prototype.getUi=function(){var wt=this,At=document.createElement("div");return At.style.overflow="hidden",At.style.flexGrow="2",this.fonts.forEach(function(Gt){var Mt=document.createElement("div");Mt.style.display="inline-block",Mt.style.alignItems="center",Mt.style.justifyContent="space-between",Mt.style.padding="5px",Mt.style.borderWidth="2px",Mt.style.borderStyle="solid",Mt.style.overflow="hidden",Mt.style.maxWidth=100/wt.fonts.length-5+"%",Mt.style.borderColor=Gt===wt.currentFont?wt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){wt.setCurrentFont(Gt,Mt)}),At.appendChild(Mt);var xe=document.createElement("div");xe.style.display="flex",xe.style.minHeight="20px",xe.style.flexGrow="2",xe.style.fontFamily=Gt,xe.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",xe.appendChild(we),Mt.appendChild(xe),wt.fontBoxes.push(Mt)}),At},Ct.prototype.setCurrentFont=function(wt,At){var Gt=this;this.currentFont=wt,this.fontBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===At?Gt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onFontChanged&&this.onFontChanged(this.currentFont)},Ct}(et),Ve=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.color="transparent",Mt.padding=5,Mt.DEFAULT_TEXT="\u8BF7\u8F93\u5165\u6587\u672C",Mt.text=Mt.DEFAULT_TEXT,Mt.isMoved=!1,Mt.color=Gt.defaultColor,Mt.fontFamily=Gt.defaultFontFamily,Mt.defaultSize={x:100,y:30},Mt.setColor=Mt.setColor.bind(Mt),Mt.setFont=Mt.setFont.bind(Mt),Mt.renderText=Mt.renderText.bind(Mt),Mt.sizeText=Mt.sizeText.bind(Mt),Mt.textEditDivClicked=Mt.textEditDivClicked.bind(Mt),Mt.showTextEditor=Mt.showTextEditor.bind(Mt),Mt.setSize=Mt.setSize.bind(Mt),Mt.positionTextEditor=Mt.positionTextEditor.bind(Mt),Mt.colorPanel=new it("Color",Gt.defaultColorSet,Gt.defaultColor),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.fontFamilyPanel=new me("Font",Gt.defaultFontFamilies,Gt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt}return ae(Ct,Bt),Ct.prototype.ownsTarget=function(wt){if(Bt.prototype.ownsTarget.call(this,wt)||wt===this.visual||wt===this.textElement||wt===this.bgRectangle)return!0;var At=!1;return this.textElement.childNodes.forEach(function(Gt){Gt===wt&&(At=!0)}),At},Ct.prototype.createVisual=function(){this.visual=ue.createGroup(),this.bgRectangle=ue.createRect(1,1,[["fill","transparent"]]),this.visual.appendChild(this.bgRectangle),this.textElement=ue.createText([["fill",this.color],["font-family",this.fontFamily],["font-size","16px"],["x","0"],["y","0"]]),this.textElement.transform.baseVal.appendItem(ue.createTransform()),this.textElement.transform.baseVal.appendItem(ue.createTransform()),this.visual.appendChild(this.textElement),this.addMarkerVisualToContainer(this.visual),this.renderText()},Ct.prototype.pointerDown=function(wt,At){Bt.prototype.pointerDown.call(this,wt,At),this.isMoved=!1,this.pointerDownPoint=wt,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(wt),this._state="creating")},Ct.prototype.renderText=function(){var wt=this;if(this.textElement){for(;this.textElement.lastChild;)this.textElement.removeChild(this.textElement.lastChild);this.text.split(/\r\n|[\n\v\f\r\x85\u2028\u2029]/).forEach(function(At){wt.textElement.appendChild(ue.createTSpan(At.trim()===""?" ":At.trim(),[["x","0"],["dy","1.2em"]]))}),setTimeout(this.sizeText,10)}},Ct.prototype.getTextScale=function(){var wt=this.textElement.getBBox(),At=1;if(wt.width>0&&wt.height>0){var Gt=(1*this.width-this.width*this.padding*2/100)/wt.width,Mt=(1*this.height-this.height*this.padding*2/100)/wt.height;At=Math.min(Gt,Mt)}return At},Ct.prototype.getTextPosition=function(wt){var At=this.textElement.getBBox(),Gt=0,Mt=0;return At.width>0&&At.height>0&&(Gt=(this.width-At.width*wt)/2,Mt=this.height/2-At.height*wt/2),{x:Gt,y:Mt}},Ct.prototype.sizeText=function(){var wt=this.textElement.getBBox(),At=this.getTextScale(),Gt=this.getTextPosition(At);Gt.y-=wt.y*At,navigator.userAgent.indexOf("Edge/")>-1?this.textElement.style.transform="translate("+Gt.x+"px, "+Gt.y+"px) scale("+At+", "+At+")":(this.textElement.transform.baseVal.getItem(0).setTranslate(Gt.x,Gt.y),this.textElement.transform.baseVal.getItem(1).setScale(At,At))},Ct.prototype.manipulate=function(wt){Bt.prototype.manipulate.call(this,wt),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(wt.x-this.pointerDownPoint.x)>5||Math.abs(wt.y-this.pointerDownPoint.y)>5)},Ct.prototype.resize=function(wt){Bt.prototype.resize.call(this,wt),this.isMoved=!0,this.setSize(),this.sizeText()},Ct.prototype.setSize=function(){Bt.prototype.setSize.call(this),this.visual&&this.bgRectangle&&(ue.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),ue.setAttributes(this.bgRectangle,[["width",this.width.toString()],["height",this.height.toString()]]))},Ct.prototype.pointerUp=function(wt){var At=this.state;At==="creating"&&(this._suppressMarkerCreateEvent=!0),Bt.prototype.pointerUp.call(this,wt),this.setSize(),(At==="creating"||!this.isMoved&&Date.now()-this.pointerDownTimestamp>500)&&this.showTextEditor(),this.pointerDownPoint=void 0},Ct.prototype.showTextEditor=function(){var wt=this;this._state="edit",this.overlayContainer.innerHTML="",this.textEditDiv=document.createElement("div"),this.textEditDiv.style.flexGrow="2",this.textEditDiv.style.alignItems="center",this.textEditDiv.style.justifyContent="center",this.textEditDiv.style.pointerEvents="auto",this.textEditDiv.style.overflow="hidden",this.textEditor=document.createElement("div"),this.textEditor.style.position="absolute",this.textEditor.style.fontFamily=this.fontFamily,this.textEditor.style.lineHeight="1em",this.textEditor.innerText=this.text,this.textEditor.contentEditable="true",this.textEditor.style.color=this.color,this.textEditor.style.whiteSpace="pre",this.positionTextEditor(),this.textEditor.addEventListener("pointerup",function(At){At.stopPropagation()}),this.textEditor.addEventListener("input",function(){for(var At=Number.parseFloat(wt.textEditor.style.fontSize);wt.textEditor.clientWidth>=Number.parseInt(wt.textEditor.style.maxWidth)&&At>.9;)At-=.1,wt.textEditor.style.fontSize=Math.max(At,.9)+"em"}),this.textEditor.addEventListener("keyup",function(At){At.cancelBubble=!0}),this.textEditor.addEventListener("paste",function(At){if(At.clipboardData){var Gt=At.clipboardData.getData("text"),Mt=window.getSelection();if(!Mt.rangeCount)return!1;Mt.deleteFromDocument(),Mt.getRangeAt(0).insertNode(document.createTextNode(Gt)),At.preventDefault()}}),this.textEditDiv.addEventListener("pointerup",function(){wt.textEditDivClicked(wt.textEditor.innerText)}),this.textEditDiv.appendChild(this.textEditor),this.overlayContainer.appendChild(this.textEditDiv),this.hideVisual(),this.textEditor.focus(),document.execCommand("selectAll")},Ct.prototype.positionTextEditor=function(){if(this.state==="edit")if(this.textEditor===void 0)this.showTextEditor();else{this.textElement.style.display="";var wt=this.getTextScale(),At=this.rotatePoint({x:this.left+this.width/2,y:this.top+this.height/2}),Gt=this.textElement.getBBox(),Mt={x:Gt.width*wt,y:Gt.height*wt};At.x-=Mt.x/2,At.y-=Mt.y/2,this.textEditor.style.top=At.y+"px",this.textEditor.style.left=At.x+"px",this.textEditor.style.maxWidth=this.overlayContainer.offsetWidth-At.x+"px",this.textEditor.style.fontSize=Math.max(16*wt,12)+"px",this.textElement.style.display="none"}},Ct.prototype.textEditDivClicked=function(wt){this.text=wt.trim(),this.overlayContainer.innerHTML="",this.renderText(),this.showVisual(),this._suppressMarkerCreateEvent&&(this._suppressMarkerCreateEvent=!1,this.onMarkerCreated&&this.onMarkerCreated(this)),this.stateChanged()},Ct.prototype.select=function(){Bt.prototype.select.call(this),this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText)},Ct.prototype.deselect=function(){this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText),Bt.prototype.deselect.call(this)},Ct.prototype.dblClick=function(wt,At){Bt.prototype.dblClick.call(this,wt,At),this.showTextEditor()},Ct.prototype.setColor=function(wt){this.textElement&&ue.setAttributes(this.textElement,[["fill",wt]]),this.color=wt,this.textEditor&&(this.textEditor.style.color=this.color),this.colorChanged(wt)},Ct.prototype.setFont=function(wt){this.textElement&&ue.setAttributes(this.textElement,[["font-family",wt]]),this.fontFamily=wt,this.textEditor&&(this.textEditor.style.fontFamily=this.fontFamily),this.renderText(),this.stateChanged()},Ct.prototype.hideVisual=function(){this.textElement.style.display="none",this.hideControlBox()},Ct.prototype.showVisual=function(){this.state==="edit"&&(this._state="select"),this.textElement.style.display="",this.showControlBox()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({color:this.color,fontFamily:this.fontFamily,padding:this.padding,text:this.text},Bt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){var At=wt;this.color=At.color,this.fontFamily=At.fontFamily,this.padding=At.padding,this.text=At.text,this.createVisual(),Bt.prototype.restoreState.call(this,wt),this.setSize()},Ct.prototype.scale=function(wt,At){Bt.prototype.scale.call(this,wt,At),this.setSize(),this.sizeText(),this.positionTextEditor()},Ct.typeName="TextMarker",Ct.title="Text marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M9.6 14L12 7.7l2.4 6.3M11 5L5.5 19h2.2l1.1-3H15l1.1 3h2.2L13 5h-2z"/></svg>',Ct}(Lt),un=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.color="transparent",Mt.lineWidth=3,Mt.drawing=!1,Mt.pixelRatio=1,Mt.color=Gt.defaultColor,Mt.lineWidth=Gt.defaultStrokeWidth,Mt.pixelRatio=Gt.freehandPixelRatio,Mt.setColor=Mt.setColor.bind(Mt),Mt.addCanvas=Mt.addCanvas.bind(Mt),Mt.finishCreation=Mt.finishCreation.bind(Mt),Mt.setLineWidth=Mt.setLineWidth.bind(Mt),Mt.colorPanel=new it("Color",Gt.defaultColorSet,Gt.defaultColor),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.lineWidthPanel=new zt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.lineWidthPanel.onWidthChanged=Mt.setLineWidth,Mt}return ae(Ct,Bt),Ct.prototype.ownsTarget=function(wt){return!(!Bt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual&&wt!==this.drawingImage)},Ct.prototype.createVisual=function(){this.visual=ue.createGroup(),this.drawingImage=ue.createImage(),this.visual.appendChild(this.drawingImage);var wt=ue.createTransform();this.visual.transform.baseVal.appendItem(wt),this.addMarkerVisualToContainer(this.visual)},Ct.prototype.pointerDown=function(wt,At){this.state==="new"&&(this.addCanvas(),this.createVisual(),this._state="creating"),this.state==="creating"?(this.canvasContext.strokeStyle=this.color,this.canvasContext.lineWidth=this.lineWidth,this.canvasContext.beginPath(),this.canvasContext.moveTo(wt.x,wt.y),this.drawing=!0):Bt.prototype.pointerDown.call(this,wt,At)},Ct.prototype.manipulate=function(wt){this.state==="creating"?this.drawing&&(this.canvasContext.lineTo(wt.x,wt.y),this.canvasContext.stroke()):Bt.prototype.manipulate.call(this,wt)},Ct.prototype.resize=function(wt){Bt.prototype.resize.call(this,wt),ue.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),ue.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]])},Ct.prototype.pointerUp=function(wt){this._state==="creating"?this.drawing&&(this.canvasContext.closePath(),this.drawing=!1,this.globalSettings.newFreehandMarkerOnPointerUp&&this.finishCreation()):Bt.prototype.pointerUp.call(this,wt)},Ct.prototype.addCanvas=function(){this.overlayContainer.innerHTML="",this.canvasElement=document.createElement("canvas"),this.canvasElement.width=this.overlayContainer.clientWidth*this.pixelRatio,this.canvasElement.height=this.overlayContainer.clientHeight*this.pixelRatio,this.canvasContext=this.canvasElement.getContext("2d"),this.canvasContext.scale(this.pixelRatio,this.pixelRatio),this.overlayContainer.appendChild(this.canvasElement)},Ct.prototype.select=function(){this.state==="creating"&&this.finishCreation(),Bt.prototype.select.call(this)},Ct.prototype.deselect=function(){this.state==="creating"&&this.finishCreation(),Bt.prototype.deselect.call(this)},Ct.prototype.finishCreation=function(){for(var wt=this.canvasContext.getImageData(0,0,this.canvasElement.width,this.canvasElement.height),At=[this.canvasElement.width+1,this.canvasElement.height+1,-1,-1],Gt=At[0],Mt=At[1],xe=At[2],we=At[3],sn=!1,Xe=0;Xe<this.canvasElement.height;Xe++)for(var Te=0;Te<this.canvasElement.width;Te++)wt.data[Xe*this.canvasElement.width*4+4*Te+3]>0&&(sn=!0,Xe<Mt&&(Mt=Xe),Te<Gt&&(Gt=Te),Xe>we&&(we=Xe),Te>xe&&(xe=Te));if(sn){this.left=Gt/this.pixelRatio,this.top=Mt/this.pixelRatio,this.width=(xe-Gt)/this.pixelRatio,this.height=(we-Mt)/this.pixelRatio;var $e=document.createElement("canvas");$e.width=xe-Gt,$e.height=we-Mt,$e.getContext("2d").putImageData(this.canvasContext.getImageData(Gt,Mt,xe-Gt,we-Mt),0,0),this.drawingImgUrl=$e.toDataURL("image/png"),this.setDrawingImage(),this._state="select",this.onMarkerCreated&&this.onMarkerCreated(this)}this.overlayContainer.innerHTML=""},Ct.prototype.setDrawingImage=function(){ue.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]]),ue.setAttributes(this.drawingImage,[["href",this.drawingImgUrl]]),this.moveVisual({x:this.left,y:this.top})},Ct.prototype.setColor=function(wt){this.color=wt,this.colorChanged(wt)},Ct.prototype.setLineWidth=function(wt){this.lineWidth=wt},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return this.state==="new"||this.state==="creating"?[this.colorPanel,this.lineWidthPanel]:[]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({drawingImgUrl:this.drawingImgUrl},Bt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){this.createVisual(),Bt.prototype.restoreState.call(this,wt),this.drawingImgUrl=wt.drawingImgUrl,this.setDrawingImage()},Ct.prototype.scale=function(wt,At){Bt.prototype.scale.call(this,wt,At),this.setDrawingImage()},Ct.typeName="FreehandMarker",Ct.title="Freehand marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M9.75 20.85c1.78-.7 1.39-2.63.49-3.85-.89-1.25-2.12-2.11-3.36-2.94A9.817 9.817 0 014.54 12c-.28-.33-.85-.94-.27-1.06.59-.12 1.61.46 2.13.68.91.38 1.81.82 2.65 1.34l1.01-1.7C8.5 10.23 6.5 9.32 4.64 9.05c-1.06-.16-2.18.06-2.54 1.21-.32.99.19 1.99.77 2.77 1.37 1.83 3.5 2.71 5.09 4.29.34.33.75.72.95 1.18.21.44.16.47-.31.47-1.24 0-2.79-.97-3.8-1.61l-1.01 1.7c1.53.94 4.09 2.41 5.96 1.79m11.09-15.6c.22-.22.22-.58 0-.79l-1.3-1.3a.562.562 0 00-.78 0l-1.02 1.02 2.08 2.08M11 10.92V13h2.08l6.15-6.15-2.08-2.08L11 10.92z"/></svg>',Ct}(Lt),Nn=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,Gt||'<svg viewBox="0 0 24 24"><path d="M8 14v4l-6-6 6-6v4h8V6l6 6-6 6v-4H8z"/></svg>')||this;return Mt.typeBoxes=[],Mt.currentType=At,Mt.setCurrentType=Mt.setCurrentType.bind(Mt),Mt}return ae(Ct,Bt),Ct.prototype.getUi=function(){var wt=this,At=document.createElement("div");At.style.display="flex",At.style.overflow="hidden",At.style.flexGrow="2";for(var Gt=function(we){var sn="both";switch(we){case 0:sn="both";break;case 1:sn="start";break;case 2:sn="end";break;case 3:sn="none"}var Xe=document.createElement("div");if(Xe.style.display="flex",Xe.style.flexGrow="2",Xe.style.alignItems="center",Xe.style.justifyContent="space-between",Xe.style.padding="5px",Xe.style.borderWidth="2px",Xe.style.borderStyle="solid",Xe.style.borderColor=sn===Mt.currentType?Mt.uiStyleSettings.toolboxAccentColor:"transparent",Xe.addEventListener("click",function(){wt.setCurrentType(sn,Xe)}),At.appendChild(Xe),sn==="both"||sn==="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="`+(Mt.uiStyleSettings!==void 0?Mt.uiStyleSettings.toolboxColor:"#eeeeee")+`" />
|
|
</svg>`,Te.style.marginLeft="5px",Xe.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 "+(Mt.uiStyleSettings!==void 0?Mt.uiStyleSettings.toolboxColor:"#eeeeee"),nn.style.flexGrow="2",$e.appendChild(nn),Xe.appendChild($e),sn==="both"||sn==="end"){var hn=document.createElement("div");hn.style.display="flex",hn.style.alignItems="center",hn.style.minHeight="20px",hn.innerHTML=`<svg viewBox="0 0 10 10" width="10" height="10" xmlns="http://www.w3.org/2000/svg">
|
|
<polygon points="0,0 10,5 0,10" fill="`+(Mt.uiStyleSettings!==void 0?Mt.uiStyleSettings.toolboxColor:"#eeeeee")+`" />
|
|
</svg>`,hn.style.marginRight="5px",Xe.appendChild(hn)}Mt.typeBoxes.push(Xe)},Mt=this,xe=0;xe<4;xe++)Gt(xe);return At},Ct.prototype.setCurrentType=function(wt,At){var Gt=this;this.currentType=wt,this.typeBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===At?Gt.uiStyleSettings!==void 0?Gt.uiStyleSettings.toolboxAccentColor:"#3080c3":"transparent"}),this.onArrowTypeChanged&&this.onArrowTypeChanged(this.currentType)},Ct}(et),vi=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.arrowType="end",Mt.arrowBaseHeight=10,Mt.arrowBaseWidth=10,Mt.getArrowPoints=Mt.getArrowPoints.bind(Mt),Mt.setArrowType=Mt.setArrowType.bind(Mt),Mt.arrowTypePanel=new Nn("Arrow type","end"),Mt.arrowTypePanel.onArrowTypeChanged=Mt.setArrowType,Mt}return ae(Ct,Bt),Ct.prototype.ownsTarget=function(wt){return!(!Bt.prototype.ownsTarget.call(this,wt)&&wt!==this.arrow1&&wt!==this.arrow2)},Ct.prototype.getArrowPoints=function(wt,At){var Gt=this.arrowBaseWidth+2*this.strokeWidth,Mt=this.arrowBaseHeight+2*this.strokeWidth;return wt-Gt/2+","+(At+Mt/2)+" "+wt+","+(At-Mt/2)+" "+(wt+Gt/2)+","+(At+Mt/2)},Ct.prototype.createTips=function(){this.arrow1=ue.createPolygon(this.getArrowPoints(this.x1,this.y1),[["fill",this.strokeColor]]),this.arrow1.transform.baseVal.appendItem(ue.createTransform()),this.visual.appendChild(this.arrow1),this.arrow2=ue.createPolygon(this.getArrowPoints(this.x2,this.y2),[["fill",this.strokeColor]]),this.arrow2.transform.baseVal.appendItem(ue.createTransform()),this.visual.appendChild(this.arrow2)},Ct.prototype.pointerDown=function(wt,At){Bt.prototype.pointerDown.call(this,wt,At),this.state==="creating"&&this.createTips()},Ct.prototype.adjustVisual=function(){if(Bt.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",ue.setAttributes(this.arrow1,[["points",this.getArrowPoints(this.x1,this.y1)],["fill",this.strokeColor]]),ue.setAttributes(this.arrow2,[["points",this.getArrowPoints(this.x2,this.y2)],["fill",this.strokeColor]]);var wt=0;Math.abs(this.x1-this.x2)>.1&&(wt=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2));var At=this.arrow1.transform.baseVal.getItem(0);At.setRotate(wt,this.x1,this.y1),this.arrow1.transform.baseVal.replaceItem(At,0);var Gt=this.arrow2.transform.baseVal.getItem(0);Gt.setRotate(wt+180,this.x2,this.y2),this.arrow2.transform.baseVal.replaceItem(Gt,0)}},Ct.prototype.setArrowType=function(wt){this.arrowType=wt,this.adjustVisual(),this.stateChanged()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel,this.arrowTypePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({arrowType:this.arrowType},Bt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){Bt.prototype.restoreState.call(this,wt);var At=wt;this.arrowType=At.arrowType,this.createTips(),this.adjustVisual()},Ct.typeName="ArrowMarker",Ct.title="Arrow marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 7 15.59V9H5v10h10v-2H8.41L19 6.41z"/></svg>',Ct}(Re),Bn=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.fillColor=Gt.defaultFillColor,Mt.strokeWidth=0,Mt.fillPanel=new it("Color",Gt.defaultColorSet,Gt.defaultFillColor),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt}return ae(Ct,Bt),Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.fillPanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Bt.prototype.getState.call(this);return wt.typeName=Ct.typeName,wt},Ct.typeName="CoverMarker",Ct.title="Cover marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4z"/></svg>',Ct}(Et),Ti=function(Bt){function Ct(wt,At,Gt,Mt){var xe=Bt.call(this,wt,Mt||'<svg viewBox="0 0 24 24"><path d="M17.66 8L12 2.35 6.34 8A8.02 8.02 0 004 13.64c0 2 .78 4.11 2.34 5.67a7.99 7.99 0 0011.32 0c1.56-1.56 2.34-3.67 2.34-5.67S19.22 9.56 17.66 8M6 14c0-2 .62-3.27 1.76-4.4L12 5.27l4.24 4.38C17.38 10.77 18 12 18 14H6z"/></svg>')||this;return xe.opacities=[],xe.opacityBoxes=[],xe.opacities=At,xe.currentOpacity=Gt,xe.setCurrentOpacity=xe.setCurrentOpacity.bind(xe),xe}return ae(Ct,Bt),Ct.prototype.getUi=function(){var wt=this,At=document.createElement("div");return At.style.display="flex",At.style.overflow="hidden",At.style.flexGrow="2",At.style.justifyContent="space-between",this.opacities.forEach(function(Gt){var Mt=document.createElement("div");Mt.style.display="flex",Mt.style.alignItems="center",Mt.style.justifyContent="center",Mt.style.padding="5px",Mt.style.borderWidth="2px",Mt.style.borderStyle="solid",Mt.style.borderColor=Gt===wt.currentOpacity?wt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){wt.setCurrentOpacity(Gt,Mt)}),At.appendChild(Mt);var xe=document.createElement("div");xe.innerText=100*Gt+"%",Mt.appendChild(xe),wt.opacityBoxes.push(Mt)}),At},Ct.prototype.setCurrentOpacity=function(wt,At){var Gt=this;this.currentOpacity=wt,this.opacityBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===At?Gt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onOpacityChanged&&this.onOpacityChanged(this.currentOpacity)},Ct}(et),ni=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.setOpacity=Mt.setOpacity.bind(Mt),Mt.fillColor=Gt.defaultHighlightColor,Mt.strokeWidth=0,Mt.opacity=Gt.defaultHighlightOpacity,Mt.fillPanel=new it("Color",Gt.defaultColorSet,Mt.fillColor),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt.opacityPanel=new Ti("Opacity",Gt.defaultOpacitySteps,Mt.opacity),Mt.opacityPanel.onOpacityChanged=Mt.setOpacity,Mt}return ae(Ct,Bt),Ct.prototype.setOpacity=function(wt){this.opacity=wt,this.visual&&ue.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.fillPanel,this.opacityPanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Bt.prototype.getState.call(this);return wt.typeName=Ct.typeName,wt},Ct.typeName="HighlightMarker",Ct.title="Highlight marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M18.5 1.15c-.53 0-1.04.19-1.43.58l-5.81 5.82 5.65 5.65 5.82-5.81c.77-.78.77-2.04 0-2.83l-2.84-2.83c-.39-.39-.89-.58-1.39-.58M10.3 8.5l-5.96 5.96c-.78.78-.78 2.04.02 2.85C3.14 18.54 1.9 19.77.67 21h5.66l.86-.86c.78.76 2.03.75 2.81-.02l5.95-5.96"/></svg>',Ct}(Bn),ge='<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>',wn=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.bgColor="transparent",Mt.tipPosition={x:0,y:0},Mt.tipBase1Position={x:0,y:0},Mt.tipBase2Position={x:0,y:0},Mt.tipMoving=!1,Mt.color=Gt.defaultStrokeColor,Mt.bgColor=Gt.defaultFillColor,Mt.fontFamily=Gt.defaultFontFamily,Mt.defaultSize={x:100,y:30},Mt.setBgColor=Mt.setBgColor.bind(Mt),Mt.getTipPoints=Mt.getTipPoints.bind(Mt),Mt.positionTip=Mt.positionTip.bind(Mt),Mt.setTipPoints=Mt.setTipPoints.bind(Mt),Mt.colorPanel=new it("Text color",Gt.defaultColorSet,Mt.color,ge),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.bgColorPanel=new it("Fill color",Gt.defaultColorSet,Mt.bgColor,Kt),Mt.bgColorPanel.onColorChanged=Mt.setBgColor,Mt.fontFamilyPanel=new me("Font",Gt.defaultFontFamilies,Gt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt.tipGrip=new pt,Mt.tipGrip.visual.transform.baseVal.appendItem(ue.createTransform()),Mt.controlBox.appendChild(Mt.tipGrip.visual),Mt}return ae(Ct,Bt),Ct.prototype.ownsTarget=function(wt){return Bt.prototype.ownsTarget.call(this,wt)||this.tipGrip.ownsTarget(wt)||this.tip===wt},Ct.prototype.createTip=function(){ue.setAttributes(this.bgRectangle,[["fill",this.bgColor],["rx","10px"]]),this.tip=ue.createPolygon(this.getTipPoints(),[["fill",this.bgColor]]),this.visual.appendChild(this.tip)},Ct.prototype.pointerDown=function(wt,At){this.state==="new"&&Bt.prototype.pointerDown.call(this,wt,At),this.state==="creating"?this.createTip():this.tipGrip.ownsTarget(At)?(this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.tipMoving=!0):Bt.prototype.pointerDown.call(this,wt,At)},Ct.prototype.pointerUp=function(wt){if(this.tipMoving)this.tipMoving=!1,this.isMoved=!0,Bt.prototype.pointerUp.call(this,wt);else{var At=this.state==="creating";Bt.prototype.pointerUp.call(this,wt),this.setTipPoints(At),this.positionTip()}},Ct.prototype.manipulate=function(wt){if(this.tipMoving){var At=this.unrotatePoint(wt);this.tipPosition={x:At.x-this.manipulationStartLeft,y:At.y-this.manipulationStartTop},this.positionTip()}else Bt.prototype.manipulate.call(this,wt)},Ct.prototype.setBgColor=function(wt){this.bgRectangle&&this.tip&&(ue.setAttributes(this.bgRectangle,[["fill",wt]]),ue.setAttributes(this.tip,[["fill",wt]])),this.bgColor=wt,this.fillColorChanged(wt)},Ct.prototype.getTipPoints=function(){return this.setTipPoints(this.state==="creating"),this.tipBase1Position.x+","+this.tipBase1Position.y+" "+this.tipBase2Position.x+","+this.tipBase2Position.y+" "+this.tipPosition.x+","+this.tipPosition.y},Ct.prototype.setTipPoints=function(wt){wt===void 0&&(wt=!1);var At=Math.min(this.height/2,15),Gt=this.height/5;wt&&(this.tipPosition={x:At+Gt/2,y:this.height+20});var Mt=Math.atan(this.height/2/(this.width/2));this.tipPosition.x<this.width/2&&this.tipPosition.y<this.height/2?Mt<Math.atan((this.height/2-this.tipPosition.y)/(this.width/2-this.tipPosition.x))?(Gt=this.width/5,At=Math.min(this.width/2,15),this.tipBase1Position={x:At,y:0},this.tipBase2Position={x:At+Gt,y:0}):(this.tipBase1Position={x:0,y:At},this.tipBase2Position={x:0,y:At+Gt}):this.tipPosition.x>=this.width/2&&this.tipPosition.y<this.height/2?Mt<Math.atan((this.height/2-this.tipPosition.y)/(this.tipPosition.x-this.width/2))?(Gt=this.width/5,At=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-At-Gt,y:0},this.tipBase2Position={x:this.width-At,y:0}):(this.tipBase1Position={x:this.width,y:At},this.tipBase2Position={x:this.width,y:At+Gt}):this.tipPosition.x>=this.width/2&&this.tipPosition.y>=this.height/2?Mt<Math.atan((this.tipPosition.y-this.height/2)/(this.tipPosition.x-this.width/2))?(Gt=this.width/5,At=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-At-Gt,y:this.height},this.tipBase2Position={x:this.width-At,y:this.height}):(this.tipBase1Position={x:this.width,y:this.height-At-Gt},this.tipBase2Position={x:this.width,y:this.height-At}):Mt<Math.atan((this.tipPosition.y-this.height/2)/(this.width/2-this.tipPosition.x))?(Gt=this.width/5,At=Math.min(this.width/2,15),this.tipBase1Position={x:At,y:this.height},this.tipBase2Position={x:At+Gt,y:this.height}):(this.tipBase1Position={x:0,y:this.height-At},this.tipBase2Position={x:0,y:this.height-At-Gt})},Ct.prototype.resize=function(wt){Bt.prototype.resize.call(this,wt),this.positionTip()},Ct.prototype.positionTip=function(){ue.setAttributes(this.tip,[["points",this.getTipPoints()]]);var wt=this.tipGrip.visual.transform.baseVal.getItem(0);wt.setTranslate(this.tipPosition.x,this.tipPosition.y),this.tipGrip.visual.transform.baseVal.replaceItem(wt,0)},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.bgColorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),Ct.prototype.select=function(){this.positionTip(),Bt.prototype.select.call(this)},Ct.prototype.getState=function(){var wt=Object.assign({bgColor:this.bgColor,tipPosition:this.tipPosition},Bt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){var At=wt;this.bgColor=At.bgColor,this.tipPosition=At.tipPosition,Bt.prototype.restoreState.call(this,wt),this.createTip(),this.setTipPoints()},Ct.prototype.scale=function(wt,At){Bt.prototype.scale.call(this,wt,At),this.tipPosition={x:this.tipPosition.x*wt,y:this.tipPosition.y*At},this.positionTip()},Ct.typeName="CalloutMarker",Ct.title="Callout marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 012 2v12a2 2 0 01-2 2h-4l-4 4-4-4H4a2 2 0 01-2-2V4a2 2 0 012-2m0 2v12h4.83L12 19.17 15.17 16H20V4H4m2 3h12v2H6V7m0 4h10v2H6v-2z"/></svg>',Ct}(Ve),di=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.fillColor="transparent",Mt.strokeColor="transparent",Mt.strokeWidth=0,Mt.strokeDasharray="",Mt.opacity=1,Mt.strokeColor=Gt.defaultColor,Mt.strokeWidth=Gt.defaultStrokeWidth,Mt.strokeDasharray=Gt.defaultStrokeDasharray,Mt.fillColor=Gt.defaultFillColor,Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setFillColor=Mt.setFillColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.setOpacity=Mt.setOpacity.bind(Mt),Mt.createVisual=Mt.createVisual.bind(Mt),Mt.strokePanel=new it("Line color",le(Gt.defaultColorSet,["transparent"]),Gt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.fillPanel=new it("Fill color",le(Gt.defaultColorSet,["transparent"]),Mt.fillColor,Kt),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt.strokeWidthPanel=new zt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Vt("Line style",Gt.defaultStrokeDasharrays,Gt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt.opacityPanel=new Ti("Opacity",Gt.defaultOpacitySteps,Mt.opacity),Mt.opacityPanel.onOpacityChanged=Mt.setOpacity,Mt}return ae(Ct,Bt),Ct.prototype.ownsTarget=function(wt){return!(!Bt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual)},Ct.prototype.createVisual=function(){this.visual=ue.createEllipse(this.width/2,this.height/2,[["fill",this.fillColor],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["stroke-dasharray",this.strokeDasharray],["opacity",this.opacity.toString()]]),this.addMarkerVisualToContainer(this.visual)},Ct.prototype.pointerDown=function(wt,At){Bt.prototype.pointerDown.call(this,wt,At),this.state==="new"&&(this.createVisual(),this.moveVisual(wt),this._state="creating")},Ct.prototype.manipulate=function(wt){Bt.prototype.manipulate.call(this,wt)},Ct.prototype.resize=function(wt){Bt.prototype.resize.call(this,wt),this.setSize()},Ct.prototype.setSize=function(){Bt.prototype.setSize.call(this),ue.setAttributes(this.visual,[["cx",(this.width/2).toString()],["cy",(this.height/2).toString()],["rx",(this.width/2).toString()],["ry",(this.height/2).toString()]])},Ct.prototype.pointerUp=function(wt){Bt.prototype.pointerUp.call(this,wt),this.setSize()},Ct.prototype.setStrokeColor=function(wt){this.strokeColor=wt,this.visual&&ue.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(wt),this.stateChanged()},Ct.prototype.setFillColor=function(wt){this.fillColor=wt,this.visual&&ue.setAttributes(this.visual,[["fill",this.fillColor]]),this.fillColorChanged(wt),this.stateChanged()},Ct.prototype.setStrokeWidth=function(wt){this.strokeWidth=wt,this.visual&&ue.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Ct.prototype.setStrokeDasharray=function(wt){this.strokeDasharray=wt,this.visual&&ue.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Ct.prototype.setOpacity=function(wt){this.opacity=wt,this.visual&&ue.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.fillPanel,this.strokeWidthPanel,this.strokeStylePanel,this.opacityPanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},Bt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){var At=wt;this.fillColor=At.fillColor,this.strokeColor=At.strokeColor,this.strokeWidth=At.strokeWidth,this.strokeDasharray=At.strokeDasharray,this.opacity=At.opacity,this.createVisual(),Bt.prototype.restoreState.call(this,wt),this.setSize()},Ct.prototype.scale=function(wt,At){Bt.prototype.scale.call(this,wt,At),this.setSize()},Ct.typeName="EllipseMarker",Ct.title="Ellipse marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M12 4C6.5 4 2 7.58 2 12s4.5 8 10 8 10-3.58 10-8-4.5-8-10-8z"/></svg>',Ct}(Lt),gi=function(Bt){function Ct(wt,At,Gt){return Bt.call(this,wt,At,Gt)||this}return ae(Ct,Bt),Object.defineProperty(Ct.prototype,"tipLength",{get:function(){return 10+3*this.strokeWidth},enumerable:!1,configurable:!0}),Ct.prototype.ownsTarget=function(wt){return!(!Bt.prototype.ownsTarget.call(this,wt)&&wt!==this.tip1&&wt!==this.tip2)},Ct.prototype.createTips=function(){this.tip1=ue.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(ue.createTransform()),this.visual.appendChild(this.tip1),this.tip2=ue.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(ue.createTransform()),this.visual.appendChild(this.tip2)},Ct.prototype.pointerDown=function(wt,At){Bt.prototype.pointerDown.call(this,wt,At),this.state==="creating"&&this.createTips()},Ct.prototype.adjustVisual=function(){if(Bt.prototype.adjustVisual.call(this),this.tip1&&this.tip2&&(ue.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()]]),ue.setAttributes(this.tip2,[["x1",(this.x2-this.tipLength/2).toString()],["y1",this.y2.toString()],["x2",(this.x2+this.tipLength/2).toString()],["y2",this.y2.toString()],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),Math.abs(this.x1-this.x2)>.1)){var wt=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2),At=this.tip1.transform.baseVal.getItem(0);At.setRotate(wt,this.x1,this.y1),this.tip1.transform.baseVal.replaceItem(At,0);var Gt=this.tip2.transform.baseVal.getItem(0);Gt.setRotate(wt+180,this.x2,this.y2),this.tip2.transform.baseVal.replaceItem(Gt,0)}},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Bt.prototype.getState.call(this);return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){Bt.prototype.restoreState.call(this,wt),this.createTips(),this.adjustVisual()},Ct.typeName="MeasurementMarker",Ct.title="Measurement marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M1.39 18.36l1.77-1.76L4.58 18l1.06-1.05-1.42-1.41 1.42-1.42 2.47 2.48 1.06-1.06-2.47-2.48 1.41-1.41 1.42 1.41L10.59 12l-1.42-1.41 1.42-1.42 2.47 2.48 1.06-1.06-2.47-2.48 1.41-1.41 1.41 1.41 1.07-1.06-1.42-1.41 1.42-1.42L18 6.7l1.07-1.06-2.47-2.48 1.76-1.77 4.25 4.25L5.64 22.61l-4.25-4.25z"/></svg>',Ct}(Re),He=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.strokePanel.colors=Gt.defaultColorSet,Mt.fillColor="transparent",Mt}return ae(Ct,Bt),Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Bt.prototype.getState.call(this);return wt.typeName=Ct.typeName,wt},Ct.typeName="EllipseFrameMarker",Ct.title="Ellipse frame marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M12 6c4.41 0 8 2.69 8 6s-3.59 6-8 6-8-2.69-8-6 3.59-6 8-6m0-2C6.5 4 2 7.58 2 12s4.5 8 10 8 10-3.58 10-8-4.5-8-10-8z"/></svg>',Ct}(di),mn=function(){function Bt(){this.undoStack=[],this.redoStack=[]}return Object.defineProperty(Bt.prototype,"isUndoPossible",{get:function(){return this.undoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"isRedoPossible",{get:function(){return this.redoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"undoStepCount",{get:function(){return this.undoStack.length},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"redoStepCount",{get:function(){return this.redoStack.length},enumerable:!1,configurable:!0}),Bt.prototype.addUndoStep=function(Ct){this.undoStack.length!==0&&JSON.stringify(this.undoStack[this.undoStack.length-1])===JSON.stringify(Ct)||(this.undoStack.push(Ct),JSON.stringify(this.lastRedoStep)!==JSON.stringify(Ct)&&this.redoStack.splice(0,this.redoStack.length))},Bt.prototype.replaceLastUndoStep=function(Ct){this.undoStack.length>0&&(this.undoStack[this.undoStack.length-1]=Ct)},Bt.prototype.getLastUndoStep=function(){return this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0},Bt.prototype.undo=function(){if(this.undoStack.length>1){var Ct=this.undoStack.pop();return Ct!==void 0&&this.redoStack.push(Ct),this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0}},Bt.prototype.redo=function(){return this.lastRedoStep=this.redoStack.pop(),this.lastRedoStep},Bt}(),An=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.strokeColor="transparent",Mt.strokeWidth=0,Mt.strokeDasharray="",Mt.curveX=0,Mt.curveY=0,Mt.manipulationStartCurveX=0,Mt.manipulationStartCurveY=0,Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.positionGrips=Mt.positionGrips.bind(Mt),Mt.addControlGrips=Mt.addControlGrips.bind(Mt),Mt.adjustVisual=Mt.adjustVisual.bind(Mt),Mt.setupControlBox=Mt.setupControlBox.bind(Mt),Mt.resize=Mt.resize.bind(Mt),Mt.strokeColor=Gt.defaultColor,Mt.strokeWidth=Gt.defaultStrokeWidth,Mt.strokeDasharray=Gt.defaultStrokeDasharray,Mt.strokePanel=new it("Line color",Gt.defaultColorSet,Gt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new zt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Vt("Line style",Gt.defaultStrokeDasharrays,Gt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return ae(Ct,Bt),Ct.prototype.ownsTarget=function(wt){return!(!Bt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual&&wt!==this.selectorCurve&&wt!==this.visibleCurve&&!this.curveGrip.ownsTarget(wt))},Ct.prototype.getPathD=function(){return"M "+this.x1+" "+this.y1+" Q "+this.curveX+" "+this.curveY+", "+this.x2+" "+this.y2},Ct.prototype.createVisual=function(){this.visual=ue.createGroup(),this.selectorCurve=ue.createPath(this.getPathD(),[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()],["fill","transparent"]]),this.visibleCurve=ue.createPath(this.getPathD(),[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["fill","transparent"]]),this.visual.appendChild(this.selectorCurve),this.visual.appendChild(this.visibleCurve),this.addMarkerVisualToContainer(this.visual)},Ct.prototype.pointerDown=function(wt,At){Bt.prototype.pointerDown.call(this,wt,At),this.manipulationStartCurveX=this.curveX,this.manipulationStartCurveY=this.curveY,this.state==="new"&&(this.curveX=wt.x,this.curveY=wt.y),this.state==="new"?(this.createVisual(),this.adjustVisual(),this._state="creating"):this.curveGrip.ownsTarget(At)&&(this.activeGrip=this.curveGrip,this._state="resize")},Ct.prototype.adjustVisual=function(){this.selectorCurve&&this.visibleCurve&&(this.selectorCurve.setAttribute("d",this.getPathD()),this.visibleCurve.setAttribute("d",this.getPathD()),ue.setAttributes(this.visibleCurve,[["stroke",this.strokeColor]]),ue.setAttributes(this.visibleCurve,[["stroke-width",this.strokeWidth.toString()]]),ue.setAttributes(this.visibleCurve,[["stroke-dasharray",this.strokeDasharray.toString()]]))},Ct.prototype.setupControlBox=function(){Bt.prototype.setupControlBox.call(this),this.curveControlLine1=ue.createLine(this.x1,this.y1,this.curveX,this.curveY,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.curveControlLine2=ue.createLine(this.x2,this.y2,this.curveX,this.curveY,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.controlBox.insertBefore(this.curveControlLine1,this.controlBox.firstChild),this.controlBox.insertBefore(this.curveControlLine2,this.controlBox.firstChild)},Ct.prototype.addControlGrips=function(){this.curveGrip=this.createGrip(),this.curveX=0,this.curveY=0,Bt.prototype.addControlGrips.call(this)},Ct.prototype.positionGrips=function(){Bt.prototype.positionGrips.call(this);var wt=this.curveGrip.GRIP_SIZE;this.positionGrip(this.curveGrip.visual,this.curveX-wt/2,this.curveY-wt/2),this.curveControlLine1&&this.curveControlLine2&&(this.curveControlLine1.setAttribute("x1",this.x1.toString()),this.curveControlLine1.setAttribute("y1",this.y1.toString()),this.curveControlLine1.setAttribute("x2",this.curveX.toString()),this.curveControlLine1.setAttribute("y2",this.curveY.toString()),this.curveControlLine2.setAttribute("x1",this.x2.toString()),this.curveControlLine2.setAttribute("y1",this.y2.toString()),this.curveControlLine2.setAttribute("x2",this.curveX.toString()),this.curveControlLine2.setAttribute("y2",this.curveY.toString()))},Ct.prototype.manipulate=function(wt){this.state==="move"&&(this.curveX=this.manipulationStartCurveX+wt.x-this.manipulationStartX,this.curveY=this.manipulationStartCurveY+wt.y-this.manipulationStartY),Bt.prototype.manipulate.call(this,wt)},Ct.prototype.resize=function(wt){this.activeGrip===this.curveGrip&&(this.curveX=wt.x,this.curveY=wt.y),Bt.prototype.resize.call(this,wt),this.state==="creating"&&(this.curveX=this.x1+(this.x2-this.x1)/2,this.curveY=this.y1+(this.y2-this.y1)/2)},Ct.prototype.setStrokeColor=function(wt){this.strokeColor=wt,this.adjustVisual(),this.colorChanged(wt)},Ct.prototype.setStrokeWidth=function(wt){this.strokeWidth=wt,this.adjustVisual()},Ct.prototype.setStrokeDasharray=function(wt){this.strokeDasharray=wt,this.adjustVisual()},Ct.prototype.scale=function(wt,At){this.curveX=this.curveX*wt,this.curveY=this.curveY*At,Bt.prototype.scale.call(this,wt,At)},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,curveX:this.curveX,curveY:this.curveY},Bt.prototype.getState.call(this));return wt.typeName=Ct.typeName,wt},Ct.prototype.restoreState=function(wt){Bt.prototype.restoreState.call(this,wt);var At=wt;this.strokeColor=At.strokeColor,this.strokeWidth=At.strokeWidth,this.strokeDasharray=At.strokeDasharray,this.curveX=At.curveX,this.curveY=At.curveY,this.createVisual(),this.adjustVisual()},Ct.typeName="CurveMarker",Ct.title="Curve marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M18.5 2A1.5 1.5 0 0120 3.5 1.5 1.5 0 0118.5 5c-.23 0-.45-.05-.65-.15l-3.69 3.7.34.45c2.19-1.26 4.76-2 7.5-2l1 .03v2.01L22 9c-2.58 0-5 .75-7 2.04A3.96 3.96 0 0111.04 15C9.75 17 9 19.42 9 22l.04 1H7.03L7 22c0-2.74.74-5.31 2-7.5l-.45-.34-3.7 3.69c.1.2.15.42.15.65A1.5 1.5 0 013.5 20 1.5 1.5 0 012 18.5 1.5 1.5 0 013.5 17c.23 0 .45.05.65.15l3.69-3.7C7.31 12.78 7 11.92 7 11a4 4 0 014-4c.92 0 1.78.31 2.45.84l3.7-3.69c-.1-.2-.15-.42-.15-.65A1.5 1.5 0 0118.5 2M11 9a2 2 0 00-2 2 2 2 0 002 2 2 2 0 002-2 2 2 0 00-2-2z"/></svg>',Ct}(qt),ui=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,At,Gt)||this;return Mt.fillColor="transparent",Mt.strokeColor="transparent",Mt.strokeWidth=0,Mt.strokeDasharray="",Mt.textColor="transparent",Mt.fontSize="1rem",Mt.isMoved=!1,Mt.captionText="Caption",Mt.PADDING=5,Mt.captionBoxWidth=0,Mt.captionBoxHeight=0,Mt.strokeColor=Gt.defaultColor,Mt.strokeWidth=Gt.defaultStrokeWidth,Mt.strokeDasharray=Gt.defaultStrokeDasharray,Mt.fillColor=Gt.defaultFillColor,Mt.textColor=Gt.defaultStrokeColor,Mt.fontFamily=Gt.defaultFontFamily,Mt.fontSize=Gt.defaultCaptionFontSize,Mt.captionText=Gt.defaultCaptionText,Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setFillColor=Mt.setFillColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.createVisual=Mt.createVisual.bind(Mt),Mt.sizeCaption=Mt.sizeCaption.bind(Mt),Mt.setCaptionText=Mt.setCaptionText.bind(Mt),Mt.showTextEditor=Mt.showTextEditor.bind(Mt),Mt.positionTextEditor=Mt.positionTextEditor.bind(Mt),Mt.finishTextEditing=Mt.finishTextEditing.bind(Mt),Mt.setFont=Mt.setFont.bind(Mt),Mt.setTextColor=Mt.setTextColor.bind(Mt),Mt.strokePanel=new it("Line color",le(Gt.defaultColorSet,["transparent"]),Mt.strokeColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.fillPanel=new it("Fill color",le(Gt.defaultColorSet,["transparent"]),Mt.fillColor,Kt),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt.strokeWidthPanel=new zt("Line width",Gt.defaultStrokeWidths,Gt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Vt("Line style",Gt.defaultStrokeDasharrays,Gt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt.fontFamilyPanel=new me("Font",Gt.defaultFontFamilies,Gt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt.textColorPanel=new it("Text color",Gt.defaultColorSet,Mt.textColor,ge),Mt.textColorPanel.onColorChanged=Mt.setTextColor,Mt}return ae(Ct,Bt),Ct.prototype.ownsTarget=function(wt){return!(!Bt.prototype.ownsTarget.call(this,wt)&&wt!==this.visual&&wt!==this.frame&&wt!==this.captionBg&&wt!==this.captionElement)},Ct.prototype.createVisual=function(){this.visual=ue.createGroup(),this.addMarkerVisualToContainer(this.visual),this.captionBg=ue.createRect(1,1,[["fill",this.fillColor]]),this.visual.appendChild(this.captionBg),this.captionElement=ue.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=ue.createRect(this.width,this.height,[["fill","transparent"],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["stroke-dasharray",this.strokeDasharray]]),this.visual.appendChild(this.frame),this.sizeCaption()},Ct.prototype.setCaptionText=function(wt){this.captionText=wt,this.captionElement.textContent=this.captionText,this.sizeCaption()},Ct.prototype.pointerDown=function(wt,At){Bt.prototype.pointerDown.call(this,wt,At),this.isMoved=!1,this.pointerDownPoint=wt,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(wt),this._state="creating")},Ct.prototype.manipulate=function(wt){Bt.prototype.manipulate.call(this,wt),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(wt.x-this.pointerDownPoint.x)>5||Math.abs(wt.y-this.pointerDownPoint.y)>5)},Ct.prototype.resize=function(wt){Bt.prototype.resize.call(this,wt),this.setSize()},Ct.prototype.sizeCaption=function(){var wt=this.captionElement.getBBox();this.captionText.trim()!==""?(this.captionBoxWidth=wt.width+2*this.PADDING,this.captionBoxHeight=wt.height+2*this.PADDING):(this.captionBoxWidth=0,this.captionBoxHeight=0),ue.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')"]]),ue.setAttributes(this.captionElement,[["x",this.PADDING.toString()],["y",this.PADDING.toString()],["clip-path","path('M0,0 H"+(this.width-this.PADDING)+" V"+this.height+" H"+(-this.width-this.PADDING)+" Z')"]])},Ct.prototype.showTextEditor=function(){var wt=this;this._state="edit",this.overlayContainer.innerHTML="",this.textEditDiv=document.createElement("div"),this.textEditDiv.style.flexGrow="2",this.textEditDiv.style.alignItems="center",this.textEditDiv.style.justifyContent="center",this.textEditDiv.style.pointerEvents="auto",this.textEditDiv.style.overflow="hidden",this.textEditBox=document.createElement("input"),this.textEditBox.style.position="absolute",this.textEditBox.style.width=this.width+"px",this.captionBoxHeight>0&&(this.textEditBox.style.height=this.captionBoxHeight+"px"),this.textEditBox.style.fontSize=this.fontSize,this.textEditBox.style.fontFamily=this.fontFamily,this.textEditBox.style.backgroundColor=this.fillColor,this.textEditBox.style.color=this.textColor,this.textEditBox.style.borderWidth="0",this.textEditBox.setAttribute("value",this.captionText),this.textEditBox.select(),this.textEditDiv.appendChild(this.textEditBox),this.overlayContainer.appendChild(this.textEditDiv),this.textEditBox.addEventListener("pointerup",function(At){At.stopPropagation()}),this.textEditBox.addEventListener("keypress",function(At){At.key==="Enter"&&wt.finishTextEditing(wt.textEditBox.value)}),this.textEditBox.addEventListener("keyup",function(At){At.cancelBubble=!0}),this.textEditBox.addEventListener("blur",function(){wt.finishTextEditing(wt.textEditBox.value)}),this.textEditDiv.addEventListener("pointerup",function(){wt.finishTextEditing(wt.textEditBox.value)}),this.positionTextEditor(),this.textEditBox.focus()},Ct.prototype.positionTextEditor=function(){this.state==="edit"&&(this.textEditBox===void 0?this.showTextEditor():(this.textEditBox.style.left=this.left+"px",this.textEditBox.style.top=this.top+"px",this.textEditBox.style.transform="rotate("+this.rotationAngle+"deg)",this.textEditBox.style.transformOrigin=this.width/2+"px "+this.height/2+"px"))},Ct.prototype.finishTextEditing=function(wt){this.setCaptionText(wt.trim()),this.overlayContainer.innerHTML="",this.stateChanged()},Ct.prototype.setFont=function(wt){this.captionElement&&ue.setAttributes(this.captionElement,[["font-family",wt]]),this.fontFamily=wt,this.textEditBox&&(this.textEditBox.style.fontFamily=this.fontFamily),this.sizeCaption(),this.stateChanged()},Ct.prototype.setTextColor=function(wt){this.captionElement&&ue.setAttributes(this.captionElement,[["fill",wt]]),this.textColor=wt,this.textEditBox&&(this.textEditBox.style.color=this.textColor),this.stateChanged()},Ct.prototype.setSize=function(){Bt.prototype.setSize.call(this),ue.setAttributes(this.frame,[["width",this.width.toString()],["height",this.height.toString()]]),this.sizeCaption()},Ct.prototype.pointerUp=function(wt){Bt.prototype.pointerUp.call(this,wt),this.setSize(),!this.isMoved&&Date.now()-this.pointerDownTimestamp>500&&this.showTextEditor(),this.pointerDownPoint=void 0},Ct.prototype.dblClick=function(wt,At){Bt.prototype.dblClick.call(this,wt,At),this.showTextEditor()},Ct.prototype.setStrokeColor=function(wt){this.strokeColor=wt,this.frame&&ue.setAttributes(this.frame,[["stroke",this.strokeColor]]),this.colorChanged(wt),this.stateChanged()},Ct.prototype.setFillColor=function(wt){this.fillColor=wt,this.captionBg&&ue.setAttributes(this.captionBg,[["fill",this.fillColor]]),this.fillColorChanged(wt),this.stateChanged()},Ct.prototype.setStrokeWidth=function(wt){this.strokeWidth=wt,this.frame&&ue.setAttributes(this.frame,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},Ct.prototype.setStrokeDasharray=function(wt){this.strokeDasharray=wt,this.frame&&ue.setAttributes(this.frame,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Object.defineProperty(Ct.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.fillPanel,this.strokeWidthPanel,this.strokeStylePanel,this.fontFamilyPanel,this.textColorPanel]},enumerable:!1,configurable:!0}),Ct.prototype.getState=function(){var wt=Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:1,textColor:this.textColor,fontFamily:this.fontFamily,fontSize:this.fontSize,captionText:this.captionText},Bt.prototype.getState.call(this));return wt.typeName=this.typeName,wt},Ct.prototype.restoreState=function(wt){var At=wt;this.fillColor=At.fillColor,this.strokeColor=At.strokeColor,this.strokeWidth=At.strokeWidth,this.strokeDasharray=At.strokeDasharray,this.textColor=At.textColor,this.fontFamily=At.fontFamily,this.captionText=At.captionText,this.fontSize=At.fontSize,this.createVisual(),Bt.prototype.restoreState.call(this,wt),this.setSize()},Ct.prototype.scale=function(wt,At){Bt.prototype.scale.call(this,wt,At),this.setSize()},Ct.typeName="CaptionFrameMarker",Ct.title="Caption frame marker",Ct.icon='<svg viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2H5m0 2h14v14H5V5m2 2v2h10V7H7z"/></svg>',Ct}(Lt),kn=function(){function Bt(Ct,wt){wt===void 0&&(wt=!1),this.cancelable=!1,this._defaultPrevented=!1,this.markerArea=Ct,this.cancelable=wt}return Object.defineProperty(Bt.prototype,"defaultPrevented",{get:function(){return this._defaultPrevented},enumerable:!1,configurable:!0}),Bt.prototype.preventDefault=function(){this._defaultPrevented=!0},Bt}(),hi=function(Bt){function Ct(wt,At,Gt){var Mt=Bt.call(this,wt,!1)||this;return Mt.dataUrl=At,Mt.state=Gt,Mt}return ae(Ct,Bt),Ct}(kn),te=function(Bt){function Ct(wt,At,Gt){Gt===void 0&&(Gt=!1);var Mt=Bt.call(this,wt,Gt)||this;return Mt.marker=At,Mt}return ae(Ct,Bt),Ct}(kn),Zn=function(){function Bt(){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 Bt.prototype.addEventListener=function(Ct,wt){this[Ct].push(wt)},Bt.prototype.removeEventListener=function(Ct,wt){var At=this[Ct].indexOf(wt);At>-1&&this[Ct].splice(At,1)},Bt}(),Zi=function(){function Bt(Ct){this.touchPoints=0,this._availableMarkerTypes=this.DEFAULT_MARKER_TYPES,this.mode="select",this.markers=[],this.isDragging=!1,this.renderEventListeners=[],this.closeEventListeners=[],this.settings=new ie,this._isOpen=!1,this.undoRedoManager=new mn,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 Zn,this._silentRenderMode=!1,this._isFocused=!1,this._instanceNo=Bt.instanceCounter++,this.styles=new Qt(this.instanceNo),this.uiStyleSettings=this.styles.settings,this.target=Ct,this.targetRoot=document.body,this.width=Ct.clientWidth,this.height=Ct.clientHeight,this.styles.removeStyleSheet(),this.open=this.open.bind(this),this.setTopLeft=this.setTopLeft.bind(this),this.toolbarButtonClicked=this.toolbarButtonClicked.bind(this),this.createNewMarker=this.createNewMarker.bind(this),this.addNewMarker=this.addNewMarker.bind(this),this.markerCreated=this.markerCreated.bind(this),this.setCurrentMarker=this.setCurrentMarker.bind(this),this.onPointerDown=this.onPointerDown.bind(this),this.onDblClick=this.onDblClick.bind(this),this.onPointerMove=this.onPointerMove.bind(this),this.onPointerUp=this.onPointerUp.bind(this),this.onPointerOut=this.onPointerOut.bind(this),this.onKeyUp=this.onKeyUp.bind(this),this.overrideOverflow=this.overrideOverflow.bind(this),this.restoreOverflow=this.restoreOverflow.bind(this),this.close=this.close.bind(this),this.closeUI=this.closeUI.bind(this),this.addCloseEventListener=this.addCloseEventListener.bind(this),this.removeCloseEventListener=this.removeCloseEventListener.bind(this),this.addRenderEventListener=this.addRenderEventListener.bind(this),this.removeRenderEventListener=this.removeRenderEventListener.bind(this),this.clientToLocalCoordinates=this.clientToLocalCoordinates.bind(this),this.onWindowResize=this.onWindowResize.bind(this),this.deleteSelectedMarker=this.deleteSelectedMarker.bind(this),this.setWindowHeight=this.setWindowHeight.bind(this),this.removeMarker=this.removeMarker.bind(this),this.colorChanged=this.colorChanged.bind(this),this.fillColorChanged=this.fillColorChanged.bind(this),this.onPopupTargetResize=this.onPopupTargetResize.bind(this),this.showNotesEditor=this.showNotesEditor.bind(this),this.hideNotesEditor=this.hideNotesEditor.bind(this),this.stepZoom=this.stepZoom.bind(this),this.focus=this.focus.bind(this),this.blur=this.blur.bind(this),this.markerStateChanged=this.markerStateChanged.bind(this),this.switchToSelectMode=this.switchToSelectMode.bind(this),this.addDefs=this.addDefs.bind(this),this.addDefsToImage=this.addDefsToImage.bind(this)}return Object.defineProperty(Bt.prototype,"ALL_MARKER_TYPES",{get:function(){return[$t,un,vi,Ve,He,di,ni,wn,gi,Bn,Re,An,ui]},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"DEFAULT_MARKER_TYPES",{get:function(){return[$t,un,vi,Ve,di,ni,wn]},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"BASIC_MARKER_TYPES",{get:function(){return[$t,un,vi,Ve,ni]},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"availableMarkerTypes",{get:function(){return this._availableMarkerTypes},set:function(Ct){var wt=this;this._availableMarkerTypes.splice(0),Ct.forEach(function(At){if(typeof At=="string"){var Gt=wt.ALL_MARKER_TYPES.find(function(Mt){return Mt.typeName===At});Gt!==void 0&&wt._availableMarkerTypes.push(Gt)}else wt._availableMarkerTypes.push(At)})},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"currentMarker",{get:function(){return this._currentMarker},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"isOpen",{get:function(){return this._isOpen},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"isUndoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isUndoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"isRedoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isRedoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"zoomLevel",{get:function(){return this._zoomLevel},set:function(Ct){this._zoomLevel=Ct,this.editorCanvas&&this.contentDiv&&(this.editorCanvas.style.transform="scale("+this._zoomLevel+")",this.contentDiv.scrollTo({left:(this.editorCanvas.clientWidth*this._zoomLevel-this.contentDiv.clientWidth)/2,top:(this.editorCanvas.clientHeight*this._zoomLevel-this.contentDiv.clientHeight)/2}))},enumerable:!1,configurable:!0}),Object.defineProperty(Bt.prototype,"instanceNo",{get:function(){return this._instanceNo},enumerable:!1,configurable:!0}),Bt.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},Bt.prototype.show=function(){var Ct=this;this.styles.styleSheetRoot===void 0&&Pe.styleSheetRoot!==void 0&&(this.styles.styleSheetRoot=Pe.styleSheetRoot),this.setWindowHeight(),this.showUI(),this.open(),this.eventListeners.show.forEach(function(wt){return wt(new kn(Ct))})},Bt.prototype.render=function(){return Ce(this,void 0,void 0,function(){var Ct;return Oe(this,function(wt){switch(wt.label){case 0:return this.setCurrentMarker(),(Ct=new ze).naturalSize=this.renderAtNaturalSize,Ct.imageType=this.renderImageType,Ct.imageQuality=this.renderImageQuality,Ct.markersOnly=this.renderMarkersOnly,Ct.width=this.renderWidth,Ct.height=this.renderHeight,[4,Ct.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 1:return wt.sent(),[4,Ct.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 2:return[2,wt.sent()]}})})},Bt.prototype.close=function(Ct){var wt=this;if(Ct===void 0&&(Ct=!1),this.isOpen){var At=!1;Ct||this.eventListeners.beforeclose.forEach(function(Gt){var Mt=new kn(wt,!0);Gt(Mt),Mt.defaultPrevented&&(At=!0)}),At||(this.coverDiv&&this.closeUI(),this.targetObserver&&(this.targetObserver.unobserve(this.target),this.targetObserver.unobserve(this.editorCanvas)),this.settings.displayMode==="popup"&&window.removeEventListener("resize",this.setWindowHeight),this.eventListeners.close.forEach(function(Gt){return Gt(new kn(wt))}),this.detachEvents(),this._isOpen=!1)}},Bt.prototype.addMarkersToToolbar=function(){for(var Ct,wt=[],At=0;At<arguments.length;At++)wt[At]=arguments[At];(Ct=this._availableMarkerTypes).push.apply(Ct,wt)},Bt.prototype.addRenderEventListener=function(Ct){this.addEventListener("render",function(wt){Ct(wt.dataUrl,wt.state)})},Bt.prototype.removeRenderEventListener=function(Ct){},Bt.prototype.addCloseEventListener=function(Ct){this.addEventListener("close",function(){Ct()})},Bt.prototype.removeCloseEventListener=function(Ct){},Bt.prototype.setupResizeObserver=function(){var Ct=this;this.settings.displayMode==="inline"?window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){Ct.resize(Ct.target.clientWidth,Ct.target.clientHeight)}),this.targetObserver.observe(this.target)):this.settings.displayMode==="popup"&&(window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){return Ct.onPopupTargetResize()}),this.targetObserver.observe(this.editorCanvas)),window.addEventListener("resize",this.setWindowHeight))},Bt.prototype.onPopupTargetResize=function(){var Ct=1*this.target.clientWidth/this.target.clientHeight,wt=this.editorCanvas.clientWidth/Ct>this.editorCanvas.clientHeight?this.editorCanvas.clientHeight*Ct:this.editorCanvas.clientWidth,At=wt<this.editorCanvas.clientWidth?this.editorCanvas.clientHeight:this.editorCanvas.clientWidth/Ct;this.resize(wt,At)},Bt.prototype.setWindowHeight=function(){this.windowHeight=window.innerHeight},Bt.prototype.resize=function(Ct,wt){this._isResizing=!0;var At=Ct/this.imageWidth,Gt=wt/this.imageHeight;this.imageWidth=Math.round(Ct),this.imageHeight=Math.round(wt),this.target instanceof HTMLImageElement&&this.editingTarget instanceof HTMLImageElement&&(this.editingTarget.src=this.target.src),this.editingTarget.width=this.imageWidth,this.editingTarget.height=this.imageHeight,this.editingTarget.style.width=this.imageWidth+"px",this.editingTarget.style.height=this.imageHeight+"px",this.markerImage.setAttribute("width",this.imageWidth.toString()),this.markerImage.setAttribute("height",this.imageHeight.toString()),this.markerImage.setAttribute("viewBox","0 0 "+this.imageWidth.toString()+" "+this.imageHeight.toString()),this.markerImageHolder.style.width=this.imageWidth+"px",this.markerImageHolder.style.height=this.imageHeight+"px",this.overlayContainer.style.width=this.imageWidth+"px",this.overlayContainer.style.height=this.imageHeight+"px",this.settings.displayMode!=="popup"?this.coverDiv.style.width=this.imageWidth.toString()+"px":(this.setTopLeft(),this.positionMarkerImage()),this.toolbar!==void 0&&this.toolbar.adjustLayout(),this.positionLogo(),this.scaleMarkers(At,Gt),this._isResizing=!1},Bt.prototype.scaleMarkers=function(Ct,wt){var At,Gt=this;this._currentMarker&&this._currentMarker instanceof Ve?this._currentMarker.scale(Ct,wt):(At=this._currentMarker,this.setCurrentMarker()),this.markers.forEach(function(Mt){Mt!==Gt._currentMarker&&Mt.scale(Ct,wt)}),At!==void 0&&this.setCurrentMarker(At)},Bt.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"},Bt.prototype.setTopLeft=function(){var Ct=this.editingTarget.getBoundingClientRect(),wt=this.editorCanvas.getBoundingClientRect();this.left=Ct.left-wt.left,this.top=Ct.top-wt.top},Bt.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)},Bt.prototype.addDefs=function(){for(var Ct,wt=[],At=0;At<arguments.length;At++)wt[At]=arguments[At];this.defs=ue.createDefs(),this.addDefsToImage(),(Ct=this.defs).append.apply(Ct,wt)},Bt.prototype.addDefsToImage=function(){this.defs&&this.markerImage.insertBefore(this.defs,this.markerImage.firstChild)},Bt.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)},Bt.prototype.positionMarkerImage=function(){this.markerImageHolder.style.top=this.top/this.zoomLevel+"px",this.markerImageHolder.style.left=this.left/this.zoomLevel+"px"},Bt.prototype.attachEvents=function(){this.markerImage.addEventListener("pointerdown",this.onPointerDown),this.markerImage.addEventListener("dblclick",this.onDblClick),this.attachWindowEvents()},Bt.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)},Bt.prototype.detachEvents=function(){this.markerImage.removeEventListener("pointerdown",this.onPointerDown),this.markerImage.removeEventListener("dblclick",this.onDblClick),this.detachWindowEvents()},Bt.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)},Bt.prototype.addLogo=function(){this.logoUI=document.createElement("div"),this.logoUI.style.display="inline-block",this.logoUI.style.margin="0px",this.logoUI.style.padding="0px",this.logoUI.style.fill="#333333";var Ct=document.createElement("a");Ct.href="https://markerjs.com/",Ct.target="_blank",Ct.innerHTML='<svg viewBox="0 0 112 96" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path fill="#e5f20d" fill-opacity=".647" d="M0 40.386h111.96V95.62H0z"/><path d="M93.61 61.452c0 .987-.328 1.831-.987 2.53-.657.7-1.52 1.048-2.591 1.048-1.481 0-2.222-.74-2.222-2.22 0-16.617-.533-29.347-1.604-38.192-1.068-8.842-2.92-13.265-5.552-13.265-4.443 0-10.94 15.509-19.497 46.52v.124c0 .987-.328 1.831-.987 2.53-.657.7-1.52 1.048-2.592 1.048-1.48 0-2.22-.74-2.22-2.22 0-3.29.165-8.392.493-15.302.33-7.732.494-13.82.494-18.262 0-6.17-.186-10.55-.556-13.142-.37-2.591-1.172-3.887-2.406-3.887-2.796 0-6.333 5.12-10.612 15.363C38.494 34.367 34.01 46.44 29.32 60.34l-1.11 3.209a5.714 5.714 0 01-1.42 2.097c-.617.578-1.295.864-2.036.864-.987 0-1.644-.081-1.974-.247-.328-.162-.533-.656-.617-1.48-.41-4.03-.74-9.418-.987-16.165-.163-1.728-.329-4.566-.494-8.515-.822-13.901-1.562-23.3-2.221-28.196-.657-4.893-.987-7.628-.987-8.205 0-.657.33-1.44.987-2.345.659-.903 1.276-1.357 1.85-1.357 1.319 0 2.387.947 3.21 2.838.411.906.863 4.526 1.357 10.859.493 6.335.905 14.19 1.233 23.568l.617 18.88c4.527-13.983 9.216-26.673 14.068-38.068C45.65 6.686 50.093.988 54.123.988c2.715 0 4.566 1.974 5.553 5.923.987 3.949 1.481 9.667 1.481 17.152 0 3.949-.081 9.625-.247 17.029l-.123 5.676c3.373-11.762 6.725-21.634 10.057-29.615 3.331-7.979 6.685-11.97 10.056-11.97 8.475 0 12.71 18.757 12.71 56.269z" fill-rule="nonzero"/></svg>',Ct.title="Powered by marker.js",Ct.style.display="grid",Ct.style.alignItems="center",Ct.style.justifyItems="center",Ct.style.padding="3px",Ct.style.width="20px",Ct.style.height="20px",this.logoUI.appendChild(Ct),this.editorCanvas.appendChild(this.logoUI),this.logoUI.style.position="absolute",this.logoUI.style.pointerEvents="all",this.positionLogo()},Bt.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")},Bt.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"},Bt.prototype.restoreOverflow=function(){document.body.style.overflow=this.bodyOverflowState,window.scroll({top:this.scrollYState,left:this.scrollXState})},Bt.prototype.showUI=function(){switch(this.settings.displayMode==="popup"&&this.overrideOverflow(),this.coverDiv=document.createElement("div"),this.coverDiv.style.visibility=this._silentRenderMode?"hidden":"visible",this.coverDiv.className=this.styles.classNamePrefixBase+" "+this.styles.classNamePrefix,this.coverDiv.style.fontSize="16px",this.coverDiv.style.userSelect="none",this.settings.displayMode){case"inline":this.coverDiv.style.position="absolute";var Ct=this.settings.uiOffsetTop!==void 0?this.target.offsetTop+this.settings.uiOffsetTop:this.target.offsetTop>this.styles.settings.toolbarHeight?this.target.offsetTop-this.styles.settings.toolbarHeight:0;this.coverDiv.style.top=Ct+"px",this.coverDiv.style.left=this.target.offsetLeft.toString()+"px",this.coverDiv.style.width=this.target.offsetWidth.toString()+"px",this.coverDiv.style.zIndex=this.uiStyleSettings.zIndex!==void 0?this.uiStyleSettings.zIndex:"5";break;case"popup":this.coverDiv.style.position="absolute",this.coverDiv.style.top="0px",this.coverDiv.style.left="0px",this.coverDiv.style.width="100vw",this.coverDiv.style.height=window.innerHeight+"px",this.coverDiv.style.backgroundColor="rgba(0, 0, 0, 0.75)",this.coverDiv.style.zIndex=this.uiStyleSettings.zIndex!==void 0?this.uiStyleSettings.zIndex:"1000",this.coverDiv.style.display="flex"}this.targetRoot.appendChild(this.coverDiv),this.uiDiv=document.createElement("div"),this.uiDiv.style.display="flex",this.uiDiv.style.flexDirection="column",this.uiDiv.style.flexGrow="2",this.uiDiv.style.margin=this.settings.displayMode==="popup"?this.settings.popupMargin+"px":"0px",this.uiDiv.style.border="0px",this.coverDiv.appendChild(this.uiDiv),this.toolbar=new tn(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")},Bt.prototype.closeUI=function(){this.settings.displayMode==="popup"&&this.restoreOverflow(),this.targetRoot.removeChild(this.coverDiv)},Bt.prototype.removeMarker=function(Ct){this.markerImage.removeChild(Ct.container),this.markers.indexOf(Ct)>-1&&this.markers.splice(this.markers.indexOf(Ct),1),Ct.dispose()},Bt.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())},Bt.prototype.toolbarButtonClicked=function(Ct,wt){if(Ct==="marker"&&wt!==void 0)this.createNewMarker(wt);else if(Ct==="action")switch(wt){case"select":this.switchToSelectMode(),this.switchToSelectMode();break;case"delete":this.deleteSelectedMarker();break;case"clear":this.clear();break;case"undo":this.undo();break;case"redo":this.redo();break;case"zoom":this.stepZoom();break;case"zoom-out":this.zoomLevel=1;break;case"notes":this.notesArea===void 0?(this.switchToSelectMode(),this.zoomLevel=1,this.showNotesEditor()):this.switchToSelectMode();break;case"close":this.close();break;case"render":this.switchToSelectMode(),this.startRenderAndClose()}},Bt.prototype.deleteSelectedMarker=function(){var Ct=this;if(this._currentMarker!==void 0){var wt=!1;if(this.eventListeners.markerbeforedelete.forEach(function(Gt){var Mt=new te(Ct,Ct._currentMarker,!0);Gt(Mt),Mt.defaultPrevented&&(wt=!0)}),!wt){var At=this._currentMarker;this._currentMarker.dispose(),this.markerImage.removeChild(this._currentMarker.container),this.markers.splice(this.markers.indexOf(this._currentMarker),1),this.setCurrentMarker(),this.addUndoStep(),this.eventListeners.markerdelete.forEach(function(Gt){return Gt(new te(Ct,At))})}}},Bt.prototype.clear=function(){var Ct=this,wt=!1;if(this.markers.length>0&&(this.eventListeners.markerbeforedelete.forEach(function(xe){var we=new te(Ct,void 0,!0);xe(we),we.defaultPrevented&&(wt=!0)}),!wt)){this.setCurrentMarker();for(var At=function(xe){var we=Gt.markers[xe];Gt.setCurrentMarker(Gt.markers[xe]),Gt._currentMarker.dispose(),Gt.markerImage.removeChild(Gt._currentMarker.container),Gt.markers.splice(Gt.markers.indexOf(Gt._currentMarker),1),Gt.eventListeners.markerdelete.forEach(function(sn){return sn(new te(Ct,we))})},Gt=this,Mt=this.markers.length-1;Mt>=0;Mt--)At(Mt);this.addUndoStep()}},Object.defineProperty(Bt.prototype,"isNotesAreaOpen",{get:function(){return this.notesArea!==void 0},enumerable:!1,configurable:!0}),Bt.prototype.showNotesEditor=function(){var Ct;this._currentMarker!==void 0&&(this.overlayContainer.innerHTML="",this.notesArea=document.createElement("textarea"),this.notesArea.className=this.uiStyleSettings.notesAreaStyleClassName,this.notesArea.style.pointerEvents="auto",this.notesArea.style.alignSelf="stretch",this.notesArea.style.width="100%",this.notesArea.style.margin=this.uiStyleSettings.toolbarHeight/4+"px",this.notesArea.value=(Ct=this._currentMarker.notes)!==null&&Ct!==void 0?Ct:"",this.overlayContainer.appendChild(this.notesArea))},Bt.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)},Bt.prototype.selectLastMarker=function(){this.markers.length>0?this.setCurrentMarker(this.markers[this.markers.length-1]):this.setCurrentMarker()},Bt.prototype.addUndoStep=function(){var Ct=this;if(this._currentMarker===void 0||this._currentMarker.state!=="edit"){var wt=this.getState(),At=this.undoRedoManager.getLastUndoStep();if(!At||At.width===wt.width&&At.height===wt.height){var Gt=this.undoRedoManager.undoStepCount;this.undoRedoManager.addUndoStep(wt),Gt<this.undoRedoManager.undoStepCount&&this.eventListeners.statechange.forEach(function(Mt){return Mt(new kn(Ct))})}else this.undoRedoManager.replaceLastUndoStep(wt),this.eventListeners.statechange.forEach(function(Mt){return Mt(new kn(Ct))})}},Bt.prototype.undo=function(){this.switchToSelectMode(),this.addUndoStep(),this.undoStep()},Bt.prototype.undoStep=function(){var Ct=this,wt=this.undoRedoManager.undo();wt!==void 0&&(this.restoreState(wt),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(At){return At(new kn(Ct))}))},Bt.prototype.redo=function(){this.switchToSelectMode(),this.redoStep()},Bt.prototype.redoStep=function(){var Ct=this,wt=this.undoRedoManager.redo();wt!==void 0&&(this.restoreState(wt),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(At){return At(new kn(Ct))}))},Bt.prototype.stepZoom=function(){var Ct=this.zoomSteps.indexOf(this.zoomLevel);this.zoomLevel=Ct<this.zoomSteps.length-1?this.zoomSteps[Ct+1]:this.zoomSteps[0]},Bt.prototype.panTo=function(Ct){this.contentDiv.scrollBy({left:this.prevPanPoint.x-Ct.x,top:this.prevPanPoint.y-Ct.y}),this.prevPanPoint=Ct},Bt.prototype.startRenderAndClose=function(){return Ce(this,void 0,void 0,function(){var Ct,wt,At=this;return Oe(this,function(Gt){switch(Gt.label){case 0:return[4,this.render()];case 1:return Ct=Gt.sent(),wt=this.getState(),this.eventListeners.render.forEach(function(Mt){return Mt(new hi(At,Ct,wt))}),this.close(!0),[2]}})})},Bt.prototype.getState=function(Ct){Ct===!0&&this.setCurrentMarker();var wt={width:this.imageWidth,height:this.imageHeight,markers:[]};return this.markers.forEach(function(At){return wt.markers.push(At.getState())}),wt},Bt.prototype.restoreState=function(Ct){var wt=this;for(this.markers.splice(0);this.markerImage.lastChild;)this.markerImage.removeChild(this.markerImage.lastChild);Ct.markers.forEach(function(At){var Gt=wt._availableMarkerTypes.find(function(xe){return xe.typeName===At.typeName});if(Gt!==void 0){var Mt=wt.addNewMarker(Gt);Mt.restoreState(At),wt.markers.push(Mt)}}),Ct.width&&Ct.height&&(Ct.width!==this.imageWidth||Ct.height!==this.imageHeight)&&this.scaleMarkers(this.imageWidth/Ct.width,this.imageHeight/Ct.height),this.eventListeners.restorestate.forEach(function(At){return At(new kn(wt))})},Bt.prototype.addNewMarker=function(Ct){var wt=ue.createGroup();return this.markerImage.appendChild(wt),new Ct(wt,this.overlayContainer,this.settings)},Bt.prototype.createNewMarker=function(Ct){var wt,At=this;(wt=typeof Ct=="string"?this._availableMarkerTypes.find(function(Gt){return Gt.typeName===Ct}):Ct)&&(this.setCurrentMarker(),this.addUndoStep(),this._currentMarker=this.addNewMarker(wt),this._currentMarker.onMarkerCreated=this.markerCreated,this._currentMarker.onColorChanged=this.colorChanged,this._currentMarker.onFillColorChanged=this.fillColorChanged,this._currentMarker.onStateChanged=this.markerStateChanged,this.markerImage.style.cursor="crosshair",this.toolbar.setActiveMarkerButton(wt.typeName),this.toolbox.setPanelButtons(this._currentMarker.toolboxPanels),this.eventListeners.markercreating.forEach(function(Gt){return Gt(new te(At,At._currentMarker))}))},Bt.prototype.markerCreated=function(Ct){var wt=this;this.mode="select",this.markerImage.style.cursor="default",this.markers.push(Ct),this.setCurrentMarker(Ct),Ct instanceof un&&this.settings.newFreehandMarkerOnPointerUp?this.createNewMarker(un):this.toolbar.setSelectMode(),this.addUndoStep(),this.eventListeners.markercreate.forEach(function(At){return At(new te(wt,wt._currentMarker))})},Bt.prototype.colorChanged=function(Ct){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultColor=Ct,this.settings.defaultStrokeColor=Ct)},Bt.prototype.fillColorChanged=function(Ct){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultFillColor=Ct)},Bt.prototype.markerStateChanged=function(Ct){var wt=this;this.eventListeners.markerchange.forEach(function(At){return At(new te(wt,Ct))})},Bt.prototype.setCurrentMarker=function(Ct){var wt=this;this._currentMarker!==Ct&&this._currentMarker!==void 0&&(this._currentMarker.deselect(),this.toolbar.setCurrentMarker(),this.toolbox.setPanelButtons([]),this._isResizing||this.eventListeners.markerdeselect.forEach(function(At){return At(new te(wt,wt._currentMarker))})),this._currentMarker=Ct,this._currentMarker===void 0||this._currentMarker.isSelected||(this._currentMarker.state!=="new"&&this._currentMarker.select(),this.toolbar.setCurrentMarker(this._currentMarker),this.toolbox.setPanelButtons(this._currentMarker.toolboxPanels),this._isResizing||this.eventListeners.markerselect.forEach(function(At){return At(new te(wt,wt._currentMarker))}))},Bt.prototype.onPointerDown=function(Ct){if(this._isFocused||this.focus(),this.touchPoints++,this.touchPoints===1||Ct.pointerType!=="touch")if(this._currentMarker===void 0||this._currentMarker.state!=="new"&&this._currentMarker.state!=="creating"){if(this.mode==="select"){var wt=this.markers.find(function(At){return At.ownsTarget(Ct.target)});wt!==void 0?(this.setCurrentMarker(wt),this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(Ct.clientX,Ct.clientY),Ct.target)):(this.setCurrentMarker(),this.isDragging=!0,this.prevPanPoint={x:Ct.clientX,y:Ct.clientY})}}else this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(Ct.clientX,Ct.clientY))},Bt.prototype.onDblClick=function(Ct){if(this._isFocused||this.focus(),this.mode==="select"){var wt=this.markers.find(function(At){return At.ownsTarget(Ct.target)});wt!==void 0&&wt!==this._currentMarker&&this.setCurrentMarker(wt),this._currentMarker!==void 0?this._currentMarker.dblClick(this.clientToLocalCoordinates(Ct.clientX,Ct.clientY),Ct.target):this.setCurrentMarker()}},Bt.prototype.onPointerMove=function(Ct){this.touchPoints!==1&&Ct.pointerType==="touch"||(this._currentMarker!==void 0||this.isDragging)&&(this._currentMarker!==void 0&&this._currentMarker.state==="edit"||Ct.preventDefault(),this._currentMarker!==void 0?this._currentMarker.manipulate(this.clientToLocalCoordinates(Ct.clientX,Ct.clientY)):this.zoomLevel>1&&this.panTo({x:Ct.clientX,y:Ct.clientY}))},Bt.prototype.onPointerUp=function(Ct){this.touchPoints>0&&this.touchPoints--,this.touchPoints===0&&this.isDragging&&this._currentMarker!==void 0&&this._currentMarker.pointerUp(this.clientToLocalCoordinates(Ct.clientX,Ct.clientY)),this.isDragging=!1,this.addUndoStep()},Bt.prototype.onPointerOut=function(){this.touchPoints>0&&this.touchPoints--},Bt.prototype.onKeyUp=function(Ct){this._currentMarker===void 0||this.notesArea!==void 0||Ct.key!=="Delete"&&Ct.key!=="Backspace"||this.deleteSelectedMarker()},Bt.prototype.clientToLocalCoordinates=function(Ct,wt){var At=this.markerImage.getBoundingClientRect();return{x:(Ct-At.left)/this.zoomLevel,y:(wt-At.top)/this.zoomLevel}},Bt.prototype.onWindowResize=function(){this.positionUI()},Bt.prototype.positionUI=function(){switch(this.setTopLeft(),this.settings.displayMode){case"inline":var Ct=this.target.getClientRects().item(0).y>this.styles.settings.toolbarHeight?this.target.offsetTop-this.styles.settings.toolbarHeight:0;this.coverDiv.style.top=Ct+"px",this.coverDiv.style.left=this.target.offsetLeft.toString()+"px";break;case"popup":this.coverDiv.style.top="0px",this.coverDiv.style.left="0px",this.coverDiv.style.width="100vw",this.coverDiv.style.height=this.windowHeight+"px",this.contentDiv.style.maxHeight=this.windowHeight-2*this.settings.popupMargin-3.5*this.styles.settings.toolbarHeight+"px"}this.positionMarkerImage(),this.positionLogo()},Bt.prototype.addLicenseKey=function(Ct){oe.addKey(Ct)},Bt.prototype.addEventListener=function(Ct,wt){this.eventListeners.addEventListener(Ct,wt)},Bt.prototype.removeEventListener=function(Ct,wt){this.eventListeners.removeEventListener(Ct,wt)},Bt.prototype.renderState=function(Ct){this._silentRenderMode=!0,this.settings.displayMode="inline",this.isOpen||this.show(),this.restoreState(Ct),this.startRenderAndClose(),this._silentRenderMode=!1},Object.defineProperty(Bt.prototype,"isFocused",{get:function(){return this._isFocused},enumerable:!1,configurable:!0}),Bt.prototype.focus=function(){var Ct=this;this._isFocused||(this.attachWindowEvents(),this._isFocused=!0,this._previousCurrentMarker!==void 0&&this.setCurrentMarker(this._previousCurrentMarker),this.eventListeners.focus.forEach(function(wt){return wt(new kn(Ct))}))},Bt.prototype.blur=function(){var Ct=this;this._isFocused&&(this.detachWindowEvents(),this._isFocused=!1,this._previousCurrentMarker=this._currentMarker,this.setCurrentMarker(),this.eventListeners.blur.forEach(function(wt){return wt(new kn(Ct))}))},Bt.instanceCounter=0,Bt}()},91574:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{Z:function(){return Dn}});var bt=Xt(72308),ae=Xt(77321),Ce=Xt(49618),Oe=Xt(52487),le=Xt(62853),ue=Xt(74416),oe=Xt(92310),ze=Xt.n(oe),Pe=/margin|padding|width|height|max|min|offset/,Qt={left:!0,top:!0},Qe={cssFloat:1,styleFloat:1,float:1};function he(We){return We.nodeType===1?We.ownerDocument.defaultView.getComputedStyle(We,null):{}}function tn(We,se,Tn){if(se=se.toLowerCase(),Tn==="auto"){if(se==="height")return We.offsetHeight;if(se==="width")return We.offsetWidth}return se in Qt||(Qt[se]=Pe.test(se)),Qt[se]?parseFloat(Tn)||0:Tn}function Ft(We,se){var Tn=arguments.length,En=he(We);return se=Qe[se]?"cssFloat"in We.style?"cssFloat":"styleFloat":se,Tn===1?En:tn(We,se,En[se]||We.style[se])}function et(We,se,Tn){var En=arguments.length;if(se=Qe[se]?"cssFloat"in We.style?"cssFloat":"styleFloat":se,En===3)return typeof Tn=="number"&&Pe.test(se)&&(Tn="".concat(Tn,"px")),We.style[se]=Tn,Tn;for(var Hn in se)se.hasOwnProperty(Hn)&&et(We,Hn,se[Hn]);return he(We)}function it(We){return We===document.body?document.documentElement.clientWidth:We.offsetWidth}function ct(We){return We===document.body?window.innerHeight||document.documentElement.clientHeight:We.offsetHeight}function lt(){var We=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth),se=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);return{width:We,height:se}}function pt(){var We=document.documentElement.clientWidth,se=window.innerHeight||document.documentElement.clientHeight;return{width:We,height:se}}function vt(){return{scrollLeft:Math.max(document.documentElement.scrollLeft,document.body.scrollLeft),scrollTop:Math.max(document.documentElement.scrollTop,document.body.scrollTop)}}function Lt(We){var se=We.getBoundingClientRect(),Tn=document.documentElement;return{left:se.left+(window.pageXOffset||Tn.scrollLeft)-(Tn.clientLeft||document.body.clientLeft||0),top:se.top+(window.pageYOffset||Tn.scrollTop)-(Tn.clientTop||document.body.clientTop||0)}}var Et=Xt(18929),zt=Xt(59301),Vt=Xt(55311),$t=Xt(8224),ie=Xt(10228),qt=Xt(43403),Re=Xt(77900),me=zt.createContext(null),Ve=function(se){var Tn=se.visible,En=se.maskTransitionName,Hn=se.getContainer,jn=se.prefixCls,pi=se.rootClassName,Jn=se.icons,Kn=se.countRender,qn=se.showSwitch,io=se.showProgress,Ni=se.current,so=se.transform,Ki=se.count,$i=se.scale,vo=se.minScale,Do=se.maxScale,qi=se.closeIcon,Ro=se.onActive,Mo=se.onClose,Ji=se.onZoomIn,xt=se.onZoomOut,pn=se.onRotateRight,Je=se.onRotateLeft,Ye=se.onFlipX,In=se.onFlipY,Ci=se.onReset,Ei=se.toolbarRender,ao=se.zIndex,si=se.image,ve=(0,zt.useContext)(me),de=Jn.rotateLeft,re=Jn.rotateRight,Sn=Jn.zoomIn,Mn=Jn.zoomOut,Un=Jn.close,be=Jn.left,dn=Jn.right,fe=Jn.flipX,ce=Jn.flipY,yn="".concat(jn,"-operations-operation");zt.useEffect(function(){var vn=function(Qn){Qn.keyCode===ie.Z.ESC&&Mo()};return Tn&&window.addEventListener("keydown",vn),function(){window.removeEventListener("keydown",vn)}},[Tn]);var _t=function($n,Qn){$n.preventDefault(),$n.stopPropagation(),Ro(Qn)},Fe=zt.useCallback(function(vn){var $n=vn.type,Qn=vn.disabled,Pi=vn.onClick,Ne=vn.icon;return zt.createElement("div",{key:$n,className:ze()(yn,"".concat(jn,"-operations-operation-").concat($n),(0,Ce.Z)({},"".concat(jn,"-operations-operation-disabled"),!!Qn)),onClick:Pi},Ne)},[yn,jn]),ln=qn?Fe({icon:be,onClick:function($n){return _t($n,-1)},type:"prev",disabled:Ni===0}):void 0,Fn=qn?Fe({icon:dn,onClick:function($n){return _t($n,1)},type:"next",disabled:Ni===Ki-1}):void 0,Le=Fe({icon:ce,onClick:In,type:"flipY"}),ke=Fe({icon:fe,onClick:Ye,type:"flipX"}),Ke=Fe({icon:de,onClick:Je,type:"rotateLeft"}),Ln=Fe({icon:re,onClick:pn,type:"rotateRight"}),_n=Fe({icon:Mn,onClick:xt,type:"zoomOut",disabled:$i<=vo}),on=Fe({icon:Sn,onClick:Ji,type:"zoomIn",disabled:$i===Do}),rn=zt.createElement("div",{className:"".concat(jn,"-operations")},Le,ke,Ke,Ln,_n,on);return zt.createElement(Re.default,{visible:Tn,motionName:En},function(vn){var $n=vn.className,Qn=vn.style;return zt.createElement(qt.Z,{open:!0,getContainer:Hn!=null?Hn:document.body},zt.createElement("div",{className:ze()("".concat(jn,"-operations-wrapper"),$n,pi),style:(0,ae.Z)((0,ae.Z)({},Qn),{},{zIndex:ao})},qi===null?null:zt.createElement("button",{className:"".concat(jn,"-close"),onClick:Mo},qi||Un),qn&&zt.createElement(zt.Fragment,null,zt.createElement("div",{className:ze()("".concat(jn,"-switch-left"),(0,Ce.Z)({},"".concat(jn,"-switch-left-disabled"),Ni===0)),onClick:function(Ne){return _t(Ne,-1)}},be),zt.createElement("div",{className:ze()("".concat(jn,"-switch-right"),(0,Ce.Z)({},"".concat(jn,"-switch-right-disabled"),Ni===Ki-1)),onClick:function(Ne){return _t(Ne,1)}},dn)),zt.createElement("div",{className:"".concat(jn,"-footer")},io&&zt.createElement("div",{className:"".concat(jn,"-progress")},Kn?Kn(Ni+1,Ki):"".concat(Ni+1," / ").concat(Ki)),Ei?Ei(rn,(0,ae.Z)((0,ae.Z)({icons:{prevIcon:ln,nextIcon:Fn,flipYIcon:Le,flipXIcon:ke,rotateLeftIcon:Ke,rotateRightIcon:Ln,zoomOutIcon:_n,zoomInIcon:on},actions:{onActive:Ro,onFlipY:In,onFlipX:Ye,onRotateLeft:Je,onRotateRight:pn,onZoomOut:xt,onZoomIn:Ji,onReset:Ci,onClose:Mo},transform:so},ve?{current:Ni,total:Ki}:{}),{},{image:si})):rn)))})},un=Ve,Nn=Xt(13697),vi=Xt(16089),Bn={x:0,y:0,rotate:0,scale:1,flipX:!1,flipY:!1};function Ti(We,se,Tn,En){var Hn=(0,zt.useRef)(null),jn=(0,zt.useRef)([]),pi=(0,zt.useState)(Bn),Jn=(0,Oe.Z)(pi,2),Kn=Jn[0],qn=Jn[1],io=function($i){qn(Bn),(0,Nn.Z)(Bn,Kn)||En==null||En({transform:Bn,action:$i})},Ni=function($i,vo){Hn.current===null&&(jn.current=[],Hn.current=(0,vi.Z)(function(){qn(function(Do){var qi=Do;return jn.current.forEach(function(Ro){qi=(0,ae.Z)((0,ae.Z)({},qi),Ro)}),Hn.current=null,En==null||En({transform:qi,action:vo}),qi})})),jn.current.push((0,ae.Z)((0,ae.Z)({},Kn),$i))},so=function($i,vo,Do,qi,Ro){var Mo=We.current,Ji=Mo.width,xt=Mo.height,pn=Mo.offsetWidth,Je=Mo.offsetHeight,Ye=Mo.offsetLeft,In=Mo.offsetTop,Ci=$i,Ei=Kn.scale*$i;Ei>Tn?(Ei=Tn,Ci=Tn/Kn.scale):Ei<se&&(Ei=Ro?Ei:se,Ci=Ei/Kn.scale);var ao=Do!=null?Do:innerWidth/2,si=qi!=null?qi:innerHeight/2,ve=Ci-1,de=ve*Ji*.5,re=ve*xt*.5,Sn=ve*(ao-Kn.x-Ye),Mn=ve*(si-Kn.y-In),Un=Kn.x-(Sn-de),be=Kn.y-(Mn-re);if($i<1&&Ei===1){var dn=pn*Ei,fe=Je*Ei,ce=pt(),yn=ce.width,_t=ce.height;dn<=yn&&fe<=_t&&(Un=0,be=0)}Ni({x:Un,y:be,scale:Ei},vo)};return{transform:Kn,resetTransform:io,updateTransform:Ni,dispatchZoomChange:so}}var ni=Xt(48736);function ge(We,se,Tn,En){var Hn=se+Tn,jn=(Tn-En)/2;if(Tn>En){if(se>0)return(0,Ce.Z)({},We,jn);if(se<0&&Hn<En)return(0,Ce.Z)({},We,-jn)}else if(se<0||Hn>En)return(0,Ce.Z)({},We,se<0?jn:-jn);return{}}function Kt(We,se,Tn,En){var Hn=pt(),jn=Hn.width,pi=Hn.height,Jn=null;return We<=jn&&se<=pi?Jn={x:0,y:0}:(We>jn||se>pi)&&(Jn=(0,ae.Z)((0,ae.Z)({},ge("x",Tn,We,jn)),ge("y",En,se,pi))),Jn}var wn=1,di=1;function gi(We,se,Tn,En,Hn,jn,pi){var Jn=Hn.rotate,Kn=Hn.scale,qn=Hn.x,io=Hn.y,Ni=(0,zt.useState)(!1),so=(0,Oe.Z)(Ni,2),Ki=so[0],$i=so[1],vo=(0,zt.useRef)({diffX:0,diffY:0,transformX:0,transformY:0}),Do=function(xt){!se||xt.button!==0||(xt.preventDefault(),xt.stopPropagation(),vo.current={diffX:xt.pageX-qn,diffY:xt.pageY-io,transformX:qn,transformY:io},$i(!0))},qi=function(xt){Tn&&Ki&&jn({x:xt.pageX-vo.current.diffX,y:xt.pageY-vo.current.diffY},"move")},Ro=function(){if(Tn&&Ki){$i(!1);var xt=vo.current,pn=xt.transformX,Je=xt.transformY,Ye=qn!==pn&&io!==Je;if(!Ye)return;var In=We.current.offsetWidth*Kn,Ci=We.current.offsetHeight*Kn,Ei=We.current.getBoundingClientRect(),ao=Ei.left,si=Ei.top,ve=Jn%180!==0,de=Kt(ve?Ci:In,ve?In:Ci,ao,si);de&&jn((0,ae.Z)({},de),"dragRebound")}},Mo=function(xt){if(!(!Tn||xt.deltaY==0)){var pn=Math.abs(xt.deltaY/100),Je=Math.min(pn,di),Ye=wn+Je*En;xt.deltaY>0&&(Ye=wn/Ye),pi(Ye,"wheel",xt.clientX,xt.clientY)}};return(0,zt.useEffect)(function(){var Ji,xt,pn,Je;if(se){pn=(0,$t.Z)(window,"mouseup",Ro,!1),Je=(0,$t.Z)(window,"mousemove",qi,!1);try{window.top!==window.self&&(Ji=(0,$t.Z)(window.top,"mouseup",Ro,!1),xt=(0,$t.Z)(window.top,"mousemove",qi,!1))}catch(Ye){(0,ni.Kp)(!1,"[rc-image] ".concat(Ye))}}return function(){var Ye,In,Ci,Ei;(Ye=pn)===null||Ye===void 0||Ye.remove(),(In=Je)===null||In===void 0||In.remove(),(Ci=Ji)===null||Ci===void 0||Ci.remove(),(Ei=xt)===null||Ei===void 0||Ei.remove()}},[Tn,Ki,qn,io,Jn,se]),{isMoving:Ki,onMouseDown:Do,onMouseMove:qi,onMouseUp:Ro,onWheel:Mo}}function He(We){return new Promise(function(se){if(!We){se(!1);return}var Tn=document.createElement("img");Tn.onerror=function(){return se(!1)},Tn.onload=function(){return se(!0)},Tn.src=We})}function mn(We){var se=We.src,Tn=We.isCustomPlaceholder,En=We.fallback,Hn=(0,zt.useState)(Tn?"loading":"normal"),jn=(0,Oe.Z)(Hn,2),pi=jn[0],Jn=jn[1],Kn=(0,zt.useRef)(!1),qn=pi==="error";(0,zt.useEffect)(function(){var Ki=!0;return He(se).then(function($i){!$i&&Ki&&Jn("error")}),function(){Ki=!1}},[se]),(0,zt.useEffect)(function(){Tn&&!Kn.current?Jn("loading"):qn&&Jn("normal")},[se]);var io=function(){Jn("normal")},Ni=function($i){Kn.current=!1,pi==="loading"&&$i!==null&&$i!==void 0&&$i.complete&&($i.naturalWidth||$i.naturalHeight)&&(Kn.current=!0,io())},so=qn&&En?{src:En}:{onLoad:io,src:se};return[Ni,so,pi]}function An(We,se){var Tn=We.x-se.x,En=We.y-se.y;return Math.hypot(Tn,En)}function ui(We,se,Tn,En){var Hn=An(We,Tn),jn=An(se,En);if(Hn===0&&jn===0)return[We.x,We.y];var pi=Hn/(Hn+jn),Jn=We.x+pi*(se.x-We.x),Kn=We.y+pi*(se.y-We.y);return[Jn,Kn]}function kn(We,se,Tn,En,Hn,jn,pi){var Jn=Hn.rotate,Kn=Hn.scale,qn=Hn.x,io=Hn.y,Ni=(0,zt.useState)(!1),so=(0,Oe.Z)(Ni,2),Ki=so[0],$i=so[1],vo=(0,zt.useRef)({point1:{x:0,y:0},point2:{x:0,y:0},eventType:"none"}),Do=function(xt){vo.current=(0,ae.Z)((0,ae.Z)({},vo.current),xt)},qi=function(xt){if(se){xt.stopPropagation(),$i(!0);var pn=xt.touches,Je=pn===void 0?[]:pn;Je.length>1?Do({point1:{x:Je[0].clientX,y:Je[0].clientY},point2:{x:Je[1].clientX,y:Je[1].clientY},eventType:"touchZoom"}):Do({point1:{x:Je[0].clientX-qn,y:Je[0].clientY-io},eventType:"move"})}},Ro=function(xt){var pn=xt.touches,Je=pn===void 0?[]:pn,Ye=vo.current,In=Ye.point1,Ci=Ye.point2,Ei=Ye.eventType;if(Je.length>1&&Ei==="touchZoom"){var ao={x:Je[0].clientX,y:Je[0].clientY},si={x:Je[1].clientX,y:Je[1].clientY},ve=ui(In,Ci,ao,si),de=(0,Oe.Z)(ve,2),re=de[0],Sn=de[1],Mn=An(ao,si)/An(In,Ci);pi(Mn,"touchZoom",re,Sn,!0),Do({point1:ao,point2:si,eventType:"touchZoom"})}else Ei==="move"&&(jn({x:Je[0].clientX-In.x,y:Je[0].clientY-In.y},"move"),Do({eventType:"move"}))},Mo=function(){if(Tn){if(Ki&&$i(!1),Do({eventType:"none"}),En>Kn)return jn({x:0,y:0,scale:En},"touchZoom");var xt=We.current.offsetWidth*Kn,pn=We.current.offsetHeight*Kn,Je=We.current.getBoundingClientRect(),Ye=Je.left,In=Je.top,Ci=Jn%180!==0,Ei=Kt(Ci?pn:xt,Ci?xt:pn,Ye,In);Ei&&jn((0,ae.Z)({},Ei),"dragRebound")}};return(0,zt.useEffect)(function(){var Ji;return Tn&&se&&(Ji=(0,$t.Z)(window,"touchmove",function(xt){return xt.preventDefault()},{passive:!1})),function(){var xt;(xt=Ji)===null||xt===void 0||xt.remove()}},[Tn,se]),{isTouching:Ki,onTouchStart:qi,onTouchMove:Ro,onTouchEnd:Mo}}var hi=["fallback","src","imgRef"],te=["prefixCls","src","alt","imageInfo","fallback","movable","onClose","visible","icons","rootClassName","closeIcon","getContainer","current","count","countRender","scaleStep","minScale","maxScale","transitionName","maskTransitionName","imageRender","imgCommonProps","toolbarRender","onTransform","onChange"],Zn=function(se){var Tn=se.fallback,En=se.src,Hn=se.imgRef,jn=(0,ue.Z)(se,hi),pi=mn({src:En,fallback:Tn}),Jn=(0,Oe.Z)(pi,2),Kn=Jn[0],qn=Jn[1];return zt.createElement("img",(0,bt.Z)({ref:function(Ni){Hn.current=Ni,Kn(Ni)}},jn,qn))},Zi=function(se){var Tn=se.prefixCls,En=se.src,Hn=se.alt,jn=se.imageInfo,pi=se.fallback,Jn=se.movable,Kn=Jn===void 0?!0:Jn,qn=se.onClose,io=se.visible,Ni=se.icons,so=Ni===void 0?{}:Ni,Ki=se.rootClassName,$i=se.closeIcon,vo=se.getContainer,Do=se.current,qi=Do===void 0?0:Do,Ro=se.count,Mo=Ro===void 0?1:Ro,Ji=se.countRender,xt=se.scaleStep,pn=xt===void 0?.5:xt,Je=se.minScale,Ye=Je===void 0?1:Je,In=se.maxScale,Ci=In===void 0?50:In,Ei=se.transitionName,ao=Ei===void 0?"zoom":Ei,si=se.maskTransitionName,ve=si===void 0?"fade":si,de=se.imageRender,re=se.imgCommonProps,Sn=se.toolbarRender,Mn=se.onTransform,Un=se.onChange,be=(0,ue.Z)(se,te),dn=(0,zt.useRef)(),fe=(0,zt.useContext)(me),ce=fe&&Mo>1,yn=fe&&Mo>=1,_t=(0,zt.useState)(!0),Fe=(0,Oe.Z)(_t,2),ln=Fe[0],Fn=Fe[1],Le=Ti(dn,Ye,Ci,Mn),ke=Le.transform,Ke=Le.resetTransform,Ln=Le.updateTransform,_n=Le.dispatchZoomChange,on=gi(dn,Kn,io,pn,ke,Ln,_n),rn=on.isMoving,vn=on.onMouseDown,$n=on.onWheel,Qn=kn(dn,Kn,io,Ye,ke,Ln,_n),Pi=Qn.isTouching,Ne=Qn.onTouchStart,Po=Qn.onTouchMove,Ri=Qn.onTouchEnd,ho=ke.rotate,Se=ke.scale,fn=ze()((0,Ce.Z)({},"".concat(Tn,"-moving"),rn));(0,zt.useEffect)(function(){ln||Fn(!0)},[ln]);var On=function(){Ke("close")},Wn=function(){_n(wn+pn,"zoomIn")},zn=function(){_n(wn/(wn+pn),"zoomOut")},ti=function(){Ln({rotate:ho+90},"rotateRight")},Fi=function(){Ln({rotate:ho-90},"rotateLeft")},Li=function(){Ln({flipX:!ke.flipX},"flipX")},Oi=function(){Ln({flipY:!ke.flipY},"flipY")},Ui=function(){Ke("reset")},Ie=function(Ao){var To=qi+Ao;!Number.isInteger(To)||To<0||To>Mo-1||(Fn(!1),Ke(Ao<0?"prev":"next"),Un==null||Un(To,qi))},lo=function(Ao){!io||!ce||(Ao.keyCode===ie.Z.LEFT?Ie(-1):Ao.keyCode===ie.Z.RIGHT&&Ie(1))},Be=function(Ao){io&&(Se!==1?Ln({x:0,y:0,scale:1},"doubleClick"):_n(wn+pn,"doubleClick",Ao.clientX,Ao.clientY))};(0,zt.useEffect)(function(){var Ai=(0,$t.Z)(window,"keydown",lo,!1);return function(){Ai.remove()}},[io,ce,qi]);var Ii=zt.createElement(Zn,(0,bt.Z)({},re,{width:se.width,height:se.height,imgRef:dn,className:"".concat(Tn,"-img"),alt:Hn,style:{transform:"translate3d(".concat(ke.x,"px, ").concat(ke.y,"px, 0) scale3d(").concat(ke.flipX?"-":"").concat(Se,", ").concat(ke.flipY?"-":"").concat(Se,", 1) rotate(").concat(ho,"deg)"),transitionDuration:(!ln||Pi)&&"0s"},fallback:pi,src:En,onWheel:$n,onMouseDown:vn,onDoubleClick:Be,onTouchStart:Ne,onTouchMove:Po,onTouchEnd:Ri,onTouchCancel:Ri})),Wi=(0,ae.Z)({url:En,alt:Hn},jn);return zt.createElement(zt.Fragment,null,zt.createElement(Vt.Z,(0,bt.Z)({transitionName:ao,maskTransitionName:ve,closable:!1,keyboard:!0,prefixCls:Tn,onClose:qn,visible:io,classNames:{wrapper:fn},rootClassName:Ki,getContainer:vo},be,{afterClose:On}),zt.createElement("div",{className:"".concat(Tn,"-img-wrapper")},de?de(Ii,(0,ae.Z)({transform:ke,image:Wi},fe?{current:qi}:{})):Ii)),zt.createElement(un,{visible:io,transform:ke,maskTransitionName:ve,closeIcon:$i,getContainer:vo,prefixCls:Tn,rootClassName:Ki,icons:so,countRender:Ji,showSwitch:ce,showProgress:yn,current:qi,count:Mo,scale:Se,minScale:Ye,maxScale:Ci,toolbarRender:Sn,onActive:Ie,onZoomIn:Wn,onZoomOut:zn,onRotateRight:ti,onRotateLeft:Fi,onFlipX:Li,onFlipY:Oi,onClose:qn,onReset:Ui,zIndex:be.zIndex!==void 0?be.zIndex+1:void 0,image:Wi}))},Bt=Zi,Ct=Xt(80702),wt=["crossOrigin","decoding","draggable","loading","referrerPolicy","sizes","srcSet","useMap","alt"];function At(We){var se=zt.useState({}),Tn=(0,Oe.Z)(se,2),En=Tn[0],Hn=Tn[1],jn=zt.useCallback(function(Jn,Kn){return Hn(function(qn){return(0,ae.Z)((0,ae.Z)({},qn),{},(0,Ce.Z)({},Jn,Kn))}),function(){Hn(function(qn){var io=(0,ae.Z)({},qn);return delete io[Jn],io})}},[]),pi=zt.useMemo(function(){return We?We.map(function(Jn){if(typeof Jn=="string")return{data:{src:Jn}};var Kn={};return Object.keys(Jn).forEach(function(qn){["src"].concat((0,Ct.Z)(wt)).includes(qn)&&(Kn[qn]=Jn[qn])}),{data:Kn}}):Object.keys(En).reduce(function(Jn,Kn){var qn=En[Kn],io=qn.canPreview,Ni=qn.data;return io&&Jn.push({data:Ni,id:Kn}),Jn},[])},[We,En]);return[pi,jn,!!We]}var Gt=["visible","onVisibleChange","getContainer","current","movable","minScale","maxScale","countRender","closeIcon","onChange","onTransform","toolbarRender","imageRender"],Mt=["src"],xe=function(se){var Tn,En=se.previewPrefixCls,Hn=En===void 0?"rc-image-preview":En,jn=se.children,pi=se.icons,Jn=pi===void 0?{}:pi,Kn=se.items,qn=se.preview,io=se.fallback,Ni=(0,le.Z)(qn)==="object"?qn:{},so=Ni.visible,Ki=Ni.onVisibleChange,$i=Ni.getContainer,vo=Ni.current,Do=Ni.movable,qi=Ni.minScale,Ro=Ni.maxScale,Mo=Ni.countRender,Ji=Ni.closeIcon,xt=Ni.onChange,pn=Ni.onTransform,Je=Ni.toolbarRender,Ye=Ni.imageRender,In=(0,ue.Z)(Ni,Gt),Ci=At(Kn),Ei=(0,Oe.Z)(Ci,3),ao=Ei[0],si=Ei[1],ve=Ei[2],de=(0,Et.Z)(0,{value:vo}),re=(0,Oe.Z)(de,2),Sn=re[0],Mn=re[1],Un=(0,zt.useState)(!1),be=(0,Oe.Z)(Un,2),dn=be[0],fe=be[1],ce=((Tn=ao[Sn])===null||Tn===void 0?void 0:Tn.data)||{},yn=ce.src,_t=(0,ue.Z)(ce,Mt),Fe=(0,Et.Z)(!!so,{value:so,onChange:function(Pi,Ne){Ki==null||Ki(Pi,Ne,Sn)}}),ln=(0,Oe.Z)(Fe,2),Fn=ln[0],Le=ln[1],ke=(0,zt.useState)(null),Ke=(0,Oe.Z)(ke,2),Ln=Ke[0],_n=Ke[1],on=zt.useCallback(function(Qn,Pi,Ne,Po){var Ri=ve?ao.findIndex(function(ho){return ho.data.src===Pi}):ao.findIndex(function(ho){return ho.id===Qn});Mn(Ri<0?0:Ri),Le(!0),_n({x:Ne,y:Po}),fe(!0)},[ao,ve]);zt.useEffect(function(){Fn?dn||Mn(0):fe(!1)},[Fn]);var rn=function(Pi,Ne){Mn(Pi),xt==null||xt(Pi,Ne)},vn=function(){Le(!1),_n(null)},$n=zt.useMemo(function(){return{register:si,onPreview:on}},[si,on]);return zt.createElement(me.Provider,{value:$n},jn,zt.createElement(Bt,(0,bt.Z)({"aria-hidden":!Fn,movable:Do,visible:Fn,prefixCls:Hn,closeIcon:Ji,onClose:vn,mousePosition:Ln,imgCommonProps:_t,src:yn,fallback:io,icons:Jn,minScale:qi,maxScale:Ro,getContainer:$i,current:Sn,count:ao.length,countRender:Mo,onTransform:pn,toolbarRender:Je,imageRender:Ye,onChange:rn},In)))},we=xe,sn=0;function Xe(We,se){var Tn=zt.useState(function(){return sn+=1,String(sn)}),En=(0,Oe.Z)(Tn,1),Hn=En[0],jn=zt.useContext(me),pi={data:se,canPreview:We};return zt.useEffect(function(){if(jn)return jn.register(Hn,pi)},[]),zt.useEffect(function(){jn&&jn.register(Hn,pi)},[We,se]),Hn}var Te=["src","alt","onPreviewClose","prefixCls","previewPrefixCls","placeholder","fallback","width","height","style","preview","className","onClick","onError","wrapperClassName","wrapperStyle","rootClassName"],$e=["src","visible","onVisibleChange","getContainer","mask","maskClassName","movable","icons","scaleStep","minScale","maxScale","imageRender","toolbarRender"],nn=function(se){var Tn=se.src,En=se.alt,Hn=se.onPreviewClose,jn=se.prefixCls,pi=jn===void 0?"rc-image":jn,Jn=se.previewPrefixCls,Kn=Jn===void 0?"".concat(pi,"-preview"):Jn,qn=se.placeholder,io=se.fallback,Ni=se.width,so=se.height,Ki=se.style,$i=se.preview,vo=$i===void 0?!0:$i,Do=se.className,qi=se.onClick,Ro=se.onError,Mo=se.wrapperClassName,Ji=se.wrapperStyle,xt=se.rootClassName,pn=(0,ue.Z)(se,Te),Je=qn&&qn!==!0,Ye=(0,le.Z)(vo)==="object"?vo:{},In=Ye.src,Ci=Ye.visible,Ei=Ci===void 0?void 0:Ci,ao=Ye.onVisibleChange,si=ao===void 0?Hn:ao,ve=Ye.getContainer,de=ve===void 0?void 0:ve,re=Ye.mask,Sn=Ye.maskClassName,Mn=Ye.movable,Un=Ye.icons,be=Ye.scaleStep,dn=Ye.minScale,fe=Ye.maxScale,ce=Ye.imageRender,yn=Ye.toolbarRender,_t=(0,ue.Z)(Ye,$e),Fe=In!=null?In:Tn,ln=(0,Et.Z)(!!Ei,{value:Ei,onChange:si}),Fn=(0,Oe.Z)(ln,2),Le=Fn[0],ke=Fn[1],Ke=mn({src:Tn,isCustomPlaceholder:Je,fallback:io}),Ln=(0,Oe.Z)(Ke,3),_n=Ln[0],on=Ln[1],rn=Ln[2],vn=(0,zt.useState)(null),$n=(0,Oe.Z)(vn,2),Qn=$n[0],Pi=$n[1],Ne=(0,zt.useContext)(me),Po=!!vo,Ri=function(){ke(!1),Pi(null)},ho=ze()(pi,Mo,xt,(0,Ce.Z)({},"".concat(pi,"-error"),rn==="error")),Se=(0,zt.useMemo)(function(){var zn={};return wt.forEach(function(ti){se[ti]!==void 0&&(zn[ti]=se[ti])}),zn},wt.map(function(zn){return se[zn]})),fn=(0,zt.useMemo)(function(){return(0,ae.Z)((0,ae.Z)({},Se),{},{src:Fe})},[Fe,Se]),On=Xe(Po,fn),Wn=function(ti){var Fi=Lt(ti.target),Li=Fi.left,Oi=Fi.top;Ne?Ne.onPreview(On,Fe,Li,Oi):(Pi({x:Li,y:Oi}),ke(!0)),qi==null||qi(ti)};return zt.createElement(zt.Fragment,null,zt.createElement("div",(0,bt.Z)({},pn,{className:ho,onClick:Po?Wn:qi,style:(0,ae.Z)({width:Ni,height:so},Ji)}),zt.createElement("img",(0,bt.Z)({},Se,{className:ze()("".concat(pi,"-img"),(0,Ce.Z)({},"".concat(pi,"-img-placeholder"),qn===!0),Do),style:(0,ae.Z)({height:so},Ki),ref:_n},on,{width:Ni,height:so,onError:Ro})),rn==="loading"&&zt.createElement("div",{"aria-hidden":"true",className:"".concat(pi,"-placeholder")},qn),re&&Po&&zt.createElement("div",{className:ze()("".concat(pi,"-mask"),Sn),style:{display:(Ki==null?void 0:Ki.display)==="none"?"none":void 0}},re)),!Ne&&Po&&zt.createElement(Bt,(0,bt.Z)({"aria-hidden":!Le,visible:Le,prefixCls:Kn,onClose:Ri,mousePosition:Qn,src:Fe,alt:En,imageInfo:{width:Ni,height:so},fallback:io,getContainer:de,icons:Un,movable:Mn,scaleStep:be,minScale:dn,maxScale:fe,rootClassName:xt,imageRender:ce,imgCommonProps:Se,toolbarRender:yn},_t)))};nn.PreviewGroup=we;var hn=nn,Dn=hn},69582:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{ZP:function(){return oe}});var bt=Xt(52487),ae=Xt(59301),Ce=Xt(47273),Oe=0,le=(0,Ce.Z)();function ue(){var ze;return le?(ze=Oe,Oe+=1):ze="TEST_OR_SSR",ze}function oe(ze){var Pe=ae.useState(),Qt=(0,bt.Z)(Pe,2),Qe=Qt[0],he=Qt[1];return ae.useEffect(function(){he("rc_select_".concat(ue()))},[]),ze||Qe}},45560:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{Ac:function(){return Tn},Xo:function(){return Hn},Wx:function(){return pi},ZP:function(){return dn},lk:function(){return vt}});var bt=Xt(72308),ae=Xt(80702),Ce=Xt(49618),Oe=Xt(77321),le=Xt(52487),ue=Xt(74416),oe=Xt(62853),ze=Xt(18929),Pe=Xt(48736),Qt=Xt(59301),Qe=Xt(92310),he=Xt.n(Qe),tn=Xt(34280),Ft=Xt(49658),et=Xt(8654),it=function(ce){var yn=ce.className,_t=ce.customizeIcon,Fe=ce.customizeIconProps,ln=ce.children,Fn=ce.onMouseDown,Le=ce.onClick,ke=typeof _t=="function"?_t(Fe):_t;return Qt.createElement("span",{className:yn,onMouseDown:function(Ln){Ln.preventDefault(),Fn==null||Fn(Ln)},style:{userSelect:"none",WebkitUserSelect:"none"},unselectable:"on",onClick:Le,"aria-hidden":!0},ke!==void 0?ke:Qt.createElement("span",{className:he()(yn.split(/\s+/).map(function(Ke){return"".concat(Ke,"-icon")}))},ln))},ct=it,lt=function(ce,yn,_t,Fe,ln){var Fn=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!1,Le=arguments.length>6?arguments[6]:void 0,ke=arguments.length>7?arguments[7]:void 0,Ke=Qt.useMemo(function(){if((0,oe.Z)(Fe)==="object")return Fe.clearIcon;if(ln)return ln},[Fe,ln]),Ln=Qt.useMemo(function(){return!!(!Fn&&Fe&&(_t.length||Le)&&!(ke==="combobox"&&Le===""))},[Fe,Fn,_t.length,Le,ke]);return{allowClear:Ln,clearIcon:Qt.createElement(ct,{className:"".concat(ce,"-clear"),onMouseDown:yn,customizeIcon:Ke},"\xD7")}},pt=Qt.createContext(null);function vt(){return Qt.useContext(pt)}function Lt(){var fe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10,ce=Qt.useState(!1),yn=(0,le.Z)(ce,2),_t=yn[0],Fe=yn[1],ln=Qt.useRef(null),Fn=function(){window.clearTimeout(ln.current)};Qt.useEffect(function(){return Fn},[]);var Le=function(Ke,Ln){Fn(),ln.current=window.setTimeout(function(){Fe(Ke),Ln&&Ln()},fe)};return[_t,Le,Fn]}function Et(){var fe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:250,ce=Qt.useRef(null),yn=Qt.useRef(null);Qt.useEffect(function(){return function(){window.clearTimeout(yn.current)}},[]);function _t(Fe){(Fe||ce.current===null)&&(ce.current=Fe),window.clearTimeout(yn.current),yn.current=window.setTimeout(function(){ce.current=null},fe)}return[function(){return ce.current},_t]}function zt(fe,ce,yn,_t){var Fe=Qt.useRef(null);Fe.current={open:ce,triggerOpen:yn,customizedTrigger:_t},Qt.useEffect(function(){function ln(Fn){var Le;if(!((Le=Fe.current)!==null&&Le!==void 0&&Le.customizedTrigger)){var ke=Fn.target;ke.shadowRoot&&Fn.composed&&(ke=Fn.composedPath()[0]||ke),Fe.current.open&&fe().filter(function(Ke){return Ke}).every(function(Ke){return!Ke.contains(ke)&&Ke!==ke})&&Fe.current.triggerOpen(!1)}}return window.addEventListener("mousedown",ln),function(){return window.removeEventListener("mousedown",ln)}},[])}var Vt=Xt(10228);function $t(fe){return fe&&![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(fe)}var ie=Xt(26112),qt=Xt(11780),Re=function(ce,yn){var _t,Fe=ce.prefixCls,ln=ce.id,Fn=ce.inputElement,Le=ce.disabled,ke=ce.tabIndex,Ke=ce.autoFocus,Ln=ce.autoComplete,_n=ce.editable,on=ce.activeDescendantId,rn=ce.value,vn=ce.maxLength,$n=ce.onKeyDown,Qn=ce.onMouseDown,Pi=ce.onChange,Ne=ce.onPaste,Po=ce.onCompositionStart,Ri=ce.onCompositionEnd,ho=ce.onBlur,Se=ce.open,fn=ce.attrs,On=Fn||Qt.createElement("input",null),Wn=On,zn=Wn.ref,ti=Wn.props,Fi=ti.onKeyDown,Li=ti.onChange,Oi=ti.onMouseDown,Ui=ti.onCompositionStart,Ie=ti.onCompositionEnd,lo=ti.onBlur,Be=ti.style;return(0,Pe.Kp)(!("maxLength"in On.props),"Passing 'maxLength' to input element directly may not work because input in BaseSelect is controlled."),On=Qt.cloneElement(On,(0,Oe.Z)((0,Oe.Z)((0,Oe.Z)({type:"search"},ti),{},{id:ln,ref:(0,et.sQ)(yn,zn),disabled:Le,tabIndex:ke,autoComplete:Ln||"off",autoFocus:Ke,className:he()("".concat(Fe,"-selection-search-input"),(_t=On)===null||_t===void 0||(_t=_t.props)===null||_t===void 0?void 0:_t.className),role:"combobox","aria-expanded":Se||!1,"aria-haspopup":"listbox","aria-owns":"".concat(ln,"_list"),"aria-autocomplete":"list","aria-controls":"".concat(ln,"_list"),"aria-activedescendant":Se?on:void 0},fn),{},{value:_n?rn:"",maxLength:vn,readOnly:!_n,unselectable:_n?null:"on",style:(0,Oe.Z)((0,Oe.Z)({},Be),{},{opacity:_n?null:0}),onKeyDown:function(Wi){$n(Wi),Fi&&Fi(Wi)},onMouseDown:function(Wi){Qn(Wi),Oi&&Oi(Wi)},onChange:function(Wi){Pi(Wi),Li&&Li(Wi)},onCompositionStart:function(Wi){Po(Wi),Ui&&Ui(Wi)},onCompositionEnd:function(Wi){Ri(Wi),Ie&&Ie(Wi)},onPaste:Ne,onBlur:function(Wi){ho(Wi),lo&&lo(Wi)}})),On},me=Qt.forwardRef(Re),Ve=me;function un(fe){return Array.isArray(fe)?fe:fe!==void 0?[fe]:[]}var Nn=typeof window!="undefined"&&window.document&&window.document.documentElement,vi=Nn;function Bn(fe){return fe!=null}function Ti(fe){return!fe&&fe!==0}function ni(fe){return["string","number"].includes((0,oe.Z)(fe))}function ge(fe){var ce=void 0;return fe&&(ni(fe.title)?ce=fe.title.toString():ni(fe.label)&&(ce=fe.label.toString())),ce}function Kt(fe,ce){vi?Qt.useLayoutEffect(fe,ce):Qt.useEffect(fe,ce)}function wn(fe){var ce;return(ce=fe.key)!==null&&ce!==void 0?ce:fe.value}var di=function(ce){ce.preventDefault(),ce.stopPropagation()},gi=function(ce){var yn=ce.id,_t=ce.prefixCls,Fe=ce.values,ln=ce.open,Fn=ce.searchValue,Le=ce.autoClearSearchValue,ke=ce.inputRef,Ke=ce.placeholder,Ln=ce.disabled,_n=ce.mode,on=ce.showSearch,rn=ce.autoFocus,vn=ce.autoComplete,$n=ce.activeDescendantId,Qn=ce.tabIndex,Pi=ce.removeIcon,Ne=ce.maxTagCount,Po=ce.maxTagTextLength,Ri=ce.maxTagPlaceholder,ho=Ri===void 0?function(Vo){return"+ ".concat(Vo.length," ...")}:Ri,Se=ce.tagRender,fn=ce.onToggleOpen,On=ce.onRemove,Wn=ce.onInputChange,zn=ce.onInputPaste,ti=ce.onInputKeyDown,Fi=ce.onInputMouseDown,Li=ce.onInputCompositionStart,Oi=ce.onInputCompositionEnd,Ui=ce.onInputBlur,Ie=Qt.useRef(null),lo=(0,Qt.useState)(0),Be=(0,le.Z)(lo,2),Ii=Be[0],Wi=Be[1],Ai=(0,Qt.useState)(!1),Ao=(0,le.Z)(Ai,2),To=Ao[0],to=Ao[1],co="".concat(_t,"-selection"),Gr=ln||_n==="multiple"&&Le===!1||_n==="tags"?Fn:"",bo=_n==="tags"||_n==="multiple"&&Le===!1||on&&(ln||To);Kt(function(){Wi(Ie.current.scrollWidth)},[Gr]);var Gn=function(Xn,li,Gi,ki,Hi){return Qt.createElement("span",{title:ge(Xn),className:he()("".concat(co,"-item"),(0,Ce.Z)({},"".concat(co,"-item-disabled"),Gi))},Qt.createElement("span",{className:"".concat(co,"-item-content")},li),ki&&Qt.createElement(ct,{className:"".concat(co,"-item-remove"),onMouseDown:di,onClick:Hi,customizeIcon:Pi},"\xD7"))},It=function(Xn,li,Gi,ki,Hi,ir){var xi=function(Ue){di(Ue),fn(!ln)};return Qt.createElement("span",{onMouseDown:xi},Se({label:li,value:Xn,disabled:Gi,closable:ki,onClose:Hi,isMaxTag:!!ir}))},nr=function(Xn){var li=Xn.disabled,Gi=Xn.label,ki=Xn.value,Hi=!Ln&&!li,ir=Gi;if(typeof Po=="number"&&(typeof Gi=="string"||typeof Gi=="number")){var xi=String(ir);xi.length>Po&&(ir="".concat(xi.slice(0,Po),"..."))}var ci=function(oi){oi&&oi.stopPropagation(),On(Xn)};return typeof Se=="function"?It(ki,ir,li,Hi,ci):Gn(Xn,ir,li,Hi,ci)},oo=function(Xn){if(!Fe.length)return null;var li=typeof ho=="function"?ho(Xn):ho;return typeof Se=="function"?It(void 0,li,!1,!1,void 0,!0):Gn({title:li},li,!1)},Xi=Qt.createElement("div",{className:"".concat(co,"-search"),style:{width:Ii},onFocus:function(){to(!0)},onBlur:function(){to(!1)}},Qt.createElement(Ve,{ref:ke,open:ln,prefixCls:_t,id:yn,inputElement:null,disabled:Ln,autoFocus:rn,autoComplete:vn,editable:bo,activeDescendantId:$n,value:Gr,onKeyDown:ti,onMouseDown:Fi,onChange:Wn,onPaste:zn,onCompositionStart:Li,onCompositionEnd:Oi,onBlur:Ui,tabIndex:Qn,attrs:(0,ie.Z)(ce,!0)}),Qt.createElement("span",{ref:Ie,className:"".concat(co,"-search-mirror"),"aria-hidden":!0},Gr,"\xA0")),wo=Qt.createElement(qt.Z,{prefixCls:"".concat(co,"-overflow"),data:Fe,renderItem:nr,renderRest:oo,suffix:Xi,itemKey:wn,maxCount:Ne});return Qt.createElement("span",{className:"".concat(co,"-wrap")},wo,!Fe.length&&!Gr&&Qt.createElement("span",{className:"".concat(co,"-placeholder")},Ke))},He=gi,mn=function(ce){var yn=ce.inputElement,_t=ce.prefixCls,Fe=ce.id,ln=ce.inputRef,Fn=ce.disabled,Le=ce.autoFocus,ke=ce.autoComplete,Ke=ce.activeDescendantId,Ln=ce.mode,_n=ce.open,on=ce.values,rn=ce.placeholder,vn=ce.tabIndex,$n=ce.showSearch,Qn=ce.searchValue,Pi=ce.activeValue,Ne=ce.maxLength,Po=ce.onInputKeyDown,Ri=ce.onInputMouseDown,ho=ce.onInputChange,Se=ce.onInputPaste,fn=ce.onInputCompositionStart,On=ce.onInputCompositionEnd,Wn=ce.onInputBlur,zn=ce.title,ti=Qt.useState(!1),Fi=(0,le.Z)(ti,2),Li=Fi[0],Oi=Fi[1],Ui=Ln==="combobox",Ie=Ui||$n,lo=on[0],Be=Qn||"";Ui&&Pi&&!Li&&(Be=Pi),Qt.useEffect(function(){Ui&&Oi(!1)},[Ui,Pi]);var Ii=Ln!=="combobox"&&!_n&&!$n?!1:!!Be,Wi=zn===void 0?ge(lo):zn,Ai=Qt.useMemo(function(){return lo?null:Qt.createElement("span",{className:"".concat(_t,"-selection-placeholder"),style:Ii?{visibility:"hidden"}:void 0},rn)},[lo,Ii,rn,_t]);return Qt.createElement("span",{className:"".concat(_t,"-selection-wrap")},Qt.createElement("span",{className:"".concat(_t,"-selection-search")},Qt.createElement(Ve,{ref:ln,prefixCls:_t,id:Fe,open:_n,inputElement:yn,disabled:Fn,autoFocus:Le,autoComplete:ke,editable:Ie,activeDescendantId:Ke,value:Be,onKeyDown:Po,onMouseDown:Ri,onChange:function(To){Oi(!0),ho(To)},onPaste:Se,onCompositionStart:fn,onCompositionEnd:On,onBlur:Wn,tabIndex:vn,attrs:(0,ie.Z)(ce,!0),maxLength:Ui?Ne:void 0})),!Ui&&lo?Qt.createElement("span",{className:"".concat(_t,"-selection-item"),title:Wi,style:Ii?{visibility:"hidden"}:void 0},lo.label):null,Ai)},An=mn,ui=function(ce,yn){var _t=(0,Qt.useRef)(null),Fe=(0,Qt.useRef)(!1),ln=ce.prefixCls,Fn=ce.open,Le=ce.mode,ke=ce.showSearch,Ke=ce.tokenWithEnter,Ln=ce.disabled,_n=ce.prefix,on=ce.autoClearSearchValue,rn=ce.onSearch,vn=ce.onSearchSubmit,$n=ce.onToggleOpen,Qn=ce.onInputKeyDown,Pi=ce.onInputBlur,Ne=ce.domRef;Qt.useImperativeHandle(yn,function(){return{focus:function(Wi){_t.current.focus(Wi)},blur:function(){_t.current.blur()}}});var Po=Et(0),Ri=(0,le.Z)(Po,2),ho=Ri[0],Se=Ri[1],fn=function(Wi){var Ai=Wi.which,Ao=_t.current instanceof HTMLTextAreaElement;!Ao&&Fn&&(Ai===Vt.Z.UP||Ai===Vt.Z.DOWN)&&Wi.preventDefault(),Qn&&Qn(Wi),Ai===Vt.Z.ENTER&&Le==="tags"&&!Fe.current&&!Fn&&(vn==null||vn(Wi.target.value)),!(Ao&&!Fn&&~[Vt.Z.UP,Vt.Z.DOWN,Vt.Z.LEFT,Vt.Z.RIGHT].indexOf(Ai))&&$t(Ai)&&$n(!0)},On=function(){Se(!0)},Wn=(0,Qt.useRef)(null),zn=function(Wi){rn(Wi,!0,Fe.current)!==!1&&$n(!0)},ti=function(){Fe.current=!0},Fi=function(Wi){Fe.current=!1,Le!=="combobox"&&zn(Wi.target.value)},Li=function(Wi){var Ai=Wi.target.value;if(Ke&&Wn.current&&/[\r\n]/.test(Wn.current)){var Ao=Wn.current.replace(/[\r\n]+$/,"").replace(/\r\n/g," ").replace(/[\r\n]/g," ");Ai=Ai.replace(Ao,Wn.current)}Wn.current=null,zn(Ai)},Oi=function(Wi){var Ai=Wi.clipboardData,Ao=Ai==null?void 0:Ai.getData("text");Wn.current=Ao||""},Ui=function(Wi){var Ai=Wi.target;if(Ai!==_t.current){var Ao=document.body.style.msTouchAction!==void 0;Ao?setTimeout(function(){_t.current.focus()}):_t.current.focus()}},Ie=function(Wi){var Ai=ho();Wi.target!==_t.current&&!Ai&&!(Le==="combobox"&&Ln)&&Wi.preventDefault(),(Le!=="combobox"&&(!ke||!Ai)||!Fn)&&(Fn&&on!==!1&&rn("",!0,!1),$n())},lo={inputRef:_t,onInputKeyDown:fn,onInputMouseDown:On,onInputChange:Li,onInputPaste:Oi,onInputCompositionStart:ti,onInputCompositionEnd:Fi,onInputBlur:Pi},Be=Le==="multiple"||Le==="tags"?Qt.createElement(He,(0,bt.Z)({},ce,lo)):Qt.createElement(An,(0,bt.Z)({},ce,lo));return Qt.createElement("div",{ref:Ne,className:"".concat(ln,"-selector"),onClick:Ui,onMouseDown:Ie},_n&&Qt.createElement("div",{className:"".concat(ln,"-prefix")},_n),Be)},kn=Qt.forwardRef(ui),hi=kn,te=Xt(65352),Zn=["prefixCls","disabled","visible","children","popupElement","animation","transitionName","dropdownStyle","dropdownClassName","direction","placement","builtinPlacements","dropdownMatchSelectWidth","dropdownRender","dropdownAlign","getPopupContainer","empty","getTriggerDOMNode","onPopupVisibleChange","onPopupMouseEnter"],Zi=function(ce){var yn=ce===!0?0:1;return{bottomLeft:{points:["tl","bl"],offset:[0,4],overflow:{adjustX:yn,adjustY:1},htmlRegion:"scroll"},bottomRight:{points:["tr","br"],offset:[0,4],overflow:{adjustX:yn,adjustY:1},htmlRegion:"scroll"},topLeft:{points:["bl","tl"],offset:[0,-4],overflow:{adjustX:yn,adjustY:1},htmlRegion:"scroll"},topRight:{points:["br","tr"],offset:[0,-4],overflow:{adjustX:yn,adjustY:1},htmlRegion:"scroll"}}},Bt=function(ce,yn){var _t=ce.prefixCls,Fe=ce.disabled,ln=ce.visible,Fn=ce.children,Le=ce.popupElement,ke=ce.animation,Ke=ce.transitionName,Ln=ce.dropdownStyle,_n=ce.dropdownClassName,on=ce.direction,rn=on===void 0?"ltr":on,vn=ce.placement,$n=ce.builtinPlacements,Qn=ce.dropdownMatchSelectWidth,Pi=ce.dropdownRender,Ne=ce.dropdownAlign,Po=ce.getPopupContainer,Ri=ce.empty,ho=ce.getTriggerDOMNode,Se=ce.onPopupVisibleChange,fn=ce.onPopupMouseEnter,On=(0,ue.Z)(ce,Zn),Wn="".concat(_t,"-dropdown"),zn=Le;Pi&&(zn=Pi(Le));var ti=Qt.useMemo(function(){return $n||Zi(Qn)},[$n,Qn]),Fi=ke?"".concat(Wn,"-").concat(ke):Ke,Li=typeof Qn=="number",Oi=Qt.useMemo(function(){return Li?null:Qn===!1?"minWidth":"width"},[Qn,Li]),Ui=Ln;Li&&(Ui=(0,Oe.Z)((0,Oe.Z)({},Ui),{},{width:Qn}));var Ie=Qt.useRef(null);return Qt.useImperativeHandle(yn,function(){return{getPopupElement:function(){var Be;return(Be=Ie.current)===null||Be===void 0?void 0:Be.popupElement}}}),Qt.createElement(te.Z,(0,bt.Z)({},On,{showAction:Se?["click"]:[],hideAction:Se?["click"]:[],popupPlacement:vn||(rn==="rtl"?"bottomRight":"bottomLeft"),builtinPlacements:ti,prefixCls:Wn,popupTransitionName:Fi,popup:Qt.createElement("div",{onMouseEnter:fn},zn),ref:Ie,stretch:Oi,popupAlign:Ne,popupVisible:ln,getPopupContainer:Po,popupClassName:he()(_n,(0,Ce.Z)({},"".concat(Wn,"-empty"),Ri)),popupStyle:Ui,getTriggerDOMNode:ho,onPopupVisibleChange:Se}),Fn)},Ct=Qt.forwardRef(Bt),wt=Ct,At=Xt(68413);function Gt(fe,ce){var yn=fe.key,_t;return"value"in fe&&(_t=fe.value),yn!=null?yn:_t!==void 0?_t:"rc-index-key-".concat(ce)}function Mt(fe){return typeof fe!="undefined"&&!Number.isNaN(fe)}function xe(fe,ce){var yn=fe||{},_t=yn.label,Fe=yn.value,ln=yn.options,Fn=yn.groupLabel,Le=_t||(ce?"children":"label");return{label:Le,value:Fe||"value",options:ln||"options",groupLabel:Fn||Le}}function we(fe){var ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},yn=ce.fieldNames,_t=ce.childrenAsData,Fe=[],ln=xe(yn,!1),Fn=ln.label,Le=ln.value,ke=ln.options,Ke=ln.groupLabel;function Ln(_n,on){Array.isArray(_n)&&_n.forEach(function(rn){if(on||!(ke in rn)){var vn=rn[Le];Fe.push({key:Gt(rn,Fe.length),groupOption:on,data:rn,label:rn[Fn],value:vn})}else{var $n=rn[Ke];$n===void 0&&_t&&($n=rn.label),Fe.push({key:Gt(rn,Fe.length),group:!0,data:rn,label:$n}),Ln(rn[ke],!0)}})}return Ln(fe,!1),Fe}function sn(fe){var ce=(0,Oe.Z)({},fe);return"props"in ce||Object.defineProperty(ce,"props",{get:function(){return(0,Pe.ZP)(!1,"Return type is option instead of Option instance. Please read value directly instead of reading from `props`."),ce}}),ce}var Xe=function(ce,yn,_t){if(!yn||!yn.length)return null;var Fe=!1,ln=function Le(ke,Ke){var Ln=(0,At.Z)(Ke),_n=Ln[0],on=Ln.slice(1);if(!_n)return[ke];var rn=ke.split(_n);return Fe=Fe||rn.length>1,rn.reduce(function(vn,$n){return[].concat((0,ae.Z)(vn),(0,ae.Z)(Le($n,on)))},[]).filter(Boolean)},Fn=ln(ce,yn);return Fe?typeof _t!="undefined"?Fn.slice(0,_t):Fn:null},Te=Qt.createContext(null),$e=Te;function nn(fe){var ce=fe.visible,yn=fe.values;if(!ce)return null;var _t=50;return Qt.createElement("span",{"aria-live":"polite",style:{width:0,height:0,position:"absolute",overflow:"hidden",opacity:0}},"".concat(yn.slice(0,_t).map(function(Fe){var ln=Fe.label,Fn=Fe.value;return["number","string"].includes((0,oe.Z)(ln))?ln:Fn}).join(", ")),yn.length>_t?", ...":null)}var hn=["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"],Dn=["value","onChange","removeIcon","placeholder","autoFocus","maxTagCount","maxTagTextLength","maxTagPlaceholder","choiceTransitionName","onInputKeyDown","onPopupScroll","tabIndex"],We=function(ce){return ce==="tags"||ce==="multiple"},se=Qt.forwardRef(function(fe,ce){var yn,_t=fe.id,Fe=fe.prefixCls,ln=fe.className,Fn=fe.showSearch,Le=fe.tagRender,ke=fe.direction,Ke=fe.omitDomProps,Ln=fe.displayValues,_n=fe.onDisplayValuesChange,on=fe.emptyOptions,rn=fe.notFoundContent,vn=rn===void 0?"Not Found":rn,$n=fe.onClear,Qn=fe.mode,Pi=fe.disabled,Ne=fe.loading,Po=fe.getInputElement,Ri=fe.getRawInputElement,ho=fe.open,Se=fe.defaultOpen,fn=fe.onDropdownVisibleChange,On=fe.activeValue,Wn=fe.onActiveValueChange,zn=fe.activeDescendantId,ti=fe.searchValue,Fi=fe.autoClearSearchValue,Li=fe.onSearch,Oi=fe.onSearchSplit,Ui=fe.tokenSeparators,Ie=fe.allowClear,lo=fe.prefix,Be=fe.suffixIcon,Ii=fe.clearIcon,Wi=fe.OptionList,Ai=fe.animation,Ao=fe.transitionName,To=fe.dropdownStyle,to=fe.dropdownClassName,co=fe.dropdownMatchSelectWidth,Gr=fe.dropdownRender,bo=fe.dropdownAlign,Gn=fe.placement,It=fe.builtinPlacements,nr=fe.getPopupContainer,oo=fe.showAction,Xi=oo===void 0?[]:oo,wo=fe.onFocus,Vo=fe.onBlur,Xn=fe.onKeyUp,li=fe.onKeyDown,Gi=fe.onMouseDown,ki=(0,ue.Z)(fe,hn),Hi=We(Qn),ir=(Fn!==void 0?Fn:Hi)||Qn==="combobox",xi=(0,Oe.Z)({},ki);Dn.forEach(function(Zo){delete xi[Zo]}),Ke==null||Ke.forEach(function(Zo){delete xi[Zo]});var ci=Qt.useState(!1),Ue=(0,le.Z)(ci,2),oi=Ue[0],po=Ue[1];Qt.useEffect(function(){po((0,Ft.Z)())},[]);var $o=Qt.useRef(null),Xo=Qt.useRef(null),zo=Qt.useRef(null),or=Qt.useRef(null),Yo=Qt.useRef(null),qr=Qt.useRef(!1),Kr=Lt(),Js=(0,le.Z)(Kr,3),ye=Js[0],xr=Js[1],Rl=Js[2];Qt.useImperativeHandle(ce,function(){var Zo,Eo;return{focus:(Zo=or.current)===null||Zo===void 0?void 0:Zo.focus,blur:(Eo=or.current)===null||Eo===void 0?void 0:Eo.blur,scrollTo:function(Os){var _r;return(_r=Yo.current)===null||_r===void 0?void 0:_r.scrollTo(Os)},nativeElement:$o.current||Xo.current}});var rs=Qt.useMemo(function(){var Zo;if(Qn!=="combobox")return ti;var Eo=(Zo=Ln[0])===null||Zo===void 0?void 0:Zo.value;return typeof Eo=="string"||typeof Eo=="number"?String(Eo):""},[ti,Qn,Ln]),Pl=Qn==="combobox"&&typeof Po=="function"&&Po()||null,Uo=typeof Ri=="function"&&Ri(),Mu=(0,et.x1)(Xo,Uo==null||(yn=Uo.props)===null||yn===void 0?void 0:yn.ref),zl=Qt.useState(!1),Jo=(0,le.Z)(zl,2),Rr=Jo[0],wl=Jo[1];(0,tn.Z)(function(){wl(!0)},[]);var gs=(0,ze.Z)(!1,{defaultValue:Se,value:ho}),Xa=(0,le.Z)(gs,2),ua=Xa[0],Si=Xa[1],ts=Rr?ua:!1,Tu=!vn&&on;(Pi||Tu&&ts&&Qn==="combobox")&&(ts=!1);var Qs=Tu?!1:ts,uo=Qt.useCallback(function(Zo){var Eo=Zo!==void 0?Zo:!ts;Pi||(Si(Eo),ts!==Eo&&(fn==null||fn(Eo)))},[Pi,ts,Si,fn]),No=Qt.useMemo(function(){return(Ui||[]).some(function(Zo){return[`
|
|
`,`\r
|
|
`].includes(Zo)})},[Ui]),en=Qt.useContext($e)||{},Bi=en.maxCount,fo=en.rawValues,qo=function(Eo,Go,Os){if(!(Hi&&Mt(Bi)&&(fo==null?void 0:fo.size)>=Bi)){var _r=!0,ss=Eo;Wn==null||Wn(null);var ai=Xe(Eo,Ui,Mt(Bi)?Bi-fo.size:void 0),Oa=Os?null:ai;return Qn!=="combobox"&&Oa&&(ss="",Oi==null||Oi(Oa),uo(!1),_r=!1),Li&&rs!==ss&&Li(ss,{source:Go?"typing":"effect"}),_r}},ha=function(Eo){!Eo||!Eo.trim()||Li(Eo,{source:"submit"})};Qt.useEffect(function(){!ts&&!Hi&&Qn!=="combobox"&&qo("",!1,!1)},[ts]),Qt.useEffect(function(){ua&&Pi&&Si(!1),Pi&&!qr.current&&xr(!1)},[Pi]);var $s=Et(),_i=(0,le.Z)($s,2),Xr=_i[0],Fs=_i[1],Jr=Qt.useRef(!1),As=function(Eo){var Go=Xr(),Os=Eo.key,_r=Os==="Enter";if(_r&&(Qn!=="combobox"&&Eo.preventDefault(),ts||uo(!0)),Fs(!!rs),Os==="Backspace"&&!Go&&Hi&&!rs&&Ln.length){for(var ss=(0,ae.Z)(Ln),ai=null,Oa=ss.length-1;Oa>=0;Oa-=1){var Jt=ss[Oa];if(!Jt.disabled){ss.splice(Oa,1),ai=Jt;break}}ai&&_n(ss,{type:"remove",values:[ai]})}for(var _e=arguments.length,Gl=new Array(_e>1?_e-1:0),yh=1;yh<_e;yh++)Gl[yh-1]=arguments[yh];if(ts&&(!_r||!Jr.current)){var Ia;_r&&(Jr.current=!0),(Ia=Yo.current)===null||Ia===void 0||Ia.onKeyDown.apply(Ia,[Eo].concat(Gl))}li==null||li.apply(void 0,[Eo].concat(Gl))},Cl=function(Eo){for(var Go=arguments.length,Os=new Array(Go>1?Go-1:0),_r=1;_r<Go;_r++)Os[_r-1]=arguments[_r];if(ts){var ss;(ss=Yo.current)===null||ss===void 0||ss.onKeyUp.apply(ss,[Eo].concat(Os))}Eo.key==="Enter"&&(Jr.current=!1),Xn==null||Xn.apply(void 0,[Eo].concat(Os))},Ja=function(Eo){var Go=Ln.filter(function(Os){return Os!==Eo});_n(Go,{type:"remove",values:[Eo]})},zr=function(){Jr.current=!1},da=Qt.useRef(!1),gh=function(){xr(!0),Pi||(wo&&!da.current&&wo.apply(void 0,arguments),Xi.includes("focus")&&uo(!0)),da.current=!0},Ud=function(){qr.current=!0,xr(!1,function(){da.current=!1,qr.current=!1,uo(!1)}),!Pi&&(rs&&(Qn==="tags"?Li(rs,{source:"submit"}):Qn==="multiple"&&Li("",{source:"blur"})),Vo&&Vo.apply(void 0,arguments))},Ll=[];Qt.useEffect(function(){return function(){Ll.forEach(function(Zo){return clearTimeout(Zo)}),Ll.splice(0,Ll.length)}},[]);var Zd=function(Eo){var Go,Os=Eo.target,_r=(Go=zo.current)===null||Go===void 0?void 0:Go.getPopupElement();if(_r&&_r.contains(Os)){var ss=setTimeout(function(){var _e=Ll.indexOf(ss);if(_e!==-1&&Ll.splice(_e,1),Rl(),!oi&&!_r.contains(document.activeElement)){var Gl;(Gl=or.current)===null||Gl===void 0||Gl.focus()}});Ll.push(ss)}for(var ai=arguments.length,Oa=new Array(ai>1?ai-1:0),Jt=1;Jt<ai;Jt++)Oa[Jt-1]=arguments[Jt];Gi==null||Gi.apply(void 0,[Eo].concat(Oa))},sd=Qt.useState({}),ph=(0,le.Z)(sd,2),jl=ph[1];function Da(){jl({})}var mh;Uo&&(mh=function(Eo){uo(Eo)}),zt(function(){var Zo;return[$o.current,(Zo=zo.current)===null||Zo===void 0?void 0:Zo.getPopupElement()]},Qs,uo,!!Uo);var ad=Qt.useMemo(function(){return(0,Oe.Z)((0,Oe.Z)({},fe),{},{notFoundContent:vn,open:ts,triggerOpen:Qs,id:_t,showSearch:ir,multiple:Hi,toggleOpen:uo})},[fe,vn,Qs,ts,_t,ir,Hi,uo]),ld=!!Be||Ne,Nr;ld&&(Nr=Qt.createElement(ct,{className:he()("".concat(Fe,"-arrow"),(0,Ce.Z)({},"".concat(Fe,"-arrow-loading"),Ne)),customizeIcon:Be,customizeIconProps:{loading:Ne,searchValue:rs,open:ts,focused:ye,showSearch:ir}}));var Hf=function(){var Eo;$n==null||$n(),(Eo=or.current)===null||Eo===void 0||Eo.focus(),_n([],{type:"clear",values:Ln}),qo("",!1,!1)},ud=lt(Fe,Hf,Ln,Ie,Ii,Pi,rs,Qn),vh=ud.allowClear,bu=ud.clearIcon,Bs=Qt.createElement(Wi,{ref:Yo}),Ds=he()(Fe,ln,(0,Ce.Z)((0,Ce.Z)((0,Ce.Z)((0,Ce.Z)((0,Ce.Z)((0,Ce.Z)((0,Ce.Z)((0,Ce.Z)((0,Ce.Z)((0,Ce.Z)({},"".concat(Fe,"-focused"),ye),"".concat(Fe,"-multiple"),Hi),"".concat(Fe,"-single"),!Hi),"".concat(Fe,"-allow-clear"),Ie),"".concat(Fe,"-show-arrow"),ld),"".concat(Fe,"-disabled"),Pi),"".concat(Fe,"-loading"),Ne),"".concat(Fe,"-open"),ts),"".concat(Fe,"-customize-input"),Pl),"".concat(Fe,"-show-search"),ir)),Hr=Qt.createElement(wt,{ref:zo,disabled:Pi,prefixCls:Fe,visible:Qs,popupElement:Bs,animation:Ai,transitionName:Ao,dropdownStyle:To,dropdownClassName:to,direction:ke,dropdownMatchSelectWidth:co,dropdownRender:Gr,dropdownAlign:bo,placement:Gn,builtinPlacements:It,getPopupContainer:nr,empty:on,getTriggerDOMNode:function(Eo){return Xo.current||Eo},onPopupVisibleChange:mh,onPopupMouseEnter:Da},Uo?Qt.cloneElement(Uo,{ref:Mu}):Qt.createElement(hi,(0,bt.Z)({},fe,{domRef:Xo,prefixCls:Fe,inputElement:Pl,ref:or,id:_t,prefix:lo,showSearch:ir,autoClearSearchValue:Fi,mode:Qn,activeDescendantId:zn,tagRender:Le,values:Ln,open:ts,onToggleOpen:uo,activeValue:On,searchValue:rs,onSearch:qo,onSearchSubmit:ha,onRemove:Ja,tokenWithEnter:No,onInputBlur:zr}))),Qr;return Uo?Qr=Hr:Qr=Qt.createElement("div",(0,bt.Z)({className:Ds},xi,{ref:$o,onMouseDown:Zd,onKeyDown:As,onKeyUp:Cl,onFocus:gh,onBlur:Ud}),Qt.createElement(nn,{visible:ye&&!ts,values:Ln}),Hr,Nr,vh&&bu),Qt.createElement(pt.Provider,{value:ad},Qr)}),Tn=se,En=function(){return null};En.isSelectOptGroup=!0;var Hn=En,jn=function(){return null};jn.isSelectOption=!0;var pi=jn,Jn=Xt(80547),Kn=Xt(2738),qn=Xt(45680);function io(){return/(mac\sos|macintosh)/i.test(navigator.appVersion)}var Ni=["disabled","title","children","style","className"];function so(fe){return typeof fe=="string"||typeof fe=="number"}var Ki=function(ce,yn){var _t=vt(),Fe=_t.prefixCls,ln=_t.id,Fn=_t.open,Le=_t.multiple,ke=_t.mode,Ke=_t.searchValue,Ln=_t.toggleOpen,_n=_t.notFoundContent,on=_t.onPopupScroll,rn=Qt.useContext($e),vn=rn.maxCount,$n=rn.flattenOptions,Qn=rn.onActiveValue,Pi=rn.defaultActiveFirstOption,Ne=rn.onSelect,Po=rn.menuItemSelectedIcon,Ri=rn.rawValues,ho=rn.fieldNames,Se=rn.virtual,fn=rn.direction,On=rn.listHeight,Wn=rn.listItemHeight,zn=rn.optionRender,ti="".concat(Fe,"-item"),Fi=(0,Jn.Z)(function(){return $n},[Fn,$n],function(oo,Xi){return Xi[0]&&oo[1]!==Xi[1]}),Li=Qt.useRef(null),Oi=Qt.useMemo(function(){return Le&&Mt(vn)&&(Ri==null?void 0:Ri.size)>=vn},[Le,vn,Ri==null?void 0:Ri.size]),Ui=function(Xi){Xi.preventDefault()},Ie=function(Xi){var wo;(wo=Li.current)===null||wo===void 0||wo.scrollTo(typeof Xi=="number"?{index:Xi}:Xi)},lo=Qt.useCallback(function(oo){return ke==="combobox"?!1:Ri.has(oo)},[ke,(0,ae.Z)(Ri).toString(),Ri.size]),Be=function(Xi){for(var wo=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,Vo=Fi.length,Xn=0;Xn<Vo;Xn+=1){var li=(Xi+Xn*wo+Vo)%Vo,Gi=Fi[li]||{},ki=Gi.group,Hi=Gi.data;if(!ki&&!(Hi!=null&&Hi.disabled)&&(lo(Hi.value)||!Oi))return li}return-1},Ii=Qt.useState(function(){return Be(0)}),Wi=(0,le.Z)(Ii,2),Ai=Wi[0],Ao=Wi[1],To=function(Xi){var wo=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;Ao(Xi);var Vo={source:wo?"keyboard":"mouse"},Xn=Fi[Xi];if(!Xn){Qn(null,-1,Vo);return}Qn(Xn.value,Xi,Vo)};(0,Qt.useEffect)(function(){To(Pi!==!1?Be(0):-1)},[Fi.length,Ke]);var to=Qt.useCallback(function(oo){return ke==="combobox"?String(oo).toLowerCase()===Ke.toLowerCase():Ri.has(oo)},[ke,Ke,(0,ae.Z)(Ri).toString(),Ri.size]);(0,Qt.useEffect)(function(){var oo=setTimeout(function(){if(!Le&&Fn&&Ri.size===1){var wo=Array.from(Ri)[0],Vo=Fi.findIndex(function(Xn){var li=Xn.data;return li.value===wo});Vo!==-1&&(To(Vo),Ie(Vo))}});if(Fn){var Xi;(Xi=Li.current)===null||Xi===void 0||Xi.scrollTo(void 0)}return function(){return clearTimeout(oo)}},[Fn,Ke]);var co=function(Xi){Xi!==void 0&&Ne(Xi,{selected:!Ri.has(Xi)}),Le||Ln(!1)};if(Qt.useImperativeHandle(yn,function(){return{onKeyDown:function(Xi){var wo=Xi.which,Vo=Xi.ctrlKey;switch(wo){case Vt.Z.N:case Vt.Z.P:case Vt.Z.UP:case Vt.Z.DOWN:{var Xn=0;if(wo===Vt.Z.UP?Xn=-1:wo===Vt.Z.DOWN?Xn=1:io()&&Vo&&(wo===Vt.Z.N?Xn=1:wo===Vt.Z.P&&(Xn=-1)),Xn!==0){var li=Be(Ai+Xn,Xn);Ie(li),To(li,!0)}break}case Vt.Z.TAB:case Vt.Z.ENTER:{var Gi,ki=Fi[Ai];ki&&!(ki!=null&&(Gi=ki.data)!==null&&Gi!==void 0&&Gi.disabled)&&!Oi?co(ki.value):co(void 0),Fn&&Xi.preventDefault();break}case Vt.Z.ESC:Ln(!1),Fn&&Xi.stopPropagation()}},onKeyUp:function(){},scrollTo:function(Xi){Ie(Xi)}}}),Fi.length===0)return Qt.createElement("div",{role:"listbox",id:"".concat(ln,"_list"),className:"".concat(ti,"-empty"),onMouseDown:Ui},_n);var Gr=Object.keys(ho).map(function(oo){return ho[oo]}),bo=function(Xi){return Xi.label};function Gn(oo,Xi){var wo=oo.group;return{role:wo?"presentation":"option",id:"".concat(ln,"_list_").concat(Xi)}}var It=function(Xi){var wo=Fi[Xi];if(!wo)return null;var Vo=wo.data||{},Xn=Vo.value,li=wo.group,Gi=(0,ie.Z)(Vo,!0),ki=bo(wo);return wo?Qt.createElement("div",(0,bt.Z)({"aria-label":typeof ki=="string"&&!li?ki:null},Gi,{key:Xi},Gn(wo,Xi),{"aria-selected":to(Xn)}),Xn):null},nr={role:"listbox",id:"".concat(ln,"_list")};return Qt.createElement(Qt.Fragment,null,Se&&Qt.createElement("div",(0,bt.Z)({},nr,{style:{height:0,width:0,overflow:"hidden"}}),It(Ai-1),It(Ai),It(Ai+1)),Qt.createElement(qn.Z,{itemKey:"key",ref:Li,data:Fi,height:On,itemHeight:Wn,fullHeight:!1,onMouseDown:Ui,onScroll:on,virtual:Se,direction:fn,innerProps:Se?null:nr},function(oo,Xi){var wo=oo.group,Vo=oo.groupOption,Xn=oo.data,li=oo.label,Gi=oo.value,ki=Xn.key;if(wo){var Hi,ir=(Hi=Xn.title)!==null&&Hi!==void 0?Hi:so(li)?li.toString():void 0;return Qt.createElement("div",{className:he()(ti,"".concat(ti,"-group"),Xn.className),title:ir},li!==void 0?li:ki)}var xi=Xn.disabled,ci=Xn.title,Ue=Xn.children,oi=Xn.style,po=Xn.className,$o=(0,ue.Z)(Xn,Ni),Xo=(0,Kn.Z)($o,Gr),zo=lo(Gi),or=xi||!zo&&Oi,Yo="".concat(ti,"-option"),qr=he()(ti,Yo,po,(0,Ce.Z)((0,Ce.Z)((0,Ce.Z)((0,Ce.Z)({},"".concat(Yo,"-grouped"),Vo),"".concat(Yo,"-active"),Ai===Xi&&!or),"".concat(Yo,"-disabled"),or),"".concat(Yo,"-selected"),zo)),Kr=bo(oo),Js=!Po||typeof Po=="function"||zo,ye=typeof Kr=="number"?Kr:Kr||Gi,xr=so(ye)?ye.toString():void 0;return ci!==void 0&&(xr=ci),Qt.createElement("div",(0,bt.Z)({},(0,ie.Z)(Xo),Se?{}:Gn(oo,Xi),{"aria-selected":to(Gi),className:qr,title:xr,onMouseMove:function(){Ai===Xi||or||To(Xi)},onClick:function(){or||co(Gi)},style:oi}),Qt.createElement("div",{className:"".concat(Yo,"-content")},typeof zn=="function"?zn(oo,{index:Xi}):ye),Qt.isValidElement(Po)||zo,Js&&Qt.createElement(ct,{className:"".concat(ti,"-option-state"),customizeIcon:Po,customizeIconProps:{value:Gi,disabled:or,isSelected:zo}},zo?"\u2713":null))}))},$i=Qt.forwardRef(Ki),vo=$i,Do=function(fe,ce){var yn=Qt.useRef({values:new Map,options:new Map}),_t=Qt.useMemo(function(){var ln=yn.current,Fn=ln.values,Le=ln.options,ke=fe.map(function(_n){if(_n.label===void 0){var on;return(0,Oe.Z)((0,Oe.Z)({},_n),{},{label:(on=Fn.get(_n.value))===null||on===void 0?void 0:on.label})}return _n}),Ke=new Map,Ln=new Map;return ke.forEach(function(_n){Ke.set(_n.value,_n),Ln.set(_n.value,ce.get(_n.value)||Le.get(_n.value))}),yn.current.values=Ke,yn.current.options=Ln,ke},[fe,ce]),Fe=Qt.useCallback(function(ln){return ce.get(ln)||yn.current.options.get(ln)},[ce]);return[_t,Fe]};function qi(fe,ce){return un(fe).join("").toUpperCase().includes(ce)}var Ro=function(fe,ce,yn,_t,Fe){return Qt.useMemo(function(){if(!yn||_t===!1)return fe;var ln=ce.options,Fn=ce.label,Le=ce.value,ke=[],Ke=typeof _t=="function",Ln=yn.toUpperCase(),_n=Ke?_t:function(rn,vn){return Fe?qi(vn[Fe],Ln):vn[ln]?qi(vn[Fn!=="children"?Fn:"label"],Ln):qi(vn[Le],Ln)},on=Ke?function(rn){return sn(rn)}:function(rn){return rn};return fe.forEach(function(rn){if(rn[ln]){var vn=_n(yn,on(rn));if(vn)ke.push(rn);else{var $n=rn[ln].filter(function(Qn){return _n(yn,on(Qn))});$n.length&&ke.push((0,Oe.Z)((0,Oe.Z)({},rn),{},(0,Ce.Z)({},ln,$n)))}return}_n(yn,on(rn))&&ke.push(rn)}),ke},[fe,_t,Fe,yn,ce])},Mo=Xt(69582),Ji=Xt(11592),xt=["children","value"],pn=["children"];function Je(fe){var ce=fe,yn=ce.key,_t=ce.props,Fe=_t.children,ln=_t.value,Fn=(0,ue.Z)(_t,xt);return(0,Oe.Z)({key:yn,value:ln!==void 0?ln:yn,children:Fe},Fn)}function Ye(fe){var ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return(0,Ji.Z)(fe).map(function(yn,_t){if(!Qt.isValidElement(yn)||!yn.type)return null;var Fe=yn,ln=Fe.type.isSelectOptGroup,Fn=Fe.key,Le=Fe.props,ke=Le.children,Ke=(0,ue.Z)(Le,pn);return ce||!ln?Je(yn):(0,Oe.Z)((0,Oe.Z)({key:"__RC_SELECT_GRP__".concat(Fn===null?_t:Fn,"__"),label:Fn},Ke),{},{options:Ye(ke)})}).filter(function(yn){return yn})}var In=function(ce,yn,_t,Fe,ln){return Qt.useMemo(function(){var Fn=ce,Le=!ce;Le&&(Fn=Ye(yn));var ke=new Map,Ke=new Map,Ln=function(rn,vn,$n){$n&&typeof $n=="string"&&rn.set(vn[$n],vn)},_n=function on(rn){for(var vn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,$n=0;$n<rn.length;$n+=1){var Qn=rn[$n];!Qn[_t.options]||vn?(ke.set(Qn[_t.value],Qn),Ln(Ke,Qn,_t.label),Ln(Ke,Qn,Fe),Ln(Ke,Qn,ln)):on(Qn[_t.options],!0)}};return _n(Fn),{options:Fn,valueOptions:ke,labelOptions:Ke}},[ce,yn,_t,Fe,ln])},Ci=In;function Ei(fe){var ce=Qt.useRef();ce.current=fe;var yn=Qt.useCallback(function(){return ce.current.apply(ce,arguments)},[]);return yn}function ao(fe){var ce=fe.mode,yn=fe.options,_t=fe.children,Fe=fe.backfill,ln=fe.allowClear,Fn=fe.placeholder,Le=fe.getInputElement,ke=fe.showSearch,Ke=fe.onSearch,Ln=fe.defaultOpen,_n=fe.autoFocus,on=fe.labelInValue,rn=fe.value,vn=fe.inputValue,$n=fe.optionLabelProp,Qn=isMultiple(ce),Pi=ke!==void 0?ke:Qn||ce==="combobox",Ne=yn||convertChildrenToData(_t);if(warning(ce!=="tags"||Ne.every(function(Se){return!Se.disabled}),"Please avoid setting option to disabled in tags mode since user can always type text as tag."),ce==="tags"||ce==="combobox"){var Po=Ne.some(function(Se){return Se.options?Se.options.some(function(fn){return typeof("value"in fn?fn.value:fn.key)=="number"}):typeof("value"in Se?Se.value:Se.key)=="number"});warning(!Po,"`value` of Option should not use number type when `mode` is `tags` or `combobox`.")}if(warning(ce!=="combobox"||!$n,"`combobox` mode not support `optionLabelProp`. Please set `value` on Option directly."),warning(ce==="combobox"||!Fe,"`backfill` only works with `combobox` mode."),warning(ce==="combobox"||!Le,"`getInputElement` only work with `combobox` mode."),noteOnce(ce!=="combobox"||!Le||!ln||!Fn,"Customize `getInputElement` should customize clear and placeholder logic instead of configuring `allowClear` and `placeholder`."),Ke&&!Pi&&ce!=="combobox"&&ce!=="tags"&&warning(!1,"`onSearch` should work with `showSearch` instead of use alone."),noteOnce(!Ln||_n,"`defaultOpen` makes Select open without focus which means it will not close by click outside. You can set `autoFocus` if needed."),rn!=null){var Ri=toArray(rn);warning(!on||Ri.every(function(Se){return _typeof(Se)==="object"&&("key"in Se||"value"in Se)}),"`value` should in shape of `{ value: string | number, label?: ReactNode }` when you set `labelInValue` to `true`"),warning(!Qn||Array.isArray(rn),"`value` should be array when `mode` is `multiple` or `tags`")}if(_t){var ho=null;toNodeArray(_t).some(function(Se){if(!React.isValidElement(Se)||!Se.type)return!1;var fn=Se,On=fn.type;if(On.isSelectOption)return!1;if(On.isSelectOptGroup){var Wn=toNodeArray(Se.props.children).every(function(zn){return!React.isValidElement(zn)||!Se.type||zn.type.isSelectOption?!0:(ho=zn.type,!1)});return!Wn}return ho=On,!0}),ho&&warning(!1,"`children` should be `Select.Option` or `Select.OptGroup` instead of `".concat(ho.displayName||ho.name||ho,"`.")),warning(vn===void 0,"`inputValue` is deprecated, please use `searchValue` instead.")}}function si(fe,ce){if(fe){var yn=function _t(Fe){for(var ln=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,Fn=0;Fn<Fe.length;Fn++){var Le=Fe[Fn];if(Le[ce==null?void 0:ce.value]===null)return warning(!1,"`value` in Select options should not be `null`."),!0;if(!ln&&Array.isArray(Le[ce==null?void 0:ce.options])&&_t(Le[ce==null?void 0:ce.options],!0))break}};yn(fe)}}var ve=null,de=["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"],re=["inputValue"];function Sn(fe){return!fe||(0,oe.Z)(fe)!=="object"}var Mn=Qt.forwardRef(function(fe,ce){var yn=fe.id,_t=fe.mode,Fe=fe.prefixCls,ln=Fe===void 0?"rc-select":Fe,Fn=fe.backfill,Le=fe.fieldNames,ke=fe.inputValue,Ke=fe.searchValue,Ln=fe.onSearch,_n=fe.autoClearSearchValue,on=_n===void 0?!0:_n,rn=fe.onSelect,vn=fe.onDeselect,$n=fe.dropdownMatchSelectWidth,Qn=$n===void 0?!0:$n,Pi=fe.filterOption,Ne=fe.filterSort,Po=fe.optionFilterProp,Ri=fe.optionLabelProp,ho=fe.options,Se=fe.optionRender,fn=fe.children,On=fe.defaultActiveFirstOption,Wn=fe.menuItemSelectedIcon,zn=fe.virtual,ti=fe.direction,Fi=fe.listHeight,Li=Fi===void 0?200:Fi,Oi=fe.listItemHeight,Ui=Oi===void 0?20:Oi,Ie=fe.labelRender,lo=fe.value,Be=fe.defaultValue,Ii=fe.labelInValue,Wi=fe.onChange,Ai=fe.maxCount,Ao=(0,ue.Z)(fe,de),To=(0,Mo.ZP)(yn),to=We(_t),co=!!(!ho&&fn),Gr=Qt.useMemo(function(){return Pi===void 0&&_t==="combobox"?!1:Pi},[Pi,_t]),bo=Qt.useMemo(function(){return xe(Le,co)},[JSON.stringify(Le),co]),Gn=(0,ze.Z)("",{value:Ke!==void 0?Ke:ke,postState:function(No){return No||""}}),It=(0,le.Z)(Gn,2),nr=It[0],oo=It[1],Xi=Ci(ho,fn,bo,Po,Ri),wo=Xi.valueOptions,Vo=Xi.labelOptions,Xn=Xi.options,li=Qt.useCallback(function(uo){var No=un(uo);return No.map(function(en){var Bi,fo,qo,ha,$s;if(Sn(en))Bi=en;else{var _i;qo=en.key,fo=en.label,Bi=(_i=en.value)!==null&&_i!==void 0?_i:qo}var Xr=wo.get(Bi);if(Xr){var Fs;if(fo===void 0&&(fo=Xr==null?void 0:Xr[Ri||bo.label]),qo===void 0&&(qo=(Fs=Xr==null?void 0:Xr.key)!==null&&Fs!==void 0?Fs:Bi),ha=Xr==null?void 0:Xr.disabled,$s=Xr==null?void 0:Xr.title,0)var Jr}return{label:fo,value:Bi,key:qo,disabled:ha,title:$s}})},[bo,Ri,wo]),Gi=(0,ze.Z)(Be,{value:lo}),ki=(0,le.Z)(Gi,2),Hi=ki[0],ir=ki[1],xi=Qt.useMemo(function(){var uo,No=to&&Hi===null?[]:Hi,en=li(No);return _t==="combobox"&&Ti((uo=en[0])===null||uo===void 0?void 0:uo.value)?[]:en},[Hi,li,_t,to]),ci=Do(xi,wo),Ue=(0,le.Z)(ci,2),oi=Ue[0],po=Ue[1],$o=Qt.useMemo(function(){if(!_t&&oi.length===1){var uo=oi[0];if(uo.value===null&&(uo.label===null||uo.label===void 0))return[]}return oi.map(function(No){var en;return(0,Oe.Z)((0,Oe.Z)({},No),{},{label:(en=typeof Ie=="function"?Ie(No):No.label)!==null&&en!==void 0?en:No.value})})},[_t,oi,Ie]),Xo=Qt.useMemo(function(){return new Set(oi.map(function(uo){return uo.value}))},[oi]);Qt.useEffect(function(){if(_t==="combobox"){var uo,No=(uo=oi[0])===null||uo===void 0?void 0:uo.value;oo(Bn(No)?String(No):"")}},[oi]);var zo=Ei(function(uo,No){var en=No!=null?No:uo;return(0,Ce.Z)((0,Ce.Z)({},bo.value,uo),bo.label,en)}),or=Qt.useMemo(function(){if(_t!=="tags")return Xn;var uo=(0,ae.Z)(Xn),No=function(Bi){return wo.has(Bi)};return(0,ae.Z)(oi).sort(function(en,Bi){return en.value<Bi.value?-1:1}).forEach(function(en){var Bi=en.value;No(Bi)||uo.push(zo(Bi,en.label))}),uo},[zo,Xn,wo,oi,_t]),Yo=Ro(or,bo,nr,Gr,Po),qr=Qt.useMemo(function(){return _t!=="tags"||!nr||Yo.some(function(uo){return uo[Po||"value"]===nr})||Yo.some(function(uo){return uo[bo.value]===nr})?Yo:[zo(nr)].concat((0,ae.Z)(Yo))},[zo,Po,_t,Yo,nr,bo]),Kr=function uo(No){var en=(0,ae.Z)(No).sort(function(Bi,fo){return Ne(Bi,fo,{searchValue:nr})});return en.map(function(Bi){return Array.isArray(Bi.options)?(0,Oe.Z)((0,Oe.Z)({},Bi),{},{options:Bi.options.length>0?uo(Bi.options):Bi.options}):Bi})},Js=Qt.useMemo(function(){return Ne?Kr(qr):qr},[qr,Ne,nr]),ye=Qt.useMemo(function(){return we(Js,{fieldNames:bo,childrenAsData:co})},[Js,bo,co]),xr=function(No){var en=li(No);if(ir(en),Wi&&(en.length!==oi.length||en.some(function(qo,ha){var $s;return(($s=oi[ha])===null||$s===void 0?void 0:$s.value)!==(qo==null?void 0:qo.value)}))){var Bi=Ii?en:en.map(function(qo){return qo.value}),fo=en.map(function(qo){return sn(po(qo.value))});Wi(to?Bi:Bi[0],to?fo:fo[0])}},Rl=Qt.useState(null),rs=(0,le.Z)(Rl,2),Pl=rs[0],Uo=rs[1],Mu=Qt.useState(0),zl=(0,le.Z)(Mu,2),Jo=zl[0],Rr=zl[1],wl=On!==void 0?On:_t!=="combobox",gs=Qt.useCallback(function(uo,No){var en=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Bi=en.source,fo=Bi===void 0?"keyboard":Bi;Rr(No),Fn&&_t==="combobox"&&uo!==null&&fo==="keyboard"&&Uo(String(uo))},[Fn,_t]),Xa=function(No,en,Bi){var fo=function(){var Ja,zr=po(No);return[Ii?{label:zr==null?void 0:zr[bo.label],value:No,key:(Ja=zr==null?void 0:zr.key)!==null&&Ja!==void 0?Ja:No}:No,sn(zr)]};if(en&&rn){var qo=fo(),ha=(0,le.Z)(qo,2),$s=ha[0],_i=ha[1];rn($s,_i)}else if(!en&&vn&&Bi!=="clear"){var Xr=fo(),Fs=(0,le.Z)(Xr,2),Jr=Fs[0],As=Fs[1];vn(Jr,As)}},ua=Ei(function(uo,No){var en,Bi=to?No.selected:!0;Bi?en=to?[].concat((0,ae.Z)(oi),[uo]):[uo]:en=oi.filter(function(fo){return fo.value!==uo}),xr(en),Xa(uo,Bi),_t==="combobox"?Uo(""):(!We||on)&&(oo(""),Uo(""))}),Si=function(No,en){xr(No);var Bi=en.type,fo=en.values;(Bi==="remove"||Bi==="clear")&&fo.forEach(function(qo){Xa(qo.value,!1,Bi)})},ts=function(No,en){if(oo(No),Uo(null),en.source==="submit"){var Bi=(No||"").trim();if(Bi){var fo=Array.from(new Set([].concat((0,ae.Z)(Xo),[Bi])));xr(fo),Xa(Bi,!0),oo("")}return}en.source!=="blur"&&(_t==="combobox"&&xr(No),Ln==null||Ln(No))},Tu=function(No){var en=No;_t!=="tags"&&(en=No.map(function(fo){var qo=Vo.get(fo);return qo==null?void 0:qo.value}).filter(function(fo){return fo!==void 0}));var Bi=Array.from(new Set([].concat((0,ae.Z)(Xo),(0,ae.Z)(en))));xr(Bi),Bi.forEach(function(fo){Xa(fo,!0)})},Qs=Qt.useMemo(function(){var uo=zn!==!1&&Qn!==!1;return(0,Oe.Z)((0,Oe.Z)({},Xi),{},{flattenOptions:ye,onActiveValue:gs,defaultActiveFirstOption:wl,onSelect:ua,menuItemSelectedIcon:Wn,rawValues:Xo,fieldNames:bo,virtual:uo,direction:ti,listHeight:Li,listItemHeight:Ui,childrenAsData:co,maxCount:Ai,optionRender:Se})},[Ai,Xi,ye,gs,wl,ua,Wn,Xo,bo,zn,Qn,ti,Li,Ui,co,Se]);return Qt.createElement($e.Provider,{value:Qs},Qt.createElement(Tn,(0,bt.Z)({},Ao,{id:To,prefixCls:ln,ref:ce,omitDomProps:re,mode:_t,displayValues:$o,onDisplayValuesChange:Si,direction:ti,searchValue:nr,onSearch:ts,autoClearSearchValue:on,onSearchSplit:Tu,dropdownMatchSelectWidth:Qn,OptionList:vo,emptyOptions:!ye.length,activeValue:Pl,activeDescendantId:"".concat(To,"_list_").concat(Jo)})))}),Un=Mn;Un.Option=pi,Un.OptGroup=Hn;var be=Un,dn=be},63158:function(cn,Yn,Xt){"use strict";var bt=Xt(72308),ae=Xt(49618),Ce=Xt(52487),Oe=Xt(74416),le=Xt(59301),ue=Xt(92310),oe=Xt.n(ue),ze=Xt(18929),Pe=Xt(10228),Qt=["prefixCls","className","checked","defaultChecked","disabled","loadingIcon","checkedChildren","unCheckedChildren","onClick","onChange","onKeyDown"],Qe=le.forwardRef(function(he,tn){var Ft,et=he.prefixCls,it=et===void 0?"rc-switch":et,ct=he.className,lt=he.checked,pt=he.defaultChecked,vt=he.disabled,Lt=he.loadingIcon,Et=he.checkedChildren,zt=he.unCheckedChildren,Vt=he.onClick,$t=he.onChange,ie=he.onKeyDown,qt=(0,Oe.Z)(he,Qt),Re=(0,ze.Z)(!1,{value:lt,defaultValue:pt}),me=(0,Ce.Z)(Re,2),Ve=me[0],un=me[1];function Nn(ni,ge){var Kt=Ve;return vt||(Kt=ni,un(Kt),$t==null||$t(Kt,ge)),Kt}function vi(ni){ni.which===Pe.Z.LEFT?Nn(!1,ni):ni.which===Pe.Z.RIGHT&&Nn(!0,ni),ie==null||ie(ni)}function Bn(ni){var ge=Nn(!Ve,ni);Vt==null||Vt(ge,ni)}var Ti=oe()(it,ct,(Ft={},(0,ae.Z)(Ft,"".concat(it,"-checked"),Ve),(0,ae.Z)(Ft,"".concat(it,"-disabled"),vt),Ft));return le.createElement("button",(0,bt.Z)({},qt,{type:"button",role:"switch","aria-checked":Ve,disabled:vt,className:Ti,ref:tn,onKeyDown:vi,onClick:Bn}),Lt,le.createElement("span",{className:"".concat(it,"-inner")},le.createElement("span",{className:"".concat(it,"-inner-checked")},Et),le.createElement("span",{className:"".concat(it,"-inner-unchecked")},zt)))});Qe.displayName="Switch",Yn.Z=Qe},22711:function(cn,Yn,Xt){"use strict";Xt.r(Yn),Xt.d(Yn,{ResizableTextArea:function(){return me},default:function(){return vi}});var bt=Xt(72308),ae=Xt(49618),Ce=Xt(77321),Oe=Xt(80702),le=Xt(52487),ue=Xt(74416),oe=Xt(92310),ze=Xt.n(oe),Pe=Xt(36901),Qt=Xt(66003),Qe=Xt(30292),he=Xt(18929),tn=Xt(59301),Ft=Xt(62853),et=Xt(29301),it=Xt(34280),ct=Xt(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={},Lt;function Et(Bn){var Ti=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,ni=Bn.getAttribute("id")||Bn.getAttribute("data-reactid")||Bn.getAttribute("name");if(Ti&&vt[ni])return vt[ni];var ge=window.getComputedStyle(Bn),Kt=ge.getPropertyValue("box-sizing")||ge.getPropertyValue("-moz-box-sizing")||ge.getPropertyValue("-webkit-box-sizing"),wn=parseFloat(ge.getPropertyValue("padding-bottom"))+parseFloat(ge.getPropertyValue("padding-top")),di=parseFloat(ge.getPropertyValue("border-bottom-width"))+parseFloat(ge.getPropertyValue("border-top-width")),gi=pt.map(function(mn){return"".concat(mn,":").concat(ge.getPropertyValue(mn))}).join(";"),He={sizingStyle:gi,paddingSize:wn,borderSize:di,boxSizing:Kt};return Ti&&ni&&(vt[ni]=He),He}function zt(Bn){var Ti=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,ni=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,ge=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;Lt||(Lt=document.createElement("textarea"),Lt.setAttribute("tab-index","-1"),Lt.setAttribute("aria-hidden","true"),Lt.setAttribute("name","hiddenTextarea"),document.body.appendChild(Lt)),Bn.getAttribute("wrap")?Lt.setAttribute("wrap",Bn.getAttribute("wrap")):Lt.removeAttribute("wrap");var Kt=Et(Bn,Ti),wn=Kt.paddingSize,di=Kt.borderSize,gi=Kt.boxSizing,He=Kt.sizingStyle;Lt.setAttribute("style","".concat(He,";").concat(lt)),Lt.value=Bn.value||Bn.placeholder||"";var mn=void 0,An=void 0,ui,kn=Lt.scrollHeight;if(gi==="border-box"?kn+=di:gi==="content-box"&&(kn-=wn),ni!==null||ge!==null){Lt.value=" ";var hi=Lt.scrollHeight-wn;ni!==null&&(mn=hi*ni,gi==="border-box"&&(mn=mn+wn+di),kn=Math.max(mn,kn)),ge!==null&&(An=hi*ge,gi==="border-box"&&(An=An+wn+di),ui=kn>An?"":"hidden",kn=Math.min(An,kn))}var te={height:kn,overflowY:ui,resize:"none"};return mn&&(te.minHeight=mn),An&&(te.maxHeight=An),te}var Vt=["prefixCls","defaultValue","value","autoSize","onResize","className","style","disabled","onChange","onInternalAutoSize"],$t=0,ie=1,qt=2,Re=tn.forwardRef(function(Bn,Ti){var ni=Bn,ge=ni.prefixCls,Kt=ni.defaultValue,wn=ni.value,di=ni.autoSize,gi=ni.onResize,He=ni.className,mn=ni.style,An=ni.disabled,ui=ni.onChange,kn=ni.onInternalAutoSize,hi=(0,ue.Z)(ni,Vt),te=(0,he.Z)(Kt,{value:wn,postState:function(qn){return qn!=null?qn:""}}),Zn=(0,le.Z)(te,2),Zi=Zn[0],Bt=Zn[1],Ct=function(qn){Bt(qn.target.value),ui==null||ui(qn)},wt=tn.useRef();tn.useImperativeHandle(Ti,function(){return{textArea:wt.current}});var At=tn.useMemo(function(){return di&&(0,Ft.Z)(di)==="object"?[di.minRows,di.maxRows]:[]},[di]),Gt=(0,le.Z)(At,2),Mt=Gt[0],xe=Gt[1],we=!!di,sn=function(){try{if(document.activeElement===wt.current){var qn=wt.current,io=qn.selectionStart,Ni=qn.selectionEnd,so=qn.scrollTop;wt.current.setSelectionRange(io,Ni),wt.current.scrollTop=so}}catch(Ki){}},Xe=tn.useState(qt),Te=(0,le.Z)(Xe,2),$e=Te[0],nn=Te[1],hn=tn.useState(),Dn=(0,le.Z)(hn,2),We=Dn[0],se=Dn[1],Tn=function(){nn($t)};(0,it.Z)(function(){we&&Tn()},[wn,Mt,xe,we]),(0,it.Z)(function(){if($e===$t)nn(ie);else if($e===ie){var Kn=zt(wt.current,!1,Mt,xe);nn(qt),se(Kn)}else sn()},[$e]);var En=tn.useRef(),Hn=function(){ct.Z.cancel(En.current)},jn=function(qn){$e===qt&&(gi==null||gi(qn),di&&(Hn(),En.current=(0,ct.Z)(function(){Tn()})))};tn.useEffect(function(){return Hn},[]);var pi=we?We:null,Jn=(0,Ce.Z)((0,Ce.Z)({},mn),pi);return($e===$t||$e===ie)&&(Jn.overflowY="hidden",Jn.overflowX="hidden"),tn.createElement(et.Z,{onResize:jn,disabled:!(di||gi)},tn.createElement("textarea",(0,bt.Z)({},hi,{ref:wt,style:Jn,className:ze()(ge,He,(0,ae.Z)({},"".concat(ge,"-disabled"),An)),disabled:An,value:Zi,onChange:Ct})))}),me=Re,Ve=["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"],un=tn.forwardRef(function(Bn,Ti){var ni,ge=Bn.defaultValue,Kt=Bn.value,wn=Bn.onFocus,di=Bn.onBlur,gi=Bn.onChange,He=Bn.allowClear,mn=Bn.maxLength,An=Bn.onCompositionStart,ui=Bn.onCompositionEnd,kn=Bn.suffix,hi=Bn.prefixCls,te=hi===void 0?"rc-textarea":hi,Zn=Bn.showCount,Zi=Bn.count,Bt=Bn.className,Ct=Bn.style,wt=Bn.disabled,At=Bn.hidden,Gt=Bn.classNames,Mt=Bn.styles,xe=Bn.onResize,we=Bn.onClear,sn=Bn.onPressEnter,Xe=Bn.readOnly,Te=Bn.autoSize,$e=Bn.onKeyDown,nn=(0,ue.Z)(Bn,Ve),hn=(0,he.Z)(ge,{value:Kt,defaultValue:ge}),Dn=(0,le.Z)(hn,2),We=Dn[0],se=Dn[1],Tn=We==null?"":String(We),En=tn.useState(!1),Hn=(0,le.Z)(En,2),jn=Hn[0],pi=Hn[1],Jn=tn.useRef(!1),Kn=tn.useState(null),qn=(0,le.Z)(Kn,2),io=qn[0],Ni=qn[1],so=(0,tn.useRef)(null),Ki=(0,tn.useRef)(null),$i=function(){var fe;return(fe=Ki.current)===null||fe===void 0?void 0:fe.textArea},vo=function(){$i().focus()};(0,tn.useImperativeHandle)(Ti,function(){var dn;return{resizableTextArea:Ki.current,focus:vo,blur:function(){$i().blur()},nativeElement:((dn=so.current)===null||dn===void 0?void 0:dn.nativeElement)||$i()}}),(0,tn.useEffect)(function(){pi(function(dn){return!wt&&dn})},[wt]);var Do=tn.useState(null),qi=(0,le.Z)(Do,2),Ro=qi[0],Mo=qi[1];tn.useEffect(function(){if(Ro){var dn;(dn=$i()).setSelectionRange.apply(dn,(0,Oe.Z)(Ro))}},[Ro]);var Ji=(0,Qt.Z)(Zi,Zn),xt=(ni=Ji.max)!==null&&ni!==void 0?ni:mn,pn=Number(xt)>0,Je=Ji.strategy(Tn),Ye=!!xt&&Je>xt,In=function(fe,ce){var yn=ce;!Jn.current&&Ji.exceedFormatter&&Ji.max&&Ji.strategy(ce)>Ji.max&&(yn=Ji.exceedFormatter(ce,{max:Ji.max}),ce!==yn&&Mo([$i().selectionStart||0,$i().selectionEnd||0])),se(yn),(0,Qe.rJ)(fe.currentTarget,fe,gi,yn)},Ci=function(fe){Jn.current=!0,An==null||An(fe)},Ei=function(fe){Jn.current=!1,In(fe,fe.currentTarget.value),ui==null||ui(fe)},ao=function(fe){In(fe,fe.target.value)},si=function(fe){fe.key==="Enter"&&sn&&sn(fe),$e==null||$e(fe)},ve=function(fe){pi(!0),wn==null||wn(fe)},de=function(fe){pi(!1),di==null||di(fe)},re=function(fe){se(""),vo(),(0,Qe.rJ)($i(),fe,gi)},Sn=kn,Mn;Ji.show&&(Ji.showFormatter?Mn=Ji.showFormatter({value:Tn,count:Je,maxLength:xt}):Mn="".concat(Je).concat(pn?" / ".concat(xt):""),Sn=tn.createElement(tn.Fragment,null,Sn,tn.createElement("span",{className:ze()("".concat(te,"-data-count"),Gt==null?void 0:Gt.count),style:Mt==null?void 0:Mt.count},Mn)));var Un=function(fe){var ce;xe==null||xe(fe),(ce=$i())!==null&&ce!==void 0&&ce.style.height&&Ni(!0)},be=!Te&&!Zn&&!He;return tn.createElement(Pe.BaseInput,{ref:so,value:Tn,allowClear:He,handleReset:re,suffix:Sn,prefixCls:te,classNames:(0,Ce.Z)((0,Ce.Z)({},Gt),{},{affixWrapper:ze()(Gt==null?void 0:Gt.affixWrapper,(0,ae.Z)((0,ae.Z)({},"".concat(te,"-show-count"),Zn),"".concat(te,"-textarea-allow-clear"),He))}),disabled:wt,focused:jn,className:ze()(Bt,Ye&&"".concat(te,"-out-of-range")),style:(0,Ce.Z)((0,Ce.Z)({},Ct),io&&!be?{height:"auto"}:{}),dataAttrs:{affixWrapper:{"data-count":typeof Mn=="string"?Mn:void 0}},hidden:At,readOnly:Xe,onClear:we},tn.createElement(me,(0,bt.Z)({},nn,{autoSize:Te,maxLength:mn,onKeyDown:si,onChange:ao,onFocus:ve,onBlur:de,onCompositionStart:Ci,onCompositionEnd:Ei,className:ze()(Gt==null?void 0:Gt.textarea),style:(0,Ce.Z)((0,Ce.Z)({},Mt==null?void 0:Mt.textarea),{},{resize:Ct==null?void 0:Ct.resize}),disabled:wt,prefixCls:te,onResize:Un,ref:Ki,readOnly:Xe})))}),Nn=un,vi=Nn},8224:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{Z:function(){return ae}});var bt=Xt(4676);function ae(Ce,Oe,le,ue){var oe=bt.unstable_batchedUpdates?function(Pe){bt.unstable_batchedUpdates(le,Pe)}:le;return Ce!=null&&Ce.addEventListener&&Ce.addEventListener(Oe,oe,ue),{remove:function(){Ce!=null&&Ce.removeEventListener&&Ce.removeEventListener(Oe,oe,ue)}}}},45680:function(cn,Yn,Xt){"use strict";Xt.d(Yn,{Z:function(){return Zi}});var bt=Xt(72308),ae=Xt(62853),Ce=Xt(77321),Oe=Xt(49618),le=Xt(52487),ue=Xt(74416),oe=Xt(92310),ze=Xt.n(oe),Pe=Xt(29301),Qt=Xt(70425),Qe=Xt(34280),he=Xt(59301),tn=Xt(4676),Ft=he.forwardRef(function(Bt,Ct){var wt=Bt.height,At=Bt.offsetY,Gt=Bt.offsetX,Mt=Bt.children,xe=Bt.prefixCls,we=Bt.onInnerResize,sn=Bt.innerProps,Xe=Bt.rtl,Te=Bt.extra,$e={},nn={display:"flex",flexDirection:"column"};return At!==void 0&&($e={height:wt,position:"relative",overflow:"hidden"},nn=(0,Ce.Z)((0,Ce.Z)({},nn),{},(0,Oe.Z)((0,Oe.Z)((0,Oe.Z)((0,Oe.Z)((0,Oe.Z)({transform:"translateY(".concat(At,"px)")},Xe?"marginRight":"marginLeft",-Gt),"position","absolute"),"left",0),"right",0),"top",0))),he.createElement("div",{style:$e},he.createElement(Pe.Z,{onResize:function(Dn){var We=Dn.offsetHeight;We&&we&&we()}},he.createElement("div",(0,bt.Z)({style:nn,className:ze()((0,Oe.Z)({},"".concat(xe,"-holder-inner"),xe)),ref:Ct},sn),Mt,Te)))});Ft.displayName="Filler";var et=Ft;function it(Bt){var Ct=Bt.children,wt=Bt.setRef,At=he.useCallback(function(Gt){wt(Gt)},[]);return he.cloneElement(Ct,{ref:At})}function ct(Bt,Ct,wt,At,Gt,Mt,xe,we){var sn=we.getKey;return Bt.slice(Ct,wt+1).map(function(Xe,Te){var $e=Ct+Te,nn=xe(Xe,$e,{style:{width:At},offsetX:Gt}),hn=sn(Xe);return he.createElement(it,{key:hn,setRef:function(We){return Mt(Xe,We)}},nn)})}function lt(Bt,Ct,wt,At){var Gt=wt-Bt,Mt=Ct-wt,xe=Math.min(Gt,Mt)*2;if(At<=xe){var we=Math.floor(At/2);return At%2?wt+we+1:wt-we}return Gt>Mt?wt-(At-Mt):wt+(At-Gt)}function pt(Bt,Ct,wt){var At=Bt.length,Gt=Ct.length,Mt,xe;if(At===0&&Gt===0)return null;At<Gt?(Mt=Bt,xe=Ct):(Mt=Ct,xe=Bt);var we={__EMPTY_ITEM__:!0};function sn(Dn){return Dn!==void 0?wt(Dn):we}for(var Xe=null,Te=Math.abs(At-Gt)!==1,$e=0;$e<xe.length;$e+=1){var nn=sn(Mt[$e]),hn=sn(xe[$e]);if(nn!==hn){Xe=$e,Te=Te||nn!==sn(xe[$e+1]);break}}return Xe===null?null:{index:Xe,multiple:Te}}function vt(Bt,Ct,wt){var At=he.useState(Bt),Gt=(0,le.Z)(At,2),Mt=Gt[0],xe=Gt[1],we=he.useState(null),sn=(0,le.Z)(we,2),Xe=sn[0],Te=sn[1];return he.useEffect(function(){var $e=pt(Mt||[],Bt||[],Ct);($e==null?void 0:$e.index)!==void 0&&(wt==null||wt($e.index),Te(Bt[$e.index])),xe(Bt)},[Bt]),[Xe]}var Lt=Xt(16089),Et=(typeof navigator=="undefined"?"undefined":(0,ae.Z)(navigator))==="object"&&/Firefox/i.test(navigator.userAgent),zt=Et,Vt=function(Bt,Ct,wt,At){var Gt=(0,he.useRef)(!1),Mt=(0,he.useRef)(null);function xe(){clearTimeout(Mt.current),Gt.current=!0,Mt.current=setTimeout(function(){Gt.current=!1},50)}var we=(0,he.useRef)({top:Bt,bottom:Ct,left:wt,right:At});return we.current.top=Bt,we.current.bottom=Ct,we.current.left=wt,we.current.right=At,function(sn,Xe){var Te=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,$e=sn?Xe<0&&we.current.left||Xe>0&&we.current.right:Xe<0&&we.current.top||Xe>0&&we.current.bottom;return Te&&$e?(clearTimeout(Mt.current),Gt.current=!1):(!$e||Gt.current)&&xe(),!Gt.current&&$e}};function $t(Bt,Ct,wt,At,Gt,Mt,xe){var we=(0,he.useRef)(0),sn=(0,he.useRef)(null),Xe=(0,he.useRef)(null),Te=(0,he.useRef)(!1),$e=Vt(Ct,wt,At,Gt);function nn(En,Hn){if(Lt.Z.cancel(sn.current),!$e(!1,Hn)){var jn=En;if(!jn._virtualHandled)jn._virtualHandled=!0;else return;we.current+=Hn,Xe.current=Hn,zt||jn.preventDefault(),sn.current=(0,Lt.Z)(function(){var pi=Te.current?10:1;xe(we.current*pi,!1),we.current=0})}}function hn(En,Hn){xe(Hn,!0),zt||En.preventDefault()}var Dn=(0,he.useRef)(null),We=(0,he.useRef)(null);function se(En){if(Bt){Lt.Z.cancel(We.current),We.current=(0,Lt.Z)(function(){Dn.current=null},2);var Hn=En.deltaX,jn=En.deltaY,pi=En.shiftKey,Jn=Hn,Kn=jn;(Dn.current==="sx"||!Dn.current&&pi&&jn&&!Hn)&&(Jn=jn,Kn=0,Dn.current="sx");var qn=Math.abs(Jn),io=Math.abs(Kn);Dn.current===null&&(Dn.current=Mt&&qn>io?"x":"y"),Dn.current==="y"?nn(En,Kn):hn(En,Jn)}}function Tn(En){Bt&&(Te.current=En.detail===Xe.current)}return[se,Tn]}function ie(Bt,Ct,wt,At){var Gt=he.useMemo(function(){return[new Map,[]]},[Bt,wt.id,At]),Mt=(0,le.Z)(Gt,2),xe=Mt[0],we=Mt[1],sn=function(Te){var $e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Te,nn=xe.get(Te),hn=xe.get($e);if(nn===void 0||hn===void 0)for(var Dn=Bt.length,We=we.length;We<Dn;We+=1){var se,Tn=Bt[We],En=Ct(Tn);xe.set(En,We);var Hn=(se=wt.get(En))!==null&&se!==void 0?se:At;if(we[We]=(we[We-1]||0)+Hn,En===Te&&(nn=We),En===$e&&(hn=We),nn!==void 0&&hn!==void 0)break}return{top:we[nn-1]||0,bottom:we[hn]}};return sn}var qt=Xt(96949),Re=Xt(55090),me=function(){function Bt(){(0,qt.Z)(this,Bt),(0,Oe.Z)(this,"maps",void 0),(0,Oe.Z)(this,"id",0),(0,Oe.Z)(this,"diffKeys",new Set),this.maps=Object.create(null)}return(0,Re.Z)(Bt,[{key:"set",value:function(wt,At){this.maps[wt]=At,this.id+=1,this.diffKeys.add(wt)}},{key:"get",value:function(wt){return this.maps[wt]}},{key:"resetRecord",value:function(){this.diffKeys.clear()}},{key:"getRecord",value:function(){return this.diffKeys}}]),Bt}(),Ve=me;function un(Bt){var Ct=parseFloat(Bt);return isNaN(Ct)?0:Ct}function Nn(Bt,Ct,wt){var At=he.useState(0),Gt=(0,le.Z)(At,2),Mt=Gt[0],xe=Gt[1],we=(0,he.useRef)(new Map),sn=(0,he.useRef)(new Ve),Xe=(0,he.useRef)(0);function Te(){Xe.current+=1}function $e(){var hn=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;Te();var Dn=function(){var Tn=!1;we.current.forEach(function(En,Hn){if(En&&En.offsetParent){var jn=En.offsetHeight,pi=getComputedStyle(En),Jn=pi.marginTop,Kn=pi.marginBottom,qn=un(Jn),io=un(Kn),Ni=jn+qn+io;sn.current.get(Hn)!==Ni&&(sn.current.set(Hn,Ni),Tn=!0)}}),Tn&&xe(function(En){return En+1})};if(hn)Dn();else{Xe.current+=1;var We=Xe.current;Promise.resolve().then(function(){We===Xe.current&&Dn()})}}function nn(hn,Dn){var We=Bt(hn),se=we.current.get(We);Dn?(we.current.set(We,Dn),$e()):we.current.delete(We),!se!=!Dn&&(Dn?Ct==null||Ct(hn):wt==null||wt(hn))}return(0,he.useEffect)(function(){return Te},[]),[nn,$e,sn.current,Mt]}var vi=14/15;function Bn(Bt,Ct,wt){var At=(0,he.useRef)(!1),Gt=(0,he.useRef)(0),Mt=(0,he.useRef)(0),xe=(0,he.useRef)(null),we=(0,he.useRef)(null),sn,Xe=function(hn){if(At.current){var Dn=Math.ceil(hn.touches[0].pageX),We=Math.ceil(hn.touches[0].pageY),se=Gt.current-Dn,Tn=Mt.current-We,En=Math.abs(se)>Math.abs(Tn);En?Gt.current=Dn:Mt.current=We;var Hn=wt(En,En?se:Tn,!1,hn);Hn&&hn.preventDefault(),clearInterval(we.current),Hn&&(we.current=setInterval(function(){En?se*=vi:Tn*=vi;var jn=Math.floor(En?se:Tn);(!wt(En,jn,!0)||Math.abs(jn)<=.1)&&clearInterval(we.current)},16))}},Te=function(){At.current=!1,sn()},$e=function(hn){sn(),hn.touches.length===1&&!At.current&&(At.current=!0,Gt.current=Math.ceil(hn.touches[0].pageX),Mt.current=Math.ceil(hn.touches[0].pageY),xe.current=hn.target,xe.current.addEventListener("touchmove",Xe,{passive:!1}),xe.current.addEventListener("touchend",Te,{passive:!0}))};sn=function(){xe.current&&(xe.current.removeEventListener("touchmove",Xe),xe.current.removeEventListener("touchend",Te))},(0,Qe.Z)(function(){return Bt&&Ct.current.addEventListener("touchstart",$e,{passive:!0}),function(){var nn;(nn=Ct.current)===null||nn===void 0||nn.removeEventListener("touchstart",$e),sn(),clearInterval(we.current)}},[Bt])}function Ti(Bt){return Math.floor(Math.pow(Bt,.5))}function ni(Bt,Ct){var wt="touches"in Bt?Bt.touches[0]:Bt;return wt[Ct?"pageX":"pageY"]-window[Ct?"scrollX":"scrollY"]}function ge(Bt,Ct,wt){he.useEffect(function(){var At=Ct.current;if(Bt&&At){var Gt=!1,Mt,xe,we=function(){Lt.Z.cancel(Mt)},sn=function nn(){we(),Mt=(0,Lt.Z)(function(){wt(xe),nn()})},Xe=function(hn){if(!(hn.target.draggable||hn.button!==0)){var Dn=hn;Dn._virtualHandled||(Dn._virtualHandled=!0,Gt=!0)}},Te=function(){Gt=!1,we()},$e=function(hn){if(Gt){var Dn=ni(hn,!1),We=At.getBoundingClientRect(),se=We.top,Tn=We.bottom;if(Dn<=se){var En=se-Dn;xe=-Ti(En),sn()}else if(Dn>=Tn){var Hn=Dn-Tn;xe=Ti(Hn),sn()}else we()}};return At.addEventListener("mousedown",Xe),At.ownerDocument.addEventListener("mouseup",Te),At.ownerDocument.addEventListener("mousemove",$e),function(){At.removeEventListener("mousedown",Xe),At.ownerDocument.removeEventListener("mouseup",Te),At.ownerDocument.removeEventListener("mousemove",$e),we()}}},[Bt])}var Kt=10;function wn(Bt,Ct,wt,At,Gt,Mt,xe,we){var sn=he.useRef(),Xe=he.useState(null),Te=(0,le.Z)(Xe,2),$e=Te[0],nn=Te[1];return(0,Qe.Z)(function(){if($e&&$e.times<Kt){if(!Bt.current){nn(function(Ji){return(0,Ce.Z)({},Ji)});return}Mt();var hn=$e.targetAlign,Dn=$e.originAlign,We=$e.index,se=$e.offset,Tn=Bt.current.clientHeight,En=!1,Hn=hn,jn=null;if(Tn){for(var pi=hn||Dn,Jn=0,Kn=0,qn=0,io=Math.min(Ct.length-1,We),Ni=0;Ni<=io;Ni+=1){var so=Gt(Ct[Ni]);Kn=Jn;var Ki=wt.get(so);qn=Kn+(Ki===void 0?At:Ki),Jn=qn}for(var $i=pi==="top"?se:Tn-se,vo=io;vo>=0;vo-=1){var Do=Gt(Ct[vo]),qi=wt.get(Do);if(qi===void 0){En=!0;break}if($i-=qi,$i<=0)break}switch(pi){case"top":jn=Kn-se;break;case"bottom":jn=qn-Tn+se;break;default:{var Ro=Bt.current.scrollTop,Mo=Ro+Tn;Kn<Ro?Hn="top":qn>Mo&&(Hn="bottom")}}jn!==null&&xe(jn),jn!==$e.lastTop&&(En=!0)}En&&nn((0,Ce.Z)((0,Ce.Z)({},$e),{},{times:$e.times+1,targetAlign:Hn,lastTop:jn}))}},[$e,Bt.current]),function(hn){if(hn==null){we();return}if(Lt.Z.cancel(sn.current),typeof hn=="number")xe(hn);else if(hn&&(0,ae.Z)(hn)==="object"){var Dn,We=hn.align;"index"in hn?Dn=hn.index:Dn=Ct.findIndex(function(En){return Gt(En)===hn.key});var se=hn.offset,Tn=se===void 0?0:se;nn({times:0,index:Dn,offset:Tn,originAlign:We})}}}var di=he.forwardRef(function(Bt,Ct){var wt=Bt.prefixCls,At=Bt.rtl,Gt=Bt.scrollOffset,Mt=Bt.scrollRange,xe=Bt.onStartMove,we=Bt.onStopMove,sn=Bt.onScroll,Xe=Bt.horizontal,Te=Bt.spinSize,$e=Bt.containerSize,nn=Bt.style,hn=Bt.thumbStyle,Dn=Bt.showScrollBar,We=he.useState(!1),se=(0,le.Z)(We,2),Tn=se[0],En=se[1],Hn=he.useState(null),jn=(0,le.Z)(Hn,2),pi=jn[0],Jn=jn[1],Kn=he.useState(null),qn=(0,le.Z)(Kn,2),io=qn[0],Ni=qn[1],so=!At,Ki=he.useRef(),$i=he.useRef(),vo=he.useState(Dn),Do=(0,le.Z)(vo,2),qi=Do[0],Ro=Do[1],Mo=he.useRef(),Ji=function(){Dn===!0||Dn===!1||(clearTimeout(Mo.current),Ro(!0),Mo.current=setTimeout(function(){Ro(!1)},3e3))},xt=Mt-$e||0,pn=$e-Te||0,Je=he.useMemo(function(){if(Gt===0||xt===0)return 0;var re=Gt/xt;return re*pn},[Gt,xt,pn]),Ye=function(Sn){Sn.stopPropagation(),Sn.preventDefault()},In=he.useRef({top:Je,dragging:Tn,pageY:pi,startTop:io});In.current={top:Je,dragging:Tn,pageY:pi,startTop:io};var Ci=function(Sn){En(!0),Jn(ni(Sn,Xe)),Ni(In.current.top),xe(),Sn.stopPropagation(),Sn.preventDefault()};he.useEffect(function(){var re=function(be){be.preventDefault()},Sn=Ki.current,Mn=$i.current;return Sn.addEventListener("touchstart",re,{passive:!1}),Mn.addEventListener("touchstart",Ci,{passive:!1}),function(){Sn.removeEventListener("touchstart",re),Mn.removeEventListener("touchstart",Ci)}},[]);var Ei=he.useRef();Ei.current=xt;var ao=he.useRef();ao.current=pn,he.useEffect(function(){if(Tn){var re,Sn=function(be){var dn=In.current,fe=dn.dragging,ce=dn.pageY,yn=dn.startTop;Lt.Z.cancel(re);var _t=Ki.current.getBoundingClientRect(),Fe=$e/(Xe?_t.width:_t.height);if(fe){var ln=(ni(be,Xe)-ce)*Fe,Fn=yn;!so&&Xe?Fn-=ln:Fn+=ln;var Le=Ei.current,ke=ao.current,Ke=ke?Fn/ke:0,Ln=Math.ceil(Ke*Le);Ln=Math.max(Ln,0),Ln=Math.min(Ln,Le),re=(0,Lt.Z)(function(){sn(Ln,Xe)})}},Mn=function(){En(!1),we()};return window.addEventListener("mousemove",Sn,{passive:!0}),window.addEventListener("touchmove",Sn,{passive:!0}),window.addEventListener("mouseup",Mn,{passive:!0}),window.addEventListener("touchend",Mn,{passive:!0}),function(){window.removeEventListener("mousemove",Sn),window.removeEventListener("touchmove",Sn),window.removeEventListener("mouseup",Mn),window.removeEventListener("touchend",Mn),Lt.Z.cancel(re)}}},[Tn]),he.useEffect(function(){return Ji(),function(){clearTimeout(Mo.current)}},[Gt]),he.useImperativeHandle(Ct,function(){return{delayHidden:Ji}});var si="".concat(wt,"-scrollbar"),ve={position:"absolute",visibility:qi?null:"hidden"},de={position:"absolute",background:"rgba(0, 0, 0, 0.5)",borderRadius:99,cursor:"pointer",userSelect:"none"};return Xe?(ve.height=8,ve.left=0,ve.right=0,ve.bottom=0,de.height="100%",de.width=Te,so?de.left=Je:de.right=Je):(ve.width=8,ve.top=0,ve.bottom=0,so?ve.right=0:ve.left=0,de.width="100%",de.height=Te,de.top=Je),he.createElement("div",{ref:Ki,className:ze()(si,(0,Oe.Z)((0,Oe.Z)((0,Oe.Z)({},"".concat(si,"-horizontal"),Xe),"".concat(si,"-vertical"),!Xe),"".concat(si,"-visible"),qi)),style:(0,Ce.Z)((0,Ce.Z)({},ve),nn),onMouseDown:Ye,onMouseMove:Ji},he.createElement("div",{ref:$i,className:ze()("".concat(si,"-thumb"),(0,Oe.Z)({},"".concat(si,"-thumb-moving"),Tn)),style:(0,Ce.Z)((0,Ce.Z)({},de),hn),onMouseDown:Ci}))}),gi=di,He=20;function mn(){var Bt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,Ct=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,wt=Bt/Ct*Bt;return isNaN(wt)&&(wt=0),wt=Math.max(wt,He),Math.floor(wt)}var An=["prefixCls","className","height","itemHeight","fullHeight","style","data","children","itemKey","virtual","direction","scrollWidth","component","onScroll","onVirtualScroll","onVisibleChange","innerProps","extraRender","styles","showScrollBar"],ui=[],kn={overflowY:"auto",overflowAnchor:"none"};function hi(Bt,Ct){var wt=Bt.prefixCls,At=wt===void 0?"rc-virtual-list":wt,Gt=Bt.className,Mt=Bt.height,xe=Bt.itemHeight,we=Bt.fullHeight,sn=we===void 0?!0:we,Xe=Bt.style,Te=Bt.data,$e=Bt.children,nn=Bt.itemKey,hn=Bt.virtual,Dn=Bt.direction,We=Bt.scrollWidth,se=Bt.component,Tn=se===void 0?"div":se,En=Bt.onScroll,Hn=Bt.onVirtualScroll,jn=Bt.onVisibleChange,pi=Bt.innerProps,Jn=Bt.extraRender,Kn=Bt.styles,qn=Bt.showScrollBar,io=qn===void 0?"optional":qn,Ni=(0,ue.Z)(Bt,An),so=he.useCallback(function(Xn){return typeof nn=="function"?nn(Xn):Xn==null?void 0:Xn[nn]},[nn]),Ki=Nn(so,null,null),$i=(0,le.Z)(Ki,4),vo=$i[0],Do=$i[1],qi=$i[2],Ro=$i[3],Mo=!!(hn!==!1&&Mt&&xe),Ji=he.useMemo(function(){return Object.values(qi.maps).reduce(function(Xn,li){return Xn+li},0)},[qi.id,qi.maps]),xt=Mo&&Te&&(Math.max(xe*Te.length,Ji)>Mt||!!We),pn=Dn==="rtl",Je=ze()(At,(0,Oe.Z)({},"".concat(At,"-rtl"),pn),Gt),Ye=Te||ui,In=(0,he.useRef)(),Ci=(0,he.useRef)(),Ei=(0,he.useRef)(),ao=(0,he.useState)(0),si=(0,le.Z)(ao,2),ve=si[0],de=si[1],re=(0,he.useState)(0),Sn=(0,le.Z)(re,2),Mn=Sn[0],Un=Sn[1],be=(0,he.useState)(!1),dn=(0,le.Z)(be,2),fe=dn[0],ce=dn[1],yn=function(){ce(!0)},_t=function(){ce(!1)},Fe={getKey:so};function ln(Xn){de(function(li){var Gi;typeof Xn=="function"?Gi=Xn(li):Gi=Xn;var ki=ti(Gi);return In.current.scrollTop=ki,ki})}var Fn=(0,he.useRef)({start:0,end:Ye.length}),Le=(0,he.useRef)(),ke=vt(Ye,so),Ke=(0,le.Z)(ke,1),Ln=Ke[0];Le.current=Ln;var _n=he.useMemo(function(){if(!Mo)return{scrollHeight:void 0,start:0,end:Ye.length-1,offset:void 0};if(!xt){var Xn;return{scrollHeight:((Xn=Ci.current)===null||Xn===void 0?void 0:Xn.offsetHeight)||0,start:0,end:Ye.length-1,offset:void 0}}for(var li=0,Gi,ki,Hi,ir=Ye.length,xi=0;xi<ir;xi+=1){var ci=Ye[xi],Ue=so(ci),oi=qi.get(Ue),po=li+(oi===void 0?xe:oi);po>=ve&&Gi===void 0&&(Gi=xi,ki=li),po>ve+Mt&&Hi===void 0&&(Hi=xi),li=po}return Gi===void 0&&(Gi=0,ki=0,Hi=Math.ceil(Mt/xe)),Hi===void 0&&(Hi=Ye.length-1),Hi=Math.min(Hi+1,Ye.length-1),{scrollHeight:li,start:Gi,end:Hi,offset:ki}},[xt,Mo,ve,Ye,Ro,Mt]),on=_n.scrollHeight,rn=_n.start,vn=_n.end,$n=_n.offset;Fn.current.start=rn,Fn.current.end=vn,he.useLayoutEffect(function(){var Xn=qi.getRecord();if(Xn.size===1){var li=Array.from(Xn)[0],Gi=Ye[rn];if(Gi){var ki=so(Gi);if(ki===li){var Hi=qi.get(li),ir=Hi-xe;ln(function(xi){return xi+ir})}}}qi.resetRecord()},[on]);var Qn=he.useState({width:0,height:Mt}),Pi=(0,le.Z)(Qn,2),Ne=Pi[0],Po=Pi[1],Ri=function(li){Po({width:li.offsetWidth,height:li.offsetHeight})},ho=(0,he.useRef)(),Se=(0,he.useRef)(),fn=he.useMemo(function(){return mn(Ne.width,We)},[Ne.width,We]),On=he.useMemo(function(){return mn(Ne.height,on)},[Ne.height,on]),Wn=on-Mt,zn=(0,he.useRef)(Wn);zn.current=Wn;function ti(Xn){var li=Xn;return Number.isNaN(zn.current)||(li=Math.min(li,zn.current)),li=Math.max(li,0),li}var Fi=ve<=0,Li=ve>=Wn,Oi=Mn<=0,Ui=Mn>=We,Ie=Vt(Fi,Li,Oi,Ui),lo=function(){return{x:pn?-Mn:Mn,y:ve}},Be=(0,he.useRef)(lo()),Ii=(0,Qt.zX)(function(Xn){if(Hn){var li=(0,Ce.Z)((0,Ce.Z)({},lo()),Xn);(Be.current.x!==li.x||Be.current.y!==li.y)&&(Hn(li),Be.current=li)}});function Wi(Xn,li){var Gi=Xn;li?((0,tn.flushSync)(function(){Un(Gi)}),Ii()):ln(Gi)}function Ai(Xn){var li=Xn.currentTarget.scrollTop;li!==ve&&ln(li),En==null||En(Xn),Ii()}var Ao=function(li){var Gi=li,ki=We?We-Ne.width:0;return Gi=Math.max(Gi,0),Gi=Math.min(Gi,ki),Gi},To=(0,Qt.zX)(function(Xn,li){li?((0,tn.flushSync)(function(){Un(function(Gi){var ki=Gi+(pn?-Xn:Xn);return Ao(ki)})}),Ii()):ln(function(Gi){var ki=Gi+Xn;return ki})}),to=$t(Mo,Fi,Li,Oi,Ui,!!We,To),co=(0,le.Z)(to,2),Gr=co[0],bo=co[1];Bn(Mo,In,function(Xn,li,Gi,ki){var Hi=ki;return Ie(Xn,li,Gi)?!1:!Hi||!Hi._virtualHandled?(Hi&&(Hi._virtualHandled=!0),Gr({preventDefault:function(){},deltaX:Xn?li:0,deltaY:Xn?0:li}),!0):!1}),ge(xt,In,function(Xn){ln(function(li){return li+Xn})}),(0,Qe.Z)(function(){function Xn(Gi){var ki=Fi&&Gi.detail<0,Hi=Li&&Gi.detail>0;Mo&&!ki&&!Hi&&Gi.preventDefault()}var li=In.current;return li.addEventListener("wheel",Gr,{passive:!1}),li.addEventListener("DOMMouseScroll",bo,{passive:!0}),li.addEventListener("MozMousePixelScroll",Xn,{passive:!1}),function(){li.removeEventListener("wheel",Gr),li.removeEventListener("DOMMouseScroll",bo),li.removeEventListener("MozMousePixelScroll",Xn)}},[Mo,Fi,Li]),(0,Qe.Z)(function(){if(We){var Xn=Ao(Mn);Un(Xn),Ii({x:Xn})}},[Ne.width,We]);var Gn=function(){var li,Gi;(li=ho.current)===null||li===void 0||li.delayHidden(),(Gi=Se.current)===null||Gi===void 0||Gi.delayHidden()},It=wn(In,Ye,qi,xe,so,function(){return Do(!0)},ln,Gn);he.useImperativeHandle(Ct,function(){return{nativeElement:Ei.current,getScrollInfo:lo,scrollTo:function(li){function Gi(ki){return ki&&(0,ae.Z)(ki)==="object"&&("left"in ki||"top"in ki)}Gi(li)?(li.left!==void 0&&Un(Ao(li.left)),It(li.top)):It(li)}}}),(0,Qe.Z)(function(){if(jn){var Xn=Ye.slice(rn,vn+1);jn(Xn,Ye)}},[rn,vn,Ye]);var nr=ie(Ye,so,qi,xe),oo=Jn==null?void 0:Jn({start:rn,end:vn,virtual:xt,offsetX:Mn,offsetY:$n,rtl:pn,getSize:nr}),Xi=ct(Ye,rn,vn,We,Mn,vo,$e,Fe),wo=null;Mt&&(wo=(0,Ce.Z)((0,Oe.Z)({},sn?"height":"maxHeight",Mt),kn),Mo&&(wo.overflowY="hidden",We&&(wo.overflowX="hidden"),fe&&(wo.pointerEvents="none")));var Vo={};return pn&&(Vo.dir="rtl"),he.createElement("div",(0,bt.Z)({ref:Ei,style:(0,Ce.Z)((0,Ce.Z)({},Xe),{},{position:"relative"}),className:Je},Vo,Ni),he.createElement(Pe.Z,{onResize:Ri},he.createElement(Tn,{className:"".concat(At,"-holder"),style:wo,ref:In,onScroll:Ai,onMouseEnter:Gn},he.createElement(et,{prefixCls:At,height:on,offsetX:Mn,offsetY:$n,scrollWidth:We,onInnerResize:Do,ref:Ci,innerProps:pi,rtl:pn,extra:oo},Xi))),xt&&on>Mt&&he.createElement(gi,{ref:ho,prefixCls:At,scrollOffset:ve,scrollRange:on,rtl:pn,onScroll:Wi,onStartMove:yn,onStopMove:_t,spinSize:On,containerSize:Ne.height,style:Kn==null?void 0:Kn.verticalScrollBar,thumbStyle:Kn==null?void 0:Kn.verticalScrollBarThumb,showScrollBar:io}),xt&&We>Ne.width&&he.createElement(gi,{ref:Se,prefixCls:At,scrollOffset:Mn,scrollRange:We,rtl:pn,onScroll:Wi,onStartMove:yn,onStopMove:_t,spinSize:fn,containerSize:Ne.width,horizontal:!0,style:Kn==null?void 0:Kn.horizontalScrollBar,thumbStyle:Kn==null?void 0:Kn.horizontalScrollBarThumb,showScrollBar:io}))}var te=he.forwardRef(hi);te.displayName="List";var Zn=te,Zi=Zn},93314:function(cn){"use strict";cn.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(cn,Yn,Xt){"use strict";Xt.d(Yn,{Z:function(){return ze}});const bt=Pe=>typeof Pe=="object"&&Pe!=null&&Pe.nodeType===1,ae=(Pe,Qt)=>(!Qt||Pe!=="hidden")&&Pe!=="visible"&&Pe!=="clip",Ce=(Pe,Qt)=>{if(Pe.clientHeight<Pe.scrollHeight||Pe.clientWidth<Pe.scrollWidth){const Qe=getComputedStyle(Pe,null);return ae(Qe.overflowY,Qt)||ae(Qe.overflowX,Qt)||(he=>{const tn=(Ft=>{if(!Ft.ownerDocument||!Ft.ownerDocument.defaultView)return null;try{return Ft.ownerDocument.defaultView.frameElement}catch(et){return null}})(he);return!!tn&&(tn.clientHeight<he.scrollHeight||tn.clientWidth<he.scrollWidth)})(Pe)}return!1},Oe=(Pe,Qt,Qe,he,tn,Ft,et,it)=>Ft<Pe&&et>Qt||Ft>Pe&&et<Qt?0:Ft<=Pe&&it<=Qe||et>=Qt&&it>=Qe?Ft-Pe-he:et>Qt&&it<Qe||Ft<Pe&&it>Qe?et-Qt+tn:0,le=Pe=>{const Qt=Pe.parentElement;return Qt==null?Pe.getRootNode().host||null:Qt},ue=(Pe,Qt)=>{var Qe,he,tn,Ft;if(typeof document=="undefined")return[];const{scrollMode:et,block:it,inline:ct,boundary:lt,skipOverflowHiddenElements:pt}=Qt,vt=typeof lt=="function"?lt:gi=>gi!==lt;if(!bt(Pe))throw new TypeError("Invalid target");const Lt=document.scrollingElement||document.documentElement,Et=[];let zt=Pe;for(;bt(zt)&&vt(zt);){if(zt=le(zt),zt===Lt){Et.push(zt);break}zt!=null&&zt===document.body&&Ce(zt)&&!Ce(document.documentElement)||zt!=null&&Ce(zt,pt)&&Et.push(zt)}const Vt=(he=(Qe=window.visualViewport)==null?void 0:Qe.width)!=null?he:innerWidth,$t=(Ft=(tn=window.visualViewport)==null?void 0:tn.height)!=null?Ft:innerHeight,{scrollX:ie,scrollY:qt}=window,{height:Re,width:me,top:Ve,right:un,bottom:Nn,left:vi}=Pe.getBoundingClientRect(),{top:Bn,right:Ti,bottom:ni,left:ge}=(gi=>{const He=window.getComputedStyle(gi);return{top:parseFloat(He.scrollMarginTop)||0,right:parseFloat(He.scrollMarginRight)||0,bottom:parseFloat(He.scrollMarginBottom)||0,left:parseFloat(He.scrollMarginLeft)||0}})(Pe);let Kt=it==="start"||it==="nearest"?Ve-Bn:it==="end"?Nn+ni:Ve+Re/2-Bn+ni,wn=ct==="center"?vi+me/2-ge+Ti:ct==="end"?un+Ti:vi-ge;const di=[];for(let gi=0;gi<Et.length;gi++){const He=Et[gi],{height:mn,width:An,top:ui,right:kn,bottom:hi,left:te}=He.getBoundingClientRect();if(et==="if-needed"&&Ve>=0&&vi>=0&&Nn<=$t&&un<=Vt&&(He===Lt&&!Ce(He)||Ve>=ui&&Nn<=hi&&vi>=te&&un<=kn))return di;const Zn=getComputedStyle(He),Zi=parseInt(Zn.borderLeftWidth,10),Bt=parseInt(Zn.borderTopWidth,10),Ct=parseInt(Zn.borderRightWidth,10),wt=parseInt(Zn.borderBottomWidth,10);let At=0,Gt=0;const Mt="offsetWidth"in He?He.offsetWidth-He.clientWidth-Zi-Ct:0,xe="offsetHeight"in He?He.offsetHeight-He.clientHeight-Bt-wt:0,we="offsetWidth"in He?He.offsetWidth===0?0:An/He.offsetWidth:0,sn="offsetHeight"in He?He.offsetHeight===0?0:mn/He.offsetHeight:0;if(Lt===He)At=it==="start"?Kt:it==="end"?Kt-$t:it==="nearest"?Oe(qt,qt+$t,$t,Bt,wt,qt+Kt,qt+Kt+Re,Re):Kt-$t/2,Gt=ct==="start"?wn:ct==="center"?wn-Vt/2:ct==="end"?wn-Vt:Oe(ie,ie+Vt,Vt,Zi,Ct,ie+wn,ie+wn+me,me),At=Math.max(0,At+qt),Gt=Math.max(0,Gt+ie);else{At=it==="start"?Kt-ui-Bt:it==="end"?Kt-hi+wt+xe:it==="nearest"?Oe(ui,hi,mn,Bt,wt+xe,Kt,Kt+Re,Re):Kt-(ui+mn/2)+xe/2,Gt=ct==="start"?wn-te-Zi:ct==="center"?wn-(te+An/2)+Mt/2:ct==="end"?wn-kn+Ct+Mt:Oe(te,kn,An,Zi,Ct+Mt,wn,wn+me,me);const{scrollLeft:Xe,scrollTop:Te}=He;At=sn===0?0:Math.max(0,Math.min(Te+At/sn,He.scrollHeight-mn/sn+xe)),Gt=we===0?0:Math.max(0,Math.min(Xe+Gt/we,He.scrollWidth-An/we+Mt)),Kt+=Te-At,wn+=Xe-Gt}di.push({el:He,top:At,left:Gt})}return di},oe=Pe=>Pe===!1?{block:"end",inline:"nearest"}:(Qt=>Qt===Object(Qt)&&Object.keys(Qt).length!==0)(Pe)?Pe:{block:"start",inline:"nearest"};function ze(Pe,Qt){if(!Pe.isConnected||!(tn=>{let Ft=tn;for(;Ft&&Ft.parentNode;){if(Ft.parentNode===document)return!0;Ft=Ft.parentNode instanceof ShadowRoot?Ft.parentNode.host:Ft.parentNode}return!1})(Pe))return;const Qe=(tn=>{const Ft=window.getComputedStyle(tn);return{top:parseFloat(Ft.scrollMarginTop)||0,right:parseFloat(Ft.scrollMarginRight)||0,bottom:parseFloat(Ft.scrollMarginBottom)||0,left:parseFloat(Ft.scrollMarginLeft)||0}})(Pe);if((tn=>typeof tn=="object"&&typeof tn.behavior=="function")(Qt))return Qt.behavior(ue(Pe,Qt));const he=typeof Qt=="boolean"||Qt==null?void 0:Qt.behavior;for(const{el:tn,top:Ft,left:et}of ue(Pe,oe(Qt))){const it=Ft-Qe.top+Qe.bottom,ct=et-Qe.left+Qe.right;tn.scroll({top:it,left:ct,behavior:he})}}}}]);
|