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.
1201 lines
2.3 MiB
1201 lines
2.3 MiB
(self.webpackChunk=self.webpackChunk||[]).push([[95],{11724:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return Oe}});var Lt=Et(67711),re=Et(59301),fe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"}}]},name:"minus",theme:"outlined"},pe=fe,ne=Et(7657),Ht=function(Nt,Je){return re.createElement(ne.Z,(0,Lt.Z)({},Nt,{ref:Je,icon:pe}))},oe=re.forwardRef(Ht),Oe=oe},8336:function(){"use strict"},12469:function(){"use strict"},99587:function(bn,$n){"use strict";$n.Z={lists:"lists___xhHyq",item:"item___pWJAA",children:"children___sDG61",diamond:"diamond___FwgzD",button:"button___WPN6r",mathWrap:"mathWrap___FmnMJ",mathFillWrap:"mathFillWrap___PmY3H"}},63720:function(){"use strict";function bn(Bt,et,nt,ct){nt===void 0&&(nt=0),ct===void 0&&(ct=1/0),this._name=Bt,this._defaultValue=et,this._minimum=nt,this._maximum=ct}Object.defineProperty(bn.prototype,"name",{get:function(){return this._name},set:function(Bt){if(typeof Bt!="string"||Bt==="")throw new Error("Shape name must be a valid string.");this._name=Bt}}),Object.defineProperty(bn.prototype,"defaultValue",{get:function(){return this._defaultValue},set:function(Bt){if(typeof Bt!="number"||isNaN(Bt))throw new Error("The default value must be a real number, not: "+Bt);this._defaultValue=Bt}}),Object.defineProperty(bn.prototype,"minimum",{get:function(){return this._minimum},set:function(Bt){if(typeof Bt!="number"||isNaN(Bt))throw new Error("Minimum must be a real number, not: "+Bt);this._minimum=Bt}}),Object.defineProperty(bn.prototype,"maximum",{get:function(){return this._maximum},set:function(Bt){if(typeof Bt!="number"||isNaN(Bt))throw new Error("Maximum must be a real number, not: "+Bt);this._maximum=Bt}}),go.Shape._FigureParameters={},go.Shape.getFigureParameter=function(Bt,et){var nt=go.Shape._FigureParameters[Bt];return nt?nt[et]:null},go.Shape.setFigureParameter=function(Bt,et,nt){if(!(nt instanceof bn))throw new Error("Third argument to Shape.setFigureParameter is not FigureParameter: "+nt);if(nt.defaultValue<nt.minimum||nt.defaultValue>nt.maximum)throw new Error("defaultValue must be between minimum and maximum, not: "+nt.defaultValue);var ct=go.Shape._FigureParameters[Bt];ct||(ct=[],go.Shape._FigureParameters[Bt]=ct),ct[et]=nt};var $n=[];function Et(Bt,et){var nt=$n.pop();return nt===void 0?new go.Point(Bt,et):(nt.x=Bt,nt.y=et,nt)}function Lt(){var Bt=$n.pop();return Bt===void 0?new go.Point:Bt}function re(Bt){$n.push(Bt)}function fe(Bt,et,nt,ct,lt,gt,mt,St,Pt){Pt||(Pt=new go.Point);var Rt=Bt-nt,Wt=lt-mt,te=NaN,Jt=NaN;if(Rt===0)if(Wt===0)Bt===nt&&(te=Bt,Jt=et);else{var Vt=(gt-St)/Wt,le=gt-Vt*lt;te=Bt,Jt=Vt*te+le}else if(Wt===0){var ae=(et-ct)/Rt,Fe=et-ae*Bt;te=lt,Jt=ae*te+Fe}else{var ae=(et-ct)/Rt,Vt=(gt-St)/Wt,Fe=et-ae*Bt,le=gt-Vt*lt;te=(le-Fe)/(ae-Vt),Jt=ae*te+Fe}return Pt.x=te,Pt.y=Jt,Pt}function pe(Bt,et,nt,ct,lt,gt,mt,St,Pt,Rt,Wt,te,Jt,Vt){var le=1-Pt,ae=Pt,Fe=Bt*le+nt*ae,De=et*le+ct*ae,Ee=nt*le+lt*ae,Sn=ct*le+gt*ae,rn=lt*le+mt*ae,Ge=gt*le+St*ae,sn=Fe*le+Ee*ae,$t=De*le+Sn*ae,It=Ee*le+rn*ae,Pe=Sn*le+Ge*ae,an=sn*le+It*ae,Ve=$t*le+Pe*ae;Rt.x=Fe,Rt.y=De,Wt.x=sn,Wt.y=$t,te.x=an,te.y=Ve,Jt.x=It,Jt.y=Pe,Vt.x=rn,Vt.y=Ge}var ne=new go.Spot(.156,.156),Ht=new go.Spot(.844,.844),oe=4*((Math.sqrt(2)-1)/3);go.Shape.setFigureParameter("RoundedRectangle",0,new bn("CornerRounding",5)),go.Shape.defineFigureGenerator("RoundedRectangle",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=5),ct=Math.min(ct,et/3),ct=Math.min(ct,nt/3);var lt=ct*oe,gt=new go.Geometry().add(new go.PathFigure(ct,0,!0).add(new go.PathSegment(go.PathSegment.Line,et-ct,0)).add(new go.PathSegment(go.PathSegment.Bezier,et,ct,et-lt,0,et,lt)).add(new go.PathSegment(go.PathSegment.Line,et,nt-ct)).add(new go.PathSegment(go.PathSegment.Bezier,et-ct,nt,et,nt-lt,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,ct,nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,nt-ct,lt,nt,0,nt-lt)).add(new go.PathSegment(go.PathSegment.Line,0,ct)).add(new go.PathSegment(go.PathSegment.Bezier,ct,0,0,lt,lt,0).close()));return lt>1&&(gt.spot1=new go.Spot(0,0,lt,lt),gt.spot2=new go.Spot(1,1,-lt,-lt)),gt}),go.Shape.defineFigureGenerator("Border","RoundedRectangle"),go.Shape.defineFigureGenerator("TriangleRight",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())).setSpots(0,.25,.5,.75)}),go.Shape.defineFigureGenerator("TriangleDown",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt).close())).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("TriangleLeft",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(et,nt).add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,0).close())).setSpots(.5,.25,1,.75)}),go.Shape.defineFigureGenerator("TriangleUp",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(et,nt).add(new go.PathSegment(go.PathSegment.Line,0,nt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,0).close())).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("Triangle","TriangleUp"),go.Shape.defineFigureGenerator("Diamond",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(.5*et,0).add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt).close())).setSpots(.25,.25,.75,.75)}),go.Shape.defineFigureGenerator("LineH",function(Bt,et,nt){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=0,ct.startY=nt/2,ct.endX=et,ct.endY=nt/2,ct}),go.Shape.defineFigureGenerator("LineV",function(Bt,et,nt){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=et/2,ct.startY=0,ct.endX=et/2,ct.endY=nt,ct}),go.Shape.defineFigureGenerator("BarH","Rectangle"),go.Shape.defineFigureGenerator("BarV","Rectangle"),go.Shape.defineFigureGenerator("MinusLine","LineH"),go.Shape.defineFigureGenerator("PlusLine",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,nt/2,!1).add(new go.PathSegment(go.PathSegment.Line,et,nt/2)).add(new go.PathSegment(go.PathSegment.Move,et/2,0)).add(new go.PathSegment(go.PathSegment.Line,et/2,nt)))}),go.Shape.defineFigureGenerator("XLine",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,nt,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,0,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)))}),go.Shape.defineFigureGenerator("LineRight",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(.25*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,.25*et,nt)))}),go.Shape.defineFigureGenerator("LineDown",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,.25*nt,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,.75*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)))}),go.Shape.defineFigureGenerator("LineLeft",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(.75*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,.75*et,nt)))}),go.Shape.defineFigureGenerator("LineUp",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,.75*nt,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,.25*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.75*nt)))}),go.Shape.defineFigureGenerator("AsteriskLine",function(Bt,et,nt){var ct=.2/Math.SQRT2;return new go.Geometry().add(new go.PathFigure(ct*et,(1-ct)*nt,!1).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,ct*nt)).add(new go.PathSegment(go.PathSegment.Move,ct*et,ct*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,(1-ct)*nt)).add(new go.PathSegment(go.PathSegment.Move,0,nt/2)).add(new go.PathSegment(go.PathSegment.Line,et,nt/2)).add(new go.PathSegment(go.PathSegment.Move,et/2,0)).add(new go.PathSegment(go.PathSegment.Line,et/2,nt)))}),go.Shape.defineFigureGenerator("CircleLine",function(Bt,et,nt){var ct=et/2,lt=new go.Geometry().add(new go.PathFigure(et,et/2,!1).add(new go.PathSegment(go.PathSegment.Arc,0,360,ct,ct,ct,ct).close()));return lt.spot1=ne,lt.spot2=Ht,lt.defaultStretch=go.GraphObject.Uniform,lt}),go.Shape.defineFigureGenerator("Line1",function(Bt,et,nt){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=0,ct.startY=0,ct.endX=et,ct.endY=nt,ct}),go.Shape.defineFigureGenerator("Line2",function(Bt,et,nt){var ct=new go.Geometry(go.Geometry.Line);return ct.startX=et,ct.startY=0,ct.endX=0,ct.endY=nt,ct}),go.Shape.defineFigureGenerator("Curve1",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,nt,oe*et,0,et,(1-oe)*nt)))}),go.Shape.defineFigureGenerator("Curve2",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,nt,0,oe*nt,(1-oe)*et,nt)))}),go.Shape.defineFigureGenerator("Curve3",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,nt,et,oe*nt,oe*et,nt)))}),go.Shape.defineFigureGenerator("Curve4",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,nt,(1-oe)*et,0,0,(1-oe)*nt)))}),go.Shape.defineFigureGenerator("TriangleDownLeft",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())).setSpots(0,.5,.5,1)}),go.Shape.defineFigureGenerator("TriangleDownRight",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(et,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())).setSpots(.5,.5,1,1)}),go.Shape.defineFigureGenerator("TriangleUpLeft",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())).setSpots(0,0,.5,.5)}),go.Shape.defineFigureGenerator("TriangleUpRight",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt).close())).setSpots(.5,0,1,.5)}),go.Shape.defineFigureGenerator("RightTriangle","TriangleDownLeft"),go.Shape.setFigureParameter("Parallelogram1",0,new bn("Indent",.1,-.99,.99)),go.Shape.defineFigureGenerator("Parallelogram1",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)?ct=.1:ct<-1?ct=-1:ct>1&&(ct=1);var lt=Math.abs(ct)*et;if(ct===0){var gt=new go.Geometry(go.Geometry.Rectangle);return gt.startX=0,gt.startY=0,gt.endX=et,gt.endY=nt,gt}else{var gt=new go.Geometry;return ct>0?gt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())):gt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt).close())),lt<et/2&>.setSpots(lt/et,0,(et-lt)/et,1),gt}}),go.Shape.defineFigureGenerator("Parallelogram","Parallelogram1"),go.Shape.setFigureParameter("Parallelogram2",0,new bn("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("Parallelogram2",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)?ct=10:ct<-et?ct=-et:ct>et&&(ct=et);var lt=Math.abs(ct);if(ct===0){var gt=new go.Geometry(go.Geometry.Rectangle);return gt.startX=0,gt.startY=0,gt.endX=et,gt.endY=nt,gt}else{var gt=new go.Geometry;return ct>0?gt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())):gt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt).close())),lt<et/2&>.setSpots(lt/et,0,(et-lt)/et,1),gt}}),go.Shape.setFigureParameter("Trapezoid1",0,new bn("Indent",.2,-.99,.99)),go.Shape.defineFigureGenerator("Trapezoid1",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)?ct=.2:ct<.5?ct=-.5:ct>.5&&(ct=.5);var lt=Math.abs(ct)*et;if(ct===0){var gt=new go.Geometry(go.Geometry.Rectangle);return gt.startX=0,gt.startY=0,gt.endX=et,gt.endY=nt,gt}else{var gt=new go.Geometry;return ct>0?gt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())):gt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt).close())),lt<et/2&>.setSpots(lt/et,0,(et-lt)/et,1),gt}}),go.Shape.defineFigureGenerator("Trapezoid","Trapezoid1"),go.Shape.setFigureParameter("Trapezoid2",0,new bn("Indent",20,-1/0,1/0)),go.Shape.defineFigureGenerator("Trapezoid2",function(Bt,et,nt){var ct=Bt?Bt.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 gt=new go.Geometry(go.Geometry.Rectangle);return gt.startX=0,gt.startY=0,gt.endX=et,gt.endY=nt,gt}else{var gt=new go.Geometry;return ct>0?gt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())):gt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt).close())),lt<et/2&>.setSpots(lt/et,0,(et-lt)/et,1),gt}}),go.Shape.setFigureParameter("ManualOperation",0,new bn("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("ManualOperation",function(Bt,et,nt){var ct=Bt?Bt.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 gt=new go.Geometry(go.Geometry.Rectangle);return gt.startX=0,gt.startY=0,gt.endX=et,gt.endY=nt,gt}else{var gt=new go.Geometry;return ct>0?gt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt).close())):gt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close())),lt<et/2&>.setSpots(lt/et,0,(et-lt)/et,1),gt}});var Oe=[];function ge(){var Bt=Oe.pop();return Bt===void 0?[]:Bt}function Nt(Bt){Bt.length=0,Oe.push(Bt)}function Je(Bt){for(var et=ge(),nt=.5,ct=.5,lt=Math.PI*1.5,gt=0,mt=0;mt<Bt;mt++)gt=2*Math.PI/Bt*mt+lt,et[mt]=new go.Point(ct+nt*Math.cos(gt),ct+nt*Math.sin(gt));return et.push(et[0]),et}function ie(Bt){var et=nn(Bt),nt=ge();nt[0]=et[0];for(var ct=1,lt=1;ct<et.length;ct+=2,lt+=3)nt[lt]=et[ct],nt[lt+1]=et[ct],nt[lt+2]=et[ct+1];return Nt(et),nt}function nn(Bt){for(var et=Je(Bt),nt=ge(),ct=Math.floor(et.length/2),lt=et.length-1,gt=Bt%2===0?2:1,mt=0;mt<lt;mt++){var St=et[mt],Pt=et[mt+1],Rt=et[(ct+mt-1)%lt],Wt=et[(ct+mt+gt)%lt];nt[mt*2]=St,nt[mt*2+1]=fe(St.x,St.y,Rt.x,Rt.y,Pt.x,Pt.y,Wt.x,Wt.y,new go.Point)}return nt[nt.length]=nt[0],Nt(et),nt}go.Shape.defineFigureGenerator("Pentagon",function(Bt,et,nt){var ct=Je(5),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<5;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.2,.22),lt.spot2=new go.Spot(.8,.9),lt}),go.Shape.defineFigureGenerator("Hexagon",function(Bt,et,nt){var ct=Je(6),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<6;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.07,.25),lt.spot2=new go.Spot(.93,.75),lt}),go.Shape.defineFigureGenerator("Heptagon",function(Bt,et,nt){var ct=Je(7),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<7;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.2,.15),lt.spot2=new go.Spot(.8,.85),lt}),go.Shape.defineFigureGenerator("Octagon",function(Bt,et,nt){var ct=Je(8),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<8;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.15,.15),lt.spot2=new go.Spot(.85,.85),lt}),go.Shape.defineFigureGenerator("Nonagon",function(Bt,et,nt){var ct=Je(9),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<9;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.17,.13),lt.spot2=new go.Spot(.82,.82),lt}),go.Shape.defineFigureGenerator("Decagon",function(Bt,et,nt){var ct=Je(10),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<10;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.16,.16),lt.spot2=new go.Spot(.84,.84),lt}),go.Shape.defineFigureGenerator("Dodecagon",function(Bt,et,nt){var ct=Je(12),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<12;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.16,.16),lt.spot2=new go.Spot(.84,.84),lt}),go.Shape.defineFigureGenerator("FivePointedStar",function(Bt,et,nt){var ct=nn(5),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<10;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.266,.333),lt.spot2=new go.Spot(.733,.733),lt}),go.Shape.defineFigureGenerator("SixPointedStar",function(Bt,et,nt){var ct=nn(6),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<12;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.17,.25),lt.spot2=new go.Spot(.83,.75),lt}),go.Shape.defineFigureGenerator("SevenPointedStar",function(Bt,et,nt){var ct=nn(7),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<14;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.222,.277),lt.spot2=new go.Spot(.777,.666),lt}),go.Shape.defineFigureGenerator("EightPointedStar",function(Bt,et,nt){var ct=nn(8),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<16;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.25,.25),lt.spot2=new go.Spot(.75,.75),lt}),go.Shape.defineFigureGenerator("NinePointedStar",function(Bt,et,nt){var ct=nn(9),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<18;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.222,.277),lt.spot2=new go.Spot(.777,.666),lt}),go.Shape.defineFigureGenerator("TenPointedStar",function(Bt,et,nt){var ct=nn(10),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<20;mt++)gt.add(new go.PathSegment(go.PathSegment.Line,ct[mt].x*et,ct[mt].y*nt));return gt.add(new go.PathSegment(go.PathSegment.Line,ct[0].x*et,ct[0].y*nt).close()),Nt(ct),lt.spot1=new go.Spot(.281,.261),lt.spot2=new go.Spot(.723,.748),lt}),go.Shape.defineFigureGenerator("FivePointedBurst",function(Bt,et,nt){var ct=ie(5),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<ct.length;mt+=3)gt.add(new go.PathSegment(go.PathSegment.Bezier,ct[mt+2].x*et,ct[mt+2].y*nt,ct[mt].x*et,ct[mt].y*nt,ct[mt+1].x*et,ct[mt+1].y*nt));return gt.segments.last().close(),Nt(ct),lt.spot1=new go.Spot(.222,.277),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("SixPointedBurst",function(Bt,et,nt){var ct=ie(6),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<ct.length;mt+=3)gt.add(new go.PathSegment(go.PathSegment.Bezier,ct[mt+2].x*et,ct[mt+2].y*nt,ct[mt].x*et,ct[mt].y*nt,ct[mt+1].x*et,ct[mt+1].y*nt));return gt.segments.last().close(),Nt(ct),lt.spot1=new go.Spot(.17,.222),lt.spot2=new go.Spot(.833,.777),lt}),go.Shape.defineFigureGenerator("SevenPointedBurst",function(Bt,et,nt){var ct=ie(7),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<ct.length;mt+=3)gt.add(new go.PathSegment(go.PathSegment.Bezier,ct[mt+2].x*et,ct[mt+2].y*nt,ct[mt].x*et,ct[mt].y*nt,ct[mt+1].x*et,ct[mt+1].y*nt));return gt.segments.last().close(),Nt(ct),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("EightPointedBurst",function(Bt,et,nt){var ct=ie(8),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<ct.length;mt+=3)gt.add(new go.PathSegment(go.PathSegment.Bezier,ct[mt+2].x*et,ct[mt+2].y*nt,ct[mt].x*et,ct[mt].y*nt,ct[mt+1].x*et,ct[mt+1].y*nt));return gt.segments.last().close(),Nt(ct),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("NinePointedBurst",function(Bt,et,nt){var ct=ie(9),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<ct.length;mt+=3)gt.add(new go.PathSegment(go.PathSegment.Bezier,ct[mt+2].x*et,ct[mt+2].y*nt,ct[mt].x*et,ct[mt].y*nt,ct[mt+1].x*et,ct[mt+1].y*nt));return gt.segments.last().close(),Nt(ct),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.defineFigureGenerator("TenPointedBurst",function(Bt,et,nt){var ct=ie(10),lt=new go.Geometry,gt=new go.PathFigure(ct[0].x*et,ct[0].y*nt,!0);lt.add(gt);for(var mt=1;mt<ct.length;mt+=3)gt.add(new go.PathSegment(go.PathSegment.Bezier,ct[mt+2].x*et,ct[mt+2].y*nt,ct[mt].x*et,ct[mt].y*nt,ct[mt+1].x*et,ct[mt+1].y*nt));return gt.segments.last().close(),Nt(ct),lt.spot1=new go.Spot(.222,.222),lt.spot2=new go.Spot(.777,.777),lt}),go.Shape.setFigureParameter("FramedRectangle",0,new bn("ThicknessX",8)),go.Shape.setFigureParameter("FramedRectangle",1,new bn("ThicknessY",8)),go.Shape.defineFigureGenerator("FramedRectangle",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN,lt=Bt?Bt.parameter2:NaN;isNaN(ct)&&(ct=8),isNaN(lt)&&(lt=8);var gt=new go.Geometry,mt=new go.PathFigure(0,0,!0);return gt.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et,0)),mt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ct<et/2&<<nt/2&&(mt.add(new go.PathSegment(go.PathSegment.Move,ct,lt)),mt.add(new go.PathSegment(go.PathSegment.Line,ct,nt-lt)),mt.add(new go.PathSegment(go.PathSegment.Line,et-ct,nt-lt)),mt.add(new go.PathSegment(go.PathSegment.Line,et-ct,lt).close())),gt.setSpots(0,0,1,1,ct,lt,-ct,-lt),gt}),go.Shape.setFigureParameter("Ring",0,new bn("Thickness",8)),go.Shape.defineFigureGenerator("Ring",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=8);var lt=et/2,gt=new go.Geometry,mt=new go.PathFigure(et,et/2,!0);gt.add(mt),mt.add(new go.PathSegment(go.PathSegment.Arc,0,360,lt,lt,lt,lt).close());var St=Math.max(lt-ct,0);return St>0&&(mt.add(new go.PathSegment(go.PathSegment.Move,et/2+St,et/2)),mt.add(new go.PathSegment(go.PathSegment.Arc,0,-360,lt,lt,St,St).close())),gt.spot1=ne,gt.spot2=Ht,gt.defaultStretch=go.GraphObject.Uniform,gt}),go.Shape.defineFigureGenerator("Cloud",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(.08034461*et,.1944299*nt,!0).add(new go.PathSegment(go.PathSegment.Bezier,.2008615*et,.05349299*nt,-.09239631*et,.07836421*nt,.1406031*et,-.0542823*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.4338609*et,.074219*nt,.2450511*et,-.00697547*nt,.3776197*et,-.01112067*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.6558228*et,.07004196*nt,.4539471*et,0,.6066018*et,-.02526587*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.8921095*et,.08370865*nt,.6914277*et,-.01904177*nt,.8921095*et,-.01220843*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.9147671*et,.3194596*nt,1.036446*et,.04105738*nt,1.020377*et,.3022052*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.9082935*et,.562044*nt,1.04448*et,.360238*nt,.992256*et,.5219009*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.9212406*et,.8217117*nt,1.032337*et,.5771781*nt,1.018411*et,.8120651*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.7592566*et,.9156953*nt,1.028411*et,.9571472*nt,.8556702*et,1.052487*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.5101666*et,.9310455*nt,.7431877*et,1.009325*nt,.5624123*et,1.021761*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.2609328*et,.9344623*nt,.4820677*et,1.031761*nt,.3030112*et,1.002796*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*et,.870098*nt,.2329994*et,1.01518*nt,.03213784*et,1.01518*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.06829292*et,.6545475*nt,-.02812061*et,.9032597*nt,-.01205169*et,.6835638*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.06427569*et,.4265613*nt,-.01812061*et,.6089503*nt,-.00606892*et,.4555777*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*et,.1944299*nt,-.01606892*et,.3892545*nt,-.01205169*et,.1944299*nt))).setSpots(.1,.1,.9,.9)}),go.Shape.defineFigureGenerator("StopSign",function(Bt,et,nt){var ct=1/(Math.SQRT2+2);return new go.Geometry().add(new go.PathFigure(ct*et,0,!0).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,ct*nt)).add(new go.PathSegment(go.PathSegment.Line,et,(1-ct)*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,nt)).add(new go.PathSegment(go.PathSegment.Line,ct*et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,(1-ct)*nt)).add(new go.PathSegment(go.PathSegment.Line,0,ct*nt).close())).setSpots(ct/2,ct/2,1-ct/2,1-ct/2)}),go.Shape.setFigureParameter("Pie",0,new bn("Start",0,-360,360)),go.Shape.setFigureParameter("Pie",1,new bn("Sweep",315,-360,360)),go.Shape.defineFigureGenerator("Pie",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN,lt=Bt?Bt.parameter2:NaN;isNaN(ct)&&(ct=0),isNaN(lt)&&(lt=315);var gt=ct%360;gt<0&&(gt+=360);var mt=lt%360,St=Math.min(et,nt)/2;return new go.Geometry().add(new go.PathFigure(St,St).add(new go.PathSegment(go.PathSegment.Arc,gt,mt,St,St,St,St).close()))}),go.Shape.defineFigureGenerator("PiePiece",function(Bt,et,nt){var ct=oe/Math.SQRT2*.5,lt=Math.SQRT2/2,gt=1-Math.SQRT2/2;return new go.Geometry().add(new go.PathFigure(et,nt,!0).add(new go.PathSegment(go.PathSegment.Bezier,lt*et,gt*nt,et,(1-ct)*nt,(lt+ct)*et,(gt+ct)*nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close()))}),go.Shape.setFigureParameter("ThickCross",0,new bn("Thickness",30)),go.Shape.defineFigureGenerator("ThickCross",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=30);var lt=Math.min(ct,et)/2,gt=et/2,mt=nt/2;return new go.Geometry().add(new go.PathFigure(gt-lt,0,!0).add(new go.PathSegment(go.PathSegment.Line,gt+lt,0)).add(new go.PathSegment(go.PathSegment.Line,gt+lt,mt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,mt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,mt+lt)).add(new go.PathSegment(go.PathSegment.Line,gt+lt,mt+lt)).add(new go.PathSegment(go.PathSegment.Line,gt+lt,nt)).add(new go.PathSegment(go.PathSegment.Line,gt-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,gt-lt,mt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,mt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,mt-lt)).add(new go.PathSegment(go.PathSegment.Line,gt-lt,mt-lt).close()))}),go.Shape.setFigureParameter("ThinCross",0,new bn("Thickness",10)),go.Shape.defineFigureGenerator("ThinCross",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=10);var lt=Math.min(ct,et)/2,gt=et/2,mt=nt/2;return new go.Geometry().add(new go.PathFigure(gt-lt,0,!0).add(new go.PathSegment(go.PathSegment.Line,gt+lt,0)).add(new go.PathSegment(go.PathSegment.Line,gt+lt,mt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,mt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,mt+lt)).add(new go.PathSegment(go.PathSegment.Line,gt+lt,mt+lt)).add(new go.PathSegment(go.PathSegment.Line,gt+lt,nt)).add(new go.PathSegment(go.PathSegment.Line,gt-lt,nt)).add(new go.PathSegment(go.PathSegment.Line,gt-lt,mt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,mt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,mt-lt)).add(new go.PathSegment(go.PathSegment.Line,gt-lt,mt-lt).close()))}),go.Shape.setFigureParameter("ThickX",0,new bn("Thickness",30)),go.Shape.defineFigureGenerator("ThickX",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;if((isNaN(ct)||ct<0)&&(ct=30),et===0||nt===0){var lt=new go.Geometry(go.Geometry.Rectangle);return lt.startX=0,lt.startY=0,lt.endX=et,lt.endY=nt,lt}else{var gt=et/2,mt=nt/2,St=Math.atan2(nt,et),Pt=ct-Math.min(Math.cos(St)*ct/2,gt),Rt=ct-Math.min(Math.sin(St)*ct/2,mt),lt=new go.Geometry,Wt=new go.PathFigure(Pt,0,!0);return lt.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Line,gt,.2*nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,et-Pt,0)),Wt.add(new go.PathSegment(go.PathSegment.Line,et,Rt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.8*et,mt)),Wt.add(new go.PathSegment(go.PathSegment.Line,et,nt-Rt)),Wt.add(new go.PathSegment(go.PathSegment.Line,et-Pt,nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,gt,.8*nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,Pt,nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,0,nt-Rt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.2*et,mt)),Wt.add(new go.PathSegment(go.PathSegment.Line,0,Rt).close()),lt}}),go.Shape.setFigureParameter("ThinX",0,new bn("Thickness",10)),go.Shape.defineFigureGenerator("ThinX",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=10);var lt=new go.Geometry,gt=new go.PathFigure(.1*et,0,!0);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,et,.1*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.9*et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.1*et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,.9*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,.1*nt).close()),lt}),go.Shape.setFigureParameter("SquareIBeam",0,new bn("BeamWidth",.2,.1,.9)),go.Shape.defineFigureGenerator("SquareIBeam",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=.2);var lt=new go.Geometry,gt=new go.PathFigure(0,0,!0);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,et,ct*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,(.5+ct/2)*et,ct*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,(.5+ct/2)*et,(1-ct)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,(1-ct)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,(1-ct)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,(.5-ct/2)*et,(1-ct)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,(.5-ct/2)*et,ct*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,ct*nt).close()),lt}),go.Shape.setFigureParameter("RoundedIBeam",0,new bn("Curviness",.5,.05,.65)),go.Shape.defineFigureGenerator("RoundedIBeam",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=.5);var lt=new go.Geometry,gt=new go.PathFigure(0,0,!0);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Bezier,et,nt,Math.abs(1-ct)*et,.25*nt,Math.abs(1-ct)*et,.75*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,ct*et,.75*nt,ct*et,.25*nt).close()),lt}),go.Shape.defineFigureGenerator("HalfEllipse",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,oe*et,0,et,(.5-oe/2)*nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,nt,et,(.5+oe/2)*nt,oe*et,nt).close())).setSpots(0,.156,.844,.844)}),go.Shape.defineFigureGenerator("Crescent",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,nt,et,0,et,nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.5*et,.75*nt,.5*et,.25*nt).close())).setSpots(.311,.266,.744,.744)}),go.Shape.defineFigureGenerator("Heart",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(.5*et,nt,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,.3*nt,.1*et,.8*nt,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*nt,0,0,.45*et,0)).add(new go.PathSegment(go.PathSegment.Bezier,et,.3*nt,.55*et,0,et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,.5*nt,.9*et,.8*nt).close())).setSpots(.14,.29,.86,.78)}),go.Shape.defineFigureGenerator("Spade",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(.5*et,0,!0).add(new go.PathSegment(go.PathSegment.Line,.51*et,.01*nt)).add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,.6*et,.2*nt,et,.25*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.7*nt,et,.8*nt,.6*et,.8*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.75*et,nt,.5*et,.75*nt,.55*et,.95*nt)).add(new go.PathSegment(go.PathSegment.Line,.25*et,nt)).add(new go.PathSegment(go.PathSegment.Bezier,.45*et,.7*nt,.45*et,.95*nt,.5*et,.75*nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,.4*et,.8*nt,0,.8*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.49*et,.01*nt,0,.25*nt,.4*et,.2*nt).close())).setSpots(.14,.26,.86,.78)}),go.Shape.defineFigureGenerator("Club",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.4*et,.6*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.15*et,nt,.5*et,.75*nt,.45*et,.95*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.6*et,.6*nt,.55*et,.95*nt,.5*et,.75*nt));var gt=.2,mt=.3,St=0,Pt=gt*oe;return lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+mt)*et,(.5+gt+St)*nt,(.5-gt+mt)*et,(.5+Pt+St)*nt,(.5-Pt+mt)*et,(.5+gt+St)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+gt+mt)*et,(.5+St)*nt,(.5+Pt+mt)*et,(.5+gt+St)*nt,(.5+gt+mt)*et,(.5+Pt+St)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+mt)*et,(.5-gt+St)*nt,(1-.5+gt+mt)*et,(.5-Pt+St)*nt,(.5+Pt+mt)*et,(.5-gt+St)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.65*et,.36771243*nt,(.5-Pt+mt)*et,(.5-gt+St)*nt,(.5-gt+mt+.05)*et,(.5-Pt+St-.02)*nt)),gt=.2,mt=0,St=-.3,Pt=gt*oe,lt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+gt+mt)*et,(.5+St)*nt,(.5+Pt+mt)*et,(.5+gt+St)*nt,(.5+gt+mt)*et,(.5+Pt+St)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+mt)*et,(.5-gt+St)*nt,(1-.5+gt+mt)*et,(.5-Pt+St)*nt,(.5+Pt+mt)*et,(.5-gt+St)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-gt+mt)*et,(.5+St)*nt,(.5-Pt+mt)*et,(.5-gt+St)*nt,(.5-gt+mt)*et,(.5-Pt+St)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-Pt+mt)*et,(.5+gt+St)*nt,(.5-gt+mt)*et,(.5+Pt+St)*nt,(.5-Pt+mt)*et,(.5+gt+St)*nt)),gt=.2,mt=-.3,St=0,Pt=gt*oe,lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+mt)*et,(.5-gt+St)*nt,(1-.5+gt+mt-.05)*et,(.5-Pt+St-.02)*nt,(.5+Pt+mt)*et,(.5-gt+St)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-gt+mt)*et,(.5+St)*nt,(.5-Pt+mt)*et,(.5-gt+St)*nt,(.5-gt+mt)*et,(.5-Pt+St)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+mt)*et,(.5+gt+St)*nt,(.5-gt+mt)*et,(.5+Pt+St)*nt,(.5-Pt+mt)*et,(.5+gt+St)*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,.6*nt,(.5+Pt+mt)*et,(.5+gt+St)*nt,(.5+gt+mt)*et,(.5+Pt+St)*nt).close()),ct.setSpots(.06,.33,.93,.68),ct}),go.Shape.defineFigureGenerator("YinYang",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*.5,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,270,180,et*.5,et*.5,et*.5,et*.5)),lt.add(new go.PathSegment(go.PathSegment.Arc,90,-180,et*.5,et*.75,et*.25,et*.25)),lt.add(new go.PathSegment(go.PathSegment.Arc,90,180,et*.5,et*.25,et*.25,et*.25));var gt=.1,mt=.5,St=.25;return lt.add(new go.PathSegment(go.PathSegment.Move,(mt+gt)*et,St*nt)),lt.add(new go.PathSegment(go.PathSegment.Arc,0,-360,et*mt,nt*St,gt*et,gt*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)),St=.75,lt=new go.PathFigure((mt+gt)*et,St*nt,!0),ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,0,360,et*mt,nt*St,gt*et,gt*et).close()),ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("Peace",function(Bt,et,nt){var ct=.8535533905932737,lt=.5*et,gt=.5*nt;return new go.Geometry().add(new go.PathFigure(lt,0,!1).add(new go.PathSegment(go.PathSegment.Arc,270,360,lt,gt,lt,gt)).add(new go.PathSegment(go.PathSegment.Line,lt,nt)).add(new go.PathSegment(go.PathSegment.Move,lt,gt)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,ct*nt)).add(new go.PathSegment(go.PathSegment.Move,lt,gt)).add(new go.PathSegment(go.PathSegment.Line,ct*et,ct*nt)))}),go.Shape.defineFigureGenerator("NotAllowed",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.5,gt=.5,mt=.5,St=.5,Pt=new go.PathFigure(mt*et,(St-gt)*nt);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-gt)*et,St*nt,(mt-lt)*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+gt)*nt,(mt-gt)*et,(St+lt)*nt,(mt-lt)*et,(St+gt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,St*nt,(mt+lt)*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-gt)*nt,(mt+gt)*et,(St-lt)*nt,(mt+lt)*et,(St-gt)*nt)),gt=.4,lt=oe*.4;var Rt=Lt(),Wt=Lt(),te=Lt(),Jt=Lt();pe(mt,St-gt,mt+lt,St-gt,mt+gt,St-lt,mt+gt,St,.42,Rt,Wt,te,Jt,Jt);var Vt=Lt(),le=Lt(),ae=Lt();pe(mt,St-gt,mt+lt,St-gt,mt+gt,St-lt,mt+gt,St,.58,Jt,Jt,ae,Vt,le);var Fe=Lt(),De=Lt(),Ee=Lt();pe(mt,St+gt,mt-lt,St+gt,mt-gt,St+lt,mt-gt,St,.42,Fe,De,Ee,Jt,Jt);var Sn=Lt(),rn=Lt(),Ge=Lt();return pe(mt,St+gt,mt-lt,St+gt,mt-gt,St+lt,mt-gt,St,.58,Jt,Jt,Ge,Sn,rn),Pt.add(new go.PathSegment(go.PathSegment.Move,Ge.x*et,Ge.y*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-gt)*et,St*nt,Sn.x*et,Sn.y*nt,rn.x*et,rn.y*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt,(mt-lt)*et,(St-gt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,te.x*et,te.y*nt,Rt.x*et,Rt.y*nt,Wt.x*et,Wt.y*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,Ge.x*et,Ge.y*nt).close()),Pt.add(new go.PathSegment(go.PathSegment.Move,Ee.x*et,Ee.y*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,ae.x*et,ae.y*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,St*nt,Vt.x*et,Vt.y*nt,le.x*et,le.y*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt,(mt+lt)*et,(St+gt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,Ee.x*et,Ee.y*nt,Fe.x*et,Fe.y*nt,De.x*et,De.y*nt).close()),re(Rt),re(Wt),re(te),re(Jt),re(Vt),re(le),re(ae),re(Fe),re(De),re(Ee),re(Sn),re(rn),re(Ge),ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("Fragile",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.25*et,0)).add(new go.PathSegment(go.PathSegment.Line,.2*et,.15*nt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.25*nt)).add(new go.PathSegment(go.PathSegment.Line,.29*et,.33*nt)).add(new go.PathSegment(go.PathSegment.Line,.35*et,.25*nt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.15*nt)).add(new go.PathSegment(go.PathSegment.Line,.4*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.5*nt,et,.25*nt,.75*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,.55*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,nt)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.45*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.45*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.5*nt,0,.25*nt).close()))}),go.Shape.setFigureParameter("HourGlass",0,new bn("Thickness",30)),go.Shape.defineFigureGenerator("HourGlass",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=30),ct>et&&(ct=et);var lt=(et-ct)/2,gt=lt+ct;return new go.Geometry().add(new go.PathFigure(gt,.5*nt).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt)).add(new go.PathSegment(go.PathSegment.Line,lt,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,0,0)).add(new go.PathSegment(go.PathSegment.Line,et,0).close()))}),go.Shape.defineFigureGenerator("Lightning",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,.55*nt).add(new go.PathSegment(go.PathSegment.Line,.6*et,0)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.45*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.45*nt)).add(new go.PathSegment(go.PathSegment.Line,.4*et,nt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.55*nt).close()))}),go.Shape.defineFigureGenerator("GenderMale",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.4,gt=.4,mt=.5,St=.5,Pt=Lt(),Rt=Lt(),Wt=Lt(),te=Lt(),Jt=new go.PathFigure((mt-gt)*et,St*nt,!1);ct.add(Jt),Jt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt,(mt-lt)*et,(St-gt)*nt)),pe(mt,St-gt,mt+lt,St-gt,mt+gt,St-lt,mt+gt,St,.44,Wt,te,Rt,Pt,Pt),Jt.add(new go.PathSegment(go.PathSegment.Bezier,Rt.x*et,Rt.y*nt,Wt.x*et,Wt.y*nt,te.x*et,te.y*nt));var Vt=Et(Rt.x,Rt.y);pe(mt,St-gt,mt+lt,St-gt,mt+gt,St-lt,mt+gt,St,.56,Pt,Pt,Rt,Wt,te);var le=Et(Rt.x,Rt.y);Jt.add(new go.PathSegment(go.PathSegment.Line,(Vt.x*.1+.95*.9)*et,Vt.y*.1*nt)),Jt.add(new go.PathSegment(go.PathSegment.Line,.85*et,Vt.y*.1*nt)),Jt.add(new go.PathSegment(go.PathSegment.Line,.85*et,0)),Jt.add(new go.PathSegment(go.PathSegment.Line,et,0)),Jt.add(new go.PathSegment(go.PathSegment.Line,et,.15*nt)),Jt.add(new go.PathSegment(go.PathSegment.Line,(le.x*.1+.9)*et,.15*nt)),Jt.add(new go.PathSegment(go.PathSegment.Line,(le.x*.1+.9)*et,(le.y*.1+.05*.9)*nt)),Jt.add(new go.PathSegment(go.PathSegment.Line,le.x*et,le.y*nt)),Jt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,St*nt,Wt.x*et,Wt.y*nt,te.x*et,te.y*nt)),Jt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt,(mt+lt)*et,(St+gt)*nt)),Jt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-gt)*et,St*nt,(mt-lt)*et,(St+gt)*nt,(mt-gt)*et,(St+lt)*nt)),gt=.35,lt=oe*.35;var ae=new go.PathFigure(mt*et,(St-gt)*nt,!1);ct.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,(mt-gt)*et,St*nt,(mt-lt)*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt)),ae.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+gt)*nt,(mt-gt)*et,(St+lt)*nt,(mt-lt)*et,(St+gt)*nt)),ae.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,St*nt,(mt+lt)*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),ae.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-gt)*nt,(mt+gt)*et,(St-lt)*nt,(mt+lt)*et,(St-gt)*nt));var Fe=new go.PathFigure((mt-gt)*et,St*nt,!1);return ct.add(Fe),re(Pt),re(Rt),re(Wt),re(te),re(Vt),re(le),ct.spot1=new go.Spot(.202,.257),ct.spot2=new go.Spot(.792,.739),ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("GenderFemale",function(Bt,et,nt){var ct=new go.Geometry,lt=.375,gt=0,mt=-.125,St=lt*oe,Pt=new go.PathFigure((.525+gt)*et,(.5+lt+mt)*nt,!1);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+lt+gt)*et,(.5+mt)*nt,(.5+St+gt)*et,(.5+lt+mt)*nt,(.5+lt+gt)*et,(.5+St+mt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+gt)*et,(.5-lt+mt)*nt,(1-.5+lt+gt)*et,(.5-St+mt)*nt,(.5+St+gt)*et,(.5-lt+mt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+gt)*et,(.5+mt)*nt,(.5-St+gt)*et,(.5-lt+mt)*nt,(.5-lt+gt)*et,(.5-St+mt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(.475+gt)*et,(.5+lt+mt)*nt,(.5-lt+gt)*et,(.5+St+mt)*nt,(.5-St+gt)*et,(.5+lt+mt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.475*et,.85*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.85*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.9*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.475*et,.9*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.475*et,nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.525*et,nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.9*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.9*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.85*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.85*nt).close()),lt=.325,gt=0,mt=-.125,St=lt*oe;var Pt=new go.PathFigure((1-.5+lt+gt)*et,(.5+mt)*nt,!1);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+gt)*et,(.5+lt+mt)*nt,(.5+lt+gt)*et,(.5+St+mt)*nt,(.5+St+gt)*et,(.5+lt+mt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+gt)*et,(.5+mt)*nt,(.5-St+gt)*et,(.5+lt+mt)*nt,(.5-lt+gt)*et,(.5+St+mt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+gt)*et,(.5-lt+mt)*nt,(.5-lt+gt)*et,(.5-St+mt)*nt,(.5-St+gt)*et,(.5-lt+mt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+lt+gt)*et,(.5+mt)*nt,(.5+St+gt)*et,(.5-lt+mt)*nt,(1-.5+lt+gt)*et,(.5-St+mt)*nt));var Pt=new go.PathFigure((.525+gt)*et,(.5+lt+mt)*nt,!1);return ct.add(Pt),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(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;return isNaN(ct)&&(ct=.2),new go.Geometry().add(new go.PathFigure((1-ct)*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,nt)).add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt))).setSpots(0,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicIff",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;return isNaN(ct)&&(ct=.2),new go.Geometry().add(new go.PathFigure((1-ct)*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,(1-ct)*et,nt)).add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Move,ct*et,0)).add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,ct*et,nt))).setSpots(.2,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicNot",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)))}),go.Shape.defineFigureGenerator("LogicAnd",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,nt,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt))).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("LogicOr",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)).add(new go.PathSegment(go.PathSegment.Line,et,0))).setSpots(.219,0,.78,.409)}),go.Shape.defineFigureGenerator("LogicXor",function(Bt,et,nt){var ct=new go.Geometry().add(new go.PathFigure(.5*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)).add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Arc,0,360,.5*et,.5*nt,.5*et,.5*nt)));return ct.defaultStretch=go.GraphObject.Uniform,ct}),go.Shape.defineFigureGenerator("LogicTruth",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,.5*et,0)).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)))}),go.Shape.defineFigureGenerator("LogicFalsity",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,nt,!1).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Move,.5*et,nt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,0)))}),go.Shape.defineFigureGenerator("LogicThereExists",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Move,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt)))}),go.Shape.defineFigureGenerator("LogicForAll",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,.25*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*nt))).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("LogicIsDefinedAs",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)).add(new go.PathSegment(go.PathSegment.Move,0,nt)).add(new go.PathSegment(go.PathSegment.Line,et,nt))).setSpots(.01,.01,.99,.49)}),go.Shape.defineFigureGenerator("LogicIntersect",function(Bt,et,nt){var ct=.5;return new go.Geometry().add(new go.PathFigure(0,nt,!1).add(new go.PathSegment(go.PathSegment.Line,0,ct*nt)).add(new go.PathSegment(go.PathSegment.Arc,180,180,ct*et,ct*nt,ct*et,ct*nt)).add(new go.PathSegment(go.PathSegment.Line,et,nt))).setSpots(0,.5,1,1)}),go.Shape.defineFigureGenerator("LogicUnion",function(Bt,et,nt){var ct=.5;return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,ct*nt)).add(new go.PathSegment(go.PathSegment.Arc,0,180,ct*et,ct*nt,ct*et,ct*nt)).add(new go.PathSegment(go.PathSegment.Line,0,0))).setSpots(0,0,1,.5)}),go.Shape.setFigureParameter("Arrow",0,new bn("ArrowheadWidth",.3,.01,.99)),go.Shape.setFigureParameter("Arrow",1,new bn("TailHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("Arrow",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=.3);var lt=Bt?Bt.parameter2:NaN;isNaN(lt)&&(lt=.3);var gt=(1-ct)*et,mt=(.5-lt/2)*nt,St=(.5+lt/2)*nt,Pt=new go.Geometry,Rt=new go.PathFigure(0,mt,!0);Pt.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Line,gt,mt)),Rt.add(new go.PathSegment(go.PathSegment.Line,gt,0)),Rt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),Rt.add(new go.PathSegment(go.PathSegment.Line,gt,nt)),Rt.add(new go.PathSegment(go.PathSegment.Line,gt,St)),Rt.add(new go.PathSegment(go.PathSegment.Line,0,St).close()),Pt.spot1=new go.Spot(0,mt/nt);var Wt=fe(0,St/nt,1,St/nt,gt/et,1,1,.5,Lt());return Pt.spot2=new go.Spot(Wt.x,Wt.y),re(Wt),Pt}),go.Shape.setFigureParameter("Arrow2",0,new bn("ArrowheadWidth",30)),go.Shape.setFigureParameter("Arrow2",0,new bn("TailHeight",30)),go.Shape.defineFigureGenerator("Arrow2",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=30),ct>et&&(ct=et);var lt=Bt?Bt.parameter2:NaN;isNaN(lt)&&(lt=30),lt=Math.min(lt,nt/2);var gt=et-ct,mt=(nt-lt)/2,St=mt+lt,Pt=new go.Geometry,Rt=new go.PathFigure(0,mt,!0);Pt.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Line,gt,mt)),Rt.add(new go.PathSegment(go.PathSegment.Line,gt,0)),Rt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),Rt.add(new go.PathSegment(go.PathSegment.Line,gt,nt)),Rt.add(new go.PathSegment(go.PathSegment.Line,gt,St)),Rt.add(new go.PathSegment(go.PathSegment.Line,0,St).close()),Pt.spot1=new go.Spot(0,mt/nt);var Wt=fe(0,St/nt,1,St/nt,gt/et,1,1,.5,Lt());return Pt.spot2=new go.Spot(Wt.x,Wt.y),re(Wt),Pt}),go.Shape.defineFigureGenerator("Chevron",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt).close()),ct}),go.Shape.defineFigureGenerator("DoubleArrow",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.214*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,1*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.786*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,1*nt).close()),ct}),go.Shape.setFigureParameter("DoubleEndArrow",0,new bn("ConnecterHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("DoubleEndArrow",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=.3);var lt=(.5-ct/2)*nt,gt=(.5+ct/2)*nt,mt=new go.Geometry,St=new go.PathFigure(et,.5*nt,!0);mt.add(St),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,gt)),St.add(new go.PathSegment(go.PathSegment.Line,.3*et,gt)),St.add(new go.PathSegment(go.PathSegment.Line,.3*et,nt)),St.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)),St.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),St.add(new go.PathSegment(go.PathSegment.Line,.3*et,lt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close());var Pt=fe(0,.5,.3,0,0,lt/nt,.1,lt/nt,Lt());return mt.spot1=new go.Spot(Pt.x,Pt.y),Pt=fe(.7,1,1,.5,0,gt/nt,1,gt/nt,Pt),mt.spot2=new go.Spot(Pt.x,Pt.y),re(Pt),mt}),go.Shape.setFigureParameter("DoubleEndArrow2",0,new bn("ConnecterHeight",40)),go.Shape.setFigureParameter("DoubleEndArrow2",1,new bn("ArrowHeight",100)),go.Shape.defineFigureGenerator("DoubleEndArrow2",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=40);var lt=Bt?Bt.parameter2:NaN;isNaN(lt)&&(lt=100);var gt=(nt-ct)/2,mt=gt+ct,St=(nt-lt)/2,Pt=St+lt;(ct>nt||lt>nt)&&(lt>ct?(ct=ct*nt/lt,gt=(nt-ct)/2,mt=gt+ct,St=0,Pt=nt):(gt=0,mt=nt,St=0,Pt=nt));var Rt=new go.Geometry,Wt=new go.PathFigure(et,.5*nt,!0);Rt.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Line,.7*et,Pt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.7*et,mt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.3*et,mt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.3*et,Pt)),Wt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.3*et,St)),Wt.add(new go.PathSegment(go.PathSegment.Line,.3*et,gt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.7*et,gt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.7*et,St).close());var te=fe(0,.5,.3,St/nt,0,gt/nt,1,gt/nt,Lt());return Rt.spot1=new go.Spot(te.x,te.y),te=fe(.7,Pt/nt,1,.5,0,mt/nt,1,mt/nt,te),Rt.spot2=new go.Spot(te.x,te.y),re(te),Rt}),go.Shape.setFigureParameter("IBeamArrow",0,new bn("ConnectorHeight",.7,.51,.97)),go.Shape.defineFigureGenerator("IBeamArrow",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=.3);var lt=(.5-ct/2)*nt,gt=(.5+ct/2)*nt,mt=new go.Geometry,St=new go.PathFigure(et,.5*nt,!0);mt.add(St),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,gt)),St.add(new go.PathSegment(go.PathSegment.Line,.2*et,gt)),St.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),St.add(new go.PathSegment(go.PathSegment.Line,0,nt)),St.add(new go.PathSegment(go.PathSegment.Line,0,0)),St.add(new go.PathSegment(go.PathSegment.Line,.2*et,0)),St.add(new go.PathSegment(go.PathSegment.Line,.2*et,lt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),mt.spot1=new go.Spot(0,lt/nt);var Pt=fe(.7,1,1,.5,0,gt/nt,1,gt/nt,Lt());return mt.spot2=new go.Spot(Pt.x,Pt.y),re(Pt),mt}),go.Shape.setFigureParameter("IBeamArrow2",0,new bn("ConnectorHeight",40)),go.Shape.setFigureParameter("IBeamArrow2",1,new bn("BeamArrowHeight",100)),go.Shape.defineFigureGenerator("IBeamArrow2",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=40);var lt=Bt?Bt.parameter2:NaN;isNaN(lt)&&(lt=100);var gt=(nt-ct)/2,mt=gt+ct,St=(nt-lt)/2,Pt=St+lt;(ct>nt||lt>nt)&&(lt>ct?(ct=ct*nt/lt,gt=(nt-ct)/2,mt=gt+ct,St=0,Pt=nt):(gt=0,mt=nt,St=0,Pt=nt));var Rt=new go.Geometry,Wt=new go.PathFigure(et,.5*nt,!0);Rt.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Line,.7*et,Pt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.7*et,mt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.2*et,mt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.2*et,Pt)),Wt.add(new go.PathSegment(go.PathSegment.Line,0,Pt)),Wt.add(new go.PathSegment(go.PathSegment.Line,0,St)),Wt.add(new go.PathSegment(go.PathSegment.Line,.2*et,St)),Wt.add(new go.PathSegment(go.PathSegment.Line,.2*et,gt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.7*et,gt)),Wt.add(new go.PathSegment(go.PathSegment.Line,.7*et,St).close()),Rt.spot1=new go.Spot(0,gt/nt);var te=fe(.7,Pt/nt,1,.5,0,mt/nt,1,mt/nt,Lt());return Rt.spot2=new go.Spot(te.x,te.y),re(te),Rt}),go.Shape.setFigureParameter("Pointer",0,new bn("BackPoint",.1,0,.2)),go.Shape.defineFigureGenerator("Pointer",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=.1);var lt=new go.Geometry,gt=new go.PathFigure(et,.5*nt,!0);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,ct*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,0).close()),lt.spot1=new go.Spot(ct,.35);var mt=fe(.2,.65,1,.65,0,1,1,.5,Lt());return lt.spot2=new go.Spot(mt.x,mt.y),re(mt),lt}),go.Shape.setFigureParameter("RoundedPointer",0,new bn("RoundedEdge",.3,0,.5)),go.Shape.defineFigureGenerator("RoundedPointer",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=.3);var lt=new go.Geometry,gt=new go.PathFigure(et,.5*nt,!0);lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,ct*et,.75*nt,ct*et,.25*nt).close()),lt.spot1=new go.Spot(ct,.35);var mt=fe(0,.65,1,.65,0,1,1,.5,Lt());return lt.spot2=new go.Spot(mt.x,mt.y),re(mt),lt}),go.Shape.setFigureParameter("SplitEndArrow",0,new bn("TailHeight",.4,.01,.99)),go.Shape.defineFigureGenerator("SplitEndArrow",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=.4);var lt=(.5-ct/2)*nt,gt=(.5+ct/2)*nt,mt=new go.Geometry,St=new go.PathFigure(et,.5*nt,!0);mt.add(St),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,gt)),St.add(new go.PathSegment(go.PathSegment.Line,0,gt)),St.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*nt)),St.add(new go.PathSegment(go.PathSegment.Line,0,lt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),mt.spot1=new go.Spot(.2,.3);var Pt=fe(.7,1,1,.5,0,gt/nt,1,gt/nt,Lt());return mt.spot2=new go.Spot(Pt.x,Pt.y),re(Pt),mt}),go.Shape.setFigureParameter("SplitEndArrow2",0,new bn("TailThickness",50)),go.Shape.defineFigureGenerator("SplitEndArrow2",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=50);var lt=(nt-ct)/2,gt=lt+ct;ct>nt&&(lt=0,gt=nt);var mt=new go.Geometry,St=new go.PathFigure(et,.5*nt,!0);mt.add(St),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,gt)),St.add(new go.PathSegment(go.PathSegment.Line,0,gt)),St.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*nt)),St.add(new go.PathSegment(go.PathSegment.Line,0,lt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),St.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),mt.spot1=new go.Spot(.2,lt/nt);var Pt=fe(.7,1,1,.5,0,gt/nt,1,gt/nt,Lt());return mt.spot2=new go.Spot(Pt.x,Pt.y),re(Pt),mt}),go.Shape.setFigureParameter("SquareArrow",0,new bn("ArrowPoint",.7,.2,.9)),go.Shape.defineFigureGenerator("SquareArrow",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=.7);var lt=new go.Geometry,gt=new go.PathFigure(et,.5*nt,!0);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,ct*et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,0)),gt.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(Bt,et,nt){var ct=new go.Geometry,lt=oe*.5,gt=oe*.1,mt=new go.PathFigure(0,.9*nt,!0);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),mt.add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,(.9+gt)*nt,(.5+lt)*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*nt,(.5-lt)*et,nt,0,(.9+gt)*nt).close()),ct.spot1=new go.Spot(.25,.5),ct.spot2=new go.Spot(.75,.97),ct}),go.Shape.defineFigureGenerator("Cone2",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.9*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.9*nt,(1-.85/.9)*et,nt,.85/.9*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.9*nt).close());var gt=new go.PathFigure(0,.9*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Bezier,et,.9*nt,(1-.85/.9)*et,.8*nt,.85/.9*et,.8*nt)),ct.spot1=new go.Spot(.25,.5),ct.spot2=new go.Spot(.75,.82),ct}),go.Shape.defineFigureGenerator("Cube1",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.15*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.85*nt).close());var gt=new go.PathFigure(.5*et,nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.3*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,.15*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.3*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,.15*nt)),ct.spot1=new go.Spot(0,.3),ct.spot2=new go.Spot(.5,.85),ct}),go.Shape.defineFigureGenerator("Cube2",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.3*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0).close());var gt=new go.PathFigure(0,.3*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.3*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Move,.7*et,.3*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.7*et,nt)),ct.spot1=new go.Spot(0,.3),ct.spot2=new go.Spot(.7,1),ct}),go.Shape.defineFigureGenerator("Cylinder1",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=5),ct=Math.min(ct,nt/3);var lt=new go.Geometry,gt=oe*.5,mt=new go.PathFigure(0,ct,!0);lt.add(mt),mt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,oe*ct,(.5-gt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Bezier,1*et,ct,(.5+gt)*et,0,1*et,oe*ct)),mt.add(new go.PathSegment(go.PathSegment.Line,et,nt-ct)),mt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,1*nt,1*et,nt-oe*ct,(.5+gt)*et,1*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt-ct,(.5-gt)*et,1*nt,0,nt-oe*ct)),mt.add(new go.PathSegment(go.PathSegment.Line,0,ct));var St=new go.PathFigure(et,ct,!1);return lt.add(St),St.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,2*ct,1*et,2*ct-oe*ct,(.5+gt)*et,2*ct)),St.add(new go.PathSegment(go.PathSegment.Bezier,0,ct,(.5-gt)*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(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=5),ct=Math.min(ct,nt/3);var lt=new go.Geometry,gt=oe*.5,mt=new go.PathFigure(0,nt-ct,!0);lt.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,0,ct)),mt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,oe*ct,(.5-gt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et,ct,(.5+gt)*et,0,et,oe*ct)),mt.add(new go.PathSegment(go.PathSegment.Line,et,nt-ct)),mt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,nt-oe*ct,(.5+gt)*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt-ct,(.5-gt)*et,nt,0,nt-oe*ct));var St=new go.PathFigure(0,nt-ct,!1);return lt.add(St),St.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt-2*ct,0,nt-ct-oe*ct,(.5-gt)*et,nt-2*ct)),St.add(new go.PathSegment(go.PathSegment.Bezier,et,nt-ct,(.5+gt)*et,nt-2*ct,et,nt-ct-oe*ct)),lt.spot1=new go.Spot(0,0),lt.spot2=new go.Spot(1,1,0,-2*ct),lt}),go.Shape.defineFigureGenerator("Cylinder3",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=5),ct=Math.min(ct,et/3);var lt=new go.Geometry,gt=oe*.5,mt=new go.PathFigure(ct,0,!0);lt.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et-ct,0)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,et-oe*ct,0,et,(.5-gt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,nt,et,(.5+gt)*nt,et-oe*ct,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,ct,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,oe*ct,nt,0,(.5+gt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,ct,0,0,(.5-gt)*nt,oe*ct,0));var St=new go.PathFigure(ct,0,!1);return lt.add(St),St.add(new go.PathSegment(go.PathSegment.Bezier,2*ct,.5*nt,ct+oe*ct,0,2*ct,(.5-gt)*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,ct,nt,2*ct,(.5+gt)*nt,ct+oe*ct,nt)),lt.spot1=new go.Spot(0,0,2*ct,0),lt.spot2=new go.Spot(1,1),lt}),go.Shape.defineFigureGenerator("Cylinder4",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=5),ct=Math.min(ct,et/3);var lt=new go.Geometry,gt=oe*.5,mt=new go.PathFigure(et-ct,0,!0);lt.add(mt),mt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,et-oe*ct,0,et,(.5-gt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,nt,et,(.5+gt)*nt,et-oe*ct,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,ct,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,oe*ct,nt,0,(.5+gt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,ct,0,0,(.5-gt)*nt,oe*ct,0)),mt.add(new go.PathSegment(go.PathSegment.Line,et-ct,0));var St=new go.PathFigure(et-ct,0,!1);return lt.add(St),St.add(new go.PathSegment(go.PathSegment.Bezier,et-2*ct,.5*nt,et-ct-oe*ct,0,et-2*ct,(.5-gt)*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,nt,et-2*ct,(.5+gt)*nt,et-ct-oe*ct,nt)),lt.spot1=new go.Spot(0,0),lt.spot2=new go.Spot(1,1,-2*ct,0),lt}),go.Shape.defineFigureGenerator("Prism1",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.25*et,.25*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var gt=new go.PathFigure(.25*et,.25*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),ct.spot1=new go.Spot(.408,.172),ct.spot2=new go.Spot(.833,.662),ct}),go.Shape.defineFigureGenerator("Prism2",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.25*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var gt=new go.PathFigure(0,nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,0,.25*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*nt)),ct.spot1=new go.Spot(.25,.5),ct.spot2=new go.Spot(.75,.75),ct}),go.Shape.defineFigureGenerator("Pyramid1",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*nt).close());var gt=new go.PathFigure(.5*et,0,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),ct.spot1=new go.Spot(.25,.367),ct.spot2=new go.Spot(.75,.875),ct}),go.Shape.defineFigureGenerator("Pyramid2",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.85*nt).close());var gt=new go.PathFigure(.5*et,0,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.7*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,.85*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.7*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,.85*nt)),ct.spot1=new go.Spot(.25,.367),ct.spot2=new go.Spot(.75,.875),ct}),go.Shape.defineFigureGenerator("Actor",function(Bt,et,nt){var ct=new go.Geometry,lt=.2,gt=.1,mt=oe*lt,St=oe*gt,Pt=.5,Rt=.1,Wt=new go.PathFigure(Pt*et,(Rt+gt)*nt,!0);ct.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-lt)*et,Rt*nt,(Pt-mt)*et,(Rt+gt)*nt,(Pt-lt)*et,(Rt+St)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt-gt)*nt,(Pt-lt)*et,(Rt-St)*nt,(Pt-mt)*et,(Rt-gt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt+lt)*et,Rt*nt,(Pt+mt)*et,(Rt-gt)*nt,(Pt+lt)*et,(Rt-St)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt+gt)*nt,(Pt+lt)*et,(Rt+St)*nt,(Pt+mt)*et,(Rt+gt)*nt));var te=.05,Jt=oe*te;Pt=.05,Rt=.25;var Vt=new go.PathFigure(.5*et,.2*nt,!0);return ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Line,.95*et,.2*nt)),Pt=.95,Rt=.25,Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt+te)*et,Rt*nt,(Pt+Jt)*et,(Rt-te)*nt,(Pt+te)*et,(Rt-Jt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,et,.6*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.35*nt)),te=.025,Jt=oe*te,Pt=.825,Rt=.35,Vt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt-te)*nt,(Pt+te)*et,(Rt-Jt)*nt,(Pt+Jt)*et,(Rt-te)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-te)*et,Rt*nt,(Pt-Jt)*et,(Rt-te)*nt,(Pt-te)*et,(Rt-Jt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.8*et,nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*nt)),te=.05,Jt=oe*te,Pt=.5,Rt=.7,Vt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt-te)*nt,(Pt+te)*et,(Rt-Jt)*nt,(Pt+Jt)*et,(Rt-te)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-te)*et,Rt*nt,(Pt-Jt)*et,(Rt-te)*nt,(Pt-te)*et,(Rt-Jt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.45*et,nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.35*nt)),te=.025,Jt=oe*te,Pt=.175,Rt=.35,Vt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt-te)*nt,(Pt+te)*et,(Rt-Jt)*nt,(Pt+Jt)*et,(Rt-te)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-te)*et,Rt*nt,(Pt-Jt)*et,(Rt-te)*nt,(Pt-te)*et,(Rt-Jt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,.6*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,0,.25*nt)),te=.05,Jt=oe*te,Pt=.05,Rt=.25,Vt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt-te)*nt,(Pt-te)*et,(Rt-Jt)*nt,(Pt-Jt)*et,(Rt-te)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.2*nt)),ct.spot1=new go.Spot(.2,.2),ct.spot2=new go.Spot(.8,.65),ct}),go.Shape.setFigureParameter("Card",0,new bn("CornerCutoutSize",.2,.1,.9)),go.Shape.defineFigureGenerator("Card",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;isNaN(ct)&&(ct=.2);var lt=new go.Geometry,gt=new go.PathFigure(et,0,!0);return lt.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,ct*nt)),gt.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(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,.5*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt));var gt=new go.PathFigure(.5*et,.5*nt,!0);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),ct.spot1=new go.Spot(.25,0),ct.spot2=new go.Spot(.75,.25),ct}),go.Shape.defineFigureGenerator("CreateRequest",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN;isNaN(lt)&&(lt=.1);var gt=new go.PathFigure(0,0,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var mt=new go.PathFigure(0,lt*nt,!1);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et,lt*nt)),mt.add(new go.PathSegment(go.PathSegment.Move,0,(1-lt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,et,(1-lt)*nt)),ct}),go.Shape.defineFigureGenerator("Database",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.5,gt=oe*.1,mt=new go.PathFigure(et,.1*nt,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,(.9+gt)*nt,(.5+lt)*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*nt,(.5-lt)*et,nt,0,(.9+gt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,0,.1*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,(.1-gt)*nt,(.5-lt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*nt,(.5+lt)*et,0,et,(.1-gt)*nt));var St=new go.PathFigure(et,.1*nt,!1);return ct.add(St),St.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*nt,et,(.1+gt)*nt,(.5+lt)*et,.2*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*nt,(.5-lt)*et,.2*nt,0,(.1+gt)*nt)),St.add(new go.PathSegment(go.PathSegment.Move,et,.2*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*nt,et,(.2+gt)*nt,(.5+lt)*et,.3*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*nt,(.5-lt)*et,.3*nt,0,(.2+gt)*nt)),St.add(new go.PathSegment(go.PathSegment.Move,et,.3*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.4*nt,et,(.3+gt)*nt,(.5+lt)*et,.4*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,0,.3*nt,(.5-lt)*et,.4*nt,0,(.3+gt)*nt)),ct.spot1=new go.Spot(0,.4),ct.spot2=new go.Spot(1,.9),ct}),go.Shape.defineFigureGenerator("DataStorage",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,nt,et,0,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.9*nt,.25*et,.1*nt).close()),ct.spot1=new go.Spot(.226,0),ct.spot2=new go.Spot(.81,1),ct}),go.Shape.defineFigureGenerator("DiskStorage",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.5,gt=oe*.1,mt=new go.PathFigure(et,.1*nt,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,(.9+gt)*nt,(.5+lt)*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*nt,(.5-lt)*et,nt,0,(.9+gt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,0,.1*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,(.1-gt)*nt,(.5-lt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*nt,(.5+lt)*et,0,et,(.1-gt)*nt));var St=new go.PathFigure(et,.1*nt,!1);return ct.add(St),St.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*nt,et,(.1+gt)*nt,(.5+lt)*et,.2*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*nt,(.5-lt)*et,.2*nt,0,(.1+gt)*nt)),St.add(new go.PathSegment(go.PathSegment.Move,et,.2*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*nt,et,(.2+gt)*nt,(.5+lt)*et,.3*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*nt,(.5-lt)*et,.3*nt,0,(.2+gt)*nt)),ct.spot1=new go.Spot(0,.3),ct.spot2=new go.Spot(1,.9),ct}),go.Shape.defineFigureGenerator("Display",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.25*et,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,nt,et,0,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt).close()),ct.spot1=new go.Spot(.25,0),ct.spot2=new go.Spot(.75,1),ct}),go.Shape.defineFigureGenerator("DividedEvent",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN;isNaN(lt)?lt=.2:lt<.15&&(lt=.15);var gt=oe*.2,mt=new go.PathFigure(0,.2*nt,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,0,(.2-gt)*nt,(.2-gt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et,.2*nt,(.8+gt)*et,0,et,(.2-gt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,nt,et,(.8+gt)*nt,(.8+gt)*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,.8*nt,(.2-gt)*et,nt,0,(.8+gt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,0,.2*nt));var St=new go.PathFigure(0,lt*nt,!1);return ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,et,lt*nt)),ct}),go.Shape.defineFigureGenerator("DividedProcess",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN;(isNaN(lt)||lt<.1)&&(lt=.1);var gt=new go.PathFigure(0,0,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var mt=new go.PathFigure(0,lt*nt,!1);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et,lt*nt)),ct}),go.Shape.defineFigureGenerator("Document",function(Bt,et,nt){var ct=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(0,.7*nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*nt,.5*et,.4*nt,.5*et,nt).close()),ct.spot1=go.Spot.TopLeft,ct.spot2=new go.Spot(1,.6),ct}),go.Shape.defineFigureGenerator("ExternalOrganization",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN;(isNaN(lt)||lt<.2)&&(lt=.2);var gt=new go.PathFigure(0,0,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var mt=new go.PathFigure(lt*et,0,!1);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,0,lt*nt)),mt.add(new go.PathSegment(go.PathSegment.Move,et,lt*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Move,0,(1-lt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,lt*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Move,(1-lt)*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,et,(1-lt)*nt)),ct}),go.Shape.defineFigureGenerator("ExternalProcess",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt).close());var gt=new go.PathFigure(.1*et,.4*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.6*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.9*et,.6*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.6*et,.1*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.1*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.4*et,.9*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.9*nt)),ct.spot1=new go.Spot(.25,.25),ct.spot2=new go.Spot(.75,.75),ct}),go.Shape.defineFigureGenerator("File",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var gt=new go.PathFigure(.75*et,0,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.25*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),ct.spot1=new go.Spot(0,.25),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("Interrupt",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,.5*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt));var gt=new go.PathFigure(et,.5*nt,!1);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt));var mt=new go.PathFigure(et,.5*nt,!1);return ct.add(mt),mt.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(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN,gt=Bt?Bt.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(gt)&&(gt=.1);var mt=new go.PathFigure(0,0,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et,0)),mt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var St=new go.PathFigure(lt*et,0,!1);return ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,lt*et,nt)),St.add(new go.PathSegment(go.PathSegment.Move,0,gt*nt)),St.add(new go.PathSegment(go.PathSegment.Line,et,gt*nt)),ct}),go.Shape.defineFigureGenerator("Junction",function(Bt,et,nt){var ct=new go.Geometry,lt=1/Math.SQRT2,gt=(1-1/Math.SQRT2)/2,mt=oe*.5,St=.5,Pt=new go.PathFigure(et,St*nt,!0);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,St*et,nt,et,(St+mt)*nt,(St+mt)*et,nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,0,St*nt,(St-mt)*et,nt,0,(St+mt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,St*et,0,0,(St-mt)*nt,(St-mt)*et,0)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,et,St*nt,(St+mt)*et,0,et,(St-mt)*nt));var Rt=new go.PathFigure((gt+lt)*et,(gt+lt)*nt,!1);return ct.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Line,gt*et,gt*nt)),Rt.add(new go.PathSegment(go.PathSegment.Move,gt*et,(gt+lt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Line,(gt+lt)*et,gt*nt)),ct}),go.Shape.defineFigureGenerator("LinedDocument",function(Bt,et,nt){var ct=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(0,.7*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*nt,.5*et,.4*nt,.5*et,nt).close());var gt=new go.PathFigure(.1*et,0,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.75*nt)),ct.spot1=new go.Spot(.1,0),ct.spot2=new go.Spot(1,.6),ct}),go.Shape.defineFigureGenerator("LoopLimit",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt).close()),ct.spot1=new go.Spot(0,.25),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("MagneticTape",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.5,gt=.5,mt=new go.PathFigure(.5*et,nt,!0);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,gt*nt,(gt-lt)*et,nt,0,(gt+lt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,0,0,(gt-lt)*nt,(gt-lt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et,gt*nt,(gt+lt)*et,0,et,(gt-lt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,(gt+.1)*et,.9*nt,et,(gt+lt)*nt,(gt+lt)*et,.9*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),ct.spot1=new go.Spot(.15,.15),ct.spot2=new go.Spot(.85,.8),ct}),go.Shape.defineFigureGenerator("ManualInput",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*nt).close()),ct.spot1=new go.Spot(0,.25),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("MessageFromUser",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN;isNaN(lt)&&(lt=.7);var gt=new go.PathFigure(0,0,!0);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,lt*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ct.spot1=go.Spot.TopLeft,ct}),go.Shape.defineFigureGenerator("MicroformProcessing",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN;isNaN(lt)&&(lt=.25);var gt=new go.PathFigure(0,0,!0);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,lt*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,(1-lt)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ct}),go.Shape.defineFigureGenerator("MicroformRecording",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(1,.75),ct}),go.Shape.defineFigureGenerator("MultiDocument",function(Bt,et,nt){var ct=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(et,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.44*nt,.96*et,.47*nt,.93*et,.45*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.54*nt,.86*et,.57*nt,.83*et,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*nt,.4*et,.4*nt,.4*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,0).close());var gt=new go.PathFigure(.1*et,.2*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.54*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.1*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.1*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.44*nt)),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.8,.77),ct}),go.Shape.defineFigureGenerator("MultiProcess",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.1*et,.1*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*nt).close());var gt=new go.PathFigure(.2*et,.1*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.1*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.1*et,.2*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.9*nt)),ct.spot1=new go.Spot(0,.2),ct.spot2=new go.Spot(.8,1),ct}),go.Shape.defineFigureGenerator("OfflineStorage",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN;isNaN(lt)&&(lt=.1);var gt=1-lt,mt=new go.PathFigure(0,0,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et,0)),mt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt).close());var St=new go.PathFigure(.5*lt*et,lt*nt,!1);return ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,(1-.5*lt)*et,lt*nt)),ct}),go.Shape.defineFigureGenerator("OffPageConnector",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ct.spot1=go.Spot.TopLeft,ct.spot2=new go.Spot(.75,1),ct}),go.Shape.defineFigureGenerator("Or",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.5,gt=.5,mt=new go.PathFigure(et,gt*nt,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,nt,et,(gt+lt)*nt,(gt+lt)*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,gt*nt,(gt-lt)*et,nt,0,(gt+lt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,0,0,(gt-lt)*nt,(gt-lt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et,gt*nt,(gt+lt)*et,0,et,(gt-lt)*nt));var St=new go.PathFigure(et,.5*nt,!1);return ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)),St.add(new go.PathSegment(go.PathSegment.Move,.5*et,nt)),St.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),ct}),go.Shape.defineFigureGenerator("PaperTape",function(Bt,et,nt){var ct=new go.Geometry;nt=nt/.8;var lt=new go.PathFigure(0,.7*nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.3*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.3*nt,.5*et,.6*nt,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*nt,.5*et,.4*nt,.5*et,nt).close()),ct.spot1=new go.Spot(0,.49),ct.spot2=new go.Spot(1,.75),ct}),go.Shape.defineFigureGenerator("PrimitiveFromCall",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN,gt=Bt?Bt.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(gt)&&(gt=.3);var mt=new go.PathFigure(0,0,!0);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et,0)),mt.add(new go.PathSegment(go.PathSegment.Line,(1-gt)*et,.5*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ct}),go.Shape.defineFigureGenerator("PrimitiveToCall",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN,gt=Bt?Bt.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(gt)&&(gt=.3);var mt=new go.PathFigure(0,0,!0);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,(1-gt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,(1-gt)*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ct}),go.Shape.defineFigureGenerator("Procedure",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN;isNaN(lt)&&(lt=.1);var gt=new go.PathFigure(0,0,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var mt=new go.PathFigure((1-lt)*et,0,!1);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Move,lt*et,0)),mt.add(new go.PathSegment(go.PathSegment.Line,lt*et,nt)),ct}),go.Shape.defineFigureGenerator("Process",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN;isNaN(lt)&&(lt=.1);var gt=new go.PathFigure(0,0,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var mt=new go.PathFigure(lt*et,0,!1);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,lt*et,nt)),ct.spot2=go.Spot.BottomRight,ct}),go.Shape.defineFigureGenerator("Sort",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt).close());var gt=new go.PathFigure(0,.5*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),ct.spot1=new go.Spot(.25,.25),ct.spot2=new go.Spot(.75,.5),ct}),go.Shape.defineFigureGenerator("Start",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN;isNaN(lt)&&(lt=.25);var gt=new go.PathFigure(lt*et,0,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*et,.5*nt,.25*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*et,.5*nt,.25*et,.5*nt));var mt=new go.PathFigure(lt*et,0,!1);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,lt*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Move,(1-lt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,nt)),ct.spot1=new go.Spot(lt,0),ct.spot2=new go.Spot(1-lt,1),ct}),go.Shape.defineFigureGenerator("Terminator",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.25*et,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*et,.5*nt,.25*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*et,.5*nt,.25*et,.5*nt)),ct.spot1=new go.Spot(.23,0),ct.spot2=new go.Spot(.77,1),ct}),go.Shape.defineFigureGenerator("TransmittalTape",function(Bt,et,nt){var ct=new go.Geometry,lt=Bt?Bt.parameter1:NaN;isNaN(lt)&&(lt=.1);var gt=new go.PathFigure(0,0,!0);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.75*et,(1-lt)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,(1-lt)*nt).close()),ct.spot1=go.Spot.TopLeft,ct}),go.Shape.defineFigureGenerator("AndGate",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.5,gt=new go.PathFigure(0,0,!0);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),gt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,(.5+lt)*et,0,et,(.5-lt)*nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,(.5+lt)*nt,(.5+lt)*et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ct.spot1=go.Spot.TopLeft,ct.spot2=new go.Spot(.55,1),ct}),go.Shape.defineFigureGenerator("Buffer",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.5,.75),ct}),go.Shape.defineFigureGenerator("Clock",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.5,gt=.5,mt=new go.PathFigure(et,gt*nt,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,nt,et,(gt+lt)*nt,(gt+lt)*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,gt*nt,(gt-lt)*et,nt,0,(gt+lt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,gt*et,0,0,(gt-lt)*nt,(gt-lt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et,gt*nt,(gt+lt)*et,0,et,(gt-lt)*nt));var St=new go.PathFigure(et,gt*nt,!1);ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,et,gt*nt));var Pt=new go.PathFigure(.8*et,.75*nt,!1);return ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.25*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.25*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.75*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.75*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.25*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.25*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.75*nt)),ct}),go.Shape.defineFigureGenerator("Ground",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.3*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.4*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,nt)),ct}),go.Shape.defineFigureGenerator("Inverter",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.1,gt=.1,mt=.9,St=.5,Pt=new go.PathFigure(.8*et,.5*nt,!0);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,0,0)),Pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*nt));var Rt=new go.PathFigure((mt+gt)*et,St*nt,!0);return ct.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt,(mt+lt)*et,(St+gt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-gt)*et,St*nt,(mt-lt)*et,(St+gt)*nt,(mt-gt)*et,(St+lt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt,(mt-lt)*et,(St-gt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,St*nt,(mt+lt)*et,(St-gt)*nt,(mt+gt)*et,(St-lt)*nt)),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.4,.75),ct}),go.Shape.defineFigureGenerator("NandGate",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.5,gt=oe*.4,mt=oe*.1,St=.1,Pt=.9,Rt=.5,Wt=new go.PathFigure(.8*et,.5*nt,!0);ct.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,nt,.8*et,(.5+gt)*nt,(.4+lt)*et,nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),Wt.add(new go.PathSegment(go.PathSegment.Line,0,0)),Wt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*nt,(.4+lt)*et,0,.8*et,(.5-gt)*nt));var te=new go.PathFigure((Pt+St)*et,Rt*nt,!0);return ct.add(te),te.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt+St)*nt,(Pt+St)*et,(Rt+mt)*nt,(Pt+mt)*et,(Rt+St)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-St)*et,Rt*nt,(Pt-mt)*et,(Rt+St)*nt,(Pt-St)*et,(Rt+mt)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt-St)*nt,(Pt-St)*et,(Rt-mt)*nt,(Pt-mt)*et,(Rt-St)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Pt+St)*et,Rt*nt,(Pt+mt)*et,(Rt-St)*nt,(Pt+St)*et,(Rt-mt)*nt)),ct.spot1=new go.Spot(0,.05),ct.spot2=new go.Spot(.55,.95),ct}),go.Shape.defineFigureGenerator("NorGate",function(Bt,et,nt){var ct=new go.Geometry,lt=.5,gt=oe*lt,mt=0,St=.5,Pt=new go.PathFigure(.8*et,.5*nt,!0);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt,.7*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*nt,.25*et,.25*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*nt,(mt+gt)*et,(St-lt)*nt,.7*et,(St-gt)*nt)),lt=.1,gt=oe*.1,mt=.9,St=.5;var Rt=new go.PathFigure((mt-lt)*et,St*nt,!0);return ct.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-lt)*nt,(mt-lt)*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+lt)*et,St*nt,(mt+gt)*et,(St-lt)*nt,(mt+lt)*et,(St-gt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+lt)*nt,(mt+lt)*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-lt)*et,St*nt,(mt-gt)*et,(St+lt)*nt,(mt-lt)*et,(St+gt)*nt)),ct.spot1=new go.Spot(.2,.25),ct.spot2=new go.Spot(.6,.75),ct}),go.Shape.defineFigureGenerator("OrGate",function(Bt,et,nt){var ct=new go.Geometry,lt=.5,gt=oe*lt,mt=0,St=.5,Pt=new go.PathFigure(0,0,!0);return ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,(mt+gt+gt)*et,(St-lt)*nt,.8*et,(St-gt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt,.8*et,(St+gt)*nt,(mt+gt+gt)*et,(St+lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*nt,.25*et,.25*nt).close()),ct.spot1=new go.Spot(.2,.25),ct.spot2=new go.Spot(.75,.75),ct}),go.Shape.defineFigureGenerator("XnorGate",function(Bt,et,nt){var ct=new go.Geometry,lt=.5,gt=oe*lt,mt=.2,St=.5,Pt=new go.PathFigure(.1*et,0,!1);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,nt,.35*et,.25*nt,.35*et,.75*nt));var Rt=new go.PathFigure(.8*et,.5*nt,!0);ct.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,nt,.7*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*nt,.45*et,.25*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*nt,(mt+gt)*et,(St-lt)*nt,.7*et,(St-gt)*nt)),lt=.1,gt=oe*.1,mt=.9,St=.5;var Wt=new go.PathFigure((mt-lt)*et,St*nt,!0);return ct.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-lt)*nt,(mt-lt)*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+lt)*et,St*nt,(mt+gt)*et,(St-lt)*nt,(mt+lt)*et,(St-gt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+lt)*nt,(mt+lt)*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-lt)*et,St*nt,(mt-gt)*et,(St+lt)*nt,(mt-lt)*et,(St+gt)*nt)),ct.spot1=new go.Spot(.4,.25),ct.spot2=new go.Spot(.65,.75),ct}),go.Shape.defineFigureGenerator("XorGate",function(Bt,et,nt){var ct=new go.Geometry,lt=.5,gt=oe*lt,mt=.2,St=.5,Pt=new go.PathFigure(.1*et,0,!1);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,nt,.35*et,.25*nt,.35*et,.75*nt));var Rt=new go.PathFigure(.2*et,0,!0);return ct.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,(mt+gt)*et,(St-lt)*nt,.9*et,(St-gt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,nt,.9*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*nt,.45*et,.25*nt).close()),ct.spot1=new go.Spot(.4,.25),ct.spot2=new go.Spot(.8,.75),ct}),go.Shape.defineFigureGenerator("Capacitor",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),ct}),go.Shape.defineFigureGenerator("Resistor",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.5*nt)),ct}),go.Shape.defineFigureGenerator("Inductor",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.1,gt=.1,mt=.1,St=.5,Pt=new go.PathFigure((mt-lt*.5)*et,nt,!1);return ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,0,(mt-lt)*et,nt,(mt-gt)*et,0)),mt=.3,Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,nt,(mt+gt)*et,0,(mt+lt)*et,nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,0,(mt-lt)*et,nt,(mt-gt)*et,0)),mt=.5,Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,nt,(mt+gt)*et,0,(mt+lt)*et,nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,0,(mt-lt)*et,nt,(mt-gt)*et,0)),mt=.7,Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,nt,(mt+gt)*et,0,(mt+lt)*et,nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,0,(mt-lt)*et,nt,(mt-gt)*et,0)),mt=.9,Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+lt*.5)*et,nt,(mt+gt)*et,0,(mt+lt)*et,nt)),ct}),go.Shape.defineFigureGenerator("ACvoltageSource",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.5,gt=.5,mt=.5,St=.5,Pt=new go.PathFigure((mt-gt)*et,St*nt,!1);return ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt,(mt-lt)*et,(St-gt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,St*nt,(mt+lt)*et,(St-gt)*nt,(mt+gt)*et,(St-lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt,(mt+lt)*et,(St+gt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-gt)*et,St*nt,(mt-lt)*et,(St+gt)*nt,(mt-gt)*et,(St+lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Move,(mt-gt+.1)*et,St*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt-.1)*et,St*nt,mt*et,(St-gt)*nt,mt*et,(St+gt)*nt)),ct}),go.Shape.defineFigureGenerator("DCvoltageSource",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.75*nt,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),ct}),go.Shape.defineFigureGenerator("Diode",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,0,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),ct.spot1=new go.Spot(0,.25),ct.spot2=new go.Spot(.5,.75),ct}),go.Shape.defineFigureGenerator("Wifi",function(Bt,et,nt){var ct=new go.Geometry,lt=et,gt=nt;et=et*.38,nt=nt*.6;var mt=oe*.8,St=.8,Pt=0,Rt=.5,Wt=(lt-et)/2,te=(gt-nt)/2,Jt=new go.PathFigure(Pt*et+Wt,(Rt+St)*nt+te,!0);ct.add(Jt),Jt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-St)*et+Wt,Rt*nt+te,(Pt-mt)*et+Wt,(Rt+St)*nt+te,(Pt-St)*et+Wt,(Rt+mt)*nt+te)),Jt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et+Wt,(Rt-St)*nt+te,(Pt-St)*et+Wt,(Rt-mt)*nt+te,(Pt-mt)*et+Wt,(Rt-St)*nt+te)),Jt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-St+mt*.5)*et+Wt,Rt*nt+te,Pt*et+Wt,(Rt-St)*nt+te,(Pt-St+mt*.5)*et+Wt,(Rt-mt)*nt+te)),Jt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et+Wt,(Rt+St)*nt+te,(Pt-St+mt*.5)*et+Wt,(Rt+mt)*nt+te,Pt*et+Wt,(Rt+St)*nt+te).close()),mt=oe*.4,St=.4,Pt=.2,Rt=.5;var Vt=new go.PathFigure(Pt*et+Wt,(Rt+St)*nt+te,!0);ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-St)*et+Wt,Rt*nt+te,(Pt-mt)*et+Wt,(Rt+St)*nt+te,(Pt-St)*et+Wt,(Rt+mt)*nt+te)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et+Wt,(Rt-St)*nt+te,(Pt-St)*et+Wt,(Rt-mt)*nt+te,(Pt-mt)*et+Wt,(Rt-St)*nt+te)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-St+mt*.5)*et+Wt,Rt*nt+te,Pt*et+Wt,(Rt-St)*nt+te,(Pt-St+mt*.5)*et+Wt,(Rt-mt)*nt+te)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et+Wt,(Rt+St)*nt+te,(Pt-St+mt*.5)*et+Wt,(Rt+mt)*nt+te,Pt*et+Wt,(Rt+St)*nt+te).close()),mt=oe*.2,St=.2,Pt=.5,Rt=.5;var le=new go.PathFigure((Pt-St)*et+Wt,Rt*nt+te,!0);ct.add(le),le.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et+Wt,(Rt-St)*nt+te,(Pt-St)*et+Wt,(Rt-mt)*nt+te,(Pt-mt)*et+Wt,(Rt-St)*nt+te)),le.add(new go.PathSegment(go.PathSegment.Bezier,(Pt+St)*et+Wt,Rt*nt+te,(Pt+mt)*et+Wt,(Rt-St)*nt+te,(Pt+St)*et+Wt,(Rt-mt)*nt+te)),le.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et+Wt,(Rt+St)*nt+te,(Pt+St)*et+Wt,(Rt+mt)*nt+te,(Pt+mt)*et+Wt,(Rt+St)*nt+te)),le.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-St)*et+Wt,Rt*nt+te,(Pt-mt)*et+Wt,(Rt+St)*nt+te,(Pt-St)*et+Wt,(Rt+mt)*nt+te)),mt=oe*.4,St=.4,Pt=.8,Rt=.5;var ae=new go.PathFigure(Pt*et+Wt,(Rt-St)*nt+te,!0);ct.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,(Pt+St)*et+Wt,Rt*nt+te,(Pt+mt)*et+Wt,(Rt-St)*nt+te,(Pt+St)*et+Wt,(Rt-mt)*nt+te)),ae.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et+Wt,(Rt+St)*nt+te,(Pt+St)*et+Wt,(Rt+mt)*nt+te,(Pt+mt)*et+Wt,(Rt+St)*nt+te)),ae.add(new go.PathSegment(go.PathSegment.Bezier,(Pt+St-mt*.5)*et+Wt,Rt*nt+te,Pt*et+Wt,(Rt+St)*nt+te,(Pt+St-mt*.5)*et+Wt,(Rt+mt)*nt+te)),ae.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et+Wt,(Rt-St)*nt+te,(Pt+St-mt*.5)*et+Wt,(Rt-mt)*nt+te,Pt*et+Wt,(Rt-St)*nt+te).close()),mt=oe*.8,St=.8,Pt=1,Rt=.5;var Fe=new go.PathFigure(Pt*et+Wt,(Rt-St)*nt+te,!0);return ct.add(Fe),Fe.add(new go.PathSegment(go.PathSegment.Bezier,(Pt+St)*et+Wt,Rt*nt+te,(Pt+mt)*et+Wt,(Rt-St)*nt+te,(Pt+St)*et+Wt,(Rt-mt)*nt+te)),Fe.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et+Wt,(Rt+St)*nt+te,(Pt+St)*et+Wt,(Rt+mt)*nt+te,(Pt+mt)*et+Wt,(Rt+St)*nt+te)),Fe.add(new go.PathSegment(go.PathSegment.Bezier,(Pt+St-mt*.5)*et+Wt,Rt*nt+te,Pt*et+Wt,(Rt+St)*nt+te,(Pt+St-mt*.5)*et+Wt,(Rt+mt)*nt+te)),Fe.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et+Wt,(Rt-St)*nt+te,(Pt+St-mt*.5)*et+Wt,(Rt-mt)*nt+te,Pt*et+Wt,(Rt-St)*nt+te).close()),ct}),go.Shape.defineFigureGenerator("Email",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var gt=new go.PathFigure(0,0,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.add(new go.PathSegment(go.PathSegment.Move,0,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.54*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.54*nt)),ct}),go.Shape.defineFigureGenerator("Ethernet",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.35*et,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,0).close());var gt=new go.PathFigure(.1*et,nt,!0,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.4*et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.6*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.6*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.1*et,nt).close());var mt=new go.PathFigure(.6*et,nt,!0,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,.9*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.6*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.6*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.6*et,nt).close());var St=new go.PathFigure(0,.5*nt,!1);return ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),St.add(new go.PathSegment(go.PathSegment.Move,.5*et,.5*nt)),St.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*nt)),St.add(new go.PathSegment(go.PathSegment.Move,.75*et,.5*nt)),St.add(new go.PathSegment(go.PathSegment.Line,.75*et,.6*nt)),St.add(new go.PathSegment(go.PathSegment.Move,.25*et,.5*nt)),St.add(new go.PathSegment(go.PathSegment.Line,.25*et,.6*nt)),ct}),go.Shape.defineFigureGenerator("Power",function(Bt,et,nt){var ct=new go.Geometry,lt=oe*.4,gt=.4,mt=.5,St=.5,Pt=Lt(),Rt=Lt(),Wt=Lt(),te=Lt();pe(mt,St-gt,mt+lt,St-gt,mt+gt,St-lt,mt+gt,St,.5,Pt,Pt,Rt,Wt,te);var Jt=Et(Rt.x,Rt.y),Vt=new go.PathFigure(Rt.x*et,Rt.y*nt,!0);ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,St*nt,Wt.x*et,Wt.y*nt,te.x*et,te.y*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt,(mt+lt)*et,(St+gt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-gt)*et,St*nt,(mt-lt)*et,(St+gt)*nt,(mt-gt)*et,(St+lt)*nt)),pe(mt-gt,St,mt-gt,St-lt,mt-lt,St-gt,mt,St-gt,.5,Wt,te,Rt,Pt,Pt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Rt.x*et,Rt.y*nt,Wt.x*et,Wt.y*nt,te.x*et,te.y*nt)),lt=oe*.3,gt=.3,pe(mt-gt,St,mt-gt,St-lt,mt-lt,St-gt,mt,St-gt,.5,Wt,te,Rt,Pt,Pt),Vt.add(new go.PathSegment(go.PathSegment.Line,Rt.x*et,Rt.y*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-gt)*et,St*nt,te.x*et,te.y*nt,Wt.x*et,Wt.y*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+gt)*nt,(mt-gt)*et,(St+lt)*nt,(mt-lt)*et,(St+gt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+gt)*et,St*nt,(mt+lt)*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),pe(mt,St-gt,mt+lt,St-gt,mt+gt,St-lt,mt+gt,St,.5,Pt,Pt,Rt,Wt,te),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Rt.x*et,Rt.y*nt,te.x*et,te.y*nt,Wt.x*et,Wt.y*nt).close());var Vt=new go.PathFigure(.45*et,0,!0);return ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.5*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.5*nt)),Vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,0).close()),re(Pt),re(Rt),re(Wt),re(te),re(Jt),ct.spot1=new go.Spot(.25,.45),ct.spot2=new go.Spot(.75,.8),ct}),go.Shape.defineFigureGenerator("Fallout",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt/2,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,180,360,et/2,nt/2,et/2,nt/2));function gt(mt,St,Pt){mt.add(new go.PathSegment(go.PathSegment.Move,(.3+St)*et,(.8+Pt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,(.5+St)*et,(.5+Pt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,(.1+St)*et,(.5+Pt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,(.3+St)*et,(.8+Pt)*nt).close())}return gt(lt,0,0),gt(lt,.4,0),gt(lt,.2,-.3),ct}),go.Shape.defineFigureGenerator("IrritationHazard",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.2*et,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.3*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*nt).close()),ct.spot1=new go.Spot(.3,.3),ct.spot2=new go.Spot(.7,.7),ct}),go.Shape.defineFigureGenerator("ElectricalHazard",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.37*et,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.11*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.77*et,.04*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.49*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.37*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.63*et,.86*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.77*et,.91*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.34*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.34*et,.78*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.44*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.56*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.68*nt).close()),ct}),go.Shape.defineFigureGenerator("FireHazard",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.1*et,nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.29*et,0,-.25*et,.63*nt,.45*et,.44*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.51*et,.42*nt,.48*et,.17*nt,.54*et,.35*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.59*et,.18*nt,.59*et,.29*nt,.58*et,.28*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,.6*nt,.8*et,.34*nt,.88*et,.43*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.88*et,.31*nt,.87*et,.48*nt,.88*et,.43*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,nt,1.17*et,.76*nt,.82*et,.8*nt).close()),ct.spot1=new go.Spot(.07,.445),ct.spot2=new go.Spot(.884,.958),ct}),go.Shape.defineFigureGenerator("BpmnActivityLoop",function(Bt,et,nt){var ct=new go.Geometry,lt=.5,gt=0,mt=0,St=lt*oe,Pt=.4*Math.SQRT2/2+.5,Rt=.5-.5*Math.SQRT2/2,Wt=1,te=.5,Jt=.5,Vt=0,le=new go.PathFigure(Pt*et,(1-Rt)*nt,!1);return ct.add(le),le.add(new go.PathSegment(go.PathSegment.Bezier,Wt*et,te*nt,Wt*et,.7*nt,Wt*et,te*nt)),le.add(new go.PathSegment(go.PathSegment.Bezier,(Jt+gt)*et,(Vt+gt)*nt,(.5+lt+gt)*et,(.5-St+gt)*nt,(.5+St+gt)*et,(.5-lt+gt)*nt)),le.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+gt)*et,(.5+mt)*nt,(.5-St+gt)*et,(.5-lt+mt)*nt,(.5-lt+gt)*et,(.5-St+mt)*nt)),le.add(new go.PathSegment(go.PathSegment.Bezier,(.35+gt)*et,.9*nt,(.5-lt+gt)*et,(.5+St+mt)*nt,(.5-St+gt)*et,.9*nt)),le.add(new go.PathSegment(go.PathSegment.Move,(.25+gt)*et,.8*nt)),le.add(new go.PathSegment(go.PathSegment.Line,(.35+gt)*et,.9*nt)),le.add(new go.PathSegment(go.PathSegment.Line,(.2+gt)*et,.95*nt)),ct}),go.Shape.defineFigureGenerator("BpmnActivityParallel",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),ct}),go.Shape.defineFigureGenerator("BpmnActivitySequential",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),ct}),go.Shape.defineFigureGenerator("BpmnActivityAdHoc",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);ct.add(lt);var gt=new go.PathFigure(et,nt,!1);ct.add(gt);var mt=new go.PathFigure(0,.5*nt,!1);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.5*nt,.2*et,.35*nt,.3*et,.35*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,.7*et,.65*nt,.8*et,.65*nt)),ct}),go.Shape.defineFigureGenerator("BpmnActivityCompensation",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt).close()),ct}),go.Shape.defineFigureGenerator("BpmnTaskMessage",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.2*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt).close());var lt=new go.PathFigure(0,.2*nt,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt)),ct}),go.Shape.defineFigureGenerator("BpmnTaskScript",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.7*et,nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,0,.6*et,.5*nt,0,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,nt,.4*et,.5*nt,et,.5*nt).close());var gt=new go.PathFigure(.45*et,.73*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.73*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.38*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.63*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.31*et,.27*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.56*et,.27*nt)),ct}),go.Shape.defineFigureGenerator("BpmnTaskUser",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);ct.add(lt);var gt=new go.PathFigure(.335*et,(1-.555)*nt,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.335*et,(1-.405)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.405)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.555)*nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,et,.68*nt,(1-.12)*et,.46*nt,(1-.02)*et,.54*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,.68*nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,.335*et,(1-.555)*nt,.02*et,.54*nt,.12*et,.46*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.365*et,(1-.595)*nt));var mt=.5-.285,St=.5,Pt=mt,Rt=Math.PI/4,Wt=4*(1-Math.cos(Rt))/(3*Math.sin(Rt)),te=Wt*.5,Jt=mt,Vt=mt,le=Wt*Jt,ae=Wt*Vt;gt.add(new go.PathSegment(go.PathSegment.Bezier,(St-Jt)*et,Pt*nt,(St-(le+Jt)/2)*et,(Pt+(Vt+ae)/2)*nt,(St-Jt)*et,(Pt+ae)*nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,St*et,(Pt-Vt)*nt,(St-Jt)*et,(Pt-ae)*nt,(St-le)*et,(Pt-Vt)*nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(St+Jt)*et,Pt*nt,(St+le)*et,(Pt-Vt)*nt,(St+Jt)*et,(Pt-ae)*nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.365)*et,(1-.595)*nt,(St+Jt)*et,(Pt+ae)*nt,(St+(le+Jt)/2)*et,(Pt+(Vt+ae)/2)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,(1-.365)*et,(1-.595)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.555)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.405)*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.335*et,(1-.405)*nt));var Fe=new go.PathFigure(.2*et,nt,!1);ct.add(Fe),Fe.add(new go.PathSegment(go.PathSegment.Line,.2*et,.8*nt));var De=new go.PathFigure(.8*et,nt,!1);return ct.add(De),De.add(new go.PathSegment(go.PathSegment.Line,.8*et,.8*nt)),ct}),go.Shape.defineFigureGenerator("BpmnEventConditional",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.1*et,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,nt).close());var gt=new go.PathFigure(.2*et,.2*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.6*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.6*nt)),gt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.8*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.8*nt)),ct}),go.Shape.defineFigureGenerator("BpmnEventError",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.5*nt).close()),ct}),go.Shape.defineFigureGenerator("BpmnEventEscalation",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);ct.add(lt);var gt=new go.PathFigure(et,nt,!1);ct.add(gt);var mt=new go.PathFigure(.1*et,nt,!0);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),mt.add(new go.PathSegment(go.PathSegment.Line,.9*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt).close()),ct}),go.Shape.defineFigureGenerator("Caution",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.05*et,nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,.8*nt,0,nt,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.1*nt,.5*et,0,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.95*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,nt,et,nt,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,nt));var gt=.05;return lt.add(new go.PathSegment(go.PathSegment.Move,(.5-gt)*et,.875*nt)),lt.add(new go.PathSegment(go.PathSegment.Arc,180,-360,.5*et,.875*nt,gt*et,gt*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.325*nt,.575*et,.725*nt,.625*et,.375*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.75*nt,.375*et,.375*nt,.425*et,.725*nt)),ct}),go.Shape.defineFigureGenerator("Recycle",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.45*et,.95*nt,!1);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.95*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.185*et,.85*nt,.17*et,.95*nt,.15*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.235*et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.625*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.275*et,.45*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,.45*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,.575*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1875*et,.95*nt,0,.675*nt,0,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.45*et,.95*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.775*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.22*et,.775*nt));var gt=new go.PathFigure(.475*et,.2*nt,!1);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.4*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.225*et,.3*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.275*et,.175*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.325*et,.05*nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,.05*nt,.35*et,0,.375*et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.375*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.4*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.475*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.315*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.32*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.05*nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,.575*et,0,.65*et,.05*nt,.625*et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,.38*et,.0105*nt));var mt=new go.PathFigure(.675*et,.575*nt,!1);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,.875*et,.525*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,et,.775*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,.85*et,.95*nt,et,.8*nt,et,.85*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.95*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.65*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.85*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.725*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.775*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.775*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,et,.775*nt)),mt.add(new go.PathSegment(go.PathSegment.Move,.675*et,.575*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.775*et,.775*nt)),ct}),go.Shape.defineFigureGenerator("BpmnEventTimer",function(Bt,et,nt){var ct=new go.Geometry,lt=.5,gt=oe*.5,mt=new go.PathFigure(et,lt*nt,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Bezier,lt*et,nt,et,(lt+gt)*nt,(lt+gt)*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,lt*nt,(lt-gt)*et,nt,0,(lt+gt)*nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,lt*et,0,0,(lt-gt)*nt,(lt-gt)*et,0)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et,lt*nt,(lt+gt)*et,0,et,(lt-gt)*nt));var St=new go.PathFigure(lt*et,0,!1);return ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,lt*et,.15*nt)),St.add(new go.PathSegment(go.PathSegment.Move,lt*et,nt)),St.add(new go.PathSegment(go.PathSegment.Line,lt*et,.85*nt)),St.add(new go.PathSegment(go.PathSegment.Move,0,lt*nt)),St.add(new go.PathSegment(go.PathSegment.Line,.15*et,lt*nt)),St.add(new go.PathSegment(go.PathSegment.Move,et,lt*nt)),St.add(new go.PathSegment(go.PathSegment.Line,.85*et,lt*nt)),St.add(new go.PathSegment(go.PathSegment.Move,lt*et,lt*nt)),St.add(new go.PathSegment(go.PathSegment.Line,.58*et,.1*nt)),St.add(new go.PathSegment(go.PathSegment.Move,lt*et,lt*nt)),St.add(new go.PathSegment(go.PathSegment.Line,.78*et,.54*nt)),ct}),go.Shape.defineFigureGenerator("Package",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.15*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close());var gt=new go.PathFigure(0,.15*nt,!0);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,0,0)),gt.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.15*nt).close()),ct.spot1=new go.Spot(0,.1),ct.spot2=new go.Spot(1,1),ct}),go.Shape.defineFigureGenerator("Class",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var gt=new go.PathFigure(0,.2*nt,!1);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt).close());var mt=new go.PathFigure(0,.5*nt,!1);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt).close()),ct}),go.Shape.defineFigureGenerator("Component",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt).close());var gt=new go.PathFigure(0,.2*nt,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.2*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.4*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,.4*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,.2*nt).close());var mt=new go.PathFigure(0,.6*nt,!0);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.6*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.8*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,0,.6*nt).close()),ct}),go.Shape.defineFigureGenerator("Boat Shipment",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.15*et,.6*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*nt));var gt=new go.PathFigure(.15*et,.6*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*nt)),ct}),go.Shape.defineFigureGenerator("Customer/Supplier",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt).close()),ct}),go.Shape.defineFigureGenerator("Workcell",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),ct}),go.Shape.defineFigureGenerator("Supermarket",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,et,.33*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.66*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.66*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,et,.66*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),ct}),go.Shape.defineFigureGenerator("TruckShipment",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var gt=new go.PathFigure(et,.8*nt,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,.4*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.4*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.8*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt).close());var mt=.1,St=oe*.1,Pt=.2,Rt=.9,Wt=new go.PathFigure((Pt-mt)*et,Rt*nt,!0);ct.add(Wt),Wt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt-mt)*nt,(Pt-mt)*et,(Rt-St)*nt,(Pt-St)*et,(Rt-mt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt+mt)*et,Rt*nt,(Pt+St)*et,(Rt-mt)*nt,(Pt+mt)*et,(Rt-St)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt+mt)*nt,(Pt+mt)*et,(Rt+St)*nt,(Pt+St)*et,(Rt+mt)*nt)),Wt.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-mt)*et,Rt*nt,(Pt-St)*et,(Rt+mt)*nt,(Pt-mt)*et,(Rt+St)*nt).close()),mt=.1,St=oe*.1,Pt=.8,Rt=.9;var te=new go.PathFigure((Pt-mt)*et,Rt*nt,!0);return ct.add(te),te.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt-mt)*nt,(Pt-mt)*et,(Rt-St)*nt,(Pt-St)*et,(Rt-mt)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Pt+mt)*et,Rt*nt,(Pt+St)*et,(Rt-mt)*nt,(Pt+mt)*et,(Rt-St)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,Pt*et,(Rt+mt)*nt,(Pt+mt)*et,(Rt+St)*nt,(Pt+St)*et,(Rt+mt)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Pt-mt)*et,Rt*nt,(Pt-St)*et,(Rt+mt)*nt,(Pt-mt)*et,(Rt+St)*nt).close()),ct}),go.Shape.defineFigureGenerator("KanbanPost",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.2*et,0,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,nt)),ct}),go.Shape.defineFigureGenerator("Forklift",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0));var gt=new go.PathFigure(0,.5*nt,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.8*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt));var mt=new go.PathFigure(.5*et,.8*nt,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.1*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.1*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.8*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.8*nt));var St=new go.PathFigure(.5*et,.7*nt,!1);ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,et,.7*nt));var Pt=.1,Rt=oe*.1,Wt=.1,te=.9,Jt=new go.PathFigure((Wt-Pt)*et,te*nt,!0);ct.add(Jt),Jt.add(new go.PathSegment(go.PathSegment.Bezier,Wt*et,(te-Pt)*nt,(Wt-Pt)*et,(te-Rt)*nt,(Wt-Rt)*et,(te-Pt)*nt)),Jt.add(new go.PathSegment(go.PathSegment.Bezier,(Wt+Pt)*et,te*nt,(Wt+Rt)*et,(te-Pt)*nt,(Wt+Pt)*et,(te-Rt)*nt)),Jt.add(new go.PathSegment(go.PathSegment.Bezier,Wt*et,(te+Pt)*nt,(Wt+Pt)*et,(te+Rt)*nt,(Wt+Rt)*et,(te+Pt)*nt)),Jt.add(new go.PathSegment(go.PathSegment.Bezier,(Wt-Pt)*et,te*nt,(Wt-Rt)*et,(te+Pt)*nt,(Wt-Pt)*et,(te+Rt)*nt)),Pt=.1,Rt=oe*.1,Wt=.4,te=.9;var Vt=new go.PathFigure((Wt-Pt)*et,te*nt,!0);return ct.add(Vt),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Wt*et,(te-Pt)*nt,(Wt-Pt)*et,(te-Rt)*nt,(Wt-Rt)*et,(te-Pt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Wt+Pt)*et,te*nt,(Wt+Rt)*et,(te-Pt)*nt,(Wt+Pt)*et,(te-Rt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,Wt*et,(te+Pt)*nt,(Wt+Pt)*et,(te+Rt)*nt,(Wt+Rt)*et,(te+Pt)*nt)),Vt.add(new go.PathSegment(go.PathSegment.Bezier,(Wt-Pt)*et,te*nt,(Wt-Rt)*et,(te+Pt)*nt,(Wt-Pt)*et,(te+Rt)*nt)),ct}),go.Shape.defineFigureGenerator("RailShipment",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.1*et,.4*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.9*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.4*nt).close());var gt=new go.PathFigure(.45*et,.7*nt,!1);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*nt));var mt=new go.PathFigure(.55*et,.4*nt,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.9*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.9*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.4*nt).close());var Wt=.05,te=oe*.05,Jt=.175,Vt=.95,St=new go.PathFigure((Jt-Wt)*et,Vt*nt,!0);ct.add(St),St.add(new go.PathSegment(go.PathSegment.Bezier,Jt*et,(Vt-Wt)*nt,(Jt-Wt)*et,(Vt-te)*nt,(Jt-te)*et,(Vt-Wt)*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,(Jt+Wt)*et,Vt*nt,(Jt+te)*et,(Vt-Wt)*nt,(Jt+Wt)*et,(Vt-te)*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,Jt*et,(Vt+Wt)*nt,(Jt+Wt)*et,(Vt+te)*nt,(Jt+te)*et,(Vt+Wt)*nt)),St.add(new go.PathSegment(go.PathSegment.Bezier,(Jt-Wt)*et,Vt*nt,(Jt-te)*et,(Vt+Wt)*nt,(Jt-Wt)*et,(Vt+te)*nt));var Wt=.05,te=oe*.05,Jt=.375,Vt=.95,Pt=new go.PathFigure((Jt-Wt)*et,Vt*nt,!0);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,Jt*et,(Vt-Wt)*nt,(Jt-Wt)*et,(Vt-te)*nt,(Jt-te)*et,(Vt-Wt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(Jt+Wt)*et,Vt*nt,(Jt+te)*et,(Vt-Wt)*nt,(Jt+Wt)*et,(Vt-te)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,Jt*et,(Vt+Wt)*nt,(Jt+Wt)*et,(Vt+te)*nt,(Jt+te)*et,(Vt+Wt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(Jt-Wt)*et,Vt*nt,(Jt-te)*et,(Vt+Wt)*nt,(Jt-Wt)*et,(Vt+te)*nt));var Wt=.05,te=oe*.05,Jt=.625,Vt=.95,Rt=new go.PathFigure((Jt-Wt)*et,Vt*nt,!0);ct.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Bezier,Jt*et,(Vt-Wt)*nt,(Jt-Wt)*et,(Vt-te)*nt,(Jt-te)*et,(Vt-Wt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,(Jt+Wt)*et,Vt*nt,(Jt+te)*et,(Vt-Wt)*nt,(Jt+Wt)*et,(Vt-te)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,Jt*et,(Vt+Wt)*nt,(Jt+Wt)*et,(Vt+te)*nt,(Jt+te)*et,(Vt+Wt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,(Jt-Wt)*et,Vt*nt,(Jt-te)*et,(Vt+Wt)*nt,(Jt-Wt)*et,(Vt+te)*nt));var Wt=.05,te=oe*.05,Jt=.825,Vt=.95,le=new go.PathFigure((Jt-Wt)*et,Vt*nt,!0);ct.add(le),le.add(new go.PathSegment(go.PathSegment.Bezier,Jt*et,(Vt-Wt)*nt,(Jt-Wt)*et,(Vt-te)*nt,(Jt-te)*et,(Vt-Wt)*nt)),le.add(new go.PathSegment(go.PathSegment.Bezier,(Jt+Wt)*et,Vt*nt,(Jt+te)*et,(Vt-Wt)*nt,(Jt+Wt)*et,(Vt-te)*nt)),le.add(new go.PathSegment(go.PathSegment.Bezier,Jt*et,(Vt+Wt)*nt,(Jt+Wt)*et,(Vt+te)*nt,(Jt+te)*et,(Vt+Wt)*nt)),le.add(new go.PathSegment(go.PathSegment.Bezier,(Jt-Wt)*et,Vt*nt,(Jt-te)*et,(Vt+Wt)*nt,(Jt-Wt)*et,(Vt+te)*nt).close());var ae=new go.PathFigure(0,nt,!1);return ct.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,et,nt).close()),ct}),go.Shape.defineFigureGenerator("Warehouse",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var gt=new go.PathFigure(0,.2*nt,!1);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt).close());var mt=new go.PathFigure(.15*et,nt,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.5*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.5*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.4*et,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.15*et,nt).close());var St=.05,Pt=oe*.05,Rt=.35,Wt=.775,te=new go.PathFigure((Rt-St)*et,Wt*nt,!0);return ct.add(te),te.add(new go.PathSegment(go.PathSegment.Bezier,Rt*et,(Wt-St)*nt,(Rt-St)*et,(Wt-Pt)*nt,(Rt-Pt)*et,(Wt-St)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Rt+St)*et,Wt*nt,(Rt+Pt)*et,(Wt-St)*nt,(Rt+St)*et,(Wt-Pt)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,Rt*et,(Wt+St)*nt,(Rt+St)*et,(Wt+Pt)*nt,(Rt+Pt)*et,(Wt+St)*nt)),te.add(new go.PathSegment(go.PathSegment.Bezier,(Rt-St)*et,Wt*nt,(Rt-Pt)*et,(Wt+St)*nt,(Rt-St)*et,(Wt+Pt)*nt).close()),ct}),go.Shape.defineFigureGenerator("ControlCenter",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.1*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*nt).close()),ct}),go.Shape.defineFigureGenerator("Bluetooth",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.75*nt,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*nt)),ct}),go.Shape.defineFigureGenerator("Bookmark",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*nt)),ct}),go.Shape.defineFigureGenerator("Bookmark",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*nt)),ct}),go.Shape.defineFigureGenerator("Globe",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*nt,.75*et,0,et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,et,.75*nt,.75*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,.25*et,nt,0,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,.25*nt,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,nt,.15*et,.25*nt,.15*et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.85*et,.75*nt,.85*et,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.1675*et,.15*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8325*et,.15*nt,.35*et,.3*nt,.65*et,.3*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.1675*et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8325*et,.85*nt,.35*et,.7*nt,.65*et,.7*nt)),ct}),go.Shape.defineFigureGenerator("Wave",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.25*nt,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.25*nt,.1*et,0,.2*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,.25*nt,.425*et,.5*nt,.575*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.25*nt,.8*et,0,.9*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.25*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.75*nt,.1*et,.5*nt,.2*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,.75*nt,.425*et,nt,.575*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.75*nt,.8*et,.5*nt,.9*et,.5*nt)),ct}),go.Shape.defineFigureGenerator("Operator",function(Bt,et,nt){var ct=new go.Geometry,lt=.3,gt=oe*.3,mt=.5,St=.7,Pt=new go.PathFigure((mt-lt)*et,St*nt,!0);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-lt)*nt,(mt-lt)*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+lt)*et,St*nt,(mt+gt)*et,(St-lt)*nt,(mt+lt)*et,(St-gt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+lt)*nt,(mt+lt)*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-lt)*et,St*nt,(mt-gt)*et,(St+lt)*nt,(mt-lt)*et,(St+gt)*nt));var Rt=new go.PathFigure(0,.7*nt,!1);return ct.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Bezier,et,.7*nt,0,0,et,0)),ct}),go.Shape.defineFigureGenerator("TripleFanBlades",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*nt,.65*et,.3*nt,.65*et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.35*et,.5*nt,.35*et,.3*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt,.3*et,.6*nt,.1*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*nt,.2*et,nt,.35*et,.95*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,nt,.7*et,.6*nt,.9*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*nt,.8*et,nt,.65*et,.95*nt)),ct}),go.Shape.defineFigureGenerator("CentrifugalPump",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et,0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,0,.075*nt,0,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,nt,0,nt,.4*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.4*nt,.8*et,nt,.85*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),ct}),go.Shape.defineFigureGenerator("Battery",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.4*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.1*nt));var gt=new go.PathFigure(0,.6*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Move,0,.4*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,et,.4*nt)),ct}),go.Shape.defineFigureGenerator("Delete",function(Bt,et,nt){var ct=new go.Geometry,lt=.5,gt=oe*.5,mt=.5,St=.5,Pt=new go.PathFigure((mt-lt)*et,St*nt,!0);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-lt)*nt,(mt-lt)*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+lt)*et,St*nt,(mt+gt)*et,(St-lt)*nt,(mt+lt)*et,(St-gt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+lt)*nt,(mt+lt)*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-lt)*et,St*nt,(mt-gt)*et,(St+lt)*nt,(mt-lt)*et,(St+gt)*nt));var Rt=new go.PathFigure(.15*et,.5*nt,!1);return ct.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.5*nt)),ct}),go.Shape.defineFigureGenerator("Flag",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.1*nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.1*nt,.15*et,0,.35*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*nt,.65*et,.2*nt,.85*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.5*nt,.85*et,.6*nt,.65*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*nt,.35*et,.4*nt,.15*et,.4*nt).close()),ct}),go.Shape.defineFigureGenerator("Help",function(Bt,et,nt){var ct=new go.Geometry,lt=.5,gt=oe*.5,mt=.5,St=.5,Pt=new go.PathFigure((mt-lt)*et,St*nt,!1);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-lt)*nt,(mt-lt)*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+lt)*et,St*nt,(mt+gt)*et,(St-lt)*nt,(mt+lt)*et,(St-gt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+lt)*nt,(mt+lt)*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),Pt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-lt)*et,St*nt,(mt-gt)*et,(St+lt)*nt,(mt-lt)*et,(St+gt)*nt).close()),lt=.05,gt=oe*.05,mt=.5,St=.8;var Rt=new go.PathFigure((mt-lt)*et,St*nt,!1);return ct.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St-lt)*nt,(mt-lt)*et,(St-gt)*nt,(mt-gt)*et,(St-lt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,(mt+lt)*et,St*nt,(mt+gt)*et,(St-lt)*nt,(mt+lt)*et,(St-gt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,mt*et,(St+lt)*nt,(mt+lt)*et,(St+gt)*nt,(mt+gt)*et,(St+lt)*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,(mt-lt)*et,St*nt,(mt-gt)*et,(St+lt)*nt,(mt-lt)*et,(St+gt)*nt).close()),Rt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.7*nt)),Rt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*nt,.75*et,.475*nt,.75*et,.225*nt)),Rt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.35*nt,.4*et,.2*nt,.3*et,.25*nt)),ct}),go.Shape.defineFigureGenerator("Location",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(.5*et,nt,!0).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.975*et,.025*nt,.5*et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.25*et,.5*nt,.5*et,0,.025*et,.025*nt).close()).add(new go.PathSegment(go.PathSegment.Move,.5*et,.2*nt)).add(new go.PathSegment(go.PathSegment.Arc,270,360,.5*et,.3*nt,.1*et,.1*nt).close()))}),go.Shape.defineFigureGenerator("Lock",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt));var gt=new go.PathFigure(.2*et,.5*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.3*nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.3*nt,.25*et,0,.75*et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.3*nt)),ct}),go.Shape.defineFigureGenerator("Unlocked",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*nt));var gt=new go.PathFigure(.2*et,.5*nt,!1);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.5*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.3*nt)),gt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.3*nt,.25*et,0,.75*et,0)),gt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.35*nt)),ct}),go.Shape.defineFigureGenerator("Gear",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(.9375*et,.56246875*nt,!0).add(new go.PathSegment(go.PathSegment.Line,.9375*et,.4375*nt)).add(new go.PathSegment(go.PathSegment.Line,.80621875*et,.4375*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.763*et,.3316875*nt,.79840625*et,.39915625*nt,.7834375*et,.3635*nt)).add(new go.PathSegment(go.PathSegment.Line,.8566875*et,.23796875*nt)).add(new go.PathSegment(go.PathSegment.Line,.76825*et,.14959375*nt)).add(new go.PathSegment(go.PathSegment.Line,.67596875*et,.24184375*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.5625*et,.19378125*nt,.64228125*et,.2188125*nt,.603875*et,.2021875*nt)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.0625*nt)).add(new go.PathSegment(go.PathSegment.Line,.4375*et,.0625*nt)).add(new go.PathSegment(go.PathSegment.Line,.4375*et,.19378125*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.32775*et,.239375*nt,.39759375*et,.20190625*nt,.36053125*et,.2176875*nt)).add(new go.PathSegment(go.PathSegment.Line,.2379375*et,.14959375*nt)).add(new go.PathSegment(go.PathSegment.Line,.14953125*et,.2379375*nt)).add(new go.PathSegment(go.PathSegment.Line,.23934375*et,.3278125*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.19378125*et,.4375*nt,.21765625*et,.36059375*nt,.201875*et,.397625*nt)).add(new go.PathSegment(go.PathSegment.Line,.0625*et,.4375*nt)).add(new go.PathSegment(go.PathSegment.Line,.0625*et,.5625*nt)).add(new go.PathSegment(go.PathSegment.Line,.1938125*et,.5625*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.241875*et,.67596875*nt,.20221875*et,.603875*nt,.21884375*et,.64228125*nt)).add(new go.PathSegment(go.PathSegment.Line,.1495625*et,.76825*nt)).add(new go.PathSegment(go.PathSegment.Line,.238*et,.8566875*nt)).add(new go.PathSegment(go.PathSegment.Line,.3316875*et,.76296875*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.43753125*et,.80621875*nt,.36353125*et,.78340625*nt,.3991875*et,.79840625*nt)).add(new go.PathSegment(go.PathSegment.Line,.43753125*et,.9375*nt)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.9375*nt)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.80621875*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.67225*et,.760625*nt,.602375*et,.79809375*nt,.63946875*et,.78234375*nt)).add(new go.PathSegment(go.PathSegment.Line,.76828125*et,.8566875*nt)).add(new go.PathSegment(go.PathSegment.Line,.85671875*et,.76825*nt)).add(new go.PathSegment(go.PathSegment.Line,.76065625*et,.67221875*nt)).add(new go.PathSegment(go.PathSegment.Bezier,.80621875*et,.56246875*nt,.78234375*et,.63940625*nt,.798125*et,.602375*nt)).add(new go.PathSegment(go.PathSegment.Line,.9375*et,.56246875*nt).close()).add(new go.PathSegment(go.PathSegment.Move,.5*et,.6*nt)).add(new go.PathSegment(go.PathSegment.Arc,90,360,.5*et,.5*nt,.1*et,.1*nt).close()))}),go.Shape.defineFigureGenerator("Hand",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.5*nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,.3*nt,0,.375*nt,.05*et,.325*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.45*et,.075*nt,.3*et,.225*nt,.4*et,.175*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.525*et,.075*nt,.46*et,.05*nt,.525*et,.05*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.4*nt,.525*et,.275*nt,.475*et,.325*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.55*nt,et,.4*nt,et,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.6*et,.7*nt,.675*et,.55*nt,.675*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.575*et,.85*nt,.65*et,.7*nt,.65*et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.85*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.535*et,nt,.61*et,.85*nt,.61*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*nt,.435*et,nt,0,nt).close()),ct}),go.Shape.defineFigureGenerator("Map",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,.2*nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt).close()),lt.add(new go.PathSegment(go.PathSegment.Move,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt)),lt.add(new go.PathSegment(go.PathSegment.Move,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.8*nt)),ct}),go.Shape.defineFigureGenerator("Eject",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt*.7)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*.7).close());var gt=new go.PathFigure(0,nt*.6,!0);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et,.6*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0).close()),ct}),go.Shape.defineFigureGenerator("Pencil",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*nt)).add(new go.PathSegment(go.PathSegment.Line,et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.9*et,nt)).add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*nt).close()))}),go.Shape.defineFigureGenerator("Building",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*1,nt*1,!1);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,nt*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,nt*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,nt*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,nt*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,et,nt*.85).close());var gt=new go.PathFigure(.126*et,.85*nt,!1);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,.126*et,.45*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.322*et,.45*nt)),gt.add(new go.PathSegment(go.PathSegment.Line,.322*et,.85*nt).close());var mt=new go.PathFigure(.402*et,.85*nt,!1);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,.402*et,.45*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.598*et,.45*nt)),mt.add(new go.PathSegment(go.PathSegment.Line,.598*et,.85*nt).close());var St=new go.PathFigure(.678*et,.85*nt,!1);ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,.678*et,.45*nt)),St.add(new go.PathSegment(go.PathSegment.Line,.874*et,.45*nt)),St.add(new go.PathSegment(go.PathSegment.Line,.874*et,.85*nt).close());var Pt=new go.PathFigure(.5*et,.1*nt,!1);return ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Line,(.046+.15)*et,.3*nt)),Pt.add(new go.PathSegment(go.PathSegment.Line,(1-(.046+.15))*et,.3*nt).close()),ct}),go.Shape.defineFigureGenerator("Staircase",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt*1,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,nt*.8)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.8)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.6)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.6)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.4)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*.4)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*.2)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.2)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.15)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.15)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*.95).close()),ct}),go.Shape.defineFigureGenerator("5Bars",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,nt*1,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.184,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.184,nt*(1-.184)).close());var gt=new go.PathFigure(et*.204,nt,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et*.204,nt*(1-.184))),gt.add(new go.PathSegment(go.PathSegment.Line,et*.388,nt*(1-.184*2))),gt.add(new go.PathSegment(go.PathSegment.Line,et*.388,nt*1).close());var mt=new go.PathFigure(et*.408,nt,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et*.408,nt*(1-.184*2))),mt.add(new go.PathSegment(go.PathSegment.Line,et*.592,nt*(1-.184*3))),mt.add(new go.PathSegment(go.PathSegment.Line,et*.592,nt*1).close());var St=new go.PathFigure(et*.612,nt,!0);ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,et*.612,nt*(1-.184*3))),St.add(new go.PathSegment(go.PathSegment.Line,et*.796,nt*(1-.184*4))),St.add(new go.PathSegment(go.PathSegment.Line,et*.796,nt*1).close());var Pt=new go.PathFigure(et*.816,nt,!0);return ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Line,et*.816,nt*(1-.184*4))),Pt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*(1-.184*5))),Pt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1).close()),ct}),go.Shape.defineFigureGenerator("PC",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,0).close());var gt=new go.PathFigure(et*.055,.07*nt,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.07)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.1)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.055,nt*.1).close());var mt=new go.PathFigure(et*.055,.13*nt,!0);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.13)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.16)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.055,nt*.16).close());var St=new go.PathFigure(et*.055,.18*nt,!0);ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.18)),St.add(new go.PathSegment(go.PathSegment.Line,et*.245,nt*.21)),St.add(new go.PathSegment(go.PathSegment.Line,et*.055,nt*.21).close());var Pt=new go.PathFigure(et*1,0,!0);return ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Line,et*.4,0)),Pt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.65)),Pt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.65).close()),ct}),go.Shape.defineFigureGenerator("Plane",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(.55*et,nt,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.7*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.475*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.35*et,.525*nt,0,.4*nt,.225*et,.45*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.475*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.35*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.325*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.325*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.1*nt)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.2*nt,.975*et,0,et,.08*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.45*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.95*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,.55*et,nt).close()),ct}),go.Shape.defineFigureGenerator("Key",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*1,nt*.5,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.9,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.4*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.35*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,.35*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,.2*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.35*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,.8*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.65*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,.55*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,.6*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,.575*nt)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.9,.6*nt).close()),lt.add(new go.PathSegment(go.PathSegment.Move,.17*et,.425*nt)),lt.add(new go.PathSegment(go.PathSegment.Arc,270,360,.17*et,.5*nt,.075*et,.075*nt).close()),ct}),go.Shape.defineFigureGenerator("FilmTape",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(0,0,!1);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,270,180,et*0,et*.3,et*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,0,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.08,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.08,nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*1),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*1),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*2),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*2),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*3),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*3),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*4),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*4),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*5),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*5),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*6),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*6),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*7),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*7),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*8),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*8),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*9),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*9),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*10),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*10),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*11),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*11),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*12),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*12),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*13),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*13),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*14),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*14),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*15),nt*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*15),nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1));var gt=new go.PathFigure(0,0,!1);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*0)),gt.add(new go.PathSegment(go.PathSegment.Arc,270,-180,et*1,et*.3,et*.055)),gt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1));var mt=new go.PathFigure(et*.11,nt*.1,!1);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*0),nt*.1)),mt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*0),nt*.8)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.11,nt*.8).close());var St=new go.PathFigure(et*(.11+.24133333*1+.028*1),nt*.1,!1);ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*1),nt*.1)),St.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*1),nt*.8)),St.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*1),nt*.8).close());var Pt=new go.PathFigure(et*(.11+.24133333*2+.028*2),nt*.1,!1);return ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),nt*.1)),Pt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),nt*.8)),Pt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*2),nt*.8).close()),ct}),go.Shape.defineFigureGenerator("FloppyDisk",function(Bt,et,nt){var ct=new go.Geometry,lt=8,gt=lt*oe,mt=new go.PathFigure(lt,0,!1);ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et*.86,0)),mt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.14)),mt.add(new go.PathSegment(go.PathSegment.Line,et,nt-lt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,nt,et,nt-gt,et-gt,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,lt,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt-lt,gt,nt,0,nt-gt)),mt.add(new go.PathSegment(go.PathSegment.Line,0,lt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,lt,0,0,gt,gt,0).close());var St=new go.PathFigure(et*.83,0,!1);ct.add(St),St.add(new go.PathSegment(go.PathSegment.Line,et*.83,nt*.3)),St.add(new go.PathSegment(go.PathSegment.Line,et*.17,nt*.3)),St.add(new go.PathSegment(go.PathSegment.Line,et*.17,nt*0).close());var Pt=new go.PathFigure(et*.83,nt*1,!1);ct.add(Pt),Pt.add(new go.PathSegment(go.PathSegment.Line,et*.83,nt*.5)),Pt.add(new go.PathSegment(go.PathSegment.Line,et*.17,nt*.5)),Pt.add(new go.PathSegment(go.PathSegment.Line,et*.17,nt*1).close());var Rt=new go.PathFigure(et*.78,nt*.05,!1);return ct.add(Rt),Rt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.05)),Rt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.25)),Rt.add(new go.PathSegment(go.PathSegment.Line,et*.78,nt*.25).close()),ct}),go.Shape.defineFigureGenerator("SpeechBubble",function(Bt,et,nt){var ct=Bt?Bt.parameter1:NaN;(isNaN(ct)||ct<0)&&(ct=15),ct=Math.min(ct,et/3),ct=Math.min(ct,nt/3);var lt=ct*oe,gt=nt*.8,mt=new go.Geometry,St=new go.PathFigure(ct,0,!0);return mt.add(St),St.add(new go.PathSegment(go.PathSegment.Line,et-ct,0)),St.add(new go.PathSegment(go.PathSegment.Bezier,et,ct,et-lt,0,et,lt)),St.add(new go.PathSegment(go.PathSegment.Line,et,gt-ct)),St.add(new go.PathSegment(go.PathSegment.Bezier,et-ct,gt,et,gt-lt,et-lt,gt)),St.add(new go.PathSegment(go.PathSegment.Line,et*.7,gt)),St.add(new go.PathSegment(go.PathSegment.Line,et*.7,nt)),St.add(new go.PathSegment(go.PathSegment.Line,et*.55,gt)),St.add(new go.PathSegment(go.PathSegment.Line,ct,gt)),St.add(new go.PathSegment(go.PathSegment.Bezier,0,gt-ct,lt,gt,0,gt-lt)),St.add(new go.PathSegment(go.PathSegment.Line,0,ct)),St.add(new go.PathSegment(go.PathSegment.Bezier,ct,0,0,lt,lt,0).close()),lt>1?(mt.spot1=new go.Spot(0,0,lt,lt),mt.spot2=new go.Spot(1,.8,-lt,-lt)):(mt.spot1=go.Spot.TopLeft,mt.spot2=new go.Spot(1,.8)),mt}),go.Shape.defineFigureGenerator("Repeat",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*0,nt*.45,!0);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,nt*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,nt*.45).close());var gt=new go.PathFigure(et*1,nt*.55,!0);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*1)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.55)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.7,nt*.55)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.7,nt*.1)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.1)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.35,nt*0)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*0)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*.55).close()),ct}),go.Shape.defineFigureGenerator("Windows",function(Bt,et,nt){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,nt)).add(new go.PathSegment(go.PathSegment.Line,0,nt).close()).add(new go.PathSegment(go.PathSegment.Move,.4*et,.4*nt)).add(new go.PathSegment(go.PathSegment.Line,.4*et,.8*nt)).add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*nt)).add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*nt).close()).add(new go.PathSegment(go.PathSegment.Move,.2*et,.1*nt)).add(new go.PathSegment(go.PathSegment.Line,.2*et,.6*nt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.6*nt)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.1*nt).close()).add(new go.PathSegment(go.PathSegment.Move,.1*et,.6*nt)).add(new go.PathSegment(go.PathSegment.Line,.1*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,.9*nt)).add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*nt).close()))}),go.Shape.defineFigureGenerator("Terminal",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*0,nt*.1,!1);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,nt*.9).close());var gt=new go.PathFigure(et*.1,nt*.2,!0);ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et*.1,nt*.25)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.22,nt*.285)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.1,nt*.32)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.1,nt*.37)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.275,nt*.32)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.275,nt*.25).close());var mt=new go.PathFigure(et*.28,nt*.37,!0);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.37)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.41)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.28,nt*.41).close()),ct}),go.Shape.defineFigureGenerator("Beaker",function(Bt,et,nt){var ct=new go.Geometry,lt=15,gt=lt*oe,mt=new go.PathFigure(et*.62,nt*.475,!0);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et,nt-lt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,nt,et,nt-gt,et-gt,nt)),mt.add(new go.PathSegment(go.PathSegment.Line,lt,nt)),mt.add(new go.PathSegment(go.PathSegment.Bezier,0,nt-lt,gt,nt,0,nt-gt)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.38,nt*.475)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.38,nt*.03)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.36,nt*0)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.64,nt*0)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.62,nt*.03).close()),gt>1?(ct.spot1=new go.Spot(0,0,gt,gt),ct.spot2=new go.Spot(1,1,-gt,-gt)):(ct.spot1=go.Spot.TopLeft,ct.spot2=go.Spot.BottomRight),ct}),go.Shape.defineFigureGenerator("Download",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*0,nt*1,!0);ct.add(lt);var gt=.1/.3;lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,nt*(1-gt)).close());var mt=new go.PathFigure(et*.4,nt*0,!0);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.44)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.26,nt*.44)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.66)),mt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.26),nt*.44)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.44)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*0).close()),ct}),go.Shape.defineFigureGenerator("Bin",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*0,nt*1,!0);ct.add(lt);var gt=.1/.3;return lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,nt*(1-gt)).close()),ct}),go.Shape.defineFigureGenerator("Upload",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*0,nt*1,!0);ct.add(lt);var gt=.1/.3;lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,nt*(1-gt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,nt*(1-gt)).close());var mt=new go.PathFigure(et*.5,nt*0,!0);return ct.add(mt),mt.add(new go.PathSegment(go.PathSegment.Line,et*.26,nt*.25)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.25)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.4,nt*.63)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.63)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.6,nt*.25)),mt.add(new go.PathSegment(go.PathSegment.Line,et*.74,nt*.25).close()),ct}),go.Shape.defineFigureGenerator("EmptyDrink",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*.15,nt*0,!1);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,nt*1).close()),ct}),go.Shape.defineFigureGenerator("Drink",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*.15,nt*0,!1);ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,nt*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,nt*1).close());var gt=new go.PathFigure(et*.235,nt*.28,!0);return ct.add(gt),gt.add(new go.PathSegment(go.PathSegment.Line,et*.765,nt*.28)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.655,nt*.97)),gt.add(new go.PathSegment(go.PathSegment.Line,et*.345,nt*.97).close()),ct}),go.Shape.defineFigureGenerator("4Arrows",function(Bt,et,nt){var ct=new go.Geometry,lt=new go.PathFigure(et*.5,nt*0,!0);return ct.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,nt*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,nt*.5)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.65)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,nt*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,nt*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,nt*.65)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,nt*.5)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,nt*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,nt*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,nt*.25).close()),ct}),go.Shape.defineFigureGenerator("Connector","Ellipse"),go.Shape.defineFigureGenerator("Alternative","TriangleUp"),go.Shape.defineFigureGenerator("Merge","TriangleUp"),go.Shape.defineFigureGenerator("Decision","Diamond"),go.Shape.defineFigureGenerator("DataTransmissions","Hexagon"),go.Shape.defineFigureGenerator("Gate","Crescent"),go.Shape.defineFigureGenerator("Delay","HalfEllipse"),go.Shape.defineFigureGenerator("Input","Parallelogram1"),go.Shape.defineFigureGenerator("ManualLoop","ManualOperation"),go.Shape.defineFigureGenerator("ISOProcess","Chevron"),go.Shape.defineFigureGenerator("MessageToUser","SquareArrow"),go.Shape.defineFigureGenerator("MagneticData","Cylinder1"),go.Shape.defineFigureGenerator("DirectData","Cylinder4"),go.Shape.defineFigureGenerator("StoredData","DataStorage"),go.Shape.defineFigureGenerator("SequentialData","MagneticTape"),go.Shape.defineFigureGenerator("Subroutine","Procedure")},43001: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 bn={},$n="5.0",Et={},Lt=null,re=!1,fe=!1,pe=null,ne=!1,Ht=null,oe=null,Oe=0;Oe<arguments.length;Oe++){var ge=arguments[Oe];if(ge!==null)switch(typeof ge){case"number":$n=ge.toFixed(1);break;case"string":ge.match(new RegExp("^[0-9]\\.[0-9]+$"))?$n=ge:pe=ge;break;case"object":typeof ge.is3D!="undefined"?Lt=ge:Et=ge;break;case"boolean":re=ge,fe=!0;break}}Lt===null&&(Lt={is3D:!1,AV:!1,SV:!1,CV:!1,EV2:!1,CP:!1,PC:!1,DA:!1,FI:!1,PV:!1,macro:!1},Et.material_id!==void 0&&!fe&&(re=!0)),pe!==null&&Et.id===void 0&&(Et.id=pe);var Nt="",Je="",ie=!1,nn=null,Bt=null,et=null,nt=!1,ct=null,lt=null,gt=null,mt=null,St=null;Et.height!==void 0&&(Et.height=Math.round(Et.height)),Et.width!==void 0&&(Et.width=Math.round(Et.width));var Pt=function(Se){return parseFloat(Se)>4?parseFloat(Se):5};bn.setHTML5Codebase=function(Se,$e){oe=Se,Pe(Se,$e)},bn.setJavaCodebase=bn.setJavaCodebaseVersion=bn.isCompiledInstalled=bn.setPreCompiledScriptPath=bn.setPreCompiledResourcePath=function(){},bn.setHTML5CodebaseVersion=function(Se,$e){var He=parseFloat(Se);if(He!==NaN&&He<5){console.log("The GeoGebra HTML5 codebase version "+He+" is deprecated. Using version latest instead.");return}Ht=Se,It(Se,$e)},bn.getHTML5CodebaseVersion=function(){return Bt},bn.getParameters=function(){return Et},bn.setFontsCSSURL=function(Se){mt=Se},bn.setGiacJSURL=function(Se){},bn.setJNLPFile=function(Se){Nt=Se},bn.setJNLPBaseDir=function(Se){},bn.inject=function(){function Se(){return window.frameElement&&window.frameElement.getAttribute("data-singleton")}for(var $e="auto",He=Et.id,xn,we=!1,de=0;de<arguments.length;de++){var ke=arguments[de];typeof ke=="string"?(ke=ke.toLowerCase(),ke.match(/^(prefer)?(java|html5|compiled|auto|screenshot)$/)?$e=ke:He=arguments[de]):typeof ke=="boolean"?we=ke:ke instanceof HTMLElement&&(xn=ke)}ze();function ze(){if(!ne){setTimeout(ze,200);return}$e=sn($e);var fn=xn||document.getElementById(He);if(!fn){console.log("possibly bug on ajax loading? ");return}if(bn.removeExistingApplet(fn,!1),Et.width===void 0&&fn.clientWidth&&(Et.width=fn.clientWidth),Et.height===void 0&&fn.clientHeight&&(Et.height=fn.clientHeight),!(Et.width&&Et.height)&&$e==="html5"&&(delete Et.width,delete Et.height),nn=$e,$e==="screenshot")De(fn,Et);else{var Dt=!1;Et.hasOwnProperty("playButton")&&Et.playButton||Et.hasOwnProperty("clickToLoad")&&Et.clickToLoad?Dt=!0:Et.hasOwnProperty("playButtonAutoDecide")&&Et.playButtonAutoDecide&&(Dt=(!Rt()||Se())&&Wt()),Dt?(nn="screenshot",Sn(fn,Et,we,$e)):Fe(fn,Et,we)}}};function Rt(){try{return window.self!==window.top}catch(Se){return!0}}function Wt(){return Et.hasOwnProperty("screenshotGenerator")&&Et.screenshotGenerator?!1:Math.max(screen.width,screen.height)<800}bn.getViews=function(){return Lt},bn.isJavaInstalled=function(){return!1};var te=function(Se){var $e=function(de){var ke=JSON.parse(de),ze=function(wt){return wt.type=="G"||wt.type=="E"},fn=ke.elements?ke.elements.filter(ze)[0]:ke;if(!fn||!fn.url){He();return}Et.fileName=fn.url,Jt(fn.settings||{}),Lt.is3D=!0;var Dt="https://www.geogebra.org/images/";bn.setPreviewImage(ct||fn.previewUrl,Dt+"GeoGebra_loading.png",Dt+"applet_play.png"),Se()},He=function(){Et.onError&&Et.onError(),an("Error: Fetching material (id "+Et.material_id+") failed.",Et)},xn=location.host.match(/(www|stage|beta|groot|alpha).geogebra.(org|net)/)?location.host:"www.geogebra.org",we="/materials/"+Et.material_id+"?scope=basic";Vt("https://"+xn+"/api/proxy.php?path="+encodeURIComponent(we),$e,He)};function Jt(Se){var $e=["width","height","showToolBar","showMenuBar","showAlgebraInput","allowStyleBar","showResetIcon","enableLabelDrags","enableShiftDragZoom","enableRightClick","appName"];["enableLabelDrags","enableShiftDragZoom","enableRightClick"].forEach(function(He){Se[He]=!!Se[He]}),$e.forEach(function(He){Et[He]===void 0&&Se[He]!==void 0&&(Et[He]=Se[He])}),Et.showToolBarHelp===void 0&&(Et.showToolBarHelp=Et.showToolBar)}function Vt(Se,$e,He){var xn=new XMLHttpRequest;xn.open("GET",Se),xn.onload=function(){$e(xn.responseText)},xn.onerror=He,xn.send()}bn.isHTML5Installed=function(){return!0},bn.getLoadedAppletType=function(){return nn},bn.setPreviewImage=function(Se,$e,He){ct=Se,lt=$e,gt=He},bn.removeExistingApplet=function(Se,$e){var He;typeof Se=="string"&&(Se=document.getElementById(Se)),nn=null;var xn=null;for(He=0;He<Se.childNodes.length;He++){var we=Se.childNodes[He],de=we.className;de==="applet_screenshot"?$e?(we.style.display="block",nn="screenshot"):we.style.display="none":de!=="applet_scaler prerender"&&(Se.removeChild(we),xn=de&&de.indexOf("appletParameters")!=-1?we.id:null,He--)}var ke=Et.id!==void 0?Et.id:xn,ze=window[ke];ze&&typeof ze.getBase64=="function"&&(ze.remove(),window[ke]=null)},bn.refreshHitPoints=function(){if(Pt(ggbHTML5LoadedCodebaseVersion)>=5)return!0;var Se=bn.getAppletObject();return Se&&typeof Se.recalculateEnvironments=="function"?(Se.recalculateEnvironments(),!0):!1},bn.startAnimation=function(){var Se=bn.getAppletObject();return Se&&typeof Se.startAnimation=="function"?(Se.startAnimation(),!0):!1},bn.stopAnimation=function(){var Se=bn.getAppletObject();return Se&&typeof Se.stopAnimation=="function"?(Se.stopAnimation(),!0):!1},bn.getAppletObject=function(){var Se=Et.id!==void 0?Et.id:"ggbApplet";return window[Se]},bn.resize=function(){};var le=function(Se,$e,He){var xn=document.createElement("param");xn.setAttribute("name",$e),xn.setAttribute("value",He),Se.appendChild(xn)},ae=function(Se){return Se&&Se!=="false"},Fe=function(Se,$e,He){Pt(Bt)<=4.2&&(He=!0);var xn=!isRenderGGBElementEnabled&&!scriptLoadStarted;(!isRenderGGBElementEnabled&&!scriptLoadStarted||ggbHTML5LoadedCodebaseVersion!==Bt||ggbHTML5LoadedCodebaseIsWebSimple&&!nt)&&(xn=!0,isRenderGGBElementEnabled=!1,scriptLoadStarted=!1);var we=document.createElement("div");we.classList.add("appletParameters","notranslate");var de=$e.width,ke=$e.height;if($e.disableAutoScale=$e.disableAutoScale===void 0?GGBAppletUtils.isFlexibleWorksheetEditor():$e.disableAutoScale,$e.width!==void 0)if(Pt(Bt)<=4.4)ae($e.showToolBar)&&($e.height-=7),ae($e.showAlgebraInput)&&($e.height-=37),$e.width<605&&ae($e.showToolBar)&&($e.width=605,de=605);else{var ze=100;(ae($e.showToolBar)||ae($e.showMenuBar))&&($e.hasOwnProperty("customToolBar")&&($e.customToolbar=$e.customToolBar),ze=ae($e.showMenuBar)?245:155),de<ze&&($e.width=ze,de=ze)}we.style.border="none",we.style.display="inline-block";for(var fn in $e)$e.hasOwnProperty(fn)&&fn!=="appletOnLoad"&&we.setAttribute("data-param-"+fn,$e[fn]);mt&&we.setAttribute("data-param-fontscssurl",mt),bn.resize=function(){GGBAppletUtils.responsiveResize(Se,$e)},window.addEventListener("resize",function(_e){bn.resize()});var Dt=typeof $e.appletOnLoad=="function"?$e.appletOnLoad:function(){};if(!He&&$e.width!==void 0){$e.hasOwnProperty("showSplash")||we.setAttribute("data-param-showSplash","false");var wt=Se.querySelector(".applet_scaler.prerender"),yt=wt!==null;if(yt)var kt=wt.querySelector(".ggb_preview");else{var kt=Ge(de,ke,$e.borderColor,!1);wt=document.createElement("div"),wt.className="applet_scaler",wt.style.position="relative",wt.style.display="block",wt.style.width=de+"px",wt.style.height=ke+"px"}window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(wt,"66%"),Pt(Bt)>=5?($e.appletOnLoad=function(_e){var un=Se.querySelector(".ggb_preview");un&&un.parentNode.removeChild(un),window.GGBT_spinner&&window.GGBT_spinner.removeSpinner(wt),window.GGBT_wsf_view&&$(window).trigger("resize"),Dt(_e)},yt||wt.appendChild(kt)):we.appendChild(kt),wt.appendChild(we),yt||Se.appendChild(wt),setTimeout(function(){bn.resize()},1)}else{var jt=document.createElement("div");jt.className="applet_scaler",jt.style.position="relative",jt.style.display="block",jt.appendChild(we),Se.appendChild(jt),$e.appletOnLoad=function(_e){bn.resize(),Dt(_e)}}function Mt(_e,un){un&&typeof un.appletOnLoad=="function"&&typeof renderGGBElement=="function"?renderGGBElement(_e,un.appletOnLoad):renderGGBElement(_e),an("GeoGebra HTML5 applet injected and rendered with previously loaded codebase.",un)}function Gt(_e,un){typeof renderGGBElement=="undefined"?(html5AppletsToProcess===null&&(html5AppletsToProcess=[]),html5AppletsToProcess.push({article:_e,params:un}),window.renderGGBElementReady=function(){isRenderGGBElementEnabled=!0,html5AppletsToProcess!==null&&html5AppletsToProcess.length&&(html5AppletsToProcess.forEach(function(Pn){Mt(Pn.article,Pn.params)}),html5AppletsToProcess=null)},Pt(Bt)<5&&(_e.className+=" geogebraweb")):Mt(_e,un)}if(xn){scriptLoadStarted=!0;for(var Ce=0;Ce<we.childNodes.length;Ce++){var be=we.childNodes[Ce].tagName;be==="TABLE"&&(we.removeChild(we.childNodes[Ce]),Ce--)}if(ggbHTML5LoadedScript!==null){var on=document.querySelector('script[src="'+ggbHTML5LoadedScript+'"]');on!=null&&on.parentNode.removeChild(on)}var Ae=document.createElement("script"),Le=function(){Gt(we,$e)};Ae.src=Je+et,ggbHTML5LoadedCodebaseIsWebSimple=nt,ggbHTML5LoadedCodebaseVersion=Bt,ggbHTML5LoadedScript=Ae.src,an("GeoGebra HTML5 codebase loaded: '"+Je+"'.",$e),!oe&&(!Ht||Ht=="5.0")?(nt?webSimple.succeeded=webSimple.succeeded||webSimple():web3d.succeeded=web3d.succeeded||web3d(),Le()):Je.requirejs?__webpack_require__.e(7963).then(function(){var _e=[__webpack_require__(87963)];Le.apply(null,_e)}.bind(this)).catch(__webpack_require__.oe):(Ae.onload=Le,Se.appendChild(Ae))}else Gt(we,$e);$e.height=ke,$e.width=de},De=function(Se,$e,He){var xn=Ge($e.width,$e.height,$e.borderColor,He),we=document.createElement("div");we.style.position="relative",we.style.display="block",we.style.width=$e.width+"px",we.style.height=$e.height+"px",we.className="applet_screenshot applet_scaler"+(He?" applet_screenshot_play":""),we.appendChild(xn);var de=GGBAppletUtils.getScale($e,Se,He);He?(Se.appendChild(rn()),window.GGBT_wsf_view||(Se.style.position="relative")):window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(we,"66%"),Se.appendChild(we),de!==1&&!isNaN(de)&&(GGBAppletUtils.scaleElement(we,de),we.style.width=$e.width+"px",we.style.height=$e.height+"px",we.parentNode.style.width=$e.width*de+"px",we.parentNode.style.height=$e.height*de+"px"),bn.resize=function(){Ee(Se,xn,we,He)},window.addEventListener("resize",function(ke){bn.resize()}),bn.resize()};function Ee(Se,$e,He,xn){if(Se.contains($e)){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(Se.id!=="fullscreencontent")return;window.GGBT_wsf_view.setCloseBtnPosition(Se)}var we=GGBAppletUtils.getScale(Et,Se,xn);He.parentNode!==null&&(!isNaN(we)&&we!==1?(GGBAppletUtils.scaleElement(He,we),He.parentNode.style.width=Et.width*we+"px",He.parentNode.style.height=Et.height*we+"px"):(GGBAppletUtils.scaleElement(He,1),He.parentNode.style.width=Et.width+"px",He.parentNode.style.height=Et.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&GGBAppletUtils.positionCenter(Se),typeof window.GGBT_ws_header_footer=="object"&&window.GGBT_ws_header_footer.setWsScrollerHeight()}}bn.onExitFullscreen=function(Se,$e){$e.appendChild(Se)};var Sn=function(Se,$e,He,xn){De(Se,$e,!0);for(var we=function(){var ze=[];for(ke=0;ke<Se.childNodes.length;ke++)ze.push(Se.childNodes[ke]);if(window.GGBT_wsf_view){var fn=window.GGBT_wsf_view.renderFullScreen(Se,$e.id),Dt=document.getElementById("fullscreencontainer"),wt=jQuery(Se).find(".fullscreencontent");wt.length>0?(fn.remove(),wt.attr("id","fullscreencontent").show(),jQuery(Dt).append(wt),window.dispatchEvent(new Event("resize"))):Fe(fn,$e,!1),window.GGBT_wsf_view.launchFullScreen(Dt)}else nn=xn,Fe(Se,$e,!1);if(!window.GGBT_wsf_view)for(ke=0;ke<ze.length;ke++)Se.removeChild(ze[ke])},de=Se.getElementsByClassName("ggb_preview_play"),ke=0;ke<de.length;ke++)de[ke].addEventListener("click",we,!1),de[ke].addEventListener("ontouchstart",we,!1);typeof window.ggbAppletPlayerOnload=="function"&&window.ggbAppletPlayerOnload(Se),Wt()&&window.GGBT_wsf_view&&$(".wsf-element-fullscreen-button").remove()},rn=function(){var Se=document.createElement("div");if(Se.className="ggb_preview_play icon-applet-play",!window.GGBT_wsf_view){var $e='.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");}',He=document.createElement("style");He.styleSheet?He.styleSheet.cssText=$e:He.appendChild(document.createTextNode($e)),document.getElementsByTagName("head")[0].appendChild(He)}return Se},Ge=function(Se,$e,He,xn){var we=document.createElement("div");we.className="ggb_preview",we.style.position="absolute",we.style.zIndex="90",we.style.width=Se-2+"px",we.style.height=$e-2+"px",we.style.top="0px",we.style.left="0px",we.style.overflow="hidden",we.style.backgroundColor="white";var de="lightgrey";He!==void 0&&(He==="none"?de="transparent":de=He),we.style.border="1px solid "+de;var ke=document.createElement("img");if(ke.style.position="relative",ke.style.zIndex="1000",ke.style.top="-1px",ke.style.left="-1px",ct!==null&&ke.setAttribute("src",ct),ke.style.opacity=.7,lt!==null){var ze,fn,Dt;if(!xn){ze=document.createElement("img"),ze.style.position="absolute",ze.style.zIndex="1001",ze.style.opacity=1,ke.style.opacity=.3,fn=360,fn>Se/4*3&&(fn=Se/4*3),Dt=fn/5.8,ze.setAttribute("src",lt),ze.setAttribute("width",fn),ze.setAttribute("height",Dt);var wt=(Se-fn)/2,yt=($e-Dt)/2;ze.style.left=wt+"px",ze.style.top=yt+"px",we.appendChild(ze)}}return we.appendChild(ke),we},sn=function(Se){return Se=Se.toLowerCase(),Se==="html5"||Se==="screenshot"?Se:"html5"},$t=["web","webSimple","web3d","tablet","tablet3d","phone"],It=function(Se,$e){if(Bt=Se,$e){Pe(Bt,!0);return}var He=!re;if(He){var xn=Pt(Bt);!isNaN(xn)&&xn<4.4&&(He=!1)}var we,de;window.location.protocol.substr(0,4)==="http"?we=window.location.protocol:we="http:";var ke=Bt.indexOf("//");ke>0?de=Bt:ke===0?de=we+Bt:de="https://www.geogebra.org/apps/5.2.814.0/";for(var ze in $t)if(Bt.slice($t[ze].length*-1)===$t[ze]||Bt.slice(($t[ze].length+1)*-1)===$t[ze]+"/"){Pe(de,!1);return}!GGBAppletUtils.isFlexibleWorksheetEditor()&&He&&!Lt.is3D&&!Lt.AV&&!Lt.SV&&!Lt.CV&&!Lt.EV2&&!Lt.CP&&!Lt.PC&&!Lt.DA&&!Lt.FI&&!Lt.PV&&!ae(Et.showToolBar)&&!ae(Et.showMenuBar)&&!ae(Et.showAlgebraInput)&&!ae(Et.enableRightClick)&&(!Et.appName||Et.appName=="classic")?de+="webSimple/":de+="web3d/",Pe(de,!1)},Pe=function(Se,$e){if(Se.requirejs){Je=Se;return}Se.slice(-1)!=="/"&&(Se+="/"),Je=Se,$e===null&&($e=Se.indexOf("http")===-1),ie=$e,et="web.nocache.js",nt=!1;var He=Je.split("/");He.length>1&&(!$e&&He[He.length-2]==="webSimple"?(et="webSimple.nocache.js",nt=!0):$t.indexOf(He[He.length-2])>=0&&(et=He[He.length-2]+".nocache.js")),He=Se.split("/"),Bt=He[He.length-3],Bt.substr(0,4)==="test"?Bt=Bt.substr(4,1)+"."+Bt.substr(5,1):(Bt.substr(0,3)==="war"||Bt.substr(0,4)==="beta")&&(Bt="5.0");var xn=parseFloat(Bt);xn!==NaN&&xn<5&&Se.indexOf("geogebra.org")>=0&&(console.log("The GeoGebra HTML5 codebase version "+xn+" is deprecated. Using version latest instead."),It("5.0",$e))},an=function(Se,$e){window.console&&window.console.log&&(!$e||typeof $e.showLogging=="undefined"||$e.showLogging&&$e.showLogging!=="false")&&console.log(Se)};Et.material_id!==void 0?te(Ve):Ve();function Ve(){var Se=$n;Ht!==null?Se=Ht:parseFloat(Se)<5&&(Se="5.0"),It(Se,!1),oe!==null&&Pe(oe,ie),ne=!0}return bn},GGBAppletUtils=function(){"use strict";function bn(){return window.GGBT_wsf_edit!==void 0}function $n(ne,Ht){Ht!=1?(ne.style.transformOrigin="0% 0% 0px",ne.style.webkitTransformOrigin="0% 0% 0px",ne.style.transform="scale("+Ht+","+Ht+")",ne.style.webkitTransform="scale("+Ht+","+Ht+")",ne.style.maxWidth="initial",ne.querySelector(".ggb_preview")!==null&&(ne.querySelector(".ggb_preview").style.maxWidth="initial"),ne.querySelectorAll(".ggb_preview img")[0]!==void 0&&(ne.querySelectorAll(".ggb_preview img")[0].style.maxWidth="initial"),ne.querySelectorAll(".ggb_preview img")[1]!==void 0&&(ne.querySelectorAll(".ggb_preview img")[1].style.maxWidth="initial")):(ne.style.transform="none",ne.style.webkitTransform="none")}function Et(ne,Ht,oe,Oe,ge,Nt){var Je=null;if(Nt!=null&&Nt!="")for(var ie=ne.parentNode;ie!=null;)if((" "+ie.className+" ").indexOf(" "+Nt+" ")>-1){Je=ie;break}else ie=ie.parentNode;var nn=0,Bt=0,et=0,nt=0,ct=0,lt=0,gt=0;if(Je)nn=Je.offsetWidth,Bt=Math.max(Oe?Je.offsetWidth:0,Je.offsetHeight);else{if(window.innerWidth&&document.documentElement.clientWidth?(nn=Math.min(window.innerWidth,document.documentElement.clientWidth),Bt=Math.min(window.innerHeight,document.documentElement.clientHeight),et=nn):(nn=window.innerWidth,Bt=window.innerHeight,et=window.innerWidth),ne){var mt=ne.getBoundingClientRect();mt.left>0&&mt.left<=nn&&(ge===void 0||!ge)&&(document.dir==="rtl"?(ct=nn-mt.width-mt.left,lt=et<=480?10:30):(lt=mt.left,ct=et<=480?10:30),nt=lt+ct)}if(ne&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){var St=ne.getBoundingClientRect();window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(nt=40,gt=0):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(nt=0,gt=40)}}return ne&&((oe===void 0||!oe)&&Ht>0&&Ht+nt<nn?nn=Ht:nn-=nt,typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(oe===void 0||!oe)&&(Bt-=gt)),{width:nn,height:Bt}}function Lt(ne,Ht,oe,Oe,ge){if(ne.isScreenshoGenerator)return 1;var Nt=Oe!==void 0&&Oe,Je=ne.noScaleMargin!=null&&ne.noScaleMargin,ie=function(St){return St&&St!=="false"},nn=ie(ne.autoHeight),Bt=Et(Ht,ne.width,oe,nn,Nt&&window.GGBT_wsf_view||Je,ge),et=parseInt(Bt.width),nt=ne.width,ct=ne.height;if(nt===void 0){var lt=Ht.querySelector(".appletParameters");lt&&(nt=lt.offsetWidth,ct=lt.offsetHeight)}var gt=et/nt,mt=Nt?1:Bt.height/ct;return oe!==void 0&&!oe&&(gt=Math.min(1,gt),mt=Math.min(1,mt)),Math.min(gt,mt)}function re(ne,Ht,oe){var Oe=1,ge,Nt=!1;if(ne.hasOwnProperty("allowUpscale")&&(Nt=ne.allowUpscale),ne.hasOwnProperty("scale")&&(Oe=parseFloat(ne.scale),(isNaN(Oe)||Oe===null||Oe===0)&&(Oe=1),Oe>1&&(Nt=!0)),Ht&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(Nt=!0),!(ne.hasOwnProperty("disableAutoScale")&&ne.disableAutoScale))ge=Lt(ne,Ht,Nt,oe,ne.scaleContainerClass);else return Oe;return Nt&&(!ne.hasOwnProperty("scale")||Oe===1)?ge:Math.min(Oe,ge)}function fe(ne){var Ht=Math.min(window.innerWidth,document.documentElement.clientWidth),oe=Math.min(window.innerHeight,document.documentElement.clientHeight),Oe=ne.getBoundingClientRect(),ge=(Ht-Oe.width)/2,Nt=(oe-Oe.height)/2;Nt<0&&(Nt=0),ne.style.position="relative",window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(ge<40?ne.style.left="40px":ne.style.left=ge+"px",ne.style.top=Nt+"px"):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(Nt<40?ne.style.top="40px":ne.style.top=Nt+"px",ne.style.left=ge+"px")}function pe(ne,Ht){var oe=ne.querySelector(".appletParameters");if(oe){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(Ht.id!==oe.getAttribute("data-param-id"))return;window.GGBT_wsf_view.setCloseBtnPosition(ne)}if(oe.parentElement&&/fullscreen/.test(oe.parentElement.className))return;var Oe=re(Ht,ne);bn()&&oe.setAttribute("data-param-scale",Oe);for(var ge=null,Nt=0;Nt<ne.childNodes.length;Nt++)if(ne.childNodes[Nt].className!==void 0&&ne.childNodes[Nt].className.match(/^applet_scaler/)){ge=ne.childNodes[Nt];break}if(ge!==null&&ge.querySelector(".noscale")!==null)return;var Je=Ht.id!==void 0?Ht.id:"ggbApplet",ie=window[Je];(ie==null||!ie.recalculateEnvironments)&&ge!==null&&!ge.className.match(/fullscreen/)&&(ge.parentNode.style.transform="",!isNaN(Oe)&&Oe!==1?(ge.parentNode.style.width=Ht.width*Oe+"px",ge.parentNode.style.height=Ht.height*Oe+"px",$n(ge,Oe)):($n(ge,1),ge.parentNode.style.width=Ht.width+"px",ge.parentNode.style.height=Ht.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&fe(ne),window.GGBT_wsf_view&&!window.GGBT_wsf_view.isFullscreen()&&window.GGBT_wsf_general.adjustContentToResize($(oe).parents(".content-added-content"))}}return{responsiveResize:pe,isFlexibleWorksheetEditor:bn,positionCenter:fe,getScale:re,scaleElement:$n}}();__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 bn=n.location.search;return bn.indexOf(J)!=-1||bn.indexOf(K)!=-1}function q(bn,$n){}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(bn){var $n=s[L].bindings;s[L].bindings=function(){for(var Et=$n?$n():{},Lt=bn[webModule.__softPermutationId],re=O;re<Lt.length;re++){var fe=Lt[re];Et[fe[O]]=fe[P]}return Et}};var t;function u(){return v(),t}function v(){if(!t){var bn=o.createElement(Q);if(bn.id=L,bn.style.cssText=R+S,bn.tabIndex=-1,o.body.appendChild(bn),t=bn.contentWindow.document,navigator.userAgent.indexOf(T)==-1){t.open();var $n=document.compatMode==U?V:W;t.write($n+X),t.close()}}}function w(bn){function $n(Lt){function re(){return typeof o.readyState==Y?typeof o.body!=Y&&o.body!=null:/loaded|complete/.test(o.readyState)}var fe=re();if(fe){Lt();return}function pe(){if(!fe){if(!re())return;fe=!0,Lt(),o.removeEventListener&&o.removeEventListener(Z,pe,!1),ne&&clearInterval(ne)}}o.addEventListener&&o.addEventListener(Z,pe,!1);var ne=setInterval(function(){pe()},$)}function Et(Lt){var re=u(),fe=re.body,pe=re.createElement(_);pe.language=ab,pe.crossOrigin=W,pe.src=Lt,webModule.__errFn&&(pe.onerror=function(){webModule.__errFn(L,new Error(bb+Lt))}),fe.appendChild(pe)}$n(function(){Et(bn)})}webModule.__startLoadingFragment=function(bn){return C(bn)},webModule.__installRunAsyncCode=function(bn){var $n=u(),Et=$n.body,Lt=$n.createElement(_);Lt.language=ab,Lt.text=bn,Et.appendChild(Lt),Et.removeChild(Lt)};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(bn){alert(nb+k+ob)}}else if(j==pb&&(k=i.getAttribute(kb),k))try{e=eval(k)}catch(bn){alert(nb+k+qb)}}}__gwt_getMetaProperty=function(bn){var $n=c[bn];return $n==null?null:$n},r=d,webModule.__errFn=e}function B(){function bn(ne){var Ht=ne.lastIndexOf(rb);Ht==-1&&(Ht=ne.length);var oe=ne.indexOf(sb);oe==-1&&(oe=ne.length);var Oe=ne.lastIndexOf(tb,Math.min(oe,Ht));return Oe>=O?ne.substring(O,Oe+P):W}function $n(ne){if(!ne.match(/^\w+:\/\//)){var Ht=o.createElement(ub);Ht.src=ne+vb,ne=bn(Ht.src)}return ne}function Et(){var ne=__gwt_getMetaProperty(wb);return ne!=null?ne:W}function Lt(){for(var ne=o.getElementsByTagName(_),Ht=O;Ht<ne.length;++Ht)if(ne[Ht].src.indexOf(xb)!=-1)return bn(ne[Ht].src);return W}function re(){var ne=o.getElementsByTagName(yb);return ne.length>O?ne[ne.length-P].href:W}function fe(){var ne=o.location;return ne.href==ne.protocol+zb+ne.host+ne.pathname+ne.search+ne.hash}var pe=Et();return pe==W&&(pe=Lt()),pe==W&&(pe=re()),pe==W&&fe()&&(pe=bn(o.location.href)),pe=$n(pe),pe}function C(bn){return bn.match(/^\//)||bn.match(/^[a-zA-Z]+:\/\//)?bn:webModule.__moduleBase+bn}function D(){var bn=[],$n=O,Et=[],Lt=[];function re(ne){var Ht=Lt[ne](),oe=Et[ne];if(Ht in oe)return Ht;var Oe=[];for(var ge in oe)Oe[oe[ge]]=ge;throw r&&r(ne,Oe,Ht),null}if(__gwt_isKnownPropertyValue=function(ne,Ht){return Ht in Et[ne]},webModule.__getPropMap=function(){var ne={};for(var Ht in Et)Et.hasOwnProperty(Ht)&&(ne[Ht]=re(Ht));return ne},webModule.__computePropValue=re,n.__gwt_activeModules[L].bindings=webModule.__getPropMap,p())return C(Bb);var fe;try{fe=Cb;var pe=fe.indexOf(Db);pe!=-1&&($n=parseInt(fe.substring(pe+P),$),fe=fe.substring(O,pe))}catch(ne){}return webModule.__softPermutationId=$n,C(fe+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})()},46699:function(bn,$n,Et){"use strict";Et.d($n,{Ax:function(){return pe},Ds:function(){return ne},KI:function(){return oe},SI:function(){return fe},f1:function(){return re}});var Lt=Et(346);function re(Oe){let ge=!0;if(Oe.length>0){for(let Nt=0;Nt<Oe.length;Nt++)if(Oe[Nt].compile_success==0||!Oe[Nt].compile_success){ge=!1;break}}else ge=!1;return ge}function fe(Oe,ge=""){let Nt=[];for(let Je=0;Je<Oe.length;Je++){let ie=Oe[Je],nn=ge?`${ge}/${ie.name}`:`${ie.name}`;Nt.push({title:ie.name,type:ie.type,isLeaf:ie.type!=="tree",key:nn})}return Nt}function pe(Oe,ge,Nt){for(let Je=0;Je<Oe.length;Je++){let ie=Oe[Je];if(ie.key===ge){ie.children=Nt;break}ie.children&&pe(ie.children,ge,Nt)}return Oe}function ne(Oe,ge,Nt){let Je;return function(){let ie=this,nn=arguments,Bt=function(){Je=null,Nt||Oe.apply(ie,nn)},et=Nt&&!Je;clearTimeout(Je),Je=setTimeout(Bt,ge),et&&Oe.apply(ie,nn)}}const Ht=!0,oe=Lt.Z.API_SERVER},81705:function(bn,$n,Et){"use strict";Et.d($n,{t:function(){return ie}});var Lt=Et(59301),re=Et(99571),fe={buttonFixed:"buttonFixed___vyq30",button:"button___hxmYv",buttonWrap:"buttonWrap___uK8dl"},pe=Et(92310),ne=Et.n(pe),Ht=Object.defineProperty,oe=Object.getOwnPropertySymbols,Oe=Object.prototype.hasOwnProperty,ge=Object.prototype.propertyIsEnumerable,Nt=(nn,Bt,et)=>Bt in nn?Ht(nn,Bt,{enumerable:!0,configurable:!0,writable:!0,value:et}):nn[Bt]=et,Je=(nn,Bt)=>{for(var et in Bt||(Bt={}))Oe.call(Bt,et)&&Nt(nn,et,Bt[et]);if(oe)for(var et of oe(Bt))ge.call(Bt,et)&&Nt(nn,et,Bt[et]);return nn};const ie=({cancelText:nn="\u53D6\u6D88",okText:Bt="\u786E\u5B9A",loading:et=!1,hasOkBtn:nt=!0,hasCancelBtn:ct=!0,okButtonProps:lt={},onCancel:gt=()=>{},onOk:mt=()=>{},className:St=""})=>Lt.createElement("div",{className:ne()(fe.buttonFixed,St)},Lt.createElement("div",{className:fe.buttonWrap},ct&&Lt.createElement(re.ZP,{size:"middle",className:`${fe.button} mr20`,onClick:gt},nn),nt&&Lt.createElement(re.ZP,Je({size:"middle",type:"primary",className:`${fe.button} mr20`,loading:et,onClick:mt},lt),Bt)))},9507:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return Je}});var Lt=Et(59301),re={imageDimensions:"imageDimensions___a7crR",img:"img___Kroat",fullWidth:"fullWidth___c492T"},fe=Et(92310),pe=Et.n(fe),ne=Et(29787),Ht=Et(2859),oe=Et(38986),Oe=Et(51257),ge=(ie,nn,Bt)=>new Promise((et,nt)=>{var ct=mt=>{try{gt(Bt.next(mt))}catch(St){nt(St)}},lt=mt=>{try{gt(Bt.throw(mt))}catch(St){nt(St)}},gt=mt=>mt.done?et(mt.value):Promise.resolve(mt.value).then(ct,lt);gt((Bt=Bt.apply(ie,nn)).next())}),Je=({data:ie,className:nn,fullWidth:Bt,style:et={},onClose:nt,onOk:ct,showFullTools:lt,noAssociationId:gt})=>{const mt=(0,Lt.useRef)(null),St=(0,Lt.useRef)(null),Pt=(0,Lt.useRef)(null),Rt=(0,Lt.useRef)(null),[Wt,te]=(0,Lt.useState)(!1),[Jt,Vt]=(0,Lt.useState)("\u6B63\u5728\u52A0\u8F7D\u4E2D");(0,Lt.useEffect)(()=>(Pt.current||(Pt.current=document.createElement("style"),document.head.appendChild(Pt.current)),ie!=null&&ie.visible?(document.body.setAttribute("data-custom","y-hidden"),Pt.current.innerHTML=" html { overflow-y: hidden; }",ie!=null&&ie.src&&le()):(document.body.removeAttribute("data-custom"),Pt.current&&(document.head.removeChild(Pt.current),Pt.current=null)),()=>{document.body.removeAttribute("data-custom"),Pt.current&&(document.head.removeChild(Pt.current),Pt.current=null)}),[ie==null?void 0:ie.visible]);const le=()=>ge(void 0,null,function*(){te(!0),Vt("\u6B63\u5728\u52A0\u8F7D\u4E2D");const Ee=yield(0,Oe.ZJ)(ie==null?void 0:ie.src);mt.current.src="",mt.current.src=Ee,mt.current.onload=function(){De()},te(!1),Vt("")}),ae=Ee=>ge(void 0,null,function*(){te(!0),Vt("\u6B63\u5728\u4FDD\u5B58\u4E2D");const Sn=yield(0,oe.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:ie.title,file:Ee.dataUrl}});Sn!=null&&Sn.id&&!gt?(yield(0,oe.ZP)(`/api/attachments/${ie.id}/add_subitem.json`,{method:"post",body:{subitem_id:Sn==null?void 0:Sn.id,settings:JSON.stringify(Ee.state)}})).status===0&&ct():Sn!=null&&Sn.id&&ct(Sn),te(!1),Vt("")}),Fe=()=>{const Ee=document.querySelector('a[href="https://markerjs.com/"]');Ee&&Ee.parentNode&&(Ee.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(rn=>{const Ge=document.querySelector(rn.name);Ge&&Ge.setAttribute("title",rn.title)})},De=()=>{St.current=new Ht.hP(mt.current),St.current.targetRoot=Rt.current,St.current.addEventListener("render",ae),St.current.addEventListener("beforeclose",nt),lt&&(St.current.availableMarkerTypes=St.current.ALL_MARKER_TYPES,St.current.uiStyleSettings.redoButtonVisible=!0,St.current.uiStyleSettings.notesButtonVisible=!0,St.current.uiStyleSettings.zoomButtonVisible=!0,St.current.uiStyleSettings.zoomOutButtonVisible=!0,St.current.uiStyleSettings.clearButtonVisible=!0),window.markerArea=St.current.uiStyleSettings,St.current.show(),ie!=null&&ie.snapshotData&&St.current.restoreState(ie.snapshotData),setTimeout(()=>{window.scrollTo(0,0),Fe()},300)};return Lt.createElement(Lt.Fragment,null,(ie==null?void 0:ie.visible)&&Lt.createElement(ne.Z,{spinning:Wt,tip:Jt,style:{position:"absolute",width:"100vw"}},Lt.createElement("div",{ref:Rt,className:pe()(re.imageDimensions,nn,Bt?re.fullWidth:""),style:et},Lt.createElement("img",{className:re.img,ref:mt}))))}},76562:function(bn,$n,Et){"use strict";var Lt=Et(59301),re=Et(77019),fe=Et(5269),pe=Et(20554),ne=Et(99571),Ht=Et(76902),oe=Et(99587),Oe=Et(48136),ge=Et(59301);const Nt=(0,Lt.forwardRef)(({callback:Je,showSaveButton:ie,value:nn=""},Bt)=>{const et=(0,Lt.useRef)(),nt=[{name:"\u5206\u6570\u5F97\u5206",value:"\\frac{x}{y}",children:[{name:"\u5206\u6570 Fractions",data:[{value:"\\frac{a}{b}"},{value:"x\\tfrac{x}{a} "},{value:"\\mathrm{d}t"},{value:"\\partial t"},{value:"\\frac{\\partial y}{\\partial x}"},{value:"\\nabla\\psi"},{value:"\\frac{\\partial^2}{\\partial x_1\\partial x_2}y"},{value:"\\cfrac{1}{a + \\cfrac{7}{b + \\cfrac{2}{9}}} = c"}]},{name:"\u5BFC\u6570 Derivative",data:[{value:"\\dot{a} "},{value:"\\ddot{a}"},{value:"{f}^{\\prime}"},{value:"{f}^{\\prime\\prime}"},{value:"{f}^{(n)}"}]},{name:"\u6A21\u7B97\u672F Modular arithmetic",data:[{value:"a \\bmod b"},{value:"a \\equiv b \\pmod{m} "},{value:"\\gcd(m, n) "},{value:"\\operatorname{lcm}(m, n) "}]}]},{name:"\u6839\u5F0F\u89D2\u6807",value:"\\sqrt{x}",children:[{name:"\u6839\u5F0F Radicals",data:[{value:"\\sqrt{x}"},{value:"\\sqrt[y]{x}"}]},{name:"\u4E0A\u4E0B\u6807 Sub&Super",data:[{value:"x^{a}"},{value:"x_{a}"},{value:"x_{a}^{b} "},{value:"_{a}^{b} x"},{value:"x_{a}^{b} "}]},{name:"\u91CD\u97F3\u7B26\u53CA\u5176\u4ED6 Accents and Others",data:[{value:"\\hat{a} "},{value:"\\sqrt[y]{x}"},{value:"\\check{} "},{value:"\\grave{a} "},{value:"\\acute{a}"},{value:"\\tilde{a}"},{value:"\\breve{a}"},{value:"\\bar{a}"},{value:"\\vec{a}"},{value:"\\not{a}"},{value:"\\widetilde{abc}"},{value:"\\widehat{abc}"},{value:"\\overleftarrow{abc} "},{value:"\\overrightarrow{abc}"},{value:"\\overline{abc}"},{value:"\\underline{abc}"},{value:"\\overbrace{abc}"},{value:"\\underbrace{abc}"},{value:"\\overset{a}{abc}"},{value:"\\underset{a}{abc} \\stackrel\\frown{ab}"},{value:"\\overline{ab} "},{value:"\\overleftrightarrow{ab}"},{value:"\\overset{a}{\\leftarrow}"},{value:"\\overset{a}{\\rightarrow}"},{value:"\\xleftarrow[abc]{a}"},{value:"\\xrightarrow[abc]{a} "}]}]},{name:"\u6781\u9650\u5BF9\u6570",value:"\\lim_{x \\to 0}",children:[{name:"\u6781\u9650 Limits",data:[{value:"\\lim a"},{value:"\\lim_{x \\to 0}"},{value:"\\lim_{x \\to \\infty}"},{value:"\\max_b{a}"},{value:"\\min_a{b}"}]},{name:"\u5BF9\u6570\u6307\u6570 Logarithms and exponentials",data:[{value:"\\log_{a}{b}"},{value:"\\lg_{a}{b}"},{value:"\\ln_{a}{b}"},{value:"\\exp a"}]},{name:"\u754C\u9650 Bounds",data:[{value:"\\min x"},{value:"\\sup t"},{value:"\\inf s"},{value:"\\lim u"},{value:"\\limsup w"},{value:"\\dim p"},{value:"\\ker\\phi "}]}]},{name:"\u4E09\u89D2\u51FD\u6570",value:"\\sin a",children:[{name:"\u4E09\u89D2\u51FD\u6570 Trigonometric functions",data:[{value:"\\sin a"},{value:"\\cos a"},{value:"\\tan a"},{value:"\\cot a "},{value:"\\sec a "},{value:"\\csc a "}]},{name:"\u53CD\u4E09\u89D2\u51FD\u6570 Inverse trigonometric functions",data:[{value:"\\sin^{-1}"},{value:"\\cos^{-1}"},{value:"\\tan^{-1}"},{value:"\\cot^{-1}"},{value:"\\sec^{-1}"},{value:"\\csc^{-1}"},{value:"\\arcsin a"},{value:"\\arccos a"},{value:"\\arctan a"},{value:"\\operatorname{arccot} a"},{value:"\\operatorname{arcsec} a"},{value:"\\operatorname{arccsc} a"}]},{name:"\u53CC\u66F2\u51FD\u6570 Hyperblic functions",data:[{value:"\\sinh a"},{value:"\\cosh a"},{value:"\\tanh a"},{value:"\\coth a"},{value:"\\operatorname{sech} a"},{value:"\\operatorname{csch} a"}]},{name:"\u53CD\u53CC\u66F2\u51FD\u6570 Inverse hyperbolic functions",data:[{value:"\\sinh^{-1}"},{value:"a\\cosh^{-1} a"},{value:"\\tanh^{-1} a"},{value:"\\coth^{-1} a"},{value:"\\operatorname{sech}^{-1} a"},{value:"\\operatorname{csch}^{-1} a"}]}]},{name:"\u79EF\u5206\u8FD0\u7B97",value:"\\int_{a}^{b}",children:[{name:"\u79EF\u5206 Integral",data:[{value:"\\int"},{value:"\\int_{a}^{b}"},{value:"\\int\\limits_{a}^{b}"}]},{name:"\u53CC\u91CD\u79EF\u5206 Double integral",data:[{value:"\\iint"},{value:"\\iint_{a}^{b} "},{value:"\\iint\\limits_{a}^{b} "}]},{name:"\u4E09\u91CD\u79EF\u5206 Triple integral",data:[{value:"\\iiint"},{value:"\\iiint_{a}^{b}"},{value:"\\iiint\\limits_{a}^{b} "}]},{name:"\u66F2\u7EBF\u79EF\u5206 Closed line or path integral",data:[{value:"\\oint"},{value:"\\oint_{a}^{b} "}]}]},{name:"\u5927\u578B\u8FD0\u7B97",value:"\\sum_{a}^{b}",children:[{name:"\u6C42\u548C Summation",data:[{value:"\\sum"},{value:"\\sum_{a}^{b}"},{value:"{\\textstyle \\sum_{a}^{b}} "}]},{name:"\u4E58\u79EF\u4F59\u79EF Product and coproduct",data:[{value:"\\prod"},{value:"\\prod_{a}^{b}"},{value:"{\\textstyle \\prod_{a}^{b}}"},{value:"\\coprod"},{value:"\\coprod_{a}^{b}"},{value:"{\\textstyle \\coprod_{a}^{b}} "}]},{name:"\u5E76\u96C6\u4EA4\u96C6 Union and intersection",data:[{value:"\\bigcup"},{value:"\\bigcup_{a}^{b}"},{value:"{\\textstyle \\bigcup_{a}^{b}}"},{value:"\\bigcap"},{value:"\\bigcap_{a}^{b}"}]},{name:"\u6790\u53D6\u5408\u53D6 Disjunction and conjunction",data:[{value:"\\bigvee"},{value:"\\bigvee_{a}^{b}"},{value:"\\bigwedge"},{value:"\\bigwedge_{a}^{b}"}]}]},{name:"\u62EC\u53F7\u53D6\u6574",value:"\\left [ \\left ( \\right ) \\right ] ",children:[{name:"\u62EC\u53F7 Brackets",data:[{value:"\\left ( \\right )"},{value:"\\left [ \\right ]"},{value:"\\left \\langle \\right \\rangle "},{value:"\\left | \\right | "},{value:"\\left \\lfloor \\right \\rfloor "},{value:"\\left \\lceil \\right \\rceil "}]}]}],ct=[{name:"\u4EE3\u6570",value:"\\sqrt{a^2+b^2}",children:[{data:[{value:"\\left(x-1\\right)\\left(x+3\\right) "},{value:"\\sqrt{a^2+b^2}"},{value:"\\left ( \\frac{a}{b}\\right )^{n}= \\frac{a^{n}}{b^{n}}"},{value:"\\frac{a}{b}\\pm \\frac{c}{d}= \\frac{ad \\pm bc}{bd} "},{value:"\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 "},{value:"\\frac{1}{\\sqrt{a}}=\\frac{\\sqrt{a}}{a},a\\ge 0\\frac{1}{\\sqrt{a}}=\\frac{\\sqrt{a}}{a},a\\ge 0 "},{value:"\\sqrt[n]{a^{n}}=\\left ( \\sqrt[n]{a}\\right )^{n} "},{value:"x ={-b \\pm \\sqrt{b^2-4ac}\\over 2a} "},{value:"y-y_{1}=k \\left( x-x_{1}\\right) "},{value:`\\left\\{\\begin{matrix} \r
|
|
x=a + r\\text{cos}\\theta \\ \r
|
|
y=b + r\\text{sin}\\theta \r
|
|
\\end{matrix}\\right. `},{value:`\\begin{array}{l} \r
|
|
\\text{\u5BF9\u4E8E\u65B9\u7A0B\u5F62\u5982\uFF1A}x^{3}-1=0 \\ \r
|
|
\\text{\u8BBE}\\text{:}\\omega =\\frac{-1+\\sqrt{3}i}{2} \\ \r
|
|
x_{1}=1,x_{2}= \\omega =\\frac{-1+\\sqrt{3}i}{2} \\ \r
|
|
x_{3}= \\omega ^{2}=\\frac{-1-\\sqrt{3}i}{2} \r
|
|
\\end{array} `},{value:`\\begin{array}{l} \r
|
|
a\\mathop{{x}}\\nolimits^{{2}}+bx+c=0 \\ \r
|
|
\\Delta =\\mathop{{b}}\\nolimits^{{2}}-4ac \\ \r
|
|
\\left\\{\\begin{matrix} \r
|
|
\\Delta \\gt 0\\text{\u65B9\u7A0B\u6709\u4E24\u4E2A\u4E0D\u76F8\u7B49\u7684\u5B9E\u6839} \\ \r
|
|
\\Delta = 0\\text{\u65B9\u7A0B\u6709\u4E24\u4E2A\u76F8\u7B49\u7684\u5B9E\u6839} \\ \r
|
|
\\Delta \\lt 0\\text{\u65B9\u7A0B\u65E0\u5B9E\u6839} \r
|
|
\\end{matrix}\\right. \r
|
|
\\end{array} `},{value:`\\begin{array}{l} \r
|
|
a\\mathop{{x}}\\nolimits^{{2}}+bx+c=0 \\ \r
|
|
\\Delta =\\mathop{{b}}\\nolimits^{{2}}-4ac \\ \r
|
|
\\mathop{{x}}\\nolimits_{{1,2}}=\\frac{{-b \\pm \r
|
|
\\sqrt{{\\mathop{{b}}\\nolimits^{{2}}-4ac}}}}{{2a}} \\ \r
|
|
\\mathop{{x}}\\nolimits_{{1}}+\\mathop{{x}}\\nolimits_{{2}}=-\\frac{{b}}{{a}} \\ \r
|
|
\\mathop{{x}}\\nolimits_{{1}}\\mathop{{x}}\\nolimits_{{2}}=\\frac{{c}}{{a}} \r
|
|
\\end{array} `}]}]},{name:"\u51E0\u4F55",value:"\\Delta A B C ",children:[{data:[{value:"\\Delta A B C "},{value:"a \\parallel c,b \\parallel c \\Rightarrow a \\parallel b "},{value:"l \\perp \\beta ,l \\subset \\alpha \\Rightarrow \\alpha \\perp \\beta"},{value:`\\left.\\begin{matrix} \r
|
|
a \\perp \\alpha \\ \r
|
|
b \\perp \\alpha \r
|
|
\\end{matrix}\\right\\}\\Rightarrow a \\parallel b`},{value:"P \\in \\alpha ,P \\in \\beta , \\alpha \\cap \\beta =l \\Rightarrow P \\in l "},{value:`\\alpha \\perp \\beta , \\alpha \\cap \\beta =l,a \\subset \\alpha ,a \\perp l \r
|
|
\\Rightarrow a \\perp \\beta `},{value:`\\left.\\begin{matrix} \r
|
|
a \\subset \\beta ,b \\subset \\beta ,a \\cap b=P \\ \r
|
|
a \\parallel \\partial ,b \\parallel \\partial \r
|
|
\\end{matrix}\\right\\}\\Rightarrow \\beta \\parallel \\alpha `},{value:"\\alpha \\parallel \\beta , \\gamma \\cap \\alpha =a, \\gamma \\cap \\beta =b \\Rightarrow a \\parallel b "},{value:"A \\in l,B \\in l,A \\in \\alpha ,B \\in \\alpha \\Rightarrow l \\subset \\alpha "},{value:`\\left.\\begin{matrix} \r
|
|
m \\subset \\alpha ,n \\subset \\alpha ,m \\cap n=P \\ \r
|
|
a \\perp m,a \\perp n \r
|
|
\\end{matrix}\\right\\}\\Rightarrow a \\perp \\alpha `},{value:`\\begin{array}{c} \r
|
|
\\text{\u76F4\u89D2\u4E09\u89D2\u5F62\u4E2D,\u76F4\u89D2\u8FB9\u957Fa,b,\u659C\u8FB9\u8FB9\u957Fc} \\ \r
|
|
a^{2}+b^{2}=c^{2} \r
|
|
\\end{array}`}]}]},{name:"\u4E0D\u7B49\u5F0F",value:"a > b",children:[{data:[{value:"a > b,b > c \\Rightarrow a > c "},{value:"a > b,c > d \\Rightarrow a+c > b+d "},{value:"a > b > 0,c > d > 0 \\Rightarrow ac bd "},{value:`\\begin{array}{c} \r
|
|
a \\gt b,c \\gt 0 \\Rightarrow ac \\gt bc \\ \r
|
|
a \\gt b,c \\lt 0 \\Rightarrow ac \\lt bc \r
|
|
\\end{array}`},{value:"\\left | a-b \\right | \\geqslant \\left | a \\right | -\\left | b \\right | "},{value:"-\\left | a \\right |\\leq a\\leqslant \\left | a \\right | "},{value:"\\left | a \\right |\\leqslant b \\Rightarrow -b \\leqslant a \\leqslant \\left | b \\right | "},{value:"\\left | a+b \\right | \\leqslant \\left | a \\right | + \\left | b \\right | "},{value:`\\begin{array}{c} \r
|
|
a \\gt b \\gt 0,n \\in N^{\\ast},n \\gt 1 \\ \r
|
|
\\Rightarrow a^{n}\\gt b^{n}, \\sqrt[n]{a}\\gt \\sqrt[n]{b} \r
|
|
\\end{array}`},{value:`\\left( \\sum_{k=1}^n a_k b_k \\right)^{\\!\\!2}\\leq \r
|
|
\\left( \\sum_{k=1}^n a_k^2 \\right) \\left( \\sum_{k=1}^n b_k^2 \\right) `},{value:`\\begin{array}{c} \r
|
|
a,b \\in R^{+} \\ \r
|
|
\\Rightarrow \\frac{a+b}{{2}}\\ge \\sqrt{ab} \\ \r
|
|
\\left( \\text{\u5F53\u4E14\u4EC5\u5F53}a=b\\text{\u65F6\u53D6\u201C}=\\text{\u201D\u53F7}\\right) \r
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
a,b \\in R \\ \r
|
|
\\Rightarrow a^{2}+b^{2}\\gt 2ab \\ \r
|
|
\\left( \\text{\u5F53\u4E14\u4EC5\u5F53}a=b\\text{\u65F6\u53D6\u201C}=\\text{\u201D\u53F7}\\right) \r
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
H_{n}=\\frac{n}{\\sum \\limits_{i=1}^{n}\\frac{1}{x_{i}}}= \\frac{n}{\\frac{1}{x_{1}}+ \\frac{1}{x_{2}}+ \\cdots + \\frac{1}{x_{n}}} \\ G_{n}=\\sqrt[n]{\\prod \\limits_{i=1}^{n}x_{i}}= \\sqrt[n]{x_{1}x_{2}\\cdots x_{n}} \\ A_{n}=\\frac{1}{n}\\sum \\limits_{i=1}^{n}x_{i}=\\frac{x_{1}+ x_{2}+ \\cdots + x_{n}}{n} \\ Q_{n}=\\sqrt{\\sum \\limits_{i=1}^{n}x_{i}^{2}}= \\sqrt{\\frac{x_{1}^{2}+ x_{2}^{2}+ \\cdots + x_{n}^{2}}{n}} \\ H_{n}\\leq G_{n}\\leq A_{n}\\leq Q_{n} \r
|
|
\\end{array}`}]}]},{name:"\u79EF\u5206",value:"\\frac{\\mathrm{d}\\partial}{\\partial x}",children:[{data:[{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}x^n=nx^{n-1} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}e^{ax}=a\\,e^{ax} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\ln(x)=\\frac{1}{x} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\sin x=\\cos x "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\cos x=-\\sin x "},{value:"\\int k\\mathrm{d}x = kx+C "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\tan x=\\sec^2 x "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\cot x=-\\csc^2 x "},{value:"\\int \\frac{1}{x}\\mathrm{d}x= \\ln \\left| x \\right| +C "},{value:"\\int \\frac{1}{\\sqrt{1-x^{2}}}\\mathrm{d}x= \\arcsin x +C "},{value:"\\int \\frac{1}{1+x^{2}}\\mathrm{d}x= \\arctan x +C "},{value:"\\int u \\frac{\\mathrm{d}v}{\\mathrm{d}x}\\,\\mathrm{d}x=uv-\\int \\frac{\\mathrm{d}u}{\\mathrm{d}x}v\\,\\mathrm{d}x "},{value:"f(x) = \\int_{-\\infty}^\\infty \\hat f(x)\\xi\\,e^{2 \\pi i \\xi x} \\,\\mathrm{d}\\xi "},{value:"\\int x^{\\mu}\\mathrm{d}x=\\frac{x^{\\mu +1}}{\\mu +1}+C, \\left({\\mu \\neq -1}\\right) "}]}]},{name:"\u4E09\u89D2",value:"e^{i \\theta}",children:[{name:"\u6C42\u548C Summation",data:[{value:"e^{i \\theta} "},{value:"\\left(\\frac{\\pi}{2}-\\theta \\right ) "},{value:"\\text{sin}^{2}\\frac{\\alpha}{2}=\\frac{1- \\text{cos}\\alpha}{2} "},{value:"\\text{cos}^{2}\\frac{\\alpha}{2}=\\frac{1+ \\text{cos}\\alpha}{2} "},{value:"\\text{tan}\\frac{\\alpha}{2}=\\frac{\\text{sin}\\alpha}{1+ \\text{cos}\\alpha} "},{value:"\\sin \\alpha + \\sin \\beta =2 \\sin \\frac{\\alpha + \\beta}{2}\\cos \\frac{\\alpha - \\beta}{2} "},{value:"\\sin \\alpha - \\sin \\beta =2 \\cos \\frac{\\alpha + \\beta}{2}\\sin \\frac{\\alpha - \\beta}{2} "},{value:"\\cos \\alpha + \\cos \\beta =2 \\cos \\frac{\\alpha + \\beta}{2}\\cos \\frac{\\alpha - \\beta}{2} "},{value:"\\cos \\alpha - \\cos \\beta =-2\\sin \\frac{\\alpha + \\beta}{2}\\sin \\frac{\\alpha - \\beta}{2} "},{value:"a^{2}=b^{2}+c^{2}-2bc\\cos A "},{value:"\\frac{\\sin A}{a}=\\frac{\\sin B}{b}=\\frac{\\sin C}{c}=\\frac{1}{2R} "},{value:"\\sin \\left ( \\frac{\\pi}{2}-\\alpha \\right ) = \\cos \\alpha "},{value:"\\sin \\left ( \\frac{\\pi}{2}+\\alpha \\right ) = \\cos \\alpha "}]}]},{name:"\u7EDF\u8BA1",value:"C_{r}^{n}",children:[{data:[{value:"C_{r}^{n} "},{value:"\\frac{n!}{r!(n-r)!} "},{value:"\\sum_{i=1}^{n}{X_i} "},{value:"\\sum_{i=1}^{n}{X_i^2} "},{value:"X_1, \\cdots,X_n "},{value:"\\frac{x-\\mu}{\\sigma} "},{value:"\\sum_{i=1}^{n}{(X_i - \\overline{X})^2} "},{value:`\\begin{array}{c} \r
|
|
\\text{\u82E5}P \\left( AB \\right) =P \\left( A \\right) P \\left( B \\right) \\\\ \r
|
|
\\text{\u5219}P \\left( A \\left| B\\right. \\right) =P \\left({B}\\right) \r
|
|
\\end{array}`},{value:"P(E) ={n \\choose k}p^k (1-p)^{n-k} "},{value:"P \\left( A \\right) = \\lim \\limits_{n \\to \\infty}f_{n}\\left ( A \\right ) "},{value:"P \\left( \\bigcup \\limits_{i=1}^{+ \\infty}A_{i}\\right) = \\prod \\limits_{i=1}^{+ \\infty}P{\\left( A_{i}\\right)} "},{value:`\\begin{array}{c} \r
|
|
P \\left( \\emptyset \\right) =0 \\\\ \r
|
|
P \\left( S \\right) =1 \r
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
\\forall A \\in S \\\\ \r
|
|
P \\left( A \\right) \\ge 0 \r
|
|
\\end{array}`},{value:"P \\left( \\bigcup \\limits_{i=1}^{n}A_{i}\\right) = \\prod \\limits_{i=1}^{n}P \\left( A_{i}\\right) "},{value:`\\begin{array}{c} \r
|
|
S= \\binom{N}{n},A_{k}=\\binom{M}{k}\\cdot \\binom{N-M}{n-k} \\\\ \r
|
|
P\\left ( A_{k}\\right ) = \\frac{\\binom{M}{k}\\cdot \\binom{N-M}{n-k}}{\\binom{N}{n}} \r
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
P_{n}=n! \\\\ \r
|
|
A_{n}^{k}=\\frac{n!}{\\left( n-k \\left) !\\right. \\right.} \r
|
|
\\end{array}`}]}]}],lt=St=>{et.current.setValue(et.current.getValue()+" "+St.value+" ")},gt=[{key:"1",label:"\u5FEB\u6377\u6A21\u677F",children:ge.createElement(re.Z,{className:oe.Z.lists,gutter:[10,10]},nt.map((St,Pt)=>ge.createElement(fe.Z,{flex:"110px",className:oe.Z.item},ge.createElement("div",null,ge.createElement(Ht.Z,{value:`$$${St.value}$$`}),St.name),ge.createElement("div",{className:oe.Z.children},St.children.map((Rt,Wt)=>ge.createElement("div",{key:Wt},ge.createElement("h1",null,Rt.name),ge.createElement(re.Z,{gutter:[10,10]},Rt.data.map((te,Jt)=>ge.createElement(fe.Z,{key:Jt,onClick:()=>lt(te),className:oe.Z.diamond},ge.createElement(Ht.Z,{value:"`$$"+te.value+"$$`"}))))))))))},{key:"2",label:"\u516C\u5F0F\u6A21\u677F",children:ge.createElement(re.Z,{className:oe.Z.lists,gutter:[10,10]},ct.map((St,Pt)=>ge.createElement(fe.Z,{flex:"110px",className:oe.Z.item},ge.createElement("div",null,ge.createElement(Ht.Z,{value:"`$$"+St.value+"$$`"}),St.name),ge.createElement("div",{className:oe.Z.children},St.children.map((Rt,Wt)=>ge.createElement("div",{key:Wt},Rt.name&&ge.createElement("h1",null,Rt.name),ge.createElement(re.Z,{gutter:[10,10]},Rt.data.map((te,Jt)=>ge.createElement(fe.Z,{key:Jt,onClick:()=>lt(te),className:oe.Z.diamond},ge.createElement(Ht.Z,{value:"`$$"+te.value+"$$`"}))))))))))}],mt=()=>{var St=document.createElement("div");St.innerHTML=et.current.getValue();var Pt=St.innerText;return Je&&Je(Pt),Pt};return(0,Lt.useImperativeHandle)(Bt,()=>({getData:mt})),ge.createElement("div",{className:oe.Z.mathWrap},ge.createElement(pe.default,{defaultActiveKey:"1",items:gt}),ge.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}},nn||""),ie&&ge.createElement("div",{className:oe.Z.button},ge.createElement(ne.ZP,{size:"large",onClick:mt,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))});$n.Z=Nt},28426:function(bn,$n,Et){"use strict";var Lt=Et(59301),re=Et(93314),fe=Et(99571),pe=Object.defineProperty,ne=Object.defineProperties,Ht=Object.getOwnPropertyDescriptors,oe=Object.getOwnPropertySymbols,Oe=Object.prototype.hasOwnProperty,ge=Object.prototype.propertyIsEnumerable,Nt=(Bt,et,nt)=>et in Bt?pe(Bt,et,{enumerable:!0,configurable:!0,writable:!0,value:nt}):Bt[et]=nt,Je=(Bt,et)=>{for(var nt in et||(et={}))Oe.call(et,nt)&&Nt(Bt,nt,et[nt]);if(oe)for(var nt of oe(et))ge.call(et,nt)&&Nt(Bt,nt,et[nt]);return Bt},ie=(Bt,et)=>ne(Bt,Ht(et));const nn=({img:Bt,buttonProps:et={},styles:nt={},customText:ct,ButtonText:lt,ButtonClick:gt,Buttonclass:mt,ButtonTwo:St,imgStyles:Pt,loading:Rt=!1,className:Wt=""})=>Lt.createElement("section",{className:`tc animated fadeIn ${Wt}`,style:Je({color:"#999",margin:"100px auto",visibility:Rt?"hidden":"visible"},nt)},Lt.createElement("img",{src:Bt||re,style:ie(Je({},Pt),{pointerEvents:"none",userSelect:"none"})}),Lt.createElement("p",{className:"mt20 font14"},ct||"\u6682\u65F6\u8FD8\u6CA1\u6709\u76F8\u5173\u6570\u636E\u54E6!"),lt&&Lt.createElement(fe.ZP,Je({className:mt,onClick:gt},et),lt),St&&St);$n.Z=nn},45677:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return mt}});var Lt=Et(59301),re={wrp:"wrp___dq7YK",bgBlack:"bgBlack___ARIUV",monaco:"monaco___VnZC3",darkBlue:"darkBlue___UprA9",close:"close___LKoWu",embed:"embed___hvpEJ"},fe=Et(99571),pe=Et(70557),ne=Et(75975),Ht=Et(25399),oe=Et(51257),Oe=Et(81722),ge=Et(28426),Nt=Et(346),Je=Et(44203),ie=Et(59301),nn=Object.defineProperty,Bt=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,nt=Object.prototype.propertyIsEnumerable,ct=(St,Pt,Rt)=>Pt in St?nn(St,Pt,{enumerable:!0,configurable:!0,writable:!0,value:Rt}):St[Pt]=Rt,lt=(St,Pt)=>{for(var Rt in Pt||(Pt={}))et.call(Pt,Rt)&&ct(St,Rt,Pt[Rt]);if(Bt)for(var Rt of Bt(Pt))nt.call(Pt,Rt)&&ct(St,Rt,Pt[Rt]);return St},gt=(St,Pt,Rt)=>new Promise((Wt,te)=>{var Jt=ae=>{try{le(Rt.next(ae))}catch(Fe){te(Fe)}},Vt=ae=>{try{le(Rt.throw(ae))}catch(Fe){te(Fe)}},le=ae=>ae.done?Wt(ae.value):Promise.resolve(ae.value).then(Jt,Vt);le((Rt=Rt.apply(St,Pt)).next())}),mt=({editOffice:St="view",data:Pt,issaver:Rt,onSaver:Wt,theme:te,type:Jt,filename:Vt,monacoEditor:le,className:ae,style:Fe,close:De,onClose:Ee,hasMask:Sn,disabledDownload:rn,onImgDimensions:Ge,showNodata:sn,recordInfo:$t})=>{const[It,Pe]=(0,Lt.useState)("https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt"),[an,Ve]=(0,Lt.useState)(""),[Se,$e]=(0,Lt.useState)(),He=window.ENV==="build"?"/react/build":"",xn=location.host.startsWith("localhost")?Nt.Z.PROXY_SERVER:Nt.Z.API_SERVER,de=10*(1024*1024),ke=(0,Lt.useRef)();Pt!=null&&Pt.startsWith("/api")&&Jt!=="txt"&&(Pt=Nt.Z.API_SERVER+Pt);const ze=kt=>kt.substring(kt.lastIndexOf("/")+1).split(".").pop();Vt&&le&&(le.filename=Vt),(0,Lt.useEffect)(()=>{var kt,jt;const Mt=(jt=(kt=document.cookie)==null?void 0:kt.replace(/\s/g,""))==null?void 0:jt.split(";");Mt==null||Mt.map(Gt=>{let Ce=Gt.split("=");Ce[0]==="_educoder_session"&&Ve(Ce[1])})},[]),(0,Lt.useEffect)(()=>{Jt==="office"&&(Pt.indexOf("bigfilescdn.")>-1||Pt.indexOf("bigfiles1")>-1?$e({url:Pt,fileType:ze(Pt),model:Pt.indexOf("model=edit")?"edit":"view"}):Dt())},[Jt,Pt]);function fn(kt){return gt(this,null,function*(){kt.data.type==="pdfdata"&&(Wt(kt.data.data),window.removeEventListener("message",fn,!1)),console.log("mess---:",kt.data)})}const Dt=()=>gt(void 0,null,function*(){console.log("data:",Pt);let kt=Pt;Pt.startsWith("http")||(kt=location.origin+kt);let jt=new URL(kt).pathname.split("/").pop();const Mt=yield(0,Oe.gJ)({attachment_id:jt});Mt.url=xn+Mt.url,$e(Mt)}),wt=()=>{if(Pt.startsWith("http")||Pt.startsWith("blob:")){yt();return}(0,oe.Sv)(Vt||"educoder",Pt,Vt)},yt=()=>{$t&&(0,Je.fc)({id:$t==null?void 0:$t.id,watch_type:1,course_id:$t==null?void 0:$t.course_id}),(0,oe.Nd)(Vt||"educoder",decodeURIComponent(Pt))};return ie.createElement("div",{style:lt({},Fe||{}),className:`${Sn&&re.bgBlack} ${Jt?re.wrp:"hide"}`},De&&ie.createElement("div",{className:re.close,ref:ke},!!Ge&&ie.createElement(Ht.Z,{title:"\u70B9\u51FB\u5BF9\u56FE\u7247\u8FDB\u884C\u6279\u6CE8",getPopupContainer:()=>ke.current},ie.createElement("span",{onClick:()=>{Ee(),Ge()}},ie.createElement("i",{className:"icon-yulanpizhu"}))),!rn&&ie.createElement(Ht.Z,{title:"\u70B9\u51FB\u4E0B\u8F7D\u6B64\u6587\u4EF6",getPopupContainer:()=>ke.current},ie.createElement("span",{onClick:yt},ie.createElement("i",{className:"icon-quxiaozhiding"}))),Rt&&ie.createElement(Ht.Z,{title:"\u4FDD\u5B58pdf\u5E76\u9000\u51FA",getPopupContainer:()=>ke.current},ie.createElement("span",{className:"",onClick:()=>{const kt=document.getElementById("pdfiframe");window.addEventListener("message",fn,!1),setTimeout(()=>{kt.contentWindow.postMessage("getData","*")},300)}},ie.createElement("i",{className:"icon-baocun"}))),ie.createElement(Ht.Z,{title:"\u5173\u95ED",getPopupContainer:()=>ke.current},ie.createElement("span",{className:"",onClick:()=>{Ee()}},ie.createElement("i",{className:"icon-guanbi1"})))),ie.createElement("div",{className:`${re[ae]} ${ae} ${re.monaco} ${Jt==="txt"?"show":"hide"}`},Jt==="txt"&&ie.createElement(ie.Fragment,null,ie.createElement(ne.ZP,lt({},le)))),Jt==="audio"&&ie.createElement("audio",{src:`${(Pt==null?void 0:Pt.indexOf("http://"))>-1||(Pt==null?void 0:Pt.indexOf("https://"))>-1?"":"data:audio/mp3;base64,"}${Pt}`,autoPlay:!0}),Jt==="video"&&ie.createElement(ie.Fragment,null,(Pt==null?void 0:Pt.indexOf("http"))>-1?ie.createElement("video",{controls:!0,src:`${Pt}`,autoPlay:!0}):ie.createElement("video",{controls:!0,src:`data:video/mp4;base64,${Pt}`,autoPlay:!0})),Jt==="office"&&Se&&ie.createElement("iframe",{src:`${He}/office.html?key=${Se.key}&url=${btoa(Se.url)}&callbackUrl=${xn+(Se.callbackUrl||"")}&fileType=${Se.fileType}&title=${Se.title||""}&model=${St}&officeServer=${Nt.Z.ONLYOFFICE}&disabledDownload=${!!rn}`}),Jt==="html"&&ie.createElement("iframe",{src:Pt+"&disposition=inline"}),Jt==="pdf"&&ie.createElement("iframe",{id:"pdfiframe",src:`${He}/js/pdfview/index.html?filename=${Vt||"educoder.pdf"}&url=${encodeURIComponent(Pt)}&disabledDownload=${!!rn}&model=${St}`}),Jt==="image"&&ie.createElement("img",{src:`${(Pt==null?void 0:Pt.indexOf("http://"))>-1||(Pt==null?void 0:Pt.indexOf("https://"))>-1?"":"data:image/png;base64,"}${Pt}`}),(Jt==="other"||Jt==="download")&&ie.createElement(ie.Fragment,null,sn?ie.createElement(ge.Z,{customText:"\u5F53\u524D\u6587\u4EF6\u4E0D\u652F\u6301\u9884\u89C8\uFF0C\u53EF\u70B9\u51FB\u4E0B\u8F7D\u67E5\u770B",ButtonTwo:ie.createElement(fe.ZP,{icon:ie.createElement("i",{className:"iconfont icon-xiazai4 font14"}),type:"primary",size:"middle",onClick:wt,disabled:rn},"\u4E0B\u8F7D")}):ie.createElement(fe.ZP,{type:"primary",size:"middle",onClick:wt,disabled:rn},ie.createElement(pe.Z,null),"\u70B9\u51FB\u4E0B\u8F7D")))}},76902:function(bn,$n,Et){"use strict";Et.d($n,{z:function(){return te},Z:function(){return Jt}});var Lt=Et(59301),re=Et(8944),fe=Et(81428),pe=Et(64018),ne=Et(81168),Ht=Et(346),oe=Et(51257),Oe=Et(15342),ge=Et(1012),Nt=Et(45677),Je=Et(59301),nn=({html:Vt})=>{const le=(0,Lt.useRef)(null),ae=(0,Lt.useRef)(null),Fe=`.markdown-body p {
|
|
margin: 0 0 16px 0 !important;
|
|
line-height: 28px;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
ol,
|
|
ul,
|
|
li {
|
|
list-style-type: none
|
|
}
|
|
|
|
ol,
|
|
ul,
|
|
dl {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.markdown-body {
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
color: #333;
|
|
overflow: hidden;
|
|
font-family: "Microsoft YaHei", Helvetica, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", "Monaco", monospace, Tahoma, STXihei, "\u534E\u6587\u7EC6\u9ED1", STHeiti, "Helvetica Neue", "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, "\u5B8B\u4F53", Heiti, "\u9ED1\u4F53", sans-serif;
|
|
word-break: break-word;
|
|
font-size: 16px;
|
|
line-height: 1.6;
|
|
white-space: normal;
|
|
word-wrap: break-word;
|
|
position: relative;
|
|
}
|
|
|
|
.markdown-body ul>li {
|
|
list-style-type: disc;
|
|
}
|
|
|
|
.markdown-body ol>li {
|
|
list-style-type: decimal;
|
|
}
|
|
|
|
.markdown-body a {
|
|
background: transparent;
|
|
}
|
|
|
|
.markdown-body a:active,
|
|
.markdown-body a:hover {
|
|
outline: 0;
|
|
}
|
|
|
|
.markdown-body strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body h1 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0;
|
|
}
|
|
|
|
.markdown-body img {
|
|
border: 0;
|
|
}
|
|
|
|
.markdown-body hr {
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
}
|
|
|
|
.markdown-body pre {
|
|
overflow: auto;
|
|
}
|
|
|
|
.markdown-body code,
|
|
.markdown-body kbd,
|
|
.markdown-body pre {
|
|
font-family: "Meiryo UI", "YaHei Consolas Hybrid", Consolas, "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.markdown-body input {
|
|
color: inherit;
|
|
font: inherit;
|
|
margin: 0;
|
|
}
|
|
|
|
.markdown-body html input[disabled] {
|
|
cursor: default;
|
|
}
|
|
|
|
.markdown-body input {
|
|
line-height: normal;
|
|
}
|
|
|
|
.markdown-body input[type="checkbox"] {
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
}
|
|
|
|
.markdown-body table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.markdown-body td,
|
|
.markdown-body th {
|
|
padding: 0;
|
|
}
|
|
|
|
.markdown-body * {
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.markdown-body input {
|
|
font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
|
|
}
|
|
|
|
.markdown-body a {
|
|
color: #4183c4;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.markdown-body a:hover,
|
|
.markdown-body a:active {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.markdown-body hr {
|
|
height: 0;
|
|
margin: 15px 0;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
border: 0;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.markdown-body hr:before {
|
|
display: table;
|
|
content: "";
|
|
}
|
|
|
|
.markdown-body hr:after {
|
|
display: table;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
.markdown-body h1,
|
|
.markdown-body h2,
|
|
.markdown-body h3,
|
|
.markdown-body h4,
|
|
.markdown-body h5,
|
|
.markdown-body h6 {
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.markdown-body h1 {
|
|
font-size: 30px;
|
|
}
|
|
|
|
.markdown-body h2 {
|
|
font-size: 21px;
|
|
}
|
|
|
|
.markdown-body h3 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.markdown-body h4 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.markdown-body h5 {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.markdown-body h6 {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.markdown-body blockquote {
|
|
margin: 0;
|
|
}
|
|
|
|
.markdown-body ul,
|
|
.markdown-body ol {
|
|
padding: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
ul.linenums,
|
|
ol.linenums {
|
|
padding: 16px 0 0 56px !important;
|
|
}
|
|
|
|
.markdown-body ul,
|
|
.markdown-body ol {
|
|
padding-left: 2em;
|
|
}
|
|
|
|
|
|
.markdown-body ol ol,
|
|
.markdown-body ul ol {
|
|
list-style-type: lower-roman;
|
|
}
|
|
|
|
.markdown-body ul ul ol,
|
|
.markdown-body ul ol ol,
|
|
.markdown-body ol ul ol,
|
|
.markdown-body ol ol ol {
|
|
list-style-type: lower-alpha;
|
|
}
|
|
|
|
.markdown-body dd {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.markdown-body code {
|
|
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.markdown-body pre {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
}
|
|
|
|
.markdown-body .octicon {
|
|
font: normal normal 16px octicons-anchor;
|
|
line-height: 1;
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.markdown-body .octicon-link:before {
|
|
content: '\f05c';
|
|
}
|
|
|
|
.markdown-body>*:first-child {
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.markdown-body>*:last-child {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.markdown-body .anchor {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
padding-right: 6px;
|
|
padding-left: 30px;
|
|
margin-left: -30px;
|
|
}
|
|
|
|
.markdown-body .anchor:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.markdown-body h1,
|
|
.markdown-body h2,
|
|
.markdown-body h3,
|
|
.markdown-body h4,
|
|
.markdown-body h5,
|
|
.markdown-body h6 {
|
|
position: relative;
|
|
margin-top: 1em;
|
|
margin-bottom: 16px;
|
|
font-weight: bold;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.markdown-body h1 .octicon-link,
|
|
.markdown-body h2 .octicon-link,
|
|
.markdown-body h3 .octicon-link,
|
|
.markdown-body h4 .octicon-link,
|
|
.markdown-body h5 .octicon-link,
|
|
.markdown-body h6 .octicon-link {
|
|
display: none;
|
|
color: #000;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.markdown-body h1:hover .anchor,
|
|
.markdown-body h2:hover .anchor,
|
|
.markdown-body h3:hover .anchor,
|
|
.markdown-body h4:hover .anchor,
|
|
.markdown-body h5:hover .anchor,
|
|
.markdown-body h6:hover .anchor {
|
|
padding-left: 8px;
|
|
margin-left: -30px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.markdown-body h1:hover .anchor .octicon-link,
|
|
.markdown-body h2:hover .anchor .octicon-link,
|
|
.markdown-body h3:hover .anchor .octicon-link,
|
|
.markdown-body h4:hover .anchor .octicon-link,
|
|
.markdown-body h5:hover .anchor .octicon-link,
|
|
.markdown-body h6:hover .anchor .octicon-link {
|
|
display: inline-block;
|
|
}
|
|
|
|
.markdown-body h1 {
|
|
padding-bottom: 0.3em;
|
|
font-size: 2.25em;
|
|
line-height: 1.2;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.markdown-body h1 .anchor {
|
|
line-height: 1;
|
|
}
|
|
|
|
.markdown-body h2 {
|
|
padding-bottom: 0.3em;
|
|
font-size: 1.75em;
|
|
line-height: 1.225;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.markdown-body h2 .anchor {
|
|
line-height: 1;
|
|
}
|
|
|
|
.markdown-body h3 {
|
|
font-size: 1.5em;
|
|
line-height: 1.43;
|
|
}
|
|
|
|
.markdown-body h3 .anchor {
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.markdown-body h4 {
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
.markdown-body h4 .anchor {
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.markdown-body h5 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.markdown-body h5 .anchor {
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.markdown-body h6 {
|
|
font-size: 1em;
|
|
color: #777;
|
|
}
|
|
|
|
.markdown-body h6 .anchor {
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.markdown-body p,
|
|
.markdown-body blockquote,
|
|
.markdown-body ul,
|
|
.markdown-body ol,
|
|
.markdown-body dl,
|
|
.markdown-body table,
|
|
.markdown-body pre {
|
|
margin-top: 0;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.markdown-body ul ul,
|
|
.markdown-body ul ol,
|
|
.markdown-body ol ol,
|
|
.markdown-body ol ul {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.markdown-body li>p {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.markdown-body dl {
|
|
padding: 0;
|
|
}
|
|
|
|
.markdown-body dl dt {
|
|
padding: 0;
|
|
margin-top: 16px;
|
|
font-size: 1em;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body dl dd {
|
|
padding: 0 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.markdown-body blockquote {
|
|
padding: 0 15px;
|
|
color: #777;
|
|
border-left: 4px solid #ddd;
|
|
}
|
|
|
|
.markdown-body blockquote> :first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.markdown-body blockquote> :last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.markdown-body table {
|
|
display: block;
|
|
width: 100%;
|
|
overflow: auto;
|
|
word-break: normal;
|
|
word-break: keep-all;
|
|
}
|
|
|
|
.markdown-body table th {
|
|
font-weight: bold;
|
|
text-align: revert;
|
|
}
|
|
|
|
.markdown-body table th,
|
|
.markdown-body table td {
|
|
padding: 6px 13px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
.markdown-body table tr {
|
|
background-color: #fff;
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
|
|
.markdown-body table tr:nth-child(2n) {
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
.markdown-body img {
|
|
max-width: 100%;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.markdown-body code {
|
|
padding: 0;
|
|
padding-top: 0.2em;
|
|
padding-bottom: 0.2em;
|
|
margin: 0;
|
|
font-size: 85%;
|
|
background-color: rgba(0, 0, 0, 0.04);
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.markdown-body code:has(.katex) {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.markdown-body code:before,
|
|
.markdown-body code:after {
|
|
letter-spacing: -0.2em;
|
|
content: "\\00a0";
|
|
}
|
|
|
|
.markdown-body pre>code {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 100%;
|
|
word-break: normal;
|
|
white-space: pre;
|
|
background: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.markdown-body .highlight {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.markdown-body .highlight pre,
|
|
.markdown-body pre {
|
|
padding: 16px;
|
|
overflow: auto;
|
|
font-size: 85%;
|
|
line-height: 1.45;
|
|
background-color: #f7f7f7;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.markdown-body .highlight pre {
|
|
margin-bottom: 0;
|
|
word-break: normal;
|
|
}
|
|
|
|
.markdown-body pre {
|
|
word-wrap: normal;
|
|
}
|
|
|
|
.markdown-body pre code {
|
|
display: inline;
|
|
max-width: initial;
|
|
padding: 0;
|
|
margin: 0;
|
|
overflow: initial;
|
|
line-height: inherit;
|
|
word-wrap: normal;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.markdown-body pre code:before,
|
|
.markdown-body pre code:after {
|
|
content: normal;
|
|
}
|
|
|
|
.markdown-body kbd {
|
|
display: inline-block;
|
|
padding: 3px 5px;
|
|
font-size: 11px;
|
|
line-height: 10px;
|
|
color: #555;
|
|
vertical-align: middle;
|
|
background-color: #fcfcfc;
|
|
border: solid 1px #ccc;
|
|
border-bottom-color: #bbb;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 -1px 0 #bbb;
|
|
}
|
|
|
|
.markdown-body .pl-c {
|
|
color: #969896;
|
|
}
|
|
|
|
.markdown-body .pl-c1,
|
|
.markdown-body .pl-mdh,
|
|
.markdown-body .pl-mm,
|
|
.markdown-body .pl-mp,
|
|
.markdown-body .pl-mr,
|
|
.markdown-body .pl-s1 .pl-v,
|
|
.markdown-body .pl-s3,
|
|
.markdown-body .pl-sc,
|
|
.markdown-body .pl-sv {
|
|
color: #0086b3;
|
|
}
|
|
|
|
.markdown-body .pl-e,
|
|
.markdown-body .pl-en {
|
|
color: #795da3;
|
|
}
|
|
|
|
.markdown-body .pl-s1 .pl-s2,
|
|
.markdown-body .pl-smi,
|
|
.markdown-body .pl-smp,
|
|
.markdown-body .pl-stj,
|
|
.markdown-body .pl-vo,
|
|
.markdown-body .pl-vpf {
|
|
color: #333;
|
|
}
|
|
|
|
.markdown-body .pl-ent {
|
|
color: #63a35c;
|
|
}
|
|
|
|
.markdown-body .pl-k,
|
|
.markdown-body .pl-s,
|
|
.markdown-body .pl-st {
|
|
color: #a71d5d;
|
|
}
|
|
|
|
.markdown-body .pl-pds,
|
|
.markdown-body .pl-s1,
|
|
.markdown-body .pl-s1 .pl-pse .pl-s2,
|
|
.markdown-body .pl-sr,
|
|
.markdown-body .pl-sr .pl-cce,
|
|
.markdown-body .pl-sr .pl-sra,
|
|
.markdown-body .pl-sr .pl-sre,
|
|
.markdown-body .pl-src {
|
|
color: #df5000;
|
|
}
|
|
|
|
.markdown-body .pl-mo,
|
|
.markdown-body .pl-v {
|
|
color: #1d3e81;
|
|
}
|
|
|
|
.markdown-body .pl-id {
|
|
color: #b52a1d;
|
|
}
|
|
|
|
.markdown-body .pl-ii {
|
|
background-color: #b52a1d;
|
|
color: #f8f8f8;
|
|
}
|
|
|
|
.markdown-body .pl-sr .pl-cce {
|
|
color: #63a35c;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body .pl-ml {
|
|
color: #693a17;
|
|
}
|
|
|
|
.markdown-body .pl-mh,
|
|
.markdown-body .pl-mh .pl-en,
|
|
.markdown-body .pl-ms {
|
|
color: #1d3e81;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body .pl-mq {
|
|
color: #008080;
|
|
}
|
|
|
|
.markdown-body .pl-mi {
|
|
color: #333;
|
|
font-style: italic;
|
|
}
|
|
|
|
.markdown-body .pl-mb {
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body .pl-md,
|
|
.markdown-body .pl-mdhf {
|
|
background-color: #ffecec;
|
|
color: #bd2c00;
|
|
}
|
|
|
|
.markdown-body .pl-mdht,
|
|
.markdown-body .pl-mi1 {
|
|
background-color: #eaffea;
|
|
color: #55a532;
|
|
}
|
|
|
|
.markdown-body .pl-mdr {
|
|
color: #795da3;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.markdown-body kbd {
|
|
display: inline-block;
|
|
padding: 3px 5px;
|
|
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
line-height: 10px;
|
|
color: #555;
|
|
vertical-align: middle;
|
|
background-color: #fcfcfc;
|
|
border: solid 1px #ccc;
|
|
border-bottom-color: #bbb;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 -1px 0 #bbb;
|
|
}
|
|
|
|
.markdown-body .task-list-item {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.markdown-body .task-list-item+.task-list-item {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.markdown-body .task-list-item input {
|
|
float: left;
|
|
margin: 0.3em 0 0.25em -1.6em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.markdown-body :checked+.radio-label {
|
|
z-index: 1;
|
|
position: relative;
|
|
border-color: #4183c4;
|
|
}
|
|
|
|
|
|
/*! Pretty printing styles. Used with prettify.js. */
|
|
/* SPAN elements with the classes below are added by prettyprint. */
|
|
.pln {
|
|
color: #000
|
|
}
|
|
|
|
/* plain text */
|
|
|
|
@media screen {
|
|
.str {
|
|
color: #080
|
|
}
|
|
|
|
/* string content */
|
|
.kwd {
|
|
color: #008
|
|
}
|
|
|
|
/* a keyword */
|
|
.com {
|
|
color: #800
|
|
}
|
|
|
|
/* a comment */
|
|
.typ {
|
|
color: #606
|
|
}
|
|
|
|
/* a type name */
|
|
.lit {
|
|
color: #066
|
|
}
|
|
|
|
/* a literal value */
|
|
/* punctuation, lisp open bracket, lisp close bracket */
|
|
.pun,
|
|
.opn,
|
|
.clo {
|
|
color: #660
|
|
}
|
|
|
|
.tag {
|
|
color: #008
|
|
}
|
|
|
|
/* a markup tag name */
|
|
.atn {
|
|
color: #606
|
|
}
|
|
|
|
/* a markup attribute name */
|
|
.atv {
|
|
color: #080
|
|
}
|
|
|
|
/* a markup attribute value */
|
|
.dec,
|
|
.var {
|
|
color: #606
|
|
}
|
|
|
|
/* a declaration; a variable name */
|
|
.fun {
|
|
color: red
|
|
}
|
|
|
|
/* a function name */
|
|
}
|
|
|
|
/* Use higher contrast and text-weight for printable form. */
|
|
@media print,
|
|
projection {
|
|
.str {
|
|
color: #060
|
|
}
|
|
|
|
.kwd {
|
|
color: #006;
|
|
font-weight: bold
|
|
}
|
|
|
|
.com {
|
|
color: #600;
|
|
font-style: italic
|
|
}
|
|
|
|
.typ {
|
|
color: #404;
|
|
font-weight: bold
|
|
}
|
|
|
|
.lit {
|
|
color: #044
|
|
}
|
|
|
|
.pun,
|
|
.opn,
|
|
.clo {
|
|
color: #440
|
|
}
|
|
|
|
.tag {
|
|
color: #006;
|
|
font-weight: bold
|
|
}
|
|
|
|
.atn {
|
|
color: #404
|
|
}
|
|
|
|
.atv {
|
|
color: #060
|
|
}
|
|
}
|
|
|
|
/* Put a border around prettyprinted code snippets. */
|
|
pre.prettyprint {
|
|
padding: 2px;
|
|
/* border: 1px solid #888 */
|
|
}
|
|
|
|
/* Specify class=linenums on a pre to get line numbering */
|
|
ol.linenums {
|
|
margin-top: 0;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
/* IE indents via margin-left */
|
|
li.L0,
|
|
li.L1,
|
|
li.L2,
|
|
li.L3,
|
|
li.L5,
|
|
li.L6,
|
|
li.L7,
|
|
li.L8 {
|
|
list-style-type: none
|
|
}
|
|
|
|
/* Alternate shading for lines */
|
|
li.L1,
|
|
li.L3,
|
|
li.L5,
|
|
li.L7,
|
|
li.L9 {
|
|
background: #eee
|
|
}
|
|
|
|
.markdown-body p,
|
|
.markdown-body blockquote,
|
|
.markdown-body ul,
|
|
.markdown-body ol,
|
|
.markdown-body dl,
|
|
.markdown-body table,
|
|
.markdown-body pre {
|
|
margin-top: 0;
|
|
margin-bottom: 16px;
|
|
}`;return(0,Lt.useEffect)(()=>{const De=le.current.attachShadow({mode:"open"});ae.current=document.createElement("div"),ae.current.className="markdown-body",ae.current.innerHTML=Vt,De.appendChild(ae.current);const Ee=document.createElement("style");return Ee.textContent=Fe,De.appendChild(Ee),()=>{De.innerHTML=""}},[]),(0,Lt.useEffect)(()=>{ae.current&&(ae.current.innerHTML=Vt)},[Vt]),Je.createElement("div",{ref:le})};function Bt(Vt){const le=["onabort","onanimationend","onanimationiteration","onanimationstart","onauxclick","onblur","oncancel","oncanplay","oncanplaythrough","onchange","onclick","onclose","oncontextmenu","oncopy","oncut","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onfocus","onformdata","ongotpointercapture","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onload","onloadeddata","onloadedmetadata","onloadstart","onlostpointercapture","onmousedown","onmousemove","onmouseout","onmouseover","onmouseup","onpaste","onpause","onplay","onplaying","onpointercancel","onpointerdown","onpointerenter","onpointerleave","onpointermove","onpointerout","onpointerover","onpointerup","onprogress","onratechange","onreset","onresize","onscroll","onsecuritypolicyviolation","onseeked","onseeking","onselect","onslotchange","onstalled","onsubmit","onsuspend","ontimeupdate","ontoggle","ontouchcancel","ontouchend","ontouchmove","ontouchstart","ontransitionend","onvolumechange","onwaiting","onwheel"],ae=new RegExp(`\\b(${le.join("|")})\\s*=\\s*(?:"[^"]*"|'[^']*'|[^\\s>]*)`,"gi");return Vt.replace(ae,"").trim()}var et=Object.defineProperty,nt=Object.getOwnPropertySymbols,ct=Object.prototype.hasOwnProperty,lt=Object.prototype.propertyIsEnumerable,gt=(Vt,le,ae)=>le in Vt?et(Vt,le,{enumerable:!0,configurable:!0,writable:!0,value:ae}):Vt[le]=ae,mt=(Vt,le)=>{for(var ae in le||(le={}))ct.call(le,ae)&>(Vt,ae,le[ae]);if(nt)for(var ae of nt(le))lt.call(le,ae)&>(Vt,ae,le[ae]);return Vt};const St="@\u2581\u2581@",Pt="@\u2581@",Rt=/<pre[^>]*>/g;function Wt(Vt){let le=document.createElement("div");return le.innerHTML=Vt,le.childNodes.length===0?"":le.childNodes[0].nodeValue}const te=(Vt,le)=>{Vt=Vt||"";const ae=/(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?\)|(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,Fe=/\"(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,De=/\(\s+(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,Ee=/(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g;return le?Vt.replaceAll("https://www.educoder.net","").replaceAll("https://www-cdn.educoder.net","").replaceAll("//api/attachments","/api/attachments").replace(ae,(Sn,rn,Ge,sn,$t,It,Pe)=>{const an=rn||sn||It,Ve=Ge||$t||Pe||"?";return Ht.Z.API_SERVER+"/api/attachments/"+an+Ve+"&t="+(0,oe.Jn)(an,Date.now())+(Sn.indexOf(")")>-1?")":"&")}).replaceAll('src="(','src="').replaceAll("src='(",'src="'):(Vt=Vt.replace(Ee,(Sn,rn,Ge,sn,$t,It,Pe)=>{const an=rn||sn||It,Ve=Ge||$t||Pe||"?";return Ht.Z.API_SERVER+"/attachments/download/"+an+Ve+"&t="+(0,oe.Jn)(an,Date.now())+(Sn.indexOf(")")>-1?")":"&")}).replace(ae,(Sn,rn,Ge,sn,$t,It,Pe)=>{const an=rn||sn||It,Ve=Ge||$t||Pe||"?";return Ht.Z.API_SERVER+"/api/attachments/"+an+Ve+"&t="+(0,oe.Jn)(an,Date.now())+(Sn.indexOf(")")>-1?")":"&")}).replace(Fe,(Sn,rn,Ge,sn,$t)=>{const It=rn||sn,Pe=Ge||$t||"";return'"'+Ht.Z.API_SERVER+"/api/attachments/"+It+Pe+It+Pe+"&t="+(0,oe.Jn)(It,Date.now())}).replace(De,(Sn,rn,Ge,sn,$t)=>{const It=rn||sn,Pe=Ge||$t||"";return"("+Ht.Z.API_SERVER+"/files/uploads/"+It+Pe+It+Pe+"&t="+(0,oe.Jn)(It,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,`
|
|
`),Vt)};var Jt=({value:Vt="",className:le,showTextOnly:ae,showLines:Fe,style:De={},stylesPrev:Ee={},highlightKeywords:Sn,showProgramFill:rn,isProgramFill:Ge,disabledFill:sn=!1,programFillValue:$t,onFillChange:It=Ve=>{},onFillBlur:Pe=()=>{},onFillFocus:an=()=>{}})=>{let Ve=Bt(String(Vt||""));const[Se,$e]=(0,Lt.useState)(""),[He,xn]=(0,Lt.useState)("office"),[we,de]=(0,Lt.useState)([]),ke=(0,Lt.useRef)("a"+(0,ge.Z)()),ze={},fn=Le=>/<style[\s\S]*?>/i.test(Le||""),Dt=(Le,_e,un)=>{const Pn=document.createElement(Le===Pt?"input":"textarea");Pn.style.width="100%",Pn.style.height=Le===Pt?"40px":"151px",Pn.rows=5,Pn.spellcheck=!1,Pn.name="edu-program-fill",Pn.placeholder="\u8BF7\u8F93\u5165",Pn.dataset.id=_e;const gn=Object.keys(ze).length;return ze[gn]=Pn,`<span class="edu-program-fill-wrap ${Le===Pt?"":"show"}" style="width:${Le===Pt?"600px":"100%"}" title=${un||""}><span>${Pn.outerHTML}<span class="edu-program-fill-score" style="margin:0 6px"></span></span></span>`};function wt(Le){return Le=Le.replace(/!\[.*?\]\(.*?\)/g,""),Le=Le.replace(/\[.*?\]\(.*?\)/g,""),Le=Le.replace(new RegExp("<iframe.*?<\\/iframe>","gs"),""),Le=Le.replace(/<embed.*?>/g,""),Le=Le.replace(/<img.*?>/g,""),Le=Le.replace(new RegExp("<video.*?>.*?<\\/video>","gs"),""),Le=Le.replace(new RegExp("<audio.*?>.*?<\\/audio>","gs"),""),Le=Le.replace(new RegExp("<style.*?>.*?<\\/style>","gs"),""),Le=Le.replace(new RegExp("<script.*?>.*?<\\/script>","gs"),""),Le}const yt=Le=>!ae&&fn(Ve)?Le:Le.replace(/<style.*?>([\s\S]+?)<\/style>/gim,function(_e,un){let Pn=un.replace(/(\n|\r)/g,"").split("}"),gn=[];return Pn.map(en=>{en!=""&&gn.push(`.${ke.current} ${en}`)}),`<style>${gn.join("}")}</style>`}),kt=(0,Lt.useMemo)(()=>{try{const Pn=/\(\s+\/api\/attachments\/|\(\/api\/attachments\//g,gn=/\"\/api\/attachments\/|\"\/attachments\/download\//g,en=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g,Zn=/\(\/attachments\/download\//g;Ve=Ve.replace(Zn,"("+Ht.Z.API_SERVER+"/attachments/download/").replace(Pn,"("+Ht.Z.API_SERVER+"/api/attachments/").replace(gn,'"'+Ht.Z.API_SERVER+"/api/attachments/").replace(en,'"'+Ht.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(Pn){}if(rn){let Pn=-1;return Ve=Ve.replaceAll("<","<").replaceAll(">",">").replace(/(@▁▁@|@▁@)/g,function(gn,en,Zn){var Hn;return++Pn,Dt(gn,Pn,(Hn=$t==null?void 0:$t[Pn])==null?void 0:Hn.value.replaceAll("<","<").replaceAll(">",">"))}),`<pre style="background:#fff;padding:4px">${yt(Ve||"")}</pre>`}let Le=yt(Ve);Le=(0,fe.ZP)(Le);const _e=(0,fe.ez)();Ve.match(/\[TOC\]/)&&(Le=Le.replace("<p>[TOC]</p>",(0,fe.Qv)()),(0,fe.Iy)()),Le=Le.replace(/(__special_katext_id_\d+__)/g,(Pn,gn)=>{const{type:en,expression:Zn}=_e[gn];return(0,Oe.renderToString)(Wt(Zn)||"",{displayMode:en==="block",throwOnError:!1,output:"html"})}),Le=Le.replace(/▁/g,"\u2581\u2581\u2581\u2581\u2581"),(0,fe.AL)();const un=document.createElement("div");if(un.innerHTML=Le,ae)return un.innerText;if(Sn){const Pn=Sn.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return Ce(un,Pn),un.innerHTML}return setTimeout(()=>Ae(),500),un.innerHTML},[Ve,Sn]);(0,Lt.useEffect)(()=>{be.current&&be.current.querySelectorAll(["input","textarea"]).forEach(_e=>{_e.oninput=jt,_e.onblur=Mt,_e.onfocus=Gt})},[we]),(0,Lt.useEffect)(()=>{var Le,_e,un,Pn,gn;if($t!=null&&$t.length)try{const en=be.current.querySelectorAll(".edu-program-fill-score"),Zn=be.current.querySelectorAll('[name="edu-program-fill"]');for(const[Hn,mn]of Zn.entries())mn.value=((Le=$t==null?void 0:$t[Hn])==null?void 0:Le.value)||"",((_e=$t==null?void 0:$t[Hn])==null?void 0:_e.type)==="warning"?mn.className="program-fill-warning":((un=$t==null?void 0:$t[Hn])==null?void 0:un.type)==="success"?mn.className="program-fill-success":mn.className="";for(const[Hn,mn]of en.entries())mn.innerHTML=(Pn=$t==null?void 0:$t[Hn])!=null&&Pn.score?`${(gn=$t==null?void 0:$t[Hn])==null?void 0:gn.score}\u5206`:"";de($t)}catch(en){console.log(en,"error")}},[$t]);const jt=Le=>{we[Le.target.dataset.id]=we[Le.target.dataset.id]||{},we[Le.target.dataset.id].value=Le.target.value,de([...we]),It(we,Le.target.dataset.id)},Mt=Le=>{we[Le.target.dataset.id]=we[Le.target.dataset.id]||{},we[Le.target.dataset.id].value=Le.target.value,de([...we]),Pe(we,Le.target.dataset.id)},Gt=Le=>{we[Le.target.dataset.id]=we[Le.target.dataset.id]||{},we[Le.target.dataset.id].value=Le.target.value,de([...we]),an(we,Le.target.dataset.id)};function Ce(Le,_e){return Le.childNodes.forEach(un=>{var Pn;if(un.childNodes.length>0)Ce(un,_e);else if(un.nodeName!=="IMG")if(un.innerHTML)un.innerHTML=(Pn=un.innerHTML)==null?void 0:Pn.replace(new RegExp(_e,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>');else{const gn=document.createElement("span");gn.innerHTML=un.textContent.replace(new RegExp(_e,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>'),un.replaceWith(gn)}})}const be=(0,Lt.useRef)();fe.jb.WebkitLineClamp=Fe,Fe&&(De=mt(mt({},De),fe.jb));function on(Le){let _e=Le.target;if(_e.tagName.toUpperCase()==="A"){let un=_e.getAttribute("href");if(un.indexOf("office")>-1)Le.preventDefault(),$e(un),xn("office");else if(un.indexOf("application/pdf")>-1)Le.preventDefault(),$e(un),xn("pdf");else if(un.indexOf("text/html")>-1)Le.preventDefault(),$e(un),xn("html");else if(un.startsWith("#")){Le.preventDefault();let Pn=document.getElementById(un.replace("#",""));Pn&&Pn.scrollIntoView(!0)}}}const Ae=()=>{var Le;const _e=(Le=be.current)==null?void 0:Le.querySelectorAll("video");_e==null||_e.forEach(un=>{if(un.oncontextmenu=()=>!1,un.src.indexOf(".m3u8")>-1&&!un.canPlayType("application/vnd.apple.mpegurl")){if(ne.ZP.isSupported()){var Pn=new ne.ZP;Pn.loadSource(un.src),Pn.attachMedia(un)}}})};return(0,Lt.useEffect)(()=>{if(be.current&&kt&&kt.match(Rt)&&window.PR.prettyPrint(),be.current)return be.current.addEventListener("click",on),()=>{var Le;(Le=be.current)==null||Le.removeEventListener("click",on),(0,fe.AL)(),(0,fe.Iy)()}},[kt,be.current,on]),(0,Lt.useEffect)(()=>{var Le;const _e=un=>{un.preventDefault(),un.clipboardData.setData("text",window.getSelection().toString())};return(Le=be.current)==null||Le.addEventListener("copy",_e),()=>{var un;(un=be.current)==null||un.removeEventListener("copy",_e)}},[be.current]),Lt.createElement(Lt.Fragment,null,ae&&Lt.createElement("div",{ref:be},kt),!ae&&!fn(kt)&&Lt.createElement("div",{ref:be,style:mt({},De),className:`${le||""} ${sn?"disabled-fill":""} markdown-body ${ke.current}`,dangerouslySetInnerHTML:{__html:kt}}),!ae&&fn(kt)&&Lt.createElement(nn,{html:kt}),Lt.createElement(Nt.Z,{close:!0,data:Se,type:Se!=null&&Se.length?He:"",style:mt({},Ee),onClose:()=>$e("")}))}},69720:function(bn,$n,Et){"use strict";Et.d($n,{h:function(){return St}});var Lt=Et(59301),re=Et(82326),fe=Et(28284),pe=Et(99571),ne=Et(89780),Ht=Et.n(ne),oe=Et(8336),Oe=Et(12469),ge=Object.defineProperty,Nt=Object.defineProperties,Je=Object.getOwnPropertyDescriptors,ie=Object.getOwnPropertySymbols,nn=Object.prototype.hasOwnProperty,Bt=Object.prototype.propertyIsEnumerable,et=(Pt,Rt,Wt)=>Rt in Pt?ge(Pt,Rt,{enumerable:!0,configurable:!0,writable:!0,value:Wt}):Pt[Rt]=Wt,nt=(Pt,Rt)=>{for(var Wt in Rt||(Rt={}))nn.call(Rt,Wt)&&et(Pt,Wt,Rt[Wt]);if(ie)for(var Wt of ie(Rt))Bt.call(Rt,Wt)&&et(Pt,Wt,Rt[Wt]);return Pt},ct=(Pt,Rt)=>Nt(Pt,Je(Rt));const lt=re.default.Option,gt={labelCol:{span:4},wrapperCol:{span:20}},mt={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"]};$n.Z=({callback:Pt,onCancel:Rt})=>{const[Wt,te]=(0,Lt.useState)("python");function Jt(le){te(mt[le][1])}function Vt(le){Pt(le)}return Lt.createElement(fe.default,ct(nt({},gt),{className:"code-block-panel",initialValues:{language:"python",content:""},onFinish:Vt,style:{width:500}}),Lt.createElement(fe.default.Item,{label:"\u4EE3\u7801\u8BED\u8A00",name:"language"},Lt.createElement(re.default,{getPopupContainer:le=>le.parentNode,onChange:Jt},Object.keys(mt).map(le=>Lt.createElement(lt,{key:le,value:le},mt[le][0])))),Lt.createElement(fe.default.Item,{label:"\u4EE3\u7801\u5185\u5BB9",name:"content",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u4EE3\u7801\u5185\u5BB9"}]},Lt.createElement(St,{mode:Wt})),Lt.createElement("div",{className:"flex-container flex-end"},Lt.createElement(pe.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),Lt.createElement(pe.ZP,{type:"ghost",onClick:Rt},"\u53D6\u6D88")))};function St({value:Pt,onChange:Rt,mode:Wt,options:te={}}){const Jt=(0,Lt.useRef)(),[Vt,le]=(0,Lt.useState)();return(0,Lt.useEffect)(()=>{if(Vt){let ae=function(Fe){const De=Fe.getValue();Rt&&Rt(De)};return Vt.on("change",ae),()=>{Vt.off("change",ae)}}},[Vt,Rt]),(0,Lt.useEffect)(()=>{Vt&&Vt.setOption("mode",Wt)},[Vt,Wt]),(0,Lt.useEffect)(()=>{Vt&&(Pt!==Vt.getValue()||Pt==="")&&setTimeout(()=>{Vt.setValue(Pt||"")},300)},[Vt,Pt]),(0,Lt.useEffect)(()=>{if(Jt.current&&!Vt){const ae=Ht().fromTextArea(Jt.current,nt({mode:Wt,lineNumbers:!0,lineWrapping:!0,autoCloseBrackets:!0,tabSize:4,autofocus:!0,autoCloseTags:!0,matchBrackets:!0,styleActiveLine:!0},te));le(ae)}},[Jt.current,Vt]),Lt.createElement("div",{className:"my-codemirror-container"},Lt.createElement("textarea",{ref:Jt}))}},39793:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return ui}});var Lt=Et(59301),re=Et(89780),fe=Et.n(re),pe=Et(76374),ne=Et(8336),Ht=Et(6313),oe=Et(25717),Oe=Et(99498),ge=Et(25419),Nt=Et(67549),Je=Et(76902),ie=({value:Te="",className:Ze,showTextOnly:Ne,showLines:ln,style:Oi={}})=>{const Ni=(0,Lt.useMemo)(()=>"",[Te]);return Lt.createElement(Lt.Fragment,null,Lt.createElement("div",{dangerouslySetInnerHTML:{__html:Ni}}))},nn=Object.defineProperty,Bt=Object.defineProperties,et=Object.getOwnPropertyDescriptors,nt=Object.getOwnPropertySymbols,ct=Object.prototype.hasOwnProperty,lt=Object.prototype.propertyIsEnumerable,gt=(Te,Ze,Ne)=>Ze in Te?nn(Te,Ze,{enumerable:!0,configurable:!0,writable:!0,value:Ne}):Te[Ze]=Ne,mt=(Te,Ze)=>{for(var Ne in Ze||(Ze={}))ct.call(Ze,Ne)&>(Te,Ne,Ze[Ne]);if(nt)for(var Ne of nt(Ze))lt.call(Ze,Ne)&>(Te,Ne,Ze[Ne]);return Te},St=(Te,Ze)=>Bt(Te,et(Ze));let Pt=[{title:"\u7C97\u4F53",icon:"md-iconfont icon-bold",actionName:"bold"},{title:"\u659C\u4F53",icon:"md-iconfont icon-italic",actionName:"italic"},"|",{title:"\u65E0\u5E8F\u5217\u8868",icon:"md-iconfont icon-unorder-list",actionName:"list-ul"},{title:"\u6709\u5E8F\u5217\u8868",icon:"md-iconfont icon-order-list",actionName:"list-ol"},"|",{title:"\u884C\u5185\u4EE3\u7801",icon:"md-iconfont icon-code",actionName:"code"},{title:"\u4EE3\u7801\u5757\uFF08\u591A\u8BED\u8A00\u98CE\u683C\uFF09",icon:"md-iconfont icon-file-code",actionName:"code-block"},{title:"\u94FE\u63A5",icon:"md-iconfont icon-link",actionName:"link"},"|",{title:"\u884C\u5185\u516C\u5F0F",icon:"md-iconfont icon-sum",actionName:"inline-latex"},{title:"\u6570\u5B66\u516C\u5F0F",icon:"iconfont icon-shuxuetuxiang2",actionName:"maths-latex"},{title:"\u591A\u884C\u516C\u5F0F",icon:"md-iconfont icon-formula",actionName:"latex"},"|",{title:"\u6DFB\u52A0\u56FE\u7247",icon:"md-iconfont icon-picture",actionName:"upload-image"},{title:"\u63D2\u5165\u753B\u56FE",icon:"iconfont icon-sheji",actionName:"draw-image"},{title:"\u63D2\u5165\u6D41\u7A0B\u56FE",icon:"iconfont icon-liucheng",actionName:"add-flowchart"},{title:"\u8868\u683C",icon:"md-iconfont icon-table",actionName:"add-table"},"|",{title:"\u6362\u884C",icon:"md-iconfont icon-minus",actionName:"line-break"},{title:"\u6E05\u7A7A",icon:"md-iconfont icon-eraser",actionName:"eraser"}];function Rt({onActionCallback:Te,title:Ze,icon:Ne,actionName:ln,className:Oi="",children:Ni}){function $i(){Te(ln)}return Lt.createElement("a",{title:Ze,className:Oi,onClick:$i},Lt.createElement("i",{className:`${Ne}`}),Ni)}var Wt=({watch:Te,showNullButton:Ze,showNullProgramButton:Ne,onActionCallback:ln,fullScreen:Oi,insertTemp:Ni,hidetoolBar:$i,extraUse:Ye})=>{const cn=[...Pt,{title:`${Te?"\u5173\u95ED\u5B9E\u65F6\u9884\u89C8":"\u5F00\u542F\u5B9E\u65F6\u9884\u89C8"}`,icon:`${Te?"md-iconfont icon-eye-slash":"md-iconfont icon-eye"}`,actionName:"trigger-watch"}];return Lt.createElement("ul",{className:"markdown-toolbar-container"},!$i&&cn.map((Pi,dr)=>Lt.createElement("li",{key:dr},Pi.actionName?Lt.createElement(Rt,St(mt({},Pi),{onActionCallback:ln})):Lt.createElement("span",{className:"v-line"}))),Ze?Lt.createElement("li",null,Lt.createElement(Rt,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-null-ch",onActionCallback:ln},Lt.createElement("span",{className:"fill-tip"},"\u70B9\u51FB\u63D2\u5165\b\u586B\u7A7A\u9879"))):null,Ne?Lt.createElement(Lt.Fragment,null,Lt.createElement("li",null,Lt.createElement(Rt,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-signal",onActionCallback:ln},Lt.createElement("span",{className:"fill-tip"},"\u6DFB\u52A0\u5355\u884C\u586B\u7A7A\u9879"))),Lt.createElement("li",null,Lt.createElement(Rt,{icon:"md-iconfont icon-uniE900 insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-multiple",onActionCallback:ln},Lt.createElement("span",{className:"fill-tip"},"\u6DFB\u52A0\u591A\u884C\u586B\u7A7A\u9879")))):null,Ni&&Lt.createElement("li",null,Lt.createElement(Rt,{icon:"md-iconfont icon-edit",className:"btn-null",title:"\u63D2\u5165\u6A21\u677F",actionName:`inster-template-${Ni}`,onActionCallback:ln},Lt.createElement("span",{className:"fill-tip"},"\u63D2\u5165\u6A21\u677F"))),Ye&&Lt.createElement("li",null,Ye),Lt.createElement("li",{className:"btn-full-screen"},Lt.createElement(Rt,{icon:`${Oi?"md-iconfont icon-shrink":"md-iconfont icon-enlarge"}`,title:Oi?"\u5173\u95ED\u5168\u5C4F":"\u5F00\u542F\u5168\u5C4F",actionName:"trigger-full-screen",onActionCallback:ln})))},te=Et(91558),Jt=Et(28284),Vt=Et(37568),le=Et(99571),ae=Object.defineProperty,Fe=Object.defineProperties,De=Object.getOwnPropertyDescriptors,Ee=Object.getOwnPropertySymbols,Sn=Object.prototype.hasOwnProperty,rn=Object.prototype.propertyIsEnumerable,Ge=(Te,Ze,Ne)=>Ze in Te?ae(Te,Ze,{enumerable:!0,configurable:!0,writable:!0,value:Ne}):Te[Ze]=Ne,sn=(Te,Ze)=>{for(var Ne in Ze||(Ze={}))Sn.call(Ze,Ne)&&Ge(Te,Ne,Ze[Ne]);if(Ee)for(var Ne of Ee(Ze))rn.call(Ze,Ne)&&Ge(Te,Ne,Ze[Ne]);return Te},$t=(Te,Ze)=>Fe(Te,De(Ze));const It={labelCol:{span:4},wrapperCol:{span:20}};var Pe=({callback:Te,onCancel:Ze})=>{function Ne(ln){Te(ln)}return Lt.createElement(Jt.default,$t(sn({},It),{initialValues:{link:"http://",title:""},className:"link-panel",onFinish:Ne,style:{width:500}}),Lt.createElement(Jt.default.Item,{label:"\u94FE\u63A5\u5730\u5740",name:"link",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u5730\u5740"}]},Lt.createElement(Vt.default,null)),Lt.createElement(Jt.default.Item,{label:"\u94FE\u63A5\u6807\u9898",name:"title",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u6807\u9898"}]},Lt.createElement(Vt.default,null)),Lt.createElement("div",{className:"flex-container flex-end"},Lt.createElement(le.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),Lt.createElement(le.ZP,{type:"ghost",onClick:Ze},"\u53D6\u6D88")))},an=Et(69720),Ve=Et(17077),Se=Et(62957),$e=Et(77019),He=Et(9507),xn=Et(59301),we=({callback:Te,onCancel:Ze})=>{const Ne=document.createElement("canvas"),ln=Ne.getContext("2d");Ne.width=1e3,Ne.height=800,ln.fillStyle="#ffffff",ln.fillRect(0,0,Ne.width,Ne.height);const Oi=Ne.toDataURL("image/png");return xn.createElement(Se.default,{open:!0,width:"100vw",style:{height:"100vh",top:0},footer:null,title:null,closable:!1},xn.createElement($e.Z,{style:{height:"100vh"}},xn.createElement(He.Z,{fullWidth:!0,noAssociationId:!0,showFullTools:!0,data:{src:Oi,visible:!0,title:String(Date.now())},onOk:Ni=>{Te({src:Ni.url})},onClose:Ze})))},de=Et(12378);function ke(){go.CommandHandler.call(this),this._arrowKeyBehavior="move",this._pasteOffset=new go.Point(10,10),this._lastPasteOffset=new go.Point(0,0)}go.Diagram.inherit(ke,go.CommandHandler),ke.prototype.canAlignSelection=function(){var Te=this.diagram;return!(Te===null||Te.isReadOnly||Te.isModelReadOnly||Te.selection.count<2)},ke.prototype.alignLeft=function(){var Te=this.diagram;Te.startTransaction("aligning left");var Ze=1/0;Te.selection.each(function(Ne){Ne instanceof go.Link||(Ze=Math.min(Ne.position.x,Ze))}),Te.selection.each(function(Ne){Ne instanceof go.Link||Ne.move(new go.Point(Ze,Ne.position.y))}),Te.commitTransaction("aligning left")},ke.prototype.alignRight=function(){var Te=this.diagram;Te.startTransaction("aligning right");var Ze=-1/0;Te.selection.each(function(Ne){if(!(Ne instanceof go.Link)){var ln=Ne.actualBounds.x+Ne.actualBounds.width;Ze=Math.max(ln,Ze)}}),Te.selection.each(function(Ne){Ne instanceof go.Link||Ne.move(new go.Point(Ze-Ne.actualBounds.width,Ne.position.y))}),Te.commitTransaction("aligning right")},ke.prototype.alignTop=function(){var Te=this.diagram;Te.startTransaction("alignTop");var Ze=1/0;Te.selection.each(function(Ne){Ne instanceof go.Link||(Ze=Math.min(Ne.position.y,Ze))}),Te.selection.each(function(Ne){Ne instanceof go.Link||Ne.move(new go.Point(Ne.position.x,Ze))}),Te.commitTransaction("alignTop")},ke.prototype.alignBottom=function(){var Te=this.diagram;Te.startTransaction("aligning bottom");var Ze=-1/0;Te.selection.each(function(Ne){if(!(Ne instanceof go.Link)){var ln=Ne.actualBounds.y+Ne.actualBounds.height;Ze=Math.max(ln,Ze)}}),Te.selection.each(function(Ne){Ne instanceof go.Link||Ne.move(new go.Point(Ne.actualBounds.x,Ze-Ne.actualBounds.height))}),Te.commitTransaction("aligning bottom")},ke.prototype.alignCenterX=function(){var Te=this.diagram,Ze=Te.selection.first();if(Ze){Te.startTransaction("aligning Center X");var Ne=Ze.actualBounds.x+Ze.actualBounds.width/2;Te.selection.each(function(ln){ln instanceof go.Link||ln.move(new go.Point(Ne-ln.actualBounds.width/2,ln.actualBounds.y))}),Te.commitTransaction("aligning Center X")}},ke.prototype.alignCenterY=function(){var Te=this.diagram,Ze=Te.selection.first();if(Ze){Te.startTransaction("aligning Center Y");var Ne=Ze.actualBounds.y+Ze.actualBounds.height/2;Te.selection.each(function(ln){ln instanceof go.Link||ln.move(new go.Point(ln.actualBounds.x,Ne-ln.actualBounds.height/2))}),Te.commitTransaction("aligning Center Y")}},ke.prototype.alignColumn=function(Te){var Ze=this.diagram;Ze.startTransaction("align Column"),Te===void 0&&(Te=0),Te=parseFloat(Te);var Ne=new Array;Ze.selection.each(function(Ye){Ye instanceof go.Link||Ne.push(Ye)});for(var ln=0;ln<Ne.length-1;ln++){var Oi=Ne[ln],Ni=Oi.actualBounds.y+Oi.actualBounds.height+Te,$i=Ne[ln+1];$i.move(new go.Point(Oi.actualBounds.x,Ni))}Ze.commitTransaction("align Column")},ke.prototype.alignRow=function(Te){Te===void 0&&(Te=0),Te=parseFloat(Te);var Ze=this.diagram;Ze.startTransaction("align Row");var Ne=new Array;Ze.selection.each(function(Ye){Ye instanceof go.Link||Ne.push(Ye)});for(var ln=0;ln<Ne.length-1;ln++){var Oi=Ne[ln],Ni=Oi.actualBounds.x+Oi.actualBounds.width+Te,$i=Ne[ln+1];$i.move(new go.Point(Ni,Oi.actualBounds.y))}Ze.commitTransaction("align Row")},ke.prototype.canRotate=function(Te){var Ze=this.diagram;return!(Ze===null||Ze.isReadOnly||Ze.isModelReadOnly||Ze.selection.count<1)},ke.prototype.rotate=function(Te){Te===void 0&&(Te=90);var Ze=this.diagram;Ze.startTransaction("rotate "+Te.toString());var Ze=this.diagram;Ze.selection.each(function(Ne){Ne instanceof go.Link||Ne instanceof go.Group||(Ne.angle+=Te)}),Ze.commitTransaction("rotate "+Te.toString())},ke.prototype.pullToFront=function(){var Te=this.diagram;Te.startTransaction("pullToFront");var Ze=new go.Map;Te.selection.each(function(Ne){Ze.set(Ne.layer,0)}),Ze.iteratorKeys.each(function(Ne){var ln=0;Ne.parts.each(function(Oi){if(!Oi.isSelected){var Ni=Oi.zOrder;isNaN(Ni)?Oi.zOrder=0:ln=Math.max(ln,Ni)}}),Ze.set(Ne,ln)}),Te.selection.each(function(Ne){ke._assignZOrder(Ne,Ze.get(Ne.layer)+1)}),Te.commitTransaction("pullToFront")},ke.prototype.pushToBack=function(){var Te=this.diagram;Te.startTransaction("pushToBack");var Ze=new go.Map;Te.selection.each(function(Ne){Ze.set(Ne.layer,0)}),Ze.iteratorKeys.each(function(Ne){var ln=0;Ne.parts.each(function(Oi){if(!Oi.isSelected){var Ni=Oi.zOrder;isNaN(Ni)?Oi.zOrder=0:ln=Math.min(ln,Ni)}}),Ze.set(Ne,ln)}),Te.selection.each(function(Ne){ke._assignZOrder(Ne,Ze.get(Ne.layer)-1-ke._findGroupDepth(Ne))}),Te.commitTransaction("pushToBack")},ke._assignZOrder=function(Te,Ze,Ne){Ne===void 0&&(Ne=Te),Te.layer===Ne.layer&&(Te.zOrder=Ze),Te instanceof go.Group&&Te.memberParts.each(function(ln){ke._assignZOrder(ln,Ze+1,Ne)})},ke._findGroupDepth=function(Te){if(Te instanceof go.Group){var Ze=0;return Te.memberParts.each(function(Ne){Ze=Math.max(Ze,ke._findGroupDepth(Ne))}),Ze+1}else return 0},ke.prototype.doKeyDown=function(){var Te=this.diagram;if(Te!==null){var Ze=Te.lastInput;if(Ze.key==="Up"||Ze.key==="Down"||Ze.key==="Left"||Ze.key==="Right"){var Ne=this.arrowKeyBehavior;if(Ne==="none")return;if(Ne==="select"){this._arrowKeySelect();return}else if(Ne==="move"){this._arrowKeyMove();return}else if(Ne==="tree"){this._arrowKeyTree();return}}go.CommandHandler.prototype.doKeyDown.call(this)}},ke.prototype._getAllParts=function(){var Te=new Array;return this.diagram.nodes.each(function(Ze){Te.push(Ze)}),this.diagram.parts.each(function(Ze){Te.push(Ze)}),Te},ke.prototype._arrowKeyMove=function(){var Te=this.diagram,Ze=Te.lastInput,Ne=0,ln=0;if(Ze.control||Ze.meta)Ne=1,ln=1;else if(Te.grid!==null){var Oi=Te.grid.gridCellSize;ln=Oi.width,Ne=Oi.height}Te.startTransaction("arrowKeyMove"),Te.selection.each(function(Ni){Ze.key==="Up"?Ni.move(new go.Point(Ni.actualBounds.x,Ni.actualBounds.y-Ne)):Ze.key==="Down"?Ni.move(new go.Point(Ni.actualBounds.x,Ni.actualBounds.y+Ne)):Ze.key==="Left"?Ni.move(new go.Point(Ni.actualBounds.x-ln,Ni.actualBounds.y)):Ze.key==="Right"&&Ni.move(new go.Point(Ni.actualBounds.x+ln,Ni.actualBounds.y))}),Te.commitTransaction("arrowKeyMove")},ke.prototype._arrowKeySelect=function(){var Te=this.diagram,Ze=Te.lastInput,Ne=null;Ze.key==="Up"?Ne=this._findNearestPartTowards(270):Ze.key==="Down"?Ne=this._findNearestPartTowards(90):Ze.key==="Left"?Ne=this._findNearestPartTowards(180):Ze.key==="Right"&&(Ne=this._findNearestPartTowards(0)),Ne!==null&&(Ze.shift?Ne.isSelected=!0:Ze.control||Ze.meta?Ne.isSelected=!Ne.isSelected:Te.select(Ne))},ke.prototype._findNearestPartTowards=function(Te){var Ze=this.diagram.selection.first();if(Ze===null)return null;for(var Ne=Ze.actualBounds.center,ln=this._getAllParts(),Oi=1/0,Ni=Ze,$i=0;$i<ln.length;$i++){var Ye=ln[$i];if(Ye!==Ze&&Ye.canSelect()){var cn=Ye.actualBounds.center,Pi=Ne.directionPoint(cn),dr=this._angleCloseness(Pi,Te);if(dr<=45){var Yn=Ne.distanceSquaredPoint(cn);Yn*=1+Math.sin(dr*Math.PI/180),Yn<Oi&&(Oi=Yn,Ni=Ye)}}}return Ni},ke.prototype._angleCloseness=function(Te,Ze){return Math.min(Math.abs(Ze-Te),Math.min(Math.abs(Ze+360-Te),Math.abs(Ze-360-Te)))},ke.prototype._arrowKeyTree=function(){var Te=this.diagram,Ze=Te.selection.first();if(Ze instanceof go.Node){var Ne=Te.lastInput;if(Ne.key==="Right"){if(!Ze.isTreeLeaf)if(!Ze.isTreeExpanded)Te.commandHandler.canExpandTree(Ze)&&Te.commandHandler.expandTree(Ze);else{var ln=this._sortTreeChildrenByY(Ze).first();ln!==null&&Te.select(ln)}}else if(Ne.key==="Left")if(!Ze.isTreeLeaf&&Ze.isTreeExpanded)Te.commandHandler.canCollapseTree(Ze)&&Te.commandHandler.collapseTree(Ze);else{var Oi=Ze.findTreeParentNode();Oi!==null&&Te.select(Oi)}else if(Ne.key==="Up"){var Oi=Ze.findTreeParentNode();if(Oi!==null){var Ni=this._sortTreeChildrenByY(Oi),$i=Ni.indexOf(Ze);if($i>0){for(var Ye=Ni.elt($i-1);Ye!==null&&Ye.isTreeExpanded&&!Ye.isTreeLeaf;){var cn=this._sortTreeChildrenByY(Ye);Ye=cn.last()}Ye!==null&&Te.select(Ye)}else Te.select(Oi)}}else if(Ne.key==="Down")if(Ze.isTreeExpanded&&!Ze.isTreeLeaf){var ln=this._sortTreeChildrenByY(Ze).first();ln!==null&&Te.select(ln)}else for(;Ze!==null;){var Oi=Ze.findTreeParentNode();if(Oi===null)break;var Ni=this._sortTreeChildrenByY(Oi),$i=Ni.indexOf(Ze);if($i<Ni.length-1){Te.select(Ni.elt($i+1));break}else Ze=Oi}var Pi=Te.selection.first();Pi!==null&&Te.scrollToRect(Pi.actualBounds)}},ke.prototype._sortTreeChildrenByY=function(Te){var Ze=new go.List().addAll(Te.findTreeChildrenNodes());return Ze.sort(function(Ne,ln){var Oi=Ne.location,Ni=ln.location;return Oi.y<Ni.y?-1:Oi.y>Ni.y?1:Oi.x<Ni.x?-1:Oi.x>Ni.x?1:0}),Ze},ke.prototype.copyToClipboard=function(Te){go.CommandHandler.prototype.copyToClipboard.call(this,Te),this._lastPasteOffset.set(this.pasteOffset)},ke.prototype.pasteFromClipboard=function(){var Te=go.CommandHandler.prototype.pasteFromClipboard.call(this);return this.diagram.moveParts(Te,this._lastPasteOffset),this._lastPasteOffset.add(this.pasteOffset),Te},Object.defineProperty(ke.prototype,"arrowKeyBehavior",{get:function(){return this._arrowKeyBehavior},set:function(Te){if(Te!=="move"&&Te!=="select"&&Te!=="scroll"&&Te!=="tree"&&Te!=="none")throw new Error('DrawCommandHandler.arrowKeyBehavior must be either "move", "select", "scroll", "tree", or "none", not: '+Te);this._arrowKeyBehavior=Te}}),Object.defineProperty(ke.prototype,"pasteOffset",{get:function(){return this._pasteOffset},set:function(Te){if(!(Te instanceof go.Point))throw new Error("DrawCommandHandler.pasteOffset must be a Point, not: "+Te);this._pasteOffset.set(Te)}});var ze=ke,fn=Et(63720),Dt=Et(5269),wt=Et(38986),yt={myPaletteDiv:"myPaletteDiv___Xjz2I",flowChartWrp:"flowChartWrp____f45r",maxH60:"maxH60___Pd4Re"},kt=Et(48790),jt=Et(59301),Mt=(Te,Ze,Ne)=>new Promise((ln,Oi)=>{var Ni=cn=>{try{Ye(Ne.next(cn))}catch(Pi){Oi(Pi)}},$i=cn=>{try{Ye(Ne.throw(cn))}catch(Pi){Oi(Pi)}},Ye=cn=>cn.done?ln(cn.value):Promise.resolve(cn.value).then(Ni,$i);Ye((Ne=Ne.apply(Te,Ze)).next())});function Gt({onCancel:Te,callback:Ze}){let Ne=(0,Lt.useRef)(),ln=(0,Lt.useRef)(),Oi=(0,Lt.useRef)(),Ni=(0,Lt.useRef)(!1);const $i=(0,Lt.useRef)(!1),[Ye,cn]=(0,Lt.useState)(0);function Pi(){const Yn=de.bx.make,Qt={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"};Ne.current=new de.S0(ln.current,{padding:20,grid:Yn(de.s_,"Grid",Yn(de.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),Yn(de.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),"draggingTool.isGridSnapEnabled":!0,handlesDragDropForTopLevelParts:!0,mouseDrop:je=>{var _i=je.diagram.commandHandler.addTopLevelParts(je.diagram.selection,!0);_i||je.diagram.currentTool.doCancel()},commandHandler:Yn(ze),"clickCreatingTool.archetypeNodeData":{text:"\u672A\u547D\u540D",fill:null,stroke:null,borderColor:"rgba(0,0,0,0)"},PartCreated:je=>{var _i=je.subject;_i.location=_i.location.copy().snapToGridPoint(je.diagram.grid.gridOrigin,je.diagram.grid.gridCellSize),setTimeout(()=>{je.diagram.commandHandler.editTextBlock()},20)},"commandHandler.archetypeGroupData":{isGroup:!0,text:"NEW GROUP"},SelectionGrouped:je=>{var _i=je.subject;setTimeout(()=>{je.diagram.commandHandler.editTextBlock()})},LinkRelinked:je=>{var _i=je.parameter.part;_i.invalidateConnectedLinks();var Ar=je.subject;je.diagram.toolManager.linkingTool.isForwards?Ar.toNode.invalidateConnectedLinks():Ar.fromNode.invalidateConnectedLinks()},"undoManager.isEnabled":!0}),Ne.current.nodeTemplate=Yn(de.NB,"Auto",{locationSpot:de.z6.Center,locationObjectName:"SHAPE",desiredSize:new de.$u(120,60),minSize:new de.$u(40,40),resizable:!0,resizeCellSize:new de.$u(10,10),rotatable:!0},new de.KX("location","loc",de.E9.parse).makeTwoWay(de.E9.stringify),new de.KX("desiredSize","size",de.$u.parse).makeTwoWay(de.$u.stringify),Yn(de.bn,{name:"SHAPE",fill:Qt.white,cursor:"pointer",portId:"",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:de.z6.AllSides,toSpot:de.z6.AllSides},new de.KX("figure"),new de.KX("fill"),new de.KX("stroke","borderColor"),new de.KX("strokeWidth","thickness"),new de.KX("strokeDashArray","dash")),Yn(de.bn,{width:100,height:20,strokeWidth:0,fill:"transparent"}),Yn(de.al,{margin:1,textAlign:"center",overflow:de.al.OverflowEllipsis,editable:!0},new de.KX("text").makeTwoWay(),new de.KX("stroke","color"))),Ne.current.nodeTemplate.toolTip=Yn("ToolTip",Yn(de.s_,"Vertical",{maxSize:new de.$u(200,NaN)},Yn(de.al,{font:"bold 10pt sans-serif",textAlign:"center"},new de.KX("text")),Yn(de.al,{font:"10pt sans-serif",textAlign:"center"},new de.KX("text","details"))));function Me(je,_i){var Ar=(Wi,Wr)=>{Wi.handled=!0,Wi.diagram.model.commit(Nr=>{var Xr=Wr.part.adornedPart,zr=new de.E9().setRectSpot(Xr.actualBounds,je);zr.subtract(Xr.location),zr.scale(2,2),zr.x+=Math.sign(zr.x)*130,zr.y+=Math.sign(zr.y)*130,zr.add(Xr.location),zr.snapToGridPoint(Wi.diagram.grid.gridOrigin,Wi.diagram.grid.gridCellSize);var Hr=Nr.copyNodeData(Xr.data);Nr.setGroupKeyForNodeData(Hr,Nr.getGroupKeyForNodeData(Xr.data)),Nr.addNodeData(Hr);var qr={from:Xr.key,to:Nr.getKeyForNodeData(Hr)};Nr.addLinkData(qr);var pn=Wi.diagram.findNodeForData(Hr);pn.location=zr,Wi.diagram.select(pn),setTimeout(()=>{Wi.diagram.commandHandler.editTextBlock()},20)})};return Yn(de.bn,{figure:_i,alignment:je,alignmentFocus:je.opposite(),width:je.equals(de.z6.Top)||je.equals(de.z6.Bottom)?25:18,height:je.equals(de.z6.Top)||je.equals(de.z6.Bottom)?18:25,fill:"orange",stroke:Qt.white,strokeWidth:4,mouseEnter:(Wi,Wr)=>Wr.fill="dodgerblue",mouseLeave:(Wi,Wr)=>Wr.fill="orange",isActionable:!0,click:Ar,contextClick:Ar})}function Gn(je){return Yn(de.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:(_i,Ar)=>Ar.fill="dodgerblue",mouseLeave:(_i,Ar)=>Ar.fill="orange",click:(_i,Ar)=>{_i.diagram.commandHandler.showContextMenu(Ar.part.adornedPart)}},je||{})}Ne.current.nodeTemplate.selectionAdornmentTemplate=Yn(de.uz,"Spot",Yn(de.Vm,{padding:10}),Me(de.z6.Top,"TriangleUp"),Me(de.z6.Left,"TriangleLeft"),Me(de.z6.Right,"TriangleRight"),Me(de.z6.Bottom,"TriangleDown"),Gn({alignment:new de.z6(.75,0)}));function qn(je,_i){return(Ar,Wi)=>{Ar.handled=!0,Ar.diagram.model.commit(Wr=>{Wr.set(Wi.part.adornedPart.data,je,_i)})}}function Xe(je,_i){return _i||(_i="color"),Yn(de.bn,{width:16,height:16,stroke:"lightgray",fill:je,margin:1,background:"transparent",mouseEnter:(Ar,Wi)=>Wi.stroke="dodgerblue",mouseLeave:(Ar,Wi)=>Wi.stroke="lightgray",click:qn(_i,je),contextClick:qn(_i,je)})}function ri(){return[Yn("ContextMenuButton",Yn(de.s_,"Horizontal",Xe(Qt.white,"fill"),Xe(Qt.beige,"fill"),Xe(Qt.extralightblue,"fill"),Xe(Qt.extralightred,"fill"))),Yn("ContextMenuButton",Yn(de.s_,"Horizontal",Xe(Qt.lightgray,"fill"),Xe(Qt.lightgreen,"fill"),Xe(Qt.lightblue,"fill"),Xe(Qt.lightred,"fill")))]}function Zi(){return[Yn("ContextMenuButton",Yn(de.s_,"Horizontal",Xe(Qt.black),Xe(Qt.green),Xe(Qt.blue),Xe(Qt.red))),Yn("ContextMenuButton",Yn(de.s_,"Horizontal",Xe(Qt.white),Xe(Qt.magenta),Xe(Qt.purple),Xe(Qt.orange)))]}function Gi(je,_i){return _i||(_i="thickness"),Yn(de.bn,"LineH",{width:16,height:16,strokeWidth:je,margin:1,background:"transparent",mouseEnter:(Ar,Wi)=>Wi.background="dodgerblue",mouseLeave:(Ar,Wi)=>Wi.background="transparent",click:qn(_i,je),contextClick:qn(_i,je)})}function ir(je,_i){return _i||(_i="dash"),Yn(de.bn,"LineH",{width:24,height:16,strokeWidth:2,strokeDashArray:je,margin:1,background:"transparent",mouseEnter:(Ar,Wi)=>Wi.background="dodgerblue",mouseLeave:(Ar,Wi)=>Wi.background="transparent",click:qn(_i,je),contextClick:qn(_i,je)})}function ai(){return[Yn("ContextMenuButton",Yn(de.s_,"Horizontal",Gi(1),Gi(2),Gi(3),Gi(4))),Yn("ContextMenuButton",Yn(de.s_,"Horizontal",ir(null),ir([2,4]),ir([4,4])))]}function Jn(je,_i){return _i||(_i="figure"),Yn(de.bn,{width:32,height:32,scale:.5,fill:"lightgray",figure:je,margin:1,background:"transparent",mouseEnter:(Ar,Wi)=>Wi.fill="dodgerblue",mouseLeave:(Ar,Wi)=>Wi.fill="lightgray",click:qn(_i,je),contextClick:qn(_i,je)})}Ne.current.nodeTemplate.contextMenu=Yn("ContextMenu",Yn("ContextMenuButton",Yn(de.s_,"Horizontal",Jn("Rectangle"),Jn("RoundedRectangle"),Jn("Ellipse"),Jn("Diamond"))),Yn("ContextMenuButton",Yn(de.s_,"Horizontal",Jn("Parallelogram2"),Jn("ManualOperation"),Jn("Procedure"),Jn("Cylinder1"))),Yn("ContextMenuButton",Yn(de.s_,"Horizontal",Jn("Terminator"),Jn("CreateRequest"),Jn("Document"),Jn("TriangleDown"))),ri(),Zi(),ai()),Ne.current.groupTemplate=Yn(de.ZA,"Spot",{layerName:"Background",ungroupable:!0,locationSpot:de.z6.Center,selectionObjectName:"BODY",computesBoundsAfterDrag:!0,handlesDragDropForMembers:!0,mouseDrop:(je,_i)=>{var Ar=_i.addMembers(_i.diagram.selection,!0);Ar||_i.diagram.currentTool.doCancel()},avoidable:!1},new de.KX("location","loc",de.E9.parse).makeTwoWay(de.E9.stringify),Yn(de.s_,"Auto",{name:"BODY"},Yn(de.bn,{parameter1:10,fill:Qt.white,strokeWidth:2,cursor:"pointer",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:de.z6.AllSides,toSpot:de.z6.AllSides},new de.KX("fill"),new de.KX("stroke","color"),new de.KX("strokeWidth","thickness"),new de.KX("strokeDashArray","dash")),Yn(de.Vm,{background:"transparent",margin:20})),Yn(de.al,{alignment:de.z6.Top,alignmentFocus:de.z6.Bottom,font:"bold 12pt sans-serif",editable:!0},new de.KX("text"),new de.KX("stroke","color"))),Ne.current.groupTemplate.selectionAdornmentTemplate=Yn(de.uz,"Spot",Yn(de.s_,"Auto",Yn(de.bn,{fill:null,stroke:"dodgerblue",strokeWidth:3}),Yn(de.Vm,{margin:1.5})),Gn({alignment:de.z6.TopRight,alignmentFocus:de.z6.BottomRight})),Ne.current.groupTemplate.contextMenu=Yn("ContextMenu",ri(),Zi(),ai()),Ne.current.linkTemplate=Yn(de.rU,{layerName:"Foreground",routing:de.rU.AvoidsNodes,corner:10,fromShortLength:10,toShortLength:15,relinkableFrom:!0,relinkableTo:!0,reshapable:!0,resegmentable:!0},new de.KX("fromSpot","fromSpot",de.z6.parse),new de.KX("toSpot","toSpot",de.z6.parse),new de.KX("fromShortLength","dir",je=>je>=1?10:0),new de.KX("toShortLength","dir",je=>je>=1?10:0),new de.KX("points").makeTwoWay(),Yn(de.bn,{strokeWidth:2},new de.KX("stroke","color"),new de.KX("strokeWidth","thickness"),new de.KX("strokeDashArray","dash")),Yn(de.bn,{segmentIndex:0,segmentOffset:new de.E9(15,0),segmentOrientation:de.rU.OrientAlong,alignmentFocus:de.z6.Right,figure:"circle",width:10,strokeWidth:0},new de.KX("fill","color"),new de.KX("visible","dir",je=>je===1)),Yn(de.bn,{segmentIndex:-1,segmentOffset:new de.E9(-10,6),segmentOrientation:de.rU.OrientPlus90,alignmentFocus:de.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new de.KX("fill","color"),new de.KX("visible","dir",je=>je>=1),new de.KX("width","thickness",je=>7+3*je),new de.KX("height","thickness",je=>7+3*je),new de.KX("segmentOffset","thickness",je=>new de.E9(-15,4+1.5*je))),Yn(de.bn,{segmentIndex:0,segmentOffset:new de.E9(15,-6),segmentOrientation:de.rU.OrientMinus90,alignmentFocus:de.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new de.KX("fill","color"),new de.KX("visible","dir",je=>je===2),new de.KX("width","thickness",je=>7+3*je),new de.KX("height","thickness",je=>7+3*je),new de.KX("segmentOffset","thickness",je=>new de.E9(-15,4+1.5*je))),Yn(de.al,{alignmentFocus:new de.z6(0,1,-4,0),editable:!0},new de.KX("text").makeTwoWay(),new de.KX("stroke","color"))),Ne.current.linkTemplate.selectionAdornmentTemplate=Yn(de.uz,Yn(de.bn,{isPanelMain:!0,stroke:"transparent",strokeWidth:6,pathPattern:hi(2)},new de.KX("pathPattern","thickness",hi)),Gn({alignmentFocus:new de.z6(0,0,-6,-4)}));function hi(je){return Yn(de.bn,{stroke:"dodgerblue",strokeWidth:2,strokeCap:"square",geometryString:"M0 0 M4 2 H3 M4 "+(je+4).toString()+" H3"})}function hr(je){var _i="M0 0 M8 16 M0 8 L16 8 M12 11 L16 8 L12 5";return je===0?_i="M0 0 M16 16 M0 8 L16 8":je===2&&(_i="M0 0 M16 16 M0 8 L16 8 M12 11 L16 8 L12 5 M4 11 L0 8 L4 5"),Yn(de.bn,{geometryString:_i,margin:2,background:"transparent",mouseEnter:(Ar,Wi)=>Wi.background="dodgerblue",mouseLeave:(Ar,Wi)=>Wi.background="transparent",click:qn("dir",je),contextClick:qn("dir",je)})}function tr(je){var _i=(Ar,Wi)=>{Ar.handled=!0,Ar.diagram.model.commit(Wr=>{var Nr=Wi.part.adornedPart;Wr.set(Nr.data,je?"toSpot":"fromSpot",de.z6.stringify(de.z6.AllSides)),(je?Nr.toNode:Nr.fromNode).invalidateConnectedLinks()})};return Yn(de.bn,{width:12,height:12,fill:"transparent",mouseEnter:(Ar,Wi)=>Wi.background="dodgerblue",mouseLeave:(Ar,Wi)=>Wi.background="transparent",click:_i,contextClick:_i})}function Dn(je,_i){var Ar=0,Wi=de.z6.RightSide;je.equals(de.z6.Top)?(Ar=270,Wi=de.z6.TopSide):je.equals(de.z6.Left)?(Ar=180,Wi=de.z6.LeftSide):je.equals(de.z6.Bottom)&&(Ar=90,Wi=de.z6.BottomSide),_i||(Ar-=180);var Wr=(Nr,Xr)=>{Nr.handled=!0,Nr.diagram.model.commit(zr=>{var Hr=Xr.part.adornedPart;zr.set(Hr.data,_i?"toSpot":"fromSpot",de.z6.stringify(Wi)),(_i?Hr.toNode:Hr.fromNode).invalidateConnectedLinks()})};return Yn(de.bn,{alignment:je,alignmentFocus:je.opposite(),geometryString:"M0 0 M12 12 M12 6 L1 6 L4 4 M1 6 L4 8",angle:Ar,background:"transparent",mouseEnter:(Nr,Xr)=>Xr.background="dodgerblue",mouseLeave:(Nr,Xr)=>Xr.background="transparent",click:Wr,contextClick:Wr})}Ne.current.linkTemplate.contextMenu=Yn("ContextMenu",Zi(),ai(),Yn("ContextMenuButton",Yn(de.s_,"Horizontal",hr(0),hr(1),hr(2))),Yn("ContextMenuButton",Yn(de.s_,"Horizontal",Yn(de.s_,"Spot",tr(!1),Dn(de.z6.Top,!1),Dn(de.z6.Left,!1),Dn(de.z6.Right,!1),Dn(de.z6.Bottom,!1)),Yn(de.s_,"Spot",{margin:new de.Zt(0,0,0,2)},tr(!0),Dn(de.z6.Top,!0),Dn(de.z6.Left,!0),Dn(de.z6.Right,!0),Dn(de.z6.Bottom,!0)))));const ki=`{ "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 Fr=["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 jr(je){return console.log("shapeName:",je),Fr.indexOf(je)>=0}var so=new de.YI(Oi.current,{maxSelectionCount:1,linkTemplate:Yn(de.rU,{locationSpot:de.z6.Center,selectionAdornmentTemplate:Yn(de.uz,"Link",{locationSpot:de.z6.Center},Yn(de.bn,{isPanelMain:!0,fill:null,stroke:"deepskyblue",strokeWidth:0}),Yn(de.bn,{toArrow:"Standard",stroke:null}))},{routing:de.rU.AvoidsNodes,curve:de.rU.JumpOver,corner:5,toShortLength:4},new de.KX("points"),Yn(de.bn,{isPanelMain:!0,strokeWidth:2}),Yn(de.bn,{toArrow:"Standard",stroke:null})),model:new de.FJ([{text:"\u672A\u547D\u540D",size:"100 100",fill:null,stroke:"#000"},...de.bn.getFigureGenerators().toArray().map(je=>({text:"\u672A\u547D\u540D",size:"100 100",figure:je.key,fill:"white",stroke:"#666",borderColor:"#000"}))])});return Ne.current.addDiagramListener("TextEdited",function(je){var _i;const Ar=je.subject.part;var Wi=(_i=document.activeElement)==null?void 0:_i.value;typeof Wi=="string"&&Wi.trim()===""&&Ne.current.model.commit(function(Wr){Wr.set(Ar.data,"text","\u672A\u547D\u540D"),Ne.current.commandHandler.stopCommand()},"increment")}),so.nodeTemplate=Yn(de.NB,"Auto",{locationSpot:de.z6.Center},new de.KX("location","location",de.E9.parse).makeTwoWay(de.E9.stringify),Yn(de.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 de.KX("stroke").makeTwoWay(),new de.KX("fill").makeTwoWay(),new de.KX("figure")),Yn(de.al,{margin:new de.Zt(5,5,3,5),font:"10pt sans-serif",minSize:new de.$u(16,16),maxSize:new de.$u(10,NaN),textAlign:"center",editable:!0},new de.KX("key").makeTwoWay())),setTimeout(()=>{Ne.current.grid=Yn(de.s_,"Grid",Yn(de.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),Yn(de.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),Ne.current.grid.visible=!0,Ne.current.grid.gridCellStroke="darkgray",Ne.current.grid.gridCellStrokeWidth=1},300),window.myDiagrams=Ne.current,Ne.current}const dr=()=>Mt(this,null,function*(){var Yn,Qt=Ne.current.makeImage();const Me=yield(0,wt.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:Date.now(),file:Qt.src,file_data:JSON.stringify({login:(Yn=(0,kt.eY)())==null?void 0:Yn.login,data:JSON.parse(Ne.current.model.toJson())})}});Ze({src:Me.url})});return(0,Lt.useEffect)(()=>(setTimeout(()=>{Pi()},500),cn(Ye+1),()=>{Ne.current=null}),[]),jt.createElement("div",{ref:$i,className:"body-overflow-initial"},jt.createElement(Se.default,{width:1200,icon:null,footer:null,closable:!0,visible:!!Ye,destroyOnClose:!0,maskClosable:!1,rootClassName:"zIndex-9999",title:jt.createElement($e.Z,null,jt.createElement(Dt.Z,{flex:1},"\u63D2\u5165\u6D41\u7A0B\u56FE"),jt.createElement(Dt.Z,{onClick:()=>{var Yn,Qt,Me=Ne.current.selection.first();if(Ni.current=!Ni.current,document.activeElement&&Me){let Gn=(Qt=(Yn=document.activeElement)==null?void 0:Yn.value)==null?void 0:Qt.trim();typeof Gn=="string"&&Ne.current.model.commit(function(qn){qn.set(Me.data,"text",Gn||"\u672A\u547D\u540D"),Ne.current.commandHandler.stopCommand()},"increment")}cn(Ye+1)}},jt.createElement("span",{className:"current c-blue mr30",style:{fontWeight:400}},"\u5C55\u5F00/\u6536\u8D77"))),onCancel:Te},jt.createElement("div",{style:{width:"100%",height:"80vh",overflow:"hidden",position:"relative",display:Ni.current?"none":"block"},className:yt.flowChartWrp},jt.createElement("div",{style:{display:"flex",height:"100%"}},jt.createElement("div",{style:{width:"300px",height:"100%"}},jt.createElement("div",{style:{background:"#fff",position:"relative",zIndex:12,fontSize:16,color:"#3061d0"}},"\u56FE\u5F62\u5E93"),jt.createElement("div",{style:{height:"calc(100% - 50px)"},className:yt.myPaletteDiv,ref:Oi})),jt.createElement("div",{style:{flex:1,position:"relative"}},jt.createElement("div",{ref:ln,style:{height:"80vh"}}))),jt.createElement("div",{className:"tr"},jt.createElement(le.ZP,{size:"large",onClick:dr,style:{position:"absolute",right:0,bottom:0,zIndex:8},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))))}var Ce=Gt,be=Et(47889),on=Et(71051);const Ae=be.ZP.Group,Le={margin:"0 8px"};var _e=({callback:Te,onCancel:Ze})=>{function Ne(ln){Te(ln)}return Lt.createElement(Jt.default,{className:"add-table-panel",initialValues:{row:3,col:2,align:"default"},onFinish:Ne},Lt.createElement("div",{className:"flex-container",style:{alignItems:"baseline"}},Lt.createElement("span",{style:Le},"\u5355\u5143\u683C\u6570\uFF1A"),Lt.createElement("span",{style:Le},"\u884C\u6570"),Lt.createElement(Jt.default.Item,{name:"row",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u884C\u6570"}]},Lt.createElement(on.Z,null)),Lt.createElement("span",{style:Le},"\u5217\u6570"),Lt.createElement(Jt.default.Item,{name:"col",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u5217\u6570"}]},Lt.createElement(on.Z,null))),Lt.createElement("div",{className:"flex-container",style:{marginTop:12,alignItems:"baseline"}},Lt.createElement("span",{style:Le},"\u5BF9\u9F50\u65B9\u5F0F\uFF1A"),Lt.createElement(Jt.default.Item,{name:"align"},Lt.createElement(Ae,null,Lt.createElement(be.ZP,{value:"default"},Lt.createElement("i",{className:"fa fa-align-justify"})),Lt.createElement(be.ZP,{value:"left"},Lt.createElement("i",{className:"fa fa-align-left"})),Lt.createElement(be.ZP,{value:"center"},Lt.createElement("i",{className:"fa fa-align-center"})),Lt.createElement(be.ZP,{value:"right"},Lt.createElement("i",{className:"fa fa-align-right"}))))),Lt.createElement("div",{className:"flex-container flex-end"},Lt.createElement(le.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),Lt.createElement(le.ZP,{type:"ghost",onClick:Ze},"\u53D6\u6D88")))},un=Et(71411),Pn=Et(43001),gn=Et.n(Pn),Zn=(0,Lt.forwardRef)(({use3d:Te,width:Ze,height:Ne,callback:ln,showSaveButton:Oi},Ni)=>{const $i=(0,Lt.useRef)(),Ye=(0,Lt.useRef)(),[cn,Pi]=(0,Lt.useState)(!1),dr=(0,Lt.useRef)({id:$i,appName:"graphing",width:Ze||1e3,height:Ne||600,showToolBar:!0,showMenuBar:!0,allowStyleBar:!0,showAlgebraInput:!0,enableLabelDrags:!1,enableShiftDragZoom:!0,showToolBarHelp:!1,errorDialogsActive:!0,showTutorialLink:!0,showLogging:!0,useBrowserForJS:!1});(0,Lt.useEffect)(()=>{Ye.current=new(gn())(dr.current,!0),window.onload=function(){Ye.current.inject("applet_container")}},[]);const Yn=()=>{var Qt=window.ggbApplet.getPNGBase64(1,!0,72);return ln&&ln(Qt),Qt};return(0,Lt.useEffect)(()=>{dr.current.appName=cn?"3D":"graphing",Ye.current.inject("applet_container")},[cn]),(0,Lt.useEffect)(()=>{Pi(Te)},[Te]),(0,Lt.useImperativeHandle)(Ni,()=>({getImgData:Yn})),Lt.createElement(Lt.Fragment,null,Lt.createElement("div",{style:{width:"100%",height:"100%"},id:"applet_container",ref:$i}),Lt.createElement($e.Z,{align:"middle"},Lt.createElement(Dt.Z,{flex:1},Lt.createElement(un.Z,{size:"default",checkedChildren:"\u5173\u95ED3D\u56FE\u50CF",unCheckedChildren:"\u5F00\u542F3D\u56FE\u50CF",checked:cn,onChange:Qt=>Pi(Qt)})),Lt.createElement(Dt.Z,null,Lt.createElement(le.ZP,{size:"large",onClick:Yn,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668"))))}),Hn=Et(76562),mn=Et(6767);const zn="link",Ri="upload-image",vi="add-flowchart",ji="draw-image",er="add-flowchart",Ke="code-block",Ue="add-table",ii="------------",Ai={default:ii,left:`:${ii}`,center:`:${ii}:`,right:`${ii}:`};var Fi=Et(37808);function Mi(){}let sr=0;const nr=1e4,fr="\u2581",_n="@\u2581\u2581@",qi="@\u2581@",Ct=`
|
|
**\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`,Bi=["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 oi(Te){return/^\d+$/.test(Te)?`${Te}px`:Te}const Bn=navigator.platform.toUpperCase().indexOf("MAC")>=0?"Cmd":"Ctrl",En={[Bn+"-B"]:"bold",[Bn+"-I"]:"italic"},vn={[zn]:"\u6DFB\u52A0\u94FE\u63A5",[Ke]:"\u6DFB\u52A0\u4EE3\u7801\u5757",[Ri]:"\u6DFB\u52A0\u56FE\u7247",[ji]:"\u6DFB\u52A0\u753B\u56FE",[vi]:"\u63D2\u5165\u6D41\u7A0B\u56FE",[Ue]:"\u6DFB\u52A0\u8868\u683C","maths-latex":"\u6570\u5B66\u56FE\u50CF","inline-latex":"LATEX\u516C\u5F0F"};var ui=({defaultValue:Te="",onChange:Ze,width:Ne="100%",height:ln=400,miniToolbar:Oi=!1,isFocus:Ni=!1,watch:$i,insertTemp:Ye,mode:cn="markdown",id:Pi="markdown-editor-id",showResizeBar:dr=!1,noStorage:Yn=!1,showNullButton:Qt=!1,showNullProgramButton:Me=!1,hidetoolBar:Gn=!1,fullScreen:qn=!1,onBlur:Xe,onCMBeforeChange:ri,onFullScreen:Zi,className:Gi="",disablePaste:ir=!1,disabled:ai=!1,disabledFill:Jn=!1,placeholder:hi="",values:hr="",extraUse:tr})=>{const[Dn,ki]=(0,Lt.useState)(null),[Fr,jr]=(0,Lt.useState)(Te),[so,je]=(0,Lt.useState)($i),[_i,Ar]=(0,Lt.useState)(qn),[Wi,Wr]=(0,Lt.useState)(""),[Nr,Xr]=(0,Lt.useState)(0),[zr,Hr]=(0,Lt.useState)(ln),[qr,pn]=(0,Lt.useState)(!1),[no,Cn]=(0,Lt.useState)(0),[rr,Or]=(0,Lt.useState)(0),Tr=(0,Lt.useRef)(),ho=(0,Lt.useRef)(),Gr=(0,Lt.useRef)(),xr=(0,Lt.useRef)();(0,Lt.useEffect)(()=>{const ei=window.scrollY||window.pageYOffset;jr(hr),Dn==null||Dn.setValue(hr),window.scrollTo(0,ei)},[hr]),(0,Lt.useEffect)(()=>{Zi==null||Zi(_i)},[_i]),(0,Lt.useEffect)(()=>{if(Tr.current){let ei=function(se,Yt){var ve;if(ir){Yt.preventDefault();return}const xe=Yt.clipboardData;if(xe){const Qe=xe.types.toString(),qe=xe.items;if(Qe==="Files"||xe.types.indexOf("Files")>-1){if(Yt.preventDefault(),cn=="stex")return;try{let hn=qe[1];((ve=qe[0])==null?void 0:ve.kind)==="file"&&(hn=qe[0]);const On=hn.getAsFile(),Un=On.name.split(".").pop();(0,Ve.I)(On,dn=>{var di,Ci,he;dn.id?((di=On==null?void 0:On.type)==null?void 0:di.indexOf("image"))>-1?Ft.replaceSelection(`<img width="100%" src="/api/attachments/${dn.id}?type=${dn.content_type})" alt="" />`):((Ci=On==null?void 0:On.type)==null?void 0:Ci.indexOf("video"))>-1?Ft.replaceSelection(`<video width="100%" controls src="/api/attachments/${dn.id}"></video>`):((he=On==null?void 0:On.type)==null?void 0:he.indexOf("pdf"))>-1?Ft.replaceSelection(`<a href="/api/attachments/${dn.id}?type=${On.type}&disposition=inline" target="_blank">${On.name}</a>`):Bi.includes(Un)?Ft.replaceSelection(`<a href="/api/attachments/${dn.id}?type=office&disposition=inline" target="_blank">${On.name}</a>`):Ft.replaceSelection(`[${On.name}](/api/attachments/${dn.id}?type=${dn.content_type})`):(dn==null?void 0:dn.status)===401&&(document.location.href="/user/login")})}catch(hn){mn.ZP.warning("\u8BF7\u4F7F\u7528chrome\u6D4F\u89C8\u5668\u7C98\u8D34")}return!0}else return!0}return!0};const Ft=fe().fromTextArea(Tr.current,{mode:cn,lineNumbers:!Oi,lineWrapping:!0,value:Te,autoCloseTags:!0,autoCloseBrackets:!0});return Ft.on("keyup",function(se,Yt){Yt.keyCode===8&&(se.getValue()==""?Ft.setOption("placeholder",hi):Ft.setOption("placeholder",null))}),Ft.on("keydown",function(se,Yt){if(Yt.keyCode===8){var ve=We(se);ve&&Yt.preventDefault()}}),Ni&&Ft.focus(),Ft.on("paste",ei),ai&&Ft.on("beforeChange",function(se,Yt){(Yt.origin==="paste"||Yt.origin==="+input")&&Yt.cancel()}),ki(Ft),()=>{Ft.off("paste",ei)}}},[]);const lo=(0,Lt.useCallback)(()=>{if(ho.current)try{}catch(ei){console.log(ei,"---- to set md editor body height")}},[zr,ho,_i]);(0,Lt.useEffect)(()=>{function ei(){let Ft=new pe.Z(se=>{for(let Yt of se)(Yt.target.offsetHeight>0||Yt.target.offsetWidth>0)&&(lo(),Dn.setSize("100%","100%"),Dn.refresh())});return Ft.observe(Tr.current.parentElement),Ft}if(Dn){const Ft=ei();return()=>{var se,Yt;(se=Tr.current)!=null&&se.parentElement&&Ft.unobserve((Yt=Tr.current)==null?void 0:Yt.parentElement)}}},[Dn,lo]),(0,Lt.useEffect)(()=>{if(Dn){let ei=[];for(const[Ft,se]of Object.entries(En)){let Yt={[Ft]:()=>{An(se)}};ei.push(Yt),Dn.addKeyMap(Yt)}return()=>{for(let Ft of ei)Dn.removeKeyMap(Ft)}}},[Dn]),(0,Lt.useEffect)(()=>{qn!==_i&&Ar(qn)},[qn]),(0,Fi.Z)(()=>{if(!Yn&&Nr>0){let ei=new Date().getTime(),Ft=window.sessionStorage.getItem(Pi);ei>=Nr+nr&&(!Ft||Ft!==Fr)&&(window.sessionStorage.setItem(Pi,Fr),pn(!0))}},nr),(0,Lt.useEffect)(()=>{je($i)},[Dn,$i]),(0,Lt.useEffect)(()=>{Dn&&Ni&&Dn.focus()},[Dn,Ni]),(0,Lt.useEffect)(()=>{if(so&&Dn){let ei=function(se){let Yt=se.target;if(xr.current){let ve=Yt.scrollTop/Yt.scrollHeight;xr.current.scrollTop=xr.current.scrollHeight*ve}};const Ft=Dn.getScrollerElement();return Ft.addEventListener("scroll",ei),()=>{Ft.removeEventListener("scroll",ei)}}},[Dn,so]),(0,Lt.useEffect)(()=>{if(Dn&&ri){let ei=function(Ft,se){ri(Ft,se)};return Dn.on("beforeChange",ei),()=>{Dn.off("beforeChange",ei)}}},[Dn,ri]),(0,Lt.useEffect)(()=>{if(Dn&&Xe){let ei=function(){Xe(Dn.getValue())};return Dn.on("blur",ei),()=>{Dn.off("blur",ei)}}},[Dn,Xe]);function We(ei,Ft){var se=ei.getDoc(),Yt=se.getCursor(),ve=se.getLine(Yt.line),xe=ve.charAt(Yt.ch-1),Qe=ve.lastIndexOf("@\u2581@",Yt.ch),qe=ve.lastIndexOf("@\u2581\u2581@",Yt.ch),hn=Qe>qe?Qe:qe,On=Qe>qe?3:4;if(_n.indexOf(xe)===-1)return null;if(console.log("change1:",Ft,ei,ve,Yt,hn,Qe,qe,xe),hn>=0&&Yt.ch-hn<5){var Un=hn+On;return se.replaceRange("",{line:Yt.line,ch:hn},{line:Yt.line,ch:Un}),{line:Yt.line,ch:Un}}return null}(0,Lt.useEffect)(()=>{if(Dn){let ei=function(Ft,se){const Yt=Ft.getValue();jr(Yt),Xr(new Date().getTime()),Ft.getScrollerElement().dispatchEvent(new CustomEvent("scroll")),Ze&&(Me?Ze(Yt,Mn(Yt)):Ze(Yt))};return Dn.on("change",ei),()=>{Dn.off("change",ei)}}},[Dn,Ze]),(0,Lt.useEffect)(()=>{if(Dn)if(Te==null)Dn.setValue(""),jr("");else{const ei=window.scrollY||window.pageYOffset;Te!==Dn.getValue()&&(Dn.setValue(Te),jr(Te),Dn.setCursor(ai?1:Dn.lineCount(),0),window.scrollTo(0,ei))}},[Dn,Te]);const An=(0,Lt.useCallback)(ei=>{const Ft=Dn.getCursor(),se=Dn.getSelection();let Yt=se.split(`
|
|
`);switch(ei){case"bold":return Dn.replaceSelection("**"+se+"**"),se===""&&Dn.setCursor(Ft.line,Ft.ch+2),Dn.focus();case"italic":return Dn.replaceSelection("*"+se+"*"),se===""&&Dn.setCursor(Ft.line,Ft.ch+1),Dn.focus();case"code":return Dn.replaceSelection("`"+se+"`"),se===""&&Dn.setCursor(Ft.line,Ft.ch+1),Dn.focus();case"inline-latex":return Wr("inline-latex"),Dn.focus();case"latex":return Dn.replaceSelection("```latex\n"+se+"\n```"),Dn.setCursor(Ft.line+1,se.length+1),Dn.focus();case"line-break":return Dn.replaceSelection(`<br/>
|
|
`),Dn.focus();case"list-ul":return se===""?Dn.replaceSelection("- "+se):Dn.replaceSelection(Yt.map(ve=>ve===""?"":`- ${ve}`).join(`
|
|
`)),Dn.focus();case"list-ol":return se===""?Dn.replaceSelection("1. "+se):Dn.replaceSelection(Yt.map((ve,xe)=>ve===""?"":`${xe+1}. ${ve}`).join(`
|
|
`)),Dn.focus();case"add-null-ch":return se===""&&Dn.setCursor(Ft.line,Ft.ch),Dn.replaceSelection(fr),Dn.focus();case"add-signal":return se===""&&Dn.setCursor(Ft.line,Ft.ch),Dn.replaceSelection(qi),Dn.focus();case"add-multiple":return se===""&&Dn.setCursor(Ft.line,Ft.ch),Dn.replaceSelection(_n),Dn.focus();case"inster-template-1":return se===""&&Dn.setCursor(Ft.line,Ft.ch),Dn.replaceSelection(Ct),Dn.focus();case"eraser":return Dn.setValue(""),Dn.focus();case"trigger-watch":return je(!so),Dn.focus();case"trigger-full-screen":return Ar(!_i),Dn.focus();case zn:Wr(zn);return;case Ke:Wr(Ke);return;case Ri:Wr(Ri);return;case ji:Wr(ji);return;case"maths-latex":Wr("maths-latex");return;case vi:Wr(vi);return;case Ue:Wr(Ue);return;default:throw new Error}},[Dn,so,_i]),Be=(0,Lt.useCallback)((ei,Ft)=>{var se,Yt,ve,xe,Qe,qe;switch(Wr(""),Wi){case zn:const{title:di,link:Ci}=ei;return Dn.replaceSelection(`[${di}](${Ci})`),Dn.focus();case Ke:const{language:he,content:ti}=ei;return Dn.replaceSelection(["```"+he,ti,"```"].join(`
|
|
`)),Dn.focus();case"maths-latex":for(var hn=atob(ei),On=new Uint8Array(hn.length),Un=0;Un<hn.length;Un++)On[Un]=hn.charCodeAt(Un);var dn=new Blob([On],{type:"image/png"});(0,Ve.I)(dn,Ti=>{Ti.id?Dn.replaceSelection(``):(Ti==null?void 0:Ti.status)===401&&(document.location.href="/user/login")});break;case"inline-latex":Dn.replaceSelection("`$$"+ei+"$$`");break;case Ri:case ji:case er:const{src:Xn,alt:jn}=ei,Tn=Ft,Ei=(ve=(Yt=(se=Tn==null?void 0:Tn.name)==null?void 0:se.split("."))==null?void 0:Yt.pop)==null?void 0:ve.call(Yt);return((xe=Tn==null?void 0:Tn.type)==null?void 0:xe.indexOf("image"))>-1||!(Tn!=null&&Tn.type)?Tn!=null&&Tn.align||Tn!=null&&Tn.width?Dn.replaceSelection(`<p style="text-align:${Tn.align||"initial"}"><img width="${Tn.width?Tn.width+"%":"initial"}" src="${Xn}" alt="${jn||""}" /></p>`):Dn.replaceSelection(`<img width="100%" src="${Xn}" alt="${jn||""}" />`):((Qe=Tn==null?void 0:Tn.type)==null?void 0:Qe.indexOf("video"))>-1?Dn.replaceSelection(`<video width="100%" controls src="${Xn}"></video>`):((qe=Tn==null?void 0:Tn.type)==null?void 0:qe.indexOf("pdf"))>-1?Dn.replaceSelection(`<a href="${Xn}?type=${Tn.type}&disposition=inline" target="_blank">${Tn.name}</a>`):Bi.includes(Ei)?Dn.replaceSelection(`<a href="${Xn}?type=office&disposition=inline" target="_blank">${Tn.name}</a>`):Dn.replaceSelection(`[${Tn.name}](${Xn})`),Dn.focus();case Ue:const{row:bi,col:mi,align:ni}=ei;let Vn=`
|
|
`;for(let Ti=0;Ti<bi;Ti++){let cr=[],mr=[];for(let kr=0;kr<mi;kr++)Ti===1&&mr.push(Ai[ni]),cr.push(" ");Ti===1&&(Vn+=`| ${mr.join(" | ")} |
|
|
`),Vn+=`| ${cr.join(mi===1?"":" | ")} |
|
|
`}return Dn.replaceSelection(Vn+`
|
|
`),Dn.focus();default:throw new Error}},[Dn,Wi]),Ot=(0,Lt.useMemo)(()=>{switch(Wi){case zn:return Lt.createElement(Pe,{callback:Be,onCancel:Qn});case Ke:return Lt.createElement(an.Z,{callback:Be,onCancel:Qn});case Ri:return Lt.createElement(Ve.Z,{callback:Be,onCancel:Qn});case vi:return Lt.createElement(Ce,{callback:Be,onCancel:Qn});case Ue:return Lt.createElement(_e,{callback:Be,onCancel:Qn});case"maths-latex":return Lt.createElement(Zn,{showSaveButton:!0,callback:Be});case"inline-latex":return Lt.createElement(Hn.Z,{showSaveButton:!0,callback:Be});default:return null}},[Wi]);function Qn(){Wr("")}(0,Lt.useEffect)(()=>{if(Gr.current){let ei=function(Qe){ve=!0,xe=Qe.pageY},Ft=function(){ve=!1},se=function(Qe){if(ve){let qe=Qe.pageY-xe;qe<0&&(qe=0),qe>300&&(qe=300);let hn=ln+qe+"px";Hr(hn)}},Yt=Gr.current,ve=!1,xe=0;return Yt.addEventListener("mousedown",ei),document.addEventListener("mousemove",se),document.addEventListener("mouseup",Ft),()=>{Yt.removeEventListener("mousedown",ei),document.removeEventListener("mousemove",se),document.removeEventListener("mouseup",Ft)}}},[Dn,Gr]),(0,Lt.useEffect)(()=>{Hr(ln)},[ln]);const Li=oi(Ne),Xi=oi(zr),Vi={width:Li,height:Xi},yi=(0,Lt.useMemo)(()=>{if(Nr){let ei=new Date(Nr),Ft=ei.getHours(),se=ei.getMinutes(),Yt=ei.getSeconds();return Ft=Ft<10?"0"+Ft:Ft,se=se<10?"0"+se:se,Yt=Yt<10?"0"+Yt:Yt,`${Ft}:${se}:${Yt}`}return 0},[Nr]),Mn=ei=>{const Ft=[];if(Me){let se=-1;ei=ei.replace(/(@▁▁@|@▁@)/g,function(Yt,ve,xe){Ft.push({multiLine:Yt!==qi})})}return Ft};function si(){window.sessionStorage.removeItem(Pi),pn(!1),Xr(0)}function ci(){pn(!1),Xr(0),Dn.setValue(window.sessionStorage.getItem(Pi))}(0,Lt.useEffect)(()=>{vn[Wi]&&Wi!==ji&&Wi!==vi&&setTimeout(()=>{const ei=document.getElementsByClassName("markdown-popup-form")[0],Ft=window.innerWidth/2-ei.offsetWidth/2,se=window.innerHeight/2-ei.offsetHeight/2;Cn(Ft),Or(se)},0)},[Wi]);const Kn=ei=>{ei.preventDefault();const Ft=ei.clientX-no,se=ei.clientY-rr;document.body.onmousemove=Yt=>{let ve=Yt.clientX-Ft,xe=Yt.clientY-se;const Qe=document.getElementsByClassName("markdown-popup-form")[0],qe=window.innerWidth-Qe.offsetWidth,hn=window.innerHeight-Qe.offsetHeight;ve=Math.max(0,Math.min(ve,qe)),xe=Math.max(0,Math.min(xe,hn)),fi(Yt.clientX,Yt.clientY,Ft,se)&&(Cn(ve),Or(xe))},document.body.onmouseup=function(){document.body.onmousemove=null}},fi=(ei,Ft,se,Yt)=>{const ve=document.body.clientHeight,xe=document.body.clientWidth;return ei<20&&se>ei||ei>xe-20&&se<ei||Ft<20&&Yt>Ft||Ft>ve-20&&Yt<Ft?(document.body.onmousemove=null,document.body.onmouseup=null,!1):!0};return Lt.createElement(Lt.Fragment,null,Lt.createElement("div",{className:"markdown-editor-wrapper",ref:ho},Lt.createElement("div",{className:`markdown-editor-container ${Gi} ${so?"on-preview":""} ${Oi?"mini":""} ${_i?"full-screen":""}`,style:Vi},Lt.createElement(Wt,{insertTemp:Ye,watch:so,fullScreen:_i,showNullButton:Qt,showNullProgramButton:Me,onActionCallback:An,hidetoolBar:Gn,extraUse:tr}),Lt.createElement("div",{className:"markdown-editor-body"},Lt.createElement("div",{className:"codemirror-container"},Lt.createElement("textarea",{ref:Tr,placeholder:hi})),so?Lt.createElement("div",{ref:xr,className:"preview-container"},cn==="stex"&&Lt.createElement(ie,{value:Fr}),cn!=="stex"&&Lt.createElement(Je.Z,{disabledFill:Jn,showProgramFill:Me,value:Fr})):null))),dr?Lt.createElement("a",{ref:Gr,className:"editor-resize"}):null,Wi===ji&&Lt.createElement(we,{callback:Be,onCancel:Qn}),Wi===vi&&Lt.createElement(Ce,{callback:Be,onCancel:Qn}),Lt.createElement(te.Z,null,vn[Wi]&&Wi!==ji&&Wi!==vi?Lt.createElement(Se.default,{maskClosable:!1,centered:!0,style:{position:"absolute",left:no,top:rr},title:Lt.createElement("div",{style:{cursor:"move"},onMouseDown:Kn},vn[Wi]),open:!0,onCancel:Qn,footer:null,destroyOnClose:!0,width:Wi===vi?"1200px":null,height:Wi===vi?"80vh":null,className:"markdown-popup-form"},Ot):null))}},17077:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return Rt},I:function(){return te}});var Lt=Et(28284),re=Et(6767),fe=Et(37568),pe=Et(77736),ne=Et(71051),Ht=Et(47889),oe=Et(99571),Oe=Et(46699),ge=Et(59301),Nt=Et(59301),Je=Object.defineProperty,ie=Object.defineProperties,nn=Object.getOwnPropertyDescriptors,Bt=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,nt=Object.prototype.propertyIsEnumerable,ct=(Jt,Vt,le)=>Vt in Jt?Je(Jt,Vt,{enumerable:!0,configurable:!0,writable:!0,value:le}):Jt[Vt]=le,lt=(Jt,Vt)=>{for(var le in Vt||(Vt={}))et.call(Vt,le)&&ct(Jt,le,Vt[le]);if(Bt)for(var le of Bt(Vt))nt.call(Vt,le)&&ct(Jt,le,Vt[le]);return Jt},gt=(Jt,Vt)=>ie(Jt,nn(Vt));const{useForm:mt}=Lt.default,St={width:280,marginRight:10},Pt={labelCol:{span:5},wrapperCol:{span:19}};var Rt=({callback:Jt,onCancel:Vt})=>{const[le]=mt();let ae=(0,ge.useRef)();function Fe(Sn){ae.current.width=le.getFieldValue("width"),ae.current.align=le.getFieldValue("align"),Jt(Sn,ae.current)}function De(Sn,rn){if(Sn.status===-1){re.ZP.error(Sn.message);return}le.setFieldsValue({src:`/api/attachments/${Sn.id}`,type:rn.type})}function Ee(Sn){let rn=Sn.target.files[0];ae.current=rn,te(rn,De)}return Nt.createElement(Lt.default,gt(lt({form:le},Pt),{className:"upload-image-panel",onFinish:Fe,style:{width:470,overflow:"hidden"}}),Nt.createElement(Lt.default.Item,{label:"\u56FE\u7247\u5730\u5740",required:!0},Nt.createElement("div",{className:"flex-container"},Nt.createElement(Lt.default.Item,{noStyle:!0,name:"src",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u56FE\u7247\u5730\u5740"}]},Nt.createElement(fe.default,{style:St})),Nt.createElement(Wt,{onFileChange:Ee}))),Nt.createElement(Lt.default.Item,{label:"\u56FE\u7247\u63CF\u8FF0",name:"alt"},Nt.createElement(fe.default,{style:{width:264}})),Nt.createElement(Lt.default.Item,{label:"\u56FE\u7247\u5BBD\u5EA6",name:"width"},Nt.createElement(pe.Z,null,Nt.createElement(Lt.default.Item,{name:"width",style:{margin:0}},Nt.createElement(ne.Z,{style:{width:264}})),Nt.createElement("span",{className:"ml8"},"%"))),Nt.createElement(Lt.default.Item,{label:"\u5BF9\u9F50\u65B9\u5F0F",name:"align"},Nt.createElement(Ht.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"}]})),Nt.createElement("aside",null,Nt.createElement(Lt.default.Item,{style:{textAlign:"right",position:"relative",right:-98}},Nt.createElement(oe.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),Nt.createElement(oe.ZP,{type:"default",onClick:Vt},"\u53D6\u6D88"))))};function Wt({onFileChange:Jt}){return Nt.createElement("label",{className:"upload-button",style:{cursor:"pointer"}},"\u672C\u5730\u4E0A\u4F20",Nt.createElement("input",{type:"file",onChange:Jt}))}function te(Jt,Vt){if(!Jt)throw new String("\u6CA1\u6709\u6587\u4EF6");let le=new FormData;le.append("editormd-image-file",Jt),le.append("file_param_name","editormd-image-file"),le.append("byxhr","true");var ae=new window.XMLHttpRequest;ae.withCredentials=!0,ae.addEventListener("load",function(Fe){Vt(JSON.parse(Fe.target.responseText),Jt)},!1),ae.addEventListener("error",function(Fe){console.error(Fe)},!1),ae.open("POST",`${Oe.KI}/api/attachments.json`),ae.send(le)}},91558:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return fe}});var Lt=Et(59301),re=Et(4676);class fe extends Lt.Component{constructor(ne){super(ne);const Ht=window.document;this.node=Ht.createElement("div"),Ht.body.appendChild(this.node)}render(){const{children:ne}=this.props;return(0,re.createPortal)(ne,this.node)}componentWillUnmount(){window.document.body.removeChild(this.node)}}},75975:function(bn,$n,Et){"use strict";Et.d($n,{SV:function(){return de},ZP:function(){return we}});var Lt=Et(59301),re=Et(76374);const fe={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"]},pe={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"]},ne={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(`
|
|
`)}]},Ht={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 Oe=Et(53184),ge=Et.n(Oe),Nt=(ke,ze,fn)=>new Promise((Dt,wt)=>{var yt=Mt=>{try{jt(fn.next(Mt))}catch(Gt){wt(Gt)}},kt=Mt=>{try{jt(fn.throw(Mt))}catch(Gt){wt(Gt)}},jt=Mt=>Mt.done?Dt(Mt.value):Promise.resolve(Mt.value).then(yt,kt);jt((fn=fn.apply(ke,ze)).next())});const Je={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"]}},ie=(ke,ze,fn,Dt)=>{const wt=ze.getValueInRange({startLineNumber:1,startColumn:1,endLineNumber:fn.lineNumber,endColumn:fn.column});return Array.from(new Set(wt.match(/\b\w{2,}\b/g)||[])).map(kt=>({label:kt,kind:ke.languages.CompletionItemKind.Text,insertText:kt,range:Dt}))},nn=(ke,ze,fn,Dt)=>{ke.languages.registerCompletionItemProvider(ze,{provideCompletionItems(wt,yt){const kt=wt.getWordUntilPosition(yt),jt={startLineNumber:yt.lineNumber,endLineNumber:yt.lineNumber,startColumn:kt.startColumn,endColumn:kt.endColumn},Mt=wt.getLineContent(yt.lineNumber).substring(kt.startColumn-2,kt.endColumn);return{suggestions:[...ie(ke,wt,yt,jt),...fn.map(Ce=>({label:Ce,kind:ke.languages.CompletionItemKind.Keyword,documentation:Ce,insertText:Ce,insertTextRules:ke.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:jt})),...Dt.map(Ce=>({label:Ce.label,kind:ke.languages.CompletionItemKind.Snippet,documentation:Ce.content,insertText:Mt.startsWith("#")?Ce.content.replace(/#/,""):Ce.content,insertTextRules:ke.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:jt}))]}}})};var Bt=ke=>{Je.languages.forEach(ze=>{ke.languages.registerDocumentFormattingEditProvider(ze,{provideDocumentFormattingEdits(fn){return Nt(this,null,function*(){const Dt=ge()(fn.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:fn.getFullModelRange(),text:Dt}]})}})}),nn(ke,"java",pe.keywords,pe.quickKey),nn(ke,"cpp",ne.keywords,ne.quickKey),nn(ke,"c",fe.keywords,[]),nn(ke,"python",Ht.keywords,Ht.quickKey),nn(ke,"scala",oe.keywords,oe.quickKey)};const et="\u8BE5\u4EFB\u52A1\u5173\u5361\u8BBE\u7F6E\u4E86\u7981\u6B62\u590D\u5236\u7C98\u8D34\uFF0C\u8BF7\u624B\u52A8\u8F93\u5165\u4EE3\u7801\u3002";var nt=Object.defineProperty,ct=(ke,ze,fn)=>ze in ke?nt(ke,ze,{enumerable:!0,configurable:!0,writable:!0,value:fn}):ke[ze]=fn,lt=(ke,ze,fn)=>ct(ke,typeof ze!="symbol"?ze+"":ze,fn);const gt=class px{constructor(ze,fn,Dt){this.placeholder=ze,this.editor=fn,this.monaco=Dt,fn.onDidChangeModelContent(()=>this.onDidChangeModelContent()),this.onDidChangeModelContent()}onDidChangeModelContent(){this.editor.getValue()===""?this.editor.addContentWidget(this):this.editor.removeContentWidget(this)}getId(){return px.ID}getDomNode(){return this.domNode||(this.domNode=document.createElement("div"),this.domNode.style.width="max-content",this.domNode.textContent=this.placeholder,this.domNode.style.fontStyle="initial",this.domNode.style.color="#D7D7D7",this.domNode.style.pointerEvents="none",this.editor.applyFontInfo(this.domNode)),this.domNode}getPosition(){return{position:{lineNumber:1,column:1},preference:[this.monaco.editor.ContentWidgetPositionPreference.EXACT]}}dispose(){this.editor.removeContentWidget(this)}};lt(gt,"ID","editor.widget.placeholderHint");var St=gt,Pt=Et(96236),Rt=Et(6767),Wt=Et(25399),te=Et(89392),Jt=Et(49535),Vt=Et(56102),le=Object.defineProperty,ae=Object.defineProperties,Fe=Object.getOwnPropertyDescriptors,De=Object.getOwnPropertySymbols,Ee=Object.prototype.hasOwnProperty,Sn=Object.prototype.propertyIsEnumerable,rn=(ke,ze,fn)=>ze in ke?le(ke,ze,{enumerable:!0,configurable:!0,writable:!0,value:fn}):ke[ze]=fn,Ge=(ke,ze)=>{for(var fn in ze||(ze={}))Ee.call(ze,fn)&&rn(ke,fn,ze[fn]);if(De)for(var fn of De(ze))Sn.call(ze,fn)&&rn(ke,fn,ze[fn]);return ke},sn=(ke,ze)=>ae(ke,Fe(ze)),$t=(ke,ze)=>{var fn={};for(var Dt in ke)Ee.call(ke,Dt)&&ze.indexOf(Dt)<0&&(fn[Dt]=ke[Dt]);if(ke!=null&&De)for(var Dt of De(ke))ze.indexOf(Dt)<0&&Sn.call(ke,Dt)&&(fn[Dt]=ke[Dt]);return fn},It=(ke,ze,fn)=>new Promise((Dt,wt)=>{var yt=Mt=>{try{jt(fn.next(Mt))}catch(Gt){wt(Gt)}},kt=Mt=>{try{jt(fn.throw(Mt))}catch(Gt){wt(Gt)}},jt=Mt=>Mt.done?Dt(Mt.value):Promise.resolve(Mt.value).then(yt,kt);jt((fn=fn.apply(ke,ze)).next())});function Pe(ke){return/^\d+$/.test(ke)?`${ke}px`:ke}function an(){}let Ve=!1;const Se={"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 $e(ke=[]){let ze=ke;if(Array.isArray(ke)){for(let fn=0;fn<ke.length;fn++){let Dt=Se[ke[fn]];if(Dt)return Dt}return ze[0]}return Se[ze]||ze}let He=null;const xn=()=>It(void 0,null,function*(){try{yield navigator.clipboard.writeText(" "),console.log("\u5185\u5BB9\u5DF2\u81EA\u52A8\u590D\u5236\u5230\u526A\u8D34\u677F:")}catch(ke){console.error("\u81EA\u52A8\u590D\u5236\u5931\u8D25:",ke)}});var we=ke=>{var ze=ke,{width:fn="100%",height:Dt="100%",value:wt,language:yt="javascript",style:kt={},options:jt={},overrideServices:Mt={},theme:Gt="vs-dark",onEditBlur:Ce,isCopy:be=!1,onSave:on,autoHeight:Ae=!1,forbidCopy:Le=!1,onChange:_e=an,editorDidMount:un=an,onFocus:Pn=an,onBreakPoint:gn=an,breakPointValue:en=[],filename:Zn="educoder.txt",errorLine:Hn,errorContent:mn="",highlightLine:zn,openBreakPoint:Ri=!1,placeholder:vi="",showMiniMap:ji=!0}=ze,er=$t(ze,["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 Ke=(0,Lt.useRef)(),Ue=(0,Lt.useRef)({}),ii=(0,Lt.useRef)(),Ai=(0,Lt.useRef)(),Fi=(0,Lt.useRef)([]),Mi=(0,Lt.useRef)(!1),sr=(0,Lt.useRef)(),nr=(0,Lt.useRef)(),fr=(0,Lt.useRef)(!1),[_n,qi]=(0,Lt.useState)(!1);function Ct(){let Ye;return Ke.current&&(Ye=new re.Z(cn=>{for(let Pi of cn)(Pi.target.offsetHeight>0||Pi.target.offsetWidth>0)&&Ue.current.instance.layout()}),Ye.observe(Ke.current)),Ye}function Bi(){Rt.ZP.warning({content:decodeURIComponent(et),key:"monaco-editor-tip"})}const oi=()=>{let Ye=Ue.current.instance;if(wt!=null&&Ye&&_n){const cn=Ye.getModel();cn&&wt!==cn.getValue()&&(Ve=!0,cn.setValue(wt),Ye.layout(),Ve=!1)}};(0,Lt.useEffect)(()=>{const Ye=Jt.Z.subscribe("formatDocument",cn=>{var Pi;let dr=Ue.current.instance;(Pi=dr==null?void 0:dr.getAction)==null||Pi.call(dr,"editor.action.formatDocument").run()});return window.updateMonacoValue=cn=>{_e(cn)},Ye},[]),(0,Lt.useEffect)(()=>{var Ye;let cn=Ue.current.instance;Ai.current&&clearTimeout(Ai.current),Ai.current=setTimeout(()=>{oi()},500),wt&&(wt!=null&&wt.length)&&((Ye=cn==null?void 0:cn.updateOptions)==null||Ye.call(cn,{lineNumbersMinChars:Math.max(Math.floor(Math.log10(wt.split(/\r\n|\r|\n/g).length))+3,5)}))},[wt,_n,Ue.current]),(0,Lt.useEffect)(()=>{if(Hn&&Ue.current&&Ue.current.instance){let cn=Ue.current.instance;cn.changeViewZones(function(Pi){var dr=document.createElement("div");dr.style.padding="10px 20px",dr.style.width="calc(100% - 20px)",dr.className="my-error-line-wrp",dr.innerHTML=mn,Pi.addZone({afterLineNumber:Hn||11,heightInLines:3,domNode:dr})});var Ye={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}};cn.addOverlayWidget(Ye),cn.revealPositionInCenter({lineNumber:20,column:1})}},[Hn,Ue.current,_n]);const Wn=(Ye="",cn)=>{if(!Ye||Ye.trim()==="")return!0;const dr=Ue.current.instance.getModel().getLineTokens(cn);let Yn=!1;for(let Qt=0;Qt<2;Qt++)dr.getStandardTokenType(Qt)===1&&(Yn=!0);return Yn};(0,Lt.useEffect)(()=>{var Ye;const cn=(Ye=Ue.current)==null?void 0:Ye.instance;if(cn&&_n&&Le){const Pi=cn.onDidBlurEditorWidget(()=>{fr.current=!1}),dr=cn.onDidFocusEditorText(()=>{fr.current=!0});return()=>{Pi.dispose(),dr.dispose()}}},[Ue.current,_n,Le]),(0,Lt.useEffect)(()=>{var Ye;if((Ye=Ue.current)!=null&&Ye.instance&&_n&&Ri){let cn=Ue.current.instance,Pi=cn.getModel();if(!Pi)return;(()=>{var ai;let Jn=[],hi=[];const hr=Pi.getAllDecorations();for(let Dn of hr)Dn.options.className==="highlighted-line"&&(Jn.push((ai=Dn==null?void 0:Dn.range)==null?void 0:ai.startLineNumber),hi.push(Dn==null?void 0:Dn.id));if(zn===Jn[0])return;Pi.deltaDecorations(hi,[]);const tr=Pi.getLineCount();zn&&zn<=tr&&(cn.deltaDecorations([],[{range:new He.Range(zn,1,zn,Pi.getLineMaxColumn(zn)),options:{isWholeLine:!0,className:"highlighted-line"}}]),cn.revealLineInCenter(zn))})();const Yn=(ai=!1)=>{var Jn;let hi=[],hr=[];const tr=Pi.getAllDecorations();for(let Dn of tr)Dn.options.linesDecorationsClassName==="breakpoints-select"&&(hi.push((Jn=Dn==null?void 0:Dn.range)==null?void 0:Jn.startLineNumber),hr.push(Dn==null?void 0:Dn.id));if(ai)return{lines:hi,ids:hr};gn(hi)},Qt=ai=>It(void 0,null,function*(){let Jn={range:new He.Range(ai,1,ai,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}};yield Pi.deltaDecorations([],[Jn]),Yn()}),Me=ai=>It(void 0,null,function*(){let Jn=[];const hi=cn.getLineDecorations(ai);for(let hr of hi)hr.options.linesDecorationsClassName==="breakpoints-select"&&Jn.push(hr.id);yield Pi.deltaDecorations(Jn,[]),Yn()}),Gn=ai=>{let Jn=cn.getLineDecorations(ai);for(let hi of Jn)if(hi.options.linesDecorationsClassName==="breakpoints-select")return!0;return!1};if(!(0,te.isEqual)(en,Yn(!0).lines)){Pi.deltaDecorations(Yn(!0).ids,[]);const ai=en.map(Jn=>({range:new He.Range(Jn,1,Jn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}}));Pi.deltaDecorations([],ai)}const qn=cn.onDidChangeModelContent(ai=>{let Jn=cn.getPosition();if(Jn){let hi=Jn.lineNumber;clearTimeout(nr.current),nr.current=setTimeout(()=>{Wn(Pi.getLineContent(hi),hi)?Me(hi):Gn(hi)?(Me(hi),Qt(hi)):Yn()},100)}}),Xe=cn.onMouseDown(ai=>{var Jn,hi,hr;if(ai.target.detail&&((hr=(hi=(Jn=ai.target)==null?void 0:Jn.element)==null?void 0:hi.className)!=null&&hr.includes("line-numbers"))){let tr=ai.target.position.lineNumber;if(Wn(Pi.getLineContent(tr),tr))return;Gn(tr)?Me(tr):Qt(tr)}}),ri=ai=>{let Jn={range:new He.Range(ai,1,ai,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-fake"}};Fi.current=cn.deltaDecorations(Fi.current,[Jn])},Zi=()=>{Fi.current=cn.deltaDecorations(Fi.current,[])},Gi=cn.onMouseMove(ai=>{var Jn,hi,hr;if(Zi(),ai.target.detail&&((hr=(hi=(Jn=ai.target)==null?void 0:Jn.element)==null?void 0:hi.className)!=null&&hr.includes("line-numbers"))){let tr=ai.target.position.lineNumber;if(Wn(Pi.getLineContent(tr),tr))return;ri(tr)}}),ir=cn.onMouseLeave(()=>{Zi()});return()=>{qn.dispose(),Xe.dispose(),Gi.dispose(),ir.dispose()}}},[Ue.current,_n,en,zn,Ri,yt]),(0,Lt.useEffect)(()=>{var Ye;(Ye=Ue.current)!=null&&Ye.instance&&Ri&&Ue.current.instance.setPosition({lineNumber:0,column:0})},[zn]);function Bn(){let Ye=Ue.current.instance;if(Ye){const cn=Ye.getSelection(),Pi=Ue.current.pastePos||{},dr=new He.Range(Pi.startLineNumber||cn.endLineNumber,Pi.startColumn||cn.endColumn,Pi.endLineNumber||cn.endLineNumber,Pi.endColumn||cn.endColumn);setTimeout(()=>{Ye.executeEdits("",[{range:dr,text:""}])},300)}}function En(Ye){(window.navigator.platform.match("Mac")?Ye.metaKey:Ye.ctrlKey)&&Ye.keyCode==83&&(Ye.preventDefault(),on())}const vn=()=>{if(Ae&&Ue.current.instance){const Ye=Ue.current.instance.getContentHeight();Ni(Ye<Dt?Dt:Ye)}else Ni(Dt)};function ui(Ye){var cn=document.createEvent("MouseEvents");cn.initMouseEvent("click",!0,!1,window,0,0,0,0,0,!1,!1,!1,!1,0,null),Ye.dispatchEvent(cn)}const Te=Ye=>{if(!fr.current)return;const{keyCode:cn,ctrlKey:Pi,metaKey:dr,target:Yn,type:Qt}=Ye;return(Qt==="paste"||(cn===67||cn===86)&&(dr||Pi))&&Yn.nodeName==="TEXTAREA"&&(Bi(),Ye.preventDefault()),!1};function Ze(Ye,cn){var Pi=window.URL||window.webkitURL||window,dr=new Blob([cn]),Yn=document.createElementNS("http://www.w3.org/1999/xhtml","a");Yn.href=Pi.createObjectURL(dr),Yn.download=Ye,ui(Yn)}(0,Lt.useEffect)(()=>{vn()},[vn]),(0,Lt.useEffect)(()=>{Ke.current&&!_n&&Promise.all([Et.e(8909),Et.e(6656)]).then(Et.bind(Et,71448)).then(Ye=>{try{He=Ye,Ue.current.instance=He.editor.create(Ke.current,{value:wt,language:$e(yt),theme:Gt,requireConfig:{"vs/nls":{availableLanguages:{"*":"zh-cn"}}},wordWrap:!0,autoIndent:!0,contextmenu:!0,formatOnType:!0,minimap:{enabled:ji||!1}},Mt);const cn=Ue.current.instance;let Yn=[...Pt.BH._menuItems].find(qn=>qn[0]._debugName=="EditorContext")[1],Qt=["editor.action.clipboardCopyWithSyntaxHighlightingAction","editor.action.quickCommand","editor.action.clipboardCopyAction","editor.action.clipboardPasteAction","editor.action.clipboardCutAction"],Me=(qn,Xe)=>{var ri,Zi;let Gi=qn._first;do Xe.includes((Zi=(ri=Gi.element)==null?void 0:ri.command)==null?void 0:Zi.id)&&qn._remove(Gi);while(Gi=Gi.next)};if(un(cn,He),setTimeout(()=>{vn(),Ue.current.instance.addAction({id:"d123123",label:"Download File",contextMenuGroupId:"9_cutcopypaste",run:()=>{Ze(Zn||"educoder.txt",cn.getValue())}})},500),Ue.current.subscription=cn.onDidChangeModelContent(qn=>{Mi.current?clearTimeout(sr.current):(vn(),_e(cn.getValue(),qn)),sr.current=setTimeout(()=>{Mi.current=!1},500)}),window.Monaco||Bt(He,$e(yt)),Le&&(Me(Yn,Qt),Ke.current.classList.add("noCopyPaste"),window.removeEventListener("keydown",Te),window.removeEventListener("paste",Te),window.addEventListener("keydown",Te),window.addEventListener("paste",Te)),window.Monaco=He,Ce&&cn.onDidBlurEditorWidget(()=>{Ce(cn.getValue())}),Pn&&cn.onDidFocusEditorText(()=>{Le&&xn(),Pn(cn.getValue())}),Le){xn();try{cn.onDidPaste(qn=>{const Xe=cn.getSelection(),ri=Ue.current.pastePos||{},Zi=new He.Range(ri.startLineNumber||Xe.endLineNumber,ri.startColumn||Xe.endColumn,ri.endLineNumber||Xe.endLineNumber,ri.endColumn||Xe.endColumn);cn.executeEdits("",[{range:qn.range,text:""}])})}catch(qn){}}let Gn=Ct();return vi&&typeof vi=="string"&&new St(vi,cn,He),qi(!0),()=>{const qn=Ue.current.instance;qn.dispose();const Xe=qn.getModel();Xe&&Xe.dispose(),Ue.current.subscription&&Ue.current.subscription.dispose(),Gn.unobserve(Ke.current)}}catch(cn){}})},[]),(0,Lt.useEffect)(()=>{if(Ue.current.instance&&_n)return document.addEventListener("keydown",En,!1),()=>{document.removeEventListener("keydown",En)}},[on,_n]),(0,Lt.useEffect)(()=>{let Ye=Ue.current.instance;if(Ye&&_n){let cn=$e(yt);He.editor.setModelLanguage(Ye.getModel(),cn)}},[yt,_n]),(0,Lt.useEffect)(()=>{Ue.current.instance&&_n&&He.editor.setTheme(Gt)},[Gt,_n]),(0,Lt.useEffect)(()=>{let Ye=Ue.current.instance;ii.current=jt,Ye&&_n&&(Ye.updateOptions(Ge({},jt)),setTimeout(()=>{Ye.getModel().updateOptions(Ge({},jt))},200))},[JSON.stringify(jt),_n]),(0,Lt.useEffect)(()=>{let Ye=Ue.current.instance;Ye&&_n&&Ye.layout()},[fn,Dt,_n]);const[Ne,ln]=(0,Lt.useState)(Pe(fn)),[Oi,Ni]=(0,Lt.useState)(Pe(Dt)),$i=sn(Ge({},kt),{width:Ne,height:Oi,position:"relative"});return Lt.createElement("div",{className:"my-monaco-editor",ref:Ke,style:$i},be&&Lt.createElement(Vt.CopyToClipboard,{text:wt,onCopy:()=>Rt.ZP.success("\u590D\u5236\u6210\u529F")},Lt.createElement(Wt.Z,{title:"\u590D\u5236\u4EE3\u7801"},Lt.createElement("div",{style:{position:"absolute",top:0,right:10,cursor:"pointer",zIndex:10,color:"#165DFF"}},Lt.createElement("i",{className:"iconfont icon-fuzhi8",style:{fontSize:14}})," \u590D\u5236\u4EE3\u7801"))))};function de({width:ke="100%",height:ze="100%",original:fn,modified:Dt,language:wt,options:yt={}}){const kt=(0,Lt.useRef)(),[jt,Mt]=(0,Lt.useState)(null);function Gt(Ae){let Le;return kt.current&&(Le=new re.Z(_e=>{for(let un of _e)(un.target.offsetHeight>0||un.target.offsetWidth>0)&&Ae.layout()}),Le.observe(kt.current)),Le}(0,Lt.useEffect)(()=>(kt.current&&Promise.all([Et.e(8909),Et.e(9404)]).then(Et.bind(Et,2550)).then(Ae=>{He=Ae;const Le=He.editor.createDiffEditor(kt.current,sn(Ge({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},yt),{wordWrap:!0}));Mt(Le);let _e=Gt(Le);return()=>{Le.dispose();const un=Le.getModel();un&&un.dispose(),_e.unobserve(kt.current)}}),()=>{window.removeEventListener("keydown",checkPaste),window.removeEventListener("paste",checkPaste)}),[]),(0,Lt.useEffect)(()=>{jt&&jt.setModel({original:He.editor.createModel(fn,wt),modified:He.editor.createModel(Dt,wt)})},[fn,Dt,wt,jt]);const Ce=Pe(ke),be=Pe(ze),on={width:Ce,height:be};return Lt.createElement("div",{className:"my-diff-editor",ref:kt,style:on})}},10661:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return ie}});var Lt={flex_box_center:"flex_box_center___AQ53o",flex_space_between:"flex_space_between___i2aIa",flex_box_vertical_center:"flex_box_vertical_center___sPEKB",flex_box_center_end:"flex_box_center_end___GhSSH",flex_box_column:"flex_box_column___R9_Hb",list:"list___jb2Ay",wrap:"wrap___VsQDr",lockWrap:"lockWrap___g1k1T",li:"li___IxCLC",cover:"cover___Mu8wr",img:"img___IpFLA",movebq:"movebq___mF7wt",bq:"bq___Bil0T",sign:"sign___DXJ4d",name:"name___l7FoJ",e:"e___pXQUG",unit:"unit___wCIFR",tags:"tags___w_Mil",tag1:"tag1___dxm7r",tag2:"tag2___llZkf",wrapisCurrent:"wrapisCurrent___qIfQT"},re=Et(29787),fe=Et(25399),pe=Et(60242),ne=Et(92310),Ht=Et.n(ne),oe=Et(51257),Oe=Et(28426),ge=Et(48790),Nt=Et(59301),ie=({className:nn,dataSource:Bt=[],col:et=4,right:nt,bottom:ct=23,precision:lt=0,wrapWidth:gt=1200,trackEventItems:mt,loading:St,onRemove:Pt=()=>{},isCurrent:Rt=!0,showProgress:Wt=!1,showAlias:te=!1})=>{const Jt=Math.floor((gt-(et-1)*nt)/et),Vt=[{name:"\u63A8\u8350\u81EA\u5B66",ptimg:"/images/tjzx.png",swimg:"/images/sw_tjzx.png"},{name:"101\u8BA1\u5212",ptimg:"/images/jh.png",swimg:"/images/sw_jh.png"},{name:"\u56FD\u5BB6\u4E00\u6D41",ptimg:"/images/gjyl.png",swimg:"/images/sw_gjyl.png"},{name:"\u7701\u7EA7\u4E00\u6D41",ptimg:"/images/sjyl.png",swimg:"/images/sw_sjyl.png"},{name:"\u7CBE\u54C1\u8BFE\u7A0B",ptimg:"/images/jpkc.png",swimg:"/images/sw_jpkc.png"},{name:"\u519B\u961F\u4E00\u6D41",ptimg:"/images/jdyl.png",swimg:"/images/sw_jdyl.png"},{name:"\u65B0\u578B\u6559\u6750",ptimg:"/images/xxjc.png",swimg:"/images/sw_xxjc.png"}];return Nt.createElement(re.Z,{spinning:St},Nt.createElement("div",{className:Ht()(Lt.list,nn)},!!(Bt!=null&&Bt.length)&&(Bt==null?void 0:Bt.map((le,ae)=>{var Fe,De,Ee,Sn,rn,Ge;const{name:sn,id:$t,identifier:It,featured:Pe,school_name:an,image_url:Ve,excellent:Se,is_plan:$e}=le;return Nt.createElement("div",{key:$t,className:Rt&&Wt?Lt.wrapisCurrent:Lt.wrap,style:{width:Jt,marginRight:(1+ae)%et===0?0:nt+lt,marginBottom:ct}},Nt.createElement("a",{className:Lt.li,onClick:He=>{He.preventDefault(),He.stopPropagation(),mt&&(0,oe.L9)([mt]),(0,oe.xg)(`/paths/${It}`)}},Nt.createElement("div",{className:Lt.img},Nt.createElement("img",{className:Lt.cover,src:`${Ve}`}),Rt&&(0,ge.bg)()&&(le==null?void 0:le.studying)&&Nt.createElement("div",{className:`${Lt.movebq} user-path-items`,onClick:He=>{He.stopPropagation(),Pt(le)}},Nt.createElement("i",{className:"iconfont icon-yichu1 mr5 c-red"}),Nt.createElement("span",{className:"c-red"},"\u79FB\u9664")),(Fe=le==null?void 0:le.subject_tags)==null?void 0:Fe.map((He,xn)=>{var we,de;if(xn===0){const ze=(we=Vt.find(fn=>fn.name==He))==null?void 0:we.swimg;return Nt.createElement("img",{className:Lt.sign,src:ze,style:{left:"-4px"}})}const ke=(de=Vt.find(ze=>ze.name==He))==null?void 0:de.ptimg;return Nt.createElement("img",{className:Lt.sign,src:ke,style:{left:`${48+52*(xn-1)+2*xn}px`}})}),Nt.createElement("div",{style:{position:"absolute",top:"150px",left:"4px"}},(le==null?void 0:le.excellent)&&Nt.createElement("div",{className:Lt.bq},"\u5F00\u653E\u8BFE\u7A0B"))),Nt.createElement("div",{className:Lt.name},Nt.createElement(fe.Z,{title:te&&(le!=null&&le.excellent_alias_name)?Nt.createElement("span",null,`\u8BFE\u7A0B\u539F\u540D\uFF1A${sn}`,Nt.createElement("br",null),Nt.createElement("span",null,`\u8BFE\u7A0B\u522B\u540D\uFF1A${le==null?void 0:le.excellent_alias_name}`)):sn},Nt.createElement("span",{className:Lt.e},te&&(le==null?void 0:le.excellent_alias_name)||sn))),Rt&&Wt&&((De=le==null?void 0:le.progress)==null?void 0:De.all_score)!=0&&Nt.createElement("div",{style:{padding:"0px 10px",color:"#333",marginTop:10}},Nt.createElement(pe.Z,{strokeColor:"#44d7b6",gap:"small",percent:(((Ee=le==null?void 0:le.progress)==null?void 0:Ee.my_score)/((Sn=le==null?void 0:le.progress)==null?void 0:Sn.all_score)*100).toFixed(),showInfo:!1}),"\u5DF2\u5B8C\u6210 ",(rn=le==null?void 0:le.progress)==null?void 0:rn.my_score,"/",(Ge=le==null?void 0:le.progress)==null?void 0:Ge.all_score),(!Rt||!Wt)&&Nt.createElement(fe.Z,{title:`\u53D1\u5E03\u5355\u4F4D\uFF1A${an}`},Nt.createElement("div",{className:Lt.unit},Nt.createElement("i",{className:"iconfont icon-danwei1 font14 mr3"}),an)),(!Rt||!Wt)&&Nt.createElement("div",{className:Lt.tags},Nt.createElement("div",null,Nt.createElement(fe.Z,{placement:"bottom",title:"\u7AE0\u8282\u6570"},Nt.createElement("span",null,Nt.createElement("i",{className:"iconfont icon-zhangjie1 font14 mr3"}),Nt.createElement("span",null,le.stages_count))),Nt.createElement(fe.Z,{placement:"bottom",title:"\u5B66\u4E60\u4EBA\u6570"},Nt.createElement("span",null,Nt.createElement("i",{className:"iconfont icon-chengyuan font14 mr3"}),Nt.createElement("span",null,le.members_count)))))))})),!Bt.length&&Nt.createElement(Oe.Z,null)))}},9148:function(bn,$n,Et){"use strict";Et.d($n,{jL:function(){return ne},w9:function(){return Pe},QD:function(){return Hn},cQ:function(){return rn.Z},op:function(){return _e},O5:function(){return oi},_b:function(){return er},t7:function(){return lt},Gi:function(){return xn},YG:function(){return $e},qp:function(){return Je},vr:function(){return Ri},qE:function(){return gn},Je:function(){return St},wb:function(){return Sn},cq:function(){return Dt},tp:function(){return Bt}});var Lt=Et(59301),re={flex_box_center:"flex_box_center___NeSU8",flex_space_between:"flex_space_between___ImTGl",flex_box_vertical_center:"flex_box_vertical_center___BtRd9",flex_box_center_end:"flex_box_center_end___qcLe3",flex_box_column:"flex_box_column___Ze_3q",banner:"banner___PoUBO",content:"content___XoDjy",btns:"btns___Pb35j"},fe="data:image/png;base64,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",ne=({dataSource:Wn=[],img:Bn,imgWidth:En=346,title:vn,sunTitle:ui,bannerExtraContent:Te})=>Lt.createElement("div",{className:re.banner},Lt.createElement("div",{className:re.content},Lt.createElement("aside",null,Lt.createElement("p",null,Lt.createElement("b",null,vn),Lt.createElement("span",null,ui)),Wn.length>0&&Lt.createElement("div",{className:re.btns},Wn.map((Ze,Ne)=>Lt.createElement("div",{key:Ne,onClick:Ze.click},Ze.name,Ze.sign?Lt.createElement("img",{src:fe,width:39}):null))),Te),Bn&&Lt.createElement("img",{style:{marginTop:33,marginRight:38},src:Bn,width:En}))),Ht={flex_box_center:"flex_box_center___hG6RI",flex_space_between:"flex_space_between___ss3Fh",flex_box_vertical_center:"flex_box_vertical_center___K80p9",flex_box_center_end:"flex_box_center_end___qmXX3",flex_box_column:"flex_box_column___GFV8F",row:"row___aXJjm",title:"title___HUKL0",tagsWrap:"tagsWrap___XB2W3",action:"action___VdHb1",bar:"bar___t1kKC",tag:"tag___V7Eft",name:"name___Hk1Ip",num:"num___xQpcH",active:"active___XryTX",tagsBorderWrap:"tagsBorderWrap___OMxjs"},oe=Et(92310),Oe=Et.n(oe),ge=Et(89392),Je=({dataSource:Wn=[],value:Bn,onChange:En,onTitleChange:vn,className:ui,title:Te,titleWidth:Ze=41,style:Ne={},fontColor:ln="#6A7283",showCount:Oi})=>{const[Ni,$i]=(0,Lt.useState)(0),[Ye,cn]=(0,Lt.useState)(!1),Pi=(0,Lt.useRef)(null),dr=(0,Lt.useRef)(null);return(0,Lt.useEffect)(()=>{var Yn;Wn.length!==0&&(((Yn=Pi==null?void 0:Pi.current)==null?void 0:Yn.clientHeight)>97?$i(1):$i(0)),Wn.length===0&&$i(0),cn(!1)},[Wn]),Lt.createElement("div",{className:Oe()(Ht.row,ui),style:Ne},Lt.createElement("div",{onClick:(0,ge.throttle)(()=>vn==null?void 0:vn(),2e3),style:{width:Ze,marginTop:Ye?12:4},className:`${Ht.title} ${vn?"current":""}`},Te),Lt.createElement("div",{className:Ye?`${Ht.tagsWrap} ${Ht.tagsBorderWrap}`:Ht.tagsWrap},Lt.createElement("div",{className:Ht.bar,ref:dr,style:Ni>0?{height:Ni===1?97:"auto",overflow:Ni===1?"hidden":"auto",paddingRight:55}:{paddingRight:0}},Lt.createElement("div",{className:Ht.tag,ref:Pi},Wn==null?void 0:Wn.map(Yn=>Lt.createElement("span",{onClick:()=>En(Yn.id),key:Yn.id,style:{color:ln},className:Bn===Yn.id?Ht.active:""},Lt.createElement("span",{title:Yn.name,className:Ht.name},Yn.name),!!Oi&&Lt.createElement("span",{className:Ht.num},Yn.count))))),!!Ni&&Lt.createElement(Lt.Fragment,null,Ni===1?Lt.createElement("div",{onClick:()=>{var Yn;$i(2),((Yn=Pi==null?void 0:Pi.current)==null?void 0:Yn.clientHeight)>245?cn(!0):cn(!1)},className:Ht.action},"\u5C55\u5F00",Lt.createElement("i",{style:{transform:"translateY(1px) scale(0.6)"},className:"iconfont icon-zhankai4"})):Lt.createElement("div",{onClick:()=>{dr.current.scrollTop=0,$i(1),cn(!1)},className:Ht.action},"\u6536\u8D77",Lt.createElement("i",{style:{transform:"translateY(0px) scale(0.6)"},className:"iconfont icon-shouqi3"})))))},ie={flex_box_center:"flex_box_center___aK2n3",flex_space_between:"flex_space_between___HX0Oh",flex_box_vertical_center:"flex_box_vertical_center___LJOJr",flex_box_center_end:"flex_box_center_end___SCakF",flex_box_column:"flex_box_column___AYv4m",tabs:"tabs___GTqPV",active:"active___F26E8"},Bt=({dataSource:Wn=[],value:Bn,onChange:En,className:vn,style:ui={}})=>Lt.createElement("div",{style:ui,className:Oe()(ie.tabs,vn)},Wn.map(Te=>Lt.createElement("span",{onClick:()=>En(Te.id),className:Bn===Te.id?ie.active:"",key:Te.id},Te.name))),et={flex_box_center:"flex_box_center___yX6Oa",flex_space_between:"flex_space_between___t7oqF",flex_box_vertical_center:"flex_box_vertical_center___dEIHy",flex_box_center_end:"flex_box_center_end___taQDF",flex_box_column:"flex_box_column___xY_Lr",input:"input___PW2zI",dropdown:"dropdown___vSy8B",menu:"menu___NiyBu",text:"text___Grueu",b1:"b1___ZKryM",b2:"b2___aKyGa"},nt=Et(37568),lt=({dataSource:Wn=[],value:Bn="",onChange:En,onInputChange:vn=()=>{},className:ui,style:Te={},placeholder:Ze,allowClear:Ne=!1})=>{var ln;const[Oi,Ni]=(0,Lt.useState)(""),[$i,Ye]=(0,Lt.useState)("");(0,Lt.useEffect)(()=>{var dr;let Yn=Bn;(dr=JSON.stringify(Bn))!=null&&dr.includes("{")&&(Ni(Bn.id),Yn=Bn.value||"");try{Ye(decodeURIComponent(Yn||""))}catch(Qt){Ye(decodeURIComponent(Yn||""))}},[Bn]);const cn=()=>{En(encodeURIComponent($i),Oi||null)},Pi=dr=>{dr!==Oi&&(Ni(dr),En(encodeURIComponent($i),dr))};return Lt.createElement("div",{className:Oe()(et.input,ui),style:Te},!!Wn.length&&Lt.createElement("div",{className:et.dropdown},Lt.createElement("div",{className:et.text},(ln=Wn.find(dr=>dr.id===Oi))==null?void 0:ln.name,Lt.createElement("i",{className:"iconfont icon-zhankai4"}),Lt.createElement("b",{className:et.b1}),Lt.createElement("b",{className:et.b2})),Lt.createElement("div",{className:et.menu},Wn.map((dr,Yn)=>Lt.createElement("div",{key:Yn,onClick:()=>Pi(dr.id)},dr.name)))),Lt.createElement(nt.default,{onPressEnter:cn,value:$i,onChange:dr=>{Ye(dr.target.value),vn(encodeURIComponent(dr.target.value),Oi||null)},bordered:!1,placeholder:Ze}),Lt.createElement("i",{onClick:cn,className:"iconfont icon-sousuo9 font14 pl10 current"}))},gt={flex_box_center:"flex_box_center___tol8o",flex_space_between:"flex_space_between___Z235C",flex_box_vertical_center:"flex_box_vertical_center___Wq1sZ",flex_box_center_end:"flex_box_center_end___LLxom",flex_box_column:"flex_box_column___DbMSN",quickPager:"quickPager___GM30J",disabled:"disabled___Ozc8I"},St=({value:Wn,onChange:Bn,className:En,total:vn,pageSize:ui,style:Te={}})=>{const Ze=Wn<2,Ne=Wn>=Math.ceil(vn/ui);return vn<=ui?Lt.createElement(Lt.Fragment,null):Lt.createElement("div",{className:Oe()(gt.quickPager,En),style:Te},Lt.createElement("div",{onClick:()=>{Ze||Bn(Wn-1,"prev")},className:Ze?gt.disabled:""},"\u4E0A\u4E00\u9875"),Lt.createElement("div",{onClick:()=>{Ne||Bn(Wn+1,"next")},className:Ne?gt.disabled:""},"\u4E0B\u4E00\u9875"))},Pt={flex_box_center:"flex_box_center___FO7TP",flex_space_between:"flex_space_between___LotYx",flex_box_vertical_center:"flex_box_vertical_center___bWdaw",flex_box_center_end:"flex_box_center_end___mVJ1o",flex_box_column:"flex_box_column___M83Mm",list:"list___oOsiS",wrap:"wrap___G6T7F",lockWrap:"lockWrap___Rl79E",li:"li___oZZ7l",cover:"cover___b2bYW",img:"img___IQX7w",sign:"sign___HkT6C",name:"name___SsJx8",e:"e___TMqq0",tags:"tags___bcjyo",rate:"rate___YACg7"},Rt=Et(29787),Wt=Et(25399),te=Et(58018),Jt=Et(346),Vt=Et(51257),le=Et(96908),ae=Et(57177),Fe=Et(81378),De=Et(28426),Sn=({className:Wn,dataSource:Bn=[],col:En=4,right:vn,bottom:ui=23,precision:Te=0,wrapWidth:Ze=1200,trackEventItems:Ne,loading:ln})=>{const Oi=Math.floor((Ze-(En-1)*vn)/En);return Lt.createElement(Rt.Z,{spinning:ln},Lt.createElement("div",{className:Oe()(Pt.list,Wn)},!!Bn.length&&Bn.map((Ni,$i)=>{const{name:Ye,id:cn,identifier:Pi,power:dr,cover_image_id:Yn,pic:Qt}=Ni;return Lt.createElement("div",{className:Pt.wrap,key:cn,style:{width:Oi,marginRight:(1+$i)%En===0?0:vn+Te,marginBottom:ui}},Lt.createElement("a",{target:"_blank",href:`/shixuns/${Pi}/challenges`,className:Pt.li,onClick:Me=>{Me.preventDefault(),Ne&&(0,Vt.L9)([Ne]),dr&&(0,Vt.xg)(`/shixuns/${Pi}/challenges`)}},Lt.createElement("div",{className:Pt.img},Lt.createElement("img",{className:Pt.cover,src:`${Qt}`}),Ni.is_jupyter&&Lt.createElement("img",{className:Pt.sign,src:le}),Ni.is_jupyter_lab&&Lt.createElement("img",{className:Pt.sign,src:ae}),Ni.is_unity_3d&&Lt.createElement("img",{className:Pt.sign,src:Fe})),Lt.createElement("div",{className:Pt.name},Lt.createElement(Wt.Z,{title:Ye||"\u5B9E\u8DF5\u9879\u76EE\u540D\u79F0-\u672A\u586B\u5199"},Lt.createElement("span",{className:Pt.e},Ye||"\u5B9E\u8DF5\u9879\u76EE\u540D\u79F0-\u672A\u586B\u5199"))),Lt.createElement("div",{className:Pt.tags},Lt.createElement(Wt.Z,{placement:"bottom",title:"\u5173\u5361\u6570"},Lt.createElement("span",null,Lt.createElement("i",{className:"iconfont icon-shixunguanqia font14 mr2"}),Lt.createElement("span",null,Ni.challenges_count))),!!Ni.myshixuns_count&&Lt.createElement(Wt.Z,{placement:"bottom",title:"\u5B66\u4E60\u4EBA\u6570"},Lt.createElement("span",null,Lt.createElement("i",{className:"iconfont icon-chengyuan font14 mr2"}),Lt.createElement("span",null,Ni.myshixuns_count))),Lt.createElement(Wt.Z,{placement:"bottom",title:"\u96BE\u5EA6\u7B49\u7EA7"},Lt.createElement("span",null,Lt.createElement("span",null,Ni.level))),Lt.createElement("div",{className:Pt.rate},Lt.createElement(te.Z,{allowHalf:!0,disabled:!0,defaultValue:Ni.score_info}),Lt.createElement("span",null,"\xA0",Ni.score_info?`${Ni.score_info}\u5206`:"5\u5206")))),!dr&&Lt.createElement("div",{className:Pt.lockWrap},Lt.createElement("img",{src:`${Jt.Z.IMG_SERVER}/images/educoder/icon/lockclose.svg`}),Lt.createElement("span",{className:"mt15 font16 c-white"},"\u5B9A\u5411\u5F00\u653E\u5185\u5BB9\uFF0C\u9700\u8981\u6388\u6743")))}),!Bn.length&&Lt.createElement(De.Z,null)))},rn=Et(10661),Ge={flex_box_center:"flex_box_center___eMcr7",flex_space_between:"flex_space_between___HcNca",flex_box_vertical_center:"flex_box_vertical_center___ZnvVN",flex_box_center_end:"flex_box_center_end___fdgDf",flex_box_column:"flex_box_column___SEKvd",list:"list___L1hmU",wrap:"wrap___pKgcW",lockWrap:"lockWrap___SMhkK",top:"top___udHSB",sign:"sign___uwRpq",name:"name___Fpf90",img:"img___AMLhL",text:"text___KiTb7",btns:"btns___i6IuZ",bottom:"bottom____k2sh"},sn="data:image/png;base64,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",$t=Et(59301),Pe=({className:Wn,dataSource:Bn=[],col:En=4,right:vn,bottom:ui=23,precision:Te=0,wrapWidth:Ze=1200,trackEventItems:Ne,loading:ln,handleVery:Oi=()=>!0})=>{const Ni=Math.floor((Ze-(En-1)*vn)/En);return $t.createElement(Rt.Z,{spinning:ln},$t.createElement("div",{className:Oe()(Ge.list,Wn)},!!Bn.length&&Bn.map(($i,Ye)=>{const{subject_identifier:cn,id:Pi,identifier:dr,power:Yn}=$i,Qt=$i.is_public!=0&&$i.is_public;return $t.createElement("div",{className:Ge.wrap,key:Pi,style:{width:Ni,marginRight:(1+Ye)%En===0?0:vn+Te,marginBottom:ui}},$t.createElement("a",{className:Ge.li,onClick:Me=>{Me.preventDefault(),Oi($i==null?void 0:$i.first_category_url)&&(Ne&&(0,Vt.L9)([Ne]),(0,Vt.xg)($i.first_category_url))}},$t.createElement("div",{className:Ge.top},$t.createElement(Wt.Z,{title:$i.name},$t.createElement("div",{className:Ge.name},$i.name)),$t.createElement("img",{className:Ge.img,src:Jt.Z.IMG_SERVER+"/images/"+$i.avatar_url}),$t.createElement("div",{className:Ge.text,title:$i.creator},$i.creator),cn&&$t.createElement("div",{className:Ge.btns},$t.createElement("div",null,"\u5F00\u653E\u8BFE\u7A0B"),$t.createElement("aside",null,"\u5F00\u653E\u8BFE\u5802")),Qt&&$t.createElement("div",{className:Ge.sign},"\u516C\u5F00")),$t.createElement("div",{className:Ge.bottom},$i.visits>0&&$t.createElement(Wt.Z,{title:"\u8BBF\u95EE\u91CF",placement:"bottom"},$t.createElement("span",null,$t.createElement("i",{className:"iconfont icon-liulanyan"}),$t.createElement("span",null,$i.visits))),$i.course_members_count>0&&$t.createElement(Wt.Z,{title:"\u6210\u5458",placement:"bottom"},$t.createElement("span",null,$t.createElement("i",{className:"iconfont icon-chengyuan"}),$i.course_members_count)),$i.tasks_count>0&&$t.createElement(Wt.Z,{title:"\u4F5C\u4E1A",placement:"bottom"},$t.createElement("span",null,$t.createElement("i",{className:"iconfont icon-zuoye"}),$i.tasks_count)),$i.is_end?$t.createElement("div",{style:{color:"#6B758B"}},"\u5DF2\u7ED3\u675F"):$t.createElement("div",{style:{color:"#00B187"}},"\u8FDB\u884C\u4E2D"))),!$i.is_accessible&&$t.createElement("div",{className:Ge.lockWrap},$t.createElement("img",{src:`${Jt.Z.IMG_SERVER}/images/educoder/icon/lockclose.svg`}),$t.createElement("span",{className:"mt15 font16 c-white"},"\u975E\u8BFE\u5802\u6210\u5458\u4E0D\u53EF\u8FDB\u5165")))}),!Bn.length&&$t.createElement(De.Z,null)))},an={flex_box_center:"flex_box_center___d27mZ",flex_space_between:"flex_space_between___qfRU9",flex_box_vertical_center:"flex_box_vertical_center___fCRld",flex_box_center_end:"flex_box_center_end___ORMV8",flex_box_column:"flex_box_column___PNKtZ",tabs:"tabs___alpa7",tabsWrap:"tabsWrap___aCQjw",tab:"tab___MKLr4",active:"active___nl_4v"},Ve=Et(25690),$e=({dataSource:Wn=[],value:Bn,onChange:En,className:vn,style:ui={},tabBarExtraContent:Te})=>Lt.createElement("div",{className:Oe()(an.tabs,vn),style:ui},Lt.createElement("div",{className:an.tabsWrap},Wn.map((Ze,Ne)=>!(Ze!=null&&Ze.hide)&&Lt.createElement("aside",{className:an.tab,onClick:()=>{En(Ze.id),Ze.link&&Ve.history.push(Ze.link)},key:Ne},Lt.createElement("div",{className:Bn===Ze.id?an.active:""},Ze.name),(Ze==null?void 0:Ze.resetCount)==null&&(Ze==null?void 0:Ze.total)!==void 0&&Lt.createElement("span",null,"\uFF08",Ze==null?void 0:Ze.total,"\uFF09"),(Ze==null?void 0:Ze.resetCount)!==void 0&&(Ze==null?void 0:Ze.total)!==void 0&&Lt.createElement(Wt.Z,{title:(Ze==null?void 0:Ze.tip)!=null?Ze==null?void 0:Ze.tip:""},Lt.createElement("span",{style:{color:"#9096A3"}},"\uFF08",Lt.createElement("span",{style:{color:"#000"}},Ze==null?void 0:Ze.resetCount),"/",Lt.createElement("span",null,Ze==null?void 0:Ze.total),"\uFF09"))))),Lt.createElement("div",{className:an.tabBar},Te)),xn=({className:Wn,style:Bn={},children:En})=>Lt.createElement("div",{className:Oe()(Wn),style:Bn},En),we={flex_box_center:"flex_box_center___e6HxQ",flex_space_between:"flex_space_between___RnXYe",flex_box_vertical_center:"flex_box_vertical_center___lVxPk",flex_box_center_end:"flex_box_center_end___bu8yv",flex_box_column:"flex_box_column___JczGj",orderWrap:"orderWrap___ZfyGX",orderIconWrap:"orderIconWrap___XTB_O",orderAsc:"orderAsc___KWHmA",orderDesc:"orderDesc___rHdbB",active:"active___a7eSP",cursorPointer:"cursorPointer___gs9kL",orderTextWrap:"orderTextWrap___teAKn"},de=Et(75727),ke=Et(93041);const ze=[{id:"updated_at",name:"\u6700\u65B0\u52A8\u6001"},{id:"created_at",name:"\u6700\u65B0\u521B\u5EFA"},{id:"name",name:"\u540D\u79F0\u6392\u5E8F"}];var Dt=({sortValue:Wn,dropValue:Bn,className:En,onSort:vn,onDrop:ui,dataSource:Te=ze})=>{var Ze;return Lt.createElement("div",{className:Oe()(we.orderWrap,En)},Lt.createElement(de.Z,{dropdownRender:()=>Lt.createElement(ke.default,null,Te.map((Ne,ln)=>Lt.createElement(ke.default.Item,{key:ln,onClick:()=>ui(Ne.id)},Ne.name)))},Lt.createElement("span",{className:we.orderTextWrap},(Ze=Te.find(Ne=>Bn===Ne.id))==null?void 0:Ze.name)),Lt.createElement("span",{className:we.orderIconWrap},Lt.createElement("span",{className:we.orderAsc},Lt.createElement("i",{className:Wn==="asc"?`iconfont icon-sanjiaoxing-up font12 ${we.cursorPointer} ${we.active}`:`iconfont icon-sanjiaoxing-up font12 ${we.cursorPointer}`,onClick:()=>vn(Wn==="asc"?"desc":"asc")})),Lt.createElement("span",{className:we.orderDesc},Lt.createElement("i",{className:Wn==="desc"?`iconfont icon-sanjiaoxing-down font12 ${we.cursorPointer} ${we.active}`:`iconfont icon-sanjiaoxing-down font12 ${we.cursorPointer}`,onClick:()=>vn(Wn==="asc"?"desc":"asc")}))))},wt={flex_box_center:"flex_box_center___LCi0B",flex_space_between:"flex_space_between___hzONe",flex_box_vertical_center:"flex_box_vertical_center___ZyQRE",flex_box_center_end:"flex_box_center_end___XKM74",flex_box_column:"flex_box_column___p8LCU",btn:"btn___In02G","mediacy-round":"mediacy-round___uveEv","mediacy-default":"mediacy-default___dDxsd",default:"default___K791v"},yt=Et(99571),kt=Object.defineProperty,jt=Object.getOwnPropertySymbols,Mt=Object.prototype.hasOwnProperty,Gt=Object.prototype.propertyIsEnumerable,Ce=(Wn,Bn,En)=>Bn in Wn?kt(Wn,Bn,{enumerable:!0,configurable:!0,writable:!0,value:En}):Wn[Bn]=En,be=(Wn,Bn)=>{for(var En in Bn||(Bn={}))Mt.call(Bn,En)&&Ce(Wn,En,Bn[En]);if(jt)for(var En of jt(Bn))Gt.call(Bn,En)&&Ce(Wn,En,Bn[En]);return Wn},on=(Wn,Bn)=>{var En={};for(var vn in Wn)Mt.call(Wn,vn)&&Bn.indexOf(vn)<0&&(En[vn]=Wn[vn]);if(Wn!=null&&jt)for(var vn of jt(Wn))Bn.indexOf(vn)<0&&Gt.call(Wn,vn)&&(En[vn]=Wn[vn]);return En},Ae=(Wn,Bn,En)=>new Promise((vn,ui)=>{var Te=ln=>{try{Ne(En.next(ln))}catch(Oi){ui(Oi)}},Ze=ln=>{try{Ne(En.throw(ln))}catch(Oi){ui(Oi)}},Ne=ln=>ln.done?vn(ln.value):Promise.resolve(ln.value).then(Te,Ze);Ne((En=En.apply(Wn,Bn)).next())}),_e=Wn=>{var Bn=Wn,{className:En,style:vn,children:ui,loading:Te=!1,openLoading:Ze,onClick:Ne=()=>{},size:ln="middle",shape:Oi="round"}=Bn,Ni=on(Bn,["className","style","children","loading","openLoading","onClick","size","shape"]);const[$i,Ye]=(0,Lt.useState)(!1);return Lt.createElement(yt.ZP,be({onClick:(0,ge.throttle)(cn=>Ae(void 0,null,function*(){Ze&&Ye(!0);try{yield Ne(cn)}catch(Pi){console.log("error",Pi)}Ze&&Ye(!1)}),2e3,{leading:!0,trailing:!1}),className:Oe()(wt.btn,wt[`${ln}-${Oi}`],En),style:vn,size:ln,shape:Oi,loading:$i||Te},Ni),ui)},un={flex_box_center:"flex_box_center___TB7bQ",flex_space_between:"flex_space_between___oBlTb",flex_box_vertical_center:"flex_box_vertical_center___b5XbB",flex_box_center_end:"flex_box_center_end___CNhe7",flex_box_column:"flex_box_column___yHXKW",head:"head___ghH72",node:"node___mjPEy"},gn=({className:Wn,style:Bn,children:En=null,onClick:vn,title:ui})=>Lt.createElement("div",{className:Oe()(un.head,Wn),style:Bn},Lt.createElement("span",{className:"primary-hover",onClick:vn},Lt.createElement("i",{className:"iconfont icon-fanhui2 font12"}),"\u8FD4\u56DE"),Lt.createElement("b",{title:ui},ui),Lt.createElement("div",{className:un.node},En)),en={flex_box_center:"flex_box_center___AlHuF",flex_space_between:"flex_space_between___vN2LW",flex_box_vertical_center:"flex_box_vertical_center___Ac7D2",flex_box_center_end:"flex_box_center_end___y38I7",flex_box_column:"flex_box_column___iQE6P",btns:"btns___sNgTb",confirm:"confirm___Ozirl",cancel:"cancel___aiq1I"},Hn=({confirmShow:Wn=!0,confirmTitle:Bn,confirmClick:En,cancelShow:vn=!0,cancelTitle:ui,cancelClick:Te,className:Ze,style:Ne,confirmLoading:ln=!1})=>Lt.createElement("div",{className:Oe()(en.btns,Ze),style:Ne},Wn&&Lt.createElement(yt.ZP,{loading:ln,onClick:En,type:"primary",className:en.confirm},Bn),vn&&Lt.createElement(yt.ZP,{onClick:Te,className:en.cancel},ui)),mn={flex_box_center:"flex_box_center___jkpdr",flex_space_between:"flex_space_between___OtsL8",flex_box_vertical_center:"flex_box_vertical_center___rbcb_",flex_box_center_end:"flex_box_center_end___zBR21",flex_box_column:"flex_box_column___nS_eP",fixedBottom:"fixedBottom___oJl7m",wrap:"wrap___A3Oq1",center:"center____VL1y"},Ri=({className:Wn,style:Bn={},LeftContent:En,children:vn,RightContent:ui})=>Lt.createElement("div",{className:Oe()(mn.fixedBottom,Wn),style:Bn},Lt.createElement("div",{className:mn.wrap},Lt.createElement("div",{className:mn.left},En),Lt.createElement("div",{className:mn.center},vn),Lt.createElement("div",{className:mn.right},ui))),vi={flex_box_center:"flex_box_center___tY8Yn",flex_space_between:"flex_space_between___vHdYA",flex_box_vertical_center:"flex_box_vertical_center___pa61F",flex_box_center_end:"flex_box_center_end___HyDXt",flex_box_column:"flex_box_column___UjZek",crumbs:"crumbs___V41Oe",hover:"hover___bEIVd"},er=({className:Wn,style:Bn={},dataSource:En=[]})=>Lt.createElement("div",{className:Oe()(vi.crumbs,Wn),style:Bn},En.map((vn,ui)=>ui<En.length-1?Lt.createElement(Lt.Fragment,{key:ui},vn.path||vn.onClick?Lt.createElement("span",{className:vi.hover,onClick:vn!=null&&vn.onClick?vn.onClick:()=>Ve.history.push(vn.path)},vn.name):Lt.createElement("span",null,vn.name),Lt.createElement("span",null,"\xA0",">","\xA0")):Lt.createElement("span",{key:ui,style:{color:"#5F6368"}},vn.name))),Ke=Et(11938),Ue=Object.defineProperty,ii=Object.defineProperties,Ai=Object.getOwnPropertyDescriptors,Fi=Object.getOwnPropertySymbols,Mi=Object.prototype.hasOwnProperty,sr=Object.prototype.propertyIsEnumerable,nr=(Wn,Bn,En)=>Bn in Wn?Ue(Wn,Bn,{enumerable:!0,configurable:!0,writable:!0,value:En}):Wn[Bn]=En,fr=(Wn,Bn)=>{for(var En in Bn||(Bn={}))Mi.call(Bn,En)&&nr(Wn,En,Bn[En]);if(Fi)for(var En of Fi(Bn))sr.call(Bn,En)&&nr(Wn,En,Bn[En]);return Wn},_n=(Wn,Bn)=>ii(Wn,Ai(Bn)),qi=(Wn,Bn)=>{var En={};for(var vn in Wn)Mi.call(Wn,vn)&&Bn.indexOf(vn)<0&&(En[vn]=Wn[vn]);if(Wn!=null&&Fi)for(var vn of Fi(Wn))Bn.indexOf(vn)<0&&sr.call(Wn,vn)&&(En[vn]=Wn[vn]);return En};const{Countdown:Ct}=Ke.default;var oi=Wn=>{var Bn=Wn,{onChange:En}=Bn,vn=qi(Bn,["onChange"]);const[ui,Te]=(0,Lt.useState)(null);(0,Lt.useEffect)(()=>{typeof ui=="number"&&ui>=0&&En(ui)},[ui]);const Ze=Ne=>{const ln=Math.floor(Ne/1e3);Te(ln)};return Lt.createElement(Ct,_n(fr({},vn),{onChange:Ze}))}},37808:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return re}});var Lt=Et(59301);function re(fe,pe){const ne=(0,Lt.useRef)();(0,Lt.useEffect)(()=>{ne.current=fe}),(0,Lt.useEffect)(()=>{function Ht(){ne.current()}if(pe!==null){let oe=setInterval(Ht,pe);return()=>clearInterval(oe)}},[pe])}},26090:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return sn}});var Lt=Et(59301),re=Et(25690),fe=Et(8848),pe=Et(37568),ne=Et(28284),Ht=Et(6767),oe=Et(62957),Oe=Et(62673),ge=Et(25399),Nt=Et(71051),Je=Et(47889),ie=Et(77736),nn=Et(77019),Bt=Et(82326),et=Et(71411),nt=Et(81705),ct=Et(9148),lt={wrap:"wrap___BgpUe",row:"row___UWxAG",textarea:"textarea___gaLin",btn:"btn___ZpuhS",sub:"sub___Jd_ZS"},gt=Et(75975),mt=Et(38986),St=Et(48790),Pt=Et(59301),Rt=Object.defineProperty,Wt=Object.defineProperties,te=Object.getOwnPropertyDescriptors,Jt=Object.getOwnPropertySymbols,Vt=Object.prototype.hasOwnProperty,le=Object.prototype.propertyIsEnumerable,ae=($t,It,Pe)=>It in $t?Rt($t,It,{enumerable:!0,configurable:!0,writable:!0,value:Pe}):$t[It]=Pe,Fe=($t,It)=>{for(var Pe in It||(It={}))Vt.call(It,Pe)&&ae($t,Pe,It[Pe]);if(Jt)for(var Pe of Jt(It))le.call(It,Pe)&&ae($t,Pe,It[Pe]);return $t},De=($t,It)=>Wt($t,te(It)),Ee=($t,It,Pe)=>new Promise((an,Ve)=>{var Se=xn=>{try{He(Pe.next(xn))}catch(we){Ve(we)}},$e=xn=>{try{He(Pe.throw(xn))}catch(we){Ve(we)}},He=xn=>xn.done?an(xn.value):Promise.resolve(xn.value).then(Se,$e);He((Pe=Pe.apply($t,It)).next())});const{Panel:Sn}=fe.default,{TextArea:rn}=pe.default;var sn=({active:$t,type:It="jupyter"})=>{var Pe,an;const Ve=(0,re.useParams)(),[Se]=ne.default.useForm(),[$e,He]=(0,Lt.useState)({}),[xn,we]=(0,Lt.useState)(!1),[de,ke]=(0,Lt.useState)(0),[ze,fn]=(0,Lt.useState)([]),[Dt,wt]=(0,Lt.useState)([]),[yt,kt]=(0,Lt.useState)([]),jt=(an=(Pe=(0,St.eY)())==null?void 0:Pe.shixun)==null?void 0:an.editable;(0,Lt.useEffect)(()=>{$t==="testCase"&&Mt()},[$t]),(0,Lt.useEffect)(()=>{Gt()},[]);const Mt=()=>Ee(void 0,null,function*(){var gn,en,Zn,Hn,mn,zn,Ri,vi,ji,er,Ke,Ue,ii,Ai;const Fi=[{hidden:0,input:"",output:"",score:100}],Mi=yield(0,mt.ZP)(`/api/shixuns/${Ve==null?void 0:Ve.id}/jupyter_evalute_setting.json`,{method:"get"});if((Mi==null?void 0:Mi.status)===0){kt((gn=Mi==null?void 0:Mi.data)==null?void 0:gn.standard_scripts);const sr={open_evaluate:(en=Mi==null?void 0:Mi.data)==null?void 0:en.open_evaluate,exec_time:((Zn=Mi==null?void 0:Mi.data)==null?void 0:Zn.exec_time)||3,test_set_score:((Hn=Mi==null?void 0:Mi.data)==null?void 0:Hn.test_set_score)===null?!1:(mn=Mi==null?void 0:Mi.data)==null?void 0:mn.test_set_score,test_set_average:((zn=Mi==null?void 0:Mi.data)==null?void 0:zn.test_set_average)===null?!0:(Ri=Mi==null?void 0:Mi.data)==null?void 0:Ri.test_set_average,choice_standard_scripts:((vi=Mi==null?void 0:Mi.data)==null?void 0:vi.choice_standard_scripts)||null,evaluate_script:((ji=Mi==null?void 0:Mi.data)==null?void 0:ji.evaluate_script)||"",evaluate_method:(er=Mi==null?void 0:Mi.data)==null?void 0:er.evaluate_method,use_jupyter_result:(Ke=Mi==null?void 0:Mi.data)==null?void 0:Ke.use_jupyter_result};Se.setFieldsValue(sr),He(sr),fn((ii=(Ue=Mi==null?void 0:Mi.data)==null?void 0:Ue.test_sets)!=null&&ii.length?(Ai=Mi==null?void 0:Mi.data)==null?void 0:Ai.test_sets:Fi)}}),Gt=()=>Ee(void 0,null,function*(){var gn;const en=yield(0,mt.ZP)(`/api/shixuns/${Ve==null?void 0:Ve.id}/get_jupyter_tags.json`,{method:"get"});(en==null?void 0:en.status)===0&&wt(((gn=en==null?void 0:en.data)==null?void 0:gn.list)||[])}),Ce=gn=>Ee(void 0,null,function*(){const Zn=ze.map(mn=>mn.score).reduce((mn,zn)=>mn+zn,0);if(gn.test_set_score&&Zn!==100){Ht.ZP.warning("\u6D4B\u8BD5\u7528\u4F8B\u7684\u8BC4\u5206\u5360\u6BD4\u4E4B\u548C\u5FC5\u987B\u7B49\u4E8E100");return}if(gn.evaluate_method===3&&(ze!=null&&ze.some(mn=>!mn.tags))){Ht.ZP.warning("\u8BF7\u9009\u62E9\u6307\u5B9A\u4EE3\u7801\u5757");return}we(!0),(yield(0,mt.ZP)(`/api/shixuns/${Ve==null?void 0:Ve.id}/update_jupyter_evaluate_setting.json`,{method:"post",body:De(Fe({},gn),{mirror_script_id:gn==null?void 0:gn.choice_standard_scripts,open_evaluate:gn!=null&&gn.open_evaluate?1:0,test_set:ze.map(mn=>De(Fe({},mn),{is_file:!1}))})})).status===0&&Ht.ZP.success("\u4FDD\u5B58\u6210\u529F"),we(!1)}),be=gn=>{He(Fe({},Se.getFieldsValue())),"test_set_average"in gn&&(gn!=null&&gn.test_set_average)&&on(ze),"test_set_score"in gn&&(gn!=null&&gn.test_set_score)&&(Se.setFieldsValue({test_set_average:!0}),He(De(Fe({},Se.getFieldsValue()),{test_set_average:!0})),on(ze)),"choice_standard_scripts"in gn&&oe.default.confirm({centered:!0,title:"\u63D0\u793A",okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",content:Pt.createElement("div",{className:"tc font16"},"\u539F\u6709\u811A\u672C\u5C06\u88AB\u65B0\u7684\u811A\u672C\u8986\u76D6\uFF0C\u65E0\u6CD5\u64A4\u9500",Pt.createElement("br",null),"\u662F\u5426\u786E\u8BA4\u6267\u884C\u8986\u76D6\u64CD\u4F5C"),onOk:()=>Ee(void 0,null,function*(){const en=yield(0,mt.ZP)(`/api/shixuns/${Ve==null?void 0:Ve.id}/get_script_contents.json`,{method:"get",params:{id:Ve==null?void 0:Ve.id,script_id:gn==null?void 0:gn.choice_standard_scripts}});en!=null&&en.content&&(oe.default.info({centered:!0,title:"\u63D0\u793A",okText:"\u77E5\u9053\u5566",content:Pt.createElement("div",{className:"tc font16"},"\u8BC4\u6D4B\u811A\u672C\u751F\u6210\u6210\u529F\uFF01")}),Se.setFieldsValue({evaluate_script:en==null?void 0:en.content}),He(De(Fe({},Se.getFieldsValue()),{evaluate_script:en==null?void 0:en.content})))})})},on=gn=>{let en=0;const Zn=Math.floor((100-en)/gn.length),Hn=Zn+(100-en)%gn.length;gn=gn.map((mn,zn)=>zn===gn.length-1?De(Fe({},mn),{score:Hn}):De(Fe({},mn),{score:Zn})),fn(gn)},Ae=()=>{const gn=[...ze,{hidden:0,input:"",output:"",score:0}];Se.getFieldValue("test_set_average")?on(gn):fn(gn)},{test_set_score:Le,test_set_average:_e,choice_standard_scripts:un,open_evaluate:Pn}=$e;return Pt.createElement("section",{className:lt.wrap},Pt.createElement(ne.default,{form:Se,disabled:!Pn,layout:"vertical",onValuesChange:be,onFinish:Ce},Pt.createElement(ne.default.Item,{name:"open_evaluate",style:{marginTop:10},valuePropName:"checked"},Pt.createElement(Oe.default,{disabled:!1},"\u542F\u7528Jupyter\u8BC4\u6D4B\u529F\u80FD")),Pt.createElement("h4",{className:"font14"},"\u8BC4\u6D4B\u65F6\u957F\u9650\u5236"),Pt.createElement(ge.Z,{title:!Pn&&"\u8BF7\u542F\u7528Jupyter\u8BC4\u6D4B\u529F\u80FD\u540E\uFF0C\u8FDB\u884C\u7F16\u8F91",placement:"topLeft"},Pt.createElement(ne.default.Item,{label:"\u8BC4\u6D4B\u65F6\u957F\uFF08\u79D2\uFF09\uFF1A",name:"exec_time",className:lt.row,rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u8BC4\u6D4B\u65F6\u957F\u9650\u5236"},{type:"number",min:3,message:"\u6700\u5C0F\u9650\u5236\u65F6\u95F4\u662F3\u79D2"}]},Pt.createElement(Nt.Z,{size:"large",style:{width:400},min:3}))),Pt.createElement("h4",{className:"font14 mb10"},"\u7CFB\u7EDF\u8BC4\u5206\u89C4\u5219"),Pt.createElement(ge.Z,{title:!Pn&&"\u8BF7\u542F\u7528Jupyter\u8BC4\u6D4B\u529F\u80FD\u540E\uFF0C\u8FDB\u884C\u7F16\u8F91",placement:"topLeft"},Pt.createElement(ne.default.Item,{name:"test_set_score"},Pt.createElement(Je.ZP.Group,null,Pt.createElement(ie.Z,{direction:"vertical"},Pt.createElement(Je.ZP,{value:!1},"\u901A\u8FC7\u5168\u90E8\u6D4B\u8BD5\u96C6",Pt.createElement("span",{className:"c-grey-999"}," \uFF08\u5B66\u5458\u8BC4\u6D4B\uFF0C\u4EC5\u5F53\u6240\u6709\u6D4B\u8BD5\u96C6\u90FD\u6B63\u786E\u65F6\uFF0C\u624D\u83B7\u5F97\u4E00\u6B21\u6027\u5956\u52B1\uFF09")),Pt.createElement(Je.ZP,{value:!0},"\u901A\u8FC7\u90E8\u5206\u6D4B\u8BD5\u96C6",Pt.createElement("span",{className:"c-grey-999"}," \uFF08\u5B66\u5458\u8BC4\u6D4B\uFF0C\u901A\u8FC7\u6D4B\u8BD5\u96C6\u5373\u53EF\u83B7\u5F97\u5BF9\u5E94\u5956\u52B1\uFF09")))))),Pt.createElement(ne.default.Item,{label:Pt.createElement("span",{style:{fontWeight:500},className:"c-black"},"\u8BC4\u6D4B\u8BBE\u7F6E"),name:"evaluate_method",style:{flexDirection:"row",marginTop:15},rules:[{required:!0,message:"\u8BF7\u9009\u62E9\u8BC4\u6D4B\u8BBE\u7F6E"}]},Pt.createElement(Je.ZP.Group,null,Pt.createElement(ie.Z,{direction:"vertical"},Pt.createElement(Je.ZP,{value:1},"\u901A\u8FC7\u6240\u6709\u4EE3\u7801\u5757\u8BC4\u6D4B",Pt.createElement("span",{className:"c-grey-999"}," \uFF08\u5BF9\u5B66\u5458\u4EFB\u52A1\u6587\u4EF6\u7684\u6240\u6709\u975E\u7A7A\u4EE3\u7801\u5757\u8FDB\u884C\u8BC4\u6D4B\uFF09")),Pt.createElement(Je.ZP,{value:3},"\u901A\u8FC7\u6307\u5B9A\u4EE3\u7801\u5757\u8BC4\u6D4B",Pt.createElement("span",{className:"c-grey-999"}," \uFF08\u5BF9\u5B66\u5458\u4EFB\u52A1\u6587\u4EF6\u7684\u6307\u5B9A\u975E\u7A7A\u4EE3\u7801\u5757\u8FDB\u884C\u8BC4\u6D4B\uFF09"))))),Pt.createElement(nn.Z,{align:"middle",justify:"space-between",className:"font14"},Pt.createElement("div",{style:{fontWeight:500}},Pt.createElement("span",{className:lt.sub},"*"),"\u6D4B\u8BD5\u7528\u4F8B"),Pt.createElement(ge.Z,{title:!Pn&&"\u8BF7\u542F\u7528Jupyter\u8BC4\u6D4B\u529F\u80FD\u540E\uFF0C\u8FDB\u884C\u7F16\u8F91",placement:"topLeft"},Pt.createElement(ct.op,{style:{borderRadius:2},onClick:Ae},"\u6DFB\u52A0\u6D4B\u8BD5\u7528\u4F8B"))),Le&&Pt.createElement(ne.default.Item,{name:"test_set_average"},Pt.createElement(Je.ZP.Group,null,Pt.createElement(Je.ZP,{value:!0},"\u5747\u5206\u6BD4\u4F8B"),Pt.createElement(Je.ZP,{value:!1,style:{marginLeft:50}},"\u81EA\u5B9A\u4E49\u6BD4\u4F8B"))),Pt.createElement(ge.Z,{title:!Pn&&"\u8BF7\u542F\u7528Jupyter\u8BC4\u6D4B\u529F\u80FD\u540E\uFF0C\u8FDB\u884C\u7F16\u8F91",placement:"topLeft"},Pt.createElement("div",null,ze.map((gn,en)=>Pt.createElement(fe.default,{activeKey:de,key:en,onChange:()=>{ke(Zn=>Zn===en?null:en)}},Pt.createElement(Sn,{header:Pt.createElement("div",{className:"font16"},Pt.createElement("span",{className:"mr10"},"\u6D4B\u8BD5\u7528\u4F8B",en+1),$e.test_set_score&&Pt.createElement("span",{style:{marginLeft:40}},Pt.createElement(Nt.Z,{style:{width:120},value:gn.score,onClick:Zn=>Zn.stopPropagation(),min:0,max:100,precision:0,onBlur:Zn=>{if(Number(Zn)<0||Number(Zn)>100){Ht.ZP.info("\u6D4B\u8BD5\u7528\u4F8B\u7684\u6743\u91CD\u6BD4\u4F8B\u503C\u9650\u5236\u4E3A 0-100");const Hn=ze.map((zn,Ri)=>Ri===en?De(Fe({},zn),{score:100}):zn),mn={test_set_average:!1};He(Fe(Fe({},$e),mn)),Se.setFieldsValue(mn),fn(Hn)}},disabled:_e,onChange:Zn=>{const Hn=ze.map((zn,Ri)=>Ri===en?De(Fe({},zn),{score:Zn?Number(Zn):0}):zn),mn={test_set_average:!1};He(Fe(Fe({},$e),mn)),Se.setFieldsValue(mn),fn(Hn)}}),Pt.createElement("span",{className:"ml10 mr10"},"%")),Pt.createElement("span",{className:"tr flex1",style:{float:"right"}},en!==0&&Pt.createElement(ge.Z,{placement:"bottom",title:"\u5220\u9664"},Pt.createElement("span",{style:{color:"#c5c5c5"},className:"current iconfont icon-shanchu4",onClick:Zn=>{Zn.stopPropagation(),oe.default.confirm({centered:!0,icon:null,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",title:"\u63D0\u793A",content:"\u786E\u8BA4\u8981\u5220\u9664\u8FD9\u4E2A\u6D4B\u8BD5\u7528\u4F8B\u5417\uFF1F",onOk:()=>{const Hn=ze.filter((mn,zn)=>zn!==en);on(Hn)}})}})))),key:en},Pt.createElement("div",null,$e.evaluate_method===3&&Pt.createElement(nn.Z,{align:"middle",className:"mb20"},Pt.createElement("div",null,Pt.createElement("span",{className:lt.sub},"*"),Pt.createElement("span",null,"\u6307\u5B9A\u4EE3\u7801\u5757"),Pt.createElement(ge.Z,{title:"\u8BF7\u5148\u5728Jupyter\u4E2D\u5BF9\u60A8\u9700\u8981\u8BC4\u6D4B\u7684\u6307\u5B9A\u4EE3\u7801\u5757\u5B8C\u6210\u6807\u7B7E\u8BBE\u7F6E\u3002"},Pt.createElement("i",{style:{marginLeft:6,marginRight:20,color:"#145DFF"},className:"iconfont icon-xiaowenhao2 font14"}))),Pt.createElement(Bt.default,{value:gn.tags,size:"large",style:{width:450},onChange:Zn=>{const Hn=ze.map((mn,zn)=>zn===en?De(Fe({},mn),{tags:Zn}):mn);fn(Hn)}},Dt==null?void 0:Dt.map(Zn=>Pt.createElement(Bt.default.Option,{value:Zn==null?void 0:Zn.tags,key:Zn==null?void 0:Zn.tags},Zn==null?void 0:Zn.tags)))),Pt.createElement(nn.Z,{align:"middle"},Pt.createElement("div",null," ",Pt.createElement("span",null,"\u9884\u671F\u8F93\u51FA")),Pt.createElement(rn,{bordered:!1,className:lt.textarea,rows:5,placeholder:"\u9884\u671F\u8F93\u51FA",value:gn.output,onChange:Zn=>{const Hn=ze.map((mn,zn)=>zn===en?De(Fe({},mn),{output:Zn.target.value}):mn);fn(Hn)}})),Pt.createElement(nn.Z,{className:"mt20",align:"middle"},Pt.createElement("div",null,Pt.createElement("span",null,"\u53EF\u89C1\u6027"),Pt.createElement(ge.Z,{title:Pt.createElement("div",null,Pt.createElement("div",null,'\u5168\u90E8\u9690\u85CF\uFF1A\u9690\u85CF\u6D4B\u8BD5\u96C6\u53EF\u4EE5\u9632\u6B62\u5B66\u751F\u901A\u8FC7"print"\u7B49\u624B\u6BB5\u76F4\u63A5\u901A\u5173'),Pt.createElement("div",null,"\u9690\u85CF\u9884\u671F\u8F93\u51FA\uFF1A\u52FE\u9009\u540E\u9884\u671F\u8F93\u51FA\u5BF9\u5B66\u5458\u59CB\u7EC8\u4E0D\u53EF\u89C1"),Pt.createElement("div",null,"\u9690\u85CF\u5B9E\u9645\u8F93\u51FA\uFF1A\u52FE\u9009\u540E\u5B9E\u9645\u8F93\u51FA\u5BF9\u5B66\u5458\u59CB\u7EC8\u4E0D\u53EF\u89C1"))},Pt.createElement("i",{style:{marginLeft:6,marginRight:13,color:"#145DFF"},className:"iconfont icon-xiaowenhao2 font14"}))),Pt.createElement("div",null,Pt.createElement(Oe.default,{className:"font14 ml5",checked:gn.hidden===1,onChange:Zn=>{const Hn=ze.map((mn,zn)=>{if(zn===en){let Ri={is_invisible:!1,actual_output_visible:!1};return Zn.target.checked&&(Ri={is_invisible:!0,actual_output_visible:!0}),De(Fe(Fe({},mn),Ri),{hidden:Zn.target.checked?1:0})}return mn});fn(Hn)}},"\u5168\u90E8\u9690\u85CF")),Pt.createElement(Oe.default,{checked:gn.is_invisible,style:{margin:"0 60px"},onChange:Zn=>{const Hn=ze.map((mn,zn)=>{if(zn===en){let Ri=0;return Zn.target.checked&&mn.actual_output_visible&&(Ri=1),De(Fe({},mn),{hidden:Ri,is_invisible:Zn.target.checked})}return mn});fn(Hn)}},"\u9690\u85CF\u9884\u671F\u8F93\u51FA"),Pt.createElement(Oe.default,{checked:gn.actual_output_visible,onChange:Zn=>{const Hn=ze.map((mn,zn)=>{if(zn===en){let Ri=0;return Zn.target.checked&&mn.is_invisible&&(Ri=1),De(Fe({},mn),{hidden:Ri,actual_output_visible:Zn.target.checked})}return mn});fn(Hn)}},"\u9690\u85CF\u5B9E\u9645\u8F93\u51FA")),Pt.createElement("div",{className:"mt20"},Pt.createElement("span",{className:"font14 mr20"},"\u7279\u6B8A\u5224\u5B9A:"),Pt.createElement(Oe.default,{checked:gn.last_match_rule,onChange:Zn=>{const Hn=ze.map((mn,zn)=>zn===en?De(Fe({},mn),{last_match_rule:Zn.target.checked}):mn);fn(Hn)}},Pt.createElement("span",{className:"font14"},"\u672B\u5C3E\u5339\u914D",Pt.createElement("span",{className:"font12 c-light-black"},"\uFF08\u5B9E\u9645\u8F93\u51FA\u4E0E\u9884\u671F\u8F93\u51FA\u6700\u540E\u4E00\u884C\u76F8\u540C\u5373\u53EF\u901A\u5173\uFF09")))))))))),Pt.createElement("h4",{className:"font14 mt20 mb10"},Pt.createElement("span",{className:lt.sub},"*"),"\u8BC4\u6D4B\u811A\u672C"),Pt.createElement(ge.Z,{title:!Pn&&"\u8BF7\u542F\u7528Jupyter\u8BC4\u6D4B\u529F\u80FD\u540E\uFF0C\u8FDB\u884C\u7F16\u8F91",placement:"topLeft"},Pt.createElement(ne.default.Item,{name:"choice_standard_scripts",rules:[{required:!0,message:"\u8BF7\u9009\u62E9\u8BC4\u6D4B\u811A\u672C"}]},Pt.createElement(Bt.default,{getPopupContainer:gn=>gn.parentNode,size:"large",style:{width:400},placeholder:"\u8BF7\u9009\u62E9\u8BC4\u6D4B\u811A\u672C"},yt.map((gn,en)=>Pt.createElement(Bt.default.Option,{value:gn.id,key:en},gn.scptname))))),Pt.createElement(ge.Z,{title:!Pn&&"\u8BF7\u542F\u7528Jupyter\u8BC4\u6D4B\u529F\u80FD\u540E\uFF0C\u8FDB\u884C\u7F16\u8F91",placement:"topLeft"},Pt.createElement(ne.default.Item,{name:"evaluate_script"},Pt.createElement(gt.ZP,{height:450,style:{border:"1px solid #ccc"},language:"shell",theme:"vs-light",options:{readOnly:!Pn}}))),(0,St.Ny)()&&Pt.createElement(nn.Z,{className:"mb20",align:"middle"},Pt.createElement(ne.default.Item,{name:"use_jupyter_result",className:"mt10",valuePropName:"checked",noStyle:!0},Pt.createElement(et.Z,null)),Pt.createElement("div",{className:"ml10"},"\u662F\u5426\u6CBF\u7528Jupyter\u8FD0\u884C\u7ED3\u679C"))),Pt.createElement(nt.t,{okText:"\u4FDD\u5B58",hasOkBtn:jt,loading:xn,onCancel:()=>re.history.push(`/shixuns/${Ve==null?void 0:Ve.id}/challenges`),onOk:()=>Se.submit(),className:It==="jupyterLab"?lt.btn:""}))}},15067:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return te}});var Lt=Et(59301),re=Et(62957),fe=Et(99571),pe=Et(6767),ne=Et(20554),Ht=Et(29787),oe=Et(42440),Oe=Et(71051),ge={modal:"modal___NEEbt",con_warp:"con_warp___fZ8It",flex:"flex___Vqd1D",config_Warp:"config_Warp___m6wfT",config_btn:"config_btn___OL6qH",sceneList:"sceneList___SKegj",sceneItem:"sceneItem___RPw0S",sceneItemActive:"sceneItemActive___O_xTR"},Nt=Et(11724),Je=Et(62772),ie=Et(38986),nn=Et(59301),Bt=Object.defineProperty,et=Object.defineProperties,nt=Object.getOwnPropertyDescriptors,ct=Object.getOwnPropertySymbols,lt=Object.prototype.hasOwnProperty,gt=Object.prototype.propertyIsEnumerable,mt=(Jt,Vt,le)=>Vt in Jt?Bt(Jt,Vt,{enumerable:!0,configurable:!0,writable:!0,value:le}):Jt[Vt]=le,St=(Jt,Vt)=>{for(var le in Vt||(Vt={}))lt.call(Vt,le)&&mt(Jt,le,Vt[le]);if(ct)for(var le of ct(Vt))gt.call(Vt,le)&&mt(Jt,le,Vt[le]);return Jt},Pt=(Jt,Vt)=>et(Jt,nt(Vt)),Rt=(Jt,Vt,le)=>new Promise((ae,Fe)=>{var De=rn=>{try{Sn(le.next(rn))}catch(Ge){Fe(Ge)}},Ee=rn=>{try{Sn(le.throw(rn))}catch(Ge){Fe(Ge)}},Sn=rn=>rn.done?ae(rn.value):Promise.resolve(rn.value).then(De,Ee);Sn((le=le.apply(Jt,Vt)).next())}),te=({visible:Jt,onOk:Vt,onCancel:le,info:ae})=>{const[Fe,De]=(0,Lt.useState)("1"),[Ee,Sn]=(0,Lt.useState)([{name:"gpu_limit",label:"GPU\u663E\u5361\u6570\u91CF",value:1,min:0,max:4,typeName:"\u4E2A"},{name:"gpu_memory_limit",label:"GPU\u663E\u5B58\u5927\u5C0F",value:1,min:0,max:64,typeName:"GB"}]),[rn,Ge]=(0,Lt.useState)([]),[sn,$t]=(0,Lt.useState)(0),[It,Pe]=(0,Lt.useState)(null),[an,Ve]=(0,Lt.useState)(!1);(0,Lt.useEffect)(()=>{Jt&&Se()},[Jt]);const Se=()=>{De("1"),Pe(null),$t(0),Ee[0].value=(ae==null?void 0:ae.gpu_limit)||1,Ee[1].value=(ae==null?void 0:ae.gpu_memory_limit)||16,Sn([...Ee])};(0,Lt.useEffect)(()=>{var Dt,wt;((wt=(Dt=rn==null?void 0:rn[sn])==null?void 0:Dt.content)==null?void 0:wt.length)>0&&Pe(Pt(St({},rn[sn].content[0]),{index:0}))},[Fe,sn,rn]);const $e=()=>Rt(void 0,null,function*(){yield(0,ie.ZP)("/api/home/example_cpu_list.json",{method:"GET"}).then(Dt=>{var wt;if(Ge(Dt),(Dt==null?void 0:Dt.length)>0){let yt=Pt(St({},(wt=Dt==null?void 0:Dt[0])==null?void 0:wt.content[0]),{index:0});Pe(yt)}})}),He=Dt=>{De(Dt),Dt==="2"&&$t(0)},xn=(Dt,wt)=>{Sn(Ee.map(yt=>yt.name===Dt?wt(yt):yt))},we=(Dt,wt)=>{isNaN(Dt)||xn(wt,yt=>Pt(St({},yt),{value:Dt}))},de=(Dt,wt)=>{var yt;if(console.log("decline",Dt.value),Dt.value=Number(Dt.value),Dt.value<=((yt=Dt.min)!=null?yt:-1/0))return;let kt=Dt.value-.5<Dt.min?Dt.min:Dt.value-(wt||.5);xn(Dt.name,jt=>Pt(St({},jt),{value:kt}))},ke=(Dt,wt)=>{var yt;if(Dt.value=Number(Dt.value),Dt.value>=((yt=Dt.max)!=null?yt:1/0))return;let kt=Dt.value+.5>Dt.max?Dt.max:Dt.value+(wt||.5);xn(Dt.name,jt=>Pt(St({},jt),{value:kt}))},ze=(Dt,wt)=>{isNaN(Dt)||xn(wt,yt=>Pt(St({},yt),{value:Dt}))},fn=Dt=>{if(Dt==null||Number.isInteger(Dt))return Dt;const wt=Dt%1;return wt===.5?Dt:Math.floor(Dt)+(wt<.5?.5:1)};return nn.createElement(nn.Fragment,null,nn.createElement(re.default,{title:"\u8D44\u6E90\u914D\u7F6E",open:Jt,width:752,destroyOnClose:!0,centered:!0,onCancel:le,className:ge.modal,footer:[nn.createElement("div",{className:ge.btn_warp,key:"1"},nn.createElement(fe.ZP,{onClick:le},"\u53D6\u6D88"),nn.createElement(fe.ZP,{type:"primary",onClick:()=>{let Dt=St({},ae);if(Fe=="1")Dt.gpu_limit=Ee[0].value,Dt.gpu_memory_limit=Ee[1].value;else if(Fe=="2"){if(!It){pe.ZP.error("\u8BF7\u9009\u62E9\u4E00\u6761\u573A\u666F\u5BF9\u5E94\u7684CPU\u4E0E\u5185\u5B58");return}Dt=Pt(St({},Dt),{gpu_limit:It.gpu_limit,gpu_memory_limit:It.gpu_memory_limit})}Vt(Dt)}},"\u4FDD\u5B58"))]},nn.createElement(ne.default,{activeKey:Fe,onChange:He},nn.createElement(ne.default.TabPane,{tab:"GPU\u914D\u7F6E",key:1},nn.createElement(Ht.Z,{spinning:an},Ee==null?void 0:Ee.map(Dt=>nn.createElement("div",{className:ge.con_warp,key:Dt==null?void 0:Dt.name},nn.createElement("div",null,Dt==null?void 0:Dt.label),nn.createElement("div",null,nn.createElement(oe.Z,{min:Dt==null?void 0:Dt.min,max:Dt==null?void 0:Dt.max,onChange:wt=>we(wt,Dt==null?void 0:Dt.name),value:Dt==null?void 0:Dt.value,step:Dt.name==="gpu_limit"?1:.5,style:{width:422,height:6,margin:"0 20px 0 12px"}})),nn.createElement("div",{className:`${ge.config_Warp} ${ge.flex}`},nn.createElement("div",{className:`${ge.config_btn} ${ge.flex}`,onClick:()=>de(Dt,Dt.name==="gpu_limit"?1:.5)},nn.createElement(Nt.Z,null)),nn.createElement(Oe.Z,{min:Dt==null?void 0:Dt.min,max:Dt==null?void 0:Dt.max,size:"large",step:Dt.name==="gpu_limit"?1:.5,controls:!1,style:{width:55},value:Dt==null?void 0:Dt.value,onChange:wt=>{const yt=fn(wt);ze(yt,Dt==null?void 0:Dt.name)}}),nn.createElement("div",{className:`${ge.config_btn} ${ge.flex}`,onClick:()=>ke(Dt,Dt.name==="gpu_limit"?1:.5)},nn.createElement(Je.Z,null))),nn.createElement("div",null,Dt==null?void 0:Dt.typeName))))))))}},42546:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return wt}});var Lt=Et(59301),re=Et(62957),fe=Et(6767),pe=Et(30641),ne=Et(20554),Ht=Et(29787),oe=Et(25399),Oe=Et(99571),ge={header_body:"header_body___lAlEX",close:"close___OXweN",no_data:"no_data___h77J2",recommend_config_introduce:"recommend_config_introduce___ifFGY",recommend_config:"recommend_config___UXyKS",recommend_config_item:"recommend_config_item___zONum",item_title:"item_title___w5vXw",recommend_text:"recommend_text___f68Eu",item_content:"item_content___j_zbN",recommend_config_active_item:"recommend_config_active_item___SrTkJ",recommend_config_footer:"recommend_config_footer___PHnlA",application:"application___uh4gI",tooltip:"tooltip___f0uXh",disabled:"disabled___Ha9Ba"},Nt=Et(99267),Je=Et(61485),ie=Et(13014),nn=Et(93314),Bt=Et(38986),et=Et(76411),nt={lineChart:"lineChart___dCEZW"},ct=Et(61186),lt=Et.n(ct),gt=Et(59301),St=({dataInfo:yt,indexKey:kt,valueName:jt,startAndEndTime:Mt,colors:Gt=["#DA4928","#2EC25B","#FEBD49","#498FEA","#9363D8"],imageTypeName:Ce})=>{let be=null;(0,Lt.useEffect)(()=>{gn()},[yt]),(0,Lt.useEffect)(()=>{window.addEventListener("resize",on(()=>{be&&be.resize()},200))},[window.onresize]);const on=(en,Zn,Hn=!1)=>{let mn,zn;return(...Ri)=>{if(Hn){en.apply(zn,Ri),Hn=!1;return}clearTimeout(mn),mn=setTimeout(()=>{en.apply(zn,Ri)},Zn)}},Ae=en=>en?en.map(Zn=>{const Hn=new Date(Zn),mn=String(Hn.getMonth()+1).padStart(2,"0"),zn=String(Hn.getDate()).padStart(2,"0"),Ri=String(Hn.getHours()).padStart(2,"0"),vi=String(Hn.getMinutes()).padStart(2,"0");return`${mn}/${zn} ${Ri}:${vi}`}):[],Le=(en,Zn)=>en.map(Hn=>{const mn=Zn.timestamps.indexOf(Hn);return mn!==-1?Zn.values[mn]:null});function _e(en){let Zn=1/0;for(let mn=0;mn<en.length-1;mn++){let zn=en[mn+1]-en[mn];zn<Zn&&(Zn=zn)}return{newArray:un(en[0],en[en.length-1],Zn),minInterval:Zn}}const un=(en,Zn,Hn)=>{let mn=[];for(let zn=en;zn<=Zn;zn+=Hn)mn.push(zn);return mn},Pn=()=>{var en;const Zn=((en=yt==null?void 0:yt.x)==null?void 0:en.flat())||[];let Hn=[...new Set(Zn)].sort((Ue,ii)=>Ue-ii),mn=_e(Hn),zn=mn==null?void 0:mn.newArray,Ri=mn==null?void 0:mn.minInterval;Hn=[...new Set([...Hn,...zn])].sort((Ue,ii)=>Ue-ii);let vi=lt()(Mt[0],"YYYY-MM-DD HH:mm").valueOf(),ji=un(vi,Hn[0]-Ri,Ri),er=lt()(Mt[1],"YYYY-MM-DD HH:mm").valueOf(),Ke=un(Hn[Hn.length-1]+Ri,er,Ri);return Hn=[...ji,...Hn,...Ke],[...new Set(Hn)].sort((Ue,ii)=>Ue-ii)},gn=()=>{var en;be=et.init(document.getElementById(`lineChart${kt}`));let Zn=Pn(),Hn=(en=yt==null?void 0:yt.y)==null?void 0:en.map((zn,Ri)=>{var vi;let ji={timestamps:(vi=yt==null?void 0:yt.x)==null?void 0:vi[Ri],values:zn};return zn=Le(Zn,ji),{name:jt[Ri],type:"line",itemStyle:{show:!1},lineStyle:{color:Gt[Ri]},data:zn}}),mn={tooltip:{trigger:"axis",axisPointer:{type:"line",lineStyle:{color:"rgba(212, 217, 227, 1)",type:"dashed"}},backgroundColor:"#fff",textStyle:{color:"#333333"},padding:10,extraCssText:"box-shadow: 0px 4px 8px 0px rgba(184,194,202,0.5)",formatter:function(zn){var Ri;let vi="";return zn.forEach((ji,er)=>{console.log("item",ji),vi+=`<div style="width: 100%; display: flex; justify-content: space-between; align-items: center; margin: 6px 0px;">
|
|
<div style="display: flex; align-items: center;">
|
|
<div style="width: 12px; height: 12px; border-radius: 50%; background: ${Gt[ji==null?void 0:ji.componentIndex]}; margin-right: 4px;"></div>
|
|
<span style="width: 144px; color: rgba(43,49,63,0.5); font-size: 12px;">${Ce[ji==null?void 0:ji.componentIndex]}</span>
|
|
</div>
|
|
<div style="color: #393971; font-size: 13px; font-weight: 600;">${ji.value>0?ji.value.toFixed(5):ji.value==0?0:"--"} ${kt==0?"Cores":"MiB"}</div>
|
|
</div>`}),`<div>
|
|
<div style="color: #333333; padding-top: 6px;">${(Ri=zn[0])==null?void 0:Ri.name}</div>
|
|
${vi}
|
|
</div>`}},grid:{right:"5%",bottom:"20%",top:"10%"},dataZoom:[{show:!0,start:0,end:100},{type:"inside",start:20,end:100}],xAxis:[{type:"category",gridIndex:0,boundaryGap:!0,axisTick:{show:!1,alignWithLabel:!1},axisLine:{show:!0,lineStyle:{color:"#F0F0F0",type:"solid"}},axisLabel:{show:!0,color:"#9096A3"},splitLine:{show:!1},data:Ae(Zn)}],yAxis:[{type:"value",gridIndex:0,axisTick:{show:!1},axisLine:{show:!1},axisLabel:{show:!0,color:"#9096A3",formatter:kt==1?"{value} MiB":"{value} Cores"},splitLine:{show:!0,lineStyle:{color:"#EDEDED",type:"dashed"}}}],series:Hn};be.setOption(mn)};return gt.createElement("div",{id:`lineChart${kt}`,className:nt.lineChart})},Pt=Et(9148),Rt={flex_warp:"flex_warp___Rtigf",chart_content:"chart_content___tVmUj",chart_title:"chart_title___AOPx7",listdata:"listdata___mi4KG",block:"block___prArl",typename:"typename___j4diD",val:"val___MeuWc",info_con:"info_con___eIdJL",info_top:"info_top___UKMbT",fullscreen:"fullscreen___PICBn",chart_content_qp:"chart_content_qp___ae1n1",spin_dom:"spin_dom___T7PCy"},Wt=Et(82326),te=Et(16326),Jt=Et(1560);const Vt=yt=>{const kt=new Date,Mt=(Gt=>{const Ce=new Date(kt);switch(Gt){case"\u6700\u8FD130\u5206\u949F":Ce.setMinutes(kt.getMinutes()-30);break;case"\u6700\u8FD13\u5C0F\u65F6":Ce.setHours(kt.getHours()-3);break;case"\u6700\u8FD124\u5C0F\u65F6":Ce.setDate(kt.getDate()-1);break;case"\u6700\u8FD17\u5929":Ce.setDate(kt.getDate()-7);break;case"\u6700\u8FD115\u5929":Ce.setDate(kt.getDate()-15);break;default:return null}return Ce})(yt);return Mt?{startTime:Mt,endTime:kt}:null},le=(yt,kt,jt)=>{if(!yt)return!1;const Mt=lt()(),[Gt,Ce]=kt;if(yt.isAfter(Mt))return!0;if(Gt){const be=Gt.clone().add(jt,"days");if(Ce&&yt.isAfter(be))return!0}if(Ce){const be=Ce.clone().subtract(jt,"days");return yt.isBefore(be)||yt.isAfter(Mt)}return!1},ae=yt=>yt<=5?"30s":yt<=15?"1m":yt<=30?"2m":yt<=60?"5m":yt<=180?"10m":yt<=360?"30m":yt<=720?"1h":yt<=1440?"2h":yt<=2880?"4h":yt<=4320?"8h":yt<=10080||yt<=14400?"12h":yt<=21600?"1d":"\u6CA1\u6709\u5339\u914D\u7684\u65F6\u95F4\u95F4\u9694",Fe=yt=>{const[kt,jt]=yt,Mt=moment.isMoment(kt)?kt:moment(kt),Gt=moment.isMoment(jt)?jt:moment(jt);if(!Mt.isValid()||!Gt.isValid())throw new Error("Invalid date provided");const be=moment.duration(Gt.diff(Mt)).asMinutes();return ae(be)},De=(yt,kt,jt=20)=>{const Mt=new Date(yt).getTime(),Gt=new Date(kt).getTime(),Ce=jt*1e3,be=[];let on=Mt;for(;on<=Gt;)be.push(on),on+=Ce;return be};var Ee=Et(89392),Sn=Et(28426),rn=Et(84989),Ge=Et(59301),sn=(yt,kt,jt)=>new Promise((Mt,Gt)=>{var Ce=Ae=>{try{on(jt.next(Ae))}catch(Le){Gt(Le)}},be=Ae=>{try{on(jt.throw(Ae))}catch(Le){Gt(Le)}},on=Ae=>Ae.done?Mt(Ae.value):Promise.resolve(Ae.value).then(Ce,be);on((jt=jt.apply(yt,kt)).next())});const $t=Wt.default.Option,{RangePicker:It}=te.default;var an=({identifier:yt,data:kt,isFirst:jt,setIsFirst:Mt,info:Gt})=>{var Ce;const[be,on]=(0,Lt.useState)([]),[Ae,Le]=(0,Lt.useState)([]),[_e,un]=(0,Lt.useState)(null),[Pn,gn]=(0,Lt.useState)(""),[en,Zn]=(0,Lt.useState)([null,null]),[Hn,mn]=(0,Lt.useState)([]),[zn,Ri]=(0,Lt.useState)(!1),[vi,ji]=(0,Lt.useState)([]),[er,Ke]=(0,Lt.useState)(!1),[Ue,ii]=(0,Lt.useState)(!1),[Ai,Fi]=(0,Lt.useState)(""),[Mi,sr]=(0,Lt.useState)(1),nr=["\u6700\u8FD130\u5206\u949F","\u6700\u8FD13\u5C0F\u65F6","\u6700\u8FD124\u5C0F\u65F6","\u6700\u8FD17\u5929","\u6700\u8FD115\u5929"],fr=["#DA4928","#2EC25B","#FEBD49","#498FEA","#9363D8"];(0,Lt.useEffect)(()=>{var vn,ui,Te,Ze;if(kt&&jt){Bn(),on(kt==null?void 0:kt.recent_users),Le(kt==null?void 0:kt.managers);const Ne=(Gt==null?void 0:Gt.type)==="\u6311\u6218\u9875\u9762";((vn=kt==null?void 0:kt.managers)==null?void 0:vn.length)>0?un(Ne?Gt==null?void 0:Gt.myshixun_id:(ui=kt==null?void 0:kt.managers[0])==null?void 0:ui.id):((Te=kt==null?void 0:kt.recent_users)==null?void 0:Te.length)>0&&un(Ne?Gt==null?void 0:Gt.myshixun_id:(Ze=kt==null?void 0:kt.recent_users[0])==null?void 0:Ze.id),gn("\u6700\u8FD130\u5206\u949F"),Mt(!1)}},[kt]),(0,Lt.useEffect)(()=>{if(Pn){let vn=Vt(Pn);Zn([lt()(vn==null?void 0:vn.startTime),lt()(vn==null?void 0:vn.endTime)])}},[Pn]),(0,Lt.useEffect)(()=>{_e&&(en!=null&&en[0])&&(en!=null&&en[1])&&_n()},[_e,en]);const _n=()=>sn(void 0,null,function*(){var vn;Ri(!0);let ui={startTimeString:en[0]?en[0].format("YYYY-MM-DD HH:mm"):null,endTimeString:en[1]?en[1].format("YYYY-MM-DD HH:mm"):null,samplingInterval:"20s",isSortBoolean:!1,id:_e};const Te=yield(0,Bt.ZP)(`/api/shixuns/${yt}/cpu_rank_data.json`,{method:"get",params:ui});(Te==null?void 0:Te.status)==0&&(ji((vn=Te==null?void 0:Te.data)==null?void 0:vn.statisticsList),sr(Mi+1)),Ri(!1)}),qi=(0,Lt.useRef)((0,Ee.throttle)(vn=>Ct(vn),1200,{leading:!0,trailing:!0})).current,Ct=vn=>sn(void 0,null,function*(){if(vn=="")return;const ui=yield(0,Bt.ZP)(`/api/shixuns/${yt}/cpu_search_data`,{method:"get",params:{search:vn}});(ui==null?void 0:ui.status)==0&&mn(ui==null?void 0:ui.data)}),Bi=(vn,ui)=>{vn==="CPU"?(er?(0,rn.BU)():(0,rn.Dj)(document.getElementById(`tj${ui}`)),Ke(!er)):(Ue?(0,rn.BU)():(0,rn.Dj)(document.getElementById(`tj${ui}`)),ii(!Ue))},oi=(vn,ui,Te)=>{const Ze=ui==="CPU"?"cpuUsageChart":"memoryUsageChart";let Ne=vn.map(Oi=>{var Ni,$i,Ye,cn;const Pi=(Ni=Oi.promQueryResult)==null?void 0:Ni[Ze],dr=`${Oi.envId}-${Oi.myPracticalTrainingId}_${ui}`,Yn=((cn=(Ye=($i=Pi==null?void 0:Pi.results[dr])==null?void 0:$i.frames[0])==null?void 0:Ye.data)==null?void 0:cn.values)||[];return Yn.length>0?Yn[Te]:[]});return Ne.some(Oi=>Array.isArray(Oi)&&Oi.length>0)?Ne:[]},Wn=vn=>{un(vn),Bn()},Bn=()=>{mn([]),Fi("")},En=vn=>{let ui=!1;for(let Te=0;Te<(vi==null?void 0:vi.length);Te++){let Ze=oi(vi,vn,1)[Te];if(Ze&&(Ze==null?void 0:Ze.length)>0){ui=!0;break}}return(vi==null?void 0:vi.length)>0&&ui};return Ge.createElement(Ge.Fragment,null,Ge.createElement("div",{className:`${Rt.flex_warp}`},Ge.createElement(Jt.Z,{allowClear:!0,showSearch:!0,value:Ai,style:{width:280},onSearch:qi,placeholder:"\u641C\u7D22\u59D3\u540D/\u624B\u673A\u53F7/\u90AE\u7BB1",onChange:(vn,ui)=>{Fi(vn),ui!=null&&ui.key&&un(Number(ui==null?void 0:ui.key))},onClear:Bn,size:"large"},Hn==null?void 0:Hn.map((vn,ui)=>Ge.createElement($t,{key:vn.id,value:vn.name},vn.name.length>4?`${vn.name.slice(0,4)}...`:vn.name,`( ${vn.phone?vn.phone:""} ${vn.mail?` - ${vn.mail}`:""})`))),Ge.createElement("div",null,Ge.createElement(Wt.default,{style:{width:130,marginRight:20},placeholder:"\u8BF7\u9009\u62E9",size:"large",value:Pn,onChange:vn=>{gn(vn)}},nr.map((vn,ui)=>Ge.createElement(Wt.default.Option,{key:ui,value:vn},vn))),Ge.createElement(It,{style:{width:320},showTime:!0,size:"large",allowClear:!1,value:en,disabledDate:vn=>le(vn,en,15),format:"YYYY-MM-DD HH:mm",onChange:vn=>{Zn(vn),gn(void 0)}}))),Ge.createElement(Pt.qp,{title:"\u5408\u4F5C\u6210\u5458",style:{marginTop:"24px"},value:_e,onChange:vn=>Wn(vn),dataSource:Ae,titleWidth:60,key:1}),Ge.createElement(Pt.qp,{title:"\u6700\u8FD1\u5B9E\u9A8C",className:(be==null?void 0:be.length)==0?"mt0":"",style:{marginBottom:(be==null?void 0:be.length)>0?"0px":"17px"},value:_e,onChange:vn=>Wn(vn),dataSource:be,titleWidth:60,key:2}),(Ce=[{name:"CPU",type:"CPU"},{name:"\u5185\u5B58",type:"MEMORY"}])==null?void 0:Ce.map((vn,ui)=>Ge.createElement("div",{className:`${Rt.chart_content}`,key:ui,id:`tj${ui}`},Ge.createElement("div",{className:Rt.chart_title},Ge.createElement("span",null,vn==null?void 0:vn.name,"\u4F7F\u7528\u91CF"),Ge.createElement("i",{className:`${Rt.fullscreen}
|
|
iconfont
|
|
${(vn==null?void 0:vn.type)=="CPU"?er?"icon-tuichuquanping2":"icon-quanping2":Ue?"icon-tuichuquanping2":"icon-quanping2"}
|
|
`,onClick:()=>Bi(vn.type,ui)})),Ge.createElement(Ht.Z,{spinning:zn},En(vn.type)?Ge.createElement("div",{style:{marginTop:(vn==null?void 0:vn.type)=="CPU"?er?"7%":"":Ue?"7%":""}},Ge.createElement(St,{dataInfo:{y:oi(vi,vn==null?void 0:vn.type,1)||[],x:oi(vi,vn==null?void 0:vn.type,0)||[]},startAndEndTime:en,colors:fr,indexKey:ui,valueName:vi.map(Te=>Te.name),imageTypeName:vi.map(Te=>{var Ze;return(Ze=Te==null?void 0:Te.promQueryResult)==null?void 0:Ze.imageTypeName}),key:`${ui}-${Mi}`}),Ge.createElement("div",{className:Rt.info_con},Ge.createElement("div",{className:Rt.info_top},Ge.createElement("div",null,"\u6700\u5927\u503C"),Ge.createElement("div",null,"\u6700\u5C0F\u503C"),Ge.createElement("div",null,"\u5E73\u5747\u503C")),vi.map((Te,Ze)=>{var Ne;let ln=Te==null?void 0:Te.promQueryResult;return Ge.createElement("div",{className:Rt.listdata,key:Ze},Ge.createElement("div",{className:Rt.block,style:{backgroundColor:fr[Ze],marginRight:10}}),Ge.createElement("div",{className:Rt.typename},(Ne=Te==null?void 0:Te.promQueryResult)==null?void 0:Ne.imageTypeName),Ge.createElement("div",{className:Rt.val},(vn==null?void 0:vn.type)=="CPU"?`${ln==null?void 0:ln.cpuMaxDoubleValue}Cores`:`${ln==null?void 0:ln.memoryDoubleMaxValue}MiB`),Ge.createElement("div",{className:Rt.val},(vn==null?void 0:vn.type)=="CPU"?`${ln==null?void 0:ln.cpuMinDoubleValue}Cores`:`${ln==null?void 0:ln.memoryDoubleMinValue}MiB`),Ge.createElement("div",{className:Rt.val},(vn==null?void 0:vn.type)=="CPU"?`${ln==null?void 0:ln.cpuAvgDoubleValue}Cores`:`${ln==null?void 0:ln.memoryDoubleAvgValue}MiB`))}))):Ge.createElement(Sn.Z,null)))))},Ve=Et(59301),Se=(yt,kt,jt)=>new Promise((Mt,Gt)=>{var Ce=Ae=>{try{on(jt.next(Ae))}catch(Le){Gt(Le)}},be=Ae=>{try{on(jt.throw(Ae))}catch(Le){Gt(Le)}},on=Ae=>Ae.done?Mt(Ae.value):Promise.resolve(Ae.value).then(Ce,be);on((jt=jt.apply(yt,kt)).next())}),He=({getApi:yt,identifier:kt,visible:jt,info:Mt})=>{const[Gt,Ce]=(0,Lt.useState)({}),[be,on]=(0,Lt.useState)(!0);(0,Lt.useEffect)(()=>{on(!0)},[jt]),(0,Lt.useEffect)(()=>{yt&&be&&Ae()},[yt]);const Ae=()=>Se(void 0,null,function*(){const Le=yield(0,Bt.ZP)(`/api/shixuns/${kt}/cpu_basic_data.json`,{method:"get"});(Le==null?void 0:Le.status)==0&&Ce(Le)});return Ve.createElement("div",null,Ve.createElement(an,{isFirst:be,setIsFirst:Le=>on(Le),identifier:kt,data:Gt,info:Mt}))},xn=Et(51257),we=Et(25690),de=Et(75736),ke=Et(40197),ze=Et(59301),fn=(yt,kt,jt)=>new Promise((Mt,Gt)=>{var Ce=Ae=>{try{on(jt.next(Ae))}catch(Le){Gt(Le)}},be=Ae=>{try{on(jt.throw(Ae))}catch(Le){Gt(Le)}},on=Ae=>Ae.done?Mt(Ae.value):Promise.resolve(Ae.value).then(Ce,be);on((jt=jt.apply(yt,kt)).next())});const Dt=({globalSetting:yt,dispatch:kt,practiceSetting:jt,shixunsDetail:Mt,visible:Gt,onCancel:Ce,info:be,identifier:on,isJupyter:Ae,onOk:Le})=>{const[_e,un]=(0,Lt.useState)("1"),[Pn,gn]=(0,Lt.useState)("\u63A8\u8350\u914D\u7F6E"),[en,Zn]=(0,Lt.useState)([]),[Hn,mn]=(0,Lt.useState)(!1),[zn,Ri]=(0,Lt.useState)(!1),[vi,ji]=(0,Lt.useState)({}),[er,Ke]=(0,Lt.useState)(!1);(0,Lt.useEffect)(()=>{Gt&&(Ri(!1),un("1"),gn("\u63A8\u8350\u914D\u7F6E"),(be==null?void 0:be.type)=="\u6311\u6218\u9875\u9762"?Zn(["\u5F53\u524D\u914D\u7F6E","\u63A8\u8350\u914D\u7F6E"]):Zn(["\u5F53\u524D\u914D\u7F6E","\u63A8\u8350\u914D\u7F6E","\u589E\u5F3A\u914D\u7F6E"]),ji({}),Ue(),(be==null?void 0:be.type)=="\u6311\u6218\u9875\u9762"&&kt({type:"shixunsDetail/getShixunsDetail",payload:{id:on}}))},[Gt]);const Ue=()=>fn(void 0,null,function*(){Ke(!0);const _n=yield(0,de.HS)(on);[0,-10].includes(_n.status)&&(ji(_n),Ke(!1))}),ii=_n=>{_n=="2"?Ri(!0):Ri(!1),un(_n)},Ai=()=>{re.default.info({centered:!0,icon:null,width:424,title:"\u8054\u7CFB\u5E73\u53F0\u7BA1\u7406\u5458",content:ze.createElement("div",{className:"tc"},ze.createElement("img",{src:ie,alt:"\u4E8C\u7EF4\u7801",width:182,height:182,style:{pointerEvents:"none",userSelect:"none"}})),okText:"\u6211\u77E5\u9053\u4E86"})},Fi=()=>fn(void 0,null,function*(){if((0,ke.gy)(kt,"\u4E0D\u80FD\u9009\u62E9/\u66F4\u6362\u5B9E\u9A8C\u73AF\u5883")||Pn=="\u5F53\u524D\u914D\u7F6E")return;mn(!0),(yield(0,Bt.ZP)(`/api/shixuns/${on}/apply_recommend_config.json`,{method:"put",body:{data:Pn=="\u63A8\u8350\u914D\u7F6E"?vi==null?void 0:vi.recommend:vi==null?void 0:vi.high}})).status==0&&(fe.ZP.success("\u5E94\u7528\u6210\u529F"),mn(!1),Ce(),Le())}),Mi=()=>fn(void 0,null,function*(){var _n,qi;if(yield sr(),(0,xn.L9)(["\u5B9E\u8DF5\u9879\u76EE","\u8BBE\u7F6E","\u6A21\u62DF\u5B9E\u6218"]),(_n=Mt.detail)!=null&&_n.is_jupyter||(qi=Mt.detail)!=null&&qi.is_jupyter_lab){kt({type:"shixunsDetail/execJupyter",payload:{id:on}}).then(Bi=>{var oi;Bi!=null&&Bi.identifier&&((oi=we.history)==null||oi.push(`/tasks/${Bi.identifier}/jupyter`))});return}kt({type:"globalSetting/setGlobalLoading",payload:{show:!0,text:"\u6B63\u5728\u8FDB\u5165\u5B9E\u8DF5\u9879\u76EE\uFF0C\u8BF7\u7A0D\u540E..."}});const Ct=Ae?yield(0,de.BK)({id:on}):yield(0,de.Ir)({id:on});if(kt({type:"globalSetting/setGlobalLoading",payload:{show:!1,text:""}}),Ct!=null&&Ct.game_identifier||Ct!=null&&Ct.identifier){(0,xn.xg)(Ae?`/tasks/${Ct==null?void 0:Ct.identifier}/jupyter`:`/tasks/${Ct.game_identifier}`);return}(Ct==null?void 0:Ct.status)===-3?(0,xn.eF)():(Ct==null?void 0:Ct.status)===2?nr(Ct==null?void 0:Ct.message):(Ct==null?void 0:Ct.status)===3&&fr(Ct==null?void 0:Ct.message)}),sr=()=>new Promise((_n,qi)=>{var Ct;(Ct=jt==null?void 0:jt.sideBar)!=null&&Ct.confirmLeave?re.default.confirm({title:"\u79BB\u5F00\u6B64\u9875\u63D0\u793A",content:"\u7CFB\u7EDF\u53EF\u80FD\u4E0D\u4F1A\u4FDD\u5B58\u60A8\u6240\u505A\u7684\u66F4\u6539\u3002",okText:"\u79BB\u5F00",cancelText:"\u53D6\u6D88",onOk:()=>{kt({type:"practiceSetting/setSideBarTabs",payload:{confirmLeave:!1}}),_n()},onCancel:()=>{qi()}}):_n()}),nr=_n=>{_n=_n!=null&&_n.includes(".json")?_n:`${_n}.json`,re.default.confirm({centered:!0,title:"\u63D0\u793A",okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",content:ze.createElement("div",{className:"tc font16"},"\u5B9E\u8BAD\u5DF2\u7ECF\u66F4\u65B0\u4E86\uFF0C\u6B63\u5728\u4E3A\u60A8\u91CD\u7F6E!"),onOk:()=>fn(void 0,null,function*(){const qi=yield(0,Bt.ZP)("/api"+_n,{method:"get"});if(!qi)return;fe.ZP.success("\u91CD\u7F6E\u6210\u529F\uFF0C\u6B63\u5728\u8FDB\u5165\u5B9E\u8DF5\u9879\u76EE\uFF01");const Ct=yield(0,de.Ir)({id:qi.shixun_identifier});if(Ct!=null&&Ct.game_identifier){(0,xn.xg)(`/tasks/${Ct.game_identifier}`);return}(Ct==null?void 0:Ct.status)===2?nr(Ct==null?void 0:Ct.message):(Ct==null?void 0:Ct.status)===3&&fr(Ct==null?void 0:Ct.message)})})},fr=_n=>{re.default.confirm({centered:!0,title:"\u63D0\u793A",okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",content:ze.createElement("div",{className:"tc font16"},"\u76EE\u524D\u8BE5\u5B9E\u8DF5\u9879\u76EE\u5C1A\u5728\u5185\u6D4B\u4E2D\uFF0C\u5C06\u4E8E",_n,"\u4E4B\u540E\u5F00\u653E\uFF0C\u8C22\u8C22\uFF01")})};return ze.createElement(ze.Fragment,null,ze.createElement(pe.Z,{title:null,placement:"right",open:Gt,width:1e3,onClose:Ce,closeIcon:null,footer:null},ze.createElement("div",{className:ge.header_body},ze.createElement("span",null,"\u914D\u7F6E\u4E0E\u76D1\u63A7"),ze.createElement(Nt.Z,{className:ge.close,onClick:Ce})),ze.createElement(ne.default,{activeKey:_e,onChange:ii},ze.createElement(ne.default.TabPane,{tab:"\u63A8\u8350\u914D\u7F6E",key:1},ze.createElement(Ht.Z,{spinning:er,size:"large",tip:ze.createElement("div",{style:{color:"#666",fontSize:"14px"}},ze.createElement("div",{style:{color:"#232B40",fontWeight:"bolder",marginBottom:24,marginTop:14}},"\u6B63\u5728\u8BA1\u7B97\u2026"),ze.createElement("div",{style:{lineHeight:"26px"}},"\u7CFB\u7EDF\u6B63\u5728\u6839\u636E\u5B9E\u8DF5\u9879\u76EE\u4F7F\u7528\u7684\u5B9E\u9645\u60C5\u51B5\u8BA1\u7B97\u63A8\u8350\u914D\u7F6E",ze.createElement("br",null),"\u8BF7\u8010\u5FC3\u7B49\u5F85\u2026"))},(vi==null?void 0:vi.status)==0?ze.createElement(ze.Fragment,null,ze.createElement("div",{className:ge.recommend_config_introduce},ze.createElement("div",null,"\u5F53\u524D\u914D\u7F6E\uFF1A\u5B9E\u9A8C\u73AF\u5883\u76EE\u524D\u5DF2\u7ECF\u914D\u7F6E\u7684\u8D44\u6E90\u3002"),ze.createElement("div",null,"\u63A8\u8350\u914D\u7F6E\uFF1A\u7CFB\u7EDF\u6839\u636E\u5B9E\u8DF5\u9879\u76EE\u4F7F\u7528\u7684\u5B9E\u9645\u60C5\u51B5\uFF0C\u8BA1\u7B97\u51FA\u63A8\u8350\u914D\u7F6E\u3002\u4F7F\u7528\u7684\u4EBA\u8D8A\u591A\uFF0C\u63A8\u8350\u8D8A\u51C6\u786E\u3002"),ze.createElement("div",null,"\u589E\u5F3A\u914D\u7F6E\uFF1A\u9002\u7528\u4E8E\u8D44\u6E90\u6D88\u8017\u8F83\u9AD8\u7684\u5B9E\u8DF5\u9879\u76EE\u3002")),ze.createElement("div",{className:ge.recommend_config},en.map((_n,qi)=>ze.createElement("div",{className:`${ge.recommend_config_item} ${_n==Pn?ge.recommend_config_active_item:""}`,key:_n,onClick:()=>gn(_n)},ze.createElement("div",{className:ge.item_title},ze.createElement("div",null,_n),qi==1?ze.createElement("div",{className:ge.recommend_text},"\u63A8\u8350"):ze.createElement(ze.Fragment,null)),(_n=="\u5F53\u524D\u914D\u7F6E"&&(vi==null?void 0:vi.current)||_n=="\u63A8\u8350\u914D\u7F6E"&&(vi==null?void 0:vi.recommend)||_n=="\u589E\u5F3A\u914D\u7F6E"&&(vi==null?void 0:vi.high)||[]).map((Ct,Bi)=>ze.createElement("div",{className:ge.item_content,key:Bi},ze.createElement("span",null,Ct==null?void 0:Ct.image_name),Ct!=null&&Ct.cpu_limit?ze.createElement("span",null,Ct==null?void 0:Ct.cpu_limit,"\u6838",Ct==null?void 0:Ct.memory_limit,"G"):ze.createElement("div",null,ze.createElement("span",null,"\u6682\u65E0\u63A8\u8350"),ze.createElement(oe.Z,{title:ze.createElement("div",{style:{lineHeight:"22px",padding:5}},"\u5B9E\u9A8C\u73AF\u5883\u4E3A\u7279\u6B8A\u7684\u4E13\u6709\u4E91\u6216\u65E0\u4F7F\u7528\u6570",ze.createElement("br",null),"\u636E\uFF0C\u7CFB\u7EDF\u65E0\u6CD5\u7ED9\u51FA\u63A8\u8350\u503C\u3002\u4E00\u952E\u5E94\u7528",ze.createElement("br",null),"\u7684\u65F6\u5019\uFF0C\u5C06\u4F7F\u7528\u539F\u914D\u7F6E\u3002")},ze.createElement(Je.Z,{className:ge.tooltip})))))))),ze.createElement("div",{className:ge.recommend_config_footer},ze.createElement("div",null,ze.createElement("span",null,"\u6CA1\u627E\u5230\u5408\u9002\u7684\u914D\u7F6E\uFF1F"),ze.createElement("span",{style:{color:"#3061D0",cursor:"pointer"},onClick:()=>Ai()},"\u8054\u7CFB\u7BA1\u7406\u5458")),ze.createElement(Oe.ZP,{type:"primary",shape:"round",disabled:Pn=="\u5F53\u524D\u914D\u7F6E",onClick:Fi,loading:Hn},"\u4E00\u952E\u5E94\u7528"))):er?ze.createElement("div",{style:{height:400}}):ze.createElement("div",{className:ge.no_data},ze.createElement("img",{src:nn,style:{pointerEvents:"none",userSelect:"none",width:212,height:160}}),ze.createElement("p",{className:"mt20 mb20 font14",style:{color:"#7B8394",width:"100%",lineHeight:"26px"}},"\u5F53\u524D\u5B9E\u8DF5\u9879\u76EE\u6CA1\u6709\u4EFB\u4F55\u4EBA\u4F7F\u7528\u8FC7\uFF0C\u7CFB\u7EDF\u65E0\u6CD5\u6839\u636E\u5B9E\u9645\u4F7F\u7528\u60C5\u51B5\u7ED9\u51FA\u63A8\u8350\u914D\u7F6E\u3002",ze.createElement("br",null),"\u5EFA\u8BAE\u60A8\u5148\u6A21\u62DF\u5B9E\u6218\u5E76\u901A\u5173~"),(be==null?void 0:be.type)!="\u6311\u6218\u9875\u9762"&&ze.createElement("div",{className:ge.application,onClick:()=>{Mi(),Ce()}},"\u6A21\u62DF\u5B9E\u6218")))),ze.createElement(ne.default.TabPane,{tab:"\u8D44\u6E90\u76D1\u63A7",key:2},ze.createElement(He,{getApi:zn,identifier:on,visible:Gt,info:be})))))};var wt=(0,we.connect)(({globalSetting:yt,practiceSetting:kt,shixunsDetail:jt})=>({globalSetting:yt,practiceSetting:kt,shixunsDetail:jt}))(Dt)},74976:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return Vt}});var Lt=Et(59301),re=Et(62957),fe=Et(99571),pe=Et(6767),ne=Et(20554),Ht=Et(29787),oe=Et(42440),Oe=Et(71051),ge=Et(54172),Nt={modal:"modal___aF6vS",con_warp:"con_warp___W1gHS",flex:"flex___Cbe__",config_Warp:"config_Warp___lXnUZ",config_btn:"config_btn___OAH7T",sceneList:"sceneList___N5Y3k",sceneItem:"sceneItem____bE1H",sceneItemActive:"sceneItemActive___e82B8"},Je=Et(11724),ie=Et(62772),nn=Et(38986),Bt=Et(28426),et=Et(59301),nt=Object.defineProperty,ct=Object.defineProperties,lt=Object.getOwnPropertyDescriptors,gt=Object.getOwnPropertySymbols,mt=Object.prototype.hasOwnProperty,St=Object.prototype.propertyIsEnumerable,Pt=(le,ae,Fe)=>ae in le?nt(le,ae,{enumerable:!0,configurable:!0,writable:!0,value:Fe}):le[ae]=Fe,Rt=(le,ae)=>{for(var Fe in ae||(ae={}))mt.call(ae,Fe)&&Pt(le,Fe,ae[Fe]);if(gt)for(var Fe of gt(ae))St.call(ae,Fe)&&Pt(le,Fe,ae[Fe]);return le},Wt=(le,ae)=>ct(le,lt(ae)),te=(le,ae,Fe)=>new Promise((De,Ee)=>{var Sn=sn=>{try{Ge(Fe.next(sn))}catch($t){Ee($t)}},rn=sn=>{try{Ge(Fe.throw(sn))}catch($t){Ee($t)}},Ge=sn=>sn.done?De(sn.value):Promise.resolve(sn.value).then(Sn,rn);Ge((Fe=Fe.apply(le,ae)).next())}),Vt=({visible:le,onOk:ae,onCancel:Fe,info:De})=>{var Ee,Sn,rn,Ge,sn;const[$t,It]=(0,Lt.useState)("1"),[Pe,an]=(0,Lt.useState)([]),[Ve,Se]=(0,Lt.useState)([]),[$e,He]=(0,Lt.useState)(0),[xn,we]=(0,Lt.useState)(null),[de,ke]=(0,Lt.useState)(!1);(0,Lt.useEffect)(()=>{le&&(ze(),fn(),Dt())},[le]);const ze=()=>{It("1"),an([]),we(null),He(0)};(0,Lt.useEffect)(()=>{var be,on;((on=(be=Ve==null?void 0:Ve[$e])==null?void 0:be.content)==null?void 0:on.length)>0&&we(Wt(Rt({},Ve[$e].content[0]),{index:0}))},[$t,$e,Ve]);const fn=()=>te(void 0,null,function*(){ke(!0),yield(0,nn.ZP)("/api/home/cpu_memory_limit.json",{method:"GET"}).then(be=>{let{max_cpu:on,max_memory:Ae,min_cpu:Le,min_memory:_e}=be,{cpu:un,memory:Pn}=De;an([{name:"CPU",value:un,min:Le,max:on,typeName:"\u6838"},{name:"\u5185\u5B58",value:Pn,min:_e,max:Ae,typeName:"GB"}])}),ke(!1)}),Dt=()=>te(void 0,null,function*(){yield(0,nn.ZP)("/api/home/example_cpu_list.json",{method:"GET"}).then(be=>{var on;if(Se(be),(be==null?void 0:be.length)>0){let Ae=Wt(Rt({},(on=be==null?void 0:be[0])==null?void 0:on.content[0]),{index:0});we(Ae)}})}),wt=be=>{It(be),be==="2"&&He(0)},yt=(be,on)=>{an(Pe.map(Ae=>Ae.name===be?on(Ae):Ae))},kt=(be,on)=>{isNaN(be)||yt(on,Ae=>Wt(Rt({},Ae),{value:be}))},jt=be=>{var on;if(console.log("decline",be.value),be.value=Number(be.value),be.value<=((on=be.min)!=null?on:-1/0))return;let Ae=be.value-.5<be.min?be.min:be.value-.5;yt(be.name,Le=>Wt(Rt({},Le),{value:Ae}))},Mt=be=>{var on;if(be.value=Number(be.value),be.value>=((on=be.max)!=null?on:1/0))return;let Ae=be.value+.5>be.max?be.max:be.value+.5;yt(be.name,Le=>Wt(Rt({},Le),{value:Ae}))},Gt=(be,on)=>{isNaN(be)||yt(on,Ae=>Wt(Rt({},Ae),{value:be}))},Ce=be=>{if(be==null||Number.isInteger(be))return be;const on=be%1;return on===.5?be:Math.floor(be)+(on<.5?.5:1)};return et.createElement(et.Fragment,null,et.createElement(re.default,{title:"\u8D44\u6E90\u914D\u7F6E",open:le,width:752,destroyOnClose:!0,centered:!0,onCancel:Fe,className:Nt.modal,footer:[et.createElement("div",{className:Nt.btn_warp,key:"1"},et.createElement(fe.ZP,{onClick:Fe},"\u53D6\u6D88"),et.createElement(fe.ZP,{type:"primary",onClick:()=>{let be=Rt({},De);if($t=="1")be.cpu=Pe[0].value,be.memory=Pe[1].value;else if($t=="2"){if(!xn){pe.ZP.error("\u8BF7\u9009\u62E9\u4E00\u6761\u573A\u666F\u5BF9\u5E94\u7684CPU\u4E0E\u5185\u5B58");return}be=Wt(Rt({},be),{cpu:xn.cpu,memory:xn.memory})}ae(be)}},"\u4FDD\u5B58"))]},et.createElement(ne.default,{activeKey:$t,onChange:wt},et.createElement(ne.default.TabPane,{tab:"\u81EA\u5B9A\u4E49\u914D\u7F6E",key:1},et.createElement(Ht.Z,{spinning:de},Pe==null?void 0:Pe.map(be=>et.createElement("div",{className:Nt.con_warp,key:be==null?void 0:be.name},et.createElement("div",null,be==null?void 0:be.name),et.createElement("div",null,et.createElement(oe.Z,{min:be==null?void 0:be.min,max:be==null?void 0:be.max,onChange:on=>kt(on,be==null?void 0:be.name),value:be==null?void 0:be.value,step:.5,style:{width:482,height:6,margin:"0 20px 0 12px"}})),et.createElement("div",{className:`${Nt.config_Warp} ${Nt.flex}`},et.createElement("div",{className:`${Nt.config_btn} ${Nt.flex}`,onClick:()=>jt(be)},et.createElement(Je.Z,null)),et.createElement(Oe.Z,{min:be==null?void 0:be.min,max:be==null?void 0:be.max,size:"large",step:"0.1",controls:!1,style:{width:50},value:be==null?void 0:be.value,onChange:on=>{const Ae=Ce(on);Gt(Ae,be==null?void 0:be.name)}}),et.createElement("div",{className:`${Nt.config_btn} ${Nt.flex}`,onClick:()=>Mt(be)},et.createElement(ie.Z,null))),et.createElement("div",null,be==null?void 0:be.typeName))))),(Ve==null?void 0:Ve.length)>0&&et.createElement(ne.default.TabPane,{tab:"\u6309\u573A\u666F\u9009\u62E9",key:2},et.createElement("div",{className:Nt.sceneList},Ve==null?void 0:Ve.map((be,on)=>et.createElement("div",{className:`${Nt.sceneItem} ${$e==on&&Nt.sceneItemActive}`,key:be==null?void 0:be.id,onClick:()=>{He(on)}},be==null?void 0:be.name))),((Sn=(Ee=Ve==null?void 0:Ve[$e])==null?void 0:Ee.content)==null?void 0:Sn.length)>0?et.createElement(ge.default,{rowSelection:{type:"radio",selectedRowKeys:[xn==null?void 0:xn.index],onChange:(be,on)=>{we(on[0])}},columns:[{title:"CPU",dataIndex:"cpu",align:"center",render:(be,on)=>et.createElement("div",null,be,"\u6838")},{title:"\u5185\u5B58",dataIndex:"memory",align:"center",render:(be,on)=>et.createElement("div",null,be,"GB")}],dataSource:(rn=Ve==null?void 0:Ve[$e])==null?void 0:rn.content.map((be,on)=>Wt(Rt({},be),{index:on})),rowKey:"index",pagination:!1,scroll:((sn=(Ge=Ve==null?void 0:Ve[$e])==null?void 0:Ge.content)==null?void 0:sn.length)>3?{y:148}:{}}):et.createElement(Bt.Z,null)))))}},58473:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return gt}});var Lt=Et(59301),re=Et(25690),fe=Et(37568),pe=Et(28284),ne=Et(62957),Ht=Et(6767),oe=Et(14566),Oe=Et(99571),ge=Et(346),Nt=Et(55351),Je={flexRow:"flexRow___JBN3B",flexColumn:"flexColumn___zXgFj",formWrap:"formWrap___aNgan",upload:"upload___yGdLQ",color0152d9:"color0152d9___zzEpS",colorCCC:"colorCCC___k4Dxq",footerWrap:"footerWrap___WrUZd",qrCode:"qrCode___GPwSg",a1:"a1___R6etl",code:"code___fCL_L",group:"group___n7tgy",groupNumber:"groupNumber___tw7hA",a2:"a2___GGjDE"},ie=Object.getOwnPropertySymbols,nn=Object.prototype.hasOwnProperty,Bt=Object.prototype.propertyIsEnumerable,et=(mt,St)=>{var Pt={};for(var Rt in mt)nn.call(mt,Rt)&&St.indexOf(Rt)<0&&(Pt[Rt]=mt[Rt]);if(mt!=null&&ie)for(var Rt of ie(mt))St.indexOf(Rt)<0&&Bt.call(mt,Rt)&&(Pt[Rt]=mt[Rt]);return Pt},nt=(mt,St,Pt)=>new Promise((Rt,Wt)=>{var te=le=>{try{Vt(Pt.next(le))}catch(ae){Wt(ae)}},Jt=le=>{try{Vt(Pt.throw(le))}catch(ae){Wt(ae)}},Vt=le=>le.done?Rt(le.value):Promise.resolve(le.value).then(te,Jt);Vt((Pt=Pt.apply(mt,St)).next())});const ct=fe.default.TextArea,lt=mt=>{var St=mt,{newShixuns:Pt,globalSetting:Rt,loading:Wt,dispatch:te}=St,Jt=et(St,["newShixuns","globalSetting","loading","dispatch"]);const[Vt]=pe.default.useForm(),[le,ae]=(0,Lt.useState)([]),Fe=Ge=>{["uploading","done","removed"].includes(Ge.file.status)&&ae(Ge.fileList)},De=Ge=>{var sn;if(!Ge.percent||Ge.percent==100){const $t=(sn=Ge.response)==null?void 0:sn.id;return ne.default.confirm({centered:!0,title:"\u786E\u5B9A\u8981\u5220\u9664\u8FD9\u4E2A\u9644\u4EF6\u5417?",okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",onOk:()=>nt(void 0,null,function*(){(yield te({type:"newShixuns/deleteAttachment",payload:{id:$t}}))&&ae(le.filter(Pe=>{var an;return((an=Pe.response)==null?void 0:an.id)!==$t}))})}),!1}},Ee=Ge=>le.length?!1:Ge.size/1024/1024>50?(Ht.ZP.info("\u6587\u4EF6\u5927\u5C0F\u5FC5\u987B\u5C0F\u4E8E50MB"),!1):!0,Sn=Ge=>nt(void 0,null,function*(){var sn,$t;const{language:It,env:Pe,mode:an,code:Ve}=Ge||{},Se=yield te({type:"newShixuns/applyShixunMirror",payload:{language:It,runtime:Pe,run_method:an,attachment_id:($t=(sn=le==null?void 0:le[0])==null?void 0:sn.response)==null?void 0:$t.id}});te({type:"newShixuns/setActionTabs",payload:{}}),Se&&Ht.ZP.success("\u65B0\u5EFA\u7533\u8BF7\u5DF2\u63D0\u4EA4\uFF0C\u8BF7\u7B49\u5F85\u7BA1\u7406\u5458\u5BA1\u6838\u3002")}),rn=()=>{Vt.resetFields(),ae([])};return Lt.createElement(ne.default,{centered:!0,keyboard:!1,closable:!1,destroyOnClose:!0,open:Pt.actionTabs.key==="NewShixuns-Apply",title:"\u7533\u8BF7\u65B0\u5EFA",width:"1000px",footer:null,afterClose:rn},Lt.createElement("section",{className:Je.qrCode},Lt.createElement("aside",{className:Je.a1},Lt.createElement("div",{className:Je.code},Lt.createElement("img",{width:120,height:120,src:Nt,alt:"\u4E8C\u7EF4\u7801"})),Lt.createElement("div",{className:Je.group},"\u5B9E\u9A8C\u73AF\u5883\u7533\u8BF7QQ\u7FA4"),Lt.createElement("div",{className:Je.groupNumber},"\u7FA4\u53F7\uFF1A740157011")),Lt.createElement("aside",{className:Je.a2},"\u5C0A\u656C\u7684\u8001\u5E08/\u540C\u5B66\u60A8\u597D\uFF0C",Lt.createElement("br",null),"\u5982\u679C\u60A8\u60F3\u65B0\u5EFA\u5B9E\u9A8C\u73AF\u5883\uFF0C\u53EF\u4EE5\u626B\u63CF\u5DE6\u4FA7\u4E8C\u7EF4\u7801\u8FDB\u7FA4\uFF0C\u76F4\u63A5\u5411\u6211\u4EEC\u7684\u5DE5\u4F5C\u4EBA\u5458\u7533\u8BF7\u54E6~ \u4E5F\u53EF\u4EE5\u63D0\u4EA4\u4E0B\u9762\u7684\u8868\u5355\u7533\u8BF7\uFF0C\u6211\u4EEC\u7684\u5DE5\u4F5C\u4EBA\u5458\u6536\u5230\u7533\u8BF7\u4FE1\u606F\u5C06\u4F1A\u7B2C\u4E00\u65F6\u95F4\u8054\u7CFB\u60A8\uFF01")),Lt.createElement(pe.default,{className:Je.formWrap,form:Vt,labelCol:{span:4},wrapperCol:{span:20},onFinish:Sn},Lt.createElement(pe.default.Item,{label:"\u8BED\u8A00\uFF1A",name:"language",rules:[{required:!0,message:"\u8BF7\u586B\u5199\u8BE5\u955C\u50CF\u8BED\u8A00"}]},Lt.createElement(ct,{placeholder:"\u8BF7\u586B\u5199\u8BE5\u955C\u50CF\u662F\u57FA\u4E8E\u4EC0\u4E48\u8BED\u8A00\uFF1A\u793A\u4F8B\uFF1APython",rows:4})),Lt.createElement(pe.default.Item,{label:"\u7CFB\u7EDF\u73AF\u5883\uFF1A",name:"env",rules:[{required:!0,message:"\u8BF7\u586B\u5199\u8BE5\u955C\u50CF\u8BED\u8A00\u7CFB\u7EDF\u73AF\u5883"}]},Lt.createElement(ct,{placeholder:"\u8BF7\u586B\u5199\u8BE5\u955C\u50CF\u662F\u57FA\u4E8E\u4EC0\u4E48linux\u7CFB\u7EDF\u73AF\u5883,\u4EE3\u7801\u8FD0\u884C\u73AF\u5883",rows:4})),Lt.createElement(pe.default.Item,{label:"\u6D4B\u8BD5\u4EE3\u7801\u8FD0\u884C\u65B9\u5F0F\uFF1A",name:"mode",rules:[{required:!0,message:"\u8BF7\u586B\u5199\u8BE5\u955C\u50CF\u6D4B\u8BD5\u4EE3\u7801\u8FD0\u884C\u65B9\u5F0F"}]},Lt.createElement(ct,{placeholder:"\u8BF7\u586B\u5199\u8BE5\u955C\u50CF\u4E2D\u6D4B\u8BD5\u4EE3\u7801\u8FD0\u884C\u65B9\u5F0F",rows:4})),Lt.createElement(pe.default.Item,{label:"\u6D4B\u8BD5\u4EE3\u7801\uFF1A",name:"code",rules:[{required:!0,message:"\u8BF7\u4E0A\u4F20\u9644\u4EF6"}]},Lt.createElement("div",{className:Je.upload},Lt.createElement(oe.default,{fileList:le,action:`${ge.Z.API_SERVER}/api/attachments.json?client_key=6d57f8c3dd186c5ada392546ace9620a`,onChange:Fe,onRemove:De,beforeUpload:Ee,withCredentials:!0},Lt.createElement("span",{className:`${Je.color0152d9} current`},"\u4E0A\u4F20\u9644\u4EF6"),Lt.createElement("span",{className:`${Je.colorCCC} ml10`},"(\u5355\u4E2A\u6587\u4EF650M\u4EE5\u5185)")))),Lt.createElement("div",{className:Je.footerWrap},Lt.createElement(pe.default.Item,null,Lt.createElement(Oe.ZP,{className:"mr5",size:"middle",onClick:()=>{te({type:"newShixuns/setActionTabs",payload:{}})}},"\u53D6\u6D88"),Lt.createElement(Oe.ZP,{size:"middle",type:"primary",htmlType:"submit",loading:Wt["newShixuns/applyShixunMirror"]},"\u4FDD\u5B58")))))};var gt=(0,re.connect)(({newShixuns:mt,loading:St,globalSetting:Pt})=>({newShixuns:mt,globalSetting:Pt,loading:St.effects}))(lt)},70495:function(bn,$n,Et){"use strict";var Lt=Et(59301),re=Et(25690),fe=Et(62957),pe=Et(55351);const ne=({newShixuns:Ht,dispatch:oe,user:Oe})=>{var ge;const[Nt,Je]=(0,Lt.useState)(!1);(0,Lt.useEffect)(()=>{Ht.actionTabs.key==="Create-Environment"&&nn()},[(ge=Ht==null?void 0:Ht.actionTabs)==null?void 0:ge.key]);const ie=()=>{oe({type:"newShixuns/setActionTabs",payload:{}})},nn=()=>{var Bt,et,nt,ct;ie(),((Bt=Oe.userInfo)==null?void 0:Bt.mirror_marker_status)===0?Je(!0):((et=Oe.userInfo)==null?void 0:et.mirror_marker_status)===1?re.history.push(`/users/${(nt=Oe.userInfo)==null?void 0:nt.login}/experiment-img/add`):((ct=Oe.userInfo)==null?void 0:ct.mirror_marker_status)===2&&fe.default.confirm({title:"\u60A8\u4ECA\u65E5\u5DF2\u8FBE\u5230\u7533\u8BF7\u4E0A\u9650\uFF0C\u662F\u5426\u8DF3\u8F6C\u81F3\u4E91\u4E3B\u673A\u5217\u8868\uFF1F",content:"\u63D0\u793A\uFF1A\u6BCF\u5929\u6700\u591A\u5141\u8BB8\u7533\u8BF7\u4E00\u53F0\u4E91\u4E3B\u673A",okText:"\u8DF3\u8F6C",cancelText:"\u53D6\u6D88",onOk(){var lt;re.history.push(`/users/${(lt=Oe.userInfo)==null?void 0:lt.login}/experiment-img`)}})};return Lt.createElement(fe.default,{title:"\u52A0\u5165qq\u7FA4\u63D0\u793A",open:Nt,footer:null,onCancel:()=>{Je(!1)}},Lt.createElement("div",{style:{textAlign:"center"}},Lt.createElement("br",null),Lt.createElement("img",{width:120,height:120,style:{marginTop:"20px"},src:pe,alt:"\u4E8C\u7EF4\u7801"})),Lt.createElement("img",null))};$n.Z=(0,re.connect)(({newShixuns:Ht,user:oe,globalSetting:Oe})=>({newShixuns:Ht,globalSetting:Oe,user:oe}))(ne)},84989:function(bn,$n,Et){"use strict";Et.d($n,{BU:function(){return re},Dj:function(){return Lt},gH:function(){return fe},vp:function(){return pe}});function Lt(ne){try{ne.mozRequestFullScreen?ne.mozRequestFullScreen():ne.webkitRequestFullScreen&&ne.webkitRequestFullScreen()}catch(Ht){console.log(Ht,":e")}}function re(){window.top.document.webkitExitFullscreen?window.top.document.webkitExitFullscreen():document.exitFullscreen?window.top.document.exitFullscreen():document.msExitFullscreen?window.top.document.msExitFullscreen():document.mozCancelFullScreen&&window.top.document.mozCancelFullScreen()}const fe=()=>{if(document.webkitExitFullscreen)return"webkitfullscreenchange";if(document.exitFullscreen)return"fullscreenchange";if(document.msExitFullscreen)return"msfullscreenchange";if(document.mozCancelFullScreen)return"mozfullscreenchange"};function pe(){var ne=window.top.document.fullscreenElement||window.top.document.mozFullscreenElement||window.top.document.webkitFullscreenElement,Ht=document.fullscreenEnabled||document.mozFullscreenEnabled||document.webkitFullscreenEnabled;return console.log("fullscreenElement",ne),window.isFullScreen?window.isFullScreen:ne!=null}},81428:function(bn,$n,Et){"use strict";Et.d($n,{AL:function(){return St},Iy:function(){return Je},Qv:function(){return Bt},ez:function(){return mt},jb:function(){return ie}});var Lt=Et(32834),re=Et.n(Lt),fe=Et(11690),pe=Et.n(fe);let ne=1;function Ht(Jt,Vt){const le=Jt.match(/^(\s+)(?:```)/);if(le===null)return Vt;const ae=le[1];return Vt.split(`
|
|
`).map(Fe=>{const De=Fe.match(/^\s+/);if(De===null)return Fe;const[Ee]=De;return Ee.length>=ae.length?Fe.slice(ae.length):Fe}).join(`
|
|
`)}let oe=[],Oe=["<ul>"];const ge=new(re()).Renderer,Nt=/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/;function Je(){oe.length=0,Oe=["<ul>"]}const ie={overflow:"hidden",WebkitBoxOrient:"vertical",display:"-webkit-box",WebkitLineClamp:2};function nn(Jt,Vt,le,ae){if(Vt>=Jt.length||Jt[Vt].level<=le)return Vt;var Fe=Jt[Vt];ae.push("<li><a href='#"+ne+Fe.anchor+"'>"+Fe.text+"</a>"),Vt++;var De=[];return Vt=nn(Jt,Vt,Fe.level,De),De.length>0&&(ae.push("<ul>"),De.forEach(function(Ee){ae.push(Ee)}),ae.push("</ul>")),ae.push("</li>"),Vt=nn(Jt,Vt,le,ae),Vt}function Bt(){return nn(oe,0,0,Oe),Oe.push("</ul>"),Oe.join("")}const et={heading(Jt){const Vt=Nt.exec(Jt);if(ne+=1,Vt)return{type:"heading",raw:Vt[0],depth:Vt[1].length,text:Vt[2]}},fences(Jt){const Vt=this.rules.block.fences.exec(Jt);if(Vt){const le=Vt[0];let ae=Ht(le,Vt[3]||"");const Fe=Vt[2]?Vt[2].trim():Vt[2];if(["latex","katex","math"].indexOf(Fe)>=0){const De=lt(),Ee=ae;ae=De,gt[De]={type:"block",expression:Ee}}return{type:"code",raw:le,lang:Fe,text:ae}}}},nt=/(?:\${2})([^\n`]+?)(?:\${2})/gi;let ct=0;const lt=()=>`__special_katext_id_${ct++}__`;let gt={};function mt(){return gt}function St(){ct=0,gt={}}function Pt(Jt){return Jt=Jt.replace(nt,(Vt,le)=>{const ae=lt();return gt[ae]={type:"inline",expression:le},ae}),Jt}const Rt=ge.listitem;ge.listitem=function(Jt){return Rt(Pt(Jt))};const Wt=ge.paragraph;ge.paragraph=function(Jt){return Wt(Pt(Jt))};const te=ge.tablecell;ge.tablecell=function(Jt,Vt){return te(Pt(Jt),Vt)},ge.code=function(Jt,Vt,le){const ae=(Vt||"").match(/\S*/)[0];return ae?["latex","katex","math"].indexOf(ae)>=0?`<p class='editormd-tex'>${Jt}</p>`:`<pre class="prettyprint linenums"><code class="language-${Vt}">${le?Jt:(0,fe.escape)(Jt,!0)}</code></pre>
|
|
`:'<pre class="prettyprint linenums"><code>'+(le?Jt:(0,fe.escape)(Jt,!0))+"</code></pre>"},ge.heading=function(Jt,Vt,le){let ae=this.options.headerPrefix+le.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return oe.push({anchor:ae,level:Vt,text:Jt}),"<h"+Vt+' id="'+ne+ae+'">'+Jt+"</h"+Vt+">"},re().setOptions({silent:!0,gfm:!0,pedantic:!1}),re().use({tokenizer:et,renderer:ge}),$n.ZP=re()},40197:function(bn,$n,Et){"use strict";Et.d($n,{rX:function(){return Pt},pW:function(){return Rt},gy:function(){return Wt},xY:function(){return St},O5:function(){return mt},hs:function(){return nt},tJ:function(){return Bt},o1:function(){return et},Rd:function(){return gt}});var Lt=Et(25690),re=Et(62957),fe=Et(37285),pe=Et(6767),ne=Et(48790),Ht=Et(51257),oe=Et(87169),Oe=Et(25510),ge="data:image/png;base64,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",Nt=Et.p+"static/newqrcode.a8740efb.png",Je=Et(32637),ie=Et(59301),nn=(te,Jt,Vt)=>new Promise((le,ae)=>{var Fe=Sn=>{try{Ee(Vt.next(Sn))}catch(rn){ae(rn)}},De=Sn=>{try{Ee(Vt.throw(Sn))}catch(rn){ae(rn)}},Ee=Sn=>Sn.done?le(Sn.value):Promise.resolve(Sn.value).then(Fe,De);Ee((Vt=Vt.apply(te,Jt)).next())});const Bt=(te,Jt=!1,Vt=!1,le="",ae=!1)=>!!(et(te)&&ct(te,Jt,Vt,le,ae)),et=te=>(0,ne.bg)()?!0:(te({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}}),!1),nt=te=>{var Jt,Vt,le;const{user:ae}=(0,Lt.getDvaApp)()._store.getState();(0,ne.bg)()&&!((Vt=(Jt=ae==null?void 0:ae.userInfo)==null?void 0:Jt.course)!=null&&Vt.course_public)&&!((le=ae==null?void 0:ae.userInfo)!=null&&le.profile_completed)&&te({type:"user/showUpdateProfilePanel",payload:{showUpdateProfilePanel:!0,showClosable:!0,backurl:"/account/profile/edit",isCurrentPage:!0}})},ct=(te,Jt=!1,Vt=!0,le="",ae=!1)=>{var Fe;const{user:De}=(0,Lt.getDvaApp)()._store.getState();return(Fe=De.userInfo)!=null&&Fe.profile_completed?!0:(Vt?te({type:"user/showUpdateProfilePanel",payload:{showUpdateProfilePanel:!0,showClosable:!0,backurl:le,isCurrentPage:ae}}):re.default.confirm({title:"\u63D0\u793A",width:530,centered:!0,content:"\u60A8\u9700\u8981\u53BB\u5B8C\u5584\u60A8\u7684\u4E2A\u4EBA\u8D44\u6599\uFF0C\u624D\u80FD\u4F7F\u7528\u6B64\u529F\u80FD",okText:"\u7ACB\u5373\u5B8C\u5584",cancelText:"\u7A0D\u540E\u5B8C\u5584",onOk:()=>{(0,Ht.xg)("/account/profile/edit"),lt()}}),!1)},lt=()=>{re.default.success({title:"\u63D0\u793A",width:430,closable:!0,centered:!0,content:"\u5DF2\u5B8C\u5584\u4E2A\u4EBA\u8D44\u6599\uFF1F\u8BF7\u5237\u65B0\u9875\u9762",okText:"\u7ACB\u5373\u5237\u65B0",icon:null,onOk:()=>{location.reload()}})},gt=()=>{re.default.warning({title:"\u63D0\u793A",icon:null,width:400,content:ie.createElement("div",{style:{textAlign:"center"}},ie.createElement("div",{style:{color:"#191919",fontSize:14,marginBottom:15,textAlign:"left"}},"\u8001\u5E08\u60A8\u597D\uFF0C\u60A8\u7684\u8BFE\u5802\u8BD5\u7528\u671F\u5DF2\u7ED3\u675F\uFF0C\u76F8\u5173\u529F\u80FD\u88AB\u9650\u5236\u3002 \u5982\u9700\u7EE7\u7EED\u4F7F\u7528\uFF0C\u8BF7\u5C3D\u5FEB\u5BF9\u63A5\u4EBA\u5DE5\u652F\u6301\uFF01"),ie.createElement("img",{style:{border:"1px solid #D8E3E9",width:190,height:180},src:Je}),ie.createElement("div",{style:{color:"#666666",fontSize:14,marginTop:15}},"\u6DFB\u52A0\u5BA2\u670D\u4EBA\u5458\u5FAE\u4FE1\uFF0C\u83B7\u5F97\u66F4\u591A\u652F\u6301"))})},mt=()=>{var te;const{user:Jt}=(0,Lt.getDvaApp)()._store.getState();return(te=Jt.userInfo)!=null&&te.professional_certification?!0:(re.default.confirm({title:"\u63D0\u793A",centered:!0,content:ie.createElement("div",{className:"tc"},"\u60A8\u9700\u8981\u53BB\u5B8C\u6210\u60A8\u7684\u804C\u4E1A\u8BA4\u8BC1\uFF0C\u624D\u80FD\u4F7F\u7528\u6B64\u529F\u80FD"),okText:"\u7ACB\u5373\u5B8C\u5584",cancelText:"\u7A0D\u540E\u5B8C\u5584",onOk:()=>{(0,Ht.xg)("/account/certification")}}),!1)},St=()=>(0,ne.V9)()?!0:(re.default.warning({centered:!0,width:530,title:"\u63D0\u793A",content:ie.createElement("div",{className:"tc",style:{marginLeft:-38}},ie.createElement("p",null,"\u626B\u7801\u52A0\u5934\u6B4C\u52A9\u6559\uFF0C\u7533\u8BF7\u64CD\u4F5C\u6743\u9650"),ie.createElement("img",{src:Nt,width:200})),okText:"\u6211\u77E5\u9053\u4E86",maskClosable:!0}),!1),Pt=(te,Jt)=>te?!0:(re.default.confirm({centered:!0,zIndex:1e4,width:530,title:"\u63D0\u793A",content:ie.createElement("div",null,ie.createElement("p",null,Jt||"\u8BE5\u5B9E\u8DF5\u8D44\u6E90\u9700\u6388\u6743\u540E\u624D\u53EF\u4F7F\u7528\u3002 \u60A8\u53EF\u4EE5\u5728QQ\u670D\u52A1\u7FA4\u5411\u7BA1\u7406\u5458\u7533\u8BF7\uFF0C\u83B7\u5F97\u7EE7\u7EED\u64CD\u4F5C\u7684\u6743\u9650\u3002"),ie.createElement("div",{style:{marginLeft:"110px"}},ie.createElement("img",{src:ge,width:200}),ie.createElement("div",{style:{marginLeft:"35px"}},"\u7FA4\u53F7\uFF1A","714336072"))),okText:"\u7ACB\u5373\u8054\u7CFB",cancelText:"\u53D6\u6D88",onOk:()=>{(0,Ht.xg)("https://qm.qq.com/cgi-bin/qm/qr?k=tIyDPXUtE0yEk-MOJxhH55lTUJS-nYAM&jump_from=webapi")}}),!1),Rt=te=>{re.default.info({title:"\u8054\u7CFB\u5E73\u53F0\u8FD0\u8425",icon:null,width:615,centered:!0,content:ie.createElement("div",null,ie.createElement("div",null,ie.createElement("p",{style:{color:"#191919",fontWeight:400,fontSize:14}},"\u201C\u4FDD\u5B58\u5B9E\u9A8C\u4E34\u65F6\u6570\u636E\u201D\u529F\u80FD\u4E3A\u4ED8\u8D39\u529F\u80FD\uFF0C\u8BF7\u8054\u7CFB\u5E73\u53F0\u8FD0\u8425\u8FDB\u884C\u5F00\u901A\u3002"),ie.createElement(fe.Z,null),ie.createElement("p",{style:{color:"#666666",fontSize:12}}," ",ie.createElement("span",{style:{display:"inline-flex",width:14,height:14,borderRadius:2,background:"#F3F3F3",justifyContent:"center",color:"#666666",fontSize:12,lineHeight:"14px",marginRight:8}},"1")," \u56E0\u5E73\u53F0\u7684\u5B9E\u9A8C\u6570\u636E\u50A8\u5B58\u5BB9\u91CF\u548C\u6210\u672C\u6D88\u8017\u8F83\u5927\uFF0C\u5B9E\u8DF5\u9879\u76EE\u9ED8\u8BA4\u4FDD\u5B58\u5B9E\u9A8C\u73AF\u5883\u4E2D\u4E34\u65F6\u6570\u636E ",ie.createElement("a",null,te),"\u5929\u3002"),ie.createElement("p",{style:{color:"#666666",fontSize:12}}," ",ie.createElement("span",{style:{display:"inline-flex",width:14,height:14,borderRadius:2,background:"#F3F3F3",justifyContent:"center",color:"#666666",fontSize:12,lineHeight:"14px",marginRight:8}},"2"),"\u82E5\u60A8\u9700\u8981\u4E2A\u6027\u5316\u7684\u6570\u636E\u4FDD\u5B58\u5468\u671F\u670D\u52A1\uFF0C\u6211\u4EEC\u53EF\u4EE5\u63D0\u4F9B\u76F8\u5173\u6280\u672F\u652F\u6301\uFF0C\u5E76\u6839\u636E\u60A8\u7684\u9700\u6C42\u6536\u53D6\u5B9A\u5236\u8D39\u7528\u3002")),ie.createElement("div",{style:{textAlign:"center",marginTop:30}},ie.createElement("img",{style:{border:"4px solid #0152d9",borderRadius:"4px"},src:Oe,alt:"\u4E8C\u7EF4\u7801",width:160})))})},Wt=(te,Jt="")=>{const{shixunsDetail:{detail:Vt}}=(0,Lt.getDvaApp)()._store.getState();if((Vt==null?void 0:Vt.public)===2||(Vt==null?void 0:Vt.public)===1||(Vt==null?void 0:Vt.shixun_status)===3){let le="";return(Vt==null?void 0:Vt.public)===2&&(le="\u5DF2\u516C\u5F00"),(Vt==null?void 0:Vt.public)===1&&(le="\u5F85\u5BA1\u6838"),(Vt==null?void 0:Vt.shixun_status)===3&&(le="\u5DF2\u5173\u95ED"),re.default.info({centered:!0,icon:ie.createElement(oe.Z,{style:{color:"#faad14"}}),width:460,title:"\u63D0\u793A",content:ie.createElement("div",{className:"tc",style:{marginLeft:-38}},ie.createElement("div",{style:{display:"flex",flexDirection:"column",alignItems:"flex-start",paddingLeft:38,margin:"12px 0"}},ie.createElement("span",null,"\u8BE5\u5B9E\u8DF5\u9879\u76EE\u7684\u72B6\u6001\u4E3A",le,"\uFF0C",Jt,"\u3002"),ie.createElement("p",null,"\u5982\u6709\u9700\u8981\uFF0C\u8BF7\u8054\u7CFB\u5E73\u53F0\u7BA1\u7406\u5458\u8FDB\u884C\u6280\u672F\u652F\u6301\u3002")),ie.createElement("img",{style:{border:"4px solid #0152d9",borderRadius:"4px"},src:Oe,alt:"\u4E8C\u7EF4\u7801",width:160})),okText:"\u6211\u77E5\u9053\u4E86"}),!0}return(Vt==null?void 0:Vt.shixun_status)===2?(re.default.confirm({centered:!0,icon:ie.createElement(oe.Z,null),title:"\u63D0\u793A",content:ie.createElement("div",null,ie.createElement("span",null,"\u8BE5\u5B9E\u8DF5\u9879\u76EE\u5DF2\u53D1\u5E03\uFF0C",Jt,"\u3002"),ie.createElement("br",null),ie.createElement("span",null,"\u5982\u6709\u9700\u8981\uFF0C\u60A8\u53EF\u4EE5\u64A4\u9500\u53D1\u5E03\u540E\uFF0C\u518D\u8FDB\u884C\u64CD\u4F5C\u3002")),okText:"\u64A4\u9500\u53D1\u5E03",cancelText:"\u53D6\u6D88",onOk:()=>{re.default.confirm({width:440,centered:!0,icon:ie.createElement(oe.Z,{style:{color:"#faad14"}}),title:"\u63D0\u793A",content:"\u64A4\u9500\u53D1\u5E03\u540E\uFF0C\u5B66\u5458\u5C06\u65E0\u6CD5\u8FDB\u884C\u7EC3\u4E60\u3002\u662F\u5426\u786E\u8BA4\u64A4\u9500\u53D1\u5E03\uFF1F",okText:"\u786E\u5B9A\u64A4\u9500\u53D1\u5E03",cancelText:"\u53D6\u6D88",onOk:()=>nn(void 0,null,function*(){(yield te({type:"shixunsDetail/cancelRelease",payload:{id:Vt==null?void 0:Vt.identifier}})).status!==401&&(pe.ZP.success("\u64A4\u9500\u53D1\u5E03\u6210\u529F\u3002\u5B9E\u8BAD\u56DE\u5230\u672A\u53D1\u5E03\u7684\u72B6\u6001\u3002"),te({type:"shixunsDetail/getShixunsDetail",payload:{id:Vt==null?void 0:Vt.identifier}}),te({type:"practiceSetting/getCommonData",payload:{id:Vt==null?void 0:Vt.identifier}}))})})}}),!0):!1}},88390:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return $t}});var Lt=Et(59301),re=Et(92310),fe=Et.n(re),pe=Et(77900),ne=Et(29509),Ht=Et(22703),oe=Et(48755),Oe=Et(36237),ge=Et(63356),Nt=Et(93427),Je=Et(51636),ie=Et(16931);const nn=new Oe.Keyframes("antStatusProcessing",{"0%":{transform:"scale(0.8)",opacity:.5},"100%":{transform:"scale(2.4)",opacity:0}}),Bt=new Oe.Keyframes("antZoomBadgeIn",{"0%":{transform:"scale(0) translate(50%, -50%)",opacity:0},"100%":{transform:"scale(1) translate(50%, -50%)"}}),et=new Oe.Keyframes("antZoomBadgeOut",{"0%":{transform:"scale(1) translate(50%, -50%)"},"100%":{transform:"scale(0) translate(50%, -50%)",opacity:0}}),nt=new Oe.Keyframes("antNoWrapperZoomBadgeIn",{"0%":{transform:"scale(0)",opacity:0},"100%":{transform:"scale(1)"}}),ct=new Oe.Keyframes("antNoWrapperZoomBadgeOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0)",opacity:0}}),lt=new Oe.Keyframes("antBadgeLoadingCircle",{"0%":{transformOrigin:"50%"},"100%":{transform:"translate(50%, -50%) rotate(360deg)",transformOrigin:"50%"}}),gt=It=>{const{componentCls:Pe,iconCls:an,antCls:Ve,badgeShadowSize:Se,textFontSize:$e,textFontSizeSM:He,statusSize:xn,dotSize:we,textFontWeight:de,indicatorHeight:ke,indicatorHeightSM:ze,marginXS:fn,calc:Dt}=It,wt=`${Ve}-scroll-number`,yt=(0,Nt.Z)(It,(kt,jt)=>{let{darkColor:Mt}=jt;return{[`&${Pe} ${Pe}-color-${kt}`]:{background:Mt,[`&:not(${Pe}-count)`]:{color:Mt},"a:hover &":{background:Mt}}}});return{[Pe]:Object.assign(Object.assign(Object.assign(Object.assign({},(0,ge.Wf)(It)),{position:"relative",display:"inline-block",width:"fit-content",lineHeight:1,[`${Pe}-count`]:{display:"inline-flex",justifyContent:"center",zIndex:It.indicatorZIndex,minWidth:ke,height:ke,color:It.badgeTextColor,fontWeight:de,fontSize:$e,lineHeight:(0,Oe.unit)(ke),whiteSpace:"nowrap",textAlign:"center",background:It.badgeColor,borderRadius:Dt(ke).div(2).equal(),boxShadow:`0 0 0 ${(0,Oe.unit)(Se)} ${It.badgeShadowColor}`,transition:`background ${It.motionDurationMid}`,a:{color:It.badgeTextColor},"a:hover":{color:It.badgeTextColor},"a:hover &":{background:It.badgeColorHover}},[`${Pe}-count-sm`]:{minWidth:ze,height:ze,fontSize:He,lineHeight:(0,Oe.unit)(ze),borderRadius:Dt(ze).div(2).equal()},[`${Pe}-multiple-words`]:{padding:`0 ${(0,Oe.unit)(It.paddingXS)}`,bdi:{unicodeBidi:"plaintext"}},[`${Pe}-dot`]:{zIndex:It.indicatorZIndex,width:we,minWidth:we,height:we,background:It.badgeColor,borderRadius:"100%",boxShadow:`0 0 0 ${(0,Oe.unit)(Se)} ${It.badgeShadowColor}`},[`${Pe}-count, ${Pe}-dot, ${wt}-custom-component`]:{position:"absolute",top:0,insetInlineEnd:0,transform:"translate(50%, -50%)",transformOrigin:"100% 0%",[`&${an}-spin`]:{animationName:lt,animationDuration:"1s",animationIterationCount:"infinite",animationTimingFunction:"linear"}},[`&${Pe}-status`]:{lineHeight:"inherit",verticalAlign:"baseline",[`${Pe}-status-dot`]:{position:"relative",top:-1,display:"inline-block",width:xn,height:xn,verticalAlign:"middle",borderRadius:"50%"},[`${Pe}-status-success`]:{backgroundColor:It.colorSuccess},[`${Pe}-status-processing`]:{overflow:"visible",color:It.colorInfo,backgroundColor:It.colorInfo,borderColor:"currentcolor","&::after":{position:"absolute",top:0,insetInlineStart:0,width:"100%",height:"100%",borderWidth:Se,borderStyle:"solid",borderColor:"inherit",borderRadius:"50%",animationName:nn,animationDuration:It.badgeProcessingDuration,animationIterationCount:"infinite",animationTimingFunction:"ease-in-out",content:'""'}},[`${Pe}-status-default`]:{backgroundColor:It.colorTextPlaceholder},[`${Pe}-status-error`]:{backgroundColor:It.colorError},[`${Pe}-status-warning`]:{backgroundColor:It.colorWarning},[`${Pe}-status-text`]:{marginInlineStart:fn,color:It.colorText,fontSize:It.fontSize}}}),yt),{[`${Pe}-zoom-appear, ${Pe}-zoom-enter`]:{animationName:Bt,animationDuration:It.motionDurationSlow,animationTimingFunction:It.motionEaseOutBack,animationFillMode:"both"},[`${Pe}-zoom-leave`]:{animationName:et,animationDuration:It.motionDurationSlow,animationTimingFunction:It.motionEaseOutBack,animationFillMode:"both"},[`&${Pe}-not-a-wrapper`]:{[`${Pe}-zoom-appear, ${Pe}-zoom-enter`]:{animationName:nt,animationDuration:It.motionDurationSlow,animationTimingFunction:It.motionEaseOutBack},[`${Pe}-zoom-leave`]:{animationName:ct,animationDuration:It.motionDurationSlow,animationTimingFunction:It.motionEaseOutBack},[`&:not(${Pe}-status)`]:{verticalAlign:"middle"},[`${wt}-custom-component, ${Pe}-count`]:{transform:"none"},[`${wt}-custom-component, ${wt}`]:{position:"relative",top:"auto",display:"block",transformOrigin:"50% 50%"}},[wt]:{overflow:"hidden",transition:`all ${It.motionDurationMid} ${It.motionEaseOutBack}`,[`${wt}-only`]:{position:"relative",display:"inline-block",height:ke,transition:`all ${It.motionDurationSlow} ${It.motionEaseOutBack}`,WebkitTransformStyle:"preserve-3d",WebkitBackfaceVisibility:"hidden",[`> p${wt}-only-unit`]:{height:ke,margin:0,WebkitTransformStyle:"preserve-3d",WebkitBackfaceVisibility:"hidden"}},[`${wt}-symbol`]:{verticalAlign:"top"}},"&-rtl":{direction:"rtl",[`${Pe}-count, ${Pe}-dot, ${wt}-custom-component`]:{transform:"translate(-50%, -50%)"}}})}},mt=It=>{const{fontHeight:Pe,lineWidth:an,marginXS:Ve,colorBorderBg:Se}=It,$e=Pe,He=an,xn=It.colorTextLightSolid,we=It.colorError,de=It.colorErrorHover;return(0,Je.mergeToken)(It,{badgeFontHeight:$e,badgeShadowSize:He,badgeTextColor:xn,badgeColor:we,badgeColorHover:de,badgeShadowColor:Se,badgeProcessingDuration:"1.2s",badgeRibbonOffset:Ve,badgeRibbonCornerTransform:"scaleY(0.75)",badgeRibbonCornerFilter:"brightness(75%)"})},St=It=>{const{fontSize:Pe,lineHeight:an,fontSizeSM:Ve,lineWidth:Se}=It;return{indicatorZIndex:"auto",indicatorHeight:Math.round(Pe*an)-2*Se,indicatorHeightSM:Pe,dotSize:Ve/2,textFontSize:Ve,textFontSizeSM:Ve,textFontWeight:"normal",statusSize:Ve/2}};var Pt=(0,ie.I$)("Badge",It=>{const Pe=mt(It);return gt(Pe)},St);const Rt=It=>{const{antCls:Pe,badgeFontHeight:an,marginXS:Ve,badgeRibbonOffset:Se,calc:$e}=It,He=`${Pe}-ribbon`,xn=`${Pe}-ribbon-wrapper`,we=(0,Nt.Z)(It,(de,ke)=>{let{darkColor:ze}=ke;return{[`&${He}-color-${de}`]:{background:ze,color:ze}}});return{[xn]:{position:"relative"},[He]:Object.assign(Object.assign(Object.assign(Object.assign({},(0,ge.Wf)(It)),{position:"absolute",top:Ve,padding:`0 ${(0,Oe.unit)(It.paddingXS)}`,color:It.colorPrimary,lineHeight:(0,Oe.unit)(an),whiteSpace:"nowrap",backgroundColor:It.colorPrimary,borderRadius:It.borderRadiusSM,[`${He}-text`]:{color:It.badgeTextColor},[`${He}-corner`]:{position:"absolute",top:"100%",width:Se,height:Se,color:"currentcolor",border:`${(0,Oe.unit)($e(Se).div(2).equal())} solid`,transform:It.badgeRibbonCornerTransform,transformOrigin:"top",filter:It.badgeRibbonCornerFilter}}),we),{[`&${He}-placement-end`]:{insetInlineEnd:$e(Se).mul(-1).equal(),borderEndEndRadius:0,[`${He}-corner`]:{insetInlineEnd:0,borderInlineEndColor:"transparent",borderBlockEndColor:"transparent"}},[`&${He}-placement-start`]:{insetInlineStart:$e(Se).mul(-1).equal(),borderEndStartRadius:0,[`${He}-corner`]:{insetInlineStart:0,borderBlockEndColor:"transparent",borderInlineStartColor:"transparent"}},"&-rtl":{direction:"rtl"}})}};var Wt=(0,ie.I$)(["Badge","Ribbon"],It=>{const Pe=mt(It);return Rt(Pe)},St),Jt=It=>{const{className:Pe,prefixCls:an,style:Ve,color:Se,children:$e,text:He,placement:xn="end",rootClassName:we}=It,{getPrefixCls:de,direction:ke}=Lt.useContext(oe.E_),ze=de("ribbon",an),fn=`${ze}-wrapper`,[Dt,wt,yt]=Wt(ze,fn),kt=(0,ne.o2)(Se,!1),jt=fe()(ze,`${ze}-placement-${xn}`,{[`${ze}-rtl`]:ke==="rtl",[`${ze}-color-${Se}`]:kt},Pe),Mt={},Gt={};return Se&&!kt&&(Mt.background=Se,Gt.color=Se),Dt(Lt.createElement("div",{className:fe()(fn,we,wt,yt)},$e,Lt.createElement("div",{className:fe()(jt,wt),style:Object.assign(Object.assign({},Mt),Ve)},Lt.createElement("span",{className:`${ze}-text`},He),Lt.createElement("div",{className:`${ze}-corner`,style:Gt}))))};const Vt=It=>{const{prefixCls:Pe,value:an,current:Ve,offset:Se=0}=It;let $e;return Se&&($e={position:"absolute",top:`${Se}00%`,left:0}),Lt.createElement("span",{style:$e,className:fe()(`${Pe}-only-unit`,{current:Ve})},an)};function le(It,Pe,an){let Ve=It,Se=0;for(;(Ve+10)%10!==Pe;)Ve+=an,Se+=an;return Se}var Fe=It=>{const{prefixCls:Pe,count:an,value:Ve}=It,Se=Number(Ve),$e=Math.abs(an),[He,xn]=Lt.useState(Se),[we,de]=Lt.useState($e),ke=()=>{xn(Se),de($e)};Lt.useEffect(()=>{const Dt=setTimeout(ke,1e3);return()=>clearTimeout(Dt)},[Se]);let ze,fn;if(He===Se||Number.isNaN(Se)||Number.isNaN(He))ze=[Lt.createElement(Vt,Object.assign({},It,{key:Se,current:!0}))],fn={transition:"none"};else{ze=[];const Dt=Se+10,wt=[];for(let Mt=Se;Mt<=Dt;Mt+=1)wt.push(Mt);const yt=we<$e?1:-1,kt=wt.findIndex(Mt=>Mt%10===He);ze=(yt<0?wt.slice(0,kt+1):wt.slice(kt)).map((Mt,Gt)=>{const Ce=Mt%10;return Lt.createElement(Vt,Object.assign({},It,{key:Mt,value:Ce,offset:yt<0?Gt-kt:Gt,current:Gt===kt}))}),fn={transform:`translateY(${-le(He,Se,yt)}00%)`}}return Lt.createElement("span",{className:`${Pe}-only`,style:fn,onTransitionEnd:ke},ze)},De=function(It,Pe){var an={};for(var Ve in It)Object.prototype.hasOwnProperty.call(It,Ve)&&Pe.indexOf(Ve)<0&&(an[Ve]=It[Ve]);if(It!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Se=0,Ve=Object.getOwnPropertySymbols(It);Se<Ve.length;Se++)Pe.indexOf(Ve[Se])<0&&Object.prototype.propertyIsEnumerable.call(It,Ve[Se])&&(an[Ve[Se]]=It[Ve[Se]]);return an},Sn=Lt.forwardRef((It,Pe)=>{const{prefixCls:an,count:Ve,className:Se,motionClassName:$e,style:He,title:xn,show:we,component:de="sup",children:ke}=It,ze=De(It,["prefixCls","count","className","motionClassName","style","title","show","component","children"]),{getPrefixCls:fn}=Lt.useContext(oe.E_),Dt=fn("scroll-number",an),wt=Object.assign(Object.assign({},ze),{"data-show":we,style:He,className:fe()(Dt,Se,$e),title:xn});let yt=Ve;if(Ve&&Number(Ve)%1===0){const kt=String(Ve).split("");yt=Lt.createElement("bdi",null,kt.map((jt,Mt)=>Lt.createElement(Fe,{prefixCls:Dt,count:Number(Ve),value:jt,key:kt.length-Mt})))}return He!=null&&He.borderColor&&(wt.style=Object.assign(Object.assign({},He),{boxShadow:`0 0 0 1px ${He.borderColor} inset`})),ke?(0,Ht.Tm)(ke,kt=>({className:fe()(`${Dt}-custom-component`,kt==null?void 0:kt.className,$e)})):Lt.createElement(de,Object.assign({},wt,{ref:Pe}),yt)}),rn=function(It,Pe){var an={};for(var Ve in It)Object.prototype.hasOwnProperty.call(It,Ve)&&Pe.indexOf(Ve)<0&&(an[Ve]=It[Ve]);if(It!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Se=0,Ve=Object.getOwnPropertySymbols(It);Se<Ve.length;Se++)Pe.indexOf(Ve[Se])<0&&Object.prototype.propertyIsEnumerable.call(It,Ve[Se])&&(an[Ve[Se]]=It[Ve[Se]]);return an};const sn=Lt.forwardRef((It,Pe)=>{var an,Ve,Se,$e,He;const{prefixCls:xn,scrollNumberPrefixCls:we,children:de,status:ke,text:ze,color:fn,count:Dt=null,overflowCount:wt=99,dot:yt=!1,size:kt="default",title:jt,offset:Mt,style:Gt,className:Ce,rootClassName:be,classNames:on,styles:Ae,showZero:Le=!1}=It,_e=rn(It,["prefixCls","scrollNumberPrefixCls","children","status","text","color","count","overflowCount","dot","size","title","offset","style","className","rootClassName","classNames","styles","showZero"]),{getPrefixCls:un,direction:Pn,badge:gn}=Lt.useContext(oe.E_),en=un("badge",xn),[Zn,Hn,mn]=Pt(en),zn=Dt>wt?`${wt}+`:Dt,Ri=zn==="0"||zn===0,vi=Dt===null||Ri&&!Le,ji=(ke!=null||fn!=null)&&vi,er=yt&&!Ri,Ke=er?"":zn,Ue=(0,Lt.useMemo)(()=>(Ke==null||Ke===""||Ri&&!Le)&&!er,[Ke,Ri,Le,er]),ii=(0,Lt.useRef)(Dt);Ue||(ii.current=Dt);const Ai=ii.current,Fi=(0,Lt.useRef)(Ke);Ue||(Fi.current=Ke);const Mi=Fi.current,sr=(0,Lt.useRef)(er);Ue||(sr.current=er);const nr=(0,Lt.useMemo)(()=>{if(!Mt)return Object.assign(Object.assign({},gn==null?void 0:gn.style),Gt);const Bn={marginTop:Mt[1]};return Pn==="rtl"?Bn.left=parseInt(Mt[0],10):Bn.right=-parseInt(Mt[0],10),Object.assign(Object.assign(Object.assign({},Bn),gn==null?void 0:gn.style),Gt)},[Pn,Mt,Gt,gn==null?void 0:gn.style]),fr=jt!=null?jt:typeof Ai=="string"||typeof Ai=="number"?Ai:void 0,_n=Ue||!ze?null:Lt.createElement("span",{className:`${en}-status-text`},ze),qi=!Ai||typeof Ai!="object"?void 0:(0,Ht.Tm)(Ai,Bn=>({style:Object.assign(Object.assign({},nr),Bn.style)})),Ct=(0,ne.o2)(fn,!1),Bi=fe()(on==null?void 0:on.indicator,(an=gn==null?void 0:gn.classNames)===null||an===void 0?void 0:an.indicator,{[`${en}-status-dot`]:ji,[`${en}-status-${ke}`]:!!ke,[`${en}-color-${fn}`]:Ct}),oi={};fn&&!Ct&&(oi.color=fn,oi.background=fn);const Wn=fe()(en,{[`${en}-status`]:ji,[`${en}-not-a-wrapper`]:!de,[`${en}-rtl`]:Pn==="rtl"},Ce,be,gn==null?void 0:gn.className,(Ve=gn==null?void 0:gn.classNames)===null||Ve===void 0?void 0:Ve.root,on==null?void 0:on.root,Hn,mn);if(!de&&ji){const Bn=nr.color;return Zn(Lt.createElement("span",Object.assign({},_e,{className:Wn,style:Object.assign(Object.assign(Object.assign({},Ae==null?void 0:Ae.root),(Se=gn==null?void 0:gn.styles)===null||Se===void 0?void 0:Se.root),nr)}),Lt.createElement("span",{className:Bi,style:Object.assign(Object.assign(Object.assign({},Ae==null?void 0:Ae.indicator),($e=gn==null?void 0:gn.styles)===null||$e===void 0?void 0:$e.indicator),oi)}),ze&&Lt.createElement("span",{style:{color:Bn},className:`${en}-status-text`},ze)))}return Zn(Lt.createElement("span",Object.assign({ref:Pe},_e,{className:Wn,style:Object.assign(Object.assign({},(He=gn==null?void 0:gn.styles)===null||He===void 0?void 0:He.root),Ae==null?void 0:Ae.root)}),de,Lt.createElement(pe.default,{visible:!Ue,motionName:`${en}-zoom`,motionAppear:!1,motionDeadline:1e3},Bn=>{let{className:En}=Bn;var vn,ui;const Te=un("scroll-number",we),Ze=sr.current,Ne=fe()(on==null?void 0:on.indicator,(vn=gn==null?void 0:gn.classNames)===null||vn===void 0?void 0:vn.indicator,{[`${en}-dot`]:Ze,[`${en}-count`]:!Ze,[`${en}-count-sm`]:kt==="small",[`${en}-multiple-words`]:!Ze&&Mi&&Mi.toString().length>1,[`${en}-status-${ke}`]:!!ke,[`${en}-color-${fn}`]:Ct});let ln=Object.assign(Object.assign(Object.assign({},Ae==null?void 0:Ae.indicator),(ui=gn==null?void 0:gn.styles)===null||ui===void 0?void 0:ui.indicator),nr);return fn&&!Ct&&(ln=ln||{},ln.background=fn),Lt.createElement(Sn,{prefixCls:Te,show:!Ue,motionClassName:En,className:Ne,count:Mi,title:fr,style:ln,key:"scrollNumber"},qi)}),_n))});sn.Ribbon=Jt;var $t=sn},42440:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return er}});var Lt=Et(59301),re=Et(92310),fe=Et.n(re),pe=Et(98506),ne=Et(52873),Ht=Et(15142),oe=Et(26420),Oe=Et(16886),ge=Et(6089),Nt=Et(18929),Je=Et(13697),ie=Et(48736),nn=Et(67711),Bt=Et(33346),et=Et(4676);function nt(Ke,Ue,ii){return(Ke-Ue)/(ii-Ue)}function ct(Ke,Ue,ii,Ai){var Fi=nt(Ue,ii,Ai),Mi={};switch(Ke){case"rtl":Mi.right="".concat(Fi*100,"%"),Mi.transform="translateX(50%)";break;case"btt":Mi.bottom="".concat(Fi*100,"%"),Mi.transform="translateY(50%)";break;case"ttb":Mi.top="".concat(Fi*100,"%"),Mi.transform="translateY(-50%)";break;default:Mi.left="".concat(Fi*100,"%"),Mi.transform="translateX(-50%)";break}return Mi}function lt(Ke,Ue){return Array.isArray(Ke)?Ke[Ue]:Ke}var gt=Et(10228),mt=Lt.createContext({min:0,max:0,direction:"ltr",step:1,includedStart:0,includedEnd:0,tabIndex:0,keyboard:!0,styles:{},classNames:{}}),St=mt,Pt=Lt.createContext({}),Rt=["prefixCls","value","valueIndex","onStartMove","onDelete","style","render","dragging","draggingDelete","onOffsetChange","onChangeComplete","onFocus","onMouseEnter"],Wt=Lt.forwardRef(function(Ke,Ue){var ii=Ke.prefixCls,Ai=Ke.value,Fi=Ke.valueIndex,Mi=Ke.onStartMove,sr=Ke.onDelete,nr=Ke.style,fr=Ke.render,_n=Ke.dragging,qi=Ke.draggingDelete,Ct=Ke.onOffsetChange,Bi=Ke.onChangeComplete,oi=Ke.onFocus,Wn=Ke.onMouseEnter,Bn=(0,Bt.Z)(Ke,Rt),En=Lt.useContext(St),vn=En.min,ui=En.max,Te=En.direction,Ze=En.disabled,Ne=En.keyboard,ln=En.range,Oi=En.tabIndex,Ni=En.ariaLabelForHandle,$i=En.ariaLabelledByForHandle,Ye=En.ariaRequired,cn=En.ariaValueTextFormatterForHandle,Pi=En.styles,dr=En.classNames,Yn="".concat(ii,"-handle"),Qt=function(Jn){Ze||Mi(Jn,Fi)},Me=function(Jn){oi==null||oi(Jn,Fi)},Gn=function(Jn){Wn(Jn,Fi)},qn=function(Jn){if(!Ze&&Ne){var hi=null;switch(Jn.which||Jn.keyCode){case gt.Z.LEFT:hi=Te==="ltr"||Te==="btt"?-1:1;break;case gt.Z.RIGHT:hi=Te==="ltr"||Te==="btt"?1:-1;break;case gt.Z.UP:hi=Te!=="ttb"?1:-1;break;case gt.Z.DOWN:hi=Te!=="ttb"?-1:1;break;case gt.Z.HOME:hi="min";break;case gt.Z.END:hi="max";break;case gt.Z.PAGE_UP:hi=2;break;case gt.Z.PAGE_DOWN:hi=-2;break;case gt.Z.BACKSPACE:case gt.Z.DELETE:sr(Fi);break}hi!==null&&(Jn.preventDefault(),Ct(hi,Fi))}},Xe=function(Jn){switch(Jn.which||Jn.keyCode){case gt.Z.LEFT:case gt.Z.RIGHT:case gt.Z.UP:case gt.Z.DOWN:case gt.Z.HOME:case gt.Z.END:case gt.Z.PAGE_UP:case gt.Z.PAGE_DOWN:Bi==null||Bi();break}},ri=ct(Te,Ai,vn,ui),Zi={};if(Fi!==null){var Gi;Zi={tabIndex:Ze?null:lt(Oi,Fi),role:"slider","aria-valuemin":vn,"aria-valuemax":ui,"aria-valuenow":Ai,"aria-disabled":Ze,"aria-label":lt(Ni,Fi),"aria-labelledby":lt($i,Fi),"aria-required":lt(Ye,Fi),"aria-valuetext":(Gi=lt(cn,Fi))===null||Gi===void 0?void 0:Gi(Ai),"aria-orientation":Te==="ltr"||Te==="rtl"?"horizontal":"vertical",onMouseDown:Qt,onTouchStart:Qt,onFocus:Me,onMouseEnter:Gn,onKeyDown:qn,onKeyUp:Xe}}var ir=Lt.createElement("div",(0,nn.Z)({ref:Ue,className:fe()(Yn,(0,ne.Z)((0,ne.Z)((0,ne.Z)({},"".concat(Yn,"-").concat(Fi+1),Fi!==null&&ln),"".concat(Yn,"-dragging"),_n),"".concat(Yn,"-dragging-delete"),qi),dr.handle),style:(0,pe.Z)((0,pe.Z)((0,pe.Z)({},ri),nr),Pi.handle)},Zi,Bn));return fr&&(ir=fr(ir,{index:Fi,prefixCls:ii,value:Ai,dragging:_n,draggingDelete:qi})),ir}),te=Wt,Jt=["prefixCls","style","onStartMove","onOffsetChange","values","handleRender","activeHandleRender","draggingIndex","draggingDelete","onFocus"],Vt=Lt.forwardRef(function(Ke,Ue){var ii=Ke.prefixCls,Ai=Ke.style,Fi=Ke.onStartMove,Mi=Ke.onOffsetChange,sr=Ke.values,nr=Ke.handleRender,fr=Ke.activeHandleRender,_n=Ke.draggingIndex,qi=Ke.draggingDelete,Ct=Ke.onFocus,Bi=(0,Bt.Z)(Ke,Jt),oi=Lt.useRef({}),Wn=Lt.useState(!1),Bn=(0,Oe.Z)(Wn,2),En=Bn[0],vn=Bn[1],ui=Lt.useState(-1),Te=(0,Oe.Z)(ui,2),Ze=Te[0],Ne=Te[1],ln=function(cn){Ne(cn),vn(!0)},Oi=function(cn,Pi){ln(Pi),Ct==null||Ct(cn)},Ni=function(cn,Pi){ln(Pi)};Lt.useImperativeHandle(Ue,function(){return{focus:function(cn){var Pi;(Pi=oi.current[cn])===null||Pi===void 0||Pi.focus()},hideHelp:function(){(0,et.flushSync)(function(){vn(!1)})}}});var $i=(0,pe.Z)({prefixCls:ii,onStartMove:Fi,onOffsetChange:Mi,render:nr,onFocus:Oi,onMouseEnter:Ni},Bi);return Lt.createElement(Lt.Fragment,null,sr.map(function(Ye,cn){var Pi=_n===cn;return Lt.createElement(te,(0,nn.Z)({ref:function(Yn){Yn?oi.current[cn]=Yn:delete oi.current[cn]},dragging:Pi,draggingDelete:Pi&&qi,style:lt(Ai,cn),key:cn,value:Ye,valueIndex:cn},$i))}),fr&&En&&Lt.createElement(te,(0,nn.Z)({key:"a11y"},$i,{value:sr[Ze],valueIndex:null,dragging:_n!==-1,draggingDelete:qi,render:fr,style:{pointerEvents:"none"},tabIndex:null,"aria-hidden":!0})))}),le=Vt,ae=function(Ue){var ii=Ue.prefixCls,Ai=Ue.style,Fi=Ue.children,Mi=Ue.value,sr=Ue.onClick,nr=Lt.useContext(St),fr=nr.min,_n=nr.max,qi=nr.direction,Ct=nr.includedStart,Bi=nr.includedEnd,oi=nr.included,Wn="".concat(ii,"-text"),Bn=ct(qi,Mi,fr,_n);return Lt.createElement("span",{className:fe()(Wn,(0,ne.Z)({},"".concat(Wn,"-active"),oi&&Ct<=Mi&&Mi<=Bi)),style:(0,pe.Z)((0,pe.Z)({},Bn),Ai),onMouseDown:function(vn){vn.stopPropagation()},onClick:function(){sr(Mi)}},Fi)},Fe=ae,De=function(Ue){var ii=Ue.prefixCls,Ai=Ue.marks,Fi=Ue.onClick,Mi="".concat(ii,"-mark");return Ai.length?Lt.createElement("div",{className:Mi},Ai.map(function(sr){var nr=sr.value,fr=sr.style,_n=sr.label;return Lt.createElement(Fe,{key:nr,prefixCls:Mi,style:fr,value:nr,onClick:Fi},_n)})):null},Ee=De,Sn=function(Ue){var ii=Ue.prefixCls,Ai=Ue.value,Fi=Ue.style,Mi=Ue.activeStyle,sr=Lt.useContext(St),nr=sr.min,fr=sr.max,_n=sr.direction,qi=sr.included,Ct=sr.includedStart,Bi=sr.includedEnd,oi="".concat(ii,"-dot"),Wn=qi&&Ct<=Ai&&Ai<=Bi,Bn=(0,pe.Z)((0,pe.Z)({},ct(_n,Ai,nr,fr)),typeof Fi=="function"?Fi(Ai):Fi);return Wn&&(Bn=(0,pe.Z)((0,pe.Z)({},Bn),typeof Mi=="function"?Mi(Ai):Mi)),Lt.createElement("span",{className:fe()(oi,(0,ne.Z)({},"".concat(oi,"-active"),Wn)),style:Bn})},rn=Sn,Ge=function(Ue){var ii=Ue.prefixCls,Ai=Ue.marks,Fi=Ue.dots,Mi=Ue.style,sr=Ue.activeStyle,nr=Lt.useContext(St),fr=nr.min,_n=nr.max,qi=nr.step,Ct=Lt.useMemo(function(){var Bi=new Set;if(Ai.forEach(function(Wn){Bi.add(Wn.value)}),Fi&&qi!==null)for(var oi=fr;oi<=_n;)Bi.add(oi),oi+=qi;return Array.from(Bi)},[fr,_n,qi,Fi,Ai]);return Lt.createElement("div",{className:"".concat(ii,"-step")},Ct.map(function(Bi){return Lt.createElement(rn,{prefixCls:ii,key:Bi,value:Bi,style:Mi,activeStyle:sr})}))},sn=Ge,$t=function(Ue){var ii=Ue.prefixCls,Ai=Ue.style,Fi=Ue.start,Mi=Ue.end,sr=Ue.index,nr=Ue.onStartMove,fr=Ue.replaceCls,_n=Lt.useContext(St),qi=_n.direction,Ct=_n.min,Bi=_n.max,oi=_n.disabled,Wn=_n.range,Bn=_n.classNames,En="".concat(ii,"-track"),vn=nt(Fi,Ct,Bi),ui=nt(Mi,Ct,Bi),Te=function(Oi){!oi&&nr&&nr(Oi,-1)},Ze={};switch(qi){case"rtl":Ze.right="".concat(vn*100,"%"),Ze.width="".concat(ui*100-vn*100,"%");break;case"btt":Ze.bottom="".concat(vn*100,"%"),Ze.height="".concat(ui*100-vn*100,"%");break;case"ttb":Ze.top="".concat(vn*100,"%"),Ze.height="".concat(ui*100-vn*100,"%");break;default:Ze.left="".concat(vn*100,"%"),Ze.width="".concat(ui*100-vn*100,"%")}var Ne=fr||fe()(En,(0,ne.Z)((0,ne.Z)({},"".concat(En,"-").concat(sr+1),sr!==null&&Wn),"".concat(ii,"-track-draggable"),nr),Bn.track);return Lt.createElement("div",{className:Ne,style:(0,pe.Z)((0,pe.Z)({},Ze),Ai),onMouseDown:Te,onTouchStart:Te})},It=$t,Pe=function(Ue){var ii=Ue.prefixCls,Ai=Ue.style,Fi=Ue.values,Mi=Ue.startPoint,sr=Ue.onStartMove,nr=Lt.useContext(St),fr=nr.included,_n=nr.range,qi=nr.min,Ct=nr.styles,Bi=nr.classNames,oi=Lt.useMemo(function(){if(!_n){if(Fi.length===0)return[];var Bn=Mi!=null?Mi:qi,En=Fi[0];return[{start:Math.min(Bn,En),end:Math.max(Bn,En)}]}for(var vn=[],ui=0;ui<Fi.length-1;ui+=1)vn.push({start:Fi[ui],end:Fi[ui+1]});return vn},[Fi,_n,Mi,qi]);if(!fr)return null;var Wn=oi!=null&&oi.length&&(Bi.tracks||Ct.tracks)?Lt.createElement(It,{index:null,prefixCls:ii,start:oi[0].start,end:oi[oi.length-1].end,replaceCls:fe()(Bi.tracks,"".concat(ii,"-tracks")),style:Ct.tracks}):null;return Lt.createElement(Lt.Fragment,null,Wn,oi.map(function(Bn,En){var vn=Bn.start,ui=Bn.end;return Lt.createElement(It,{index:En,prefixCls:ii,style:(0,pe.Z)((0,pe.Z)({},lt(Ai,En)),Ct.track),start:vn,end:ui,key:En,onStartMove:sr})}))},an=Pe,Ve=Et(34280),Se=130;function $e(Ke){var Ue="targetTouches"in Ke?Ke.targetTouches[0]:Ke;return{pageX:Ue.pageX,pageY:Ue.pageY}}function He(Ke,Ue,ii,Ai,Fi,Mi,sr,nr,fr,_n,qi){var Ct=Lt.useState(null),Bi=(0,Oe.Z)(Ct,2),oi=Bi[0],Wn=Bi[1],Bn=Lt.useState(-1),En=(0,Oe.Z)(Bn,2),vn=En[0],ui=En[1],Te=Lt.useState(!1),Ze=(0,Oe.Z)(Te,2),Ne=Ze[0],ln=Ze[1],Oi=Lt.useState(ii),Ni=(0,Oe.Z)(Oi,2),$i=Ni[0],Ye=Ni[1],cn=Lt.useState(ii),Pi=(0,Oe.Z)(cn,2),dr=Pi[0],Yn=Pi[1],Qt=Lt.useRef(null),Me=Lt.useRef(null),Gn=Lt.useRef(null),qn=Lt.useContext(Pt),Xe=qn.onDragStart,ri=qn.onDragChange;(0,Ve.Z)(function(){vn===-1&&Ye(ii)},[ii,vn]),Lt.useEffect(function(){return function(){document.removeEventListener("mousemove",Qt.current),document.removeEventListener("mouseup",Me.current),Gn.current&&(Gn.current.removeEventListener("touchmove",Qt.current),Gn.current.removeEventListener("touchend",Me.current))}},[]);var Zi=function(hi,hr,tr){hr!==void 0&&Wn(hr),Ye(hi);var Dn=hi;tr&&(Dn=hi.filter(function(ki,Fr){return Fr!==vn})),sr(Dn),ri&&ri({rawValues:hi,deleteIndex:tr?vn:-1,draggingIndex:vn,draggingValue:hr})},Gi=(0,ge.Z)(function(Jn,hi,hr){if(Jn===-1){var tr=dr[0],Dn=dr[dr.length-1],ki=Ai-tr,Fr=Fi-Dn,jr=hi*(Fi-Ai);jr=Math.max(jr,ki),jr=Math.min(jr,Fr);var so=Mi(tr+jr);jr=so-tr;var je=dr.map(function(Wr){return Wr+jr});Zi(je)}else{var _i=(Fi-Ai)*hi,Ar=(0,Ht.Z)($i);Ar[Jn]=dr[Jn];var Wi=fr(Ar,_i,Jn,"dist");Zi(Wi.values,Wi.value,hr)}}),ir=function(hi,hr,tr){hi.stopPropagation();var Dn=tr||ii,ki=Dn[hr];ui(hr),Wn(ki),Yn(Dn),Ye(Dn),ln(!1);var Fr=$e(hi),jr=Fr.pageX,so=Fr.pageY,je=!1;Xe&&Xe({rawValues:Dn,draggingIndex:hr,draggingValue:ki});var _i=function(Wr){Wr.preventDefault();var Nr=$e(Wr),Xr=Nr.pageX,zr=Nr.pageY,Hr=Xr-jr,qr=zr-so,pn=Ke.current.getBoundingClientRect(),no=pn.width,Cn=pn.height,rr,Or;switch(Ue){case"btt":rr=-qr/Cn,Or=Hr;break;case"ttb":rr=qr/Cn,Or=Hr;break;case"rtl":rr=-Hr/no,Or=qr;break;default:rr=Hr/no,Or=qr}je=_n?Math.abs(Or)>Se&&qi<$i.length:!1,ln(je),Gi(hr,rr,je)},Ar=function Wi(Wr){Wr.preventDefault(),document.removeEventListener("mouseup",Wi),document.removeEventListener("mousemove",_i),Gn.current&&(Gn.current.removeEventListener("touchmove",Qt.current),Gn.current.removeEventListener("touchend",Me.current)),Qt.current=null,Me.current=null,Gn.current=null,nr(je),ui(-1),ln(!1)};document.addEventListener("mouseup",Ar),document.addEventListener("mousemove",_i),hi.currentTarget.addEventListener("touchend",Ar),hi.currentTarget.addEventListener("touchmove",_i),Qt.current=_i,Me.current=Ar,Gn.current=hi.currentTarget},ai=Lt.useMemo(function(){var Jn=(0,Ht.Z)(ii).sort(function(ki,Fr){return ki-Fr}),hi=(0,Ht.Z)($i).sort(function(ki,Fr){return ki-Fr}),hr={};hi.forEach(function(ki){hr[ki]=(hr[ki]||0)+1}),Jn.forEach(function(ki){hr[ki]=(hr[ki]||0)-1});var tr=_n?1:0,Dn=Object.values(hr).reduce(function(ki,Fr){return ki+Math.abs(Fr)},0);return Dn<=tr?$i:ii},[ii,$i,_n]);return[vn,oi,Ne,ai,ir]}var xn=He;function we(Ke,Ue,ii,Ai,Fi,Mi){var sr=Lt.useCallback(function(oi){return Math.max(Ke,Math.min(Ue,oi))},[Ke,Ue]),nr=Lt.useCallback(function(oi){if(ii!==null){var Wn=Ke+Math.round((sr(oi)-Ke)/ii)*ii,Bn=function(Te){return(String(Te).split(".")[1]||"").length},En=Math.max(Bn(ii),Bn(Ue),Bn(Ke)),vn=Number(Wn.toFixed(En));return Ke<=vn&&vn<=Ue?vn:null}return null},[ii,Ke,Ue,sr]),fr=Lt.useCallback(function(oi){var Wn=sr(oi),Bn=Ai.map(function(ui){return ui.value});ii!==null&&Bn.push(nr(oi)),Bn.push(Ke,Ue);var En=Bn[0],vn=Ue-Ke;return Bn.forEach(function(ui){var Te=Math.abs(Wn-ui);Te<=vn&&(En=ui,vn=Te)}),En},[Ke,Ue,Ai,ii,sr,nr]),_n=function oi(Wn,Bn,En){var vn=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"unit";if(typeof Bn=="number"){var ui,Te=Wn[En],Ze=Te+Bn,Ne=[];Ai.forEach(function(Ye){Ne.push(Ye.value)}),Ne.push(Ke,Ue),Ne.push(nr(Te));var ln=Bn>0?1:-1;vn==="unit"?Ne.push(nr(Te+ln*ii)):Ne.push(nr(Ze)),Ne=Ne.filter(function(Ye){return Ye!==null}).filter(function(Ye){return Bn<0?Ye<=Te:Ye>=Te}),vn==="unit"&&(Ne=Ne.filter(function(Ye){return Ye!==Te}));var Oi=vn==="unit"?Te:Ze;ui=Ne[0];var Ni=Math.abs(ui-Oi);if(Ne.forEach(function(Ye){var cn=Math.abs(Ye-Oi);cn<Ni&&(ui=Ye,Ni=cn)}),ui===void 0)return Bn<0?Ke:Ue;if(vn==="dist")return ui;if(Math.abs(Bn)>1){var $i=(0,Ht.Z)(Wn);return $i[En]=ui,oi($i,Bn-ln,En,vn)}return ui}else{if(Bn==="min")return Ke;if(Bn==="max")return Ue}},qi=function(Wn,Bn,En){var vn=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"unit",ui=Wn[En],Te=_n(Wn,Bn,En,vn);return{value:Te,changed:Te!==ui}},Ct=function(Wn){return Mi===null&&Wn===0||typeof Mi=="number"&&Wn<Mi},Bi=function(Wn,Bn,En){var vn=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"unit",ui=Wn.map(fr),Te=ui[En],Ze=_n(ui,Bn,En,vn);if(ui[En]=Ze,Fi===!1){var Ne=Mi||0;En>0&&ui[En-1]!==Te&&(ui[En]=Math.max(ui[En],ui[En-1]+Ne)),En<ui.length-1&&ui[En+1]!==Te&&(ui[En]=Math.min(ui[En],ui[En+1]-Ne))}else if(typeof Mi=="number"||Mi===null){for(var ln=En+1;ln<ui.length;ln+=1)for(var Oi=!0;Ct(ui[ln]-ui[ln-1])&&Oi;){var Ni=qi(ui,1,ln);ui[ln]=Ni.value,Oi=Ni.changed}for(var $i=En;$i>0;$i-=1)for(var Ye=!0;Ct(ui[$i]-ui[$i-1])&&Ye;){var cn=qi(ui,-1,$i-1);ui[$i-1]=cn.value,Ye=cn.changed}for(var Pi=ui.length-1;Pi>0;Pi-=1)for(var dr=!0;Ct(ui[Pi]-ui[Pi-1])&&dr;){var Yn=qi(ui,-1,Pi-1);ui[Pi-1]=Yn.value,dr=Yn.changed}for(var Qt=0;Qt<ui.length-1;Qt+=1)for(var Me=!0;Ct(ui[Qt+1]-ui[Qt])&&Me;){var Gn=qi(ui,1,Qt+1);ui[Qt+1]=Gn.value,Me=Gn.changed}}return{value:ui[En],values:ui}};return[fr,Bi]}function de(Ke){return(0,Lt.useMemo)(function(){if(Ke===!0||!Ke)return[!!Ke,!1,!1,0];var Ue=Ke.editable,ii=Ke.draggableTrack,Ai=Ke.minCount,Fi=Ke.maxCount;return[!0,Ue,!Ue&&ii,Ai||0,Fi]},[Ke])}var ke=Lt.forwardRef(function(Ke,Ue){var ii=Ke.prefixCls,Ai=ii===void 0?"rc-slider":ii,Fi=Ke.className,Mi=Ke.style,sr=Ke.classNames,nr=Ke.styles,fr=Ke.id,_n=Ke.disabled,qi=_n===void 0?!1:_n,Ct=Ke.keyboard,Bi=Ct===void 0?!0:Ct,oi=Ke.autoFocus,Wn=Ke.onFocus,Bn=Ke.onBlur,En=Ke.min,vn=En===void 0?0:En,ui=Ke.max,Te=ui===void 0?100:ui,Ze=Ke.step,Ne=Ze===void 0?1:Ze,ln=Ke.value,Oi=Ke.defaultValue,Ni=Ke.range,$i=Ke.count,Ye=Ke.onChange,cn=Ke.onBeforeChange,Pi=Ke.onAfterChange,dr=Ke.onChangeComplete,Yn=Ke.allowCross,Qt=Yn===void 0?!0:Yn,Me=Ke.pushable,Gn=Me===void 0?!1:Me,qn=Ke.reverse,Xe=Ke.vertical,ri=Ke.included,Zi=ri===void 0?!0:ri,Gi=Ke.startPoint,ir=Ke.trackStyle,ai=Ke.handleStyle,Jn=Ke.railStyle,hi=Ke.dotStyle,hr=Ke.activeDotStyle,tr=Ke.marks,Dn=Ke.dots,ki=Ke.handleRender,Fr=Ke.activeHandleRender,jr=Ke.track,so=Ke.tabIndex,je=so===void 0?0:so,_i=Ke.ariaLabelForHandle,Ar=Ke.ariaLabelledByForHandle,Wi=Ke.ariaRequired,Wr=Ke.ariaValueTextFormatterForHandle,Nr=Lt.useRef(null),Xr=Lt.useRef(null),zr=Lt.useMemo(function(){return Xe?qn?"ttb":"btt":qn?"rtl":"ltr"},[qn,Xe]),Hr=de(Ni),qr=(0,Oe.Z)(Hr,5),pn=qr[0],no=qr[1],Cn=qr[2],rr=qr[3],Or=qr[4],Tr=Lt.useMemo(function(){return isFinite(vn)?vn:0},[vn]),ho=Lt.useMemo(function(){return isFinite(Te)?Te:100},[Te]),Gr=Lt.useMemo(function(){return Ne!==null&&Ne<=0?1:Ne},[Ne]),xr=Lt.useMemo(function(){return typeof Gn=="boolean"?Gn?Gr:!1:Gn>=0?Gn:!1},[Gn,Gr]),lo=Lt.useMemo(function(){return Object.keys(tr||{}).map(function(ni){var Vn=tr[ni],Ti={value:Number(ni)};return Vn&&(0,oe.Z)(Vn)==="object"&&!Lt.isValidElement(Vn)&&("label"in Vn||"style"in Vn)?(Ti.style=Vn.style,Ti.label=Vn.label):Ti.label=Vn,Ti}).filter(function(ni){var Vn=ni.label;return Vn||typeof Vn=="number"}).sort(function(ni,Vn){return ni.value-Vn.value})},[tr]),We=we(Tr,ho,Gr,lo,Qt,xr),An=(0,Oe.Z)(We,2),Be=An[0],Ot=An[1],Qn=(0,Nt.Z)(Oi,{value:ln}),Li=(0,Oe.Z)(Qn,2),Xi=Li[0],Vi=Li[1],yi=Lt.useMemo(function(){var ni=Xi==null?[]:Array.isArray(Xi)?Xi:[Xi],Vn=(0,Oe.Z)(ni,1),Ti=Vn[0],cr=Ti===void 0?Tr:Ti,mr=Xi===null?[]:[cr];if(pn){if(mr=(0,Ht.Z)(ni),$i||Xi===void 0){var kr=$i>=0?$i+1:2;for(mr=mr.slice(0,kr);mr.length<kr;){var Si;mr.push((Si=mr[mr.length-1])!==null&&Si!==void 0?Si:Tr)}}mr.sort(function(yr,ur){return yr-ur})}return mr.forEach(function(yr,ur){mr[ur]=Be(yr)}),mr},[Xi,pn,Tr,$i,Be]),Mn=function(Vn){return pn?Vn:Vn[0]},si=(0,ge.Z)(function(ni){var Vn=(0,Ht.Z)(ni).sort(function(Ti,cr){return Ti-cr});Ye&&!(0,Je.Z)(Vn,yi,!0)&&Ye(Mn(Vn)),Vi(Vn)}),ci=(0,ge.Z)(function(ni){ni&&Nr.current.hideHelp();var Vn=Mn(yi);Pi==null||Pi(Vn),(0,ie.ZP)(!Pi,"[rc-slider] `onAfterChange` is deprecated. Please use `onChangeComplete` instead."),dr==null||dr(Vn)}),Kn=function(Vn){if(!(qi||!no||yi.length<=rr)){var Ti=(0,Ht.Z)(yi);Ti.splice(Vn,1),cn==null||cn(Mn(Ti)),si(Ti);var cr=Math.max(0,Vn-1);Nr.current.hideHelp(),Nr.current.focus(cr)}},fi=xn(Xr,zr,yi,Tr,ho,Be,si,ci,Ot,no,rr),ei=(0,Oe.Z)(fi,5),Ft=ei[0],se=ei[1],Yt=ei[2],ve=ei[3],xe=ei[4],Qe=function(Vn,Ti){if(!qi){var cr=(0,Ht.Z)(yi),mr=0,kr=0,Si=ho-Tr;yi.forEach(function(Pr,Fn){var Ii=Math.abs(Vn-Pr);Ii<=Si&&(Si=Ii,mr=Fn),Pr<Vn&&(kr=Fn)});var yr=mr;no&&Si!==0&&(!Or||yi.length<Or)?(cr.splice(kr+1,0,Vn),yr=kr+1):cr[mr]=Vn,pn&&!yi.length&&$i===void 0&&cr.push(Vn);var ur=Mn(cr);if(cn==null||cn(ur),si(cr),Ti){var Sr,pr;(Sr=document.activeElement)===null||Sr===void 0||(pr=Sr.blur)===null||pr===void 0||pr.call(Sr),Nr.current.focus(yr),xe(Ti,yr,cr)}else Pi==null||Pi(ur),(0,ie.ZP)(!Pi,"[rc-slider] `onAfterChange` is deprecated. Please use `onChangeComplete` instead."),dr==null||dr(ur)}},qe=function(Vn){Vn.preventDefault();var Ti=Xr.current.getBoundingClientRect(),cr=Ti.width,mr=Ti.height,kr=Ti.left,Si=Ti.top,yr=Ti.bottom,ur=Ti.right,Sr=Vn.clientX,pr=Vn.clientY,Pr;switch(zr){case"btt":Pr=(yr-pr)/mr;break;case"ttb":Pr=(pr-Si)/mr;break;case"rtl":Pr=(ur-Sr)/cr;break;default:Pr=(Sr-kr)/cr}var Fn=Tr+Pr*(ho-Tr);Qe(Be(Fn),Vn)},hn=Lt.useState(null),On=(0,Oe.Z)(hn,2),Un=On[0],dn=On[1],di=function(Vn,Ti){if(!qi){var cr=Ot(yi,Vn,Ti);cn==null||cn(Mn(yi)),si(cr.values),dn(cr.value)}};Lt.useEffect(function(){if(Un!==null){var ni=yi.indexOf(Un);ni>=0&&Nr.current.focus(ni)}dn(null)},[Un]);var Ci=Lt.useMemo(function(){return Cn&&Gr===null?!1:Cn},[Cn,Gr]),he=(0,ge.Z)(function(ni,Vn){xe(ni,Vn),cn==null||cn(Mn(yi))}),ti=Ft!==-1;Lt.useEffect(function(){if(!ti){var ni=yi.lastIndexOf(se);Nr.current.focus(ni)}},[ti]);var Xn=Lt.useMemo(function(){return(0,Ht.Z)(ve).sort(function(ni,Vn){return ni-Vn})},[ve]),jn=Lt.useMemo(function(){return pn?[Xn[0],Xn[Xn.length-1]]:[Tr,Xn[0]]},[Xn,pn,Tr]),Tn=(0,Oe.Z)(jn,2),Ei=Tn[0],bi=Tn[1];Lt.useImperativeHandle(Ue,function(){return{focus:function(){Nr.current.focus(0)},blur:function(){var Vn,Ti=document,cr=Ti.activeElement;(Vn=Xr.current)!==null&&Vn!==void 0&&Vn.contains(cr)&&(cr==null||cr.blur())}}}),Lt.useEffect(function(){oi&&Nr.current.focus(0)},[]);var mi=Lt.useMemo(function(){return{min:Tr,max:ho,direction:zr,disabled:qi,keyboard:Bi,step:Gr,included:Zi,includedStart:Ei,includedEnd:bi,range:pn,tabIndex:je,ariaLabelForHandle:_i,ariaLabelledByForHandle:Ar,ariaRequired:Wi,ariaValueTextFormatterForHandle:Wr,styles:nr||{},classNames:sr||{}}},[Tr,ho,zr,qi,Bi,Gr,Zi,Ei,bi,pn,je,_i,Ar,Wi,Wr,nr,sr]);return Lt.createElement(St.Provider,{value:mi},Lt.createElement("div",{ref:Xr,className:fe()(Ai,Fi,(0,ne.Z)((0,ne.Z)((0,ne.Z)((0,ne.Z)({},"".concat(Ai,"-disabled"),qi),"".concat(Ai,"-vertical"),Xe),"".concat(Ai,"-horizontal"),!Xe),"".concat(Ai,"-with-marks"),lo.length)),style:Mi,onMouseDown:qe,id:fr},Lt.createElement("div",{className:fe()("".concat(Ai,"-rail"),sr==null?void 0:sr.rail),style:(0,pe.Z)((0,pe.Z)({},Jn),nr==null?void 0:nr.rail)}),jr!==!1&&Lt.createElement(an,{prefixCls:Ai,style:ir,values:yi,startPoint:Gi,onStartMove:Ci?he:void 0}),Lt.createElement(sn,{prefixCls:Ai,marks:lo,dots:Dn,style:hi,activeStyle:hr}),Lt.createElement(le,{ref:Nr,prefixCls:Ai,style:ai,values:ve,draggingIndex:Ft,draggingDelete:Yt,onStartMove:he,onOffsetChange:di,onFocus:Wn,onBlur:Bn,handleRender:ki,activeHandleRender:Fr,onChangeComplete:ci,onDelete:no?Kn:void 0}),Lt.createElement(Ee,{prefixCls:Ai,marks:lo,onClick:Qe})))}),ze=ke,fn=ze,Dt=Et(16089),wt=Et(2171),kt=(0,Lt.createContext)({}),jt=Et(8654),Mt=Et(25399),Ce=Lt.forwardRef((Ke,Ue)=>{const{open:ii,draggingDelete:Ai}=Ke,Fi=(0,Lt.useRef)(null),Mi=ii&&!Ai,sr=(0,Lt.useRef)(null);function nr(){Dt.Z.cancel(sr.current),sr.current=null}function fr(){sr.current=(0,Dt.Z)(()=>{var _n;(_n=Fi.current)===null||_n===void 0||_n.forceAlign(),sr.current=null})}return Lt.useEffect(()=>(Mi?fr():nr(),nr),[Mi,Ke.title]),Lt.createElement(Mt.Z,Object.assign({ref:(0,jt.sQ)(Fi,Ue)},Ke,{open:Mi}))}),be=Et(36237),on=Et(17835),Ae=Et(63356),Le=Et(16931),_e=Et(51636);const un=Ke=>{const{componentCls:Ue,antCls:ii,controlSize:Ai,dotSize:Fi,marginFull:Mi,marginPart:sr,colorFillContentHover:nr,handleColorDisabled:fr,calc:_n,handleSize:qi,handleSizeHover:Ct,handleActiveColor:Bi,handleActiveOutlineColor:oi,handleLineWidth:Wn,handleLineWidthHover:Bn,motionDurationMid:En}=Ke;return{[Ue]:Object.assign(Object.assign({},(0,Ae.Wf)(Ke)),{position:"relative",height:Ai,margin:`${(0,be.unit)(sr)} ${(0,be.unit)(Mi)}`,padding:0,cursor:"pointer",touchAction:"none","&-vertical":{margin:`${(0,be.unit)(Mi)} ${(0,be.unit)(sr)}`},[`${Ue}-rail`]:{position:"absolute",backgroundColor:Ke.railBg,borderRadius:Ke.borderRadiusXS,transition:`background-color ${En}`},[`${Ue}-track,${Ue}-tracks`]:{position:"absolute",transition:`background-color ${En}`},[`${Ue}-track`]:{backgroundColor:Ke.trackBg,borderRadius:Ke.borderRadiusXS},[`${Ue}-track-draggable`]:{boxSizing:"content-box",backgroundClip:"content-box",border:"solid rgba(0,0,0,0)"},"&:hover":{[`${Ue}-rail`]:{backgroundColor:Ke.railHoverBg},[`${Ue}-track`]:{backgroundColor:Ke.trackHoverBg},[`${Ue}-dot`]:{borderColor:nr},[`${Ue}-handle::after`]:{boxShadow:`0 0 0 ${(0,be.unit)(Wn)} ${Ke.colorPrimaryBorderHover}`},[`${Ue}-dot-active`]:{borderColor:Ke.dotActiveBorderColor}},[`${Ue}-handle`]:{position:"absolute",width:qi,height:qi,outline:"none",userSelect:"none","&-dragging-delete":{opacity:0},"&::before":{content:'""',position:"absolute",insetInlineStart:_n(Wn).mul(-1).equal(),insetBlockStart:_n(Wn).mul(-1).equal(),width:_n(qi).add(_n(Wn).mul(2)).equal(),height:_n(qi).add(_n(Wn).mul(2)).equal(),backgroundColor:"transparent"},"&::after":{content:'""',position:"absolute",insetBlockStart:0,insetInlineStart:0,width:qi,height:qi,backgroundColor:Ke.colorBgElevated,boxShadow:`0 0 0 ${(0,be.unit)(Wn)} ${Ke.handleColor}`,outline:"0px solid transparent",borderRadius:"50%",cursor:"pointer",transition:`
|
|
inset-inline-start ${En},
|
|
inset-block-start ${En},
|
|
width ${En},
|
|
height ${En},
|
|
box-shadow ${En},
|
|
outline ${En}
|
|
`},"&:hover, &:active, &:focus":{"&::before":{insetInlineStart:_n(Ct).sub(qi).div(2).add(Bn).mul(-1).equal(),insetBlockStart:_n(Ct).sub(qi).div(2).add(Bn).mul(-1).equal(),width:_n(Ct).add(_n(Bn).mul(2)).equal(),height:_n(Ct).add(_n(Bn).mul(2)).equal()},"&::after":{boxShadow:`0 0 0 ${(0,be.unit)(Bn)} ${Bi}`,outline:`6px solid ${oi}`,width:Ct,height:Ct,insetInlineStart:Ke.calc(qi).sub(Ct).div(2).equal(),insetBlockStart:Ke.calc(qi).sub(Ct).div(2).equal()}}},[`&-lock ${Ue}-handle`]:{"&::before, &::after":{transition:"none"}},[`${Ue}-mark`]:{position:"absolute",fontSize:Ke.fontSize},[`${Ue}-mark-text`]:{position:"absolute",display:"inline-block",color:Ke.colorTextDescription,textAlign:"center",wordBreak:"keep-all",cursor:"pointer",userSelect:"none","&-active":{color:Ke.colorText}},[`${Ue}-step`]:{position:"absolute",background:"transparent",pointerEvents:"none"},[`${Ue}-dot`]:{position:"absolute",width:Fi,height:Fi,backgroundColor:Ke.colorBgElevated,border:`${(0,be.unit)(Wn)} solid ${Ke.dotBorderColor}`,borderRadius:"50%",cursor:"pointer",transition:`border-color ${Ke.motionDurationSlow}`,pointerEvents:"auto","&-active":{borderColor:Ke.dotActiveBorderColor}},[`&${Ue}-disabled`]:{cursor:"not-allowed",[`${Ue}-rail`]:{backgroundColor:`${Ke.railBg} !important`},[`${Ue}-track`]:{backgroundColor:`${Ke.trackBgDisabled} !important`},[`
|
|
${Ue}-dot
|
|
`]:{backgroundColor:Ke.colorBgElevated,borderColor:Ke.trackBgDisabled,boxShadow:"none",cursor:"not-allowed"},[`${Ue}-handle::after`]:{backgroundColor:Ke.colorBgElevated,cursor:"not-allowed",width:qi,height:qi,boxShadow:`0 0 0 ${(0,be.unit)(Wn)} ${fr}`,insetInlineStart:0,insetBlockStart:0},[`
|
|
${Ue}-mark-text,
|
|
${Ue}-dot
|
|
`]:{cursor:"not-allowed !important"}},[`&-tooltip ${ii}-tooltip-inner`]:{minWidth:"unset"}})}},Pn=(Ke,Ue)=>{const{componentCls:ii,railSize:Ai,handleSize:Fi,dotSize:Mi,marginFull:sr,calc:nr}=Ke,fr=Ue?"paddingBlock":"paddingInline",_n=Ue?"width":"height",qi=Ue?"height":"width",Ct=Ue?"insetBlockStart":"insetInlineStart",Bi=Ue?"top":"insetInlineStart",oi=nr(Ai).mul(3).sub(Fi).div(2).equal(),Wn=nr(Fi).sub(Ai).div(2).equal(),Bn=Ue?{borderWidth:`${(0,be.unit)(Wn)} 0`,transform:`translateY(${(0,be.unit)(nr(Wn).mul(-1).equal())})`}:{borderWidth:`0 ${(0,be.unit)(Wn)}`,transform:`translateX(${(0,be.unit)(Ke.calc(Wn).mul(-1).equal())})`};return{[fr]:Ai,[qi]:nr(Ai).mul(3).equal(),[`${ii}-rail`]:{[_n]:"100%",[qi]:Ai},[`${ii}-track,${ii}-tracks`]:{[qi]:Ai},[`${ii}-track-draggable`]:Object.assign({},Bn),[`${ii}-handle`]:{[Ct]:oi},[`${ii}-mark`]:{insetInlineStart:0,top:0,[Bi]:nr(Ai).mul(3).add(Ue?0:sr).equal(),[_n]:"100%"},[`${ii}-step`]:{insetInlineStart:0,top:0,[Bi]:Ai,[_n]:"100%",[qi]:Ai},[`${ii}-dot`]:{position:"absolute",[Ct]:nr(Ai).sub(Mi).div(2).equal()}}},gn=Ke=>{const{componentCls:Ue,marginPartWithMark:ii}=Ke;return{[`${Ue}-horizontal`]:Object.assign(Object.assign({},Pn(Ke,!0)),{[`&${Ue}-with-marks`]:{marginBottom:ii}})}},en=Ke=>{const{componentCls:Ue}=Ke;return{[`${Ue}-vertical`]:Object.assign(Object.assign({},Pn(Ke,!1)),{height:"100%"})}},Zn=Ke=>{const ii=Ke.controlHeightLG/4,Ai=Ke.controlHeightSM/2,Fi=Ke.lineWidth+1,Mi=Ke.lineWidth+1*1.5,sr=Ke.colorPrimary,nr=new on.FastColor(sr).setA(.2).toRgbString();return{controlSize:ii,railSize:4,handleSize:ii,handleSizeHover:Ai,dotSize:8,handleLineWidth:Fi,handleLineWidthHover:Mi,railBg:Ke.colorFillTertiary,railHoverBg:Ke.colorFillSecondary,trackBg:Ke.colorPrimaryBorder,trackHoverBg:Ke.colorPrimaryBorderHover,handleColor:Ke.colorPrimaryBorder,handleActiveColor:sr,handleActiveOutlineColor:nr,handleColorDisabled:new on.FastColor(Ke.colorTextDisabled).onBackground(Ke.colorBgContainer).toHexString(),dotBorderColor:Ke.colorBorderSecondary,dotActiveBorderColor:Ke.colorPrimaryBorder,trackBgDisabled:Ke.colorBgContainerDisabled}};var Hn=(0,Le.I$)("Slider",Ke=>{const Ue=(0,_e.mergeToken)(Ke,{marginPart:Ke.calc(Ke.controlHeight).sub(Ke.controlSize).div(2).equal(),marginFull:Ke.calc(Ke.controlSize).div(2).equal(),marginPartWithMark:Ke.calc(Ke.controlHeightLG).sub(Ke.controlSize).equal()});return[un(Ue),gn(Ue),en(Ue)]},Zn);function mn(){const[Ke,Ue]=Lt.useState(!1),ii=Lt.useRef(null),Ai=()=>{Dt.Z.cancel(ii.current)},Fi=Mi=>{Ai(),Mi?Ue(Mi):ii.current=(0,Dt.Z)(()=>{Ue(Mi)})};return Lt.useEffect(()=>Ai,[]),[Ke,Fi]}var zn=Et(48755),Ri=function(Ke,Ue){var ii={};for(var Ai in Ke)Object.prototype.hasOwnProperty.call(Ke,Ai)&&Ue.indexOf(Ai)<0&&(ii[Ai]=Ke[Ai]);if(Ke!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Fi=0,Ai=Object.getOwnPropertySymbols(Ke);Fi<Ai.length;Fi++)Ue.indexOf(Ai[Fi])<0&&Object.prototype.propertyIsEnumerable.call(Ke,Ai[Fi])&&(ii[Ai[Fi]]=Ke[Ai[Fi]]);return ii};function vi(Ke,Ue){return Ke||Ke===null?Ke:Ue||Ue===null?Ue:ii=>typeof ii=="number"?ii.toString():""}var er=Lt.forwardRef((Ke,Ue)=>{const{prefixCls:ii,range:Ai,className:Fi,rootClassName:Mi,style:sr,disabled:nr,tooltipPrefixCls:fr,tipFormatter:_n,tooltipVisible:qi,getTooltipPopupContainer:Ct,tooltipPlacement:Bi,tooltip:oi={},onChangeComplete:Wn,classNames:Bn,styles:En}=Ke,vn=Ri(Ke,["prefixCls","range","className","rootClassName","style","disabled","tooltipPrefixCls","tipFormatter","tooltipVisible","getTooltipPopupContainer","tooltipPlacement","tooltip","onChangeComplete","classNames","styles"]),{vertical:ui}=Ke,{getPrefixCls:Te,direction:Ze,className:Ne,style:ln,classNames:Oi,styles:Ni,getPopupContainer:$i}=(0,zn.dj)("slider"),Ye=Lt.useContext(wt.Z),cn=nr!=null?nr:Ye,{handleRender:Pi,direction:dr}=Lt.useContext(kt),Qt=(dr||Ze)==="rtl",[Me,Gn]=mn(),[qn,Xe]=mn(),ri=Object.assign({},oi),{open:Zi,placement:Gi,getPopupContainer:ir,prefixCls:ai,formatter:Jn}=ri,hi=Zi!=null?Zi:qi,hr=(Me||qn)&&hi!==!1,tr=vi(Jn,_n),[Dn,ki]=mn(),Fr=pn=>{Wn==null||Wn(pn),ki(!1)},jr=(pn,no)=>pn||(no?Qt?"left":"right":"top"),so=Te("slider",ii),[je,_i,Ar]=Hn(so),Wi=fe()(Fi,Ne,Oi.root,Bn==null?void 0:Bn.root,Mi,{[`${so}-rtl`]:Qt,[`${so}-lock`]:Dn},_i,Ar);Qt&&!vn.vertical&&(vn.reverse=!vn.reverse),Lt.useEffect(()=>{const pn=()=>{(0,Dt.Z)(()=>{Xe(!1)},1)};return document.addEventListener("mouseup",pn),()=>{document.removeEventListener("mouseup",pn)}},[]);const Wr=Ai&&!hi,Nr=Pi||((pn,no)=>{const{index:Cn}=no,rr=pn.props;function Or(xr,lo,We){var An,Be,Ot,Qn;We&&((Be=(An=vn)[xr])===null||Be===void 0||Be.call(An,lo)),(Qn=(Ot=rr)[xr])===null||Qn===void 0||Qn.call(Ot,lo)}const Tr=Object.assign(Object.assign({},rr),{onMouseEnter:xr=>{Gn(!0),Or("onMouseEnter",xr)},onMouseLeave:xr=>{Gn(!1),Or("onMouseLeave",xr)},onMouseDown:xr=>{Xe(!0),ki(!0),Or("onMouseDown",xr)},onFocus:xr=>{var lo;Xe(!0),(lo=vn.onFocus)===null||lo===void 0||lo.call(vn,xr),Or("onFocus",xr,!0)},onBlur:xr=>{var lo;Xe(!1),(lo=vn.onBlur)===null||lo===void 0||lo.call(vn,xr),Or("onBlur",xr,!0)}}),ho=Lt.cloneElement(pn,Tr),Gr=(!!hi||hr)&&tr!==null;return Wr?ho:Lt.createElement(Ce,Object.assign({},ri,{prefixCls:Te("tooltip",ai!=null?ai:fr),title:tr?tr(no.value):"",open:Gr,placement:jr(Gi!=null?Gi:Bi,ui),key:Cn,classNames:{root:`${so}-tooltip`},getPopupContainer:ir||Ct||$i}),ho)}),Xr=Wr?(pn,no)=>{const Cn=Lt.cloneElement(pn,{style:Object.assign(Object.assign({},pn.props.style),{visibility:"hidden"})});return Lt.createElement(Ce,Object.assign({},ri,{prefixCls:Te("tooltip",ai!=null?ai:fr),title:tr?tr(no.value):"",open:tr!==null&&hr,placement:jr(Gi!=null?Gi:Bi,ui),key:"tooltip",classNames:{root:`${so}-tooltip`},getPopupContainer:ir||Ct||$i,draggingDelete:no.draggingDelete}),Cn)}:void 0,zr=Object.assign(Object.assign(Object.assign(Object.assign({},Ni.root),ln),En==null?void 0:En.root),sr),Hr=Object.assign(Object.assign({},Ni.tracks),En==null?void 0:En.tracks),qr=fe()(Oi.tracks,Bn==null?void 0:Bn.tracks);return je(Lt.createElement(fn,Object.assign({},vn,{classNames:Object.assign({handle:fe()(Oi.handle,Bn==null?void 0:Bn.handle),rail:fe()(Oi.rail,Bn==null?void 0:Bn.rail),track:fe()(Oi.track,Bn==null?void 0:Bn.track)},qr?{tracks:qr}:{}),styles:Object.assign({handle:Object.assign(Object.assign({},Ni.handle),En==null?void 0:En.handle),rail:Object.assign(Object.assign({},Ni.rail),En==null?void 0:En.rail),track:Object.assign(Object.assign({},Ni.track),En==null?void 0:En.track)},Object.keys(Hr).length?{tracks:Hr}:{}),step:vn.step,range:Ai,className:Wi,style:zr,disabled:cn,ref:Ue,prefixCls:so,handleRender:Nr,activeHandleRender:Xr,onChangeComplete:Fr})))})},22275:function(bn,$n,Et){"use strict";var Lt,re=Et(95069).default;Lt={value:!0},$n.Z=void 0;var fe=re(Et(44820)),pe=re(Et(31191));const ne={lang:Object.assign({placeholder:"\u8BF7\u9009\u62E9\u65E5\u671F",yearPlaceholder:"\u8BF7\u9009\u62E9\u5E74\u4EFD",quarterPlaceholder:"\u8BF7\u9009\u62E9\u5B63\u5EA6",monthPlaceholder:"\u8BF7\u9009\u62E9\u6708\u4EFD",weekPlaceholder:"\u8BF7\u9009\u62E9\u5468",rangePlaceholder:["\u5F00\u59CB\u65E5\u671F","\u7ED3\u675F\u65E5\u671F"],rangeYearPlaceholder:["\u5F00\u59CB\u5E74\u4EFD","\u7ED3\u675F\u5E74\u4EFD"],rangeMonthPlaceholder:["\u5F00\u59CB\u6708\u4EFD","\u7ED3\u675F\u6708\u4EFD"],rangeQuarterPlaceholder:["\u5F00\u59CB\u5B63\u5EA6","\u7ED3\u675F\u5B63\u5EA6"],rangeWeekPlaceholder:["\u5F00\u59CB\u5468","\u7ED3\u675F\u5468"]},fe.default),timePickerLocale:Object.assign({},pe.default)};ne.lang.ok="\u786E\u5B9A";var Ht=$n.Z=ne},31191:function(bn,$n){"use strict";Object.defineProperty($n,"__esModule",{value:!0}),$n.default=void 0;const Et={placeholder:"\u8BF7\u9009\u62E9\u65F6\u95F4",rangePlaceholder:["\u5F00\u59CB\u65F6\u95F4","\u7ED3\u675F\u65F6\u95F4"]};var Lt=$n.default=Et},99498:function(bn,$n,Et){(function(Lt){Lt(Et(89780))})(function(Lt){Lt.defineOption("placeholder","",function(Oe,ge,Nt){var Je=Nt&&Nt!=Lt.Init;if(ge&&!Je)Oe.on("blur",ne),Oe.on("change",Ht),Oe.on("swapDoc",Ht),Lt.on(Oe.getInputField(),"compositionupdate",Oe.state.placeholderCompose=function(){pe(Oe)}),Ht(Oe);else if(!ge&&Je){Oe.off("blur",ne),Oe.off("change",Ht),Oe.off("swapDoc",Ht),Lt.off(Oe.getInputField(),"compositionupdate",Oe.state.placeholderCompose),re(Oe);var ie=Oe.getWrapperElement();ie.className=ie.className.replace(" CodeMirror-empty","")}ge&&!Oe.hasFocus()&&ne(Oe)});function re(Oe){Oe.state.placeholder&&(Oe.state.placeholder.parentNode.removeChild(Oe.state.placeholder),Oe.state.placeholder=null)}function fe(Oe){re(Oe);var ge=Oe.state.placeholder=document.createElement("pre");ge.style.cssText="height: 0; overflow: visible",ge.style.direction=Oe.getOption("direction"),ge.className="CodeMirror-placeholder CodeMirror-line-like";var Nt=Oe.getOption("placeholder");typeof Nt=="string"&&(Nt=document.createTextNode(Nt)),ge.appendChild(Nt),Oe.display.lineSpace.insertBefore(ge,Oe.display.lineSpace.firstChild)}function pe(Oe){setTimeout(function(){var ge=!1,Nt=Oe.getInputField();Nt.nodeName=="TEXTAREA"?ge=!Nt.value:Oe.lineCount()==1&&(ge=!/[^\u200b]/.test(Nt.querySelector(".CodeMirror-line").textContent)),ge?fe(Oe):re(Oe)},20)}function ne(Oe){oe(Oe)&&fe(Oe)}function Ht(Oe){var ge=Oe.getWrapperElement(),Nt=oe(Oe);ge.className=ge.className.replace(" CodeMirror-empty","")+(Nt?" CodeMirror-empty":""),Nt?fe(Oe):re(Oe)}function oe(Oe){return Oe.lineCount()===1&&Oe.getLine(0)===""}})},25717:function(bn,$n,Et){(function(Lt){Lt(Et(89780))})(function(Lt){var re={pairs:`()[]{}''""`,closeBefore:`)]}'":;>`,triples:"",explode:"[]{}"},fe=Lt.Pos;Lt.defineOption("autoCloseBrackets",!1,function(et,nt,ct){ct&&ct!=Lt.Init&&(et.removeKeyMap(ne),et.state.closeBrackets=null),nt&&(Ht(pe(nt,"pairs")),et.state.closeBrackets=nt,et.addKeyMap(ne))});function pe(et,nt){return nt=="pairs"&&typeof et=="string"?et:typeof et=="object"&&et[nt]!=null?et[nt]:re[nt]}var ne={Backspace:ge,Enter:Nt};function Ht(et){for(var nt=0;nt<et.length;nt++){var ct=et.charAt(nt),lt="'"+ct+"'";ne[lt]||(ne[lt]=oe(ct))}}Ht(re.pairs+"`");function oe(et){return function(nt){return ie(nt,et)}}function Oe(et){var nt=et.state.closeBrackets;if(!nt||nt.override)return nt;var ct=et.getModeAt(et.getCursor());return ct.closeBrackets||nt}function ge(et){var nt=Oe(et);if(!nt||et.getOption("disableInput"))return Lt.Pass;for(var ct=pe(nt,"pairs"),lt=et.listSelections(),gt=0;gt<lt.length;gt++){if(!lt[gt].empty())return Lt.Pass;var mt=nn(et,lt[gt].head);if(!mt||ct.indexOf(mt)%2!=0)return Lt.Pass}for(var gt=lt.length-1;gt>=0;gt--){var St=lt[gt].head;et.replaceRange("",fe(St.line,St.ch-1),fe(St.line,St.ch+1),"+delete")}}function Nt(et){var nt=Oe(et),ct=nt&&pe(nt,"explode");if(!ct||et.getOption("disableInput"))return Lt.Pass;for(var lt=et.listSelections(),gt=0;gt<lt.length;gt++){if(!lt[gt].empty())return Lt.Pass;var mt=nn(et,lt[gt].head);if(!mt||ct.indexOf(mt)%2!=0)return Lt.Pass}et.operation(function(){var St=et.lineSeparator()||`
|
|
`;et.replaceSelection(St+St,null),et.execCommand("goCharLeft"),lt=et.listSelections();for(var Pt=0;Pt<lt.length;Pt++){var Rt=lt[Pt].head.line;et.indentLine(Rt,null,!0),et.indentLine(Rt+1,null,!0)}})}function Je(et){var nt=Lt.cmpPos(et.anchor,et.head)>0;return{anchor:new fe(et.anchor.line,et.anchor.ch+(nt?-1:1)),head:new fe(et.head.line,et.head.ch+(nt?1:-1))}}function ie(et,nt){var ct=Oe(et);if(!ct||et.getOption("disableInput"))return Lt.Pass;var lt=pe(ct,"pairs"),gt=lt.indexOf(nt);if(gt==-1)return Lt.Pass;for(var mt=pe(ct,"closeBefore"),St=pe(ct,"triples"),Pt=lt.charAt(gt+1)==nt,Rt=et.listSelections(),Wt=gt%2==0,te,Jt=0;Jt<Rt.length;Jt++){var Vt=Rt[Jt],le=Vt.head,ae,Fe=et.getRange(le,fe(le.line,le.ch+1));if(Wt&&!Vt.empty())ae="surround";else if((Pt||!Wt)&&Fe==nt)Pt&&Bt(et,le)?ae="both":St.indexOf(nt)>=0&&et.getRange(le,fe(le.line,le.ch+3))==nt+nt+nt?ae="skipThree":ae="skip";else if(Pt&&le.ch>1&&St.indexOf(nt)>=0&&et.getRange(fe(le.line,le.ch-2),le)==nt+nt){if(le.ch>2&&/\bstring/.test(et.getTokenTypeAt(fe(le.line,le.ch-2))))return Lt.Pass;ae="addFour"}else if(Pt){var De=le.ch==0?" ":et.getRange(fe(le.line,le.ch-1),le);if(!Lt.isWordChar(Fe)&&De!=nt&&!Lt.isWordChar(De))ae="both";else return Lt.Pass}else if(Wt&&(Fe.length===0||/\s/.test(Fe)||mt.indexOf(Fe)>-1))ae="both";else return Lt.Pass;if(!te)te=ae;else if(te!=ae)return Lt.Pass}var Ee=gt%2?lt.charAt(gt-1):nt,Sn=gt%2?nt:lt.charAt(gt+1);et.operation(function(){if(te=="skip")et.execCommand("goCharRight");else if(te=="skipThree")for(var rn=0;rn<3;rn++)et.execCommand("goCharRight");else if(te=="surround"){for(var Ge=et.getSelections(),rn=0;rn<Ge.length;rn++)Ge[rn]=Ee+Ge[rn]+Sn;et.replaceSelections(Ge,"around"),Ge=et.listSelections().slice();for(var rn=0;rn<Ge.length;rn++)Ge[rn]=Je(Ge[rn]);et.setSelections(Ge)}else te=="both"?(et.replaceSelection(Ee+Sn,null),et.triggerElectric(Ee+Sn),et.execCommand("goCharLeft")):te=="addFour"&&(et.replaceSelection(Ee+Ee+Ee+Ee,"before"),et.execCommand("goCharRight"))})}function nn(et,nt){var ct=et.getRange(fe(nt.line,nt.ch-1),fe(nt.line,nt.ch+1));return ct.length==2?ct:null}function Bt(et,nt){var ct=et.getTokenAt(fe(nt.line,nt.ch+1));return/\bstring/.test(ct.type)&&ct.start==nt.ch&&(nt.ch==0||!/\bstring/.test(et.getTokenTypeAt(nt)))}})},6313:function(bn,$n,Et){(function(Lt){Lt(Et(89780),Et(32855))})(function(Lt){Lt.defineOption("autoCloseTags",!1,function(ge,Nt,Je){if(Je!=Lt.Init&&Je&&ge.removeKeyMap("autoCloseTags"),!!Nt){var ie={name:"autoCloseTags"};(typeof Nt!="object"||Nt.whenClosing!==!1)&&(ie["'/'"]=function(nn){return Ht(nn)}),(typeof Nt!="object"||Nt.whenOpening!==!1)&&(ie["'>'"]=function(nn){return pe(nn)}),ge.addKeyMap(ie)}});var re=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],fe=["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 pe(ge){if(ge.getOption("disableInput"))return Lt.Pass;for(var Nt=ge.listSelections(),Je=[],ie=ge.getOption("autoCloseTags"),nn=0;nn<Nt.length;nn++){if(!Nt[nn].empty())return Lt.Pass;var Bt=Nt[nn].head,et=ge.getTokenAt(Bt),nt=Lt.innerMode(ge.getMode(),et.state),ct=nt.state,lt=nt.mode.xmlCurrentTag&&nt.mode.xmlCurrentTag(ct),gt=lt&<.name;if(!gt)return Lt.Pass;var mt=nt.mode.configuration=="html",St=typeof ie=="object"&&ie.dontCloseTags||mt&&re,Pt=typeof ie=="object"&&ie.indentTags||mt&&fe;et.end>Bt.ch&&(gt=gt.slice(0,gt.length-et.end+Bt.ch));var Rt=gt.toLowerCase();if(!gt||et.type=="string"&&(et.end!=Bt.ch||!/[\"\']/.test(et.string.charAt(et.string.length-1))||et.string.length==1)||et.type=="tag"&<.close||et.string.indexOf("/")==Bt.ch-et.start-1||St&&oe(St,Rt)>-1||Oe(ge,nt.mode.xmlCurrentContext&&nt.mode.xmlCurrentContext(ct)||[],gt,Bt,!0))return Lt.Pass;var Wt=typeof ie=="object"&&ie.emptyTags;if(Wt&&oe(Wt,gt)>-1){Je[nn]={text:"/>",newPos:Lt.Pos(Bt.line,Bt.ch+2)};continue}var te=Pt&&oe(Pt,Rt)>-1;Je[nn]={indent:te,text:">"+(te?`
|
|
|
|
`:"")+"</"+gt+">",newPos:te?Lt.Pos(Bt.line+1,0):Lt.Pos(Bt.line,Bt.ch+1)}}for(var Jt=typeof ie=="object"&&ie.dontIndentOnAutoClose,nn=Nt.length-1;nn>=0;nn--){var Vt=Je[nn];ge.replaceRange(Vt.text,Nt[nn].head,Nt[nn].anchor,"+insert");var le=ge.listSelections().slice(0);le[nn]={head:Vt.newPos,anchor:Vt.newPos},ge.setSelections(le),!Jt&&Vt.indent&&(ge.indentLine(Vt.newPos.line,null,!0),ge.indentLine(Vt.newPos.line+1,null,!0))}}function ne(ge,Nt){for(var Je=ge.listSelections(),ie=[],nn=Nt?"/":"</",Bt=ge.getOption("autoCloseTags"),et=typeof Bt=="object"&&Bt.dontIndentOnSlash,nt=0;nt<Je.length;nt++){if(!Je[nt].empty())return Lt.Pass;var ct=Je[nt].head,lt=ge.getTokenAt(ct),gt=Lt.innerMode(ge.getMode(),lt.state),mt=gt.state;if(Nt&&(lt.type=="string"||lt.string.charAt(0)!="<"||lt.start!=ct.ch-1))return Lt.Pass;var St,Pt=gt.mode.name!="xml"&&ge.getMode().name=="htmlmixed";if(Pt&>.mode.name=="javascript")St=nn+"script";else if(Pt&>.mode.name=="css")St=nn+"style";else{var Rt=gt.mode.xmlCurrentContext&>.mode.xmlCurrentContext(mt);if(!Rt||Rt.length&&Oe(ge,Rt,Rt[Rt.length-1],ct))return Lt.Pass;St=nn+Rt[Rt.length-1]}ge.getLine(ct.line).charAt(lt.end)!=">"&&(St+=">"),ie[nt]=St}if(ge.replaceSelections(ie),Je=ge.listSelections(),!et)for(var nt=0;nt<Je.length;nt++)(nt==Je.length-1||Je[nt].head.line<Je[nt+1].head.line)&&ge.indentLine(Je[nt].head.line)}function Ht(ge){return ge.getOption("disableInput")?Lt.Pass:ne(ge,!0)}Lt.commands.closeTag=function(ge){return ne(ge)};function oe(ge,Nt){if(ge.indexOf)return ge.indexOf(Nt);for(var Je=0,ie=ge.length;Je<ie;++Je)if(ge[Je]==Nt)return Je;return-1}function Oe(ge,Nt,Je,ie,nn){if(!Lt.scanForClosingTag)return!1;var Bt=Math.min(ge.lastLine()+1,ie.line+500),et=Lt.scanForClosingTag(ge,ie,null,Bt);if(!et||et.tag!=Je)return!1;for(var nt=nn?1:0,ct=Nt.length-1;ct>=0&&Nt[ct]==Je;ct--)++nt;ie=et.to;for(var ct=1;ct<nt;ct++){var lt=Lt.scanForClosingTag(ge,ie,null,Bt);if(!lt||lt.tag!=Je)return!1;ie=lt.to}return!0}})},32855:function(bn,$n,Et){(function(Lt){Lt(Et(89780))})(function(Lt){"use strict";var re=Lt.Pos;function fe(ct,lt){return ct.line-lt.line||ct.ch-lt.ch}var pe="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",ne=pe+"-:.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",Ht=new RegExp("<(/?)(["+pe+"]["+ne+"]*)","g");function oe(ct,lt,gt,mt){this.line=lt,this.ch=gt,this.cm=ct,this.text=ct.getLine(lt),this.min=mt?Math.max(mt.from,ct.firstLine()):ct.firstLine(),this.max=mt?Math.min(mt.to-1,ct.lastLine()):ct.lastLine()}function Oe(ct,lt){var gt=ct.cm.getTokenTypeAt(re(ct.line,lt));return gt&&/\btag\b/.test(gt)}function ge(ct){if(!(ct.line>=ct.max))return ct.ch=0,ct.text=ct.cm.getLine(++ct.line),!0}function Nt(ct){if(!(ct.line<=ct.min))return ct.text=ct.cm.getLine(--ct.line),ct.ch=ct.text.length,!0}function Je(ct){for(;;){var lt=ct.text.indexOf(">",ct.ch);if(lt==-1){if(ge(ct))continue;return}if(!Oe(ct,lt+1)){ct.ch=lt+1;continue}var gt=ct.text.lastIndexOf("/",lt),mt=gt>-1&&!/\S/.test(ct.text.slice(gt+1,lt));return ct.ch=lt+1,mt?"selfClose":"regular"}}function ie(ct){for(;;){var lt=ct.ch?ct.text.lastIndexOf("<",ct.ch-1):-1;if(lt==-1){if(Nt(ct))continue;return}if(!Oe(ct,lt+1)){ct.ch=lt;continue}Ht.lastIndex=lt,ct.ch=lt;var gt=Ht.exec(ct.text);if(gt&>.index==lt)return gt}}function nn(ct){for(;;){Ht.lastIndex=ct.ch;var lt=Ht.exec(ct.text);if(!lt){if(ge(ct))continue;return}if(!Oe(ct,lt.index+1)){ct.ch=lt.index+1;continue}return ct.ch=lt.index+lt[0].length,lt}}function Bt(ct){for(;;){var lt=ct.ch?ct.text.lastIndexOf(">",ct.ch-1):-1;if(lt==-1){if(Nt(ct))continue;return}if(!Oe(ct,lt+1)){ct.ch=lt;continue}var gt=ct.text.lastIndexOf("/",lt),mt=gt>-1&&!/\S/.test(ct.text.slice(gt+1,lt));return ct.ch=lt+1,mt?"selfClose":"regular"}}function et(ct,lt){for(var gt=[];;){var mt=nn(ct),St,Pt=ct.line,Rt=ct.ch-(mt?mt[0].length:0);if(!mt||!(St=Je(ct)))return;if(St!="selfClose")if(mt[1]){for(var Wt=gt.length-1;Wt>=0;--Wt)if(gt[Wt]==mt[2]){gt.length=Wt;break}if(Wt<0&&(!lt||lt==mt[2]))return{tag:mt[2],from:re(Pt,Rt),to:re(ct.line,ct.ch)}}else gt.push(mt[2])}}function nt(ct,lt){for(var gt=[];;){var mt=Bt(ct);if(!mt)return;if(mt=="selfClose"){ie(ct);continue}var St=ct.line,Pt=ct.ch,Rt=ie(ct);if(!Rt)return;if(Rt[1])gt.push(Rt[2]);else{for(var Wt=gt.length-1;Wt>=0;--Wt)if(gt[Wt]==Rt[2]){gt.length=Wt;break}if(Wt<0&&(!lt||lt==Rt[2]))return{tag:Rt[2],from:re(ct.line,ct.ch),to:re(St,Pt)}}}}Lt.registerHelper("fold","xml",function(ct,lt){for(var gt=new oe(ct,lt.line,0);;){var mt=nn(gt);if(!mt||gt.line!=lt.line)return;var St=Je(gt);if(!St)return;if(!mt[1]&&St!="selfClose"){var Pt=re(gt.line,gt.ch),Rt=et(gt,mt[2]);return Rt&&fe(Rt.from,Pt)>0?{from:Pt,to:Rt.from}:null}}}),Lt.findMatchingTag=function(ct,lt,gt){var mt=new oe(ct,lt.line,lt.ch,gt);if(!(mt.text.indexOf(">")==-1&&mt.text.indexOf("<")==-1)){var St=Je(mt),Pt=St&&re(mt.line,mt.ch),Rt=St&&ie(mt);if(!(!St||!Rt||fe(mt,lt)>0)){var Wt={from:re(mt.line,mt.ch),to:Pt,tag:Rt[2]};return St=="selfClose"?{open:Wt,close:null,at:"open"}:Rt[1]?{open:nt(mt,Rt[2]),close:Wt,at:"close"}:(mt=new oe(ct,Pt.line,Pt.ch,gt),{open:Wt,close:et(mt,Rt[2]),at:"open"})}}},Lt.findEnclosingTag=function(ct,lt,gt,mt){for(var St=new oe(ct,lt.line,lt.ch,gt);;){var Pt=nt(St,mt);if(!Pt)break;var Rt=new oe(ct,lt.line,lt.ch,gt),Wt=et(Rt,Pt.tag);if(Wt)return{open:Pt,close:Wt}}},Lt.scanForClosingTag=function(ct,lt,gt,mt){var St=new oe(ct,lt.line,lt.ch,mt?{from:0,to:mt}:null);return et(St,gt)}})},89780:function(bn){(function($n,Et){bn.exports=Et()})(this,function(){"use strict";var $n=navigator.userAgent,Et=navigator.platform,Lt=/gecko\/\d/i.test($n),re=/MSIE \d/.test($n),fe=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec($n),pe=/Edge\/(\d+)/.exec($n),ne=re||fe||pe,Ht=ne&&(re?document.documentMode||6:+(pe||fe)[1]),oe=!pe&&/WebKit\//.test($n),Oe=oe&&/Qt\/\d+\.\d+/.test($n),ge=!pe&&/Chrome\//.test($n),Nt=/Opera\//.test($n),Je=/Apple Computer/.test(navigator.vendor),ie=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test($n),nn=/PhantomJS/.test($n),Bt=!pe&&/AppleWebKit/.test($n)&&/Mobile\/\w+/.test($n),et=/Android/.test($n),nt=Bt||et||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test($n),ct=Bt||/Mac/.test(Et),lt=/\bCrOS\b/.test($n),gt=/win/i.test(Et),mt=Nt&&$n.match(/Version\/(\d*\.\d*)/);mt&&(mt=Number(mt[1])),mt&&mt>=15&&(Nt=!1,oe=!0);var St=ct&&(Oe||Nt&&(mt==null||mt<12.11)),Pt=Lt||ne&&Ht>=9;function Rt(it){return new RegExp("(^|\\s)"+it+"(?:$|\\s)\\s*")}var Wt=function(it,at){var dt=it.className,ht=Rt(at).exec(dt);if(ht){var pt=dt.slice(ht.index+ht[0].length);it.className=dt.slice(0,ht.index)+(pt?ht[1]+pt:"")}};function te(it){for(var at=it.childNodes.length;at>0;--at)it.removeChild(it.firstChild);return it}function Jt(it,at){return te(it).appendChild(at)}function Vt(it,at,dt,ht){var pt=document.createElement(it);if(dt&&(pt.className=dt),ht&&(pt.style.cssText=ht),typeof at=="string")pt.appendChild(document.createTextNode(at));else if(at)for(var At=0;At<at.length;++At)pt.appendChild(at[At]);return pt}function le(it,at,dt,ht){var pt=Vt(it,at,dt,ht);return pt.setAttribute("role","presentation"),pt}var ae;document.createRange?ae=function(it,at,dt,ht){var pt=document.createRange();return pt.setEnd(ht||it,dt),pt.setStart(it,at),pt}:ae=function(it,at,dt){var ht=document.body.createTextRange();try{ht.moveToElementText(it.parentNode)}catch(pt){return ht}return ht.collapse(!0),ht.moveEnd("character",dt),ht.moveStart("character",at),ht};function Fe(it,at){if(at.nodeType==3&&(at=at.parentNode),it.contains)return it.contains(at);do if(at.nodeType==11&&(at=at.host),at==it)return!0;while(at=at.parentNode)}function De(){var it;try{it=document.activeElement}catch(at){it=document.body||null}for(;it&&it.shadowRoot&&it.shadowRoot.activeElement;)it=it.shadowRoot.activeElement;return it}function Ee(it,at){var dt=it.className;Rt(at).test(dt)||(it.className+=(dt?" ":"")+at)}function Sn(it,at){for(var dt=it.split(" "),ht=0;ht<dt.length;ht++)dt[ht]&&!Rt(dt[ht]).test(at)&&(at+=" "+dt[ht]);return at}var rn=function(it){it.select()};Bt?rn=function(it){it.selectionStart=0,it.selectionEnd=it.value.length}:ne&&(rn=function(it){try{it.select()}catch(at){}});function Ge(it){var at=Array.prototype.slice.call(arguments,1);return function(){return it.apply(null,at)}}function sn(it,at,dt){at||(at={});for(var ht in it)it.hasOwnProperty(ht)&&(dt!==!1||!at.hasOwnProperty(ht))&&(at[ht]=it[ht]);return at}function $t(it,at,dt,ht,pt){at==null&&(at=it.search(/[^\s\u00a0]/),at==-1&&(at=it.length));for(var At=ht||0,zt=pt||0;;){var Ut=it.indexOf(" ",At);if(Ut<0||Ut>=at)return zt+(at-At);zt+=Ut-At,zt+=dt-zt%dt,At=Ut+1}}var It=function(){this.id=null,this.f=null,this.time=0,this.handler=Ge(this.onTimeout,this)};It.prototype.onTimeout=function(it){it.id=0,it.time<=+new Date?it.f():setTimeout(it.handler,it.time-+new Date)},It.prototype.set=function(it,at){this.f=at;var dt=+new Date+it;(!this.id||dt<this.time)&&(clearTimeout(this.id),this.id=setTimeout(this.handler,it),this.time=dt)};function Pe(it,at){for(var dt=0;dt<it.length;++dt)if(it[dt]==at)return dt;return-1}var an=50,Ve={toString:function(){return"CodeMirror.Pass"}},Se={scroll:!1},$e={origin:"*mouse"},He={origin:"+move"};function xn(it,at,dt){for(var ht=0,pt=0;;){var At=it.indexOf(" ",ht);At==-1&&(At=it.length);var zt=At-ht;if(At==it.length||pt+zt>=at)return ht+Math.min(zt,at-pt);if(pt+=At-ht,pt+=dt-pt%dt,ht=At+1,pt>=at)return ht}}var we=[""];function de(it){for(;we.length<=it;)we.push(ke(we)+" ");return we[it]}function ke(it){return it[it.length-1]}function ze(it,at){for(var dt=[],ht=0;ht<it.length;ht++)dt[ht]=at(it[ht],ht);return dt}function fn(it,at,dt){for(var ht=0,pt=dt(at);ht<it.length&&dt(it[ht])<=pt;)ht++;it.splice(ht,0,at)}function Dt(){}function wt(it,at){var dt;return Object.create?dt=Object.create(it):(Dt.prototype=it,dt=new Dt),at&&sn(at,dt),dt}var yt=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;function kt(it){return/\w/.test(it)||it>"\x80"&&(it.toUpperCase()!=it.toLowerCase()||yt.test(it))}function jt(it,at){return at?at.source.indexOf("\\w")>-1&&kt(it)?!0:at.test(it):kt(it)}function Mt(it){for(var at in it)if(it.hasOwnProperty(at)&&it[at])return!1;return!0}var Gt=/[\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 Ce(it){return it.charCodeAt(0)>=768&&Gt.test(it)}function be(it,at,dt){for(;(dt<0?at>0:at<it.length)&&Ce(it.charAt(at));)at+=dt;return at}function on(it,at,dt){for(var ht=at>dt?-1:1;;){if(at==dt)return at;var pt=(at+dt)/2,At=ht<0?Math.ceil(pt):Math.floor(pt);if(At==at)return it(At)?at:dt;it(At)?dt=At:at=At+ht}}function Ae(it,at,dt,ht){if(!it)return ht(at,dt,"ltr",0);for(var pt=!1,At=0;At<it.length;++At){var zt=it[At];(zt.from<dt&&zt.to>at||at==dt&&zt.to==at)&&(ht(Math.max(zt.from,at),Math.min(zt.to,dt),zt.level==1?"rtl":"ltr",At),pt=!0)}pt||ht(at,dt,"ltr")}var Le=null;function _e(it,at,dt){var ht;Le=null;for(var pt=0;pt<it.length;++pt){var At=it[pt];if(At.from<at&&At.to>at)return pt;At.to==at&&(At.from!=At.to&&dt=="before"?ht=pt:Le=pt),At.from==at&&(At.from!=At.to&&dt!="before"?ht=pt:Le=pt)}return ht!=null?ht:Le}var un=function(){var it="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",at="nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111";function dt(ue){return ue<=247?it.charAt(ue):1424<=ue&&ue<=1524?"R":1536<=ue&&ue<=1785?at.charAt(ue-1536):1774<=ue&&ue<=2220?"r":8192<=ue&&ue<=8203?"w":ue==8204?"b":"L"}var ht=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,pt=/[stwN]/,At=/[LRr]/,zt=/[Lb1n]/,Ut=/[1n]/;function Kt(ue,tn,ye){this.level=ue,this.from=tn,this.to=ye}return function(ue,tn){var ye=tn=="ltr"?"L":"R";if(ue.length==0||tn=="ltr"&&!ht.test(ue))return!1;for(var kn=ue.length,wn=[],zi=0;zi<kn;++zi)wn.push(dt(ue.charCodeAt(zi)));for(var Ki=0,ar=ye;Ki<kn;++Ki){var Mr=wn[Ki];Mr=="m"?wn[Ki]=ar:ar=Mr}for(var Jr=0,Rr=ye;Jr<kn;++Jr){var eo=wn[Jr];eo=="1"&&Rr=="r"?wn[Jr]="n":At.test(eo)&&(Rr=eo,eo=="r"&&(wn[Jr]="R"))}for(var Lo=1,Br=wn[0];Lo<kn-1;++Lo){var Ko=wn[Lo];Ko=="+"&&Br=="1"&&wn[Lo+1]=="1"?wn[Lo]="1":Ko==","&&Br==wn[Lo+1]&&(Br=="1"||Br=="n")&&(wn[Lo]=Br),Br=Ko}for(var Ba=0;Ba<kn;++Ba){var ms=wn[Ba];if(ms==",")wn[Ba]="N";else if(ms=="%"){var Ya=void 0;for(Ya=Ba+1;Ya<kn&&wn[Ya]=="%";++Ya);for(var sl=Ba&&wn[Ba-1]=="!"||Ya<kn&&wn[Ya]=="1"?"1":"N",Vs=Ba;Vs<Ya;++Vs)wn[Vs]=sl;Ba=Ya-1}}for(var cs=0,xl=ye;cs<kn;++cs){var Bs=wn[cs];xl=="L"&&Bs=="1"?wn[cs]="L":At.test(Bs)&&(xl=Bs)}for(var fs=0;fs<kn;++fs)if(pt.test(wn[fs])){var ha=void 0;for(ha=fs+1;ha<kn&&pt.test(wn[ha]);++ha);for(var Qa=(fs?wn[fs-1]:ye)=="L",ws=(ha<kn?wn[ha]:ye)=="L",Os=Qa==ws?Qa?"L":"R":ye,ou=fs;ou<ha;++ou)wn[ou]=Os;fs=ha-1}for(var Ua=[],Ul,es=0;es<kn;)if(zt.test(wn[es])){var Nc=es;for(++es;es<kn&&zt.test(wn[es]);++es);Ua.push(new Kt(0,Nc,es))}else{var Ol=es,Pl=Ua.length,ll=tn=="rtl"?1:0;for(++es;es<kn&&wn[es]!="L";++es);for(var Aa=Ol;Aa<es;)if(Ut.test(wn[Aa])){Ol<Aa&&(Ua.splice(Pl,0,new Kt(1,Ol,Aa)),Pl+=ll);var Cs=Aa;for(++Aa;Aa<es&&Ut.test(wn[Aa]);++Aa);Ua.splice(Pl,0,new Kt(2,Cs,Aa)),Pl+=ll,Ol=Aa}else++Aa;Ol<es&&Ua.splice(Pl,0,new Kt(1,Ol,es))}return tn=="ltr"&&(Ua[0].level==1&&(Ul=ue.match(/^\s+/))&&(Ua[0].from=Ul[0].length,Ua.unshift(new Kt(0,0,Ul[0].length))),ke(Ua).level==1&&(Ul=ue.match(/\s+$/))&&(ke(Ua).to-=Ul[0].length,Ua.push(new Kt(0,kn-Ul[0].length,kn)))),tn=="rtl"?Ua.reverse():Ua}}();function Pn(it,at){var dt=it.order;return dt==null&&(dt=it.order=un(it.text,at)),dt}var gn=[],en=function(it,at,dt){if(it.addEventListener)it.addEventListener(at,dt,!1);else if(it.attachEvent)it.attachEvent("on"+at,dt);else{var ht=it._handlers||(it._handlers={});ht[at]=(ht[at]||gn).concat(dt)}};function Zn(it,at){return it._handlers&&it._handlers[at]||gn}function Hn(it,at,dt){if(it.removeEventListener)it.removeEventListener(at,dt,!1);else if(it.detachEvent)it.detachEvent("on"+at,dt);else{var ht=it._handlers,pt=ht&&ht[at];if(pt){var At=Pe(pt,dt);At>-1&&(ht[at]=pt.slice(0,At).concat(pt.slice(At+1)))}}}function mn(it,at){var dt=Zn(it,at);if(dt.length)for(var ht=Array.prototype.slice.call(arguments,2),pt=0;pt<dt.length;++pt)dt[pt].apply(null,ht)}function zn(it,at,dt){return typeof at=="string"&&(at={type:at,preventDefault:function(){this.defaultPrevented=!0}}),mn(it,dt||at.type,it,at),Ue(at)||at.codemirrorIgnore}function Ri(it){var at=it._handlers&&it._handlers.cursorActivity;if(at)for(var dt=it.curOp.cursorActivityHandlers||(it.curOp.cursorActivityHandlers=[]),ht=0;ht<at.length;++ht)Pe(dt,at[ht])==-1&&dt.push(at[ht])}function vi(it,at){return Zn(it,at).length>0}function ji(it){it.prototype.on=function(at,dt){en(this,at,dt)},it.prototype.off=function(at,dt){Hn(this,at,dt)}}function er(it){it.preventDefault?it.preventDefault():it.returnValue=!1}function Ke(it){it.stopPropagation?it.stopPropagation():it.cancelBubble=!0}function Ue(it){return it.defaultPrevented!=null?it.defaultPrevented:it.returnValue==!1}function ii(it){er(it),Ke(it)}function Ai(it){return it.target||it.srcElement}function Fi(it){var at=it.which;return at==null&&(it.button&1?at=1:it.button&2?at=3:it.button&4&&(at=2)),ct&&it.ctrlKey&&at==1&&(at=3),at}var Mi=function(){if(ne&&Ht<9)return!1;var it=Vt("div");return"draggable"in it||"dragDrop"in it}(),sr;function nr(it){if(sr==null){var at=Vt("span","\u200B");Jt(it,Vt("span",[at,document.createTextNode("x")])),it.firstChild.offsetHeight!=0&&(sr=at.offsetWidth<=1&&at.offsetHeight>2&&!(ne&&Ht<8))}var dt=sr?Vt("span","\u200B"):Vt("span","\xA0",null,"display: inline-block; width: 1px; margin-right: -1px");return dt.setAttribute("cm-text",""),dt}var fr;function _n(it){if(fr!=null)return fr;var at=Jt(it,document.createTextNode("A\u062EA")),dt=ae(at,0,1).getBoundingClientRect(),ht=ae(at,1,2).getBoundingClientRect();return te(it),!dt||dt.left==dt.right?!1:fr=ht.right-dt.right<3}var qi=`
|
|
|
|
b`.split(/\n/).length!=3?function(it){for(var at=0,dt=[],ht=it.length;at<=ht;){var pt=it.indexOf(`
|
|
`,at);pt==-1&&(pt=it.length);var At=it.slice(at,it.charAt(pt-1)=="\r"?pt-1:pt),zt=At.indexOf("\r");zt!=-1?(dt.push(At.slice(0,zt)),at+=zt+1):(dt.push(At),at=pt+1)}return dt}:function(it){return it.split(/\r\n?|\n/)},Ct=window.getSelection?function(it){try{return it.selectionStart!=it.selectionEnd}catch(at){return!1}}:function(it){var at;try{at=it.ownerDocument.selection.createRange()}catch(dt){}return!at||at.parentElement()!=it?!1:at.compareEndPoints("StartToEnd",at)!=0},Bi=function(){var it=Vt("div");return"oncopy"in it?!0:(it.setAttribute("oncopy","return;"),typeof it.oncopy=="function")}(),oi=null;function Wn(it){if(oi!=null)return oi;var at=Jt(it,Vt("span","x")),dt=at.getBoundingClientRect(),ht=ae(at,0,1).getBoundingClientRect();return oi=Math.abs(dt.left-ht.left)>1}var Bn={},En={};function vn(it,at){arguments.length>2&&(at.dependencies=Array.prototype.slice.call(arguments,2)),Bn[it]=at}function ui(it,at){En[it]=at}function Te(it){if(typeof it=="string"&&En.hasOwnProperty(it))it=En[it];else if(it&&typeof it.name=="string"&&En.hasOwnProperty(it.name)){var at=En[it.name];typeof at=="string"&&(at={name:at}),it=wt(at,it),it.name=at.name}else{if(typeof it=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test(it))return Te("application/xml");if(typeof it=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test(it))return Te("application/json")}return typeof it=="string"?{name:it}:it||{name:"null"}}function Ze(it,at){at=Te(at);var dt=Bn[at.name];if(!dt)return Ze(it,"text/plain");var ht=dt(it,at);if(Ne.hasOwnProperty(at.name)){var pt=Ne[at.name];for(var At in pt)pt.hasOwnProperty(At)&&(ht.hasOwnProperty(At)&&(ht["_"+At]=ht[At]),ht[At]=pt[At])}if(ht.name=at.name,at.helperType&&(ht.helperType=at.helperType),at.modeProps)for(var zt in at.modeProps)ht[zt]=at.modeProps[zt];return ht}var Ne={};function ln(it,at){var dt=Ne.hasOwnProperty(it)?Ne[it]:Ne[it]={};sn(at,dt)}function Oi(it,at){if(at===!0)return at;if(it.copyState)return it.copyState(at);var dt={};for(var ht in at){var pt=at[ht];pt instanceof Array&&(pt=pt.concat([])),dt[ht]=pt}return dt}function Ni(it,at){for(var dt;it.innerMode&&(dt=it.innerMode(at),!(!dt||dt.mode==it));)at=dt.state,it=dt.mode;return dt||{mode:it,state:at}}function $i(it,at,dt){return it.startState?it.startState(at,dt):!0}var Ye=function(it,at,dt){this.pos=this.start=0,this.string=it,this.tabSize=at||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=dt};Ye.prototype.eol=function(){return this.pos>=this.string.length},Ye.prototype.sol=function(){return this.pos==this.lineStart},Ye.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},Ye.prototype.next=function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},Ye.prototype.eat=function(it){var at=this.string.charAt(this.pos),dt;if(typeof it=="string"?dt=at==it:dt=at&&(it.test?it.test(at):it(at)),dt)return++this.pos,at},Ye.prototype.eatWhile=function(it){for(var at=this.pos;this.eat(it););return this.pos>at},Ye.prototype.eatSpace=function(){for(var it=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>it},Ye.prototype.skipToEnd=function(){this.pos=this.string.length},Ye.prototype.skipTo=function(it){var at=this.string.indexOf(it,this.pos);if(at>-1)return this.pos=at,!0},Ye.prototype.backUp=function(it){this.pos-=it},Ye.prototype.column=function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=$t(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?$t(this.string,this.lineStart,this.tabSize):0)},Ye.prototype.indentation=function(){return $t(this.string,null,this.tabSize)-(this.lineStart?$t(this.string,this.lineStart,this.tabSize):0)},Ye.prototype.match=function(it,at,dt){if(typeof it=="string"){var ht=function(zt){return dt?zt.toLowerCase():zt},pt=this.string.substr(this.pos,it.length);if(ht(pt)==ht(it))return at!==!1&&(this.pos+=it.length),!0}else{var At=this.string.slice(this.pos).match(it);return At&&At.index>0?null:(At&&at!==!1&&(this.pos+=At[0].length),At)}},Ye.prototype.current=function(){return this.string.slice(this.start,this.pos)},Ye.prototype.hideFirstChars=function(it,at){this.lineStart+=it;try{return at()}finally{this.lineStart-=it}},Ye.prototype.lookAhead=function(it){var at=this.lineOracle;return at&&at.lookAhead(it)},Ye.prototype.baseToken=function(){var it=this.lineOracle;return it&&it.baseToken(this.pos)};function cn(it,at){if(at-=it.first,at<0||at>=it.size)throw new Error("There is no line "+(at+it.first)+" in the document.");for(var dt=it;!dt.lines;)for(var ht=0;;++ht){var pt=dt.children[ht],At=pt.chunkSize();if(at<At){dt=pt;break}at-=At}return dt.lines[at]}function Pi(it,at,dt){var ht=[],pt=at.line;return it.iter(at.line,dt.line+1,function(At){var zt=At.text;pt==dt.line&&(zt=zt.slice(0,dt.ch)),pt==at.line&&(zt=zt.slice(at.ch)),ht.push(zt),++pt}),ht}function dr(it,at,dt){var ht=[];return it.iter(at,dt,function(pt){ht.push(pt.text)}),ht}function Yn(it,at){var dt=at-it.height;if(dt)for(var ht=it;ht;ht=ht.parent)ht.height+=dt}function Qt(it){if(it.parent==null)return null;for(var at=it.parent,dt=Pe(at.lines,it),ht=at.parent;ht;at=ht,ht=ht.parent)for(var pt=0;ht.children[pt]!=at;++pt)dt+=ht.children[pt].chunkSize();return dt+at.first}function Me(it,at){var dt=it.first;t:do{for(var ht=0;ht<it.children.length;++ht){var pt=it.children[ht],At=pt.height;if(at<At){it=pt;continue t}at-=At,dt+=pt.chunkSize()}return dt}while(!it.lines);for(var zt=0;zt<it.lines.length;++zt){var Ut=it.lines[zt],Kt=Ut.height;if(at<Kt)break;at-=Kt}return dt+zt}function Gn(it,at){return at>=it.first&&at<it.first+it.size}function qn(it,at){return String(it.lineNumberFormatter(at+it.firstLineNumber))}function Xe(it,at,dt){if(dt===void 0&&(dt=null),!(this instanceof Xe))return new Xe(it,at,dt);this.line=it,this.ch=at,this.sticky=dt}function ri(it,at){return it.line-at.line||it.ch-at.ch}function Zi(it,at){return it.sticky==at.sticky&&ri(it,at)==0}function Gi(it){return Xe(it.line,it.ch)}function ir(it,at){return ri(it,at)<0?at:it}function ai(it,at){return ri(it,at)<0?it:at}function Jn(it,at){return Math.max(it.first,Math.min(at,it.first+it.size-1))}function hi(it,at){if(at.line<it.first)return Xe(it.first,0);var dt=it.first+it.size-1;return at.line>dt?Xe(dt,cn(it,dt).text.length):hr(at,cn(it,at.line).text.length)}function hr(it,at){var dt=it.ch;return dt==null||dt>at?Xe(it.line,at):dt<0?Xe(it.line,0):it}function tr(it,at){for(var dt=[],ht=0;ht<at.length;ht++)dt[ht]=hi(it,at[ht]);return dt}var Dn=function(it,at){this.state=it,this.lookAhead=at},ki=function(it,at,dt,ht){this.state=at,this.doc=it,this.line=dt,this.maxLookAhead=ht||0,this.baseTokens=null,this.baseTokenPos=1};ki.prototype.lookAhead=function(it){var at=this.doc.getLine(this.line+it);return at!=null&&it>this.maxLookAhead&&(this.maxLookAhead=it),at},ki.prototype.baseToken=function(it){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=it;)this.baseTokenPos+=2;var at=this.baseTokens[this.baseTokenPos+1];return{type:at&&at.replace(/( |^)overlay .*/,""),size:this.baseTokens[this.baseTokenPos]-it}},ki.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},ki.fromSaved=function(it,at,dt){return at instanceof Dn?new ki(it,Oi(it.mode,at.state),dt,at.lookAhead):new ki(it,Oi(it.mode,at),dt)},ki.prototype.save=function(it){var at=it!==!1?Oi(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new Dn(at,this.maxLookAhead):at};function Fr(it,at,dt,ht){var pt=[it.state.modeGen],At={};Xr(it,at.text,it.doc.mode,dt,function(ue,tn){return pt.push(ue,tn)},At,ht);for(var zt=dt.state,Ut=function(ue){dt.baseTokens=pt;var tn=it.state.overlays[ue],ye=1,kn=0;dt.state=!0,Xr(it,at.text,tn.mode,dt,function(wn,zi){for(var Ki=ye;kn<wn;){var ar=pt[ye];ar>wn&&pt.splice(ye,1,wn,pt[ye+1],ar),ye+=2,kn=Math.min(wn,ar)}if(zi)if(tn.opaque)pt.splice(Ki,ye-Ki,wn,"overlay "+zi),ye=Ki+2;else for(;Ki<ye;Ki+=2){var Mr=pt[Ki+1];pt[Ki+1]=(Mr?Mr+" ":"")+"overlay "+zi}},At),dt.state=zt,dt.baseTokens=null,dt.baseTokenPos=1},Kt=0;Kt<it.state.overlays.length;++Kt)Ut(Kt);return{styles:pt,classes:At.bgClass||At.textClass?At:null}}function jr(it,at,dt){if(!at.styles||at.styles[0]!=it.state.modeGen){var ht=so(it,Qt(at)),pt=at.text.length>it.options.maxHighlightLength&&Oi(it.doc.mode,ht.state),At=Fr(it,at,ht);pt&&(ht.state=pt),at.stateAfter=ht.save(!pt),at.styles=At.styles,At.classes?at.styleClasses=At.classes:at.styleClasses&&(at.styleClasses=null),dt===it.doc.highlightFrontier&&(it.doc.modeFrontier=Math.max(it.doc.modeFrontier,++it.doc.highlightFrontier))}return at.styles}function so(it,at,dt){var ht=it.doc,pt=it.display;if(!ht.mode.startState)return new ki(ht,!0,at);var At=zr(it,at,dt),zt=At>ht.first&&cn(ht,At-1).stateAfter,Ut=zt?ki.fromSaved(ht,zt,At):new ki(ht,$i(ht.mode),At);return ht.iter(At,at,function(Kt){je(it,Kt.text,Ut);var ue=Ut.line;Kt.stateAfter=ue==at-1||ue%5==0||ue>=pt.viewFrom&&ue<pt.viewTo?Ut.save():null,Ut.nextLine()}),dt&&(ht.modeFrontier=Ut.line),Ut}function je(it,at,dt,ht){var pt=it.doc.mode,At=new Ye(at,it.options.tabSize,dt);for(At.start=At.pos=ht||0,at==""&&_i(pt,dt.state);!At.eol();)Ar(pt,At,dt.state),At.start=At.pos}function _i(it,at){if(it.blankLine)return it.blankLine(at);if(it.innerMode){var dt=Ni(it,at);if(dt.mode.blankLine)return dt.mode.blankLine(dt.state)}}function Ar(it,at,dt,ht){for(var pt=0;pt<10;pt++){ht&&(ht[0]=Ni(it,dt).mode);var At=it.token(at,dt);if(at.pos>at.start)return At}throw new Error("Mode "+it.name+" failed to advance stream.")}var Wi=function(it,at,dt){this.start=it.start,this.end=it.pos,this.string=it.current(),this.type=at||null,this.state=dt};function Wr(it,at,dt,ht){var pt=it.doc,At=pt.mode,zt;at=hi(pt,at);var Ut=cn(pt,at.line),Kt=so(it,at.line,dt),ue=new Ye(Ut.text,it.options.tabSize,Kt),tn;for(ht&&(tn=[]);(ht||ue.pos<at.ch)&&!ue.eol();)ue.start=ue.pos,zt=Ar(At,ue,Kt.state),ht&&tn.push(new Wi(ue,zt,Oi(pt.mode,Kt.state)));return ht?tn:new Wi(ue,zt,Kt.state)}function Nr(it,at){if(it)for(;;){var dt=it.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!dt)break;it=it.slice(0,dt.index)+it.slice(dt.index+dt[0].length);var ht=dt[1]?"bgClass":"textClass";at[ht]==null?at[ht]=dt[2]:new RegExp("(?:^|\\s)"+dt[2]+"(?:$|\\s)").test(at[ht])||(at[ht]+=" "+dt[2])}return it}function Xr(it,at,dt,ht,pt,At,zt){var Ut=dt.flattenSpans;Ut==null&&(Ut=it.options.flattenSpans);var Kt=0,ue=null,tn=new Ye(at,it.options.tabSize,ht),ye,kn=it.options.addModeClass&&[null];for(at==""&&Nr(_i(dt,ht.state),At);!tn.eol();){if(tn.pos>it.options.maxHighlightLength?(Ut=!1,zt&&je(it,at,ht,tn.pos),tn.pos=at.length,ye=null):ye=Nr(Ar(dt,tn,ht.state,kn),At),kn){var wn=kn[0].name;wn&&(ye="m-"+(ye?wn+" "+ye:wn))}if(!Ut||ue!=ye){for(;Kt<tn.start;)Kt=Math.min(tn.start,Kt+5e3),pt(Kt,ue);ue=ye}tn.start=tn.pos}for(;Kt<tn.pos;){var zi=Math.min(tn.pos,Kt+5e3);pt(zi,ue),Kt=zi}}function zr(it,at,dt){for(var ht,pt,At=it.doc,zt=dt?-1:at-(it.doc.mode.innerMode?1e3:100),Ut=at;Ut>zt;--Ut){if(Ut<=At.first)return At.first;var Kt=cn(At,Ut-1),ue=Kt.stateAfter;if(ue&&(!dt||Ut+(ue instanceof Dn?ue.lookAhead:0)<=At.modeFrontier))return Ut;var tn=$t(Kt.text,null,it.options.tabSize);(pt==null||ht>tn)&&(pt=Ut-1,ht=tn)}return pt}function Hr(it,at){if(it.modeFrontier=Math.min(it.modeFrontier,at),!(it.highlightFrontier<at-10)){for(var dt=it.first,ht=at-1;ht>dt;ht--){var pt=cn(it,ht).stateAfter;if(pt&&(!(pt instanceof Dn)||ht+pt.lookAhead<at)){dt=ht+1;break}}it.highlightFrontier=Math.min(it.highlightFrontier,dt)}}var qr=!1,pn=!1;function no(){qr=!0}function Cn(){pn=!0}function rr(it,at,dt){this.marker=it,this.from=at,this.to=dt}function Or(it,at){if(it)for(var dt=0;dt<it.length;++dt){var ht=it[dt];if(ht.marker==at)return ht}}function Tr(it,at){for(var dt,ht=0;ht<it.length;++ht)it[ht]!=at&&(dt||(dt=[])).push(it[ht]);return dt}function ho(it,at){it.markedSpans=it.markedSpans?it.markedSpans.concat([at]):[at],at.marker.attachLine(it)}function Gr(it,at,dt){var ht;if(it)for(var pt=0;pt<it.length;++pt){var At=it[pt],zt=At.marker,Ut=At.from==null||(zt.inclusiveLeft?At.from<=at:At.from<at);if(Ut||At.from==at&&zt.type=="bookmark"&&(!dt||!At.marker.insertLeft)){var Kt=At.to==null||(zt.inclusiveRight?At.to>=at:At.to>at);(ht||(ht=[])).push(new rr(zt,At.from,Kt?null:At.to))}}return ht}function xr(it,at,dt){var ht;if(it)for(var pt=0;pt<it.length;++pt){var At=it[pt],zt=At.marker,Ut=At.to==null||(zt.inclusiveRight?At.to>=at:At.to>at);if(Ut||At.from==at&&zt.type=="bookmark"&&(!dt||At.marker.insertLeft)){var Kt=At.from==null||(zt.inclusiveLeft?At.from<=at:At.from<at);(ht||(ht=[])).push(new rr(zt,Kt?null:At.from-at,At.to==null?null:At.to-at))}}return ht}function lo(it,at){if(at.full)return null;var dt=Gn(it,at.from.line)&&cn(it,at.from.line).markedSpans,ht=Gn(it,at.to.line)&&cn(it,at.to.line).markedSpans;if(!dt&&!ht)return null;var pt=at.from.ch,At=at.to.ch,zt=ri(at.from,at.to)==0,Ut=Gr(dt,pt,zt),Kt=xr(ht,At,zt),ue=at.text.length==1,tn=ke(at.text).length+(ue?pt:0);if(Ut)for(var ye=0;ye<Ut.length;++ye){var kn=Ut[ye];if(kn.to==null){var wn=Or(Kt,kn.marker);wn?ue&&(kn.to=wn.to==null?null:wn.to+tn):kn.to=pt}}if(Kt)for(var zi=0;zi<Kt.length;++zi){var Ki=Kt[zi];if(Ki.to!=null&&(Ki.to+=tn),Ki.from==null){var ar=Or(Ut,Ki.marker);ar||(Ki.from=tn,ue&&(Ut||(Ut=[])).push(Ki))}else Ki.from+=tn,ue&&(Ut||(Ut=[])).push(Ki)}Ut&&(Ut=We(Ut)),Kt&&Kt!=Ut&&(Kt=We(Kt));var Mr=[Ut];if(!ue){var Jr=at.text.length-2,Rr;if(Jr>0&&Ut)for(var eo=0;eo<Ut.length;++eo)Ut[eo].to==null&&(Rr||(Rr=[])).push(new rr(Ut[eo].marker,null,null));for(var Lo=0;Lo<Jr;++Lo)Mr.push(Rr);Mr.push(Kt)}return Mr}function We(it){for(var at=0;at<it.length;++at){var dt=it[at];dt.from!=null&&dt.from==dt.to&&dt.marker.clearWhenEmpty!==!1&&it.splice(at--,1)}return it.length?it:null}function An(it,at,dt){var ht=null;if(it.iter(at.line,dt.line+1,function(wn){if(wn.markedSpans)for(var zi=0;zi<wn.markedSpans.length;++zi){var Ki=wn.markedSpans[zi].marker;Ki.readOnly&&(!ht||Pe(ht,Ki)==-1)&&(ht||(ht=[])).push(Ki)}}),!ht)return null;for(var pt=[{from:at,to:dt}],At=0;At<ht.length;++At)for(var zt=ht[At],Ut=zt.find(0),Kt=0;Kt<pt.length;++Kt){var ue=pt[Kt];if(!(ri(ue.to,Ut.from)<0||ri(ue.from,Ut.to)>0)){var tn=[Kt,1],ye=ri(ue.from,Ut.from),kn=ri(ue.to,Ut.to);(ye<0||!zt.inclusiveLeft&&!ye)&&tn.push({from:ue.from,to:Ut.from}),(kn>0||!zt.inclusiveRight&&!kn)&&tn.push({from:Ut.to,to:ue.to}),pt.splice.apply(pt,tn),Kt+=tn.length-3}}return pt}function Be(it){var at=it.markedSpans;if(at){for(var dt=0;dt<at.length;++dt)at[dt].marker.detachLine(it);it.markedSpans=null}}function Ot(it,at){if(at){for(var dt=0;dt<at.length;++dt)at[dt].marker.attachLine(it);it.markedSpans=at}}function Qn(it){return it.inclusiveLeft?-1:0}function Li(it){return it.inclusiveRight?1:0}function Xi(it,at){var dt=it.lines.length-at.lines.length;if(dt!=0)return dt;var ht=it.find(),pt=at.find(),At=ri(ht.from,pt.from)||Qn(it)-Qn(at);if(At)return-At;var zt=ri(ht.to,pt.to)||Li(it)-Li(at);return zt||at.id-it.id}function Vi(it,at){var dt=pn&&it.markedSpans,ht;if(dt)for(var pt=void 0,At=0;At<dt.length;++At)pt=dt[At],pt.marker.collapsed&&(at?pt.from:pt.to)==null&&(!ht||Xi(ht,pt.marker)<0)&&(ht=pt.marker);return ht}function yi(it){return Vi(it,!0)}function Mn(it){return Vi(it,!1)}function si(it,at){var dt=pn&&it.markedSpans,ht;if(dt)for(var pt=0;pt<dt.length;++pt){var At=dt[pt];At.marker.collapsed&&(At.from==null||At.from<at)&&(At.to==null||At.to>at)&&(!ht||Xi(ht,At.marker)<0)&&(ht=At.marker)}return ht}function ci(it,at,dt,ht,pt){var At=cn(it,at),zt=pn&&At.markedSpans;if(zt)for(var Ut=0;Ut<zt.length;++Ut){var Kt=zt[Ut];if(Kt.marker.collapsed){var ue=Kt.marker.find(0),tn=ri(ue.from,dt)||Qn(Kt.marker)-Qn(pt),ye=ri(ue.to,ht)||Li(Kt.marker)-Li(pt);if(!(tn>=0&&ye<=0||tn<=0&&ye>=0)&&(tn<=0&&(Kt.marker.inclusiveRight&&pt.inclusiveLeft?ri(ue.to,dt)>=0:ri(ue.to,dt)>0)||tn>=0&&(Kt.marker.inclusiveRight&&pt.inclusiveLeft?ri(ue.from,ht)<=0:ri(ue.from,ht)<0)))return!0}}}function Kn(it){for(var at;at=yi(it);)it=at.find(-1,!0).line;return it}function fi(it){for(var at;at=Mn(it);)it=at.find(1,!0).line;return it}function ei(it){for(var at,dt;at=Mn(it);)it=at.find(1,!0).line,(dt||(dt=[])).push(it);return dt}function Ft(it,at){var dt=cn(it,at),ht=Kn(dt);return dt==ht?at:Qt(ht)}function se(it,at){if(at>it.lastLine())return at;var dt=cn(it,at),ht;if(!Yt(it,dt))return at;for(;ht=Mn(dt);)dt=ht.find(1,!0).line;return Qt(dt)+1}function Yt(it,at){var dt=pn&&at.markedSpans;if(dt){for(var ht=void 0,pt=0;pt<dt.length;++pt)if(ht=dt[pt],!!ht.marker.collapsed){if(ht.from==null)return!0;if(!ht.marker.widgetNode&&ht.from==0&&ht.marker.inclusiveLeft&&ve(it,at,ht))return!0}}}function ve(it,at,dt){if(dt.to==null){var ht=dt.marker.find(1,!0);return ve(it,ht.line,Or(ht.line.markedSpans,dt.marker))}if(dt.marker.inclusiveRight&&dt.to==at.text.length)return!0;for(var pt=void 0,At=0;At<at.markedSpans.length;++At)if(pt=at.markedSpans[At],pt.marker.collapsed&&!pt.marker.widgetNode&&pt.from==dt.to&&(pt.to==null||pt.to!=dt.from)&&(pt.marker.inclusiveLeft||dt.marker.inclusiveRight)&&ve(it,at,pt))return!0}function xe(it){it=Kn(it);for(var at=0,dt=it.parent,ht=0;ht<dt.lines.length;++ht){var pt=dt.lines[ht];if(pt==it)break;at+=pt.height}for(var At=dt.parent;At;dt=At,At=dt.parent)for(var zt=0;zt<At.children.length;++zt){var Ut=At.children[zt];if(Ut==dt)break;at+=Ut.height}return at}function Qe(it){if(it.height==0)return 0;for(var at=it.text.length,dt,ht=it;dt=yi(ht);){var pt=dt.find(0,!0);ht=pt.from.line,at+=pt.from.ch-pt.to.ch}for(ht=it;dt=Mn(ht);){var At=dt.find(0,!0);at-=ht.text.length-At.from.ch,ht=At.to.line,at+=ht.text.length-At.to.ch}return at}function qe(it){var at=it.display,dt=it.doc;at.maxLine=cn(dt,dt.first),at.maxLineLength=Qe(at.maxLine),at.maxLineChanged=!0,dt.iter(function(ht){var pt=Qe(ht);pt>at.maxLineLength&&(at.maxLineLength=pt,at.maxLine=ht)})}var hn=function(it,at,dt){this.text=it,Ot(this,at),this.height=dt?dt(this):1};hn.prototype.lineNo=function(){return Qt(this)},ji(hn);function On(it,at,dt,ht){it.text=at,it.stateAfter&&(it.stateAfter=null),it.styles&&(it.styles=null),it.order!=null&&(it.order=null),Be(it),Ot(it,dt);var pt=ht?ht(it):1;pt!=it.height&&Yn(it,pt)}function Un(it){it.parent=null,Be(it)}var dn={},di={};function Ci(it,at){if(!it||/^\s*$/.test(it))return null;var dt=at.addModeClass?di:dn;return dt[it]||(dt[it]=it.replace(/\S+/g,"cm-$&"))}function he(it,at){var dt=le("span",null,null,oe?"padding-right: .1px":null),ht={pre:le("pre",[dt],"CodeMirror-line"),content:dt,col:0,pos:0,cm:it,trailingSpace:!1,splitSpaces:it.getOption("lineWrapping")};at.measure={};for(var pt=0;pt<=(at.rest?at.rest.length:0);pt++){var At=pt?at.rest[pt-1]:at.line,zt=void 0;ht.pos=0,ht.addToken=Xn,_n(it.display.measure)&&(zt=Pn(At,it.doc.direction))&&(ht.addToken=Tn(ht.addToken,zt)),ht.map=[];var Ut=at!=it.display.externalMeasured&&Qt(At);bi(At,ht,jr(it,At,Ut)),At.styleClasses&&(At.styleClasses.bgClass&&(ht.bgClass=Sn(At.styleClasses.bgClass,ht.bgClass||"")),At.styleClasses.textClass&&(ht.textClass=Sn(At.styleClasses.textClass,ht.textClass||""))),ht.map.length==0&&ht.map.push(0,0,ht.content.appendChild(nr(it.display.measure))),pt==0?(at.measure.map=ht.map,at.measure.cache={}):((at.measure.maps||(at.measure.maps=[])).push(ht.map),(at.measure.caches||(at.measure.caches=[])).push({}))}if(oe){var Kt=ht.content.lastChild;(/\bcm-tab\b/.test(Kt.className)||Kt.querySelector&&Kt.querySelector(".cm-tab"))&&(ht.content.className="cm-tab-wrap-hack")}return mn(it,"renderLine",it,at.line,ht.pre),ht.pre.className&&(ht.textClass=Sn(ht.pre.className,ht.textClass||"")),ht}function ti(it){var at=Vt("span","\u2022","cm-invalidchar");return at.title="\\u"+it.charCodeAt(0).toString(16),at.setAttribute("aria-label",at.title),at}function Xn(it,at,dt,ht,pt,At,zt){if(at){var Ut=it.splitSpaces?jn(at,it.trailingSpace):at,Kt=it.cm.state.specialChars,ue=!1,tn;if(!Kt.test(at))it.col+=at.length,tn=document.createTextNode(Ut),it.map.push(it.pos,it.pos+at.length,tn),ne&&Ht<9&&(ue=!0),it.pos+=at.length;else{tn=document.createDocumentFragment();for(var ye=0;;){Kt.lastIndex=ye;var kn=Kt.exec(at),wn=kn?kn.index-ye:at.length-ye;if(wn){var zi=document.createTextNode(Ut.slice(ye,ye+wn));ne&&Ht<9?tn.appendChild(Vt("span",[zi])):tn.appendChild(zi),it.map.push(it.pos,it.pos+wn,zi),it.col+=wn,it.pos+=wn}if(!kn)break;ye+=wn+1;var Ki=void 0;if(kn[0]==" "){var ar=it.cm.options.tabSize,Mr=ar-it.col%ar;Ki=tn.appendChild(Vt("span",de(Mr),"cm-tab")),Ki.setAttribute("role","presentation"),Ki.setAttribute("cm-text"," "),it.col+=Mr}else kn[0]=="\r"||kn[0]==`
|
|
`?(Ki=tn.appendChild(Vt("span",kn[0]=="\r"?"\u240D":"\u2424","cm-invalidchar")),Ki.setAttribute("cm-text",kn[0]),it.col+=1):(Ki=it.cm.options.specialCharPlaceholder(kn[0]),Ki.setAttribute("cm-text",kn[0]),ne&&Ht<9?tn.appendChild(Vt("span",[Ki])):tn.appendChild(Ki),it.col+=1);it.map.push(it.pos,it.pos+1,Ki),it.pos++}}if(it.trailingSpace=Ut.charCodeAt(at.length-1)==32,dt||ht||pt||ue||At||zt){var Jr=dt||"";ht&&(Jr+=ht),pt&&(Jr+=pt);var Rr=Vt("span",[tn],Jr,At);if(zt)for(var eo in zt)zt.hasOwnProperty(eo)&&eo!="style"&&eo!="class"&&Rr.setAttribute(eo,zt[eo]);return it.content.appendChild(Rr)}it.content.appendChild(tn)}}function jn(it,at){if(it.length>1&&!/ /.test(it))return it;for(var dt=at,ht="",pt=0;pt<it.length;pt++){var At=it.charAt(pt);At==" "&&dt&&(pt==it.length-1||it.charCodeAt(pt+1)==32)&&(At="\xA0"),ht+=At,dt=At==" "}return ht}function Tn(it,at){return function(dt,ht,pt,At,zt,Ut,Kt){pt=pt?pt+" cm-force-border":"cm-force-border";for(var ue=dt.pos,tn=ue+ht.length;;){for(var ye=void 0,kn=0;kn<at.length&&(ye=at[kn],!(ye.to>ue&&ye.from<=ue));kn++);if(ye.to>=tn)return it(dt,ht,pt,At,zt,Ut,Kt);it(dt,ht.slice(0,ye.to-ue),pt,At,null,Ut,Kt),At=null,ht=ht.slice(ye.to-ue),ue=ye.to}}}function Ei(it,at,dt,ht){var pt=!ht&&dt.widgetNode;pt&&it.map.push(it.pos,it.pos+at,pt),!ht&&it.cm.display.input.needsContentAttribute&&(pt||(pt=it.content.appendChild(document.createElement("span"))),pt.setAttribute("cm-marker",dt.id)),pt&&(it.cm.display.input.setUneditable(pt),it.content.appendChild(pt)),it.pos+=at,it.trailingSpace=!1}function bi(it,at,dt){var ht=it.markedSpans,pt=it.text,At=0;if(!ht){for(var zt=1;zt<dt.length;zt+=2)at.addToken(at,pt.slice(At,At=dt[zt]),Ci(dt[zt+1],at.cm.options));return}for(var Ut=pt.length,Kt=0,ue=1,tn="",ye,kn,wn=0,zi,Ki,ar,Mr,Jr;;){if(wn==Kt){zi=Ki=ar=kn="",Jr=null,Mr=null,wn=1/0;for(var Rr=[],eo=void 0,Lo=0;Lo<ht.length;++Lo){var Br=ht[Lo],Ko=Br.marker;if(Ko.type=="bookmark"&&Br.from==Kt&&Ko.widgetNode)Rr.push(Ko);else if(Br.from<=Kt&&(Br.to==null||Br.to>Kt||Ko.collapsed&&Br.to==Kt&&Br.from==Kt)){if(Br.to!=null&&Br.to!=Kt&&wn>Br.to&&(wn=Br.to,Ki=""),Ko.className&&(zi+=" "+Ko.className),Ko.css&&(kn=(kn?kn+";":"")+Ko.css),Ko.startStyle&&Br.from==Kt&&(ar+=" "+Ko.startStyle),Ko.endStyle&&Br.to==wn&&(eo||(eo=[])).push(Ko.endStyle,Br.to),Ko.title&&((Jr||(Jr={})).title=Ko.title),Ko.attributes)for(var Ba in Ko.attributes)(Jr||(Jr={}))[Ba]=Ko.attributes[Ba];Ko.collapsed&&(!Mr||Xi(Mr.marker,Ko)<0)&&(Mr=Br)}else Br.from>Kt&&wn>Br.from&&(wn=Br.from)}if(eo)for(var ms=0;ms<eo.length;ms+=2)eo[ms+1]==wn&&(Ki+=" "+eo[ms]);if(!Mr||Mr.from==Kt)for(var Ya=0;Ya<Rr.length;++Ya)Ei(at,0,Rr[Ya]);if(Mr&&(Mr.from||0)==Kt){if(Ei(at,(Mr.to==null?Ut+1:Mr.to)-Kt,Mr.marker,Mr.from==null),Mr.to==null)return;Mr.to==Kt&&(Mr=!1)}}if(Kt>=Ut)break;for(var sl=Math.min(Ut,wn);;){if(tn){var Vs=Kt+tn.length;if(!Mr){var cs=Vs>sl?tn.slice(0,sl-Kt):tn;at.addToken(at,cs,ye?ye+zi:zi,ar,Kt+cs.length==wn?Ki:"",kn,Jr)}if(Vs>=sl){tn=tn.slice(sl-Kt),Kt=sl;break}Kt=Vs,ar=""}tn=pt.slice(At,At=dt[ue++]),ye=Ci(dt[ue++],at.cm.options)}}}function mi(it,at,dt){this.line=at,this.rest=ei(at),this.size=this.rest?Qt(ke(this.rest))-dt+1:1,this.node=this.text=null,this.hidden=Yt(it,at)}function ni(it,at,dt){for(var ht=[],pt,At=at;At<dt;At=pt){var zt=new mi(it.doc,cn(it.doc,At),At);pt=At+zt.size,ht.push(zt)}return ht}var Vn=null;function Ti(it){Vn?Vn.ops.push(it):it.ownsGroup=Vn={ops:[it],delayedCallbacks:[]}}function cr(it){var at=it.delayedCallbacks,dt=0;do{for(;dt<at.length;dt++)at[dt].call(null);for(var ht=0;ht<it.ops.length;ht++){var pt=it.ops[ht];if(pt.cursorActivityHandlers)for(;pt.cursorActivityCalled<pt.cursorActivityHandlers.length;)pt.cursorActivityHandlers[pt.cursorActivityCalled++].call(null,pt.cm)}}while(dt<at.length)}function mr(it,at){var dt=it.ownsGroup;if(dt)try{cr(dt)}finally{Vn=null,at(dt)}}var kr=null;function Si(it,at){var dt=Zn(it,at);if(dt.length){var ht=Array.prototype.slice.call(arguments,2),pt;Vn?pt=Vn.delayedCallbacks:kr?pt=kr:(pt=kr=[],setTimeout(yr,0));for(var At=function(Ut){pt.push(function(){return dt[Ut].apply(null,ht)})},zt=0;zt<dt.length;++zt)At(zt)}}function yr(){var it=kr;kr=null;for(var at=0;at<it.length;++at)it[at]()}function ur(it,at,dt,ht){for(var pt=0;pt<at.changes.length;pt++){var At=at.changes[pt];At=="text"?Fn(it,at):At=="gutter"?Ui(it,at,dt,ht):At=="class"?Ii(it,at):At=="widget"&&or(it,at,ht)}at.changes=null}function Sr(it){return it.node==it.text&&(it.node=Vt("div",null,null,"position: relative"),it.text.parentNode&&it.text.parentNode.replaceChild(it.node,it.text),it.node.appendChild(it.text),ne&&Ht<8&&(it.node.style.zIndex=2)),it.node}function pr(it,at){var dt=at.bgClass?at.bgClass+" "+(at.line.bgClass||""):at.line.bgClass;if(dt&&(dt+=" CodeMirror-linebackground"),at.background)dt?at.background.className=dt:(at.background.parentNode.removeChild(at.background),at.background=null);else if(dt){var ht=Sr(at);at.background=ht.insertBefore(Vt("div",null,dt),ht.firstChild),it.display.input.setUneditable(at.background)}}function Pr(it,at){var dt=it.display.externalMeasured;return dt&&dt.line==at.line?(it.display.externalMeasured=null,at.measure=dt.measure,dt.built):he(it,at)}function Fn(it,at){var dt=at.text.className,ht=Pr(it,at);at.text==at.node&&(at.node=ht.pre),at.text.parentNode.replaceChild(ht.pre,at.text),at.text=ht.pre,ht.bgClass!=at.bgClass||ht.textClass!=at.textClass?(at.bgClass=ht.bgClass,at.textClass=ht.textClass,Ii(it,at)):dt&&(at.text.className=dt)}function Ii(it,at){pr(it,at),at.line.wrapClass?Sr(at).className=at.line.wrapClass:at.node!=at.text&&(at.node.className="");var dt=at.textClass?at.textClass+" "+(at.line.textClass||""):at.line.textClass;at.text.className=dt||""}function Ui(it,at,dt,ht){if(at.gutter&&(at.node.removeChild(at.gutter),at.gutter=null),at.gutterBackground&&(at.node.removeChild(at.gutterBackground),at.gutterBackground=null),at.line.gutterClass){var pt=Sr(at);at.gutterBackground=Vt("div",null,"CodeMirror-gutter-background "+at.line.gutterClass,"left: "+(it.options.fixedGutter?ht.fixedPos:-ht.gutterTotalWidth)+"px; width: "+ht.gutterTotalWidth+"px"),it.display.input.setUneditable(at.gutterBackground),pt.insertBefore(at.gutterBackground,at.text)}var At=at.line.gutterMarkers;if(it.options.lineNumbers||At){var zt=Sr(at),Ut=at.gutter=Vt("div",null,"CodeMirror-gutter-wrapper","left: "+(it.options.fixedGutter?ht.fixedPos:-ht.gutterTotalWidth)+"px");if(it.display.input.setUneditable(Ut),zt.insertBefore(Ut,at.text),at.line.gutterClass&&(Ut.className+=" "+at.line.gutterClass),it.options.lineNumbers&&(!At||!At["CodeMirror-linenumbers"])&&(at.lineNumber=Ut.appendChild(Vt("div",qn(it.options,dt),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+ht.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+it.display.lineNumInnerWidth+"px"))),At)for(var Kt=0;Kt<it.display.gutterSpecs.length;++Kt){var ue=it.display.gutterSpecs[Kt].className,tn=At.hasOwnProperty(ue)&&At[ue];tn&&Ut.appendChild(Vt("div",[tn],"CodeMirror-gutter-elt","left: "+ht.gutterLeft[ue]+"px; width: "+ht.gutterWidth[ue]+"px"))}}}function or(it,at,dt){at.alignable&&(at.alignable=null);for(var ht=Rt("CodeMirror-linewidget"),pt=at.node.firstChild,At=void 0;pt;pt=At)At=pt.nextSibling,ht.test(pt.className)&&at.node.removeChild(pt);Qi(it,at,dt)}function Ji(it,at,dt,ht){var pt=Pr(it,at);return at.text=at.node=pt.pre,pt.bgClass&&(at.bgClass=pt.bgClass),pt.textClass&&(at.textClass=pt.textClass),Ii(it,at),Ui(it,at,dt,ht),Qi(it,at,ht),at.node}function Qi(it,at,dt){if(xi(it,at.line,at,dt,!0),at.rest)for(var ht=0;ht<at.rest.length;ht++)xi(it,at.rest[ht],at,dt,!1)}function xi(it,at,dt,ht,pt){if(at.widgets)for(var At=Sr(dt),zt=0,Ut=at.widgets;zt<Ut.length;++zt){var Kt=Ut[zt],ue=Vt("div",[Kt.node],"CodeMirror-linewidget"+(Kt.className?" "+Kt.className:""));Kt.handleMouseEvents||ue.setAttribute("cm-ignore-events","true"),Dr(Kt,ue,dt,ht),it.display.input.setUneditable(ue),pt&&Kt.above?At.insertBefore(ue,dt.gutter||dt.text):At.appendChild(ue),Si(Kt,"redraw")}}function Dr(it,at,dt,ht){if(it.noHScroll){(dt.alignable||(dt.alignable=[])).push(at);var pt=ht.wrapperWidth;at.style.left=ht.fixedPos+"px",it.coverGutter||(pt-=ht.gutterTotalWidth,at.style.paddingLeft=ht.gutterTotalWidth+"px"),at.style.width=pt+"px"}it.coverGutter&&(at.style.zIndex=5,at.style.position="relative",it.noHScroll||(at.style.marginLeft=-ht.gutterTotalWidth+"px"))}function Kr(it){if(it.height!=null)return it.height;var at=it.doc.cm;if(!at)return 0;if(!Fe(document.body,it.node)){var dt="position: relative;";it.coverGutter&&(dt+="margin-left: -"+at.display.gutters.offsetWidth+"px;"),it.noHScroll&&(dt+="width: "+at.display.wrapper.clientWidth+"px;"),Jt(at.display.measure,Vt("div",[it.node],null,dt))}return it.height=it.node.parentNode.offsetHeight}function Yr(it,at){for(var dt=Ai(at);dt!=it.wrapper;dt=dt.parentNode)if(!dt||dt.nodeType==1&&dt.getAttribute("cm-ignore-events")=="true"||dt.parentNode==it.sizer&&dt!=it.mover)return!0}function vr(it){return it.lineSpace.offsetTop}function to(it){return it.mover.offsetHeight-it.lineSpace.offsetHeight}function $r(it){if(it.cachedPaddingH)return it.cachedPaddingH;var at=Jt(it.measure,Vt("pre","x","CodeMirror-line-like")),dt=window.getComputedStyle?window.getComputedStyle(at):at.currentStyle,ht={left:parseInt(dt.paddingLeft),right:parseInt(dt.paddingRight)};return!isNaN(ht.left)&&!isNaN(ht.right)&&(it.cachedPaddingH=ht),ht}function Ur(it){return an-it.display.nativeBarWidth}function mo(it){return it.display.scroller.clientWidth-Ur(it)-it.display.barWidth}function xo(it){return it.display.scroller.clientHeight-Ur(it)-it.display.barHeight}function No(it,at,dt){var ht=it.options.lineWrapping,pt=ht&&mo(it);if(!at.measure.heights||ht&&at.measure.width!=pt){var At=at.measure.heights=[];if(ht){at.measure.width=pt;for(var zt=at.text.firstChild.getClientRects(),Ut=0;Ut<zt.length-1;Ut++){var Kt=zt[Ut],ue=zt[Ut+1];Math.abs(Kt.bottom-ue.bottom)>2&&At.push((Kt.bottom+ue.top)/2-dt.top)}}At.push(dt.bottom-dt.top)}}function oo(it,at,dt){if(it.line==at)return{map:it.measure.map,cache:it.measure.cache};for(var ht=0;ht<it.rest.length;ht++)if(it.rest[ht]==at)return{map:it.measure.maps[ht],cache:it.measure.caches[ht]};for(var pt=0;pt<it.rest.length;pt++)if(Qt(it.rest[pt])>dt)return{map:it.measure.maps[pt],cache:it.measure.caches[pt],before:!0}}function ta(it,at){at=Kn(at);var dt=Qt(at),ht=it.display.externalMeasured=new mi(it.doc,at,dt);ht.lineN=dt;var pt=ht.built=he(it,ht);return ht.text=pt.pre,Jt(it.display.lineMeasure,pt.pre),ht}function Mo(it,at,dt,ht){return Yo(it,Fo(it,at),dt,ht)}function na(it,at){if(at>=it.display.viewFrom&&at<it.display.viewTo)return it.display.view[$a(it,at)];var dt=it.display.externalMeasured;if(dt&&at>=dt.lineN&&at<dt.lineN+dt.size)return dt}function Fo(it,at){var dt=Qt(at),ht=na(it,dt);ht&&!ht.text?ht=null:ht&&ht.changes&&(ur(it,ht,dt,Ta(it)),it.curOp.forceUpdate=!0),ht||(ht=ta(it,at));var pt=oo(ht,at,dt);return{line:at,view:ht,rect:null,map:pt.map,cache:pt.cache,before:pt.before,hasHeights:!1}}function Yo(it,at,dt,ht,pt){at.before&&(dt=-1);var At=dt+(ht||""),zt;return at.cache.hasOwnProperty(At)?zt=at.cache[At]:(at.rect||(at.rect=at.view.text.getBoundingClientRect()),at.hasHeights||(No(it,at.view,at.rect),at.hasHeights=!0),zt=Ao(it,at,dt,ht),zt.bogus||(at.cache[At]=zt)),{left:zt.left,right:zt.right,top:pt?zt.rtop:zt.top,bottom:pt?zt.rbottom:zt.bottom}}var ia={left:0,right:0,top:0,bottom:0};function Qo(it,at,dt){for(var ht,pt,At,zt,Ut,Kt,ue=0;ue<it.length;ue+=3)if(Ut=it[ue],Kt=it[ue+1],at<Ut?(pt=0,At=1,zt="left"):at<Kt?(pt=at-Ut,At=pt+1):(ue==it.length-3||at==Kt&&it[ue+3]>at)&&(At=Kt-Ut,pt=At-1,at>=Kt&&(zt="right")),pt!=null){if(ht=it[ue+2],Ut==Kt&&dt==(ht.insertLeft?"left":"right")&&(zt=dt),dt=="left"&&pt==0)for(;ue&&it[ue-2]==it[ue-3]&&it[ue-1].insertLeft;)ht=it[(ue-=3)+2],zt="left";if(dt=="right"&&pt==Kt-Ut)for(;ue<it.length-3&&it[ue+3]==it[ue+4]&&!it[ue+5].insertLeft;)ht=it[(ue+=3)+2],zt="right";break}return{node:ht,start:pt,end:At,collapse:zt,coverStart:Ut,coverEnd:Kt}}function jo(it,at){var dt=ia;if(at=="left")for(var ht=0;ht<it.length&&(dt=it[ht]).left==dt.right;ht++);else for(var pt=it.length-1;pt>=0&&(dt=it[pt]).left==dt.right;pt--);return dt}function Ao(it,at,dt,ht){var pt=Qo(at.map,dt,ht),At=pt.node,zt=pt.start,Ut=pt.end,Kt=pt.collapse,ue;if(At.nodeType==3){for(var tn=0;tn<4;tn++){for(;zt&&Ce(at.line.text.charAt(pt.coverStart+zt));)--zt;for(;pt.coverStart+Ut<pt.coverEnd&&Ce(at.line.text.charAt(pt.coverStart+Ut));)++Ut;if(ne&&Ht<9&&zt==0&&Ut==pt.coverEnd-pt.coverStart?ue=At.parentNode.getBoundingClientRect():ue=jo(ae(At,zt,Ut).getClientRects(),ht),ue.left||ue.right||zt==0)break;Ut=zt,zt=zt-1,Kt="right"}ne&&Ht<11&&(ue=oa(it.display.measure,ue))}else{zt>0&&(Kt=ht="right");var ye;it.options.lineWrapping&&(ye=At.getClientRects()).length>1?ue=ye[ht=="right"?ye.length-1:0]:ue=At.getBoundingClientRect()}if(ne&&Ht<9&&!zt&&(!ue||!ue.left&&!ue.right)){var kn=At.parentNode.getClientRects()[0];kn?ue={left:kn.left,right:kn.left+Ga(it.display),top:kn.top,bottom:kn.bottom}:ue=ia}for(var wn=ue.top-at.rect.top,zi=ue.bottom-at.rect.top,Ki=(wn+zi)/2,ar=at.view.measure.heights,Mr=0;Mr<ar.length-1&&!(Ki<ar[Mr]);Mr++);var Jr=Mr?ar[Mr-1]:0,Rr=ar[Mr],eo={left:(Kt=="right"?ue.right:ue.left)-at.rect.left,right:(Kt=="left"?ue.left:ue.right)-at.rect.left,top:Jr,bottom:Rr};return!ue.left&&!ue.right&&(eo.bogus=!0),it.options.singleCursorHeightPerLine||(eo.rtop=wn,eo.rbottom=zi),eo}function oa(it,at){if(!window.screen||screen.logicalXDPI==null||screen.logicalXDPI==screen.deviceXDPI||!Wn(it))return at;var dt=screen.logicalXDPI/screen.deviceXDPI,ht=screen.logicalYDPI/screen.deviceYDPI;return{left:at.left*dt,right:at.right*dt,top:at.top*ht,bottom:at.bottom*ht}}function Ca(it){if(it.measure&&(it.measure.cache={},it.measure.heights=null,it.rest))for(var at=0;at<it.rest.length;at++)it.measure.caches[at]={}}function Ho(it){it.display.externalMeasure=null,te(it.display.lineMeasure);for(var at=0;at<it.display.view.length;at++)Ca(it.display.view[at])}function Ra(it){Ho(it),it.display.cachedCharWidth=it.display.cachedTextHeight=it.display.cachedPaddingH=null,it.options.lineWrapping||(it.display.maxLineChanged=!0),it.display.lineNumChars=null}function ko(){return ge&&et?-(document.body.getBoundingClientRect().left-parseInt(getComputedStyle(document.body).marginLeft)):window.pageXOffset||(document.documentElement||document.body).scrollLeft}function Po(){return ge&&et?-(document.body.getBoundingClientRect().top-parseInt(getComputedStyle(document.body).marginTop)):window.pageYOffset||(document.documentElement||document.body).scrollTop}function vo(it){var at=0;if(it.widgets)for(var dt=0;dt<it.widgets.length;++dt)it.widgets[dt].above&&(at+=Kr(it.widgets[dt]));return at}function _o(it,at,dt,ht,pt){if(!pt){var At=vo(at);dt.top+=At,dt.bottom+=At}if(ht=="line")return dt;ht||(ht="local");var zt=xe(at);if(ht=="local"?zt+=vr(it.display):zt-=it.display.viewOffset,ht=="page"||ht=="window"){var Ut=it.display.lineSpace.getBoundingClientRect();zt+=Ut.top+(ht=="window"?0:Po());var Kt=Ut.left+(ht=="window"?0:ko());dt.left+=Kt,dt.right+=Kt}return dt.top+=zt,dt.bottom+=zt,dt}function bo(it,at,dt){if(dt=="div")return at;var ht=at.left,pt=at.top;if(dt=="page")ht-=ko(),pt-=Po();else if(dt=="local"||!dt){var At=it.display.sizer.getBoundingClientRect();ht+=At.left,pt+=At.top}var zt=it.display.lineSpace.getBoundingClientRect();return{left:ht-zt.left,top:pt-zt.top}}function La(it,at,dt,ht,pt){return ht||(ht=cn(it.doc,at.line)),_o(it,ht,Mo(it,ht,at.ch,pt),dt)}function Lr(it,at,dt,ht,pt,At){ht=ht||cn(it.doc,at.line),pt||(pt=Fo(it,ht));function zt(zi,Ki){var ar=Yo(it,pt,zi,Ki?"right":"left",At);return Ki?ar.left=ar.right:ar.right=ar.left,_o(it,ht,ar,dt)}var Ut=Pn(ht,it.doc.direction),Kt=at.ch,ue=at.sticky;if(Kt>=ht.text.length?(Kt=ht.text.length,ue="before"):Kt<=0&&(Kt=0,ue="after"),!Ut)return zt(ue=="before"?Kt-1:Kt,ue=="before");function tn(zi,Ki,ar){var Mr=Ut[Ki],Jr=Mr.level==1;return zt(ar?zi-1:zi,Jr!=ar)}var ye=_e(Ut,Kt,ue),kn=Le,wn=tn(Kt,ye,ue=="before");return kn!=null&&(wn.other=tn(Kt,kn,ue!="before")),wn}function lr(it,at){var dt=0;at=hi(it.doc,at),it.options.lineWrapping||(dt=Ga(it.display)*at.ch);var ht=cn(it.doc,at.line),pt=xe(ht)+vr(it.display);return{left:dt,right:dt,top:pt,bottom:pt+ht.height}}function Ir(it,at,dt,ht,pt){var At=Xe(it,at,dt);return At.xRel=pt,ht&&(At.outside=ht),At}function wr(it,at,dt){var ht=it.doc;if(dt+=it.display.viewOffset,dt<0)return Ir(ht.first,0,null,-1,-1);var pt=Me(ht,dt),At=ht.first+ht.size-1;if(pt>At)return Ir(ht.first+ht.size-1,cn(ht,At).text.length,null,1,1);at<0&&(at=0);for(var zt=cn(ht,pt);;){var Ut=Ln(it,zt,pt,at,dt),Kt=si(zt,Ut.ch+(Ut.xRel>0||Ut.outside>0?1:0));if(!Kt)return Ut;var ue=Kt.find(1);if(ue.line==pt)return ue;zt=cn(ht,pt=ue.line)}}function pi(it,at,dt,ht){ht-=vo(at);var pt=at.text.length,At=on(function(zt){return Yo(it,dt,zt-1).bottom<=ht},pt,0);return pt=on(function(zt){return Yo(it,dt,zt).top>ht},At,pt),{begin:At,end:pt}}function Zo(it,at,dt,ht){dt||(dt=Fo(it,at));var pt=_o(it,at,Yo(it,dt,ht),"line").top;return pi(it,at,dt,pt)}function ce(it,at,dt,ht){return it.bottom<=dt?!1:it.top>dt?!0:(ht?it.left:it.right)>at}function Ln(it,at,dt,ht,pt){pt-=xe(at);var At=Fo(it,at),zt=vo(at),Ut=0,Kt=at.text.length,ue=!0,tn=Pn(at,it.doc.direction);if(tn){var ye=(it.options.lineWrapping?ja:za)(it,at,dt,At,tn,ht,pt);ue=ye.level!=1,Ut=ue?ye.from:ye.to-1,Kt=ue?ye.to:ye.from-1}var kn=null,wn=null,zi=on(function(Lo){var Br=Yo(it,At,Lo);return Br.top+=zt,Br.bottom+=zt,ce(Br,ht,pt,!1)?(Br.top<=pt&&Br.left<=ht&&(kn=Lo,wn=Br),!0):!1},Ut,Kt),Ki,ar,Mr=!1;if(wn){var Jr=ht-wn.left<wn.right-ht,Rr=Jr==ue;zi=kn+(Rr?0:1),ar=Rr?"after":"before",Ki=Jr?wn.left:wn.right}else{!ue&&(zi==Kt||zi==Ut)&&zi++,ar=zi==0?"after":zi==at.text.length?"before":Yo(it,At,zi-(ue?1:0)).bottom+zt<=pt==ue?"after":"before";var eo=Lr(it,Xe(dt,zi,ar),"line",at,At);Ki=eo.left,Mr=pt<eo.top?-1:pt>=eo.bottom?1:0}return zi=be(at.text,zi,1),Ir(dt,zi,ar,Mr,ht-Ki)}function za(it,at,dt,ht,pt,At,zt){var Ut=on(function(ye){var kn=pt[ye],wn=kn.level!=1;return ce(Lr(it,Xe(dt,wn?kn.to:kn.from,wn?"before":"after"),"line",at,ht),At,zt,!0)},0,pt.length-1),Kt=pt[Ut];if(Ut>0){var ue=Kt.level!=1,tn=Lr(it,Xe(dt,ue?Kt.from:Kt.to,ue?"after":"before"),"line",at,ht);ce(tn,At,zt,!0)&&tn.top>zt&&(Kt=pt[Ut-1])}return Kt}function ja(it,at,dt,ht,pt,At,zt){var Ut=pi(it,at,ht,zt),Kt=Ut.begin,ue=Ut.end;/\s/.test(at.text.charAt(ue-1))&&ue--;for(var tn=null,ye=null,kn=0;kn<pt.length;kn++){var wn=pt[kn];if(!(wn.from>=ue||wn.to<=Kt)){var zi=wn.level!=1,Ki=Yo(it,ht,zi?Math.min(ue,wn.to)-1:Math.max(Kt,wn.from)).right,ar=Ki<At?At-Ki+1e9:Ki-At;(!tn||ye>ar)&&(tn=wn,ye=ar)}}return tn||(tn=pt[pt.length-1]),tn.from<Kt&&(tn={from:Kt,to:tn.to,level:tn.level}),tn.to>ue&&(tn={from:tn.from,to:ue,level:tn.level}),tn}var da;function ca(it){if(it.cachedTextHeight!=null)return it.cachedTextHeight;if(da==null){da=Vt("pre",null,"CodeMirror-line-like");for(var at=0;at<49;++at)da.appendChild(document.createTextNode("x")),da.appendChild(Vt("br"));da.appendChild(document.createTextNode("x"))}Jt(it.measure,da);var dt=da.offsetHeight/50;return dt>3&&(it.cachedTextHeight=dt),te(it.measure),dt||1}function Ga(it){if(it.cachedCharWidth!=null)return it.cachedCharWidth;var at=Vt("span","xxxxxxxxxx"),dt=Vt("pre",[at],"CodeMirror-line-like");Jt(it.measure,dt);var ht=at.getBoundingClientRect(),pt=(ht.right-ht.left)/10;return pt>2&&(it.cachedCharWidth=pt),pt||10}function Ta(it){for(var at=it.display,dt={},ht={},pt=at.gutters.clientLeft,At=at.gutters.firstChild,zt=0;At;At=At.nextSibling,++zt){var Ut=it.display.gutterSpecs[zt].className;dt[Ut]=At.offsetLeft+At.clientLeft+pt,ht[Ut]=At.clientWidth}return{fixedPos:Hs(at),gutterTotalWidth:at.gutters.offsetWidth,gutterLeft:dt,gutterWidth:ht,wrapperWidth:at.wrapper.clientWidth}}function Hs(it){return it.scroller.getBoundingClientRect().left-it.sizer.getBoundingClientRect().left}function aa(it){var at=ca(it.display),dt=it.options.lineWrapping,ht=dt&&Math.max(5,it.display.scroller.clientWidth/Ga(it.display)-3);return function(pt){if(Yt(it.doc,pt))return 0;var At=0;if(pt.widgets)for(var zt=0;zt<pt.widgets.length;zt++)pt.widgets[zt].height&&(At+=pt.widgets[zt].height);return dt?At+(Math.ceil(pt.text.length/ht)||1)*at:At+at}}function Vr(it){var at=it.doc,dt=aa(it);at.iter(function(ht){var pt=dt(ht);pt!=ht.height&&Yn(ht,pt)})}function Va(it,at,dt,ht){var pt=it.display;if(!dt&&Ai(at).getAttribute("cm-not-content")=="true")return null;var At,zt,Ut=pt.lineSpace.getBoundingClientRect();try{At=at.clientX-Ut.left,zt=at.clientY-Ut.top}catch(ye){return null}var Kt=wr(it,At,zt),ue;if(ht&&Kt.xRel>0&&(ue=cn(it.doc,Kt.line).text).length==Kt.ch){var tn=$t(ue,ue.length,it.options.tabSize)-ue.length;Kt=Xe(Kt.line,Math.max(0,Math.round((At-$r(it.display).left)/Ga(it.display))-tn))}return Kt}function $a(it,at){if(at>=it.display.viewTo||(at-=it.display.viewFrom,at<0))return null;for(var dt=it.display.view,ht=0;ht<dt.length;ht++)if(at-=dt[ht].size,at<0)return ht}function sa(it,at,dt,ht){at==null&&(at=it.doc.first),dt==null&&(dt=it.doc.first+it.doc.size),ht||(ht=0);var pt=it.display;if(ht&&dt<pt.viewTo&&(pt.updateLineNumbers==null||pt.updateLineNumbers>at)&&(pt.updateLineNumbers=at),it.curOp.viewChanged=!0,at>=pt.viewTo)pn&&Ft(it.doc,at)<pt.viewTo&&ga(it);else if(dt<=pt.viewFrom)pn&&se(it.doc,dt+ht)>pt.viewFrom?ga(it):(pt.viewFrom+=ht,pt.viewTo+=ht);else if(at<=pt.viewFrom&&dt>=pt.viewTo)ga(it);else if(at<=pt.viewFrom){var At=ls(it,dt,dt+ht,1);At?(pt.view=pt.view.slice(At.index),pt.viewFrom=At.lineN,pt.viewTo+=ht):ga(it)}else if(dt>=pt.viewTo){var zt=ls(it,at,at,-1);zt?(pt.view=pt.view.slice(0,zt.index),pt.viewTo=zt.lineN):ga(it)}else{var Ut=ls(it,at,at,-1),Kt=ls(it,dt,dt+ht,1);Ut&&Kt?(pt.view=pt.view.slice(0,Ut.index).concat(ni(it,Ut.lineN,Kt.lineN)).concat(pt.view.slice(Kt.index)),pt.viewTo+=ht):ga(it)}var ue=pt.externalMeasured;ue&&(dt<ue.lineN?ue.lineN+=ht:at<ue.lineN+ue.size&&(pt.externalMeasured=null))}function co(it,at,dt){it.curOp.viewChanged=!0;var ht=it.display,pt=it.display.externalMeasured;if(pt&&at>=pt.lineN&&at<pt.lineN+pt.size&&(ht.externalMeasured=null),!(at<ht.viewFrom||at>=ht.viewTo)){var At=ht.view[$a(it,at)];if(At.node!=null){var zt=At.changes||(At.changes=[]);Pe(zt,dt)==-1&&zt.push(dt)}}}function ga(it){it.display.viewFrom=it.display.viewTo=it.doc.first,it.display.view=[],it.display.viewOffset=0}function ls(it,at,dt,ht){var pt=$a(it,at),At,zt=it.display.view;if(!pn||dt==it.doc.first+it.doc.size)return{index:pt,lineN:dt};for(var Ut=it.display.viewFrom,Kt=0;Kt<pt;Kt++)Ut+=zt[Kt].size;if(Ut!=at){if(ht>0){if(pt==zt.length-1)return null;At=Ut+zt[pt].size-at,pt++}else At=Ut-at;at+=At,dt+=At}for(;Ft(it.doc,dt)!=dt;){if(pt==(ht<0?0:zt.length-1))return null;dt+=ht*zt[pt-(ht<0?1:0)].size,pt+=ht}return{index:pt,lineN:dt}}function ra(it,at,dt){var ht=it.display,pt=ht.view;pt.length==0||at>=ht.viewTo||dt<=ht.viewFrom?(ht.view=ni(it,at,dt),ht.viewFrom=at):(ht.viewFrom>at?ht.view=ni(it,at,ht.viewFrom).concat(ht.view):ht.viewFrom<at&&(ht.view=ht.view.slice($a(it,at))),ht.viewFrom=at,ht.viewTo<dt?ht.view=ht.view.concat(ni(it,ht.viewTo,dt)):ht.viewTo>dt&&(ht.view=ht.view.slice(0,$a(it,dt)))),ht.viewTo=dt}function us(it){for(var at=it.display.view,dt=0,ht=0;ht<at.length;ht++){var pt=at[ht];!pt.hidden&&(!pt.node||pt.changes)&&++dt}return dt}function Da(it){it.display.input.showSelection(it.display.input.prepareSelection())}function El(it,at){at===void 0&&(at=!0);for(var dt=it.doc,ht={},pt=ht.cursors=document.createDocumentFragment(),At=ht.selection=document.createDocumentFragment(),zt=0;zt<dt.sel.ranges.length;zt++)if(!(!at&&zt==dt.sel.primIndex)){var Ut=dt.sel.ranges[zt];if(!(Ut.from().line>=it.display.viewTo||Ut.to().line<it.display.viewFrom)){var Kt=Ut.empty();(Kt||it.options.showCursorWhenSelecting)&&Ro(it,Ut.head,pt),Kt||To(it,Ut,At)}}return ht}function Ro(it,at,dt){var ht=Lr(it,at,"div",null,null,!it.options.singleCursorHeightPerLine),pt=dt.appendChild(Vt("div","\xA0","CodeMirror-cursor"));if(pt.style.left=ht.left+"px",pt.style.top=ht.top+"px",pt.style.height=Math.max(0,ht.bottom-ht.top)*it.options.cursorHeight+"px",ht.other){var At=dt.appendChild(Vt("div","\xA0","CodeMirror-cursor CodeMirror-secondarycursor"));At.style.display="",At.style.left=ht.other.left+"px",At.style.top=ht.other.top+"px",At.style.height=(ht.other.bottom-ht.other.top)*.85+"px"}}function ba(it,at){return it.top-at.top||it.left-at.left}function To(it,at,dt){var ht=it.display,pt=it.doc,At=document.createDocumentFragment(),zt=$r(it.display),Ut=zt.left,Kt=Math.max(ht.sizerWidth,mo(it)-ht.sizer.offsetLeft)-zt.right,ue=pt.direction=="ltr";function tn(Rr,eo,Lo,Br){eo<0&&(eo=0),eo=Math.round(eo),Br=Math.round(Br),At.appendChild(Vt("div",null,"CodeMirror-selected","position: absolute; left: "+Rr+`px;
|
|
top: `+eo+"px; width: "+(Lo==null?Kt-Rr:Lo)+`px;
|
|
height: `+(Br-eo)+"px"))}function ye(Rr,eo,Lo){var Br=cn(pt,Rr),Ko=Br.text.length,Ba,ms;function Ya(cs,xl){return La(it,Xe(Rr,cs),"div",Br,xl)}function sl(cs,xl,Bs){var fs=Zo(it,Br,null,cs),ha=xl=="ltr"==(Bs=="after")?"left":"right",Qa=Bs=="after"?fs.begin:fs.end-(/\s/.test(Br.text.charAt(fs.end-1))?2:1);return Ya(Qa,ha)[ha]}var Vs=Pn(Br,pt.direction);return Ae(Vs,eo||0,Lo==null?Ko:Lo,function(cs,xl,Bs,fs){var ha=Bs=="ltr",Qa=Ya(cs,ha?"left":"right"),ws=Ya(xl-1,ha?"right":"left"),Os=eo==null&&cs==0,ou=Lo==null&&xl==Ko,Ua=fs==0,Ul=!Vs||fs==Vs.length-1;if(ws.top-Qa.top<=3){var es=(ue?Os:ou)&&Ua,Nc=(ue?ou:Os)&&Ul,Ol=es?Ut:(ha?Qa:ws).left,Pl=Nc?Kt:(ha?ws:Qa).right;tn(Ol,Qa.top,Pl-Ol,Qa.bottom)}else{var ll,Aa,Cs,Ou;ha?(ll=ue&&Os&&Ua?Ut:Qa.left,Aa=ue?Kt:sl(cs,Bs,"before"),Cs=ue?Ut:sl(xl,Bs,"after"),Ou=ue&&ou&&Ul?Kt:ws.right):(ll=ue?sl(cs,Bs,"before"):Ut,Aa=!ue&&Os&&Ua?Kt:Qa.right,Cs=!ue&&ou&&Ul?Ut:ws.left,Ou=ue?sl(xl,Bs,"after"):Kt),tn(ll,Qa.top,Aa-ll,Qa.bottom),Qa.bottom<ws.top&&tn(Ut,Qa.bottom,null,ws.top),tn(Cs,ws.top,Ou-Cs,ws.bottom)}(!Ba||ba(Qa,Ba)<0)&&(Ba=Qa),ba(ws,Ba)<0&&(Ba=ws),(!ms||ba(Qa,ms)<0)&&(ms=Qa),ba(ws,ms)<0&&(ms=ws)}),{start:Ba,end:ms}}var kn=at.from(),wn=at.to();if(kn.line==wn.line)ye(kn.line,kn.ch,wn.ch);else{var zi=cn(pt,kn.line),Ki=cn(pt,wn.line),ar=Kn(zi)==Kn(Ki),Mr=ye(kn.line,kn.ch,ar?zi.text.length+1:null).end,Jr=ye(wn.line,ar?0:null,wn.ch).start;ar&&(Mr.top<Jr.top-2?(tn(Mr.right,Mr.top,null,Mr.bottom),tn(Ut,Jr.top,Jr.left,Jr.bottom)):tn(Mr.right,Mr.top,Jr.left-Mr.right,Mr.bottom)),Mr.bottom<Jr.top&&tn(Ut,Mr.bottom,null,Jr.top)}dt.appendChild(At)}function Uo(it){if(it.state.focused){var at=it.display;clearInterval(at.blinker);var dt=!0;at.cursorDiv.style.visibility="",it.options.cursorBlinkRate>0?at.blinker=setInterval(function(){it.hasFocus()||fl(it),at.cursorDiv.style.visibility=(dt=!dt)?"":"hidden"},it.options.cursorBlinkRate):it.options.cursorBlinkRate<0&&(at.cursorDiv.style.visibility="hidden")}}function ua(it){it.state.focused||(it.display.input.focus(),Xo(it))}function pa(it){it.state.delayingBlurEvent=!0,setTimeout(function(){it.state.delayingBlurEvent&&(it.state.delayingBlurEvent=!1,fl(it))},100)}function Xo(it,at){it.state.delayingBlurEvent&&(it.state.delayingBlurEvent=!1),it.options.readOnly!="nocursor"&&(it.state.focused||(mn(it,"focus",it,at),it.state.focused=!0,Ee(it.display.wrapper,"CodeMirror-focused"),!it.curOp&&it.display.selForContextMenu!=it.doc.sel&&(it.display.input.reset(),oe&&setTimeout(function(){return it.display.input.reset(!0)},20)),it.display.input.receivedFocus()),Uo(it))}function fl(it,at){it.state.delayingBlurEvent||(it.state.focused&&(mn(it,"blur",it,at),it.state.focused=!1,Wt(it.display.wrapper,"CodeMirror-focused")),clearInterval(it.display.blinker),setTimeout(function(){it.state.focused||(it.display.shift=!1)},150))}function Qr(it){for(var at=it.display,dt=at.lineDiv.offsetTop,ht=0;ht<at.view.length;ht++){var pt=at.view[ht],At=it.options.lineWrapping,zt=void 0,Ut=0;if(!pt.hidden){if(ne&&Ht<8){var Kt=pt.node.offsetTop+pt.node.offsetHeight;zt=Kt-dt,dt=Kt}else{var ue=pt.node.getBoundingClientRect();zt=ue.bottom-ue.top,!At&&pt.text.firstChild&&(Ut=pt.text.firstChild.getBoundingClientRect().right-ue.left-1)}var tn=pt.line.height-zt;if((tn>.005||tn<-.005)&&(Yn(pt.line,zt),pu(pt.line),pt.rest))for(var ye=0;ye<pt.rest.length;ye++)pu(pt.rest[ye]);if(Ut>it.display.sizerWidth){var kn=Math.ceil(Ut/Ga(it.display));kn>it.display.maxLineLength&&(it.display.maxLineLength=kn,it.display.maxLine=pt.line,it.display.maxLineChanged=!0)}}}}function pu(it){if(it.widgets)for(var at=0;at<it.widgets.length;++at){var dt=it.widgets[at],ht=dt.node.parentNode;ht&&(dt.height=ht.offsetHeight)}}function wo(it,at,dt){var ht=dt&&dt.top!=null?Math.max(0,dt.top):it.scroller.scrollTop;ht=Math.floor(ht-vr(it));var pt=dt&&dt.bottom!=null?dt.bottom:ht+it.wrapper.clientHeight,At=Me(at,ht),zt=Me(at,pt);if(dt&&dt.ensure){var Ut=dt.ensure.from.line,Kt=dt.ensure.to.line;Ut<At?(At=Ut,zt=Me(at,xe(cn(at,Ut))+it.wrapper.clientHeight)):Math.min(Kt,at.lastLine())>=zt&&(At=Me(at,xe(cn(at,Kt))-it.wrapper.clientHeight),zt=Kt)}return{from:At,to:Math.max(zt,At+1)}}function Gl(it,at){if(!zn(it,"scrollCursorIntoView")){var dt=it.display,ht=dt.sizer.getBoundingClientRect(),pt=null;if(at.top+ht.top<0?pt=!0:at.bottom+ht.top>(window.innerHeight||document.documentElement.clientHeight)&&(pt=!1),pt!=null&&!nn){var At=Vt("div","\u200B",null,`position: absolute;
|
|
top: `+(at.top-dt.viewOffset-vr(it.display))+`px;
|
|
height: `+(at.bottom-at.top+Ur(it)+dt.barHeight)+`px;
|
|
left: `+at.left+"px; width: "+Math.max(2,at.right-at.left)+"px;");it.display.lineSpace.appendChild(At),At.scrollIntoView(pt),it.display.lineSpace.removeChild(At)}}}function Qs(it,at,dt,ht){ht==null&&(ht=0);var pt;!it.options.lineWrapping&&at==dt&&(at=at.ch?Xe(at.line,at.sticky=="before"?at.ch-1:at.ch,"after"):at,dt=at.sticky=="before"?Xe(at.line,at.ch+1,"before"):at);for(var At=0;At<5;At++){var zt=!1,Ut=Lr(it,at),Kt=!dt||dt==at?Ut:Lr(it,dt);pt={left:Math.min(Ut.left,Kt.left),top:Math.min(Ut.top,Kt.top)-ht,right:Math.max(Ut.left,Kt.left),bottom:Math.max(Ut.bottom,Kt.bottom)+ht};var ue=mu(it,pt),tn=it.doc.scrollTop,ye=it.doc.scrollLeft;if(ue.scrollTop!=null&&(gl(it,ue.scrollTop),Math.abs(it.doc.scrollTop-tn)>1&&(zt=!0)),ue.scrollLeft!=null&&(pl(it,ue.scrollLeft),Math.abs(it.doc.scrollLeft-ye)>1&&(zt=!0)),!zt)break}return pt}function Fl(it,at){var dt=mu(it,at);dt.scrollTop!=null&&gl(it,dt.scrollTop),dt.scrollLeft!=null&&pl(it,dt.scrollLeft)}function mu(it,at){var dt=it.display,ht=ca(it.display);at.top<0&&(at.top=0);var pt=it.curOp&&it.curOp.scrollTop!=null?it.curOp.scrollTop:dt.scroller.scrollTop,At=xo(it),zt={};at.bottom-at.top>At&&(at.bottom=at.top+At);var Ut=it.doc.height+to(dt),Kt=at.top<ht,ue=at.bottom>Ut-ht;if(at.top<pt)zt.scrollTop=Kt?0:at.top;else if(at.bottom>pt+At){var tn=Math.min(at.top,(ue?Ut:at.bottom)-At);tn!=pt&&(zt.scrollTop=tn)}var ye=it.options.fixedGutter?0:dt.gutters.offsetWidth,kn=it.curOp&&it.curOp.scrollLeft!=null?it.curOp.scrollLeft:dt.scroller.scrollLeft-ye,wn=mo(it)-dt.gutters.offsetWidth,zi=at.right-at.left>wn;return zi&&(at.right=at.left+wn),at.left<10?zt.scrollLeft=0:at.left<kn?zt.scrollLeft=Math.max(0,at.left+ye-(zi?0:10)):at.right>wn+kn-3&&(zt.scrollLeft=at.right+(zi?0:10)-wn),zt}function vu(it,at){at!=null&&(Ws(it),it.curOp.scrollTop=(it.curOp.scrollTop==null?it.doc.scrollTop:it.curOp.scrollTop)+at)}function Zs(it){Ws(it);var at=it.getCursor();it.curOp.scrollToPos={from:at,to:at,margin:it.options.cursorScrollMargin}}function Vl(it,at,dt){(at!=null||dt!=null)&&Ws(it),at!=null&&(it.curOp.scrollLeft=at),dt!=null&&(it.curOp.scrollTop=dt)}function Go(it,at){Ws(it),it.curOp.scrollToPos=at}function Ws(it){var at=it.curOp.scrollToPos;if(at){it.curOp.scrollToPos=null;var dt=lr(it,at.from),ht=lr(it,at.to);yu(it,dt,ht,at.margin)}}function yu(it,at,dt,ht){var pt=mu(it,{left:Math.min(at.left,dt.left),top:Math.min(at.top,dt.top)-ht,right:Math.max(at.right,dt.right),bottom:Math.max(at.bottom,dt.bottom)+ht});Vl(it,pt.scrollLeft,pt.scrollTop)}function gl(it,at){Math.abs(it.doc.scrollTop-at)<2||(Lt||fh(it,{top:at}),Fu(it,at,!0),Lt&&fh(it),ns(it,100))}function Fu(it,at,dt){at=Math.max(0,Math.min(it.display.scroller.scrollHeight-it.display.scroller.clientHeight,at)),!(it.display.scroller.scrollTop==at&&!dt)&&(it.doc.scrollTop=at,it.display.scrollbars.setScrollTop(at),it.display.scroller.scrollTop!=at&&(it.display.scroller.scrollTop=at))}function pl(it,at,dt,ht){at=Math.max(0,Math.min(at,it.display.scroller.scrollWidth-it.display.scroller.clientWidth)),!((dt?at==it.doc.scrollLeft:Math.abs(it.doc.scrollLeft-at)<2)&&!ht)&&(it.doc.scrollLeft=at,nf(it),it.display.scroller.scrollLeft!=at&&(it.display.scroller.scrollLeft=at),it.display.scrollbars.setScrollLeft(at))}function Eo(it){var at=it.display,dt=at.gutters.offsetWidth,ht=Math.round(it.doc.height+to(it.display));return{clientHeight:at.scroller.clientHeight,viewHeight:at.wrapper.clientHeight,scrollWidth:at.scroller.scrollWidth,clientWidth:at.scroller.clientWidth,viewWidth:at.wrapper.clientWidth,barLeft:it.options.fixedGutter?dt:0,docHeight:ht,scrollHeight:ht+Ur(it)+at.barHeight,nativeBarWidth:at.nativeBarWidth,gutterWidth:dt}}var Wo=function(it,at,dt){this.cm=dt;var ht=this.vert=Vt("div",[Vt("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),pt=this.horiz=Vt("div",[Vt("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");ht.tabIndex=pt.tabIndex=-1,it(ht),it(pt),en(ht,"scroll",function(){ht.clientHeight&&at(ht.scrollTop,"vertical")}),en(pt,"scroll",function(){pt.clientWidth&&at(pt.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,ne&&Ht<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};Wo.prototype.update=function(it){var at=it.scrollWidth>it.clientWidth+1,dt=it.scrollHeight>it.clientHeight+1,ht=it.nativeBarWidth;if(dt){this.vert.style.display="block",this.vert.style.bottom=at?ht+"px":"0";var pt=it.viewHeight-(at?ht:0);this.vert.firstChild.style.height=Math.max(0,it.scrollHeight-it.clientHeight+pt)+"px"}else this.vert.style.display="",this.vert.firstChild.style.height="0";if(at){this.horiz.style.display="block",this.horiz.style.right=dt?ht+"px":"0",this.horiz.style.left=it.barLeft+"px";var At=it.viewWidth-it.barLeft-(dt?ht:0);this.horiz.firstChild.style.width=Math.max(0,it.scrollWidth-it.clientWidth+At)+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&it.clientHeight>0&&(ht==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:dt?ht:0,bottom:at?ht:0}},Wo.prototype.setScrollLeft=function(it){this.horiz.scrollLeft!=it&&(this.horiz.scrollLeft=it),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},Wo.prototype.setScrollTop=function(it){this.vert.scrollTop!=it&&(this.vert.scrollTop=it),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},Wo.prototype.zeroWidthHack=function(){var it=ct&&!ie?"12px":"18px";this.horiz.style.height=this.vert.style.width=it,this.horiz.style.pointerEvents=this.vert.style.pointerEvents="none",this.disableHoriz=new It,this.disableVert=new It},Wo.prototype.enableZeroWidthBar=function(it,at,dt){it.style.pointerEvents="auto";function ht(){var pt=it.getBoundingClientRect(),At=dt=="vert"?document.elementFromPoint(pt.right-1,(pt.top+pt.bottom)/2):document.elementFromPoint((pt.right+pt.left)/2,pt.bottom-1);At!=it?it.style.pointerEvents="none":at.set(1e3,ht)}at.set(1e3,ht)},Wo.prototype.clear=function(){var it=this.horiz.parentNode;it.removeChild(this.horiz),it.removeChild(this.vert)};var wa=function(){};wa.prototype.update=function(){return{bottom:0,right:0}},wa.prototype.setScrollLeft=function(){},wa.prototype.setScrollTop=function(){},wa.prototype.clear=function(){};function ts(it,at){at||(at=Eo(it));var dt=it.display.barWidth,ht=it.display.barHeight;Ja(it,at);for(var pt=0;pt<4&&dt!=it.display.barWidth||ht!=it.display.barHeight;pt++)dt!=it.display.barWidth&&it.options.lineWrapping&&Qr(it),Ja(it,Eo(it)),dt=it.display.barWidth,ht=it.display.barHeight}function Ja(it,at){var dt=it.display,ht=dt.scrollbars.update(at);dt.sizer.style.paddingRight=(dt.barWidth=ht.right)+"px",dt.sizer.style.paddingBottom=(dt.barHeight=ht.bottom)+"px",dt.heightForcer.style.borderBottom=ht.bottom+"px solid transparent",ht.right&&ht.bottom?(dt.scrollbarFiller.style.display="block",dt.scrollbarFiller.style.height=ht.bottom+"px",dt.scrollbarFiller.style.width=ht.right+"px"):dt.scrollbarFiller.style.display="",ht.bottom&&it.options.coverGutterNextToScrollbar&&it.options.fixedGutter?(dt.gutterFiller.style.display="block",dt.gutterFiller.style.height=ht.bottom+"px",dt.gutterFiller.style.width=at.gutterWidth+"px"):dt.gutterFiller.style.display=""}var Nl={native:Wo,null:wa};function ml(it){it.display.scrollbars&&(it.display.scrollbars.clear(),it.display.scrollbars.addClass&&Wt(it.display.wrapper,it.display.scrollbars.addClass)),it.display.scrollbars=new Nl[it.options.scrollbarStyle](function(at){it.display.wrapper.insertBefore(at,it.display.scrollbarFiller),en(at,"mousedown",function(){it.state.focused&&setTimeout(function(){return it.display.input.focus()},0)}),at.setAttribute("cm-not-content","true")},function(at,dt){dt=="horizontal"?pl(it,at):gl(it,at)},it),it.display.scrollbars.addClass&&Ee(it.display.wrapper,it.display.scrollbars.addClass)}var Do=0;function fo(it){it.curOp={cm:it,viewChanged:!1,startHeight:it.doc.height,forceUpdate:!1,updateInput:0,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++Do},Ti(it.curOp)}function Ka(it){var at=it.curOp;at&&mr(at,function(dt){for(var ht=0;ht<dt.ops.length;ht++)dt.ops[ht].cm.curOp=null;iu(dt)})}function iu(it){for(var at=it.ops,dt=0;dt<at.length;dt++)Ed(at[dt]);for(var ht=0;ht<at.length;ht++)hg(at[ht]);for(var pt=0;pt<at.length;pt++)tf(at[pt]);for(var At=0;At<at.length;At++)Ha(at[At]);for(var zt=0;zt<at.length;zt++)Ju(at[zt])}function Ed(it){var at=it.cm,dt=at.display;Zp(at),it.updateMaxLine&&qe(at),it.mustUpdate=it.viewChanged||it.forceUpdate||it.scrollTop!=null||it.scrollToPos&&(it.scrollToPos.from.line<dt.viewFrom||it.scrollToPos.to.line>=dt.viewTo)||dt.maxLineChanged&&at.options.lineWrapping,it.update=it.mustUpdate&&new Xh(at,it.mustUpdate&&{top:it.scrollTop,ensure:it.scrollToPos},it.forceUpdate)}function hg(it){it.updatedDisplay=it.mustUpdate&&ef(it.cm,it.update)}function tf(it){var at=it.cm,dt=at.display;it.updatedDisplay&&Qr(at),it.barMeasure=Eo(at),dt.maxLineChanged&&!at.options.lineWrapping&&(it.adjustWidthTo=Mo(at,dt.maxLine,dt.maxLine.text.length).left+3,at.display.sizerWidth=it.adjustWidthTo,it.barMeasure.scrollWidth=Math.max(dt.scroller.clientWidth,dt.sizer.offsetLeft+it.adjustWidthTo+Ur(at)+at.display.barWidth),it.maxScrollLeft=Math.max(0,dt.sizer.offsetLeft+it.adjustWidthTo-mo(at))),(it.updatedDisplay||it.selectionChanged)&&(it.preparedSelection=dt.input.prepareSelection())}function Ha(it){var at=it.cm;it.adjustWidthTo!=null&&(at.display.sizer.style.minWidth=it.adjustWidthTo+"px",it.maxScrollLeft<at.doc.scrollLeft&&pl(at,Math.min(at.display.scroller.scrollLeft,it.maxScrollLeft),!0),at.display.maxLineChanged=!1);var dt=it.focus&&it.focus==De();it.preparedSelection&&at.display.input.showSelection(it.preparedSelection,dt),(it.updatedDisplay||it.startHeight!=at.doc.height)&&ts(at,it.barMeasure),it.updatedDisplay&&ph(at,it.barMeasure),it.selectionChanged&&Uo(at),at.state.focused&&it.updateInput&&at.display.input.reset(it.typing),dt&&ua(it.cm)}function Ju(it){var at=it.cm,dt=at.display,ht=at.doc;if(it.updatedDisplay&&va(at,it.update),dt.wheelStartX!=null&&(it.scrollTop!=null||it.scrollLeft!=null||it.scrollToPos)&&(dt.wheelStartX=dt.wheelStartY=null),it.scrollTop!=null&&Fu(at,it.scrollTop,it.forceScroll),it.scrollLeft!=null&&pl(at,it.scrollLeft,!0,!0),it.scrollToPos){var pt=Qs(at,hi(ht,it.scrollToPos.from),hi(ht,it.scrollToPos.to),it.scrollToPos.margin);Gl(at,pt)}var At=it.maybeHiddenMarkers,zt=it.maybeUnhiddenMarkers;if(At)for(var Ut=0;Ut<At.length;++Ut)At[Ut].lines.length||mn(At[Ut],"hide");if(zt)for(var Kt=0;Kt<zt.length;++Kt)zt[Kt].lines.length&&mn(zt[Kt],"unhide");dt.wrapper.offsetHeight&&(ht.scrollTop=at.display.scroller.scrollTop),it.changeObjs&&mn(at,"changes",at,it.changeObjs),it.update&&it.update.finish()}function io(it,at){if(it.curOp)return at();fo(it);try{return at()}finally{Ka(it)}}function uo(it,at){return function(){if(it.curOp)return at.apply(it,arguments);fo(it);try{return at.apply(it,arguments)}finally{Ka(it)}}}function Co(it){return function(){if(this.curOp)return it.apply(this,arguments);fo(this);try{return it.apply(this,arguments)}finally{Ka(this)}}}function $o(it){return function(){var at=this.cm;if(!at||at.curOp)return it.apply(this,arguments);fo(at);try{return it.apply(this,arguments)}finally{Ka(at)}}}function ns(it,at){it.doc.highlightFrontier<it.display.viewTo&&it.state.highlight.set(at,Ge(hs,it))}function hs(it){var at=it.doc;if(!(at.highlightFrontier>=it.display.viewTo)){var dt=+new Date+it.options.workTime,ht=so(it,at.highlightFrontier),pt=[];at.iter(ht.line,Math.min(at.first+at.size,it.display.viewTo+500),function(At){if(ht.line>=it.display.viewFrom){var zt=At.styles,Ut=At.text.length>it.options.maxHighlightLength?Oi(at.mode,ht.state):null,Kt=Fr(it,At,ht,!0);Ut&&(ht.state=Ut),At.styles=Kt.styles;var ue=At.styleClasses,tn=Kt.classes;tn?At.styleClasses=tn:ue&&(At.styleClasses=null);for(var ye=!zt||zt.length!=At.styles.length||ue!=tn&&(!ue||!tn||ue.bgClass!=tn.bgClass||ue.textClass!=tn.textClass),kn=0;!ye&&kn<zt.length;++kn)ye=zt[kn]!=At.styles[kn];ye&&pt.push(ht.line),At.stateAfter=ht.save(),ht.nextLine()}else At.text.length<=it.options.maxHighlightLength&&je(it,At.text,ht),At.stateAfter=ht.line%5==0?ht.save():null,ht.nextLine();if(+new Date>dt)return ns(it,it.options.workDelay),!0}),at.highlightFrontier=ht.line,at.modeFrontier=Math.max(at.modeFrontier,ht.line),pt.length&&io(it,function(){for(var At=0;At<pt.length;At++)co(it,pt[At],"text")})}}var Xh=function(it,at,dt){var ht=it.display;this.viewport=at,this.visible=wo(ht,it.doc,at),this.editorIsHidden=!ht.wrapper.offsetWidth,this.wrapperHeight=ht.wrapper.clientHeight,this.wrapperWidth=ht.wrapper.clientWidth,this.oldDisplayWidth=mo(it),this.force=dt,this.dims=Ta(it),this.events=[]};Xh.prototype.signal=function(it,at){vi(it,at)&&this.events.push(arguments)},Xh.prototype.finish=function(){for(var it=0;it<this.events.length;it++)mn.apply(null,this.events[it])};function Zp(it){var at=it.display;!at.scrollbarsClipped&&at.scroller.offsetWidth&&(at.nativeBarWidth=at.scroller.offsetWidth-at.scroller.clientWidth,at.heightForcer.style.height=Ur(it)+"px",at.sizer.style.marginBottom=-at.nativeBarWidth+"px",at.sizer.style.borderRightWidth=Ur(it)+"px",at.scrollbarsClipped=!0)}function Wp(it){if(it.hasFocus())return null;var at=De();if(!at||!Fe(it.display.lineDiv,at))return null;var dt={activeElt:at};if(window.getSelection){var ht=window.getSelection();ht.anchorNode&&ht.extend&&Fe(it.display.lineDiv,ht.anchorNode)&&(dt.anchorNode=ht.anchorNode,dt.anchorOffset=ht.anchorOffset,dt.focusNode=ht.focusNode,dt.focusOffset=ht.focusOffset)}return dt}function ol(it){if(!(!it||!it.activeElt||it.activeElt==De())&&(it.activeElt.focus(),!/^(INPUT|TEXTAREA)$/.test(it.activeElt.nodeName)&&it.anchorNode&&Fe(document.body,it.anchorNode)&&Fe(document.body,it.focusNode))){var at=window.getSelection(),dt=document.createRange();dt.setEnd(it.anchorNode,it.anchorOffset),dt.collapse(!1),at.removeAllRanges(),at.addRange(dt),at.extend(it.focusNode,it.focusOffset)}}function ef(it,at){var dt=it.display,ht=it.doc;if(at.editorIsHidden)return ga(it),!1;if(!at.force&&at.visible.from>=dt.viewFrom&&at.visible.to<=dt.viewTo&&(dt.updateLineNumbers==null||dt.updateLineNumbers>=dt.viewTo)&&dt.renderedView==dt.view&&us(it)==0)return!1;ss(it)&&(ga(it),at.dims=Ta(it));var pt=ht.first+ht.size,At=Math.max(at.visible.from-it.options.viewportMargin,ht.first),zt=Math.min(pt,at.visible.to+it.options.viewportMargin);dt.viewFrom<At&&At-dt.viewFrom<20&&(At=Math.max(ht.first,dt.viewFrom)),dt.viewTo>zt&&dt.viewTo-zt<20&&(zt=Math.min(pt,dt.viewTo)),pn&&(At=Ft(it.doc,At),zt=se(it.doc,zt));var Ut=At!=dt.viewFrom||zt!=dt.viewTo||dt.lastWrapHeight!=at.wrapperHeight||dt.lastWrapWidth!=at.wrapperWidth;ra(it,At,zt),dt.viewOffset=xe(cn(it.doc,dt.viewFrom)),it.display.mover.style.top=dt.viewOffset+"px";var Kt=us(it);if(!Ut&&Kt==0&&!at.force&&dt.renderedView==dt.view&&(dt.updateLineNumbers==null||dt.updateLineNumbers>=dt.viewTo))return!1;var ue=Wp(it);return Kt>4&&(dt.lineDiv.style.display="none"),dg(it,dt.updateLineNumbers,at.dims),Kt>4&&(dt.lineDiv.style.display=""),dt.renderedView=dt.view,ol(ue),te(dt.cursorDiv),te(dt.selectionDiv),dt.gutters.style.height=dt.sizer.style.minHeight=0,Ut&&(dt.lastWrapHeight=at.wrapperHeight,dt.lastWrapWidth=at.wrapperWidth,ns(it,400)),dt.updateLineNumbers=null,!0}function va(it,at){for(var dt=at.viewport,ht=!0;;ht=!1){if(!ht||!it.options.lineWrapping||at.oldDisplayWidth==mo(it)){if(dt&&dt.top!=null&&(dt={top:Math.min(it.doc.height+to(it.display)-xo(it),dt.top)}),at.visible=wo(it.display,it.doc,dt),at.visible.from>=it.display.viewFrom&&at.visible.to<=it.display.viewTo)break}else ht&&(at.visible=wo(it.display,it.doc,dt));if(!ef(it,at))break;Qr(it);var pt=Eo(it);Da(it),ts(it,pt),ph(it,pt),at.force=!1}at.signal(it,"update",it),(it.display.viewFrom!=it.display.reportedViewFrom||it.display.viewTo!=it.display.reportedViewTo)&&(at.signal(it,"viewportChange",it,it.display.viewFrom,it.display.viewTo),it.display.reportedViewFrom=it.display.viewFrom,it.display.reportedViewTo=it.display.viewTo)}function fh(it,at){var dt=new Xh(it,at);if(ef(it,dt)){Qr(it),va(it,dt);var ht=Eo(it);Da(it),ts(it,ht),ph(it,ht),dt.finish()}}function dg(it,at,dt){var ht=it.display,pt=it.options.lineNumbers,At=ht.lineDiv,zt=At.firstChild;function Ut(zi){var Ki=zi.nextSibling;return oe&&ct&&it.display.currentWheelTarget==zi?zi.style.display="none":zi.parentNode.removeChild(zi),Ki}for(var Kt=ht.view,ue=ht.viewFrom,tn=0;tn<Kt.length;tn++){var ye=Kt[tn];if(!ye.hidden)if(!ye.node||ye.node.parentNode!=At){var kn=Ji(it,ye,ue,dt);At.insertBefore(kn,zt)}else{for(;zt!=ye.node;)zt=Ut(zt);var wn=pt&&at!=null&&at<=ue&&ye.lineNumber;ye.changes&&(Pe(ye.changes,"gutter")>-1&&(wn=!1),ur(it,ye,ue,dt)),wn&&(te(ye.lineNumber),ye.lineNumber.appendChild(document.createTextNode(qn(it.options,ue)))),zt=ye.node.nextSibling}ue+=ye.size}for(;zt;)zt=Ut(zt)}function gh(it){var at=it.gutters.offsetWidth;it.sizer.style.marginLeft=at+"px"}function ph(it,at){it.display.sizer.style.minHeight=at.docHeight+"px",it.display.heightForcer.style.top=at.docHeight+"px",it.display.gutters.style.height=at.docHeight+it.display.barHeight+Ur(it)+"px"}function nf(it){var at=it.display,dt=at.view;if(!(!at.alignWidgets&&(!at.gutters.firstChild||!it.options.fixedGutter))){for(var ht=Hs(at)-at.scroller.scrollLeft+it.doc.scrollLeft,pt=at.gutters.offsetWidth,At=ht+"px",zt=0;zt<dt.length;zt++)if(!dt[zt].hidden){it.options.fixedGutter&&(dt[zt].gutter&&(dt[zt].gutter.style.left=At),dt[zt].gutterBackground&&(dt[zt].gutterBackground.style.left=At));var Ut=dt[zt].alignable;if(Ut)for(var Kt=0;Kt<Ut.length;Kt++)Ut[Kt].style.left=At}it.options.fixedGutter&&(at.gutters.style.left=ht+pt+"px")}}function ss(it){if(!it.options.lineNumbers)return!1;var at=it.doc,dt=qn(it.options,at.first+at.size-1),ht=it.display;if(dt.length!=ht.lineNumChars){var pt=ht.measure.appendChild(Vt("div",[Vt("div",dt)],"CodeMirror-linenumber CodeMirror-gutter-elt")),At=pt.firstChild.offsetWidth,zt=pt.offsetWidth-At;return ht.lineGutter.style.width="",ht.lineNumInnerWidth=Math.max(At,ht.lineGutter.offsetWidth-zt)+1,ht.lineNumWidth=ht.lineNumInnerWidth+zt,ht.lineNumChars=ht.lineNumInnerWidth?dt.length:-1,ht.lineGutter.style.width=ht.lineNumWidth+"px",gh(it.display),!0}return!1}function xs(it,at){for(var dt=[],ht=!1,pt=0;pt<it.length;pt++){var At=it[pt],zt=null;if(typeof At!="string"&&(zt=At.style,At=At.className),At=="CodeMirror-linenumbers")if(at)ht=!0;else continue;dt.push({className:At,style:zt})}return at&&!ht&&dt.push({className:"CodeMirror-linenumbers",style:null}),dt}function Yh(it){var at=it.gutters,dt=it.gutterSpecs;te(at),it.lineGutter=null;for(var ht=0;ht<dt.length;++ht){var pt=dt[ht],At=pt.className,zt=pt.style,Ut=at.appendChild(Vt("div",null,"CodeMirror-gutter "+At));zt&&(Ut.style.cssText=zt),At=="CodeMirror-linenumbers"&&(it.lineGutter=Ut,Ut.style.width=(it.lineNumWidth||1)+"px")}at.style.display=dt.length?"":"none",gh(it)}function Tl(it){Yh(it.display),sa(it),nf(it)}function mh(it,at,dt,ht){var pt=this;this.input=dt,pt.scrollbarFiller=Vt("div",null,"CodeMirror-scrollbar-filler"),pt.scrollbarFiller.setAttribute("cm-not-content","true"),pt.gutterFiller=Vt("div",null,"CodeMirror-gutter-filler"),pt.gutterFiller.setAttribute("cm-not-content","true"),pt.lineDiv=le("div",null,"CodeMirror-code"),pt.selectionDiv=Vt("div",null,null,"position: relative; z-index: 1"),pt.cursorDiv=Vt("div",null,"CodeMirror-cursors"),pt.measure=Vt("div",null,"CodeMirror-measure"),pt.lineMeasure=Vt("div",null,"CodeMirror-measure"),pt.lineSpace=le("div",[pt.measure,pt.lineMeasure,pt.selectionDiv,pt.cursorDiv,pt.lineDiv],null,"position: relative; outline: none");var At=le("div",[pt.lineSpace],"CodeMirror-lines");pt.mover=Vt("div",[At],null,"position: relative"),pt.sizer=Vt("div",[pt.mover],"CodeMirror-sizer"),pt.sizerWidth=null,pt.heightForcer=Vt("div",null,null,"position: absolute; height: "+an+"px; width: 1px;"),pt.gutters=Vt("div",null,"CodeMirror-gutters"),pt.lineGutter=null,pt.scroller=Vt("div",[pt.sizer,pt.heightForcer,pt.gutters],"CodeMirror-scroll"),pt.scroller.setAttribute("tabIndex","-1"),pt.wrapper=Vt("div",[pt.scrollbarFiller,pt.gutterFiller,pt.scroller],"CodeMirror"),ne&&Ht<8&&(pt.gutters.style.zIndex=-1,pt.scroller.style.paddingRight=0),!oe&&!(Lt&&nt)&&(pt.scroller.draggable=!0),it&&(it.appendChild?it.appendChild(pt.wrapper):it(pt.wrapper)),pt.viewFrom=pt.viewTo=at.first,pt.reportedViewFrom=pt.reportedViewTo=at.first,pt.view=[],pt.renderedView=null,pt.externalMeasured=null,pt.viewOffset=0,pt.lastWrapHeight=pt.lastWrapWidth=0,pt.updateLineNumbers=null,pt.nativeBarWidth=pt.barHeight=pt.barWidth=0,pt.scrollbarsClipped=!1,pt.lineNumWidth=pt.lineNumInnerWidth=pt.lineNumChars=null,pt.alignWidgets=!1,pt.cachedCharWidth=pt.cachedTextHeight=pt.cachedPaddingH=null,pt.maxLine=null,pt.maxLineLength=0,pt.maxLineChanged=!1,pt.wheelDX=pt.wheelDY=pt.wheelStartX=pt.wheelStartY=null,pt.shift=!1,pt.selForContextMenu=null,pt.activeTouch=null,pt.gutterSpecs=xs(ht.gutters,ht.lineNumbers),Yh(pt),dt.init(pt)}var vl=0,is=null;ne?is=-.53:Lt?is=15:ge?is=-.7:Je&&(is=-1/3);function Su(it){var at=it.wheelDeltaX,dt=it.wheelDeltaY;return at==null&&it.detail&&it.axis==it.HORIZONTAL_AXIS&&(at=it.detail),dt==null&&it.detail&&it.axis==it.VERTICAL_AXIS?dt=it.detail:dt==null&&(dt=it.wheelDelta),{x:at,y:dt}}function Dl(it){var at=Su(it);return at.x*=is,at.y*=is,at}function Ps(it,at){var dt=Su(at),ht=dt.x,pt=dt.y,At=it.display,zt=At.scroller,Ut=zt.scrollWidth>zt.clientWidth,Kt=zt.scrollHeight>zt.clientHeight;if(ht&&Ut||pt&&Kt){if(pt&&ct&&oe){t:for(var ue=at.target,tn=At.view;ue!=zt;ue=ue.parentNode)for(var ye=0;ye<tn.length;ye++)if(tn[ye].node==ue){it.display.currentWheelTarget=ue;break t}}if(ht&&!Lt&&!Nt&&is!=null){pt&&Kt&&gl(it,Math.max(0,zt.scrollTop+pt*is)),pl(it,Math.max(0,zt.scrollLeft+ht*is)),(!pt||pt&&Kt)&&er(at),At.wheelStartX=null;return}if(pt&&is!=null){var kn=pt*is,wn=it.doc.scrollTop,zi=wn+At.wrapper.clientHeight;kn<0?wn=Math.max(0,wn+kn-50):zi=Math.min(it.doc.height,zi+kn+50),fh(it,{top:wn,bottom:zi})}vl<20&&(At.wheelStartX==null?(At.wheelStartX=zt.scrollLeft,At.wheelStartY=zt.scrollTop,At.wheelDX=ht,At.wheelDY=pt,setTimeout(function(){if(At.wheelStartX!=null){var Ki=zt.scrollLeft-At.wheelStartX,ar=zt.scrollTop-At.wheelStartY,Mr=ar&&At.wheelDY&&ar/At.wheelDY||Ki&&At.wheelDX&&Ki/At.wheelDX;At.wheelStartX=At.wheelStartY=null,Mr&&(is=(is*vl+Mr)/(vl+1),++vl)}},200)):(At.wheelDX+=ht,At.wheelDY+=pt))}}var Kl=function(it,at){this.ranges=it,this.primIndex=at};Kl.prototype.primary=function(){return this.ranges[this.primIndex]},Kl.prototype.equals=function(it){if(it==this)return!0;if(it.primIndex!=this.primIndex||it.ranges.length!=this.ranges.length)return!1;for(var at=0;at<this.ranges.length;at++){var dt=this.ranges[at],ht=it.ranges[at];if(!Zi(dt.anchor,ht.anchor)||!Zi(dt.head,ht.head))return!1}return!0},Kl.prototype.deepCopy=function(){for(var it=[],at=0;at<this.ranges.length;at++)it[at]=new ya(Gi(this.ranges[at].anchor),Gi(this.ranges[at].head));return new Kl(it,this.primIndex)},Kl.prototype.somethingSelected=function(){for(var it=0;it<this.ranges.length;it++)if(!this.ranges[it].empty())return!0;return!1},Kl.prototype.contains=function(it,at){at||(at=it);for(var dt=0;dt<this.ranges.length;dt++){var ht=this.ranges[dt];if(ri(at,ht.from())>=0&&ri(it,ht.to())<=0)return dt}return-1};var ya=function(it,at){this.anchor=it,this.head=at};ya.prototype.from=function(){return ai(this.anchor,this.head)},ya.prototype.to=function(){return ir(this.anchor,this.head)},ya.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function ru(it,at,dt){var ht=it&&it.options.selectionsMayTouch,pt=at[dt];at.sort(function(kn,wn){return ri(kn.from(),wn.from())}),dt=Pe(at,pt);for(var At=1;At<at.length;At++){var zt=at[At],Ut=at[At-1],Kt=ri(Ut.to(),zt.from());if(ht&&!zt.empty()?Kt>0:Kt>=0){var ue=ai(Ut.from(),zt.from()),tn=ir(Ut.to(),zt.to()),ye=Ut.empty()?zt.from()==zt.head:Ut.from()==Ut.head;At<=dt&&--dt,at.splice(--At,2,new ya(ye?tn:ue,ye?ue:tn))}}return new Kl(at,dt)}function Qu(it,at){return new Kl([new ya(it,at||it)],0)}function vh(it){return it.text?Xe(it.from.line+it.text.length-1,ke(it.text).length+(it.text.length==1?it.from.ch:0)):it.to}function Uh(it,at){if(ri(it,at.from)<0)return it;if(ri(it,at.to)<=0)return vh(at);var dt=it.line+at.text.length-(at.to.line-at.from.line)-1,ht=it.ch;return it.line==at.to.line&&(ht+=vh(at).ch-at.to.ch),Xe(dt,ht)}function hc(it,at){for(var dt=[],ht=0;ht<it.sel.ranges.length;ht++){var pt=it.sel.ranges[ht];dt.push(new ya(Uh(pt.anchor,at),Uh(pt.head,at)))}return ru(it.cm,dt,it.sel.primIndex)}function Fd(it,at,dt){return it.line==at.line?Xe(dt.line,it.ch-at.ch+dt.ch):Xe(dt.line+(it.line-at.line),it.ch)}function dc(it,at,dt){for(var ht=[],pt=Xe(it.first,0),At=pt,zt=0;zt<at.length;zt++){var Ut=at[zt],Kt=Fd(Ut.from,pt,At),ue=Fd(vh(Ut),pt,At);if(pt=Ut.to,At=ue,dt=="around"){var tn=it.sel.ranges[zt],ye=ri(tn.head,tn.anchor)<0;ht[zt]=new ya(ye?ue:Kt,ye?Kt:ue)}else ht[zt]=new ya(Kt,Kt)}return new Kl(ht,it.sel.primIndex)}function Vo(it){it.doc.mode=Ze(it.options,it.doc.modeOption),cc(it)}function cc(it){it.doc.iter(function(at){at.stateAfter&&(at.stateAfter=null),at.styles&&(at.styles=null)}),it.doc.modeFrontier=it.doc.highlightFrontier=it.doc.first,ns(it,100),it.state.modeGen++,it.curOp&&sa(it)}function cg(it,at){return at.from.ch==0&&at.to.ch==0&&ke(at.text)==""&&(!it.cm||it.cm.options.wholeLineUpdateBefore)}function rf(it,at,dt,ht){function pt(Jr){return dt?dt[Jr]:null}function At(Jr,Rr,eo){On(Jr,Rr,eo,ht),Si(Jr,"change",Jr,at)}function zt(Jr,Rr){for(var eo=[],Lo=Jr;Lo<Rr;++Lo)eo.push(new hn(ue[Lo],pt(Lo),ht));return eo}var Ut=at.from,Kt=at.to,ue=at.text,tn=cn(it,Ut.line),ye=cn(it,Kt.line),kn=ke(ue),wn=pt(ue.length-1),zi=Kt.line-Ut.line;if(at.full)it.insert(0,zt(0,ue.length)),it.remove(ue.length,it.size-ue.length);else if(cg(it,at)){var Ki=zt(0,ue.length-1);At(ye,ye.text,wn),zi&&it.remove(Ut.line,zi),Ki.length&&it.insert(Ut.line,Ki)}else if(tn==ye)if(ue.length==1)At(tn,tn.text.slice(0,Ut.ch)+kn+tn.text.slice(Kt.ch),wn);else{var ar=zt(1,ue.length-1);ar.push(new hn(kn+tn.text.slice(Kt.ch),wn,ht)),At(tn,tn.text.slice(0,Ut.ch)+ue[0],pt(0)),it.insert(Ut.line+1,ar)}else if(ue.length==1)At(tn,tn.text.slice(0,Ut.ch)+ue[0]+ye.text.slice(Kt.ch),pt(0)),it.remove(Ut.line+1,zi);else{At(tn,tn.text.slice(0,Ut.ch)+ue[0],pt(0)),At(ye,kn+ye.text.slice(Kt.ch),wn);var Mr=zt(1,ue.length-1);zi>1&&it.remove(Ut.line+1,zi-1),it.insert(Ut.line+1,Mr)}Si(it,"change",it,at)}function xu(it,at,dt){function ht(pt,At,zt){if(pt.linked)for(var Ut=0;Ut<pt.linked.length;++Ut){var Kt=pt.linked[Ut];if(Kt.doc!=At){var ue=zt&&Kt.sharedHist;dt&&!ue||(at(Kt.doc,ue),ht(Kt.doc,pt,ue))}}}ht(it,null,!0)}function of(it,at){if(at.cm)throw new Error("This document is already in use.");it.doc=at,at.cm=it,Vr(it),Vo(it),fc(it),it.options.lineWrapping||qe(it),it.options.mode=at.modeOption,sa(it)}function fc(it){(it.doc.direction=="rtl"?Ee:Wt)(it.display.lineDiv,"CodeMirror-rtl")}function $0(it){io(it,function(){fc(it),sa(it)})}function Nd(it){this.done=[],this.undone=[],this.undoDepth=1/0,this.lastModTime=this.lastSelTime=0,this.lastOp=this.lastSelOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=it||1}function af(it,at){var dt={from:Gi(at.from),to:vh(at),text:Pi(it,at.from,at.to)};return yh(it,dt,at.from.line,at.to.line+1),xu(it,function(ht){return yh(ht,dt,at.from.line,at.to.line+1)},!0),dt}function Td(it){for(;it.length;){var at=ke(it);if(at.ranges)it.pop();else break}}function gc(it,at){if(at)return Td(it.done),ke(it.done);if(it.done.length&&!ke(it.done).ranges)return ke(it.done);if(it.done.length>1&&!it.done[it.done.length-2].ranges)return it.done.pop(),ke(it.done)}function pc(it,at,dt,ht){var pt=it.history;pt.undone.length=0;var At=+new Date,zt,Ut;if((pt.lastOp==ht||pt.lastOrigin==at.origin&&at.origin&&(at.origin.charAt(0)=="+"&&pt.lastModTime>At-(it.cm?it.cm.options.historyEventDelay:500)||at.origin.charAt(0)=="*"))&&(zt=gc(pt,pt.lastOp==ht)))Ut=ke(zt.changes),ri(at.from,at.to)==0&&ri(at.from,Ut.to)==0?Ut.to=vh(at):zt.changes.push(af(it,at));else{var Kt=ke(pt.done);for((!Kt||!Kt.ranges)&&Dd(it.sel,pt.done),zt={changes:[af(it,at)],generation:pt.generation},pt.done.push(zt);pt.done.length>pt.undoDepth;)pt.done.shift(),pt.done[0].ranges||pt.done.shift()}pt.done.push(dt),pt.generation=++pt.maxGeneration,pt.lastModTime=pt.lastSelTime=At,pt.lastOp=pt.lastSelOp=ht,pt.lastOrigin=pt.lastSelOrigin=at.origin,Ut||mn(it,"historyAdded")}function fg(it,at,dt,ht){var pt=at.charAt(0);return pt=="*"||pt=="+"&&dt.ranges.length==ht.ranges.length&&dt.somethingSelected()==ht.somethingSelected()&&new Date-it.history.lastSelTime<=(it.cm?it.cm.options.historyEventDelay:500)}function mc(it,at,dt,ht){var pt=it.history,At=ht&&ht.origin;dt==pt.lastSelOp||At&&pt.lastSelOrigin==At&&(pt.lastModTime==pt.lastSelTime&&pt.lastOrigin==At||fg(it,At,ke(pt.done),at))?pt.done[pt.done.length-1]=at:Dd(at,pt.done),pt.lastSelTime=+new Date,pt.lastSelOrigin=At,pt.lastSelOp=dt,ht&&ht.clearRedo!==!1&&Td(pt.undone)}function Dd(it,at){var dt=ke(at);dt&&dt.ranges&&dt.equals(it)||at.push(it)}function yh(it,at,dt,ht){var pt=at["spans_"+it.id],At=0;it.iter(Math.max(it.first,dt),Math.min(it.first+it.size,ht),function(zt){zt.markedSpans&&((pt||(pt=at["spans_"+it.id]={}))[At]=zt.markedSpans),++At})}function qs(it){if(!it)return null;for(var at,dt=0;dt<it.length;++dt)it[dt].marker.explicitlyCleared?at||(at=it.slice(0,dt)):at&&at.push(it[dt]);return at?at.length?at:null:it}function Nu(it,at){var dt=at["spans_"+it.id];if(!dt)return null;for(var ht=[],pt=0;pt<at.text.length;++pt)ht.push(qs(dt[pt]));return ht}function sf(it,at){var dt=Nu(it,at),ht=lo(it,at);if(!dt)return ht;if(!ht)return dt;for(var pt=0;pt<dt.length;++pt){var At=dt[pt],zt=ht[pt];if(At&&zt)t:for(var Ut=0;Ut<zt.length;++Ut){for(var Kt=zt[Ut],ue=0;ue<At.length;++ue)if(At[ue].marker==Kt.marker)continue t;At.push(Kt)}else zt&&(dt[pt]=zt)}return dt}function qu(it,at,dt){for(var ht=[],pt=0;pt<it.length;++pt){var At=it[pt];if(At.ranges){ht.push(dt?Kl.prototype.deepCopy.call(At):At);continue}var zt=At.changes,Ut=[];ht.push({changes:Ut});for(var Kt=0;Kt<zt.length;++Kt){var ue=zt[Kt],tn=void 0;if(Ut.push({from:ue.from,to:ue.to,text:ue.text}),at)for(var ye in ue)(tn=ye.match(/^spans_(\d+)$/))&&Pe(at,Number(tn[1]))>-1&&(ke(Ut)[ye]=ue[ye],delete ue[ye])}}return ht}function lf(it,at,dt,ht){if(ht){var pt=it.anchor;if(dt){var At=ri(at,pt)<0;At!=ri(dt,pt)<0?(pt=at,at=dt):At!=ri(at,dt)<0&&(at=dt)}return new ya(pt,at)}else return new ya(dt||at,at)}function uf(it,at,dt,ht,pt){pt==null&&(pt=it.cm&&(it.cm.display.shift||it.extend)),Gs(it,new Kl([lf(it.sel.primary(),at,dt,pt)],0),ht)}function Gp(it,at,dt){for(var ht=[],pt=it.cm&&(it.cm.display.shift||it.extend),At=0;At<it.sel.ranges.length;At++)ht[At]=lf(it.sel.ranges[At],at[At],null,pt);var zt=ru(it.cm,ht,it.sel.primIndex);Gs(it,zt,dt)}function Sh(it,at,dt,ht){var pt=it.sel.ranges.slice(0);pt[at]=dt,Gs(it,ru(it.cm,pt,it.sel.primIndex),ht)}function Jh(it,at,dt,ht){Gs(it,Qu(at,dt),ht)}function Vp(it,at,dt){var ht={ranges:at.ranges,update:function(pt){this.ranges=[];for(var At=0;At<pt.length;At++)this.ranges[At]=new ya(hi(it,pt[At].anchor),hi(it,pt[At].head))},origin:dt&&dt.origin};return mn(it,"beforeSelectionChange",it,ht),it.cm&&mn(it.cm,"beforeSelectionChange",it.cm,ht),ht.ranges!=at.ranges?ru(it.cm,ht.ranges,ht.ranges.length-1):at}function hf(it,at,dt){var ht=it.history.done,pt=ke(ht);pt&&pt.ranges?(ht[ht.length-1]=at,Qh(it,at,dt)):Gs(it,at,dt)}function Gs(it,at,dt){Qh(it,at,dt),mc(it,it.sel,it.cm?it.cm.curOp.id:NaN,dt)}function Qh(it,at,dt){(vi(it,"beforeSelectionChange")||it.cm&&vi(it.cm,"beforeSelectionChange"))&&(at=Vp(it,at,dt));var ht=dt&&dt.bias||(ri(at.primary().head,it.sel.primary().head)<0?-1:1);gg(it,yc(it,at,ht,!0)),!(dt&&dt.scroll===!1)&&it.cm&&Zs(it.cm)}function gg(it,at){at.equals(it.sel)||(it.sel=at,it.cm&&(it.cm.curOp.updateInput=1,it.cm.curOp.selectionChanged=!0,Ri(it.cm)),Si(it,"cursorActivity",it))}function vc(it){gg(it,yc(it,it.sel,null,!1))}function yc(it,at,dt,ht){for(var pt,At=0;At<at.ranges.length;At++){var zt=at.ranges[At],Ut=at.ranges.length==it.sel.ranges.length&&it.sel.ranges[At],Kt=Sc(it,zt.anchor,Ut&&Ut.anchor,dt,ht),ue=Sc(it,zt.head,Ut&&Ut.head,dt,ht);(pt||Kt!=zt.anchor||ue!=zt.head)&&(pt||(pt=at.ranges.slice(0,At)),pt[At]=new ya(Kt,ue))}return pt?ru(it.cm,pt,at.primIndex):at}function _u(it,at,dt,ht,pt){var At=cn(it,at.line);if(At.markedSpans)for(var zt=0;zt<At.markedSpans.length;++zt){var Ut=At.markedSpans[zt],Kt=Ut.marker,ue="selectLeft"in Kt?!Kt.selectLeft:Kt.inclusiveLeft,tn="selectRight"in Kt?!Kt.selectRight:Kt.inclusiveRight;if((Ut.from==null||(ue?Ut.from<=at.ch:Ut.from<at.ch))&&(Ut.to==null||(tn?Ut.to>=at.ch:Ut.to>at.ch))){if(pt&&(mn(Kt,"beforeCursorEnter"),Kt.explicitlyCleared))if(At.markedSpans){--zt;continue}else break;if(!Kt.atomic)continue;if(dt){var ye=Kt.find(ht<0?1:-1),kn=void 0;if((ht<0?tn:ue)&&(ye=pg(it,ye,-ht,ye&&ye.line==at.line?At:null)),ye&&ye.line==at.line&&(kn=ri(ye,dt))&&(ht<0?kn<0:kn>0))return _u(it,ye,at,ht,pt)}var wn=Kt.find(ht<0?-1:1);return(ht<0?ue:tn)&&(wn=pg(it,wn,ht,wn.line==at.line?At:null)),wn?_u(it,wn,at,ht,pt):null}}return at}function Sc(it,at,dt,ht,pt){var At=ht||1,zt=_u(it,at,dt,At,pt)||!pt&&_u(it,at,dt,At,!0)||_u(it,at,dt,-At,pt)||!pt&&_u(it,at,dt,-At,!0);return zt||(it.cantEdit=!0,Xe(it.first,0))}function pg(it,at,dt,ht){return dt<0&&at.ch==0?at.line>it.first?hi(it,Xe(at.line-1)):null:dt>0&&at.ch==(ht||cn(it,at.line)).text.length?at.line<it.first+it.size-1?Xe(at.line+1,0):null:new Xe(at.line,at.ch+dt)}function rs(it){it.setSelection(Xe(it.firstLine(),0),Xe(it.lastLine()),Se)}function xc(it,at,dt){var ht={canceled:!1,from:at.from,to:at.to,text:at.text,origin:at.origin,cancel:function(){return ht.canceled=!0}};return dt&&(ht.update=function(pt,At,zt,Ut){pt&&(ht.from=hi(it,pt)),At&&(ht.to=hi(it,At)),zt&&(ht.text=zt),Ut!==void 0&&(ht.origin=Ut)}),mn(it,"beforeChange",it,ht),it.cm&&mn(it.cm,"beforeChange",it.cm,ht),ht.canceled?(it.cm&&(it.cm.curOp.updateInput=2),null):{from:ht.from,to:ht.to,text:ht.text,origin:ht.origin}}function xh(it,at,dt){if(it.cm){if(!it.cm.curOp)return uo(it.cm,xh)(it,at,dt);if(it.cm.state.suppressEdits)return}if(!((vi(it,"beforeChange")||it.cm&&vi(it.cm,"beforeChange"))&&(at=xc(it,at,!0),!at))){var ht=qr&&!dt&&An(it,at.from,at.to);if(ht)for(var pt=ht.length-1;pt>=0;--pt)qh(it,{from:ht[pt].from,to:ht[pt].to,text:pt?[""]:at.text,origin:at.origin});else qh(it,at)}}function qh(it,at){if(!(at.text.length==1&&at.text[0]==""&&ri(at.from,at.to)==0)){var dt=hc(it,at);pc(it,at,dt,it.cm?it.cm.curOp.id:NaN),Bd(it,at,dt,lo(it,at));var ht=[];xu(it,function(pt,At){!At&&Pe(ht,pt.history)==-1&&(vg(pt.history,at),ht.push(pt.history)),Bd(pt,at,null,lo(pt,at))})}}function Pc(it,at,dt){var ht=it.cm&&it.cm.state.suppressEdits;if(!(ht&&!dt)){for(var pt=it.history,At,zt=it.sel,Ut=at=="undo"?pt.done:pt.undone,Kt=at=="undo"?pt.undone:pt.done,ue=0;ue<Ut.length&&(At=Ut[ue],!(dt?At.ranges&&!At.equals(it.sel):!At.ranges));ue++);if(ue!=Ut.length){for(pt.lastOrigin=pt.lastSelOrigin=null;;)if(At=Ut.pop(),At.ranges){if(Dd(At,Kt),dt&&!At.equals(it.sel)){Gs(it,At,{clearRedo:!1});return}zt=At}else if(ht){Ut.push(At);return}else break;var tn=[];Dd(zt,Kt),Kt.push({changes:tn,generation:pt.generation}),pt.generation=At.generation||++pt.maxGeneration;for(var ye=vi(it,"beforeChange")||it.cm&&vi(it.cm,"beforeChange"),kn=function(Ki){var ar=At.changes[Ki];if(ar.origin=at,ye&&!xc(it,ar,!1))return Ut.length=0,{};tn.push(af(it,ar));var Mr=Ki?hc(it,ar):ke(Ut);Bd(it,ar,Mr,sf(it,ar)),!Ki&&it.cm&&it.cm.scrollIntoView({from:ar.from,to:vh(ar)});var Jr=[];xu(it,function(Rr,eo){!eo&&Pe(Jr,Rr.history)==-1&&(vg(Rr.history,ar),Jr.push(Rr.history)),Bd(Rr,ar,null,sf(Rr,ar))})},wn=At.changes.length-1;wn>=0;--wn){var zi=kn(wn);if(zi)return zi.v}}}}function mg(it,at){if(at!=0&&(it.first+=at,it.sel=new Kl(ze(it.sel.ranges,function(pt){return new ya(Xe(pt.anchor.line+at,pt.anchor.ch),Xe(pt.head.line+at,pt.head.ch))}),it.sel.primIndex),it.cm)){sa(it.cm,it.first,it.first-at,at);for(var dt=it.cm.display,ht=dt.viewFrom;ht<dt.viewTo;ht++)co(it.cm,ht,"gutter")}}function Bd(it,at,dt,ht){if(it.cm&&!it.cm.curOp)return uo(it.cm,Bd)(it,at,dt,ht);if(at.to.line<it.first){mg(it,at.text.length-1-(at.to.line-at.from.line));return}if(!(at.from.line>it.lastLine())){if(at.from.line<it.first){var pt=at.text.length-1-(it.first-at.from.line);mg(it,pt),at={from:Xe(it.first,0),to:Xe(at.to.line+pt,at.to.ch),text:[ke(at.text)],origin:at.origin}}var At=it.lastLine();at.to.line>At&&(at={from:at.from,to:Xe(At,cn(it,At).text.length),text:[at.text[0]],origin:at.origin}),at.removed=Pi(it,at.from,at.to),dt||(dt=hc(it,at)),it.cm?Kp(it.cm,at,ht):rf(it,at,ht),Qh(it,dt,Se),it.cantEdit&&Sc(it,Xe(it.firstLine(),0))&&(it.cantEdit=!1)}}function Kp(it,at,dt){var ht=it.doc,pt=it.display,At=at.from,zt=at.to,Ut=!1,Kt=At.line;it.options.lineWrapping||(Kt=Qt(Kn(cn(ht,At.line))),ht.iter(Kt,zt.line+1,function(wn){if(wn==pt.maxLine)return Ut=!0,!0})),ht.sel.contains(at.from,at.to)>-1&&Ri(it),rf(ht,at,dt,aa(it)),it.options.lineWrapping||(ht.iter(Kt,At.line+at.text.length,function(wn){var zi=Qe(wn);zi>pt.maxLineLength&&(pt.maxLine=wn,pt.maxLineLength=zi,pt.maxLineChanged=!0,Ut=!1)}),Ut&&(it.curOp.updateMaxLine=!0)),Hr(ht,At.line),ns(it,400);var ue=at.text.length-(zt.line-At.line)-1;at.full?sa(it):At.line==zt.line&&at.text.length==1&&!cg(it.doc,at)?co(it,At.line,"text"):sa(it,At.line,zt.line+1,ue);var tn=vi(it,"changes"),ye=vi(it,"change");if(ye||tn){var kn={from:At,to:zt,text:at.text,removed:at.removed,origin:at.origin};ye&&Si(it,"change",it,kn),tn&&(it.curOp.changeObjs||(it.curOp.changeObjs=[])).push(kn)}it.display.selForContextMenu=null}function _h(it,at,dt,ht,pt){var At;ht||(ht=dt),ri(ht,dt)<0&&(At=[ht,dt],dt=At[0],ht=At[1]),typeof at=="string"&&(at=it.splitLines(at)),xh(it,{from:dt,to:ht,text:at,origin:pt})}function Xl(it,at,dt,ht){dt<it.line?it.line+=ht:at<it.line&&(it.line=at,it.ch=0)}function Xp(it,at,dt,ht){for(var pt=0;pt<it.length;++pt){var At=it[pt],zt=!0;if(At.ranges){At.copied||(At=it[pt]=At.deepCopy(),At.copied=!0);for(var Ut=0;Ut<At.ranges.length;Ut++)Xl(At.ranges[Ut].anchor,at,dt,ht),Xl(At.ranges[Ut].head,at,dt,ht);continue}for(var Kt=0;Kt<At.changes.length;++Kt){var ue=At.changes[Kt];if(dt<ue.from.line)ue.from=Xe(ue.from.line+ht,ue.from.ch),ue.to=Xe(ue.to.line+ht,ue.to.ch);else if(at<=ue.to.line){zt=!1;break}}zt||(it.splice(0,pt+1),pt=0)}}function vg(it,at){var dt=at.from.line,ht=at.to.line,pt=at.text.length-(ht-dt)-1;Xp(it.done,dt,ht,pt),Xp(it.undone,dt,ht,pt)}function $h(it,at,dt,ht){var pt=at,At=at;return typeof at=="number"?At=cn(it,Jn(it,at)):pt=Qt(at),pt==null?null:(ht(At,pt)&&it.cm&&co(it.cm,pt,dt),At)}function Od(it){this.lines=it,this.parent=null;for(var at=0,dt=0;dt<it.length;++dt)it[dt].parent=this,at+=it[dt].height;this.height=at}Od.prototype={chunkSize:function(){return this.lines.length},removeInner:function(it,at){for(var dt=it,ht=it+at;dt<ht;++dt){var pt=this.lines[dt];this.height-=pt.height,Un(pt),Si(pt,"delete")}this.lines.splice(it,at)},collapse:function(it){it.push.apply(it,this.lines)},insertInner:function(it,at,dt){this.height+=dt,this.lines=this.lines.slice(0,it).concat(at).concat(this.lines.slice(it));for(var ht=0;ht<at.length;++ht)at[ht].parent=this},iterN:function(it,at,dt){for(var ht=it+at;it<ht;++it)if(dt(this.lines[it]))return!0}};function Xa(it){this.children=it;for(var at=0,dt=0,ht=0;ht<it.length;++ht){var pt=it[ht];at+=pt.chunkSize(),dt+=pt.height,pt.parent=this}this.size=at,this.height=dt,this.parent=null}Xa.prototype={chunkSize:function(){return this.size},removeInner:function(it,at){this.size-=at;for(var dt=0;dt<this.children.length;++dt){var ht=this.children[dt],pt=ht.chunkSize();if(it<pt){var At=Math.min(at,pt-it),zt=ht.height;if(ht.removeInner(it,At),this.height-=zt-ht.height,pt==At&&(this.children.splice(dt--,1),ht.parent=null),(at-=At)==0)break;it=0}else it-=pt}if(this.size-at<25&&(this.children.length>1||!(this.children[0]instanceof Od))){var Ut=[];this.collapse(Ut),this.children=[new Od(Ut)],this.children[0].parent=this}},collapse:function(it){for(var at=0;at<this.children.length;++at)this.children[at].collapse(it)},insertInner:function(it,at,dt){this.size+=at.length,this.height+=dt;for(var ht=0;ht<this.children.length;++ht){var pt=this.children[ht],At=pt.chunkSize();if(it<=At){if(pt.insertInner(it,at,dt),pt.lines&&pt.lines.length>50){for(var zt=pt.lines.length%25+25,Ut=zt;Ut<pt.lines.length;){var Kt=new Od(pt.lines.slice(Ut,Ut+=25));pt.height-=Kt.height,this.children.splice(++ht,0,Kt),Kt.parent=this}pt.lines=pt.lines.slice(0,zt),this.maybeSpill()}break}it-=At}},maybeSpill:function(){if(!(this.children.length<=10)){var it=this;do{var at=it.children.splice(it.children.length-5,5),dt=new Xa(at);if(it.parent){it.size-=dt.size,it.height-=dt.height;var pt=Pe(it.parent.children,it);it.parent.children.splice(pt+1,0,dt)}else{var ht=new Xa(it.children);ht.parent=it,it.children=[ht,dt],it=ht}dt.parent=it.parent}while(it.children.length>10);it.parent.maybeSpill()}},iterN:function(it,at,dt){for(var ht=0;ht<this.children.length;++ht){var pt=this.children[ht],At=pt.chunkSize();if(it<At){var zt=Math.min(at,At-it);if(pt.iterN(it,zt,dt))return!0;if((at-=zt)==0)break;it=0}else it-=At}}};var $u=function(it,at,dt){if(dt)for(var ht in dt)dt.hasOwnProperty(ht)&&(this[ht]=dt[ht]);this.doc=it,this.node=at};$u.prototype.clear=function(){var it=this.doc.cm,at=this.line.widgets,dt=this.line,ht=Qt(dt);if(!(ht==null||!at)){for(var pt=0;pt<at.length;++pt)at[pt]==this&&at.splice(pt--,1);at.length||(dt.widgets=null);var At=Kr(this);Yn(dt,Math.max(0,dt.height-At)),it&&(io(it,function(){Yp(it,dt,-At),co(it,ht,"widget")}),Si(it,"lineWidgetCleared",it,this,ht))}},$u.prototype.changed=function(){var it=this,at=this.height,dt=this.doc.cm,ht=this.line;this.height=null;var pt=Kr(this)-at;pt&&(Yt(this.doc,ht)||Yn(ht,ht.height+pt),dt&&io(dt,function(){dt.curOp.forceUpdate=!0,Yp(dt,ht,pt),Si(dt,"lineWidgetChanged",dt,it,Qt(ht))}))},ji($u);function Yp(it,at,dt){xe(at)<(it.curOp&&it.curOp.scrollTop||it.doc.scrollTop)&&vu(it,dt)}function df(it,at,dt,ht){var pt=new $u(it,dt,ht),At=it.cm;return At&&pt.noHScroll&&(At.display.alignWidgets=!0),$h(it,at,"widget",function(zt){var Ut=zt.widgets||(zt.widgets=[]);if(pt.insertAt==null?Ut.push(pt):Ut.splice(Math.min(Ut.length-1,Math.max(0,pt.insertAt)),0,pt),pt.line=zt,At&&!Yt(it,zt)){var Kt=xe(zt)<it.scrollTop;Yn(zt,zt.height+Kr(pt)),Kt&&vu(At,pt.height),At.curOp.forceUpdate=!0}return!0}),At&&Si(At,"lineWidgetAdded",At,pt,typeof at=="number"?at:Qt(at)),pt}var Up=0,Re=function(it,at){this.lines=[],this.type=at,this.doc=it,this.id=++Up};Re.prototype.clear=function(){if(!this.explicitlyCleared){var it=this.doc.cm,at=it&&!it.curOp;if(at&&fo(it),vi(this,"clear")){var dt=this.find();dt&&Si(this,"clear",dt.from,dt.to)}for(var ht=null,pt=null,At=0;At<this.lines.length;++At){var zt=this.lines[At],Ut=Or(zt.markedSpans,this);it&&!this.collapsed?co(it,Qt(zt),"text"):it&&(Ut.to!=null&&(pt=Qt(zt)),Ut.from!=null&&(ht=Qt(zt))),zt.markedSpans=Tr(zt.markedSpans,Ut),Ut.from==null&&this.collapsed&&!Yt(this.doc,zt)&&it&&Yn(zt,ca(it.display))}if(it&&this.collapsed&&!it.options.lineWrapping)for(var Kt=0;Kt<this.lines.length;++Kt){var ue=Kn(this.lines[Kt]),tn=Qe(ue);tn>it.display.maxLineLength&&(it.display.maxLine=ue,it.display.maxLineLength=tn,it.display.maxLineChanged=!0)}ht!=null&&it&&this.collapsed&&sa(it,ht,pt+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,it&&vc(it.doc)),it&&Si(it,"markerCleared",it,this,ht,pt),at&&Ka(it),this.parent&&this.parent.clear()}},Re.prototype.find=function(it,at){it==null&&this.type=="bookmark"&&(it=1);for(var dt,ht,pt=0;pt<this.lines.length;++pt){var At=this.lines[pt],zt=Or(At.markedSpans,this);if(zt.from!=null&&(dt=Xe(at?At:Qt(At),zt.from),it==-1))return dt;if(zt.to!=null&&(ht=Xe(at?At:Qt(At),zt.to),it==1))return ht}return dt&&{from:dt,to:ht}},Re.prototype.changed=function(){var it=this,at=this.find(-1,!0),dt=this,ht=this.doc.cm;!at||!ht||io(ht,function(){var pt=at.line,At=Qt(at.line),zt=na(ht,At);if(zt&&(Ca(zt),ht.curOp.selectionChanged=ht.curOp.forceUpdate=!0),ht.curOp.updateMaxLine=!0,!Yt(dt.doc,pt)&&dt.height!=null){var Ut=dt.height;dt.height=null;var Kt=Kr(dt)-Ut;Kt&&Yn(pt,pt.height+Kt)}Si(ht,"markerChanged",ht,it)})},Re.prototype.attachLine=function(it){if(!this.lines.length&&this.doc.cm){var at=this.doc.cm.curOp;(!at.maybeHiddenMarkers||Pe(at.maybeHiddenMarkers,this)==-1)&&(at.maybeUnhiddenMarkers||(at.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(it)},Re.prototype.detachLine=function(it){if(this.lines.splice(Pe(this.lines,it),1),!this.lines.length&&this.doc.cm){var at=this.doc.cm.curOp;(at.maybeHiddenMarkers||(at.maybeHiddenMarkers=[])).push(this)}},ji(Re);function td(it,at,dt,ht,pt){if(ht&&ht.shared)return Jp(it,at,dt,ht,pt);if(it.cm&&!it.cm.curOp)return uo(it.cm,td)(it,at,dt,ht,pt);var At=new Re(it,pt),zt=ri(at,dt);if(ht&&sn(ht,At,!1),zt>0||zt==0&&At.clearWhenEmpty!==!1)return At;if(At.replacedWith&&(At.collapsed=!0,At.widgetNode=le("span",[At.replacedWith],"CodeMirror-widget"),ht.handleMouseEvents||At.widgetNode.setAttribute("cm-ignore-events","true"),ht.insertLeft&&(At.widgetNode.insertLeft=!0)),At.collapsed){if(ci(it,at.line,at,dt,At)||at.line!=dt.line&&ci(it,dt.line,at,dt,At))throw new Error("Inserting collapsed marker partially overlapping an existing one");Cn()}At.addToHistory&&pc(it,{from:at,to:dt,origin:"markText"},it.sel,NaN);var Ut=at.line,Kt=it.cm,ue;if(it.iter(Ut,dt.line+1,function(ye){Kt&&At.collapsed&&!Kt.options.lineWrapping&&Kn(ye)==Kt.display.maxLine&&(ue=!0),At.collapsed&&Ut!=at.line&&Yn(ye,0),ho(ye,new rr(At,Ut==at.line?at.ch:null,Ut==dt.line?dt.ch:null)),++Ut}),At.collapsed&&it.iter(at.line,dt.line+1,function(ye){Yt(it,ye)&&Yn(ye,0)}),At.clearOnEnter&&en(At,"beforeCursorEnter",function(){return At.clear()}),At.readOnly&&(no(),(it.history.done.length||it.history.undone.length)&&it.clearHistory()),At.collapsed&&(At.id=++Up,At.atomic=!0),Kt){if(ue&&(Kt.curOp.updateMaxLine=!0),At.collapsed)sa(Kt,at.line,dt.line+1);else if(At.className||At.startStyle||At.endStyle||At.css||At.attributes||At.title)for(var tn=at.line;tn<=dt.line;tn++)co(Kt,tn,"text");At.atomic&&vc(Kt.doc),Si(Kt,"markerAdded",Kt,At)}return At}var Tu=function(it,at){this.markers=it,this.primary=at;for(var dt=0;dt<it.length;++dt)it[dt].parent=this};Tu.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var it=0;it<this.markers.length;++it)this.markers[it].clear();Si(this,"clear")}},Tu.prototype.find=function(it,at){return this.primary.find(it,at)},ji(Tu);function Jp(it,at,dt,ht,pt){ht=sn(ht),ht.shared=!1;var At=[td(it,at,dt,ht,pt)],zt=At[0],Ut=ht.widgetNode;return xu(it,function(Kt){Ut&&(ht.widgetNode=Ut.cloneNode(!0)),At.push(td(Kt,hi(Kt,at),hi(Kt,dt),ht,pt));for(var ue=0;ue<Kt.linked.length;++ue)if(Kt.linked[ue].isParent)return;zt=ke(At)}),new Tu(At,zt)}function yg(it){return it.findMarks(Xe(it.first,0),it.clipPos(Xe(it.lastLine())),function(at){return at.parent})}function Qp(it,at){for(var dt=0;dt<at.length;dt++){var ht=at[dt],pt=ht.find(),At=it.clipPos(pt.from),zt=it.clipPos(pt.to);if(ri(At,zt)){var Ut=td(it,At,zt,ht.primary,ht.primary.type);ht.markers.push(Ut),Ut.parent=ht}}}function Sg(it){for(var at=function(ht){var pt=it[ht],At=[pt.primary.doc];xu(pt.primary.doc,function(Kt){return At.push(Kt)});for(var zt=0;zt<pt.markers.length;zt++){var Ut=pt.markers[zt];Pe(At,Ut.doc)==-1&&(Ut.parent=null,pt.markers.splice(zt--,1))}},dt=0;dt<it.length;dt++)at(dt)}var tv=0,Ds=function(it,at,dt,ht,pt){if(!(this instanceof Ds))return new Ds(it,at,dt,ht,pt);dt==null&&(dt=0),Xa.call(this,[new Od([new hn("",null)])]),this.first=dt,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.modeFrontier=this.highlightFrontier=dt;var At=Xe(dt,0);this.sel=Qu(At),this.history=new Nd(null),this.id=++tv,this.modeOption=at,this.lineSep=ht,this.direction=pt=="rtl"?"rtl":"ltr",this.extend=!1,typeof it=="string"&&(it=this.splitLines(it)),rf(this,{from:At,to:At,text:it}),Gs(this,Qu(At),Se)};Ds.prototype=wt(Xa.prototype,{constructor:Ds,iter:function(it,at,dt){dt?this.iterN(it-this.first,at-it,dt):this.iterN(this.first,this.first+this.size,it)},insert:function(it,at){for(var dt=0,ht=0;ht<at.length;++ht)dt+=at[ht].height;this.insertInner(it-this.first,at,dt)},remove:function(it,at){this.removeInner(it-this.first,at)},getValue:function(it){var at=dr(this,this.first,this.first+this.size);return it===!1?at:at.join(it||this.lineSeparator())},setValue:$o(function(it){var at=Xe(this.first,0),dt=this.first+this.size-1;xh(this,{from:at,to:Xe(dt,cn(this,dt).text.length),text:this.splitLines(it),origin:"setValue",full:!0},!0),this.cm&&Vl(this.cm,0,0),Gs(this,Qu(at),Se)}),replaceRange:function(it,at,dt,ht){at=hi(this,at),dt=dt?hi(this,dt):at,_h(this,it,at,dt,ht)},getRange:function(it,at,dt){var ht=Pi(this,hi(this,it),hi(this,at));return dt===!1?ht:ht.join(dt||this.lineSeparator())},getLine:function(it){var at=this.getLineHandle(it);return at&&at.text},getLineHandle:function(it){if(Gn(this,it))return cn(this,it)},getLineNumber:function(it){return Qt(it)},getLineHandleVisualStart:function(it){return typeof it=="number"&&(it=cn(this,it)),Kn(it)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(it){return hi(this,it)},getCursor:function(it){var at=this.sel.primary(),dt;return it==null||it=="head"?dt=at.head:it=="anchor"?dt=at.anchor:it=="end"||it=="to"||it===!1?dt=at.to():dt=at.from(),dt},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:$o(function(it,at,dt){Jh(this,hi(this,typeof it=="number"?Xe(it,at||0):it),null,dt)}),setSelection:$o(function(it,at,dt){Jh(this,hi(this,it),hi(this,at||it),dt)}),extendSelection:$o(function(it,at,dt){uf(this,hi(this,it),at&&hi(this,at),dt)}),extendSelections:$o(function(it,at){Gp(this,tr(this,it),at)}),extendSelectionsBy:$o(function(it,at){var dt=ze(this.sel.ranges,it);Gp(this,tr(this,dt),at)}),setSelections:$o(function(it,at,dt){if(it.length){for(var ht=[],pt=0;pt<it.length;pt++)ht[pt]=new ya(hi(this,it[pt].anchor),hi(this,it[pt].head));at==null&&(at=Math.min(it.length-1,this.sel.primIndex)),Gs(this,ru(this.cm,ht,at),dt)}}),addSelection:$o(function(it,at,dt){var ht=this.sel.ranges.slice(0);ht.push(new ya(hi(this,it),hi(this,at||it))),Gs(this,ru(this.cm,ht,ht.length-1),dt)}),getSelection:function(it){for(var at=this.sel.ranges,dt,ht=0;ht<at.length;ht++){var pt=Pi(this,at[ht].from(),at[ht].to());dt=dt?dt.concat(pt):pt}return it===!1?dt:dt.join(it||this.lineSeparator())},getSelections:function(it){for(var at=[],dt=this.sel.ranges,ht=0;ht<dt.length;ht++){var pt=Pi(this,dt[ht].from(),dt[ht].to());it!==!1&&(pt=pt.join(it||this.lineSeparator())),at[ht]=pt}return at},replaceSelection:function(it,at,dt){for(var ht=[],pt=0;pt<this.sel.ranges.length;pt++)ht[pt]=it;this.replaceSelections(ht,at,dt||"+input")},replaceSelections:$o(function(it,at,dt){for(var ht=[],pt=this.sel,At=0;At<pt.ranges.length;At++){var zt=pt.ranges[At];ht[At]={from:zt.from(),to:zt.to(),text:this.splitLines(it[At]),origin:dt}}for(var Ut=at&&at!="end"&&dc(this,ht,at),Kt=ht.length-1;Kt>=0;Kt--)xh(this,ht[Kt]);Ut?hf(this,Ut):this.cm&&Zs(this.cm)}),undo:$o(function(){Pc(this,"undo")}),redo:$o(function(){Pc(this,"redo")}),undoSelection:$o(function(){Pc(this,"undo",!0)}),redoSelection:$o(function(){Pc(this,"redo",!0)}),setExtending:function(it){this.extend=it},getExtending:function(){return this.extend},historySize:function(){for(var it=this.history,at=0,dt=0,ht=0;ht<it.done.length;ht++)it.done[ht].ranges||++at;for(var pt=0;pt<it.undone.length;pt++)it.undone[pt].ranges||++dt;return{undo:at,redo:dt}},clearHistory:function(){var it=this;this.history=new Nd(this.history.maxGeneration),xu(this,function(at){return at.history=it.history},!0)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(it){return it&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null),this.history.generation},isClean:function(it){return this.history.generation==(it||this.cleanGeneration)},getHistory:function(){return{done:qu(this.history.done),undone:qu(this.history.undone)}},setHistory:function(it){var at=this.history=new Nd(this.history.maxGeneration);at.done=qu(it.done.slice(0),null,!0),at.undone=qu(it.undone.slice(0),null,!0)},setGutterMarker:$o(function(it,at,dt){return $h(this,it,"gutter",function(ht){var pt=ht.gutterMarkers||(ht.gutterMarkers={});return pt[at]=dt,!dt&&Mt(pt)&&(ht.gutterMarkers=null),!0})}),clearGutter:$o(function(it){var at=this;this.iter(function(dt){dt.gutterMarkers&&dt.gutterMarkers[it]&&$h(at,dt,"gutter",function(){return dt.gutterMarkers[it]=null,Mt(dt.gutterMarkers)&&(dt.gutterMarkers=null),!0})})}),lineInfo:function(it){var at;if(typeof it=="number"){if(!Gn(this,it)||(at=it,it=cn(this,it),!it))return null}else if(at=Qt(it),at==null)return null;return{line:at,handle:it,text:it.text,gutterMarkers:it.gutterMarkers,textClass:it.textClass,bgClass:it.bgClass,wrapClass:it.wrapClass,widgets:it.widgets}},addLineClass:$o(function(it,at,dt){return $h(this,it,at=="gutter"?"gutter":"class",function(ht){var pt=at=="text"?"textClass":at=="background"?"bgClass":at=="gutter"?"gutterClass":"wrapClass";if(!ht[pt])ht[pt]=dt;else{if(Rt(dt).test(ht[pt]))return!1;ht[pt]+=" "+dt}return!0})}),removeLineClass:$o(function(it,at,dt){return $h(this,it,at=="gutter"?"gutter":"class",function(ht){var pt=at=="text"?"textClass":at=="background"?"bgClass":at=="gutter"?"gutterClass":"wrapClass",At=ht[pt];if(At)if(dt==null)ht[pt]=null;else{var zt=At.match(Rt(dt));if(!zt)return!1;var Ut=zt.index+zt[0].length;ht[pt]=At.slice(0,zt.index)+(!zt.index||Ut==At.length?"":" ")+At.slice(Ut)||null}else return!1;return!0})}),addLineWidget:$o(function(it,at,dt){return df(this,it,at,dt)}),removeLineWidget:function(it){it.clear()},markText:function(it,at,dt){return td(this,hi(this,it),hi(this,at),dt,dt&&dt.type||"range")},setBookmark:function(it,at){var dt={replacedWith:at&&(at.nodeType==null?at.widget:at),insertLeft:at&&at.insertLeft,clearWhenEmpty:!1,shared:at&&at.shared,handleMouseEvents:at&&at.handleMouseEvents};return it=hi(this,it),td(this,it,it,dt,"bookmark")},findMarksAt:function(it){it=hi(this,it);var at=[],dt=cn(this,it.line).markedSpans;if(dt)for(var ht=0;ht<dt.length;++ht){var pt=dt[ht];(pt.from==null||pt.from<=it.ch)&&(pt.to==null||pt.to>=it.ch)&&at.push(pt.marker.parent||pt.marker)}return at},findMarks:function(it,at,dt){it=hi(this,it),at=hi(this,at);var ht=[],pt=it.line;return this.iter(it.line,at.line+1,function(At){var zt=At.markedSpans;if(zt)for(var Ut=0;Ut<zt.length;Ut++){var Kt=zt[Ut];!(Kt.to!=null&&pt==it.line&&it.ch>=Kt.to||Kt.from==null&&pt!=it.line||Kt.from!=null&&pt==at.line&&Kt.from>=at.ch)&&(!dt||dt(Kt.marker))&&ht.push(Kt.marker.parent||Kt.marker)}++pt}),ht},getAllMarks:function(){var it=[];return this.iter(function(at){var dt=at.markedSpans;if(dt)for(var ht=0;ht<dt.length;++ht)dt[ht].from!=null&&it.push(dt[ht].marker)}),it},posFromIndex:function(it){var at,dt=this.first,ht=this.lineSeparator().length;return this.iter(function(pt){var At=pt.text.length+ht;if(At>it)return at=it,!0;it-=At,++dt}),hi(this,Xe(dt,at))},indexFromPos:function(it){it=hi(this,it);var at=it.ch;if(it.line<this.first||it.ch<0)return 0;var dt=this.lineSeparator().length;return this.iter(this.first,it.line,function(ht){at+=ht.text.length+dt}),at},copy:function(it){var at=new Ds(dr(this,this.first,this.first+this.size),this.modeOption,this.first,this.lineSep,this.direction);return at.scrollTop=this.scrollTop,at.scrollLeft=this.scrollLeft,at.sel=this.sel,at.extend=!1,it&&(at.history.undoDepth=this.history.undoDepth,at.setHistory(this.getHistory())),at},linkedDoc:function(it){it||(it={});var at=this.first,dt=this.first+this.size;it.from!=null&&it.from>at&&(at=it.from),it.to!=null&&it.to<dt&&(dt=it.to);var ht=new Ds(dr(this,at,dt),it.mode||this.modeOption,at,this.lineSep,this.direction);return it.sharedHist&&(ht.history=this.history),(this.linked||(this.linked=[])).push({doc:ht,sharedHist:it.sharedHist}),ht.linked=[{doc:this,isParent:!0,sharedHist:it.sharedHist}],Qp(ht,yg(this)),ht},unlinkDoc:function(it){if(it instanceof la&&(it=it.doc),this.linked)for(var at=0;at<this.linked.length;++at){var dt=this.linked[at];if(dt.doc==it){this.linked.splice(at,1),it.unlinkDoc(this),Sg(yg(this));break}}if(it.history==this.history){var ht=[it.id];xu(it,function(pt){return ht.push(pt.id)},!0),it.history=new Nd(null),it.history.done=qu(this.history.done,ht),it.history.undone=qu(this.history.undone,ht)}},iterLinkedDocs:function(it){xu(this,it)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function(it){return this.lineSep?it.split(this.lineSep):qi(it)},lineSeparator:function(){return this.lineSep||`
|
|
`},setDirection:$o(function(it){it!="rtl"&&(it="ltr"),it!=this.direction&&(this.direction=it,this.iter(function(at){return at.order=null}),this.cm&&$0(this.cm))})}),Ds.prototype.eachLine=Ds.prototype.iter;var wc=0;function xg(it){var at=this;if($p(at),!(zn(at,it)||Yr(at.display,it))){er(it),ne&&(wc=+new Date);var dt=Va(at,it,!0),ht=it.dataTransfer.files;if(!(!dt||at.isReadOnly()))if(ht&&ht.length&&window.FileReader&&window.File)for(var pt=ht.length,At=Array(pt),zt=0,Ut=function(){++zt==pt&&uo(at,function(){dt=hi(at.doc,dt);var wn={from:dt,to:dt,text:at.doc.splitLines(At.filter(function(zi){return zi!=null}).join(at.doc.lineSeparator())),origin:"paste"};xh(at.doc,wn),hf(at.doc,Qu(hi(at.doc,dt),hi(at.doc,vh(wn))))})()},Kt=function(wn,zi){if(at.options.allowDropFileTypes&&Pe(at.options.allowDropFileTypes,wn.type)==-1){Ut();return}var Ki=new FileReader;Ki.onerror=function(){return Ut()},Ki.onload=function(){var ar=Ki.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(ar)){Ut();return}At[zi]=ar,Ut()},Ki.readAsText(wn)},ue=0;ue<ht.length;ue++)Kt(ht[ue],ue);else{if(at.state.draggingText&&at.doc.sel.contains(dt)>-1){at.state.draggingText(it),setTimeout(function(){return at.display.input.focus()},20);return}try{var tn=it.dataTransfer.getData("Text");if(tn){var ye;if(at.state.draggingText&&!at.state.draggingText.copy&&(ye=at.listSelections()),Qh(at.doc,Qu(dt,dt)),ye)for(var kn=0;kn<ye.length;++kn)_h(at.doc,"",ye[kn].anchor,ye[kn].head,"drag");at.replaceSelection(tn,"around","paste"),at.display.input.focus()}}catch(wn){}}}}function qp(it,at){if(ne&&(!it.state.draggingText||+new Date-wc<100)){ii(at);return}if(!(zn(it,at)||Yr(it.display,at))&&(at.dataTransfer.setData("Text",it.getSelection()),at.dataTransfer.effectAllowed="copyMove",at.dataTransfer.setDragImage&&!Je)){var dt=Vt("img",null,null,"position: fixed; left: 0; top: 0;");dt.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",Nt&&(dt.width=dt.height=1,it.display.wrapper.appendChild(dt),dt._top=dt.offsetTop),at.dataTransfer.setDragImage(dt,0,0),Nt&&dt.parentNode.removeChild(dt)}}function _p(it,at){var dt=Va(it,at);if(dt){var ht=document.createDocumentFragment();Ro(it,dt,ht),it.display.dragCursor||(it.display.dragCursor=Vt("div",null,"CodeMirror-cursors CodeMirror-dragcursors"),it.display.lineSpace.insertBefore(it.display.dragCursor,it.display.cursorDiv)),Jt(it.display.dragCursor,ht)}}function $p(it){it.display.dragCursor&&(it.display.lineSpace.removeChild(it.display.dragCursor),it.display.dragCursor=null)}function tm(it){if(document.getElementsByClassName){for(var at=document.getElementsByClassName("CodeMirror"),dt=[],ht=0;ht<at.length;ht++){var pt=at[ht].CodeMirror;pt&&dt.push(pt)}dt.length&&dt[0].operation(function(){for(var At=0;At<dt.length;At++)it(dt[At])})}}var Pg=!1;function Bl(){Pg||(Id(),Pg=!0)}function Id(){var it;en(window,"resize",function(){it==null&&(it=setTimeout(function(){it=null,tm(wg)},100))}),en(window,"blur",function(){return tm(fl)})}function wg(it){var at=it.display;at.cachedCharWidth=at.cachedTextHeight=at.cachedPaddingH=null,at.scrollbarsClipped=!1,it.setSize()}for(var Du={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"},Cc=0;Cc<10;Cc++)Du[Cc+48]=Du[Cc+96]=String(Cc);for(var cf=65;cf<=90;cf++)Du[cf]=String.fromCharCode(cf);for(var Lc=1;Lc<=12;Lc++)Du[Lc+111]=Du[Lc+63235]="F"+Lc;var yl={};yl.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"},yl.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"},yl.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"},yl.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"]},yl.default=ct?yl.macDefault:yl.pcDefault;function Cg(it){var at=it.split(/-(?!$)/);it=at[at.length-1];for(var dt,ht,pt,At,zt=0;zt<at.length-1;zt++){var Ut=at[zt];if(/^(cmd|meta|m)$/i.test(Ut))At=!0;else if(/^a(lt)?$/i.test(Ut))dt=!0;else if(/^(c|ctrl|control)$/i.test(Ut))ht=!0;else if(/^s(hift)?$/i.test(Ut))pt=!0;else throw new Error("Unrecognized modifier name: "+Ut)}return dt&&(it="Alt-"+it),ht&&(it="Ctrl-"+it),At&&(it="Cmd-"+it),pt&&(it="Shift-"+it),it}function Lg(it){var at={};for(var dt in it)if(it.hasOwnProperty(dt)){var ht=it[dt];if(/^(name|fallthrough|(de|at)tach)$/.test(dt))continue;if(ht=="..."){delete it[dt];continue}for(var pt=ze(dt.split(" "),Cg),At=0;At<pt.length;At++){var zt=void 0,Ut=void 0;At==pt.length-1?(Ut=pt.join(" "),zt=ht):(Ut=pt.slice(0,At+1).join(" "),zt="...");var Kt=at[Ut];if(!Kt)at[Ut]=zt;else if(Kt!=zt)throw new Error("Inconsistent bindings for "+Ut)}delete it[dt]}for(var ue in at)it[ue]=at[ue];return it}function Yl(it,at,dt,ht){at=ed(at);var pt=at.call?at.call(it,ht):at[it];if(pt===!1)return"nothing";if(pt==="...")return"multi";if(pt!=null&&dt(pt))return"handled";if(at.fallthrough){if(Object.prototype.toString.call(at.fallthrough)!="[object Array]")return Yl(it,at.fallthrough,dt,ht);for(var At=0;At<at.fallthrough.length;At++){var zt=Yl(it,at.fallthrough[At],dt,ht);if(zt)return zt}}}function Rd(it){var at=typeof it=="string"?it:Du[it.keyCode];return at=="Ctrl"||at=="Alt"||at=="Shift"||at=="Mod"}function bg(it,at,dt){var ht=it;return at.altKey&&ht!="Alt"&&(it="Alt-"+it),(St?at.metaKey:at.ctrlKey)&&ht!="Ctrl"&&(it="Ctrl-"+it),(St?at.ctrlKey:at.metaKey)&&ht!="Mod"&&(it="Cmd-"+it),!dt&&at.shiftKey&&ht!="Shift"&&(it="Shift-"+it),it}function em(it,at){if(Nt&&it.keyCode==34&&it.char)return!1;var dt=Du[it.keyCode];return dt==null||it.altGraphKey?!1:(it.keyCode==3&&it.code&&(dt=it.code),bg(dt,it,at))}function ed(it){return typeof it=="string"?yl[it]:it}function Sl(it,at){for(var dt=it.doc.sel.ranges,ht=[],pt=0;pt<dt.length;pt++){for(var At=at(dt[pt]);ht.length&&ri(At.from,ke(ht).to)<=0;){var zt=ht.pop();if(ri(zt.from,At.from)<0){At.from=zt.from;break}}ht.push(At)}io(it,function(){for(var Ut=ht.length-1;Ut>=0;Ut--)_h(it.doc,"",ht[Ut].from,ht[Ut].to,"+delete");Zs(it)})}function Mg(it,at,dt){var ht=be(it.text,at+dt,dt);return ht<0||ht>it.text.length?null:ht}function os(it,at,dt){var ht=Mg(it,at.ch,dt);return ht==null?null:new Xe(at.line,ht,dt<0?"after":"before")}function bc(it,at,dt,ht,pt){if(it){at.doc.direction=="rtl"&&(pt=-pt);var At=Pn(dt,at.doc.direction);if(At){var zt=pt<0?ke(At):At[0],Ut=pt<0==(zt.level==1),Kt=Ut?"after":"before",ue;if(zt.level>0||at.doc.direction=="rtl"){var tn=Fo(at,dt);ue=pt<0?dt.text.length-1:0;var ye=Yo(at,tn,ue).top;ue=on(function(kn){return Yo(at,tn,kn).top==ye},pt<0==(zt.level==1)?zt.from:zt.to-1,ue),Kt=="before"&&(ue=Mg(dt,ue,1))}else ue=pt<0?zt.to:zt.from;return new Xe(ht,ue,Kt)}}return new Xe(ht,pt<0?dt.text.length:0,pt<0?"before":"after")}function ff(it,at,dt,ht){var pt=Pn(at,it.doc.direction);if(!pt)return os(at,dt,ht);dt.ch>=at.text.length?(dt.ch=at.text.length,dt.sticky="before"):dt.ch<=0&&(dt.ch=0,dt.sticky="after");var At=_e(pt,dt.ch,dt.sticky),zt=pt[At];if(it.doc.direction=="ltr"&&zt.level%2==0&&(ht>0?zt.to>dt.ch:zt.from<dt.ch))return os(at,dt,ht);var Ut=function(Mr,Jr){return Mg(at,Mr instanceof Xe?Mr.ch:Mr,Jr)},Kt,ue=function(Mr){return it.options.lineWrapping?(Kt=Kt||Fo(it,at),Zo(it,at,Kt,Mr)):{begin:0,end:at.text.length}},tn=ue(dt.sticky=="before"?Ut(dt,-1):dt.ch);if(it.doc.direction=="rtl"||zt.level==1){var ye=zt.level==1==ht<0,kn=Ut(dt,ye?1:-1);if(kn!=null&&(ye?kn<=zt.to&&kn<=tn.end:kn>=zt.from&&kn>=tn.begin)){var wn=ye?"before":"after";return new Xe(dt.line,kn,wn)}}var zi=function(Mr,Jr,Rr){for(var eo=function(Ba,ms){return ms?new Xe(dt.line,Ut(Ba,1),"before"):new Xe(dt.line,Ba,"after")};Mr>=0&&Mr<pt.length;Mr+=Jr){var Lo=pt[Mr],Br=Jr>0==(Lo.level!=1),Ko=Br?Rr.begin:Ut(Rr.end,-1);if(Lo.from<=Ko&&Ko<Lo.to||(Ko=Br?Lo.from:Ut(Lo.to,-1),Rr.begin<=Ko&&Ko<Rr.end))return eo(Ko,Br)}},Ki=zi(At+ht,ht,tn);if(Ki)return Ki;var ar=ht>0?tn.end:Ut(tn.begin,-1);return ar!=null&&!(ht>0&&ar==at.text.length)&&(Ki=zi(ht>0?0:pt.length-1,ht,ue(ar)),Ki)?Ki:null}var Ph={selectAll:rs,singleSelection:function(it){return it.setSelection(it.getCursor("anchor"),it.getCursor("head"),Se)},killLine:function(it){return Sl(it,function(at){if(at.empty()){var dt=cn(it.doc,at.head.line).text.length;return at.head.ch==dt&&at.head.line<it.lastLine()?{from:at.head,to:Xe(at.head.line+1,0)}:{from:at.head,to:Xe(at.head.line,dt)}}else return{from:at.from(),to:at.to()}})},deleteLine:function(it){return Sl(it,function(at){return{from:Xe(at.from().line,0),to:hi(it.doc,Xe(at.to().line+1,0))}})},delLineLeft:function(it){return Sl(it,function(at){return{from:Xe(at.from().line,0),to:at.from()}})},delWrappedLineLeft:function(it){return Sl(it,function(at){var dt=it.charCoords(at.head,"div").top+5,ht=it.coordsChar({left:0,top:dt},"div");return{from:ht,to:at.from()}})},delWrappedLineRight:function(it){return Sl(it,function(at){var dt=it.charCoords(at.head,"div").top+5,ht=it.coordsChar({left:it.display.lineDiv.offsetWidth+100,top:dt},"div");return{from:at.from(),to:ht}})},undo:function(it){return it.undo()},redo:function(it){return it.redo()},undoSelection:function(it){return it.undoSelection()},redoSelection:function(it){return it.redoSelection()},goDocStart:function(it){return it.extendSelection(Xe(it.firstLine(),0))},goDocEnd:function(it){return it.extendSelection(Xe(it.lastLine()))},goLineStart:function(it){return it.extendSelectionsBy(function(at){return zd(it,at.head.line)},{origin:"+move",bias:1})},goLineStartSmart:function(it){return it.extendSelectionsBy(function(at){return Ag(it,at.head)},{origin:"+move",bias:1})},goLineEnd:function(it){return it.extendSelectionsBy(function(at){return jd(it,at.head.line)},{origin:"+move",bias:-1})},goLineRight:function(it){return it.extendSelectionsBy(function(at){var dt=it.cursorCoords(at.head,"div").top+5;return it.coordsChar({left:it.display.lineDiv.offsetWidth+100,top:dt},"div")},He)},goLineLeft:function(it){return it.extendSelectionsBy(function(at){var dt=it.cursorCoords(at.head,"div").top+5;return it.coordsChar({left:0,top:dt},"div")},He)},goLineLeftSmart:function(it){return it.extendSelectionsBy(function(at){var dt=it.cursorCoords(at.head,"div").top+5,ht=it.coordsChar({left:0,top:dt},"div");return ht.ch<it.getLine(ht.line).search(/\S/)?Ag(it,at.head):ht},He)},goLineUp:function(it){return it.moveV(-1,"line")},goLineDown:function(it){return it.moveV(1,"line")},goPageUp:function(it){return it.moveV(-1,"page")},goPageDown:function(it){return it.moveV(1,"page")},goCharLeft:function(it){return it.moveH(-1,"char")},goCharRight:function(it){return it.moveH(1,"char")},goColumnLeft:function(it){return it.moveH(-1,"column")},goColumnRight:function(it){return it.moveH(1,"column")},goWordLeft:function(it){return it.moveH(-1,"word")},goGroupRight:function(it){return it.moveH(1,"group")},goGroupLeft:function(it){return it.moveH(-1,"group")},goWordRight:function(it){return it.moveH(1,"word")},delCharBefore:function(it){return it.deleteH(-1,"codepoint")},delCharAfter:function(it){return it.deleteH(1,"char")},delWordBefore:function(it){return it.deleteH(-1,"word")},delWordAfter:function(it){return it.deleteH(1,"word")},delGroupBefore:function(it){return it.deleteH(-1,"group")},delGroupAfter:function(it){return it.deleteH(1,"group")},indentAuto:function(it){return it.indentSelection("smart")},indentMore:function(it){return it.indentSelection("add")},indentLess:function(it){return it.indentSelection("subtract")},insertTab:function(it){return it.replaceSelection(" ")},insertSoftTab:function(it){for(var at=[],dt=it.listSelections(),ht=it.options.tabSize,pt=0;pt<dt.length;pt++){var At=dt[pt].from(),zt=$t(it.getLine(At.line),At.ch,ht);at.push(de(ht-zt%ht))}it.replaceSelections(at)},defaultTab:function(it){it.somethingSelected()?it.indentSelection("add"):it.execCommand("insertTab")},transposeChars:function(it){return io(it,function(){for(var at=it.listSelections(),dt=[],ht=0;ht<at.length;ht++)if(at[ht].empty()){var pt=at[ht].head,At=cn(it.doc,pt.line).text;if(At){if(pt.ch==At.length&&(pt=new Xe(pt.line,pt.ch-1)),pt.ch>0)pt=new Xe(pt.line,pt.ch+1),it.replaceRange(At.charAt(pt.ch-1)+At.charAt(pt.ch-2),Xe(pt.line,pt.ch-2),pt,"+transpose");else if(pt.line>it.doc.first){var zt=cn(it.doc,pt.line-1).text;zt&&(pt=new Xe(pt.line,1),it.replaceRange(At.charAt(0)+it.doc.lineSeparator()+zt.charAt(zt.length-1),Xe(pt.line-1,zt.length-1),pt,"+transpose"))}}dt.push(new ya(pt,pt))}it.setSelections(dt)})},newlineAndIndent:function(it){return io(it,function(){for(var at=it.listSelections(),dt=at.length-1;dt>=0;dt--)it.replaceRange(it.doc.lineSeparator(),at[dt].anchor,at[dt].head,"+input");at=it.listSelections();for(var ht=0;ht<at.length;ht++)it.indentLine(at[ht].from().line,null,!0);Zs(it)})},openLine:function(it){return it.replaceSelection(`
|
|
`,"start")},toggleOverwrite:function(it){return it.toggleOverwrite()}};function zd(it,at){var dt=cn(it.doc,at),ht=Kn(dt);return ht!=dt&&(at=Qt(ht)),bc(!0,it,ht,at,1)}function jd(it,at){var dt=cn(it.doc,at),ht=fi(dt);return ht!=dt&&(at=Qt(ht)),bc(!0,it,dt,at,-1)}function Ag(it,at){var dt=zd(it,at.line),ht=cn(it.doc,dt.line),pt=Pn(ht,it.doc.direction);if(!pt||pt[0].level==0){var At=Math.max(dt.ch,ht.text.search(/\S/)),zt=at.line==dt.line&&at.ch<=At&&at.ch;return Xe(dt.line,zt?0:At,dt.sticky)}return dt}function Hd(it,at,dt){if(typeof at=="string"&&(at=Ph[at],!at))return!1;it.display.input.ensurePolled();var ht=it.display.shift,pt=!1;try{it.isReadOnly()&&(it.state.suppressEdits=!0),dt&&(it.display.shift=!1),pt=at(it)!=Ve}finally{it.display.shift=ht,it.state.suppressEdits=!1}return pt}function kg(it,at,dt){for(var ht=0;ht<it.state.keyMaps.length;ht++){var pt=Yl(at,it.state.keyMaps[ht],dt,it);if(pt)return pt}return it.options.extraKeys&&Yl(at,it.options.extraKeys,dt,it)||Yl(at,it.options.keyMap,dt,it)}var Bu=new It;function nd(it,at,dt,ht){var pt=it.state.keySeq;if(pt){if(Rd(at))return"handled";if(/\'$/.test(at)?it.state.keySeq=null:Bu.set(50,function(){it.state.keySeq==pt&&(it.state.keySeq=null,it.display.input.reset())}),gf(it,pt+" "+at,dt,ht))return!0}return gf(it,at,dt,ht)}function gf(it,at,dt,ht){var pt=kg(it,at,ht);return pt=="multi"&&(it.state.keySeq=at),pt=="handled"&&Si(it,"keyHandled",it,at,dt),(pt=="handled"||pt=="multi")&&(er(dt),Uo(it)),!!pt}function pf(it,at){var dt=em(at,!0);return dt?at.shiftKey&&!it.state.keySeq?nd(it,"Shift-"+dt,at,function(ht){return Hd(it,ht,!0)})||nd(it,dt,at,function(ht){if(typeof ht=="string"?/^go[A-Z]/.test(ht):ht.motion)return Hd(it,ht)}):nd(it,dt,at,function(ht){return Hd(it,ht)}):!1}function mf(it,at,dt){return nd(it,"'"+dt+"'",at,function(ht){return Hd(it,ht,!0)})}var id=null;function Eg(it){var at=this;if(!(it.target&&it.target!=at.display.input.getField())&&(at.curOp.focus=De(),!zn(at,it))){ne&&Ht<11&&it.keyCode==27&&(it.returnValue=!1);var dt=it.keyCode;at.display.shift=dt==16||it.shiftKey;var ht=pf(at,it);Nt&&(id=ht?dt:null,!ht&&dt==88&&!Bi&&(ct?it.metaKey:it.ctrlKey)&&at.replaceSelection("",null,"cut")),Lt&&!ct&&!ht&&dt==46&&it.shiftKey&&!it.ctrlKey&&document.execCommand&&document.execCommand("cut"),dt==18&&!/\bCodeMirror-crosshair\b/.test(at.display.lineDiv.className)&&Fg(at)}}function Fg(it){var at=it.display.lineDiv;Ee(at,"CodeMirror-crosshair");function dt(ht){(ht.keyCode==18||!ht.altKey)&&(Wt(at,"CodeMirror-crosshair"),Hn(document,"keyup",dt),Hn(document,"mouseover",dt))}en(document,"keyup",dt),en(document,"mouseover",dt)}function Ng(it){it.keyCode==16&&(this.doc.sel.shift=!1),zn(this,it)}function Pu(it){var at=this;if(!(it.target&&it.target!=at.display.input.getField())&&!(Yr(at.display,it)||zn(at,it)||it.ctrlKey&&!it.altKey||ct&&it.metaKey)){var dt=it.keyCode,ht=it.charCode;if(Nt&&dt==id){id=null,er(it);return}if(!(Nt&&(!it.which||it.which<10)&&pf(at,it))){var pt=String.fromCharCode(ht==null?dt:ht);pt!="\b"&&(mf(at,it,pt)||at.display.input.onKeyPress(it))}}}var nm=400,Tg=function(it,at,dt){this.time=it,this.pos=at,this.button=dt};Tg.prototype.compare=function(it,at,dt){return this.time+nm>it&&ri(at,this.pos)==0&&dt==this.button};var Zd,rd;function Dg(it,at){var dt=+new Date;return rd&&rd.compare(dt,it,at)?(Zd=rd=null,"triple"):Zd&&Zd.compare(dt,it,at)?(rd=new Tg(dt,it,at),Zd=null,"double"):(Zd=new Tg(dt,it,at),rd=null,"single")}function wu(it){var at=this,dt=at.display;if(!(zn(at,it)||dt.activeTouch&&dt.input.supportsTouch())){if(dt.input.ensurePolled(),dt.shift=it.shiftKey,Yr(dt,it)){oe||(dt.scroller.draggable=!1,setTimeout(function(){return dt.scroller.draggable=!0},100));return}if(!Sf(at,it)){var ht=Va(at,it),pt=Fi(it),At=ht?Dg(ht,pt):"single";window.focus(),pt==1&&at.state.selectingText&&at.state.selectingText(it),!(ht&&Bg(at,pt,ht,At,it))&&(pt==1?ht?im(at,ht,At,it):Ai(it)==dt.scroller&&er(it):pt==2?(ht&&uf(at.doc,ht),setTimeout(function(){return dt.input.focus()},20)):pt==3&&(Pt?at.display.input.onContextMenu(it):pa(at)))}}}function Bg(it,at,dt,ht,pt){var At="Click";return ht=="double"?At="Double"+At:ht=="triple"&&(At="Triple"+At),At=(at==1?"Left":at==2?"Middle":"Right")+At,nd(it,bg(At,pt),pt,function(zt){if(typeof zt=="string"&&(zt=Ph[zt]),!zt)return!1;var Ut=!1;try{it.isReadOnly()&&(it.state.suppressEdits=!0),Ut=zt(it,dt)!=Ve}finally{it.state.suppressEdits=!1}return Ut})}function vf(it,at,dt){var ht=it.getOption("configureMouse"),pt=ht?ht(it,at,dt):{};if(pt.unit==null){var At=lt?dt.shiftKey&&dt.metaKey:dt.altKey;pt.unit=At?"rectangle":at=="single"?"char":at=="double"?"word":"line"}return(pt.extend==null||it.doc.extend)&&(pt.extend=it.doc.extend||dt.shiftKey),pt.addNew==null&&(pt.addNew=ct?dt.metaKey:dt.ctrlKey),pt.moveOnDrag==null&&(pt.moveOnDrag=!(ct?dt.altKey:dt.ctrlKey)),pt}function im(it,at,dt,ht){ne?setTimeout(Ge(ua,it),0):it.curOp.focus=De();var pt=vf(it,dt,ht),At=it.doc.sel,zt;it.options.dragDrop&&Mi&&!it.isReadOnly()&&dt=="single"&&(zt=At.contains(at))>-1&&(ri((zt=At.ranges[zt]).from(),at)<0||at.xRel>0)&&(ri(zt.to(),at)>0||at.xRel<0)?Og(it,ht,at,pt):ev(it,ht,at,pt)}function Og(it,at,dt,ht){var pt=it.display,At=!1,zt=uo(it,function(ue){oe&&(pt.scroller.draggable=!1),it.state.draggingText=!1,Hn(pt.wrapper.ownerDocument,"mouseup",zt),Hn(pt.wrapper.ownerDocument,"mousemove",Ut),Hn(pt.scroller,"dragstart",Kt),Hn(pt.scroller,"drop",zt),At||(er(ue),ht.addNew||uf(it.doc,dt,null,null,ht.extend),oe&&!Je||ne&&Ht==9?setTimeout(function(){pt.wrapper.ownerDocument.body.focus({preventScroll:!0}),pt.input.focus()},20):pt.input.focus())}),Ut=function(ue){At=At||Math.abs(at.clientX-ue.clientX)+Math.abs(at.clientY-ue.clientY)>=10},Kt=function(){return At=!0};oe&&(pt.scroller.draggable=!0),it.state.draggingText=zt,zt.copy=!ht.moveOnDrag,pt.scroller.dragDrop&&pt.scroller.dragDrop(),en(pt.wrapper.ownerDocument,"mouseup",zt),en(pt.wrapper.ownerDocument,"mousemove",Ut),en(pt.scroller,"dragstart",Kt),en(pt.scroller,"drop",zt),pa(it),setTimeout(function(){return pt.input.focus()},20)}function Ig(it,at,dt){if(dt=="char")return new ya(at,at);if(dt=="word")return it.findWordAt(at);if(dt=="line")return new ya(Xe(at.line,0),hi(it.doc,Xe(at.line+1,0)));var ht=dt(it,at);return new ya(ht.from,ht.to)}function ev(it,at,dt,ht){var pt=it.display,At=it.doc;er(at);var zt,Ut,Kt=At.sel,ue=Kt.ranges;if(ht.addNew&&!ht.extend?(Ut=At.sel.contains(dt),Ut>-1?zt=ue[Ut]:zt=new ya(dt,dt)):(zt=At.sel.primary(),Ut=At.sel.primIndex),ht.unit=="rectangle")ht.addNew||(zt=new ya(dt,dt)),dt=Va(it,at,!0,!0),Ut=-1;else{var tn=Ig(it,dt,ht.unit);ht.extend?zt=lf(zt,tn.anchor,tn.head,ht.extend):zt=tn}ht.addNew?Ut==-1?(Ut=ue.length,Gs(At,ru(it,ue.concat([zt]),Ut),{scroll:!1,origin:"*mouse"})):ue.length>1&&ue[Ut].empty()&&ht.unit=="char"&&!ht.extend?(Gs(At,ru(it,ue.slice(0,Ut).concat(ue.slice(Ut+1)),0),{scroll:!1,origin:"*mouse"}),Kt=At.sel):Sh(At,Ut,zt,$e):(Ut=0,Gs(At,new Kl([zt],0),$e),Kt=At.sel);var ye=dt;function kn(Rr){if(ri(ye,Rr)!=0)if(ye=Rr,ht.unit=="rectangle"){for(var eo=[],Lo=it.options.tabSize,Br=$t(cn(At,dt.line).text,dt.ch,Lo),Ko=$t(cn(At,Rr.line).text,Rr.ch,Lo),Ba=Math.min(Br,Ko),ms=Math.max(Br,Ko),Ya=Math.min(dt.line,Rr.line),sl=Math.min(it.lastLine(),Math.max(dt.line,Rr.line));Ya<=sl;Ya++){var Vs=cn(At,Ya).text,cs=xn(Vs,Ba,Lo);Ba==ms?eo.push(new ya(Xe(Ya,cs),Xe(Ya,cs))):Vs.length>cs&&eo.push(new ya(Xe(Ya,cs),Xe(Ya,xn(Vs,ms,Lo))))}eo.length||eo.push(new ya(dt,dt)),Gs(At,ru(it,Kt.ranges.slice(0,Ut).concat(eo),Ut),{origin:"*mouse",scroll:!1}),it.scrollIntoView(Rr)}else{var xl=zt,Bs=Ig(it,Rr,ht.unit),fs=xl.anchor,ha;ri(Bs.anchor,fs)>0?(ha=Bs.head,fs=ai(xl.from(),Bs.anchor)):(ha=Bs.anchor,fs=ir(xl.to(),Bs.head));var Qa=Kt.ranges.slice(0);Qa[Ut]=rm(it,new ya(hi(At,fs),ha)),Gs(At,ru(it,Qa,Ut),$e)}}var wn=pt.wrapper.getBoundingClientRect(),zi=0;function Ki(Rr){var eo=++zi,Lo=Va(it,Rr,!0,ht.unit=="rectangle");if(Lo)if(ri(Lo,ye)!=0){it.curOp.focus=De(),kn(Lo);var Br=wo(pt,At);(Lo.line>=Br.to||Lo.line<Br.from)&&setTimeout(uo(it,function(){zi==eo&&Ki(Rr)}),150)}else{var Ko=Rr.clientY<wn.top?-20:Rr.clientY>wn.bottom?20:0;Ko&&setTimeout(uo(it,function(){zi==eo&&(pt.scroller.scrollTop+=Ko,Ki(Rr))}),50)}}function ar(Rr){it.state.selectingText=!1,zi=1/0,Rr&&(er(Rr),pt.input.focus()),Hn(pt.wrapper.ownerDocument,"mousemove",Mr),Hn(pt.wrapper.ownerDocument,"mouseup",Jr),At.history.lastSelOrigin=null}var Mr=uo(it,function(Rr){Rr.buttons===0||!Fi(Rr)?ar(Rr):Ki(Rr)}),Jr=uo(it,ar);it.state.selectingText=Jr,en(pt.wrapper.ownerDocument,"mousemove",Mr),en(pt.wrapper.ownerDocument,"mouseup",Jr)}function rm(it,at){var dt=at.anchor,ht=at.head,pt=cn(it.doc,dt.line);if(ri(dt,ht)==0&&dt.sticky==ht.sticky)return at;var At=Pn(pt);if(!At)return at;var zt=_e(At,dt.ch,dt.sticky),Ut=At[zt];if(Ut.from!=dt.ch&&Ut.to!=dt.ch)return at;var Kt=zt+(Ut.from==dt.ch==(Ut.level!=1)?0:1);if(Kt==0||Kt==At.length)return at;var ue;if(ht.line!=dt.line)ue=(ht.line-dt.line)*(it.doc.direction=="ltr"?1:-1)>0;else{var tn=_e(At,ht.ch,ht.sticky),ye=tn-zt||(ht.ch-dt.ch)*(Ut.level==1?-1:1);tn==Kt-1||tn==Kt?ue=ye<0:ue=ye>0}var kn=At[Kt+(ue?-1:0)],wn=ue==(kn.level==1),zi=wn?kn.from:kn.to,Ki=wn?"after":"before";return dt.ch==zi&&dt.sticky==Ki?at:new ya(new Xe(dt.line,zi,Ki),ht)}function yf(it,at,dt,ht){var pt,At;if(at.touches)pt=at.touches[0].clientX,At=at.touches[0].clientY;else try{pt=at.clientX,At=at.clientY}catch(kn){return!1}if(pt>=Math.floor(it.display.gutters.getBoundingClientRect().right))return!1;ht&&er(at);var zt=it.display,Ut=zt.lineDiv.getBoundingClientRect();if(At>Ut.bottom||!vi(it,dt))return Ue(at);At-=Ut.top-zt.viewOffset;for(var Kt=0;Kt<it.display.gutterSpecs.length;++Kt){var ue=zt.gutters.childNodes[Kt];if(ue&&ue.getBoundingClientRect().right>=pt){var tn=Me(it.doc,At),ye=it.display.gutterSpecs[Kt];return mn(it,dt,it,tn,ye.className,at),Ue(at)}}}function Sf(it,at){return yf(it,at,"gutterClick",!0)}function xf(it,at){Yr(it.display,at)||om(it,at)||zn(it,at,"contextmenu")||Pt||it.display.input.onContextMenu(at)}function om(it,at){return vi(it,"gutterContextMenu")?yf(it,at,"gutterContextMenu",!1):!1}function Pf(it){it.display.wrapper.className=it.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+it.options.theme.replace(/(^|\s)\s*/g," cm-s-"),Ra(it)}var wh={toString:function(){return"CodeMirror.Init"}},Rg={},Mc={};function am(it){var at=it.optionHandlers;function dt(ht,pt,At,zt){it.defaults[ht]=pt,At&&(at[ht]=zt?function(Ut,Kt,ue){ue!=wh&&At(Ut,Kt,ue)}:At)}it.defineOption=dt,it.Init=wh,dt("value","",function(ht,pt){return ht.setValue(pt)},!0),dt("mode",null,function(ht,pt){ht.doc.modeOption=pt,Vo(ht)},!0),dt("indentUnit",2,Vo,!0),dt("indentWithTabs",!1),dt("smartIndent",!0),dt("tabSize",4,function(ht){cc(ht),Ra(ht),sa(ht)},!0),dt("lineSeparator",null,function(ht,pt){if(ht.doc.lineSep=pt,!!pt){var At=[],zt=ht.doc.first;ht.doc.iter(function(Kt){for(var ue=0;;){var tn=Kt.text.indexOf(pt,ue);if(tn==-1)break;ue=tn+pt.length,At.push(Xe(zt,tn))}zt++});for(var Ut=At.length-1;Ut>=0;Ut--)_h(ht.doc,pt,At[Ut],Xe(At[Ut].line,At[Ut].ch+pt.length))}}),dt("specialChars",/[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b-\u200c\u200e\u200f\u2028\u2029\ufeff\ufff9-\ufffc]/g,function(ht,pt,At){ht.state.specialChars=new RegExp(pt.source+(pt.test(" ")?"":"| "),"g"),At!=wh&&ht.refresh()}),dt("specialCharPlaceholder",ti,function(ht){return ht.refresh()},!0),dt("electricChars",!0),dt("inputStyle",nt?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),dt("spellcheck",!1,function(ht,pt){return ht.getInputField().spellcheck=pt},!0),dt("autocorrect",!1,function(ht,pt){return ht.getInputField().autocorrect=pt},!0),dt("autocapitalize",!1,function(ht,pt){return ht.getInputField().autocapitalize=pt},!0),dt("rtlMoveVisually",!gt),dt("wholeLineUpdateBefore",!0),dt("theme","default",function(ht){Pf(ht),Tl(ht)},!0),dt("keyMap","default",function(ht,pt,At){var zt=ed(pt),Ut=At!=wh&&ed(At);Ut&&Ut.detach&&Ut.detach(ht,zt),zt.attach&&zt.attach(ht,Ut||null)}),dt("extraKeys",null),dt("configureMouse",null),dt("lineWrapping",!1,sm,!0),dt("gutters",[],function(ht,pt){ht.display.gutterSpecs=xs(pt,ht.options.lineNumbers),Tl(ht)},!0),dt("fixedGutter",!0,function(ht,pt){ht.display.gutters.style.left=pt?Hs(ht.display)+"px":"0",ht.refresh()},!0),dt("coverGutterNextToScrollbar",!1,function(ht){return ts(ht)},!0),dt("scrollbarStyle","native",function(ht){ml(ht),ts(ht),ht.display.scrollbars.setScrollTop(ht.doc.scrollTop),ht.display.scrollbars.setScrollLeft(ht.doc.scrollLeft)},!0),dt("lineNumbers",!1,function(ht,pt){ht.display.gutterSpecs=xs(ht.options.gutters,pt),Tl(ht)},!0),dt("firstLineNumber",1,Tl,!0),dt("lineNumberFormatter",function(ht){return ht},Tl,!0),dt("showCursorWhenSelecting",!1,Da,!0),dt("resetSelectionOnContextMenu",!0),dt("lineWiseCopyCut",!0),dt("pasteLinesPerSelection",!0),dt("selectionsMayTouch",!1),dt("readOnly",!1,function(ht,pt){pt=="nocursor"&&(fl(ht),ht.display.input.blur()),ht.display.input.readOnlyChanged(pt)}),dt("screenReaderLabel",null,function(ht,pt){pt=pt===""?null:pt,ht.display.input.screenReaderLabelChanged(pt)}),dt("disableInput",!1,function(ht,pt){pt||ht.display.input.reset()},!0),dt("dragDrop",!0,wf),dt("allowDropFileTypes",null),dt("cursorBlinkRate",530),dt("cursorScrollMargin",0),dt("cursorHeight",1,Da,!0),dt("singleCursorHeightPerLine",!0,Da,!0),dt("workTime",100),dt("workDelay",100),dt("flattenSpans",!0,cc,!0),dt("addModeClass",!1,cc,!0),dt("pollInterval",100),dt("undoDepth",200,function(ht,pt){return ht.doc.history.undoDepth=pt}),dt("historyEventDelay",1250),dt("viewportMargin",10,function(ht){return ht.refresh()},!0),dt("maxHighlightLength",1e4,cc,!0),dt("moveInputWithCursor",!0,function(ht,pt){pt||ht.display.input.resetPosition()}),dt("tabindex",null,function(ht,pt){return ht.display.input.getField().tabIndex=pt||""}),dt("autofocus",null),dt("direction","ltr",function(ht,pt){return ht.doc.setDirection(pt)},!0),dt("phrases",null)}function wf(it,at,dt){var ht=dt&&dt!=wh;if(!at!=!ht){var pt=it.display.dragFunctions,At=at?en:Hn;At(it.display.scroller,"dragstart",pt.start),At(it.display.scroller,"dragenter",pt.enter),At(it.display.scroller,"dragover",pt.over),At(it.display.scroller,"dragleave",pt.leave),At(it.display.scroller,"drop",pt.drop)}}function sm(it){it.options.lineWrapping?(Ee(it.display.wrapper,"CodeMirror-wrap"),it.display.sizer.style.minWidth="",it.display.sizerWidth=null):(Wt(it.display.wrapper,"CodeMirror-wrap"),qe(it)),Vr(it),sa(it),Ra(it),setTimeout(function(){return ts(it)},100)}function la(it,at){var dt=this;if(!(this instanceof la))return new la(it,at);this.options=at=at?sn(at):{},sn(Rg,at,!1);var ht=at.value;typeof ht=="string"?ht=new Ds(ht,at.mode,null,at.lineSeparator,at.direction):at.mode&&(ht.modeOption=at.mode),this.doc=ht;var pt=new la.inputStyles[at.inputStyle](this),At=this.display=new mh(it,ht,pt,at);At.wrapper.CodeMirror=this,Pf(this),at.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),ml(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 It,keySeq:null,specialChars:null},at.autofocus&&!nt&&At.input.focus(),ne&&Ht<11&&setTimeout(function(){return dt.display.input.reset(!0)},20),Wd(this),Bl(),fo(this),this.curOp.forceUpdate=!0,of(this,ht),at.autofocus&&!nt||this.hasFocus()?setTimeout(function(){dt.hasFocus()&&!dt.state.focused&&Xo(dt)},20):fl(this);for(var zt in Mc)Mc.hasOwnProperty(zt)&&Mc[zt](this,at[zt],wh);ss(this),at.finishInit&&at.finishInit(this);for(var Ut=0;Ut<od.length;++Ut)od[Ut](this);Ka(this),oe&&at.lineWrapping&&getComputedStyle(At.lineDiv).textRendering=="optimizelegibility"&&(At.lineDiv.style.textRendering="auto")}la.defaults=Rg,la.optionHandlers=Mc;function Wd(it){var at=it.display;en(at.scroller,"mousedown",uo(it,wu)),ne&&Ht<11?en(at.scroller,"dblclick",uo(it,function(Kt){if(!zn(it,Kt)){var ue=Va(it,Kt);if(!(!ue||Sf(it,Kt)||Yr(it.display,Kt))){er(Kt);var tn=it.findWordAt(ue);uf(it.doc,tn.anchor,tn.head)}}})):en(at.scroller,"dblclick",function(Kt){return zn(it,Kt)||er(Kt)}),en(at.scroller,"contextmenu",function(Kt){return xf(it,Kt)}),en(at.input.getField(),"contextmenu",function(Kt){at.scroller.contains(Kt.target)||xf(it,Kt)});var dt,ht={end:0};function pt(){at.activeTouch&&(dt=setTimeout(function(){return at.activeTouch=null},1e3),ht=at.activeTouch,ht.end=+new Date)}function At(Kt){if(Kt.touches.length!=1)return!1;var ue=Kt.touches[0];return ue.radiusX<=1&&ue.radiusY<=1}function zt(Kt,ue){if(ue.left==null)return!0;var tn=ue.left-Kt.left,ye=ue.top-Kt.top;return tn*tn+ye*ye>20*20}en(at.scroller,"touchstart",function(Kt){if(!zn(it,Kt)&&!At(Kt)&&!Sf(it,Kt)){at.input.ensurePolled(),clearTimeout(dt);var ue=+new Date;at.activeTouch={start:ue,moved:!1,prev:ue-ht.end<=300?ht:null},Kt.touches.length==1&&(at.activeTouch.left=Kt.touches[0].pageX,at.activeTouch.top=Kt.touches[0].pageY)}}),en(at.scroller,"touchmove",function(){at.activeTouch&&(at.activeTouch.moved=!0)}),en(at.scroller,"touchend",function(Kt){var ue=at.activeTouch;if(ue&&!Yr(at,Kt)&&ue.left!=null&&!ue.moved&&new Date-ue.start<300){var tn=it.coordsChar(at.activeTouch,"page"),ye;!ue.prev||zt(ue,ue.prev)?ye=new ya(tn,tn):!ue.prev.prev||zt(ue,ue.prev.prev)?ye=it.findWordAt(tn):ye=new ya(Xe(tn.line,0),hi(it.doc,Xe(tn.line+1,0))),it.setSelection(ye.anchor,ye.head),it.focus(),er(Kt)}pt()}),en(at.scroller,"touchcancel",pt),en(at.scroller,"scroll",function(){at.scroller.clientHeight&&(gl(it,at.scroller.scrollTop),pl(it,at.scroller.scrollLeft,!0),mn(it,"scroll",it))}),en(at.scroller,"mousewheel",function(Kt){return Ps(it,Kt)}),en(at.scroller,"DOMMouseScroll",function(Kt){return Ps(it,Kt)}),en(at.wrapper,"scroll",function(){return at.wrapper.scrollTop=at.wrapper.scrollLeft=0}),at.dragFunctions={enter:function(Kt){zn(it,Kt)||ii(Kt)},over:function(Kt){zn(it,Kt)||(_p(it,Kt),ii(Kt))},start:function(Kt){return qp(it,Kt)},drop:uo(it,xg),leave:function(Kt){zn(it,Kt)||$p(it)}};var Ut=at.input.getField();en(Ut,"keyup",function(Kt){return Ng.call(it,Kt)}),en(Ut,"keydown",uo(it,Eg)),en(Ut,"keypress",uo(it,Pu)),en(Ut,"focus",function(Kt){return Xo(it,Kt)}),en(Ut,"blur",function(Kt){return fl(it,Kt)})}var od=[];la.defineInitHook=function(it){return od.push(it)};function ps(it,at,dt,ht){var pt=it.doc,At;dt==null&&(dt="add"),dt=="smart"&&(pt.mode.indent?At=so(it,at).state:dt="prev");var zt=it.options.tabSize,Ut=cn(pt,at),Kt=$t(Ut.text,null,zt);Ut.stateAfter&&(Ut.stateAfter=null);var ue=Ut.text.match(/^\s*/)[0],tn;if(!ht&&!/\S/.test(Ut.text))tn=0,dt="not";else if(dt=="smart"&&(tn=pt.mode.indent(At,Ut.text.slice(ue.length),Ut.text),tn==Ve||tn>150)){if(!ht)return;dt="prev"}dt=="prev"?at>pt.first?tn=$t(cn(pt,at-1).text,null,zt):tn=0:dt=="add"?tn=Kt+it.options.indentUnit:dt=="subtract"?tn=Kt-it.options.indentUnit:typeof dt=="number"&&(tn=Kt+dt),tn=Math.max(0,tn);var ye="",kn=0;if(it.options.indentWithTabs)for(var wn=Math.floor(tn/zt);wn;--wn)kn+=zt,ye+=" ";if(kn<tn&&(ye+=de(tn-kn)),ye!=ue)return _h(pt,ye,Xe(at,0),Xe(at,ue.length),"+input"),Ut.stateAfter=null,!0;for(var zi=0;zi<pt.sel.ranges.length;zi++){var Ki=pt.sel.ranges[zi];if(Ki.head.line==at&&Ki.head.ch<ue.length){var ar=Xe(at,ue.length);Sh(pt,zi,new ya(ar,ar));break}}}var al=null;function ad(it){al=it}function Ac(it,at,dt,ht,pt){var At=it.doc;it.display.shift=!1,ht||(ht=At.sel);var zt=+new Date-200,Ut=pt=="paste"||it.state.pasteIncoming>zt,Kt=qi(at),ue=null;if(Ut&&ht.ranges.length>1)if(al&&al.text.join(`
|
|
`)==at){if(ht.ranges.length%al.text.length==0){ue=[];for(var tn=0;tn<al.text.length;tn++)ue.push(At.splitLines(al.text[tn]))}}else Kt.length==ht.ranges.length&&it.options.pasteLinesPerSelection&&(ue=ze(Kt,function(Mr){return[Mr]}));for(var ye=it.curOp.updateInput,kn=ht.ranges.length-1;kn>=0;kn--){var wn=ht.ranges[kn],zi=wn.from(),Ki=wn.to();wn.empty()&&(dt&&dt>0?zi=Xe(zi.line,zi.ch-dt):it.state.overwrite&&!Ut?Ki=Xe(Ki.line,Math.min(cn(At,Ki.line).text.length,Ki.ch+ke(Kt).length)):Ut&&al&&al.lineWise&&al.text.join(`
|
|
`)==Kt.join(`
|
|
`)&&(zi=Ki=Xe(zi.line,0)));var ar={from:zi,to:Ki,text:ue?ue[kn%ue.length]:Kt,origin:pt||(Ut?"paste":it.state.cutIncoming>zt?"cut":"+input")};xh(it.doc,ar),Si(it,"inputRead",it,ar)}at&&!Ut&&jg(it,at),Zs(it),it.curOp.updateInput<2&&(it.curOp.updateInput=ye),it.curOp.typing=!0,it.state.pasteIncoming=it.state.cutIncoming=-1}function zg(it,at){var dt=it.clipboardData&&it.clipboardData.getData("Text");if(dt)return it.preventDefault(),!at.isReadOnly()&&!at.options.disableInput&&io(at,function(){return Ac(at,dt,0,null,"paste")}),!0}function jg(it,at){if(!(!it.options.electricChars||!it.options.smartIndent))for(var dt=it.doc.sel,ht=dt.ranges.length-1;ht>=0;ht--){var pt=dt.ranges[ht];if(!(pt.head.ch>100||ht&&dt.ranges[ht-1].head.line==pt.head.line)){var At=it.getModeAt(pt.head),zt=!1;if(At.electricChars){for(var Ut=0;Ut<At.electricChars.length;Ut++)if(at.indexOf(At.electricChars.charAt(Ut))>-1){zt=ps(it,pt.head.line,"smart");break}}else At.electricInput&&At.electricInput.test(cn(it.doc,pt.head.line).text.slice(0,pt.head.ch))&&(zt=ps(it,pt.head.line,"smart"));zt&&Si(it,"electricInput",it,pt.head.line)}}}function Hg(it){for(var at=[],dt=[],ht=0;ht<it.doc.sel.ranges.length;ht++){var pt=it.doc.sel.ranges[ht].head.line,At={anchor:Xe(pt,0),head:Xe(pt+1,0)};dt.push(At),at.push(it.getRange(At.anchor,At.head))}return{text:at,ranges:dt}}function Zg(it,at,dt,ht){it.setAttribute("autocorrect",dt?"":"off"),it.setAttribute("autocapitalize",ht?"":"off"),it.setAttribute("spellcheck",!!at)}function Wg(){var it=Vt("textarea",null,null,"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; outline: none"),at=Vt("div",[it],null,"overflow: hidden; position: relative; width: 3px; height: 0px;");return oe?it.style.width="1000px":it.setAttribute("wrap","off"),Bt&&(it.style.border="1px solid black"),Zg(it),at}function Ch(it){var at=it.optionHandlers,dt=it.helpers={};it.prototype={constructor:it,focus:function(){window.focus(),this.display.input.focus()},setOption:function(ht,pt){var At=this.options,zt=At[ht];At[ht]==pt&&ht!="mode"||(At[ht]=pt,at.hasOwnProperty(ht)&&uo(this,at[ht])(this,pt,zt),mn(this,"optionChange",this,ht))},getOption:function(ht){return this.options[ht]},getDoc:function(){return this.doc},addKeyMap:function(ht,pt){this.state.keyMaps[pt?"push":"unshift"](ed(ht))},removeKeyMap:function(ht){for(var pt=this.state.keyMaps,At=0;At<pt.length;++At)if(pt[At]==ht||pt[At].name==ht)return pt.splice(At,1),!0},addOverlay:Co(function(ht,pt){var At=ht.token?ht:it.getMode(this.options,ht);if(At.startState)throw new Error("Overlays may not be stateful.");fn(this.state.overlays,{mode:At,modeSpec:ht,opaque:pt&&pt.opaque,priority:pt&&pt.priority||0},function(zt){return zt.priority}),this.state.modeGen++,sa(this)}),removeOverlay:Co(function(ht){for(var pt=this.state.overlays,At=0;At<pt.length;++At){var zt=pt[At].modeSpec;if(zt==ht||typeof ht=="string"&&zt.name==ht){pt.splice(At,1),this.state.modeGen++,sa(this);return}}}),indentLine:Co(function(ht,pt,At){typeof pt!="string"&&typeof pt!="number"&&(pt==null?pt=this.options.smartIndent?"smart":"prev":pt=pt?"add":"subtract"),Gn(this.doc,ht)&&ps(this,ht,pt,At)}),indentSelection:Co(function(ht){for(var pt=this.doc.sel.ranges,At=-1,zt=0;zt<pt.length;zt++){var Ut=pt[zt];if(Ut.empty())Ut.head.line>At&&(ps(this,Ut.head.line,ht,!0),At=Ut.head.line,zt==this.doc.sel.primIndex&&Zs(this));else{var Kt=Ut.from(),ue=Ut.to(),tn=Math.max(At,Kt.line);At=Math.min(this.lastLine(),ue.line-(ue.ch?0:1))+1;for(var ye=tn;ye<At;++ye)ps(this,ye,ht);var kn=this.doc.sel.ranges;Kt.ch==0&&pt.length==kn.length&&kn[zt].from().ch>0&&Sh(this.doc,zt,new ya(Kt,kn[zt].to()),Se)}}}),getTokenAt:function(ht,pt){return Wr(this,ht,pt)},getLineTokens:function(ht,pt){return Wr(this,Xe(ht),pt,!0)},getTokenTypeAt:function(ht){ht=hi(this.doc,ht);var pt=jr(this,cn(this.doc,ht.line)),At=0,zt=(pt.length-1)/2,Ut=ht.ch,Kt;if(Ut==0)Kt=pt[2];else for(;;){var ue=At+zt>>1;if((ue?pt[ue*2-1]:0)>=Ut)zt=ue;else if(pt[ue*2+1]<Ut)At=ue+1;else{Kt=pt[ue*2+2];break}}var tn=Kt?Kt.indexOf("overlay "):-1;return tn<0?Kt:tn==0?null:Kt.slice(0,tn-1)},getModeAt:function(ht){var pt=this.doc.mode;return pt.innerMode?it.innerMode(pt,this.getTokenAt(ht).state).mode:pt},getHelper:function(ht,pt){return this.getHelpers(ht,pt)[0]},getHelpers:function(ht,pt){var At=[];if(!dt.hasOwnProperty(pt))return At;var zt=dt[pt],Ut=this.getModeAt(ht);if(typeof Ut[pt]=="string")zt[Ut[pt]]&&At.push(zt[Ut[pt]]);else if(Ut[pt])for(var Kt=0;Kt<Ut[pt].length;Kt++){var ue=zt[Ut[pt][Kt]];ue&&At.push(ue)}else Ut.helperType&&zt[Ut.helperType]?At.push(zt[Ut.helperType]):zt[Ut.name]&&At.push(zt[Ut.name]);for(var tn=0;tn<zt._global.length;tn++){var ye=zt._global[tn];ye.pred(Ut,this)&&Pe(At,ye.val)==-1&&At.push(ye.val)}return At},getStateAfter:function(ht,pt){var At=this.doc;return ht=Jn(At,ht==null?At.first+At.size-1:ht),so(this,ht+1,pt).state},cursorCoords:function(ht,pt){var At,zt=this.doc.sel.primary();return ht==null?At=zt.head:typeof ht=="object"?At=hi(this.doc,ht):At=ht?zt.from():zt.to(),Lr(this,At,pt||"page")},charCoords:function(ht,pt){return La(this,hi(this.doc,ht),pt||"page")},coordsChar:function(ht,pt){return ht=bo(this,ht,pt||"page"),wr(this,ht.left,ht.top)},lineAtHeight:function(ht,pt){return ht=bo(this,{top:ht,left:0},pt||"page").top,Me(this.doc,ht+this.display.viewOffset)},heightAtLine:function(ht,pt,At){var zt=!1,Ut;if(typeof ht=="number"){var Kt=this.doc.first+this.doc.size-1;ht<this.doc.first?ht=this.doc.first:ht>Kt&&(ht=Kt,zt=!0),Ut=cn(this.doc,ht)}else Ut=ht;return _o(this,Ut,{top:0,left:0},pt||"page",At||zt).top+(zt?this.doc.height-xe(Ut):0)},defaultTextHeight:function(){return ca(this.display)},defaultCharWidth:function(){return Ga(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(ht,pt,At,zt,Ut){var Kt=this.display;ht=Lr(this,hi(this.doc,ht));var ue=ht.bottom,tn=ht.left;if(pt.style.position="absolute",pt.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(pt),Kt.sizer.appendChild(pt),zt=="over")ue=ht.top;else if(zt=="above"||zt=="near"){var ye=Math.max(Kt.wrapper.clientHeight,this.doc.height),kn=Math.max(Kt.sizer.clientWidth,Kt.lineSpace.clientWidth);(zt=="above"||ht.bottom+pt.offsetHeight>ye)&&ht.top>pt.offsetHeight?ue=ht.top-pt.offsetHeight:ht.bottom+pt.offsetHeight<=ye&&(ue=ht.bottom),tn+pt.offsetWidth>kn&&(tn=kn-pt.offsetWidth)}pt.style.top=ue+"px",pt.style.left=pt.style.right="",Ut=="right"?(tn=Kt.sizer.clientWidth-pt.offsetWidth,pt.style.right="0px"):(Ut=="left"?tn=0:Ut=="middle"&&(tn=(Kt.sizer.clientWidth-pt.offsetWidth)/2),pt.style.left=tn+"px"),At&&Fl(this,{left:tn,top:ue,right:tn+pt.offsetWidth,bottom:ue+pt.offsetHeight})},triggerOnKeyDown:Co(Eg),triggerOnKeyPress:Co(Pu),triggerOnKeyUp:Ng,triggerOnMouseDown:Co(wu),execCommand:function(ht){if(Ph.hasOwnProperty(ht))return Ph[ht].call(null,this)},triggerElectric:Co(function(ht){jg(this,ht)}),findPosH:function(ht,pt,At,zt){var Ut=1;pt<0&&(Ut=-1,pt=-pt);for(var Kt=hi(this.doc,ht),ue=0;ue<pt&&(Kt=kc(this.doc,Kt,Ut,At,zt),!Kt.hitSide);++ue);return Kt},moveH:Co(function(ht,pt){var At=this;this.extendSelectionsBy(function(zt){return At.display.shift||At.doc.extend||zt.empty()?kc(At.doc,zt.head,ht,pt,At.options.rtlMoveVisually):ht<0?zt.from():zt.to()},He)}),deleteH:Co(function(ht,pt){var At=this.doc.sel,zt=this.doc;At.somethingSelected()?zt.replaceSelection("",null,"+delete"):Sl(this,function(Ut){var Kt=kc(zt,Ut.head,ht,pt,!1);return ht<0?{from:Kt,to:Ut.head}:{from:Ut.head,to:Kt}})}),findPosV:function(ht,pt,At,zt){var Ut=1,Kt=zt;pt<0&&(Ut=-1,pt=-pt);for(var ue=hi(this.doc,ht),tn=0;tn<pt;++tn){var ye=Lr(this,ue,"div");if(Kt==null?Kt=ye.left:ye.left=Kt,ue=Lh(this,ye,Ut,At),ue.hitSide)break}return ue},moveV:Co(function(ht,pt){var At=this,zt=this.doc,Ut=[],Kt=!this.display.shift&&!zt.extend&&zt.sel.somethingSelected();if(zt.extendSelectionsBy(function(tn){if(Kt)return ht<0?tn.from():tn.to();var ye=Lr(At,tn.head,"div");tn.goalColumn!=null&&(ye.left=tn.goalColumn),Ut.push(ye.left);var kn=Lh(At,ye,ht,pt);return pt=="page"&&tn==zt.sel.primary()&&vu(At,La(At,kn,"div").top-ye.top),kn},He),Ut.length)for(var ue=0;ue<zt.sel.ranges.length;ue++)zt.sel.ranges[ue].goalColumn=Ut[ue]}),findWordAt:function(ht){var pt=this.doc,At=cn(pt,ht.line).text,zt=ht.ch,Ut=ht.ch;if(At){var Kt=this.getHelper(ht,"wordChars");(ht.sticky=="before"||Ut==At.length)&&zt?--zt:++Ut;for(var ue=At.charAt(zt),tn=jt(ue,Kt)?function(ye){return jt(ye,Kt)}:/\s/.test(ue)?function(ye){return/\s/.test(ye)}:function(ye){return!/\s/.test(ye)&&!jt(ye)};zt>0&&tn(At.charAt(zt-1));)--zt;for(;Ut<At.length&&tn(At.charAt(Ut));)++Ut}return new ya(Xe(ht.line,zt),Xe(ht.line,Ut))},toggleOverwrite:function(ht){ht!=null&&ht==this.state.overwrite||((this.state.overwrite=!this.state.overwrite)?Ee(this.display.cursorDiv,"CodeMirror-overwrite"):Wt(this.display.cursorDiv,"CodeMirror-overwrite"),mn(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==De()},isReadOnly:function(){return!!(this.options.readOnly||this.doc.cantEdit)},scrollTo:Co(function(ht,pt){Vl(this,ht,pt)}),getScrollInfo:function(){var ht=this.display.scroller;return{left:ht.scrollLeft,top:ht.scrollTop,height:ht.scrollHeight-Ur(this)-this.display.barHeight,width:ht.scrollWidth-Ur(this)-this.display.barWidth,clientHeight:xo(this),clientWidth:mo(this)}},scrollIntoView:Co(function(ht,pt){ht==null?(ht={from:this.doc.sel.primary().head,to:null},pt==null&&(pt=this.options.cursorScrollMargin)):typeof ht=="number"?ht={from:Xe(ht,0),to:null}:ht.from==null&&(ht={from:ht,to:null}),ht.to||(ht.to=ht.from),ht.margin=pt||0,ht.from.line!=null?Go(this,ht):yu(this,ht.from,ht.to,ht.margin)}),setSize:Co(function(ht,pt){var At=this,zt=function(Kt){return typeof Kt=="number"||/^\d+$/.test(String(Kt))?Kt+"px":Kt};ht!=null&&(this.display.wrapper.style.width=zt(ht)),pt!=null&&(this.display.wrapper.style.height=zt(pt)),this.options.lineWrapping&&Ho(this);var Ut=this.display.viewFrom;this.doc.iter(Ut,this.display.viewTo,function(Kt){if(Kt.widgets){for(var ue=0;ue<Kt.widgets.length;ue++)if(Kt.widgets[ue].noHScroll){co(At,Ut,"widget");break}}++Ut}),this.curOp.forceUpdate=!0,mn(this,"refresh",this)}),operation:function(ht){return io(this,ht)},startOperation:function(){return fo(this)},endOperation:function(){return Ka(this)},refresh:Co(function(){var ht=this.display.cachedTextHeight;sa(this),this.curOp.forceUpdate=!0,Ra(this),Vl(this,this.doc.scrollLeft,this.doc.scrollTop),gh(this.display),(ht==null||Math.abs(ht-ca(this.display))>.5||this.options.lineWrapping)&&Vr(this),mn(this,"refresh",this)}),swapDoc:Co(function(ht){var pt=this.doc;return pt.cm=null,this.state.selectingText&&this.state.selectingText(),of(this,ht),Ra(this),this.display.input.reset(),Vl(this,ht.scrollLeft,ht.scrollTop),this.curOp.forceScroll=!0,Si(this,"swapDoc",this,pt),pt}),phrase:function(ht){var pt=this.options.phrases;return pt&&Object.prototype.hasOwnProperty.call(pt,ht)?pt[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}},ji(it),it.registerHelper=function(ht,pt,At){dt.hasOwnProperty(ht)||(dt[ht]=it[ht]={_global:[]}),dt[ht][pt]=At},it.registerGlobalHelper=function(ht,pt,At,zt){it.registerHelper(ht,pt,zt),dt[ht]._global.push({pred:At,val:zt})}}function kc(it,at,dt,ht,pt){var At=at,zt=dt,Ut=cn(it,at.line),Kt=pt&&it.direction=="rtl"?-dt:dt;function ue(){var Jr=at.line+Kt;return Jr<it.first||Jr>=it.first+it.size?!1:(at=new Xe(Jr,at.ch,at.sticky),Ut=cn(it,Jr))}function tn(Jr){var Rr;if(ht=="codepoint"){var eo=Ut.text.charCodeAt(at.ch+(ht>0?0:-1));isNaN(eo)?Rr=null:Rr=new Xe(at.line,Math.max(0,Math.min(Ut.text.length,at.ch+dt*(eo>=55296&&eo<56320?2:1))),-dt)}else pt?Rr=ff(it.cm,Ut,at,dt):Rr=os(Ut,at,dt);if(Rr==null)if(!Jr&&ue())at=bc(pt,it.cm,Ut,at.line,Kt);else return!1;else at=Rr;return!0}if(ht=="char"||ht=="codepoint")tn();else if(ht=="column")tn(!0);else if(ht=="word"||ht=="group")for(var ye=null,kn=ht=="group",wn=it.cm&&it.cm.getHelper(at,"wordChars"),zi=!0;!(dt<0&&!tn(!zi));zi=!1){var Ki=Ut.text.charAt(at.ch)||`
|
|
`,ar=jt(Ki,wn)?"w":kn&&Ki==`
|
|
`?"n":!kn||/\s/.test(Ki)?null:"p";if(kn&&!zi&&!ar&&(ar="s"),ye&&ye!=ar){dt<0&&(dt=1,tn(),at.sticky="after");break}if(ar&&(ye=ar),dt>0&&!tn(!zi))break}var Mr=Sc(it,at,At,zt,!0);return Zi(At,Mr)&&(Mr.hitSide=!0),Mr}function Lh(it,at,dt,ht){var pt=it.doc,At=at.left,zt;if(ht=="page"){var Ut=Math.min(it.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight),Kt=Math.max(Ut-.5*ca(it.display),3);zt=(dt>0?at.bottom:at.top)+dt*Kt}else ht=="line"&&(zt=dt>0?at.bottom+3:at.top-3);for(var ue;ue=wr(it,At,zt),!!ue.outside;){if(dt<0?zt<=0:zt>=pt.height){ue.hitSide=!0;break}zt+=dt*5}return ue}var Ma=function(it){this.cm=it,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new It,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};Ma.prototype.init=function(it){var at=this,dt=this,ht=dt.cm,pt=dt.div=it.lineDiv;Zg(pt,ht.options.spellcheck,ht.options.autocorrect,ht.options.autocapitalize);function At(Ut){for(var Kt=Ut.target;Kt;Kt=Kt.parentNode){if(Kt==pt)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(Kt.className))break}return!1}en(pt,"paste",function(Ut){!At(Ut)||zn(ht,Ut)||zg(Ut,ht)||Ht<=11&&setTimeout(uo(ht,function(){return at.updateFromDOM()}),20)}),en(pt,"compositionstart",function(Ut){at.composing={data:Ut.data,done:!1}}),en(pt,"compositionupdate",function(Ut){at.composing||(at.composing={data:Ut.data,done:!1})}),en(pt,"compositionend",function(Ut){at.composing&&(Ut.data!=at.composing.data&&at.readFromDOMSoon(),at.composing.done=!0)}),en(pt,"touchstart",function(){return dt.forceCompositionEnd()}),en(pt,"input",function(){at.composing||at.readFromDOMSoon()});function zt(Ut){if(!(!At(Ut)||zn(ht,Ut))){if(ht.somethingSelected())ad({lineWise:!1,text:ht.getSelections()}),Ut.type=="cut"&&ht.replaceSelection("",null,"cut");else if(ht.options.lineWiseCopyCut){var Kt=Hg(ht);ad({lineWise:!0,text:Kt.text}),Ut.type=="cut"&&ht.operation(function(){ht.setSelections(Kt.ranges,0,Se),ht.replaceSelection("",null,"cut")})}else return;if(Ut.clipboardData){Ut.clipboardData.clearData();var ue=al.text.join(`
|
|
`);if(Ut.clipboardData.setData("Text",ue),Ut.clipboardData.getData("Text")==ue){Ut.preventDefault();return}}var tn=Wg(),ye=tn.firstChild;ht.display.lineSpace.insertBefore(tn,ht.display.lineSpace.firstChild),ye.value=al.text.join(`
|
|
`);var kn=document.activeElement;rn(ye),setTimeout(function(){ht.display.lineSpace.removeChild(tn),kn.focus(),kn==pt&&dt.showPrimarySelection()},50)}}en(pt,"copy",zt),en(pt,"cut",zt)},Ma.prototype.screenReaderLabelChanged=function(it){it?this.div.setAttribute("aria-label",it):this.div.removeAttribute("aria-label")},Ma.prototype.prepareSelection=function(){var it=El(this.cm,!1);return it.focus=document.activeElement==this.div,it},Ma.prototype.showSelection=function(it,at){!it||!this.cm.display.view.length||((it.focus||at)&&this.showPrimarySelection(),this.showMultipleSelections(it))},Ma.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},Ma.prototype.showPrimarySelection=function(){var it=this.getSelection(),at=this.cm,dt=at.doc.sel.primary(),ht=dt.from(),pt=dt.to();if(at.display.viewTo==at.display.viewFrom||ht.line>=at.display.viewTo||pt.line<at.display.viewFrom){it.removeAllRanges();return}var At=Ec(at,it.anchorNode,it.anchorOffset),zt=Ec(at,it.focusNode,it.focusOffset);if(!(At&&!At.bad&&zt&&!zt.bad&&ri(ai(At,zt),ht)==0&&ri(ir(At,zt),pt)==0)){var Ut=at.display.view,Kt=ht.line>=at.display.viewFrom&&Cf(at,ht)||{node:Ut[0].measure.map[2],offset:0},ue=pt.line<at.display.viewTo&&Cf(at,pt);if(!ue){var tn=Ut[Ut.length-1].measure,ye=tn.maps?tn.maps[tn.maps.length-1]:tn.map;ue={node:ye[ye.length-1],offset:ye[ye.length-2]-ye[ye.length-3]}}if(!Kt||!ue){it.removeAllRanges();return}var kn=it.rangeCount&&it.getRangeAt(0),wn;try{wn=ae(Kt.node,Kt.offset,ue.offset,ue.node)}catch(zi){}wn&&(!Lt&&at.state.focused?(it.collapse(Kt.node,Kt.offset),wn.collapsed||(it.removeAllRanges(),it.addRange(wn))):(it.removeAllRanges(),it.addRange(wn)),kn&&it.anchorNode==null?it.addRange(kn):Lt&&this.startGracePeriod()),this.rememberSelection()}},Ma.prototype.startGracePeriod=function(){var it=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){it.gracePeriod=!1,it.selectionChanged()&&it.cm.operation(function(){return it.cm.curOp.selectionChanged=!0})},20)},Ma.prototype.showMultipleSelections=function(it){Jt(this.cm.display.cursorDiv,it.cursors),Jt(this.cm.display.selectionDiv,it.selection)},Ma.prototype.rememberSelection=function(){var it=this.getSelection();this.lastAnchorNode=it.anchorNode,this.lastAnchorOffset=it.anchorOffset,this.lastFocusNode=it.focusNode,this.lastFocusOffset=it.focusOffset},Ma.prototype.selectionInEditor=function(){var it=this.getSelection();if(!it.rangeCount)return!1;var at=it.getRangeAt(0).commonAncestorContainer;return Fe(this.div,at)},Ma.prototype.focus=function(){this.cm.options.readOnly!="nocursor"&&((!this.selectionInEditor()||document.activeElement!=this.div)&&this.showSelection(this.prepareSelection(),!0),this.div.focus())},Ma.prototype.blur=function(){this.div.blur()},Ma.prototype.getField=function(){return this.div},Ma.prototype.supportsTouch=function(){return!0},Ma.prototype.receivedFocus=function(){var it=this;this.selectionInEditor()?this.pollSelection():io(this.cm,function(){return it.cm.curOp.selectionChanged=!0});function at(){it.cm.state.focused&&(it.pollSelection(),it.polling.set(it.cm.options.pollInterval,at))}this.polling.set(this.cm.options.pollInterval,at)},Ma.prototype.selectionChanged=function(){var it=this.getSelection();return it.anchorNode!=this.lastAnchorNode||it.anchorOffset!=this.lastAnchorOffset||it.focusNode!=this.lastFocusNode||it.focusOffset!=this.lastFocusOffset},Ma.prototype.pollSelection=function(){if(!(this.readDOMTimeout!=null||this.gracePeriod||!this.selectionChanged())){var it=this.getSelection(),at=this.cm;if(et&&ge&&this.cm.display.gutterSpecs.length&&Gg(it.anchorNode)){this.cm.triggerOnKeyDown({type:"keydown",keyCode:8,preventDefault:Math.abs}),this.blur(),this.focus();return}if(!this.composing){this.rememberSelection();var dt=Ec(at,it.anchorNode,it.anchorOffset),ht=Ec(at,it.focusNode,it.focusOffset);dt&&ht&&io(at,function(){Gs(at.doc,Qu(dt,ht),Se),(dt.bad||ht.bad)&&(at.curOp.selectionChanged=!0)})}}},Ma.prototype.pollContent=function(){this.readDOMTimeout!=null&&(clearTimeout(this.readDOMTimeout),this.readDOMTimeout=null);var it=this.cm,at=it.display,dt=it.doc.sel.primary(),ht=dt.from(),pt=dt.to();if(ht.ch==0&&ht.line>it.firstLine()&&(ht=Xe(ht.line-1,cn(it.doc,ht.line-1).length)),pt.ch==cn(it.doc,pt.line).text.length&&pt.line<it.lastLine()&&(pt=Xe(pt.line+1,0)),ht.line<at.viewFrom||pt.line>at.viewTo-1)return!1;var At,zt,Ut;ht.line==at.viewFrom||(At=$a(it,ht.line))==0?(zt=Qt(at.view[0].line),Ut=at.view[0].node):(zt=Qt(at.view[At].line),Ut=at.view[At-1].node.nextSibling);var Kt=$a(it,pt.line),ue,tn;if(Kt==at.view.length-1?(ue=at.viewTo-1,tn=at.lineDiv.lastChild):(ue=Qt(at.view[Kt+1].line)-1,tn=at.view[Kt+1].node.previousSibling),!Ut)return!1;for(var ye=it.doc.splitLines(Vd(it,Ut,tn,zt,ue)),kn=Pi(it.doc,Xe(zt,0),Xe(ue,cn(it.doc,ue).text.length));ye.length>1&&kn.length>1;)if(ke(ye)==ke(kn))ye.pop(),kn.pop(),ue--;else if(ye[0]==kn[0])ye.shift(),kn.shift(),zt++;else break;for(var wn=0,zi=0,Ki=ye[0],ar=kn[0],Mr=Math.min(Ki.length,ar.length);wn<Mr&&Ki.charCodeAt(wn)==ar.charCodeAt(wn);)++wn;for(var Jr=ke(ye),Rr=ke(kn),eo=Math.min(Jr.length-(ye.length==1?wn:0),Rr.length-(kn.length==1?wn:0));zi<eo&&Jr.charCodeAt(Jr.length-zi-1)==Rr.charCodeAt(Rr.length-zi-1);)++zi;if(ye.length==1&&kn.length==1&&zt==ht.line)for(;wn&&wn>ht.ch&&Jr.charCodeAt(Jr.length-zi-1)==Rr.charCodeAt(Rr.length-zi-1);)wn--,zi++;ye[ye.length-1]=Jr.slice(0,Jr.length-zi).replace(/^\u200b+/,""),ye[0]=ye[0].slice(wn).replace(/\u200b+$/,"");var Lo=Xe(zt,wn),Br=Xe(ue,kn.length?ke(kn).length-zi:0);if(ye.length>1||ye[0]||ri(Lo,Br))return _h(it.doc,ye,Lo,Br,"+input"),!0},Ma.prototype.ensurePolled=function(){this.forceCompositionEnd()},Ma.prototype.reset=function(){this.forceCompositionEnd()},Ma.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},Ma.prototype.readFromDOMSoon=function(){var it=this;this.readDOMTimeout==null&&(this.readDOMTimeout=setTimeout(function(){if(it.readDOMTimeout=null,it.composing)if(it.composing.done)it.composing=null;else return;it.updateFromDOM()},80))},Ma.prototype.updateFromDOM=function(){var it=this;(this.cm.isReadOnly()||!this.pollContent())&&io(this.cm,function(){return sa(it.cm)})},Ma.prototype.setUneditable=function(it){it.contentEditable="false"},Ma.prototype.onKeyPress=function(it){it.charCode==0||this.composing||(it.preventDefault(),this.cm.isReadOnly()||uo(this.cm,Ac)(this.cm,String.fromCharCode(it.charCode==null?it.keyCode:it.charCode),0))},Ma.prototype.readOnlyChanged=function(it){this.div.contentEditable=String(it!="nocursor")},Ma.prototype.onContextMenu=function(){},Ma.prototype.resetPosition=function(){},Ma.prototype.needsContentAttribute=!0;function Cf(it,at){var dt=na(it,at.line);if(!dt||dt.hidden)return null;var ht=cn(it.doc,at.line),pt=oo(dt,ht,at.line),At=Pn(ht,it.doc.direction),zt="left";if(At){var Ut=_e(At,at.ch);zt=Ut%2?"right":"left"}var Kt=Qo(pt.map,at.ch,zt);return Kt.offset=Kt.collapse=="right"?Kt.end:Kt.start,Kt}function Gg(it){for(var at=it;at;at=at.parentNode)if(/CodeMirror-gutter-wrapper/.test(at.className))return!0;return!1}function Gd(it,at){return at&&(it.bad=!0),it}function Vd(it,at,dt,ht,pt){var At="",zt=!1,Ut=it.doc.lineSeparator(),Kt=!1;function ue(wn){return function(zi){return zi.id==wn}}function tn(){zt&&(At+=Ut,Kt&&(At+=Ut),zt=Kt=!1)}function ye(wn){wn&&(tn(),At+=wn)}function kn(wn){if(wn.nodeType==1){var zi=wn.getAttribute("cm-text");if(zi){ye(zi);return}var Ki=wn.getAttribute("cm-marker"),ar;if(Ki){var Mr=it.findMarks(Xe(ht,0),Xe(pt+1,0),ue(+Ki));Mr.length&&(ar=Mr[0].find(0))&&ye(Pi(it.doc,ar.from,ar.to).join(Ut));return}if(wn.getAttribute("contenteditable")=="false")return;var Jr=/^(pre|div|p|li|table|br)$/i.test(wn.nodeName);if(!/^br$/i.test(wn.nodeName)&&wn.textContent.length==0)return;Jr&&tn();for(var Rr=0;Rr<wn.childNodes.length;Rr++)kn(wn.childNodes[Rr]);/^(pre|p)$/i.test(wn.nodeName)&&(Kt=!0),Jr&&(zt=!0)}else wn.nodeType==3&&ye(wn.nodeValue.replace(/\u200b/g,"").replace(/\u00a0/g," "))}for(;kn(at),at!=dt;)at=at.nextSibling,Kt=!1;return At}function Ec(it,at,dt){var ht;if(at==it.display.lineDiv){if(ht=it.display.lineDiv.childNodes[dt],!ht)return Gd(it.clipPos(Xe(it.display.viewTo-1)),!0);at=null,dt=0}else for(ht=at;;ht=ht.parentNode){if(!ht||ht==it.display.lineDiv)return null;if(ht.parentNode&&ht.parentNode==it.display.lineDiv)break}for(var pt=0;pt<it.display.view.length;pt++){var At=it.display.view[pt];if(At.node==ht)return lm(At,at,dt)}}function lm(it,at,dt){var ht=it.text.firstChild,pt=!1;if(!at||!Fe(ht,at))return Gd(Xe(Qt(it.line),0),!0);if(at==ht&&(pt=!0,at=ht.childNodes[dt],dt=0,!at)){var At=it.rest?ke(it.rest):it.line;return Gd(Xe(Qt(At),At.text.length),pt)}var zt=at.nodeType==3?at:null,Ut=at;for(!zt&&at.childNodes.length==1&&at.firstChild.nodeType==3&&(zt=at.firstChild,dt&&(dt=zt.nodeValue.length));Ut.parentNode!=ht;)Ut=Ut.parentNode;var Kt=it.measure,ue=Kt.maps;function tn(ar,Mr,Jr){for(var Rr=-1;Rr<(ue?ue.length:0);Rr++)for(var eo=Rr<0?Kt.map:ue[Rr],Lo=0;Lo<eo.length;Lo+=3){var Br=eo[Lo+2];if(Br==ar||Br==Mr){var Ko=Qt(Rr<0?it.line:it.rest[Rr]),Ba=eo[Lo]+Jr;return(Jr<0||Br!=ar)&&(Ba=eo[Lo+(Jr?1:0)]),Xe(Ko,Ba)}}}var ye=tn(zt,Ut,dt);if(ye)return Gd(ye,pt);for(var kn=Ut.nextSibling,wn=zt?zt.nodeValue.length-dt:0;kn;kn=kn.nextSibling){if(ye=tn(kn,kn.firstChild,0),ye)return Gd(Xe(ye.line,ye.ch-wn),pt);wn+=kn.textContent.length}for(var zi=Ut.previousSibling,Ki=dt;zi;zi=zi.previousSibling){if(ye=tn(zi,zi.firstChild,-1),ye)return Gd(Xe(ye.line,ye.ch+Ki),pt);Ki+=zi.textContent.length}}var ds=function(it){this.cm=it,this.prevInput="",this.pollingFast=!1,this.polling=new It,this.hasSelection=!1,this.composing=null};ds.prototype.init=function(it){var at=this,dt=this,ht=this.cm;this.createField(it);var pt=this.textarea;it.wrapper.insertBefore(this.wrapper,it.wrapper.firstChild),Bt&&(pt.style.width="0px"),en(pt,"input",function(){ne&&Ht>=9&&at.hasSelection&&(at.hasSelection=null),dt.poll()}),en(pt,"paste",function(zt){zn(ht,zt)||zg(zt,ht)||(ht.state.pasteIncoming=+new Date,dt.fastPoll())});function At(zt){if(!zn(ht,zt)){if(ht.somethingSelected())ad({lineWise:!1,text:ht.getSelections()});else if(ht.options.lineWiseCopyCut){var Ut=Hg(ht);ad({lineWise:!0,text:Ut.text}),zt.type=="cut"?ht.setSelections(Ut.ranges,null,Se):(dt.prevInput="",pt.value=Ut.text.join(`
|
|
`),rn(pt))}else return;zt.type=="cut"&&(ht.state.cutIncoming=+new Date)}}en(pt,"cut",At),en(pt,"copy",At),en(it.scroller,"paste",function(zt){if(!(Yr(it,zt)||zn(ht,zt))){if(!pt.dispatchEvent){ht.state.pasteIncoming=+new Date,dt.focus();return}var Ut=new Event("paste");Ut.clipboardData=zt.clipboardData,pt.dispatchEvent(Ut)}}),en(it.lineSpace,"selectstart",function(zt){Yr(it,zt)||er(zt)}),en(pt,"compositionstart",function(){var zt=ht.getCursor("from");dt.composing&&dt.composing.range.clear(),dt.composing={start:zt,range:ht.markText(zt,ht.getCursor("to"),{className:"CodeMirror-composing"})}}),en(pt,"compositionend",function(){dt.composing&&(dt.poll(),dt.composing.range.clear(),dt.composing=null)})},ds.prototype.createField=function(it){this.wrapper=Wg(),this.textarea=this.wrapper.firstChild},ds.prototype.screenReaderLabelChanged=function(it){it?this.textarea.setAttribute("aria-label",it):this.textarea.removeAttribute("aria-label")},ds.prototype.prepareSelection=function(){var it=this.cm,at=it.display,dt=it.doc,ht=El(it);if(it.options.moveInputWithCursor){var pt=Lr(it,dt.sel.primary().head,"div"),At=at.wrapper.getBoundingClientRect(),zt=at.lineDiv.getBoundingClientRect();ht.teTop=Math.max(0,Math.min(at.wrapper.clientHeight-10,pt.top+zt.top-At.top)),ht.teLeft=Math.max(0,Math.min(at.wrapper.clientWidth-10,pt.left+zt.left-At.left))}return ht},ds.prototype.showSelection=function(it){var at=this.cm,dt=at.display;Jt(dt.cursorDiv,it.cursors),Jt(dt.selectionDiv,it.selection),it.teTop!=null&&(this.wrapper.style.top=it.teTop+"px",this.wrapper.style.left=it.teLeft+"px")},ds.prototype.reset=function(it){if(!(this.contextMenuPending||this.composing)){var at=this.cm;if(at.somethingSelected()){this.prevInput="";var dt=at.getSelection();this.textarea.value=dt,at.state.focused&&rn(this.textarea),ne&&Ht>=9&&(this.hasSelection=dt)}else it||(this.prevInput=this.textarea.value="",ne&&Ht>=9&&(this.hasSelection=null))}},ds.prototype.getField=function(){return this.textarea},ds.prototype.supportsTouch=function(){return!1},ds.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!nt||De()!=this.textarea))try{this.textarea.focus()}catch(it){}},ds.prototype.blur=function(){this.textarea.blur()},ds.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},ds.prototype.receivedFocus=function(){this.slowPoll()},ds.prototype.slowPoll=function(){var it=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){it.poll(),it.cm.state.focused&&it.slowPoll()})},ds.prototype.fastPoll=function(){var it=!1,at=this;at.pollingFast=!0;function dt(){var ht=at.poll();!ht&&!it?(it=!0,at.polling.set(60,dt)):(at.pollingFast=!1,at.slowPoll())}at.polling.set(20,dt)},ds.prototype.poll=function(){var it=this,at=this.cm,dt=this.textarea,ht=this.prevInput;if(this.contextMenuPending||!at.state.focused||Ct(dt)&&!ht&&!this.composing||at.isReadOnly()||at.options.disableInput||at.state.keySeq)return!1;var pt=dt.value;if(pt==ht&&!at.somethingSelected())return!1;if(ne&&Ht>=9&&this.hasSelection===pt||ct&&/[\uf700-\uf7ff]/.test(pt))return at.display.input.reset(),!1;if(at.doc.sel==at.display.selForContextMenu){var At=pt.charCodeAt(0);if(At==8203&&!ht&&(ht="\u200B"),At==8666)return this.reset(),this.cm.execCommand("undo")}for(var zt=0,Ut=Math.min(ht.length,pt.length);zt<Ut&&ht.charCodeAt(zt)==pt.charCodeAt(zt);)++zt;return io(at,function(){Ac(at,pt.slice(zt),ht.length-zt,null,it.composing?"*compose":null),pt.length>1e3||pt.indexOf(`
|
|
`)>-1?dt.value=it.prevInput="":it.prevInput=pt,it.composing&&(it.composing.range.clear(),it.composing.range=at.markText(it.composing.start,at.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},ds.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},ds.prototype.onKeyPress=function(){ne&&Ht>=9&&(this.hasSelection=null),this.fastPoll()},ds.prototype.onContextMenu=function(it){var at=this,dt=at.cm,ht=dt.display,pt=at.textarea;at.contextMenuPending&&at.contextMenuPending();var At=Va(dt,it),zt=ht.scroller.scrollTop;if(!At||Nt)return;var Ut=dt.options.resetSelectionOnContextMenu;Ut&&dt.doc.sel.contains(At)==-1&&uo(dt,Gs)(dt.doc,Qu(At),Se);var Kt=pt.style.cssText,ue=at.wrapper.style.cssText,tn=at.wrapper.offsetParent.getBoundingClientRect();at.wrapper.style.cssText="position: static",pt.style.cssText=`position: absolute; width: 30px; height: 30px;
|
|
top: `+(it.clientY-tn.top-5)+"px; left: "+(it.clientX-tn.left-5)+`px;
|
|
z-index: 1000; background: `+(ne?"rgba(255, 255, 255, .05)":"transparent")+`;
|
|
outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);`;var ye;oe&&(ye=window.scrollY),ht.input.focus(),oe&&window.scrollTo(null,ye),ht.input.reset(),dt.somethingSelected()||(pt.value=at.prevInput=" "),at.contextMenuPending=wn,ht.selForContextMenu=dt.doc.sel,clearTimeout(ht.detectingSelectAll);function kn(){if(pt.selectionStart!=null){var Ki=dt.somethingSelected(),ar="\u200B"+(Ki?pt.value:"");pt.value="\u21DA",pt.value=ar,at.prevInput=Ki?"":"\u200B",pt.selectionStart=1,pt.selectionEnd=ar.length,ht.selForContextMenu=dt.doc.sel}}function wn(){if(at.contextMenuPending==wn&&(at.contextMenuPending=!1,at.wrapper.style.cssText=ue,pt.style.cssText=Kt,ne&&Ht<9&&ht.scrollbars.setScrollTop(ht.scroller.scrollTop=zt),pt.selectionStart!=null)){(!ne||ne&&Ht<9)&&kn();var Ki=0,ar=function(){ht.selForContextMenu==dt.doc.sel&&pt.selectionStart==0&&pt.selectionEnd>0&&at.prevInput=="\u200B"?uo(dt,rs)(dt):Ki++<10?ht.detectingSelectAll=setTimeout(ar,500):(ht.selForContextMenu=null,ht.input.reset())};ht.detectingSelectAll=setTimeout(ar,200)}}if(ne&&Ht>=9&&kn(),Pt){ii(it);var zi=function(){Hn(window,"mouseup",zi),setTimeout(wn,20)};en(window,"mouseup",zi)}else setTimeout(wn,50)},ds.prototype.readOnlyChanged=function(it){it||this.reset(),this.textarea.disabled=it=="nocursor",this.textarea.readOnly=!!it},ds.prototype.setUneditable=function(){},ds.prototype.needsContentAttribute=!1;function um(it,at){if(at=at?sn(at):{},at.value=it.value,!at.tabindex&&it.tabIndex&&(at.tabindex=it.tabIndex),!at.placeholder&&it.placeholder&&(at.placeholder=it.placeholder),at.autofocus==null){var dt=De();at.autofocus=dt==it||it.getAttribute("autofocus")!=null&&dt==document.body}function ht(){it.value=Ut.getValue()}var pt;if(it.form&&(en(it.form,"submit",ht),!at.leaveSubmitMethodAlone)){var At=it.form;pt=At.submit;try{var zt=At.submit=function(){ht(),At.submit=pt,At.submit(),At.submit=zt}}catch(Kt){}}at.finishInit=function(Kt){Kt.save=ht,Kt.getTextArea=function(){return it},Kt.toTextArea=function(){Kt.toTextArea=isNaN,ht(),it.parentNode.removeChild(Kt.getWrapperElement()),it.style.display="",it.form&&(Hn(it.form,"submit",ht),!at.leaveSubmitMethodAlone&&typeof it.form.submit=="function"&&(it.form.submit=pt))}},it.style.display="none";var Ut=la(function(Kt){return it.parentNode.insertBefore(Kt,it.nextSibling)},at);return Ut}function Kd(it){it.off=Hn,it.on=en,it.wheelEventPixels=Dl,it.Doc=Ds,it.splitLines=qi,it.countColumn=$t,it.findColumn=xn,it.isWordChar=kt,it.Pass=Ve,it.signal=mn,it.Line=hn,it.changeEnd=vh,it.scrollbarModel=Nl,it.Pos=Xe,it.cmpPos=ri,it.modes=Bn,it.mimeModes=En,it.resolveMode=Te,it.getMode=Ze,it.modeExtensions=Ne,it.extendMode=ln,it.copyState=Oi,it.startState=$i,it.innerMode=Ni,it.commands=Ph,it.keyMap=yl,it.keyName=em,it.isModifierKey=Rd,it.lookupKey=Yl,it.normalizeKeyMap=Lg,it.StringStream=Ye,it.SharedTextMarker=Tu,it.TextMarker=Re,it.LineWidget=$u,it.e_preventDefault=er,it.e_stopPropagation=Ke,it.e_stop=ii,it.addClass=Ee,it.contains=Fe,it.rmClass=Wt,it.keyNames=Du}am(la),Ch(la);var th="iter insert remove copy getEditor constructor".split(" ");for(var Fc in Ds.prototype)Ds.prototype.hasOwnProperty(Fc)&&Pe(th,Fc)<0&&(la.prototype[Fc]=function(it){return function(){return it.apply(this.doc,arguments)}}(Ds.prototype[Fc]));return ji(Ds),la.inputStyles={textarea:ds,contenteditable:Ma},la.defineMode=function(it){!la.defaults.mode&&it!="null"&&(la.defaults.mode=it),vn.apply(this,arguments)},la.defineMIME=ui,la.defineMode("null",function(){return{token:function(it){return it.skipToEnd()}}}),la.defineMIME("text/plain","null"),la.defineExtension=function(it,at){la.prototype[it]=at},la.defineDocExtension=function(it,at){Ds.prototype[it]=at},la.fromTextArea=um,Kd(la),la.version="5.58.2",la})},25419:function(bn,$n,Et){(function(Lt){Lt(Et(89780),Et(15525),Et(98101))})(function(Lt){"use strict";Lt.defineMode("markdown",function(re,fe){var pe=Lt.getMode(re,"text/html"),ne=pe.name=="null";function Ht($t){if(Lt.findModeByName){var It=Lt.findModeByName($t);It&&($t=It.mime||It.mimes[0])}var Pe=Lt.getMode(re,$t);return Pe.name=="null"?null:Pe}fe.highlightFormatting===void 0&&(fe.highlightFormatting=!1),fe.maxBlockquoteDepth===void 0&&(fe.maxBlockquoteDepth=0),fe.taskLists===void 0&&(fe.taskLists=!1),fe.strikethrough===void 0&&(fe.strikethrough=!1),fe.emoji===void 0&&(fe.emoji=!1),fe.fencedCodeBlockHighlighting===void 0&&(fe.fencedCodeBlockHighlighting=!0),fe.fencedCodeBlockDefaultMode===void 0&&(fe.fencedCodeBlockDefaultMode="text/plain"),fe.xml===void 0&&(fe.xml=!0),fe.tokenTypeOverrides===void 0&&(fe.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 Oe in oe)oe.hasOwnProperty(Oe)&&fe.tokenTypeOverrides[Oe]&&(oe[Oe]=fe.tokenTypeOverrides[Oe]);var ge=/^([*\-_])(?:\s*\1){2,}\s*$/,Nt=/^(?:[*\-+]|^[0-9]+([.)]))\s+/,Je=/^\[(x| )\](?=\s)/i,ie=fe.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,nn=/^ {0,3}(?:\={1,}|-{2,})\s*$/,Bt=/^[^#!\[\]*_\\<>` "'(~:]+/,et=/^(~~~+|```+)[ \t]*([\w\/+#-]*)[^\n`]*$/,nt=/^\s*\[[^\]]+?\]:.*$/,ct=/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u0AF0\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E42\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC9\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDF3C-\uDF3E]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]/,lt=" ";function gt($t,It,Pe){return It.f=It.inline=Pe,Pe($t,It)}function mt($t,It,Pe){return It.f=It.block=Pe,Pe($t,It)}function St($t){return!$t||!/\S/.test($t.string)}function Pt($t){if($t.linkTitle=!1,$t.linkHref=!1,$t.linkText=!1,$t.em=!1,$t.strong=!1,$t.strikethrough=!1,$t.quote=0,$t.indentedCode=!1,$t.f==Wt){var It=ne;if(!It){var Pe=Lt.innerMode(pe,$t.htmlState);It=Pe.mode.name=="xml"&&Pe.state.tagStart===null&&!Pe.state.context&&Pe.state.tokenize.isInText}It&&($t.f=le,$t.block=Rt,$t.htmlState=null)}return $t.trailingSpace=0,$t.trailingSpaceNewLine=!1,$t.prevLine=$t.thisLine,$t.thisLine={stream:null},null}function Rt($t,It){var Pe=$t.column()===It.indentation,an=St(It.prevLine.stream),Ve=It.indentedCode,Se=It.prevLine.hr,$e=It.list!==!1,He=(It.listStack[It.listStack.length-1]||0)+3;It.indentedCode=!1;var xn=It.indentation;if(It.indentationDiff===null&&(It.indentationDiff=It.indentation,$e)){for(It.list=null;xn<It.listStack[It.listStack.length-1];)It.listStack.pop(),It.listStack.length?It.indentation=It.listStack[It.listStack.length-1]:It.list=!1;It.list!==!1&&(It.indentationDiff=xn-It.listStack[It.listStack.length-1])}var we=!an&&!Se&&!It.prevLine.header&&(!$e||!Ve)&&!It.prevLine.fencedCodeEnd,de=(It.list===!1||Se||an)&&It.indentation<=He&&$t.match(ge),ke=null;if(It.indentationDiff>=4&&(Ve||It.prevLine.fencedCodeEnd||It.prevLine.header||an))return $t.skipToEnd(),It.indentedCode=!0,oe.code;if($t.eatSpace())return null;if(Pe&&It.indentation<=He&&(ke=$t.match(ie))&&ke[1].length<=6)return It.quote=0,It.header=ke[1].length,It.thisLine.header=!0,fe.highlightFormatting&&(It.formatting="header"),It.f=It.inline,Jt(It);if(It.indentation<=He&&$t.eat(">"))return It.quote=Pe?1:It.quote+1,fe.highlightFormatting&&(It.formatting="quote"),$t.eatSpace(),Jt(It);if(!de&&!It.setext&&Pe&&It.indentation<=He&&(ke=$t.match(Nt))){var ze=ke[1]?"ol":"ul";return It.indentation=xn+$t.current().length,It.list=!0,It.quote=0,It.listStack.push(It.indentation),It.em=!1,It.strong=!1,It.code=!1,It.strikethrough=!1,fe.taskLists&&$t.match(Je,!1)&&(It.taskList=!0),It.f=It.inline,fe.highlightFormatting&&(It.formatting=["list","list-"+ze]),Jt(It)}else{if(Pe&&It.indentation<=He&&(ke=$t.match(et,!0)))return It.quote=0,It.fencedEndRE=new RegExp(ke[1]+"+ *$"),It.localMode=fe.fencedCodeBlockHighlighting&&Ht(ke[2]||fe.fencedCodeBlockDefaultMode),It.localMode&&(It.localState=Lt.startState(It.localMode)),It.f=It.block=te,fe.highlightFormatting&&(It.formatting="code-block"),It.code=-1,Jt(It);if(It.setext||(!we||!$e)&&!It.quote&&It.list===!1&&!It.code&&!de&&!nt.test($t.string)&&(ke=$t.lookAhead(1))&&(ke=ke.match(nn)))return It.setext?(It.header=It.setext,It.setext=0,$t.skipToEnd(),fe.highlightFormatting&&(It.formatting="header")):(It.header=ke[0].charAt(0)=="="?1:2,It.setext=It.header),It.thisLine.header=!0,It.f=It.inline,Jt(It);if(de)return $t.skipToEnd(),It.hr=!0,It.thisLine.hr=!0,oe.hr;if($t.peek()==="[")return gt($t,It,Sn)}return gt($t,It,It.inline)}function Wt($t,It){var Pe=pe.token($t,It.htmlState);if(!ne){var an=Lt.innerMode(pe,It.htmlState);(an.mode.name=="xml"&&an.state.tagStart===null&&!an.state.context&&an.state.tokenize.isInText||It.md_inside&&$t.current().indexOf(">")>-1)&&(It.f=le,It.block=Rt,It.htmlState=null)}return Pe}function te($t,It){var Pe=It.listStack[It.listStack.length-1]||0,an=It.indentation<Pe,Ve=Pe+3;if(It.fencedEndRE&&It.indentation<=Ve&&(an||$t.match(It.fencedEndRE))){fe.highlightFormatting&&(It.formatting="code-block");var Se;return an||(Se=Jt(It)),It.localMode=It.localState=null,It.block=Rt,It.f=le,It.fencedEndRE=null,It.code=0,It.thisLine.fencedCodeEnd=!0,an?mt($t,It,It.block):Se}else return It.localMode?It.localMode.token($t,It.localState):($t.skipToEnd(),oe.code)}function Jt($t){var It=[];if($t.formatting){It.push(oe.formatting),typeof $t.formatting=="string"&&($t.formatting=[$t.formatting]);for(var Pe=0;Pe<$t.formatting.length;Pe++)It.push(oe.formatting+"-"+$t.formatting[Pe]),$t.formatting[Pe]==="header"&&It.push(oe.formatting+"-"+$t.formatting[Pe]+"-"+$t.header),$t.formatting[Pe]==="quote"&&(!fe.maxBlockquoteDepth||fe.maxBlockquoteDepth>=$t.quote?It.push(oe.formatting+"-"+$t.formatting[Pe]+"-"+$t.quote):It.push("error"))}if($t.taskOpen)return It.push("meta"),It.length?It.join(" "):null;if($t.taskClosed)return It.push("property"),It.length?It.join(" "):null;if($t.linkHref?It.push(oe.linkHref,"url"):($t.strong&&It.push(oe.strong),$t.em&&It.push(oe.em),$t.strikethrough&&It.push(oe.strikethrough),$t.emoji&&It.push(oe.emoji),$t.linkText&&It.push(oe.linkText),$t.code&&It.push(oe.code),$t.image&&It.push(oe.image),$t.imageAltText&&It.push(oe.imageAltText,"link"),$t.imageMarker&&It.push(oe.imageMarker)),$t.header&&It.push(oe.header,oe.header+"-"+$t.header),$t.quote&&(It.push(oe.quote),!fe.maxBlockquoteDepth||fe.maxBlockquoteDepth>=$t.quote?It.push(oe.quote+"-"+$t.quote):It.push(oe.quote+"-"+fe.maxBlockquoteDepth)),$t.list!==!1){var an=($t.listStack.length-1)%3;an?an===1?It.push(oe.list2):It.push(oe.list3):It.push(oe.list1)}return $t.trailingSpaceNewLine?It.push("trailing-space-new-line"):$t.trailingSpace&&It.push("trailing-space-"+($t.trailingSpace%2?"a":"b")),It.length?It.join(" "):null}function Vt($t,It){if($t.match(Bt,!0))return Jt(It)}function le($t,It){var Pe=It.text($t,It);if(typeof Pe!="undefined")return Pe;if(It.list)return It.list=null,Jt(It);if(It.taskList){var an=$t.match(Je,!0)[1]===" ";return an?It.taskOpen=!0:It.taskClosed=!0,fe.highlightFormatting&&(It.formatting="task"),It.taskList=!1,Jt(It)}if(It.taskOpen=!1,It.taskClosed=!1,It.header&&$t.match(/^#+$/,!0))return fe.highlightFormatting&&(It.formatting="header"),Jt(It);var Ve=$t.next();if(It.linkTitle){It.linkTitle=!1;var Se=Ve;Ve==="("&&(Se=")"),Se=(Se+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var $e="^\\s*(?:[^"+Se+"\\\\]+|\\\\\\\\|\\\\.)"+Se;if($t.match(new RegExp($e),!0))return oe.linkHref}if(Ve==="`"){var He=It.formatting;fe.highlightFormatting&&(It.formatting="code"),$t.eatWhile("`");var xn=$t.current().length;if(It.code==0&&(!It.quote||xn==1))return It.code=xn,Jt(It);if(xn==It.code){var we=Jt(It);return It.code=0,we}else return It.formatting=He,Jt(It)}else if(It.code)return Jt(It);if(Ve==="\\"&&($t.next(),fe.highlightFormatting)){var de=Jt(It),ke=oe.formatting+"-escape";return de?de+" "+ke:ke}if(Ve==="!"&&$t.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return It.imageMarker=!0,It.image=!0,fe.highlightFormatting&&(It.formatting="image"),Jt(It);if(Ve==="["&&It.imageMarker&&$t.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return It.imageMarker=!1,It.imageAltText=!0,fe.highlightFormatting&&(It.formatting="image"),Jt(It);if(Ve==="]"&&It.imageAltText){fe.highlightFormatting&&(It.formatting="image");var de=Jt(It);return It.imageAltText=!1,It.image=!1,It.inline=It.f=Fe,de}if(Ve==="["&&!It.image)return It.linkText&&$t.match(/^.*?\]/)||(It.linkText=!0,fe.highlightFormatting&&(It.formatting="link")),Jt(It);if(Ve==="]"&&It.linkText){fe.highlightFormatting&&(It.formatting="link");var de=Jt(It);return It.linkText=!1,It.inline=It.f=$t.match(/\(.*?\)| ?\[.*?\]/,!1)?Fe:le,de}if(Ve==="<"&&$t.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){It.f=It.inline=ae,fe.highlightFormatting&&(It.formatting="link");var de=Jt(It);return de?de+=" ":de="",de+oe.linkInline}if(Ve==="<"&&$t.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){It.f=It.inline=ae,fe.highlightFormatting&&(It.formatting="link");var de=Jt(It);return de?de+=" ":de="",de+oe.linkEmail}if(fe.xml&&Ve==="<"&&$t.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var ze=$t.string.indexOf(">",$t.pos);if(ze!=-1){var fn=$t.string.substring($t.start,ze);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(fn)&&(It.md_inside=!0)}return $t.backUp(1),It.htmlState=Lt.startState(pe),mt($t,It,Wt)}if(fe.xml&&Ve==="<"&&$t.match(/^\/\w*?>/))return It.md_inside=!1,"tag";if(Ve==="*"||Ve==="_"){for(var Dt=1,wt=$t.pos==1?" ":$t.string.charAt($t.pos-2);Dt<3&&$t.eat(Ve);)Dt++;var yt=$t.peek()||" ",kt=!/\s/.test(yt)&&(!ct.test(yt)||/\s/.test(wt)||ct.test(wt)),jt=!/\s/.test(wt)&&(!ct.test(wt)||/\s/.test(yt)||ct.test(yt)),Mt=null,Gt=null;if(Dt%2&&(!It.em&&kt&&(Ve==="*"||!jt||ct.test(wt))?Mt=!0:It.em==Ve&&jt&&(Ve==="*"||!kt||ct.test(yt))&&(Mt=!1)),Dt>1&&(!It.strong&&kt&&(Ve==="*"||!jt||ct.test(wt))?Gt=!0:It.strong==Ve&&jt&&(Ve==="*"||!kt||ct.test(yt))&&(Gt=!1)),Gt!=null||Mt!=null){fe.highlightFormatting&&(It.formatting=Mt==null?"strong":Gt==null?"em":"strong em"),Mt===!0&&(It.em=Ve),Gt===!0&&(It.strong=Ve);var we=Jt(It);return Mt===!1&&(It.em=!1),Gt===!1&&(It.strong=!1),we}}else if(Ve===" "&&($t.eat("*")||$t.eat("_"))){if($t.peek()===" ")return Jt(It);$t.backUp(1)}if(fe.strikethrough){if(Ve==="~"&&$t.eatWhile(Ve)){if(It.strikethrough){fe.highlightFormatting&&(It.formatting="strikethrough");var we=Jt(It);return It.strikethrough=!1,we}else if($t.match(/^[^\s]/,!1))return It.strikethrough=!0,fe.highlightFormatting&&(It.formatting="strikethrough"),Jt(It)}else if(Ve===" "&&$t.match(/^~~/,!0)){if($t.peek()===" ")return Jt(It);$t.backUp(2)}}if(fe.emoji&&Ve===":"&&$t.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){It.emoji=!0,fe.highlightFormatting&&(It.formatting="emoji");var Ce=Jt(It);return It.emoji=!1,Ce}return Ve===" "&&($t.match(/^ +$/,!1)?It.trailingSpace++:It.trailingSpace&&(It.trailingSpaceNewLine=!0)),Jt(It)}function ae($t,It){var Pe=$t.next();if(Pe===">"){It.f=It.inline=le,fe.highlightFormatting&&(It.formatting="link");var an=Jt(It);return an?an+=" ":an="",an+oe.linkInline}return $t.match(/^[^>]+/,!0),oe.linkInline}function Fe($t,It){if($t.eatSpace())return null;var Pe=$t.next();return Pe==="("||Pe==="["?(It.f=It.inline=Ee(Pe==="("?")":"]"),fe.highlightFormatting&&(It.formatting="link-string"),It.linkHref=!0,Jt(It)):"error"}var De={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function Ee($t){return function(It,Pe){var an=It.next();if(an===$t){Pe.f=Pe.inline=le,fe.highlightFormatting&&(Pe.formatting="link-string");var Ve=Jt(Pe);return Pe.linkHref=!1,Ve}return It.match(De[$t]),Pe.linkHref=!0,Jt(Pe)}}function Sn($t,It){return $t.match(/^([^\]\\]|\\.)*\]:/,!1)?(It.f=rn,$t.next(),fe.highlightFormatting&&(It.formatting="link"),It.linkText=!0,Jt(It)):gt($t,It,le)}function rn($t,It){if($t.match(/^\]:/,!0)){It.f=It.inline=Ge,fe.highlightFormatting&&(It.formatting="link");var Pe=Jt(It);return It.linkText=!1,Pe}return $t.match(/^([^\]\\]|\\.)+/,!0),oe.linkText}function Ge($t,It){return $t.eatSpace()?null:($t.match(/^[^\s]+/,!0),$t.peek()===void 0?It.linkTitle=!0:$t.match(/^(?:\s+(?:"(?:[^"\\]|\\\\|\\.)+"|'(?:[^'\\]|\\\\|\\.)+'|\((?:[^)\\]|\\\\|\\.)+\)))?/,!0),It.f=It.inline=le,oe.linkHref+" url")}var sn={startState:function(){return{f:Rt,prevLine:{stream:null},thisLine:{stream:null},block:Rt,htmlState:null,indentation:0,inline:le,text:Vt,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($t){return{f:$t.f,prevLine:$t.prevLine,thisLine:$t.thisLine,block:$t.block,htmlState:$t.htmlState&&Lt.copyState(pe,$t.htmlState),indentation:$t.indentation,localMode:$t.localMode,localState:$t.localMode?Lt.copyState($t.localMode,$t.localState):null,inline:$t.inline,text:$t.text,formatting:!1,linkText:$t.linkText,linkTitle:$t.linkTitle,linkHref:$t.linkHref,code:$t.code,em:$t.em,strong:$t.strong,strikethrough:$t.strikethrough,emoji:$t.emoji,header:$t.header,setext:$t.setext,hr:$t.hr,taskList:$t.taskList,list:$t.list,listStack:$t.listStack.slice(0),quote:$t.quote,indentedCode:$t.indentedCode,trailingSpace:$t.trailingSpace,trailingSpaceNewLine:$t.trailingSpaceNewLine,md_inside:$t.md_inside,fencedEndRE:$t.fencedEndRE}},token:function($t,It){if(It.formatting=!1,$t!=It.thisLine.stream){if(It.header=0,It.hr=!1,$t.match(/^\s*$/,!0))return Pt(It),null;if(It.prevLine=It.thisLine,It.thisLine={stream:$t},It.taskList=!1,It.trailingSpace=0,It.trailingSpaceNewLine=!1,!It.localState&&(It.f=It.block,It.f!=Wt)){var Pe=$t.match(/^\s*/,!0)[0].replace(/\t/g,lt).length;if(It.indentation=Pe,It.indentationDiff=null,Pe>0)return null}}return It.f($t,It)},innerMode:function($t){return $t.block==Wt?{state:$t.htmlState,mode:pe}:$t.localState?{state:$t.localState,mode:$t.localMode}:{state:$t,mode:sn}},indent:function($t,It,Pe){return $t.block==Wt&&pe.indent?pe.indent($t.htmlState,It,Pe):$t.localState&&$t.localMode.indent?$t.localMode.indent($t.localState,It,Pe):Lt.Pass},blankLine:Pt,getType:Jt,blockCommentStart:"<!--",blockCommentEnd:"-->",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return sn},"xml"),Lt.defineMIME("text/markdown","markdown"),Lt.defineMIME("text/x-markdown","markdown")})},98101:function(bn,$n,Et){(function(Lt){Lt(Et(89780))})(function(Lt){"use strict";Lt.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 re=0;re<Lt.modeInfo.length;re++){var fe=Lt.modeInfo[re];fe.mimes&&(fe.mime=fe.mimes[0])}Lt.findModeByMIME=function(pe){pe=pe.toLowerCase();for(var ne=0;ne<Lt.modeInfo.length;ne++){var Ht=Lt.modeInfo[ne];if(Ht.mime==pe)return Ht;if(Ht.mimes){for(var oe=0;oe<Ht.mimes.length;oe++)if(Ht.mimes[oe]==pe)return Ht}}if(/\+xml$/.test(pe))return Lt.findModeByMIME("application/xml");if(/\+json$/.test(pe))return Lt.findModeByMIME("application/json")},Lt.findModeByExtension=function(pe){pe=pe.toLowerCase();for(var ne=0;ne<Lt.modeInfo.length;ne++){var Ht=Lt.modeInfo[ne];if(Ht.ext){for(var oe=0;oe<Ht.ext.length;oe++)if(Ht.ext[oe]==pe)return Ht}}},Lt.findModeByFileName=function(pe){for(var ne=0;ne<Lt.modeInfo.length;ne++){var Ht=Lt.modeInfo[ne];if(Ht.file&&Ht.file.test(pe))return Ht}var oe=pe.lastIndexOf("."),Oe=oe>-1&&pe.substring(oe+1,pe.length);if(Oe)return Lt.findModeByExtension(Oe)},Lt.findModeByName=function(pe){pe=pe.toLowerCase();for(var ne=0;ne<Lt.modeInfo.length;ne++){var Ht=Lt.modeInfo[ne];if(Ht.name.toLowerCase()==pe)return Ht;if(Ht.alias){for(var oe=0;oe<Ht.alias.length;oe++)if(Ht.alias[oe].toLowerCase()==pe)return Ht}}}})},67549:function(bn,$n,Et){(function(Lt){Lt(Et(89780))})(function(Lt){"use strict";Lt.defineMode("stex",function(re,fe){"use strict";function pe(Bt,et){Bt.cmdState.push(et)}function ne(Bt){return Bt.cmdState.length>0?Bt.cmdState[Bt.cmdState.length-1]:null}function Ht(Bt){var et=Bt.cmdState.pop();et&&et.closeBracket()}function oe(Bt){for(var et=Bt.cmdState,nt=et.length-1;nt>=0;nt--){var ct=et[nt];if(ct.name!="DEFAULT")return ct}return{styleIdentifier:function(){return null}}}function Oe(Bt,et,nt){return function(){this.name=Bt,this.bracketNo=0,this.style=et,this.styles=nt,this.argument=null,this.styleIdentifier=function(){return this.styles[this.bracketNo-1]||null},this.openBracket=function(){return this.bracketNo++,"bracket"},this.closeBracket=function(){}}}var ge={};ge.importmodule=Oe("importmodule","tag",["string","builtin"]),ge.documentclass=Oe("documentclass","tag",["","atom"]),ge.usepackage=Oe("usepackage","tag",["atom"]),ge.begin=Oe("begin","tag",["atom"]),ge.end=Oe("end","tag",["atom"]),ge.label=Oe("label","tag",["atom"]),ge.ref=Oe("ref","tag",["atom"]),ge.eqref=Oe("eqref","tag",["atom"]),ge.cite=Oe("cite","tag",["atom"]),ge.bibitem=Oe("bibitem","tag",["atom"]),ge.Bibitem=Oe("Bibitem","tag",["atom"]),ge.RBibitem=Oe("RBibitem","tag",["atom"]),ge.DEFAULT=function(){this.name="DEFAULT",this.style="tag",this.styleIdentifier=this.openBracket=this.closeBracket=function(){}};function Nt(Bt,et){Bt.f=et}function Je(Bt,et){var nt;if(Bt.match(/^\\[a-zA-Z@]+/)){var ct=Bt.current().slice(1);return nt=ge.hasOwnProperty(ct)?ge[ct]:ge.DEFAULT,nt=new nt,pe(et,nt),Nt(et,nn),nt.style}if(Bt.match(/^\\[$&%#{}_]/)||Bt.match(/^\\[,;!\/\\]/))return"tag";if(Bt.match("\\["))return Nt(et,function(gt,mt){return ie(gt,mt,"\\]")}),"keyword";if(Bt.match("\\("))return Nt(et,function(gt,mt){return ie(gt,mt,"\\)")}),"keyword";if(Bt.match("$$"))return Nt(et,function(gt,mt){return ie(gt,mt,"$$")}),"keyword";if(Bt.match("$"))return Nt(et,function(gt,mt){return ie(gt,mt,"$")}),"keyword";var lt=Bt.next();if(lt=="%")return Bt.skipToEnd(),"comment";if(lt=="}"||lt=="]"){if(nt=ne(et),nt)nt.closeBracket(lt),Nt(et,nn);else return"error";return"bracket"}else return lt=="{"||lt=="["?(nt=ge.DEFAULT,nt=new nt,pe(et,nt),"bracket"):/\d/.test(lt)?(Bt.eatWhile(/[\w.%]/),"atom"):(Bt.eatWhile(/[\w\-_]/),nt=oe(et),nt.name=="begin"&&(nt.argument=Bt.current()),nt.styleIdentifier())}function ie(Bt,et,nt){if(Bt.eatSpace())return null;if(nt&&Bt.match(nt))return Nt(et,Je),"keyword";if(Bt.match(/^\\[a-zA-Z@]+/))return"tag";if(Bt.match(/^[a-zA-Z]+/))return"variable-2";if(Bt.match(/^\\[$&%#{}_]/)||Bt.match(/^\\[,;!\/]/)||Bt.match(/^[\^_&]/))return"tag";if(Bt.match(/^[+\-<>|=,\/@!*:;'"`~#?]/))return null;if(Bt.match(/^(\d+\.\d*|\d*\.\d+|\d+)/))return"number";var ct=Bt.next();return ct=="{"||ct=="}"||ct=="["||ct=="]"||ct=="("||ct==")"?"bracket":ct=="%"?(Bt.skipToEnd(),"comment"):"error"}function nn(Bt,et){var nt=Bt.peek(),ct;return nt=="{"||nt=="["?(ct=ne(et),ct.openBracket(nt),Bt.eat(nt),Nt(et,Je),"bracket"):/[ \t\r]/.test(nt)?(Bt.eat(nt),null):(Nt(et,Je),Ht(et),Je(Bt,et))}return{startState:function(){var Bt=fe.inMathMode?function(et,nt){return ie(et,nt)}:Je;return{cmdState:[],f:Bt}},copyState:function(Bt){return{cmdState:Bt.cmdState.slice(),f:Bt.f}},token:function(Bt,et){return et.f(Bt,et)},blankLine:function(Bt){Bt.f=Je,Bt.cmdState.length=0},lineComment:"%"}}),Lt.defineMIME("text/x-stex","stex"),Lt.defineMIME("text/x-latex","stex")})},15525:function(bn,$n,Et){(function(Lt){Lt(Et(89780))})(function(Lt){"use strict";var re={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},fe={autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,allowMissingTagName:!1,caseFold:!1};Lt.defineMode("xml",function(pe,ne){var Ht=pe.indentUnit,oe={},Oe=ne.htmlMode?re:fe;for(var ge in Oe)oe[ge]=Oe[ge];for(var ge in ne)oe[ge]=ne[ge];var Nt,Je;function ie(ae,Fe){function De(rn){return Fe.tokenize=rn,rn(ae,Fe)}var Ee=ae.next();if(Ee=="<")return ae.eat("!")?ae.eat("[")?ae.match("CDATA[")?De(et("atom","]]>")):null:ae.match("--")?De(et("comment","-->")):ae.match("DOCTYPE",!0,!0)?(ae.eatWhile(/[\w\._\-]/),De(nt(1))):null:ae.eat("?")?(ae.eatWhile(/[\w\._\-]/),Fe.tokenize=et("meta","?>"),"meta"):(Nt=ae.eat("/")?"closeTag":"openTag",Fe.tokenize=nn,"tag bracket");if(Ee=="&"){var Sn;return ae.eat("#")?ae.eat("x")?Sn=ae.eatWhile(/[a-fA-F\d]/)&&ae.eat(";"):Sn=ae.eatWhile(/[\d]/)&&ae.eat(";"):Sn=ae.eatWhile(/[\w\.\-:]/)&&ae.eat(";"),Sn?"atom":"error"}else return ae.eatWhile(/[^&<]/),null}ie.isInText=!0;function nn(ae,Fe){var De=ae.next();if(De==">"||De=="/"&&ae.eat(">"))return Fe.tokenize=ie,Nt=De==">"?"endTag":"selfcloseTag","tag bracket";if(De=="=")return Nt="equals",null;if(De=="<"){Fe.tokenize=ie,Fe.state=mt,Fe.tagName=Fe.tagStart=null;var Ee=Fe.tokenize(ae,Fe);return Ee?Ee+" tag error":"tag error"}else return/[\'\"]/.test(De)?(Fe.tokenize=Bt(De),Fe.stringStartCol=ae.column(),Fe.tokenize(ae,Fe)):(ae.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function Bt(ae){var Fe=function(De,Ee){for(;!De.eol();)if(De.next()==ae){Ee.tokenize=nn;break}return"string"};return Fe.isInAttribute=!0,Fe}function et(ae,Fe){return function(De,Ee){for(;!De.eol();){if(De.match(Fe)){Ee.tokenize=ie;break}De.next()}return ae}}function nt(ae){return function(Fe,De){for(var Ee;(Ee=Fe.next())!=null;){if(Ee=="<")return De.tokenize=nt(ae+1),De.tokenize(Fe,De);if(Ee==">")if(ae==1){De.tokenize=ie;break}else return De.tokenize=nt(ae-1),De.tokenize(Fe,De)}return"meta"}}function ct(ae,Fe,De){this.prev=ae.context,this.tagName=Fe,this.indent=ae.indented,this.startOfLine=De,(oe.doNotIndent.hasOwnProperty(Fe)||ae.context&&ae.context.noIndent)&&(this.noIndent=!0)}function lt(ae){ae.context&&(ae.context=ae.context.prev)}function gt(ae,Fe){for(var De;;){if(!ae.context||(De=ae.context.tagName,!oe.contextGrabbers.hasOwnProperty(De)||!oe.contextGrabbers[De].hasOwnProperty(Fe)))return;lt(ae)}}function mt(ae,Fe,De){return ae=="openTag"?(De.tagStart=Fe.column(),St):ae=="closeTag"?Pt:mt}function St(ae,Fe,De){return ae=="word"?(De.tagName=Fe.current(),Je="tag",te):oe.allowMissingTagName&&ae=="endTag"?(Je="tag bracket",te(ae,Fe,De)):(Je="error",St)}function Pt(ae,Fe,De){if(ae=="word"){var Ee=Fe.current();return De.context&&De.context.tagName!=Ee&&oe.implicitlyClosed.hasOwnProperty(De.context.tagName)&<(De),De.context&&De.context.tagName==Ee||oe.matchClosing===!1?(Je="tag",Rt):(Je="tag error",Wt)}else return oe.allowMissingTagName&&ae=="endTag"?(Je="tag bracket",Rt(ae,Fe,De)):(Je="error",Wt)}function Rt(ae,Fe,De){return ae!="endTag"?(Je="error",Rt):(lt(De),mt)}function Wt(ae,Fe,De){return Je="error",Rt(ae,Fe,De)}function te(ae,Fe,De){if(ae=="word")return Je="attribute",Jt;if(ae=="endTag"||ae=="selfcloseTag"){var Ee=De.tagName,Sn=De.tagStart;return De.tagName=De.tagStart=null,ae=="selfcloseTag"||oe.autoSelfClosers.hasOwnProperty(Ee)?gt(De,Ee):(gt(De,Ee),De.context=new ct(De,Ee,Sn==De.indented)),mt}return Je="error",te}function Jt(ae,Fe,De){return ae=="equals"?Vt:(oe.allowMissing||(Je="error"),te(ae,Fe,De))}function Vt(ae,Fe,De){return ae=="string"?le:ae=="word"&&oe.allowUnquoted?(Je="string",te):(Je="error",te(ae,Fe,De))}function le(ae,Fe,De){return ae=="string"?le:te(ae,Fe,De)}return{startState:function(ae){var Fe={tokenize:ie,state:mt,indented:ae||0,tagName:null,tagStart:null,context:null};return ae!=null&&(Fe.baseIndent=ae),Fe},token:function(ae,Fe){if(!Fe.tagName&&ae.sol()&&(Fe.indented=ae.indentation()),ae.eatSpace())return null;Nt=null;var De=Fe.tokenize(ae,Fe);return(De||Nt)&&De!="comment"&&(Je=null,Fe.state=Fe.state(Nt||De,ae,Fe),Je&&(De=Je=="error"?De+" error":Je)),De},indent:function(ae,Fe,De){var Ee=ae.context;if(ae.tokenize.isInAttribute)return ae.tagStart==ae.indented?ae.stringStartCol+1:ae.indented+Ht;if(Ee&&Ee.noIndent)return Lt.Pass;if(ae.tokenize!=nn&&ae.tokenize!=ie)return De?De.match(/^(\s*)/)[0].length:0;if(ae.tagName)return oe.multilineTagIndentPastTag!==!1?ae.tagStart+ae.tagName.length+2:ae.tagStart+Ht*(oe.multilineTagIndentFactor||1);if(oe.alignCDATA&&/<!\[CDATA\[/.test(Fe))return 0;var Sn=Fe&&/^<(\/)?([\w_:\.-]*)/.exec(Fe);if(Sn&&Sn[1])for(;Ee;)if(Ee.tagName==Sn[2]){Ee=Ee.prev;break}else if(oe.implicitlyClosed.hasOwnProperty(Ee.tagName))Ee=Ee.prev;else break;else if(Sn)for(;Ee;){var rn=oe.contextGrabbers[Ee.tagName];if(rn&&rn.hasOwnProperty(Sn[2]))Ee=Ee.prev;else break}for(;Ee&&Ee.prev&&!Ee.startOfLine;)Ee=Ee.prev;return Ee?Ee.indent+Ht:ae.baseIndent||0},electricInput:/<\/[\s\w:]+>$/,blockCommentStart:"<!--",blockCommentEnd:"-->",configuration:oe.htmlMode?"html":"xml",helperType:oe.htmlMode?"html":"xml",skipAttribute:function(ae){ae.state==Vt&&(ae.state=te)},xmlCurrentTag:function(ae){return ae.tagName?{name:ae.tagName,close:ae.type=="closeTag"}:null},xmlCurrentContext:function(ae){for(var Fe=[],De=ae.context;De;De=De.prev)De.tagName&&Fe.push(De.tagName);return Fe.reverse()}}}),Lt.defineMIME("text/xml","xml"),Lt.defineMIME("application/xml","xml"),Lt.mimeModes.hasOwnProperty("text/html")||Lt.defineMIME("text/html",{name:"xml",htmlMode:!0})})},12378:function(bn,$n,Et){"use strict";Et.d($n,{$u:function(){return ge},BD:function(){return Dt},E9:function(){return Oe},FF:function(){return sr},FJ:function(){return mt},Hn:function(){return gt},KX:function(){return Pt},NB:function(){return Ae},S0:function(){return ke},UL:function(){return Nt},Vk:function(){return lt},Vm:function(){return _e},YI:function(){return ze},ZA:function(){return fe},Zt:function(){return Je},al:function(){return Mt},bn:function(){return jt},bx:function(){return wt},g2:function(){return fn},h1:function(){return Vt},hD:function(){return ji},l4:function(){return Ht},rU:function(){return Le},s_:function(){return yt},uz:function(){return on},z6:function(){return ie}}),bn=Et.hmd(bn),function(){var Ct;function Bi(a){var y=0;return function(){return y<a.length?{done:!1,value:a[y++]}:{done:!0}}}function oi(a){var y=typeof Symbol!="undefined"&&Symbol.iterator&&a[Symbol.iterator];return y?y.call(a):{next:Bi(a)}}function Wn(a){for(var y,x=[];!(y=a.next()).done;)x.push(y.value);return x}var Bn=typeof Object.create=="function"?Object.create:function(a){function y(){}return y.prototype=a,new y},En;if(typeof Object.setPrototypeOf=="function")En=Object.setPrototypeOf;else{var vn;t:{var ui={a:!0},Te={};try{Te.__proto__=ui,vn=Te.a;break t}catch(a){}vn=!1}En=vn?function(a,y){if(a.__proto__=y,a.__proto__!==y)throw new TypeError(a+" is not extensible");return a}:null}var Ze=En;function Ne(a,y){if(a.prototype=Bn(y.prototype),a.prototype.constructor=a,Ze)Ze(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 ln=typeof Et.g!="undefined"&&Et.g!=null?Et.g:self,Oi=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},Ni=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,y,x){a!=Array.prototype&&a!=Object.prototype&&(a[y]=x.value)};function $i(a,y){if(y){var x=ln;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&&Ni(x,a,{writable:!0,value:y})}}$i("Object.assign",function(a){return a||Oi}),$i("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 Ye=typeof globalThis=="object"&&globalThis||typeof Et.g=="object"&&Et.g.global===Et.g&&Et.g||typeof self=="object"&&self.self===self&&self||{};Ye.requestAnimationFrame===void 0&&(Ye.setImmediate===void 0?Ye.requestAnimationFrame=function(a){Ye.setTimeout(a,0)}:Ye.requestAnimationFrame=Ye.setImmediate);function cn(){}function Pi(a,y){var x=-1;return function(){var b=this,E=arguments;x!==-1&&Ye.clearTimeout(x),x=dr(function(){x=-1,a.apply(b,E)},y)}}function dr(a,y){return Ye.setTimeout(a,y)}function Yn(a){return Ye.document.createElement(a)}function Qt(a){throw Error(a)}function Me(a,y){a="The object is frozen, so its properties cannot be set: "+a.toString(),y!==void 0&&(a+=" to value: "+y),Qt(a)}function Gn(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),Qt(x+" is not in the range "+y+": "+a)}function qn(a){Ye.console&&Ye.console.log(a)}function Xe(a){return typeof a=="object"&&a!==null}function ri(a){return Array.isArray(a)||Ye.NodeList&&a instanceof Ye.NodeList||Ye.HTMLCollection&&a instanceof Ye.HTMLCollection}function Zi(a){return Array.prototype.slice.call(a)}function Gi(a,y,x){Array.isArray(a)?y>=a.length?a.push(x):a.splice(y,0,x):Qt("Cannot insert an object into an HTMLCollection or NodeList: "+x+" at "+y)}function ir(a,y){Array.isArray(a)?y>=a.length?a.pop():a.splice(y,1):Qt("Cannot remove an object from an HTMLCollection or NodeList at "+y)}function ai(){var a=so.pop();return a===void 0?[]:a}function Jn(a){a.length=0,so.push(a)}function hi(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(Xe(a)&&a.constructor)return hi(a.constructor);return typeof a}function hr(a){var y=a;return Xe(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 tr(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 Dn(a,y,x){Object.defineProperty(wo.prototype,a,{get:y,set:x})}function ki(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 Fr=Ye.navigator!==void 0&&0<Ye.navigator.userAgent.indexOf("Trident/7"),jr=Ye.navigator!==void 0&&Ye.navigator.platform!==void 0&&Ye.navigator.platform.match(/(iPhone|iPod|iPad|Mac)/i)!==null,so=[];Object.freeze([]),cn.className="Util",cn.Dx="32ab5ff3b26f42dc0ed90f21472913b5",cn.adym="gojs.net",cn.vfo="28e645fdb266",cn.className="Util";function je(a,y,x){rr(this),this.j=a,this.xa=y,this.o=x}je.prototype.toString=function(){return"EnumValue."+this.xa};function _i(a,y){return y==null||y===""?null:a[y]}ln.Object.defineProperties(je.prototype,{classType:{get:function(){return this.j}},name:{get:function(){return this.xa}},value:{get:function(){return this.o}}}),je.className="EnumValue";function Ar(){this.ew=[]}Ar.prototype.toString=function(){return this.ew.join("")},Ar.prototype.add=function(a){a!==""&&this.ew.push(a)},Ar.className="StringBuilder";function Wi(){}Wi.className="PropertyCollection";var Wr={EA:!1,JA:!1,GA:!1,IA:!1,NA:!1,LA:!1,nx:!1,FA:null,trace:function(a){Ye.console&&Ye.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,rt){return function(){throw Error("Property "+tt.Zl[rt.Tj]+" of "+tt.x+" is read-only.")}}(y,E)})}}}y={Zl:y.Zl,x:y.x}}}};function Nr(){}Nr.prototype.reset=function(){},Nr.prototype.next=function(){return!1},Nr.prototype.Ad=function(){return!1},Nr.prototype.first=function(){return null},Nr.prototype.any=function(){return!1},Nr.prototype.all=function(){return!0},Nr.prototype.each=function(){return this},Nr.prototype.map=function(){return this},Nr.prototype.filter=function(){return this},Nr.prototype.de=function(){},Nr.prototype.toString=function(){return"EmptyIterator"},ln.Object.defineProperties(Nr.prototype,{iterator:{get:function(){return this}},count:{get:function(){return 0}}}),Nr.prototype.first=Nr.prototype.first,Nr.prototype.hasNext=Nr.prototype.Ad,Nr.prototype.next=Nr.prototype.next,Nr.prototype.reset=Nr.prototype.reset;var Xr=null;Nr.className="EmptyIterator",Xr=new Nr;function zr(a){this.key=-1,this.value=a}zr.prototype.reset=function(){this.key=-1},zr.prototype.next=function(){return this.key===-1?(this.key=0,!0):!1},zr.prototype.Ad=function(){return this.next()},zr.prototype.first=function(){return this.key=0,this.value},zr.prototype.any=function(a){return this.key=-1,a(this.value)},zr.prototype.all=function(a){return this.key=-1,a(this.value)},zr.prototype.each=function(a){return this.key=-1,a(this.value),this},zr.prototype.map=function(a){return new zr(a(this.value))},zr.prototype.filter=function(a){return a(this.value)?new zr(this.value):Xr},zr.prototype.de=function(){this.value=null},zr.prototype.toString=function(){return"SingletonIterator("+this.value+")"},ln.Object.defineProperties(zr.prototype,{iterator:{get:function(){return this}},count:{get:function(){return 1}}}),zr.prototype.first=zr.prototype.first,zr.prototype.hasNext=zr.prototype.Ad,zr.prototype.next=zr.prototype.next,zr.prototype.reset=zr.prototype.reset,zr.className="SingletonIterator";function Hr(a){this.Bb=a,this.qf=null,a.Sa=null,this.qa=a.Ja,this.Za=-1}Hr.prototype.reset=function(){var a=this.Bb;a.Sa=null,this.qa=a.Ja,this.Za=-1},Hr.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},Hr.prototype.Ad=function(){return this.next()},Hr.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},Hr.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},Hr.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},Hr.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},Hr.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 pn,a.s=x,a.xb(),a.iterator},Hr.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 pn,a.s=x,a.xb(),a.iterator},Hr.prototype.de=function(){this.key=-1,this.value=null,this.qa=-1,this.qf=null,this.Bb.Sa=this},Hr.prototype.toString=function(){return"ListIterator@"+this.Za+"/"+this.Bb.count},ln.Object.defineProperties(Hr.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}}}),Hr.prototype.first=Hr.prototype.first,Hr.prototype.hasNext=Hr.prototype.Ad,Hr.prototype.next=Hr.prototype.next,Hr.prototype.reset=Hr.prototype.reset,Hr.className="ListIterator";function qr(a){this.Bb=a,a.Hg=null,this.qa=a.Ja,this.Za=a.s.length}qr.prototype.reset=function(){var a=this.Bb;a.Hg=null,this.qa=a.Ja,this.Za=a.s.length},qr.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)},qr.prototype.Ad=function(){return this.next()},qr.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},qr.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},qr.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},qr.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},qr.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 pn,a.s=x,a.xb(),a.iterator},qr.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 pn,a.s=x,a.xb(),a.iterator},qr.prototype.de=function(){this.key=-1,this.value=null,this.qa=-1,this.Bb.Hg=this},qr.prototype.toString=function(){return"ListIteratorBackwards("+this.Za+"/"+this.Bb.count+")"},ln.Object.defineProperties(qr.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.Bb.s.length}}}),qr.prototype.first=qr.prototype.first,qr.prototype.hasNext=qr.prototype.Ad,qr.prototype.next=qr.prototype.next,qr.prototype.reset=qr.prototype.reset,qr.className="ListIteratorBackwards";function pn(a){rr(this),this._isFrozen=!1,this.s=[],this.Ja=0,this.Hg=this.Sa=null,typeof a=="string"&&Qt("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}Ct=pn.prototype,Ct.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},Ct.freeze=function(){return this._isFrozen=!0,this},Ct.ka=function(){return this._isFrozen=!1,this},Ct.toString=function(){return"List()#"+Tr(this)},Ct.add=function(a){return a===null?this:(this._isFrozen&&Me(this,a),this.s.push(a),this.xb(),this)},Ct.push=function(a){this.add(a)},Ct.addAll=function(a){if(a===null)return this;this._isFrozen&&Me(this);var y=this.s;if(ri(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},Ct.clear=function(){this._isFrozen&&Me(this),this.s.length=0,this.xb()},Ct.contains=function(a){return a===null?!1:this.s.indexOf(a)!==-1},Ct.has=function(a){return this.contains(a)},Ct.indexOf=function(a){return a===null?-1:this.s.indexOf(a)},Ct.M=function(a){var y=this.s;return(0>a||a>=y.length)&&Gn(a,"0 <= i < length",pn,"elt:i"),y[a]},Ct.get=function(a){return this.M(a)},Ct.cd=function(a,y){var x=this.s;(0>a||a>=x.length)&&Gn(a,"0 <= i < length",pn,"setElt:i"),this._isFrozen&&Me(this,a),x[a]=y},Ct.set=function(a,y){this.cd(a,y)},Ct.first=function(){var a=this.s;return a.length===0?null:a[0]},Ct.jc=function(){var a=this.s,y=a.length;return 0<y?a[y-1]:null},Ct.pop=function(){this._isFrozen&&Me(this);var a=this.s;return 0<a.length?a.pop():null},pn.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},pn.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},pn.prototype.each=function(a){for(var y=this.s,x=y.length,b=0;b<x;b++)a(y[b]);return this},pn.prototype.map=function(a){for(var y=new pn,x=[],b=this.s,E=b.length,z=0;z<E;z++)x.push(a(b[z]));return y.s=x,y.xb(),y},pn.prototype.filter=function(a){for(var y=new pn,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},Ct=pn.prototype,Ct.Gb=function(a,y){0>a&&Gn(a,">= 0",pn,"insertAt:i"),this._isFrozen&&Me(this,a);var x=this.s;a>=x.length?x.push(y):x.splice(a,0,y),this.xb()},Ct.remove=function(a){if(a===null)return!1;this._isFrozen&&Me(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)},Ct.delete=function(a){return this.remove(a)},Ct.mb=function(a){var y=this.s;(0>a||a>=y.length)&&Gn(a,"0 <= i < length",pn,"removeAt:i"),this._isFrozen&&Me(this,a),a===y.length-1?y.pop():y.splice(a,1),this.xb()},Ct.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&&Me(this);for(var E=a,z=y+1;z<b;)x[E++]=x[z++];return x.length=b-(y-a+1),this.xb(),this},pn.prototype.copy=function(){var a=new pn,y=this.s;return 0<y.length&&(a.s=Array.prototype.slice.call(y)),a},Ct=pn.prototype,Ct.Fa=function(){for(var a=this.s,y=this.count,x=Array(y),b=0;b<y;b++)x[b]=a[b];return x},Ct.Iv=function(){for(var a=new Cn,y=this.s,x=this.count,b=0;b<x;b++)a.add(y[b]);return a},Ct.sort=function(a){return this._isFrozen&&Me(this),this.s.sort(a),this.xb(),this},Ct.zi=function(a,y,x){var b=this.s,E=b.length;y===void 0&&(y=0),x===void 0&&(x=E),this._isFrozen&&Me(this);var z=x-y;if(1>=z)return this;if((0>y||y>=E-1)&&Gn(y,"0 <= from < length",pn,"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},Ct.reverse=function(){return this._isFrozen&&Me(this),this.s.reverse(),this.xb(),this},ln.Object.defineProperties(pn.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 Xr;var a=this.Sa;return a!==null?(a.reset(),a):new Hr(this)}},iteratorBackwards:{get:function(){if(0>=this.s.length)return Xr;var a=this.Hg;return a!==null?(a.reset(),a):new qr(this)}}}),pn.prototype.reverse=pn.prototype.reverse,pn.prototype.sortRange=pn.prototype.zi,pn.prototype.sort=pn.prototype.sort,pn.prototype.toSet=pn.prototype.Iv,pn.prototype.toArray=pn.prototype.Fa,pn.prototype.removeRange=pn.prototype.removeRange,pn.prototype.removeAt=pn.prototype.mb,pn.prototype.delete=pn.prototype.delete,pn.prototype.remove=pn.prototype.remove,pn.prototype.insertAt=pn.prototype.Gb,pn.prototype.pop=pn.prototype.pop,pn.prototype.last=pn.prototype.jc,pn.prototype.first=pn.prototype.first,pn.prototype.set=pn.prototype.set,pn.prototype.setElt=pn.prototype.cd,pn.prototype.get=pn.prototype.get,pn.prototype.elt=pn.prototype.M,pn.prototype.indexOf=pn.prototype.indexOf,pn.prototype.has=pn.prototype.has,pn.prototype.contains=pn.prototype.contains,pn.prototype.clear=pn.prototype.clear,pn.prototype.addAll=pn.prototype.addAll,pn.prototype.push=pn.prototype.push,pn.prototype.add=pn.prototype.add,pn.prototype.thaw=pn.prototype.ka,pn.prototype.freeze=pn.prototype.freeze,pn.className="List";function no(a){this.eg=a,a.Sa=null,this.qa=a.Ja,this.sa=null}no.prototype.reset=function(){var a=this.eg;a.Sa=null,this.qa=a.Ja,this.sa=null},no.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)},no.prototype.Ad=function(){return this.next()},no.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},no.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},no.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},no.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},no.prototype.map=function(a){var y=this.eg;y.Sa=null;var x=new pn;for(y=y.ea;y!==null;)x.add(a(y.value)),y=y.va;return x.iterator},no.prototype.filter=function(a){var y=this.eg;y.Sa=null;var x=new pn;for(y=y.ea;y!==null;){var b=y.value;a(b)&&x.add(b),y=y.va}return x.iterator},no.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.eg.Sa=this},no.prototype.toString=function(){return this.sa!==null?"SetIterator@"+this.sa.value:"SetIterator"},ln.Object.defineProperties(no.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.eg.Sb}}}),no.prototype.first=no.prototype.first,no.prototype.hasNext=no.prototype.Ad,no.prototype.next=no.prototype.next,no.prototype.reset=no.prototype.reset,no.className="SetIterator";function Cn(a){rr(this),this._isFrozen=!1,this.Tb={},this.Sb=0,this.Sa=null,this.Ja=0,this.kf=this.ea=null,typeof a=="string"&&Qt("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}Ct=Cn.prototype,Ct.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},Ct.freeze=function(){return this._isFrozen=!0,this},Ct.ka=function(){return this._isFrozen=!1,this},Ct.toString=function(){return"Set()#"+Tr(this)},Ct.add=function(a){if(a===null)return this;this._isFrozen&&Me(this,a);var y=a;return Xe(a)&&(y=Or(a)),this.Tb[y]===void 0&&(this.Sb++,a=new We(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},Ct.addAll=function(a){if(a===null)return this;if(this._isFrozen&&Me(this),ri(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},Ct.contains=function(a){if(a===null)return!1;var y=a;return Xe(a)&&(y=Tr(a),y===void 0)?!1:this.Tb[y]!==void 0},Ct.has=function(a){return this.contains(a)},Ct.Sy=function(a){if(a===null)return!0;for(a=a.iterator;a.next();)if(!this.contains(a.value))return!1;return!0},Ct.Ty=function(a){if(a===null)return!0;for(a=a.iterator;a.next();)if(this.contains(a.value))return!0;return!1},Ct.first=function(){var a=this.ea;return a===null?null:a.value},Cn.prototype.any=function(a){for(var y=this.ea;y!==null;){if(a(y.value))return!0;y=y.va}return!1},Cn.prototype.all=function(a){for(var y=this.ea;y!==null;){if(!a(y.value))return!1;y=y.va}return!0},Cn.prototype.each=function(a){for(var y=this.ea;y!==null;)a(y.value),y=y.va;return this},Cn.prototype.map=function(a){for(var y=new Cn,x=this.ea;x!==null;)y.add(a(x.value)),x=x.va;return y},Cn.prototype.filter=function(a){for(var y=new Cn,x=this.ea;x!==null;){var b=x.value;a(b)&&y.add(b),x=x.va}return y},Ct=Cn.prototype,Ct.remove=function(a){if(a===null)return!1;this._isFrozen&&Me(this,a);var y=a;if(Xe(a)&&(y=Tr(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},Ct.delete=function(a){return this.remove(a)},Ct.hp=function(a){if(a===null)return this;if(this._isFrozen&&Me(this),ri(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},Ct.pA=function(a){if(a===null||this.count===0)return this;this._isFrozen&&Me(this);var y=new Cn;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},Ct.clear=function(){this._isFrozen&&Me(this),this.Tb={},this.Sb=0,this.Sa!==null&&this.Sa.reset(),this.kf=this.ea=null,this.xb()},Cn.prototype.copy=function(){var a=new Cn,y=this.Tb,x;for(x in y)a.add(y[x].value);return a},Cn.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},Cn.prototype.Hv=function(){var a=new pn,y=this.Tb,x;for(x in y)a.add(y[x].value);return a};function rr(a){a.__gohashid=ho++}function Or(a){var y=a.__gohashid;return y===void 0&&(y=ho++,a.__gohashid=y),y}function Tr(a){return a.__gohashid}ln.Object.defineProperties(Cn.prototype,{count:{get:function(){return this.Sb}},size:{get:function(){return this.Sb}},iterator:{get:function(){if(0>=this.Sb)return Xr;var a=this.Sa;return a!==null?(a.reset(),a):new no(this)}}}),Cn.prototype.toList=Cn.prototype.Hv,Cn.prototype.toArray=Cn.prototype.Fa,Cn.prototype.clear=Cn.prototype.clear,Cn.prototype.retainAll=Cn.prototype.pA,Cn.prototype.removeAll=Cn.prototype.hp,Cn.prototype.delete=Cn.prototype.delete,Cn.prototype.remove=Cn.prototype.remove,Cn.prototype.first=Cn.prototype.first,Cn.prototype.containsAny=Cn.prototype.Ty,Cn.prototype.containsAll=Cn.prototype.Sy,Cn.prototype.has=Cn.prototype.has,Cn.prototype.contains=Cn.prototype.contains,Cn.prototype.addAll=Cn.prototype.addAll,Cn.prototype.add=Cn.prototype.add,Cn.prototype.thaw=Cn.prototype.ka,Cn.prototype.freeze=Cn.prototype.freeze;var ho=1;Cn.className="Set",Cn.uniqueHash=rr,Cn.hashIdUnique=Or,Cn.hashId=Tr;function Gr(a){this.ma=a,this.qa=a.Ja,this.sa=null}Gr.prototype.reset=function(){this.qa=this.ma.Ja,this.sa=null},Gr.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)},Gr.prototype.Ad=function(){return this.next()},Gr.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},Gr.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},Gr.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},Gr.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},Gr.prototype.map=function(a){var y=this.ma;this.sa=null;var x=new pn;for(y=y.ea;y!==null;)x.add(a(y.key)),y=y.va;return x.iterator},Gr.prototype.filter=function(a){var y=this.ma;this.sa=null;var x=new pn;for(y=y.ea;y!==null;){var b=y.key;a(b)&&x.add(b),y=y.va}return x.iterator},Gr.prototype.de=function(){this.value=this.key=null,this.qa=-1},Gr.prototype.toString=function(){return this.sa!==null?"MapKeySetIterator@"+this.sa.value:"MapKeySetIterator"},ln.Object.defineProperties(Gr.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),Gr.prototype.first=Gr.prototype.first,Gr.prototype.hasNext=Gr.prototype.Ad,Gr.prototype.next=Gr.prototype.next,Gr.prototype.reset=Gr.prototype.reset,Gr.className="MapKeySetIterator";function xr(a){Cn.call(this),rr(this),this._isFrozen=!0,this.ma=a}Ne(xr,Cn),Ct=xr.prototype,Ct.freeze=function(){return this},Ct.ka=function(){return this},Ct.toString=function(){return"MapKeySet("+this.ma.toString()+")"},Ct.add=function(){Qt("This Set is read-only: "+this.toString())},Ct.contains=function(a){return this.ma.contains(a)},Ct.has=function(a){return this.contains(a)},Ct.remove=function(){Qt("This Set is read-only: "+this.toString())},Ct.delete=function(a){return this.remove(a)},Ct.clear=function(){Qt("This Set is read-only: "+this.toString())},Ct.first=function(){var a=this.ma.ea;return a!==null?a.key:null},xr.prototype.any=function(a){for(var y=this.ma.ea;y!==null;){if(a(y.key))return!0;y=y.va}return!1},xr.prototype.all=function(a){for(var y=this.ma.ea;y!==null;){if(!a(y.key))return!1;y=y.va}return!0},xr.prototype.each=function(a){for(var y=this.ma.ea;y!==null;)a(y.key),y=y.va;return this},xr.prototype.map=function(a){for(var y=new Cn,x=this.ma.ea;x!==null;)y.add(a(x.key)),x=x.va;return y},xr.prototype.filter=function(a){for(var y=new Cn,x=this.ma.ea;x!==null;){var b=x.key;a(b)&&y.add(b),x=x.va}return y},xr.prototype.copy=function(){return new xr(this.ma)},xr.prototype.Iv=function(){var a=new Cn,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},xr.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},xr.prototype.Hv=function(){var a=new pn,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},ln.Object.defineProperties(xr.prototype,{count:{get:function(){return this.ma.Sb}},size:{get:function(){return this.ma.Sb}},iterator:{get:function(){return 0>=this.ma.Sb?Xr:new Gr(this.ma)}}}),xr.prototype.toList=xr.prototype.Hv,xr.prototype.toArray=xr.prototype.Fa,xr.prototype.toSet=xr.prototype.Iv,xr.prototype.first=xr.prototype.first,xr.prototype.clear=xr.prototype.clear,xr.prototype.delete=xr.prototype.delete,xr.prototype.remove=xr.prototype.remove,xr.prototype.has=xr.prototype.has,xr.prototype.contains=xr.prototype.contains,xr.prototype.add=xr.prototype.add,xr.prototype.thaw=xr.prototype.ka,xr.prototype.freeze=xr.prototype.freeze,xr.className="MapKeySet";function lo(a){this.ma=a,a.jf=null,this.qa=a.Ja,this.sa=null}lo.prototype.reset=function(){var a=this.ma;a.jf=null,this.qa=a.Ja,this.sa=null},lo.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)},lo.prototype.Ad=function(){return this.next()},lo.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},lo.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},lo.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},lo.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},lo.prototype.map=function(a){var y=this.ma;this.sa=y.jf=null;var x=new pn;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.ma;this.sa=y.jf=null;var x=new pn;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.ma.jf=this},lo.prototype.toString=function(){return this.sa!==null?"MapValueSetIterator@"+this.sa.value:"MapValueSetIterator"},ln.Object.defineProperties(lo.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.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="MapValueSetIterator";function We(a,y){this.key=a,this.value=y,this.ll=this.va=null}We.prototype.toString=function(){return"{"+this.key+":"+this.value+"}"},We.className="KeyValuePair";function An(a){this.ma=a,a.Sa=null,this.qa=a.Ja,this.sa=null}An.prototype.reset=function(){var a=this.ma;a.Sa=null,this.qa=a.Ja,this.sa=null},An.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)},An.prototype.Ad=function(){return this.next()},An.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},An.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},An.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},An.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},An.prototype.map=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new pn;for(y=y.ea;y!==null;)x.add(a(y)),y=y.va;return x.iterator},An.prototype.filter=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new pn;for(y=y.ea;y!==null;)a(y)&&x.add(y),y=y.va;return x.iterator},An.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.ma.Sa=this},An.prototype.toString=function(){return this.sa!==null?"MapIterator@"+this.sa:"MapIterator"},ln.Object.defineProperties(An.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),An.prototype.first=An.prototype.first,An.prototype.hasNext=An.prototype.Ad,An.prototype.next=An.prototype.next,An.prototype.reset=An.prototype.reset,An.className="MapIterator";function Be(a){rr(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"&&Qt("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}Ct=Be.prototype,Ct.xb=function(){var a=this.Ja;a++,999999999<a&&(a=0),this.Ja=a},Ct.freeze=function(){return this._isFrozen=!0,this},Ct.ka=function(){return this._isFrozen=!1,this},Ct.toString=function(){return"Map()#"+Tr(this)},Ct.add=function(a,y){this._isFrozen&&Me(this,a);var x=a;Xe(a)&&(x=Or(a));var b=this.Tb[x];return b===void 0?(this.Sb++,a=new We(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},Ct.set=function(a,y){return this.add(a,y)},Ct.addAll=function(a){if(a===null)return this;if(ri(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 Be)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},Ct.first=function(){return this.ea},Be.prototype.any=function(a){for(var y=this.ea;y!==null;){if(a(y))return!0;y=y.va}return!1},Be.prototype.all=function(a){for(var y=this.ea;y!==null;){if(!a(y))return!1;y=y.va}return!0},Be.prototype.each=function(a){for(var y=this.ea;y!==null;)a(y),y=y.va;return this},Be.prototype.map=function(a){for(var y=new Be,x=this.ea;x!==null;)y.add(x.key,a(x)),x=x.va;return y},Be.prototype.filter=function(a){for(var y=new Be,x=this.ea;x!==null;)a(x)&&y.add(x.key,x.value),x=x.va;return y},Ct=Be.prototype,Ct.contains=function(a){var y=a;return Xe(a)&&(y=Tr(a),y===void 0)?!1:this.Tb[y]!==void 0},Ct.has=function(a){return this.contains(a)},Ct.I=function(a){var y=a;return Xe(a)&&(y=Tr(a),y===void 0)?null:(a=this.Tb[y],a===void 0?null:a.value)},Ct.get=function(a){return this.I(a)},Ct.remove=function(a){if(a===null)return!1;this._isFrozen&&Me(this,a);var y=a;if(Xe(a)&&(y=Tr(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},Ct.delete=function(a){return this.remove(a)},Ct.clear=function(){this._isFrozen&&Me(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()},Be.prototype.copy=function(){var a=new Be,y=this.Tb,x;for(x in y){var b=y[x];a.add(b.key,b.value)}return a},Be.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 We(E.key,E.value),x++}return y},Be.prototype.Lf=function(){return new xr(this)},ln.Object.defineProperties(Be.prototype,{count:{get:function(){return this.Sb}},size:{get:function(){return this.Sb}},iterator:{get:function(){if(0>=this.count)return Xr;var a=this.Sa;return a!==null?(a.reset(),a):new An(this)}},iteratorKeys:{get:function(){return 0>=this.count?Xr:new Gr(this)}},iteratorValues:{get:function(){if(0>=this.count)return Xr;var a=this.jf;return a!==null?(a.reset(),a):new lo(this)}}}),Be.prototype.toKeySet=Be.prototype.Lf,Be.prototype.toArray=Be.prototype.Fa,Be.prototype.clear=Be.prototype.clear,Be.prototype.delete=Be.prototype.delete,Be.prototype.remove=Be.prototype.remove,Be.prototype.get=Be.prototype.get,Be.prototype.getValue=Be.prototype.I,Be.prototype.has=Be.prototype.has,Be.prototype.contains=Be.prototype.contains,Be.prototype.first=Be.prototype.first,Be.prototype.addAll=Be.prototype.addAll,Be.prototype.set=Be.prototype.set,Be.prototype.add=Be.prototype.add,Be.prototype.thaw=Be.prototype.ka,Be.prototype.freeze=Be.prototype.freeze,Be.className="Map";function Ot(a,y){a===void 0?this.y=this.x=0:typeof a=="number"&&typeof y=="number"?(this.x=a,this.y=y):Qt("Invalid arguments to Point constructor: "+a+", "+y),this._isFrozen=!1}var Qn,Li,Xi,Vi,yi;Ot.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this},Ot.prototype.h=function(a,y){return this.x=a,this.y=y,this},Ot.prototype.sg=function(a,y){return this.x=a,this.y=y,this},Ot.prototype.set=function(a){return this.x=a.x,this.y=a.y,this},Ot.prototype.copy=function(){var a=new Ot;return a.x=this.x,a.y=this.y,a},Ct=Ot.prototype,Ct.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},Ct.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},Ct.freeze=function(){return this._isFrozen=!0,this},Ct.ka=function(){return Object.isFrozen(this)&&Qt("cannot thaw constant: "+this),this._isFrozen=!1,this};function Mn(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 Ot(x,E)}return new Ot}function si(a){return a.x.toString()+" "+a.y.toString()}Ct.toString=function(){return"Point("+this.x+","+this.y+")"},Ct.D=function(a){return a instanceof Ot?this.x===a.x&&this.y===a.y:!1},Ct.hi=function(a,y){return this.x===a&&this.y===y},Ct.Xa=function(a){return ce.B(this.x,a.x)&&ce.B(this.y,a.y)},Ct.add=function(a){return this.x+=a.x,this.y+=a.y,this},Ct.re=function(a){return this.x-=a.x,this.y-=a.y,this},Ct.offset=function(a,y){return this.x+=a,this.y+=y,this},Ot.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},Ct=Ot.prototype,Ct.scale=function(a,y){return this.x*=a,this.y*=y,this},Ct.Bf=function(a){var y=a.x-this.x;return a=a.y-this.y,y*y+a*a},Ct.zd=function(a,y){return a-=this.x,y-=this.y,a*a+y*y},Ct.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},Ct.ab=function(a){return ci(a.x-this.x,a.y-this.y)},Ct.direction=function(a,y){return ci(a-this.x,y-this.y)};function ci(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}Ct.Ry=function(a,y){return ce.Fl(a.x,a.y,y.x,y.y,this.x,this.y)},Ct.fA=function(a,y,x,b){return ce.qh(a,y,x,b,this.x,this.y,this),this},Ct.gA=function(a,y){return ce.qh(a.x,a.y,y.x,y.y,this.x,this.y,this),this},Ct.uA=function(a,y,x,b){return ce.No(this.x,this.y,a,y,x,b,this),this},Ct.vA=function(a,y){return ce.No(this.x,this.y,a.x,a.y,y.width,y.height,this),this},Ct.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},Ct.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},Ct.transform=function(a){return a.Ga(this),this};function Kn(a,y){return y.Cd(a),a}function fi(a,y,x,b,E,z){var tt=E-x,rt=z-b,ot=tt*tt+rt*rt;x-=a,b-=y;var st=-x*tt-b*rt;return 0>=st||st>=ot?(tt=E-a,rt=z-y,Math.min(x*x+b*b,tt*tt+rt*rt)):(a=tt*b-rt*x,a*a/ot)}function ei(a,y,x,b){return a=x-a,y=b-y,a*a+y*y}function Ft(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)}Ct.w=function(){return isFinite(this.x)&&isFinite(this.y)},Ot.alloc=function(){var a=se.pop();return a===void 0?new Ot:a},Ot.allocAt=function(a,y){var x=se.pop();return x===void 0?new Ot(a,y):(x.x=a,x.y=y,x)},Ot.free=function(a){se.push(a)},Ot.prototype.isReal=Ot.prototype.w,Ot.prototype.setSpot=Ot.prototype.yi,Ot.prototype.setRectSpot=Ot.prototype.xi,Ot.prototype.snapToGridPoint=Ot.prototype.vA,Ot.prototype.snapToGrid=Ot.prototype.uA,Ot.prototype.projectOntoLineSegmentPoint=Ot.prototype.gA,Ot.prototype.projectOntoLineSegment=Ot.prototype.fA,Ot.intersectingLineSegments=function(a,y,x,b,E,z,tt,rt){return ce.Rl(a,y,x,b,E,z,tt,rt)},Ot.prototype.compareWithLineSegmentPoint=Ot.prototype.Ry,Ot.compareWithLineSegment=function(a,y,x,b,E,z){return ce.Fl(a,y,x,b,E,z)},Ot.prototype.direction=Ot.prototype.direction,Ot.prototype.directionPoint=Ot.prototype.ab,Ot.prototype.normalize=Ot.prototype.normalize,Ot.prototype.distanceSquared=Ot.prototype.zd,Ot.prototype.distanceSquaredPoint=Ot.prototype.Bf,Ot.prototype.scale=Ot.prototype.scale,Ot.prototype.rotate=Ot.prototype.rotate,Ot.prototype.offset=Ot.prototype.offset,Ot.prototype.subtract=Ot.prototype.re,Ot.prototype.add=Ot.prototype.add,Ot.prototype.equalsApprox=Ot.prototype.Xa,Ot.prototype.equalTo=Ot.prototype.hi,Ot.prototype.equals=Ot.prototype.D,Ot.prototype.set=Ot.prototype.set,Ot.prototype.setTo=Ot.prototype.sg;var se=[];Ot.className="Point",Ot.parse=Mn,Ot.stringify=si,Ot.distanceLineSegmentSquared=fi,Ot.distanceSquared=ei,Ot.direction=Ft,Ot.Origin=Qn=new Ot(0,0).ja(),Ot.InfiniteTopLeft=Li=new Ot(-1/0,-1/0).ja(),Ot.InfiniteBottomRight=Xi=new Ot(1/0,1/0).ja(),Ot.SixPoint=Vi=new Ot(6,6).ja(),Ot.NoPoint=yi=new Ot(NaN,NaN).ja(),Ot.parse=Mn,Ot.stringify=si,Ot.distanceLineSegmentSquared=fi,Ot.distanceSquared=ei,Ot.direction=Ft;function Yt(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):Qt("Invalid arguments to Size constructor: "+a+", "+y),this._isFrozen=!1}var ve,xe,Qe,qe,hn,On,Un;Yt.prototype.assign=function(a){return this.width=a.width,this.height=a.height,this},Yt.prototype.h=function(a,y){return this.width=a,this.height=y,this},Yt.prototype.sg=function(a,y){return this.width=a,this.height=y,this},Yt.prototype.set=function(a){return this.width=a.width,this.height=a.height,this},Yt.prototype.copy=function(){var a=new Yt;return a.width=this.width,a.height=this.height,a},Ct=Yt.prototype,Ct.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},Ct.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},Ct.freeze=function(){return this._isFrozen=!0,this},Ct.ka=function(){return Object.isFrozen(this)&&Qt("cannot thaw constant: "+this),this._isFrozen=!1,this};function dn(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;return(b=a[y++])&&(E=parseFloat(b)),new Yt(x,E)}return new Yt}function di(a){return a.width.toString()+" "+a.height.toString()}Ct.toString=function(){return"Size("+this.width+","+this.height+")"},Ct.D=function(a){return a instanceof Yt?this.width===a.width&&this.height===a.height:!1},Ct.hi=function(a,y){return this.width===a&&this.height===y},Ct.Xa=function(a){return ce.B(this.width,a.width)&&ce.B(this.height,a.height)},Ct.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},Ct.w=function(){return isFinite(this.width)&&isFinite(this.height)},Yt.alloc=function(){var a=Ci.pop();return a===void 0?new Yt:a},Yt.free=function(a){Ci.push(a)},Yt.prototype.isReal=Yt.prototype.w,Yt.prototype.inflate=Yt.prototype.Bc,Yt.prototype.equalsApprox=Yt.prototype.Xa,Yt.prototype.equalTo=Yt.prototype.hi,Yt.prototype.equals=Yt.prototype.D,Yt.prototype.set=Yt.prototype.set,Yt.prototype.setTo=Yt.prototype.sg;var Ci=[];Yt.className="Size",Yt.parse=dn,Yt.stringify=di,Yt.ZeroSize=ve=new Yt(0,0).ja(),Yt.OneSize=xe=new Yt(1,1).ja(),Yt.SixSize=Qe=new Yt(6,6).ja(),Yt.EightSize=qe=new Yt(8,8).ja(),Yt.TenSize=hn=new Yt(10,10).ja(),Yt.InfiniteSize=On=new Yt(1/0,1/0).ja(),Yt.NoSize=Un=new Yt(NaN,NaN).ja(),Yt.parse=dn,Yt.stringify=di;function he(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 Ot?(x=a.x,a=a.y,y instanceof Ot?(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 Yt?(this.x=x,this.y=a,this.width=y.width,this.height=y.height):Qt("Incorrect second argument supplied to Rect constructor "+y)):Qt("Invalid arguments to Rect constructor: "+a+", "+y+", "+x+", "+b),this._isFrozen=!1}Ct=he.prototype,Ct.assign=function(a){return this.x=a.x,this.y=a.y,this.width=a.width,this.height=a.height,this},Ct.h=function(a,y,x,b){return this.x=a,this.y=y,this.width=x,this.height=b,this};function ti(a,y,x){a.width=y,a.height=x}Ct.sg=function(a,y,x,b){return this.x=a,this.y=y,this.width=x,this.height=b,this},Ct.set=function(a){return this.x=a.x,this.y=a.y,this.width=a.width,this.height=a.height,this},Ct.dd=function(a){return this.x=a.x,this.y=a.y,this},Ct.tA=function(a){return this.width=a.width,this.height=a.height,this},he.prototype.copy=function(){var a=new he;return a.x=this.x,a.y=this.y,a.width=this.width,a.height=this.height,a},Ct=he.prototype,Ct.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},Ct.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},Ct.freeze=function(){return this._isFrozen=!0,this},Ct.ka=function(){return Object.isFrozen(this)&&Qt("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++;(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 he(x,E,z,tt)}return new he}function jn(a){return a.x.toString()+" "+a.y.toString()+" "+a.width.toString()+" "+a.height.toString()}Ct.toString=function(){return"Rect("+this.x+","+this.y+","+this.width+","+this.height+")"},Ct.D=function(a){return a instanceof he?this.x===a.x&&this.y===a.y&&this.width===a.width&&this.height===a.height:!1},Ct.hi=function(a,y,x,b){return this.x===a&&this.y===y&&this.width===x&&this.height===b},Ct.Xa=function(a){return ce.B(this.x,a.x)&&ce.B(this.y,a.y)&&ce.B(this.width,a.width)&&ce.B(this.height,a.height)};function Tn(a,y){return ce.$(a.x,y.x)&&ce.$(a.y,y.y)&&ce.$(a.width,y.width)&&ce.$(a.height,y.height)}Ct.ca=function(a){return this.x<=a.x&&this.x+this.width>=a.x&&this.y<=a.y&&this.y+this.height>=a.y},Ct.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},Ct.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},Ct.offset=function(a,y){return this.x+=a,this.y+=y,this},Ct.Bc=function(a,y){return Ei(this,y,a,y,a)},Ct.Co=function(a){return Ei(this,a.top,a.right,a.bottom,a.left)},Ct.Fv=function(a){return Ei(this,-a.top,-a.right,-a.bottom,-a.left)},Ct.Hz=function(a,y,x,b){return Ei(this,a,y,x,b)};function Ei(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}Ct.Ex=function(a){return bi(this,a.x,a.y,a.width,a.height)},Ct.Uu=function(a,y,x,b){return bi(this,a,y,x,b)};function bi(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}Ct.Yc=function(a){return this.Vu(a.x,a.y,a.width,a.height)},Ct.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 mi(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))}Ct.Ye=function(a){return ni(this,a.x,a.y,0,0)},Ct.ed=function(a){return ni(this,a.x,a.y,a.width,a.height)},Ct.Kv=function(a,y,x,b){return x===void 0&&(x=0),b===void 0&&(b=0),ni(this,a,y,x,b)};function ni(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}Ct.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 Vn(a,y,x,b,E,z,tt,rt){return tt===void 0&&(tt=0),rt===void 0&&(rt=0),a<=E&&E+tt<=a+x&&y<=z&&z+rt<=y+b}function Ti(a,y,x,b,E,z,tt,rt){return a>tt+E||E>x+a?!1:!(y>rt+z||z>b+y)}Ct.w=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},Ct.Mz=function(){return this.width===0&&this.height===0},he.alloc=function(){var a=kr.pop();return a===void 0?new he:a},he.allocAt=function(a,y,x,b){var E=kr.pop();return E===void 0?new he(a,y,x,b):E.h(a,y,x,b)},he.free=function(a){kr.push(a)},ln.Object.defineProperties(he.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 Ot(this.x,this.y)},set:function(a){this.x=a.x,this.y=a.y}},size:{get:function(){return new Yt(this.width,this.height)},set:function(a){this.width=a.width,this.height=a.height}},center:{get:function(){return new Ot(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}}}),he.prototype.isEmpty=he.prototype.Mz,he.prototype.isReal=he.prototype.w,he.intersectsLineSegment=function(a,y,x,b,E,z,tt,rt){return ce.Fx(a,y,x,b,E,z,tt,rt)},he.prototype.setSpot=he.prototype.yi,he.prototype.union=he.prototype.Kv,he.prototype.unionRect=he.prototype.ed,he.prototype.unionPoint=he.prototype.Ye,he.prototype.intersects=he.prototype.Vu,he.prototype.intersectsRect=he.prototype.Yc,he.prototype.intersect=he.prototype.Uu,he.prototype.intersectRect=he.prototype.Ex,he.prototype.grow=he.prototype.Hz,he.prototype.subtractMargin=he.prototype.Fv,he.prototype.addMargin=he.prototype.Co,he.prototype.inflate=he.prototype.Bc,he.prototype.offset=he.prototype.offset,he.prototype.contains=he.prototype.contains,he.prototype.containsRect=he.prototype.Re,he.prototype.containsPoint=he.prototype.ca,he.prototype.equalsApprox=he.prototype.Xa,he.prototype.equalTo=he.prototype.hi,he.prototype.equals=he.prototype.D,he.prototype.setSize=he.prototype.tA,he.prototype.setPoint=he.prototype.dd,he.prototype.set=he.prototype.set,he.prototype.setTo=he.prototype.sg;var cr=null,mr=null,kr=[];he.className="Rect",he.parse=Xn,he.stringify=jn,he.contains=Vn,he.intersects=Ti,he.ZeroRect=cr=new he(0,0,0,0).ja(),he.NoRect=mr=new he(NaN,NaN,NaN,NaN).ja(),he.parse=Xn,he.stringify=jn,he.contains=Vn,he.intersects=Ti;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):Qt("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},Ct=Si.prototype,Ct.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},Ct.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},Ct.freeze=function(){return this._isFrozen=!0,this},Ct.ka=function(){return Object.isFrozen(this)&&Qt("cannot thaw constant: "+this),this._isFrozen=!1,this};function yr(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 ur(a){return a.top.toString()+" "+a.right.toString()+" "+a.bottom.toString()+" "+a.left.toString()}Ct.toString=function(){return"Margin("+this.top+","+this.right+","+this.bottom+","+this.left+")"},Ct.D=function(a){return a instanceof Si?this.top===a.top&&this.right===a.right&&this.bottom===a.bottom&&this.left===a.left:!1},Ct.hi=function(a,y,x,b){return this.top===a&&this.right===y&&this.bottom===x&&this.left===b},Ct.Xa=function(a){return ce.B(this.top,a.top)&&ce.B(this.right,a.right)&&ce.B(this.bottom,a.bottom)&&ce.B(this.left,a.left)},Ct.w=function(){return isFinite(this.top)&&isFinite(this.right)&&isFinite(this.bottom)&&isFinite(this.left)},Si.alloc=function(){var a=Pr.pop();return a===void 0?new Si:a},Si.free=function(a){Pr.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 Sr=null,pr=null,Pr=[];Si.className="Margin",Si.parse=yr,Si.stringify=ur,Si.ZeroMargin=Sr=new Si(0,0,0,0).ja(),Si.TwoMargin=pr=new Si(2,2,2,2).ja(),Si.parse=yr,Si.stringify=ur;function Fn(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 Ii,Ui,or,Ji,Qi,xi,Dr,Kr,Yr,vr,to,$r,Ur,mo,xo,No,oo,ta,Mo,na,Fo,Yo,ia,Qo,jo,Ao,oa,Ca,Ho,Ra,ko,Po,vo,_o,bo,La;Fn.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},Fn.prototype.sg=function(a,y,x,b){return this.x=a,this.y=y,this.offsetX=x,this.offsetY=b,this},Fn.prototype.set=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},Fn.prototype.copy=function(){var a=new Fn;return a.x=this.x,a.y=this.y,a.offsetX=this.offsetX,a.offsetY=this.offsetY,a},Ct=Fn.prototype,Ct.ja=function(){return this._isFrozen=!0,Object.freeze(this),this},Ct.J=function(){return this._isFrozen||Object.isFrozen(this)?this:this.copy().freeze()},Ct.freeze=function(){return this._isFrozen=!0,this},Ct.ka=function(){return Object.isFrozen(this)&&Qt("cannot thaw constant: "+this),this._isFrozen=!1,this};function Lr(a,y){return a.x=NaN,a.y=NaN,a.offsetX=y,a}function lr(a){if(typeof a=="string"){if(a=a.trim(),a==="None")return Ii;if(a==="TopLeft")return Ui;if(a==="Top"||a==="TopCenter"||a==="MiddleTop")return or;if(a==="TopRight")return Ji;if(a==="Left"||a==="LeftCenter"||a==="MiddleLeft")return Qi;if(a==="Center")return xi;if(a==="Right"||a==="RightCenter"||a==="MiddleRight")return Dr;if(a==="BottomLeft")return Kr;if(a==="Bottom"||a==="BottomCenter"||a==="MiddleBottom")return Yr;if(a==="BottomRight")return vr;if(a==="TopSide")return to;if(a==="LeftSide")return $r;if(a==="RightSide")return Ur;if(a==="BottomSide")return mo;if(a==="TopBottomSides")return xo;if(a==="LeftRightSides")return No;if(a==="TopLeftSides")return oo;if(a==="TopRightSides")return ta;if(a==="BottomLeftSides")return Mo;if(a==="BottomRightSides")return na;if(a==="NotTopSide")return Fo;if(a==="NotLeftSide")return Yo;if(a==="NotRightSide")return ia;if(a==="NotBottomSide")return Qo;if(a==="AllSides")return jo;if(a==="Default")return Ao;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 Fn(x,E,z,tt)}return new Fn}function Ir(a){return a.sb()?a.x.toString()+" "+a.y.toString()+" "+a.offsetX.toString()+" "+a.offsetY.toString():a.toString()}Ct.toString=function(){return this.sb()?this.offsetX===0&&this.offsetY===0?"Spot("+this.x+","+this.y+")":"Spot("+this.x+","+this.y+","+this.offsetX+","+this.offsetY+")":this.D(Ii)?"None":this.D(Ui)?"TopLeft":this.D(or)?"Top":this.D(Ji)?"TopRight":this.D(Qi)?"Left":this.D(xi)?"Center":this.D(Dr)?"Right":this.D(Kr)?"BottomLeft":this.D(Yr)?"Bottom":this.D(vr)?"BottomRight":this.D(to)?"TopSide":this.D($r)?"LeftSide":this.D(Ur)?"RightSide":this.D(mo)?"BottomSide":this.D(xo)?"TopBottomSides":this.D(No)?"LeftRightSides":this.D(oo)?"TopLeftSides":this.D(ta)?"TopRightSides":this.D(Mo)?"BottomLeftSides":this.D(na)?"BottomRightSides":this.D(Fo)?"NotTopSide":this.D(Yo)?"NotLeftSide":this.D(ia)?"NotRightSide":this.D(Qo)?"NotBottomSide":this.D(jo)?"AllSides":this.D(Ao)?"Default":"None"},Ct.D=function(a){return a instanceof Fn?(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},Ct.gv=function(){return new Fn(.5-(this.x-.5),.5-(this.y-.5),-this.offsetX,-this.offsetY)},Ct.Hf=function(a){if(!this.$c())return!1;if(!a.$c())if(a.D(oa))a=$r;else if(a.D(Ca))a=Ur;else if(a.D(Ho))a=to;else if(a.D(Ra))a=mo;else return!1;return a=a.offsetY,(this.offsetY&a)===a},Ct.sb=function(){return!isNaN(this.x)&&!isNaN(this.y)},Ct.Mc=function(){return isNaN(this.x)||isNaN(this.y)},Ct.$c=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===1&&this.offsetY!==0},Ct.ys=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===0&&this.offsetY===0},Ct.Xb=function(){return isNaN(this.x)&&isNaN(this.y)&&this.offsetX===-1&&this.offsetY===0},Fn.alloc=function(){var a=wr.pop();return a===void 0?new Fn:a},Fn.free=function(a){wr.push(a)},Fn.prototype.isDefault=Fn.prototype.Xb,Fn.prototype.isNone=Fn.prototype.ys,Fn.prototype.isSide=Fn.prototype.$c,Fn.prototype.isNoSpot=Fn.prototype.Mc,Fn.prototype.isSpot=Fn.prototype.sb,Fn.prototype.includesSide=Fn.prototype.Hf,Fn.prototype.opposite=Fn.prototype.gv,Fn.prototype.equals=Fn.prototype.D,Fn.prototype.set=Fn.prototype.set,Fn.prototype.setTo=Fn.prototype.sg;var wr=[];Fn.className="Spot",Fn.parse=lr,Fn.stringify=Ir,Fn.None=Ii=Lr(new Fn(0,0,0,0),0).ja(),Fn.Default=Ao=Lr(new Fn(0,0,-1,0),-1).ja(),Fn.TopLeft=Ui=new Fn(0,0,0,0).ja(),Fn.TopCenter=or=new Fn(.5,0,0,0).ja(),Fn.TopRight=Ji=new Fn(1,0,0,0).ja(),Fn.LeftCenter=Qi=new Fn(0,.5,0,0).ja(),Fn.Center=xi=new Fn(.5,.5,0,0).ja(),Fn.RightCenter=Dr=new Fn(1,.5,0,0).ja(),Fn.BottomLeft=Kr=new Fn(0,1,0,0).ja(),Fn.BottomCenter=Yr=new Fn(.5,1,0,0).ja(),Fn.BottomRight=vr=new Fn(1,1,0,0).ja(),Fn.MiddleTop=ko=or,Fn.MiddleLeft=Po=Qi,Fn.MiddleRight=vo=Dr,Fn.MiddleBottom=_o=Yr,Fn.Top=Ho=or,Fn.Left=oa=Qi,Fn.Right=Ca=Dr,Fn.Bottom=Ra=Yr,Fn.TopSide=to=Lr(new Fn(0,0,1,1),1).ja(),Fn.LeftSide=$r=Lr(new Fn(0,0,1,2),1).ja(),Fn.RightSide=Ur=Lr(new Fn(0,0,1,4),1).ja(),Fn.BottomSide=mo=Lr(new Fn(0,0,1,8),1).ja(),Fn.TopBottomSides=xo=Lr(new Fn(0,0,1,9),1).ja(),Fn.LeftRightSides=No=Lr(new Fn(0,0,1,6),1).ja(),Fn.TopLeftSides=oo=Lr(new Fn(0,0,1,3),1).ja(),Fn.TopRightSides=ta=Lr(new Fn(0,0,1,5),1).ja(),Fn.BottomLeftSides=Mo=Lr(new Fn(0,0,1,10),1).ja(),Fn.BottomRightSides=na=Lr(new Fn(0,0,1,12),1).ja(),Fn.NotTopSide=Fo=Lr(new Fn(0,0,1,14),1).ja(),Fn.NotLeftSide=Yo=Lr(new Fn(0,0,1,13),1).ja(),Fn.NotRightSide=ia=Lr(new Fn(0,0,1,11),1).ja(),Fn.NotBottomSide=Qo=Lr(new Fn(0,0,1,7),1).ja(),Fn.AllSides=jo=Lr(new Fn(0,0,1,15),1).ja(),bo=new Fn(.156,.156).ja(),La=new Fn(.844,.844).ja(),Fn.parse=lr,Fn.stringify=Ir;function pi(){this.m11=1,this.m21=this.m12=0,this.m22=1,this.dy=this.dx=0}pi.prototype.set=function(a){return this.m11=a.m11,this.m12=a.m12,this.m21=a.m21,this.m22=a.m22,this.dx=a.dx,this.dy=a.dy,this},pi.prototype.setTransform=function(a,y,x,b,E,z){return this.m11=a,this.m12=y,this.m21=x,this.m22=b,this.dx=E,this.dy=z,this},pi.prototype.copy=function(){var a=new pi;return a.m11=this.m11,a.m12=this.m12,a.m21=this.m21,a.m22=this.m22,a.dx=this.dx,a.dy=this.dy,a},pi.prototype.toString=function(){return"Transform("+this.m11+","+this.m12+","+this.m21+","+this.m22+","+this.dx+","+this.dy+")"},pi.prototype.D=function(a){return this.m11===a.m11&&this.m12===a.m12&&this.m21===a.m21&&this.m22===a.m22&&this.dx===a.dx&&this.dy===a.dy},pi.prototype.ws=function(){return this.dx===0&&this.dy===0&&this.m11===1&&this.m12===0&&this.m21===0&&this.m22===1},pi.prototype.reset=function(){return this.m11=1,this.m21=this.m12=0,this.m22=1,this.dy=this.dx=0,this},pi.prototype.multiply=function(a){var y=this.m11*a.m11+this.m21*a.m12,x=this.m12*a.m11+this.m22*a.m12,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},pi.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},pi.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},pi.prototype.rotate=function(a,y,x){if(360<=a?a-=360:0>a&&(a+=360),a===0)return this;if(this.translate(y,x),a===90){a=0;var 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},Ct=pi.prototype,Ct.translate=function(a,y){return this.dx+=this.m11*a+this.m21*y,this.dy+=this.m12*a+this.m22*y,this},Ct.scale=function(a,y){return y===void 0&&(y=a),this.m11*=a,this.m12*=a,this.m21*=y,this.m22*=y,this},Ct.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)},Ct.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))},Ct.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))},Ct.pp=function(a){var y=a.x,x=a.y,b=y+a.width,E=x+a.height,z=this.m11,tt=this.m12,rt=this.m21,ot=this.m22,st=this.dx,ut=this.dy,ft=y*z+x*rt+st,vt=y*tt+x*ot+ut,xt=b*z+x*rt+st,bt=b*tt+x*ot+ut;return x=y*z+E*rt+st,y=y*tt+E*ot+ut,z=b*z+E*rt+st,b=b*tt+E*ot+ut,E=Math.min(ft,xt),ft=Math.max(ft,xt),xt=Math.min(vt,bt),vt=Math.max(vt,bt),E=Math.min(E,x),ft=Math.max(ft,x),xt=Math.min(xt,y),vt=Math.max(vt,y),E=Math.min(E,z),ft=Math.max(ft,z),xt=Math.min(xt,b),vt=Math.max(vt,b),a.h(E,xt,ft-E,vt-xt),a},pi.alloc=function(){var a=Zo.pop();return a===void 0?new pi:a},pi.free=function(a){Zo.push(a)},pi.prototype.transformRect=pi.prototype.pp,pi.prototype.transformPoint=pi.prototype.Ga,pi.prototype.scale=pi.prototype.scale,pi.prototype.translate=pi.prototype.translate,pi.prototype.rotate=pi.prototype.rotate,pi.prototype.invert=pi.prototype.Vj,pi.prototype.multiplyInverted=pi.prototype.bv,pi.prototype.multiply=pi.prototype.multiply,pi.prototype.reset=pi.prototype.reset,pi.prototype.isIdentity=pi.prototype.ws,pi.prototype.equals=pi.prototype.D,pi.prototype.setTransform=pi.prototype.setTransform,pi.prototype.set=pi.prototype.set;var Zo=[];pi.className="Transform",pi.xF="54a702f3e53909c447824c6706603faf4c";var ce={AA:"7da71ca0ad381e90",wg:(Math.sqrt(2)-1)/3*4,Uv:null,sqrt:function(a){if(0>=a)return 0;var y=ce.Uv;if(y===null){y=[];for(var x=0;2e3>=x;x++)y[x]=Math.sqrt(x);ce.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 rt=a,ot=x;else rt=x,ot=a;if(y<b)var st=y,ut=b;else st=b,ut=y;if(a===x)return st<=tt&&tt<=ut&&a-E<=z&&z<=a+E;if(y===b)return rt<=z&&z<=ot&&y-E<=tt&&tt<=y+E;if(ot+=E,rt-=E,rt<=z&&z<=ot&&(ut+=E,st-=E,st<=tt&&tt<=ut))if(ot-rt>ut-st)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,rt,ot,st,ut,ft){if(ce.Yb(a,y,tt,rt,ft,x,b)&&ce.Yb(a,y,tt,rt,ft,E,z))return ce.Yb(a,y,tt,rt,ft,st,ut);var vt=(a+x)/2,xt=(y+b)/2,bt=(x+E)/2,Tt=(b+z)/2;E=(E+tt)/2,z=(z+rt)/2,b=(vt+bt)/2,x=(xt+Tt)/2,bt=(bt+E)/2,Tt=(Tt+z)/2;var Xt=(b+bt)/2,Zt=(x+Tt)/2;return ce.cs(a,y,vt,xt,b,x,Xt,Zt,ot,st,ut,ft)||ce.cs(Xt,Zt,bt,Tt,E,z,tt,rt,ot,st,ut,ft)},ax:function(a,y,x,b,E,z,tt,rt,ot){var st=(x+E)/2,ut=(b+z)/2;return ot.h((((a+x)/2+st)/2+(st+(E+tt)/2)/2)/2,(((y+b)/2+ut)/2+(ut+(z+rt)/2)/2)/2),ot},My:function(a,y,x,b,E,z,tt,rt){var ot=(x+E)/2,st=(b+z)/2;return Ft(((a+x)/2+ot)/2,((y+b)/2+st)/2,(ot+(E+tt)/2)/2,(st+(z+rt)/2)/2)},Dl:function(a,y,x,b,E,z,tt,rt,ot,st){if(ce.Yb(a,y,tt,rt,ot,x,b)&&ce.Yb(a,y,tt,rt,ot,E,z))ni(st,a,y,0,0),ni(st,tt,rt,0,0);else{var ut=(a+x)/2,ft=(y+b)/2,vt=(x+E)/2,xt=(b+z)/2;E=(E+tt)/2,z=(z+rt)/2,b=(ut+vt)/2,x=(ft+xt)/2,vt=(vt+E)/2,xt=(xt+z)/2;var bt=(b+vt)/2,Tt=(x+xt)/2;ce.Dl(a,y,ut,ft,b,x,bt,Tt,ot,st),ce.Dl(bt,Tt,vt,xt,E,z,tt,rt,ot,st)}return st},Qe:function(a,y,x,b,E,z,tt,rt,ot,st){if(ce.Yb(a,y,tt,rt,ot,x,b)&&ce.Yb(a,y,tt,rt,ot,E,z))st.length===0&&(st.push(a),st.push(y)),st.push(tt),st.push(rt);else{var ut=(a+x)/2,ft=(y+b)/2,vt=(x+E)/2,xt=(b+z)/2;E=(E+tt)/2,z=(z+rt)/2,b=(ut+vt)/2,x=(ft+xt)/2,vt=(vt+E)/2,xt=(xt+z)/2;var bt=(b+vt)/2,Tt=(x+xt)/2;ce.Qe(a,y,ut,ft,b,x,bt,Tt,ot,st),ce.Qe(bt,Tt,vt,xt,E,z,tt,rt,ot,st)}return st},jv:function(a,y,x,b,E,z,tt,rt,ot,st){if(ce.Yb(a,y,E,z,st,x,b))return ce.Yb(a,y,E,z,st,rt,ot);var ut=(a+x)/2,ft=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var vt=(ut+x)/2,xt=(ft+b)/2;return ce.jv(a,y,ut,ft,vt,xt,tt,rt,ot,st)||ce.jv(vt,xt,x,b,E,z,tt,rt,ot,st)},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,rt){if(ce.Yb(a,y,E,z,tt,x,b))ni(rt,a,y,0,0),ni(rt,E,z,0,0);else{var ot=(a+x)/2,st=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var ut=(ot+x)/2,ft=(st+b)/2;ce.iv(a,y,ot,st,ut,ft,tt,rt),ce.iv(ut,ft,x,b,E,z,tt,rt)}return rt},ep:function(a,y,x,b,E,z,tt,rt){if(ce.Yb(a,y,E,z,tt,x,b))rt.length===0&&(rt.push(a),rt.push(y)),rt.push(E),rt.push(z);else{var ot=(a+x)/2,st=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var ut=(ot+x)/2,ft=(st+b)/2;ce.ep(a,y,ot,st,ut,ft,tt,rt),ce.ep(ut,ft,x,b,E,z,tt,rt)}return rt},Eo:function(a,y,x,b,E,z,tt,rt,ot,st,ut,ft,vt,xt){if(ce.Yb(a,y,tt,rt,vt,x,b)&&ce.Yb(a,y,tt,rt,vt,E,z))return!ce.Rl(a,y,tt,rt,ot,st,ut,ft)||(vt=(a-tt)*(st-ft)-(y-rt)*(ot-ut),vt===0)?!1:(xt.h(((a*rt-y*tt)*(ot-ut)-(a-tt)*(ot*ft-st*ut))/vt,((a*rt-y*tt)*(st-ft)-(y-rt)*(ot*ft-st*ut))/vt),!0);var bt=(a+x)/2,Tt=(y+b)/2,Xt=(x+E)/2,Zt=(b+z)/2;E=(E+tt)/2,z=(z+rt)/2,b=(bt+Xt)/2,x=(Tt+Zt)/2,Xt=(Xt+E)/2,Zt=(Zt+z)/2;var qt=(b+Xt)/2,_t=(x+Zt)/2,ee=1/0,me=!1,Ie=0,li=0;return ce.Eo(a,y,bt,Tt,b,x,qt,_t,ot,st,ut,ft,vt,xt)&&(a=(xt.x-ot)*(xt.x-ot)+(xt.y-st)*(xt.y-st),a<ee&&(ee=a,me=!0,Ie=xt.x,li=xt.y)),ce.Eo(qt,_t,Xt,Zt,E,z,tt,rt,ot,st,ut,ft,vt,xt)&&(xt.x-ot)*(xt.x-ot)+(xt.y-st)*(xt.y-st)<ee&&(me=!0,Ie=xt.x,li=xt.y),me&&(xt.x=Ie,xt.y=li),me},Fo:function(a,y,x,b,E,z,tt,rt,ot,st,ut,ft,vt){var xt=0;if(ce.Yb(a,y,tt,rt,vt,x,b)&&ce.Yb(a,y,tt,rt,vt,E,z)){if(vt=(a-tt)*(st-ft)-(y-rt)*(ot-ut),vt===0)return xt;var bt=((a*rt-y*tt)*(ot-ut)-(a-tt)*(ot*ft-st*ut))/vt,Tt=((a*rt-y*tt)*(st-ft)-(y-rt)*(ot*ft-st*ut))/vt;if(bt>=ut)return xt;if((ot>ut?ot-ut:ut-ot)<(st>ft?st-ft:ft-st)){if(y<rt?(ot=y,a=rt):(ot=rt,a=y),Tt<ot||Tt>a)return xt}else if(a<tt?(ot=a,a=tt):ot=tt,bt<ot||bt>a)return xt;0<vt?xt++:0>vt&&xt--}else{bt=(a+x)/2,Tt=(y+b)/2;var Xt=(x+E)/2,Zt=(b+z)/2;E=(E+tt)/2,z=(z+rt)/2,b=(bt+Xt)/2,x=(Tt+Zt)/2,Xt=(Xt+E)/2,Zt=(Zt+z)/2;var qt=(b+Xt)/2,_t=(x+Zt)/2;xt+=ce.Fo(a,y,bt,Tt,b,x,qt,_t,ot,st,ut,ft,vt),xt+=ce.Fo(qt,_t,Xt,Zt,E,z,tt,rt,ot,st,ut,ft,vt)}return xt},qh:function(a,y,x,b,E,z,tt){return ce.$(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)):ce.$(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,rt,ot){return ce.B(a,x)&&ce.B(y,b)?(ot.h(a,y),!1):ce.$(E,tt)?ce.$(a,x)?(ce.qh(a,y,x,b,E,z,ot),!1):ce.qh(a,y,x,b,E,(b-y)/(x-a)*(E-a)+y,ot):(rt=(rt-z)/(tt-E),ce.$(a,x)?(x=rt*(a-E)+z,y<b?(E=y,y=b):E=b,x<E?(ot.h(a,E),!1):x>y?(ot.h(a,y),!1):(ot.h(a,x),!0)):(tt=(b-y)/(x-a),ce.$(rt,tt)?(ce.qh(a,y,x,b,E,z,ot),!1):(E=(tt*a-rt*E+z-y)/(tt-rt),ce.$(tt,0)?(a<x?(b=a,a=x):b=x,E<b?(ot.h(b,y),!1):E>a?(ot.h(a,y),!1):(ot.h(E,y),!0)):ce.qh(a,y,x,b,E,tt*(E-a)+y,ot))))},MA:function(a,y,x,b,E){return ce.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,rt,ot,st){function ut(Xt,Zt){var qt=(Xt-a)*(Xt-a)+(Zt-y)*(Zt-y);qt<ft&&(ft=qt,ot.h(Xt,Zt))}var ft=1/0;ut(ot.x,ot.y);var vt=0,xt=0,bt=0,Tt=0;if(E<tt?(vt=E,xt=tt):(vt=tt,xt=E),z<rt?(bt=E,Tt=tt):(bt=tt,Tt=E),vt=(xt-vt)/2+st,st=(Tt-bt)/2+st,E=(E+tt)/2,z=(z+rt)/2,vt===0||st===0)return ot;if(.5>(x>a?x-a:a-x)){if(vt=1-(x-E)*(x-E)/(vt*vt),0>vt)return ot;vt=Math.sqrt(vt),b=-st*vt+z,ut(x,st*vt+z),ut(x,b)}else{if(x=(b-y)/(x-a),b=1/(vt*vt)+x*x/(st*st),rt=2*x*(y-x*a)/(st*st)-2*x*z/(st*st)-2*E/(vt*vt),vt=rt*rt-4*b*(2*x*a*z/(st*st)-2*y*z/(st*st)+z*z/(st*st)+E*E/(vt*vt)-1+(y-x*a)*(y-x*a)/(st*st)),0>vt)return ot;vt=Math.sqrt(vt),st=(-rt+vt)/(2*b),ut(st,x*st-x*a+y),vt=(-rt-vt)/(2*b),ut(vt,x*vt-x*a+y)}return ot},Ff:function(a,y,x,b,E,z,tt,rt,ot){var st=1e21,ut=a,ft=y;if(ce.Ve(a,y,a,b,E,z,tt,rt,ot)){var vt=(ot.x-E)*(ot.x-E)+(ot.y-z)*(ot.y-z);vt<st&&(st=vt,ut=ot.x,ft=ot.y)}return ce.Ve(x,y,x,b,E,z,tt,rt,ot)&&(vt=(ot.x-E)*(ot.x-E)+(ot.y-z)*(ot.y-z),vt<st&&(st=vt,ut=ot.x,ft=ot.y)),ce.Ve(a,y,x,y,E,z,tt,rt,ot)&&(y=(ot.x-E)*(ot.x-E)+(ot.y-z)*(ot.y-z),y<st&&(st=y,ut=ot.x,ft=ot.y)),ce.Ve(a,b,x,b,E,z,tt,rt,ot)&&(a=(ot.x-E)*(ot.x-E)+(ot.y-z)*(ot.y-z),a<st&&(st=a,ut=ot.x,ft=ot.y)),ot.h(ut,ft),1e21>st},us:function(a,y,x){return ce.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,rt){var ot=a+x,st=y+b;return E===tt?(z<rt?(tt=z,z=rt):tt=rt,a<=E&&E<=ot&&tt<=st&&z>=y):z===rt?(E<tt?(rt=E,E=tt):rt=tt,y<=z&&z<=st&&rt<=ot&&E>=a):!!(Vn(a,y,x,b,E,z)||Vn(a,y,x,b,tt,rt)||ce.Rl(a,y,ot,y,E,z,tt,rt)||ce.Rl(ot,y,ot,st,E,z,tt,rt)||ce.Rl(ot,st,a,st,E,z,tt,rt)||ce.Rl(a,st,a,y,E,z,tt,rt))},Rl:function(a,y,x,b,E,z,tt,rt){return a===x&&y===b&&E===tt&&z===rt?a===E&&y===z:0>=ce.Fl(a,y,x,b,E,z)*ce.Fl(a,y,x,b,tt,rt)&&0>=ce.Fl(E,z,tt,rt,a,y)*ce.Fl(E,z,tt,rt,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 rt=b>E?-1:1;z=[];var ot=tt/2,st=b;if(b=Math.min(2*tt,Math.abs(E-b)),1e-5>b)return ot=st+rt*Math.min(b,ot),rt=a+x*Math.cos(st),st=y+x*Math.sin(st),a+=x*Math.cos(ot),y+=x*Math.sin(ot),x=(rt+a)/2,ot=(st+y)/2,z.push([rt,st,x,ot,x,ot,a,y]),z;for(;1e-5<b;)E=st+rt*Math.min(b,ot),z.push(ce.Vy(x,st,E,a,y)),b-=Math.abs(E-st),st=E;return z},Vy:function(a,y,x,b,E){var z=(x-y)/2,tt=a*Math.cos(z),rt=a*Math.sin(z),ot=-rt,st=tt*tt+ot*ot,ut=st+tt*tt+ot*rt;return st=4/3*(Math.sqrt(2*st*ut)-ut)/(tt*rt-ot*tt),rt=tt-st*ot,tt=ot+st*tt,ot=-tt,st=z+y,z=Math.cos(st),st=Math.sin(st),[b+a*Math.cos(y),E+a*Math.sin(y),b+rt*z-tt*st,E+rt*st+tt*z,b+rt*z-ot*st,E+rt*st+ot*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 rt=x;return x+E-a<E/2&&(rt=x+E),a=b,b+z-y<z/2&&(a=b+z),tt.h(rt,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,rt=0;else tt=0,rt=1;var ot=tt===0?a:y,st=tt===0?x:b;return(tt===0?E:z)&&(st=-st),tt=rt,x=tt===0?x:b,(tt===0?E:z)&&(x=-x),ce.az(ot,tt===0?a:y,st,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,rt=-z+tt,ot=-z+Math.sqrt(a*a+tt*tt);y=rt;for(var st=0;9999999999>st&&(y=.5*(rt+ot),!(y===rt||y===ot));++st){var ut=a/(y+E),ft=tt/(y+z);if(ut=ut*ut+ft*ft-1,0<ut)rt=y;else if(0>ut)ot=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 Wi,um:new Wi,Mf:new Wi,Nf:0,vm:100};ce.za=ce.AA;function Ln(a){rr(this),this.l=2,a===void 0&&(a=Ln.o),this.na=a,this.Ec=this.Dc=this.pd=this.od=0,a===Ln.o?this.ee=new pn:(Ln.V===null&&(Ln.V=new pn().freeze()),this.ee=Ln.V),this.aq=this.ee.Ja,this.Ip=new he().freeze(),this.ym=this.tk=null,this.zm=NaN,this.fg=Ui,this.gg=vr,this.Rk=this.Sk=NaN,this.Uf=kn}Ln.prototype.copy=function(){var a=new Ln;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===Ln.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},Ln.prototype.ja=function(){return this.freeze(),Object.freeze(this),this},Ln.prototype.freeze=function(){if(this._isFrozen=!0,this.type!==Ln.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},Ln.prototype.ka=function(){if(Object.isFrozen(this)&&Qt("cannot thaw constant: "+this),this._isFrozen=!1,this.type!==Ln.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},Ln.prototype.Xa=function(a){if(!(a instanceof Ln))return!1;if(this.type!==a.type)return this.type===Ln.j&&a.type===Ln.o?za(this,a):a.type===Ln.j&&this.type===Ln.o?za(a,this):!1;if(this.type===Ln.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 ce.B(this.startX,a.startX)&&ce.B(this.startY,a.startY)&&ce.B(this.endX,a.endX)&&ce.B(this.endY,a.endY)};function za(a,y){return a.type!==Ln.j||y.type!==Ln.o?!1:!!(y.figures.count===1&&(y=y.figures.M(0),y.segments.count===1&&ce.B(a.startX,y.startX)&&ce.B(a.startY,y.startY)&&(y=y.segments.M(0),y.type===co&&ce.B(a.endX,y.endX)&&ce.B(a.endY,y.endY))))}Ln.ia=function(a){return a.toString()},Ln.prototype.qb=function(a){a.classType===Ln&&(this.type=a)},Ln.prototype.toString=function(a){switch(a===void 0&&(a=-1),this.type){case Ln.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 Ln.u:var y=new he(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 Ln.F:if(y=new he(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 Ln.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()}},Ln.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},Ln.parse=function(a,y){function x(){return Tt>=ee-1?!0:st[Tt+1].match(me)!==null}function b(){return Tt++,st[Tt]}function E(Cr){var gr=parseFloat(b()),ao=parseFloat(b());Xt===Xt.toLowerCase()&&(gr=_t.x+gr,ao=_t.y+ao),Cr.h(gr,ao)}function z(){return E(_t),_t}function tt(){return E(qt),qt}function rt(){var Cr=Zt.toLowerCase();return Cr!=="c"&&Cr!=="s"&&Cr!=="q"&&Cr!=="t"?_t:new Ot(2*_t.x-qt.x,2*_t.y-qt.y)}y===void 0&&(y=!1);var ot=/([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])/gm;a=a.replace(/,/gm," "),a=a.replace(ot,"$1 $2"),a=a.replace(ot,"$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 st=a.split(" ");for(a=0;a<st.length;a++){var ut=st[a];if(ut.match(/(\.[0-9]*)(\.)/gm)!==null){ot=ai();for(var ft="",vt=!1,xt=0;xt<ut.length;xt++){var bt=ut[xt];bt!=="."||vt?bt==="."?(ot.push(ft),ft="."):ft+=bt:(vt=!0,ft+=bt)}for(ot.push(ft),st.splice(a,1),ut=0;ut<ot.length;ut++)st.splice(a+ut,0,ot[ut]);a+=ot.length-1,Jn(ot)}}var Tt=-1,Xt="",Zt="";ot=new Ot(0,0);var qt=new Ot(0,0),_t=new Ot(0,0),ee=st.length;a=F1(null),vt=ft=ut=!1,xt=!0,bt=null;for(var me=/[UuBbMmZzLlHhVvCcSsQqTtAaFfXx]/;!(Tt>=ee-1);)if(Zt=Xt,Xt=b(),Xt!=="")switch(Xt.toUpperCase()){case"X":xt=!0,ft=ut=!1;break;case"M":for(bt=z(),a.mc===null||xt===!0?(Rf(a,bt.x,bt.y,ut,!ft,vt),xt=!1):a.moveTo(bt.x,bt.y),ot.assign(_t);!x();)bt=z(),a.lineTo(bt.x,bt.y);break;case"L":for(;!x();)bt=z(),a.lineTo(bt.x,bt.y);break;case"H":for(;!x();)_t=new Ot((Xt===Xt.toLowerCase()?_t.x:0)+parseFloat(b()),_t.y),a.lineTo(_t.x,_t.y);break;case"V":for(;!x();)_t=new Ot(_t.x,(Xt===Xt.toLowerCase()?_t.y:0)+parseFloat(b())),a.lineTo(_t.x,_t.y);break;case"C":for(;!x();){bt=new Ot,E(bt);var Ie=tt(),li=z();kh(a,bt.x,bt.y,Ie.x,Ie.y,li.x,li.y)}break;case"S":for(;!x();)bt=rt(),Ie=tt(),li=z(),kh(a,bt.x,bt.y,Ie.x,Ie.y,li.x,li.y);break;case"Q":for(;!x();)bt=tt(),Ie=z(),jm(a,bt.x,bt.y,Ie.x,Ie.y);break;case"T":for(;!x();)qt=bt=rt(),Ie=z(),jm(a,bt.x,bt.y,Ie.x,Ie.y);break;case"B":for(;!x();){bt=parseFloat(b()),Ie=parseFloat(b()),li=parseFloat(b());var Di=parseFloat(b()),wi=parseFloat(b()),In=wi,yn=!1;x()||(In=parseFloat(b()),x()||(yn=parseFloat(b())!==0)),Xt===Xt.toLowerCase()&&(li+=_t.x,Di+=_t.y),a.arcTo(bt,Ie,li,Di,wi,In,yn)}break;case"A":for(;!x();)bt=Math.abs(parseFloat(b())),Ie=Math.abs(parseFloat(b())),li=parseFloat(b()),wi=Di=!1,yn=In=0,In=b(),In.length===1?(Di=!!parseFloat(In),wi=!!parseFloat(b()),In=parseFloat(b())):In.length===2?(Di=!!parseFloat(In[0]),wi=!!parseFloat(In[1]),In=parseFloat(b())):(Di=!!parseFloat(In[0]),wi=!!parseFloat(In[1]),In=parseFloat(In.slice(2))),yn=parseFloat(b()),Xt===Xt.toLowerCase()&&(In=_t.x+In,yn=_t.y+yn),_t.h(In,yn),wx(a,bt,Ie,li,Di,wi,In,yn);break;case"Z":Px(a),_t.assign(ot);break;case"F":for(bt="",Ie=1;st[Tt+Ie];)if(st[Tt+Ie]==="0")vt=!0,Ie++;else if(st[Tt+Ie].match(/[Uu]/)!==null)Ie++;else if(st[Tt+Ie].match(me)===null)Ie++;else{bt=st[Tt+Ie];break}bt.match(/[Mm]/)?ut=!0:0<a.mc.segments.length&&(a.mc.isFilled=!0);break;case"U":for(bt="",Ie=1;st[Tt+Ie];)if(st[Tt+Ie].match(/[Ff]/)!==null)Ie++;else if(st[Tt+Ie].match(me)===null)Ie++;else{bt=st[Tt+Ie];break}bt.match(/[Mm]/)?ft=!0:a.mc.isShadowed=!1}if(ot=a.os,Hm=a,y)for(y=ot.figures.iterator;y.next();)y.value.isFilled=!0;return ot},Ln.Ha=function(a,y){for(var x=a.length,b=Ot.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}Ot.free(b)},Ln.prototype.Zu=function(){if(this._isInvalidBounds)return!0;if(this.type===Ln.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},Ln.prototype.computeBounds=function(){if(this._isInvalidBounds=!1,this.ym=this.tk=null,this.zm=NaN,this.type===Ln.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),ja(this,a,!1),ni(a,0,0,0,0),a.freeze()},Ln.prototype.ix=function(){var a=new he;return ja(this,a,!0),a};function ja(a,y,x){switch(a.type){case Ln.j:case Ln.u:case Ln.F:x?y.h(a.od,a.pd,0,0):ni(y,a.od,a.pd,0,0),ni(y,a.Dc,a.Ec,0,0);break;case Ln.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):ni(y,z.startX,z.startY,0,0);for(var tt=z.segments.s,rt=tt.length,ot=z.startX,st=z.startY,ut=0;ut<rt;ut++){var ft=tt[ut];switch(ft.type){case co:case sa:ot=ft.endX,st=ft.endY,ni(y,ot,st,0,0);break;case ga:ce.Dl(ot,st,ft.point1X,ft.point1Y,ft.point2X,ft.point2Y,ft.endX,ft.endY,.5,y),ot=ft.endX,st=ft.endY;break;case ls:ce.iv(ot,st,ft.point1X,ft.point1Y,ft.endX,ft.endY,.5,y),ot=ft.endX,st=ft.endY;break;case ra:case us:var vt=ft.type===ra?Va(ft,z):$a(ft,z,ot,st),xt=vt.length;if(xt===0){ot=ft.type===ra?ft.centerX:ft.endX,st=ft.type===ra?ft.centerY:ft.endY,ni(y,ot,st,0,0);break}ft=null;for(var bt=0;bt<xt;bt++)ft=vt[bt],ce.Dl(ft[0],ft[1],ft[2],ft[3],ft[4],ft[5],ft[6],ft[7],.5,y);ft!==null&&(ot=ft[6],st=ft[7]);break;default:Qt("Unknown Segment type: "+ft.type)}}}break;default:Qt("Unknown Geometry type: "+a.type)}}Ln.prototype.normalize=function(){this._isFrozen&&Me(this);var a=this.ix();return this.offset(-a.x,-a.y),new Ot(-a.x,-a.y)},Ln.prototype.offset=function(a,y){return this._isFrozen&&Me(this),this.transform(1,0,0,1,a,y),this},Ln.prototype.scale=function(a,y){return this._isFrozen&&Me(this),this.transform(a,0,0,y,0,0),this},Ln.prototype.rotate=function(a,y,x){this._isFrozen&&Me(this),y===void 0&&(y=0),x===void 0&&(x=0);var b=pi.alloc();return b.reset(),b.rotate(a,y,x),this.transform(b.m11,b.m12,b.m21,b.m22,b.dx,b.dy),pi.free(b),this},Ct=Ln.prototype,Ct.transform=function(a,y,x,b,E,z){switch(this.type){case Ln.j:case Ln.u:case Ln.F:var tt=this.od,rt=this.pd;this.od=tt*a+rt*x+E,this.pd=tt*y+rt*b+z,tt=this.Dc,rt=this.Ec,this.Dc=tt*a+rt*x+E,this.Ec=tt*y+rt*b+z;break;case Ln.o:for(var ot=this.figures.s,st=ot.length,ut=0;ut<st;ut++){var ft=ot[ut];tt=ft.startX,rt=ft.startY,ft.startX=tt*a+rt*x+E,ft.startY=tt*y+rt*b+z,ft=ft.segments.s;for(var vt=ft.length,xt=0;xt<vt;xt++){var bt=ft[xt];switch(bt.type){case co:case sa:tt=bt.endX,rt=bt.endY,bt.endX=tt*a+rt*x+E,bt.endY=tt*y+rt*b+z;break;case ga:tt=bt.point1X,rt=bt.point1Y,bt.point1X=tt*a+rt*x+E,bt.point1Y=tt*y+rt*b+z,tt=bt.point2X,rt=bt.point2Y,bt.point2X=tt*a+rt*x+E,bt.point2Y=tt*y+rt*b+z,tt=bt.endX,rt=bt.endY,bt.endX=tt*a+rt*x+E,bt.endY=tt*y+rt*b+z;break;case ls:tt=bt.point1X,rt=bt.point1Y,bt.point1X=tt*a+rt*x+E,bt.point1Y=tt*y+rt*b+z,tt=bt.endX,rt=bt.endY,bt.endX=tt*a+rt*x+E,bt.endY=tt*y+rt*b+z;break;case ra:tt=bt.centerX,rt=bt.centerY,bt.centerX=tt*a+rt*x+E,bt.centerY=tt*y+rt*b+z,y!==0&&(tt=180*Math.atan2(y,a)/Math.PI,0>tt&&(tt+=360),bt.startAngle+=tt),0>a&&(bt.startAngle=180-bt.startAngle,bt.sweepAngle=-bt.sweepAngle),0>b&&(bt.startAngle=-bt.startAngle,bt.sweepAngle=-bt.sweepAngle),bt.radiusX*=Math.sqrt(a*a+x*x),bt.radiusY!==void 0&&(bt.radiusY*=Math.sqrt(y*y+b*b));break;case us:if(tt=bt.endX,rt=bt.endY,bt.endX=tt*a+rt*x+E,bt.endY=tt*y+rt*b+z,bt.radiusX===0||bt.radiusY===0)break;y!==0&&(tt=180*Math.atan2(y,a)/Math.PI,0>tt&&(tt+=360),bt.xAxisRotation+=tt),0>a&&(bt.xAxisRotation=180-bt.xAxisRotation,bt.isClockwiseArc=!bt.isClockwiseArc),0>b&&(bt.xAxisRotation=-bt.xAxisRotation,bt.isClockwiseArc=!bt.isClockwiseArc),bt.radiusX*=Math.sqrt(a*a+x*x),bt.radiusY*=Math.sqrt(y*y+b*b);break;default:Qt("Unknown Segment type: "+bt.type)}}}}return this._isInvalidBounds=!0,this},Ct.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 Ln.j:return ce.Yb(x,b,E,z,y,a.x,a.y);case Ln.u:var tt=he.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),he.free(tt),a;case Ln.F:tt=Math.min(x,E)-y;var rt=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),rt=a.y-(rt+y),1>=tt*tt/(x*x)+rt*rt/(y*y));case Ln.o:return da(this,a,y,!0,!1);default:return!1}};function da(a,y,x,b,E){var z=y.x;y=y.y;for(var tt=a.bounds.x-20,rt=0,ot,st,ut,ft,vt=a.figures.s,xt=vt.length,bt=0;bt<xt;bt++){var Tt=vt[bt],Xt=!Tt.isEvenOdd;if(Tt.isFilled){if(b&&Tt.ca(z,y,x))return!0;var Zt=Tt.segments;ot=Tt.startX,st=Tt.startY;for(var qt=ot,_t=st,ee=Zt.s,me=0;me<=Zt.length;me++){var Ie=void 0;if(me!==Zt.length){Ie=ee[me];var li=Ie.type;a=Ie.endX,ft=Ie.endY}else li=co,a=qt,ft=_t;switch(li){case sa:if(qt=ca(z,y,tt,y,ot,st,qt,_t),isNaN(qt))return!0;rt+=qt,qt=a,_t=ft;break;case co:if(ot=ca(z,y,tt,y,ot,st,a,ft),isNaN(ot))return!0;rt+=ot;break;case ga:ut=ce.Fo(ot,st,Ie.point1X,Ie.point1Y,Ie.point2X,Ie.point2Y,a,ft,tt,y,z,y,.5),rt+=ut;break;case ls:ut=ce.Fo(ot,st,(ot+2*Ie.point1X)/3,(st+2*Ie.point1Y)/3,(2*Ie.point1X+a)/3,(2*Ie.point1Y+ft)/3,a,ft,tt,y,z,y,.5),rt+=ut;break;case ra:case us:li=Ie.type===ra?Va(Ie,Tt):$a(Ie,Tt,ot,st);var Di=li.length;if(Di===0){if(ot=ca(z,y,tt,y,ot,st,Ie.type===ra?Ie.centerX:Ie.endX,Ie.type===ra?Ie.centerY:Ie.endY),isNaN(ot))return!0;rt+=ot;break}Ie=null;for(var wi=0;wi<Di;wi++){if(Ie=li[wi],wi===0){if(ut=ca(z,y,tt,y,ot,st,Ie[0],Ie[1]),isNaN(ut))return!0;rt+=ut}ut=ce.Fo(Ie[0],Ie[1],Ie[2],Ie[3],Ie[4],Ie[5],Ie[6],Ie[7],tt,y,z,y,.5),rt+=ut}Ie!==null&&(a=Ie[6],ft=Ie[7]);break;default:Qt("Unknown Segment type: "+Ie.type)}ot=a,st=ft}if(Xt){if(rt!==0)return!0}else if(rt%2!==0)return!0;rt=0}else if(Tt.ca(z,y,E?x:x+2))return!0}return!1}function ca(a,y,x,b,E,z,tt,rt){if(ce.Yb(E,z,tt,rt,.05,a,y))return NaN;var ot=(a-x)*(z-rt);if(ot===0)return 0;var st=((a*b-y*x)*(E-tt)-(a-x)*(E*rt-z*tt))/ot;if(y=(a*b-y*x)*(z-rt)/ot,st>=a)return 0;if((E>tt?E-tt:tt-E)<(z>rt?z-rt:rt-z)){if(z<rt){if(y<z||y>rt)return 0}else if(y<rt||y>z)return 0}else if(E<tt){if(st<E||st>tt)return 0}else if(st<tt||st>E)return 0;return 0<ot?1:-1}function Ga(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}Ct.Pu=function(a,y){if(0>a?a=0:1<a&&(a=1),y===void 0&&(y=new Ot),this.type===Ln.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,rt=0;rt<E;rt++){var ot=b[rt],st=ot.length;for(a=0;a<st;a++){var ut=ot[a];if(tt+ut>=z)return b=z-tt,b=ut===0?0:b/ut,x=x[rt],rt=x[2*a],E=x[2*a+1],y.h(rt+(x[2*a+2]-rt)*b,E+(x[2*a+3]-E)*b),y;tt+=ut}}return y},Ct.wx=function(a){if(0>a?a=0:1<a&&(a=1),this.type===Ln.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 rt=x[tt],ot=rt.length;for(a=0;a<ot;a++){var st=rt[a];if(z+st>=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+=st}}return NaN},Ct.Qu=function(a,y){if(0>a?a=0:1<a&&(a=1),y===void 0&&(y=[]),y.length=3,this.type===Ln.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,rt=0;rt<E;rt++){var ot=b[rt],st=ot.length;for(a=0;a<st;a++){var ut=ot[a];if(tt+ut>=z)return b=z-tt,b=ut===0?0:b/ut,ut=x[rt],x=ut[2*a],rt=ut[2*a+1],E=ut[2*a+2],a=ut[2*a+3],y[0]=x+(E-x)*b,y[1]=rt+(a-rt)*b,y[2]=1>Math.abs(E-x)&&1>Math.abs(a-rt)?0:1>Math.abs(E-x)?0<=a-rt?90:270:1>Math.abs(a-rt)?0<=E-x?0:180:180*Math.atan2(a-rt,E-x)/Math.PI,y;tt+=ut}}return y},Ct.xx=function(a){if(this.type===Ln.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 rt=Ot.alloc();return ce.qh(y,x,b,E,z,a,rt),a=rt.x,z=rt.y,Ot.free(rt),Math.sqrt(((a-y)*(a-y)+(z-x)*(z-x))/tt)}}else if(this.type===Ln.u){tt=this.startX,rt=this.startY;var ot=this.endX;if(E=this.endY,tt!==ot||rt!==E){y=ot-tt,x=E-rt,z=2*y+2*x,b=a.x,a=a.y,b=Math.min(Math.max(b,tt),ot),a=Math.min(Math.max(a,rt),E),tt=Math.abs(b-tt),ot=Math.abs(b-ot),rt=Math.abs(a-rt),E=Math.abs(a-E);var st=Math.min(tt,ot,rt,E);if(st===rt)return b/z;if(st===ot)return(y+a)/z;if(st===E)return(2*y+x-b)/z;if(st===tt)return(2*y+2*x-a)/z}}else{y=this.flattenedSegments,x=this.flattenedLengths,z=this.flattenedTotalLength,b=Ot.alloc(),E=1/0,rt=tt=0,ot=y.length;for(var ut=st=0,ft=0;ft<ot;ft++)for(var vt=y[ft],xt=x[ft],bt=vt.length,Tt=0;Tt<bt;Tt+=2){var Xt=vt[Tt],Zt=vt[Tt+1];if(Tt!==0){ce.qh(st,ut,Xt,Zt,a.x,a.y,b);var qt=(b.x-a.x)*(b.x-a.x)+(b.y-a.y)*(b.y-a.y);qt<E&&(E=qt,tt=rt,tt+=Math.sqrt((b.x-st)*(b.x-st)+(b.y-ut)*(b.y-ut))),rt+=xt[(Tt-2)/2]}st=Xt,ut=Zt}return Ot.free(b),a=tt/z,0>a?0:1<a?1:a}return 0};function Ta(a){if(a.tk===null){var y=a.tk=[],x=a.ym=[],b=[],E=[];if(a.type===Ln.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===Ln.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===Ln.F){var z=new aa;z.startX=a.endX,z.startY=(a.startY+a.endY)/2;var tt=new Vr(ra);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=Va(tt,z),E=a.length,E===0)b.push(tt.centerX),b.push(tt.centerY);else{tt=z.startX,z=z.startY;for(var rt=0;rt<E;rt++){var ot=a[rt];ce.Qe(tt,z,ot[2],ot[3],ot[4],ot[5],ot[6],ot[7],.5,b),tt=ot[6],z=ot[7]}}y.push(b),x.push(Hs(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,rt=tt,ot=z;for(var st=E.segments.s,ut=st.length,ft=0;ft<ut;ft++){var vt=st[ft];switch(vt.type){case sa:4<=b.length&&(y.push(b),x.push(Hs(b))),b=[],b.push(vt.endX),b.push(vt.endY),tt=vt.endX,z=vt.endY,rt=tt,ot=z;break;case co:b.push(vt.endX),b.push(vt.endY),tt=vt.endX,z=vt.endY;break;case ga:ce.Qe(tt,z,vt.point1X,vt.point1Y,vt.point2X,vt.point2Y,vt.endX,vt.endY,.5,b),tt=vt.endX,z=vt.endY;break;case ls:ce.ep(tt,z,vt.point1X,vt.point1Y,vt.endX,vt.endY,.5,b),tt=vt.endX,z=vt.endY;break;case ra:var xt=Va(vt,E),bt=xt.length;if(bt===0){b.push(vt.centerX),b.push(vt.centerY),tt=vt.centerX,z=vt.centerY;break}for(var Tt=0;Tt<bt;Tt++){var Xt=xt[Tt];ce.Qe(tt,z,Xt[2],Xt[3],Xt[4],Xt[5],Xt[6],Xt[7],.5,b),tt=Xt[6],z=Xt[7]}break;case us:if(xt=$a(vt,E,tt,z),bt=xt.length,Tt=vt.endX,Xt=vt.endY,bt===0){b.push(Tt),b.push(Xt),tt=Tt,z=Xt;break}for(Tt=0;Tt<bt;Tt++)Xt=xt[Tt],ce.Qe(tt,z,Xt[2],Xt[3],Xt[4],Xt[5],Xt[6],Xt[7],.5,b),tt=Xt[6],z=Xt[7];break;default:Qt("Segment not of valid type: "+vt.type)}vt.isClosed&&(b.push(rt),b.push(ot))}4<=b.length&&(y.push(b),x.push(Hs(b)))}}}function Hs(a){for(var y=[],x=0,b=0,E=a.length,z=0;z<E;z+=2){var tt=a[z],rt=a[z+1];z!==0&&y.push(Math.sqrt(ei(x,b,tt,rt))),x=tt,b=rt}return y}Ct.add=function(a){return this.ee.add(a),this},Ct.pm=function(a,y,x,b,E,z,tt,rt){return this._isFrozen&&Me(this),this.fg=new Fn(a,y,E,z).freeze(),this.gg=new Fn(x,b,tt,rt).freeze(),this},ln.Object.defineProperties(Ln.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 Ta(this),this.tk}},flattenedLengths:{get:function(){return Ta(this),this.ym}},flattenedTotalLength:{get:function(){var a=this.zm;if(isNaN(a)){if(this.type===Ln.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===Ln.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&&Me(this,a),this.na=a,a===Ln.o?this.ee=new pn:(Ln.V===null&&(Ln.V=new pn().freeze()),this.ee=Ln.V),this._isInvalidBounds=!0)}},startX:{get:function(){return this.od},set:function(a){this.od!==a&&(this._isFrozen&&Me(this,a),this.od=a,this._isInvalidBounds=!0)}},startY:{get:function(){return this.pd},set:function(a){this.pd!==a&&(this._isFrozen&&Me(this,a),this.pd=a,this._isInvalidBounds=!0)}},endX:{get:function(){return this.Dc},set:function(a){this.Dc!==a&&(this._isFrozen&&Me(this,a),this.Dc=a,this._isInvalidBounds=!0)}},endY:{get:function(){return this.Ec},set:function(a){this.Ec!==a&&(this._isFrozen&&Me(this,a),this.Ec=a,this._isInvalidBounds=!0)}},figures:{get:function(){return this.ee},set:function(a){this.ee!==a&&(this._isFrozen&&Me(this,a),this.ee=a,this._isInvalidBounds=!0)}},spot1:{get:function(){return this.fg},set:function(a){this._isFrozen&&Me(this,a),this.fg=a.J()}},spot2:{get:function(){return this.gg},set:function(a){this._isFrozen&&Me(this,a),this.gg=a.J()}},defaultStretch:{get:function(){return this.Uf},set:function(a){this._isFrozen&&Me(this,a),this.Uf=a}},bounds:{get:function(){return this.Zu()&&this.computeBounds(),this.Ip}}}),Ln.prototype.setSpots=Ln.prototype.pm,Ln.prototype.add=Ln.prototype.add,Ln.prototype.getFractionForPoint=Ln.prototype.xx,Ln.prototype.getPointAndAngleAlongPath=Ln.prototype.Qu,Ln.prototype.getAngleAlongPath=Ln.prototype.wx,Ln.prototype.getPointAlongPath=Ln.prototype.Pu,Ln.prototype.containsPoint=Ln.prototype.ca,Ln.prototype.transform=Ln.prototype.transform,Ln.prototype.rotate=Ln.prototype.rotate,Ln.prototype.scale=Ln.prototype.scale,Ln.prototype.offset=Ln.prototype.offset,Ln.prototype.normalize=Ln.prototype.normalize,Ln.prototype.computeBoundsWithoutOrigin=Ln.prototype.ix,Ln.prototype.equalsApprox=Ln.prototype.Xa,Ln.className="Geometry",Ln.j=new je(Ln,"Line",0),Ln.u=new je(Ln,"Rectangle",1),Ln.F=new je(Ln,"Ellipse",2),Ln.o=new je(Ln,"Path",3),Ln.V=null,Ln.hb="UuBbMmZzLlHhVvCcSsQqTtAaFfXx",Ln.className="Geometry",Ln.stringify=Ln.ia,Ln.fillPath=Ln.nb,Ln.parse=Ln.parse,Ln.Line=Ln.j,Ln.Rectangle=Ln.u,Ln.Ellipse=Ln.F,Ln.Path=Ln.o;function aa(a,y,x,b,E){rr(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 pn,this.sr=this.pl.Ja,this.fw=null}aa.prototype.copy=function(){var a=new aa;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},Ct=aa.prototype,Ct.Xa=function(a){if(!(a instanceof aa&&ce.B(this.startX,a.startX)&&ce.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},Ct.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},Ct.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},Ct.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},Ct.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},Ct.add=function(a){return this.pl.add(a),this},Ct.ca=function(a,y,x){for(var b=this.startX,E=this.startY,z=b,tt=E,rt=this.segments.s,ot=rt.length,st=0;st<ot;st++){var ut=rt[st];switch(ut.type){case sa:z=ut.endX,tt=ut.endY,b=ut.endX,E=ut.endY;break;case co:if(ce.Yb(b,E,ut.endX,ut.endY,x,a,y))return!0;b=ut.endX,E=ut.endY;break;case ga:if(ce.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 ls:if(ce.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 ra:case us:var ft=ut.type===ra?Va(ut,this):$a(ut,this,b,E),vt=ft.length,xt=ut.type===ra?ut.centerX:ut.endX,bt=ut.type===ra?ut.centerY:ut.endY;if(vt===0){if(ce.Yb(b,E,xt,bt,x,a,y))return!0;b=xt,E=bt;break}for(xt=null,bt=0;bt<vt;bt++)if(xt=ft[bt],bt===0&&ce.Yb(b,E,xt[0],xt[1],x,a,y)||ce.cs(xt[0],xt[1],xt[2],xt[3],xt[4],xt[5],xt[6],xt[7],.5,a,y,x))return!0;xt!==null&&(b=xt[6],E=xt[7]);break;default:Qt("Unknown Segment type: "+ut.type)}if(ut.isClosed&&(b!==z||E!==tt)&&ce.Yb(b,E,z,tt,x,a,y))return!0}return!1},ln.Object.defineProperties(aa.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&&Me(this,a),this.l=a?this.l|4:this.l&-5}},isShadowed:{get:function(){return(this.l&8)!==0},set:function(a){this._isFrozen&&Me(this,a),this.l=a?this.l|8:this.l&-9}},isEvenOdd:{get:function(){return(this.l&16)!==0},set:function(a){this._isFrozen&&Me(this,a),this.l=a?this.l|16:this.l&-17}},startX:{get:function(){return this.od},set:function(a){this._isFrozen&&Me(this,a),this.od=a,this._isInvalidBounds=!0}},startY:{get:function(){return this.pd},set:function(a){this._isFrozen&&Me(this,a),this.pd=a,this._isInvalidBounds=!0}},segments:{get:function(){return this.pl},set:function(a){this._isFrozen&&Me(this,a),this.pl=a,this._isInvalidBounds=!0}}}),aa.prototype.add=aa.prototype.add,aa.prototype.equalsApprox=aa.prototype.Xa,aa.className="PathFigure";function Vr(a,y,x,b,E,z,tt,rt){rr(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===us?(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),rt&&(this.isClockwiseArc=!0)):(this.Ne=b,this.Vh=E,a===ra&&(z=Math.max(z,0)),this.Wh=z,typeof tt=="number"?(a===ra&&(tt=Math.max(tt,0)),this.Pg=tt):this.Pg=0),this.ae=null}Vr.prototype.copy=function(){var a=new Vr;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},Ct=Vr.prototype,Ct.Xa=function(a){if(!(a instanceof Vr)||this.type!==a.type||this.isClosed!==a.isClosed)return!1;switch(this.type){case sa:case co:return ce.B(this.endX,a.endX)&&ce.B(this.endY,a.endY);case ga:return ce.B(this.endX,a.endX)&&ce.B(this.endY,a.endY)&&ce.B(this.point1X,a.point1X)&&ce.B(this.point1Y,a.point1Y)&&ce.B(this.point2X,a.point2X)&&ce.B(this.point2Y,a.point2Y);case ls:return ce.B(this.endX,a.endX)&&ce.B(this.endY,a.endY)&&ce.B(this.point1X,a.point1X)&&ce.B(this.point1Y,a.point1Y);case ra:return ce.B(this.startAngle,a.startAngle)&&ce.B(this.sweepAngle,a.sweepAngle)&&ce.B(this.centerX,a.centerX)&&ce.B(this.centerY,a.centerY)&&ce.B(this.radiusX,a.radiusX)&&ce.B(this.radiusY,a.radiusY);case us:return this.isClockwiseArc===a.isClockwiseArc&&this.isLargeArc===a.isLargeArc&&ce.B(this.xAxisRotation,a.xAxisRotation)&&ce.B(this.endX,a.endX)&&ce.B(this.endY,a.endY)&&ce.B(this.radiusX,a.radiusX)&&ce.B(this.radiusY,a.radiusY);default:return!1}},Ct.qb=function(a){a.classType===Vr&&(this.type=a)},Ct.toString=function(a){switch(a===void 0&&(a=-1),this.type){case sa: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 ga: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 ls: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 ra: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 us: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":"")},Ct.freeze=function(){return this._isFrozen=!0,this},Ct.ka=function(){return this._isFrozen=!1,this},Ct.close=function(){return this.isClosed=!0,this};function Va(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=ce.jx(0,0,x<b?x:b,a.startAngle,a.startAngle+a.sweepAngle,!1);if(x!==b){var tt=pi.alloc();tt.reset(),x<b?tt.scale(1,b/x):tt.scale(x/b,1),Ln.Ha(z,tt),pi.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 $a(a,y,x,b){function E(Tt,Xt,Zt,qt){return(Tt*qt<Xt*Zt?-1:1)*Math.acos((Tt*Zt+Xt*qt)/(Math.sqrt(Tt*Tt+Xt*Xt)*Math.sqrt(Zt*Zt+qt*qt)))}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,rt=a.isLargeArc,ot=a.isClockwiseArc,st=a.Dc,ut=a.Ec,ft=Math.cos(tt),vt=Math.sin(tt),xt=ft*(x-st)/2+vt*(b-ut)/2;tt=-vt*(x-st)/2+ft*(b-ut)/2;var bt=xt*xt/(y*y)+tt*tt/(z*z);return 1<bt&&(y*=Math.sqrt(bt),z*=Math.sqrt(bt)),bt=(rt===ot?-1:1)*Math.sqrt((y*y*z*z-y*y*tt*tt-z*z*xt*xt)/(y*y*tt*tt+z*z*xt*xt)),isNaN(bt)&&(bt=0),rt=bt*y*tt/z,bt=bt*-z*xt/y,isNaN(rt)&&(rt=0),isNaN(bt)&&(bt=0),x=(x+st)/2+ft*rt-vt*bt,b=(b+ut)/2+vt*rt+ft*bt,ut=E(1,0,(xt-rt)/y,(tt-bt)/z),ft=(xt-rt)/y,st=(tt-bt)/z,xt=(-xt-rt)/y,rt=(-tt-bt)/z,tt=E(ft,st,xt,rt),xt=(ft*xt+st*rt)/(Math.sqrt(ft*ft+st*st)*Math.sqrt(xt*xt+rt*rt)),-1>=xt?tt=Math.PI:1<=xt&&(tt=0),!ot&&0<tt&&(tt-=2*Math.PI),ot&&0>tt&&(tt+=2*Math.PI),ot=y>z?1:y/z,xt=y>z?z/y:1,y=ce.jx(0,0,y>z?y:z,ut,ut+tt,!0),z=pi.alloc(),z.reset(),z.translate(x,b),z.rotate(a.Ne,0,0),z.scale(ot,xt),Ln.Ha(y,z),pi.free(z),a.ae=y,a.ae}ln.Object.defineProperties(Vr.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&&Me(this,a),this.na=a,this._isInvalidBounds=!0}},endX:{get:function(){return this.Dc},set:function(a){this._isFrozen&&Me(this,a),this.Dc=a,this._isInvalidBounds=!0}},endY:{get:function(){return this.Ec},set:function(a){this._isFrozen&&Me(this,a),this.Ec=a,this._isInvalidBounds=!0}},point1X:{get:function(){return this.Ne},set:function(a){this._isFrozen&&Me(this,a),this.Ne=a,this._isInvalidBounds=!0}},point1Y:{get:function(){return this.Vh},set:function(a){this._isFrozen&&Me(this,a),this.Vh=a,this._isInvalidBounds=!0}},point2X:{get:function(){return this.Wh},set:function(a){this._isFrozen&&Me(this,a),this.Wh=a,this._isInvalidBounds=!0}},point2Y:{get:function(){return this.Pg},set:function(a){this._isFrozen&&Me(this,a),this.Pg=a,this._isInvalidBounds=!0}},centerX:{get:function(){return this.Ne},set:function(a){this._isFrozen&&Me(this,a),this.Ne=a,this._isInvalidBounds=!0}},centerY:{get:function(){return this.Vh},set:function(a){this._isFrozen&&Me(this,a),this.Vh=a,this._isInvalidBounds=!0}},radiusX:{get:function(){return this.Wh},set:function(a){0>a&&Gn(a,">= zero",Vr,"radiusX"),this._isFrozen&&Me(this,a),this.Wh=a,this._isInvalidBounds=!0}},radiusY:{get:function(){return this.Pg},set:function(a){0>a&&Gn(a,">= zero",Vr,"radiusY"),this._isFrozen&&Me(this,a),this.Pg=a,this._isInvalidBounds=!0}},startAngle:{get:function(){return this.Dc},set:function(a){this._isFrozen&&Me(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&&Me(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&&Me(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&&Me(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&&Me(this,a),a%=360,0>a&&(a+=360),this.Ne=a,this._isInvalidBounds=!0}}}),Vr.prototype.equalsApprox=Vr.prototype.Xa;var sa=new je(Vr,"Move",0),co=new je(Vr,"Line",1),ga=new je(Vr,"Bezier",2),ls=new je(Vr,"QuadraticBezier",3),ra=new je(Vr,"Arc",4),us=new je(Vr,"SvgArc",4);Vr.className="PathSegment",Vr.Move=sa,Vr.Line=co,Vr.Bezier=ga,Vr.QuadraticBezier=ls,Vr.Arc=ra,Vr.SvgArc=us;function Da(){this.H=null,this.xu=new Ot(0,0).freeze(),this.mt=new Ot(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}Da.prototype.copy=function(){var a=new Da;return this.clone(a)},Da.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},Da.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},Da.prototype.So=function(a,y){var x=this.diagram;return x===null||bg(x,a,y),y},Da.prototype.Bz=function(a,y){var x=this.diagram;return x===null||(bg(x,a,y),y.assign(x.Ps(y))),y},ln.Object.defineProperties(Da.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}}}),Da.prototype.getMultiTouchDocumentPoint=Da.prototype.Bz,Da.prototype.getMultiTouchViewPoint=Da.prototype.So,Da.className="InputEvent";function El(){this.H=null,this.xa="",this.ar=this.Lr=null}El.prototype.copy=function(){var a=new El;return a.H=this.H,a.xa=this.xa,a.Lr=this.Lr,a.ar=this.ar,a},El.prototype.toString=function(){var a="*"+this.name;return this.subject!==null&&(a+=":"+this.subject.toString()),this.parameter!==null&&(a+="("+this.parameter.toString()+")"),a},ln.Object.defineProperties(El.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}}}),El.className="DiagramEvent";function Ro(){this.Fm=To,this.rf=this.Qq="",this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null}Ro.prototype.clear=function(){this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null},Ro.prototype.copy=function(){var a=new Ro;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=Xe(y)&&typeof y.J=="function"?y.J():y,y=this.Rn,a.Rn=Xe(y)&&typeof y.J=="function"?y.J():y,y=this.Mn,a.Mn=Xe(y)&&typeof y.J=="function"?y.J():y,y=this.Ln,a.Ln=Xe(y)&&typeof y.J=="function"?y.J():y,a},Ro.prototype.qb=function(a){a.classType===Ro&&(this.change=a)},Ro.prototype.toString=function(){var a="";return a=this.change===ba?a+"* ":this.change===To?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===ba?this.oldValue!==null&&(a+=" "+this.oldValue):(this.object!==null&&(a+=hr(this.object)),this.oldValue!==null&&(a+=" old: "+hr(this.oldValue)),this.oldParam!==null&&(a+=" "+this.oldParam),this.newValue!==null&&(a+=" new: "+hr(this.newValue)),this.newParam!==null&&(a+=" "+this.newParam)),a},Ro.prototype.I=function(a){return a?this.oldValue:this.newValue},Ro.prototype.Dz=function(a){return a?this.oldParam:this.newParam},Ro.prototype.canUndo=function(){return this.model!==null||this.diagram!==null},Ro.prototype.undo=function(){this.canUndo()&&(this.model!==null?this.model.changeState(this,!0):this.diagram!==null&&this.diagram.changeState(this,!0))},Ro.prototype.canRedo=function(){return this.model!==null||this.diagram!==null},Ro.prototype.redo=function(){this.canRedo()&&(this.model!==null?this.model.changeState(this,!1):this.diagram!==null&&this.diagram.changeState(this,!1))},ln.Object.defineProperties(Ro.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===ba&&(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}}}),Ro.prototype.redo=Ro.prototype.redo,Ro.prototype.canRedo=Ro.prototype.canRedo,Ro.prototype.undo=Ro.prototype.undo,Ro.prototype.canUndo=Ro.prototype.canUndo,Ro.prototype.getParam=Ro.prototype.Dz,Ro.prototype.getValue=Ro.prototype.I,Ro.prototype.clear=Ro.prototype.clear;var ba=new je(Ro,"Transaction",-1),To=new je(Ro,"Property",0),Uo=new je(Ro,"Insert",1),ua=new je(Ro,"Remove",2);Ro.className="ChangedEvent",Ro.Transaction=ba,Ro.Property=To,Ro.Insert=Uo,Ro.Remove=ua;function pa(){this.o=new pn().freeze(),this.xa="",this.j=!1}pa.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},pa.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()},pa.prototype.canUndo=function(){return this.isComplete},pa.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()}},pa.prototype.canRedo=function(){return this.isComplete},pa.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()}},pa.prototype.ak=function(){if(this.isComplete){var a=this.changes;a.ka();for(var y=new Be,x=0;x<a.count;x++){var b=a.M(x);if(b!==null&&b.change===To&&b.object){var E=y.get(b.object);E||(E=new Be,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()}},ln.Object.defineProperties(pa.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}}}),pa.prototype.optimize=pa.prototype.ak,pa.prototype.redo=pa.prototype.redo,pa.prototype.canRedo=pa.prototype.canRedo,pa.prototype.undo=pa.prototype.undo,pa.prototype.canUndo=pa.prototype.canUndo,pa.prototype.clear=pa.prototype.clear,pa.className="Transaction";function Xo(){this.Pt=new Cn,this.Jd=!1,this.u=new pn().freeze(),this.Ce=-1,this.o=999,this.Fe=!1,this.Np=null,this.bi=0,this.j=!1,this.Ie=new pn().freeze(),this.hl=new pn,this.tt=!0,this.Dt=this.rq=this.Gt=this.Ft=!1}Xo.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},Xo.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},Xo.prototype.copyProperties=function(a){this.isEnabled=a.isEnabled,this.maxHistoryLength=a.maxHistoryLength,this.checksTransactionLevel=a.checksTransactionLevel},Ct=Xo.prototype,Ct.Xw=function(a){this.Pt.add(a)},Ct.Rx=function(a){this.Pt.remove(a)},Ct.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},Ct.eb=function(a){return a===void 0&&(a=""),fl(this,!0,a)},Ct.Kf=function(){return fl(this,!1,"")};function fl(a,y,x){if(a.isUndoingRedoing)return!1;a.checksTransactionLevel&&1>a.transactionLevel&&qn("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}Ct.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()}},Xo.prototype.canUndo=function(){if(!this.isEnabled||0<this.transactionLevel)return!1;var a=this.transactionToUndo;return!!(a!==null&&a.canUndo())},Xo.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){qn("undo error: "+y.toString())}finally{this.Ob("FinishedUndo","Undo",a),this.Fe=!1}}},Xo.prototype.canRedo=function(){if(!this.isEnabled||0<this.transactionLevel)return!1;var a=this.transactionToRedo;return!!(a!==null&&a.canRedo())},Xo.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){qn("redo error: "+y.toString())}finally{this.Ob("FinishedRedo","Redo",a),this.Fe=!1}}},Xo.prototype.Ob=function(a,y,x){x===void 0&&(x=null);var b=new Ro;for(b.change=ba,b.propertyName=a,b.object=x,b.oldValue=y,a=this.models;a.next();)y=a.value,b.model=y,y.ds(b)},Xo.prototype.Tu=function(a){if(this.isEnabled&&!this.isUndoingRedoing&&!this.skipsEvent(a)){var y=this.currentTransaction;y===null&&(this.Np=y=new pa);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||qn("Change not within a transaction: "+x.toString()))}},Xo.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},ln.Object.defineProperties(Xo.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}}}),Xo.prototype.handleChanged=Xo.prototype.Tu,Xo.prototype.redo=Xo.prototype.redo,Xo.prototype.undo=Xo.prototype.undo,Xo.prototype.canUndo=Xo.prototype.canUndo,Xo.prototype.discardHistoryAfterIndex=Xo.prototype.lx,Xo.prototype.rollbackTransaction=Xo.prototype.Kf,Xo.prototype.commitTransaction=Xo.prototype.eb,Xo.prototype.startTransaction=Xo.prototype.Ea,Xo.prototype.removeModel=Xo.prototype.Rx,Xo.prototype.addModel=Xo.prototype.Xw,Xo.prototype.clear=Xo.prototype.clear,Xo.className="UndoManager";function Qr(){rr(this),this.H=Tu,this.xa="",this.Jd=!0,this.nb=!1,this.wm=null,this.yy=new Da,this.Zr=-1}Qr.prototype.toString=function(){return this.name!==""?this.name+" Tool":hi(this.constructor)},Qr.prototype.updateAdornments=function(){},Qr.prototype.canStart=function(){return this.isEnabled},Qr.prototype.doStart=function(){},Qr.prototype.doActivate=function(){this.isActive=!0},Qr.prototype.doDeactivate=function(){this.isActive=!1},Qr.prototype.doStop=function(){},Qr.prototype.doCancel=function(){this.transactionResult=null,this.stopTool()},Qr.prototype.stopTool=function(){var a=this.diagram;a.currentTool===this&&(a.currentTool=null,a.currentCursor="")},Qr.prototype.doMouseDown=function(){!this.isActive&&this.canStart()&&this.doActivate()},Qr.prototype.doMouseMove=function(){},Qr.prototype.doMouseUp=function(){this.stopTool()},Qr.prototype.doMouseWheel=function(){},Qr.prototype.canStartMultiTouch=function(){return!0},Qr.prototype.standardPinchZoomStart=function(){var a=this.diagram,y=a.lastInput,x=y.So(0,Ot.allocAt(NaN,NaN)),b=y.So(1,Ot.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}Ot.free(x),Ot.free(b)},Qr.prototype.standardPinchZoomMove=function(){var a=this.diagram,y=a.lastInput,x=y.So(0,Ot.allocAt(NaN,NaN)),b=y.So(1,Ot.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 Ot((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 rt=a.zoomPoint;a.zoomPoint=E,tt.resetZoom(z),a.zoomPoint=rt}y.bubbles=!1}Ot.free(x),Ot.free(b)},Qr.prototype.doKeyDown=function(){this.diagram.lastInput.key==="Esc"&&this.doCancel()},Qr.prototype.doKeyUp=function(){},Qr.prototype.Ea=function(a){return a===void 0&&(a=this.name),this.transactionResult=null,this.diagram.Ea(a)},Qr.prototype.stopTransaction=function(){var a=this.diagram;return this.transactionResult===null?a.Kf():a.eb(this.transactionResult)},Qr.prototype.standardMouseSelect=function(){var a=this.diagram;if(a.allowSelect){var y=a.lastInput,x=a.Ol(y.documentPoint,!1);if(x!==null){if(jr?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||(jr?y.meta:y.control)||y.shift||a.clearSelection()}},Qr.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,pu(a,b,x),b.handled};function pu(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)}}}Qr.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 rt=z.mouseLeave;if(rt!==null&&(b===z||b!==null&&b.rg(z)||(rt(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}},Qr.prototype.doUpdateCursor=function(){var a=this.diagram;a&&(a.currentCursor="")},Qr.prototype.doCurrentObjectChanged=function(){},Qr.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===Fl&&!y.shift||E===Qs&&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===Fl&&y.shift||E===Qs&&!y.control){b=a.position.copy();var z=y.event;E=z.deltaMode;var tt=z.deltaX;z=z.deltaY;var rt="pixel";if(tt===0&&z===0||y.shift)!y.shift&&a.allowVerticalScroll?(x=3*x*a.scrollVerticalLineChange,a.scroll(rt,0<x?"up":"down",Math.abs(x))):y.shift&&a.allowHorizontalScroll&&(x=3*x*a.scrollHorizontalLineChange,a.scroll(rt,0<x?"left":"right",Math.abs(x)));else{switch(E){case 0:rt="pixel";break;case 1:rt="line";break;case 2:rt="page"}tt!==0&&a.allowHorizontalScroll&&(tt*=a.scrollHorizontalLineChange/16,a.scroll(rt,0<tt?"right":"left",Math.abs(tt))),z!==0&&a.allowVerticalScroll&&(z*=a.scrollVerticalLineChange/16,a.scroll(rt,0<z?"down":"up",Math.abs(z)))}this.doWheelChange(a,b,y)}}},Qr.prototype.doWheelChange=function(a,y,x){a.position.D(y)&&x.event.wheelDeltaX===0||(x.bubbles=!1)},Qr.prototype.standardWaitAfter=function(a,y){y===void 0&&(y=this.diagram.lastInput),this.cancelWaitAfter();var x=this,b=y.clone(this.yy);this.Zr=dr(function(){x.doWaitAfter(b)},a)},Qr.prototype.cancelWaitAfter=function(){this.Zr!==-1&&Ye.clearTimeout(this.Zr),this.Zr=-1},Qr.prototype.doWaitAfter=function(){},Qr.prototype.findToolHandleAt=function(a,y){return a=this.diagram.ic(a,function(x){for(;x!==null&&!(x.panel instanceof ro);)x=x.panel;return x}),a===null?null:a.part.category===y?a:null},Qr.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},ln.Object.defineProperties(Qr.prototype,{diagram:{get:function(){return this.H},set:function(a){a instanceof Re&&(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}}}),Qr.prototype.startTransaction=Qr.prototype.Ea,Qr.className="Tool";function wo(){Qr.call(this),this.name="ToolManager",this.hb=new pn,this.ob=new pn,this.Hb=new pn,this.F=this.V=850,this.o=new Yt(2,2).ja(),this.Ha=5e3,this.ia=Qs,this.u=vu,this.Mp=this.j=null,this.zj=-1}Ne(wo,Qr),wo.prototype.initializeStandardTools=function(){},wo.prototype.updateAdornments=function(a){var y=this.currentToolTip;if(y instanceof ro&&this.Mp===a){var x=y.adornedObject;(a!==null?x.part===a:x===null)?this.showToolTip(y,x):this.hideToolTip()}},wo.prototype.doMouseDown=function(){var a=this.diagram,y=a.lastInput;if(y.isTouchEvent&&this.gestureBehavior===Zs&&(y.bubbles=!1),y.isMultiTouch){if(this.cancelWaitAfter(),this.gestureBehavior===Vl){y.bubbles=!0;return}if(this.gestureBehavior===Zs)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===Qs?this.mouseWheelBehavior=Fl:this.mouseWheelBehavior===Fl&&(this.mouseWheelBehavior=Qs)),this.doActivate(),this.standardWaitAfter(this.holdDelay,y)},wo.prototype.doMouseMove=function(){var a=this.diagram,y=a.lastInput;if(y.isMultiTouch){if(this.gestureBehavior===Vl){y.bubbles=!0;return}if(this.gestureBehavior===Zs)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}}Gl(this,a),a=y.event,a===null||a.type!=="pointermove"&&a.cancelable||(y.bubbles=!0)};function Gl(a,y){a.standardMouseOver(),a.isBeyondDragSize()&&a.standardWaitAfter(a.isActive?a.holdDelay:a.hoverDelay,y.lastInput)}wo.prototype.doCurrentObjectChanged=function(a,y){a=this.currentToolTip,a===null||y!==null&&a instanceof ro&&(y===a||y.rg(a))||this.hideToolTip()},wo.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()))},wo.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)},wo.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 ro)||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()},wo.prototype.showToolTip=function(a,y){var x=this.diagram;if(a!==this.currentToolTip&&this.hideToolTip(),a instanceof ro){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 Su&&a!==this.currentToolTip&&a.show(y,x,this);if(this.currentToolTip=a,this.zj!==-1&&(Ye.clearTimeout(this.zj),this.zj=-1),a=this.toolTipDuration,0<a&&a!==1/0){var E=this;this.zj=dr(function(){E.hideToolTip()},a)}},wo.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}},wo.prototype.hideToolTip=function(){this.zj!==-1&&(Ye.clearTimeout(this.zj),this.zj=-1);var a=this.diagram,y=this.currentToolTip;y!==null&&(y instanceof ro?(a.remove(y),this.Mp!==null&&this.Mp.Jf(y.category),y.data=null,y.adornedObject=null):y instanceof Su&&y.hide!==null&&y.hide(a,this),this.currentToolTip=null)},wo.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()},wo.prototype.doMouseWheel=function(){this.standardMouseWheel()},wo.prototype.doKeyDown=function(){var a=this.diagram;a.commandHandler!==null&&a.commandHandler.doKeyDown()},wo.prototype.doKeyUp=function(){var a=this.diagram;a.commandHandler!==null&&a.commandHandler.doKeyUp()},wo.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},wo.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},wo.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)},ln.Object.defineProperties(wo.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 ro?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}}}),wo.prototype.replaceStandardTool=wo.prototype.gb;var Qs=new je(wo,"WheelScroll",0),Fl=new je(wo,"WheelZoom",1),mu=new je(wo,"WheelNone",2),vu=new je(wo,"GestureZoom",3),Zs=new je(wo,"GestureCancel",4),Vl=new je(wo,"GestureNone",5);wo.className="ToolManager",wo.WheelScroll=Qs,wo.WheelZoom=Fl,wo.WheelNone=mu,wo.GestureZoom=vu,wo.GestureCancel=Zs,wo.GestureNone=Vl;function Go(){Qr.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 Ot(NaN,NaN),this.Fr=new Ot,this.hb=!0,this.Ik=100,this.Cg=[],this.te=new Cn().freeze(),this.ia=new at,this.Bn=null,this.F="copy",this.Oc="",this.Pc="no-drop"}var Ws;Ne(Go,Qr),Go.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},Go.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},Go.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,(jr?y.meta:y.control)||y.shift||a.clearSelection(!0),this.currentPart.isSelected=!0,a.R("ChangedSelection",a.selection))}}},Go.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),Ha=null,this.isActive=!0,this.tl.set(a.position),yu(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&&Ds(a),mf(a,this.draggedParts),this.Ea("Drag"),this.startPoint=a.firstInput.documentPoint,a.isMouseCaptured=!0,a.allowDragOut&&(this.isDragOutStarted=!0,this.Ym=!1,Ha=this,Ju=this.diagram,this.doSimulatedDragOut()))};function yu(a,y){if(a.dragsLink){var x=a.diagram;x.allowRelink&&(x.model.Wj()&&y.count===1&&y.first()instanceof Rn?(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 ol,a.Oe.diagram=x),a.Oe.originalLink=a.draggedLink):(a.draggedLink=null,a.Oe=null))}}Go.prototype.computeEffectiveCollection=function(a,y){return this.diagram.commandHandler.computeEffectiveCollection(a,y)},Go.prototype.Pd=function(a){return a===void 0?new th(Qn):this.isGridSnapEnabled?new th(new Ot(Math.round(1e3*a.x)/1e3,Math.round(1e3*a.y)/1e3)):new th(a.copy())},Go.prototype.doDeactivate=function(){this.isActive=!1;var a=this.diagram;if(this.diagram.layout.isRealtime=this.Sw,a.Fu(!1),a.ug(),gl(this),id(a,this.draggedParts),this.draggedParts=this.currentPart=this.Bn=null,this.Ym=this.isDragOutStarted=!1,0<Ws.count){for(var y=Ws,x=y.length,b=0;b<x;b++){var E=y.M(b);Wo(E),Eo(E),gl(E),E.diagram.ug()}y.clear()}Wo(this),this.tl.h(NaN,NaN),Ju!==null&&(Ju.currentCursor=""),Ha=Ju=null,Eo(this),a.isMouseCaptured=!1,a.currentCursor="",a.Ns=!1,this.stopTransaction(),wc(a,!0)},Go.prototype.stopTransaction=function(){var a=this.diagram,y=Qr.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y};function gl(a){var y=a.diagram,x=y.skipsUndoManager;y.skipsUndoManager=!0,Nl(a,y.lastInput,null),y.skipsUndoManager=x,a.Cg.length=0}function Fu(){var a=Ha;Eo(a),ts(a);var y=a.diagram;a.tl.w()&&(y.position=a.tl),y.ug()}Go.prototype.doCancel=function(){Eo(this),ts(this);var a=this.diagram;this.tl.w()&&(a.position=this.tl),this.stopTool()},Go.prototype.doKeyDown=function(){var a=this.diagram,y=a.lastInput;this.isActive&&(y.key==="Esc"?this.doCancel():y.key!==a.previousInput.key&&this.doMouseMove())},Go.prototype.doKeyUp=function(){this.isActive&&this.doMouseMove()};function pl(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")):ts(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 Be,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 Rn&&b.canCopy()&&x.add(b,a.Pd());a.copiedParts=x,yu(a,x.Lf()),a.draggedLink!==null&&(x=a.draggedLink,y=x.routeBounds,Nh(x,a.startPoint.x-(y.x+y.width/2),a.startPoint.y-(y.y+y.height/2))),a.doUpdateCursor(null)}}}function Eo(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 Rn&&(x.value.point=new Ot(0,0));a.doUpdateCursor(null)}y.skipsUndoManager=!1,y.partManager.addsToTemporaryLayer=!1,a.startPoint=y.firstInput.documentPoint}function Wo(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 wa(a,y,x){var b=a.diagram,E=a.startPoint,z=Ot.alloc();z.assign(b.lastInput.documentPoint),a.moveParts(y,z.re(E),x),Ot.free(z),b.Gf("temporaryPixelRatio")===!0&&b.Yh===null&&30<b.$w&&(Ds(b),b.hk())}Go.prototype.moveParts=function(a,y,x){x===void 0&&(x=!1);var b=this.diagram;b!==null&&nd(b,a,y,this.dragOptions,x)};function ts(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 Rn&&b.suspendsRouting){var E=x.value.point;a.draggedParts.add(b,a.Pd()),Nh(b,-E.x,-E.y)}y.bd()}}function Ja(a,y){var x=a.diagram;a.dragsLink&&(a.draggedLink!==null&&(a.draggedLink.fromNode=null,a.draggedLink.toNode=null),fo(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=Nl(a,E,b),!a.isActive&&Ha===null)return;var rt=b!==null?b.part:null;if(rt===null||x.handlesDragDropForTopLevelParts&&rt.isTopLevel&&!(rt instanceof br)){var ot=x.mouseDragOver;ot!==null&&(ot(E),tt=!0)}if(!a.isActive&&Ha===null||(a.doDragOver(y,b),!a.isActive&&Ha===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)}Go.prototype.findDragOverObject=function(a){var y=this;return Du(this.diagram,a,null,function(x){return x===null?x=!0:(x=x.part,x=!!(x===null||x instanceof ro||x.layer.isTemporary||y.draggedParts&&y.draggedParts.contains(x)||y.copiedParts&&y.copiedParts.contains(x))),!x})},Go.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 Nl(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 rt=a.Cg[tt],ot=rt.mouseDragLeave;if(ot!==null&&(ot(y,rt,x),b=!0,y.handled))break}if(a.Cg.length=0,!a.isActive&&Ha===null||x===null)return b;for(y.handled=!1,E=x;E!==null;)a.Cg.push(E),E=ml(E);for(E=a.Cg.length,x=0;x<E&&(tt=a.Cg[x],rt=tt.mouseDragEnter,rt===null||(rt(y,tt,z),b=!0,!y.handled));x++);return b}function ml(a){var y=a.panel;return y!==null?y:a instanceof Yi&&!(a instanceof br)&&(a=a.containingGroup,a!==null&&a.handlesDragDropForMembers)?a:null}function Do(a,y,x){var b=a.Oe;if(b===null)return null;var E=a.diagram.og(y,b.portGravity,function(st){return b.findValidLinkablePort(st,x)});a=Ot.alloc();var z=1/0,tt=null;for(E=E.iterator;E.next();){var rt=E.value;if(rt.part!==null){var ot=rt.ga(xi,a);ot=y.Bf(ot),ot<z&&(tt=rt,z=ot)}}return Ot.free(a),tt}function fo(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=Do(a,x.i(0),!1),z!==null&&(tt=z.part));var rt=null,ot=null;x.toNode===null&&(rt=Do(a,x.i(x.pointsCount-1),!0),rt!==null&&(ot=rt.part)),E.isValidLink(tt,z,ot,rt)?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=ot,rt!==null&&(x.toPortId=rt.portId),x.fromPort!==b.Mx&&b.R("LinkRelinked",x,b.Mx),x.toPort!==b.Nx&&b.R("LinkRelinked",x,b.Nx)):ef(E,tt,z,ot,rt):ef(E,null,null,null,null)}}}}Go.prototype.doDragOver=function(){};function Ka(a,y){var x=a.diagram;a.dragsLink&&fo(a,!0),gl(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;iu(a,E,z),z=ml(z)}}else z=x.mouseDrop,z!==null&&z(E);if(a.isActive||Ha!==null){for(E=(a.copiedParts||a.draggedParts).iterator;E.next();)z=E.key,z instanceof gi&&z.linksConnected.each(function(rt){rt.suspendsRouting=!1});if(a.doDropOnto(y,b),a.isActive||Ha!==null){for(a=he.alloc(),y=x.selection.iterator;y.next();)b=y.value,b instanceof gi&&Ed(x,b,a);he.free(a)}}}function iu(a,y,x){a=a.diagram,x=x.part,!a.handlesDragDropForTopLevelParts||!x.isTopLevel||x instanceof br||(x=a.mouseDrop,x!==null&&x(y))}function Ed(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 Rn},!0,function(E){return E instanceof Rn},b),a.count!==0)for(a=a.iterator;a.next();)x=a.value,!x.Td(y)&&x.isAvoiding&&x.bb()}Go.prototype.doDropOnto=function(){},Go.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()?(pl(this,!1),mf(a,this.copiedParts),wa(this,this.copiedParts,!1),id(a,this.copiedParts)):this.mayMove()?(Eo(this),wa(this,this.draggedParts,!0)):this.mayDragOut()?(pl(this,!1),wa(this,this.copiedParts,!1)):Eo(this),Ja(this,a.lastInput.documentPoint))}},Go.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?(Eo(this),pl(this,!0),mf(a,this.copiedParts),wa(this,this.copiedParts,!1),id(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,Eo(this),this.mayMove()&&(wa(this,this.draggedParts,!0),Ja(this,a.lastInput.documentPoint))),this.Ym=!0,Ka(this,a.lastInput.documentPoint),this.isActive){var b=x?this.copiedParts.Lf():this.draggedParts.Lf();this.copiedParts=null,y&&hg(this),a.Ya(),id(a,this.draggedParts),this.transactionResult=x?"Copy":"Move",a.R(x?"SelectionCopied":"SelectionMoved",b)}this.stopTool(),x&&a.R("ChangedSelection",a.selection)}}},Go.prototype.simulatedMouseMove=function(a,y,x){if(Ha===null)return!1;var b=Ha.diagram;x instanceof Re||(x=null);var E=Ju;return x!==E&&(E!==null&&E!==b&&(E.ug(),Ha.isDragOutStarted=!1,E=E.toolManager.findTool("Dragging"),E!==null&&E.doSimulatedDragLeave()),Ju=x,x!==null&&x!==b&&(Fu(),E=x.toolManager.findTool("Dragging"),E!==null&&(Ws.contains(E)||Ws.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)},Go.prototype.simulatedMouseUp=function(a,y,x){if(Ha===null)return!1;var b=Ju,E=Ha.diagram;if(x===null)return Ha.doCancel(),!0;if(x!==b){var z=b.toolManager.findTool("Dragging");if(b!==null&&b!==E&&z!==null)return b.ug(),Ha.isDragOutStarted=!1,z.doSimulatedDragLeave(),!1;Ju=x,b=x.toolManager.findTool("Dragging"),b!==null&&(Fu(),Ws.contains(b)||Ws.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 Ot),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=Ha,a!==null&&(x=a.mayCopy(),a.transactionResult=x?"Copy":"Move",a.stopTool()),!0):!1};function hg(a){if(a.draggedParts!==null)for(var y=a.draggedParts.iterator;y.next();){var x=y.key;x instanceof gi&&(x=x.containingGroup,x===null||x.placeholder===null||a.draggedParts.contains(x)||x.placeholder.v())}}Go.prototype.mayCopy=function(){if(!this.isCopyEnabled)return!1;var a=this.diagram;if(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.allowCopy||(jr?!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())},Go.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())},Go.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())},Go.prototype.computeBorder=function(a,y,x){return this.Ym||this.draggedParts===null||this.draggedParts.contains(a)?null:x.assign(y)},Go.prototype.Az=function(){return Ha},Go.prototype.mayDragIn=function(){var a=this.diagram;if(!a.allowDrop||a.isReadOnly||a.isModelReadOnly||!a.allowInsert)return!1;var y=Ha;return!(y===null||y.diagram.model.dataFormat!==a.model.dataFormat)},Go.prototype.doSimulatedDragEnter=function(){if(this.mayDragIn()){var a=this.diagram;a.animationManager.Cc(),Sl(a),a.animationManager.Cc(),a=Ha,a!==null&&(a.diagram.Ns=!1),this.doUpdateCursor(null)}},Go.prototype.doSimulatedDragLeave=function(){var a=Ha;a!==null&&a.doSimulatedDragOut(),this.doCancel()},Go.prototype.doSimulatedDragOver=function(){var a=this.diagram;a.animationManager.Dm=!0;var y=Ha;if(y!==null&&y.draggedParts!==null){if(!this.mayDragIn())return;tf(this,y.draggedParts.Lf(),!1,a.firstInput),wa(this,this.copiedParts,!1),Ja(this,a.lastInput.documentPoint)}a.animationManager.Dm=!1},Go.prototype.doSimulatedDrop=function(){var a=this.diagram,y=Ha;if(y!==null){var x=y.diagram;if(y.Ym=!0,Eo(this),!this.mayDragIn())return;a.animationManager.Dm=!0,a.R("ChangingSelection",a.selection),this.Ea("Drop"),tf(this,y.draggedParts.Lf(),!0,a.lastInput),wa(this,this.copiedParts,!1);var b=new Cn;this.copiedParts!==null&&(a.clearSelection(!0),this.copiedParts.iteratorKeys.each(function(E){E.isSelected=!0,b.add(E)})),Ka(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 tf(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=he.alloc();E=b=1/0;for(var tt=-1/0,rt=-1/0,ot=y.iterator;ot.next();){var st=ot.value;if(st.isVisible()){var ut=st.location;st=ut.x,ut=ut.y,isNaN(st)||isNaN(ut)||(st<b&&(b=st),ut<E&&(E=ut),st>tt&&(tt=st),ut>rt&&(rt=ut))}}for(b===1/0?z.h(0,0,0,0):z.h(b,E,tt-b,rt-E),b=z.x+z.width/2,E=z.y+z.height/2,he.free(z),z=a.Fr,tt=new Be,rt=Ot.alloc(),ot=y.iterator;ot.next();)st=ot.value,st instanceof Rn&&st.canCopy()&&(ut=x.I(st),ut!==null&&(ut.points=st.points,Nh(ut,z.x-b,z.y-E),ut.suspendsRouting=!0,tt.add(ut,a.Pd())));for(y=y.iterator;y.next();)st=y.value,st.Zc()&&st.canCopy()&&(ot=x.I(st),ot!==null&&(st=st.location,rt.h(z.x-(b-st.x),z.y-(E-st.y)),ot.location=rt,ot.Va(),tt.add(ot,a.Pd(rt))));Ot.free(rt),a.copiedParts=tt,yu(a,tt.Lf()),a.draggedLink!==null&&(x=a.draggedLink,y=x.routeBounds,Nh(x,a.startPoint.x-(y.x+y.width/2),a.startPoint.y-(y.y+y.height/2))),a.doUpdateCursor(null)}}}Go.prototype.doSimulatedDragOut=function(){var a=this.diagram;a.Ns=!1,this.mayCopy()||this.mayMove()?a.currentCursor="":a.currentCursor=this.nodropCursor,this.Bn=null},Go.prototype.computeMove=function(a,y,x,b){return x=this.diagram,x!==null?x.computeMove(a,y,this.dragOptions,b):new Ot},ln.Object.defineProperties(Go.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}}}),Go.prototype.getDraggingSource=Go.prototype.Az;var Ha=null,Ju=null;Go.className="DraggingTool",Ws=new pn,Dn("draggingTool",function(){return this.findTool("Dragging")},function(a){this.gb("Dragging",a,this.mouseMoveTools)}),wo.prototype.doCancel=function(){Ha!==null&&Ha.doCancel(),Qr.prototype.doCancel.call(this)};function io(){Qr.call(this),this.te=100,this.Ha=!1,this.u="pointer";var a=new Rn,y=new Er;y.isPanelMain=!0,y.stroke="blue",a.add(y),y=new Er,y.toArrow="Standard",y.fill="blue",y.stroke="blue",a.add(y),a.layerName="Tool",this.Ci=a,a=new gi,y=new Er,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=xe,a.add(y),a.selectable=!1,a.layerName="Tool",this.Bi=a,this.j=y,a=new gi,y=new Er,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=xe,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 Be,this.Of=this.gj=this.Pf=null}Ne(io,Qr),io.prototype.doStop=function(){this.diagram.ug(),this.originalToPort=this.originalToNode=this.originalFromPort=this.originalFromNode=this.originalLink=null,this.validPortsCache.clear(),this.targetPort=null},io.prototype.copyPortProperties=function(a,y,x,b,E){if(a!==null&&y!==null&&x!==null&&b!==null){var z=y.Df(),tt=Yt.alloc();tt.width=y.naturalBounds.width*z,tt.height=y.naturalBounds.height*z,b.desiredSize=tt,Yt.free(tt),E?(b.toSpot=y.toSpot,b.toEndSegmentLength=y.toEndSegmentLength):(b.fromSpot=y.fromSpot,b.fromEndSegmentLength=y.fromEndSegmentLength),x.locationSpot=xi,z=Ot.alloc(),x.location=y.ga(xi,z),Ot.free(z),b.angle=y.li(),this.portTargeted!==null&&this.portTargeted(a,y,x,b,E)}},io.prototype.setNoTargetPortProperties=function(a,y,x){y!==null&&(y.desiredSize=xe,y.fromSpot=Ii,y.toSpot=Ii),a!==null&&(a.location=this.diagram.lastInput.documentPoint),this.portTargeted!==null&&this.portTargeted(null,null,a,y,x)},io.prototype.doMouseDown=function(){this.isActive&&this.doMouseMove()},io.prototype.doMouseMove=function(){if(this.isActive){var a=this.diagram;if(this.targetPort=this.findTargetPort(this.isForwards),this.targetPort!==null&&this.targetPort.part instanceof gi){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)}},io.prototype.findValidLinkablePort=function(a,y){if(a===null)return null;var x=a.part;if(!(x instanceof gi))return null;for(;a!==null;){var b=y?a.toLinkable:a.fromLinkable;if(b===!0&&(a.portId!==null||a instanceof gi)&&(y?this.isValidTo(x,a):this.isValidFrom(x,a)))return a;if(b===!1)break;a=a.panel}return null},io.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,rt=tt.part;if(rt instanceof gi){var ot=tt.ga(xi,Ot.alloc()),st=x.x-ot.x,ut=x.y-ot.y;Ot.free(ot),ot=st*st+ut*ut,ot<b&&(st=this.validPortsCache.I(tt),st!==null?st&&(y=tt,b=ot):a&&this.isValidLink(this.originalFromNode,this.originalFromPort,rt,tt)||!a&&this.isValidLink(rt,tt,this.originalToNode,this.originalToPort)?(this.validPortsCache.add(tt,!0),y=tt,b=ot):this.validPortsCache.add(tt,!1))}}return y!==null&&(x=y.part,x instanceof gi&&(x.layer===null||x.layer.allowLink))?y:null},io.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},io.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},io.prototype.isInSameNode=function(a,y){return a===null||y===null?!1:a===y?!0:(a=a.part,y=y.part,a!==null&&a===y)},io.prototype.isLinked=function(a,y){if(a===null||y===null)return!1;var x=a.part;if(!(x instanceof gi))return!1;a=a.portId,a===null&&(a="");var b=y.part;if(!(b instanceof gi))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},io.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)},io.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 Cn;return b.add(a),uo(this,x,y,b)};function uo(a,y,x,b){if(y===x)return!0;var E=y.fromNode;return E!==null&&E.isLinkLabel&&(b.add(E),uo(a,E.labeledLink,x,b))?!0:(y=y.toNode,!!(y!==null&&y.isLinkLabel&&(b.add(y),uo(a,y.labeledLink,x,b))))}io.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!==Ac){if(b===Zg){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!Co(this,a,y,x,!0)}if(b===Wg){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!Co(this,a,y,x,!0)}if(b===zg)return a===y?a=!0:(b=new Cn,b.add(y),a=$o(this,b,a,y,x)),!a;if(b===jg)return!Co(this,a,y,x,!1);if(b===Hg)return a===y?a=!0:(b=new Cn,b.add(y),a=ns(this,b,a,y,x)),!a}return!0};function Co(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&&Co(a,tt,x,b,E)))return!0}return!1}function $o(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&&$o(a,y,tt,b,E)))return!0}return!1}function ns(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 rt=tt.fromNode;if(tt=tt.toNode,rt=rt===x?tt:rt,rt!==x&&ns(a,y,rt,b,E))return!0}}return!1}ln.Object.defineProperties(io.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}}}),io.className="LinkingBaseTool";function hs(){io.call(this),this.name="Linking",this.V={},this.F=null,this.K=Xh,this.Xd=null}Ne(hs,io),hs.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},hs.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 gi)))return null;var x=this.direction;if(x===Xh||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===Xh||x===Wp)&&(y=this.findValidLinkablePort(y,!0),y!==null||this.startObject===a&&(y=a.port,this.findValidLinkablePort(y,!0)))?(this.isForwards=!1,y):null},hs.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 gi&&(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 gi&&(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)},hs.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()},hs.prototype.doStop=function(){io.prototype.doStop.call(this),this.startObject=null},hs.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 rt=tt.part;rt instanceof gi&&(this.isForwards?(this.originalFromNode!==null&&(y=this.originalFromNode,x=this.originalFromPort),b=rt,E=tt):(y=rt,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)}}},hs.prototype.isNewTreeLink=function(){var a=this.archetypeLinkData;if(a===null)return!0;if(a instanceof Rn)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)},hs.prototype.insertLink=function(a,y,x,b){return this.diagram.partManager.insertLink(a,y,x,b)},hs.prototype.doNoLink=function(){},ln.Object.defineProperties(hs.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 Xh=new je(hs,"Either",0),Zp=new je(hs,"ForwardsOnly",0),Wp=new je(hs,"BackwardsOnly",0);hs.className="LinkingTool",hs.Either=Xh,hs.ForwardsOnly=Zp,hs.BackwardsOnly=Wp;function ol(){io.call(this),this.name="Relinking";var a=new Er;a.figure="Diamond",a.desiredSize=qe,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=0,this.V=a,a=new Er,a.figure="Diamond",a.desiredSize=qe,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=-1,this.Xd=a,this.F=null,this.Ew=new he}Ne(ol,io),ol.prototype.updateAdornments=function(a){if(a!==null&&a instanceof Rn){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)}},ol.prototype.makeAdornment=function(a,y){var x=new ro;return x.type=Nn.Link,y=y?this.toHandleArchetype:this.fromHandleArchetype,y!==null&&x.add(y.copy()),x.adornedObject=a,x},ol.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},ol.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 ro&&x.adornedPart instanceof Rn))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=ve),this.temporaryFromNode!==null&&(this.temporaryFromNode.location=this.originalLink.i(0))),this.originalLink.toNode===null&&(this.temporaryToPort!==null&&(this.temporaryToPort.desiredSize=ve),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},ol.prototype.copyLinkProperties=function(a,y){if(a!==null&&y!==null){y.adjusting=a.adjusting,y.corner=a.corner;var x=a.curve;(x===Hf||x===Th)&&(x=Ms),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}},ol.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()},ol.prototype.doStop=function(){io.prototype.doStop.call(this),this.handle=null},ol.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 gi&&(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()}}},ol.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},ol.prototype.doNoRelink=function(){};function ef(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)}ln.Object.defineProperties(ol.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 ro))throw Error("new handle is not in an Adornment: "+a);this.F=a}}}),ol.className="RelinkingTool",Dn("linkingTool",function(){return this.findTool("Linking")},function(a){this.gb("Linking",a,this.mouseMoveTools)}),Dn("relinkingTool",function(){return this.findTool("Relinking")},function(a){this.gb("Relinking",a,this.mouseDownTools)});function va(){Qr.call(this),this.name="LinkReshaping";var a=new Er;a.figure="Rectangle",a.desiredSize=Qe,a.fill="lightblue",a.stroke="dodgerblue",this.o=a,a=new Er,a.figure="Diamond",a.desiredSize=qe,a.fill="lightblue",a.stroke="dodgerblue",a.cursor="move",this.u=a,this.F=3,this.Ts=this.j=null,this.Fw=new Ot,this.Yq=new pn}Ne(va,Qr),va.prototype.Ru=function(a){return a&&a.reshapingBehavior.value!==0?a.reshapingBehavior:dg},va.prototype.om=function(a,y){a.reshapingBehavior=y},va.prototype.updateAdornments=function(a){if(a!==null&&a instanceof Rn){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)}},va.prototype.makeAdornment=function(a){var y=a.part,x=y.pointsCount,b=y.isOrthogonal,E=null;if(y.points!==null&&1<x){E=new ro,E.type=Nn.Link,x=y.firstPickIndex;var z=y.lastPickIndex,tt=b?1:0;if(y.resegmentable&&y.computeCurve()!==hl)for(var rt=x+tt;rt<z-tt;rt++){var ot=this.makeResegmentHandle(a,rt);ot!==null&&(ot.segmentIndex=rt,ot.segmentFraction=.5,ot.fromMaxLinks=999,E.add(ot))}for(tt=x+1;tt<z;tt++)if(rt=this.makeHandle(a,tt),rt!==null){if(rt.segmentIndex=tt,tt!==x)if(tt===x+1&&b){ot=y.i(x);var st=y.i(x+1);ce.B(ot.x,st.x)&&ce.B(ot.y,st.y)&&(st=y.i(x-1)),ce.B(ot.x,st.x)?(this.om(rt,ph),rt.cursor="n-resize"):ce.B(ot.y,st.y)&&(this.om(rt,gh),rt.cursor="w-resize")}else tt===z-1&&b?(ot=y.i(z-1),st=y.i(z),ce.B(ot.x,st.x)&&ce.B(ot.y,st.y)&&(ot=y.i(z+1)),ce.B(ot.x,st.x)?(this.om(rt,ph),rt.cursor="n-resize"):ce.B(ot.y,st.y)&&(this.om(rt,gh),rt.cursor="w-resize")):tt!==z&&(this.om(rt,nf),rt.cursor="move");E.add(rt)}E.adornedObject=a}return E},va.prototype.makeHandle=function(){var a=this.handleArchetype;return a===null?null:a.copy()},va.prototype.makeResegmentHandle=function(){var a=this.midHandleArchetype;return a===null?null:a.copy()},va.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},va.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 Rn){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}}},va.prototype.doDeactivate=function(){this.stopTransaction(),this.Ts=this.handle=null,this.isActive=this.diagram.isMouseCaptured=!1},va.prototype.stopTransaction=function(){var a=this.diagram,y=Qr.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},va.prototype.doCancel=function(){var a=this.adornedLink;a!==null&&(a.points=this.Yq),this.stopTool()},va.prototype.getResegmentingPoint=function(){return this.handle.ga(xi)},va.prototype.doMouseMove=function(){var a=this.diagram;this.isActive&&(a=this.computeReshape(a.lastInput.documentPoint),this.reshape(a))},va.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&&(fh(this,tt,b,E,z,!0)||fh(this,tt,b,E,z,!1))){var rt=y.points.copy();fh(this,tt,b,E,z,!0)?(rt.cd(x-2,new Ot(tt.x,(z.y+tt.y)/2)),rt.cd(x+1,new Ot(z.x,(z.y+tt.y)/2))):(rt.cd(x-2,new Ot((z.x+tt.x)/2,tt.y)),rt.cd(x+1,new Ot((z.x+tt.x)/2,z.y))),rt.mb(x),rt.mb(x-1),y.points=rt,y.Wb()}else tt=y.i(x+2),Math.abs(E.x-z.x)<this.resegmentingDistance&&Math.abs(E.y-z.y)<this.resegmentingDistance&&(fh(this,b,E,z,tt,!0)||fh(this,b,E,z,tt,!1))&&(rt=y.points.copy(),fh(this,b,E,z,tt,!0)?(rt.cd(x-1,new Ot(b.x,(b.y+tt.y)/2)),rt.cd(x+2,new Ot(tt.x,(b.y+tt.y)/2))):(rt.cd(x-1,new Ot((b.x+tt.x)/2,b.y)),rt.cd(x+2,new Ot((b.x+tt.x)/2,tt.y))),rt.mb(x+1),rt.mb(x),y.points=rt,y.Wb())}}else tt=Ot.alloc(),ce.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()),Ot.free(tt)}a.Ya(),this.transactionResult=this.name,a.R("LinkReshaped",this.adornedLink,this.Yq)}this.stopTool()};function fh(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}va.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===ph?(y.L(x,y.i(x-1).x,a.y),y.L(x+1,y.i(x+2).x,a.y)):b===gh&&(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===ph?(y.L(x-1,y.i(x-2).x,a.y),y.L(x,y.i(x+1).x,a.y)):b===gh&&(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);ce.B(z.x,E.x)&&ce.B(E.y,tt.y)?(ce.B(z.x,y.i(b-2).x)&&!ce.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),ce.B(tt.y,y.i(b+2).y)&&!ce.B(tt.x,y.i(b+2).x)?y.m(b+1,tt.x,a.y):y.L(b+1,tt.x,a.y)):ce.B(z.y,E.y)&&ce.B(E.x,tt.x)?(ce.B(z.y,y.i(b-2).y)&&!ce.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),ce.B(tt.x,y.i(b+2).x)&&!ce.B(tt.y,y.i(b+2).y)?y.m(b+1,a.x,tt.y):y.L(b+1,a.x,tt.y)):ce.B(z.x,E.x)&&ce.B(E.x,tt.x)?(ce.B(z.x,y.i(b-2).x)&&!ce.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),ce.B(tt.x,y.i(b+2).x)&&!ce.B(tt.y,y.i(b+2).y)?y.m(b+1,a.x,tt.y):y.L(b+1,a.x,tt.y)):ce.B(z.y,E.y)&&ce.B(E.y,tt.y)&&(ce.B(z.y,y.i(b-2).y)&&!ce.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),ce.B(tt.y,y.i(b+2).y)&&!ce.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(xi,Ot.alloc()),b=y.getLinkPointFromPoint(b,E,z,a,!0,Ot.alloc()),y.L(0,b.x,b.y),Ot.free(z),Ot.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(xi,Ot.alloc()),a=y.getLinkPointFromPoint(b,E,x,a,!1,Ot.alloc()),y.L(y.pointsCount-1,a.x,a.y),Ot.free(x),Ot.free(a));y.zf()},va.prototype.computeReshape=function(a){var y=this.adornedLink,x=this.handle.segmentIndex;switch(this.Ru(this.handle)){case nf:return a;case ph:return new Ot(y.i(x).x,a.y);case gh:return new Ot(a.x,y.i(x).y);default:case dg:return y.i(x)}},ln.Object.defineProperties(va.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 ro))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}}}),va.prototype.setReshapingBehavior=va.prototype.om,va.prototype.getReshapingBehavior=va.prototype.Ru;var dg=new je(va,"None",0),gh=new je(va,"Horizontal",1),ph=new je(va,"Vertical",2),nf=new je(va,"All",3);va.className="LinkReshapingTool",va.None=dg,va.Horizontal=gh,va.Vertical=ph,va.All=nf,Dn("linkReshapingTool",function(){return this.findTool("LinkReshaping")},function(a){this.gb("LinkReshaping",a,this.mouseDownTools)});function ss(){Qr.call(this),this.name="Resizing",this.o=new Yt(1,1).freeze(),this.j=new Yt(9999,9999).freeze(),this.yg=new Yt(NaN,NaN).freeze(),this.V=!1,this.ia=!0,this.ue=null;var a=new Er;a.alignmentFocus=xi,a.figure="Rectangle",a.desiredSize=Qe,a.fill="lightblue",a.stroke="dodgerblue",a.strokeWidth=1,a.cursor="pointer",this.F=a,this.u=null,this.Xq=new Ot,this.Dw=new Yt,this.Tn=new Ot,this.rt=new Yt(0,0),this.qt=new Yt(1/0,1/0),this.pt=new Yt(1,1)}Ne(ss,Qr),ss.prototype.updateAdornments=function(a){if(!(a===null||a instanceof Rn)){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(),ud(a)&&this.updateResizeHandles(x,y),a.bh(this.name,x);return}}a.Jf(this.name)}},ss.prototype.makeAdornment=function(a){var y=a.part.resizeAdornmentTemplate;if(y===null){y=new ro,y.type=Nn.Spot,y.locationSpot=xi;var x=new bs;x.isPanelMain=!0,y.add(x),y.add(this.makeHandle(a,Ui)),y.add(this.makeHandle(a,Ji)),y.add(this.makeHandle(a,vr)),y.add(this.makeHandle(a,Kr)),y.add(this.makeHandle(a,ko)),y.add(this.makeHandle(a,vo)),y.add(this.makeHandle(a,_o)),y.add(this.makeHandle(a,Po))}else if(Rl(y),y=y.copy(),y===null)return null;return y.adornedObject=a,y},ss.prototype.makeHandle=function(a,y){return a=this.handleArchetype,a===null?null:(a=a.copy(),a.alignment=y,a)},ss.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=xi),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 Nn)for(a=a.elements;a.next();)this.updateResizeHandles(a.value,y)}},ss.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},ss.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))},ss.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.isActive=a.isMouseCaptured=!1},ss.prototype.stopTransaction=function(){var a=this.diagram,y=Qr.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},ss.prototype.doCancel=function(){this.adornedObject!==null&&(this.adornedObject.desiredSize=this.originalDesiredSize,this.adornedObject.part.location=this.originalLocation),this.stopTool()},ss.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,Ot.alloc()),z=this.computeReshape();y=this.computeResize(E,this.handle.alignment,y,x,b,z),this.resize(y),a.bd(),Ot.free(E)}},ss.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,Ot.alloc()),z=this.computeReshape();y=this.computeResize(E,this.handle.alignment,y,x,b,z),this.resize(y),Ot.free(E),a.Ya(),this.transactionResult=this.name,a.R("PartResized",this.adornedObject,this.originalDesiredSize)}this.stopTool()},ss.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 br){var b=new pn;if(b.add(a),!this.dragsMembers&&a.placeholder===null){var E=new at;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()}},ss.prototype.computeResize=function(a,y,x,b,E,z){y.Mc()&&(y=xi);var tt=this.adornedObject.naturalBounds,rt=tt.x,ot=tt.y,st=tt.x+tt.width,ut=tt.y+tt.height,ft=1;if(!z){ft=tt.width;var vt=tt.height;0>=ft&&(ft=1),0>=vt&&(vt=1),ft=vt/ft}return vt=Ot.alloc(),ce.No(a.x,a.y,rt,ot,E.width,E.height,vt),a=tt.copy(),0>=y.x?0>=y.y?(a.x=Math.max(vt.x,st-b.width),a.x=Math.min(a.x,st-x.width),a.width=Math.max(st-a.x,x.width),a.y=Math.max(vt.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=st-a.width,a.y=ut-a.height)):1<=y.y?(a.x=Math.max(vt.x,st-b.width),a.x=Math.min(a.x,st-x.width),a.width=Math.max(st-a.x,x.width),a.height=Math.max(Math.min(vt.y-ot,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=st-a.width)):(a.x=Math.max(vt.x,st-b.width),a.x=Math.min(a.x,st-x.width),a.width=st-a.x,z||(a.height=Math.max(Math.min(ft*a.width,b.height),x.height),a.width=a.height/ft,a.y=ot+.5*(ut-ot-a.height))):1<=y.x?0>=y.y?(a.width=Math.max(Math.min(vt.x-rt,b.width),x.width),a.y=Math.max(vt.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(vt.x-rt,b.width),x.width),a.height=Math.max(Math.min(vt.y-ot,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(vt.x-rt,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=ot+.5*(ut-ot-a.height))):0>=y.y?(a.y=Math.max(vt.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=rt+.5*(st-rt-a.width))):1<=y.y&&(a.height=Math.max(Math.min(vt.y-ot,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=rt+.5*(st-rt-a.width))),Ot.free(vt),a},ss.prototype.computeReshape=function(){var a=wn;return this.adornedObject instanceof Er&&(a=Lv(this.adornedObject)),!(a===zi||this.diagram.lastInput.shift)},ss.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},ss.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},ss.prototype.computeCellSize=function(){var a=new Yt(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},ln.Object.defineProperties(ss.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 ro))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 ro)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}}}),ss.className="ResizingTool",Dn("resizingTool",function(){return this.findTool("Resizing")},function(a){this.gb("Resizing",a,this.mouseDownTools)});function xs(){Qr.call(this),this.name="Rotating",this.ia=45,this.V=2,this.Tn=new Ot,this.ue=null;var a=new Er;a.figure="Ellipse",a.desiredSize=qe,a.fill="lightblue",a.stroke="dodgerblue",a.strokeWidth=1,a.cursor="pointer",this.o=a,this.j=null,this.Cw=0,this.kr=new Ot(NaN,NaN),this.u=0,this.F=50}Ne(xs,Qr),xs.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)}},xs.prototype.makeAdornment=function(a){var y=a.part.rotateAdornmentTemplate;if(y===null){y=new ro,y.type=Nn.Position,y.locationSpot=xi;var x=this.handleArchetype;x!==null&&y.add(x.copy())}else if(Rl(y),y=y.copy(),y===null)return null;return y.adornedObject=a,y},xs.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},xs.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)},xs.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(xi)},xs.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)},xs.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.kr=new Ot(NaN,NaN),this.isActive=a.isMouseCaptured=!1},xs.prototype.stopTransaction=function(){var a=this.diagram,y=Qr.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},xs.prototype.doCancel=function(){this.diagram.delaysLayout=!1,this.rotate(this.originalAngle),this.stopTool()},xs.prototype.doMouseMove=function(){var a=this.diagram;this.isActive&&(a=this.computeRotate(a.lastInput.documentPoint),this.rotate(a))},xs.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()},xs.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()}},xs.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},ln.Object.defineProperties(xs.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 ro))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 ro)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}}}),xs.className="RotatingTool",Dn("rotatingTool",function(){return this.findTool("Rotating")},function(a){this.gb("Rotating",a,this.mouseDownTools)});function Yh(){Qr.call(this),this.name="ClickSelecting"}Ne(Yh,Qr),Yh.prototype.canStart=function(){return!(!this.isEnabled||this.isBeyondDragSize())},Yh.prototype.doMouseUp=function(){this.isActive&&(this.standardMouseSelect(),!this.standardMouseClick()&&this.diagram.lastInput.isTouchEvent&&this.diagram.toolManager.doToolTip()),this.stopTool()},Yh.className="ClickSelectingTool";function Tl(){Qr.call(this),this.name="Action",this.pk=null}Ne(Tl,Qr),Tl.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},Tl.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()},Tl.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))}},Tl.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()},Tl.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())},Tl.prototype.doStop=function(){this.pk=null},Tl.className="ActionTool";function mh(){Qr.call(this),this.name="ClickCreating",this.Ri=null,this.o=!0,this.j=!1,this.mw=new Ot(0,0)}Ne(mh,Qr),mh.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)},mh.prototype.doMouseUp=function(){var a=this.diagram;this.isActive&&this.insertPart(a.lastInput.documentPoint),this.stopTool()},mh.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 Yi)x.Zc()&&(Rl(x),b=x.copy(),b!==null&&y.add(b));else if(x!==null){var E=y.model.copyNodeData(x);Xe(E)&&(y.model.xf(E),b=y.Lc(E))}if(b!==null){var z=Ot.allocAt(a.x,a.y);this.isGridSnapEnabled&&pf(this.diagram,b,a,z),b.location=z,y.allowSelect&&(y.clearSelection(!0),b.isSelected=!0),Ot.free(z)}y.Ya(),this.transactionResult=this.name,y.R("PartCreated",b)}finally{this.stopTransaction(),y.R("ChangedSelection",y.selection)}return b},ln.Object.defineProperties(mh.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}}}),mh.className="ClickCreatingTool";function vl(){Qr.call(this),this.name="DragSelecting",this.Ik=175,this.o=!1;var a=new Yi;a.layerName="Tool",a.selectable=!1;var y=new Er;y.name="SHAPE",y.figure="Rectangle",y.fill=null,y.stroke="magenta",a.add(y),this.j=a}Ne(vl,Qr),vl.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))},vl.prototype.doActivate=function(){var a=this.diagram;this.isActive=!0,a.isMouseCaptured=!0,a.skipsUndoManager=!0,a.add(this.box),this.doMouseMove()},vl.prototype.doDeactivate=function(){var a=this.diagram;a.ug(),a.remove(this.box),a.skipsUndoManager=!1,this.isActive=a.isMouseCaptured=!1},vl.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=Yt.alloc().h(y.width,y.height);x.desiredSize=b,this.box.mm(y.x,y.y,!1),Yt.free(b),(a.allowHorizontalScroll||a.allowVerticalScroll)&&a.gs(a.lastInput.viewPoint)}},vl.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()},vl.prototype.computeBoxBounds=function(){var a=this.diagram;return new he(a.firstInput.documentPoint,a.lastInput.documentPoint)},vl.prototype.selectInRect=function(a){var y=this.diagram,x=y.lastInput;if(a=y.ux(a,this.isPartialInclusion),jr?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 pn,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)}},ln.Object.defineProperties(vl.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}}}),vl.className="DragSelectingTool";function is(){Qr.call(this),this.name="Panning",this.Xt=new Ot,this.xy=new Ot,this.xg=!1;var a=this;this.Kw=function(){var y=a.diagram;y!==null&&y.removeEventListener(Ye.document,"scroll",a.Kw,!1),a.stopTool()}}Ne(is,Qr),is.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())},is.prototype.doActivate=function(){var a=this.diagram;this.xg?(a.lastInput.bubbles=!0,a.addEventListener(Ye.document,"scroll",this.Kw,!1)):(a.currentCursor="move",a.isMouseCaptured=!0,this.Xt.assign(a.position)),this.isActive=!0},is.prototype.doDeactivate=function(){var a=this.diagram;a.currentCursor="",this.isActive=a.isMouseCaptured=!1},is.prototype.doCancel=function(){var a=this.diagram;a.position=this.Xt,a.isMouseCaptured=!1,this.stopTool()},is.prototype.doMouseMove=function(){this.move()},is.prototype.doMouseUp=function(){this.move(),this.stopTool()},is.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)}},ln.Object.defineProperties(is.prototype,{bubbles:{get:function(){return this.xg},set:function(a){this.xg=a}},originalPosition:{get:function(){return this.Xt}}}),is.className="PanningTool",Dn("clickCreatingTool",function(){return this.findTool("ClickCreating")},function(a){this.gb("ClickCreating",a,this.mouseUpTools)}),Dn("clickSelectingTool",function(){return this.findTool("ClickSelecting")},function(a){this.gb("ClickSelecting",a,this.mouseUpTools)}),Dn("panningTool",function(){return this.findTool("Panning")},function(a){this.gb("Panning",a,this.mouseMoveTools)}),Dn("dragSelectingTool",function(){return this.findTool("DragSelecting")},function(a){this.gb("DragSelecting",a,this.mouseMoveTools)}),Dn("actionTool",function(){return this.findTool("Action")},function(a){this.gb("Action",a,this.mouseDownTools)});function Su(){this.F=this.u=this.j=this.o=null}ln.Object.defineProperties(Su.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}}}),Su.className="HTMLInfo";function Dl(a,y,x){this.text=a,this.hx=y,this.visible=x}Dl.className="ContextMenuButtonInfo";function Ps(){Qr.call(this),this.name="ContextMenu",this.o=this.ht=this.j=null,this.yw=new Ot,this.jt=null,this.Et=!1;var a=this;this.tu=function(){a.stopTool()}}Ne(Ps,Qr);function Kl(a){var y=new Su;y.show=function(E,z,tt){tt.showDefaultContextMenu()},y.hide=function(E,z){z.hideDefaultContextMenu()},Uh=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");Ye.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",ya,!1),b.addEventListener(y,"selectstart",ya,!1),b.addEventListener(x,"contextmenu",ya,!1)),y.className="goCXforeground",x.className="goCXbackground",Ye.document.body&&(Ye.document.body.appendChild(y),Ye.document.body.appendChild(x)),dc=y,Fd=x,hc=!0}function ya(a){return a.preventDefault(),!1}Ps.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)},Ps.prototype.doStart=function(){this.yw.set(this.diagram.firstInput.documentPoint)},Ps.prototype.doStop=function(){this.hideContextMenu(),this.currentObject=null},Ps.prototype.findObjectWithContextMenu=function(a){a===void 0&&(a=null);var y=this.diagram,x=y.lastInput,b=null;if(a instanceof Re||(a instanceof ye?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},Ps.prototype.doActivate=function(){},Ps.prototype.doMouseDown=function(){if(Qr.prototype.doMouseDown.call(this),this.isActive&&this.currentContextMenu instanceof ro){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.canStart()&&(a.doActivate(),a.doMouseDown(),a.doDeactivate())}this.diagram.toolManager.mouseDownTools.contains(this)&&ru(this)},Ps.prototype.doMouseUp=function(){if(this.isActive&&this.currentContextMenu instanceof ro){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.canStart()&&(a.doActivate(),a.doCancel(),a.doDeactivate())}ru(this)};function ru(a){var y=a.diagram;if(a.isActive){var x=a.currentContextMenu;if(x!==null){var b=null;x instanceof Su||(b=y.ic(y.lastInput.documentPoint,null,null),b!==null&&b.rg(x)&&a.standardMouseClick(null,null)),a.maybeStopTool(b)}}else a.canStart()&&(Qu(a,!0),a.isActive||a.stopTool())}Ps.prototype.maybeStopTool=function(){this.stopTool(),this.canStart()&&(this.diagram.currentTool=this,this.doMouseUp())};function Qu(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=Uh,x===null&&(x=a.findObjectWithContextMenu()),x!==null){var b=x.contextMenu;b!==null?(a.currentObject=x instanceof ye?x:null,a.showContextMenu(b,a.currentObject)):y!==null&&a.showContextMenu(y,a.currentObject)}else y!==null&&a.showContextMenu(y,null);a.currentContextMenu instanceof ro&&!a.currentContextMenu.visible&&a.stopTool()}}Ps.prototype.doMouseMove=function(){var a=this.diagram.toolManager.findTool("Action");a!==null&&a.doMouseMove(),this.isActive&&this.diagram.toolManager.doMouseMove()},Ps.prototype.showContextMenu=function(a,y){var x=this.diagram;if(a!==this.currentContextMenu&&this.hideContextMenu(),a instanceof ro){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 Su&&a.show(y,x,this);this.currentContextMenu=a},Ps.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}},Ps.prototype.hideContextMenu=function(){var a=this.diagram,y=this.currentContextMenu;y!==null&&(y instanceof ro?(a.remove(y),this.ht!==null&&this.ht.Jf(y.category),y.data=null,y.adornedObject=null):y instanceof Su&&(y.hide!==null?y.hide(a,this):y.mainElement!==null&&(y.mainElement.style.display="none")),this.currentContextMenu=null,this.standardMouseOver())};function vh(a){var y=new pn;return y.add(new Dl("Copy",function(x){x.commandHandler.copySelection()},function(x){return x.commandHandler.canCopySelection()})),y.add(new Dl("Cut",function(x){x.commandHandler.cutSelection()},function(x){return x.commandHandler.canCutSelection()})),y.add(new Dl("Delete",function(x){x.commandHandler.deleteSelection()},function(x){return x.commandHandler.canDeleteSelection()})),y.add(new Dl("Paste",function(x){x.commandHandler.pasteSelection(a.mouseDownPoint)},function(x){return x.commandHandler.canPasteSelection(a.mouseDownPoint)})),y.add(new Dl("Select All",function(x){x.commandHandler.selectAll()},function(x){return x.commandHandler.canSelectAll()})),y.add(new Dl("Undo",function(x){x.commandHandler.undo()},function(x){return x.commandHandler.canUndo()})),y.add(new Dl("Redo",function(x){x.commandHandler.redo()},function(x){return x.commandHandler.canRedo()})),y.add(new Dl("Scroll To Part",function(x){x.commandHandler.scrollToPart()},function(x){return x.commandHandler.canScrollToPart()})),y.add(new Dl("Zoom To Fit",function(x){x.commandHandler.zoomToFit()},function(x){return x.commandHandler.canZoomToFit()})),y.add(new Dl("Reset Zoom",function(x){x.commandHandler.resetZoom()},function(x){return x.commandHandler.canResetZoom()})),y.add(new Dl("Group Selection",function(x){x.commandHandler.groupSelection()},function(x){return x.commandHandler.canGroupSelection()})),y.add(new Dl("Ungroup Selection",function(x){x.commandHandler.ungroupSelection()},function(x){return x.commandHandler.canUngroupSelection()})),y.add(new Dl("Edit Text",function(x){x.commandHandler.editTextBlock()},function(x){return x.commandHandler.canEditTextBlock()})),y}Ps.prototype.showDefaultContextMenu=function(){var a=this.diagram;this.jt===null&&(this.jt=vh(this)),dc.innerHTML="",Fd.addEventListener("pointerdown",this.tu,!1);var y=this,x=Yn("ul");x.className="goCXul",dc.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(rt){return this.ky(a),y.stopTool(),rt.preventDefault(),!1},!1),tt.textContent=E.text,z.appendChild(tt),x.appendChild(z)}}dc.style.display="block",Fd.style.display="block"},Ps.prototype.hideDefaultContextMenu=function(){if(this.currentContextMenu!==null&&this.currentContextMenu===Uh){dc.style.display="none",Fd.style.display="none";var a=this.diagram;a!==null&&a.removeEventListener(Fd,"pointerdown",this.tu,!1),this.currentContextMenu=null}},ln.Object.defineProperties(Ps.prototype,{currentContextMenu:{get:function(){return this.j},set:function(a){this.j=a,this.ht=a instanceof ro?a.adornedPart:null}},defaultTouchContextMenu:{get:function(){return hc===!1&&Uh===null&&la&&Kl(this),Uh},set:function(a){a===null&&(hc=!0),Uh=a}},currentObject:{get:function(){return this.o},set:function(a){this.o=a}},mouseDownPoint:{get:function(){return this.yw}}});var Uh=null,hc=!1,Fd=null,dc=null;Ps.className="ContextMenuTool",Dn("contextMenuTool",function(){return this.findTool("ContextMenu")},function(a){this.gb("ContextMenu",a,this.mouseUpTools)});function Vo(){Qr.call(this),this.name="TextEditing",this.Zh=new Oo,this.ia=null,this.V=Nd,this.vj=null,this.qa=Td,this.u=1,this.F=!0,this.o=null,this.j=new Su,this.kt=null,cc(this,this.j)}Ne(Vo,Qr);function cc(a,y){if(la){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(fc)):E==="Tab"?(a.acceptText(of),b.preventDefault()):E==="Escape"&&(a.doCancel(),a.diagram!==null&&a.diagram.doFocus())}},!1),x.addEventListener("focus",function(){if(a.currentTextEditor!==null&&a.state!==Td){var b=a.kt;a.qa===gc&&(a.qa=pc),typeof b.select=="function"&&a.selectsTextOnActivate&&(b.select(),b.setSelectionRange(0,9999))}},!1),x.addEventListener("blur",function(){if(a.currentTextEditor!==null&&a.state!==Td){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 Oo&&z instanceof Vo)if(z.state===mc)x.style.border="3px solid red",x.focus();else{var tt=b.ga(xi),rt=E.position,ot=E.scale,st=b.Df()*ot;st<z.minimumEditorScale&&(st=z.minimumEditorScale);var ut=b.naturalBounds.width*st+6,ft=b.naturalBounds.height*st+2,vt=(tt.x-rt.x)*ot;tt=(tt.y-rt.y)*ot,rt=b.verticalAlignment,ot=(b.lineHeight+b.spacingAbove+b.spacingBelow)*b.lineCount*st,ft=rt.y*ft-rt.y*ot+rt.offsetY-(.5*ft-.5*ot)-ot/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*st+"%",x.style.lineHeight="normal",x.style.width=ut+"px",x.style.left=(vt-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=st,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)}}}Vo.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(a===null||a.isReadOnly||yh&&yh!==this&&(yh.acceptText(xu),yh&&yh!==this)||!a.lastInput.left||this.isBeyondDragSize())return!1;var y=a.ic(a.lastInput.documentPoint);return y!==null&&y instanceof Oo&&y.editable&&y.part.canEdit()?(y=y.part,!(y===null||this.starting===Nd&&!y.isSelected||this.starting===af&&2>a.lastInput.clickCount)):!1},Vo.prototype.doStart=function(){yh=this,this.textBlock!==null&&this.doActivate()},Vo.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 Oo&&(this.textBlock=y,y.part!==null)){a.animationManager.Cc(),this.isActive=!0,this.qa=gc;var x=this.defaultTextEditor;y.textEditor!==null&&(x=y.textEditor),this.Zh=this.textBlock.copy();var b=new he(this.textBlock.ga(Ui),this.textBlock.ga(vr));a.tv(b),x.show(y,a,this),this.currentTextEditor=x}}}},Vo.prototype.doCancel=function(){this.stopTool()},Vo.prototype.doMouseUp=function(){this.canStart()&&this.doActivate()},Vo.prototype.doMouseDown=function(){this.isActive&&this.acceptText(xu)},Vo.prototype.acceptText=function(a){switch(a){case xu:this.qa===Dd?this.currentTextEditor instanceof HTMLElement&&this.currentTextEditor.focus():(this.qa===gc||this.qa===mc||this.qa===pc)&&(this.qa=fg,cg(this));break;case rf:case fc:case of:(fc!==a||this.textBlock.isMultiline!==!0)&&(this.qa===gc||this.qa===mc||this.qa===pc)&&(this.qa=fg,cg(this))}};function cg(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=Dd,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=mc,a.doError(E,z))}}Vo.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)},Vo.prototype.doSuccess=function(a,y){var x=this.textBlock;x.textEdited!==null&&x.textEdited(x,a,y)},Vo.prototype.doDeactivate=function(){var a=this.diagram;a!==null&&(this.qa=Td,this.currentTextEditor!==null&&this.currentTextEditor.hide(a,this),this.textBlock=null,this.isActive=!1)},Vo.prototype.doStop=function(){yh=null},Vo.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)))},Vo.prototype.Lx=function(a){var y=this.Zh;return y.text=a,y.measure(this.textBlock.Ih,1/0),y},ln.Object.defineProperties(Vo.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)}}}),Vo.prototype.measureTemporaryTextBlock=Vo.prototype.Lx;var rf=new je(Vo,"LostFocus",0),xu=new je(Vo,"MouseDown",1),of=new je(Vo,"Tab",2),fc=new je(Vo,"Enter",3),$0=new je(Vo,"SingleClick",0),Nd=new je(Vo,"SingleClickSelected",1),af=new je(Vo,"DoubleClick",2),Td=new je(Vo,"StateNone",0),gc=new je(Vo,"StateActive",1),pc=new je(Vo,"StateEditing",2),fg=new je(Vo,"StateValidating",3),mc=new je(Vo,"StateInvalid",4),Dd=new je(Vo,"StateValidated",5),yh=null;Vo.className="TextEditingTool",Vo.LostFocus=rf,Vo.MouseDown=xu,Vo.Tab=of,Vo.Enter=fc,Vo.SingleClick=$0,Vo.SingleClickSelected=Nd,Vo.DoubleClick=af,Vo.StateNone=Td,Vo.StateActive=gc,Vo.StateEditing=pc,Vo.StateValidating=fg,Vo.StateInvalid=mc,Vo.StateValidated=Dd,Dn("textEditingTool",function(){return this.findTool("TextEditing")},function(a){this.gb("TextEditing",a,this.mouseUpTools)});function qs(a){yc||(gg(),yc=!0),this.H=Tu,this.Ok=this.zb=this.vq=this.bc=!1,this.Qw=!0,this.Pk=_u,this.Dm=!1,this.Gh=this.Jd=!0,this.Dg=600,this.cw=this.Ow=!1,this.Zd=new Cn,this.ce=new rs,this.ce.Yd=this,this.Ei=new Cn,this.pu=new Cn,this.Sr=new Cn,this.pr=new Cn,a&&Object.assign(this,a)}qs.prototype.Xe=function(a){this.H=a},qs.prototype.canStart=function(){return!0};function Nu(a,y){a.Jd&&a.canStart(y)&&(a.Zd.add(y),a.defaultAnimation.isAnimating&&a.Cc(),os(a.H),a.zb=!0)}function sf(a){if(a.Jd&&a.zb){var y=a.ce,x=a.H,b=a.Zd.contains("Model");b&&(a.Ok=!0,a.Pk===_u?(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===pg&&y.vc.clear(),a.Qw=!!(a.Pk===Sc&&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(),xc(y,x),a.Ok=!1,x.N()):(a.Zd.clear(),x.kg=!1,b=y.vc.get(x),x.autoScale!==ps&&b!==null&&(delete b.start.scale,delete b.end.scale),Ye.requestAnimationFrame(function(){a.zb===!1||y.bc||(x.Gf("temporaryPixelRatio")&&Ds(x),xg(x),a.zb=!1,y.start(),y.bc&&(Sh(a),x.Ya(),mg(y,0),Sl(x,!0),Jh(a),x.R("AnimationStarting",a)))}))}}function qu(a){return a.Zd.contains("Trigger")&&a.Zd.count===1}function lf(a,y,x,b){a.isTicking||qu(a)||y instanceof Rn&&(y.fromNode!==null||y.toNode!==null)||a.ce.add(y,"position",x,b,!1)}Ct=qs.prototype,Ct.fv=function(a){return this.ce.fv(a)},Ct.Xu=function(a){return this.ce.Xu(a)};function uf(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 rt=!0;else{for(rt=tt.vc.iterator;rt.next();){var ot=rt.key;if(ot instanceof ye&&ot.diagram!==null||ot instanceof Re){rt=!0;break t}}rt=!1}rt?Pc(tt,!1):tt.Xk=!0}}E.pu.clear(),E.bc!==!1&&(Sh(E),Sl(E.H),Jh(E)),Ye.requestAnimationFrame(x)}}var b=a.Ei,E=a;a.bc?a.Sr.add(y):(a.bc=!0,b.add(y),Ye.requestAnimationFrame(function(){x()}))}function Gp(a){for(a=a.Ei.iterator;a.next();)a.value.Xk=!1}function Sh(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 Jh(a){var y=a.H;y.skipsUndoManager=a.Ow,y.skipsModelSourceBindings=a.cw,a.vq=!1}Ct.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(),xc(y,null),a===!0)for(a=this.Ei.Fa(),y=0;y<a.length;y++)a[y].Ml(!0)}else y.vc.clear(),xc(y,this.H)},Ct.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))},Ct.Cj=function(a,y){this.zb&&(this.Zd.contains("Expand Tree")||this.Zd.contains("Expand SubGraph"))&&(this.ce.Cj(a,y),Gs(this,a))},Ct.Aj=function(a,y){this.zb&&(this.Zd.contains("Collapse Tree")||this.Zd.contains("Collapse SubGraph"))&&(this.ce.Aj(a,y),xh(this.ce,y,"position",y.position,y.position),Gs(this,a))};function Vp(a,y,x){!a.zb||y.D(x)||qu(a)||(a.H.pi||(y=x.copy()),xh(a.ce,a.H,"position",y,x))}function hf(a,y,x){y.fd&&(y.Tg=x,a.pr.add(y))}function Gs(a,y){for(y=y.findLinksConnected();y.next();){var x=y.value;x.fd&&(x.Tg=x.points.copy(),a.pr.add(x))}}function Qh(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],rt=a[2];a=a[3];var ot=y[0],st=y[1],ut=y[2];return y=y[3],rt===0||rt===100?(z=ot,tt=st):(ut===0||ut===100)&&(ot=z,st=tt),180<Math.abs(ot-z)&&(ot>z?z+=360:ot+=360),z=E(x,z,ot-z,b)%360,tt=E(x,tt,st-tt,b),rt=E(x,rt,ut-rt,b),x=E(x,a,y-a,b),"hsla("+z+", "+tt+"%, "+rt+"%, "+x+")"}function gg(){function a(x,b,E,z,tt,rt){x.position=new Ot(z(tt,b.x,E.x-b.x,rt),z(tt,b.y,E.y-b.y,rt))}var y=new Be;y.add("position:diagram",a),y.add("position",a),y.add("position:part",function(x,b,E,z,tt,rt){tt<rt?x.mm(z(tt,b.x,E.x-b.x,rt),z(tt,b.y,E.y-b.y,rt),!1):x.position=new Ot(z(tt,b.x,E.x-b.x,rt),z(tt,b.y,E.y-b.y,rt))}),y.add("location",function(x,b,E,z,tt,rt){tt<rt?x.mm(z(tt,b.x,E.x-b.x,rt),z(tt,b.y,E.y-b.y,rt),!0):x.location=new Ot(z(tt,b.x,E.x-b.x,rt),z(tt,b.y,E.y-b.y,rt))}),y.add("position:placeholder",function(x,b,E,z,tt,rt){tt<rt?x.mm(z(tt,b.x,E.x-b.x,rt),z(tt,b.y,E.y-b.y,rt),!1):x.position=new Ot(z(tt,b.x,E.x-b.x,rt),z(tt,b.y,E.y-b.y,rt))}),y.add("position:nodeCollapse",function(x,b,E,z,tt,rt){var ot=x.actualBounds,st=E.actualBounds;E=st.x+st.width/2-ot.width/2,ot=st.y+st.height/2-ot.height/2,tt<rt?x.mm(z(tt,b.x,E-b.x,rt),z(tt,b.y,ot-b.y,rt),!1):x.position=new Ot(z(tt,b.x,E-b.x,rt),z(tt,b.y,ot-b.y,rt))}),y.add("desiredSize",function(x,b,E,z,tt,rt){x.desiredSize=new he(z(tt,b.width,E.width-b.width,rt),z(tt,b.height,E.height-b.height,rt))}),y.add("width",function(x,b,E,z,tt,rt){x.width=z(tt,b,E-b,rt)}),y.add("height",function(x,b,E,z,tt,rt){x.height=z(tt,b,E-b,rt)}),y.add("fill",function(x,b,E,z,tt,rt){x.fill=Qh(b,E,tt,rt,z)}),y.add("stroke",function(x,b,E,z,tt,rt){x.stroke=Qh(b,E,tt,rt,z)}),y.add("strokeWidth",function(x,b,E,z,tt,rt){x.strokeWidth=z(tt,b,E-b,rt)}),y.add("strokeDashOffset",function(x,b,E,z,tt,rt){x.strokeDashOffset=z(tt,b,E-b,rt)}),y.add("background",function(x,b,E,z,tt,rt){x.background=Qh(b,E,tt,rt,z)}),y.add("areaBackground",function(x,b,E,z,tt,rt){x.areaBackground=Qh(b,E,tt,rt,z)}),y.add("opacity",function(x,b,E,z,tt,rt){x.opacity=z(tt,b,E-b,rt)}),y.add("scale",function(x,b,E,z,tt,rt){x.scale=z(tt,b,E-b,rt)}),y.add("angle",function(x,b,E,z,tt,rt){x.angle=z(tt,b,E-b,rt)}),vc=y}ln.Object.defineProperties(qs.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&&Gn(a,">= 1",qs,"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}}}),qs.prototype.stopAnimation=qs.prototype.Cc;var vc=null,yc=!1,_u=new je(qs,"Default",1),Sc=new je(qs,"AnimateLocations",2),pg=new je(qs,"None",3);qs.className="AnimationManager",qs.defineAnimationEffect=function(a,y){yc||(gg(),yc=!0),vc.add(a,y)},qs.Default=_u,qs.AnimateLocations=Sc,qs.None=pg;function rs(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=Bd,this.Wk=this.ho=!1,this.cu=1,this.au=0,this.Gd=this.Dg=NaN,this.gw=0,this.dn=null,this.o=Qn,this.vc=new Be,this.Tt=new Be,this.yl=new Cn,this.Ut=new Cn,this.dw=Ch,a&&Object.assign(this,a)}rs.prototype.suspend=function(){this.Xk=!0},rs.prototype.advanceTo=function(a,y){y&&(this.Xk=!1),this.ho&&a>=this.Gd&&(this.Wk=!0,a-=this.Gd),this.gw=a,Pc(this,!0),Sh(this.Yd),Sl(this.H),Jh(this.Yd),this.H.redraw()};function xc(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}Ct=rs.prototype,Ct.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 Re?a=x:x instanceof ye&&(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===_u&&this===y.defaultAnimation&&(this.Lp=Kp,this.Gd=isNaN(this.Dg)?y.duration===600?900:y.duration:this.Dg),this.dw=a.scrollMode,this.isViewportUnconstrained&&(a.sj=kc),Sh(y),this.yl.each(function(b){b.data=null,a.add(b)}),Jh(y),this.bc=!0,this.Qd=+new Date,this.cn=this.Qd+this.Gd,uf(y,this),this)},Ct.Iy=function(a,y){return a.Zc()?(this.yl.add(a),this.H=y,this):this},Ct.add=function(a,y,x,b,E){if(y==="position"&&x.Xa(b))return this;if(this.H===null&&(a instanceof Re?this.H=a:a instanceof ye&&a.diagram!==null&&(this.H=a.diagram)),a instanceof Yi){if(!a.isAnimated)return this;y==="position"&&(y="position:part")}return xh(this,a,y,x,b,E),this};function xh(a,y,x,b,E,z){var tt=a.vc;if(y instanceof Re&&x==="position"&&(x="position:diagram"),(x==="fill"||x==="stroke"||x==="background"||x==="areaBackground")&&(nh(b),av(),b=[ul.j,ul.u,ul.o,ul.F],nh(E),av(),E=[ul.j,ul.u,ul.o,ul.F]),tt.contains(y)){var rt=tt.I(y),ot=rt.start,st=rt.end;ot[x]===void 0&&(ot[x]=qh(b)),st[x]=qh(E)}else ot={},st={},ot[x]=qh(b),st[x]=qh(E),rt=ot.position,y instanceof ye&&rt instanceof Ot&&!rt.w()&&y.diagram.animationManager.Zd.contains("Expand SubGraph")&&rt.assign(st.position),rt=new _h(ot,st,z),tt.add(y,rt);tt=ot[x],tt instanceof Ot&&!tt.w()&&tt.assign(a.o),z&&x.indexOf("position:")===0&&y instanceof Yi?rt.Ku.location=qh(y.location):z&&(rt.Ku[x]=qh(b))}function qh(a){return a instanceof Ot||a instanceof Yt?a.copy():a}Ct.fv=function(a){return this.bc?(a=this.vc.I(a),a!==null&&a.nv):!1},Ct.Xu=function(a){return this.bc?(a=this.vc.I(a),a!==null&&(a.start.position||a.start.location)):!1};function Pc(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),Sh(x),mg(a,E),Sl(a.H,!0),Jh(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 mg(a,y){for(var x=a.Gd,b=a.vc.iterator,E=a.Wk;b.next();){var z=b.key;if(!(z instanceof ye&&z.diagram===null)){var tt=b.value,rt=E?tt.end:tt.start;tt=E?tt.start:tt.end;var ot=vc,st;for(st in tt)st==="position"&&(tt["position:placeholder"]||tt["position:nodeCollapse"])||ot.get(st)===null||ot.get(st)(z,rt[st],tt[st],a.Lp,y,x,a)}}}Ct.stop=function(){return this.bc?(this.Ml(!0),this):this},Ct.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,Sh(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=vc;b.next();){var tt=b.key,rt=b.value,ot=E?rt.end:rt.start,st=E?rt.start:rt.end,ut=rt.Ku,ft;for(ft in st)if(z.get(ft)!==null){var vt=ft;!rt.Hu||vt!=="position:nodeCollapse"&&vt!=="position:placeholder"||(vt="position"),z.get(vt)(tt,ot[ft],ut[ft]!==void 0?ut[ft]:rt.Hu?ot[ft]:st[ft],this.Lp,this.Gd,this.Gd,this)}rt.Hu&&ut.location!==void 0&&tt instanceof Yi&&(tt.location=ut.location),rt.nv&&tt instanceof Yi&&tt.Zb(!1)}if(y.As.clear(),wc(y,!1),y.Ya(),y.N(),Sl(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()}Sl(y,!0),this.isViewportUnconstrained&&(y.scrollMode=this.dw),Jh(x),this.au++,!a&&this.cu>this.au?(this.Wk=!1,this.start()):(this.dn&&this.dn(this),xc(this,null),x.Ml(this),y.$b())}},Ct.Cj=function(a,y){var x=y.actualBounds,b=null;if(y instanceof br&&(b=y.placeholder),b!==null?(x=b.ga(Ui),b=b.padding,x.x+=b.left,x.y+=b.top,this.add(a,"position",x,a.position,!1)):this.add(a,"position",new Ot(x.x+x.width/2,x.y+x.height/2),a.position,!1),this.add(a,"scale",.01,a.scale,!1),a instanceof br)for(a=a.memberParts;a.next();)b=a.value,b instanceof gi&&this.Cj(b,y)},Ct.Aj=function(a,y){if(a.isVisible()){var x=null;if(y instanceof br&&(x=y.placeholder),x!==null){var b=x.ga(Ui);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 br)for(a=a.memberParts;a.next();)b=a.value,b instanceof gi&&this.Aj(b,y)}},Ct.Ez=function(a){var y=this.Tt.get(a);return y===null&&(y={},this.Tt.add(a,y)),y},ln.Object.defineProperties(rs.prototype,{duration:{get:function(){return this.Dg},set:function(a){1>a&&Gn(a,">= 1",rs,"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:Qt("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}}}),rs.prototype.getTemporaryState=rs.prototype.Ez,rs.prototype.stop=rs.prototype.stop,rs.prototype.add=rs.prototype.add,rs.prototype.addTemporaryPart=rs.prototype.Iy;function Bd(a,y,x,b){return a/=b/2,1>a?x/2*a*a+y:-x/2*(--a*(a-2)-1)+y}function Kp(a,y,x,b){return a===b?y+x:x*(-Math.pow(2,-10*a/b)+1)+y}rs.className="Animation",rs.EaseLinear=function(a,y,x,b){return x*a/b+y},rs.EaseInOutQuad=Bd,rs.EaseInQuad=function(a,y,x,b){return x*(a/=b)*a+y},rs.EaseOutQuad=function(a,y,x,b){return-x*(a/=b)*(a-2)+y},rs.EaseInExpo=function(a,y,x,b){return a===0?y:x*Math.pow(2,10*(a/b-1))+y},rs.EaseOutExpo=Kp;function _h(a,y,x){this.start=a,this.end=y,this.Ku={},this.Hu=x,this.nv=!1}_h.className="AnimationState";function Xl(a,y,x){this.xd=null,this.rf=a,this.so=x||vg,this.uk=null,y!==void 0&&(this.uk=y,x===void 0&&(this.so=$h))}Xl.prototype.copy=function(){var a=new Xl(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 Xp(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))}ln.Object.defineProperties(Xl.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 vg=new je(Xl,"Default",1),$h=new je(Xl,"Immediate",2),Od=new je(Xl,"Bundled",3);Xl.className="AnimationTrigger",Xl.Default=vg,Xl.Immediate=$h,Xl.Bundled=Od;function Xa(a){rr(this),this.H=null,this.Pa=new pn,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)}Ct=Xa.prototype,Ct.clear=function(){for(var a=this.Pa,y=0;y<a.length;y++){var x=a.s[y];x.Ig=null,fs(x)}a.clear(),this.Zq.length=0},Ct.Xe=function(a){this.H=a},Ct.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,rt=this.Pa.iterator;rt.next();){var ot=rt.value;ot instanceof br?E++:ot instanceof gi?b++:ot instanceof Rn?z++:ot instanceof ro?tt++:x++}if(rt="",0<x&&(rt+=x+" Parts "),0<b&&(rt+=b+" Nodes "),0<E&&(rt+=E+" Groups "),0<z&&(rt+=z+" Links "),0<tt&&(rt+=tt+" Adornments "),1<a)for(a=this.Pa.iterator;a.next();)x=a.value,rt+=`
|
|
`+x.toString(),b=x.data,b!==null&&Tr(b)&&(rt+=" #"+Tr(b)),x instanceof gi?rt+=" "+hr(b):x instanceof Rn&&(rt+=" "+hr(x.fromNode)+" "+hr(x.toNode));return y+" "+this.Pa.count+": "+rt},Ct.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=Ot.alloc(),z=this.Pa.s,tt=z.length;tt--;){var rt=z[tt];if((b!==!0||ud(rt)!==!1)&&rt.isVisible()&&(E.assign(a),Kn(E,rt.oe),rt=rt.ic(E,y,x),rt!==null&&(y!==null&&(rt=y(rt)),rt!==null&&(x===null||x(rt)))))return Ot.free(E),rt}return Ot.free(E),null},Ct.ji=function(a,y,x,b){if(y===void 0&&(y=null),x===void 0&&(x=null),b instanceof pn||b instanceof Cn||(b=new Cn),this.Uh===!1)return b;var E=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(E=!0);for(var z=Ot.alloc(),tt=this.Pa.s,rt=tt.length;rt--;){var ot=tt[rt];if((E!==!0||ud(ot)!==!1)&&ot.isVisible()){z.assign(a),Kn(z,ot.oe);var st=ot;ot.ji(z,y,x,b)&&(y!==null&&(st=y(st)),st===null||x!==null&&!x(st)||b.add(st))}}return Ot.free(z),b},Ct.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 pn||E instanceof Cn||(E=new Cn),this.Uh===!1)return E;var z=!1;this.diagram!==null&&this.diagram.viewportBounds.Re(a)&&(z=!0);for(var tt=this.Pa.s,rt=tt.length;rt--;){var ot=tt[rt];if((z!==!0||ud(ot)!==!1)&&ot.isVisible()){var st=ot;ot.Cf(a,y,x,b,E)&&(y!==null&&(st=y(st)),st===null||x!==null&&!x(st)||E.add(st))}}return E},Ct.Nu=function(a,y,x,b,E,z,tt){if(this.Uh===!1)return E;for(var rt=this.Pa.s,ot=rt.length;ot--;){var st=rt[ot];if((tt!==!0||ud(st)!==!1)&&z(st)&&st.isVisible()){var ut=st;st.Cf(a,y,x,b,E)&&(y!==null&&(ut=y(ut)),ut===null||x!==null&&!x(ut)||E.add(ut))}}return E},Ct.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 pn||E instanceof Cn)&&(z=E),E=!0),z instanceof pn||z instanceof Cn||(z=new Cn),this.Uh===!1)return z;var tt=!1;this.diagram!==null&&this.diagram.viewportBounds.ca(a)&&(tt=!0);for(var rt=Ot.alloc(),ot=Ot.alloc(),st=this.Pa.s,ut=st.length;ut--;){var ft=st[ut];if((tt!==!0||ud(ft)!==!1)&&ft.isVisible()){rt.assign(a),Kn(rt,ft.oe),ot.h(a.x+y,a.y),Kn(ot,ft.oe);var vt=ft;ft.og(rt,ot,x,b,E,z)&&(x!==null&&(vt=x(vt)),vt===null||b!==null&&!b(vt)||z.add(vt))}}return Ot.free(rt),Ot.free(ot),z},Ct.Fd=function(a,y){if(this.visible){var x=this.Pa.s,b=x.length;if(b!==0){a=ai();for(var E=ai(),z=0;z<b;z++){var tt=x[z];if(tt.vw=z,tt instanceof Rn){if(tt.fd===!1)continue}else if(tt instanceof ro&&tt.adornedPart!==null)continue;var rt=tt.actualBounds;tt.isVisible()&&mi(rt,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]);Jn(a),Jn(E)}}};function $u(a,y){var x=1;return a.pb!==1&&(x=y.globalAlpha,y.globalAlpha=x*a.pb),x}Ct.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=$u(this,a);var z=this.Zq;z.length=0;for(var tt=y.scale,rt=he.alloc(),ot=0;ot<b;ot++)this.Oj(a,x[ot],y,z,tt,rt,!0);if(he.free(rt),a.isTemporary)for(y=0;y<b;y++)x[y].Gj();a.globalAlpha=E}}};function Yp(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=$u(a,y),rt=a.Zq;rt.length=0;for(var ot=x.scale,st=he.alloc(),ut=0;ut<z;ut++){var ft=E[ut];b.contains(ft)&&a.Oj(y,ft,x,rt,ot,st,!1)}he.free(st),y.globalAlpha=tt}}}Ct.Oj=function(a,y,x,b,E,z,tt){if(tt&&!ud(y))a.Hs(y);else{if(b!==null&&y instanceof Rn&&(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 rt=y.actualBounds;if(b=!1,tt&&y.isVisible()){if(!z.Yc(rt)){a.Hs(y);return}b=!z.Re(rt)}b&&(a.save(),a instanceof _s?a.bk=z.copy():(a.beginPath(),a.rect(z.x,z.y,z.width,z.height),a.clip())),rt.width*E>x.Oq||rt.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&&(ha(y,a,y.areaBackground,!0,!0,z,E),a.fillRect(E.x,E.y,E.width,E.height)),y.areaBackground===null&&y.background===null&&(ha(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),ha(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))}},Ct.g=function(a,y,x,b,E){var z=this.diagram;z!==null&&z.cb(To,a,this,y,x,b,E)},Ct.oi=function(a,y,x){var b=this.Pa;if(y.Ig=this,this===null&&fs(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)),df(this,a,y),a},Ct.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,fs(y),a};function df(a,y,x){if(y=Up(a,y,x),x instanceof br&&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 rt=E[tt];if(rt===x&&(y=tt,0<=b)||0>b&&rt.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&&df(a,-1,y)}x.svg!==null&&x.svg.remove()}function Up(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 rt=y+1,ot=NaN;rt<E&&(ot=a.M(rt).zOrder,!!isNaN(ot));)rt++;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(ot)&&ot<b)for(;;){if(rt===E||ot>=b){if(rt--,rt===y)break;return a.mb(y),a.Gb(rt,x),rt}for(ot=NaN;++rt<E&&(ot=a.M(rt).zOrder,isNaN(ot)););}return y}ln.Object.defineProperties(Xa.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===""&&Qt("Cannot rename default Layer to: "+a),x=x.layers;x.next();)x.value.name===a&&Qt("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)&&Gn(a,"0 <= value <= 1",Xa,"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))}}}),Xa.prototype.findObjectsNear=Xa.prototype.og,Xa.prototype.findObjectsIn=Xa.prototype.Cf,Xa.prototype.findObjectsAt=Xa.prototype.ji,Xa.prototype.findObjectAt=Xa.prototype.ic,Xa.className="Layer";function Re(a,y){if(lm||(ds(),lm=!0),rr(this),Tu=this,this.vb=!0,this.Ka=null,this.ya=this.Aa=0,this.ta=null,la){var x=this,b=function(){x.removeEventListener(Ye.document,"DOMContentLoaded",b,!1),x.setRTL()};Ye.document.body!==null?this.setRTL():x.addEventListener(Ye.document,"DOMContentLoaded",b,!1)}this.ol=null,wf.add("Model",yo);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 rt=z.change;z.modelChange===""&&rt===To&&tt.updateDataBindings(z.object,z.propertyName)}finally{tt.diagram.aa=!0}}},this.Oc=function(z){E.partManager.doModelChanged(z)},this.hu=this.ku=null,Jp(this),this.model=hy(),this.Wg=!0,qp(this),this.layout=new qo,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 um,a!==void 0&&(typeof a=="string"||Ye.Element&&a instanceof Element?Sg(this,a):y=a),this.vb=!1,y&&this.nm(y),this}var td,Tu;function Jp(a){a.Yd=new qs,a.Yd.Xe(a),a.Db=17,a.Gw=!1,a.tn=!1,a.bu="default",a.Wa=new pn,a.pj=new Be,a.nl="default",a.Tx(),a.Sx(),a.pb=1,a.pa=new Ot(NaN,NaN).freeze(),a.du=new Ot(NaN,NaN),a.Ca=1,a.Pp=1,a.zt=new Ot(NaN,NaN).freeze(),a.At=NaN,a.Ot=1e-4,a.Mt=100,a.Ab=new pi,a.zu=new Ot(NaN,NaN).freeze(),a.ut=new he(NaN,NaN,NaN,NaN).freeze(),a.rj=new Si(0,0,0,0).freeze(),a.sj=Ch,a.nu=!1,a.Zt=null,a.fu=null,a.yh=ps,a.zk=Ao,a.Fg=ps,a.pq=Ao,a.yt=Ui,a.Bt=Ui,a.Fc=!0,a.pn=!1,a.De=new Cn,a.Eh=new Be,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 Da,a.bq.diagram=a,a.Qg=new Da,a.Qg.diagram=a,a.cj=new Da,a.cj.diagram=a,a.zg=null,a.pf=null,a.qu=!1,ev(a),a.ai=new Cn,a.Ht=!0,a.uu=Lh,a.pw=!1,a.wu=Ac,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 Be,a.Xn=new pn,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 Cn().freeze(),a.Nt=999999999,a.nw=new Cn().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 Cn,a.ow=new Cn,a.Xh=null,a.aw=new Yt(8,8),a.bw=999,a.Bw=1,a.Jw=0,a.fc={scale:1,position:new Ot,bounds:new he,Py:new Yt,bA:new Yt,Oz:!1},a.fc.canvasSize=a.fc.Py,a.fc.newCanvasSize=a.fc.bA,a.fc.isScroll=!1,a.Rw=new he(NaN,NaN,NaN,NaN).freeze(),a.wo=new Yt(NaN,NaN).freeze(),a.Sp=new he(NaN,NaN,NaN,NaN).freeze(),a.It=!1,a.Lg=new Be;var y=new gi,x=new Oo;x.bind(new Sa("text","",hr)),y.add(x),a.ny=y,a.Lg.add("",y),y=new gi,x=new Oo,x.stroke="brown",x.bind(new Sa("text","",hr)),y.add(x),a.Lg.add("Comment",y),y=new gi,y.selectable=!1,y.avoidable=!1,x=new Er,x.figure="Ellipse",x.fill="black",x.stroke=null,x.desiredSize=new Yt(3,3).ja(),y.add(x),a.Lg.add("LinkLabel",y),a.Yi=new Be,y=new br,y.selectionObjectName="GROUPPANEL",y.type=Nn.Vertical,x=new Oo,x.font="bold 12pt sans-serif",x.bind(new Sa("text","",hr)),y.add(x),x=new Nn(Nn.Auto),x.name="GROUPPANEL";var b=new Er;b.figure="Rectangle",b.fill="rgba(128,128,128,0.2)",b.stroke="black",x.add(b),b=new bs,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 Be,y=new Rn,x=new Er,x.isPanelMain=!0,y.add(x),x=new Er,x.toArrow="Standard",x.fill="black",x.stroke=null,x.strokeWidth=0,y.add(x),a.my=y,a.Kh.add("",y),y=new Rn,x=new Er,x.isPanelMain=!0,x.stroke="brown",y.add(x),a.Kh.add("Comment",y),y=new ro,y.type=Nn.Auto,x=new Er,x.fill=null,x.stroke="dodgerblue",x.strokeWidth=3,y.add(x),x=new bs,x.margin=new Si(1.5,1.5,1.5,1.5).ja(),y.add(x),a.St=y,a.wt=y,y=new ro,y.type=Nn.Link,x=new Er,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 yo,a.toolManager=new wo,a.toolManager.initializeStandardTools(),a.defaultTool=a.toolManager,a.currentTool=a.defaultTool,a.nt=null,a.Wm=new at,a.Vt=null,a.Wt=null,a.Mr=!1,a.commandHandler=Qp(),a.eq=null,a.fq=yi,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 Ot,a.zy=500,a.wp=new Ot,a.wq=!1}Re.prototype.clear=function(){this.animationManager.Cc(),this.model.clear(),Wd=null,od="",yg(this,!1),this.Xn.clear(),Of(),this.Og.clear(),this.Xh=null,this.Ya(),this.Va(),this.N()};function yg(a,y){a.animationManager.Cc(!0),a.Hw=new Cn().freeze(),a.nw=new Cn().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 rt=a.Wa.s[y].parts;rt.next();){var ot=rt.value;ot!==E&&ot.data===null&&z.push(ot)}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(),Of(),a.Og.clear(),so=[],E!==null&&(a.add(E),a.partManager.parts.remove(E)),b&&(a.skipsUndoManager=x),z}function Qp(){return null}Re.prototype.reset=function(){this.clear(),this.vb=!0,Jp(this),wu(this),this.Wg=!0,qp(this),this.layout=new qo,this.Wg=!1,this.model=hy(),this.model.undoManager=new Xo,this.vb=this.rn=!1,this.N()},Re.prototype.setRTL=function(a){a=a===void 0?this.div:a,a===null&&(a=Ye.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},Re.prototype.setScrollWidth=function(a){a=a===void 0?this.div:a,a===null&&(a=Ye.document.body);var y=0;if(la){var x=sm;y=td,x===null&&(x=sm=Yn("p"),x.style.width="100%",x.style.height="200px",x.style.boxSizing="content-box",y=td=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||jr||(y=11)}this.Db=y,this.Gw=!0},Re.prototype.qb=function(a){a.classType===Re&&(this.autoScale=a)},Re.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 Sg(a,y){if(la){if(y!=null||Qt("Diagram setup requires an argument DIV."),a.Ka!==null&&Qt("Diagram has already completed setup."),typeof y=="string"?a.Ka=Ye.document.getElementById(y):y instanceof HTMLDivElement?a.Ka=y:Qt("No DIV or DIV id supplied: "+y),a.Ka===null&&Qt("Invalid DIV id; could not get element with id: "+y),a.Ka.H!==void 0&&Qt("Invalid div id; div already has a Diagram associated with it."),!a.ol&&Ye.ResizeObserver){var x=Pi(function(){a.$b()},250);a.ol=new Ye.ResizeObserver(function(){x()}),a.ol.observe(a.Ka)}Ye.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=Ye.go;var E=new Il(a);if(E.style!==void 0&&(E.style.position="absolute",E.style.top="0px",E.style.left="0px",Ye.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),Ag(a,a.Aa,a.ya),a.Ka.insertBefore(E.Oa,a.Ka.firstChild),E=new Il(null),E.width=1,E.height=1,a.jw=E,a.oy=E.context,la){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=$p,E.addEventListener("pointerdown",tm),E.H=a,E.uy=!0,E.vy=!0,a.ku=E,a.hu=z}a.hk=Pi(function(){a.Yh=null,a.N()},300),a.Ov=Pi(function(){xg(a)},250),a.preventDefault=function(tt){return tt.preventDefault(),!1},a.$j=function(tt){if(a.isEnabled){var rt=yl(a,tt,!0);rt.bubbles=!0;var ot=0,st=0;rt.delta=0,tt.deltaX!==void 0?(tt.deltaX!==0&&(ot=0<tt.deltaX?1:-1),tt.deltaY!==0&&(st=0<tt.deltaY?1:-1),rt.delta=Math.abs(tt.deltaX)>Math.abs(tt.deltaY)?-ot:-st):tt.wheelDeltaX!==void 0?(tt.wheelDeltaX!==0&&(ot=0<tt.wheelDeltaX?-1:1),tt.wheelDeltaY!==0&&(st=0<tt.wheelDeltaY?-1:1),rt.delta=Math.abs(tt.wheelDeltaX)>Math.abs(tt.wheelDeltaY)?-ot:-st):tt.wheelDelta!==void 0&&tt.wheelDelta!==0&&(rt.delta=0<tt.wheelDelta?1:-1),a.doMouseWheel(),Yl(rt,tt)}},a.aA=function(tt){a.isEnabled&&(a.Vk=!1,yl(a,tt,!0),tt=a.currentTool,tt.cancelWaitAfter(),tt.standardMouseOver())},a.ui=function(tt){if(a.isEnabled){a.Vk=!0;var rt=a.Yt;rt[tt.pointerId]===void 0&&(rt[tt.pointerId]=tt),rt=a.oj;var ot=!1;if(rt[0]===null||rt[0].pointerId!==tt.pointerId&&rt[0].pointerType===tt.pointerType)if(rt[1]!==null&&rt[1].pointerId===tt.pointerId)rt[1]=tt,ot=!0;else if(rt[0]===null)rt[0]=tt;else if(rt[1]===null)rt[1]=tt,ot=!0;else{tt.preventDefault();return}else rt[0]=tt;(rt=tt.pointerType==="touch"||tt.pointerType==="pen")&&(a.qu=!1,a.wq=!0);var st=ot;ot=Lg(a,tt,!0,!1,!0,st),Rd(a,tt,ot),ot.targetDiagram=Cg(tt,tt.target),ot.targetObject=null,st||ot.clone(a.bq),st=a.uw,rt=rt?25:10,tt.timeStamp-a.tw<a.zy&&!(Math.abs(st.x-tt.screenX)>rt||Math.abs(st.y-tt.screenY)>rt)?a.yq++:a.yq=1,ot.clickCount=a.yq,a.tw=tt.timeStamp,a.uw.sg(tt.screenX,tt.screenY),a.doMouseDown(),tt.button===1?tt.preventDefault():Yl(ot,tt)}},a.dk=function(tt){if(a.isEnabled){a.Vk=!0;var rt=a.oj;if(rt[0]===null||rt[0].pointerId!==tt.pointerId&&rt[0].pointerType===tt.pointerType){if(rt[1]!==null&&rt[1].pointerId===tt.pointerId){rt[1]=tt;return}if(rt[0]===null)rt[0]=tt;else return}else rt[0]=tt;if(rt[0].pointerId===tt.pointerId){rt=Lg(a,tt,!1,!1,!1,rt[1]!==null);var ot=Ye.document.elementFromPoint(tt.clientX,tt.clientY)||null;ot!==null&&ot.shadowRoot!==void 0&&ot.shadowRoot!==null&&(ot=ot.shadowRoot.elementFromPoint(tt.clientX,tt.clientY));var st=a,ut=tt;ot&&ot.H&&(ut=tt,st=ot.H),rt.targetDiagram=st,Rd(a,ut,rt),rt.targetObject=null,a.doMouseMove(),Yl(rt,tt)}}},a.fk=function(tt){if(a.isEnabled){a.Vk=!0;var rt=tt.pointerType==="touch"||tt.pointerType==="pen",ot=a.Yt;if(rt&&a.qu)delete ot[tt.pointerId],tt.preventDefault();else if(ot=a.oj,ot[0]===null||ot[0].pointerId!==tt.pointerId&&ot[0].pointerType===tt.pointerType)ot[1]!==null&&ot[1].pointerId===tt.pointerId&&(ot[1]=null);else{ot[0]=null,ot=Lg(a,tt,!1,!0,!0,!1);var st=Ye.document.elementFromPoint(tt.clientX,tt.clientY)||null;st!==null&&st.shadowRoot!==void 0&&st.shadowRoot!==null&&(st=st.shadowRoot.elementFromPoint(tt.clientX,tt.clientY)),st!==null&&st.H instanceof Re&&st.H!==a&&Rd(st.H,tt,ot),st===null&&(st=tt.target),Rd(a,tt,ot),ot.clickCount=a.yq,ot.targetDiagram=Cg(tt,st),ot.targetObject=null,a.doMouseUp(),Yl(ot,tt),rt&&(a.wq=!1)}}},a.ek=function(tt){if(a.isEnabled){a.Vk=!1;var rt=a.Yt;rt[tt.pointerId]&&delete rt[tt.pointerId],rt=a.oj,rt[0]!==null&&rt[0].pointerId===tt.pointerId&&(rt[0]=null),rt[1]!==null&&rt[1].pointerId===tt.pointerId&&(rt[1]=null),tt.pointerType!=="touch"&&tt.pointerType!=="pen"&&(tt=a.currentTool,tt.cancelWaitAfter(),tt.standardMouseOver())}},a.ck=function(tt){var rt=a.oj;rt[0]!==null&&rt[0].pointerId===tt.pointerId?(rt[0]=null,a.wq=!1):rt[1]!==null&&rt[1].pointerId===tt.pointerId&&(rt[1]=null)},a.Vp=b.Z["d"+Fc[1]+Fc[2]+"wI"+Vd.slice(1,5)]["b"+Tx.slice(1,y)](b.Z,Ec,y,y),b.Vc(!0),tv(a),a.nl==="svg"&&(y=a.pj.get("svg"),a.Ka.appendChild(y.Oa),a.ib=y.context)}}Re.prototype.addEventListener=function(a,y,x,b){a.addEventListener(y,x,{capture:b,passive:!1})},Re.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(Ye,"resize",a.Ov,!1)}function Ds(a){30<a.Sq&&(a.Yh=1)}function wc(a,y){a.Yh!==null&&(a.Yh=null,y&&a.hk(),Wr&&Wr.nx||(a.Sq=0,a.zw=[0,0,0,0,0],a.Tq=0))}Re.prototype.computePixelRatio=function(){return this.Yh!==null?this.Yh:Ye.devicePixelRatio||1},Re.prototype.doMouseMove=function(){this.currentTool.doMouseMove()},Re.prototype.doMouseDown=function(){this.currentTool.doMouseDown()},Re.prototype.doMouseUp=function(){this.currentTool.doMouseUp()},Re.prototype.doMouseWheel=function(){this.currentTool.doMouseWheel()},Re.prototype.doKeyDown=function(){this.currentTool.doKeyDown()},Re.prototype.doKeyUp=function(){this.currentTool.doKeyUp()},Re.prototype.doFocus=function(){this.focus()},Re.prototype.focus=function(){if(this.ta)if(this.scrollsPageOnFocus)this.ta.focus();else{var a=Ye.scrollX||Ye.pageXOffset,y=Ye.scrollY||Ye.pageYOffset;this.ta.focus(),Ye.scrollTo(a,y)}},Re.prototype.Oy=function(){this.H.R("GainedFocus")},Re.prototype.Ny=function(){this.H.R("LostFocus")};function xg(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===ps&&(a.Jk=!0,y.C()),a.ld||a.$b())}}}function qp(a){var y=new Xa;y.name="Background",a.Al(y),y=new Xa,y.name="",a.Al(y),y=new Xa,y.name="Foreground",a.Al(y),y=new Xa,y.name="Adornment",y.isTemporary=!0,y.isInDocumentBounds=!1,a.Al(y),y=new Xa,y.name="Tool",y.isTemporary=!0,y.isInDocumentBounds=!0,a.Al(y),y=new Xa,y.name="Grid",y.allowSelect=!1,y.pickable=!1,y.isTemporary=!0,y.isInDocumentBounds=!1,a.Ww(y,a.Qj("Background"))}function _p(a){var y=new Nn(Nn.Grid);y.name="GRID";var x=new Er;return x.figure="LineH",x.stroke="lightgray",x.strokeWidth=.5,x.interval=1,y.add(x),x=new Er,x.figure="LineH",x.stroke="gray",x.strokeWidth=.5,x.interval=5,y.add(x),x=new Er,x.figure="LineH",x.stroke="gray",x.strokeWidth=1,x.interval=10,y.add(x),x=new Er,x.figure="LineV",x.stroke="lightgray",x.strokeWidth=.5,x.interval=1,y.add(x),x=new Er,x.figure="LineV",x.stroke="gray",x.strokeWidth=.5,x.interval=5,y.add(x),x=new Er,x.figure="LineV",x.stroke="gray",x.strokeWidth=1,x.interval=10,y.add(x),x=new Yi,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 $p(){this.H.gu?this.H.gu=!1:this.H.isEnabled?this.H.kx(this):Hd(this.H)}function tm(a){this.H.isEnabled?(this.H.lu=a.target.scrollTop,this.H.ju=a.target.scrollLeft):Hd(this.H)}Re.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,rt=b.y-z.top,ot=b.width+z.left+z.right,st=b.height+z.top+z.bottom,ut=b.right+z.right;z=b.bottom+z.bottom;var ft=E.x;b=E.y;var vt=E.width,xt=E.height,bt=E.right,Tt=E.bottom;E=this.scale;var Xt=a.scrollLeft;if(this.tn)switch(this.bu){case"negative":Xt=Xt+a.scrollWidth-a.clientWidth;break;case"reverse":Xt=a.scrollWidth-Xt-a.clientWidth}var Zt=Xt;vt<ot||xt<st?(Xt=Ot.allocAt(this.position.x,this.position.y),this.allowHorizontalScroll&&this.ju!==Zt&&(Xt.x=Zt/E+tt,this.ju=Zt),this.allowVerticalScroll&&this.lu!==a.scrollTop&&(Xt.y=a.scrollTop/E+rt,this.lu=a.scrollTop),this.position=Xt,Ot.free(Xt),this.Ee=this.qr=!1):(Xt=Ot.alloc(),a.uy&&this.allowHorizontalScroll&&(tt<ft&&(this.position=Xt.h(Zt+tt,this.position.y)),ut>bt&&(this.position=Xt.h(-(y.scrollWidth-this.Aa)+Zt-this.Aa/E+ut,this.position.y))),a.vy&&this.allowVerticalScroll&&(rt<b&&(this.position=Xt.h(this.position.x,a.scrollTop+rt)),z>Tt&&(this.position=Xt.h(this.position.x,-(y.scrollHeight-this.ya)+a.scrollTop-this.ya/E+z))),Ot.free(Xt),this.vd=!0,this.Ee=this.qr=!1,b=this.documentBounds,E=this.viewportBounds,ut=b.right,bt=E.right,z=b.bottom,Tt=E.bottom,tt=b.x,ft=E.x,rt=b.y,b=E.y,vt>=ot&&tt>=ft&&ut<=bt&&(x.style.width="1px"),xt>=st&&rt>=b&&z<=Tt&&(x.style.height="1px"))}},Re.prototype.computeBounds=function(a){return a===void 0&&(a=new he),os(this),Pg(this,a)};function Pg(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 rt=tt.length,ot=0;ot<rt;ot++){var st=tt[ot];st.isInDocumentBounds&&st.isVisible()&&(st=st.actualBounds,st.w()&&(x?(x=!1,y.assign(st)):y.ed(st)))}}}return x&&y.h(0,0,0,0),y.Co(a.yb),y}Re.prototype.computePartsBounds=function(a,y){y===void 0&&(y=!1);var x=null;if(ri(a))for(var b=0;b<a.length;b++){var E=a[b];!y&&E instanceof Rn||(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 Rn||(b.Va(),x===null?x=b.actualBounds.copy():x.ed(b.actualBounds));return x===null?new he(NaN,NaN,0,0):x};function Bl(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=Ot.alloc(),x.xi(a.documentBounds,a.initialDocumentSpot);var b=a.viewportBounds;b=he.allocAt(0,0,b.width,b.height);var E=Ot.alloc();E.xi(b,a.initialViewportSpot),E.h(x.x-E.x,x.y-E.y),a.position=E,he.free(b),Ot.free(E),Ot.free(x)}x=a.yh,y&&a.Fg!==ps&&(x=a.Fg);var z=x!==ps?Id(a,x):a.scale;x=a.pa.x,b=a.pa.y,E=a.Aa/z;var tt=a.ya/z,rt=a.zk,ot=a.pq;y&&!rt.sb()&&(ot.sb()||ot.Xb())&&(rt=ot.Xb()?xi:ot),wg(a,a.documentBounds,E,tt,rt,y),y=a.scale,a.scale=z,a.vb=!1,z=a.viewportBounds,ce.B(z.x,x)&&ce.B(z.y,b)&&ce.B(z.width,E)&&ce.B(z.height,tt)||a.onViewportBoundsChanged(new he(x,b,E,tt),z,y,!1)}}function Id(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),rt=z/E,ot=tt/b;return y===al?(y=Math.min(ot,rt),y>x&&(y=x),y<a.minScale&&(y=a.minScale),y>a.maxScale&&(y=a.maxScale),y):y===ad?(y=ot>rt?(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}Re.prototype.zoomToFit=function(){var a=this.sj;this.sj=Ch,this.scale=Id(this,al),a!==Ch&&(Bl(this,!1),wg(this,this.documentBounds,this.Aa/this.Ca,this.ya/this.Ca,this.zk,!1)),this.sj=a},Ct=Re.prototype,Ct.BA=function(a,y){y===void 0&&(y=al);var x=a.width,b=a.height;if(!(x===0||b===0||isNaN(x)&&isNaN(b))){var E=1;if(y===al||y===ad)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===ad?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 Ot(a.x,a.y)}},Ct.Jy=function(a,y){this.Va();var x=this.documentBounds,b=this.viewportBounds;this.position=new Ot(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))},Ct.zz=function(a){if(a instanceof ye){this.eq=a;var y=Ot.alloc();this.fq=this.op(a.ga(Ui,y)),Ot.free(y)}else this.eq=null,this.fq=yi};function wg(a,y,x,b,E,z){var tt=Ot.allocAt(a.pa.x,a.pa.y),rt=tt.x,ot=tt.y;if(a.eq!==null){var st=Ot.alloc();st=a.eq.ga(Ui,st),rt=st.x-a.fq.x/a.scale,ot=st.y-a.fq.y/a.scale,E=Ii,Ot.free(st)}(z||a.scrollMode===Ch)&&(E.sb()&&(x>y.width&&(rt=y.x+(E.x*y.width+E.offsetX)-(E.x*x-E.offsetX)),b>y.height&&(ot=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?(rt=Math.min(rt+x/2,y.right+Math.max(z,E.right)-x/2),rt=Math.max(rt,y.left-Math.max(z,E.left)+x/2),rt-=x/2):rt>y.left?rt=y.left:rt<y.right-x&&(rt=y.right-x),x=b-y.height,b<y.height+E.top+E.bottom?(ot=Math.min(ot+b/2,y.bottom+Math.max(x,E.bottom)-b/2),ot=Math.max(ot,y.top-Math.max(x,E.top)+b/2),ot-=b/2):ot>y.top?ot=y.top:ot<y.bottom-b&&(ot=y.bottom-b)),tt.x=isFinite(rt)?rt:-a.yb.left,tt.y=isFinite(ot)?ot:-a.yb.top,a.positionComputation!==null&&(y=a.positionComputation(a,tt),tt.x=y.x,tt.y=y.y),Vp(a.Yd,a.pa,tt),a.pa.h(tt.x,tt.y),wu(a),Ot.free(tt)}Ct.Ol=function(a,y){if(y===void 0&&(y=!0),y){if(a=Du(this,a,function(x){return x.part},function(x){return x.canSelect()}),a instanceof Yi)return a}else if(a=Du(this,a,function(x){return x.part}),a instanceof Yi)return a;return null},Ct.ic=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null),os(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 Du(a,y,x,b){for(x===void 0&&(x=null),b===void 0&&(b=null),os(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}Ct.lz=function(a,y,x){return y===void 0&&(y=!0),Cc(this,a,function(b){return b.part},y?function(b){return b instanceof Yi&&b.canSelect()}:null,x)};function Cc(a,y,x,b,E){for(x===void 0&&(x=null),b===void 0&&(b=null),E instanceof pn||E instanceof Cn||(E=new Cn),os(a),a=a.Wa.iteratorBackwards;a.next();){var z=a.value;z.visible&&!z.isTemporary&&z.ji(y,x,b,E)}return E}Ct.ji=function(a,y,x,b){y===void 0&&(y=null),x===void 0&&(x=null),b instanceof pn||b instanceof Cn||(b=new Cn),os(this);for(var E=this.Wa.iteratorBackwards;E.next();){var z=E.value;z.visible&&z.ji(a,y,x,b)}return b},Ct.ux=function(a,y,x,b){return y===void 0&&(y=!1),x===void 0&&(x=!0),cf(this,a,function(E){return E instanceof Yi&&(!x||E.canSelect())},y,b)},Ct.Cf=function(a,y,x,b,E){y===void 0&&(y=null),x===void 0&&(x=null),b===void 0&&(b=!1),E instanceof pn||E instanceof Cn||(E=new Cn),os(this);for(var z=this.Wa.iteratorBackwards;z.next();){var tt=z.value;tt.visible&&tt.Cf(a,y,x,b,E)}return E},Ct.Nu=function(a,y,x,b,E,z){var tt=new Cn;os(this);for(var rt=this.Wa.iteratorBackwards;rt.next();){var ot=rt.value;ot.visible&&ot.Nu(a,y,x,b,tt,E,z)}return tt};function cf(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 pn||E instanceof Cn||(E=new Cn),os(a),a=a.Wa.iteratorBackwards;a.next();){var tt=a.value;tt.visible&&!tt.isTemporary&&tt.Cf(y,z,x,b,E)}return E}Ct.mz=function(a,y,x,b,E){return x===void 0&&(x=!0),b===void 0&&(b=!0),Lc(this,a,y,function(z){return z instanceof Yi&&(!b||z.canSelect())},x,E)},Ct.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 pn||E instanceof Cn)&&(z=E),E=!0),z instanceof pn||z instanceof Cn||(z=new Cn),os(this);for(var tt=this.Wa.iteratorBackwards;tt.next();){var rt=tt.value;rt.visible&&rt.og(a,y,x,b,E,z)}return z};function Lc(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 pn||E instanceof Cn)&&(z=E),E=!0),z instanceof pn||z instanceof Cn||(z=new Cn),os(a),a=a.Wa.iteratorBackwards;a.next();){var rt=a.value;rt.visible&&!rt.isTemporary&&rt.og(y,x,tt,b,E,z)}return z}Re.prototype.acceptEvent=function(a){return yl(this,a,a instanceof MouseEvent)};function yl(a,y,x){var b=a.Qg;return a.Qg=a.cj,a.cj=b,b.diagram=a,b.event=y,x?Rd(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),jr&&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=Cg(y,y.target),b.targetObject=null,b}function Cg(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 Lg(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,jr&&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 Yl(a,y){return a.bubbles?!0:(y.stopPropagation!==void 0&&y.stopPropagation(),y.cancelable!==!1&&y.preventDefault(),y.cancelBubble=!0,!1)}Re.prototype.Qz=function(a){var y=this.H;if(!this.H.isEnabled)return!1;var x=yl(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(),Yl(x,a)},Re.prototype.Rz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=yl(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(),Yl(x,a)},Re.prototype.bz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=yl(y,a,!0);return y.mouseEnter!==null&&y.mouseEnter(x),y.currentTool.standardMouseOver(),Yl(x,a)},Re.prototype.cz=function(a){var y=this.H;if(!y.isEnabled)return!1;var x=yl(y,a,!0);return y.mouseLeave!==null&&y.mouseLeave(x),Yl(x,a)},Re.prototype.getMouse=function(a){var y=this.ta;if(y===null)return new Ot(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?Kn(new Ot(y,a),this.Ab):new Ot(y,a)};function Rd(a,y,x){var b=a.ta,E=a.Aa,z=a.ya,tt=0,rt=0;b!==null&&(b=b.getBoundingClientRect(),tt=y.clientX-E/b.width*b.left,rt=y.clientY-z/b.height*b.top),x.viewPoint.h(tt,rt),a.Ab!==null?(y=Ot.allocAt(tt,rt),a.Ab.Cd(y),x.documentPoint.assign(y),Ot.free(y)):x.documentPoint.h(tt,rt)}function bg(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))}}Re.prototype.Ya=function(){this.Zi||(this.Zi=!0,this.$b(!1))};function em(a){a.ld||os(a),a.Va()}Re.prototype.redraw=function(){this.vb||this.ld||(this.N(),this.bd())},Ct=Re.prototype,Ct.Pz=function(){return this.kg},Ct.Xy=function(a){a===void 0&&(a=null);var y=this.animationManager,x=y.isEnabled;y.Cc(),y.isEnabled=!1,Sl(this),this.hf=!1,this.du=new Ot(NaN,NaN),y.isEnabled=x,this.ld=!0;var b=this;a!==null&&dr(function(){b.ld=!1,Nu(y,"Model"),a(b)},1)},Ct.$b=function(a){if(a===void 0&&(a=!1),this.kg!==!0&&!(this.vb||a===!1&&this.ld)){this.kg=!0;var y=this;Ye.requestAnimationFrame(function(){y.kg&&y.bd()})}},Ct.bd=function(){(!this.fn||this.kg)&&(this.fn&&(this.fn=!1),Sl(this))};function ed(a,y,x){!a.Ee||a.vb||a.animationManager.defaultAnimation.isAnimating||Hd(a)||(y&&os(a),x&&Bl(a,!1))}function Sl(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 rt=E[tt];Aa(rt,!1),rt.v()}b.clear()}b=a.ow,0<b.count&&(b.each(function(ot){ot.Nv()}),b.clear()),E=b=!1,x.defaultAnimation.isAnimating&&(E=!0,b=a.skipsUndoManager,a.skipsUndoManager=!0),x.zb||xg(a),ed(a,!1,!0),a.fe!==null&&(a.fe.visible&&!a.mq&&(Pu(a),a.mq=!0),!a.fe.visible&&a.mq&&(a.mq=!1)),os(a),z=!1,(!a.hf||a.xh)&&(a.hf?Og(a,!a.Jk):(a.Ea("Initial Layout"),x.isEnabled===!1&&x.Cc(),Og(a,!1)),z=!0),a.Jk=!1,os(a),a.ou||em(a),ed(a,!0,!1),tt=!1,z?(x=he.alloc(),x.assign(a.viewportBounds),a.hf||(tt=a.hf=!0,a.skipsUndoManager||(a.undoManager.isPendingClear=!0),a.undoManager.isPendingUnmodified=!0,Mg(a)),a.R("LayoutCompleted"),ed(a,!0,!1),he.free(x)):x.Ok&&x.Qw&&(a.Fg!==ps?a.scale=Id(a,a.Fg):a.yh!==ps?a.scale=Id(a,a.yh):(x=a.initialScale,isFinite(x)&&0<x&&(a.scale=x)),Bl(a,!0)),z&&tt&&a.eb("Initial Layout"),os(a),y||a.gc(a.ib),E&&(a.skipsUndoManager=b),a.ld=!1}}function Mg(a){if(a.Fg!==ps)a.scale=Id(a,a.Fg);else if(a.yh!==ps)a.scale=Id(a,a.yh);else{var y=a.initialScale;isFinite(y)&&0<y&&(a.scale=y)}Bl(a,!0),y=a.Wa.s,a.Fd(y,y.length,a,a.viewportBounds),a.R("InitialLayoutCompleted"),a.du.assign(a.pa),Pu(a)}function os(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 Cn,a.Nv(x,a.De)}a.nodes.each(function(b){b instanceof br&&b.U&65536&&(b.U=b.U^65536)})}}Ct.Nv=function(a,y){for(a.reset();a.next();){var x=a.value;!x.Zc()||x instanceof br||(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x))}for(a.reset();a.next();)x=a.value,x instanceof br&&x.isVisible()&&bc(this,x);for(a.reset();a.next();)x=a.value,x instanceof Rn&&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 ro&&x.isVisible()&&(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x))};function bc(a,y){for(var x=ai(),b=ai(),E=y.memberParts;E.next();){var z=E.value;z.isVisible()&&(z instanceof br?(ll(z)||Cs(z)||ld(z))&&bc(a,z):z instanceof Rn?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(Jn(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();Jn(b)}Ct.Fd=function(a,y,x,b){if(this.vd||this.animationManager.isAnimating)for(var E=0;E<y;E++)a[E].Fd(x,b)},Ct.gc=function(a){if(this.Ka!==null){if(this.ta===null&&Qt("No canvas specified"),this.nl==="svg"){if(this.Ka!==null){var y=this.animationManager;if(!y.zb&&(!y.isAnimating||y.isTicking)){jd(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,rt=this.Ab;for(rt.reset(),E!==1&&rt.scale(E),y.x===0&&y.y===0||rt.translate(-z,-tt),a.ti=null,Uy(a,rt.m11,rt.m12,rt.m21,rt.m22,rt.dx,rt.dy),this.pb!==1&&(a.globalAlpha=this.pb),Ph(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?Kd(this.Yf,this)&&(a=this.Vp()):a=!0,a&&(pi.prototype.Cd=pi.prototype.Eu),this.Fc=this.vd=!1}}}}else t:if(z=this.animationManager,!z.zb&&(!z.isAnimating||z.isTicking)&&(x=new Date,jd(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,rt=this.pa;var ot=this.Ca,st=Math.round(rt.x*ot)/ot,ut=Math.round(rt.y*ot)/ot;for(ot!==1&&z.scale(ot),rt.x===0&&rt.y===0||z.translate(-st,-ut),a.setTransform(tt,0,0,tt,0,0),a.clearRect(0,0,this.Aa,this.ya),this.pb!==1&&(a.globalAlpha=this.pb),Ph(this,a),rt=0;rt<E;rt++)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[rt].gc(a,this);if(y=!1,this.Yf?Kd(this.Yf,this)&&(y=this.Vp()):y=!0,y&&(pi.prototype.Cd=pi.prototype.Eu),b?(this.ib.Vc(!0),this.vd=!0):this.Fc=this.vd=!1,y=+new Date-+x,b=Wr&&Wr.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 ff(a,y,x,b,E,z,tt,rt,ot,st){if(a.Ka!==null){a.ta===null&&Qt("No canvas specified"),tt===void 0&&(tt=null),rt===void 0&&(rt=null),ot===void 0&&(ot=!1),st===void 0&&(st=!1),jd(a),a.ib.Vc(!0),a.vd=!0,a.$i=!0;var ut=a.Ca;a.Ca=E;var ft=a.Wa.s,vt=ft.length;try{var xt=new he(z.x,z.y,b.width/E,b.height/E),bt=xt.copy();bt.Co(x),Pu(a,bt),os(a),a.Fd(ft,vt,a,xt),y.setTransform(1,0,0,1,0,0),y.clearRect(0,0,b.width,b.height),rt!==null&&rt!==""&&(y.fillStyle=rt,y.ox(0,0,b.width,b.height));var Tt=a.Mb;y.scale(Tt,Tt);var Xt=pi.alloc();Xt.reset(),Xt.translate(x.left,x.top),Xt.scale(E),z.x===0&&z.y===0||Xt.translate(-z.x,-z.y),y.setTransform(Xt.m11,Xt.m12,Xt.m21,Xt.m22,Xt.dx,Xt.dy),y.yc(),y instanceof _s&&Uy(y,Xt.m11,Xt.m12,Xt.m21,Xt.m22,Xt.dx,Xt.dy),pi.free(Xt),Ph(a,y),y.globalAlpha=a.pb;var Zt=a.Qj("Grid");if(tt){var qt=new Cn,_t=tt.iterator;for(_t.reset();_t.next();){var ee=_t.value;ee instanceof Yi&&(st||ee.layer!==Zt)&&(ee.Gj(),qt.add(ee))}for(st=0;st<vt;st++)Yp(ft[st],y,a,qt,ot);qt.each(function(Ie){return Ie.Gj()})}else for(qt=0;qt<vt;qt++){var me=ft[qt];me===Zt?st&&me.gc(y,a,!0):me.gc(y,a,ot)}a.$i=!1,a.Yf&&Kd(a.Yf,a)&&a.Vp()}finally{a.Ca=ut,a.ib.Vc(!0),a.vd=!0,a.Fd(ft,vt,a,a.viewportBounds),Pu(a),a.ib instanceof _s&&(a.ib.Nj.PA(),a.redraw())}}}Ct.Gf=function(a){return this.Rg[a]},Ct.Xx=function(a,y){a==="minDrawingLength"&&(this.Oq=y),this.Rg[a]=y,this.redraw()},Ct.Tx=function(){this.Rg=new Wi,this.Rg.drawShadows=!0,this.Rg.textGreeking=!0,this.Rg.viewportOptimizations=!(jr||Fr),this.Rg.temporaryPixelRatio=!0,this.Rg.pictureRatioOptimization=!0,this.Oq=this.Rg.minDrawingLength=1};function Ph(a,y){a=a.Rg,a!==null&&(a.imageSmoothingEnabled!==void 0&&y.Wx(!!a.imageSmoothingEnabled),a=a.defaultFont,a!=null&&(y.font=a))}Ct.Ql=function(a){return this.on[a]},Ct.sA=function(a,y){this.on[a]=y},Ct.Sx=function(){this.on=new Wi,this.on.extraTouchArea=10,this.on.extraTouchThreshold=10,this.on.hasGestureZoom=!0},Ct.set=function(a){return Object.assign(this,a),this},Ct.Du=function(a){return this.nm(a)},Ct.nm=function(a){return zd(this,a),this};function zd(a,y){var x=a instanceof Nn,b=a instanceof Re,E;for(E in y){E===""&&Qt("Setting properties requires non-empty property names");var z=a,tt=E;if(x||b){var rt=E.indexOf(".");if(0<rt){var ot=E.substring(0,rt);x?z=a.fb(ot):(z=a[ot],z==null&&(z=a.toolManager[ot])),Xe(z)?tt=E.substr(rt+1):Qt("Unable to find object named: "+ot+" in "+a.toString()+" when trying to set property: "+E)}}if(tt[0]!=="_"&&!tr(z,tt))if(b&&tt==="ModelChanged"){a.Yw(y[tt]);continue}else if(b&&tt==="Changed"){a.Pe(y[tt]);continue}else if(b&&tr(a.toolManager,tt))z=a.toolManager;else if(b&&rm(a,tt)){a.Bj(tt,y[tt]);continue}else if(a instanceof Hi&&tt==="Changed"){a.Pe(y[tt]);continue}else Qt('Trying to set undefined property "'+tt+'" on object: '+z.toString());z[tt]=y[E],tt[0]==="_"&&z instanceof ye&&z.Vw(tt)}}Ct.bx=function(){if(this.Eh.count!==0&&!(1<this.undoManager.transactionLevel)){for(;0<this.Eh.count;){var a=this.Eh;for(this.Eh=new Be,a=a.iterator;a.next();){var y=a.key;y.Xo(a.value),y.qc()}}this.N()}},Ct.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")},Re.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!==kc&&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=he.alloc(),Bg(this,this.computeBounds(b)),he.free(b)),b=this.ta,b===null||b instanceof Cu)))){var tt=this.Mb;E=this.Aa*tt;var rt=this.ya*tt,ot=this.scale*tt;z=Math.round(Math.round(y.x*ot)-Math.round(a.x*ot)),y=Math.round(Math.round(y.y*ot)-Math.round(a.y*ot)),ot=this.jw,a=this.oy,ot.width!==E&&(ot.width=E),ot.height!==rt&&(ot.height=rt),a.clearRect(0,0,E,rt),ot=190*tt;var st=70*tt,ut=Math.max(z,0),ft=Math.max(y,0),vt=Math.floor(E-ut),xt=Math.floor(rt-ft);a.drawImage(b.Oa,ut,ft,vt,xt,0,0,vt,xt),Kd(this.Yf,this)&&a.clearRect(0,0,ot,st),b=ai(),a=ai(),xt=Math.abs(z),vt=Math.abs(y);var bt=ut===0?0:E-xt;ut=Ot.allocAt(bt,0),xt=Ot.allocAt(xt+bt,rt),a.push(new he(Math.min(ut.x,xt.x),Math.min(ut.y,xt.y),Math.abs(ut.x-xt.x),Math.abs(ut.y-xt.y)));var Tt=this.Ab;if(Tt.reset(),Tt.scale(tt,tt),this.Ca!==1&&Tt.scale(this.Ca),tt=this.pa,(tt.x!==0||tt.y!==0)&&isFinite(tt.x)&&isFinite(tt.y)&&Tt.translate(-tt.x,-tt.y),Kn(ut,Tt),Kn(xt,Tt),b.push(new he(Math.min(ut.x,xt.x),Math.min(ut.y,xt.y),Math.abs(ut.x-xt.x),Math.abs(ut.y-xt.y))),bt=ft===0?0:rt-vt,ut.h(0,bt),xt.h(E,vt+bt),a.push(new he(Math.min(ut.x,xt.x),Math.min(ut.y,xt.y),Math.abs(ut.x-xt.x),Math.abs(ut.y-xt.y))),Kn(ut,Tt),Kn(xt,Tt),b.push(new he(Math.min(ut.x,xt.x),Math.min(ut.y,xt.y),Math.abs(ut.x-xt.x),Math.abs(ut.y-xt.y))),Kd(this.Yf,this)&&(E=0<z?0:-z,rt=0<y?0:-y,ut.h(E,rt),xt.h(ot+E,st+rt),a.push(new he(Math.min(ut.x,xt.x),Math.min(ut.y,xt.y),Math.abs(ut.x-xt.x),Math.abs(ut.y-xt.y))),Kn(ut,Tt),Kn(xt,Tt),b.push(new he(Math.min(ut.x,xt.x),Math.min(ut.y,xt.y),Math.abs(ut.x-xt.x),Math.abs(ut.y-xt.y)))),Ot.free(ut),Ot.free(xt),ed(this,!1,!0),this.Ka===null&&Qt("No div specified"),this.ta===null&&Qt("No canvas specified"),!this.animationManager.zb&&(E=this.ib,this.Fc)){for(jd(this),rt=this.Mb,E.setTransform(1,0,0,1,0,0),E.clearRect(0,0,this.Aa*rt,this.ya*rt),E.drawImage(this.jw.Oa,0<z?0:Math.round(-z),0<y?0:Math.round(-y)),z=this.pa,tt=this.Ca,ot=Math.round(z.x*tt)/tt,st=Math.round(z.y*tt)/tt,y=this.Ab,y.reset(),tt!==1&&y.scale(tt),z.x===0&&z.y===0||y.translate(-ot,-st),E.save(),E.beginPath(),z=a.length,tt=0;tt<z;tt++)ot=a[tt],ot.width!==0&&ot.height!==0&&E.rect(Math.floor(ot.x),Math.floor(ot.y),Math.ceil(ot.width),Math.ceil(ot.height));for(E.clip(),E.setTransform(rt,0,0,rt,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),Ph(this,E),E.globalAlpha=this.pb,rt=0;rt<z;rt++)if(tt=y[rt],ot=b,tt.visible&&tt.pb!==0){st=$u(tt,E),ft=tt.Zq,ft.length=0,ut=this.scale,vt=he.alloc(),xt=tt.Pa.s,Tt=xt.length,bt=ot.length;for(var Xt=0;Xt<Tt;Xt++){var Zt=xt[Xt],qt=_d(Zt,Zt.actualBounds);t:{for(var _t=2/ut,ee=4/ut,me=0;me<bt;me++){var Ie=ot[me];if(Ie.width!==0&&Ie.height!==0&&qt.Vu(Ie.x-_t,Ie.y-_t,Ie.width+ee,Ie.height+ee)){qt=!0;break t}}qt=!1}qt&&tt.Oj(E,Zt,this,ft,ut,vt,!0)}he.free(vt),E.globalAlpha=st}E.restore(),E.Vc(!0),this.Yf&&Kd(this.Yf,this)&&this.Vp(),this.Fc=this.vd=!1,this.hk()}Jn(b),Jn(a),this.ld=!1}}else this.bd();x&&(Ds(this),this.bd(),wc(this,!0))}else x?(Ds(this),this.bd(),wc(this,!0)):this.bd()}};function jd(a){a.pn!==!1&&(a.pn=!1,Ag(a,a.Aa,a.ya))}function Ag(a,y,x){wu(a);var b=a.Mb;a.ta.resize(y*b,x*b,y,x)&&(a.Fc=!0,a.ib.Vc(!0))}function Hd(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,rt=a.Be?a.Db:0,ot=E.clientWidth||x+tt,st=E.clientHeight||b+rt,ut=a.viewportBounds;E=ut.x;var ft=ut.y,vt=ut.width,xt=ut.height;if((ot!==x+tt||st!==b+rt)&&(a.gf=!1,a.Be=!1,rt=tt=0,a.Aa=ot,a.ya=st,z=a.pn=!0,wu(a)),!a.hf||!a.viewportBounds.w())return!0;var bt=a.ku,Tt=a.hu;if(a.Ee=!1,!(z||a.gf||a.Be||a.mn||a.nn))return!0;var Xt=a.documentBounds,Zt=0,qt=0,_t=0,ee=0,me=ut.width,Ie=ut.height,li=a.rj;a.contentAlignment.sb()?(Xt.width>me&&(Zt=li.left,qt=li.right),Xt.height>Ie&&(_t=li.top,ee=li.bottom)):(Zt=li.left,qt=li.right,_t=li.top,ee=li.bottom);var Di=Xt.width+Zt+qt,wi=Xt.height+_t+ee;li=a.scale;var In=Di>ot/li,yn=wi>st/li;if(!(z||a.gf||a.Be||In||yn))return!0;Zt=Xt.x-Zt,ot=ut.x,qt=Xt.right+qt,st=ut.right+tt,_t=Xt.y-_t;var Cr=ut.y;Xt=Xt.bottom+ee,ut=ut.bottom+rt;var gr="1px";if(ee="1px",a.scrollMode===Ch&&(In||yn)&&(In&&a.hasHorizontalScrollbar&&a.allowHorizontalScroll&&(In=1,Zt+1<ot&&(In=Math.max((ot-Zt)*li+a.Aa,In)),qt>st+1&&(In=Math.max((qt-st)*li+a.Aa,In)),me+tt+1<Di&&(In=Math.max((Di-me)*li+a.Aa,In)),gr=In.toString()+"px"),yn&&a.hasVerticalScrollbar&&a.allowVerticalScroll&&(In=1,_t+1<Cr&&(In=Math.max((Cr-_t)*li+a.ya,In)),Xt>ut+1&&(In=Math.max((Xt-ut)*li+a.ya,In)),Ie+rt+1<wi&&(In=Math.max((wi-Ie)*li+a.ya,In)),ee=In.toString()+"px")),In=gr!=="1px",yn=ee!=="1px",In&&yn||!In&&!yn||(yn&&(st-=a.Db),In&&(ut-=a.Db),Di<me+tt||!a.hasHorizontalScrollbar||!a.allowHorizontalScroll||(tt=1,Zt+1<ot&&(tt=Math.max((ot-Zt)*li+a.Aa,tt)),qt>st+1&&(tt=Math.max((qt-st)*li+a.Aa,tt)),me+1<Di&&(tt=Math.max((Di-me)*li+a.Aa,tt)),gr=tt.toString()+"px"),In=gr!=="1px",tt=a.ya,In!==a.Be&&(tt=In?a.ya-a.Db:a.ya+a.Db),wi<Ie+rt||!a.hasVerticalScrollbar||!a.allowVerticalScroll||(rt=1,_t+1<Cr&&(rt=Math.max((Cr-_t)*li+tt,rt)),Xt>ut+1&&(rt=Math.max((Xt-ut)*li+tt,rt)),Ie+1<wi&&(rt=Math.max((wi-Ie)*li+tt,rt)),ee=rt.toString()+"px"),yn=ee!=="1px"),a.qr&&In===a.Be&&yn===a.gf)return x===a.Aa&&b===a.ya||a.bd(),!1;if(In!==a.Be&&(gr==="1px"?a.ya=a.ya+a.Db:a.ya=Math.max(a.ya-a.Db,1),z=!0),a.Be=In,Tt.style.width=gr,yn!==a.gf&&(ee==="1px"?a.Aa=a.Aa+a.Db:a.Aa=Math.max(a.Aa-a.Db,1),z=!0,a.tn&&(rt=Ot.alloc(),yn?(y.style.left=a.Db+"px",a.position=rt.h(a.pa.x+a.Db/a.scale,a.pa.y)):(y.style.left="0px",a.position=rt.h(a.pa.x-a.Db/a.scale,a.pa.y)),Ot.free(rt))),z&&wu(a),a.gf=yn,Tt.style.height=ee,a.gu=!0,z&&(a.pn=!0),y=bt.scrollLeft,a.hasHorizontalScrollbar&&a.allowHorizontalScroll&&(me+1<Di?y=(a.position.x-Zt)*li:Zt+1<ot?y=bt.scrollWidth-bt.clientWidth:qt>st+1&&(y=a.position.x*li)),a.tn)switch(a.bu){case"negative":y=-(bt.scrollWidth-y-bt.clientWidth);break;case"reverse":y=bt.scrollWidth-y-bt.clientWidth}return bt.scrollLeft=y,a.hasVerticalScrollbar&&a.allowVerticalScroll&&(Ie+1<wi?bt.scrollTop=(a.position.y-_t)*li:_t+1<Cr?bt.scrollTop=bt.scrollHeight-bt.clientHeight:Xt>ut+1&&(bt.scrollTop=a.position.y*li)),ot=a.Aa,st=a.ya,bt.style.width=ot+(a.gf?a.Db:0)+"px",bt.style.height=st+(a.Be?a.Db:0)+"px",x!==ot||b!==st||a.animationManager.zb?(x=he.allocAt(E,ft,vt,xt),a.onViewportBoundsChanged(x,a.viewportBounds,li,z),he.free(x),!1):!0}Ct=Re.prototype,Ct.add=function(a){var y=a.diagram;if(y!==this&&(y!==null&&Qt("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&&Qt('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(Uo,"parts",y,null,a,null,x),y.isTemporary||this.Ya(),a.C(1),x=a.layerChanged,x!==null&&x(a,null,y)}},Ct.oi=function(a){this.partManager.oi(a);var y=this;Jd(a,function(x){Zd(y,x)}),(a instanceof ro||a instanceof br&&a.placeholder!==null)&&a.v(),a.data!==null&&Jd(a,function(x){sy(y.partManager,x)}),Cs(a)!==!0&&ld(a)!==!0||this.De.add(a),R1(a,!0,this),j1(a)?(a.actualBounds.w()&&this.N(_d(a,a.actualBounds)),this.Ya()):a.isVisible()&&a.actualBounds.w()&&this.N(_d(a,a.actualBounds)),this.$b()},Ct.pc=function(a){a.Ej(),this.partManager.pc(a);var y=this;a.data!==null&&Jd(a,function(x){ly(y.partManager,x,y)}),this.De.remove(a),j1(a)?(a.actualBounds.w()&&this.N(_d(a,a.actualBounds)),this.Ya()):a.isVisible()&&a.actualBounds.w()&&this.N(_d(a,a.actualBounds)),this.$b()},Ct.remove=function(a){kg(this,a,!0)};function kg(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(ua,"parts",b,y,null,x,null),a=y.layerChanged,a!==null&&a(y,b,null))}Ct.Is=function(a,y){if(y===void 0&&(y=!1),ri(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 Cn,x.addAll(a),a=x.iterator;a.next();)x=a.value,y&&!x.canDelete()||this.remove(x)},Ct.Kj=function(a,y,x){return x===void 0&&(x=!1),this.partManager.Kj(a,y,x)},Re.prototype.moveParts=function(a,y,x,b){if(x===void 0&&(x=!1),b===void 0&&(b=gf(this)),this.toolManager!==null){var E=new Be;if(a!==null)if(ri(a))for(var z=0;z<a.length;z++)Bu(this,E,a[z],x,b);else for(a=a.iterator;a.next();)Bu(this,E,a.value,x,b);else{for(a=this.parts;a.next();)Bu(this,E,a.value,x,b);for(a=this.nodes;a.next();)Bu(this,E,a.value,x,b);for(a=this.links;a.next();)Bu(this,E,a.value,x,b)}nd(this,E,y,b,x)}};function Bu(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=gf(a)),x instanceof gi){if(y.add(x,a.Pd(E,x,x.location)),x instanceof br&&(x.placeholder!==null||E.dragsMembers))for(z=x.memberParts;z.next();)Bu(a,y,z.value,b,E,E.groupsAlwaysMove);for(z=x.linksConnected;z.next();){var tt=z.value;if(!y.contains(tt)){var rt=tt.fromNode,ot=tt.toNode;rt!==null&&y.contains(rt)&&ot!==null&&y.contains(ot)&&Bu(a,y,tt,b,E)}}if(E.dragsTree)for(x=x.Ou();x.next();)Bu(a,y,x.value,b,E)}else if(x instanceof Rn)for(y.add(x,a.Pd(E,x)),x=x.labelNodes;x.next();)Bu(a,y,x.value,b,E);else x instanceof ro||y.add(x,a.Pd(E,x,x.location))}function nd(a,y,x,b,E){if(y!==null&&y.count!==0){var z=Ot.alloc(),tt=Ot.alloc();tt.assign(x),isNaN(tt.x)&&(tt.x=0),isNaN(tt.y)&&(tt.y=0),(x=a.Mr)||mf(a,y);for(var rt=ai(),ot=ai(),st=y.iterator,ut=Ot.alloc();st.next();){var ft=st.key,vt=st.value;if(ft.Zc()){var xt=Eg(a,ft,y);xt!==null?rt.push(new it(ft,vt,xt)):(!E||ft.canMove())&&(xt=vt.point,z.assign(xt),a.computeMove(ft,z.add(tt),b,ut),ft.location=ut,vt.shifted===void 0&&(vt.shifted=new Ot),vt.shifted.assign(ut.re(xt)))}else st.key instanceof Rn&&ot.push(st.sa)}for(Ot.free(ut),E=rt.length,st=0;st<E;st++)ft=rt[st],z.assign(ft.info.point),ft.Su.shifted===void 0&&(ft.Su.shifted=new Ot),ft.node.location=z.add(ft.Su.shifted);for(E=Ot.alloc(),st=Ot.alloc(),ft=ot.length,vt=0;vt<ft;vt++){var bt=ot[vt];if(xt=bt.key,xt instanceof Rn)if(xt.suspendsRouting){xt.Tg=null,ut=xt.fromNode;var Tt=xt.toNode;if(a.draggedLink!==null&&b.dragsLink)if(Tt=bt.value.point,xt.dragComputation===null)y.add(xt,a.Pd(b,xt,tt)),Nh(xt,tt.x-Tt.x,tt.y-Tt.y);else{bt=Ot.allocAt(0,0),(ut=xt.i(0))&&ut.w()&&bt.assign(ut);var Xt=ut=Ot.alloc().assign(bt).add(tt);b.isGridSnapEnabled&&(b.isGridSnapRealtime||a.lastInput.up)&&(Xt=Ot.alloc(),pf(a,xt,ut,Xt,b)),ut.assign(xt.dragComputation(xt,ut,Xt)).re(bt),y.add(xt,a.Pd(b,xt,ut)),Nh(xt,ut.x-Tt.x,ut.y-Tt.y),Ot.free(bt),Ot.free(ut),Xt!==ut&&Ot.free(Xt)}else ut!==null&&(E.assign(ut.location),Xt=y.I(ut),Xt!==null&&E.re(Xt.point)),Tt!==null&&(st.assign(Tt.location),Xt=y.I(Tt),Xt!==null&&st.re(Xt.point)),ut!==null&&Tt!==null?E.Xa(st)?(ut=bt.value.point,Tt=z,Tt.assign(E),Tt.re(ut),y.add(xt,a.Pd(b,xt,E)),Nh(xt,Tt.x,Tt.y)):(xt.suspendsRouting=!1,xt.bb()):(bt=bt.value.point,ut=ut!==null?E:Tt!==null?st:tt,y.add(xt,a.Pd(b,xt,ut)),Nh(xt,ut.x-bt.x,ut.y-bt.y))}else(xt.fromNode===null||xt.toNode===null)&&(ut=bt.value.point,y.add(xt,a.Pd(b,xt,tt)),Nh(xt,tt.x-ut.x,tt.y-ut.y))}Ot.free(z),Ot.free(tt),Ot.free(E),Ot.free(st),Jn(rt),Jn(ot),x||(os(a),id(a,y))}}Re.prototype.computeMove=function(a,y,x,b){if(b===void 0&&(b=new Ot),b.assign(y),a===null)return b;var E=y,z=x.isGridSnapEnabled;z&&(x.isGridSnapRealtime||this.lastInput.up)&&(E=Ot.alloc(),pf(this,a,y,E,x)),x=a.dragComputation!==null?a.dragComputation(a,y,E):E;var tt=a.minLocation,rt=tt.x;isNaN(rt)&&(rt=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 ot=a.maxLocation,st=ot.x;return isNaN(st)&&(st=z?Math.round(1e3*a.location.x)/1e3:a.location.x),ot=ot.y,isNaN(ot)&&(ot=z?Math.round(1e3*a.location.y)/1e3:a.location.y),b.h(Math.max(rt,Math.min(x.x,st)),Math.max(tt,Math.min(x.y,ot))),E!==y&&Ot.free(E),b};function gf(a){var y=a.toolManager.findTool("Dragging");return y!==null?y.dragOptions:a.Wm}function pf(a,y,x,b,E){if(E===void 0&&(E=gf(a)),b.assign(x),y!==null){var z=a.grid;y=E.gridSnapCellSize,a=y.width,y=y.height;var tt=E.gridSnapOrigin,rt=tt.x;if(tt=tt.y,E=E.gridSnapCellSpot,z!==null){var ot=z.gridCellSize;isNaN(a)&&(a=ot.width),isNaN(y)&&(y=ot.height),z=z.gridOrigin,isNaN(rt)&&(rt=z.x),isNaN(tt)&&(tt=z.y)}z=Ot.allocAt(0,0),z.yi(0,0,a,y,E),ce.No(x.x,x.y,rt+z.x,tt+z.y,a,y,b),Ot.free(z)}}function mf(a,y){if(y!==null)for(a.Mr=!0,a=y.iterator;a.next();)y=a.key,y instanceof Rn&&(y.suspendsRouting=!0)}function id(a,y){if(y!==null){for(y=y.iterator;y.next();){var x=y.key;x instanceof Rn&&(x.suspendsRouting=!1,Yv(x)&&x.bb())}a.Mr=!1}}function Eg(a,y,x){return y=y.containingGroup,y!==null&&(a=Eg(a,y,x),a!==null||(a=x.I(y),a!==null))?a:null}Ct=Re.prototype,Ct.Pd=function(a,y,x){if(x===void 0)return new th(Qn);var b=a.isGridSnapEnabled;return a.groupsSnapMembers||y.containingGroup===null||(b=!1),b?new th(new Ot(Math.round(1e3*x.x)/1e3,Math.round(1e3*x.y)/1e3)):new th(x.copy())};function Fg(a,y,x){if(y.diagram!==null&&y.diagram!==a&&Qt("Cannot share a Layer with another Diagram: "+y+" of "+y.diagram),x===null?y.diagram!==null&&Qt("Cannot add an existing Layer to this Diagram again: "+y):(x.diagram!==a&&Qt("Existing Layer must be in this Diagram: "+x+" not in "+x.diagram),y===x&&Qt("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&&Qt("Cannot add Layer with the name '"+y+"'; a Layer with the same name is already present in this Diagram.")}}Ct.Al=function(a){Fg(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(Uo,"layers",this,null,a,null,x+1),this.N(),this.Ya(),this},Ct.Ww=function(a,y){Fg(this,a,y),a.Xe(this);var x=this.Wa,b=x.indexOf(a);0<=b&&(x.remove(a),this.cc!==null&&this.cb(ua,"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(Uo,"layers",this,null,a,null,z),this.N(),0>b&&this.Ya(),this},Ct.Cy=function(a,y){Fg(this,a,y),a.Xe(this);var x=this.Wa,b=x.indexOf(a);0<=b&&(x.remove(a),this.cc!==null&&this.cb(ua,"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(Uo,"layers",this,null,a,null,z+1),this.N(),0>b&&this.Ya(),this},Ct.kA=function(a){if(a.diagram!==this&&Qt("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(ua,"layers",this,a,null,x,null),this.N(),this.Ya()}}},Ct.Qj=function(a){for(var y=this.layers;y.next();){var x=y.value;if(x.name===a)return x}return null},Ct.Yw=function(a){return this.pf===null&&(this.pf=new pn),this.pf.add(a),this.model.Pe(a),this},Ct.mA=function(a){this.pf!==null&&(this.pf.remove(a),this.pf.count===0&&(this.pf=null)),this.model.ik(a)},Ct.Pe=function(a){return this.zg===null&&(this.zg=new pn),this.zg.add(a),this},Ct.ik=function(a){this.zg!==null&&(this.zg.remove(a),this.zg.count===0&&(this.zg=null))},Ct.ds=function(a){if(this.skipsUndoManager||this.model.skipsUndoManager||this.model.undoManager.Tu(a),a.change!==ba&&(this.isModified=!0),this.zg!==null)for(var y=this.zg,x=y.length,b=0;b<x;b++)y.M(b)(a)},Ct.cb=function(a,y,x,b,E,z,tt){z===void 0&&(z=null),tt===void 0&&(tt=null);var rt=new Ro;rt.diagram=this,rt.change=a,rt.propertyName=y,rt.object=x,rt.oldValue=b,rt.oldParam=z,rt.newValue=E,rt.newParam=tt,this.ds(rt)},Ct.g=function(a,y,x,b,E){this.cb(To,a,this,y,x,b,E)},Re.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===To){var E=a.object;if(Jo(E,a.propertyName,a.I(y)),E instanceof ye){var z=E.part;z!==null&&z.Wb()}this.isModified=!0}else if(b===Uo){var tt=a.object,rt=a.newParam,ot=a.newValue;if(tt instanceof Nn)if(typeof rt=="number"&&ot instanceof ye){y?tt.pc(rt):tt.Gb(rt,ot);var st=tt.part;st!==null&&st.Wb()}else typeof rt=="number"&&ot instanceof ka&&(ot.isRow?h1(tt,rt,y?void 0:ot):d1(tt,rt,y?void 0:ot));else if(tt instanceof Xa){var ut=a.oldParam===!0;typeof rt=="number"&&ot instanceof Yi&&(y?(ot.isSelected=!1,ot.isHighlighted=!1,ot.Wb(),tt.pc(ut?rt:-1,ot,ut)):tt.oi(rt,ot,ut))}else tt instanceof Re?typeof rt=="number"&&ot instanceof Xa&&(y?this.Wa.mb(rt):(ot.Xe(this),this.Wa.Gb(rt,ot))):Qt("unknown ChangedEvent.Insert object: "+a.toString());this.isModified=!0}else if(b===ua){var ft=a.object,vt=a.oldParam,xt=a.oldValue;if(ft instanceof Nn)typeof vt=="number"&&xt instanceof ye?y?ft.Gb(vt,xt):ft.pc(vt):typeof vt=="number"&&xt instanceof ka&&(xt.isRow?h1(ft,vt,y?xt:void 0):d1(ft,vt,y?xt:void 0));else if(ft instanceof Xa){var bt=a.newParam===!0;typeof vt=="number"&&xt instanceof Yi&&(y?0>ft.Pa.indexOf(xt)&&ft.oi(vt,xt,bt):(xt.isSelected=!1,xt.isHighlighted=!1,xt.Wb(),ft.pc(bt?vt:-1,xt,bt)))}else ft instanceof Re?typeof vt=="number"&&xt instanceof Xa&&(y?(xt.Xe(this),this.Wa.Gb(vt,xt)):this.Wa.mb(vt)):Qt("unknown ChangedEvent.Remove object: "+a.toString());this.isModified=!0}else b!==ba&&Qt("unknown ChangedEvent: "+a.toString())}finally{this.skipsModelSourceBindings=x}}},Re.prototype.Ea=function(a){return this.undoManager.Ea(a)},Re.prototype.eb=function(a){return this.undoManager.eb(a)},Re.prototype.Kf=function(){return this.undoManager.Kf()},Re.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}},Re.prototype.updateAllTargetBindings=function(a){this.partManager.updateAllTargetBindings(a)},Re.prototype.rp=function(){this.partManager.rp()};function Ng(a,y,x){var b=a.animationManager;if(a.vb||a.ld)a.Ca=x,wu(a),a.N(),a.Ee=!0,b.zb&&(qu(b)||b.ce.add(b.H,"scale",y,a.Ca));else if(a.ta===null)a.Ca=x,wu(a);else{a.vb=!0;var E=a.viewportBounds.copy(),z=a.Aa,tt=a.ya,rt=a.zoomPoint.x,ot=a.zoomPoint.y,st=a.contentAlignment;isNaN(rt)&&(st.$c()?st.Hf($r)?rt=0:st.Hf(Ur)&&(rt=z-1):rt=st.sb()?st.x*(z-1):z/2),isNaN(ot)&&(st.$c()?st.Hf(to)?ot=0:st.Hf(mo)&&(ot=tt-1):ot=st.sb()?st.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=Ot.allocAt(a.pa.x+rt/y-rt/x,a.pa.y+ot/y-ot/x),a.position=z,Ot.free(z),a.Ca=x,wu(a),a.vb=!1,a.onViewportBoundsChanged(E,a.viewportBounds,y,!1),Bl(a,!1),b.zb&&(qu(b)||b.ce.add(b.H,"scale",y,a.Ca))}}Re.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!==ps||a.width===y.width&&a.height===y.height||E.C(),E=this.currentTool,this.Vk===!0&&E instanceof wo&&(this.lastInput.documentPoint=this.Ps(this.lastInput.viewPoint),Gl(E,this)),this.vb||this.invalidateViewport(a,y),Pu(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 Pu(a,y){var x=a.fe;if(x!==null&&x.visible){for(var b=Yt.alloc(),E=1,z=1,tt=x.O.s,rt=tt.length,ot=0;ot<rt;ot++){var st=tt[ot],ut=Math.abs(st.interval);2>ut||(pv(st.figure)?z=z*ut/ce.vx(z,ut):E=E*ut/ce.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=he.alloc(),a=a.viewportBounds,y.h(a.x,a.y,a.width,a.height),!y.w()){he.free(y);return}E=y.width,z=y.height,a=y.x,tt=y.y,he.free(y)}x.width=E+2*b.width,x.height=z+2*b.height,y=Ot.alloc(),ce.No(a,tt,0,0,b.width,b.height,y),y.offset(-b.width,-b.height),Yt.free(b),x.part.location=y,Ot.free(y)}}Re.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)}},Re.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))},Re.prototype.rA=function(a){if(this.R("ChangingSelection",this.selection),this.clearSelection(!0),ri(a))for(var y=a.length,x=0;x<y;x++){var b=a[x];b instanceof Yi||Qt("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 Yi||Qt("Diagram.selectCollection given something that is not a Part: "+y),y.isSelected=!0;this.R("ChangedSelection",this.selection)},Re.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()}},Ct=Re.prototype,Ct.Iz=function(a){a!==null&&a.diagram===this&&(!a.isHighlighted||1<this.highlighteds.count)&&(this.clearHighlighteds(),a.isHighlighted=!0)},Ct.Jz=function(a){a=new Cn().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 Yi||Qt("Diagram.highlightCollection given something that is not a Part: "+y),y.isHighlighted=!0},Ct.scroll=function(a,y,x){x===void 0&&(x=1);var b=y==="up"||y==="down",E=0,z=Ot.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)),Ot.free(z);return}Qt("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):Qt("scrolling direction must be 'up', 'down', 'left', or 'right', not: "+y),Ot.free(z)},Ct.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)},Ct.es=function(a){var y=this.viewportBounds;a=a.center,a.x-=y.width/2,a.y-=y.height/2,this.position=a},Ct.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)},Ct.zA=function(a){var y=this.Ab,x=a.x,b=a.y,E=x+a.width,z=b+a.height,tt=y.m11,rt=y.m12,ot=y.m21,st=y.m22,ut=y.dx,ft=y.dy,vt=x*tt+b*ot+ut;y=x*rt+b*st+ft;var xt=E*tt+b*ot+ut;return a=E*rt+b*st+ft,b=x*tt+z*ot+ut,x=x*rt+z*st+ft,tt=E*tt+z*ot+ut,E=E*rt+z*st+ft,z=Math.min(vt,xt),vt=Math.max(vt,xt),xt=Math.min(y,a),y=Math.max(y,a),z=Math.min(z,b),vt=Math.max(vt,b),xt=Math.min(xt,x),y=Math.max(y,x),z=Math.min(z,tt),vt=Math.max(vt,tt),xt=Math.min(xt,E),y=Math.max(y,E),new he(z,xt,vt-z,y-xt)},Ct.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),Kn(a.copy(),this.Ab)};function nm(a){var y=a.isModified;a.Tw!==y&&(a.Tw=y,a.R("Modified"))}function Tg(a){return a=wf.get(a),a!==null?new a:new yo}Re.prototype.doModelChanged=function(a){var y=this;if(a.model===this.model){var x=a.change,b=a.propertyName;if(x===ba&&b[0]==="S")if(b==="StartingFirstTransaction"){var E=this;a=this.toolManager,a.mouseDownTools.each(function(ot){return ot.diagram=E}),a.mouseMoveTools.each(function(ot){return ot.diagram=E}),a.mouseUpTools.each(function(ot){return ot.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===ba){(b==="FinishedUndo"||b==="FinishedRedo")&&(this.R("ChangedSelection",this.selection),os(this));var z=this.animationManager;b==="RolledBackTransaction"&&z.Cc(),this.bx(),this.Jk=!0,this.bd(),this.undoManager.transactionLevel!==0&&this.undoManager.transactionLevel!==1||sf(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&&(nm(this),this.As.clear(),Gp(this.animationManager)),!this.Rt&&tt&&this.lastInput.targetDiagram){this.Rt=!0;var rt=this;dr(function(){rt.currentTool.standardMouseOver(),rt.Rt=!1},10)}}}finally{this.aa=!0}}}};function Zd(a,y){y=y.O.s;for(var x=y.length,b=0;b<x;b++)rd(a,y[b])}function rd(a,y){if(y instanceof Rs){var x=y.element;if(x!==null&&x instanceof HTMLImageElement){x.Bg instanceof Cn&&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 Dg(a,y){if(y instanceof Rs){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 Cn&&x.Bg.remove(a),Of(b));break}}}}}Re.prototype.Wd=function(){this.partManager.Wd()},Re.prototype.Aj=function(a,y){this.Yd.Aj(a,y)},Re.prototype.Cj=function(a,y){this.Yd.Cj(a,y)},Re.prototype.findPartForKey=function(a){return this.partManager.findPartForKey(a)},Re.prototype.Vb=function(a){return this.partManager.Vb(a)},Re.prototype.findLinkForKey=function(a){return this.partManager.findLinkForKey(a)},Ct=Re.prototype,Ct.Lc=function(a){return this.partManager.Lc(a)},Ct.ii=function(a){return this.partManager.ii(a)},Ct.Kc=function(a){return this.partManager.Kc(a)},Ct.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:Wn(oi(y)))},Ct.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:Wn(oi(y)))};function wu(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 Bg(a,y){a.Zi=!1;var x=a.Sp;x.D(y)||(x=x.copy(),a.Sp.assign(y),Bl(a,!1),a.R("DocumentBoundsChanged",void 0,x),a.Ee=!0,a.N())}Ct.Va=function(){if(this.Zi){var a=he.alloc();Bg(this,this.computeBounds(a)),he.free(a)}},Ct.rz=function(){for(var a=new Cn,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},Ct.qz=function(){return this.ai.iterator},Ct.Uz=function(a){os(this),a&&vf(this,!0),this.ld?Og(this,!1):(this.Jk=!0,Sl(this))};function vf(a,y){for(var x=a.ai.iterator;x.next();)im(a,x.value,y);a.layout&&(y?a.layout.isValidLayout=!1:a.layout.C())}function im(a,y,x){if(y!==null){for(var b=y.gl.iterator;b.next();)im(a,b.value,x);y.layout!==null&&(x?y.layout.isValidLayout=!1:y.layout.C())}}function Og(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||Nu(z,"Layout")),a.xh=!1;for(var tt=a.ai.iterator;tt.next();)Ig(a,tt.value,y,b);E.isValidLayout||(!y||E.isRealtime||E.isRealtime===null||b===0?(E.doLayout(a),os(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||sf(z),a.aa=x}}}function Ig(a,y,x,b){if(y!==null){for(var E=y.gl.iterator;E.next();)Ig(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),bc(a,y),E.isValidLayout=!0):a.xh=!0)}}Ct.yz=function(){for(var a=new pn,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 pn;x.add(E,tt),x.add(z,tt),b.add(E,E),b.add(z,E)}var x=new Be,b=new Be;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 rm(a,y){var x=a.hw.I(y);return x!==null?x:a.hw.I(y.toLowerCase())}function yf(a,y){var x=a.iw.I(y);if(x!==null||(x=a.iw.I(y.toLowerCase()),x!==null))return x;Qt("Unknown DiagramEvent name: "+y)}Ct.Bj=function(a,y){return a=yf(this,a),a!==null&&a.add(y),this},Ct.am=function(a,y){a=yf(this,a),a!==null&&a.remove(y)},Ct.R=function(a,y,x){var b=yf(this,a),E=new El;if(E.diagram=this,a=rm(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 Sf(a){if(a.animationManager.isTicking)return!1;var y=a.currentTool;return y===a.toolManager.findTool("Dragging")?!a.Mr||y.isComplexRoutingRealtime:!0}Ct.Yj=function(a,y){return xf(this,!1,null,y||null).Yj(a.x,a.y,a.width,a.height)},Re.prototype.computeOccupiedArea=function(a){return this.isVirtualized?this.viewportBounds.copy():this.Zi?Pg(this,a):a.assign(this.documentBounds)};function xf(a,y,x,b){var E=a.Xh;if(E===null&&(a.Xh=E=new dp(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=om(a,x)),x===null){y=he.alloc(),a.computeOccupiedArea(y),y.Bc(100,100),E.initialize(y);for(var z=a.nodes;z.next();){var tt=z.value,rt=tt.layer;rt!==null&&rt.visible&&!rt.isTemporary&&Pf(a,tt,b,y)}he.free(y)}else{for(0<x.memberParts.count&&(y=a.computePartsBounds(x.memberParts,!1),y.Bc(20,20),E.initialize(y)),y=he.alloc(),z=x.memberParts;z.next();)tt=z.value,tt instanceof gi&&Pf(a,tt,b,y);he.free(y)}E.group=x,E.Yx=b,E.vs=!1}else y&&rS(E);return E}function om(a,y){return y.avoidable&&!y.isLinkLabel?y:y.containingGroup!==null?om(a,y.containingGroup):null}function Pf(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(Zf(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(Dh,x,y+1);else for(var tt=x;tt<=y;tt++)z[tt]=Dh}else if(y instanceof br)for(y=y.memberParts;y.next();)E=y.value,E instanceof gi&&Pf(a,E,x,b)}}function wh(a,y){a.Xh===null||a.Xh.vs||y!==void 0&&(!y.avoidable||y.isLinkLabel)||(a.Xh.vs=!0)}Re.prototype.gs=function(a){this.wp.assign(a),this.computeAutoScrollPosition(this.wp).Xa(this.position)?this.ug():Rg(this)};function Rg(a){a.vk===-1&&(a.vk=dr(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=he.alloc(),a.computeBounds(y),y.ed(a.documentBounds),Bg(a,y),he.free(y),a.Fc=!0,a.bd(),Rg(a))}},a.vp))}Re.prototype.ug=function(){this.vk!==-1&&(Ye.clearTimeout(this.vk),this.vk=-1)},Re.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=he.allocAt(0,0,b.width*E,b.height*E);var z=Ot.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(Qn)||(y=new Ot(y.x+z.x/E,y.y+z.y/E)),he.free(b),Ot.free(z),y},Ct=Re.prototype,Ct.Cs=function(){return null},Ct.av=function(){return null},Ct.bs=function(a,y){this.pj.add(a,y)},Ct.Fu=function(a){(this.Pw=a)||this.nodes.each(function(y){y instanceof br&&(y.$p=null)})};function Mc(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-st>ot?y(x,E,rt):Ye.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 rt=a,ot=x.callbackTimeout||300,st=+new Date;return Ye.requestAnimationFrame(function(){b()}),null}Ct.Wz=function(a){return la?(a===void 0&&(a={}),a.returnType="Image",this.Jx(a)):null},Ct.Jx=function(a){return a===void 0&&(a={}),Mc(this,this.Xz,a)},Ct.Xz=function(a,y,x){var b=am(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 Vd+"data":E=b.getImageData(0,0,x.width,x.height);break;case Vd:b=(a.document||document).createElement("img"),b.src=x.toDataURL(a.type,a.details),E=b;break;case"blob":return typeof y!="function"&&Qt('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 am(a,y,x,b){if(a.animationManager.Cc(),a.bd(),a.ta===null)return null;typeof y!="object"&&Qt("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 Yt(1/0,1/0):new Yt(2e3,2e3));var rt=y.position||null,ot=y.parts||null,st=y.padding===void 0?1:y.padding,ut=y.background||null,ft=y.omitTemporary;ft===void 0&&(ft=!0);var vt=y.document||document,xt=y.elementFinished||null,bt=y.showTemporary;bt===void 0&&(bt=!ft),y=y.showGrid,y===void 0&&(y=bt),E!==null&&isNaN(E.width)&&isNaN(E.height)&&(E=null),typeof st=="number"?st=new Si(st):st instanceof Si||Qt("MakeImage padding must be a Margin or a number."),st.left=Math.max(st.left,0),st.right=Math.max(st.right,0),st.top=Math.max(st.top,0),st.bottom=Math.max(st.bottom,0),a.ib.Vc(!0),ft=new Il(null,vt,void 0,!0);var Tt=ft.context;if(!(E||z||ot||rt))return ft.width=a.Aa+Math.ceil(st.left+st.right),ft.height=a.ya+Math.ceil(st.top+st.bottom),x==="SVG"?b===null?null:(b.resize(ft.width,ft.height,ft.width,ft.height),b.ownerDocument=vt,b.hs=xt,ff(a,b.context,st,new Yt(ft.width,ft.height),a.Ca,a.pa,ot,ut,bt,y),b.context):(a.Xm=!1,ff(a,Tt,st,new Yt(ft.width,ft.height),a.Ca,a.pa,ot,ut,bt,y),a.Xm=!0,ft.context);var Xt=a.Pp,Zt=a.documentBounds.copy();if(Zt.Fv(a.yb),bt)for(var qt=a.Wa.s,_t=qt.length,ee=0;ee<_t;ee++){var me=qt[ee];if(me.visible&&me.isTemporary){me=me.Pa.s;for(var Ie=me.length,li=0;li<Ie;li++){var Di=me[li];Di.isInDocumentBounds&&Di.isVisible()&&(Di=Di.actualBounds,Di.w()&&Zt.ed(Di))}}}if(qt=new Ot(Zt.x,Zt.y),ot!==null){for(_t=new he(0,0,0,0),ee=!0,me=ot.iterator,me.reset();me.next();)Ie=me.value,Ie instanceof Yi&&(li=Ie.layer,li!==null&&!li.visible||li!==null&&!bt&&li.isTemporary||!Ie.isVisible()||(Ie=Ie.actualBounds,Ie.w()&&(ee?(ee=!1,_t.assign(Ie)):_t.ed(Ie))));Zt.width=_t.width,Zt.height=_t.height,qt.x=_t.x,qt.y=_t.y}return rt!==null&&rt.w()&&(qt=rt,z||(z=Xt)),_t=rt=0,st!==null&&(rt=st.left+st.right,_t=st.top+st.bottom),ee=me=0,E!==null&&(me=E.width,ee=E.height,isFinite(me)&&(me=Math.max(0,me-rt)),isFinite(ee)&&(ee=Math.max(0,ee-_t))),E!==null&&z!==null?(z==="NaN"&&(z=Xt),E.w()?(E=me,Zt=ee):isNaN(ee)?(E=me,Zt=Zt.height*z):(E=Zt.width*z,Zt=ee)):E!==null?E.w()?(z=Math.min(me/Zt.width,ee/Zt.height),E=me,Zt=ee):isNaN(ee)?(z=me/Zt.width,E=me,Zt=Zt.height*z):(z=ee/Zt.height,E=Zt.width*z,Zt=ee):z!==null?z==="NaN"&&tt.w()?(z=Math.min((tt.width-rt)/Zt.width,(tt.height-_t)/Zt.height),z>Xt?(z=Xt,E=Zt.width,Zt=Zt.height):(E=tt.width,Zt=tt.height)):(E=Zt.width*z,Zt=Zt.height*z):(z=Xt,E=Zt.width,Zt=Zt.height),st!==null?(E+=rt,Zt+=_t):st=new Si(0),tt!==null&&(Xt=tt.width,tt=tt.height,isNaN(Xt)&&(Xt=2e3),isNaN(tt)&&(tt=2e3),isFinite(Xt)&&(E=Math.min(E,Xt)),isFinite(tt)&&(Zt=Math.min(Zt,tt))),ft.width=Math.ceil(E),ft.height=Math.ceil(Zt),x==="SVG"?b===null?null:(b.resize(ft.width,ft.height,ft.width,ft.height),b.ownerDocument=vt,b.hs=xt,ff(a,b.context,st,new Yt(Math.ceil(E),Math.ceil(Zt)),z,qt,ot,ut,bt,y),b.context):(a.Xm=!1,ff(a,Tt,st,new Yt(Math.ceil(E),Math.ceil(Zt)),z,qt,ot,ut,bt,y),a.Xm=!0,ft.context)}ln.Object.defineProperties(Re.prototype,{renderer:{get:function(){return this.nl},set:function(a){this instanceof pt||(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 Cu(this,Ye.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 Cu(this,Ye.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(Ye,"resize",this.Ov,!1),this.removeEventListener(Ye,"wheel",this.$j,!0),Tu===this&&(Tu=null)):this.ui===null&&(this.hf=!1),this.Ka=null,a!==null&&((y=a.H)&&(y.div=null),Sg(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)&&Gn(a,"0 <= value <= 1",Re,"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),Bl(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),Bl(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),Bl(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),Bl(this,!1))}},scrollHorizontalLineChange:{get:function(){return this.iu},set:function(a){var y=this.iu;y!==a&&(0>a&&Gn(a,">= 0",Re,"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&&Gn(a,">= 0",Re,"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 Gn(a,">= 0",Re,"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||nm(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&&Qt("Do not replace a Diagram.model while a transaction is in progress."),this.animationManager.Cc(!0);var x=yg(this,!0);this.hf=!1,this.fn=!0,this.Ce=-2,this.kg=!1;var b=this.vb;this.vb=!0,Nu(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=Tg(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(Ye,"pointermove",this.dk,!0),this.addEventListener(Ye,"pointerdown",this.ui,!0),this.addEventListener(Ye,"pointerup",this.fk,!0),this.addEventListener(Ye,"pointerout",this.ek,!0),this.addEventListener(Ye,"pointercancel",this.ck,!0),this.removeEventListener(y,"wheel",this.$j,!1),this.addEventListener(Ye,"wheel",this.$j,!0),this.addEventListener(Ye,"selectstart",this.preventDefault,!1)):(this.removeEventListener(Ye,"pointermove",this.dk,!0),this.removeEventListener(Ye,"pointerdown",this.ui,!0),this.removeEventListener(Ye,"pointerup",this.fk,!0),this.removeEventListener(Ye,"pointerout",this.ek,!0),this.removeEventListener(Ye,"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(Ye,"wheel",this.$j,!0),this.removeEventListener(Ye,"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=Ot.alloc().assign(this.pa);if(!y.D(a)){var x=this.viewportBounds.copy();this.pa.assign(a),Vp(this.animationManager,y,this.pa),this.vb||this.ta===null&&!this.wo.w()?wu(this):(this.vb=!0,a=this.scale,wg(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)}Ot.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=_p(this)),this.fe},set:function(a){var y=this.fe;if(y!==a){y===null&&(y=this.fe=_p(this)),a.type!==Nn.Grid&&Qt("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),Pu(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),wu(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||Qt("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===Ch&&Bl(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,Bl(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,Ng(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&&Ng(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!==ps&&Bl(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()||Qt("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()||Qt("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)):Gn(a,"> 0",Re,"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)):Gn(a,"> 0",Re,"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),Bl(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&&Qt("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();)ep(a.value)}},treeCollapsePolicy:{get:function(){return this.uu},set:function(a){var y=this.uu;y!==a&&(a!==Lh&&a!==Ma&&a!==Cf&&Qt("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 Yt(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))}}}),ln.Object.defineProperties(Re,{licenseKey:{get:function(){return Gg.jc()},set:function(a){Gg.add(a.replace(/\s/g,""))}},version:{get:function(){return Gd}}}),Re.prototype.makeImageData=Re.prototype.Jx,Re.prototype.makeImage=Re.prototype.Wz,Re.prototype.cacheGroupExternalLinks=Re.prototype.Fu,Re.prototype.addRenderer=Re.prototype.bs,Re.prototype.makeSVG=Re.prototype.av,Re.prototype.makeSvg=Re.prototype.Cs,Re.prototype.stopAutoScroll=Re.prototype.ug,Re.prototype.doAutoScroll=Re.prototype.gs,Re.prototype.isUnoccupied=Re.prototype.Yj,Re.prototype.raiseDiagramEvent=Re.prototype.R,Re.prototype.removeDiagramListener=Re.prototype.am,Re.prototype.addDiagramListener=Re.prototype.Bj,Re.prototype.findTreeRoots=Re.prototype.yz,Re.prototype.layoutDiagram=Re.prototype.Uz,Re.prototype.findTopLevelGroups=Re.prototype.qz,Re.prototype.findTopLevelNodesAndLinks=Re.prototype.rz,Re.prototype.ensureBounds=Re.prototype.Va,Re.prototype.findLinksByExample=Re.prototype.ls,Re.prototype.findNodesByExample=Re.prototype.ms,Re.prototype.findLinkForData=Re.prototype.Kc,Re.prototype.findNodeForData=Re.prototype.ii,Re.prototype.findPartForData=Re.prototype.Lc,Re.prototype.findLinkForKey=Re.prototype.findLinkForKey,Re.prototype.findNodeForKey=Re.prototype.Vb,Re.prototype.findPartForKey=Re.prototype.findPartForKey,Re.prototype.rebuildParts=Re.prototype.Wd,Re.prototype.transformViewToDoc=Re.prototype.Ps,Re.prototype.transformRectDocToView=Re.prototype.zA,Re.prototype.transformDocToView=Re.prototype.op,Re.prototype.centerRect=Re.prototype.es,Re.prototype.scrollToRect=Re.prototype.tv,Re.prototype.scroll=Re.prototype.scroll,Re.prototype.highlightCollection=Re.prototype.Jz,Re.prototype.highlight=Re.prototype.Iz,Re.prototype.selectCollection=Re.prototype.rA,Re.prototype.select=Re.prototype.select,Re.prototype.updateAllRelationshipsFromData=Re.prototype.rp,Re.prototype.updateAllTargetBindings=Re.prototype.updateAllTargetBindings,Re.prototype.commit=Re.prototype.commit,Re.prototype.rollbackTransaction=Re.prototype.Kf,Re.prototype.commitTransaction=Re.prototype.eb,Re.prototype.startTransaction=Re.prototype.Ea,Re.prototype.raiseChanged=Re.prototype.g,Re.prototype.raiseChangedEvent=Re.prototype.cb,Re.prototype.removeChangedListener=Re.prototype.ik,Re.prototype.addChangedListener=Re.prototype.Pe,Re.prototype.removeModelChangedListener=Re.prototype.mA,Re.prototype.addModelChangedListener=Re.prototype.Yw,Re.prototype.findLayer=Re.prototype.Qj,Re.prototype.removeLayer=Re.prototype.kA,Re.prototype.addLayerAfter=Re.prototype.Cy,Re.prototype.addLayerBefore=Re.prototype.Ww,Re.prototype.addLayer=Re.prototype.Al,Re.prototype.moveParts=Re.prototype.moveParts,Re.prototype.copyParts=Re.prototype.Kj,Re.prototype.removeParts=Re.prototype.Is,Re.prototype.remove=Re.prototype.remove,Re.prototype.add=Re.prototype.add,Re.prototype.clearDelayedGeometries=Re.prototype.bx,Re.prototype.setProperties=Re.prototype.nm,Re.prototype.attach=Re.prototype.Du,Re.prototype.set=Re.prototype.set,Re.prototype.resetInputOptions=Re.prototype.Sx,Re.prototype.setInputOption=Re.prototype.sA,Re.prototype.getInputOption=Re.prototype.Ql,Re.prototype.resetRenderingHints=Re.prototype.Tx,Re.prototype.setRenderingHint=Re.prototype.Xx,Re.prototype.getRenderingHint=Re.prototype.Gf,Re.prototype.maybeUpdate=Re.prototype.bd,Re.prototype.requestUpdate=Re.prototype.$b,Re.prototype.delayInitialization=Re.prototype.Xy,Re.prototype.isUpdateRequested=Re.prototype.Pz,Re.prototype.invalidateDocumentBounds=Re.prototype.Ya,Re.prototype.findObjectsNear=Re.prototype.og,Re.prototype.findPartsNear=Re.prototype.mz,Re.prototype.findObjectsIn=Re.prototype.Cf,Re.prototype.findPartsIn=Re.prototype.ux,Re.prototype.findObjectsAt=Re.prototype.ji,Re.prototype.findPartsAt=Re.prototype.lz,Re.prototype.findObjectAt=Re.prototype.ic,Re.prototype.findPartAt=Re.prototype.Ol,Re.prototype.focusObject=Re.prototype.zz,Re.prototype.alignDocument=Re.prototype.Jy,Re.prototype.zoomToRect=Re.prototype.BA,Re.prototype.zoomToFit=Re.prototype.zoomToFit,Re.prototype.diagramScroll=Re.prototype.kx,Re.prototype.focus=Re.prototype.focus;var wf=new Be,sm=null,la=Ye.document!==void 0,Wd=null,od="",ps=new je(Re,"None",0),al=new je(Re,"Uniform",1),ad=new je(Re,"UniformToFill",2),Ac=new je(Re,"CycleAll",10),zg=new je(Re,"CycleNotDirected",11),jg=new je(Re,"CycleNotDirectedFast",12),Hg=new je(Re,"CycleNotUndirected",13),Zg=new je(Re,"CycleDestinationTree",14),Wg=new je(Re,"CycleSourceTree",15),Ch=new je(Re,"DocumentScroll",1),kc=new je(Re,"InfiniteScroll",2),Lh=new je(Re,"TreeParentCollapsed",21),Ma=new je(Re,"AllParentsCollapsed",22),Cf=new je(Re,"AnyParentsCollapsed",23),Gg=new pn,Gd="2.3.10",Vd="image",Ec=null,lm=!1;function ds(){if(la){var a=Ye.document.createElement("canvas"),y=a.getContext("2d"),x=ki("7ca11abfd022028846");y[x]=ki("398c3597c01238");for(var b=["5da73c80a36455d7038e4972187c3cae51fd22",cn.Dx+"4ae6247590da4bb21c324ba3a84e385776",pi.xF+"fb236cdfda5de14c134ba1a95a2d4c7cc6f93c1387",ce.za],E=1;5>E;E++)y[ki("7ca11abfd7330390")](ki(b[E-1]),10,15*E);for(y[x]=ki("39f046ebb36e4b"),x=1;5>x;x++)y[ki("7ca11abfd7330390")](ki(b[x-1]),10,15*x);(b.length!==4||b[0][0]!=="5"||b[3][0]!=="7")&&(pi.prototype.Cd=pi.prototype.Eu),Ec=a}}Re.className="Diagram",Re.fromDiv=function(a){var y=a;return typeof a=="string"&&(y=Ye.document.getElementById(a)),y instanceof HTMLDivElement&&y.H instanceof Re?y.H:null},Re.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},Re.useDOM=function(a){la=a?Ye.document!==void 0:!1},Re.isUsingDOM=function(){return la},Re.None=ps,Re.Uniform=al,Re.UniformToFill=ad,Re.CycleAll=Ac,Re.CycleNotDirected=zg,Re.CycleNotDirectedFast=jg,Re.CycleNotUndirected=Hg,Re.CycleDestinationTree=Zg,Re.CycleSourceTree=Wg,Re.DocumentScroll=Ch,Re.InfiniteScroll=kc,Re.TreeParentCollapsed=Lh,Re.AllParentsCollapsed=Ma,Re.AnyParentsCollapsed=Cf;function um(){this.wy=null,this.j="zz@orderNum",this._tk==="63ad05bbe23a1786468a4c741b6d2"?this.Rc=this.j=!0:this.Rc=null}function Kd(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=Ye[ki("76a715b2f73f148a")][ki("72ba13b5")]||"";if(a.Rc=!0,la){var b=Re[ki("76a115b6ed251eaf4692")];if(b)for(var E=Gg.iterator;E.next()&&(b=E.value,b=ki(b).split(ki("39e9")),!(6>b.length));){var z=ki(b[1]).split(".");if(b[4]!=="7da71ca0")break;var tt=ki(cn[ki("6cae19")]).split(".");if(z[0]>tt[0]||z[0]===tt[0]&&z[1]>=tt[1]){var rt=Ye[ki("74a900bae4370f8b51")][ki("6fbb13a1c2311e8a57")].toLowerCase();if(tt=rt[ki("73a612b6fb191d")](ki("3aad1ab6e022098b4dc4")),z=ki(b[2]),-1<tt&&(rt=rt[ki("73a612b6fb191d")](z.toLowerCase()+"/"),a.Rc=!(-1<rt&&rt<tt),!a.Rc))break;for(tt=x[ki("76ad18b4f73e")],rt=x[ki("73a612b6fb191d")](ki("35e7"))+2;rt<tt;rt++)y+=x[rt];if(tt=y[ki("73a612b6fb191d")](z),0>tt&&z!==ki("7da71ca0ad381e90")&&(tt=y[ki("73a612b6fb191d")](ki("76a715b2ef3e149757"))),0>tt&&(tt=y[ki("73a612b6fb191d")](ki("76a715b2ef3e149757"))),0>tt&&(tt=y[ki("73a612b6fb191d")](ki("2bfa41fdb3784bca12"))),0>tt&&(tt=x[ki("73a612b6fb191d")](ki("7baa19a6f76c1988428554"))),a.Rc=!(0<=tt&&tt<y[ki("73a612b6fb191d")](ki("35"))||y[ki("73a612b6fb191d")](ki("35"))===-1),!a.Rc||x[ki("73a612b6fb191d")](ki("7fb002b6ed25128b4da25b2e"))&&(a.Rc=!(-1<x[ki("73a612b6fb191d")](z)),!a.Rc)||(tt=Ye[ki("76a715b2f73f148a")][ki("69ad17a1e03e")],rt=tt[ki("73a612b6fb191d")](ki("7fb002b6ed25128b4da25b2e")),-1<rt&&(a.Rc=!(tt[ki("73a612b6fb191d")](z)>rt),!a.Rc)))break;if(z[0]==="#"){tt=Ye.document.createElement("div");for(var ot=b[0].replace(/[A-Za-z]/g,"");4>ot.length;)ot+="9";if(rt=ot,ot=ot.substr(ot.length-4),b="",b+=["gsh","gsf"][parseInt(ot.substr(0,1),10)%2],b+=["Header","Background","Display","Feedback"][parseInt(ot.substr(0,1),10)%4],tt[ki("79a417a0f0181a8946")]=b,Ye.document[ki("78a712aa")]){Ye.document[ki("78a712aa")][ki("7bb806b6ed32388c4a875b")](tt),ot=Ye.getComputedStyle(tt).getPropertyValue(ki("78a704b7e62456904c9b12701b6532a8"));var st=Ye.getComputedStyle(tt).getPropertyValue(ki("75b817b0ea2202"));if(Ye.document[ki("78a712aa")][ki("68ad1bbcf533388c4a875b")](tt),ot){if(tt=Ye[ki("77a902b0eb1b1e804a8a")],st==="0."+parseInt(rt,10)%100||ot.indexOf(parseInt(z[1]+z[2],16))!==-1&&ot.indexOf(parseInt(z[3]+z[4],16))!==-1){a.Rc=!1;break}else if(tt&&tt(ki("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[ki("76ad18b4f73e")],E=x[ki("73a612b6fb191d")](ki("35e7"))+2;E<ut;E++)y+=x[E];x=y[ki("73a612b6fb191d")](ki("7da71ca0ad381e90")),a.Rc=!(0<=x&&x<y[ki("73a612b6fb191d")](ki("35")))}}}return 0<a.Rc&&a!==a.wy}um.className="DiagramHelper";function th(a){this.j=a===void 0?new Ot:a,this.o=new Ot}ln.Object.defineProperties(th.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 Fc="DraggingInfo";th.className="DraggingInfo";function it(a,y,x){this.node=a,this.info=y,this.Su=x}it.className="DraggingNodeInfoPair";function at(){this.reset()}at.prototype.reset=function(){this.isGridSnapEnabled=!1,this.isGridSnapRealtime=!0,this.gridSnapCellSize=new Yt(NaN,NaN).freeze(),this.gridSnapCellSpot=Ui,this.gridSnapOrigin=new Ot(NaN,NaN).freeze(),this.groupsSnapMembers=this.dragsTree=this.dragsLink=!1,this.dragsMembers=this.groupsAlwaysMove=!0},at.className="DraggingOptions";function dt(a,y){if(typeof a=="string"||Ye.Element&&a instanceof Element)var x=Re.call(this,a)||this;else x=Re.call(this)||this,y=a;return ht(x),y&&x.nm(y),x}Ne(dt,Re);function ht(a){a.allowDragOut=!0,a.allowMove=!1,a.isReadOnly=!0,a.contentAlignment=or,a.layout=new qa}dt.prototype.reset=function(){Re.prototype.reset.call(this),ht(this)},dt.className="Palette";function pt(a,y){if(typeof a=="string"||Ye.Element&&a instanceof Element)var x=Re.call(this,a)||this;else x=Re.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 Yi;var E=new Er;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 Ut,x.toolManager.mouseMoveTools),x.click=function(){var z=b.observed;if(z!==null){var tt=z.viewportBounds,rt=b.lastInput.documentPoint;z.position=new Ot(rt.x-tt.width/2,rt.y-tt.height/2)}},x.Pf=function(){b.Ya(),zt(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&&zt(b)},x.autoScale=al,x.vb=!1,y&&Object.assign(x,y),x}Ne(pt,Re),pt.prototype.computePixelRatio=function(){return 1},pt.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(jd(this),this.ql===null){var x=new Il(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),At(this)}finally{this.ta=a,this.ib=y}}}Re.prototype.redraw.call(this)},pt.prototype.gc=function(){if(this.Ka===null&&Qt("No div specified"),this.ta===null&&Qt("No canvas specified"),!(this.ta instanceof Cu)&&(Ov(this.box),this.Fc)){var a=this.observed;if(a!==null&&!a.animationManager.defaultAnimation.isAnimating&&a.pi){jd(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?At(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 At(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=he.alloc().assign(a.viewportBounds).ed(y.viewportBounds),Pu(y,E),he.free(E),os(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 rt=y[tt],ot=a;if(rt.visible&&rt.opacity!==0){var st=rt.diagram.grid.part;if(!x&&rt.isTemporary)b&&st.layer===rt&&(rt=$u(rt,E),st.gc(E,ot),E.globalAlpha=rt);else{for(var ut=$u(rt,E),ft=ot.scale,vt=he.alloc(),xt=rt.Pa.s,bt=xt.length,Tt=0;Tt<bt;Tt++){var Xt=xt[Tt];(b||Xt!==st)&&rt.Oj(E,Xt,ot,null,ft,vt,!1)}he.free(vt),E.globalAlpha=ut}}}}}function zt(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=Yt.alloc();E.h(x.width,x.height),b.desiredSize=E,Yt.free(E),a=2/a.scale,b instanceof Er&&(b.strokeWidth=a),y.location=new Ot(x.x-a/2,x.y-a/2),y.isSelected=!0}}}pt.prototype.computeBounds=function(){var a=this.observed;if(a===null)return cr;var y=a.documentBounds.copy();return y.ed(a.viewportBounds),y},pt.prototype.invalidateViewport=function(){this.Fc!==!0&&(this.Fc=!0,this.$b())},pt.prototype.onViewportBoundsChanged=function(a,y,x,b){this.vb||(this.vd=!0,this.N(),this.Ee=!0,this.Ya(),zt(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))},ln.Object.defineProperties(pt.prototype,{observed:{get:function(){return this.V},set:function(a){var y=this.V;if(a instanceof pt&&Qt("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),zt(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),zt(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)}}}),pt.className="Overview";function Ut(){Go.call(this),this.j=null}Ne(Ut,Go),Ut.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 Ot(x.width/2,x.height/2),a=a.firstInput.documentPoint,y.position=new Ot(a.x-this.j.x,a.y-this.j.y)),!0)},Ut.prototype.doActivate=function(){this.j=null,Go.prototype.doActivate.call(this)},Ut.prototype.doUpdateCursor=function(){var a=this.diagram,y=a.box;y!==null&&y.cursor&&(a.currentCursor=y.cursor)},Ut.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 Ot(b.x-x.x,b.y-x.y)}a=a.lastInput.documentPoint,y.position=new Ot(a.x-this.j.x,a.y-this.j.y)}}},Ut.className="OverviewDraggingTool";function Kt(){rr(this),this.H=Tu,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=cr,this.hb=!0,this.cg=null,this.ob=200}Kt.prototype.toString=function(){return"CommandHandler"},Kt.prototype.Xe=function(a){this.H=a},Kt.prototype.doKeyDown=function(){var a=this.diagram,y=a.lastInput,x=jr?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()},Kt.prototype.doKeyUp=function(){this.diagram.lastInput.bubbles=!0},Kt.prototype.stopCommand=function(){var a=this.diagram,y=a.currentTool;y instanceof wo&&a.allowSelect&&a.clearSelection(),y!==null&&y.doCancel()},Kt.prototype.canStopCommand=function(){return!0},Kt.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=""}},Kt.prototype.canSelectAll=function(){return this.diagram.allowSelect},Kt.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 Cn,x=a.selection.iterator;x.next();)hd(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=""}},Kt.prototype.canDeleteSelection=function(){var a=this.diagram;return!(a.isReadOnly||a.isModelReadOnly||!a.allowDelete||a.selection.count===0)},Kt.prototype.copySelection=function(){var a=this.diagram,y=new Cn;for(a=a.selection.iterator;a.next();)hd(y,a.value,!0,this.copiesTree?1/0:0,this.copiesConnectedLinks,function(x){return x.canCopy()});this.copyToClipboard(y)},Kt.prototype.canCopySelection=function(){var a=this.diagram;return!!(a.allowCopy&&a.allowClipboard&&a.selection.count!==0)},Kt.prototype.cutSelection=function(){this.copySelection(),this.deleteSelection()},Kt.prototype.canCutSelection=function(){var a=this.diagram;return!!(!a.isReadOnly&&!a.isModelReadOnly&&a.allowCopy&&a.allowDelete&&a.allowClipboard&&a.selection.count!==0)},Kt.prototype.copyToClipboard=function(a){var y=this.diagram,x=null;if(a===null)Wd=null,od="";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 pn,x.addAll(z),Wd=x,od=y.model.dataFormat}}y.R("ClipboardChanged",x)},Kt.prototype.pasteFromClipboard=function(){var a=new Cn,y=Wd;if(y===null)return a;var x=this.diagram;if(od!==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},Kt.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);nd(y,z,new Ot(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=""}},Kt.prototype.canPasteSelection=function(){var a=this.diagram;return!(a.isReadOnly||a.isModelReadOnly||!a.allowInsert||!a.allowClipboard||Wd===null||Wd.count===0||od!==a.model.dataFormat)},Kt.prototype.undo=function(){this.diagram.undoManager.undo()},Kt.prototype.canUndo=function(){var a=this.diagram;return a.isReadOnly||a.isModelReadOnly?!1:a.allowUndo&&a.undoManager.canUndo()},Kt.prototype.redo=function(){this.diagram.undoManager.redo()},Kt.prototype.canRedo=function(){var a=this.diagram;return a.isReadOnly||a.isModelReadOnly?!1:a.allowUndo&&a.undoManager.canRedo()},Kt.prototype.decreaseZoom=function(a){a===void 0&&(a=1/this.zoomFactor);var y=this.diagram;y.autoScale===ps&&(a=y.scale*a,a<y.minScale||a>y.maxScale||(y.scale=a))},Kt.prototype.canDecreaseZoom=function(a){a===void 0&&(a=1/this.zoomFactor);var y=this.diagram;return y.autoScale!==ps?!1:(a=y.scale*a,a<y.minScale||a>y.maxScale?!1:y.allowZoom)},Kt.prototype.increaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;y.autoScale===ps&&(a=y.scale*a,a<y.minScale||a>y.maxScale||(y.scale=a))},Kt.prototype.canIncreaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;return y.autoScale!==ps?!1:(a=y.scale*a,a<y.minScale||a>y.maxScale?!1:y.allowZoom)},Kt.prototype.resetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;a<y.minScale||a>y.maxScale||(y.scale=a)},Kt.prototype.canResetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;return a<y.minScale||a>y.maxScale?!1:y.allowZoom},Kt.prototype.zoomToFit=function(){var a=this.diagram,y=a.animationManager;y.Cc(),a.redraw();var x=a.position,b=a.scale;Nu(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=cr):(this.Jt=b,this.sw=x.copy(),a.zoomToFit(),this.Au=a.scale,this.yu=a.documentBounds.copy()),sf(y)},Kt.prototype.canZoomToFit=function(){return this.diagram.allowZoom},Kt.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(ot){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;Nu(x,"Scroll To Part");var b=this.scrollToPartPause;if(0<b){var E=ue(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 ot=E.pop();0<E.length&&ot instanceof gi&&ot.isTreeExpanded&&(!(ot instanceof br)||ot.isSubGraphExpanded);)ot=E.pop();0<E.length?(ot instanceof Yi&&y.tv(ot.actualBounds),ot instanceof gi&&!ot.isTreeExpanded&&(ot.isTreeExpanded=!0),ot instanceof br&&!ot.isSubGraphExpanded&&(ot.isSubGraphExpanded=!0)):(ot instanceof Yi&&y.es(ot.actualBounds),y.am("LayoutCompleted",tt)),y.eb("Scroll To Part")},tt=function(){dr(z,(x.isEnabled?x.duration:0)+b)};y.Bj("LayoutCompleted",tt),z()}}else{var rt=y.position.copy();y.es(a.actualBounds),rt.Xa(y.position)&&x.Cc()}}};function ue(a,y,x){if(y.isVisible())return x;if(y instanceof ro)ue(a,y.adornedPart,x);else if(y instanceof Rn){var b=y.fromNode;b!==null&&ue(a,b,x),y=y.toNode,y!==null&&ue(a,y,x)}else y instanceof gi&&(b=y.labeledLink,b!==null&&ue(a,b,x),b=y.pg(),b!==null&&(b.isTreeExpanded||b.wasTreeExpanded||x.push(b),ue(a,b,x))),y=y.containingGroup,y!==null&&(y.isSubGraphExpanded||y.wasSubGraphExpanded||x.push(y),ue(a,y,x));return x}Kt.prototype.canScrollToPart=function(a){return a===void 0&&(a=null),a!==null&&!(a instanceof Yi)?!1:(a=this.diagram,a.selection.count===0&&a.highlighteds.count===0?!1:a.allowHorizontalScroll&&a.allowVerticalScroll)},Kt.prototype.collapseTree=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Collapse Tree"),Nu(y.animationManager,"Collapse Tree");var x=new pn;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 gi&&E.isTreeExpanded&&(E.collapseTree(),x.add(E))}y.R("TreeCollapsed",x)}finally{y.eb("Collapse Tree")}},Kt.prototype.canCollapseTree=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null){if(!(a instanceof gi&&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 gi&&y.isTreeExpanded&&0<y.Qo().count)return!0;return!1},Kt.prototype.expandTree=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Expand Tree"),Nu(y.animationManager,"Expand Tree");var x=new pn;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 gi&&!E.isTreeExpanded&&(E.expandTree(),x.add(E))}y.R("TreeExpanded",x)}finally{y.eb("Expand Tree")}},Kt.prototype.canExpandTree=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null){if(!(a instanceof gi)||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 gi&&!y.isTreeExpanded&&0<y.Qo().count)return!0;return!1},Kt.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 pn,z=a.selection.iterator;z.next();){var tt=z.value;tt.Zc()&&tt.canGroup()&&E.add(tt)}for(var rt=new pn,ot=E.iterator;ot.next();){var st=ot.value;z=!1;for(var ut=E.iterator;ut.next();)if(st.Td(ut.value)){z=!0;break}z||rt.add(st)}if(0<rt.count){var ft=rt.first().containingGroup;if(ft!==null)for(;ft!==null;){E=!1;for(var vt=rt.iterator;vt.next();)if(!vt.value.Td(ft)){E=!0;break}if(E)ft=ft.containingGroup;else break}if(x instanceof br)Rl(x),b=x.copy(),b!==null&&a.add(b);else if(y.Yu(x)){var xt=y.copyNodeData(x);Xe(xt)&&(y.xf(xt),b=a.ii(xt))}if(b!==null){ft!==null&&this.isValidMember(ft,b)&&(b.containingGroup=ft);for(var bt=rt.iterator;bt.next();){var Tt=bt.value;this.isValidMember(b,Tt)&&(Tt.containingGroup=b)}a.clearSelection(!0),b.isSelected=!0}}a.R("SelectionGrouped",b)}finally{a.eb("Group"),a.R("ChangedSelection",a.selection),a.currentCursor=""}}}},Kt.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 tn(a){var y=ai();for(a=a.iterator;a.next();){var x=a.value;x instanceof Rn||y.push(x)}a=new Cn,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 Jn(y),a}Kt.prototype.isValidMember=function(a,y){if(y===null||a===y||y instanceof Rn)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},Kt.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 pn;if(a!==null)b.add(a);else for(var E=y.selection.iterator;E.next();){var z=E.value;z instanceof br&&z.canUngroup()&&b.add(z)}var tt=new pn;if(0<b.count){y.clearSelection(!0);for(var rt=b.iterator;rt.next();){var ot=rt.value;ot.expandSubGraph();var st=ot.containingGroup,ut=st!==null&&st.data!==null?x.wa(st.data):void 0;tt.addAll(ot.memberParts);for(var ft=tt.iterator;ft.next();){var vt=ft.value;if(vt.isSelected=!0,!(vt instanceof Rn)){var xt=vt.data;xt!==null?x.mp(xt,ut):vt.containingGroup=st}}y.remove(ot)}}y.R("SelectionUngrouped",b,tt)}finally{y.eb("Ungroup"),y.R("ChangedSelection",y.selection),y.currentCursor=""}},Kt.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 br))return!1;if(a.canUngroup())return!0}else for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof br&&y.canUngroup())return!0;return!1},Kt.prototype.addTopLevelParts=function(a,y){var x=!0;for(a=tn(a).iterator;a.next();){var b=a.value;b.containingGroup!==null&&(!y||this.isValidMember(null,b)?b.containingGroup=null:x=!1)}return x},Kt.prototype.collapseSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Collapse SubGraph"),Nu(y.animationManager,"Collapse SubGraph");var x=new pn;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 br&&E.isSubGraphExpanded&&(E.collapseSubGraph(),x.add(E))}y.R("SubGraphCollapsed",x)}finally{y.eb("Collapse SubGraph")}},Kt.prototype.canCollapseSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null)return!!(a instanceof br&&a.isSubGraphExpanded);for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof br&&y.isSubGraphExpanded)return!0;return!1},Kt.prototype.expandSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;try{y.Ea("Expand SubGraph"),Nu(y.animationManager,"Expand SubGraph");var x=new pn;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 br&&!E.isSubGraphExpanded&&(E.expandSubGraph(),x.add(E))}y.R("SubGraphExpanded",x)}finally{y.eb("Expand SubGraph")}},Kt.prototype.canExpandSubGraph=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.isReadOnly)return!1;if(a!==null)return a instanceof br&&!a.isSubGraphExpanded;for(a=y.selection.iterator;a.next();)if(y=a.value,y instanceof br&&!y.isSubGraphExpanded)return!0;return!1},Kt.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 Oo&&z.editable})}a!==null&&(y.currentTool=null,x.textBlock=a,y.currentTool=x)}},Kt.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 Oo))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 Oo&&x.editable}),a!==null))return!0;return!1},Kt.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 ye?E=a.ga(xi):y.viewportBounds.ca(b.documentPoint)||(E=y.viewportBounds,E=new Ot(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,Qu(x,!1,a)}},Kt.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)},Kt.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 Be,a===null)return b;for(var z=a.iterator;z.next();)Bu(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 Rn&&(y=a.fromNode,y===null||b.contains(y)?(y=a.toNode,y===null||b.contains(y)||b.remove(a)):b.remove(a));return b},ln.Object.defineProperties(Kt.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||Qt("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}}}),Kt.className="CommandHandler",Qp=function(){return new Kt};function ye(){rr(this),this.l=30723,this.pb=1,this.bn="",this.Ma=this.Me=null,this.pa=new Ot(NaN,NaN).freeze(),this.jd=Un,this.Ab=new pi,this.wh=new pi,this.Lb=null,this.Ca=this.Kk=1,this.Kb=0,this.Kg=Sr,this.uc=new he(NaN,NaN,NaN,NaN).freeze(),this.Ib=new he(NaN,NaN,NaN,NaN).freeze(),this.dc=new he(0,0,NaN,NaN).freeze(),this.ba=this.Yn=this.Zn=null,this.sk=this.Jb=Ao,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 kn,wn,zi,Ki,ar,Mr,Jr,Rr,eo,Lo;ye.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=Zi(this.Dh)),this.tb!==null&&(a.tb=this.tb.copy())},ye.prototype.Vw=function(a){var y=this.Dh;if(ri(y)){for(var x=0;x<y.length;x++)if(y[x]===a)return}else this.Dh=y=[];y.push(a)},ye.prototype.Af=function(a){a.Zn=null,a.Ng=null,a.v()},ye.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},ye.prototype.copy=function(){return this.clone()},Ct=ye.prototype,Ct.qb=function(a){a.classType===Rn?a.name.indexOf("Orient")===0?this.segmentOrientation=a:Qt("Unknown Link enum value for GraphObject.segmentOrientation property: "+a):a.classType===ye&&(this.stretch=a)},Ct.toString=function(){return hi(this.constructor)+"#"+Tr(this)},Ct.th=function(){this.A!==null&&(this.A.nc=!0)};function Br(a){a.A===null?a.A=new Tc:a.A.nc&&(a.A=a.A.copy())}Ct.Xc=function(){if(this.ba===null){var a=new Vg;a.Xi=Ii,a.yj=Ii,a.Vi=10,a.wj=10,a.Wi=0,a.xj=0,this.ba=a}},Ct.cb=function(a,y,x,b,E,z,tt){var rt=this.part;if(rt!==null&&(rt.gk(a,y,x,b,E,z,tt),x===this&&a===To&&es(this)&&Ko(this,rt,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 Be),tt=z.undoManager.transactionLevel===0,a.startCondition===$h?tt=!0:a.startCondition===Od&&(tt=!1),tt?(z=new rs,Xp(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()):(Nu(z.animationManager,"Trigger"),z.animationManager.defaultAnimation.add(this,y,b,E)))),this instanceof Nn&&x===rt&&(rt.l&16777216)!==0&&rt.data!==null))for(x=this.O.s,b=x.length,E=0;E<b;E++)rt=x[E],rt instanceof Nn&&Jd(rt,function(ot){ot.data!==null&&ot.l&16777216&&ot.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=MS(z,b,a),tt===null)continue;z.sp(a,tt,x,null)}else if(z.isToModel){var rt=y.diagram;rt===null||rt.skipsModelSourceBindings||z.sp(a,rt.model.modelData,x,b)}else{if(rt=b.data,rt===null)continue;var ot=y.diagram;ot===null||ot.skipsModelSourceBindings||z.sp(a,rt,x,b)}tt===a&&(rt=b.ks(z.Ai),rt!==null&&z.Mv(rt,tt,x))}}Ct.ks=function(a){return this.bindingId===a?this:null},Ct.g=function(a,y,x){this.cb(To,a,this,y,x)},Ct.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 pi);var z=this.Lb;z.reset(),this.no(z,a,y,x,b),z.pp(E)}};function Ba(a,y,x,b){return a.pickable===!1?!1:(b.multiply(a.transform),x?a.Yc(y,b):a.fh(y,b))}Ct.tx=function(a,y,x){if(this.pickable===!1)return!1;var b=this.naturalBounds;return y=a.Bf(y),x?fi(a.x,a.y,0,0,0,b.height)<=y||fi(a.x,a.y,0,b.height,b.width,b.height)<=y||fi(a.x,a.y,b.width,b.height,b.width,0)<=y||fi(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},Ct.se=function(){return!0},Ct.ca=function(a){var y=Ot.alloc();y.assign(a),this.transform.Ga(y);var x=this.actualBounds;if(!x.w())return Ot.free(y),!1;var b=this.diagram;if(b!==null&&b.wq){var E=b.Ql("extraTouchThreshold"),z=b.Ql("extraTouchArea"),tt=z/2,rt=this.naturalBounds;b=this.Df()*b.scale;var ot=1/b;if(rt.width*b<E&&rt.height*b<E)return a=Vn(x.x-tt*ot,x.y-tt*ot,x.width+z*ot,x.height+z*ot,y.x,y.y),Ot.free(y),a}return E=!1,(this instanceof ro||this instanceof Er?Vn(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)),Ot.free(y),E},Ct.gh=function(a){var y=this.naturalBounds;return Vn(0,0,y.width,y.height,a.x,a.y)},Ct.Re=function(a){if(this.angle===0)return this.actualBounds.Re(a);var y=this.naturalBounds;y=he.allocAt(0,0,y.width,y.height);var x=this.transform,b=!1,E=Ot.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)))),Ot.free(E),he.free(y),b},Ct.fh=function(a,y){if(y===void 0)return a.Re(this.actualBounds);var x=this.naturalBounds,b=!1,E=Ot.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)))),Ot.free(E),b},Ct.Yc=function(a,y){if(y===void 0&&(y=this.transform,this.angle===0))return a.Yc(this.actualBounds);var x=this.naturalBounds,b=Ot.allocAt(0,0),E=Ot.allocAt(0,x.height),z=Ot.allocAt(x.width,x.height),tt=Ot.allocAt(x.width,0),rt=!1;if(a.ca(y.Ga(b))||a.ca(y.Ga(E))||a.ca(y.Ga(z))||a.ca(y.Ga(tt)))rt=!0;else{x=he.allocAt(0,0,x.width,x.height);var ot=Ot.allocAt(a.x,a.y);x.ca(y.Cd(ot))?rt=!0:(ot.h(a.x,a.bottom),x.ca(y.Cd(ot))?rt=!0:(ot.h(a.right,a.bottom),x.ca(y.Cd(ot))?rt=!0:(ot.h(a.right,a.y),x.ca(y.Cd(ot))&&(rt=!0)))),Ot.free(ot),he.free(x),!rt&&(ce.us(a,b,E)||ce.us(a,E,z)||ce.us(a,z,tt)||ce.us(a,tt,b))&&(rt=!0)}return Ot.free(b),Ot.free(E),Ot.free(z),Ot.free(tt),rt},Ct.ga=function(a,y){if(y===void 0&&(y=new Ot),a instanceof Fn){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},Ct.mi=function(a){a===void 0&&(a=new he);var y=this.naturalBounds,x=this.oe,b=Ot.allocAt(0,0).transform(x);return a.h(b.x,b.y,0,0),b.h(y.width,0).transform(x),ni(a,b.x,b.y,0,0),b.h(y.width,y.height).transform(x),ni(a,b.x,b.y,0,0),b.h(0,y.height).transform(x),ni(a,b.x,b.y,0,0),Ot.free(b),a},Ct.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},Ct.Df=function(){if(!(this.l&4096))return this.Kk;var a=this.Ca;return this.panel!==null?a*this.panel.Df():a},Ct.qs=function(a,y){return y===void 0&&(y=new Ot),y.assign(a),this.oe.Cd(y),y},Ct.rs=function(a,y,x){return this.Sj(a.x,a.y,y.x,y.y,x)},Ct.Sj=function(a,y,x,b,E){var z=this.transform,tt=1/(z.m11*z.m22-z.m12*z.m21),rt=z.m22*tt,ot=-z.m12*tt,st=-z.m21*tt,ut=z.m11*tt,ft=tt*(z.m21*z.dy-z.m22*z.dx),vt=tt*(z.m12*z.dx-z.m11*z.dy);return this.areaBackground!==null?(z=this.actualBounds,ce.Ff(z.left,z.top,z.right,z.bottom,a,y,x,b,E)):(tt=a*rt+y*st+ft,a=a*ot+y*ut+vt,y=x*rt+b*st+ft,x=x*ot+b*ut+vt,E.h(0,0),b=this.naturalBounds,x=ce.Ff(0,0,b.width,b.height,tt,a,y,x,E),E.transform(z),x)},ye.prototype.measure=function(a,y,x,b){if(ll(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 rt=this instanceof Nn;switch(Os(this,!0)){case wn:tt=E=0,rt&&(y=a=1/0);break;case kn:isFinite(a)&&a>x&&(E=a),isFinite(y)&&y>b&&(tt=y);break;case Ki:isFinite(a)&&a>x&&(E=a),tt=0,rt&&(y=1/0);break;case ar:isFinite(y)&&y>b&&(tt=y),E=0,rt&&(a=1/0)}rt=this.maxSize;var ot=this.minSize;E>rt.width&&ot.width<rt.width&&(E=rt.width),tt>rt.height&&ot.height<rt.height&&(tt=rt.height),x=Math.max(E,ot.width),b=Math.max(tt,ot.height),rt.width<x&&(x=Math.min(ot.width,x)),rt.height<b&&(b=Math.min(ot.height,b)),a=Math.min(rt.width,a),y=Math.min(rt.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()||Qt("Non-real measuredBounds has been set. Object "+this+", measuredBounds: "+this.uc.toString()),Aa(this,!1)}},ye.prototype.Wl=function(){},ye.prototype.Dd=function(){return!1},ye.prototype.arrange=function(a,y,x,b,E){this.Uk();var z=he.alloc();z.assign(this.Ib),this.Ib.ka(),Cs(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&&Ah(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 Oo&&(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()||Qt("Non-real actualBounds has been set. Object "+this+", actualBounds: "+this.Ib.toString()),this.Xl(z,this.Ib),Ou(this,!1),he.free(z)},Ct=ye.prototype,Ct.eh=function(){};function ms(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=Os(a,!0),x===b&&z===E&&(y=wn),y){case wn:(x>b||z>E)&&(Aa(a,!0),a.measure(x>b?b:x,z>E?E:z,0,0));break;case kn:Aa(a,!0),a.measure(b,E,0,0);break;case Ki:Aa(a,!0),a.measure(b,z,0,0);break;case ar:Aa(a,!0),a.measure(x,E,0,0)}}}Ct.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(),Tn(a,y)||(x.oh(),this.Pn(x)))},Ct.Pn=function(a){this.portId!==null&&(zv(a,!0),a instanceof gi&&G1(a,this))},Ct.gc=function(a,y){if(!xl(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 Nn&&Ah(this),tt=this.Ib;if(z){var rt=this.Ib,ot=this.dc,st=this.areaBackground,ut=this.Ma;st===null&&ut===null||a.yc(),st!==null&&(ha(this,a,st,!0,!0,ot,rt),st instanceof po&&st.type===Cl?(a.beginPath(),a.rect(rt.x,rt.y,rt.width,rt.height),a.ng(st)):a.fillRect(rt.x,rt.y,rt.width,rt.height)),ut!==null&&(ha(this,a,ut,!0,!1,ot,rt),ut instanceof po&&ut.type===Cl?(a.beginPath(),a.rect(rt.x,rt.y,rt.width,rt.height),a.ng(ut)):a.fillRect(rt.x,rt.y,rt.width,rt.height)),this.hh(a,y)}if(!z&&(z||tt.width!==0&&tt.height!==0&&!isNaN(tt.x)&&!isNaN(tt.y))){z=this.transform,rt=this.panel,this.l&4096&&Qa(this),st=this.part,ot=!1;var ft=0;st&&y.Gf("drawShadows")&&(ot=st.isShadowed)&&(ut=st.shadowOffset,ft=Math.max(ut.y,ut.x)*y.scale*y.Mb),ut=this.Dd();var vt;if(!(vt=y.$i||!ut)){var xt=this.naturalBounds;vt=this.wh;var bt=vt.m11,Tt=vt.m21,Xt=vt.dx,Zt=vt.m12,qt=vt.m22,_t=vt.dy,ee,me=ee=0;vt=ee*bt+me*Tt+Xt;var Ie=ee*Zt+me*qt+_t;ee=xt.width+ft,me=0;var li=ee*bt+me*Tt+Xt;ee=ee*Zt+me*qt+_t,me=Math.min(vt,li);var Di=Math.min(Ie,ee),wi=Math.max(vt+0,li)-me,In=Math.max(Ie+0,ee)-Di;vt=me,Ie=Di,ee=xt.width+ft,me=xt.height+ft,li=ee*bt+me*Tt+Xt,ee=ee*Zt+me*qt+_t,me=Math.min(vt,li),Di=Math.min(Ie,ee),wi=Math.max(vt+wi,li)-me,In=Math.max(Ie+In,ee)-Di,vt=me,Ie=Di,ee=0,me=xt.height+ft,li=ee*bt+me*Tt+Xt,ee=ee*Zt+me*qt+_t,me=Math.min(vt,li),Di=Math.min(Ie,ee),wi=Math.max(vt+wi,li)-me,In=Math.max(Ie+In,ee)-Di,vt=me,Ie=Di,ft=y.viewportBounds,xt=ft.x,bt=ft.y,vt=!(vt>ft.width+xt||xt>wi+vt||Ie>ft.height+bt||bt>In+Ie)}if(vt){if(vt=(this.l&256)!==0,a.clipInsteadOfFill&&(vt=!1),this instanceof Oo&&(a.font=this.font),vt){if(Ie=rt.se()?rt.naturalBounds:rt.actualBounds,wi=Math.max(tt.x,Ie.x),In=Math.max(tt.y,Ie.y),ft=Math.min(tt.right,Ie.right)-wi,xt=Math.min(tt.bottom,Ie.bottom)-In,bt=this.tb,bt!==null&&(wi=bt.x,In=bt.y,ft=bt.width,xt=bt.height),wi>tt.width+tt.x||tt.x>Ie.width+Ie.x){x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E);return}a.save(),a.beginPath(),a.rect(wi,In,ft,xt),a.clip()}if(ut){if(!st.isVisible()){x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E);return}ot&&(Ie=st.shadowOffset,a.Ev(Ie.x*y.scale*this.scale*y.Mb,Ie.y*y.scale*this.scale*y.Mb,st.shadowBlur),eh(a),a.shadowColor=st.shadowColor)}ot&&this.shadowVisible===!0?eh(a):ot&&this.shadowVisible===!1&&Iu(a),st=this.naturalBounds,this.areaBackground!==null&&(a.yc(),sl(this,a,st,tt)),a.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),ot&&Ya(this,rt)&&this.shadowVisible===null&&Iu(a),this.Ma!==null&&(a.yc(),Vs(this,a,st,tt)),ot&&(this.Ma!==null||this.areaBackground!==null||Ya(this,rt))?(Ul(this,!0),this.shadowVisible===null&&Iu(a)):Ul(this,!1),this.hh(a,y),ot&&this.l&512&&eh(a),ut&&ot&&Iu(a),vt&&(a.restore(),a.Vc(this instanceof Nn)),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 Ya(a,y){return y===null?!1:(Ah(y)&&(y=y.panel),(y.l&512)!==0||(y.type===Nn.Auto||y.type===Nn.Spot)&&y.Pb()!==a)}Ct.Dv=function(){};function sl(a,y,x,b){ha(a,y,a.areaBackground,!0,!0,x,b),a.areaBackground instanceof po&&a.areaBackground.type===Cl?(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,rt=x.width+E,ot=x.height+E;ha(a,y,a.Ma,!0,!1,x,b),a.Ma instanceof po&&a.Ma.type===Cl?(y.beginPath(),y.rect(z-E/2,tt-E/2,rt,ot),y.ng(a.Ma)):y.fillRect(z-E/2,tt-E/2,rt,ot)}function cs(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===Nn.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 xl(a,y,x){if(!(y instanceof _s))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&&cs(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),eh(y),y.shadowColor=a.shadowColor}a instanceof Oo&&(y.font=a.font),y.yd=null;var tt=a.transform;z=a instanceof Nn;var rt=a instanceof Nn?Ah(a):!1;a.l&4096&&Qa(a);var ot=a.Ib;if(y.rb.ha=[1,0,0,1,0,0],y.o=!1,E&&(y.o=!0,z&&rt?(Kg(y,1,0,0,1,0,0),a.svg=y.ad):z?(Kg(y,tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy),a.svg=y.ad):Kg(y,1,0,0,1,0,0)),E=a.naturalBounds,a.areaBackground!==null){var st=tt.copy().Vj();y.rb.ha=[st.m11,st.m12,st.m21,st.m22,st.dx,st.dy],sl(a,y,E,ot),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?(rt&&(y.rb.ha=[tt.m11,tt.m12,tt.m21,tt.m22,tt.dx,tt.dy]),Vs(a,y,E,ot),rt&&(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,ot)),y.yd.Ma=y.ad,y.yd.prepend(y.ad)),tt=y.yd,E=a.part,rt=!1,E&&x.Gf("drawShadows")&&(rt=E.isShadowed),y.clipInsteadOfFill&&(rt=!1),a.Dd()&&rt&&eh(y),rt&&a.shadowVisible===!0?eh(y):rt&&a.shadowVisible===!1&&Iu(y),E=a.panel,rt&&Ya(a,E)&&a.shadowVisible===null&&Iu(y),y.Il&&(st=x.computePixelRatio(),st="drop-shadow("+y.shadowOffsetX/st+"px "+y.shadowOffsetY/st+"px "+y.shadowBlur/st/2+"px "+y.shadowColor+")",a.background!==null&&tt.Ma.setAttributeNS(null,"filter",st),a.areaBackground!==null&&tt.gd.setAttributeNS(null,"filter",st)),rt&&(a.Ma!==null||a.areaBackground!==null||Ya(a,E))?(Ul(a,!0),a.shadowVisible===null&&Iu(y)):Ul(a,!1),E=rt,a.hh(y,x),z&&y.nh.pop(),y.o&&y.nh.pop(),tt=y.Gv.hs,rt=z?a.svg:y.yd,st=a.svg,!z&&st!==null&&rt!==st&&st.parentNode===a.panel.svg?(a.svg.replaceWith(rt),a.svg=rt,rt!==null&&a.$o(y,b,ot,rt),Bs(y,st),!0):(a.svg=rt,tt!==null&&rt===null&&(dm(y),y.nh.pop()),rt===null||(a.$o(y,b,ot,rt),y.Il&&(x=x.computePixelRatio(),a.Dv(rt,"drop-shadow("+y.shadowOffsetX/x+"px "+y.shadowOffsetY/x+"px "+y.shadowBlur/x/2+"px "+y.shadowColor+")")),E&&a.l&512&&eh(y),a.Dd()&&Iu(y),x=a.Dd()?a.opacity*y.globalAlpha:a.opacity,x!==1&&rt.setAttributeNS(null,"opacity",x.toString()),a.filter!==""&&rt.setAttributeNS(null,"filter",a.filter),a.Dd()?(y.ti?y.ti.after(rt):y.Nj.prepend(rt),y.ti=rt):b!==null&&cs(a,b,rt),tt!==null&&tt(a,rt)),!0)}Ct.$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 rt=null;z!==null&&(rt=a.svg.getElementById(z.split("#")[1].slice(0,-1))),rt===null?(z="CLIP"+ho++,rt=a.Ud("clipPath",{id:z}),y=a.Ud("rect",{x:y,y:E,width:tt,height:x}),this instanceof Nn&&(E=this.transform.copy().Vj(),y.setAttribute("transform","matrix("+E.m11+", "+E.m12+", "+E.m21+", "+E.m22+", "+E.dx+", "+E.dy+")")),rt.appendChild(y),a.svg.appendChild(rt),b.setAttributeNS(null,"clip-path","url(#"+z+")")):(a=rt.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"),Bs(a,b)};function Bs(a,y){y=y.getAttribute("clip-path"),y!==null&&(a=a.svg.getElementById(y.split("#")[1].slice(0,-1)),a!==null&&a.remove())}function fs(a){if(a.svg!==null){var y=a.svg.innerHTML.match(/url\(#((CLIP|GRAD).+?)\)/g),x=a.svg.ownerDocument;if(y!==null){y=oi(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()}}Ct.hh=function(){},Ct.lv=function(){this.Uc=!0},Ct.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 Nn?Ah(this):!1;if(!(this instanceof Nn&&E))if(this instanceof Rs){var z=this.bt;a.rb.ha=[b.m11,b.m12,b.m21,b.m22,b.dx,b.dy],z!==null&&Jy(a,z[0],z[1],z[2],z[3],z[4],z[5],z[6],z[7]),x?y.lastElementChild.setAttributeNS(null,"transform",Qy(a)):y.setAttributeNS(null,"transform",Qy(a))}else if(!x||this instanceof Nn)y.setAttributeNS(null,"transform","matrix("+b.m11+", "+b.m12+", "+b.m21+", "+b.m22+", "+b.dx+", "+b.dy+")");else if(this instanceof Er){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],sl(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&&cm(a,z)),(this.background!==null||y.Ma!==void 0)&&(z=y.Ma,this.background===null?(cm(a,y.Ma),y.Ma.remove(),y.Ma=void 0):((E||x&&!(this instanceof Nn))&&(a.rb.ha=[b.m11,b.m12,b.m21,b.m22,b.dx,b.dy]),Vs(this,a,this.naturalBounds,this.actualBounds),y.Ma?(cm(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&&cm(a,z)),this.$o(a,this.panel,this.actualBounds,y),!0},Ct.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 ha(a,y,x,b,E,z,tt){if(x!==null){var rt=1,ot=1;if(typeof x=="string")b?y.fillStyle=x:y.strokeStyle=x;else if(x.type===Mh)b?y.fillStyle=x.color:y.strokeStyle=x.color;else{var st=a.kq();if(rt=z.width,ot=z.height,E?(rt=tt.width,ot=tt.height):b||(rt+=st,ot+=st),(z=y instanceof Ud)&&x.xe&&(x.type===Ff||x.yk===rt&&x.ft===ot))var ut=x.xe;else{var ft=0,vt=0,xt=0,bt=0,Tt=0,Xt=0;if(Xt=Tt=0,E?(Tt=tt.x,Xt=tt.y):b||(Tt-=st/2,Xt-=st/2),ft=x.start.x*rt+x.start.offsetX,vt=x.start.y*ot+x.start.offsetY,xt=x.end.x*rt+x.end.offsetX,bt=x.end.y*ot+x.end.offsetY,ft+=Tt,xt+=Tt,vt+=Xt,bt+=Xt,x.type===ih)ut=y.createLinearGradient(ft,vt,xt,bt);else if(x.type===Cl)Xt=isNaN(x.endRadius)?Math.max(rt,ot)/2:x.endRadius,isNaN(x.startRadius)?(Tt=0,Xt=Math.max(rt,ot)/2):Tt=x.startRadius,ut=y.createRadialGradient(ft,vt,Tt,xt,bt,Xt);else if(x.type===Ff)try{ut=y.createPattern(x.pattern,"repeat")}catch(qt){ut=null}if(x.type!==Ff&&(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=rt,x.ft=ot),ut===null&&x.type===Ff&&x.yk!==-1)){x.yk=-1;var Zt=a.diagram;Zt!==null&&x.yk===-1&&dr(function(){Zt.redraw()},600)}}b?y.fillStyle=ut:y.strokeStyle=ut}}}Ct.rg=function(a){if(a instanceof Nn)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},Ct.Ed=function(){if(!this.visible)return!1;var a=this.panel;return a!==null?a.Ed():!0},Ct.If=function(){for(var a=this instanceof Nn?this:this.panel;a!==null&&a.isEnabled;)a=a.panel;return a===null};function Qa(a){if(a.l&2048){var y=a.Ab;if(y.reset(),!a.Ib.w()||!a.uc.w()){Ol(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)}Ol(a,!1),Pl(a,!0)}a.l&4096&&(y=a.panel,y===null?(a.wh.set(a.Ab),a.Kk=a.scale,Pl(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,Pl(a,!1)))}Ct.no=function(a,y,x,b,E){if(this.Ca!==1&&a.scale(this.Ca),this.Kb!==0){var z=Ot.alloc();z.yi(y,x,b,E,xi),a.rotate(this.Kb,z.x,z.y),Ot.free(z)}},Ct.v=function(a){if(!ll(this)){a===void 0&&(a=!1),Aa(this,!0),Ou(this,!0);var y=this.panel;y===null||a||y.v()}},Ct.Uj=function(){ll(this)||(Aa(this,!0),Ou(this,!0))};function ws(a){if(!Cs(a)){var y=a.panel;y!==null?y.v():a.Dd()&&(y=a.diagram,y!==null&&(y.De.add(a),a instanceof gi&&a.Bd(),y.$b())),Ou(a,!0)}}Ct.Uk=function(){!(this.l&2048)&&(Ol(this,!0),Pl(this,!0))},Ct.Wu=function(){Pl(this,!0)},Ct.N=function(){var a=this.part;a!==null&&a.N()};function Os(a,y){var x=a.stretch,b=a.panel;return b!==null&&b.type===Nn.Table?ou(a,b.Fb(a.row),b.Eb(a.column),y):b!==null&&b.type===Nn.Auto&&b.Pb()===a?Ua(a,kn,y):x===Mr?b!==null?b.type===Nn.Spot&&b.Pb()===a?Ua(a,kn,y):(x=b.defaultStretch,x===Mr?Ua(a,wn,y):Ua(a,x,y)):Ua(a,wn,y):Ua(a,x,y)}function ou(a,y,x,b){var E=a.stretch;if(E!==Mr)return Ua(a,E,b);var z=E=null;switch(y.stretch){case ar:z=!0;break;case kn:z=!0}switch(x.stretch){case Ki:E=!0;break;case kn:E=!0}return y=a.panel.defaultStretch,E===null&&(E=y===Ki||y===kn),z===null&&(z=y===ar||y===kn),E===!0&&z===!0?Ua(a,kn,b):E===!0?Ua(a,Ki,b):z===!0?Ua(a,ar,b):Ua(a,wn,b)}function Ua(a,y,x){if(x)return y;if(y===wn||(x=a.desiredSize,x.w()))return wn;if(a=a.angle,!isNaN(x.width))if(a!==90&&a!==270){if(y===Ki)return wn;if(y===kn)return ar}else{if(y===ar)return wn;if(y===kn)return Ki}if(!isNaN(x.height))if(a!==90&&a!==270){if(y===ar)return wn;if(y===kn)return Ki}else{if(y===Ki)return wn;if(y===kn)return ar}return y}function Ul(a,y){a.l=y?a.l|512:a.l&-513}function es(a){return(a.l&1024)!==0}function Nc(a,y){a.l=y?a.l|1024:a.l&-1025}function Ol(a,y){a.l=y?a.l|2048:a.l&-2049}function Pl(a,y){a.l=y?a.l|4096:a.l&-4097}function ll(a){return(a.l&8192)!==0}function Aa(a,y){a.l=y?a.l|8192:a.l&-8193}function Cs(a){return(a.l&16384)!==0}function Ou(a,y){a.l=y?a.l|16384:a.l&-16385}Ct.Gj=function(){this.svg=null},Ct.wi=function(a){this.Me=a,this.svg!==null&&this.svg.remove()},Ct.Av=function(){},Ct.zv=function(a){return this.pa=a,ws(this),!0},Ct.mm=function(a,y){(this.pa.x!==a||this.pa.y!==y)&&(this.pa.h(a,y),this.Uk())},Ct.kq=function(){return 0};function Xd(a){var y=a.part;if(y instanceof gi&&(a.portId!==null||a===y.port)){var x=y.diagram;x===null||x.undoManager.isUndoingRedoing||G1(y,a)}}function Yy(a){var y=a.diagram;y===null||y.undoManager.isUndoingRedoing||(a instanceof Nn?a instanceof gi?a.Bd():a.qm(a,function(x){Xd(x)}):Xd(a))}Ct.bind=function(a,y,x,b){var E=null;return typeof a=="string"?E=new Sa(a,y,x,b):E=a,E.xd=this,a=this.ih(),a!==null&&c1(a)&&Qt("Cannot add a Binding to a template that has already been copied: "+E),this.localBindings===null&&(this.localBindings=new pn),this.localBindings.add(E),this},Ct.set=function(a){return Object.assign(this,a),this},Ct.Du=function(a){return nv(this,a),this},Ct.apply=function(a){return a(this),this},Ct.nm=function(a){return zd(this,a),this},Ct.pz=function(){return this.ih()},Ct.ih=function(){for(var a=this instanceof Nn?this:this.panel;a!==null;){if(a.allBindings!==null)return a;a=a.panel}return null},Ct.Jv=function(a){return a.xd=this,this.animationTriggers===null&&(this.animationTriggers=new Be),this.animationTriggers.add(a.propertyName,a),this};function wl(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=Lf.I(a);typeof z=="function"?(x=Zi(arguments),b=z(x),Xe(b)||Qt('GraphObject.make invoked object builder "'+a+'", but it did not return an Object')):E=Ye.go[a]}if(b===null&&(E!=null&&E.constructor||Qt("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 Re&&1<x.length){z=b;var tt=x[1];(typeof tt=="string"||tt instanceof HTMLDivElement)&&(Sg(z,tt),E++)}for(;E<x.length;E++)z=x[E],z===void 0?Qt("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 Oo)a.text=y;else if(a instanceof Er)a.figure=y;else if(a instanceof Rs)a.source=y;else if(a instanceof Nn)y=Jl.I(y),y!==null&&(a.type=y);else if(a instanceof po){var x=_i(po,y);x!==null?a.type=x:Qt("Unknown Brush type as an argument to GraphObject.make: "+y)}else a instanceof Ln?(y=_i(Ln,y),y!==null&&(a.type=y)):a instanceof Vr&&(y=_i(Vr,y),y!==null&&(a.type=y));else if(y instanceof ye)a instanceof Nn||Qt("A GraphObject can only be added to a Panel, not to: "+a),a.add(y);else if(y instanceof ka){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 ka?km(b,y):Qt("A RowColumnDefinition can only be added to an object that implements getRowDefinition/getColumnDefinition, not to: "+a)}else if(y instanceof je)typeof a.qb=="function"&&a.qb(y);else if(y instanceof Fa)a.type=y;else if(y instanceof Sa)a instanceof ye||a instanceof ka?a.bind(y):Qt("A Binding can only be applied to a GraphObject or RowColumnDefinition, not to: "+a);else if(y instanceof Xl)a instanceof ye?a.Jv(y):Qt("An AnimationTrigger can only be applied to a GraphObject, not to: "+a);else if(y instanceof aa)a instanceof Ln&&a.type===Ln.o?a.figures.add(y):Qt("A PathFigure can only be added to a Path Geometry, not to: "+a);else if(y instanceof Vr)a instanceof aa?a.segments.add(y):Qt("A PathSegment can only be added to a PathFigure, not to: "+a);else if(y instanceof qo)a instanceof Re||a instanceof br?a.layout=y:Qt("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 po){x=new Wi;for(var E in y)b=parseFloat(E),isNaN(b)?x[E]=y[E]:a.addColorStop(b,y[E]);zd(a,x)}else if(a instanceof ka){y.row!==void 0?(E=y.row,(E==null||E===1/0||isNaN(E)||0>E)&&Qt("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)&&Qt("Must specify non-negative integer column for RowColumnDefinition "+y+", not: "+E),a.isRow=!1,a.index=E),E=new Wi;for(x in y)x!=="row"&&x!=="column"&&(E[x]=y[x]);zd(a,E)}else zd(a,y);else Qt('Unknown initializer "'+y+'" for object being constructed by GraphObject.make: '+a)}function bh(a,y){Lf.add(a,y)}function hm(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}ln.Object.defineProperties(ye.prototype,{bindingId:{get:function(){return this.A!==null?this.A.zp:-1},set:function(a){this.bindingId!==a&&(this.A===null&&(this.A=new Tc),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 Tc),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 Tc),this.A.wm=a)}},shadowVisible:{get:function(){return this.A!==null?this.A.Ci:null},set:function(a){var y=this.shadowVisible;y!==a&&(Br(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&&(Br(this),this.A.Hb=a,this.g("enabledChanged",y,a))}},segmentOrientation:{get:function(){return this.Ua!==null?this.Ua.rr:Ms},set:function(a){var y=this.segmentOrientation;y!==a&&(this.Ua===null&&(this.Ua=new sd),this.Ua.rr=a,this.v(),this.g("segmentOrientation",y,a),a===Ms&&(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 sd),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 sd),this.Ua.o=a,this.v(),this.g("segmentFraction",y,a))}},segmentOffset:{get:function(){return this.Ua!==null?this.Ua.F:Qn},set:function(a){var y=this.segmentOffset;y.D(a)||(a=a.J(),this.Ua===null&&(this.Ua=new sd),this.Ua.F=a,this.v(),this.g("segmentOffset",y,a))}},stretch:{get:function(){return this.A!==null?this.A.hg:Mr},set:function(a){var y=this.stretch;y!==a&&(Br(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&&(Br(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)&&Gn(a,"0 <= value <= 1",ye,"opacity"),this.pb=a,this.g("opacity",y,a),a=this.diagram,y=this.part,a!==null&&y!==null&&a.N(_d(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(_d(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(),Yy(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&&Bc(a,"GraphObject.areaBackground"),a instanceof po&&a.freeze(),Br(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&&Bc(a,"GraphObject.background"),a instanceof po&&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 Yi)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 Ot(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&&Qt("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,Yy(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 Er&&this.qc(),this.g("desiredSize",b,a),es(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 Yt(a,this.jd.height).freeze(),this.v(),this instanceof Er&&this.qc(),this.g("desiredSize",y,a),es(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 Yt(this.jd.width,a).freeze(),this.v(),this instanceof Er&&this.qc(),this.g("desiredSize",y,a),es(this)&&(a=this.part,a!==null&&Ko(this,a,"height")))}},minSize:{get:function(){return this.A!==null?this.A.u:ve},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(),Br(this),this.A.u=a,this.v(),this.g("minSize",y,a))}},maxSize:{get:function(){return this.A!==null?this.A.o:On},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(),Br(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&&Qa(this),this.Ab}},oe:{get:function(){return this.l&4096&&Qa(this),this.wh}},animationTriggers:{get:function(){return this.A!==null?this.A.hb:null},set:function(a){this.animationTriggers!==a&&(Br(this),this.A.hb=a)}},reshapingBehavior:{get:function(){return this.A!==null?this.A.Pf:wn},set:function(a){this.reshapingBehavior!==a&&(Br(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()&&Qt("GraphObject.alignment for "+this+" must be a real Spot or Spot.Default, not: "+a),this.Jb=a=a.J(),ws(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&&Gn(a,">= 0",ye,"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&&Gn(a,">= 1",ye,"columnSpan"),Br(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&&Gn(a,">= 0",ye,"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&&Gn(a,">= 1",ye,"rowSpan"),Br(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&&(Br(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 gi||Qt("Cannot set portID on a Link: "+a),y!==null&&x!==null&&Wv(x,this),this.Yn=a,a!==null&&x!==null&&(x.Te=!0,X1(x,this)),this.g("portId",y,a)}}},toSpot:{get:function(){return this.ba!==null?this.ba.yj:Ii},set:function(a){var y=this.toSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.yj=a,this.g("toSpot",y,a),Xd(this))}},toEndSegmentLength:{get:function(){return this.ba!==null?this.ba.wj:10},set:function(a){var y=this.toEndSegmentLength;y!==a&&(0>a&&Gn(a,">= 0",ye,"toEndSegmentLength"),this.Xc(),this.ba.wj=a,this.g("toEndSegmentLength",y,a),Xd(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),Xd(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&&Gn(a,">= 0",ye,"toMaxLinks"),this.Xc(),this.ba.Ur=a,this.g("toMaxLinks",y,a))}},fromSpot:{get:function(){return this.ba!==null?this.ba.Xi:Ii},set:function(a){var y=this.fromSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.Xi=a,this.g("fromSpot",y,a),Xd(this))}},fromEndSegmentLength:{get:function(){return this.ba!==null?this.ba.Vi:10},set:function(a){var y=this.fromEndSegmentLength;y!==a&&(0>a&&Gn(a,">= 0",ye,"fromEndSegmentLength"),this.Xc(),this.ba.Vi=a,this.g("fromEndSegmentLength",y,a),Xd(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),Xd(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&&Gn(a,">= 0",ye,"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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(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&&(Br(this),this.A.Ch=a,this.g("contextMenu",y,a))}}}),ye.prototype.trigger=ye.prototype.Jv,ye.prototype.findBindingPanel=ye.prototype.ih,ye.prototype.findTemplateBinder=ye.prototype.pz,ye.prototype.setProperties=ye.prototype.nm,ye.prototype.apply=ye.prototype.apply,ye.prototype.attach=ye.prototype.Du,ye.prototype.set=ye.prototype.set,ye.prototype.isEnabledObject=ye.prototype.If,ye.prototype.isVisibleObject=ye.prototype.Ed,ye.prototype.isContainedBy=ye.prototype.rg,ye.prototype.getNearestIntersectionPoint=ye.prototype.rs,ye.prototype.getLocalPoint=ye.prototype.qs,ye.prototype.getDocumentScale=ye.prototype.Df,ye.prototype.getDocumentAngle=ye.prototype.li,ye.prototype.getDocumentBounds=ye.prototype.mi,ye.prototype.getDocumentPoint=ye.prototype.ga,ye.prototype.intersectsRect=ye.prototype.Yc,ye.prototype.containedInRect=ye.prototype.fh,ye.prototype.containsRect=ye.prototype.Re,ye.prototype.containsPoint=ye.prototype.ca,ye.prototype.raiseChanged=ye.prototype.g,ye.prototype.raiseChangedEvent=ye.prototype.cb,ye.prototype.addCopyProperty=ye.prototype.Vw;var Lf=null;ye.className="GraphObject",Lf=new Be,bh("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=wl(Nn,Nn.Auto,{isActionable:!0,enabledChanged:function(x,b){if(x instanceof Nn){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"},wl(Er,{name:"ButtonBorder",figure:"RoundedRectangle",spot1:new Fn(0,0,2.76142374915397,2.761423749153969),spot2:new Fn(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 Nn&&(x=b.fb("ButtonBorder"),x instanceof Er)){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 Nn&&(x=b.fb("ButtonBorder"),x instanceof Er&&(x.fill=b._buttonFillNormal,x.stroke=b._buttonStrokeNormal))},y.actionDown=function(x,b){if(b.If()&&b instanceof Nn&&b._buttonFillPressed!==null&&x.button===0){var E=b.fb("ButtonBorder");if(E instanceof Er){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 Nn&&b._buttonFillPressed!==null&&x.button===0){var E=b.fb("ButtonBorder");if(E instanceof Er){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 Nn&&b._buttonFillPressed!==null){var E=b.fb("ButtonBorder");if(E instanceof Er){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 Nn&&b._buttonFillPressed!==null){var E=x.diagram;if(E.firstInput.button===0&&(E.currentTool.standardMouseOver(),a(x,b)&&(x=b.fb("ButtonBorder"),x instanceof Er))){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}),bh("TreeExpanderButton",function(){var a=wl("Button",{_treeExpandedFigure:"MinusLine",_treeCollapsedFigure:"PlusLine"},wl(Er,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:qe},new Sa("figure","isTreeExpanded",function(y,x){return x=x.panel,y?x._treeExpandedFigure:x._treeCollapsedFigure}).cp()),{visible:!1},new Sa("visible","isTreeLeaf",function(y){return!y}).cp());return a.click=function(y,x){if(x=x.part,x instanceof ro&&(x=x.adornedPart),x instanceof gi){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}),bh("SubGraphExpanderButton",function(){var a=wl("Button",{_subGraphExpandedFigure:"MinusLine",_subGraphCollapsedFigure:"PlusLine"},wl(Er,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:qe},new Sa("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 ro&&(x=x.adornedPart),x instanceof br){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}),bh("ToolTip",function(){return wl(ro,Nn.Auto,{isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new Ot(0,3),shadowBlur:5},wl(Er,{name:"Border",figure:"RoundedRectangle",parameter1:1,parameter2:1,fill:"#F5F5F5",stroke:"#F0F0F0",spot1:new Fn(0,0,4,6),spot2:new Fn(1,1,-4,-4)}))}),bh("ContextMenu",function(){return wl(ro,Nn.Vertical,{background:"#F5F5F5",isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new Ot(0,3),shadowBlur:5},new Sa("background","",function(a){return a.adornedPart!==null&&a.placeholder!==null?null:"#F5F5F5"}))}),bh("ContextMenuButton",function(){var a=wl("Button");a.stretch=Ki;var y=a.fb("ButtonBorder");return y instanceof Er&&(y.figure="Rectangle",y.strokeWidth=0,y.spot1=new Fn(0,0,2,3),y.spot2=new Fn(1,1,-2,-2)),a}),bh("PanelExpanderButton",function(a){var y=hm(a,"COLLAPSIBLE"),x=wl("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},wl(Er,{name:"ButtonIcon",strokeWidth:2},new Sa("geometryString","visible",function(b){return b?x._buttonExpandedFigure:x._buttonCollapsedFigure}).cp(y)));return a=x.fb("ButtonBorder"),a instanceof Er&&(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}),bh("CheckBoxButton",function(a){var y=hm(a);return a=wl("Button",{desiredSize:new Yt(14,14)},wl(Er,{name:"ButtonIcon",geometryString:"M0 0 M0 8.85 L4.9 13.75 16.2 2.45 M16.2 16.2",strokeWidth:2,stretch:kn,geometryStretch:zi,visible:!1},y!==""?new Sa("visible",y).Kx():[])),a.click=function(x,b){if(b instanceof Nn){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}),bh("CheckBox",function(a){a=hm(a),a=wl("CheckBoxButton",a,{name:"Button",isActionable:!1,margin:new Si(0,1,0,0)});var y=wl(Nn,"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}),ye.None=wn=new je(ye,"None",0),ye.Default=Mr=new je(ye,"Default",0),ye.Vertical=ar=new je(ye,"Vertical",4),ye.Horizontal=Ki=new je(ye,"Horizontal",5),ye.Fill=kn=new je(ye,"Fill",3),ye.Uniform=zi=new je(ye,"Uniform",1),ye.UniformToFill=Jr=new je(ye,"UniformToFill",2),ye.FlipVertical=Rr=new je(ye,"FlipVertical",1),ye.FlipHorizontal=eo=new je(ye,"FlipHorizontal",2),ye.FlipBoth=Lo=new je(ye,"FlipBoth",3),ye.make=wl,ye.getBuilders=function(){var a=new Be,y;for(y in Lf)if(y!==y.toLowerCase()){var x=Lf.I(y);typeof x=="function"&&a.add(y,x)}return a.freeze(),a},ye.defineBuilder=bh,ye.build=function(a,y,x){for(var b=[],E=2;E<arguments.length;++E)b[E-2]=arguments[E];if(E=Lf.I(a),typeof E=="function"&&(b=E([a].concat(b)),b instanceof ye))return y&&b.set(y),b;Qt('GraphObject.build invoked object builder "'+a+'", but it did not return an Object')},ye.takeBuilderArgument=hm;function Tc(){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=ve,this.o=On,this.hg=Mr,this.ob=this.Bi=1,this.Pf=wn,this.Pc=this.Ci=this.gd=null,this.Oc="category"}Tc.prototype.copy=function(){var a=new Tc;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 sd(){this.u=-1/0,this.o=0,this.F=Qn,this.rr=Ms,this.j=this.V="None"}sd.prototype.copy=function(){var a=new sd;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},sd.className="LinkElementSettings";function Vg(){this.yj=this.Xi=Ao,this.xj=this.Wi=this.wj=this.Vi=NaN,this.Tr=this.hq=null,this.Ur=this.iq=1/0}Vg.prototype.copy=function(){var a=new Vg;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},Vg.className="LinkSettings";function Yd(){this.ha=[1,0,0,1,0,0]}Yd.prototype.copy=function(){var a=new Yd;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},Yd.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},Yd.prototype.scale=function(a,y){this.ha[0]*=a,this.ha[1]*=a,this.ha[2]*=y,this.ha[3]*=y},Yd.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)}},Yd.className="STransform";function Dc(a){this.type=a,this.r2=this.y2=this.x2=this.r1=this.y1=this.x1=0,this.gx=[],this.pattern=null}Dc.prototype.addColorStop=function(a,y){this.gx.push({offset:a,color:y})},Dc.className="SGradient";function Cu(a,y,x){this.ownerDocument=a=y===void 0?Ye.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 _s(this,x)}Cu.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},Cu.prototype.Ud=function(a,y,x){if(a=this.ownerDocument.createElementNS(this.cA,a),Xe(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},Cu.prototype.getBoundingClientRect=function(){return this.Oa.getBoundingClientRect()},Cu.prototype.focus=function(){this.Oa.focus()},Cu.prototype.mx=function(){this.ownerDocument=null},ln.Object.defineProperties(Cu.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}}}),Cu.className="SVGSurface";function _s(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 Yd,this.j=dm(this),this.Nj=dm(this,"gojs-diagram"),this.Hl=this.ti=null;var x=ho++,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 Uy(a,y,x,b,E,z,tt){a.Nj===void 0?Kg(a,y,x,b,E,z,tt):a.Nj.setAttribute("transform","matrix("+y+", "+x+", "+b+", "+E+", "+z+", "+tt+")")}Ct=_s.prototype,Ct.arc=function(a,y,x,b,E,z,tt,rt){var ot=2*Math.PI,st=ot-1e-6,ut=x*Math.cos(b),ft=x*Math.sin(b),vt=a+ut,xt=y+ft,bt=z?0:1;b=z?b-E:E-b,(1e-6<Math.abs(tt-vt)||1e-6<Math.abs(rt-xt))&&this.path.push(["L",vt,+xt]),0>b&&(b=b%ot+ot),b>st?(this.path.push(["A",x,x,0,1,bt,a-ut,y-ft]),this.path.push(["A",x,x,0,1,bt,vt,xt])):1e-6<b&&this.path.push(["A",x,x,0,+(b>=Math.PI),bt,a+x*Math.cos(E),y+x*Math.sin(E)])},Ct.beginPath=function(){this.path=[],this.Yl={stroke:"none",fill:"none"}},Ct.Se=function(a){this.addPath(this.path,this.rb,a||0)},Ct.bezierCurveTo=function(a,y,x,b,E,z){this.path.push(["C",a,y,x,b,E,z])},Ct.clearRect=function(){},Ct.clip=function(){this.Yl.clipPath=!0},Ct.closePath=function(){this.path.push(["z"])},Ct.createLinearGradient=function(a,y,x,b){var E=new Dc("linear");return E.x1=a,E.y1=y,E.x2=x,E.y2=b,E},Ct.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"+ho++,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(Vd,E)),this.svg.appendChild(a),x[y]=b,"url(#"+b+")"},Ct.createRadialGradient=function(a,y,x,b,E,z){var tt=new Dc("radial");return tt.x1=a,tt.y1=y,tt.r1=x,tt.x2=b,tt.y2=E,tt.r2=z,tt};function Jy(a,y,x,b,E,z,tt,rt,ot){b=rt/b,E=ot/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)}Ct.drawImage=function(a,y,x,b,E,z,tt,rt,ot){var st="";a instanceof HTMLCanvasElement&&(st=a.toDataURL()),a instanceof HTMLImageElement&&(st=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,rt=b=ut,ot=E=a),b=b||0,E=E||0,rt=rt||0,ot=ot||0,Jy(this,y,x,b,E,z||0,tt||0,rt,ot),z={x:0,y:0,width:ut||b,height:a||E,href:st},ce.$(b,rt)&&ce.$(E,ot)?st.toLowerCase().indexOf(".svg")===-1&&st.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')"),bf(this,Vd,z,this.rb),this.addElement(Vd,z)},Ct.fill=function(a){a&&(this.Yl["fill-rule"]="evenodd"),iv(this,this.Yl)},Ct.ng=function(a,y){this.clipInsteadOfFill?this.clip():this.fill(y)},Ct.fillRect=function(a,y,x,b){a=[a,y,x,b],a={x:a[0],y:a[1],width:a[2],height:a[3]},bf(this,"fill",a,this.rb),this.addElement("rect",a)},Ct.ox=function(a,y,x,b){a={x:a,y,width:x,height:b},bf(this,"fill",a,this.rb),iv(this,a),this.svg.prepend(this.Ud("rect",a))},Ct.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},bf(this,"fill",y,this.rb),this.addElement("text",y,a[0])},Ct.lineTo=function(a,y){this.path.push(["L",a,y])},Ct.moveTo=function(a,y){this.path.push(["M",a,y])},Ct.quadraticCurveTo=function(a,y,x,b){this.path.push(["Q",a,y,x,b])},Ct.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"])},Ct.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},Ct.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())},Ct.setTransform=function(a,y,x,b,E,z){a===1&&y===0&&x===0&&b===1&&E===0&&z===0||Kg(this,a,y,x,b,E,z)};function Qy(a){return a=a.rb.ha,"matrix("+a[0]+", "+a[1]+", "+a[2]+", "+a[3]+", "+a[4]+", "+a[5]+")"}Ct.scale=function(a,y){this.rb.scale(a,y)},Ct.translate=function(a,y){this.rb.translate(a,y)},Ct.transform=function(){},Ct.yc=function(){},Ct.stroke=function(){_y(this,this.Yl)},Ct.jk=function(){this.clipInsteadOfFill||this.stroke()},Ct.Ud=function(a,y,x){return this.Gv.Ud(a,y,x)},Ct.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 bf(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 Dc?y.fill=rv(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 Dc?y.setAttributeNS(null,"fill",rv(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 Dc)y.stroke=rv(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 rv(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"+ho++,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 rt=E[tt],ot=rt.color;rt={offset:rt.offset,"stop-color":ot},/^rgba\(/.test(ot)&&(ot=/^\s*rgba\s*\(([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\s*,\s*([^,\s]+)\)\s*$/i.exec(ot),rt["stop-color"]="rgb("+ot[1]+","+ot[2]+","+ot[3]+")",rt["stop-opacity"]=ot[4]),z.push(rt)}for(z.sort(function(st,ut){return st.offset>ut.offset?1:-1}),E=0;E<y;E++)x.appendChild(a.Ud("stop",z[E]));return a.svg.appendChild(x),"url(#"+b+")"}Ct.addPath=function(a,y,x){for(var b=[],E=0;E<a.length;E++){var z=Zi(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,bf(this,"",a,y),this.Hl!==null)if(y=this.Hl,y.nodeName!=="g")for(var rt in a)rt!=="transform"&&y.setAttributeNS(null,rt,a[rt]);else{rt=y.getElementsByTagName("path");for(var ot in a)ot!=="transform"&&rt[x].setAttributeNS(null,ot,a[ot])}else this.addElement("path",a)};function Kg(a,y,x,b,E,z,tt){var rt=new Yd;rt.ha=[y,x,b,E,z,tt],y={},bf(a,"g",y,rt),rt=a.addElement("g",y),a.nh.push(rt)}function dm(a,y){var x={};return y&&(x.class=y),y=a.addElement("g",x),a.nh.push(y),y}Ct.Ev=function(a,y,x){this.Ar=a,this.Br=y,this.Vg=x};function Iu(a){a.Il=!1,a.shadowOffsetX=0,a.shadowOffsetY=0,a.shadowBlur=0}function eh(a){a.Il=!0,a.shadowOffsetX=a.Ar,a.shadowOffsetY=a.Br,a.shadowBlur=a.Vg}Ct.js=function(a,y){this.Ct=!0,this.Yg=a,this.uj=y},Ct.fs=function(){this.Ct=!1},Ct.Vc=function(){},Ct.Wx=function(){},_s.prototype.rotate=function(a){this.rb.rotate(57.2958*a,0,0)},_s.prototype.getImageData=function(){return null},_s.prototype.measureText=function(){return null};function cm(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()))}_s.prototype.Hs=function(a){a.svg!==null&&a.svg.parentNode===this.Nj&&a.svg.remove()},_s.className="SVGContext",Re.prototype.Cs=function(a){this.pj.contains("SVG")||this.bs("SVG",new Cu(this,Ye.document));var y=new Cu(this,Ye.document,!0);a===void 0&&(a=new Wi);var x=this;return Mc(this,function(b,E){return b=am(x,b,"SVG",y),b=b!==null?b.svg:null,typeof E=="function"?(E(b),null):b},a)},Re.prototype.makeSvg=Re.prototype.Cs,Re.prototype.av=function(a){return this.Cs(a)},Re.prototype.makeSVG=Re.prototype.av;function Il(a,y,x,b){this.ownerDocument=y=y===void 0?Ye.document:y,this.hs=null,y=y.createElement("canvas"),y.tabIndex=0,this.Oa=y,this.context=new Ud(y,x,b),y.H=a}Il.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},Il.prototype.toDataURL=function(a,y){return this.Oa.toDataURL(a,y)},Il.prototype.getBoundingClientRect=function(){return this.Oa.getBoundingClientRect()},Il.prototype.focus=function(){this.Oa.focus()},Il.prototype.mx=function(){this.ownerDocument=this.Oa.H=null},ln.Object.defineProperties(Il.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}}}),Il.className="CanvasSurface";function Ud(a,y,x){this.Z=a.getContext?a.getContext("2d",y):null,this.Z===null&&Qt("Browser does not support HTML Canvas Element"),this.ct=this.et=this.dt="",this.Hm=!1,this.Vg=this.Br=this.Ar=0,this.Il=!1,this.El=new pi,this.isTemporary=!!x}Ct=Ud.prototype,Ct.Wx=function(a){this.Z.imageSmoothingEnabled=a},Ct.arc=function(a,y,x,b,E,z){this.Z.arc(a,y,x,b,E,z)},Ct.beginPath=function(){this.Z.beginPath()},Ct.Se=function(){},Ct.bezierCurveTo=function(a,y,x,b,E,z){this.Z.bezierCurveTo(a,y,x,b,E,z)},Ct.clearRect=function(a,y,x,b){this.yc(),this.Z.clearRect(a,y,x,b)},Ct.clip=function(){this.Z.clip()},Ct.closePath=function(){this.Z.closePath()},Ct.createLinearGradient=function(a,y,x,b){return this.Z.createLinearGradient(a,y,x,b)},Ct.createPattern=function(a,y){return this.Z.createPattern(a,y)},Ct.createRadialGradient=function(a,y,x,b,E,z){return this.Z.createRadialGradient(a,y,x,b,E,z)},Ct.drawImage=function(a,y,x,b,E,z,tt,rt,ot){b===void 0?this.Z.drawImage(a,y,x):this.Z.drawImage(a,y,x,b,E,z,tt,rt,ot)},Ct.fill=function(a){this.Z.fill(a?"evenodd":"nonzero")},Ct.fillRect=function(a,y,x,b){this.Z.fillRect(a,y,x,b)},Ct.ox=function(a,y,x,b){this.Z.fillRect(a,y,x,b)},Ct.fillText=function(a,y,x){this.Z.fillText(a,y,x)},Ct.getImageData=function(a,y,x,b){return this.Z.getImageData(a,y,x,b)},Ct.lineTo=function(a,y){this.Z.lineTo(a,y)},Ct.measureText=function(a){return this.Z.measureText(a)},Ct.moveTo=function(a,y){this.Z.moveTo(a,y)},Ct.quadraticCurveTo=function(a,y,x,b){this.Z.quadraticCurveTo(a,y,x,b)},Ct.rect=function(a,y,x,b){this.Z.rect(a,y,x,b)},Ct.restore=function(){this.Z.restore()},Ct.save=function(){this.yc(),this.Z.save()},Ud.prototype.rotate=function(a){this.El.rotate(57.2958*a,0,0)},Ct=Ud.prototype,Ct.setTransform=function(a,y,x,b,E,z){this.El.setTransform(a,y,x,b,E,z)},Ct.scale=function(a,y){this.El.scale(a,y)},Ct.translate=function(a,y){this.El.translate(a,y)},Ct.stroke=function(){this.Z.stroke()},Ct.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,rt=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=rt,tt.m12=a,tt.m21=y,tt.m22=x}},Ct.yc=function(){var a=this.El;this.Z.setTransform(a.m11,a.m12,a.m21,a.m22,a.dx,a.dy)},Ct.ng=function(a,y){if(a instanceof po&&a.type===Cl){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)},Ct.jk=function(){this.Hm||this.stroke()},Ct.Ev=function(a,y,x){this.Ar=a,this.Br=y,this.Vg=x},Ct.js=function(a,y){var x=this.Z;x.setLineDash!==void 0&&(x.setLineDash(a),x.lineDashOffset=y)},Ct.fs=function(){var a=this.Z;a.setLineDash!==void 0&&(a.setLineDash(mx),a.lineDashOffset=0)},Ct.Vc=function(a){a&&(this.dt=""),this.ct=this.et=""},Ct.Hs=function(){},ln.Object.defineProperties(Ud.prototype,{fillStyle:{get:function(){return this.Z.fillStyle},set:function(a){this.ct!==a&&(this.ct=this.Z.fillStyle=a)}},font:{get:function(){return this.Z.font},set:function(a){this.dt!==a&&(this.dt=this.Z.font=a)}},globalAlpha:{get:function(){return this.Z.globalAlpha},set:function(a){this.Z.globalAlpha=a}},lineCap:{get:function(){return this.Z.lineCap},set:function(a){this.Z.lineCap=a}},lineDashOffset:{get:function(){return this.Z.lineDashOffset},set:function(a){this.Z.lineDashOffset=a}},lineJoin:{get:function(){return this.Z.lineJoin},set:function(a){this.Z.lineJoin=a}},lineWidth:{get:function(){return this.Z.lineWidth},set:function(a){this.Z.lineWidth=a}},miterLimit:{get:function(){return this.Z.miterLimit},set:function(a){this.Z.miterLimit=a}},shadowBlur:{get:function(){return this.Z.shadowBlur},set:function(a){this.Z.shadowBlur=a}},shadowColor:{get:function(){return this.Z.shadowColor},set:function(a){this.Z.shadowColor=a}},shadowOffsetX:{get:function(){return this.Z.shadowOffsetX},set:function(a){this.Z.shadowOffsetX=a}},shadowOffsetY:{get:function(){return this.Z.shadowOffsetY},set:function(a){this.Z.shadowOffsetY=a}},strokeStyle:{get:function(){return this.Z.strokeStyle},set:function(a){this.et!==a&&(this.et=this.Z.strokeStyle=a)}},textAlign:{get:function(){return this.Z.textAlign},set:function(a){this.Z.textAlign=a}},imageSmoothingEnabled:{get:function(){return this.Z.imageSmoothingEnabled},set:function(a){this.Z.imageSmoothingEnabled=a}},filter:{get:function(){return this.Z.filter},set:function(a){this.Z.filter=a===""?"none":a}},clipInsteadOfFill:{get:function(){return this.Hm},set:function(a){this.Hm=a}}});var mx=Object.freeze([]);Ud.className="CanvasSurfaceContext";function Xg(){this.F=this.o=this.u=this.j=0}Xg.className="ColorNumbers";function po(a,y){Ef||(hv(),Ef=!0),rr(this),this._isFrozen=!1,a===void 0?(this.na=Mh,this.xk="black"):typeof a=="string"?(this.na=Mh,this.xk=a):(this.na=a,this.xk="black"),a=this.na,a===ih?(this.Qd=or,this.Lk=Yr):this.Lk=a===Cl?this.Qd=xi:this.Qd=Ii,this.Gr=0,this.Xp=NaN,this.xe=this.cr=this.we=null,this.ft=this.yk=0,y&&Object.assign(this,y)}po.prototype.copy=function(){var a=new po;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},Ct=po.prototype,Ct.freeze=function(){return this._isFrozen=!0,this.we!==null&&this.we.freeze(),this},Ct.ka=function(){return Object.isFrozen(this)&&Qt("cannot thaw constant: "+this),this._isFrozen=!1,this.we!==null&&this.we.ka(),this},Ct.qb=function(a){a.classType===po&&(this.type=a)},Ct.toString=function(){var a="Brush(";if(this.type===Mh)a+=this.color;else if(a=this.type===ih?a+"Linear ":this.type===Cl?a+"Radial ":this.type===Ff?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+")"},Ct.addColorStop=function(a,y){return this._isFrozen&&Me(this),(typeof a!="number"||!isFinite(a)||1<a||0>a)&&Gn(a,"0 <= loc <= 1",po,"addColorStop:loc"),this.we===null&&(this.we=new Be),this.we.add(a,y),this.na===Mh&&(this.type=ih),this.xe=null,this},Ct.Vz=function(a,y){if(this._isFrozen&&Me(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?Nf:y,this.type===Mh)nh(this.color),this.color=Af(a,y);else if((this.type===ih||this.type===Cl)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)nh(x.value),this.addColorStop(x.key,Af(a,y));return this};function $y(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?Nf:x,nh(a),Af(y,x)}Ct.Wy=function(a,y){if(this._isFrozen&&Me(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?Nf:y,this.type===Mh)nh(this.color),this.color=Af(-a,y);else if((this.type===ih||this.type===Cl)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)nh(x.value),this.addColorStop(x.key,Af(-a,y));return this};function t1(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?Nf:x,nh(a),Af(-y,x)}function ov(a,y,x){nh(a),a=zo.j;var b=zo.u,E=zo.o,z=zo.F;return nh(y),x===void 0&&(x=.5),"rgba("+Math.round((zo.j-a)*x+a)+", "+Math.round((zo.u-b)*x+b)+", "+Math.round((zo.o-E)*x+E)+", "+Math.round((zo.F-z)*x+z)+")"}Ct.Gx=function(){if(this.type===Mh)return Mf(this.color);if((this.type===ih||this.type===Cl)&&this.colorStops!==null){var a=this.colorStops;if(this.type===Cl)return Mf(a.first().value);if(a.get(.5)!==null)return Mf(a.get(.5));if(a.count===2)return a=a.Fa(),Mf(ov(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,rt=Math.abs(.5-y.key);E>z&&rt<E?(x=tt,E=rt):z>=E&&rt<z&&(b=tt,z=rt)}return x>b&&(z=x,x=b,b=z,z=E),E=b-x,Mf(ov(a.get(x),a.get(b),1-z/E))}return!1};function Mf(a){return a?a instanceof po?a.Gx():(nh(a),128>(299*zo.j+587*zo.u+114*zo.o)/1e3):!1}function Af(a,y){switch(y){case Nf:y=100*sv(zo.j);var x=100*sv(zo.u),b=100*sv(zo.o);return Ls.j=.4124564*y+.3575761*x+.1804375*b,Ls.u=.2126729*y+.7151522*x+.072175*b,Ls.o=.0193339*y+.119192*x+.9503041*b,Ls.F=zo.F,y=uv(Ls.j/kf[0]),x=uv(Ls.u/kf[1]),b=uv(Ls.o/kf[2]),Ru.j=116*x-16,Ru.u=500*(y-x),Ru.o=200*(x-b),Ru.F=Ls.F,Ru.j=Math.min(100,Math.max(0,Ru.j+100*a)),a=(Ru.j+16)/116,y=a-Ru.o/200,Ls.j=kf[0]*e1(Ru.u/500+a),Ls.u=kf[1]*(Ru.j>fm*dv?Math.pow(a,3):Ru.j/fm),Ls.o=kf[2]*e1(y),Ls.F=Ru.F,a=-.969266*Ls.j+1.8760108*Ls.u+.041556*Ls.o,y=.0556434*Ls.j+-.2040259*Ls.u+1.0572252*Ls.o,zo.j=255*lv((3.2404542*Ls.j+-1.5371385*Ls.u+-.4985314*Ls.o)/100),zo.u=255*lv(a/100),zo.o=255*lv(y/100),zo.F=Ls.F,zo.j=Math.round(zo.j),255<zo.j?zo.j=255:0>zo.j&&(zo.j=0),zo.u=Math.round(zo.u),255<zo.u?zo.u=255:0>zo.u&&(zo.u=0),zo.o=Math.round(zo.o),255<zo.o?zo.o=255:0>zo.o&&(zo.o=0),"rgba("+zo.j+", "+zo.u+", "+zo.o+", "+zo.F+")";case n1:return av(),ul.o=Math.min(100,Math.max(0,ul.o+100*a)),"hsla("+ul.j+", "+ul.u+"%, "+ul.o+"%, "+ul.F+")";default:Qt("Unknown color space: "+y)}}function nh(a){Ef||(hv(),Ef=!0);var y=cv;if(y!==null){y.clearRect(0,0,1,1),y.fillStyle="#000000";var x=y.fillStyle;y.fillStyle=a,y.fillStyle!==x?(y.fillRect(0,0,1,1),a=y.getImageData(0,0,1,1).data,zo.j=a[0],zo.u=a[1],zo.o=a[2],zo.F=a[3]/255):(y.fillStyle="#FFFFFF",y.fillStyle=a,zo.j=0,zo.u=0,zo.o=0,zo.F=1)}}function av(){var a=zo.j/255,y=zo.u/255,x=zo.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))}ul.j=Math.round(tt),ul.u=Math.round(100*a),ul.o=Math.round(100*E),ul.F=zo.F}function sv(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):(fm*a+16)/116}function e1(a){var y=a*a*a;return y>dv?y:(116*a-16)/fm}function Bc(a,y){typeof a!="string"&&(a instanceof po||Qt("Value for "+y+" must be a color string or a Brush, not "+a))}function hv(){cv=la?new Il(null,void 0,{willReadFrequently:!0}).context:null}ln.Object.defineProperties(po.prototype,{type:{get:function(){return this.na},set:function(a){this._isFrozen&&Me(this,a),this.na=a,this.start.Mc()&&(a===ih?this.start=or:a===Cl&&(this.start=xi)),this.end.Mc()&&(a===ih?this.end=Yr:a===Cl&&(this.end=xi)),this.xe=null}},color:{get:function(){return this.xk},set:function(a){this._isFrozen&&Me(this,a),this.xk=a,this.xe=null}},start:{get:function(){return this.Qd},set:function(a){this._isFrozen&&Me(this,a),this.Qd=a.J(),this.xe=null}},end:{get:function(){return this.Lk},set:function(a){this._isFrozen&&Me(this,a),this.Lk=a.J(),this.xe=null}},startRadius:{get:function(){return this.Gr},set:function(a){this._isFrozen&&Me(this,a),0>a&&Gn(a,">= zero",po,"startRadius"),this.Gr=a,this.xe=null}},endRadius:{get:function(){return this.Xp},set:function(a){this._isFrozen&&Me(this,a),0>a&&Gn(a,">= zero",po,"endRadius"),this.Xp=a,this.xe=null}},colorStops:{get:function(){return this.we},set:function(a){this._isFrozen&&Me(this,a),this.we=a,this.xe=null}},pattern:{get:function(){return this.cr},set:function(a){this._isFrozen&&Me(this,a),this.cr=a,this.xe=null}}}),po.prototype.isDark=po.prototype.Gx,po.prototype.darkenBy=po.prototype.Wy,po.prototype.lightenBy=po.prototype.Vz,po.prototype.addColorStop=po.prototype.addColorStop;var dv=216/24389,fm=24389/27,kf=[95.047,100,108.883],cv=null,zo=new Xg,ul=new Xg,Ls=new Xg,Ru=new Xg,Ef=!1;po.className="Brush";var Mh;po.Solid=Mh=new je(po,"Solid",0);var ih;po.Linear=ih=new je(po,"Linear",1);var Cl;po.Radial=Cl=new je(po,"Radial",2);var Ff;po.Pattern=Ff=new je(po,"Pattern",4);var Nf;po.Lab=Nf=new je(po,"Lab",5);var n1;po.HSL=n1=new je(po,"HSL",6),po.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},po.isValidColor=function(a){if(a==="black")return!0;if(a==="")return!1;Ef||(hv(),Ef=!0);var y=cv;if(y===null)return!0;y.fillStyle="#000000";var x=y.fillStyle;return y.fillStyle=a,y.fillStyle!==x?!0:(y.fillStyle="#FFFFFF",x=y.fillStyle,y.fillStyle=a,y.fillStyle!==x)},po.lighten=function(a){return $y(a)},po.lightenBy=$y,po.darken=function(a){return t1(a)},po.darkenBy=t1,po.mix=ov,po.isDark=Mf;function Fa(){this.xa="Base"}Fa.prototype.measure=function(){},Fa.prototype.Yz=function(a,y,x,b,E){a.measure(y,x,b,E)},Fa.prototype.arrange=function(){},Fa.prototype.Ly=function(a,y,x,b,E,z){a.arrange(y,x,b,E,z)},Fa.prototype.iA=function(a){a.Uj()},Fa.prototype.gc=function(){},ln.Object.defineProperties(Fa.prototype,{name:{get:function(){return this.xa},set:function(a){this.xa=a}},classType:{get:function(){return Nn}}}),Fa.prototype.remeasureObject=Fa.prototype.iA,Fa.prototype.arrangeElement=Fa.prototype.Ly,Fa.prototype.measureElement=Fa.prototype.Yz,Fa.className="PanelLayout";function gm(){this.xa="Base"}Ne(gm,Fa),gm.prototype.measure=function(a,y,x,b,E,z,tt){var rt=b.length;a=rh(a);for(var ot=0;ot<rt;ot++){var st=b[ot];if(st.visible||st===a){var ut=st.margin,ft=ut.right+ut.left;ut=ut.top+ut.bottom,st.measure(y,x,z,tt);var vt=st.measuredBounds;ft=Math.max(vt.width+ft,0),ut=Math.max(vt.height+ut,0),vt=st.position.x;var xt=st.position.y;isFinite(vt)||(vt=0),isFinite(xt)||(xt=0),st instanceof Er&&st.isGeometryPositioned&&(st=st.strokeWidth/2,vt-=st,xt-=st),ni(E,vt,xt,ft,ut)}}},gm.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,rt=z.margin,ot=z.position.x,st=z.position.y;if(ot=isNaN(ot)?-a:ot-a,st=isNaN(st)?-x:st-x,z instanceof Er&&z.isGeometryPositioned){var ut=z.strokeWidth/2;ot-=ut,st-=ut}z.visible&&z.arrange(ot+rt.left,st+rt.top,tt.width,tt.height)}};function pm(){this.xa="Base"}Ne(pm,Fa),pm.prototype.measure=function(a,y,x,b,E,z,tt){var rt=b.length;y=ai(),z=rh(a);for(var ot=0;ot<rt;ot++){var st=b[ot];if(st.visible||st===z){var ut=Os(st,!1);if(ut!==wn&&ut!==Ki)y.push(st);else{st.measure(1/0,x,0,tt),ut=st.margin,st=st.measuredBounds;var ft=Math.max(st.height+ut.top+ut.bottom,0);E.width+=Math.max(st.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++)ot=y[a],(ot.visible||ot===z)&&(ut=ot.margin,rt=ut.right+ut.left,ut=ut.top+ut.bottom,ot.measure(1/0,x,0,tt),ot=ot.measuredBounds,ut=Math.max(ot.height+ut,0),E.width+=Math.max(ot.width+rt,0),E.height=Math.max(E.height,ut));Jn(y)},pm.prototype.arrange=function(a,y,x){for(var b=y.length,E=a.padding,z=E.top,tt=a.isOpposite,rt=tt?x.width:E.left,ot=0;ot<b;ot++){var st=z,ut=y[ot];if(ut.visible){var ft=ut.measuredBounds,vt=ut.margin,xt=vt.top+vt.bottom,bt=z+E.bottom,Tt=ft.height,Xt=Os(ut,!1);(isNaN(ut.desiredSize.height)&&Xt===kn||Xt===ar)&&(Tt=Math.max(x.height-xt-bt,0)),xt=Tt+xt+bt,bt=ut.alignment,bt.Xb()&&(bt=a.defaultAlignment),bt.sb()||(bt=xi),tt&&(rt-=ft.width+vt.left+vt.right),ut.arrange(rt+bt.offsetX+vt.left,st+bt.offsetY+vt.top+(x.height*bt.y-xt*bt.y),ft.width,Tt),tt||(rt+=ft.width+vt.left+vt.right)}}};function mm(){this.xa="Base"}Ne(mm,Fa),mm.prototype.measure=function(a,y,x,b,E,z){var tt=b.length;x=ai();for(var rt=rh(a),ot=0;ot<tt;ot++){var st=b[ot];if(st.visible||st===rt){var ut=Os(st,!1);if(ut!==wn&&ut!==ar)x.push(st);else{var ft=st.margin;ut=ft.right+ft.left,ft=ft.top+ft.bottom,st.measure(y,1/0,z,0),st=st.measuredBounds,ti(E,Math.max(E.width,Math.max(st.width+ut,0)),E.height+Math.max(st.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++)ot=x[a],(ot.visible||ot===rt)&&(st=ot.margin,tt=st.right+st.left,st=st.top+st.bottom,ot.measure(y,1/0,z,0),ot=ot.measuredBounds,st=Math.max(ot.height+st,0),E.width=Math.max(E.width,Math.max(ot.width+tt,0)),E.height+=st);Jn(x)}},mm.prototype.arrange=function(a,y,x){for(var b=y.length,E=a.padding,z=E.left,tt=a.isOpposite,rt=tt?x.height:E.top,ot=0;ot<b;ot++){var st=z,ut=y[ot];if(ut.visible){var ft=ut.measuredBounds,vt=ut.margin,xt=vt.left+vt.right,bt=z+E.right,Tt=ft.width,Xt=Os(ut,!1);(isNaN(ut.desiredSize.width)&&Xt===kn||Xt===Ki)&&(Tt=Math.max(x.width-xt-bt,0)),xt=Tt+xt+bt,bt=ut.alignment,bt.Xb()&&(bt=a.defaultAlignment),bt.sb()||(bt=xi),tt&&(rt-=ft.height+vt.bottom+vt.top),ut.arrange(st+bt.offsetX+vt.left+(x.width*bt.x-xt*bt.x),rt+bt.offsetY+vt.top,Tt,ft.height),tt||(rt+=ft.height+vt.bottom+vt.top)}}};function vm(){this.xa="Base"}Ne(vm,Fa),vm.prototype.measure=function(a,y,x,b,E,z,tt){var rt=b.length,ot=a.Pb(),st=ot.margin,ut=st.right+st.left,ft=st.top+st.bottom;ot.measure(y,x,z,tt);var vt=ot.measuredBounds;z=vt.width,tt=vt.height;var xt=Math.max(z+ut,0),bt=Math.max(tt+ft,0),Tt=a.isClipping,Xt=he.allocAt(-st.left,-st.top,xt,bt),Zt=he.allocAt(0,0,z,tt);fv(ot,Zt,!0),z=Zt.width,tt=Zt.height;for(var qt=!0,_t=rh(a),ee=0;ee<rt;ee++){var me=b[ee];vt=y;var Ie=x;if(me!==ot&&(me.visible||me===_t)){st=me.margin;var li=st.left,Di=st.top;switch(xt=st.right+st.left,bt=st.top+st.bottom,st=Os(me,!1),st){case kn:vt=z,Ie=tt,Di=li=bt=xt=0;break;case Ki:vt=z,li=xt=0;break;case ar:Ie=tt,Di=bt=0}me.measure(vt,Ie,0,0),vt=me.measuredBounds,xt=Math.max(vt.width+xt,0),bt=Math.max(vt.height+bt,0),st=me.alignment,st.Xb()&&(st=a.defaultAlignment),st.sb()||(st=xi);var wi=me.alignmentFocus;if(wi.Xb()&&(wi=xi),Ie=null,me instanceof Nn&&me.$e!==""&&(Ie=me.fb(me.$e),Ie===me&&(Ie=null)),li=Zt.x-li,Di=Zt.y-Di,Ie!==null){for(me.arrange(0,0,vt.width,vt.height),vt=Ie.actualBounds,vt=Ot.allocAt(vt.x+(wi.x*vt.width-wi.offsetX),vt.y+(wi.y*vt.height-wi.offsetY)),Ie=Ie.panel;Ie!==me;)Ie.transform.Ga(vt),Ie=Ie.panel;li+=st.x*z+st.offsetX-vt.x,Di+=st.y*tt+st.offsetY-vt.y,Ot.free(vt)}else li+=st.x*z+st.offsetX-(wi.x*vt.width+wi.offsetX),Di+=st.y*tt+st.offsetY-(wi.y*vt.height+wi.offsetY);qt?(qt=!1,E.h(li,Di,xt,bt)):ni(E,li,Di,xt,bt)}}switch(qt?E.assign(Xt):Tt?E.Uu(Zt.x,Zt.y,Zt.width,Zt.height):ni(E,Xt.x,Xt.y,Xt.width,Xt.height),he.free(Xt),he.free(Zt),st=ot.stretch,st===Mr&&(st=Os(ot,!1)),st){case wn:return;case kn:if(!isFinite(y)&&!isFinite(x))return;break;case Ki:if(!isFinite(y))return;break;case ar:if(!isFinite(x))return}for(vt=ot.measuredBounds,z=vt.width,tt=vt.height,xt=Math.max(z+ut,0),bt=Math.max(tt+ft,0),st=ot.margin,Zt=he.allocAt(-st.left,-st.top,xt,bt),fv(ot,Zt,!0),z=Zt.width,tt=Zt.height,y=0;y<rt;y++)x=b[y],x===ot||!x.visible&&x!==_t||(st=x.margin,xt=st.right+st.left,bt=st.top+st.bottom,vt=x.measuredBounds,xt=Math.max(vt.width+xt,0),bt=Math.max(vt.height+bt,0),ut=x.alignment,ut.Xb()&&(ut=a.defaultAlignment),ut.sb()||(ut=xi),x=x.alignmentFocus,x.Xb()&&(x=xi),qt?(qt=!1,E.h(ut.x*z+ut.offsetX-(x.x*vt.width+x.offsetX)-st.left,ut.y*tt+ut.offsetY-(x.y*vt.height+x.offsetY)-st.top,xt,bt)):ni(E,ut.x*z+ut.offsetX-(x.x*vt.width+x.offsetX)-st.left,ut.y*tt+ut.offsetY-(x.y*vt.height+x.offsetY)-st.top,xt,bt));qt?E.assign(Xt):Tt?E.Uu(Zt.x,Zt.y,Zt.width,Zt.height):ni(E,Xt.x,Xt.y,Xt.width,Xt.height),he.free(Zt)},vm.prototype.arrange=function(a,y,x){var b=y.length,E=a.Pb(),z=E.measuredBounds,tt=z.width,rt=z.height,ot=a.padding;z=ot.left,ot=ot.top;var st=z-x.x,ut=ot-x.y;for(E.arrange(st,ut,tt,rt),tt=he.allocAt(0,0,tt,rt),fv(E,tt,!1),rt=0;rt<b;rt++){var ft=y[rt];if(ft!==E){st=ft.measuredBounds;var vt=st.width,xt=st.height;ut=ft.alignment,ut.Xb()&&(ut=a.defaultAlignment),ut.sb()||(ut=xi);var bt=ft.alignmentFocus;if(bt.Xb()&&(bt=xi),st=null,ft instanceof Nn&&ft.$e!==""&&(st=ft.fb(ft.$e),st===ft&&(st=null)),st!==null){var Tt=st.actualBounds;for(bt=Ot.allocAt(Tt.x+(bt.x*Tt.width-bt.offsetX),Tt.y+(bt.y*Tt.height-bt.offsetY)),st=st.panel;st!==ft;)st.transform.Ga(bt),st=st.panel;st=ut.x*tt.width+ut.offsetX-bt.x,ut=ut.y*tt.height+ut.offsetY-bt.y,Ot.free(bt)}else st=ut.x*tt.width+ut.offsetX-(bt.x*vt+bt.offsetX),ut=ut.y*tt.height+ut.offsetY-(bt.y*xt+bt.offsetY);st+=tt.x-x.x,ut+=tt.y-x.y,ft.visible&&ft.arrange(z+st,ot+ut,vt,xt)}}he.free(tt)};function fv(a,y,x){var b=null;if(a instanceof Nn&&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 ym(){this.xa="Base"}Ne(ym,Fa),ym.prototype.measure=function(a,y,x,b,E,z,tt){var rt=b.length,ot=a.Pb(),st=ot.margin,ut=y,ft=x,vt=st.right+st.left,xt=st.top+st.bottom;ot.measure(y,x,z,tt),st=ot.measuredBounds;var bt=0,Tt=null;ot instanceof Er&&(Tt=ot,bt=Tt.strokeWidth*Tt.scale);var Xt=Math.max(st.width+vt,0);st=Math.max(st.height+xt,0);var Zt=vv(ot),qt=Zt.x*Xt+Zt.offsetX;Zt=Zt.y*st+Zt.offsetY;var _t=yv(ot),ee=_t.x*Xt+_t.offsetX;for(_t=_t.y*st+_t.offsetY,isFinite(y)&&(ut=Math.max(Math.abs(qt-ee)-bt,0)),isFinite(x)&&(ft=Math.max(Math.abs(Zt-_t)-bt,0)),bt=Yt.alloc(),bt.h(0,0),a=rh(a),_t=0;_t<rt;_t++)Zt=b[_t],Zt===ot||!Zt.visible&&Zt!==a||(st=Zt.margin,Xt=st.right+st.left,qt=st.top+st.bottom,Zt.measure(ut,ft,0,0),st=Zt.measuredBounds,Xt=Math.max(st.width+Xt,0),st=Math.max(st.height+qt,0),bt.h(Math.max(Xt,bt.width),Math.max(st,bt.height)));if(rt===1)E.width=Xt,E.height=st,Yt.free(bt);else{switch(Zt=vv(ot),_t=yv(ot),rt=b=0,_t.x!==Zt.x&&_t.y!==Zt.y&&(b=bt.width/Math.abs(_t.x-Zt.x),rt=bt.height/Math.abs(_t.y-Zt.y)),Yt.free(bt),bt=0,Tt!==null&&(bt=Tt.strokeWidth*Tt.scale,Lv(Tt)===zi&&(b=rt=Math.max(b,rt))),b+=Math.abs(Zt.offsetX)+Math.abs(_t.offsetX)+bt,rt+=Math.abs(Zt.offsetY)+Math.abs(_t.offsetY)+bt,Tt=ot.stretch,Tt===Mr&&(Tt=Os(ot,!1)),Tt){case wn:tt=z=0;break;case kn:isFinite(y)&&(b=y),isFinite(x)&&(rt=x);break;case Ki:isFinite(y)&&(b=y),tt=0;break;case ar:z=0,isFinite(x)&&(rt=x)}ot.Uj(),ot.measure(b,rt,z,tt),E.width=ot.measuredBounds.width+vt,E.height=ot.measuredBounds.height+xt}},ym.prototype.arrange=function(a,y){var x=y.length,b=a.Pb(),E=b.measuredBounds,z=he.alloc();z.h(0,0,1,1);var tt=b.margin,rt=tt.left;tt=tt.top;var ot=a.padding,st=ot.left;ot=ot.top,b.arrange(st+rt,ot+tt,E.width,E.height);var ut=vv(b),ft=yv(b),vt=ut.y*E.height+ut.offsetY,xt=ft.x*E.width+ft.offsetX;for(ft=ft.y*E.height+ft.offsetY,z.x=ut.x*E.width+ut.offsetX,z.y=vt,ni(z,xt,ft,0,0),z.x+=rt+st,z.y+=tt+ot,E=0;E<x;E++)rt=y[E],rt!==b&&(st=rt.measuredBounds,tt=rt.margin,ot=Math.max(st.width+tt.right+tt.left,0),ut=Math.max(st.height+tt.top+tt.bottom,0),vt=rt.alignment,vt.Xb()&&(vt=a.defaultAlignment),vt.sb()||(vt=xi),ot=z.width*vt.x+vt.offsetX-ot*vt.x+tt.left+z.x,tt=z.height*vt.y+vt.offsetY-ut*vt.y+tt.top+z.y,rt.visible&&(Vn(z.x,z.y,z.width,z.height,ot,tt,st.width,st.height)?rt.arrange(ot,tt,st.width,st.height):rt.arrange(ot,tt,st.width,st.height,new he(z.x,z.y,z.width,z.height))));he.free(z)};function Sm(){this.xa="Base",this.name="Table"}Ne(Sm,Fa),Sm.prototype.measure=function(a,y,x,b,E){for(var z=b.length,tt=ai(),rt=ai(),ot=0;ot<z;ot++){var st=b[ot],ut=st instanceof Nn?st:null;if(ut!==null&&Ah(ut)&&st.visible){rt.push(ut);for(var ft=ut.O.s,vt=ft.length,xt=0;xt<vt;xt++){var bt=ft[xt];ut.type===Nn.TableRow?bt.row=st.row:ut.type===Nn.TableColumn&&(bt.column=st.column),tt.push(bt)}}else tt.push(st)}z=tt.length,z===0&&(a.Fb(0),a.Eb(0));for(var Tt=[],Xt=0;Xt<z;Xt++){var Zt=tt[Xt];Zt.visible&&(Aa(Zt,!0),Ou(Zt,!0),Tt[Zt.row]||(Tt[Zt.row]=[]),Tt[Zt.row][Zt.column]||(Tt[Zt.row][Zt.column]=[]),Tt[Zt.row][Zt.column].push(Zt))}Jn(tt);var qt=ai(),_t=ai(),ee=ai(),me={count:0},Ie={count:0},li=y,Di=x,wi=a.rowDefs,In=a.colDefs,yn=null;z=wi.length;for(var Cr=0;Cr<z;Cr++)yn=wi[Cr],yn!==void 0&&(yn.actual=0);z=In.length;for(var gr=0;gr<z;gr++)yn=In[gr],yn!==void 0&&(yn.actual=0);for(var ao=Tt.length,Bo=0,Oa=0;Oa<ao;Oa++)Tt[Oa]&&(Bo=Math.max(Bo,Tt[Oa].length));var Wa=Math.min(a.topIndex,ao-1),vs=Math.min(a.leftIndex,Bo-1),Ia=0;ao=Tt.length;for(var Rh=rh(a),xa=0;xa<ao;xa++)if(Tt[xa]){Bo=Tt[xa].length;var hu=a.Fb(xa);hu.actual=0;for(var ys=hu.oc=0;ys<Bo;ys++)if(Tt[xa][ys]){var zh=a.Eb(ys);qt[ys]===void 0&&(zh.actual=0,zh.oc=0,qt[ys]=!0);for(var cl=Tt[xa][ys],Hl=cl.length,el=0;el<Hl;el++){var Xs=cl[el];if(Xs.visible||Xs===Rh){var Pd=1<Xs.rowSpan||1<Xs.columnSpan;Pd&&(xa<Wa||ys<vs||_t.push(Xs));var du=Xs.margin,tg=du.right+du.left,nl=du.top+du.bottom,Ss=ou(Xs,hu,zh,!1),Dp=Xs.desiredSize,Xc=!isNaN(Dp.height),Mu=!isNaN(Dp.width)&&Xc;if(Pd||Ss===wn||Mu||xa<Wa||ys<vs||(me[ys]!==void 0||Ss!==kn&&Ss!==Ki||(me[ys]=-1,me.count++),Ie[xa]!==void 0||Ss!==kn&&Ss!==ar||(Ie[xa]=-1,Ie.count++),ee.push(Xs)),Xs.measure(1/0,1/0,0,0),!(xa<Wa||ys<vs)){var Ys=Xs.measuredBounds,ic=Math.max(Ys.width+tg,0),il=Math.max(Ys.height+nl,0);if(Xs.rowSpan===1&&(Ss===wn||Ss===Ki)){yn=a.Fb(xa);var wd=yn.Wc();Ia=Math.max(il-yn.actual,0),Ia+wd>Di&&(Ia=Math.max(Di-wd,0));var W0=yn.oa===0;yn.oc=yn.oc+Ia,yn.actual=yn.oa+Ia,Di=Math.max(Di-(Ia+(W0?wd:0)),0)}if(Xs.columnSpan===1&&(Ss===wn||Ss===ar)){yn=a.Eb(ys);var Bp=yn.Wc();Ia=Math.max(ic-yn.actual,0),Ia+Bp>li&&(Ia=Math.max(li-Bp,0));var Hy=yn.oa===0;yn.oc=yn.oc+Ia,yn.actual=yn.oa+Ia,li=Math.max(li-(Ia+(Hy?Bp:0)),0)}Pd&&Xs.Uj()}}}}}Jn(qt);var Xu=0,sh=0;z=a.columnCount;for(var Yc=0;Yc<z;Yc++){var Cd=In[Yc];Cd!==void 0&&(Xu+=isNaN(Cd.Hc)?Cd.oc:Cd.Hc,Cd.oc!==0&&(Xu+=Cd.Wc()))}z=a.rowCount;for(var eg=0;eg<z;eg++){var Ld=wi[eg];Ld!==void 0&&(sh+=isNaN(Ld.Hc)?Ld.oc:Ld.Hc,Ld.oc!==0&&(sh+=Ld.Wc()))}li=Math.max(y-Xu,0);var Yu=Di=Math.max(x-sh,0),jh=li;z=ee.length;for(var Us=0;Us<z;Us++){var Au=ee[Us],G0=a.Fb(Au.row),lh=a.Eb(Au.column),ng=Au.measuredBounds,cu=Au.margin,rc=cu.right+cu.left,ku=cu.top+cu.bottom;me[Au.column]=lh.oc===0&&me[Au.column]!==void 0?Math.max(ng.width+rc,me[Au.column]):null,Ie[Au.row]=G0.oc===0&&Ie[Au.row]!==void 0?Math.max(ng.height+ku,Ie[Au.row]):null}var Uc=0,ig=0,eu;for(eu in Ie)eu!=="count"&&(Uc+=Ie[eu]);for(eu in me)eu!=="count"&&(ig+=me[eu]);for(var _a=Yt.alloc(),Op=0;Op<z;Op++){var Ns=ee[Op];if(Ns.visible||Ns===Rh){var Pa=a.Fb(Ns.row),Ts=a.Eb(Ns.column),uh=0;isFinite(Ts.width)?uh=Ts.width:(isFinite(li)&&me[Ns.column]!==null?ig===0?uh=Ts.actual+li:uh=me[Ns.column]/ig*jh:me[Ns.column]!==null?uh=li:uh=Ts.actual||li,uh=Math.max(0,uh-Ts.Wc()));var Hh=0;switch(isFinite(Pa.height)?Hh=Pa.height:(isFinite(Di)&&Ie[Ns.row]!==null?Uc===0?Hh=Pa.actual+Di:Hh=Ie[Ns.row]/Uc*Yu:Ie[Ns.row]!==null?Hh=Di:Hh=Pa.actual||Di,Hh=Math.max(0,Hh-Pa.Wc())),_a.h(Math.max(Ts.minimum,Math.min(uh,Ts.maximum)),Math.max(Pa.minimum,Math.min(Hh,Pa.maximum))),Ss=ou(Ns,Pa,Ts,!1),Ss){case Ki:_a.height=Math.max(_a.height,Pa.actual+Di);break;case ar:_a.width=Math.max(_a.width,Ts.actual+li)}var oc=Ns.margin,Zy=oc.right+oc.left,V0=oc.top+oc.bottom;Ns.Uj(),Ns.measure(_a.width,_a.height,Ts.minimum,Pa.minimum);var rg=Ns.measuredBounds,ac=Math.max(rg.width+Zy,0),Jc=Math.max(rg.height+V0,0);isFinite(li)&&(ac=Math.min(ac,_a.width)),isFinite(Di)&&(Jc=Math.min(Jc,_a.height));var Js=0;Js=Pa.actual,Pa.actual=Math.max(Pa.actual,Jc),Pa.oc=Math.max(Pa.oc,Jc),Ia=Pa.actual-Js,Di=Math.max(Di-Ia,0),Ie[Ns.row]===null&&(Yu=Math.max(Yu-Ia,0)),Js=Ts.actual,Ts.actual=Math.max(Ts.actual,ac),Ts.oc=Math.max(Ts.oc,ac),Ia=Ts.actual-Js,li=Math.max(li-Ia,0),me[Ns.column]===null&&(jh=Math.max(jh-Ia,0))}}Jn(ee);var hh=Yt.alloc(),fu=ai(),kl=ai();if(z=_t.length,z!==0){for(var bd=0;bd<ao;bd++)if(Tt[bd]){Bo=Tt[bd].length;var og=a.Fb(bd);fu[bd]=og.actual;for(var Md=0;Md<Bo;Md++)if(Tt[bd][Md]){var K0=a.Eb(Md);kl[Md]=K0.actual}}}for(var ag=0;ag<z;ag++){var fa=_t[ag];if(fa.visible||fa===Rh){var nu=a.Fb(fa.row),Zl=a.Eb(fa.column);switch(_a.h(Math.max(Zl.minimum,Math.min(y,Zl.maximum)),Math.max(nu.minimum,Math.min(x,nu.maximum))),Ss=ou(fa,nu,Zl,!1),Ss){case kn:kl[Zl.index]!==0&&(_a.width=Math.min(_a.width,kl[Zl.index])),fu[nu.index]!==0&&(_a.height=Math.min(_a.height,fu[nu.index]));break;case Ki:kl[Zl.index]!==0&&(_a.width=Math.min(_a.width,kl[Zl.index]));break;case ar:fu[nu.index]!==0&&(_a.height=Math.min(_a.height,fu[nu.index]))}isFinite(Zl.width)&&(_a.width=Zl.width),isFinite(nu.height)&&(_a.height=nu.height),hh.h(0,0);for(var X0=Zl.minimum,rl=nu.minimum,Zh=1;Zh<fa.rowSpan&&!(fa.row+Zh>=a.rowCount);Zh++)yn=a.Fb(fa.row+Zh),Ia=0,Ia=Ss===kn||Ss===ar?Math.max(yn.minimum,fu[fa.row+Zh]===0?yn.maximum:Math.min(fu[fa.row+Zh],yn.maximum)):Math.max(yn.minimum,isNaN(yn.Hc)?yn.maximum:Math.min(yn.Hc,yn.maximum)),hh.height+=Ia,rl+=yn.minimum;for(var Wl=1;Wl<fa.columnSpan&&!(fa.column+Wl>=a.columnCount);Wl++)yn=a.Eb(fa.column+Wl),Ia=0,Ia=Ss===kn||Ss===Ki?Math.max(yn.minimum,kl[fa.column+Wl]===0?yn.maximum:Math.min(kl[fa.column+Wl],yn.maximum)):Math.max(yn.minimum,isNaN(yn.Hc)?yn.maximum:Math.min(yn.Hc,yn.maximum)),hh.width+=Ia,X0+=yn.minimum;_a.width+=hh.width,_a.height+=hh.height;var sg=fa.margin,Ad=sg.right+sg.left,Ip=sg.top+sg.bottom;fa.measure(_a.width,_a.height,X0,rl);for(var lg=fa.measuredBounds,Eu=Math.max(lg.width+Ad,0),sc=Math.max(lg.height+Ip,0),kd=0,ug=0;ug<fa.rowSpan&&!(fa.row+ug>=a.rowCount);ug++)yn=a.Fb(fa.row+ug),kd+=yn.total||0;if(kd<sc){var Wh=sc-kd,Uu=sc-kd;if(fa.spanAllocation!==null)for(var Gh=fa.spanAllocation,dh=0;dh<fa.rowSpan&&!(0>=Wh)&&!(fa.row+dh>=a.rowCount);dh++){yn=a.Fb(fa.row+dh);var Vh=yn.oa||0,lc=Gh(fa,yn,Uu);yn.actual=Math.min(yn.maximum,Vh+lc),yn.oa!==Vh&&(Wh-=yn.oa-Vh)}for(;0<Wh;){var gu=yn.oa||0;if(isNaN(yn.height)&&yn.maximum>gu&&(yn.actual=Math.min(yn.maximum,gu+Wh),yn.oa!==gu&&(Wh-=yn.oa-gu)),yn.index===0)break;yn=a.Fb(yn.index-1)}}for(var Qc=0,Kh=0;Kh<fa.columnSpan&&!(fa.column+Kh>=a.columnCount);Kh++)yn=a.Eb(fa.column+Kh),Qc+=yn.total||0;if(Qc<Eu){var qc=Eu-Qc,Wy=Eu-Qc;if(fa.spanAllocation!==null)for(var ch=fa.spanAllocation,uc=0;uc<fa.columnSpan&&!(0>=qc)&&!(fa.column+uc>=a.columnCount);uc++){yn=a.Eb(fa.column+uc);var Rp=yn.oa||0,Gy=ch(fa,yn,Wy);yn.actual=Math.min(yn.maximum,Rp+Gy),yn.oa!==Rp&&(qc-=yn.oa-Rp)}for(;0<qc;){var Y0=yn.oa||0;if(isNaN(yn.width)&&yn.maximum>Y0&&(yn.actual=Math.min(yn.maximum,Y0+qc),yn.oa!==Y0&&(qc-=yn.oa-Y0)),yn.index===0)break;yn=a.Eb(yn.index-1)}}}}Jn(_t),Yt.free(hh),Yt.free(_a),fu!==void 0&&Jn(fu),kl!==void 0&&Jn(kl);var _c=0,$c=0,U0=a.desiredSize,gx=a.maxSize;Ss=Os(a,!0);var zp=sh=Xu=0,jp=0;z=a.columnCount;for(var J0=0;J0<z;J0++)In[J0]!==void 0&&(yn=a.Eb(J0),isFinite(yn.width)?(zp+=yn.width,zp+=yn.Wc()):Em(yn)===Qg?(zp+=yn.oa,zp+=yn.Wc()):yn.oa!==0&&(Xu+=yn.oa,Xu+=yn.Wc()));isFinite(U0.width)?_c=Math.min(U0.width,gx.width):_c=Ss!==wn&&isFinite(y)?y:Xu,_c=Math.max(_c,a.minSize.width),_c=Math.max(_c-zp,0);for(var qx=Xu===0?1:Math.max(_c/Xu,1),Q0=0;Q0<z;Q0++)In[Q0]!==void 0&&(yn=a.Eb(Q0),isFinite(yn.width)||Em(yn)===Qg||(yn.actual=yn.oa*qx),yn.position=E.width,yn.oa!==0&&(E.width+=yn.oa,E.width+=yn.Wc()));z=a.rowCount;for(var q0=0;q0<z;q0++)wi[q0]!==void 0&&(yn=a.Fb(q0),isFinite(yn.height)?(jp+=yn.height,jp+=yn.Wc()):Em(yn)===Qg?(jp+=yn.oa,jp+=yn.Wc()):yn.oa!==0&&(sh+=yn.oa,sh+=yn.Wc()));isFinite(U0.height)?$c=Math.min(U0.height,gx.height):$c=Ss!==wn&&isFinite(x)?x:sh,$c=Math.max($c,a.minSize.height),$c=Math.max($c-jp,0);for(var _x=sh===0?1:Math.max($c/sh,1),_0=0;_0<z;_0++)wi[_0]!==void 0&&(yn=a.Fb(_0),isFinite(yn.height)||Em(yn)===Qg||(yn.actual=yn.oa*_x),yn.position=E.height,yn.oa!==0&&(E.height+=yn.oa,E.height+=yn.Wc()));z=rt.length;for(var Vy=0;Vy<z;Vy++){var Hp=rt[Vy],Ky=0,Xy=0;Hp.type===Nn.TableRow?(Ky=E.width,yn=a.Fb(Hp.row),Xy=yn.actual):(yn=a.Eb(Hp.column),Ky=yn.actual,Xy=E.height),Hp.measuredBounds.h(0,0,Ky,Xy),Aa(Hp,!1)}Jn(rt),a.inRowsCols=Tt},Sm.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 rt,ot,st=tt.length,ut=0,ft=0;ft<st;ft++)tt[ft]&&(ut=Math.max(ut,tt[ft].length));ot=a.rowDefs,rt=a.colDefs;var vt=ft=0,xt=Math.min(a.topIndex,st-1);if(0<ot.length){for(;xt!==st&&(ot[xt]===void 0||ot[xt].oa===0);)xt++;xt=Math.max(Math.min(xt,st-1),0),ft=-ot[xt].position}var bt=Math.min(a.leftIndex,ut-1);if(0<rt.length){for(;bt!==ut&&(rt[bt]===void 0||rt[bt].oa===0);)bt++;bt=Math.max(Math.min(bt,ut-1),0),vt=-rt[bt].position}for(var Tt=0,Xt=0;Tt!==st&&ot[Tt]===void 0;)Tt++;for(;Xt!==st&&rt[Xt]===void 0;)Xt++;ut=a.part,a.Fb(Tt),a.Eb(Xt);for(var Zt=0;Zt<y.length;Zt++){var qt=y[Zt];if(qt instanceof Nn&&qt.visible&&Ah(qt)){if(qt.type===Nn.TableRow){rt=a.Fb(qt.row);var _t=a.Eb(Xt)}else rt=a.Fb(Tt),_t=a.Eb(qt.column);ot=rt.position+ft+E,rt.oa!==0&&(ot+=rt.Io(Math.max(Tt,xt))),rt=_t.position+vt+z,_t.oa!==0&&(rt+=_t.Io(Math.max(Xt,bt))),_t=qt.measuredBounds,qt.Uk(),qt.actualBounds.ka();var ee=qt.actualBounds,me=he.allocAt(ee.x,ee.y,ee.width,ee.height);ee.x=qt.type===Nn.TableRow?z:rt,ee.y=qt.type===Nn.TableColumn?E:ot,ee.width=_t.width,ee.height=_t.height,qt.actualBounds.freeze(),Ou(qt,!1),Tn(me,ee)||ut===null||(ut.oh(),qt.Pn(ut)),he.free(me)}}for(Zt=Yt.alloc(),qt=0;qt<st;qt++)if(tt[qt]){for(ut=tt[qt].length,_t=a.Fb(qt),ot=_t.position+ft+E,_t.oa!==0&&(ot+=_t.Io(Math.max(Tt,xt))),ee=0;ee<ut;ee++)if(tt[qt][ee]){me=a.Eb(ee),rt=me.position+vt+z,me.oa!==0&&(rt+=me.Io(Math.max(Xt,bt)));for(var Ie=tt[qt][ee],li=Ie.length,Di=0;Di<li;Di++){var wi=Ie[Di],In=wi.measuredBounds;Zt.h(0,0);for(var yn=1;yn<wi.rowSpan&&!(qt+yn>=a.rowCount);yn++){var Cr=a.Fb(qt+yn);Cr.oa!==0&&(Zt.height+=Cr.total)}for(yn=1;yn<wi.columnSpan&&!(ee+yn>=a.columnCount);yn++)Cr=a.Eb(ee+yn),Cr.oa!==0&&(Zt.width+=Cr.total);var gr=me.oa+Zt.width,ao=_t.oa+Zt.height;yn=rt,Cr=ot;var Bo=gr,Oa=ao,Wa=rt,vs=ot,Ia=gr,Rh=ao;rt+gr>x.width&&(Ia=Math.max(x.width-rt,0)),ot+ao>x.height&&(Rh=Math.max(x.height-ot,0));var xa=wi.alignment;if(xa.Xb()){xa=a.defaultAlignment,xa.sb()||(xa=xi);var hu=xa.x,ys=xa.y,zh=xa.offsetX;xa=xa.offsetY;var cl=me.alignment,Hl=_t.alignment;cl.sb()&&(hu=cl.x,zh=cl.offsetX),Hl.sb()&&(ys=Hl.y,xa=Hl.offsetY)}else hu=xa.x,ys=xa.y,zh=xa.offsetX,xa=xa.offsetY;(isNaN(hu)||isNaN(ys))&&(ys=hu=.5,xa=zh=0),cl=In.width,Hl=In.height;var el=wi.margin,Xs=el.left+el.right,Pd=el.top+el.bottom,du=ou(wi,_t,me,!1);!isNaN(wi.desiredSize.width)||du!==kn&&du!==Ki||(cl=Math.max(gr-Xs,0)),!isNaN(wi.desiredSize.height)||du!==kn&&du!==ar||(Hl=Math.max(ao-Pd,0)),gr=wi.maxSize,ao=wi.minSize,cl=Math.min(gr.width,cl),Hl=Math.min(gr.height,Hl),cl=Math.max(ao.width,cl),Hl=Math.max(ao.height,Hl),gr=Hl+Pd,yn+=Bo*hu-(cl+Xs)*hu+zh+el.left,Cr+=Oa*ys-gr*ys+xa+el.top,wi.visible&&(Vn(Wa,vs,Ia,Rh,yn,Cr,In.width,In.height)?wi.arrange(yn,Cr,cl,Hl):wi.arrange(yn,Cr,cl,Hl,new he(Wa,vs,Ia,Rh)))}}}for(Yt.free(Zt),a=0;a<b;a++)x=y[a],z=x instanceof Nn?x:null,z!==null&&Ah(z)&&(z=x.actualBounds,x.naturalBounds.ka(),x.naturalBounds.h(0,0,z.width,z.height),x.naturalBounds.freeze())}};function xm(){this.xa="Base"}Ne(xm,Fa),xm.prototype.measure=function(){},xm.prototype.arrange=function(){};function Pm(){this.xa="Base"}Ne(Pm,Fa),Pm.prototype.measure=function(){},Pm.prototype.arrange=function(){};function wm(){this.xa="Base"}Ne(wm,Fa),wm.prototype.measure=function(a,y,x,b,E,z,tt){1<b.length&&Qt("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 rt=b.measuredBounds,ot=b.margin,st=ot.right+ot.left;if(ot=ot.top+ot.bottom,isFinite(y)||isFinite(x)){var ut=b.scale,ft=rt.width;rt=rt.height;var vt=Math.max(y-st,0),xt=Math.max(x-ot,0),bt=1;a.viewboxStretch===zi?ft!==0&&rt!==0&&(bt=Math.min(vt/ft,xt/rt)):ft!==0&&rt!==0&&(bt=Math.max(vt/ft,xt/rt)),bt===0&&(bt=1e-4),b.Ca*=bt,ut!==b.scale&&(Aa(b,!0),b.measure(1/0,1/0,z,tt))}rt=b.measuredBounds,E.width=isFinite(y)?y:Math.max(rt.width+st,0),E.height=isFinite(x)?x:Math.max(rt.height+ot,0)},wm.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=xi),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 Yg(){this.xa="Base"}Ne(Yg,Fa),Yg.prototype.measure=function(){},Yg.prototype.arrange=function(){},Yg.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,rt=z.width,ot=z.height,st=Math.ceil(rt/E),ut=Math.ceil(ot/b),ft=a.gridOrigin,vt=ft.x;ft=ft.y,y.save(),y.beginPath(),y.rect(0,0,rt,ot),y.clip(),y.Se();for(var xt=[],bt=a.O.s,Tt=bt.length,Xt=0;Xt<Tt;Xt++){var Zt=bt[Xt],qt=[];if(xt.push(qt),Zt.visible){var _t=Zt.interval;if(!(0>_t)){Zt=pv(Zt.figure);for(var ee=0;ee<Tt;ee++)if(ee!==Xt){var me=bt[ee];me.visible&&pv(me.figure)===Zt&&(me=me.interval,me>_t&&qt.push(me))}}}}for(bt=a.O.s,Tt=bt.length,Xt=0;Xt<Tt;Xt++){var Ie=bt[Xt];if(Ie.visible&&(qt=Ie.interval||1,Zt=Math.abs(qt),!(2>E*Zt*x))){if(_t=Ie.segmentIndex,(!isFinite(_t)||isNaN(_t))&&(_t=0),0>_t&&(_t=Zt-Math.min(-_t,Zt)),_t=Math.round(_t%Zt),Zt=Ie.opacity,ee=1,Zt!==1){if(Zt===0)continue;ee=y.globalAlpha,y.globalAlpha=ee*Zt}me=xt[Xt];var li=!1,Di=Ie.strokeDashArray;if(Di!==null&&(li=!0,y.js(Di,Ie.strokeDashOffset)),Ie.figure==="LineV"&&Ie.stroke!==null&&0<Ie.strokeWidth){for(y.lineWidth=Ie.strokeWidth,ha(a,y,Ie.stroke,!1,!1,z,tt),y.beginPath(),Di=Ie=Math.floor((vt-E)/E);Di<=Ie+st;Di++){var wi=Di*E+vt;0<=wi&&wi<=rt&&Cm(Di,qt,_t,me)&&(y.moveTo(wi,0),y.lineTo(wi,ot))}y.stroke(),y.Se()}else if(Ie.figure==="LineH"&&Ie.stroke!==null&&0<Ie.strokeWidth){for(y.lineWidth=Ie.strokeWidth,ha(a,y,Ie.stroke,!1,!1,z,tt),y.beginPath(),Di=Ie=Math.floor((ft-b)/b);Di<=Ie+ut;Di++)wi=Di*b+ft,0<=wi&&wi<=ot&&Cm(Di,qt,_t,me)&&(y.moveTo(0,wi),y.lineTo(rt,wi));y.stroke(),y.Se()}else if(Ie.figure==="BarV"&&Ie.fill!==null)for(ha(a,y,Ie.fill,!0,!1,z,tt),Ie=Ie.width,isNaN(Ie)&&(Ie=E),wi=Di=Math.floor((vt-E)/E);wi<=Di+st;wi++){var In=wi*E+vt;0<=In+Ie&&In<=rt&&Cm(wi,qt,_t,me)&&y.fillRect(In,0,Ie,ot)}else if(Ie.figure==="BarH"&&Ie.fill!==null)for(ha(a,y,Ie.fill,!0,!1,z,tt),Ie=Ie.height,isNaN(Ie)&&(Ie=b),wi=Di=Math.floor((ft-b)/b);wi<=Di+ut;wi++)In=wi*b+ft,0<=In+Ie&&In<=ot&&Cm(wi,qt,_t,me)&&y.fillRect(0,In,rt,Ie);li&&y.fs(),Zt!==1&&(y.globalAlpha=ee)}}y.restore(),y.Vc(!1)};function Cm(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 Lm(){this.xa="Base"}Ne(Lm,Fa),Lm.prototype.measure=function(a,y,x,b,E){var z=b.length;if(a instanceof ro||a instanceof Rn){var tt=null,rt=null;if(a instanceof Rn&&(tt=a),a instanceof ro&&(rt=a,tt=rt.adornedPart,a.j===null&&(a.j=[])),tt instanceof Rn){var ot=tt;if(z===0)ti(a.naturalBounds,0,0),a.measuredBounds.h(0,0,0,0);else{var st=a instanceof ro?null:tt.path;y=tt.routeBounds,x=a.jg,x.h(0,0,y.width,y.height);var ut=ot.points,ft=tt.pointsCount;rt!==null?rt.Ul(!1):tt!==null&&tt.Ul(!1),rt=y.width;var vt=y.height,xt=a.j;if(xt.length=0,st!==null){i1(a,rt,vt,st);var bt=st.measuredBounds;x.ed(bt),xt.push(bt)}bt=pi.alloc();for(var Tt=Ot.alloc(),Xt=Ot.alloc(),Zt=0;Zt<z;Zt++){var qt=b[Zt];if(qt!==st)if(qt.isPanelMain&&qt instanceof Er){i1(a,rt,vt,qt);var _t=qt.measuredBounds;x.ed(_t),xt.push(_t)}else if(2>ft)qt.measure(1/0,1/0,0,0),_t=qt.measuredBounds,x.ed(_t),xt.push(_t);else{var ee=qt.segmentIndex,me=qt.segmentFraction,Ie=qt.alignmentFocus;Ie.Mc()&&(Ie=xi);var li=qt.segmentOrientation,Di=qt.segmentOffset;if(isNaN(ee)){var wi=ot.ua;_t=ai(),wi.Qu(me,_t);var In=Ot.allocAt(_t[0],_t[1]);if(In.add(ot.i(0)),wi.type===Ln.j?In.offset(-wi.startX,-wi.startY):(wi=wi.figures.first(),wi!==null&&In.offset(-wi.startX,-wi.startY)),wi=_t[2],li!==Ms){var yn=ot.computeAngle(qt,li,wi);qt.Kb=yn}yn=In.x-y.x;var Cr=In.y-y.y;Ot.free(In),Jn(_t)}else if(ee<-ft||ee>=ft)_t=Ot.alloc(),ot.vg(),ot.computeMidPoint(_t),wi=ot.midAngle,li!==Ms&&(yn=ot.computeAngle(qt,li,wi),qt.Kb=yn),yn=_t.x-y.x,Cr=_t.y-y.y,Ot.free(_t);else{if(yn=0,0<=ee?(Cr=ut.M(ee),_t=ee<ft-1?ut.M(ee+1):Cr):(yn=ft+ee,Cr=ut.M(yn),_t=0<yn?ut.M(yn-1):Cr),Cr.Xa(_t)){0<=ee?(wi=0<ee?ut.M(ee-1):Cr,yn=ee<ft-2?ut.M(ee+2):_t):(wi=yn<ft-1?ut.M(yn+1):Cr,yn=1<yn?ut.M(yn-2):_t),In=wi.Bf(Cr);var gr=_t.Bf(yn);wi=In>gr+10?0<=ee?wi.ab(Cr):Cr.ab(wi):gr>In+10?0<=ee?_t.ab(yn):yn.ab(_t):0<=ee?wi.ab(yn):yn.ab(wi)}else wi=0<=ee?Cr.ab(_t):_t.ab(Cr);li!==Ms&&(yn=ot.computeAngle(qt,li,wi),qt.Kb=yn),yn=Cr.x+(_t.x-Cr.x)*me-y.x,Cr=Cr.y+(_t.y-Cr.y)*me-y.y}qt.measure(1/0,1/0,0,0),_t=qt.measuredBounds,In=qt.naturalBounds;var ao=0;qt instanceof Er&&(ao=qt.strokeWidth),gr=In.width+ao;var Bo=In.height+ao;bt.reset(),bt.translate(-_t.x,-_t.y),bt.scale(qt.scale,qt.scale),bt.rotate(li===Ms?qt.angle:wi,gr/2,Bo/2),li!==ap&&li!==lp||bt.rotate(90,gr/2,Bo/2),li!==sp&&li!==up||bt.rotate(-90,gr/2,Bo/2),li===t0&&(45<wi&&135>wi||225<wi&&315>wi)&&bt.rotate(-wi,gr/2,Bo/2),In=new he(0,0,gr,Bo),Tt.xi(In,Ie),bt.Ga(Tt),Ie=-Tt.x+ao/2*qt.scale,qt=-Tt.y+ao/2*qt.scale,Xt.assign(Di),ao=isNaN(Di.x);var Oa=isNaN(Di.y);if(ao||Oa){gr=gr/2+3,Bo=Bo/2+3;var Wa=45<=wi&&135>=wi,vs=225<=wi&&315>=wi;li===Ms&&(Wa||vs)?(Xt.x=Oa?gr:Di.y,Xt.y=ao?Bo:Di.x,Wa?0<=ee||isNaN(ee)&&.5>me||!ao||(Xt.y=-Bo):vs&&((0<=ee||isNaN(ee)&&.5>me)&&ao&&(Xt.y=-Bo),Oa&&(Xt.x=-gr))):(ao&&(Xt.x=0<=ee||isNaN(ee)&&.5>me?gr:-gr),Oa&&(Xt.y=-Bo),Xt.rotate(wi))}else Xt.rotate(wi);yn+=Xt.x,Cr+=Xt.y,In.set(_t),In.h(yn+Ie,Cr+qt,_t.width,_t.height),xt.push(In),x.ed(In)}}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),ti(E,x.width||0,x.height||0),pi.free(bt),Ot.free(Tt),Ot.free(Xt)}}}},Lm.prototype.arrange=function(a,y){var x=y.length;if(a instanceof ro||a instanceof Rn){var b=a,E=null;a instanceof ro&&(E=a,b=E.adornedPart);var z=a instanceof ro?null:b.path,tt=a.j;if(tt.length!==0){var rt=0;if(z!==null&&rt<tt.length){var ot=tt[rt];rt++,z.arrange(ot.x-a.jg.x,ot.y-a.jg.y,ot.width,ot.height)}for(ot=0;ot<x;ot++){var st=y[ot];if(st!==z&&rt<tt.length){var ut=tt[rt];rt++,st.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 Rn)for(z=a.labelNodes;z.next();){var ft=a;tt=z.value,rt=tt.segmentIndex,ot=tt.segmentFraction;var vt=tt.alignmentFocus;if(st=tt.segmentOrientation,ut=tt.segmentOffset,isNaN(rt)){var xt=ft.ua,bt=ai();xt.Qu(ot,bt);var Tt=Ot.allocAt(bt[0],bt[1]);Tt.add(ft.i(0)),xt.type===Ln.j||(xt=xt.figures.first()),Tt.offset(-xt.startX,-xt.startY),xt=bt[2],st!==Ms&&(ft=ft.computeAngle(tt,st,xt),tt.angle=ft),ft=Tt.x;var Xt=Tt.y;Ot.free(Tt),Jn(bt)}else if(rt<-x||rt>=x)bt=Ot.alloc(),xt=ft,Xt=bt,xt.vg(),xt.computeMidPoint(Xt),xt=ft.midAngle,st!==Ms&&(ft=ft.computeAngle(tt,st,xt),tt.angle=ft),ft=bt.x,Xt=bt.y,Ot.free(bt);else{if(Tt=0,0<=rt?(bt=y.s[rt],Xt=rt<x-1?y.s[rt+1]:bt):(Tt=x+rt,bt=y.s[Tt],Xt=0<Tt?y.s[Tt-1]:bt),bt.Xa(Xt)){0<=rt?(xt=0<rt?y.s[rt-1]:bt,Tt=rt<x-2?y.s[rt+2]:Xt):(xt=Tt<x-1?y.s[Tt+1]:bt,Tt=1<Tt?y.s[Tt-2]:Xt);var Zt=xt.Bf(bt),qt=Xt.Bf(Tt);xt=Zt>qt+10?0<=rt?xt.ab(bt):bt.ab(xt):qt>Zt+10?0<=rt?Xt.ab(Tt):Tt.ab(Xt):0<=rt?xt.ab(Tt):Tt.ab(xt)}else xt=0<=rt?bt.ab(Xt):Xt.ab(bt);st!==Ms&&(ft=ft.computeAngle(tt,st,xt),tt.angle=ft),ft=bt.x+(Xt.x-bt.x)*ot,Xt=bt.y+(Xt.y-bt.y)*ot}if(vt.ys())tt.location=new Ot(ft,Xt);else{vt.Mc()&&(vt=xi),bt=pi.alloc(),bt.reset(),bt.scale(tt.scale,tt.scale),bt.rotate(tt.angle,0,0);var _t=tt.naturalBounds;Tt=he.allocAt(0,0,_t.width,_t.height),Zt=Ot.alloc(),Zt.xi(Tt,vt),bt.Ga(Zt),vt=-Zt.x,qt=-Zt.y;var ee=_t.width,me=_t.height;_t=Ot.alloc(),_t.assign(ut);var Ie=isNaN(ut.x),li=isNaN(ut.y);if(Ie||li){ee=ee/2+3,me=me/2+3;var Di=45<=xt&&135>=xt,wi=225<=xt&&315>=xt;st===Ms&&(Di||wi)?(_t.x=li?ee:ut.y,_t.y=Ie?me:ut.x,Di?0<=rt||isNaN(rt)&&.5>ot||!Ie||(_t.y=-me):wi&&((0<=rt||isNaN(rt)&&.5>ot)&&Ie&&(_t.y=-me),li&&(_t.x=-ee))):(Ie&&(_t.x=0<=rt||isNaN(rt)&&.5>ot?ee:-ee),li&&(_t.y=-me),_t.rotate(xt))}else _t.rotate(xt);ft+=_t.x,Xt+=_t.y,bt.pp(Tt),vt+=Tt.x,qt+=Tt.y,rt=Ot.allocAt(ft+vt,Xt+qt),tt.move(rt),Ot.free(rt),Ot.free(_t),Ot.free(Zt),he.free(Tt),pi.free(bt)}}E!==null?E.Ul(!1):b.Ul(!1),b=T1(a),a.location.h(a.position.x+b.x,a.position.y+b.y),Ot.free(b)}};function i1(a,y,x,b){if(ll(b)!==!1){var E=b.strokeWidth;E===0&&a instanceof ro&&a.type===Nn.Link&&a.adornedObject instanceof Er&&(E=a.adornedObject.strokeWidth),E*=b.Ca,a instanceof Rn&&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 ro&&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),Aa(b,!1)}}function Ug(){this.xa="Base"}Ne(Ug,Fa),Ug.prototype.measure=function(a,y,x,b,E,z,tt){var rt=a.Pb();a.graduatedBounds=[];var ot=rt.margin,st=ot.right+ot.left,ut=ot.top+ot.bottom;rt.measure(y,x,z,tt);var ft=rt.measuredBounds,vt=new he(-ot.left,-ot.top,Math.max(ft.width+st,0),Math.max(ft.height+ut,0));a.graduatedBounds.push(vt),E.assign(vt);for(var xt=rt.geometry,bt=rt.strokeWidth,Tt=xt.flattenedSegments,Xt=xt.flattenedLengths,Zt=xt.flattenedTotalLength,qt=Tt.length,_t=0,ee=0,me=ai(),Ie=0;Ie<qt;Ie++){var li=Tt[Ie],Di=[];ee=_t=0;for(var wi=li.length,In=0;In<wi;In+=2){var yn=li[In],Cr=li[In+1];if(In!==0){var gr=180*Math.atan2(Cr-ee,yn-_t)/Math.PI;0>gr&&(gr+=360),Di.push(gr)}_t=yn,ee=Cr}me.push(Di)}if(a.graduatedIntervals===null){for(var ao=[],Bo=a.O.s,Oa=Bo.length,Wa=0;Wa<Oa;Wa++){var vs=Bo[Wa],Ia=[];if(ao.push(Ia),vs.visible){var Rh=vs.interval;if(!(0>Rh)){for(var xa=0;xa<Oa;xa++)if(xa!==Wa){var hu=Bo[xa];if(hu.visible&&vs.constructor===hu.constructor){var ys=hu.interval;ys>Rh&&Ia.push(ys)}}}}}a.graduatedIntervals=ao}var zh=a.graduatedIntervals,cl=a.O.s,Hl=cl.length,el=0,Xs=0,Pd=Zt;a.graduatedMarks=[];for(var du,tg=0;tg<Hl;tg++){var nl=cl[tg];if(du=[],nl.visible&&nl!==rt){var Ss=Math.abs(nl.interval),Dp=a.graduatedTickUnit;if(!(2>Dp*Ss*Zt/a.graduatedRange&&nl.graduatedSkip===null)){var Xc=Xt[0][0],Mu=0,Ys=0;Xs=Zt*nl.graduatedStart-1e-4,Pd=Zt*nl.graduatedEnd+1e-4;var ic=Dp*Ss,il=a.graduatedTickBase;if(il<a.graduatedMin){var wd=(a.graduatedMin-il)/ic;wd=wd%1===0?wd:Math.floor(wd+1),il+=wd*ic}else il>a.graduatedMin+ic&&(il-=Math.floor((il-a.graduatedMin)/ic)*ic);for(var W0=zh[tg],Bp=il,Hy=1e-6*a.graduatedMax,Xu=1;il<=a.graduatedMax+Hy;Xu++){t:{for(var sh=W0.length,Yc=0;Yc<sh;Yc++){var Cd=(il-a.graduatedTickBase)%(W0[Yc]*a.graduatedTickUnit),eg=1e-6*a.graduatedTickUnit;if(Cd<eg&&Cd>-eg){var Ld=!1;break t}}Ld=!0}if(Ld&&(il>a.graduatedMax&&(il=a.graduatedMax),nl.graduatedSkip===null||nl instanceof Oo&&!nl.graduatedSkip(il,nl)||nl instanceof Er&&!nl.graduatedSkip(il,nl))&&(el=(il-a.graduatedMin)*Zt/a.graduatedRange,el>Zt&&(el=Zt),Xs<=el&&el<=Pd)){for(var Yu=me[Mu][Ys],jh=Xt[Mu][Ys];Mu<Xt.length;){for(;el>Xc&&Ys<Xt[Mu].length-1;)Ys++,Yu=me[Mu][Ys],jh=Xt[Mu][Ys],Xc+=jh;if(el<=Xc)break;Mu++,Ys=0,Yu=me[Mu][Ys],jh=Xt[Mu][Ys],Xc+=jh}var Us=Tt[Mu],Au=Us[2*Ys],G0=Us[2*Ys+1],lh=(el-(Xc-jh))/jh,ng=new Ot(Au+(Us[2*Ys+2]-Au)*lh+bt/2-xt.bounds.x,G0+(Us[2*Ys+3]-G0)*lh+bt/2-xt.bounds.y);ng.scale(rt.scale,rt.scale);t:{var cu=Yu,rc=me[Mu];if(!(.5005>lh&&.4995<lh)){var ku=cu;if(.5>lh?0<Ys?ku=rc[Ys-1]:ce.$(Us[0],Us[Us.length-2])&&ce.$(Us[1],Us[Us.length-1])&&(ku=rc[rc.length-1]):.5<lh&&(Ys+1<rc.length?ku=rc[Ys+1]:ce.$(Us[0],Us[Us.length-2])&&ce.$(Us[1],Us[Us.length-1])&&(ku=rc[0])),cu!==ku){var Uc=Math.abs(cu-ku);if(180<Uc&&(cu<ku?cu+=360:ku+=360,Uc=Math.abs(cu-ku)),5e-4>lh||.9995<lh){Yu=(cu+ku)/2%360;break t}if(10>Uc){var ig=1-Math.abs(.5-lh);Yu=(cu*ig+ku*(1-ig))%360;break t}}}Yu=cu}if(nl instanceof Oo){var eu="";nl.graduatedFunction!==null?(eu=nl.graduatedFunction(il,nl),eu=eu!=null?eu.toString():""):eu=(+il.toFixed(2)).toString(),eu!==""&&du.push({$l:ng,angle:Yu,text:eu})}else du.push({$l:ng,angle:Yu})}il=Bp+Xu*ic}}}a.graduatedMarks.push(du)}Jn(me);var _a=a.graduatedMarks;if(_a!==null)for(var Op=b.length,Ns=0;Ns<Op;Ns++){var Pa=b[Ns],Ts=_a[Ns];if(Pa.visible&&Pa!==rt&&Ts.length!==0){if(Pa instanceof Er){var uh=a,Hh=E,oc=Pa.alignmentFocus;oc.Mc()&&(oc=or);var Zy=Pa.angle;Pa.Kb=0,Pa.measure(1/0,1/0,0,0),Pa.Kb=Zy;var V0=Pa.measuredBounds,rg=V0.width,ac=V0.height,Jc=he.allocAt(0,0,rg,ac),Js=Ot.alloc();Js.xi(Jc,oc),he.free(Jc);for(var hh=-Js.x,fu=-Js.y,kl=new he,bd=Ts.length,og=0;og<bd;og++)for(var Md=Ts[og],K0=Md.$l.x,ag=Md.$l.y,fa=Md.angle,nu=0;4>nu;nu++){switch(nu){case 0:Js.h(hh,fu);break;case 1:Js.h(hh+rg,fu);break;case 2:Js.h(hh,fu+ac);break;case 3:Js.h(hh+rg,fu+ac)}Js.rotate(fa+Pa.angle),Js.offset(K0,ag),og===0&&nu===0?kl.h(Js.x,Js.y,0,0):kl.Ye(Js),Js.offset(-K0,-ag),Js.rotate(-fa-Pa.angle)}Ot.free(Js),uh.graduatedBounds!==null&&uh.graduatedBounds.push(kl),ni(Hh,kl.x,kl.y,kl.width,kl.height)}else if(Pa instanceof Oo){var Zl=a,X0=E;Zl.temporaryTextBlock===null&&(Zl.temporaryTextBlock=new Oo);var rl=Zl.temporaryTextBlock;y1(rl,Pa);var Zh=Pa.alignmentFocus;Zh.Mc()&&(Zh=or);for(var Wl=Pa.segmentOrientation,sg=Pa.segmentOffset,Ad=new he,Ip=0,lg=0,Eu=0,sc=0,kd=0,ug=Ts.length,Wh=0;Wh<ug;Wh++){var Uu=Ts[Wh];Ip=Uu.$l.x,lg=Uu.$l.y,Eu=Uu.angle,kd=sc=Pa.angle,Wl!==Ms&&(kd=Wl===op||Wl===$m?Eu+Pa.angle:Eu,sc=Rn.computeAngle(Wl,kd)),rl.Kb=sc,rl.text=Uu.text||"",rl.measure(1/0,1/0,0,0);var Gh=rl.measuredBounds,dh=rl.naturalBounds,Vh=dh.width,lc=dh.height,gu=pi.alloc();gu.reset(),gu.translate(-Gh.x,-Gh.y),gu.scale(rl.scale,rl.scale),gu.rotate(kd,Vh/2,lc/2),Wl!==ap&&Wl!==lp||gu.rotate(90,Vh/2,lc/2),Wl!==sp&&Wl!==up||gu.rotate(-90,Vh/2,lc/2),Wl===t0&&(45<Eu&&135>Eu||225<Eu&&315>Eu)&&gu.rotate(-Eu,Vh/2,lc/2);var Qc=he.allocAt(0,0,Vh,lc),Kh=Ot.alloc();Kh.xi(Qc,Zh),gu.Ga(Kh);var qc=-Kh.x,Wy=-Kh.y,ch=Ot.alloc();ch.assign(sg),isNaN(ch.x)&&(ch.x=Vh/2+3),isNaN(ch.y)&&(ch.y=-(lc/2+3)),ch.rotate(Eu),Ip+=ch.x+qc,lg+=ch.y+Wy;var uc=new he(Ip,lg,Gh.width,Gh.height),Rp=new he(Gh.x,Gh.y,Gh.width,Gh.height),Gy=new he(dh.x,dh.y,dh.width,dh.height);Uu.Sz=sc,Uu.lineCount=rl.lineCount,Uu.lines=[rl.Cb,rl.Ih,rl.df,rl.Le,rl.Qc,rl.Qb,rl.ze],Uu.actualBounds=uc,Uu.measuredBounds=Rp,Uu.naturalBounds=Gy,Wh===0?Ad.assign(uc):Ad.ed(uc),Ot.free(ch),Ot.free(Kh),he.free(Qc),pi.free(gu)}Zl.graduatedBounds!==null&&Zl.graduatedBounds.push(Ad),ni(X0,Ad.x,Ad.y,Ad.width,Ad.height)}Aa(Pa,!1)}}},Ug.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,rt=z[tt];tt++,b!==null&&b.arrange(rt.x-x.x,rt.y-x.y,rt.width,rt.height);for(var ot=y.length,st=0;st<ot;st++){var ut=y[st];rt=E[st],ut.visible&&ut!==b&&rt.length!==0&&(rt=z[tt],tt++,ut.arrange(rt.x-x.x,rt.y-x.y,rt.width,rt.height))}a.graduatedBounds=null}}},Ug.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 _s,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 rt=z.actualBounds,ot=a.O.s,st=a.graduatedMarks,ut=ot.length,ft=0;ft<ut;ft++){var vt=ot[ft],xt=st[ft],bt=xt.length;if(vt.visible&&vt!==z&&xt.length!==0){if(vt instanceof Er){if(!(2>a.graduatedTickUnit*vt.interval*z.geometry.flattenedTotalLength/a.graduatedRange*tt&&vt.graduatedSkip===null)){var Tt=vt.measuredBounds,Xt=vt.strokeWidth*vt.scale,Zt=vt.alignmentFocus;Zt.Mc()&&(Zt=or);for(var qt=0;qt<bt;qt++){var _t=xt[qt].$l,ee=xt[qt].angle,me=Zt,Ie=vt.Ab;Ie.reset(),Ie.translate(_t.x+rt.x,_t.y+rt.y),Ie.rotate(ee+vt.angle,0,0),Ie.translate(-Tt.width*me.x+me.offsetX+Xt/2,-Tt.height*me.y+me.offsetY+Xt/2),Ie.scale(vt.scale,vt.scale),Ol(vt,!1),vt.wh.set(vt.Ab),vt.Kk=vt.scale,Pl(vt,!1),vt.gc(y,x),E&&(a.svg.appendChild(vt.svg),vt.svg=null),vt.Ab.reset()}}}else if(vt instanceof Oo)for(a.temporaryTextBlock===null&&(a.temporaryTextBlock=new Oo),Tt=a.temporaryTextBlock,y1(Tt,vt),Xt=0;Xt<bt;Xt++)Zt=xt[Xt],Zt.actualBounds&&Zt.measuredBounds&&Zt.naturalBounds&&(Tt.ec=Zt.text||"",Tt.Kb=Zt.Sz||0,Tt.Gc=Zt.lineCount||0,qt=Zt.lines,qt!==void 0&&(Tt.Cb=qt[0],Tt.Ih=qt[1],Tt.df=qt[2],Tt.Le=qt[3],Tt.Qc=qt[4],Tt.Qb=qt[5],Tt.ze=qt[6]),Zt.naturalBounds&&(Tt.dc=Zt.naturalBounds),Zt.actualBounds&&(qt=Zt.actualBounds,Tt.arrange(qt.x,qt.y,qt.width,qt.height)),qt=Zt.actualBounds,Tt.arrange(qt.x,qt.y,qt.width,qt.height),_t=Zt.measuredBounds,Zt=Zt.naturalBounds,ee=Tt.Ab,ee.reset(),ee.translate(qt.x+rt.x,qt.y+rt.y),ee.translate(-_t.x,-_t.y),Tt.no(ee,Zt.x,Zt.y,Zt.width,Zt.height),Ol(Tt,!1),Tt.wh.set(Tt.Ab),Tt.Kk=Tt.scale,Pl(Tt,!1),Tt.Ng=vt.part,Tt.Me=vt.panel,Tt.gc(y,x),Tt.Me=null,Tt.Ng=null,E&&(a.svg.appendChild(Tt.svg),Tt.svg=null))}}x.$i=b,y.restore(),y.Vc(!0)};function Nn(a,y){if(ye.call(this),this.na=null,a===void 0)this.na=Nn.Position;else if(typeof a=="string"){var x=Jl.I(a);x!==null&&(this.na=x)}else a instanceof Fa?this.na=a:a&&(this.na=Nn.Position,y=a);this.na===null&&Qt("Panel type not specified or PanelLayout not loaded: "+a),this.l=this.l|4194304|(this.na===Nn.Grid?1048576:0),this.O=new pn,this.yb=Sr,this.Tm=Ao,this.Uf=Mr,this.$g=null,this.$e="",this.jg=new he(NaN,NaN,NaN,NaN),this.T=this.F=null,this.xo=zi,this.jn=hn,this.kn=Qn,this.ub=this.ra=null,this.zn=NaN,this.ge=this.Hh=null,y&&Object.assign(this,y)}Ne(Nn,ye),Nn.prototype.cloneProtected=function(a){ye.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},Nn.prototype.Af=function(a){ye.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},Nn.prototype.copy=function(){var a=ye.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 gi&&(z.Te=!0);var rt=a.diagram;rt!==null&&rt.undoManager.isUndoingRedoing||z.cb(Uo,"elements",a,null,E,null,tt)}}return a}return null},Ct=Nn.prototype,Ct.toString=function(){return"Panel("+this.type.name+")#"+Tr(this)},Ct.Pn=function(a){ye.prototype.Pn.call(this,a);for(var y=this.O.s,x=y.length,b=0;b<x;b++)y[b].Pn(a)},Ct.hh=function(a,y){if(this.na===Nn.Grid)a.yc(),this.na.gc(this,a,y);else if(this.na===Nn.Graduated)a.yc(),this.na.gc(this,a,y);else{if(this.na===Nn.Table)if(a.yc(),a instanceof _s){var x=a.yd;a.yd=dm(a,"gojs-ts"),gv(this,a),a.nh.pop(),a.yd=x}else gv(this,a);(x=this.isClipping&&this.na===Nn.Spot)&&a.save();for(var b=this.Pb(),E=this.O.s,z=E.length,tt=0;tt<z;tt++){var rt=E[tt];x&&rt===b&&(a.clipInsteadOfFill=!0),rt.gc(a,y),x&&rt===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&&bm(a,y,!0,x,!0),b!==null&&bm(a,y,!1,b,!0),x!==null&&r1(a,y,!0,x),b!==null&&r1(a,y,!1,b),x!==null&&bm(a,y,!0,x,!1),b!==null&&bm(a,y,!1,b,!1)}function r1(a,y,x,b){for(var E=b.length,z=a.actualBounds,tt=a.naturalBounds,rt=!0,ot=0;ot<E;ot++){var st=b[ot];if(st!==void 0&&st.actual!==0)if(rt)rt=!1;else{if(x){if(st.position>tt.height)continue}else if(st.position>tt.width)continue;var ut=st.separatorStrokeWidth;isNaN(ut)&&(ut=x?a.defaultRowSeparatorStrokeWidth:a.defaultColumnSeparatorStrokeWidth);var ft=st.separatorStroke;if(ft===null&&(ft=x?a.defaultRowSeparatorStroke:a.defaultColumnSeparatorStroke),ut!==0&&ft!==null){ha(a,y,ft,!1,!1,tt,z),ft=!1;var vt=st.separatorDashArray;vt===null&&(vt=x?a.defaultRowSeparatorDashArray:a.defaultColumnSeparatorDashArray),vt!==null&&(ft=!0,y.js(vt,0)),y.beginPath(),vt=st.position+ut,x?vt>tt.height&&(ut-=vt-tt.height):vt>tt.width&&(ut-=vt-tt.width),st=st.position+ut/2,y.lineWidth=ut,ut=a.yb,x?(st+=ut.top,vt=tt.width-ut.right,y.moveTo(ut.left,st),y.lineTo(vt,st)):(st+=ut.left,vt=tt.height-ut.bottom,y.moveTo(st,ut.top),y.lineTo(st,vt)),y.stroke(),y.Se(),ft&&y.fs()}}}}function bm(a,y,x,b,E){for(var z=b.length,tt=a.actualBounds,rt=a.naturalBounds,ot=o1(a,!0),st=o1(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 vt=x?tt.height:tt.width;if(!(ft.position>vt)){var xt=ft.Wc(),bt=ft.separatorStrokeWidth;isNaN(bt)&&(bt=x?a.defaultRowSeparatorStrokeWidth:a.defaultColumnSeparatorStrokeWidth);var Tt=ft.separatorStroke;Tt===null&&(Tt=x?a.defaultRowSeparatorStroke:a.defaultColumnSeparatorStroke),(Tt===null||ft.index===(x?ot:st))&&(bt=0),xt-=bt,bt=ft.position+bt,xt+=ft.actual,bt+xt>vt&&(xt=vt-bt),0>=xt||(vt=a.yb,ha(a,y,ft.background,!0,!1,rt,tt),x?y.fillRect(vt.left,bt+vt.top,tt.width-(vt.left+vt.right),xt):y.fillRect(bt+vt.left,vt.top,xt,tt.height-(vt.top+vt.bottom)))}}}}function o1(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"}Ct.lv=function(){for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].lv();this.Uc=!0},Ct.kk=function(a,y,x){if(!ye.prototype.kk.call(this,a,y,x))return!1;if(this.type===Nn.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===Nn.Grid||this.na===Nn.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},Ct.nk=function(){return!0},Ct.$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 rt=y[tt].actualBounds;E=tt===0?rt.x:Math.min(rt.x,E),z=tt===0?rt.y:Math.min(rt.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 ye.prototype.$o.call(this,a,y,x,b)},Ct.Sj=function(a,y,x,b,E){var z=this.se(),tt=this.transform,rt=1/(tt.m11*tt.m22-tt.m12*tt.m21),ot=tt.m22*rt,st=-tt.m12*rt,ut=-tt.m21*rt,ft=tt.m11*rt,vt=rt*(tt.m21*tt.dy-tt.m22*tt.dx),xt=rt*(tt.m12*tt.dx-tt.m11*tt.dy);if(this.areaBackground!==null)return tt=this.actualBounds,ce.Ff(tt.left,tt.top,tt.right,tt.bottom,a,y,x,b,E);if(this.background!==null)return z=a*ot+y*ut+vt,rt=a*st+y*ft+xt,a=x*ot+b*ut+vt,ot=x*st+b*ft+xt,E.h(0,0),x=this.naturalBounds,z=ce.Ff(0,0,x.width,x.height,z,rt,a,ot,E),E.transform(tt),z;z||(ot=1,ut=st=0,ft=1,xt=vt=0),rt=a*ot+y*ut+vt,a=a*st+y*ft+xt,ot=x*ot+b*ut+vt,x=x*st+b*ft+xt,E.h(ot,x),b=(ot-rt)*(ot-rt)+(x-a)*(x-a),st=!1,ft=this.O.s,xt=ft.length,ut=Ot.alloc(),vt=null,y=1/0;var bt=null,Tt=this.isClipping&&this.na===Nn.Spot;Tt&&(bt=Ot.alloc(),vt=this.Pb(),(st=vt.Sj(rt,a,ot,x,bt))&&(y=(rt-bt.x)*(rt-bt.x)+(a-bt.y)*(a-bt.y)));for(var Xt=0;Xt<xt;Xt++){var Zt=ft[Xt];Zt.visible&&Zt!==vt&&Zt.Sj(rt,a,ot,x,ut)&&(st=!0,Zt=(rt-ut.x)*(rt-ut.x)+(a-ut.y)*(a-ut.y),Zt<b&&(b=Zt,E.set(ut)))}return Tt&&(y>b&&E.set(bt),Ot.free(bt)),Ot.free(ut),z&&E.transform(tt),st},Ct.Gj=function(){for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Gj();ye.prototype.Gj.call(this)},Ct.v=function(a){if(!ll(this)){ye.prototype.v.call(this,a),a=null,(this.na===Nn.Auto||this.na===Nn.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=Os(E,!1);(E instanceof bs||E instanceof Nn||E instanceof Oo||z!==wn)&&E.v(!0)}}}},Ct.Uj=function(){if(!ll(this)){Aa(this,!0),Ou(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Uj()}},Ct.Uk=function(){if(!(this.l&2048)){Ol(this,!0),Pl(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Wu()}},Ct.Wu=function(){Pl(this,!0);for(var a=this.O.s,y=a.length,x=0;x<y;x++)a[x].Wu()},Ct.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 rt=this.maxSize;isNaN(z.width)||(a=Math.min(z.width,rt.width)),isNaN(z.height)||(y=Math.min(z.height,rt.height)),a=Math.max(x,a),y=Math.max(b,y);var ot=this.yb;a=Math.max(a-ot.left-ot.right,0),y=Math.max(y-ot.top-ot.bottom,0);var st=this.O.s;st.length!==0&&this.na.measure(this,a,y,st,E,x,b),a=E.width+ot.left+ot.right,ot=E.height+ot.top+ot.bottom,isFinite(z.width)&&(a=z.width),isFinite(z.height)&&(ot=z.height),a=Math.min(rt.width,a),ot=Math.min(rt.height,ot),a=Math.max(tt.width,a),ot=Math.max(tt.height,ot),a=Math.max(x,a),ot=Math.max(b,ot),ti(E,a,ot),ti(this.naturalBounds,a,ot),this.Ge(0,0,a,ot)},Ct.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 rh(a){return a.part!==null?a.part.locationObject:null}Ct.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=Os(this,!0);var z=this.measuredBounds;y=z.width,z=z.height;var tt=this.Kg,rt=tt.left+tt.right;switch(tt=tt.top+tt.bottom,y===x&&z===b&&(a=wn),a){case wn:(y>x||z>b)&&(this.v(),this.measure(y>x?x:y,z>b?b:z,0,0));break;case kn:this.v(!0),this.measure(x+rt,b+tt,0,0);break;case Ki:this.v(!0),this.measure(x+rt,z+tt,0,0);break;case ar:this.v(!0),this.measure(y+rt,b+tt,0,0)}}this.na.arrange(this,E,this.jg)}},Ct.gh=function(a){var y=this.naturalBounds,x=rh(this);if(Vn(0,0,y.width,y.height,a.x,a.y)){y=this.O.s;for(var b=y.length,E=Ot.allocAt(0,0);b--;){var z=y[b];if((z.visible||z===x)&&(Kn(E.set(a),z.transform),z.ca(E)))return Ot.free(E),!0}return Ot.free(E),!(this.Ma===null&&this.areaBackground===null)}return!1},Ct.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},Ct.qm=function(a,y){if(y(this,a),a instanceof Nn){a=a.O.s;for(var x=a.length,b=0;b<x;b++)this.qm(a[b],y)}};function Jd(a,y){a1(a,a,y)}function a1(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 Nn&&a1(a,z,x)}}function vx(a,y){s1(a,a,y)}function s1(a,y,x){if(x(y),y instanceof Nn){y=y.O.s;for(var b=y.length,E=0;E<b;E++)s1(a,y[E],x)}}Ct.Nl=function(a){return l1(this,this,a)};function l1(a,y,x){if(x(y))return y;if(y instanceof Nn){y=y.O.s;for(var b=y.length,E=0;E<b;E++){var z=l1(a,y[E],x);if(z!==null)return z}}return null}Ct.fb=function(a){if(this.name===a)return this;var y=this.O.s,x=y.length;this.Hh===null&&this.itemTemplateMap===null||(x=Jg(this));for(var b=0;b<x;b++){var E=y[b];if(E instanceof Nn){var z=E.fb(a);if(z!==null)return z}if(E.name===a)return E}return null};function u1(a){a=a.O.s;for(var y=a.length,x=0,b=0;b<y;b++){var E=a[b];E instanceof Nn?x=Math.max(x,u1(E)):E instanceof Er&&(x=Math.max(x,E.ig/2*E.strokeMiterLimit*E.Df()))}return x}Ct.se=function(){return!(this.type===Nn.TableRow||this.type===Nn.TableColumn)};function Ah(a){return a.type===Nn.TableRow||a.type===Nn.TableColumn}Ct.ic=function(a,y,x){if(this.pickable===!1||(y===void 0&&(y=null),x===void 0&&(x=null),Cs(this)))return null;var b=this.naturalBounds,E=1/this.Df(),z=this.se(),tt=z?a:Kn(Ot.allocAt(a.x,a.y),this.transform),rt=this.diagram,ot=10,st=5;if(rt!==null&&(ot=rt.Ql("extraTouchArea"),st=ot/2),Vn(-(st*E),-(st*E),b.width+ot*E,b.height+ot*E,tt.x,tt.y)){if(!this.isAtomic){E=this.O.s;var ut=E.length;if(rt=Ot.alloc(),st=(ot=this.isClipping&&this.na===Nn.Spot)?this.Pb():null,ot&&(st.se()?Kn(rt.set(a),st.transform):rt.set(a),!st.ca(rt)))return Ot.free(rt),z||Ot.free(tt),null;for(var ft=rh(this);ut--;){var vt=E[ut];if((vt.visible||vt===ft)&&(vt.se()?Kn(rt.set(a),vt.transform):rt.set(a),!ot||vt!==st)){var xt=null;if(vt instanceof Nn?xt=vt.ic(rt,y,x):vt.pickable===!0&&vt.ca(rt)&&(xt=vt),xt!==null&&(y!==null&&(xt=y(xt)),xt!==null&&(x===null||x(xt))))return Ot.free(rt),z||Ot.free(tt),xt}}Ot.free(rt)}return this.background===null&&this.areaBackground===null?(z||Ot.free(tt),null):(a=Vn(0,0,b.width,b.height,tt.x,tt.y)?this:null,z||Ot.free(tt),a)}return z||Ot.free(tt),null},Ct.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:Kn(Ot.allocAt(a.x,a.y),this.transform);if(E=Vn(0,0,E.width,E.height,tt.x,tt.y),Ah(this)||E){if(!this.isAtomic){for(var rt=this.O.s,ot=rt.length,st=Ot.alloc(),ut=rh(this);ot--;){var ft=rt[ot];if(ft.visible||ft===ut){ft.se()?Kn(st.set(a),ft.transform):st.set(a);var vt=ft;ft=ft instanceof Nn?ft:null,(ft!==null?ft.ji(st,y,x,b):vt.ca(st))&&vt.pickable!==!1&&(y!==null&&(vt=y(vt)),vt===null||x!==null&&!x(vt)||b.add(vt))}}Ot.free(st)}return z||Ot.free(tt),E&&(this.background!==null||this.areaBackground!==null)}return z||Ot.free(tt),!1},Ct.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=pi.alloc(),tt.reset()),tt.multiply(this.transform),this.fh(a,tt))return mv(this,y,x,E),z===void 0&&pi.free(tt),!0;if(this.Yc(a,tt)){if(!this.isAtomic)for(var rt=rh(this),ot=this.O.s,st=ot.length;st--;){var ut=ot[st];if(ut.visible||ut===rt){var ft=ut.actualBounds,vt=this.naturalBounds;ft.x>vt.width||ft.y>vt.height||0>ft.x+ft.width||0>ft.y+ft.height||(ft=ut,ut=ut instanceof Nn?ut:null,vt=pi.alloc(),vt.set(tt),(ut!==null?ut.Cf(a,y,x,b,E,vt):Ba(ft,a,b,vt))&&(y!==null&&(ft=y(ft)),ft===null||x!==null&&!x(ft)||E.add(ft)),pi.free(vt))}}return z===void 0&&pi.free(tt),b}return z===void 0&&pi.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 rt=tt.actualBounds,ot=a.naturalBounds;rt.x>ot.width||rt.y>ot.height||0>rt.x+rt.width||0>rt.y+rt.height||(tt instanceof Nn&&mv(tt,y,x,b),y!==null&&(tt=y(tt)),tt===null||x!==null&&!x(tt)||b.add(tt))}}}Ct.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,rt=this.se(),ot=rt?a:Kn(Ot.allocAt(a.x,a.y),this.transform),st=rt?y:Kn(Ot.allocAt(y.x,y.y),this.transform),ut=ot.Bf(st),ft=0<ot.x&&ot.x<tt.width&&0<ot.y&&ot.y<tt.height||fi(ot.x,ot.y,0,0,0,tt.height)<=ut||fi(ot.x,ot.y,0,tt.height,tt.width,tt.height)<=ut||fi(ot.x,ot.y,tt.width,tt.height,tt.width,0)<=ut||fi(ot.x,ot.y,tt.width,0,0,0)<=ut;if(tt=ot.zd(0,0)<=ut&&ot.zd(0,tt.height)<=ut&&ot.zd(tt.width,0)<=ut&&ot.zd(tt.width,tt.height)<=ut,rt||(Ot.free(ot),Ot.free(st)),ft){if(!this.isAtomic){ot=Ot.alloc(),st=Ot.alloc(),ut=rh(this);for(var vt=this.O.s,xt=vt.length;xt--;){var bt=vt[xt];if(bt.visible||bt===ut){var Tt=bt.actualBounds,Xt=this.naturalBounds;(!rt||!(Tt.x>Xt.width||Tt.y>Xt.height||0>Tt.x+Tt.width||0>Tt.y+Tt.height))&&(bt.se()?(Tt=bt.transform,Kn(ot.set(a),Tt),Kn(st.set(y),Tt)):(ot.set(a),st.set(y)),Tt=bt,bt=bt instanceof Nn?bt:null,(bt!==null?bt.og(ot,st,x,b,E,z):Tt.tx(ot,st,E))&&(x!==null&&(Tt=x(Tt)),Tt===null||b!==null&&!b(Tt)||z.add(Tt)))}}Ot.free(ot),Ot.free(st)}return E?ft:tt}return!1};function vv(a){var y=null;return a instanceof Er&&(y=a.spot1,y===Ao&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot1)),y===null&&(y=Ui),y}function yv(a){var y=null;return a instanceof Er&&(y=a.spot2,y===Ao&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot2)),y===null&&(y=vr),y}Ct.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},Ct.M=function(a){return this.O.M(a)},Ct.Gb=function(a,y){y instanceof Yi&&Qt("Cannot add a Part to a Panel: "+y+"; use a Panel instead"),(this===y||this.rg(y))&&(this===y&&Qt("Cannot make a Panel contain itself: "+this.toString()),Qt("Cannot make a Panel indirectly contain itself: "+this.toString()+" already contains "+y.toString()));var x=y.panel;if(x!==null&&x!==this&&Qt("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!==Nn.Grid||y instanceof Er||Qt("Can only add Shapes to a Grid Panel, not: "+y),this.na!==Nn.Graduated||y instanceof Er||y instanceof Oo||Qt("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 Be),this.ge.add(b,y))}var E=this.O;if(b=-1,x===this){for(var z=-1,tt=this.O.s,rt=tt.length,ot=0;ot<rt;ot++)if(tt[ot]===y){z=ot;break}if(z!==-1){if(z===a||z+1>=E.count&&a>=E.count)return;E.mb(z),b=z}else Qt("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),ll(this)||this.v(),y.v(!1),y.portId!==null?this.Te=!0:y instanceof Nn&&y.Te===!0&&(this.Te=!0),this.graduatedIntervals=null,this.If()||Am(this,y,!1),x=this.part,x!==null&&(x.Rh=null,x.ag=NaN,this.Te&&x instanceof gi&&(x.Te=!0),x.Te&&x instanceof gi&&(x.wc=null),E=this.diagram,E!==null&&E.undoManager.isUndoingRedoing||(b!==-1&&x.cb(ua,"elements",this,y,null,b,null),x.cb(Uo,"elements",this,null,y,null,a)))};function Sv(a,y){a.l=y?a.l|16777216:a.l&-16777217}Ct.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)},Ct.mb=function(a){0<=a&&this.pc(a,!0)},Ct.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),Aa(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 gi&&(b instanceof Nn?b.qm(b,function(tt,rt){Wv(z,rt,y)}):Wv(z,b,y)),x=this.diagram,x!==null&&x.undoManager.isUndoingRedoing||z.cb(ua,"elements",this,b,null,a,null))},Ct.Fb=function(a){0>a&&Gn(a,">= 0",Nn,"getRowDefinition:idx"),a=Math.round(a);var y=this.rowDefs;if(y[a]===void 0){var x=new ka;x.wi(this),x.isRow=!0,x.index=a,y[a]=x,this.cb(Uo,"rowdefs",this,null,x,null,a)}return y[a]},Ct.oA=function(a){if(0>a&&Gn(a,">= 0",Nn,"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(ua,"rowdefs",this,x,null,a,null),this.v()}}};function h1(a,y,x){var b=a.rowDefs;if(!(0>y)){if(b[y]=x instanceof ka?x:void 0,!x)for(y=b.length-1;0<=y&&b[y--]===void 0;)b.length--;a.v()}}Ct.Eb=function(a){0>a&&Gn(a,">= 0",Nn,"getColumnDefinition:idx"),a=Math.round(a);var y=this.colDefs;if(y[a]===void 0){var x=new ka;x.wi(this),x.isRow=!1,x.index=a,y[a]=x,this.cb(Uo,"coldefs",this,null,x,null,a)}return y[a]},Ct.jA=function(a){if(0>a&&Gn(a,">= 0",Nn,"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(ua,"coldefs",this,x,null,a,null),this.v()}}};function d1(a,y,x){var b=a.colDefs;if(!(0>y)){if(b[y]=x instanceof ka?x:void 0,!x)for(y=b.length-1;0<=y&&b[y--]===void 0;)b.length--;a.v()}}Ct.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},Ct.Hy=function(a,y){return(a=this.Fb(a))&&km(a,new ka(y)),this},Ct.By=function(a,y){return(a=this.Eb(a))&&km(a,new ka(y)),this},Ct.nz=function(a){if(0>a||this.type!==Nn.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},Ct.fz=function(a){if(0>a||this.type!==Nn.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},Ct.Fz=function(a,y){if(y===void 0&&(y=new Ot(NaN,NaN)),this.type!==Nn.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)},Ct.Gz=function(a){if(this.type!==Nn.Graduated)return NaN;var y=this.Pb();return y.transform.Cd(a),y.geometry.xx(a)*this.graduatedRange+this.graduatedMin};function c1(a){return a=a.allBindings,a!==null&&a._isFrozen}function Rl(a){var y=a.allBindings;if(y===null)a.data!==null&&Qt("Template cannot have .data be non-null: "+a),a.allBindings=y=new pn;else if(y._isFrozen)return;var x=new pn;Sv(a,!1),a.qm(a,function(st,ut){ut.th();var ft=ut.localBindings;if(ft!==null)for(Nc(ut,!1),ft=ft.iterator;ft.next();){var vt=ft.value;vt.mode===vp&&Nc(ut,!0);var xt=vt.sourceName;xt!==null&&(xt==="/"&&Sv(st,!0),xt=MS(vt,st,ut),xt!==null&&(x.add(xt),xt.srcBindings===null&&(xt.srcBindings=new pn),xt.srcBindings.add(vt))),y.add(vt)}if(ut instanceof Nn&&ut.type===Nn.Table){if(0<ut.rowCount){for(st=ut.rowDefs,ft=st.length,vt=0;vt<ft;vt++)if(xt=st[vt],xt!==void 0&&xt.be!==null)for(var bt=xt.be.iterator;bt.next();){var Tt=bt.value;Tt.xd=xt,Tt.to=2,Tt.wl=xt.index,y.add(Tt)}}if(0<ut.columnCount){for(ut=ut.colDefs,st=ut.length,ft=0;ft<st;ft++)if(vt=ut[ft],vt!==void 0&&vt.be!==null)for(xt=vt.be.iterator;xt.next();)bt=xt.value,bt.xd=vt,bt.to=1,bt.wl=vt.index,y.add(bt)}}});for(var b=x.iterator;b.next();){var E=b.value;if(E.srcBindings!==null){Nc(E,!0);for(var z=E.srcBindings.iterator;z.next();){var tt=z.value;E.localBindings===null&&(E.localBindings=new pn),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 rt=E.targetProperty,ot=rt.indexOf(".");0<ot&&z instanceof Nn&&(tt=rt.substring(0,ot),rt=rt.substr(ot+1),ot=z.fb(tt),ot!==null?(z=ot,E.targetProperty=rt):qn('Warning: unable to find GraphObject named "'+tt+'" for Binding: '+E.toString())),z instanceof ka?(tt=Tr(z.panel),E.Ai=tt===void 0?-1:tt,z.panel.bindingId=E.Ai):z instanceof ye?(tt=Tr(z),E.Ai=tt===void 0?-1:tt,z.bindingId=E.Ai):Qt("Unknown type of binding target: "+z)}y.freeze(),a instanceof Yi&&a.Zc()&&a.Va()}Ct.Uy=function(a){a===void 0&&(a=!1);var y=this.copy();return vx(y,function(x){x instanceof Nn&&(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&&Rl(y),y},Ct.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 Nn))continue;E===1?z=z.Eb(x.wl):E===2&&(z=z.Fb(x.wl))}z!==void 0&&x.Mv(z,b)}}},Ct.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 Nn&&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 Nn)||z.data!==y[tt])return!0;E++,tt++}return!1}function Jg(a){if(a.type===Nn.Spot||a.type===Nn.Auto)return Math.min(a.O.length,1);if(a.type===Nn.Link){a=a.O;for(var y=a.length,x=0;x<y;x++){var b=a.M(x);if(!(b instanceof Er&&b.isPanelMain))break}return x}return a.type===Nn.Table&&0<a.O.length&&(a=a.O.M(0),a.isPanelMain&&a instanceof Nn&&Ah(a))?1:0}Ct.mv=function(){for(var a=Jg(this);this.O.length>a;)this.pc(this.O.length-1,!1);f1(this,this.itemArray)};function f1(a,y){var x=Jg(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++)Mm(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 Nn){if(tt.data!==z){var rt=Pv(a,tt.data),ot=Pv(a,z),st=ot!==rt;st||(rt=wv(a,rt),st=wv(a,ot)!==rt),st?(a.pc(b,!1),Mm(a,z,E,!1)):tt.data=z}}else Mm(a,z,E,!1)}for(;b<a.O.length;)a.pc(b,!1);a.$g=null,xv(a,x,0),ll(a)||a.v(),a.graduatedIntervals=null,a.If()||Am(a,a,!1),y=a.part,y!==null&&(y.Rh=null,y.ag=NaN,a.Te&&y instanceof gi&&(y.Te=!0),y.Te&&y instanceof gi&&(y.wc=null))}}function Mm(a,y,x,b){if(!(y==null||0>x)){var E=Pv(a,y);if(E=wv(a,E),E!==null){if(Rl(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 Be),a.ge.add(y,E)),z=x+Jg(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 Nn){var E=y,z=x;b.type===Nn.TableRow?b.row=E:b.type===Nn.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=ma(y,a)}else return"";if(a===void 0)return"";if(typeof a=="string")return a;Qt("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&&(g1||(g1=!0,qn('No item template Panel found for category "'+y+'" on '+a),qn(" Using default item template."),a=new Nn,y=new Oo,y.bind(new Sa("text","",hr)),a.add(y),p1=a),b=p1)),b}function Am(a,y,x){var b=y.enabledChanged;if(b!==null&&b(y,x),y instanceof Nn){y=y.O.s,b=y.length;for(var E=0;E<b;E++){var z=y[E];x&&z instanceof Nn&&!z.isEnabled||Am(a,z,x)}}}function Lu(a,y){y.name=a,Jl.add(a,y)}ln.Object.defineProperties(Nn.prototype,{type:{get:function(){return this.na},set:function(a){var y=this.na;y!==a&&(this.na=a,this.isAtomic=this.na===Nn.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&&Gn(a,">= 0",Nn,"padding"),a=new Si(a)):(0>a.left&&Gn(a.left,">= 0",Nn,"padding:value.left"),0>a.right&&Gn(a.right,">= 0",Nn,"padding:value.right"),0>a.top&&Gn(a.top,">= 0",Nn,"padding:value.top"),0>a.bottom&&Gn(a.bottom,">= 0",Nn,"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:Sr},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 Ll),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 po)&&(a instanceof po&&a.freeze(),this.T===null&&(this.T=new Ll),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 Ll),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)||Qt("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 Ll),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 po)&&(a instanceof po&&a.freeze(),this.T===null&&(this.T=new Ll),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 Ll),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)||Qt("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 Ll),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 Ll),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||Qt("Invalid Panel.gridCellSize: "+a),this.jn=a.J();var x=this.diagram;x!==null&&this===x.grid&&Pu(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()||Qt("Invalid Panel.gridOrigin: "+a),this.kn=a.J();var x=this.diagram;x!==null&&this===x.grid&&Pu(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 oh),this.ra.lq=a,this.v(),this.g("graduatedMin",y,a),es(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 oh),this.ra.F=a,this.v(),this.g("graduatedMax",y,a),es(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 oh),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 oh),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 oh,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 oh,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 oh,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 oh,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 Ll),this.T.Pc}},rowCount:{get:function(){return this.T===null?0:this.rowDefs.length}},colDefs:{get:function(){return this.T===null&&(this.T=new Ll),this.T.Oc}},columnCount:{get:function(){return this.T===null?0:this.colDefs.length}},rowSizing:{get:function(){return this.T!==null?this.T.ob:Fm},set:function(a){var y=this.rowSizing;y!==a&&(this.T===null&&(this.T=new Ll),this.T.ob=a,this.v(),this.g("rowSizing",y,a))}},columnSizing:{get:function(){return this.T!==null?this.T.j:Fm},set:function(a){var y=this.columnSizing;y!==a&&(this.T===null&&(this.T=new Ll),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)&&Qt("Panel.topIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new Ll),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)&&Qt("Panel.leftIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new Ll),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 Yi&&!(this instanceof ro);Rl(this),this.ub=a;var b=this.diagram;b!==null&&(x?(x=b.partManager,this instanceof Rn?(y!==null&&x.bf.remove(y),a!==null&&x.bf.add(a,this)):this instanceof Yi&&(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 Tc),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&&sy(x.partManager,this)),this.g("itemArray",y,a),x!==null&&x.undoManager.isUndoingRedoing||f1(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 Be}var y=this.itemTemplateMap.I("");y!==a&&((a instanceof Yi||a.isPanelMain)&&Qt("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(););Br(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&&(Br(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 br&&(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&&Am(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))}}}),ln.Object.defineProperties(Nn,{Position:{get:function(){return Jl.I("Position")}},Horizontal:{get:function(){return Jl.I("Horizontal")}},Vertical:{get:function(){return Jl.I("Vertical")}},Spot:{get:function(){return Jl.I("Spot")}},Auto:{get:function(){return Jl.I("Auto")}},Table:{get:function(){return Jl.I("Table")}},Viewbox:{get:function(){return Jl.I("Viewbox")}},TableRow:{get:function(){return Jl.I("TableRow")}},TableColumn:{get:function(){return Jl.I("TableColumn")}},Link:{get:function(){return Jl.I("Link")}},Grid:{get:function(){return Jl.I("Grid")}},Graduated:{get:function(){return Jl.I("Graduated")}}}),Nn.prototype.rebuildItemElements=Nn.prototype.mv,Nn.prototype.findItemPanelForData=Nn.prototype.sx,Nn.prototype.updateTargetBindings=Nn.prototype.La,Nn.prototype.copyTemplate=Nn.prototype.Uy,Nn.prototype.graduatedValueForPoint=Nn.prototype.Gz,Nn.prototype.graduatedPointForValue=Nn.prototype.Fz,Nn.prototype.findColumnForLocalX=Nn.prototype.fz,Nn.prototype.findRowForLocalY=Nn.prototype.nz,Nn.prototype.addColumnDefinition=Nn.prototype.By,Nn.prototype.addRowDefinition=Nn.prototype.Hy,Nn.prototype.addRowColumnDefinition=Nn.prototype.Gy,Nn.prototype.removeColumnDefinition=Nn.prototype.jA,Nn.prototype.getColumnDefinition=Nn.prototype.Eb,Nn.prototype.removeRowDefinition=Nn.prototype.oA,Nn.prototype.getRowDefinition=Nn.prototype.Fb,Nn.prototype.removeAt=Nn.prototype.mb,Nn.prototype.remove=Nn.prototype.remove,Nn.prototype.insertAt=Nn.prototype.Gb,Nn.prototype.elt=Nn.prototype.M,Nn.prototype.add=Nn.prototype.add,Nn.prototype.findObject=Nn.prototype.fb,Nn.prototype.findInVisualTree=Nn.prototype.Nl,Nn.prototype.walkVisualTreeFrom=Nn.prototype.qm,Nn.prototype.findMainElement=Nn.prototype.Pb;var g1=!1,p1=null,Jl=new Be;Nn.className="Panel",Nn.definePanelLayout=Lu,Lu("Position",new gm),Lu("Vertical",new mm),Lu("Auto",new ym),Lu("Link",new Lm);function oh(){this.lq=0,this.F=100,this.ia=10,this.V=0,this.Zh=this.o=this.j=this.u=null}oh.prototype.copy=function(){var a=new oh;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},oh.className="GradPanelSettings";function Ll(){this.Pc=[],this.Oc=[],this.j=this.ob=Fm,this.hb=this.Hb=0,this.Qp=Sr,this.Ha=1,this.V=this.ia=null,this.F=1,this.nb=this.o=this.u=null}Ll.prototype.copy=function(a){for(var y=new Ll,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},Ll.className="TablePanelSettings";function ka(a){rr(this),this.Me=null,this.uq=!0,this.Za=0,this.Hc=NaN,this.jj=0,this.hj=1/0,this.Jb=Ao,this.pa=this.oc=this.oa=0,this.be=null,this.oo=Cv,this.hg=Mr,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))}ka.prototype.copy=function(){var a=new ka;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=Zi(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=Zi(y.separatorDashArray)),a.background=y.background,a.coversSeparators=y.coversSeparators,a.be=y.be}Ct=ka.prototype,Ct.qb=function(a){a.classType===ka&&(this.sizing=a)},Ct.toString=function(){return"RowColumnDefinition "+(this.isRow?"(Row ":"(Column ")+this.index+") #"+Tr(this)},Ct.wi=function(a){this.Me=a},Ct.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)},Ct.Wc=function(){var a=0,y=this.Me,x=0,b=this.isRow;if(y!==null&&y.type===Nn.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)},Ct.Ob=function(a,y,x){var b=this.Me;if(b!==null&&(b.cb(To,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 Em(a){if(a.sizing===Cv){var y=a.Me;return a.isRow?y.rowSizing:y.columnSizing}return a.sizing}Ct.bind=function(a,y,x,b){var E=null;return typeof a=="string"?E=new Sa(a,y,x,b):E=a,E.xd=this,a=this.panel,a!==null&&(y=a.ih(),y!==null&&c1(y)&&Qt("Cannot add a Binding to a RowColumnDefinition that is already frozen: "+E+" on "+a)),this.be===null&&(this.be=new pn),this.be.add(E),this},ln.Object.defineProperties(ka.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&&Gn(a,">= 0",ka,"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&&Gn(a,">= 0",ka,"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))&&Gn(a,">= 0",ka,"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&&Gn(a,">= 0",ka,"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&&Bc(a,"RowColumnDefinition.separatorStroke"),a instanceof po&&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)||Qt("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&&Bc(a,"RowColumnDefinition.background"),a instanceof po&&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}}}),ka.prototype.computeEffectiveSpacing=ka.prototype.Wc,ka.prototype.computeEffectiveSpacingTop=ka.prototype.Io;var Cv=new je(ka,"Default",0),Qg=new je(ka,"None",1),Fm=new je(ka,"ProportionalExtra",2);ka.className="RowColumnDefinition",ka.Default=Cv,ka.None=Qg,ka.ProportionalExtra=Fm;function Er(a,y){ye.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)}Ne(Er,ye),Er.prototype.cloneProtected=function(a){ye.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=Zi(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 Qd(a){a.Na===null?a.Na=new Mv:a.Na.nc&&(a.Na=a.Na.copy())}Ct=Er.prototype,Ct.th=function(){ye.prototype.th.call(this),this.Na!==null&&(this.Na.nc=!0)},Ct.qb=function(a){a===wn||a===zi||a===Jr||a===Mr?this.geometryStretch=a:ye.prototype.qb.call(this,a)},Ct.toString=function(){return"Shape("+(this.figure!=="None"?this.figure:this.toArrow!=="None"?this.toArrow:this.fromArrow)+")#"+Tr(this)};function Tf(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 rt=x[0],ot=x[1],st,ut,ft,vt,xt,bt,Tt=0,Xt=ai(),Zt=2;Zt<E;Zt+=2)st=x[Zt],ut=x[Zt+1],ft=st-rt,rt=ut-ot,ft===0&&(ft=.001),vt=rt/ft,xt=Math.atan2(rt,ft),bt=Math.sqrt(ft*ft+rt*rt),Xt.push([ft,xt,vt,bt]),Tt+=bt,rt=st,ot=ut;rt=x[0],ot=x[1],ft=b.measuredBounds.width,b instanceof Er&&(ft-=b.strokeWidth),1>ft&&(ft=1),E=x=ft,st=tt/2,ut=st!==0,Zt=0,bt=Xt[Zt],ft=bt[0],xt=bt[1],vt=bt[2],bt=bt[3];for(var qt=0;.1<=Tt;){if(qt===0&&(ut?(E=x,E-=st,Tt-=st,ut=!1):E=x,E===0&&(E=1)),E>Tt){Jn(Xt);return}E>bt?(qt=E-bt,E=bt):qt=0;var _t=Math.sqrt(E*E/(1+vt*vt));if(0>ft&&(_t=-_t),rt+=_t,ot+=vt*_t,a.translate(rt,ot),a.rotate(xt),a.translate(-(tt/2),-(z/2)),qt===0&&b.hh(a,y),a.translate(tt/2,z/2),a.rotate(-xt),a.translate(-rt,-ot),Tt-=E,bt-=E,qt!==0){if(Zt++,Zt===Xt.length){Jn(Xt);return}bt=Xt[Zt],ft=bt[0],xt=bt[1],vt=bt[2],bt=bt[3],E=qt}}Jn(Xt)}}Ct.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&&ha(this,a,b,!0,!1,tt,z);var rt=this.part,ot=this.ig;if(x===null||ot!==0||rt===null||!this.isPanelMain&&rt.Pb()!==this||(ot=rt.type===Nn.Link&&rt instanceof ro&&rt.category==="Selection"&&rt.adornedObject instanceof Er&&rt.adornedPart.Pb()===rt.adornedObject?rt.adornedObject.strokeWidth:0),ot===0&&(x=null),x!==null&&ot!==0&&(ha(this,a,x,!1,!1,tt,z),a.lineWidth=ot,a.lineJoin=this.strokeJoin,a.lineCap=this.strokeCap,a.miterLimit=this.strokeMiterLimit),z=!1,rt&&y.Gf("drawShadows")&&(z=rt.isShadowed),a.Il===!1&&(z=!1),rt=!0,x===null||b!==null&&b!=="transparent"||(rt=!1),tt=!1,ot=this.strokeDashArray,ot!==null&&(tt=!0,a.js(ot,this.strokeDashOffset)),E.type===Ln.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===Ln.u){var st=E.startX;ot=E.startY;var ut=E.endX,ft=E.endY;E=Math.min(st,ut);var vt=Math.min(ot,ft);st=Math.abs(ut-st),ot=Math.abs(ft-ot),a.beginPath(),a.rect(E,vt,st,ot),b!==null&&a.ng(b),x!==null&&(rt&&z&&Iu(a),a.jk(),rt&&z&&eh(a)),a.Se()}else if(E.type===Ln.F)st=E.startX,ot=E.startY,ut=E.endX,ft=E.endY,E=Math.abs(ut-st)/2,vt=Math.abs(ft-ot)/2,st=Math.min(st,ut)+E,ot=Math.min(ot,ft)+vt,a.beginPath(),a.moveTo(st,ot-vt),a.bezierCurveTo(st+ce.wg*E,ot-vt,st+E,ot-ce.wg*vt,st+E,ot),a.bezierCurveTo(st+E,ot+ce.wg*vt,st+ce.wg*E,ot+vt,st,ot+vt),a.bezierCurveTo(st-ce.wg*E,ot+vt,st-E,ot+ce.wg*vt,st-E,ot),a.bezierCurveTo(st-E,ot-ce.wg*vt,st-ce.wg*E,ot-vt,st,ot-vt),a.closePath(),b!==null&&a.ng(b),x!==null&&(rt&&z&&Iu(a),a.jk(),rt&&z&&eh(a)),a.Se();else if(E.type===Ln.o)for(E=E.figures,ot=E.length,vt=0;vt<ot;vt++){st=E.s[vt],a.beginPath(),a.moveTo(st.startX,st.startY),ut=st.segments.s,ft=ut.length;for(var xt=null,bt=0;bt<ft;bt++){var Tt=ut[bt];switch(Tt.type){case sa:a.moveTo(Tt.endX,Tt.endY);break;case co:a.lineTo(Tt.endX,Tt.endY);break;case ga:a.bezierCurveTo(Tt.point1X,Tt.point1Y,Tt.point2X,Tt.point2Y,Tt.endX,Tt.endY);break;case ls:a.quadraticCurveTo(Tt.point1X,Tt.point1Y,Tt.endX,Tt.endY);break;case ra:if(Tt.radiusX===Tt.radiusY){var Xt=Math.PI/180;a.arc(Tt.point1X,Tt.point1Y,Tt.radiusX,Tt.startAngle*Xt,(Tt.startAngle+Tt.sweepAngle)*Xt,0>Tt.sweepAngle,xt!==null?xt.endX:st.startX,xt!==null?xt.endY:st.startY)}else if(xt=Va(Tt,st),Xt=xt.length,Xt===0)a.lineTo(Tt.centerX,Tt.centerY);else for(var Zt=0;Zt<Xt;Zt++){var qt=xt[Zt];Zt===0&&a.lineTo(qt[0],qt[1]),a.bezierCurveTo(qt[2],qt[3],qt[4],qt[5],qt[6],qt[7])}break;case us:if(Zt=Xt=0,xt!==null&&xt.type===ra){if(xt=Va(xt,st),qt=xt.length,qt===0){a.lineTo(Tt.endX,Tt.endY);break}xt=xt[qt-1]||null,xt!==null&&(Xt=xt[6],Zt=xt[7])}else Xt=xt!==null?xt.endX:st.startX,Zt=xt!==null?xt.endY:st.startY;if(xt=$a(Tt,st,Xt,Zt),Xt=xt.length,Xt===0){a.lineTo(Tt.endX,Tt.endY);break}for(Zt=0;Zt<Xt;Zt++)qt=xt[Zt],a.bezierCurveTo(qt[2],qt[3],qt[4],qt[5],qt[6],qt[7]);break;default:Qt("Segment not of valid type: "+Tt.type)}Tt.isClosed&&a.closePath(),xt=Tt}ut=st.isFilled,z?st.isShadowed?(ut===!0&&b!=="transparent"&&b!==null&&a.ng(b,st.isEvenOdd),x!==null&&(ut&&rt&&Iu(a),a.jk(),ut&&rt&&eh(a))):(Iu(a),ut&&b!=="transparent"&&b!==null&&a.ng(b,st.isEvenOdd),x!==null&&a.jk(),eh(a)):(ut&&b!==null&&a.ng(b,st.isEvenOdd),x!==null&&a.jk()),a.Se(vt)}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=ai(),z.type===Ln.j)b.push(z.startX),b.push(z.startY),b.push(z.endX),b.push(z.endY),Tf(a,y,b,x);else if(z.type===Ln.o)for(z=z.figures.iterator;z.next();){for(rt=z.value,b.length=0,b.push(rt.startX),b.push(rt.startY),tt=rt.startX,E=rt.startY,ot=tt,vt=E,st=rt.segments.s,ut=st.length,ft=0;ft<ut;ft++){switch(bt=st[ft],bt.type){case sa:Tf(a,y,b,x),b.length=0,b.push(bt.endX),b.push(bt.endY),tt=bt.endX,E=bt.endY,ot=tt,vt=E;break;case co:b.push(bt.endX),b.push(bt.endY),tt=bt.endX,E=bt.endY;break;case ga:ce.Qe(tt,E,bt.point1X,bt.point1Y,bt.point2X,bt.point2Y,bt.endX,bt.endY,.5,b),tt=bt.endX,E=bt.endY;break;case ls:ce.ep(tt,E,bt.point1X,bt.point1Y,bt.endX,bt.endY,.5,b),tt=bt.endX,E=bt.endY;break;case ra:if(Tt=Va(bt,rt),xt=Tt.length,xt===0){b.push(bt.centerX),b.push(bt.centerY),tt=bt.centerX,E=bt.centerY;break}for(Xt=0;Xt<xt;Xt++)Zt=Tt[Xt],ce.Qe(tt,E,Zt[2],Zt[3],Zt[4],Zt[5],Zt[6],Zt[7],.5,b),tt=Zt[6],E=Zt[7];break;case us:if(Tt=$a(bt,rt,tt,E),xt=Tt.length,xt===0){b.push(bt.endX),b.push(bt.endY),tt=bt.endX,E=bt.endY;break}for(Xt=0;Xt<xt;Xt++)Zt=Tt[Xt],ce.Qe(tt,E,Zt[2],Zt[3],Zt[4],Zt[5],Zt[6],Zt[7],.5,b),tt=Zt[6],E=Zt[7];break;default:Qt("Segment not of valid type: "+bt.type)}bt.isClosed&&(b.push(ot),b.push(vt),Tf(a,y,b,x))}Tf(a,y,b,x)}else if(z.type===Ln.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),Tf(a,y,b,x);else if(z.type===Ln.F){if(E=new aa,E.startX=z.endX,E.startY=(z.startY+z.endY)/2,tt=new Vr(ra),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=Va(tt,E),rt=z.length,rt===0)b.push(tt.centerX),b.push(tt.centerY);else for(tt=E.startX,E=E.startY,ot=0;ot<rt;ot++)vt=z[ot],ce.Qe(tt,E,vt[2],vt[3],vt[4],vt[5],vt[6],vt[7],.5,b),tt=vt[6],E=vt[7];Tf(a,y,b,x)}Jn(b),a.restore(),a.Vc(!1)}}}},Ct.kk=function(a,y,x){return!ye.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)},Ct.nk=function(a){return this.geometry!==null&&1<this.geometry.figures.length||this.pathPattern!==null?!0:ye.prototype.nk.call(this,a)},Ct.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)}},Ct.ga=function(a,y){if(y===void 0&&(y=new Ot),a instanceof Fn){a.Mc()&&Qt("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},Ct.mi=function(a){a===void 0&&(a=new he);var y=this.naturalBounds,x=this.oe;y=he.allocAt(y.x,y.y,y.width,y.height);var b=this.strokeWidth;return y.Bc(b/2,b/2),b=Ot.allocAt(y.x,y.y).transform(x),a.h(b.x,b.y,0,0),b.h(y.right,y.y).transform(x),ni(a,b.x,b.y,0,0),b.h(y.right,y.bottom).transform(x),ni(a,b.x,b.y,0,0),b.h(y.x,y.bottom).transform(x),ni(a,b.x,b.y,0,0),he.free(y),Ot.free(b),a},Ct.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!==Ln.j||y||(E+=2);var z=he.alloc();if(z.assign(b),z.Bc(E+2,E+2),!z.ca(a))return he.free(z),!1;if(b=E+1e-4,x.type===Ln.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:(he.free(z),ce.Yb(x.startX,x.startY,x.endX,x.endY,E,a.x,a.y));if(x.type===Ln.u){y=x.startX;var tt=x.startY,rt=x.endX;if(x=x.endY,z.x=Math.min(y,rt),z.y=Math.min(tt,x),z.width=Math.abs(rt-y),z.height=Math.abs(x-tt),this.fill===null){if(z.Bc(-b,-b),z.ca(a))return he.free(z),!1;z.Bc(b,b)}return this.stroke!==null&&z.Bc(E,E),a=z.ca(a),he.free(z),a}if(x.type===Ln.F){tt=x.startX,E=x.startY,rt=x.endX;var ot=x.endY;if(x=Math.min(tt,rt),y=Math.min(E,ot),tt=Math.abs(rt-tt)/2,E=Math.abs(ot-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 he.free(z),!1;tt+=b,E+=b}return this.stroke!==null&&(tt+=b,E+=b),he.free(z),0>=tt||0>=E?!1:1>=x*x/(tt*tt)+y*y/(E*E)}if(x.type===Ln.o)return he.free(z),this.fill===null?Ga(x,a.x,a.y,E):da(x,a,E,1<this.strokeWidth,y);Qt("Unknown Geometry type: "+x.type)},Ct.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 rt=this.figure,ot=bv[rt];if(ot===void 0){var st=ce.Ze[rt];typeof st=="string"&&(st=ce.Ze[st]),typeof st=="function"?(ot=st(null,100,100),bv[rt]=ot):Qt("Unsupported Figure: "+rt)}tt=ot.bounds}rt=tt.width,ot=tt.height,st=tt.width;var ut=tt.height;switch(Os(this,!0)){case wn:b=x=0;break;case kn:st=Math.max(a-z,0),ut=Math.max(y-z,0);break;case Ki:st=Math.max(a-z,0),b=0;break;case ar:x=0,ut=Math.max(y-z,0)}isFinite(E.width)&&(st=E.width),isFinite(E.height)&&(ut=E.height);var ft=this.maxSize,vt=this.minSize;switch(x=Math.max(x-z,vt.width),b=Math.max(b-z,vt.height),st=Math.min(ft.width,st),ut=Math.min(ft.height,ut),st=isFinite(st)?Math.max(x,st):Math.max(rt,x),ut=isFinite(ut)?Math.max(b,ut):Math.max(ot,b),x=Lv(this),x){case wn:break;case kn:rt=st,ot=ut;break;case zi:x=Math.min(st/rt,ut/ot),isFinite(x)||(x=1),rt*=x,ot*=x;break;default:Qt(x+" is not a valid geometryStretch.")}this.Rd!==null?(rt===0&&(rt=.001),ot===0&&(ot=.001),x=this.Rd!==null?this.Rd:this.ua,tt=x.bounds,b=rt/tt.width,tt=ot/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&&ce.$(this.ua.Sk,a-z)&&ce.$(this.ua.Rk,y-z)||(this.ua=Er.makeGeometry(this,rt,ot)),tt=this.ua.bounds,a===1/0||y===1/0?this.Ge(tt.x-z/2,tt.y-z/2,a===0&&rt===0?0:tt.width+z,y===0&&ot===0?0:tt.height+z):this.Ge(-(z/2),-(z/2),st+z,ut+z),E.w()?(st=E.width,ut=E.height,st=Math.min(ft.width,st),ut=Math.min(ft.height,ut),st=Math.max(vt.width,st),ut=Math.max(vt.height,ut),this.dc.h(0,0,st,ut)):this.dc.assign(tt)};function Lv(a){var y=a.geometryStretch;return a.Rd!==null?y===Mr?kn:y:y===Mr?bv[a.figure].defaultStretch:y}Ct.eh=function(a,y,x,b){ms(this,a,y,x,b)},Ct.rs=function(a,y,x){return this.Sj(a.x,a.y,y.x,y.y,x)},Ct.Sj=function(a,y,x,b,E){var z=this.transform,tt=1/(z.m11*z.m22-z.m12*z.m21),rt=z.m22*tt,ot=-z.m12*tt,st=-z.m21*tt,ut=z.m11*tt,ft=tt*(z.m21*z.dy-z.m22*z.dx),vt=tt*(z.m12*z.dx-z.m11*z.dy);z=a*rt+y*st+ft,tt=a*ot+y*ut+vt,rt=x*rt+b*st+ft,ot=x*ot+b*ut+vt,ft=this.ig/2,st=this.ua,st===null&&(this.measure(1/0,1/0),st=this.ua);var xt=st.bounds;if(ut=!1,st.type===Ln.j)if(1.5>=this.strokeWidth)ut=ce.Ve(st.startX,st.startY,st.endX,st.endY,z,tt,rt,ot,E);else{if(st.startX===st.endX?(b=ft,ut=0):(y=(st.endY-st.startY)/(st.endX-st.startX),ut=ft/Math.sqrt(1+y*y),b=ut*y),y=ai(),a=new Ot,ce.Ve(st.startX+b,st.startY+ut,st.endX+b,st.endY+ut,z,tt,rt,ot,a)&&y.push(a),a=new Ot,ce.Ve(st.startX-b,st.startY-ut,st.endX-b,st.endY-ut,z,tt,rt,ot,a)&&y.push(a),a=new Ot,ce.Ve(st.startX+b,st.startY+ut,st.startX-b,st.startY-ut,z,tt,rt,ot,a)&&y.push(a),a=new Ot,ce.Ve(st.endX+b,st.endY+ut,st.endX-b,st.endY-ut,z,tt,rt,ot,a)&&y.push(a),rt=y.length,rt===0)return Jn(y),!1;for(ut=!0,ot=1/0,b=0;b<rt;b++)a=y[b],x=(a.x-z)*(a.x-z)+(a.y-tt)*(a.y-tt),x<ot&&(ot=x,E.x=a.x,E.y=a.y);Jn(y)}else if(st.type===Ln.u)ut=ce.Ff(xt.x-ft,xt.y-ft,xt.x+xt.width+ft,xt.y+xt.height+ft,z,tt,rt,ot,E);else if(st.type===Ln.F){y=he.allocAt(xt.x,xt.y,xt.width,xt.height).Bc(ft,ft);t:if(y.width===0)ut=ce.Ve(y.x,y.y,y.x,y.y+y.height,z,tt,rt,ot,E);else if(y.height===0)ut=ce.Ve(y.x,y.y,y.x+y.width,y.y,z,tt,rt,ot,E);else{if(a=y.width/2,st=y.height/2,b=y.x+a,ut=y.y+st,x=9999,z!==rt&&(x=(tt-ot)/(z-rt)),9999>Math.abs(x)){if(ot=tt-ut-x*(z-b),0>a*a*x*x+st*st-ot*ot){E.x=NaN,E.y=NaN,ut=!1;break t}ft=Math.sqrt(a*a*x*x+st*st-ot*ot),rt=(-(a*a*x*ot)+a*st*ft)/(st*st+a*a*x*x)+b,a=(-(a*a*x*ot)-a*st*ft)/(st*st+a*a*x*x)+b,st=x*(rt-b)+ot+ut,ot=x*(a-b)+ot+ut,Math.abs((z-rt)*(z-rt))+Math.abs((tt-st)*(tt-st))<Math.abs((z-a)*(z-a))+Math.abs((tt-ot)*(tt-ot))?(E.x=rt,E.y=st):(E.x=a,E.y=ot)}else{if(rt=st*st,ot=z-b,rt-=rt/(a*a)*ot*ot,0>rt){E.x=NaN,E.y=NaN,ut=!1;break t}ot=Math.sqrt(rt),rt=ut+ot,ot=ut-ot,Math.abs(rt-tt)<Math.abs(ot-tt)?(E.x=z,E.y=rt):(E.x=z,E.y=ot)}ut=!0}he.free(y)}else if(st.type===Ln.o){vt=Ot.alloc();var bt=rt-z,Tt=ot-tt,Xt=bt*bt+Tt*Tt,Zt=z,qt=tt;if(0<Xt&&xt.contains(Zt,qt)&&(vt.x=Zt,vt.y=qt,this.ca(vt)))for(bt!==0&&.5>Math.abs(bt)?(Tt*=.5/bt,bt=.5):Tt!==0&&.5>Math.abs(Tt)&&(bt*=.5/Tt,Tt=.5),Zt-=bt,qt-=Tt;xt.contains(Zt,qt);)Zt-=bt,qt-=Tt;for(E.x=rt,E.y=ot,Tt=0;Tt<st.figures.count;Tt++){var _t=st.figures.s[Tt],ee=_t.isFilled?Zt:z,me=_t.isFilled?qt:tt,Ie=_t.segments;xt=_t.startX,bt=_t.startY;for(var li=xt,Di=bt,wi=0;wi<Ie.count;wi++){var In=Ie.s[wi],yn=In.type,Cr=In.endX,gr=In.endY,ao=!1;switch(yn){case sa:li=Cr,Di=gr;break;case co:ao=Tm(xt,bt,Cr,gr,ee,me,rt,ot,vt);break;case ga:ao=ce.Eo(xt,bt,In.point1X,In.point1Y,In.point2X,In.point2Y,Cr,gr,ee,me,rt,ot,.6,vt);break;case ls:ao=ce.Eo(xt,bt,xt+2/3*(In.point1X-xt),bt+2/3*(In.point1Y-bt),Cr+2/3*(In.point1X-Cr),gr+2/3*(In.point1Y-gr),Cr,gr,ee,me,rt,ot,.6,vt);break;case ra:case us:yn=In.type===ra?Va(In,_t):$a(In,_t,xt,bt);var Bo=yn.length;if(Bo===0){ao=Tm(xt,bt,In.type===ra?In.centerX:In.endX,In.type===ra?In.centerY:In.endY,ee,me,rt,ot,vt);break}for(gr=null,Cr=0;Cr<Bo;Cr++){if(gr=yn[Cr],Cr===0&&Tm(xt,bt,gr[0],gr[1],ee,me,rt,ot,vt)){var Oa=Nm(ee,me,vt,Xt,E);Oa<Xt&&(Xt=Oa,ut=!0)}ce.Eo(gr[0],gr[1],gr[2],gr[3],gr[4],gr[5],gr[6],gr[7],ee,me,rt,ot,.6,vt)&&(Oa=Nm(ee,me,vt,Xt,E),Oa<Xt&&(Xt=Oa,ut=!0))}Cr=gr[6],gr=gr[7];break;default:Qt("Unknown Segment type: "+yn)}xt=Cr,bt=gr,ao&&(ao=Nm(ee,me,vt,Xt,E),ao<Xt&&(Xt=ao,ut=!0)),In.isClosed&&(Cr=li,gr=Di,Tm(xt,bt,Cr,gr,ee,me,rt,ot,vt)&&(In=Nm(ee,me,vt,Xt,E),In<Xt&&(Xt=In,ut=!0)))}}z=x-a,tt=b-y,rt=Math.sqrt(z*z+tt*tt),rt!==0&&(z/=rt,tt/=rt),E.x-=z*ft,E.y-=tt*ft,Ot.free(vt)}else Qt("Unknown Geometry type: "+st.type);return ut?(this.transform.Ga(E),!0):!1};function Nm(a,y,x,b,E){return a=x.x-a,y=x.y-y,y=a*a+y*y,y<b?(E.x=x.x,E.y=x.y,y):b}function Tm(a,y,x,b,E,z,tt,rt,ot){if(ce.$(a,x)&&ce.$(y,b)||ce.$(E,tt)&&ce.$(z,rt))return!1;var st=!1,ut=(E-tt)*(y-b)-(z-rt)*(a-x);return ut===0?!1:(ot.x=((E*rt-z*tt)*(a-x)-(E-tt)*(a*b-y*x))/ut,ot.y=((E*rt-z*tt)*(y-b)-(z-rt)*(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,(ot.y>a||ce.$(ot.y,a))&&(ot.y<y||ce.$(ot.y,y))&&(st=!0)):(y=a<x?a:x,a=a<x?x:a,(ot.x>y||ce.$(ot.x,y))&&(ot.x<a||ce.$(ot.x,a))&&(st=!0)),st)}Ct.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=Ot.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)))),Ot.free(z),E},Ct.Yc=function(a,y){if(this.fh(a,y)||y===void 0&&(y=this.transform,a.Re(this.actualBounds)))return!0;var x=pi.alloc();x.set(y),x.Vj();var b=a.left,E=a.right,z=a.top;a=a.bottom;var tt=Ot.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 Ot.free(tt),!0;var rt=Ot.alloc(),ot=Ot.alloc();return x.set(y),x.bv(this.transform),x.Vj(),rt.x=E,rt.y=z,rt.transform(x),tt.x=b,tt.y=z,tt.transform(x),y=!1,qd(this,tt,rt,ot)?y=!0:(tt.x=E,tt.y=a,tt.transform(x),qd(this,tt,rt,ot)?y=!0:(rt.x=b,rt.y=a,rt.transform(x),qd(this,tt,rt,ot)?y=!0:(tt.x=b,tt.y=z,tt.transform(x),qd(this,tt,rt,ot)&&(y=!0)))),Ot.free(tt),pi.free(x),Ot.free(rt),Ot.free(ot),y};function qd(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)}Ct.tx=function(a,y,x){function b(Xt,Zt){for(var qt=Xt.length,_t=0;_t<qt;_t+=2)if(Zt.zd(Xt[_t],Xt[_t+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,rt=tt.x,ot=tt.y,st=tt.x+tt.width;if(tt=tt.y+tt.height,ei(a.x,a.y,rt,ot)<=E&&ei(a.x,a.y,st,ot)<=E&&ei(a.x,a.y,rt,tt)<=E&&ei(a.x,a.y,st,tt)<=E)return!0}if(rt=y.startX,ot=y.startY,st=y.endX,tt=y.endY,y.type===Ln.j){if(x=(rt-st)*(a.x-st)+(ot-tt)*(a.y-tt),fi(a.x,a.y,rt,ot,st,tt)<=(0<=(st-rt)*(a.x-rt)+(tt-ot)*(a.y-ot)&&0<=x?E:z))return!0}else{if(y.type===Ln.u)return y=!1,x&&(y=fi(a.x,a.y,rt,ot,rt,tt)<=E||fi(a.x,a.y,rt,ot,st,ot)<=E||fi(a.x,a.y,st,ot,st,tt)<=E||fi(a.x,a.y,rt,tt,st,tt)<=E),y;if(y.type===Ln.F){y=a.x-(rt+st)/2,z=a.y-(ot+tt)/2;var ut=Math.abs(st-rt)/2,ft=Math.abs(tt-ot)/2;if(ut===0||ft===0)return fi(a.x,a.y,rt,ot,st,tt)<=E;if(x){if(a=ce.$y(ut,ft,y,z),a*a<=E)return!0}else return!(ei(y,z,-ut,0)>=E||ei(y,z,0,-ft)>=E||ei(y,z,0,ft)>=E||ei(y,z,ut,0)>=E)}else if(y.type===Ln.o){if(st=y.bounds,z=st.x,rt=st.y,ot=st.x+st.width,st=st.y+st.height,a.x>ot&&a.x<z&&a.y>st&&a.y<rt&&fi(a.x,a.y,z,rt,z,st)>E&&fi(a.x,a.y,z,rt,ot,rt)>E&&fi(a.x,a.y,ot,st,z,st)>E&&fi(a.x,a.y,ot,st,ot,rt)>E)return!1;if(z=Math.sqrt(E),x){if(this.fill===null?Ga(y,a.x,a.y,z):da(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(rt=z.segments.s,ot=rt.length,st=0;st<ot;st++)switch(ft=rt[st],ft.type){case sa:case co:if(tt=ft.endX,ut=ft.endY,a.zd(tt,ut)>E)return!1;break;case ga:var vt=ai();if(ce.Qe(tt,ut,ft.point1X,ft.point1Y,ft.point2X,ft.point2Y,ft.endX,ft.endY,.8,vt),tt=b(vt,a),Jn(vt),tt||(tt=ft.endX,ut=ft.endY,a.zd(tt,ut)>E))return!1;break;case ls:if(vt=ai(),ce.ep(tt,ut,ft.point1X,ft.point1Y,ft.endX,ft.endY,.8,vt),tt=b(vt,a),Jn(vt),tt||(tt=ft.endX,ut=ft.endY,a.zd(tt,ut)>E))return!1;break;case ra:case us:vt=ft.type===ra?Va(ft,z):$a(ft,z,tt,ut);var xt=vt.length;if(xt===0){if(tt=ft.type===ra?ft.centerX:ft.endX,ut=ft.type===ra?ft.centerY:ft.endY,a.zd(tt,ut)>E)return!1;break}ft=null;for(var bt=ai(),Tt=0;Tt<xt;Tt++)if(ft=vt[Tt],bt.length=0,ce.Qe(ft[0],ft[1],ft[2],ft[3],ft[4],ft[5],ft[6],ft[7],.8,bt),b(bt,a))return Jn(bt),!1;Jn(bt),ft!==null&&(tt=ft[6],ut=ft[7]);break;default:Qt("Unknown Segment type: "+ft.type)}}return!0}}}return!1},Ct.qc=function(){this.ua=null},Ct.kq=function(){return this.ig};function m1(a){var y=a.diagram;y!==null&&y.undoManager.isUndoingRedoing||(a.segmentOrientation=op,a.toArrow!=="None"?(a.segmentIndex=-1,a.alignmentFocus=vo):a.fromArrow!=="None"&&(a.segmentIndex=0,a.alignmentFocus=new Fn(1-vo.x,vo.y)))}Er.makeGeometry=function(a,y,x){if(a.toArrow!=="None")var b=zu[a.toArrow];else a.fromArrow!=="None"?b=zu[a.fromArrow]:(b=ce.Ze[a.figure],typeof b=="string"&&(b=ce.Ze[b]),b===void 0&&Qt("Unknown Shape.figure: "+a.figure),b=b(a,y,x),b.Sk=y,b.Rk=x);if(b===null){var E=ce.Ze.Rectangle;typeof E=="function"&&(b=E(a,y,x))}return b};function v1(a){var y=zu[a];if(y===void 0){var x=a.toLowerCase();if(x==="none")return"None";if(y=zu[x],y===void 0){var b=null,E;for(E in ce.um)if(E.toLowerCase()===x){b=E;break}if(b!==null)return a=Ln.parse(ce.um[b],!1),zu[b]=a,x!==b&&(zu[x]=b),b}}return typeof y=="string"?y:y instanceof Ln?a:null}ln.Object.defineProperties(Er.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),es(this)&&(a=this.part,a!==null&&Ko(this,a,"geometryString"))}}},geometryString:{get:function(){return this.geometry===null?"":this.geometry.toString()},set:function(a){a=Ln.parse(a);var y=a.normalize();this.geometry=a,this.position=a=Ot.allocAt(-y.x,-y.y),Ot.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&&Bc(a,"Shape.fill"),a instanceof po&&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&&Bc(a,"Shape.stroke"),a instanceof po&&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 Gn(a,"value >= 0",Er,"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"?Gn(a,'"butt", "round", or "square"',Er,"strokeCap"):(Qd(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"?Gn(a,'"miter", "bevel", or "round"',Er,"strokeJoin"):(Qd(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){Qd(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)||Qt("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&&(Qd(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=ce.Ze[a];typeof x=="function"?x=a:(x=ce.Ze[a.toLowerCase()])||Qt("Unknown Shape.figure: "+a),y!==x&&(a=this.part,a!==null&&(a.ag=NaN),this.an=x,this.Rd=null,this.qc(),this.v(),this.g("figure",y,x))}}},toArrow:{get:function(){return this.Ua!==null?this.Ua.V:"None"},set:function(a){var y=this.toArrow;if(a===!0?a="Standard":a===!1&&(a=""),y!==a){var x=v1(a);x===null?Qt("Unknown Shape.toArrow: "+a):y!==x&&(this.Ua===null&&(this.Ua=new sd),this.Ua.V=x,this.Rd=null,this.qc(),this.v(),m1(this),this.g("toArrow",y,x))}}},fromArrow:{get:function(){return this.Ua!==null?this.Ua.j:"None"},set:function(a){var y=this.fromArrow;if(a===!0?a="Standard":a===!1&&(a=""),y!==a){var x=v1(a);x===null?Qt("Unknown Shape.fromArrow: "+a):y!==x&&(this.Ua===null&&(this.Ua=new sd),this.Ua.j=x,this.Rd=null,this.qc(),this.v(),m1(this),this.g("fromArrow",y,x))}}},spot1:{get:function(){return this.Na!==null?this.Na.fg:Ao},set:function(a){var y=this.spot1;y.D(a)||(a=a.J(),Qd(this),this.Na.fg=a,this.v(),this.g("spot1",y,a))}},spot2:{get:function(){return this.Na!==null?this.Na.gg:Ao},set:function(a){var y=this.spot2;y.D(a)||(a=a.J(),Qd(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&&(Qd(this),this.Na.br=a,this.N(),this.g("pathPattern",y,a))}},geometryStretch:{get:function(){return this.Na!==null?this.Na.jq:Mr},set:function(a){var y=this.geometryStretch;y!==a&&(Qd(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 ju),this.fa.Tk=a;var x=this.diagram;x!==null&&this.panel===x.grid&&Pu(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 ju),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 ju),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 ju),this.fa.o=a,this.v(),this.g("graduatedSkip",y,a))}}}),Er.prototype.intersectsRect=Er.prototype.Yc,Er.prototype.containedInRect=Er.prototype.fh,Er.prototype.getNearestIntersectionPoint=Er.prototype.rs,Er.prototype.getDocumentBounds=Er.prototype.mi,Er.prototype.getDocumentPoint=Er.prototype.ga;var zu=new Wi,bv=new Wi;Er.className="Shape",Er.getFigureGenerators=function(){var a=new Be,y;for(y in ce.Ze)y!==y.toLowerCase()&&a.add(y,ce.Ze[y]);return a.freeze(),a},Er.defineFigureGenerator=function(a,y){var x=a.toLowerCase(),b=ce.Ze;b[a]=y,b[x]=a},Er.getArrowheadGeometries=function(){var a=new Be;for(b in ce.um)if(zu[b]===void 0){var y=Ln.parse(ce.um[b],!1);zu[b]=y,y=b.toLowerCase(),y!==b&&(zu[y]=b)}for(var x in zu)if(x!==x.toLowerCase()){var b=zu[x];b instanceof Ln&&a.add(x,b)}return a.freeze(),a},Er.defineArrowheadGeometry=function(a,y){var x=null;typeof y=="string"?x=Ln.parse(y,!1):x=y,y=a.toLowerCase(),y!=="none"&&a!==y||Qt("Shape.defineArrowheadGeometry name must not be empty or None or all-lower-case: "+a);var b=zu;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=Mr,this.gg=this.fg=Ao}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 Oo(a,y){return ye.call(this),Rm||(Is=la?new Il(null).context:null,Rm=!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}Ne(Oo,ye),Oo.prototype.cloneProtected=function(a){ye.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 bu(a){a.da===null?a.da=new Dv:a.da.nc&&(a.da=a.da.copy())}Ct=Oo.prototype,Ct.th=function(){ye.prototype.th.call(this),this.da!==null&&(this.da.nc=!0)};function y1(a,y){a.l=y.l|6144,a.pb=y.opacity,a.Ma=y.background,a.areaBackground=y.areaBackground,a.jd=y.desiredSize.J(),a.minSize=y.minSize.J(),a.maxSize=y.maxSize.J(),y.Lb!==null?a.Lb=y.Lb.copy():a.Lb=null,a.Ca=y.scale,a.Kb=y.angle,a.stretch=y.stretch,a.Kg=y.margin.J(),a.Jb=y.alignment.J(),a.sk=y.alignmentFocus.J(),a.segmentFraction=y.segmentFraction,a.segmentOffset=y.segmentOffset.J(),a.segmentOrientation=y.segmentOrientation,y.tb!==null&&(a.tb=y.tb.copy()),a.shadowVisible=y.shadowVisible,a.ec=y.ec,a.xc=y.xc,a.Ae=y.Ae,a.fa!==null&&(a.fa=y.fa.copy()),y.da!==null&&(a.da=y.da.nc?y.da:y.da.copy()),a.Ih=y.Ih}Ct.qb=function(a){a.classType===Oo?this.wrap=a:ye.prototype.qb.call(this,a)},Ct.toString=function(){return 22<this.ec.length?'TextBlock("'+this.ec.substring(0,20)+'"...)':'TextBlock("'+this.ec+'")'},Ct.v=function(){ye.prototype.v.call(this)},Ct.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=_g(this),rt=a.textAlign=this.textAlign,ot=y.tn;rt==="start"?rt=ot?"right":"left":rt==="end"&&(rt=ot?"left":"right"),ot=this.isUnderline;var st=this.isStrikethrough;ha(this,a,this.xc,!0,!1,x,b),(ot||st)&&ha(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 vt=y.scale;switch(8>(ft*ft+ut*ut)*vt*vt&&(x=!0),y.ib!==a&&(x=!1),y.ib instanceof _s&&(x=!1),y.Gf("textGreeking")===!1&&(x=!1),y=this.spacingAbove,ft=this.spacingBelow,this.flip){case eo:a.translate(E,0),a.scale(-1,1);break;case Rr:a.translate(0,z),a.scale(1,-1);break;case Lo:a.translate(E,z),a.scale(-1,-1)}if(a.yc(),ut=this.Gc,vt=(y+tt+ft)*ut,z>vt&&(b=this.verticalAlignment,b=b.y*z-b.y*vt+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,rt,ot,st);else if(this.Qc!==null&&this.Qb!==null)for(vt=0;vt<ut;vt++){var xt=this.Qc[vt];xt>E&&(xt=E),b+=y,this.Oj(this.Qb[vt],a,0,b,E,tt,xt,x,rt,ot,st),b+=tt+ft}switch(this.flip){case eo:a.scale(-1,1),a.translate(-E,0);break;case Rr:a.scale(1,-1),a.translate(0,-z);break;case Lo:a.scale(-1,-1),a.translate(-E,-z)}}},Ct.Oj=function(a,y,x,b,E,z,tt,rt,ot,st,ut){var ft=0;if(rt)ot==="left"?ft=0:ot==="right"?ft=E-tt:ot==="center"&&(ft=(E-tt)/2),y.fillRect(x+ft,b+.25*z,tt,1);else{if(ot==="left"?ft=0:ot==="right"?ft=E:ot==="center"&&(ft=E/2),E=Dm!==null?Dm(this,z):.75*z,y.fillText(a,x+ft,b+E),a=z/20|0,a===0&&(a=1),ot==="right"?ft-=tt:ot==="center"&&(ft-=tt/2),st){rt=Bm!==null?Bm(this,z):.8*z,ot=x+ft,st=b+rt,E=x+ft+tt,rt=b+rt;var vt=a;y.beginPath(),y.lineWidth=vt,y.moveTo(ot,st),y.lineTo(E,rt),y.stroke(),y.Se(),y instanceof _s&&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 _s&&y.ad.classList.add("gojs-td"))}},Ct.kk=function(a,y,x){if(!ye.prototype.kk.call(this,a,y,x))return!1;if(ha(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},Ct.nk=function(a){return 1<this.lineCount||this.isUnderline||this.isStrikethrough?!0:ye.prototype.nk.call(this,a)},Ct.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)}},Ct.Wl=function(a,y,x,b){var E=this.Gc;this.Ih=a,this.l&=-16777217;var z=this.Ae;Is!==null&&b1!==z&&(b1=Is.font=z),this.Cb=this.Le=0,this.ze=this.Qb=this.Qc=this.df=null;var tt;if(isNaN(this.desiredSize.width)){if(z=this.ec.replace(/\r\n/g,`
|
|
`).replace(/\r/g,`
|
|
`),z.length===0)z=8;else if(this.isMultiline){for(var rt=tt=0,ot=!1;!ot;){var st=z.indexOf(`
|
|
`,rt);st===-1&&(st=z.length,ot=!0),rt=z.substr(rt,st-rt),this.formatting===$g&&(rt=rt.trim()),tt=Math.max(tt,Ql(rt)),rt=st+1}z=tt}else tt=z.indexOf(`
|
|
`,0),0<=tt&&(z=z.substr(0,tt)),z=Ql(z);z=Math.min(z,a/this.scale)}else z=this.desiredSize.width;if(this.panel!==null&&(z=Math.min(z,this.panel.maxSize.width)),tt=x1(this,z),isNaN(this.desiredSize.height)?tt=Math.min(tt,y/this.scale):tt=this.desiredSize.height,ot=tt,this.Cb!==0&&this.Qc!==null&&this.Qb!==null&&this.overflow===Om&&(y=this.Ae,y=this.overflow===Om?S1(y):0,st=this.spacingAbove+this.spacingBelow,st=Math.max(0,_g(this)+st),ot=Math.min(this.maxLines-1,Math.max(Math.floor(ot/st+.01)-1,0)),!(ot+1>=this.Qb.length))){for(this.l|=16777216,st=this.Qb[ot],y=Math.max(1,a-y);Ql(st)>y&&1<st.length;)st=st.substr(0,st.length-1);st+=tp,y=Ql(st),this.Qb[ot]=st,this.Qb=this.Qb.slice(0,ot+1),this.Qc[ot]=y,this.Qc=this.Qc.slice(0,ot+1),this.Le=this.Qb.length,this.Cb=Math.max(this.Cb,y),this.Gc=this.Le,this.Gc===1&&(this.ze=this.Qb[0])}(this.wrap===P1||isNaN(this.desiredSize.width))&&(z=isNaN(a)?this.Cb:Math.min(a,this.Cb)),z=Math.max(x,z),tt=Math.max(b,tt),ti(this.dc,z,tt),this.Ge(0,0,z,tt),this.svg!==null&&E!==this.Gc&&(this.Uc=!0)},Ct.eh=function(a,y,x,b){ms(this,a,y,x,b)};function qg(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 Av(a,y,x,b){var E=a.formatting===$g;E&&(y=y.trim());var z=0,tt=a.Ae,rt=a.spacingAbove+a.spacingBelow;rt=Math.max(0,_g(a)+rt);var ot=a.overflow===Om?S1(tt):0;if(a.Gc>=a.maxLines)b!==null&&b.h(0,rt);else if(tt=y,a.wrap===kv){a.Le=1;var st=Ql(y);if(ot===0||st<=x)a.Cb=Math.max(a.Cb,st),qg(a,y,a.Cb),b!==null&&b.h(st,rt);else{for(z=Df(a,tt),tt=tt.substr(z.length),y=Df(a,tt),st=Ql(z+y);0<y.length&&st<=x;)z+=y,tt=tt.substr(y.length),y=Df(a,tt),st=z+y,E&&(st=st.trim()),st=Ql(st);for(E&&(y=y.trim()),z+=y,x=Math.max(1,x-ot);Ql(z)>x&&1<z.length;)z=z.substr(0,z.length-1);a.l|=16777216,z+=tp;var ut=Ql(z);a.Cb=ut,qg(a,z,ut),b!==null&&b.h(ut,rt)}}else{for(ot=0,tt.length===0&&(ot=1,qg(a,tt,0));0<tt.length;){for(y=Df(a,tt),tt=tt.substr(y.length);Ql(y)>x;){var ft=1;for(st=Ql(y.substr(0,ft)),ut=0;st<=x;)ft++,ut=st,st=Ql(y.substr(0,ft));if(ft===1){var vt=st;z=Math.max(z,st)}else vt=ut,z=Math.max(z,ut);if(ft--,1>ft&&(ft=1),qg(a,y.substr(0,ft),vt),ot++,y=y.substr(ft),a.Gc+ot>a.maxLines)break}for(ut=Df(a,tt),st=Ql(y+ut);0<ut.length&&st<=x;)y+=ut,tt=tt.substr(ut.length),ut=Df(a,tt),st=y+ut,E&&(st=st.trim()),st=Ql(st);if(E&&(y=y.trim()),y!==""&&(y[y.length-1]==="\xAD"&&(y=y.substring(0,y.length-1)+"\u2010"),ut.length===0?(ft=st,z=Math.max(z,st)):(ft=ut=Ql(y),z=Math.max(z,ut)),qg(a,y,ft),ot++,a.Gc+ot>a.maxLines))break}a.Le=Math.min(a.maxLines,ot),a.Cb=Math.max(a.Cb,z),b!==null&&b.h(a.Cb,rt*a.Le)}}function Df(a,y){if(a.wrap===w1)return y.substr(0,1);for(var x=y.length,b=0,E=Sx;b<x&&!E.test(y.charAt(b));)b++;for(a.formatting===C1&&(x=Math.min(x,b+1));b<x&&E.test(y.charAt(b));)b++;return b>=y.length?y:y.substr(0,b)}function Ql(a){return Is===null?8*a.length:Is.measureText(a).width}function _g(a){if(a.df!==null)return a.df;var y=a.Ae;if(Is===null){var x=16;return a.df=x}return Nv[y]!==void 0&&5e3>L1?x=Nv[y]:(x=1.3*Is.measureText("M").width,Nv[y]=x,L1++),a.df=x}function S1(a){if(Is===null)return 6;if(Im[a]!==void 0&&5e3>Tv)var y=Im[a];else y=Is.measureText(tp).width,Im[a]=y,Tv++;return y}function x1(a,y){var x=a.ec.replace(/\r\n/g,`
|
|
`).replace(/\r/g,`
|
|
`),b=a.spacingAbove+a.spacingBelow;if(b=Math.max(0,_g(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,rt=!1;!rt;){if(tt=x.indexOf(`
|
|
`,z),tt===-1&&(tt=x.length,rt=!0),z<=tt){if(z=x.substr(z,tt-z),a.wrap!==kv){a.Le=0;var ot=Yt.alloc();Av(a,z,y,ot),E+=ot.height,Yt.free(ot),a.Gc+=a.Le}else Av(a,z,y,null),E+=b,a.Gc++;a.Gc===a.maxLines&&(rt=!0)}z=tt+1}return a.Lq=E}ln.Object.defineProperties(Oo.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"||(bu(this),this.da.Or=a,this.N(),this.g("textAlign",y,a))}},flip:{get:function(){return this.da!==null?this.da.Xf:wn},set:function(a){var y=this.flip;y!==a&&(bu(this),this.da.Xf=a,this.N(),this.g("flip",y,a))}},verticalAlignment:{get:function(){return this.da!==null?this.da.Yr:Ho},set:function(a){var y=this.verticalAlignment;y.D(a)||(a=a.J(),bu(this),this.da.Yr=a,ws(this),this.g("verticalAlignment",y,a))}},naturalBounds:{get:function(){if(!this.dc.w()){var a=Yt.alloc();Av(this,this.ec,999999,a);var y=a.width;Yt.free(a),a=x1(this,y);var x=this.desiredSize;isNaN(x.width)||(y=x.width),isNaN(x.height)||(a=x.height),ti(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:Ev},set:function(a){var y=this.wrap;y!==a&&(bu(this),this.da.$r=a,this.v(),this.g("wrap",y,a))}},overflow:{get:function(){return this.da!==null?this.da.$q:Fv},set:function(a){var y=this.overflow;y!==a&&(bu(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&&Bc(a,"TextBlock.stroke"),a instanceof po&&a.freeze(),this.xc=a,this.N(),this.g("stroke",y,a))}},lineCount:{get:function(){return this.Gc}},lineHeight:{get:function(){return _g(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&&(bu(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&&(bu(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 ju),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 ju),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 ju),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 ju),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 ju),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&&(bu(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&&(bu(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&&(bu(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&&(bu(this),this.da.Er=a,this.v(),this.g("spacingBelow",y,a))}},formatting:{get:function(){return this.da!==null?this.da.gq:$g},set:function(a){var y=this.formatting;y!==a&&(bu(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&&Gn(a,"> 0",Oo,"maxLines"),bu(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 Dm=null,Bm=null,kv=new je(Oo,"None",0),P1=new je(Oo,"WrapFit",1),Ev=new je(Oo,"WrapDesiredSize",2),w1=new je(Oo,"WrapBreakAll",3),Fv=new je(Oo,"OverflowClip",0),Om=new je(Oo,"OverflowEllipsis",1),$g=new je(Oo,"FormatTrim",0),C1=new je(Oo,"FormatNone",0),Sx=/[ \u200b\u00ad]/,Nv=new Wi,L1=0,Im=new Wi,Tv=0,tp="...",b1="",Is=null,Rm=!1;Oo.className="TextBlock";function Dv(){this.nc=!1,this.Hd=null,this.Xf=wn,this.gq=$g,this.Jq=1/0,this.$q=Fv,this.Er=this.Dr=0,this.Or="start",this.vj=this.Qr=this.Pr=null,this.Yr=Ho,this.$r=Ev}Dv.prototype.copy=function(){var a=new Dv;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},Oo.getEllipsis=function(){return tp},Oo.setEllipsis=function(a){tp=a,Im=new Wi,Tv=0},Oo.getBaseline=function(){return Dm},Oo.setBaseline=function(a){Dm=a},Oo.getUnderline=function(){return Bm},Oo.setUnderline=function(a){Bm=a},Oo.isValidFont=function(a){if(Rm||(Is=la?new Il(null).context:null,Rm=!0),Is===null)return!0;var y=Is.font;if(a===y||a==="10px sans-serif")return!0;Is.font="10px sans-serif",Is.font=a;var x=Is.font;if(x!=="10px sans-serif")return Is.font=y,!0;Is.font="19px serif";var b=Is.font;return Is.font=a,x=Is.font,Is.font=y,x!==b},Oo.FormatNone=C1,Oo.FormatTrim=$g,Oo.None=kv,Oo.OverflowClip=Fv,Oo.OverflowEllipsis=Om,Oo.WrapBreakAll=w1,Oo.WrapDesiredSize=Ev,Oo.WrapFit=P1;function ju(){this.Tk=1,this.u=0,this.j=1,this.o=this.F=null}ju.prototype.copy=function(){var a=new ju;return a.Tk=this.Tk,a.u=this.u,a.j=this.j,a.F=this.F,a.o=this.o,a},ju.className="GradElementSettings";function Rs(a,y){ye.call(this),this.Eg=null,this.qo="",this.Xg=mr,this.Nk=kn,this.Zg=this.Hd=null,this.Mk=xi,this.Xf=wn,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 Bf;Ne(Rs,ye),Rs.prototype.cloneProtected=function(a){ye.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},Rs.prototype.qb=function(a){a===wn||a===zi||a===Jr?this.imageStretch=a:ye.prototype.qb.call(this,a)},Rs.prototype.toString=function(){return"Picture("+this.source+")#"+Tr(this)};function Of(a){a===void 0&&(a=""),a!==""?Bf[a]&&(delete Bf[a],zm--):(Bf=new Wi,zm=0)}function M1(a,y){y.qy||(y.Fq=function(x){y.sq=!0,y.ln=!1;var b=y.Bg.copy();if(b!=null){for(b=b.iterator;b.next();){var E=b.value;E.N();var z=y.getAttribute("src")||"",tt=E.Og.I(z);if(tt!==null)for(var rt=tt.length,ot=0;ot<rt;ot++)z=tt[ot],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()||(Aa(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=ai();for(var rt=0;rt<E;rt++)z.push(tt[rt]);if(y.hn)for(rt=0;rt<E;rt++)tt=z[rt],tt.Hd!==null&&tt.Hd(tt,x);Jn(z)}}y.Bg.clear()}},y.addEventListener("load",y.Fq),y.addEventListener("error",y.Yp),y.qy=!0)}Rs.prototype.hA=function(){if(this.source!==""){Of(this.source);var a=this.source;this.source="",this.source=a}},Rs.prototype.redraw=function(){this.N(),this.Uc=!0},Rs.prototype.hh=function(a,y){var x=this.Eg;if(x!==null){var b=x.getAttribute("src");if(!(x instanceof HTMLImageElement&&(b===null||b==="")||x.ln instanceof Event&&a instanceof Ud)){var E=a instanceof _s;b=this.naturalBounds;var z=0,tt=0,rt=this.qn,ot=rt?+x.width:x.naturalWidth;if(rt=rt?+x.height:x.naturalHeight,ot===void 0&&x.videoWidth&&(ot=x.videoWidth),rt===void 0&&x.videoHeight&&(rt=x.videoHeight),ot=ot||b.width,rt=rt||b.height,ot!==0&&rt!==0){var st=ot,ut=rt;this.sourceRect.w()&&(z=this.Xg.x,tt=this.Xg.y,ot=this.Xg.width,rt=this.Xg.height);var ft=ot,vt=rt,xt=this.Nk,bt=this.Mk;switch(xt){case wn:if(this.sourceRect.w())break;ft>=b.width&&(z=z+bt.offsetX+(ft*bt.x-b.width*bt.x)),vt>=b.height&&(tt=tt+bt.offsetY+(vt*bt.y-b.height*bt.y)),ot=Math.min(b.width,ft),rt=Math.min(b.height,vt);break;case kn:ft=b.width,vt=b.height;break;case zi:case Jr:xt===zi?(xt=Math.min(b.height/vt,b.width/ft),ft*=xt,vt*=xt):xt===Jr&&(xt=Math.max(b.height/vt,b.width/ft),ft*=xt,vt*=xt,ft>=b.width&&(z=(z+bt.offsetX+(ft*bt.x-b.width*bt.x)/ft)*ot),vt>=b.height&&(tt=(tt+bt.offsetY+(vt*bt.y-b.height*bt.y)/vt)*rt),ot*=1/(ft/b.width),rt*=1/(vt/b.height),ft=b.width,vt=b.height)}xt=this.Df()*y.scale;var Tt=ft*xt*vt*xt,Xt=ot*rt/Tt,Zt=x.__goCache;xt=null;var qt=xx;if(!E){if(x.sq&&Zt!==void 0&&4<Tt&&Xt>qt*qt)for(Zt.gi===null&&(k1(Zt,4,st,ut,x),k1(Zt,16,st,ut,x)),E=Zt.gi,st=E.length,ut=0;ut<st&&E[ut].ratio*E[ut].ratio<Xt;ut++)xt=E[ut];if(!y.Xm){if(this.vl===null)if(this.Eg===null)this.vl=!1;else{E=new Il(null).context;try{E.drawImage(this.Eg,0,0)}catch(_t){this.en=!1}try{E.getImageData(0,0,1,1).data[3]&&(this.vl=!1),this.vl=!1}catch(_t){this.vl=!0}}if(this.vl)return}}switch(E=ft<b.width?bt.offsetX+(b.width*bt.x-ft*bt.x):0,bt=vt<b.height?bt.offsetY+(b.height*bt.y-vt*bt.y):0,this.flip){case eo:a.translate(Math.min(b.width,ft),0),a.scale(-1,1);break;case Rr:a.translate(0,Math.min(b.height,vt)),a.scale(1,-1);break;case Lo:a.translate(Math.min(b.width,ft),Math.min(b.height,vt)),a.scale(-1,-1)}if(a.yc(),y.Gf("pictureRatioOptimization")&&!y.$i&&Zt!==void 0&&xt!==null&&xt.ratio!==1){a.save(),y=xt.ratio;try{a.drawImage(xt.source,z/y,tt/y,Math.min(xt.source.width,ot/y),Math.min(xt.source.height,rt/y),E,bt,Math.min(b.width,ft),Math.min(b.height,vt)),a instanceof _s&&(this.bt=[z/y,tt/y,Math.min(xt.source.width,ot/y),Math.min(xt.source.height,rt/y),E,bt,Math.min(b.width,ft),Math.min(b.height,vt)])}catch(_t){this.en=!1}a.restore()}else try{a.drawImage(x,z,tt,ot,rt,E,bt,Math.min(b.width,ft),Math.min(b.height,vt)),a instanceof _s&&(this.bt=[z,tt,ot,rt,E,bt,Math.min(b.width,ft),Math.min(b.height,vt)])}catch(_t){this.en=!1}switch(this.flip){case eo:a.scale(-1,1),a.translate(-Math.min(b.width,ft),0);break;case Rr:a.scale(1,-1),a.translate(0,-Math.min(b.height,vt));break;case Lo:a.scale(-1,-1),a.translate(-Math.min(b.width,ft),-Math.min(b.height,vt))}}}}},Rs.prototype.Wl=function(a,y,x,b){var E=this.desiredSize,z=Os(this,!0),tt=this.Eg,rt=this.qn,ot=0,st=0;(rt||!this.al&&tt&&tt.complete)&&(this.al=!0),tt===null?(isFinite(E.width)||(a=0),isFinite(E.height)||(y=0)):(ot=rt?+tt.width:tt.naturalWidth,st=rt?+tt.height:tt.naturalHeight),isFinite(E.width)||z===kn||z===Ki?(isFinite(a)||(this.sourceRect.w()?a=this.sourceRect.width:tt!==null&&(a=ot)),x=0):tt!==null&&this.al!==!1&&(a=this.sourceRect.w()?this.sourceRect.width:ot),isFinite(E.height)||z===kn||z===ar?(isFinite(y)||(this.sourceRect.w()?y=this.sourceRect.height:tt!==null&&(y=st)),b=0):tt!==null&&this.al!==!1&&(y=this.sourceRect.w()?this.sourceRect.height:st),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)),ti(this.dc,a,y),this.Ge(0,0,a,y)},Rs.prototype.eh=function(a,y,x,b){ms(this,a,y,x,b)},ln.Object.defineProperties(Rs.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||Qt("Picture.element must be an instance of Image, Canvas, or Video, not: "+a);var b=this.diagram;b!==null&&Dg(b,this),this.Eg=a,a!==null&&x&&a.Bg===void 0&&(a.Bg=new Cn),b!==null&&x&&rd(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()||(Aa(this,!1),this.v())):x&&M1(this,a)),this.g("element",y,a),this.N()}}},source:{get:function(){return this.qo},set:function(a){var y=this.qo;if(y!==a){this.Uc=!0,this.qo=a;var x=Bf;if(la){var b=null;if(x[a]!==void 0)b=x[a];else if(a!==""){30<zm&&(Of(),x=Bf),b=Yn("img"),b.hn=!0,M1(this,b);var E=this.rl;E!==null&&(b.crossOrigin=E(this)),b.src=a,x[a]=b,zm++}this.element=b,b!==null&&b.__goCache===void 0&&(b.__goCache=new A1),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}}}),Rs.prototype.redraw=Rs.prototype.redraw,Rs.prototype.reloadSource=Rs.prototype.hA;var zm=0,xx=4;Rs.className="Picture",Bf=new Wi,Rs.clearCache=Of;function A1(){this.gi=null}function k1(a,y,x,b,E){a.gi===null&&(a.gi=[]);var z=new Il(null),tt=z.context,rt=1/y;z.width=x/y,z.height=b/y,z.width!==0&&z.height!==0&&(y=new E1(z.Oa,y),x=1,0<a.gi.length&&(x=a.gi[a.gi.length-1],E=x.source,x=x.ratio),tt.setTransform(rt*x,0,0,rt*x,0,0),tt.yc(),tt.drawImage(E,0,0),a.gi.push(y))}A1.className="PictureCacheArray";function E1(a,y){this.source=a,this.ratio=y}E1.className="PictureCacheInstance";function If(){this.os=new Ln,this.mc=null}If.prototype.reset=function(a){a!==null?(a.ka(),this.os=a,a.figures.clear()):this.os=new Ln,this.mc=null};function Rf(a,y,x,b,E,z){a.mc=new aa,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()}If.prototype.moveTo=function(a,y,x){x===void 0&&(x=!1);var b=new Vr(sa);b.endX=a,b.endY=y,x&&b.close(),this.mc.segments.add(b)},If.prototype.lineTo=function(a,y,x){x===void 0&&(x=!1);var b=new Vr(co);b.endX=a,b.endY=y,x&&b.close(),this.mc.segments.add(b)};function kh(a,y,x,b,E,z,tt){var rt;rt===void 0&&(rt=!1);var ot=new Vr(ga);ot.point1X=y,ot.point1Y=x,ot.point2X=b,ot.point2Y=E,ot.endX=z,ot.endY=tt,rt&&ot.close(),a.mc.segments.add(ot)}function jm(a,y,x,b,E){var z;z===void 0&&(z=!1);var tt=new Vr(ls);tt.point1X=y,tt.point1Y=x,tt.endX=b,tt.endY=E,z&&tt.close(),a.mc.segments.add(tt)}If.prototype.arcTo=function(a,y,x,b,E,z,tt){z===void 0&&(z=0),tt===void 0&&(tt=!1);var rt=new Vr(ra);rt.startAngle=a,rt.sweepAngle=y,rt.centerX=x,rt.centerY=b,rt.radiusX=E,rt.radiusY=z!==0?z:E,tt&&rt.close(),this.mc.segments.add(rt)};function wx(a,y,x,b,E,z,tt,rt){var ot;ot===void 0&&(ot=!1),y=new Vr(us,tt,rt,y,x,b,E,z),ot&&y.close(),a.mc.segments.add(y)}function F1(a){var y=Hm;return y!==null?(Hm=null,y.reset(a),y):(y=new If,y.reset(a),y)}var Hm=null;If.className="StreamGeometryContext";function gs(a,y){var x=a.toLowerCase(),b=ce.Ze;b[a]=y,b[x]=a}gs("Rectangle",function(a,y,x){a="r"+y+","+x;var b=ce.Mf[a];return b!==void 0||(b=new Ln(Ln.u),b.endX=y,b.endY=x,ce.Nf<ce.vm&&(ce.Mf[a]=b,ce.Nf++)),b}),gs("Square",function(a,y,x){a="s"+y+","+x;var b=ce.Mf[a];return b!==void 0||(b=new Ln(Ln.u),b.endX=y,b.endY=x,b.defaultStretch=zi,ce.Nf<ce.vm&&(ce.Mf[a]=b,ce.Nf++)),b}),gs("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=ce.Mf[b];if(E!==void 0)return E;var z=a*ce.wg;return E=new Ln().add(new aa(a,0,!0).add(new Vr(co,y-a,0)).add(new Vr(ga,y,a,y-z,0,y,z)).add(new Vr(co,y,x-a)).add(new Vr(ga,y-a,x,y,x-z,y-z,x)).add(new Vr(co,a,x)).add(new Vr(ga,0,x-a,z,x,0,x-z)).add(new Vr(co,0,a)).add(new Vr(ga,a,0,0,z,z,0).close())),1<z&&(E.spot1=new Fn(0,0,z,z),E.spot2=new Fn(1,1,-z,-z)),ce.Nf<ce.vm&&(ce.Mf[b]=E,ce.Nf++),E}),gs("Border","RoundedRectangle"),gs("Ellipse",function(a,y,x){a="e"+y+","+x;var b=ce.Mf[a];return b!==void 0||(b=new Ln(Ln.F),b.endX=y,b.endY=x,b.spot1=bo,b.spot2=La,ce.Nf<ce.vm&&(ce.Mf[a]=b,ce.Nf++)),b}),gs("Circle",function(a,y,x){a="c"+y+","+x;var b=ce.Mf[a];return b!==void 0||(b=new Ln(Ln.F),b.endX=y,b.endY=x,b.spot1=bo,b.spot2=La,b.defaultStretch=zi,ce.Nf<ce.vm&&(ce.Mf[a]=b,ce.Nf++)),b}),gs("TriangleRight",function(a,y,x){return new Ln().add(new aa(0,0).add(new Vr(co,y,.5*x)).add(new Vr(co,0,x).close())).pm(0,.25,.5,.75)}),gs("TriangleDown",function(a,y,x){return new Ln().add(new aa(0,0).add(new Vr(co,y,0)).add(new Vr(co,.5*y,x).close())).pm(.25,0,.75,.5)}),gs("TriangleLeft",function(a,y,x){return new Ln().add(new aa(y,x).add(new Vr(co,0,.5*x)).add(new Vr(co,y,0).close())).pm(.5,.25,1,.75)}),gs("TriangleUp",function(a,y,x){return new Ln().add(new aa(y,x).add(new Vr(co,0,x)).add(new Vr(co,.5*y,0).close())).pm(.25,.5,.75,1)}),gs("Triangle","TriangleUp"),gs("Diamond",function(a,y,x){return new Ln().add(new aa(.5*y,0).add(new Vr(co,0,.5*x)).add(new Vr(co,.5*y,x)).add(new Vr(co,y,.5*x).close())).pm(.25,.25,.75,.75)}),gs("LineH",function(a,y,x){return a=new Ln(Ln.j),a.startX=0,a.startY=x/2,a.endX=y,a.endY=x/2,a}),gs("LineV",function(a,y,x){return a=new Ln(Ln.j),a.startX=y/2,a.startY=0,a.endX=y/2,a.endY=x,a}),gs("None","Rectangle"),gs("BarH","Rectangle"),gs("BarV","Rectangle"),gs("MinusLine","LineH"),gs("PlusLine",function(a,y,x){return new Ln().add(new aa(0,x/2,!1).add(new Vr(co,y,x/2)).add(new Vr(sa,y/2,0)).add(new Vr(co,y/2,x)))}),gs("XLine",function(a,y,x){return new Ln().add(new aa(0,x,!1).add(new Vr(co,y,0)).add(new Vr(sa,0,0)).add(new Vr(co,y,x)))}),gs("LineRight",function(a,y,x){return new Ln().add(new aa(.25*y,0,!1).add(new Vr(co,.75*y,.5*x)).add(new Vr(co,.25*y,x)))}),gs("LineDown",function(a,y,x){return new Ln().add(new aa(0,.25*x,!1).add(new Vr(co,.5*y,.75*x)).add(new Vr(co,y,.25*x)))}),gs("LineLeft",function(a,y,x){return new Ln().add(new aa(.75*y,0,!1).add(new Vr(co,.25*y,.5*x)).add(new Vr(co,.75*y,x)))}),gs("LineUp",function(a,y,x){return new Ln().add(new aa(0,.75*x,!1).add(new Vr(co,.5*y,.25*x)).add(new Vr(co,y,.75*x)))}),ce.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 Bv(){this.nc=!1,this.tr=this.Kp=this.zq=null,this.vr="",this.fr=this.oq=this.ur=null,this.hr="",this.gr=Un,this.ir=null,this.jr="",this.lr=Ao,this.Gq="",this.Hq=Ui,this.Pq=Li,this.Kq=Xi,this.Up=null,this.Cq=127,this.zr=Vi,this.yr="gray",this.Vg=4}Bv.prototype.copy=function(){var a=new Bv;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 Yi(a,y){a===void 0||a instanceof Fa||typeof a=="string"?Nn.call(this,a):(Nn.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 Ot(NaN,NaN).freeze(),this.nf=null,this.Ao=NaN,this.vw=-1,this.py=new he,this.Rh=null,this.ag=NaN,y&&Object.assign(this,y)}Ne(Yi,Nn),Yi.prototype.cloneProtected=function(a){Nn.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},Ct=Yi.prototype,Ct.Af=function(a){Nn.prototype.Af.call(this,a),a.oh(),a.Ug=null,a.nf=null,a.Rh=null},Ct.toString=function(){var a=hi(this.constructor)+"#"+Tr(this);return this.data!==null&&(a+="("+hr(this.data)+")"),a};function zs(a){a.P===null?a.P=new Bv:a.P.nc&&(a.P=a.P.copy())}Ct.th=function(){Nn.prototype.th.call(this),this.P!==null&&(this.P.nc=!0)},Ct.gk=function(a,y,x,b,E,z,tt){var rt=this.diagram;rt!==null&&(a===Uo&&y==="elements"?E instanceof Nn?Jd(E,function(ot){sy(rt.partManager,ot),Zd(rt,ot)}):rd(rt,E):a===ua&&y==="elements"&&(E instanceof Nn?Jd(E,function(ot){ly(rt.partManager,ot,rt)}):Dg(rt,E)),rt.cb(a,y,x,b,E,z,tt))},Ct.La=function(a){if(Nn.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 Nn&&Jd(E,function(z){z.data!==null&&z.La()})}for(y=this.adornments;y.next();)y.value.La(a)}},Yi.prototype.updateRelationshipsFromData=function(){var a;this.data!==null&&((a=this.diagram)===null||a===void 0||a.partManager.updateRelationshipsFromData(this))},Yi.prototype.Pj=function(a){var y=this.Qf;return y===null?null:y.I(a)},Yi.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 Be),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)))}}},Yi.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)}},Yi.prototype.Ej=function(){var a=this.Qf;if(a!==null){var y=ai();for(a=a.iterator;a.next();)y.push(a.key);a=y.length;for(var x=0;x<a;x++)this.Jf(y[x]);Jn(y)}},Yi.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 br?a.groupSelectionAdornmentTemplate:a.nodeSelectionAdornmentTemplate),!(x instanceof ro))break t;Rl(x),x=x.copy(),x!==null&&(this.ph()&&this.selectionObject===this.path&&(x.type=Nn.Link),x.adornedObject=y)}if(x!==null){x.type===Nn.Link&&x.v(),this.bh("Selection",x);break t}}this.Jf("Selection")}for(Cx(this,a),y=this.adornments;y.next();)y.value.La()}},Yi.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(ld(a)===!1){Rv(a,!0),a.Uk();var y=a.diagram;y!==null&&(y.De.add(a),y.$b())}}function N1(a){if(a.G|=2097152,ld(a)!==!1){var y=a.position,x=a.location;x.w()&&y.w()||B1(a,y,x),x=a.Ib;var b=he.alloc().assign(x);x.ka(),x.x=y.x,x.y=y.y,x.freeze(),a.Xl(b,x),he.free(b),Rv(a,!1)}}Yi.prototype.Ge=function(a,y,x,b){var E=this.uc;E.h(a,y,x,b),this.Lb===null&&(this.Lb=new pi);var z=this.Lb;z.reset(),this.no(z,a,y,x,b),this.Lb=z,z.ws()||z.pp(E)},Yi.prototype.no=function(a,y,x,b,E){if(this.Ca!==1&&a.scale(this.Ca),this.Kb!==0){var z=xi;this.locationSpot.sb()&&(z=this.locationSpot);var tt=Ot.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),Ot.free(tt)}},Yi.prototype.move=function(a,y){y===!0?this.location=a:this.position=a},Yi.prototype.moveTo=function(a,y,x){a=Ot.allocAt(a,y),this.move(a,x),Ot.free(a)},Yi.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())},Yi.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())},Yi.prototype.fb=function(a){if(this.name===a)return this;var y=this.Rh;if(y===null&&(this.Rh=y=new Be),y.I(a)!==null)return y.I(a);var x=Nn.prototype.fb.call(this,a);return x!==null?(y.set(a,x),x):(y.set(a,null),null)};function Eh(a,y,x,b){b===void 0&&(b=new Ot),x=x.Mc()?xi: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}Yi.prototype.mi=function(a){return a===void 0&&(a=new he),a.assign(this.actualBounds)},Yi.prototype.Va=function(){this.measure(1/0,1/0),this.arrange()};function T1(a){var y=Ot.alloc(),x=a.locationObject,b=x.naturalBounds,E=x instanceof Er?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 _d(a,y){var x=a.py;isNaN(a.ag)&&(a.ag=u1(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}Yi.prototype.arrange=function(){if(Cs(this)===!1)N1(this);else{Ou(this,!1);var a=this.Ib,y=he.alloc();y.assign(a);var x=ud(this);this.eh(0,0,this.uc.width,this.uc.height);var b=this.position;B1(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()||ce.B(y.width,a.width)&&ce.B(y.height,a.height)||0<=this.vw&&this.C(16),he.free(y),Rv(this,!1)}},Ct=Yi.prototype,Ct.Xl=function(a,y){var x=this.diagram;if(x!==null){var b=!1;if(x.Zi===!1&&a.w()){var E=he.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),he.free(E)}!(this.G&65536)&&a.D(y)||R1(this,b,x),x.N(),!a.w()&&!y.w()||Tn(a,y)||(this instanceof gi&&!x.undoManager.isUndoingRedoing&&this.Bd(),this.oh())}},Ct.zv=function(a,y,x){if(this.ph()||!a.w())return!1;var b=this.diagram;return b!==null&&D1(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 Ot(b.x+(a.x-y),b.y+(a.y-x)),this.g("location",b,this.ke.copy())),ld(this)===!1&&Cs(this)===!1&&(Zm(this),N1(this)),!0};function D1(a,y,x,b,E){y===null||a instanceof ro||(y=y.animationManager,y.zb&&lf(y,a,new Ot(b,E),x))}Ct.mm=function(a,y,x){var b=this.ke,E=this.pa;if(x){if(b.x===a&&b.y===y)return;ld(this)||Cs(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)},Ct.Av=function(){this.G&=-2097153,Zm(this)};function B1(a,y,x){var b=T1(a),E=a.diagram,z=x.w(),tt=y.w();z&&tt?a.G&2097152?O1(a,y,x,E,b):I1(a,y,x,E,b):z?O1(a,y,x,E,b):tt&&I1(a,y,x,E,b),a.G|=2097152,Ot.free(b),a.Uk()}function O1(a,y,x,b,E){var z=y.x,tt=y.y;y.h(x.x-E.x,x.y-E.y),b!==null&&(x=b.animationManager,(b=x.defaultAnimation.isAnimating)||!x.zb||a instanceof ro||lf(x,a,new Ot(z,tt),y),b||y.x===z&&y.y===tt||a.g("position",new Ot(z,tt),y.copy()))}function I1(a,y,x,b,E){var z=x.copy();x.h(y.x+E.x,y.y+E.y),x.D(z)||b===null||a.g("location",z,x.copy())}function R1(a,y,x){zv(a,!1),a instanceof gi&&wh(x,a),a.layer.isTemporary||y||x.Ya(),y=a.Ib;var b=x.viewportBounds;b.w()?ud(a)?(mi(y,b)||a.Fd(!1),a.updateAdornments()):a.isVisible()&&y.Yc(b)?(a.Fd(!0),a.updateAdornments()):a.Wb():x.vd=!0}Ct.si=function(){return!0},Ct.Zc=function(){return!0},Ct.ph=function(){return!1},Ct.Dd=function(){return!0};function Iv(a,y,x,b){y.constructor===a.constructor||H1||(H1=!0,qn('Should not change the class of the Part when changing category from "'+x+'" to "'+b+'"'),qn(" Old class: "+hi(a.constructor)+", new class: "+hi(y.constructor)+", part: "+a.toString())),a.Ej();var E=a.data;x=a.layerName;var z=a.isSelected,tt=a.isHighlighted,rt=!0,ot=!0,st=!1;a instanceof gi&&(rt=a.isTreeLeaf,ot=a.isTreeExpanded,st=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 gi&&(a.U=rt?a.U|4:a.U&-5,a.U=ot?a.U|1:a.U&-2,a.U=st?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)}Yi.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},Yi.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},Yi.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},Yi.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},Yi.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},Yi.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},Yi.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},Yi.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},Yi.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 ld(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 ud(a){return(a.G&131072)!==0}Ct=Yi.prototype,Ct.Fd=function(a){this.G=a?this.G|131072:this.G&-131073};function Wm(a,y){a.G=y?a.G|1048576:a.G&-1048577}Ct.oh=function(){var a=this.containingGroup;a!==null&&(a.v(),a.placeholder!==null&&a.placeholder.v(),a.Bd())},Ct.N=function(){var a=this.diagram;a!==null&&!Cs(this)&&!ld(this)&&this.isVisible()&&this.Ib.w()&&a.N(_d(this,this.Ib))},Ct.v=function(){Nn.prototype.v.call(this);var a=this.diagram;a!==null&&(a.De.add(this),this instanceof gi&&this.labeledLink!==null&&ws(this.labeledLink),a.$b(!0))},Ct.Vo=function(a){a||(a=this.Ah,a!==null&&Vv(a,this))},Ct.Wo=function(a){a||(a=this.Ah,a!==null&&Kv(a,this))},Ct.Lj=function(){var a=this.data;if(a!==null){var y=this.diagram;y!==null&&(y=y.model,y!==null&&y.cm(a))}},Ct.oz=function(){return jv(this,this)};function jv(a,y){var x=y.containingGroup;return x!==null?1+jv(a,x):y instanceof gi&&(y=y.labeledLink,y!==null)?jv(a,y):0}Ct.sz=function(){return z1(this,this)};function z1(a,y){var x=y.containingGroup;return x!==null||y instanceof gi&&(x=y.labeledLink,x!==null)?z1(a,x):y}Ct.Td=function(a){return a instanceof br?Hv(this,this,a):!1};function Hv(a,y,x){if(y===x||x===null)return!1;var b=y.containingGroup;return b===null||b!==x&&!Hv(a,b,x)?y instanceof gi&&(y=y.labeledLink,y!==null)?Hv(a,y,x):!1:!0}Ct.px=function(a){if(a===null)return null;if(this===a)return this.containingGroup;for(var y=this;y!==null;){if(y instanceof br&&Wm(y,!0),y instanceof gi){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 gi&&(a=y.labeledLink,a!==null&&(y=a)),y=y.containingGroup}for(y=this;y!==null;)y instanceof br&&Wm(y,!1),y instanceof gi&&(a=y.labeledLink,a!==null&&(y=a)),y=y.containingGroup;return x},Yi.prototype.canLayout=function(){if(!this.isLayoutPositioned||!this.isVisible())return!1;var a=this.layer;return!(a!==null&&a.isTemporary||this instanceof gi&&this.isLinkLabel)},Yi.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 gi&&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 j1(a){return a.isVisible()?(a=a.layer,!(a!==null&&a.isTemporary)):!1}function hd(a,y,x,b,E,z){if(z===void 0&&(z=null),!(a.contains(y)||z!==null&&!z(y)||y instanceof ro)){if(a.add(y),y instanceof gi){if(x&&y instanceof br)for(var tt=y.memberParts;tt.next();)hd(a,tt.value,x,b,E,z);if(E!==!1)for(tt=y.linksConnected;tt.next();){var rt=tt.value;if(!a.contains(rt)){var ot=rt.fromNode,st=rt.toNode;ot=ot===null||a.contains(ot),st=st===null||a.contains(st),(E?ot&&st:ot||st)&&hd(a,rt,x,b,E,z)}}if(1<b)for(y=y.Ou();y.next();)hd(a,y.value,x,b-1,E,z)}else if(y instanceof Rn)for(y=y.labelNodes;y.next();)hd(a,y.value,x,b,E,z)}}ln.Object.defineProperties(Yi.prototype,{key:{get:function(){var a=this.diagram;if(a!==null)return a.model.wa(this.data)}},adornments:{get:function(){return this.Qf===null?Xr: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(ua,"parts",y,this,null,b,!0),b=a.oi(99999999,this,!0),y.visible!==a.visible&&this.Zb(a.visible),0<=b&&x.cb(Uo,"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&&(zs(this),this.P.zq=a,this.g("layerChanged",y,a))}},zOrder:{get:function(){return this.Ao},set:function(a){var y=this.Ao;if(y!==a){this.Ao=a;var x=this.layer;x!==null&&df(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 ro?this.type!==Nn.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:Li},set:function(a){var y=this.minLocation;y.D(a)||(a=a.J(),zs(this),this.P.Pq=a,this.g("minLocation",y,a))}},maxLocation:{get:function(){return this.P!==null?this.P.Kq:Xi},set:function(a){var y=this.maxLocation;y.D(a)||(a=a.J(),zs(this),this.P.Kq=a,this.g("maxLocation",y,a))}},locationObjectName:{get:function(){return this.P!==null?this.P.Gq:""},set:function(a){var y=this.locationObjectName;y!==a&&(zs(this),this.P.Gq=a,this.nf=null,this.v(),this.g("locationObjectName",y,a))}},locationSpot:{get:function(){return this.P!==null?this.P.Hq:Ui},set:function(a){var y=this.locationSpot;y.D(a)||(a=a.J(),zs(this),this.P.Hq=a,this.v(),this.g("locationSpot",y,a))}},location:{get:function(){return this.ke},set:function(a){var y=a.x,x=a.y,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,Cs(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)),D1(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 ro)){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 ro?this instanceof ro&&(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&&(Rl(x),x=x.copy(),x!==null&&Iv(this,x,y,a))):(z!==null&&z.jm(b,a),x=dS(x.partManager,b,a),x!==null&&(Rl(x),x=x.copy(),x===null||x instanceof Rn||(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&&(zs(this),this.P.oq=a,this.g("highlightedChanged",y,a))}},selectionObjectName:{get:function(){return this.P!==null?this.P.vr:""},set:function(a){var y=this.selectionObjectName;y!==a&&(zs(this),this.P.vr=a,this.Ug=null,this.g("selectionObjectName",y,a))}},selectionAdornmentTemplate:{get:function(){return this.P!==null?this.P.tr:null},set:function(a){var y=this.selectionAdornmentTemplate;y!==a&&(zs(this),this.P.tr=a,this.g("selectionAdornmentTemplate",y,a))}},selectionObject:{get:function(){if(this.Ug===null){var a=this.selectionObjectName;a!==null&&a!==""?(a=this.fb(a),a!==null?this.Ug=a:this.Ug=this):this instanceof Rn?(a=this.path,a!==null?this.Ug=a:this.Ug=this):this.Ug=this}return this.Ug}},selectionChanged:{get:function(){return this.P!==null?this.P.ur:null},set:function(a){var y=this.selectionChanged;y!==a&&(zs(this),this.P.ur=a,this.g("selectionChanged",y,a))}},resizeAdornmentTemplate:{get:function(){return this.P!==null?this.P.fr:null},set:function(a){var y=this.resizeAdornmentTemplate;y!==a&&(zs(this),this.P.fr=a,this.g("resizeAdornmentTemplate",y,a))}},resizeObjectName:{get:function(){return this.P!==null?this.P.hr:""},set:function(a){var y=this.resizeObjectName;y!==a&&(zs(this),this.P.hr=a,this.g("resizeObjectName",y,a))}},resizeObject:{get:function(){var a=this.resizeObjectName;return a!==""&&(a=this.fb(a),a!==null)?a:this}},resizeCellSize:{get:function(){return this.P!==null?this.P.gr:Un},set:function(a){var y=this.resizeCellSize;y.D(a)||(a=a.J(),zs(this),this.P.gr=a,this.g("resizeCellSize",y,a))}},rotateAdornmentTemplate:{get:function(){return this.P!==null?this.P.ir:null},set:function(a){var y=this.rotateAdornmentTemplate;y!==a&&(zs(this),this.P.ir=a,this.g("rotateAdornmentTemplate",y,a))}},rotateObjectName:{get:function(){return this.P!==null?this.P.jr:""},set:function(a){var y=this.rotateObjectName;y!==a&&(zs(this),this.P.jr=a,this.g("rotateObjectName",y,a))}},rotateObject:{get:function(){var a=this.rotateObjectName;return a!==""&&(a=this.fb(a),a!==null)?a:this}},rotationSpot:{get:function(){return this.P!==null?this.P.lr:Ao},set:function(a){var y=this.rotationSpot;y.D(a)||(a=a.J(),zs(this),this.P.lr=a,this.g("rotationSpot",y,a))}},text:{get:function(){return this.ec},set:function(a){var y=this.ec;y!==a&&(this.ec=a,this.g("text",y,a))}},containingGroup:{get:function(){return this.Ah},set:function(a){if(this.Zc()){var y=this.Ah;if(y!==a){a===null||this!==a&&!a.Td(this)||(this===a&&Qt("Cannot make a Group a member of itself: "+this.toString()),Qt("Cannot make a Group indirectly contain itself: "+this.toString()+" already contains "+a.toString())),this.C(2);var x=this.diagram;if(y!==null?Kv(y,this):this instanceof br&&x!==null&&x.ai.remove(this),this.Ah=a,a!==null?Vv(a,this):this instanceof br&&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 br){for(x=new Cn,hd(x,this,!0,0,!0),x=x.iterator;x.next();)if(b=x.value,b instanceof gi)for(b=b.linksConnected;b.next();)zf(b.value)}if(this instanceof gi){for(x=this.linksConnected;x.next();)zf(x.value);x=this.labeledLink,x!==null&&zf(x)}this.g("containingGroup",y,a),a!==null&&(y=a.layer,y!==null&&df(y,-1,a))}}else Qt("cannot set the Part.containingGroup of a Link or Adornment")}},containingGroupChanged:{get:function(){return this.P!==null?this.P.Kp:null},set:function(a){var y=this.containingGroupChanged;y!==a&&(zs(this),this.P.Kp=a,this.g("containingGroupChanged",y,a))}},isTopLevel:{get:function(){return!(this.containingGroup!==null||this instanceof gi&&this.labeledLink!==null)}},layoutConditions:{get:function(){return this.P!==null?this.P.Cq:127},set:function(a){var y=this.layoutConditions;y!==a&&(zs(this),this.P.Cq=a,this.g("layoutConditions",y,a))}},dragComputation:{get:function(){return this.P!==null?this.P.Up:null},set:function(a){var y=this.dragComputation;y!==a&&(zs(this),this.P.Up=a,this.g("dragComputation",y,a))}},shadowOffset:{get:function(){return this.P!==null?this.P.zr:Vi},set:function(a){var y=this.shadowOffset;y.D(a)||(a=a.J(),zs(this),this.P.zr=a,this.N(),this.g("shadowOffset",y,a))}},shadowColor:{get:function(){return this.P!==null?this.P.yr:"gray"},set:function(a){var y=this.shadowColor;y!==a&&(zs(this),this.P.yr=a,this.N(),this.g("shadowColor",y,a))}},shadowBlur:{get:function(){return this.P!==null?this.P.Vg:4},set:function(a){var y=this.shadowBlur;y!==a&&(zs(this),this.P.Vg=a,this.N(),this.g("shadowBlur",y,a))}}}),Yi.prototype.invalidateLayout=Yi.prototype.C,Yi.prototype.findCommonContainingGroup=Yi.prototype.px,Yi.prototype.isMemberOf=Yi.prototype.Td,Yi.prototype.findTopLevelPart=Yi.prototype.sz,Yi.prototype.findSubGraphLevel=Yi.prototype.oz,Yi.prototype.ensureBounds=Yi.prototype.Va,Yi.prototype.getDocumentBounds=Yi.prototype.mi,Yi.prototype.findObject=Yi.prototype.fb,Yi.prototype.moveTo=Yi.prototype.moveTo,Yi.prototype.invalidateAdornments=Yi.prototype.Wb,Yi.prototype.clearAdornments=Yi.prototype.Ej,Yi.prototype.removeAdornment=Yi.prototype.Jf,Yi.prototype.addAdornment=Yi.prototype.bh,Yi.prototype.findAdornment=Yi.prototype.Pj,Yi.prototype.updateTargetBindings=Yi.prototype.La;var H1=!1;Yi.className="Part",Yi.LayoutNone=0,Yi.LayoutAdded=1,Yi.LayoutRemoved=2,Yi.LayoutShown=4,Yi.LayoutHidden=8,Yi.LayoutNodeSized=16,Yi.LayoutGroupLayout=32,Yi.LayoutNodeReplaced=64,Yi.LayoutStandard=127,Yi.LayoutAll=16777215;function ro(a,y){a===void 0||a instanceof Fa||typeof a=="string"?Yi.call(this,a):(Yi.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)}Ne(ro,Yi),ro.prototype.toString=function(){var a=this.adornedPart;return"Adornment("+this.category+")"+(a!==null?a.toString():"")},ro.prototype.updateRelationshipsFromData=function(){},ro.prototype.Ul=function(a){var y=this.adornedObject,x=y==null?void 0:y.part;if(x instanceof Rn&&y instanceof Er){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 Er&&(E.ua=a)}}},ro.prototype.si=function(){var a=this.ue;return a===null?!0:(a=a.part,a===null||!Cs(a))},ro.prototype.Zc=function(){return!1},ro.prototype.gk=function(a,y,x,b,E,z,tt){if(a===Uo&&y==="elements"){if(E instanceof bs)this.$a===null&&(this.$a=E);else if(E instanceof Nn){var rt=E.Nl(function(ot){return ot instanceof bs});rt instanceof bs&&this.$a===null&&(this.$a=rt)}}else a===ua&&y==="elements"&&this.$a!==null&&(b===this.$a?this.$a=null:b instanceof Nn&&this.$a.rg(b)&&(this.$a=null));Yi.prototype.gk.call(this,a,y,x,b,E,z,tt)},ro.prototype.updateAdornments=function(){},ro.prototype.Lj=function(){},ln.Object.defineProperties(ro.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}}}),ro.className="Adornment";function Zv(){this.nc=!1,this.Vr=this.gj=this.Eq=this.Dq=null,this.yp=pr,this.er=Km,this.Kr=this.ij=this.Nq=this.Mq=null}Zv.prototype.copy=function(){var a=new Zv;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 gi(a,y){a===void 0||a instanceof Fa||typeof a=="string"?Yi.call(this,a):(Yi.call(this),a&&(y=a)),this.U=13,this.Ba=null,this.jb=new pn,this.wc=this.af=this.Yk=null,this.ci=!1,y&&Object.assign(this,y)}Ne(gi,Yi),gi.prototype.cloneProtected=function(a){Yi.prototype.cloneProtected.call(this,a),a.U=this.U,this.Ba!==null&&(a.Ba=this.Ba.nc?this.Ba:this.Ba.copy())},Ct=gi.prototype,Ct.Af=function(a){Yi.prototype.Af.call(this,a),a.Bd(),a.af=this.af,a.wc=null};function Fh(a){a.Ba===null?a.Ba=new Zv:a.Ba.nc&&(a.Ba=a.Ba.copy())}Ct.th=function(){Yi.prototype.th.call(this),this.Ba!==null&&(this.Ba.nc=!0)};function Z1(a,y){y!==null&&(a.af===null&&(a.af=new Cn),a.af.add(y))}function W1(a,y,x,b){if(y===null||a.af===null)return null;for(var E=a.af.iterator;E.next();){var z=E.value;if(z.Ds===a&&z.cv===y&&z.Ox===x&&z.Px===b||z.Ds===y&&z.cv===a&&z.Ox===b&&z.Px===x)return z}return null}Ct.Lz=function(a,y,x){y==null&&(y=""),x==null&&(x=""),a=W1(this,a,y,x),a!==null&&a.Sl()},Ct.gk=function(a,y,x,b,E,z,tt){a===Uo&&y==="elements"?this.wc=null:a===ua&&y==="elements"&&(this.wc=null),Yi.prototype.gk.call(this,a,y,x,b,E,z,tt)},Ct.Bd=function(a){for(var y=this.linksConnected;y.next();){var x=y.value;a!==void 0&&a.contains(x)||($s(x.fromPort),$s(x.toPort),x.bb())}};function G1(a,y){for(a=a.linksConnected;a.next();){var x=a.value;(x.fromPort===y||x.toPort===y)&&($s(x.fromPort),$s(x.toPort),x.bb())}}function $s(a){if(a!==null){var y=a.Zn;y!==null&&y.Sl(),a=a.part,y=a.containingGroup,y===null||a.isVisible()||$s(y.port)}}Ct.si=function(){return!0},gi.prototype.getAvoidableRect=function(a){return a.set(this.actualBounds),a.Co(this.avoidableMargin),a},gi.prototype.findVisibleNode=function(){for(var a=this;a!==null&&!a.isVisible();)a=a.containingGroup;return a},gi.prototype.isVisible=function(){if(!Yi.prototype.isVisible.call(this))return!1;var a=!0,y=Lh,x=this.diagram;if(x!==null&&(a=x.isTreePathToChildren,y=x.treeCollapsePolicy),y===Lh){if(a=this.pg(),a!==null&&!a.isTreeExpanded)return!1}else if(y===Ma){if(a=a?this.Oo():this.Po(),0<a.count&&a.all(function(b){return!b.isTreeExpanded}))return!1}else if(y===Cf&&(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},gi.prototype.Zb=function(a){Yi.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)}},gi.prototype.qx=function(){var a=new Cn,y=new Cn;return V1(this,this,a,y),y.iterator};function V1(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)&&V1(a,E?tt.toNode:tt.fromNode,x,b):b.add(tt)})}}gi.prototype.findLinksConnected=function(a){if(a===void 0&&(a=null),a===null)return this.jb.iterator;var y=new Hr(this.jb),x=this;return y.predicate=function(b){return b.fromNode===x&&b.fromPortId===a||b.toNode===x&&b.toPortId===a},y},Ct=gi.prototype,Ct.Mo=function(a){a===void 0&&(a=null);var y=new Hr(this.jb),x=this;return y.predicate=function(b){return b.fromNode!==x?!1:a===null?!0:b.fromPortId===a},y},Ct.Sd=function(a){a===void 0&&(a=null);var y=new Hr(this.jb),x=this;return y.predicate=function(b){return b.toNode!==x?!1:a===null?!0:b.toPortId===a},y},Ct.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 Cn,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 Cn,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new zr(x):Xr},Ct.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 Cn,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new zr(x):Xr},Ct.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 Cn,y.add(x),y.add(E)):x=E)}return y!==null?y.iterator:x!==null?new zr(x):Xr},Ct.jz=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null);var b=new Hr(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},Ct.kz=function(a,y,x){y===void 0&&(y=null),x===void 0&&(x=null);var b=new Hr(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){$s(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 Vm(a,y,x){$s(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)):ep(y)))}function ep(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}}}gi.prototype.updateRelationshipsFromData=function(){var a=this.diagram;a!==null&&a.partManager.updateRelationshipsFromData(this)},Ct=gi.prototype,Ct.Vo=function(a){Yi.prototype.Vo.call(this,a),a||(ep(this),a=this.Yk,a!==null&&$1(a,this))},Ct.Wo=function(a){Yi.prototype.Wo.call(this,a),a||(a=this.Yk,a!==null&&a.wd!==null&&(a.wd.remove(this),a.v()))},Ct.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,Yi.prototype.Lj.call(this)},Ct.ns=function(a){if(this.wc===null){if(a===""&&this.Te===!1)return this;K1(this)}var y=this.wc.I(a);return y!==null||a!==""&&(y=this.wc.I(""),y!==null)?y:this};function K1(a){a.wc===null?a.wc=new Be:a.wc.clear(),a.qm(a,function(y,x){X1(y,x)}),a.wc.count===0&&a.wc.add("",a)}function X1(a,y){var x=y.portId;x!==null&&a.wc!==null&&a.wc.add(x,y)}function Wv(a,y,x){var b=y.portId;if(b!==null&&(a.wc!==null&&a.wc.remove(b),y=a.diagram,y!==null&&x)){for(x=null,a=a.findLinksConnected(b);a.next();)b=a.value,x===null&&(x=ai()),x.push(b);if(x!==null){for(a=0;a<x.length;a++)y.remove(x[a]);Jn(x)}}}Ct.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},Ct.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}},Ct.gz=function(a){if(a===null)return null;if(this===a)return this;for(var y=this;y!==null;)Wm(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;)Wm(y,!1),y=y.pg();return x},Ct.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},Ct.pg=function(){var a=this.ci;if(a===null)return null;if(a instanceof gi)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},Ct.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 Cn;return a(this,y),y},Ct.uz=function(){return Y1(this,this)};function Y1(a,y){return y=y.pg(),y===null?0:1+Y1(a,y)}Ct.Qo=function(){var a=!0,y=this.diagram;y!==null&&(a=y.isTreePathToChildren),y=new Hr(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},Ct.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 pn,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 pn,y.add(x),y.add(a)):x=a);return y!==null?y.iterator:x!==null?new zr(x):Xr},Ct.wz=function(a){a===void 0&&(a=1/0);var y=new Cn;return hd(y,this,!1,a,!0),y},gi.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 Cn;x.add(this),U1(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===Lh),y.Ue=!1}};function U1(a,y,x,b,E,z,tt){if(1<b)for(var rt=x?a.Mo():a.Sd();rt.next();){var ot=rt.value;ot.isTreeLink&&(ot=ot.To(a),ot===null||ot===a||y.contains(ot)||(y.add(ot),U1(ot,y,x,b-1,E,z,tt)))}else J1(a,y,x,E,z,tt)}function J1(a,y,x,b,E,z){for(var tt=E===a?!0:a.isTreeExpanded,rt=x?a.Mo():a.Sd(),ot={};rt.next();){var st=rt.value;if(st.isTreeLink&&(st=st.To(a),st!==null&&st!==a)){var ut=y.contains(st);if(ut||y.add(st),tt){var ft=x?st.Oo():st.Po();ot.uv=a,ft.all(function(vt){return function(xt){return xt===vt.uv||!xt.isTreeExpanded}}(ot))&&b.Aj(st,E),st.oh(),st.Zb(!1)}st.isTreeExpanded&&(st.wasTreeExpanded=st.isTreeExpanded,ut||J1(st,y,x,b,E,z))}ot={uv:ot.uv}}a.isTreeExpanded=!1}gi.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 Cn;x.add(this),Q1(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===Lh),y.Ue=!1}};function Q1(a,y,x,b,E,z,tt){for(var rt=z===a?!1:a.isTreeExpanded,ot=x?a.Mo():a.Sd(),st={};ot.next();){var ut=ot.value;if(ut.isTreeLink&&(rt||ut.fd||ut.bb(),ut=ut.To(a),ut!==null&&ut!==a&&!y.contains(ut))){if(y.add(ut),!rt){ut.Zb(!0),ut.oh();var ft=x?ut.Oo():ut.Po();st.vv=a,ft.all(function(vt){return function(xt){return xt===vt.vv||!xt.isTreeExpanded}}(st))&&E.Cj(ut,z)}(2<b||ut.wasTreeExpanded)&&(ut.wasTreeExpanded=!1,Q1(ut,y,x,b-1,E,z,tt))}st={vv:st.vv}}a.isTreeExpanded=!0}ln.Object.defineProperties(gi.prototype,{portSpreading:{get:function(){return this.Ba!==null?this.Ba.er:Km},set:function(a){var y=this.portSpreading;y!==a&&(Fh(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&&wh(x,this),this.g("avoidable",y,a)}}},avoidableMargin:{get:function(){return this.Ba!==null?this.Ba.yp:pr},set:function(a){typeof a=="number"&&(a=new Si(a));var y=this.avoidableMargin;if(!y.D(a)){a=a.J(),Fh(this),this.Ba.yp=a;var x=this.diagram;x!==null&&wh(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&&(Fh(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&&(Fh(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&&(Fh(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&&($1(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),ws(this),this.g("labeledLink",y,a)}}},port:{get:function(){return this.ns("")}},ports:{get:function(){return this.wc===null&&K1(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&&(Fh(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))}}}),gi.prototype.expandTree=gi.prototype.expandTree,gi.prototype.collapseTree=gi.prototype.collapseTree,gi.prototype.findTreeParts=gi.prototype.wz,gi.prototype.findTreeChildrenNodes=gi.prototype.Ou,gi.prototype.findTreeChildrenLinks=gi.prototype.Qo,gi.prototype.findTreeLevel=gi.prototype.uz,gi.prototype.findTreeParentChain=gi.prototype.vz,gi.prototype.findTreeParentNode=gi.prototype.pg,gi.prototype.findTreeParentLink=gi.prototype.kh,gi.prototype.findCommonTreeParent=gi.prototype.gz,gi.prototype.findTreeRoot=gi.prototype.xz,gi.prototype.isInTreeOf=gi.prototype.Nz,gi.prototype.findPort=gi.prototype.ns,gi.prototype.findLinksTo=gi.prototype.kz,gi.prototype.findLinksBetween=gi.prototype.jz,gi.prototype.findNodesInto=gi.prototype.Oo,gi.prototype.findNodesOutOf=gi.prototype.Po,gi.prototype.findNodesConnected=gi.prototype.Mu,gi.prototype.findLinksInto=gi.prototype.Sd,gi.prototype.findLinksOutOf=gi.prototype.Mo,gi.prototype.findExternalTreeLinksConnected=gi.prototype.qx,gi.prototype.invalidateConnectedLinks=gi.prototype.Bd,gi.prototype.invalidateLinkBundle=gi.prototype.Lz;var Lx=new je(gi,"SpreadingNone",10),Km=new je(gi,"SpreadingEvenly",11),Gv=new je(gi,"SpreadingPacked",12);gi.className="Node",gi.SpreadingNone=Lx,gi.SpreadingEvenly=Km,gi.SpreadingPacked=Gv;function br(a,y){a===void 0||a instanceof Fa||typeof a=="string"?gi.call(this,a):(gi.call(this),a&&(y=a)),this.U|=4608,this.Gn=new Cn,this.$a=null,this.Sc=new qo,this.Sc.group=this,this.gl=new Cn,this.tb=this.$p=null,y&&Object.assign(this,y)}Ne(br,gi),br.prototype.cloneProtected=function(a){gi.prototype.cloneProtected.call(this,a),this.U=this.U&-32769;var y=a.Nl(function(x){return x instanceof bs});y instanceof bs?a.$a=y:a.$a=null,this.Sc!==null?(a.Sc=this.Sc.copy(),a.Sc.group=a):(a.Sc!==null&&(a.Sc.group=null),a.Sc=null),this.tb!==null&&(a.tb=this.tb.copy())},Ct=br.prototype,Ct.Af=function(a){gi.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 gi)x.Bd(y);else if(x instanceof Rn)for(x=x.labelNodes;x.next();)x.value.Bd(y)}},Ct.gk=function(a,y,x,b,E,z,tt){if(a===Uo&&y==="elements"){if(E instanceof bs)this.$a===null?this.$a=E:this.$a!==E&&Qt("Cannot insert a second Placeholder into the visual tree of a Group.");else if(E instanceof Nn){var rt=E.Nl(function(ot){return ot instanceof bs});rt instanceof bs&&(this.$a===null?this.$a=rt:this.$a!==rt&&Qt("Cannot insert a second Placeholder into the visual tree of a Group."))}}else a===ua&&y==="elements"&&this.$a!==null&&(b===this.$a?this.$a=null:b instanceof Nn&&this.$a.rg(b)&&(this.$a=null));gi.prototype.gk.call(this,a,y,x,b,E,z,tt)},Ct.Xl=function(a,y){gi.prototype.Xl.call(this,a,y),this.isClipping&&this.type!==Nn.Spot&&this.isSubGraphExpanded&&(a=this.resizeObject,a instanceof Nn&&(a=a.Pb()),this.tb===null&&(this.tb=new he),a.mi(this.tb),a instanceof Er&&this.tb.Bc(-a.strokeWidth,-a.strokeWidth))},Ct.eh=function(a,y,x,b){this.nf=this.$a,gi.prototype.eh.call(this,a,y,x,b)},Ct.Va=function(){var a=this;a.isSubGraphExpanded&&this.memberParts.each(function(y){!a.computesBoundsIncludingLinks&&y instanceof Rn||y.Va()}),gi.prototype.Va.call(this)},Ct.si=function(){if(!gi.prototype.si.call(this))return!1;for(var a=this.memberParts;a.next();){var y=a.value;if(y instanceof gi){if(y.isVisible()&&Cs(y))return!1}else if(y instanceof Rn&&y.isVisible()&&Cs(y)&&y.fromNode!==this&&y.toNode!==this)return!1}return!0};function Vv(a,y){if(a.Gn.add(y)){y instanceof br&&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 Rn&&!a.computesBoundsIncludingLinks||(y=a.$a,y===null&&(y=a),y.v())}function Kv(a,y){if(a.Gn.remove(y)){y instanceof br&&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 Rn&&!a.computesBoundsIncludingLinks||(y=a.$a,y===null&&(y=a),y.v())}Ct.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)}gi.prototype.Lj.call(this)},br.prototype.canAddMembers=function(a){var y=this.diagram;if(y===null)return!1;for(y=y.commandHandler,a=tn(a).iterator;a.next();)if(!y.isValidMember(this,a.value))return!1;return!0},br.prototype.addMembers=function(a,y){var x=this.diagram;if(x===null)return!1;x=x.commandHandler;var b=!0;for(a=tn(a).iterator;a.next();){var E=a.value;!y||x.isValidMember(this,E)?E.containingGroup=this:b=!1}return b},br.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))},Ct=br.prototype,Ct.Bd=function(a){var y=(this.U&65536)!==0;if(gi.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()?($s(x.fromPort),$s(x.toPort),x.bb()):(b=x.toNode,b!==null&&b!==this&&b.Td(this)&&!b.isVisible()&&($s(x.fromPort),$s(x.toPort),x.bb()))}}},Ct.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 Cn,b=y.iterator;b.next();){var E=b.value;if(E instanceof gi)for(E=E.linksConnected;E.next();){var z=E.value;y.contains(z)||x.add(z)}}return a&&(this.$p=x),x.iterator},Ct.iz=function(){var a=this.Rj();a.add(this);for(var y=new Cn,x=a.iterator;x.next();){var b=x.value;if(b instanceof gi)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},Ct.hz=function(){function a(x,b){x!==null&&(b.add(x),a(x.containingGroup,b))}var y=new Cn;return a(this,y),y},Ct.Rj=function(){var a=new Cn;return hd(a,this,!0,0,!0),a.remove(this),a},Ct.Zb=function(a){gi.prototype.Zb.call(this,a);for(var y=this.memberParts;y.next();)y.value.Zb(a)},br.prototype.collapseSubGraph=function(){var a=this.diagram;if(a!==null&&!a.Ue){a.Ue=!0;var y=this.Rj();q1(this,y,a,this),a.Ue=!1}};function q1(a,y,x,b){for(var E=a.memberParts;E.next();){var z=E.value;if(z.Zb(!1),z instanceof br&&z.isSubGraphExpanded&&(z.wasSubGraphExpanded=z.isSubGraphExpanded,q1(z,y,x,b)),z instanceof gi)z.Bd(y),x.Aj(z,b);else if(z instanceof Rn)for(z=z.labelNodes;z.next();)z.value.Bd(y)}a.isSubGraphExpanded=!1}br.prototype.expandSubGraph=function(){var a=this.diagram;if(a!==null&&!a.Ue){a.Ue=!0;var y=this.Rj();_1(this,y,a,this),a.Ue=!1}};function _1(a,y,x,b){for(var E=a.memberParts;E.next();){var z=E.value;if(z.Zb(!0),z instanceof br&&z.wasSubGraphExpanded&&(z.wasSubGraphExpanded=!1,_1(z,y,x,b)),z instanceof gi)z.Bd(y),x.Cj(z,b);else if(z instanceof Rn)for(z=z.labelNodes;z.next();)z.value.Bd(y)}a.isSubGraphExpanded=!0}br.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=Ot.alloc(),gi.prototype.move.call(this,a,y),a=new Cn,y=this.Rj().iterator;y.next();)E=y.value,E instanceof Rn&&(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 gi&&E.isLinkLabel)){var tt=E.position,rt=E.location;tt.w()?(z.x=tt.x+b,z.y=tt.y+x,E.position=z):rt.w()&&(z.x=rt.x+b,z.y=rt.y+x,E.location=z)}for(y.reset();y.next();)E=y.value,E instanceof Rn&&(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(),Yv(E)&&E.bb());Ot.free(z)}},ln.Object.defineProperties(br.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&&Qt("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&&(Fh(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&&(Fh(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&&(Fh(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&&(Fh(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)}}}),br.prototype.expandSubGraph=br.prototype.expandSubGraph,br.prototype.collapseSubGraph=br.prototype.collapseSubGraph,br.prototype.findSubGraphParts=br.prototype.Rj,br.prototype.findContainingGroupChain=br.prototype.hz,br.prototype.findExternalNodesConnected=br.prototype.iz,br.prototype.findExternalLinksConnected=br.prototype.Lu,br.prototype.ensureBounds=br.prototype.Va,br.className="Group";function bs(a){ye.call(this),this.yb=Sr,this.ko=new he(NaN,NaN,NaN,NaN),a&&Object.assign(this,a)}Ne(bs,ye),bs.prototype.cloneProtected=function(a){ye.prototype.cloneProtected.call(this,a),a.yb=this.yb.J(),a.ko=this.ko.copy()},bs.prototype.gh=function(a){if(this.background===null&&this.areaBackground===null)return!1;var y=this.naturalBounds;return Vn(0,0,y.width,y.height,a.x,a.y)},bs.prototype.Wl=function(){var a=this.part;if(a!==null&&(a instanceof br||a instanceof ro)||Qt("Placeholder is not inside a Group or Adornment."),a instanceof br){var y=this.computeBorder(this.ko),x=this.minSize,b=this.dc;for(ti(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=Ot.alloc(),x.xi(y,a.locationSpot),x.D(a.location)||(a.location=x),Ot.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 Er&&(tt=z.strokeWidth);var rt=z.Df(),ot=z.naturalBounds,st=(ot.width+tt)*rt;tt=(ot.height+tt)*rt,a.type!==Nn.Link&&(rt=z.ga(a.category==="Selection"?Ui:a.locationSpot,Ot.alloc()),a.location=rt,Ot.free(rt)),isNaN(st)||isNaN(tt)?(a=z.ga(Ui,Ot.alloc()),st=he.allocAt(a.x,a.y,0,0),st.Ye(z.ga(vr,a)),st.Ye(z.ga(Ji,a)),st.Ye(z.ga(Kr,a)),ti(y,st.width+b||0,st.height+E||0),this.Ge(-x.left,-x.top,y.width,y.height),Ot.free(a),he.free(st)):(ti(y,st+b||0,tt+E||0),this.Ge(-x.left,-x.top,y.width,y.height))}},bs.prototype.eh=function(a,y,x,b){this.actualBounds.h(a,y,x,b)},bs.prototype.computeBorder=function(a){var y=this.part,x=y.diagram,b=x===null||!x.animationManager.isAnimating;if(x!==null&&y instanceof br&&!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=he.alloc(),E=this.computeMemberBounds(x);var z=this.yb;return y instanceof br&&!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)),he.free(x),b&&y instanceof br&&y.computesBoundsIncludingLocation&&y.location.w()&&a.Ye(y.location),a},bs.prototype.computeMemberBounds=function(a){if(!(this.part instanceof br))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 rt=tt.value;if(rt.isVisible()){if(rt instanceof Rn&&(!y.computesBoundsIncludingLinks||ll(rt)||rt.fromNode===y||rt.toNode===y))continue;rt=rt.actualBounds,rt.left<x&&(x=rt.left),rt.top<b&&(b=rt.top),rt.right>E&&(E=rt.right),rt.bottom>z&&(z=rt.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},ln.Object.defineProperties(bs.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())}}}),bs.className="Placeholder";function Rn(a){Yi.call(this,Nn.Link),this.Qa=8,this.ef=null,this.ff="",this.uf=this.gn=null,this.vf="",this.uo=null,this.qk=Ms,this.Om=0,this.Qm=Ms,this.Rm=NaN,this.qj=Qv,this.po=.5,this.wd=null,this.Nb=new pn().freeze(),this.Tg=this.Mg=null,this.ml=new he,this.ua=new Ln,this.u=this.o=this.Sf=this.Wf=null,this.su=new Ot,this.cq=this.Mw=this.Lw=null,this.vt=NaN,this.ba=null,this.j=[],a&&Object.assign(this,a)}Ne(Rn,Yi),Rn.prototype.cloneProtected=function(a){Yi.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())},Ct=Rn.prototype,Ct.Af=function(a){Yi.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&&$s(y),a=a.toPort,a!==null&&$s(a)},Ct.qb=function(a){a.classType===Rn?(a.value&2)===2?this.routing=a:a===hl||a===Th||a===Hf?this.curve=a:a===rp||a===qm||a===_m?this.adjusting=a:a!==Qv&&a!==Ms&&Qt("Unknown Link enum value for a Link property: "+a):Yi.prototype.qb.call(this,a)},Ct.Xc=function(){this.ba===null&&(this.ba=new Vg)},Ct.si=function(){var a=this.fromNode;if(a!==null){var y=a.findVisibleNode();if(y!==null&&(a=y),Cs(a)||ld(a))return!1}return a=this.toNode,!(a!==null&&(y=a.findVisibleNode(),y!==null&&(a=y),Cs(a)||ld(a)))},Ct.zv=function(){return!1},Ct.Av=function(){},Ct.Zc=function(){return!1},Rn.prototype.computeAngle=function(a,y,x){return Rn.computeAngle(y,x)},Rn.computeAngle=function(a,y){switch(a){default:case Ms:a=0;break;case op:a=y;break;case ap:a=y+90;break;case sp:a=y-90;break;case qv:a=y+180;break;case $m:a=ce.bp(y),90<a&&270>a&&(a-=180);break;case lp:a=ce.bp(y+90),90<a&&270>a&&(a-=180);break;case up:a=ce.bp(y-90),90<a&&270>a&&(a-=180);break;case t0:if(a=ce.bp(y),45<a&&135>a||225<a&&315>a)return 0;90<a&&270>a&&(a-=180)}return ce.bp(a)};function zf(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&&Kv(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}Ct=Rn.prototype,Ct.oh=function(){var a=this.containingGroup;a!==null&&this.fromNode!==a&&this.toNode!==a&&a.computesBoundsIncludingLinks&&Yi.prototype.oh.call(this)},Ct.To=function(a){var y=this.fromNode;return a===y?this.toNode:y},Ct.Cz=function(a){var y=this.fromPort;return a===y?this.toPort:y};function $1(a,y){a.wd===null&&(a.wd=new Cn),a.wd.add(y),a.v()}Ct.Vo=function(a){if(Yi.prototype.Vo.call(this,a),$d(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)}np(this)}},Ct.Wo=function(a){if(Yi.prototype.Wo.call(this,a),$d(this)&&this.Xo(this.actualBounds),!a){a=this.ef;var y=null;a!==null&&(y=this.fromPort,Vm(a,this,y));var x=this.uf;if(x!==null){var b=this.toPort;x===a&&b===y||Vm(x,this,b)}ip(this)}},Ct.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))},Rn.prototype.updateRelationshipsFromData=function(){if(this.data!==null){var a=this.diagram;a!==null&&a.partManager.updateRelationshipsFromData(this)}},Rn.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?Yi.prototype.move.call(this,a,!1):(a=Ot.allocAt(x.x+b,x.y+E),Yi.prototype.move.call(this,a,!1),Ot.free(a)),Nh(this,b,E),a=this.labelNodes;a.next();)y=a.value,x=y.position,y.moveTo(x.x+b,x.y+E)},Rn.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},Rn.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},Rn.prototype.computeMidPoint=function(a){var y=this.pointsCount;if(y===0)return a.assign(yi),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()===hl))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()===hl){if(y===3){x=this.i(0),b=this.i(1);var E=this.i(2);return ce.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),ce.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},Rn.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()===hl))return this.ua.wx(.5);if(this.computeCurve()===hl&&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),ce.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)},Ct=Rn.prototype,Ct.i=function(a){return this.Nb.s[a]},Ct.dd=function(a,y){this.Nb.cd(a,y)},Ct.L=function(a,y,x){this.Nb.cd(a,new Ot(y,x))},Ct.Kz=function(a,y){this.Nb.Gb(a,y)},Ct.m=function(a,y,x){this.Nb.Gb(a,new Ot(y,x))},Ct.ne=function(a){this.Nb.add(a)},Ct.yf=function(a,y){this.Nb.add(new Ot(a,y))},Ct.pv=function(a){this.Nb.mb(a)},Ct.Fj=function(){this.Nb.clear()};function Nh(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 pn,z=a.Nb.iterator;z.next();){var tt=z.value;E.add(new Ot(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),ws(a)),b?Xm(a):(a.defaultFromPoint&&(a.defaultFromPoint=a.i(0)),a.defaultToPoint&&(a.defaultToPoint=a.i(a.pointsCount-1))),tt!==null&&tt.animationManager.zb&&hf(tt.animationManager,a,E),a.g("points",z,E)}}Ct.uh=function(){this.Mg===null&&(this.Mg=this.Nb,this.Nb=this.Nb.copy())},Ct.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 rt=E[tt];x=Math.min(rt.x,x),b=Math.min(rt.y,b)}rt=tt=1/0;for(var ot=y.s,st=ot.length,ut=0;ut<st;ut++){var ft=ot[ut];tt=Math.min(ft.x,tt),rt=Math.min(ft.y,rt),ft.freeze()}if(y.freeze(),st===z){for(z=0;z<st;z++)if(ut=E[z],ft=ot[z],ut.x-x!==ft.x-tt||ut.y-b!==ft.y-rt){this.qc();break}}else this.qc();this.Mg=null,x=this.diagram,x!==null&&x.animationManager.zb&&hf(x.animationManager,this,y),Xm(this),this.g("points",a,y)}},Ct.rv=function(){this.Mg!==null&&(this.Nb=this.Mg,this.Mg=null)};function Xm(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),Qm(a,!1))}Ct.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())}},Ct.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()}}},Rn.prototype.computePoints=function(){if(this.diagram===null)return!1;var a=this.fromNode,y=null;if(a===null?(Rc||(Rc=new gi,Rc.desiredSize=ve,Rc.Va()),this.defaultFromPoint&&(Rc.location=this.defaultFromPoint,Rc.Va(),y=a=Rc)):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?(zc||(zc=new gi,zc.desiredSize=ve,zc.Va()),this.defaultToPoint&&(zc.location=this.defaultToPoint,zc.Va(),E=b=zc)):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 rt=jf(tt),ot=jf(x),st=y===E&&y!==null,ut=this.isOrthogonal,ft=this.curve===hl;this.Wf=st&&!ut?ft=!0:!1;var vt=this.computeAdjusting()===Ms||st;if(!ut&&!st&&rt&&ot){if(rt=!1,!vt&&3<=z&&(vt=this.getLinkPoint(a,y,tt,!0,!1,b,E),ot=this.getLinkPoint(b,E,x,!1,!1,a,y),rt=this.adjustPoints(0,vt,z-1,ot))&&(vt=this.getLinkPoint(a,y,tt,!0,!1,b,E),ot=this.getLinkPoint(b,E,x,!1,!1,a,y),this.adjustPoints(0,vt,z-1,ot)),!rt)if(this.Fj(),ft){z=this.getLinkPoint(a,y,tt,!0,!1,b,E),vt=this.getLinkPoint(b,E,x,!1,!1,a,y),rt=vt.x-z.x,ot=vt.y-z.y,st=this.computeCurviness(),ft=ut=0;var xt=z.x+rt/3,bt=z.y+ot/3,Tt=xt,Xt=bt;ce.B(ot,0)?Xt=0<rt?Xt-st:Xt+st:(ut=-rt/ot,ft=Math.sqrt(st*st/(ut*ut+1)),0>st&&(ft=-ft),Tt=(0>ot?-1:1)*ft+xt,Xt=ut*(Tt-xt)+bt),xt=z.x+2*rt/3,bt=z.y+2*ot/3;var Zt=xt,qt=bt;ce.B(ot,0)?qt=0<rt?qt-st:qt+st:(Zt=(0>ot?-1:1)*ft+xt,qt=ut*(Zt-xt)+bt),this.Fj(),this.ne(z),this.yf(Tt,Xt),this.yf(Zt,qt),this.ne(vt),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,vt=E,b=this.getLinkPoint(a,y,tt,!0,!1,z,vt),E=this.getLinkPoint(z,vt,x,!1,!1,a,y),this.hasCurviness()?(vt=E.x-b.x,x=E.y-b.y,tt=this.computeCurviness(),a=b.x+vt/2,y=b.y+x/2,z=a,rt=y,ce.B(x,0)?rt=0<vt?rt-tt:rt+tt:(vt=-vt/x,z=Math.sqrt(tt*tt/(vt*vt+1)),0>tt&&(z=-z),z=(0>x?-1:1)*z+a,rt=vt*(z-a)+y),this.ne(b),this.yf(z,rt),this.ne(E)):(this.ne(b),this.ne(E),rt=he.alloc(),y.mi(rt),ot=rt.ca(E),vt.mi(rt),st=rt.ca(b),(ot||st)&&(tt=y.ga(Um(tt),new Ot),this.dd(0,this.getLinkPointFromPoint(a,y,tt,E,!0,tt)),x=vt.ga(Um(x),new Ot),this.dd(1,this.getLinkPointFromPoint(z,vt,x,b,!1,x))),he.free(rt))}else{ft=this.isAvoiding,vt&&(ut&&ft||st)&&this.Fj();var _t=st?this.computeCurviness():0;ft=this.getLinkPoint(a,y,tt,!0,ut,b,E),xt=Tt=bt=0,(ut||!rt||st)&&(Xt=this.computeEndSegmentLength(a,y,tt,!0),xt=this.getLinkDirection(a,y,ft,tt,!0,ut,b,E),st&&(rt||tt.D(x)||!ut&&tt.x+x.x===1&&tt.y+x.y===1)&&(xt-=ut?90:30,0>_t&&(xt-=180)),0>xt?xt+=360:360<=xt&&(xt-=360),st&&(Xt+=Math.abs(_t)*(ut?1:2)),xt===0?bt=Xt:xt===90?Tt=Xt:xt===180?bt=-Xt:xt===270?Tt=-Xt:(bt=Xt*Math.cos(xt*Math.PI/180),Tt=Xt*Math.sin(xt*Math.PI/180)),tt.Mc()&&st&&(Xt=y.ga(xi,Ot.alloc()),Zt=Ot.allocAt(Xt.x+1e3*bt,Xt.y+1e3*Tt),this.getLinkPointFromPoint(a,y,Xt,Zt,!0,ft),Ot.free(Xt),Ot.free(Zt))),Xt=this.getLinkPoint(b,E,x,!1,ut,a,y);var ee=qt=Zt=0;if(ut||!ot||st){var me=this.computeEndSegmentLength(b,E,x,!1);ee=this.getLinkDirection(b,E,Xt,x,!1,ut,a,y),st&&(ot||tt.D(x)||!ut&&tt.x+x.x===1&&tt.y+x.y===1)&&(ee+=ut?0:30,0>_t&&(ee+=180)),0>ee?ee+=360:360<=ee&&(ee-=360),st&&(me+=Math.abs(_t)*(ut?1:2)),ee===0?Zt=me:ee===90?qt=me:ee===180?Zt=-me:ee===270?qt=-me:(Zt=me*Math.cos(ee*Math.PI/180),qt=me*Math.sin(ee*Math.PI/180)),x.Mc()&&st&&(x=E.ga(xi,Ot.alloc()),tt=Ot.allocAt(x.x+1e3*Zt,x.y+1e3*qt),this.getLinkPointFromPoint(b,E,x,tt,!1,Xt),Ot.free(x),Ot.free(tt))}x=ft,(ut||!rt||st)&&(x=new Ot(ft.x+bt,ft.y+Tt)),tt=Xt,(ut||!ot||st)&&(tt=new Ot(Xt.x+Zt,Xt.y+qt)),!vt&&!ut&&rt&&3<z&&this.adjustPoints(0,ft,z-2,tt)?this.dd(z-1,Xt):!vt&&!ut&&ot&&3<z&&this.adjustPoints(1,x,z-1,Xt)?this.dd(0,ft):!vt&&(ut?6<=z:4<z)&&this.adjustPoints(1,x,z-2,tt)?(this.dd(0,ft),this.dd(z-1,Xt)):(this.Fj(),this.ne(ft),(ut||!rt||st)&&this.ne(x),ut&&this.addOrthoPoints(x,xt,tt,ee,a,b),(ut||!ot||st)&&this.ne(tt),this.ne(Xt))}return!0};function Xv(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}Rn.prototype.getLinkPointFromPoint=function(a,y,x,b,E,z){if(z===void 0&&(z=new Ot),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 rt=-a.m12*E,ot=-a.m21*E,st=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*ot+ut,b=b.x*rt+b.y*st+ft,tt=x.x*tt+x.y*ot+ut,x=x.x*rt+x.y*st+ft}return y.Sj(E,b,tt,x,z),a!==null&&z.transform(a),z};function Ym(a,y){var x=y.Zn;return x===null&&(x=new jc,x.port=y,x.node=y.part,y.Zn=x),sS(x,a)}Rn.prototype.getLinkPoint=function(a,y,x,b,E,z,tt,rt){if(rt===void 0&&(rt=new Ot),x.sb()&&!jf(x))return y.ga(x,rt),rt;if(x.$c()){var ot=Ym(this,y);if(ot!==null){if(rt.assign(ot.Zo),E&&this.routing===eS){var st=Ym(this,tt);if(st!==null&&ot.Gl<st.Gl){ot=Ot.alloc(),st=Ot.alloc();var ut=new he(y.ga(Ui,ot),y.ga(vr,st)),ft=this.computeSpot(!b,tt);a=this.getLinkPoint(z,tt,ft,!b,E,a,y,st),(x.Hf($r)||x.Hf(Ur))&&a.y>=ut.y&&a.y<=ut.y+ut.height?rt.y=a.y:(x.Hf(to)||x.Hf(mo))&&a.x>=ut.x&&a.x<=ut.x+ut.width&&(rt.x=a.x),Ot.free(ot),Ot.free(st)}}return rt}}return x=y.ga(Um(x),Ot.alloc()),this.pointsCount>(E?6:2)?(tt=b?this.i(1):this.i(this.pointsCount-2),E&&(tt=Xv(x,tt.copy()))):(ot=this.computeSpot(!b,tt),z=Ot.alloc(),tt=tt.ga(Um(ot),z),E&&(tt=Xv(x,tt)),Ot.free(z)),this.getLinkPointFromPoint(a,y,x,tt,b,rt),Ot.free(x),rt},Rn.prototype.getLinkDirection=function(a,y,x,b,E,z,tt,rt){t:if(b.sb())var ot=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()&&(ot=Ym(this,y),ot!==null))switch(ot.Nc){case 1:ot=270;break t;case 2:ot=180;break t;default:case 4:ot=0;break t;case 8:ot=90;break t}ot=y.ga(xi,Ot.alloc()),this.pointsCount>(z?6:2)?(rt=E?this.i(1):this.i(this.pointsCount-2),rt=z?Xv(ot,rt.copy()):x):(x=Ot.alloc(),rt=rt.ga(xi,x),Ot.free(x)),x=Math.abs(rt.x-ot.x)>Math.abs(rt.y-ot.y)?rt.x>=ot.x?0:180:rt.y>=ot.y?90:270,Ot.free(ot),ot=x}return b.Mc()&&tt.Td(a)&&(ot+=180,360<=ot&&(ot-=360)),jf(b)||(a=y.li(),a===0)||(45<=a&&135>a?ot+=90:135<=a&&225>a?ot+=180:225<=a&&315>a&&(ot+=270),360<=ot&&(ot-=360)),ot},Rn.prototype.computeEndSegmentLength=function(a,y,x,b){return y!==null&&x.$c()&&(a=Ym(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)},Rn.prototype.computeSpot=function(a,y){return y===void 0&&(y=null),a?(a=y||this.fromPort,a===null?a=xi:(y=this.fromSpot,y.Xb()&&(y=a.fromSpot),a=y===Ao?Ii:y)):(a=y||this.toPort,a===null?a=xi:(y=this.toSpot,y.Xb()&&(y=a.toSpot),a=y===Ao?Ii:y)),a};function jf(a){return a===Ii||a.x===.5&&a.y===.5}function Um(a){return a.x===.5&&a.y===.5?a:xi}Rn.prototype.computeOtherPoint=function(a,y){return this.computeAdjusting()!==Ms&&4<this.pointsCount?this.computeMidPoint(new Ot):(a=y.Zn,a=a!==null?sS(a,this):null,a!==null?a.Zo:y.ga(xi))},Rn.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},Rn.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=pi.alloc(),tt.reset()),tt.multiply(this.transform),this.fh(a,tt))return mv(this,y,x,E),z===void 0&&pi.free(tt),!0;if(this.Yc(a,tt)){var rt=!1;if(!this.isAtomic)for(var ot=this.O.s,st=ot.length;st--;){var ut=ot[st];if(ut.visible||ut===this.locationObject){var ft=ut.actualBounds,vt=this.naturalBounds;if(!(ft.x>vt.width||ft.y>vt.height||0>ft.x+ft.width||0>ft.y+ft.height)){if(ft=pi.alloc(),ft.set(tt),ut instanceof Nn)rt=ut.Cf(a,y,x,b,E,ft);else if(this.path===ut){if(ut instanceof Er)if(rt=a,vt=b,ut.pickable===!1)rt=!1;else if(ft.multiply(ut.transform),vt)t:{var xt=rt,bt=ft;if(ut.fh(xt,bt))rt=!0;else{if(bt===void 0&&(bt=ut.transform,xt.Re(ut.actualBounds))){rt=!0;break t}rt=xt.left,vt=xt.right;var Tt=xt.top;xt=xt.bottom;var Xt=Ot.alloc(),Zt=Ot.alloc(),qt=Ot.alloc(),_t=pi.alloc();_t.set(bt),_t.bv(ut.transform),_t.Vj(),Zt.x=vt,Zt.y=Tt,Zt.transform(_t),Xt.x=rt,Xt.y=Tt,Xt.transform(_t),bt=!1,qd(ut,Xt,Zt,qt)?bt=!0:(Xt.x=vt,Xt.y=xt,Xt.transform(_t),qd(ut,Xt,Zt,qt)?bt=!0:(Zt.x=rt,Zt.y=xt,Zt.transform(_t),qd(ut,Xt,Zt,qt)?bt=!0:(Xt.x=rt,Xt.y=Tt,Xt.transform(_t),qd(ut,Xt,Zt,qt)&&(bt=!0)))),pi.free(_t),Ot.free(Xt),Ot.free(Zt),Ot.free(qt),rt=bt}}else rt=ut.fh(rt,ft)}else rt=Ba(ut,a,b,ft);rt&&(vt=ut,y!==null&&(vt=y(ut)),vt&&(x===null||x(vt))&&E.add(vt)),pi.free(ft)}}}return z===void 0&&pi.free(tt),rt||this.background!==null||this.areaBackground!==null}return z===void 0&&pi.free(tt),!1},Rn.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?hl:this.curve},Rn.prototype.computeCorner=function(){if(this.curve===hl)return 0;var a=this.corner;return(isNaN(a)||0>a)&&(a=10),a},Rn.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},Rn.prototype.computeSpacing=function(){if(!this.isVisible())return 0;var a=iS;a=Math.max(a,this.computeThickness());var y=this.fromPort,x=this.toPort;if(y!==null&&x!==null){var b=this.findMidLabel();if(b!==null){var E=b.naturalBounds,z=b.margin,tt=isNaN(E.width)?30:E.width*b.scale+z.left+z.right;E=isNaN(E.height)?14:E.height*b.scale+z.top+z.bottom,b=b.segmentOrientation,b===op||b===$m||b===qv?a=Math.max(a,E):b===sp||b===up||b===ap||b===lp?a=Math.max(a,tt):(y=y.ga(xi).ab(x.ga(xi))/180*Math.PI,a=Math.max(a,Math.abs(Math.sin(y)*tt)+Math.abs(Math.cos(y)*E)+1)),this.curve===hl&&(a*=1.333)}}return a},Rn.prototype.arrangeBundledLinks=function(a,y){if(y)for(y=0;y<a.length;y++){var x=a[y];x.computeAdjusting()===Ms&&x.bb()}},Rn.prototype.computeCurviness=function(){var a=this.curviness;if(isNaN(a)){a=nS;var y=this.Sf;if(y!==null){for(var x=ai(),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),Jn(x)}}return a},Rn.prototype.computeThickness=function(){if(!this.isVisible())return 0;var a=this.path;return a!==null?Math.max(a.strokeWidth,1):1},Rn.prototype.hasCurviness=function(){return!isNaN(this.curviness)||this.Sf!==null},Rn.prototype.adjustPoints=function(a,y,x,b){var E=this.computeAdjusting();if(this.isOrthogonal){if(E===qm)return!1;E===_m&&(E=rp)}switch(E){case qm:var z=this.i(a),tt=this.i(x);if(!z.Xa(y)||!tt.Xa(b)){E=z.x,z=z.y;var rt=tt.x-E,ot=tt.y-z,st=Math.sqrt(rt*rt+ot*ot);if(!ce.$(st,0)){if(ce.$(rt,0))var ut=0>ot?-Math.PI/2:Math.PI/2;else ut=Math.atan(ot/Math.abs(rt)),0>rt&&(ut=Math.PI-ut);tt=y.x;var ft=y.y;rt=b.x-tt;var vt=b.y-ft;for(ot=Math.sqrt(rt*rt+vt*vt),ce.$(rt,0)?vt=0>vt?-Math.PI/2:Math.PI/2:(vt=Math.atan(vt/Math.abs(rt)),0>rt&&(vt=Math.PI-vt)),st=ot/st,ut=vt-ut,this.dd(a,y),a+=1;a<x;a++)y=this.i(a),rt=y.x-E,ot=y.y-z,y=Math.sqrt(rt*rt+ot*ot),ce.$(y,0)||(ce.$(rt,0)?ot=0>ot?-Math.PI/2:Math.PI/2:(ot=Math.atan(ot/Math.abs(rt)),0>rt&&(ot=Math.PI-ot)),rt=ot+ut,y*=st,this.L(a,tt+y*Math.cos(rt),ft+y*Math.sin(rt)));this.dd(x,b)}}return!0;case _m: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,st=(tt-E)*(tt-E)+(ft-z)*(ft-z),rt=y.x,ut=y.y,ot=b.x,vt=b.y;var xt=1;if(ot-rt!==0){var bt=(vt-ut)/(ot-rt);xt=Math.sqrt(1+1/(bt*bt))}else bt=9e9;for(this.dd(a,y),a+=1;a<x;a++){y=this.i(a);var Tt=y.x,Xt=y.y,Zt=.5;st!==0&&(Zt=((E-Tt)*(E-tt)+(z-Xt)*(z-ft))/st);var qt=E+Zt*(tt-E),_t=z+Zt*(ft-z);y=Math.sqrt((Tt-qt)*(Tt-qt)+(Xt-_t)*(Xt-_t)),Xt<bt*(Tt-qt)+_t&&(y=-y),0<bt&&(y=-y),Tt=rt+Zt*(ot-rt),Zt=ut+Zt*(vt-ut),bt!==0?(y=Tt+y/xt,this.L(a,y,Zt-(y-Tt)/bt)):this.L(a,Tt,Zt+y)}this.dd(x,b)}return!0;case rp:t:{if(this.isOrthogonal&&(E=this.i(a),z=this.i(a+1),tt=this.i(a+2),rt=z.x,ut=z.y,ft=rt,st=ut,ce.B(E.y,z.y)?ce.B(z.x,tt.x)?ut=y.y:ce.B(z.y,tt.y)&&(rt=y.x):ce.B(E.x,z.x)&&(ce.B(z.y,tt.y)?rt=y.x:ce.B(z.x,tt.x)&&(ut=y.y)),this.L(a+1,rt,ut),E=this.i(x),z=this.i(x-1),tt=this.i(x-2),rt=z.x,ut=z.y,ot=rt,vt=ut,ce.B(E.y,z.y)?ce.B(z.x,tt.x)?ut=b.y:ce.B(z.y,tt.y)&&(rt=b.x):ce.B(E.x,z.x)&&(ce.B(z.y,tt.y)?rt=b.x:ce.B(z.x,tt.x)&&(ut=b.y)),this.L(x-1,rt,ut),Yv(this))){this.L(a+1,ft,st),this.L(x-1,ot,vt),x=!1;break t}this.dd(a,y),this.dd(x,b),x=!0}return x;default:return!1}},Rn.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 rt=E.actualBounds.copy(),ot=z.actualBounds.copy();if(rt.w()&&ot.w()){rt.Bc(hp,hp),ot.Bc(hp,hp),rt.Ye(a),ot.Ye(x);var st=Ot.alloc(),ut=Ot.alloc();y===0?x.x>a.x||b===270&&x.y<a.y&&ot.right>a.x||b===90&&x.y>a.y&&ot.right>a.x?(st.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),b===180?(st.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1),ut.x=st.x,ut.y=x.y):b===270&&x.y<a.y||b===90&&x.y>a.y?(st.x=a.x<ot.left?this.computeMidOrthoPosition(a.x,a.y,ot.left,x.y,!1):a.x<ot.right&&(b===270&&a.y<ot.top||b===90&&a.y>ot.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):ot.right,ut.x=st.x,ut.y=x.y):b===0&&a.x<ot.left&&a.y>ot.top&&a.y<ot.bottom&&(st.x=a.x,st.y=a.y<x.y?Math.min(x.y,ot.top):Math.max(x.y,ot.bottom),ut.y=st.y)):(st.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),(b===180||b===90&&x.y<rt.top||b===270&&x.y>rt.bottom)&&(b===180&&(ot.ca(a)||rt.ca(x))?st.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.y<a.y&&(b===180||b===90)?st.y=this.computeMidOrthoPosition(a.x,rt.top,x.x,Math.max(x.y,ot.bottom),!0):x.y>a.y&&(b===180||b===270)&&(st.y=this.computeMidOrthoPosition(a.x,rt.bottom,x.x,Math.min(x.y,ot.top),!0)),ut.x=x.x,ut.y=st.y),st.y>rt.top&&st.y<rt.bottom&&(x.x>=rt.left&&x.x<=a.x||a.x<=ot.right&&a.x>=x.x?(b===90||b===270)&&(st.h(Math.max((a.x+x.x)/2,a.x),a.y),ut.h(st.x,x.y)):(st.y=b===270||(b===0||b===180)&&x.y<a.y?Math.min(x.y,b===0?rt.top:Math.min(rt.top,ot.top)):Math.max(x.y,b===0?rt.bottom:Math.max(rt.bottom,ot.bottom)),ut.x=x.x,ut.y=st.y))):y===180?x.x<a.x||b===270&&x.y<a.y&&ot.left<a.x||b===90&&x.y>a.y&&ot.left<a.x?(st.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),b===0?(st.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1),ut.x=st.x,ut.y=x.y):b===270&&x.y<a.y||b===90&&x.y>a.y?(st.x=a.x>ot.right?this.computeMidOrthoPosition(a.x,a.y,ot.right,x.y,!1):a.x>ot.left&&(b===270&&a.y<ot.top||b===90&&a.y>ot.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):ot.left,ut.x=st.x,ut.y=x.y):b===180&&a.x>ot.right&&a.y>ot.top&&a.y<ot.bottom&&(st.x=a.x,st.y=a.y<x.y?Math.min(x.y,ot.top):Math.max(x.y,ot.bottom),ut.y=st.y)):(st.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),(b===0||b===90&&x.y<rt.top||b===270&&x.y>rt.bottom)&&(b===0&&(ot.ca(a)||rt.ca(x))?st.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.y<a.y&&(b===0||b===90)?st.y=this.computeMidOrthoPosition(a.x,rt.top,x.x,Math.max(x.y,ot.bottom),!0):x.y>a.y&&(b===0||b===270)&&(st.y=this.computeMidOrthoPosition(a.x,rt.bottom,x.x,Math.min(x.y,ot.top),!0)),ut.x=x.x,ut.y=st.y),st.y>rt.top&&st.y<rt.bottom&&(x.x<=rt.right&&x.x>=a.x||a.x>=ot.left&&a.x<=x.x?(b===90||b===270)&&(st.h(Math.min((a.x+x.x)/2,a.x),a.y),ut.h(st.x,x.y)):(st.y=b===270||(b===0||b===180)&&x.y<a.y?Math.min(x.y,b===180?rt.top:Math.min(rt.top,ot.top)):Math.max(x.y,b===180?rt.bottom:Math.max(rt.bottom,ot.bottom)),ut.x=x.x,ut.y=st.y))):y===90?x.y>a.y||b===180&&x.x<a.x&&ot.bottom>a.y||b===0&&x.x>a.x&&ot.bottom>a.y?(st.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),b===270?(st.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0),ut.x=x.x,ut.y=st.y):b===180&&x.x<a.x||b===0&&x.x>a.x?(st.y=a.y<ot.top?this.computeMidOrthoPosition(a.x,a.y,x.x,ot.top,!0):a.y<ot.bottom&&(b===180&&a.x<ot.left||b===0&&a.x>ot.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):ot.bottom,ut.x=x.x,ut.y=st.y):b===90&&a.y<ot.top&&a.x>ot.left&&a.x<ot.right&&(st.x=a.x<x.x?Math.min(x.x,ot.left):Math.max(x.x,ot.right),st.y=a.y,ut.x=st.x)):(st.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),(b===270||b===0&&x.x<rt.left||b===180&&x.x>rt.right)&&(b===270&&(ot.ca(a)||rt.ca(x))?st.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.x<a.x&&(b===270||b===0)?st.x=this.computeMidOrthoPosition(rt.left,a.y,Math.max(x.x,ot.right),x.y,!1):x.x>a.x&&(b===270||b===180)&&(st.x=this.computeMidOrthoPosition(rt.right,a.y,Math.min(x.x,ot.left),x.y,!1)),ut.x=st.x,ut.y=x.y),st.x>rt.left&&st.x<rt.right&&(x.y>=rt.top&&x.y<=a.y||a.y<=ot.bottom&&a.y>=x.y?(b===0||b===180)&&(st.h(a.x,Math.max((a.y+x.y)/2,a.y)),ut.h(x.x,st.y)):(st.x=b===180||(b===90||b===270)&&x.x<a.x?Math.min(x.x,b===90?rt.left:Math.min(rt.left,ot.left)):Math.max(x.x,b===90?rt.right:Math.max(rt.right,ot.right)),ut.x=st.x,ut.y=x.y))):x.y<a.y||b===180&&x.x<a.x&&ot.top<a.y||b===0&&x.x>a.x&&ot.top<a.y?(st.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),b===90?(st.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0),ut.x=x.x,ut.y=st.y):b===180&&x.x<a.x||b===0&&x.x>=a.x?(st.y=a.y>ot.bottom?this.computeMidOrthoPosition(a.x,a.y,x.x,ot.bottom,!0):a.y>ot.top&&(b===180&&a.x<ot.left||b===0&&a.x>ot.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):ot.top,ut.x=x.x,ut.y=st.y):b===270&&a.y>ot.bottom&&a.x>ot.left&&a.x<ot.right&&(st.x=a.x<x.x?Math.min(x.x,ot.left):Math.max(x.x,ot.right),st.y=a.y,ut.x=st.x)):(st.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),(b===90||b===0&&x.x<rt.left||b===180&&x.x>rt.right)&&(b===90&&(ot.ca(a)||rt.ca(x))?st.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.x<a.x&&(b===90||b===0)?st.x=this.computeMidOrthoPosition(rt.left,a.y,Math.max(x.x,ot.right),x.y,!1):x.x>a.x&&(b===90||b===180)&&(st.x=this.computeMidOrthoPosition(rt.right,a.y,Math.min(x.x,ot.left),x.y,!1)),ut.x=st.x,ut.y=x.y),st.x>rt.left&&st.x<rt.right&&(x.y<=rt.bottom&&x.y>=a.y||a.y>=ot.top&&a.y<=x.y?(b===0||b===180)&&(st.h(a.x,Math.min((a.y+x.y)/2,a.y)),ut.h(x.x,st.y)):(st.x=b===180||(b===90||b===270)&&x.x<a.x?Math.min(x.x,b===270?rt.left:Math.min(rt.left,ot.left)):Math.max(x.x,b===270?rt.right:Math.max(rt.right,ot.right)),ut.x=st.x,ut.y=x.y)));var ft=x;if(this.isAvoiding){var vt=this.diagram;if(vt===null||E===z||this.layer.isTemporary||!Sf(vt)||rt.ca(ft)&&!z.Td(E)||ot.ca(a)&&!E.Td(z))y=!1;else{var xt=xf(vt,!0,this.containingGroup,null);if(this.segmentIndex!==17&&xt.Yj(Math.min(a.x,st.x),Math.min(a.y,st.y),Math.abs(a.x-st.x),Math.abs(a.y-st.y))&&xt.Yj(Math.min(st.x,ut.x),Math.min(st.y,ut.y),Math.abs(st.x-ut.x),Math.abs(st.y-ut.y))&&xt.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 bt=x=null;if(vt.isVirtualized){vt=xt.bounds.copy(),vt.Bc(-xt.Ho,-xt.Go);var Tt=Ot.alloc();Zf(xt,a.x,a.y)||(ce.Ff(vt.x,vt.y,vt.x+vt.width,vt.y+vt.height,a.x,a.y,st.x,st.y,Tt)?(x=a=Tt.copy(),y=Tt.ab(st)):ce.Ff(vt.x,vt.y,vt.x+vt.width,vt.y+vt.height,st.x,st.y,ut.x,ut.y,Tt)?(x=a=Tt.copy(),y=Tt.ab(ut)):ce.Ff(vt.x,vt.y,vt.x+vt.width,vt.y+vt.height,ut.x,ut.y,ft.x,ft.y,Tt)&&(x=a=Tt.copy(),y=Tt.ab(ft))),Zf(xt,ft.x,ft.y)||(ce.Ff(vt.x,vt.y,vt.x+vt.width,vt.y+vt.height,ft.x,ft.y,ut.x,ut.y,Tt)?(bt=ft=Tt.copy(),b=ut.ab(Tt)):ce.Ff(vt.x,vt.y,vt.x+vt.width,vt.y+vt.height,ut.x,ut.y,st.x,st.y,Tt)?(bt=ft=Tt.copy(),b=st.ab(Tt)):ce.Ff(vt.x,vt.y,vt.x+vt.width,vt.y+vt.height,st.x,st.y,a.x,a.y,Tt)&&(bt=ft=Tt.copy(),b=a.ab(Tt))),Ot.free(Tt)}rt=rt.copy().ed(ot),rt.Bc(xt.Ho*xt.Os,xt.Go*xt.Os),oS(xt,a,y,ft,b,rt,!0),ot=Hu(xt,ft.x,ft.y),!xt.abort&&ot>=Wf&&(rS(xt),rt.Bc(xt.Ho*xt.Hx,xt.Go*xt.Ix),oS(xt,a,y,ft,b,rt,!1),ot=Hu(xt,ft.x,ft.y)),!xt.abort&&ot<Wf&&Hu(xt,ft.x,ft.y)!==Dh?(Uv(this,xt,ft.x,ft.y,b,!0,tt),rt=this.i(2),4>this.pointsCount?(y===0||y===180?(rt.x=a.x,rt.y=ft.y):(rt.x=ft.x,rt.y=a.y),this.L(2,rt.x,rt.y),this.m(3,rt.x,rt.y)):(tt=this.i(3),y===0||y===180?ce.B(rt.x,tt.x)?(rt=y===0?Math.max(rt.x,a.x):Math.min(rt.x,a.x),this.L(2,rt,a.y),this.L(3,rt,tt.y)):ce.B(rt.y,tt.y)?(Math.abs(a.y-rt.y)<=xt.Go/2&&(this.L(2,rt.x,a.y),this.L(3,tt.x,a.y)),this.m(2,rt.x,a.y)):this.L(2,a.x,rt.y):(y===90||y===270)&&(ce.B(rt.y,tt.y)?(rt=y===90?Math.max(rt.y,a.y):Math.min(rt.y,a.y),this.L(2,a.x,rt),this.L(3,tt.x,rt)):ce.B(rt.x,tt.x)?(Math.abs(a.x-rt.x)<=xt.Ho/2&&(this.L(2,a.x,rt.y),this.L(3,a.x,tt.y)),this.m(2,a.x,rt.y)):this.L(2,rt.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)),bt!==null&&(b===0||b===180?this.yf(z.x,bt.y):this.yf(bt.x,z.y)),y=!0):y=!1}}}else y=!1;y||(this.ne(st.copy()),this.ne(ut.copy())),Ot.free(st),Ot.free(ut)}},Rn.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 Yv(a){if(a.diagram===null||!a.isAvoiding||!Sf(a.diagram))return!1;var y=a.points.s,x=y.length;if(4>x)return!1;a=xf(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 Uv(a,y,x,b,E,z,tt){var rt=y.Ho,ot=y.Go,st=Hu(y,x,b),ut=x,ft=b;for(E===0?ut+=rt:E===90?ft+=ot:E===180?ut-=rt:ft-=ot,E!==tt&&st>tc&&Hu(y,ut,ft)!==st-1&&(Hu(y,x-rt,b)===st-1?(E=180,ut=x-rt,ft=b):Hu(y,x+rt,b)===st-1?(E=0,ut=x+rt,ft=b):Hu(y,x,b-ot)===st-1?(E=270,ut=x,ft=b-ot):Hu(y,x,b+ot)===st-1&&(E=90,ut=x,ft=b+ot));st>tc&&Hu(y,ut,ft)===st-1;)x=ut,b=ft,E===0?ut+=rt:E===90?ft+=ot:E===180?ut-=rt:ft-=ot,--st;z?st>tc&&(E===180||E===0?x=Math.floor(x/rt)*rt+rt/2:(E===90||E===270)&&(b=Math.floor(b/ot)*ot+ot/2)):(x=Math.floor(x/rt)*rt+rt/2,b=Math.floor(b/ot)*ot+ot/2),st>tc&&(z=E,tt=x,ut=b,E===0?(z=90,ut+=ot):E===90?(z=180,tt-=rt):E===180?(z=270,ut-=ot):E===270&&(z=0,tt+=rt),Hu(y,tt,ut)===st-1?Uv(a,y,tt,ut,z,!1,z):(tt=x,ut=b,E===0?(z=270,ut-=ot):E===90?(z=0,tt+=rt):E===180?(z=90,ut+=ot):E===270&&(z=180,tt-=rt),Hu(y,tt,ut)===st-1&&Uv(a,y,tt,ut,z,!1,z))),a.yf(x,b)}Rn.prototype.ez=function(a){var y=a.x;a=a.y;for(var x=this.i(0),b=this.i(1),E=fi(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 rt=fi(y,a,b.x,b.y,x.x,x.y);b=x,rt<E&&(z=tt,E=rt)}return z},Rn.prototype.qc=function(){this.lk=!1,this.v()},Rn.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 Er&&(E.ua=this.ua)}}},Rn.prototype.makeGeometry=function(){var a=this.ua,y=this.pointsCount,x=!1,b=this.diagram;b!==null&&$d(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===hl&&3<=y&&!ce.$(this.smoothness,0))if(y===3){var rt=this.i(1);b=Math.min(E.x,rt.x);var ot=Math.min(E.y,rt.y);rt=this.i(2),b=Math.min(b,rt.x),ot=Math.min(ot,rt.y)}else{if(this.isOrthogonal)for(ot=0;ot<y;ot++)rt=b[ot],z.x=Math.min(rt.x,z.x),z.y=Math.min(rt.y,z.y);else for(b=3;b<y;b+=3)b+3>=y&&(b=y-1),ot=this.i(b),z.x=Math.min(ot.x,z.x),z.y=Math.min(ot.y,z.y);b=z.x,ot=z.y}else{for(ot=0;ot<y;ot++)rt=b[ot],z.x=Math.min(rt.x,z.x),z.y=Math.min(rt.y,z.y);b=z.x,ot=z.y}if(b-=this.su.x,ot-=this.su.y,E.x-=b,E.y-=ot,y!==2||$d(this)){if(a.type=Ln.o,rt=F1(a),this.computeShortLength(!0)!==0&&(E=Oc(this,E,!0,z)),Rf(rt,E.x,E.y,!1),tt===hl&&3<=y&&!ce.$(this.smoothness,0))if(y===3)x=this.i(1),y=x.x-b,x=x.y-ot,E=this.i(2).copy(),E.x-=b,E.y-=ot,this.computeShortLength(!1)!==0&&(E=Oc(this,E,!1,z)),kh(rt,y,x,y,x,E.x,E.y);else if(this.isOrthogonal){y=Ot.allocAt(b,ot),x=Ot.alloc(),x.assign(this.i(1)),z=Ot.allocAt(b,ot),E=Ot.allocAt(b,ot),tt=this.i(0);for(var st,ut=this.smoothness/3,ft=1;ft<this.pointsCount-1;ft++){st=this.i(ft);var vt=tt,xt=st,bt=this.i(Jv(this,st,ft,!1));if((!ce.$(vt.x,xt.x)||!ce.$(xt.x,bt.x))&&(!ce.$(vt.y,xt.y)||!ce.$(xt.y,bt.y))){var Tt=ut;isNaN(Tt)&&(Tt=this.smoothness/3);var Xt=vt.x;vt=vt.y;var Zt=xt.x;xt=xt.y;var qt=bt.x;bt=bt.y;var _t=Tt*Jm(Xt,vt,Zt,xt);Tt*=Jm(Zt,xt,qt,bt),ce.$(vt,xt)&&ce.$(Zt,qt)&&(Zt>Xt?bt>xt?(z.x=Zt-_t,z.y=xt-_t,E.x=Zt+Tt,E.y=xt+Tt):(z.x=Zt-_t,z.y=xt+_t,E.x=Zt+Tt,E.y=xt-Tt):bt>xt?(z.x=Zt+_t,z.y=xt-_t,E.x=Zt-Tt,E.y=xt+Tt):(z.x=Zt+_t,z.y=xt+_t,E.x=Zt-Tt,E.y=xt-Tt)),ce.$(Xt,Zt)&&ce.$(xt,bt)&&(xt>vt?(qt>Zt?(z.x=Zt-_t,z.y=xt-_t,E.x=Zt+Tt):(z.x=Zt+_t,z.y=xt-_t,E.x=Zt-Tt),E.y=xt+Tt):(qt>Zt?(z.x=Zt-_t,z.y=xt+_t,E.x=Zt+Tt):(z.x=Zt+_t,z.y=xt+_t,E.x=Zt-Tt),E.y=xt-Tt)),(ce.$(Xt,Zt)&&ce.$(Zt,qt)||ce.$(vt,xt)&&ce.$(xt,bt))&&(Xt=.5*(Xt+qt),vt=.5*(vt+bt),z.x=Xt,z.y=vt,E.x=Xt,E.y=vt),(ft===1||ft===2&&ce.$(tt.x,this.i(0).x)&&ce.$(tt.y,this.i(0).y))&&(x.x=.5*(tt.x+st.x),x.y=.5*(tt.y+st.y)),kh(rt,x.x-b,x.y-ot,z.x-b,z.y-ot,st.x-b,st.y-ot),y.set(z),x.set(E),tt=st}}st=tt.x,tt=tt.y,ut=this.i(this.pointsCount-1),this.computeShortLength(!1)!==0&&(ut=Oc(this,ut.copy(),!1,Qn)),st=.5*(st+ut.x),tt=.5*(tt+ut.y),kh(rt,E.x-b,E.y-ot,st-b,tt-ot,ut.x-b,ut.y-ot),Ot.free(y),Ot.free(x),Ot.free(z),Ot.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=Oc(this,tt.copy(),!1,Qn)),kh(rt,z.x-b,z.y-ot,E.x-b,E.y-ot,tt.x-b,tt.y-ot);else{for(z=Ot.alloc(),z.assign(this.i(0)),E=Ot.alloc(),E.assign(z),tt=this.computeCorner(),ft=1,st=0;ft<y;){if(ft=Jv(this,z,ft,1<ft),ut=this.i(ft),ft>=y-1){if(!z.D(ut))this.computeShortLength(!1)!==0&&(ut=Oc(this,ut.copy(),!1,Qn)),Ic(this,rt,-b,-ot,z,ut,x);else if(st===0)for(ft=1;ft<y;)E.assign(z),ut=this.i(ft++),Ic(this,rt,-b,-ot,z,ut,x),z.assign(ut);break}if(st=Jv(this,ut,ft+1,ft<y-3),ft=-b,Xt=-ot,vt=ut,Zt=this.i(st),Tt=x,ce.B(z.y,vt.y)&&ce.B(vt.x,Zt.x))if(bt=Math.min(tt,Math.abs(vt.x-E.x)/2),bt=_t=Math.min(bt,Math.abs(Zt.y-vt.y)/2),ce.B(bt,0))Ic(this,rt,ft,Xt,z,vt,Tt),z.assign(vt);else{var ee=vt.x,me=vt.y;xt=ee,qt=me,vt.x>z.x?ee=vt.x-bt:ee=vt.x+bt,Zt.y>vt.y?qt=vt.y+_t:qt=vt.y-_t,Zt=Ot.allocAt(ee,me),Ic(this,rt,ft,Xt,z,Zt,Tt),Ot.free(Zt),jm(rt,vt.x+ft,vt.y+Xt,xt+ft,qt+Xt),z.h(xt,qt)}else ce.B(z.x,vt.x)&&ce.B(vt.y,Zt.y)?(bt=Math.min(tt,Math.abs(vt.y-E.y)/2),bt=_t=Math.min(bt,Math.abs(Zt.x-vt.x)/2),ce.B(_t,0)?(Ic(this,rt,ft,Xt,z,vt,Tt),z.assign(vt)):(ee=vt.x,me=vt.y,xt=ee,qt=me,vt.y>z.y?me=vt.y-bt:me=vt.y+bt,Zt.x>vt.x?xt=vt.x+_t:xt=vt.x-_t,Zt=Ot.allocAt(ee,me),Ic(this,rt,ft,Xt,z,Zt,Tt),Ot.free(Zt),jm(rt,vt.x+ft,vt.y+Xt,xt+ft,qt+Xt),z.h(xt,qt))):(Ic(this,rt,ft,Xt,z,vt,Tt),z.assign(vt));E.assign(ut),ft=st}Ot.free(z)}Hm=rt}else rt=this.i(1).copy(),rt.x-=b,rt.y-=ot,this.computeShortLength(!0)!==0&&(E=Oc(this,E,!0,z)),this.computeShortLength(!1)!==0&&(rt=Oc(this,rt,!1,z)),a.type=Ln.j,a.startX=E.x,a.startY=E.y,a.endX=rt.x,a.endY=rt.y;return this.lk=!0,a};function Jm(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),ce.$(a,0)?y:ce.$(y,0)?a:Math.sqrt(a*a+y*y)))}function Oc(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=Jm(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=Jm(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 Jv(a,y,x,b){for(var E=a.pointsCount,z=y;ce.$(y.x,z.x)&&ce.$(y.y,z.y);){if(x>=E)return E-1;z=a.i(x++)}if(!ce.$(y.x,z.x)&&!ce.$(y.y,z.y))return x-1;for(var tt=z;ce.$(y.x,z.x)&&ce.$(z.x,tt.x)&&(!b||(y.y>=z.y?z.y>=tt.y:z.y<=tt.y))||ce.$(y.y,z.y)&&ce.$(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}Rn.prototype.computeJumpLength=function(){return 10};function Ic(a,y,x,b,E,z,tt){if(!tt&&$d(a)){tt=a.computeJumpLength();var rt=tt/2,ot=[],st=0;if(a.isVisible()&&(st=bx(a,E,z,ot)),0<st){if(ce.B(E.y,z.y))if(E.x<z.x)for(var ut=0;ut<st;){var ft=Math.max(E.x,Math.min(ot[ut++]-rt,z.x-tt));y.lineTo(ft+x,z.y+b);for(var vt=ft+x,xt=Math.min(ft+tt,z.x);ut<st&&(ft=ot[ut],ft<xt+tt);)ut++,xt=Math.min(ft+rt,z.x);ft=z.y-tt+b,xt+=x;var bt=z.y+b;a.curve===Th?Rf(y,xt,bt,!1):kh(y,vt,ft,xt,ft,xt,bt)}else for(--st;0<=st;){for(ut=Math.min(E.x,Math.max(ot[st--]+rt,z.x+tt)),y.lineTo(ut+x,z.y+b),vt=ut+x,ft=Math.max(ut-tt,z.x);0<=st&&(ut=ot[st],ut>ft-tt);)st--,ft=Math.max(ut-rt,z.x);ut=z.y-tt+b,ft+=x,xt=z.y+b,a.curve===Th?Rf(y,ft,xt,!1):kh(y,vt,ut,ft,ut,ft,xt)}else if(ce.B(E.x,z.x))if(E.y<z.y)for(ut=0;ut<st;){for(ft=Math.max(E.y,Math.min(ot[ut++]-rt,z.y-tt)),y.lineTo(z.x+x,ft+b),vt=ft+b,ft=Math.min(ft+tt,z.y);ut<st&&(xt=ot[ut],xt<ft+tt);)ut++,ft=Math.min(xt+rt,z.y);xt=z.x-tt+x,bt=z.x+x,ft+=b,a.curve===Th?Rf(y,bt,ft,!1):kh(y,xt,vt,xt,ft,bt,ft)}else for(--st;0<=st;){for(ut=Math.min(E.y,Math.max(ot[st--]+rt,z.y+tt)),y.lineTo(z.x+x,ut+b),vt=ut+b,ut=Math.max(ut-tt,z.y);0<=st&&(ft=ot[st],ft>ut-tt);)st--,ut=Math.max(ft-rt,z.y);ft=z.x-tt+x,xt=z.x+x,ut+=b,a.curve===Th?Rf(y,xt,ut,!1):kh(y,ft,vt,ft,ut,xt,ut)}}}y.lineTo(z.x+x,z.y+b)}function bx(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,rt=0;rt<tt;rt++){var ot=z[rt];if(ot instanceof Rn){if(ot===a)return 0<b.length&&b.sort(function(ut,ft){return ut-ft}),b.length;if(ot.isVisible()&&$d(ot)){var st=ot.routeBounds;st.w()&&a.routeBounds.Yc(st)&&!a.usesSamePort(ot)&&(st=ot.path,st!==null&&st.Ed()&&Mx(y,x,b,ot))}}}}}return 0<b.length&&b.sort(function(ut,ft){return ut-ft}),b.length}function Mx(a,y,x,b){for(var E=ce.B(a.y,y.y),z=b.pointsCount,tt=b.i(0),rt=Ot.alloc(),ot=1;ot<z;ot++){var st=b.i(ot);if(ot<z-1){var ut=b.i(ot+1);if(tt.y===st.y&&st.y===ut.y){if(st.x>tt.x&&ut.x>=st.x||st.x<tt.x&&ut.x<=st.x)continue}else if(tt.x===st.x&&st.x===ut.x&&(st.y>tt.y&&ut.y>=st.y||st.y<tt.y&&ut.y<=st.y))continue}t:{ut=a.x;var ft=a.y,vt=y.x,xt=y.y,bt=tt.x;tt=tt.y;var Tt=st.x,Xt=st.y;if(ce.B(ut,vt)){if(!ce.B(ft,xt)&&ce.B(tt,Xt)&&Math.min(ft,xt)<tt&&Math.max(ft,xt)>tt&&Math.min(bt,Tt)<ut&&Math.max(bt,Tt)>ut&&!ce.B(bt,Tt)){rt.x=ut,rt.y=tt,ut=!0;break t}}else if(ce.B(ft,xt)&&ce.B(bt,Tt)&&Math.min(ut,vt)<bt&&Math.max(ut,vt)>bt&&Math.min(tt,Xt)<ft&&Math.max(tt,Xt)>ft&&!ce.B(tt,Xt)){rt.x=bt,rt.y=ft,ut=!0;break t}rt.x=0,rt.y=0,ut=!1}ut&&(E?x.push(rt.x):x.push(rt.y)),tt=st}Ot.free(rt)}function $d(a){return a=a.curve,a===Hf||a===Th}function Qm(a,y){(y||$d(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()))}Rn.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,rt=0;rt<tt;rt++){var ot=E[rt];ot instanceof Rn&&(ot===this?z=!0:z&&tS(this,ot,a))}}else if(b)for(z=E.Pa.s,E=z.length,tt=0;tt<E;tt++)rt=z[tt],rt instanceof Rn&&tS(this,rt,a)}}}}};function tS(a,y,x){if(y!==null&&y.lk&&y.fd&&$d(y)){var b=y.routeBounds;b.w()&&(a.routeBounds.Yc(b)||x.Yc(b))&&(a.usesSamePort(y)||y.qc())}}Rn.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},Rn.prototype.isVisible=function(){if(!Yi.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},Rn.prototype.Zb=function(a){if(Yi.prototype.Zb.call(this,a),a&&Qm(this,!1),this.Sf!==null&&this.Sf.Sl(),this.wd!==null)for(var y=this.wd.iterator;y.next();)y.value.Zb(a)},Rn.prototype.computeAdjusting=function(){return this.isAvoiding&&this.diagram!==null&&this.diagram.animationManager.defaultAnimation.isAnimating?rp:this.qk};function np(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,rt=tt.length,ot=0;ot<rt;ot++){var st=tt[ot];(st.ef===y&&st.ff===b&&st.uf===x&&st.vf===E||st.ef===x&&st.ff===E&&st.uf===y&&st.vf===b)&&(z===null?z=st:(a===null&&(a=[],a.push(z)),a.push(st)))}if(a!==null){for(z=W1(y,x,b,E),z===null&&(z=new e0(y,b,x,E),Z1(y,z),Z1(x,z)),z.links=a,y=0;y<a.length;y++)a[y].Sf=z;z.Sl()}}}}function ip(a){var y=a.Sf;y!==null&&isNaN(a.curviness)&&(a.Sf=null,a=y.links.indexOf(a),0<=a&&(ir(y.links,a),y.Sl()))}Rn.prototype.ph=function(){return!0},ln.Object.defineProperties(Rn.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&&Vm(y,this,x),ip(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),np(this),this.C(1)),this.g("fromNode",y,a),zf(this)}}},fromPortId:{get:function(){return this.ff},set:function(a){var y=this.ff;if(y!==a){var x=this.fromPort;x!==null&&$s(x),ip(this),this.ff=a;var b=this.fromPort;b!==null&&$s(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))),np(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&&Vm(y,this,x),ip(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),np(this),this.C(1)),this.g("toNode",y,a),zf(this)}}},toPortId:{get:function(){return this.vf},set:function(a){var y=this.vf;if(y!==a){var x=this.toPort;x!==null&&$s(x),ip(this),this.vf=a;var b=this.toPort;b!==null&&$s(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))),np(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:Ao},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&&$s(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&&Gn(a,">= 0",Rn,"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:Ao},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&&$s(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&&Gn(a,">= 0",Rn,"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?Xr: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&&ep(this.fromNode),this.toNode!==null&&ep(this.toNode))}},path:{get:function(){var a=this.Pb();return a instanceof Er?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()===hl&&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),ce.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 rt=this.i(z-1),ot=this.i(z);ce.Dl(E.x,E.y,tt.x,tt.y,rt.x,rt.y,ot.x,ot.y,.5,a),y=Math.min(ot.x,y),x=Math.min(ot.y,x),E=ot}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 Ot)}},midAngle:{get:function(){return this.vg(),this.computeMidAngle()}},flattenedLengths:{get:function(){if(this.cq===null){this.fd||Xm(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);ce.$(b.x,E.x)?(b=E.y-b.y,0>b&&(b=-b)):ce.$(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 pn,b=0;b<a.length/2;b++)E=new Ot(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(!Xe(z)||typeof z.x!="number"||isNaN(z.x)||typeof z.y!="number"||isNaN(z.y)){b=!1;break}}if(b)for(x=new pn,b=0;b<a.length;b++)E=a[b],x.add(new Ot(E.x,E.y).freeze())}}else if(a instanceof pn)for(x=a.copy(),a=x.iterator;a.next();)a.value.freeze();else Qt("Link.points value is not an instance of List or Array: "+a);x.freeze(),this.Nb=x,this.qc(),Xm(this),a=this.diagram,a!==null&&(a.pi||a.undoManager.isUndoingRedoing||a.As.add(this),a.animationManager.zb&&hf(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||!jf(this.computeSpot(!0))?1:0}},lastPickIndex:{get:function(){var a=this.pointsCount;return a===0?0:2>=a?a-1:this.isOrthogonal||!jf(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(),Qm(this,y===Th||y===Hf||a===Th||a===Hf),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(),Qm(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)}}}),Rn.prototype.invalidateOtherJumpOvers=Rn.prototype.Xo,Rn.prototype.findClosestSegment=Rn.prototype.ez,Rn.prototype.updateRoute=Rn.prototype.vg,Rn.prototype.invalidateRoute=Rn.prototype.bb,Rn.prototype.rollbackRoute=Rn.prototype.rv,Rn.prototype.commitRoute=Rn.prototype.zf,Rn.prototype.startRoute=Rn.prototype.uh,Rn.prototype.clearPoints=Rn.prototype.Fj,Rn.prototype.removePoint=Rn.prototype.pv,Rn.prototype.addPointAt=Rn.prototype.yf,Rn.prototype.addPoint=Rn.prototype.ne,Rn.prototype.insertPointAt=Rn.prototype.m,Rn.prototype.insertPoint=Rn.prototype.Kz,Rn.prototype.setPointAt=Rn.prototype.L,Rn.prototype.setPoint=Rn.prototype.dd,Rn.prototype.getPoint=Rn.prototype.i,Rn.prototype.getOtherPort=Rn.prototype.Cz,Rn.prototype.getOtherNode=Rn.prototype.To;var Rc=null,zc=null,Qv=new je(Rn,"Normal",1),Ax=new je(Rn,"Orthogonal",2),kx=new je(Rn,"AvoidsNodes",6),eS=new je(Rn,"AvoidsNodesStraight",7),Ms=new je(Rn,"None",0),hl=new je(Rn,"Bezier",9),Th=new je(Rn,"JumpGap",10),Hf=new je(Rn,"JumpOver",11),rp=new je(Rn,"End",17),qm=new je(Rn,"Scale",18),_m=new je(Rn,"Stretch",19),op=new je(Rn,"OrientAlong",21),ap=new je(Rn,"OrientPlus90",22),sp=new je(Rn,"OrientMinus90",23),qv=new je(Rn,"OrientOpposite",24),$m=new je(Rn,"OrientUpright",25),lp=new je(Rn,"OrientPlus90Upright",26),up=new je(Rn,"OrientMinus90Upright",27),t0=new je(Rn,"OrientUpright45",28),nS=16,iS=14,hp=8;Rn.className="Link",Rn.Normal=Qv,Rn.Orthogonal=Ax,Rn.AvoidsNodes=kx,Rn.AvoidsNodesStraight=eS,Rn.None=Ms,Rn.Bezier=hl,Rn.JumpGap=Th,Rn.JumpOver=Hf,Rn.End=rp,Rn.Scale=qm,Rn.Stretch=_m,Rn.OrientAlong=op,Rn.OrientPlus90=ap,Rn.OrientMinus90=sp,Rn.OrientOpposite=qv,Rn.OrientUpright=$m,Rn.OrientPlus90Upright=lp,Rn.OrientMinus90Upright=up,Rn.OrientUpright45=t0,Rn.EndSegmentStep=8,Rn.CurvinessStart=nS,Rn.SpacingMin=iS,Rn.OrthoShortCut=hp;function e0(a,y,x,b){rr(this),this.Fe=this.qq=!1,this.Ds=a,this.Ox=y,this.cv=x,this.Px=b,this.links=[]}e0.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},e0.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))}},e0.className="LinkBundle";function dp(a){rr(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}dp.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 Zf(a,y,x){return a.Nd<=y&&y<=a.En&&a.Od<=x&&x<=a.Fn}function Hu(a,y,x){return Zf(a,y,x)?(y-=a.Nd,y/=a.rc,x-=a.Od,x/=a.sc,a.ac[y|0][x|0]):_v}function rS(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]>=tc&&(x[b]=_v)}dp.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]===Dh)return!1}return!0};function Zu(a,y,x,b,E,z,tt,rt,ot){if(!(y<z||y>tt||x<rt||x>ot)){var st=y|0,ut=x|0,ft=a.ac[st][ut];if(ft>=tc&&ft<Wf)for(E?ut+=b:st+=b,ft+=1;z<=st&&st<=tt&&rt<=ut&&ut<=ot&&!(ft>=a.ac[st][ut]);)a.ac[st][ut]=ft,ft+=1,E?ut+=b:st+=b;if(st=E?ut:st,E)if(0<b)for(x+=b;x<st;x+=b)Zu(a,y,x,1,!E,z,tt,rt,ot),Zu(a,y,x,-1,!E,z,tt,rt,ot);else for(x+=b;x>st;x+=b)Zu(a,y,x,1,!E,z,tt,rt,ot),Zu(a,y,x,-1,!E,z,tt,rt,ot);else if(0<b)for(y+=b;y<st;y+=b)Zu(a,y,x,1,!E,z,tt,rt,ot),Zu(a,y,x,-1,!E,z,tt,rt,ot);else for(y+=b;y>st;y+=b)Zu(a,y,x,1,!E,z,tt,rt,ot),Zu(a,y,x,-1,!E,z,tt,rt,ot)}}function n0(a,y,x,b,E,z,tt,rt,ot){y|=0,x|=0;var st=Dh,ut=tc;for(a.ac[y][x]=ut;st===Dh&&y>z&&y<tt&&x>rt&&x<ot;)ut+=1,a.ac[y][x]=ut,E?x+=b:y+=b,st=a.ac[y][x]}function i0(a,y,x,b,E,z,tt,rt,ot){y|=0,x|=0;var st=Dh,ut=Wf;for(a.ac[y][x]=ut;st===Dh&&y>z&&y<tt&&x>rt&&x<ot;)a.ac[y][x]=ut,E?x+=b:y+=b,st=a.ac[y][x]}function oS(a,y,x,b,E,z,tt){if(a.ac!==null){a.abort=!1;var rt=y.x,ot=y.y;if(Zf(a,rt,ot)){rt-=a.Nd,rt/=a.rc,ot-=a.Od,ot/=a.sc;var st=b.x,ut=b.y;if(Zf(a,st,ut))if(st-=a.Nd,st/=a.rc,ut-=a.Od,ut/=a.sc,1>=Math.abs(rt-st)&&1>=Math.abs(ot-ut))a.abort=!0;else{var ft=z.x;b=z.y,y=z.x+z.width;var vt=z.y+z.height;ft-=a.Nd,ft/=a.rc,b-=a.Od,b/=a.sc,y-=a.Nd,y/=a.rc,vt-=a.Od,vt/=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)),vt=Math.min(a.ei,Math.max(0,vt|0)),b=a.ac,rt|=0,ot|=0,st|=0,ut|=0;var xt=x===0||x===90?1:-1;if(x=x===90||x===270,b[rt][ot]===Dh?(n0(a,rt,ot,xt,x,z,y,ft,vt),n0(a,rt,ot,1,!x,z,y,ft,vt),n0(a,rt,ot,-1,!x,z,y,ft,vt)):n0(a,rt,ot,xt,x,rt,ot,rt,ot),b[st][ut]===Dh?(i0(a,st,ut,E===0||E===90?1:-1,E===90||E===270,z,y,ft,vt),i0(a,st,ut,1,!(E===90||E===270),z,y,ft,vt),i0(a,st,ut,-1,!(E===90||E===270),z,y,ft,vt)):i0(a,st,ut,xt,x,st,ut,st,ut),x=ai(),tt&&aS(a,st,ut,E,rt,ot,x))for((x[0]!==st||x[1]!==ut)&&(x.unshift(ut),x.unshift(st)),(x[x.length-2]!==rt||x[x.length-1]!==ot)&&(x.push(rt),x.push(ot)),a=tc,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],st=x[z+1];y>E?E++:y<E?E--:st>tt?tt++:st<tt&&tt--,b[E][tt]=a++,E!==y||tt!==st;);else Zu(a,rt,ot,1,!1,z,y,ft,vt),Zu(a,rt,ot,-1,!1,z,y,ft,vt),Zu(a,rt,ot,1,!0,z,y,ft,vt),Zu(a,rt,ot,-1,!0,z,y,ft,vt);Jn(x)}}}}function aS(a,y,x,b,E,z,tt){for(var rt=a.ac,ot=y,st=x;;){if(ot===E&&st===z)return!0;var ut=ot,ft=st;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 vt=rt[ut][ft];if(vt===0||vt===$v)break;ot=ut,st=ft}for(;;){if(ut=b,ft=ot,vt=st,b===0?vt<z?(ut=90,vt++):vt>z&&(ut=270,vt--):b===90?ft<E?(ut=0,ft++):ft>E&&(ut=180,ft--):b===180?vt<z?(ut=90,vt++):vt>z&&(ut=270,vt--):ft<E?(ut=0,ft++):ft>E&&(ut=180,ft--),ft=rt[ft][vt],ut!==b&&ft!==0&&ft!==$v){if(tt.push(ot),tt.push(st),aS(a,ot,st,ut,E,z,tt))return!0;tt.pop(),tt.pop()}if(rt[ot][st]=$v,b===0){if(ot===y)return!1;ot--}else if(b===90){if(st===x)return!1;st--}else if(b===180){if(ot===y)return!1;ot++}else{if(st===x)return!1;st++}}}ln.Object.defineProperties(dp.prototype,{bounds:{get:function(){return new he(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 Dh=0,tc=1,Wf=999999,_v=Wf+1,$v=Wf+2;dp.className="PositionArray";function jc(){rr(this),this.port=this.node=null,this.pe=[],this.ap=!1}jc.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 Ex(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}jc.prototype.Sl=function(){this.pe.length=0};function sS(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 br?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 rt=a.port.ga(Ui,Ot.alloc()),ot=a.port.ga(vr,Ot.alloc());for(E=he.allocAt(rt.x,rt.y,0,0),E.Ye(ot),Ot.free(rt),Ot.free(ot),rt=Ot.allocAt(E.x+E.width/2,E.y+E.height/2),ot=a.port.li(),tt=tt.iterator;tt.next();){var st=tt.value;if(st.isVisible()&&st.fromPort!==st.toPort){var ut=st.fromPort===a.port||st.fromNode!==null&&st.fromNode.Td(b),ft=st.computeSpot(ut,a.port);if(ft.$c()&&(ut=ut?st.toPort:st.fromPort,ut!==null)){var vt=ut.part;if(vt!==null){var xt=vt.findVisibleNode();xt!==null&&xt!==vt&&(vt=xt,ut=vt.port),ut=st.computeOtherPoint(vt,ut),vt=rt.ab(ut),vt-=ot,0>vt?vt+=360:360<=vt&&(vt-=360),ft=Ex(E,ft,vt,st.isOrthogonal),ft===0?(ft=4,180<vt&&(vt-=360)):ft===90?(ft=8,270<vt&&(vt-=360)):ft===180?ft=2:(ft=1,90>vt&&(vt+=360)),xt=a.pe[z],xt===void 0?(xt=new ty(st,vt,ft),a.pe[z]=xt):(xt.link=st,xt.angle=vt,xt.Nc=ft),xt.hv.set(ut),z++}}}}for(Ot.free(rt),a.pe.sort(jc.prototype.j),ot=a.pe.length,b=-1,z=rt=0;z<ot;z++)tt=a.pe[z],tt!==void 0&&(tt.Nc!==b&&(b=tt.Nc,rt=0),tt.Uo=rt,rt++);for(b=-1,rt=0,z=ot-1;0<=z;z--)ot=a.pe[z],ot!==void 0&&(ot.Nc!==b&&(b=ot.Nc,rt=ot.Uo+1),ot.Gl=rt);if(z=a.pe,ft=a.port,b=a.node.portSpreading,rt=Ot.alloc(),ot=Ot.alloc(),tt=Ot.alloc(),st=Ot.alloc(),ft.ga(Ui,rt),ft.ga(Ji,ot),ft.ga(vr,tt),ft.ga(Kr,st),xt=vt=ut=ft=0,b===Gv)for(var bt=0;bt<z.length;bt++){var Tt=z[bt];if(Tt!==null){var Xt=Tt.link.computeThickness();switch(Tt.Nc){case 8:vt+=Xt;break;case 2:xt+=Xt;break;case 1:ft+=Xt;break;default:case 4:ut+=Xt}}}var Zt=bt=0,qt=1,_t=Tt=0;for(Xt=0;Xt<z.length;Xt++){var ee=z[Xt];if(ee!==null){if(bt!==ee.Nc){switch(bt=ee.Nc,bt){case 8:var me=tt;Zt=st;break;case 2:me=st,Zt=rt;break;case 1:me=rt,Zt=ot;break;default:case 4:me=ot,Zt=tt}switch(Tt=Zt.x-me.x,_t=Zt.y-me.y,bt){case 8:vt>Math.abs(Tt)?(qt=Math.abs(Tt)/vt,vt=Math.abs(Tt)):qt=1;break;case 2:xt>Math.abs(_t)?(qt=Math.abs(_t)/xt,xt=Math.abs(_t)):qt=1;break;case 1:ft>Math.abs(Tt)?(qt=Math.abs(Tt)/ft,ft=Math.abs(Tt)):qt=1;break;default:case 4:ut>Math.abs(_t)?(qt=Math.abs(_t)/ut,ut=Math.abs(_t)):qt=1}Zt=0}var Ie=ee.Zo;if(b===Gv){switch(ee=ee.link.computeThickness(),ee*=qt,Ie.set(me),bt){case 8:Ie.x=me.x+Tt/2+vt/2-Zt-ee/2;break;case 2:Ie.y=me.y+_t/2+xt/2-Zt-ee/2;break;case 1:Ie.x=me.x+Tt/2-ft/2+Zt+ee/2;break;default:case 4:Ie.y=me.y+_t/2-ut/2+Zt+ee/2}Zt+=ee}else{var li=.5;b===Km&&(li=(ee.Uo+1)/(ee.Gl+1)),Ie.x=me.x+Tt*li,Ie.y=me.y+_t*li}}}for(Ot.free(rt),Ot.free(ot),Ot.free(tt),Ot.free(st),me=a.pe,z=0;z<me.length;z++)b=me[z],b!==null&&(b.Ju=a.computeEndSegmentLength(b));a.ap=x,he.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}jc.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},jc.prototype.computeEndSegmentLength=function(a){var y=a.link,x=y.computeEndSegmentLength(this.node,this.port,Ii,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)},jc.className="Knot";function ty(a,y,x){this.link=a,this.angle=y,this.Nc=x,this.hv=new Ot,this.Gl=this.Uo=0,this.Zo=new Ot,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 qo(a){rr(this),this.o=this.H=null,this.Gh=this.sn=!0,this.yn=!1,this.Am=new Ot(0,0).freeze(),this.vn=!0,this.Em=this.un=null,this.xn=!1,this.j=null,a&&Object.assign(this,a)}qo.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},qo.prototype.copy=function(){var a=new this.constructor;return this.cloneProtected(a),a},qo.prototype.qb=function(){},qo.prototype.toString=function(){var a=hi(this.constructor);return a+="(",this.group!==null&&(a+=" in "+this.group),this.diagram!==null&&(a+=" for "+this.diagram),a+")"},qo.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())}}},qo.prototype.createNetwork=function(){return new Io(this)},qo.prototype.makeNetwork=function(a){var y=this.createNetwork();return a instanceof Re?(y.lg(a.nodes,!0),y.lg(a.links,!0)):a instanceof br?y.lg(a.memberParts):y.lg(a.iterator),y},qo.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")}},qo.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()}},qo.prototype.doLayout=function(a){var y=new Cn;a instanceof Re?(dd(this,y,a.nodes,!0,this.rh,!0,!1,!0),dd(this,y,a.parts,!0,this.rh,!0,!1,!0)):a instanceof br?dd(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},qo.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 rt=a.value;cp(rt);var ot=rt.measuredBounds,st=ot.width;ot=ot.height,rt.moveTo(b,E),rt instanceof br&&(rt.rh=!1),b+=Math.max(st,50)+20,tt=Math.max(tt,Math.max(ot,50)),z>=y-1?(z=0,b=x,E+=tt+20,tt=0):z++}},qo.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 rt=tt.value.node;if(!(rt===null||rt instanceof Rn)&&(cp(rt),this.rh(rt))){var ot=rt.measuredBounds,st=ot.width;ot=ot.height,rt.moveTo(x,b),rt instanceof br&&(rt.rh=!1),x+=Math.max(st,50)+20,z=Math.max(z,Math.max(ot,50)),E>=a-1?(E=0,x=y,b+=z+20,z=0):E++}}},qo.prototype.rh=function(a){return!!(!a.location.w()||a instanceof br&&a.rh)};function dd(a,y,x,b,E,z,tt,rt){for(x=x.iterator;x.next();){var ot=x.value;b&&!ot.isTopLevel||E!==null&&!E(ot)||!ot.canLayout()||(z&&ot instanceof gi?ot.isLinkLabel||(ot instanceof br&&ot.layout===null?dd(a,y,ot.memberParts,!1,E,z,tt,rt):(cp(ot),y.add(ot))):tt&&ot instanceof Rn?y.add(ot):!rt||!ot.Zc()||ot instanceof gi||(cp(ot),y.add(ot)))}}function cp(a){var y=a.actualBounds;(y.width===0||y.height===0||isNaN(y.width)||isNaN(y.height))&&a.Va()}qo.prototype.ni=function(a,y){var x=this.boundsComputation;return x!==null?(y||(y=new he),x(a,this,y)):y?(y.set(a.actualBounds),y):a.actualBounds},qo.prototype.ex=function(a){var y=new Cn;return a instanceof Re?(dd(this,y,a.nodes,!0,null,!0,!0,!0),dd(this,y,a.links,!0,null,!0,!0,!0),dd(this,y,a.parts,!0,null,!0,!0,!0)):a instanceof br?dd(this,y,a.memberParts,!1,null,!0,!0,!0):dd(this,y,a.iterator,!1,null,!0,!0,!0),y},qo.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(Ui),(isNaN(x.x)||isNaN(x.y))&&x.set(a),a=y.padding,x.x+=a.left,x.y+=a.top),x}return a},ln.Object.defineProperties(qo.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())}}}),qo.prototype.collectParts=qo.prototype.ex,qo.prototype.getLayoutBounds=qo.prototype.ni,qo.prototype.invalidateLayout=qo.prototype.C,qo.className="Layout";function Io(a){rr(this),this.Sc=a,this.wf=new Cn,this.ye=new Cn,this.Es=new Be,this.zs=new Be}Io.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 Cn,this.ye=new Cn,this.Es=new Be,this.zs=new Be},Io.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},Io.prototype.createVertex=function(){return new Na(this)},Io.prototype.createEdge=function(){return new tl(this)},Io.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 gi)return!tt.isLinkLabel;if(tt instanceof Rn){var rt=tt.fromNode;return rt===null||rt.isLinkLabel?!1:(tt=tt.toNode,!(tt===null||tt.isLinkLabel))}return!1}),a=a.iterator;a.next();){var b=a.value;if(b instanceof gi&&(!y||b.isTopLevel)&&b.canLayout()&&x(b)){if(b instanceof br&&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 Rn&&(!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))}}},Io.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},Ct=Io.prototype,Ct.dh=function(a){if(a!==null){this.wf.add(a);var y=a.node;y!==null&&this.Es.add(y,a),a.network=this}},Ct.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},Ct.Iu=function(a){if(a!==null&&lS(this,a)){for(var y=a.tg,x=y.count-1;0<=x;x--){var b=y.M(x);this.Mj(b)}for(y=a.mg,a=y.count-1;0<=a;a--)x=y.M(a),this.Mj(x)}};function lS(a,y){if(y===null)return!1;var x=a.wf.remove(y);return x&&(y=y.node,y!==null&&a.Es.remove(y)),x}Ct.Zy=function(a){a!==null&&(a=this.ki(a),a!==null&&this.Iu(a))},Ct.ki=function(a){return a===null?null:this.Es.I(a)},Ct.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}}Ct.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},Ct.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))}Ct.Yy=function(a){a!==null&&(a=this.Lo(a),a!==null&&this.Mj(a))},Ct.Lo=function(a){return a===null?null:this.zs.I(a)},Ct.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},Ct.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))}},Ct.Ko=function(){for(var a=ai(),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]);Jn(a)},Io.prototype.deleteArtificialVertexes=function(){for(var a=ai(),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=ai(),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]);Jn(a),Jn(y)};function Fx(a){for(var y=ai(),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]);Jn(y)}Io.prototype.Zx=function(a){a===void 0&&(a=!0),a&&(this.deleteArtificialVertexes(),Fx(this),this.Ko()),a=new pn;for(var y=!0;y;){y=!1;for(var x=this.wf.iterator;x.next();){var b=x.value;if(0<b.tg.count||0<b.mg.count){y=this.layout.createNetwork(),a.add(y),iy(this,y,b),y=!0;break}}}return a.sort(function(E,z){return E===null||z===null||E===z?0:z.vertexes.count-E.vertexes.count}),a};function iy(a,y,x){if(x!==null&&x.network!==y){lS(a,x),y.dh(x);for(var b=x.sourceEdges;b.next();){var E=b.value;E.network!==y&&(ny(a,E),ey(y,E),iy(a,y,E.fromVertex))}for(b=x.destinationEdges;b.next();)x=b.value,x.network!==y&&(ny(a,x),ey(y,x),iy(a,y,x.toVertex))}}Io.prototype.dz=function(){for(var a=new Cn,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},ln.Object.defineProperties(Io.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}}}),Io.prototype.findAllParts=Io.prototype.dz,Io.prototype.splitIntoSubNetworks=Io.prototype.Zx,Io.prototype.deleteSelfEdges=Io.prototype.Ko,Io.prototype.reverseEdge=Io.prototype.gm,Io.prototype.linkVertexes=Io.prototype.Zj,Io.prototype.findEdge=Io.prototype.Lo,Io.prototype.deleteLink=Io.prototype.Yy,Io.prototype.deleteEdge=Io.prototype.Mj,Io.prototype.addLink=Io.prototype.Dy,Io.prototype.addEdge=Io.prototype.Bo,Io.prototype.findVertex=Io.prototype.ki,Io.prototype.deleteNode=Io.prototype.Zy,Io.prototype.deleteVertex=Io.prototype.Iu,Io.prototype.addNode=Io.prototype.Bl,Io.prototype.addVertex=Io.prototype.dh,Io.prototype.addParts=Io.prototype.lg,Io.className="LayoutNetwork";function Na(a){rr(this),this.ob=a,this.j=new he(0,0,10,10).freeze(),this.o=new Ot(5,5).freeze(),this.Sh=this.ub=null,this.tg=new pn,this.mg=new pn}Na.prototype.clear=function(){this.Sh=this.ub=null,this.tg=new pn,this.mg=new pn},Na.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutVertex#"+Tr(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},Na.prototype.commit=function(){var a=this.ub;if(a!==null){var y=this.bounds,x=a.bounds;Xe(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 br)){x=he.alloc(),a.Va();var b=this.network.layout.ni(a,x),E=a.locationObject.ga(xi);if(b.w()&&E.w()){a.moveTo(y.x+this.focusX-(E.x-b.x),y.y+this.focusY-(E.y-b.y)),he.free(x);return}he.free(x)}a.moveTo(y.x,y.y)}},Na.prototype.Cl=function(a){a!==null&&(this.tg.contains(a)||this.tg.add(a))},Na.prototype.Kl=function(a){a!==null&&this.tg.remove(a)},Na.prototype.zl=function(a){a!==null&&(this.mg.contains(a)||this.mg.add(a))},Na.prototype.Jl=function(a){a!==null&&this.mg.remove(a)};function ry(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}ln.Object.defineProperties(Na.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=he.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),he.free(x),!(a instanceof br)&&(a=a.locationObject.ga(xi),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 Cn,y=this.sourceEdges;y.next();)a.add(y.value.fromVertex);return a.iterator}},destinationVertexes:{get:function(){for(var a=new Cn,y=this.destinationEdges;y.next();)a.add(y.value.toVertex);return a.iterator}},vertexes:{get:function(){for(var a=new Cn,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 pn,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}}}),Na.prototype.deleteDestinationEdge=Na.prototype.Jl,Na.prototype.addDestinationEdge=Na.prototype.zl,Na.prototype.deleteSourceEdge=Na.prototype.Kl,Na.prototype.addSourceEdge=Na.prototype.Cl,Na.className="LayoutVertex",Na.standardComparer=ry,Na.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 tl(a){rr(this),this.nb=a,this.qd=this.kd=this.$k=this.ub=null}tl.prototype.clear=function(){this.qd=this.kd=this.$k=this.ub=null},tl.prototype.toString=function(a){a===void 0&&(a=0);var y="LayoutEdge#"+Tr(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},tl.prototype.gm=function(){var a=this.kd;this.kd=this.qd,this.qd=a},tl.prototype.commit=function(){},tl.prototype.Ax=function(a){return this.qd===a?this.kd:this.kd===a?this.qd:null},ln.Object.defineProperties(tl.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)}}}),tl.prototype.getOtherVertex=tl.prototype.Ax,tl.className="LayoutEdge";function qa(a){qo.call(this),this.isViewportSized=!0,this.yo=this.zo=NaN,this.yg=new Yt(NaN,NaN).freeze(),this.tf=new Yt(10,10).freeze(),this.Jb=fp,this.Rb=o0,this.nd=gp,this.hd=uS,a&&Object.assign(this,a)}Ne(qa,qo),qa.prototype.cloneProtected=function(a){qo.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},qa.prototype.qb=function(a){a.classType===qa?a===gp||a===s0||a===oy||a===a0?this.sorting=a:a===o0||a===au?this.arrangement=a:a===fp||a===r0?this.alignment=a:Qt("Unknown enum value: "+a):qo.prototype.qb.call(this,a)},qa.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 br)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 a0:E.reverse();break;case gp:E.sort(this.comparer);break;case s0: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 r0:var rt=y,ot=x,st=he.alloc(),ut=Math.max(this.cellSize.width,1);if(!isFinite(ut))for(var ft=ut=0;ft<E.length;ft++){var vt=this.ni(E[ft],st);ut=Math.max(ut,vt.width)}if(ut=Math.max(ut+rt,1),ft=Math.max(this.cellSize.height,1),!isFinite(ft))for(vt=ft=0;vt<E.length;vt++){var xt=this.ni(E[vt],st);ft=Math.max(ft,xt.height)}ft=Math.max(ft+ot,1),vt=this.arrangement;for(var bt=xt=this.arrangementOrigin.x,Tt=this.arrangementOrigin.y,Xt=0,Zt=0,qt=0;qt<E.length;qt++){var _t=E[qt],ee=this.ni(_t,st),me=Math.ceil((ee.width+rt)/ut)*ut,Ie=Math.ceil((ee.height+ot)/ft)*ft;switch(vt){case au:var li=Math.abs(bt-ee.width);break;default:li=bt+ee.width}switch((0<z&&Xt>z-1||0<tt&&0<Xt&&li-xt>tt)&&(b.push(new he(0,Tt,tt+rt,Zt)),Xt=0,bt=xt,Tt+=Zt,Zt=0),Zt=Math.max(Zt,Ie),vt){case au:ee=-ee.width;break;default:ee=0}switch(_t.moveTo(bt+ee,Tt),vt){case au:bt-=me;break;default:bt+=me}Xt++}b.push(new he(0,Tt,tt+rt,Zt)),he.free(st);break;case fp:for(ot=tt,ut=z,ft=y,vt=x,tt=he.alloc(),xt=Math.max(this.cellSize.width,1),z=Tt=st=0,rt=Ot.alloc(),bt=0;bt<E.length;bt++)Zt=E[bt],Xt=this.ni(Zt,tt),Zt=Eh(Zt,Zt.locationObject,Zt.locationSpot,rt),st=Math.max(st,Zt.x),Tt=Math.max(Tt,Xt.width-Zt.x),z=Math.max(z,Zt.y);switch(bt=this.arrangement,bt){case au:st+=ft;break;default:Tt+=ft}xt=isFinite(xt)?Math.max(xt+ft,1):Math.max(st+Tt,1);var Di=Zt=this.arrangementOrigin.x;for(qt=this.arrangementOrigin.y,Tt=0,ot>=st&&(ot-=st),st=_t=0,me=Math.max(this.cellSize.height,1),ee=z=0,Ie=!0,Xt=Ot.alloc(),li=0;li<E.length;li++){var wi=E[li],In=this.ni(wi,tt),yn=Eh(wi,wi.locationObject,wi.locationSpot,rt);if(0<Tt)switch(bt){case au:Di=(Di-Zt-(In.width-yn.x))/xt,Di=ce.$(Math.round(Di),Di)?Math.round(Di):Math.floor(Di),Di=Di*xt+Zt;break;default:Di=(Di-Zt+yn.x)/xt,Di=ce.$(Math.round(Di),Di)?Math.round(Di):Math.ceil(Di),Di=Di*xt+Zt}else switch(bt){case au:_t=Di+yn.x+In.width;break;default:_t=Di-yn.x}switch(bt){case au:var Cr=-(Di+yn.x)+_t;break;default:Cr=Di+In.width-yn.x-_t}if(0<ut&&Tt>ut-1||0<ot&&0<Tt&&Cr>ot){for(b.push(new he(0,Ie?qt-z:qt,ot+ft,ee+z+vt)),Di=0;Di<Tt&&li!==Tt;Di++){Cr=E[li-Tt+Di];var gr=Eh(Cr,Cr.locationObject,Cr.locationSpot,Xt);Cr.moveTo(Cr.position.x,Cr.position.y+z-gr.y)}ee+=vt,qt=Ie?qt+ee:qt+(ee+z),Tt=ee=z=0,Di=Zt,Ie=!1}switch(Di===Zt&&(st=bt===au?Math.max(st,In.width-yn.x):Math.min(st,-yn.x)),z=Math.max(z,yn.y),ee=Math.max(ee,In.height-yn.y),isFinite(me)&&(ee=Math.max(ee,Math.max(In.height,me)-yn.y)),Ie?wi.moveTo(Di-yn.x,qt-yn.y):wi.moveTo(Di-yn.x,qt),bt){case au:Di-=yn.x+ft;break;default:Di+=In.width-yn.x+ft}Tt++}if(b.push(new he(0,qt,ot+ft,(Ie?ee:ee+z)+vt)),E.length!==Tt)for(ot=0;ot<Tt;ot++)ut=E[E.length-Tt+ot],ft=Eh(ut,ut.locationObject,ut.locationSpot,rt),ut.moveTo(ut.position.x,ut.position.y+z-ft.y);if(Ot.free(rt),Ot.free(Xt),bt===au)for(E=0;E<b.length;E++)z=b[E],z.width+=st,z.x-=st;else for(E=0;E<b.length;E++)z=b[E],z.x>st&&(z.width+=z.x-st,z.x=st);he.free(tt)}for(rt=z=tt=E=0;rt<b.length;rt++)ot=b[rt],E=Math.min(E,ot.x),tt=Math.min(tt,ot.y),z=Math.max(z,ot.x+ot.width);this.arrangement===au?this.commitLayers(b,new Ot(E+y/2-(z+E),tt-x/2)):this.commitLayers(b,new Ot(E-y/2,tt-x/2)),a!==null&&a.eb("Layout"),this.isValidLayout=!0}},qa.prototype.commitLayers=function(){};function uS(a,y){return a=a.text,y=y.text,a<y?-1:a>y?1:0}ln.Object.defineProperties(qa.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!==fp&&a!==r0||(this.Jb=a,this.C())}},arrangement:{get:function(){return this.Rb},set:function(a){this.Rb===a||a!==o0&&a!==au||(this.Rb=a,this.C())}},sorting:{get:function(){return this.nd},set:function(a){this.nd===a||a!==oy&&a!==a0&&a!==gp&&a!==s0||(this.nd=a,this.C())}},comparer:{get:function(){return this.hd},set:function(a){this.hd!==a&&(this.hd=a,this.C())}}});var r0=new je(qa,"Position",0),fp=new je(qa,"Location",1),o0=new je(qa,"LeftToRight",2),au=new je(qa,"RightToLeft",3),oy=new je(qa,"Forward",4),a0=new je(qa,"Reverse",5),gp=new je(qa,"Ascending",6),s0=new je(qa,"Descending",7);qa.className="GridLayout",qa.standardComparer=uS,qa.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},qa.Position=r0,qa.Location=fp,qa.LeftToRight=o0,qa.RightToLeft=au,qa.Forward=oy,qa.Reverse=a0,qa.Ascending=gp,qa.Descending=s0;function yo(){this.On=new Cn,this.Dn=new Cn,this.Pa=new Cn,this.cf=new Be,this.bf=new Be,this.aj=new Be,this.H=null,this.tp=!1}Ct=yo.prototype,Ct.clear=function(){this.On.clear(),this.Dn.clear(),this.Pa.clear(),this.cf.clear(),this.bf.clear(),this.aj.clear()},Ct.Xe=function(a){this.H=a},Ct.oi=function(a){if(a instanceof gi){if(this.On.add(a),a instanceof br){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 Rn?this.Dn.add(a):a instanceof ro||this.Pa.add(a);y=a.data,y===null||a instanceof ro||(a instanceof Rn?this.bf.add(y,a):this.cf.add(y,a))},Ct.pc=function(a){if(a.Ej(),a instanceof gi){if(this.On.remove(a),a instanceof br){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 Rn?this.Dn.remove(a):a instanceof ro||this.Pa.remove(a);y=a.data,y===null||a instanceof ro||(a instanceof Rn?this.bf.remove(y):this.cf.remove(y))},Ct.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 br)&&Qt('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 br||Qt('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 Rn||Qt('Invalid link template in Diagram.linkTemplateMap: template for "'+b+'" must be a Link, not a normal Node or simple Part: '+x);for(y=ai(),x=a.selection.iterator;x.next();)(b=x.value.data)&&y.push(b);for(x=ai(),a=a.highlighteds.iterator;a.next();)(b=a.value.data)&&x.push(b);for(a=ai(),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]);Jn(y),Jn(x),Jn(a)}},yo.prototype.addAllModeledParts=function(){this.addModeledParts(this.diagram.model.nodeDataArray)},yo.prototype.addModeledParts=function(a,y){var x=this,b=this.diagram.model;a.forEach(function(E){b.lb(E)&&hS(x,E,!1)}),a.forEach(function(E){b.lb(E)&&x.resolveReferencesForData(E)}),y!==!1&&vf(this.diagram,!1)};function hS(a,y,x){if(y!=null&&!a.diagram.undoManager.isUndoingRedoing&&!a.cf.contains(y)){x===void 0&&(x=!0);t:{if(y!=null&&!a.H.undoManager.isUndoingRedoing&&!a.cf.contains(y)){var b=a.Ro(y),E=dS(a,y,b);if(E!==null&&(Rl(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)}}yo.prototype.insertLink=function(){return null},yo.prototype.resolveReferencesForData=function(){},yo.prototype.Ro=function(a){return this.H.model.Ro(a)};function dS(a,y,x){a=a.H;var b=a.model;return b.Xj()&&b.Yu(y)?(y=a.groupTemplateMap.I(x),y===null&&(y=a.groupTemplateMap.I(""),y===null&&(gS||(gS=!0,qn('No Group template found for category "'+x+'"'),qn(" Using default group template")),y=a.ly))):(y=a.nodeTemplateMap.I(x),y===null&&(y=a.nodeTemplateMap.I(""),y===null&&(fS||(fS=!0,qn('No Node template found for category "'+x+'"'),qn(" Using default node template")),y=a.ny))),y}yo.prototype.getLinkCategoryForData=function(){return""},yo.prototype.setLinkCategoryForData=function(){},yo.prototype.setFromNodeForLink=function(){},yo.prototype.setToNodeForLink=function(){},yo.prototype.findLinkTemplateForCategory=function(a){var y=this.H,x=y.linkTemplateMap.I(a);return x===null&&(x=y.linkTemplateMap.I(""),x===null&&(pS||(pS=!0,qn('No Link template found for category "'+a+'"'),qn(" Using default link template")),x=y.my)),x},yo.prototype.removeAllModeledParts=function(){this.Gs(this.diagram.model.nodeDataArray)},yo.prototype.Gs=function(a){var y=this;a.forEach(function(x){y.ip(x)})},yo.prototype.ip=function(a){a=this.Lc(a),a!==null&&(kg(this.diagram,a,!1),this.unresolveReferencesForPart(a))},yo.prototype.unresolveReferencesForPart=function(){},yo.prototype.removeDataForLink=function(){},yo.prototype.findPartForKey=function(a){return a==null?null:(a=this.H.model.hc(a),a!==null?this.cf.I(a):null)},yo.prototype.Vb=function(a){return a==null||(a=this.H.model.hc(a),a===null)?null:(a=this.cf.I(a),a instanceof gi?a:null)},yo.prototype.findLinkForKey=function(){return null},Ct=yo.prototype,Ct.Lc=function(a){if(a===null)return null;var y=this.cf.I(a);return y!==null?y:y=this.bf.I(a)},Ct.ii=function(a){return a===null?null:(a=this.cf.I(a),a instanceof gi?a:null)},Ct.Kc=function(a){return a===null?null:this.bf.I(a)},Ct.ms=function(a){for(var y=0;y<arguments.length;++y);y=new Cn;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(Xe(tt)&&ay(this,E,tt)){y.add(b);break}}}return y.iterator},Ct.ls=function(a){for(var y=0;y<arguments.length;++y);y=new Cn;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(Xe(tt)&&ay(this,E,tt)){y.add(b);break}}}return y.iterator};function ay(a,y,x){for(var b in x){var E=y[b],z=x[b];if(ri(z)){if(!ri(E)||E.length<z.length)return!1;for(var tt=0;tt<E.length;tt++){var rt=z[tt];if(rt!==void 0&&!cS(a,E[tt],rt))return!1}}else if(!cS(a,E,z))return!1}return!0}function cS(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(Xe(y)&&Xe(x)){if(!ay(a,y,x))return!1}else if(y!==x)return!1;return!0}yo.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===To){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===Uo){var tt=a.newValue;b==="nodeDataArray"&&Xe(tt)&&hS(this,tt),y.isModified=!0}else if(x===ua){var rt=a.oldValue;b==="nodeDataArray"&&Xe(rt)&&this.ip(rt),y.isModified=!0}else x===ba&&(b==="SourceChanged"?a.object!==null?this.updateDataBindings(a.object,a.propertyName):(this.rp(),this.updateAllTargetBindings()):b==="ModelDisplaced"&&this.Wd());else if(x===To){var ot=a.propertyName,st=a.object;st===y.model?(ot==="nodeKeyProperty"||ot==="nodeCategoryProperty")&&(y.undoManager.isUndoingRedoing||this.Wd()):this.updateDataBindings(st,ot),y.isModified=!0}else if(x===Uo||x===ua){var ut=a.change===Uo,ft=ut?a.newParam:a.oldParam,vt=ut?a.newValue:a.oldValue,xt=this.aj.I(a.object);if(Array.isArray(xt))for(a=0;a<xt.length;a++){var bt=xt[a];if(ut)Mm(bt,vt,ft,!0);else if(!(0>ft)){var Tt=ft+Jg(bt);bt.pc(Tt,!0),xv(bt,Tt,ft)}}y.isModified=!0}}finally{y.aa=!0}}}}},yo.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)},yo.prototype.rp=function(){for(var a=this.H.model,y=new Cn,x=a.nodeDataArray,b=0;b<x.length;b++)y.add(x[b]);var E=[];for(this.nodes.each(function(tt){tt.data===null||y.contains(tt.data)||E.push(tt.data)}),this.parts.each(function(tt){tt.data===null||y.contains(tt.data)||E.push(tt.data)}),E.forEach(function(tt){LS(a,tt,!1)}),b=0;b<x.length;b++){var z=x[b];this.Lc(z)===null&&CS(a,z,!1)}for(this.refreshDataBoundLinks(),x=this.parts.iterator;x.next();)x.value.updateRelationshipsFromData();for(x=this.nodes.iterator;x.next();)x.value.updateRelationshipsFromData();for(x=this.links.iterator;x.next();)x.value.updateRelationshipsFromData()},yo.prototype.refreshDataBoundLinks=function(){},yo.prototype.updateRelationshipsFromData=function(){},yo.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=ai()),x.push(tt))}if(x!==null)break}if(x!==null){for(b=0;b<x.length;b++)x[b].La(y);Jn(x)}}a===this.diagram.model.modelData&&this.updateAllTargetBindings(y)}};function sy(a,y){var x=y.Hh;if(ri(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){Jd(y,function(tt){tt=tt.O.s;for(var rt=tt.length,ot=0;ot<rt;ot++)Dg(x,tt[ot])});var b=y.Hh;if(ri(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}}}}yo.prototype.Kj=function(a,y,x){x===void 0&&(x=!1);var b=new Be;if(ri(a))for(var E=0;E<a.length;E++)l0(this,a[E],y,b,x);else for(a=a.iterator;a.next();)l0(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 Cn;for(var z=new Be,tt=b.iterator;tt.next();){var rt=tt.value;if(rt instanceof Rn)a||rt.fromNode!==null&&rt.toNode!==null||E.add(rt);else if(rt instanceof gi&&rt.data!==null&&x.Tl()){var ot=rt;rt=tt.key;var st=rt.pg();st!==null&&(st=b.I(st),st!==null?(x.qe(ot.data,x.wa(st.data)),ot=y.Kc(ot.data),rt=rt.kh(),rt!==null&&ot!==null&&z.add(rt,ot)):x.qe(ot.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 Be;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 l0(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 Yi))return null;if(z.isSelected=!1,z.isHighlighted=!1,b.add(y,z),y instanceof gi){for(var tt=y.linksConnected;tt.next();){var rt=tt.value;if(rt.fromNode===y){var ot=b.I(rt);ot!==null&&(ot.fromNode=z)}rt.toNode===y&&(rt=b.I(rt),rt!==null&&(rt.toNode=z))}if(y instanceof br&&z instanceof br)for(y=y.memberParts;y.next();)tt=l0(a,y.value,x,b,E),tt instanceof Rn||tt===null||(tt.containingGroup=z)}else if(y instanceof Rn&&z instanceof Rn)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=l0(a,y.value,x,b,E),tt!==null&&tt instanceof gi&&(tt.labeledLink=z);return z}yo.prototype.copyPartData=function(a,y){var x=null,b=a.data;if(b!==null&&y!==null){var E=y.model;a instanceof Rn||(b=E.copyNodeData(b),Xe(b)&&(E.xf(b),x=y.Lc(b)))}else Rl(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 Rn||(E=y.copyNodeData(b)),Xe(E)&&(x.data=E)));return x},ln.Object.defineProperties(yo.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}}}),yo.prototype.updateAllRelationshipsFromData=yo.prototype.rp,yo.prototype.findLinksByExample=yo.prototype.ls,yo.prototype.findNodesByExample=yo.prototype.ms,yo.prototype.findLinkForData=yo.prototype.Kc,yo.prototype.findNodeForData=yo.prototype.ii,yo.prototype.findPartForData=yo.prototype.Lc,yo.prototype.findNodeForKey=yo.prototype.Vb,yo.prototype.removeModeledPart=yo.prototype.ip,yo.prototype.removeModeledParts=yo.prototype.Gs,yo.prototype.rebuildParts=yo.prototype.Wd;var fS=!1,gS=!1,pS=!1;yo.className="PartManager";function Za(a){yo.apply(this,arguments)}Ne(Za,yo),Za.prototype.addAllModeledParts=function(){var a=this.diagram.model;this.addModeledParts(a.nodeDataArray),mS(this,a.linkDataArray)},Za.prototype.addModeledParts=function(a){for(yo.prototype.addModeledParts.call(this,a,!1),a=this.links.iterator;a.next();)zf(a.value);vf(this.diagram,!1)};function mS(a,y){y.forEach(function(x){vS(a,x)}),vf(a.diagram,!1)}function vS(a,y){if(y!=null&&!a.diagram.undoManager.isUndoingRedoing&&!a.bf.contains(y)){var x=a.getLinkCategoryForData(y),b=a.findLinkTemplateForCategory(x);if(b!==null){Rl(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=c0(x,y,!0);z!==""&&(E.fromPortId=z),z=dl(x,y,!0),z!==void 0&&(z=a.Vb(z),z instanceof gi&&(E.fromNode=z)),z=c0(x,y,!1),z!==""&&(E.toPortId=z),z=dl(x,y,!1),z!==void 0&&(z=a.Vb(z),z instanceof gi&&(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}}}}Za.prototype.removeAllModeledParts=function(){var a=this.diagram.model;yS(this,a.linkDataArray),this.Gs(a.nodeDataArray)};function yS(a,y){y.forEach(function(x){a.ip(x)})}Za.prototype.getLinkCategoryForData=function(a){return this.diagram.model.ps(a)},Za.prototype.setLinkCategoryForData=function(a,y){return this.diagram.model.lp(a,y)},Za.prototype.setFromNodeForLink=function(a,y){var x=this.diagram.model;x.wv(a.data,x.wa(y!==null?y.data:null))},Za.prototype.setToNodeForLink=function(a,y){var x=this.diagram.model;x.Bv(a.data,x.wa(y!==null?y.data:null))},Za.prototype.removeDataForLink=function(a){this.diagram.model.bm(a.data)},Za.prototype.findPartForKey=function(a){var y=yo.prototype.findPartForKey.call(this,a);return y===null&&(a=this.diagram.model.jh(a),a!==null)?this.bf.I(a):y},Za.prototype.findLinkForKey=function(a){return a==null?null:(a=this.diagram.model.jh(a),a!==null?this.bf.I(a):null)},Za.prototype.doModelChanged=function(a){var y=this;if(yo.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===To){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 rt=this.Kc(a.object);if(rt!==null){var ot=this.Vb(a.newValue);rt.toNode=ot}}else if(E==="linkFromPortId"){var st=this.Kc(a.object);if(st!==null){var ut=a.newValue;typeof ut=="string"&&(st.fromPortId=ut)}}else if(E==="linkToPortId"){var ft=this.Kc(a.object);if(ft!==null){var vt=a.newValue;typeof vt=="string"&&(ft.toPortId=vt)}}else if(E==="nodeGroupKey"){var xt=this.Lc(a.object);if(xt!==null){var bt=a.newValue;if(bt!==void 0){var Tt=this.Vb(bt);Tt instanceof br?xt.containingGroup=Tt:xt.containingGroup=null}else xt.containingGroup=null}}else if(E==="linkLabelKeys"){var Xt=this.Kc(a.object);if(Xt!==null){var Zt=a.oldValue,qt=a.newValue;Array.isArray(Zt)&&Zt.forEach(function(yn){0<=qt.indexOf(yn)||(yn=y.Vb(yn),yn!==null&&(yn.labeledLink=null))}),Array.isArray(qt)&&qt.forEach(function(yn){yn=y.Vb(yn),yn!==null&&(yn.labeledLink=Xt)})}}else if(E==="linkCategory"){var _t=this.Kc(a.object),ee=a.newValue;_t!==null&&typeof ee=="string"&&(_t.category=ee)}else E==="linkDataArray"&&(yS(this,a.oldValue),mS(this,a.newValue));x.isModified=!0}else if(b===Uo){var me=a.newValue;if(E==="linkDataArray"&&typeof me=="object"&&me!==null)vS(this,me);else if(E==="linkLabelKeys"&&fd(me)){var Ie=this.Kc(a.object),li=this.Vb(me);Ie!==null&&li!==null&&(li.labeledLink=Ie)}x.isModified=!0}else if(b===ua){var Di=a.oldValue;if(E==="linkDataArray"&&typeof Di=="object"&&Di!==null)this.ip(Di);else if(E==="linkLabelKeys"&&fd(Di)){var wi=this.Vb(Di);wi!==null&&(wi.labeledLink=null)}x.isModified=!0}}else if(b===To){var In=a.propertyName;a.object!==x.model||In!=="linkFromKeyProperty"&&In!=="linkToKeyProperty"&&In!=="linkFromPortIdProperty"&&In!=="linkToPortIdProperty"&&In!=="linkLabelKeysProperty"&&In!=="nodeIsGroupProperty"&&In!=="nodeGroupKeyProperty"&&In!=="linkCategoryProperty"||x.undoManager.isUndoingRedoing||this.Wd(),x.isModified=!0}}finally{x.aa=!0}}}}},Za.prototype.refreshDataBoundLinks=function(){var a=this,y=this.diagram.model,x=new Cn,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){FS(y,z,!1)}),b.forEach(function(z){a.Kc(z)===null&&ES(y,z,!1)})},Za.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 Rn){var E=dl(b,y,!0);if(E=x.Vb(E),a.fromNode=E,E=dl(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 Cn().addAll(y);var tt=new Cn;a.labelNodes.each(function(rt){rt.data!==null&&(rt=b.wa(rt.data),rt!==void 0&&tt.add(rt))}),y=tt.copy(),y.hp(E),E=E.copy(),E.hp(tt),(0<y.count||0<E.count)&&(y.each(function(rt){rt=x.Vb(rt),rt!==null&&rt.labeledLink===a&&(rt.labeledLink=null)}),E.each(function(rt){rt=x.Vb(rt),rt!==null&&rt.labeledLink!==a&&(rt.labeledLink=a)}))}}else!(a instanceof ro)&&(y=b.lh(y),y=x.findPartForKey(y),y===null||y instanceof br)&&(a.containingGroup=y)}}},Za.prototype.resolveReferencesForData=function(a){var y=this.diagram.model,x=y.wa(a);if(x!==void 0){var b=pp(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 br&&y.lh(tt)===x&&(tt=this.Lc(tt),tt!==null&&(tt.containingGroup=E)):(z.link=this.Kc(tt),z.link!==null&&E instanceof gi&&(dl(y,tt,!0)===x&&(z.link.fromNode=E),dl(y,tt,!1)===x&&(z.link.toNode=E),tt=y.Ef(tt),Array.isArray(tt)&&tt.some(function(rt){return function(ot){return ot===x?(E.labeledLink=rt.link,!0):!1}}(z)))),z={link:z.link}}lu(y,x)}a=y.lh(a),a!==void 0&&(a=this.Vb(a),a instanceof br&&(E.containingGroup=a))}},Za.prototype.unresolveReferencesForPart=function(a){var y=this.diagram.model;if(a instanceof gi){var x=y.wa(a.data);if(x!==void 0){for(var b=a.linksConnected;b.next();)su(y,x,b.value.data);if(a.isLinkLabel&&(b=a.labeledLink,b!==null&&su(y,x,b.data)),a instanceof br)for(a=a.memberParts;a.next();)b=a.value.data,y.lb(b)&&su(y,x,b)}}},Za.prototype.copyPartData=function(a,y){var x=yo.prototype.copyPartData.call(this,a,y);if(a instanceof Rn)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},Za.prototype.insertLink=function(a,y,x,b){var E=this.diagram,z=E.model,tt=E.toolManager.findTool("Linking"),rt="";if(a!==null&&(y===null&&(y=a),rt=y.portId,rt===null&&(rt="")),y="",x!==null&&(b===null&&(b=x),y=b.portId,y===null&&(y="")),b=tt.archetypeLinkData,b instanceof Rn){if(Rl(b),z=b.copy(),z!==null)return z.fromNode=a,z.fromPortId=rt,z.toNode=x,z.toPortId=y,E.add(z),a=tt.archetypeLabelNodeData,a instanceof gi&&(Rl(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&&Vf(z,b,z.wa(a.data),!0),Kf(z,b,rt,!0),x!==null&&Vf(z,b,z.wa(x.data),!1),Kf(z,b,y,!1),z.fi(b),a=tt.archetypeLabelNodeData,a===null||a instanceof gi||(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},Za.prototype.findLinkForKey=Za.prototype.findLinkForKey,Za.prototype.findPartForKey=Za.prototype.findPartForKey,Za.prototype.removeAllModeledParts=Za.prototype.removeAllModeledParts,Za.prototype.addModeledParts=Za.prototype.addModeledParts,Za.prototype.addAllModeledParts=Za.prototype.addAllModeledParts,Za.className="GraphLinksPartManager";function bl(){yo.apply(this,arguments),this.Sg=null}Ne(bl,yo);function u0(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||!Co(b,E,z,null,!0))&&(y=a.getLinkCategoryForData(x.data),b=a.findLinkTemplateForCategory(y),b!==null&&(Rl(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}}}bl.prototype.getLinkCategoryForData=function(a){return this.diagram.model.ss(a)},bl.prototype.setLinkCategoryForData=function(a,y){this.diagram.model.Ms(a,y)},bl.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}},bl.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))},bl.prototype.removeDataForLink=function(a){this.diagram.model.qe(a.data,void 0)},bl.prototype.findLinkForKey=function(a){return a==null?null:(a=this.diagram.model.hc(a),a!==null?this.bf.I(a):null)},bl.prototype.doModelChanged=function(a){if(yo.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===To){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 rt=tt.kh();rt!==null?z===null?y.remove(rt):y.isTreePathToChildren?rt.fromNode=z:rt.toNode=z:u0(this,z,tt)}}else if(b==="parentLinkCategory"){var ot=this.ii(a.object),st=a.newValue;if(ot!==null&&typeof st=="string"){var ut=ot.kh();ut!==null&&(ut.category=st)}}y.isModified=!0}}else if(x===To){var ft=a.propertyName;a.object===y.model&&ft==="nodeParentKeyProperty"&&(y.undoManager.isUndoingRedoing||this.Wd()),y.isModified=!0}}finally{y.aa=!0}}}}},bl.prototype.updateRelationshipsFromData=function(a){var y=a.data;if(y!==null){var x=a.diagram;if(x!==null){var b=x.model;a instanceof gi&&(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:u0(this,y,a):b!==null&&kg(x,b,!1)))}}},bl.prototype.updateDataBindings=function(a,y){yo.prototype.updateDataBindings.call(this,a,y),typeof y=="string"&&this.Lc(a)!==null&&(a=this.Kc(a),a!==null&&a.La(y))},bl.prototype.resolveReferencesForData=function(a){var y=this.diagram.model,x=y.wa(a);if(x!==void 0){var b=pp(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 gi&&y.mh(z)===x&&u0(this,E,this.ii(z))}lu(y,x)}a=y.mh(a),a!==void 0&&E instanceof gi&&(a=this.Vb(a),u0(this,a,E))}},bl.prototype.unresolveReferencesForPart=function(a){var y=this.diagram.model;if(a instanceof gi){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(ua,"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)&&su(y,x,E)}},bl.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},bl.prototype.findLinkForKey=bl.prototype.findLinkForKey,bl.className="TreePartManager";function Hi(a,y){this.kl=new Cn,this.il=new Cn,this.Wv=`,
|
|
"insertedNodeKeys": `,this.jy=`,
|
|
"modifiedNodeData": `,this.Yv=`,
|
|
"removedNodeKeys": `,this.vh=null,rr(this),this.Sm=this.xa="",this.Gg=!1,this.j={},this.Tc=[],this.kb=new Be,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 Be,this.Lt=new pn,this.Wg=!1,this.o=null,this.undoManager=new Xo,a!==void 0&&(ri(a)?this.nodeDataArray=a:y=a),y&&(Object.assign(this,y),a=y.Changed)&&(delete this.Changed,this.Pe(a))}Hi.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},Hi.prototype.copy=function(){var a=new this.constructor;return this.cloneProtected(a),a},Hi.prototype.clear=function(){this.Tc=[],this.kb.clear(),this.Vf.clear(),this.undoManager.clear()},Hi.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)+":"+hr(E)}}return y},Hi.prototype.xA=function(a){a.change!==ba&&Qt("Model.toIncrementalData argument is not a Transaction ChangedEvent:"+a.toString());var y=a.object;return a.isTransactionFinished&&y instanceof pa?(xS(this,y),a=this.Qv(y,a.propertyName==="FinishedUndo"),this.vh=null,a):null},Hi.prototype.Qv=function(a,y){var x=this,b=!1,E=new Cn,z=new Cn,tt=new Cn,rt=this.vh;a.changes.each(function(ft){ft.model===x&&(ft.modelChange==="nodeDataArray"?ft.change===Uo?E.add(ft.newValue):ft.change===ua&&tt.add(ft.oldValue):x.lb(ft.object)?z.add(ft.object):ft.change!==To||x.modelData!==ft.object&&ft.propertyName!=="modelData"?ft.object!==null&&(rt&&rt.contains(ft.object)?rt.get(ft.object).each(function(vt){x.lb(vt)&&z.add(vt)}):ft.object instanceof Hi||x.ri()&&x.Jc(ft.object)||PS(x,ft.object).each(function(vt){z.add(vt)})):b=!0)});var ot=this.il;ot.clear(),E.each(function(ft){ot.add(x.wa(ft)),y||z.add(ft)});var st=this.kl;st.clear(),tt.each(function(ft){st.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<ot.count&&(ut===null&&(ut={}),y?ut.removedNodeKeys=ot.Fa():ut.insertedNodeKeys=ot.Fa()),0<a.length&&(ut===null&&(ut={}),ut.modifiedNodeData=a),0<st.count&&(ut===null&&(ut={}),y?ut.insertedNodeKeys=st.Fa():ut.removedNodeKeys=st.Fa()),st.clear(),ot.clear(),ut},Hi.prototype.cloneDeep=function(a){return Gf(this,a,!0)};function Gf(a,y,x,b,E,z){function tt(ft,vt){rt?(ft.__gohashid===void 0&&z.push(ft),b.set(ft,vt)):(ft=ho++,b.set(ft,vt),E.set(ft,y))}if(!Xe(y))return y;z||(z=[]);var rt=Object.isExtensible(y);if(b||(b=new Be),rt){var ot=b.get(y);if(ot)return ot}else for(E||(E=new Be),ot=E.iterator;ot.next();){var st=ot.key;if(ot.value===y&&(st=b.get(st)))return st}if(Array.isArray(y)){ot=[],tt(y,ot);for(var ut=0;ut<y.length;ut++)ot.push(Gf(a,y[ut],!1,b,E,z))}else if(y instanceof Ot||y instanceof Yt||y instanceof he||y instanceof Si||y instanceof Fn)ot=y.copy(),tt(y,ot);else{if(y instanceof po||y instanceof Ln||y instanceof je)return y;if(y instanceof pn)ot=new pn().addAll(Gf(a,y.Fa(),!1,b,E,z)),tt(y,ot);else if(y instanceof Cn)ot=new Cn().addAll(Gf(a,y.Fa(),!1,b,E,z)),tt(y,ot);else if(y instanceof Be)ot=new Be().addAll(Gf(a,y.Fa(),!1,b,E,z)),tt(y,ot);else if(y instanceof Date)ot=new Date(y.getTime()),tt(y,ot);else if(y instanceof RegExp)ot=new RegExp(y),tt(y,ot),ot.lastIndex=y.lastIndex;else if(typeof y.copy=="function")ot=y.copy(),tt(y,ot);else for(ut in ot={},tt(y,ot),y)ut!=="__gohashid"&&(ot[ut]=Gf(a,y[ut],!1,b,E,z))}return x&&z.forEach(function(ft){delete ft.__gohashid}),ot}Ct=Hi.prototype,Ct.quote=function(a){return JSON.stringify(a).replace(/[\u007F-\uFFFF]/g,function(y){return"\\u"+("0000"+y.charCodeAt(0).toString(16)).substr(-4)})},Ct.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},Ct.gp=function(a){a.name&&(this.name=a.name),a.dataFormat&&(this.dataFormat=a.dataFormat),a.isReadOnly&&(this.isReadOnly=!0),a.nodeKeyProperty&&(this.nodeKeyProperty=a.nodeKeyProperty),a.copiesArrays&&(this.copiesArrays=!0),a.copiesArrayObjects&&(this.copiesArrayObjects=!0),a.copiesKey===!1&&(this.copiesKey=!1),a.nodeCategoryProperty&&(this.nodeCategoryProperty=a.nodeCategoryProperty)};function SS(a,y){y=y.modelData,Xe(y)&&(a.dm(y),a.modelData=y)}Ct.Rv=function(){var a=this.modelData,y=!1,x;for(x in a)if(!wS(x,a[x])){y=!0;break}return a="",y&&(a=`,
|
|
"modelData": `+uy(this,this.modelData)),a+`,
|
|
"nodeDataArray": `+cd(this,this.nodeDataArray,!0)},Ct.kv=function(a){SS(this,a),a=a.nodeDataArray,ri(a)&&(this.dm(a),this.nodeDataArray=a)};function xS(a,y){function x(E,z){if((z=z.part)&&(z=z.data,E!==z)){var tt=b.get(E);tt===null?(tt=new Cn,tt.add(z),b.add(E,tt)):tt.add(z)}}var b=a.vh;b===null&&(b=new Be,y.changes.each(function(E){if(E.diagram!==null){var z=E.change;z===To?(E=E.object.panel)&&(z=E.data)&&x(z,E):(z===Uo||z===ua)&&(E=E.object,(z=E.itemArray)&&x(z,E))}}),a.vh=b)}function PS(a,y){for(var x=new Cn,b=0;b<a.nodeDataArray.length;b++){var E=a.nodeDataArray[b];h0(a,y,E,E,x)}return x}function h0(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(h0(a,y,tt,b,E))return!0}else if(Xe(x)&&Object.getPrototypeOf(x)===Object.prototype)for(z in x){if(tt=x[z],tt===y)return E.add(b),!0;if(h0(a,y,tt,b,E))return!0}return!1}Ct.Pv=function(a,y){var x=this,b=!1,E=new Cn,z=new Cn,tt=new Cn,rt=this.vh;a.changes.each(function(ut){ut.model===x&&(ut.modelChange==="nodeDataArray"?ut.change===Uo?E.add(ut.newValue):ut.change===ua&&tt.add(ut.oldValue):x.lb(ut.object)?z.add(ut.object):ut.change!==To||x.modelData!==ut.object&&ut.propertyName!=="modelData"?ut.object!==null&&(rt&&rt.contains(ut.object)?rt.get(ut.object).each(function(ft){x.lb(ft)&&z.add(ft)}):ut.object instanceof Hi||x.ri()&&x.Jc(ut.object)||PS(x,ut.object).each(function(ft){z.add(ft)})):b=!0)});var ot=this.il;ot.clear(),E.each(function(ut){ot.add(x.wa(ut)),y||z.add(ut)});var st=this.kl;return st.clear(),tt.each(function(ut){st.add(x.wa(ut)),y&&z.add(ut)}),a="",b&&(a+=`,
|
|
"modelData": `+uy(this,this.modelData)),0<ot.count&&(a+=(y?this.Yv:this.Wv)+cd(this,ot.Fa(),!0)),0<z.count&&(a+=this.jy+cd(this,z.Fa(),!0)),0<st.count&&(a+=(y?this.Wv:this.Yv)+cd(this,st.Fa(),!0)),st.clear(),ot.clear(),a},Ct.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)&&Qt("applyIncrementalJson cannot change Model properties"),SS(this,a);var y=a.insertedNodeKeys,x=a.modifiedNodeData,b=new Be;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 rt=this.hc(tt);rt===null&&(rt=(rt=b.get(tt))?rt:this.copyNodeData({}),this.km(rt,tt),this.xf(rt))}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 ot in E)ot==="__gohashid"||ot===this.nodeKeyProperty||this.Wj()&&ot===this.nodeIsGroupProperty||this.setDataProperty(z,ot,E[ot]);this.lm(E,z)}}if(a=a.removedNodeKeys,Array.isArray(a))for(x=a.length,ot=0;ot<x;ot++)y=this.hc(a[ot]),y!==null&&this.cm(y)},Ct.$x=function(a,y){a.change!==ba&&Qt("Model.toIncrementalJson argument is not a Transaction ChangedEvent:"+a.toString());var x=a.object;return a.isTransactionFinished&&x instanceof pa?(y===void 0&&(y=mp(this,this)),xS(this,x),a=this.Pv(x,a.propertyName==="FinishedUndo"),this.vh=null,y==="2"?'{ "incremental": 2'+a+"}":'{ "class": '+this.quote(y)+', "incremental": 1'+this.rm()+a+"}"):'{ "incremental": 0 }'},Ct.yA=function(a,y){return this.$x(a,y)},Ct.np=function(a){return a===void 0&&(a=mp(this,this)),'{ "class": '+this.quote(a)+this.rm()+this.Rv()+"}"},Ct.toJSON=function(a){return this.np(a)},Ct.Zw=function(a){var y=null;if(typeof a=="string")try{y=Ye.JSON.parse(a)}catch(b){}else typeof a=="object"?y=a:Qt("Unable to modify a Model from: "+a);var x=y.incremental;typeof x!="number"&&Qt("Unable to apply non-incremental changes to Model: "+a),x!==0&&(this.Ea("applyIncrementalJson"),this.fp(y),this.eb("applyIncrementalJson"))},Ct.Ky=function(a){return this.Zw(a)},Hi.constructGraphLinksModel=function(){return new Hi},Ct=Hi.prototype,Ct.dm=function(a){if(ri(a))for(var y=a.length,x=0;x<y;x++){var b=a[x];if(Xe(b)){var E=x;b=this.dm(b),Array.isArray(a)?a[E]=b:Qt("Cannot replace an object in an HTMLCollection or NodeList at "+E)}}else if(Xe(a)){for(y in a)if(x=a[y],Xe(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 pn,b=0;b<x.length/2;b++)E.add(new Ot(x[2*b],x[2*b+1]));E.freeze(),a[y]=E}}return Nx(a)}return a},Ct.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()):ri(a)?cd(this,a):Xe(a)?uy(this,a):typeof a=="function"?"null":a.toString()};function cd(a,y,x){x===void 0&&(x=!1);var b=y.length;if(0>=b)return"[]";var E=new Ar;E.add("["),x&&1<b&&E.add(`
|
|
`);for(var z=0;z<b;z++){var tt=y[z];tt!==void 0&&(0<z&&(E.add(","),x&&E.add(`
|
|
`)),E.add(a.sm(tt)))}return x&&1<b&&E.add(`
|
|
`),E.add("]"),E.toString()}function wS(a,y){return y===void 0||a==="__gohashid"||a[0]==="_"||typeof y=="function"}function As(a){return isNaN(a)?"NaN":a===1/0?"9e9999":a===-1/0?"-9e9999":a}function uy(a,y){var x=y;if(x instanceof Ot)y={class:"go.Point",x:As(x.x),y:As(x.y)};else if(x instanceof Yt)y={class:"go.Size",width:As(x.width),height:As(x.height)};else if(x instanceof he)y={class:"go.Rect",x:As(x.x),y:As(x.y),width:As(x.width),height:As(x.height)};else if(x instanceof Si)y={class:"go.Margin",top:As(x.top),right:As(x.right),bottom:As(x.bottom),left:As(x.left)};else if(x instanceof Fn)x.sb()?y={class:"go.Spot",x:As(x.x),y:As(x.y),offsetX:As(x.offsetX),offsetY:As(x.offsetY)}:y={class:"go.Spot",enum:x.toString()};else if(x instanceof po){if(y={class:"go.Brush",type:x.type.name},x.type===Mh?y.color=x.color:(x.type===ih||x.type===Cl)&&(y.start=x.start,y.end=x.end,x.type===Cl&&(x.startRadius!==0&&(y.startRadius=As(x.startRadius)),isNaN(x.endRadius)||(y.endRadius=As(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 Ln?(y={class:"go.Geometry",type:x.type.name},x.startX!==0&&(y.startX=As(x.startX)),x.startY!==0&&(y.startY=As(x.startY)),x.endX!==0&&(y.endX=As(x.endX)),x.endY!==0&&(y.endY=As(x.endY)),x.spot1.D(Ui)||(y.spot1=x.spot1),x.spot2.D(vr)||(y.spot2=x.spot2),x.type===Ln.o&&(y.path=Ln.ia(x))):x instanceof je&&(y={class:"go.EnumValue",classType:mp(a,x.classType),name:x.name});b="{",x=!0;for(var E in y){var z=ma(y,E);if(!wS(E,z))if(x?x=!1:b+=",",b+=a.quote(E)+":",E==="points"&&z instanceof pn){var tt="[";for(z=z.iterator;z.next();){var rt=z.value;1<tt.length&&(tt+=","),tt+=a.sm(rt.x),tt+=",",tt+=a.sm(rt.y)}tt+="]",b+=tt}else b+=a.sm(z)}return b+"}"}function ks(a){return typeof a=="number"?a:a==="NaN"?NaN:a==="9e9999"?1/0:a==="-9e9999"?-1/0:parseFloat(a)}function Nx(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 Ot(ks(a.x),ks(a.y));else if(y==="Size")x=new Yt(ks(a.width),ks(a.height));else if(y==="Rect")x=new he(ks(a.x),ks(a.y),ks(a.width),ks(a.height));else if(y==="Margin")x=new Si(ks(a.top),ks(a.right),ks(a.bottom),ks(a.left));else if(y==="Spot")typeof a.enum=="string"?x=lr(a.enum):x=new Fn(ks(a.x),ks(a.y),ks(a.offsetX),ks(a.offsetY));else if(y==="Brush"){if(x=new po,x.type=_i(po,a.type),typeof a.color=="string"&&(x.color=a.color),a.start instanceof Fn&&(x.start=a.start),a.end instanceof Fn&&(x.end=a.end),typeof a.startRadius=="number"&&(x.startRadius=ks(a.startRadius)),typeof a.endRadius=="number"&&(x.endRadius=ks(a.endRadius)),a=a.colorStops,Xe(a))for(var b in a)x.addColorStop(parseFloat(b),a[b])}else y==="Geometry"?(x=null,typeof a.path=="string"?x=Ln.parse(a.path):x=new Ln,x.type=_i(Ln,a.type),typeof a.startX=="number"&&(x.startX=ks(a.startX)),typeof a.startY=="number"&&(x.startY=ks(a.startY)),typeof a.endX=="number"&&(x.endX=ks(a.endX)),typeof a.endY=="number"&&(x.endY=ks(a.endY)),a.spot1 instanceof Fn&&(x.spot1=a.spot1),a.spot2 instanceof Fn&&(x.spot2=a.spot2)):y==="EnumValue"&&(b=a.classType,b.indexOf("go.")===0&&(b=b.substr(3)),b=dy(b),typeof b=="function"&&(x=_i(b,a.name)));return x}Ct.Pe=function(a){return this.Lt.add(a),this},Ct.ik=function(a){this.Lt.remove(a)},Ct.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)},Ct.cb=function(a,y,x,b,E,z,tt){Ea(this,"",a,y,x,b,E,z,tt)},Ct.g=function(a,y,x,b,E){Ea(this,"",To,a,this,y,x,b,E)},Ct.Fs=function(a,y,x,b,E,z){Ea(this,"",To,y,a,x,b,E,z)};function Ea(a,y,x,b,E,z,tt,rt,ot){rt===void 0&&(rt=null),ot===void 0&&(ot=null);var st=new Ro;st.model=a,st.change=x,st.modelChange=y,st.propertyName=b,st.object=E,st.oldValue=z,st.oldParam=rt,st.newValue=tt,st.newParam=ot,a.ds(st)}Hi.prototype.changeState=function(a,y){if(a!==null&&a.model===this)if(a.change===To){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)),Jo(x,b,E)}else a.change===Uo?(x=a.newParam,a.modelChange==="nodeDataArray"?(a=a.newValue,Xe(a)&&typeof x=="number"&&(b=this.wa(a),y?(this.Tc[x]===a&&ir(this.Tc,x),b!==void 0&&this.kb.remove(b)):(this.Tc[x]!==a&&Gi(this.Tc,x,a),b!==void 0&&this.kb.add(b,a)))):a.modelChange===""?((b=a.object)&&!ri(b)&&a.propertyName&&(b=ma(a.object,a.propertyName)),ri(b)&&typeof x=="number"&&(a=a.newValue,y?ir(b,x):Gi(b,x,a))):Qt("unknown ChangedEvent.Insert modelChange: "+a.toString())):a.change===ua?(x=a.oldParam,a.modelChange==="nodeDataArray"?(a=a.oldValue,Xe(a)&&typeof x=="number"&&(b=this.wa(a),y?(this.Tc[x]!==a&&Gi(this.Tc,x,a),b!==void 0&&this.kb.add(b,a)):(this.Tc[x]===a&&ir(this.Tc,x),b!==void 0&&this.kb.remove(b)))):a.modelChange===""?((b=a.object)&&!ri(b)&&a.propertyName&&(b=ma(a.object,a.propertyName)),ri(b)&&typeof x=="number"&&(a=a.oldValue,y?Gi(b,x,a):ir(b,x))):Qt("unknown ChangedEvent.Remove modelChange: "+a.toString())):a.change!==ba&&Qt("unknown ChangedEvent: "+a.toString())},Hi.prototype.Ea=function(a){return this.undoManager.Ea(a)},Hi.prototype.eb=function(a){return this.undoManager.eb(a)},Hi.prototype.Kf=function(){return this.undoManager.Kf()},Hi.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}},Ct=Hi.prototype,Ct.La=function(a,y){y===void 0&&(y=""),Ea(this,"SourceChanged",ba,y,a,null,null)},Ct.wa=function(a){if(a!==null){var y=this.Th;if(y!==""&&(y=ma(a,y),y!==void 0)){if(fd(y))return y;Qt("Key value for node data "+a+" is not a number or a string: "+y)}}},Ct.km=function(a,y){if(a!==null){var x=this.Th;if(x!=="")if(this.lb(a)){var b=ma(a,x);b!==y&&this.hc(y)===null&&(Jo(a,x,y),b!==void 0&&this.kb.remove(b),this.kb.add(y,a),Ea(this,"nodeKey",To,x,a,b,y),typeof x=="string"&&this.La(a,x),this.jp(b,y))}else Jo(a,x,y)}};function fd(a){return typeof a=="number"||typeof a=="string"}Ct.lb=function(a){var y=this.wa(a);return y===void 0?!1:this.kb.I(y)===a},Ct.hc=function(a){return a===null&&Qt("Model.findNodeDataForKey:key must not be null"),a!==void 0&&fd(a)?this.kb.I(a):null},Ct.$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))){Jo(a,y,x);return}if(typeof x=="string"){for(b=2;this.kb.contains(x+b);)b++;Jo(a,y,x+b)}else if(x===void 0||typeof x=="number"){for(x=-this.kb.count-1;this.kb.contains(x);)x--;Jo(a,y,x)}}}}},Ct.xf=function(a){a!==null&&(Or(a),this.lb(a)||CS(this,a,!0))};function CS(a,y,x){var b=a.wa(y);(b===void 0||a.kb.I(b)!==y)&&(a.$u(y),b=a.wa(y),b===void 0&&Qt("Model.makeNodeDataKeyUnique failed on "+y+". Data not added to Model."),a.kb.add(b,y),b=null,x&&(b=a.Tc.length,Gi(a.Tc,b,y)),Ea(a,"nodeDataArray",Uo,"nodeDataArray",a,null,y,null,b),a.fm(y),a.em(y))}Ct.Fy=function(a){if(ri(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)},Ct.cm=function(a){a!==null&&LS(this,a,!0)};function LS(a,y,x){var b=a.wa(y);if(b!==void 0&&a.kb.remove(b),b=null,x){t:if(x=a.Tc,Array.isArray(x))b=x.indexOf(y);else{b=x.length;for(var E=0;E<b;E++)if(x[E]===y){b=E;break t}b=-1}if(0>b)return;ir(a.Tc,b)}Ea(a,"nodeDataArray",ua,"nodeDataArray",a,y,null,b,null),a.qp(y)}Ct.nA=function(a){if(ri(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)},Ct.$z=function(a){if(a!==this.nodeDataArray&&ri(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 rt=this.hc(tt);rt!==z&&(rt!==null?(this.Do(rt,z),this.lm(z,rt)):(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()}},Ct.jp=function(a,y){y!==void 0&&(a=pp(this,a),a instanceof Cn&&this.Vf.add(y,a))},Ct.Lv=function(){},Ct.fm=function(){},Ct.em=function(){},Ct.qp=function(){};function su(a,y,x){if(y!==void 0){var b=a.Vf.I(y);b===null&&(b=new Cn,a.Vf.add(y,b)),b.add(x)}}function lu(a,y,x){if(y!==void 0){var b=a.Vf.I(y);b instanceof Cn&&(x==null?a.Vf.remove(y):(b.remove(x),b.count===0&&a.Vf.remove(y)))}}function pp(a,y){return y===void 0?null:(a=a.Vf.I(y),a instanceof Cn?a:null)}Ct.Qy=function(a){a===void 0?this.Vf.clear():this.Vf.remove(a)},Hi.prototype.copyNodeData=function(a){if(a===null)return null;var y=this.Bk;return a=y!==null?y(a,this):d0(this,a,!0),Xe(a)&&rr(a),a};function d0(a,y,x){if(a.copiesArrays&&Array.isArray(y)){var b=[];for(x=0;x<y.length;x++){var E=d0(a,y[x],a.copiesArrayObjects);b.push(E)}return rr(b),b}if(x&&Xe(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=ma(y,b),tt=mp(a,z);tt==="GraphObject"||tt==="Diagram"||tt==="Layer"||tt==="RowColumnDefinition"||tt==="AnimationManager"||tt==="Tool"||tt==="CommandHandler"||tt==="Layout"||tt==="InputEvent"||tt==="DiagramEvent"||z instanceof Hi||z instanceof Xo||z instanceof pa||z instanceof Ro||(z=d0(a,z,!1)),Jo(x,b,z)}return rr(x),x}return y instanceof Ot||y instanceof Yt||y instanceof he||y instanceof Fn||y instanceof Si?y.copy():y}Hi.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!bS&&a instanceof ye&&(bS=!0,qn('Model.setDataProperty is modifying a GraphObject, "'+a.toString()+'"'),qn(" Is that really your intent?"));var b=ma(a,y);b!==x&&(Jo(a,y,x),this.Fs(a,y,b,x))},Ct=Hi.prototype,Ct.set=function(a,y,x){this.setDataProperty(a,y,x)},Ct.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])}},Ct.Ay=function(a,y){this.ts(a,-1,y)},Ct.ts=function(a,y,x){0>y&&(y=a.length),Gi(a,y,x),Ea(this,"",Uo,"",a,null,x,null,y)},Ct.ov=function(a,y){y===void 0&&(y=-1),a===this.Tc&&Qt("Model.removeArrayItem should not be called on the Model.nodeDataArray"),y===-1&&(y=a.length-1);var x=a[y];ir(a,y),Ea(this,"",ua,"",a,x,null,y,null)},Ct.Ro=function(a){if(a===null)return"";var y=this.lj;if(y===""||(y=ma(a,y),y===void 0))return"";if(typeof y=="string")return y;Qt("getCategoryForNodeData found a non-string category for "+a+": "+y)},Ct.jm=function(a,y){if(a!==null){var x=this.lj;if(x!=="")if(this.lb(a)){var b=ma(a,x);b===void 0&&(b=""),b!==y&&(Jo(a,x,y),Ea(this,"nodeCategory",To,x,a,b,y))}else Jo(a,x,y)}},Ct.lm=function(a,y){this.jm(y,this.Ro(a))},Ct.Tl=function(){return!1},Ct.Wj=function(){return!1},Ct.ri=function(){return!1},Ct.xs=function(){return!1},Ct.Xj=function(){return!1};function hy(){return new Hi}function mp(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 mp(a,y.constructor);return typeof y}function dy(a){return ql[a]?ql[a]:Ye.go!==void 0&&Ye.go[a]?Ye.go[a]:null}function ma(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 Jo(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){}}ln.Object.defineProperties(Hi.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===""&&Qt("Model.nodeKeyProperty may not be the empty string"),0<this.kb.count&&Qt("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];Xe(E)||Qt("Model.nodeDataArray must only contain Objects, not: "+E),Or(E)}for(this.Tc=a,b=new pn,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(Ea(this,"nodeDataArray",To,"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"}}}),Hi.prototype.setCategoryForNodeData=Hi.prototype.jm,Hi.prototype.getCategoryForNodeData=Hi.prototype.Ro,Hi.prototype.removeArrayItem=Hi.prototype.ov,Hi.prototype.insertArrayItem=Hi.prototype.ts,Hi.prototype.addArrayItem=Hi.prototype.Ay,Hi.prototype.assignAllDataProperties=Hi.prototype.Do,Hi.prototype.set=Hi.prototype.set,Hi.prototype.clearUnresolvedReferences=Hi.prototype.Qy,Hi.prototype.mergeNodeDataArray=Hi.prototype.$z,Hi.prototype.removeNodeDataCollection=Hi.prototype.nA,Hi.prototype.removeNodeData=Hi.prototype.cm,Hi.prototype.addNodeDataCollection=Hi.prototype.Fy,Hi.prototype.addNodeData=Hi.prototype.xf,Hi.prototype.makeNodeDataKeyUnique=Hi.prototype.$u,Hi.prototype.findNodeDataForKey=Hi.prototype.hc,Hi.prototype.containsNodeData=Hi.prototype.lb,Hi.prototype.setKeyForNodeData=Hi.prototype.km,Hi.prototype.getKeyForNodeData=Hi.prototype.wa,Hi.prototype.updateTargetBindings=Hi.prototype.La,Hi.prototype.commit=Hi.prototype.commit,Hi.prototype.rollbackTransaction=Hi.prototype.Kf,Hi.prototype.commitTransaction=Hi.prototype.eb,Hi.prototype.startTransaction=Hi.prototype.Ea,Hi.prototype.raiseDataChanged=Hi.prototype.Fs,Hi.prototype.raiseChanged=Hi.prototype.g,Hi.prototype.raiseChangedEvent=Hi.prototype.cb,Hi.prototype.removeChangedListener=Hi.prototype.ik,Hi.prototype.addChangedListener=Hi.prototype.Pe,Hi.prototype.writeJsonValue=Hi.prototype.sm,Hi.prototype.replaceJsonObjects=Hi.prototype.dm,Hi.prototype.applyIncrementalJSON=Hi.prototype.Ky,Hi.prototype.applyIncrementalJson=Hi.prototype.Zw,Hi.prototype.toJSON=Hi.prototype.toJSON,Hi.prototype.toJson=Hi.prototype.np,Hi.prototype.toIncrementalJSON=Hi.prototype.yA,Hi.prototype.toIncrementalJson=Hi.prototype.$x,Hi.prototype.toIncrementalData=Hi.prototype.xA,Hi.prototype.clear=Hi.prototype.clear;var bS=!1,ql={};Hi.className="Model",Hi.fromJSON=Hi.fromJson=function(a,y){y===void 0&&(y=null);var x=null;if(typeof a=="string")try{x=Ye.JSON.parse(a)}catch(z){}else typeof a=="object"?x=a:Qt("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=Ye[b])),typeof E=="function"&&(a=new E)}catch(z){}a===null||a instanceof Hi?y=a:Qt("Unable to construct a Model of declared class: "+x.class)}return y===null&&(y=Hi.constructGraphLinksModel()),y.gp(x),y.kv(x),y},Hi.safePropertyValue=ma,Hi.safePropertySet=Jo,ql.Brush=po,ql.ChangedEvent=Ro,ql.Geometry=Ln,ql.Margin=Si,ql.Panel=Nn,ql.Point=Ot,ql.Rect=he,ql.Size=Yt,ql.Spot=Fn,ql.Transaction=pa,ql.UndoManager=Xo;function Sa(a,y,x,b){rr(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=AS,this.wk=null):(this.el=vp,this.wk=b),this.st=new Cn}Sa.prototype.copy=function(){var a=new Sa;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},Ct=Sa.prototype,Ct.qb=function(a){a.classType===Sa&&(this.mode=a)},Ct.toString=function(){return"Binding("+this.targetProperty+":"+this.sourceProperty+(this.Ai!==-1?" "+this.Ai:"")+" "+this.mode.name+")"},Ct.freeze=function(){return this._isFrozen=!0,this},Ct.ka=function(){return this._isFrozen=!1,this},Ct.Kx=function(a){return a===void 0&&(a=null),this.mode=vp,this.backConverter=a,this},Ct.cp=function(a){return a===void 0&&(a=""),this.sourceName=a,this.isToModel=!1,this},Ct.dA=function(){return this.sourceName=null,this.isToModel=!0,this};function MS(a,y,x){return a=a.sourceName,a===null||a===""?y:a==="/"?x.part:a==="."?x:a===".."?x.panel:y.fb(a)}Ct.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==="")qn("Binding error: target property is the empty string: "+this.toString());else{var z=y;if(b!==""&&(z=ma(y,b)),z!==void 0)if(E===null)x!==""&&Jo(a,x,z);else try{if(x!==""){var tt=E(z,a);Jo(a,x,tt)}else E(z,a)}catch(rt){}}}},Ct.sp=function(a,y,x,b){if(this.el===vp){var E=this.xl;if(x===void 0||E===x){x=this.sl;var z=this.wk,tt=a;if(E!==""&&(tt=ma(a,E)),tt!==void 0&&!this.st.contains(a))try{this.st.add(a);var rt=b!==null?b.diagram:null,ot=rt!==null?rt.model:null;if(z===null){if(x!=="")ot!==null?ot.setDataProperty(y,x,tt):Jo(y,x,tt);else if(ot!==null&&b!==null&&0<=b.itemIndex&&b.panel!==null&&Array.isArray(b.panel.itemArray)){var st=b.itemIndex,ut=b.panel.itemArray;ot.ov(ut,st),ot.ts(ut,st,tt)}}else try{if(x!==""){var ft=z(tt,y,ot);ot!==null?ot.setDataProperty(y,x,ft):Jo(y,x,ft)}else{var vt=z(tt,y,ot);if(vt!==void 0&&ot!==null&&b!==null&&0<=b.itemIndex&&b.panel!==null&&Array.isArray(b.panel.itemArray)){var xt=b.itemIndex,bt=b.panel.itemArray;ot.ov(bt,xt),ot.ts(bt,xt,vt)}}}catch(Tt){}}finally{this.st.remove(a)}}}},ln.Object.defineProperties(Sa.prototype,{Ai:{get:function(){return this.j},set:function(a){this._isFrozen&&Me(this),this.j=a}},targetProperty:{get:function(){return this.xl},set:function(a){this._isFrozen&&Me(this),this.xl=a}},sourceName:{get:function(){return this.Cr},set:function(a){this._isFrozen&&Me(this),this.Cr=a,a!==null&&(this.wn=!1)}},isToModel:{get:function(){return this.wn},set:function(a){this._isFrozen&&Me(this),this.wn=a}},sourceProperty:{get:function(){return this.sl},set:function(a){this._isFrozen&&Me(this),this.sl=a}},converter:{get:function(){return this.Im},set:function(a){this._isFrozen&&Me(this),this.Im=a}},backConverter:{get:function(){return this.wk},set:function(a){this._isFrozen&&Me(this),this.wk=a}},mode:{get:function(){return this.el},set:function(a){this._isFrozen&&Me(this),this.el=a}}}),Sa.prototype.updateSource=Sa.prototype.sp,Sa.prototype.updateTarget=Sa.prototype.Mv,Sa.prototype.ofModel=Sa.prototype.dA,Sa.prototype.ofObject=Sa.prototype.cp,Sa.prototype.makeTwoWay=Sa.prototype.Kx;var Tx="Binding",AS=new je(Sa,"OneWay",1),vp=new je(Sa,"TwoWay",2);Sa.className="Binding",Sa.parseEnum=function(a,y){return function(x){return x=_i(a,x),x===null?y:x}},Sa.toString=hr,Sa.OneWay=AS,Sa.TwoWay=vp;function _r(a,y,x){Hi.call(this),this.Vv=`,
|
|
"insertedLinkKeys": `,this.iy=`,
|
|
"modifiedLinkData": `,this.Xv=`,
|
|
"removedLinkKeys": `,this.md=[],this.$f=new Cn,this.wb=new Be,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&&(ri(a)?this.nodeDataArray=a:x=a),x&&(Object.assign(this,x),a=x.Changed)&&(delete this.Changed,this.Pe(a))}Ne(_r,Hi),_r.constructGraphLinksModel=Hi.constructGraphLinksModel,_r.prototype.cloneProtected=function(a){Hi.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},Ct=_r.prototype,Ct.clear=function(){Hi.prototype.clear.call(this),this.md=[],this.wb.clear(),this.$f.clear()},Ct.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)+":"+hr(E)}for(y+=`
|
|
link data:`,a=this.linkDataArray,x=a.length,b=0;b<x;b++)E=a[b],y+=" "+dl(this,E,!0)+"-->"+dl(this,E,!1)}return y},Ct.Qv=function(a,y){this.linkKeyProperty===""&&Qt("GraphLinksModel.linkKeyProperty must not be an empty string for .toIncrementalData() to succeed.");var x=Hi.prototype.Qv.call(this,a,y),b=this,E=new Cn,z=new Cn,tt=new Cn,rt=this.vh;a.changes.each(function(ut){ut.model===b&&(ut.modelChange==="linkDataArray"?ut.change===Uo?E.add(ut.newValue):ut.change===ua&&tt.add(ut.oldValue):b.Jc(ut.object)?z.add(ut.object):ut.object!==null&&(ut.object!==null&&rt&&rt.contains(ut.object)?rt.get(ut.object).each(function(ft){b.Jc(ft)&&z.add(ft)}):ut.object instanceof Hi||b.lb(ut.object)||kS(b,ut.object).each(function(ft){z.add(ft)})))});var ot=this.il;ot.clear(),E.each(function(ut){ot.add(b.Ac(ut)),y||z.add(ut)});var st=this.kl;return st.clear(),tt.each(function(ut){st.add(b.Ac(ut)),y&&z.add(ut)}),a=b.cloneDeep(z.Fa()),0<ot.count&&(x===null&&(x={}),y?x.removedLinkKeys=ot.Fa():x.insertedLinkKeys=ot.Fa()),0<a.length&&(x===null&&(x={}),x.modifiedLinkData=a),0<st.count&&(x===null&&(x={}),y?x.insertedLinkKeys=st.Fa():x.removedLinkKeys=st.Fa()),st.clear(),ot.clear(),x},Ct.rm=function(){var a=Hi.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},Ct.gp=function(a){Hi.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)},Ct.Rv=function(){var a=Hi.prototype.Rv.call(this),y=`,
|
|
"linkDataArray": `+cd(this,this.linkDataArray,!0);return a+y},Ct.kv=function(a){Hi.prototype.kv.call(this,a),a=a.linkDataArray,Array.isArray(a)&&(this.dm(a),this.linkDataArray=a)};function kS(a,y){for(var x=new Cn,b=0;b<a.linkDataArray.length;b++){var E=a.linkDataArray[b];h0(a,y,E,E,x)}return x}Ct.Pv=function(a,y){this.linkKeyProperty===""&&Qt("GraphLinksModel.linkKeyProperty must not be an empty string for .toIncrementalJson() to succeed.");var x=Hi.prototype.Pv.call(this,a,y),b=this,E=new Cn,z=new Cn,tt=new Cn,rt=this.vh;a.changes.each(function(ut){ut.model===b&&(ut.modelChange==="linkDataArray"?ut.change===Uo?E.add(ut.newValue):ut.change===ua&&tt.add(ut.oldValue):b.Jc(ut.object)?z.add(ut.object):ut.object!==null&&(ut.object!==null&&rt&&rt.contains(ut.object)?rt.get(ut.object).each(function(ft){b.Jc(ft)&&z.add(ft)}):ut.object instanceof Hi||b.lb(ut.object)||kS(b,ut.object).each(function(ft){z.add(ft)})))});var ot=this.il;ot.clear(),E.each(function(ut){ot.add(b.Ac(ut)),y||z.add(ut)});var st=this.kl;return st.clear(),tt.each(function(ut){st.add(b.Ac(ut)),y&&z.add(ut)}),a=x,0<ot.count&&(a+=(y?this.Xv:this.Vv)+cd(this,ot.Fa(),!0)),0<z.count&&(a+=this.iy+cd(this,z.Fa(),!0)),0<st.count&&(a+=(y?this.Vv:this.Xv)+cd(this,st.Fa(),!0)),st.clear(),ot.clear(),a},Ct.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)&&Qt("applyIncrementalJson cannot change Model properties"),Hi.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]);NS(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)},_r.prototype.changeState=function(a,y){if(a!==null&&a.model===this){if(a.change===To){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),Jo(x,b,E);return}}else if(a.change===Uo){if(x=a.newParam,a.modelChange==="linkDataArray"){a=a.newValue,Xe(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===ua){if(x=a.oldParam,a.modelChange==="linkDataArray"){a=a.oldValue,Xe(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}}Hi.prototype.changeState.call(this,a,y)}},Ct=_r.prototype,Ct.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),Jo(x,this.nodeKeyProperty,a),this.xf(x))}return a}},Ct.yx=function(a){return dl(this,a,!0)},Ct.wv=function(a,y){Vf(this,a,y,!0)},Ct.Bx=function(a){return dl(this,a,!1)},Ct.Bv=function(a,y){Vf(this,a,y,!1)};function dl(a,y,x){if(y!==null&&(a=x?a.lf:a.mf,a!==""&&(a=ma(y,a),a!==void 0))){if(fd(a))return a;Qt((x?"FromKey":"ToKey")+" value for link data "+y+" is not a number or a string: "+a)}}function Vf(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=ma(y,E);z!==x&&(lu(a,z,y),Jo(y,E,x),a.hc(x)===null&&su(a,x,y),Ea(a,b?"linkFromKey":"linkToKey",To,E,y,z,x),typeof E=="string"&&a.La(y,E))}else Jo(y,E,x)}}Ct.zx=function(a){return c0(this,a,!0)},Ct.xv=function(a,y){Kf(this,a,y,!0)},Ct.Cx=function(a){return c0(this,a,!1)},Ct.Cv=function(a,y){Kf(this,a,y,!1)};function c0(a,y,x){return y===null||(a=x?a.ej:a.fj,a==="")?"":(y=ma(y,a),y===void 0?"":y)}function Kf(a,y,x,b){if(y!==null){var E=b?a.ej:a.fj;if(E!=="")if(a.Jc(y)){var z=ma(y,E);z===void 0&&(z=""),z!==x&&(Jo(y,E,x),Ea(a,b?"linkFromPortId":"linkToPortId",To,E,y,z,x),typeof E=="string"&&a.La(y,E))}else Jo(y,E,x)}}Ct.Ef=function(a){if(a===null)return f0;var y=this.je;return y===""?f0:(a=ma(a,y),a===void 0?f0:a)},Ct.Ls=function(a,y){if(a!==null){var x=this.je;if(x!=="")if(this.Jc(a)){var b=ma(a,x);if(b===void 0&&(b=f0),b!==y){if(Array.isArray(b))for(var E=b.length,z=0;z<E;z++)lu(this,b[z],a);for(Jo(a,x,y),E=y.length,z=0;z<E;z++){var tt=y[z];this.hc(tt)===null&&su(this,tt,a)}Ea(this,"linkLabelKeys",To,x,a,b,y),typeof x=="string"&&this.La(a,x)}}else Jo(a,x,y)}},Ct.Bu=function(a,y){if(y!=null&&a!==null){var x=this.je;if(x!==""){var b=ma(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&&su(this,y,a),Ea(this,"linkLabelKeys",Uo,x,a,null,y,null,E)))}else Qt(x+" property is not an Array; cannot addLabelKeyForLinkData: "+a)}}},Ct.Qx=function(a,y){if(y!=null&&a!==null){var x=this.je;if(x!==""){var b=ma(a,x);if(Array.isArray(b)){var E=b.indexOf(y);0>E||(b.splice(E,1),this.Jc(a)&&(lu(this,y,a),Ea(this,"linkLabelKeys",ua,x,a,y,null,E,null)))}else b!==void 0&&Qt(x+" property is not an Array; cannot removeLabelKeyforLinkData: "+a)}}},Ct.Ac=function(a){if(a!==null){var y=this.Jh;if(y!==""&&(y=ma(a,y),y!==void 0)){if(fd(y))return y;Qt("Key value for link data "+a+" is not a number or a string: "+y)}}},Ct.Ks=function(a,y){if(a!==null){var x=this.Jh;if(x!=="")if(this.Jc(a)){var b=ma(a,x);b!==y&&this.jh(y)===null&&(Jo(a,x,y),b!==void 0&&this.wb.remove(b),this.wb.add(y,a),Ea(this,"linkKey",To,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Jo(a,x,y)}},Ct.jh=function(a){return a===null&&Qt("GraphLinksModel.findLinkDataForKey:key must not be null"),a!==void 0&&fd(a)?this.wb.I(a):null},Ct.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))){Jo(a,y,x);return}if(typeof x=="string"){for(b=2;this.wb.contains(x+b);)b++;Jo(a,y,x+b)}else if(x===void 0||typeof x=="number"){for(x=-this.wb.count-1;this.wb.contains(x);)x--;Jo(a,y,x)}}}}},Ct.Jc=function(a){return a===null?!1:this.$f.contains(a)},Ct.fi=function(a){a!==null&&(Or(a),this.Jc(a)||ES(this,a,!0))};function ES(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&&Qt("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)),Ea(a,"linkDataArray",Uo,"linkDataArray",a,null,y,null,b),cy(a,y)}Ct.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)},Ct.bm=function(a){a!==null&&FS(this,a,!0)};function FS(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(Ea(a,"linkDataArray",ua,"linkDataArray",a,y,null,b,null),x=dl(a,y,!0),lu(a,x,y),x=dl(a,y,!1),lu(a,x,y),b=a.Ef(y),Array.isArray(b))for(var E=b.length,z=0;z<E;z++)x=b[z],lu(a,x,y)}Ct.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)},Ct.Zz=function(a){if(this.linkKeyProperty===""&&Qt("GraphLinksModel.linkKeyProperty must not be an empty string for .mergeLinkDataArray() to succeed."),a!==this.linkDataArray&&ri(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 rt=this.jh(tt);rt!==z&&(rt!==null?(this.Do(rt,z),NS(this,z,rt)):(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 cy(a,y){var x=dl(a,y,!0);x=a.Vl(x),a.hc(x)===null&&su(a,x,y),x=dl(a,y,!1),x=a.Vl(x),a.hc(x)===null&&su(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&&su(a,x,y)}Ct.Jo=function(a){if(a===null)return null;var y=this.Ak;return a=y!==null?y(a,this):d0(this,a,!0),Xe(a)&&(rr(a),this.lf!==""&&Jo(a,this.lf,void 0),this.mf!==""&&Jo(a,this.mf,void 0),this.je!==""&&Jo(a,this.je,[])),a},Ct.Yu=function(a){if(a===null)return!1;var y=this.jl;return y===""?!1:!!ma(a,y)},Ct.lh=function(a){if(a!==null){var y=this.Je;if(y!==""&&(y=ma(a,y),y!==void 0)){if(fd(y))return y;Qt("GroupKey value for node data "+a+" is not a number or a string: "+y)}}},Ct.mp=function(a,y){if(y===null&&(y=void 0),a!==null){var x=this.Je;if(x!=="")if(this.lb(a)){var b=ma(a,x);b!==y&&(lu(this,b,a),Jo(a,x,y),this.hc(y)===null&&su(this,y,a),Ea(this,"nodeGroupKey",To,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Jo(a,x,y)}},_r.prototype.copyNodeData=function(a){return a===null?null:(a=Hi.prototype.copyNodeData.call(this,a),this.Ij||this.Je===""||ma(a,this.Je)===void 0||Jo(a,this.Je,void 0),a)},_r.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){Vf(this,a,x,!0);return}if(y===this.linkToKeyProperty){Vf(this,a,x,!1);return}if(y===this.linkFromPortIdProperty){Kf(this,a,x,!0);return}if(y===this.linkToPortIdProperty){Kf(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=ma(a,y);b!==x&&(Jo(a,y,x),this.Fs(a,y,b,x))},Ct=_r.prototype,Ct.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&&ma(a,E)===y[E]||b&&E===this.linkKeyProperty||this.setDataProperty(a,E,y[E])}},Ct.jp=function(a,y){Hi.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(dl(this,b,!0)===E){var tt=this.lf;Jo(b,tt,z),Ea(this,"linkFromKey",To,tt,b,E,z),typeof tt=="string"&&this.La(b,tt)}if(dl(this,b,!1)===E&&(tt=this.mf,Jo(b,tt,z),Ea(this,"linkToKey",To,tt,b,E,z),typeof tt=="string"&&this.La(b,tt)),tt=this.Ef(b),Array.isArray(tt))for(var rt=tt.length,ot=this.je,st=0;st<rt;st++)tt[st]===E&&(tt[st]=z,Ea(this,"linkLabelKeys",Uo,ot,b,E,z,st,st))}},Ct.qv=function(a,y,x){if(this.lh(a)===y){var b=this.Je;Jo(a,b,x),Ea(this,"nodeGroupKey",To,b,a,y,x),typeof b=="string"&&this.La(a,b)}},Ct.Lv=function(){Hi.prototype.Lv.call(this);for(var a=this.linkDataArray,y=a.length,x=0;x<y;x++)cy(this,a[x])},Ct.fm=function(a){Hi.prototype.fm.call(this,a),a=this.wa(a);var y=pp(this,a);if(y!==null){var x=ai();for(y=y.iterator;y.next();){var b=y.value;if(this.lb(b)){if(this.lh(b)===a){var E=this.Je;Ea(this,"nodeGroupKey",To,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)}}else if(dl(this,b,!0)===a&&(E=this.lf,Ea(this,"linkFromKey",To,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)),dl(this,b,!1)===a&&(E=this.mf,Ea(this,"linkToKey",To,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,rt=0;rt<z;rt++)E[rt]===a&&(Ea(this,"linkLabelKeys",Uo,tt,b,a,a,rt,rt),x.push(b))}for(y=0;y<x.length;y++)lu(this,a,x[y]);Jn(x)}},Ct.em=function(a){Hi.prototype.em.call(this,a);var y=this.lh(a);this.hc(y)===null&&su(this,y,a)},Ct.qp=function(a){Hi.prototype.qp.call(this,a);var y=this.lh(a);lu(this,y,a)},Ct.ps=function(a){if(a===null)return"";var y=this.dj;if(y===""||(y=ma(a,y),y===void 0))return"";if(typeof y=="string")return y;Qt("getCategoryForLinkData found a non-string category for "+a+": "+y)},_r.prototype.getLinkCategoryForData=function(a){return this.ps(a)},_r.prototype.lp=function(a,y){if(a!==null){var x=this.dj;if(x!=="")if(this.Jc(a)){var b=ma(a,x);b===void 0&&(b=""),b!==y&&(Jo(a,x,y),Ea(this,"linkCategory",To,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Jo(a,x,y)}},_r.prototype.setLinkCategoryForData=function(a,y){this.lp(a,y)},Ct=_r.prototype,Ct.lm=function(a,y){Hi.prototype.lm.call(this,a,y),this.mp(y,this.lh(a))};function NS(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))}Ct.Wj=function(){return!0},Ct.ri=function(){return!0},Ct.xs=function(){return!0},Ct.Xj=function(){return!0},ln.Object.defineProperties(_r.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];Xe(E)||Qt("GraphLinksModel.linkDataArray must only contain Objects, not: "+E),Or(E)}if(this.md=a,this.linkKeyProperty!==""){for(b=new pn,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 Cn,E=0;E<x;E++)b.add(a[E]);for(this.$f=b,Ea(this,"linkDataArray",To,"linkDataArray",this,y,a),y=0;y<x;y++)cy(this,a[y])}}},linkKeyProperty:{get:function(){return this.Jh},set:function(a){var y=this.Jh;if(y!==a){this.Jh=a,this.wb.clear();for(var x=this.linkDataArray.length,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"}}}),_r.prototype.setCategoryForLinkData=_r.prototype.lp,_r.prototype.getCategoryForLinkData=_r.prototype.ps,_r.prototype.assignAllDataProperties=_r.prototype.Do,_r.prototype.setGroupKeyForNodeData=_r.prototype.mp,_r.prototype.getGroupKeyForNodeData=_r.prototype.lh,_r.prototype.isGroupForNodeData=_r.prototype.Yu,_r.prototype.copyLinkData=_r.prototype.Jo,_r.prototype.mergeLinkDataArray=_r.prototype.Zz,_r.prototype.removeLinkDataCollection=_r.prototype.lA,_r.prototype.removeLinkData=_r.prototype.bm,_r.prototype.addLinkDataCollection=_r.prototype.Ey,_r.prototype.addLinkData=_r.prototype.fi,_r.prototype.containsLinkData=_r.prototype.Jc,_r.prototype.makeLinkDataKeyUnique=_r.prototype.Bs,_r.prototype.findLinkDataForKey=_r.prototype.jh,_r.prototype.setKeyForLinkData=_r.prototype.Ks,_r.prototype.getKeyForLinkData=_r.prototype.Ac,_r.prototype.removeLabelKeyForLinkData=_r.prototype.Qx,_r.prototype.addLabelKeyForLinkData=_r.prototype.Bu,_r.prototype.setLabelKeysForLinkData=_r.prototype.Ls,_r.prototype.getLabelKeysForLinkData=_r.prototype.Ef,_r.prototype.setToPortIdForLinkData=_r.prototype.Cv,_r.prototype.getToPortIdForLinkData=_r.prototype.Cx,_r.prototype.setFromPortIdForLinkData=_r.prototype.xv,_r.prototype.getFromPortIdForLinkData=_r.prototype.zx,_r.prototype.setToKeyForLinkData=_r.prototype.Bv,_r.prototype.getToKeyForLinkData=_r.prototype.Bx,_r.prototype.setFromKeyForLinkData=_r.prototype.wv,_r.prototype.getFromKeyForLinkData=_r.prototype.yx,_r.prototype.clear=_r.prototype.clear;var f0=Object.freeze([]);_r.className="GraphLinksModel",ql.GraphLinksModel=_r,Hi.constructGraphLinksModel=Hi.constructGraphLinksModel=function(){return new _r},Hi.initDiagramModel=hy=function(){return new _r};function Es(a,y){Hi.call(this),this.Ke="parent",this.Nm=!1,this.nj="parentLinkCategory",a!==void 0&&(ri(a)?this.nodeDataArray=a:y=a),y&&(Object.assign(this,y),a=y.Changed)&&(delete this.Changed,this.Pe(a))}Ne(Es,Hi),Es.constructGraphLinksModel=Hi.constructGraphLinksModel,Es.prototype.cloneProtected=function(a){Hi.prototype.cloneProtected.call(this,a),a.Ke=this.Ke,a.Nm=this.Nm,a.nj=this.nj},Ct=Es.prototype,Ct.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)+":"+hr(E)}}return y},Ct.rm=function(){var a=Hi.prototype.rm.call(this),y="";return this.nodeParentKeyProperty!=="parent"&&typeof this.nodeParentKeyProperty=="string"&&(y+=`,
|
|
"nodeParentKeyProperty": `+this.quote(this.nodeParentKeyProperty)),a+y},Ct.gp=function(a){Hi.prototype.gp.call(this,a),a.nodeParentKeyProperty&&(this.nodeParentKeyProperty=a.nodeParentKeyProperty)},Ct.fp=function(a){a.nodeParentKeyProperty!==void 0&&a.nodeParentKeyProperty!==this.nodeParentKeyProperty&&Qt("applyIncrementalJson cannot change Model properties"),Hi.prototype.fp.call(this,a)},Ct.Vl=function(a){return a},Ct.mh=function(a){if(a!==null){var y=this.Ke;if(y!==""&&(y=ma(a,y),y!==void 0)){if(fd(y))return y;Qt("ParentKey value for node data "+a+" is not a number or a string: "+y)}}},Ct.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=ma(a,x);b!==y&&(lu(this,b,a),Jo(a,x,y),this.hc(y)===null&&su(this,y,a),Ea(this,"nodeParentKey",To,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Jo(a,x,y)}},Ct.ss=function(a){if(a===null)return"";var y=this.nj;return y===""||(y=ma(a,y),y===void 0)?"":typeof y=="string"?y:(Qt("getParentLinkCategoryForNodeData found a non-string category for "+a+": "+y),"")},Es.prototype.getLinkCategoryForData=function(a){return this.ss(a)},Es.prototype.Ms=function(a,y){if(a!==null){var x=this.nj;if(x!=="")if(this.lb(a)){var b=ma(a,x);b===void 0&&(b=""),b!==y&&(Jo(a,x,y),Ea(this,"parentLinkCategory",To,x,a,b,y),typeof x=="string"&&this.La(a,x))}else Jo(a,x,y)}},Es.prototype.setLinkCategoryForData=function(a,y){this.Ms(a,y)},Es.prototype.copyNodeData=function(a){return a===null?null:(a=Hi.prototype.copyNodeData.call(this,a),this.Jj||this.Ke===""||ma(a,this.Ke)===void 0||Jo(a,this.Ke,void 0),a)},Es.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=ma(a,y);b!==x&&(Jo(a,y,x),this.Fs(a,y,b,x))},Ct=Es.prototype,Ct.jp=function(a,y){Hi.prototype.jp.call(this,a,y);for(var x=this.kb.iterator;x.next();)this.qv(x.value,a,y)},Ct.qv=function(a,y,x){if(this.mh(a)===y){var b=this.Ke;Jo(a,b,x),Ea(this,"nodeParentKey",To,b,a,y,x),typeof b=="string"&&this.La(a,b)}},Ct.fm=function(a){Hi.prototype.fm.call(this,a),a=this.wa(a);var y=pp(this,a);if(y!==null){var x=ai();for(y=y.iterator;y.next();){var b=y.value;if(this.lb(b)&&this.mh(b)===a){var E=this.Ke;Ea(this,"nodeParentKey",To,E,b,a,a),typeof E=="string"&&this.La(b,E),x.push(b)}}for(y=0;y<x.length;y++)lu(this,a,x[y]);Jn(x)}},Ct.em=function(a){Hi.prototype.em.call(this,a);var y=this.mh(a);y=this.Vl(y),this.hc(y)===null&&su(this,y,a)},Ct.qp=function(a){Hi.prototype.qp.call(this,a);var y=this.mh(a);lu(this,y,a)},Ct.lm=function(a,y){Hi.prototype.lm.call(this,a,y),this.Ms(y,this.ss(a)),this.qe(y,this.mh(a))},Ct.Tl=function(){return!0},Ct.xs=function(){return!0},ln.Object.defineProperties(Es.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"}}}),Es.prototype.setParentLinkCategoryForNodeData=Es.prototype.Ms,Es.prototype.getParentLinkCategoryForNodeData=Es.prototype.ss,Es.prototype.setParentKeyForNodeData=Es.prototype.qe,Es.prototype.getParentKeyForNodeData=Es.prototype.mh,Es.className="TreeModel",ql.TreeModel=Es;function ea(a){qo.call(this),this.lw=this.Zm=this.lc=0,this.Wp=360,this.kw=_l,this.Ti=0,this.Zv=new Ot,this.Jp=this.me=0,this.Xr=new Pp,this.gt=this.mj=0,this.ty=600,this.eo=NaN,this.Cm=1,this.ro=0,this.ul=360,this.Rb=_l,this.K=Fs,this.nd=Yf,this.hd=ry,this.tf=6,this.Nn=x0,a&&Object.assign(this,a)}Ne(ea,qo),ea.prototype.cloneProtected=function(a){qo.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},ea.prototype.qb=function(a){a.classType===ea?a===y0||a===S0||a===m0||a===v0||a===Yf?this.sorting=a:a===ec||a===Xf||a===Fs||a===pd?this.direction=a:a===Bh||a===gd||a===_l||a===$l?this.arrangement=a:(a===Hc||a===x0)&&(this.nodeDiameterFormula=a):qo.prototype.qb.call(this,a)},ea.prototype.createNetwork=function(){return new Uf(this)},ea.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 pn;y.addAll(a.iterator),a=new pn;var x=new pn,b=this.sort(y),E,z,tt=this.Jp,rt=this.arrangement,ot=this.nodeDiameterFormula,st=this.radius;(!isFinite(st)||0>=st)&&(st=NaN);var ut=this.aspectRatio;(!isFinite(ut)||0>=ut)&&(ut=1);var ft=this.startAngle;isFinite(ft)||(ft=0);var vt=this.sweepAngle;if((!isFinite(vt)||360<vt||1>vt)&&(vt=360),y=this.spacing,isFinite(y)||(y=NaN),rt===$l&&ot===Hc?rt=_l:rt===$l&&ot!==Hc&&(rt=this.arrangement),(this.direction===ec||this.direction===Xf)&&this.sorting!==Yf){for(ot=0;!(ot>=b.length)&&(a.add(b.M(ot)),!(ot+1>=b.length));ot+=2)x.add(b.M(ot+1));this.direction===ec?(this.arrangement===$l&&a.reverse(),b=new pn,b.addAll(a),b.addAll(x)):(this.arrangement===$l&&x.reverse(),b=new pn,b.addAll(x),b.addAll(a))}ot=b.length;for(var xt=z=E=0;xt<b.length;xt++){var bt=ft+vt*z*(this.direction===Fs?1:-1)/ot,Tt=b.M(xt).diameter;isNaN(Tt)&&(Tt=md(b.M(xt),bt)),360>vt&&(xt===0||xt===b.length-1)&&(Tt/=2),E+=Tt,z++}if(isNaN(st)||rt===$l){if(isNaN(y)&&(y=6),rt!==_l&&rt!==$l){for(z=-1/0,tt=0;tt<ot;tt++)xt=b.M(tt),E=b.M(tt===ot-1?0:tt+1),isNaN(xt.diameter)&&md(xt,0),isNaN(E.diameter)&&md(E,0),z=Math.max(z,(xt.diameter+E.diameter)/2);tt=z+y,rt===Bh?st=(z+y)/(2*Math.PI/ot):st=g0(this,tt*(360<=vt?ot:ot-1),ut,ft*Math.PI/180,vt*Math.PI/180)}else st=g0(this,E+(360<=vt?ot:ot-1)*(rt!==$l?y:1.6*y),ut,ft*Math.PI/180,vt*Math.PI/180);z=st*ut}else if(z=st*ut,xt=fy(this,st,z,ft*Math.PI/180,vt*Math.PI/180),isNaN(y))(rt===_l||rt===$l)&&(y=(xt-E)/(360<=vt?ot:ot-1));else if(rt===_l||rt===$l)xt=(xt-E)/(360<=vt?ot:ot-1),xt<y?(st=g0(this,E+y*(360<=vt?ot:ot-1),ut,ft*Math.PI/180,vt*Math.PI/180),z=st*ut):y=xt;else{for(tt=-1/0,E=0;E<ot;E++)bt=b.M(E),Tt=b.M(E===ot-1?0:E+1),isNaN(bt.diameter)&&md(bt,0),isNaN(Tt.diameter)&&md(Tt,0),tt=Math.max(tt,(bt.diameter+Tt.diameter)/2);tt+=y,E=g0(this,tt*(360<=vt?ot:ot-1),ut,ft*Math.PI/180,vt*Math.PI/180),E>st?(st=E,z=st*ut):tt=xt/(360<=vt?ot:ot-1)}if(this.kw=rt,this.lc=st,this.Zm=ut,this.lw=ft,this.Wp=vt,this.Ti=y,this.me=z,this.Jp=tt,y=b,b=this.kw,rt=this.lc,st=this.lw,ut=this.Wp,ft=this.Ti,vt=this.me,ot=this.Jp,this.direction!==ec&&this.direction!==Xf||b!==$l)if(this.direction===ec||this.direction===Xf){switch(tt=0,b){case gd:tt=180*p0(this,rt,vt,st,ot)/Math.PI;break;case _l:ot=y=0,tt=a.first(),tt!==null&&(y=md(tt,Math.PI/2)),tt=x.first(),tt!==null&&(ot=md(tt,Math.PI/2)),tt=180*p0(this,rt,vt,st,ft+(y+ot)/2)/Math.PI;break;case Bh:tt=ut/y.length}if(this.direction===ec){switch(b){case gd:xp(this,a,st,pd);break;case _l:Sp(this,a,st,pd);break;case Bh:yp(this,a,ut/2,st,pd)}switch(b){case gd:xp(this,x,st+tt,Fs);break;case _l:Sp(this,x,st+tt,Fs);break;case Bh:yp(this,x,ut/2,st+tt,Fs)}}else{switch(b){case gd:xp(this,x,st,pd);break;case _l:Sp(this,x,st,pd);break;case Bh:yp(this,x,ut/2,st,pd)}switch(b){case gd:xp(this,a,st+tt,Fs);break;case _l:Sp(this,a,st+tt,Fs);break;case Bh:yp(this,a,ut/2,st+tt,Fs)}}}else switch(b){case gd:xp(this,y,st,this.direction);break;case _l:Sp(this,y,st,this.direction);break;case Bh:yp(this,y,ut,st,this.direction);break;case $l:TS(this,y,ut,st,this.direction)}else TS(this,y,ut,st-ut/2,Fs)}this.updateParts(),this.network=null,this.isValidLayout=!0};function yp(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 rt=y.length,ot=0;ot<rt;ot++){var st=b+(E===Fs?ot*x/(360<=z?rt:rt-1):-(ot*x)/rt),ut=y.M(ot),ft=tt*Math.tan(st)/a;ft=Math.sqrt((tt*tt+a*a*ft*ft)/(1+ft*ft)),ut.centerX=ft*Math.cos(st),ut.centerY=ft*Math.sin(st),ut.actualAngle=180*st/Math.PI}}function Sp(a,y,x,b){var E=a.lc,z=a.me,tt=a.Ti;x=x*Math.PI/180;for(var rt=y.length,ot=0;ot<rt;ot++){var st=y.M(ot),ut=y.M(ot===rt-1?0:ot+1),ft=z*Math.sin(x);st.centerX=E*Math.cos(x),st.centerY=ft,st.actualAngle=180*x/Math.PI,isNaN(st.diameter)&&md(st,0),isNaN(ut.diameter)&&md(ut,0),st=p0(a,E,z,b===Fs?x:-x,(st.diameter+ut.diameter)/2+tt),x+=b===Fs?st:-st}}function xp(a,y,x,b){var E=a.lc,z=a.me,tt=a.Jp;x=x*Math.PI/180;for(var rt=y.length,ot=0;ot<rt;ot++){var st=y.M(ot);st.centerX=E*Math.cos(x),st.centerY=z*Math.sin(x),st.actualAngle=180*x/Math.PI,st=p0(a,E,z,b===Fs?x:-x,tt),x+=b===Fs?st:-st}}function TS(a,y,x,b,E){var z=a.Wp;if(a.mj=0,a.Xr=new Pp,360>x){for(z=b+(E===Fs?z:-z);0>z;)z+=360;z%=360,180<z&&(z-=360),z*=Math.PI/180,a.gt=z,BS(a,y,x,b,E)}else DS(a,y,x,b,E);a.Xr.commit(y)}function DS(a,y,x,b,E){var z=a.lc,tt=a.Ti,rt=a.Zm,ot=z*Math.cos(b*Math.PI/180),st=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=Ot.alloc();for(var ft=0;ft<ut.length&&(ut[ft].centerX=ot,ut[ft].centerY=st,!(ft>=ut.length-1));ft++)OS(a,ot,st,ut,ft,E,z)||IS(a,ot,st,ut,ft,E,z),ot=z.x,st=z.y;if(Ot.free(z),a.mj++,!(23<a.mj)){ot=ut[0].centerX,st=ut[0].centerY,z=ut[ut.length-1].centerX,ft=ut[ut.length-1].centerY;var vt=Math.abs(ot-z)-((ut[0].width+ut[ut.length-1].width)/2+tt),xt=Math.abs(st-ft)-((ut[0].height+ut[ut.length-1].height)/2+tt);tt=0,1>Math.abs(xt)?Math.abs(ot-z)<(ut[0].width+ut[ut.length-1].width)/2&&(tt=0):tt=0<xt?xt:1>Math.abs(vt)?0:vt,ot=Math.abs(z)>Math.abs(ft)?0<z!=st>ft:0<ft!=ot<z,(ot=E===Fs?ot:!ot)&&(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*rt,DS(a,y,x,b,E))}}}function BS(a,y,x,b,E){for(var z=a.lc,tt=a.me,rt=a.Zm,ot=z*Math.cos(b*Math.PI/180),st=tt*Math.sin(b*Math.PI/180),ut=Ot.alloc(),ft=y.Fa(),vt=0;vt<ft.length&&(ft[vt].centerX=ot,ft[vt].centerY=st,!(vt>=ft.length-1));vt++)OS(a,ot,st,ft,vt,E,ut)||IS(a,ot,st,ft,vt,E,ut),ot=ut.x,st=ut.y;if(Ot.free(ut),a.mj++,!(23<a.mj)){if(ot=Math.atan2(st,ot),ot=E===Fs?a.gt-ot:ot-a.gt,ot=Math.abs(ot)<Math.abs(ot-2*Math.PI)?ot:ot-2*Math.PI,z=ot*(z+tt)/2,tt=a.Xr,Math.abs(z)<Math.abs(tt.Pl))for(tt.Pl=z,tt.mk=[],tt.tm=[],ot=0;ot<ft.length;ot++)tt.mk[ot]=ft[ot].bounds.x,tt.tm[ot]=ft[ot].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*rt,BS(a,y,x,b,E))}}function OS(a,y,x,b,E,z,tt){var rt=a.lc,ot=a.me,st=0;a=(b[E].width+b[E+1].width)/2+a.Ti;var ut=!1;if(0<=x!=(z===Fs)){if(z=y+a,z>rt){if(z=y-a,z<-rt)return tt.x=z,tt.y=st,!1;ut=!0}}else if(z=y-a,z<-rt){if(z=y+a,z>rt)return tt.x=z,tt.y=st,!1;ut=!0}return st=Math.sqrt(1-Math.min(1,z*z/(rt*rt)))*ot,0>x!==ut&&(st=-st),Math.abs(x-st)>(b[E].height+b[E+1].height)/2?(tt.x=z,tt.y=st,!1):(tt.x=z,tt.y=st,!0)}function IS(a,y,x,b,E,z,tt){var rt=a.lc,ot=a.me,st=0;if(a=(b[E].height+b[E+1].height)/2+a.Ti,b=!1,0<=y!=(z===Fs)){if(z=x-a,z<-ot){if(z=x+a,z>ot){tt.x=st,tt.y=z;return}b=!0}}else if(z=x+a,z>ot){if(z=x-a,z<-ot){tt.x=st,tt.y=z;return}b=!0}st=Math.sqrt(1-Math.min(1,z*z/(ot*ot)))*rt,0>y!==b&&(st=-st),tt.x=st,tt.y=z}ea.prototype.commitLayout=function(){this.commitNodes(),this.isRouting&&this.commitLinks()},ea.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 Ot(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))},ea.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()};function fy(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,rt=b!==void 0&&E!==void 0?E/(z+1):Math.PI/(2*(z+1)),ot=0,st=0;st<=z;st++){b!==void 0&&E!==void 0?ot=b+st*E/z:ot=st*Math.PI/(2*z);var ut=Math.sin(ot);tt+=Math.sqrt(1-a*a*ut*ut)*rt}return b!==void 0&&E!==void 0?(y>x?y:x)*tt:4*(y>x?y:x)*tt}function g0(a,y,x,b,E){return y/(b!==void 0&&E!==void 0?fy(a,1,x,b,E):fy(a,1,x))}function p0(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 rt=0;;rt++){var ot=Math.sin(b+rt*a);if(tt+=(y>x?y:x)*Math.sqrt(1-z*z*ot*ot)*a,tt>=E)return rt*a}}ea.prototype.sort=function(a){switch(this.sorting){case m0:break;case v0:a.reverse();break;case y0:a.sort(this.comparer);break;case S0:a.sort(this.comparer),a.reverse();break;case Yf:return this.ak(Dx(a));default:Qt("Invalid sorting type.")}return a};function Dx(a){for(var y=[],x=0;x<a.length;x++)y.push(0);x=new pn;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 rt=a.M(tt).edgesCount;rt>E&&(E=rt,z=tt)}else for(tt=0;tt<a.length;tt++)rt=y[tt],rt>E&&(E=rt,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}ea.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=[],rt=[];b=[],E=new pn;for(var ot=0,st=0;st<y.length;st++){var ut=y[st].length;if(ut===1)b.push(st);else if(ut===0)E.add(a.M(st));else{if(ot===0)x.push(st);else{for(var ft=ut=1/0,vt=-1,xt=[],bt=0;bt<x.length;bt++)0>y[x[bt]].indexOf(x[bt===x.length-1?0:bt+1])&&xt.push(bt===x.length-1?0:bt+1);if(xt.length===0)for(bt=0;bt<x.length;bt++)xt.push(bt);for(bt=0;bt<xt.length;bt++){for(var Tt=xt[bt],Xt=y[st],Zt=0,qt=0;qt<tt.length;qt++){var _t=z[tt[qt]],ee=z[rt[qt]];if(_t<ee){var me=_t;_t=ee}else me=ee;if(me<Tt&&Tt<=_t)for(ee=0;ee<Xt.length;ee++){var Ie=Xt[ee];0>x.indexOf(Ie)||me<z[Ie]&&z[Ie]<_t||me===z[Ie]||_t===z[Ie]||Zt++}else for(ee=0;ee<Xt.length;ee++)Ie=Xt[ee],0>x.indexOf(Ie)||me<z[Ie]&&z[Ie]<_t&&me!==z[Ie]&&_t!==z[Ie]&&Zt++}for(Xt=Zt,qt=Zt=0;qt<y[st].length;qt++)me=x.indexOf(y[st][qt]),0<=me&&(me=Math.abs(Tt-(me>=Tt?me+1:me)),Zt+=me<x.length+1-me?me:x.length+1-me);for(qt=0;qt<tt.length;qt++)me=z[tt[qt]],_t=z[rt[qt]],me>=Tt&&me++,_t>=Tt&&_t++,me>_t&&(ee=_t,_t=me,me=ee),_t-me<(x.length+2)/2==(me<Tt&&Tt<=_t)&&Zt++;(Xt<ut||Xt===ut&&Zt<ft)&&(ut=Xt,ft=Zt,vt=Tt)}for(x.splice(vt,0,st),ut=0;ut<x.length;ut++)z[x[ut]]=ut;for(ut=0;ut<y[st].length;ut++)ft=y[st][ut],0<=x.indexOf(ft)&&(tt.push(st),rt.push(ft))}ot++}}for(tt=x.length;;){for(z=!0,rt=0;rt<b.length;rt++)if(ot=b[rt],st=y[ot][0],ut=x.indexOf(st),0<=ut){for(vt=ft=0;vt<y[st].length;vt++)xt=x.indexOf(y[st][vt]),0>xt||xt===ut||(bt=xt>ut?xt-ut:ut-xt,ft+=xt<ut!=bt>tt-bt?1:-1);x.splice(0>ft?ut:ut+1,0,ot),b.splice(rt,1),rt--}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},ln.Object.defineProperties(ea.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!==$l&&a!==_l&&a!==gd&&a!==Bh||(this.Rb=a,this.C())}},direction:{get:function(){return this.K},set:function(a){this.K===a||a!==Fs&&a!==pd&&a!==ec&&a!==Xf||(this.K=a,this.C())}},sorting:{get:function(){return this.nd},set:function(a){this.nd===a||a!==m0&&a!==v0&&a!==y0&&!S0&&a!==Yf||(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!==x0&&a!==Hc||(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 _l=new je(ea,"ConstantSpacing",0),gd=new je(ea,"ConstantDistance",1),Bh=new je(ea,"ConstantAngle",2),$l=new je(ea,"Packed",3),Fs=new je(ea,"Clockwise",4),pd=new je(ea,"Counterclockwise",5),ec=new je(ea,"BidirectionalLeft",6),Xf=new je(ea,"BidirectionalRight",7),m0=new je(ea,"Forwards",8),v0=new je(ea,"Reverse",9),y0=new je(ea,"Ascending",10),S0=new je(ea,"Descending",11),Yf=new je(ea,"Optimized",12),x0=new je(ea,"Pythagorean",13),Hc=new je(ea,"Circular",14);ea.className="CircularLayout",ea.ConstantSpacing=_l,ea.ConstantDistance=gd,ea.ConstantAngle=Bh,ea.Packed=$l,ea.Clockwise=Fs,ea.Counterclockwise=pd,ea.BidirectionalLeft=ec,ea.BidirectionalRight=Xf,ea.Forwards=m0,ea.Reverse=v0,ea.Ascending=y0,ea.Descending=S0,ea.Optimized=Yf,ea.Pythagorean=x0,ea.Circular=Hc;function Pp(){this.Pl=-1/0,this.tm=this.mk=null}Pp.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},Pp.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]}},Pp.className="VertexArrangement";function Uf(a){Io.call(this,a)}Ne(Uf,Io),Uf.prototype.createVertex=function(){return new wp(this)},Uf.prototype.createEdge=function(){return new P0(this)},Uf.className="CircularNetwork";function wp(a){Na.call(this,a),this.u=this.Si=NaN}Ne(wp,Na);function md(a,y){var x=a.network;if(x===null)return NaN;if(x=x.layout,x===null)return NaN;if(x.arrangement===$l)if(x.nodeDiameterFormula===Hc)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===Hc?Math.max(a.width,a.height):Math.sqrt(a.width*a.width+a.height*a.height);return a.Si}ln.Object.defineProperties(wp.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)}}}),wp.className="CircularVertex";function P0(a){tl.call(this,a)}Ne(P0,tl),P0.className="CircularEdge";function as(a){qo.call(this),this.ah=null,this.An=0,this.$d=new Yt(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)}Ne(as,qo),as.prototype.cloneProtected=function(a){qo.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},as.prototype.createNetwork=function(){return new Zc(this)},as.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}RS(this,0,a)}this.network=y;var tt=b=x.iterator;b=this.arrangementSpacing;var rt=tt.count,ot=!0;z=E=0;for(var st=ai(),ut=0;ut<rt+y.vertexes.count+2;ut++)st[ut]=null;rt=0,tt.reset();for(var ft=he.alloc();tt.next();)if(ut=tt.value,this.computeBounds(ut,ft),ot)ot=!1,E=ft.x+ft.width/2,z=ft.y+ft.height/2,st[0]=new Ot(ft.x+ft.width+b.width,ft.y),st[1]=new Ot(ft.x,ft.y+ft.height+b.height),rt=2;else{var vt=zS(st,rt,E,z,ft.width,ft.height,b),xt=st[vt],bt=new Ot(xt.x+ft.width+b.width,xt.y),Tt=new Ot(xt.x,xt.y+ft.height+b.height);for(vt+1<rt&&st.splice(vt+1,0,null),st[vt]=bt,st[vt+1]=Tt,rt++,vt=xt.x-ft.x,xt=xt.y-ft.y,ut=ut.vertexes.iterator;ut.next();)bt=ut.value,bt.centerX+=vt,bt.centerY+=xt}for(he.free(ft),ut=y.vertexes.iterator;ut.next();)tt=ut.value,vt=tt.bounds,2>rt?(E=vt.x+vt.width/2,z=vt.y+vt.height/2,st[0]=new Ot(vt.x+vt.width+b.width,vt.y),st[1]=new Ot(vt.x,vt.y+vt.height+b.height),rt=2):(ot=zS(st,rt,E,z,vt.width,vt.height,b),ft=st[ot],xt=new Ot(ft.x+vt.width+b.width,ft.y),vt=new Ot(ft.x,ft.y+vt.height+b.height),ot+1<rt&&st.splice(ot+1,0,null),st[ot]=xt,st[ot+1]=vt,rt++,tt.centerX=ft.x+tt.width/2,tt.centerY=ft.y+tt.height/2);for(Jn(st),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)}}HS(this,a),this.updateParts()}this.dl=a,this.network=null,this.isValidLayout=!0},as.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},as.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 RS(a,y,x){if(Bx(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,RS(a,y+1,x),HS(a,z),Ix(a,E),y=E.vertexes.Fa(),y.sort(function(tt,rt){return tt===null||rt===null||tt===rt?0:rt.Vd-tt.Vd}),x=0;x<y.length;x++)Rx(a,y[x]);a.Zf=b}}function Bx(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 Zc(a),E=0;E<a.ah.length;E++){var z=a.ah[E];if(1<z.Vd){b.dh(z);var tt=new ZS;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 pn),z.We.add(tt),z.sv=z.We.count-1}else break}for(z=x.edges.iterator;z.next();){var rt=z.value;E=rt.fromVertex,tt=rt.toVertex,E.network===b&&tt.network===b?b.Bo(rt):E.network===b?(rt=E.Hj,rt===null&&(rt=new pn,E.Hj=rt),rt.add(tt),E.Vd--,E.sh+=tt.sh):tt.network===b&&(rt=tt.Hj,rt===null&&(rt=new pn,tt.Hj=rt),rt.add(E),tt.Vd--,tt.sh+=E.sh)}for(E=b.edges.iterator;E.next();)z=E.value,z.length*=Math.max(1,ce.sqrt((z.fromVertex.sh+z.toVertex.sh)/(4*y+1)));for(y=b.vertexes.iterator;y.next();){E=y.value;var ot=E.Hj;if(ot!==null&&0<ot.count&&(tt=E.We.M(E.We.count-1).Rs-E.Vd,!(0>=tt))){for(var st=rt=0,ut=ot.count-tt;ut<ot.count;ut++){var ft=ot.M(ut),vt=null;for(z=ft.edges.iterator;z.next();){var xt=z.value;if(xt.Ax(ft)===E){vt=xt;break}}vt!==null&&(st+=vt.length,rt+=ft.width*ft.height)}z=E.centerX,ot=E.centerY,ut=E.width,ft=E.height,vt=E.focus,xt=ut*ft,1>xt&&(xt=1),rt=ce.sqrt((rt+xt+st*st*4/(tt*tt))/xt),tt=(rt-1)*ut/2,rt=(rt-1)*ft/2,E.bounds=new he(z-vt.x-tt,ot-vt.y-rt,ut+2*tt,ft+2*rt),E.focus=new Ot(vt.x+tt,vt.y+rt)}}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 he(b.centerX-z,b.centerY-tt,E.Ss,E.Qs),b.focus=new Ot(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=ce.sqrt(z*z+tt*tt)/2;for(var rt=!1,ot=tt=0,st=0,ut=y.vertexes.iterator;ut.next();){var ft=ut.value;1>=ft.Vd?ot++:(rt=!0,st++,tt+=Math.atan2(y.centerY-ft.centerY,y.centerX-ft.centerX))}if(ot!==0){for(0<st&&(tt/=st),st=y=0,y=rt?2*Math.PI/(ot+1):2*Math.PI/ot,ot%2===0&&(st=y/2),1<x.count&&x.sort(function(xt,bt){return xt===null||bt===null||xt===bt?0:bt.width*bt.height-xt.width*xt.height}),rt=ot%2===0?0:1,x=x.iterator;x.next();)if(ot=x.value,!(1<ot.Vd||a.isFixed(ot))){for(ut=null,ft=ot.edges.iterator;ft.next();){ut=ft.value;break}ft=ot.width;var vt=ot.height;ft=ce.sqrt(ft*ft+vt*vt)/2,ut=z+ut.length+ft,ft=tt+(y*(rt/2>>1)+st)*(rt%2===0?1:-1),ot.centerX=b+ut*Math.cos(ft),ot.centerY=E+ut*Math.sin(ft),rt++}}}}function zS(a,y,x,b,E,z,tt){var rt=9e19,ot=-1,st=0;t:for(;st<y;st++){var ut=a[st],ft=ut.x-x,vt=ut.y-b;if(ft=ft*ft+vt*vt,ft<rt){for(vt=st-1;0<=vt;vt--)if(a[vt].y>ut.y&&a[vt].x-ut.x<E+tt.width)continue t;for(vt=st+1;vt<y;vt++)if(a[vt].x>ut.x&&a[vt].y-ut.y<z+tt.height)continue t;ot=st,rt=ft}}return ot}as.prototype.Cu=function(){if(this.comments)for(var a=this.network.vertexes.iterator;a.next();)this.addComments(a.value)},as.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 jS(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 rt=z.width;return z=z.height,b+E<tt?a>y+z?(x=b+E-tt,a=a-y-z,ce.sqrt(x*x+a*a)):a+x<y?(b=b+E-tt,a=a+x-y,ce.sqrt(b*b+a*a)):tt-(b+E):b>tt+rt?a>y+z?(x=b-tt-rt,a=a-y-z,ce.sqrt(x*x+a*a)):a+x<y?(b=b-tt-rt,a=a+x-y,ce.sqrt(b*b+a*a)):b-(tt+rt):a>y+z?a-(y+z):a+x<y?y-(a+x):.1}function HS(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 rt=y[tt];rt.forceX=0,rt.forceY=0;var ot=rt.centerX;rt=rt.centerY,b=Math.min(b,ot),E=Math.max(E,ot),x=Math.min(x,rt),z=Math.max(z,rt)}(E=E-b>z-x)?y.sort(function(Tt,Xt){return Tt===null||Xt===null||Tt===Xt?0:Tt.centerX-Xt.centerX}):y.sort(function(Tt,Xt){return Tt===null||Xt===null||Tt===Xt?0:Tt.centerY-Xt.centerY}),x=a.Zf;var st=b=rt=0;for(z=0;z<y.length;z++){tt=y[z],b=tt.bounds,rt=tt.focus,ot=b.x+rt.x;var ut=b.y+rt.y;b=tt.charge*a.electricalFieldX(ot,ut),st=tt.charge*a.electricalFieldY(ot,ut),b+=tt.mass*a.gravitationalFieldX(ot,ut),st+=tt.mass*a.gravitationalFieldY(ot,ut),tt.forceX+=b,tt.forceY+=st;for(var ft=z+1;ft<y.length;ft++){var vt=y[ft];if(vt!==tt){b=vt.bounds,rt=vt.focus,st=b.x+rt.x;var xt=b.y+rt.y;if(ot-st>x||st-ot>x){if(E)break}else if(ut-xt>x||xt-ut>x){if(!E)break}else{var bt=jS(tt,vt);1>bt?(b=a.randomNumberGenerator,b===null&&(a.randomNumberGenerator=b=new w0),bt=b.random(),rt=b.random(),ot>st?(b=Math.abs(vt.bounds.right-tt.bounds.x),b=(1+b)*bt):ot<st?(b=Math.abs(vt.bounds.x-tt.bounds.right),b=-(1+b)*bt):(b=Math.max(vt.width,tt.width),b=(1+b)*bt-b/2),ut>xt?(st=Math.abs(vt.bounds.bottom-tt.bounds.y),st=(1+st)*rt):ot<st?(st=Math.abs(vt.bounds.y-tt.bounds.bottom),st=-(1+st)*rt):(st=Math.max(vt.height,tt.height),st=(1+st)*rt-st/2)):(rt=-(tt.charge*vt.charge)/(bt*bt),b=(st-ot)/bt*rt,st=(xt-ut)/bt*rt),tt.forceX+=b,tt.forceY+=st,vt.forceX-=b,vt.forceY-=st}}}}for(E=a.network.edges.iterator;E.next();)rt=E.value,x=rt.fromVertex,z=rt.toVertex,tt=x.bounds,ot=x.focus,b=tt.x+ot.x,tt=tt.y+ot.y,ut=z.bounds,ft=z.focus,ot=ut.x+ft.x,ut=ut.y+ft.y,ft=jS(x,z),1>ft?(ft=a.randomNumberGenerator,ft===null&&(a.randomNumberGenerator=ft=new w0),rt=ft.random(),ft=ft.random(),b=(b>ot?1:-1)*(1+(z.width>x.width?z.width:x.width))*rt,st=(tt>ut?1:-1)*(1+(z.height>x.height?z.height:x.height))*ft):(rt=rt.stiffness*(ft-rt.length),b=(ot-b)/ft*rt,st=(ut-tt)/ft*rt),x.forceX+=b,x.forceY+=st,z.forceX-=b,z.forceY-=st;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}as.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},as.prototype.moveFixedVertex=function(){},as.prototype.commitLayout=function(){this.yv(),this.commitNodes(),this.isRouting&&this.commitLinks()},as.prototype.yv=function(){if(this.setsPortSpots)for(var a=this.network.edges.iterator;a.next();){var y=a.value.link;y!==null&&(y.fromSpot=Ao,y.toSpot=Ao)}},as.prototype.commitNodes=function(){var a=0,y=0;if(this.arrangesToOrigin){var x=he.alloc();this.computeBounds(this.network,x),y=this.arrangementOrigin,a=y.x-x.x,y=y.y-x.y,he.free(x)}x=he.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()}he.free(x)},as.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()},as.prototype.springStiffness=function(a){return a=a.stiffness,isNaN(a)?this.Hk:a},as.prototype.springLength=function(a){return a=a.length,isNaN(a)?this.Gk:a},as.prototype.electricalCharge=function(a){return a=a.charge,isNaN(a)?this.Ek:a},as.prototype.electricalFieldX=function(){return 0},as.prototype.electricalFieldY=function(){return 0},as.prototype.gravitationalMass=function(a){return a=a.mass,isNaN(a)?this.Fk:a},as.prototype.gravitationalFieldX=function(){return 0},as.prototype.gravitationalFieldY=function(){return 0},as.prototype.isFixed=function(a){return a.isFixed},ln.Object.defineProperties(as.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"&&Qt('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())}}}),as.className="ForceDirectedLayout";function ZS(){this.Tv=this.Sv=this.Qs=this.Ss=this.Rs=0}ZS.className="ForceDirectedSubnet";function Zc(a){Io.call(this,a)}Ne(Zc,Io),Zc.prototype.createVertex=function(){return new Cp(this)},Zc.prototype.createEdge=function(){return new Lp(this)},Zc.className="ForceDirectedNetwork";function Cp(a){Na.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}Ne(Cp,Na),ln.Object.defineProperties(Cp.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)}}}),Cp.className="ForceDirectedVertex";function Lp(a){tl.call(this,a),this.j=this.o=NaN}Ne(Lp,tl),ln.Object.defineProperties(Lp.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)}}}),Lp.className="ForceDirectedEdge";function w0(){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()}w0.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},w0.className="RandomNumberGenerator";function So(a){qo.call(this),this.kc=this.ie=25,this.K=0,this.Dk=A0,this.Zk=k0,this.Qk=E0,this.bj=4,this.rk=F0,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 Ot,this.He=[],this.He.length=100,this.xw=this.ve=0,a&&Object.assign(this,a)}Ne(So,qo),So.prototype.cloneProtected=function(a){qo.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},So.prototype.qb=function(a){a.classType===So?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:Qt("Unknown enum value: "+a):qo.prototype.qb.call(this,a)},So.prototype.createNetwork=function(){return new Qf(this)},So.prototype.doLayout=function(a){for(this.network===null&&(this.network=this.makeNetwork(a)),this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin),this.Iq=-1,this.Md=this.Hn=0,this.fl=this.Jn=this.kj=null,a=0;a<this.He.length;a++)this.He[a]=null;if(0<this.network.vertexes.count){for(this.network.Ko(),this.cycleRemoveOption!==Mp&&this.removeCycles(),a=this.network.vertexes.iterator;a.next();)a.value.layer=-1;for(this.Ia=-1,this.assignLayers(),a.reset();a.next();)this.Ia=Math.max(this.Ia,a.value.layer);this.cycleRemoveOption===Mp&&this.removeCycles(),a=this.network;for(var y=[],x=a.edges.iterator;x.next();){var b=x.value;b.valid=!1,y.push(b)}for(x=0;x<y.length;x++){b=y[x];var E=b.fromVertex,z=b.toVertex;if(!(b.valid||(E.node===null&&E.data===null||z.node===null&&z.data===null)&&E.layer===z.layer)){var tt=0,rt=0,ot=0,st=0;if(b.link!==null){if(rt=b.link,rt===null)continue;var ut=E.node;if(tt=z.node,ut===null||tt===null)continue;var ft=rt.fromNode;ot=rt.toNode;for(var vt=rt.fromPort;vt!==null&&!vt.Ed();)vt=vt.panel;for(rt=rt.toPort;rt!==null&&!rt.Ed();)rt=rt.panel;if(b.rev){st=ft;var xt=vt;ft=ot,vt=rt,ot=st,rt=xt}var bt=E.focus;st=z.focus;var Tt=b.rev?z.bounds:E.bounds;xt=Ot.alloc(),ut!==ft?Tt.w()&&ft.isVisible()?ft.actualBounds.w()?(Eh(ft,vt,xi,xt),xt.x+=ft.actualBounds.x-Tt.x,xt.y+=ft.actualBounds.y-Tt.y):(Eh(ft,vt,xi,xt),xt.w()||xt.assign(bt)):xt.assign(bt):Tt.w()?(Eh(ft,vt,xi,xt),xt.w()||xt.assign(bt)):xt.assign(bt),ft=b.rev?E.bounds:z.bounds,ut=Ot.alloc(),tt!==ot?ft.w()&&ot.isVisible()?ot.actualBounds.w()?(Eh(ot,rt,xi,ut),ut.x+=ot.actualBounds.x-ft.x,ut.y+=ot.actualBounds.y-ft.y):(Eh(ot,rt,xi,ut),ut.w()||ut.assign(st)):ut.assign(st):ft.w()?(Eh(ot,rt,xi,ut),ut.w()||ut.assign(st)):ut.assign(st),this.K===90||this.K===270?(tt=Math.round((xt.x-bt.x)/this.kc),ot=xt.x,rt=Math.round((ut.x-st.x)/this.kc),st=ut.x):(tt=Math.round((xt.y-bt.y)/this.kc),ot=xt.y,rt=Math.round((ut.y-st.y)/this.kc),st=ut.y),Ot.free(xt),Ot.free(ut),b.portFromColOffset=tt,b.portFromPos=ot,b.portToColOffset=rt,b.portToPos=st}else b.portFromColOffset=0,b.portFromPos=0,b.portToColOffset=0,b.portToPos=0;if(xt=E.layer,ut=z.layer,ft=0,Tt=b.link,Tt!==null){var Xt=Tt.fromPort,Zt=Tt.toPort;if(Xt!==null&&Zt!==null){var qt=Tt.fromNode;if(vt=Tt.toNode,qt!==null&&vt!==null){var _t=M0(this,!0),ee=M0(this,!1),me=this.setsPortSpots?_t:Tt.computeSpot(!0,Xt);bt=this.setsPortSpots?ee:Tt.computeSpot(!1,Zt);var Ie=Tt.isOrthogonal;me.$c()&&me.Hf(ee)&&bt.$c()&&bt.Hf(_t)?ft=0:(_t=Tt.getLinkPoint(qt,Xt,me,!0,Ie,vt,Zt,Ot.alloc()),ee=Tt.getLinkDirection(qt,Xt,_t,me,!0,Ie,vt,Zt),Ot.free(_t),me.ys()||ee!==QS(this,b,!0)?this.setsPortSpots&&qt!==null&&qt.ports.count===1&&b.rev&&(ft+=1):ft+=1,me=Tt.getLinkPoint(vt,Zt,bt,!1,Ie,qt,Xt,Ot.alloc()),Tt=Tt.getLinkDirection(vt,Zt,me,bt,!1,Ie,qt,Xt),Ot.free(me),bt.ys()||Tt!==QS(this,b,!1)?this.setsPortSpots&&vt!==null&&vt.ports.count===1&&b.rev&&(ft+=2):ft+=2)}}}if(vt=ft,ft=vt===1||vt===3,(vt=vt===2||vt===3)&&(bt=a.createVertex(),bt.node=null,bt.Dj=1,bt.layer=xt,bt.near=E,a.dh(bt),E=a.Zj(E,bt,b.link),E.valid=!1,E.rev=b.rev,E.portFromColOffset=tt,E.portToColOffset=0,E.portFromPos=ot,E.portToPos=0,E=bt),Tt=1,ft&&Tt--,xt-ut>Tt&&0<xt){for(b.valid=!1,bt=a.createVertex(),bt.node=null,bt.Dj=2,bt.layer=xt-1,a.dh(bt),E=a.Zj(E,bt,b.link),E.valid=!0,E.rev=b.rev,E.portFromColOffset=vt?0:tt,E.portToColOffset=0,E.portFromPos=vt?0:ot,E.portToPos=0,E=bt,xt--;xt-ut>Tt&&0<xt;)bt=a.createVertex(),bt.node=null,bt.Dj=3,bt.layer=xt-1,a.dh(bt),E=a.Zj(E,bt,b.link),E.valid=!0,E.rev=b.rev,E.portFromColOffset=0,E.portToColOffset=0,E.portFromPos=0,E.portToPos=0,E=bt,xt--;E=a.Zj(bt,z,b.link),E.valid=!ft,ft&&(bt.near=z),E.rev=b.rev,E.portFromColOffset=0,E.portToColOffset=rt,E.portFromPos=0,E.portToPos=st}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=vd(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),yd(this,a,y)}this.reduceCrossings(),this.straightenAndPack(),this.updateParts()}this.network=null,this.isValidLayout=!0},So.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}So.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},So.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 js(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 Ml(a,y){var x=0;for(a=a.network.vertexes.iterator;a.next();){var b=a.value;b.layer=y[x],x++,b.column=y[x],x++,b.index=y[x],x++}}function WS(a,y,x){var b=vd(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 rt=0,ot=b[tt],st=ot.near;if(st!==null&&st.layer===ot.layer)if(ot=st.index,ot>tt)for(var ut=tt+1;ut<ot;ut++){var ft=b[ut];ft.near===st&&ft.Dj===st.Dj||rt++}else for(ut=tt-1;ut>ot;ut--)ft=b[ut],ft.near===st&&ft.Dj===st.Dj||rt++;var vt;if(0<=x)for(ot=b[tt].sourceEdgesArrayAccess,st=0;st<ot.length;st++){var xt=ot[st];if(xt.valid&&xt.fromVertex.layer!==y)for(ft=xt.fromVertex.index,ut=xt.portToPos,xt=xt.portFromPos,vt=st+1;vt<ot.length;vt++){var bt=ot[vt];if(bt.valid&&bt.fromVertex.layer!==y){var Tt=bt.fromVertex.index,Xt=bt.portToPos;bt=bt.portFromPos,ut<Xt&&(ft>Tt||ft===Tt&&xt>bt)&&rt++,Xt<ut&&(Tt>ft||Tt===ft&&bt>xt)&&rt++}}}if(0>=x){for(ot=b[tt].destinationEdgesArrayAccess,st=0;st<ot.length;st++)if(xt=ot[st],xt.valid&&xt.toVertex.layer!==y)for(ft=xt.toVertex.index,ut=xt.portToPos,xt=xt.portFromPos,vt=st+1;vt<ot.length;vt++)bt=ot[vt],bt.valid&&bt.toVertex.layer!==y&&(Tt=bt.toVertex.index,Xt=bt.portToPos,bt=bt.portFromPos,xt<bt&&(ft>Tt||ft===Tt&&ut>Xt)&&rt++,bt<xt&&(Tt>ft||Tt===ft&&Xt>ut)&&rt++)}for(z[tt*E+tt]=rt,ot=tt+1;ot<E;ot++){var Zt=0,qt=0;if(0<=x){rt=b[tt].sourceEdgesArrayAccess;var _t=b[ot].sourceEdgesArrayAccess;for(st=0;st<rt.length;st++)if(xt=rt[st],xt.valid&&xt.fromVertex.layer!==y)for(ft=xt.fromVertex.index,xt=xt.portFromPos,vt=0;vt<_t.length;vt++)bt=_t[vt],bt.valid&&bt.fromVertex.layer!==y&&(Tt=bt.fromVertex.index,bt=bt.portFromPos,(ft<Tt||ft===Tt&&xt<bt)&&qt++,(Tt<ft||Tt===ft&&bt<xt)&&Zt++)}if(0>=x){for(rt=b[tt].destinationEdgesArrayAccess,_t=b[ot].destinationEdgesArrayAccess,st=0;st<rt.length;st++)if(xt=rt[st],xt.valid&&xt.toVertex.layer!==y)for(ft=xt.toVertex.index,ut=xt.portToPos,vt=0;vt<_t.length;vt++)bt=_t[vt],bt.valid&&bt.toVertex.layer!==y&&(Tt=bt.toVertex.index,Xt=bt.portToPos,(ft<Tt||ft===Tt&&ut<Xt)&&qt++,(Tt<ft||Tt===ft&&Xt<ut)&&Zt++)}z[tt*E+ot]=Zt,z[ot*E+tt]=qt}}return yd(a,y,b),z}So.prototype.countCrossings=function(){for(var a=0,y=0;y<=this.Ia;y++)for(var x=WS(this,y,1),b=this.tc[y],E=0;E<b;E++)for(var z=E;z<b;z++)a+=x[E*b+z];return a};function C0(a){for(var y=0,x=0;x<=a.Ia;x++){for(var b=a,E=x,z=vd(b,E),tt=b.tc[E],rt=0,ot=0;ot<tt;ot++){var st=z[ot].destinationEdgesArrayAccess;if(st!==null)for(var ut=0;ut<st.length;ut++){var ft=st[ut];if(ft.valid&&ft.toVertex.layer!==E){var vt=ft.fromVertex.column+ft.portFromColOffset,xt=ft.toVertex.column+ft.portToColOffset;rt+=(Math.abs(vt-xt)+1)*gy(ft)}}}yd(b,E,z),y+=rt}return y}So.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=vd(a,y),E=a.tc[y],z=[],tt=0;tt<E;tt++){var rt=b[tt],ot=null;0>=x&&(ot=rt.sourceEdgesArrayAccess);var st=null;0<=x&&(st=rt.destinationEdgesArrayAccess);var ut=0,ft=0,vt=rt.near;if(vt!==null&&vt.layer===rt.layer&&(ut+=vt.column-1,ft++),ot!==null)for(vt=0;vt<ot.length;vt++){rt=ot[vt];var xt=rt.fromVertex;rt.valid&&!rt.rev&&xt.layer!==y&&(ut+=xt.column,ft++)}if(st!==null)for(ot=0;ot<st.length;ot++)rt=st[ot],vt=rt.toVertex,rt.valid&&!rt.rev&&vt.layer!==y&&(ut+=vt.column,ft++);z[tt]=ft===0?-1:ut/ft}return yd(a,y,b),z}function GS(a,y,x){for(var b=vd(a,y),E=a.tc[y],z=[],tt=0;tt<E;tt++){var rt=b[tt],ot=null;0>=x&&(ot=rt.sourceEdgesArrayAccess);var st=null;0<=x&&(st=rt.destinationEdgesArrayAccess);var ut=0,ft=[],vt=rt.near;if(vt!==null&&vt.layer===rt.layer&&(ft[ut]=vt.column-1,ut++),rt=void 0,ot!==null)for(vt=0;vt<ot.length;vt++){rt=ot[vt];var xt=rt.fromVertex;rt.valid&&!rt.rev&&xt.layer!==y&&(ft[ut]=xt.column+rt.portFromColOffset,ut++)}if(st!==null)for(ot=0;ot<st.length;ot++)rt=st[ot],vt=rt.toVertex,rt.valid&&!rt.rev&&vt.layer!==y&&(ft[ut]=vt.column+rt.portToColOffset,ut++);ut===0?z[tt]=-1:(ft.sort(function(bt,Tt){return bt-Tt}),st=ut>>1,z[tt]=ut&1?ft[st]:ft[st-1]+ft[st]>>1)}return yd(a,y,b),z}function bp(a,y,x,b,E,z){if(y.component===b){if(y.component=x,E)for(var tt=y.destinationEdges;tt.next();){var rt=tt.value,ot=rt.toVertex,st=y.layer-ot.layer;rt=a.linkMinLength(rt),st===rt&&bp(a,ot,x,b,E,z)}if(z)for(tt=y.sourceEdges;tt.next();)rt=tt.value,ot=rt.fromVertex,st=ot.layer-y.layer,rt=a.linkMinLength(rt),st===rt&&bp(a,ot,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)}}So.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=VS(a);E!==null;)b[x]=E,x--,E.valid=!1,E=VS(a);for(E=KS(a);E!==null;)b[y]=E,y++,E.valid=!1,E=KS(a);E=null;for(var z=0,tt=this.network.vertexes.iterator;tt.next();){var rt=tt.value;if(rt.valid){for(var ot=0,st=rt.destinationEdges;st.next();)st.value.toVertex.valid&&ot++;st=0;for(var ut=rt.sourceEdges;ut.next();)ut.value.fromVertex.valid&&st++;(E===null||z<ot-st)&&(E=rt,z=ot-st)}}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 A0:for(b=this.network.vertexes.iterator;b.next();)a=b.value,a.Ll=-1,a.finish=-1;for(a=this.network.edges.iterator;a.next();)a.value.forest=!1;for(this.Kn=0,b.reset();b.next();)y=b.value,y.sourceEdges.count===0&&vy(this,y);for(b.reset();b.next();)y=b.value,y.Ll===-1&&vy(this,y);for(a.reset();a.next();)b=a.value,b.forest||(y=b.fromVertex,x=y.finish,E=b.toVertex,z=E.finish,E.Ll<y.Ll&&x<z&&(this.network.gm(b),b.rev=!0));break;case Mp:for(a=this.network,y=a.vertexes.iterator,b=1/0;y.next();)b=Math.min(b,y.value.layer);if(1/0>b){if(0>b)for(y.reset();y.next();)y.value.layer-=b;for(b=[],y.reset();y.next();)x=y.value,E=b[x.layer],E===void 0?b[x.layer]=[x]:E.push(x);for(x=y=0;x<b.length;x++)if(E=b[x],!E||E.length===0)y++;else if(0<x)for(z=0;z<E.length;z++)E[z].layer-=y;for(b=a.edges.iterator;b.next();)y=b.value,y.fromVertex.layer<y.toVertex.layer&&(a.gm(y),y.rev=!0)}}};function jx(a){for(a=a.vertexes.iterator;a.next();){var y=a.value;if(y.valid)return y}return null}function VS(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 KS(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++}So.prototype.assignLayers=function(){switch(this.Zk){case xy:XS(this);break;case Py:for(var a,y=this.network.vertexes.iterator;y.next();)a=US(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(XS(this),y=this.network.vertexes.iterator;y.next();)y.value.valid=!1;for(y.reset();y.next();)a=y.value,a.sourceEdges.count===0&&JS(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 XS(a){for(var y=a.network.vertexes.iterator;y.next();){var x=YS(a,y.value);a.Ia=Math.max(x,a.Ia)}}function YS(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,YS(a,z)+E)}y.layer=x}else x=y.layer;return x}function US(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,US(a,z)+E)}y.layer=x}else x=y.layer;return x}function JS(a,y){if(!y.valid){y.valid=!0;for(var x=y.destinationEdges;x.next();)JS(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],rt=tt.fromVertex,ot=tt.toVertex;tt=a.linkMinLength(tt),rt.layer-ot.layer>tt&&bp(a,rt,0,-1,!0,!1)}for(bp(a,y,1,-1,!0,!0);y.component!==0;){for(z=0,b=1/0,rt=0,ot=null,tt=a.network.vertexes.iterator;tt.next();){var st=tt.value;if(st.component===1){var ut=0,ft=!1,vt=st.sourceEdgesArrayAccess;E=vt.length;for(var xt=0;xt<E;xt++){var bt=vt[xt],Tt=bt.fromVertex;ut+=1,Tt.component!==1&&(z+=1,Tt=Tt.layer-st.layer,bt=a.linkMinLength(bt),b=Math.min(b,Tt-bt))}for(vt=st.destinationEdgesArrayAccess,E=vt.length,xt=0;xt<E;xt++)bt=vt[xt].toVertex,--ut,bt.component!==1?--z:ft=!0;(ot===null||ut<rt)&&!ft&&(ot=st,rt=ut)}}if(0<z){for(x.reset();x.next();)E=x.value,E.component===1&&(E.layer+=b);y.component=0}else ot.component=0}for(x=a.network.vertexes.iterator;x.next();)x.value.component=-1;for(bp(a,y,1,-1,!0,!1);y.component!==0;){for(b=0,E=1/0,z=0,rt=null,ot=a.network.vertexes.iterator;ot.next();)if(tt=ot.value,tt.component===1){for(st=0,ut=!1,vt=tt.sourceEdgesArrayAccess,ft=vt.length,xt=0;xt<ft;xt++)bt=vt[xt].fromVertex,st+=1,bt.component!==1?b+=1:ut=!0;for(vt=tt.destinationEdgesArrayAccess,ft=vt.length,xt=0;xt<ft;xt++)bt=vt[xt],Tt=bt.toVertex,--st,Tt.component!==1&&(--b,Tt=tt.layer-Tt.layer,bt=a.linkMinLength(bt),E=Math.min(E,Tt-bt));(rt===null||st>z)&&!ut&&(rt=tt,z=st)}if(0>b){for(x.reset();x.next();)b=x.value,b.component===1&&(b.layer-=E);y.component=0}else rt.component=0}}}function QS(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}So.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 E0:for(a=this.network.vertexes.iterator,y=this.Ia;0<=y;y--)for(a.reset();a.next();)x=a.value,x.layer===y&&x.index===-1&&qS(this,x);break;case wy:for(a=this.network.vertexes.iterator,y=0;y<=this.Ia;y++)for(a.reset();a.next();)x=a.value,x.layer===y&&x.index===-1&&_S(this,x)}};function qS(a,y){var x=y.layer;for(y.index=a.tc[x],a.tc[x]++,y=y.destinationEdgesArrayAccess,x=!0;x;){x=!1;for(var b=0;b<y.length-1;b++){var E=y[b],z=y[b+1];E.portFromColOffset>z.portFromColOffset&&(x=!0,y[b]=z,y[b+1]=E)}}for(x=0;x<y.length;x++)b=y[x],b.valid&&(b=b.toVertex,b.index===-1&&qS(a,b))}function _S(a,y){var x=y.layer;y.index=a.tc[x],a.tc[x]++,y=y.sourceEdgesArrayAccess;for(var b=!0;b;)for(b=!1,x=0;x<y.length-1;x++){var E=y[x],z=y[x+1];E.portToColOffset>z.portToColOffset&&(b=!0,y[x]=z,y[x+1]=E)}for(x=0;x<y.length;x++)b=y[x],b.valid&&(b=b.fromVertex,b.index===-1&&_S(a,b))}So.prototype.reduceCrossings=function(){var a=this.countCrossings(),y=js(this),x,b;for(x=0;x<this.bj;x++){for(b=0;b<=this.Ia;b++)L0(this,b,1),zl(this,b,1);var E=this.countCrossings();for(E<a&&(a=E,y=js(this)),b=this.Ia;0<=b;b--)L0(this,b,-1),zl(this,b,-1);E=this.countCrossings(),E<a&&(a=E,y=js(this))}for(Ml(this,y),x=0;x<this.bj;x++){for(b=0;b<=this.Ia;b++)L0(this,b,0),zl(this,b,0);for(E=this.countCrossings(),E<a&&(a=E,y=js(this)),b=this.Ia;0<=b;b--)L0(this,b,0),zl(this,b,0);E=this.countCrossings(),E<a&&(a=E,y=js(this))}Ml(this,y);var z,tt,rt;switch(this.rk){case Ly:break;case by:for(rt=a+1;(b=this.countCrossings())<rt;)for(rt=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=zl(this,b,-1)||z;for(E=this.countCrossings(),E>=a?Ml(this,y):(a=E,y=js(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=zl(this,b,1)||z;for(E=this.countCrossings(),E>=a?Ml(this,y):(a=E,y=js(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=zl(this,b,1)||z;for(E>=a?Ml(this,y):(a=E,y=js(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=zl(this,b,-1)||z;for(E>=a?Ml(this,y):(a=E,y=js(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=zl(this,b,0)||z;for(E>=a?Ml(this,y):(a=E,y=js(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=zl(this,b,0)||z;E>=a?Ml(this,y):(a=E,y=js(this))}break;default:case F0:for(x=this.Ia,tt=0,rt=a+1;(b=this.countCrossings())<rt;){for(rt=b,z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=zl(this,b,-1)||z;for(E=this.countCrossings(),E>=a?Ml(this,y):(a=E,y=js(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=zl(this,b,1)||z;for(E=this.countCrossings(),E>=a?Ml(this,y):(a=E,y=js(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=zl(this,b,1)||z;for(E>=a?Ml(this,y):(a=E,y=js(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=zl(this,b,-1)||z;for(E>=a?Ml(this,y):(a=E,y=js(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=zl(this,b,0)||z;for(E>=a?Ml(this,y):(a=E,y=js(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=zl(this,b,0)||z;E>=a?Ml(this,y):(a=E,y=js(this))}}Ml(this,y)};function L0(a,y,x){var b=vd(a,y),E=a.tc[y],z=GS(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 rt=!0,ot;rt;)for(rt=!1,x=0;x<E-1;x++)(z[x+1]<z[x]||z[x+1]===z[x]&&tt[x+1]<tt[x])&&(rt=!0,ot=z[x],z[x]=z[x+1],z[x+1]=ot,ot=tt[x],tt[x]=tt[x+1],tt[x+1]=ot,ot=b[x],b[x]=b[x+1],b[x+1]=ot);for(x=z=0;x<E;x++)ot=b[x],ot.index=x,z+=a.nodeMinColumnSpace(ot,!0),ot.column=z,z+=1,z+=a.nodeMinColumnSpace(ot,!1);yd(a,y,b)}function zl(a,y,x){var b=vd(a,y),E=a.tc[y];x=WS(a,y,x);var z,tt=[];for(z=0;z<E;z++)tt[z]=-1;var rt=[];for(z=0;z<E;z++)rt[z]=-1;for(var ot=!1,st=!0;st;)for(st=!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],vt=0,xt=0,bt=b[z].column,Tt=b[z+1].column,Xt=a.nodeMinColumnSpace(b[z],!0),Zt=a.nodeMinColumnSpace(b[z],!1),qt=a.nodeMinColumnSpace(b[z+1],!0),_t=a.nodeMinColumnSpace(b[z+1],!1);Xt=bt-Xt+qt,Zt=Tt-Zt+_t;var ee=b[z].sourceEdges.iterator;for(ee.reset();ee.next();)if(qt=ee.value,_t=qt.fromVertex,qt.valid&&_t.layer===y){for(qt=0;b[qt]!==_t;)qt++;qt<z&&(vt+=2*(z-qt),xt+=2*(z+1-qt)),qt===z+1&&(vt+=1),qt>z+1&&(vt+=4*(qt-z),xt+=4*(qt-(z+1)))}for(ee=b[z].destinationEdges.iterator,ee.reset();ee.next();)if(qt=ee.value,_t=qt.toVertex,qt.valid&&_t.layer===y){for(qt=0;b[qt]!==_t;)qt++;qt===z+1&&(xt+=1)}for(ee=b[z+1].sourceEdges.iterator,ee.reset();ee.next();)if(qt=ee.value,_t=qt.fromVertex,qt.valid&&_t.layer===y){for(qt=0;b[qt]!==_t;)qt++;qt<z&&(vt+=2*(z+1-qt),xt+=2*(z-qt)),qt===z&&(xt+=1),qt>z+1&&(vt+=4*(qt-(z+1)),xt+=4*(qt-z))}for(ee=b[z+1].destinationEdges.iterator,ee.reset();ee.next();)if(qt=ee.value,_t=qt.toVertex,qt.valid&&_t.layer===y){for(qt=0;b[qt]!==_t;)qt++;qt===z&&(vt+=1)}qt=_t=0,ee=tt[b[z].index];var me=rt[b[z].index],Ie=tt[b[z+1].index],li=rt[b[z+1].index];ee!==-1&&(_t+=Math.abs(ee-bt),qt+=Math.abs(ee-Zt)),me!==-1&&(_t+=Math.abs(me-bt),qt+=Math.abs(me-Zt)),Ie!==-1&&(_t+=Math.abs(Ie-Tt),qt+=Math.abs(Ie-Xt)),li!==-1&&(_t+=Math.abs(li-Tt),qt+=Math.abs(li-Xt)),(xt<vt-.5||xt===vt&&ft<ut-.5||xt===vt&&ft===ut&&qt<_t-.5)&&(st=ot=!0,b[z].column=Zt,b[z+1].column=Xt,ut=b[z],b[z]=b[z+1],b[z+1]=ut)}for(z=0;z<E;z++)b[z].index=z;return yd(a,y,b),ot}So.prototype.straightenAndPack=function(){if(this.ve===0){var a=(this.bg&1)!==0,y=(this.bg&Yx)!==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=Jf(this,y,1)||x;for(y=this.Md-1;0<=y;y--)x=Jf(this,y,-1)||x;x=Jf(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&&($S(this,-1),$S(this,1)),this.bg&2)for(x=!0;x;){for(x=!1,x=Jf(this,this.Md,0)||x,y=this.Md+1;y<=this.Ia;y++)x=Jf(this,y,0)||x;for(y=this.Md-1;0<=y;y--)x=Jf(this,y,0)||x}}else Gx(this)};function Jf(a,y,x){for(var b=!1;Hx(a,y,x);)b=!0;return b}function Hx(a,y,x){var b,E=vd(a,y),z=a.tc[y],tt=py(a,y,-1);if(0<x)for(b=0;b<z;b++)tt[b]=-1;var rt=py(a,y,1);if(0>x)for(b=0;b<z;b++)rt[b]=-1;for(var ot=!1,st=!0;st;)for(st=!1,b=0;b<z;b++){var ut=E[b].column,ft=a.nodeMinColumnSpace(E[b],!0),vt=a.nodeMinColumnSpace(E[b],!1),xt=0;0>b-1||ut-E[b-1].column-1>ft+a.nodeMinColumnSpace(E[b-1],!1)?xt=ut-1:xt=ut,ft=b+1>=z||E[b+1].column-ut-1>vt+a.nodeMinColumnSpace(E[b+1],!0)?ut+1:ut;var bt=vt=0,Tt=0;if(0>=x)for(var Xt=E[b].sourceEdges.iterator;Xt.next();){var Zt=Xt.value,qt=Zt.fromVertex;if(Zt.valid&&qt.layer!==y){var _t=gy(Zt),ee=Zt.portFromColOffset;Zt=Zt.portToColOffset,qt=qt.column,vt+=(Math.abs(ut+Zt-(qt+ee))+1)*_t,bt+=(Math.abs(xt+Zt-(qt+ee))+1)*_t,Tt+=(Math.abs(ft+Zt-(qt+ee))+1)*_t}}if(0<=x)for(Xt=E[b].destinationEdges.iterator;Xt.next();)Zt=Xt.value,qt=Zt.toVertex,Zt.valid&&qt.layer!==y&&(_t=gy(Zt),ee=Zt.portFromColOffset,Zt=Zt.portToColOffset,qt=qt.column,vt+=(Math.abs(ut+ee-(qt+Zt))+1)*_t,bt+=(Math.abs(xt+ee-(qt+Zt))+1)*_t,Tt+=(Math.abs(ft+ee-(qt+Zt))+1)*_t);Zt=ee=_t=0,Xt=tt[E[b].index],qt=rt[E[b].index],Xt!==-1&&(_t+=Math.abs(Xt-ut),ee+=Math.abs(Xt-xt),Zt+=Math.abs(Xt-ft)),qt!==-1&&(_t+=Math.abs(qt-ut),ee+=Math.abs(qt-xt),Zt+=Math.abs(qt-ft)),bt<vt||bt===vt&&ee<_t?(st=ot=!0,E[b].column=xt):(Tt<vt||Tt===vt&&Zt<_t)&&(st=ot=!0,E[b].column=ft)}return yd(a,y,E),a.normalize(),ot}function yy(a,y,x){var b=vd(a,y),E=a.tc[y],z=GS(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 rt=b[x].column,ot=a.nodeMinColumnSpace(b[x],!0),st=a.nodeMinColumnSpace(b[x],!1),ut=0;if(tt[x]===-1)if(x===0&&x===E-1)ut=rt;else if(x===0){var ft=b[x+1].column;ft-rt===st+a.nodeMinColumnSpace(b[x+1],!0)?ut=rt-1:ut=rt}else x===E-1?(ft=b[x-1].column,ut=rt-ft===ot+a.nodeMinColumnSpace(b[x-1],!1)?rt+1:rt):(ft=b[x-1].column,ot=ft+a.nodeMinColumnSpace(b[x-1],!1)+ot+1,ft=b[x+1].column,st=ft-a.nodeMinColumnSpace(b[x+1],!0)-st-1,ut=(ot+st)/2|0);else x===0&&x===E-1?ut=tt[x]:x===0?(ft=b[x+1].column,st=ft-a.nodeMinColumnSpace(b[x+1],!0)-st-1,ut=Math.min(tt[x],st)):x===E-1?(ft=b[x-1].column,ot=ft+a.nodeMinColumnSpace(b[x-1],!1)+ot+1,ut=Math.max(tt[x],ot)):(ft=b[x-1].column,ot=ft+a.nodeMinColumnSpace(b[x-1],!1)+ot+1,ft=b[x+1].column,st=ft-a.nodeMinColumnSpace(b[x+1],!0)-st-1,ot<tt[x]&&tt[x]<st?ut=tt[x]:ot>=tt[x]?ut=ot:st<=tt[x]&&(ut=st));ut!==rt&&(z=!0,b[x].column=ut)}yd(a,y,b),a.normalize()}function Zx(a,y){for(var x=!0,b=a.network.vertexes.iterator;b.next();){var E=b.value,z=a.nodeMinColumnSpace(E,!0),tt=a.nodeMinColumnSpace(E,!1);if(E.column-z<=y&&E.column+tt>=y){x=!1;break}}if(a=!1,x)for(b.reset();b.next();)x=b.value,x.column>y&&(--x.column,a=!0);return a}function Wx(a,y){var x=y+1,b,E=[],z=[];for(b=0;b<=a.Ia;b++)E[b]=!1,z[b]=!1;for(var tt=a.network.vertexes.iterator;tt.next();){b=tt.value;var rt=b.column-a.nodeMinColumnSpace(b,!0),ot=b.column+a.nodeMinColumnSpace(b,!1);rt<=y&&ot>=y&&(E[b.layer]=!0),rt<=x&&ot>=x&&(z[b.layer]=!0)}for(rt=!0,x=!1,b=0;b<=a.Ia;b++)rt=rt&&!(E[b]&&z[b]);if(rt)for(tt.reset();tt.next();)a=tt.value,a.column>y&&(--a.column,x=!0);return x}function $S(a,y){for(var x=0;x<=a.Ra;x++)for(;Zx(a,x););for(a.normalize(),x=0;x<a.Ra;x++)for(;Wx(a,x););a.normalize();var b;if(0<y)for(x=0;x<=a.Ra;x++){var E=js(a),z=C0(a);for(b=z+1;z<b;){b=z,tx(a,x,1);var tt=C0(a);tt>z?Ml(a,E):tt<z&&(z=tt,E=js(a))}}if(0>y)for(x=a.Ra;0<=x;x--)for(E=js(a),z=C0(a),b=z+1;z<b;)b=z,tx(a,x,-1),tt=C0(a),tt>z?Ml(a,E):tt<z&&(z=tt,E=js(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,rt=Math.max(0,z.column-a.nodeMinColumnSpace(z,!0)),ot=Math.min(a.Ra,z.column+a.nodeMinColumnSpace(z,!1));rt<=ot;rt++)E[tt*(a.Ra+1)+rt]=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(ot=tt[tt.length-1],tt.pop(),E[ot])for(E[ot]=!1,z=0;z<a.le;z++)y[ot*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 Gx(a){for(var y=ai(),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 Cn,Vx(y,x);var z=null,tt=null,rt=null,ot=null,st=(a.ve&1)!==0,ut=(a.ve&2)!==0,ft=(a.ve&4)!==0,vt=(a.ve&8)!==0;for(st&&(a.verticalAlignment(y,x,!0),z=b0(a,y,!0,!1)),y.reverse(),ft&&(a.verticalAlignment(y,x,!1),rt=b0(a,y,!1,!1)),b=oi(y),E=b.next();!E.done;E=b.next())E.value.reverse();vt&&(a.verticalAlignment(y,x,!1),ot=b0(a,y,!1,!0)),y.reverse(),ut&&(a.verticalAlignment(y,x,!0),tt=b0(a,y,!0,!0)),Jn(y),a.u(z,tt,rt,ot),a.network.vertexes.each(function(xt){var bt=ai();st&&bt.push(z.get(xt)),ut&&bt.push(tt.get(xt)),ft&&bt.push(rt.get(xt)),vt&&bt.push(ot.get(xt)),bt.sort(function(Xt,Zt){return Xt-Zt});var Tt=bt.length;Tt=(bt[Math.floor((Tt-1)/2)]+bt[Math.ceil((Tt-1)/2)])/2,Jn(bt),xt.zc=Tt})}function Vx(a,y){for(var x=a.length,b=1;b<x-1;b++)for(var E=0,z=0,tt=a[b],rt=a[b+1],ot=0;z<rt.length;ot++){var st=rt[ot];t:{if(st.node===null){var ut=My(st);if(0<ut.length){ut=ut[0].node===null;break t}}ut=!1}var ft=ut;if(ot===rt.length-1||ft){for(ut=tt.length-1,ft&&(ut=My(st)[0].index);z<=ot;){if(st=rt[z],!st.bo){ft=[];for(var vt=oi(st.sourceEdgesArrayAccess),xt=vt.next();!xt.done;xt=vt.next())xt=xt.value,xt.valid&&ft.push(xt);st.bo=ft}for(st=oi(st.bo),ft=st.next();!ft.done;ft=st.next())ft=ft.value,vt=ft.fromVertex.index,(vt<E||vt>ut)&&y.add(ft);z++}E=ut}}}So.prototype.verticalAlignment=function(a,y,x){Kx(a),a=oi(a);for(var b=a.next();!b.done;b=a.next()){var E=-1;b=oi(b.value);for(var z=b.next();!z.done;z=b.next()){z=z.value;var tt=x?My(z):Ux(z),rt=tt.length;if(0<rt){tt.sort(function(ft,vt){return ft.vi-vt.vi});var ot=(rt-1)/2;for(rt=Math.floor(ot),ot=Math.ceil(ot);rt<=ot;rt++)if(z.align===z){var st=tt[rt],ut=void 0;ut=x?N0(st,z):N0(z,st),!y.contains(ut)&&E<st.vi&&(st.align=z,z.root=st.root,z.align=st.root,E=st.vi)}}}}};function Kx(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 b0(a,y,x,b){for(var E=a.K===90||a.K===270,z=oi(y),tt=z.next();!tt.done;tt=z.next()){var rt=oi(tt.value);for(tt=rt.next();!tt.done;tt=rt.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=oi(y),rt=z.next();!rt.done;rt=z.next()){rt=oi(rt.value);for(var ot=rt.next();!ot.done;ot=rt.next())if(ot=ot.value,ot.root===ot){for(var st=0,ut=ot;ut.align!==ot;){var ft=ut.align,vt=tt?ut.width:ut.height,xt=tt?ft.width:ft.height;if(x){var bt=N0(ut,ft),Tt=bt.portFromPos,Xt=bt.portToPos;bt.link!==null&&(ut.node&&ut.node!==bt.link.fromNode&&(Tt=tt?ut.focusX:ut.focusY),ft.node&&ft.node!==bt.link.toNode&&(Xt=tt?ft.focusX:ft.focusY))}else bt=N0(ft,ut),Tt=bt.portToPos,Xt=bt.portFromPos,bt.link!==null&&(ut.node&&ut.node!==bt.link.toNode&&(Tt=tt?ut.focusX:ut.focusY),ft.node&&ft.node!==bt.link.fromNode&&(Xt=tt?ft.focusX:ft.focusY));vt=b?ut.qg+(vt-Tt)-(xt-Xt):ut.qg+Tt-Xt,ft.qg=vt,st=Math.min(st,vt),ut=ut.align}ut=ot;do ut.qg=ut.qg-st,ut=ut.align;while(ut!==ot)}}for(x=oi(y),tt=x.next();!tt.done;tt=x.next())for(z=oi(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,rt=0;do{for(z=y[tt][rt];z.align!==z.root;)z=z.align,tt++,0<z.vi&&(rt=nx(z,y),rt.sd.shift=Math.min(rt.sd.shift,z.sd.shift+z.zc+z.qg-(rt.zc+rt.qg+(E?rt.width:rt.height)+a.columnSpacing)));rt=z.vi+1}while(tt<y.length&&rt<y[tt].length&&z.sd===y[tt][rt].sd)}for(a=new Be,y=oi(y),tt=y.next();!tt.done;tt=y.next())for(x=oi(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&&Qt("Could not determine previous vertex in layer"),y[x][a-1]}So.prototype.u=function(a){for(var y=[],x=0;x<arguments.length;++x)y[x]=arguments[x];x=-1;for(var b=ai(),E=ai(),z=1/0,tt=0;4>tt;tt++)if(y[tt]){var rt=Xx(this,y[tt],b,E,tt);rt<z&&(x=tt,z=rt)}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(ot){return function(st){st.value+=ot.delta}}(z)));Jn(b),Jn(E)};function Xx(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(rt){var ot=rt.key;rt=rt.value,ot=a.K===90||a.K===270?ot.width:ot.height,rt<z&&(z=rt),rt+ot>tt&&(tt=rt+ot)}),x[E]=z,b[E]=tt,tt-z}So.prototype.commitLayout=function(){if(this.setsPortSpots)for(var a=M0(this,!0),y=M0(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 M0(a,y){return a.K===270?y?ko:_o:a.K===90?y?_o:ko:a.K===180?y?Po:vo:y?vo:Po}So.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,rt=-1/0;a.next();){var ot=a.value,st=ot.layer,ut=ot.column|0;b?(tt=y.x+this.kc*ut,st=this.Kd[st]):(tt=this.Kd[st],st=y.y+this.kc*ut),ot.centerX=tt,ot.centerY=st,x&&isFinite(ot.zc)&&(b?ot.node?ot.x=y.x+ot.zc:ot.centerX=y.x+ot.zc:ot.node?ot.y=y.y+ot.zc:ot.centerY=y.y+ot.zc),z=Math.min(ot.x,z),E=Math.min(ot.y,E),b?(tt=z,rt=Math.max(rt,ot.bounds.right)):(tt=E,rt=Math.max(rt,ot.bounds.bottom))}for(this.xw=rt-tt,z=y.x-z,y=y.y-E,this.Rf=new Ot(x&&b?0:z,x&&!b?0:y),a.reset();a.next();)x=a.value,x.x+=z,x.y+=y,x.commit()},So.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 he(0,0,x,Math.abs(this.Ta[0]))):y.push(new he(0,this.Ta[b-1],x,Math.abs(this.Ta[b-1]-this.Ta[b]))):this.K===90?b===0?y.push(new he(0,this.Ta[0],x,Math.abs(this.Ta[0]-a))):y.push(new he(0,this.Ta[b],x,Math.abs(this.Ta[b-1]-this.Ta[b]))):this.K===180?b===0?y.push(new he(0,0,Math.abs(this.Ta[0]),x)):y.push(new he(this.Ta[b-1],0,Math.abs(this.Ta[b-1]-this.Ta[b]),x)):b===0?y.push(new he(this.Ta[0],0,Math.abs(this.Ta[0]-a),x)):y.push(new he(this.Ta[b],0,Math.abs(this.Ta[b-1]-this.Ta[b]),x));this.commitLayers(y,this.Rf)},So.prototype.commitLayers=function(){},So.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,rt=b.toPort;if(E!==null){var ot=E.findVisibleNode();ot!==null&&ot!==E&&(E=ot,tt=ot.port)}z!==null&&(ot=z.findVisibleNode(),ot!==null&&ot!==z&&(z=ot,rt=ot.port));var st=y.computeSpot(!0,tt);ot=y.computeSpot(!1,rt);var ut=x.fromVertex,ft=x.toVertex;if(x.valid)y.curve===hl&&y.pointsCount===4&&(ut.column===ft.column&&this.alignOption===0?(x=y.getLinkPoint(E,tt,st,!0,!1,z,rt),rt=y.getLinkPoint(z,rt,ot,!1,!1,E,tt),x.w()||x.set(E.actualBounds.center),rt.w()||rt.set(z.actualBounds.center),y.Fj(),y.yf(x.x,x.y),y.yf((2*x.x+rt.x)/3,(2*x.y+rt.y)/3),y.yf((x.x+2*rt.x)/3,(x.y+2*rt.y)/3),y.yf(rt.x,rt.y)):(x=b=!1,tt!==null&&st===Ii&&(b=!0),rt!==null&&ot===Ii&&(x=!0),(b||x)&&(ot=null,b&&(ot=y.getLinkPointFromPoint(E,tt,tt.ga(xi),y.i(3),!0),ot.w()||ot.set(E.actualBounds.center),y.L(0,ot.x,ot.y)),E=null,x&&(E=y.getLinkPointFromPoint(z,rt,rt.ga(xi),y.i(0),!1),E.w()||E.set(z.actualBounds.center),y.L(3,E.x,E.y)),ot&&(z=y.i(2),y.L(1,(2*ot.x+z.x)/3,(2*ot.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 vt=!1,xt=!1,bt=this.ie,Tt=y.firstPickIndex+1;if(y.isOrthogonal){xt=!0;var Xt=y.pointsCount;4<Xt&&y.points.removeRange(2,Xt-3)}else if(y.curve===hl)vt=!0,Xt=y.pointsCount,4<Xt&&y.points.removeRange(2,Xt-3),Xt===4&&(Tt=2);else{Xt=y.pointsCount;var Zt=st===Ii,qt=ot===Ii;2<Xt&&Zt&&qt?y.points.removeRange(1,Xt-2):3<Xt&&Zt&&!qt?y.points.removeRange(1,Xt-3):3<Xt&&!Zt&&qt?y.points.removeRange(2,Xt-2):4<Xt&&!Zt&&!qt&&y.points.removeRange(2,Xt-3)}if(x.rev){for(;ft!==null&&ut!==ft;){var _t=Xt=null;for(Zt=ft.sourceEdges.iterator;Zt.next()&&(qt=Zt.value,qt.link!==x.link||(Xt=qt.fromVertex,_t=qt.toVertex,Xt.node!==null)););if(Xt===null)break;if(Xt!==ut){Zt=y.i(Tt-1).x,qt=y.i(Tt-1).y;var ee=Xt.centerX,me=Xt.centerY;if(xt)this.K===180||this.K===0?Tt===y.firstPickIndex+1?(y.m(Tt++,Zt,qt),y.m(Tt++,Zt,me)):(_t!==null?_t.centerY:qt)!==me&&(_t=this.Ta[Xt.layer-1]+this.Rf.x,y.m(Tt++,_t,qt),y.m(Tt++,_t,me)):Tt===y.firstPickIndex+1?(y.m(Tt++,Zt,qt),y.m(Tt++,ee,qt)):(_t!==null?_t.centerX:Zt)!==ee&&(_t=this.Ta[Xt.layer-1]+this.Rf.y,y.m(Tt++,Zt,_t),y.m(Tt++,ee,_t));else if(Tt===y.firstPickIndex+1){_t=Math.max(10,this.he[ft.layer]);var Ie=Math.max(10,this.Ld[ft.layer]);if(vt)this.K===180?ee<=ft.bounds.x?(ft=ft.bounds.x,y.m(Tt++,ft-_t,me),y.m(Tt++,ft,me),y.m(Tt++,ft+Ie,me)):(y.m(Tt++,ee-_t,me),y.m(Tt++,ee,me),y.m(Tt++,ee+Ie,me)):this.K===90?me>=ft.bounds.bottom?(ft=ft.bounds.y+ft.bounds.height,y.m(Tt++,ee,ft+Ie),y.m(Tt++,ee,ft),y.m(Tt++,ee,ft-_t)):(y.m(Tt++,ee,me+Ie),y.m(Tt++,ee,me),y.m(Tt++,ee,me-_t)):this.K===270?me<=ft.bounds.y?(ft=ft.bounds.y,y.m(Tt++,ee,ft-_t),y.m(Tt++,ee,ft),y.m(Tt++,ee,ft+Ie)):(y.m(Tt++,ee,me-_t),y.m(Tt++,ee,me),y.m(Tt++,ee,me+Ie)):this.K===0&&(ee>=ft.bounds.right?(ft=ft.bounds.x+ft.bounds.width,y.m(Tt++,ft+Ie,me),y.m(Tt++,ft,me),y.m(Tt++,ft-_t,me)):(y.m(Tt++,ee+Ie,me),y.m(Tt++,ee,me),y.m(Tt++,ee-_t,me)));else{y.m(Tt++,Zt,qt);var li=0;this.K===180||this.K===0?((this.K===180?ee>=ft.bounds.right:ee<=ft.bounds.x)&&(li=(this.K===0?-_t:Ie)/2),y.m(Tt++,Zt+li,me)):((this.K===270?me>=ft.bounds.bottom:me<=ft.bounds.y)&&(li=(this.K===90?-_t:Ie)/2),y.m(Tt++,ee,qt+li)),y.m(Tt++,ee,me)}}else _t=Math.max(10,this.he[Xt.layer]),Ie=Math.max(10,this.Ld[Xt.layer]),vt?this.K===180?(y.m(Tt++,ee-_t-bt,me),y.m(Tt++,Math.min(ee-_t+bt/2,ee),me),y.m(Tt++,ee,me),y.m(Tt++,ee,me),y.m(Tt++,Math.max(ee+Ie-bt/2,ee),me),y.m(Tt++,ee+Ie+bt,me)):this.K===90?(y.m(Tt++,ee,me+Ie+bt),y.m(Tt++,ee,Math.max(me+Ie-bt/2,me)),y.m(Tt++,ee,me),y.m(Tt++,ee,me),y.m(Tt++,ee,Math.min(me-_t+bt/2,me)),y.m(Tt++,ee,me-_t-bt)):this.K===270?(y.m(Tt++,ee,me-_t-bt),y.m(Tt++,ee,Math.min(me-_t+bt/2,me)),y.m(Tt++,ee,me),y.m(Tt++,ee,me),y.m(Tt++,ee,Math.max(me+Ie-bt/2,me)),y.m(Tt++,ee,me+Ie+bt)):(y.m(Tt++,ee+Ie+bt,me),y.m(Tt++,Math.max(ee+Ie-bt/2,ee),me),y.m(Tt++,ee,me),y.m(Tt++,ee,me),y.m(Tt++,Math.min(ee-_t+bt/2,ee),me),y.m(Tt++,ee-_t-bt,me)):y.m(Tt++,ee,me)}ft=Xt}(rt===null||st!==Ii||xt)&&(Zt=y.i(Tt-1).x,qt=y.i(Tt-1).y,ee=y.i(Tt).x,me=y.i(Tt).y,xt?(bt=this.Ld[ut.layer],this.K===180||this.K===0?(xt=qt,xt>=ut.bounds.y&&xt<=ut.bounds.bottom&&(this.K===180?ee>=ut.bounds.x:ee<=ut.bounds.right)&&(ft=ut.centerX+(this.K===180?-bt:bt),xt<ut.bounds.y+ut.bounds.height/2?xt=ut.bounds.y-this.kc/2:xt=ut.bounds.bottom+this.kc/2,y.m(Tt++,ft,qt),y.m(Tt++,ft,xt)),y.m(Tt++,ee,xt)):(xt=Zt,xt>=ut.bounds.x&&xt<=ut.bounds.right&&(this.K===270?me>=ut.bounds.y:me<=ut.bounds.bottom)&&(ft=ut.centerY+(this.K===270?-bt:bt),xt<ut.bounds.x+ut.bounds.width/2?xt=ut.bounds.x-this.kc/2:xt=ut.bounds.right+this.kc/2,y.m(Tt++,Zt,ft),y.m(Tt++,xt,ft)),y.m(Tt++,xt,me)),y.m(Tt++,ee,me)):vt?(_t=Math.max(10,this.he[ut.layer]),Ie=Math.max(10,this.Ld[ut.layer]),this.K===180&&ee>=ut.bounds.x?(ft=ut.bounds.x+ut.bounds.width,y.L(Tt-2,ft,qt),y.L(Tt-1,ft+Ie,qt)):this.K===90&&me<=ut.bounds.bottom?(ft=ut.bounds.y,y.L(Tt-2,Zt,ft),y.L(Tt-1,Zt,ft-_t)):this.K===270&&me>=ut.bounds.y?(ft=ut.bounds.y+ut.bounds.height,y.L(Tt-2,Zt,ft),y.L(Tt-1,Zt,ft+Ie)):this.K===0&&ee<=ut.bounds.right&&(ft=ut.bounds.x,y.L(Tt-2,ft,qt),y.L(Tt-1,ft-_t,qt))):(_t=Math.max(10,this.he[ut.layer]),Ie=Math.max(10,this.Ld[ut.layer]),xt=0,this.K===180||this.K===0?((this.K===180?ee<=ut.bounds.x:ee>=ut.bounds.right)&&(xt=(this.K===0?Ie:-_t)/2),y.m(Tt++,ee+xt,qt)):((this.K===270?me<=ut.bounds.y:me>=ut.bounds.bottom)&&(xt=(this.K===90?Ie:-_t)/2),y.m(Tt++,Zt,me+xt)),y.m(Tt++,ee,me)))}else{for(;ut!==null&&ut!==ft;){for(_t=Xt=null,ut=ut.destinationEdges.iterator;ut.next()&&(Zt=ut.value,Zt.link!==x.link||(Xt=Zt.toVertex,_t=Zt.fromVertex,_t.node!==null&&(_t=null),Xt.node!==null)););if(Xt===null)break;Xt!==ft&&(Zt=y.i(Tt-1).x,qt=y.i(Tt-1).y,ee=Xt.centerX,me=Xt.centerY,xt?this.K===180||this.K===0?(_t!==null?_t.centerY:qt)!==me&&(_t=this.Ta[Xt.layer]+this.Rf.x,Tt===y.firstPickIndex+1&&(_t=this.K===0?Math.max(_t,Zt):Math.min(_t,Zt)),y.m(Tt++,_t,qt),y.m(Tt++,_t,me)):(_t!==null?_t.centerX:Zt)!==ee&&(_t=this.Ta[Xt.layer]+this.Rf.y,Tt===y.firstPickIndex+1&&(_t=this.K===90?Math.max(_t,qt):Math.min(_t,qt)),y.m(Tt++,Zt,_t),y.m(Tt++,ee,_t)):(_t=Math.max(10,this.he[Xt.layer]),Ie=Math.max(10,this.Ld[Xt.layer]),vt?this.K===180?(y.m(Tt++,ee+Ie+bt,me),y.m(Tt++,Math.max(ee+Ie-bt/2,ee),me),y.m(Tt++,ee,me),y.m(Tt++,ee,me),y.m(Tt++,Math.min(ee-_t+bt/2,ee),me),y.m(Tt++,ee-_t-bt,me)):this.K===90?(y.m(Tt++,ee,me-_t-bt),y.m(Tt++,ee,Math.min(me-_t+bt/2,me)),y.m(Tt++,ee,me),y.m(Tt++,ee,me),y.m(Tt++,ee,Math.max(me+Ie-bt/2,me)),y.m(Tt++,ee,me+Ie+bt)):this.K===270?(y.m(Tt++,ee,me+Ie+bt),y.m(Tt++,ee,Math.max(me+Ie-bt/2,me)),y.m(Tt++,ee,me),y.m(Tt++,ee,me),y.m(Tt++,ee,Math.min(me-_t+bt/2,me)),y.m(Tt++,ee,me-_t-bt)):(y.m(Tt++,ee-_t-bt,me),y.m(Tt++,Math.min(ee-_t+bt/2,ee),me),y.m(Tt++,ee,me),y.m(Tt++,ee,me),y.m(Tt++,Math.max(ee+Ie-bt/2,ee),me),y.m(Tt++,ee+Ie+bt,me)):this.K===180?(y.m(Tt++,ee+Ie,me),y.m(Tt++,ee-_t,me)):this.K===90?(y.m(Tt++,ee,me-_t),y.m(Tt++,ee,me+Ie)):this.K===270?(y.m(Tt++,ee,me+Ie),y.m(Tt++,ee,me-_t)):(y.m(Tt++,ee-_t,me),y.m(Tt++,ee+Ie,me)))),ut=Xt}xt&&(Zt=y.i(Tt-1).x,qt=y.i(Tt-1).y,ee=y.i(Tt).x,me=y.i(Tt).y,this.K===180||this.K===0?qt!==me&&(_t=this.K===0?Math.min(Math.max((ee+Zt)/2,this.Ta[ft.layer]+this.Rf.x),ee):Math.max(Math.min((ee+Zt)/2,this.Ta[ft.layer]+this.Rf.x),ee),y.m(Tt++,_t,qt),y.m(Tt++,_t,me)):Zt!==ee&&(_t=this.K===90?Math.min(Math.max((me+qt)/2,this.Ta[ft.layer]+this.Rf.y),me):Math.max(Math.min((me+qt)/2,this.Ta[ft.layer]+this.Rf.y),me),y.m(Tt++,Zt,_t),y.m(Tt++,ee,_t)))}b!==null&&vt&&4<=y.pointsCount&&(tt!==null&&(tt=st===Ii?y.getLinkPointFromPoint(E,tt,tt.ga(xi),y.i(3),!0):y.i(0),st===Ii&&(st=y.i(2),b=y.i(3),this.direction===90||this.direction===270?(y.L(1,(tt.x+st.x)/2,st.y),y.L(2,b.x,(st.y+b.y)/2)):(y.L(1,st.x,(tt.y+st.y)/2),y.L(2,(st.x+b.x)/2,b.y))),tt.w()||tt.set(E.actualBounds.center),y.L(0,tt.x,tt.y)),rt!==null&&(E=ot===Ii?y.getLinkPointFromPoint(z,rt,rt.ga(xi),y.i(y.pointsCount-4),!1):y.i(y.pointsCount-1),ot===Ii&&(rt=y.i(y.pointsCount-3),ot=y.i(y.pointsCount-4),this.direction===90||this.direction===270?(y.L(y.pointsCount-2,(E.x+rt.x)/2,rt.y),y.L(y.pointsCount-2,ot.x,(rt.y+ot.y)/2)):(y.L(y.pointsCount-2,rt.x,(E.y+rt.y)/2),y.L(y.pointsCount-3,(rt.x+ot.x)/2,ot.y))),E.w()||E.set(z.actualBounds.center),y.L(y.pointsCount-1,E.x,E.y))),y.zf(),x.commit()}}}this.avoidOrthogonalOverlaps()},So.prototype.avoidOrthogonalOverlaps=function(){if(!(0>=this.linkSpacing)){for(var a=new pn,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 rt=new Sd;rt.layer=Math.floor(z.y/2);var ot=b.i(0),st=b.i(b.pointsCount-1);if(rt.first=ot.x*ot.x+ot.y,rt.jc=st.x*st.x+st.y,rt.rd=Math.min(z.x,tt.x),rt.Ic=Math.max(z.x,tt.x),rt.index=E,rt.link=b,E+2<b.pointsCount){ot=b.i(E-1),st=b.i(E+2);var ut=0;ot.y<z.y?ut=st.y<z.y?3:z.x<tt.x?2:1:ot.y>z.y&&(ut=st.y>z.y?0:tt.x<z.x?2:1),rt.j=ut}x.push(rt)}}}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,rt=x[z].jc,ot=z;ot<E;ot++)st=x[ot],st.jc!==rt&&(ut++,rt=st.jc);this.zi(x,this.Ux,z,z+tt);var ft=1;for(rt=x[z].first,ot=z;ot<E;ot++)st=x[ot],st.first!==rt&&(ft++,rt=st.first);for(ot=!0,st=ft,ut<ft?(ot=!1,st=ut,rt=x[z].jc,this.zi(x,this.Js,z,z+tt)):rt=x[z].first,ut=0,ft=z;ft<E;ft++){var vt=x[ft];(ot?vt.first:vt.jc)!==rt&&(ut++,rt=ot?vt.first:vt.jc);var xt=vt.link;z=xt.i(vt.index),tt=xt.i(vt.index+1);var bt=this.linkSpacing*(ut-(st-1)/2);y++,xt.uh(),xt.L(vt.index,z.x,z.y+bt),xt.L(vt.index+1,tt.x,tt.y+bt),xt.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)&&(rt=new Sd,rt.layer=Math.floor(z.x/2),ot=b.i(0),st=b.i(b.pointsCount-1),rt.first=ot.x+ot.y*ot.y,rt.jc=st.x+st.y*st.y,rt.rd=Math.min(z.y,tt.y),rt.Ic=Math.max(z.y,tt.y),rt.index=E,rt.link=b,E+2<b.pointsCount&&(ot=b.i(E-1),st=b.i(E+2),ut=0,ot.x<z.x?ut=st.x<z.x?3:z.y<tt.y?2:1:ot.x>z.x&&(ut=st.x>z.x?0:tt.y<z.y?2:1),rt.j=ut),x.push(rt));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,rt=x[z].jc,ot=z;ot<E;ot++)st=x[ot],st.jc!==rt&&(ut++,rt=st.jc);for(this.zi(x,this.Ux,z,z+tt),ft=1,rt=x[z].first,ot=z;ot<E;ot++)st=x[ot],st.first!==rt&&(ft++,rt=st.first);for(ot=!0,st=ft,ut<ft?(ot=!1,st=ut,rt=x[z].jc,this.zi(x,this.Js,z,z+tt)):rt=x[z].first,ut=0,ft=z;ft<E;ft++)vt=x[ft],(ot?vt.first:vt.jc)!==rt&&(ut++,rt=ot?vt.first:vt.jc),xt=vt.link,z=xt.i(vt.index),tt=xt.i(vt.index+1),bt=this.linkSpacing*(ut-(st-1)/2),y++,xt.uh(),xt.L(vt.index,z.x+bt,z.y),xt.L(vt.index+1,tt.x+bt,tt.y),xt.zf()}z=E}a=b}}}},Ct=So.prototype,Ct.Vx=function(a,y){return a instanceof Sd&&y instanceof Sd&&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},Ct.Ux=function(a,y){return a instanceof Sd&&y instanceof Sd&&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},Ct.Js=function(a,y){return a instanceof Sd&&y instanceof Sd&&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},Ct.B=function(a,y){return a-=y,-1<a&&1>a},Ct.zi=function(a,y,x,b){var E=a.length,z=b-x;if(!(1>=z))if((0>x||x>=E-1)&&Qt("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 vd(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 yd(a,y,x){a.He[a.tc[y]]=x}ln.Object.defineProperties(So.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()):Qt("LayeredDigraphLayout.direction must be 0, 90, 180, or 270"))}},cycleRemoveOption:{get:function(){return this.Dk},set:function(a){this.Dk===a||a!==Sy&&a!==A0&&a!==Mp||(this.Dk=a,this.C())}},layeringOption:{get:function(){return this.Zk},set:function(a){this.Zk===a||a!==k0&&a!==xy&&a!==Py||(this.Zk=a,this.C())}},initializeOption:{get:function(){return this.Qk},set:function(a){this.Qk===a||a!==E0&&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!==F0&&a!==by||(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 A0=new je(So,"CycleDepthFirst",0),Sy=new je(So,"CycleGreedy",1),Mp=new je(So,"CycleFromLayers",2),k0=new je(So,"LayerOptimalLinkLength",0),xy=new je(So,"LayerLongestPathSink",1),Py=new je(So,"LayerLongestPathSource",2),E0=new je(So,"InitDepthFirstOut",0),wy=new je(So,"InitDepthFirstIn",1),Cy=new je(So,"InitNaive",2),Ly=new je(So,"AggressiveNone",0),F0=new je(So,"AggressiveLess",1),by=new je(So,"AggressiveMore",2),Yx=8;So.className="LayeredDigraphLayout",So.CycleDepthFirst=A0,So.CycleGreedy=Sy,So.CycleFromLayers=Mp,So.LayerOptimalLinkLength=k0,So.LayerLongestPathSink=xy,So.LayerLongestPathSource=Py,So.InitDepthFirstOut=E0,So.InitDepthFirstIn=wy,So.InitNaive=Cy,So.AggressiveNone=Ly,So.AggressiveLess=F0,So.AggressiveMore=by,So.PackNone=0,So.PackExpand=1,So.PackStraighten=2,So.PackMedian=4,So.PackAll=15,So.AlignNone=0,So.AlignUpperLeft=1,So.AlignUpperRight=2,So.AlignLowerLeft=4,So.AlignLowerRight=8,So.AlignAll=15;function Sd(){this.index=this.Ic=this.rd=this.jc=this.first=this.layer=0,this.link=null,this.j=0}Sd.className="SegInfo";function Qf(a){Io.call(this,a)}Ne(Qf,Io),Qf.prototype.createVertex=function(){return new Al(this)},Qf.prototype.createEdge=function(){return new Ap(this)},Qf.className="LayeredDigraphNetwork";function Al(a){Na.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}Ne(Al,Na);function ix(a,y){return a.index-y.index}function N0(a,y){if(!a.$n){for(var x=[],b=oi(a.destinationEdgesArrayAccess),E=b.next();!E.done;E=b.next())E=E.value,E.valid&&x.push(E);a.$n=x}for(a=oi(a.$n),x=a.next();!x.done;x=a.next())if(x=x.value,x.toVertex===y)return x;Qt("Unable to find destination edge to given vertex")}function My(a){if(!a.co){for(var y=[],x=oi(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 Ux(a){if(!a.ao){for(var y=[],x=oi(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}Al.prototype.Cl=function(a){Na.prototype.Cl.call(this,a),this.bo=this.co=null},Al.prototype.Kl=function(a){Na.prototype.Kl.call(this,a),this.bo=this.co=null},Al.prototype.zl=function(a){Na.prototype.zl.call(this,a),this.$n=this.ao=null},Al.prototype.Jl=function(a){Na.prototype.Jl.call(this,a),this.$n=this.ao=null},ln.Object.defineProperties(Al.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)}}}),Al.prototype.deleteDestinationEdge=Al.prototype.Jl,Al.prototype.addDestinationEdge=Al.prototype.zl,Al.prototype.deleteSourceEdge=Al.prototype.Kl,Al.prototype.addSourceEdge=Al.prototype.Cl,Al.className="LayeredDigraphVertex";function Ap(a){tl.call(this,a),this.j=this.ia=this.Ha=!1,this.V=this.u=NaN,this.F=this.o=0}Ne(Ap,tl),ln.Object.defineProperties(Ap.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)}}}),Ap.className="LayeredDigraphEdge";function Zr(a){qo.call(this),this.Ub=new Cn,this.Wn=O0,this.ud=Wu,this.vo=R0,this.Bq=Ry,this.$v=[],this.td=!0,this.Rb=z0,this.$d=new Yt(10,10).freeze();var y=new Kc(this);this.W=new jl(y),this.Y=new jl(y),this.ru=[],a&&Object.assign(this,a)}Ne(Zr,qo),Zr.prototype.cloneProtected=function(a){qo.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)},Zr.prototype.qb=function(a){a.classType===Zr?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:Qt("Unknown enum value: "+a):qo.prototype.qb.call(this,a)},Zr.prototype.createNetwork=function(){return new Kc(this)},Zr.prototype.makeNetwork=function(a){function y(b){if(b instanceof gi)return!b.isLinkLabel&&b.category!=="Comment";if(b instanceof Rn){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 Re?(x.lg(a.nodes,!0,y),x.lg(a.links,!0,y)):a instanceof br?x.lg(a.memberParts,!1,y):x.lg(a.iterator,!1,y),x},Zr.prototype.doLayout=function(a){this.network===null&&(this.network=this.makeNetwork(a)),this.arrangement!==j0&&(this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin));var y=this.diagram;if(y===null&&a instanceof Re&&(y=a),this.path===O0&&y!==null?this.ud=y.isTreePathToChildren?Wu:Gc:this.ud=this.path===O0?Wu: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 Cn,y=this.Ub.iterator;y.next();){var x=y.value;x instanceof gi?(x=this.network.ki(x),x!==null&&a.add(x)):x instanceof jl&&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,Ay(this,y));for(y=this.network.vertexes,a=null;a=Jx(y),0<a.count;)y=rx(this,a),y!==null&&this.Ub.add(y),y.initialized=!0,Ay(this,y),y=a;for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof jl&&ax(this,y);for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof jl&&sx(this,y);for(a=this.Ub.iterator;a.next();)y=a.value,y instanceof jl&&lx(this,y);if(this.Cu(),this.layerStyle===H0){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 jl&&this.layoutTree(y);this.arrangeTrees(),this.updateParts()}this.network=null,this.Ub=new Cn,this.isValidLayout=!0};function Jx(a){var y=new Cn;for(a=a.iterator;a.next();){var x=a.value;x.initialized||y.add(x)}return y}Zr.prototype.findRoots=function(){for(var a=this.network.vertexes,y=a.iterator;y.next();){var x=y.value;switch(this.ud){case Wu:x.sourceEdges.count===0&&this.Ub.add(x);break;case Gc:x.destinationEdges.count===0&&this.Ub.add(x);break;default:Qt("Unhandled path value "+this.ud.toString())}}this.Ub.count===0&&(a=rx(this,a),a!==null&&this.Ub.add(a))};function rx(a,y){var x=999999,b=null;for(y=y.iterator;y.next();){var E=y.value;switch(a.ud){case Wu:E.sourceEdges.count<x&&(x=E.sourceEdges.count,b=E);break;case Gc:E.destinationEdges.count<x&&(x=E.destinationEdges.count,b=E);break;default:Qt("Unhandled path value "+a.ud.toString())}}return b}function Ay(a,y){if(y!==null){switch(a.ud){case Wu:if(0<y.destinationEdges.count){for(var x=new pn,b=y.destinationVertexes;b.next();){var E=b.value;ox(a,y,E)&&x.add(E)}0<x.count&&(y.children=x.Fa())}break;case Gc:if(0<y.sourceEdges.count){for(x=new pn,b=y.sourceVertexes;b.next();)E=b.value,ox(a,y,E)&&x.add(E);0<x.count&&(y.children=x.Fa())}break;default:Qt("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++)Ay(a,x[y])}}function ox(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}Zr.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 ax(a,y){if(y!==null){a.initializeTreeVertexValues(y),y.alignment===Ku&&a.sortTreeVertexChildren(y);for(var x=0,b=y.childrenCount,E=0,z=y.children,tt=z.length,rt=0;rt<tt;rt++){var ot=z[rt];ax(a,ot),x+=ot.descendantCount+1,b=Math.max(b,ot.maxChildrenCount),E=Math.max(E,ot.maxGenerationCount)}y.descendantCount=x,y.maxChildrenCount=b,y.maxGenerationCount=0<b?E+1:0}}function Qx(a,y){switch(a.vo){default:case R0: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 By:return y.parent!==null?y.parent.parent!==null?y.parent.parent:a.Y:a.W;case Dy: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}}Zr.prototype.initializeTreeVertexValues=function(a){if(a.copyInheritedPropertiesFrom(Qx(this,a)),a.parent!==null&&a.parent.alignment===Ku){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 sx(a,y){if(y!==null){a.assignTreeVertexValues(y),y=y.children;for(var x=y.length,b=0;b<x;b++)sx(a,y[b])}}Zr.prototype.assignTreeVertexValues=function(){};function lx(a,y){if(y!==null){y.alignment!==Ku&&a.sortTreeVertexChildren(y),y=y.children;for(var x=y.length,b=0;b<x;b++)lx(a,y[b])}}Zr.prototype.sortTreeVertexChildren=function(a){switch(a.sorting){case qf:break;case Ep:a.children.reverse();break;case Fp:a.children.sort(a.comparer);break;case Np:a.children.sort(a.comparer),a.children.reverse();break;default:Qt("Unhandled sorting value "+a.sorting.toString())}},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.angle,x=a.parent,b=0,E=!1;x!==null&&(b=x.angle,E=x.alignment,E=xd(E)),y=y===90||y===270,b=b===90||b===270,x=a.childrenCount===0;var z=0,tt=0,rt=0,ot=a.commentSpacing;if(a.node!==null)for(var st=a.node.Mu();st.next();){var ut=st.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(rt)):(z+=ut.width+Math.abs(rt),tt=Math.max(tt,ut.height)),rt=ot)}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=he.allocAt(0,0,a.bounds.width+z,a.bounds.height+tt),a.bounds=E,he.free(E))};function xd(a){return a===Oh||a===Ku||a===Ih||a===ah}function kp(a){return a===Oh||a===Ku}function ky(a){var y=a.parent;if(y!==null){var x=y.alignment;if(xd(x)){if(kp(x)){for(y=y.children,x=0;x<y.length&&a!==y[x];)x++;return x%2===0}if(x===Ih)return!0}}return!1}Zr.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=xd(z)),b=b===90||b===270,x=E===90||E===270;for(var tt=a.childrenCount===0,rt=ky(a),ot=0,st=a.comments,ut=st.length,ft=Ot.alloc(),vt=0;vt<ut;vt++){var xt=st[vt],bt=xt.measuredBounds;if(b&&!tt||!z&&!x&&tt||z&&x&&tt){if(135<E&&!z||x&&rt)if(0<=a.commentMargin)for(ft.h(a.bounds.x-a.commentMargin-bt.width,a.bounds.y+ot),xt.move(ft),xt=xt.Sd();xt.next();){var Tt=xt.value;Tt.fromSpot=Po,Tt.toSpot=vo}else for(ft.h(a.bounds.x+2*a.focus.x-a.commentMargin,a.bounds.y+ot),xt.move(ft),xt=xt.Sd();xt.next();)Tt=xt.value,Tt.fromSpot=vo,Tt.toSpot=Po;else if(0<=a.commentMargin)for(ft.h(a.bounds.x+2*a.focus.x+a.commentMargin,a.bounds.y+ot),xt.move(ft),xt=xt.Sd();xt.next();)Tt=xt.value,Tt.fromSpot=vo,Tt.toSpot=Po;else for(ft.h(a.bounds.x+a.commentMargin-bt.width,a.bounds.y+ot),xt.move(ft),xt=xt.Sd();xt.next();)Tt=xt.value,Tt.fromSpot=Po,Tt.toSpot=vo;ot=0<=a.commentSpacing?ot+(bt.height+a.commentSpacing):ot+(a.commentSpacing-bt.height)}else{if(135<E&&!z||!x&&rt)if(0<=a.commentMargin)for(ft.h(a.bounds.x+ot,a.bounds.y-a.commentMargin-bt.height),xt.move(ft),xt=xt.Sd();xt.next();)Tt=xt.value,Tt.fromSpot=ko,Tt.toSpot=_o;else for(ft.h(a.bounds.x+ot,a.bounds.y+2*a.focus.y-a.commentMargin),xt.move(ft),xt=xt.Sd();xt.next();)Tt=xt.value,Tt.fromSpot=_o,Tt.toSpot=ko;else if(0<=a.commentMargin)for(ft.h(a.bounds.x+ot,a.bounds.y+2*a.focus.y+a.commentMargin),xt.move(ft),xt=xt.Sd();xt.next();)Tt=xt.value,Tt.fromSpot=_o,Tt.toSpot=ko;else for(ft.h(a.bounds.x+ot,a.bounds.y+a.commentMargin-bt.height),xt.move(ft),xt=xt.Sd();xt.next();)Tt=xt.value,Tt.fromSpot=ko,Tt.toSpot=_o;ot=0<=a.commentSpacing?ot+(bt.width+a.commentSpacing):ot+(a.commentSpacing-bt.width)}}if(Ot.free(ft),y=ot-a.commentSpacing-(b?y.height:y.width),this.ud===Wu)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)}},Zr.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 I0:ux(this,a);break;case Tp:if(a.alignment===Ku)ux(this,a);else if(a.childrenCount===0)b=a.parent,x=!1,y=0,b!==null&&(y=b.angle,x=b.alignment,x=xd(x)),b=ky(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=tu(a);y=E===90||E===270;var z=0,tt=a.children,rt=tt.length;for(x=0;x<rt;x++)b=tt[x],z=Math.max(z,y?b.Da.width:b.Da.height);var ot=a.alignment;b=ot===Gu;var st=ot===Vu,ut=xd(ot),ft=Math.max(0,a.breadthLimit);x=this.computeLayerSpacing(a);var vt=a.nodeSpacing,xt=this.computeNodeIndent(a),bt=a.rowSpacing,Tt=0;(b||st||a.hm||a.im&&a.maxGenerationCount===1)&&(Tt=Math.max(0,a.rowIndent)),b=a.width;var Xt=a.height,Zt=0,qt=0,_t=0,ee=null,me=null,Ie=0,li=0,Di=0,wi=0,In=0,yn=0,Cr=0,gr=0;if(ut&&!kp(ot)&&135<E&&tt.reverse(),kp(ot))if(1<rt)for(var ao=0;ao<rt;ao++)ao%2===0&&ao!==rt-1&&(gr=Math.max(gr,y?tt[ao].Da.width:tt[ao].Da.height));else rt===1&&(gr=y?tt[0].Da.width:tt[0].Da.height);if(ut){switch(ot){case Oh:qt=135>E?hx(this,a,tt,gr,Zt,qt):dx(this,a,tt,gr,Zt,qt),gr=qt.x,Zt=qt.width,qt=qt.height;break;case Ih:for(ee=0;ee<rt;ee++)me=tt[ee],ft=me.Da,_t=yn===0?0:bt,y?(me.S.h(z-ft.width,wi+_t),Zt=Math.max(Zt,ft.width),qt=Math.max(qt,wi+_t+ft.height),wi+=_t+ft.height):(me.S.h(Di+_t,z-ft.height),Zt=Math.max(Zt,Di+_t+ft.width),qt=Math.max(qt,ft.height),Di+=_t+ft.width),yn++;break;case ah:for(ee=0;ee<rt;ee++)me=tt[ee],z=me.Da,ft=yn===0?0:bt,y?(me.S.h(vt/2+a.focus.x,wi+ft),Zt=Math.max(Zt,z.width),qt=Math.max(qt,wi+ft+z.height),wi+=ft+z.height):(me.S.h(Di+ft,vt/2+a.focus.y),Zt=Math.max(Zt,Di+ft+z.width),qt=Math.max(qt,z.height),Di+=ft+z.width),yn++}ee=Ks(this,2),me=Ks(this,2),y?(ee[0].h(0,0),ee[1].h(0,qt),me[0].h(Zt,0)):(ee[0].h(0,0),ee[1].h(Zt,0),me[0].h(0,qt)),me[1].h(Zt,qt)}else for(ao=0;ao<rt;ao++){var Bo=tt[ao],Oa=Bo.Da;if(y){0<ft&&0<yn&&Di+vt+Oa.width>ft&&(Di<z&&nc(a,ot,z-Di,0,Cr,ao-1),In++,yn=0,Cr=ao,_t=qt,Di=0,wi=135<E?-qt-bt:qt+bt),D0(this,Bo,0,wi);var Wa=0;if(yn===0)ee=Bo.Yo,me=Bo.kp,Ie=Oa.width,li=Oa.height,(ee===null||me===null||E!==tu(Bo))&&(ee=Ks(this,2),me=Ks(this,2),ee[0].h(0,0),ee[1].h(0,li),me[0].h(Ie,0),me[1].h(Ie,li));else{var vs=ai();li=cx(this,a,Bo,ee,me,Ie,li,vs),Wa=li.x,ee=vs[0],me=vs[1],Ie=li.width,li=li.height,Jn(vs),Di<Oa.width&&0>Wa&&(Wc(a,-Wa,0,Cr,ao-1),B0(ee,-Wa,0),B0(me,-Wa,0),Wa=0)}Bo.S.h(Wa,wi),Zt=Math.max(Zt,Ie),qt=Math.max(qt,_t+(In===0?0:bt)+Oa.height),Di=Ie}else 0<ft&&0<yn&&wi+vt+Oa.height>ft&&(wi<z&&nc(a,ot,0,z-wi,Cr,ao-1),In++,yn=0,Cr=ao,_t=Zt,wi=0,Di=135<E?-Zt-bt:Zt+bt),D0(this,Bo,Di,0),Wa=0,yn===0?(ee=Bo.Yo,me=Bo.kp,Ie=Oa.width,li=Oa.height,(ee===null||me===null||E!==tu(Bo))&&(ee=Ks(this,2),me=Ks(this,2),ee[0].h(0,0),ee[1].h(Ie,0),me[0].h(0,li),me[1].h(Ie,li))):(vs=ai(),li=cx(this,a,Bo,ee,me,Ie,li,vs),Wa=li.x,ee=vs[0],me=vs[1],Ie=li.width,li=li.height,Jn(vs),wi<Oa.height&&0>Wa&&(Wc(a,0,-Wa,Cr,ao-1),B0(ee,0,-Wa),B0(me,0,-Wa),Wa=0)),Bo.S.h(Di,Wa),qt=Math.max(qt,li),Zt=Math.max(Zt,_t+(In===0?0:bt)+Oa.width),wi=li;yn++}switch(0<In&&(y?(qt+=Math.max(0,x),Di<Zt&&nc(a,ot,Zt-Di,0,Cr,rt-1),0<Tt&&(st||Wc(a,Tt,0,0,rt-1),Zt+=Tt)):(Zt+=Math.max(0,x),wi<qt&&nc(a,ot,0,qt-wi,Cr,rt-1),0<Tt&&(st||Wc(a,0,Tt,0,rt-1),qt+=Tt))),Tt=st=0,ot){case _f:y?st+=Zt/2-a.focus.x-xt/2:Tt+=qt/2-a.focus.y-xt/2;break;case Vc:0<In?y?st+=Zt/2-a.focus.x-xt/2:Tt+=qt/2-a.focus.y-xt/2:y?(gr=tt[0].S.x+tt[0].la.x,st+=gr+(tt[rt-1].S.x+tt[rt-1].la.x+2*tt[rt-1].focus.x-gr)/2-a.focus.x-xt/2):(gr=tt[0].S.y+tt[0].la.y,Tt+=gr+(tt[rt-1].S.y+tt[rt-1].la.y+2*tt[rt-1].focus.y-gr)/2-a.focus.y-xt/2);break;case Gu:y?(st-=xt,Zt+=xt):(Tt-=xt,qt+=xt);break;case Vu:y?(st+=Zt-a.width+xt,Zt+=xt):(Tt+=qt-a.height+xt,qt+=xt);break;case Oh:y?1<rt?st+=gr+vt/2-a.focus.x:st+=tt[0].focus.x-a.focus.x+tt[0].la.x:1<rt?Tt+=gr+vt/2-a.focus.y:Tt+=tt[0].focus.y-a.focus.y+tt[0].la.y;break;case Ih:y?st+=Zt+vt/2-a.focus.x:Tt+=qt+vt/2-a.focus.y;break;case ah:break;default:qt=this.customAlignment(a,st,Tt,Zt,qt),st=qt[0],Tt=qt[1],Zt=qt[2],qt=qt[3]}for(xt=0;xt<rt;xt++)gr=tt[xt],y?gr.S.h(gr.S.x+gr.la.x-st,gr.S.y+(135<E?(ut?-qt:-gr.Da.height)+gr.la.y-x:Xt+x+gr.la.y)):gr.S.h(gr.S.x+(135<E?(ut?-Zt:-gr.Da.width)+gr.la.x-x:b+x+gr.la.x),gr.S.y+gr.la.y-Tt);if(rt=tt=0,ut?y?(Zt=Ey(a,Zt,st),0>st&&(st=0),135<E&&(Tt+=qt+x),qt+=Xt+x,ot===ah&&(tt+=vt/2+a.focus.x),rt+=Xt+x):(135<E&&(st+=Zt+x),Zt+=b+x,qt=Fy(a,qt,Tt),0>Tt&&(Tt=0),ot===ah&&(rt+=vt/2+a.focus.y),tt+=b+x):y?(a.comments===null?b>Zt&&(Zt=Ny(ot,b-Zt,0),tt=Zt.x,rt=Zt.y,Zt=b,st=0):Zt=Ey(a,Zt,st),0>st&&(tt-=st,st=0),135<E&&(Tt+=qt+x),qt=Math.max(Math.max(qt,Xt),qt+Xt+x),rt+=Xt+x):(135<E&&(st+=Zt+x),Zt=Math.max(Math.max(Zt,b),Zt+b+x),a.comments===null?Xt>qt&&(qt=Ny(ot,0,Xt-qt),tt=qt.x,rt=qt.y,qt=Xt,Tt=0):qt=Fy(a,qt,Tt),0>Tt&&(rt-=Tt,Tt=0),tt+=b+x),0<In)E=Ks(this,4),In=Ks(this,4),y?(E[2].h(0,Xt+x),E[3].h(E[2].x,qt),In[2].h(Zt,E[2].y),In[3].h(In[2].x,E[3].y)):(E[2].h(b+x,0),E[3].h(Zt,E[2].y),In[2].h(E[2].x,qt),In[3].h(E[3].x,In[2].y));else{for(E=Ks(this,ee.length+2),In=Ks(this,me.length+2),ot=0;ot<ee.length;ot++)ut=ee[ot],E[ot+2].h(ut.x+tt,ut.y+rt);for(ot=0;ot<me.length;ot++)ut=me[ot],In[ot+2].h(ut.x+tt,ut.y+rt)}y?(E[0].h(st,0),E[1].h(E[0].x,Xt),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])),In[0].h(st+b,0),In[1].h(In[0].x,Xt),In[2].y<In[1].y&&(In[2].x<In[0].x?In[2].assign(In[1]):In[1].assign(In[2])),In[3].y<In[2].y&&(In[3].x<In[0].x?In[3].assign(In[2]):In[2].assign(In[3])),E[2].y-=x/2,In[2].y-=x/2):(E[0].h(0,Tt),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])),In[0].h(0,Tt+Xt),In[1].h(b,In[0].y),In[2].x<In[1].x&&(In[2].y<In[0].y?In[2].assign(In[1]):In[1].assign(In[2])),In[3].x<In[2].x&&(In[3].y<In[0].y?In[3].assign(In[2]):In[2].assign(In[3])),E[2].x-=x/2,In[2].x-=x/2),uu(this,ee),uu(this,me),a.Yo=E,a.kp=In,a.la.h(st,Tt),a.Da.h(Zt,qt)}break;default:Qt("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=xd(x));var E=ky(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=tu(y),x=b===90||b===270;var z=0;E=y.children;for(var tt=E.length,rt=0;rt<tt;rt++){var ot=E[rt];z=Math.max(z,x?ot.Da.width:ot.Da.height)}var st=y.alignment,ut=st===Gu,ft=st===Vu;rt=xd(st);var vt=Math.max(0,y.breadthLimit);ot=a.computeLayerSpacing(y);var xt=y.nodeSpacing,bt=a.computeNodeIndent(y),Tt=ut||ft?0:bt/2,Xt=y.rowSpacing,Zt=0;(ut||ft||y.hm||y.im&&y.maxGenerationCount===1)&&(Zt=Math.max(0,y.rowIndent)),ut=y.width;var qt=y.height,_t=0,ee=0,me=0,Ie=0,li=0,Di=0,wi=0,In=0,yn=0,Cr=0;if(rt&&!kp(st)&&135<b&&E.reverse(),kp(st))if(1<tt)for(var gr=0;gr<tt;gr++){var ao=E[gr],Bo=ao.Da;gr%2===0&&gr!==tt-1?yn=Math.max(yn,(x?Bo.width:Bo.height)+a.computeBusNodeSpacing(ao)-xt):gr%2!==0&&(Cr=Math.max(Cr,(x?Bo.width:Bo.height)+a.computeBusNodeSpacing(ao)-xt))}else tt===1&&(yn=x?E[0].Da.width:E[0].Da.height);if(rt)switch(st){case Oh:case Ku:ee=135>b?hx(a,y,E,yn,_t,ee):dx(a,y,E,yn,_t,ee),yn=ee.x,_t=ee.width,ee=ee.height;break;case Ih:for(vt=0;vt<tt;vt++)Tt=E[vt],me=Tt.Da,Cr=wi===0?0:Xt,x?(Tt.S.h(z-me.width,li+Cr),_t=Math.max(_t,me.width),ee=Math.max(ee,li+Cr+me.height),li+=Cr+me.height):(Tt.S.h(Ie+Cr,z-me.height),_t=Math.max(_t,Ie+Cr+me.width),ee=Math.max(ee,me.height),Ie+=Cr+me.width),wi++;break;case ah:for(z=0;z<tt;z++)vt=E[z],Tt=vt.Da,me=wi===0?0:Xt,x?(vt.S.h(xt/2+y.focus.x,li+me),_t=Math.max(_t,Tt.width),ee=Math.max(ee,li+me+Tt.height),li+=me+Tt.height):(vt.S.h(Ie+me,xt/2+y.focus.y),_t=Math.max(_t,Ie+me+Tt.width),ee=Math.max(ee,Tt.height),Ie+=me+Tt.width),wi++}else for(Cr=0;Cr<tt;Cr++)gr=E[Cr],ao=gr.Da,x?(0<vt&&0<wi&&Ie+xt+ao.width>vt&&(Ie<z&&nc(y,st,z-Ie,0,In,Cr-1),Di++,wi=0,In=Cr,me=ee,Ie=0,li=135<b?-ee-Xt:ee+Xt),Bo=wi===0?Tt:xt,D0(a,gr,0,li),gr.S.h(Ie+Bo,li),_t=Math.max(_t,Ie+Bo+ao.width),ee=Math.max(ee,me+(Di===0?0:Xt)+ao.height),Ie+=Bo+ao.width):(0<vt&&0<wi&&li+xt+ao.height>vt&&(li<z&&nc(y,st,0,z-li,In,Cr-1),Di++,wi=0,In=Cr,me=_t,li=0,Ie=135<b?-_t-Xt:_t+Xt),Bo=wi===0?Tt:xt,D0(a,gr,Ie,0),gr.S.h(Ie,li+Bo),ee=Math.max(ee,li+Bo+ao.height),_t=Math.max(_t,me+(Di===0?0:Xt)+ao.width),li+=Bo+ao.height),wi++;switch(0<Di&&(x?(ee+=Math.max(0,ot),Ie<_t&&nc(y,st,_t-Ie,0,In,tt-1),0<Zt&&(ft||Wc(y,Zt,0,0,tt-1),_t+=Zt)):(_t+=Math.max(0,ot),li<ee&&nc(y,st,0,ee-li,In,tt-1),0<Zt&&(ft||Wc(y,0,Zt,0,tt-1),ee+=Zt))),Zt=ft=0,st){case _f:x?ft+=_t/2-y.focus.x-bt/2:Zt+=ee/2-y.focus.y-bt/2;break;case Vc:0<Di?x?ft+=_t/2-y.focus.x-bt/2:Zt+=ee/2-y.focus.y-bt/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-bt/2):(a=E[0].S.y+E[0].la.y,Zt+=a+(E[tt-1].S.y+E[tt-1].la.y+2*E[tt-1].focus.y-a)/2-y.focus.y-bt/2);break;case Gu:x?(ft-=bt,_t+=bt):(Zt-=bt,ee+=bt);break;case Vu:x?(ft+=_t-y.width+bt,_t+=bt):(Zt+=ee-y.height+bt,ee+=bt);break;case Oh:case Ku:x?1<tt?ft+=yn+xt/2-y.focus.x:ft+=E[0].focus.x-y.focus.x+E[0].la.x:1<tt?Zt+=yn+xt/2-y.focus.y:Zt+=E[0].focus.y-y.focus.y+E[0].la.y;break;case Ih:x?ft+=_t+xt/2-y.focus.x:Zt+=ee+xt/2-y.focus.y;break;case ah:break;default:a=a.customAlignment(y,ft,Zt,_t,ee),ft=a[0],Zt=a[1],_t=a[2],ee=a[3]}for(a=0;a<tt;a++)bt=E[a],x?bt.S.h(bt.S.x+bt.la.x-ft,bt.S.y+(135<b?(rt?-ee:-bt.Da.height)+bt.la.y-ot:qt+ot+bt.la.y)):bt.S.h(bt.S.x+(135<b?(rt?-_t:-bt.Da.width)+bt.la.x-ot:ut+ot+bt.la.x),bt.S.y+bt.la.y-Zt);x?(_t=Ey(y,_t,ft),0>ft&&(ft=0),135<b&&(Zt+=ee+ot),ee=Math.max(Math.max(ee,qt),ee+qt+ot)):(135<b&&(ft+=_t+ot),_t=Math.max(Math.max(_t,ut),_t+ut+ot),ee=Fy(y,ee,Zt),0>Zt&&(Zt=0)),y.la.h(ft,Zt),y.Da.h(_t,ee)}}Zr.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 he(b,0,E,z);if(tt===1)return y=x[0],E=y.Da.width,z=y.Da.height,new he(b,0,E,z);for(var rt=y.nodeSpacing,ot=y.rowSpacing,st=tu(y)===90,ut=0,ft=0,vt=0,xt=0;xt<tt;xt++)if(!(xt%2!==0||1<tt&&xt===tt-1)){var bt=x[xt],Tt=bt.Da,Xt=ut===0?0:ot;if(st){var Zt=a.computeBusNodeSpacing(bt)-rt;bt.S.h(b-(Tt.width+Zt),vt+Xt),E=Math.max(E,Tt.width+Zt),z=Math.max(z,vt+Xt+Tt.height),vt+=Xt+Tt.height}else Zt=a.computeBusNodeSpacing(bt)-rt,bt.S.h(ft+Xt,b-(Tt.height+Zt)),z=Math.max(z,Tt.height+Zt),E=Math.max(E,ft+Xt+Tt.width),ft+=Xt+Tt.width;ut++}for(ut=0,bt=ft,xt=vt,st?(ft=b+rt,vt=0):(ft=0,vt=b+rt),Tt=0;Tt<tt;Tt++)if(Tt%2!==0){Xt=x[Tt],Zt=Xt.Da;var qt=ut===0?0:ot;if(st){var _t=a.computeBusNodeSpacing(Xt)-rt;Xt.S.h(ft+_t,vt+qt),E=Math.max(E,ft+Zt.width+_t),z=Math.max(z,vt+qt+Zt.height),vt+=qt+Zt.height}else _t=a.computeBusNodeSpacing(Xt)-rt,Xt.S.h(ft+qt,vt+_t),E=Math.max(E,ft+qt+Zt.width),z=Math.max(z,vt+Zt.height+_t),ft+=qt+Zt.width;ut++}return 1<tt&&tt%2===1&&(x=x[tt-1],tt=x.Da,a=a.computeBusLastRowSpacing(x,st?Math.max(Math.abs(xt),Math.abs(vt)):Math.max(Math.abs(bt),Math.abs(ft))),st?(x.S.h(b+rt/2-x.focus.x-x.la.x,z+a),st=b+rt/2-x.focus.x-x.la.x,E=Math.max(E,st+tt.width),0>st&&(E-=st),z=Math.max(z,Math.max(xt,vt)+a+tt.height),0>x.S.x&&(b=T0(y,x.S.x,!1,b,rt))):(x.S.h(E+a,b+rt/2-x.focus.y-x.la.y),E=Math.max(E,Math.max(bt,ft)+a+tt.width),vt=b+rt/2-x.focus.y-x.la.y,z=Math.max(z,vt+tt.height),0>vt&&(z-=vt),0>x.S.y&&(b=T0(y,x.S.y,!0,b,rt)))),new he(b,0,E,z)}function dx(a,y,x,b,E,z){var tt=x.length;if(tt===0)return new he(b,0,E,z);if(tt===1)return x=x[0],E=x.Da.width,z=x.Da.height,new he(b,0,E,z);for(var rt=y.nodeSpacing,ot=y.rowSpacing,st=tu(y)===270,ut=0,ft=0,vt=0,xt=0;xt<tt;xt++)if(!(xt%2!==0||1<tt&&xt===tt-1)){var bt=x[xt],Tt=bt.Da,Xt=ut===0?0:ot;if(st){var Zt=a.computeBusNodeSpacing(bt)-rt;vt-=Xt+Tt.height,bt.S.h(b-(Tt.width+Zt),vt),E=Math.max(E,Tt.width+Zt),z=Math.max(z,Math.abs(vt))}else Zt=a.computeBusNodeSpacing(bt)-rt,ft-=Xt+Tt.width,bt.S.h(ft,b-(Tt.height+Zt)),z=Math.max(z,Tt.height+Zt),E=Math.max(E,Math.abs(ft));ut++}for(ut=0,bt=ft,xt=vt,st?(ft=b+rt,vt=0):(ft=0,vt=b+rt),Tt=0;Tt<tt;Tt++)if(Tt%2!==0){Xt=x[Tt],Zt=Xt.Da;var qt=ut===0?0:ot;if(st){var _t=a.computeBusNodeSpacing(Xt)-rt;vt-=qt+Zt.height,Xt.S.h(ft+_t,vt),E=Math.max(E,ft+Zt.width+_t),z=Math.max(z,Math.abs(vt))}else _t=a.computeBusNodeSpacing(Xt)-rt,ft-=qt+Zt.width,Xt.S.h(ft,vt+_t),z=Math.max(z,vt+Zt.height+_t),E=Math.max(E,Math.abs(ft));ut++}for(1<tt&&tt%2===1&&(ot=x[tt-1],ut=ot.Da,a=a.computeBusLastRowSpacing(ot,st?Math.max(Math.abs(xt),Math.abs(vt)):Math.max(Math.abs(bt),Math.abs(ft))),st?(ot.S.h(b+rt/2-ot.focus.x-ot.la.x,-z-ut.height-a),ft=b+rt/2-ot.focus.x-ot.la.x,E=Math.max(E,ft+ut.width),0>ft&&(E-=ft),z=Math.max(z,Math.abs(Math.min(xt,vt))+a+ut.height),0>ot.S.x&&(b=T0(y,ot.S.x,!1,b,rt))):(ot.S.h(-E-ut.width-a,b+rt/2-ot.focus.y-ot.la.y),E=Math.max(E,Math.abs(Math.min(bt,ft))+a+ut.width),vt=b+rt/2-ot.focus.y-ot.la.y,z=Math.max(z,vt+ut.height),0>vt&&(z-=vt),0>ot.S.y&&(b=T0(y,ot.S.y,!0,b,rt)))),y=0;y<tt;y++)rt=x[y],st?rt.S.h(rt.S.x,rt.S.y+z):rt.S.h(rt.S.x+E,rt.S.y);return new he(b,0,E,z)}Zr.prototype.computeBusNodeSpacing=function(a){return a.parent===null?0:a.parent.nodeSpacing},Zr.prototype.computeBusLastRowSpacing=function(a){return a.parent===null?0:a.parent.rowSpacing};function T0(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 Ey(a,y,x){switch(a.alignment){case Vc:case _f:return x+a.width>y&&(y=x+a.width),0>x&&(y-=x),y;case Gu:return a.width>y?a.width:y;case Vu:return 2*a.focus.x>y?a.width:y+a.width-2*a.focus.x;case Oh:case Ku:return Math.max(a.width,Math.max(y,x+a.width)-Math.min(0,x));case Ih:return a.width-a.focus.x+a.nodeSpacing/2+y;case ah:return Math.max(a.width,a.focus.x+a.nodeSpacing/2+y);default:return y}}function Fy(a,y,x){switch(a.alignment){case Vc:case _f:return x+a.height>y&&(y=x+a.height),0>x&&(y-=x),y;case Gu:return a.height>y?a.height:y;case Vu:return 2*a.focus.y>y?a.height:y+a.height-2*a.focus.y;case Oh:case Ku:return Math.max(a.height,Math.max(y,x+a.height)-Math.min(0,x));case Ih:return a.height-a.focus.y+a.nodeSpacing/2+y;case ah:return Math.max(a.height,a.focus.y+a.nodeSpacing/2+y);default:return y}}function Ny(a,y,x){switch(a){case _f:y/=2,x/=2;break;case Vc:y/=2,x/=2;break;case Gu:x=y=0;break;case Vu:break;default:Qt("Unhandled alignment value "+a.toString())}return new Ot(y,x)}function nc(a,y,x,b,E,z){y=Ny(y,x,b),Wc(a,y.x,y.y,E,z)}function Wc(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 D0(a,y,x,b){var E=y.parent;switch(a.ud){case Wu:for(a=y.sourceEdges;a.next();)y=a.value,y.fromVertex===E&&y.relativePoint.h(x,b);break;case Gc:for(a=y.destinationEdges;a.next();)y=a.value,y.toVertex===E&&y.relativePoint.h(x,b);break;default:Qt("Unhandled path value "+a.ud.toString())}}function B0(a,y,x){for(var b=0;b<a.length;b++){var E=a[b];E.x+=y,E.y+=x}}function cx(a,y,x,b,E,z,tt,rt){var ot=tu(y),st=ot===90||ot===270,ut=y.nodeSpacing;y=b;var ft=E;b=z;var vt=tt,xt=x.Yo,bt=x.kp;tt=x.Da;var Tt=st?Math.max(vt,tt.height):Math.max(b,tt.width);if((xt===null||ot!==tu(x))&&(xt=Ks(a,2),bt=Ks(a,2),st?(xt[0].h(0,0),xt[1].h(0,tt.height),bt[0].h(tt.width,0),bt[1].h(bt[0].x,xt[1].y)):(xt[0].h(0,0),xt[1].h(tt.width,0),bt[0].h(0,tt.height),bt[1].h(xt[1].x,bt[0].y))),st){if(vt=9999999,!(ft===null||2>ft.length||xt===null||2>xt.length))for(E=x=0;x<ft.length&&E<xt.length;){z=ft[x];var Xt=xt[E];ot=Xt.x,st=Xt.y,ot+=b;var Zt=z;x+1<ft.length&&(Zt=ft[x+1]);var qt=Xt;Xt=qt.x,qt=qt.y,E+1<xt.length&&(qt=xt[E+1],Xt=qt.x,qt=qt.y,Xt+=b);var _t=vt;z.y===st?_t=ot-z.x:z.y>st&&z.y<qt?_t=ot+(z.y-st)/(qt-st)*(Xt-ot)-z.x:st>z.y&&st<Zt.y&&(_t=ot-(z.x+(st-z.y)/(Zt.y-z.y)*(Zt.x-z.x))),_t<vt&&(vt=_t),Zt.y<=z.y?x++:qt<=st?E++:(Zt.y<=qt&&x++,qt<=Zt.y&&E++)}if(vt=b-vt,vt+=ut,x=xt,E=vt,y===null||2>y.length||x===null||2>x.length)b=null;else{for(ut=Ks(a,y.length+x.length),b=z=ot=0;z<x.length&&x[z].y<y[0].y;)st=x[z++],ut[b++].h(st.x+E,st.y);for(;ot<y.length;)st=y[ot++],ut[b++].h(st.x,st.y);for(ot=y[y.length-1].y;z<x.length&&x[z].y<=ot;)z++;for(;z<x.length&&x[z].y>ot;)st=x[z++],ut[b++].h(st.x+E,st.y);for(x=Ks(a,b),ot=0;ot<b;ot++)x[ot].assign(ut[ot]);uu(a,ut),b=x}if(z=bt,ot=vt,ft===null||2>ft.length||z===null||2>z.length)E=null;else{for(ut=Ks(a,ft.length+z.length),E=st=x=0;x<ft.length&&ft[x].y<z[0].y;)Zt=ft[x++],ut[E++].h(Zt.x,Zt.y);for(;st<z.length;)Zt=z[st++],ut[E++].h(Zt.x+ot,Zt.y);for(z=z[z.length-1].y;x<ft.length&&ft[x].y<=z;)x++;for(;x<ft.length&&ft[x].y>z;)ot=ft[x++],ut[E++].h(ot.x,ot.y);for(z=Ks(a,E),x=0;x<E;x++)z[x].assign(ut[x]);uu(a,ut),E=z}return z=Math.max(0,vt)+tt.width,tt=Tt,uu(a,y),uu(a,xt),uu(a,ft),uu(a,bt),rt[0]=b,rt[1]=E,new he(vt,0,z,tt)}if(b=9999999,!(ft===null||2>ft.length||xt===null||2>xt.length))for(E=x=0;x<ft.length&&E<xt.length;)z=ft[x],Xt=xt[E],ot=Xt.x,st=Xt.y,st+=vt,Zt=z,x+1<ft.length&&(Zt=ft[x+1]),qt=Xt,Xt=qt.x,qt=qt.y,E+1<xt.length&&(qt=xt[E+1],Xt=qt.x,qt=qt.y,qt+=vt),_t=b,z.x===ot?_t=st-z.y:z.x>ot&&z.x<Xt?_t=st+(z.x-ot)/(Xt-ot)*(qt-st)-z.y:ot>z.x&&ot<Zt.x&&(_t=st-(z.y+(ot-z.x)/(Zt.x-z.x)*(Zt.y-z.y))),_t<b&&(b=_t),Zt.x<=z.x?x++:Xt<=ot?E++:(Zt.x<=Xt&&x++,Xt<=Zt.x&&E++);if(vt-=b,vt+=ut,x=xt,E=vt,y===null||2>y.length||x===null||2>x.length)b=null;else{for(ut=Ks(a,y.length+x.length),b=z=ot=0;z<x.length&&x[z].x<y[0].x;)st=x[z++],ut[b++].h(st.x,st.y+E);for(;ot<y.length;)st=y[ot++],ut[b++].h(st.x,st.y);for(ot=y[y.length-1].x;z<x.length&&x[z].x<=ot;)z++;for(;z<x.length&&x[z].x>ot;)st=x[z++],ut[b++].h(st.x,st.y+E);for(x=Ks(a,b),ot=0;ot<b;ot++)x[ot].assign(ut[ot]);uu(a,ut),b=x}if(z=bt,ot=vt,ft===null||2>ft.length||z===null||2>z.length)E=null;else{for(ut=Ks(a,ft.length+z.length),E=st=x=0;x<ft.length&&ft[x].x<z[0].x;)Zt=ft[x++],ut[E++].h(Zt.x,Zt.y);for(;st<z.length;)Zt=z[st++],ut[E++].h(Zt.x,Zt.y+ot);for(z=z[z.length-1].x;x<ft.length&&ft[x].x<=z;)x++;for(;x<ft.length&&ft[x].x>z;)ot=ft[x++],ut[E++].h(ot.x,ot.y);for(z=Ks(a,E),x=0;x<E;x++)z[x].assign(ut[x]);uu(a,ut),E=z}return z=Tt,tt=Math.max(0,vt)+tt.height,uu(a,y),uu(a,xt),uu(a,ft),uu(a,bt),rt[0]=b,rt[1]=E,new he(vt,0,z,tt)}function Ks(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 Ot;return a}function uu(a,y){var x=y.length,b=a.ru[x];b===void 0&&(b=[],a.ru[x]=b),b.push(y)}Zr.prototype.arrangeTrees=function(){if(this.Rb===j0)for(var a=this.Ub.iterator;a.next();){var y=a.value;if(y instanceof jl){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),Ty(this,y,x,b)}}}else{for(a=[],y=this.Ub.iterator;y.next();)x=y.value,x instanceof jl&&a.push(x);switch(this.sorting){case qf:break;case Ep:a.reverse();break;case Fp:a.sort(this.comparer);break;case Np:a.sort(this.comparer),a.reverse();break;default:Qt("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(Ty(this,E,y+E.la.x,x+E.la.y),this.Rb){case z0:x+=E.Da.height+this.$d.height;break;case Iy:y+=E.Da.width+this.$d.width;break;default:Qt("Unhandled arrangement value "+this.Rb.toString())}}}};function Ty(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];Ty(a,tt,x+tt.S.x,b+tt.S.y)}}}Zr.prototype.commitLayout=function(){this.yv(),this.commitNodes(),this.Gu(),this.isRouting&&this.commitLinks()},Zr.prototype.commitNodes=function(){for(var a=this.network.vertexes.iterator;a.next();)a.value.commit();for(a.reset();a.next();)this.layoutComments(a.value)},Zr.prototype.Gu=function(){if(this.layerStyle===H0){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 Ot(-this.nodeSpacing/2,-this.layerSpacing/2)):(x.Bc(this.layerSpacing,this.nodeSpacing/2),b=new Ot(-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 rt=a[tt]+y[tt];this.angle===270?(z-=rt,E.push(new he(0,z,x,rt))):this.angle===90?(E.push(new he(0,z,x,rt)),z+=rt):this.angle===180?(z-=rt,E.push(new he(z,0,rt,x))):(E.push(new he(z,0,rt,x)),z+=rt)}this.commitLayers(E,b)}},Zr.prototype.commitLayers=function(){},Zr.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()},Zr.prototype.yv=function(){for(var a=this.Ub.iterator;a.next();){var y=a.value;y instanceof jl&&fx(this,y)}};function fx(a,y){if(y!==null){a.setPortSpots(y),y=y.children;for(var x=y.length,b=0;b<x;b++)fx(a,y[b])}}Zr.prototype.setPortSpots=function(a){var y=a.alignment;if(xd(y)){var x=this.ud===Wu,b=tu(a);switch(b){case 0:var E=vo;break;case 90:E=_o;break;case 180:E=Po;break;default:E=ko}var z=a.children,tt=z.length;switch(y){case Oh:case Ku:for(y=0;y<tt;y++){var rt=z[y];if(rt=(x?rt.sourceEdges:rt.destinationEdges).first(),rt!==null&&(rt=rt.link,rt!==null)){var ot=b===90||b===270?Po:ko;if(tt===1||y===tt-1&&tt%2===1)switch(b){case 0:ot=Po;break;case 90:ot=ko;break;case 180:ot=vo;break;default:ot=_o}else y%2===0&&(ot=b===90||b===270?vo:_o);x?(a.setsPortSpot&&(rt.fromSpot=E),a.setsChildPortSpot&&(rt.toSpot=ot)):(a.setsPortSpot&&(rt.fromSpot=ot),a.setsChildPortSpot&&(rt.toSpot=E))}}break;case Ih:for(b=b===90||b===270?vo:_o,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 ah:for(b=b===90||b===270?Po:ko,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=tu(a),this.ud===Wu){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=vo;break;case 90:b.fromSpot=_o;break;case 180:b.fromSpot=Po;break;default:b.fromSpot=ko}else b.fromSpot=a.portSpot;if(a.setsChildPortSpot)if(a.childPortSpot.Xb())switch(x){case 0:b.toSpot=Po;break;case 90:b.toSpot=ko;break;case 180:b.toSpot=vo;break;default:b.toSpot=_o}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=vo;break;case 90:b.toSpot=_o;break;case 180:b.toSpot=Po;break;default:b.toSpot=ko}else b.toSpot=a.portSpot;if(a.setsChildPortSpot)if(a.childPortSpot.Xb())switch(x){case 0:b.fromSpot=Po;break;case 90:b.fromSpot=ko;break;case 180:b.fromSpot=vo;break;default:b.fromSpot=_o}else b.fromSpot=a.childPortSpot}};function tu(a){return a=a.angle,45>=a?0:135>=a?90:225>=a?180:315>=a?270:0}Zr.prototype.computeLayerSpacing=function(a){var y=tu(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},Zr.prototype.computeNodeIndent=function(a){var y=tu(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)},ln.Object.defineProperties(Zr.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!==R0&&a!==By&&a!==Dy&&a!==Oy||(this.vo=a,this.C())}},layerStyle:{get:function(){return this.Bq},set:function(a){this.Rb===a||a!==Ry&&a!==zy&&a!==H0||(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!==z0&&a!==Iy&&a!==j0||(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!==qf&&a!==Ep&&a!==Fp&&!Np||(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()):Qt("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!==I0&&a!==Tp||(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!==qf&&a!==Ep&&a!==Fp&&!Np||(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!==I0&&a!==Tp||(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 O0=new je(Zr,"PathDefault",-1),Wu=new je(Zr,"PathDestination",0),Gc=new je(Zr,"PathSource",1),qf=new je(Zr,"SortingForwards",10),Ep=new je(Zr,"SortingReverse",11),Fp=new je(Zr,"SortingAscending",12),Np=new je(Zr,"SortingDescending",13),_f=new je(Zr,"AlignmentCenterSubtrees",20),Vc=new je(Zr,"AlignmentCenterChildren",21),Gu=new je(Zr,"AlignmentStart",22),Vu=new je(Zr,"AlignmentEnd",23),Oh=new je(Zr,"AlignmentBus",24),Ku=new je(Zr,"AlignmentBusBranching",25),Ih=new je(Zr,"AlignmentTopLeftBus",26),ah=new je(Zr,"AlignmentBottomRightBus",27),I0=new je(Zr,"CompactionNone",30),Tp=new je(Zr,"CompactionBlock",31),R0=new je(Zr,"StyleLayered",40),Dy=new je(Zr,"StyleLastParents",41),By=new je(Zr,"StyleAlternating",42),Oy=new je(Zr,"StyleRootOnly",43),z0=new je(Zr,"ArrangementVertical",50),Iy=new je(Zr,"ArrangementHorizontal",51),j0=new je(Zr,"ArrangementFixedRoots",52),Ry=new je(Zr,"LayerIndividual",60),zy=new je(Zr,"LayerSiblings",61),H0=new je(Zr,"LayerUniform",62);Zr.className="TreeLayout",Zr.PathDefault=O0,Zr.PathDestination=Wu,Zr.PathSource=Gc,Zr.SortingForwards=qf,Zr.SortingReverse=Ep,Zr.SortingAscending=Fp,Zr.SortingDescending=Np,Zr.AlignmentCenterSubtrees=_f,Zr.AlignmentCenterChildren=Vc,Zr.AlignmentStart=Gu,Zr.AlignmentEnd=Vu,Zr.AlignmentBus=Oh,Zr.AlignmentBusBranching=Ku,Zr.AlignmentTopLeftBus=Ih,Zr.AlignmentBottomRightBus=ah,Zr.CompactionNone=I0,Zr.CompactionBlock=Tp,Zr.StyleLayered=R0,Zr.StyleLastParents=Dy,Zr.StyleAlternating=By,Zr.StyleRootOnly=Oy,Zr.ArrangementVertical=z0,Zr.ArrangementHorizontal=Iy,Zr.ArrangementFixedRoots=j0,Zr.LayerIndividual=Ry,Zr.LayerSiblings=zy,Zr.LayerUniform=H0;function Kc(a){Io.call(this,a)}Ne(Kc,Io),Kc.prototype.createVertex=function(){return new jl(this)},Kc.prototype.createEdge=function(){return new $f(this)},Kc.className="TreeNetwork";function jl(a){Na.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 Ot(0,0),this.Da=new Yt(0,0),this.la=new Ot(0,0),this.im=this.hm=this.qA=!1,this.kp=this.Yo=null,this.nd=qf,this.hd=ry,this.Kb=0,this.Jb=Vc,this.Vq=this.Uq=0,this.Wq=20,this.ie=50,this.Aq=0,this.Hp=Tp,this.Ap=0,this.nr=25,this.Gp=this.mr=10,this.Fp=20,this.xr=!0,this.dr=Ao,this.wr=!0,this.Dp=Ao}Ne(jl,Na),jl.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)},ln.Object.defineProperties(jl.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)}}}),jl.className="TreeVertex";function $f(a){tl.call(this,a),this.$t=new Ot(0,0)}Ne($f,tl),$f.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 Wu:x=this.fromVertex,b=this.toVertex;break;case Gc:x=this.toVertex,b=this.fromVertex;break;default:Qt("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=tu(x),tt=y.computeLayerSpacing(x),rt=x.rowSpacing;a.vg();var ot=a.curve===hl,st=a.isOrthogonal,ut;if(a.uh(),st||ot){for(ut=2;4<a.pointsCount;)a.pv(2);var ft=a.i(1),vt=a.i(2)}else{for(ut=1;3<a.pointsCount;)a.pv(1);ft=a.i(0),vt=a.i(a.pointsCount-1)}var xt=a.i(a.pointsCount-1);z===0?(x.alignment===Vu?(z=b.bottom+E.y,E.y===0&&ft.y>xt.y+x.rowIndent&&(z=Math.min(z,Math.max(ft.y,z-y.computeNodeIndent(x))))):x.alignment===Gu?(z=b.top+E.y,E.y===0&&ft.y<xt.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,ot?(a.m(ut,ft.x,z),ut++,a.m(ut,b.right+tt,z),ut++,a.m(ut,b.right+tt+(E.x-rt)/3,z),ut++,a.m(ut,b.right+tt+2*(E.x-rt)/3,z),ut++,a.m(ut,b.right+tt+(E.x-rt),z),ut++,a.m(ut,vt.x,z)):(st&&(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-(st?rt/2:rt),z),ut++,st&&a.m(ut,a.i(ut-1).x,vt.y))):z===90?(x.alignment===Vu?(z=b.right+E.x,E.x===0&&ft.x>xt.x+x.rowIndent&&(z=Math.min(z,Math.max(ft.x,z-y.computeNodeIndent(x))))):x.alignment===Gu?(z=b.left+E.x,E.x===0&&ft.x<xt.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,ot?(a.m(ut,z,ft.y),ut++,a.m(ut,z,b.bottom+tt),ut++,a.m(ut,z,b.bottom+tt+(E.y-rt)/3),ut++,a.m(ut,z,b.bottom+tt+2*(E.y-rt)/3),ut++,a.m(ut,z,b.bottom+tt+(E.y-rt)),ut++,a.m(ut,z,vt.y)):(st&&(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-(st?rt/2:rt)),ut++,st&&a.m(ut,vt.x,a.i(ut-1).y))):z===180?(x.alignment===Vu?(z=b.bottom+E.y,E.y===0&&ft.y>xt.y+x.rowIndent&&(z=Math.min(z,Math.max(ft.y,z-y.computeNodeIndent(x))))):x.alignment===Gu?(z=b.top+E.y,E.y===0&&ft.y<xt.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,ot?(a.m(ut,ft.x,z),ut++,a.m(ut,b.left-tt,z),ut++,a.m(ut,b.left-tt+(E.x+rt)/3,z),ut++,a.m(ut,b.left-tt+2*(E.x+rt)/3,z),ut++,a.m(ut,b.left-tt+(E.x+rt),z),ut++,a.m(ut,vt.x,z)):(st&&(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+(st?rt/2:rt),z),ut++,st&&a.m(ut,a.i(ut-1).x,vt.y))):z===270?(x.alignment===Vu?(z=b.right+E.x,E.x===0&&ft.x>xt.x+x.rowIndent&&(z=Math.min(z,Math.max(ft.x,z-y.computeNodeIndent(x))))):x.alignment===Gu?(z=b.left+E.x,E.x===0&&ft.x<xt.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,ot?(a.m(ut,z,ft.y),ut++,a.m(ut,z,b.top-tt),ut++,a.m(ut,z,b.top-tt+(E.y+rt)/3),ut++,a.m(ut,z,b.top-tt+2*(E.y+rt)/3),ut++,a.m(ut,z,b.top-tt+(E.y+rt)),ut++,a.m(ut,z,vt.y)):(st&&(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+(st?rt/2:rt)),ut++,st&&a.m(ut,vt.x,a.i(ut-1).y))):Qt("Invalid angle "+z),a.zf()}else E=b,a=this.link,b=this.network.layout,y=tu(x),y!==tu(E)&&(tt=b.computeLayerSpacing(x),rt=x.bounds,x=E.bounds,y===0&&x.left-rt.right<tt+1||y===90&&x.top-rt.bottom<tt+1||y===180&&rt.left-x.right<tt+1||y===270&&rt.top-x.bottom<tt+1||(a.vg(),x=a.curve===hl,E=a.isOrthogonal,b=xd(this.fromVertex.alignment),a.uh(),y===0?(y=rt.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=rt.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=rt.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=rt.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()))}}},ln.Object.defineProperties($f.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)}}}),$f.className="TreeEdge",wo.prototype.initializeStandardTools=function(){this.gb("Action",new Tl,this.mouseDownTools),this.gb("Relinking",new ol,this.mouseDownTools),this.gb("LinkReshaping",new va,this.mouseDownTools),this.gb("Rotating",new xs,this.mouseDownTools),this.gb("Resizing",new ss,this.mouseDownTools),this.gb("Linking",new hs,this.mouseMoveTools),this.gb("Dragging",new Go,this.mouseMoveTools),this.gb("DragSelecting",new vl,this.mouseMoveTools),this.gb("Panning",new is,this.mouseMoveTools),this.gb("ContextMenu",new Ps,this.mouseUpTools),this.gb("TextEditing",new Vo,this.mouseUpTools),this.gb("ClickCreating",new mh,this.mouseUpTools),this.gb("ClickSelecting",new Yh,this.mouseUpTools)},Lu("Horizontal",new pm),Lu("Spot",new vm),Lu("Table",new Sm),Lu("Viewbox",new wm),Lu("TableRow",new xm),Lu("TableColumn",new Pm),Lu("Graduated",new Ug),Lu("Grid",new Yg),wf.add("GraphLinksModel",Za),wf.add("TreeModel",bl);var Z0=Ye.go,jy={get licenseKey(){return Re.licenseKey},set licenseKey(a){Re.licenseKey=a},get version(){return Re.version},Group:br,EnumValue:je,List:pn,Set:Cn,Map:Be,Point:Ot,Size:Yt,Rect:he,Margin:Si,Spot:Fn,Geometry:Ln,PathFigure:aa,PathSegment:Vr,InputEvent:Da,DiagramEvent:El,ChangedEvent:Ro,Model:Hi,GraphLinksModel:_r,TreeModel:Es,Binding:Sa,Transaction:pa,UndoManager:Xo,CommandHandler:Kt,Tool:Qr,DraggingTool:Go,DraggingInfo:th,DraggingOptions:at,LinkingBaseTool:io,LinkingTool:hs,RelinkingTool:ol,LinkReshapingTool:va,ResizingTool:ss,RotatingTool:xs,ClickSelectingTool:Yh,ActionTool:Tl,ClickCreatingTool:mh,HTMLInfo:Su,ContextMenuTool:Ps,DragSelectingTool:vl,PanningTool:is,TextEditingTool:Vo,ToolManager:wo,Animation:rs,AnimationManager:qs,AnimationTrigger:Xl,Layer:Xa,Diagram:Re,Palette:dt,Overview:pt,Brush:po,GraphObject:ye,Panel:Nn,RowColumnDefinition:ka,Shape:Er,TextBlock:Oo,Picture:Rs,Part:Yi,Adornment:ro,Node:gi,Link:Rn,Placeholder:bs,Layout:qo,LayoutNetwork:Io,LayoutVertex:Na,LayoutEdge:tl,GridLayout:qa,PanelLayout:Fa,CircularLayout:ea,CircularNetwork:Uf,CircularVertex:wp,CircularEdge:P0,ForceDirectedLayout:as,ForceDirectedNetwork:Zc,ForceDirectedVertex:Cp,ForceDirectedEdge:Lp,LayeredDigraphLayout:So,LayeredDigraphNetwork:Qf,LayeredDigraphVertex:Al,LayeredDigraphEdge:Ap,TreeLayout:Zr,TreeNetwork:Kc,TreeVertex:jl,TreeEdge:$f};typeof Z0=="object"&&Z0.version&&qn("WARNING: a `go` object on the root object is already defined. "+("Debug"in Z0?"debug ":"")+"version: "+Z0.version+", replaced with version: "+jy.version),Re.prototype.go=jy,Ye.go=jy,typeof bn.exports=="object"&&(bn.exports=typeof Et.g!="undefined"?Et.g.go:self.go)}();var Lt=typeof Et.g!="undefined"?Et.g.go:self.go;const re=typeof Et.g!="undefined"?Et.g.go:self.go,fe=re.Group,pe=re.EnumValue,ne=re.List,Ht=re.Set,oe=re.Map,Oe=re.Point,ge=re.Size,Nt=re.Rect,Je=re.Margin,ie=re.Spot,nn=re.Geometry,Bt=re.PathFigure,et=re.PathSegment,nt=re.InputEvent,ct=re.DiagramEvent,lt=re.ChangedEvent,gt=re.Model,mt=re.GraphLinksModel,St=re.TreeModel,Pt=re.Binding,Rt=re.Transaction,Wt=re.UndoManager,te=re.CommandHandler,Jt=re.Tool,Vt=re.DraggingTool,le=re.DraggingInfo,ae=re.LinkingBaseTool,Fe=re.LinkingTool,De=re.RelinkingTool,Ee=re.LinkReshapingTool,Sn=re.ResizingTool,rn=re.RotatingTool,Ge=re.ClickSelectingTool,sn=re.ActionTool,$t=re.ClickCreatingTool,It=re.HTMLInfo,Pe=re.ContextMenuTool,an=re.DragSelectingTool,Ve=re.PanningTool,Se=re.TextEditingTool,$e=re.ToolManager,He=re.Animation,xn=re.AnimationManager,we=re.AnimationTrigger,de=re.Layer,ke=re.Diagram,ze=re.Palette,fn=re.Overview,Dt=re.Brush,wt=re.GraphObject,yt=re.Panel,kt=re.RowColumnDefinition,jt=re.Shape,Mt=re.TextBlock,Gt=re.TextBlockMetrics,Ce=re.Picture,be=re.Part,on=re.Adornment,Ae=re.Node,Le=re.Link,_e=re.Placeholder,un=re.Layout,Pn=re.LayoutNetwork,gn=re.LayoutVertex,en=re.LayoutEdge,Zn=re.GridLayout,Hn=re.PanelLayout,mn=re.CircularLayout,zn=re.CircularNetwork,Ri=re.CircularVertex,vi=re.CircularEdge,ji=re.ForceDirectedLayout,er=re.ForceDirectedNetwork,Ke=re.ForceDirectedVertex,Ue=re.ForceDirectedEdge,ii=re.LayeredDigraphLayout,Ai=re.LayeredDigraphNetwork,Fi=re.LayeredDigraphVertex,Mi=re.LayeredDigraphEdge,sr=re.TreeLayout,nr=re.TreeNetwork,fr=re.TreeVertex,_n=re.TreeEdge,qi=re.version},2859:function(bn,$n,Et){"use strict";Et.d($n,{hP:function(){return fn}});var Lt=function(Dt,wt){return(Lt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(yt,kt){yt.__proto__=kt}||function(yt,kt){for(var jt in kt)Object.prototype.hasOwnProperty.call(kt,jt)&&(yt[jt]=kt[jt])})(Dt,wt)};function re(Dt,wt){function yt(){this.constructor=Dt}Lt(Dt,wt),Dt.prototype=wt===null?Object.create(wt):(yt.prototype=wt.prototype,new yt)}function fe(Dt,wt,yt,kt){return new(yt||(yt=Promise))(function(jt,Mt){function Gt(on){try{be(kt.next(on))}catch(Ae){Mt(Ae)}}function Ce(on){try{be(kt.throw(on))}catch(Ae){Mt(Ae)}}function be(on){var Ae;on.done?jt(on.value):(Ae=on.value,Ae instanceof yt?Ae:new yt(function(Le){Le(Ae)})).then(Gt,Ce)}be((kt=kt.apply(Dt,wt||[])).next())})}function pe(Dt,wt){var yt,kt,jt,Mt,Gt={label:0,sent:function(){if(1&jt[0])throw jt[1];return jt[1]},trys:[],ops:[]};return Mt={next:Ce(0),throw:Ce(1),return:Ce(2)},typeof Symbol=="function"&&(Mt[Symbol.iterator]=function(){return this}),Mt;function Ce(be){return function(on){return function(Ae){if(yt)throw new TypeError("Generator is already executing.");for(;Gt;)try{if(yt=1,kt&&(jt=2&Ae[0]?kt.return:Ae[0]?kt.throw||((jt=kt.return)&&jt.call(kt),0):kt.next)&&!(jt=jt.call(kt,Ae[1])).done)return jt;switch(kt=0,jt&&(Ae=[2&Ae[0],jt.value]),Ae[0]){case 0:case 1:jt=Ae;break;case 4:return Gt.label++,{value:Ae[1],done:!1};case 5:Gt.label++,kt=Ae[1],Ae=[0];continue;case 7:Ae=Gt.ops.pop(),Gt.trys.pop();continue;default:if(jt=Gt.trys,!((jt=jt.length>0&&jt[jt.length-1])||Ae[0]!==6&&Ae[0]!==2)){Gt=0;continue}if(Ae[0]===3&&(!jt||Ae[1]>jt[0]&&Ae[1]<jt[3])){Gt.label=Ae[1];break}if(Ae[0]===6&&Gt.label<jt[1]){Gt.label=jt[1],jt=Ae;break}if(jt&&Gt.label<jt[2]){Gt.label=jt[2],Gt.ops.push(Ae);break}jt[2]&&Gt.ops.pop(),Gt.trys.pop();continue}Ae=wt.call(Dt,Gt)}catch(Le){Ae=[6,Le],kt=0}finally{yt=jt=0}if(5&Ae[0])throw Ae[1];return{value:Ae[0]?Ae[1]:void 0,done:!0}}([be,on])}}}function ne(){for(var Dt=0,wt=0,yt=arguments.length;wt<yt;wt++)Dt+=arguments[wt].length;var kt=Array(Dt),jt=0;for(wt=0;wt<yt;wt++)for(var Mt=arguments[wt],Gt=0,Ce=Mt.length;Gt<Ce;Gt++,jt++)kt[jt]=Mt[Gt];return kt}var Ht=function(){function Dt(){}return Dt.createDefs=function(){return document.createElementNS("http://www.w3.org/2000/svg","defs")},Dt.setAttributes=function(wt,yt){for(var kt=0,jt=yt;kt<jt.length;kt++){var Mt=jt[kt],Gt=Mt[0],Ce=Mt[1];wt.setAttribute(Gt,Ce)}},Dt.createRect=function(wt,yt,kt){var jt=document.createElementNS("http://www.w3.org/2000/svg","rect");return jt.setAttribute("width",wt.toString()),jt.setAttribute("height",yt.toString()),kt&&Dt.setAttributes(jt,kt),jt},Dt.createLine=function(wt,yt,kt,jt,Mt){var Gt=document.createElementNS("http://www.w3.org/2000/svg","line");return Gt.setAttribute("x1",wt.toString()),Gt.setAttribute("y1",yt.toString()),Gt.setAttribute("x2",kt.toString()),Gt.setAttribute("y2",jt.toString()),Mt&&Dt.setAttributes(Gt,Mt),Gt},Dt.createPolygon=function(wt,yt){var kt=document.createElementNS("http://www.w3.org/2000/svg","polygon");return kt.setAttribute("points",wt),yt&&Dt.setAttributes(kt,yt),kt},Dt.createCircle=function(wt,yt){var kt=document.createElementNS("http://www.w3.org/2000/svg","circle");return kt.setAttribute("cx",(wt/2).toString()),kt.setAttribute("cy",(wt/2).toString()),kt.setAttribute("r",wt.toString()),yt&&Dt.setAttributes(kt,yt),kt},Dt.createEllipse=function(wt,yt,kt){var jt=document.createElementNS("http://www.w3.org/2000/svg","ellipse");return jt.setAttribute("cx",(wt/2).toString()),jt.setAttribute("cy",(yt/2).toString()),jt.setAttribute("rx",(wt/2).toString()),jt.setAttribute("ry",(yt/2).toString()),kt&&Dt.setAttributes(jt,kt),jt},Dt.createGroup=function(wt){var yt=document.createElementNS("http://www.w3.org/2000/svg","g");return wt&&Dt.setAttributes(yt,wt),yt},Dt.createTransform=function(){return document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGTransform()},Dt.createMarker=function(wt,yt,kt,jt,Mt,Gt,Ce){var be=document.createElementNS("http://www.w3.org/2000/svg","marker");return Dt.setAttributes(be,[["id",wt],["orient",yt],["markerWidth",kt.toString()],["markerHeight",jt.toString()],["refX",Mt.toString()],["refY",Gt.toString()]]),be.appendChild(Ce),be},Dt.createText=function(wt){var yt=document.createElementNS("http://www.w3.org/2000/svg","text");return yt.setAttribute("x","0"),yt.setAttribute("y","0"),wt&&Dt.setAttributes(yt,wt),yt},Dt.createTSpan=function(wt,yt){var kt=document.createElementNS("http://www.w3.org/2000/svg","tspan");return kt.textContent=wt,yt&&Dt.setAttributes(kt,yt),kt},Dt.createImage=function(wt){var yt=document.createElementNS("http://www.w3.org/2000/svg","image");return wt&&Dt.setAttributes(yt,wt),yt},Dt.createPoint=function(wt,yt){var kt=document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGPoint();return kt.x=wt,kt.y=yt,kt},Dt.createPath=function(wt,yt){var kt=document.createElementNS("http://www.w3.org/2000/svg","path");return kt.setAttribute("d",wt),yt&&Dt.setAttributes(kt,yt),kt},Dt}(),oe=function(){function Dt(){}return Dt.addKey=function(wt){Dt.key=wt},Object.defineProperty(Dt,"isLicensed",{get:function(){return!!Dt.key&&new RegExp(/^MJS2-[A-Z][0-9]{3}-[A-Z][0-9]{3}-[0-9]{4}$/,"i").test(Dt.key)},enumerable:!1,configurable:!0}),Dt}(),Oe=function(){function Dt(){this.naturalSize=!1,this.imageType="image/png",this.markersOnly=!1}return Dt.prototype.rasterize=function(wt,yt,kt){var jt=this;return new Promise(function(Mt){var Gt=kt!==void 0?kt:document.createElement("canvas");wt===null&&(jt.markersOnly=!0,jt.naturalSize=!1);var Ce=document.createElementNS("http://www.w3.org/2000/svg","svg");Ce.setAttribute("xmlns","http://www.w3.org/2000/svg"),Ce.setAttribute("width",yt.width.baseVal.valueAsString),Ce.setAttribute("height",yt.height.baseVal.valueAsString),Ce.setAttribute("viewBox","0 0 "+yt.viewBox.baseVal.width.toString()+" "+yt.viewBox.baseVal.height.toString()),Ce.innerHTML=yt.innerHTML,jt.naturalSize===!0?(Ce.width.baseVal.value=wt.naturalWidth,Ce.height.baseVal.value=wt.naturalHeight):jt.width!==void 0&&jt.height!==void 0&&(Ce.width.baseVal.value=jt.width,Ce.height.baseVal.value=jt.height),Gt.width=Ce.width.baseVal.value,Gt.height=Ce.height.baseVal.value;var be=Ce.outerHTML,on=Gt.getContext("2d");jt.markersOnly!==!0&&on.drawImage(wt,0,0,Gt.width,Gt.height);var Ae=window.URL,Le=new Image(Gt.width,Gt.height);Le.setAttribute("crossOrigin","anonymous");var _e=new Blob([be],{type:"image/svg+xml"}),un=Ae.createObjectURL(_e);Le.onload=function(){on.drawImage(Le,0,0),Ae.revokeObjectURL(un);var Pn=Gt.toDataURL(jt.imageType,jt.imageQuality);Mt(Pn)},Le.src=un})},Dt}(),ge=function(){},Nt=function(){function Dt(wt){this._classNamePrefixBase="__markerjs2_",this.classes=[],this.rules=[],this.settings=this.defaultSettings,this._classNamePrefix=this._classNamePrefixBase+"_"+wt+"_"}return Object.defineProperty(Dt.prototype,"classNamePrefixBase",{get:function(){return this._classNamePrefixBase},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"classNamePrefix",{get:function(){return this._classNamePrefix},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"defaultSettings",{get:function(){return{canvasBackgroundColor:"#ffffff",toolbarBackgroundColor:"#111111",toolbarBackgroundHoverColor:"#333333",toolbarColor:"#eeeeee",toolbarHeight:40,toolboxColor:"#eeeeee",toolboxAccentColor:"#3080c3",undoButtonVisible:!0,redoButtonVisible:!1,zoomButtonVisible:!1,zoomOutButtonVisible:!1,clearButtonVisible:!1,resultButtonBlockVisible:!0,logoPosition:"left"}},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"fadeInAnimationClassName",{get:function(){return this.classNamePrefix+"fade_in"},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"fadeOutAnimationClassName",{get:function(){return this.classNamePrefix+"fade_out"},enumerable:!1,configurable:!0}),Dt.prototype.addClass=function(wt){return this.styleSheet===void 0&&this.addStyleSheet(),wt.name=""+this.classNamePrefix+wt.localName,this.classes.push(wt),this.styleSheet.sheet.insertRule("."+wt.name+" {"+wt.style+"}",this.styleSheet.sheet.cssRules.length),wt},Dt.prototype.addRule=function(wt){this.styleSheet===void 0&&this.addStyleSheet(),this.rules.push(wt),this.styleSheet.sheet.insertRule(wt.selector+" {"+wt.style+"}",this.styleSheet.sheet.cssRules.length)},Dt.prototype.addStyleSheet=function(){var wt;this.styleSheet=document.createElement("style"),((wt=this.styleSheetRoot)!==null&&wt!==void 0?wt:document.head).appendChild(this.styleSheet),this.addRule(new Je("."+this.classNamePrefix+" h3","font-family: sans-serif")),this.addRule(new Je("@keyframes "+this.classNamePrefix+"_fade_in_animation_frames",`
|
|
from {
|
|
opacity: 0;
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
}
|
|
`)),this.addRule(new Je("@keyframes "+this.classNamePrefix+"_fade_out_animation_frames",`
|
|
from {
|
|
opacity: 1;
|
|
}
|
|
to {
|
|
opacity: 0;
|
|
}
|
|
`)),this.addClass(new ie("fade_in",`
|
|
animation-duration: 0.3s;
|
|
animation-name: `+this.classNamePrefix+`_fade_in_animation_frames;
|
|
`)),this.addClass(new ie("fade_out",`
|
|
animation-duration: 0.3s;
|
|
animation-name: `+this.classNamePrefix+`_fade_out_animation_frames;
|
|
`))},Dt.prototype.removeStyleSheet=function(){var wt;this.styleSheet&&(((wt=this.styleSheetRoot)!==null&&wt!==void 0?wt:document.head).removeChild(this.styleSheet),this.styleSheet=void 0)},Dt}(),Je=function(Dt,wt){this.selector=Dt,this.style=wt},ie=function(Dt,wt){this.localName=Dt,this.style=wt},nn=function(){function Dt(wt,yt,kt,jt,Mt){this.buttons=[],this.markerButtons=[],this.buttonClickListeners=[],this.markerjsContainer=wt,this.displayMode=yt,this.markerItems=kt,this.uiStyleSettings=jt,this.styles=Mt,this.addStyles(),this.adjustLayout=this.adjustLayout.bind(this),this.overflowButtonClicked=this.overflowButtonClicked.bind(this),this.setCurrentMarker=this.setCurrentMarker.bind(this)}return Dt.prototype.show=function(wt){var yt=this;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=wt,this.uiContainer.className=this.toolbarStyleClass.name+" "+this.styles.fadeInAnimationClassName+" "+(this.uiStyleSettings.toolbarStyleColorsClassName?this.uiStyleSettings.toolbarStyleColorsClassName:this.toolbarStyleColorsClass.name);var kt=document.createElement("div");kt.className=this.toolbarBlockStyleClass.name,kt.style.whiteSpace="nowrap",this.uiContainer.appendChild(kt),this.addActionButton(kt,'<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(kt,'<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(kt,'<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(kt,'<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(kt,'<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(kt,'<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(kt,'<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(kt,'<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 Gt=document.createElement("div");Gt.className=""+yt.toolbarButtonStyleClass.name,Gt.setAttribute("data-type-name",Mt.typeName),Gt.innerHTML=Mt.icon,Gt.addEventListener("click",function(){yt.markerToolbarButtonClicked(Gt,Mt)}),yt.buttons.push(Gt),yt.markerButtons.push(Gt)}),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 jt=document.createElement("div");jt.className=this.toolbarBlockStyleClass.name,jt.style.whiteSpace="nowrap",jt.style.display=this.uiStyleSettings.resultButtonBlockVisible!==!1?"":"none",this.uiContainer.appendChild(jt),this.addActionButton(jt,'<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(jt,'<svg viewBox="0 0 24 24"><path d="M20 6.91L17.09 4 12 9.09 6.91 4 4 6.91 9.09 12 4 17.09 6.91 20 12 14.91 17.09 20 20 17.09 14.91 12 20 6.91z"/></svg>',"close"),this.markerjsContainer.appendChild(this.uiContainer),this.setSelectMode(),this.setCurrentMarker(),this.adjustLayout()},Dt.prototype.addButtonClickListener=function(wt){this.buttonClickListeners.push(wt)},Dt.prototype.removeButtonClickListener=function(wt){this.buttonClickListeners.indexOf(wt)>-1&&this.buttonClickListeners.splice(this.buttonClickListeners.indexOf(wt),1)},Dt.prototype.setSelectMode=function(){this.resetButtonStyles(),this.setActiveButton(this.buttons[0])},Dt.prototype.adjustLayout=function(){if(this.markerButtons&&this.markerButtons.length>0){var wt=Math.floor(this.markerButtonBlock.clientWidth/this.uiStyleSettings.toolbarHeight)-1;this.markerButtonBlock.innerHTML="",this.markerButtonOverflowBlock.innerHTML="";for(var yt=0;yt<this.markerButtons.length;yt++)yt<wt||yt===wt&&this.markerButtons.length-1===wt?this.markerButtonBlock.appendChild(this.markerButtons[yt]):(yt===wt&&this.markerButtonBlock.appendChild(this.overflowButton),this.markerButtonOverflowBlock.appendChild(this.markerButtons[yt]))}},Dt.prototype.overflowButtonClicked=function(){this.markerButtonOverflowBlock.style.display!=="none"?(this.markerButtonOverflowBlock.className=this.markerButtonOverflowBlock.className.replace(this.styles.fadeInAnimationClassName,""),this.markerButtonOverflowBlock.style.display="none"):(this.markerButtonOverflowBlock.className+=" "+this.styles.fadeInAnimationClassName,this.markerButtonOverflowBlock.style.top=this.uiContainer.offsetTop+this.overflowButton.offsetHeight+"px",this.markerButtonOverflowBlock.style.right=this.uiContainer.offsetWidth-this.overflowButton.offsetLeft-this.overflowButton.offsetWidth+2*this.uiContainer.offsetLeft+"px",this.markerButtonOverflowBlock.style.display="inline-block")},Dt.prototype.resetButtonStyles=function(){var wt=this;this.buttons.forEach(function(yt){yt.className=yt.className.replace(wt.uiStyleSettings.toolbarButtonStyleColorsClassName?wt.uiStyleSettings.toolbarButtonStyleColorsClassName:wt.toolbarButtonStyleColorsClass.name,"").trim(),yt.className=yt.className.replace(wt.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?wt.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:wt.toolbarActiveButtonStyleColorsClass.name,"").trim(),yt.className+=" "+(wt.uiStyleSettings.toolbarButtonStyleColorsClassName?wt.uiStyleSettings.toolbarButtonStyleColorsClassName:wt.toolbarButtonStyleColorsClass.name)})},Dt.prototype.addActionButton=function(wt,yt,kt){var jt=this,Mt=document.createElement("div");switch(Mt.className=""+this.toolbarButtonStyleClass.name,Mt.innerHTML=yt,Mt.setAttribute("data-action",kt),Mt.addEventListener("click",function(){jt.actionToolbarButtonClicked(Mt,kt)}),kt){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}wt.appendChild(Mt),this.buttons.push(Mt)},Dt.prototype.addStyles=function(){this.toolbarStyleClass=this.styles.addClass(new ie("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 ie("toolbar_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
box-shadow: 0px 3px rgba(33, 33, 33, 0.1);
|
|
`)),this.toolbarBlockStyleClass=this.styles.addClass(new ie("toolbar-block",`
|
|
display: inline-block;
|
|
box-sizing: content-box;
|
|
`)),this.toolbarOverflowBlockStyleClass=this.styles.addClass(new ie("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 ie("toolbar-overflow-block_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
`));var wt=this.uiStyleSettings.toolbarHeight/4;this.toolbarButtonStyleClass=this.styles.addClass(new ie("toolbar_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.toolbarButtonStyleColorsClass=this.styles.addClass(new ie("toolbar_button_colors",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.toolbarActiveButtonStyleColorsClass=this.styles.addClass(new ie("toolbar_active_button",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`)),this.styles.addRule(new Je("."+this.toolbarButtonStyleClass.name+" svg",`
|
|
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
|
|
`)),this.styles.addRule(new Je("."+this.toolbarButtonStyleColorsClass.name+":hover",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`))},Dt.prototype.markerToolbarButtonClicked=function(wt,yt){this.setActiveButton(wt),this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(kt){return kt("marker",yt)}),this.markerButtonOverflowBlock.style.display="none"},Dt.prototype.actionToolbarButtonClicked=function(wt,yt){this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(kt){return kt("action",yt)}),this.markerButtonOverflowBlock.style.display="none",this.setActiveButton(this.buttons[0])},Dt.prototype.setActiveButton=function(wt){this.resetButtonStyles(),wt.className=wt.className.replace(this.uiStyleSettings.toolbarButtonStyleColorsClassName?this.uiStyleSettings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name,"").trim(),wt.className+=" "+(this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:this.toolbarActiveButtonStyleColorsClass.name)},Dt.prototype.setActiveMarkerButton=function(wt){var yt=this.markerButtons.find(function(kt){return kt.getAttribute("data-type-name")===wt});yt&&this.setActiveButton(yt)},Dt.prototype.setCurrentMarker=function(wt){var yt=this;this.currentMarker=wt,this.buttons.filter(function(kt){return/delete|notes/.test(kt.getAttribute("data-action"))}).forEach(function(kt){yt.currentMarker===void 0?(kt.style.fillOpacity="0.4",kt.style.pointerEvents="none"):(kt.style.fillOpacity="1",kt.style.pointerEvents="all")})},Dt}(),Bt=function(){function Dt(wt,yt,kt,jt){this.panels=[],this.panelButtons=[],this.markerjsContainer=wt,this.displayMode=yt,this.uiStyleSettings=kt,this.styles=jt,this.panelButtonClick=this.panelButtonClick.bind(this),this.addStyles()}return Dt.prototype.addStyles=function(){var wt;this.toolboxStyleClass=this.styles.addClass(new ie("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 ie("toolbox_colors",`
|
|
color: `+this.uiStyleSettings.toolboxColor+`;
|
|
`));var yt=this.uiStyleSettings.toolbarHeight/4;this.toolboxButtonRowStyleClass=this.styles.addClass(new ie("toolbox-button-row",`
|
|
display: flex;
|
|
cursor: default;
|
|
box-sizing: content-box;
|
|
`)),this.toolboxButtonRowStyleColorsClass=this.styles.addClass(new ie("toolbox-button-row_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
|
|
`)),this.toolboxPanelRowStyleClass=this.styles.addClass(new ie("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 ie("toolbox-panel-row_colors",`
|
|
background-color: `+((wt=this.uiStyleSettings.toolboxBackgroundColor)!==null&&wt!==void 0?wt:this.uiStyleSettings.toolbarBackgroundHoverColor)+`;
|
|
`)),this.toolboxButtonStyleClass=this.styles.addClass(new ie("toolbox_button",`
|
|
display: inline-block;
|
|
width: `+(this.uiStyleSettings.toolbarHeight-2*yt)+`px;
|
|
height: `+(this.uiStyleSettings.toolbarHeight-2*yt)+`px;
|
|
padding: `+yt+`px;
|
|
box-sizing: content-box;
|
|
`)),this.toolboxButtonStyleColorsClass=this.styles.addClass(new ie("toolbox-button_colors",`
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.toolboxActiveButtonStyleColorsClass=this.styles.addClass(new ie("toolbox-active-button_colors",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`;
|
|
fill: `+this.uiStyleSettings.toolbarColor+`;
|
|
`)),this.styles.addRule(new Je("."+this.toolboxButtonStyleColorsClass.name+":hover",`
|
|
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
|
|
`)),this.styles.addRule(new Je("."+this.toolboxButtonStyleClass.name+" svg",`
|
|
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
|
|
`))},Dt.prototype.show=function(wt){var yt;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=wt,this.uiContainer.className=this.toolboxStyleClass.name+" "+((yt=this.uiStyleSettings.toolboxStyleColorsClassName)!==null&&yt!==void 0?yt:this.toolboxStyleColorsClass.name),this.markerjsContainer.appendChild(this.uiContainer)},Dt.prototype.setPanelButtons=function(wt){var yt,kt,jt=this;this.panels=wt,this.uiContainer!==void 0&&(this.uiContainer.innerHTML="",this.panelRow=document.createElement("div"),this.panelRow.className=this.toolboxPanelRowStyleClass.name+" "+((yt=this.uiStyleSettings.toolboxPanelRowStyleColorsClassName)!==null&&yt!==void 0?yt:this.toolboxPanelRowStyleColorsClass.name),this.uiContainer.appendChild(this.panelRow),this.buttonRow=document.createElement("div"),this.buttonRow.className=this.toolboxButtonRowStyleClass.name+" "+((kt=this.uiStyleSettings.toolboxButtonRowStyleColorsClassName)!==null&&kt!==void 0?kt:this.toolboxButtonRowStyleColorsClass.name)+" ",this.uiContainer.appendChild(this.buttonRow),this.panelButtons.splice(0),this.panels.forEach(function(Mt){var Gt;Mt.uiStyleSettings=jt.uiStyleSettings;var Ce=document.createElement("div");Ce.className=jt.toolboxButtonStyleClass.name+" "+((Gt=jt.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&Gt!==void 0?Gt:jt.toolboxButtonStyleColorsClass.name),Ce.innerHTML=Mt.icon,Ce.title=Mt.title,Ce.addEventListener("click",function(){jt.panelButtonClick(Mt)}),jt.panelButtons.push(Ce),jt.buttonRow.appendChild(Ce)}),this.displayMode==="inline"?this.panelRow.style.display="none":this.panelRow.style.visibility="hidden")},Dt.prototype.panelButtonClick=function(wt){var yt=this,kt=-1;if(wt!==this.activePanel){kt=this.panels.indexOf(wt),this.panelRow.innerHTML="";var jt=wt.getUi();jt.style.margin=this.uiStyleSettings.toolbarHeight/4+"px",this.panelRow.appendChild(jt),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=wt}else this.activePanel=void 0,this.panelRow.className=this.panelRow.className.replace(this.styles.fadeInAnimationClassName,""),this.panelRow.className+=" "+this.styles.fadeOutAnimationClassName,setTimeout(function(){yt.displayMode==="inline"?yt.panelRow.style.display="none":yt.panelRow.style.visibility="hidden"},200);this.panelButtons.forEach(function(Mt,Gt){var Ce,be;Mt.className=yt.toolboxButtonStyleClass.name+" "+(Gt===kt?""+((Ce=yt.uiStyleSettings.toolboxActiveButtonStyleColorsClassName)!==null&&Ce!==void 0?Ce:yt.toolboxActiveButtonStyleColorsClass.name):""+((be=yt.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&be!==void 0?be:yt.toolboxButtonStyleColorsClass.name))})},Dt}(),et=function(Dt,wt){this.title=Dt,this.icon=wt},nt=function(Dt){function wt(yt,kt,jt,Mt){var Gt=Dt.call(this,yt,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 Gt.colors=[],Gt.addTransparent=!1,Gt.colorBoxes=[],Gt.colors=kt,Gt.currentColor=jt,Gt.setCurrentColor=Gt.setCurrentColor.bind(Gt),Gt.getColorBox=Gt.getColorBox.bind(Gt),Gt}return re(wt,Dt),wt.prototype.getUi=function(){var yt=this,kt=document.createElement("div");return kt.style.overflow="hidden",kt.style.whiteSpace="nowrap",this.colors.forEach(function(jt){var Mt=yt.getColorBox(jt);kt.appendChild(Mt),yt.colorBoxes.push(Mt)}),kt},wt.prototype.getColorBox=function(yt){var kt=this,jt=this.uiStyleSettings.toolbarHeight/4,Mt=this.uiStyleSettings.toolbarHeight-jt,Gt=document.createElement("div");Gt.style.display="inline-block",Gt.style.boxSizing="content-box",Gt.style.width=Mt-2+"px",Gt.style.height=Mt-2+"px",Gt.style.padding="1px",Gt.style.marginRight="2px",Gt.style.marginBottom="2px",Gt.style.borderWidth="2px",Gt.style.borderStyle="solid",Gt.style.borderRadius=(Mt+2)/2+"px",Gt.style.borderColor=yt===this.currentColor?this.uiStyleSettings.toolboxAccentColor:"transparent",Gt.addEventListener("click",function(){kt.setCurrentColor(yt,Gt)});var Ce=document.createElement("div");return Ce.style.display="inline-block",Ce.style.width=Mt-2+"px",Ce.style.height=Mt-2+"px",Ce.style.backgroundColor=yt,Ce.style.borderRadius=Mt/2+"px",yt==="transparent"&&(Ce.style.fill=this.uiStyleSettings.toolboxAccentColor,Ce.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>`),Gt.appendChild(Ce),Gt},wt.prototype.setCurrentColor=function(yt,kt){var jt=this;this.currentColor=yt,this.colorBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===kt?jt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onColorChanged&&this.onColorChanged(yt)},wt}(et),ct=function(){function Dt(wt,yt,kt){this._state="new",this._isSelected=!1,this._container=wt,this._overlayContainer=yt,this.globalSettings=kt,this.stateChanged=this.stateChanged.bind(this),this.colorChanged=this.colorChanged.bind(this),this.fillColorChanged=this.fillColorChanged.bind(this)}return Object.defineProperty(Dt.prototype,"typeName",{get:function(){return Object.getPrototypeOf(this).constructor.typeName},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"container",{get:function(){return this._container},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"overlayContainer",{get:function(){return this._overlayContainer},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"toolboxPanels",{get:function(){return[]},enumerable:!1,configurable:!0}),Dt.prototype.ownsTarget=function(wt){return!1},Object.defineProperty(Dt.prototype,"isSelected",{get:function(){return this._isSelected},enumerable:!1,configurable:!0}),Dt.prototype.select=function(){this.container.style.cursor="move",this._isSelected=!0,this.manipulationStartState=this.getState()},Dt.prototype.deselect=function(){this.container.style.cursor="default",this._isSelected=!1,this.stateChanged()},Dt.prototype.pointerDown=function(wt,yt){},Dt.prototype.dblClick=function(wt,yt){},Dt.prototype.manipulate=function(wt){},Dt.prototype.pointerUp=function(wt){this.stateChanged()},Dt.prototype.dispose=function(){},Dt.prototype.addMarkerVisualToContainer=function(wt){this.container.childNodes.length>0?this.container.insertBefore(wt,this.container.childNodes[0]):this.container.appendChild(wt)},Dt.prototype.getState=function(){return{typeName:Dt.typeName,state:this.state,notes:this.notes}},Dt.prototype.restoreState=function(wt){this._state=wt.state,this.notes=wt.notes},Dt.prototype.scale=function(wt,yt){},Dt.prototype.colorChanged=function(wt){this.onColorChanged&&this.onColorChanged(wt),this.stateChanged()},Dt.prototype.fillColorChanged=function(wt){this.onFillColorChanged&&this.onFillColorChanged(wt),this.stateChanged()},Dt.prototype.stateChanged=function(){if(this.onStateChanged&&this.state!=="creating"&&this.state!=="new"){var wt=this.getState();this.manipulationStartState!==void 0&&(this.manipulationStartState.state="select"),wt.state="select",JSON.stringify(this.manipulationStartState)!=JSON.stringify(wt)&&this.onStateChanged(this)}},Dt.typeName="MarkerBase",Dt}(),lt=function(){function Dt(){this.findGripByVisual=this.findGripByVisual.bind(this)}return Dt.prototype.findGripByVisual=function(wt){return this.topLeft.ownsTarget(wt)?this.topLeft:this.topCenter.ownsTarget(wt)?this.topCenter:this.topRight.ownsTarget(wt)?this.topRight:this.centerLeft.ownsTarget(wt)?this.centerLeft:this.centerRight.ownsTarget(wt)?this.centerRight:this.bottomLeft.ownsTarget(wt)?this.bottomLeft:this.bottomCenter.ownsTarget(wt)?this.bottomCenter:this.bottomRight.ownsTarget(wt)?this.bottomRight:void 0},Dt}(),gt=function(){function Dt(){this.GRIP_SIZE=10,this.visual=Ht.createGroup(),this.visual.appendChild(Ht.createCircle(1.5*this.GRIP_SIZE,[["fill","transparent"]])),this.visual.appendChild(Ht.createCircle(this.GRIP_SIZE,[["fill","#cccccc"],["fill-opacity","0.7"],["stroke","#333333"],["stroke-width","2"],["stroke-opacity","0.7"]]))}return Dt.prototype.ownsTarget=function(wt){return wt===this.visual||wt===this.visual.childNodes[0]||wt===this.visual.childNodes[1]},Dt}(),mt=function(){function Dt(){}return Dt.toITransformMatrix=function(wt){return{a:wt.a,b:wt.b,c:wt.c,d:wt.d,e:wt.e,f:wt.f}},Dt.toSVGMatrix=function(wt,yt){return wt.a=yt.a,wt.b=yt.b,wt.c=yt.c,wt.d=yt.d,wt.e=yt.e,wt.f=yt.f,wt},Dt}(),St=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||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(Ht.createTransform()),Mt.setupControlBox(),Mt}return re(wt,Dt),Object.defineProperty(wt.prototype,"centerX",{get:function(){return this.left+this.width/2},enumerable:!1,configurable:!0}),Object.defineProperty(wt.prototype,"centerY",{get:function(){return this.top+this.height/2},enumerable:!1,configurable:!0}),Object.defineProperty(wt.prototype,"visual",{get:function(){return this._visual},set:function(yt){this._visual=yt;var kt=Ht.createTransform();this._visual.transform.baseVal.appendItem(kt)},enumerable:!1,configurable:!0}),wt.prototype.ownsTarget=function(yt){return!!Dt.prototype.ownsTarget.call(this,yt)||!!(this.controlGrips.findGripByVisual(yt)!==void 0||this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(yt))},wt.prototype.pointerDown=function(yt,kt){Dt.prototype.pointerDown.call(this,yt,kt),this.state==="new"&&(this.left=yt.x,this.top=yt.y),this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.manipulationStartWidth=this.width,this.manipulationStartHeight=this.height;var jt=this.unrotatePoint(yt);if(this.manipulationStartX=jt.x,this.manipulationStartY=jt.y,this.offsetX=jt.x-this.left,this.offsetY=jt.y-this.top,this.state!=="new")if(this.select(),this.activeGrip=this.controlGrips.findGripByVisual(kt),this.activeGrip!==void 0)this._state="resize";else if(this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(kt)){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 Gt=this.container.transform.baseVal.getItem(0);Gt.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(Gt,0),this.adjustControlBox(),this._state="rotate"}else this._state="move"},wt.prototype.pointerUp=function(yt){var kt=this.state;Dt.prototype.pointerUp.call(this,yt),this.state==="creating"&&this.width<10&&this.height<10?(this.width=this.defaultSize.x,this.height=this.defaultSize.y):this.manipulate(yt),this._state="select",kt==="creating"&&this.onMarkerCreated&&this._suppressMarkerCreateEvent===!1&&this.onMarkerCreated(this)},wt.prototype.moveVisual=function(yt){this.visual.style.transform="translate("+yt.x+"px, "+yt.y+"px)"},wt.prototype.manipulate=function(yt){var kt=this.unrotatePoint(yt);this.state==="creating"?this.resize(yt):this.state==="move"?(this.left=this.manipulationStartLeft+(kt.x-this.manipulationStartLeft)-this.offsetX,this.top=this.manipulationStartTop+(kt.y-this.manipulationStartTop)-this.offsetY,this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()):this.state==="resize"?this.resize(kt):this.state==="rotate"&&this.rotate(yt)},wt.prototype.resize=function(yt){var kt=this.manipulationStartLeft,jt=this.manipulationStartWidth,Mt=this.manipulationStartTop,Gt=this.manipulationStartHeight;switch(this.activeGrip){case this.controlGrips.bottomLeft:case this.controlGrips.centerLeft:case this.controlGrips.topLeft:kt=this.manipulationStartLeft+yt.x-this.manipulationStartX,jt=this.manipulationStartWidth+this.manipulationStartLeft-kt;break;case this.controlGrips.bottomRight:case this.controlGrips.centerRight:case this.controlGrips.topRight:case void 0:jt=this.manipulationStartWidth+yt.x-this.manipulationStartX}switch(this.activeGrip){case this.controlGrips.topCenter:case this.controlGrips.topLeft:case this.controlGrips.topRight:Mt=this.manipulationStartTop+yt.y-this.manipulationStartY,Gt=this.manipulationStartHeight+this.manipulationStartTop-Mt;break;case this.controlGrips.bottomCenter:case this.controlGrips.bottomLeft:case this.controlGrips.bottomRight:case void 0:Gt=this.manipulationStartHeight+yt.y-this.manipulationStartY}jt>=0?(this.left=kt,this.width=jt):(this.left=kt+jt,this.width=-jt),Gt>=0?(this.top=Mt,this.height=Gt):(this.top=Mt+Gt,this.height=-Gt),this.setSize()},wt.prototype.setSize=function(){this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()},wt.prototype.rotate=function(yt){if(Math.abs(yt.x-this.centerX)>.1){var kt=Math.sign(yt.x-this.centerX);this.rotationAngle=180*Math.atan((yt.y-this.centerY)/(yt.x-this.centerX))/Math.PI+90*kt,this.applyRotation()}},wt.prototype.applyRotation=function(){var yt=this.container.transform.baseVal.getItem(0);yt.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(yt,0)},wt.prototype.rotatePoint=function(yt){if(this.rotationAngle===0)return yt;var kt=this.container.getCTM(),jt=Ht.createPoint(yt.x,yt.y);return{x:(jt=jt.matrixTransform(kt)).x,y:jt.y}},wt.prototype.unrotatePoint=function(yt){if(this.rotationAngle===0)return yt;var kt=this.container.getCTM();kt=kt.inverse();var jt=Ht.createPoint(yt.x,yt.y);return{x:(jt=jt.matrixTransform(kt)).x,y:jt.y}},wt.prototype.select=function(){Dt.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},wt.prototype.deselect=function(){Dt.prototype.deselect.call(this),this.controlBox.style.display="none"},wt.prototype.setupControlBox=function(){this.controlBox=Ht.createGroup();var yt=Ht.createTransform();yt.setTranslate(-this.CB_DISTANCE/2,-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.appendItem(yt),this.container.appendChild(this.controlBox),this.controlRect=Ht.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=Ht.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"},wt.prototype.adjustControlBox=function(){var yt=this.controlBox.transform.baseVal.getItem(0);yt.setTranslate(this.left-this.CB_DISTANCE/2,this.top-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.replaceItem(yt,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()},wt.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()},wt.prototype.createGrip=function(){var yt=new gt;return yt.visual.transform.baseVal.appendItem(Ht.createTransform()),this.controlBox.appendChild(yt.visual),yt},wt.prototype.positionGrips=function(){var yt=this.controlGrips.topLeft.GRIP_SIZE,kt=-yt/2,jt=kt,Mt=(this.width+this.CB_DISTANCE)/2-yt/2,Gt=(this.height+this.CB_DISTANCE)/2-yt/2,Ce=this.height+this.CB_DISTANCE-yt/2,be=this.width+this.CB_DISTANCE-yt/2;this.positionGrip(this.controlGrips.topLeft.visual,kt,jt),this.positionGrip(this.controlGrips.topCenter.visual,Mt,jt),this.positionGrip(this.controlGrips.topRight.visual,be,jt),this.positionGrip(this.controlGrips.centerLeft.visual,kt,Gt),this.positionGrip(this.controlGrips.centerRight.visual,be,Gt),this.positionGrip(this.controlGrips.bottomLeft.visual,kt,Ce),this.positionGrip(this.controlGrips.bottomCenter.visual,Mt,Ce),this.positionGrip(this.controlGrips.bottomRight.visual,be,Ce),this.rotatorGrip!==void 0&&this.positionGrip(this.rotatorGrip.visual,Mt,jt-3*this.CB_DISTANCE)},wt.prototype.positionGrip=function(yt,kt,jt){var Mt=yt.transform.baseVal.getItem(0);Mt.setTranslate(kt,jt),yt.transform.baseVal.replaceItem(Mt,0)},wt.prototype.hideControlBox=function(){this.controlBox.style.display="none"},wt.prototype.showControlBox=function(){this.controlBox.style.display=""},wt.prototype.getState=function(){return Object.assign({left:this.left,top:this.top,width:this.width,height:this.height,rotationAngle:this.rotationAngle,visualTransformMatrix:mt.toITransformMatrix(this.visual.transform.baseVal.getItem(0).matrix),containerTransformMatrix:mt.toITransformMatrix(this.container.transform.baseVal.getItem(0).matrix)},Dt.prototype.getState.call(this))},wt.prototype.restoreState=function(yt){Dt.prototype.restoreState.call(this,yt);var kt=yt;this.left=kt.left,this.top=kt.top,this.width=kt.width,this.height=kt.height,this.rotationAngle=kt.rotationAngle,this.visual.transform.baseVal.getItem(0).setMatrix(mt.toSVGMatrix(this.visual.transform.baseVal.getItem(0).matrix,kt.visualTransformMatrix)),this.container.transform.baseVal.getItem(0).setMatrix(mt.toSVGMatrix(this.container.transform.baseVal.getItem(0).matrix,kt.containerTransformMatrix))},wt.prototype.scale=function(yt,kt){Dt.prototype.scale.call(this,yt,kt);var jt=this.rotatePoint({x:this.left,y:this.top}),Mt=this.unrotatePoint({x:jt.x*yt,y:jt.y*kt});this.left=Mt.x,this.top=Mt.y,this.width=this.width*yt,this.height=this.height*kt,this.adjustControlBox()},wt}(ct),Pt=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||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 re(wt,Dt),wt.prototype.ownsTarget=function(yt){return!(!Dt.prototype.ownsTarget.call(this,yt)&&yt!==this.visual)},wt.prototype.createVisual=function(){this.visual=Ht.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)},wt.prototype.pointerDown=function(yt,kt){Dt.prototype.pointerDown.call(this,yt,kt),this.state==="new"&&(this.createVisual(),this.moveVisual(yt),this._state="creating")},wt.prototype.manipulate=function(yt){Dt.prototype.manipulate.call(this,yt)},wt.prototype.resize=function(yt){Dt.prototype.resize.call(this,yt),this.setSize()},wt.prototype.setSize=function(){Dt.prototype.setSize.call(this),Ht.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]])},wt.prototype.pointerUp=function(yt){Dt.prototype.pointerUp.call(this,yt),this.setSize()},wt.prototype.setStrokeColor=function(yt){this.strokeColor=yt,this.visual&&Ht.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(yt),this.stateChanged()},wt.prototype.setFillColor=function(yt){this.fillColor=yt,this.visual&&Ht.setAttributes(this.visual,[["fill",this.fillColor]]),this.stateChanged()},wt.prototype.setStrokeWidth=function(yt){this.strokeWidth=yt,this.visual&&Ht.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},wt.prototype.setStrokeDasharray=function(yt){this.strokeDasharray=yt,this.visual&&Ht.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},wt.prototype.getState=function(){return Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},Dt.prototype.getState.call(this))},wt.prototype.restoreState=function(yt){var kt=yt;this.fillColor=kt.fillColor,this.strokeColor=kt.strokeColor,this.strokeWidth=kt.strokeWidth,this.strokeDasharray=kt.strokeDasharray,this.opacity=kt.opacity,this.createVisual(),Dt.prototype.restoreState.call(this,yt),this.setSize()},wt.prototype.scale=function(yt,kt){Dt.prototype.scale.call(this,yt,kt),this.setSize()},wt.title="Rectangle marker",wt}(St),Rt=function(Dt){function wt(yt,kt,jt,Mt){var Gt=Dt.call(this,yt,Mt||'<svg viewBox="0 0 24 24"><path d="M3 17h18v-2H3v2m0 3h18v-1H3v1m0-7h18v-3H3v3m0-9v4h18V4H3z"/></svg>')||this;return Gt.widths=[],Gt.widthBoxes=[],Gt.widths=kt,Gt.currentWidth=jt,Gt.setCurrentWidth=Gt.setCurrentWidth.bind(Gt),Gt}return re(wt,Dt),wt.prototype.getUi=function(){var yt=this,kt=document.createElement("div");return kt.style.display="flex",kt.style.overflow="hidden",kt.style.flexGrow="2",this.widths.forEach(function(jt){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=jt===yt.currentWidth?yt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){yt.setCurrentWidth(jt,Mt)}),kt.appendChild(Mt);var Gt=document.createElement("div");Gt.innerText=jt.toString(),Gt.style.marginRight="5px",Mt.appendChild(Gt);var Ce=document.createElement("div");Ce.style.minHeight="20px",Ce.style.flexGrow="2",Ce.style.display="flex",Ce.style.alignItems="center";var be=document.createElement("hr");be.style.minWidth="20px",be.style.border="0px",be.style.borderTop=jt+"px solid "+yt.uiStyleSettings.toolboxColor,be.style.flexGrow="2",Ce.appendChild(be),Mt.appendChild(Ce),yt.widthBoxes.push(Mt)}),kt},wt.prototype.setCurrentWidth=function(yt,kt){var jt=this;this.currentWidth=yt,this.widthBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===kt?jt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onWidthChanged&&this.onWidthChanged(this.currentWidth)},wt}(et),Wt=function(Dt){function wt(yt,kt,jt,Mt){var Gt=Dt.call(this,yt,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 Gt.styles=[],Gt.styleBoxes=[],Gt.styles=kt,Gt.currentStyle=jt,Gt.setCurrentStyle=Gt.setCurrentStyle.bind(Gt),Gt}return re(wt,Dt),wt.prototype.getUi=function(){var yt=this,kt=document.createElement("div");return kt.style.display="flex",kt.style.overflow="hidden",kt.style.flexGrow="2",this.styles.forEach(function(jt){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/yt.styles.length-5+"%",Mt.style.borderColor=jt===yt.currentStyle?yt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){yt.setCurrentStyle(jt,Mt)}),kt.appendChild(Mt);var Gt=document.createElement("div");Gt.style.minHeight="20px",Gt.style.flexGrow="2",Gt.style.overflow="hidden";var Ce=`<svg width="100" height="20">
|
|
<line x1="0" y1="10" x2="100" y2="10" stroke="`+yt.uiStyleSettings.toolboxColor+'" stroke-width="3" '+(jt!==""?'stroke-dasharray="'+jt+'"':"")+` />
|
|
</svg>`;Gt.innerHTML=Ce,Mt.appendChild(Gt),yt.styleBoxes.push(Mt)}),kt},wt.prototype.setCurrentStyle=function(yt,kt){var jt=this;this.currentStyle=yt,this.styleBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===kt?jt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onStyleChanged&&this.onStyleChanged(this.currentStyle)},wt}(et),te=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||this;return Mt.strokeColor=jt.defaultColor,Mt.strokeWidth=jt.defaultStrokeWidth,Mt.strokeDasharray=jt.defaultStrokeDasharray,Mt.strokePanel=new nt("Line color",jt.defaultColorSet,jt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new Rt("Line width",jt.defaultStrokeWidths,jt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Wt("Line style",jt.defaultStrokeDasharrays,jt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return re(wt,Dt),Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Dt.prototype.getState.call(this);return yt.typeName=wt.typeName,yt},wt.typeName="FrameMarker",wt.title="Frame marker",wt.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4m14 11H6V8h12v9z"/></svg>',wt}(Pt),Jt=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"},Vt=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||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 re(wt,Dt),wt.prototype.ownsTarget=function(yt){return!!Dt.prototype.ownsTarget.call(this,yt)||!(!this.grip1.ownsTarget(yt)&&!this.grip2.ownsTarget(yt))},wt.prototype.pointerDown=function(yt,kt){Dt.prototype.pointerDown.call(this,yt,kt),this.manipulationStartX=yt.x,this.manipulationStartY=yt.y,this.state==="new"&&(this.x1=yt.x,this.y1=yt.y,this.x2=yt.x,this.y2=yt.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(kt)?this.activeGrip=this.grip1:this.grip2.ownsTarget(kt)?this.activeGrip=this.grip2:this.activeGrip=void 0,this.activeGrip?this._state="resize":this._state="move")},wt.prototype.pointerUp=function(yt){var kt=this.state;Dt.prototype.pointerUp.call(this,yt),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(yt),this._state="select",kt==="creating"&&this.onMarkerCreated&&this.onMarkerCreated(this)},wt.prototype.adjustVisual=function(){},wt.prototype.manipulate=function(yt){this.state==="creating"?this.resize(yt):this.state==="move"?(this.x1=this.manipulationStartX1+yt.x-this.manipulationStartX,this.y1=this.manipulationStartY1+yt.y-this.manipulationStartY,this.x2=this.manipulationStartX2+yt.x-this.manipulationStartX,this.y2=this.manipulationStartY2+yt.y-this.manipulationStartY,this.adjustVisual(),this.adjustControlBox()):this.state==="resize"&&this.resize(yt)},wt.prototype.resize=function(yt){switch(this.activeGrip){case this.grip1:this.x1=yt.x,this.y1=yt.y;break;case this.grip2:case void 0:this.x2=yt.x,this.y2=yt.y}this.adjustVisual(),this.adjustControlBox()},wt.prototype.select=function(){Dt.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},wt.prototype.deselect=function(){Dt.prototype.deselect.call(this),this.controlBox.style.display="none"},wt.prototype.setupControlBox=function(){this.controlBox=Ht.createGroup(),this.container.appendChild(this.controlBox),this.addControlGrips(),this.controlBox.style.display="none"},wt.prototype.adjustControlBox=function(){this.positionGrips()},wt.prototype.addControlGrips=function(){this.grip1=this.createGrip(),this.grip2=this.createGrip(),this.positionGrips()},wt.prototype.createGrip=function(){var yt=new gt;return yt.visual.transform.baseVal.appendItem(Ht.createTransform()),this.controlBox.appendChild(yt.visual),yt},wt.prototype.positionGrips=function(){var yt=this.grip1.GRIP_SIZE;this.positionGrip(this.grip1.visual,this.x1-yt/2,this.y1-yt/2),this.positionGrip(this.grip2.visual,this.x2-yt/2,this.y2-yt/2)},wt.prototype.positionGrip=function(yt,kt,jt){var Mt=yt.transform.baseVal.getItem(0);Mt.setTranslate(kt,jt),yt.transform.baseVal.replaceItem(Mt,0)},wt.prototype.getState=function(){return Object.assign({x1:this.x1,y1:this.y1,x2:this.x2,y2:this.y2},Dt.prototype.getState.call(this))},wt.prototype.restoreState=function(yt){Dt.prototype.restoreState.call(this,yt);var kt=yt;this.x1=kt.x1,this.y1=kt.y1,this.x2=kt.x2,this.y2=kt.y2},wt.prototype.scale=function(yt,kt){Dt.prototype.scale.call(this,yt,kt),this.x1=this.x1*yt,this.y1=this.y1*kt,this.x2=this.x2*yt,this.y2=this.y2*kt,this.adjustVisual(),this.adjustControlBox()},wt}(ct),le=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||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=jt.defaultColor,Mt.strokeWidth=jt.defaultStrokeWidth,Mt.strokeDasharray=jt.defaultStrokeDasharray,Mt.strokePanel=new nt("Line color",jt.defaultColorSet,jt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new Rt("Line width",jt.defaultStrokeWidths,jt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Wt("Line style",jt.defaultStrokeDasharrays,jt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return re(wt,Dt),wt.prototype.ownsTarget=function(yt){return!(!Dt.prototype.ownsTarget.call(this,yt)&&yt!==this.visual&&yt!==this.selectorLine&&yt!==this.visibleLine)},wt.prototype.createVisual=function(){this.visual=Ht.createGroup(),this.selectorLine=Ht.createLine(this.x1,this.y1,this.x2,this.y2,[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()]]),this.visibleLine=Ht.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)},wt.prototype.pointerDown=function(yt,kt){Dt.prototype.pointerDown.call(this,yt,kt),this.state==="new"&&(this.createVisual(),this.adjustVisual(),this._state="creating")},wt.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()),Ht.setAttributes(this.visibleLine,[["stroke",this.strokeColor]]),Ht.setAttributes(this.visibleLine,[["stroke-width",this.strokeWidth.toString()]]),Ht.setAttributes(this.visibleLine,[["stroke-dasharray",this.strokeDasharray.toString()]]))},wt.prototype.setStrokeColor=function(yt){this.strokeColor=yt,this.adjustVisual(),this.colorChanged(yt)},wt.prototype.setStrokeWidth=function(yt){this.strokeWidth=yt,this.adjustVisual()},wt.prototype.setStrokeDasharray=function(yt){this.strokeDasharray=yt,this.adjustVisual(),this.stateChanged()},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray},Dt.prototype.getState.call(this));return yt.typeName=wt.typeName,yt},wt.prototype.restoreState=function(yt){Dt.prototype.restoreState.call(this,yt);var kt=yt;this.strokeColor=kt.strokeColor,this.strokeWidth=kt.strokeWidth,this.strokeDasharray=kt.strokeDasharray,this.createVisual(),this.adjustVisual()},wt.typeName="LineMarker",wt.title="Line marker",wt.icon='<svg viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"/></svg>',wt}(Vt),ae=function(Dt){function wt(yt,kt,jt,Mt){var Gt=Dt.call(this,yt,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 Gt.fonts=[],Gt.fontBoxes=[],Gt.fonts=kt,Gt.currentFont=jt,Gt.setCurrentFont=Gt.setCurrentFont.bind(Gt),Gt}return re(wt,Dt),wt.prototype.getUi=function(){var yt=this,kt=document.createElement("div");return kt.style.overflow="hidden",kt.style.flexGrow="2",this.fonts.forEach(function(jt){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/yt.fonts.length-5+"%",Mt.style.borderColor=jt===yt.currentFont?yt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){yt.setCurrentFont(jt,Mt)}),kt.appendChild(Mt);var Gt=document.createElement("div");Gt.style.display="flex",Gt.style.minHeight="20px",Gt.style.flexGrow="2",Gt.style.fontFamily=jt,Gt.style.overflow="hidden";var Ce=document.createElement("div");Ce.style.whiteSpace="nowrap",Ce.style.overflow="hidden",Ce.style.textOverflow="ellipsis",Ce.innerHTML="The quick brown fox jumps over the lazy dog",Gt.appendChild(Ce),Mt.appendChild(Gt),yt.fontBoxes.push(Mt)}),kt},wt.prototype.setCurrentFont=function(yt,kt){var jt=this;this.currentFont=yt,this.fontBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===kt?jt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onFontChanged&&this.onFontChanged(this.currentFont)},wt}(et),Fe=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||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=jt.defaultColor,Mt.fontFamily=jt.defaultFontFamily,Mt.defaultSize={x:100,y:30},Mt.setColor=Mt.setColor.bind(Mt),Mt.setFont=Mt.setFont.bind(Mt),Mt.renderText=Mt.renderText.bind(Mt),Mt.sizeText=Mt.sizeText.bind(Mt),Mt.textEditDivClicked=Mt.textEditDivClicked.bind(Mt),Mt.showTextEditor=Mt.showTextEditor.bind(Mt),Mt.setSize=Mt.setSize.bind(Mt),Mt.positionTextEditor=Mt.positionTextEditor.bind(Mt),Mt.colorPanel=new nt("Color",jt.defaultColorSet,jt.defaultColor),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.fontFamilyPanel=new ae("Font",jt.defaultFontFamilies,jt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt}return re(wt,Dt),wt.prototype.ownsTarget=function(yt){if(Dt.prototype.ownsTarget.call(this,yt)||yt===this.visual||yt===this.textElement||yt===this.bgRectangle)return!0;var kt=!1;return this.textElement.childNodes.forEach(function(jt){jt===yt&&(kt=!0)}),kt},wt.prototype.createVisual=function(){this.visual=Ht.createGroup(),this.bgRectangle=Ht.createRect(1,1,[["fill","transparent"]]),this.visual.appendChild(this.bgRectangle),this.textElement=Ht.createText([["fill",this.color],["font-family",this.fontFamily],["font-size","16px"],["x","0"],["y","0"]]),this.textElement.transform.baseVal.appendItem(Ht.createTransform()),this.textElement.transform.baseVal.appendItem(Ht.createTransform()),this.visual.appendChild(this.textElement),this.addMarkerVisualToContainer(this.visual),this.renderText()},wt.prototype.pointerDown=function(yt,kt){Dt.prototype.pointerDown.call(this,yt,kt),this.isMoved=!1,this.pointerDownPoint=yt,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(yt),this._state="creating")},wt.prototype.renderText=function(){var yt=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(kt){yt.textElement.appendChild(Ht.createTSpan(kt.trim()===""?" ":kt.trim(),[["x","0"],["dy","1.2em"]]))}),setTimeout(this.sizeText,10)}},wt.prototype.getTextScale=function(){var yt=this.textElement.getBBox(),kt=1;if(yt.width>0&&yt.height>0){var jt=(1*this.width-this.width*this.padding*2/100)/yt.width,Mt=(1*this.height-this.height*this.padding*2/100)/yt.height;kt=Math.min(jt,Mt)}return kt},wt.prototype.getTextPosition=function(yt){var kt=this.textElement.getBBox(),jt=0,Mt=0;return kt.width>0&&kt.height>0&&(jt=(this.width-kt.width*yt)/2,Mt=this.height/2-kt.height*yt/2),{x:jt,y:Mt}},wt.prototype.sizeText=function(){var yt=this.textElement.getBBox(),kt=this.getTextScale(),jt=this.getTextPosition(kt);jt.y-=yt.y*kt,navigator.userAgent.indexOf("Edge/")>-1?this.textElement.style.transform="translate("+jt.x+"px, "+jt.y+"px) scale("+kt+", "+kt+")":(this.textElement.transform.baseVal.getItem(0).setTranslate(jt.x,jt.y),this.textElement.transform.baseVal.getItem(1).setScale(kt,kt))},wt.prototype.manipulate=function(yt){Dt.prototype.manipulate.call(this,yt),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(yt.x-this.pointerDownPoint.x)>5||Math.abs(yt.y-this.pointerDownPoint.y)>5)},wt.prototype.resize=function(yt){Dt.prototype.resize.call(this,yt),this.isMoved=!0,this.setSize(),this.sizeText()},wt.prototype.setSize=function(){Dt.prototype.setSize.call(this),this.visual&&this.bgRectangle&&(Ht.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),Ht.setAttributes(this.bgRectangle,[["width",this.width.toString()],["height",this.height.toString()]]))},wt.prototype.pointerUp=function(yt){var kt=this.state;kt==="creating"&&(this._suppressMarkerCreateEvent=!0),Dt.prototype.pointerUp.call(this,yt),this.setSize(),(kt==="creating"||!this.isMoved&&Date.now()-this.pointerDownTimestamp>500)&&this.showTextEditor(),this.pointerDownPoint=void 0},wt.prototype.showTextEditor=function(){var yt=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(kt){kt.stopPropagation()}),this.textEditor.addEventListener("input",function(){for(var kt=Number.parseFloat(yt.textEditor.style.fontSize);yt.textEditor.clientWidth>=Number.parseInt(yt.textEditor.style.maxWidth)&&kt>.9;)kt-=.1,yt.textEditor.style.fontSize=Math.max(kt,.9)+"em"}),this.textEditor.addEventListener("keyup",function(kt){kt.cancelBubble=!0}),this.textEditor.addEventListener("paste",function(kt){if(kt.clipboardData){var jt=kt.clipboardData.getData("text"),Mt=window.getSelection();if(!Mt.rangeCount)return!1;Mt.deleteFromDocument(),Mt.getRangeAt(0).insertNode(document.createTextNode(jt)),kt.preventDefault()}}),this.textEditDiv.addEventListener("pointerup",function(){yt.textEditDivClicked(yt.textEditor.innerText)}),this.textEditDiv.appendChild(this.textEditor),this.overlayContainer.appendChild(this.textEditDiv),this.hideVisual(),this.textEditor.focus(),document.execCommand("selectAll")},wt.prototype.positionTextEditor=function(){if(this.state==="edit")if(this.textEditor===void 0)this.showTextEditor();else{this.textElement.style.display="";var yt=this.getTextScale(),kt=this.rotatePoint({x:this.left+this.width/2,y:this.top+this.height/2}),jt=this.textElement.getBBox(),Mt={x:jt.width*yt,y:jt.height*yt};kt.x-=Mt.x/2,kt.y-=Mt.y/2,this.textEditor.style.top=kt.y+"px",this.textEditor.style.left=kt.x+"px",this.textEditor.style.maxWidth=this.overlayContainer.offsetWidth-kt.x+"px",this.textEditor.style.fontSize=Math.max(16*yt,12)+"px",this.textElement.style.display="none"}},wt.prototype.textEditDivClicked=function(yt){this.text=yt.trim(),this.overlayContainer.innerHTML="",this.renderText(),this.showVisual(),this._suppressMarkerCreateEvent&&(this._suppressMarkerCreateEvent=!1,this.onMarkerCreated&&this.onMarkerCreated(this)),this.stateChanged()},wt.prototype.select=function(){Dt.prototype.select.call(this),this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText)},wt.prototype.deselect=function(){this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText),Dt.prototype.deselect.call(this)},wt.prototype.dblClick=function(yt,kt){Dt.prototype.dblClick.call(this,yt,kt),this.showTextEditor()},wt.prototype.setColor=function(yt){this.textElement&&Ht.setAttributes(this.textElement,[["fill",yt]]),this.color=yt,this.textEditor&&(this.textEditor.style.color=this.color),this.colorChanged(yt)},wt.prototype.setFont=function(yt){this.textElement&&Ht.setAttributes(this.textElement,[["font-family",yt]]),this.fontFamily=yt,this.textEditor&&(this.textEditor.style.fontFamily=this.fontFamily),this.renderText(),this.stateChanged()},wt.prototype.hideVisual=function(){this.textElement.style.display="none",this.hideControlBox()},wt.prototype.showVisual=function(){this.state==="edit"&&(this._state="select"),this.textElement.style.display="",this.showControlBox()},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Object.assign({color:this.color,fontFamily:this.fontFamily,padding:this.padding,text:this.text},Dt.prototype.getState.call(this));return yt.typeName=wt.typeName,yt},wt.prototype.restoreState=function(yt){var kt=yt;this.color=kt.color,this.fontFamily=kt.fontFamily,this.padding=kt.padding,this.text=kt.text,this.createVisual(),Dt.prototype.restoreState.call(this,yt),this.setSize()},wt.prototype.scale=function(yt,kt){Dt.prototype.scale.call(this,yt,kt),this.setSize(),this.sizeText(),this.positionTextEditor()},wt.typeName="TextMarker",wt.title="Text marker",wt.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>',wt}(St),De=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||this;return Mt.color="transparent",Mt.lineWidth=3,Mt.drawing=!1,Mt.pixelRatio=1,Mt.color=jt.defaultColor,Mt.lineWidth=jt.defaultStrokeWidth,Mt.pixelRatio=jt.freehandPixelRatio,Mt.setColor=Mt.setColor.bind(Mt),Mt.addCanvas=Mt.addCanvas.bind(Mt),Mt.finishCreation=Mt.finishCreation.bind(Mt),Mt.setLineWidth=Mt.setLineWidth.bind(Mt),Mt.colorPanel=new nt("Color",jt.defaultColorSet,jt.defaultColor),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.lineWidthPanel=new Rt("Line width",jt.defaultStrokeWidths,jt.defaultStrokeWidth),Mt.lineWidthPanel.onWidthChanged=Mt.setLineWidth,Mt}return re(wt,Dt),wt.prototype.ownsTarget=function(yt){return!(!Dt.prototype.ownsTarget.call(this,yt)&&yt!==this.visual&&yt!==this.drawingImage)},wt.prototype.createVisual=function(){this.visual=Ht.createGroup(),this.drawingImage=Ht.createImage(),this.visual.appendChild(this.drawingImage);var yt=Ht.createTransform();this.visual.transform.baseVal.appendItem(yt),this.addMarkerVisualToContainer(this.visual)},wt.prototype.pointerDown=function(yt,kt){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(yt.x,yt.y),this.drawing=!0):Dt.prototype.pointerDown.call(this,yt,kt)},wt.prototype.manipulate=function(yt){this.state==="creating"?this.drawing&&(this.canvasContext.lineTo(yt.x,yt.y),this.canvasContext.stroke()):Dt.prototype.manipulate.call(this,yt)},wt.prototype.resize=function(yt){Dt.prototype.resize.call(this,yt),Ht.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),Ht.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]])},wt.prototype.pointerUp=function(yt){this._state==="creating"?this.drawing&&(this.canvasContext.closePath(),this.drawing=!1,this.globalSettings.newFreehandMarkerOnPointerUp&&this.finishCreation()):Dt.prototype.pointerUp.call(this,yt)},wt.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)},wt.prototype.select=function(){this.state==="creating"&&this.finishCreation(),Dt.prototype.select.call(this)},wt.prototype.deselect=function(){this.state==="creating"&&this.finishCreation(),Dt.prototype.deselect.call(this)},wt.prototype.finishCreation=function(){for(var yt=this.canvasContext.getImageData(0,0,this.canvasElement.width,this.canvasElement.height),kt=[this.canvasElement.width+1,this.canvasElement.height+1,-1,-1],jt=kt[0],Mt=kt[1],Gt=kt[2],Ce=kt[3],be=!1,on=0;on<this.canvasElement.height;on++)for(var Ae=0;Ae<this.canvasElement.width;Ae++)yt.data[on*this.canvasElement.width*4+4*Ae+3]>0&&(be=!0,on<Mt&&(Mt=on),Ae<jt&&(jt=Ae),on>Ce&&(Ce=on),Ae>Gt&&(Gt=Ae));if(be){this.left=jt/this.pixelRatio,this.top=Mt/this.pixelRatio,this.width=(Gt-jt)/this.pixelRatio,this.height=(Ce-Mt)/this.pixelRatio;var Le=document.createElement("canvas");Le.width=Gt-jt,Le.height=Ce-Mt,Le.getContext("2d").putImageData(this.canvasContext.getImageData(jt,Mt,Gt-jt,Ce-Mt),0,0),this.drawingImgUrl=Le.toDataURL("image/png"),this.setDrawingImage(),this._state="select",this.onMarkerCreated&&this.onMarkerCreated(this)}this.overlayContainer.innerHTML=""},wt.prototype.setDrawingImage=function(){Ht.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]]),Ht.setAttributes(this.drawingImage,[["href",this.drawingImgUrl]]),this.moveVisual({x:this.left,y:this.top})},wt.prototype.setColor=function(yt){this.color=yt,this.colorChanged(yt)},wt.prototype.setLineWidth=function(yt){this.lineWidth=yt},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return this.state==="new"||this.state==="creating"?[this.colorPanel,this.lineWidthPanel]:[]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Object.assign({drawingImgUrl:this.drawingImgUrl},Dt.prototype.getState.call(this));return yt.typeName=wt.typeName,yt},wt.prototype.restoreState=function(yt){this.createVisual(),Dt.prototype.restoreState.call(this,yt),this.drawingImgUrl=yt.drawingImgUrl,this.setDrawingImage()},wt.prototype.scale=function(yt,kt){Dt.prototype.scale.call(this,yt,kt),this.setDrawingImage()},wt.typeName="FreehandMarker",wt.title="Freehand marker",wt.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>',wt}(St),Ee=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,jt||'<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=kt,Mt.setCurrentType=Mt.setCurrentType.bind(Mt),Mt}return re(wt,Dt),wt.prototype.getUi=function(){var yt=this,kt=document.createElement("div");kt.style.display="flex",kt.style.overflow="hidden",kt.style.flexGrow="2";for(var jt=function(Ce){var be="both";switch(Ce){case 0:be="both";break;case 1:be="start";break;case 2:be="end";break;case 3:be="none"}var on=document.createElement("div");if(on.style.display="flex",on.style.flexGrow="2",on.style.alignItems="center",on.style.justifyContent="space-between",on.style.padding="5px",on.style.borderWidth="2px",on.style.borderStyle="solid",on.style.borderColor=be===Mt.currentType?Mt.uiStyleSettings.toolboxAccentColor:"transparent",on.addEventListener("click",function(){yt.setCurrentType(be,on)}),kt.appendChild(on),be==="both"||be==="start"){var Ae=document.createElement("div");Ae.style.display="flex",Ae.style.alignItems="center",Ae.style.minHeight="20px",Ae.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>`,Ae.style.marginLeft="5px",on.appendChild(Ae)}var Le=document.createElement("div");Le.style.display="flex",Le.style.alignItems="center",Le.style.minHeight="20px",Le.style.flexGrow="2";var _e=document.createElement("hr");if(_e.style.minWidth="20px",_e.style.border="0px",_e.style.borderTop="3px solid "+(Mt.uiStyleSettings!==void 0?Mt.uiStyleSettings.toolboxColor:"#eeeeee"),_e.style.flexGrow="2",Le.appendChild(_e),on.appendChild(Le),be==="both"||be==="end"){var un=document.createElement("div");un.style.display="flex",un.style.alignItems="center",un.style.minHeight="20px",un.innerHTML=`<svg viewBox="0 0 10 10" width="10" height="10" xmlns="http://www.w3.org/2000/svg">
|
|
<polygon points="0,0 10,5 0,10" fill="`+(Mt.uiStyleSettings!==void 0?Mt.uiStyleSettings.toolboxColor:"#eeeeee")+`" />
|
|
</svg>`,un.style.marginRight="5px",on.appendChild(un)}Mt.typeBoxes.push(on)},Mt=this,Gt=0;Gt<4;Gt++)jt(Gt);return kt},wt.prototype.setCurrentType=function(yt,kt){var jt=this;this.currentType=yt,this.typeBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===kt?jt.uiStyleSettings!==void 0?jt.uiStyleSettings.toolboxAccentColor:"#3080c3":"transparent"}),this.onArrowTypeChanged&&this.onArrowTypeChanged(this.currentType)},wt}(et),Sn=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||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 Ee("Arrow type","end"),Mt.arrowTypePanel.onArrowTypeChanged=Mt.setArrowType,Mt}return re(wt,Dt),wt.prototype.ownsTarget=function(yt){return!(!Dt.prototype.ownsTarget.call(this,yt)&&yt!==this.arrow1&&yt!==this.arrow2)},wt.prototype.getArrowPoints=function(yt,kt){var jt=this.arrowBaseWidth+2*this.strokeWidth,Mt=this.arrowBaseHeight+2*this.strokeWidth;return yt-jt/2+","+(kt+Mt/2)+" "+yt+","+(kt-Mt/2)+" "+(yt+jt/2)+","+(kt+Mt/2)},wt.prototype.createTips=function(){this.arrow1=Ht.createPolygon(this.getArrowPoints(this.x1,this.y1),[["fill",this.strokeColor]]),this.arrow1.transform.baseVal.appendItem(Ht.createTransform()),this.visual.appendChild(this.arrow1),this.arrow2=Ht.createPolygon(this.getArrowPoints(this.x2,this.y2),[["fill",this.strokeColor]]),this.arrow2.transform.baseVal.appendItem(Ht.createTransform()),this.visual.appendChild(this.arrow2)},wt.prototype.pointerDown=function(yt,kt){Dt.prototype.pointerDown.call(this,yt,kt),this.state==="creating"&&this.createTips()},wt.prototype.adjustVisual=function(){if(Dt.prototype.adjustVisual.call(this),this.arrow1&&this.arrow2){this.arrow1.style.display=this.arrowType==="both"||this.arrowType==="start"?"":"none",this.arrow2.style.display=this.arrowType==="both"||this.arrowType==="end"?"":"none",Ht.setAttributes(this.arrow1,[["points",this.getArrowPoints(this.x1,this.y1)],["fill",this.strokeColor]]),Ht.setAttributes(this.arrow2,[["points",this.getArrowPoints(this.x2,this.y2)],["fill",this.strokeColor]]);var yt=0;Math.abs(this.x1-this.x2)>.1&&(yt=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2));var kt=this.arrow1.transform.baseVal.getItem(0);kt.setRotate(yt,this.x1,this.y1),this.arrow1.transform.baseVal.replaceItem(kt,0);var jt=this.arrow2.transform.baseVal.getItem(0);jt.setRotate(yt+180,this.x2,this.y2),this.arrow2.transform.baseVal.replaceItem(jt,0)}},wt.prototype.setArrowType=function(yt){this.arrowType=yt,this.adjustVisual(),this.stateChanged()},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel,this.arrowTypePanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Object.assign({arrowType:this.arrowType},Dt.prototype.getState.call(this));return yt.typeName=wt.typeName,yt},wt.prototype.restoreState=function(yt){Dt.prototype.restoreState.call(this,yt);var kt=yt;this.arrowType=kt.arrowType,this.createTips(),this.adjustVisual()},wt.typeName="ArrowMarker",wt.title="Arrow marker",wt.icon='<svg viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 7 15.59V9H5v10h10v-2H8.41L19 6.41z"/></svg>',wt}(le),rn=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||this;return Mt.fillColor=jt.defaultFillColor,Mt.strokeWidth=0,Mt.fillPanel=new nt("Color",jt.defaultColorSet,jt.defaultFillColor),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt}return re(wt,Dt),Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.fillPanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Dt.prototype.getState.call(this);return yt.typeName=wt.typeName,yt},wt.typeName="CoverMarker",wt.title="Cover marker",wt.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4z"/></svg>',wt}(Pt),Ge=function(Dt){function wt(yt,kt,jt,Mt){var Gt=Dt.call(this,yt,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 Gt.opacities=[],Gt.opacityBoxes=[],Gt.opacities=kt,Gt.currentOpacity=jt,Gt.setCurrentOpacity=Gt.setCurrentOpacity.bind(Gt),Gt}return re(wt,Dt),wt.prototype.getUi=function(){var yt=this,kt=document.createElement("div");return kt.style.display="flex",kt.style.overflow="hidden",kt.style.flexGrow="2",kt.style.justifyContent="space-between",this.opacities.forEach(function(jt){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=jt===yt.currentOpacity?yt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){yt.setCurrentOpacity(jt,Mt)}),kt.appendChild(Mt);var Gt=document.createElement("div");Gt.innerText=100*jt+"%",Mt.appendChild(Gt),yt.opacityBoxes.push(Mt)}),kt},wt.prototype.setCurrentOpacity=function(yt,kt){var jt=this;this.currentOpacity=yt,this.opacityBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===kt?jt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onOpacityChanged&&this.onOpacityChanged(this.currentOpacity)},wt}(et),sn=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||this;return Mt.setOpacity=Mt.setOpacity.bind(Mt),Mt.fillColor=jt.defaultHighlightColor,Mt.strokeWidth=0,Mt.opacity=jt.defaultHighlightOpacity,Mt.fillPanel=new nt("Color",jt.defaultColorSet,Mt.fillColor),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt.opacityPanel=new Ge("Opacity",jt.defaultOpacitySteps,Mt.opacity),Mt.opacityPanel.onOpacityChanged=Mt.setOpacity,Mt}return re(wt,Dt),wt.prototype.setOpacity=function(yt){this.opacity=yt,this.visual&&Ht.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.fillPanel,this.opacityPanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Dt.prototype.getState.call(this);return yt.typeName=wt.typeName,yt},wt.typeName="HighlightMarker",wt.title="Highlight marker",wt.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>',wt}(rn),$t='<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>',It='<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>',Pe=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||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=jt.defaultStrokeColor,Mt.bgColor=jt.defaultFillColor,Mt.fontFamily=jt.defaultFontFamily,Mt.defaultSize={x:100,y:30},Mt.setBgColor=Mt.setBgColor.bind(Mt),Mt.getTipPoints=Mt.getTipPoints.bind(Mt),Mt.positionTip=Mt.positionTip.bind(Mt),Mt.setTipPoints=Mt.setTipPoints.bind(Mt),Mt.colorPanel=new nt("Text color",jt.defaultColorSet,Mt.color,$t),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.bgColorPanel=new nt("Fill color",jt.defaultColorSet,Mt.bgColor,It),Mt.bgColorPanel.onColorChanged=Mt.setBgColor,Mt.fontFamilyPanel=new ae("Font",jt.defaultFontFamilies,jt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt.tipGrip=new gt,Mt.tipGrip.visual.transform.baseVal.appendItem(Ht.createTransform()),Mt.controlBox.appendChild(Mt.tipGrip.visual),Mt}return re(wt,Dt),wt.prototype.ownsTarget=function(yt){return Dt.prototype.ownsTarget.call(this,yt)||this.tipGrip.ownsTarget(yt)||this.tip===yt},wt.prototype.createTip=function(){Ht.setAttributes(this.bgRectangle,[["fill",this.bgColor],["rx","10px"]]),this.tip=Ht.createPolygon(this.getTipPoints(),[["fill",this.bgColor]]),this.visual.appendChild(this.tip)},wt.prototype.pointerDown=function(yt,kt){this.state==="new"&&Dt.prototype.pointerDown.call(this,yt,kt),this.state==="creating"?this.createTip():this.tipGrip.ownsTarget(kt)?(this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.tipMoving=!0):Dt.prototype.pointerDown.call(this,yt,kt)},wt.prototype.pointerUp=function(yt){if(this.tipMoving)this.tipMoving=!1,this.isMoved=!0,Dt.prototype.pointerUp.call(this,yt);else{var kt=this.state==="creating";Dt.prototype.pointerUp.call(this,yt),this.setTipPoints(kt),this.positionTip()}},wt.prototype.manipulate=function(yt){if(this.tipMoving){var kt=this.unrotatePoint(yt);this.tipPosition={x:kt.x-this.manipulationStartLeft,y:kt.y-this.manipulationStartTop},this.positionTip()}else Dt.prototype.manipulate.call(this,yt)},wt.prototype.setBgColor=function(yt){this.bgRectangle&&this.tip&&(Ht.setAttributes(this.bgRectangle,[["fill",yt]]),Ht.setAttributes(this.tip,[["fill",yt]])),this.bgColor=yt,this.fillColorChanged(yt)},wt.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},wt.prototype.setTipPoints=function(yt){yt===void 0&&(yt=!1);var kt=Math.min(this.height/2,15),jt=this.height/5;yt&&(this.tipPosition={x:kt+jt/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))?(jt=this.width/5,kt=Math.min(this.width/2,15),this.tipBase1Position={x:kt,y:0},this.tipBase2Position={x:kt+jt,y:0}):(this.tipBase1Position={x:0,y:kt},this.tipBase2Position={x:0,y:kt+jt}):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))?(jt=this.width/5,kt=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-kt-jt,y:0},this.tipBase2Position={x:this.width-kt,y:0}):(this.tipBase1Position={x:this.width,y:kt},this.tipBase2Position={x:this.width,y:kt+jt}):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))?(jt=this.width/5,kt=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-kt-jt,y:this.height},this.tipBase2Position={x:this.width-kt,y:this.height}):(this.tipBase1Position={x:this.width,y:this.height-kt-jt},this.tipBase2Position={x:this.width,y:this.height-kt}):Mt<Math.atan((this.tipPosition.y-this.height/2)/(this.width/2-this.tipPosition.x))?(jt=this.width/5,kt=Math.min(this.width/2,15),this.tipBase1Position={x:kt,y:this.height},this.tipBase2Position={x:kt+jt,y:this.height}):(this.tipBase1Position={x:0,y:this.height-kt},this.tipBase2Position={x:0,y:this.height-kt-jt})},wt.prototype.resize=function(yt){Dt.prototype.resize.call(this,yt),this.positionTip()},wt.prototype.positionTip=function(){Ht.setAttributes(this.tip,[["points",this.getTipPoints()]]);var yt=this.tipGrip.visual.transform.baseVal.getItem(0);yt.setTranslate(this.tipPosition.x,this.tipPosition.y),this.tipGrip.visual.transform.baseVal.replaceItem(yt,0)},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.bgColorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),wt.prototype.select=function(){this.positionTip(),Dt.prototype.select.call(this)},wt.prototype.getState=function(){var yt=Object.assign({bgColor:this.bgColor,tipPosition:this.tipPosition},Dt.prototype.getState.call(this));return yt.typeName=wt.typeName,yt},wt.prototype.restoreState=function(yt){var kt=yt;this.bgColor=kt.bgColor,this.tipPosition=kt.tipPosition,Dt.prototype.restoreState.call(this,yt),this.createTip(),this.setTipPoints()},wt.prototype.scale=function(yt,kt){Dt.prototype.scale.call(this,yt,kt),this.tipPosition={x:this.tipPosition.x*yt,y:this.tipPosition.y*kt},this.positionTip()},wt.typeName="CalloutMarker",wt.title="Callout marker",wt.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>',wt}(Fe),an=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||this;return Mt.fillColor="transparent",Mt.strokeColor="transparent",Mt.strokeWidth=0,Mt.strokeDasharray="",Mt.opacity=1,Mt.strokeColor=jt.defaultColor,Mt.strokeWidth=jt.defaultStrokeWidth,Mt.strokeDasharray=jt.defaultStrokeDasharray,Mt.fillColor=jt.defaultFillColor,Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setFillColor=Mt.setFillColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.setOpacity=Mt.setOpacity.bind(Mt),Mt.createVisual=Mt.createVisual.bind(Mt),Mt.strokePanel=new nt("Line color",ne(jt.defaultColorSet,["transparent"]),jt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.fillPanel=new nt("Fill color",ne(jt.defaultColorSet,["transparent"]),Mt.fillColor,It),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt.strokeWidthPanel=new Rt("Line width",jt.defaultStrokeWidths,jt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Wt("Line style",jt.defaultStrokeDasharrays,jt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt.opacityPanel=new Ge("Opacity",jt.defaultOpacitySteps,Mt.opacity),Mt.opacityPanel.onOpacityChanged=Mt.setOpacity,Mt}return re(wt,Dt),wt.prototype.ownsTarget=function(yt){return!(!Dt.prototype.ownsTarget.call(this,yt)&&yt!==this.visual)},wt.prototype.createVisual=function(){this.visual=Ht.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)},wt.prototype.pointerDown=function(yt,kt){Dt.prototype.pointerDown.call(this,yt,kt),this.state==="new"&&(this.createVisual(),this.moveVisual(yt),this._state="creating")},wt.prototype.manipulate=function(yt){Dt.prototype.manipulate.call(this,yt)},wt.prototype.resize=function(yt){Dt.prototype.resize.call(this,yt),this.setSize()},wt.prototype.setSize=function(){Dt.prototype.setSize.call(this),Ht.setAttributes(this.visual,[["cx",(this.width/2).toString()],["cy",(this.height/2).toString()],["rx",(this.width/2).toString()],["ry",(this.height/2).toString()]])},wt.prototype.pointerUp=function(yt){Dt.prototype.pointerUp.call(this,yt),this.setSize()},wt.prototype.setStrokeColor=function(yt){this.strokeColor=yt,this.visual&&Ht.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(yt),this.stateChanged()},wt.prototype.setFillColor=function(yt){this.fillColor=yt,this.visual&&Ht.setAttributes(this.visual,[["fill",this.fillColor]]),this.fillColorChanged(yt),this.stateChanged()},wt.prototype.setStrokeWidth=function(yt){this.strokeWidth=yt,this.visual&&Ht.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},wt.prototype.setStrokeDasharray=function(yt){this.strokeDasharray=yt,this.visual&&Ht.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},wt.prototype.setOpacity=function(yt){this.opacity=yt,this.visual&&Ht.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.fillPanel,this.strokeWidthPanel,this.strokeStylePanel,this.opacityPanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},Dt.prototype.getState.call(this));return yt.typeName=wt.typeName,yt},wt.prototype.restoreState=function(yt){var kt=yt;this.fillColor=kt.fillColor,this.strokeColor=kt.strokeColor,this.strokeWidth=kt.strokeWidth,this.strokeDasharray=kt.strokeDasharray,this.opacity=kt.opacity,this.createVisual(),Dt.prototype.restoreState.call(this,yt),this.setSize()},wt.prototype.scale=function(yt,kt){Dt.prototype.scale.call(this,yt,kt),this.setSize()},wt.typeName="EllipseMarker",wt.title="Ellipse marker",wt.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>',wt}(St),Ve=function(Dt){function wt(yt,kt,jt){return Dt.call(this,yt,kt,jt)||this}return re(wt,Dt),Object.defineProperty(wt.prototype,"tipLength",{get:function(){return 10+3*this.strokeWidth},enumerable:!1,configurable:!0}),wt.prototype.ownsTarget=function(yt){return!(!Dt.prototype.ownsTarget.call(this,yt)&&yt!==this.tip1&&yt!==this.tip2)},wt.prototype.createTips=function(){this.tip1=Ht.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(Ht.createTransform()),this.visual.appendChild(this.tip1),this.tip2=Ht.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(Ht.createTransform()),this.visual.appendChild(this.tip2)},wt.prototype.pointerDown=function(yt,kt){Dt.prototype.pointerDown.call(this,yt,kt),this.state==="creating"&&this.createTips()},wt.prototype.adjustVisual=function(){if(Dt.prototype.adjustVisual.call(this),this.tip1&&this.tip2&&(Ht.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()]]),Ht.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 yt=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2),kt=this.tip1.transform.baseVal.getItem(0);kt.setRotate(yt,this.x1,this.y1),this.tip1.transform.baseVal.replaceItem(kt,0);var jt=this.tip2.transform.baseVal.getItem(0);jt.setRotate(yt+180,this.x2,this.y2),this.tip2.transform.baseVal.replaceItem(jt,0)}},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Dt.prototype.getState.call(this);return yt.typeName=wt.typeName,yt},wt.prototype.restoreState=function(yt){Dt.prototype.restoreState.call(this,yt),this.createTips(),this.adjustVisual()},wt.typeName="MeasurementMarker",wt.title="Measurement marker",wt.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>',wt}(le),Se=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||this;return Mt.strokePanel.colors=jt.defaultColorSet,Mt.fillColor="transparent",Mt}return re(wt,Dt),Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Dt.prototype.getState.call(this);return yt.typeName=wt.typeName,yt},wt.typeName="EllipseFrameMarker",wt.title="Ellipse frame marker",wt.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>',wt}(an),$e=function(){function Dt(){this.undoStack=[],this.redoStack=[]}return Object.defineProperty(Dt.prototype,"isUndoPossible",{get:function(){return this.undoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"isRedoPossible",{get:function(){return this.redoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"undoStepCount",{get:function(){return this.undoStack.length},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"redoStepCount",{get:function(){return this.redoStack.length},enumerable:!1,configurable:!0}),Dt.prototype.addUndoStep=function(wt){this.undoStack.length!==0&&JSON.stringify(this.undoStack[this.undoStack.length-1])===JSON.stringify(wt)||(this.undoStack.push(wt),JSON.stringify(this.lastRedoStep)!==JSON.stringify(wt)&&this.redoStack.splice(0,this.redoStack.length))},Dt.prototype.replaceLastUndoStep=function(wt){this.undoStack.length>0&&(this.undoStack[this.undoStack.length-1]=wt)},Dt.prototype.getLastUndoStep=function(){return this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0},Dt.prototype.undo=function(){if(this.undoStack.length>1){var wt=this.undoStack.pop();return wt!==void 0&&this.redoStack.push(wt),this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0}},Dt.prototype.redo=function(){return this.lastRedoStep=this.redoStack.pop(),this.lastRedoStep},Dt}(),He=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||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=jt.defaultColor,Mt.strokeWidth=jt.defaultStrokeWidth,Mt.strokeDasharray=jt.defaultStrokeDasharray,Mt.strokePanel=new nt("Line color",jt.defaultColorSet,jt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new Rt("Line width",jt.defaultStrokeWidths,jt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Wt("Line style",jt.defaultStrokeDasharrays,jt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return re(wt,Dt),wt.prototype.ownsTarget=function(yt){return!(!Dt.prototype.ownsTarget.call(this,yt)&&yt!==this.visual&&yt!==this.selectorCurve&&yt!==this.visibleCurve&&!this.curveGrip.ownsTarget(yt))},wt.prototype.getPathD=function(){return"M "+this.x1+" "+this.y1+" Q "+this.curveX+" "+this.curveY+", "+this.x2+" "+this.y2},wt.prototype.createVisual=function(){this.visual=Ht.createGroup(),this.selectorCurve=Ht.createPath(this.getPathD(),[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()],["fill","transparent"]]),this.visibleCurve=Ht.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)},wt.prototype.pointerDown=function(yt,kt){Dt.prototype.pointerDown.call(this,yt,kt),this.manipulationStartCurveX=this.curveX,this.manipulationStartCurveY=this.curveY,this.state==="new"&&(this.curveX=yt.x,this.curveY=yt.y),this.state==="new"?(this.createVisual(),this.adjustVisual(),this._state="creating"):this.curveGrip.ownsTarget(kt)&&(this.activeGrip=this.curveGrip,this._state="resize")},wt.prototype.adjustVisual=function(){this.selectorCurve&&this.visibleCurve&&(this.selectorCurve.setAttribute("d",this.getPathD()),this.visibleCurve.setAttribute("d",this.getPathD()),Ht.setAttributes(this.visibleCurve,[["stroke",this.strokeColor]]),Ht.setAttributes(this.visibleCurve,[["stroke-width",this.strokeWidth.toString()]]),Ht.setAttributes(this.visibleCurve,[["stroke-dasharray",this.strokeDasharray.toString()]]))},wt.prototype.setupControlBox=function(){Dt.prototype.setupControlBox.call(this),this.curveControlLine1=Ht.createLine(this.x1,this.y1,this.curveX,this.curveY,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.curveControlLine2=Ht.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)},wt.prototype.addControlGrips=function(){this.curveGrip=this.createGrip(),this.curveX=0,this.curveY=0,Dt.prototype.addControlGrips.call(this)},wt.prototype.positionGrips=function(){Dt.prototype.positionGrips.call(this);var yt=this.curveGrip.GRIP_SIZE;this.positionGrip(this.curveGrip.visual,this.curveX-yt/2,this.curveY-yt/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()))},wt.prototype.manipulate=function(yt){this.state==="move"&&(this.curveX=this.manipulationStartCurveX+yt.x-this.manipulationStartX,this.curveY=this.manipulationStartCurveY+yt.y-this.manipulationStartY),Dt.prototype.manipulate.call(this,yt)},wt.prototype.resize=function(yt){this.activeGrip===this.curveGrip&&(this.curveX=yt.x,this.curveY=yt.y),Dt.prototype.resize.call(this,yt),this.state==="creating"&&(this.curveX=this.x1+(this.x2-this.x1)/2,this.curveY=this.y1+(this.y2-this.y1)/2)},wt.prototype.setStrokeColor=function(yt){this.strokeColor=yt,this.adjustVisual(),this.colorChanged(yt)},wt.prototype.setStrokeWidth=function(yt){this.strokeWidth=yt,this.adjustVisual()},wt.prototype.setStrokeDasharray=function(yt){this.strokeDasharray=yt,this.adjustVisual()},wt.prototype.scale=function(yt,kt){this.curveX=this.curveX*yt,this.curveY=this.curveY*kt,Dt.prototype.scale.call(this,yt,kt)},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,curveX:this.curveX,curveY:this.curveY},Dt.prototype.getState.call(this));return yt.typeName=wt.typeName,yt},wt.prototype.restoreState=function(yt){Dt.prototype.restoreState.call(this,yt);var kt=yt;this.strokeColor=kt.strokeColor,this.strokeWidth=kt.strokeWidth,this.strokeDasharray=kt.strokeDasharray,this.curveX=kt.curveX,this.curveY=kt.curveY,this.createVisual(),this.adjustVisual()},wt.typeName="CurveMarker",wt.title="Curve marker",wt.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>',wt}(Vt),xn=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,kt,jt)||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=jt.defaultColor,Mt.strokeWidth=jt.defaultStrokeWidth,Mt.strokeDasharray=jt.defaultStrokeDasharray,Mt.fillColor=jt.defaultFillColor,Mt.textColor=jt.defaultStrokeColor,Mt.fontFamily=jt.defaultFontFamily,Mt.fontSize=jt.defaultCaptionFontSize,Mt.captionText=jt.defaultCaptionText,Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setFillColor=Mt.setFillColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.createVisual=Mt.createVisual.bind(Mt),Mt.sizeCaption=Mt.sizeCaption.bind(Mt),Mt.setCaptionText=Mt.setCaptionText.bind(Mt),Mt.showTextEditor=Mt.showTextEditor.bind(Mt),Mt.positionTextEditor=Mt.positionTextEditor.bind(Mt),Mt.finishTextEditing=Mt.finishTextEditing.bind(Mt),Mt.setFont=Mt.setFont.bind(Mt),Mt.setTextColor=Mt.setTextColor.bind(Mt),Mt.strokePanel=new nt("Line color",ne(jt.defaultColorSet,["transparent"]),Mt.strokeColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.fillPanel=new nt("Fill color",ne(jt.defaultColorSet,["transparent"]),Mt.fillColor,It),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt.strokeWidthPanel=new Rt("Line width",jt.defaultStrokeWidths,jt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Wt("Line style",jt.defaultStrokeDasharrays,jt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt.fontFamilyPanel=new ae("Font",jt.defaultFontFamilies,jt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt.textColorPanel=new nt("Text color",jt.defaultColorSet,Mt.textColor,$t),Mt.textColorPanel.onColorChanged=Mt.setTextColor,Mt}return re(wt,Dt),wt.prototype.ownsTarget=function(yt){return!(!Dt.prototype.ownsTarget.call(this,yt)&&yt!==this.visual&&yt!==this.frame&&yt!==this.captionBg&&yt!==this.captionElement)},wt.prototype.createVisual=function(){this.visual=Ht.createGroup(),this.addMarkerVisualToContainer(this.visual),this.captionBg=Ht.createRect(1,1,[["fill",this.fillColor]]),this.visual.appendChild(this.captionBg),this.captionElement=Ht.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=Ht.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()},wt.prototype.setCaptionText=function(yt){this.captionText=yt,this.captionElement.textContent=this.captionText,this.sizeCaption()},wt.prototype.pointerDown=function(yt,kt){Dt.prototype.pointerDown.call(this,yt,kt),this.isMoved=!1,this.pointerDownPoint=yt,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(yt),this._state="creating")},wt.prototype.manipulate=function(yt){Dt.prototype.manipulate.call(this,yt),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(yt.x-this.pointerDownPoint.x)>5||Math.abs(yt.y-this.pointerDownPoint.y)>5)},wt.prototype.resize=function(yt){Dt.prototype.resize.call(this,yt),this.setSize()},wt.prototype.sizeCaption=function(){var yt=this.captionElement.getBBox();this.captionText.trim()!==""?(this.captionBoxWidth=yt.width+2*this.PADDING,this.captionBoxHeight=yt.height+2*this.PADDING):(this.captionBoxWidth=0,this.captionBoxHeight=0),Ht.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')"]]),Ht.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')"]])},wt.prototype.showTextEditor=function(){var yt=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(kt){kt.stopPropagation()}),this.textEditBox.addEventListener("keypress",function(kt){kt.key==="Enter"&&yt.finishTextEditing(yt.textEditBox.value)}),this.textEditBox.addEventListener("keyup",function(kt){kt.cancelBubble=!0}),this.textEditBox.addEventListener("blur",function(){yt.finishTextEditing(yt.textEditBox.value)}),this.textEditDiv.addEventListener("pointerup",function(){yt.finishTextEditing(yt.textEditBox.value)}),this.positionTextEditor(),this.textEditBox.focus()},wt.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"))},wt.prototype.finishTextEditing=function(yt){this.setCaptionText(yt.trim()),this.overlayContainer.innerHTML="",this.stateChanged()},wt.prototype.setFont=function(yt){this.captionElement&&Ht.setAttributes(this.captionElement,[["font-family",yt]]),this.fontFamily=yt,this.textEditBox&&(this.textEditBox.style.fontFamily=this.fontFamily),this.sizeCaption(),this.stateChanged()},wt.prototype.setTextColor=function(yt){this.captionElement&&Ht.setAttributes(this.captionElement,[["fill",yt]]),this.textColor=yt,this.textEditBox&&(this.textEditBox.style.color=this.textColor),this.stateChanged()},wt.prototype.setSize=function(){Dt.prototype.setSize.call(this),Ht.setAttributes(this.frame,[["width",this.width.toString()],["height",this.height.toString()]]),this.sizeCaption()},wt.prototype.pointerUp=function(yt){Dt.prototype.pointerUp.call(this,yt),this.setSize(),!this.isMoved&&Date.now()-this.pointerDownTimestamp>500&&this.showTextEditor(),this.pointerDownPoint=void 0},wt.prototype.dblClick=function(yt,kt){Dt.prototype.dblClick.call(this,yt,kt),this.showTextEditor()},wt.prototype.setStrokeColor=function(yt){this.strokeColor=yt,this.frame&&Ht.setAttributes(this.frame,[["stroke",this.strokeColor]]),this.colorChanged(yt),this.stateChanged()},wt.prototype.setFillColor=function(yt){this.fillColor=yt,this.captionBg&&Ht.setAttributes(this.captionBg,[["fill",this.fillColor]]),this.fillColorChanged(yt),this.stateChanged()},wt.prototype.setStrokeWidth=function(yt){this.strokeWidth=yt,this.frame&&Ht.setAttributes(this.frame,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},wt.prototype.setStrokeDasharray=function(yt){this.strokeDasharray=yt,this.frame&&Ht.setAttributes(this.frame,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.fillPanel,this.strokeWidthPanel,this.strokeStylePanel,this.fontFamilyPanel,this.textColorPanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var yt=Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:1,textColor:this.textColor,fontFamily:this.fontFamily,fontSize:this.fontSize,captionText:this.captionText},Dt.prototype.getState.call(this));return yt.typeName=this.typeName,yt},wt.prototype.restoreState=function(yt){var kt=yt;this.fillColor=kt.fillColor,this.strokeColor=kt.strokeColor,this.strokeWidth=kt.strokeWidth,this.strokeDasharray=kt.strokeDasharray,this.textColor=kt.textColor,this.fontFamily=kt.fontFamily,this.captionText=kt.captionText,this.fontSize=kt.fontSize,this.createVisual(),Dt.prototype.restoreState.call(this,yt),this.setSize()},wt.prototype.scale=function(yt,kt){Dt.prototype.scale.call(this,yt,kt),this.setSize()},wt.typeName="CaptionFrameMarker",wt.title="Caption frame marker",wt.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>',wt}(St),we=function(){function Dt(wt,yt){yt===void 0&&(yt=!1),this.cancelable=!1,this._defaultPrevented=!1,this.markerArea=wt,this.cancelable=yt}return Object.defineProperty(Dt.prototype,"defaultPrevented",{get:function(){return this._defaultPrevented},enumerable:!1,configurable:!0}),Dt.prototype.preventDefault=function(){this._defaultPrevented=!0},Dt}(),de=function(Dt){function wt(yt,kt,jt){var Mt=Dt.call(this,yt,!1)||this;return Mt.dataUrl=kt,Mt.state=jt,Mt}return re(wt,Dt),wt}(we),ke=function(Dt){function wt(yt,kt,jt){jt===void 0&&(jt=!1);var Mt=Dt.call(this,yt,jt)||this;return Mt.marker=kt,Mt}return re(wt,Dt),wt}(we),ze=function(){function Dt(){this.render=[],this.beforeclose=[],this.close=[],this.show=[],this.restorestate=[],this.statechange=[],this.markerselect=[],this.markerdeselect=[],this.markercreating=[],this.markercreate=[],this.markerbeforedelete=[],this.markerdelete=[],this.markerchange=[],this.focus=[],this.blur=[]}return Dt.prototype.addEventListener=function(wt,yt){this[wt].push(yt)},Dt.prototype.removeEventListener=function(wt,yt){var kt=this[wt].indexOf(yt);kt>-1&&this[wt].splice(kt,1)},Dt}(),fn=function(){function Dt(wt){this.touchPoints=0,this._availableMarkerTypes=this.DEFAULT_MARKER_TYPES,this.mode="select",this.markers=[],this.isDragging=!1,this.renderEventListeners=[],this.closeEventListeners=[],this.settings=new Jt,this._isOpen=!1,this.undoRedoManager=new $e,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 ze,this._silentRenderMode=!1,this._isFocused=!1,this._instanceNo=Dt.instanceCounter++,this.styles=new Nt(this.instanceNo),this.uiStyleSettings=this.styles.settings,this.target=wt,this.targetRoot=document.body,this.width=wt.clientWidth,this.height=wt.clientHeight,this.styles.removeStyleSheet(),this.open=this.open.bind(this),this.setTopLeft=this.setTopLeft.bind(this),this.toolbarButtonClicked=this.toolbarButtonClicked.bind(this),this.createNewMarker=this.createNewMarker.bind(this),this.addNewMarker=this.addNewMarker.bind(this),this.markerCreated=this.markerCreated.bind(this),this.setCurrentMarker=this.setCurrentMarker.bind(this),this.onPointerDown=this.onPointerDown.bind(this),this.onDblClick=this.onDblClick.bind(this),this.onPointerMove=this.onPointerMove.bind(this),this.onPointerUp=this.onPointerUp.bind(this),this.onPointerOut=this.onPointerOut.bind(this),this.onKeyUp=this.onKeyUp.bind(this),this.overrideOverflow=this.overrideOverflow.bind(this),this.restoreOverflow=this.restoreOverflow.bind(this),this.close=this.close.bind(this),this.closeUI=this.closeUI.bind(this),this.addCloseEventListener=this.addCloseEventListener.bind(this),this.removeCloseEventListener=this.removeCloseEventListener.bind(this),this.addRenderEventListener=this.addRenderEventListener.bind(this),this.removeRenderEventListener=this.removeRenderEventListener.bind(this),this.clientToLocalCoordinates=this.clientToLocalCoordinates.bind(this),this.onWindowResize=this.onWindowResize.bind(this),this.deleteSelectedMarker=this.deleteSelectedMarker.bind(this),this.setWindowHeight=this.setWindowHeight.bind(this),this.removeMarker=this.removeMarker.bind(this),this.colorChanged=this.colorChanged.bind(this),this.fillColorChanged=this.fillColorChanged.bind(this),this.onPopupTargetResize=this.onPopupTargetResize.bind(this),this.showNotesEditor=this.showNotesEditor.bind(this),this.hideNotesEditor=this.hideNotesEditor.bind(this),this.stepZoom=this.stepZoom.bind(this),this.focus=this.focus.bind(this),this.blur=this.blur.bind(this),this.markerStateChanged=this.markerStateChanged.bind(this),this.switchToSelectMode=this.switchToSelectMode.bind(this),this.addDefs=this.addDefs.bind(this),this.addDefsToImage=this.addDefsToImage.bind(this)}return Object.defineProperty(Dt.prototype,"ALL_MARKER_TYPES",{get:function(){return[te,De,Sn,Fe,Se,an,sn,Pe,Ve,rn,le,He,xn]},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"DEFAULT_MARKER_TYPES",{get:function(){return[te,De,Sn,Fe,an,sn,Pe]},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"BASIC_MARKER_TYPES",{get:function(){return[te,De,Sn,Fe,sn]},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"availableMarkerTypes",{get:function(){return this._availableMarkerTypes},set:function(wt){var yt=this;this._availableMarkerTypes.splice(0),wt.forEach(function(kt){if(typeof kt=="string"){var jt=yt.ALL_MARKER_TYPES.find(function(Mt){return Mt.typeName===kt});jt!==void 0&&yt._availableMarkerTypes.push(jt)}else yt._availableMarkerTypes.push(kt)})},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"currentMarker",{get:function(){return this._currentMarker},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"isOpen",{get:function(){return this._isOpen},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"isUndoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isUndoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"isRedoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isRedoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"zoomLevel",{get:function(){return this._zoomLevel},set:function(wt){this._zoomLevel=wt,this.editorCanvas&&this.contentDiv&&(this.editorCanvas.style.transform="scale("+this._zoomLevel+")",this.contentDiv.scrollTo({left:(this.editorCanvas.clientWidth*this._zoomLevel-this.contentDiv.clientWidth)/2,top:(this.editorCanvas.clientHeight*this._zoomLevel-this.contentDiv.clientHeight)/2}))},enumerable:!1,configurable:!0}),Object.defineProperty(Dt.prototype,"instanceNo",{get:function(){return this._instanceNo},enumerable:!1,configurable:!0}),Dt.prototype.open=function(){this.setupResizeObserver(),this.setEditingTarget(),this.setTopLeft(),this.initMarkerCanvas(),this.initOverlay(),this.attachEvents(),this.settings.displayMode==="popup"&&this.onPopupTargetResize(),oe.isLicensed||this.addLogo(),this._isOpen=!0,this._isFocused=!0},Dt.prototype.show=function(){var wt=this;this.styles.styleSheetRoot===void 0&&ge.styleSheetRoot!==void 0&&(this.styles.styleSheetRoot=ge.styleSheetRoot),this.setWindowHeight(),this.showUI(),this.open(),this.eventListeners.show.forEach(function(yt){return yt(new we(wt))})},Dt.prototype.render=function(){return fe(this,void 0,void 0,function(){var wt;return pe(this,function(yt){switch(yt.label){case 0:return this.setCurrentMarker(),(wt=new Oe).naturalSize=this.renderAtNaturalSize,wt.imageType=this.renderImageType,wt.imageQuality=this.renderImageQuality,wt.markersOnly=this.renderMarkersOnly,wt.width=this.renderWidth,wt.height=this.renderHeight,[4,wt.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 1:return yt.sent(),[4,wt.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 2:return[2,yt.sent()]}})})},Dt.prototype.close=function(wt){var yt=this;if(wt===void 0&&(wt=!1),this.isOpen){var kt=!1;wt||this.eventListeners.beforeclose.forEach(function(jt){var Mt=new we(yt,!0);jt(Mt),Mt.defaultPrevented&&(kt=!0)}),kt||(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(jt){return jt(new we(yt))}),this.detachEvents(),this._isOpen=!1)}},Dt.prototype.addMarkersToToolbar=function(){for(var wt,yt=[],kt=0;kt<arguments.length;kt++)yt[kt]=arguments[kt];(wt=this._availableMarkerTypes).push.apply(wt,yt)},Dt.prototype.addRenderEventListener=function(wt){this.addEventListener("render",function(yt){wt(yt.dataUrl,yt.state)})},Dt.prototype.removeRenderEventListener=function(wt){},Dt.prototype.addCloseEventListener=function(wt){this.addEventListener("close",function(){wt()})},Dt.prototype.removeCloseEventListener=function(wt){},Dt.prototype.setupResizeObserver=function(){var wt=this;this.settings.displayMode==="inline"?window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){wt.resize(wt.target.clientWidth,wt.target.clientHeight)}),this.targetObserver.observe(this.target)):this.settings.displayMode==="popup"&&(window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){return wt.onPopupTargetResize()}),this.targetObserver.observe(this.editorCanvas)),window.addEventListener("resize",this.setWindowHeight))},Dt.prototype.onPopupTargetResize=function(){var wt=1*this.target.clientWidth/this.target.clientHeight,yt=this.editorCanvas.clientWidth/wt>this.editorCanvas.clientHeight?this.editorCanvas.clientHeight*wt:this.editorCanvas.clientWidth,kt=yt<this.editorCanvas.clientWidth?this.editorCanvas.clientHeight:this.editorCanvas.clientWidth/wt;this.resize(yt,kt)},Dt.prototype.setWindowHeight=function(){this.windowHeight=window.innerHeight},Dt.prototype.resize=function(wt,yt){this._isResizing=!0;var kt=wt/this.imageWidth,jt=yt/this.imageHeight;this.imageWidth=Math.round(wt),this.imageHeight=Math.round(yt),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(kt,jt),this._isResizing=!1},Dt.prototype.scaleMarkers=function(wt,yt){var kt,jt=this;this._currentMarker&&this._currentMarker instanceof Fe?this._currentMarker.scale(wt,yt):(kt=this._currentMarker,this.setCurrentMarker()),this.markers.forEach(function(Mt){Mt!==jt._currentMarker&&Mt.scale(wt,yt)}),kt!==void 0&&this.setCurrentMarker(kt)},Dt.prototype.setEditingTarget=function(){this.imageWidth=Math.round(this.target.clientWidth),this.imageHeight=Math.round(this.target.clientHeight),this.target instanceof HTMLImageElement&&this.editingTarget instanceof HTMLImageElement&&(this.editingTarget.src=this.target.src),this.editingTarget.width=this.imageWidth,this.editingTarget.height=this.imageHeight,this.editingTarget.style.width=this.imageWidth+"px",this.editingTarget.style.height=this.imageHeight+"px"},Dt.prototype.setTopLeft=function(){var wt=this.editingTarget.getBoundingClientRect(),yt=this.editorCanvas.getBoundingClientRect();this.left=wt.left-yt.left,this.top=wt.top-yt.top},Dt.prototype.initMarkerCanvas=function(){this.markerImageHolder=document.createElement("div"),this.markerImageHolder.style.setProperty("touch-action","pinch-zoom"),this.markerImage=document.createElementNS("http://www.w3.org/2000/svg","svg"),this.markerImage.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.markerImage.setAttribute("width",this.imageWidth.toString()),this.markerImage.setAttribute("height",this.imageHeight.toString()),this.markerImage.setAttribute("viewBox","0 0 "+this.imageWidth.toString()+" "+this.imageHeight.toString()),this.markerImage.style.pointerEvents="auto",this.markerImageHolder.style.position="absolute",this.markerImageHolder.style.width=this.imageWidth+"px",this.markerImageHolder.style.height=this.imageHeight+"px",this.markerImageHolder.style.transformOrigin="top left",this.positionMarkerImage(),this.markerImageHolder.appendChild(this.markerImage),this.editorCanvas.appendChild(this.markerImageHolder)},Dt.prototype.addDefs=function(){for(var wt,yt=[],kt=0;kt<arguments.length;kt++)yt[kt]=arguments[kt];this.defs=Ht.createDefs(),this.addDefsToImage(),(wt=this.defs).append.apply(wt,yt)},Dt.prototype.addDefsToImage=function(){this.defs&&this.markerImage.insertBefore(this.defs,this.markerImage.firstChild)},Dt.prototype.initOverlay=function(){this.overlayContainer=document.createElement("div"),this.overlayContainer.style.position="absolute",this.overlayContainer.style.left="0px",this.overlayContainer.style.top="0px",this.overlayContainer.style.width=this.imageWidth+"px",this.overlayContainer.style.height=this.imageHeight+"px",this.overlayContainer.style.display="flex",this.markerImageHolder.appendChild(this.overlayContainer)},Dt.prototype.positionMarkerImage=function(){this.markerImageHolder.style.top=this.top/this.zoomLevel+"px",this.markerImageHolder.style.left=this.left/this.zoomLevel+"px"},Dt.prototype.attachEvents=function(){this.markerImage.addEventListener("pointerdown",this.onPointerDown),this.markerImage.addEventListener("dblclick",this.onDblClick),this.attachWindowEvents()},Dt.prototype.attachWindowEvents=function(){window.addEventListener("pointermove",this.onPointerMove),window.addEventListener("pointerup",this.onPointerUp),window.addEventListener("pointercancel",this.onPointerOut),window.addEventListener("pointerout",this.onPointerOut),window.addEventListener("pointerleave",this.onPointerUp),window.addEventListener("resize",this.onWindowResize),window.addEventListener("keyup",this.onKeyUp)},Dt.prototype.detachEvents=function(){this.markerImage.removeEventListener("pointerdown",this.onPointerDown),this.markerImage.removeEventListener("dblclick",this.onDblClick),this.detachWindowEvents()},Dt.prototype.detachWindowEvents=function(){window.removeEventListener("pointermove",this.onPointerMove),window.removeEventListener("pointerup",this.onPointerUp),window.removeEventListener("pointercancel",this.onPointerOut),window.removeEventListener("pointerout",this.onPointerOut),window.removeEventListener("pointerleave",this.onPointerUp),window.removeEventListener("resize",this.onWindowResize),window.removeEventListener("keyup",this.onKeyUp)},Dt.prototype.addLogo=function(){this.logoUI=document.createElement("div"),this.logoUI.style.display="inline-block",this.logoUI.style.margin="0px",this.logoUI.style.padding="0px",this.logoUI.style.fill="#333333";var wt=document.createElement("a");wt.href="https://markerjs.com/",wt.target="_blank",wt.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>',wt.title="Powered by marker.js",wt.style.display="grid",wt.style.alignItems="center",wt.style.justifyItems="center",wt.style.padding="3px",wt.style.width="20px",wt.style.height="20px",this.logoUI.appendChild(wt),this.editorCanvas.appendChild(this.logoUI),this.logoUI.style.position="absolute",this.logoUI.style.pointerEvents="all",this.positionLogo()},Dt.prototype.positionLogo=function(){this.logoUI&&(this.uiStyleSettings.logoPosition!=="right"?this.logoUI.style.left=this.markerImageHolder.offsetLeft+10+"px":this.logoUI.style.left=this.markerImageHolder.offsetLeft+this.markerImageHolder.offsetWidth-this.logoUI.clientWidth-10+"px",this.logoUI.style.top=this.markerImageHolder.offsetTop+this.markerImageHolder.offsetHeight-this.logoUI.clientHeight-10+"px")},Dt.prototype.overrideOverflow=function(){this.scrollXState=window.scrollX,this.scrollYState=window.scrollY,this.bodyOverflowState=document.body.style.overflow,window.scroll({top:0,left:0}),document.body.style.overflow="hidden"},Dt.prototype.restoreOverflow=function(){document.body.style.overflow=this.bodyOverflowState,window.scroll({top:this.scrollYState,left:this.scrollXState})},Dt.prototype.showUI=function(){switch(this.settings.displayMode==="popup"&&this.overrideOverflow(),this.coverDiv=document.createElement("div"),this.coverDiv.style.visibility=this._silentRenderMode?"hidden":"visible",this.coverDiv.className=this.styles.classNamePrefixBase+" "+this.styles.classNamePrefix,this.coverDiv.style.fontSize="16px",this.coverDiv.style.userSelect="none",this.settings.displayMode){case"inline":this.coverDiv.style.position="absolute";var wt=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=wt+"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 nn(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 Bt(this.uiDiv,this.settings.displayMode,this.uiStyleSettings,this.styles),this.toolbox.show(this._silentRenderMode||this.uiStyleSettings.hideToolbox?"hidden":"visible")},Dt.prototype.closeUI=function(){this.settings.displayMode==="popup"&&this.restoreOverflow(),this.targetRoot.removeChild(this.coverDiv)},Dt.prototype.removeMarker=function(wt){this.markerImage.removeChild(wt.container),this.markers.indexOf(wt)>-1&&this.markers.splice(this.markers.indexOf(wt),1),wt.dispose()},Dt.prototype.switchToSelectMode=function(){this.mode="select",this.hideNotesEditor(),this._currentMarker!==void 0&&(this._currentMarker.state!=="new"?this._currentMarker.select():(this.removeMarker(this._currentMarker),this.setCurrentMarker(),this.markerImage.style.cursor="default"),this.addUndoStep())},Dt.prototype.toolbarButtonClicked=function(wt,yt){if(wt==="marker"&&yt!==void 0)this.createNewMarker(yt);else if(wt==="action")switch(yt){case"select":this.switchToSelectMode(),this.switchToSelectMode();break;case"delete":this.deleteSelectedMarker();break;case"clear":this.clear();break;case"undo":this.undo();break;case"redo":this.redo();break;case"zoom":this.stepZoom();break;case"zoom-out":this.zoomLevel=1;break;case"notes":this.notesArea===void 0?(this.switchToSelectMode(),this.zoomLevel=1,this.showNotesEditor()):this.switchToSelectMode();break;case"close":this.close();break;case"render":this.switchToSelectMode(),this.startRenderAndClose()}},Dt.prototype.deleteSelectedMarker=function(){var wt=this;if(this._currentMarker!==void 0){var yt=!1;if(this.eventListeners.markerbeforedelete.forEach(function(jt){var Mt=new ke(wt,wt._currentMarker,!0);jt(Mt),Mt.defaultPrevented&&(yt=!0)}),!yt){var kt=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(jt){return jt(new ke(wt,kt))})}}},Dt.prototype.clear=function(){var wt=this,yt=!1;if(this.markers.length>0&&(this.eventListeners.markerbeforedelete.forEach(function(Gt){var Ce=new ke(wt,void 0,!0);Gt(Ce),Ce.defaultPrevented&&(yt=!0)}),!yt)){this.setCurrentMarker();for(var kt=function(Gt){var Ce=jt.markers[Gt];jt.setCurrentMarker(jt.markers[Gt]),jt._currentMarker.dispose(),jt.markerImage.removeChild(jt._currentMarker.container),jt.markers.splice(jt.markers.indexOf(jt._currentMarker),1),jt.eventListeners.markerdelete.forEach(function(be){return be(new ke(wt,Ce))})},jt=this,Mt=this.markers.length-1;Mt>=0;Mt--)kt(Mt);this.addUndoStep()}},Object.defineProperty(Dt.prototype,"isNotesAreaOpen",{get:function(){return this.notesArea!==void 0},enumerable:!1,configurable:!0}),Dt.prototype.showNotesEditor=function(){var wt;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=(wt=this._currentMarker.notes)!==null&&wt!==void 0?wt:"",this.overlayContainer.appendChild(this.notesArea))},Dt.prototype.hideNotesEditor=function(){this.isNotesAreaOpen&&(this._currentMarker!==void 0&&(this._currentMarker.notes=this.notesArea.value.trim()!==""?this.notesArea.value:void 0),this.overlayContainer.removeChild(this.notesArea),this.notesArea=void 0)},Dt.prototype.selectLastMarker=function(){this.markers.length>0?this.setCurrentMarker(this.markers[this.markers.length-1]):this.setCurrentMarker()},Dt.prototype.addUndoStep=function(){var wt=this;if(this._currentMarker===void 0||this._currentMarker.state!=="edit"){var yt=this.getState(),kt=this.undoRedoManager.getLastUndoStep();if(!kt||kt.width===yt.width&&kt.height===yt.height){var jt=this.undoRedoManager.undoStepCount;this.undoRedoManager.addUndoStep(yt),jt<this.undoRedoManager.undoStepCount&&this.eventListeners.statechange.forEach(function(Mt){return Mt(new we(wt))})}else this.undoRedoManager.replaceLastUndoStep(yt),this.eventListeners.statechange.forEach(function(Mt){return Mt(new we(wt))})}},Dt.prototype.undo=function(){this.switchToSelectMode(),this.addUndoStep(),this.undoStep()},Dt.prototype.undoStep=function(){var wt=this,yt=this.undoRedoManager.undo();yt!==void 0&&(this.restoreState(yt),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(kt){return kt(new we(wt))}))},Dt.prototype.redo=function(){this.switchToSelectMode(),this.redoStep()},Dt.prototype.redoStep=function(){var wt=this,yt=this.undoRedoManager.redo();yt!==void 0&&(this.restoreState(yt),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(kt){return kt(new we(wt))}))},Dt.prototype.stepZoom=function(){var wt=this.zoomSteps.indexOf(this.zoomLevel);this.zoomLevel=wt<this.zoomSteps.length-1?this.zoomSteps[wt+1]:this.zoomSteps[0]},Dt.prototype.panTo=function(wt){this.contentDiv.scrollBy({left:this.prevPanPoint.x-wt.x,top:this.prevPanPoint.y-wt.y}),this.prevPanPoint=wt},Dt.prototype.startRenderAndClose=function(){return fe(this,void 0,void 0,function(){var wt,yt,kt=this;return pe(this,function(jt){switch(jt.label){case 0:return[4,this.render()];case 1:return wt=jt.sent(),yt=this.getState(),this.eventListeners.render.forEach(function(Mt){return Mt(new de(kt,wt,yt))}),this.close(!0),[2]}})})},Dt.prototype.getState=function(wt){wt===!0&&this.setCurrentMarker();var yt={width:this.imageWidth,height:this.imageHeight,markers:[]};return this.markers.forEach(function(kt){return yt.markers.push(kt.getState())}),yt},Dt.prototype.restoreState=function(wt){var yt=this;for(this.markers.splice(0);this.markerImage.lastChild;)this.markerImage.removeChild(this.markerImage.lastChild);wt.markers.forEach(function(kt){var jt=yt._availableMarkerTypes.find(function(Gt){return Gt.typeName===kt.typeName});if(jt!==void 0){var Mt=yt.addNewMarker(jt);Mt.restoreState(kt),yt.markers.push(Mt)}}),wt.width&&wt.height&&(wt.width!==this.imageWidth||wt.height!==this.imageHeight)&&this.scaleMarkers(this.imageWidth/wt.width,this.imageHeight/wt.height),this.eventListeners.restorestate.forEach(function(kt){return kt(new we(yt))})},Dt.prototype.addNewMarker=function(wt){var yt=Ht.createGroup();return this.markerImage.appendChild(yt),new wt(yt,this.overlayContainer,this.settings)},Dt.prototype.createNewMarker=function(wt){var yt,kt=this;(yt=typeof wt=="string"?this._availableMarkerTypes.find(function(jt){return jt.typeName===wt}):wt)&&(this.setCurrentMarker(),this.addUndoStep(),this._currentMarker=this.addNewMarker(yt),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(yt.typeName),this.toolbox.setPanelButtons(this._currentMarker.toolboxPanels),this.eventListeners.markercreating.forEach(function(jt){return jt(new ke(kt,kt._currentMarker))}))},Dt.prototype.markerCreated=function(wt){var yt=this;this.mode="select",this.markerImage.style.cursor="default",this.markers.push(wt),this.setCurrentMarker(wt),wt instanceof De&&this.settings.newFreehandMarkerOnPointerUp?this.createNewMarker(De):this.toolbar.setSelectMode(),this.addUndoStep(),this.eventListeners.markercreate.forEach(function(kt){return kt(new ke(yt,yt._currentMarker))})},Dt.prototype.colorChanged=function(wt){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultColor=wt,this.settings.defaultStrokeColor=wt)},Dt.prototype.fillColorChanged=function(wt){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultFillColor=wt)},Dt.prototype.markerStateChanged=function(wt){var yt=this;this.eventListeners.markerchange.forEach(function(kt){return kt(new ke(yt,wt))})},Dt.prototype.setCurrentMarker=function(wt){var yt=this;this._currentMarker!==wt&&this._currentMarker!==void 0&&(this._currentMarker.deselect(),this.toolbar.setCurrentMarker(),this.toolbox.setPanelButtons([]),this._isResizing||this.eventListeners.markerdeselect.forEach(function(kt){return kt(new ke(yt,yt._currentMarker))})),this._currentMarker=wt,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(kt){return kt(new ke(yt,yt._currentMarker))}))},Dt.prototype.onPointerDown=function(wt){if(this._isFocused||this.focus(),this.touchPoints++,this.touchPoints===1||wt.pointerType!=="touch")if(this._currentMarker===void 0||this._currentMarker.state!=="new"&&this._currentMarker.state!=="creating"){if(this.mode==="select"){var yt=this.markers.find(function(kt){return kt.ownsTarget(wt.target)});yt!==void 0?(this.setCurrentMarker(yt),this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(wt.clientX,wt.clientY),wt.target)):(this.setCurrentMarker(),this.isDragging=!0,this.prevPanPoint={x:wt.clientX,y:wt.clientY})}}else this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(wt.clientX,wt.clientY))},Dt.prototype.onDblClick=function(wt){if(this._isFocused||this.focus(),this.mode==="select"){var yt=this.markers.find(function(kt){return kt.ownsTarget(wt.target)});yt!==void 0&&yt!==this._currentMarker&&this.setCurrentMarker(yt),this._currentMarker!==void 0?this._currentMarker.dblClick(this.clientToLocalCoordinates(wt.clientX,wt.clientY),wt.target):this.setCurrentMarker()}},Dt.prototype.onPointerMove=function(wt){this.touchPoints!==1&&wt.pointerType==="touch"||(this._currentMarker!==void 0||this.isDragging)&&(this._currentMarker!==void 0&&this._currentMarker.state==="edit"||wt.preventDefault(),this._currentMarker!==void 0?this._currentMarker.manipulate(this.clientToLocalCoordinates(wt.clientX,wt.clientY)):this.zoomLevel>1&&this.panTo({x:wt.clientX,y:wt.clientY}))},Dt.prototype.onPointerUp=function(wt){this.touchPoints>0&&this.touchPoints--,this.touchPoints===0&&this.isDragging&&this._currentMarker!==void 0&&this._currentMarker.pointerUp(this.clientToLocalCoordinates(wt.clientX,wt.clientY)),this.isDragging=!1,this.addUndoStep()},Dt.prototype.onPointerOut=function(){this.touchPoints>0&&this.touchPoints--},Dt.prototype.onKeyUp=function(wt){this._currentMarker===void 0||this.notesArea!==void 0||wt.key!=="Delete"&&wt.key!=="Backspace"||this.deleteSelectedMarker()},Dt.prototype.clientToLocalCoordinates=function(wt,yt){var kt=this.markerImage.getBoundingClientRect();return{x:(wt-kt.left)/this.zoomLevel,y:(yt-kt.top)/this.zoomLevel}},Dt.prototype.onWindowResize=function(){this.positionUI()},Dt.prototype.positionUI=function(){switch(this.setTopLeft(),this.settings.displayMode){case"inline":var wt=this.target.getClientRects().item(0).y>this.styles.settings.toolbarHeight?this.target.offsetTop-this.styles.settings.toolbarHeight:0;this.coverDiv.style.top=wt+"px",this.coverDiv.style.left=this.target.offsetLeft.toString()+"px";break;case"popup":this.coverDiv.style.top="0px",this.coverDiv.style.left="0px",this.coverDiv.style.width="100vw",this.coverDiv.style.height=this.windowHeight+"px",this.contentDiv.style.maxHeight=this.windowHeight-2*this.settings.popupMargin-3.5*this.styles.settings.toolbarHeight+"px"}this.positionMarkerImage(),this.positionLogo()},Dt.prototype.addLicenseKey=function(wt){oe.addKey(wt)},Dt.prototype.addEventListener=function(wt,yt){this.eventListeners.addEventListener(wt,yt)},Dt.prototype.removeEventListener=function(wt,yt){this.eventListeners.removeEventListener(wt,yt)},Dt.prototype.renderState=function(wt){this._silentRenderMode=!0,this.settings.displayMode="inline",this.isOpen||this.show(),this.restoreState(wt),this.startRenderAndClose(),this._silentRenderMode=!1},Object.defineProperty(Dt.prototype,"isFocused",{get:function(){return this._isFocused},enumerable:!1,configurable:!0}),Dt.prototype.focus=function(){var wt=this;this._isFocused||(this.attachWindowEvents(),this._isFocused=!0,this._previousCurrentMarker!==void 0&&this.setCurrentMarker(this._previousCurrentMarker),this.eventListeners.focus.forEach(function(yt){return yt(new we(wt))}))},Dt.prototype.blur=function(){var wt=this;this._isFocused&&(this.detachWindowEvents(),this._isFocused=!1,this._previousCurrentMarker=this._currentMarker,this.setCurrentMarker(),this.eventListeners.blur.forEach(function(yt){return yt(new we(wt))}))},Dt.instanceCounter=0,Dt}()},98535:function(bn,$n,Et){"use strict";Et.r($n),Et.d($n,{Panel:function(){return De},default:function(){return Fe}});var Lt=Et(67711),re=Et(15142),fe=Et(16886),pe=Et(26420),ne=Et(92310),Ht=Et.n(ne),oe=Et(18929),Oe=Et(48736),ge=Et(59301),Nt=Et(33346),Je=Et(11592),ie=Et(98506),nn=Et(52873),Bt=Et(77900),et=Et(10228),nt=ge.forwardRef(function(Ee,Sn){var rn=Ee.prefixCls,Ge=Ee.forceRender,sn=Ee.className,$t=Ee.style,It=Ee.children,Pe=Ee.isActive,an=Ee.role,Ve=Ee.classNames,Se=Ee.styles,$e=ge.useState(Pe||Ge),He=(0,fe.Z)($e,2),xn=He[0],we=He[1];return ge.useEffect(function(){(Ge||Pe)&&we(!0)},[Ge,Pe]),xn?ge.createElement("div",{ref:Sn,className:Ht()("".concat(rn,"-content"),(0,nn.Z)((0,nn.Z)({},"".concat(rn,"-content-active"),Pe),"".concat(rn,"-content-inactive"),!Pe),sn),style:$t,role:an},ge.createElement("div",{className:Ht()("".concat(rn,"-content-box"),Ve==null?void 0:Ve.body),style:Se==null?void 0:Se.body},It)):null});nt.displayName="PanelContent";var ct=nt,lt=["showArrow","headerClass","isActive","onItemClick","forceRender","className","classNames","styles","prefixCls","collapsible","accordion","panelKey","extra","header","expandIcon","openMotion","destroyInactivePanel","children"],gt=ge.forwardRef(function(Ee,Sn){var rn=Ee.showArrow,Ge=rn===void 0?!0:rn,sn=Ee.headerClass,$t=Ee.isActive,It=Ee.onItemClick,Pe=Ee.forceRender,an=Ee.className,Ve=Ee.classNames,Se=Ve===void 0?{}:Ve,$e=Ee.styles,He=$e===void 0?{}:$e,xn=Ee.prefixCls,we=Ee.collapsible,de=Ee.accordion,ke=Ee.panelKey,ze=Ee.extra,fn=Ee.header,Dt=Ee.expandIcon,wt=Ee.openMotion,yt=Ee.destroyInactivePanel,kt=Ee.children,jt=(0,Nt.Z)(Ee,lt),Mt=we==="disabled",Gt=ze!=null&&typeof ze!="boolean",Ce=(0,nn.Z)((0,nn.Z)((0,nn.Z)({onClick:function(){It==null||It(ke)},onKeyDown:function(Pn){(Pn.key==="Enter"||Pn.keyCode===et.Z.ENTER||Pn.which===et.Z.ENTER)&&(It==null||It(ke))},role:de?"tab":"button"},"aria-expanded",$t),"aria-disabled",Mt),"tabIndex",Mt?-1:0),be=typeof Dt=="function"?Dt(Ee):ge.createElement("i",{className:"arrow"}),on=be&&ge.createElement("div",(0,Lt.Z)({className:"".concat(xn,"-expand-icon")},["header","icon"].includes(we)?Ce:{}),be),Ae=Ht()("".concat(xn,"-item"),(0,nn.Z)((0,nn.Z)({},"".concat(xn,"-item-active"),$t),"".concat(xn,"-item-disabled"),Mt),an),Le=Ht()(sn,"".concat(xn,"-header"),(0,nn.Z)({},"".concat(xn,"-collapsible-").concat(we),!!we),Se.header),_e=(0,ie.Z)({className:Le,style:He.header},["header","icon"].includes(we)?{}:Ce);return ge.createElement("div",(0,Lt.Z)({},jt,{ref:Sn,className:Ae}),ge.createElement("div",_e,Ge&&on,ge.createElement("span",(0,Lt.Z)({className:"".concat(xn,"-header-text")},we==="header"?Ce:{}),fn),Gt&&ge.createElement("div",{className:"".concat(xn,"-extra")},ze)),ge.createElement(Bt.default,(0,Lt.Z)({visible:$t,leavedClassName:"".concat(xn,"-content-hidden")},wt,{forceRender:Pe,removeOnLeave:yt}),function(un,Pn){var gn=un.className,en=un.style;return ge.createElement(ct,{ref:Pn,prefixCls:xn,className:gn,classNames:Se,style:en,styles:He,isActive:$t,forceRender:Pe,role:de?"tabpanel":void 0},kt)}))}),mt=gt,St=["children","label","key","collapsible","onItemClick","destroyInactivePanel"],Pt=function(Sn,rn){var Ge=rn.prefixCls,sn=rn.accordion,$t=rn.collapsible,It=rn.destroyInactivePanel,Pe=rn.onItemClick,an=rn.activeKey,Ve=rn.openMotion,Se=rn.expandIcon;return Sn.map(function($e,He){var xn=$e.children,we=$e.label,de=$e.key,ke=$e.collapsible,ze=$e.onItemClick,fn=$e.destroyInactivePanel,Dt=(0,Nt.Z)($e,St),wt=String(de!=null?de:He),yt=ke!=null?ke:$t,kt=fn!=null?fn:It,jt=function(Ce){yt!=="disabled"&&(Pe(Ce),ze==null||ze(Ce))},Mt=!1;return sn?Mt=an[0]===wt:Mt=an.indexOf(wt)>-1,ge.createElement(mt,(0,Lt.Z)({},Dt,{prefixCls:Ge,key:wt,panelKey:wt,isActive:Mt,accordion:sn,openMotion:Ve,expandIcon:Se,header:we,collapsible:yt,onItemClick:jt,destroyInactivePanel:kt}),xn)})},Rt=function(Sn,rn,Ge){if(!Sn)return null;var sn=Ge.prefixCls,$t=Ge.accordion,It=Ge.collapsible,Pe=Ge.destroyInactivePanel,an=Ge.onItemClick,Ve=Ge.activeKey,Se=Ge.openMotion,$e=Ge.expandIcon,He=Sn.key||String(rn),xn=Sn.props,we=xn.header,de=xn.headerClass,ke=xn.destroyInactivePanel,ze=xn.collapsible,fn=xn.onItemClick,Dt=!1;$t?Dt=Ve[0]===He:Dt=Ve.indexOf(He)>-1;var wt=ze!=null?ze:It,yt=function(Mt){wt!=="disabled"&&(an(Mt),fn==null||fn(Mt))},kt={key:He,panelKey:He,header:we,headerClass:de,isActive:Dt,prefixCls:sn,destroyInactivePanel:ke!=null?ke:Pe,openMotion:Se,accordion:$t,children:Sn.props.children,onItemClick:yt,expandIcon:$e,collapsible:wt};return typeof Sn.type=="string"?Sn:(Object.keys(kt).forEach(function(jt){typeof kt[jt]=="undefined"&&delete kt[jt]}),ge.cloneElement(Sn,kt))};function Wt(Ee,Sn,rn){return Array.isArray(Ee)?Pt(Ee,rn):(0,Je.Z)(Sn).map(function(Ge,sn){return Rt(Ge,sn,rn)})}var te=Wt,Jt=Et(26112);function Vt(Ee){var Sn=Ee;if(!Array.isArray(Sn)){var rn=(0,pe.Z)(Sn);Sn=rn==="number"||rn==="string"?[Sn]:[]}return Sn.map(function(Ge){return String(Ge)})}var le=ge.forwardRef(function(Ee,Sn){var rn=Ee.prefixCls,Ge=rn===void 0?"rc-collapse":rn,sn=Ee.destroyInactivePanel,$t=sn===void 0?!1:sn,It=Ee.style,Pe=Ee.accordion,an=Ee.className,Ve=Ee.children,Se=Ee.collapsible,$e=Ee.openMotion,He=Ee.expandIcon,xn=Ee.activeKey,we=Ee.defaultActiveKey,de=Ee.onChange,ke=Ee.items,ze=Ht()(Ge,an),fn=(0,oe.Z)([],{value:xn,onChange:function(Gt){return de==null?void 0:de(Gt)},defaultValue:we,postState:Vt}),Dt=(0,fe.Z)(fn,2),wt=Dt[0],yt=Dt[1],kt=function(Gt){return yt(function(){if(Pe)return wt[0]===Gt?[]:[Gt];var Ce=wt.indexOf(Gt),be=Ce>-1;return be?wt.filter(function(on){return on!==Gt}):[].concat((0,re.Z)(wt),[Gt])})};(0,Oe.ZP)(!Ve,"[rc-collapse] `children` will be removed in next major version. Please use `items` instead.");var jt=te(ke,Ve,{prefixCls:Ge,accordion:Pe,openMotion:$e,expandIcon:He,collapsible:Se,destroyInactivePanel:$t,onItemClick:kt,activeKey:wt});return ge.createElement("div",(0,Lt.Z)({ref:Sn,className:ze,style:It,role:Pe?"tablist":void 0},(0,Jt.Z)(Ee,{aria:!0,data:!0})),jt)}),ae=Object.assign(le,{Panel:mt}),Fe=ae,De=ae.Panel},66042:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return Fe}});var Lt=Et(98506),re=Et(16886),fe=Et(43403),pe=Et(34280),ne=Et(59301),Ht=ne.createContext(null),oe=ne.createContext({}),Oe=Ht,ge=Et(52873),Nt=Et(67711),Je=Et(92310),ie=Et.n(Je),nn=Et(77900),Bt=Et(10228),et=Et(26112),nt=Et(33346),ct=Et(8654),lt=["prefixCls","className","containerRef"],gt=function(Ee){var Sn=Ee.prefixCls,rn=Ee.className,Ge=Ee.containerRef,sn=(0,nt.Z)(Ee,lt),$t=ne.useContext(oe),It=$t.panel,Pe=(0,ct.x1)(It,Ge);return ne.createElement("div",(0,Nt.Z)({className:ie()("".concat(Sn,"-content"),rn),role:"dialog",ref:Pe},(0,et.Z)(Ee,{aria:!0}),{"aria-modal":"true"},sn))},mt=gt,St=Et(48736);function Pt(De){return typeof De=="string"&&String(Number(De))===De?((0,St.ZP)(!1,"Invalid value type of `width` or `height` which should be number type instead."),Number(De)):De}function Rt(De){warning(!("wrapperClassName"in De),"'wrapperClassName' is removed. Please use 'rootClassName' instead."),warning(canUseDom()||!De.open,"Drawer with 'open' in SSR is not work since no place to createPortal. Please move to 'useEffect' instead.")}var Wt={width:0,height:0,overflow:"hidden",outline:"none",position:"absolute"};function te(De,Ee){var Sn,rn,Ge,sn=De.prefixCls,$t=De.open,It=De.placement,Pe=De.inline,an=De.push,Ve=De.forceRender,Se=De.autoFocus,$e=De.keyboard,He=De.classNames,xn=De.rootClassName,we=De.rootStyle,de=De.zIndex,ke=De.className,ze=De.id,fn=De.style,Dt=De.motion,wt=De.width,yt=De.height,kt=De.children,jt=De.mask,Mt=De.maskClosable,Gt=De.maskMotion,Ce=De.maskClassName,be=De.maskStyle,on=De.afterOpenChange,Ae=De.onClose,Le=De.onMouseEnter,_e=De.onMouseOver,un=De.onMouseLeave,Pn=De.onClick,gn=De.onKeyDown,en=De.onKeyUp,Zn=De.styles,Hn=De.drawerRender,mn=ne.useRef(),zn=ne.useRef(),Ri=ne.useRef();ne.useImperativeHandle(Ee,function(){return mn.current});var vi=function(oi){var Wn=oi.keyCode,Bn=oi.shiftKey;switch(Wn){case Bt.Z.TAB:{if(Wn===Bt.Z.TAB){if(!Bn&&document.activeElement===Ri.current){var En;(En=zn.current)===null||En===void 0||En.focus({preventScroll:!0})}else if(Bn&&document.activeElement===zn.current){var vn;(vn=Ri.current)===null||vn===void 0||vn.focus({preventScroll:!0})}}break}case Bt.Z.ESC:{Ae&&$e&&(oi.stopPropagation(),Ae(oi));break}}};ne.useEffect(function(){if($t&&Se){var Bi;(Bi=mn.current)===null||Bi===void 0||Bi.focus({preventScroll:!0})}},[$t]);var ji=ne.useState(!1),er=(0,re.Z)(ji,2),Ke=er[0],Ue=er[1],ii=ne.useContext(Oe),Ai;typeof an=="boolean"?Ai=an?{}:{distance:0}:Ai=an||{};var Fi=(Sn=(rn=(Ge=Ai)===null||Ge===void 0?void 0:Ge.distance)!==null&&rn!==void 0?rn:ii==null?void 0:ii.pushDistance)!==null&&Sn!==void 0?Sn:180,Mi=ne.useMemo(function(){return{pushDistance:Fi,push:function(){Ue(!0)},pull:function(){Ue(!1)}}},[Fi]);ne.useEffect(function(){if($t){var Bi;ii==null||(Bi=ii.push)===null||Bi===void 0||Bi.call(ii)}else{var oi;ii==null||(oi=ii.pull)===null||oi===void 0||oi.call(ii)}},[$t]),ne.useEffect(function(){return function(){var Bi;ii==null||(Bi=ii.pull)===null||Bi===void 0||Bi.call(ii)}},[]);var sr=jt&&ne.createElement(nn.default,(0,Nt.Z)({key:"mask"},Gt,{visible:$t}),function(Bi,oi){var Wn=Bi.className,Bn=Bi.style;return ne.createElement("div",{className:ie()("".concat(sn,"-mask"),Wn,He==null?void 0:He.mask,Ce),style:(0,Lt.Z)((0,Lt.Z)((0,Lt.Z)({},Bn),be),Zn==null?void 0:Zn.mask),onClick:Mt&&$t?Ae:void 0,ref:oi})}),nr=typeof Dt=="function"?Dt(It):Dt,fr={};if(Ke&&Fi)switch(It){case"top":fr.transform="translateY(".concat(Fi,"px)");break;case"bottom":fr.transform="translateY(".concat(-Fi,"px)");break;case"left":fr.transform="translateX(".concat(Fi,"px)");break;default:fr.transform="translateX(".concat(-Fi,"px)");break}It==="left"||It==="right"?fr.width=Pt(wt):fr.height=Pt(yt);var _n={onMouseEnter:Le,onMouseOver:_e,onMouseLeave:un,onClick:Pn,onKeyDown:gn,onKeyUp:en},qi=ne.createElement(nn.default,(0,Nt.Z)({key:"panel"},nr,{visible:$t,forceRender:Ve,onVisibleChanged:function(oi){on==null||on(oi)},removeOnLeave:!1,leavedClassName:"".concat(sn,"-content-wrapper-hidden")}),function(Bi,oi){var Wn=Bi.className,Bn=Bi.style,En=ne.createElement(mt,(0,Nt.Z)({id:ze,containerRef:oi,prefixCls:sn,className:ie()(ke,He==null?void 0:He.content),style:(0,Lt.Z)((0,Lt.Z)({},fn),Zn==null?void 0:Zn.content)},(0,et.Z)(De,{aria:!0}),_n),kt);return ne.createElement("div",(0,Nt.Z)({className:ie()("".concat(sn,"-content-wrapper"),He==null?void 0:He.wrapper,Wn),style:(0,Lt.Z)((0,Lt.Z)((0,Lt.Z)({},fr),Bn),Zn==null?void 0:Zn.wrapper)},(0,et.Z)(De,{data:!0})),Hn?Hn(En):En)}),Ct=(0,Lt.Z)({},we);return de&&(Ct.zIndex=de),ne.createElement(Oe.Provider,{value:Mi},ne.createElement("div",{className:ie()(sn,"".concat(sn,"-").concat(It),xn,(0,ge.Z)((0,ge.Z)({},"".concat(sn,"-open"),$t),"".concat(sn,"-inline"),Pe)),style:Ct,tabIndex:-1,ref:mn,onKeyDown:vi},sr,ne.createElement("div",{tabIndex:0,ref:zn,style:Wt,"aria-hidden":"true","data-sentinel":"start"}),qi,ne.createElement("div",{tabIndex:0,ref:Ri,style:Wt,"aria-hidden":"true","data-sentinel":"end"})))}var Jt=ne.forwardRef(te),Vt=Jt,le=function(Ee){var Sn=Ee.open,rn=Sn===void 0?!1:Sn,Ge=Ee.prefixCls,sn=Ge===void 0?"rc-drawer":Ge,$t=Ee.placement,It=$t===void 0?"right":$t,Pe=Ee.autoFocus,an=Pe===void 0?!0:Pe,Ve=Ee.keyboard,Se=Ve===void 0?!0:Ve,$e=Ee.width,He=$e===void 0?378:$e,xn=Ee.mask,we=xn===void 0?!0:xn,de=Ee.maskClosable,ke=de===void 0?!0:de,ze=Ee.getContainer,fn=Ee.forceRender,Dt=Ee.afterOpenChange,wt=Ee.destroyOnClose,yt=Ee.onMouseEnter,kt=Ee.onMouseOver,jt=Ee.onMouseLeave,Mt=Ee.onClick,Gt=Ee.onKeyDown,Ce=Ee.onKeyUp,be=Ee.panelRef,on=ne.useState(!1),Ae=(0,re.Z)(on,2),Le=Ae[0],_e=Ae[1],un=ne.useState(!1),Pn=(0,re.Z)(un,2),gn=Pn[0],en=Pn[1];(0,pe.Z)(function(){en(!0)},[]);var Zn=gn?rn:!1,Hn=ne.useRef(),mn=ne.useRef();(0,pe.Z)(function(){Zn&&(mn.current=document.activeElement)},[Zn]);var zn=function(Ke){var Ue;if(_e(Ke),Dt==null||Dt(Ke),!Ke&&mn.current&&!((Ue=Hn.current)!==null&&Ue!==void 0&&Ue.contains(mn.current))){var ii;(ii=mn.current)===null||ii===void 0||ii.focus({preventScroll:!0})}},Ri=ne.useMemo(function(){return{panel:be}},[be]);if(!fn&&!Le&&!Zn&&wt)return null;var vi={onMouseEnter:yt,onMouseOver:kt,onMouseLeave:jt,onClick:Mt,onKeyDown:Gt,onKeyUp:Ce},ji=(0,Lt.Z)((0,Lt.Z)({},Ee),{},{open:Zn,prefixCls:sn,placement:It,autoFocus:an,keyboard:Se,width:He,mask:we,maskClosable:ke,inline:ze===!1,afterOpenChange:zn,ref:Hn},vi);return ne.createElement(oe.Provider,{value:Ri},ne.createElement(fe.Z,{open:Zn||fn||Le,autoDestroy:!1,getContainer:ze,autoLock:we&&(Zn||Le)},ne.createElement(Vt,ji)))},ae=le,Fe=ae},23425:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return Wt}});var Lt=Et(52873),re=Et(67711),fe=Et(26420),pe=Et(98506),ne=Et(16886),Ht=Et(92310),oe=Et.n(Ht),Oe=Et(18929),ge=Et(10228),Nt=Et(26112),Je=Et(48736),ie=Et(59301),nn=Et(17119),Bt=[10,20,50,100],et=function(Jt){var Vt=Jt.pageSizeOptions,le=Vt===void 0?Bt:Vt,ae=Jt.locale,Fe=Jt.changeSize,De=Jt.pageSize,Ee=Jt.goButton,Sn=Jt.quickGo,rn=Jt.rootPrefixCls,Ge=Jt.disabled,sn=Jt.buildOptionText,$t=Jt.showSizeChanger,It=Jt.sizeChangerRender,Pe=ie.useState(""),an=(0,ne.Z)(Pe,2),Ve=an[0],Se=an[1],$e=function(){return!Ve||Number.isNaN(Ve)?void 0:Number(Ve)},He=typeof sn=="function"?sn:function(yt){return"".concat(yt," ").concat(ae.items_per_page)},xn=function(kt){Se(kt.target.value)},we=function(kt){Ee||Ve===""||(Se(""),!(kt.relatedTarget&&(kt.relatedTarget.className.indexOf("".concat(rn,"-item-link"))>=0||kt.relatedTarget.className.indexOf("".concat(rn,"-item"))>=0))&&(Sn==null||Sn($e())))},de=function(kt){Ve!==""&&(kt.keyCode===ge.Z.ENTER||kt.type==="click")&&(Se(""),Sn==null||Sn($e()))},ke=function(){return le.some(function(kt){return kt.toString()===De.toString()})?le:le.concat([De]).sort(function(kt,jt){var Mt=Number.isNaN(Number(kt))?0:Number(kt),Gt=Number.isNaN(Number(jt))?0:Number(jt);return Mt-Gt})},ze="".concat(rn,"-options");if(!$t&&!Sn)return null;var fn=null,Dt=null,wt=null;return $t&&It&&(fn=It({disabled:Ge,size:De,onSizeChange:function(kt){Fe==null||Fe(Number(kt))},"aria-label":ae.page_size,className:"".concat(ze,"-size-changer"),options:ke().map(function(yt){return{label:He(yt),value:yt}})})),Sn&&(Ee&&(wt=typeof Ee=="boolean"?ie.createElement("button",{type:"button",onClick:de,onKeyUp:de,disabled:Ge,className:"".concat(ze,"-quick-jumper-button")},ae.jump_to_confirm):ie.createElement("span",{onClick:de,onKeyUp:de},Ee)),Dt=ie.createElement("div",{className:"".concat(ze,"-quick-jumper")},ae.jump_to,ie.createElement("input",{disabled:Ge,type:"text",value:Ve,onChange:xn,onKeyUp:de,onBlur:we,"aria-label":ae.page}),ae.page,wt)),ie.createElement("li",{className:ze},fn,Dt)},nt=et,ct=function(Jt){var Vt=Jt.rootPrefixCls,le=Jt.page,ae=Jt.active,Fe=Jt.className,De=Jt.showTitle,Ee=Jt.onClick,Sn=Jt.onKeyPress,rn=Jt.itemRender,Ge="".concat(Vt,"-item"),sn=oe()(Ge,"".concat(Ge,"-").concat(le),(0,Lt.Z)((0,Lt.Z)({},"".concat(Ge,"-active"),ae),"".concat(Ge,"-disabled"),!le),Fe),$t=function(){Ee(le)},It=function(Ve){Sn(Ve,Ee,le)},Pe=rn(le,"page",ie.createElement("a",{rel:"nofollow"},le));return Pe?ie.createElement("li",{title:De?String(le):null,className:sn,onClick:$t,onKeyDown:It,tabIndex:0},Pe):null},lt=ct,gt=function(Jt,Vt,le){return le};function mt(){}function St(te){var Jt=Number(te);return typeof Jt=="number"&&!Number.isNaN(Jt)&&isFinite(Jt)&&Math.floor(Jt)===Jt}function Pt(te,Jt,Vt){var le=typeof te=="undefined"?Jt:te;return Math.floor((Vt-1)/le)+1}var Rt=function(Jt){var Vt=Jt.prefixCls,le=Vt===void 0?"rc-pagination":Vt,ae=Jt.selectPrefixCls,Fe=ae===void 0?"rc-select":ae,De=Jt.className,Ee=Jt.current,Sn=Jt.defaultCurrent,rn=Sn===void 0?1:Sn,Ge=Jt.total,sn=Ge===void 0?0:Ge,$t=Jt.pageSize,It=Jt.defaultPageSize,Pe=It===void 0?10:It,an=Jt.onChange,Ve=an===void 0?mt:an,Se=Jt.hideOnSinglePage,$e=Jt.align,He=Jt.showPrevNextJumpers,xn=He===void 0?!0:He,we=Jt.showQuickJumper,de=Jt.showLessItems,ke=Jt.showTitle,ze=ke===void 0?!0:ke,fn=Jt.onShowSizeChange,Dt=fn===void 0?mt:fn,wt=Jt.locale,yt=wt===void 0?nn.Z:wt,kt=Jt.style,jt=Jt.totalBoundaryShowSizeChanger,Mt=jt===void 0?50:jt,Gt=Jt.disabled,Ce=Jt.simple,be=Jt.showTotal,on=Jt.showSizeChanger,Ae=on===void 0?sn>Mt:on,Le=Jt.sizeChangerRender,_e=Jt.pageSizeOptions,un=Jt.itemRender,Pn=un===void 0?gt:un,gn=Jt.jumpPrevIcon,en=Jt.jumpNextIcon,Zn=Jt.prevIcon,Hn=Jt.nextIcon,mn=ie.useRef(null),zn=(0,Oe.Z)(10,{value:$t,defaultValue:Pe}),Ri=(0,ne.Z)(zn,2),vi=Ri[0],ji=Ri[1],er=(0,Oe.Z)(1,{value:Ee,defaultValue:rn,postState:function(Or){return Math.max(1,Math.min(Or,Pt(void 0,vi,sn)))}}),Ke=(0,ne.Z)(er,2),Ue=Ke[0],ii=Ke[1],Ai=ie.useState(Ue),Fi=(0,ne.Z)(Ai,2),Mi=Fi[0],sr=Fi[1];(0,ie.useEffect)(function(){sr(Ue)},[Ue]);var nr=Ve!==mt,fr="current"in Jt,_n=Math.max(1,Ue-(de?3:5)),qi=Math.min(Pt(void 0,vi,sn),Ue+(de?3:5));function Ct(rr,Or){var Tr=rr||ie.createElement("button",{type:"button","aria-label":Or,className:"".concat(le,"-item-link")});return typeof rr=="function"&&(Tr=ie.createElement(rr,(0,pe.Z)({},Jt))),Tr}function Bi(rr){var Or=rr.target.value,Tr=Pt(void 0,vi,sn),ho;return Or===""?ho=Or:Number.isNaN(Number(Or))?ho=Mi:Or>=Tr?ho=Tr:ho=Number(Or),ho}function oi(rr){return St(rr)&&rr!==Ue&&St(sn)&&sn>0}var Wn=sn>vi?we:!1;function Bn(rr){(rr.keyCode===ge.Z.UP||rr.keyCode===ge.Z.DOWN)&&rr.preventDefault()}function En(rr){var Or=Bi(rr);switch(Or!==Mi&&sr(Or),rr.keyCode){case ge.Z.ENTER:Te(Or);break;case ge.Z.UP:Te(Or-1);break;case ge.Z.DOWN:Te(Or+1);break;default:break}}function vn(rr){Te(Bi(rr))}function ui(rr){var Or=Pt(rr,vi,sn),Tr=Ue>Or&&Or!==0?Or:Ue;ji(rr),sr(Tr),Dt==null||Dt(Ue,rr),ii(Tr),Ve==null||Ve(Tr,rr)}function Te(rr){if(oi(rr)&&!Gt){var Or=Pt(void 0,vi,sn),Tr=rr;return rr>Or?Tr=Or:rr<1&&(Tr=1),Tr!==Mi&&sr(Tr),ii(Tr),Ve==null||Ve(Tr,vi),Tr}return Ue}var Ze=Ue>1,Ne=Ue<Pt(void 0,vi,sn);function ln(){Ze&&Te(Ue-1)}function Oi(){Ne&&Te(Ue+1)}function Ni(){Te(_n)}function $i(){Te(qi)}function Ye(rr,Or){if(rr.key==="Enter"||rr.charCode===ge.Z.ENTER||rr.keyCode===ge.Z.ENTER){for(var Tr=arguments.length,ho=new Array(Tr>2?Tr-2:0),Gr=2;Gr<Tr;Gr++)ho[Gr-2]=arguments[Gr];Or.apply(void 0,ho)}}function cn(rr){Ye(rr,ln)}function Pi(rr){Ye(rr,Oi)}function dr(rr){Ye(rr,Ni)}function Yn(rr){Ye(rr,$i)}function Qt(rr){var Or=Pn(rr,"prev",Ct(Zn,"prev page"));return ie.isValidElement(Or)?ie.cloneElement(Or,{disabled:!Ze}):Or}function Me(rr){var Or=Pn(rr,"next",Ct(Hn,"next page"));return ie.isValidElement(Or)?ie.cloneElement(Or,{disabled:!Ne}):Or}function Gn(rr){(rr.type==="click"||rr.keyCode===ge.Z.ENTER)&&Te(Mi)}var qn=null,Xe=(0,Nt.Z)(Jt,{aria:!0,data:!0}),ri=be&&ie.createElement("li",{className:"".concat(le,"-total-text")},be(sn,[sn===0?0:(Ue-1)*vi+1,Ue*vi>sn?sn:Ue*vi])),Zi=null,Gi=Pt(void 0,vi,sn);if(Se&&sn<=vi)return null;var ir=[],ai={rootPrefixCls:le,onClick:Te,onKeyPress:Ye,showTitle:ze,itemRender:Pn,page:-1},Jn=Ue-1>0?Ue-1:0,hi=Ue+1<Gi?Ue+1:Gi,hr=we&&we.goButton,tr=(0,fe.Z)(Ce)==="object"?Ce.readOnly:!Ce,Dn=hr,ki=null;Ce&&(hr&&(typeof hr=="boolean"?Dn=ie.createElement("button",{type:"button",onClick:Gn,onKeyUp:Gn},yt.jump_to_confirm):Dn=ie.createElement("span",{onClick:Gn,onKeyUp:Gn},hr),Dn=ie.createElement("li",{title:ze?"".concat(yt.jump_to).concat(Ue,"/").concat(Gi):null,className:"".concat(le,"-simple-pager")},Dn)),ki=ie.createElement("li",{title:ze?"".concat(Ue,"/").concat(Gi):null,className:"".concat(le,"-simple-pager")},tr?Mi:ie.createElement("input",{type:"text","aria-label":yt.jump_to,value:Mi,disabled:Gt,onKeyDown:Bn,onKeyUp:En,onChange:En,onBlur:vn,size:3}),ie.createElement("span",{className:"".concat(le,"-slash")},"/"),Gi));var Fr=de?1:2;if(Gi<=3+Fr*2){Gi||ir.push(ie.createElement(lt,(0,re.Z)({},ai,{key:"noPager",page:1,className:"".concat(le,"-item-disabled")})));for(var jr=1;jr<=Gi;jr+=1)ir.push(ie.createElement(lt,(0,re.Z)({},ai,{key:jr,page:jr,active:Ue===jr})))}else{var so=de?yt.prev_3:yt.prev_5,je=de?yt.next_3:yt.next_5,_i=Pn(_n,"jump-prev",Ct(gn,"prev page")),Ar=Pn(qi,"jump-next",Ct(en,"next page"));xn&&(qn=_i?ie.createElement("li",{title:ze?so:null,key:"prev",onClick:Ni,tabIndex:0,onKeyDown:dr,className:oe()("".concat(le,"-jump-prev"),(0,Lt.Z)({},"".concat(le,"-jump-prev-custom-icon"),!!gn))},_i):null,Zi=Ar?ie.createElement("li",{title:ze?je:null,key:"next",onClick:$i,tabIndex:0,onKeyDown:Yn,className:oe()("".concat(le,"-jump-next"),(0,Lt.Z)({},"".concat(le,"-jump-next-custom-icon"),!!en))},Ar):null);var Wi=Math.max(1,Ue-Fr),Wr=Math.min(Ue+Fr,Gi);Ue-1<=Fr&&(Wr=1+Fr*2),Gi-Ue<=Fr&&(Wi=Gi-Fr*2);for(var Nr=Wi;Nr<=Wr;Nr+=1)ir.push(ie.createElement(lt,(0,re.Z)({},ai,{key:Nr,page:Nr,active:Ue===Nr})));if(Ue-1>=Fr*2&&Ue!==3&&(ir[0]=ie.cloneElement(ir[0],{className:oe()("".concat(le,"-item-after-jump-prev"),ir[0].props.className)}),ir.unshift(qn)),Gi-Ue>=Fr*2&&Ue!==Gi-2){var Xr=ir[ir.length-1];ir[ir.length-1]=ie.cloneElement(Xr,{className:oe()("".concat(le,"-item-before-jump-next"),Xr.props.className)}),ir.push(Zi)}Wi!==1&&ir.unshift(ie.createElement(lt,(0,re.Z)({},ai,{key:1,page:1}))),Wr!==Gi&&ir.push(ie.createElement(lt,(0,re.Z)({},ai,{key:Gi,page:Gi})))}var zr=Qt(Jn);if(zr){var Hr=!Ze||!Gi;zr=ie.createElement("li",{title:ze?yt.prev_page:null,onClick:ln,tabIndex:Hr?null:0,onKeyDown:cn,className:oe()("".concat(le,"-prev"),(0,Lt.Z)({},"".concat(le,"-disabled"),Hr)),"aria-disabled":Hr},zr)}var qr=Me(hi);if(qr){var pn,no;Ce?(pn=!Ne,no=Ze?0:null):(pn=!Ne||!Gi,no=pn?null:0),qr=ie.createElement("li",{title:ze?yt.next_page:null,onClick:Oi,tabIndex:no,onKeyDown:Pi,className:oe()("".concat(le,"-next"),(0,Lt.Z)({},"".concat(le,"-disabled"),pn)),"aria-disabled":pn},qr)}var Cn=oe()(le,De,(0,Lt.Z)((0,Lt.Z)((0,Lt.Z)((0,Lt.Z)((0,Lt.Z)({},"".concat(le,"-start"),$e==="start"),"".concat(le,"-center"),$e==="center"),"".concat(le,"-end"),$e==="end"),"".concat(le,"-simple"),Ce),"".concat(le,"-disabled"),Gt));return ie.createElement("ul",(0,re.Z)({className:Cn,style:kt,ref:mn},Xe),ri,zr,Ce?ki:ir,qr,ie.createElement(nt,{locale:yt,rootPrefixCls:le,disabled:Gt,selectPrefixCls:Fe,changeSize:ui,pageSize:vi,pageSizeOptions:_e,quickGo:Wn?Te:null,goButton:Dn,showSizeChanger:Ae,sizeChangerRender:Le}))},Wt=Rt},48365:function(bn,$n,Et){"use strict";var Lt=Et(61186),re=Et.n(Lt),fe=Et(90111),pe=Et.n(fe),ne=Et(58319),Ht=Et.n(ne),oe=Et(23250),Oe=Et.n(oe),ge=Et(74959),Nt=Et.n(ge),Je=Et(10238),ie=Et.n(Je),nn=Et(33656),Bt=Et.n(nn);re().extend(Bt()),re().extend(ie()),re().extend(pe()),re().extend(Ht()),re().extend(Oe()),re().extend(Nt()),re().extend(function(gt,mt){var St=mt.prototype,Pt=St.format;St.format=function(Wt){var te=(Wt||"").replace("Wo","wo");return Pt.bind(this)(te)}});var et={bn_BD:"bn-bd",by_BY:"be",en_GB:"en-gb",en_US:"en",fr_BE:"fr",fr_CA:"fr-ca",hy_AM:"hy-am",kmr_IQ:"ku",nl_BE:"nl-be",pt_BR:"pt-br",zh_CN:"zh-cn",zh_HK:"zh-hk",zh_TW:"zh-tw"},nt=function(mt){var St=et[mt];return St||mt.split("_")[0]},ct=function(){},lt={getNow:function(){var mt=re()();return typeof mt.tz=="function"?mt.tz():mt},getFixedDate:function(mt){return re()(mt,["YYYY-M-DD","YYYY-MM-DD"])},getEndDate:function(mt){return mt.endOf("month")},getWeekDay:function(mt){var St=mt.locale("en");return St.weekday()+St.localeData().firstDayOfWeek()},getYear:function(mt){return mt.year()},getMonth:function(mt){return mt.month()},getDate:function(mt){return mt.date()},getHour:function(mt){return mt.hour()},getMinute:function(mt){return mt.minute()},getSecond:function(mt){return mt.second()},getMillisecond:function(mt){return mt.millisecond()},addYear:function(mt,St){return mt.add(St,"year")},addMonth:function(mt,St){return mt.add(St,"month")},addDate:function(mt,St){return mt.add(St,"day")},setYear:function(mt,St){return mt.year(St)},setMonth:function(mt,St){return mt.month(St)},setDate:function(mt,St){return mt.date(St)},setHour:function(mt,St){return mt.hour(St)},setMinute:function(mt,St){return mt.minute(St)},setSecond:function(mt,St){return mt.second(St)},setMillisecond:function(mt,St){return mt.millisecond(St)},isAfter:function(mt,St){return mt.isAfter(St)},isValidate:function(mt){return mt.isValid()},locale:{getWeekFirstDay:function(mt){return re()().locale(nt(mt)).localeData().firstDayOfWeek()},getWeekFirstDate:function(mt,St){return St.locale(nt(mt)).weekday(0)},getWeek:function(mt,St){return St.locale(nt(mt)).week()},getShortWeekDays:function(mt){return re()().locale(nt(mt)).localeData().weekdaysMin()},getShortMonths:function(mt){return re()().locale(nt(mt)).localeData().monthsShort()},format:function(mt,St,Pt){return St.locale(nt(mt)).format(Pt)},parse:function(mt,St,Pt){for(var Rt=nt(mt),Wt=0;Wt<Pt.length;Wt+=1){var te=Pt[Wt],Jt=St;if(te.includes("wo")||te.includes("Wo")){for(var Vt=Jt.split("-")[0],le=Jt.split("-")[1],ae=re()(Vt,"YYYY").startOf("year").locale(Rt),Fe=0;Fe<=52;Fe+=1){var De=ae.add(Fe,"week");if(De.format("Wo")===le)return De}return ct(),null}var Ee=re()(Jt,te,!0).locale(Rt);if(Ee.isValid())return Ee}return St&&ct(),null}}};$n.Z=lt},8571:function(bn,$n,Et){"use strict";Et.d($n,{Sq:function(){return Qn},ZP:function(){return ei}});var Lt=Et(67711),re=Et(15142),fe=Et(98506),pe=Et(16886),ne=Et(70425),Ht=Et(34280),oe=Et(2738),Oe=Et(26112),ge=Et(48736),Nt=Et(59301),Je=Et(52873),ie=Et(65030),nn=Et(92310),Bt=Et.n(nn);function et(Ft,se){return Ft!==void 0?Ft:se?"bottomRight":"bottomLeft"}var nt=Nt.createContext(null),ct=nt,lt={bottomLeft:{points:["tl","bl"],offset:[0,4],overflow:{adjustX:1,adjustY:1}},bottomRight:{points:["tr","br"],offset:[0,4],overflow:{adjustX:1,adjustY:1}},topLeft:{points:["bl","tl"],offset:[0,-4],overflow:{adjustX:0,adjustY:1}},topRight:{points:["br","tr"],offset:[0,-4],overflow:{adjustX:0,adjustY:1}}};function gt(Ft){var se=Ft.popupElement,Yt=Ft.popupStyle,ve=Ft.popupClassName,xe=Ft.popupAlign,Qe=Ft.transitionName,qe=Ft.getPopupContainer,hn=Ft.children,On=Ft.range,Un=Ft.placement,dn=Ft.builtinPlacements,di=dn===void 0?lt:dn,Ci=Ft.direction,he=Ft.visible,ti=Ft.onClose,Xn=Nt.useContext(ct),jn=Xn.prefixCls,Tn="".concat(jn,"-dropdown"),Ei=et(Un,Ci==="rtl");return Nt.createElement(ie.Z,{showAction:[],hideAction:["click"],popupPlacement:Ei,builtinPlacements:di,prefixCls:Tn,popupTransitionName:Qe,popup:se,popupAlign:xe,popupVisible:he,popupClassName:Bt()(ve,(0,Je.Z)((0,Je.Z)({},"".concat(Tn,"-range"),On),"".concat(Tn,"-rtl"),Ci==="rtl")),popupStyle:Yt,stretch:"minWidth",getPopupContainer:qe,onPopupVisibleChange:function(mi){mi||ti()}},hn)}var mt=gt;function St(Ft,se){for(var Yt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0",ve=String(Ft);ve.length<se;)ve="".concat(Yt).concat(ve);return ve}function Pt(Ft){return Ft==null?[]:Array.isArray(Ft)?Ft:[Ft]}function Rt(Ft,se,Yt){var ve=(0,re.Z)(Ft);return ve[se]=Yt,ve}function Wt(Ft,se){var Yt={},ve=se||Object.keys(Ft);return ve.forEach(function(xe){Ft[xe]!==void 0&&(Yt[xe]=Ft[xe])}),Yt}function te(Ft,se,Yt){if(Yt)return Yt;switch(Ft){case"time":return se.fieldTimeFormat;case"datetime":return se.fieldDateTimeFormat;case"month":return se.fieldMonthFormat;case"year":return se.fieldYearFormat;case"quarter":return se.fieldQuarterFormat;case"week":return se.fieldWeekFormat;default:return se.fieldDateFormat}}function Jt(Ft,se,Yt){var ve=Yt!==void 0?Yt:se[se.length-1],xe=se.find(function(Qe){return Ft[Qe]});return ve!==xe?Ft[xe]:void 0}function Vt(Ft){return Wt(Ft,["placement","builtinPlacements","popupAlign","getPopupContainer","transitionName","direction"])}function le(Ft,se,Yt,ve){var xe=Nt.useMemo(function(){return Ft||function(qe,hn){var On=qe;return se&&hn.type==="date"?se(On,hn.today):Yt&&hn.type==="month"?Yt(On,hn.locale):hn.originNode}},[Ft,Yt,se]),Qe=Nt.useCallback(function(qe,hn){return xe(qe,(0,fe.Z)((0,fe.Z)({},hn),{},{range:ve}))},[xe,ve]);return Qe}function ae(Ft,se){var Yt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],ve=Nt.useState([!1,!1]),xe=(0,pe.Z)(ve,2),Qe=xe[0],qe=xe[1],hn=function(dn,di){qe(function(Ci){return Rt(Ci,di,dn)})},On=Nt.useMemo(function(){return Qe.map(function(Un,dn){if(Un)return!0;var di=Ft[dn];return di?!!(!Yt[dn]&&!di||di&&se(di,{activeIndex:dn})):!1})},[Ft,Qe,se,Yt]);return[On,hn]}function Fe(Ft,se,Yt,ve,xe){var Qe="",qe=[];return Ft&&qe.push(xe?"hh":"HH"),se&&qe.push("mm"),Yt&&qe.push("ss"),Qe=qe.join(":"),ve&&(Qe+=".SSS"),xe&&(Qe+=" A"),Qe}function De(Ft,se,Yt,ve,xe,Qe){var qe=Ft.fieldDateTimeFormat,hn=Ft.fieldDateFormat,On=Ft.fieldTimeFormat,Un=Ft.fieldMonthFormat,dn=Ft.fieldYearFormat,di=Ft.fieldWeekFormat,Ci=Ft.fieldQuarterFormat,he=Ft.yearFormat,ti=Ft.cellYearFormat,Xn=Ft.cellQuarterFormat,jn=Ft.dayFormat,Tn=Ft.cellDateFormat,Ei=Fe(se,Yt,ve,xe,Qe);return(0,fe.Z)((0,fe.Z)({},Ft),{},{fieldDateTimeFormat:qe||"YYYY-MM-DD ".concat(Ei),fieldDateFormat:hn||"YYYY-MM-DD",fieldTimeFormat:On||Ei,fieldMonthFormat:Un||"YYYY-MM",fieldYearFormat:dn||"YYYY",fieldWeekFormat:di||"gggg-wo",fieldQuarterFormat:Ci||"YYYY-[Q]Q",yearFormat:he||"YYYY",cellYearFormat:ti||"YYYY",cellQuarterFormat:Xn||"[Q]Q",cellDateFormat:Tn||jn||"D"})}function Ee(Ft,se){var Yt=se.showHour,ve=se.showMinute,xe=se.showSecond,Qe=se.showMillisecond,qe=se.use12Hours;return Nt.useMemo(function(){return De(Ft,Yt,ve,xe,Qe,qe)},[Ft,Yt,ve,xe,Qe,qe])}var Sn=Et(26420);function rn(Ft,se,Yt){return Yt!=null?Yt:se.some(function(ve){return Ft.includes(ve)})}var Ge=["showNow","showHour","showMinute","showSecond","showMillisecond","use12Hours","hourStep","minuteStep","secondStep","millisecondStep","hideDisabledOptions","defaultValue","disabledHours","disabledMinutes","disabledSeconds","disabledMilliseconds","disabledTime","changeOnScroll","defaultOpenValue"];function sn(Ft){var se=Wt(Ft,Ge),Yt=Ft.format,ve=Ft.picker,xe=null;return Yt&&(xe=Yt,Array.isArray(xe)&&(xe=xe[0]),xe=(0,Sn.Z)(xe)==="object"?xe.format:xe),ve==="time"&&(se.format=xe),[se,xe]}function $t(Ft){return Ft&&typeof Ft=="string"}function It(Ft,se,Yt,ve){return[Ft,se,Yt,ve].some(function(xe){return xe!==void 0})}function Pe(Ft,se,Yt,ve,xe){var Qe=se,qe=Yt,hn=ve;if(!Ft&&!Qe&&!qe&&!hn&&!xe)Qe=!0,qe=!0,hn=!0;else if(Ft){var On,Un,dn,di=[Qe,qe,hn].some(function(ti){return ti===!1}),Ci=[Qe,qe,hn].some(function(ti){return ti===!0}),he=di?!0:!Ci;Qe=(On=Qe)!==null&&On!==void 0?On:he,qe=(Un=qe)!==null&&Un!==void 0?Un:he,hn=(dn=hn)!==null&&dn!==void 0?dn:he}return[Qe,qe,hn,xe]}function an(Ft){var se=Ft.showTime,Yt=sn(Ft),ve=(0,pe.Z)(Yt,2),xe=ve[0],Qe=ve[1],qe=se&&(0,Sn.Z)(se)==="object"?se:{},hn=(0,fe.Z)((0,fe.Z)({defaultOpenValue:qe.defaultOpenValue||qe.defaultValue},xe),qe),On=hn.showMillisecond,Un=hn.showHour,dn=hn.showMinute,di=hn.showSecond,Ci=It(Un,dn,di,On),he=Pe(Ci,Un,dn,di,On),ti=(0,pe.Z)(he,3);return Un=ti[0],dn=ti[1],di=ti[2],[hn,(0,fe.Z)((0,fe.Z)({},hn),{},{showHour:Un,showMinute:dn,showSecond:di,showMillisecond:On}),hn.format,Qe]}function Ve(Ft,se,Yt,ve,xe){var Qe=Ft==="time";if(Ft==="datetime"||Qe){for(var qe=ve,hn=te(Ft,xe,null),On=hn,Un=[se,Yt],dn=0;dn<Un.length;dn+=1){var di=Pt(Un[dn])[0];if($t(di)){On=di;break}}var Ci=qe.showHour,he=qe.showMinute,ti=qe.showSecond,Xn=qe.showMillisecond,jn=qe.use12Hours,Tn=rn(On,["a","A","LT","LLL","LTS"],jn),Ei=It(Ci,he,ti,Xn);Ei||(Ci=rn(On,["H","h","k","LT","LLL"]),he=rn(On,["m","LT","LLL"]),ti=rn(On,["s","LTS"]),Xn=rn(On,["SSS"]));var bi=Pe(Ei,Ci,he,ti,Xn),mi=(0,pe.Z)(bi,3);Ci=mi[0],he=mi[1],ti=mi[2];var ni=se||Fe(Ci,he,ti,Xn,Tn);return(0,fe.Z)((0,fe.Z)({},qe),{},{format:ni,showHour:Ci,showMinute:he,showSecond:ti,showMillisecond:Xn,use12Hours:Tn})}return null}function Se(Ft,se,Yt){if(se===!1)return null;var ve=se&&(0,Sn.Z)(se)==="object"?se:{};return ve.clearIcon||Yt||Nt.createElement("span",{className:"".concat(Ft,"-clear-btn")})}var $e=7;function He(Ft,se,Yt){return!Ft&&!se||Ft===se?!0:!Ft||!se?!1:Yt()}function xn(Ft,se,Yt){return He(se,Yt,function(){var ve=Math.floor(Ft.getYear(se)/10),xe=Math.floor(Ft.getYear(Yt)/10);return ve===xe})}function we(Ft,se,Yt){return He(se,Yt,function(){return Ft.getYear(se)===Ft.getYear(Yt)})}function de(Ft,se){var Yt=Math.floor(Ft.getMonth(se)/3);return Yt+1}function ke(Ft,se,Yt){return He(se,Yt,function(){return we(Ft,se,Yt)&&de(Ft,se)===de(Ft,Yt)})}function ze(Ft,se,Yt){return He(se,Yt,function(){return we(Ft,se,Yt)&&Ft.getMonth(se)===Ft.getMonth(Yt)})}function fn(Ft,se,Yt){return He(se,Yt,function(){return we(Ft,se,Yt)&&ze(Ft,se,Yt)&&Ft.getDate(se)===Ft.getDate(Yt)})}function Dt(Ft,se,Yt){return He(se,Yt,function(){return Ft.getHour(se)===Ft.getHour(Yt)&&Ft.getMinute(se)===Ft.getMinute(Yt)&&Ft.getSecond(se)===Ft.getSecond(Yt)})}function wt(Ft,se,Yt){return He(se,Yt,function(){return fn(Ft,se,Yt)&&Dt(Ft,se,Yt)&&Ft.getMillisecond(se)===Ft.getMillisecond(Yt)})}function yt(Ft,se,Yt,ve){return He(Yt,ve,function(){var xe=Ft.locale.getWeekFirstDate(se,Yt),Qe=Ft.locale.getWeekFirstDate(se,ve);return we(Ft,xe,Qe)&&Ft.locale.getWeek(se,Yt)===Ft.locale.getWeek(se,ve)})}function kt(Ft,se,Yt,ve,xe){switch(xe){case"date":return fn(Ft,Yt,ve);case"week":return yt(Ft,se.locale,Yt,ve);case"month":return ze(Ft,Yt,ve);case"quarter":return ke(Ft,Yt,ve);case"year":return we(Ft,Yt,ve);case"decade":return xn(Ft,Yt,ve);case"time":return Dt(Ft,Yt,ve);default:return wt(Ft,Yt,ve)}}function jt(Ft,se,Yt,ve){return!se||!Yt||!ve?!1:Ft.isAfter(ve,se)&&Ft.isAfter(Yt,ve)}function Mt(Ft,se,Yt,ve,xe){return kt(Ft,se,Yt,ve,xe)?!0:Ft.isAfter(Yt,ve)}function Gt(Ft,se,Yt){var ve=se.locale.getWeekFirstDay(Ft),xe=se.setDate(Yt,1),Qe=se.getWeekDay(xe),qe=se.addDate(xe,ve-Qe);return se.getMonth(qe)===se.getMonth(Yt)&&se.getDate(qe)>1&&(qe=se.addDate(qe,-7)),qe}function Ce(Ft,se){var Yt=se.generateConfig,ve=se.locale,xe=se.format;return Ft?typeof xe=="function"?xe(Ft):Yt.locale.format(ve.locale,Ft,xe):""}function be(Ft,se,Yt){var ve=se,xe=["getHour","getMinute","getSecond","getMillisecond"],Qe=["setHour","setMinute","setSecond","setMillisecond"];return Qe.forEach(function(qe,hn){Yt?ve=Ft[qe](ve,Ft[xe[hn]](Yt)):ve=Ft[qe](ve,0)}),ve}function on(Ft,se,Yt,ve,xe){var Qe=(0,ne.zX)(function(qe,hn){return!!(Yt&&Yt(qe,hn)||ve&&Ft.isAfter(ve,qe)&&!kt(Ft,se,ve,qe,hn.type)||xe&&Ft.isAfter(qe,xe)&&!kt(Ft,se,xe,qe,hn.type))});return Qe}function Ae(Ft,se,Yt){return Nt.useMemo(function(){var ve=te(Ft,se,Yt),xe=Pt(ve),Qe=xe[0],qe=(0,Sn.Z)(Qe)==="object"&&Qe.type==="mask"?Qe.format:null;return[xe.map(function(hn){return typeof hn=="string"||typeof hn=="function"?hn:hn.format}),qe]},[Ft,se,Yt])}function Le(Ft,se,Yt){return typeof Ft[0]=="function"||Yt?!0:se}function _e(Ft,se,Yt,ve){var xe=(0,ne.zX)(function(Qe,qe){var hn=(0,fe.Z)({type:se},qe);if(delete hn.activeIndex,!Ft.isValidate(Qe)||Yt&&Yt(Qe,hn))return!0;if((se==="date"||se==="time")&&ve){var On,Un=qe&&qe.activeIndex===1?"end":"start",dn=((On=ve.disabledTime)===null||On===void 0?void 0:On.call(ve,Qe,Un,{from:hn.from}))||{},di=dn.disabledHours,Ci=dn.disabledMinutes,he=dn.disabledSeconds,ti=dn.disabledMilliseconds,Xn=ve.disabledHours,jn=ve.disabledMinutes,Tn=ve.disabledSeconds,Ei=di||Xn,bi=Ci||jn,mi=he||Tn,ni=Ft.getHour(Qe),Vn=Ft.getMinute(Qe),Ti=Ft.getSecond(Qe),cr=Ft.getMillisecond(Qe);if(Ei&&Ei().includes(ni)||bi&&bi(ni).includes(Vn)||mi&&mi(ni,Vn).includes(Ti)||ti&&ti(ni,Vn,Ti).includes(cr))return!0}return!1});return xe}function un(Ft){var se=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,Yt=Nt.useMemo(function(){var ve=Ft&&Pt(Ft);return se&&ve&&(ve[1]=ve[1]||ve[0]),ve},[Ft,se]);return Yt}function Pn(Ft,se){var Yt=Ft.generateConfig,ve=Ft.locale,xe=Ft.picker,Qe=xe===void 0?"date":xe,qe=Ft.prefixCls,hn=qe===void 0?"rc-picker":qe,On=Ft.styles,Un=On===void 0?{}:On,dn=Ft.classNames,di=dn===void 0?{}:dn,Ci=Ft.order,he=Ci===void 0?!0:Ci,ti=Ft.components,Xn=ti===void 0?{}:ti,jn=Ft.inputRender,Tn=Ft.allowClear,Ei=Ft.clearIcon,bi=Ft.needConfirm,mi=Ft.multiple,ni=Ft.format,Vn=Ft.inputReadOnly,Ti=Ft.disabledDate,cr=Ft.minDate,mr=Ft.maxDate,kr=Ft.showTime,Si=Ft.value,yr=Ft.defaultValue,ur=Ft.pickerValue,Sr=Ft.defaultPickerValue,pr=un(Si),Pr=un(yr),Fn=un(ur),Ii=un(Sr),Ui=Qe==="date"&&kr?"datetime":Qe,or=Ui==="time"||Ui==="datetime",Ji=or||mi,Qi=bi!=null?bi:or,xi=an(Ft),Dr=(0,pe.Z)(xi,4),Kr=Dr[0],Yr=Dr[1],vr=Dr[2],to=Dr[3],$r=Ee(ve,Yr),Ur=Nt.useMemo(function(){return Ve(Ui,vr,to,Kr,$r)},[Ui,vr,to,Kr,$r]),mo=Nt.useMemo(function(){return(0,fe.Z)((0,fe.Z)({},Ft),{},{prefixCls:hn,locale:$r,picker:Qe,styles:Un,classNames:di,order:he,components:(0,fe.Z)({input:jn},Xn),clearIcon:Se(hn,Tn,Ei),showTime:Ur,value:pr,defaultValue:Pr,pickerValue:Fn,defaultPickerValue:Ii},se==null?void 0:se())},[Ft]),xo=Ae(Ui,$r,ni),No=(0,pe.Z)(xo,2),oo=No[0],ta=No[1],Mo=Le(oo,Vn,mi),na=on(Yt,ve,Ti,cr,mr),Fo=_e(Yt,Qe,na,Ur),Yo=Nt.useMemo(function(){return(0,fe.Z)((0,fe.Z)({},mo),{},{needConfirm:Qi,inputReadOnly:Mo,disabledDate:na})},[mo,Qi,Mo,na]);return[Yo,Ui,Ji,oo,ta,Fo]}var gn=Et(16089);function en(Ft,se,Yt){var ve=(0,ne.C8)(se,{value:Ft}),xe=(0,pe.Z)(ve,2),Qe=xe[0],qe=xe[1],hn=Nt.useRef(Ft),On=Nt.useRef(),Un=function(){gn.Z.cancel(On.current)},dn=(0,ne.zX)(function(){qe(hn.current),Yt&&Qe!==hn.current&&Yt(hn.current)}),di=(0,ne.zX)(function(Ci,he){Un(),hn.current=Ci,Ci||he?dn():On.current=(0,gn.Z)(dn)});return Nt.useEffect(function(){return Un},[]),[Qe,di]}function Zn(Ft,se){var Yt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],ve=arguments.length>3?arguments[3]:void 0,xe=Yt.every(function(dn){return dn})?!1:Ft,Qe=en(xe,se||!1,ve),qe=(0,pe.Z)(Qe,2),hn=qe[0],On=qe[1];function Un(dn){var di=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};(!di.inherit||hn)&&On(dn,di.force)}return[hn,Un]}function Hn(Ft){var se=Nt.useRef();return Nt.useImperativeHandle(Ft,function(){var Yt;return{nativeElement:(Yt=se.current)===null||Yt===void 0?void 0:Yt.nativeElement,focus:function(xe){var Qe;(Qe=se.current)===null||Qe===void 0||Qe.focus(xe)},blur:function(){var xe;(xe=se.current)===null||xe===void 0||xe.blur()}}}),se}function mn(Ft,se){return Nt.useMemo(function(){return Ft||(se?((0,ge.ZP)(!1,"`ranges` is deprecated. Please use `presets` instead."),Object.entries(se).map(function(Yt){var ve=(0,pe.Z)(Yt,2),xe=ve[0],Qe=ve[1];return{label:xe,value:Qe}})):[])},[Ft,se])}function zn(Ft,se){var Yt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,ve=Nt.useRef(se);ve.current=se,(0,Ht.o)(function(){if(Ft)ve.current(Ft);else{var xe=(0,gn.Z)(function(){ve.current(Ft)},Yt);return function(){gn.Z.cancel(xe)}}},[Ft])}function Ri(Ft){var se=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],Yt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,ve=Nt.useState(0),xe=(0,pe.Z)(ve,2),Qe=xe[0],qe=xe[1],hn=Nt.useState(!1),On=(0,pe.Z)(hn,2),Un=On[0],dn=On[1],di=Nt.useRef([]),Ci=Nt.useRef(null),he=Nt.useRef(null),ti=function(mi){Ci.current=mi},Xn=function(mi){return Ci.current===mi},jn=function(mi){dn(mi)},Tn=function(mi){return mi&&(he.current=mi),he.current},Ei=function(mi){var ni=di.current,Vn=new Set(ni.filter(function(cr){return mi[cr]||se[cr]})),Ti=ni[ni.length-1]===0?1:0;return Vn.size>=2||Ft[Ti]?null:Ti};return zn(Un||Yt,function(){Un||(di.current=[],ti(null))}),Nt.useEffect(function(){Un&&di.current.push(Qe)},[Un,Qe]),[Un,jn,Tn,Qe,qe,Ei,di.current,ti,Xn]}function vi(Ft,se,Yt,ve,xe,Qe){var qe=Yt[Yt.length-1],hn=function(Un,dn){var di=(0,pe.Z)(Ft,2),Ci=di[0],he=di[1],ti=(0,fe.Z)((0,fe.Z)({},dn),{},{from:Jt(Ft,Yt)});return qe===1&&se[0]&&Ci&&!kt(ve,xe,Ci,Un,ti.type)&&ve.isAfter(Ci,Un)||qe===0&&se[1]&&he&&!kt(ve,xe,he,Un,ti.type)&&ve.isAfter(Un,he)?!0:Qe==null?void 0:Qe(Un,ti)};return hn}function ji(Ft,se,Yt,ve){switch(se){case"date":case"week":return Ft.addMonth(Yt,ve);case"month":case"quarter":return Ft.addYear(Yt,ve);case"year":return Ft.addYear(Yt,ve*10);case"decade":return Ft.addYear(Yt,ve*100);default:return Yt}}var er=[];function Ke(Ft,se,Yt,ve,xe,Qe,qe,hn){var On=arguments.length>8&&arguments[8]!==void 0?arguments[8]:er,Un=arguments.length>9&&arguments[9]!==void 0?arguments[9]:er,dn=arguments.length>10&&arguments[10]!==void 0?arguments[10]:er,di=arguments.length>11?arguments[11]:void 0,Ci=arguments.length>12?arguments[12]:void 0,he=arguments.length>13?arguments[13]:void 0,ti=qe==="time",Xn=Qe||0,jn=function(Fn){var Ii=Ft.getNow();return ti&&(Ii=be(Ft,Ii)),On[Fn]||Yt[Fn]||Ii},Tn=(0,pe.Z)(Un,2),Ei=Tn[0],bi=Tn[1],mi=(0,ne.C8)(function(){return jn(0)},{value:Ei}),ni=(0,pe.Z)(mi,2),Vn=ni[0],Ti=ni[1],cr=(0,ne.C8)(function(){return jn(1)},{value:bi}),mr=(0,pe.Z)(cr,2),kr=mr[0],Si=mr[1],yr=Nt.useMemo(function(){var Pr=[Vn,kr][Xn];return ti?Pr:be(Ft,Pr,dn[Xn])},[ti,Vn,kr,Xn,Ft,dn]),ur=function(Fn){var Ii=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"panel",Ui=[Ti,Si][Xn];Ui(Fn);var or=[Vn,kr];or[Xn]=Fn,di&&(!kt(Ft,se,Vn,or[0],qe)||!kt(Ft,se,kr,or[1],qe))&&di(or,{source:Ii,range:Xn===1?"end":"start",mode:ve})},Sr=function(Fn,Ii){if(hn){var Ui={date:"month",week:"month",month:"year",quarter:"year"},or=Ui[qe];if(or&&!kt(Ft,se,Fn,Ii,or))return ji(Ft,qe,Ii,-1);if(qe==="year"&&Fn){var Ji=Math.floor(Ft.getYear(Fn)/10),Qi=Math.floor(Ft.getYear(Ii)/10);if(Ji!==Qi)return ji(Ft,qe,Ii,-1)}}return Ii},pr=Nt.useRef(null);return(0,Ht.Z)(function(){if(xe&&!On[Xn]){var Pr=ti?null:Ft.getNow();if(pr.current!==null&&pr.current!==Xn?Pr=[Vn,kr][Xn^1]:Yt[Xn]?Pr=Xn===0?Yt[0]:Sr(Yt[0],Yt[1]):Yt[Xn^1]&&(Pr=Yt[Xn^1]),Pr){Ci&&Ft.isAfter(Ci,Pr)&&(Pr=Ci);var Fn=hn?ji(Ft,qe,Pr,1):Pr;he&&Ft.isAfter(Fn,he)&&(Pr=hn?ji(Ft,qe,he,-1):he),ur(Pr,"reset")}}},[xe,Xn,Yt[Xn]]),Nt.useEffect(function(){xe?pr.current=Xn:pr.current=null},[xe,Xn]),(0,Ht.Z)(function(){xe&&On&&On[Xn]&&ur(On[Xn],"reset")},[xe,Xn]),[yr,ur]}function Ue(Ft,se){var Yt=Nt.useRef(Ft),ve=Nt.useState({}),xe=(0,pe.Z)(ve,2),Qe=xe[1],qe=function(Un){return Un&&se!==void 0?se:Yt.current},hn=function(Un){Yt.current=Un,Qe({})};return[qe,hn,qe(!0)]}var ii=[];function Ai(Ft,se,Yt){var ve=function(qe){return qe.map(function(hn){return Ce(hn,{generateConfig:Ft,locale:se,format:Yt[0]})})},xe=function(qe,hn){for(var On=Math.max(qe.length,hn.length),Un=-1,dn=0;dn<On;dn+=1){var di=qe[dn]||null,Ci=hn[dn]||null;if(di!==Ci&&!wt(Ft,di,Ci)){Un=dn;break}}return[Un<0,Un!==0]};return[ve,xe]}function Fi(Ft,se){return(0,re.Z)(Ft).sort(function(Yt,ve){return se.isAfter(Yt,ve)?1:-1})}function Mi(Ft){var se=Ue(Ft),Yt=(0,pe.Z)(se,2),ve=Yt[0],xe=Yt[1],Qe=(0,ne.zX)(function(){xe(Ft)});return Nt.useEffect(function(){Qe()},[Ft]),[ve,xe]}function sr(Ft,se,Yt,ve,xe,Qe,qe,hn,On){var Un=(0,ne.C8)(Qe,{value:qe}),dn=(0,pe.Z)(Un,2),di=dn[0],Ci=dn[1],he=di||ii,ti=Mi(he),Xn=(0,pe.Z)(ti,2),jn=Xn[0],Tn=Xn[1],Ei=Ai(Ft,se,Yt),bi=(0,pe.Z)(Ei,2),mi=bi[0],ni=bi[1],Vn=(0,ne.zX)(function(cr){var mr=(0,re.Z)(cr);if(ve)for(var kr=0;kr<2;kr+=1)mr[kr]=mr[kr]||null;else xe&&(mr=Fi(mr.filter(function(Pr){return Pr}),Ft));var Si=ni(jn(),mr),yr=(0,pe.Z)(Si,2),ur=yr[0],Sr=yr[1];if(!ur&&(Tn(mr),hn)){var pr=mi(mr);hn(mr,pr,{range:Sr?"end":"start"})}}),Ti=function(){On&&On(jn())};return[he,Ci,jn,Vn,Ti]}function nr(Ft,se,Yt,ve,xe,Qe,qe,hn,On,Un){var dn=Ft.generateConfig,di=Ft.locale,Ci=Ft.picker,he=Ft.onChange,ti=Ft.allowEmpty,Xn=Ft.order,jn=Qe.some(function(ur){return ur})?!1:Xn,Tn=Ai(dn,di,qe),Ei=(0,pe.Z)(Tn,2),bi=Ei[0],mi=Ei[1],ni=Ue(se),Vn=(0,pe.Z)(ni,2),Ti=Vn[0],cr=Vn[1],mr=(0,ne.zX)(function(){cr(se)});Nt.useEffect(function(){mr()},[se]);var kr=(0,ne.zX)(function(ur){var Sr=ur===null,pr=(0,re.Z)(ur||Ti());if(Sr)for(var Pr=Math.max(Qe.length,pr.length),Fn=0;Fn<Pr;Fn+=1)Qe[Fn]||(pr[Fn]=null);jn&&pr[0]&&pr[1]&&(pr=Fi(pr,dn)),xe(pr);var Ii=pr,Ui=(0,pe.Z)(Ii,2),or=Ui[0],Ji=Ui[1],Qi=!or,xi=!Ji,Dr=ti?(!Qi||ti[0])&&(!xi||ti[1]):!0,Kr=!Xn||Qi||xi||kt(dn,di,or,Ji,Ci)||dn.isAfter(Ji,or),Yr=(Qe[0]||!or||!Un(or,{activeIndex:0}))&&(Qe[1]||!Ji||!Un(Ji,{from:or,activeIndex:1})),vr=Sr||Dr&&Kr&&Yr;if(vr){Yt(pr);var to=mi(pr,se),$r=(0,pe.Z)(to,1),Ur=$r[0];he&&!Ur&&he(Sr&&pr.every(function(mo){return!mo})?null:pr,bi(pr))}return vr}),Si=(0,ne.zX)(function(ur,Sr){var pr=Rt(Ti(),ur,ve()[ur]);cr(pr),Sr&&kr()}),yr=!hn&&!On;return zn(!yr,function(){yr&&(kr(),xe(se),mr())},2),[Si,kr]}function fr(Ft,se,Yt,ve,xe){return se!=="date"&&se!=="time"?!1:Yt!==void 0?Yt:ve!==void 0?ve:!xe&&(Ft==="date"||Ft==="time")}var _n=Et(29301);function qi(Ft,se,Yt,ve,xe,Qe){var qe=Ft;function hn(di,Ci,he){var ti=Qe[di](qe),Xn=he.find(function(bi){return bi.value===ti});if(!Xn||Xn.disabled){var jn=he.filter(function(bi){return!bi.disabled}),Tn=(0,re.Z)(jn).reverse(),Ei=Tn.find(function(bi){return bi.value<=ti})||jn[0];Ei&&(ti=Ei.value,qe=Qe[Ci](qe,ti))}return ti}var On=hn("getHour","setHour",se()),Un=hn("getMinute","setMinute",Yt(On)),dn=hn("getSecond","setSecond",ve(On,Un));return hn("getMillisecond","setMillisecond",xe(On,Un,dn)),qe}function Ct(){return[]}function Bi(Ft,se){for(var Yt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,ve=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,xe=arguments.length>4&&arguments[4]!==void 0?arguments[4]:[],Qe=arguments.length>5&&arguments[5]!==void 0?arguments[5]:2,qe=[],hn=Yt>=1?Yt|0:1,On=Ft;On<=se;On+=hn){var Un=xe.includes(On);(!Un||!ve)&&qe.push({label:St(On,Qe),value:On,disabled:Un})}return qe}function oi(Ft){var se=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Yt=arguments.length>2?arguments[2]:void 0,ve=se||{},xe=ve.use12Hours,Qe=ve.hourStep,qe=Qe===void 0?1:Qe,hn=ve.minuteStep,On=hn===void 0?1:hn,Un=ve.secondStep,dn=Un===void 0?1:Un,di=ve.millisecondStep,Ci=di===void 0?100:di,he=ve.hideDisabledOptions,ti=ve.disabledTime,Xn=ve.disabledHours,jn=ve.disabledMinutes,Tn=ve.disabledSeconds,Ei=Nt.useMemo(function(){return Yt||Ft.getNow()},[Yt,Ft]);if(0)var bi,mi,ni;var Vn=Nt.useCallback(function(Ji){var Qi=(ti==null?void 0:ti(Ji))||{};return[Qi.disabledHours||Xn||Ct,Qi.disabledMinutes||jn||Ct,Qi.disabledSeconds||Tn||Ct,Qi.disabledMilliseconds||Ct]},[ti,Xn,jn,Tn]),Ti=Nt.useMemo(function(){return Vn(Ei)},[Ei,Vn]),cr=(0,pe.Z)(Ti,4),mr=cr[0],kr=cr[1],Si=cr[2],yr=cr[3],ur=Nt.useCallback(function(Ji,Qi,xi,Dr){var Kr=Bi(0,23,qe,he,Ji()),Yr=xe?Kr.map(function(Ur){return(0,fe.Z)((0,fe.Z)({},Ur),{},{label:St(Ur.value%12||12,2)})}):Kr,vr=function(mo){return Bi(0,59,On,he,Qi(mo))},to=function(mo,xo){return Bi(0,59,dn,he,xi(mo,xo))},$r=function(mo,xo,No){return Bi(0,999,Ci,he,Dr(mo,xo,No),3)};return[Yr,vr,to,$r]},[he,qe,xe,Ci,On,dn]),Sr=Nt.useMemo(function(){return ur(mr,kr,Si,yr)},[ur,mr,kr,Si,yr]),pr=(0,pe.Z)(Sr,4),Pr=pr[0],Fn=pr[1],Ii=pr[2],Ui=pr[3],or=function(Qi,xi){var Dr=function(){return Pr},Kr=Fn,Yr=Ii,vr=Ui;if(xi){var to=Vn(xi),$r=(0,pe.Z)(to,4),Ur=$r[0],mo=$r[1],xo=$r[2],No=$r[3],oo=ur(Ur,mo,xo,No),ta=(0,pe.Z)(oo,4),Mo=ta[0],na=ta[1],Fo=ta[2],Yo=ta[3];Dr=function(){return Mo},Kr=na,Yr=Fo,vr=Yo}var ia=qi(Qi,Dr,Kr,Yr,vr,Ft);return ia};return[or,Pr,Fn,Ii,Ui]}function Wn(Ft){var se=Ft.mode,Yt=Ft.internalMode,ve=Ft.renderExtraFooter,xe=Ft.showNow,Qe=Ft.showTime,qe=Ft.onSubmit,hn=Ft.onNow,On=Ft.invalid,Un=Ft.needConfirm,dn=Ft.generateConfig,di=Ft.disabledDate,Ci=Nt.useContext(ct),he=Ci.prefixCls,ti=Ci.locale,Xn=Ci.button,jn=Xn===void 0?"button":Xn,Tn=dn.getNow(),Ei=oi(dn,Qe,Tn),bi=(0,pe.Z)(Ei,1),mi=bi[0],ni=ve==null?void 0:ve(se),Vn=di(Tn,{type:se}),Ti=function(){if(!Vn){var Sr=mi(Tn);hn(Sr)}},cr="".concat(he,"-now"),mr="".concat(cr,"-btn"),kr=xe&&Nt.createElement("li",{className:cr},Nt.createElement("a",{className:Bt()(mr,Vn&&"".concat(mr,"-disabled")),"aria-disabled":Vn,onClick:Ti},Yt==="date"?ti.today:ti.now)),Si=Un&&Nt.createElement("li",{className:"".concat(he,"-ok")},Nt.createElement(jn,{disabled:On,onClick:qe},ti.ok)),yr=(kr||Si)&&Nt.createElement("ul",{className:"".concat(he,"-ranges")},kr,Si);return!ni&&!yr?null:Nt.createElement("div",{className:"".concat(he,"-footer")},ni&&Nt.createElement("div",{className:"".concat(he,"-footer-extra")},ni),yr)}function Bn(Ft,se,Yt){function ve(xe,Qe){var qe=xe.findIndex(function(On){return kt(Ft,se,On,Qe,Yt)});if(qe===-1)return[].concat((0,re.Z)(xe),[Qe]);var hn=(0,re.Z)(xe);return hn.splice(qe,1),hn}return ve}var En=Nt.createContext(null);function vn(){return Nt.useContext(En)}function ui(Ft,se){var Yt=Ft.prefixCls,ve=Ft.generateConfig,xe=Ft.locale,Qe=Ft.disabledDate,qe=Ft.minDate,hn=Ft.maxDate,On=Ft.cellRender,Un=Ft.hoverValue,dn=Ft.hoverRangeValue,di=Ft.onHover,Ci=Ft.values,he=Ft.pickerValue,ti=Ft.onSelect,Xn=Ft.prevIcon,jn=Ft.nextIcon,Tn=Ft.superPrevIcon,Ei=Ft.superNextIcon,bi=ve.getNow(),mi={now:bi,values:Ci,pickerValue:he,prefixCls:Yt,disabledDate:Qe,minDate:qe,maxDate:hn,cellRender:On,hoverValue:Un,hoverRangeValue:dn,onHover:di,locale:xe,generateConfig:ve,onSelect:ti,panelType:se,prevIcon:Xn,nextIcon:jn,superPrevIcon:Tn,superNextIcon:Ei};return[mi,bi]}var Te=Nt.createContext({});function Ze(Ft){for(var se=Ft.rowNum,Yt=Ft.colNum,ve=Ft.baseDate,xe=Ft.getCellDate,Qe=Ft.prefixColumn,qe=Ft.rowClassName,hn=Ft.titleFormat,On=Ft.getCellText,Un=Ft.getCellClassName,dn=Ft.headerCells,di=Ft.cellSelection,Ci=di===void 0?!0:di,he=Ft.disabledDate,ti=vn(),Xn=ti.prefixCls,jn=ti.panelType,Tn=ti.now,Ei=ti.disabledDate,bi=ti.cellRender,mi=ti.onHover,ni=ti.hoverValue,Vn=ti.hoverRangeValue,Ti=ti.generateConfig,cr=ti.values,mr=ti.locale,kr=ti.onSelect,Si=he||Ei,yr="".concat(Xn,"-cell"),ur=Nt.useContext(Te),Sr=ur.onCellDblClick,pr=function(xi){return cr.some(function(Dr){return Dr&&kt(Ti,mr,xi,Dr,jn)})},Pr=[],Fn=0;Fn<se;Fn+=1){for(var Ii=[],Ui=void 0,or=function(){var xi=Fn*Yt+Ji,Dr=xe(ve,xi),Kr=Si==null?void 0:Si(Dr,{type:jn});Ji===0&&(Ui=Dr,Qe&&Ii.push(Qe(Ui)));var Yr=!1,vr=!1,to=!1;if(Ci&&Vn){var $r=(0,pe.Z)(Vn,2),Ur=$r[0],mo=$r[1];Yr=jt(Ti,Ur,mo,Dr),vr=kt(Ti,mr,Dr,Ur,jn),to=kt(Ti,mr,Dr,mo,jn)}var xo=hn?Ce(Dr,{locale:mr,format:hn,generateConfig:Ti}):void 0,No=Nt.createElement("div",{className:"".concat(yr,"-inner")},On(Dr));Ii.push(Nt.createElement("td",{key:Ji,title:xo,className:Bt()(yr,(0,fe.Z)((0,Je.Z)((0,Je.Z)((0,Je.Z)((0,Je.Z)((0,Je.Z)((0,Je.Z)({},"".concat(yr,"-disabled"),Kr),"".concat(yr,"-hover"),(ni||[]).some(function(oo){return kt(Ti,mr,Dr,oo,jn)})),"".concat(yr,"-in-range"),Yr&&!vr&&!to),"".concat(yr,"-range-start"),vr),"".concat(yr,"-range-end"),to),"".concat(Xn,"-cell-selected"),!Vn&&jn!=="week"&&pr(Dr)),Un(Dr))),onClick:function(){Kr||kr(Dr)},onDoubleClick:function(){!Kr&&Sr&&Sr()},onMouseEnter:function(){Kr||mi==null||mi(Dr)},onMouseLeave:function(){Kr||mi==null||mi(null)}},bi?bi(Dr,{prefixCls:Xn,originNode:No,today:Tn,type:jn,locale:mr}):No))},Ji=0;Ji<Yt;Ji+=1)or();Pr.push(Nt.createElement("tr",{key:Fn,className:qe==null?void 0:qe(Ui)},Ii))}return Nt.createElement("div",{className:"".concat(Xn,"-body")},Nt.createElement("table",{className:"".concat(Xn,"-content")},dn&&Nt.createElement("thead",null,Nt.createElement("tr",null,dn)),Nt.createElement("tbody",null,Pr)))}var Ne={visibility:"hidden"};function ln(Ft){var se=Ft.offset,Yt=Ft.superOffset,ve=Ft.onChange,xe=Ft.getStart,Qe=Ft.getEnd,qe=Ft.children,hn=vn(),On=hn.prefixCls,Un=hn.prevIcon,dn=Un===void 0?"\u2039":Un,di=hn.nextIcon,Ci=di===void 0?"\u203A":di,he=hn.superPrevIcon,ti=he===void 0?"\xAB":he,Xn=hn.superNextIcon,jn=Xn===void 0?"\xBB":Xn,Tn=hn.minDate,Ei=hn.maxDate,bi=hn.generateConfig,mi=hn.locale,ni=hn.pickerValue,Vn=hn.panelType,Ti="".concat(On,"-header"),cr=Nt.useContext(Te),mr=cr.hidePrev,kr=cr.hideNext,Si=cr.hideHeader,yr=Nt.useMemo(function(){if(!Tn||!se||!Qe)return!1;var Qi=Qe(se(-1,ni));return!Mt(bi,mi,Qi,Tn,Vn)},[Tn,se,ni,Qe,bi,mi,Vn]),ur=Nt.useMemo(function(){if(!Tn||!Yt||!Qe)return!1;var Qi=Qe(Yt(-1,ni));return!Mt(bi,mi,Qi,Tn,Vn)},[Tn,Yt,ni,Qe,bi,mi,Vn]),Sr=Nt.useMemo(function(){if(!Ei||!se||!xe)return!1;var Qi=xe(se(1,ni));return!Mt(bi,mi,Ei,Qi,Vn)},[Ei,se,ni,xe,bi,mi,Vn]),pr=Nt.useMemo(function(){if(!Ei||!Yt||!xe)return!1;var Qi=xe(Yt(1,ni));return!Mt(bi,mi,Ei,Qi,Vn)},[Ei,Yt,ni,xe,bi,mi,Vn]),Pr=function(xi){se&&ve(se(xi,ni))},Fn=function(xi){Yt&&ve(Yt(xi,ni))};if(Si)return null;var Ii="".concat(Ti,"-prev-btn"),Ui="".concat(Ti,"-next-btn"),or="".concat(Ti,"-super-prev-btn"),Ji="".concat(Ti,"-super-next-btn");return Nt.createElement("div",{className:Ti},Yt&&Nt.createElement("button",{type:"button","aria-label":mi.previousYear,onClick:function(){return Fn(-1)},tabIndex:-1,className:Bt()(or,ur&&"".concat(or,"-disabled")),disabled:ur,style:mr?Ne:{}},ti),se&&Nt.createElement("button",{type:"button","aria-label":mi.previousMonth,onClick:function(){return Pr(-1)},tabIndex:-1,className:Bt()(Ii,yr&&"".concat(Ii,"-disabled")),disabled:yr,style:mr?Ne:{}},dn),Nt.createElement("div",{className:"".concat(Ti,"-view")},qe),se&&Nt.createElement("button",{type:"button","aria-label":mi.nextMonth,onClick:function(){return Pr(1)},tabIndex:-1,className:Bt()(Ui,Sr&&"".concat(Ui,"-disabled")),disabled:Sr,style:kr?Ne:{}},Ci),Yt&&Nt.createElement("button",{type:"button","aria-label":mi.nextYear,onClick:function(){return Fn(1)},tabIndex:-1,className:Bt()(Ji,pr&&"".concat(Ji,"-disabled")),disabled:pr,style:kr?Ne:{}},jn))}var Oi=ln;function Ni(Ft){var se=Ft.prefixCls,Yt=Ft.panelName,ve=Yt===void 0?"date":Yt,xe=Ft.locale,Qe=Ft.generateConfig,qe=Ft.pickerValue,hn=Ft.onPickerValueChange,On=Ft.onModeChange,Un=Ft.mode,dn=Un===void 0?"date":Un,di=Ft.disabledDate,Ci=Ft.onSelect,he=Ft.onHover,ti=Ft.showWeek,Xn="".concat(se,"-").concat(ve,"-panel"),jn="".concat(se,"-cell"),Tn=dn==="week",Ei=ui(Ft,dn),bi=(0,pe.Z)(Ei,2),mi=bi[0],ni=bi[1],Vn=Qe.locale.getWeekFirstDay(xe.locale),Ti=Qe.setDate(qe,1),cr=Gt(xe.locale,Qe,Ti),mr=Qe.getMonth(qe),kr=ti===void 0?Tn:ti,Si=kr?function(Qi){var xi=di==null?void 0:di(Qi,{type:"week"});return Nt.createElement("td",{key:"week",className:Bt()(jn,"".concat(jn,"-week"),(0,Je.Z)({},"".concat(jn,"-disabled"),xi)),onClick:function(){xi||Ci(Qi)},onMouseEnter:function(){xi||he==null||he(Qi)},onMouseLeave:function(){xi||he==null||he(null)}},Nt.createElement("div",{className:"".concat(jn,"-inner")},Qe.locale.getWeek(xe.locale,Qi)))}:null,yr=[],ur=xe.shortWeekDays||(Qe.locale.getShortWeekDays?Qe.locale.getShortWeekDays(xe.locale):[]);Si&&yr.push(Nt.createElement("th",{key:"empty"},Nt.createElement("span",{style:{width:0,height:0,position:"absolute",overflow:"hidden",opacity:0}},xe.week)));for(var Sr=0;Sr<$e;Sr+=1)yr.push(Nt.createElement("th",{key:Sr},ur[(Sr+Vn)%$e]));var pr=function(xi,Dr){return Qe.addDate(xi,Dr)},Pr=function(xi){return Ce(xi,{locale:xe,format:xe.cellDateFormat,generateConfig:Qe})},Fn=function(xi){var Dr=(0,Je.Z)((0,Je.Z)({},"".concat(se,"-cell-in-view"),ze(Qe,xi,qe)),"".concat(se,"-cell-today"),fn(Qe,xi,ni));return Dr},Ii=xe.shortMonths||(Qe.locale.getShortMonths?Qe.locale.getShortMonths(xe.locale):[]),Ui=Nt.createElement("button",{type:"button","aria-label":xe.yearSelect,key:"year",onClick:function(){On("year",qe)},tabIndex:-1,className:"".concat(se,"-year-btn")},Ce(qe,{locale:xe,format:xe.yearFormat,generateConfig:Qe})),or=Nt.createElement("button",{type:"button","aria-label":xe.monthSelect,key:"month",onClick:function(){On("month",qe)},tabIndex:-1,className:"".concat(se,"-month-btn")},xe.monthFormat?Ce(qe,{locale:xe,format:xe.monthFormat,generateConfig:Qe}):Ii[mr]),Ji=xe.monthBeforeYear?[or,Ui]:[Ui,or];return Nt.createElement(En.Provider,{value:mi},Nt.createElement("div",{className:Bt()(Xn,ti&&"".concat(Xn,"-show-week"))},Nt.createElement(Oi,{offset:function(xi){return Qe.addMonth(qe,xi)},superOffset:function(xi){return Qe.addYear(qe,xi)},onChange:hn,getStart:function(xi){return Qe.setDate(xi,1)},getEnd:function(xi){var Dr=Qe.setDate(xi,1);return Dr=Qe.addMonth(Dr,1),Qe.addDate(Dr,-1)}},Ji),Nt.createElement(Ze,(0,Lt.Z)({titleFormat:xe.fieldDateFormat},Ft,{colNum:$e,rowNum:6,baseDate:cr,headerCells:yr,getCellDate:pr,getCellText:Pr,getCellClassName:Fn,prefixColumn:Si,cellSelection:!Tn}))))}var $i=Et(29194),Ye=1/3;function cn(Ft,se){var Yt=Nt.useRef(!1),ve=Nt.useRef(null),xe=Nt.useRef(null),Qe=function(){return Yt.current},qe=function(){gn.Z.cancel(ve.current),Yt.current=!1},hn=Nt.useRef(),On=function(){var di=Ft.current;if(xe.current=null,hn.current=0,di){var Ci=di.querySelector('[data-value="'.concat(se,'"]')),he=di.querySelector("li"),ti=function Xn(){qe(),Yt.current=!0,hn.current+=1;var jn=di.scrollTop,Tn=he.offsetTop,Ei=Ci.offsetTop,bi=Ei-Tn;if(Ei===0&&Ci!==he||!(0,$i.Z)(di)){hn.current<=5&&(ve.current=(0,gn.Z)(Xn));return}var mi=jn+(bi-jn)*Ye,ni=Math.abs(bi-mi);if(xe.current!==null&&xe.current<ni){qe();return}if(xe.current=ni,ni<=1){di.scrollTop=bi,qe();return}di.scrollTop=mi,ve.current=(0,gn.Z)(Xn)};Ci&&he&&ti()}},Un=(0,ne.zX)(On);return[Un,qe,Qe]}var Pi=300;function dr(Ft){return Ft.map(function(se){var Yt=se.value,ve=se.label,xe=se.disabled;return[Yt,ve,xe].join(",")}).join(";")}function Yn(Ft){var se=Ft.units,Yt=Ft.value,ve=Ft.optionalValue,xe=Ft.type,Qe=Ft.onChange,qe=Ft.onHover,hn=Ft.onDblClick,On=Ft.changeOnScroll,Un=vn(),dn=Un.prefixCls,di=Un.cellRender,Ci=Un.now,he=Un.locale,ti="".concat(dn,"-time-panel"),Xn="".concat(dn,"-time-panel-cell"),jn=Nt.useRef(null),Tn=Nt.useRef(),Ei=function(){clearTimeout(Tn.current)},bi=cn(jn,Yt!=null?Yt:ve),mi=(0,pe.Z)(bi,3),ni=mi[0],Vn=mi[1],Ti=mi[2];(0,Ht.Z)(function(){return ni(),Ei(),function(){Vn(),Ei()}},[Yt,ve,dr(se)]);var cr=function(Si){Ei();var yr=Si.target;!Ti()&&On&&(Tn.current=setTimeout(function(){var ur=jn.current,Sr=ur.querySelector("li").offsetTop,pr=Array.from(ur.querySelectorAll("li")),Pr=pr.map(function(Ji){return Ji.offsetTop-Sr}),Fn=Pr.map(function(Ji,Qi){return se[Qi].disabled?Number.MAX_SAFE_INTEGER:Math.abs(Ji-yr.scrollTop)}),Ii=Math.min.apply(Math,(0,re.Z)(Fn)),Ui=Fn.findIndex(function(Ji){return Ji===Ii}),or=se[Ui];or&&!or.disabled&&Qe(or.value)},Pi))},mr="".concat(ti,"-column");return Nt.createElement("ul",{className:mr,ref:jn,"data-type":xe,onScroll:cr},se.map(function(kr){var Si=kr.label,yr=kr.value,ur=kr.disabled,Sr=Nt.createElement("div",{className:"".concat(Xn,"-inner")},Si);return Nt.createElement("li",{key:yr,className:Bt()(Xn,(0,Je.Z)((0,Je.Z)({},"".concat(Xn,"-selected"),Yt===yr),"".concat(Xn,"-disabled"),ur)),onClick:function(){ur||Qe(yr)},onDoubleClick:function(){!ur&&hn&&hn()},onMouseEnter:function(){qe(yr)},onMouseLeave:function(){qe(null)},"data-value":yr},di?di(yr,{prefixCls:dn,originNode:Sr,today:Ci,type:"time",subType:xe,locale:he}):Sr)}))}function Qt(Ft){return Ft<12}function Me(Ft){var se=Ft.showHour,Yt=Ft.showMinute,ve=Ft.showSecond,xe=Ft.showMillisecond,Qe=Ft.use12Hours,qe=Ft.changeOnScroll,hn=vn(),On=hn.prefixCls,Un=hn.values,dn=hn.generateConfig,di=hn.locale,Ci=hn.onSelect,he=hn.onHover,ti=he===void 0?function(){}:he,Xn=hn.pickerValue,jn=(Un==null?void 0:Un[0])||null,Tn=Nt.useContext(Te),Ei=Tn.onCellDblClick,bi=oi(dn,Ft,jn),mi=(0,pe.Z)(bi,5),ni=mi[0],Vn=mi[1],Ti=mi[2],cr=mi[3],mr=mi[4],kr=function(pi){var Zo=jn&&dn[pi](jn),ce=Xn&&dn[pi](Xn);return[Zo,ce]},Si=kr("getHour"),yr=(0,pe.Z)(Si,2),ur=yr[0],Sr=yr[1],pr=kr("getMinute"),Pr=(0,pe.Z)(pr,2),Fn=Pr[0],Ii=Pr[1],Ui=kr("getSecond"),or=(0,pe.Z)(Ui,2),Ji=or[0],Qi=or[1],xi=kr("getMillisecond"),Dr=(0,pe.Z)(xi,2),Kr=Dr[0],Yr=Dr[1],vr=ur===null?null:Qt(ur)?"am":"pm",to=Nt.useMemo(function(){return Qe?Qt(ur)?Vn.filter(function(wr){return Qt(wr.value)}):Vn.filter(function(wr){return!Qt(wr.value)}):Vn},[ur,Vn,Qe]),$r=function(pi,Zo){var ce,Ln=pi.filter(function(za){return!za.disabled});return Zo!=null?Zo:Ln==null||(ce=Ln[0])===null||ce===void 0?void 0:ce.value},Ur=$r(Vn,ur),mo=Nt.useMemo(function(){return Ti(Ur)},[Ti,Ur]),xo=$r(mo,Fn),No=Nt.useMemo(function(){return cr(Ur,xo)},[cr,Ur,xo]),oo=$r(No,Ji),ta=Nt.useMemo(function(){return mr(Ur,xo,oo)},[mr,Ur,xo,oo]),Mo=$r(ta,Kr),na=Nt.useMemo(function(){if(!Qe)return[];var wr=dn.getNow(),pi=dn.setHour(wr,6),Zo=dn.setHour(wr,18),ce=function(za,ja){var da=di.cellMeridiemFormat;return da?Ce(za,{generateConfig:dn,locale:di,format:da}):ja};return[{label:ce(pi,"AM"),value:"am",disabled:Vn.every(function(Ln){return Ln.disabled||!Qt(Ln.value)})},{label:ce(Zo,"PM"),value:"pm",disabled:Vn.every(function(Ln){return Ln.disabled||Qt(Ln.value)})}]},[Vn,Qe,dn,di]),Fo=function(pi){var Zo=ni(pi);Ci(Zo)},Yo=Nt.useMemo(function(){var wr=jn||Xn||dn.getNow(),pi=function(ce){return ce!=null};return pi(ur)?(wr=dn.setHour(wr,ur),wr=dn.setMinute(wr,Fn),wr=dn.setSecond(wr,Ji),wr=dn.setMillisecond(wr,Kr)):pi(Sr)?(wr=dn.setHour(wr,Sr),wr=dn.setMinute(wr,Ii),wr=dn.setSecond(wr,Qi),wr=dn.setMillisecond(wr,Yr)):pi(Ur)&&(wr=dn.setHour(wr,Ur),wr=dn.setMinute(wr,xo),wr=dn.setSecond(wr,oo),wr=dn.setMillisecond(wr,Mo)),wr},[jn,Xn,ur,Fn,Ji,Kr,Ur,xo,oo,Mo,Sr,Ii,Qi,Yr,dn]),ia=function(pi,Zo){return pi===null?null:dn[Zo](Yo,pi)},Qo=function(pi){return ia(pi,"setHour")},jo=function(pi){return ia(pi,"setMinute")},Ao=function(pi){return ia(pi,"setSecond")},oa=function(pi){return ia(pi,"setMillisecond")},Ca=function(pi){return pi===null?null:pi==="am"&&!Qt(ur)?dn.setHour(Yo,ur-12):pi==="pm"&&Qt(ur)?dn.setHour(Yo,ur+12):Yo},Ho=function(pi){Fo(Qo(pi))},Ra=function(pi){Fo(jo(pi))},ko=function(pi){Fo(Ao(pi))},Po=function(pi){Fo(oa(pi))},vo=function(pi){Fo(Ca(pi))},_o=function(pi){ti(Qo(pi))},bo=function(pi){ti(jo(pi))},La=function(pi){ti(Ao(pi))},Lr=function(pi){ti(oa(pi))},lr=function(pi){ti(Ca(pi))},Ir={onDblClick:Ei,changeOnScroll:qe};return Nt.createElement("div",{className:"".concat(On,"-content")},se&&Nt.createElement(Yn,(0,Lt.Z)({units:to,value:ur,optionalValue:Sr,type:"hour",onChange:Ho,onHover:_o},Ir)),Yt&&Nt.createElement(Yn,(0,Lt.Z)({units:mo,value:Fn,optionalValue:Ii,type:"minute",onChange:Ra,onHover:bo},Ir)),ve&&Nt.createElement(Yn,(0,Lt.Z)({units:No,value:Ji,optionalValue:Qi,type:"second",onChange:ko,onHover:La},Ir)),xe&&Nt.createElement(Yn,(0,Lt.Z)({units:ta,value:Kr,optionalValue:Yr,type:"millisecond",onChange:Po,onHover:Lr},Ir)),Qe&&Nt.createElement(Yn,(0,Lt.Z)({units:na,value:vr,type:"meridiem",onChange:vo,onHover:lr},Ir)))}function Gn(Ft){var se=Ft.prefixCls,Yt=Ft.value,ve=Ft.locale,xe=Ft.generateConfig,Qe=Ft.showTime,qe=Qe||{},hn=qe.format,On="".concat(se,"-time-panel"),Un=ui(Ft,"time"),dn=(0,pe.Z)(Un,1),di=dn[0];return Nt.createElement(En.Provider,{value:di},Nt.createElement("div",{className:Bt()(On)},Nt.createElement(Oi,null,Yt?Ce(Yt,{locale:ve,format:hn,generateConfig:xe}):"\xA0"),Nt.createElement(Me,Qe)))}function qn(Ft){var se=Ft.prefixCls,Yt=Ft.generateConfig,ve=Ft.showTime,xe=Ft.onSelect,Qe=Ft.value,qe=Ft.pickerValue,hn=Ft.onHover,On="".concat(se,"-datetime-panel"),Un=oi(Yt,ve),dn=(0,pe.Z)(Un,1),di=dn[0],Ci=function(jn){return Qe?be(Yt,jn,Qe):be(Yt,jn,qe)},he=function(jn){hn==null||hn(jn&&Ci(jn))},ti=function(jn){var Tn=Ci(jn);xe(di(Tn,Tn))};return Nt.createElement("div",{className:On},Nt.createElement(Ni,(0,Lt.Z)({},Ft,{onSelect:ti,onHover:he})),Nt.createElement(Gn,Ft))}function Xe(Ft){var se=Ft.prefixCls,Yt=Ft.locale,ve=Ft.generateConfig,xe=Ft.pickerValue,Qe=Ft.disabledDate,qe=Ft.onPickerValueChange,hn="".concat(se,"-decade-panel"),On=ui(Ft,"decade"),Un=(0,pe.Z)(On,1),dn=Un[0],di=function(Vn){var Ti=Math.floor(ve.getYear(Vn)/100)*100;return ve.setYear(Vn,Ti)},Ci=function(Vn){var Ti=di(Vn);return ve.addYear(Ti,99)},he=di(xe),ti=Ci(xe),Xn=ve.addYear(he,-10),jn=function(Vn,Ti){return ve.addYear(Vn,Ti*10)},Tn=function(Vn){var Ti=Yt.cellYearFormat,cr=Ce(Vn,{locale:Yt,format:Ti,generateConfig:ve}),mr=Ce(ve.addYear(Vn,9),{locale:Yt,format:Ti,generateConfig:ve});return"".concat(cr,"-").concat(mr)},Ei=function(Vn){return(0,Je.Z)({},"".concat(se,"-cell-in-view"),xn(ve,Vn,he)||xn(ve,Vn,ti)||jt(ve,he,ti,Vn))},bi=Qe?function(ni,Vn){var Ti=ve.setDate(ni,1),cr=ve.setMonth(Ti,0),mr=ve.setYear(cr,Math.floor(ve.getYear(cr)/10)*10),kr=ve.addYear(mr,10),Si=ve.addDate(kr,-1);return Qe(mr,Vn)&&Qe(Si,Vn)}:null,mi="".concat(Ce(he,{locale:Yt,format:Yt.yearFormat,generateConfig:ve}),"-").concat(Ce(ti,{locale:Yt,format:Yt.yearFormat,generateConfig:ve}));return Nt.createElement(En.Provider,{value:dn},Nt.createElement("div",{className:hn},Nt.createElement(Oi,{superOffset:function(Vn){return ve.addYear(xe,Vn*100)},onChange:qe,getStart:di,getEnd:Ci},mi),Nt.createElement(Ze,(0,Lt.Z)({},Ft,{disabledDate:bi,colNum:3,rowNum:4,baseDate:Xn,getCellDate:jn,getCellText:Tn,getCellClassName:Ei}))))}function ri(Ft){var se=Ft.prefixCls,Yt=Ft.locale,ve=Ft.generateConfig,xe=Ft.pickerValue,Qe=Ft.disabledDate,qe=Ft.onPickerValueChange,hn=Ft.onModeChange,On="".concat(se,"-month-panel"),Un=ui(Ft,"month"),dn=(0,pe.Z)(Un,1),di=dn[0],Ci=ve.setMonth(xe,0),he=Yt.shortMonths||(ve.locale.getShortMonths?ve.locale.getShortMonths(Yt.locale):[]),ti=function(mi,ni){return ve.addMonth(mi,ni)},Xn=function(mi){var ni=ve.getMonth(mi);return Yt.monthFormat?Ce(mi,{locale:Yt,format:Yt.monthFormat,generateConfig:ve}):he[ni]},jn=function(){return(0,Je.Z)({},"".concat(se,"-cell-in-view"),!0)},Tn=Qe?function(bi,mi){var ni=ve.setDate(bi,1),Vn=ve.setMonth(ni,ve.getMonth(ni)+1),Ti=ve.addDate(Vn,-1);return Qe(ni,mi)&&Qe(Ti,mi)}:null,Ei=Nt.createElement("button",{type:"button",key:"year","aria-label":Yt.yearSelect,onClick:function(){hn("year")},tabIndex:-1,className:"".concat(se,"-year-btn")},Ce(xe,{locale:Yt,format:Yt.yearFormat,generateConfig:ve}));return Nt.createElement(En.Provider,{value:di},Nt.createElement("div",{className:On},Nt.createElement(Oi,{superOffset:function(mi){return ve.addYear(xe,mi)},onChange:qe,getStart:function(mi){return ve.setMonth(mi,0)},getEnd:function(mi){return ve.setMonth(mi,11)}},Ei),Nt.createElement(Ze,(0,Lt.Z)({},Ft,{disabledDate:Tn,titleFormat:Yt.fieldMonthFormat,colNum:3,rowNum:4,baseDate:Ci,getCellDate:ti,getCellText:Xn,getCellClassName:jn}))))}function Zi(Ft){var se=Ft.prefixCls,Yt=Ft.locale,ve=Ft.generateConfig,xe=Ft.pickerValue,Qe=Ft.onPickerValueChange,qe=Ft.onModeChange,hn="".concat(se,"-quarter-panel"),On=ui(Ft,"quarter"),Un=(0,pe.Z)(On,1),dn=Un[0],di=ve.setMonth(xe,0),Ci=function(Tn,Ei){return ve.addMonth(Tn,Ei*3)},he=function(Tn){return Ce(Tn,{locale:Yt,format:Yt.cellQuarterFormat,generateConfig:ve})},ti=function(){return(0,Je.Z)({},"".concat(se,"-cell-in-view"),!0)},Xn=Nt.createElement("button",{type:"button",key:"year","aria-label":Yt.yearSelect,onClick:function(){qe("year")},tabIndex:-1,className:"".concat(se,"-year-btn")},Ce(xe,{locale:Yt,format:Yt.yearFormat,generateConfig:ve}));return Nt.createElement(En.Provider,{value:dn},Nt.createElement("div",{className:hn},Nt.createElement(Oi,{superOffset:function(Tn){return ve.addYear(xe,Tn)},onChange:Qe,getStart:function(Tn){return ve.setMonth(Tn,0)},getEnd:function(Tn){return ve.setMonth(Tn,11)}},Xn),Nt.createElement(Ze,(0,Lt.Z)({},Ft,{titleFormat:Yt.fieldQuarterFormat,colNum:4,rowNum:1,baseDate:di,getCellDate:Ci,getCellText:he,getCellClassName:ti}))))}function Gi(Ft){var se=Ft.prefixCls,Yt=Ft.generateConfig,ve=Ft.locale,xe=Ft.value,Qe=Ft.hoverValue,qe=Ft.hoverRangeValue,hn=ve.locale,On="".concat(se,"-week-panel-row"),Un=function(di){var Ci={};if(qe){var he=(0,pe.Z)(qe,2),ti=he[0],Xn=he[1],jn=yt(Yt,hn,ti,di),Tn=yt(Yt,hn,Xn,di);Ci["".concat(On,"-range-start")]=jn,Ci["".concat(On,"-range-end")]=Tn,Ci["".concat(On,"-range-hover")]=!jn&&!Tn&&jt(Yt,ti,Xn,di)}return Qe&&(Ci["".concat(On,"-hover")]=Qe.some(function(Ei){return yt(Yt,hn,di,Ei)})),Bt()(On,(0,Je.Z)({},"".concat(On,"-selected"),!qe&&yt(Yt,hn,xe,di)),Ci)};return Nt.createElement(Ni,(0,Lt.Z)({},Ft,{mode:"week",panelName:"week",rowClassName:Un}))}function ir(Ft){var se=Ft.prefixCls,Yt=Ft.locale,ve=Ft.generateConfig,xe=Ft.pickerValue,Qe=Ft.disabledDate,qe=Ft.onPickerValueChange,hn=Ft.onModeChange,On="".concat(se,"-year-panel"),Un=ui(Ft,"year"),dn=(0,pe.Z)(Un,1),di=dn[0],Ci=function(Ti){var cr=Math.floor(ve.getYear(Ti)/10)*10;return ve.setYear(Ti,cr)},he=function(Ti){var cr=Ci(Ti);return ve.addYear(cr,9)},ti=Ci(xe),Xn=he(xe),jn=ve.addYear(ti,-1),Tn=function(Ti,cr){return ve.addYear(Ti,cr)},Ei=function(Ti){return Ce(Ti,{locale:Yt,format:Yt.cellYearFormat,generateConfig:ve})},bi=function(Ti){return(0,Je.Z)({},"".concat(se,"-cell-in-view"),we(ve,Ti,ti)||we(ve,Ti,Xn)||jt(ve,ti,Xn,Ti))},mi=Qe?function(Vn,Ti){var cr=ve.setMonth(Vn,0),mr=ve.setDate(cr,1),kr=ve.addYear(mr,1),Si=ve.addDate(kr,-1);return Qe(mr,Ti)&&Qe(Si,Ti)}:null,ni=Nt.createElement("button",{type:"button",key:"decade","aria-label":Yt.decadeSelect,onClick:function(){hn("decade")},tabIndex:-1,className:"".concat(se,"-decade-btn")},Ce(ti,{locale:Yt,format:Yt.yearFormat,generateConfig:ve}),"-",Ce(Xn,{locale:Yt,format:Yt.yearFormat,generateConfig:ve}));return Nt.createElement(En.Provider,{value:di},Nt.createElement("div",{className:On},Nt.createElement(Oi,{superOffset:function(Ti){return ve.addYear(xe,Ti*10)},onChange:qe,getStart:Ci,getEnd:he},ni),Nt.createElement(Ze,(0,Lt.Z)({},Ft,{disabledDate:mi,titleFormat:Yt.fieldYearFormat,colNum:3,rowNum:4,baseDate:jn,getCellDate:Tn,getCellText:Ei,getCellClassName:bi}))))}var ai={date:Ni,datetime:qn,week:Gi,month:ri,quarter:Zi,year:ir,decade:Xe,time:Gn};function Jn(Ft,se){var Yt,ve=Ft.locale,xe=Ft.generateConfig,Qe=Ft.direction,qe=Ft.prefixCls,hn=Ft.tabIndex,On=hn===void 0?0:hn,Un=Ft.multiple,dn=Ft.defaultValue,di=Ft.value,Ci=Ft.onChange,he=Ft.onSelect,ti=Ft.defaultPickerValue,Xn=Ft.pickerValue,jn=Ft.onPickerValueChange,Tn=Ft.mode,Ei=Ft.onPanelChange,bi=Ft.picker,mi=bi===void 0?"date":bi,ni=Ft.showTime,Vn=Ft.hoverValue,Ti=Ft.hoverRangeValue,cr=Ft.cellRender,mr=Ft.dateRender,kr=Ft.monthCellRender,Si=Ft.components,yr=Si===void 0?{}:Si,ur=Ft.hideHeader,Sr=((Yt=Nt.useContext(ct))===null||Yt===void 0?void 0:Yt.prefixCls)||qe||"rc-picker",pr=Nt.useRef();Nt.useImperativeHandle(se,function(){return{nativeElement:pr.current}});var Pr=an(Ft),Fn=(0,pe.Z)(Pr,4),Ii=Fn[0],Ui=Fn[1],or=Fn[2],Ji=Fn[3],Qi=Ee(ve,Ui),xi=mi==="date"&&ni?"datetime":mi,Dr=Nt.useMemo(function(){return Ve(xi,or,Ji,Ii,Qi)},[xi,or,Ji,Ii,Qi]),Kr=xe.getNow(),Yr=(0,ne.C8)(mi,{value:Tn,postState:function(lr){return lr||"date"}}),vr=(0,pe.Z)(Yr,2),to=vr[0],$r=vr[1],Ur=to==="date"&&Dr?"datetime":to,mo=Bn(xe,ve,xi),xo=(0,ne.C8)(dn,{value:di}),No=(0,pe.Z)(xo,2),oo=No[0],ta=No[1],Mo=Nt.useMemo(function(){var Lr=Pt(oo).filter(function(lr){return lr});return Un?Lr:Lr.slice(0,1)},[oo,Un]),na=(0,ne.zX)(function(Lr){ta(Lr),Ci&&(Lr===null||Mo.length!==Lr.length||Mo.some(function(lr,Ir){return!kt(xe,ve,lr,Lr[Ir],xi)}))&&(Ci==null||Ci(Un?Lr:Lr[0]))}),Fo=(0,ne.zX)(function(Lr){if(he==null||he(Lr),to===mi){var lr=Un?mo(Mo,Lr):[Lr];na(lr)}}),Yo=(0,ne.C8)(ti||Mo[0]||Kr,{value:Xn}),ia=(0,pe.Z)(Yo,2),Qo=ia[0],jo=ia[1];Nt.useEffect(function(){Mo[0]&&!Xn&&jo(Mo[0])},[Mo[0]]);var Ao=function(lr,Ir){Ei==null||Ei(lr||Xn,Ir||to)},oa=function(lr){var Ir=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;jo(lr),jn==null||jn(lr),Ir&&Ao(lr)},Ca=function(lr,Ir){$r(lr),Ir&&oa(Ir),Ao(Ir,lr)},Ho=function(lr){if(Fo(lr),oa(lr),to!==mi){var Ir=["decade","year"],wr=[].concat(Ir,["month"]),pi={quarter:[].concat(Ir,["quarter"]),week:[].concat((0,re.Z)(wr),["week"]),date:[].concat((0,re.Z)(wr),["date"])},Zo=pi[mi]||wr,ce=Zo.indexOf(to),Ln=Zo[ce+1];Ln&&Ca(Ln,lr)}},Ra=Nt.useMemo(function(){var Lr,lr;if(Array.isArray(Ti)){var Ir=(0,pe.Z)(Ti,2);Lr=Ir[0],lr=Ir[1]}else Lr=Ti;return!Lr&&!lr?null:(Lr=Lr||lr,lr=lr||Lr,xe.isAfter(Lr,lr)?[lr,Lr]:[Lr,lr])},[Ti,xe]),ko=le(cr,mr,kr),Po=yr[Ur]||ai[Ur]||Ni,vo=Nt.useContext(Te),_o=Nt.useMemo(function(){return(0,fe.Z)((0,fe.Z)({},vo),{},{hideHeader:ur})},[vo,ur]),bo="".concat(Sr,"-panel"),La=Wt(Ft,["showWeek","prevIcon","nextIcon","superPrevIcon","superNextIcon","disabledDate","minDate","maxDate","onHover"]);return Nt.createElement(Te.Provider,{value:_o},Nt.createElement("div",{ref:pr,tabIndex:On,className:Bt()(bo,(0,Je.Z)({},"".concat(bo,"-rtl"),Qe==="rtl"))},Nt.createElement(Po,(0,Lt.Z)({},La,{showTime:Dr,prefixCls:Sr,locale:Qi,generateConfig:xe,onModeChange:Ca,pickerValue:Qo,onPickerValueChange:function(lr){oa(lr,!0)},value:Mo[0],onSelect:Ho,values:Mo,cellRender:ko,hoverRangeValue:Ra,hoverValue:Vn}))))}var hi=Nt.memo(Nt.forwardRef(Jn)),hr=hi;function tr(Ft){var se=Ft.picker,Yt=Ft.multiplePanel,ve=Ft.pickerValue,xe=Ft.onPickerValueChange,Qe=Ft.needConfirm,qe=Ft.onSubmit,hn=Ft.range,On=Ft.hoverValue,Un=Nt.useContext(ct),dn=Un.prefixCls,di=Un.generateConfig,Ci=Nt.useCallback(function(Ei,bi){return ji(di,se,Ei,bi)},[di,se]),he=Nt.useMemo(function(){return Ci(ve,1)},[ve,Ci]),ti=function(bi){xe(Ci(bi,-1))},Xn={onCellDblClick:function(){Qe&&qe()}},jn=se==="time",Tn=(0,fe.Z)((0,fe.Z)({},Ft),{},{hoverValue:null,hoverRangeValue:null,hideHeader:jn});return hn?Tn.hoverRangeValue=On:Tn.hoverValue=On,Yt?Nt.createElement("div",{className:"".concat(dn,"-panels")},Nt.createElement(Te.Provider,{value:(0,fe.Z)((0,fe.Z)({},Xn),{},{hideNext:!0})},Nt.createElement(hr,Tn)),Nt.createElement(Te.Provider,{value:(0,fe.Z)((0,fe.Z)({},Xn),{},{hidePrev:!0})},Nt.createElement(hr,(0,Lt.Z)({},Tn,{pickerValue:he,onPickerValueChange:ti})))):Nt.createElement(Te.Provider,{value:(0,fe.Z)({},Xn)},Nt.createElement(hr,Tn))}function Dn(Ft){return typeof Ft=="function"?Ft():Ft}function ki(Ft){var se=Ft.prefixCls,Yt=Ft.presets,ve=Ft.onClick,xe=Ft.onHover;return Yt.length?Nt.createElement("div",{className:"".concat(se,"-presets")},Nt.createElement("ul",null,Yt.map(function(Qe,qe){var hn=Qe.label,On=Qe.value;return Nt.createElement("li",{key:qe,onClick:function(){ve(Dn(On))},onMouseEnter:function(){xe(Dn(On))},onMouseLeave:function(){xe(null)}},hn)}))):null}function Fr(Ft){var se=Ft.panelRender,Yt=Ft.internalMode,ve=Ft.picker,xe=Ft.showNow,Qe=Ft.range,qe=Ft.multiple,hn=Ft.activeInfo,On=hn===void 0?[0,0,0]:hn,Un=Ft.presets,dn=Ft.onPresetHover,di=Ft.onPresetSubmit,Ci=Ft.onFocus,he=Ft.onBlur,ti=Ft.onPanelMouseDown,Xn=Ft.direction,jn=Ft.value,Tn=Ft.onSelect,Ei=Ft.isInvalid,bi=Ft.defaultOpenValue,mi=Ft.onOk,ni=Ft.onSubmit,Vn=Nt.useContext(ct),Ti=Vn.prefixCls,cr="".concat(Ti,"-panel"),mr=Xn==="rtl",kr=Nt.useRef(null),Si=Nt.useRef(null),yr=Nt.useState(0),ur=(0,pe.Z)(yr,2),Sr=ur[0],pr=ur[1],Pr=Nt.useState(0),Fn=(0,pe.Z)(Pr,2),Ii=Fn[0],Ui=Fn[1],or=Nt.useState(0),Ji=(0,pe.Z)(or,2),Qi=Ji[0],xi=Ji[1],Dr=function(Ho){Ho.width&&pr(Ho.width)},Kr=(0,pe.Z)(On,3),Yr=Kr[0],vr=Kr[1],to=Kr[2],$r=Nt.useState(0),Ur=(0,pe.Z)($r,2),mo=Ur[0],xo=Ur[1];Nt.useEffect(function(){xo(10)},[Yr]),Nt.useEffect(function(){if(Qe&&Si.current){var Ca,Ho=((Ca=kr.current)===null||Ca===void 0?void 0:Ca.offsetWidth)||0,Ra=Si.current.getBoundingClientRect();if(!Ra.height||Ra.right<0){xo(function(_o){return Math.max(0,_o-1)});return}var ko=(mr?vr-Ho:Yr)-Ra.left;if(xi(ko),Sr&&Sr<to){var Po=mr?Ra.right-(vr-Ho+Sr):Yr+Ho-Ra.left-Sr,vo=Math.max(0,Po);Ui(vo)}else Ui(0)}},[mo,mr,Sr,Yr,vr,to,Qe]);function No(Ca){return Ca.filter(function(Ho){return Ho})}var oo=Nt.useMemo(function(){return No(Pt(jn))},[jn]),ta=ve==="time"&&!oo.length,Mo=Nt.useMemo(function(){return ta?No([bi]):oo},[ta,oo,bi]),na=ta?bi:oo,Fo=Nt.useMemo(function(){return Mo.length?Mo.some(function(Ca){return Ei(Ca)}):!0},[Mo,Ei]),Yo=function(){ta&&Tn(bi),mi(),ni()},ia=Nt.createElement("div",{className:"".concat(Ti,"-panel-layout")},Nt.createElement(ki,{prefixCls:Ti,presets:Un,onClick:di,onHover:dn}),Nt.createElement("div",null,Nt.createElement(tr,(0,Lt.Z)({},Ft,{value:na})),Nt.createElement(Wn,(0,Lt.Z)({},Ft,{showNow:qe?!1:xe,invalid:Fo,onSubmit:Yo}))));se&&(ia=se(ia));var Qo="".concat(cr,"-container"),jo="marginLeft",Ao="marginRight",oa=Nt.createElement("div",{onMouseDown:ti,tabIndex:-1,className:Bt()(Qo,"".concat(Ti,"-").concat(Yt,"-panel-container")),style:(0,Je.Z)((0,Je.Z)({},mr?Ao:jo,Ii),mr?jo:Ao,"auto"),onFocus:Ci,onBlur:he},ia);return Qe&&(oa=Nt.createElement("div",{onMouseDown:ti,ref:Si,className:Bt()("".concat(Ti,"-range-wrapper"),"".concat(Ti,"-").concat(ve,"-range-wrapper"))},Nt.createElement("div",{ref:kr,className:"".concat(Ti,"-range-arrow"),style:{left:Qi}}),Nt.createElement(_n.Z,{onResize:Dr},oa))),oa}var jr=Et(33346);function so(Ft,se){var Yt=Ft.format,ve=Ft.maskFormat,xe=Ft.generateConfig,Qe=Ft.locale,qe=Ft.preserveInvalidOnBlur,hn=Ft.inputReadOnly,On=Ft.required,Un=Ft["aria-required"],dn=Ft.onSubmit,di=Ft.onFocus,Ci=Ft.onBlur,he=Ft.onInputChange,ti=Ft.onInvalid,Xn=Ft.open,jn=Ft.onOpenChange,Tn=Ft.onKeyDown,Ei=Ft.onChange,bi=Ft.activeHelp,mi=Ft.name,ni=Ft.autoComplete,Vn=Ft.id,Ti=Ft.value,cr=Ft.invalid,mr=Ft.placeholder,kr=Ft.disabled,Si=Ft.activeIndex,yr=Ft.allHelp,ur=Ft.picker,Sr=function(Qi,xi){var Dr=xe.locale.parse(Qe.locale,Qi,[xi]);return Dr&&xe.isValidate(Dr)?Dr:null},pr=Yt[0],Pr=Nt.useCallback(function(Ji){return Ce(Ji,{locale:Qe,format:pr,generateConfig:xe})},[Qe,xe,pr]),Fn=Nt.useMemo(function(){return Ti.map(Pr)},[Ti,Pr]),Ii=Nt.useMemo(function(){var Ji=ur==="time"?8:10,Qi=typeof pr=="function"?pr(xe.getNow()).length:pr.length;return Math.max(Ji,Qi)+2},[pr,ur,xe]),Ui=function(Qi){for(var xi=0;xi<Yt.length;xi+=1){var Dr=Yt[xi];if(typeof Dr=="string"){var Kr=Sr(Qi,Dr);if(Kr)return Kr}}return!1},or=function(Qi){function xi(Yr){return Qi!==void 0?Yr[Qi]:Yr}var Dr=(0,Oe.Z)(Ft,{aria:!0,data:!0}),Kr=(0,fe.Z)((0,fe.Z)({},Dr),{},{format:ve,validateFormat:function(vr){return!!Ui(vr)},preserveInvalidOnBlur:qe,readOnly:hn,required:On,"aria-required":Un,name:mi,autoComplete:ni,size:Ii,id:xi(Vn),value:xi(Fn)||"",invalid:xi(cr),placeholder:xi(mr),active:Si===Qi,helped:yr||bi&&Si===Qi,disabled:xi(kr),onFocus:function(vr){di(vr,Qi)},onBlur:function(vr){Ci(vr,Qi)},onSubmit:dn,onChange:function(vr){he();var to=Ui(vr);if(to){ti(!1,Qi),Ei(to,Qi);return}ti(!!vr,Qi)},onHelp:function(){jn(!0,{index:Qi})},onKeyDown:function(vr){var to=!1;if(Tn==null||Tn(vr,function(){to=!0}),!vr.defaultPrevented&&!to)switch(vr.key){case"Escape":jn(!1,{index:Qi});break;case"Enter":Xn||jn(!0);break}}},se==null?void 0:se({valueTexts:Fn}));return Object.keys(Kr).forEach(function(Yr){Kr[Yr]===void 0&&delete Kr[Yr]}),Kr};return[or,Pr]}var je=["onMouseEnter","onMouseLeave"];function _i(Ft){return Nt.useMemo(function(){return Wt(Ft,je)},[Ft])}var Ar=["icon","type"],Wi=["onClear"];function Wr(Ft){var se=Ft.icon,Yt=Ft.type,ve=(0,jr.Z)(Ft,Ar),xe=Nt.useContext(ct),Qe=xe.prefixCls;return se?Nt.createElement("span",(0,Lt.Z)({className:"".concat(Qe,"-").concat(Yt)},ve),se):null}function Nr(Ft){var se=Ft.onClear,Yt=(0,jr.Z)(Ft,Wi);return Nt.createElement(Wr,(0,Lt.Z)({},Yt,{type:"clear",role:"button",onMouseDown:function(xe){xe.preventDefault()},onClick:function(xe){xe.stopPropagation(),se()}}))}var Xr=Et(42573),zr=Et(58698),Hr=["YYYY","MM","DD","HH","mm","ss","SSS"],qr="\u9867",pn=function(){function Ft(se){(0,Xr.Z)(this,Ft),(0,Je.Z)(this,"format",void 0),(0,Je.Z)(this,"maskFormat",void 0),(0,Je.Z)(this,"cells",void 0),(0,Je.Z)(this,"maskCells",void 0),this.format=se;var Yt=Hr.map(function(hn){return"(".concat(hn,")")}).join("|"),ve=new RegExp(Yt,"g");this.maskFormat=se.replace(ve,function(hn){return qr.repeat(hn.length)});var xe=new RegExp("(".concat(Hr.join("|"),")")),Qe=(se.split(xe)||[]).filter(function(hn){return hn}),qe=0;this.cells=Qe.map(function(hn){var On=Hr.includes(hn),Un=qe,dn=qe+hn.length;return qe=dn,{text:hn,mask:On,start:Un,end:dn}}),this.maskCells=this.cells.filter(function(hn){return hn.mask})}return(0,zr.Z)(Ft,[{key:"getSelection",value:function(Yt){var ve=this.maskCells[Yt]||{},xe=ve.start,Qe=ve.end;return[xe||0,Qe||0]}},{key:"match",value:function(Yt){for(var ve=0;ve<this.maskFormat.length;ve+=1){var xe=this.maskFormat[ve],Qe=Yt[ve];if(!Qe||xe!==qr&&xe!==Qe)return!1}return!0}},{key:"size",value:function(){return this.maskCells.length}},{key:"getMaskCellIndex",value:function(Yt){for(var ve=Number.MAX_SAFE_INTEGER,xe=0,Qe=0;Qe<this.maskCells.length;Qe+=1){var qe=this.maskCells[Qe],hn=qe.start,On=qe.end;if(Yt>=hn&&Yt<=On)return Qe;var Un=Math.min(Math.abs(Yt-hn),Math.abs(Yt-On));Un<ve&&(ve=Un,xe=Qe)}return xe}}]),Ft}();function no(Ft){var se={YYYY:[0,9999,new Date().getFullYear()],MM:[1,12],DD:[1,31],HH:[0,23],mm:[0,59],ss:[0,59],SSS:[0,999]};return se[Ft]}var Cn=["active","showActiveCls","suffixIcon","format","validateFormat","onChange","onInput","helped","onHelp","onSubmit","onKeyDown","preserveInvalidOnBlur","invalid","clearIcon"],rr=Nt.forwardRef(function(Ft,se){var Yt=Ft.active,ve=Ft.showActiveCls,xe=ve===void 0?!0:ve,Qe=Ft.suffixIcon,qe=Ft.format,hn=Ft.validateFormat,On=Ft.onChange,Un=Ft.onInput,dn=Ft.helped,di=Ft.onHelp,Ci=Ft.onSubmit,he=Ft.onKeyDown,ti=Ft.preserveInvalidOnBlur,Xn=ti===void 0?!1:ti,jn=Ft.invalid,Tn=Ft.clearIcon,Ei=(0,jr.Z)(Ft,Cn),bi=Ft.value,mi=Ft.onFocus,ni=Ft.onBlur,Vn=Ft.onMouseUp,Ti=Nt.useContext(ct),cr=Ti.prefixCls,mr=Ti.input,kr=mr===void 0?"input":mr,Si="".concat(cr,"-input"),yr=Nt.useState(!1),ur=(0,pe.Z)(yr,2),Sr=ur[0],pr=ur[1],Pr=Nt.useState(bi),Fn=(0,pe.Z)(Pr,2),Ii=Fn[0],Ui=Fn[1],or=Nt.useState(""),Ji=(0,pe.Z)(or,2),Qi=Ji[0],xi=Ji[1],Dr=Nt.useState(null),Kr=(0,pe.Z)(Dr,2),Yr=Kr[0],vr=Kr[1],to=Nt.useState(null),$r=(0,pe.Z)(to,2),Ur=$r[0],mo=$r[1],xo=Ii||"";Nt.useEffect(function(){Ui(bi)},[bi]);var No=Nt.useRef(),oo=Nt.useRef();Nt.useImperativeHandle(se,function(){return{nativeElement:No.current,inputElement:oo.current,focus:function(lr){oo.current.focus(lr)},blur:function(){oo.current.blur()}}});var ta=Nt.useMemo(function(){return new pn(qe||"")},[qe]),Mo=Nt.useMemo(function(){return dn?[0,0]:ta.getSelection(Yr)},[ta,Yr,dn]),na=(0,pe.Z)(Mo,2),Fo=na[0],Yo=na[1],ia=function(lr){lr&&lr!==qe&&lr!==bi&&di()},Qo=(0,ne.zX)(function(Lr){hn(Lr)&&On(Lr),Ui(Lr),ia(Lr)}),jo=function(lr){if(!qe){var Ir=lr.target.value;ia(Ir),Ui(Ir),On(Ir)}},Ao=function(lr){var Ir=lr.clipboardData.getData("text");hn(Ir)&&Qo(Ir)},oa=Nt.useRef(!1),Ca=function(){oa.current=!0},Ho=function(lr){var Ir=lr.target,wr=Ir.selectionStart,pi=ta.getMaskCellIndex(wr);vr(pi),mo({}),Vn==null||Vn(lr),oa.current=!1},Ra=function(lr){pr(!0),vr(0),xi(""),mi(lr)},ko=function(lr){ni(lr)},Po=function(lr){pr(!1),ko(lr)};zn(Yt,function(){!Yt&&!Xn&&Ui(bi)});var vo=function(lr){lr.key==="Enter"&&hn(xo)&&Ci(),he==null||he(lr)},_o=function(lr){vo(lr);var Ir=lr.key,wr=null,pi=null,Zo=Yo-Fo,ce=qe.slice(Fo,Yo),Ln=function(ca){vr(function(Ga){var Ta=Ga+ca;return Ta=Math.max(Ta,0),Ta=Math.min(Ta,ta.size()-1),Ta})},za=function(ca){var Ga=no(ce),Ta=(0,pe.Z)(Ga,3),Hs=Ta[0],aa=Ta[1],Vr=Ta[2],Va=xo.slice(Fo,Yo),$a=Number(Va);if(isNaN($a))return String(Vr||(ca>0?Hs:aa));var sa=$a+ca,co=aa-Hs+1;return String(Hs+(co+sa-Hs)%co)};switch(Ir){case"Backspace":case"Delete":wr="",pi=ce;break;case"ArrowLeft":wr="",Ln(-1);break;case"ArrowRight":wr="",Ln(1);break;case"ArrowUp":wr="",pi=za(1);break;case"ArrowDown":wr="",pi=za(-1);break;default:isNaN(Number(Ir))||(wr=Qi+Ir,pi=wr);break}if(wr!==null&&(xi(wr),wr.length>=Zo&&(Ln(1),xi(""))),pi!==null){var ja=xo.slice(0,Fo)+St(pi,Zo)+xo.slice(Yo);Qo(ja.slice(0,qe.length))}mo({})},bo=Nt.useRef();(0,Ht.Z)(function(){if(!(!Sr||!qe||oa.current)){if(!ta.match(xo)){Qo(qe);return}return oo.current.setSelectionRange(Fo,Yo),bo.current=(0,gn.Z)(function(){oo.current.setSelectionRange(Fo,Yo)}),function(){gn.Z.cancel(bo.current)}}},[ta,qe,Sr,xo,Yr,Fo,Yo,Ur,Qo]);var La=qe?{onFocus:Ra,onBlur:Po,onKeyDown:_o,onMouseDown:Ca,onMouseUp:Ho,onPaste:Ao}:{};return Nt.createElement("div",{ref:No,className:Bt()(Si,(0,Je.Z)((0,Je.Z)({},"".concat(Si,"-active"),Yt&&xe),"".concat(Si,"-placeholder"),dn))},Nt.createElement(kr,(0,Lt.Z)({ref:oo,"aria-invalid":jn,autoComplete:"off"},Ei,{onKeyDown:vo,onBlur:ko},La,{value:xo,onChange:jo})),Nt.createElement(Wr,{type:"suffix",icon:Qe}),Tn)}),Or=rr,Tr=["id","prefix","clearIcon","suffixIcon","separator","activeIndex","activeHelp","allHelp","focused","onFocus","onBlur","onKeyDown","locale","generateConfig","placeholder","className","style","onClick","onClear","value","onChange","onSubmit","onInputChange","format","maskFormat","preserveInvalidOnBlur","onInvalid","disabled","invalid","inputReadOnly","direction","onOpenChange","onActiveInfo","placement","onMouseDown","required","aria-required","autoFocus","tabIndex"],ho=["index"];function Gr(Ft,se){var Yt=Ft.id,ve=Ft.prefix,xe=Ft.clearIcon,Qe=Ft.suffixIcon,qe=Ft.separator,hn=qe===void 0?"~":qe,On=Ft.activeIndex,Un=Ft.activeHelp,dn=Ft.allHelp,di=Ft.focused,Ci=Ft.onFocus,he=Ft.onBlur,ti=Ft.onKeyDown,Xn=Ft.locale,jn=Ft.generateConfig,Tn=Ft.placeholder,Ei=Ft.className,bi=Ft.style,mi=Ft.onClick,ni=Ft.onClear,Vn=Ft.value,Ti=Ft.onChange,cr=Ft.onSubmit,mr=Ft.onInputChange,kr=Ft.format,Si=Ft.maskFormat,yr=Ft.preserveInvalidOnBlur,ur=Ft.onInvalid,Sr=Ft.disabled,pr=Ft.invalid,Pr=Ft.inputReadOnly,Fn=Ft.direction,Ii=Ft.onOpenChange,Ui=Ft.onActiveInfo,or=Ft.placement,Ji=Ft.onMouseDown,Qi=Ft.required,xi=Ft["aria-required"],Dr=Ft.autoFocus,Kr=Ft.tabIndex,Yr=(0,jr.Z)(Ft,Tr),vr=Fn==="rtl",to=Nt.useContext(ct),$r=to.prefixCls,Ur=Nt.useMemo(function(){if(typeof Yt=="string")return[Yt];var ko=Yt||{};return[ko.start,ko.end]},[Yt]),mo=Nt.useRef(),xo=Nt.useRef(),No=Nt.useRef(),oo=function(Po){var vo;return(vo=[xo,No][Po])===null||vo===void 0?void 0:vo.current};Nt.useImperativeHandle(se,function(){return{nativeElement:mo.current,focus:function(Po){if((0,Sn.Z)(Po)==="object"){var vo,_o=Po||{},bo=_o.index,La=bo===void 0?0:bo,Lr=(0,jr.Z)(_o,ho);(vo=oo(La))===null||vo===void 0||vo.focus(Lr)}else{var lr;(lr=oo(Po!=null?Po:0))===null||lr===void 0||lr.focus()}},blur:function(){var Po,vo;(Po=oo(0))===null||Po===void 0||Po.blur(),(vo=oo(1))===null||vo===void 0||vo.blur()}}});var ta=_i(Yr),Mo=Nt.useMemo(function(){return Array.isArray(Tn)?Tn:[Tn,Tn]},[Tn]),na=so((0,fe.Z)((0,fe.Z)({},Ft),{},{id:Ur,placeholder:Mo})),Fo=(0,pe.Z)(na,1),Yo=Fo[0],ia=Nt.useState({position:"absolute",width:0}),Qo=(0,pe.Z)(ia,2),jo=Qo[0],Ao=Qo[1],oa=(0,ne.zX)(function(){var ko=oo(On);if(ko){var Po=ko.nativeElement.getBoundingClientRect(),vo=mo.current.getBoundingClientRect(),_o=Po.left-vo.left;Ao(function(bo){return(0,fe.Z)((0,fe.Z)({},bo),{},{width:Po.width,left:_o})}),Ui([Po.left,Po.right,vo.width])}});Nt.useEffect(function(){oa()},[On]);var Ca=xe&&(Vn[0]&&!Sr[0]||Vn[1]&&!Sr[1]),Ho=Dr&&!Sr[0],Ra=Dr&&!Ho&&!Sr[1];return Nt.createElement(_n.Z,{onResize:oa},Nt.createElement("div",(0,Lt.Z)({},ta,{className:Bt()($r,"".concat($r,"-range"),(0,Je.Z)((0,Je.Z)((0,Je.Z)((0,Je.Z)({},"".concat($r,"-focused"),di),"".concat($r,"-disabled"),Sr.every(function(ko){return ko})),"".concat($r,"-invalid"),pr.some(function(ko){return ko})),"".concat($r,"-rtl"),vr),Ei),style:bi,ref:mo,onClick:mi,onMouseDown:function(Po){var vo=Po.target;vo!==xo.current.inputElement&&vo!==No.current.inputElement&&Po.preventDefault(),Ji==null||Ji(Po)}}),ve&&Nt.createElement("div",{className:"".concat($r,"-prefix")},ve),Nt.createElement(Or,(0,Lt.Z)({ref:xo},Yo(0),{autoFocus:Ho,tabIndex:Kr,"date-range":"start"})),Nt.createElement("div",{className:"".concat($r,"-range-separator")},hn),Nt.createElement(Or,(0,Lt.Z)({ref:No},Yo(1),{autoFocus:Ra,tabIndex:Kr,"date-range":"end"})),Nt.createElement("div",{className:"".concat($r,"-active-bar"),style:jo}),Nt.createElement(Wr,{type:"suffix",icon:Qe}),Ca&&Nt.createElement(Nr,{icon:xe,onClear:ni})))}var xr=Nt.forwardRef(Gr),lo=xr;function We(Ft,se){var Yt=Ft!=null?Ft:se;return Array.isArray(Yt)?Yt:[Yt,Yt]}function An(Ft){return Ft===1?"end":"start"}function Be(Ft,se){var Yt=Pn(Ft,function(){var io=Ft.disabled,uo=Ft.allowEmpty,Co=We(io,!1),$o=We(uo,!1);return{disabled:Co,allowEmpty:$o}}),ve=(0,pe.Z)(Yt,6),xe=ve[0],Qe=ve[1],qe=ve[2],hn=ve[3],On=ve[4],Un=ve[5],dn=xe.prefixCls,di=xe.styles,Ci=xe.classNames,he=xe.defaultValue,ti=xe.value,Xn=xe.needConfirm,jn=xe.onKeyDown,Tn=xe.disabled,Ei=xe.allowEmpty,bi=xe.disabledDate,mi=xe.minDate,ni=xe.maxDate,Vn=xe.defaultOpen,Ti=xe.open,cr=xe.onOpenChange,mr=xe.locale,kr=xe.generateConfig,Si=xe.picker,yr=xe.showNow,ur=xe.showToday,Sr=xe.showTime,pr=xe.mode,Pr=xe.onPanelChange,Fn=xe.onCalendarChange,Ii=xe.onOk,Ui=xe.defaultPickerValue,or=xe.pickerValue,Ji=xe.onPickerValueChange,Qi=xe.inputReadOnly,xi=xe.suffixIcon,Dr=xe.onFocus,Kr=xe.onBlur,Yr=xe.presets,vr=xe.ranges,to=xe.components,$r=xe.cellRender,Ur=xe.dateRender,mo=xe.monthCellRender,xo=xe.onClick,No=Hn(se),oo=Zn(Ti,Vn,Tn,cr),ta=(0,pe.Z)(oo,2),Mo=ta[0],na=ta[1],Fo=function(uo,Co){(Tn.some(function($o){return!$o})||!uo)&&na(uo,Co)},Yo=sr(kr,mr,hn,!0,!1,he,ti,Fn,Ii),ia=(0,pe.Z)(Yo,5),Qo=ia[0],jo=ia[1],Ao=ia[2],oa=ia[3],Ca=ia[4],Ho=Ao(),Ra=Ri(Tn,Ei,Mo),ko=(0,pe.Z)(Ra,9),Po=ko[0],vo=ko[1],_o=ko[2],bo=ko[3],La=ko[4],Lr=ko[5],lr=ko[6],Ir=ko[7],wr=ko[8],pi=function(uo,Co){vo(!0),Dr==null||Dr(uo,{range:An(Co!=null?Co:bo)})},Zo=function(uo,Co){vo(!1),Kr==null||Kr(uo,{range:An(Co!=null?Co:bo)})},ce=Nt.useMemo(function(){if(!Sr)return null;var io=Sr.disabledTime,uo=io?function(Co){var $o=An(bo),ns=Jt(Ho,lr,bo);return io(Co,$o,{from:ns})}:void 0;return(0,fe.Z)((0,fe.Z)({},Sr),{},{disabledTime:uo})},[Sr,bo,Ho,lr]),Ln=(0,ne.C8)([Si,Si],{value:pr}),za=(0,pe.Z)(Ln,2),ja=za[0],da=za[1],ca=ja[bo]||Si,Ga=ca==="date"&&ce?"datetime":ca,Ta=Ga===Si&&Ga!=="time",Hs=fr(Si,ca,yr,ur,!0),aa=nr(xe,Qo,jo,Ao,oa,Tn,hn,Po,Mo,Un),Vr=(0,pe.Z)(aa,2),Va=Vr[0],$a=Vr[1],sa=vi(Ho,Tn,lr,kr,mr,bi),co=ae(Ho,Un,Ei),ga=(0,pe.Z)(co,2),ls=ga[0],ra=ga[1],us=Ke(kr,mr,Ho,ja,Mo,bo,Qe,Ta,Ui,or,ce==null?void 0:ce.defaultOpenValue,Ji,mi,ni),Da=(0,pe.Z)(us,2),El=Da[0],Ro=Da[1],ba=(0,ne.zX)(function(io,uo,Co){var $o=Rt(ja,bo,uo);if(($o[0]!==ja[0]||$o[1]!==ja[1])&&da($o),Pr&&Co!==!1){var ns=(0,re.Z)(Ho);io&&(ns[bo]=io),Pr(ns,$o)}}),To=function(uo,Co){return Rt(Ho,Co,uo)},Uo=function(uo,Co){var $o=Ho;uo&&($o=To(uo,bo)),Ir(bo);var ns=Lr($o);oa($o),Va(bo,ns===null),ns===null?Fo(!1,{force:!0}):Co||No.current.focus({index:ns})},ua=function(uo){var Co,$o=uo.target.getRootNode();if(!No.current.nativeElement.contains((Co=$o.activeElement)!==null&&Co!==void 0?Co:document.activeElement)){var ns=Tn.findIndex(function(hs){return!hs});ns>=0&&No.current.focus({index:ns})}Fo(!0),xo==null||xo(uo)},pa=function(){$a(null),Fo(!1,{force:!0})},Xo=Nt.useState(null),fl=(0,pe.Z)(Xo,2),Qr=fl[0],pu=fl[1],wo=Nt.useState(null),Gl=(0,pe.Z)(wo,2),Qs=Gl[0],Fl=Gl[1],mu=Nt.useMemo(function(){return Qs||Ho},[Ho,Qs]);Nt.useEffect(function(){Mo||Fl(null)},[Mo]);var vu=Nt.useState([0,0,0]),Zs=(0,pe.Z)(vu,2),Vl=Zs[0],Go=Zs[1],Ws=mn(Yr,vr),yu=function(uo){Fl(uo),pu("preset")},gl=function(uo){var Co=$a(uo);Co&&Fo(!1,{force:!0})},Fu=function(uo){Uo(uo)},pl=function(uo){Fl(uo?To(uo,bo):null),pu("cell")},Eo=function(uo){Fo(!0),pi(uo)},Wo=function(){_o("panel")},wa=function(uo){var Co=Rt(Ho,bo,uo);oa(Co),!Xn&&!qe&&Qe===Ga&&Uo(uo)},ts=function(){Fo(!1)},Ja=le($r,Ur,mo,An(bo)),Nl=Ho[bo]||null,ml=(0,ne.zX)(function(io){return Un(io,{activeIndex:bo})}),Do=Nt.useMemo(function(){var io=(0,Oe.Z)(xe,!1),uo=(0,oe.Z)(xe,[].concat((0,re.Z)(Object.keys(io)),["onChange","onCalendarChange","style","className","onPanelChange","disabledTime"]));return uo},[xe]),fo=Nt.createElement(Fr,(0,Lt.Z)({},Do,{showNow:Hs,showTime:ce,range:!0,multiplePanel:Ta,activeInfo:Vl,disabledDate:sa,onFocus:Eo,onBlur:Zo,onPanelMouseDown:Wo,picker:Si,mode:ca,internalMode:Ga,onPanelChange:ba,format:On,value:Nl,isInvalid:ml,onChange:null,onSelect:wa,pickerValue:El,defaultOpenValue:Pt(Sr==null?void 0:Sr.defaultOpenValue)[bo],onPickerValueChange:Ro,hoverValue:mu,onHover:pl,needConfirm:Xn,onSubmit:Uo,onOk:Ca,presets:Ws,onPresetHover:yu,onPresetSubmit:gl,onNow:Fu,cellRender:Ja})),Ka=function(uo,Co){var $o=To(uo,Co);oa($o)},iu=function(){_o("input")},Ed=function(uo,Co){var $o=lr.length,ns=lr[$o-1];if($o&&ns!==Co&&Xn&&!Ei[ns]&&!wr(ns)&&Ho[ns]){No.current.focus({index:ns});return}_o("input"),Fo(!0,{inherit:!0}),bo!==Co&&Mo&&!Xn&&qe&&Uo(null,!0),La(Co),pi(uo,Co)},hg=function(uo,Co){if(Fo(!1),!Xn&&_o()==="input"){var $o=Lr(Ho);Va(bo,$o===null)}Zo(uo,Co)},tf=function(uo,Co){uo.key==="Tab"&&Uo(null,!0),jn==null||jn(uo,Co)},Ha=Nt.useMemo(function(){return{prefixCls:dn,locale:mr,generateConfig:kr,button:to.button,input:to.input}},[dn,mr,kr,to.button,to.input]);if((0,Ht.Z)(function(){Mo&&bo!==void 0&&ba(null,Si,!1)},[Mo,bo,Si]),(0,Ht.Z)(function(){var io=_o();!Mo&&io==="input"&&(Fo(!1),Uo(null,!0)),!Mo&&qe&&!Xn&&io==="panel"&&(Fo(!0),Uo())},[Mo]),0)var Ju;return Nt.createElement(ct.Provider,{value:Ha},Nt.createElement(mt,(0,Lt.Z)({},Vt(xe),{popupElement:fo,popupStyle:di.popup,popupClassName:Ci.popup,visible:Mo,onClose:ts,range:!0}),Nt.createElement(lo,(0,Lt.Z)({},xe,{ref:No,suffixIcon:xi,activeIndex:Po||Mo?bo:null,activeHelp:!!Qs,allHelp:!!Qs&&Qr==="preset",focused:Po,onFocus:Ed,onBlur:hg,onKeyDown:tf,onSubmit:Uo,value:mu,maskFormat:On,onChange:Ka,onInputChange:iu,format:hn,inputReadOnly:Qi,disabled:Tn,open:Mo,onOpenChange:Fo,onClick:ua,onClear:pa,invalid:ls,onInvalid:ra,onActiveInfo:Go}))))}var Ot=Nt.forwardRef(Be),Qn=Ot,Li=Et(11780);function Xi(Ft){var se=Ft.prefixCls,Yt=Ft.value,ve=Ft.onRemove,xe=Ft.removeIcon,Qe=xe===void 0?"\xD7":xe,qe=Ft.formatDate,hn=Ft.disabled,On=Ft.maxTagCount,Un=Ft.placeholder,dn="".concat(se,"-selector"),di="".concat(se,"-selection"),Ci="".concat(di,"-overflow");function he(jn,Tn){return Nt.createElement("span",{className:Bt()("".concat(di,"-item")),title:typeof jn=="string"?jn:null},Nt.createElement("span",{className:"".concat(di,"-item-content")},jn),!hn&&Tn&&Nt.createElement("span",{onMouseDown:function(bi){bi.preventDefault()},onClick:Tn,className:"".concat(di,"-item-remove")},Qe))}function ti(jn){var Tn=qe(jn),Ei=function(mi){mi&&mi.stopPropagation(),ve(jn)};return he(Tn,Ei)}function Xn(jn){var Tn="+ ".concat(jn.length," ...");return he(Tn)}return Nt.createElement("div",{className:dn},Nt.createElement(Li.Z,{prefixCls:Ci,data:Yt,renderItem:ti,renderRest:Xn,itemKey:function(Tn){return qe(Tn)},maxCount:On}),!Yt.length&&Nt.createElement("span",{className:"".concat(se,"-selection-placeholder")},Un))}var Vi=["id","open","prefix","clearIcon","suffixIcon","activeHelp","allHelp","focused","onFocus","onBlur","onKeyDown","locale","generateConfig","placeholder","className","style","onClick","onClear","internalPicker","value","onChange","onSubmit","onInputChange","multiple","maxTagCount","format","maskFormat","preserveInvalidOnBlur","onInvalid","disabled","invalid","inputReadOnly","direction","onOpenChange","onMouseDown","required","aria-required","autoFocus","tabIndex","removeIcon"];function yi(Ft,se){var Yt=Ft.id,ve=Ft.open,xe=Ft.prefix,Qe=Ft.clearIcon,qe=Ft.suffixIcon,hn=Ft.activeHelp,On=Ft.allHelp,Un=Ft.focused,dn=Ft.onFocus,di=Ft.onBlur,Ci=Ft.onKeyDown,he=Ft.locale,ti=Ft.generateConfig,Xn=Ft.placeholder,jn=Ft.className,Tn=Ft.style,Ei=Ft.onClick,bi=Ft.onClear,mi=Ft.internalPicker,ni=Ft.value,Vn=Ft.onChange,Ti=Ft.onSubmit,cr=Ft.onInputChange,mr=Ft.multiple,kr=Ft.maxTagCount,Si=Ft.format,yr=Ft.maskFormat,ur=Ft.preserveInvalidOnBlur,Sr=Ft.onInvalid,pr=Ft.disabled,Pr=Ft.invalid,Fn=Ft.inputReadOnly,Ii=Ft.direction,Ui=Ft.onOpenChange,or=Ft.onMouseDown,Ji=Ft.required,Qi=Ft["aria-required"],xi=Ft.autoFocus,Dr=Ft.tabIndex,Kr=Ft.removeIcon,Yr=(0,jr.Z)(Ft,Vi),vr=Ii==="rtl",to=Nt.useContext(ct),$r=to.prefixCls,Ur=Nt.useRef(),mo=Nt.useRef();Nt.useImperativeHandle(se,function(){return{nativeElement:Ur.current,focus:function(jo){var Ao;(Ao=mo.current)===null||Ao===void 0||Ao.focus(jo)},blur:function(){var jo;(jo=mo.current)===null||jo===void 0||jo.blur()}}});var xo=_i(Yr),No=function(jo){Vn([jo])},oo=function(jo){var Ao=ni.filter(function(oa){return oa&&!kt(ti,he,oa,jo,mi)});Vn(Ao),ve||Ti()},ta=so((0,fe.Z)((0,fe.Z)({},Ft),{},{onChange:No}),function(Qo){var jo=Qo.valueTexts;return{value:jo[0]||"",active:Un}}),Mo=(0,pe.Z)(ta,2),na=Mo[0],Fo=Mo[1],Yo=!!(Qe&&ni.length&&!pr),ia=mr?Nt.createElement(Nt.Fragment,null,Nt.createElement(Xi,{prefixCls:$r,value:ni,onRemove:oo,formatDate:Fo,maxTagCount:kr,disabled:pr,removeIcon:Kr,placeholder:Xn}),Nt.createElement("input",{className:"".concat($r,"-multiple-input"),value:ni.map(Fo).join(","),ref:mo,readOnly:!0,autoFocus:xi,tabIndex:Dr}),Nt.createElement(Wr,{type:"suffix",icon:qe}),Yo&&Nt.createElement(Nr,{icon:Qe,onClear:bi})):Nt.createElement(Or,(0,Lt.Z)({ref:mo},na(),{autoFocus:xi,tabIndex:Dr,suffixIcon:qe,clearIcon:Yo&&Nt.createElement(Nr,{icon:Qe,onClear:bi}),showActiveCls:!1}));return Nt.createElement("div",(0,Lt.Z)({},xo,{className:Bt()($r,(0,Je.Z)((0,Je.Z)((0,Je.Z)((0,Je.Z)((0,Je.Z)({},"".concat($r,"-multiple"),mr),"".concat($r,"-focused"),Un),"".concat($r,"-disabled"),pr),"".concat($r,"-invalid"),Pr),"".concat($r,"-rtl"),vr),jn),style:Tn,ref:Ur,onClick:Ei,onMouseDown:function(jo){var Ao,oa=jo.target;oa!==((Ao=mo.current)===null||Ao===void 0?void 0:Ao.inputElement)&&jo.preventDefault(),or==null||or(jo)}}),xe&&Nt.createElement("div",{className:"".concat($r,"-prefix")},xe),ia)}var Mn=Nt.forwardRef(yi),si=Mn;function ci(Ft,se){var Yt=Pn(Ft),ve=(0,pe.Z)(Yt,6),xe=ve[0],Qe=ve[1],qe=ve[2],hn=ve[3],On=ve[4],Un=ve[5],dn=xe,di=dn.prefixCls,Ci=dn.styles,he=dn.classNames,ti=dn.order,Xn=dn.defaultValue,jn=dn.value,Tn=dn.needConfirm,Ei=dn.onChange,bi=dn.onKeyDown,mi=dn.disabled,ni=dn.disabledDate,Vn=dn.minDate,Ti=dn.maxDate,cr=dn.defaultOpen,mr=dn.open,kr=dn.onOpenChange,Si=dn.locale,yr=dn.generateConfig,ur=dn.picker,Sr=dn.showNow,pr=dn.showToday,Pr=dn.showTime,Fn=dn.mode,Ii=dn.onPanelChange,Ui=dn.onCalendarChange,or=dn.onOk,Ji=dn.multiple,Qi=dn.defaultPickerValue,xi=dn.pickerValue,Dr=dn.onPickerValueChange,Kr=dn.inputReadOnly,Yr=dn.suffixIcon,vr=dn.removeIcon,to=dn.onFocus,$r=dn.onBlur,Ur=dn.presets,mo=dn.components,xo=dn.cellRender,No=dn.dateRender,oo=dn.monthCellRender,ta=dn.onClick,Mo=Hn(se);function na(Do){return Do===null?null:Ji?Do:Do[0]}var Fo=Bn(yr,Si,Qe),Yo=Zn(mr,cr,[mi],kr),ia=(0,pe.Z)(Yo,2),Qo=ia[0],jo=ia[1],Ao=function(fo,Ka,iu){if(Ui){var Ed=(0,fe.Z)({},iu);delete Ed.range,Ui(na(fo),na(Ka),Ed)}},oa=function(fo){or==null||or(na(fo))},Ca=sr(yr,Si,hn,!1,ti,Xn,jn,Ao,oa),Ho=(0,pe.Z)(Ca,5),Ra=Ho[0],ko=Ho[1],Po=Ho[2],vo=Ho[3],_o=Ho[4],bo=Po(),La=Ri([mi]),Lr=(0,pe.Z)(La,4),lr=Lr[0],Ir=Lr[1],wr=Lr[2],pi=Lr[3],Zo=function(fo){Ir(!0),to==null||to(fo,{})},ce=function(fo){Ir(!1),$r==null||$r(fo,{})},Ln=(0,ne.C8)(ur,{value:Fn}),za=(0,pe.Z)(Ln,2),ja=za[0],da=za[1],ca=ja==="date"&&Pr?"datetime":ja,Ga=fr(ur,ja,Sr,pr),Ta=Ei&&function(Do,fo){Ei(na(Do),na(fo))},Hs=nr((0,fe.Z)((0,fe.Z)({},xe),{},{onChange:Ta}),Ra,ko,Po,vo,[],hn,lr,Qo,Un),aa=(0,pe.Z)(Hs,2),Vr=aa[1],Va=ae(bo,Un),$a=(0,pe.Z)(Va,2),sa=$a[0],co=$a[1],ga=Nt.useMemo(function(){return sa.some(function(Do){return Do})},[sa]),ls=function(fo,Ka){if(Dr){var iu=(0,fe.Z)((0,fe.Z)({},Ka),{},{mode:Ka.mode[0]});delete iu.range,Dr(fo[0],iu)}},ra=Ke(yr,Si,bo,[ja],Qo,pi,Qe,!1,Qi,xi,Pt(Pr==null?void 0:Pr.defaultOpenValue),ls,Vn,Ti),us=(0,pe.Z)(ra,2),Da=us[0],El=us[1],Ro=(0,ne.zX)(function(Do,fo,Ka){if(da(fo),Ii&&Ka!==!1){var iu=Do||bo[bo.length-1];Ii(iu,fo)}}),ba=function(){Vr(Po()),jo(!1,{force:!0})},To=function(fo){!mi&&!Mo.current.nativeElement.contains(document.activeElement)&&Mo.current.focus(),jo(!0),ta==null||ta(fo)},Uo=function(){Vr(null),jo(!1,{force:!0})},ua=Nt.useState(null),pa=(0,pe.Z)(ua,2),Xo=pa[0],fl=pa[1],Qr=Nt.useState(null),pu=(0,pe.Z)(Qr,2),wo=pu[0],Gl=pu[1],Qs=Nt.useMemo(function(){var Do=[wo].concat((0,re.Z)(bo)).filter(function(fo){return fo});return Ji?Do:Do.slice(0,1)},[bo,wo,Ji]),Fl=Nt.useMemo(function(){return!Ji&&wo?[wo]:bo.filter(function(Do){return Do})},[bo,wo,Ji]);Nt.useEffect(function(){Qo||Gl(null)},[Qo]);var mu=mn(Ur),vu=function(fo){Gl(fo),fl("preset")},Zs=function(fo){var Ka=Ji?Fo(Po(),fo):[fo],iu=Vr(Ka);iu&&!Ji&&jo(!1,{force:!0})},Vl=function(fo){Zs(fo)},Go=function(fo){Gl(fo),fl("cell")},Ws=function(fo){jo(!0),Zo(fo)},yu=function(fo){if(wr("panel"),!(Ji&&ca!==ur)){var Ka=Ji?Fo(Po(),fo):[fo];vo(Ka),!Tn&&!qe&&Qe===ca&&ba()}},gl=function(){jo(!1)},Fu=le(xo,No,oo),pl=Nt.useMemo(function(){var Do=(0,Oe.Z)(xe,!1),fo=(0,oe.Z)(xe,[].concat((0,re.Z)(Object.keys(Do)),["onChange","onCalendarChange","style","className","onPanelChange"]));return(0,fe.Z)((0,fe.Z)({},fo),{},{multiple:xe.multiple})},[xe]),Eo=Nt.createElement(Fr,(0,Lt.Z)({},pl,{showNow:Ga,showTime:Pr,disabledDate:ni,onFocus:Ws,onBlur:ce,picker:ur,mode:ja,internalMode:ca,onPanelChange:Ro,format:On,value:bo,isInvalid:Un,onChange:null,onSelect:yu,pickerValue:Da,defaultOpenValue:Pr==null?void 0:Pr.defaultOpenValue,onPickerValueChange:El,hoverValue:Qs,onHover:Go,needConfirm:Tn,onSubmit:ba,onOk:_o,presets:mu,onPresetHover:vu,onPresetSubmit:Zs,onNow:Vl,cellRender:Fu})),Wo=function(fo){vo(fo)},wa=function(){wr("input")},ts=function(fo){wr("input"),jo(!0,{inherit:!0}),Zo(fo)},Ja=function(fo){jo(!1),ce(fo)},Nl=function(fo,Ka){fo.key==="Tab"&&ba(),bi==null||bi(fo,Ka)},ml=Nt.useMemo(function(){return{prefixCls:di,locale:Si,generateConfig:yr,button:mo.button,input:mo.input}},[di,Si,yr,mo.button,mo.input]);return(0,Ht.Z)(function(){Qo&&pi!==void 0&&Ro(null,ur,!1)},[Qo,pi,ur]),(0,Ht.Z)(function(){var Do=wr();!Qo&&Do==="input"&&(jo(!1),ba()),!Qo&&qe&&!Tn&&Do==="panel"&&ba()},[Qo]),Nt.createElement(ct.Provider,{value:ml},Nt.createElement(mt,(0,Lt.Z)({},Vt(xe),{popupElement:Eo,popupStyle:Ci.popup,popupClassName:he.popup,visible:Qo,onClose:gl}),Nt.createElement(si,(0,Lt.Z)({},xe,{ref:Mo,suffixIcon:Yr,removeIcon:vr,activeHelp:!!wo,allHelp:!!wo&&Xo==="preset",focused:lr,onFocus:ts,onBlur:Ja,onKeyDown:Nl,onSubmit:ba,value:Fl,maskFormat:On,onChange:Wo,onInputChange:wa,internalPicker:Qe,format:hn,inputReadOnly:Kr,disabled:mi,open:Qo,onOpenChange:jo,onClick:To,onClear:Uo,invalid:ga,onInvalid:function(fo){co(fo,0)}}))))}var Kn=Nt.forwardRef(ci),fi=Kn,ei=fi},85095:function(bn,$n){"use strict";Object.defineProperty($n,"__esModule",{value:!0}),$n.commonLocale=void 0;var Et=$n.commonLocale={yearFormat:"YYYY",dayFormat:"D",cellMeridiemFormat:"A",monthBeforeYear:!0}},44820:function(bn,$n,Et){"use strict";var Lt=Et(95069).default;Object.defineProperty($n,"__esModule",{value:!0}),$n.default=void 0;var re=Lt(Et(74751)),fe=Et(85095),pe=(0,re.default)((0,re.default)({},fe.commonLocale),{},{locale:"zh_CN",today:"\u4ECA\u5929",now:"\u6B64\u523B",backToToday:"\u8FD4\u56DE\u4ECA\u5929",ok:"\u786E\u5B9A",timeSelect:"\u9009\u62E9\u65F6\u95F4",dateSelect:"\u9009\u62E9\u65E5\u671F",weekSelect:"\u9009\u62E9\u5468",clear:"\u6E05\u9664",week:"\u5468",month:"\u6708",year:"\u5E74",previousMonth:"\u4E0A\u4E2A\u6708 (\u7FFB\u9875\u4E0A\u952E)",nextMonth:"\u4E0B\u4E2A\u6708 (\u7FFB\u9875\u4E0B\u952E)",monthSelect:"\u9009\u62E9\u6708\u4EFD",yearSelect:"\u9009\u62E9\u5E74\u4EFD",decadeSelect:"\u9009\u62E9\u5E74\u4EE3",previousYear:"\u4E0A\u4E00\u5E74 (Control\u952E\u52A0\u5DE6\u65B9\u5411\u952E)",nextYear:"\u4E0B\u4E00\u5E74 (Control\u952E\u52A0\u53F3\u65B9\u5411\u952E)",previousDecade:"\u4E0A\u4E00\u5E74\u4EE3",nextDecade:"\u4E0B\u4E00\u5E74\u4EE3",previousCentury:"\u4E0A\u4E00\u4E16\u7EAA",nextCentury:"\u4E0B\u4E00\u4E16\u7EAA",yearFormat:"YYYY\u5E74",cellDateFormat:"D",monthBeforeYear:!1}),ne=$n.default=pe},25930:function(bn,$n,Et){"use strict";Et.d($n,{Cd:function(){return le}});var Lt=Et(67711),re=Et(98506),fe=Et(33346),pe=Et(59301),ne=Et(92310),Ht=Et.n(ne),oe={percent:0,prefixCls:"rc-progress",strokeColor:"#2db7f5",strokeLinecap:"round",strokeWidth:1,trailColor:"#D9D9D9",trailWidth:1,gapPosition:"bottom"},Oe=function(){var De=(0,pe.useRef)([]),Ee=(0,pe.useRef)(null);return(0,pe.useEffect)(function(){var Sn=Date.now(),rn=!1;De.current.forEach(function(Ge){if(Ge){rn=!0;var sn=Ge.style;sn.transitionDuration=".3s, .3s, .3s, .06s",Ee.current&&Sn-Ee.current<100&&(sn.transitionDuration="0s, 0s")}}),rn&&(Ee.current=Date.now())}),De.current},ge=["className","percent","prefixCls","strokeColor","strokeLinecap","strokeWidth","style","trailColor","trailWidth","transition"],Nt=function(De){var Ee=(0,re.Z)((0,re.Z)({},oe),De),Sn=Ee.className,rn=Ee.percent,Ge=Ee.prefixCls,sn=Ee.strokeColor,$t=Ee.strokeLinecap,It=Ee.strokeWidth,Pe=Ee.style,an=Ee.trailColor,Ve=Ee.trailWidth,Se=Ee.transition,$e=(0,fe.Z)(Ee,ge);delete $e.gapPosition;var He=Array.isArray(rn)?rn:[rn],xn=Array.isArray(sn)?sn:[sn],we=Oe(),de=It/2,ke=100-It/2,ze="M ".concat($t==="round"?de:0,",").concat(de,`
|
|
L `).concat($t==="round"?ke:100,",").concat(de),fn="0 0 100 ".concat(It),Dt=0;return pe.createElement("svg",(0,Lt.Z)({className:Ht()("".concat(Ge,"-line"),Sn),viewBox:fn,preserveAspectRatio:"none",style:Pe},$e),pe.createElement("path",{className:"".concat(Ge,"-line-trail"),d:ze,strokeLinecap:$t,stroke:an,strokeWidth:Ve||It,fillOpacity:"0"}),He.map(function(wt,yt){var kt=1;switch($t){case"round":kt=1-It/100;break;case"square":kt=1-It/2/100;break;default:kt=1;break}var jt={strokeDasharray:"".concat(wt*kt,"px, 100px"),strokeDashoffset:"-".concat(Dt,"px"),transition:Se||"stroke-dashoffset 0.3s ease 0s, stroke-dasharray .3s ease 0s, stroke 0.3s linear"},Mt=xn[yt]||xn[xn.length-1];return Dt+=wt,pe.createElement("path",{key:yt,className:"".concat(Ge,"-line-path"),d:ze,strokeLinecap:$t,stroke:Mt,strokeWidth:It,fillOpacity:"0",ref:function(Ce){we[yt]=Ce},style:jt})}))},Je=Nt,ie=Et(26420),nn=Et(16886),Bt=Et(47273),et=0,nt=(0,Bt.Z)();function ct(){var Fe;return nt?(Fe=et,et+=1):Fe="TEST_OR_SSR",Fe}var lt=function(Fe){var De=pe.useState(),Ee=(0,nn.Z)(De,2),Sn=Ee[0],rn=Ee[1];return pe.useEffect(function(){rn("rc_progress_".concat(ct()))},[]),Fe||Sn},gt=function(De){var Ee=De.bg,Sn=De.children;return pe.createElement("div",{style:{width:"100%",height:"100%",background:Ee}},Sn)};function mt(Fe,De){return Object.keys(Fe).map(function(Ee){var Sn=parseFloat(Ee),rn="".concat(Math.floor(Sn*De),"%");return"".concat(Fe[Ee]," ").concat(rn)})}var St=pe.forwardRef(function(Fe,De){var Ee=Fe.prefixCls,Sn=Fe.color,rn=Fe.gradientId,Ge=Fe.radius,sn=Fe.style,$t=Fe.ptg,It=Fe.strokeLinecap,Pe=Fe.strokeWidth,an=Fe.size,Ve=Fe.gapDegree,Se=Sn&&(0,ie.Z)(Sn)==="object",$e=Se?"#FFF":void 0,He=an/2,xn=pe.createElement("circle",{className:"".concat(Ee,"-circle-path"),r:Ge,cx:He,cy:He,stroke:$e,strokeLinecap:It,strokeWidth:Pe,opacity:$t===0?0:1,style:sn,ref:De});if(!Se)return xn;var we="".concat(rn,"-conic"),de=Ve?"".concat(180+Ve/2,"deg"):"0deg",ke=mt(Sn,(360-Ve)/360),ze=mt(Sn,1),fn="conic-gradient(from ".concat(de,", ").concat(ke.join(", "),")"),Dt="linear-gradient(to ".concat(Ve?"bottom":"top",", ").concat(ze.join(", "),")");return pe.createElement(pe.Fragment,null,pe.createElement("mask",{id:we},xn),pe.createElement("foreignObject",{x:0,y:0,width:an,height:an,mask:"url(#".concat(we,")")},pe.createElement(gt,{bg:Dt},pe.createElement(gt,{bg:fn}))))}),Pt=St,Rt=100,Wt=function(De,Ee,Sn,rn,Ge,sn,$t,It,Pe,an){var Ve=arguments.length>10&&arguments[10]!==void 0?arguments[10]:0,Se=Sn/100*360*((360-sn)/360),$e=sn===0?0:{bottom:0,top:180,left:90,right:-90}[$t],He=(100-rn)/100*Ee;Pe==="round"&&rn!==100&&(He+=an/2,He>=Ee&&(He=Ee-.01));var xn=Rt/2;return{stroke:typeof It=="string"?It:void 0,strokeDasharray:"".concat(Ee,"px ").concat(De),strokeDashoffset:He+Ve,transform:"rotate(".concat(Ge+Se+$e,"deg)"),transformOrigin:"".concat(xn,"px ").concat(xn,"px"),transition:"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s",fillOpacity:0}},te=["id","prefixCls","steps","strokeWidth","trailWidth","gapDegree","gapPosition","trailColor","strokeLinecap","style","className","strokeColor","percent"];function Jt(Fe){var De=Fe!=null?Fe:[];return Array.isArray(De)?De:[De]}var Vt=function(De){var Ee=(0,re.Z)((0,re.Z)({},oe),De),Sn=Ee.id,rn=Ee.prefixCls,Ge=Ee.steps,sn=Ee.strokeWidth,$t=Ee.trailWidth,It=Ee.gapDegree,Pe=It===void 0?0:It,an=Ee.gapPosition,Ve=Ee.trailColor,Se=Ee.strokeLinecap,$e=Ee.style,He=Ee.className,xn=Ee.strokeColor,we=Ee.percent,de=(0,fe.Z)(Ee,te),ke=Rt/2,ze=lt(Sn),fn="".concat(ze,"-gradient"),Dt=ke-sn/2,wt=Math.PI*2*Dt,yt=Pe>0?90+Pe/2:-90,kt=wt*((360-Pe)/360),jt=(0,ie.Z)(Ge)==="object"?Ge:{count:Ge,gap:2},Mt=jt.count,Gt=jt.gap,Ce=Jt(we),be=Jt(xn),on=be.find(function(en){return en&&(0,ie.Z)(en)==="object"}),Ae=on&&(0,ie.Z)(on)==="object",Le=Ae?"butt":Se,_e=Wt(wt,kt,0,100,yt,Pe,an,Ve,Le,sn),un=Oe(),Pn=function(){var Zn=0;return Ce.map(function(Hn,mn){var zn=be[mn]||be[be.length-1],Ri=Wt(wt,kt,Zn,Hn,yt,Pe,an,zn,Le,sn);return Zn+=Hn,pe.createElement(Pt,{key:mn,color:zn,ptg:Hn,radius:Dt,prefixCls:rn,gradientId:fn,style:Ri,strokeLinecap:Le,strokeWidth:sn,gapDegree:Pe,ref:function(ji){un[mn]=ji},size:Rt})}).reverse()},gn=function(){var Zn=Math.round(Mt*(Ce[0]/100)),Hn=100/Mt,mn=0;return new Array(Mt).fill(null).map(function(zn,Ri){var vi=Ri<=Zn-1?be[0]:Ve,ji=vi&&(0,ie.Z)(vi)==="object"?"url(#".concat(fn,")"):void 0,er=Wt(wt,kt,mn,Hn,yt,Pe,an,vi,"butt",sn,Gt);return mn+=(kt-er.strokeDashoffset+Gt)*100/kt,pe.createElement("circle",{key:Ri,className:"".concat(rn,"-circle-path"),r:Dt,cx:ke,cy:ke,stroke:ji,strokeWidth:sn,opacity:1,style:er,ref:function(Ue){un[Ri]=Ue}})})};return pe.createElement("svg",(0,Lt.Z)({className:Ht()("".concat(rn,"-circle"),He),viewBox:"0 0 ".concat(Rt," ").concat(Rt),style:$e,id:Sn,role:"presentation"},de),!Mt&&pe.createElement("circle",{className:"".concat(rn,"-circle-trail"),r:Dt,cx:ke,cy:ke,stroke:Ve,strokeLinecap:Le,strokeWidth:$t||sn,style:_e}),Mt?gn():Pn())},le=Vt,ae={Line:Je,Circle:le}},738:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return mt}});var Lt=Et(67711),re=Et(52873),fe=Et(16886),pe=Et(33346),ne=Et(92310),Ht=Et.n(ne),oe=Et(18929),Oe=Et(10228),ge=Et(26112),Nt=Et(59301);function Je(St,Pt){var Rt=St.disabled,Wt=St.prefixCls,te=St.character,Jt=St.characterRender,Vt=St.index,le=St.count,ae=St.value,Fe=St.allowHalf,De=St.focused,Ee=St.onHover,Sn=St.onClick,rn=function(Se){Ee(Se,Vt)},Ge=function(Se){Sn(Se,Vt)},sn=function(Se){Se.keyCode===Oe.Z.ENTER&&Sn(Se,Vt)},$t=Vt+1,It=new Set([Wt]);ae===0&&Vt===0&&De?It.add("".concat(Wt,"-focused")):Fe&&ae+.5>=$t&&ae<$t?(It.add("".concat(Wt,"-half")),It.add("".concat(Wt,"-active")),De&&It.add("".concat(Wt,"-focused"))):($t<=ae?It.add("".concat(Wt,"-full")):It.add("".concat(Wt,"-zero")),$t===ae&&De&&It.add("".concat(Wt,"-focused")));var Pe=typeof te=="function"?te(St):te,an=Nt.createElement("li",{className:Ht()(Array.from(It)),ref:Pt},Nt.createElement("div",{onClick:Rt?null:Ge,onKeyDown:Rt?null:sn,onMouseMove:Rt?null:rn,role:"radio","aria-checked":ae>Vt?"true":"false","aria-posinset":Vt+1,"aria-setsize":le,tabIndex:Rt?-1:0},Nt.createElement("div",{className:"".concat(Wt,"-first")},Pe),Nt.createElement("div",{className:"".concat(Wt,"-second")},Pe)));return Jt&&(an=Jt(an,St)),an}var ie=Nt.forwardRef(Je);function nn(){var St=Nt.useRef({});function Pt(Wt){return St.current[Wt]}function Rt(Wt){return function(te){St.current[Wt]=te}}return[Pt,Rt]}function Bt(St){var Pt=St.pageXOffset,Rt="scrollLeft";if(typeof Pt!="number"){var Wt=St.document;Pt=Wt.documentElement[Rt],typeof Pt!="number"&&(Pt=Wt.body[Rt])}return Pt}function et(St){var Pt,Rt,Wt=St.ownerDocument,te=Wt.body,Jt=Wt&&Wt.documentElement,Vt=St.getBoundingClientRect();return Pt=Vt.left,Rt=Vt.top,Pt-=Jt.clientLeft||te.clientLeft||0,Rt-=Jt.clientTop||te.clientTop||0,{left:Pt,top:Rt}}function nt(St){var Pt=et(St),Rt=St.ownerDocument,Wt=Rt.defaultView||Rt.parentWindow;return Pt.left+=Bt(Wt),Pt.left}var ct=["prefixCls","className","defaultValue","value","count","allowHalf","allowClear","keyboard","character","characterRender","disabled","direction","tabIndex","autoFocus","onHoverChange","onChange","onFocus","onBlur","onKeyDown","onMouseLeave"];function lt(St,Pt){var Rt=St.prefixCls,Wt=Rt===void 0?"rc-rate":Rt,te=St.className,Jt=St.defaultValue,Vt=St.value,le=St.count,ae=le===void 0?5:le,Fe=St.allowHalf,De=Fe===void 0?!1:Fe,Ee=St.allowClear,Sn=Ee===void 0?!0:Ee,rn=St.keyboard,Ge=rn===void 0?!0:rn,sn=St.character,$t=sn===void 0?"\u2605":sn,It=St.characterRender,Pe=St.disabled,an=St.direction,Ve=an===void 0?"ltr":an,Se=St.tabIndex,$e=Se===void 0?0:Se,He=St.autoFocus,xn=St.onHoverChange,we=St.onChange,de=St.onFocus,ke=St.onBlur,ze=St.onKeyDown,fn=St.onMouseLeave,Dt=(0,pe.Z)(St,ct),wt=nn(),yt=(0,fe.Z)(wt,2),kt=yt[0],jt=yt[1],Mt=Nt.useRef(null),Gt=function(){if(!Pe){var _n;(_n=Mt.current)===null||_n===void 0||_n.focus()}};Nt.useImperativeHandle(Pt,function(){return{focus:Gt,blur:function(){if(!Pe){var _n;(_n=Mt.current)===null||_n===void 0||_n.blur()}}}});var Ce=(0,oe.Z)(Jt||0,{value:Vt}),be=(0,fe.Z)(Ce,2),on=be[0],Ae=be[1],Le=(0,oe.Z)(null),_e=(0,fe.Z)(Le,2),un=_e[0],Pn=_e[1],gn=function(_n,qi){var Ct=Ve==="rtl",Bi=_n+1;if(De){var oi=kt(_n),Wn=nt(oi),Bn=oi.clientWidth;(Ct&&qi-Wn>Bn/2||!Ct&&qi-Wn<Bn/2)&&(Bi-=.5)}return Bi},en=function(_n){Ae(_n),we==null||we(_n)},Zn=Nt.useState(!1),Hn=(0,fe.Z)(Zn,2),mn=Hn[0],zn=Hn[1],Ri=function(){zn(!0),de==null||de()},vi=function(){zn(!1),ke==null||ke()},ji=Nt.useState(null),er=(0,fe.Z)(ji,2),Ke=er[0],Ue=er[1],ii=function(_n,qi){var Ct=gn(qi,_n.pageX);Ct!==un&&(Ue(Ct),Pn(null)),xn==null||xn(Ct)},Ai=function(_n){Pe||(Ue(null),Pn(null),xn==null||xn(void 0)),_n&&(fn==null||fn(_n))},Fi=function(_n,qi){var Ct=gn(qi,_n.pageX),Bi=!1;Sn&&(Bi=Ct===on),Ai(),en(Bi?0:Ct),Pn(Bi?Ct:null)},Mi=function(_n){var qi=_n.keyCode,Ct=Ve==="rtl",Bi=De?.5:1;Ge&&(qi===Oe.Z.RIGHT&&on<ae&&!Ct?(en(on+Bi),_n.preventDefault()):qi===Oe.Z.LEFT&&on>0&&!Ct||qi===Oe.Z.RIGHT&&on>0&&Ct?(en(on-Bi),_n.preventDefault()):qi===Oe.Z.LEFT&&on<ae&&Ct&&(en(on+Bi),_n.preventDefault())),ze==null||ze(_n)};Nt.useEffect(function(){He&&!Pe&&Gt()},[]);var sr=new Array(ae).fill(0).map(function(fr,_n){return Nt.createElement(ie,{ref:jt(_n),index:_n,count:ae,disabled:Pe,prefixCls:"".concat(Wt,"-star"),allowHalf:De,value:Ke===null?on:Ke,onClick:Fi,onHover:ii,key:fr||_n,character:$t,characterRender:It,focused:mn})}),nr=Ht()(Wt,te,(0,re.Z)((0,re.Z)({},"".concat(Wt,"-disabled"),Pe),"".concat(Wt,"-rtl"),Ve==="rtl"));return Nt.createElement("ul",(0,Lt.Z)({className:nr,onMouseLeave:Ai,tabIndex:Pe?-1:$e,onFocus:Pe?null:Ri,onBlur:Pe?null:vi,onKeyDown:Pe?null:Mi,ref:Mt},(0,ge.Z)(Dt,{aria:!0,data:!0,attr:!0})),sr)}var gt=Nt.forwardRef(lt),mt=gt},6551:function(bn,$n,Et){"use strict";Et.d($n,{ZP:function(){return oe}});var Lt=Et(16886),re=Et(59301),fe=Et(47273),pe=0,ne=(0,fe.Z)();function Ht(){var Oe;return ne?(Oe=pe,pe+=1):Oe="TEST_OR_SSR",Oe}function oe(Oe){var ge=re.useState(),Nt=(0,Lt.Z)(ge,2),Je=Nt[0],ie=Nt[1];return re.useEffect(function(){ie("rc_select_".concat(Ht()))},[]),Oe||Je}},37463:function(bn,$n,Et){"use strict";Et.d($n,{Ac:function(){return zn},Xo:function(){return vi},Wx:function(){return er},ZP:function(){return Yn},lk:function(){return mt}});var Lt=Et(67711),re=Et(15142),fe=Et(52873),pe=Et(98506),ne=Et(16886),Ht=Et(33346),oe=Et(26420),Oe=Et(18929),ge=Et(48736),Nt=Et(59301),Je=Et(92310),ie=Et.n(Je),nn=Et(34280),Bt=Et(49658),et=Et(8654),nt=function(Me){var Gn=Me.className,qn=Me.customizeIcon,Xe=Me.customizeIconProps,ri=Me.children,Zi=Me.onMouseDown,Gi=Me.onClick,ir=typeof qn=="function"?qn(Xe):qn;return Nt.createElement("span",{className:Gn,onMouseDown:function(Jn){Jn.preventDefault(),Zi==null||Zi(Jn)},style:{userSelect:"none",WebkitUserSelect:"none"},unselectable:"on",onClick:Gi,"aria-hidden":!0},ir!==void 0?ir:Nt.createElement("span",{className:ie()(Gn.split(/\s+/).map(function(ai){return"".concat(ai,"-icon")}))},ri))},ct=nt,lt=function(Me,Gn,qn,Xe,ri){var Zi=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!1,Gi=arguments.length>6?arguments[6]:void 0,ir=arguments.length>7?arguments[7]:void 0,ai=Nt.useMemo(function(){if((0,oe.Z)(Xe)==="object")return Xe.clearIcon;if(ri)return ri},[Xe,ri]),Jn=Nt.useMemo(function(){return!!(!Zi&&Xe&&(qn.length||Gi)&&!(ir==="combobox"&&Gi===""))},[Xe,Zi,qn.length,Gi,ir]);return{allowClear:Jn,clearIcon:Nt.createElement(ct,{className:"".concat(Me,"-clear"),onMouseDown:Gn,customizeIcon:ai},"\xD7")}},gt=Nt.createContext(null);function mt(){return Nt.useContext(gt)}function St(){var Qt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10,Me=Nt.useState(!1),Gn=(0,ne.Z)(Me,2),qn=Gn[0],Xe=Gn[1],ri=Nt.useRef(null),Zi=function(){window.clearTimeout(ri.current)};Nt.useEffect(function(){return Zi},[]);var Gi=function(ai,Jn){Zi(),ri.current=window.setTimeout(function(){Xe(ai),Jn&&Jn()},Qt)};return[qn,Gi,Zi]}function Pt(){var Qt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:250,Me=Nt.useRef(null),Gn=Nt.useRef(null);Nt.useEffect(function(){return function(){window.clearTimeout(Gn.current)}},[]);function qn(Xe){(Xe||Me.current===null)&&(Me.current=Xe),window.clearTimeout(Gn.current),Gn.current=window.setTimeout(function(){Me.current=null},Qt)}return[function(){return Me.current},qn]}function Rt(Qt,Me,Gn,qn){var Xe=Nt.useRef(null);Xe.current={open:Me,triggerOpen:Gn,customizedTrigger:qn},Nt.useEffect(function(){function ri(Zi){var Gi;if(!((Gi=Xe.current)!==null&&Gi!==void 0&&Gi.customizedTrigger)){var ir=Zi.target;ir.shadowRoot&&Zi.composed&&(ir=Zi.composedPath()[0]||ir),Xe.current.open&&Qt().filter(function(ai){return ai}).every(function(ai){return!ai.contains(ir)&&ai!==ir})&&Xe.current.triggerOpen(!1)}}return window.addEventListener("mousedown",ri),function(){return window.removeEventListener("mousedown",ri)}},[])}var Wt=Et(10228);function te(Qt){return Qt&&![Wt.Z.ESC,Wt.Z.SHIFT,Wt.Z.BACKSPACE,Wt.Z.TAB,Wt.Z.WIN_KEY,Wt.Z.ALT,Wt.Z.META,Wt.Z.WIN_KEY_RIGHT,Wt.Z.CTRL,Wt.Z.SEMICOLON,Wt.Z.EQUALS,Wt.Z.CAPS_LOCK,Wt.Z.CONTEXT_MENU,Wt.Z.F1,Wt.Z.F2,Wt.Z.F3,Wt.Z.F4,Wt.Z.F5,Wt.Z.F6,Wt.Z.F7,Wt.Z.F8,Wt.Z.F9,Wt.Z.F10,Wt.Z.F11,Wt.Z.F12].includes(Qt)}var Jt=Et(26112),Vt=Et(11780);function le(Qt,Me,Gn){var qn=(0,pe.Z)((0,pe.Z)({},Qt),Gn?Me:{});return Object.keys(Me).forEach(function(Xe){var ri=Me[Xe];typeof ri=="function"&&(qn[Xe]=function(){for(var Zi,Gi=arguments.length,ir=new Array(Gi),ai=0;ai<Gi;ai++)ir[ai]=arguments[ai];return ri.apply(void 0,ir),(Zi=Qt[Xe])===null||Zi===void 0?void 0:Zi.call.apply(Zi,[Qt].concat(ir))})}),qn}var ae=le,Fe=["prefixCls","id","inputElement","autoFocus","autoComplete","editable","activeDescendantId","value","open","attrs"],De=function(Me,Gn){var qn=Me.prefixCls,Xe=Me.id,ri=Me.inputElement,Zi=Me.autoFocus,Gi=Me.autoComplete,ir=Me.editable,ai=Me.activeDescendantId,Jn=Me.value,hi=Me.open,hr=Me.attrs,tr=(0,Ht.Z)(Me,Fe),Dn=ri||Nt.createElement("input",null),ki=Dn,Fr=ki.ref,jr=ki.props;return(0,ge.Kp)(!("maxLength"in Dn.props),"Passing 'maxLength' to input element directly may not work because input in BaseSelect is controlled."),Dn=Nt.cloneElement(Dn,(0,pe.Z)((0,pe.Z)((0,pe.Z)({type:"search"},ae(tr,jr,!0)),{},{id:Xe,ref:(0,et.sQ)(Gn,Fr),autoComplete:Gi||"off",autoFocus:Zi,className:ie()("".concat(qn,"-selection-search-input"),jr==null?void 0:jr.className),role:"combobox","aria-expanded":hi||!1,"aria-haspopup":"listbox","aria-owns":"".concat(Xe,"_list"),"aria-autocomplete":"list","aria-controls":"".concat(Xe,"_list"),"aria-activedescendant":hi?ai:void 0},hr),{},{value:ir?Jn:"",readOnly:!ir,unselectable:ir?null:"on",style:(0,pe.Z)((0,pe.Z)({},jr.style),{},{opacity:ir?null:0})})),Dn},Ee=Nt.forwardRef(De),Sn=Ee;function rn(Qt){return Array.isArray(Qt)?Qt:Qt!==void 0?[Qt]:[]}var Ge=typeof window!="undefined"&&window.document&&window.document.documentElement,sn=Ge;function $t(Qt){return Qt!=null}function It(Qt){return!Qt&&Qt!==0}function Pe(Qt){return["string","number"].includes((0,oe.Z)(Qt))}function an(Qt){var Me=void 0;return Qt&&(Pe(Qt.title)?Me=Qt.title.toString():Pe(Qt.label)&&(Me=Qt.label.toString())),Me}function Ve(Qt,Me){sn?Nt.useLayoutEffect(Qt,Me):Nt.useEffect(Qt,Me)}function Se(Qt){var Me;return(Me=Qt.key)!==null&&Me!==void 0?Me:Qt.value}var $e=function(Me){Me.preventDefault(),Me.stopPropagation()},He=function(Me){var Gn=Me.id,qn=Me.prefixCls,Xe=Me.values,ri=Me.open,Zi=Me.searchValue,Gi=Me.autoClearSearchValue,ir=Me.inputRef,ai=Me.placeholder,Jn=Me.disabled,hi=Me.mode,hr=Me.showSearch,tr=Me.autoFocus,Dn=Me.autoComplete,ki=Me.activeDescendantId,Fr=Me.tabIndex,jr=Me.removeIcon,so=Me.maxTagCount,je=Me.maxTagTextLength,_i=Me.maxTagPlaceholder,Ar=_i===void 0?function(ci){return"+ ".concat(ci.length," ...")}:_i,Wi=Me.tagRender,Wr=Me.onToggleOpen,Nr=Me.onRemove,Xr=Me.onInputChange,zr=Me.onInputPaste,Hr=Me.onInputKeyDown,qr=Me.onInputMouseDown,pn=Me.onInputCompositionStart,no=Me.onInputCompositionEnd,Cn=Me.onInputBlur,rr=Nt.useRef(null),Or=(0,Nt.useState)(0),Tr=(0,ne.Z)(Or,2),ho=Tr[0],Gr=Tr[1],xr=(0,Nt.useState)(!1),lo=(0,ne.Z)(xr,2),We=lo[0],An=lo[1],Be="".concat(qn,"-selection"),Ot=ri||hi==="multiple"&&Gi===!1||hi==="tags"?Zi:"",Qn=hi==="tags"||hi==="multiple"&&Gi===!1||hr&&(ri||We);Ve(function(){Gr(rr.current.scrollWidth)},[Ot]);var Li=function(Kn,fi,ei,Ft,se){return Nt.createElement("span",{title:an(Kn),className:ie()("".concat(Be,"-item"),(0,fe.Z)({},"".concat(Be,"-item-disabled"),ei))},Nt.createElement("span",{className:"".concat(Be,"-item-content")},fi),Ft&&Nt.createElement(ct,{className:"".concat(Be,"-item-remove"),onMouseDown:$e,onClick:se,customizeIcon:jr},"\xD7"))},Xi=function(Kn,fi,ei,Ft,se,Yt){var ve=function(Qe){$e(Qe),Wr(!ri)};return Nt.createElement("span",{onMouseDown:ve},Wi({label:fi,value:Kn,disabled:ei,closable:Ft,onClose:se,isMaxTag:!!Yt}))},Vi=function(Kn){var fi=Kn.disabled,ei=Kn.label,Ft=Kn.value,se=!Jn&&!fi,Yt=ei;if(typeof je=="number"&&(typeof ei=="string"||typeof ei=="number")){var ve=String(Yt);ve.length>je&&(Yt="".concat(ve.slice(0,je),"..."))}var xe=function(qe){qe&&qe.stopPropagation(),Nr(Kn)};return typeof Wi=="function"?Xi(Ft,Yt,fi,se,xe):Li(Kn,Yt,fi,se,xe)},yi=function(Kn){if(!Xe.length)return null;var fi=typeof Ar=="function"?Ar(Kn):Ar;return typeof Wi=="function"?Xi(void 0,fi,!1,!1,void 0,!0):Li({title:fi},fi,!1)},Mn=Nt.createElement("div",{className:"".concat(Be,"-search"),style:{width:ho},onFocus:function(){An(!0)},onBlur:function(){An(!1)}},Nt.createElement(Sn,{ref:ir,open:ri,prefixCls:qn,id:Gn,inputElement:null,disabled:Jn,autoFocus:tr,autoComplete:Dn,editable:Qn,activeDescendantId:ki,value:Ot,onKeyDown:Hr,onMouseDown:qr,onChange:Xr,onPaste:zr,onCompositionStart:pn,onCompositionEnd:no,onBlur:Cn,tabIndex:Fr,attrs:(0,Jt.Z)(Me,!0)}),Nt.createElement("span",{ref:rr,className:"".concat(Be,"-search-mirror"),"aria-hidden":!0},Ot,"\xA0")),si=Nt.createElement(Vt.Z,{prefixCls:"".concat(Be,"-overflow"),data:Xe,renderItem:Vi,renderRest:yi,suffix:Mn,itemKey:Se,maxCount:so});return Nt.createElement("span",{className:"".concat(Be,"-wrap")},si,!Xe.length&&!Ot&&Nt.createElement("span",{className:"".concat(Be,"-placeholder")},ai))},xn=He,we=function(Me){var Gn=Me.inputElement,qn=Me.prefixCls,Xe=Me.id,ri=Me.inputRef,Zi=Me.disabled,Gi=Me.autoFocus,ir=Me.autoComplete,ai=Me.activeDescendantId,Jn=Me.mode,hi=Me.open,hr=Me.values,tr=Me.placeholder,Dn=Me.tabIndex,ki=Me.showSearch,Fr=Me.searchValue,jr=Me.activeValue,so=Me.maxLength,je=Me.onInputKeyDown,_i=Me.onInputMouseDown,Ar=Me.onInputChange,Wi=Me.onInputPaste,Wr=Me.onInputCompositionStart,Nr=Me.onInputCompositionEnd,Xr=Me.onInputBlur,zr=Me.title,Hr=Nt.useState(!1),qr=(0,ne.Z)(Hr,2),pn=qr[0],no=qr[1],Cn=Jn==="combobox",rr=Cn||ki,Or=hr[0],Tr=Fr||"";Cn&&jr&&!pn&&(Tr=jr),Nt.useEffect(function(){Cn&&no(!1)},[Cn,jr]);var ho=Jn!=="combobox"&&!hi&&!ki?!1:!!Tr,Gr=zr===void 0?an(Or):zr,xr=Nt.useMemo(function(){return Or?null:Nt.createElement("span",{className:"".concat(qn,"-selection-placeholder"),style:ho?{visibility:"hidden"}:void 0},tr)},[Or,ho,tr,qn]);return Nt.createElement("span",{className:"".concat(qn,"-selection-wrap")},Nt.createElement("span",{className:"".concat(qn,"-selection-search")},Nt.createElement(Sn,{ref:ri,prefixCls:qn,id:Xe,open:hi,inputElement:Gn,disabled:Zi,autoFocus:Gi,autoComplete:ir,editable:rr,activeDescendantId:ai,value:Tr,onKeyDown:je,onMouseDown:_i,onChange:function(We){no(!0),Ar(We)},onPaste:Wi,onCompositionStart:Wr,onCompositionEnd:Nr,onBlur:Xr,tabIndex:Dn,attrs:(0,Jt.Z)(Me,!0),maxLength:Cn?so:void 0})),!Cn&&Or?Nt.createElement("span",{className:"".concat(qn,"-selection-item"),title:Gr,style:ho?{visibility:"hidden"}:void 0},Or.label):null,xr)},de=we,ke=function(Me,Gn){var qn=(0,Nt.useRef)(null),Xe=(0,Nt.useRef)(!1),ri=Me.prefixCls,Zi=Me.open,Gi=Me.mode,ir=Me.showSearch,ai=Me.tokenWithEnter,Jn=Me.disabled,hi=Me.prefix,hr=Me.autoClearSearchValue,tr=Me.onSearch,Dn=Me.onSearchSubmit,ki=Me.onToggleOpen,Fr=Me.onInputKeyDown,jr=Me.onInputBlur,so=Me.domRef;Nt.useImperativeHandle(Gn,function(){return{focus:function(Gr){qn.current.focus(Gr)},blur:function(){qn.current.blur()}}});var je=Pt(0),_i=(0,ne.Z)(je,2),Ar=_i[0],Wi=_i[1],Wr=function(Gr){var xr=Gr.which,lo=qn.current instanceof HTMLTextAreaElement;!lo&&Zi&&(xr===Wt.Z.UP||xr===Wt.Z.DOWN)&&Gr.preventDefault(),Fr&&Fr(Gr),xr===Wt.Z.ENTER&&Gi==="tags"&&!Xe.current&&!Zi&&(Dn==null||Dn(Gr.target.value)),!(lo&&!Zi&&~[Wt.Z.UP,Wt.Z.DOWN,Wt.Z.LEFT,Wt.Z.RIGHT].indexOf(xr))&&te(xr)&&ki(!0)},Nr=function(){Wi(!0)},Xr=(0,Nt.useRef)(null),zr=function(Gr){tr(Gr,!0,Xe.current)!==!1&&ki(!0)},Hr=function(){Xe.current=!0},qr=function(Gr){Xe.current=!1,Gi!=="combobox"&&zr(Gr.target.value)},pn=function(Gr){var xr=Gr.target.value;if(ai&&Xr.current&&/[\r\n]/.test(Xr.current)){var lo=Xr.current.replace(/[\r\n]+$/,"").replace(/\r\n/g," ").replace(/[\r\n]/g," ");xr=xr.replace(lo,Xr.current)}Xr.current=null,zr(xr)},no=function(Gr){var xr=Gr.clipboardData,lo=xr==null?void 0:xr.getData("text");Xr.current=lo||""},Cn=function(Gr){var xr=Gr.target;if(xr!==qn.current){var lo=document.body.style.msTouchAction!==void 0;lo?setTimeout(function(){qn.current.focus()}):qn.current.focus()}},rr=function(Gr){var xr=Ar();Gr.target!==qn.current&&!xr&&!(Gi==="combobox"&&Jn)&&Gr.preventDefault(),(Gi!=="combobox"&&(!ir||!xr)||!Zi)&&(Zi&&hr!==!1&&tr("",!0,!1),ki())},Or={inputRef:qn,onInputKeyDown:Wr,onInputMouseDown:Nr,onInputChange:pn,onInputPaste:no,onInputCompositionStart:Hr,onInputCompositionEnd:qr,onInputBlur:jr},Tr=Gi==="multiple"||Gi==="tags"?Nt.createElement(xn,(0,Lt.Z)({},Me,Or)):Nt.createElement(de,(0,Lt.Z)({},Me,Or));return Nt.createElement("div",{ref:so,className:"".concat(ri,"-selector"),onClick:Cn,onMouseDown:rr},hi&&Nt.createElement("div",{className:"".concat(ri,"-prefix")},hi),Tr)},ze=Nt.forwardRef(ke),fn=ze,Dt=Et(65030),wt=["prefixCls","disabled","visible","children","popupElement","animation","transitionName","dropdownStyle","dropdownClassName","direction","placement","builtinPlacements","dropdownMatchSelectWidth","dropdownRender","dropdownAlign","getPopupContainer","empty","getTriggerDOMNode","onPopupVisibleChange","onPopupMouseEnter"],yt=function(Me){var Gn=Me===!0?0:1;return{bottomLeft:{points:["tl","bl"],offset:[0,4],overflow:{adjustX:Gn,adjustY:1},htmlRegion:"scroll"},bottomRight:{points:["tr","br"],offset:[0,4],overflow:{adjustX:Gn,adjustY:1},htmlRegion:"scroll"},topLeft:{points:["bl","tl"],offset:[0,-4],overflow:{adjustX:Gn,adjustY:1},htmlRegion:"scroll"},topRight:{points:["br","tr"],offset:[0,-4],overflow:{adjustX:Gn,adjustY:1},htmlRegion:"scroll"}}},kt=function(Me,Gn){var qn=Me.prefixCls,Xe=Me.disabled,ri=Me.visible,Zi=Me.children,Gi=Me.popupElement,ir=Me.animation,ai=Me.transitionName,Jn=Me.dropdownStyle,hi=Me.dropdownClassName,hr=Me.direction,tr=hr===void 0?"ltr":hr,Dn=Me.placement,ki=Me.builtinPlacements,Fr=Me.dropdownMatchSelectWidth,jr=Me.dropdownRender,so=Me.dropdownAlign,je=Me.getPopupContainer,_i=Me.empty,Ar=Me.getTriggerDOMNode,Wi=Me.onPopupVisibleChange,Wr=Me.onPopupMouseEnter,Nr=(0,Ht.Z)(Me,wt),Xr="".concat(qn,"-dropdown"),zr=Gi;jr&&(zr=jr(Gi));var Hr=Nt.useMemo(function(){return ki||yt(Fr)},[ki,Fr]),qr=ir?"".concat(Xr,"-").concat(ir):ai,pn=typeof Fr=="number",no=Nt.useMemo(function(){return pn?null:Fr===!1?"minWidth":"width"},[Fr,pn]),Cn=Jn;pn&&(Cn=(0,pe.Z)((0,pe.Z)({},Cn),{},{width:Fr}));var rr=Nt.useRef(null);return Nt.useImperativeHandle(Gn,function(){return{getPopupElement:function(){var Tr;return(Tr=rr.current)===null||Tr===void 0?void 0:Tr.popupElement}}}),Nt.createElement(Dt.Z,(0,Lt.Z)({},Nr,{showAction:Wi?["click"]:[],hideAction:Wi?["click"]:[],popupPlacement:Dn||(tr==="rtl"?"bottomRight":"bottomLeft"),builtinPlacements:Hr,prefixCls:Xr,popupTransitionName:qr,popup:Nt.createElement("div",{onMouseEnter:Wr},zr),ref:rr,stretch:no,popupAlign:so,popupVisible:ri,getPopupContainer:je,popupClassName:ie()(hi,(0,fe.Z)({},"".concat(Xr,"-empty"),_i)),popupStyle:Cn,getTriggerDOMNode:Ar,onPopupVisibleChange:Wi}),Zi)},jt=Nt.forwardRef(kt),Mt=jt,Gt=Et(57879);function Ce(Qt,Me){var Gn=Qt.key,qn;return"value"in Qt&&(qn=Qt.value),Gn!=null?Gn:qn!==void 0?qn:"rc-index-key-".concat(Me)}function be(Qt){return typeof Qt!="undefined"&&!Number.isNaN(Qt)}function on(Qt,Me){var Gn=Qt||{},qn=Gn.label,Xe=Gn.value,ri=Gn.options,Zi=Gn.groupLabel,Gi=qn||(Me?"children":"label");return{label:Gi,value:Xe||"value",options:ri||"options",groupLabel:Zi||Gi}}function Ae(Qt){var Me=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Gn=Me.fieldNames,qn=Me.childrenAsData,Xe=[],ri=on(Gn,!1),Zi=ri.label,Gi=ri.value,ir=ri.options,ai=ri.groupLabel;function Jn(hi,hr){Array.isArray(hi)&&hi.forEach(function(tr){if(hr||!(ir in tr)){var Dn=tr[Gi];Xe.push({key:Ce(tr,Xe.length),groupOption:hr,data:tr,label:tr[Zi],value:Dn})}else{var ki=tr[ai];ki===void 0&&qn&&(ki=tr.label),Xe.push({key:Ce(tr,Xe.length),group:!0,data:tr,label:ki}),Jn(tr[ir],!0)}})}return Jn(Qt,!1),Xe}function Le(Qt){var Me=(0,pe.Z)({},Qt);return"props"in Me||Object.defineProperty(Me,"props",{get:function(){return(0,ge.ZP)(!1,"Return type is option instead of Option instance. Please read value directly instead of reading from `props`."),Me}}),Me}var _e=function(Me,Gn,qn){if(!Gn||!Gn.length)return null;var Xe=!1,ri=function Gi(ir,ai){var Jn=(0,Gt.Z)(ai),hi=Jn[0],hr=Jn.slice(1);if(!hi)return[ir];var tr=ir.split(hi);return Xe=Xe||tr.length>1,tr.reduce(function(Dn,ki){return[].concat((0,re.Z)(Dn),(0,re.Z)(Gi(ki,hr)))},[]).filter(Boolean)},Zi=ri(Me,Gn);return Xe?typeof qn!="undefined"?Zi.slice(0,qn):Zi:null},un=Nt.createContext(null),Pn=un;function gn(Qt){var Me=Qt.visible,Gn=Qt.values;if(!Me)return null;var qn=50;return Nt.createElement("span",{"aria-live":"polite",style:{width:0,height:0,position:"absolute",overflow:"hidden",opacity:0}},"".concat(Gn.slice(0,qn).map(function(Xe){var ri=Xe.label,Zi=Xe.value;return["number","string"].includes((0,oe.Z)(ri))?ri:Zi}).join(", ")),Gn.length>qn?", ...":null)}var en=["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"],Zn=["value","onChange","removeIcon","placeholder","autoFocus","maxTagCount","maxTagTextLength","maxTagPlaceholder","choiceTransitionName","onInputKeyDown","onPopupScroll","tabIndex"],Hn=function(Me){return Me==="tags"||Me==="multiple"},mn=Nt.forwardRef(function(Qt,Me){var Gn,qn=Qt.id,Xe=Qt.prefixCls,ri=Qt.className,Zi=Qt.showSearch,Gi=Qt.tagRender,ir=Qt.direction,ai=Qt.omitDomProps,Jn=Qt.displayValues,hi=Qt.onDisplayValuesChange,hr=Qt.emptyOptions,tr=Qt.notFoundContent,Dn=tr===void 0?"Not Found":tr,ki=Qt.onClear,Fr=Qt.mode,jr=Qt.disabled,so=Qt.loading,je=Qt.getInputElement,_i=Qt.getRawInputElement,Ar=Qt.open,Wi=Qt.defaultOpen,Wr=Qt.onDropdownVisibleChange,Nr=Qt.activeValue,Xr=Qt.onActiveValueChange,zr=Qt.activeDescendantId,Hr=Qt.searchValue,qr=Qt.autoClearSearchValue,pn=Qt.onSearch,no=Qt.onSearchSplit,Cn=Qt.tokenSeparators,rr=Qt.allowClear,Or=Qt.prefix,Tr=Qt.suffixIcon,ho=Qt.clearIcon,Gr=Qt.OptionList,xr=Qt.animation,lo=Qt.transitionName,We=Qt.dropdownStyle,An=Qt.dropdownClassName,Be=Qt.dropdownMatchSelectWidth,Ot=Qt.dropdownRender,Qn=Qt.dropdownAlign,Li=Qt.placement,Xi=Qt.builtinPlacements,Vi=Qt.getPopupContainer,yi=Qt.showAction,Mn=yi===void 0?[]:yi,si=Qt.onFocus,ci=Qt.onBlur,Kn=Qt.onKeyUp,fi=Qt.onKeyDown,ei=Qt.onMouseDown,Ft=(0,Ht.Z)(Qt,en),se=Hn(Fr),Yt=(Zi!==void 0?Zi:se)||Fr==="combobox",ve=(0,pe.Z)({},Ft);Zn.forEach(function(lr){delete ve[lr]}),ai==null||ai.forEach(function(lr){delete ve[lr]});var xe=Nt.useState(!1),Qe=(0,ne.Z)(xe,2),qe=Qe[0],hn=Qe[1];Nt.useEffect(function(){hn((0,Bt.Z)())},[]);var On=Nt.useRef(null),Un=Nt.useRef(null),dn=Nt.useRef(null),di=Nt.useRef(null),Ci=Nt.useRef(null),he=Nt.useRef(!1),ti=St(),Xn=(0,ne.Z)(ti,3),jn=Xn[0],Tn=Xn[1],Ei=Xn[2];Nt.useImperativeHandle(Me,function(){var lr,Ir;return{focus:(lr=di.current)===null||lr===void 0?void 0:lr.focus,blur:(Ir=di.current)===null||Ir===void 0?void 0:Ir.blur,scrollTo:function(pi){var Zo;return(Zo=Ci.current)===null||Zo===void 0?void 0:Zo.scrollTo(pi)},nativeElement:On.current||Un.current}});var bi=Nt.useMemo(function(){var lr;if(Fr!=="combobox")return Hr;var Ir=(lr=Jn[0])===null||lr===void 0?void 0:lr.value;return typeof Ir=="string"||typeof Ir=="number"?String(Ir):""},[Hr,Fr,Jn]),mi=Fr==="combobox"&&typeof je=="function"&&je()||null,ni=typeof _i=="function"&&_i(),Vn=(0,et.x1)(Un,ni==null||(Gn=ni.props)===null||Gn===void 0?void 0:Gn.ref),Ti=Nt.useState(!1),cr=(0,ne.Z)(Ti,2),mr=cr[0],kr=cr[1];(0,nn.Z)(function(){kr(!0)},[]);var Si=(0,Oe.Z)(!1,{defaultValue:Wi,value:Ar}),yr=(0,ne.Z)(Si,2),ur=yr[0],Sr=yr[1],pr=mr?ur:!1,Pr=!Dn&&hr;(jr||Pr&&pr&&Fr==="combobox")&&(pr=!1);var Fn=Pr?!1:pr,Ii=Nt.useCallback(function(lr){var Ir=lr!==void 0?lr:!pr;jr||(Sr(Ir),pr!==Ir&&(Wr==null||Wr(Ir)))},[jr,pr,Sr,Wr]),Ui=Nt.useMemo(function(){return(Cn||[]).some(function(lr){return[`
|
|
`,`\r
|
|
`].includes(lr)})},[Cn]),or=Nt.useContext(Pn)||{},Ji=or.maxCount,Qi=or.rawValues,xi=function(Ir,wr,pi){if(!(se&&be(Ji)&&(Qi==null?void 0:Qi.size)>=Ji)){var Zo=!0,ce=Ir;Xr==null||Xr(null);var Ln=_e(Ir,Cn,be(Ji)?Ji-Qi.size:void 0),za=pi?null:Ln;return Fr!=="combobox"&&za&&(ce="",no==null||no(za),Ii(!1),Zo=!1),pn&&bi!==ce&&pn(ce,{source:wr?"typing":"effect"}),Zo}},Dr=function(Ir){!Ir||!Ir.trim()||pn(Ir,{source:"submit"})};Nt.useEffect(function(){!pr&&!se&&Fr!=="combobox"&&xi("",!1,!1)},[pr]),Nt.useEffect(function(){ur&&jr&&Sr(!1),jr&&!he.current&&Tn(!1)},[jr]);var Kr=Pt(),Yr=(0,ne.Z)(Kr,2),vr=Yr[0],to=Yr[1],$r=Nt.useRef(!1),Ur=function(Ir){var wr=vr(),pi=Ir.key,Zo=pi==="Enter";if(Zo&&(Fr!=="combobox"&&Ir.preventDefault(),pr||Ii(!0)),to(!!bi),pi==="Backspace"&&!wr&&se&&!bi&&Jn.length){for(var ce=(0,re.Z)(Jn),Ln=null,za=ce.length-1;za>=0;za-=1){var ja=ce[za];if(!ja.disabled){ce.splice(za,1),Ln=ja;break}}Ln&&hi(ce,{type:"remove",values:[Ln]})}for(var da=arguments.length,ca=new Array(da>1?da-1:0),Ga=1;Ga<da;Ga++)ca[Ga-1]=arguments[Ga];if(pr&&(!Zo||!$r.current)){var Ta;Zo&&($r.current=!0),(Ta=Ci.current)===null||Ta===void 0||Ta.onKeyDown.apply(Ta,[Ir].concat(ca))}fi==null||fi.apply(void 0,[Ir].concat(ca))},mo=function(Ir){for(var wr=arguments.length,pi=new Array(wr>1?wr-1:0),Zo=1;Zo<wr;Zo++)pi[Zo-1]=arguments[Zo];if(pr){var ce;(ce=Ci.current)===null||ce===void 0||ce.onKeyUp.apply(ce,[Ir].concat(pi))}Ir.key==="Enter"&&($r.current=!1),Kn==null||Kn.apply(void 0,[Ir].concat(pi))},xo=function(Ir){var wr=Jn.filter(function(pi){return pi!==Ir});hi(wr,{type:"remove",values:[Ir]})},No=function(){$r.current=!1},oo=Nt.useRef(!1),ta=function(){Tn(!0),jr||(si&&!oo.current&&si.apply(void 0,arguments),Mn.includes("focus")&&Ii(!0)),oo.current=!0},Mo=function(){he.current=!0,Tn(!1,function(){oo.current=!1,he.current=!1,Ii(!1)}),!jr&&(bi&&(Fr==="tags"?pn(bi,{source:"submit"}):Fr==="multiple"&&pn("",{source:"blur"})),ci&&ci.apply(void 0,arguments))},na=[];Nt.useEffect(function(){return function(){na.forEach(function(lr){return clearTimeout(lr)}),na.splice(0,na.length)}},[]);var Fo=function(Ir){var wr,pi=Ir.target,Zo=(wr=dn.current)===null||wr===void 0?void 0:wr.getPopupElement();if(Zo&&Zo.contains(pi)){var ce=setTimeout(function(){var da=na.indexOf(ce);if(da!==-1&&na.splice(da,1),Ei(),!qe&&!Zo.contains(document.activeElement)){var ca;(ca=di.current)===null||ca===void 0||ca.focus()}});na.push(ce)}for(var Ln=arguments.length,za=new Array(Ln>1?Ln-1:0),ja=1;ja<Ln;ja++)za[ja-1]=arguments[ja];ei==null||ei.apply(void 0,[Ir].concat(za))},Yo=Nt.useState({}),ia=(0,ne.Z)(Yo,2),Qo=ia[1];function jo(){Qo({})}var Ao;ni&&(Ao=function(Ir){Ii(Ir)}),Rt(function(){var lr;return[On.current,(lr=dn.current)===null||lr===void 0?void 0:lr.getPopupElement()]},Fn,Ii,!!ni);var oa=Nt.useMemo(function(){return(0,pe.Z)((0,pe.Z)({},Qt),{},{notFoundContent:Dn,open:pr,triggerOpen:Fn,id:qn,showSearch:Yt,multiple:se,toggleOpen:Ii})},[Qt,Dn,Fn,pr,qn,Yt,se,Ii]),Ca=!!Tr||so,Ho;Ca&&(Ho=Nt.createElement(ct,{className:ie()("".concat(Xe,"-arrow"),(0,fe.Z)({},"".concat(Xe,"-arrow-loading"),so)),customizeIcon:Tr,customizeIconProps:{loading:so,searchValue:bi,open:pr,focused:jn,showSearch:Yt}}));var Ra=function(){var Ir;ki==null||ki(),(Ir=di.current)===null||Ir===void 0||Ir.focus(),hi([],{type:"clear",values:Jn}),xi("",!1,!1)},ko=lt(Xe,Ra,Jn,rr,ho,jr,bi,Fr),Po=ko.allowClear,vo=ko.clearIcon,_o=Nt.createElement(Gr,{ref:Ci}),bo=ie()(Xe,ri,(0,fe.Z)((0,fe.Z)((0,fe.Z)((0,fe.Z)((0,fe.Z)((0,fe.Z)((0,fe.Z)((0,fe.Z)((0,fe.Z)((0,fe.Z)({},"".concat(Xe,"-focused"),jn),"".concat(Xe,"-multiple"),se),"".concat(Xe,"-single"),!se),"".concat(Xe,"-allow-clear"),rr),"".concat(Xe,"-show-arrow"),Ca),"".concat(Xe,"-disabled"),jr),"".concat(Xe,"-loading"),so),"".concat(Xe,"-open"),pr),"".concat(Xe,"-customize-input"),mi),"".concat(Xe,"-show-search"),Yt)),La=Nt.createElement(Mt,{ref:dn,disabled:jr,prefixCls:Xe,visible:Fn,popupElement:_o,animation:xr,transitionName:lo,dropdownStyle:We,dropdownClassName:An,direction:ir,dropdownMatchSelectWidth:Be,dropdownRender:Ot,dropdownAlign:Qn,placement:Li,builtinPlacements:Xi,getPopupContainer:Vi,empty:hr,getTriggerDOMNode:function(Ir){return Un.current||Ir},onPopupVisibleChange:Ao,onPopupMouseEnter:jo},ni?Nt.cloneElement(ni,{ref:Vn}):Nt.createElement(fn,(0,Lt.Z)({},Qt,{domRef:Un,prefixCls:Xe,inputElement:mi,ref:di,id:qn,prefix:Or,showSearch:Yt,autoClearSearchValue:qr,mode:Fr,activeDescendantId:zr,tagRender:Gi,values:Jn,open:pr,onToggleOpen:Ii,activeValue:Nr,searchValue:bi,onSearch:xi,onSearchSubmit:Dr,onRemove:xo,tokenWithEnter:Ui,onInputBlur:No}))),Lr;return ni?Lr=La:Lr=Nt.createElement("div",(0,Lt.Z)({className:bo},ve,{ref:On,onMouseDown:Fo,onKeyDown:Ur,onKeyUp:mo,onFocus:ta,onBlur:Mo}),Nt.createElement(gn,{visible:jn&&!pr,values:Jn}),La,Ho,Po&&vo),Nt.createElement(gt.Provider,{value:oa},Lr)}),zn=mn,Ri=function(){return null};Ri.isSelectOptGroup=!0;var vi=Ri,ji=function(){return null};ji.isSelectOption=!0;var er=ji,Ke=Et(80547),Ue=Et(2738),ii=Et(6790);function Ai(){return/(mac\sos|macintosh)/i.test(navigator.appVersion)}var Fi=["disabled","title","children","style","className"];function Mi(Qt){return typeof Qt=="string"||typeof Qt=="number"}var sr=function(Me,Gn){var qn=mt(),Xe=qn.prefixCls,ri=qn.id,Zi=qn.open,Gi=qn.multiple,ir=qn.mode,ai=qn.searchValue,Jn=qn.toggleOpen,hi=qn.notFoundContent,hr=qn.onPopupScroll,tr=Nt.useContext(Pn),Dn=tr.maxCount,ki=tr.flattenOptions,Fr=tr.onActiveValue,jr=tr.defaultActiveFirstOption,so=tr.onSelect,je=tr.menuItemSelectedIcon,_i=tr.rawValues,Ar=tr.fieldNames,Wi=tr.virtual,Wr=tr.direction,Nr=tr.listHeight,Xr=tr.listItemHeight,zr=tr.optionRender,Hr="".concat(Xe,"-item"),qr=(0,Ke.Z)(function(){return ki},[Zi,ki],function(yi,Mn){return Mn[0]&&yi[1]!==Mn[1]}),pn=Nt.useRef(null),no=Nt.useMemo(function(){return Gi&&be(Dn)&&(_i==null?void 0:_i.size)>=Dn},[Gi,Dn,_i==null?void 0:_i.size]),Cn=function(Mn){Mn.preventDefault()},rr=function(Mn){var si;(si=pn.current)===null||si===void 0||si.scrollTo(typeof Mn=="number"?{index:Mn}:Mn)},Or=Nt.useCallback(function(yi){return ir==="combobox"?!1:_i.has(yi)},[ir,(0,re.Z)(_i).toString(),_i.size]),Tr=function(Mn){for(var si=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,ci=qr.length,Kn=0;Kn<ci;Kn+=1){var fi=(Mn+Kn*si+ci)%ci,ei=qr[fi]||{},Ft=ei.group,se=ei.data;if(!Ft&&!(se!=null&&se.disabled)&&(Or(se.value)||!no))return fi}return-1},ho=Nt.useState(function(){return Tr(0)}),Gr=(0,ne.Z)(ho,2),xr=Gr[0],lo=Gr[1],We=function(Mn){var si=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;lo(Mn);var ci={source:si?"keyboard":"mouse"},Kn=qr[Mn];if(!Kn){Fr(null,-1,ci);return}Fr(Kn.value,Mn,ci)};(0,Nt.useEffect)(function(){We(jr!==!1?Tr(0):-1)},[qr.length,ai]);var An=Nt.useCallback(function(yi){return ir==="combobox"?String(yi).toLowerCase()===ai.toLowerCase():_i.has(yi)},[ir,ai,(0,re.Z)(_i).toString(),_i.size]);(0,Nt.useEffect)(function(){var yi=setTimeout(function(){if(!Gi&&Zi&&_i.size===1){var si=Array.from(_i)[0],ci=qr.findIndex(function(Kn){var fi=Kn.data;return ai?String(fi.value).startsWith(ai):fi.value===si});ci!==-1&&(We(ci),rr(ci))}});if(Zi){var Mn;(Mn=pn.current)===null||Mn===void 0||Mn.scrollTo(void 0)}return function(){return clearTimeout(yi)}},[Zi,ai]);var Be=function(Mn){Mn!==void 0&&so(Mn,{selected:!_i.has(Mn)}),Gi||Jn(!1)};if(Nt.useImperativeHandle(Gn,function(){return{onKeyDown:function(Mn){var si=Mn.which,ci=Mn.ctrlKey;switch(si){case Wt.Z.N:case Wt.Z.P:case Wt.Z.UP:case Wt.Z.DOWN:{var Kn=0;if(si===Wt.Z.UP?Kn=-1:si===Wt.Z.DOWN?Kn=1:Ai()&&ci&&(si===Wt.Z.N?Kn=1:si===Wt.Z.P&&(Kn=-1)),Kn!==0){var fi=Tr(xr+Kn,Kn);rr(fi),We(fi,!0)}break}case Wt.Z.TAB:case Wt.Z.ENTER:{var ei,Ft=qr[xr];Ft&&!(Ft!=null&&(ei=Ft.data)!==null&&ei!==void 0&&ei.disabled)&&!no?Be(Ft.value):Be(void 0),Zi&&Mn.preventDefault();break}case Wt.Z.ESC:Jn(!1),Zi&&Mn.stopPropagation()}},onKeyUp:function(){},scrollTo:function(Mn){rr(Mn)}}}),qr.length===0)return Nt.createElement("div",{role:"listbox",id:"".concat(ri,"_list"),className:"".concat(Hr,"-empty"),onMouseDown:Cn},hi);var Ot=Object.keys(Ar).map(function(yi){return Ar[yi]}),Qn=function(Mn){return Mn.label};function Li(yi,Mn){var si=yi.group;return{role:si?"presentation":"option",id:"".concat(ri,"_list_").concat(Mn)}}var Xi=function(Mn){var si=qr[Mn];if(!si)return null;var ci=si.data||{},Kn=ci.value,fi=si.group,ei=(0,Jt.Z)(ci,!0),Ft=Qn(si);return si?Nt.createElement("div",(0,Lt.Z)({"aria-label":typeof Ft=="string"&&!fi?Ft:null},ei,{key:Mn},Li(si,Mn),{"aria-selected":An(Kn)}),Kn):null},Vi={role:"listbox",id:"".concat(ri,"_list")};return Nt.createElement(Nt.Fragment,null,Wi&&Nt.createElement("div",(0,Lt.Z)({},Vi,{style:{height:0,width:0,overflow:"hidden"}}),Xi(xr-1),Xi(xr),Xi(xr+1)),Nt.createElement(ii.Z,{itemKey:"key",ref:pn,data:qr,height:Nr,itemHeight:Xr,fullHeight:!1,onMouseDown:Cn,onScroll:hr,virtual:Wi,direction:Wr,innerProps:Wi?null:Vi},function(yi,Mn){var si=yi.group,ci=yi.groupOption,Kn=yi.data,fi=yi.label,ei=yi.value,Ft=Kn.key;if(si){var se,Yt=(se=Kn.title)!==null&&se!==void 0?se:Mi(fi)?fi.toString():void 0;return Nt.createElement("div",{className:ie()(Hr,"".concat(Hr,"-group"),Kn.className),title:Yt},fi!==void 0?fi:Ft)}var ve=Kn.disabled,xe=Kn.title,Qe=Kn.children,qe=Kn.style,hn=Kn.className,On=(0,Ht.Z)(Kn,Fi),Un=(0,Ue.Z)(On,Ot),dn=Or(ei),di=ve||!dn&&no,Ci="".concat(Hr,"-option"),he=ie()(Hr,Ci,hn,(0,fe.Z)((0,fe.Z)((0,fe.Z)((0,fe.Z)({},"".concat(Ci,"-grouped"),ci),"".concat(Ci,"-active"),xr===Mn&&!di),"".concat(Ci,"-disabled"),di),"".concat(Ci,"-selected"),dn)),ti=Qn(yi),Xn=!je||typeof je=="function"||dn,jn=typeof ti=="number"?ti:ti||ei,Tn=Mi(jn)?jn.toString():void 0;return xe!==void 0&&(Tn=xe),Nt.createElement("div",(0,Lt.Z)({},(0,Jt.Z)(Un),Wi?{}:Li(yi,Mn),{"aria-selected":An(ei),className:he,title:Tn,onMouseMove:function(){xr===Mn||di||We(Mn)},onClick:function(){di||Be(ei)},style:qe}),Nt.createElement("div",{className:"".concat(Ci,"-content")},typeof zr=="function"?zr(yi,{index:Mn}):jn),Nt.isValidElement(je)||dn,Xn&&Nt.createElement(ct,{className:"".concat(Hr,"-option-state"),customizeIcon:je,customizeIconProps:{value:ei,disabled:di,isSelected:dn}},dn?"\u2713":null))}))},nr=Nt.forwardRef(sr),fr=nr,_n=function(Qt,Me){var Gn=Nt.useRef({values:new Map,options:new Map}),qn=Nt.useMemo(function(){var ri=Gn.current,Zi=ri.values,Gi=ri.options,ir=Qt.map(function(hi){if(hi.label===void 0){var hr;return(0,pe.Z)((0,pe.Z)({},hi),{},{label:(hr=Zi.get(hi.value))===null||hr===void 0?void 0:hr.label})}return hi}),ai=new Map,Jn=new Map;return ir.forEach(function(hi){ai.set(hi.value,hi),Jn.set(hi.value,Me.get(hi.value)||Gi.get(hi.value))}),Gn.current.values=ai,Gn.current.options=Jn,ir},[Qt,Me]),Xe=Nt.useCallback(function(ri){return Me.get(ri)||Gn.current.options.get(ri)},[Me]);return[qn,Xe]};function qi(Qt,Me){return rn(Qt).join("").toUpperCase().includes(Me)}var Ct=function(Qt,Me,Gn,qn,Xe){return Nt.useMemo(function(){if(!Gn||qn===!1)return Qt;var ri=Me.options,Zi=Me.label,Gi=Me.value,ir=[],ai=typeof qn=="function",Jn=Gn.toUpperCase(),hi=ai?qn:function(tr,Dn){return Xe?qi(Dn[Xe],Jn):Dn[ri]?qi(Dn[Zi!=="children"?Zi:"label"],Jn):qi(Dn[Gi],Jn)},hr=ai?function(tr){return Le(tr)}:function(tr){return tr};return Qt.forEach(function(tr){if(tr[ri]){var Dn=hi(Gn,hr(tr));if(Dn)ir.push(tr);else{var ki=tr[ri].filter(function(Fr){return hi(Gn,hr(Fr))});ki.length&&ir.push((0,pe.Z)((0,pe.Z)({},tr),{},(0,fe.Z)({},ri,ki)))}return}hi(Gn,hr(tr))&&ir.push(tr)}),ir},[Qt,qn,Xe,Gn,Me])},Bi=Et(6551),oi=Et(11592),Wn=["children","value"],Bn=["children"];function En(Qt){var Me=Qt,Gn=Me.key,qn=Me.props,Xe=qn.children,ri=qn.value,Zi=(0,Ht.Z)(qn,Wn);return(0,pe.Z)({key:Gn,value:ri!==void 0?ri:Gn,children:Xe},Zi)}function vn(Qt){var Me=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return(0,oi.Z)(Qt).map(function(Gn,qn){if(!Nt.isValidElement(Gn)||!Gn.type)return null;var Xe=Gn,ri=Xe.type.isSelectOptGroup,Zi=Xe.key,Gi=Xe.props,ir=Gi.children,ai=(0,Ht.Z)(Gi,Bn);return Me||!ri?En(Gn):(0,pe.Z)((0,pe.Z)({key:"__RC_SELECT_GRP__".concat(Zi===null?qn:Zi,"__"),label:Zi},ai),{},{options:vn(ir)})}).filter(function(Gn){return Gn})}var ui=function(Me,Gn,qn,Xe,ri){return Nt.useMemo(function(){var Zi=Me,Gi=!Me;Gi&&(Zi=vn(Gn));var ir=new Map,ai=new Map,Jn=function(tr,Dn,ki){ki&&typeof ki=="string"&&tr.set(Dn[ki],Dn)},hi=function hr(tr){for(var Dn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,ki=0;ki<tr.length;ki+=1){var Fr=tr[ki];!Fr[qn.options]||Dn?(ir.set(Fr[qn.value],Fr),Jn(ai,Fr,qn.label),Jn(ai,Fr,Xe),Jn(ai,Fr,ri)):hr(Fr[qn.options],!0)}};return hi(Zi),{options:Zi,valueOptions:ir,labelOptions:ai}},[Me,Gn,qn,Xe,ri])},Te=ui;function Ze(Qt){var Me=Nt.useRef();Me.current=Qt;var Gn=Nt.useCallback(function(){return Me.current.apply(Me,arguments)},[]);return Gn}function Ne(Qt){var Me=Qt.mode,Gn=Qt.options,qn=Qt.children,Xe=Qt.backfill,ri=Qt.allowClear,Zi=Qt.placeholder,Gi=Qt.getInputElement,ir=Qt.showSearch,ai=Qt.onSearch,Jn=Qt.defaultOpen,hi=Qt.autoFocus,hr=Qt.labelInValue,tr=Qt.value,Dn=Qt.inputValue,ki=Qt.optionLabelProp,Fr=isMultiple(Me),jr=ir!==void 0?ir:Fr||Me==="combobox",so=Gn||convertChildrenToData(qn);if(warning(Me!=="tags"||so.every(function(Wi){return!Wi.disabled}),"Please avoid setting option to disabled in tags mode since user can always type text as tag."),Me==="tags"||Me==="combobox"){var je=so.some(function(Wi){return Wi.options?Wi.options.some(function(Wr){return typeof("value"in Wr?Wr.value:Wr.key)=="number"}):typeof("value"in Wi?Wi.value:Wi.key)=="number"});warning(!je,"`value` of Option should not use number type when `mode` is `tags` or `combobox`.")}if(warning(Me!=="combobox"||!ki,"`combobox` mode not support `optionLabelProp`. Please set `value` on Option directly."),warning(Me==="combobox"||!Xe,"`backfill` only works with `combobox` mode."),warning(Me==="combobox"||!Gi,"`getInputElement` only work with `combobox` mode."),noteOnce(Me!=="combobox"||!Gi||!ri||!Zi,"Customize `getInputElement` should customize clear and placeholder logic instead of configuring `allowClear` and `placeholder`."),ai&&!jr&&Me!=="combobox"&&Me!=="tags"&&warning(!1,"`onSearch` should work with `showSearch` instead of use alone."),noteOnce(!Jn||hi,"`defaultOpen` makes Select open without focus which means it will not close by click outside. You can set `autoFocus` if needed."),tr!=null){var _i=toArray(tr);warning(!hr||_i.every(function(Wi){return _typeof(Wi)==="object"&&("key"in Wi||"value"in Wi)}),"`value` should in shape of `{ value: string | number, label?: ReactNode }` when you set `labelInValue` to `true`"),warning(!Fr||Array.isArray(tr),"`value` should be array when `mode` is `multiple` or `tags`")}if(qn){var Ar=null;toNodeArray(qn).some(function(Wi){if(!React.isValidElement(Wi)||!Wi.type)return!1;var Wr=Wi,Nr=Wr.type;if(Nr.isSelectOption)return!1;if(Nr.isSelectOptGroup){var Xr=toNodeArray(Wi.props.children).every(function(zr){return!React.isValidElement(zr)||!Wi.type||zr.type.isSelectOption?!0:(Ar=zr.type,!1)});return!Xr}return Ar=Nr,!0}),Ar&&warning(!1,"`children` should be `Select.Option` or `Select.OptGroup` instead of `".concat(Ar.displayName||Ar.name||Ar,"`.")),warning(Dn===void 0,"`inputValue` is deprecated, please use `searchValue` instead.")}}function ln(Qt,Me){if(Qt){var Gn=function qn(Xe){for(var ri=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,Zi=0;Zi<Xe.length;Zi++){var Gi=Xe[Zi];if(Gi[Me==null?void 0:Me.value]===null)return warning(!1,"`value` in Select options should not be `null`."),!0;if(!ri&&Array.isArray(Gi[Me==null?void 0:Me.options])&&qn(Gi[Me==null?void 0:Me.options],!0))break}};Gn(Qt)}}var Oi=null,Ni=["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"],$i=["inputValue"];function Ye(Qt){return!Qt||(0,oe.Z)(Qt)!=="object"}var cn=Nt.forwardRef(function(Qt,Me){var Gn=Qt.id,qn=Qt.mode,Xe=Qt.prefixCls,ri=Xe===void 0?"rc-select":Xe,Zi=Qt.backfill,Gi=Qt.fieldNames,ir=Qt.inputValue,ai=Qt.searchValue,Jn=Qt.onSearch,hi=Qt.autoClearSearchValue,hr=hi===void 0?!0:hi,tr=Qt.onSelect,Dn=Qt.onDeselect,ki=Qt.dropdownMatchSelectWidth,Fr=ki===void 0?!0:ki,jr=Qt.filterOption,so=Qt.filterSort,je=Qt.optionFilterProp,_i=Qt.optionLabelProp,Ar=Qt.options,Wi=Qt.optionRender,Wr=Qt.children,Nr=Qt.defaultActiveFirstOption,Xr=Qt.menuItemSelectedIcon,zr=Qt.virtual,Hr=Qt.direction,qr=Qt.listHeight,pn=qr===void 0?200:qr,no=Qt.listItemHeight,Cn=no===void 0?20:no,rr=Qt.labelRender,Or=Qt.value,Tr=Qt.defaultValue,ho=Qt.labelInValue,Gr=Qt.onChange,xr=Qt.maxCount,lo=(0,Ht.Z)(Qt,Ni),We=(0,Bi.ZP)(Gn),An=Hn(qn),Be=!!(!Ar&&Wr),Ot=Nt.useMemo(function(){return jr===void 0&&qn==="combobox"?!1:jr},[jr,qn]),Qn=Nt.useMemo(function(){return on(Gi,Be)},[JSON.stringify(Gi),Be]),Li=(0,Oe.Z)("",{value:ai!==void 0?ai:ir,postState:function(Ui){return Ui||""}}),Xi=(0,ne.Z)(Li,2),Vi=Xi[0],yi=Xi[1],Mn=Te(Ar,Wr,Qn,je,_i),si=Mn.valueOptions,ci=Mn.labelOptions,Kn=Mn.options,fi=Nt.useCallback(function(Ii){var Ui=rn(Ii);return Ui.map(function(or){var Ji,Qi,xi,Dr,Kr;if(Ye(or))Ji=or;else{var Yr;xi=or.key,Qi=or.label,Ji=(Yr=or.value)!==null&&Yr!==void 0?Yr:xi}var vr=si.get(Ji);if(vr){var to;if(Qi===void 0&&(Qi=vr==null?void 0:vr[_i||Qn.label]),xi===void 0&&(xi=(to=vr==null?void 0:vr.key)!==null&&to!==void 0?to:Ji),Dr=vr==null?void 0:vr.disabled,Kr=vr==null?void 0:vr.title,0)var $r}return{label:Qi,value:Ji,key:xi,disabled:Dr,title:Kr}})},[Qn,_i,si]),ei=(0,Oe.Z)(Tr,{value:Or}),Ft=(0,ne.Z)(ei,2),se=Ft[0],Yt=Ft[1],ve=Nt.useMemo(function(){var Ii,Ui=An&&se===null?[]:se,or=fi(Ui);return qn==="combobox"&&It((Ii=or[0])===null||Ii===void 0?void 0:Ii.value)?[]:or},[se,fi,qn,An]),xe=_n(ve,si),Qe=(0,ne.Z)(xe,2),qe=Qe[0],hn=Qe[1],On=Nt.useMemo(function(){if(!qn&&qe.length===1){var Ii=qe[0];if(Ii.value===null&&(Ii.label===null||Ii.label===void 0))return[]}return qe.map(function(Ui){var or;return(0,pe.Z)((0,pe.Z)({},Ui),{},{label:(or=typeof rr=="function"?rr(Ui):Ui.label)!==null&&or!==void 0?or:Ui.value})})},[qn,qe,rr]),Un=Nt.useMemo(function(){return new Set(qe.map(function(Ii){return Ii.value}))},[qe]);Nt.useEffect(function(){if(qn==="combobox"){var Ii,Ui=(Ii=qe[0])===null||Ii===void 0?void 0:Ii.value;yi($t(Ui)?String(Ui):"")}},[qe]);var dn=Ze(function(Ii,Ui){var or=Ui!=null?Ui:Ii;return(0,fe.Z)((0,fe.Z)({},Qn.value,Ii),Qn.label,or)}),di=Nt.useMemo(function(){if(qn!=="tags")return Kn;var Ii=(0,re.Z)(Kn),Ui=function(Ji){return si.has(Ji)};return(0,re.Z)(qe).sort(function(or,Ji){return or.value<Ji.value?-1:1}).forEach(function(or){var Ji=or.value;Ui(Ji)||Ii.push(dn(Ji,or.label))}),Ii},[dn,Kn,si,qe,qn]),Ci=Ct(di,Qn,Vi,Ot,je),he=Nt.useMemo(function(){return qn!=="tags"||!Vi||Ci.some(function(Ii){return Ii[je||"value"]===Vi})||Ci.some(function(Ii){return Ii[Qn.value]===Vi})?Ci:[dn(Vi)].concat((0,re.Z)(Ci))},[dn,je,qn,Ci,Vi,Qn]),ti=function Ii(Ui){var or=(0,re.Z)(Ui).sort(function(Ji,Qi){return so(Ji,Qi,{searchValue:Vi})});return or.map(function(Ji){return Array.isArray(Ji.options)?(0,pe.Z)((0,pe.Z)({},Ji),{},{options:Ji.options.length>0?Ii(Ji.options):Ji.options}):Ji})},Xn=Nt.useMemo(function(){return so?ti(he):he},[he,so,Vi]),jn=Nt.useMemo(function(){return Ae(Xn,{fieldNames:Qn,childrenAsData:Be})},[Xn,Qn,Be]),Tn=function(Ui){var or=fi(Ui);if(Yt(or),Gr&&(or.length!==qe.length||or.some(function(xi,Dr){var Kr;return((Kr=qe[Dr])===null||Kr===void 0?void 0:Kr.value)!==(xi==null?void 0:xi.value)}))){var Ji=ho?or:or.map(function(xi){return xi.value}),Qi=or.map(function(xi){return Le(hn(xi.value))});Gr(An?Ji:Ji[0],An?Qi:Qi[0])}},Ei=Nt.useState(null),bi=(0,ne.Z)(Ei,2),mi=bi[0],ni=bi[1],Vn=Nt.useState(0),Ti=(0,ne.Z)(Vn,2),cr=Ti[0],mr=Ti[1],kr=Nr!==void 0?Nr:qn!=="combobox",Si=Nt.useCallback(function(Ii,Ui){var or=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Ji=or.source,Qi=Ji===void 0?"keyboard":Ji;mr(Ui),Zi&&qn==="combobox"&&Ii!==null&&Qi==="keyboard"&&ni(String(Ii))},[Zi,qn]),yr=function(Ui,or,Ji){var Qi=function(){var xo,No=hn(Ui);return[ho?{label:No==null?void 0:No[Qn.label],value:Ui,key:(xo=No==null?void 0:No.key)!==null&&xo!==void 0?xo:Ui}:Ui,Le(No)]};if(or&&tr){var xi=Qi(),Dr=(0,ne.Z)(xi,2),Kr=Dr[0],Yr=Dr[1];tr(Kr,Yr)}else if(!or&&Dn&&Ji!=="clear"){var vr=Qi(),to=(0,ne.Z)(vr,2),$r=to[0],Ur=to[1];Dn($r,Ur)}},ur=Ze(function(Ii,Ui){var or,Ji=An?Ui.selected:!0;Ji?or=An?[].concat((0,re.Z)(qe),[Ii]):[Ii]:or=qe.filter(function(Qi){return Qi.value!==Ii}),Tn(or),yr(Ii,Ji),qn==="combobox"?ni(""):(!Hn||hr)&&(yi(""),ni(""))}),Sr=function(Ui,or){Tn(Ui);var Ji=or.type,Qi=or.values;(Ji==="remove"||Ji==="clear")&&Qi.forEach(function(xi){yr(xi.value,!1,Ji)})},pr=function(Ui,or){if(yi(Ui),ni(null),or.source==="submit"){var Ji=(Ui||"").trim();if(Ji){var Qi=Array.from(new Set([].concat((0,re.Z)(Un),[Ji])));Tn(Qi),yr(Ji,!0),yi("")}return}or.source!=="blur"&&(qn==="combobox"&&Tn(Ui),Jn==null||Jn(Ui))},Pr=function(Ui){var or=Ui;qn!=="tags"&&(or=Ui.map(function(Qi){var xi=ci.get(Qi);return xi==null?void 0:xi.value}).filter(function(Qi){return Qi!==void 0}));var Ji=Array.from(new Set([].concat((0,re.Z)(Un),(0,re.Z)(or))));Tn(Ji),Ji.forEach(function(Qi){yr(Qi,!0)})},Fn=Nt.useMemo(function(){var Ii=zr!==!1&&Fr!==!1;return(0,pe.Z)((0,pe.Z)({},Mn),{},{flattenOptions:jn,onActiveValue:Si,defaultActiveFirstOption:kr,onSelect:ur,menuItemSelectedIcon:Xr,rawValues:Un,fieldNames:Qn,virtual:Ii,direction:Hr,listHeight:pn,listItemHeight:Cn,childrenAsData:Be,maxCount:xr,optionRender:Wi})},[xr,Mn,jn,Si,kr,ur,Xr,Un,Qn,zr,Fr,Hr,pn,Cn,Be,Wi]);return Nt.createElement(Pn.Provider,{value:Fn},Nt.createElement(zn,(0,Lt.Z)({},lo,{id:We,prefixCls:ri,ref:Me,omitDomProps:$i,mode:qn,displayValues:On,onDisplayValuesChange:Sr,direction:Hr,searchValue:Vi,onSearch:pr,autoClearSearchValue:hr,onSearchSplit:Pr,dropdownMatchSelectWidth:Fr,OptionList:fr,emptyOptions:!jn.length,activeValue:mi,activeDescendantId:"".concat(We,"_list_").concat(cr)})))}),Pi=cn;Pi.Option=er,Pi.OptGroup=vi;var dr=Pi,Yn=dr},63158:function(bn,$n,Et){"use strict";var Lt=Et(67711),re=Et(52873),fe=Et(16886),pe=Et(33346),ne=Et(59301),Ht=Et(92310),oe=Et.n(Ht),Oe=Et(18929),ge=Et(10228),Nt=["prefixCls","className","checked","defaultChecked","disabled","loadingIcon","checkedChildren","unCheckedChildren","onClick","onChange","onKeyDown"],Je=ne.forwardRef(function(ie,nn){var Bt,et=ie.prefixCls,nt=et===void 0?"rc-switch":et,ct=ie.className,lt=ie.checked,gt=ie.defaultChecked,mt=ie.disabled,St=ie.loadingIcon,Pt=ie.checkedChildren,Rt=ie.unCheckedChildren,Wt=ie.onClick,te=ie.onChange,Jt=ie.onKeyDown,Vt=(0,pe.Z)(ie,Nt),le=(0,Oe.Z)(!1,{value:lt,defaultValue:gt}),ae=(0,fe.Z)(le,2),Fe=ae[0],De=ae[1];function Ee(sn,$t){var It=Fe;return mt||(It=sn,De(It),te==null||te(It,$t)),It}function Sn(sn){sn.which===ge.Z.LEFT?Ee(!1,sn):sn.which===ge.Z.RIGHT&&Ee(!0,sn),Jt==null||Jt(sn)}function rn(sn){var $t=Ee(!Fe,sn);Wt==null||Wt($t,sn)}var Ge=oe()(nt,ct,(Bt={},(0,re.Z)(Bt,"".concat(nt,"-checked"),Fe),(0,re.Z)(Bt,"".concat(nt,"-disabled"),mt),Bt));return ne.createElement("button",(0,Lt.Z)({},Vt,{type:"button",role:"switch","aria-checked":Fe,disabled:mt,className:Ge,ref:nn,onKeyDown:Sn,onClick:rn}),St,ne.createElement("span",{className:"".concat(nt,"-inner")},ne.createElement("span",{className:"".concat(nt,"-inner-checked")},Pt),ne.createElement("span",{className:"".concat(nt,"-inner-unchecked")},Rt)))});Je.displayName="Switch",$n.Z=Je},86351:function(bn,$n,Et){"use strict";Et.d($n,{R:function(){return re},w:function(){return Lt}});var Lt={},re="rc-table-internal-hook"},97347:function(bn,$n,Et){"use strict";Et.d($n,{L:function(){return nt},Z:function(){return St}});var Lt=Et(16886),re=Et(52873),fe=Et(15142),pe=Et(26420),ne=Et(98506),Ht=Et(33346),oe=Et(11592),Oe=Et(48736),ge=Et(59301),Nt=Et(86351),Je=Et(54451);function ie(Pt){var Rt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return typeof Rt=="number"?Rt:Rt.endsWith("%")?Pt*parseFloat(Rt)/100:null}function nn(Pt,Rt,Wt){return ge.useMemo(function(){if(Rt&&Rt>0){var te=0,Jt=0;Pt.forEach(function(rn){var Ge=ie(Rt,rn.width);Ge?te+=Ge:Jt+=1});var Vt=Math.max(Rt,Wt),le=Math.max(Vt-te,Jt),ae=Jt,Fe=le/Jt,De=0,Ee=Pt.map(function(rn){var Ge=(0,ne.Z)({},rn),sn=ie(Rt,Ge.width);if(sn)Ge.width=sn;else{var $t=Math.floor(Fe);Ge.width=ae===1?le:$t,le-=$t,ae-=1}return De+=Ge.width,Ge});if(De<Vt){var Sn=Vt/De;le=Vt,Ee.forEach(function(rn,Ge){var sn=Math.floor(rn.width*Sn);rn.width=Ge===Ee.length-1?le:sn,le-=sn})}return[Ee,Math.max(De,Vt)]}return[Pt,Rt]},[Pt,Rt,Wt])}var Bt=["children"],et=["fixed"];function nt(Pt){return(0,oe.Z)(Pt).filter(function(Rt){return ge.isValidElement(Rt)}).map(function(Rt){var Wt=Rt.key,te=Rt.props,Jt=te.children,Vt=(0,Ht.Z)(te,Bt),le=(0,ne.Z)({key:Wt},Vt);return Jt&&(le.children=nt(Jt)),le})}function ct(Pt){return Pt.filter(function(Rt){return Rt&&(0,pe.Z)(Rt)==="object"&&!Rt.hidden}).map(function(Rt){var Wt=Rt.children;return Wt&&Wt.length>0?(0,ne.Z)((0,ne.Z)({},Rt),{},{children:ct(Wt)}):Rt})}function lt(Pt){var Rt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"key";return Pt.filter(function(Wt){return Wt&&(0,pe.Z)(Wt)==="object"}).reduce(function(Wt,te,Jt){var Vt=te.fixed,le=Vt===!0?"left":Vt,ae="".concat(Rt,"-").concat(Jt),Fe=te.children;return Fe&&Fe.length>0?[].concat((0,fe.Z)(Wt),(0,fe.Z)(lt(Fe,ae).map(function(De){return(0,ne.Z)({fixed:le},De)}))):[].concat((0,fe.Z)(Wt),[(0,ne.Z)((0,ne.Z)({key:ae},te),{},{fixed:le})])},[])}function gt(Pt){return Pt.map(function(Rt){var Wt=Rt.fixed,te=(0,Ht.Z)(Rt,et),Jt=Wt;return Wt==="left"?Jt="right":Wt==="right"&&(Jt="left"),(0,ne.Z)({fixed:Jt},te)})}function mt(Pt,Rt){var Wt=Pt.prefixCls,te=Pt.columns,Jt=Pt.children,Vt=Pt.expandable,le=Pt.expandedKeys,ae=Pt.columnTitle,Fe=Pt.getRowKey,De=Pt.onTriggerExpand,Ee=Pt.expandIcon,Sn=Pt.rowExpandable,rn=Pt.expandIconColumnIndex,Ge=Pt.direction,sn=Pt.expandRowByClick,$t=Pt.columnWidth,It=Pt.fixed,Pe=Pt.scrollWidth,an=Pt.clientWidth,Ve=ge.useMemo(function(){var fn=te||nt(Jt)||[];return ct(fn.slice())},[te,Jt]),Se=ge.useMemo(function(){if(Vt){var fn=Ve.slice();if(!fn.includes(Nt.w)){var Dt=rn||0;Dt>=0&&(Dt||It==="left"||!It)&&fn.splice(Dt,0,Nt.w),It==="right"&&fn.splice(Ve.length,0,Nt.w)}var wt=fn.indexOf(Nt.w);fn=fn.filter(function(Mt,Gt){return Mt!==Nt.w||Gt===wt});var yt=Ve[wt],kt;It?kt=It:kt=yt?yt.fixed:null;var jt=(0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)({},Je.v,{className:"".concat(Wt,"-expand-icon-col"),columnType:"EXPAND_COLUMN"}),"title",ae),"fixed",kt),"className","".concat(Wt,"-row-expand-icon-cell")),"width",$t),"render",function(Gt,Ce,be){var on=Fe(Ce,be),Ae=le.has(on),Le=Sn?Sn(Ce):!0,_e=Ee({prefixCls:Wt,expanded:Ae,expandable:Le,record:Ce,onExpand:De});return sn?ge.createElement("span",{onClick:function(Pn){return Pn.stopPropagation()}},_e):_e});return fn.map(function(Mt){return Mt===Nt.w?jt:Mt})}return Ve.filter(function(Mt){return Mt!==Nt.w})},[Vt,Ve,Fe,le,Ee,Ge]),$e=ge.useMemo(function(){var fn=Se;return Rt&&(fn=Rt(fn)),fn.length||(fn=[{render:function(){return null}}]),fn},[Rt,Se,Ge]),He=ge.useMemo(function(){return Ge==="rtl"?gt(lt($e)):lt($e)},[$e,Ge,Pe]),xn=ge.useMemo(function(){for(var fn=-1,Dt=He.length-1;Dt>=0;Dt-=1){var wt=He[Dt].fixed;if(wt==="left"||wt===!0){fn=Dt;break}}if(fn>=0)for(var yt=0;yt<=fn;yt+=1){var kt=He[yt].fixed;if(kt!=="left"&&kt!==!0)return!0}var jt=He.findIndex(function(Ce){var be=Ce.fixed;return be==="right"});if(jt>=0)for(var Mt=jt;Mt<He.length;Mt+=1){var Gt=He[Mt].fixed;if(Gt!=="right")return!0}return!1},[He]),we=nn(He,Pe,an),de=(0,Lt.Z)(we,2),ke=de[0],ze=de[1];return[$e,ke,ze,xn]}var St=mt},4030:function(bn,$n,Et){"use strict";Et.d($n,{w2:function(){return Lt.w},vP:function(){return Mi.v},RQ:function(){return Lt.R},ER:function(){return on},Q$:function(){return jr},TN:function(){return Gr}});var Lt=Et(86351),re=Et(16886),fe=Et(6089),pe=Et(34280),ne=Et(13697),Ht=Et(59301),oe=Et(4676);function Oe(We){var An=Ht.createContext(void 0),Be=function(Qn){var Li=Qn.value,Xi=Qn.children,Vi=Ht.useRef(Li);Vi.current=Li;var yi=Ht.useState(function(){return{getValue:function(){return Vi.current},listeners:new Set}}),Mn=(0,re.Z)(yi,1),si=Mn[0];return(0,pe.Z)(function(){(0,oe.unstable_batchedUpdates)(function(){si.listeners.forEach(function(ci){ci(Li)})})},[Li]),Ht.createElement(An.Provider,{value:si},Xi)};return{Context:An,Provider:Be,defaultValue:We}}function ge(We,An){var Be=(0,fe.Z)(typeof An=="function"?An:function(ci){if(An===void 0)return ci;if(!Array.isArray(An))return ci[An];var Kn={};return An.forEach(function(fi){Kn[fi]=ci[fi]}),Kn}),Ot=Ht.useContext(We==null?void 0:We.Context),Qn=Ot||{},Li=Qn.listeners,Xi=Qn.getValue,Vi=Ht.useRef();Vi.current=Be(Ot?Xi():We==null?void 0:We.defaultValue);var yi=Ht.useState({}),Mn=(0,re.Z)(yi,2),si=Mn[1];return(0,pe.Z)(function(){if(!Ot)return;function ci(Kn){var fi=Be(Kn);(0,ne.Z)(Vi.current,fi,!0)||si({})}return Li.add(ci),function(){Li.delete(ci)}},[Ot]),Vi.current}var Nt=Et(67711),Je=Et(8654);function ie(){var We=Ht.createContext(null);function An(){return Ht.useContext(We)}function Be(Qn,Li){var Xi=(0,Je.Yr)(Qn),Vi=function(Mn,si){var ci=Xi?{ref:si}:{},Kn=Ht.useRef(0),fi=Ht.useRef(Mn),ei=An();return ei!==null?Ht.createElement(Qn,(0,Nt.Z)({},Mn,ci)):((!Li||Li(fi.current,Mn))&&(Kn.current+=1),fi.current=Mn,Ht.createElement(We.Provider,{value:Kn.current},Ht.createElement(Qn,(0,Nt.Z)({},Mn,ci))))};return Xi?Ht.forwardRef(Vi):Vi}function Ot(Qn,Li){var Xi=(0,Je.Yr)(Qn),Vi=function(Mn,si){var ci=Xi?{ref:si}:{};return An(),Ht.createElement(Qn,(0,Nt.Z)({},Mn,ci))};return Xi?Ht.memo(Ht.forwardRef(Vi),Li):Ht.memo(Vi,Li)}return{makeImmutable:Be,responseImmutable:Ot,useImmutableMark:An}}var nn=ie(),Bt=nn.makeImmutable,et=nn.responseImmutable,nt=nn.useImmutableMark,ct=ie(),lt=ct.makeImmutable,gt=ct.responseImmutable,mt=ct.useImmutableMark,St=Oe(),Pt=St;function Rt(We,An){var Be=React.useRef(0);Be.current+=1;var Ot=React.useRef(We),Qn=[];Object.keys(We||{}).map(function(Xi){var Vi;(We==null?void 0:We[Xi])!==((Vi=Ot.current)===null||Vi===void 0?void 0:Vi[Xi])&&Qn.push(Xi)}),Ot.current=We;var Li=React.useRef([]);return Qn.length&&(Li.current=Qn),React.useDebugValue(Be.current),React.useDebugValue(Li.current.join(", ")),An&&console.log("".concat(An,":"),Be.current,Li.current),Be.current}var Wt=null,te=null,Jt=Et(26420),Vt=Et(98506),le=Et(52873),ae=Et(92310),Fe=Et.n(ae),De=Et(80547),Ee=Et(97938),Sn=Et(48736),rn=Ht.createContext({renderWithProps:!1}),Ge=rn,sn="RC_TABLE_KEY";function $t(We){return We==null?[]:Array.isArray(We)?We:[We]}function It(We){var An=[],Be={};return We.forEach(function(Ot){for(var Qn=Ot||{},Li=Qn.key,Xi=Qn.dataIndex,Vi=Li||$t(Xi).join("-")||sn;Be[Vi];)Vi="".concat(Vi,"_next");Be[Vi]=!0,An.push(Vi)}),An}function Pe(We){return We!=null}function an(We){return typeof We=="number"&&!Number.isNaN(We)}function Ve(We){return We&&(0,Jt.Z)(We)==="object"&&!Array.isArray(We)&&!Ht.isValidElement(We)}function Se(We,An,Be,Ot,Qn,Li){var Xi=Ht.useContext(Ge),Vi=mt(),yi=(0,De.Z)(function(){if(Pe(Ot))return[Ot];var Mn=An==null||An===""?[]:Array.isArray(An)?An:[An],si=(0,Ee.Z)(We,Mn),ci=si,Kn=void 0;if(Qn){var fi=Qn(si,We,Be);Ve(fi)?(ci=fi.children,Kn=fi.props,Xi.renderWithProps=!0):ci=fi}return[ci,Kn]},[Vi,We,Ot,An,Qn,Be],function(Mn,si){if(Li){var ci=(0,re.Z)(Mn,2),Kn=ci[1],fi=(0,re.Z)(si,2),ei=fi[1];return Li(ei,Kn)}return Xi.renderWithProps?!0:!(0,ne.Z)(Mn,si,!0)});return yi}function $e(We,An,Be,Ot){var Qn=We+An-1;return We<=Ot&&Qn>=Be}function He(We,An){return ge(Pt,function(Be){var Ot=$e(We,An||1,Be.hoverStartRow,Be.hoverEndRow);return[Ot,Be.onHover]})}var xn=Et(70425),we=function(An){var Be=An.ellipsis,Ot=An.rowType,Qn=An.children,Li,Xi=Be===!0?{showTitle:!0}:Be;return Xi&&(Xi.showTitle||Ot==="header")&&(typeof Qn=="string"||typeof Qn=="number"?Li=Qn.toString():Ht.isValidElement(Qn)&&typeof Qn.props.children=="string"&&(Li=Qn.props.children)),Li};function de(We){var An,Be,Ot,Qn,Li,Xi,Vi,yi,Mn=We.component,si=We.children,ci=We.ellipsis,Kn=We.scope,fi=We.prefixCls,ei=We.className,Ft=We.align,se=We.record,Yt=We.render,ve=We.dataIndex,xe=We.renderIndex,Qe=We.shouldCellUpdate,qe=We.index,hn=We.rowType,On=We.colSpan,Un=We.rowSpan,dn=We.fixLeft,di=We.fixRight,Ci=We.firstFixLeft,he=We.lastFixLeft,ti=We.firstFixRight,Xn=We.lastFixRight,jn=We.appendNode,Tn=We.additionalProps,Ei=Tn===void 0?{}:Tn,bi=We.isSticky,mi="".concat(fi,"-cell"),ni=ge(Pt,["supportSticky","allColumnsFixedLeft","rowHoverable"]),Vn=ni.supportSticky,Ti=ni.allColumnsFixedLeft,cr=ni.rowHoverable,mr=Se(se,ve,xe,si,Yt,Qe),kr=(0,re.Z)(mr,2),Si=kr[0],yr=kr[1],ur={},Sr=typeof dn=="number"&&Vn,pr=typeof di=="number"&&Vn;Sr&&(ur.position="sticky",ur.left=dn),pr&&(ur.position="sticky",ur.right=di);var Pr=(An=(Be=(Ot=yr==null?void 0:yr.colSpan)!==null&&Ot!==void 0?Ot:Ei.colSpan)!==null&&Be!==void 0?Be:On)!==null&&An!==void 0?An:1,Fn=(Qn=(Li=(Xi=yr==null?void 0:yr.rowSpan)!==null&&Xi!==void 0?Xi:Ei.rowSpan)!==null&&Li!==void 0?Li:Un)!==null&&Qn!==void 0?Qn:1,Ii=He(qe,Fn),Ui=(0,re.Z)(Ii,2),or=Ui[0],Ji=Ui[1],Qi=(0,xn.zX)(function($r){var Ur;se&&Ji(qe,qe+Fn-1),Ei==null||(Ur=Ei.onMouseEnter)===null||Ur===void 0||Ur.call(Ei,$r)}),xi=(0,xn.zX)(function($r){var Ur;se&&Ji(-1,-1),Ei==null||(Ur=Ei.onMouseLeave)===null||Ur===void 0||Ur.call(Ei,$r)});if(Pr===0||Fn===0)return null;var Dr=(Vi=Ei.title)!==null&&Vi!==void 0?Vi:we({rowType:hn,ellipsis:ci,children:Si}),Kr=Fe()(mi,ei,(yi={},(0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)(yi,"".concat(mi,"-fix-left"),Sr&&Vn),"".concat(mi,"-fix-left-first"),Ci&&Vn),"".concat(mi,"-fix-left-last"),he&&Vn),"".concat(mi,"-fix-left-all"),he&&Ti&&Vn),"".concat(mi,"-fix-right"),pr&&Vn),"".concat(mi,"-fix-right-first"),ti&&Vn),"".concat(mi,"-fix-right-last"),Xn&&Vn),"".concat(mi,"-ellipsis"),ci),"".concat(mi,"-with-append"),jn),"".concat(mi,"-fix-sticky"),(Sr||pr)&&bi&&Vn),(0,le.Z)(yi,"".concat(mi,"-row-hover"),!yr&&or)),Ei.className,yr==null?void 0:yr.className),Yr={};Ft&&(Yr.textAlign=Ft);var vr=(0,Vt.Z)((0,Vt.Z)((0,Vt.Z)((0,Vt.Z)({},yr==null?void 0:yr.style),ur),Yr),Ei.style),to=Si;return(0,Jt.Z)(to)==="object"&&!Array.isArray(to)&&!Ht.isValidElement(to)&&(to=null),ci&&(he||ti)&&(to=Ht.createElement("span",{className:"".concat(mi,"-content")},to)),Ht.createElement(Mn,(0,Nt.Z)({},yr,Ei,{className:Kr,style:vr,title:Dr,scope:Kn,onMouseEnter:cr?Qi:void 0,onMouseLeave:cr?xi:void 0,colSpan:Pr!==1?Pr:null,rowSpan:Fn!==1?Fn:null}),jn,to)}var ke=Ht.memo(de);function ze(We,An,Be,Ot,Qn){var Li=Be[We]||{},Xi=Be[An]||{},Vi,yi;Li.fixed==="left"?Vi=Ot.left[Qn==="rtl"?An:We]:Xi.fixed==="right"&&(yi=Ot.right[Qn==="rtl"?We:An]);var Mn=!1,si=!1,ci=!1,Kn=!1,fi=Be[An+1],ei=Be[We-1],Ft=fi&&!fi.fixed||ei&&!ei.fixed||Be.every(function(Qe){return Qe.fixed==="left"});if(Qn==="rtl"){if(Vi!==void 0){var se=ei&&ei.fixed==="left";Kn=!se&&Ft}else if(yi!==void 0){var Yt=fi&&fi.fixed==="right";ci=!Yt&&Ft}}else if(Vi!==void 0){var ve=fi&&fi.fixed==="left";Mn=!ve&&Ft}else if(yi!==void 0){var xe=ei&&ei.fixed==="right";si=!xe&&Ft}return{fixLeft:Vi,fixRight:yi,lastFixLeft:Mn,firstFixRight:si,lastFixRight:ci,firstFixLeft:Kn,isSticky:Ot.isSticky}}var fn=Ht.createContext({}),Dt=fn;function wt(We){var An=We.className,Be=We.index,Ot=We.children,Qn=We.colSpan,Li=Qn===void 0?1:Qn,Xi=We.rowSpan,Vi=We.align,yi=ge(Pt,["prefixCls","direction"]),Mn=yi.prefixCls,si=yi.direction,ci=Ht.useContext(Dt),Kn=ci.scrollColumnIndex,fi=ci.stickyOffsets,ei=ci.flattenColumns,Ft=Be+Li-1,se=Ft+1===Kn?Li+1:Li,Yt=ze(Be,Be+se-1,ei,fi,si);return Ht.createElement(ke,(0,Nt.Z)({className:An,index:Be,component:"td",prefixCls:Mn,record:null,dataIndex:null,align:Vi,colSpan:se,rowSpan:Xi,render:function(){return Ot}},Yt))}var yt=Et(33346),kt=["children"];function jt(We){var An=We.children,Be=(0,yt.Z)(We,kt);return Ht.createElement("tr",Be,An)}function Mt(We){var An=We.children;return An}Mt.Row=jt,Mt.Cell=wt;var Gt=Mt;function Ce(We){var An=We.children,Be=We.stickyOffsets,Ot=We.flattenColumns,Qn=ge(Pt,"prefixCls"),Li=Ot.length-1,Xi=Ot[Li],Vi=Ht.useMemo(function(){return{stickyOffsets:Be,flattenColumns:Ot,scrollColumnIndex:Xi!=null&&Xi.scrollbar?Li:null}},[Xi,Ot,Li,Be]);return Ht.createElement(Dt.Provider,{value:Vi},Ht.createElement("tfoot",{className:"".concat(Qn,"-summary")},An))}var be=gt(Ce),on=Gt,Ae=Et(29301),Le=Et(24514),_e=Et(75152),un=Et(26112);function Pn(We,An,Be,Ot,Qn,Li,Xi){We.push({record:An,indent:Be,index:Xi});var Vi=Li(An),yi=Qn==null?void 0:Qn.has(Vi);if(An&&Array.isArray(An[Ot])&&yi)for(var Mn=0;Mn<An[Ot].length;Mn+=1)Pn(We,An[Ot][Mn],Be+1,Ot,Qn,Li,Mn)}function gn(We,An,Be,Ot){var Qn=Ht.useMemo(function(){if(Be!=null&&Be.size){for(var Li=[],Xi=0;Xi<(We==null?void 0:We.length);Xi+=1){var Vi=We[Xi];Pn(Li,Vi,0,An,Be,Ot,Xi)}return Li}return We==null?void 0:We.map(function(yi,Mn){return{record:yi,indent:0,index:Mn}})},[We,An,Be,Ot]);return Qn}function en(We,An,Be,Ot){var Qn=ge(Pt,["prefixCls","fixedInfoList","flattenColumns","expandableType","expandRowByClick","onTriggerExpand","rowClassName","expandedRowClassName","indentSize","expandIcon","expandedRowRender","expandIconColumnIndex","expandedKeys","childrenColumnName","rowExpandable","onRow"]),Li=Qn.flattenColumns,Xi=Qn.expandableType,Vi=Qn.expandedKeys,yi=Qn.childrenColumnName,Mn=Qn.onTriggerExpand,si=Qn.rowExpandable,ci=Qn.onRow,Kn=Qn.expandRowByClick,fi=Qn.rowClassName,ei=Xi==="nest",Ft=Xi==="row"&&(!si||si(We)),se=Ft||ei,Yt=Vi&&Vi.has(An),ve=yi&&We&&We[yi],xe=(0,xn.zX)(Mn),Qe=ci==null?void 0:ci(We,Be),qe=Qe==null?void 0:Qe.onClick,hn=function(di){Kn&&se&&Mn(We,di);for(var Ci=arguments.length,he=new Array(Ci>1?Ci-1:0),ti=1;ti<Ci;ti++)he[ti-1]=arguments[ti];qe==null||qe.apply(void 0,[di].concat(he))},On;typeof fi=="string"?On=fi:typeof fi=="function"&&(On=fi(We,Be,Ot));var Un=It(Li);return(0,Vt.Z)((0,Vt.Z)({},Qn),{},{columnsKey:Un,nestExpandable:ei,expanded:Yt,hasNestChildren:ve,record:We,onTriggerExpand:xe,rowSupportExpand:Ft,expandable:se,rowProps:(0,Vt.Z)((0,Vt.Z)({},Qe),{},{className:Fe()(On,Qe==null?void 0:Qe.className),onClick:hn})})}function Zn(We){var An=We.prefixCls,Be=We.children,Ot=We.component,Qn=We.cellComponent,Li=We.className,Xi=We.expanded,Vi=We.colSpan,yi=We.isEmpty,Mn=ge(Pt,["scrollbarSize","fixHeader","fixColumn","componentWidth","horizonScroll"]),si=Mn.scrollbarSize,ci=Mn.fixHeader,Kn=Mn.fixColumn,fi=Mn.componentWidth,ei=Mn.horizonScroll,Ft=Be;return(yi?ei&&fi:Kn)&&(Ft=Ht.createElement("div",{style:{width:fi-(ci&&!yi?si:0),position:"sticky",left:0,overflow:"hidden"},className:"".concat(An,"-expanded-row-fixed")},Ft)),Ht.createElement(Ot,{className:Li,style:{display:Xi?null:"none"}},Ht.createElement(ke,{component:Qn,prefixCls:An,colSpan:Vi},Ft))}var Hn=Zn;function mn(We){var An=We.prefixCls,Be=We.record,Ot=We.onExpand,Qn=We.expanded,Li=We.expandable,Xi="".concat(An,"-row-expand-icon");if(!Li)return Ht.createElement("span",{className:Fe()(Xi,"".concat(An,"-row-spaced"))});var Vi=function(Mn){Ot(Be,Mn),Mn.stopPropagation()};return Ht.createElement("span",{className:Fe()(Xi,(0,le.Z)((0,le.Z)({},"".concat(An,"-row-expanded"),Qn),"".concat(An,"-row-collapsed"),!Qn)),onClick:Vi})}function zn(We,An,Be){var Ot=[];function Qn(Li){(Li||[]).forEach(function(Xi,Vi){Ot.push(An(Xi,Vi)),Qn(Xi[Be])})}return Qn(We),Ot}function Ri(We,An,Be,Ot){return typeof We=="string"?We:typeof We=="function"?We(An,Be,Ot):""}function vi(We,An,Be,Ot,Qn){var Li=We.record,Xi=We.prefixCls,Vi=We.columnsKey,yi=We.fixedInfoList,Mn=We.expandIconColumnIndex,si=We.nestExpandable,ci=We.indentSize,Kn=We.expandIcon,fi=We.expanded,ei=We.hasNestChildren,Ft=We.onTriggerExpand,se=Vi[Be],Yt=yi[Be],ve;Be===(Mn||0)&&si&&(ve=Ht.createElement(Ht.Fragment,null,Ht.createElement("span",{style:{paddingLeft:"".concat(ci*Ot,"px")},className:"".concat(Xi,"-row-indent indent-level-").concat(Ot)}),Kn({prefixCls:Xi,expanded:fi,expandable:ei,record:Li,onExpand:Ft})));var xe;return An.onCell&&(xe=An.onCell(Li,Qn)),{key:se,fixedInfo:Yt,appendCellNode:ve,additionalCellProps:xe||{}}}function ji(We){var An=We.className,Be=We.style,Ot=We.record,Qn=We.index,Li=We.renderIndex,Xi=We.rowKey,Vi=We.indent,yi=Vi===void 0?0:Vi,Mn=We.rowComponent,si=We.cellComponent,ci=We.scopeCellComponent,Kn=en(Ot,Xi,Qn,yi),fi=Kn.prefixCls,ei=Kn.flattenColumns,Ft=Kn.expandedRowClassName,se=Kn.expandedRowRender,Yt=Kn.rowProps,ve=Kn.expanded,xe=Kn.rowSupportExpand,Qe=Ht.useRef(!1);Qe.current||(Qe.current=ve);var qe=Ri(Ft,Ot,Qn,yi),hn=Ht.createElement(Mn,(0,Nt.Z)({},Yt,{"data-row-key":Xi,className:Fe()(An,"".concat(fi,"-row"),"".concat(fi,"-row-level-").concat(yi),Yt==null?void 0:Yt.className,(0,le.Z)({},qe,yi>=1)),style:(0,Vt.Z)((0,Vt.Z)({},Be),Yt==null?void 0:Yt.style)}),ei.map(function(dn,di){var Ci=dn.render,he=dn.dataIndex,ti=dn.className,Xn=vi(Kn,dn,di,yi,Qn),jn=Xn.key,Tn=Xn.fixedInfo,Ei=Xn.appendCellNode,bi=Xn.additionalCellProps;return Ht.createElement(ke,(0,Nt.Z)({className:ti,ellipsis:dn.ellipsis,align:dn.align,scope:dn.rowScope,component:dn.rowScope?ci:si,prefixCls:fi,key:jn,record:Ot,index:Qn,renderIndex:Li,dataIndex:he,render:Ci,shouldCellUpdate:dn.shouldCellUpdate},Tn,{appendNode:Ei,additionalProps:bi}))})),On;if(xe&&(Qe.current||ve)){var Un=se(Ot,Qn,yi+1,ve);On=Ht.createElement(Hn,{expanded:ve,className:Fe()("".concat(fi,"-expanded-row"),"".concat(fi,"-expanded-row-level-").concat(yi+1),qe),prefixCls:fi,component:Mn,cellComponent:si,colSpan:ei.length,isEmpty:!1},Un)}return Ht.createElement(Ht.Fragment,null,hn,On)}var er=gt(ji);function Ke(We){var An=We.columnKey,Be=We.onColumnResize,Ot=Ht.useRef();return(0,pe.Z)(function(){Ot.current&&Be(An,Ot.current.offsetWidth)},[]),Ht.createElement(Ae.Z,{data:An},Ht.createElement("td",{ref:Ot,style:{padding:0,border:0,height:0}},Ht.createElement("div",{style:{height:0,overflow:"hidden"}},"\xA0")))}var Ue=Et(29194);function ii(We){var An=We.prefixCls,Be=We.columnsKey,Ot=We.onColumnResize,Qn=Ht.useRef(null);return Ht.createElement("tr",{"aria-hidden":"true",className:"".concat(An,"-measure-row"),style:{height:0,fontSize:0},ref:Qn},Ht.createElement(Ae.Z.Collection,{onBatchResize:function(Xi){(0,Ue.Z)(Qn.current)&&Xi.forEach(function(Vi){var yi=Vi.data,Mn=Vi.size;Ot(yi,Mn.offsetWidth)})}},Be.map(function(Li){return Ht.createElement(Ke,{key:Li,columnKey:Li,onColumnResize:Ot})})))}function Ai(We){var An=We.data,Be=We.measureColumnWidth,Ot=ge(Pt,["prefixCls","getComponent","onColumnResize","flattenColumns","getRowKey","expandedKeys","childrenColumnName","emptyNode"]),Qn=Ot.prefixCls,Li=Ot.getComponent,Xi=Ot.onColumnResize,Vi=Ot.flattenColumns,yi=Ot.getRowKey,Mn=Ot.expandedKeys,si=Ot.childrenColumnName,ci=Ot.emptyNode,Kn=gn(An,si,Mn,yi),fi=Ht.useRef({renderWithProps:!1}),ei=Li(["body","wrapper"],"tbody"),Ft=Li(["body","row"],"tr"),se=Li(["body","cell"],"td"),Yt=Li(["body","cell"],"th"),ve;An.length?ve=Kn.map(function(Qe,qe){var hn=Qe.record,On=Qe.indent,Un=Qe.index,dn=yi(hn,qe);return Ht.createElement(er,{key:dn,rowKey:dn,record:hn,index:qe,renderIndex:Un,rowComponent:Ft,cellComponent:se,scopeCellComponent:Yt,indent:On})}):ve=Ht.createElement(Hn,{expanded:!0,className:"".concat(Qn,"-placeholder"),prefixCls:Qn,component:Ft,cellComponent:se,colSpan:Vi.length,isEmpty:!0},ci);var xe=It(Vi);return Ht.createElement(Ge.Provider,{value:fi.current},Ht.createElement(ei,{className:"".concat(Qn,"-tbody")},Be&&Ht.createElement(ii,{prefixCls:Qn,columnsKey:xe,onColumnResize:Xi}),ve))}var Fi=gt(Ai),Mi=Et(54451),sr=["columnType"];function nr(We){for(var An=We.colWidths,Be=We.columns,Ot=We.columCount,Qn=ge(Pt,["tableLayout"]),Li=Qn.tableLayout,Xi=[],Vi=Ot||Be.length,yi=!1,Mn=Vi-1;Mn>=0;Mn-=1){var si=An[Mn],ci=Be&&Be[Mn],Kn=void 0,fi=void 0;if(ci&&(Kn=ci[Mi.v],Li==="auto"&&(fi=ci.minWidth)),si||fi||Kn||yi){var ei=Kn||{},Ft=ei.columnType,se=(0,yt.Z)(ei,sr);Xi.unshift(Ht.createElement("col",(0,Nt.Z)({key:Mn,style:{width:si,minWidth:fi}},se))),yi=!0}}return Ht.createElement("colgroup",null,Xi)}var fr=nr,_n=Et(15142),qi=["className","noData","columns","flattenColumns","colWidths","columCount","stickyOffsets","direction","fixHeader","stickyTopOffset","stickyBottomOffset","stickyClassName","onScroll","maxContentScroll","children"];function Ct(We,An){return(0,Ht.useMemo)(function(){for(var Be=[],Ot=0;Ot<An;Ot+=1){var Qn=We[Ot];if(Qn!==void 0)Be[Ot]=Qn;else return null}return Be},[We.join("_"),An])}var Bi=Ht.forwardRef(function(We,An){var Be=We.className,Ot=We.noData,Qn=We.columns,Li=We.flattenColumns,Xi=We.colWidths,Vi=We.columCount,yi=We.stickyOffsets,Mn=We.direction,si=We.fixHeader,ci=We.stickyTopOffset,Kn=We.stickyBottomOffset,fi=We.stickyClassName,ei=We.onScroll,Ft=We.maxContentScroll,se=We.children,Yt=(0,yt.Z)(We,qi),ve=ge(Pt,["prefixCls","scrollbarSize","isSticky","getComponent"]),xe=ve.prefixCls,Qe=ve.scrollbarSize,qe=ve.isSticky,hn=ve.getComponent,On=hn(["header","table"],"table"),Un=qe&&!si?0:Qe,dn=Ht.useRef(null),di=Ht.useCallback(function(bi){(0,Je.mH)(An,bi),(0,Je.mH)(dn,bi)},[]);Ht.useEffect(function(){var bi;function mi(ni){var Vn=ni,Ti=Vn.currentTarget,cr=Vn.deltaX;cr&&(ei({currentTarget:Ti,scrollLeft:Ti.scrollLeft+cr}),ni.preventDefault())}return(bi=dn.current)===null||bi===void 0||bi.addEventListener("wheel",mi,{passive:!1}),function(){var ni;(ni=dn.current)===null||ni===void 0||ni.removeEventListener("wheel",mi)}},[]);var Ci=Ht.useMemo(function(){return Li.every(function(bi){return bi.width})},[Li]),he=Li[Li.length-1],ti={fixed:he?he.fixed:null,scrollbar:!0,onHeaderCell:function(){return{className:"".concat(xe,"-cell-scrollbar")}}},Xn=(0,Ht.useMemo)(function(){return Un?[].concat((0,_n.Z)(Qn),[ti]):Qn},[Un,Qn]),jn=(0,Ht.useMemo)(function(){return Un?[].concat((0,_n.Z)(Li),[ti]):Li},[Un,Li]),Tn=(0,Ht.useMemo)(function(){var bi=yi.right,mi=yi.left;return(0,Vt.Z)((0,Vt.Z)({},yi),{},{left:Mn==="rtl"?[].concat((0,_n.Z)(mi.map(function(ni){return ni+Un})),[0]):mi,right:Mn==="rtl"?bi:[].concat((0,_n.Z)(bi.map(function(ni){return ni+Un})),[0]),isSticky:qe})},[Un,yi,qe]),Ei=Ct(Xi,Vi);return Ht.createElement("div",{style:(0,Vt.Z)({overflow:"hidden"},qe?{top:ci,bottom:Kn}:{}),ref:di,className:Fe()(Be,(0,le.Z)({},fi,!!fi))},Ht.createElement(On,{style:{tableLayout:"fixed",visibility:Ot||Ei?null:"hidden"}},(!Ot||!Ft||Ci)&&Ht.createElement(fr,{colWidths:Ei?[].concat((0,_n.Z)(Ei),[Un]):[],columCount:Vi+1,columns:jn}),se((0,Vt.Z)((0,Vt.Z)({},Yt),{},{stickyOffsets:Tn,columns:Xn,flattenColumns:jn}))))}),oi=Ht.memo(Bi),Wn=function(An){var Be=An.cells,Ot=An.stickyOffsets,Qn=An.flattenColumns,Li=An.rowComponent,Xi=An.cellComponent,Vi=An.onHeaderRow,yi=An.index,Mn=ge(Pt,["prefixCls","direction"]),si=Mn.prefixCls,ci=Mn.direction,Kn;Vi&&(Kn=Vi(Be.map(function(ei){return ei.column}),yi));var fi=It(Be.map(function(ei){return ei.column}));return Ht.createElement(Li,Kn,Be.map(function(ei,Ft){var se=ei.column,Yt=ze(ei.colStart,ei.colEnd,Qn,Ot,ci),ve;return se&&se.onHeaderCell&&(ve=ei.column.onHeaderCell(se)),Ht.createElement(ke,(0,Nt.Z)({},ei,{scope:se.title?ei.colSpan>1?"colgroup":"col":null,ellipsis:se.ellipsis,align:se.align,component:Xi,prefixCls:si,key:fi[Ft]},Yt,{additionalProps:ve,rowType:"header"}))}))},Bn=Wn;function En(We){var An=[];function Be(Xi,Vi){var yi=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0;An[yi]=An[yi]||[];var Mn=Vi,si=Xi.filter(Boolean).map(function(ci){var Kn={key:ci.key,className:ci.className||"",children:ci.title,column:ci,colStart:Mn},fi=1,ei=ci.children;return ei&&ei.length>0&&(fi=Be(ei,Mn,yi+1).reduce(function(Ft,se){return Ft+se},0),Kn.hasSubColumns=!0),"colSpan"in ci&&(fi=ci.colSpan),"rowSpan"in ci&&(Kn.rowSpan=ci.rowSpan),Kn.colSpan=fi,Kn.colEnd=Kn.colStart+fi-1,An[yi].push(Kn),Mn+=fi,fi});return si}Be(We,0);for(var Ot=An.length,Qn=function(Vi){An[Vi].forEach(function(yi){!("rowSpan"in yi)&&!yi.hasSubColumns&&(yi.rowSpan=Ot-Vi)})},Li=0;Li<Ot;Li+=1)Qn(Li);return An}var vn=function(An){var Be=An.stickyOffsets,Ot=An.columns,Qn=An.flattenColumns,Li=An.onHeaderRow,Xi=ge(Pt,["prefixCls","getComponent"]),Vi=Xi.prefixCls,yi=Xi.getComponent,Mn=Ht.useMemo(function(){return En(Ot)},[Ot]),si=yi(["header","wrapper"],"thead"),ci=yi(["header","row"],"tr"),Kn=yi(["header","cell"],"th");return Ht.createElement(si,{className:"".concat(Vi,"-thead")},Mn.map(function(fi,ei){var Ft=Ht.createElement(Bn,{key:ei,flattenColumns:Qn,cells:fi,stickyOffsets:Be,rowComponent:ci,cellComponent:Kn,onHeaderRow:Li,index:ei});return Ft}))},ui=gt(vn),Te=Et(97347);function Ze(We,An,Be){var Ot=(0,Mi.g)(We),Qn=Ot.expandIcon,Li=Ot.expandedRowKeys,Xi=Ot.defaultExpandedRowKeys,Vi=Ot.defaultExpandAllRows,yi=Ot.expandedRowRender,Mn=Ot.onExpand,si=Ot.onExpandedRowsChange,ci=Ot.childrenColumnName,Kn=Qn||mn,fi=ci||"children",ei=Ht.useMemo(function(){return yi?"row":We.expandable&&We.internalHooks===Lt.R&&We.expandable.__PARENT_RENDER_ICON__||An.some(function(qe){return qe&&(0,Jt.Z)(qe)==="object"&&qe[fi]})?"nest":!1},[!!yi,An]),Ft=Ht.useState(function(){return Xi||(Vi?zn(An,Be,fi):[])}),se=(0,re.Z)(Ft,2),Yt=se[0],ve=se[1],xe=Ht.useMemo(function(){return new Set(Li||Yt||[])},[Li,Yt]),Qe=Ht.useCallback(function(qe){var hn=Be(qe,An.indexOf(qe)),On,Un=xe.has(hn);Un?(xe.delete(hn),On=(0,_n.Z)(xe)):On=[].concat((0,_n.Z)(xe),[hn]),ve(On),Mn&&Mn(!Un,qe),si&&si(On)},[Be,xe,An,Mn,si]);return[Ot,ei,xe,Kn,fi,Qe]}function Ne(We,An,Be){var Ot=We.map(function(Qn,Li){return ze(Li,Li,We,An,Be)});return(0,De.Z)(function(){return Ot},[Ot],function(Qn,Li){return!(0,ne.Z)(Qn,Li)})}function ln(We){var An=(0,Ht.useRef)(We),Be=(0,Ht.useState)({}),Ot=(0,re.Z)(Be,2),Qn=Ot[1],Li=(0,Ht.useRef)(null),Xi=(0,Ht.useRef)([]);function Vi(yi){Xi.current.push(yi);var Mn=Promise.resolve();Li.current=Mn,Mn.then(function(){if(Li.current===Mn){var si=Xi.current,ci=An.current;Xi.current=[],si.forEach(function(Kn){An.current=Kn(An.current)}),Li.current=null,ci!==An.current&&Qn({})}})}return(0,Ht.useEffect)(function(){return function(){Li.current=null}},[]),[An.current,Vi]}function Oi(We){var An=(0,Ht.useRef)(We||null),Be=(0,Ht.useRef)();function Ot(){window.clearTimeout(Be.current)}function Qn(Xi){An.current=Xi,Ot(),Be.current=window.setTimeout(function(){An.current=null,Be.current=void 0},100)}function Li(){return An.current}return(0,Ht.useEffect)(function(){return Ot},[]),[Qn,Li]}function Ni(){var We=Ht.useState(-1),An=(0,re.Z)(We,2),Be=An[0],Ot=An[1],Qn=Ht.useState(-1),Li=(0,re.Z)(Qn,2),Xi=Li[0],Vi=Li[1],yi=Ht.useCallback(function(Mn,si){Ot(Mn),Vi(si)},[]);return[Be,Xi,yi]}var $i=Et(47273),Ye=(0,$i.Z)()?window:null;function cn(We,An){var Be=(0,Jt.Z)(We)==="object"?We:{},Ot=Be.offsetHeader,Qn=Ot===void 0?0:Ot,Li=Be.offsetSummary,Xi=Li===void 0?0:Li,Vi=Be.offsetScroll,yi=Vi===void 0?0:Vi,Mn=Be.getContainer,si=Mn===void 0?function(){return Ye}:Mn,ci=si()||Ye,Kn=!!We;return Ht.useMemo(function(){return{isSticky:Kn,stickyClassName:Kn?"".concat(An,"-sticky-holder"):"",offsetHeader:Qn,offsetSummary:Xi,offsetScroll:yi,container:ci}},[Kn,yi,Qn,Xi,An,ci])}function Pi(We,An,Be){var Ot=(0,Ht.useMemo)(function(){var Qn=An.length,Li=function(Mn,si,ci){for(var Kn=[],fi=0,ei=Mn;ei!==si;ei+=ci)Kn.push(fi),An[ei].fixed&&(fi+=We[ei]||0);return Kn},Xi=Li(0,Qn,1),Vi=Li(Qn-1,-1,-1).reverse();return Be==="rtl"?{left:Vi,right:Xi}:{left:Xi,right:Vi}},[We,An,Be]);return Ot}var dr=Pi;function Yn(We){var An=We.className,Be=We.children;return Ht.createElement("div",{className:An},Be)}var Qt=Yn,Me=Et(8224),Gn=Et(16089),qn=Et(76846);function Xe(We){var An=(0,qn.bn)(We),Be=An.getBoundingClientRect(),Ot=document.documentElement;return{left:Be.left+(window.pageXOffset||Ot.scrollLeft)-(Ot.clientLeft||document.body.clientLeft||0),top:Be.top+(window.pageYOffset||Ot.scrollTop)-(Ot.clientTop||document.body.clientTop||0)}}var ri=function(An,Be){var Ot,Qn,Li=An.scrollBodyRef,Xi=An.onScroll,Vi=An.offsetScroll,yi=An.container,Mn=An.direction,si=ge(Pt,"prefixCls"),ci=((Ot=Li.current)===null||Ot===void 0?void 0:Ot.scrollWidth)||0,Kn=((Qn=Li.current)===null||Qn===void 0?void 0:Qn.clientWidth)||0,fi=ci&&Kn*(Kn/ci),ei=Ht.useRef(),Ft=ln({scrollLeft:0,isHiddenScrollBar:!0}),se=(0,re.Z)(Ft,2),Yt=se[0],ve=se[1],xe=Ht.useRef({delta:0,x:0}),Qe=Ht.useState(!1),qe=(0,re.Z)(Qe,2),hn=qe[0],On=qe[1],Un=Ht.useRef(null);Ht.useEffect(function(){return function(){Gn.Z.cancel(Un.current)}},[]);var dn=function(){On(!1)},di=function(jn){jn.persist(),xe.current.delta=jn.pageX-Yt.scrollLeft,xe.current.x=0,On(!0),jn.preventDefault()},Ci=function(jn){var Tn,Ei=jn||((Tn=window)===null||Tn===void 0?void 0:Tn.event),bi=Ei.buttons;if(!hn||bi===0){hn&&On(!1);return}var mi=xe.current.x+jn.pageX-xe.current.x-xe.current.delta,ni=Mn==="rtl";mi=Math.max(ni?fi-Kn:0,Math.min(ni?0:Kn-fi,mi));var Vn=!ni||Math.abs(mi)+Math.abs(fi)<Kn;Vn&&(Xi({scrollLeft:mi/Kn*(ci+2)}),xe.current.x=jn.pageX)},he=function(){Gn.Z.cancel(Un.current),Un.current=(0,Gn.Z)(function(){if(Li.current){var jn=Xe(Li.current).top,Tn=jn+Li.current.offsetHeight,Ei=yi===window?document.documentElement.scrollTop+window.innerHeight:Xe(yi).top+yi.clientHeight;Tn-(0,_e.Z)()<=Ei||jn>=Ei-Vi?ve(function(bi){return(0,Vt.Z)((0,Vt.Z)({},bi),{},{isHiddenScrollBar:!0})}):ve(function(bi){return(0,Vt.Z)((0,Vt.Z)({},bi),{},{isHiddenScrollBar:!1})})}})},ti=function(jn){ve(function(Tn){return(0,Vt.Z)((0,Vt.Z)({},Tn),{},{scrollLeft:jn/ci*Kn||0})})};return Ht.useImperativeHandle(Be,function(){return{setScrollLeft:ti,checkScrollBarVisible:he}}),Ht.useEffect(function(){var Xn=(0,Me.Z)(document.body,"mouseup",dn,!1),jn=(0,Me.Z)(document.body,"mousemove",Ci,!1);return he(),function(){Xn.remove(),jn.remove()}},[fi,hn]),Ht.useEffect(function(){if(Li.current){for(var Xn=[],jn=(0,qn.bn)(Li.current);jn;)Xn.push(jn),jn=jn.parentElement;return Xn.forEach(function(Tn){return Tn.addEventListener("scroll",he,!1)}),window.addEventListener("resize",he,!1),window.addEventListener("scroll",he,!1),yi.addEventListener("scroll",he,!1),function(){Xn.forEach(function(Tn){return Tn.removeEventListener("scroll",he)}),window.removeEventListener("resize",he),window.removeEventListener("scroll",he),yi.removeEventListener("scroll",he)}}},[yi]),Ht.useEffect(function(){Yt.isHiddenScrollBar||ve(function(Xn){var jn=Li.current;return jn?(0,Vt.Z)((0,Vt.Z)({},Xn),{},{scrollLeft:jn.scrollLeft/jn.scrollWidth*jn.clientWidth}):Xn})},[Yt.isHiddenScrollBar]),ci<=Kn||!fi||Yt.isHiddenScrollBar?null:Ht.createElement("div",{style:{height:(0,_e.Z)(),width:Kn,bottom:Vi},className:"".concat(si,"-sticky-scroll")},Ht.createElement("div",{onMouseDown:di,ref:ei,className:Fe()("".concat(si,"-sticky-scroll-bar"),(0,le.Z)({},"".concat(si,"-sticky-scroll-bar-active"),hn)),style:{width:"".concat(fi,"px"),transform:"translate3d(".concat(Yt.scrollLeft,"px, 0, 0)")}}))},Zi=Ht.forwardRef(ri);function Gi(We){return null}var ir=Gi;function ai(We){return null}var Jn=ai,hi="rc-table",hr=[],tr={};function Dn(){return"No Data"}function ki(We,An){var Be=(0,Vt.Z)({rowKey:"key",prefixCls:hi,emptyText:Dn},We),Ot=Be.prefixCls,Qn=Be.className,Li=Be.rowClassName,Xi=Be.style,Vi=Be.data,yi=Be.rowKey,Mn=Be.scroll,si=Be.tableLayout,ci=Be.direction,Kn=Be.title,fi=Be.footer,ei=Be.summary,Ft=Be.caption,se=Be.id,Yt=Be.showHeader,ve=Be.components,xe=Be.emptyText,Qe=Be.onRow,qe=Be.onHeaderRow,hn=Be.onScroll,On=Be.internalHooks,Un=Be.transformColumns,dn=Be.internalRefs,di=Be.tailor,Ci=Be.getContainerWidth,he=Be.sticky,ti=Be.rowHoverable,Xn=ti===void 0?!0:ti,jn=Vi||hr,Tn=!!jn.length,Ei=On===Lt.R,bi=Ht.useCallback(function(Eo,Wo){return(0,Ee.Z)(ve,Eo)||Wo},[ve]),mi=Ht.useMemo(function(){return typeof yi=="function"?yi:function(Eo){var Wo=Eo&&Eo[yi];return Wo}},[yi]),ni=bi(["body"]),Vn=Ni(),Ti=(0,re.Z)(Vn,3),cr=Ti[0],mr=Ti[1],kr=Ti[2],Si=Ze(Be,jn,mi),yr=(0,re.Z)(Si,6),ur=yr[0],Sr=yr[1],pr=yr[2],Pr=yr[3],Fn=yr[4],Ii=yr[5],Ui=Mn==null?void 0:Mn.x,or=Ht.useState(0),Ji=(0,re.Z)(or,2),Qi=Ji[0],xi=Ji[1],Dr=(0,Te.Z)((0,Vt.Z)((0,Vt.Z)((0,Vt.Z)({},Be),ur),{},{expandable:!!ur.expandedRowRender,columnTitle:ur.columnTitle,expandedKeys:pr,getRowKey:mi,onTriggerExpand:Ii,expandIcon:Pr,expandIconColumnIndex:ur.expandIconColumnIndex,direction:ci,scrollWidth:Ei&&di&&typeof Ui=="number"?Ui:null,clientWidth:Qi}),Ei?Un:null),Kr=(0,re.Z)(Dr,4),Yr=Kr[0],vr=Kr[1],to=Kr[2],$r=Kr[3],Ur=to!=null?to:Ui,mo=Ht.useMemo(function(){return{columns:Yr,flattenColumns:vr}},[Yr,vr]),xo=Ht.useRef(),No=Ht.useRef(),oo=Ht.useRef(),ta=Ht.useRef();Ht.useImperativeHandle(An,function(){return{nativeElement:xo.current,scrollTo:function(Wo){var wa;if(oo.current instanceof HTMLElement){var ts=Wo.index,Ja=Wo.top,Nl=Wo.key;if(an(Ja)){var ml;(ml=oo.current)===null||ml===void 0||ml.scrollTo({top:Ja})}else{var Do,fo=Nl!=null?Nl:mi(jn[ts]);(Do=oo.current.querySelector('[data-row-key="'.concat(fo,'"]')))===null||Do===void 0||Do.scrollIntoView()}}else(wa=oo.current)!==null&&wa!==void 0&&wa.scrollTo&&oo.current.scrollTo(Wo)}}});var Mo=Ht.useRef(),na=Ht.useState(!1),Fo=(0,re.Z)(na,2),Yo=Fo[0],ia=Fo[1],Qo=Ht.useState(!1),jo=(0,re.Z)(Qo,2),Ao=jo[0],oa=jo[1],Ca=Ht.useState(new Map),Ho=(0,re.Z)(Ca,2),Ra=Ho[0],ko=Ho[1],Po=It(vr),vo=Po.map(function(Eo){return Ra.get(Eo)}),_o=Ht.useMemo(function(){return vo},[vo.join("_")]),bo=dr(_o,vr,ci),La=Mn&&Pe(Mn.y),Lr=Mn&&Pe(Ur)||!!ur.fixed,lr=Lr&&vr.some(function(Eo){var Wo=Eo.fixed;return Wo}),Ir=Ht.useRef(),wr=cn(he,Ot),pi=wr.isSticky,Zo=wr.offsetHeader,ce=wr.offsetSummary,Ln=wr.offsetScroll,za=wr.stickyClassName,ja=wr.container,da=Ht.useMemo(function(){return ei==null?void 0:ei(jn)},[ei,jn]),ca=(La||pi)&&Ht.isValidElement(da)&&da.type===Gt&&da.props.fixed,Ga,Ta,Hs;La&&(Ta={overflowY:Tn?"scroll":"auto",maxHeight:Mn.y}),Lr&&(Ga={overflowX:"auto"},La||(Ta={overflowY:"hidden"}),Hs={width:Ur===!0?"auto":Ur,minWidth:"100%"});var aa=Ht.useCallback(function(Eo,Wo){ko(function(wa){if(wa.get(Eo)!==Wo){var ts=new Map(wa);return ts.set(Eo,Wo),ts}return wa})},[]),Vr=Oi(null),Va=(0,re.Z)(Vr,2),$a=Va[0],sa=Va[1];function co(Eo,Wo){Wo&&(typeof Wo=="function"?Wo(Eo):Wo.scrollLeft!==Eo&&(Wo.scrollLeft=Eo,Wo.scrollLeft!==Eo&&setTimeout(function(){Wo.scrollLeft=Eo},0)))}var ga=(0,fe.Z)(function(Eo){var Wo=Eo.currentTarget,wa=Eo.scrollLeft,ts=ci==="rtl",Ja=typeof wa=="number"?wa:Wo.scrollLeft,Nl=Wo||tr;if(!sa()||sa()===Nl){var ml;$a(Nl),co(Ja,No.current),co(Ja,oo.current),co(Ja,Mo.current),co(Ja,(ml=Ir.current)===null||ml===void 0?void 0:ml.setScrollLeft)}var Do=Wo||No.current;if(Do){var fo=Ei&&di&&typeof Ur=="number"?Ur:Do.scrollWidth,Ka=Do.clientWidth;if(fo===Ka){ia(!1),oa(!1);return}ts?(ia(-Ja<fo-Ka),oa(-Ja>0)):(ia(Ja>0),oa(Ja<fo-Ka))}}),ls=(0,fe.Z)(function(Eo){ga(Eo),hn==null||hn(Eo)}),ra=function(){if(Lr&&oo.current){var Wo;ga({currentTarget:(0,qn.bn)(oo.current),scrollLeft:(Wo=oo.current)===null||Wo===void 0?void 0:Wo.scrollLeft})}else ia(!1),oa(!1)},us=function(Wo){var wa,ts=Wo.width;(wa=Ir.current)===null||wa===void 0||wa.checkScrollBarVisible();var Ja=xo.current?xo.current.offsetWidth:ts;Ei&&Ci&&xo.current&&(Ja=Ci(xo.current,Ja)||Ja),Ja!==Qi&&(ra(),xi(Ja))},Da=Ht.useRef(!1);Ht.useEffect(function(){Da.current&&ra()},[Lr,Vi,Yr.length]),Ht.useEffect(function(){Da.current=!0},[]);var El=Ht.useState(0),Ro=(0,re.Z)(El,2),ba=Ro[0],To=Ro[1],Uo=Ht.useState(!0),ua=(0,re.Z)(Uo,2),pa=ua[0],Xo=ua[1];(0,pe.Z)(function(){(!di||!Ei)&&(oo.current instanceof Element?To((0,_e.o)(oo.current).width):To((0,_e.o)(ta.current).width)),Xo((0,Le.G)("position","sticky"))},[]),Ht.useEffect(function(){Ei&&dn&&(dn.body.current=oo.current)});var fl=Ht.useCallback(function(Eo){return Ht.createElement(Ht.Fragment,null,Ht.createElement(ui,Eo),ca==="top"&&Ht.createElement(be,Eo,da))},[ca,da]),Qr=Ht.useCallback(function(Eo){return Ht.createElement(be,Eo,da)},[da]),pu=bi(["table"],"table"),wo=Ht.useMemo(function(){return si||(lr?Ur==="max-content"?"auto":"fixed":La||pi||vr.some(function(Eo){var Wo=Eo.ellipsis;return Wo})?"fixed":"auto")},[La,lr,vr,si,pi]),Gl,Qs={colWidths:_o,columCount:vr.length,stickyOffsets:bo,onHeaderRow:qe,fixHeader:La,scroll:Mn},Fl=Ht.useMemo(function(){return Tn?null:typeof xe=="function"?xe():xe},[Tn,xe]),mu=Ht.createElement(Fi,{data:jn,measureColumnWidth:La||Lr||pi}),vu=Ht.createElement(fr,{colWidths:vr.map(function(Eo){var Wo=Eo.width;return Wo}),columns:vr}),Zs=Ft!=null?Ht.createElement("caption",{className:"".concat(Ot,"-caption")},Ft):void 0,Vl=(0,un.Z)(Be,{data:!0}),Go=(0,un.Z)(Be,{aria:!0});if(La||pi){var Ws;typeof ni=="function"?(Ws=ni(jn,{scrollbarSize:ba,ref:oo,onScroll:ga}),Qs.colWidths=vr.map(function(Eo,Wo){var wa=Eo.width,ts=Wo===vr.length-1?wa-ba:wa;return typeof ts=="number"&&!Number.isNaN(ts)?ts:0})):Ws=Ht.createElement("div",{style:(0,Vt.Z)((0,Vt.Z)({},Ga),Ta),onScroll:ls,ref:oo,className:Fe()("".concat(Ot,"-body"))},Ht.createElement(pu,(0,Nt.Z)({style:(0,Vt.Z)((0,Vt.Z)({},Hs),{},{tableLayout:wo})},Go),Zs,vu,mu,!ca&&da&&Ht.createElement(be,{stickyOffsets:bo,flattenColumns:vr},da)));var yu=(0,Vt.Z)((0,Vt.Z)((0,Vt.Z)({noData:!jn.length,maxContentScroll:Lr&&Ur==="max-content"},Qs),mo),{},{direction:ci,stickyClassName:za,onScroll:ga});Gl=Ht.createElement(Ht.Fragment,null,Yt!==!1&&Ht.createElement(oi,(0,Nt.Z)({},yu,{stickyTopOffset:Zo,className:"".concat(Ot,"-header"),ref:No}),fl),Ws,ca&&ca!=="top"&&Ht.createElement(oi,(0,Nt.Z)({},yu,{stickyBottomOffset:ce,className:"".concat(Ot,"-summary"),ref:Mo}),Qr),pi&&oo.current&&oo.current instanceof Element&&Ht.createElement(Zi,{ref:Ir,offsetScroll:Ln,scrollBodyRef:oo,onScroll:ga,container:ja,direction:ci}))}else Gl=Ht.createElement("div",{style:(0,Vt.Z)((0,Vt.Z)({},Ga),Ta),className:Fe()("".concat(Ot,"-content")),onScroll:ga,ref:oo},Ht.createElement(pu,(0,Nt.Z)({style:(0,Vt.Z)((0,Vt.Z)({},Hs),{},{tableLayout:wo})},Go),Zs,vu,Yt!==!1&&Ht.createElement(ui,(0,Nt.Z)({},Qs,mo)),mu,da&&Ht.createElement(be,{stickyOffsets:bo,flattenColumns:vr},da)));var gl=Ht.createElement("div",(0,Nt.Z)({className:Fe()(Ot,Qn,(0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)((0,le.Z)({},"".concat(Ot,"-rtl"),ci==="rtl"),"".concat(Ot,"-ping-left"),Yo),"".concat(Ot,"-ping-right"),Ao),"".concat(Ot,"-layout-fixed"),si==="fixed"),"".concat(Ot,"-fixed-header"),La),"".concat(Ot,"-fixed-column"),lr),"".concat(Ot,"-fixed-column-gapped"),lr&&$r),"".concat(Ot,"-scroll-horizontal"),Lr),"".concat(Ot,"-has-fix-left"),vr[0]&&vr[0].fixed),"".concat(Ot,"-has-fix-right"),vr[vr.length-1]&&vr[vr.length-1].fixed==="right")),style:Xi,id:se,ref:xo},Vl),Kn&&Ht.createElement(Qt,{className:"".concat(Ot,"-title")},Kn(jn)),Ht.createElement("div",{ref:ta,className:"".concat(Ot,"-container")},Gl),fi&&Ht.createElement(Qt,{className:"".concat(Ot,"-footer")},fi(jn)));Lr&&(gl=Ht.createElement(Ae.Z,{onResize:us},gl));var Fu=Ne(vr,bo,ci),pl=Ht.useMemo(function(){return{scrollX:Ur,prefixCls:Ot,getComponent:bi,scrollbarSize:ba,direction:ci,fixedInfoList:Fu,isSticky:pi,supportSticky:pa,componentWidth:Qi,fixHeader:La,fixColumn:lr,horizonScroll:Lr,tableLayout:wo,rowClassName:Li,expandedRowClassName:ur.expandedRowClassName,expandIcon:Pr,expandableType:Sr,expandRowByClick:ur.expandRowByClick,expandedRowRender:ur.expandedRowRender,onTriggerExpand:Ii,expandIconColumnIndex:ur.expandIconColumnIndex,indentSize:ur.indentSize,allColumnsFixedLeft:vr.every(function(Eo){return Eo.fixed==="left"}),emptyNode:Fl,columns:Yr,flattenColumns:vr,onColumnResize:aa,hoverStartRow:cr,hoverEndRow:mr,onHover:kr,rowExpandable:ur.rowExpandable,onRow:Qe,getRowKey:mi,expandedKeys:pr,childrenColumnName:Fn,rowHoverable:Xn}},[Ur,Ot,bi,ba,ci,Fu,pi,pa,Qi,La,lr,Lr,wo,Li,ur.expandedRowClassName,Pr,Sr,ur.expandRowByClick,ur.expandedRowRender,Ii,ur.expandIconColumnIndex,ur.indentSize,Fl,Yr,vr,aa,cr,mr,kr,ur.rowExpandable,Qe,mi,pr,Fn,Xn]);return Ht.createElement(Pt.Provider,{value:pl},gl)}var Fr=Ht.forwardRef(ki);function jr(We){return lt(Fr,We)}var so=jr();so.EXPAND_COLUMN=Lt.w,so.INTERNAL_HOOKS=Lt.R,so.Column=ir,so.ColumnGroup=Jn,so.Summary=on;var je=so,_i=Et(6790),Ar=Oe(null),Wi=Oe(null);function Wr(We,An,Be){var Ot=An||1;return Be[We+Ot]-(Be[We]||0)}function Nr(We){var An=We.rowInfo,Be=We.column,Ot=We.colIndex,Qn=We.indent,Li=We.index,Xi=We.component,Vi=We.renderIndex,yi=We.record,Mn=We.style,si=We.className,ci=We.inverse,Kn=We.getHeight,fi=Be.render,ei=Be.dataIndex,Ft=Be.className,se=Be.width,Yt=ge(Wi,["columnsOffset"]),ve=Yt.columnsOffset,xe=vi(An,Be,Ot,Qn,Li),Qe=xe.key,qe=xe.fixedInfo,hn=xe.appendCellNode,On=xe.additionalCellProps,Un=On.style,dn=On.colSpan,di=dn===void 0?1:dn,Ci=On.rowSpan,he=Ci===void 0?1:Ci,ti=Ot-1,Xn=Wr(ti,di,ve),jn=di>1?se-Xn:0,Tn=(0,Vt.Z)((0,Vt.Z)((0,Vt.Z)({},Un),Mn),{},{flex:"0 0 ".concat(Xn,"px"),width:"".concat(Xn,"px"),marginRight:jn,pointerEvents:"auto"}),Ei=Ht.useMemo(function(){return ci?he<=1:di===0||he===0||he>1},[he,di,ci]);Ei?Tn.visibility="hidden":ci&&(Tn.height=Kn==null?void 0:Kn(he));var bi=Ei?function(){return null}:fi,mi={};return(he===0||di===0)&&(mi.rowSpan=1,mi.colSpan=1),Ht.createElement(ke,(0,Nt.Z)({className:Fe()(Ft,si),ellipsis:Be.ellipsis,align:Be.align,scope:Be.rowScope,component:Xi,prefixCls:An.prefixCls,key:Qe,record:yi,index:Li,renderIndex:Vi,dataIndex:ei,render:bi,shouldCellUpdate:Be.shouldCellUpdate},qe,{appendNode:hn,additionalProps:(0,Vt.Z)((0,Vt.Z)({},On),{},{style:Tn},mi)}))}var Xr=Nr,zr=["data","index","className","rowKey","style","extra","getHeight"],Hr=Ht.forwardRef(function(We,An){var Be=We.data,Ot=We.index,Qn=We.className,Li=We.rowKey,Xi=We.style,Vi=We.extra,yi=We.getHeight,Mn=(0,yt.Z)(We,zr),si=Be.record,ci=Be.indent,Kn=Be.index,fi=ge(Pt,["prefixCls","flattenColumns","fixColumn","componentWidth","scrollX"]),ei=fi.scrollX,Ft=fi.flattenColumns,se=fi.prefixCls,Yt=fi.fixColumn,ve=fi.componentWidth,xe=ge(Ar,["getComponent"]),Qe=xe.getComponent,qe=en(si,Li,Ot,ci),hn=Qe(["body","row"],"div"),On=Qe(["body","cell"],"div"),Un=qe.rowSupportExpand,dn=qe.expanded,di=qe.rowProps,Ci=qe.expandedRowRender,he=qe.expandedRowClassName,ti;if(Un&&dn){var Xn=Ci(si,Ot,ci+1,dn),jn=Ri(he,si,Ot,ci),Tn={};Yt&&(Tn={style:(0,le.Z)({},"--virtual-width","".concat(ve,"px"))});var Ei="".concat(se,"-expanded-row-cell");ti=Ht.createElement(hn,{className:Fe()("".concat(se,"-expanded-row"),"".concat(se,"-expanded-row-level-").concat(ci+1),jn)},Ht.createElement(ke,{component:On,prefixCls:se,className:Fe()(Ei,(0,le.Z)({},"".concat(Ei,"-fixed"),Yt)),additionalProps:Tn},Xn))}var bi=(0,Vt.Z)((0,Vt.Z)({},Xi),{},{width:ei});Vi&&(bi.position="absolute",bi.pointerEvents="none");var mi=Ht.createElement(hn,(0,Nt.Z)({},di,Mn,{"data-row-key":Li,ref:Un?null:An,className:Fe()(Qn,"".concat(se,"-row"),di==null?void 0:di.className,(0,le.Z)({},"".concat(se,"-row-extra"),Vi)),style:(0,Vt.Z)((0,Vt.Z)({},bi),di==null?void 0:di.style)}),Ft.map(function(ni,Vn){return Ht.createElement(Xr,{key:Vn,component:On,rowInfo:qe,column:ni,colIndex:Vn,indent:ci,index:Ot,renderIndex:Kn,record:si,inverse:Vi,getHeight:yi})}));return Un?Ht.createElement("div",{ref:An},mi,ti):mi}),qr=gt(Hr),pn=qr,no=Ht.forwardRef(function(We,An){var Be=We.data,Ot=We.onScroll,Qn=ge(Pt,["flattenColumns","onColumnResize","getRowKey","prefixCls","expandedKeys","childrenColumnName","scrollX","direction"]),Li=Qn.flattenColumns,Xi=Qn.onColumnResize,Vi=Qn.getRowKey,yi=Qn.expandedKeys,Mn=Qn.prefixCls,si=Qn.childrenColumnName,ci=Qn.scrollX,Kn=Qn.direction,fi=ge(Ar),ei=fi.sticky,Ft=fi.scrollY,se=fi.listItemHeight,Yt=fi.getComponent,ve=fi.onScroll,xe=Ht.useRef(),Qe=gn(Be,si,yi,Vi),qe=Ht.useMemo(function(){var ti=0;return Li.map(function(Xn){var jn=Xn.width,Tn=Xn.key;return ti+=jn,[Tn,jn,ti]})},[Li]),hn=Ht.useMemo(function(){return qe.map(function(ti){return ti[2]})},[qe]);Ht.useEffect(function(){qe.forEach(function(ti){var Xn=(0,re.Z)(ti,2),jn=Xn[0],Tn=Xn[1];Xi(jn,Tn)})},[qe]),Ht.useImperativeHandle(An,function(){var ti,Xn={scrollTo:function(Tn){var Ei;(Ei=xe.current)===null||Ei===void 0||Ei.scrollTo(Tn)},nativeElement:(ti=xe.current)===null||ti===void 0?void 0:ti.nativeElement};return Object.defineProperty(Xn,"scrollLeft",{get:function(){var Tn;return((Tn=xe.current)===null||Tn===void 0?void 0:Tn.getScrollInfo().x)||0},set:function(Tn){var Ei;(Ei=xe.current)===null||Ei===void 0||Ei.scrollTo({left:Tn})}}),Xn});var On=function(Xn,jn){var Tn,Ei=(Tn=Qe[jn])===null||Tn===void 0?void 0:Tn.record,bi=Xn.onCell;if(bi){var mi,ni=bi(Ei,jn);return(mi=ni==null?void 0:ni.rowSpan)!==null&&mi!==void 0?mi:1}return 1},Un=function(Xn){var jn=Xn.start,Tn=Xn.end,Ei=Xn.getSize,bi=Xn.offsetY;if(Tn<0)return null;for(var mi=Li.filter(function(Pr){return On(Pr,jn)===0}),ni=jn,Vn=function(Fn){if(mi=mi.filter(function(Ii){return On(Ii,Fn)===0}),!mi.length)return ni=Fn,1},Ti=jn;Ti>=0&&!Vn(Ti);Ti-=1);for(var cr=Li.filter(function(Pr){return On(Pr,Tn)!==1}),mr=Tn,kr=function(Fn){if(cr=cr.filter(function(Ii){return On(Ii,Fn)!==1}),!cr.length)return mr=Math.max(Fn-1,Tn),1},Si=Tn;Si<Qe.length&&!kr(Si);Si+=1);for(var yr=[],ur=function(Fn){var Ii=Qe[Fn];if(!Ii)return 1;Li.some(function(Ui){return On(Ui,Fn)>1})&&yr.push(Fn)},Sr=ni;Sr<=mr;Sr+=1)ur(Sr);var pr=yr.map(function(Pr){var Fn=Qe[Pr],Ii=Vi(Fn.record,Pr),Ui=function(Qi){var xi=Pr+Qi-1,Dr=Vi(Qe[xi].record,xi),Kr=Ei(Ii,Dr);return Kr.bottom-Kr.top},or=Ei(Ii);return Ht.createElement(pn,{key:Pr,data:Fn,rowKey:Ii,index:Pr,style:{top:-bi+or.top},extra:!0,getHeight:Ui})});return pr},dn=Ht.useMemo(function(){return{columnsOffset:hn}},[hn]),di="".concat(Mn,"-tbody"),Ci=Yt(["body","wrapper"]),he={};return ei&&(he.position="sticky",he.bottom=0,(0,Jt.Z)(ei)==="object"&&ei.offsetScroll&&(he.bottom=ei.offsetScroll)),Ht.createElement(Wi.Provider,{value:dn},Ht.createElement(_i.Z,{fullHeight:!1,ref:xe,prefixCls:"".concat(di,"-virtual"),styles:{horizontalScrollBar:he},className:di,height:Ft,itemHeight:se||24,data:Qe,itemKey:function(Xn){return Vi(Xn.record)},component:Ci,scrollWidth:ci,direction:Kn,onVirtualScroll:function(Xn){var jn,Tn=Xn.x;Ot({currentTarget:(jn=xe.current)===null||jn===void 0?void 0:jn.nativeElement,scrollLeft:Tn})},onScroll:ve,extraRender:Un},function(ti,Xn,jn){var Tn=Vi(ti.record,Xn);return Ht.createElement(pn,{data:ti,rowKey:Tn,index:Xn,style:jn.style})}))}),Cn=gt(no),rr=Cn,Or=function(An,Be){var Ot=Be.ref,Qn=Be.onScroll;return Ht.createElement(rr,{ref:Ot,data:An,onScroll:Qn})};function Tr(We,An){var Be=We.data,Ot=We.columns,Qn=We.scroll,Li=We.sticky,Xi=We.prefixCls,Vi=Xi===void 0?hi:Xi,yi=We.className,Mn=We.listItemHeight,si=We.components,ci=We.onScroll,Kn=Qn||{},fi=Kn.x,ei=Kn.y;typeof fi!="number"&&(fi=1),typeof ei!="number"&&(ei=500);var Ft=(0,xn.zX)(function(ve,xe){return(0,Ee.Z)(si,ve)||xe}),se=(0,xn.zX)(ci),Yt=Ht.useMemo(function(){return{sticky:Li,scrollY:ei,listItemHeight:Mn,getComponent:Ft,onScroll:se}},[Li,ei,Mn,Ft,se]);return Ht.createElement(Ar.Provider,{value:Yt},Ht.createElement(je,(0,Nt.Z)({},We,{className:Fe()(yi,"".concat(Vi,"-virtual")),scroll:(0,Vt.Z)((0,Vt.Z)({},Qn),{},{x:fi}),components:(0,Vt.Z)((0,Vt.Z)({},si),{},{body:Be!=null&&Be.length?Or:void 0}),columns:Ot,internalHooks:Lt.R,tailor:!0,ref:An})))}var ho=Ht.forwardRef(Tr);function Gr(We){return lt(ho,We)}var xr=Gr(),lo=null},54451:function(bn,$n,Et){"use strict";Et.d($n,{g:function(){return Ht},v:function(){return ne}});var Lt=Et(98506),re=Et(33346),fe=Et(48736),pe=["expandable"],ne="RC_TABLE_INTERNAL_COL_DEFINE";function Ht(oe){var Oe=oe.expandable,ge=(0,re.Z)(oe,pe),Nt;return"expandable"in oe?Nt=(0,Lt.Z)((0,Lt.Z)({},ge),Oe):Nt=ge,Nt.showExpandColumn===!1&&(Nt.expandIconColumnIndex=-1),Nt}},22711:function(bn,$n,Et){"use strict";Et.r($n),Et.d($n,{ResizableTextArea:function(){return ae},default:function(){return Sn}});var Lt=Et(67711),re=Et(52873),fe=Et(98506),pe=Et(15142),ne=Et(16886),Ht=Et(33346),oe=Et(92310),Oe=Et.n(oe),ge=Et(36901),Nt=Et(66003),Je=Et(30292),ie=Et(18929),nn=Et(59301),Bt=Et(26420),et=Et(29301),nt=Et(34280),ct=Et(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;
|
|
`,gt=["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"],mt={},St;function Pt(rn){var Ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,sn=rn.getAttribute("id")||rn.getAttribute("data-reactid")||rn.getAttribute("name");if(Ge&&mt[sn])return mt[sn];var $t=window.getComputedStyle(rn),It=$t.getPropertyValue("box-sizing")||$t.getPropertyValue("-moz-box-sizing")||$t.getPropertyValue("-webkit-box-sizing"),Pe=parseFloat($t.getPropertyValue("padding-bottom"))+parseFloat($t.getPropertyValue("padding-top")),an=parseFloat($t.getPropertyValue("border-bottom-width"))+parseFloat($t.getPropertyValue("border-top-width")),Ve=gt.map(function($e){return"".concat($e,":").concat($t.getPropertyValue($e))}).join(";"),Se={sizingStyle:Ve,paddingSize:Pe,borderSize:an,boxSizing:It};return Ge&&sn&&(mt[sn]=Se),Se}function Rt(rn){var Ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,sn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,$t=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;St||(St=document.createElement("textarea"),St.setAttribute("tab-index","-1"),St.setAttribute("aria-hidden","true"),St.setAttribute("name","hiddenTextarea"),document.body.appendChild(St)),rn.getAttribute("wrap")?St.setAttribute("wrap",rn.getAttribute("wrap")):St.removeAttribute("wrap");var It=Pt(rn,Ge),Pe=It.paddingSize,an=It.borderSize,Ve=It.boxSizing,Se=It.sizingStyle;St.setAttribute("style","".concat(Se,";").concat(lt)),St.value=rn.value||rn.placeholder||"";var $e=void 0,He=void 0,xn,we=St.scrollHeight;if(Ve==="border-box"?we+=an:Ve==="content-box"&&(we-=Pe),sn!==null||$t!==null){St.value=" ";var de=St.scrollHeight-Pe;sn!==null&&($e=de*sn,Ve==="border-box"&&($e=$e+Pe+an),we=Math.max($e,we)),$t!==null&&(He=de*$t,Ve==="border-box"&&(He=He+Pe+an),xn=we>He?"":"hidden",we=Math.min(He,we))}var ke={height:we,overflowY:xn,resize:"none"};return $e&&(ke.minHeight=$e),He&&(ke.maxHeight=He),ke}var Wt=["prefixCls","defaultValue","value","autoSize","onResize","className","style","disabled","onChange","onInternalAutoSize"],te=0,Jt=1,Vt=2,le=nn.forwardRef(function(rn,Ge){var sn=rn,$t=sn.prefixCls,It=sn.defaultValue,Pe=sn.value,an=sn.autoSize,Ve=sn.onResize,Se=sn.className,$e=sn.style,He=sn.disabled,xn=sn.onChange,we=sn.onInternalAutoSize,de=(0,Ht.Z)(sn,Wt),ke=(0,ie.Z)(It,{value:Pe,postState:function(er){return er!=null?er:""}}),ze=(0,ne.Z)(ke,2),fn=ze[0],Dt=ze[1],wt=function(er){Dt(er.target.value),xn==null||xn(er)},yt=nn.useRef();nn.useImperativeHandle(Ge,function(){return{textArea:yt.current}});var kt=nn.useMemo(function(){return an&&(0,Bt.Z)(an)==="object"?[an.minRows,an.maxRows]:[]},[an]),jt=(0,ne.Z)(kt,2),Mt=jt[0],Gt=jt[1],Ce=!!an,be=function(){try{if(document.activeElement===yt.current){var er=yt.current,Ke=er.selectionStart,Ue=er.selectionEnd,ii=er.scrollTop;yt.current.setSelectionRange(Ke,Ue),yt.current.scrollTop=ii}}catch(Ai){}},on=nn.useState(Vt),Ae=(0,ne.Z)(on,2),Le=Ae[0],_e=Ae[1],un=nn.useState(),Pn=(0,ne.Z)(un,2),gn=Pn[0],en=Pn[1],Zn=function(){_e(te)};(0,nt.Z)(function(){Ce&&Zn()},[Pe,Mt,Gt,Ce]),(0,nt.Z)(function(){if(Le===te)_e(Jt);else if(Le===Jt){var ji=Rt(yt.current,!1,Mt,Gt);_e(Vt),en(ji)}else be()},[Le]);var Hn=nn.useRef(),mn=function(){ct.Z.cancel(Hn.current)},zn=function(er){Le===Vt&&(Ve==null||Ve(er),an&&(mn(),Hn.current=(0,ct.Z)(function(){Zn()})))};nn.useEffect(function(){return mn},[]);var Ri=Ce?gn:null,vi=(0,fe.Z)((0,fe.Z)({},$e),Ri);return(Le===te||Le===Jt)&&(vi.overflowY="hidden",vi.overflowX="hidden"),nn.createElement(et.Z,{onResize:zn,disabled:!(an||Ve)},nn.createElement("textarea",(0,Lt.Z)({},de,{ref:yt,style:vi,className:Oe()($t,Se,(0,re.Z)({},"".concat($t,"-disabled"),He)),disabled:He,value:fn,onChange:wt})))}),ae=le,Fe=["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"],De=nn.forwardRef(function(rn,Ge){var sn,$t=rn.defaultValue,It=rn.value,Pe=rn.onFocus,an=rn.onBlur,Ve=rn.onChange,Se=rn.allowClear,$e=rn.maxLength,He=rn.onCompositionStart,xn=rn.onCompositionEnd,we=rn.suffix,de=rn.prefixCls,ke=de===void 0?"rc-textarea":de,ze=rn.showCount,fn=rn.count,Dt=rn.className,wt=rn.style,yt=rn.disabled,kt=rn.hidden,jt=rn.classNames,Mt=rn.styles,Gt=rn.onResize,Ce=rn.onClear,be=rn.onPressEnter,on=rn.readOnly,Ae=rn.autoSize,Le=rn.onKeyDown,_e=(0,Ht.Z)(rn,Fe),un=(0,ie.Z)($t,{value:It,defaultValue:$t}),Pn=(0,ne.Z)(un,2),gn=Pn[0],en=Pn[1],Zn=gn==null?"":String(gn),Hn=nn.useState(!1),mn=(0,ne.Z)(Hn,2),zn=mn[0],Ri=mn[1],vi=nn.useRef(!1),ji=nn.useState(null),er=(0,ne.Z)(ji,2),Ke=er[0],Ue=er[1],ii=(0,nn.useRef)(null),Ai=(0,nn.useRef)(null),Fi=function(){var Pi;return(Pi=Ai.current)===null||Pi===void 0?void 0:Pi.textArea},Mi=function(){Fi().focus()};(0,nn.useImperativeHandle)(Ge,function(){var cn;return{resizableTextArea:Ai.current,focus:Mi,blur:function(){Fi().blur()},nativeElement:((cn=ii.current)===null||cn===void 0?void 0:cn.nativeElement)||Fi()}}),(0,nn.useEffect)(function(){Ri(function(cn){return!yt&&cn})},[yt]);var sr=nn.useState(null),nr=(0,ne.Z)(sr,2),fr=nr[0],_n=nr[1];nn.useEffect(function(){if(fr){var cn;(cn=Fi()).setSelectionRange.apply(cn,(0,pe.Z)(fr))}},[fr]);var qi=(0,Nt.Z)(fn,ze),Ct=(sn=qi.max)!==null&&sn!==void 0?sn:$e,Bi=Number(Ct)>0,oi=qi.strategy(Zn),Wn=!!Ct&&oi>Ct,Bn=function(Pi,dr){var Yn=dr;!vi.current&&qi.exceedFormatter&&qi.max&&qi.strategy(dr)>qi.max&&(Yn=qi.exceedFormatter(dr,{max:qi.max}),dr!==Yn&&_n([Fi().selectionStart||0,Fi().selectionEnd||0])),en(Yn),(0,Je.rJ)(Pi.currentTarget,Pi,Ve,Yn)},En=function(Pi){vi.current=!0,He==null||He(Pi)},vn=function(Pi){vi.current=!1,Bn(Pi,Pi.currentTarget.value),xn==null||xn(Pi)},ui=function(Pi){Bn(Pi,Pi.target.value)},Te=function(Pi){Pi.key==="Enter"&&be&&be(Pi),Le==null||Le(Pi)},Ze=function(Pi){Ri(!0),Pe==null||Pe(Pi)},Ne=function(Pi){Ri(!1),an==null||an(Pi)},ln=function(Pi){en(""),Mi(),(0,Je.rJ)(Fi(),Pi,Ve)},Oi=we,Ni;qi.show&&(qi.showFormatter?Ni=qi.showFormatter({value:Zn,count:oi,maxLength:Ct}):Ni="".concat(oi).concat(Bi?" / ".concat(Ct):""),Oi=nn.createElement(nn.Fragment,null,Oi,nn.createElement("span",{className:Oe()("".concat(ke,"-data-count"),jt==null?void 0:jt.count),style:Mt==null?void 0:Mt.count},Ni)));var $i=function(Pi){var dr;Gt==null||Gt(Pi),(dr=Fi())!==null&&dr!==void 0&&dr.style.height&&Ue(!0)},Ye=!Ae&&!ze&&!Se;return nn.createElement(ge.BaseInput,{ref:ii,value:Zn,allowClear:Se,handleReset:ln,suffix:Oi,prefixCls:ke,classNames:(0,fe.Z)((0,fe.Z)({},jt),{},{affixWrapper:Oe()(jt==null?void 0:jt.affixWrapper,(0,re.Z)((0,re.Z)({},"".concat(ke,"-show-count"),ze),"".concat(ke,"-textarea-allow-clear"),Se))}),disabled:yt,focused:zn,className:Oe()(Dt,Wn&&"".concat(ke,"-out-of-range")),style:(0,fe.Z)((0,fe.Z)({},wt),Ke&&!Ye?{height:"auto"}:{}),dataAttrs:{affixWrapper:{"data-count":typeof Ni=="string"?Ni:void 0}},hidden:kt,readOnly:on,onClear:Ce},nn.createElement(ae,(0,Lt.Z)({},_e,{autoSize:Ae,maxLength:$e,onKeyDown:Te,onChange:ui,onFocus:Ze,onBlur:Ne,onCompositionStart:En,onCompositionEnd:vn,className:Oe()(jt==null?void 0:jt.textarea),style:(0,fe.Z)((0,fe.Z)({},Mt==null?void 0:Mt.textarea),{},{resize:wt==null?void 0:wt.resize}),disabled:yt,prefixCls:ke,onResize:$i,ref:Ai,readOnly:on})))}),Ee=De,Sn=Ee},639:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return mt}});var Lt=Et(67711),re=Et(52873),fe=Et(98506),pe=Et(16886),ne=Et(33346),Ht=Et(59301),oe=Et(92310),Oe=Et.n(oe),ge=Et(26112),Nt=Et(30699),Je=function(Pt){for(var Rt=Pt.prefixCls,Wt=Pt.level,te=Pt.isStart,Jt=Pt.isEnd,Vt="".concat(Rt,"-indent-unit"),le=[],ae=0;ae<Wt;ae+=1)le.push(Ht.createElement("span",{key:ae,className:Oe()(Vt,(0,re.Z)((0,re.Z)({},"".concat(Vt,"-start"),te[ae]),"".concat(Vt,"-end"),Jt[ae]))}));return Ht.createElement("span",{"aria-hidden":"true",className:"".concat(Rt,"-indent")},le)},ie=Ht.memo(Je),nn=Et(65065),Bt=Et(34061),et=["eventKey","className","style","dragOver","dragOverGapTop","dragOverGapBottom","isLeaf","isStart","isEnd","expanded","selected","checked","halfChecked","loading","domRef","active","data","onMouseMove","selectable"],nt="open",ct="close",lt="---",gt=function(Pt){var Rt,Wt,te,Jt=Pt.eventKey,Vt=Pt.className,le=Pt.style,ae=Pt.dragOver,Fe=Pt.dragOverGapTop,De=Pt.dragOverGapBottom,Ee=Pt.isLeaf,Sn=Pt.isStart,rn=Pt.isEnd,Ge=Pt.expanded,sn=Pt.selected,$t=Pt.checked,It=Pt.halfChecked,Pe=Pt.loading,an=Pt.domRef,Ve=Pt.active,Se=Pt.data,$e=Pt.onMouseMove,He=Pt.selectable,xn=(0,ne.Z)(Pt,et),we=Ht.useContext(Nt.k),de=Ht.useContext(Nt.y),ke=Ht.useRef(null),ze=Ht.useState(!1),fn=(0,pe.Z)(ze,2),Dt=fn[0],wt=fn[1],yt=!!(we.disabled||Pt.disabled||(Rt=de.nodeDisabled)!==null&&Rt!==void 0&&Rt.call(de,Se)),kt=Ht.useMemo(function(){return!we.checkable||Pt.checkable===!1?!1:we.checkable},[we.checkable,Pt.checkable]),jt=function(oi){yt||we.onNodeSelect(oi,(0,Bt.F)(Pt))},Mt=function(oi){yt||!kt||Pt.disableCheckbox||we.onNodeCheck(oi,(0,Bt.F)(Pt),!$t)},Gt=Ht.useMemo(function(){return typeof He=="boolean"?He:we.selectable},[He,we.selectable]),Ce=function(oi){we.onNodeClick(oi,(0,Bt.F)(Pt)),Gt?jt(oi):Mt(oi)},be=function(oi){we.onNodeDoubleClick(oi,(0,Bt.F)(Pt))},on=function(oi){we.onNodeMouseEnter(oi,(0,Bt.F)(Pt))},Ae=function(oi){we.onNodeMouseLeave(oi,(0,Bt.F)(Pt))},Le=function(oi){we.onNodeContextMenu(oi,(0,Bt.F)(Pt))},_e=Ht.useMemo(function(){return!!(we.draggable&&(!we.draggable.nodeDraggable||we.draggable.nodeDraggable(Se)))},[we.draggable,Se]),un=function(oi){oi.stopPropagation(),wt(!0),we.onNodeDragStart(oi,Pt);try{oi.dataTransfer.setData("text/plain","")}catch(Wn){}},Pn=function(oi){oi.preventDefault(),oi.stopPropagation(),we.onNodeDragEnter(oi,Pt)},gn=function(oi){oi.preventDefault(),oi.stopPropagation(),we.onNodeDragOver(oi,Pt)},en=function(oi){oi.stopPropagation(),we.onNodeDragLeave(oi,Pt)},Zn=function(oi){oi.stopPropagation(),wt(!1),we.onNodeDragEnd(oi,Pt)},Hn=function(oi){oi.preventDefault(),oi.stopPropagation(),wt(!1),we.onNodeDrop(oi,Pt)},mn=function(oi){Pe||we.onNodeExpand(oi,(0,Bt.F)(Pt))},zn=Ht.useMemo(function(){var Bi=(0,nn.Z)(we.keyEntities,Jt)||{},oi=Bi.children;return!!(oi||[]).length},[we.keyEntities,Jt]),Ri=Ht.useMemo(function(){return Ee===!1?!1:Ee||!we.loadData&&!zn||we.loadData&&Pt.loaded&&!zn},[Ee,we.loadData,zn,Pt.loaded]);Ht.useEffect(function(){Pe||typeof we.loadData=="function"&&Ge&&!Ri&&!Pt.loaded&&we.onNodeLoad((0,Bt.F)(Pt))},[Pe,we.loadData,we.onNodeLoad,Ge,Ri,Pt]);var vi=Ht.useMemo(function(){var Bi;return(Bi=we.draggable)!==null&&Bi!==void 0&&Bi.icon?Ht.createElement("span",{className:"".concat(we.prefixCls,"-draggable-icon")},we.draggable.icon):null},[we.draggable]),ji=function(oi){var Wn=Pt.switcherIcon||we.switcherIcon;return typeof Wn=="function"?Wn((0,fe.Z)((0,fe.Z)({},Pt),{},{isLeaf:oi})):Wn},er=function(){if(Ri){var oi=ji(!0);return oi!==!1?Ht.createElement("span",{className:Oe()("".concat(we.prefixCls,"-switcher"),"".concat(we.prefixCls,"-switcher-noop"))},oi):null}var Wn=ji(!1);return Wn!==!1?Ht.createElement("span",{onClick:mn,className:Oe()("".concat(we.prefixCls,"-switcher"),"".concat(we.prefixCls,"-switcher_").concat(Ge?nt:ct))},Wn):null},Ke=Ht.useMemo(function(){if(!kt)return null;var Bi=typeof kt!="boolean"?kt:null;return Ht.createElement("span",{className:Oe()("".concat(we.prefixCls,"-checkbox"),(0,re.Z)((0,re.Z)((0,re.Z)({},"".concat(we.prefixCls,"-checkbox-checked"),$t),"".concat(we.prefixCls,"-checkbox-indeterminate"),!$t&&It),"".concat(we.prefixCls,"-checkbox-disabled"),yt||Pt.disableCheckbox)),onClick:Mt,role:"checkbox","aria-checked":It?"mixed":$t,"aria-disabled":yt||Pt.disableCheckbox,"aria-label":"Select ".concat(typeof Pt.title=="string"?Pt.title:"tree node")},Bi)},[kt,$t,It,yt,Pt.disableCheckbox,Pt.title]),Ue=Ht.useMemo(function(){return Ri?null:Ge?nt:ct},[Ri,Ge]),ii=Ht.useMemo(function(){return Ht.createElement("span",{className:Oe()("".concat(we.prefixCls,"-iconEle"),"".concat(we.prefixCls,"-icon__").concat(Ue||"docu"),(0,re.Z)({},"".concat(we.prefixCls,"-icon_loading"),Pe))})},[we.prefixCls,Ue,Pe]),Ai=Ht.useMemo(function(){var Bi=!!we.draggable,oi=!Pt.disabled&&Bi&&we.dragOverNodeKey===Jt;return oi?we.dropIndicatorRender({dropPosition:we.dropPosition,dropLevelOffset:we.dropLevelOffset,indent:we.indent,prefixCls:we.prefixCls,direction:we.direction}):null},[we.dropPosition,we.dropLevelOffset,we.indent,we.prefixCls,we.direction,we.draggable,we.dragOverNodeKey,we.dropIndicatorRender]),Fi=Ht.useMemo(function(){var Bi=Pt.title,oi=Bi===void 0?lt:Bi,Wn="".concat(we.prefixCls,"-node-content-wrapper"),Bn;if(we.showIcon){var En=Pt.icon||we.icon;Bn=En?Ht.createElement("span",{className:Oe()("".concat(we.prefixCls,"-iconEle"),"".concat(we.prefixCls,"-icon__customize"))},typeof En=="function"?En(Pt):En):ii}else we.loadData&&Pe&&(Bn=ii);var vn;return typeof oi=="function"?vn=oi(Se):we.titleRender?vn=we.titleRender(Se):vn=oi,Ht.createElement("span",{ref:ke,title:typeof oi=="string"?oi:"",className:Oe()(Wn,"".concat(Wn,"-").concat(Ue||"normal"),(0,re.Z)({},"".concat(we.prefixCls,"-node-selected"),!yt&&(sn||Dt))),onMouseEnter:on,onMouseLeave:Ae,onContextMenu:Le,onClick:Ce,onDoubleClick:be},Bn,Ht.createElement("span",{className:"".concat(we.prefixCls,"-title")},vn),Ai)},[we.prefixCls,we.showIcon,Pt,we.icon,ii,we.titleRender,Se,Ue,on,Ae,Le,Ce,be]),Mi=(0,ge.Z)(xn,{aria:!0,data:!0}),sr=(0,nn.Z)(we.keyEntities,Jt)||{},nr=sr.level,fr=rn[rn.length-1],_n=!yt&&_e,qi=we.draggingNodeKey===Jt,Ct=He!==void 0?{"aria-selected":!!He}:void 0;return Ht.createElement("div",(0,Lt.Z)({ref:an,role:"treeitem","aria-expanded":Ee?void 0:Ge,className:Oe()(Vt,"".concat(we.prefixCls,"-treenode"),(te={},(0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)(te,"".concat(we.prefixCls,"-treenode-disabled"),yt),"".concat(we.prefixCls,"-treenode-switcher-").concat(Ge?"open":"close"),!Ee),"".concat(we.prefixCls,"-treenode-checkbox-checked"),$t),"".concat(we.prefixCls,"-treenode-checkbox-indeterminate"),It),"".concat(we.prefixCls,"-treenode-selected"),sn),"".concat(we.prefixCls,"-treenode-loading"),Pe),"".concat(we.prefixCls,"-treenode-active"),Ve),"".concat(we.prefixCls,"-treenode-leaf-last"),fr),"".concat(we.prefixCls,"-treenode-draggable"),_e),"dragging",qi),(0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)((0,re.Z)(te,"drop-target",we.dropTargetKey===Jt),"drop-container",we.dropContainerKey===Jt),"drag-over",!yt&&ae),"drag-over-gap-top",!yt&&Fe),"drag-over-gap-bottom",!yt&&De),"filter-node",(Wt=we.filterTreeNode)===null||Wt===void 0?void 0:Wt.call(we,(0,Bt.F)(Pt))),"".concat(we.prefixCls,"-treenode-leaf"),Ri))),style:le,draggable:_n,onDragStart:_n?un:void 0,onDragEnter:_e?Pn:void 0,onDragOver:_e?gn:void 0,onDragLeave:_e?en:void 0,onDrop:_e?Hn:void 0,onDragEnd:_e?Zn:void 0,onMouseMove:$e},Ct,Mi),Ht.createElement(ie,{prefixCls:we.prefixCls,level:nr,isStart:Sn,isEnd:rn}),vi,er(),Ke,Fi)};gt.isTreeNode=1;var mt=gt},30699:function(bn,$n,Et){"use strict";Et.d($n,{k:function(){return re},y:function(){return fe}});var Lt=Et(59301),re=Lt.createContext(null),fe=Lt.createContext({})},71598:function(bn,$n,Et){"use strict";Et.d($n,{OF:function(){return Jt.Z},y6:function(){return ct.y},ZP:function(){return yt}});var Lt=Et(67711),re=Et(26420),fe=Et(98506),pe=Et(15142),ne=Et(42573),Ht=Et(58698),oe=Et(62437),Oe=Et(74700),ge=Et(45080),Nt=Et(52873),Je=Et(92310),ie=Et.n(Je),nn=Et(10228),Bt=Et(26112),et=Et(48736),nt=Et(59301),ct=Et(30699),lt=function(jt){var Mt=jt.dropPosition,Gt=jt.dropLevelOffset,Ce=jt.indent,be={pointerEvents:"none",position:"absolute",right:0,backgroundColor:"red",height:2};switch(Mt){case-1:be.top=0,be.left=-Gt*Ce;break;case 1:be.bottom=0,be.left=-Gt*Ce;break;case 0:be.bottom=0,be.left=Ce;break}return nt.createElement("div",{style:be})},gt=lt;function mt(kt){if(kt==null)throw new TypeError("Cannot destructure "+kt)}var St=Et(16886),Pt=Et(33346),Rt=Et(34280),Wt=Et(6790),te=Et(77900),Jt=Et(639);function Vt(kt,jt){var Mt=nt.useState(!1),Gt=(0,St.Z)(Mt,2),Ce=Gt[0],be=Gt[1];(0,Rt.Z)(function(){if(Ce)return kt(),function(){jt()}},[Ce]),(0,Rt.Z)(function(){return be(!0),function(){be(!1)}},[])}var le=Vt,ae=Et(34061),Fe=["className","style","motion","motionNodes","motionType","onMotionStart","onMotionEnd","active","treeNodeRequiredProps"],De=nt.forwardRef(function(kt,jt){var Mt=kt.className,Gt=kt.style,Ce=kt.motion,be=kt.motionNodes,on=kt.motionType,Ae=kt.onMotionStart,Le=kt.onMotionEnd,_e=kt.active,un=kt.treeNodeRequiredProps,Pn=(0,Pt.Z)(kt,Fe),gn=nt.useState(!0),en=(0,St.Z)(gn,2),Zn=en[0],Hn=en[1],mn=nt.useContext(ct.k),zn=mn.prefixCls,Ri=be&&on!=="hide";(0,Rt.Z)(function(){be&&Ri!==Zn&&Hn(Ri)},[be]);var vi=function(){be&&Ae()},ji=nt.useRef(!1),er=function(){be&&!ji.current&&(ji.current=!0,Le())};le(vi,er);var Ke=function(ii){Ri===ii&&er()};return be?nt.createElement(te.default,(0,Lt.Z)({ref:jt,visible:Zn},Ce,{motionAppear:on==="show",onVisibleChanged:Ke}),function(Ue,ii){var Ai=Ue.className,Fi=Ue.style;return nt.createElement("div",{ref:ii,className:ie()("".concat(zn,"-treenode-motion"),Ai),style:Fi},be.map(function(Mi){var sr=Object.assign({},(mt(Mi.data),Mi.data)),nr=Mi.title,fr=Mi.key,_n=Mi.isStart,qi=Mi.isEnd;delete sr.children;var Ct=(0,ae.H8)(fr,un);return nt.createElement(Jt.Z,(0,Lt.Z)({},sr,Ct,{title:nr,active:_e,data:Mi.data,key:fr,isStart:_n,isEnd:qi}))}))}):nt.createElement(Jt.Z,(0,Lt.Z)({domRef:jt,className:Mt,style:Gt},Pn,{active:_e}))}),Ee=De;function Sn(){var kt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],jt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],Mt=kt.length,Gt=jt.length;if(Math.abs(Mt-Gt)!==1)return{add:!1,key:null};function Ce(be,on){var Ae=new Map;be.forEach(function(_e){Ae.set(_e,!0)});var Le=on.filter(function(_e){return!Ae.has(_e)});return Le.length===1?Le[0]:null}return Mt<Gt?{add:!0,key:Ce(kt,jt)}:{add:!1,key:Ce(jt,kt)}}function rn(kt,jt,Mt){var Gt=kt.findIndex(function(Ae){return Ae.key===Mt}),Ce=kt[Gt+1],be=jt.findIndex(function(Ae){return Ae.key===Mt});if(Ce){var on=jt.findIndex(function(Ae){return Ae.key===Ce.key});return jt.slice(be+1,on)}return jt.slice(be+1)}var Ge=["prefixCls","data","selectable","checkable","expandedKeys","selectedKeys","checkedKeys","loadedKeys","loadingKeys","halfCheckedKeys","keyEntities","disabled","dragging","dragOverNodeKey","dropPosition","motion","height","itemHeight","virtual","scrollWidth","focusable","activeItem","focused","tabIndex","onKeyDown","onFocus","onBlur","onActiveChange","onListChangeStart","onListChangeEnd"],sn={width:0,height:0,display:"flex",overflow:"hidden",opacity:0,border:0,padding:0,margin:0},$t=function(){},It="RC_TREE_MOTION_".concat(Math.random()),Pe={key:It},an={key:It,level:0,index:0,pos:"0",node:Pe,nodes:[Pe]},Ve={parent:null,children:[],pos:an.pos,data:Pe,title:null,key:It,isStart:[],isEnd:[]};function Se(kt,jt,Mt,Gt){return jt===!1||!Mt?kt:kt.slice(0,Math.ceil(Mt/Gt)+1)}function $e(kt){var jt=kt.key,Mt=kt.pos;return(0,ae.km)(jt,Mt)}function He(kt){for(var jt=String(kt.data.key),Mt=kt;Mt.parent;)Mt=Mt.parent,jt="".concat(Mt.data.key," > ").concat(jt);return jt}var xn=nt.forwardRef(function(kt,jt){var Mt=kt.prefixCls,Gt=kt.data,Ce=kt.selectable,be=kt.checkable,on=kt.expandedKeys,Ae=kt.selectedKeys,Le=kt.checkedKeys,_e=kt.loadedKeys,un=kt.loadingKeys,Pn=kt.halfCheckedKeys,gn=kt.keyEntities,en=kt.disabled,Zn=kt.dragging,Hn=kt.dragOverNodeKey,mn=kt.dropPosition,zn=kt.motion,Ri=kt.height,vi=kt.itemHeight,ji=kt.virtual,er=kt.scrollWidth,Ke=kt.focusable,Ue=kt.activeItem,ii=kt.focused,Ai=kt.tabIndex,Fi=kt.onKeyDown,Mi=kt.onFocus,sr=kt.onBlur,nr=kt.onActiveChange,fr=kt.onListChangeStart,_n=kt.onListChangeEnd,qi=(0,Pt.Z)(kt,Ge),Ct=nt.useRef(null),Bi=nt.useRef(null);nt.useImperativeHandle(jt,function(){return{scrollTo:function(Gi){Ct.current.scrollTo(Gi)},getIndentWidth:function(){return Bi.current.offsetWidth}}});var oi=nt.useState(on),Wn=(0,St.Z)(oi,2),Bn=Wn[0],En=Wn[1],vn=nt.useState(Gt),ui=(0,St.Z)(vn,2),Te=ui[0],Ze=ui[1],Ne=nt.useState(Gt),ln=(0,St.Z)(Ne,2),Oi=ln[0],Ni=ln[1],$i=nt.useState([]),Ye=(0,St.Z)($i,2),cn=Ye[0],Pi=Ye[1],dr=nt.useState(null),Yn=(0,St.Z)(dr,2),Qt=Yn[0],Me=Yn[1],Gn=nt.useRef(Gt);Gn.current=Gt;function qn(){var Zi=Gn.current;Ze(Zi),Ni(Zi),Pi([]),Me(null),_n()}(0,Rt.Z)(function(){En(on);var Zi=Sn(Bn,on);if(Zi.key!==null)if(Zi.add){var Gi=Te.findIndex(function(tr){var Dn=tr.key;return Dn===Zi.key}),ir=Se(rn(Te,Gt,Zi.key),ji,Ri,vi),ai=Te.slice();ai.splice(Gi+1,0,Ve),Ni(ai),Pi(ir),Me("show")}else{var Jn=Gt.findIndex(function(tr){var Dn=tr.key;return Dn===Zi.key}),hi=Se(rn(Gt,Te,Zi.key),ji,Ri,vi),hr=Gt.slice();hr.splice(Jn+1,0,Ve),Ni(hr),Pi(hi),Me("hide")}else Te!==Gt&&(Ze(Gt),Ni(Gt))},[on,Gt]),nt.useEffect(function(){Zn||qn()},[Zn]);var Xe=zn?Oi:Gt,ri={expandedKeys:on,selectedKeys:Ae,loadedKeys:_e,loadingKeys:un,checkedKeys:Le,halfCheckedKeys:Pn,dragOverNodeKey:Hn,dropPosition:mn,keyEntities:gn};return nt.createElement(nt.Fragment,null,ii&&Ue&&nt.createElement("span",{style:sn,"aria-live":"assertive"},He(Ue)),nt.createElement("div",null,nt.createElement("input",{style:sn,disabled:Ke===!1||en,tabIndex:Ke!==!1?Ai:null,onKeyDown:Fi,onFocus:Mi,onBlur:sr,value:"",onChange:$t,"aria-label":"for screen reader"})),nt.createElement("div",{className:"".concat(Mt,"-treenode"),"aria-hidden":!0,style:{position:"absolute",pointerEvents:"none",visibility:"hidden",height:0,overflow:"hidden",border:0,padding:0}},nt.createElement("div",{className:"".concat(Mt,"-indent")},nt.createElement("div",{ref:Bi,className:"".concat(Mt,"-indent-unit")}))),nt.createElement(Wt.Z,(0,Lt.Z)({},qi,{data:Xe,itemKey:$e,height:Ri,fullHeight:!1,virtual:ji,itemHeight:vi,scrollWidth:er,prefixCls:"".concat(Mt,"-list"),ref:Ct,role:"tree",onVisibleChange:function(Gi){Gi.every(function(ir){return $e(ir)!==It})&&qn()}}),function(Zi){var Gi=Zi.pos,ir=Object.assign({},(mt(Zi.data),Zi.data)),ai=Zi.title,Jn=Zi.key,hi=Zi.isStart,hr=Zi.isEnd,tr=(0,ae.km)(Jn,Gi);delete ir.key,delete ir.children;var Dn=(0,ae.H8)(tr,ri);return nt.createElement(Ee,(0,Lt.Z)({},ir,Dn,{title:ai,active:!!Ue&&Jn===Ue.key,pos:Gi,data:Zi.data,isStart:hi,isEnd:hr,motion:zn,motionNodes:Jn===It?cn:null,motionType:Qt,onMotionStart:fr,onMotionEnd:qn,treeNodeRequiredProps:ri,onMouseMove:function(){nr(null)}}))}))}),we=xn,de=Et(82661),ke=Et(34643),ze=Et(65065),fn=10,Dt=function(kt){(0,Oe.Z)(Mt,kt);var jt=(0,ge.Z)(Mt);function Mt(){var Gt;(0,ne.Z)(this,Mt);for(var Ce=arguments.length,be=new Array(Ce),on=0;on<Ce;on++)be[on]=arguments[on];return Gt=jt.call.apply(jt,[this].concat(be)),(0,Nt.Z)((0,oe.Z)(Gt),"destroyed",!1),(0,Nt.Z)((0,oe.Z)(Gt),"delayedDragEnterLogic",void 0),(0,Nt.Z)((0,oe.Z)(Gt),"loadingRetryTimes",{}),(0,Nt.Z)((0,oe.Z)(Gt),"state",{keyEntities:{},indent:null,selectedKeys:[],checkedKeys:[],halfCheckedKeys:[],loadedKeys:[],loadingKeys:[],expandedKeys:[],draggingNodeKey:null,dragChildrenKeys:[],dropTargetKey:null,dropPosition:null,dropContainerKey:null,dropLevelOffset:null,dropTargetPos:null,dropAllowed:!0,dragOverNodeKey:null,treeData:[],flattenNodes:[],focused:!1,activeKey:null,listChanging:!1,prevProps:null,fieldNames:(0,ae.w$)()}),(0,Nt.Z)((0,oe.Z)(Gt),"dragStartMousePosition",null),(0,Nt.Z)((0,oe.Z)(Gt),"dragNodeProps",null),(0,Nt.Z)((0,oe.Z)(Gt),"currentMouseOverDroppableNodeKey",null),(0,Nt.Z)((0,oe.Z)(Gt),"listRef",nt.createRef()),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeDragStart",function(Ae,Le){var _e=Gt.state,un=_e.expandedKeys,Pn=_e.keyEntities,gn=Gt.props.onDragStart,en=Le.eventKey;Gt.dragNodeProps=Le,Gt.dragStartMousePosition={x:Ae.clientX,y:Ae.clientY};var Zn=(0,de._5)(un,en);Gt.setState({draggingNodeKey:en,dragChildrenKeys:(0,de.wA)(en,Pn),indent:Gt.listRef.current.getIndentWidth()}),Gt.setExpandedKeys(Zn),window.addEventListener("dragend",Gt.onWindowDragEnd),gn==null||gn({event:Ae,node:(0,ae.F)(Le)})}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeDragEnter",function(Ae,Le){var _e=Gt.state,un=_e.expandedKeys,Pn=_e.keyEntities,gn=_e.dragChildrenKeys,en=_e.flattenNodes,Zn=_e.indent,Hn=Gt.props,mn=Hn.onDragEnter,zn=Hn.onExpand,Ri=Hn.allowDrop,vi=Hn.direction,ji=Le.pos,er=Le.eventKey;if(Gt.currentMouseOverDroppableNodeKey!==er&&(Gt.currentMouseOverDroppableNodeKey=er),!Gt.dragNodeProps){Gt.resetDragState();return}var Ke=(0,de.OM)(Ae,Gt.dragNodeProps,Le,Zn,Gt.dragStartMousePosition,Ri,en,Pn,un,vi),Ue=Ke.dropPosition,ii=Ke.dropLevelOffset,Ai=Ke.dropTargetKey,Fi=Ke.dropContainerKey,Mi=Ke.dropTargetPos,sr=Ke.dropAllowed,nr=Ke.dragOverNodeKey;if(gn.includes(Ai)||!sr){Gt.resetDragState();return}if(Gt.delayedDragEnterLogic||(Gt.delayedDragEnterLogic={}),Object.keys(Gt.delayedDragEnterLogic).forEach(function(fr){clearTimeout(Gt.delayedDragEnterLogic[fr])}),Gt.dragNodeProps.eventKey!==Le.eventKey&&(Ae.persist(),Gt.delayedDragEnterLogic[ji]=window.setTimeout(function(){if(Gt.state.draggingNodeKey!==null){var fr=(0,pe.Z)(un),_n=(0,ze.Z)(Pn,Le.eventKey);_n&&(_n.children||[]).length&&(fr=(0,de.L0)(un,Le.eventKey)),Gt.props.hasOwnProperty("expandedKeys")||Gt.setExpandedKeys(fr),zn==null||zn(fr,{node:(0,ae.F)(Le),expanded:!0,nativeEvent:Ae.nativeEvent})}},800)),Gt.dragNodeProps.eventKey===Ai&&ii===0){Gt.resetDragState();return}Gt.setState({dragOverNodeKey:nr,dropPosition:Ue,dropLevelOffset:ii,dropTargetKey:Ai,dropContainerKey:Fi,dropTargetPos:Mi,dropAllowed:sr}),mn==null||mn({event:Ae,node:(0,ae.F)(Le),expandedKeys:un})}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeDragOver",function(Ae,Le){var _e=Gt.state,un=_e.dragChildrenKeys,Pn=_e.flattenNodes,gn=_e.keyEntities,en=_e.expandedKeys,Zn=_e.indent,Hn=Gt.props,mn=Hn.onDragOver,zn=Hn.allowDrop,Ri=Hn.direction;if(Gt.dragNodeProps){var vi=(0,de.OM)(Ae,Gt.dragNodeProps,Le,Zn,Gt.dragStartMousePosition,zn,Pn,gn,en,Ri),ji=vi.dropPosition,er=vi.dropLevelOffset,Ke=vi.dropTargetKey,Ue=vi.dropContainerKey,ii=vi.dropTargetPos,Ai=vi.dropAllowed,Fi=vi.dragOverNodeKey;un.includes(Ke)||!Ai||(Gt.dragNodeProps.eventKey===Ke&&er===0?Gt.state.dropPosition===null&&Gt.state.dropLevelOffset===null&&Gt.state.dropTargetKey===null&&Gt.state.dropContainerKey===null&&Gt.state.dropTargetPos===null&&Gt.state.dropAllowed===!1&&Gt.state.dragOverNodeKey===null||Gt.resetDragState():ji===Gt.state.dropPosition&&er===Gt.state.dropLevelOffset&&Ke===Gt.state.dropTargetKey&&Ue===Gt.state.dropContainerKey&&ii===Gt.state.dropTargetPos&&Ai===Gt.state.dropAllowed&&Fi===Gt.state.dragOverNodeKey||Gt.setState({dropPosition:ji,dropLevelOffset:er,dropTargetKey:Ke,dropContainerKey:Ue,dropTargetPos:ii,dropAllowed:Ai,dragOverNodeKey:Fi}),mn==null||mn({event:Ae,node:(0,ae.F)(Le)}))}}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeDragLeave",function(Ae,Le){Gt.currentMouseOverDroppableNodeKey===Le.eventKey&&!Ae.currentTarget.contains(Ae.relatedTarget)&&(Gt.resetDragState(),Gt.currentMouseOverDroppableNodeKey=null);var _e=Gt.props.onDragLeave;_e==null||_e({event:Ae,node:(0,ae.F)(Le)})}),(0,Nt.Z)((0,oe.Z)(Gt),"onWindowDragEnd",function(Ae){Gt.onNodeDragEnd(Ae,null,!0),window.removeEventListener("dragend",Gt.onWindowDragEnd)}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeDragEnd",function(Ae,Le){var _e=Gt.props.onDragEnd;Gt.setState({dragOverNodeKey:null}),Gt.cleanDragState(),_e==null||_e({event:Ae,node:(0,ae.F)(Le)}),Gt.dragNodeProps=null,window.removeEventListener("dragend",Gt.onWindowDragEnd)}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeDrop",function(Ae,Le){var _e,un=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,Pn=Gt.state,gn=Pn.dragChildrenKeys,en=Pn.dropPosition,Zn=Pn.dropTargetKey,Hn=Pn.dropTargetPos,mn=Pn.dropAllowed;if(mn){var zn=Gt.props.onDrop;if(Gt.setState({dragOverNodeKey:null}),Gt.cleanDragState(),Zn!==null){var Ri=(0,fe.Z)((0,fe.Z)({},(0,ae.H8)(Zn,Gt.getTreeNodeRequiredProps())),{},{active:((_e=Gt.getActiveItem())===null||_e===void 0?void 0:_e.key)===Zn,data:(0,ze.Z)(Gt.state.keyEntities,Zn).node}),vi=gn.includes(Zn);(0,et.ZP)(!vi,"Can not drop to dragNode's children node. This is a bug of rc-tree. Please report an issue.");var ji=(0,de.yx)(Hn),er={event:Ae,node:(0,ae.F)(Ri),dragNode:Gt.dragNodeProps?(0,ae.F)(Gt.dragNodeProps):null,dragNodesKeys:[Gt.dragNodeProps.eventKey].concat(gn),dropToGap:en!==0,dropPosition:en+Number(ji[ji.length-1])};un||zn==null||zn(er),Gt.dragNodeProps=null}}}),(0,Nt.Z)((0,oe.Z)(Gt),"cleanDragState",function(){var Ae=Gt.state.draggingNodeKey;Ae!==null&&Gt.setState({draggingNodeKey:null,dropPosition:null,dropContainerKey:null,dropTargetKey:null,dropLevelOffset:null,dropAllowed:!0,dragOverNodeKey:null}),Gt.dragStartMousePosition=null,Gt.currentMouseOverDroppableNodeKey=null}),(0,Nt.Z)((0,oe.Z)(Gt),"triggerExpandActionExpand",function(Ae,Le){var _e=Gt.state,un=_e.expandedKeys,Pn=_e.flattenNodes,gn=Le.expanded,en=Le.key,Zn=Le.isLeaf;if(!(Zn||Ae.shiftKey||Ae.metaKey||Ae.ctrlKey)){var Hn=Pn.filter(function(zn){return zn.key===en})[0],mn=(0,ae.F)((0,fe.Z)((0,fe.Z)({},(0,ae.H8)(en,Gt.getTreeNodeRequiredProps())),{},{data:Hn.data}));Gt.setExpandedKeys(gn?(0,de._5)(un,en):(0,de.L0)(un,en)),Gt.onNodeExpand(Ae,mn)}}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeClick",function(Ae,Le){var _e=Gt.props,un=_e.onClick,Pn=_e.expandAction;Pn==="click"&&Gt.triggerExpandActionExpand(Ae,Le),un==null||un(Ae,Le)}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeDoubleClick",function(Ae,Le){var _e=Gt.props,un=_e.onDoubleClick,Pn=_e.expandAction;Pn==="doubleClick"&&Gt.triggerExpandActionExpand(Ae,Le),un==null||un(Ae,Le)}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeSelect",function(Ae,Le){var _e=Gt.state.selectedKeys,un=Gt.state,Pn=un.keyEntities,gn=un.fieldNames,en=Gt.props,Zn=en.onSelect,Hn=en.multiple,mn=Le.selected,zn=Le[gn.key],Ri=!mn;Ri?Hn?_e=(0,de.L0)(_e,zn):_e=[zn]:_e=(0,de._5)(_e,zn);var vi=_e.map(function(ji){var er=(0,ze.Z)(Pn,ji);return er?er.node:null}).filter(Boolean);Gt.setUncontrolledState({selectedKeys:_e}),Zn==null||Zn(_e,{event:"select",selected:Ri,node:Le,selectedNodes:vi,nativeEvent:Ae.nativeEvent})}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeCheck",function(Ae,Le,_e){var un=Gt.state,Pn=un.keyEntities,gn=un.checkedKeys,en=un.halfCheckedKeys,Zn=Gt.props,Hn=Zn.checkStrictly,mn=Zn.onCheck,zn=Le.key,Ri,vi={event:"check",node:Le,checked:_e,nativeEvent:Ae.nativeEvent};if(Hn){var ji=_e?(0,de.L0)(gn,zn):(0,de._5)(gn,zn),er=(0,de._5)(en,zn);Ri={checked:ji,halfChecked:er},vi.checkedNodes=ji.map(function(Mi){return(0,ze.Z)(Pn,Mi)}).filter(Boolean).map(function(Mi){return Mi.node}),Gt.setUncontrolledState({checkedKeys:ji})}else{var Ke=(0,ke.S)([].concat((0,pe.Z)(gn),[zn]),!0,Pn),Ue=Ke.checkedKeys,ii=Ke.halfCheckedKeys;if(!_e){var Ai=new Set(Ue);Ai.delete(zn);var Fi=(0,ke.S)(Array.from(Ai),{checked:!1,halfCheckedKeys:ii},Pn);Ue=Fi.checkedKeys,ii=Fi.halfCheckedKeys}Ri=Ue,vi.checkedNodes=[],vi.checkedNodesPositions=[],vi.halfCheckedKeys=ii,Ue.forEach(function(Mi){var sr=(0,ze.Z)(Pn,Mi);if(sr){var nr=sr.node,fr=sr.pos;vi.checkedNodes.push(nr),vi.checkedNodesPositions.push({node:nr,pos:fr})}}),Gt.setUncontrolledState({checkedKeys:Ue},!1,{halfCheckedKeys:ii})}mn==null||mn(Ri,vi)}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeLoad",function(Ae){var Le,_e=Ae.key,un=Gt.state.keyEntities,Pn=(0,ze.Z)(un,_e);if(!(Pn!=null&&(Le=Pn.children)!==null&&Le!==void 0&&Le.length)){var gn=new Promise(function(en,Zn){Gt.setState(function(Hn){var mn=Hn.loadedKeys,zn=mn===void 0?[]:mn,Ri=Hn.loadingKeys,vi=Ri===void 0?[]:Ri,ji=Gt.props,er=ji.loadData,Ke=ji.onLoad;if(!er||zn.includes(_e)||vi.includes(_e))return null;var Ue=er(Ae);return Ue.then(function(){var ii=Gt.state.loadedKeys,Ai=(0,de.L0)(ii,_e);Ke==null||Ke(Ai,{event:"load",node:Ae}),Gt.setUncontrolledState({loadedKeys:Ai}),Gt.setState(function(Fi){return{loadingKeys:(0,de._5)(Fi.loadingKeys,_e)}}),en()}).catch(function(ii){if(Gt.setState(function(Fi){return{loadingKeys:(0,de._5)(Fi.loadingKeys,_e)}}),Gt.loadingRetryTimes[_e]=(Gt.loadingRetryTimes[_e]||0)+1,Gt.loadingRetryTimes[_e]>=fn){var Ai=Gt.state.loadedKeys;(0,et.ZP)(!1,"Retry for `loadData` many times but still failed. No more retry."),Gt.setUncontrolledState({loadedKeys:(0,de.L0)(Ai,_e)}),en()}Zn(ii)}),{loadingKeys:(0,de.L0)(vi,_e)}})});return gn.catch(function(){}),gn}}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeMouseEnter",function(Ae,Le){var _e=Gt.props.onMouseEnter;_e==null||_e({event:Ae,node:Le})}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeMouseLeave",function(Ae,Le){var _e=Gt.props.onMouseLeave;_e==null||_e({event:Ae,node:Le})}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeContextMenu",function(Ae,Le){var _e=Gt.props.onRightClick;_e&&(Ae.preventDefault(),_e({event:Ae,node:Le}))}),(0,Nt.Z)((0,oe.Z)(Gt),"onFocus",function(){var Ae=Gt.props.onFocus;Gt.setState({focused:!0});for(var Le=arguments.length,_e=new Array(Le),un=0;un<Le;un++)_e[un]=arguments[un];Ae==null||Ae.apply(void 0,_e)}),(0,Nt.Z)((0,oe.Z)(Gt),"onBlur",function(){var Ae=Gt.props.onBlur;Gt.setState({focused:!1}),Gt.onActiveChange(null);for(var Le=arguments.length,_e=new Array(Le),un=0;un<Le;un++)_e[un]=arguments[un];Ae==null||Ae.apply(void 0,_e)}),(0,Nt.Z)((0,oe.Z)(Gt),"getTreeNodeRequiredProps",function(){var Ae=Gt.state,Le=Ae.expandedKeys,_e=Ae.selectedKeys,un=Ae.loadedKeys,Pn=Ae.loadingKeys,gn=Ae.checkedKeys,en=Ae.halfCheckedKeys,Zn=Ae.dragOverNodeKey,Hn=Ae.dropPosition,mn=Ae.keyEntities;return{expandedKeys:Le||[],selectedKeys:_e||[],loadedKeys:un||[],loadingKeys:Pn||[],checkedKeys:gn||[],halfCheckedKeys:en||[],dragOverNodeKey:Zn,dropPosition:Hn,keyEntities:mn}}),(0,Nt.Z)((0,oe.Z)(Gt),"setExpandedKeys",function(Ae){var Le=Gt.state,_e=Le.treeData,un=Le.fieldNames,Pn=(0,ae.oH)(_e,Ae,un);Gt.setUncontrolledState({expandedKeys:Ae,flattenNodes:Pn},!0)}),(0,Nt.Z)((0,oe.Z)(Gt),"onNodeExpand",function(Ae,Le){var _e=Gt.state.expandedKeys,un=Gt.state,Pn=un.listChanging,gn=un.fieldNames,en=Gt.props,Zn=en.onExpand,Hn=en.loadData,mn=Le.expanded,zn=Le[gn.key];if(!Pn){var Ri=_e.includes(zn),vi=!mn;if((0,et.ZP)(mn&&Ri||!mn&&!Ri,"Expand state not sync with index check"),_e=vi?(0,de.L0)(_e,zn):(0,de._5)(_e,zn),Gt.setExpandedKeys(_e),Zn==null||Zn(_e,{node:Le,expanded:vi,nativeEvent:Ae.nativeEvent}),vi&&Hn){var ji=Gt.onNodeLoad(Le);ji&&ji.then(function(){var er=(0,ae.oH)(Gt.state.treeData,_e,gn);Gt.setUncontrolledState({flattenNodes:er})}).catch(function(){var er=Gt.state.expandedKeys,Ke=(0,de._5)(er,zn);Gt.setExpandedKeys(Ke)})}}}),(0,Nt.Z)((0,oe.Z)(Gt),"onListChangeStart",function(){Gt.setUncontrolledState({listChanging:!0})}),(0,Nt.Z)((0,oe.Z)(Gt),"onListChangeEnd",function(){setTimeout(function(){Gt.setUncontrolledState({listChanging:!1})})}),(0,Nt.Z)((0,oe.Z)(Gt),"onActiveChange",function(Ae){var Le=Gt.state.activeKey,_e=Gt.props,un=_e.onActiveChange,Pn=_e.itemScrollOffset,gn=Pn===void 0?0:Pn;Le!==Ae&&(Gt.setState({activeKey:Ae}),Ae!==null&&Gt.scrollTo({key:Ae,offset:gn}),un==null||un(Ae))}),(0,Nt.Z)((0,oe.Z)(Gt),"getActiveItem",function(){var Ae=Gt.state,Le=Ae.activeKey,_e=Ae.flattenNodes;return Le===null?null:_e.find(function(un){var Pn=un.key;return Pn===Le})||null}),(0,Nt.Z)((0,oe.Z)(Gt),"offsetActiveKey",function(Ae){var Le=Gt.state,_e=Le.flattenNodes,un=Le.activeKey,Pn=_e.findIndex(function(Zn){var Hn=Zn.key;return Hn===un});Pn===-1&&Ae<0&&(Pn=_e.length),Pn=(Pn+Ae+_e.length)%_e.length;var gn=_e[Pn];if(gn){var en=gn.key;Gt.onActiveChange(en)}else Gt.onActiveChange(null)}),(0,Nt.Z)((0,oe.Z)(Gt),"onKeyDown",function(Ae){var Le=Gt.state,_e=Le.activeKey,un=Le.expandedKeys,Pn=Le.checkedKeys,gn=Le.fieldNames,en=Gt.props,Zn=en.onKeyDown,Hn=en.checkable,mn=en.selectable;switch(Ae.which){case nn.Z.UP:{Gt.offsetActiveKey(-1),Ae.preventDefault();break}case nn.Z.DOWN:{Gt.offsetActiveKey(1),Ae.preventDefault();break}}var zn=Gt.getActiveItem();if(zn&&zn.data){var Ri=Gt.getTreeNodeRequiredProps(),vi=zn.data.isLeaf===!1||!!(zn.data[gn.children]||[]).length,ji=(0,ae.F)((0,fe.Z)((0,fe.Z)({},(0,ae.H8)(_e,Ri)),{},{data:zn.data,active:!0}));switch(Ae.which){case nn.Z.LEFT:{vi&&un.includes(_e)?Gt.onNodeExpand({},ji):zn.parent&&Gt.onActiveChange(zn.parent.key),Ae.preventDefault();break}case nn.Z.RIGHT:{vi&&!un.includes(_e)?Gt.onNodeExpand({},ji):zn.children&&zn.children.length&&Gt.onActiveChange(zn.children[0].key),Ae.preventDefault();break}case nn.Z.ENTER:case nn.Z.SPACE:{Hn&&!ji.disabled&&ji.checkable!==!1&&!ji.disableCheckbox?Gt.onNodeCheck({},ji,!Pn.includes(_e)):!Hn&&mn&&!ji.disabled&&ji.selectable!==!1&&Gt.onNodeSelect({},ji);break}}}Zn==null||Zn(Ae)}),(0,Nt.Z)((0,oe.Z)(Gt),"setUncontrolledState",function(Ae){var Le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,_e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!Gt.destroyed){var un=!1,Pn=!0,gn={};Object.keys(Ae).forEach(function(en){if(Gt.props.hasOwnProperty(en)){Pn=!1;return}un=!0,gn[en]=Ae[en]}),un&&(!Le||Pn)&&Gt.setState((0,fe.Z)((0,fe.Z)({},gn),_e))}}),(0,Nt.Z)((0,oe.Z)(Gt),"scrollTo",function(Ae){Gt.listRef.current.scrollTo(Ae)}),Gt}return(0,Ht.Z)(Mt,[{key:"componentDidMount",value:function(){this.destroyed=!1,this.onUpdated()}},{key:"componentDidUpdate",value:function(){this.onUpdated()}},{key:"onUpdated",value:function(){var Ce=this.props,be=Ce.activeKey,on=Ce.itemScrollOffset,Ae=on===void 0?0:on;be!==void 0&&be!==this.state.activeKey&&(this.setState({activeKey:be}),be!==null&&this.scrollTo({key:be,offset:Ae}))}},{key:"componentWillUnmount",value:function(){window.removeEventListener("dragend",this.onWindowDragEnd),this.destroyed=!0}},{key:"resetDragState",value:function(){this.setState({dragOverNodeKey:null,dropPosition:null,dropLevelOffset:null,dropTargetKey:null,dropContainerKey:null,dropTargetPos:null,dropAllowed:!1})}},{key:"render",value:function(){var Ce=this.state,be=Ce.focused,on=Ce.flattenNodes,Ae=Ce.keyEntities,Le=Ce.draggingNodeKey,_e=Ce.activeKey,un=Ce.dropLevelOffset,Pn=Ce.dropContainerKey,gn=Ce.dropTargetKey,en=Ce.dropPosition,Zn=Ce.dragOverNodeKey,Hn=Ce.indent,mn=this.props,zn=mn.prefixCls,Ri=mn.className,vi=mn.style,ji=mn.showLine,er=mn.focusable,Ke=mn.tabIndex,Ue=Ke===void 0?0:Ke,ii=mn.selectable,Ai=mn.showIcon,Fi=mn.icon,Mi=mn.switcherIcon,sr=mn.draggable,nr=mn.checkable,fr=mn.checkStrictly,_n=mn.disabled,qi=mn.motion,Ct=mn.loadData,Bi=mn.filterTreeNode,oi=mn.height,Wn=mn.itemHeight,Bn=mn.scrollWidth,En=mn.virtual,vn=mn.titleRender,ui=mn.dropIndicatorRender,Te=mn.onContextMenu,Ze=mn.onScroll,Ne=mn.direction,ln=mn.rootClassName,Oi=mn.rootStyle,Ni=(0,Bt.Z)(this.props,{aria:!0,data:!0}),$i;sr&&((0,re.Z)(sr)==="object"?$i=sr:typeof sr=="function"?$i={nodeDraggable:sr}:$i={});var Ye={prefixCls:zn,selectable:ii,showIcon:Ai,icon:Fi,switcherIcon:Mi,draggable:$i,draggingNodeKey:Le,checkable:nr,checkStrictly:fr,disabled:_n,keyEntities:Ae,dropLevelOffset:un,dropContainerKey:Pn,dropTargetKey:gn,dropPosition:en,dragOverNodeKey:Zn,indent:Hn,direction:Ne,dropIndicatorRender:ui,loadData:Ct,filterTreeNode:Bi,titleRender:vn,onNodeClick:this.onNodeClick,onNodeDoubleClick:this.onNodeDoubleClick,onNodeExpand:this.onNodeExpand,onNodeSelect:this.onNodeSelect,onNodeCheck:this.onNodeCheck,onNodeLoad:this.onNodeLoad,onNodeMouseEnter:this.onNodeMouseEnter,onNodeMouseLeave:this.onNodeMouseLeave,onNodeContextMenu:this.onNodeContextMenu,onNodeDragStart:this.onNodeDragStart,onNodeDragEnter:this.onNodeDragEnter,onNodeDragOver:this.onNodeDragOver,onNodeDragLeave:this.onNodeDragLeave,onNodeDragEnd:this.onNodeDragEnd,onNodeDrop:this.onNodeDrop};return nt.createElement(ct.k.Provider,{value:Ye},nt.createElement("div",{className:ie()(zn,Ri,ln,(0,Nt.Z)((0,Nt.Z)((0,Nt.Z)({},"".concat(zn,"-show-line"),ji),"".concat(zn,"-focused"),be),"".concat(zn,"-active-focused"),_e!==null)),style:Oi},nt.createElement(we,(0,Lt.Z)({ref:this.listRef,prefixCls:zn,style:vi,data:on,disabled:_n,selectable:ii,checkable:!!nr,motion:qi,dragging:Le!==null,height:oi,itemHeight:Wn,virtual:En,focusable:er,focused:be,tabIndex:Ue,activeItem:this.getActiveItem(),onFocus:this.onFocus,onBlur:this.onBlur,onKeyDown:this.onKeyDown,onActiveChange:this.onActiveChange,onListChangeStart:this.onListChangeStart,onListChangeEnd:this.onListChangeEnd,onContextMenu:Te,onScroll:Ze,scrollWidth:Bn},this.getTreeNodeRequiredProps(),Ni))))}}],[{key:"getDerivedStateFromProps",value:function(Ce,be){var on=be.prevProps,Ae={prevProps:Ce};function Le(Ue){return!on&&Ce.hasOwnProperty(Ue)||on&&on[Ue]!==Ce[Ue]}var _e,un=be.fieldNames;if(Le("fieldNames")&&(un=(0,ae.w$)(Ce.fieldNames),Ae.fieldNames=un),Le("treeData")?_e=Ce.treeData:Le("children")&&((0,et.ZP)(!1,"`children` of Tree is deprecated. Please use `treeData` instead."),_e=(0,ae.zn)(Ce.children)),_e){Ae.treeData=_e;var Pn=(0,ae.I8)(_e,{fieldNames:un});Ae.keyEntities=(0,fe.Z)((0,Nt.Z)({},It,an),Pn.keyEntities)}var gn=Ae.keyEntities||be.keyEntities;if(Le("expandedKeys")||on&&Le("autoExpandParent"))Ae.expandedKeys=Ce.autoExpandParent||!on&&Ce.defaultExpandParent?(0,de.r7)(Ce.expandedKeys,gn):Ce.expandedKeys;else if(!on&&Ce.defaultExpandAll){var en=(0,fe.Z)({},gn);delete en[It];var Zn=[];Object.keys(en).forEach(function(Ue){var ii=en[Ue];ii.children&&ii.children.length&&Zn.push(ii.key)}),Ae.expandedKeys=Zn}else!on&&Ce.defaultExpandedKeys&&(Ae.expandedKeys=Ce.autoExpandParent||Ce.defaultExpandParent?(0,de.r7)(Ce.defaultExpandedKeys,gn):Ce.defaultExpandedKeys);if(Ae.expandedKeys||delete Ae.expandedKeys,_e||Ae.expandedKeys){var Hn=(0,ae.oH)(_e||be.treeData,Ae.expandedKeys||be.expandedKeys,un);Ae.flattenNodes=Hn}if(Ce.selectable&&(Le("selectedKeys")?Ae.selectedKeys=(0,de.BT)(Ce.selectedKeys,Ce):!on&&Ce.defaultSelectedKeys&&(Ae.selectedKeys=(0,de.BT)(Ce.defaultSelectedKeys,Ce))),Ce.checkable){var mn;if(Le("checkedKeys")?mn=(0,de.E6)(Ce.checkedKeys)||{}:!on&&Ce.defaultCheckedKeys?mn=(0,de.E6)(Ce.defaultCheckedKeys)||{}:_e&&(mn=(0,de.E6)(Ce.checkedKeys)||{checkedKeys:be.checkedKeys,halfCheckedKeys:be.halfCheckedKeys}),mn){var zn=mn,Ri=zn.checkedKeys,vi=Ri===void 0?[]:Ri,ji=zn.halfCheckedKeys,er=ji===void 0?[]:ji;if(!Ce.checkStrictly){var Ke=(0,ke.S)(vi,!0,gn);vi=Ke.checkedKeys,er=Ke.halfCheckedKeys}Ae.checkedKeys=vi,Ae.halfCheckedKeys=er}}return Le("loadedKeys")&&(Ae.loadedKeys=Ce.loadedKeys),Ae}}]),Mt}(nt.Component);(0,Nt.Z)(Dt,"defaultProps",{prefixCls:"rc-tree",showLine:!1,showIcon:!0,selectable:!0,multiple:!1,checkable:!1,disabled:!1,checkStrictly:!1,draggable:!1,defaultExpandParent:!0,autoExpandParent:!1,defaultExpandAll:!1,defaultExpandedKeys:[],defaultCheckedKeys:[],defaultSelectedKeys:[],dropIndicatorRender:gt,allowDrop:function(){return!0},expandAction:!1}),(0,Nt.Z)(Dt,"TreeNode",Jt.Z);var wt=Dt,yt=wt},82661:function(bn,$n,Et){"use strict";Et.d($n,{BT:function(){return nt},E6:function(){return gt},L0:function(){return Nt},OM:function(){return et},_5:function(){return ge},r7:function(){return mt},wA:function(){return ie},yx:function(){return Je}});var Lt=Et(15142),re=Et(26420),fe=Et(48736),pe=Et(59301),ne=Et(639),Ht=Et(65065),oe=Et(34061),Oe=null;function ge(St,Pt){if(!St)return[];var Rt=St.slice(),Wt=Rt.indexOf(Pt);return Wt>=0&&Rt.splice(Wt,1),Rt}function Nt(St,Pt){var Rt=(St||[]).slice();return Rt.indexOf(Pt)===-1&&Rt.push(Pt),Rt}function Je(St){return St.split("-")}function ie(St,Pt){var Rt=[],Wt=(0,Ht.Z)(Pt,St);function te(){var Jt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];Jt.forEach(function(Vt){var le=Vt.key,ae=Vt.children;Rt.push(le),te(ae)})}return te(Wt.children),Rt}function nn(St){if(St.parent){var Pt=Je(St.pos);return Number(Pt[Pt.length-1])===St.parent.children.length-1}return!1}function Bt(St){var Pt=Je(St.pos);return Number(Pt[Pt.length-1])===0}function et(St,Pt,Rt,Wt,te,Jt,Vt,le,ae,Fe){var De,Ee=St.clientX,Sn=St.clientY,rn=St.target.getBoundingClientRect(),Ge=rn.top,sn=rn.height,$t=(Fe==="rtl"?-1:1)*(((te==null?void 0:te.x)||0)-Ee),It=($t-12)/Wt,Pe=ae.filter(function(yt){var kt;return(kt=le[yt])===null||kt===void 0||(kt=kt.children)===null||kt===void 0?void 0:kt.length}),an=(0,Ht.Z)(le,Rt.eventKey);if(Sn<Ge+sn/2){var Ve=Vt.findIndex(function(yt){return yt.key===an.key}),Se=Ve<=0?0:Ve-1,$e=Vt[Se].key;an=(0,Ht.Z)(le,$e)}var He=an.key,xn=an,we=an.key,de=0,ke=0;if(!Pe.includes(He))for(var ze=0;ze<It&&nn(an);ze+=1)an=an.parent,ke+=1;var fn=Pt.data,Dt=an.node,wt=!0;return Bt(an)&&an.level===0&&Sn<Ge+sn/2&&Jt({dragNode:fn,dropNode:Dt,dropPosition:-1})&&an.key===Rt.eventKey?de=-1:(xn.children||[]).length&&Pe.includes(we)?Jt({dragNode:fn,dropNode:Dt,dropPosition:0})?de=0:wt=!1:ke===0?It>-1.5?Jt({dragNode:fn,dropNode:Dt,dropPosition:1})?de=1:wt=!1:Jt({dragNode:fn,dropNode:Dt,dropPosition:0})?de=0:Jt({dragNode:fn,dropNode:Dt,dropPosition:1})?de=1:wt=!1:Jt({dragNode:fn,dropNode:Dt,dropPosition:1})?de=1:wt=!1,{dropPosition:de,dropLevelOffset:ke,dropTargetKey:an.key,dropTargetPos:an.pos,dragOverNodeKey:we,dropContainerKey:de===0?null:((De=an.parent)===null||De===void 0?void 0:De.key)||null,dropAllowed:wt}}function nt(St,Pt){if(St){var Rt=Pt.multiple;return Rt?St.slice():St.length?[St[0]]:St}}var ct=function(Pt){return Pt};function lt(St,Pt){if(!St)return[];var Rt=Pt||{},Wt=Rt.processProps,te=Wt===void 0?ct:Wt,Jt=Array.isArray(St)?St:[St];return Jt.map(function(Vt){var le=Vt.children,ae=_objectWithoutProperties(Vt,Oe),Fe=lt(le,Pt);return React.createElement(TreeNode,_extends({key:ae.key},te(ae)),Fe)})}function gt(St){if(!St)return null;var Pt;if(Array.isArray(St))Pt={checkedKeys:St,halfCheckedKeys:void 0};else if((0,re.Z)(St)==="object")Pt={checkedKeys:St.checked||void 0,halfCheckedKeys:St.halfChecked||void 0};else return(0,fe.ZP)(!1,"`checkedKeys` is not an array or an object"),null;return Pt}function mt(St,Pt){var Rt=new Set;function Wt(te){if(!Rt.has(te)){var Jt=(0,Ht.Z)(Pt,te);if(Jt){Rt.add(te);var Vt=Jt.parent,le=Jt.node;le.disabled||Vt&&Wt(Vt.key)}}}return(St||[]).forEach(function(te){Wt(te)}),(0,Lt.Z)(Rt)}},34643:function(bn,$n,Et){"use strict";Et.d($n,{S:function(){return oe}});var Lt=Et(48736),re=Et(65065);function fe(Oe,ge){var Nt=new Set;return Oe.forEach(function(Je){ge.has(Je)||Nt.add(Je)}),Nt}function pe(Oe){var ge=Oe||{},Nt=ge.disabled,Je=ge.disableCheckbox,ie=ge.checkable;return!!(Nt||Je)||ie===!1}function ne(Oe,ge,Nt,Je){for(var ie=new Set(Oe),nn=new Set,Bt=0;Bt<=Nt;Bt+=1){var et=ge.get(Bt)||new Set;et.forEach(function(gt){var mt=gt.key,St=gt.node,Pt=gt.children,Rt=Pt===void 0?[]:Pt;ie.has(mt)&&!Je(St)&&Rt.filter(function(Wt){return!Je(Wt.node)}).forEach(function(Wt){ie.add(Wt.key)})})}for(var nt=new Set,ct=Nt;ct>=0;ct-=1){var lt=ge.get(ct)||new Set;lt.forEach(function(gt){var mt=gt.parent,St=gt.node;if(!(Je(St)||!gt.parent||nt.has(gt.parent.key))){if(Je(gt.parent.node)){nt.add(mt.key);return}var Pt=!0,Rt=!1;(mt.children||[]).filter(function(Wt){return!Je(Wt.node)}).forEach(function(Wt){var te=Wt.key,Jt=ie.has(te);Pt&&!Jt&&(Pt=!1),!Rt&&(Jt||nn.has(te))&&(Rt=!0)}),Pt&&ie.add(mt.key),Rt&&nn.add(mt.key),nt.add(mt.key)}})}return{checkedKeys:Array.from(ie),halfCheckedKeys:Array.from(fe(nn,ie))}}function Ht(Oe,ge,Nt,Je,ie){for(var nn=new Set(Oe),Bt=new Set(ge),et=0;et<=Je;et+=1){var nt=Nt.get(et)||new Set;nt.forEach(function(mt){var St=mt.key,Pt=mt.node,Rt=mt.children,Wt=Rt===void 0?[]:Rt;!nn.has(St)&&!Bt.has(St)&&!ie(Pt)&&Wt.filter(function(te){return!ie(te.node)}).forEach(function(te){nn.delete(te.key)})})}Bt=new Set;for(var ct=new Set,lt=Je;lt>=0;lt-=1){var gt=Nt.get(lt)||new Set;gt.forEach(function(mt){var St=mt.parent,Pt=mt.node;if(!(ie(Pt)||!mt.parent||ct.has(mt.parent.key))){if(ie(mt.parent.node)){ct.add(St.key);return}var Rt=!0,Wt=!1;(St.children||[]).filter(function(te){return!ie(te.node)}).forEach(function(te){var Jt=te.key,Vt=nn.has(Jt);Rt&&!Vt&&(Rt=!1),!Wt&&(Vt||Bt.has(Jt))&&(Wt=!0)}),Rt||nn.delete(St.key),Wt&&Bt.add(St.key),ct.add(St.key)}})}return{checkedKeys:Array.from(nn),halfCheckedKeys:Array.from(fe(Bt,nn))}}function oe(Oe,ge,Nt,Je){var ie=[],nn;Je?nn=Je:nn=pe;var Bt=new Set(Oe.filter(function(lt){var gt=!!(0,re.Z)(Nt,lt);return gt||ie.push(lt),gt})),et=new Map,nt=0;Object.keys(Nt).forEach(function(lt){var gt=Nt[lt],mt=gt.level,St=et.get(mt);St||(St=new Set,et.set(mt,St)),St.add(gt),nt=Math.max(nt,mt)}),(0,Lt.ZP)(!ie.length,"Tree missing follow keys: ".concat(ie.slice(0,100).map(function(lt){return"'".concat(lt,"'")}).join(", ")));var ct;return ge===!0?ct=ne(Bt,et,nt,nn):ct=Ht(Bt,ge.halfCheckedKeys,et,nt,nn),ct}},65065:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return Lt}});function Lt(re,fe){return re[fe]}},34061:function(bn,$n,Et){"use strict";Et.d($n,{F:function(){return mt},H8:function(){return gt},I8:function(){return lt},km:function(){return ie},oH:function(){return nt},w$:function(){return nn},zn:function(){return et}});var Lt=Et(26420),re=Et(15142),fe=Et(98506),pe=Et(33346),ne=Et(11592),Ht=Et(2738),oe=Et(48736),Oe=Et(65065),ge=["children"];function Nt(St,Pt){return"".concat(St,"-").concat(Pt)}function Je(St){return St&&St.type&&St.type.isTreeNode}function ie(St,Pt){return St!=null?St:Pt}function nn(St){var Pt=St||{},Rt=Pt.title,Wt=Pt._title,te=Pt.key,Jt=Pt.children,Vt=Rt||"title";return{title:Vt,_title:Wt||[Vt],key:te||"key",children:Jt||"children"}}function Bt(St,Pt){var Rt=new Map;function Wt(te){var Jt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";(te||[]).forEach(function(Vt){var le=Vt[Pt.key],ae=Vt[Pt.children];warning(le!=null,"Tree node must have a certain key: [".concat(Jt).concat(le,"]"));var Fe=String(le);warning(!Rt.has(Fe)||le===null||le===void 0,"Same 'key' exist in the Tree: ".concat(Fe)),Rt.set(Fe,!0),Wt(ae,"".concat(Jt).concat(Fe," > "))})}Wt(St)}function et(St){function Pt(Rt){var Wt=(0,ne.Z)(Rt);return Wt.map(function(te){if(!Je(te))return(0,oe.ZP)(!te,"Tree/TreeNode can only accept TreeNode as children."),null;var Jt=te.key,Vt=te.props,le=Vt.children,ae=(0,pe.Z)(Vt,ge),Fe=(0,fe.Z)({key:Jt},ae),De=Pt(le);return De.length&&(Fe.children=De),Fe}).filter(function(te){return te})}return Pt(St)}function nt(St,Pt,Rt){var Wt=nn(Rt),te=Wt._title,Jt=Wt.key,Vt=Wt.children,le=new Set(Pt===!0?[]:Pt),ae=[];function Fe(De){var Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return De.map(function(Sn,rn){for(var Ge=Nt(Ee?Ee.pos:"0",rn),sn=ie(Sn[Jt],Ge),$t,It=0;It<te.length;It+=1){var Pe=te[It];if(Sn[Pe]!==void 0){$t=Sn[Pe];break}}var an=Object.assign((0,Ht.Z)(Sn,[].concat((0,re.Z)(te),[Jt,Vt])),{title:$t,key:sn,parent:Ee,pos:Ge,children:null,data:Sn,isStart:[].concat((0,re.Z)(Ee?Ee.isStart:[]),[rn===0]),isEnd:[].concat((0,re.Z)(Ee?Ee.isEnd:[]),[rn===De.length-1])});return ae.push(an),Pt===!0||le.has(sn)?an.children=Fe(Sn[Vt]||[],an):an.children=[],an})}return Fe(St),ae}function ct(St,Pt,Rt){var Wt={};(0,Lt.Z)(Rt)==="object"?Wt=Rt:Wt={externalGetKey:Rt},Wt=Wt||{};var te=Wt,Jt=te.childrenPropName,Vt=te.externalGetKey,le=te.fieldNames,ae=nn(le),Fe=ae.key,De=ae.children,Ee=Jt||De,Sn;Vt?typeof Vt=="string"?Sn=function(sn){return sn[Vt]}:typeof Vt=="function"&&(Sn=function(sn){return Vt(sn)}):Sn=function(sn,$t){return ie(sn[Fe],$t)};function rn(Ge,sn,$t,It){var Pe=Ge?Ge[Ee]:St,an=Ge?Nt($t.pos,sn):"0",Ve=Ge?[].concat((0,re.Z)(It),[Ge]):[];if(Ge){var Se=Sn(Ge,an),$e={node:Ge,index:sn,pos:an,key:Se,parentPos:$t.node?$t.pos:null,level:$t.level+1,nodes:Ve};Pt($e)}Pe&&Pe.forEach(function(He,xn){rn(He,xn,{node:Ge,pos:an,level:$t?$t.level+1:-1},Ve)})}rn(null)}function lt(St){var Pt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Rt=Pt.initWrapper,Wt=Pt.processEntity,te=Pt.onProcessFinished,Jt=Pt.externalGetKey,Vt=Pt.childrenPropName,le=Pt.fieldNames,ae=arguments.length>2?arguments[2]:void 0,Fe=Jt||ae,De={},Ee={},Sn={posEntities:De,keyEntities:Ee};return Rt&&(Sn=Rt(Sn)||Sn),ct(St,function(rn){var Ge=rn.node,sn=rn.index,$t=rn.pos,It=rn.key,Pe=rn.parentPos,an=rn.level,Ve=rn.nodes,Se={node:Ge,nodes:Ve,index:sn,key:It,pos:$t,level:an},$e=ie(It,$t);De[$t]=Se,Ee[$e]=Se,Se.parent=De[Pe],Se.parent&&(Se.parent.children=Se.parent.children||[],Se.parent.children.push(Se)),Wt&&Wt(Se,Sn)},{externalGetKey:Fe,childrenPropName:Vt,fieldNames:le}),te&&te(Sn),Sn}function gt(St,Pt){var Rt=Pt.expandedKeys,Wt=Pt.selectedKeys,te=Pt.loadedKeys,Jt=Pt.loadingKeys,Vt=Pt.checkedKeys,le=Pt.halfCheckedKeys,ae=Pt.dragOverNodeKey,Fe=Pt.dropPosition,De=Pt.keyEntities,Ee=(0,Oe.Z)(De,St),Sn={eventKey:St,expanded:Rt.indexOf(St)!==-1,selected:Wt.indexOf(St)!==-1,loaded:te.indexOf(St)!==-1,loading:Jt.indexOf(St)!==-1,checked:Vt.indexOf(St)!==-1,halfChecked:le.indexOf(St)!==-1,pos:String(Ee?Ee.pos:""),dragOver:ae===St&&Fe===0,dragOverGapTop:ae===St&&Fe===-1,dragOverGapBottom:ae===St&&Fe===1};return Sn}function mt(St){var Pt=St.data,Rt=St.expanded,Wt=St.selected,te=St.checked,Jt=St.loaded,Vt=St.loading,le=St.halfChecked,ae=St.dragOver,Fe=St.dragOverGapTop,De=St.dragOverGapBottom,Ee=St.pos,Sn=St.active,rn=St.eventKey,Ge=(0,fe.Z)((0,fe.Z)({},Pt),{},{expanded:Rt,selected:Wt,checked:te,loaded:Jt,loading:Vt,halfChecked:le,dragOver:ae,dragOverGapTop:Fe,dragOverGapBottom:De,pos:Ee,active:Sn,key:rn});return"props"in Ge||Object.defineProperty(Ge,"props",{get:function(){return(0,oe.ZP)(!1,"Second param return from event is node data instead of TreeNode instance. Please read value directly instead of reading from `props`."),St}}),Ge}},90472:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return rn}});var Lt=Et(67711),re=Et(42573),fe=Et(58698),pe=Et(62437),ne=Et(74700),Ht=Et(45080),oe=Et(52873),Oe=Et(59301),ge=Et(98506),Nt=Et(33346),Je=Et(26420),ie=Et(77910),nn=Et(51343),Bt=Et(15142),et=Et(92310),nt=Et.n(et),ct=Et(26112),lt=Et(48736),gt=function(Ge,sn){if(Ge&&sn){var $t=Array.isArray(sn)?sn:sn.split(","),It=Ge.name||"",Pe=Ge.type||"",an=Pe.replace(/\/.*$/,"");return $t.some(function(Ve){var Se=Ve.trim();if(/^\*(\/\*)?$/.test(Ve))return!0;if(Se.charAt(0)==="."){var $e=It.toLowerCase(),He=Se.toLowerCase(),xn=[He];return(He===".jpg"||He===".jpeg")&&(xn=[".jpg",".jpeg"]),xn.some(function(we){return $e.endsWith(we)})}return/\/\*$/.test(Se)?an===Se.replace(/\/.*$/,""):Pe===Se?!0:/^\w+$/.test(Se)?((0,lt.ZP)(!1,"Upload takes an invalidate 'accept' type '".concat(Se,"'.Skip for check.")),!0):!1})}return!0};function mt(Ge,sn){var $t="cannot ".concat(Ge.method," ").concat(Ge.action," ").concat(sn.status,"'"),It=new Error($t);return It.status=sn.status,It.method=Ge.method,It.url=Ge.action,It}function St(Ge){var sn=Ge.responseText||Ge.response;if(!sn)return sn;try{return JSON.parse(sn)}catch($t){return sn}}function Pt(Ge){var sn=new XMLHttpRequest;Ge.onProgress&&sn.upload&&(sn.upload.onprogress=function(an){an.total>0&&(an.percent=an.loaded/an.total*100),Ge.onProgress(an)});var $t=new FormData;Ge.data&&Object.keys(Ge.data).forEach(function(Pe){var an=Ge.data[Pe];if(Array.isArray(an)){an.forEach(function(Ve){$t.append("".concat(Pe,"[]"),Ve)});return}$t.append(Pe,an)}),Ge.file instanceof Blob?$t.append(Ge.filename,Ge.file,Ge.file.name):$t.append(Ge.filename,Ge.file),sn.onerror=function(an){Ge.onError(an)},sn.onload=function(){return sn.status<200||sn.status>=300?Ge.onError(mt(Ge,sn),St(sn)):Ge.onSuccess(St(sn),sn)},sn.open(Ge.method,Ge.action,!0),Ge.withCredentials&&"withCredentials"in sn&&(sn.withCredentials=!0);var It=Ge.headers||{};return It["X-Requested-With"]!==null&&sn.setRequestHeader("X-Requested-With","XMLHttpRequest"),Object.keys(It).forEach(function(Pe){It[Pe]!==null&&sn.setRequestHeader(Pe,It[Pe])}),sn.send($t),{abort:function(){sn.abort()}}}var Rt=function(){var Ge=(0,nn.Z)((0,ie.Z)().mark(function sn($t,It){var Pe,an,Ve,Se,$e,He,xn,we;return(0,ie.Z)().wrap(function(ke){for(;;)switch(ke.prev=ke.next){case 0:He=function(){return He=(0,nn.Z)((0,ie.Z)().mark(function fn(Dt){return(0,ie.Z)().wrap(function(yt){for(;;)switch(yt.prev=yt.next){case 0:return yt.abrupt("return",new Promise(function(kt){Dt.file(function(jt){It(jt)?(Dt.fullPath&&!jt.webkitRelativePath&&(Object.defineProperties(jt,{webkitRelativePath:{writable:!0}}),jt.webkitRelativePath=Dt.fullPath.replace(/^\//,""),Object.defineProperties(jt,{webkitRelativePath:{writable:!1}})),kt(jt)):kt(null)})}));case 1:case"end":return yt.stop()}},fn)})),He.apply(this,arguments)},$e=function(fn){return He.apply(this,arguments)},Se=function(){return Se=(0,nn.Z)((0,ie.Z)().mark(function fn(Dt){var wt,yt,kt,jt,Mt;return(0,ie.Z)().wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:wt=Dt.createReader(),yt=[];case 2:return Ce.next=5,new Promise(function(be){wt.readEntries(be,function(){return be([])})});case 5:if(kt=Ce.sent,jt=kt.length,jt){Ce.next=9;break}return Ce.abrupt("break",12);case 9:for(Mt=0;Mt<jt;Mt++)yt.push(kt[Mt]);Ce.next=2;break;case 12:return Ce.abrupt("return",yt);case 13:case"end":return Ce.stop()}},fn)})),Se.apply(this,arguments)},Ve=function(fn){return Se.apply(this,arguments)},Pe=[],an=[],$t.forEach(function(ze){return an.push(ze.webkitGetAsEntry())}),xn=function(){var ze=(0,nn.Z)((0,ie.Z)().mark(function fn(Dt,wt){var yt,kt;return(0,ie.Z)().wrap(function(Mt){for(;;)switch(Mt.prev=Mt.next){case 0:if(Dt){Mt.next=2;break}return Mt.abrupt("return");case 2:if(Dt.path=wt||"",!Dt.isFile){Mt.next=10;break}return Mt.next=6,$e(Dt);case 6:yt=Mt.sent,yt&&Pe.push(yt),Mt.next=15;break;case 10:if(!Dt.isDirectory){Mt.next=15;break}return Mt.next=13,Ve(Dt);case 13:kt=Mt.sent,an.push.apply(an,(0,Bt.Z)(kt));case 15:case"end":return Mt.stop()}},fn)}));return function(Dt,wt){return ze.apply(this,arguments)}}(),we=0;case 9:if(!(we<an.length)){ke.next=15;break}return ke.next=12,xn(an[we]);case 12:we++,ke.next=9;break;case 15:return ke.abrupt("return",Pe);case 16:case"end":return ke.stop()}},sn)}));return function($t,It){return Ge.apply(this,arguments)}}(),Wt=Rt,te=+new Date,Jt=0;function Vt(){return"rc-upload-".concat(te,"-").concat(++Jt)}var le=["component","prefixCls","className","classNames","disabled","id","name","style","styles","multiple","accept","capture","children","directory","openFileDialogOnClick","onMouseEnter","onMouseLeave","hasControlInside"],ae=function(Ge){(0,ne.Z)($t,Ge);var sn=(0,Ht.Z)($t);function $t(){var It;(0,re.Z)(this,$t);for(var Pe=arguments.length,an=new Array(Pe),Ve=0;Ve<Pe;Ve++)an[Ve]=arguments[Ve];return It=sn.call.apply(sn,[this].concat(an)),(0,oe.Z)((0,pe.Z)(It),"state",{uid:Vt()}),(0,oe.Z)((0,pe.Z)(It),"reqs",{}),(0,oe.Z)((0,pe.Z)(It),"fileInput",void 0),(0,oe.Z)((0,pe.Z)(It),"_isMounted",void 0),(0,oe.Z)((0,pe.Z)(It),"onChange",function(Se){var $e=It.props,He=$e.accept,xn=$e.directory,we=Se.target.files,de=(0,Bt.Z)(we).filter(function(ke){return!xn||gt(ke,He)});It.uploadFiles(de),It.reset()}),(0,oe.Z)((0,pe.Z)(It),"onClick",function(Se){var $e=It.fileInput;if($e){var He=Se.target,xn=It.props.onClick;if(He&&He.tagName==="BUTTON"){var we=$e.parentNode;we.focus(),He.blur()}$e.click(),xn&&xn(Se)}}),(0,oe.Z)((0,pe.Z)(It),"onKeyDown",function(Se){Se.key==="Enter"&&It.onClick(Se)}),(0,oe.Z)((0,pe.Z)(It),"onFileDrop",function(){var Se=(0,nn.Z)((0,ie.Z)().mark(function $e(He){var xn,we,de;return(0,ie.Z)().wrap(function(ze){for(;;)switch(ze.prev=ze.next){case 0:if(xn=It.props.multiple,He.preventDefault(),He.type!=="dragover"){ze.next=4;break}return ze.abrupt("return");case 4:if(!It.props.directory){ze.next=11;break}return ze.next=7,Wt(Array.prototype.slice.call(He.dataTransfer.items),function(fn){return gt(fn,It.props.accept)});case 7:we=ze.sent,It.uploadFiles(we),ze.next=14;break;case 11:de=(0,Bt.Z)(He.dataTransfer.files).filter(function(fn){return gt(fn,It.props.accept)}),xn===!1&&(de=de.slice(0,1)),It.uploadFiles(de);case 14:case"end":return ze.stop()}},$e)}));return function($e){return Se.apply(this,arguments)}}()),(0,oe.Z)((0,pe.Z)(It),"uploadFiles",function(Se){var $e=(0,Bt.Z)(Se),He=$e.map(function(xn){return xn.uid=Vt(),It.processFile(xn,$e)});Promise.all(He).then(function(xn){var we=It.props.onBatchStart;we==null||we(xn.map(function(de){var ke=de.origin,ze=de.parsedFile;return{file:ke,parsedFile:ze}})),xn.filter(function(de){return de.parsedFile!==null}).forEach(function(de){It.post(de)})})}),(0,oe.Z)((0,pe.Z)(It),"processFile",function(){var Se=(0,nn.Z)((0,ie.Z)().mark(function $e(He,xn){var we,de,ke,ze,fn,Dt,wt,yt,kt;return(0,ie.Z)().wrap(function(Mt){for(;;)switch(Mt.prev=Mt.next){case 0:if(we=It.props.beforeUpload,de=He,!we){Mt.next=14;break}return Mt.prev=3,Mt.next=6,we(He,xn);case 6:de=Mt.sent,Mt.next=12;break;case 9:Mt.prev=9,Mt.t0=Mt.catch(3),de=!1;case 12:if(de!==!1){Mt.next=14;break}return Mt.abrupt("return",{origin:He,parsedFile:null,action:null,data:null});case 14:if(ke=It.props.action,typeof ke!="function"){Mt.next=21;break}return Mt.next=18,ke(He);case 18:ze=Mt.sent,Mt.next=22;break;case 21:ze=ke;case 22:if(fn=It.props.data,typeof fn!="function"){Mt.next=29;break}return Mt.next=26,fn(He);case 26:Dt=Mt.sent,Mt.next=30;break;case 29:Dt=fn;case 30:return wt=((0,Je.Z)(de)==="object"||typeof de=="string")&&de?de:He,wt instanceof File?yt=wt:yt=new File([wt],He.name,{type:He.type}),kt=yt,kt.uid=He.uid,Mt.abrupt("return",{origin:He,data:Dt,parsedFile:kt,action:ze});case 35:case"end":return Mt.stop()}},$e,null,[[3,9]])}));return function($e,He){return Se.apply(this,arguments)}}()),(0,oe.Z)((0,pe.Z)(It),"saveFileInput",function(Se){It.fileInput=Se}),It}return(0,fe.Z)($t,[{key:"componentDidMount",value:function(){this._isMounted=!0}},{key:"componentWillUnmount",value:function(){this._isMounted=!1,this.abort()}},{key:"post",value:function(Pe){var an=this,Ve=Pe.data,Se=Pe.origin,$e=Pe.action,He=Pe.parsedFile;if(this._isMounted){var xn=this.props,we=xn.onStart,de=xn.customRequest,ke=xn.name,ze=xn.headers,fn=xn.withCredentials,Dt=xn.method,wt=Se.uid,yt=de||Pt,kt={action:$e,filename:ke,data:Ve,file:He,headers:ze,withCredentials:fn,method:Dt||"post",onProgress:function(Mt){var Gt=an.props.onProgress;Gt==null||Gt(Mt,He)},onSuccess:function(Mt,Gt){var Ce=an.props.onSuccess;Ce==null||Ce(Mt,He,Gt),delete an.reqs[wt]},onError:function(Mt,Gt){var Ce=an.props.onError;Ce==null||Ce(Mt,Gt,He),delete an.reqs[wt]}};we(Se),this.reqs[wt]=yt(kt)}}},{key:"reset",value:function(){this.setState({uid:Vt()})}},{key:"abort",value:function(Pe){var an=this.reqs;if(Pe){var Ve=Pe.uid?Pe.uid:Pe;an[Ve]&&an[Ve].abort&&an[Ve].abort(),delete an[Ve]}else Object.keys(an).forEach(function(Se){an[Se]&&an[Se].abort&&an[Se].abort(),delete an[Se]})}},{key:"render",value:function(){var Pe=this.props,an=Pe.component,Ve=Pe.prefixCls,Se=Pe.className,$e=Pe.classNames,He=$e===void 0?{}:$e,xn=Pe.disabled,we=Pe.id,de=Pe.name,ke=Pe.style,ze=Pe.styles,fn=ze===void 0?{}:ze,Dt=Pe.multiple,wt=Pe.accept,yt=Pe.capture,kt=Pe.children,jt=Pe.directory,Mt=Pe.openFileDialogOnClick,Gt=Pe.onMouseEnter,Ce=Pe.onMouseLeave,be=Pe.hasControlInside,on=(0,Nt.Z)(Pe,le),Ae=nt()((0,oe.Z)((0,oe.Z)((0,oe.Z)({},Ve,!0),"".concat(Ve,"-disabled"),xn),Se,Se)),Le=jt?{directory:"directory",webkitdirectory:"webkitdirectory"}:{},_e=xn?{}:{onClick:Mt?this.onClick:function(){},onKeyDown:Mt?this.onKeyDown:function(){},onMouseEnter:Gt,onMouseLeave:Ce,onDrop:this.onFileDrop,onDragOver:this.onFileDrop,tabIndex:be?void 0:"0"};return Oe.createElement(an,(0,Lt.Z)({},_e,{className:Ae,role:be?void 0:"button",style:ke}),Oe.createElement("input",(0,Lt.Z)({},(0,ct.Z)(on,{aria:!0,data:!0}),{id:we,name:de,disabled:xn,type:"file",ref:this.saveFileInput,onClick:function(Pn){return Pn.stopPropagation()},key:this.state.uid,style:(0,ge.Z)({display:"none"},fn.input),className:He.input,accept:wt},Le,{multiple:Dt,onChange:this.onChange},yt!=null?{capture:yt}:{})),kt)}}]),$t}(Oe.Component),Fe=ae;function De(){}var Ee=function(Ge){(0,ne.Z)($t,Ge);var sn=(0,Ht.Z)($t);function $t(){var It;(0,re.Z)(this,$t);for(var Pe=arguments.length,an=new Array(Pe),Ve=0;Ve<Pe;Ve++)an[Ve]=arguments[Ve];return It=sn.call.apply(sn,[this].concat(an)),(0,oe.Z)((0,pe.Z)(It),"uploader",void 0),(0,oe.Z)((0,pe.Z)(It),"saveUploader",function(Se){It.uploader=Se}),It}return(0,fe.Z)($t,[{key:"abort",value:function(Pe){this.uploader.abort(Pe)}},{key:"render",value:function(){return Oe.createElement(Fe,(0,Lt.Z)({},this.props,{ref:this.saveUploader}))}}]),$t}(Oe.Component);(0,oe.Z)(Ee,"defaultProps",{component:"span",prefixCls:"rc-upload",data:{},headers:{},name:"file",multipart:!1,onStart:De,onError:De,onSuccess:De,multiple:!1,beforeUpload:null,customRequest:null,withCredentials:!1,openFileDialogOnClick:!0,hasControlInside:!1});var Sn=Ee,rn=Sn},8224:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return re}});var Lt=Et(4676);function re(fe,pe,ne,Ht){var oe=Lt.unstable_batchedUpdates?function(ge){Lt.unstable_batchedUpdates(ne,ge)}:ne;return fe!=null&&fe.addEventListener&&fe.addEventListener(pe,oe,Ht),{remove:function(){fe!=null&&fe.removeEventListener&&fe.removeEventListener(pe,oe,Ht)}}}},24514:function(bn,$n,Et){"use strict";Et.d($n,{G:function(){return pe}});var Lt=Et(47273),re=function(Ht){if((0,Lt.Z)()&&window.document.documentElement){var oe=Array.isArray(Ht)?Ht:[Ht],Oe=window.document.documentElement;return oe.some(function(ge){return ge in Oe.style})}return!1},fe=function(Ht,oe){if(!re(Ht))return!1;var Oe=document.createElement("div"),ge=Oe.style[Ht];return Oe.style[Ht]=oe,Oe.style[Ht]!==ge};function pe(ne,Ht){return!Array.isArray(ne)&&Ht!==void 0?fe(ne,Ht):re(ne)}},6790:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return fn}});var Lt=Et(67711),re=Et(26420),fe=Et(98506),pe=Et(52873),ne=Et(16886),Ht=Et(33346),oe=Et(92310),Oe=Et.n(oe),ge=Et(29301),Nt=Et(70425),Je=Et(34280),ie=Et(59301),nn=Et(4676),Bt=ie.forwardRef(function(Dt,wt){var yt=Dt.height,kt=Dt.offsetY,jt=Dt.offsetX,Mt=Dt.children,Gt=Dt.prefixCls,Ce=Dt.onInnerResize,be=Dt.innerProps,on=Dt.rtl,Ae=Dt.extra,Le={},_e={display:"flex",flexDirection:"column"};return kt!==void 0&&(Le={height:yt,position:"relative",overflow:"hidden"},_e=(0,fe.Z)((0,fe.Z)({},_e),{},(0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)({transform:"translateY(".concat(kt,"px)")},on?"marginRight":"marginLeft",-jt),"position","absolute"),"left",0),"right",0),"top",0))),ie.createElement("div",{style:Le},ie.createElement(ge.Z,{onResize:function(Pn){var gn=Pn.offsetHeight;gn&&Ce&&Ce()}},ie.createElement("div",(0,Lt.Z)({style:_e,className:Oe()((0,pe.Z)({},"".concat(Gt,"-holder-inner"),Gt)),ref:wt},be),Mt,Ae)))});Bt.displayName="Filler";var et=Bt;function nt(Dt){var wt=Dt.children,yt=Dt.setRef,kt=ie.useCallback(function(jt){yt(jt)},[]);return ie.cloneElement(wt,{ref:kt})}function ct(Dt,wt,yt,kt,jt,Mt,Gt,Ce){var be=Ce.getKey;return Dt.slice(wt,yt+1).map(function(on,Ae){var Le=wt+Ae,_e=Gt(on,Le,{style:{width:kt},offsetX:jt}),un=be(on);return ie.createElement(nt,{key:un,setRef:function(gn){return Mt(on,gn)}},_e)})}function lt(Dt,wt,yt,kt){var jt=yt-Dt,Mt=wt-yt,Gt=Math.min(jt,Mt)*2;if(kt<=Gt){var Ce=Math.floor(kt/2);return kt%2?yt+Ce+1:yt-Ce}return jt>Mt?yt-(kt-Mt):yt+(kt-jt)}function gt(Dt,wt,yt){var kt=Dt.length,jt=wt.length,Mt,Gt;if(kt===0&&jt===0)return null;kt<jt?(Mt=Dt,Gt=wt):(Mt=wt,Gt=Dt);var Ce={__EMPTY_ITEM__:!0};function be(Pn){return Pn!==void 0?yt(Pn):Ce}for(var on=null,Ae=Math.abs(kt-jt)!==1,Le=0;Le<Gt.length;Le+=1){var _e=be(Mt[Le]),un=be(Gt[Le]);if(_e!==un){on=Le,Ae=Ae||_e!==be(Gt[Le+1]);break}}return on===null?null:{index:on,multiple:Ae}}function mt(Dt,wt,yt){var kt=ie.useState(Dt),jt=(0,ne.Z)(kt,2),Mt=jt[0],Gt=jt[1],Ce=ie.useState(null),be=(0,ne.Z)(Ce,2),on=be[0],Ae=be[1];return ie.useEffect(function(){var Le=gt(Mt||[],Dt||[],wt);(Le==null?void 0:Le.index)!==void 0&&(yt==null||yt(Le.index),Ae(Dt[Le.index])),Gt(Dt)},[Dt]),[on]}var St=Et(16089),Pt=(typeof navigator=="undefined"?"undefined":(0,re.Z)(navigator))==="object"&&/Firefox/i.test(navigator.userAgent),Rt=Pt,Wt=function(Dt,wt,yt,kt){var jt=(0,ie.useRef)(!1),Mt=(0,ie.useRef)(null);function Gt(){clearTimeout(Mt.current),jt.current=!0,Mt.current=setTimeout(function(){jt.current=!1},50)}var Ce=(0,ie.useRef)({top:Dt,bottom:wt,left:yt,right:kt});return Ce.current.top=Dt,Ce.current.bottom=wt,Ce.current.left=yt,Ce.current.right=kt,function(be,on){var Ae=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,Le=be?on<0&&Ce.current.left||on>0&&Ce.current.right:on<0&&Ce.current.top||on>0&&Ce.current.bottom;return Ae&&Le?(clearTimeout(Mt.current),jt.current=!1):(!Le||jt.current)&&Gt(),!jt.current&&Le}};function te(Dt,wt,yt,kt,jt,Mt,Gt){var Ce=(0,ie.useRef)(0),be=(0,ie.useRef)(null),on=(0,ie.useRef)(null),Ae=(0,ie.useRef)(!1),Le=Wt(wt,yt,kt,jt);function _e(Hn,mn){if(St.Z.cancel(be.current),!Le(!1,mn)){var zn=Hn;if(!zn._virtualHandled)zn._virtualHandled=!0;else return;Ce.current+=mn,on.current=mn,Rt||zn.preventDefault(),be.current=(0,St.Z)(function(){var Ri=Ae.current?10:1;Gt(Ce.current*Ri,!1),Ce.current=0})}}function un(Hn,mn){Gt(mn,!0),Rt||Hn.preventDefault()}var Pn=(0,ie.useRef)(null),gn=(0,ie.useRef)(null);function en(Hn){if(Dt){St.Z.cancel(gn.current),gn.current=(0,St.Z)(function(){Pn.current=null},2);var mn=Hn.deltaX,zn=Hn.deltaY,Ri=Hn.shiftKey,vi=mn,ji=zn;(Pn.current==="sx"||!Pn.current&&Ri&&zn&&!mn)&&(vi=zn,ji=0,Pn.current="sx");var er=Math.abs(vi),Ke=Math.abs(ji);Pn.current===null&&(Pn.current=Mt&&er>Ke?"x":"y"),Pn.current==="y"?_e(Hn,ji):un(Hn,vi)}}function Zn(Hn){Dt&&(Ae.current=Hn.detail===on.current)}return[en,Zn]}function Jt(Dt,wt,yt,kt){var jt=ie.useMemo(function(){return[new Map,[]]},[Dt,yt.id,kt]),Mt=(0,ne.Z)(jt,2),Gt=Mt[0],Ce=Mt[1],be=function(Ae){var Le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Ae,_e=Gt.get(Ae),un=Gt.get(Le);if(_e===void 0||un===void 0)for(var Pn=Dt.length,gn=Ce.length;gn<Pn;gn+=1){var en,Zn=Dt[gn],Hn=wt(Zn);Gt.set(Hn,gn);var mn=(en=yt.get(Hn))!==null&&en!==void 0?en:kt;if(Ce[gn]=(Ce[gn-1]||0)+mn,Hn===Ae&&(_e=gn),Hn===Le&&(un=gn),_e!==void 0&&un!==void 0)break}return{top:Ce[_e-1]||0,bottom:Ce[un]}};return be}var Vt=Et(42573),le=Et(58698),ae=function(){function Dt(){(0,Vt.Z)(this,Dt),(0,pe.Z)(this,"maps",void 0),(0,pe.Z)(this,"id",0),(0,pe.Z)(this,"diffRecords",new Map),this.maps=Object.create(null)}return(0,le.Z)(Dt,[{key:"set",value:function(yt,kt){this.diffRecords.set(yt,this.maps[yt]),this.maps[yt]=kt,this.id+=1}},{key:"get",value:function(yt){return this.maps[yt]}},{key:"resetRecord",value:function(){this.diffRecords.clear()}},{key:"getRecord",value:function(){return this.diffRecords}}]),Dt}(),Fe=ae;function De(Dt){var wt=parseFloat(Dt);return isNaN(wt)?0:wt}function Ee(Dt,wt,yt){var kt=ie.useState(0),jt=(0,ne.Z)(kt,2),Mt=jt[0],Gt=jt[1],Ce=(0,ie.useRef)(new Map),be=(0,ie.useRef)(new Fe),on=(0,ie.useRef)(0);function Ae(){on.current+=1}function Le(){var un=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;Ae();var Pn=function(){var Zn=!1;Ce.current.forEach(function(Hn,mn){if(Hn&&Hn.offsetParent){var zn=Hn.offsetHeight,Ri=getComputedStyle(Hn),vi=Ri.marginTop,ji=Ri.marginBottom,er=De(vi),Ke=De(ji),Ue=zn+er+Ke;be.current.get(mn)!==Ue&&(be.current.set(mn,Ue),Zn=!0)}}),Zn&&Gt(function(Hn){return Hn+1})};if(un)Pn();else{on.current+=1;var gn=on.current;Promise.resolve().then(function(){gn===on.current&&Pn()})}}function _e(un,Pn){var gn=Dt(un),en=Ce.current.get(gn);Pn?(Ce.current.set(gn,Pn),Le()):Ce.current.delete(gn),!en!=!Pn&&(Pn?wt==null||wt(un):yt==null||yt(un))}return(0,ie.useEffect)(function(){return Ae},[]),[_e,Le,be.current,Mt]}var Sn=14/15;function rn(Dt,wt,yt){var kt=(0,ie.useRef)(!1),jt=(0,ie.useRef)(0),Mt=(0,ie.useRef)(0),Gt=(0,ie.useRef)(null),Ce=(0,ie.useRef)(null),be,on=function(un){if(kt.current){var Pn=Math.ceil(un.touches[0].pageX),gn=Math.ceil(un.touches[0].pageY),en=jt.current-Pn,Zn=Mt.current-gn,Hn=Math.abs(en)>Math.abs(Zn);Hn?jt.current=Pn:Mt.current=gn;var mn=yt(Hn,Hn?en:Zn,!1,un);mn&&un.preventDefault(),clearInterval(Ce.current),mn&&(Ce.current=setInterval(function(){Hn?en*=Sn:Zn*=Sn;var zn=Math.floor(Hn?en:Zn);(!yt(Hn,zn,!0)||Math.abs(zn)<=.1)&&clearInterval(Ce.current)},16))}},Ae=function(){kt.current=!1,be()},Le=function(un){be(),un.touches.length===1&&!kt.current&&(kt.current=!0,jt.current=Math.ceil(un.touches[0].pageX),Mt.current=Math.ceil(un.touches[0].pageY),Gt.current=un.target,Gt.current.addEventListener("touchmove",on,{passive:!1}),Gt.current.addEventListener("touchend",Ae,{passive:!0}))};be=function(){Gt.current&&(Gt.current.removeEventListener("touchmove",on),Gt.current.removeEventListener("touchend",Ae))},(0,Je.Z)(function(){return Dt&&wt.current.addEventListener("touchstart",Le,{passive:!0}),function(){var _e;(_e=wt.current)===null||_e===void 0||_e.removeEventListener("touchstart",Le),be(),clearInterval(Ce.current)}},[Dt])}function Ge(Dt){return Math.floor(Math.pow(Dt,.5))}function sn(Dt,wt){var yt="touches"in Dt?Dt.touches[0]:Dt;return yt[wt?"pageX":"pageY"]-window[wt?"scrollX":"scrollY"]}function $t(Dt,wt,yt){ie.useEffect(function(){var kt=wt.current;if(Dt&&kt){var jt=!1,Mt,Gt,Ce=function(){St.Z.cancel(Mt)},be=function _e(){Ce(),Mt=(0,St.Z)(function(){yt(Gt),_e()})},on=function(un){if(!(un.target.draggable||un.button!==0)){var Pn=un;Pn._virtualHandled||(Pn._virtualHandled=!0,jt=!0)}},Ae=function(){jt=!1,Ce()},Le=function(un){if(jt){var Pn=sn(un,!1),gn=kt.getBoundingClientRect(),en=gn.top,Zn=gn.bottom;if(Pn<=en){var Hn=en-Pn;Gt=-Ge(Hn),be()}else if(Pn>=Zn){var mn=Pn-Zn;Gt=Ge(mn),be()}else Ce()}};return kt.addEventListener("mousedown",on),kt.ownerDocument.addEventListener("mouseup",Ae),kt.ownerDocument.addEventListener("mousemove",Le),function(){kt.removeEventListener("mousedown",on),kt.ownerDocument.removeEventListener("mouseup",Ae),kt.ownerDocument.removeEventListener("mousemove",Le),Ce()}}},[Dt])}var It=10;function Pe(Dt,wt,yt,kt,jt,Mt,Gt,Ce){var be=ie.useRef(),on=ie.useState(null),Ae=(0,ne.Z)(on,2),Le=Ae[0],_e=Ae[1];return(0,Je.Z)(function(){if(Le&&Le.times<It){if(!Dt.current){_e(function(qi){return(0,fe.Z)({},qi)});return}Mt();var un=Le.targetAlign,Pn=Le.originAlign,gn=Le.index,en=Le.offset,Zn=Dt.current.clientHeight,Hn=!1,mn=un,zn=null;if(Zn){for(var Ri=un||Pn,vi=0,ji=0,er=0,Ke=Math.min(wt.length-1,gn),Ue=0;Ue<=Ke;Ue+=1){var ii=jt(wt[Ue]);ji=vi;var Ai=yt.get(ii);er=ji+(Ai===void 0?kt:Ai),vi=er}for(var Fi=Ri==="top"?en:Zn-en,Mi=Ke;Mi>=0;Mi-=1){var sr=jt(wt[Mi]),nr=yt.get(sr);if(nr===void 0){Hn=!0;break}if(Fi-=nr,Fi<=0)break}switch(Ri){case"top":zn=ji-en;break;case"bottom":zn=er-Zn+en;break;default:{var fr=Dt.current.scrollTop,_n=fr+Zn;ji<fr?mn="top":er>_n&&(mn="bottom")}}zn!==null&&Gt(zn),zn!==Le.lastTop&&(Hn=!0)}Hn&&_e((0,fe.Z)((0,fe.Z)({},Le),{},{times:Le.times+1,targetAlign:mn,lastTop:zn}))}},[Le,Dt.current]),function(un){if(un==null){Ce();return}if(St.Z.cancel(be.current),typeof un=="number")Gt(un);else if(un&&(0,re.Z)(un)==="object"){var Pn,gn=un.align;"index"in un?Pn=un.index:Pn=wt.findIndex(function(Hn){return jt(Hn)===un.key});var en=un.offset,Zn=en===void 0?0:en;_e({times:0,index:Pn,offset:Zn,originAlign:gn})}}}var an=ie.forwardRef(function(Dt,wt){var yt=Dt.prefixCls,kt=Dt.rtl,jt=Dt.scrollOffset,Mt=Dt.scrollRange,Gt=Dt.onStartMove,Ce=Dt.onStopMove,be=Dt.onScroll,on=Dt.horizontal,Ae=Dt.spinSize,Le=Dt.containerSize,_e=Dt.style,un=Dt.thumbStyle,Pn=Dt.showScrollBar,gn=ie.useState(!1),en=(0,ne.Z)(gn,2),Zn=en[0],Hn=en[1],mn=ie.useState(null),zn=(0,ne.Z)(mn,2),Ri=zn[0],vi=zn[1],ji=ie.useState(null),er=(0,ne.Z)(ji,2),Ke=er[0],Ue=er[1],ii=!kt,Ai=ie.useRef(),Fi=ie.useRef(),Mi=ie.useState(Pn),sr=(0,ne.Z)(Mi,2),nr=sr[0],fr=sr[1],_n=ie.useRef(),qi=function(){Pn===!0||Pn===!1||(clearTimeout(_n.current),fr(!0),_n.current=setTimeout(function(){fr(!1)},3e3))},Ct=Mt-Le||0,Bi=Le-Ae||0,oi=ie.useMemo(function(){if(jt===0||Ct===0)return 0;var ln=jt/Ct;return ln*Bi},[jt,Ct,Bi]),Wn=function(Oi){Oi.stopPropagation(),Oi.preventDefault()},Bn=ie.useRef({top:oi,dragging:Zn,pageY:Ri,startTop:Ke});Bn.current={top:oi,dragging:Zn,pageY:Ri,startTop:Ke};var En=function(Oi){Hn(!0),vi(sn(Oi,on)),Ue(Bn.current.top),Gt(),Oi.stopPropagation(),Oi.preventDefault()};ie.useEffect(function(){var ln=function(Ye){Ye.preventDefault()},Oi=Ai.current,Ni=Fi.current;return Oi.addEventListener("touchstart",ln,{passive:!1}),Ni.addEventListener("touchstart",En,{passive:!1}),function(){Oi.removeEventListener("touchstart",ln),Ni.removeEventListener("touchstart",En)}},[]);var vn=ie.useRef();vn.current=Ct;var ui=ie.useRef();ui.current=Bi,ie.useEffect(function(){if(Zn){var ln,Oi=function(Ye){var cn=Bn.current,Pi=cn.dragging,dr=cn.pageY,Yn=cn.startTop;St.Z.cancel(ln);var Qt=Ai.current.getBoundingClientRect(),Me=Le/(on?Qt.width:Qt.height);if(Pi){var Gn=(sn(Ye,on)-dr)*Me,qn=Yn;!ii&&on?qn-=Gn:qn+=Gn;var Xe=vn.current,ri=ui.current,Zi=ri?qn/ri:0,Gi=Math.ceil(Zi*Xe);Gi=Math.max(Gi,0),Gi=Math.min(Gi,Xe),ln=(0,St.Z)(function(){be(Gi,on)})}},Ni=function(){Hn(!1),Ce()};return window.addEventListener("mousemove",Oi,{passive:!0}),window.addEventListener("touchmove",Oi,{passive:!0}),window.addEventListener("mouseup",Ni,{passive:!0}),window.addEventListener("touchend",Ni,{passive:!0}),function(){window.removeEventListener("mousemove",Oi),window.removeEventListener("touchmove",Oi),window.removeEventListener("mouseup",Ni),window.removeEventListener("touchend",Ni),St.Z.cancel(ln)}}},[Zn]),ie.useEffect(function(){return qi(),function(){clearTimeout(_n.current)}},[jt]),ie.useImperativeHandle(wt,function(){return{delayHidden:qi}});var Te="".concat(yt,"-scrollbar"),Ze={position:"absolute",visibility:nr?null:"hidden"},Ne={position:"absolute",borderRadius:99,background:"var(--rc-virtual-list-scrollbar-bg, rgba(0, 0, 0, 0.5))",cursor:"pointer",userSelect:"none"};return on?(Object.assign(Ze,{height:8,left:0,right:0,bottom:0}),Object.assign(Ne,(0,pe.Z)({height:"100%",width:Ae},ii?"left":"right",oi))):(Object.assign(Ze,(0,pe.Z)({width:8,top:0,bottom:0},ii?"right":"left",0)),Object.assign(Ne,{width:"100%",height:Ae,top:oi})),ie.createElement("div",{ref:Ai,className:Oe()(Te,(0,pe.Z)((0,pe.Z)((0,pe.Z)({},"".concat(Te,"-horizontal"),on),"".concat(Te,"-vertical"),!on),"".concat(Te,"-visible"),nr)),style:(0,fe.Z)((0,fe.Z)({},Ze),_e),onMouseDown:Wn,onMouseMove:qi},ie.createElement("div",{ref:Fi,className:Oe()("".concat(Te,"-thumb"),(0,pe.Z)({},"".concat(Te,"-thumb-moving"),Zn)),style:(0,fe.Z)((0,fe.Z)({},Ne),un),onMouseDown:En}))}),Ve=an,Se=20;function $e(){var Dt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,wt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,yt=Dt/wt*Dt;return isNaN(yt)&&(yt=0),yt=Math.max(yt,Se),Math.floor(yt)}var He=["prefixCls","className","height","itemHeight","fullHeight","style","data","children","itemKey","virtual","direction","scrollWidth","component","onScroll","onVirtualScroll","onVisibleChange","innerProps","extraRender","styles","showScrollBar"],xn=[],we={overflowY:"auto",overflowAnchor:"none"};function de(Dt,wt){var yt=Dt.prefixCls,kt=yt===void 0?"rc-virtual-list":yt,jt=Dt.className,Mt=Dt.height,Gt=Dt.itemHeight,Ce=Dt.fullHeight,be=Ce===void 0?!0:Ce,on=Dt.style,Ae=Dt.data,Le=Dt.children,_e=Dt.itemKey,un=Dt.virtual,Pn=Dt.direction,gn=Dt.scrollWidth,en=Dt.component,Zn=en===void 0?"div":en,Hn=Dt.onScroll,mn=Dt.onVirtualScroll,zn=Dt.onVisibleChange,Ri=Dt.innerProps,vi=Dt.extraRender,ji=Dt.styles,er=Dt.showScrollBar,Ke=er===void 0?"optional":er,Ue=(0,Ht.Z)(Dt,He),ii=ie.useCallback(function(Mn){return typeof _e=="function"?_e(Mn):Mn==null?void 0:Mn[_e]},[_e]),Ai=Ee(ii,null,null),Fi=(0,ne.Z)(Ai,4),Mi=Fi[0],sr=Fi[1],nr=Fi[2],fr=Fi[3],_n=!!(un!==!1&&Mt&&Gt),qi=ie.useMemo(function(){return Object.values(nr.maps).reduce(function(Mn,si){return Mn+si},0)},[nr.id,nr.maps]),Ct=_n&&Ae&&(Math.max(Gt*Ae.length,qi)>Mt||!!gn),Bi=Pn==="rtl",oi=Oe()(kt,(0,pe.Z)({},"".concat(kt,"-rtl"),Bi),jt),Wn=Ae||xn,Bn=(0,ie.useRef)(),En=(0,ie.useRef)(),vn=(0,ie.useRef)(),ui=(0,ie.useState)(0),Te=(0,ne.Z)(ui,2),Ze=Te[0],Ne=Te[1],ln=(0,ie.useState)(0),Oi=(0,ne.Z)(ln,2),Ni=Oi[0],$i=Oi[1],Ye=(0,ie.useState)(!1),cn=(0,ne.Z)(Ye,2),Pi=cn[0],dr=cn[1],Yn=function(){dr(!0)},Qt=function(){dr(!1)},Me={getKey:ii};function Gn(Mn){Ne(function(si){var ci;typeof Mn=="function"?ci=Mn(si):ci=Mn;var Kn=Nr(ci);return Bn.current.scrollTop=Kn,Kn})}var qn=(0,ie.useRef)({start:0,end:Wn.length}),Xe=(0,ie.useRef)(),ri=mt(Wn,ii),Zi=(0,ne.Z)(ri,1),Gi=Zi[0];Xe.current=Gi;var ir=ie.useMemo(function(){if(!_n)return{scrollHeight:void 0,start:0,end:Wn.length-1,offset:void 0};if(!Ct){var Mn;return{scrollHeight:((Mn=En.current)===null||Mn===void 0?void 0:Mn.offsetHeight)||0,start:0,end:Wn.length-1,offset:void 0}}for(var si=0,ci,Kn,fi,ei=Wn.length,Ft=0;Ft<ei;Ft+=1){var se=Wn[Ft],Yt=ii(se),ve=nr.get(Yt),xe=si+(ve===void 0?Gt:ve);xe>=Ze&&ci===void 0&&(ci=Ft,Kn=si),xe>Ze+Mt&&fi===void 0&&(fi=Ft),si=xe}return ci===void 0&&(ci=0,Kn=0,fi=Math.ceil(Mt/Gt)),fi===void 0&&(fi=Wn.length-1),fi=Math.min(fi+1,Wn.length-1),{scrollHeight:si,start:ci,end:fi,offset:Kn}},[Ct,_n,Ze,Wn,fr,Mt]),ai=ir.scrollHeight,Jn=ir.start,hi=ir.end,hr=ir.offset;qn.current.start=Jn,qn.current.end=hi,ie.useLayoutEffect(function(){var Mn=nr.getRecord();if(Mn.size===1){var si=Array.from(Mn.keys())[0],ci=Mn.get(si),Kn=Wn[Jn];if(Kn&&ci===void 0){var fi=ii(Kn);if(fi===si){var ei=nr.get(si),Ft=ei-Gt;Gn(function(se){return se+Ft})}}}nr.resetRecord()},[ai]);var tr=ie.useState({width:0,height:Mt}),Dn=(0,ne.Z)(tr,2),ki=Dn[0],Fr=Dn[1],jr=function(si){Fr({width:si.offsetWidth,height:si.offsetHeight})},so=(0,ie.useRef)(),je=(0,ie.useRef)(),_i=ie.useMemo(function(){return $e(ki.width,gn)},[ki.width,gn]),Ar=ie.useMemo(function(){return $e(ki.height,ai)},[ki.height,ai]),Wi=ai-Mt,Wr=(0,ie.useRef)(Wi);Wr.current=Wi;function Nr(Mn){var si=Mn;return Number.isNaN(Wr.current)||(si=Math.min(si,Wr.current)),si=Math.max(si,0),si}var Xr=Ze<=0,zr=Ze>=Wi,Hr=Ni<=0,qr=Ni>=gn,pn=Wt(Xr,zr,Hr,qr),no=function(){return{x:Bi?-Ni:Ni,y:Ze}},Cn=(0,ie.useRef)(no()),rr=(0,Nt.zX)(function(Mn){if(mn){var si=(0,fe.Z)((0,fe.Z)({},no()),Mn);(Cn.current.x!==si.x||Cn.current.y!==si.y)&&(mn(si),Cn.current=si)}});function Or(Mn,si){var ci=Mn;si?((0,nn.flushSync)(function(){$i(ci)}),rr()):Gn(ci)}function Tr(Mn){var si=Mn.currentTarget.scrollTop;si!==Ze&&Gn(si),Hn==null||Hn(Mn),rr()}var ho=function(si){var ci=si,Kn=gn?gn-ki.width:0;return ci=Math.max(ci,0),ci=Math.min(ci,Kn),ci},Gr=(0,Nt.zX)(function(Mn,si){si?((0,nn.flushSync)(function(){$i(function(ci){var Kn=ci+(Bi?-Mn:Mn);return ho(Kn)})}),rr()):Gn(function(ci){var Kn=ci+Mn;return Kn})}),xr=te(_n,Xr,zr,Hr,qr,!!gn,Gr),lo=(0,ne.Z)(xr,2),We=lo[0],An=lo[1];rn(_n,Bn,function(Mn,si,ci,Kn){var fi=Kn;return pn(Mn,si,ci)?!1:!fi||!fi._virtualHandled?(fi&&(fi._virtualHandled=!0),We({preventDefault:function(){},deltaX:Mn?si:0,deltaY:Mn?0:si}),!0):!1}),$t(Ct,Bn,function(Mn){Gn(function(si){return si+Mn})}),(0,Je.Z)(function(){function Mn(ci){var Kn=Xr&&ci.detail<0,fi=zr&&ci.detail>0;_n&&!Kn&&!fi&&ci.preventDefault()}var si=Bn.current;return si.addEventListener("wheel",We,{passive:!1}),si.addEventListener("DOMMouseScroll",An,{passive:!0}),si.addEventListener("MozMousePixelScroll",Mn,{passive:!1}),function(){si.removeEventListener("wheel",We),si.removeEventListener("DOMMouseScroll",An),si.removeEventListener("MozMousePixelScroll",Mn)}},[_n,Xr,zr]),(0,Je.Z)(function(){if(gn){var Mn=ho(Ni);$i(Mn),rr({x:Mn})}},[ki.width,gn]);var Be=function(){var si,ci;(si=so.current)===null||si===void 0||si.delayHidden(),(ci=je.current)===null||ci===void 0||ci.delayHidden()},Ot=Pe(Bn,Wn,nr,Gt,ii,function(){return sr(!0)},Gn,Be);ie.useImperativeHandle(wt,function(){return{nativeElement:vn.current,getScrollInfo:no,scrollTo:function(si){function ci(Kn){return Kn&&(0,re.Z)(Kn)==="object"&&("left"in Kn||"top"in Kn)}ci(si)?(si.left!==void 0&&$i(ho(si.left)),Ot(si.top)):Ot(si)}}}),(0,Je.Z)(function(){if(zn){var Mn=Wn.slice(Jn,hi+1);zn(Mn,Wn)}},[Jn,hi,Wn]);var Qn=Jt(Wn,ii,nr,Gt),Li=vi==null?void 0:vi({start:Jn,end:hi,virtual:Ct,offsetX:Ni,offsetY:hr,rtl:Bi,getSize:Qn}),Xi=ct(Wn,Jn,hi,gn,Ni,Mi,Le,Me),Vi=null;Mt&&(Vi=(0,fe.Z)((0,pe.Z)({},be?"height":"maxHeight",Mt),we),_n&&(Vi.overflowY="hidden",gn&&(Vi.overflowX="hidden"),Pi&&(Vi.pointerEvents="none")));var yi={};return Bi&&(yi.dir="rtl"),ie.createElement("div",(0,Lt.Z)({ref:vn,style:(0,fe.Z)((0,fe.Z)({},on),{},{position:"relative"}),className:oi},yi,Ue),ie.createElement(ge.Z,{onResize:jr},ie.createElement(Zn,{className:"".concat(kt,"-holder"),style:Vi,ref:Bn,onScroll:Tr,onMouseEnter:Be},ie.createElement(et,{prefixCls:kt,height:ai,offsetX:Ni,offsetY:hr,scrollWidth:gn,onInnerResize:sr,ref:En,innerProps:Ri,rtl:Bi,extra:Li},Xi))),Ct&&ai>Mt&&ie.createElement(Ve,{ref:so,prefixCls:kt,scrollOffset:Ze,scrollRange:ai,rtl:Bi,onScroll:Or,onStartMove:Yn,onStopMove:Qt,spinSize:Ar,containerSize:ki.height,style:ji==null?void 0:ji.verticalScrollBar,thumbStyle:ji==null?void 0:ji.verticalScrollBarThumb,showScrollBar:Ke}),Ct&&gn>ki.width&&ie.createElement(Ve,{ref:je,prefixCls:kt,scrollOffset:Ni,scrollRange:gn,rtl:Bi,onScroll:Or,onStartMove:Yn,onStopMove:Qt,spinSize:_i,containerSize:ki.width,horizontal:!0,style:ji==null?void 0:ji.horizontalScrollBar,thumbStyle:ji==null?void 0:ji.horizontalScrollBarThumb,showScrollBar:Ke}))}var ke=ie.forwardRef(de);ke.displayName="List";var ze=ke,fn=ze},25510:function(bn){"use strict";bn.exports="data:image/png;base64,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KFt6yaXs+quutUsvuMiuue5aW2T8Inbu+efZVltvHbZG33LrLfaRj3zEXnvtVVtnnbXt9F/+0iZMnBjcUQR7H3HEkbbV5pvZT37ykwBifnDiD0KW1n9+3wfsC1/6oq215po2ZpGxfUGsNrtvU01I+DbK5r4+x8aMGGUv/O0Fm3H3Pfbv/7a3PXD/X23XXXe19ddfzzbb5G12wcUX2+k//6W99tosW3+99e1XZ54Z3DCf+PQn7eprrrannn/aPvjB3e0D73+/PfPUU3brLX+y478JPSbaN75xtG280UZhq/deH/mwzXx1pu20y062yz/ubBPfsqjtt+8X7MmHH7X11p5m//Otb9vqq69tN15/rZ140g/sxz/7ic0dO9Le99732YYbTLcVll/epq21tm20ySbzdzD17S9iy7cy7gZXyPw5UABLASztisMCWPIpVwBLASz5XNOBJwpg6QMs7CB59NFHbcsttwxU1Xb4kOhtvmK84vLf2zlnnWXHH3ucTZo4ySZNmmSjx4wOwbFYENiGO2nRybbKaqvaMccdazded4Mdeeih9tijj4Wg2lN/9rOwK2jG7XfY1b//vX3xC1+28YtOsF+feaZtseWWNmvOHLvplpsDYGG30Lrrrms//elPQ06Na66+OgCWww873LbeZhs76Yc/tD/84UY78cQT7cKLLrL37/FB+++v7G9rrLGmjSADLwnm5r7WlzyMlLbs+QnpS14P7bn5pltt749+xJZdehk78sgjbOONN7IllphiL738ou237352+SWX29hRY+17J37fVnjrCvbxT37C/vDHP9riUxcPcSwrLLO8vfDC32zGXXfZx/b+t5Cw8dvHn2Brr72O3XvfvfbZfT9jq6y+in1or73sA8ThjFvEDjn8SDvzF7+2xSZOtgM//2V7/7+83/508y32fz/8vp38s1Ns1PhF7Mprr7ZVlls+ZLcdM2qMjRnLoZEcc9C3zbtvbxCRyH1gZX4aluISKjEsbUvDAljySVcASwEs+VzTgScKYGkGLH0JZV+3q6+6yn7323PtW0cfbWuvsaZt+45t+/JdjCThGnlMRtioMWNssSmL2ft2+4Cdecav7bhvHWcv/O1vtsvOO9uJP/iBjRk5xh595CG76Y832gfe///sLYsvZr88/XTbfMstQv6Tm2+91fbYfY/g/thg/fUDYFl08mS7WoDl8CNtm222thN/eJLdfPNNAbj87ne/tX9833vtawd9LcTUAFiwrMx9ffb8RGucJzSq75yiESPt7rtn2JVXXm2f/cxnbf31N7Djjv2WTZ++QThO4PUR8+yggw6ys848y5576nk79LDDbM01VrPPf+m/QgDt6musbuedf74tOXVJe+WVl+0v9/3F9tjjQ/bIww/bN446Ouyauv322+yrB+5vSy+7tG2+xWb2trdvYiNHj7RzLrzYbrjyGpsy+S22z3982j7x8U/aH2/6g/3gRyfZz375c3vLkovbTTfdbMtNmdJ3oGJIudJ34GII8OGMGfH8/DOaOCuJq1hYioWlXXFYAEs+5QpgKYAln2s68EQBLM2AhWX9vLlz7bprr7XzzzvPjv7GUbb9dtvbFz//haDAcVPMsXk2dvy4cA4QwGPqUkvZ9/7ve/a9737PXnv1VfvAbrvZccceGzLG/u3F5+z2O2+zbbZ5hy2x5FT7xS9+YVtsvkVwdtzyp1tst/d/MOQq2XD6dPvZz061iePH2zVXX2OXX3G5HXHkkbbV1lvZD086yW67/TY75eST7de//rW9Y4ft7agjjrT11l03HHgYzhsaafbySy8FlxWuq3Hjxtn4CRPt5ptvtQsvvMj++7+/attsu7Udc8yxtu5664YTnIl1OeHbJ9hpp/3S7pvxF9t3n31svWlr28GHHWIPPPhX22STje1HJ59iyyy7jL362iy7//4HbM899rQHH3jIDj/kkHAMwJ9uucWOOPLwEEczdcmpNmWJKSGe56Hnnrbnn3zSll1iKfvYHh+x/fbZz669/no76Scn2+lnnWnLrbyiXX81gGZyOOCRYws4KTqYi8h+O9IBlvm8r4iWAlgKYGlXHBbAkk+5AlgKYMnnmg48UQBLAmCZ7xP6/SWX2tlnnGEnfv/79o+77mIHfe1gW2vatL6ji/G3zE8pj6+CBGz/+7//a9854bshv8n7/+V9dsJxx4dYl7+99LzdcdfttuUWW9viS04JW54BLLPnzLVbb7nV9tp9z2AhIYbkpz/BwjLJfn/55XbFFVfat775LVt/w+l2+umn2cOPPmo/P+2Xdvwxx9hKq/6D/fDEH9qmm2xiE8ct0medmDfXbrjuOrv4ggvsvvvusw9/9GO2wYbT7bHHn7Srrr7GPvmf/2nbbvsO+8Y3vm7rrbeuLUKm3dfNjjnmGPvlaafbX+673z7+7x+3rbfYzA446AC79957bNq0dUKcy8RJEwNgeeCBB23vvfe22/98hx33rWNt1ZVXsRtvvMG+ccThNmrsaFt6uWVs6lJL2quzXrOZYyzE0Cw9ZartsOU77D8+/Um76ppr7KQfnWSnn/krW2Oj9e388863pSZNslE0ZNYcGzV6HBnl5h87PTIAn+AW0tlK84NYCmApgKVdcVgASz7lehKw1HWDFNYc9pZz4e9PPbxK9XL6cspBZEF+vf66UX799dc3GDD1IkYh9+A/4gteeuml1FeEcl/+8pfDx1/+LKSqM4ze/e53B1dAKg2yGjS/cC8Alm7wmWir80j4P9tzORTOx6eoXKsYFh0BwVice+659o1vfMPe80/vsSOOPMKmTSMPy7yQxI006ToXhXeRFfeII46wxx57zN7+9reHZ7n/l7/cZ9ddd53tvffHwtkvlCN2hrbeeOON9m//9m8hTfyaa64ZLCzElpx11lkhhuV73/uebb75Fvbzn58a5tP5559v//7v/x6exZWzzTbbhLq4x3zADXXCCSfYs889Z//xH/9hn/jEJ0JEDu/56Ec/YmuttVYAKGSCXXzxxQONPvvZz9pvf/vb0IZjjz02lPnUpz5lHPq51FJL2U033WSkgKf+GTPuCfUQ/3PkkUeGNj/4wIP22c991kiHv+eee9r73ve+EEtz94wZNnnSJJswYUJ4nnl3/fXX2/e///1gZdpg+nS78IILQmyQrpSzvSgbp+b32ZMZH9qn9O/QhrGiTdTPuDLXcrLdtpPptp353EoGLkyZbuuyXUMzDnPs5oUMvPLKKyvPU6tqF7899NBDtsEGG1TK5qqs6jxTDj/s5igOw7qff/75cDYQ3712oUwQcvFVN1H5fbvttgtK6s0KWAYyhp0ELAIhHOD5m9/8xv7nf/4nbEN+73vfa8svv3wABzp0k7/JdEtsC7t+vvSlL9ndd98djoAA6FAeAfy73/0ugBCU9tlnnx3O4AF0sK35wx/+cOBhTp3FSsM5VwTX/uEPfwi5WN7xjneE/0+dOtVuv/32AFQALgALANQee+wR3k9beRfPAIxOOumk0G5ACefNcBo67iISzwFY1lhjjQAgADgciUGbAVOAi3/9138NQp3yhxxyiO200072+OOP2x//+Ec79NBDg7I/+uijgxCnzIc+9KEAPHbb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"},32637:function(bn,$n,Et){"use strict";bn.exports=Et.p+"static/AssistantCode3.a8740efb.jpeg"},13014:function(bn,$n,Et){"use strict";bn.exports=Et.p+"static/yunying_code.7d649890.jpg"},93314:function(bn){"use strict";bn.exports="data:image/png;base64,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"},55351:function(bn){"use strict";bn.exports="data:image/png;base64,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"},96908:function(bn){"use strict";bn.exports="data:image/png;base64,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"},57177:function(bn){"use strict";bn.exports="data:image/png;base64,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"},81378:function(bn){"use strict";bn.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAAA8CAYAAADGxTD9AAAAAXNSR0IArs4c6QAAFoFJREFUeF7tXQl4k1W6fv8sTbqvlJa2tJSy74ugsiMqq4AKIlDUueNwR2dGHR0XdLwixW3uuF6Xq3O9o15nxuUiIIsCsijK1pa20NJ937eke5tmmec7f/40TfInaUNK6+R7nj5Jk7Of93z/t55w8JBnBYbwCnBDeOyeoXtWAB4Ae0AwpFeA+1SWbbA1A07KQSID6JWT0ivAyThIpBwgBSQy4+fCq0T4jANnrEdlWFkpjK/0ndAetd/znpMaTO0LZcz74tsxti0xjqVXfeNYZcZyxvHSuK3GbDYX03iMbbLy5nOz+pzGbGDrwpfj52DQG2DQAwad8Gcwvudf9ToDQN/pDdBrDYBFWfqMry/UAytP9fjPjJ/rYVHf2L7Qph4GaA0tOj1UnBYqvd6gMugMKr0OKoOOq+UMhhQ5DGfHPRNWMaSRaxy8bQBzPGAZAI3AFMAoAIJtnBnA2WaagdlU39iOAKKeje85FKY2TYDkwWh+APi2ebD0AJ8HMn/AzAHFA4x9Jxwss7bN5yXUpbnwB4SvY3Nu9LmwLr36NIKWAEhA1BlMgOUBCAZYBtJe761Byx+A3vV54Av1efDrtUawm4G+N+D5MfUcHH5s7H890KnqNjRWNGkaqlXqhgp1VV1JwxkOSJUAqUB0xk4s0Q4FgIty4KEweM8Yba+ARCmBzBuQeksgVXKQKugVkAdIoRwhhU+EHJycg0GrNz01Whs6UJhegtLsCmi7tI0GYC8H7osYTPhuO2Z3D9a19gB4sO6Mm8flFSKBd4QcyuFS+MbKIfOWMM6v69KjIq8WhVlFaKpvAQeuFsCr/gh45wmsbXHzsPrcvAfAfV6yn18FjgN8YmUInKiAd4TMJObUlNQj42wWutq7SNtXA9zrIVC88nts7Bgsq+AB8GDZiUEyDrm/BAFj5PBLUAASniNnpeSgvLCSjZADl8dBev8ubD41GIbsAfBg2IVBOAaSnUNnK6GM5DlyQ5UKmSlZ6GjvJBiT5epdGRSP7MRGzbUcvgfA13L1h0DfPtFyBE9VMKuMVqNH2rl0NNapBG78vQ98b9+B2xuu1VQ8AL5WKz+E+pV6cQiaqoAyXAp9tx5pyZfQUNdoBDEKAG5VEhJzrsWUPAC+Fqs+RPsMnOgF3xg5dBod0i9eRmM9D2IAFYB03m5sKRnoqXkAPNArPsT7CxingE+UFDqdHpfSMtHYYJIecn2hnL8DG+sGcooeAA/kav9M+gpIkEMZJYdBq0PqxXS0NDcLMvEFKRTzB1Kx8wD4ZwKqgZ6G/2g5vCPlaGttR+rFZMaRiSSQvLILW58YqPF4ADxQK/1z64cDs05IlByqqiqRX5gvKHV6gLspCYknB2LKHgAPxCr/TPuQ+XAImOQFzsDh0pVLUDcJ5jWUSaGcuBMbW9099WsOYDKYU8Qbi5zqshnZ6e41uGrtSxScU3NQhErR1UBhae4hstkaBiiWzDtSykSJri4NLmYmQ6s1dfz6bmx7xD0z7Gn1mgN4bX48CyapP9eBI/NLXZ5v3JYAzHlnOGvnyMJSqNO7TG36xMjYe41KB22r+GGR+nC48aNIVrb4780o2+OYkYTOVWLRnijk/JcKee+qoVHzMqE5zXlvOGLW+0MRIsXBGUVouuweJ9bys7HwjpJBldaJk2vcH/brP9aLRb1V11aisLzAKEpwWimks3Zic4bLm2qngUED4K5GHWpOttuda+U3bSj83ya7ZeLvCcD1f+HBd3hOMVQXeQDL/DhsVI1l71MerUXOm/zjzhYRV1lfmsC+Sn28FtmviZcV6t/wUSRGbQ5g/575RRWKPuE1c3Ma8+sgXPcmf7gynqvH5d3OO7DkARIowigzwDEtPxcLryApmrK7cGqtYwB31evQ3Wx94Bz3xJcgOThwrBd0Wj1Ssi6gW8sfTA44swuJ8zje9ewWGjQAdmZ2OW+rkPIwRfeJ09UAsH+CHGuuxLNOzj9Yjfz37R8axTAp1hWPBnmsOuu02BtXCL3Ges8IhOvLRkPmI0FjSie+ud55u//YB4Iw+w0e/Febkh+qQe47apea9Y2VQeYrQXlNGcpqeubFQfKrJGz9wKXG7VQeNADuqNKi6FNrrmU+9rqfOlDxtf3HudMAfkuFmPV+iN0QgMyXG6BK6xE1gqYpsDI5jnX9071VKHYwrklPhWDa88NY+csvNiDj2XrRJZ/7fgRG3xfIvv8qrgAdFc4Jq4MdwHQoCcQkA6fmXIBOz8v4HNAog2zcc9gsviguoNutAKZHsdRHYnd4y76LgU+UHKr0TvxwFx+y54iIu7WX9Ww8SwGS8/mp8YkBmPNuBHv/7fwSHph6A0jBshQhVqbGIWiKAgUfqnFue42p22HzvHHzyZHs/+83VKB8r/ihoRQjkuMp6IVShvYlFGLyjlCEzVXanIZXiJS5Y4laizSij+78/2lisrRA8kAJCz53RKO2BLL+ic5tr0btaftiGZXrrNGhu6n/IoQwJt+RMrbOJTVFqG4030vJX3dj632Oxt6f790K4CWHohF5s29/xmW3DoH98Oyex9TY3wRh9mvij1f15S4cWVBiBWCBW2vb9fhqZIFpEyNv9sGSQzFsDCdWlqHqqDgIiIsv+DyKlS39/xac3lSJpd9EI+Im1+Z9+YUGZPyHbaYVMlOB0DneNtdo5J3+GL7Ih31HcraYtYPmXPSx/SdeXzeORAifETJ0dnYivTgFBoMgRpEMLF24G5tP97VNR+WHJIBL97TgtBm37i+AJV4c1hbEsywEc8XOHJRHl5Si7rTtBASZLwfi4n7xXmydT60rR8XBNkx/IQwhM3s4cMgsJVOqCDT1Z5xLZij6W7MowMxFFkcbLPZ9R7UWX8XwFoOrSd4jOUilMuRWZkHdZq78cpdliJ5xtZNFBwTAxAW+u7nMap1uOhbDTEo1p9qR8oh95Ywe9YJp68fESpT8oyc9K+x6JUas8GPtB09TIGoV/55Eg45qHTprtSj8qMmmFWLKs6GY8scwNOdqcGBSEas3KjEAN3xotGRcV9xLPjafBJnFEv4tyPTRsZtKUfu9NUBJTApf6NOrD1dAYw7gikOt0Hc7r+SHTFcys6W7AOwVLIFXoBQ16iqU1BdaTvOJ3dj2iitzt6w7IADuqNHiq2jr0357xWgow2UoP9CK8/9eDZ8YOXxjZPAZaXyNkcN7uBRHF5dh7gcRGH1vIHQaA/ZE5ovKjk4rcUYzmt9oOW7L5i0Ox28tQ/Xxdkz+YyimPhvGPvsyPA8albV8GLXaF4u+iu61nqIAPhGD8Pk+aM7R4MBk/pC4QuYA3juqAJo+yK/XvRUOkpPdBWB6qpHuo9F0I73sgsU0uTYZFOShc93gb2x5wAD89YQiDLteyUBKDgVSZGI3+bOUb0e0L6EAEx8PRfQaP6gyOnFytbhts68Apr5vOT0SYXO9Uba3BT9sqMSNn0QiblMAOuu12BNpffDIbLYqLY4dPnMSA/CKlFgET1UyRdVcdnc0b7HvB7MIQWP2jiJlk8OVqgy0a6wU4H27sW1df+d+zTjwiRXlTF60R6TFd1Rq0VbSjbYyLdpLu9FW2s2UoxG3+qK1RIumzC67GnN/AEwmqmlJw5D3ngppO+pBjgCSYet+bGfc35IW7olih4mIQK4M44EsBuC1hfHswDYkd+LECuv2zNunC0wcORXMAaxR060nzsNB6ith9mp3cWAaiVewFBQnUaEqRVVzudXgOEjWJGHrAedHLV5ywDjw/rGFWF86Gu2lWrSV8cCM3xbIjPoElB+3VjHw0gbaIsHlXPyPZvyUWCU6I0sAtxV3Y/QvApH332pRTxx56TgJZwLOBtUYyP0kKPhrE87dX92rL6k3hzvrEtiTgwBZ+HGTybsmBuCN6jHMyO8M0eElU5w9MgfwF2F5fTKBCXZodwKY3MoE4rauVmTX2vQkF4dCOfFqpOcPGIBtycArLsQieLoS3a16ZL/WaFOWkyo4hN3gjejVPMdLe7oOWa+YUlms9tkcwAR2Uuh0HXrsH1folCuZYgjWF4/m+9pRh6w/Wfe1+EAUgiYp8M0NJezJILiubQGYAmvu7hjnDHZZmeY8DQ5MtC8nmwOY5Gq6b81Z8o6UMYuIOwFM3gvv4TLGjDJqkqHVWcd8SICXdmHbU86OW6zcNQWwI/OX5aAJ6IdnFqO1yPZNR8RJJz8dhomPhfSqShz/4NQipwAcscwHSw/zNuDv76hA+X5rJwYFDJFtmQKFzA+MLQCbx1VUHmlD9bE2m3sx/qFg5tBRZ3bh0PRipzlwfwHgVgADkAdL2F1zZc1FqG/v/RQzjrmbg9e0JGy60t85UD23AniZUfsmj9P+sdZchTRWAgxxMb943jtli7Tt5HnrRsnnLWg4T/cS9KaEXwZi5EZ/pulLjB45KkHyYe7bauS8pWIXdDgTzDPrtXCM+00w62BPTD46q+2HPToCcNQqXyzay1srLM1/5rNYkRyL4GlKNKZ24pu59mMkzDnwoZnF0DQ5H5o546VhzH3ubgBLlRLI/Tk0dzQjX51pc185cCeTkLhk0AL4ttxR8BvlxdyZx5bwygu5Q8l1KRDJpxTk0pKnYU4Aoti7/EEu1/Zyba/YB3Kn2nJ5Lvh8BAtTtKRvbyxBwwUe8M5Go60rjudd2xmdODzLcbCNIwBPfT4Mk5/iXbv2QihXpsUxsaTuTAeOLrRvZTIHcOmXLcy06CyRJYgcL+4GMF1XJQ+RsvvWLjcmQ0fXadogCbh7diHxY2fHb1nOrRz4rtYxTNkp+byZhQ7OejUc4Yt9cHBKEVryeDFAUM7MvWurMuIQOEGB6hNtOH4Lr8WS6eq23HhUHm5F+tP1vcSIcb8NwqQdoaDNNHQD437Lc1BnwinZ3b7G8xS+0BvLvuNjILLfaETqY44TbB0BeOmRaEQs8WXOhs8CckUDzVdfHoWAcV6oOtYGstjYo8FuRhPGToyJ4lRKW4rQ2NUTa2I+N7o8UAq/cTuxvl/hcG4DMGUd3FHNx9ReebWRKV7ktiVtPPcdFZIf4j1vzgJ4WlIYJj0RCl0nKWRFzGIhELl0dZ383bt9MaORy3j6i8NwfHk5yFohgI3abS3U4OCMYuja7XM3ewCmw3Fn3RjQfWP15ztwZJ44Z70tLx5+cXKTLdpZAP90TxW0rc4H4ox9MAgRS33dzoFp/BTYQ0p4i6YZha1Z9qb03m5s+3V/uLDbAEw3uaxM4e2+KY/VIucNFWb+aRjGPxzCrA57YwuY2coZAFMg9205o9j9tln/2Yi0p8Q5oxiAzZUpciuTB45kZqLkR2qgvtSFZcd47isQZVc4cnHbA/DIDf6Y/7cRrDlH1hMyMZKFoOj/mnDmvt5KD3FmWk+BYtb5IXYjHzx/9pdVIB3BWRqzPYgF+5B+cP6BHq6ozuhinsKrSSRGyPwl7B7izJZU6ETynDhAL4X0hp3Ycr6v/bsNwObKy+m7K9njnUxUxIVJO039Qy2yX1c5BeDrP4xAfGIgU1b2jym06doVJi4GYOK0ltYJqlN9vA2Xkhow+9VwZtKjCKqa4+0smozeH1taJhrMQ/XtAfjmUyMx7EY+auzriYUmscnWJt1Zn8BiCLLfVCH10d5xIRMeDcaMl8L7urd9Kn/xyVpc+bPjzJM+NUpc2FsCCQeUdRRA1S3OeDjg4lQor9uIjc5rpO60Qlz39nCM+RUf6GKuTC3aH4WoFX4sFpZEgbV5fE6cmAx8OanBJJemP1uHzBfFbcCWgBJkYP8xcqzJ4uMdiAiYFBif+VIjU/JINhfk5rz31YzDr8kZxTxsZJc9NKNYNFlTDMAhsxRYfpZ/AjnjQt7UOZYd7LRn6pD1cu85DmUAc3L6SQgJ2rXNKOiwK0ZQbu9Du7Dtzb4cErdwYDLe316eAJKDyQa7L77HsxS9zg8Lv4hC7Q/tOL25EreejrULYJKdKZWGLBDkzeuLTGquxJFiSMmHJZ+1IOvlBjRl8Y9LYTz0XrAXU8KneQaEvYMjBmDzWGjhCSS2MaSg3lHJ6wskEhR+ZB2nS8qQJUUs8wVF01Ecx8Wn6pD9qu3DPeU53hJCQVXkkcx/X42uut6MTswD2hcwiZUlzxz9NkduZxq6DeJiCgeu2RsY/zTsuFotOnELgEes9MXifbzt0zLFhsBNFgaSOYmckYFJGfIf44XmbMcy2vTdYSzwh+jgtCITUClIvTmvmylrAo1Y7osFX45glhLiyidXlZuC16nPVem8ZYBk9q8nFNq0CdsCsLmVwBnuO/EPIZj+Ap+SRFkkDeesbd3CmAkMI1b4ghwfw+bxMjwRJcSeWF1u/aTggDlvDwc5X8htT0Q28eK/tzD7OMm+7ibBNl+tKUO9zn7WDQd8loRtm5wdk1sALERz0SBI9qOYh/GP8KYtSxKi0djPTxnjWsnBwXEcA5Wt5Ehq48y91UyuJgpf5I15n4xgSiEBjoiSK/dEFYgGukTe4ouFe3rAe+GBGuT/pXfyprkcbysugvqxBDB9tvRIDBMHaPxkEqv+js/oGLbAGzNfCYeuXQ9dFz9fUlDDjNkVFAdB4ZZkUbEkGi/FKUet9mNxGgK1FGhw8ck6u2lPVJZMWgRicvpQZJwJ+KfaWYZ2OeUaOq8LOosvVo7iTCgxuVuvQW53msO6UnC3PI/Eow4LuksGnvnncIz/XTDqz3bgyIJSZqqypUA5M0CxMj9urWTiABFpuhvqE/iFMpKjDGaSUZedGMnuM7jwYA3yP7CdeXzT0RgMX+xjU7myBWAy7y0+EA3/0V649Hw9Lu3qSZ2nQKA7ahLYD6pYEkXiHVtSivqztrmv5RqSKzv/AzX70/fxN4ToYFL0XdBk3rJBThvy/rnzMhT62TNyahTpMtFhsO1OF9aEfsYgHKFTfoeVDh8PbuHANJCJj4ewC0QIGOQgEMvh6i+IKw609hIpxv8+mAWp0O0+ZftanLo0hOKRyUYrBl4aG5mvKOWo6ojtRY+72x+z3+Lz8egOhrofOxhXpUd8+h+tc9oS7g9EAF0EYvwJLNJc6n/qQOW3bb0SVS3XhTyYK5LjUL6vlUXJNSaLixlOrSnHZ55MeSaU5fE1pjrEilPNOiqkMtSiSmc/1oNxbXDPJSFxp6P23AZgRx17vu/HCtAD5mo/5t3Rpp2p6aFHji4VBgdaIwd0SsFN2YlE/tZAEfIAuB848lRxbQUq9Plo0ts3hxp7+HY3ti33ANi19fbUvsor0GFoRZHOvk1Y6FIC7q5dSPzcw4Gv8iZ4mnNtBQp0l9BlcHzFAAeu0h8B48V+JdQjQri2D57a/VyBBkMNanSOw1WNCt0bSUh82FZXHgD3cwM81VxbAT10yNWlQm+6vceupKuTQTJ7J7ZYGZE9AHZtHzy1XViBSn0B1Hpnr5jlziZh642WV7V6AOzCBniqurYCnWhDodZ2upGtliXA9l3Y9r75dx4Au7YHntourkChLhOdDjxzPV1wKl8oxpn/Fp0HwC5ugKe6ayvQbGhAuc75SwY5cB8lIfFeoVcPgF1bf09tl1fAgDxdut0wS+supIt2Y8v3zELxqSz7ajsnXZ6Sp4F/rRVoMFShRmf/yq3eK8JljcSE6dsxu9sD4H8trAzK2eqgQ54uDXohPdyJUXLgnkxC4sseADuxWJ4i7l+Ban0JGvW2U+9t9c4B7QZIJ3oA7P698fTgxAo0GepRobN/qaFlMxy4/f8E90wA8RE2tUgAAAAASUVORK5CYII="},212:function(bn,$n,Et){var Lt=Et(84749);function re(fe,pe,ne){return(pe=Lt(pe))in fe?Object.defineProperty(fe,pe,{value:ne,enumerable:!0,configurable:!0,writable:!0}):fe[pe]=ne,fe}bn.exports=re,bn.exports.__esModule=!0,bn.exports.default=bn.exports},95069:function(bn){function $n(Et){return Et&&Et.__esModule?Et:{default:Et}}bn.exports=$n,bn.exports.__esModule=!0,bn.exports.default=bn.exports},74751:function(bn,$n,Et){var Lt=Et(212);function re(pe,ne){var Ht=Object.keys(pe);if(Object.getOwnPropertySymbols){var oe=Object.getOwnPropertySymbols(pe);ne&&(oe=oe.filter(function(Oe){return Object.getOwnPropertyDescriptor(pe,Oe).enumerable})),Ht.push.apply(Ht,oe)}return Ht}function fe(pe){for(var ne=1;ne<arguments.length;ne++){var Ht=arguments[ne]!=null?arguments[ne]:{};ne%2?re(Object(Ht),!0).forEach(function(oe){Lt(pe,oe,Ht[oe])}):Object.getOwnPropertyDescriptors?Object.defineProperties(pe,Object.getOwnPropertyDescriptors(Ht)):re(Object(Ht)).forEach(function(oe){Object.defineProperty(pe,oe,Object.getOwnPropertyDescriptor(Ht,oe))})}return pe}bn.exports=fe,bn.exports.__esModule=!0,bn.exports.default=bn.exports},91428:function(bn,$n,Et){var Lt=Et(46218).default;function re(fe,pe){if(Lt(fe)!="object"||!fe)return fe;var ne=fe[Symbol.toPrimitive];if(ne!==void 0){var Ht=ne.call(fe,pe||"default");if(Lt(Ht)!="object")return Ht;throw new TypeError("@@toPrimitive must return a primitive value.")}return(pe==="string"?String:Number)(fe)}bn.exports=re,bn.exports.__esModule=!0,bn.exports.default=bn.exports},84749:function(bn,$n,Et){var Lt=Et(46218).default,re=Et(91428);function fe(pe){var ne=re(pe,"string");return Lt(ne)=="symbol"?ne:ne+""}bn.exports=fe,bn.exports.__esModule=!0,bn.exports.default=bn.exports},16722:function(bn,$n,Et){"use strict";Et.d($n,{Z:function(){return Oe}});const Lt=ge=>typeof ge=="object"&&ge!=null&&ge.nodeType===1,re=(ge,Nt)=>(!Nt||ge!=="hidden")&&ge!=="visible"&&ge!=="clip",fe=(ge,Nt)=>{if(ge.clientHeight<ge.scrollHeight||ge.clientWidth<ge.scrollWidth){const Je=getComputedStyle(ge,null);return re(Je.overflowY,Nt)||re(Je.overflowX,Nt)||(ie=>{const nn=(Bt=>{if(!Bt.ownerDocument||!Bt.ownerDocument.defaultView)return null;try{return Bt.ownerDocument.defaultView.frameElement}catch(et){return null}})(ie);return!!nn&&(nn.clientHeight<ie.scrollHeight||nn.clientWidth<ie.scrollWidth)})(ge)}return!1},pe=(ge,Nt,Je,ie,nn,Bt,et,nt)=>Bt<ge&&et>Nt||Bt>ge&&et<Nt?0:Bt<=ge&&nt<=Je||et>=Nt&&nt>=Je?Bt-ge-ie:et>Nt&&nt<Je||Bt<ge&&nt>Je?et-Nt+nn:0,ne=ge=>{const Nt=ge.parentElement;return Nt==null?ge.getRootNode().host||null:Nt},Ht=(ge,Nt)=>{var Je,ie,nn,Bt;if(typeof document=="undefined")return[];const{scrollMode:et,block:nt,inline:ct,boundary:lt,skipOverflowHiddenElements:gt}=Nt,mt=typeof lt=="function"?lt:Ve=>Ve!==lt;if(!Lt(ge))throw new TypeError("Invalid target");const St=document.scrollingElement||document.documentElement,Pt=[];let Rt=ge;for(;Lt(Rt)&&mt(Rt);){if(Rt=ne(Rt),Rt===St){Pt.push(Rt);break}Rt!=null&&Rt===document.body&&fe(Rt)&&!fe(document.documentElement)||Rt!=null&&fe(Rt,gt)&&Pt.push(Rt)}const Wt=(ie=(Je=window.visualViewport)==null?void 0:Je.width)!=null?ie:innerWidth,te=(Bt=(nn=window.visualViewport)==null?void 0:nn.height)!=null?Bt:innerHeight,{scrollX:Jt,scrollY:Vt}=window,{height:le,width:ae,top:Fe,right:De,bottom:Ee,left:Sn}=ge.getBoundingClientRect(),{top:rn,right:Ge,bottom:sn,left:$t}=(Ve=>{const Se=window.getComputedStyle(Ve);return{top:parseFloat(Se.scrollMarginTop)||0,right:parseFloat(Se.scrollMarginRight)||0,bottom:parseFloat(Se.scrollMarginBottom)||0,left:parseFloat(Se.scrollMarginLeft)||0}})(ge);let It=nt==="start"||nt==="nearest"?Fe-rn:nt==="end"?Ee+sn:Fe+le/2-rn+sn,Pe=ct==="center"?Sn+ae/2-$t+Ge:ct==="end"?De+Ge:Sn-$t;const an=[];for(let Ve=0;Ve<Pt.length;Ve++){const Se=Pt[Ve],{height:$e,width:He,top:xn,right:we,bottom:de,left:ke}=Se.getBoundingClientRect();if(et==="if-needed"&&Fe>=0&&Sn>=0&&Ee<=te&&De<=Wt&&(Se===St&&!fe(Se)||Fe>=xn&&Ee<=de&&Sn>=ke&&De<=we))return an;const ze=getComputedStyle(Se),fn=parseInt(ze.borderLeftWidth,10),Dt=parseInt(ze.borderTopWidth,10),wt=parseInt(ze.borderRightWidth,10),yt=parseInt(ze.borderBottomWidth,10);let kt=0,jt=0;const Mt="offsetWidth"in Se?Se.offsetWidth-Se.clientWidth-fn-wt:0,Gt="offsetHeight"in Se?Se.offsetHeight-Se.clientHeight-Dt-yt:0,Ce="offsetWidth"in Se?Se.offsetWidth===0?0:He/Se.offsetWidth:0,be="offsetHeight"in Se?Se.offsetHeight===0?0:$e/Se.offsetHeight:0;if(St===Se)kt=nt==="start"?It:nt==="end"?It-te:nt==="nearest"?pe(Vt,Vt+te,te,Dt,yt,Vt+It,Vt+It+le,le):It-te/2,jt=ct==="start"?Pe:ct==="center"?Pe-Wt/2:ct==="end"?Pe-Wt:pe(Jt,Jt+Wt,Wt,fn,wt,Jt+Pe,Jt+Pe+ae,ae),kt=Math.max(0,kt+Vt),jt=Math.max(0,jt+Jt);else{kt=nt==="start"?It-xn-Dt:nt==="end"?It-de+yt+Gt:nt==="nearest"?pe(xn,de,$e,Dt,yt+Gt,It,It+le,le):It-(xn+$e/2)+Gt/2,jt=ct==="start"?Pe-ke-fn:ct==="center"?Pe-(ke+He/2)+Mt/2:ct==="end"?Pe-we+wt+Mt:pe(ke,we,He,fn,wt+Mt,Pe,Pe+ae,ae);const{scrollLeft:on,scrollTop:Ae}=Se;kt=be===0?0:Math.max(0,Math.min(Ae+kt/be,Se.scrollHeight-$e/be+Gt)),jt=Ce===0?0:Math.max(0,Math.min(on+jt/Ce,Se.scrollWidth-He/Ce+Mt)),It+=Ae-kt,Pe+=on-jt}an.push({el:Se,top:kt,left:jt})}return an},oe=ge=>ge===!1?{block:"end",inline:"nearest"}:(Nt=>Nt===Object(Nt)&&Object.keys(Nt).length!==0)(ge)?ge:{block:"start",inline:"nearest"};function Oe(ge,Nt){if(!ge.isConnected||!(nn=>{let Bt=nn;for(;Bt&&Bt.parentNode;){if(Bt.parentNode===document)return!0;Bt=Bt.parentNode instanceof ShadowRoot?Bt.parentNode.host:Bt.parentNode}return!1})(ge))return;const Je=(nn=>{const Bt=window.getComputedStyle(nn);return{top:parseFloat(Bt.scrollMarginTop)||0,right:parseFloat(Bt.scrollMarginRight)||0,bottom:parseFloat(Bt.scrollMarginBottom)||0,left:parseFloat(Bt.scrollMarginLeft)||0}})(ge);if((nn=>typeof nn=="object"&&typeof nn.behavior=="function")(Nt))return Nt.behavior(Ht(ge,Nt));const ie=typeof Nt=="boolean"||Nt==null?void 0:Nt.behavior;for(const{el:nn,top:Bt,left:et}of Ht(ge,oe(Nt))){const nt=Bt-Je.top+Je.bottom,ct=et-Je.left+Je.right;nn.scroll({top:nt,left:ct,behavior:ie})}}}}]);
|