(self.webpackChunk=self.webpackChunk||[]).push([[4496],{8336:function(){"use strict"},12469:function(){"use strict"},99587:function(un,jn){"use strict";jn.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 un(Et,et,it,gt){it===void 0&&(it=0),gt===void 0&&(gt=1/0),this._name=Et,this._defaultValue=et,this._minimum=it,this._maximum=gt}Object.defineProperty(un.prototype,"name",{get:function(){return this._name},set:function(Et){if(typeof Et!="string"||Et==="")throw new Error("Shape name must be a valid string.");this._name=Et}}),Object.defineProperty(un.prototype,"defaultValue",{get:function(){return this._defaultValue},set:function(Et){if(typeof Et!="number"||isNaN(Et))throw new Error("The default value must be a real number, not: "+Et);this._defaultValue=Et}}),Object.defineProperty(un.prototype,"minimum",{get:function(){return this._minimum},set:function(Et){if(typeof Et!="number"||isNaN(Et))throw new Error("Minimum must be a real number, not: "+Et);this._minimum=Et}}),Object.defineProperty(un.prototype,"maximum",{get:function(){return this._maximum},set:function(Et){if(typeof Et!="number"||isNaN(Et))throw new Error("Maximum must be a real number, not: "+Et);this._maximum=Et}}),go.Shape._FigureParameters={},go.Shape.getFigureParameter=function(Et,et){var it=go.Shape._FigureParameters[Et];return it?it[et]:null},go.Shape.setFigureParameter=function(Et,et,it){if(!(it instanceof un))throw new Error("Third argument to Shape.setFigureParameter is not FigureParameter: "+it);if(it.defaultValueit.maximum)throw new Error("defaultValue must be between minimum and maximum, not: "+it.defaultValue);var gt=go.Shape._FigureParameters[Et];gt||(gt=[],go.Shape._FigureParameters[Et]=gt),gt[et]=it};var jn=[];function Jt(Et,et){var it=jn.pop();return it===void 0?new go.Point(Et,et):(it.x=Et,it.y=et,it)}function zt(){var Et=jn.pop();return Et===void 0?new go.Point:Et}function me(Et){jn.push(Et)}function we(Et,et,it,gt,lt,pt,vt,Lt,Ft){Ft||(Ft=new go.Point);var Ht=Et-it,Yt=lt-vt,ne=NaN,$t=NaN;if(Ht===0)if(Yt===0)Et===it&&(ne=Et,$t=et);else{var Qt=(pt-Lt)/Yt,Pe=pt-Qt*lt;ne=Et,$t=Qt*ne+Pe}else if(Yt===0){var ae=(et-gt)/Ht,be=et-ae*Et;ne=lt,$t=ae*ne+be}else{var ae=(et-gt)/Ht,Qt=(pt-Lt)/Yt,be=et-ae*Et,Pe=pt-Qt*lt;ne=(Pe-be)/(ae-Qt),$t=ae*ne+be}return Ft.x=ne,Ft.y=$t,Ft}function Me(Et,et,it,gt,lt,pt,vt,Lt,Ft,Ht,Yt,ne,$t,Qt){var Pe=1-Ft,ae=Ft,be=Et*Pe+it*ae,De=et*Pe+gt*ae,Ke=it*Pe+lt*ae,Nn=gt*Pe+pt*ae,qe=lt*Pe+vt*ae,fn=pt*Pe+Lt*ae,vn=be*Pe+Ke*ae,te=De*Pe+Nn*ae,Wt=Ke*Pe+qe*ae,Be=Nn*Pe+fn*ae,Sn=vn*Pe+Wt*ae,pn=te*Pe+Be*ae;Ht.x=be,Ht.y=De,Yt.x=vn,Yt.y=te,ne.x=Sn,ne.y=pn,$t.x=Wt,$t.y=Be,Qt.x=qe,Qt.y=fn}var ge=new go.Spot(.156,.156),he=new go.Spot(.844,.844),ee=4*((Math.sqrt(2)-1)/3);go.Shape.setFigureParameter("RoundedRectangle",0,new un("CornerRounding",5)),go.Shape.defineFigureGenerator("RoundedRectangle",function(Et,et,it){var gt=Et?Et.parameter1:NaN;(isNaN(gt)||gt<0)&&(gt=5),gt=Math.min(gt,et/3),gt=Math.min(gt,it/3);var lt=gt*ee,pt=new go.Geometry().add(new go.PathFigure(gt,0,!0).add(new go.PathSegment(go.PathSegment.Line,et-gt,0)).add(new go.PathSegment(go.PathSegment.Bezier,et,gt,et-lt,0,et,lt)).add(new go.PathSegment(go.PathSegment.Line,et,it-gt)).add(new go.PathSegment(go.PathSegment.Bezier,et-gt,it,et,it-lt,et-lt,it)).add(new go.PathSegment(go.PathSegment.Line,gt,it)).add(new go.PathSegment(go.PathSegment.Bezier,0,it-gt,lt,it,0,it-lt)).add(new go.PathSegment(go.PathSegment.Line,0,gt)).add(new go.PathSegment(go.PathSegment.Bezier,gt,0,0,lt,lt,0).close()));return lt>1&&(pt.spot1=new go.Spot(0,0,lt,lt),pt.spot2=new go.Spot(1,1,-lt,-lt)),pt}),go.Shape.defineFigureGenerator("Border","RoundedRectangle"),go.Shape.defineFigureGenerator("TriangleRight",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())).setSpots(0,.25,.5,.75)}),go.Shape.defineFigureGenerator("TriangleDown",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,.5*et,it).close())).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("TriangleLeft",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(et,it).add(new go.PathSegment(go.PathSegment.Line,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,et,0).close())).setSpots(.5,.25,1,.75)}),go.Shape.defineFigureGenerator("TriangleUp",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(et,it).add(new go.PathSegment(go.PathSegment.Line,0,it)).add(new go.PathSegment(go.PathSegment.Line,.5*et,0).close())).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("Triangle","TriangleUp"),go.Shape.defineFigureGenerator("Diamond",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(.5*et,0).add(new go.PathSegment(go.PathSegment.Line,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,.5*et,it)).add(new go.PathSegment(go.PathSegment.Line,et,.5*it).close())).setSpots(.25,.25,.75,.75)}),go.Shape.defineFigureGenerator("LineH",function(Et,et,it){var gt=new go.Geometry(go.Geometry.Line);return gt.startX=0,gt.startY=it/2,gt.endX=et,gt.endY=it/2,gt}),go.Shape.defineFigureGenerator("LineV",function(Et,et,it){var gt=new go.Geometry(go.Geometry.Line);return gt.startX=et/2,gt.startY=0,gt.endX=et/2,gt.endY=it,gt}),go.Shape.defineFigureGenerator("BarH","Rectangle"),go.Shape.defineFigureGenerator("BarV","Rectangle"),go.Shape.defineFigureGenerator("MinusLine","LineH"),go.Shape.defineFigureGenerator("PlusLine",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,it/2,!1).add(new go.PathSegment(go.PathSegment.Line,et,it/2)).add(new go.PathSegment(go.PathSegment.Move,et/2,0)).add(new go.PathSegment(go.PathSegment.Line,et/2,it)))}),go.Shape.defineFigureGenerator("XLine",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,it,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,0,0)).add(new go.PathSegment(go.PathSegment.Line,et,it)))}),go.Shape.defineFigureGenerator("LineRight",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(.25*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,.25*et,it)))}),go.Shape.defineFigureGenerator("LineDown",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,.25*it,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,.75*it)).add(new go.PathSegment(go.PathSegment.Line,et,.25*it)))}),go.Shape.defineFigureGenerator("LineLeft",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(.75*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,.75*et,it)))}),go.Shape.defineFigureGenerator("LineUp",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,.75*it,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,.25*it)).add(new go.PathSegment(go.PathSegment.Line,et,.75*it)))}),go.Shape.defineFigureGenerator("AsteriskLine",function(Et,et,it){var gt=.2/Math.SQRT2;return new go.Geometry().add(new go.PathFigure(gt*et,(1-gt)*it,!1).add(new go.PathSegment(go.PathSegment.Line,(1-gt)*et,gt*it)).add(new go.PathSegment(go.PathSegment.Move,gt*et,gt*it)).add(new go.PathSegment(go.PathSegment.Line,(1-gt)*et,(1-gt)*it)).add(new go.PathSegment(go.PathSegment.Move,0,it/2)).add(new go.PathSegment(go.PathSegment.Line,et,it/2)).add(new go.PathSegment(go.PathSegment.Move,et/2,0)).add(new go.PathSegment(go.PathSegment.Line,et/2,it)))}),go.Shape.defineFigureGenerator("CircleLine",function(Et,et,it){var gt=et/2,lt=new go.Geometry().add(new go.PathFigure(et,et/2,!1).add(new go.PathSegment(go.PathSegment.Arc,0,360,gt,gt,gt,gt).close()));return lt.spot1=ge,lt.spot2=he,lt.defaultStretch=go.GraphObject.Uniform,lt}),go.Shape.defineFigureGenerator("Line1",function(Et,et,it){var gt=new go.Geometry(go.Geometry.Line);return gt.startX=0,gt.startY=0,gt.endX=et,gt.endY=it,gt}),go.Shape.defineFigureGenerator("Line2",function(Et,et,it){var gt=new go.Geometry(go.Geometry.Line);return gt.startX=et,gt.startY=0,gt.endX=0,gt.endY=it,gt}),go.Shape.defineFigureGenerator("Curve1",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,it,ee*et,0,et,(1-ee)*it)))}),go.Shape.defineFigureGenerator("Curve2",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,et,it,0,ee*it,(1-ee)*et,it)))}),go.Shape.defineFigureGenerator("Curve3",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,it,et,ee*it,ee*et,it)))}),go.Shape.defineFigureGenerator("Curve4",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,it,(1-ee)*et,0,0,(1-ee)*it)))}),go.Shape.defineFigureGenerator("TriangleDownLeft",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())).setSpots(0,.5,.5,1)}),go.Shape.defineFigureGenerator("TriangleDownRight",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(et,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())).setSpots(.5,.5,1,1)}),go.Shape.defineFigureGenerator("TriangleUpLeft",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())).setSpots(0,0,.5,.5)}),go.Shape.defineFigureGenerator("TriangleUpRight",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,it).close())).setSpots(.5,0,1,.5)}),go.Shape.defineFigureGenerator("RightTriangle","TriangleDownLeft"),go.Shape.setFigureParameter("Parallelogram1",0,new un("Indent",.1,-.99,.99)),go.Shape.defineFigureGenerator("Parallelogram1",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)?gt=.1:gt<-1?gt=-1:gt>1&&(gt=1);var lt=Math.abs(gt)*et;if(gt===0){var pt=new go.Geometry(go.Geometry.Rectangle);return pt.startX=0,pt.startY=0,pt.endX=et,pt.endY=it,pt}else{var pt=new go.Geometry;return gt>0?pt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())):pt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,lt,it).close())),ltet&&(gt=et);var lt=Math.abs(gt);if(gt===0){var pt=new go.Geometry(go.Geometry.Rectangle);return pt.startX=0,pt.startY=0,pt.endX=et,pt.endY=it,pt}else{var pt=new go.Geometry;return gt>0?pt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())):pt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,lt,it).close())),lt.5&&(gt=.5);var lt=Math.abs(gt)*et;if(gt===0){var pt=new go.Geometry(go.Geometry.Rectangle);return pt.startX=0,pt.startY=0,pt.endX=et,pt.endY=it,pt}else{var pt=new go.Geometry;return gt>0?pt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())):pt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,it)).add(new go.PathSegment(go.PathSegment.Line,lt,it).close())),ltet&&(gt=et/2);var lt=Math.abs(gt);if(gt===0){var pt=new go.Geometry(go.Geometry.Rectangle);return pt.startX=0,pt.startY=0,pt.endX=et,pt.endY=it,pt}else{var pt=new go.Geometry;return gt>0?pt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())):pt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,it)).add(new go.PathSegment(go.PathSegment.Line,lt,it).close())),ltet&&(gt=et/2);var lt=Math.abs(gt);if(gt===0){var pt=new go.Geometry(go.Geometry.Rectangle);return pt.startX=0,pt.startY=0,pt.endX=et,pt.endY=it,pt}else{var pt=new go.Geometry;return gt>0?pt.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et-lt,it)).add(new go.PathSegment(go.PathSegment.Line,lt,it).close())):pt.add(new go.PathFigure(lt,0).add(new go.PathSegment(go.PathSegment.Line,et-lt,0)).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close())),lt0&&(vt.add(new go.PathSegment(go.PathSegment.Move,et/2+Lt,et/2)),vt.add(new go.PathSegment(go.PathSegment.Arc,0,-360,lt,lt,Lt,Lt).close())),pt.spot1=ge,pt.spot2=he,pt.defaultStretch=go.GraphObject.Uniform,pt}),go.Shape.defineFigureGenerator("Cloud",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(.08034461*et,.1944299*it,!0).add(new go.PathSegment(go.PathSegment.Bezier,.2008615*et,.05349299*it,-.09239631*et,.07836421*it,.1406031*et,-.0542823*it)).add(new go.PathSegment(go.PathSegment.Bezier,.4338609*et,.074219*it,.2450511*et,-.00697547*it,.3776197*et,-.01112067*it)).add(new go.PathSegment(go.PathSegment.Bezier,.6558228*et,.07004196*it,.4539471*et,0,.6066018*et,-.02526587*it)).add(new go.PathSegment(go.PathSegment.Bezier,.8921095*et,.08370865*it,.6914277*et,-.01904177*it,.8921095*et,-.01220843*it)).add(new go.PathSegment(go.PathSegment.Bezier,.9147671*et,.3194596*it,1.036446*et,.04105738*it,1.020377*et,.3022052*it)).add(new go.PathSegment(go.PathSegment.Bezier,.9082935*et,.562044*it,1.04448*et,.360238*it,.992256*et,.5219009*it)).add(new go.PathSegment(go.PathSegment.Bezier,.9212406*et,.8217117*it,1.032337*et,.5771781*it,1.018411*et,.8120651*it)).add(new go.PathSegment(go.PathSegment.Bezier,.7592566*et,.9156953*it,1.028411*et,.9571472*it,.8556702*et,1.052487*it)).add(new go.PathSegment(go.PathSegment.Bezier,.5101666*et,.9310455*it,.7431877*et,1.009325*it,.5624123*et,1.021761*it)).add(new go.PathSegment(go.PathSegment.Bezier,.2609328*et,.9344623*it,.4820677*et,1.031761*it,.3030112*et,1.002796*it)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*et,.870098*it,.2329994*et,1.01518*it,.03213784*et,1.01518*it)).add(new go.PathSegment(go.PathSegment.Bezier,.06829292*et,.6545475*it,-.02812061*et,.9032597*it,-.01205169*et,.6835638*it)).add(new go.PathSegment(go.PathSegment.Bezier,.06427569*et,.4265613*it,-.01812061*et,.6089503*it,-.00606892*et,.4555777*it)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*et,.1944299*it,-.01606892*et,.3892545*it,-.01205169*et,.1944299*it))).setSpots(.1,.1,.9,.9)}),go.Shape.defineFigureGenerator("StopSign",function(Et,et,it){var gt=1/(Math.SQRT2+2);return new go.Geometry().add(new go.PathFigure(gt*et,0,!0).add(new go.PathSegment(go.PathSegment.Line,(1-gt)*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,gt*it)).add(new go.PathSegment(go.PathSegment.Line,et,(1-gt)*it)).add(new go.PathSegment(go.PathSegment.Line,(1-gt)*et,it)).add(new go.PathSegment(go.PathSegment.Line,gt*et,it)).add(new go.PathSegment(go.PathSegment.Line,0,(1-gt)*it)).add(new go.PathSegment(go.PathSegment.Line,0,gt*it).close())).setSpots(gt/2,gt/2,1-gt/2,1-gt/2)}),go.Shape.setFigureParameter("Pie",0,new un("Start",0,-360,360)),go.Shape.setFigureParameter("Pie",1,new un("Sweep",315,-360,360)),go.Shape.defineFigureGenerator("Pie",function(Et,et,it){var gt=Et?Et.parameter1:NaN,lt=Et?Et.parameter2:NaN;isNaN(gt)&&(gt=0),isNaN(lt)&&(lt=315);var pt=gt%360;pt<0&&(pt+=360);var vt=lt%360,Lt=Math.min(et,it)/2;return new go.Geometry().add(new go.PathFigure(Lt,Lt).add(new go.PathSegment(go.PathSegment.Arc,pt,vt,Lt,Lt,Lt,Lt).close()))}),go.Shape.defineFigureGenerator("PiePiece",function(Et,et,it){var gt=ee/Math.SQRT2*.5,lt=Math.SQRT2/2,pt=1-Math.SQRT2/2;return new go.Geometry().add(new go.PathFigure(et,it,!0).add(new go.PathSegment(go.PathSegment.Bezier,lt*et,pt*it,et,(1-gt)*it,(lt+gt)*et,(pt+gt)*it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close()))}),go.Shape.setFigureParameter("ThickCross",0,new un("Thickness",30)),go.Shape.defineFigureGenerator("ThickCross",function(Et,et,it){var gt=Et?Et.parameter1:NaN;(isNaN(gt)||gt<0)&&(gt=30);var lt=Math.min(gt,et)/2,pt=et/2,vt=it/2;return new go.Geometry().add(new go.PathFigure(pt-lt,0,!0).add(new go.PathSegment(go.PathSegment.Line,pt+lt,0)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,it)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,it)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,vt-lt).close()))}),go.Shape.setFigureParameter("ThinCross",0,new un("Thickness",10)),go.Shape.defineFigureGenerator("ThinCross",function(Et,et,it){var gt=Et?Et.parameter1:NaN;(isNaN(gt)||gt<0)&&(gt=10);var lt=Math.min(gt,et)/2,pt=et/2,vt=it/2;return new go.Geometry().add(new go.PathFigure(pt-lt,0,!0).add(new go.PathSegment(go.PathSegment.Line,pt+lt,0)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,et,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,pt+lt,it)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,it)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,vt+lt)).add(new go.PathSegment(go.PathSegment.Line,0,vt-lt)).add(new go.PathSegment(go.PathSegment.Line,pt-lt,vt-lt).close()))}),go.Shape.setFigureParameter("ThickX",0,new un("Thickness",30)),go.Shape.defineFigureGenerator("ThickX",function(Et,et,it){var gt=Et?Et.parameter1:NaN;if((isNaN(gt)||gt<0)&&(gt=30),et===0||it===0){var lt=new go.Geometry(go.Geometry.Rectangle);return lt.startX=0,lt.startY=0,lt.endX=et,lt.endY=it,lt}else{var pt=et/2,vt=it/2,Lt=Math.atan2(it,et),Ft=gt-Math.min(Math.cos(Lt)*gt/2,pt),Ht=gt-Math.min(Math.sin(Lt)*gt/2,vt),lt=new go.Geometry,Yt=new go.PathFigure(Ft,0,!0);return lt.add(Yt),Yt.add(new go.PathSegment(go.PathSegment.Line,pt,.2*it)),Yt.add(new go.PathSegment(go.PathSegment.Line,et-Ft,0)),Yt.add(new go.PathSegment(go.PathSegment.Line,et,Ht)),Yt.add(new go.PathSegment(go.PathSegment.Line,.8*et,vt)),Yt.add(new go.PathSegment(go.PathSegment.Line,et,it-Ht)),Yt.add(new go.PathSegment(go.PathSegment.Line,et-Ft,it)),Yt.add(new go.PathSegment(go.PathSegment.Line,pt,.8*it)),Yt.add(new go.PathSegment(go.PathSegment.Line,Ft,it)),Yt.add(new go.PathSegment(go.PathSegment.Line,0,it-Ht)),Yt.add(new go.PathSegment(go.PathSegment.Line,.2*et,vt)),Yt.add(new go.PathSegment(go.PathSegment.Line,0,Ht).close()),lt}}),go.Shape.setFigureParameter("ThinX",0,new un("Thickness",10)),go.Shape.defineFigureGenerator("ThinX",function(Et,et,it){var gt=Et?Et.parameter1:NaN;(isNaN(gt)||gt<0)&&(gt=10);var lt=new go.Geometry,pt=new go.PathFigure(.1*et,0,!0);return lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.9*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.9*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.1*it).close()),lt}),go.Shape.setFigureParameter("SquareIBeam",0,new un("BeamWidth",.2,.1,.9)),go.Shape.defineFigureGenerator("SquareIBeam",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=.2);var lt=new go.Geometry,pt=new go.PathFigure(0,0,!0);return lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,gt*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5+gt/2)*et,gt*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5+gt/2)*et,(1-gt)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,(1-gt)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,(1-gt)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5-gt/2)*et,(1-gt)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(.5-gt/2)*et,gt*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,gt*it).close()),lt}),go.Shape.setFigureParameter("RoundedIBeam",0,new un("Curviness",.5,.05,.65)),go.Shape.defineFigureGenerator("RoundedIBeam",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=.5);var lt=new go.Geometry,pt=new go.PathFigure(0,0,!0);return lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Bezier,et,it,Math.abs(1-gt)*et,.25*it,Math.abs(1-gt)*et,.75*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,gt*et,.75*it,gt*et,.25*it).close()),lt}),go.Shape.defineFigureGenerator("HalfEllipse",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,ee*et,0,et,(.5-ee/2)*it)).add(new go.PathSegment(go.PathSegment.Bezier,0,it,et,(.5+ee/2)*it,ee*et,it).close())).setSpots(0,.156,.844,.844)}),go.Shape.defineFigureGenerator("Crescent",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,it,et,0,et,it)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.5*et,.75*it,.5*et,.25*it).close())).setSpots(.311,.266,.744,.744)}),go.Shape.defineFigureGenerator("Heart",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(.5*et,it,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,.3*it,.1*et,.8*it,0,.5*it)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*it,0,0,.45*et,0)).add(new go.PathSegment(go.PathSegment.Bezier,et,.3*it,.55*et,0,et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,.5*it,.9*et,.8*it).close())).setSpots(.14,.29,.86,.78)}),go.Shape.defineFigureGenerator("Spade",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(.5*et,0,!0).add(new go.PathSegment(go.PathSegment.Line,.51*et,.01*it)).add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,.6*et,.2*it,et,.25*it)).add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.7*it,et,.8*it,.6*et,.8*it)).add(new go.PathSegment(go.PathSegment.Bezier,.75*et,it,.5*et,.75*it,.55*et,.95*it)).add(new go.PathSegment(go.PathSegment.Line,.25*et,it)).add(new go.PathSegment(go.PathSegment.Bezier,.45*et,.7*it,.45*et,.95*it,.5*et,.75*it)).add(new go.PathSegment(go.PathSegment.Bezier,0,.5*it,.4*et,.8*it,0,.8*it)).add(new go.PathSegment(go.PathSegment.Bezier,.49*et,.01*it,0,.25*it,.4*et,.2*it).close())).setSpots(.14,.26,.86,.78)}),go.Shape.defineFigureGenerator("Club",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.4*et,.6*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.15*et,it,.5*et,.75*it,.45*et,.95*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.6*et,.6*it,.55*et,.95*it,.5*et,.75*it));var pt=.2,vt=.3,Lt=0,Ft=pt*ee;return lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5+pt+Lt)*it,(.5-pt+vt)*et,(.5+Ft+Lt)*it,(.5-Ft+vt)*et,(.5+pt+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+pt+vt)*et,(.5+Lt)*it,(.5+Ft+vt)*et,(.5+pt+Lt)*it,(.5+pt+vt)*et,(.5+Ft+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+Lt)*it,(1-.5+pt+vt)*et,(.5-Ft+Lt)*it,(.5+Ft+vt)*et,(.5-pt+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.65*et,.36771243*it,(.5-Ft+vt)*et,(.5-pt+Lt)*it,(.5-pt+vt+.05)*et,(.5-Ft+Lt-.02)*it)),pt=.2,vt=0,Lt=-.3,Ft=pt*ee,lt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+pt+vt)*et,(.5+Lt)*it,(.5+Ft+vt)*et,(.5+pt+Lt)*it,(.5+pt+vt)*et,(.5+Ft+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+Lt)*it,(1-.5+pt+vt)*et,(.5-Ft+Lt)*it,(.5+Ft+vt)*et,(.5-pt+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-pt+vt)*et,(.5+Lt)*it,(.5-Ft+vt)*et,(.5-pt+Lt)*it,(.5-pt+vt)*et,(.5-Ft+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-Ft+vt)*et,(.5+pt+Lt)*it,(.5-pt+vt)*et,(.5+Ft+Lt)*it,(.5-Ft+vt)*et,(.5+pt+Lt)*it)),pt=.2,vt=-.3,Lt=0,Ft=pt*ee,lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5-pt+Lt)*it,(1-.5+pt+vt-.05)*et,(.5-Ft+Lt-.02)*it,(.5+Ft+vt)*et,(.5-pt+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5-pt+vt)*et,(.5+Lt)*it,(.5-Ft+vt)*et,(.5-pt+Lt)*it,(.5-pt+vt)*et,(.5-Ft+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,(.5+vt)*et,(.5+pt+Lt)*it,(.5-pt+vt)*et,(.5+Ft+Lt)*it,(.5-Ft+vt)*et,(.5+pt+Lt)*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,.6*it,(.5+Ft+vt)*et,(.5+pt+Lt)*it,(.5+pt+vt)*et,(.5+Ft+Lt)*it).close()),gt.setSpots(.06,.33,.93,.68),gt}),go.Shape.defineFigureGenerator("YinYang",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et*.5,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,270,180,et*.5,et*.5,et*.5,et*.5)),lt.add(new go.PathSegment(go.PathSegment.Arc,90,-180,et*.5,et*.75,et*.25,et*.25)),lt.add(new go.PathSegment(go.PathSegment.Arc,90,180,et*.5,et*.25,et*.25,et*.25));var pt=.1,vt=.5,Lt=.25;return lt.add(new go.PathSegment(go.PathSegment.Move,(vt+pt)*et,Lt*it)),lt.add(new go.PathSegment(go.PathSegment.Arc,0,-360,et*vt,it*Lt,pt*et,pt*et).close()),lt=new go.PathFigure(et*.5,0,!1),gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,270,-180,et*.5,et*.5,et*.5,et*.5)),Lt=.75,lt=new go.PathFigure((vt+pt)*et,Lt*it,!0),gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,0,360,et*vt,it*Lt,pt*et,pt*et).close()),gt.defaultStretch=go.GraphObject.Uniform,gt}),go.Shape.defineFigureGenerator("Peace",function(Et,et,it){var gt=.8535533905932737,lt=.5*et,pt=.5*it;return new go.Geometry().add(new go.PathFigure(lt,0,!1).add(new go.PathSegment(go.PathSegment.Arc,270,360,lt,pt,lt,pt)).add(new go.PathSegment(go.PathSegment.Line,lt,it)).add(new go.PathSegment(go.PathSegment.Move,lt,pt)).add(new go.PathSegment(go.PathSegment.Line,(1-gt)*et,gt*it)).add(new go.PathSegment(go.PathSegment.Move,lt,pt)).add(new go.PathSegment(go.PathSegment.Line,gt*et,gt*it)))}),go.Shape.defineFigureGenerator("NotAllowed",function(Et,et,it){var gt=new go.Geometry,lt=ee*.5,pt=.5,vt=.5,Lt=.5,Ft=new go.PathFigure(vt*et,(Lt-pt)*it);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),pt=.4,lt=ee*.4;var Ht=zt(),Yt=zt(),ne=zt(),$t=zt();Me(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.42,Ht,Yt,ne,$t,$t);var Qt=zt(),Pe=zt(),ae=zt();Me(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.58,$t,$t,ae,Qt,Pe);var be=zt(),De=zt(),Ke=zt();Me(vt,Lt+pt,vt-lt,Lt+pt,vt-pt,Lt+lt,vt-pt,Lt,.42,be,De,Ke,$t,$t);var Nn=zt(),qe=zt(),fn=zt();return Me(vt,Lt+pt,vt-lt,Lt+pt,vt-pt,Lt+lt,vt-pt,Lt,.58,$t,$t,fn,Nn,qe),Ft.add(new go.PathSegment(go.PathSegment.Move,fn.x*et,fn.y*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,Nn.x*et,Nn.y*it,qe.x*et,qe.y*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,ne.x*et,ne.y*it,Ht.x*et,Ht.y*it,Yt.x*et,Yt.y*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,fn.x*et,fn.y*it).close()),Ft.add(new go.PathSegment(go.PathSegment.Move,Ke.x*et,Ke.y*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,ae.x*et,ae.y*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,Qt.x*et,Qt.y*it,Pe.x*et,Pe.y*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,Ke.x*et,Ke.y*it,be.x*et,be.y*it,De.x*et,De.y*it).close()),me(Ht),me(Yt),me(ne),me($t),me(Qt),me(Pe),me(ae),me(be),me(De),me(Ke),me(Nn),me(qe),me(fn),gt.defaultStretch=go.GraphObject.Uniform,gt}),go.Shape.defineFigureGenerator("Fragile",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.25*et,0)).add(new go.PathSegment(go.PathSegment.Line,.2*et,.15*it)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.25*it)).add(new go.PathSegment(go.PathSegment.Line,.29*et,.33*it)).add(new go.PathSegment(go.PathSegment.Line,.35*et,.25*it)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.15*it)).add(new go.PathSegment(go.PathSegment.Line,.4*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.5*it,et,.25*it,.75*et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,.55*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.7*et,it)).add(new go.PathSegment(go.PathSegment.Line,.3*et,it)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.45*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.45*et,.5*it)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.5*it,0,.25*it).close()))}),go.Shape.setFigureParameter("HourGlass",0,new un("Thickness",30)),go.Shape.defineFigureGenerator("HourGlass",function(Et,et,it){var gt=Et?Et.parameter1:NaN;(isNaN(gt)||gt<0)&&(gt=30),gt>et&&(gt=et);var lt=(et-gt)/2,pt=lt+gt;return new go.Geometry().add(new go.PathFigure(pt,.5*it).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it)).add(new go.PathSegment(go.PathSegment.Line,lt,.5*it)).add(new go.PathSegment(go.PathSegment.Line,0,0)).add(new go.PathSegment(go.PathSegment.Line,et,0).close()))}),go.Shape.defineFigureGenerator("Lightning",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,.55*it).add(new go.PathSegment(go.PathSegment.Line,.6*et,0)).add(new go.PathSegment(go.PathSegment.Line,.3*et,.45*it)).add(new go.PathSegment(go.PathSegment.Line,et,.45*it)).add(new go.PathSegment(go.PathSegment.Line,.4*et,it)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.55*it).close()))}),go.Shape.defineFigureGenerator("GenderMale",function(Et,et,it){var gt=new go.Geometry,lt=ee*.4,pt=.4,vt=.5,Lt=.5,Ft=zt(),Ht=zt(),Yt=zt(),ne=zt(),$t=new go.PathFigure((vt-pt)*et,Lt*it,!1);gt.add($t),$t.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it)),Me(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.44,Yt,ne,Ht,Ft,Ft),$t.add(new go.PathSegment(go.PathSegment.Bezier,Ht.x*et,Ht.y*it,Yt.x*et,Yt.y*it,ne.x*et,ne.y*it));var Qt=Jt(Ht.x,Ht.y);Me(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.56,Ft,Ft,Ht,Yt,ne);var Pe=Jt(Ht.x,Ht.y);$t.add(new go.PathSegment(go.PathSegment.Line,(Qt.x*.1+.95*.9)*et,Qt.y*.1*it)),$t.add(new go.PathSegment(go.PathSegment.Line,.85*et,Qt.y*.1*it)),$t.add(new go.PathSegment(go.PathSegment.Line,.85*et,0)),$t.add(new go.PathSegment(go.PathSegment.Line,et,0)),$t.add(new go.PathSegment(go.PathSegment.Line,et,.15*it)),$t.add(new go.PathSegment(go.PathSegment.Line,(Pe.x*.1+.9)*et,.15*it)),$t.add(new go.PathSegment(go.PathSegment.Line,(Pe.x*.1+.9)*et,(Pe.y*.1+.05*.9)*it)),$t.add(new go.PathSegment(go.PathSegment.Line,Pe.x*et,Pe.y*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,Yt.x*et,Yt.y*it,ne.x*et,ne.y*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it)),pt=.35,lt=ee*.35;var ae=new go.PathFigure(vt*et,(Lt-pt)*it,!1);gt.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),ae.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it)),ae.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),ae.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it));var be=new go.PathFigure((vt-pt)*et,Lt*it,!1);return gt.add(be),me(Ft),me(Ht),me(Yt),me(ne),me(Qt),me(Pe),gt.spot1=new go.Spot(.202,.257),gt.spot2=new go.Spot(.792,.739),gt.defaultStretch=go.GraphObject.Uniform,gt}),go.Shape.defineFigureGenerator("GenderFemale",function(Et,et,it){var gt=new go.Geometry,lt=.375,pt=0,vt=-.125,Lt=lt*ee,Ft=new go.PathFigure((.525+pt)*et,(.5+lt+vt)*it,!1);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+lt+pt)*et,(.5+vt)*it,(.5+Lt+pt)*et,(.5+lt+vt)*it,(.5+lt+pt)*et,(.5+Lt+vt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(.5+pt)*et,(.5-lt+vt)*it,(1-.5+lt+pt)*et,(.5-Lt+vt)*it,(.5+Lt+pt)*et,(.5-lt+vt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+pt)*et,(.5+vt)*it,(.5-Lt+pt)*et,(.5-lt+vt)*it,(.5-lt+pt)*et,(.5-Lt+vt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(.475+pt)*et,(.5+lt+vt)*it,(.5-lt+pt)*et,(.5+Lt+vt)*it,(.5-Lt+pt)*et,(.5+lt+vt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.475*et,.85*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.425*et,.85*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.425*et,.9*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.475*et,.9*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.475*et,it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.525*et,it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.525*et,.9*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.575*et,.9*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.575*et,.85*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.525*et,.85*it).close()),lt=.325,pt=0,vt=-.125,Lt=lt*ee;var Ft=new go.PathFigure((1-.5+lt+pt)*et,(.5+vt)*it,!1);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(.5+pt)*et,(.5+lt+vt)*it,(.5+lt+pt)*et,(.5+Lt+vt)*it,(.5+Lt+pt)*et,(.5+lt+vt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+pt)*et,(.5+vt)*it,(.5-Lt+pt)*et,(.5+lt+vt)*it,(.5-lt+pt)*et,(.5+Lt+vt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(.5+pt)*et,(.5-lt+vt)*it,(.5-lt+pt)*et,(.5-Lt+vt)*it,(.5-Lt+pt)*et,(.5-lt+vt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+lt+pt)*et,(.5+vt)*it,(.5+Lt+pt)*et,(.5-lt+vt)*it,(1-.5+lt+pt)*et,(.5-Lt+vt)*it));var Ft=new go.PathFigure((.525+pt)*et,(.5+lt+vt)*it,!1);return gt.add(Ft),gt.spot1=new go.Spot(.232,.136),gt.spot2=new go.Spot(.682,.611),gt.defaultStretch=go.GraphObject.Uniform,gt}),go.Shape.defineFigureGenerator("LogicImplies",function(Et,et,it){var gt=Et?Et.parameter1:NaN;return isNaN(gt)&&(gt=.2),new go.Geometry().add(new go.PathFigure((1-gt)*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,(1-gt)*et,it)).add(new go.PathSegment(go.PathSegment.Move,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,et,.5*it))).setSpots(0,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicIff",function(Et,et,it){var gt=Et?Et.parameter1:NaN;return isNaN(gt)&&(gt=.2),new go.Geometry().add(new go.PathFigure((1-gt)*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,(1-gt)*et,it)).add(new go.PathSegment(go.PathSegment.Move,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,et,.5*it)).add(new go.PathSegment(go.PathSegment.Move,gt*et,0)).add(new go.PathSegment(go.PathSegment.Line,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,gt*et,it))).setSpots(.2,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicNot",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,it)))}),go.Shape.defineFigureGenerator("LogicAnd",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,it,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,0)).add(new go.PathSegment(go.PathSegment.Line,et,it))).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("LogicOr",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,it)).add(new go.PathSegment(go.PathSegment.Line,et,0))).setSpots(.219,0,.78,.409)}),go.Shape.defineFigureGenerator("LogicXor",function(Et,et,it){var gt=new go.Geometry().add(new go.PathFigure(.5*et,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,it)).add(new go.PathSegment(go.PathSegment.Move,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,et,.5*it)).add(new go.PathSegment(go.PathSegment.Arc,0,360,.5*et,.5*it,.5*et,.5*it)));return gt.defaultStretch=go.GraphObject.Uniform,gt}),go.Shape.defineFigureGenerator("LogicTruth",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,.5*et,0)).add(new go.PathSegment(go.PathSegment.Line,.5*et,it)))}),go.Shape.defineFigureGenerator("LogicFalsity",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,it,!1).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Move,.5*et,it)).add(new go.PathSegment(go.PathSegment.Line,.5*et,0)))}),go.Shape.defineFigureGenerator("LogicThereExists",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,0,.5*it)).add(new go.PathSegment(go.PathSegment.Move,et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it)))}),go.Shape.defineFigureGenerator("LogicForAll",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*et,it)).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,.25*et,.5*it)).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*it))).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("LogicIsDefinedAs",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Move,0,.5*it)).add(new go.PathSegment(go.PathSegment.Line,et,.5*it)).add(new go.PathSegment(go.PathSegment.Move,0,it)).add(new go.PathSegment(go.PathSegment.Line,et,it))).setSpots(.01,.01,.99,.49)}),go.Shape.defineFigureGenerator("LogicIntersect",function(Et,et,it){var gt=.5;return new go.Geometry().add(new go.PathFigure(0,it,!1).add(new go.PathSegment(go.PathSegment.Line,0,gt*it)).add(new go.PathSegment(go.PathSegment.Arc,180,180,gt*et,gt*it,gt*et,gt*it)).add(new go.PathSegment(go.PathSegment.Line,et,it))).setSpots(0,.5,1,1)}),go.Shape.defineFigureGenerator("LogicUnion",function(Et,et,it){var gt=.5;return new go.Geometry().add(new go.PathFigure(et,0,!1).add(new go.PathSegment(go.PathSegment.Line,et,gt*it)).add(new go.PathSegment(go.PathSegment.Arc,0,180,gt*et,gt*it,gt*et,gt*it)).add(new go.PathSegment(go.PathSegment.Line,0,0))).setSpots(0,0,1,.5)}),go.Shape.setFigureParameter("Arrow",0,new un("ArrowheadWidth",.3,.01,.99)),go.Shape.setFigureParameter("Arrow",1,new un("TailHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("Arrow",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=.3);var lt=Et?Et.parameter2:NaN;isNaN(lt)&&(lt=.3);var pt=(1-gt)*et,vt=(.5-lt/2)*it,Lt=(.5+lt/2)*it,Ft=new go.Geometry,Ht=new go.PathFigure(0,vt,!0);Ft.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Line,pt,vt)),Ht.add(new go.PathSegment(go.PathSegment.Line,pt,0)),Ht.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),Ht.add(new go.PathSegment(go.PathSegment.Line,pt,it)),Ht.add(new go.PathSegment(go.PathSegment.Line,pt,Lt)),Ht.add(new go.PathSegment(go.PathSegment.Line,0,Lt).close()),Ft.spot1=new go.Spot(0,vt/it);var Yt=we(0,Lt/it,1,Lt/it,pt/et,1,1,.5,zt());return Ft.spot2=new go.Spot(Yt.x,Yt.y),me(Yt),Ft}),go.Shape.setFigureParameter("Arrow2",0,new un("ArrowheadWidth",30)),go.Shape.setFigureParameter("Arrow2",0,new un("TailHeight",30)),go.Shape.defineFigureGenerator("Arrow2",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=30),gt>et&&(gt=et);var lt=Et?Et.parameter2:NaN;isNaN(lt)&&(lt=30),lt=Math.min(lt,it/2);var pt=et-gt,vt=(it-lt)/2,Lt=vt+lt,Ft=new go.Geometry,Ht=new go.PathFigure(0,vt,!0);Ft.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Line,pt,vt)),Ht.add(new go.PathSegment(go.PathSegment.Line,pt,0)),Ht.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),Ht.add(new go.PathSegment(go.PathSegment.Line,pt,it)),Ht.add(new go.PathSegment(go.PathSegment.Line,pt,Lt)),Ht.add(new go.PathSegment(go.PathSegment.Line,0,Lt).close()),Ft.spot1=new go.Spot(0,vt/it);var Yt=we(0,Lt/it,1,Lt/it,pt/et,1,1,.5,zt());return Ft.spot2=new go.Spot(Yt.x,Yt.y),me(Yt),Ft}),go.Shape.defineFigureGenerator("Chevron",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it).close()),gt}),go.Shape.defineFigureGenerator("DoubleArrow",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.214*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,1*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.786*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,1*it).close()),gt}),go.Shape.setFigureParameter("DoubleEndArrow",0,new un("ConnecterHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("DoubleEndArrow",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=.3);var lt=(.5-gt/2)*it,pt=(.5+gt/2)*it,vt=new go.Geometry,Lt=new go.PathFigure(et,.5*it,!0);vt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),Lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close());var Ft=we(0,.5,.3,0,0,lt/it,.1,lt/it,zt());return vt.spot1=new go.Spot(Ft.x,Ft.y),Ft=we(.7,1,1,.5,0,pt/it,1,pt/it,Ft),vt.spot2=new go.Spot(Ft.x,Ft.y),me(Ft),vt}),go.Shape.setFigureParameter("DoubleEndArrow2",0,new un("ConnecterHeight",40)),go.Shape.setFigureParameter("DoubleEndArrow2",1,new un("ArrowHeight",100)),go.Shape.defineFigureGenerator("DoubleEndArrow2",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=40);var lt=Et?Et.parameter2:NaN;isNaN(lt)&&(lt=100);var pt=(it-gt)/2,vt=pt+gt,Lt=(it-lt)/2,Ft=Lt+lt;(gt>it||lt>it)&&(lt>gt?(gt=gt*it/lt,pt=(it-gt)/2,vt=pt+gt,Lt=0,Ft=it):(pt=0,vt=it,Lt=0,Ft=it));var Ht=new go.Geometry,Yt=new go.PathFigure(et,.5*it,!0);Ht.add(Yt),Yt.add(new go.PathSegment(go.PathSegment.Line,.7*et,Ft)),Yt.add(new go.PathSegment(go.PathSegment.Line,.7*et,vt)),Yt.add(new go.PathSegment(go.PathSegment.Line,.3*et,vt)),Yt.add(new go.PathSegment(go.PathSegment.Line,.3*et,Ft)),Yt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it)),Yt.add(new go.PathSegment(go.PathSegment.Line,.3*et,Lt)),Yt.add(new go.PathSegment(go.PathSegment.Line,.3*et,pt)),Yt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Yt.add(new go.PathSegment(go.PathSegment.Line,.7*et,Lt).close());var ne=we(0,.5,.3,Lt/it,0,pt/it,1,pt/it,zt());return Ht.spot1=new go.Spot(ne.x,ne.y),ne=we(.7,Ft/it,1,.5,0,vt/it,1,vt/it,ne),Ht.spot2=new go.Spot(ne.x,ne.y),me(ne),Ht}),go.Shape.setFigureParameter("IBeamArrow",0,new un("ConnectorHeight",.7,.51,.97)),go.Shape.defineFigureGenerator("IBeamArrow",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=.3);var lt=(.5-gt/2)*it,pt=(.5+gt/2)*it,vt=new go.Geometry,Lt=new go.PathFigure(et,.5*it,!0);vt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,0)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),vt.spot1=new go.Spot(0,lt/it);var Ft=we(.7,1,1,.5,0,pt/it,1,pt/it,zt());return vt.spot2=new go.Spot(Ft.x,Ft.y),me(Ft),vt}),go.Shape.setFigureParameter("IBeamArrow2",0,new un("ConnectorHeight",40)),go.Shape.setFigureParameter("IBeamArrow2",1,new un("BeamArrowHeight",100)),go.Shape.defineFigureGenerator("IBeamArrow2",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=40);var lt=Et?Et.parameter2:NaN;isNaN(lt)&&(lt=100);var pt=(it-gt)/2,vt=pt+gt,Lt=(it-lt)/2,Ft=Lt+lt;(gt>it||lt>it)&&(lt>gt?(gt=gt*it/lt,pt=(it-gt)/2,vt=pt+gt,Lt=0,Ft=it):(pt=0,vt=it,Lt=0,Ft=it));var Ht=new go.Geometry,Yt=new go.PathFigure(et,.5*it,!0);Ht.add(Yt),Yt.add(new go.PathSegment(go.PathSegment.Line,.7*et,Ft)),Yt.add(new go.PathSegment(go.PathSegment.Line,.7*et,vt)),Yt.add(new go.PathSegment(go.PathSegment.Line,.2*et,vt)),Yt.add(new go.PathSegment(go.PathSegment.Line,.2*et,Ft)),Yt.add(new go.PathSegment(go.PathSegment.Line,0,Ft)),Yt.add(new go.PathSegment(go.PathSegment.Line,0,Lt)),Yt.add(new go.PathSegment(go.PathSegment.Line,.2*et,Lt)),Yt.add(new go.PathSegment(go.PathSegment.Line,.2*et,pt)),Yt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Yt.add(new go.PathSegment(go.PathSegment.Line,.7*et,Lt).close()),Ht.spot1=new go.Spot(0,pt/it);var ne=we(.7,Ft/it,1,.5,0,vt/it,1,vt/it,zt());return Ht.spot2=new go.Spot(ne.x,ne.y),me(ne),Ht}),go.Shape.setFigureParameter("Pointer",0,new un("BackPoint",.1,0,.2)),go.Shape.defineFigureGenerator("Pointer",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=.1);var lt=new go.Geometry,pt=new go.PathFigure(et,.5*it,!0);lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,gt*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,0).close()),lt.spot1=new go.Spot(gt,.35);var vt=we(.2,.65,1,.65,0,1,1,.5,zt());return lt.spot2=new go.Spot(vt.x,vt.y),me(vt),lt}),go.Shape.setFigureParameter("RoundedPointer",0,new un("RoundedEdge",.3,0,.5)),go.Shape.defineFigureGenerator("RoundedPointer",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=.3);var lt=new go.Geometry,pt=new go.PathFigure(et,.5*it,!0);lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,gt*et,.75*it,gt*et,.25*it).close()),lt.spot1=new go.Spot(gt,.35);var vt=we(0,.65,1,.65,0,1,1,.5,zt());return lt.spot2=new go.Spot(vt.x,vt.y),me(vt),lt}),go.Shape.setFigureParameter("SplitEndArrow",0,new un("TailHeight",.4,.01,.99)),go.Shape.defineFigureGenerator("SplitEndArrow",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=.4);var lt=(.5-gt/2)*it,pt=(.5+gt/2)*it,vt=new go.Geometry,Lt=new go.PathFigure(et,.5*it,!0);vt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),vt.spot1=new go.Spot(.2,.3);var Ft=we(.7,1,1,.5,0,pt/it,1,pt/it,zt());return vt.spot2=new go.Spot(Ft.x,Ft.y),me(Ft),vt}),go.Shape.setFigureParameter("SplitEndArrow2",0,new un("TailThickness",50)),go.Shape.defineFigureGenerator("SplitEndArrow2",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=50);var lt=(it-gt)/2,pt=lt+gt;gt>it&&(lt=0,pt=it);var vt=new go.Geometry,Lt=new go.PathFigure(et,.5*it,!0);vt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0).close()),vt.spot1=new go.Spot(.2,lt/it);var Ft=we(.7,1,1,.5,0,pt/it,1,pt/it,zt());return vt.spot2=new go.Spot(Ft.x,Ft.y),me(Ft),vt}),go.Shape.setFigureParameter("SquareArrow",0,new un("ArrowPoint",.7,.2,.9)),go.Shape.defineFigureGenerator("SquareArrow",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=.7);var lt=new go.Geometry,pt=new go.PathFigure(et,.5*it,!0);return lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,gt*et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,0)),pt.add(new go.PathSegment(go.PathSegment.Line,gt*et,0).close()),lt.spot1=go.Spot.TopLeft,lt.spot2=new go.Spot(gt,1),lt}),go.Shape.defineFigureGenerator("Cone1",function(Et,et,it){var gt=new go.Geometry,lt=ee*.5,pt=ee*.1,vt=new go.PathFigure(0,.9*it,!0);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,(.9+pt)*it,(.5+lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*it,(.5-lt)*et,it,0,(.9+pt)*it).close()),gt.spot1=new go.Spot(.25,.5),gt.spot2=new go.Spot(.75,.97),gt}),go.Shape.defineFigureGenerator("Cone2",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.9*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.9*it,(1-.85/.9)*et,it,.85/.9*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.9*it).close());var pt=new go.PathFigure(0,.9*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Bezier,et,.9*it,(1-.85/.9)*et,.8*it,.85/.9*et,.8*it)),gt.spot1=new go.Spot(.25,.5),gt.spot2=new go.Spot(.75,.82),gt}),go.Shape.defineFigureGenerator("Cube1",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.5*et,it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.15*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.85*it).close());var pt=new go.PathFigure(.5*et,it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.15*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.15*it)),gt.spot1=new go.Spot(0,.3),gt.spot2=new go.Spot(.5,.85),gt}),go.Shape.defineFigureGenerator("Cube2",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.3*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0).close());var pt=new go.PathFigure(0,.3*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Move,.7*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.7*et,it)),gt.spot1=new go.Spot(0,.3),gt.spot2=new go.Spot(.7,1),gt}),go.Shape.defineFigureGenerator("Cylinder1",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=5),gt=Math.min(gt,it/3);var lt=new go.Geometry,pt=ee*.5,vt=new go.PathFigure(0,gt,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,ee*gt,(.5-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,1*et,gt,(.5+pt)*et,0,1*et,ee*gt)),vt.add(new go.PathSegment(go.PathSegment.Line,et,it-gt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,1*it,1*et,it-ee*gt,(.5+pt)*et,1*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,it-gt,(.5-pt)*et,1*it,0,it-ee*gt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,gt));var Lt=new go.PathFigure(et,gt,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,2*gt,1*et,2*gt-ee*gt,(.5+pt)*et,2*gt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,gt,(.5-pt)*et,2*gt,0,2*gt-ee*gt)),lt.spot1=new go.Spot(0,0,0,2*gt),lt.spot2=new go.Spot(1,1),lt}),go.Shape.defineFigureGenerator("Cylinder2",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=5),gt=Math.min(gt,it/3);var lt=new go.Geometry,pt=ee*.5,vt=new go.PathFigure(0,it-gt,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,0,gt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,ee*gt,(.5-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,gt,(.5+pt)*et,0,et,ee*gt)),vt.add(new go.PathSegment(go.PathSegment.Line,et,it-gt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,it-ee*gt,(.5+pt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,it-gt,(.5-pt)*et,it,0,it-ee*gt));var Lt=new go.PathFigure(0,it-gt,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it-2*gt,0,it-gt-ee*gt,(.5-pt)*et,it-2*gt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et,it-gt,(.5+pt)*et,it-2*gt,et,it-gt-ee*gt)),lt.spot1=new go.Spot(0,0),lt.spot2=new go.Spot(1,1,0,-2*gt),lt}),go.Shape.defineFigureGenerator("Cylinder3",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=5),gt=Math.min(gt,et/3);var lt=new go.Geometry,pt=ee*.5,vt=new go.PathFigure(gt,0,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et-gt,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,et-ee*gt,0,et,(.5-pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-gt,it,et,(.5+pt)*it,et-ee*gt,it)),vt.add(new go.PathSegment(go.PathSegment.Line,gt,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*it,ee*gt,it,0,(.5+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,gt,0,0,(.5-pt)*it,ee*gt,0));var Lt=new go.PathFigure(gt,0,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,2*gt,.5*it,gt+ee*gt,0,2*gt,(.5-pt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,gt,it,2*gt,(.5+pt)*it,gt+ee*gt,it)),lt.spot1=new go.Spot(0,0,2*gt,0),lt.spot2=new go.Spot(1,1),lt}),go.Shape.defineFigureGenerator("Cylinder4",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=5),gt=Math.min(gt,et/3);var lt=new go.Geometry,pt=ee*.5,vt=new go.PathFigure(et-gt,0,!0);lt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,et-ee*gt,0,et,(.5-pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-gt,it,et,(.5+pt)*it,et-ee*gt,it)),vt.add(new go.PathSegment(go.PathSegment.Line,gt,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*it,ee*gt,it,0,(.5+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,gt,0,0,(.5-pt)*it,ee*gt,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et-gt,0));var Lt=new go.PathFigure(et-gt,0,!1);return lt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et-2*gt,.5*it,et-gt-ee*gt,0,et-2*gt,(.5-pt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et-gt,it,et-2*gt,(.5+pt)*it,et-gt-ee*gt,it)),lt.spot1=new go.Spot(0,0),lt.spot2=new go.Spot(1,1,-2*gt,0),lt}),go.Shape.defineFigureGenerator("Prism1",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.25*et,.25*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var pt=new go.PathFigure(.25*et,.25*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),gt.spot1=new go.Spot(.408,.172),gt.spot2=new go.Spot(.833,.662),gt}),go.Shape.defineFigureGenerator("Prism2",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.25*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var pt=new go.PathFigure(0,it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.25*it)),pt.add(new go.PathSegment(go.PathSegment.Move,0,.25*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.5*it)),gt.spot1=new go.Spot(.25,.5),gt.spot2=new go.Spot(.75,.75),gt}),go.Shape.defineFigureGenerator("Pyramid1",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*it).close());var pt=new go.PathFigure(.5*et,0,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),gt.spot1=new go.Spot(.25,.367),gt.spot2=new go.Spot(.75,.875),gt}),go.Shape.defineFigureGenerator("Pyramid2",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.85*it).close());var pt=new go.PathFigure(.5*et,0,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.7*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.85*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.7*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.85*it)),gt.spot1=new go.Spot(.25,.367),gt.spot2=new go.Spot(.75,.875),gt}),go.Shape.defineFigureGenerator("Actor",function(Et,et,it){var gt=new go.Geometry,lt=.2,pt=.1,vt=ee*lt,Lt=ee*pt,Ft=.5,Ht=.1,Yt=new go.PathFigure(Ft*et,(Ht+pt)*it,!0);gt.add(Yt),Yt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-lt)*et,Ht*it,(Ft-vt)*et,(Ht+pt)*it,(Ft-lt)*et,(Ht+Lt)*it)),Yt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht-pt)*it,(Ft-lt)*et,(Ht-Lt)*it,(Ft-vt)*et,(Ht-pt)*it)),Yt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+lt)*et,Ht*it,(Ft+vt)*et,(Ht-pt)*it,(Ft+lt)*et,(Ht-Lt)*it)),Yt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht+pt)*it,(Ft+lt)*et,(Ht+Lt)*it,(Ft+vt)*et,(Ht+pt)*it));var ne=.05,$t=ee*ne;Ft=.05,Ht=.25;var Qt=new go.PathFigure(.5*et,.2*it,!0);return gt.add(Qt),Qt.add(new go.PathSegment(go.PathSegment.Line,.95*et,.2*it)),Ft=.95,Ht=.25,Qt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+ne)*et,Ht*it,(Ft+$t)*et,(Ht-ne)*it,(Ft+ne)*et,(Ht-$t)*it)),Qt.add(new go.PathSegment(go.PathSegment.Line,et,.6*it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.35*it)),ne=.025,$t=ee*ne,Ft=.825,Ht=.35,Qt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht-ne)*it,(Ft+ne)*et,(Ht-$t)*it,(Ft+$t)*et,(Ht-ne)*it)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-ne)*et,Ht*it,(Ft-$t)*et,(Ht-ne)*it,(Ft-ne)*et,(Ht-$t)*it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.8*et,it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*it)),ne=.05,$t=ee*ne,Ft=.5,Ht=.7,Qt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht-ne)*it,(Ft+ne)*et,(Ht-$t)*it,(Ft+$t)*et,(Ht-ne)*it)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-ne)*et,Ht*it,(Ft-$t)*et,(Ht-ne)*it,(Ft-ne)*et,(Ht-$t)*it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.45*et,it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.2*et,it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.35*it)),ne=.025,$t=ee*ne,Ft=.175,Ht=.35,Qt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht-ne)*it,(Ft+ne)*et,(Ht-$t)*it,(Ft+$t)*et,(Ht-ne)*it)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-ne)*et,Ht*it,(Ft-$t)*et,(Ht-ne)*it,(Ft-ne)*et,(Ht-$t)*it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*it)),Qt.add(new go.PathSegment(go.PathSegment.Line,0,.6*it)),Qt.add(new go.PathSegment(go.PathSegment.Line,0,.25*it)),ne=.05,$t=ee*ne,Ft=.05,Ht=.25,Qt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht-ne)*it,(Ft-ne)*et,(Ht-$t)*it,(Ft-$t)*et,(Ht-ne)*it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.2*it)),gt.spot1=new go.Spot(.2,.2),gt.spot2=new go.Spot(.8,.65),gt}),go.Shape.setFigureParameter("Card",0,new un("CornerCutoutSize",.2,.1,.9)),go.Shape.defineFigureGenerator("Card",function(Et,et,it){var gt=Et?Et.parameter1:NaN;isNaN(gt)&&(gt=.2);var lt=new go.Geometry,pt=new go.PathFigure(et,0,!0);return lt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,gt*it)),pt.add(new go.PathSegment(go.PathSegment.Line,gt*et,0).close()),lt.spot1=new go.Spot(0,gt),lt.spot2=go.Spot.BottomRight,lt}),go.Shape.defineFigureGenerator("Collate",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.5*et,.5*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it));var pt=new go.PathFigure(.5*et,.5*it,!0);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),gt.spot1=new go.Spot(.25,0),gt.spot2=new go.Spot(.75,.25),gt}),go.Shape.defineFigureGenerator("CreateRequest",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var vt=new go.PathFigure(0,lt*it,!1);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,lt*it)),vt.add(new go.PathSegment(go.PathSegment.Move,0,(1-lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,(1-lt)*it)),gt}),go.Shape.defineFigureGenerator("Database",function(Et,et,it){var gt=new go.Geometry,lt=ee*.5,pt=ee*.1,vt=new go.PathFigure(et,.1*it,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,(.9+pt)*it,(.5+lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*it,(.5-lt)*et,it,0,(.9+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.1*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,(.1-pt)*it,(.5-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*it,(.5+lt)*et,0,et,(.1-pt)*it));var Lt=new go.PathFigure(et,.1*it,!1);return gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*it,et,(.1+pt)*it,(.5+lt)*et,.2*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*it,(.5-lt)*et,.2*it,0,(.1+pt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,et,.2*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*it,et,(.2+pt)*it,(.5+lt)*et,.3*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*it,(.5-lt)*et,.3*it,0,(.2+pt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,et,.3*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.4*it,et,(.3+pt)*it,(.5+lt)*et,.4*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.3*it,(.5-lt)*et,.4*it,0,(.3+pt)*it)),gt.spot1=new go.Spot(0,.4),gt.spot2=new go.Spot(1,.9),gt}),go.Shape.defineFigureGenerator("DataStorage",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,it,et,0,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.9*it,.25*et,.1*it).close()),gt.spot1=new go.Spot(.226,0),gt.spot2=new go.Spot(.81,1),gt}),go.Shape.defineFigureGenerator("DiskStorage",function(Et,et,it){var gt=new go.Geometry,lt=ee*.5,pt=ee*.1,vt=new go.PathFigure(et,.1*it,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,(.9+pt)*it,(.5+lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*it,(.5-lt)*et,it,0,(.9+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.1*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,(.1-pt)*it,(.5-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*it,(.5+lt)*et,0,et,(.1-pt)*it));var Lt=new go.PathFigure(et,.1*it,!1);return gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*it,et,(.1+pt)*it,(.5+lt)*et,.2*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*it,(.5-lt)*et,.2*it,0,(.1+pt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,et,.2*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.3*it,et,(.2+pt)*it,(.5+lt)*et,.3*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*it,(.5-lt)*et,.3*it,0,(.2+pt)*it)),gt.spot1=new go.Spot(0,.3),gt.spot2=new go.Spot(1,.9),gt}),go.Shape.defineFigureGenerator("Display",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.25*et,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,it,et,0,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it).close()),gt.spot1=new go.Spot(.25,0),gt.spot2=new go.Spot(.75,1),gt}),go.Shape.defineFigureGenerator("DividedEvent",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN;isNaN(lt)?lt=.2:lt<.15&&(lt=.15);var pt=ee*.2,vt=new go.PathFigure(0,.2*it,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,0,(.2-pt)*it,(.2-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.2*it,(.8+pt)*et,0,et,(.2-pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.8*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,it,et,(.8+pt)*it,(.8+pt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.2*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,.8*it,(.2-pt)*et,it,0,(.8+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.2*it));var Lt=new go.PathFigure(0,lt*it,!1);return gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et,lt*it)),gt}),go.Shape.defineFigureGenerator("DividedProcess",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN;(isNaN(lt)||lt<.1)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var vt=new go.PathFigure(0,lt*it,!1);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,lt*it)),gt}),go.Shape.defineFigureGenerator("Document",function(Et,et,it){var gt=new go.Geometry;it=it/.8;var lt=new go.PathFigure(0,.7*it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*it,.5*et,.4*it,.5*et,it).close()),gt.spot1=go.Spot.TopLeft,gt.spot2=new go.Spot(1,.6),gt}),go.Shape.defineFigureGenerator("ExternalOrganization",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN;(isNaN(lt)||lt<.2)&&(lt=.2);var pt=new go.PathFigure(0,0,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var vt=new go.PathFigure(lt*et,0,!1);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,0,lt*it)),vt.add(new go.PathSegment(go.PathSegment.Move,et,lt*it)),vt.add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Move,0,(1-lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,it)),vt.add(new go.PathSegment(go.PathSegment.Move,(1-lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,(1-lt)*it)),gt}),go.Shape.defineFigureGenerator("ExternalProcess",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it).close());var pt=new go.PathFigure(.1*et,.4*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.9*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.6*et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.4*et,.9*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.9*it)),gt.spot1=new go.Spot(.25,.25),gt.spot2=new go.Spot(.75,.75),gt}),go.Shape.defineFigureGenerator("File",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var pt=new go.PathFigure(.75*et,0,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.25*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.25*it)),gt.spot1=new go.Spot(0,.25),gt.spot2=go.Spot.BottomRight,gt}),go.Shape.defineFigureGenerator("Interrupt",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et,.5*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it));var pt=new go.PathFigure(et,.5*it,!1);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,it));var vt=new go.PathFigure(et,.5*it,!1);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt.spot1=new go.Spot(0,.25),gt.spot2=new go.Spot(.5,.75),gt}),go.Shape.defineFigureGenerator("InternalStorage",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN,pt=Et?Et.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(pt)&&(pt=.1);var vt=new go.PathFigure(0,0,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var Lt=new go.PathFigure(lt*et,0,!1);return gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,lt*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Move,0,pt*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,et,pt*it)),gt}),go.Shape.defineFigureGenerator("Junction",function(Et,et,it){var gt=new go.Geometry,lt=1/Math.SQRT2,pt=(1-1/Math.SQRT2)/2,vt=ee*.5,Lt=.5,Ft=new go.PathFigure(et,Lt*it,!0);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,Lt*et,it,et,(Lt+vt)*it,(Lt+vt)*et,it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,0,Lt*it,(Lt-vt)*et,it,0,(Lt+vt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,Lt*et,0,0,(Lt-vt)*it,(Lt-vt)*et,0)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,et,Lt*it,(Lt+vt)*et,0,et,(Lt-vt)*it));var Ht=new go.PathFigure((pt+lt)*et,(pt+lt)*it,!1);return gt.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Line,pt*et,pt*it)),Ht.add(new go.PathSegment(go.PathSegment.Move,pt*et,(pt+lt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Line,(pt+lt)*et,pt*it)),gt}),go.Shape.defineFigureGenerator("LinedDocument",function(Et,et,it){var gt=new go.Geometry;it=it/.8;var lt=new go.PathFigure(0,.7*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*it,.5*et,.4*it,.5*et,it).close());var pt=new go.PathFigure(.1*et,0,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.75*it)),gt.spot1=new go.Spot(.1,0),gt.spot2=new go.Spot(1,.6),gt}),go.Shape.defineFigureGenerator("LoopLimit",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it).close()),gt.spot1=new go.Spot(0,.25),gt.spot2=go.Spot.BottomRight,gt}),go.Shape.defineFigureGenerator("MagneticTape",function(Et,et,it){var gt=new go.Geometry,lt=ee*.5,pt=.5,vt=new go.PathFigure(.5*et,it,!0);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt*it,(pt-lt)*et,it,0,(pt+lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,0,0,(pt-lt)*it,(pt-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,pt*it,(pt+lt)*et,0,et,(pt-lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,(pt+.1)*et,.9*it,et,(pt+lt)*it,(pt+lt)*et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),gt.spot1=new go.Spot(.15,.15),gt.spot2=new go.Spot(.85,.8),gt}),go.Shape.defineFigureGenerator("ManualInput",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*it).close()),gt.spot1=new go.Spot(0,.25),gt.spot2=go.Spot.BottomRight,gt}),go.Shape.defineFigureGenerator("MessageFromUser",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN;isNaN(lt)&&(lt=.7);var pt=new go.PathFigure(0,0,!0);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,lt*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),gt.spot1=go.Spot.TopLeft,gt}),go.Shape.defineFigureGenerator("MicroformProcessing",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN;isNaN(lt)&&(lt=.25);var pt=new go.PathFigure(0,0,!0);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,lt*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,(1-lt)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),gt}),go.Shape.defineFigureGenerator("MicroformRecording",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),gt.spot1=new go.Spot(0,.25),gt.spot2=new go.Spot(1,.75),gt}),go.Shape.defineFigureGenerator("MultiDocument",function(Et,et,it){var gt=new go.Geometry;it=it/.8;var lt=new go.PathFigure(et,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.44*it,.96*et,.47*it,.93*et,.45*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.54*it,.86*et,.57*it,.83*et,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*it,.4*et,.4*it,.4*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,0).close());var pt=new go.PathFigure(.1*et,.2*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.54*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.44*it)),gt.spot1=new go.Spot(0,.25),gt.spot2=new go.Spot(.8,.77),gt}),go.Shape.defineFigureGenerator("MultiProcess",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.1*et,.1*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*it).close());var pt=new go.PathFigure(.2*et,.1*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.1*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.1*et,.2*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.9*it)),gt.spot1=new go.Spot(0,.2),gt.spot2=new go.Spot(.8,1),gt}),go.Shape.defineFigureGenerator("OfflineStorage",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=1-lt,vt=new go.PathFigure(0,0,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it).close());var Lt=new go.PathFigure(.5*lt*et,lt*it,!1);return gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,(1-.5*lt)*et,lt*it)),gt}),go.Shape.defineFigureGenerator("OffPageConnector",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),gt.spot1=go.Spot.TopLeft,gt.spot2=new go.Spot(.75,1),gt}),go.Shape.defineFigureGenerator("Or",function(Et,et,it){var gt=new go.Geometry,lt=ee*.5,pt=.5,vt=new go.PathFigure(et,pt*it,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,it,et,(pt+lt)*it,(pt+lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt*it,(pt-lt)*et,it,0,(pt+lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,0,0,(pt-lt)*it,(pt-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,pt*it,(pt+lt)*et,0,et,(pt-lt)*it));var Lt=new go.PathFigure(et,.5*it,!1);return gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),gt}),go.Shape.defineFigureGenerator("PaperTape",function(Et,et,it){var gt=new go.Geometry;it=it/.8;var lt=new go.PathFigure(0,.7*it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.3*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.3*it,.5*et,.6*it,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*it,.5*et,.4*it,.5*et,it).close()),gt.spot1=new go.Spot(0,.49),gt.spot2=new go.Spot(1,.75),gt}),go.Shape.defineFigureGenerator("PrimitiveFromCall",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN,pt=Et?Et.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(pt)&&(pt=.3);var vt=new go.PathFigure(0,0,!0);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,(1-pt)*et,.5*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),gt}),go.Shape.defineFigureGenerator("PrimitiveToCall",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN,pt=Et?Et.parameter2:NaN;isNaN(lt)&&(lt=.1),isNaN(pt)&&(pt=.3);var vt=new go.PathFigure(0,0,!0);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,(1-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),vt.add(new go.PathSegment(go.PathSegment.Line,(1-pt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),gt}),go.Shape.defineFigureGenerator("Procedure",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var vt=new go.PathFigure((1-lt)*et,0,!1);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Move,lt*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,it)),gt}),go.Shape.defineFigureGenerator("Process",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var vt=new go.PathFigure(lt*et,0,!1);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,it)),gt.spot2=go.Spot.BottomRight,gt}),go.Shape.defineFigureGenerator("Sort",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it).close());var pt=new go.PathFigure(0,.5*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),gt.spot1=new go.Spot(.25,.25),gt.spot2=new go.Spot(.75,.5),gt}),go.Shape.defineFigureGenerator("Start",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN;isNaN(lt)&&(lt=.25);var pt=new go.PathFigure(lt*et,0,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*et,.5*it,.25*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*et,.5*it,.25*et,.5*it));var vt=new go.PathFigure(lt*et,0,!1);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,lt*et,it)),vt.add(new go.PathSegment(go.PathSegment.Move,(1-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,(1-lt)*et,it)),gt.spot1=new go.Spot(lt,0),gt.spot2=new go.Spot(1-lt,1),gt}),go.Shape.defineFigureGenerator("Terminator",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.25*et,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*et,.5*it,.25*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*et,.5*it,.25*et,.5*it)),gt.spot1=new go.Spot(.23,0),gt.spot2=new go.Spot(.77,1),gt}),go.Shape.defineFigureGenerator("TransmittalTape",function(Et,et,it){var gt=new go.Geometry,lt=Et?Et.parameter1:NaN;isNaN(lt)&&(lt=.1);var pt=new go.PathFigure(0,0,!0);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.75*et,(1-lt)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,(1-lt)*it).close()),gt.spot1=go.Spot.TopLeft,gt}),go.Shape.defineFigureGenerator("AndGate",function(Et,et,it){var gt=new go.Geometry,lt=ee*.5,pt=new go.PathFigure(0,0,!0);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),pt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,(.5+lt)*et,0,et,(.5-lt)*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,(.5+lt)*it,(.5+lt)*et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),gt.spot1=go.Spot.TopLeft,gt.spot2=new go.Spot(.55,1),gt}),go.Shape.defineFigureGenerator("Buffer",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),gt.spot1=new go.Spot(0,.25),gt.spot2=new go.Spot(.5,.75),gt}),go.Shape.defineFigureGenerator("Clock",function(Et,et,it){var gt=new go.Geometry,lt=ee*.5,pt=.5,vt=new go.PathFigure(et,pt*it,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,it,et,(pt+lt)*it,(pt+lt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt*it,(pt-lt)*et,it,0,(pt+lt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,pt*et,0,0,(pt-lt)*it,(pt-lt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,pt*it,(pt+lt)*et,0,et,(pt-lt)*it));var Lt=new go.PathFigure(et,pt*it,!1);gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et,pt*it));var Ft=new go.PathFigure(.8*et,.75*it,!1);return gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Line,.8*et,.25*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.6*et,.25*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.6*et,.75*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.4*et,.75*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.4*et,.25*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.2*et,.25*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,.2*et,.75*it)),gt}),go.Shape.defineFigureGenerator("Ground",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.5*et,0,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.3*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.4*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,it)),gt}),go.Shape.defineFigureGenerator("Inverter",function(Et,et,it){var gt=new go.Geometry,lt=ee*.1,pt=.1,vt=.9,Lt=.5,Ft=new go.PathFigure(.8*et,.5*it,!0);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Line,0,it)),Ft.add(new go.PathSegment(go.PathSegment.Line,0,0)),Ft.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*it));var Ht=new go.PathFigure((vt+pt)*et,Lt*it,!0);return gt.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,(vt+lt)*et,(Lt-pt)*it,(vt+pt)*et,(Lt-lt)*it)),gt.spot1=new go.Spot(0,.25),gt.spot2=new go.Spot(.4,.75),gt}),go.Shape.defineFigureGenerator("NandGate",function(Et,et,it){var gt=new go.Geometry,lt=ee*.5,pt=ee*.4,vt=ee*.1,Lt=.1,Ft=.9,Ht=.5,Yt=new go.PathFigure(.8*et,.5*it,!0);gt.add(Yt),Yt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,it,.8*et,(.5+pt)*it,(.4+lt)*et,it)),Yt.add(new go.PathSegment(go.PathSegment.Line,0,it)),Yt.add(new go.PathSegment(go.PathSegment.Line,0,0)),Yt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),Yt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*it,(.4+lt)*et,0,.8*et,(.5-pt)*it));var ne=new go.PathFigure((Ft+Lt)*et,Ht*it,!0);return gt.add(ne),ne.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht+Lt)*it,(Ft+Lt)*et,(Ht+vt)*it,(Ft+vt)*et,(Ht+Lt)*it)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-Lt)*et,Ht*it,(Ft-vt)*et,(Ht+Lt)*it,(Ft-Lt)*et,(Ht+vt)*it)),ne.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht-Lt)*it,(Ft-Lt)*et,(Ht-vt)*it,(Ft-vt)*et,(Ht-Lt)*it)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+Lt)*et,Ht*it,(Ft+vt)*et,(Ht-Lt)*it,(Ft+Lt)*et,(Ht-vt)*it)),gt.spot1=new go.Spot(0,.05),gt.spot2=new go.Spot(.55,.95),gt}),go.Shape.defineFigureGenerator("NorGate",function(Et,et,it){var gt=new go.Geometry,lt=.5,pt=ee*lt,vt=0,Lt=.5,Ft=new go.PathFigure(.8*et,.5*it,!0);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,0,it,.7*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*it,.25*et,.25*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*it,(vt+pt)*et,(Lt-lt)*it,.7*et,(Lt-pt)*it)),lt=.1,pt=ee*.1,vt=.9,Lt=.5;var Ht=new go.PathFigure((vt-lt)*et,Lt*it,!0);return gt.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it)),gt.spot1=new go.Spot(.2,.25),gt.spot2=new go.Spot(.6,.75),gt}),go.Shape.defineFigureGenerator("OrGate",function(Et,et,it){var gt=new go.Geometry,lt=.5,pt=ee*lt,vt=0,Lt=.5,Ft=new go.PathFigure(0,0,!0);return gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,(vt+pt+pt)*et,(Lt-lt)*it,.8*et,(Lt-pt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,0,it,.8*et,(Lt+pt)*it,(vt+pt+pt)*et,(Lt+lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*et,.75*it,.25*et,.25*it).close()),gt.spot1=new go.Spot(.2,.25),gt.spot2=new go.Spot(.75,.75),gt}),go.Shape.defineFigureGenerator("XnorGate",function(Et,et,it){var gt=new go.Geometry,lt=.5,pt=ee*lt,vt=.2,Lt=.5,Ft=new go.PathFigure(.1*et,0,!1);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,it,.35*et,.25*it,.35*et,.75*it));var Ht=new go.PathFigure(.8*et,.5*it,!0);gt.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,it,.7*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*it,.45*et,.25*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.5*it,(vt+pt)*et,(Lt-lt)*it,.7*et,(Lt-pt)*it)),lt=.1,pt=ee*.1,vt=.9,Lt=.5;var Yt=new go.PathFigure((vt-lt)*et,Lt*it,!0);return gt.add(Yt),Yt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Yt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),Yt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Yt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it)),gt.spot1=new go.Spot(.4,.25),gt.spot2=new go.Spot(.65,.75),gt}),go.Shape.defineFigureGenerator("XorGate",function(Et,et,it){var gt=new go.Geometry,lt=.5,pt=ee*lt,vt=.2,Lt=.5,Ft=new go.PathFigure(.1*et,0,!1);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,it,.35*et,.25*it,.35*et,.75*it));var Ht=new go.PathFigure(.2*et,0,!0);return gt.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,(vt+pt)*et,(Lt-lt)*it,.9*et,(Lt-pt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,it,.9*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,.2*et,0,.45*et,.75*it,.45*et,.25*it).close()),gt.spot1=new go.Spot(.4,.25),gt.spot2=new go.Spot(.8,.75),gt}),go.Shape.defineFigureGenerator("Capacitor",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),gt}),go.Shape.defineFigureGenerator("Resistor",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.5*it,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.5*it)),gt}),go.Shape.defineFigureGenerator("Inductor",function(Et,et,it){var gt=new go.Geometry,lt=ee*.1,pt=.1,vt=.1,Lt=.5,Ft=new go.PathFigure((vt-lt*.5)*et,it,!1);return gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,it,(vt-pt)*et,0)),vt=.3,Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,it,(vt+pt)*et,0,(vt+lt)*et,it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,it,(vt-pt)*et,0)),vt=.5,Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,it,(vt+pt)*et,0,(vt+lt)*et,it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,it,(vt-pt)*et,0)),vt=.7,Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,it,(vt+pt)*et,0,(vt+lt)*et,it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,0,(vt-lt)*et,it,(vt-pt)*et,0)),vt=.9,Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt*.5)*et,it,(vt+pt)*et,0,(vt+lt)*et,it)),gt}),go.Shape.defineFigureGenerator("ACvoltageSource",function(Et,et,it){var gt=new go.Geometry,lt=ee*.5,pt=.5,vt=.5,Lt=.5,Ft=new go.PathFigure((vt-pt)*et,Lt*it,!1);return gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,(vt+lt)*et,(Lt-pt)*it,(vt+pt)*et,(Lt-lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Move,(vt-pt+.1)*et,Lt*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt-.1)*et,Lt*it,vt*et,(Lt-pt)*it,vt*et,(Lt+pt)*it)),gt}),go.Shape.defineFigureGenerator("DCvoltageSource",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.75*it,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),gt}),go.Shape.defineFigureGenerator("Diode",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et,0,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),gt.spot1=new go.Spot(0,.25),gt.spot2=new go.Spot(.5,.75),gt}),go.Shape.defineFigureGenerator("Wifi",function(Et,et,it){var gt=new go.Geometry,lt=et,pt=it;et=et*.38,it=it*.6;var vt=ee*.8,Lt=.8,Ft=0,Ht=.5,Yt=(lt-et)/2,ne=(pt-it)/2,$t=new go.PathFigure(Ft*et+Yt,(Ht+Lt)*it+ne,!0);gt.add($t),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-Lt)*et+Yt,Ht*it+ne,(Ft-vt)*et+Yt,(Ht+Lt)*it+ne,(Ft-Lt)*et+Yt,(Ht+vt)*it+ne)),$t.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et+Yt,(Ht-Lt)*it+ne,(Ft-Lt)*et+Yt,(Ht-vt)*it+ne,(Ft-vt)*et+Yt,(Ht-Lt)*it+ne)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-Lt+vt*.5)*et+Yt,Ht*it+ne,Ft*et+Yt,(Ht-Lt)*it+ne,(Ft-Lt+vt*.5)*et+Yt,(Ht-vt)*it+ne)),$t.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et+Yt,(Ht+Lt)*it+ne,(Ft-Lt+vt*.5)*et+Yt,(Ht+vt)*it+ne,Ft*et+Yt,(Ht+Lt)*it+ne).close()),vt=ee*.4,Lt=.4,Ft=.2,Ht=.5;var Qt=new go.PathFigure(Ft*et+Yt,(Ht+Lt)*it+ne,!0);gt.add(Qt),Qt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-Lt)*et+Yt,Ht*it+ne,(Ft-vt)*et+Yt,(Ht+Lt)*it+ne,(Ft-Lt)*et+Yt,(Ht+vt)*it+ne)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et+Yt,(Ht-Lt)*it+ne,(Ft-Lt)*et+Yt,(Ht-vt)*it+ne,(Ft-vt)*et+Yt,(Ht-Lt)*it+ne)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-Lt+vt*.5)*et+Yt,Ht*it+ne,Ft*et+Yt,(Ht-Lt)*it+ne,(Ft-Lt+vt*.5)*et+Yt,(Ht-vt)*it+ne)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et+Yt,(Ht+Lt)*it+ne,(Ft-Lt+vt*.5)*et+Yt,(Ht+vt)*it+ne,Ft*et+Yt,(Ht+Lt)*it+ne).close()),vt=ee*.2,Lt=.2,Ft=.5,Ht=.5;var Pe=new go.PathFigure((Ft-Lt)*et+Yt,Ht*it+ne,!0);gt.add(Pe),Pe.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et+Yt,(Ht-Lt)*it+ne,(Ft-Lt)*et+Yt,(Ht-vt)*it+ne,(Ft-vt)*et+Yt,(Ht-Lt)*it+ne)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+Lt)*et+Yt,Ht*it+ne,(Ft+vt)*et+Yt,(Ht-Lt)*it+ne,(Ft+Lt)*et+Yt,(Ht-vt)*it+ne)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et+Yt,(Ht+Lt)*it+ne,(Ft+Lt)*et+Yt,(Ht+vt)*it+ne,(Ft+vt)*et+Yt,(Ht+Lt)*it+ne)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-Lt)*et+Yt,Ht*it+ne,(Ft-vt)*et+Yt,(Ht+Lt)*it+ne,(Ft-Lt)*et+Yt,(Ht+vt)*it+ne)),vt=ee*.4,Lt=.4,Ft=.8,Ht=.5;var ae=new go.PathFigure(Ft*et+Yt,(Ht-Lt)*it+ne,!0);gt.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+Lt)*et+Yt,Ht*it+ne,(Ft+vt)*et+Yt,(Ht-Lt)*it+ne,(Ft+Lt)*et+Yt,(Ht-vt)*it+ne)),ae.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et+Yt,(Ht+Lt)*it+ne,(Ft+Lt)*et+Yt,(Ht+vt)*it+ne,(Ft+vt)*et+Yt,(Ht+Lt)*it+ne)),ae.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+Lt-vt*.5)*et+Yt,Ht*it+ne,Ft*et+Yt,(Ht+Lt)*it+ne,(Ft+Lt-vt*.5)*et+Yt,(Ht+vt)*it+ne)),ae.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et+Yt,(Ht-Lt)*it+ne,(Ft+Lt-vt*.5)*et+Yt,(Ht-vt)*it+ne,Ft*et+Yt,(Ht-Lt)*it+ne).close()),vt=ee*.8,Lt=.8,Ft=1,Ht=.5;var be=new go.PathFigure(Ft*et+Yt,(Ht-Lt)*it+ne,!0);return gt.add(be),be.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+Lt)*et+Yt,Ht*it+ne,(Ft+vt)*et+Yt,(Ht-Lt)*it+ne,(Ft+Lt)*et+Yt,(Ht-vt)*it+ne)),be.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et+Yt,(Ht+Lt)*it+ne,(Ft+Lt)*et+Yt,(Ht+vt)*it+ne,(Ft+vt)*et+Yt,(Ht+Lt)*it+ne)),be.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+Lt-vt*.5)*et+Yt,Ht*it+ne,Ft*et+Yt,(Ht+Lt)*it+ne,(Ft+Lt-vt*.5)*et+Yt,(Ht+vt)*it+ne)),be.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et+Yt,(Ht-Lt)*it+ne,(Ft+Lt-vt*.5)*et+Yt,(Ht-vt)*it+ne,Ft*et+Yt,(Ht-Lt)*it+ne).close()),gt}),go.Shape.defineFigureGenerator("Email",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var pt=new go.PathFigure(0,0,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,0)),pt.add(new go.PathSegment(go.PathSegment.Move,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.54*it)),pt.add(new go.PathSegment(go.PathSegment.Move,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.54*it)),gt}),go.Shape.defineFigureGenerator("Ethernet",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.35*et,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,0).close());var pt=new go.PathFigure(.1*et,it,!0,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.1*et,it).close());var vt=new go.PathFigure(.6*et,it,!0,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.6*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.6*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.6*et,it).close());var Lt=new go.PathFigure(0,.5*it,!1);return gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.4*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,.75*et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.6*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,.25*et,.5*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.6*it)),gt}),go.Shape.defineFigureGenerator("Power",function(Et,et,it){var gt=new go.Geometry,lt=ee*.4,pt=.4,vt=.5,Lt=.5,Ft=zt(),Ht=zt(),Yt=zt(),ne=zt();Me(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.5,Ft,Ft,Ht,Yt,ne);var $t=Jt(Ht.x,Ht.y),Qt=new go.PathFigure(Ht.x*et,Ht.y*it,!0);gt.add(Qt),Qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,Yt.x*et,Yt.y*it,ne.x*et,ne.y*it)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,(vt-lt)*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it)),Me(vt-pt,Lt,vt-pt,Lt-lt,vt-lt,Lt-pt,vt,Lt-pt,.5,Yt,ne,Ht,Ft,Ft),Qt.add(new go.PathSegment(go.PathSegment.Bezier,Ht.x*et,Ht.y*it,Yt.x*et,Yt.y*it,ne.x*et,ne.y*it)),lt=ee*.3,pt=.3,Me(vt-pt,Lt,vt-pt,Lt-lt,vt-lt,Lt-pt,vt,Lt-pt,.5,Yt,ne,Ht,Ft,Ft),Qt.add(new go.PathSegment(go.PathSegment.Line,Ht.x*et,Ht.y*it)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt-pt)*et,Lt*it,ne.x*et,ne.y*it,Yt.x*et,Yt.y*it)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+pt)*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,(vt+pt)*et,Lt*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Me(vt,Lt-pt,vt+lt,Lt-pt,vt+pt,Lt-lt,vt+pt,Lt,.5,Ft,Ft,Ht,Yt,ne),Qt.add(new go.PathSegment(go.PathSegment.Bezier,Ht.x*et,Ht.y*it,ne.x*et,ne.y*it,Yt.x*et,Yt.y*it).close());var Qt=new go.PathFigure(.45*et,0,!0);return gt.add(Qt),Qt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.5*it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.5*it)),Qt.add(new go.PathSegment(go.PathSegment.Line,.55*et,0).close()),me(Ft),me(Ht),me(Yt),me(ne),me($t),gt.spot1=new go.Spot(.25,.45),gt.spot2=new go.Spot(.75,.8),gt}),go.Shape.defineFigureGenerator("Fallout",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,it/2,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,180,360,et/2,it/2,et/2,it/2));function pt(vt,Lt,Ft){vt.add(new go.PathSegment(go.PathSegment.Move,(.3+Lt)*et,(.8+Ft)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,(.5+Lt)*et,(.5+Ft)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,(.1+Lt)*et,(.5+Ft)*it)),vt.add(new go.PathSegment(go.PathSegment.Line,(.3+Lt)*et,(.8+Ft)*it).close())}return pt(lt,0,0),pt(lt,.4,0),pt(lt,.2,-.3),gt}),go.Shape.defineFigureGenerator("IrritationHazard",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.2*et,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.3*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.2*it).close()),gt.spot1=new go.Spot(.3,.3),gt.spot2=new go.Spot(.7,.7),gt}),go.Shape.defineFigureGenerator("ElectricalHazard",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.37*et,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.11*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.77*et,.04*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.49*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.37*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.63*et,.86*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.77*et,.91*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.34*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.34*et,.78*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.44*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.56*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.68*it).close()),gt}),go.Shape.defineFigureGenerator("FireHazard",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.1*et,it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.29*et,0,-.25*et,.63*it,.45*et,.44*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.51*et,.42*it,.48*et,.17*it,.54*et,.35*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.59*et,.18*it,.59*et,.29*it,.58*et,.28*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.75*et,.6*it,.8*et,.34*it,.88*et,.43*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.88*et,.31*it,.87*et,.48*it,.88*et,.43*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,it,1.17*et,.76*it,.82*et,.8*it).close()),gt.spot1=new go.Spot(.07,.445),gt.spot2=new go.Spot(.884,.958),gt}),go.Shape.defineFigureGenerator("BpmnActivityLoop",function(Et,et,it){var gt=new go.Geometry,lt=.5,pt=0,vt=0,Lt=lt*ee,Ft=.4*Math.SQRT2/2+.5,Ht=.5-.5*Math.SQRT2/2,Yt=1,ne=.5,$t=.5,Qt=0,Pe=new go.PathFigure(Ft*et,(1-Ht)*it,!1);return gt.add(Pe),Pe.add(new go.PathSegment(go.PathSegment.Bezier,Yt*et,ne*it,Yt*et,.7*it,Yt*et,ne*it)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,($t+pt)*et,(Qt+pt)*it,(.5+lt+pt)*et,(.5-Lt+pt)*it,(.5+Lt+pt)*et,(.5-lt+pt)*it)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,(.5-lt+pt)*et,(.5+vt)*it,(.5-Lt+pt)*et,(.5-lt+vt)*it,(.5-lt+pt)*et,(.5-Lt+vt)*it)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,(.35+pt)*et,.9*it,(.5-lt+pt)*et,(.5+Lt+vt)*it,(.5-Lt+pt)*et,.9*it)),Pe.add(new go.PathSegment(go.PathSegment.Move,(.25+pt)*et,.8*it)),Pe.add(new go.PathSegment(go.PathSegment.Line,(.35+pt)*et,.9*it)),Pe.add(new go.PathSegment(go.PathSegment.Line,(.2+pt)*et,.95*it)),gt}),go.Shape.defineFigureGenerator("BpmnActivityParallel",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Move,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),gt}),go.Shape.defineFigureGenerator("BpmnActivitySequential",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Move,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),gt}),go.Shape.defineFigureGenerator("BpmnActivityAdHoc",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!1);gt.add(lt);var pt=new go.PathFigure(et,it,!1);gt.add(pt);var vt=new go.PathFigure(0,.5*it,!1);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.5*it,.2*et,.35*it,.3*et,.35*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,.7*et,.65*it,.8*et,.65*it)),gt}),go.Shape.defineFigureGenerator("BpmnActivityCompensation",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.5*it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it).close()),gt}),go.Shape.defineFigureGenerator("BpmnTaskMessage",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.2*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it).close());var lt=new go.PathFigure(0,.2*it,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it)),gt}),go.Shape.defineFigureGenerator("BpmnTaskScript",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.7*et,it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,0,.6*et,.5*it,0,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,it,.4*et,.5*it,et,.5*it).close());var pt=new go.PathFigure(.45*et,.73*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.73*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.38*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.63*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.31*et,.27*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.56*et,.27*it)),gt}),go.Shape.defineFigureGenerator("BpmnTaskUser",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!1);gt.add(lt);var pt=new go.PathFigure(.335*et,(1-.555)*it,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.335*et,(1-.405)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.405)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.555)*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,et,.68*it,(1-.12)*et,.46*it,(1-.02)*et,.54*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.68*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.335*et,(1-.555)*it,.02*et,.54*it,.12*et,.46*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.365*et,(1-.595)*it));var vt=.5-.285,Lt=.5,Ft=vt,Ht=Math.PI/4,Yt=4*(1-Math.cos(Ht))/(3*Math.sin(Ht)),ne=Yt*.5,$t=vt,Qt=vt,Pe=Yt*$t,ae=Yt*Qt;pt.add(new go.PathSegment(go.PathSegment.Bezier,(Lt-$t)*et,Ft*it,(Lt-(Pe+$t)/2)*et,(Ft+(Qt+ae)/2)*it,(Lt-$t)*et,(Ft+ae)*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,Lt*et,(Ft-Qt)*it,(Lt-$t)*et,(Ft-ae)*it,(Lt-Pe)*et,(Ft-Qt)*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,(Lt+$t)*et,Ft*it,(Lt+Pe)*et,(Ft-Qt)*it,(Lt+$t)*et,(Ft-ae)*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,(1-.365)*et,(1-.595)*it,(Lt+$t)*et,(Ft+ae)*it,(Lt+(Pe+$t)/2)*et,(Ft+(Qt+ae)/2)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.365)*et,(1-.595)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.555)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*et,(1-.405)*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.335*et,(1-.405)*it));var be=new go.PathFigure(.2*et,it,!1);gt.add(be),be.add(new go.PathSegment(go.PathSegment.Line,.2*et,.8*it));var De=new go.PathFigure(.8*et,it,!1);return gt.add(De),De.add(new go.PathSegment(go.PathSegment.Line,.8*et,.8*it)),gt}),go.Shape.defineFigureGenerator("BpmnEventConditional",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.1*et,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,it).close());var pt=new go.PathFigure(.2*et,.2*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.8*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.8*it)),gt}),go.Shape.defineFigureGenerator("BpmnEventError",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.5*it).close()),gt}),go.Shape.defineFigureGenerator("BpmnEventEscalation",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!1);gt.add(lt);var pt=new go.PathFigure(et,it,!1);gt.add(pt);var vt=new go.PathFigure(.1*et,it,!0);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it).close()),gt}),go.Shape.defineFigureGenerator("Caution",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.05*et,it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,.8*it,0,it,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.55*et,.1*it,.5*et,0,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.95*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,it,et,it,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,it));var pt=.05;return lt.add(new go.PathSegment(go.PathSegment.Move,(.5-pt)*et,.875*it)),lt.add(new go.PathSegment(go.PathSegment.Arc,180,-360,.5*et,.875*it,pt*et,pt*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.325*it,.575*et,.725*it,.625*et,.375*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.75*it,.375*et,.375*it,.425*et,.725*it)),gt}),go.Shape.defineFigureGenerator("Recycle",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.45*et,.95*it,!1);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.95*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.185*et,.85*it,.17*et,.95*it,.15*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.235*et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.3*et,.625*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.275*et,.45*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,.45*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.05*et,.575*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1875*et,.95*it,0,.675*it,0,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.45*et,.95*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.775*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.22*et,.775*it));var pt=new go.PathFigure(.475*et,.2*it,!1);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.225*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.275*et,.175*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.325*et,.05*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,.05*it,.35*et,0,.375*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.375*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.475*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.315*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.32*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.05*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.575*et,0,.65*et,.05*it,.625*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.38*et,.0105*it));var vt=new go.PathFigure(.675*et,.575*it,!1);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.875*et,.525*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.775*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,.85*et,.95*it,et,.8*it,et,.85*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.95*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.85*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.725*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.775*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.775*it)),vt.add(new go.PathSegment(go.PathSegment.Line,et,.775*it)),vt.add(new go.PathSegment(go.PathSegment.Move,.675*et,.575*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.775*et,.775*it)),gt}),go.Shape.defineFigureGenerator("BpmnEventTimer",function(Et,et,it){var gt=new go.Geometry,lt=.5,pt=ee*.5,vt=new go.PathFigure(et,lt*it,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Bezier,lt*et,it,et,(lt+pt)*it,(lt+pt)*et,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,lt*it,(lt-pt)*et,it,0,(lt+pt)*it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,lt*et,0,0,(lt-pt)*it,(lt-pt)*et,0)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et,lt*it,(lt+pt)*et,0,et,(lt-pt)*it));var Lt=new go.PathFigure(lt*et,0,!1);return gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,lt*et,.15*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,lt*et,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,lt*et,.85*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,0,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,et,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,lt*et,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.58*et,.1*it)),Lt.add(new go.PathSegment(go.PathSegment.Move,lt*et,lt*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.78*et,.54*it)),gt}),go.Shape.defineFigureGenerator("Package",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.15*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,.15*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close());var pt=new go.PathFigure(0,.15*it,!0);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,0,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.15*it).close()),gt.spot1=new go.Spot(0,.1),gt.spot2=new go.Spot(1,1),gt}),go.Shape.defineFigureGenerator("Class",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var pt=new go.PathFigure(0,.2*it,!1);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it).close());var vt=new go.PathFigure(0,.5*it,!1);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it).close()),gt}),go.Shape.defineFigureGenerator("Component",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et,it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it).close());var pt=new go.PathFigure(0,.2*it,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.2*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.2*it).close());var vt=new go.PathFigure(0,.6*it,!0);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.6*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.8*it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),vt.add(new go.PathSegment(go.PathSegment.Line,0,.6*it).close()),gt}),go.Shape.defineFigureGenerator("Boat Shipment",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.15*et,.6*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.6*it));var pt=new go.PathFigure(.15*et,.6*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.6*it)),gt}),go.Shape.defineFigureGenerator("Customer/Supplier",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et,it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,.33*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.66*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,.33*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.33*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.33*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it).close()),gt}),go.Shape.defineFigureGenerator("Workcell",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.65*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.35*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),gt}),go.Shape.defineFigureGenerator("Supermarket",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.33*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.33*it)),lt.add(new go.PathSegment(go.PathSegment.Move,et,.33*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.66*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.66*it)),lt.add(new go.PathSegment(go.PathSegment.Move,et,.66*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),gt}),go.Shape.defineFigureGenerator("TruckShipment",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var pt=new go.PathFigure(et,.8*it,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.8*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.8*it).close());var vt=.1,Lt=ee*.1,Ft=.2,Ht=.9,Yt=new go.PathFigure((Ft-vt)*et,Ht*it,!0);gt.add(Yt),Yt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht-vt)*it,(Ft-vt)*et,(Ht-Lt)*it,(Ft-Lt)*et,(Ht-vt)*it)),Yt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+vt)*et,Ht*it,(Ft+Lt)*et,(Ht-vt)*it,(Ft+vt)*et,(Ht-Lt)*it)),Yt.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht+vt)*it,(Ft+vt)*et,(Ht+Lt)*it,(Ft+Lt)*et,(Ht+vt)*it)),Yt.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-vt)*et,Ht*it,(Ft-Lt)*et,(Ht+vt)*it,(Ft-vt)*et,(Ht+Lt)*it).close()),vt=.1,Lt=ee*.1,Ft=.8,Ht=.9;var ne=new go.PathFigure((Ft-vt)*et,Ht*it,!0);return gt.add(ne),ne.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht-vt)*it,(Ft-vt)*et,(Ht-Lt)*it,(Ft-Lt)*et,(Ht-vt)*it)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(Ft+vt)*et,Ht*it,(Ft+Lt)*et,(Ht-vt)*it,(Ft+vt)*et,(Ht-Lt)*it)),ne.add(new go.PathSegment(go.PathSegment.Bezier,Ft*et,(Ht+vt)*it,(Ft+vt)*et,(Ht+Lt)*it,(Ft+Lt)*et,(Ht+vt)*it)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(Ft-vt)*et,Ht*it,(Ft-Lt)*et,(Ht+vt)*it,(Ft-vt)*et,(Ht+Lt)*it).close()),gt}),go.Shape.defineFigureGenerator("KanbanPost",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.2*et,0,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,0)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,it)),gt}),go.Shape.defineFigureGenerator("Forklift",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0));var pt=new go.PathFigure(0,.5*it,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.8*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it));var vt=new go.PathFigure(.5*et,.8*it,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.1*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.1*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.8*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.8*it));var Lt=new go.PathFigure(.5*et,.7*it,!1);gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et,.7*it));var Ft=.1,Ht=ee*.1,Yt=.1,ne=.9,$t=new go.PathFigure((Yt-Ft)*et,ne*it,!0);gt.add($t),$t.add(new go.PathSegment(go.PathSegment.Bezier,Yt*et,(ne-Ft)*it,(Yt-Ft)*et,(ne-Ht)*it,(Yt-Ht)*et,(ne-Ft)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Yt+Ft)*et,ne*it,(Yt+Ht)*et,(ne-Ft)*it,(Yt+Ft)*et,(ne-Ht)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,Yt*et,(ne+Ft)*it,(Yt+Ft)*et,(ne+Ht)*it,(Yt+Ht)*et,(ne+Ft)*it)),$t.add(new go.PathSegment(go.PathSegment.Bezier,(Yt-Ft)*et,ne*it,(Yt-Ht)*et,(ne+Ft)*it,(Yt-Ft)*et,(ne+Ht)*it)),Ft=.1,Ht=ee*.1,Yt=.4,ne=.9;var Qt=new go.PathFigure((Yt-Ft)*et,ne*it,!0);return gt.add(Qt),Qt.add(new go.PathSegment(go.PathSegment.Bezier,Yt*et,(ne-Ft)*it,(Yt-Ft)*et,(ne-Ht)*it,(Yt-Ht)*et,(ne-Ft)*it)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,(Yt+Ft)*et,ne*it,(Yt+Ht)*et,(ne-Ft)*it,(Yt+Ft)*et,(ne-Ht)*it)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,Yt*et,(ne+Ft)*it,(Yt+Ft)*et,(ne+Ht)*it,(Yt+Ht)*et,(ne+Ft)*it)),Qt.add(new go.PathSegment(go.PathSegment.Bezier,(Yt-Ft)*et,ne*it,(Yt-Ht)*et,(ne+Ft)*it,(Yt-Ft)*et,(ne+Ht)*it)),gt}),go.Shape.defineFigureGenerator("RailShipment",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.1*et,.4*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.45*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.9*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.4*it).close());var pt=new go.PathFigure(.45*et,.7*it,!1);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.7*it));var vt=new go.PathFigure(.55*et,.4*it,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.9*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.55*et,.4*it).close());var Yt=.05,ne=ee*.05,$t=.175,Qt=.95,Lt=new go.PathFigure(($t-Yt)*et,Qt*it,!0);gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(Qt-Yt)*it,($t-Yt)*et,(Qt-ne)*it,($t-ne)*et,(Qt-Yt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,($t+Yt)*et,Qt*it,($t+ne)*et,(Qt-Yt)*it,($t+Yt)*et,(Qt-ne)*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(Qt+Yt)*it,($t+Yt)*et,(Qt+ne)*it,($t+ne)*et,(Qt+Yt)*it)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,($t-Yt)*et,Qt*it,($t-ne)*et,(Qt+Yt)*it,($t-Yt)*et,(Qt+ne)*it));var Yt=.05,ne=ee*.05,$t=.375,Qt=.95,Ft=new go.PathFigure(($t-Yt)*et,Qt*it,!0);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(Qt-Yt)*it,($t-Yt)*et,(Qt-ne)*it,($t-ne)*et,(Qt-Yt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,($t+Yt)*et,Qt*it,($t+ne)*et,(Qt-Yt)*it,($t+Yt)*et,(Qt-ne)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(Qt+Yt)*it,($t+Yt)*et,(Qt+ne)*it,($t+ne)*et,(Qt+Yt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,($t-Yt)*et,Qt*it,($t-ne)*et,(Qt+Yt)*it,($t-Yt)*et,(Qt+ne)*it));var Yt=.05,ne=ee*.05,$t=.625,Qt=.95,Ht=new go.PathFigure(($t-Yt)*et,Qt*it,!0);gt.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(Qt-Yt)*it,($t-Yt)*et,(Qt-ne)*it,($t-ne)*et,(Qt-Yt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,($t+Yt)*et,Qt*it,($t+ne)*et,(Qt-Yt)*it,($t+Yt)*et,(Qt-ne)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(Qt+Yt)*it,($t+Yt)*et,(Qt+ne)*it,($t+ne)*et,(Qt+Yt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,($t-Yt)*et,Qt*it,($t-ne)*et,(Qt+Yt)*it,($t-Yt)*et,(Qt+ne)*it));var Yt=.05,ne=ee*.05,$t=.825,Qt=.95,Pe=new go.PathFigure(($t-Yt)*et,Qt*it,!0);gt.add(Pe),Pe.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(Qt-Yt)*it,($t-Yt)*et,(Qt-ne)*it,($t-ne)*et,(Qt-Yt)*it)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,($t+Yt)*et,Qt*it,($t+ne)*et,(Qt-Yt)*it,($t+Yt)*et,(Qt-ne)*it)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,$t*et,(Qt+Yt)*it,($t+Yt)*et,(Qt+ne)*it,($t+ne)*et,(Qt+Yt)*it)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,($t-Yt)*et,Qt*it,($t-ne)*et,(Qt+Yt)*it,($t-Yt)*et,(Qt+ne)*it).close());var ae=new go.PathFigure(0,it,!1);return gt.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,et,it).close()),gt}),go.Shape.defineFigureGenerator("Warehouse",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var pt=new go.PathFigure(0,.2*it,!1);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it).close());var vt=new go.PathFigure(.15*et,it,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.5*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.5*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.4*et,it)),vt.add(new go.PathSegment(go.PathSegment.Line,.15*et,it).close());var Lt=.05,Ft=ee*.05,Ht=.35,Yt=.775,ne=new go.PathFigure((Ht-Lt)*et,Yt*it,!0);return gt.add(ne),ne.add(new go.PathSegment(go.PathSegment.Bezier,Ht*et,(Yt-Lt)*it,(Ht-Lt)*et,(Yt-Ft)*it,(Ht-Ft)*et,(Yt-Lt)*it)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(Ht+Lt)*et,Yt*it,(Ht+Ft)*et,(Yt-Lt)*it,(Ht+Lt)*et,(Yt-Ft)*it)),ne.add(new go.PathSegment(go.PathSegment.Bezier,Ht*et,(Yt+Lt)*it,(Ht+Lt)*et,(Yt+Ft)*it,(Ht+Ft)*et,(Yt+Lt)*it)),ne.add(new go.PathSegment(go.PathSegment.Bezier,(Ht-Lt)*et,Yt*it,(Ht-Ft)*et,(Yt+Lt)*it,(Ht-Lt)*et,(Yt+Ft)*it).close()),gt}),go.Shape.defineFigureGenerator("ControlCenter",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Move,.1*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*it).close()),gt}),go.Shape.defineFigureGenerator("Bluetooth",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.75*it,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.25*it)),gt}),go.Shape.defineFigureGenerator("Bookmark",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*it)),gt}),go.Shape.defineFigureGenerator("Bookmark",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,0,0)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.4*it)),gt}),go.Shape.defineFigureGenerator("Globe",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.5*et,0,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.5*it,.75*et,0,et,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,et,.75*it,.75*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*it,.25*et,it,0,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,0,.25*it,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,it,.15*et,.25*it,.15*et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.85*et,.75*it,.85*et,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.1675*et,.15*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8325*et,.15*it,.35*et,.3*it,.65*et,.3*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.1675*et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8325*et,.85*it,.35*et,.7*it,.65*et,.7*it)),gt}),go.Shape.defineFigureGenerator("Wave",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.25*it,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.25*it,.1*et,0,.2*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,.25*it,.425*et,.5*it,.575*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.25*it,.8*et,0,.9*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.25*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.75*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.75*it,.1*et,.5*it,.2*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.7*et,.75*it,.425*et,it,.575*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.75*it,.8*et,.5*it,.9*et,.5*it)),gt}),go.Shape.defineFigureGenerator("Operator",function(Et,et,it){var gt=new go.Geometry,lt=.3,pt=ee*.3,vt=.5,Lt=.7,Ft=new go.PathFigure((vt-lt)*et,Lt*it,!0);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it));var Ht=new go.PathFigure(0,.7*it,!1);return gt.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Bezier,et,.7*it,0,0,et,0)),gt}),go.Shape.defineFigureGenerator("TripleFanBlades",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.5*et,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*it,.65*et,.3*it,.65*et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.35*et,.5*it,.35*et,.3*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,it,.3*et,.6*it,.1*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*it,.2*et,it,.35*et,.95*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,it,.7*et,.6*it,.9*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.65*it,.8*et,it,.65*et,.95*it)),gt}),go.Shape.defineFigureGenerator("CentrifugalPump",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et,0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*it,0,.075*it,0,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.4*et,it,0,it,.4*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.4*it,.8*et,it,.85*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,0)),gt}),go.Shape.defineFigureGenerator("Battery",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Move,.4*et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.1*it));var pt=new go.PathFigure(0,.6*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Move,0,.4*it)),pt.add(new go.PathSegment(go.PathSegment.Line,et,.4*it)),gt}),go.Shape.defineFigureGenerator("Delete",function(Et,et,it){var gt=new go.Geometry,lt=.5,pt=ee*.5,vt=.5,Lt=.5,Ft=new go.PathFigure((vt-lt)*et,Lt*it,!0);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it));var Ht=new go.PathFigure(.15*et,.5*it,!1);return gt.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Line,.85*et,.5*it)),gt}),go.Shape.defineFigureGenerator("Flag",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.1*it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Move,0,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.1*it,.15*et,0,.35*et,0)),lt.add(new go.PathSegment(go.PathSegment.Bezier,et,.1*it,.65*et,.2*it,.85*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.5*it,.85*et,.6*it,.65*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*it,.35*et,.4*it,.15*et,.4*it).close()),gt}),go.Shape.defineFigureGenerator("Help",function(Et,et,it){var gt=new go.Geometry,lt=.5,pt=ee*.5,vt=.5,Lt=.5,Ft=new go.PathFigure((vt-lt)*et,Lt*it,!1);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Ft.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it).close()),lt=.05,pt=ee*.05,vt=.5,Lt=.8;var Ht=new go.PathFigure((vt-lt)*et,Lt*it,!1);return gt.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt-lt)*it,(vt-lt)*et,(Lt-pt)*it,(vt-pt)*et,(Lt-lt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,(vt+lt)*et,Lt*it,(vt+pt)*et,(Lt-lt)*it,(vt+lt)*et,(Lt-pt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,vt*et,(Lt+lt)*it,(vt+lt)*et,(Lt+pt)*it,(vt+pt)*et,(Lt+lt)*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,(vt-lt)*et,Lt*it,(vt-pt)*et,(Lt+lt)*it,(vt-lt)*et,(Lt+pt)*it).close()),Ht.add(new go.PathSegment(go.PathSegment.Move,.5*et,.7*it)),Ht.add(new go.PathSegment(go.PathSegment.Line,.5*et,.5*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,.5*et,.2*it,.75*et,.475*it,.75*et,.225*it)),Ht.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.35*it,.4*et,.2*it,.3*et,.25*it)),gt}),go.Shape.defineFigureGenerator("Location",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(.5*et,it,!0).add(new go.PathSegment(go.PathSegment.Line,.75*et,.5*it)).add(new go.PathSegment(go.PathSegment.Bezier,.5*et,0,.975*et,.025*it,.5*et,0)).add(new go.PathSegment(go.PathSegment.Bezier,.25*et,.5*it,.5*et,0,.025*et,.025*it).close()).add(new go.PathSegment(go.PathSegment.Move,.5*et,.2*it)).add(new go.PathSegment(go.PathSegment.Arc,270,360,.5*et,.3*it,.1*et,.1*it).close()))}),go.Shape.defineFigureGenerator("Lock",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.5*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it));var pt=new go.PathFigure(.2*et,.5*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.3*it,.25*et,0,.75*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.3*it)),gt}),go.Shape.defineFigureGenerator("Unlocked",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.5*it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.5*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.5*it));var pt=new go.PathFigure(.2*et,.5*it,!1);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Move,.2*et,.5*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.3*it)),pt.add(new go.PathSegment(go.PathSegment.Bezier,.8*et,.3*it,.25*et,0,.75*et,0)),pt.add(new go.PathSegment(go.PathSegment.Line,.8*et,.35*it)),gt}),go.Shape.defineFigureGenerator("Gear",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(.9375*et,.56246875*it,!0).add(new go.PathSegment(go.PathSegment.Line,.9375*et,.4375*it)).add(new go.PathSegment(go.PathSegment.Line,.80621875*et,.4375*it)).add(new go.PathSegment(go.PathSegment.Bezier,.763*et,.3316875*it,.79840625*et,.39915625*it,.7834375*et,.3635*it)).add(new go.PathSegment(go.PathSegment.Line,.8566875*et,.23796875*it)).add(new go.PathSegment(go.PathSegment.Line,.76825*et,.14959375*it)).add(new go.PathSegment(go.PathSegment.Line,.67596875*et,.24184375*it)).add(new go.PathSegment(go.PathSegment.Bezier,.5625*et,.19378125*it,.64228125*et,.2188125*it,.603875*et,.2021875*it)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.0625*it)).add(new go.PathSegment(go.PathSegment.Line,.4375*et,.0625*it)).add(new go.PathSegment(go.PathSegment.Line,.4375*et,.19378125*it)).add(new go.PathSegment(go.PathSegment.Bezier,.32775*et,.239375*it,.39759375*et,.20190625*it,.36053125*et,.2176875*it)).add(new go.PathSegment(go.PathSegment.Line,.2379375*et,.14959375*it)).add(new go.PathSegment(go.PathSegment.Line,.14953125*et,.2379375*it)).add(new go.PathSegment(go.PathSegment.Line,.23934375*et,.3278125*it)).add(new go.PathSegment(go.PathSegment.Bezier,.19378125*et,.4375*it,.21765625*et,.36059375*it,.201875*et,.397625*it)).add(new go.PathSegment(go.PathSegment.Line,.0625*et,.4375*it)).add(new go.PathSegment(go.PathSegment.Line,.0625*et,.5625*it)).add(new go.PathSegment(go.PathSegment.Line,.1938125*et,.5625*it)).add(new go.PathSegment(go.PathSegment.Bezier,.241875*et,.67596875*it,.20221875*et,.603875*it,.21884375*et,.64228125*it)).add(new go.PathSegment(go.PathSegment.Line,.1495625*et,.76825*it)).add(new go.PathSegment(go.PathSegment.Line,.238*et,.8566875*it)).add(new go.PathSegment(go.PathSegment.Line,.3316875*et,.76296875*it)).add(new go.PathSegment(go.PathSegment.Bezier,.43753125*et,.80621875*it,.36353125*et,.78340625*it,.3991875*et,.79840625*it)).add(new go.PathSegment(go.PathSegment.Line,.43753125*et,.9375*it)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.9375*it)).add(new go.PathSegment(go.PathSegment.Line,.5625*et,.80621875*it)).add(new go.PathSegment(go.PathSegment.Bezier,.67225*et,.760625*it,.602375*et,.79809375*it,.63946875*et,.78234375*it)).add(new go.PathSegment(go.PathSegment.Line,.76828125*et,.8566875*it)).add(new go.PathSegment(go.PathSegment.Line,.85671875*et,.76825*it)).add(new go.PathSegment(go.PathSegment.Line,.76065625*et,.67221875*it)).add(new go.PathSegment(go.PathSegment.Bezier,.80621875*et,.56246875*it,.78234375*et,.63940625*it,.798125*et,.602375*it)).add(new go.PathSegment(go.PathSegment.Line,.9375*et,.56246875*it).close()).add(new go.PathSegment(go.PathSegment.Move,.5*et,.6*it)).add(new go.PathSegment(go.PathSegment.Arc,90,360,.5*et,.5*it,.1*et,.1*it).close()))}),go.Shape.defineFigureGenerator("Hand",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.5*it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Bezier,.1*et,.3*it,0,.375*it,.05*et,.325*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.45*et,.075*it,.3*et,.225*it,.4*et,.175*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.525*et,.075*it,.46*et,.05*it,.525*et,.05*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.3*et,.4*it,.525*et,.275*it,.475*et,.325*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.55*it,et,.4*it,et,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.425*et,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.6*et,.7*it,.675*et,.55*it,.675*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.575*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.575*et,.85*it,.65*et,.7*it,.65*et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.525*et,.85*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.535*et,it,.61*et,.85*it,.61*et,it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*it,.435*et,it,0,it).close()),gt}),go.Shape.defineFigureGenerator("Map",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,.2*it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it).close()),lt.add(new go.PathSegment(go.PathSegment.Move,.25*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.25*et,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Move,.5*et,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it)),lt.add(new go.PathSegment(go.PathSegment.Move,.75*et,0)),lt.add(new go.PathSegment(go.PathSegment.Line,.75*et,.8*it)),gt}),go.Shape.defineFigureGenerator("Eject",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,it,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et,it)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it*.7)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*.7).close());var pt=new go.PathFigure(0,it*.6,!0);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et,.6*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.5*et,0).close()),gt}),go.Shape.defineFigureGenerator("Pencil",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.2*et,.1*it)).add(new go.PathSegment(go.PathSegment.Line,et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.9*et,it)).add(new go.PathSegment(go.PathSegment.Line,.1*et,.2*it).close()))}),go.Shape.defineFigureGenerator("Building",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et*1,it*1,!1);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,it*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,.046*et,it*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,it*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it*.3)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*et,it*.85)),lt.add(new go.PathSegment(go.PathSegment.Line,et,it*.85).close());var pt=new go.PathFigure(.126*et,.85*it,!1);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,.126*et,.45*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.322*et,.45*it)),pt.add(new go.PathSegment(go.PathSegment.Line,.322*et,.85*it).close());var vt=new go.PathFigure(.402*et,.85*it,!1);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,.402*et,.45*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.598*et,.45*it)),vt.add(new go.PathSegment(go.PathSegment.Line,.598*et,.85*it).close());var Lt=new go.PathFigure(.678*et,.85*it,!1);gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,.678*et,.45*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.874*et,.45*it)),Lt.add(new go.PathSegment(go.PathSegment.Line,.874*et,.85*it).close());var Ft=new go.PathFigure(.5*et,.1*it,!1);return gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Line,(.046+.15)*et,.3*it)),Ft.add(new go.PathSegment(go.PathSegment.Line,(1-(.046+.15))*et,.3*it).close()),gt}),go.Shape.defineFigureGenerator("Staircase",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,it*1,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,it*.8)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.8)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.6)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.6)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.4)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*.4)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*.2)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.2)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.15)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.15)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*.95).close()),gt}),go.Shape.defineFigureGenerator("5Bars",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,it*1,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.184,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.184,it*(1-.184)).close());var pt=new go.PathFigure(et*.204,it,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.204,it*(1-.184))),pt.add(new go.PathSegment(go.PathSegment.Line,et*.388,it*(1-.184*2))),pt.add(new go.PathSegment(go.PathSegment.Line,et*.388,it*1).close());var vt=new go.PathFigure(et*.408,it,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.408,it*(1-.184*2))),vt.add(new go.PathSegment(go.PathSegment.Line,et*.592,it*(1-.184*3))),vt.add(new go.PathSegment(go.PathSegment.Line,et*.592,it*1).close());var Lt=new go.PathFigure(et*.612,it,!0);gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.612,it*(1-.184*3))),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.796,it*(1-.184*4))),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.796,it*1).close());var Ft=new go.PathFigure(et*.816,it,!0);return gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Line,et*.816,it*(1-.184*4))),Ft.add(new go.PathSegment(go.PathSegment.Line,et*1,it*(1-.184*5))),Ft.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1).close()),gt}),go.Shape.defineFigureGenerator("PC",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,0).close());var pt=new go.PathFigure(et*.055,.07*it,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.07)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.055,it*.1).close());var vt=new go.PathFigure(et*.055,.13*it,!0);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.13)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.16)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.055,it*.16).close());var Lt=new go.PathFigure(et*.055,.18*it,!0);gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.18)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.245,it*.21)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.055,it*.21).close());var Ft=new go.PathFigure(et*1,0,!0);return gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Line,et*.4,0)),Ft.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.65)),Ft.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.65).close()),gt}),go.Shape.defineFigureGenerator("Plane",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(.55*et,it,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.7*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.1*et,.475*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.35*et,.525*it,0,.4*it,.225*et,.45*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.4*et,.475*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.15*et,.35*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.2*et,.325*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.325*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.85*et,.1*it)),lt.add(new go.PathSegment(go.PathSegment.Bezier,.9*et,.2*it,.975*et,0,et,.08*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.7*et,.45*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.6*et,.95*it)),lt.add(new go.PathSegment(go.PathSegment.Line,.55*et,it).close()),gt}),go.Shape.defineFigureGenerator("Key",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et*1,it*.5,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.9,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.4*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.35*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,.35*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,.2*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.35*it)),lt.add(new go.PathSegment(go.PathSegment.Line,0,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.15,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,.8*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.65*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,.55*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,.6*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,.575*it)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.9,.6*it).close()),lt.add(new go.PathSegment(go.PathSegment.Move,.17*et,.425*it)),lt.add(new go.PathSegment(go.PathSegment.Arc,270,360,.17*et,.5*it,.075*et,.075*it).close()),gt}),go.Shape.defineFigureGenerator("FilmTape",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(0,0,!1);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Arc,270,180,et*0,et*.3,et*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,0,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.08,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.08,it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*1),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*1),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*2),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*2),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*3),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*3),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*4),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*4),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*5),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*5),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*6),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*6),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*7),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*7),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*8),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*8),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*9),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*9),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*10),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*10),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*11),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*11),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*12),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*12),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*13),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*13),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*14),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*14),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*15),it*.95)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(.08+.056*15),it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1));var pt=new go.PathFigure(0,0,!1);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*0)),pt.add(new go.PathSegment(go.PathSegment.Arc,270,-180,et*1,et*.3,et*.055)),pt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1));var vt=new go.PathFigure(et*.11,it*.1,!1);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*0),it*.1)),vt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*0),it*.8)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.11,it*.8).close());var Lt=new go.PathFigure(et*(.11+.24133333*1+.028*1),it*.1,!1);gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*1),it*.1)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*1),it*.8)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*1+.028*1),it*.8).close());var Ft=new go.PathFigure(et*(.11+.24133333*2+.028*2),it*.1,!1);return gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),it*.1)),Ft.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*3+.028*2),it*.8)),Ft.add(new go.PathSegment(go.PathSegment.Line,et*(.11+.24133333*2+.028*2),it*.8).close()),gt}),go.Shape.defineFigureGenerator("FloppyDisk",function(Et,et,it){var gt=new go.Geometry,lt=8,pt=lt*ee,vt=new go.PathFigure(lt,0,!1);gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.86,0)),vt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.14)),vt.add(new go.PathSegment(go.PathSegment.Line,et,it-lt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,it,et,it-pt,et-pt,it)),vt.add(new go.PathSegment(go.PathSegment.Line,lt,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,it-lt,pt,it,0,it-pt)),vt.add(new go.PathSegment(go.PathSegment.Line,0,lt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,lt,0,0,pt,pt,0).close());var Lt=new go.PathFigure(et*.83,0,!1);gt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.83,it*.3)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.17,it*.3)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.17,it*0).close());var Ft=new go.PathFigure(et*.83,it*1,!1);gt.add(Ft),Ft.add(new go.PathSegment(go.PathSegment.Line,et*.83,it*.5)),Ft.add(new go.PathSegment(go.PathSegment.Line,et*.17,it*.5)),Ft.add(new go.PathSegment(go.PathSegment.Line,et*.17,it*1).close());var Ht=new go.PathFigure(et*.78,it*.05,!1);return gt.add(Ht),Ht.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*.05)),Ht.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*.25)),Ht.add(new go.PathSegment(go.PathSegment.Line,et*.78,it*.25).close()),gt}),go.Shape.defineFigureGenerator("SpeechBubble",function(Et,et,it){var gt=Et?Et.parameter1:NaN;(isNaN(gt)||gt<0)&&(gt=15),gt=Math.min(gt,et/3),gt=Math.min(gt,it/3);var lt=gt*ee,pt=it*.8,vt=new go.Geometry,Lt=new go.PathFigure(gt,0,!0);return vt.add(Lt),Lt.add(new go.PathSegment(go.PathSegment.Line,et-gt,0)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et,gt,et-lt,0,et,lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,et,pt-gt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,et-gt,pt,et,pt-lt,et-lt,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,it)),Lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,pt)),Lt.add(new go.PathSegment(go.PathSegment.Line,gt,pt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,0,pt-gt,lt,pt,0,pt-lt)),Lt.add(new go.PathSegment(go.PathSegment.Line,0,gt)),Lt.add(new go.PathSegment(go.PathSegment.Bezier,gt,0,0,lt,lt,0).close()),lt>1?(vt.spot1=new go.Spot(0,0,lt,lt),vt.spot2=new go.Spot(1,.8,-lt,-lt)):(vt.spot1=go.Spot.TopLeft,vt.spot2=new go.Spot(1,.8)),vt}),go.Shape.defineFigureGenerator("Repeat",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et*0,it*.45,!0);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,it*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.2,it*.45).close());var pt=new go.PathFigure(et*1,it*.55,!0);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.55)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.7,it*.55)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.7,it*.1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.1)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.35,it*0)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*0)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*.55).close()),gt}),go.Shape.defineFigureGenerator("Windows",function(Et,et,it){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,et,0)).add(new go.PathSegment(go.PathSegment.Line,et,it)).add(new go.PathSegment(go.PathSegment.Line,0,it).close()).add(new go.PathSegment(go.PathSegment.Move,.4*et,.4*it)).add(new go.PathSegment(go.PathSegment.Line,.4*et,.8*it)).add(new go.PathSegment(go.PathSegment.Line,.9*et,.8*it)).add(new go.PathSegment(go.PathSegment.Line,.9*et,.4*it).close()).add(new go.PathSegment(go.PathSegment.Move,.2*et,.1*it)).add(new go.PathSegment(go.PathSegment.Line,.2*et,.6*it)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.6*it)).add(new go.PathSegment(go.PathSegment.Line,.7*et,.1*it).close()).add(new go.PathSegment(go.PathSegment.Move,.1*et,.6*it)).add(new go.PathSegment(go.PathSegment.Line,.1*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.5*et,.9*it)).add(new go.PathSegment(go.PathSegment.Line,.5*et,.6*it).close()))}),go.Shape.defineFigureGenerator("Terminal",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et*0,it*.1,!1);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.9)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,it*.9).close());var pt=new go.PathFigure(et*.1,it*.2,!0);gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.1,it*.25)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.22,it*.285)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.1,it*.32)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.1,it*.37)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.275,it*.32)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.275,it*.25).close());var vt=new go.PathFigure(et*.28,it*.37,!0);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.37)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.41)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.28,it*.41).close()),gt}),go.Shape.defineFigureGenerator("Beaker",function(Et,et,it){var gt=new go.Geometry,lt=15,pt=lt*ee,vt=new go.PathFigure(et*.62,it*.475,!0);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et,it-lt)),vt.add(new go.PathSegment(go.PathSegment.Bezier,et-lt,it,et,it-pt,et-pt,it)),vt.add(new go.PathSegment(go.PathSegment.Line,lt,it)),vt.add(new go.PathSegment(go.PathSegment.Bezier,0,it-lt,pt,it,0,it-pt)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.38,it*.475)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.38,it*.03)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.36,it*0)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.64,it*0)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.62,it*.03).close()),pt>1?(gt.spot1=new go.Spot(0,0,pt,pt),gt.spot2=new go.Spot(1,1,-pt,-pt)):(gt.spot1=go.Spot.TopLeft,gt.spot2=go.Spot.BottomRight),gt}),go.Shape.defineFigureGenerator("Download",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et*0,it*1,!0);gt.add(lt);var pt=.1/.3;lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,it*(1-pt)).close());var vt=new go.PathFigure(et*.4,it*0,!0);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.26,it*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.66)),vt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.26),it*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.44)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*0).close()),gt}),go.Shape.defineFigureGenerator("Bin",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et*0,it*1,!0);gt.add(lt);var pt=.1/.3;return lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,it*(1-pt)).close()),gt}),go.Shape.defineFigureGenerator("Upload",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et*0,it*1,!0);gt.add(lt);var pt=.1/.3;lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.8,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.66,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.755,it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.93,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.64,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.61,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.39,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.36,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*.07,it*(1-pt))),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.755),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*.055)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.66),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*(1-.8),it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,it*(1-pt)).close());var vt=new go.PathFigure(et*.5,it*0,!0);return gt.add(vt),vt.add(new go.PathSegment(go.PathSegment.Line,et*.26,it*.25)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.25)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.4,it*.63)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.63)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.6,it*.25)),vt.add(new go.PathSegment(go.PathSegment.Line,et*.74,it*.25).close()),gt}),go.Shape.defineFigureGenerator("EmptyDrink",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et*.15,it*0,!1);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,it*1).close()),gt}),go.Shape.defineFigureGenerator("Drink",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et*.15,it*0,!1);gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.85,it*0)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.7,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.3,it*1).close());var pt=new go.PathFigure(et*.235,it*.28,!0);return gt.add(pt),pt.add(new go.PathSegment(go.PathSegment.Line,et*.765,it*.28)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.655,it*.97)),pt.add(new go.PathSegment(go.PathSegment.Line,et*.345,it*.97).close()),gt}),go.Shape.defineFigureGenerator("4Arrows",function(Et,et,it){var gt=new go.Geometry,lt=new go.PathFigure(et*.5,it*0,!0);return gt.add(lt),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,it*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*1,it*.5)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.65)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.75,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.55,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.65,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.5,it*1)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.75)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,it*.55)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,it*.65)),lt.add(new go.PathSegment(go.PathSegment.Line,et*0,it*.5)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,it*.35)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.25,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.45)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.45,it*.25)),lt.add(new go.PathSegment(go.PathSegment.Line,et*.35,it*.25).close()),gt}),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 un={},jn="5.0",Jt={},zt=null,me=!1,we=!1,Me=null,ge=!1,he=null,ee=null,We=0;We4?parseFloat(xe):5};un.setHTML5Codebase=function(xe,_e){ee=xe,Be(xe,_e)},un.setJavaCodebase=un.setJavaCodebaseVersion=un.isCompiledInstalled=un.setPreCompiledScriptPath=un.setPreCompiledResourcePath=function(){},un.setHTML5CodebaseVersion=function(xe,_e){var He=parseFloat(xe);if(He!==NaN&&He<5){console.log("The GeoGebra HTML5 codebase version "+He+" is deprecated. Using version latest instead.");return}he=xe,Wt(xe,_e)},un.getHTML5CodebaseVersion=function(){return Et},un.getParameters=function(){return Jt},un.setFontsCSSURL=function(xe){vt=xe},un.setGiacJSURL=function(xe){},un.setJNLPFile=function(xe){qt=xe},un.setJNLPBaseDir=function(xe){},un.inject=function(){function xe(){return window.frameElement&&window.frameElement.getAttribute("data-singleton")}for(var _e="auto",He=Jt.id,Mn,Xe=!1,se=0;se=5)return!0;var xe=un.getAppletObject();return xe&&typeof xe.recalculateEnvironments=="function"?(xe.recalculateEnvironments(),!0):!1},un.startAnimation=function(){var xe=un.getAppletObject();return xe&&typeof xe.startAnimation=="function"?(xe.startAnimation(),!0):!1},un.stopAnimation=function(){var xe=un.getAppletObject();return xe&&typeof xe.stopAnimation=="function"?(xe.stopAnimation(),!0):!1},un.getAppletObject=function(){var xe=Jt.id!==void 0?Jt.id:"ggbApplet";return window[xe]},un.resize=function(){};var Pe=function(xe,_e,He){var Mn=document.createElement("param");Mn.setAttribute("name",_e),Mn.setAttribute("value",He),xe.appendChild(Mn)},ae=function(xe){return xe&&xe!=="false"},be=function(xe,_e,He){Ft(Et)<=4.2&&(He=!0);var Mn=!isRenderGGBElementEnabled&&!scriptLoadStarted;(!isRenderGGBElementEnabled&&!scriptLoadStarted||ggbHTML5LoadedCodebaseVersion!==Et||ggbHTML5LoadedCodebaseIsWebSimple&&!it)&&(Mn=!0,isRenderGGBElementEnabled=!1,scriptLoadStarted=!1);var Xe=document.createElement("div");Xe.classList.add("appletParameters","notranslate");var se=_e.width,ve=_e.height;if(_e.disableAutoScale=_e.disableAutoScale===void 0?GGBAppletUtils.isFlexibleWorksheetEditor():_e.disableAutoScale,_e.width!==void 0)if(Ft(Et)<=4.4)ae(_e.showToolBar)&&(_e.height-=7),ae(_e.showAlgebraInput)&&(_e.height-=37),_e.width<605&&ae(_e.showToolBar)&&(_e.width=605,se=605);else{var dn=100;(ae(_e.showToolBar)||ae(_e.showMenuBar))&&(_e.hasOwnProperty("customToolBar")&&(_e.customToolbar=_e.customToolBar),dn=ae(_e.showMenuBar)?245:155),se=5?(_e.appletOnLoad=function(Bn){var an=xe.querySelector(".ggb_preview");an&&an.parentNode.removeChild(an),window.GGBT_spinner&&window.GGBT_spinner.removeSpinner(wt),window.GGBT_wsf_view&&$(window).trigger("resize"),At(Bn)},xt||wt.appendChild(bt)):Xe.appendChild(bt),wt.appendChild(Xe),xt||xe.appendChild(wt),setTimeout(function(){un.resize()},1)}else{var Rt=document.createElement("div");Rt.className="applet_scaler",Rt.style.position="relative",Rt.style.display="block",Rt.appendChild(Xe),xe.appendChild(Rt),_e.appletOnLoad=function(Bn){un.resize(),At(Bn)}}function Mt(Bn,an){an&&typeof an.appletOnLoad=="function"&&typeof renderGGBElement=="function"?renderGGBElement(Bn,an.appletOnLoad):renderGGBElement(Bn),Sn("GeoGebra HTML5 applet injected and rendered with previously loaded codebase.",an)}function fe(Bn,an){typeof renderGGBElement=="undefined"?(html5AppletsToProcess===null&&(html5AppletsToProcess=[]),html5AppletsToProcess.push({article:Bn,params:an}),window.renderGGBElementReady=function(){isRenderGGBElementEnabled=!0,html5AppletsToProcess!==null&&html5AppletsToProcess.length&&(html5AppletsToProcess.forEach(function(Dn){Mt(Dn.article,Dn.params)}),html5AppletsToProcess=null)},Ft(Et)<5&&(Bn.className+=" geogebraweb")):Mt(Bn,an)}if(Mn){scriptLoadStarted=!0;for(var je=0;je0?(xn.remove(),wt.attr("id","fullscreencontent").show(),jQuery(At).append(wt),window.dispatchEvent(new Event("resize"))):be(xn,_e,!1),window.GGBT_wsf_view.launchFullScreen(At)}else rn=Mn,be(xe,_e,!1);if(!window.GGBT_wsf_view)for(ve=0;vexe/4*3&&(xn=xe/4*3),At=xn/5.8,dn.setAttribute("src",lt),dn.setAttribute("width",xn),dn.setAttribute("height",At);var wt=(xe-xn)/2,xt=(_e-At)/2;dn.style.left=wt+"px",dn.style.top=xt+"px",Xe.appendChild(dn)}}return Xe.appendChild(ve),Xe},vn=function(xe){return xe=xe.toLowerCase(),xe==="html5"||xe==="screenshot"?xe:"html5"},te=["web","webSimple","web3d","tablet","tablet3d","phone"],Wt=function(xe,_e){if(Et=xe,_e){Be(Et,!0);return}var He=!me;if(He){var Mn=Ft(Et);!isNaN(Mn)&&Mn<4.4&&(He=!1)}var Xe,se;window.location.protocol.substr(0,4)==="http"?Xe=window.location.protocol:Xe="http:";var ve=Et.indexOf("//");ve>0?se=Et:ve===0?se=Xe+Et:se="https://www.geogebra.org/apps/5.2.814.0/";for(var dn in te)if(Et.slice(te[dn].length*-1)===te[dn]||Et.slice((te[dn].length+1)*-1)===te[dn]+"/"){Be(se,!1);return}!GGBAppletUtils.isFlexibleWorksheetEditor()&&He&&!zt.is3D&&!zt.AV&&!zt.SV&&!zt.CV&&!zt.EV2&&!zt.CP&&!zt.PC&&!zt.DA&&!zt.FI&&!zt.PV&&!ae(Jt.showToolBar)&&!ae(Jt.showMenuBar)&&!ae(Jt.showAlgebraInput)&&!ae(Jt.enableRightClick)&&(!Jt.appName||Jt.appName=="classic")?se+="webSimple/":se+="web3d/",Be(se,!1)},Be=function(xe,_e){if(xe.requirejs){$e=xe;return}xe.slice(-1)!=="/"&&(xe+="/"),$e=xe,_e===null&&(_e=xe.indexOf("http")===-1),le=_e,et="web.nocache.js",it=!1;var He=$e.split("/");He.length>1&&(!_e&&He[He.length-2]==="webSimple"?(et="webSimple.nocache.js",it=!0):te.indexOf(He[He.length-2])>=0&&(et=He[He.length-2]+".nocache.js")),He=xe.split("/"),Et=He[He.length-3],Et.substr(0,4)==="test"?Et=Et.substr(4,1)+"."+Et.substr(5,1):(Et.substr(0,3)==="war"||Et.substr(0,4)==="beta")&&(Et="5.0");var Mn=parseFloat(Et);Mn!==NaN&&Mn<5&&xe.indexOf("geogebra.org")>=0&&(console.log("The GeoGebra HTML5 codebase version "+Mn+" is deprecated. Using version latest instead."),Wt("5.0",_e))},Sn=function(xe,_e){window.console&&window.console.log&&(!_e||typeof _e.showLogging=="undefined"||_e.showLogging&&_e.showLogging!=="false")&&console.log(xe)};Jt.material_id!==void 0?ne(pn):pn();function pn(){var xe=jn;he!==null?xe=he:parseFloat(xe)<5&&(xe="5.0"),Wt(xe,!1),ee!==null&&Be(ee,le),ge=!0}return un},GGBAppletUtils=function(){"use strict";function un(){return window.GGBT_wsf_edit!==void 0}function jn(ge,he){he!=1?(ge.style.transformOrigin="0% 0% 0px",ge.style.webkitTransformOrigin="0% 0% 0px",ge.style.transform="scale("+he+","+he+")",ge.style.webkitTransform="scale("+he+","+he+")",ge.style.maxWidth="initial",ge.querySelector(".ggb_preview")!==null&&(ge.querySelector(".ggb_preview").style.maxWidth="initial"),ge.querySelectorAll(".ggb_preview img")[0]!==void 0&&(ge.querySelectorAll(".ggb_preview img")[0].style.maxWidth="initial"),ge.querySelectorAll(".ggb_preview img")[1]!==void 0&&(ge.querySelectorAll(".ggb_preview img")[1].style.maxWidth="initial")):(ge.style.transform="none",ge.style.webkitTransform="none")}function Jt(ge,he,ee,We,ye,qt){var $e=null;if(qt!=null&&qt!="")for(var le=ge.parentNode;le!=null;)if((" "+le.className+" ").indexOf(" "+qt+" ")>-1){$e=le;break}else le=le.parentNode;var rn=0,Et=0,et=0,it=0,gt=0,lt=0,pt=0;if($e)rn=$e.offsetWidth,Et=Math.max(We?$e.offsetWidth:0,$e.offsetHeight);else{if(window.innerWidth&&document.documentElement.clientWidth?(rn=Math.min(window.innerWidth,document.documentElement.clientWidth),Et=Math.min(window.innerHeight,document.documentElement.clientHeight),et=rn):(rn=window.innerWidth,Et=window.innerHeight,et=window.innerWidth),ge){var vt=ge.getBoundingClientRect();vt.left>0&&vt.left<=rn&&(ye===void 0||!ye)&&(document.dir==="rtl"?(gt=rn-vt.width-vt.left,lt=et<=480?10:30):(lt=vt.left,gt=et<=480?10:30),it=lt+gt)}if(ge&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){var Lt=ge.getBoundingClientRect();window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(it=40,pt=0):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(it=0,pt=40)}}return ge&&((ee===void 0||!ee)&&he>0&&he+it1&&(qt=!0)),he&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(qt=!0),!(ge.hasOwnProperty("disableAutoScale")&&ge.disableAutoScale))ye=zt(ge,he,qt,ee,ge.scaleContainerClass);else return We;return qt&&(!ge.hasOwnProperty("scale")||We===1)?ye:Math.min(We,ye)}function we(ge){var he=Math.min(window.innerWidth,document.documentElement.clientWidth),ee=Math.min(window.innerHeight,document.documentElement.clientHeight),We=ge.getBoundingClientRect(),ye=(he-We.width)/2,qt=(ee-We.height)/2;qt<0&&(qt=0),ge.style.position="relative",window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(ye<40?ge.style.left="40px":ge.style.left=ye+"px",ge.style.top=qt+"px"):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(qt<40?ge.style.top="40px":ge.style.top=qt+"px",ge.style.left=ye+"px")}function Me(ge,he){var ee=ge.querySelector(".appletParameters");if(ee){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(he.id!==ee.getAttribute("data-param-id"))return;window.GGBT_wsf_view.setCloseBtnPosition(ge)}if(ee.parentElement&&/fullscreen/.test(ee.parentElement.className))return;var We=me(he,ge);un()&&ee.setAttribute("data-param-scale",We);for(var ye=null,qt=0;qt=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(un){alert(nb+k+ob)}}else if(j==pb&&(k=i.getAttribute(kb),k))try{e=eval(k)}catch(un){alert(nb+k+qb)}}}__gwt_getMetaProperty=function(un){var jn=c[un];return jn==null?null:jn},r=d,webModule.__errFn=e}function B(){function un(ge){var he=ge.lastIndexOf(rb);he==-1&&(he=ge.length);var ee=ge.indexOf(sb);ee==-1&&(ee=ge.length);var We=ge.lastIndexOf(tb,Math.min(ee,he));return We>=O?ge.substring(O,We+P):W}function jn(ge){if(!ge.match(/^\w+:\/\//)){var he=o.createElement(ub);he.src=ge+vb,ge=un(he.src)}return ge}function Jt(){var ge=__gwt_getMetaProperty(wb);return ge!=null?ge:W}function zt(){for(var ge=o.getElementsByTagName(_),he=O;heO?ge[ge.length-P].href:W}function we(){var ge=o.location;return ge.href==ge.protocol+zb+ge.host+ge.pathname+ge.search+ge.hash}var Me=Jt();return Me==W&&(Me=zt()),Me==W&&(Me=me()),Me==W&&we()&&(Me=un(o.location.href)),Me=jn(Me),Me}function C(un){return un.match(/^\//)||un.match(/^[a-zA-Z]+:\/\//)?un:webModule.__moduleBase+un}function D(){var un=[],jn=O,Jt=[],zt=[];function me(ge){var he=zt[ge](),ee=Jt[ge];if(he in ee)return he;var We=[];for(var ye in ee)We[ee[ye]]=ye;throw r&&r(ge,We,he),null}if(__gwt_isKnownPropertyValue=function(ge,he){return he in Jt[ge]},webModule.__getPropMap=function(){var ge={};for(var he in Jt)Jt.hasOwnProperty(he)&&(ge[he]=me(he));return ge},webModule.__computePropValue=me,n.__gwt_activeModules[L].bindings=webModule.__getPropMap,p())return C(Bb);var we;try{we=Cb;var Me=we.indexOf(Db);Me!=-1&&(jn=parseInt(we.substring(Me+P),$),we=we.substring(O,Me))}catch(ge){}return webModule.__softPermutationId=jn,C(we+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(un,jn,Jt){"use strict";Jt.d(jn,{Ax:function(){return Me},Ds:function(){return ge},KI:function(){return ee},SI:function(){return we},f1:function(){return me}});var zt=Jt(346);function me(We){let ye=!0;if(We.length>0){for(let qt=0;qtnew Promise((et,it)=>{var gt=vt=>{try{pt(Et.next(vt))}catch(Lt){it(Lt)}},lt=vt=>{try{pt(Et.throw(vt))}catch(Lt){it(Lt)}},pt=vt=>vt.done?et(vt.value):Promise.resolve(vt.value).then(gt,lt);pt((Et=Et.apply(le,rn)).next())}),$e=({data:le,className:rn,fullWidth:Et,style:et={},onClose:it,onOk:gt,showFullTools:lt,noAssociationId:pt})=>{const vt=(0,zt.useRef)(null),Lt=(0,zt.useRef)(null),Ft=(0,zt.useRef)(null),Ht=(0,zt.useRef)(null),[Yt,ne]=(0,zt.useState)(!1),[$t,Qt]=(0,zt.useState)("\u6B63\u5728\u52A0\u8F7D\u4E2D");(0,zt.useEffect)(()=>(Ft.current||(Ft.current=document.createElement("style"),document.head.appendChild(Ft.current)),le!=null&&le.visible?(document.body.setAttribute("data-custom","y-hidden"),Ft.current.innerHTML=" html { overflow-y: hidden; }",le!=null&&le.src&&Pe()):(document.body.removeAttribute("data-custom"),Ft.current&&(document.head.removeChild(Ft.current),Ft.current=null)),()=>{document.body.removeAttribute("data-custom"),Ft.current&&(document.head.removeChild(Ft.current),Ft.current=null)}),[le==null?void 0:le.visible]);const Pe=()=>ye(void 0,null,function*(){ne(!0),Qt("\u6B63\u5728\u52A0\u8F7D\u4E2D");const Ke=yield(0,We.ZJ)(le==null?void 0:le.src);vt.current.src="",vt.current.src=Ke,vt.current.onload=function(){De()},ne(!1),Qt("")}),ae=Ke=>ye(void 0,null,function*(){ne(!0),Qt("\u6B63\u5728\u4FDD\u5B58\u4E2D");const Nn=yield(0,ee.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:le.title,file:Ke.dataUrl}});Nn!=null&&Nn.id&&!pt?(yield(0,ee.ZP)(`/api/attachments/${le.id}/add_subitem.json`,{method:"post",body:{subitem_id:Nn==null?void 0:Nn.id,settings:JSON.stringify(Ke.state)}})).status===0&>():Nn!=null&&Nn.id&>(Nn),ne(!1),Qt("")}),be=()=>{const Ke=document.querySelector('a[href="https://markerjs.com/"]');Ke&&Ke.parentNode&&(Ke.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(qe=>{const fn=document.querySelector(qe.name);fn&&fn.setAttribute("title",qe.title)})},De=()=>{Lt.current=new he.hP(vt.current),Lt.current.targetRoot=Ht.current,Lt.current.addEventListener("render",ae),Lt.current.addEventListener("beforeclose",it),lt&&(Lt.current.availableMarkerTypes=Lt.current.ALL_MARKER_TYPES,Lt.current.uiStyleSettings.redoButtonVisible=!0,Lt.current.uiStyleSettings.notesButtonVisible=!0,Lt.current.uiStyleSettings.zoomButtonVisible=!0,Lt.current.uiStyleSettings.zoomOutButtonVisible=!0,Lt.current.uiStyleSettings.clearButtonVisible=!0),window.markerArea=Lt.current.uiStyleSettings,Lt.current.show(),le!=null&&le.snapshotData&&Lt.current.restoreState(le.snapshotData),setTimeout(()=>{window.scrollTo(0,0),be()},300)};return zt.createElement(zt.Fragment,null,(le==null?void 0:le.visible)&&zt.createElement(ge.Z,{spinning:Yt,tip:$t,style:{position:"absolute",width:"100vw"}},zt.createElement("div",{ref:Ht,className:Me()(me.imageDimensions,rn,Et?me.fullWidth:""),style:et},zt.createElement("img",{className:me.img,ref:vt}))))}},76562:function(un,jn,Jt){"use strict";var zt=Jt(59301),me=Jt(77019),we=Jt(5269),Me=Jt(20554),ge=Jt(99571),he=Jt(76902),ee=Jt(99587),We=Jt(48136),ye=Jt(59301);const qt=(0,zt.forwardRef)(({callback:$e,showSaveButton:le,value:rn=""},Et)=>{const et=(0,zt.useRef)(),it=[{name:"\u5206\u6570\u5F97\u5206",value:"\\frac{x}{y}",children:[{name:"\u5206\u6570 Fractions",data:[{value:"\\frac{a}{b}"},{value:"x\\tfrac{x}{a} "},{value:"\\mathrm{d}t"},{value:"\\partial t"},{value:"\\frac{\\partial y}{\\partial x}"},{value:"\\nabla\\psi"},{value:"\\frac{\\partial^2}{\\partial x_1\\partial x_2}y"},{value:"\\cfrac{1}{a + \\cfrac{7}{b + \\cfrac{2}{9}}} = c"}]},{name:"\u5BFC\u6570 Derivative",data:[{value:"\\dot{a} "},{value:"\\ddot{a}"},{value:"{f}^{\\prime}"},{value:"{f}^{\\prime\\prime}"},{value:"{f}^{(n)}"}]},{name:"\u6A21\u7B97\u672F Modular arithmetic",data:[{value:"a \\bmod b"},{value:"a \\equiv b \\pmod{m} "},{value:"\\gcd(m, n) "},{value:"\\operatorname{lcm}(m, n) "}]}]},{name:"\u6839\u5F0F\u89D2\u6807",value:"\\sqrt{x}",children:[{name:"\u6839\u5F0F Radicals",data:[{value:"\\sqrt{x}"},{value:"\\sqrt[y]{x}"}]},{name:"\u4E0A\u4E0B\u6807 Sub&Super",data:[{value:"x^{a}"},{value:"x_{a}"},{value:"x_{a}^{b} "},{value:"_{a}^{b} x"},{value:"x_{a}^{b} "}]},{name:"\u91CD\u97F3\u7B26\u53CA\u5176\u4ED6 Accents and Others",data:[{value:"\\hat{a} "},{value:"\\sqrt[y]{x}"},{value:"\\check{} "},{value:"\\grave{a} "},{value:"\\acute{a}"},{value:"\\tilde{a}"},{value:"\\breve{a}"},{value:"\\bar{a}"},{value:"\\vec{a}"},{value:"\\not{a}"},{value:"\\widetilde{abc}"},{value:"\\widehat{abc}"},{value:"\\overleftarrow{abc} "},{value:"\\overrightarrow{abc}"},{value:"\\overline{abc}"},{value:"\\underline{abc}"},{value:"\\overbrace{abc}"},{value:"\\underbrace{abc}"},{value:"\\overset{a}{abc}"},{value:"\\underset{a}{abc} \\stackrel\\frown{ab}"},{value:"\\overline{ab} "},{value:"\\overleftrightarrow{ab}"},{value:"\\overset{a}{\\leftarrow}"},{value:"\\overset{a}{\\rightarrow}"},{value:"\\xleftarrow[abc]{a}"},{value:"\\xrightarrow[abc]{a} "}]}]},{name:"\u6781\u9650\u5BF9\u6570",value:"\\lim_{x \\to 0}",children:[{name:"\u6781\u9650 Limits",data:[{value:"\\lim a"},{value:"\\lim_{x \\to 0}"},{value:"\\lim_{x \\to \\infty}"},{value:"\\max_b{a}"},{value:"\\min_a{b}"}]},{name:"\u5BF9\u6570\u6307\u6570 Logarithms and exponentials",data:[{value:"\\log_{a}{b}"},{value:"\\lg_{a}{b}"},{value:"\\ln_{a}{b}"},{value:"\\exp a"}]},{name:"\u754C\u9650 Bounds",data:[{value:"\\min x"},{value:"\\sup t"},{value:"\\inf s"},{value:"\\lim u"},{value:"\\limsup w"},{value:"\\dim p"},{value:"\\ker\\phi "}]}]},{name:"\u4E09\u89D2\u51FD\u6570",value:"\\sin a",children:[{name:"\u4E09\u89D2\u51FD\u6570 Trigonometric functions",data:[{value:"\\sin a"},{value:"\\cos a"},{value:"\\tan a"},{value:"\\cot a "},{value:"\\sec a "},{value:"\\csc a "}]},{name:"\u53CD\u4E09\u89D2\u51FD\u6570 Inverse trigonometric functions",data:[{value:"\\sin^{-1}"},{value:"\\cos^{-1}"},{value:"\\tan^{-1}"},{value:"\\cot^{-1}"},{value:"\\sec^{-1}"},{value:"\\csc^{-1}"},{value:"\\arcsin a"},{value:"\\arccos a"},{value:"\\arctan a"},{value:"\\operatorname{arccot} a"},{value:"\\operatorname{arcsec} a"},{value:"\\operatorname{arccsc} a"}]},{name:"\u53CC\u66F2\u51FD\u6570 Hyperblic functions",data:[{value:"\\sinh a"},{value:"\\cosh a"},{value:"\\tanh a"},{value:"\\coth a"},{value:"\\operatorname{sech} a"},{value:"\\operatorname{csch} a"}]},{name:"\u53CD\u53CC\u66F2\u51FD\u6570 Inverse hyperbolic functions",data:[{value:"\\sinh^{-1}"},{value:"a\\cosh^{-1} a"},{value:"\\tanh^{-1} a"},{value:"\\coth^{-1} a"},{value:"\\operatorname{sech}^{-1} a"},{value:"\\operatorname{csch}^{-1} a"}]}]},{name:"\u79EF\u5206\u8FD0\u7B97",value:"\\int_{a}^{b}",children:[{name:"\u79EF\u5206 Integral",data:[{value:"\\int"},{value:"\\int_{a}^{b}"},{value:"\\int\\limits_{a}^{b}"}]},{name:"\u53CC\u91CD\u79EF\u5206 Double integral",data:[{value:"\\iint"},{value:"\\iint_{a}^{b} "},{value:"\\iint\\limits_{a}^{b} "}]},{name:"\u4E09\u91CD\u79EF\u5206 Triple integral",data:[{value:"\\iiint"},{value:"\\iiint_{a}^{b}"},{value:"\\iiint\\limits_{a}^{b} "}]},{name:"\u66F2\u7EBF\u79EF\u5206 Closed line or path integral",data:[{value:"\\oint"},{value:"\\oint_{a}^{b} "}]}]},{name:"\u5927\u578B\u8FD0\u7B97",value:"\\sum_{a}^{b}",children:[{name:"\u6C42\u548C Summation",data:[{value:"\\sum"},{value:"\\sum_{a}^{b}"},{value:"{\\textstyle \\sum_{a}^{b}} "}]},{name:"\u4E58\u79EF\u4F59\u79EF Product and coproduct",data:[{value:"\\prod"},{value:"\\prod_{a}^{b}"},{value:"{\\textstyle \\prod_{a}^{b}}"},{value:"\\coprod"},{value:"\\coprod_{a}^{b}"},{value:"{\\textstyle \\coprod_{a}^{b}} "}]},{name:"\u5E76\u96C6\u4EA4\u96C6 Union and intersection",data:[{value:"\\bigcup"},{value:"\\bigcup_{a}^{b}"},{value:"{\\textstyle \\bigcup_{a}^{b}}"},{value:"\\bigcap"},{value:"\\bigcap_{a}^{b}"}]},{name:"\u6790\u53D6\u5408\u53D6 Disjunction and conjunction",data:[{value:"\\bigvee"},{value:"\\bigvee_{a}^{b}"},{value:"\\bigwedge"},{value:"\\bigwedge_{a}^{b}"}]}]},{name:"\u62EC\u53F7\u53D6\u6574",value:"\\left [ \\left ( \\right ) \\right ] ",children:[{name:"\u62EC\u53F7 Brackets",data:[{value:"\\left ( \\right )"},{value:"\\left [ \\right ]"},{value:"\\left \\langle \\right \\rangle "},{value:"\\left | \\right | "},{value:"\\left \\lfloor \\right \\rfloor "},{value:"\\left \\lceil \\right \\rceil "}]}]}],gt=[{name:"\u4EE3\u6570",value:"\\sqrt{a^2+b^2}",children:[{data:[{value:"\\left(x-1\\right)\\left(x+3\\right) "},{value:"\\sqrt{a^2+b^2}"},{value:"\\left ( \\frac{a}{b}\\right )^{n}= \\frac{a^{n}}{b^{n}}"},{value:"\\frac{a}{b}\\pm \\frac{c}{d}= \\frac{ad \\pm bc}{bd} "},{value:"\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 "},{value:"\\frac{1}{\\sqrt{a}}=\\frac{\\sqrt{a}}{a},a\\ge 0\\frac{1}{\\sqrt{a}}=\\frac{\\sqrt{a}}{a},a\\ge 0 "},{value:"\\sqrt[n]{a^{n}}=\\left ( \\sqrt[n]{a}\\right )^{n} "},{value:"x ={-b \\pm \\sqrt{b^2-4ac}\\over 2a} "},{value:"y-y_{1}=k \\left( x-x_{1}\\right) "},{value:`\\left\\{\\begin{matrix} \r x=a + r\\text{cos}\\theta \\ \r y=b + r\\text{sin}\\theta \r \\end{matrix}\\right. `},{value:`\\begin{array}{l} \r \\text{\u5BF9\u4E8E\u65B9\u7A0B\u5F62\u5982\uFF1A}x^{3}-1=0 \\ \r \\text{\u8BBE}\\text{:}\\omega =\\frac{-1+\\sqrt{3}i}{2} \\ \r x_{1}=1,x_{2}= \\omega =\\frac{-1+\\sqrt{3}i}{2} \\ \r x_{3}= \\omega ^{2}=\\frac{-1-\\sqrt{3}i}{2} \r \\end{array} `},{value:`\\begin{array}{l} \r a\\mathop{{x}}\\nolimits^{{2}}+bx+c=0 \\ \r \\Delta =\\mathop{{b}}\\nolimits^{{2}}-4ac \\ \r \\left\\{\\begin{matrix} \r \\Delta \\gt 0\\text{\u65B9\u7A0B\u6709\u4E24\u4E2A\u4E0D\u76F8\u7B49\u7684\u5B9E\u6839} \\ \r \\Delta = 0\\text{\u65B9\u7A0B\u6709\u4E24\u4E2A\u76F8\u7B49\u7684\u5B9E\u6839} \\ \r \\Delta \\lt 0\\text{\u65B9\u7A0B\u65E0\u5B9E\u6839} \r \\end{matrix}\\right. \r \\end{array} `},{value:`\\begin{array}{l} \r a\\mathop{{x}}\\nolimits^{{2}}+bx+c=0 \\ \r \\Delta =\\mathop{{b}}\\nolimits^{{2}}-4ac \\ \r \\mathop{{x}}\\nolimits_{{1,2}}=\\frac{{-b \\pm \r \\sqrt{{\\mathop{{b}}\\nolimits^{{2}}-4ac}}}}{{2a}} \\ \r \\mathop{{x}}\\nolimits_{{1}}+\\mathop{{x}}\\nolimits_{{2}}=-\\frac{{b}}{{a}} \\ \r \\mathop{{x}}\\nolimits_{{1}}\\mathop{{x}}\\nolimits_{{2}}=\\frac{{c}}{{a}} \r \\end{array} `}]}]},{name:"\u51E0\u4F55",value:"\\Delta A B C ",children:[{data:[{value:"\\Delta A B C "},{value:"a \\parallel c,b \\parallel c \\Rightarrow a \\parallel b "},{value:"l \\perp \\beta ,l \\subset \\alpha \\Rightarrow \\alpha \\perp \\beta"},{value:`\\left.\\begin{matrix} \r a \\perp \\alpha \\ \r b \\perp \\alpha \r \\end{matrix}\\right\\}\\Rightarrow a \\parallel b`},{value:"P \\in \\alpha ,P \\in \\beta , \\alpha \\cap \\beta =l \\Rightarrow P \\in l "},{value:`\\alpha \\perp \\beta , \\alpha \\cap \\beta =l,a \\subset \\alpha ,a \\perp l \r \\Rightarrow a \\perp \\beta `},{value:`\\left.\\begin{matrix} \r a \\subset \\beta ,b \\subset \\beta ,a \\cap b=P \\ \r a \\parallel \\partial ,b \\parallel \\partial \r \\end{matrix}\\right\\}\\Rightarrow \\beta \\parallel \\alpha `},{value:"\\alpha \\parallel \\beta , \\gamma \\cap \\alpha =a, \\gamma \\cap \\beta =b \\Rightarrow a \\parallel b "},{value:"A \\in l,B \\in l,A \\in \\alpha ,B \\in \\alpha \\Rightarrow l \\subset \\alpha "},{value:`\\left.\\begin{matrix} \r m \\subset \\alpha ,n \\subset \\alpha ,m \\cap n=P \\ \r a \\perp m,a \\perp n \r \\end{matrix}\\right\\}\\Rightarrow a \\perp \\alpha `},{value:`\\begin{array}{c} \r \\text{\u76F4\u89D2\u4E09\u89D2\u5F62\u4E2D,\u76F4\u89D2\u8FB9\u957Fa,b,\u659C\u8FB9\u8FB9\u957Fc} \\ \r a^{2}+b^{2}=c^{2} \r \\end{array}`}]}]},{name:"\u4E0D\u7B49\u5F0F",value:"a > b",children:[{data:[{value:"a > b,b > c \\Rightarrow a > c "},{value:"a > b,c > d \\Rightarrow a+c > b+d "},{value:"a > b > 0,c > d > 0 \\Rightarrow ac bd "},{value:`\\begin{array}{c} \r a \\gt b,c \\gt 0 \\Rightarrow ac \\gt bc \\ \r a \\gt b,c \\lt 0 \\Rightarrow ac \\lt bc \r \\end{array}`},{value:"\\left | a-b \\right | \\geqslant \\left | a \\right | -\\left | b \\right | "},{value:"-\\left | a \\right |\\leq a\\leqslant \\left | a \\right | "},{value:"\\left | a \\right |\\leqslant b \\Rightarrow -b \\leqslant a \\leqslant \\left | b \\right | "},{value:"\\left | a+b \\right | \\leqslant \\left | a \\right | + \\left | b \\right | "},{value:`\\begin{array}{c} \r a \\gt b \\gt 0,n \\in N^{\\ast},n \\gt 1 \\ \r \\Rightarrow a^{n}\\gt b^{n}, \\sqrt[n]{a}\\gt \\sqrt[n]{b} \r \\end{array}`},{value:`\\left( \\sum_{k=1}^n a_k b_k \\right)^{\\!\\!2}\\leq \r \\left( \\sum_{k=1}^n a_k^2 \\right) \\left( \\sum_{k=1}^n b_k^2 \\right) `},{value:`\\begin{array}{c} \r a,b \\in R^{+} \\ \r \\Rightarrow \\frac{a+b}{{2}}\\ge \\sqrt{ab} \\ \r \\left( \\text{\u5F53\u4E14\u4EC5\u5F53}a=b\\text{\u65F6\u53D6\u201C}=\\text{\u201D\u53F7}\\right) \r \\end{array}`},{value:`\\begin{array}{c} \r a,b \\in R \\ \r \\Rightarrow a^{2}+b^{2}\\gt 2ab \\ \r \\left( \\text{\u5F53\u4E14\u4EC5\u5F53}a=b\\text{\u65F6\u53D6\u201C}=\\text{\u201D\u53F7}\\right) \r \\end{array}`},{value:`\\begin{array}{c} \r H_{n}=\\frac{n}{\\sum \\limits_{i=1}^{n}\\frac{1}{x_{i}}}= \\frac{n}{\\frac{1}{x_{1}}+ \\frac{1}{x_{2}}+ \\cdots + \\frac{1}{x_{n}}} \\ G_{n}=\\sqrt[n]{\\prod \\limits_{i=1}^{n}x_{i}}= \\sqrt[n]{x_{1}x_{2}\\cdots x_{n}} \\ A_{n}=\\frac{1}{n}\\sum \\limits_{i=1}^{n}x_{i}=\\frac{x_{1}+ x_{2}+ \\cdots + x_{n}}{n} \\ Q_{n}=\\sqrt{\\sum \\limits_{i=1}^{n}x_{i}^{2}}= \\sqrt{\\frac{x_{1}^{2}+ x_{2}^{2}+ \\cdots + x_{n}^{2}}{n}} \\ H_{n}\\leq G_{n}\\leq A_{n}\\leq Q_{n} \r \\end{array}`}]}]},{name:"\u79EF\u5206",value:"\\frac{\\mathrm{d}\\partial}{\\partial x}",children:[{data:[{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}x^n=nx^{n-1} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}e^{ax}=a\\,e^{ax} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\ln(x)=\\frac{1}{x} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\sin x=\\cos x "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\cos x=-\\sin x "},{value:"\\int k\\mathrm{d}x = kx+C "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\tan x=\\sec^2 x "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\cot x=-\\csc^2 x "},{value:"\\int \\frac{1}{x}\\mathrm{d}x= \\ln \\left| x \\right| +C "},{value:"\\int \\frac{1}{\\sqrt{1-x^{2}}}\\mathrm{d}x= \\arcsin x +C "},{value:"\\int \\frac{1}{1+x^{2}}\\mathrm{d}x= \\arctan x +C "},{value:"\\int u \\frac{\\mathrm{d}v}{\\mathrm{d}x}\\,\\mathrm{d}x=uv-\\int \\frac{\\mathrm{d}u}{\\mathrm{d}x}v\\,\\mathrm{d}x "},{value:"f(x) = \\int_{-\\infty}^\\infty \\hat f(x)\\xi\\,e^{2 \\pi i \\xi x} \\,\\mathrm{d}\\xi "},{value:"\\int x^{\\mu}\\mathrm{d}x=\\frac{x^{\\mu +1}}{\\mu +1}+C, \\left({\\mu \\neq -1}\\right) "}]}]},{name:"\u4E09\u89D2",value:"e^{i \\theta}",children:[{name:"\u6C42\u548C Summation",data:[{value:"e^{i \\theta} "},{value:"\\left(\\frac{\\pi}{2}-\\theta \\right ) "},{value:"\\text{sin}^{2}\\frac{\\alpha}{2}=\\frac{1- \\text{cos}\\alpha}{2} "},{value:"\\text{cos}^{2}\\frac{\\alpha}{2}=\\frac{1+ \\text{cos}\\alpha}{2} "},{value:"\\text{tan}\\frac{\\alpha}{2}=\\frac{\\text{sin}\\alpha}{1+ \\text{cos}\\alpha} "},{value:"\\sin \\alpha + \\sin \\beta =2 \\sin \\frac{\\alpha + \\beta}{2}\\cos \\frac{\\alpha - \\beta}{2} "},{value:"\\sin \\alpha - \\sin \\beta =2 \\cos \\frac{\\alpha + \\beta}{2}\\sin \\frac{\\alpha - \\beta}{2} "},{value:"\\cos \\alpha + \\cos \\beta =2 \\cos \\frac{\\alpha + \\beta}{2}\\cos \\frac{\\alpha - \\beta}{2} "},{value:"\\cos \\alpha - \\cos \\beta =-2\\sin \\frac{\\alpha + \\beta}{2}\\sin \\frac{\\alpha - \\beta}{2} "},{value:"a^{2}=b^{2}+c^{2}-2bc\\cos A "},{value:"\\frac{\\sin A}{a}=\\frac{\\sin B}{b}=\\frac{\\sin C}{c}=\\frac{1}{2R} "},{value:"\\sin \\left ( \\frac{\\pi}{2}-\\alpha \\right ) = \\cos \\alpha "},{value:"\\sin \\left ( \\frac{\\pi}{2}+\\alpha \\right ) = \\cos \\alpha "}]}]},{name:"\u7EDF\u8BA1",value:"C_{r}^{n}",children:[{data:[{value:"C_{r}^{n} "},{value:"\\frac{n!}{r!(n-r)!} "},{value:"\\sum_{i=1}^{n}{X_i} "},{value:"\\sum_{i=1}^{n}{X_i^2} "},{value:"X_1, \\cdots,X_n "},{value:"\\frac{x-\\mu}{\\sigma} "},{value:"\\sum_{i=1}^{n}{(X_i - \\overline{X})^2} "},{value:`\\begin{array}{c} \r \\text{\u82E5}P \\left( AB \\right) =P \\left( A \\right) P \\left( B \\right) \\\\ \r \\text{\u5219}P \\left( A \\left| B\\right. \\right) =P \\left({B}\\right) \r \\end{array}`},{value:"P(E) ={n \\choose k}p^k (1-p)^{n-k} "},{value:"P \\left( A \\right) = \\lim \\limits_{n \\to \\infty}f_{n}\\left ( A \\right ) "},{value:"P \\left( \\bigcup \\limits_{i=1}^{+ \\infty}A_{i}\\right) = \\prod \\limits_{i=1}^{+ \\infty}P{\\left( A_{i}\\right)} "},{value:`\\begin{array}{c} \r P \\left( \\emptyset \\right) =0 \\\\ \r P \\left( S \\right) =1 \r \\end{array}`},{value:`\\begin{array}{c} \r \\forall A \\in S \\\\ \r P \\left( A \\right) \\ge 0 \r \\end{array}`},{value:"P \\left( \\bigcup \\limits_{i=1}^{n}A_{i}\\right) = \\prod \\limits_{i=1}^{n}P \\left( A_{i}\\right) "},{value:`\\begin{array}{c} \r S= \\binom{N}{n},A_{k}=\\binom{M}{k}\\cdot \\binom{N-M}{n-k} \\\\ \r P\\left ( A_{k}\\right ) = \\frac{\\binom{M}{k}\\cdot \\binom{N-M}{n-k}}{\\binom{N}{n}} \r \\end{array}`},{value:`\\begin{array}{c} \r P_{n}=n! \\\\ \r A_{n}^{k}=\\frac{n!}{\\left( n-k \\left) !\\right. \\right.} \r \\end{array}`}]}]}],lt=Lt=>{et.current.setValue(et.current.getValue()+" "+Lt.value+" ")},pt=[{key:"1",label:"\u5FEB\u6377\u6A21\u677F",children:ye.createElement(me.Z,{className:ee.Z.lists,gutter:[10,10]},it.map((Lt,Ft)=>ye.createElement(we.Z,{flex:"110px",className:ee.Z.item},ye.createElement("div",null,ye.createElement(he.Z,{value:`$$${Lt.value}$$`}),Lt.name),ye.createElement("div",{className:ee.Z.children},Lt.children.map((Ht,Yt)=>ye.createElement("div",{key:Yt},ye.createElement("h1",null,Ht.name),ye.createElement(me.Z,{gutter:[10,10]},Ht.data.map((ne,$t)=>ye.createElement(we.Z,{key:$t,onClick:()=>lt(ne),className:ee.Z.diamond},ye.createElement(he.Z,{value:"`$$"+ne.value+"$$`"}))))))))))},{key:"2",label:"\u516C\u5F0F\u6A21\u677F",children:ye.createElement(me.Z,{className:ee.Z.lists,gutter:[10,10]},gt.map((Lt,Ft)=>ye.createElement(we.Z,{flex:"110px",className:ee.Z.item},ye.createElement("div",null,ye.createElement(he.Z,{value:"`$$"+Lt.value+"$$`"}),Lt.name),ye.createElement("div",{className:ee.Z.children},Lt.children.map((Ht,Yt)=>ye.createElement("div",{key:Yt},Ht.name&&ye.createElement("h1",null,Ht.name),ye.createElement(me.Z,{gutter:[10,10]},Ht.data.map((ne,$t)=>ye.createElement(we.Z,{key:$t,onClick:()=>lt(ne),className:ee.Z.diamond},ye.createElement(he.Z,{value:"`$$"+ne.value+"$$`"}))))))))))}],vt=()=>{var Lt=document.createElement("div");Lt.innerHTML=et.current.getValue();var Ft=Lt.innerText;return $e&&$e(Ft),Ft};return(0,zt.useImperativeHandle)(Et,()=>({getData:vt})),ye.createElement("div",{className:ee.Z.mathWrap},ye.createElement(Me.default,{defaultActiveKey:"1",items:pt}),ye.createElement("math-field",{locale:"zh_cn",className:ee.Z.mathField,placeholder:"\u8BF7\u6253\u5F00\u952E\u76D8\uFF0C\u8F93\u5165\u516C\u5F0F",ref:et,style:{width:800,marginTop:30,fontSize:18}},rn||""),le&&ye.createElement("div",{className:ee.Z.button},ye.createElement(ge.ZP,{size:"large",onClick:vt,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))});jn.Z=qt},28426:function(un,jn,Jt){"use strict";var zt=Jt(59301),me=Jt(93314),we=Jt(99571),Me=Object.defineProperty,ge=Object.defineProperties,he=Object.getOwnPropertyDescriptors,ee=Object.getOwnPropertySymbols,We=Object.prototype.hasOwnProperty,ye=Object.prototype.propertyIsEnumerable,qt=(Et,et,it)=>et in Et?Me(Et,et,{enumerable:!0,configurable:!0,writable:!0,value:it}):Et[et]=it,$e=(Et,et)=>{for(var it in et||(et={}))We.call(et,it)&&qt(Et,it,et[it]);if(ee)for(var it of ee(et))ye.call(et,it)&&qt(Et,it,et[it]);return Et},le=(Et,et)=>ge(Et,he(et));const rn=({img:Et,buttonProps:et={},styles:it={},customText:gt,ButtonText:lt,ButtonClick:pt,Buttonclass:vt,ButtonTwo:Lt,imgStyles:Ft,loading:Ht=!1,className:Yt=""})=>zt.createElement("section",{className:`tc animated fadeIn ${Yt}`,style:$e({color:"#999",margin:"100px auto",visibility:Ht?"hidden":"visible"},it)},zt.createElement("img",{src:Et||me,style:le($e({},Ft),{pointerEvents:"none",userSelect:"none"})}),zt.createElement("p",{className:"mt20 font14"},gt||"\u6682\u65F6\u8FD8\u6CA1\u6709\u76F8\u5173\u6570\u636E\u54E6!"),lt&&zt.createElement(we.ZP,$e({className:vt,onClick:pt},et),lt),Lt&&Lt);jn.Z=rn},45677:function(un,jn,Jt){"use strict";Jt.d(jn,{Z:function(){return vt}});var zt=Jt(59301),me={wrp:"wrp___dq7YK",bgBlack:"bgBlack___ARIUV",monaco:"monaco___VnZC3",darkBlue:"darkBlue___UprA9",close:"close___LKoWu",embed:"embed___hvpEJ"},we=Jt(99571),Me=Jt(70557),ge=Jt(75975),he=Jt(25399),ee=Jt(51257),We=Jt(81722),ye=Jt(28426),qt=Jt(346),$e=Jt(44203),le=Jt(59301),rn=Object.defineProperty,Et=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,it=Object.prototype.propertyIsEnumerable,gt=(Lt,Ft,Ht)=>Ft in Lt?rn(Lt,Ft,{enumerable:!0,configurable:!0,writable:!0,value:Ht}):Lt[Ft]=Ht,lt=(Lt,Ft)=>{for(var Ht in Ft||(Ft={}))et.call(Ft,Ht)&>(Lt,Ht,Ft[Ht]);if(Et)for(var Ht of Et(Ft))it.call(Ft,Ht)&>(Lt,Ht,Ft[Ht]);return Lt},pt=(Lt,Ft,Ht)=>new Promise((Yt,ne)=>{var $t=ae=>{try{Pe(Ht.next(ae))}catch(be){ne(be)}},Qt=ae=>{try{Pe(Ht.throw(ae))}catch(be){ne(be)}},Pe=ae=>ae.done?Yt(ae.value):Promise.resolve(ae.value).then($t,Qt);Pe((Ht=Ht.apply(Lt,Ft)).next())}),vt=({editOffice:Lt="view",data:Ft,issaver:Ht,onSaver:Yt,theme:ne,type:$t,filename:Qt,monacoEditor:Pe,className:ae,style:be,close:De,onClose:Ke,hasMask:Nn,disabledDownload:qe,onImgDimensions:fn,showNodata:vn,recordInfo:te})=>{const[Wt,Be]=(0,zt.useState)("https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt"),[Sn,pn]=(0,zt.useState)(""),[xe,_e]=(0,zt.useState)(),He=window.ENV==="build"?"/react/build":"",Mn=location.host.startsWith("localhost")?qt.Z.PROXY_SERVER:qt.Z.API_SERVER,se=10*(1024*1024),ve=(0,zt.useRef)();Ft!=null&&Ft.startsWith("/api")&&$t!=="txt"&&(Ft=qt.Z.API_SERVER+Ft);const dn=bt=>bt.substring(bt.lastIndexOf("/")+1).split(".").pop();Qt&&Pe&&(Pe.filename=Qt),(0,zt.useEffect)(()=>{var bt,Rt;const Mt=(Rt=(bt=document.cookie)==null?void 0:bt.replace(/\s/g,""))==null?void 0:Rt.split(";");Mt==null||Mt.map(fe=>{let je=fe.split("=");je[0]==="_educoder_session"&&pn(je[1])})},[]),(0,zt.useEffect)(()=>{$t==="office"&&(Ft.indexOf("bigfilescdn.")>-1||Ft.indexOf("bigfiles1")>-1?_e({url:Ft,fileType:dn(Ft),model:Ft.indexOf("model=edit")?"edit":"view"}):At())},[$t,Ft]);function xn(bt){return pt(this,null,function*(){bt.data.type==="pdfdata"&&(Yt(bt.data.data),window.removeEventListener("message",xn,!1)),console.log("mess---:",bt.data)})}const At=()=>pt(void 0,null,function*(){console.log("data:",Ft);let bt=Ft;Ft.startsWith("http")||(bt=location.origin+bt);let Rt=new URL(bt).pathname.split("/").pop();const Mt=yield(0,We.gJ)({attachment_id:Rt});Mt.url=Mn+Mt.url,_e(Mt)}),wt=()=>{if(Ft.startsWith("http")||Ft.startsWith("blob:")){xt();return}(0,ee.Sv)(Qt||"educoder",Ft,Qt)},xt=()=>{te&&(0,$e.fc)({id:te==null?void 0:te.id,watch_type:1,course_id:te==null?void 0:te.course_id}),(0,ee.Nd)(Qt||"educoder",decodeURIComponent(Ft))};return le.createElement("div",{style:lt({},be||{}),className:`${Nn&&me.bgBlack} ${$t?me.wrp:"hide"}`},De&&le.createElement("div",{className:me.close,ref:ve},!!fn&&le.createElement(he.Z,{title:"\u70B9\u51FB\u5BF9\u56FE\u7247\u8FDB\u884C\u6279\u6CE8",getPopupContainer:()=>ve.current},le.createElement("span",{onClick:()=>{Ke(),fn()}},le.createElement("i",{className:"icon-yulanpizhu"}))),!qe&&le.createElement(he.Z,{title:"\u70B9\u51FB\u4E0B\u8F7D\u6B64\u6587\u4EF6",getPopupContainer:()=>ve.current},le.createElement("span",{onClick:xt},le.createElement("i",{className:"icon-quxiaozhiding"}))),Ht&&le.createElement(he.Z,{title:"\u4FDD\u5B58pdf\u5E76\u9000\u51FA",getPopupContainer:()=>ve.current},le.createElement("span",{className:"",onClick:()=>{const bt=document.getElementById("pdfiframe");window.addEventListener("message",xn,!1),setTimeout(()=>{bt.contentWindow.postMessage("getData","*")},300)}},le.createElement("i",{className:"icon-baocun"}))),le.createElement(he.Z,{title:"\u5173\u95ED",getPopupContainer:()=>ve.current},le.createElement("span",{className:"",onClick:()=>{Ke()}},le.createElement("i",{className:"icon-guanbi1"})))),le.createElement("div",{className:`${me[ae]} ${ae} ${me.monaco} ${$t==="txt"?"show":"hide"}`},$t==="txt"&&le.createElement(le.Fragment,null,le.createElement(ge.ZP,lt({},Pe)))),$t==="audio"&&le.createElement("audio",{src:`${(Ft==null?void 0:Ft.indexOf("http://"))>-1||(Ft==null?void 0:Ft.indexOf("https://"))>-1?"":"data:audio/mp3;base64,"}${Ft}`,autoPlay:!0}),$t==="video"&&le.createElement(le.Fragment,null,(Ft==null?void 0:Ft.indexOf("http"))>-1?le.createElement("video",{controls:!0,src:`${Ft}`,autoPlay:!0}):le.createElement("video",{controls:!0,src:`data:video/mp4;base64,${Ft}`,autoPlay:!0})),$t==="office"&&xe&&le.createElement("iframe",{src:`${He}/office.html?key=${xe.key}&url=${btoa(xe.url)}&callbackUrl=${Mn+(xe.callbackUrl||"")}&fileType=${xe.fileType}&title=${xe.title||""}&model=${Lt}&officeServer=${qt.Z.ONLYOFFICE}&disabledDownload=${!!qe}`}),$t==="html"&&le.createElement("iframe",{src:Ft+"&disposition=inline"}),$t==="pdf"&&le.createElement("iframe",{id:"pdfiframe",src:`${He}/js/pdfview/index.html?filename=${Qt||"educoder.pdf"}&url=${encodeURIComponent(Ft)}&disabledDownload=${!!qe}&model=${Lt}`}),$t==="image"&&le.createElement("img",{src:`${(Ft==null?void 0:Ft.indexOf("http://"))>-1||(Ft==null?void 0:Ft.indexOf("https://"))>-1?"":"data:image/png;base64,"}${Ft}`}),($t==="other"||$t==="download")&&le.createElement(le.Fragment,null,vn?le.createElement(ye.Z,{customText:"\u5F53\u524D\u6587\u4EF6\u4E0D\u652F\u6301\u9884\u89C8\uFF0C\u53EF\u70B9\u51FB\u4E0B\u8F7D\u67E5\u770B",ButtonTwo:le.createElement(we.ZP,{icon:le.createElement("i",{className:"iconfont icon-xiazai4 font14"}),type:"primary",size:"middle",onClick:wt,disabled:qe},"\u4E0B\u8F7D")}):le.createElement(we.ZP,{type:"primary",size:"middle",onClick:wt,disabled:qe},le.createElement(Me.Z,null),"\u70B9\u51FB\u4E0B\u8F7D")))}},76902:function(un,jn,Jt){"use strict";Jt.d(jn,{z:function(){return ne},Z:function(){return $t}});var zt=Jt(59301),me=Jt(8944),we=Jt(81428),Me=Jt(64018),ge=Jt(81168),he=Jt(346),ee=Jt(51257),We=Jt(15342),ye=Jt(1012),qt=Jt(45677),$e=Jt(59301),rn=({html:Qt})=>{const Pe=(0,zt.useRef)(null),ae=(0,zt.useRef)(null),be=`.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,zt.useEffect)(()=>{const De=Pe.current.attachShadow({mode:"open"});ae.current=document.createElement("div"),ae.current.className="markdown-body",ae.current.innerHTML=Qt,De.appendChild(ae.current);const Ke=document.createElement("style");return Ke.textContent=be,De.appendChild(Ke),()=>{De.innerHTML=""}},[]),(0,zt.useEffect)(()=>{ae.current&&(ae.current.innerHTML=Qt)},[Qt]),$e.createElement("div",{ref:Pe})};function Et(Qt){const Pe=["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(${Pe.join("|")})\\s*=\\s*(?:"[^"]*"|'[^']*'|[^\\s>]*)`,"gi");return Qt.replace(ae,"").trim()}var et=Object.defineProperty,it=Object.getOwnPropertySymbols,gt=Object.prototype.hasOwnProperty,lt=Object.prototype.propertyIsEnumerable,pt=(Qt,Pe,ae)=>Pe in Qt?et(Qt,Pe,{enumerable:!0,configurable:!0,writable:!0,value:ae}):Qt[Pe]=ae,vt=(Qt,Pe)=>{for(var ae in Pe||(Pe={}))gt.call(Pe,ae)&&pt(Qt,ae,Pe[ae]);if(it)for(var ae of it(Pe))lt.call(Pe,ae)&&pt(Qt,ae,Pe[ae]);return Qt};const Lt="@\u2581\u2581@",Ft="@\u2581@",Ht=/]*>/g;function Yt(Qt){let Pe=document.createElement("div");return Pe.innerHTML=Qt,Pe.childNodes.length===0?"":Pe.childNodes[0].nodeValue}const ne=(Qt,Pe)=>{Qt=Qt||"";const ae=/(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?\)|(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,be=/\"(?: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,Ke=/(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g;return Pe?Qt.replaceAll("https://www.educoder.net","").replaceAll("https://www-cdn.educoder.net","").replaceAll("//api/attachments","/api/attachments").replace(ae,(Nn,qe,fn,vn,te,Wt,Be)=>{const Sn=qe||vn||Wt,pn=fn||te||Be||"?";return he.Z.API_SERVER+"/api/attachments/"+Sn+pn+"&t="+(0,ee.Jn)(Sn,Date.now())+(Nn.indexOf(")")>-1?")":"&")}).replaceAll('src="(','src="').replaceAll("src='(",'src="'):(Qt=Qt.replace(Ke,(Nn,qe,fn,vn,te,Wt,Be)=>{const Sn=qe||vn||Wt,pn=fn||te||Be||"?";return he.Z.API_SERVER+"/attachments/download/"+Sn+pn+"&t="+(0,ee.Jn)(Sn,Date.now())+(Nn.indexOf(")")>-1?")":"&")}).replace(ae,(Nn,qe,fn,vn,te,Wt,Be)=>{const Sn=qe||vn||Wt,pn=fn||te||Be||"?";return he.Z.API_SERVER+"/api/attachments/"+Sn+pn+"&t="+(0,ee.Jn)(Sn,Date.now())+(Nn.indexOf(")")>-1?")":"&")}).replace(be,(Nn,qe,fn,vn,te)=>{const Wt=qe||vn,Be=fn||te||"";return'"'+he.Z.API_SERVER+"/api/attachments/"+Wt+Be+Wt+Be+"&t="+(0,ee.Jn)(Wt,Date.now())}).replace(De,(Nn,qe,fn,vn,te)=>{const Wt=qe||vn,Be=fn||te||"";return"("+he.Z.API_SERVER+"/files/uploads/"+Wt+Be+Wt+Be+"&t="+(0,ee.Jn)(Wt,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,` `),Qt)};var $t=({value:Qt="",className:Pe,showTextOnly:ae,showLines:be,style:De={},stylesPrev:Ke={},highlightKeywords:Nn,showProgramFill:qe,isProgramFill:fn,disabledFill:vn=!1,programFillValue:te,onFillChange:Wt=pn=>{},onFillBlur:Be=()=>{},onFillFocus:Sn=()=>{}})=>{let pn=Et(String(Qt||""));const[xe,_e]=(0,zt.useState)(""),[He,Mn]=(0,zt.useState)("office"),[Xe,se]=(0,zt.useState)([]),ve=(0,zt.useRef)("a"+(0,ye.Z)()),dn={},xn=Fe=>//i.test(Fe||""),At=(Fe,Bn,an)=>{const Dn=document.createElement(Fe===Ft?"input":"textarea");Dn.style.width="100%",Dn.style.height=Fe===Ft?"40px":"151px",Dn.rows=5,Dn.spellcheck=!1,Dn.name="edu-program-fill",Dn.placeholder="\u8BF7\u8F93\u5165",Dn.dataset.id=Bn;const si=Object.keys(dn).length;return dn[si]=Dn,`${Dn.outerHTML}`};function wt(Fe){return Fe=Fe.replace(/!\[.*?\]\(.*?\)/g,""),Fe=Fe.replace(/\[.*?\]\(.*?\)/g,""),Fe=Fe.replace(new RegExp("","gs"),""),Fe=Fe.replace(//g,""),Fe=Fe.replace(//g,""),Fe=Fe.replace(new RegExp(".*?<\\/video>","gs"),""),Fe=Fe.replace(new RegExp(".*?<\\/audio>","gs"),""),Fe=Fe.replace(new RegExp(".*?<\\/style>","gs"),""),Fe=Fe.replace(new RegExp(".*?<\\/script>","gs"),""),Fe}const xt=Fe=>!ae&&xn(pn)?Fe:Fe.replace(/([\s\S]+?)<\/style>/gim,function(Bn,an){let Dn=an.replace(/(\n|\r)/g,"").split("}"),si=[];return Dn.map(On=>{On!=""&&si.push(`.${ve.current} ${On}`)}),``}),bt=(0,zt.useMemo)(()=>{try{const Dn=/\(\s+\/api\/attachments\/|\(\/api\/attachments\//g,si=/\"\/api\/attachments\/|\"\/attachments\/download\//g,On=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g,ji=/\(\/attachments\/download\//g;pn=pn.replace(ji,"("+he.Z.API_SERVER+"/attachments/download/").replace(Dn,"("+he.Z.API_SERVER+"/api/attachments/").replace(si,'"'+he.Z.API_SERVER+"/api/attachments/").replace(On,'"'+he.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(Dn){}if(qe){let Dn=-1;return pn=pn.replaceAll("<","<").replaceAll(">",">").replace(/(@▁▁@|@▁@)/g,function(si,On,ji){var ti;return++Dn,At(si,Dn,(ti=te==null?void 0:te[Dn])==null?void 0:ti.value.replaceAll("<","<").replaceAll(">",">"))}),`
${xt(pn||"")}
`}let Fe=xt(pn);Fe=(0,we.ZP)(Fe);const Bn=(0,we.ez)();pn.match(/\[TOC\]/)&&(Fe=Fe.replace("

[TOC]

",(0,we.Qv)()),(0,we.Iy)()),Fe=Fe.replace(/(__special_katext_id_\d+__)/g,(Dn,si)=>{const{type:On,expression:ji}=Bn[si];return(0,We.renderToString)(Yt(ji)||"",{displayMode:On==="block",throwOnError:!1,output:"html"})}),Fe=Fe.replace(/▁/g,"\u2581\u2581\u2581\u2581\u2581"),(0,we.AL)();const an=document.createElement("div");if(an.innerHTML=Fe,ae)return an.innerText;if(Nn){const Dn=Nn.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return je(an,Dn),an.innerHTML}return setTimeout(()=>yn(),500),an.innerHTML},[pn,Nn]);(0,zt.useEffect)(()=>{Ln.current&&Ln.current.querySelectorAll(["input","textarea"]).forEach(Bn=>{Bn.oninput=Rt,Bn.onblur=Mt,Bn.onfocus=fe})},[Xe]),(0,zt.useEffect)(()=>{var Fe,Bn,an,Dn,si;if(te!=null&&te.length)try{const On=Ln.current.querySelectorAll(".edu-program-fill-score"),ji=Ln.current.querySelectorAll('[name="edu-program-fill"]');for(const[ti,yi]of ji.entries())yi.value=((Fe=te==null?void 0:te[ti])==null?void 0:Fe.value)||"",((Bn=te==null?void 0:te[ti])==null?void 0:Bn.type)==="warning"?yi.className="program-fill-warning":((an=te==null?void 0:te[ti])==null?void 0:an.type)==="success"?yi.className="program-fill-success":yi.className="";for(const[ti,yi]of On.entries())yi.innerHTML=(Dn=te==null?void 0:te[ti])!=null&&Dn.score?`${(si=te==null?void 0:te[ti])==null?void 0:si.score}\u5206`:"";se(te)}catch(On){console.log(On,"error")}},[te]);const Rt=Fe=>{Xe[Fe.target.dataset.id]=Xe[Fe.target.dataset.id]||{},Xe[Fe.target.dataset.id].value=Fe.target.value,se([...Xe]),Wt(Xe,Fe.target.dataset.id)},Mt=Fe=>{Xe[Fe.target.dataset.id]=Xe[Fe.target.dataset.id]||{},Xe[Fe.target.dataset.id].value=Fe.target.value,se([...Xe]),Be(Xe,Fe.target.dataset.id)},fe=Fe=>{Xe[Fe.target.dataset.id]=Xe[Fe.target.dataset.id]||{},Xe[Fe.target.dataset.id].value=Fe.target.value,se([...Xe]),Sn(Xe,Fe.target.dataset.id)};function je(Fe,Bn){return Fe.childNodes.forEach(an=>{var Dn;if(an.childNodes.length>0)je(an,Bn);else if(an.nodeName!=="IMG")if(an.innerHTML)an.innerHTML=(Dn=an.innerHTML)==null?void 0:Dn.replace(new RegExp(Bn,"gi"),'$&');else{const si=document.createElement("span");si.innerHTML=an.textContent.replace(new RegExp(Bn,"gi"),'$&'),an.replaceWith(si)}})}const Ln=(0,zt.useRef)();we.jb.WebkitLineClamp=be,be&&(De=vt(vt({},De),we.jb));function En(Fe){let Bn=Fe.target;if(Bn.tagName.toUpperCase()==="A"){let an=Bn.getAttribute("href");if(an.indexOf("office")>-1)Fe.preventDefault(),_e(an),Mn("office");else if(an.indexOf("application/pdf")>-1)Fe.preventDefault(),_e(an),Mn("pdf");else if(an.indexOf("text/html")>-1)Fe.preventDefault(),_e(an),Mn("html");else if(an.startsWith("#")){Fe.preventDefault();let Dn=document.getElementById(an.replace("#",""));Dn&&Dn.scrollIntoView(!0)}}}const yn=()=>{var Fe;const Bn=(Fe=Ln.current)==null?void 0:Fe.querySelectorAll("video");Bn==null||Bn.forEach(an=>{if(an.oncontextmenu=()=>!1,an.src.indexOf(".m3u8")>-1&&!an.canPlayType("application/vnd.apple.mpegurl")){if(ge.ZP.isSupported()){var Dn=new ge.ZP;Dn.loadSource(an.src),Dn.attachMedia(an)}}})};return(0,zt.useEffect)(()=>{if(Ln.current&&bt&&bt.match(Ht)&&window.PR.prettyPrint(),Ln.current)return Ln.current.addEventListener("click",En),()=>{var Fe;(Fe=Ln.current)==null||Fe.removeEventListener("click",En),(0,we.AL)(),(0,we.Iy)()}},[bt,Ln.current,En]),(0,zt.useEffect)(()=>{var Fe;const Bn=an=>{an.preventDefault(),an.clipboardData.setData("text",window.getSelection().toString())};return(Fe=Ln.current)==null||Fe.addEventListener("copy",Bn),()=>{var an;(an=Ln.current)==null||an.removeEventListener("copy",Bn)}},[Ln.current]),zt.createElement(zt.Fragment,null,ae&&zt.createElement("div",{ref:Ln},bt),!ae&&!xn(bt)&&zt.createElement("div",{ref:Ln,style:vt({},De),className:`${Pe||""} ${vn?"disabled-fill":""} markdown-body ${ve.current}`,dangerouslySetInnerHTML:{__html:bt}}),!ae&&xn(bt)&&zt.createElement(rn,{html:bt}),zt.createElement(qt.Z,{close:!0,data:xe,type:xe!=null&&xe.length?He:"",style:vt({},Ke),onClose:()=>_e("")}))}},69720:function(un,jn,Jt){"use strict";Jt.d(jn,{h:function(){return Lt}});var zt=Jt(59301),me=Jt(82326),we=Jt(28284),Me=Jt(99571),ge=Jt(89780),he=Jt.n(ge),ee=Jt(8336),We=Jt(12469),ye=Object.defineProperty,qt=Object.defineProperties,$e=Object.getOwnPropertyDescriptors,le=Object.getOwnPropertySymbols,rn=Object.prototype.hasOwnProperty,Et=Object.prototype.propertyIsEnumerable,et=(Ft,Ht,Yt)=>Ht in Ft?ye(Ft,Ht,{enumerable:!0,configurable:!0,writable:!0,value:Yt}):Ft[Ht]=Yt,it=(Ft,Ht)=>{for(var Yt in Ht||(Ht={}))rn.call(Ht,Yt)&&et(Ft,Yt,Ht[Yt]);if(le)for(var Yt of le(Ht))Et.call(Ht,Yt)&&et(Ft,Yt,Ht[Yt]);return Ft},gt=(Ft,Ht)=>qt(Ft,$e(Ht));const lt=me.default.Option,pt={labelCol:{span:4},wrapperCol:{span:20}},vt={asp:["ASP","vbscript"],actionscript:["ActionScript(3.0)/Flash/Flex","clike"],bash:["Bash/Bat","shell"],css:["CSS","css"],c:["C","clike"],cpp:["C++","clike"],csharp:["C#","clike"],coffeescript:["CoffeeScript","coffeescript"],d:["D","d"],dart:["Dart","dart"],delphi:["Delphi/Pascal","pascal"],erlang:["Erlang","erlang"],go:["Golang","go"],groovy:["Groovy","groovy"],html:["HTML","text/html"],java:["Java","clike"],json:["JSON","text/json"],javascript:["Javascript","javascript"],lua:["Lua","lua"],less:["LESS","css"],markdown:["Markdown","gfm"],"objective-c":["Objective-C","clike"],php:["PHP","php"],perl:["Perl","perl"],python:["Python","python"],r:["R","r"],rst:["reStructedText","rst"],ruby:["Ruby","ruby"],sql:["SQL","sql"],sass:["SASS/SCSS","sass"],shell:["Shell","shell"],scala:["Scala","clike"],swift:["Swift","clike"],vb:["VB/VBScript","vb"],xml:["XML","text/xml"],yaml:["YAML","yaml"]};jn.Z=({callback:Ft,onCancel:Ht})=>{const[Yt,ne]=(0,zt.useState)("python");function $t(Pe){ne(vt[Pe][1])}function Qt(Pe){Ft(Pe)}return zt.createElement(we.default,gt(it({},pt),{className:"code-block-panel",initialValues:{language:"python",content:""},onFinish:Qt,style:{width:500}}),zt.createElement(we.default.Item,{label:"\u4EE3\u7801\u8BED\u8A00",name:"language"},zt.createElement(me.default,{getPopupContainer:Pe=>Pe.parentNode,onChange:$t},Object.keys(vt).map(Pe=>zt.createElement(lt,{key:Pe,value:Pe},vt[Pe][0])))),zt.createElement(we.default.Item,{label:"\u4EE3\u7801\u5185\u5BB9",name:"content",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u4EE3\u7801\u5185\u5BB9"}]},zt.createElement(Lt,{mode:Yt})),zt.createElement("div",{className:"flex-container flex-end"},zt.createElement(Me.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),zt.createElement(Me.ZP,{type:"ghost",onClick:Ht},"\u53D6\u6D88")))};function Lt({value:Ft,onChange:Ht,mode:Yt,options:ne={}}){const $t=(0,zt.useRef)(),[Qt,Pe]=(0,zt.useState)();return(0,zt.useEffect)(()=>{if(Qt){let ae=function(be){const De=be.getValue();Ht&&Ht(De)};return Qt.on("change",ae),()=>{Qt.off("change",ae)}}},[Qt,Ht]),(0,zt.useEffect)(()=>{Qt&&Qt.setOption("mode",Yt)},[Qt,Yt]),(0,zt.useEffect)(()=>{Qt&&(Ft!==Qt.getValue()||Ft==="")&&setTimeout(()=>{Qt.setValue(Ft||"")},300)},[Qt,Ft]),(0,zt.useEffect)(()=>{if($t.current&&!Qt){const ae=he().fromTextArea($t.current,it({mode:Yt,lineNumbers:!0,lineWrapping:!0,autoCloseBrackets:!0,tabSize:4,autofocus:!0,autoCloseTags:!0,matchBrackets:!0,styleActiveLine:!0},ne));Pe(ae)}},[$t.current,Qt]),zt.createElement("div",{className:"my-codemirror-container"},zt.createElement("textarea",{ref:$t}))}},39793:function(un,jn,Jt){"use strict";Jt.d(jn,{Z:function(){return Ia}});var zt=Jt(59301),me=Jt(89780),we=Jt.n(me),Me=Jt(76374),ge=Jt(8336),he=Jt(6313),ee=Jt(25717),We=Jt(99498),ye=Jt(25419),qt=Jt(67549),$e=Jt(76902),le=({value:Ie="",className:Ve,showTextOnly:Se,showLines:Ye,style:oi={}})=>{const ei=(0,zt.useMemo)(()=>"",[Ie]);return zt.createElement(zt.Fragment,null,zt.createElement("div",{dangerouslySetInnerHTML:{__html:ei}}))},rn=Object.defineProperty,Et=Object.defineProperties,et=Object.getOwnPropertyDescriptors,it=Object.getOwnPropertySymbols,gt=Object.prototype.hasOwnProperty,lt=Object.prototype.propertyIsEnumerable,pt=(Ie,Ve,Se)=>Ve in Ie?rn(Ie,Ve,{enumerable:!0,configurable:!0,writable:!0,value:Se}):Ie[Ve]=Se,vt=(Ie,Ve)=>{for(var Se in Ve||(Ve={}))gt.call(Ve,Se)&&pt(Ie,Se,Ve[Se]);if(it)for(var Se of it(Ve))lt.call(Ve,Se)&&pt(Ie,Se,Ve[Se]);return Ie},Lt=(Ie,Ve)=>Et(Ie,et(Ve));let Ft=[{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 Ht({onActionCallback:Ie,title:Ve,icon:Se,actionName:Ye,className:oi="",children:ei}){function uo(){Ie(Ye)}return zt.createElement("a",{title:Ve,className:oi,onClick:uo},zt.createElement("i",{className:`${Se}`}),ei)}var Yt=({watch:Ie,showNullButton:Ve,showNullProgramButton:Se,onActionCallback:Ye,fullScreen:oi,insertTemp:ei,hidetoolBar:uo,extraUse:ke})=>{const Ue=[...Ft,{title:`${Ie?"\u5173\u95ED\u5B9E\u65F6\u9884\u89C8":"\u5F00\u542F\u5B9E\u65F6\u9884\u89C8"}`,icon:`${Ie?"md-iconfont icon-eye-slash":"md-iconfont icon-eye"}`,actionName:"trigger-watch"}];return zt.createElement("ul",{className:"markdown-toolbar-container"},!uo&&Ue.map((Vn,zi)=>zt.createElement("li",{key:zi},Vn.actionName?zt.createElement(Ht,Lt(vt({},Vn),{onActionCallback:Ye})):zt.createElement("span",{className:"v-line"}))),Ve?zt.createElement("li",null,zt.createElement(Ht,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-null-ch",onActionCallback:Ye},zt.createElement("span",{className:"fill-tip"},"\u70B9\u51FB\u63D2\u5165\b\u586B\u7A7A\u9879"))):null,Se?zt.createElement(zt.Fragment,null,zt.createElement("li",null,zt.createElement(Ht,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-signal",onActionCallback:Ye},zt.createElement("span",{className:"fill-tip"},"\u6DFB\u52A0\u5355\u884C\u586B\u7A7A\u9879"))),zt.createElement("li",null,zt.createElement(Ht,{icon:"md-iconfont icon-uniE900 insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-multiple",onActionCallback:Ye},zt.createElement("span",{className:"fill-tip"},"\u6DFB\u52A0\u591A\u884C\u586B\u7A7A\u9879")))):null,ei&&zt.createElement("li",null,zt.createElement(Ht,{icon:"md-iconfont icon-edit",className:"btn-null",title:"\u63D2\u5165\u6A21\u677F",actionName:`inster-template-${ei}`,onActionCallback:Ye},zt.createElement("span",{className:"fill-tip"},"\u63D2\u5165\u6A21\u677F"))),ke&&zt.createElement("li",null,ke),zt.createElement("li",{className:"btn-full-screen"},zt.createElement(Ht,{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:Ye})))},ne=Jt(91558),$t=Jt(28284),Qt=Jt(37568),Pe=Jt(99571),ae=Object.defineProperty,be=Object.defineProperties,De=Object.getOwnPropertyDescriptors,Ke=Object.getOwnPropertySymbols,Nn=Object.prototype.hasOwnProperty,qe=Object.prototype.propertyIsEnumerable,fn=(Ie,Ve,Se)=>Ve in Ie?ae(Ie,Ve,{enumerable:!0,configurable:!0,writable:!0,value:Se}):Ie[Ve]=Se,vn=(Ie,Ve)=>{for(var Se in Ve||(Ve={}))Nn.call(Ve,Se)&&fn(Ie,Se,Ve[Se]);if(Ke)for(var Se of Ke(Ve))qe.call(Ve,Se)&&fn(Ie,Se,Ve[Se]);return Ie},te=(Ie,Ve)=>be(Ie,De(Ve));const Wt={labelCol:{span:4},wrapperCol:{span:20}};var Be=({callback:Ie,onCancel:Ve})=>{function Se(Ye){Ie(Ye)}return zt.createElement($t.default,te(vn({},Wt),{initialValues:{link:"http://",title:""},className:"link-panel",onFinish:Se,style:{width:500}}),zt.createElement($t.default.Item,{label:"\u94FE\u63A5\u5730\u5740",name:"link",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u5730\u5740"}]},zt.createElement(Qt.default,null)),zt.createElement($t.default.Item,{label:"\u94FE\u63A5\u6807\u9898",name:"title",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u6807\u9898"}]},zt.createElement(Qt.default,null)),zt.createElement("div",{className:"flex-container flex-end"},zt.createElement(Pe.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),zt.createElement(Pe.ZP,{type:"ghost",onClick:Ve},"\u53D6\u6D88")))},Sn=Jt(69720),pn=Jt(17077),xe=Jt(62957),_e=Jt(77019),He=Jt(9507),Mn=Jt(59301),Xe=({callback:Ie,onCancel:Ve})=>{const Se=document.createElement("canvas"),Ye=Se.getContext("2d");Se.width=1e3,Se.height=800,Ye.fillStyle="#ffffff",Ye.fillRect(0,0,Se.width,Se.height);const oi=Se.toDataURL("image/png");return Mn.createElement(xe.default,{open:!0,width:"100vw",style:{height:"100vh",top:0},footer:null,title:null,closable:!1},Mn.createElement(_e.Z,{style:{height:"100vh"}},Mn.createElement(He.Z,{fullWidth:!0,noAssociationId:!0,showFullTools:!0,data:{src:oi,visible:!0,title:String(Date.now())},onOk:ei=>{Ie({src:ei.url})},onClose:Ve})))},se=Jt(12378);function ve(){go.CommandHandler.call(this),this._arrowKeyBehavior="move",this._pasteOffset=new go.Point(10,10),this._lastPasteOffset=new go.Point(0,0)}go.Diagram.inherit(ve,go.CommandHandler),ve.prototype.canAlignSelection=function(){var Ie=this.diagram;return!(Ie===null||Ie.isReadOnly||Ie.isModelReadOnly||Ie.selection.count<2)},ve.prototype.alignLeft=function(){var Ie=this.diagram;Ie.startTransaction("aligning left");var Ve=1/0;Ie.selection.each(function(Se){Se instanceof go.Link||(Ve=Math.min(Se.position.x,Ve))}),Ie.selection.each(function(Se){Se instanceof go.Link||Se.move(new go.Point(Ve,Se.position.y))}),Ie.commitTransaction("aligning left")},ve.prototype.alignRight=function(){var Ie=this.diagram;Ie.startTransaction("aligning right");var Ve=-1/0;Ie.selection.each(function(Se){if(!(Se instanceof go.Link)){var Ye=Se.actualBounds.x+Se.actualBounds.width;Ve=Math.max(Ye,Ve)}}),Ie.selection.each(function(Se){Se instanceof go.Link||Se.move(new go.Point(Ve-Se.actualBounds.width,Se.position.y))}),Ie.commitTransaction("aligning right")},ve.prototype.alignTop=function(){var Ie=this.diagram;Ie.startTransaction("alignTop");var Ve=1/0;Ie.selection.each(function(Se){Se instanceof go.Link||(Ve=Math.min(Se.position.y,Ve))}),Ie.selection.each(function(Se){Se instanceof go.Link||Se.move(new go.Point(Se.position.x,Ve))}),Ie.commitTransaction("alignTop")},ve.prototype.alignBottom=function(){var Ie=this.diagram;Ie.startTransaction("aligning bottom");var Ve=-1/0;Ie.selection.each(function(Se){if(!(Se instanceof go.Link)){var Ye=Se.actualBounds.y+Se.actualBounds.height;Ve=Math.max(Ye,Ve)}}),Ie.selection.each(function(Se){Se instanceof go.Link||Se.move(new go.Point(Se.actualBounds.x,Ve-Se.actualBounds.height))}),Ie.commitTransaction("aligning bottom")},ve.prototype.alignCenterX=function(){var Ie=this.diagram,Ve=Ie.selection.first();if(Ve){Ie.startTransaction("aligning Center X");var Se=Ve.actualBounds.x+Ve.actualBounds.width/2;Ie.selection.each(function(Ye){Ye instanceof go.Link||Ye.move(new go.Point(Se-Ye.actualBounds.width/2,Ye.actualBounds.y))}),Ie.commitTransaction("aligning Center X")}},ve.prototype.alignCenterY=function(){var Ie=this.diagram,Ve=Ie.selection.first();if(Ve){Ie.startTransaction("aligning Center Y");var Se=Ve.actualBounds.y+Ve.actualBounds.height/2;Ie.selection.each(function(Ye){Ye instanceof go.Link||Ye.move(new go.Point(Ye.actualBounds.x,Se-Ye.actualBounds.height/2))}),Ie.commitTransaction("aligning Center Y")}},ve.prototype.alignColumn=function(Ie){var Ve=this.diagram;Ve.startTransaction("align Column"),Ie===void 0&&(Ie=0),Ie=parseFloat(Ie);var Se=new Array;Ve.selection.each(function(ke){ke instanceof go.Link||Se.push(ke)});for(var Ye=0;Ye0){for(var ke=ei.elt(uo-1);ke!==null&&ke.isTreeExpanded&&!ke.isTreeLeaf;){var Ue=this._sortTreeChildrenByY(ke);ke=Ue.last()}ke!==null&&Ie.select(ke)}else Ie.select(oi)}}else if(Se.key==="Down")if(Ve.isTreeExpanded&&!Ve.isTreeLeaf){var Ye=this._sortTreeChildrenByY(Ve).first();Ye!==null&&Ie.select(Ye)}else for(;Ve!==null;){var oi=Ve.findTreeParentNode();if(oi===null)break;var ei=this._sortTreeChildrenByY(oi),uo=ei.indexOf(Ve);if(uoei.y?1:oi.xei.x?1:0}),Ve},ve.prototype.copyToClipboard=function(Ie){go.CommandHandler.prototype.copyToClipboard.call(this,Ie),this._lastPasteOffset.set(this.pasteOffset)},ve.prototype.pasteFromClipboard=function(){var Ie=go.CommandHandler.prototype.pasteFromClipboard.call(this);return this.diagram.moveParts(Ie,this._lastPasteOffset),this._lastPasteOffset.add(this.pasteOffset),Ie},Object.defineProperty(ve.prototype,"arrowKeyBehavior",{get:function(){return this._arrowKeyBehavior},set:function(Ie){if(Ie!=="move"&&Ie!=="select"&&Ie!=="scroll"&&Ie!=="tree"&&Ie!=="none")throw new Error('DrawCommandHandler.arrowKeyBehavior must be either "move", "select", "scroll", "tree", or "none", not: '+Ie);this._arrowKeyBehavior=Ie}}),Object.defineProperty(ve.prototype,"pasteOffset",{get:function(){return this._pasteOffset},set:function(Ie){if(!(Ie instanceof go.Point))throw new Error("DrawCommandHandler.pasteOffset must be a Point, not: "+Ie);this._pasteOffset.set(Ie)}});var dn=ve,xn=Jt(63720),At=Jt(5269),wt=Jt(38986),xt={myPaletteDiv:"myPaletteDiv___Xjz2I",flowChartWrp:"flowChartWrp____f45r",maxH60:"maxH60___Pd4Re"},bt=Jt(48790),Rt=Jt(59301),Mt=(Ie,Ve,Se)=>new Promise((Ye,oi)=>{var ei=Ue=>{try{ke(Se.next(Ue))}catch(Vn){oi(Vn)}},uo=Ue=>{try{ke(Se.throw(Ue))}catch(Vn){oi(Vn)}},ke=Ue=>Ue.done?Ye(Ue.value):Promise.resolve(Ue.value).then(ei,uo);ke((Se=Se.apply(Ie,Ve)).next())});function fe({onCancel:Ie,callback:Ve}){let Se=(0,zt.useRef)(),Ye=(0,zt.useRef)(),oi=(0,zt.useRef)(),ei=(0,zt.useRef)(!1);const uo=(0,zt.useRef)(!1),[ke,Ue]=(0,zt.useState)(0);function Vn(){const cn=se.bx.make,Vt={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"};Se.current=new se.S0(Ye.current,{padding:20,grid:cn(se.s_,"Grid",cn(se.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),cn(se.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),"draggingTool.isGridSnapEnabled":!0,handlesDragDropForTopLevelParts:!0,mouseDrop:ue=>{var Gn=ue.diagram.commandHandler.addTopLevelParts(ue.diagram.selection,!0);Gn||ue.diagram.currentTool.doCancel()},commandHandler:cn(dn),"clickCreatingTool.archetypeNodeData":{text:"\u672A\u547D\u540D",fill:null,stroke:null,borderColor:"rgba(0,0,0,0)"},PartCreated:ue=>{var Gn=ue.subject;Gn.location=Gn.location.copy().snapToGridPoint(ue.diagram.grid.gridOrigin,ue.diagram.grid.gridCellSize),setTimeout(()=>{ue.diagram.commandHandler.editTextBlock()},20)},"commandHandler.archetypeGroupData":{isGroup:!0,text:"NEW GROUP"},SelectionGrouped:ue=>{var Gn=ue.subject;setTimeout(()=>{ue.diagram.commandHandler.editTextBlock()})},LinkRelinked:ue=>{var Gn=ue.parameter.part;Gn.invalidateConnectedLinks();var mi=ue.subject;ue.diagram.toolManager.linkingTool.isForwards?mi.toNode.invalidateConnectedLinks():mi.fromNode.invalidateConnectedLinks()},"undoManager.isEnabled":!0}),Se.current.nodeTemplate=cn(se.NB,"Auto",{locationSpot:se.z6.Center,locationObjectName:"SHAPE",desiredSize:new se.$u(120,60),minSize:new se.$u(40,40),resizable:!0,resizeCellSize:new se.$u(10,10),rotatable:!0},new se.KX("location","loc",se.E9.parse).makeTwoWay(se.E9.stringify),new se.KX("desiredSize","size",se.$u.parse).makeTwoWay(se.$u.stringify),cn(se.bn,{name:"SHAPE",fill:Vt.white,cursor:"pointer",portId:"",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:se.z6.AllSides,toSpot:se.z6.AllSides},new se.KX("figure"),new se.KX("fill"),new se.KX("stroke","borderColor"),new se.KX("strokeWidth","thickness"),new se.KX("strokeDashArray","dash")),cn(se.bn,{width:100,height:20,strokeWidth:0,fill:"transparent"}),cn(se.al,{margin:1,textAlign:"center",overflow:se.al.OverflowEllipsis,editable:!0},new se.KX("text").makeTwoWay(),new se.KX("stroke","color"))),Se.current.nodeTemplate.toolTip=cn("ToolTip",cn(se.s_,"Vertical",{maxSize:new se.$u(200,NaN)},cn(se.al,{font:"bold 10pt sans-serif",textAlign:"center"},new se.KX("text")),cn(se.al,{font:"10pt sans-serif",textAlign:"center"},new se.KX("text","details"))));function re(ue,Gn){var mi=(Fn,Hi)=>{Fn.handled=!0,Fn.diagram.model.commit(Ti=>{var Ni=Hi.part.adornedPart,Ci=new se.E9().setRectSpot(Ni.actualBounds,ue);Ci.subtract(Ni.location),Ci.scale(2,2),Ci.x+=Math.sign(Ci.x)*130,Ci.y+=Math.sign(Ci.y)*130,Ci.add(Ni.location),Ci.snapToGridPoint(Fn.diagram.grid.gridOrigin,Fn.diagram.grid.gridCellSize);var bi=Ti.copyNodeData(Ni.data);Ti.setGroupKeyForNodeData(bi,Ti.getGroupKeyForNodeData(Ni.data)),Ti.addNodeData(bi);var Ki={from:Ni.key,to:Ti.getKeyForNodeData(bi)};Ti.addLinkData(Ki);var Ae=Fn.diagram.findNodeForData(bi);Ae.location=Ci,Fn.diagram.select(Ae),setTimeout(()=>{Fn.diagram.commandHandler.editTextBlock()},20)})};return cn(se.bn,{figure:Gn,alignment:ue,alignmentFocus:ue.opposite(),width:ue.equals(se.z6.Top)||ue.equals(se.z6.Bottom)?25:18,height:ue.equals(se.z6.Top)||ue.equals(se.z6.Bottom)?18:25,fill:"orange",stroke:Vt.white,strokeWidth:4,mouseEnter:(Fn,Hi)=>Hi.fill="dodgerblue",mouseLeave:(Fn,Hi)=>Hi.fill="orange",isActionable:!0,click:mi,contextClick:mi})}function nn(ue){return cn(se.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:(Gn,mi)=>mi.fill="dodgerblue",mouseLeave:(Gn,mi)=>mi.fill="orange",click:(Gn,mi)=>{Gn.diagram.commandHandler.showContextMenu(mi.part.adornedPart)}},ue||{})}Se.current.nodeTemplate.selectionAdornmentTemplate=cn(se.uz,"Spot",cn(se.Vm,{padding:10}),re(se.z6.Top,"TriangleUp"),re(se.z6.Left,"TriangleLeft"),re(se.z6.Right,"TriangleRight"),re(se.z6.Bottom,"TriangleDown"),nn({alignment:new se.z6(.75,0)}));function tn(ue,Gn){return(mi,Fn)=>{mi.handled=!0,mi.diagram.model.commit(Hi=>{Hi.set(Fn.part.adornedPart.data,ue,Gn)})}}function ce(ue,Gn){return Gn||(Gn="color"),cn(se.bn,{width:16,height:16,stroke:"lightgray",fill:ue,margin:1,background:"transparent",mouseEnter:(mi,Fn)=>Fn.stroke="dodgerblue",mouseLeave:(mi,Fn)=>Fn.stroke="lightgray",click:tn(Gn,ue),contextClick:tn(Gn,ue)})}function en(){return[cn("ContextMenuButton",cn(se.s_,"Horizontal",ce(Vt.white,"fill"),ce(Vt.beige,"fill"),ce(Vt.extralightblue,"fill"),ce(Vt.extralightred,"fill"))),cn("ContextMenuButton",cn(se.s_,"Horizontal",ce(Vt.lightgray,"fill"),ce(Vt.lightgreen,"fill"),ce(Vt.lightblue,"fill"),ce(Vt.lightred,"fill")))]}function _n(){return[cn("ContextMenuButton",cn(se.s_,"Horizontal",ce(Vt.black),ce(Vt.green),ce(Vt.blue),ce(Vt.red))),cn("ContextMenuButton",cn(se.s_,"Horizontal",ce(Vt.white),ce(Vt.magenta),ce(Vt.purple),ce(Vt.orange)))]}function Qn(ue,Gn){return Gn||(Gn="thickness"),cn(se.bn,"LineH",{width:16,height:16,strokeWidth:ue,margin:1,background:"transparent",mouseEnter:(mi,Fn)=>Fn.background="dodgerblue",mouseLeave:(mi,Fn)=>Fn.background="transparent",click:tn(Gn,ue),contextClick:tn(Gn,ue)})}function ai(ue,Gn){return Gn||(Gn="dash"),cn(se.bn,"LineH",{width:24,height:16,strokeWidth:2,strokeDashArray:ue,margin:1,background:"transparent",mouseEnter:(mi,Fn)=>Fn.background="dodgerblue",mouseLeave:(mi,Fn)=>Fn.background="transparent",click:tn(Gn,ue),contextClick:tn(Gn,ue)})}function hn(){return[cn("ContextMenuButton",cn(se.s_,"Horizontal",Qn(1),Qn(2),Qn(3),Qn(4))),cn("ContextMenuButton",cn(se.s_,"Horizontal",ai(null),ai([2,4]),ai([4,4])))]}function sn(ue,Gn){return Gn||(Gn="figure"),cn(se.bn,{width:32,height:32,scale:.5,fill:"lightgray",figure:ue,margin:1,background:"transparent",mouseEnter:(mi,Fn)=>Fn.fill="dodgerblue",mouseLeave:(mi,Fn)=>Fn.fill="lightgray",click:tn(Gn,ue),contextClick:tn(Gn,ue)})}Se.current.nodeTemplate.contextMenu=cn("ContextMenu",cn("ContextMenuButton",cn(se.s_,"Horizontal",sn("Rectangle"),sn("RoundedRectangle"),sn("Ellipse"),sn("Diamond"))),cn("ContextMenuButton",cn(se.s_,"Horizontal",sn("Parallelogram2"),sn("ManualOperation"),sn("Procedure"),sn("Cylinder1"))),cn("ContextMenuButton",cn(se.s_,"Horizontal",sn("Terminator"),sn("CreateRequest"),sn("Document"),sn("TriangleDown"))),en(),_n(),hn()),Se.current.groupTemplate=cn(se.ZA,"Spot",{layerName:"Background",ungroupable:!0,locationSpot:se.z6.Center,selectionObjectName:"BODY",computesBoundsAfterDrag:!0,handlesDragDropForMembers:!0,mouseDrop:(ue,Gn)=>{var mi=Gn.addMembers(Gn.diagram.selection,!0);mi||Gn.diagram.currentTool.doCancel()},avoidable:!1},new se.KX("location","loc",se.E9.parse).makeTwoWay(se.E9.stringify),cn(se.s_,"Auto",{name:"BODY"},cn(se.bn,{parameter1:10,fill:Vt.white,strokeWidth:2,cursor:"pointer",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:se.z6.AllSides,toSpot:se.z6.AllSides},new se.KX("fill"),new se.KX("stroke","color"),new se.KX("strokeWidth","thickness"),new se.KX("strokeDashArray","dash")),cn(se.Vm,{background:"transparent",margin:20})),cn(se.al,{alignment:se.z6.Top,alignmentFocus:se.z6.Bottom,font:"bold 12pt sans-serif",editable:!0},new se.KX("text"),new se.KX("stroke","color"))),Se.current.groupTemplate.selectionAdornmentTemplate=cn(se.uz,"Spot",cn(se.s_,"Auto",cn(se.bn,{fill:null,stroke:"dodgerblue",strokeWidth:3}),cn(se.Vm,{margin:1.5})),nn({alignment:se.z6.TopRight,alignmentFocus:se.z6.BottomRight})),Se.current.groupTemplate.contextMenu=cn("ContextMenu",en(),_n(),hn()),Se.current.linkTemplate=cn(se.rU,{layerName:"Foreground",routing:se.rU.AvoidsNodes,corner:10,fromShortLength:10,toShortLength:15,relinkableFrom:!0,relinkableTo:!0,reshapable:!0,resegmentable:!0},new se.KX("fromSpot","fromSpot",se.z6.parse),new se.KX("toSpot","toSpot",se.z6.parse),new se.KX("fromShortLength","dir",ue=>ue>=1?10:0),new se.KX("toShortLength","dir",ue=>ue>=1?10:0),new se.KX("points").makeTwoWay(),cn(se.bn,{strokeWidth:2},new se.KX("stroke","color"),new se.KX("strokeWidth","thickness"),new se.KX("strokeDashArray","dash")),cn(se.bn,{segmentIndex:0,segmentOffset:new se.E9(15,0),segmentOrientation:se.rU.OrientAlong,alignmentFocus:se.z6.Right,figure:"circle",width:10,strokeWidth:0},new se.KX("fill","color"),new se.KX("visible","dir",ue=>ue===1)),cn(se.bn,{segmentIndex:-1,segmentOffset:new se.E9(-10,6),segmentOrientation:se.rU.OrientPlus90,alignmentFocus:se.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new se.KX("fill","color"),new se.KX("visible","dir",ue=>ue>=1),new se.KX("width","thickness",ue=>7+3*ue),new se.KX("height","thickness",ue=>7+3*ue),new se.KX("segmentOffset","thickness",ue=>new se.E9(-15,4+1.5*ue))),cn(se.bn,{segmentIndex:0,segmentOffset:new se.E9(15,-6),segmentOrientation:se.rU.OrientMinus90,alignmentFocus:se.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new se.KX("fill","color"),new se.KX("visible","dir",ue=>ue===2),new se.KX("width","thickness",ue=>7+3*ue),new se.KX("height","thickness",ue=>7+3*ue),new se.KX("segmentOffset","thickness",ue=>new se.E9(-15,4+1.5*ue))),cn(se.al,{alignmentFocus:new se.z6(0,1,-4,0),editable:!0},new se.KX("text").makeTwoWay(),new se.KX("stroke","color"))),Se.current.linkTemplate.selectionAdornmentTemplate=cn(se.uz,cn(se.bn,{isPanelMain:!0,stroke:"transparent",strokeWidth:6,pathPattern:wn(2)},new se.KX("pathPattern","thickness",wn)),nn({alignmentFocus:new se.z6(0,0,-6,-4)}));function wn(ue){return cn(se.bn,{stroke:"dodgerblue",strokeWidth:2,strokeCap:"square",geometryString:"M0 0 M4 2 H3 M4 "+(ue+4).toString()+" H3"})}function ci(ue){var Gn="M0 0 M8 16 M0 8 L16 8 M12 11 L16 8 L12 5";return ue===0?Gn="M0 0 M16 16 M0 8 L16 8":ue===2&&(Gn="M0 0 M16 16 M0 8 L16 8 M12 11 L16 8 L12 5 M4 11 L0 8 L4 5"),cn(se.bn,{geometryString:Gn,margin:2,background:"transparent",mouseEnter:(mi,Fn)=>Fn.background="dodgerblue",mouseLeave:(mi,Fn)=>Fn.background="transparent",click:tn("dir",ue),contextClick:tn("dir",ue)})}function qn(ue){var Gn=(mi,Fn)=>{mi.handled=!0,mi.diagram.model.commit(Hi=>{var Ti=Fn.part.adornedPart;Hi.set(Ti.data,ue?"toSpot":"fromSpot",se.z6.stringify(se.z6.AllSides)),(ue?Ti.toNode:Ti.fromNode).invalidateConnectedLinks()})};return cn(se.bn,{width:12,height:12,fill:"transparent",mouseEnter:(mi,Fn)=>Fn.background="dodgerblue",mouseLeave:(mi,Fn)=>Fn.background="transparent",click:Gn,contextClick:Gn})}function Je(ue,Gn){var mi=0,Fn=se.z6.RightSide;ue.equals(se.z6.Top)?(mi=270,Fn=se.z6.TopSide):ue.equals(se.z6.Left)?(mi=180,Fn=se.z6.LeftSide):ue.equals(se.z6.Bottom)&&(mi=90,Fn=se.z6.BottomSide),Gn||(mi-=180);var Hi=(Ti,Ni)=>{Ti.handled=!0,Ti.diagram.model.commit(Ci=>{var bi=Ni.part.adornedPart;Ci.set(bi.data,Gn?"toSpot":"fromSpot",se.z6.stringify(Fn)),(Gn?bi.toNode:bi.fromNode).invalidateConnectedLinks()})};return cn(se.bn,{alignment:ue,alignmentFocus:ue.opposite(),geometryString:"M0 0 M12 12 M12 6 L1 6 L4 4 M1 6 L4 8",angle:mi,background:"transparent",mouseEnter:(Ti,Ni)=>Ni.background="dodgerblue",mouseLeave:(Ti,Ni)=>Ni.background="transparent",click:Hi,contextClick:Hi})}Se.current.linkTemplate.contextMenu=cn("ContextMenu",_n(),hn(),cn("ContextMenuButton",cn(se.s_,"Horizontal",ci(0),ci(1),ci(2))),cn("ContextMenuButton",cn(se.s_,"Horizontal",cn(se.s_,"Spot",qn(!1),Je(se.z6.Top,!1),Je(se.z6.Left,!1),Je(se.z6.Right,!1),Je(se.z6.Bottom,!1)),cn(se.s_,"Spot",{margin:new se.Zt(0,0,0,2)},qn(!0),Je(se.z6.Top,!0),Je(se.z6.Left,!0),Je(se.z6.Right,!0),Je(se.z6.Bottom,!0)))));const bn=`{ "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 Di=["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 Ui(ue){return console.log("shapeName:",ue),Di.indexOf(ue)>=0}var xo=new se.YI(oi.current,{maxSelectionCount:1,linkTemplate:cn(se.rU,{locationSpot:se.z6.Center,selectionAdornmentTemplate:cn(se.uz,"Link",{locationSpot:se.z6.Center},cn(se.bn,{isPanelMain:!0,fill:null,stroke:"deepskyblue",strokeWidth:0}),cn(se.bn,{toArrow:"Standard",stroke:null}))},{routing:se.rU.AvoidsNodes,curve:se.rU.JumpOver,corner:5,toShortLength:4},new se.KX("points"),cn(se.bn,{isPanelMain:!0,strokeWidth:2}),cn(se.bn,{toArrow:"Standard",stroke:null})),model:new se.FJ([{text:"\u672A\u547D\u540D",size:"100 100",fill:null,stroke:"#000"},...se.bn.getFigureGenerators().toArray().map(ue=>({text:"\u672A\u547D\u540D",size:"100 100",figure:ue.key,fill:"white",stroke:"#666",borderColor:"#000"}))])});return Se.current.addDiagramListener("TextEdited",function(ue){var Gn;const mi=ue.subject.part;var Fn=(Gn=document.activeElement)==null?void 0:Gn.value;typeof Fn=="string"&&Fn.trim()===""&&Se.current.model.commit(function(Hi){Hi.set(mi.data,"text","\u672A\u547D\u540D"),Se.current.commandHandler.stopCommand()},"increment")}),xo.nodeTemplate=cn(se.NB,"Auto",{locationSpot:se.z6.Center},new se.KX("location","location",se.E9.parse).makeTwoWay(se.E9.stringify),cn(se.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 se.KX("stroke").makeTwoWay(),new se.KX("fill").makeTwoWay(),new se.KX("figure")),cn(se.al,{margin:new se.Zt(5,5,3,5),font:"10pt sans-serif",minSize:new se.$u(16,16),maxSize:new se.$u(10,NaN),textAlign:"center",editable:!0},new se.KX("key").makeTwoWay())),setTimeout(()=>{Se.current.grid=cn(se.s_,"Grid",cn(se.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),cn(se.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),Se.current.grid.visible=!0,Se.current.grid.gridCellStroke="darkgray",Se.current.grid.gridCellStrokeWidth=1},300),window.myDiagrams=Se.current,Se.current}const zi=()=>Mt(this,null,function*(){var cn,Vt=Se.current.makeImage();const re=yield(0,wt.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:Date.now(),file:Vt.src,file_data:JSON.stringify({login:(cn=(0,bt.eY)())==null?void 0:cn.login,data:JSON.parse(Se.current.model.toJson())})}});Ve({src:re.url})});return(0,zt.useEffect)(()=>(setTimeout(()=>{Vn()},500),Ue(ke+1),()=>{Se.current=null}),[]),Rt.createElement("div",{ref:uo,className:"body-overflow-initial"},Rt.createElement(xe.default,{width:1200,icon:null,footer:null,closable:!0,visible:!!ke,destroyOnClose:!0,maskClosable:!1,rootClassName:"zIndex-9999",title:Rt.createElement(_e.Z,null,Rt.createElement(At.Z,{flex:1},"\u63D2\u5165\u6D41\u7A0B\u56FE"),Rt.createElement(At.Z,{onClick:()=>{var cn,Vt,re=Se.current.selection.first();if(ei.current=!ei.current,document.activeElement&&re){let nn=(Vt=(cn=document.activeElement)==null?void 0:cn.value)==null?void 0:Vt.trim();typeof nn=="string"&&Se.current.model.commit(function(tn){tn.set(re.data,"text",nn||"\u672A\u547D\u540D"),Se.current.commandHandler.stopCommand()},"increment")}Ue(ke+1)}},Rt.createElement("span",{className:"current c-blue mr30",style:{fontWeight:400}},"\u5C55\u5F00/\u6536\u8D77"))),onCancel:Ie},Rt.createElement("div",{style:{width:"100%",height:"80vh",overflow:"hidden",position:"relative",display:ei.current?"none":"block"},className:xt.flowChartWrp},Rt.createElement("div",{style:{display:"flex",height:"100%"}},Rt.createElement("div",{style:{width:"300px",height:"100%"}},Rt.createElement("div",{style:{background:"#fff",position:"relative",zIndex:12,fontSize:16,color:"#3061d0"}},"\u56FE\u5F62\u5E93"),Rt.createElement("div",{style:{height:"calc(100% - 50px)"},className:xt.myPaletteDiv,ref:oi})),Rt.createElement("div",{style:{flex:1,position:"relative"}},Rt.createElement("div",{ref:Ye,style:{height:"80vh"}}))),Rt.createElement("div",{className:"tr"},Rt.createElement(Pe.ZP,{size:"large",onClick:zi,style:{position:"absolute",right:0,bottom:0,zIndex:8},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))))}var je=fe,Ln=Jt(47889),En=Jt(71051);const yn=Ln.ZP.Group,Fe={margin:"0 8px"};var Bn=({callback:Ie,onCancel:Ve})=>{function Se(Ye){Ie(Ye)}return zt.createElement($t.default,{className:"add-table-panel",initialValues:{row:3,col:2,align:"default"},onFinish:Se},zt.createElement("div",{className:"flex-container",style:{alignItems:"baseline"}},zt.createElement("span",{style:Fe},"\u5355\u5143\u683C\u6570\uFF1A"),zt.createElement("span",{style:Fe},"\u884C\u6570"),zt.createElement($t.default.Item,{name:"row",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u884C\u6570"}]},zt.createElement(En.Z,null)),zt.createElement("span",{style:Fe},"\u5217\u6570"),zt.createElement($t.default.Item,{name:"col",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u5217\u6570"}]},zt.createElement(En.Z,null))),zt.createElement("div",{className:"flex-container",style:{marginTop:12,alignItems:"baseline"}},zt.createElement("span",{style:Fe},"\u5BF9\u9F50\u65B9\u5F0F\uFF1A"),zt.createElement($t.default.Item,{name:"align"},zt.createElement(yn,null,zt.createElement(Ln.ZP,{value:"default"},zt.createElement("i",{className:"fa fa-align-justify"})),zt.createElement(Ln.ZP,{value:"left"},zt.createElement("i",{className:"fa fa-align-left"})),zt.createElement(Ln.ZP,{value:"center"},zt.createElement("i",{className:"fa fa-align-center"})),zt.createElement(Ln.ZP,{value:"right"},zt.createElement("i",{className:"fa fa-align-right"}))))),zt.createElement("div",{className:"flex-container flex-end"},zt.createElement(Pe.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),zt.createElement(Pe.ZP,{type:"ghost",onClick:Ve},"\u53D6\u6D88")))},an=Jt(71411),Dn=Jt(43001),si=Jt.n(Dn),ji=(0,zt.forwardRef)(({use3d:Ie,width:Ve,height:Se,callback:Ye,showSaveButton:oi},ei)=>{const uo=(0,zt.useRef)(),ke=(0,zt.useRef)(),[Ue,Vn]=(0,zt.useState)(!1),zi=(0,zt.useRef)({id:uo,appName:"graphing",width:Ve||1e3,height:Se||600,showToolBar:!0,showMenuBar:!0,allowStyleBar:!0,showAlgebraInput:!0,enableLabelDrags:!1,enableShiftDragZoom:!0,showToolBarHelp:!1,errorDialogsActive:!0,showTutorialLink:!0,showLogging:!0,useBrowserForJS:!1});(0,zt.useEffect)(()=>{ke.current=new(si())(zi.current,!0),window.onload=function(){ke.current.inject("applet_container")}},[]);const cn=()=>{var Vt=window.ggbApplet.getPNGBase64(1,!0,72);return Ye&&Ye(Vt),Vt};return(0,zt.useEffect)(()=>{zi.current.appName=Ue?"3D":"graphing",ke.current.inject("applet_container")},[Ue]),(0,zt.useEffect)(()=>{Vn(Ie)},[Ie]),(0,zt.useImperativeHandle)(ei,()=>({getImgData:cn})),zt.createElement(zt.Fragment,null,zt.createElement("div",{style:{width:"100%",height:"100%"},id:"applet_container",ref:uo}),zt.createElement(_e.Z,{align:"middle"},zt.createElement(At.Z,{flex:1},zt.createElement(an.Z,{size:"default",checkedChildren:"\u5173\u95ED3D\u56FE\u50CF",unCheckedChildren:"\u5F00\u542F3D\u56FE\u50CF",checked:Ue,onChange:Vt=>Vn(Vt)})),zt.createElement(At.Z,null,zt.createElement(Pe.ZP,{size:"large",onClick:cn,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668"))))}),ti=Jt(76562),yi=Jt(6767);const wi="link",Lo="upload-image",_i="add-flowchart",Gi="draw-image",Zi="add-flowchart",Io="code-block",Fi="add-table",Zo="------------",Er={default:Zo,left:`:${Zo}`,center:`:${Zo}:`,right:`${Zo}:`};var rr=Jt(37808);function zs(){}let Ts=0;const vr=1e4,Yr="\u2581",ko="@\u2581\u2581@",qo="@\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`,jr=["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 Mo(Ie){return/^\d+$/.test(Ie)?`${Ie}px`:Ie}const Gr=navigator.platform.toUpperCase().indexOf("MAC")>=0?"Cmd":"Ctrl",Ar={[Gr+"-B"]:"bold",[Gr+"-I"]:"italic"},Hr={[wi]:"\u6DFB\u52A0\u94FE\u63A5",[Io]:"\u6DFB\u52A0\u4EE3\u7801\u5757",[Lo]:"\u6DFB\u52A0\u56FE\u7247",[Gi]:"\u6DFB\u52A0\u753B\u56FE",[_i]:"\u63D2\u5165\u6D41\u7A0B\u56FE",[Fi]:"\u6DFB\u52A0\u8868\u683C","maths-latex":"\u6570\u5B66\u56FE\u50CF","inline-latex":"LATEX\u516C\u5F0F"};var Ia=({defaultValue:Ie="",onChange:Ve,width:Se="100%",height:Ye=400,miniToolbar:oi=!1,isFocus:ei=!1,watch:uo,insertTemp:ke,mode:Ue="markdown",id:Vn="markdown-editor-id",showResizeBar:zi=!1,noStorage:cn=!1,showNullButton:Vt=!1,showNullProgramButton:re=!1,hidetoolBar:nn=!1,fullScreen:tn=!1,onBlur:ce,onCMBeforeChange:en,onFullScreen:_n,className:Qn="",disablePaste:ai=!1,disabled:hn=!1,disabledFill:sn=!1,placeholder:wn="",values:ci="",extraUse:qn})=>{const[Je,bn]=(0,zt.useState)(null),[Di,Ui]=(0,zt.useState)(Ie),[xo,ue]=(0,zt.useState)(uo),[Gn,mi]=(0,zt.useState)(tn),[Fn,Hi]=(0,zt.useState)(""),[Ti,Ni]=(0,zt.useState)(0),[Ci,bi]=(0,zt.useState)(Ye),[Ki,Ae]=(0,zt.useState)(!1),[oo,Ee]=(0,zt.useState)(0),[Oi,Oo]=(0,zt.useState)(0),Ji=(0,zt.useRef)(),To=(0,zt.useRef)(),Ei=(0,zt.useRef)(),hi=(0,zt.useRef)();(0,zt.useEffect)(()=>{const Wn=window.scrollY||window.pageYOffset;Ui(ci),Je==null||Je.setValue(ci),window.scrollTo(0,Wn)},[ci]),(0,zt.useEffect)(()=>{_n==null||_n(Gn)},[Gn]),(0,zt.useEffect)(()=>{if(Ji.current){let Wn=function(Jn,Ge){var Vi;if(ai){Ge.preventDefault();return}const no=Ge.clipboardData;if(no){const _o=no.types.toString(),to=no.items;if(_o==="Files"||no.types.indexOf("Files")>-1){if(Ge.preventDefault(),Ue=="stex")return;try{let Ko=to[1];((Vi=to[0])==null?void 0:Vi.kind)==="file"&&(Ko=to[0]);const lr=Ko.getAsFile(),kr=lr.name.split(".").pop();(0,pn.I)(lr,tr=>{var $r,yr,pe;tr.id?(($r=lr==null?void 0:lr.type)==null?void 0:$r.indexOf("image"))>-1?Rn.replaceSelection(``):((yr=lr==null?void 0:lr.type)==null?void 0:yr.indexOf("video"))>-1?Rn.replaceSelection(``):((pe=lr==null?void 0:lr.type)==null?void 0:pe.indexOf("pdf"))>-1?Rn.replaceSelection(`${lr.name}`):jr.includes(kr)?Rn.replaceSelection(`${lr.name}`):Rn.replaceSelection(`[${lr.name}](/api/attachments/${tr.id}?type=${tr.content_type})`):(tr==null?void 0:tr.status)===401&&(document.location.href="/user/login")})}catch(Ko){yi.ZP.warning("\u8BF7\u4F7F\u7528chrome\u6D4F\u89C8\u5668\u7C98\u8D34")}return!0}else return!0}return!0};const Rn=we().fromTextArea(Ji.current,{mode:Ue,lineNumbers:!oi,lineWrapping:!0,value:Ie,autoCloseTags:!0,autoCloseBrackets:!0});return Rn.on("keyup",function(Jn,Ge){Ge.keyCode===8&&(Jn.getValue()==""?Rn.setOption("placeholder",wn):Rn.setOption("placeholder",null))}),Rn.on("keydown",function(Jn,Ge){if(Ge.keyCode===8){var Vi=Lr(Jn);Vi&&Ge.preventDefault()}}),ei&&Rn.focus(),Rn.on("paste",Wn),hn&&Rn.on("beforeChange",function(Jn,Ge){(Ge.origin==="paste"||Ge.origin==="+input")&&Ge.cancel()}),bn(Rn),()=>{Rn.off("paste",Wn)}}},[]);const ro=(0,zt.useCallback)(()=>{if(To.current)try{}catch(Wn){console.log(Wn,"---- to set md editor body height")}},[Ci,To,Gn]);(0,zt.useEffect)(()=>{function Wn(){let Rn=new Me.Z(Jn=>{for(let Ge of Jn)(Ge.target.offsetHeight>0||Ge.target.offsetWidth>0)&&(ro(),Je.setSize("100%","100%"),Je.refresh())});return Rn.observe(Ji.current.parentElement),Rn}if(Je){const Rn=Wn();return()=>{var Jn,Ge;(Jn=Ji.current)!=null&&Jn.parentElement&&Rn.unobserve((Ge=Ji.current)==null?void 0:Ge.parentElement)}}},[Je,ro]),(0,zt.useEffect)(()=>{if(Je){let Wn=[];for(const[Rn,Jn]of Object.entries(Ar)){let Ge={[Rn]:()=>{yo(Jn)}};Wn.push(Ge),Je.addKeyMap(Ge)}return()=>{for(let Rn of Wn)Je.removeKeyMap(Rn)}}},[Je]),(0,zt.useEffect)(()=>{tn!==Gn&&mi(tn)},[tn]),(0,rr.Z)(()=>{if(!cn&&Ti>0){let Wn=new Date().getTime(),Rn=window.sessionStorage.getItem(Vn);Wn>=Ti+vr&&(!Rn||Rn!==Di)&&(window.sessionStorage.setItem(Vn,Di),Ae(!0))}},vr),(0,zt.useEffect)(()=>{ue(uo)},[Je,uo]),(0,zt.useEffect)(()=>{Je&&ei&&Je.focus()},[Je,ei]),(0,zt.useEffect)(()=>{if(xo&&Je){let Wn=function(Jn){let Ge=Jn.target;if(hi.current){let Vi=Ge.scrollTop/Ge.scrollHeight;hi.current.scrollTop=hi.current.scrollHeight*Vi}};const Rn=Je.getScrollerElement();return Rn.addEventListener("scroll",Wn),()=>{Rn.removeEventListener("scroll",Wn)}}},[Je,xo]),(0,zt.useEffect)(()=>{if(Je&&en){let Wn=function(Rn,Jn){en(Rn,Jn)};return Je.on("beforeChange",Wn),()=>{Je.off("beforeChange",Wn)}}},[Je,en]),(0,zt.useEffect)(()=>{if(Je&&ce){let Wn=function(){ce(Je.getValue())};return Je.on("blur",Wn),()=>{Je.off("blur",Wn)}}},[Je,ce]);function Lr(Wn,Rn){var Jn=Wn.getDoc(),Ge=Jn.getCursor(),Vi=Jn.getLine(Ge.line),no=Vi.charAt(Ge.ch-1),_o=Vi.lastIndexOf("@\u2581@",Ge.ch),to=Vi.lastIndexOf("@\u2581\u2581@",Ge.ch),Ko=_o>to?_o:to,lr=_o>to?3:4;if(ko.indexOf(no)===-1)return null;if(console.log("change1:",Rn,Wn,Vi,Ge,Ko,_o,to,no),Ko>=0&&Ge.ch-Ko<5){var kr=Ko+lr;return Jn.replaceRange("",{line:Ge.line,ch:Ko},{line:Ge.line,ch:kr}),{line:Ge.line,ch:kr}}return null}(0,zt.useEffect)(()=>{if(Je){let Wn=function(Rn,Jn){const Ge=Rn.getValue();Ui(Ge),Ni(new Date().getTime()),Rn.getScrollerElement().dispatchEvent(new CustomEvent("scroll")),Ve&&(re?Ve(Ge,In(Ge)):Ve(Ge))};return Je.on("change",Wn),()=>{Je.off("change",Wn)}}},[Je,Ve]),(0,zt.useEffect)(()=>{if(Je)if(Ie==null)Je.setValue(""),Ui("");else{const Wn=window.scrollY||window.pageYOffset;Ie!==Je.getValue()&&(Je.setValue(Ie),Ui(Ie),Je.setCursor(hn?1:Je.lineCount(),0),window.scrollTo(0,Wn))}},[Je,Ie]);const yo=(0,zt.useCallback)(Wn=>{const Rn=Je.getCursor(),Jn=Je.getSelection();let Ge=Jn.split(` `);switch(Wn){case"bold":return Je.replaceSelection("**"+Jn+"**"),Jn===""&&Je.setCursor(Rn.line,Rn.ch+2),Je.focus();case"italic":return Je.replaceSelection("*"+Jn+"*"),Jn===""&&Je.setCursor(Rn.line,Rn.ch+1),Je.focus();case"code":return Je.replaceSelection("`"+Jn+"`"),Jn===""&&Je.setCursor(Rn.line,Rn.ch+1),Je.focus();case"inline-latex":return Hi("inline-latex"),Je.focus();case"latex":return Je.replaceSelection("```latex\n"+Jn+"\n```"),Je.setCursor(Rn.line+1,Jn.length+1),Je.focus();case"line-break":return Je.replaceSelection(`
`),Je.focus();case"list-ul":return Jn===""?Je.replaceSelection("- "+Jn):Je.replaceSelection(Ge.map(Vi=>Vi===""?"":`- ${Vi}`).join(` `)),Je.focus();case"list-ol":return Jn===""?Je.replaceSelection("1. "+Jn):Je.replaceSelection(Ge.map((Vi,no)=>Vi===""?"":`${no+1}. ${Vi}`).join(` `)),Je.focus();case"add-null-ch":return Jn===""&&Je.setCursor(Rn.line,Rn.ch),Je.replaceSelection(Yr),Je.focus();case"add-signal":return Jn===""&&Je.setCursor(Rn.line,Rn.ch),Je.replaceSelection(qo),Je.focus();case"add-multiple":return Jn===""&&Je.setCursor(Rn.line,Rn.ch),Je.replaceSelection(ko),Je.focus();case"inster-template-1":return Jn===""&&Je.setCursor(Rn.line,Rn.ch),Je.replaceSelection(Ct),Je.focus();case"eraser":return Je.setValue(""),Je.focus();case"trigger-watch":return ue(!xo),Je.focus();case"trigger-full-screen":return mi(!Gn),Je.focus();case wi:Hi(wi);return;case Io:Hi(Io);return;case Lo:Hi(Lo);return;case Gi:Hi(Gi);return;case"maths-latex":Hi("maths-latex");return;case _i:Hi(_i);return;case Fi:Hi(Fi);return;default:throw new Error}},[Je,xo,Gn]),Cn=(0,zt.useCallback)((Wn,Rn)=>{var Jn,Ge,Vi,no,_o,to;switch(Hi(""),Fn){case wi:const{title:$r,link:yr}=Wn;return Je.replaceSelection(`[${$r}](${yr})`),Je.focus();case Io:const{language:pe,content:qr}=Wn;return Je.replaceSelection(["```"+pe,qr,"```"].join(` `)),Je.focus();case"maths-latex":for(var Ko=atob(Wn),lr=new Uint8Array(Ko.length),kr=0;kr{Gs.id?Je.replaceSelection(`![,](/api/attachments/${Gs.id}?type=${Gs.content_type})`):(Gs==null?void 0:Gs.status)===401&&(document.location.href="/user/login")});break;case"inline-latex":Je.replaceSelection("`$$"+Wn+"$$`");break;case Lo:case Gi:case Zi:const{src:js,alt:Ks}=Wn,Fo=Rn,Ja=(Vi=(Ge=(Jn=Fo==null?void 0:Fo.name)==null?void 0:Jn.split("."))==null?void 0:Ge.pop)==null?void 0:Vi.call(Ge);return((no=Fo==null?void 0:Fo.type)==null?void 0:no.indexOf("image"))>-1||!(Fo!=null&&Fo.type)?Fo!=null&&Fo.align||Fo!=null&&Fo.width?Je.replaceSelection(`

${Ks||

`):Je.replaceSelection(`${Ks||`):((_o=Fo==null?void 0:Fo.type)==null?void 0:_o.indexOf("video"))>-1?Je.replaceSelection(``):((to=Fo==null?void 0:Fo.type)==null?void 0:to.indexOf("pdf"))>-1?Je.replaceSelection(`${Fo.name}`):jr.includes(Ja)?Je.replaceSelection(`${Fo.name}`):Je.replaceSelection(`[${Fo.name}](${js})`),Je.focus();case Fi:const{row:aa,col:Ml,align:fo}=Wn;let Sr=` `;for(let Gs=0;Gs{switch(Fn){case wi:return zt.createElement(Be,{callback:Cn,onCancel:ho});case Io:return zt.createElement(Sn.Z,{callback:Cn,onCancel:ho});case Lo:return zt.createElement(pn.Z,{callback:Cn,onCancel:ho});case _i:return zt.createElement(je,{callback:Cn,onCancel:ho});case Fi:return zt.createElement(Bn,{callback:Cn,onCancel:ho});case"maths-latex":return zt.createElement(ji,{showSaveButton:!0,callback:Cn});case"inline-latex":return zt.createElement(ti.Z,{showSaveButton:!0,callback:Cn});default:return null}},[Fn]);function ho(){Hi("")}(0,zt.useEffect)(()=>{if(Ei.current){let Wn=function(_o){Vi=!0,no=_o.pageY},Rn=function(){Vi=!1},Jn=function(_o){if(Vi){let to=_o.pageY-no;to<0&&(to=0),to>300&&(to=300);let Ko=Ye+to+"px";bi(Ko)}},Ge=Ei.current,Vi=!1,no=0;return Ge.addEventListener("mousedown",Wn),document.addEventListener("mousemove",Jn),document.addEventListener("mouseup",Rn),()=>{Ge.removeEventListener("mousedown",Wn),document.removeEventListener("mousemove",Jn),document.removeEventListener("mouseup",Rn)}}},[Je,Ei]),(0,zt.useEffect)(()=>{bi(Ye)},[Ye]);const us=Mo(Se),Qr=Mo(Ci),ar={width:us,height:Qr},qi=(0,zt.useMemo)(()=>{if(Ti){let Wn=new Date(Ti),Rn=Wn.getHours(),Jn=Wn.getMinutes(),Ge=Wn.getSeconds();return Rn=Rn<10?"0"+Rn:Rn,Jn=Jn<10?"0"+Jn:Jn,Ge=Ge<10?"0"+Ge:Ge,`${Rn}:${Jn}:${Ge}`}return 0},[Ti]),In=Wn=>{const Rn=[];if(re){let Jn=-1;Wn=Wn.replace(/(@▁▁@|@▁@)/g,function(Ge,Vi,no){Rn.push({multiLine:Ge!==qo})})}return Rn};function Kn(){window.sessionStorage.removeItem(Vn),Ae(!1),Ni(0)}function Si(){Ae(!1),Ni(0),Je.setValue(window.sessionStorage.getItem(Vn))}(0,zt.useEffect)(()=>{Hr[Fn]&&Fn!==Gi&&Fn!==_i&&setTimeout(()=>{const Wn=document.getElementsByClassName("markdown-popup-form")[0],Rn=window.innerWidth/2-Wn.offsetWidth/2,Jn=window.innerHeight/2-Wn.offsetHeight/2;Ee(Rn),Oo(Jn)},0)},[Fn]);const Hn=Wn=>{Wn.preventDefault();const Rn=Wn.clientX-oo,Jn=Wn.clientY-Oi;document.body.onmousemove=Ge=>{let Vi=Ge.clientX-Rn,no=Ge.clientY-Jn;const _o=document.getElementsByClassName("markdown-popup-form")[0],to=window.innerWidth-_o.offsetWidth,Ko=window.innerHeight-_o.offsetHeight;Vi=Math.max(0,Math.min(Vi,to)),no=Math.max(0,Math.min(no,Ko)),gi(Ge.clientX,Ge.clientY,Rn,Jn)&&(Ee(Vi),Oo(no))},document.body.onmouseup=function(){document.body.onmousemove=null}},gi=(Wn,Rn,Jn,Ge)=>{const Vi=document.body.clientHeight,no=document.body.clientWidth;return Wn<20&&Jn>Wn||Wn>no-20&&JnRn||Rn>Vi-20&&GeQt in $t?$e($t,Qt,{enumerable:!0,configurable:!0,writable:!0,value:Pe}):$t[Qt]=Pe,lt=($t,Qt)=>{for(var Pe in Qt||(Qt={}))et.call(Qt,Pe)&>($t,Pe,Qt[Pe]);if(Et)for(var Pe of Et(Qt))it.call(Qt,Pe)&>($t,Pe,Qt[Pe]);return $t},pt=($t,Qt)=>le($t,rn(Qt));const{useForm:vt}=zt.default,Lt={width:280,marginRight:10},Ft={labelCol:{span:5},wrapperCol:{span:19}};var Ht=({callback:$t,onCancel:Qt})=>{const[Pe]=vt();let ae=(0,ye.useRef)();function be(Nn){ae.current.width=Pe.getFieldValue("width"),ae.current.align=Pe.getFieldValue("align"),$t(Nn,ae.current)}function De(Nn,qe){if(Nn.status===-1){me.ZP.error(Nn.message);return}Pe.setFieldsValue({src:`/api/attachments/${Nn.id}`,type:qe.type})}function Ke(Nn){let qe=Nn.target.files[0];ae.current=qe,ne(qe,De)}return qt.createElement(zt.default,pt(lt({form:Pe},Ft),{className:"upload-image-panel",onFinish:be,style:{width:470,overflow:"hidden"}}),qt.createElement(zt.default.Item,{label:"\u56FE\u7247\u5730\u5740",required:!0},qt.createElement("div",{className:"flex-container"},qt.createElement(zt.default.Item,{noStyle:!0,name:"src",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u56FE\u7247\u5730\u5740"}]},qt.createElement(we.default,{style:Lt})),qt.createElement(Yt,{onFileChange:Ke}))),qt.createElement(zt.default.Item,{label:"\u56FE\u7247\u63CF\u8FF0",name:"alt"},qt.createElement(we.default,{style:{width:264}})),qt.createElement(zt.default.Item,{label:"\u56FE\u7247\u5BBD\u5EA6",name:"width"},qt.createElement(Me.Z,null,qt.createElement(zt.default.Item,{name:"width",style:{margin:0}},qt.createElement(ge.Z,{style:{width:264}})),qt.createElement("span",{className:"ml8"},"%"))),qt.createElement(zt.default.Item,{label:"\u5BF9\u9F50\u65B9\u5F0F",name:"align"},qt.createElement(he.ZP.Group,{name:"align",defaultValue:1,options:[{value:"left",label:"\u5DE6\u5BF9\u9F50"},{value:"center",label:"\u5C45\u4E2D\u5BF9\u9F50"},{value:"right",label:"\u53F3\u5BF9\u9F50"}]})),qt.createElement("aside",null,qt.createElement(zt.default.Item,{style:{textAlign:"right",position:"relative",right:-98}},qt.createElement(ee.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),qt.createElement(ee.ZP,{type:"default",onClick:Qt},"\u53D6\u6D88"))))};function Yt({onFileChange:$t}){return qt.createElement("label",{className:"upload-button",style:{cursor:"pointer"}},"\u672C\u5730\u4E0A\u4F20",qt.createElement("input",{type:"file",onChange:$t}))}function ne($t,Qt){if(!$t)throw new String("\u6CA1\u6709\u6587\u4EF6");let Pe=new FormData;Pe.append("editormd-image-file",$t),Pe.append("file_param_name","editormd-image-file"),Pe.append("byxhr","true");var ae=new window.XMLHttpRequest;ae.withCredentials=!0,ae.addEventListener("load",function(be){Qt(JSON.parse(be.target.responseText),$t)},!1),ae.addEventListener("error",function(be){console.error(be)},!1),ae.open("POST",`${We.KI}/api/attachments.json`),ae.send(Pe)}},91558:function(un,jn,Jt){"use strict";Jt.d(jn,{Z:function(){return we}});var zt=Jt(59301),me=Jt(4676);class we extends zt.Component{constructor(ge){super(ge);const he=window.document;this.node=he.createElement("div"),he.body.appendChild(this.node)}render(){const{children:ge}=this.props;return(0,me.createPortal)(ge,this.node)}componentWillUnmount(){window.document.body.removeChild(this.node)}}},75975:function(un,jn,Jt){"use strict";Jt.d(jn,{SV:function(){return se},ZP:function(){return Xe}});var zt=Jt(59301),me=Jt(76374);const we={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"]},Me={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"]},ge={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 ",content:["#include "].join(` `)},{label:"include ",content:["#include "].join(` `)},{label:"include ",content:["#include "].join(` `)},{label:"include ",content:["#include "].join(` `)},{label:"include ",content:["#include "].join(` `)},{label:"include ",content:["#include "].join(` `)},{label:"include ",content:["#include "].join(` `)},{label:"include ",content:["#include "].join(` `)},{label:"include ",content:["#include "].join(` `)}]},he={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(` `)}]},ee={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 We=Jt(53184),ye=Jt.n(We),qt=(ve,dn,xn)=>new Promise((At,wt)=>{var xt=Mt=>{try{Rt(xn.next(Mt))}catch(fe){wt(fe)}},bt=Mt=>{try{Rt(xn.throw(Mt))}catch(fe){wt(fe)}},Rt=Mt=>Mt.done?At(Mt.value):Promise.resolve(Mt.value).then(xt,bt);Rt((xn=xn.apply(ve,dn)).next())});const $e={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"]}},le=(ve,dn,xn,At)=>{const wt=dn.getValueInRange({startLineNumber:1,startColumn:1,endLineNumber:xn.lineNumber,endColumn:xn.column});return Array.from(new Set(wt.match(/\b\w{2,}\b/g)||[])).map(bt=>({label:bt,kind:ve.languages.CompletionItemKind.Text,insertText:bt,range:At}))},rn=(ve,dn,xn,At)=>{ve.languages.registerCompletionItemProvider(dn,{provideCompletionItems(wt,xt){const bt=wt.getWordUntilPosition(xt),Rt={startLineNumber:xt.lineNumber,endLineNumber:xt.lineNumber,startColumn:bt.startColumn,endColumn:bt.endColumn},Mt=wt.getLineContent(xt.lineNumber).substring(bt.startColumn-2,bt.endColumn);return{suggestions:[...le(ve,wt,xt,Rt),...xn.map(je=>({label:je,kind:ve.languages.CompletionItemKind.Keyword,documentation:je,insertText:je,insertTextRules:ve.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Rt})),...At.map(je=>({label:je.label,kind:ve.languages.CompletionItemKind.Snippet,documentation:je.content,insertText:Mt.startsWith("#")?je.content.replace(/#/,""):je.content,insertTextRules:ve.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:Rt}))]}}})};var Et=ve=>{$e.languages.forEach(dn=>{ve.languages.registerDocumentFormattingEditProvider(dn,{provideDocumentFormattingEdits(xn){return qt(this,null,function*(){const At=ye()(xn.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:xn.getFullModelRange(),text:At}]})}})}),rn(ve,"java",Me.keywords,Me.quickKey),rn(ve,"cpp",ge.keywords,ge.quickKey),rn(ve,"c",we.keywords,[]),rn(ve,"python",he.keywords,he.quickKey),rn(ve,"scala",ee.keywords,ee.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 it=Object.defineProperty,gt=(ve,dn,xn)=>dn in ve?it(ve,dn,{enumerable:!0,configurable:!0,writable:!0,value:xn}):ve[dn]=xn,lt=(ve,dn,xn)=>gt(ve,typeof dn!="symbol"?dn+"":dn,xn);const pt=class px{constructor(dn,xn,At){this.placeholder=dn,this.editor=xn,this.monaco=At,xn.onDidChangeModelContent(()=>this.onDidChangeModelContent()),this.onDidChangeModelContent()}onDidChangeModelContent(){this.editor.getValue()===""?this.editor.addContentWidget(this):this.editor.removeContentWidget(this)}getId(){return px.ID}getDomNode(){return this.domNode||(this.domNode=document.createElement("div"),this.domNode.style.width="max-content",this.domNode.textContent=this.placeholder,this.domNode.style.fontStyle="initial",this.domNode.style.color="#D7D7D7",this.domNode.style.pointerEvents="none",this.editor.applyFontInfo(this.domNode)),this.domNode}getPosition(){return{position:{lineNumber:1,column:1},preference:[this.monaco.editor.ContentWidgetPositionPreference.EXACT]}}dispose(){this.editor.removeContentWidget(this)}};lt(pt,"ID","editor.widget.placeholderHint");var Lt=pt,Ft=Jt(96236),Ht=Jt(6767),Yt=Jt(25399),ne=Jt(89392),$t=Jt(49535),Qt=Jt(56102),Pe=Object.defineProperty,ae=Object.defineProperties,be=Object.getOwnPropertyDescriptors,De=Object.getOwnPropertySymbols,Ke=Object.prototype.hasOwnProperty,Nn=Object.prototype.propertyIsEnumerable,qe=(ve,dn,xn)=>dn in ve?Pe(ve,dn,{enumerable:!0,configurable:!0,writable:!0,value:xn}):ve[dn]=xn,fn=(ve,dn)=>{for(var xn in dn||(dn={}))Ke.call(dn,xn)&&qe(ve,xn,dn[xn]);if(De)for(var xn of De(dn))Nn.call(dn,xn)&&qe(ve,xn,dn[xn]);return ve},vn=(ve,dn)=>ae(ve,be(dn)),te=(ve,dn)=>{var xn={};for(var At in ve)Ke.call(ve,At)&&dn.indexOf(At)<0&&(xn[At]=ve[At]);if(ve!=null&&De)for(var At of De(ve))dn.indexOf(At)<0&&Nn.call(ve,At)&&(xn[At]=ve[At]);return xn},Wt=(ve,dn,xn)=>new Promise((At,wt)=>{var xt=Mt=>{try{Rt(xn.next(Mt))}catch(fe){wt(fe)}},bt=Mt=>{try{Rt(xn.throw(Mt))}catch(fe){wt(fe)}},Rt=Mt=>Mt.done?At(Mt.value):Promise.resolve(Mt.value).then(xt,bt);Rt((xn=xn.apply(ve,dn)).next())});function Be(ve){return/^\d+$/.test(ve)?`${ve}px`:ve}function Sn(){}let pn=!1;const xe={"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(ve=[]){let dn=ve;if(Array.isArray(ve)){for(let xn=0;xnWt(void 0,null,function*(){try{yield navigator.clipboard.writeText(" "),console.log("\u5185\u5BB9\u5DF2\u81EA\u52A8\u590D\u5236\u5230\u526A\u8D34\u677F:")}catch(ve){console.error("\u81EA\u52A8\u590D\u5236\u5931\u8D25:",ve)}});var Xe=ve=>{var dn=ve,{width:xn="100%",height:At="100%",value:wt,language:xt="javascript",style:bt={},options:Rt={},overrideServices:Mt={},theme:fe="vs-dark",onEditBlur:je,isCopy:Ln=!1,onSave:En,autoHeight:yn=!1,forbidCopy:Fe=!1,onChange:Bn=Sn,editorDidMount:an=Sn,onFocus:Dn=Sn,onBreakPoint:si=Sn,breakPointValue:On=[],filename:ji="educoder.txt",errorLine:ti,errorContent:yi="",highlightLine:wi,openBreakPoint:Lo=!1,placeholder:_i="",showMiniMap:Gi=!0}=dn,Zi=te(dn,["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 Io=(0,zt.useRef)(),Fi=(0,zt.useRef)({}),Zo=(0,zt.useRef)(),Er=(0,zt.useRef)(),rr=(0,zt.useRef)([]),zs=(0,zt.useRef)(!1),Ts=(0,zt.useRef)(),vr=(0,zt.useRef)(),Yr=(0,zt.useRef)(!1),[ko,qo]=(0,zt.useState)(!1);function Ct(){let ke;return Io.current&&(ke=new me.Z(Ue=>{for(let Vn of Ue)(Vn.target.offsetHeight>0||Vn.target.offsetWidth>0)&&Fi.current.instance.layout()}),ke.observe(Io.current)),ke}function jr(){Ht.ZP.warning({content:decodeURIComponent(et),key:"monaco-editor-tip"})}const Mo=()=>{let ke=Fi.current.instance;if(wt!=null&&ke&&ko){const Ue=ke.getModel();Ue&&wt!==Ue.getValue()&&(pn=!0,Ue.setValue(wt),ke.layout(),pn=!1)}};(0,zt.useEffect)(()=>{const ke=$t.Z.subscribe("formatDocument",Ue=>{var Vn;let zi=Fi.current.instance;(Vn=zi==null?void 0:zi.getAction)==null||Vn.call(zi,"editor.action.formatDocument").run()});return window.updateMonacoValue=Ue=>{Bn(Ue)},ke},[]),(0,zt.useEffect)(()=>{var ke;let Ue=Fi.current.instance;Er.current&&clearTimeout(Er.current),Er.current=setTimeout(()=>{Mo()},500),wt&&(wt!=null&&wt.length)&&((ke=Ue==null?void 0:Ue.updateOptions)==null||ke.call(Ue,{lineNumbersMinChars:Math.max(Math.floor(Math.log10(wt.split(/\r\n|\r|\n/g).length))+3,5)}))},[wt,ko,Fi.current]),(0,zt.useEffect)(()=>{if(ti&&Fi.current&&Fi.current.instance){let Ue=Fi.current.instance;Ue.changeViewZones(function(Vn){var zi=document.createElement("div");zi.style.padding="10px 20px",zi.style.width="calc(100% - 20px)",zi.className="my-error-line-wrp",zi.innerHTML=yi,Vn.addZone({afterLineNumber:ti||11,heightInLines:3,domNode:zi})});var ke={domNode:null,getId:function(){return"my.overlay.widget"},getDomNode:function(){return this.domNode||(this.domNode=document.createElement("div"),this.domNode.innerHTML="",this.domNode.style.width="100%",this.domNode.style.padding="20px 100px",this.domNode.style.right="0px",this.domNode.style.top="50px",this.domNode.style.position="relative",this.domNode.style.color="#333"),this.domNode},getPosition:function(){return null}};Ue.addOverlayWidget(ke),Ue.revealPositionInCenter({lineNumber:20,column:1})}},[ti,Fi.current,ko]);const sr=(ke="",Ue)=>{if(!ke||ke.trim()==="")return!0;const zi=Fi.current.instance.getModel().getLineTokens(Ue);let cn=!1;for(let Vt=0;Vt<2;Vt++)zi.getStandardTokenType(Vt)===1&&(cn=!0);return cn};(0,zt.useEffect)(()=>{var ke;const Ue=(ke=Fi.current)==null?void 0:ke.instance;if(Ue&&ko&&Fe){const Vn=Ue.onDidBlurEditorWidget(()=>{Yr.current=!1}),zi=Ue.onDidFocusEditorText(()=>{Yr.current=!0});return()=>{Vn.dispose(),zi.dispose()}}},[Fi.current,ko,Fe]),(0,zt.useEffect)(()=>{var ke;if((ke=Fi.current)!=null&&ke.instance&&ko&&Lo){let Ue=Fi.current.instance,Vn=Ue.getModel();if(!Vn)return;(()=>{var hn;let sn=[],wn=[];const ci=Vn.getAllDecorations();for(let Je of ci)Je.options.className==="highlighted-line"&&(sn.push((hn=Je==null?void 0:Je.range)==null?void 0:hn.startLineNumber),wn.push(Je==null?void 0:Je.id));if(wi===sn[0])return;Vn.deltaDecorations(wn,[]);const qn=Vn.getLineCount();wi&&wi<=qn&&(Ue.deltaDecorations([],[{range:new He.Range(wi,1,wi,Vn.getLineMaxColumn(wi)),options:{isWholeLine:!0,className:"highlighted-line"}}]),Ue.revealLineInCenter(wi))})();const cn=(hn=!1)=>{var sn;let wn=[],ci=[];const qn=Vn.getAllDecorations();for(let Je of qn)Je.options.linesDecorationsClassName==="breakpoints-select"&&(wn.push((sn=Je==null?void 0:Je.range)==null?void 0:sn.startLineNumber),ci.push(Je==null?void 0:Je.id));if(hn)return{lines:wn,ids:ci};si(wn)},Vt=hn=>Wt(void 0,null,function*(){let sn={range:new He.Range(hn,1,hn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}};yield Vn.deltaDecorations([],[sn]),cn()}),re=hn=>Wt(void 0,null,function*(){let sn=[];const wn=Ue.getLineDecorations(hn);for(let ci of wn)ci.options.linesDecorationsClassName==="breakpoints-select"&&sn.push(ci.id);yield Vn.deltaDecorations(sn,[]),cn()}),nn=hn=>{let sn=Ue.getLineDecorations(hn);for(let wn of sn)if(wn.options.linesDecorationsClassName==="breakpoints-select")return!0;return!1};if(!(0,ne.isEqual)(On,cn(!0).lines)){Vn.deltaDecorations(cn(!0).ids,[]);const hn=On.map(sn=>({range:new He.Range(sn,1,sn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}}));Vn.deltaDecorations([],hn)}const tn=Ue.onDidChangeModelContent(hn=>{let sn=Ue.getPosition();if(sn){let wn=sn.lineNumber;clearTimeout(vr.current),vr.current=setTimeout(()=>{sr(Vn.getLineContent(wn),wn)?re(wn):nn(wn)?(re(wn),Vt(wn)):cn()},100)}}),ce=Ue.onMouseDown(hn=>{var sn,wn,ci;if(hn.target.detail&&((ci=(wn=(sn=hn.target)==null?void 0:sn.element)==null?void 0:wn.className)!=null&&ci.includes("line-numbers"))){let qn=hn.target.position.lineNumber;if(sr(Vn.getLineContent(qn),qn))return;nn(qn)?re(qn):Vt(qn)}}),en=hn=>{let sn={range:new He.Range(hn,1,hn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-fake"}};rr.current=Ue.deltaDecorations(rr.current,[sn])},_n=()=>{rr.current=Ue.deltaDecorations(rr.current,[])},Qn=Ue.onMouseMove(hn=>{var sn,wn,ci;if(_n(),hn.target.detail&&((ci=(wn=(sn=hn.target)==null?void 0:sn.element)==null?void 0:wn.className)!=null&&ci.includes("line-numbers"))){let qn=hn.target.position.lineNumber;if(sr(Vn.getLineContent(qn),qn))return;en(qn)}}),ai=Ue.onMouseLeave(()=>{_n()});return()=>{tn.dispose(),ce.dispose(),Qn.dispose(),ai.dispose()}}},[Fi.current,ko,On,wi,Lo,xt]),(0,zt.useEffect)(()=>{var ke;(ke=Fi.current)!=null&&ke.instance&&Lo&&Fi.current.instance.setPosition({lineNumber:0,column:0})},[wi]);function Gr(){let ke=Fi.current.instance;if(ke){const Ue=ke.getSelection(),Vn=Fi.current.pastePos||{},zi=new He.Range(Vn.startLineNumber||Ue.endLineNumber,Vn.startColumn||Ue.endColumn,Vn.endLineNumber||Ue.endLineNumber,Vn.endColumn||Ue.endColumn);setTimeout(()=>{ke.executeEdits("",[{range:zi,text:""}])},300)}}function Ar(ke){(window.navigator.platform.match("Mac")?ke.metaKey:ke.ctrlKey)&&ke.keyCode==83&&(ke.preventDefault(),En())}const Hr=()=>{if(yn&&Fi.current.instance){const ke=Fi.current.instance.getContentHeight();ei(ke{if(!Yr.current)return;const{keyCode:Ue,ctrlKey:Vn,metaKey:zi,target:cn,type:Vt}=ke;return(Vt==="paste"||(Ue===67||Ue===86)&&(zi||Vn))&&cn.nodeName==="TEXTAREA"&&(jr(),ke.preventDefault()),!1};function Ve(ke,Ue){var Vn=window.URL||window.webkitURL||window,zi=new Blob([Ue]),cn=document.createElementNS("http://www.w3.org/1999/xhtml","a");cn.href=Vn.createObjectURL(zi),cn.download=ke,Ia(cn)}(0,zt.useEffect)(()=>{Hr()},[Hr]),(0,zt.useEffect)(()=>{Io.current&&!ko&&Promise.all([Jt.e(8909),Jt.e(6656)]).then(Jt.bind(Jt,71448)).then(ke=>{try{He=ke,Fi.current.instance=He.editor.create(Io.current,{value:wt,language:_e(xt),theme:fe,requireConfig:{"vs/nls":{availableLanguages:{"*":"zh-cn"}}},wordWrap:!0,autoIndent:!0,contextmenu:!0,formatOnType:!0,minimap:{enabled:Gi||!1}},Mt);const Ue=Fi.current.instance;let cn=[...Ft.BH._menuItems].find(tn=>tn[0]._debugName=="EditorContext")[1],Vt=["editor.action.clipboardCopyWithSyntaxHighlightingAction","editor.action.quickCommand","editor.action.clipboardCopyAction","editor.action.clipboardPasteAction","editor.action.clipboardCutAction"],re=(tn,ce)=>{var en,_n;let Qn=tn._first;do ce.includes((_n=(en=Qn.element)==null?void 0:en.command)==null?void 0:_n.id)&&tn._remove(Qn);while(Qn=Qn.next)};if(an(Ue,He),setTimeout(()=>{Hr(),Fi.current.instance.addAction({id:"d123123",label:"Download File",contextMenuGroupId:"9_cutcopypaste",run:()=>{Ve(ji||"educoder.txt",Ue.getValue())}})},500),Fi.current.subscription=Ue.onDidChangeModelContent(tn=>{zs.current?clearTimeout(Ts.current):(Hr(),Bn(Ue.getValue(),tn)),Ts.current=setTimeout(()=>{zs.current=!1},500)}),window.Monaco||Et(He,_e(xt)),Fe&&(re(cn,Vt),Io.current.classList.add("noCopyPaste"),window.removeEventListener("keydown",Ie),window.removeEventListener("paste",Ie),window.addEventListener("keydown",Ie),window.addEventListener("paste",Ie)),window.Monaco=He,je&&Ue.onDidBlurEditorWidget(()=>{je(Ue.getValue())}),Dn&&Ue.onDidFocusEditorText(()=>{Fe&&Mn(),Dn(Ue.getValue())}),Fe){Mn();try{Ue.onDidPaste(tn=>{const ce=Ue.getSelection(),en=Fi.current.pastePos||{},_n=new He.Range(en.startLineNumber||ce.endLineNumber,en.startColumn||ce.endColumn,en.endLineNumber||ce.endLineNumber,en.endColumn||ce.endColumn);Ue.executeEdits("",[{range:tn.range,text:""}])})}catch(tn){}}let nn=Ct();return _i&&typeof _i=="string"&&new Lt(_i,Ue,He),qo(!0),()=>{const tn=Fi.current.instance;tn.dispose();const ce=tn.getModel();ce&&ce.dispose(),Fi.current.subscription&&Fi.current.subscription.dispose(),nn.unobserve(Io.current)}}catch(Ue){}})},[]),(0,zt.useEffect)(()=>{if(Fi.current.instance&&ko)return document.addEventListener("keydown",Ar,!1),()=>{document.removeEventListener("keydown",Ar)}},[En,ko]),(0,zt.useEffect)(()=>{let ke=Fi.current.instance;if(ke&&ko){let Ue=_e(xt);He.editor.setModelLanguage(ke.getModel(),Ue)}},[xt,ko]),(0,zt.useEffect)(()=>{Fi.current.instance&&ko&&He.editor.setTheme(fe)},[fe,ko]),(0,zt.useEffect)(()=>{let ke=Fi.current.instance;Zo.current=Rt,ke&&ko&&(ke.updateOptions(fn({},Rt)),setTimeout(()=>{ke.getModel().updateOptions(fn({},Rt))},200))},[JSON.stringify(Rt),ko]),(0,zt.useEffect)(()=>{let ke=Fi.current.instance;ke&&ko&&ke.layout()},[xn,At,ko]);const[Se,Ye]=(0,zt.useState)(Be(xn)),[oi,ei]=(0,zt.useState)(Be(At)),uo=vn(fn({},bt),{width:Se,height:oi,position:"relative"});return zt.createElement("div",{className:"my-monaco-editor",ref:Io,style:uo},Ln&&zt.createElement(Qt.CopyToClipboard,{text:wt,onCopy:()=>Ht.ZP.success("\u590D\u5236\u6210\u529F")},zt.createElement(Yt.Z,{title:"\u590D\u5236\u4EE3\u7801"},zt.createElement("div",{style:{position:"absolute",top:0,right:10,cursor:"pointer",zIndex:10,color:"#165DFF"}},zt.createElement("i",{className:"iconfont icon-fuzhi8",style:{fontSize:14}})," \u590D\u5236\u4EE3\u7801"))))};function se({width:ve="100%",height:dn="100%",original:xn,modified:At,language:wt,options:xt={}}){const bt=(0,zt.useRef)(),[Rt,Mt]=(0,zt.useState)(null);function fe(yn){let Fe;return bt.current&&(Fe=new me.Z(Bn=>{for(let an of Bn)(an.target.offsetHeight>0||an.target.offsetWidth>0)&&yn.layout()}),Fe.observe(bt.current)),Fe}(0,zt.useEffect)(()=>(bt.current&&Promise.all([Jt.e(8909),Jt.e(9404)]).then(Jt.bind(Jt,2550)).then(yn=>{He=yn;const Fe=He.editor.createDiffEditor(bt.current,vn(fn({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},xt),{wordWrap:!0}));Mt(Fe);let Bn=fe(Fe);return()=>{Fe.dispose();const an=Fe.getModel();an&&an.dispose(),Bn.unobserve(bt.current)}}),()=>{window.removeEventListener("keydown",checkPaste),window.removeEventListener("paste",checkPaste)}),[]),(0,zt.useEffect)(()=>{Rt&&Rt.setModel({original:He.editor.createModel(xn,wt),modified:He.editor.createModel(At,wt)})},[xn,At,wt,Rt]);const je=Be(ve),Ln=Be(dn),En={width:je,height:Ln};return zt.createElement("div",{className:"my-diff-editor",ref:bt,style:En})}},37808:function(un,jn,Jt){"use strict";Jt.d(jn,{Z:function(){return me}});var zt=Jt(59301);function me(we,Me){const ge=(0,zt.useRef)();(0,zt.useEffect)(()=>{ge.current=we}),(0,zt.useEffect)(()=>{function he(){ge.current()}if(Me!==null){let ee=setInterval(he,Me);return()=>clearInterval(ee)}},[Me])}},22255:function(un,jn,Jt){"use strict";Jt.r(jn),Jt.d(jn,{default:function(){return ne}});var zt=Jt(59301),me=Jt(39793),we=Jt(6767),Me=Jt(37568),ge=Jt(99571),he=Jt(38986),ee=($t,Qt,Pe)=>new Promise((ae,be)=>{var De=qe=>{try{Nn(Pe.next(qe))}catch(fn){be(fn)}},Ke=qe=>{try{Nn(Pe.throw(qe))}catch(fn){be(fn)}},Nn=qe=>qe.done?ae(qe.value):Promise.resolve(qe.value).then(De,Ke);Nn((Pe=Pe.apply($t,Qt)).next())});function We({setIscreate:$t,init:Qt,UpdateItem:Pe}){const[ae,be]=(0,zt.useState)(""),[De,Ke]=(0,zt.useState)("");(0,zt.useEffect)(()=>{Pe&&(be(Pe&&Pe.name),Ke(Pe&&Pe.description))},[Pe]);function Nn(){return ee(this,null,function*(){if(!ae){we.ZP.info("\u6807\u9898\u4E0D\u80FD\u4E3A\u7A7A");return}if(!De){we.ZP.info("\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A");return}if(Pe){qe();return}(yield(0,he.ZP)("/api/hpc_courses.json",{method:"post",body:{name:ae,description:De,container_type:window.location.pathname.split("/")[1]}}))&&(we.ZP.info("\u521B\u5EFA\u6210\u529F"),$t(!1),Qt("add"))})}function qe(){return ee(this,null,function*(){(yield(0,he.ZP)(`/api/hpc_courses/${Pe.id}.json`,{method:"put",body:{name:ae,description:De,container_type:window.location.pathname.split("/")[1]}}))&&(we.ZP.info("\u7F16\u8F91\u6210\u529F"),$t(!1),Qt(""))})}return zt.createElement("div",null,zt.createElement(Me.default,{style:{marginBottom:"20px"},placeholder:"\u8BF7\u8F93\u5165\u6807\u9898",value:ae,maxLength:60,addonAfter:String(ae.length)+"/60",onChange:fn=>be(fn.target.value)}),zt.createElement(me.Z,{id:"courseContentMD",defaultValue:De,onChange:fn=>Ke(fn)}),zt.createElement("div",{className:"clearfix mt30 mb30"},zt.createElement(ge.ZP,{type:"primary",onClick:()=>Nn(),className:"defalutSubmitbtn fl mr20"},"\u63D0\u4EA4"),zt.createElement("a",{className:"defalutCancelbtn fl",onClick:()=>$t(!1)},"\u53D6\u6D88")))}var ye=We,qt=Jt(76902),$e=($t,Qt,Pe)=>new Promise((ae,be)=>{var De=qe=>{try{Nn(Pe.next(qe))}catch(fn){be(fn)}},Ke=qe=>{try{Nn(Pe.throw(qe))}catch(fn){be(fn)}},Nn=qe=>qe.done?ae(qe.value):Promise.resolve(qe.value).then(De,Ke);Nn((Pe=Pe.apply($t,Qt)).next())});function le({CourseItem:$t,userId:Qt,init:Pe,ItemUpdate:ae,setSee:be,UserInfo:De}){function Ke(){return $e(this,null,function*(){(yield(0,he.ZP)(`/api/hpc_courses/${$t.id}.json`,{method:"delete"}))&&(we.ZP.info("\u5220\u9664\u6210\u529F"),Pe("delete"),be(!1))})}function Nn(){ae($t)}return zt.createElement("div",null,Qt===299635||Qt===301458||De!=null&&De.admin||De!=null&&De.business?zt.createElement("div",{style:{textAlign:"right"}},zt.createElement(ge.ZP,{onClick:()=>Nn()},"\u7F16\u8F91"),zt.createElement(ge.ZP,{onClick:()=>Ke(),style:{marginLeft:"30px"}},"\u5220\u9664")):null,zt.createElement("h1",null,$t==null?void 0:$t.name),zt.createElement(qt.Z,{value:$t==null?void 0:$t.description}))}var rn=le,Et=Jt(14566),et=Jt(346),it=Jt(25690),gt=Object.defineProperty,lt=Object.getOwnPropertySymbols,pt=Object.prototype.hasOwnProperty,vt=Object.prototype.propertyIsEnumerable,Lt=($t,Qt,Pe)=>Qt in $t?gt($t,Qt,{enumerable:!0,configurable:!0,writable:!0,value:Pe}):$t[Qt]=Pe,Ft=($t,Qt)=>{for(var Pe in Qt||(Qt={}))pt.call(Qt,Pe)&&Lt($t,Pe,Qt[Pe]);if(lt)for(var Pe of lt(Qt))vt.call(Qt,Pe)&&Lt($t,Pe,Qt[Pe]);return $t},Ht=($t,Qt,Pe)=>new Promise((ae,be)=>{var De=qe=>{try{Nn(Pe.next(qe))}catch(fn){be(fn)}},Ke=qe=>{try{Nn(Pe.throw(qe))}catch(fn){be(fn)}},Nn=qe=>qe.done?ae(qe.value):Promise.resolve(qe.value).then(De,Ke);Nn((Pe=Pe.apply($t,Qt)).next())});function Yt({user:$t,dispatch:Qt}){var Pe,ae,be,De,Ke,Nn,qe,fn,vn;const[te,Wt]=(0,zt.useState)(1),[Be,Sn]=(0,zt.useState)(100),[pn,xe]=(0,zt.useState)([]),[_e,He]=(0,zt.useState)(!1),[Mn,Xe]=(0,zt.useState)(!1),[se,ve]=(0,zt.useState)(""),[dn,xn]=(0,zt.useState)(""),[At,wt]=(0,zt.useState)("");let{itemname:xt}=(0,it.useParams)();const[bt,Rt]=(0,zt.useState)("");(0,zt.useEffect)(()=>{Qt({type:"globalSetting/headerToggle",payload:!1}),te&&Mt("")},[te]);function Mt(yn){return Ht(this,null,function*(){var Fe,Bn;const an=yield(0,he.ZP)("/api/hpc_courses.json",{method:"get",params:{page:te,per_page:Be,container_type:window.location.pathname.split("/")[1]}});if(an){let Dn=an.data.hpc_courses.length;if(xe(an.data.hpc_courses),wt(an.data.file_url),xn(""),!Dn)return;if(bt)if(yn==="delete"){if(Dn===0){Xe(!1);return}ve(an.data.hpc_courses[0]),Xe(!0),Rt(an.data.hpc_courses[0].id)}else yn==="add"?(ve(an.data.hpc_courses[Dn-1]),Xe(!0),Rt(an.data.hpc_courses[Dn-1].id)):(ve(an.data.hpc_courses.filter(si=>si.id===bt)[0]),Xe(!0),Rt(bt));else if(xt){let si=0;(Bn=(Fe=an==null?void 0:an.data)==null?void 0:Fe.hpc_courses)==null||Bn.map((On,ji)=>{var ti;(xt==null?void 0:xt.toLocaleLowerCase())===((ti=On==null?void 0:On.name)==null?void 0:ti.toLocaleLowerCase())&&(si=ji)}),ve(an.data.hpc_courses[si]),Xe(!0),Rt(an.data.hpc_courses[si].id),(xt==null?void 0:xt.toLocaleLowerCase())==="resources"&&(ve(an.data.hpc_courses.filter(On=>On.id===15)[0]),Xe(!0),Rt(15))}else ve(an.data.hpc_courses[0]),Xe(!0),Rt(an.data.hpc_courses[0].id)}})}function fe(yn){He(!1),Xe(!0),ve(yn),Rt(yn.id)}function je(yn){xn(yn),He(!0),Xe(!1)}function Ln(){xn(""),He(!0),Xe(!1)}const En={name:"file",multiple:!0,action:"https://www.educoder.net/api/hpc_courses/upload_file.json",data:{container_type:window.location.pathname.split("/")[1]},onChange(yn){const{status:Fe}=yn.file;Fe==="done"?(we.ZP.success(`${yn.file.name} \u6587\u4EF6\u4E0A\u4F20\u6210\u529F`),Mt("")):Fe==="error"&&we.ZP.error(`${yn.file.name} \u6587\u4EF6\u4E0A\u4F20\u5931\u8D25`)},beforeUpload:yn=>{const Fe=yn.size/1024/1024<150;return Fe||we.ZP.info("\u6587\u4EF6\u5927\u5C0F\u5FC5\u987B\u5C0F\u4E8E150MB"),Fe}};return zt.createElement("div",{style:{marginBottom:"40px"}},zt.createElement("div",{className:"bannterdiv",style:{background:`url(${et.Z.IMG_SERVER+`/${At}`})`}}),zt.createElement("img",{style:{width:"100%"},src:et.Z.IMG_SERVER+`/${At}`}),zt.createElement("div",{className:"edu-container minH500",style:{display:"flex",width:"1200px"}},zt.createElement("div",{style:{flex:"1",marginTop:"17px"}},pn&&pn.map((yn,Fe)=>zt.createElement("p",{key:Fe,onClick:()=>fe(yn),className:bt===yn.id?"menuitemselect":"menuitem task-hide"},yn.name)),((Pe=$t==null?void 0:$t.userInfo)==null?void 0:Pe.user_id)===299635||((ae=$t==null?void 0:$t.userInfo)==null?void 0:ae.user_id)===301458||(be=$t==null?void 0:$t.userInfo)!=null&&be.admin||(De=$t==null?void 0:$t.userInfo)!=null&&De.business?zt.createElement("p",{onClick:()=>Ln(),className:"menuadd",style:{fontSize:"24px",paddingLeft:"10px"}},zt.createElement("span",{style:{fontSize:"16px",marginLeft:"5px"}},"Last updated")):null),zt.createElement("div",{className:"rightcount",style:{flex:"6",background:"#ffffff",padding:"20px",marginLeft:"30px",marginTop:"24px"}},_e?zt.createElement(ye,{UpdateItem:dn,setIscreate:He,init:Mt}):null,Mn?zt.createElement(rn,{UserInfo:$t==null?void 0:$t.userInfo,setSee:Xe,userId:(Ke=$t==null?void 0:$t.userInfo)==null?void 0:Ke.user_id,ItemUpdate:je,CourseItem:se,init:Mt}):null)),((Nn=$t==null?void 0:$t.userInfo)==null?void 0:Nn.user_id)===299635||((qe=$t==null?void 0:$t.userInfo)==null?void 0:qe.user_id)===301458||(fn=$t==null?void 0:$t.userInfo)!=null&&fn.admin||(vn=$t==null?void 0:$t.userInfo)!=null&&vn.business?zt.createElement(Et.default,Ft({},En),zt.createElement(ge.ZP,{className:"menuadd",style:{paddingLeft:"10px",marginLeft:"20px"}},"\u4E0A\u4F20\u9996\u9875\u56FE\u7247")):null)}var ne=(0,it.connect)(({user:$t})=>({user:$t}))(Yt)},81428:function(un,jn,Jt){"use strict";Jt.d(jn,{AL:function(){return Lt},Iy:function(){return $e},Qv:function(){return Et},ez:function(){return vt},jb:function(){return le}});var zt=Jt(32834),me=Jt.n(zt),we=Jt(11690),Me=Jt.n(we);let ge=1;function he($t,Qt){const Pe=$t.match(/^(\s+)(?:```)/);if(Pe===null)return Qt;const ae=Pe[1];return Qt.split(` `).map(be=>{const De=be.match(/^\s+/);if(De===null)return be;const[Ke]=De;return Ke.length>=ae.length?be.slice(ae.length):be}).join(` `)}let ee=[],We=["
    "];const ye=new(me()).Renderer,qt=/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/;function $e(){ee.length=0,We=["
      "]}const le={overflow:"hidden",WebkitBoxOrient:"vertical",display:"-webkit-box",WebkitLineClamp:2};function rn($t,Qt,Pe,ae){if(Qt>=$t.length||$t[Qt].level<=Pe)return Qt;var be=$t[Qt];ae.push("
    • "+be.text+""),Qt++;var De=[];return Qt=rn($t,Qt,be.level,De),De.length>0&&(ae.push("
        "),De.forEach(function(Ke){ae.push(Ke)}),ae.push("
      ")),ae.push("
    • "),Qt=rn($t,Qt,Pe,ae),Qt}function Et(){return rn(ee,0,0,We),We.push("
    "),We.join("")}const et={heading($t){const Qt=qt.exec($t);if(ge+=1,Qt)return{type:"heading",raw:Qt[0],depth:Qt[1].length,text:Qt[2]}},fences($t){const Qt=this.rules.block.fences.exec($t);if(Qt){const Pe=Qt[0];let ae=he(Pe,Qt[3]||"");const be=Qt[2]?Qt[2].trim():Qt[2];if(["latex","katex","math"].indexOf(be)>=0){const De=lt(),Ke=ae;ae=De,pt[De]={type:"block",expression:Ke}}return{type:"code",raw:Pe,lang:be,text:ae}}}},it=/(?:\${2})([^\n`]+?)(?:\${2})/gi;let gt=0;const lt=()=>`__special_katext_id_${gt++}__`;let pt={};function vt(){return pt}function Lt(){gt=0,pt={}}function Ft($t){return $t=$t.replace(it,(Qt,Pe)=>{const ae=lt();return pt[ae]={type:"inline",expression:Pe},ae}),$t}const Ht=ye.listitem;ye.listitem=function($t){return Ht(Ft($t))};const Yt=ye.paragraph;ye.paragraph=function($t){return Yt(Ft($t))};const ne=ye.tablecell;ye.tablecell=function($t,Qt){return ne(Ft($t),Qt)},ye.code=function($t,Qt,Pe){const ae=(Qt||"").match(/\S*/)[0];return ae?["latex","katex","math"].indexOf(ae)>=0?`

    ${$t}

    `:`
    ${Pe?$t:(0,we.escape)($t,!0)}
    `:'
    '+(Pe?$t:(0,we.escape)($t,!0))+"
    "},ye.heading=function($t,Qt,Pe){let ae=this.options.headerPrefix+Pe.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return ee.push({anchor:ae,level:Qt,text:$t}),"'+$t+""},me().setOptions({silent:!0,gfm:!0,pedantic:!1}),me().use({tokenizer:et,renderer:ye}),jn.ZP=me()},99498:function(un,jn,Jt){(function(zt){zt(Jt(89780))})(function(zt){zt.defineOption("placeholder","",function(We,ye,qt){var $e=qt&&qt!=zt.Init;if(ye&&!$e)We.on("blur",ge),We.on("change",he),We.on("swapDoc",he),zt.on(We.getInputField(),"compositionupdate",We.state.placeholderCompose=function(){Me(We)}),he(We);else if(!ye&&$e){We.off("blur",ge),We.off("change",he),We.off("swapDoc",he),zt.off(We.getInputField(),"compositionupdate",We.state.placeholderCompose),me(We);var le=We.getWrapperElement();le.className=le.className.replace(" CodeMirror-empty","")}ye&&!We.hasFocus()&&ge(We)});function me(We){We.state.placeholder&&(We.state.placeholder.parentNode.removeChild(We.state.placeholder),We.state.placeholder=null)}function we(We){me(We);var ye=We.state.placeholder=document.createElement("pre");ye.style.cssText="height: 0; overflow: visible",ye.style.direction=We.getOption("direction"),ye.className="CodeMirror-placeholder CodeMirror-line-like";var qt=We.getOption("placeholder");typeof qt=="string"&&(qt=document.createTextNode(qt)),ye.appendChild(qt),We.display.lineSpace.insertBefore(ye,We.display.lineSpace.firstChild)}function Me(We){setTimeout(function(){var ye=!1,qt=We.getInputField();qt.nodeName=="TEXTAREA"?ye=!qt.value:We.lineCount()==1&&(ye=!/[^\u200b]/.test(qt.querySelector(".CodeMirror-line").textContent)),ye?we(We):me(We)},20)}function ge(We){ee(We)&&we(We)}function he(We){var ye=We.getWrapperElement(),qt=ee(We);ye.className=ye.className.replace(" CodeMirror-empty","")+(qt?" CodeMirror-empty":""),qt?we(We):me(We)}function ee(We){return We.lineCount()===1&&We.getLine(0)===""}})},25717:function(un,jn,Jt){(function(zt){zt(Jt(89780))})(function(zt){var me={pairs:`()[]{}''""`,closeBefore:`)]}'":;>`,triples:"",explode:"[]{}"},we=zt.Pos;zt.defineOption("autoCloseBrackets",!1,function(et,it,gt){gt&>!=zt.Init&&(et.removeKeyMap(ge),et.state.closeBrackets=null),it&&(he(Me(it,"pairs")),et.state.closeBrackets=it,et.addKeyMap(ge))});function Me(et,it){return it=="pairs"&&typeof et=="string"?et:typeof et=="object"&&et[it]!=null?et[it]:me[it]}var ge={Backspace:ye,Enter:qt};function he(et){for(var it=0;it=0;pt--){var Lt=lt[pt].head;et.replaceRange("",we(Lt.line,Lt.ch-1),we(Lt.line,Lt.ch+1),"+delete")}}function qt(et){var it=We(et),gt=it&&Me(it,"explode");if(!gt||et.getOption("disableInput"))return zt.Pass;for(var lt=et.listSelections(),pt=0;pt0;return{anchor:new we(et.anchor.line,et.anchor.ch+(it?-1:1)),head:new we(et.head.line,et.head.ch+(it?1:-1))}}function le(et,it){var gt=We(et);if(!gt||et.getOption("disableInput"))return zt.Pass;var lt=Me(gt,"pairs"),pt=lt.indexOf(it);if(pt==-1)return zt.Pass;for(var vt=Me(gt,"closeBefore"),Lt=Me(gt,"triples"),Ft=lt.charAt(pt+1)==it,Ht=et.listSelections(),Yt=pt%2==0,ne,$t=0;$t=0&&et.getRange(Pe,we(Pe.line,Pe.ch+3))==it+it+it?ae="skipThree":ae="skip";else if(Ft&&Pe.ch>1&&Lt.indexOf(it)>=0&&et.getRange(we(Pe.line,Pe.ch-2),Pe)==it+it){if(Pe.ch>2&&/\bstring/.test(et.getTokenTypeAt(we(Pe.line,Pe.ch-2))))return zt.Pass;ae="addFour"}else if(Ft){var De=Pe.ch==0?" ":et.getRange(we(Pe.line,Pe.ch-1),Pe);if(!zt.isWordChar(be)&&De!=it&&!zt.isWordChar(De))ae="both";else return zt.Pass}else if(Yt&&(be.length===0||/\s/.test(be)||vt.indexOf(be)>-1))ae="both";else return zt.Pass;if(!ne)ne=ae;else if(ne!=ae)return zt.Pass}var Ke=pt%2?lt.charAt(pt-1):it,Nn=pt%2?it:lt.charAt(pt+1);et.operation(function(){if(ne=="skip")et.execCommand("goCharRight");else if(ne=="skipThree")for(var qe=0;qe<3;qe++)et.execCommand("goCharRight");else if(ne=="surround"){for(var fn=et.getSelections(),qe=0;qe'"]=function(rn){return Me(rn)}),ye.addKeyMap(le)}});var me=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],we=["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 Me(ye){if(ye.getOption("disableInput"))return zt.Pass;for(var qt=ye.listSelections(),$e=[],le=ye.getOption("autoCloseTags"),rn=0;rnEt.ch&&(pt=pt.slice(0,pt.length-et.end+Et.ch));var Ht=pt.toLowerCase();if(!pt||et.type=="string"&&(et.end!=Et.ch||!/[\"\']/.test(et.string.charAt(et.string.length-1))||et.string.length==1)||et.type=="tag"&<.close||et.string.indexOf("/")==Et.ch-et.start-1||Lt&&ee(Lt,Ht)>-1||We(ye,it.mode.xmlCurrentContext&&it.mode.xmlCurrentContext(gt)||[],pt,Et,!0))return zt.Pass;var Yt=typeof le=="object"&&le.emptyTags;if(Yt&&ee(Yt,pt)>-1){$e[rn]={text:"/>",newPos:zt.Pos(Et.line,Et.ch+2)};continue}var ne=Ft&&ee(Ft,Ht)>-1;$e[rn]={indent:ne,text:">"+(ne?` `:"")+"",newPos:ne?zt.Pos(Et.line+1,0):zt.Pos(Et.line,Et.ch+1)}}for(var $t=typeof le=="object"&&le.dontIndentOnAutoClose,rn=qt.length-1;rn>=0;rn--){var Qt=$e[rn];ye.replaceRange(Qt.text,qt[rn].head,qt[rn].anchor,"+insert");var Pe=ye.listSelections().slice(0);Pe[rn]={head:Qt.newPos,anchor:Qt.newPos},ye.setSelections(Pe),!$t&&Qt.indent&&(ye.indentLine(Qt.newPos.line,null,!0),ye.indentLine(Qt.newPos.line+1,null,!0))}}function ge(ye,qt){for(var $e=ye.listSelections(),le=[],rn=qt?"/":""&&(Lt+=">"),le[it]=Lt}if(ye.replaceSelections(le),$e=ye.listSelections(),!et)for(var it=0;it<$e.length;it++)(it==$e.length-1||$e[it].head.line<$e[it+1].head.line)&&ye.indentLine($e[it].head.line)}function he(ye){return ye.getOption("disableInput")?zt.Pass:ge(ye,!0)}zt.commands.closeTag=function(ye){return ge(ye)};function ee(ye,qt){if(ye.indexOf)return ye.indexOf(qt);for(var $e=0,le=ye.length;$e=0&&qt[gt]==$e;gt--)++it;le=et.to;for(var gt=1;gt=gt.max))return gt.ch=0,gt.text=gt.cm.getLine(++gt.line),!0}function qt(gt){if(!(gt.line<=gt.min))return gt.text=gt.cm.getLine(--gt.line),gt.ch=gt.text.length,!0}function $e(gt){for(;;){var lt=gt.text.indexOf(">",gt.ch);if(lt==-1){if(ye(gt))continue;return}if(!We(gt,lt+1)){gt.ch=lt+1;continue}var pt=gt.text.lastIndexOf("/",lt),vt=pt>-1&&!/\S/.test(gt.text.slice(pt+1,lt));return gt.ch=lt+1,vt?"selfClose":"regular"}}function le(gt){for(;;){var lt=gt.ch?gt.text.lastIndexOf("<",gt.ch-1):-1;if(lt==-1){if(qt(gt))continue;return}if(!We(gt,lt+1)){gt.ch=lt;continue}he.lastIndex=lt,gt.ch=lt;var pt=he.exec(gt.text);if(pt&&pt.index==lt)return pt}}function rn(gt){for(;;){he.lastIndex=gt.ch;var lt=he.exec(gt.text);if(!lt){if(ye(gt))continue;return}if(!We(gt,lt.index+1)){gt.ch=lt.index+1;continue}return gt.ch=lt.index+lt[0].length,lt}}function Et(gt){for(;;){var lt=gt.ch?gt.text.lastIndexOf(">",gt.ch-1):-1;if(lt==-1){if(qt(gt))continue;return}if(!We(gt,lt+1)){gt.ch=lt;continue}var pt=gt.text.lastIndexOf("/",lt),vt=pt>-1&&!/\S/.test(gt.text.slice(pt+1,lt));return gt.ch=lt+1,vt?"selfClose":"regular"}}function et(gt,lt){for(var pt=[];;){var vt=rn(gt),Lt,Ft=gt.line,Ht=gt.ch-(vt?vt[0].length:0);if(!vt||!(Lt=$e(gt)))return;if(Lt!="selfClose")if(vt[1]){for(var Yt=pt.length-1;Yt>=0;--Yt)if(pt[Yt]==vt[2]){pt.length=Yt;break}if(Yt<0&&(!lt||lt==vt[2]))return{tag:vt[2],from:me(Ft,Ht),to:me(gt.line,gt.ch)}}else pt.push(vt[2])}}function it(gt,lt){for(var pt=[];;){var vt=Et(gt);if(!vt)return;if(vt=="selfClose"){le(gt);continue}var Lt=gt.line,Ft=gt.ch,Ht=le(gt);if(!Ht)return;if(Ht[1])pt.push(Ht[2]);else{for(var Yt=pt.length-1;Yt>=0;--Yt)if(pt[Yt]==Ht[2]){pt.length=Yt;break}if(Yt<0&&(!lt||lt==Ht[2]))return{tag:Ht[2],from:me(gt.line,gt.ch),to:me(Lt,Ft)}}}}zt.registerHelper("fold","xml",function(gt,lt){for(var pt=new ee(gt,lt.line,0);;){var vt=rn(pt);if(!vt||pt.line!=lt.line)return;var Lt=$e(pt);if(!Lt)return;if(!vt[1]&&Lt!="selfClose"){var Ft=me(pt.line,pt.ch),Ht=et(pt,vt[2]);return Ht&&we(Ht.from,Ft)>0?{from:Ft,to:Ht.from}:null}}}),zt.findMatchingTag=function(gt,lt,pt){var vt=new ee(gt,lt.line,lt.ch,pt);if(!(vt.text.indexOf(">")==-1&&vt.text.indexOf("<")==-1)){var Lt=$e(vt),Ft=Lt&&me(vt.line,vt.ch),Ht=Lt&&le(vt);if(!(!Lt||!Ht||we(vt,lt)>0)){var Yt={from:me(vt.line,vt.ch),to:Ft,tag:Ht[2]};return Lt=="selfClose"?{open:Yt,close:null,at:"open"}:Ht[1]?{open:it(vt,Ht[2]),close:Yt,at:"close"}:(vt=new ee(gt,Ft.line,Ft.ch,pt),{open:Yt,close:et(vt,Ht[2]),at:"open"})}}},zt.findEnclosingTag=function(gt,lt,pt,vt){for(var Lt=new ee(gt,lt.line,lt.ch,pt);;){var Ft=it(Lt,vt);if(!Ft)break;var Ht=new ee(gt,lt.line,lt.ch,pt),Yt=et(Ht,Ft.tag);if(Yt)return{open:Ft,close:Yt}}},zt.scanForClosingTag=function(gt,lt,pt,vt){var Lt=new ee(gt,lt.line,lt.ch,vt?{from:0,to:vt}:null);return et(Lt,pt)}})},89780:function(un){(function(jn,Jt){un.exports=Jt()})(this,function(){"use strict";var jn=navigator.userAgent,Jt=navigator.platform,zt=/gecko\/\d/i.test(jn),me=/MSIE \d/.test(jn),we=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(jn),Me=/Edge\/(\d+)/.exec(jn),ge=me||we||Me,he=ge&&(me?document.documentMode||6:+(Me||we)[1]),ee=!Me&&/WebKit\//.test(jn),We=ee&&/Qt\/\d+\.\d+/.test(jn),ye=!Me&&/Chrome\//.test(jn),qt=/Opera\//.test(jn),$e=/Apple Computer/.test(navigator.vendor),le=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(jn),rn=/PhantomJS/.test(jn),Et=!Me&&/AppleWebKit/.test(jn)&&/Mobile\/\w+/.test(jn),et=/Android/.test(jn),it=Et||et||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(jn),gt=Et||/Mac/.test(Jt),lt=/\bCrOS\b/.test(jn),pt=/win/i.test(Jt),vt=qt&&jn.match(/Version\/(\d*\.\d*)/);vt&&(vt=Number(vt[1])),vt&&vt>=15&&(qt=!1,ee=!0);var Lt=gt&&(We||qt&&(vt==null||vt<12.11)),Ft=zt||ge&&he>=9;function Ht(nt){return new RegExp("(^|\\s)"+nt+"(?:$|\\s)\\s*")}var Yt=function(nt,st){var dt=nt.className,ht=Ht(st).exec(dt);if(ht){var ct=dt.slice(ht.index+ht[0].length);nt.className=dt.slice(0,ht.index)+(ct?ht[1]+ct:"")}};function ne(nt){for(var st=nt.childNodes.length;st>0;--st)nt.removeChild(nt.firstChild);return nt}function $t(nt,st){return ne(nt).appendChild(st)}function Qt(nt,st,dt,ht){var ct=document.createElement(nt);if(dt&&(ct.className=dt),ht&&(ct.style.cssText=ht),typeof st=="string")ct.appendChild(document.createTextNode(st));else if(st)for(var Pt=0;Pt=st)return Tt+(st-Pt);Tt+=Ot-Pt,Tt+=dt-Tt%dt,Pt=Ot+1}}var Wt=function(){this.id=null,this.f=null,this.time=0,this.handler=fn(this.onTimeout,this)};Wt.prototype.onTimeout=function(nt){nt.id=0,nt.time<=+new Date?nt.f():setTimeout(nt.handler,nt.time-+new Date)},Wt.prototype.set=function(nt,st){this.f=st;var dt=+new Date+nt;(!this.id||dt=st)return ht+Math.min(Tt,st-ct);if(ct+=Pt-ht,ct+=dt-ct%dt,ht=Pt+1,ct>=st)return ht}}var Xe=[""];function se(nt){for(;Xe.length<=nt;)Xe.push(ve(Xe)+" ");return Xe[nt]}function ve(nt){return nt[nt.length-1]}function dn(nt,st){for(var dt=[],ht=0;ht"\x80"&&(nt.toUpperCase()!=nt.toLowerCase()||xt.test(nt))}function Rt(nt,st){return st?st.source.indexOf("\\w")>-1&&bt(nt)?!0:st.test(nt):bt(nt)}function Mt(nt){for(var st in nt)if(nt.hasOwnProperty(st)&&nt[st])return!1;return!0}var fe=/[\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 je(nt){return nt.charCodeAt(0)>=768&&fe.test(nt)}function Ln(nt,st,dt){for(;(dt<0?st>0:stdt?-1:1;;){if(st==dt)return st;var ct=(st+dt)/2,Pt=ht<0?Math.ceil(ct):Math.floor(ct);if(Pt==st)return nt(Pt)?st:dt;nt(Pt)?dt=Pt:st=Pt+ht}}function yn(nt,st,dt,ht){if(!nt)return ht(st,dt,"ltr",0);for(var ct=!1,Pt=0;Ptst||st==dt&&Tt.to==st)&&(ht(Math.max(Tt.from,st),Math.min(Tt.to,dt),Tt.level==1?"rtl":"ltr",Pt),ct=!0)}ct||ht(st,dt,"ltr")}var Fe=null;function Bn(nt,st,dt){var ht;Fe=null;for(var ct=0;ctst)return ct;Pt.to==st&&(Pt.from!=Pt.to&&dt=="before"?ht=ct:Fe=ct),Pt.from==st&&(Pt.from!=Pt.to&&dt!="before"?ht=ct:Fe=ct)}return ht!=null?ht:Fe}var an=function(){var nt="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",st="nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111";function dt(Ut){return Ut<=247?nt.charAt(Ut):1424<=Ut&&Ut<=1524?"R":1536<=Ut&&Ut<=1785?st.charAt(Ut-1536):1774<=Ut&&Ut<=2220?"r":8192<=Ut&&Ut<=8203?"w":Ut==8204?"b":"L"}var ht=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,ct=/[stwN]/,Pt=/[LRr]/,Tt=/[Lb1n]/,Ot=/[1n]/;function Bt(Ut,de,Kt){this.level=Ut,this.from=de,this.to=Kt}return function(Ut,de){var Kt=de=="ltr"?"L":"R";if(Ut.length==0||de=="ltr"&&!ht.test(Ut))return!1;for(var Te=Ut.length,Le=[],gn=0;gn-1&&(ht[st]=ct.slice(0,Pt).concat(ct.slice(Pt+1)))}}}function yi(nt,st){var dt=ji(nt,st);if(dt.length)for(var ht=Array.prototype.slice.call(arguments,2),ct=0;ct0}function Gi(nt){nt.prototype.on=function(st,dt){On(this,st,dt)},nt.prototype.off=function(st,dt){ti(this,st,dt)}}function Zi(nt){nt.preventDefault?nt.preventDefault():nt.returnValue=!1}function Io(nt){nt.stopPropagation?nt.stopPropagation():nt.cancelBubble=!0}function Fi(nt){return nt.defaultPrevented!=null?nt.defaultPrevented:nt.returnValue==!1}function Zo(nt){Zi(nt),Io(nt)}function Er(nt){return nt.target||nt.srcElement}function rr(nt){var st=nt.which;return st==null&&(nt.button&1?st=1:nt.button&2?st=3:nt.button&4&&(st=2)),gt&&nt.ctrlKey&&st==1&&(st=3),st}var zs=function(){if(ge&&he<9)return!1;var nt=Qt("div");return"draggable"in nt||"dragDrop"in nt}(),Ts;function vr(nt){if(Ts==null){var st=Qt("span","\u200B");$t(nt,Qt("span",[st,document.createTextNode("x")])),nt.firstChild.offsetHeight!=0&&(Ts=st.offsetWidth<=1&&st.offsetHeight>2&&!(ge&&he<8))}var dt=Ts?Qt("span","\u200B"):Qt("span","\xA0",null,"display: inline-block; width: 1px; margin-right: -1px");return dt.setAttribute("cm-text",""),dt}var Yr;function ko(nt){if(Yr!=null)return Yr;var st=$t(nt,document.createTextNode("A\u062EA")),dt=ae(st,0,1).getBoundingClientRect(),ht=ae(st,1,2).getBoundingClientRect();return ne(nt),!dt||dt.left==dt.right?!1:Yr=ht.right-dt.right<3}var qo=` b`.split(/\n/).length!=3?function(nt){for(var st=0,dt=[],ht=nt.length;st<=ht;){var ct=nt.indexOf(` `,st);ct==-1&&(ct=nt.length);var Pt=nt.slice(st,nt.charAt(ct-1)=="\r"?ct-1:ct),Tt=Pt.indexOf("\r");Tt!=-1?(dt.push(Pt.slice(0,Tt)),st+=Tt+1):(dt.push(Pt),st=ct+1)}return dt}:function(nt){return nt.split(/\r\n?|\n/)},Ct=window.getSelection?function(nt){try{return nt.selectionStart!=nt.selectionEnd}catch(st){return!1}}:function(nt){var st;try{st=nt.ownerDocument.selection.createRange()}catch(dt){}return!st||st.parentElement()!=nt?!1:st.compareEndPoints("StartToEnd",st)!=0},jr=function(){var nt=Qt("div");return"oncopy"in nt?!0:(nt.setAttribute("oncopy","return;"),typeof nt.oncopy=="function")}(),Mo=null;function sr(nt){if(Mo!=null)return Mo;var st=$t(nt,Qt("span","x")),dt=st.getBoundingClientRect(),ht=ae(st,0,1).getBoundingClientRect();return Mo=Math.abs(dt.left-ht.left)>1}var Gr={},Ar={};function Hr(nt,st){arguments.length>2&&(st.dependencies=Array.prototype.slice.call(arguments,2)),Gr[nt]=st}function Ia(nt,st){Ar[nt]=st}function Ie(nt){if(typeof nt=="string"&&Ar.hasOwnProperty(nt))nt=Ar[nt];else if(nt&&typeof nt.name=="string"&&Ar.hasOwnProperty(nt.name)){var st=Ar[nt.name];typeof st=="string"&&(st={name:st}),nt=wt(st,nt),nt.name=st.name}else{if(typeof nt=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test(nt))return Ie("application/xml");if(typeof nt=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test(nt))return Ie("application/json")}return typeof nt=="string"?{name:nt}:nt||{name:"null"}}function Ve(nt,st){st=Ie(st);var dt=Gr[st.name];if(!dt)return Ve(nt,"text/plain");var ht=dt(nt,st);if(Se.hasOwnProperty(st.name)){var ct=Se[st.name];for(var Pt in ct)ct.hasOwnProperty(Pt)&&(ht.hasOwnProperty(Pt)&&(ht["_"+Pt]=ht[Pt]),ht[Pt]=ct[Pt])}if(ht.name=st.name,st.helperType&&(ht.helperType=st.helperType),st.modeProps)for(var Tt in st.modeProps)ht[Tt]=st.modeProps[Tt];return ht}var Se={};function Ye(nt,st){var dt=Se.hasOwnProperty(nt)?Se[nt]:Se[nt]={};vn(st,dt)}function oi(nt,st){if(st===!0)return st;if(nt.copyState)return nt.copyState(st);var dt={};for(var ht in st){var ct=st[ht];ct instanceof Array&&(ct=ct.concat([])),dt[ht]=ct}return dt}function ei(nt,st){for(var dt;nt.innerMode&&(dt=nt.innerMode(st),!(!dt||dt.mode==nt));)st=dt.state,nt=dt.mode;return dt||{mode:nt,state:st}}function uo(nt,st,dt){return nt.startState?nt.startState(st,dt):!0}var ke=function(nt,st,dt){this.pos=this.start=0,this.string=nt,this.tabSize=st||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=dt};ke.prototype.eol=function(){return this.pos>=this.string.length},ke.prototype.sol=function(){return this.pos==this.lineStart},ke.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},ke.prototype.next=function(){if(this.posst},ke.prototype.eatSpace=function(){for(var nt=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>nt},ke.prototype.skipToEnd=function(){this.pos=this.string.length},ke.prototype.skipTo=function(nt){var st=this.string.indexOf(nt,this.pos);if(st>-1)return this.pos=st,!0},ke.prototype.backUp=function(nt){this.pos-=nt},ke.prototype.column=function(){return this.lastColumnPos0?null:(Pt&&st!==!1&&(this.pos+=Pt[0].length),Pt)}},ke.prototype.current=function(){return this.string.slice(this.start,this.pos)},ke.prototype.hideFirstChars=function(nt,st){this.lineStart+=nt;try{return st()}finally{this.lineStart-=nt}},ke.prototype.lookAhead=function(nt){var st=this.lineOracle;return st&&st.lookAhead(nt)},ke.prototype.baseToken=function(){var nt=this.lineOracle;return nt&&nt.baseToken(this.pos)};function Ue(nt,st){if(st-=nt.first,st<0||st>=nt.size)throw new Error("There is no line "+(st+nt.first)+" in the document.");for(var dt=nt;!dt.lines;)for(var ht=0;;++ht){var ct=dt.children[ht],Pt=ct.chunkSize();if(st=nt.first&&stdt?ce(dt,Ue(nt,dt).text.length):ci(st,Ue(nt,st.line).text.length)}function ci(nt,st){var dt=nt.ch;return dt==null||dt>st?ce(nt.line,st):dt<0?ce(nt.line,0):nt}function qn(nt,st){for(var dt=[],ht=0;htthis.maxLookAhead&&(this.maxLookAhead=nt),st},bn.prototype.baseToken=function(nt){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=nt;)this.baseTokenPos+=2;var st=this.baseTokens[this.baseTokenPos+1];return{type:st&&st.replace(/( |^)overlay .*/,""),size:this.baseTokens[this.baseTokenPos]-nt}},bn.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},bn.fromSaved=function(nt,st,dt){return st instanceof Je?new bn(nt,oi(nt.mode,st.state),dt,st.lookAhead):new bn(nt,oi(nt.mode,st),dt)},bn.prototype.save=function(nt){var st=nt!==!1?oi(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new Je(st,this.maxLookAhead):st};function Di(nt,st,dt,ht){var ct=[nt.state.modeGen],Pt={};Ni(nt,st.text,nt.doc.mode,dt,function(Ut,de){return ct.push(Ut,de)},Pt,ht);for(var Tt=dt.state,Ot=function(Ut){dt.baseTokens=ct;var de=nt.state.overlays[Ut],Kt=1,Te=0;dt.state=!0,Ni(nt,st.text,de.mode,dt,function(Le,gn){for(var Pn=Kt;TeLe&&ct.splice(Kt,1,Le,ct[Kt+1],An),Kt+=2,Te=Math.min(Le,An)}if(gn)if(de.opaque)ct.splice(Pn,Kt-Pn,Le,"overlay "+gn),Kt=Pn+2;else for(;Pnnt.options.maxHighlightLength&&oi(nt.doc.mode,ht.state),Pt=Di(nt,st,ht);ct&&(ht.state=ct),st.stateAfter=ht.save(!ct),st.styles=Pt.styles,Pt.classes?st.styleClasses=Pt.classes:st.styleClasses&&(st.styleClasses=null),dt===nt.doc.highlightFrontier&&(nt.doc.modeFrontier=Math.max(nt.doc.modeFrontier,++nt.doc.highlightFrontier))}return st.styles}function xo(nt,st,dt){var ht=nt.doc,ct=nt.display;if(!ht.mode.startState)return new bn(ht,!0,st);var Pt=Ci(nt,st,dt),Tt=Pt>ht.first&&Ue(ht,Pt-1).stateAfter,Ot=Tt?bn.fromSaved(ht,Tt,Pt):new bn(ht,uo(ht.mode),Pt);return ht.iter(Pt,st,function(Bt){ue(nt,Bt.text,Ot);var Ut=Ot.line;Bt.stateAfter=Ut==st-1||Ut%5==0||Ut>=ct.viewFrom&&Utst.start)return Pt}throw new Error("Mode "+nt.name+" failed to advance stream.")}var Fn=function(nt,st,dt){this.start=nt.start,this.end=nt.pos,this.string=nt.current(),this.type=st||null,this.state=dt};function Hi(nt,st,dt,ht){var ct=nt.doc,Pt=ct.mode,Tt;st=wn(ct,st);var Ot=Ue(ct,st.line),Bt=xo(nt,st.line,dt),Ut=new ke(Ot.text,nt.options.tabSize,Bt),de;for(ht&&(de=[]);(ht||Ut.posnt.options.maxHighlightLength?(Ot=!1,Tt&&ue(nt,st,ht,de.pos),de.pos=st.length,Kt=null):Kt=Ti(mi(dt,de,ht.state,Te),Pt),Te){var Le=Te[0].name;Le&&(Kt="m-"+(Kt?Le+" "+Kt:Le))}if(!Ot||Ut!=Kt){for(;BtTt;--Ot){if(Ot<=Pt.first)return Pt.first;var Bt=Ue(Pt,Ot-1),Ut=Bt.stateAfter;if(Ut&&(!dt||Ot+(Ut instanceof Je?Ut.lookAhead:0)<=Pt.modeFrontier))return Ot;var de=te(Bt.text,null,nt.options.tabSize);(ct==null||ht>de)&&(ct=Ot-1,ht=de)}return ct}function bi(nt,st){if(nt.modeFrontier=Math.min(nt.modeFrontier,st),!(nt.highlightFrontierdt;ht--){var ct=Ue(nt,ht).stateAfter;if(ct&&(!(ct instanceof Je)||ht+ct.lookAhead=st:Pt.to>st);(ht||(ht=[])).push(new Oi(Tt,Pt.from,Bt?null:Pt.to))}}return ht}function hi(nt,st,dt){var ht;if(nt)for(var ct=0;ct=st:Pt.to>st);if(Ot||Pt.from==st&&Tt.type=="bookmark"&&(!dt||Pt.marker.insertLeft)){var Bt=Pt.from==null||(Tt.inclusiveLeft?Pt.from<=st:Pt.from0&&Ot)for(var vi=0;vi0)){var de=[Bt,1],Kt=en(Ut.from,Ot.from),Te=en(Ut.to,Ot.to);(Kt<0||!Tt.inclusiveLeft&&!Kt)&&de.push({from:Ut.from,to:Ot.from}),(Te>0||!Tt.inclusiveRight&&!Te)&&de.push({from:Ot.to,to:Ut.to}),ct.splice.apply(ct,de),Bt+=de.length-3}}return ct}function Cn(nt){var st=nt.markedSpans;if(st){for(var dt=0;dtst)&&(!ht||Qr(ht,Pt.marker)<0)&&(ht=Pt.marker)}return ht}function Si(nt,st,dt,ht,ct){var Pt=Ue(nt,st),Tt=Ae&&Pt.markedSpans;if(Tt)for(var Ot=0;Ot=0&&Kt<=0||de<=0&&Kt>=0)&&(de<=0&&(Bt.marker.inclusiveRight&&ct.inclusiveLeft?en(Ut.to,dt)>=0:en(Ut.to,dt)>0)||de>=0&&(Bt.marker.inclusiveRight&&ct.inclusiveLeft?en(Ut.from,ht)<=0:en(Ut.from,ht)<0)))return!0}}}function Hn(nt){for(var st;st=qi(nt);)nt=st.find(-1,!0).line;return nt}function gi(nt){for(var st;st=In(nt);)nt=st.find(1,!0).line;return nt}function Wn(nt){for(var st,dt;st=In(nt);)nt=st.find(1,!0).line,(dt||(dt=[])).push(nt);return dt}function Rn(nt,st){var dt=Ue(nt,st),ht=Hn(dt);return dt==ht?st:Vt(ht)}function Jn(nt,st){if(st>nt.lastLine())return st;var dt=Ue(nt,st),ht;if(!Ge(nt,dt))return st;for(;ht=In(dt);)dt=ht.find(1,!0).line;return Vt(dt)+1}function Ge(nt,st){var dt=Ae&&st.markedSpans;if(dt){for(var ht=void 0,ct=0;ctst.maxLineLength&&(st.maxLineLength=ct,st.maxLine=ht)})}var Ko=function(nt,st,dt){this.text=nt,It(this,st),this.height=dt?dt(this):1};Ko.prototype.lineNo=function(){return Vt(this)},Gi(Ko);function lr(nt,st,dt,ht){nt.text=st,nt.stateAfter&&(nt.stateAfter=null),nt.styles&&(nt.styles=null),nt.order!=null&&(nt.order=null),Cn(nt),It(nt,dt);var ct=ht?ht(nt):1;ct!=nt.height&&cn(nt,ct)}function kr(nt){nt.parent=null,Cn(nt)}var tr={},$r={};function yr(nt,st){if(!nt||/^\s*$/.test(nt))return null;var dt=st.addModeClass?$r:tr;return dt[nt]||(dt[nt]=nt.replace(/\S+/g,"cm-$&"))}function pe(nt,st){var dt=Pe("span",null,null,ee?"padding-right: .1px":null),ht={pre:Pe("pre",[dt],"CodeMirror-line"),content:dt,col:0,pos:0,cm:nt,trailingSpace:!1,splitSpaces:nt.getOption("lineWrapping")};st.measure={};for(var ct=0;ct<=(st.rest?st.rest.length:0);ct++){var Pt=ct?st.rest[ct-1]:st.line,Tt=void 0;ht.pos=0,ht.addToken=js,ko(nt.display.measure)&&(Tt=Dn(Pt,nt.doc.direction))&&(ht.addToken=Fo(ht.addToken,Tt)),ht.map=[];var Ot=st!=nt.display.externalMeasured&&Vt(Pt);aa(Pt,ht,Ui(nt,Pt,Ot)),Pt.styleClasses&&(Pt.styleClasses.bgClass&&(ht.bgClass=Nn(Pt.styleClasses.bgClass,ht.bgClass||"")),Pt.styleClasses.textClass&&(ht.textClass=Nn(Pt.styleClasses.textClass,ht.textClass||""))),ht.map.length==0&&ht.map.push(0,0,ht.content.appendChild(vr(nt.display.measure))),ct==0?(st.measure.map=ht.map,st.measure.cache={}):((st.measure.maps||(st.measure.maps=[])).push(ht.map),(st.measure.caches||(st.measure.caches=[])).push({}))}if(ee){var Bt=ht.content.lastChild;(/\bcm-tab\b/.test(Bt.className)||Bt.querySelector&&Bt.querySelector(".cm-tab"))&&(ht.content.className="cm-tab-wrap-hack")}return yi(nt,"renderLine",nt,st.line,ht.pre),ht.pre.className&&(ht.textClass=Nn(ht.pre.className,ht.textClass||"")),ht}function qr(nt){var st=Qt("span","\u2022","cm-invalidchar");return st.title="\\u"+nt.charCodeAt(0).toString(16),st.setAttribute("aria-label",st.title),st}function js(nt,st,dt,ht,ct,Pt,Tt){if(st){var Ot=nt.splitSpaces?Ks(st,nt.trailingSpace):st,Bt=nt.cm.state.specialChars,Ut=!1,de;if(!Bt.test(st))nt.col+=st.length,de=document.createTextNode(Ot),nt.map.push(nt.pos,nt.pos+st.length,de),ge&&he<9&&(Ut=!0),nt.pos+=st.length;else{de=document.createDocumentFragment();for(var Kt=0;;){Bt.lastIndex=Kt;var Te=Bt.exec(st),Le=Te?Te.index-Kt:st.length-Kt;if(Le){var gn=document.createTextNode(Ot.slice(Kt,Kt+Le));ge&&he<9?de.appendChild(Qt("span",[gn])):de.appendChild(gn),nt.map.push(nt.pos,nt.pos+Le,gn),nt.col+=Le,nt.pos+=Le}if(!Te)break;Kt+=Le+1;var Pn=void 0;if(Te[0]==" "){var An=nt.cm.options.tabSize,Xn=An-nt.col%An;Pn=de.appendChild(Qt("span",se(Xn),"cm-tab")),Pn.setAttribute("role","presentation"),Pn.setAttribute("cm-text"," "),nt.col+=Xn}else Te[0]=="\r"||Te[0]==` `?(Pn=de.appendChild(Qt("span",Te[0]=="\r"?"\u240D":"\u2424","cm-invalidchar")),Pn.setAttribute("cm-text",Te[0]),nt.col+=1):(Pn=nt.cm.options.specialCharPlaceholder(Te[0]),Pn.setAttribute("cm-text",Te[0]),ge&&he<9?de.appendChild(Qt("span",[Pn])):de.appendChild(Pn),nt.col+=1);nt.map.push(nt.pos,nt.pos+1,Pn),nt.pos++}}if(nt.trailingSpace=Ot.charCodeAt(st.length-1)==32,dt||ht||ct||Ut||Pt||Tt){var fi=dt||"";ht&&(fi+=ht),ct&&(fi+=ct);var ii=Qt("span",[de],fi,Pt);if(Tt)for(var vi in Tt)Tt.hasOwnProperty(vi)&&vi!="style"&&vi!="class"&&ii.setAttribute(vi,Tt[vi]);return nt.content.appendChild(ii)}nt.content.appendChild(de)}}function Ks(nt,st){if(nt.length>1&&!/ /.test(nt))return nt;for(var dt=st,ht="",ct=0;ctUt&&Kt.from<=Ut));Te++);if(Kt.to>=de)return nt(dt,ht,ct,Pt,Tt,Ot,Bt);nt(dt,ht.slice(0,Kt.to-Ut),ct,Pt,null,Ot,Bt),Pt=null,ht=ht.slice(Kt.to-Ut),Ut=Kt.to}}}function Ja(nt,st,dt,ht){var ct=!ht&&dt.widgetNode;ct&&nt.map.push(nt.pos,nt.pos+st,ct),!ht&&nt.cm.display.input.needsContentAttribute&&(ct||(ct=nt.content.appendChild(document.createElement("span"))),ct.setAttribute("cm-marker",dt.id)),ct&&(nt.cm.display.input.setUneditable(ct),nt.content.appendChild(ct)),nt.pos+=st,nt.trailingSpace=!1}function aa(nt,st,dt){var ht=nt.markedSpans,ct=nt.text,Pt=0;if(!ht){for(var Tt=1;TtBt||ao.collapsed&&ni.to==Bt&&ni.from==Bt)){if(ni.to!=null&&ni.to!=Bt&&Le>ni.to&&(Le=ni.to,Pn=""),ao.className&&(gn+=" "+ao.className),ao.css&&(Te=(Te?Te+";":"")+ao.css),ao.startStyle&&ni.from==Bt&&(An+=" "+ao.startStyle),ao.endStyle&&ni.to==Le&&(vi||(vi=[])).push(ao.endStyle,ni.to),ao.title&&((fi||(fi={})).title=ao.title),ao.attributes)for(var dr in ao.attributes)(fi||(fi={}))[dr]=ao.attributes[dr];ao.collapsed&&(!Xn||Qr(Xn.marker,ao)<0)&&(Xn=ni)}else ni.from>Bt&&Le>ni.from&&(Le=ni.from)}if(vi)for(var rs=0;rs=Ot)break;for(var ga=Math.min(Ot,Le);;){if(de){var Ws=Bt+de.length;if(!Xn){var Kr=Ws>ga?de.slice(0,ga-Bt):de;st.addToken(st,Kr,Kt?Kt+gn:gn,An,Bt+Kr.length==Le?Pn:"",Te,fi)}if(Ws>=ga){de=de.slice(ga-Bt),Bt=ga;break}Bt=Ws,An=""}de=ct.slice(Pt,Pt=dt[Ut++]),Kt=yr(dt[Ut++],st.cm.options)}}}function Ml(nt,st,dt){this.line=st,this.rest=Wn(st),this.size=this.rest?Vt(ve(this.rest))-dt+1:1,this.node=this.text=null,this.hidden=Ge(nt,st)}function fo(nt,st,dt){for(var ht=[],ct,Pt=st;Pt2&&Pt.push((Bt.bottom+Ut.top)/2-dt.top)}}Pt.push(dt.bottom-dt.top)}}function Eu(nt,st,dt){if(nt.line==st)return{map:nt.measure.map,cache:nt.measure.cache};for(var ht=0;htdt)return{map:nt.measure.maps[ct],cache:nt.measure.caches[ct],before:!0}}function Zd(nt,st){st=Hn(st);var dt=Vt(st),ht=nt.display.externalMeasured=new Ml(nt.doc,st,dt);ht.lineN=dt;var ct=ht.built=pe(nt,ht);return ht.text=ct.pre,$t(nt.display.lineMeasure,ct.pre),ht}function sd(nt,st,dt,ht){return Ra(nt,Hl(nt,st),dt,ht)}function gl(nt,st){if(st>=nt.display.viewFrom&&st=dt.lineN&&stst)&&(Pt=Bt-Ot,ct=Pt-1,st>=Bt&&(Tt="right")),ct!=null){if(ht=nt[Ut+2],Ot==Bt&&dt==(ht.insertLeft?"left":"right")&&(Tt=dt),dt=="left"&&ct==0)for(;Ut&&nt[Ut-2]==nt[Ut-3]&&nt[Ut-1].insertLeft;)ht=nt[(Ut-=3)+2],Tt="left";if(dt=="right"&&ct==Bt-Ot)for(;Ut=0&&(dt=nt[ct]).left==dt.right;ct--);return dt}function xr(nt,st,dt,ht){var ct=ld(st.map,dt,ht),Pt=ct.node,Tt=ct.start,Ot=ct.end,Bt=ct.collapse,Ut;if(Pt.nodeType==3){for(var de=0;de<4;de++){for(;Tt&&je(st.line.text.charAt(ct.coverStart+Tt));)--Tt;for(;ct.coverStart+Ot0&&(Bt=ht="right");var Kt;nt.options.lineWrapping&&(Kt=Pt.getClientRects()).length>1?Ut=Kt[ht=="right"?Kt.length-1:0]:Ut=Pt.getBoundingClientRect()}if(ge&&he<9&&!Tt&&(!Ut||!Ut.left&&!Ut.right)){var Te=Pt.parentNode.getClientRects()[0];Te?Ut={left:Te.left,right:Te.left+cl(nt.display),top:Te.top,bottom:Te.bottom}:Ut=ad}for(var Le=Ut.top-st.rect.top,gn=Ut.bottom-st.rect.top,Pn=(Le+gn)/2,An=st.view.measure.heights,Xn=0;Xn=ht.text.length?(Bt=ht.text.length,Ut="before"):Bt<=0&&(Bt=0,Ut="after"),!Ot)return Tt(Ut=="before"?Bt-1:Bt,Ut=="before");function de(gn,Pn,An){var Xn=Ot[Pn],fi=Xn.level==1;return Tt(An?gn-1:gn,fi!=An)}var Kt=Bn(Ot,Bt,Ut),Te=Fe,Le=de(Bt,Kt,Ut=="before");return Te!=null&&(Le.other=de(Bt,Te,Ut!="before")),Le}function bo(nt,st){var dt=0;st=wn(nt.doc,st),nt.options.lineWrapping||(dt=cl(nt.display)*st.ch);var ht=Ue(nt.doc,st.line),ct=no(ht)+Uo(nt.display);return{left:dt,right:dt,top:ct,bottom:ct+ht.height}}function co(nt,st,dt,ht,ct){var Pt=ce(nt,st,dt);return Pt.xRel=ct,ht&&(Pt.outside=ht),Pt}function Fs(nt,st,dt){var ht=nt.doc;if(dt+=nt.display.viewOffset,dt<0)return co(ht.first,0,null,-1,-1);var ct=re(ht,dt),Pt=ht.first+ht.size-1;if(ct>Pt)return co(ht.first+ht.size-1,Ue(ht,Pt).text.length,null,1,1);st<0&&(st=0);for(var Tt=Ue(ht,ct);;){var Ot=Re(nt,Tt,ct,st,dt),Bt=Kn(Tt,Ot.ch+(Ot.xRel>0||Ot.outside>0?1:0));if(!Bt)return Ot;var Ut=Bt.find(1);if(Ut.line==ct)return Ut;Tt=Ue(ht,ct=Ut.line)}}function Un(nt,st,dt,ht){ht-=Vr(st);var ct=st.text.length,Pt=En(function(Tt){return Ra(nt,dt,Tt-1).bottom<=ht},ct,0);return ct=En(function(Tt){return Ra(nt,dt,Tt).top>ht},Pt,ct),{begin:Pt,end:ct}}function _r(nt,st,dt,ht){dt||(dt=Hl(nt,st));var ct=es(nt,st,Ra(nt,dt,ht),"line").top;return Un(nt,st,dt,ct)}function Xt(nt,st,dt,ht){return nt.bottom<=dt?!1:nt.top>dt?!0:(ht?nt.left:nt.right)>st}function Re(nt,st,dt,ht,ct){ct-=no(st);var Pt=Hl(nt,st),Tt=Vr(st),Ot=0,Bt=st.text.length,Ut=!0,de=Dn(st,nt.doc.direction);if(de){var Kt=(nt.options.lineWrapping?Wl:$a)(nt,st,dt,Pt,de,ht,ct);Ut=Kt.level!=1,Ot=Ut?Kt.from:Kt.to-1,Bt=Ut?Kt.to:Kt.from-1}var Te=null,Le=null,gn=En(function(Wi){var ni=Ra(nt,Pt,Wi);return ni.top+=Tt,ni.bottom+=Tt,Xt(ni,ht,ct,!1)?(ni.top<=ct&&ni.left<=ht&&(Te=Wi,Le=ni),!0):!1},Ot,Bt),Pn,An,Xn=!1;if(Le){var fi=ht-Le.left=vi.bottom?1:0}return gn=Ln(st.text,gn,1),co(dt,gn,An,Xn,ht-Pn)}function $a(nt,st,dt,ht,ct,Pt,Tt){var Ot=En(function(Kt){var Te=ct[Kt],Le=Te.level!=1;return Xt(er(nt,ce(dt,Le?Te.to:Te.from,Le?"before":"after"),"line",st,ht),Pt,Tt,!0)},0,ct.length-1),Bt=ct[Ot];if(Ot>0){var Ut=Bt.level!=1,de=er(nt,ce(dt,Ut?Bt.from:Bt.to,Ut?"after":"before"),"line",st,ht);Xt(de,Pt,Tt,!0)&&de.top>Tt&&(Bt=ct[Ot-1])}return Bt}function Wl(nt,st,dt,ht,ct,Pt,Tt){var Ot=Un(nt,st,ht,Tt),Bt=Ot.begin,Ut=Ot.end;/\s/.test(st.text.charAt(Ut-1))&&Ut--;for(var de=null,Kt=null,Te=0;Te=Ut||Le.to<=Bt)){var gn=Le.level!=1,Pn=Ra(nt,ht,gn?Math.min(Ut,Le.to)-1:Math.max(Bt,Le.from)).right,An=PnAn)&&(de=Le,Kt=An)}}return de||(de=ct[ct.length-1]),de.fromUt&&(de={from:de.from,to:Ut,level:de.level}),de}var ua;function Js(nt){if(nt.cachedTextHeight!=null)return nt.cachedTextHeight;if(ua==null){ua=Qt("pre",null,"CodeMirror-line-like");for(var st=0;st<49;++st)ua.appendChild(document.createTextNode("x")),ua.appendChild(Qt("br"));ua.appendChild(document.createTextNode("x"))}$t(nt.measure,ua);var dt=ua.offsetHeight/50;return dt>3&&(nt.cachedTextHeight=dt),ne(nt.measure),dt||1}function cl(nt){if(nt.cachedCharWidth!=null)return nt.cachedCharWidth;var st=Qt("span","xxxxxxxxxx"),dt=Qt("pre",[st],"CodeMirror-line-like");$t(nt.measure,dt);var ht=st.getBoundingClientRect(),ct=(ht.right-ht.left)/10;return ct>2&&(nt.cachedCharWidth=ct),ct||10}function hu(nt){for(var st=nt.display,dt={},ht={},ct=st.gutters.clientLeft,Pt=st.gutters.firstChild,Tt=0;Pt;Pt=Pt.nextSibling,++Tt){var Ot=nt.display.gutterSpecs[Tt].className;dt[Ot]=Pt.offsetLeft+Pt.clientLeft+ct,ht[Ot]=Pt.clientWidth}return{fixedPos:Xd(st),gutterTotalWidth:st.gutters.offsetWidth,gutterLeft:dt,gutterWidth:ht,wrapperWidth:st.wrapper.clientWidth}}function Xd(nt){return nt.scroller.getBoundingClientRect().left-nt.sizer.getBoundingClientRect().left}function ur(nt){var st=Js(nt.display),dt=nt.options.lineWrapping,ht=dt&&Math.max(5,nt.display.scroller.clientWidth/cl(nt.display)-3);return function(ct){if(Ge(nt.doc,ct))return 0;var Pt=0;if(ct.widgets)for(var Tt=0;Tt0&&(Ut=Ue(nt.doc,Bt.line).text).length==Bt.ch){var de=te(Ut,Ut.length,nt.options.tabSize)-Ut.length;Bt=ce(Bt.line,Math.max(0,Math.round((Pt-Pa(nt.display).left)/cl(nt.display))-de))}return Bt}function za(nt,st){if(st>=nt.display.viewTo||(st-=nt.display.viewFrom,st<0))return null;for(var dt=nt.display.view,ht=0;htst)&&(ct.updateLineNumbers=st),nt.curOp.viewChanged=!0,st>=ct.viewTo)Ae&&Rn(nt.doc,st)ct.viewFrom?Dr(nt):(ct.viewFrom+=ht,ct.viewTo+=ht);else if(st<=ct.viewFrom&&dt>=ct.viewTo)Dr(nt);else if(st<=ct.viewFrom){var Pt=ha(nt,dt,dt+ht,1);Pt?(ct.view=ct.view.slice(Pt.index),ct.viewFrom=Pt.lineN,ct.viewTo+=ht):Dr(nt)}else if(dt>=ct.viewTo){var Tt=ha(nt,st,st,-1);Tt?(ct.view=ct.view.slice(0,Tt.index),ct.viewTo=Tt.lineN):Dr(nt)}else{var Ot=ha(nt,st,st,-1),Bt=ha(nt,dt,dt+ht,1);Ot&&Bt?(ct.view=ct.view.slice(0,Ot.index).concat(fo(nt,Ot.lineN,Bt.lineN)).concat(ct.view.slice(Bt.index)),ct.viewTo+=ht):Dr(nt)}var Ut=ct.externalMeasured;Ut&&(dt=ct.lineN&&st=ht.viewTo)){var Pt=ht.view[za(nt,st)];if(Pt.node!=null){var Tt=Pt.changes||(Pt.changes=[]);Be(Tt,dt)==-1&&Tt.push(dt)}}}function Dr(nt){nt.display.viewFrom=nt.display.viewTo=nt.doc.first,nt.display.view=[],nt.display.viewOffset=0}function ha(nt,st,dt,ht){var ct=za(nt,st),Pt,Tt=nt.display.view;if(!Ae||dt==nt.doc.first+nt.doc.size)return{index:ct,lineN:dt};for(var Ot=nt.display.viewFrom,Bt=0;Bt0){if(ct==Tt.length-1)return null;Pt=Ot+Tt[ct].size-st,ct++}else Pt=Ot-st;st+=Pt,dt+=Pt}for(;Rn(nt.doc,dt)!=dt;){if(ct==(ht<0?0:Tt.length-1))return null;dt+=ht*Tt[ct-(ht<0?1:0)].size,ct+=ht}return{index:ct,lineN:dt}}function Yo(nt,st,dt){var ht=nt.display,ct=ht.view;ct.length==0||st>=ht.viewTo||dt<=ht.viewFrom?(ht.view=fo(nt,st,dt),ht.viewFrom=st):(ht.viewFrom>st?ht.view=fo(nt,st,ht.viewFrom).concat(ht.view):ht.viewFromdt&&(ht.view=ht.view.slice(0,za(nt,dt)))),ht.viewTo=dt}function Ca(nt){for(var st=nt.display.view,dt=0,ht=0;ht=nt.display.viewTo||Ot.to().line0?st.blinker=setInterval(function(){nt.hasFocus()||xh(nt),st.cursorDiv.style.visibility=(dt=!dt)?"":"hidden"},nt.options.cursorBlinkRate):nt.options.cursorBlinkRate<0&&(st.cursorDiv.style.visibility="hidden")}}function nr(nt){nt.state.focused||(nt.display.input.focus(),Po(nt))}function cr(nt){nt.state.delayingBlurEvent=!0,setTimeout(function(){nt.state.delayingBlurEvent&&(nt.state.delayingBlurEvent=!1,xh(nt))},100)}function Po(nt,st){nt.state.delayingBlurEvent&&(nt.state.delayingBlurEvent=!1),nt.options.readOnly!="nocursor"&&(nt.state.focused||(yi(nt,"focus",nt,st),nt.state.focused=!0,Ke(nt.display.wrapper,"CodeMirror-focused"),!nt.curOp&&nt.display.selForContextMenu!=nt.doc.sel&&(nt.display.input.reset(),ee&&setTimeout(function(){return nt.display.input.reset(!0)},20)),nt.display.input.receivedFocus()),zo(nt))}function xh(nt,st){nt.state.delayingBlurEvent||(nt.state.focused&&(yi(nt,"blur",nt,st),nt.state.focused=!1,Yt(nt.display.wrapper,"CodeMirror-focused")),clearInterval(nt.display.blinker),setTimeout(function(){nt.state.focused||(nt.display.shift=!1)},150))}function xi(nt){for(var st=nt.display,dt=st.lineDiv.offsetTop,ht=0;ht.005||de<-.005)&&(cn(ct.line,Tt),Dp(ct.line),ct.rest))for(var Kt=0;Ktnt.display.sizerWidth){var Te=Math.ceil(Ot/cl(nt.display));Te>nt.display.maxLineLength&&(nt.display.maxLineLength=Te,nt.display.maxLine=ct.line,nt.display.maxLineChanged=!0)}}}}function Dp(nt){if(nt.widgets)for(var st=0;st=Tt&&(Pt=re(st,no(Ue(st,Bt))-nt.wrapper.clientHeight),Tt=Bt)}return{from:Pt,to:Math.max(Tt,Pt+1)}}function Op(nt,st){if(!wi(nt,"scrollCursorIntoView")){var dt=nt.display,ht=dt.sizer.getBoundingClientRect(),ct=null;if(st.top+ht.top<0?ct=!0:st.bottom+ht.top>(window.innerHeight||document.documentElement.clientHeight)&&(ct=!1),ct!=null&&!rn){var Pt=Qt("div","\u200B",null,`position: absolute; top: `+(st.top-dt.viewOffset-Uo(nt.display))+`px; height: `+(st.bottom-st.top+bs(nt)+dt.barHeight)+`px; left: `+st.left+"px; width: "+Math.max(2,st.right-st.left)+"px;");nt.display.lineSpace.appendChild(Pt),Pt.scrollIntoView(ct),nt.display.lineSpace.removeChild(Pt)}}}function dd(nt,st,dt,ht){ht==null&&(ht=0);var ct;!nt.options.lineWrapping&&st==dt&&(st=st.ch?ce(st.line,st.sticky=="before"?st.ch-1:st.ch,"after"):st,dt=st.sticky=="before"?ce(st.line,st.ch+1,"before"):st);for(var Pt=0;Pt<5;Pt++){var Tt=!1,Ot=er(nt,st),Bt=!dt||dt==st?Ot:er(nt,dt);ct={left:Math.min(Ot.left,Bt.left),top:Math.min(Ot.top,Bt.top)-ht,right:Math.max(Ot.left,Bt.left),bottom:Math.max(Ot.bottom,Bt.bottom)+ht};var Ut=tc(nt,ct),de=nt.doc.scrollTop,Kt=nt.doc.scrollLeft;if(Ut.scrollTop!=null&&(wh(nt,Ut.scrollTop),Math.abs(nt.doc.scrollTop-de)>1&&(Tt=!0)),Ut.scrollLeft!=null&&(fu(nt,Ut.scrollLeft),Math.abs(nt.doc.scrollLeft-Kt)>1&&(Tt=!0)),!Tt)break}return ct}function Jd(nt,st){var dt=tc(nt,st);dt.scrollTop!=null&&wh(nt,dt.scrollTop),dt.scrollLeft!=null&&fu(nt,dt.scrollLeft)}function tc(nt,st){var dt=nt.display,ht=Js(nt.display);st.top<0&&(st.top=0);var ct=nt.curOp&&nt.curOp.scrollTop!=null?nt.curOp.scrollTop:dt.scroller.scrollTop,Pt=Tl(nt),Tt={};st.bottom-st.top>Pt&&(st.bottom=st.top+Pt);var Ot=nt.doc.height+Xs(dt),Bt=st.topOt-ht;if(st.topct+Pt){var de=Math.min(st.top,(Ut?Ot:st.bottom)-Pt);de!=ct&&(Tt.scrollTop=de)}var Kt=nt.options.fixedGutter?0:dt.gutters.offsetWidth,Te=nt.curOp&&nt.curOp.scrollLeft!=null?nt.curOp.scrollLeft:dt.scroller.scrollLeft-Kt,Le=wa(nt)-dt.gutters.offsetWidth,gn=st.right-st.left>Le;return gn&&(st.right=st.left+Le),st.left<10?Tt.scrollLeft=0:st.leftLe+Te-3&&(Tt.scrollLeft=st.right+(gn?0:10)-Le),Tt}function Vf(nt,st){st!=null&&(Vl(nt),nt.curOp.scrollTop=(nt.curOp.scrollTop==null?nt.doc.scrollTop:nt.curOp.scrollTop)+st)}function du(nt){Vl(nt);var st=nt.getCursor();nt.curOp.scrollToPos={from:st,to:st,margin:nt.options.cursorScrollMargin}}function Ph(nt,st,dt){(st!=null||dt!=null)&&Vl(nt),st!=null&&(nt.curOp.scrollLeft=st),dt!=null&&(nt.curOp.scrollTop=dt)}function wo(nt,st){Vl(nt),nt.curOp.scrollToPos=st}function Vl(nt){var st=nt.curOp.scrollToPos;if(st){nt.curOp.scrollToPos=null;var dt=bo(nt,st.from),ht=bo(nt,st.to);_f(nt,dt,ht,st.margin)}}function _f(nt,st,dt,ht){var ct=tc(nt,{left:Math.min(st.left,dt.left),top:Math.min(st.top,dt.top)-ht,right:Math.max(st.right,dt.right),bottom:Math.max(st.bottom,dt.bottom)+ht});Ph(nt,ct.scrollLeft,ct.scrollTop)}function wh(nt,st){Math.abs(nt.doc.scrollTop-st)<2||(zt||Hu(nt,{top:st}),ec(nt,st,!0),zt&&Hu(nt),fd(nt,100))}function ec(nt,st,dt){st=Math.max(0,Math.min(nt.display.scroller.scrollHeight-nt.display.scroller.clientHeight,st)),!(nt.display.scroller.scrollTop==st&&!dt)&&(nt.doc.scrollTop=st,nt.display.scrollbars.setScrollTop(st),nt.display.scroller.scrollTop!=st&&(nt.display.scroller.scrollTop=st))}function fu(nt,st,dt,ht){st=Math.max(0,Math.min(st,nt.display.scroller.scrollWidth-nt.display.scroller.clientWidth)),!((dt?st==nt.doc.scrollLeft:Math.abs(nt.doc.scrollLeft-st)<2)&&!ht)&&(nt.doc.scrollLeft=st,Zf(nt),nt.display.scroller.scrollLeft!=st&&(nt.display.scroller.scrollLeft=st),nt.display.scrollbars.setScrollLeft(st))}function qa(nt){var st=nt.display,dt=st.gutters.offsetWidth,ht=Math.round(nt.doc.height+Xs(nt.display));return{clientHeight:st.scroller.clientHeight,viewHeight:st.wrapper.clientHeight,scrollWidth:st.scroller.scrollWidth,clientWidth:st.scroller.clientWidth,viewWidth:st.wrapper.clientWidth,barLeft:nt.options.fixedGutter?dt:0,docHeight:ht,scrollHeight:ht+bs(nt)+st.barHeight,nativeBarWidth:st.nativeBarWidth,gutterWidth:dt}}var Iu=function(nt,st,dt){this.cm=dt;var ht=this.vert=Qt("div",[Qt("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),ct=this.horiz=Qt("div",[Qt("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");ht.tabIndex=ct.tabIndex=-1,nt(ht),nt(ct),On(ht,"scroll",function(){ht.clientHeight&&st(ht.scrollTop,"vertical")}),On(ct,"scroll",function(){ct.clientWidth&&st(ct.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,ge&&he<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};Iu.prototype.update=function(nt){var st=nt.scrollWidth>nt.clientWidth+1,dt=nt.scrollHeight>nt.clientHeight+1,ht=nt.nativeBarWidth;if(dt){this.vert.style.display="block",this.vert.style.bottom=st?ht+"px":"0";var ct=nt.viewHeight-(st?ht:0);this.vert.firstChild.style.height=Math.max(0,nt.scrollHeight-nt.clientHeight+ct)+"px"}else this.vert.style.display="",this.vert.firstChild.style.height="0";if(st){this.horiz.style.display="block",this.horiz.style.right=dt?ht+"px":"0",this.horiz.style.left=nt.barLeft+"px";var Pt=nt.viewWidth-nt.barLeft-(dt?ht:0);this.horiz.firstChild.style.width=Math.max(0,nt.scrollWidth-nt.clientWidth+Pt)+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&nt.clientHeight>0&&(ht==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:dt?ht:0,bottom:st?ht:0}},Iu.prototype.setScrollLeft=function(nt){this.horiz.scrollLeft!=nt&&(this.horiz.scrollLeft=nt),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},Iu.prototype.setScrollTop=function(nt){this.vert.scrollTop!=nt&&(this.vert.scrollTop=nt),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},Iu.prototype.zeroWidthHack=function(){var nt=gt&&!le?"12px":"18px";this.horiz.style.height=this.vert.style.width=nt,this.horiz.style.pointerEvents=this.vert.style.pointerEvents="none",this.disableHoriz=new Wt,this.disableVert=new Wt},Iu.prototype.enableZeroWidthBar=function(nt,st,dt){nt.style.pointerEvents="auto";function ht(){var ct=nt.getBoundingClientRect(),Pt=dt=="vert"?document.elementFromPoint(ct.right-1,(ct.top+ct.bottom)/2):document.elementFromPoint((ct.right+ct.left)/2,ct.bottom-1);Pt!=nt?nt.style.pointerEvents="none":st.set(1e3,ht)}st.set(1e3,ht)},Iu.prototype.clear=function(){var nt=this.horiz.parentNode;nt.removeChild(this.horiz),nt.removeChild(this.vert)};var bl=function(){};bl.prototype.update=function(){return{bottom:0,right:0}},bl.prototype.setScrollLeft=function(){},bl.prototype.setScrollTop=function(){},bl.prototype.clear=function(){};function Ru(nt,st){st||(st=qa(nt));var dt=nt.display.barWidth,ht=nt.display.barHeight;Uf(nt,st);for(var ct=0;ct<4&&dt!=nt.display.barWidth||ht!=nt.display.barHeight;ct++)dt!=nt.display.barWidth&&nt.options.lineWrapping&&xi(nt),Uf(nt,qa(nt)),dt=nt.display.barWidth,ht=nt.display.barHeight}function Uf(nt,st){var dt=nt.display,ht=dt.scrollbars.update(st);dt.sizer.style.paddingRight=(dt.barWidth=ht.right)+"px",dt.sizer.style.paddingBottom=(dt.barHeight=ht.bottom)+"px",dt.heightForcer.style.borderBottom=ht.bottom+"px solid transparent",ht.right&&ht.bottom?(dt.scrollbarFiller.style.display="block",dt.scrollbarFiller.style.height=ht.bottom+"px",dt.scrollbarFiller.style.width=ht.right+"px"):dt.scrollbarFiller.style.display="",ht.bottom&&nt.options.coverGutterNextToScrollbar&&nt.options.fixedGutter?(dt.gutterFiller.style.display="block",dt.gutterFiller.style.height=ht.bottom+"px",dt.gutterFiller.style.width=st.gutterWidth+"px"):dt.gutterFiller.style.display=""}var nc={native:Iu,null:bl};function ic(nt){nt.display.scrollbars&&(nt.display.scrollbars.clear(),nt.display.scrollbars.addClass&&Yt(nt.display.wrapper,nt.display.scrollbars.addClass)),nt.display.scrollbars=new nc[nt.options.scrollbarStyle](function(st){nt.display.wrapper.insertBefore(st,nt.display.scrollbarFiller),On(st,"mousedown",function(){nt.state.focused&&setTimeout(function(){return nt.display.input.focus()},0)}),st.setAttribute("cm-not-content","true")},function(st,dt){dt=="horizontal"?fu(nt,st):wh(nt,st)},nt),nt.display.scrollbars.addClass&&Ke(nt.display.wrapper,nt.display.scrollbars.addClass)}var Ip=0;function zu(nt){nt.curOp={cm:nt,viewChanged:!1,startHeight:nt.doc.height,forceUpdate:!1,updateInput:0,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++Ip},Gs(nt.curOp)}function ju(nt){var st=nt.curOp;st&&lu(st,function(dt){for(var ht=0;ht=dt.viewTo)||dt.maxLineChanged&&st.options.lineWrapping,nt.update=nt.mustUpdate&&new Ch(st,nt.mustUpdate&&{top:nt.scrollTop,ensure:nt.scrollToPos},nt.forceUpdate)}function $0(nt){nt.updatedDisplay=nt.mustUpdate&&Yf(nt.cm,nt.update)}function Rp(nt){var st=nt.cm,dt=st.display;nt.updatedDisplay&&xi(st),nt.barMeasure=qa(st),dt.maxLineChanged&&!st.options.lineWrapping&&(nt.adjustWidthTo=sd(st,dt.maxLine,dt.maxLine.text.length).left+3,st.display.sizerWidth=nt.adjustWidthTo,nt.barMeasure.scrollWidth=Math.max(dt.scroller.clientWidth,dt.sizer.offsetLeft+nt.adjustWidthTo+bs(st)+st.display.barWidth),nt.maxScrollLeft=Math.max(0,dt.sizer.offsetLeft+nt.adjustWidthTo-wa(st))),(nt.updatedDisplay||nt.selectionChanged)&&(nt.preparedSelection=dt.input.prepareSelection())}function Mr(nt){var st=nt.cm;nt.adjustWidthTo!=null&&(st.display.sizer.style.minWidth=nt.adjustWidthTo+"px",nt.maxScrollLeft=nt.display.viewTo)){var dt=+new Date+nt.options.workTime,ht=xo(nt,st.highlightFrontier),ct=[];st.iter(ht.line,Math.min(st.first+st.size,nt.display.viewTo+500),function(Pt){if(ht.line>=nt.display.viewFrom){var Tt=Pt.styles,Ot=Pt.text.length>nt.options.maxHighlightLength?oi(st.mode,ht.state):null,Bt=Di(nt,Pt,ht,!0);Ot&&(ht.state=Ot),Pt.styles=Bt.styles;var Ut=Pt.styleClasses,de=Bt.classes;de?Pt.styleClasses=de:Ut&&(Pt.styleClasses=null);for(var Kt=!Tt||Tt.length!=Pt.styles.length||Ut!=de&&(!Ut||!de||Ut.bgClass!=de.bgClass||Ut.textClass!=de.textClass),Te=0;!Kt&&Tedt)return fd(nt,nt.options.workDelay),!0}),st.highlightFrontier=ht.line,st.modeFrontier=Math.max(st.modeFrontier,ht.line),ct.length&&Bo(nt,function(){for(var Pt=0;Pt=dt.viewFrom&&st.visible.to<=dt.viewTo&&(dt.updateLineNumbers==null||dt.updateLineNumbers>=dt.viewTo)&&dt.renderedView==dt.view&&Ca(nt)==0)return!1;Ur(nt)&&(Dr(nt),st.dims=hu(nt));var ct=ht.first+ht.size,Pt=Math.max(st.visible.from-nt.options.viewportMargin,ht.first),Tt=Math.min(ct,st.visible.to+nt.options.viewportMargin);dt.viewFromTt&&dt.viewTo-Tt<20&&(Tt=Math.min(ct,dt.viewTo)),Ae&&(Pt=Rn(nt.doc,Pt),Tt=Jn(nt.doc,Tt));var Ot=Pt!=dt.viewFrom||Tt!=dt.viewTo||dt.lastWrapHeight!=st.wrapperHeight||dt.lastWrapWidth!=st.wrapperWidth;Yo(nt,Pt,Tt),dt.viewOffset=no(Ue(nt.doc,dt.viewFrom)),nt.display.mover.style.top=dt.viewOffset+"px";var Bt=Ca(nt);if(!Ot&&Bt==0&&!st.force&&dt.renderedView==dt.view&&(dt.updateLineNumbers==null||dt.updateLineNumbers>=dt.viewTo))return!1;var Ut=jp(nt);return Bt>4&&(dt.lineDiv.style.display="none"),oc(nt,dt.updateLineNumbers,st.dims),Bt>4&&(dt.lineDiv.style.display=""),dt.renderedView=dt.view,da(Ut),ne(dt.cursorDiv),ne(dt.selectionDiv),dt.gutters.style.height=dt.sizer.style.minHeight=0,Ot&&(dt.lastWrapHeight=st.wrapperHeight,dt.lastWrapWidth=st.wrapperWidth,fd(nt,400)),dt.updateLineNumbers=null,!0}function jo(nt,st){for(var dt=st.viewport,ht=!0;;ht=!1){if(!ht||!nt.options.lineWrapping||st.oldDisplayWidth==wa(nt)){if(dt&&dt.top!=null&&(dt={top:Math.min(nt.doc.height+Xs(nt.display)-Tl(nt),dt.top)}),st.visible=mo(nt.display,nt.doc,dt),st.visible.from>=nt.display.viewFrom&&st.visible.to<=nt.display.viewTo)break}else ht&&(st.visible=mo(nt.display,nt.doc,dt));if(!Yf(nt,st))break;xi(nt);var ct=qa(nt);ns(nt),Ru(nt,ct),Vu(nt,ct),st.force=!1}st.signal(nt,"update",nt),(nt.display.viewFrom!=nt.display.reportedViewFrom||nt.display.viewTo!=nt.display.reportedViewTo)&&(st.signal(nt,"viewportChange",nt,nt.display.viewFrom,nt.display.viewTo),nt.display.reportedViewFrom=nt.display.viewFrom,nt.display.reportedViewTo=nt.display.viewTo)}function Hu(nt,st){var dt=new Ch(nt,st);if(Yf(nt,dt)){xi(nt),jo(nt,dt);var ht=qa(nt);ns(nt),Ru(nt,ht),Vu(nt,ht),dt.finish()}}function oc(nt,st,dt){var ht=nt.display,ct=nt.options.lineNumbers,Pt=ht.lineDiv,Tt=Pt.firstChild;function Ot(gn){var Pn=gn.nextSibling;return ee&>&&nt.display.currentWheelTarget==gn?gn.style.display="none":gn.parentNode.removeChild(gn),Pn}for(var Bt=ht.view,Ut=ht.viewFrom,de=0;de-1&&(Le=!1),uu(nt,Kt,Ut,dt)),Le&&(ne(Kt.lineNumber),Kt.lineNumber.appendChild(document.createTextNode(tn(nt.options,Ut)))),Tt=Kt.node.nextSibling}Ut+=Kt.size}for(;Tt;)Tt=Ot(Tt)}function Wu(nt){var st=nt.gutters.offsetWidth;nt.sizer.style.marginLeft=st+"px"}function Vu(nt,st){nt.display.sizer.style.minHeight=st.docHeight+"px",nt.display.heightForcer.style.top=st.docHeight+"px",nt.display.gutters.style.height=st.docHeight+nt.display.barHeight+bs(nt)+"px"}function Zf(nt){var st=nt.display,dt=st.view;if(!(!st.alignWidgets&&(!st.gutters.firstChild||!nt.options.fixedGutter))){for(var ht=Xd(st)-st.scroller.scrollLeft+nt.doc.scrollLeft,ct=st.gutters.offsetWidth,Pt=ht+"px",Tt=0;TtTt.clientWidth,Bt=Tt.scrollHeight>Tt.clientHeight;if(ht&&Ot||ct&&Bt){if(ct&>&&ee){t:for(var Ut=st.target,de=Pt.view;Ut!=Tt;Ut=Ut.parentNode)for(var Kt=0;Kt=0&&en(nt,ht.to())<=0)return dt}return-1};var Go=function(nt,st){this.anchor=nt,this.head=st};Go.prototype.from=function(){return hn(this.anchor,this.head)},Go.prototype.to=function(){return ai(this.anchor,this.head)},Go.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function pl(nt,st,dt){var ht=nt&&nt.options.selectionsMayTouch,ct=st[dt];st.sort(function(Te,Le){return en(Te.from(),Le.from())}),dt=Be(st,ct);for(var Pt=1;Pt0:Bt>=0){var Ut=hn(Ot.from(),Tt.from()),de=ai(Ot.to(),Tt.to()),Kt=Ot.empty()?Tt.from()==Tt.head:Ot.from()==Ot.head;Pt<=dt&&--dt,st.splice(--Pt,2,new Go(Kt?de:Ut,Kt?Ut:de))}}return new tl(st,dt)}function gu(nt,st){return new tl([new Go(nt,st||nt)],0)}function Uu(nt){return nt.text?ce(nt.from.line+nt.text.length-1,ve(nt.text).length+(nt.text.length==1?nt.from.ch:0)):nt.to}function kh(nt,st){if(en(nt,st.from)<0)return nt;if(en(nt,st.to)<=0)return Uu(st);var dt=nt.line+st.text.length-(st.to.line-st.from.line)-1,ht=nt.ch;return nt.line==st.to.line&&(ht+=Uu(st).ch-st.to.ch),ce(dt,ht)}function Qd(nt,st){for(var dt=[],ht=0;ht1&&nt.remove(Ot.line+1,gn-1),nt.insert(Ot.line+1,Xn)}li(nt,"change",nt,st)}function Fl(nt,st,dt){function ht(ct,Pt,Tt){if(ct.linked)for(var Ot=0;Ot1&&!nt.done[nt.done.length-2].ranges)return nt.done.pop(),ve(nt.done)}function nf(nt,st,dt,ht){var ct=nt.history;ct.undone.length=0;var Pt=+new Date,Tt,Ot;if((ct.lastOp==ht||ct.lastOrigin==st.origin&&st.origin&&(st.origin.charAt(0)=="+"&&ct.lastModTime>Pt-(nt.cm?nt.cm.options.historyEventDelay:500)||st.origin.charAt(0)=="*"))&&(Tt=ef(ct,ct.lastOp==ht)))Ot=ve(Tt.changes),en(st.from,st.to)==0&&en(st.from,Ot.to)==0?Ot.to=Uu(st):Tt.changes.push(Jf(nt,st));else{var Bt=ve(ct.done);for((!Bt||!Bt.ranges)&&md(nt.sel,ct.done),Tt={changes:[Jf(nt,st)],generation:ct.generation},ct.done.push(Tt);ct.done.length>ct.undoDepth;)ct.done.shift(),ct.done[0].ranges||ct.done.shift()}ct.done.push(dt),ct.generation=++ct.maxGeneration,ct.lastModTime=ct.lastSelTime=Pt,ct.lastOp=ct.lastSelOp=ht,ct.lastOrigin=ct.lastSelOrigin=st.origin,Ot||yi(nt,"historyAdded")}function sc(nt,st,dt,ht){var ct=st.charAt(0);return ct=="*"||ct=="+"&&dt.ranges.length==ht.ranges.length&&dt.somethingSelected()==ht.somethingSelected()&&new Date-nt.history.lastSelTime<=(nt.cm?nt.cm.options.historyEventDelay:500)}function of(nt,st,dt,ht){var ct=nt.history,Pt=ht&&ht.origin;dt==ct.lastSelOp||Pt&&ct.lastSelOrigin==Pt&&(ct.lastModTime==ct.lastSelTime&&ct.lastOrigin==Pt||sc(nt,Pt,ve(ct.done),st))?ct.done[ct.done.length-1]=st:md(st,ct.done),ct.lastSelTime=+new Date,ct.lastSelOrigin=Pt,ct.lastSelOp=dt,ht&&ht.clearRedo!==!1&&pd(ct.undone)}function md(nt,st){var dt=ve(st);dt&&dt.ranges&&dt.equals(nt)||st.push(nt)}function Yu(nt,st,dt,ht){var ct=st["spans_"+nt.id],Pt=0;nt.iter(Math.max(nt.first,dt),Math.min(nt.first+nt.size,ht),function(Tt){Tt.markedSpans&&((ct||(ct=st["spans_"+nt.id]={}))[Pt]=Tt.markedSpans),++Pt})}function qs(nt){if(!nt)return null;for(var st,dt=0;dt-1&&(ve(Ot)[Kt]=Ut[Kt],delete Ut[Kt])}}return ht}function $f(nt,st,dt,ht){if(ht){var ct=nt.anchor;if(dt){var Pt=en(st,ct)<0;Pt!=en(dt,ct)<0?(ct=st,st=dt):Pt!=en(st,dt)<0&&(st=dt)}return new Go(ct,st)}else return new Go(dt||st,st)}function qf(nt,st,dt,ht,ct){ct==null&&(ct=nt.cm&&(nt.cm.display.shift||nt.extend)),Hs(nt,new tl([$f(nt.sel.primary(),st,dt,ct)],0),ht)}function Gp(nt,st,dt){for(var ht=[],ct=nt.cm&&(nt.cm.display.shift||nt.extend),Pt=0;Pt=st.ch:Ot.to>st.ch))){if(ct&&(yi(Bt,"beforeCursorEnter"),Bt.explicitlyCleared))if(Pt.markedSpans){--Tt;continue}else break;if(!Bt.atomic)continue;if(dt){var Kt=Bt.find(ht<0?1:-1),Te=void 0;if((ht<0?de:Ut)&&(Kt=lc(nt,Kt,-ht,Kt&&Kt.line==st.line?Pt:null)),Kt&&Kt.line==st.line&&(Te=en(Kt,dt))&&(ht<0?Te<0:Te>0))return pu(nt,Kt,st,ht,ct)}var Le=Bt.find(ht<0?-1:1);return(ht<0?Ut:de)&&(Le=lc(nt,Le,ht,Le.line==st.line?Pt:null)),Le?pu(nt,Le,st,ht,ct):null}}return st}function af(nt,st,dt,ht,ct){var Pt=ht||1,Tt=pu(nt,st,dt,Pt,ct)||!ct&&pu(nt,st,dt,Pt,!0)||pu(nt,st,dt,-Pt,ct)||!ct&&pu(nt,st,dt,-Pt,!0);return Tt||(nt.cantEdit=!0,ce(nt.first,0))}function lc(nt,st,dt,ht){return dt<0&&st.ch==0?st.line>nt.first?wn(nt,ce(st.line-1)):null:dt>0&&st.ch==(ht||Ue(nt,st.line)).text.length?st.line=0;--ct)bh(nt,{from:ht[ct].from,to:ht[ct].to,text:ct?[""]:st.text,origin:st.origin});else bh(nt,st)}}function bh(nt,st){if(!(st.text.length==1&&st.text[0]==""&&en(st.from,st.to)==0)){var dt=Qd(nt,st);nf(nt,st,dt,nt.cm?nt.cm.curOp.id:NaN),vd(nt,st,dt,ro(nt,st));var ht=[];Fl(nt,function(ct,Pt){!Pt&&Be(ht,ct.history)==-1&&(hc(ct.history,st),ht.push(ct.history)),vd(ct,st,null,ro(ct,st))})}}function uf(nt,st,dt){var ht=nt.cm&&nt.cm.state.suppressEdits;if(!(ht&&!dt)){for(var ct=nt.history,Pt,Tt=nt.sel,Ot=st=="undo"?ct.done:ct.undone,Bt=st=="undo"?ct.undone:ct.done,Ut=0;Ut=0;--Le){var gn=Te(Le);if(gn)return gn.v}}}}function uc(nt,st){if(st!=0&&(nt.first+=st,nt.sel=new tl(dn(nt.sel.ranges,function(ct){return new Go(ce(ct.anchor.line+st,ct.anchor.ch),ce(ct.head.line+st,ct.head.ch))}),nt.sel.primIndex),nt.cm)){hr(nt.cm,nt.first,nt.first-st,st);for(var dt=nt.cm.display,ht=dt.viewFrom;htnt.lastLine())){if(st.from.linePt&&(st={from:st.from,to:ce(Pt,Ue(nt,Pt).text.length),text:[st.text[0]],origin:st.origin}),st.removed=Vn(nt,st.from,st.to),dt||(dt=Qd(nt,st)),nt.cm?Wp(nt.cm,st,ht):Kf(nt,st,ht),Th(nt,dt,xe),nt.cantEdit&&af(nt,ce(nt.firstLine(),0))&&(nt.cantEdit=!1)}}function Wp(nt,st,dt){var ht=nt.doc,ct=nt.display,Pt=st.from,Tt=st.to,Ot=!1,Bt=Pt.line;nt.options.lineWrapping||(Bt=Vt(Hn(Ue(ht,Pt.line))),ht.iter(Bt,Tt.line+1,function(Le){if(Le==ct.maxLine)return Ot=!0,!0})),ht.sel.contains(st.from,st.to)>-1&&Lo(nt),Kf(ht,st,dt,ur(nt)),nt.options.lineWrapping||(ht.iter(Bt,Pt.line+st.text.length,function(Le){var gn=_o(Le);gn>ct.maxLineLength&&(ct.maxLine=Le,ct.maxLineLength=gn,ct.maxLineChanged=!0,Ot=!1)}),Ot&&(nt.curOp.updateMaxLine=!0)),bi(ht,Pt.line),fd(nt,400);var Ut=st.text.length-(Tt.line-Pt.line)-1;st.full?hr(nt):Pt.line==Tt.line&&st.text.length==1&&!rc(nt.doc,st)?io(nt,Pt.line,"text"):hr(nt,Pt.line,Tt.line+1,Ut);var de=_i(nt,"changes"),Kt=_i(nt,"change");if(Kt||de){var Te={from:Pt,to:Tt,text:st.text,removed:st.removed,origin:st.origin};Kt&&li(nt,"change",nt,Te),de&&(nt.curOp.changeObjs||(nt.curOp.changeObjs=[])).push(Te)}nt.display.selForContextMenu=null}function Nh(nt,st,dt,ht,ct){var Pt;ht||(ht=dt),en(ht,dt)<0&&(Pt=[ht,dt],dt=Pt[0],ht=Pt[1]),typeof st=="string"&&(st=nt.splitLines(st)),Ku(nt,{from:dt,to:ht,text:st,origin:ct})}function el(nt,st,dt,ht){dt1||!(this.children[0]instanceof yd))){var Ot=[];this.collapse(Ot),this.children=[new yd(Ot)],this.children[0].parent=this}},collapse:function(nt){for(var st=0;st50){for(var Tt=ct.lines.length%25+25,Ot=Tt;Ot10);nt.parent.maybeSpill()}},iterN:function(nt,st,dt){for(var ht=0;htnt.display.maxLineLength&&(nt.display.maxLine=Ut,nt.display.maxLineLength=de,nt.display.maxLineChanged=!0)}ht!=null&&nt&&this.collapsed&&hr(nt,ht,ct+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,nt&&rf(nt.doc)),nt&&li(nt,"markerCleared",nt,this,ht,ct),st&&ju(nt),this.parent&&this.parent.clear()}},oe.prototype.find=function(nt,st){nt==null&&this.type=="bookmark"&&(nt=1);for(var dt,ht,ct=0;ct0||Tt==0&&Pt.clearWhenEmpty!==!1)return Pt;if(Pt.replacedWith&&(Pt.collapsed=!0,Pt.widgetNode=Pe("span",[Pt.replacedWith],"CodeMirror-widget"),ht.handleMouseEvents||Pt.widgetNode.setAttribute("cm-ignore-events","true"),ht.insertLeft&&(Pt.widgetNode.insertLeft=!0)),Pt.collapsed){if(Si(nt,st.line,st,dt,Pt)||st.line!=dt.line&&Si(nt,dt.line,st,dt,Pt))throw new Error("Inserting collapsed marker partially overlapping an existing one");Ee()}Pt.addToHistory&&nf(nt,{from:st,to:dt,origin:"markText"},nt.sel,NaN);var Ot=st.line,Bt=nt.cm,Ut;if(nt.iter(Ot,dt.line+1,function(Kt){Bt&&Pt.collapsed&&!Bt.options.lineWrapping&&Hn(Kt)==Bt.display.maxLine&&(Ut=!0),Pt.collapsed&&Ot!=st.line&&cn(Kt,0),To(Kt,new Oi(Pt,Ot==st.line?st.ch:null,Ot==dt.line?dt.ch:null)),++Ot}),Pt.collapsed&&nt.iter(st.line,dt.line+1,function(Kt){Ge(nt,Kt)&&cn(Kt,0)}),Pt.clearOnEnter&&On(Pt,"beforeCursorEnter",function(){return Pt.clear()}),Pt.readOnly&&(oo(),(nt.history.done.length||nt.history.undone.length)&&nt.clearHistory()),Pt.collapsed&&(Pt.id=++Up,Pt.atomic=!0),Bt){if(Ut&&(Bt.curOp.updateMaxLine=!0),Pt.collapsed)hr(Bt,st.line,dt.line+1);else if(Pt.className||Pt.startStyle||Pt.endStyle||Pt.css||Pt.attributes||Pt.title)for(var de=st.line;de<=dt.line;de++)io(Bt,de,"text");Pt.atomic&&rf(Bt.doc),li(Bt,"markerAdded",Bt,Pt)}return Pt}var Ul=function(nt,st){this.markers=nt,this.primary=st;for(var dt=0;dt=0;Bt--)Ku(this,ht[Bt]);Ot?tg(this,Ot):this.cm&&du(this.cm)}),undo:fs(function(){uf(this,"undo")}),redo:fs(function(){uf(this,"redo")}),undoSelection:fs(function(){uf(this,"undo",!0)}),redoSelection:fs(function(){uf(this,"redo",!0)}),setExtending:function(nt){this.extend=nt},getExtending:function(){return this.extend},historySize:function(){for(var nt=this.history,st=0,dt=0,ht=0;ht=nt.ch)&&st.push(ct.marker.parent||ct.marker)}return st},findMarks:function(nt,st,dt){nt=wn(this,nt),st=wn(this,st);var ht=[],ct=nt.line;return this.iter(nt.line,st.line+1,function(Pt){var Tt=Pt.markedSpans;if(Tt)for(var Ot=0;Ot=Bt.to||Bt.from==null&&ct!=nt.line||Bt.from!=null&&ct==st.line&&Bt.from>=st.ch)&&(!dt||dt(Bt.marker))&&ht.push(Bt.marker.parent||Bt.marker)}++ct}),ht},getAllMarks:function(){var nt=[];return this.iter(function(st){var dt=st.markedSpans;if(dt)for(var ht=0;htnt)return st=nt,!0;nt-=Pt,++dt}),wn(this,ce(dt,st))},indexFromPos:function(nt){nt=wn(this,nt);var st=nt.ch;if(nt.linest&&(st=nt.from),nt.to!=null&&nt.to-1){st.state.draggingText(nt),setTimeout(function(){return st.display.input.focus()},20);return}try{var de=nt.dataTransfer.getData("Text");if(de){var Kt;if(st.state.draggingText&&!st.state.draggingText.copy&&(Kt=st.listSelections()),Th(st.doc,gu(dt,dt)),Kt)for(var Te=0;Te=0;Ot--)Nh(nt.doc,"",ht[Ot].from,ht[Ot].to,"+delete");du(nt)})}function Sc(nt,st,dt){var ht=Ln(nt.text,st+dt,dt);return ht<0||ht>nt.text.length?null:ht}function Rr(nt,st,dt){var ht=Sc(nt,st.ch,dt);return ht==null?null:new ce(st.line,ht,dt<0?"after":"before")}function gf(nt,st,dt,ht,ct){if(nt){st.doc.direction=="rtl"&&(ct=-ct);var Pt=Dn(dt,st.doc.direction);if(Pt){var Tt=ct<0?ve(Pt):Pt[0],Ot=ct<0==(Tt.level==1),Bt=Ot?"after":"before",Ut;if(Tt.level>0||st.doc.direction=="rtl"){var de=Hl(st,dt);Ut=ct<0?dt.text.length-1:0;var Kt=Ra(st,de,Ut).top;Ut=En(function(Te){return Ra(st,de,Te).top==Kt},ct<0==(Tt.level==1)?Tt.from:Tt.to-1,Ut),Bt=="before"&&(Ut=Sc(dt,Ut,1))}else Ut=ct<0?Tt.to:Tt.from;return new ce(ht,Ut,Bt)}}return new ce(ht,ct<0?dt.text.length:0,ct<0?"before":"after")}function ig(nt,st,dt,ht){var ct=Dn(st,nt.doc.direction);if(!ct)return Rr(st,dt,ht);dt.ch>=st.text.length?(dt.ch=st.text.length,dt.sticky="before"):dt.ch<=0&&(dt.ch=0,dt.sticky="after");var Pt=Bn(ct,dt.ch,dt.sticky),Tt=ct[Pt];if(nt.doc.direction=="ltr"&&Tt.level%2==0&&(ht>0?Tt.to>dt.ch:Tt.from=Tt.from&&Te>=de.begin)){var Le=Kt?"before":"after";return new ce(dt.line,Te,Le)}}var gn=function(Xn,fi,ii){for(var vi=function(dr,rs){return rs?new ce(dt.line,Ot(dr,1),"before"):new ce(dt.line,dr,"after")};Xn>=0&&Xn0==(Wi.level!=1),ao=ni?ii.begin:Ot(ii.end,-1);if(Wi.from<=ao&&ao0?de.end:Ot(de.begin,-1);return An!=null&&!(ht>0&&An==st.text.length)&&(Pn=gn(ht>0?0:ct.length-1,ht,Ut(An)),Pn)?Pn:null}var Xu={selectAll:Ir,singleSelection:function(nt){return nt.setSelection(nt.getCursor("anchor"),nt.getCursor("head"),xe)},killLine:function(nt){return Ma(nt,function(st){if(st.empty()){var dt=Ue(nt.doc,st.head.line).text.length;return st.head.ch==dt&&st.head.line0)ct=new ce(ct.line,ct.ch+1),nt.replaceRange(Pt.charAt(ct.ch-1)+Pt.charAt(ct.ch-2),ce(ct.line,ct.ch-2),ct,"+transpose");else if(ct.line>nt.doc.first){var Tt=Ue(nt.doc,ct.line-1).text;Tt&&(ct=new ce(ct.line,1),nt.replaceRange(Pt.charAt(0)+nt.doc.lineSeparator()+Tt.charAt(Tt.length-1),ce(ct.line-1,Tt.length-1),ct,"+transpose"))}}dt.push(new Go(ct,ct))}nt.setSelections(dt)})},newlineAndIndent:function(nt){return Bo(nt,function(){for(var st=nt.listSelections(),dt=st.length-1;dt>=0;dt--)nt.replaceRange(nt.doc.lineSeparator(),st[dt].anchor,st[dt].head,"+input");st=nt.listSelections();for(var ht=0;htnt&&en(st,this.pos)==0&&dt==this.button};var Ld,Oh;function Mc(nt,st){var dt=+new Date;return Oh&&Oh.compare(dt,nt,st)?(Ld=Oh=null,"triple"):Ld&&Ld.compare(dt,nt,st)?(Oh=new kc(dt,nt,st),Ld=null,"double"):(Ld=new kc(dt,nt,st),Oh=null,"single")}function Al(nt){var st=this,dt=st.display;if(!(wi(st,nt)||dt.activeTouch&&dt.input.supportsTouch())){if(dt.input.ensurePolled(),dt.shift=nt.shiftKey,Br(dt,nt)){ee||(dt.scroller.draggable=!1,setTimeout(function(){return dt.scroller.draggable=!0},100));return}if(!ug(st,nt)){var ht=Qs(st,nt),ct=rr(nt),Pt=ht?Mc(ht,ct):"single";window.focus(),ct==1&&st.state.selectingText&&st.state.selectingText(nt),!(ht&&Tc(st,ct,ht,Pt,nt))&&(ct==1?ht?tm(st,ht,Pt,nt):Er(nt)==dt.scroller&&Zi(nt):ct==2?(ht&&qf(st.doc,ht),setTimeout(function(){return dt.input.focus()},20)):ct==3&&(Ft?st.display.input.onContextMenu(nt):cr(st)))}}}function Tc(nt,st,dt,ht,ct){var Pt="Click";return ht=="double"?Pt="Double"+Pt:ht=="triple"&&(Pt="Triple"+Pt),Pt=(st==1?"Left":st==2?"Middle":"Right")+Pt,Bh(nt,yc(Pt,ct),ct,function(Tt){if(typeof Tt=="string"&&(Tt=Xu[Tt]),!Tt)return!1;var Ot=!1;try{nt.isReadOnly()&&(nt.state.suppressEdits=!0),Ot=Tt(nt,dt)!=pn}finally{nt.state.suppressEdits=!1}return Ot})}function ag(nt,st,dt){var ht=nt.getOption("configureMouse"),ct=ht?ht(nt,st,dt):{};if(ct.unit==null){var Pt=lt?dt.shiftKey&&dt.metaKey:dt.altKey;ct.unit=Pt?"rectangle":st=="single"?"char":st=="double"?"word":"line"}return(ct.extend==null||nt.doc.extend)&&(ct.extend=nt.doc.extend||dt.shiftKey),ct.addNew==null&&(ct.addNew=gt?dt.metaKey:dt.ctrlKey),ct.moveOnDrag==null&&(ct.moveOnDrag=!(gt?dt.altKey:dt.ctrlKey)),ct}function tm(nt,st,dt,ht){ge?setTimeout(fn(nr,nt),0):nt.curOp.focus=De();var ct=ag(nt,dt,ht),Pt=nt.doc.sel,Tt;nt.options.dragDrop&&zs&&!nt.isReadOnly()&&dt=="single"&&(Tt=Pt.contains(st))>-1&&(en((Tt=Pt.ranges[Tt]).from(),st)<0||st.xRel>0)&&(en(Tt.to(),st)>0||st.xRel<0)?bc(nt,ht,st,ct):ev(nt,ht,st,ct)}function bc(nt,st,dt,ht){var ct=nt.display,Pt=!1,Tt=is(nt,function(Ut){ee&&(ct.scroller.draggable=!1),nt.state.draggingText=!1,ti(ct.wrapper.ownerDocument,"mouseup",Tt),ti(ct.wrapper.ownerDocument,"mousemove",Ot),ti(ct.scroller,"dragstart",Bt),ti(ct.scroller,"drop",Tt),Pt||(Zi(Ut),ht.addNew||qf(nt.doc,dt,null,null,ht.extend),ee&&!$e||ge&&he==9?setTimeout(function(){ct.wrapper.ownerDocument.body.focus({preventScroll:!0}),ct.input.focus()},20):ct.input.focus())}),Ot=function(Ut){Pt=Pt||Math.abs(st.clientX-Ut.clientX)+Math.abs(st.clientY-Ut.clientY)>=10},Bt=function(){return Pt=!0};ee&&(ct.scroller.draggable=!0),nt.state.draggingText=Tt,Tt.copy=!ht.moveOnDrag,ct.scroller.dragDrop&&ct.scroller.dragDrop(),On(ct.wrapper.ownerDocument,"mouseup",Tt),On(ct.wrapper.ownerDocument,"mousemove",Ot),On(ct.scroller,"dragstart",Bt),On(ct.scroller,"drop",Tt),cr(nt),setTimeout(function(){return ct.input.focus()},20)}function Nc(nt,st,dt){if(dt=="char")return new Go(st,st);if(dt=="word")return nt.findWordAt(st);if(dt=="line")return new Go(ce(st.line,0),wn(nt.doc,ce(st.line+1,0)));var ht=dt(nt,st);return new Go(ht.from,ht.to)}function ev(nt,st,dt,ht){var ct=nt.display,Pt=nt.doc;Zi(st);var Tt,Ot,Bt=Pt.sel,Ut=Bt.ranges;if(ht.addNew&&!ht.extend?(Ot=Pt.sel.contains(dt),Ot>-1?Tt=Ut[Ot]:Tt=new Go(dt,dt)):(Tt=Pt.sel.primary(),Ot=Pt.sel.primIndex),ht.unit=="rectangle")ht.addNew||(Tt=new Go(dt,dt)),dt=Qs(nt,st,!0,!0),Ot=-1;else{var de=Nc(nt,dt,ht.unit);ht.extend?Tt=$f(Tt,de.anchor,de.head,ht.extend):Tt=de}ht.addNew?Ot==-1?(Ot=Ut.length,Hs(Pt,pl(nt,Ut.concat([Tt]),Ot),{scroll:!1,origin:"*mouse"})):Ut.length>1&&Ut[Ot].empty()&&ht.unit=="char"&&!ht.extend?(Hs(Pt,pl(nt,Ut.slice(0,Ot).concat(Ut.slice(Ot+1)),0),{scroll:!1,origin:"*mouse"}),Bt=Pt.sel):Zu(Pt,Ot,Tt,_e):(Ot=0,Hs(Pt,new tl([Tt],0),_e),Bt=Pt.sel);var Kt=dt;function Te(ii){if(en(Kt,ii)!=0)if(Kt=ii,ht.unit=="rectangle"){for(var vi=[],Wi=nt.options.tabSize,ni=te(Ue(Pt,dt.line).text,dt.ch,Wi),ao=te(Ue(Pt,ii.line).text,ii.ch,Wi),dr=Math.min(ni,ao),rs=Math.max(ni,ao),wr=Math.min(dt.line,ii.line),ga=Math.min(nt.lastLine(),Math.max(dt.line,ii.line));wr<=ga;wr++){var Ws=Ue(Pt,wr).text,Kr=Mn(Ws,dr,Wi);dr==rs?vi.push(new Go(ce(wr,Kr),ce(wr,Kr))):Ws.length>Kr&&vi.push(new Go(ce(wr,Kr),ce(wr,Mn(Ws,rs,Wi))))}vi.length||vi.push(new Go(dt,dt)),Hs(Pt,pl(nt,Bt.ranges.slice(0,Ot).concat(vi),Ot),{origin:"*mouse",scroll:!1}),nt.scrollIntoView(ii)}else{var Ta=Tt,As=Nc(nt,ii,ht.unit),Xr=Ta.anchor,Ao;en(As.anchor,Xr)>0?(Ao=As.head,Xr=hn(Ta.from(),As.anchor)):(Ao=As.anchor,Xr=ai(Ta.to(),As.head));var Tr=Bt.ranges.slice(0);Tr[Ot]=em(nt,new Go(wn(Pt,Xr),Ao)),Hs(Pt,pl(nt,Tr,Ot),_e)}}var Le=ct.wrapper.getBoundingClientRect(),gn=0;function Pn(ii){var vi=++gn,Wi=Qs(nt,ii,!0,ht.unit=="rectangle");if(Wi)if(en(Wi,Kt)!=0){nt.curOp.focus=De(),Te(Wi);var ni=mo(ct,Pt);(Wi.line>=ni.to||Wi.lineLe.bottom?20:0;ao&&setTimeout(is(nt,function(){gn==vi&&(ct.scroller.scrollTop+=ao,Pn(ii))}),50)}}function An(ii){nt.state.selectingText=!1,gn=1/0,ii&&(Zi(ii),ct.input.focus()),ti(ct.wrapper.ownerDocument,"mousemove",Xn),ti(ct.wrapper.ownerDocument,"mouseup",fi),Pt.history.lastSelOrigin=null}var Xn=is(nt,function(ii){ii.buttons===0||!rr(ii)?An(ii):Pn(ii)}),fi=is(nt,An);nt.state.selectingText=fi,On(ct.wrapper.ownerDocument,"mousemove",Xn),On(ct.wrapper.ownerDocument,"mouseup",fi)}function em(nt,st){var dt=st.anchor,ht=st.head,ct=Ue(nt.doc,dt.line);if(en(dt,ht)==0&&dt.sticky==ht.sticky)return st;var Pt=Dn(ct);if(!Pt)return st;var Tt=Bn(Pt,dt.ch,dt.sticky),Ot=Pt[Tt];if(Ot.from!=dt.ch&&Ot.to!=dt.ch)return st;var Bt=Tt+(Ot.from==dt.ch==(Ot.level!=1)?0:1);if(Bt==0||Bt==Pt.length)return st;var Ut;if(ht.line!=dt.line)Ut=(ht.line-dt.line)*(nt.doc.direction=="ltr"?1:-1)>0;else{var de=Bn(Pt,ht.ch,ht.sticky),Kt=de-Tt||(ht.ch-dt.ch)*(Ot.level==1?-1:1);de==Bt-1||de==Bt?Ut=Kt<0:Ut=Kt>0}var Te=Pt[Bt+(Ut?-1:0)],Le=Ut==(Te.level==1),gn=Le?Te.from:Te.to,Pn=Le?"after":"before";return dt.ch==gn&&dt.sticky==Pn?st:new Go(new ce(dt.line,gn,Pn),ht)}function lg(nt,st,dt,ht){var ct,Pt;if(st.touches)ct=st.touches[0].clientX,Pt=st.touches[0].clientY;else try{ct=st.clientX,Pt=st.clientY}catch(Te){return!1}if(ct>=Math.floor(nt.display.gutters.getBoundingClientRect().right))return!1;ht&&Zi(st);var Tt=nt.display,Ot=Tt.lineDiv.getBoundingClientRect();if(Pt>Ot.bottom||!_i(nt,dt))return Fi(st);Pt-=Ot.top-Tt.viewOffset;for(var Bt=0;Bt=ct){var de=re(nt.doc,Pt),Kt=nt.display.gutterSpecs[Bt];return yi(nt,dt,nt,de,Kt.className,st),Fi(st)}}}function ug(nt,st){return lg(nt,st,"gutterClick",!0)}function hg(nt,st){Br(nt.display,st)||nm(nt,st)||wi(nt,st,"contextmenu")||Ft||nt.display.input.onContextMenu(st)}function nm(nt,st){return _i(nt,"gutterContextMenu")?lg(nt,st,"gutterContextMenu",!1):!1}function dg(nt){nt.display.wrapper.className=nt.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+nt.options.theme.replace(/(^|\s)\s*/g," cm-s-"),Bu(nt)}var Ju={toString:function(){return"CodeMirror.Init"}},Fc={},cf={};function im(nt){var st=nt.optionHandlers;function dt(ht,ct,Pt,Tt){nt.defaults[ht]=ct,Pt&&(st[ht]=Tt?function(Ot,Bt,Ut){Ut!=Ju&&Pt(Ot,Bt,Ut)}:Pt)}nt.defineOption=dt,nt.Init=Ju,dt("value","",function(ht,ct){return ht.setValue(ct)},!0),dt("mode",null,function(ht,ct){ht.doc.modeOption=ct,so(ht)},!0),dt("indentUnit",2,so,!0),dt("indentWithTabs",!1),dt("smartIndent",!0),dt("tabSize",4,function(ht){qd(ht),Bu(ht),hr(ht)},!0),dt("lineSeparator",null,function(ht,ct){if(ht.doc.lineSep=ct,!!ct){var Pt=[],Tt=ht.doc.first;ht.doc.iter(function(Bt){for(var Ut=0;;){var de=Bt.text.indexOf(ct,Ut);if(de==-1)break;Ut=de+ct.length,Pt.push(ce(Tt,de))}Tt++});for(var Ot=Pt.length-1;Ot>=0;Ot--)Nh(ht.doc,ct,Pt[Ot],ce(Pt[Ot].line,Pt[Ot].ch+ct.length))}}),dt("specialChars",/[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b-\u200c\u200e\u200f\u2028\u2029\ufeff\ufff9-\ufffc]/g,function(ht,ct,Pt){ht.state.specialChars=new RegExp(ct.source+(ct.test(" ")?"":"| "),"g"),Pt!=Ju&&ht.refresh()}),dt("specialCharPlaceholder",qr,function(ht){return ht.refresh()},!0),dt("electricChars",!0),dt("inputStyle",it?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),dt("spellcheck",!1,function(ht,ct){return ht.getInputField().spellcheck=ct},!0),dt("autocorrect",!1,function(ht,ct){return ht.getInputField().autocorrect=ct},!0),dt("autocapitalize",!1,function(ht,ct){return ht.getInputField().autocapitalize=ct},!0),dt("rtlMoveVisually",!pt),dt("wholeLineUpdateBefore",!0),dt("theme","default",function(ht){dg(ht),ja(ht)},!0),dt("keyMap","default",function(ht,ct,Pt){var Tt=Ah(ct),Ot=Pt!=Ju&&Ah(Pt);Ot&&Ot.detach&&Ot.detach(ht,Tt),Tt.attach&&Tt.attach(ht,Ot||null)}),dt("extraKeys",null),dt("configureMouse",null),dt("lineWrapping",!1,om,!0),dt("gutters",[],function(ht,ct){ht.display.gutterSpecs=cs(ct,ht.options.lineNumbers),ja(ht)},!0),dt("fixedGutter",!0,function(ht,ct){ht.display.gutters.style.left=ct?Xd(ht.display)+"px":"0",ht.refresh()},!0),dt("coverGutterNextToScrollbar",!1,function(ht){return Ru(ht)},!0),dt("scrollbarStyle","native",function(ht){ic(ht),Ru(ht),ht.display.scrollbars.setScrollTop(ht.doc.scrollTop),ht.display.scrollbars.setScrollLeft(ht.doc.scrollLeft)},!0),dt("lineNumbers",!1,function(ht,ct){ht.display.gutterSpecs=cs(ht.options.gutters,ct),ja(ht)},!0),dt("firstLineNumber",1,ja,!0),dt("lineNumberFormatter",function(ht){return ht},ja,!0),dt("showCursorWhenSelecting",!1,ns,!0),dt("resetSelectionOnContextMenu",!0),dt("lineWiseCopyCut",!0),dt("pasteLinesPerSelection",!0),dt("selectionsMayTouch",!1),dt("readOnly",!1,function(ht,ct){ct=="nocursor"&&(xh(ht),ht.display.input.blur()),ht.display.input.readOnlyChanged(ct)}),dt("screenReaderLabel",null,function(ht,ct){ct=ct===""?null:ct,ht.display.input.screenReaderLabelChanged(ct)}),dt("disableInput",!1,function(ht,ct){ct||ht.display.input.reset()},!0),dt("dragDrop",!0,fg),dt("allowDropFileTypes",null),dt("cursorBlinkRate",530),dt("cursorScrollMargin",0),dt("cursorHeight",1,ns,!0),dt("singleCursorHeightPerLine",!0,ns,!0),dt("workTime",100),dt("workDelay",100),dt("flattenSpans",!0,qd,!0),dt("addModeClass",!1,qd,!0),dt("pollInterval",100),dt("undoDepth",200,function(ht,ct){return ht.doc.history.undoDepth=ct}),dt("historyEventDelay",1250),dt("viewportMargin",10,function(ht){return ht.refresh()},!0),dt("maxHighlightLength",1e4,qd,!0),dt("moveInputWithCursor",!0,function(ht,ct){ct||ht.display.input.resetPosition()}),dt("tabindex",null,function(ht,ct){return ht.display.input.getField().tabIndex=ct||""}),dt("autofocus",null),dt("direction","ltr",function(ht,ct){return ht.doc.setDirection(ct)},!0),dt("phrases",null)}function fg(nt,st,dt){var ht=dt&&dt!=Ju;if(!st!=!ht){var ct=nt.display.dragFunctions,Pt=st?On:ti;Pt(nt.display.scroller,"dragstart",ct.start),Pt(nt.display.scroller,"dragenter",ct.enter),Pt(nt.display.scroller,"dragover",ct.over),Pt(nt.display.scroller,"dragleave",ct.leave),Pt(nt.display.scroller,"drop",ct.drop)}}function om(nt){nt.options.lineWrapping?(Ke(nt.display.wrapper,"CodeMirror-wrap"),nt.display.sizer.style.minWidth="",nt.display.sizerWidth=null):(Yt(nt.display.wrapper,"CodeMirror-wrap"),to(nt)),Li(nt),hr(nt),Bu(nt),setTimeout(function(){return Ru(nt)},100)}function No(nt,st){var dt=this;if(!(this instanceof No))return new No(nt,st);this.options=st=st?vn(st):{},vn(Fc,st,!1);var ht=st.value;typeof ht=="string"?ht=new Es(ht,st.mode,null,st.lineSeparator,st.direction):st.mode&&(ht.modeOption=st.mode),this.doc=ht;var ct=new No.inputStyles[st.inputStyle](this),Pt=this.display=new _u(nt,ht,ct,st);Pt.wrapper.CodeMirror=this,dg(this),st.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),ic(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 Wt,keySeq:null,specialChars:null},st.autofocus&&!it&&Pt.input.focus(),ge&&he<11&&setTimeout(function(){return dt.display.input.reset(!0)},20),kd(this),Ha(),zu(this),this.curOp.forceUpdate=!0,Xf(this,ht),st.autofocus&&!it||this.hasFocus()?setTimeout(function(){dt.hasFocus()&&!dt.state.focused&&Po(dt)},20):xh(this);for(var Tt in cf)cf.hasOwnProperty(Tt)&&cf[Tt](this,st[Tt],Ju);Ur(this),st.finishInit&&st.finishInit(this);for(var Ot=0;Ot20*20}On(st.scroller,"touchstart",function(Bt){if(!wi(nt,Bt)&&!Pt(Bt)&&!ug(nt,Bt)){st.input.ensurePolled(),clearTimeout(dt);var Ut=+new Date;st.activeTouch={start:Ut,moved:!1,prev:Ut-ht.end<=300?ht:null},Bt.touches.length==1&&(st.activeTouch.left=Bt.touches[0].pageX,st.activeTouch.top=Bt.touches[0].pageY)}}),On(st.scroller,"touchmove",function(){st.activeTouch&&(st.activeTouch.moved=!0)}),On(st.scroller,"touchend",function(Bt){var Ut=st.activeTouch;if(Ut&&!Br(st,Bt)&&Ut.left!=null&&!Ut.moved&&new Date-Ut.start<300){var de=nt.coordsChar(st.activeTouch,"page"),Kt;!Ut.prev||Tt(Ut,Ut.prev)?Kt=new Go(de,de):!Ut.prev.prev||Tt(Ut,Ut.prev.prev)?Kt=nt.findWordAt(de):Kt=new Go(ce(de.line,0),wn(nt.doc,ce(de.line+1,0))),nt.setSelection(Kt.anchor,Kt.head),nt.focus(),Zi(Bt)}ct()}),On(st.scroller,"touchcancel",ct),On(st.scroller,"scroll",function(){st.scroller.clientHeight&&(wh(nt,st.scroller.scrollTop),fu(nt,st.scroller.scrollLeft,!0),yi(nt,"scroll",nt))}),On(st.scroller,"mousewheel",function(Bt){return ps(nt,Bt)}),On(st.scroller,"DOMMouseScroll",function(Bt){return ps(nt,Bt)}),On(st.wrapper,"scroll",function(){return st.wrapper.scrollTop=st.wrapper.scrollLeft=0}),st.dragFunctions={enter:function(Bt){wi(nt,Bt)||Zo(Bt)},over:function(Bt){wi(nt,Bt)||(Xp(nt,Bt),Zo(Bt))},start:function(Bt){return Kp(nt,Bt)},drop:is(nt,gc),leave:function(Bt){wi(nt,Bt)||Jp(nt)}};var Ot=st.input.getField();On(Ot,"keyup",function(Bt){return Lc.call(nt,Bt)}),On(Ot,"keydown",is(nt,wc)),On(Ot,"keypress",is(nt,El)),On(Ot,"focus",function(Bt){return Po(nt,Bt)}),On(Ot,"blur",function(Bt){return xh(nt,Bt)})}var Ih=[];No.defineInitHook=function(nt){return Ih.push(nt)};function os(nt,st,dt,ht){var ct=nt.doc,Pt;dt==null&&(dt="add"),dt=="smart"&&(ct.mode.indent?Pt=xo(nt,st).state:dt="prev");var Tt=nt.options.tabSize,Ot=Ue(ct,st),Bt=te(Ot.text,null,Tt);Ot.stateAfter&&(Ot.stateAfter=null);var Ut=Ot.text.match(/^\s*/)[0],de;if(!ht&&!/\S/.test(Ot.text))de=0,dt="not";else if(dt=="smart"&&(de=ct.mode.indent(Pt,Ot.text.slice(Ut.length),Ot.text),de==pn||de>150)){if(!ht)return;dt="prev"}dt=="prev"?st>ct.first?de=te(Ue(ct,st-1).text,null,Tt):de=0:dt=="add"?de=Bt+nt.options.indentUnit:dt=="subtract"?de=Bt-nt.options.indentUnit:typeof dt=="number"&&(de=Bt+dt),de=Math.max(0,de);var Kt="",Te=0;if(nt.options.indentWithTabs)for(var Le=Math.floor(de/Tt);Le;--Le)Te+=Tt,Kt+=" ";if(TeTt,Bt=qo(st),Ut=null;if(Ot&&ht.ranges.length>1)if(fa&&fa.text.join(` `)==st){if(ht.ranges.length%fa.text.length==0){Ut=[];for(var de=0;de=0;Te--){var Le=ht.ranges[Te],gn=Le.from(),Pn=Le.to();Le.empty()&&(dt&&dt>0?gn=ce(gn.line,gn.ch-dt):nt.state.overwrite&&!Ot?Pn=ce(Pn.line,Math.min(Ue(Pt,Pn.line).text.length,Pn.ch+ve(Bt).length)):Ot&&fa&&fa.lineWise&&fa.text.join(` `)==Bt.join(` `)&&(gn=Pn=ce(gn.line,0)));var An={from:gn,to:Pn,text:Ut?Ut[Te%Ut.length]:Bt,origin:ct||(Ot?"paste":nt.state.cutIncoming>Tt?"cut":"+input")};Ku(nt.doc,An),li(nt,"inputRead",nt,An)}st&&!Ot&&Ac(nt,st),du(nt),nt.curOp.updateInput<2&&(nt.curOp.updateInput=Kt),nt.curOp.typing=!0,nt.state.pasteIncoming=nt.state.cutIncoming=-1}function Ec(nt,st){var dt=nt.clipboardData&&nt.clipboardData.getData("Text");if(dt)return nt.preventDefault(),!st.isReadOnly()&&!st.options.disableInput&&Bo(st,function(){return pf(st,dt,0,null,"paste")}),!0}function Ac(nt,st){if(!(!nt.options.electricChars||!nt.options.smartIndent))for(var dt=nt.doc.sel,ht=dt.ranges.length-1;ht>=0;ht--){var ct=dt.ranges[ht];if(!(ct.head.ch>100||ht&&dt.ranges[ht-1].head.line==ct.head.line)){var Pt=nt.getModeAt(ct.head),Tt=!1;if(Pt.electricChars){for(var Ot=0;Ot-1){Tt=os(nt,ct.head.line,"smart");break}}else Pt.electricInput&&Pt.electricInput.test(Ue(nt.doc,ct.head.line).text.slice(0,ct.head.ch))&&(Tt=os(nt,ct.head.line,"smart"));Tt&&li(nt,"electricInput",nt,ct.head.line)}}}function Bc(nt){for(var st=[],dt=[],ht=0;htPt&&(os(this,Ot.head.line,ht,!0),Pt=Ot.head.line,Tt==this.doc.sel.primIndex&&du(this));else{var Bt=Ot.from(),Ut=Ot.to(),de=Math.max(Pt,Bt.line);Pt=Math.min(this.lastLine(),Ut.line-(Ut.ch?0:1))+1;for(var Kt=de;Kt0&&Zu(this.doc,Tt,new Go(Bt,Te[Tt].to()),xe)}}}),getTokenAt:function(ht,ct){return Hi(this,ht,ct)},getLineTokens:function(ht,ct){return Hi(this,ce(ht),ct,!0)},getTokenTypeAt:function(ht){ht=wn(this.doc,ht);var ct=Ui(this,Ue(this.doc,ht.line)),Pt=0,Tt=(ct.length-1)/2,Ot=ht.ch,Bt;if(Ot==0)Bt=ct[2];else for(;;){var Ut=Pt+Tt>>1;if((Ut?ct[Ut*2-1]:0)>=Ot)Tt=Ut;else if(ct[Ut*2+1]Bt&&(ht=Bt,Tt=!0),Ot=Ue(this.doc,ht)}else Ot=ht;return es(this,Ot,{top:0,left:0},ct||"page",Pt||Tt).top+(Tt?this.doc.height-no(Ot):0)},defaultTextHeight:function(){return Js(this.display)},defaultCharWidth:function(){return cl(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(ht,ct,Pt,Tt,Ot){var Bt=this.display;ht=er(this,wn(this.doc,ht));var Ut=ht.bottom,de=ht.left;if(ct.style.position="absolute",ct.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(ct),Bt.sizer.appendChild(ct),Tt=="over")Ut=ht.top;else if(Tt=="above"||Tt=="near"){var Kt=Math.max(Bt.wrapper.clientHeight,this.doc.height),Te=Math.max(Bt.sizer.clientWidth,Bt.lineSpace.clientWidth);(Tt=="above"||ht.bottom+ct.offsetHeight>Kt)&&ht.top>ct.offsetHeight?Ut=ht.top-ct.offsetHeight:ht.bottom+ct.offsetHeight<=Kt&&(Ut=ht.bottom),de+ct.offsetWidth>Te&&(de=Te-ct.offsetWidth)}ct.style.top=Ut+"px",ct.style.left=ct.style.right="",Ot=="right"?(de=Bt.sizer.clientWidth-ct.offsetWidth,ct.style.right="0px"):(Ot=="left"?de=0:Ot=="middle"&&(de=(Bt.sizer.clientWidth-ct.offsetWidth)/2),ct.style.left=de+"px"),Pt&&Jd(this,{left:de,top:Ut,right:de+ct.offsetWidth,bottom:Ut+ct.offsetHeight})},triggerOnKeyDown:ds(wc),triggerOnKeyPress:ds(El),triggerOnKeyUp:Lc,triggerOnMouseDown:ds(Al),execCommand:function(ht){if(Xu.hasOwnProperty(ht))return Xu[ht].call(null,this)},triggerElectric:ds(function(ht){Ac(this,ht)}),findPosH:function(ht,ct,Pt,Tt){var Ot=1;ct<0&&(Ot=-1,ct=-ct);for(var Bt=wn(this.doc,ht),Ut=0;Ut0&&de(Pt.charAt(Tt-1));)--Tt;for(;Ot.5||this.options.lineWrapping)&&Li(this),yi(this,"refresh",this)}),swapDoc:ds(function(ht){var ct=this.doc;return ct.cm=null,this.state.selectingText&&this.state.selectingText(),Xf(this,ht),Bu(this),this.display.input.reset(),Ph(this,ht.scrollLeft,ht.scrollTop),this.curOp.forceScroll=!0,li(this,"swapDoc",this,ct),ct}),phrase:function(ht){var ct=this.options.phrases;return ct&&Object.prototype.hasOwnProperty.call(ct,ht)?ct[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}},Gi(nt),nt.registerHelper=function(ht,ct,Pt){dt.hasOwnProperty(ht)||(dt[ht]=nt[ht]={_global:[]}),dt[ht][ct]=Pt},nt.registerGlobalHelper=function(ht,ct,Pt,Tt){nt.registerHelper(ht,ct,Tt),dt[ht]._global.push({pred:Pt,val:Tt})}}function mf(nt,st,dt,ht,ct){var Pt=st,Tt=dt,Ot=Ue(nt,st.line),Bt=ct&&nt.direction=="rtl"?-dt:dt;function Ut(){var fi=st.line+Bt;return fi=nt.first+nt.size?!1:(st=new ce(fi,st.ch,st.sticky),Ot=Ue(nt,fi))}function de(fi){var ii;if(ht=="codepoint"){var vi=Ot.text.charCodeAt(st.ch+(ht>0?0:-1));isNaN(vi)?ii=null:ii=new ce(st.line,Math.max(0,Math.min(Ot.text.length,st.ch+dt*(vi>=55296&&vi<56320?2:1))),-dt)}else ct?ii=ig(nt.cm,Ot,st,dt):ii=Rr(Ot,st,dt);if(ii==null)if(!fi&&Ut())st=gf(ct,nt.cm,Ot,st.line,Bt);else return!1;else st=ii;return!0}if(ht=="char"||ht=="codepoint")de();else if(ht=="column")de(!0);else if(ht=="word"||ht=="group")for(var Kt=null,Te=ht=="group",Le=nt.cm&&nt.cm.getHelper(st,"wordChars"),gn=!0;!(dt<0&&!de(!gn));gn=!1){var Pn=Ot.text.charAt(st.ch)||` `,An=Rt(Pn,Le)?"w":Te&&Pn==` `?"n":!Te||/\s/.test(Pn)?null:"p";if(Te&&!gn&&!An&&(An="s"),Kt&&Kt!=An){dt<0&&(dt=1,de(),st.sticky="after");break}if(An&&(Kt=An),dt>0&&!de(!gn))break}var Xn=af(nt,st,Pt,Tt,!0);return _n(Pt,Xn)&&(Xn.hitSide=!0),Xn}function $u(nt,st,dt,ht){var ct=nt.doc,Pt=st.left,Tt;if(ht=="page"){var Ot=Math.min(nt.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight),Bt=Math.max(Ot-.5*Js(nt.display),3);Tt=(dt>0?st.bottom:st.top)+dt*Bt}else ht=="line"&&(Tt=dt>0?st.bottom+3:st.top-3);for(var Ut;Ut=Fs(nt,Pt,Tt),!!Ut.outside;){if(dt<0?Tt<=0:Tt>=ct.height){Ut.hitSide=!0;break}Tt+=dt*5}return Ut}var Xo=function(nt){this.cm=nt,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new Wt,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};Xo.prototype.init=function(nt){var st=this,dt=this,ht=dt.cm,ct=dt.div=nt.lineDiv;Dc(ct,ht.options.spellcheck,ht.options.autocorrect,ht.options.autocapitalize);function Pt(Ot){for(var Bt=Ot.target;Bt;Bt=Bt.parentNode){if(Bt==ct)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(Bt.className))break}return!1}On(ct,"paste",function(Ot){!Pt(Ot)||wi(ht,Ot)||Ec(Ot,ht)||he<=11&&setTimeout(is(ht,function(){return st.updateFromDOM()}),20)}),On(ct,"compositionstart",function(Ot){st.composing={data:Ot.data,done:!1}}),On(ct,"compositionupdate",function(Ot){st.composing||(st.composing={data:Ot.data,done:!1})}),On(ct,"compositionend",function(Ot){st.composing&&(Ot.data!=st.composing.data&&st.readFromDOMSoon(),st.composing.done=!0)}),On(ct,"touchstart",function(){return dt.forceCompositionEnd()}),On(ct,"input",function(){st.composing||st.readFromDOMSoon()});function Tt(Ot){if(!(!Pt(Ot)||wi(ht,Ot))){if(ht.somethingSelected())Rh({lineWise:!1,text:ht.getSelections()}),Ot.type=="cut"&&ht.replaceSelection("",null,"cut");else if(ht.options.lineWiseCopyCut){var Bt=Bc(ht);Rh({lineWise:!0,text:Bt.text}),Ot.type=="cut"&&ht.operation(function(){ht.setSelections(Bt.ranges,0,xe),ht.replaceSelection("",null,"cut")})}else return;if(Ot.clipboardData){Ot.clipboardData.clearData();var Ut=fa.text.join(` `);if(Ot.clipboardData.setData("Text",Ut),Ot.clipboardData.getData("Text")==Ut){Ot.preventDefault();return}}var de=Oc(),Kt=de.firstChild;ht.display.lineSpace.insertBefore(de,ht.display.lineSpace.firstChild),Kt.value=fa.text.join(` `);var Te=document.activeElement;qe(Kt),setTimeout(function(){ht.display.lineSpace.removeChild(de),Te.focus(),Te==ct&&dt.showPrimarySelection()},50)}}On(ct,"copy",Tt),On(ct,"cut",Tt)},Xo.prototype.screenReaderLabelChanged=function(nt){nt?this.div.setAttribute("aria-label",nt):this.div.removeAttribute("aria-label")},Xo.prototype.prepareSelection=function(){var nt=Ou(this.cm,!1);return nt.focus=document.activeElement==this.div,nt},Xo.prototype.showSelection=function(nt,st){!nt||!this.cm.display.view.length||((nt.focus||st)&&this.showPrimarySelection(),this.showMultipleSelections(nt))},Xo.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},Xo.prototype.showPrimarySelection=function(){var nt=this.getSelection(),st=this.cm,dt=st.doc.sel.primary(),ht=dt.from(),ct=dt.to();if(st.display.viewTo==st.display.viewFrom||ht.line>=st.display.viewTo||ct.line=st.display.viewFrom&&gg(st,ht)||{node:Ot[0].measure.map[2],offset:0},Ut=ct.linent.firstLine()&&(ht=ce(ht.line-1,Ue(nt.doc,ht.line-1).length)),ct.ch==Ue(nt.doc,ct.line).text.length&&ct.linest.viewTo-1)return!1;var Pt,Tt,Ot;ht.line==st.viewFrom||(Pt=za(nt,ht.line))==0?(Tt=Vt(st.view[0].line),Ot=st.view[0].node):(Tt=Vt(st.view[Pt].line),Ot=st.view[Pt-1].node.nextSibling);var Bt=za(nt,ct.line),Ut,de;if(Bt==st.view.length-1?(Ut=st.viewTo-1,de=st.lineDiv.lastChild):(Ut=Vt(st.view[Bt+1].line)-1,de=st.view[Bt+1].node.previousSibling),!Ot)return!1;for(var Kt=nt.doc.splitLines(Td(nt,Ot,de,Tt,Ut)),Te=Vn(nt.doc,ce(Tt,0),ce(Ut,Ue(nt.doc,Ut).text.length));Kt.length>1&&Te.length>1;)if(ve(Kt)==ve(Te))Kt.pop(),Te.pop(),Ut--;else if(Kt[0]==Te[0])Kt.shift(),Te.shift(),Tt++;else break;for(var Le=0,gn=0,Pn=Kt[0],An=Te[0],Xn=Math.min(Pn.length,An.length);Leht.ch&&fi.charCodeAt(fi.length-gn-1)==ii.charCodeAt(ii.length-gn-1);)Le--,gn++;Kt[Kt.length-1]=fi.slice(0,fi.length-gn).replace(/^\u200b+/,""),Kt[0]=Kt[0].slice(Le).replace(/\u200b+$/,"");var Wi=ce(Tt,Le),ni=ce(Ut,Te.length?ve(Te).length-gn:0);if(Kt.length>1||Kt[0]||en(Wi,ni))return Nh(nt.doc,Kt,Wi,ni,"+input"),!0},Xo.prototype.ensurePolled=function(){this.forceCompositionEnd()},Xo.prototype.reset=function(){this.forceCompositionEnd()},Xo.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},Xo.prototype.readFromDOMSoon=function(){var nt=this;this.readDOMTimeout==null&&(this.readDOMTimeout=setTimeout(function(){if(nt.readDOMTimeout=null,nt.composing)if(nt.composing.done)nt.composing=null;else return;nt.updateFromDOM()},80))},Xo.prototype.updateFromDOM=function(){var nt=this;(this.cm.isReadOnly()||!this.pollContent())&&Bo(this.cm,function(){return hr(nt.cm)})},Xo.prototype.setUneditable=function(nt){nt.contentEditable="false"},Xo.prototype.onKeyPress=function(nt){nt.charCode==0||this.composing||(nt.preventDefault(),this.cm.isReadOnly()||is(this.cm,pf)(this.cm,String.fromCharCode(nt.charCode==null?nt.keyCode:nt.charCode),0))},Xo.prototype.readOnlyChanged=function(nt){this.div.contentEditable=String(nt!="nocursor")},Xo.prototype.onContextMenu=function(){},Xo.prototype.resetPosition=function(){},Xo.prototype.needsContentAttribute=!0;function gg(nt,st){var dt=gl(nt,st.line);if(!dt||dt.hidden)return null;var ht=Ue(nt.doc,st.line),ct=Eu(dt,ht,st.line),Pt=Dn(ht,nt.doc.direction),Tt="left";if(Pt){var Ot=Bn(Pt,st.ch);Tt=Ot%2?"right":"left"}var Bt=ld(ct.map,st.ch,Tt);return Bt.offset=Bt.collapse=="right"?Bt.end:Bt.start,Bt}function Ic(nt){for(var st=nt;st;st=st.parentNode)if(/CodeMirror-gutter-wrapper/.test(st.className))return!0;return!1}function Md(nt,st){return st&&(nt.bad=!0),nt}function Td(nt,st,dt,ht,ct){var Pt="",Tt=!1,Ot=nt.doc.lineSeparator(),Bt=!1;function Ut(Le){return function(gn){return gn.id==Le}}function de(){Tt&&(Pt+=Ot,Bt&&(Pt+=Ot),Tt=Bt=!1)}function Kt(Le){Le&&(de(),Pt+=Le)}function Te(Le){if(Le.nodeType==1){var gn=Le.getAttribute("cm-text");if(gn){Kt(gn);return}var Pn=Le.getAttribute("cm-marker"),An;if(Pn){var Xn=nt.findMarks(ce(ht,0),ce(ct+1,0),Ut(+Pn));Xn.length&&(An=Xn[0].find(0))&&Kt(Vn(nt.doc,An.from,An.to).join(Ot));return}if(Le.getAttribute("contenteditable")=="false")return;var fi=/^(pre|div|p|li|table|br)$/i.test(Le.nodeName);if(!/^br$/i.test(Le.nodeName)&&Le.textContent.length==0)return;fi&&de();for(var ii=0;ii=9&&st.hasSelection&&(st.hasSelection=null),dt.poll()}),On(ct,"paste",function(Tt){wi(ht,Tt)||Ec(Tt,ht)||(ht.state.pasteIncoming=+new Date,dt.fastPoll())});function Pt(Tt){if(!wi(ht,Tt)){if(ht.somethingSelected())Rh({lineWise:!1,text:ht.getSelections()});else if(ht.options.lineWiseCopyCut){var Ot=Bc(ht);Rh({lineWise:!0,text:Ot.text}),Tt.type=="cut"?ht.setSelections(Ot.ranges,null,xe):(dt.prevInput="",ct.value=Ot.text.join(` `),qe(ct))}else return;Tt.type=="cut"&&(ht.state.cutIncoming=+new Date)}}On(ct,"cut",Pt),On(ct,"copy",Pt),On(nt.scroller,"paste",function(Tt){if(!(Br(nt,Tt)||wi(ht,Tt))){if(!ct.dispatchEvent){ht.state.pasteIncoming=+new Date,dt.focus();return}var Ot=new Event("paste");Ot.clipboardData=Tt.clipboardData,ct.dispatchEvent(Ot)}}),On(nt.lineSpace,"selectstart",function(Tt){Br(nt,Tt)||Zi(Tt)}),On(ct,"compositionstart",function(){var Tt=ht.getCursor("from");dt.composing&&dt.composing.range.clear(),dt.composing={start:Tt,range:ht.markText(Tt,ht.getCursor("to"),{className:"CodeMirror-composing"})}}),On(ct,"compositionend",function(){dt.composing&&(dt.poll(),dt.composing.range.clear(),dt.composing=null)})},Zr.prototype.createField=function(nt){this.wrapper=Oc(),this.textarea=this.wrapper.firstChild},Zr.prototype.screenReaderLabelChanged=function(nt){nt?this.textarea.setAttribute("aria-label",nt):this.textarea.removeAttribute("aria-label")},Zr.prototype.prepareSelection=function(){var nt=this.cm,st=nt.display,dt=nt.doc,ht=Ou(nt);if(nt.options.moveInputWithCursor){var ct=er(nt,dt.sel.primary().head,"div"),Pt=st.wrapper.getBoundingClientRect(),Tt=st.lineDiv.getBoundingClientRect();ht.teTop=Math.max(0,Math.min(st.wrapper.clientHeight-10,ct.top+Tt.top-Pt.top)),ht.teLeft=Math.max(0,Math.min(st.wrapper.clientWidth-10,ct.left+Tt.left-Pt.left))}return ht},Zr.prototype.showSelection=function(nt){var st=this.cm,dt=st.display;$t(dt.cursorDiv,nt.cursors),$t(dt.selectionDiv,nt.selection),nt.teTop!=null&&(this.wrapper.style.top=nt.teTop+"px",this.wrapper.style.left=nt.teLeft+"px")},Zr.prototype.reset=function(nt){if(!(this.contextMenuPending||this.composing)){var st=this.cm;if(st.somethingSelected()){this.prevInput="";var dt=st.getSelection();this.textarea.value=dt,st.state.focused&&qe(this.textarea),ge&&he>=9&&(this.hasSelection=dt)}else nt||(this.prevInput=this.textarea.value="",ge&&he>=9&&(this.hasSelection=null))}},Zr.prototype.getField=function(){return this.textarea},Zr.prototype.supportsTouch=function(){return!1},Zr.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!it||De()!=this.textarea))try{this.textarea.focus()}catch(nt){}},Zr.prototype.blur=function(){this.textarea.blur()},Zr.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},Zr.prototype.receivedFocus=function(){this.slowPoll()},Zr.prototype.slowPoll=function(){var nt=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){nt.poll(),nt.cm.state.focused&&nt.slowPoll()})},Zr.prototype.fastPoll=function(){var nt=!1,st=this;st.pollingFast=!0;function dt(){var ht=st.poll();!ht&&!nt?(nt=!0,st.polling.set(60,dt)):(st.pollingFast=!1,st.slowPoll())}st.polling.set(20,dt)},Zr.prototype.poll=function(){var nt=this,st=this.cm,dt=this.textarea,ht=this.prevInput;if(this.contextMenuPending||!st.state.focused||Ct(dt)&&!ht&&!this.composing||st.isReadOnly()||st.options.disableInput||st.state.keySeq)return!1;var ct=dt.value;if(ct==ht&&!st.somethingSelected())return!1;if(ge&&he>=9&&this.hasSelection===ct||gt&&/[\uf700-\uf7ff]/.test(ct))return st.display.input.reset(),!1;if(st.doc.sel==st.display.selForContextMenu){var Pt=ct.charCodeAt(0);if(Pt==8203&&!ht&&(ht="\u200B"),Pt==8666)return this.reset(),this.cm.execCommand("undo")}for(var Tt=0,Ot=Math.min(ht.length,ct.length);Tt1e3||ct.indexOf(` `)>-1?dt.value=nt.prevInput="":nt.prevInput=ct,nt.composing&&(nt.composing.range.clear(),nt.composing.range=st.markText(nt.composing.start,st.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},Zr.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},Zr.prototype.onKeyPress=function(){ge&&he>=9&&(this.hasSelection=null),this.fastPoll()},Zr.prototype.onContextMenu=function(nt){var st=this,dt=st.cm,ht=dt.display,ct=st.textarea;st.contextMenuPending&&st.contextMenuPending();var Pt=Qs(dt,nt),Tt=ht.scroller.scrollTop;if(!Pt||qt)return;var Ot=dt.options.resetSelectionOnContextMenu;Ot&&dt.doc.sel.contains(Pt)==-1&&is(dt,Hs)(dt.doc,gu(Pt),xe);var Bt=ct.style.cssText,Ut=st.wrapper.style.cssText,de=st.wrapper.offsetParent.getBoundingClientRect();st.wrapper.style.cssText="position: static",ct.style.cssText=`position: absolute; width: 30px; height: 30px; top: `+(nt.clientY-de.top-5)+"px; left: "+(nt.clientX-de.left-5)+`px; z-index: 1000; background: `+(ge?"rgba(255, 255, 255, .05)":"transparent")+`; outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);`;var Kt;ee&&(Kt=window.scrollY),ht.input.focus(),ee&&window.scrollTo(null,Kt),ht.input.reset(),dt.somethingSelected()||(ct.value=st.prevInput=" "),st.contextMenuPending=Le,ht.selForContextMenu=dt.doc.sel,clearTimeout(ht.detectingSelectAll);function Te(){if(ct.selectionStart!=null){var Pn=dt.somethingSelected(),An="\u200B"+(Pn?ct.value:"");ct.value="\u21DA",ct.value=An,st.prevInput=Pn?"":"\u200B",ct.selectionStart=1,ct.selectionEnd=An.length,ht.selForContextMenu=dt.doc.sel}}function Le(){if(st.contextMenuPending==Le&&(st.contextMenuPending=!1,st.wrapper.style.cssText=Ut,ct.style.cssText=Bt,ge&&he<9&&ht.scrollbars.setScrollTop(ht.scroller.scrollTop=Tt),ct.selectionStart!=null)){(!ge||ge&&he<9)&&Te();var Pn=0,An=function(){ht.selForContextMenu==dt.doc.sel&&ct.selectionStart==0&&ct.selectionEnd>0&&st.prevInput=="\u200B"?is(dt,Ir)(dt):Pn++<10?ht.detectingSelectAll=setTimeout(An,500):(ht.selForContextMenu=null,ht.input.reset())};ht.detectingSelectAll=setTimeout(An,200)}}if(ge&&he>=9&&Te(),Ft){Zo(nt);var gn=function(){ti(window,"mouseup",gn),setTimeout(Le,20)};On(window,"mouseup",gn)}else setTimeout(Le,50)},Zr.prototype.readOnlyChanged=function(nt){nt||this.reset(),this.textarea.disabled=nt=="nocursor",this.textarea.readOnly=!!nt},Zr.prototype.setUneditable=function(){},Zr.prototype.needsContentAttribute=!1;function sm(nt,st){if(st=st?vn(st):{},st.value=nt.value,!st.tabindex&&nt.tabIndex&&(st.tabindex=nt.tabIndex),!st.placeholder&&nt.placeholder&&(st.placeholder=nt.placeholder),st.autofocus==null){var dt=De();st.autofocus=dt==nt||nt.getAttribute("autofocus")!=null&&dt==document.body}function ht(){nt.value=Ot.getValue()}var ct;if(nt.form&&(On(nt.form,"submit",ht),!st.leaveSubmitMethodAlone)){var Pt=nt.form;ct=Pt.submit;try{var Tt=Pt.submit=function(){ht(),Pt.submit=ct,Pt.submit(),Pt.submit=Tt}}catch(Bt){}}st.finishInit=function(Bt){Bt.save=ht,Bt.getTextArea=function(){return nt},Bt.toTextArea=function(){Bt.toTextArea=isNaN,ht(),nt.parentNode.removeChild(Bt.getWrapperElement()),nt.style.display="",nt.form&&(ti(nt.form,"submit",ht),!st.leaveSubmitMethodAlone&&typeof nt.form.submit=="function"&&(nt.form.submit=ct))}},nt.style.display="none";var Ot=No(function(Bt){return nt.parentNode.insertBefore(Bt,nt.nextSibling)},st);return Ot}function bd(nt){nt.off=ti,nt.on=On,nt.wheelEventPixels=Ga,nt.Doc=Es,nt.splitLines=qo,nt.countColumn=te,nt.findColumn=Mn,nt.isWordChar=bt,nt.Pass=pn,nt.signal=yi,nt.Line=Ko,nt.changeEnd=Uu,nt.scrollbarModel=nc,nt.Pos=ce,nt.cmpPos=en,nt.modes=Gr,nt.mimeModes=Ar,nt.resolveMode=Ie,nt.getMode=Ve,nt.modeExtensions=Se,nt.extendMode=Ye,nt.copyState=oi,nt.startState=uo,nt.innerMode=ei,nt.commands=Xu,nt.keyMap=ka,nt.keyName=$p,nt.isModifierKey=xd,nt.lookupKey=nl,nt.normalizeKeyMap=vc,nt.StringStream=ke,nt.SharedTextMarker=Ul,nt.TextMarker=oe,nt.LineWidget=mu,nt.e_preventDefault=Zi,nt.e_stopPropagation=Io,nt.e_stop=Zo,nt.addClass=Ke,nt.contains=be,nt.rmClass=Yt,nt.keyNames=Yl}im(No),Qu(No);var vu="iter insert remove copy getEditor constructor".split(" ");for(var yf in Es.prototype)Es.prototype.hasOwnProperty(yf)&&Be(vu,yf)<0&&(No.prototype[yf]=function(nt){return function(){return nt.apply(this.doc,arguments)}}(Es.prototype[yf]));return Gi(Es),No.inputStyles={textarea:Zr,contenteditable:Xo},No.defineMode=function(nt){!No.defaults.mode&&nt!="null"&&(No.defaults.mode=nt),Hr.apply(this,arguments)},No.defineMIME=Ia,No.defineMode("null",function(){return{token:function(nt){return nt.skipToEnd()}}}),No.defineMIME("text/plain","null"),No.defineExtension=function(nt,st){No.prototype[nt]=st},No.defineDocExtension=function(nt,st){Es.prototype[nt]=st},No.fromTextArea=sm,bd(No),No.version="5.58.2",No})},25419:function(un,jn,Jt){(function(zt){zt(Jt(89780),Jt(15525),Jt(98101))})(function(zt){"use strict";zt.defineMode("markdown",function(me,we){var Me=zt.getMode(me,"text/html"),ge=Me.name=="null";function he(te){if(zt.findModeByName){var Wt=zt.findModeByName(te);Wt&&(te=Wt.mime||Wt.mimes[0])}var Be=zt.getMode(me,te);return Be.name=="null"?null:Be}we.highlightFormatting===void 0&&(we.highlightFormatting=!1),we.maxBlockquoteDepth===void 0&&(we.maxBlockquoteDepth=0),we.taskLists===void 0&&(we.taskLists=!1),we.strikethrough===void 0&&(we.strikethrough=!1),we.emoji===void 0&&(we.emoji=!1),we.fencedCodeBlockHighlighting===void 0&&(we.fencedCodeBlockHighlighting=!0),we.fencedCodeBlockDefaultMode===void 0&&(we.fencedCodeBlockDefaultMode="text/plain"),we.xml===void 0&&(we.xml=!0),we.tokenTypeOverrides===void 0&&(we.tokenTypeOverrides={});var ee={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 We in ee)ee.hasOwnProperty(We)&&we.tokenTypeOverrides[We]&&(ee[We]=we.tokenTypeOverrides[We]);var ye=/^([*\-_])(?:\s*\1){2,}\s*$/,qt=/^(?:[*\-+]|^[0-9]+([.)]))\s+/,$e=/^\[(x| )\](?=\s)/i,le=we.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,rn=/^ {0,3}(?:\={1,}|-{2,})\s*$/,Et=/^[^#!\[\]*_\\<>` "'(~:]+/,et=/^(~~~+|```+)[ \t]*([\w\/+#-]*)[^\n`]*$/,it=/^\s*\[[^\]]+?\]:.*$/,gt=/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u0AF0\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E42\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC9\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDF3C-\uDF3E]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]/,lt=" ";function pt(te,Wt,Be){return Wt.f=Wt.inline=Be,Be(te,Wt)}function vt(te,Wt,Be){return Wt.f=Wt.block=Be,Be(te,Wt)}function Lt(te){return!te||!/\S/.test(te.string)}function Ft(te){if(te.linkTitle=!1,te.linkHref=!1,te.linkText=!1,te.em=!1,te.strong=!1,te.strikethrough=!1,te.quote=0,te.indentedCode=!1,te.f==Yt){var Wt=ge;if(!Wt){var Be=zt.innerMode(Me,te.htmlState);Wt=Be.mode.name=="xml"&&Be.state.tagStart===null&&!Be.state.context&&Be.state.tokenize.isInText}Wt&&(te.f=Pe,te.block=Ht,te.htmlState=null)}return te.trailingSpace=0,te.trailingSpaceNewLine=!1,te.prevLine=te.thisLine,te.thisLine={stream:null},null}function Ht(te,Wt){var Be=te.column()===Wt.indentation,Sn=Lt(Wt.prevLine.stream),pn=Wt.indentedCode,xe=Wt.prevLine.hr,_e=Wt.list!==!1,He=(Wt.listStack[Wt.listStack.length-1]||0)+3;Wt.indentedCode=!1;var Mn=Wt.indentation;if(Wt.indentationDiff===null&&(Wt.indentationDiff=Wt.indentation,_e)){for(Wt.list=null;Mn=4&&(pn||Wt.prevLine.fencedCodeEnd||Wt.prevLine.header||Sn))return te.skipToEnd(),Wt.indentedCode=!0,ee.code;if(te.eatSpace())return null;if(Be&&Wt.indentation<=He&&(ve=te.match(le))&&ve[1].length<=6)return Wt.quote=0,Wt.header=ve[1].length,Wt.thisLine.header=!0,we.highlightFormatting&&(Wt.formatting="header"),Wt.f=Wt.inline,$t(Wt);if(Wt.indentation<=He&&te.eat(">"))return Wt.quote=Be?1:Wt.quote+1,we.highlightFormatting&&(Wt.formatting="quote"),te.eatSpace(),$t(Wt);if(!se&&!Wt.setext&&Be&&Wt.indentation<=He&&(ve=te.match(qt))){var dn=ve[1]?"ol":"ul";return Wt.indentation=Mn+te.current().length,Wt.list=!0,Wt.quote=0,Wt.listStack.push(Wt.indentation),Wt.em=!1,Wt.strong=!1,Wt.code=!1,Wt.strikethrough=!1,we.taskLists&&te.match($e,!1)&&(Wt.taskList=!0),Wt.f=Wt.inline,we.highlightFormatting&&(Wt.formatting=["list","list-"+dn]),$t(Wt)}else{if(Be&&Wt.indentation<=He&&(ve=te.match(et,!0)))return Wt.quote=0,Wt.fencedEndRE=new RegExp(ve[1]+"+ *$"),Wt.localMode=we.fencedCodeBlockHighlighting&&he(ve[2]||we.fencedCodeBlockDefaultMode),Wt.localMode&&(Wt.localState=zt.startState(Wt.localMode)),Wt.f=Wt.block=ne,we.highlightFormatting&&(Wt.formatting="code-block"),Wt.code=-1,$t(Wt);if(Wt.setext||(!Xe||!_e)&&!Wt.quote&&Wt.list===!1&&!Wt.code&&!se&&!it.test(te.string)&&(ve=te.lookAhead(1))&&(ve=ve.match(rn)))return Wt.setext?(Wt.header=Wt.setext,Wt.setext=0,te.skipToEnd(),we.highlightFormatting&&(Wt.formatting="header")):(Wt.header=ve[0].charAt(0)=="="?1:2,Wt.setext=Wt.header),Wt.thisLine.header=!0,Wt.f=Wt.inline,$t(Wt);if(se)return te.skipToEnd(),Wt.hr=!0,Wt.thisLine.hr=!0,ee.hr;if(te.peek()==="[")return pt(te,Wt,Nn)}return pt(te,Wt,Wt.inline)}function Yt(te,Wt){var Be=Me.token(te,Wt.htmlState);if(!ge){var Sn=zt.innerMode(Me,Wt.htmlState);(Sn.mode.name=="xml"&&Sn.state.tagStart===null&&!Sn.state.context&&Sn.state.tokenize.isInText||Wt.md_inside&&te.current().indexOf(">")>-1)&&(Wt.f=Pe,Wt.block=Ht,Wt.htmlState=null)}return Be}function ne(te,Wt){var Be=Wt.listStack[Wt.listStack.length-1]||0,Sn=Wt.indentation=te.quote?Wt.push(ee.formatting+"-"+te.formatting[Be]+"-"+te.quote):Wt.push("error"))}if(te.taskOpen)return Wt.push("meta"),Wt.length?Wt.join(" "):null;if(te.taskClosed)return Wt.push("property"),Wt.length?Wt.join(" "):null;if(te.linkHref?Wt.push(ee.linkHref,"url"):(te.strong&&Wt.push(ee.strong),te.em&&Wt.push(ee.em),te.strikethrough&&Wt.push(ee.strikethrough),te.emoji&&Wt.push(ee.emoji),te.linkText&&Wt.push(ee.linkText),te.code&&Wt.push(ee.code),te.image&&Wt.push(ee.image),te.imageAltText&&Wt.push(ee.imageAltText,"link"),te.imageMarker&&Wt.push(ee.imageMarker)),te.header&&Wt.push(ee.header,ee.header+"-"+te.header),te.quote&&(Wt.push(ee.quote),!we.maxBlockquoteDepth||we.maxBlockquoteDepth>=te.quote?Wt.push(ee.quote+"-"+te.quote):Wt.push(ee.quote+"-"+we.maxBlockquoteDepth)),te.list!==!1){var Sn=(te.listStack.length-1)%3;Sn?Sn===1?Wt.push(ee.list2):Wt.push(ee.list3):Wt.push(ee.list1)}return te.trailingSpaceNewLine?Wt.push("trailing-space-new-line"):te.trailingSpace&&Wt.push("trailing-space-"+(te.trailingSpace%2?"a":"b")),Wt.length?Wt.join(" "):null}function Qt(te,Wt){if(te.match(Et,!0))return $t(Wt)}function Pe(te,Wt){var Be=Wt.text(te,Wt);if(typeof Be!="undefined")return Be;if(Wt.list)return Wt.list=null,$t(Wt);if(Wt.taskList){var Sn=te.match($e,!0)[1]===" ";return Sn?Wt.taskOpen=!0:Wt.taskClosed=!0,we.highlightFormatting&&(Wt.formatting="task"),Wt.taskList=!1,$t(Wt)}if(Wt.taskOpen=!1,Wt.taskClosed=!1,Wt.header&&te.match(/^#+$/,!0))return we.highlightFormatting&&(Wt.formatting="header"),$t(Wt);var pn=te.next();if(Wt.linkTitle){Wt.linkTitle=!1;var xe=pn;pn==="("&&(xe=")"),xe=(xe+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var _e="^\\s*(?:[^"+xe+"\\\\]+|\\\\\\\\|\\\\.)"+xe;if(te.match(new RegExp(_e),!0))return ee.linkHref}if(pn==="`"){var He=Wt.formatting;we.highlightFormatting&&(Wt.formatting="code"),te.eatWhile("`");var Mn=te.current().length;if(Wt.code==0&&(!Wt.quote||Mn==1))return Wt.code=Mn,$t(Wt);if(Mn==Wt.code){var Xe=$t(Wt);return Wt.code=0,Xe}else return Wt.formatting=He,$t(Wt)}else if(Wt.code)return $t(Wt);if(pn==="\\"&&(te.next(),we.highlightFormatting)){var se=$t(Wt),ve=ee.formatting+"-escape";return se?se+" "+ve:ve}if(pn==="!"&&te.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return Wt.imageMarker=!0,Wt.image=!0,we.highlightFormatting&&(Wt.formatting="image"),$t(Wt);if(pn==="["&&Wt.imageMarker&&te.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return Wt.imageMarker=!1,Wt.imageAltText=!0,we.highlightFormatting&&(Wt.formatting="image"),$t(Wt);if(pn==="]"&&Wt.imageAltText){we.highlightFormatting&&(Wt.formatting="image");var se=$t(Wt);return Wt.imageAltText=!1,Wt.image=!1,Wt.inline=Wt.f=be,se}if(pn==="["&&!Wt.image)return Wt.linkText&&te.match(/^.*?\]/)||(Wt.linkText=!0,we.highlightFormatting&&(Wt.formatting="link")),$t(Wt);if(pn==="]"&&Wt.linkText){we.highlightFormatting&&(Wt.formatting="link");var se=$t(Wt);return Wt.linkText=!1,Wt.inline=Wt.f=te.match(/\(.*?\)| ?\[.*?\]/,!1)?be:Pe,se}if(pn==="<"&&te.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){Wt.f=Wt.inline=ae,we.highlightFormatting&&(Wt.formatting="link");var se=$t(Wt);return se?se+=" ":se="",se+ee.linkInline}if(pn==="<"&&te.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){Wt.f=Wt.inline=ae,we.highlightFormatting&&(Wt.formatting="link");var se=$t(Wt);return se?se+=" ":se="",se+ee.linkEmail}if(we.xml&&pn==="<"&&te.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var dn=te.string.indexOf(">",te.pos);if(dn!=-1){var xn=te.string.substring(te.start,dn);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(xn)&&(Wt.md_inside=!0)}return te.backUp(1),Wt.htmlState=zt.startState(Me),vt(te,Wt,Yt)}if(we.xml&&pn==="<"&&te.match(/^\/\w*?>/))return Wt.md_inside=!1,"tag";if(pn==="*"||pn==="_"){for(var At=1,wt=te.pos==1?" ":te.string.charAt(te.pos-2);At<3&&te.eat(pn);)At++;var xt=te.peek()||" ",bt=!/\s/.test(xt)&&(!gt.test(xt)||/\s/.test(wt)||gt.test(wt)),Rt=!/\s/.test(wt)&&(!gt.test(wt)||/\s/.test(xt)||gt.test(xt)),Mt=null,fe=null;if(At%2&&(!Wt.em&&bt&&(pn==="*"||!Rt||gt.test(wt))?Mt=!0:Wt.em==pn&&Rt&&(pn==="*"||!bt||gt.test(xt))&&(Mt=!1)),At>1&&(!Wt.strong&&bt&&(pn==="*"||!Rt||gt.test(wt))?fe=!0:Wt.strong==pn&&Rt&&(pn==="*"||!bt||gt.test(xt))&&(fe=!1)),fe!=null||Mt!=null){we.highlightFormatting&&(Wt.formatting=Mt==null?"strong":fe==null?"em":"strong em"),Mt===!0&&(Wt.em=pn),fe===!0&&(Wt.strong=pn);var Xe=$t(Wt);return Mt===!1&&(Wt.em=!1),fe===!1&&(Wt.strong=!1),Xe}}else if(pn===" "&&(te.eat("*")||te.eat("_"))){if(te.peek()===" ")return $t(Wt);te.backUp(1)}if(we.strikethrough){if(pn==="~"&&te.eatWhile(pn)){if(Wt.strikethrough){we.highlightFormatting&&(Wt.formatting="strikethrough");var Xe=$t(Wt);return Wt.strikethrough=!1,Xe}else if(te.match(/^[^\s]/,!1))return Wt.strikethrough=!0,we.highlightFormatting&&(Wt.formatting="strikethrough"),$t(Wt)}else if(pn===" "&&te.match(/^~~/,!0)){if(te.peek()===" ")return $t(Wt);te.backUp(2)}}if(we.emoji&&pn===":"&&te.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){Wt.emoji=!0,we.highlightFormatting&&(Wt.formatting="emoji");var je=$t(Wt);return Wt.emoji=!1,je}return pn===" "&&(te.match(/^ +$/,!1)?Wt.trailingSpace++:Wt.trailingSpace&&(Wt.trailingSpaceNewLine=!0)),$t(Wt)}function ae(te,Wt){var Be=te.next();if(Be===">"){Wt.f=Wt.inline=Pe,we.highlightFormatting&&(Wt.formatting="link");var Sn=$t(Wt);return Sn?Sn+=" ":Sn="",Sn+ee.linkInline}return te.match(/^[^>]+/,!0),ee.linkInline}function be(te,Wt){if(te.eatSpace())return null;var Be=te.next();return Be==="("||Be==="["?(Wt.f=Wt.inline=Ke(Be==="("?")":"]"),we.highlightFormatting&&(Wt.formatting="link-string"),Wt.linkHref=!0,$t(Wt)):"error"}var De={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function Ke(te){return function(Wt,Be){var Sn=Wt.next();if(Sn===te){Be.f=Be.inline=Pe,we.highlightFormatting&&(Be.formatting="link-string");var pn=$t(Be);return Be.linkHref=!1,pn}return Wt.match(De[te]),Be.linkHref=!0,$t(Be)}}function Nn(te,Wt){return te.match(/^([^\]\\]|\\.)*\]:/,!1)?(Wt.f=qe,te.next(),we.highlightFormatting&&(Wt.formatting="link"),Wt.linkText=!0,$t(Wt)):pt(te,Wt,Pe)}function qe(te,Wt){if(te.match(/^\]:/,!0)){Wt.f=Wt.inline=fn,we.highlightFormatting&&(Wt.formatting="link");var Be=$t(Wt);return Wt.linkText=!1,Be}return te.match(/^([^\]\\]|\\.)+/,!0),ee.linkText}function fn(te,Wt){return te.eatSpace()?null:(te.match(/^[^\s]+/,!0),te.peek()===void 0?Wt.linkTitle=!0:te.match(/^(?:\s+(?:"(?:[^"\\]|\\\\|\\.)+"|'(?:[^'\\]|\\\\|\\.)+'|\((?:[^)\\]|\\\\|\\.)+\)))?/,!0),Wt.f=Wt.inline=Pe,ee.linkHref+" url")}var vn={startState:function(){return{f:Ht,prevLine:{stream:null},thisLine:{stream:null},block:Ht,htmlState:null,indentation:0,inline:Pe,text:Qt,formatting:!1,linkText:!1,linkHref:!1,linkTitle:!1,code:0,em:!1,strong:!1,header:0,setext:0,hr:!1,taskList:!1,list:!1,listStack:[],quote:0,trailingSpace:0,trailingSpaceNewLine:!1,strikethrough:!1,emoji:!1,fencedEndRE:null}},copyState:function(te){return{f:te.f,prevLine:te.prevLine,thisLine:te.thisLine,block:te.block,htmlState:te.htmlState&&zt.copyState(Me,te.htmlState),indentation:te.indentation,localMode:te.localMode,localState:te.localMode?zt.copyState(te.localMode,te.localState):null,inline:te.inline,text:te.text,formatting:!1,linkText:te.linkText,linkTitle:te.linkTitle,linkHref:te.linkHref,code:te.code,em:te.em,strong:te.strong,strikethrough:te.strikethrough,emoji:te.emoji,header:te.header,setext:te.setext,hr:te.hr,taskList:te.taskList,list:te.list,listStack:te.listStack.slice(0),quote:te.quote,indentedCode:te.indentedCode,trailingSpace:te.trailingSpace,trailingSpaceNewLine:te.trailingSpaceNewLine,md_inside:te.md_inside,fencedEndRE:te.fencedEndRE}},token:function(te,Wt){if(Wt.formatting=!1,te!=Wt.thisLine.stream){if(Wt.header=0,Wt.hr=!1,te.match(/^\s*$/,!0))return Ft(Wt),null;if(Wt.prevLine=Wt.thisLine,Wt.thisLine={stream:te},Wt.taskList=!1,Wt.trailingSpace=0,Wt.trailingSpaceNewLine=!1,!Wt.localState&&(Wt.f=Wt.block,Wt.f!=Yt)){var Be=te.match(/^\s*/,!0)[0].replace(/\t/g,lt).length;if(Wt.indentation=Be,Wt.indentationDiff=null,Be>0)return null}}return Wt.f(te,Wt)},innerMode:function(te){return te.block==Yt?{state:te.htmlState,mode:Me}:te.localState?{state:te.localState,mode:te.localMode}:{state:te,mode:vn}},indent:function(te,Wt,Be){return te.block==Yt&&Me.indent?Me.indent(te.htmlState,Wt,Be):te.localState&&te.localMode.indent?te.localMode.indent(te.localState,Wt,Be):zt.Pass},blankLine:Ft,getType:$t,blockCommentStart:"",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return vn},"xml"),zt.defineMIME("text/markdown","markdown"),zt.defineMIME("text/x-markdown","markdown")})},98101:function(un,jn,Jt){(function(zt){zt(Jt(89780))})(function(zt){"use strict";zt.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 me=0;me-1&&Me.substring(ee+1,Me.length);if(We)return zt.findModeByExtension(We)},zt.findModeByName=function(Me){Me=Me.toLowerCase();for(var ge=0;ge0?Et.cmdState[Et.cmdState.length-1]:null}function he(Et){var et=Et.cmdState.pop();et&&et.closeBracket()}function ee(Et){for(var et=Et.cmdState,it=et.length-1;it>=0;it--){var gt=et[it];if(gt.name!="DEFAULT")return gt}return{styleIdentifier:function(){return null}}}function We(Et,et,it){return function(){this.name=Et,this.bracketNo=0,this.style=et,this.styles=it,this.argument=null,this.styleIdentifier=function(){return this.styles[this.bracketNo-1]||null},this.openBracket=function(){return this.bracketNo++,"bracket"},this.closeBracket=function(){}}}var ye={};ye.importmodule=We("importmodule","tag",["string","builtin"]),ye.documentclass=We("documentclass","tag",["","atom"]),ye.usepackage=We("usepackage","tag",["atom"]),ye.begin=We("begin","tag",["atom"]),ye.end=We("end","tag",["atom"]),ye.label=We("label","tag",["atom"]),ye.ref=We("ref","tag",["atom"]),ye.eqref=We("eqref","tag",["atom"]),ye.cite=We("cite","tag",["atom"]),ye.bibitem=We("bibitem","tag",["atom"]),ye.Bibitem=We("Bibitem","tag",["atom"]),ye.RBibitem=We("RBibitem","tag",["atom"]),ye.DEFAULT=function(){this.name="DEFAULT",this.style="tag",this.styleIdentifier=this.openBracket=this.closeBracket=function(){}};function qt(Et,et){Et.f=et}function $e(Et,et){var it;if(Et.match(/^\\[a-zA-Z@]+/)){var gt=Et.current().slice(1);return it=ye.hasOwnProperty(gt)?ye[gt]:ye.DEFAULT,it=new it,Me(et,it),qt(et,rn),it.style}if(Et.match(/^\\[$&%#{}_]/)||Et.match(/^\\[,;!\/\\]/))return"tag";if(Et.match("\\["))return qt(et,function(pt,vt){return le(pt,vt,"\\]")}),"keyword";if(Et.match("\\("))return qt(et,function(pt,vt){return le(pt,vt,"\\)")}),"keyword";if(Et.match("$$"))return qt(et,function(pt,vt){return le(pt,vt,"$$")}),"keyword";if(Et.match("$"))return qt(et,function(pt,vt){return le(pt,vt,"$")}),"keyword";var lt=Et.next();if(lt=="%")return Et.skipToEnd(),"comment";if(lt=="}"||lt=="]"){if(it=ge(et),it)it.closeBracket(lt),qt(et,rn);else return"error";return"bracket"}else return lt=="{"||lt=="["?(it=ye.DEFAULT,it=new it,Me(et,it),"bracket"):/\d/.test(lt)?(Et.eatWhile(/[\w.%]/),"atom"):(Et.eatWhile(/[\w\-_]/),it=ee(et),it.name=="begin"&&(it.argument=Et.current()),it.styleIdentifier())}function le(Et,et,it){if(Et.eatSpace())return null;if(it&&Et.match(it))return qt(et,$e),"keyword";if(Et.match(/^\\[a-zA-Z@]+/))return"tag";if(Et.match(/^[a-zA-Z]+/))return"variable-2";if(Et.match(/^\\[$&%#{}_]/)||Et.match(/^\\[,;!\/]/)||Et.match(/^[\^_&]/))return"tag";if(Et.match(/^[+\-<>|=,\/@!*:;'"`~#?]/))return null;if(Et.match(/^(\d+\.\d*|\d*\.\d+|\d+)/))return"number";var gt=Et.next();return gt=="{"||gt=="}"||gt=="["||gt=="]"||gt=="("||gt==")"?"bracket":gt=="%"?(Et.skipToEnd(),"comment"):"error"}function rn(Et,et){var it=Et.peek(),gt;return it=="{"||it=="["?(gt=ge(et),gt.openBracket(it),Et.eat(it),qt(et,$e),"bracket"):/[ \t\r]/.test(it)?(Et.eat(it),null):(qt(et,$e),he(et),$e(Et,et))}return{startState:function(){var Et=we.inMathMode?function(et,it){return le(et,it)}:$e;return{cmdState:[],f:Et}},copyState:function(Et){return{cmdState:Et.cmdState.slice(),f:Et.f}},token:function(Et,et){return et.f(Et,et)},blankLine:function(Et){Et.f=$e,Et.cmdState.length=0},lineComment:"%"}}),zt.defineMIME("text/x-stex","stex"),zt.defineMIME("text/x-latex","stex")})},15525:function(un,jn,Jt){(function(zt){zt(Jt(89780))})(function(zt){"use strict";var me={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},we={autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,allowMissingTagName:!1,caseFold:!1};zt.defineMode("xml",function(Me,ge){var he=Me.indentUnit,ee={},We=ge.htmlMode?me:we;for(var ye in We)ee[ye]=We[ye];for(var ye in ge)ee[ye]=ge[ye];var qt,$e;function le(ae,be){function De(qe){return be.tokenize=qe,qe(ae,be)}var Ke=ae.next();if(Ke=="<")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(it(1))):null:ae.eat("?")?(ae.eatWhile(/[\w\._\-]/),be.tokenize=et("meta","?>"),"meta"):(qt=ae.eat("/")?"closeTag":"openTag",be.tokenize=rn,"tag bracket");if(Ke=="&"){var Nn;return ae.eat("#")?ae.eat("x")?Nn=ae.eatWhile(/[a-fA-F\d]/)&&ae.eat(";"):Nn=ae.eatWhile(/[\d]/)&&ae.eat(";"):Nn=ae.eatWhile(/[\w\.\-:]/)&&ae.eat(";"),Nn?"atom":"error"}else return ae.eatWhile(/[^&<]/),null}le.isInText=!0;function rn(ae,be){var De=ae.next();if(De==">"||De=="/"&&ae.eat(">"))return be.tokenize=le,qt=De==">"?"endTag":"selfcloseTag","tag bracket";if(De=="=")return qt="equals",null;if(De=="<"){be.tokenize=le,be.state=vt,be.tagName=be.tagStart=null;var Ke=be.tokenize(ae,be);return Ke?Ke+" tag error":"tag error"}else return/[\'\"]/.test(De)?(be.tokenize=Et(De),be.stringStartCol=ae.column(),be.tokenize(ae,be)):(ae.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function Et(ae){var be=function(De,Ke){for(;!De.eol();)if(De.next()==ae){Ke.tokenize=rn;break}return"string"};return be.isInAttribute=!0,be}function et(ae,be){return function(De,Ke){for(;!De.eol();){if(De.match(be)){Ke.tokenize=le;break}De.next()}return ae}}function it(ae){return function(be,De){for(var Ke;(Ke=be.next())!=null;){if(Ke=="<")return De.tokenize=it(ae+1),De.tokenize(be,De);if(Ke==">")if(ae==1){De.tokenize=le;break}else return De.tokenize=it(ae-1),De.tokenize(be,De)}return"meta"}}function gt(ae,be,De){this.prev=ae.context,this.tagName=be,this.indent=ae.indented,this.startOfLine=De,(ee.doNotIndent.hasOwnProperty(be)||ae.context&&ae.context.noIndent)&&(this.noIndent=!0)}function lt(ae){ae.context&&(ae.context=ae.context.prev)}function pt(ae,be){for(var De;;){if(!ae.context||(De=ae.context.tagName,!ee.contextGrabbers.hasOwnProperty(De)||!ee.contextGrabbers[De].hasOwnProperty(be)))return;lt(ae)}}function vt(ae,be,De){return ae=="openTag"?(De.tagStart=be.column(),Lt):ae=="closeTag"?Ft:vt}function Lt(ae,be,De){return ae=="word"?(De.tagName=be.current(),$e="tag",ne):ee.allowMissingTagName&&ae=="endTag"?($e="tag bracket",ne(ae,be,De)):($e="error",Lt)}function Ft(ae,be,De){if(ae=="word"){var Ke=be.current();return De.context&&De.context.tagName!=Ke&&ee.implicitlyClosed.hasOwnProperty(De.context.tagName)&<(De),De.context&&De.context.tagName==Ke||ee.matchClosing===!1?($e="tag",Ht):($e="tag error",Yt)}else return ee.allowMissingTagName&&ae=="endTag"?($e="tag bracket",Ht(ae,be,De)):($e="error",Yt)}function Ht(ae,be,De){return ae!="endTag"?($e="error",Ht):(lt(De),vt)}function Yt(ae,be,De){return $e="error",Ht(ae,be,De)}function ne(ae,be,De){if(ae=="word")return $e="attribute",$t;if(ae=="endTag"||ae=="selfcloseTag"){var Ke=De.tagName,Nn=De.tagStart;return De.tagName=De.tagStart=null,ae=="selfcloseTag"||ee.autoSelfClosers.hasOwnProperty(Ke)?pt(De,Ke):(pt(De,Ke),De.context=new gt(De,Ke,Nn==De.indented)),vt}return $e="error",ne}function $t(ae,be,De){return ae=="equals"?Qt:(ee.allowMissing||($e="error"),ne(ae,be,De))}function Qt(ae,be,De){return ae=="string"?Pe:ae=="word"&&ee.allowUnquoted?($e="string",ne):($e="error",ne(ae,be,De))}function Pe(ae,be,De){return ae=="string"?Pe:ne(ae,be,De)}return{startState:function(ae){var be={tokenize:le,state:vt,indented:ae||0,tagName:null,tagStart:null,context:null};return ae!=null&&(be.baseIndent=ae),be},token:function(ae,be){if(!be.tagName&&ae.sol()&&(be.indented=ae.indentation()),ae.eatSpace())return null;qt=null;var De=be.tokenize(ae,be);return(De||qt)&&De!="comment"&&($e=null,be.state=be.state(qt||De,ae,be),$e&&(De=$e=="error"?De+" error":$e)),De},indent:function(ae,be,De){var Ke=ae.context;if(ae.tokenize.isInAttribute)return ae.tagStart==ae.indented?ae.stringStartCol+1:ae.indented+he;if(Ke&&Ke.noIndent)return zt.Pass;if(ae.tokenize!=rn&&ae.tokenize!=le)return De?De.match(/^(\s*)/)[0].length:0;if(ae.tagName)return ee.multilineTagIndentPastTag!==!1?ae.tagStart+ae.tagName.length+2:ae.tagStart+he*(ee.multilineTagIndentFactor||1);if(ee.alignCDATA&&/$/,blockCommentStart:"",configuration:ee.htmlMode?"html":"xml",helperType:ee.htmlMode?"html":"xml",skipAttribute:function(ae){ae.state==Qt&&(ae.state=ne)},xmlCurrentTag:function(ae){return ae.tagName?{name:ae.tagName,close:ae.type=="closeTag"}:null},xmlCurrentContext:function(ae){for(var be=[],De=ae.context;De;De=De.prev)De.tagName&&be.push(De.tagName);return be.reverse()}}}),zt.defineMIME("text/xml","xml"),zt.defineMIME("application/xml","xml"),zt.mimeModes.hasOwnProperty("text/html")||zt.defineMIME("text/html",{name:"xml",htmlMode:!0})})},12378:function(un,jn,Jt){"use strict";Jt.d(jn,{$u:function(){return ye},BD:function(){return At},E9:function(){return We},FF:function(){return Ts},FJ:function(){return vt},Hn:function(){return pt},KX:function(){return Ft},NB:function(){return yn},S0:function(){return ve},UL:function(){return qt},Vk:function(){return lt},Vm:function(){return Bn},YI:function(){return dn},ZA:function(){return we},Zt:function(){return $e},al:function(){return Mt},bn:function(){return Rt},bx:function(){return wt},g2:function(){return xn},h1:function(){return Qt},hD:function(){return Gi},l4:function(){return he},rU:function(){return Fe},s_:function(){return xt},uz:function(){return En},z6:function(){return le}}),un=Jt.hmd(un),function(){var Ct;function jr(a){var y=0;return function(){return yx&&(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=a.length?a.push(x):a.splice(y,0,x):Vt("Cannot insert an object into an HTMLCollection or NodeList: "+x+" at "+y)}function ai(a,y){Array.isArray(a)?y>=a.length?a.pop():a.splice(y,1):Vt("Cannot remove an object from an HTMLCollection or NodeList at "+y)}function hn(){var a=xo.pop();return a===void 0?[]:a}function sn(a){a.length=0,xo.push(a)}function wn(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(ce(a)&&a.constructor)return wn(a.constructor);return typeof a}function ci(a){var y=a;return ce(a)&&(a.text?y=a.text:a.name?y=a.name:a.key!==void 0?y=a.key:a.id!==void 0?y=a.id:a.constructor===Object&&(a.Text?y=a.Text:a.Name?y=a.Name:a.Key!==void 0?y=a.Key:a.Id!==void 0?y=a.Id:a.ID!==void 0&&(y=a.ID))),y===void 0?"undefined":y===null?"null":y.toString()}function qn(a,y){if(a.hasOwnProperty(y))return!0;for(a=Object.getPrototypeOf(a);a&&a!==Function;){if(a.hasOwnProperty(y))return!0;var x=a.CA;if(x&&x[y])return!0;a=Object.getPrototypeOf(a)}return!1}function Je(a,y,x){Object.defineProperty(mo.prototype,a,{get:y,set:x})}function bn(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;Ex;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-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 Di=ke.navigator!==void 0&&0this.key)return!1;a=a.s;var y=a.length,x=++this.Za,b=this.qf;if(b!==null)for(;xthis.key)return!1;var y=--this.Za;return 0<=y?(this.key=y,this.value=a.s[y],!0):(this.de(),!1)},Ki.prototype.Ad=function(){return this.next()},Ki.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},Ki.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},Ki.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},Ki.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},Ki.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 Ae,a.s=x,a.xb(),a.iterator},Ki.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 Ae,a.s=x,a.xb(),a.iterator},Ki.prototype.de=function(){this.key=-1,this.value=null,this.qa=-1,this.Bb.Hg=this},Ki.prototype.toString=function(){return"ListIteratorBackwards("+this.Za+"/"+this.Bb.count+")"},Ye.Object.defineProperties(Ki.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.Bb.s.length}}}),Ki.prototype.first=Ki.prototype.first,Ki.prototype.hasNext=Ki.prototype.Ad,Ki.prototype.next=Ki.prototype.next,Ki.prototype.reset=Ki.prototype.reset,Ki.className="ListIteratorBackwards";function Ae(a){Oi(this),this._isFrozen=!1,this.s=[],this.Ja=0,this.Hg=this.Sa=null,typeof a=="string"&&Vt("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}Ct=Ae.prototype,Ct.xb=function(){var a=this.Ja;a++,999999999a||a>=y.length)&&nn(a,"0 <= i < length",Ae,"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)&&nn(a,"0 <= i < length",Ae,"setElt:i"),this._isFrozen&&re(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 0a&&nn(a,">= 0",Ae,"insertAt:i"),this._isFrozen&&re(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&&re(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)&&nn(a,"0 <= i < length",Ae,"removeAt:i"),this._isFrozen&&re(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&&re(this);for(var E=a,z=y+1;z=z)return this;if((0>y||y>=E-1)&&nn(y,"0 <= from < length",Ae,"sortRange:from"),z===2)return x=b[y],E=b[y+1],0=E)b.sort(a);else for(y=b.slice(0,x),y.sort(a),a=0;a=E)for(x=b.slice(y),x.sort(a),a=y;a=this.s.length)return Ni;var a=this.Sa;return a!==null?(a.reset(),a):new bi(this)}},iteratorBackwards:{get:function(){if(0>=this.s.length)return Ni;var a=this.Hg;return a!==null?(a.reset(),a):new Ki(this)}}}),Ae.prototype.reverse=Ae.prototype.reverse,Ae.prototype.sortRange=Ae.prototype.zi,Ae.prototype.sort=Ae.prototype.sort,Ae.prototype.toSet=Ae.prototype.Iv,Ae.prototype.toArray=Ae.prototype.Fa,Ae.prototype.removeRange=Ae.prototype.removeRange,Ae.prototype.removeAt=Ae.prototype.mb,Ae.prototype.delete=Ae.prototype.delete,Ae.prototype.remove=Ae.prototype.remove,Ae.prototype.insertAt=Ae.prototype.Gb,Ae.prototype.pop=Ae.prototype.pop,Ae.prototype.last=Ae.prototype.jc,Ae.prototype.first=Ae.prototype.first,Ae.prototype.set=Ae.prototype.set,Ae.prototype.setElt=Ae.prototype.cd,Ae.prototype.get=Ae.prototype.get,Ae.prototype.elt=Ae.prototype.M,Ae.prototype.indexOf=Ae.prototype.indexOf,Ae.prototype.has=Ae.prototype.has,Ae.prototype.contains=Ae.prototype.contains,Ae.prototype.clear=Ae.prototype.clear,Ae.prototype.addAll=Ae.prototype.addAll,Ae.prototype.push=Ae.prototype.push,Ae.prototype.add=Ae.prototype.add,Ae.prototype.thaw=Ae.prototype.ka,Ae.prototype.freeze=Ae.prototype.freeze,Ae.className="List";function oo(a){this.eg=a,a.Sa=null,this.qa=a.Ja,this.sa=null}oo.prototype.reset=function(){var a=this.eg;a.Sa=null,this.qa=a.Ja,this.sa=null},oo.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)},oo.prototype.Ad=function(){return this.next()},oo.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},oo.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},oo.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},oo.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},oo.prototype.map=function(a){var y=this.eg;y.Sa=null;var x=new Ae;for(y=y.ea;y!==null;)x.add(a(y.value)),y=y.va;return x.iterator},oo.prototype.filter=function(a){var y=this.eg;y.Sa=null;var x=new Ae;for(y=y.ea;y!==null;){var b=y.value;a(b)&&x.add(b),y=y.va}return x.iterator},oo.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.eg.Sa=this},oo.prototype.toString=function(){return this.sa!==null?"SetIterator@"+this.sa.value:"SetIterator"},Ye.Object.defineProperties(oo.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.eg.Sb}}}),oo.prototype.first=oo.prototype.first,oo.prototype.hasNext=oo.prototype.Ad,oo.prototype.next=oo.prototype.next,oo.prototype.reset=oo.prototype.reset,oo.className="SetIterator";function Ee(a){Oi(this),this._isFrozen=!1,this.Tb={},this.Sb=0,this.Sa=null,this.Ja=0,this.kf=this.ea=null,typeof a=="string"&&Vt("Error: Since 2.0 List/Map/Set constructors no longer take an argument that enforces type."),a!==void 0&&this.addAll(a)}Ct=Ee.prototype,Ct.xb=function(){var a=this.Ja;a++,999999999=this.Sb)return Ni;var a=this.Sa;return a!==null?(a.reset(),a):new oo(this)}}}),Ee.prototype.toList=Ee.prototype.Hv,Ee.prototype.toArray=Ee.prototype.Fa,Ee.prototype.clear=Ee.prototype.clear,Ee.prototype.retainAll=Ee.prototype.pA,Ee.prototype.removeAll=Ee.prototype.hp,Ee.prototype.delete=Ee.prototype.delete,Ee.prototype.remove=Ee.prototype.remove,Ee.prototype.first=Ee.prototype.first,Ee.prototype.containsAny=Ee.prototype.Ty,Ee.prototype.containsAll=Ee.prototype.Sy,Ee.prototype.has=Ee.prototype.has,Ee.prototype.contains=Ee.prototype.contains,Ee.prototype.addAll=Ee.prototype.addAll,Ee.prototype.add=Ee.prototype.add,Ee.prototype.thaw=Ee.prototype.ka,Ee.prototype.freeze=Ee.prototype.freeze;var To=1;Ee.className="Set",Ee.uniqueHash=Oi,Ee.hashIdUnique=Oo,Ee.hashId=Ji;function Ei(a){this.ma=a,this.qa=a.Ja,this.sa=null}Ei.prototype.reset=function(){this.qa=this.ma.Ja,this.sa=null},Ei.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)},Ei.prototype.Ad=function(){return this.next()},Ei.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},Ei.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},Ei.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},Ei.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},Ei.prototype.map=function(a){var y=this.ma;this.sa=null;var x=new Ae;for(y=y.ea;y!==null;)x.add(a(y.key)),y=y.va;return x.iterator},Ei.prototype.filter=function(a){var y=this.ma;this.sa=null;var x=new Ae;for(y=y.ea;y!==null;){var b=y.key;a(b)&&x.add(b),y=y.va}return x.iterator},Ei.prototype.de=function(){this.value=this.key=null,this.qa=-1},Ei.prototype.toString=function(){return this.sa!==null?"MapKeySetIterator@"+this.sa.value:"MapKeySetIterator"},Ye.Object.defineProperties(Ei.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),Ei.prototype.first=Ei.prototype.first,Ei.prototype.hasNext=Ei.prototype.Ad,Ei.prototype.next=Ei.prototype.next,Ei.prototype.reset=Ei.prototype.reset,Ei.className="MapKeySetIterator";function hi(a){Ee.call(this),Oi(this),this._isFrozen=!0,this.ma=a}Se(hi,Ee),Ct=hi.prototype,Ct.freeze=function(){return this},Ct.ka=function(){return this},Ct.toString=function(){return"MapKeySet("+this.ma.toString()+")"},Ct.add=function(){Vt("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(){Vt("This Set is read-only: "+this.toString())},Ct.delete=function(a){return this.remove(a)},Ct.clear=function(){Vt("This Set is read-only: "+this.toString())},Ct.first=function(){var a=this.ma.ea;return a!==null?a.key:null},hi.prototype.any=function(a){for(var y=this.ma.ea;y!==null;){if(a(y.key))return!0;y=y.va}return!1},hi.prototype.all=function(a){for(var y=this.ma.ea;y!==null;){if(!a(y.key))return!1;y=y.va}return!0},hi.prototype.each=function(a){for(var y=this.ma.ea;y!==null;)a(y.key),y=y.va;return this},hi.prototype.map=function(a){for(var y=new Ee,x=this.ma.ea;x!==null;)y.add(a(x.key)),x=x.va;return y},hi.prototype.filter=function(a){for(var y=new Ee,x=this.ma.ea;x!==null;){var b=x.key;a(b)&&y.add(b),x=x.va}return y},hi.prototype.copy=function(){return new hi(this.ma)},hi.prototype.Iv=function(){var a=new Ee,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},hi.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},hi.prototype.Hv=function(){var a=new Ae,y=this.ma.Tb,x;for(x in y)a.add(y[x].key);return a},Ye.Object.defineProperties(hi.prototype,{count:{get:function(){return this.ma.Sb}},size:{get:function(){return this.ma.Sb}},iterator:{get:function(){return 0>=this.ma.Sb?Ni:new Ei(this.ma)}}}),hi.prototype.toList=hi.prototype.Hv,hi.prototype.toArray=hi.prototype.Fa,hi.prototype.toSet=hi.prototype.Iv,hi.prototype.first=hi.prototype.first,hi.prototype.clear=hi.prototype.clear,hi.prototype.delete=hi.prototype.delete,hi.prototype.remove=hi.prototype.remove,hi.prototype.has=hi.prototype.has,hi.prototype.contains=hi.prototype.contains,hi.prototype.add=hi.prototype.add,hi.prototype.thaw=hi.prototype.ka,hi.prototype.freeze=hi.prototype.freeze,hi.className="MapKeySet";function ro(a){this.ma=a,a.jf=null,this.qa=a.Ja,this.sa=null}ro.prototype.reset=function(){var a=this.ma;a.jf=null,this.qa=a.Ja,this.sa=null},ro.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)},ro.prototype.Ad=function(){return this.next()},ro.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},ro.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},ro.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},ro.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},ro.prototype.map=function(a){var y=this.ma;this.sa=y.jf=null;var x=new Ae;for(y=y.ea;y!==null;)x.add(a(y.value)),y=y.va;return x.iterator},ro.prototype.filter=function(a){var y=this.ma;this.sa=y.jf=null;var x=new Ae;for(y=y.ea;y!==null;){var b=y.value;a(b)&&x.add(b),y=y.va}return x.iterator},ro.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.ma.jf=this},ro.prototype.toString=function(){return this.sa!==null?"MapValueSetIterator@"+this.sa.value:"MapValueSetIterator"},Ye.Object.defineProperties(ro.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),ro.prototype.first=ro.prototype.first,ro.prototype.hasNext=ro.prototype.Ad,ro.prototype.next=ro.prototype.next,ro.prototype.reset=ro.prototype.reset,ro.className="MapValueSetIterator";function Lr(a,y){this.key=a,this.value=y,this.ll=this.va=null}Lr.prototype.toString=function(){return"{"+this.key+":"+this.value+"}"},Lr.className="KeyValuePair";function yo(a){this.ma=a,a.Sa=null,this.qa=a.Ja,this.sa=null}yo.prototype.reset=function(){var a=this.ma;a.Sa=null,this.qa=a.Ja,this.sa=null},yo.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)},yo.prototype.Ad=function(){return this.next()},yo.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},yo.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},yo.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},yo.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},yo.prototype.map=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new Ae;for(y=y.ea;y!==null;)x.add(a(y)),y=y.va;return x.iterator},yo.prototype.filter=function(a){var y=this.ma;this.sa=y.Sa=null;var x=new Ae;for(y=y.ea;y!==null;)a(y)&&x.add(y),y=y.va;return x.iterator},yo.prototype.de=function(){this.value=this.key=null,this.qa=-1,this.ma.Sa=this},yo.prototype.toString=function(){return this.sa!==null?"MapIterator@"+this.sa:"MapIterator"},Ye.Object.defineProperties(yo.prototype,{iterator:{get:function(){return this}},count:{get:function(){return this.ma.Sb}}}),yo.prototype.first=yo.prototype.first,yo.prototype.hasNext=yo.prototype.Ad,yo.prototype.next=yo.prototype.next,yo.prototype.reset=yo.prototype.reset,yo.className="MapIterator";function Cn(a){Oi(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"&&Vt("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=this.count)return Ni;var a=this.Sa;return a!==null?(a.reset(),a):new yo(this)}},iteratorKeys:{get:function(){return 0>=this.count?Ni:new Ei(this)}},iteratorValues:{get:function(){if(0>=this.count)return Ni;var a=this.jf;return a!==null?(a.reset(),a):new ro(this)}}}),Cn.prototype.toKeySet=Cn.prototype.Lf,Cn.prototype.toArray=Cn.prototype.Fa,Cn.prototype.clear=Cn.prototype.clear,Cn.prototype.delete=Cn.prototype.delete,Cn.prototype.remove=Cn.prototype.remove,Cn.prototype.get=Cn.prototype.get,Cn.prototype.getValue=Cn.prototype.I,Cn.prototype.has=Cn.prototype.has,Cn.prototype.contains=Cn.prototype.contains,Cn.prototype.first=Cn.prototype.first,Cn.prototype.addAll=Cn.prototype.addAll,Cn.prototype.set=Cn.prototype.set,Cn.prototype.add=Cn.prototype.add,Cn.prototype.thaw=Cn.prototype.ka,Cn.prototype.freeze=Cn.prototype.freeze,Cn.className="Map";function It(a,y){a===void 0?this.y=this.x=0:typeof a=="number"&&typeof y=="number"?(this.x=a,this.y=y):Vt("Invalid arguments to Point constructor: "+a+", "+y),this._isFrozen=!1}var ho,us,Qr,ar,qi;It.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this},It.prototype.h=function(a,y){return this.x=a,this.y=y,this},It.prototype.sg=function(a,y){return this.x=a,this.y=y,this},It.prototype.set=function(a){return this.x=a.x,this.y=a.y,this},It.prototype.copy=function(){var a=new It;return a.x=this.x,a.y=this.y,a},Ct=It.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)&&Vt("cannot thaw constant: "+this),this._isFrozen=!1,this};function In(a){if(typeof a=="string"){a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b&&(x=parseFloat(b));for(var E=0;a[y]==="";)y++;return(b=a[y++])&&(E=parseFloat(b)),new It(x,E)}return new It}function Kn(a){return a.x.toString()+" "+a.y.toString()}Ct.toString=function(){return"Point("+this.x+","+this.y+")"},Ct.D=function(a){return a instanceof It?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 Xt.B(this.x,a.x)&&Xt.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},It.prototype.rotate=function(a){if(a===0)return this;var y=this.x,x=this.y;if(y===0&&x===0)return this;if(360<=a?a-=360:0>a&&(a+=360),a===90){a=0;var b=1}else a===180?(a=-1,b=0):a===270?(a=0,b=-1):(b=a*Math.PI/180,a=Math.cos(b),b=Math.sin(b));return this.x=a*y-b*x,this.y=b*y+a*x,this},Ct=It.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 0y?270:0;if(y===0)return 0a?x=0>y?x+180:180-x:0>y&&(x=360-x),x}Ct.Ry=function(a,y){return Xt.Fl(a.x,a.y,y.x,y.y,this.x,this.y)},Ct.fA=function(a,y,x,b){return Xt.qh(a,y,x,b,this.x,this.y,this),this},Ct.gA=function(a,y){return Xt.qh(a.x,a.y,y.x,y.y,this.x,this.y,this),this},Ct.uA=function(a,y,x,b){return Xt.No(this.x,this.y,a,y,x,b,this),this},Ct.vA=function(a,y){return Xt.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 Hn(a,y){return y.Cd(a),a}function gi(a,y,x,b,E,z){var tt=E-x,ot=z-b,rt=tt*tt+ot*ot;x-=a,b-=y;var at=-x*tt-b*ot;return 0>=at||at>=rt?(tt=E-a,ot=z-y,Math.min(x*x+b*b,tt*tt+ot*ot)):(a=tt*b-ot*x,a*a/rt)}function Wn(a,y,x,b){return a=x-a,y=b-y,a*a+y*y}function Rn(a,y,x,b){return a=x-a,y=b-y,a===0?0y?270:0:y===0?0a?b=0>y?b+180:180-b:0>y&&(b=360-b),b)}Ct.w=function(){return isFinite(this.x)&&isFinite(this.y)},It.alloc=function(){var a=Jn.pop();return a===void 0?new It:a},It.allocAt=function(a,y){var x=Jn.pop();return x===void 0?new It(a,y):(x.x=a,x.y=y,x)},It.free=function(a){Jn.push(a)},It.prototype.isReal=It.prototype.w,It.prototype.setSpot=It.prototype.yi,It.prototype.setRectSpot=It.prototype.xi,It.prototype.snapToGridPoint=It.prototype.vA,It.prototype.snapToGrid=It.prototype.uA,It.prototype.projectOntoLineSegmentPoint=It.prototype.gA,It.prototype.projectOntoLineSegment=It.prototype.fA,It.intersectingLineSegments=function(a,y,x,b,E,z,tt,ot){return Xt.Rl(a,y,x,b,E,z,tt,ot)},It.prototype.compareWithLineSegmentPoint=It.prototype.Ry,It.compareWithLineSegment=function(a,y,x,b,E,z){return Xt.Fl(a,y,x,b,E,z)},It.prototype.direction=It.prototype.direction,It.prototype.directionPoint=It.prototype.ab,It.prototype.normalize=It.prototype.normalize,It.prototype.distanceSquared=It.prototype.zd,It.prototype.distanceSquaredPoint=It.prototype.Bf,It.prototype.scale=It.prototype.scale,It.prototype.rotate=It.prototype.rotate,It.prototype.offset=It.prototype.offset,It.prototype.subtract=It.prototype.re,It.prototype.add=It.prototype.add,It.prototype.equalsApprox=It.prototype.Xa,It.prototype.equalTo=It.prototype.hi,It.prototype.equals=It.prototype.D,It.prototype.set=It.prototype.set,It.prototype.setTo=It.prototype.sg;var Jn=[];It.className="Point",It.parse=In,It.stringify=Kn,It.distanceLineSegmentSquared=gi,It.distanceSquared=Wn,It.direction=Rn,It.Origin=ho=new It(0,0).ja(),It.InfiniteTopLeft=us=new It(-1/0,-1/0).ja(),It.InfiniteBottomRight=Qr=new It(1/0,1/0).ja(),It.SixPoint=ar=new It(6,6).ja(),It.NoPoint=qi=new It(NaN,NaN).ja(),It.parse=In,It.stringify=Kn,It.distanceLineSegmentSquared=gi,It.distanceSquared=Wn,It.direction=Rn;function Ge(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):Vt("Invalid arguments to Size constructor: "+a+", "+y),this._isFrozen=!1}var Vi,no,_o,to,Ko,lr,kr;Ge.prototype.assign=function(a){return this.width=a.width,this.height=a.height,this},Ge.prototype.h=function(a,y){return this.width=a,this.height=y,this},Ge.prototype.sg=function(a,y){return this.width=a,this.height=y,this},Ge.prototype.set=function(a){return this.width=a.width,this.height=a.height,this},Ge.prototype.copy=function(){var a=new Ge;return a.width=this.width,a.height=this.height,a},Ct=Ge.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)&&Vt("cannot thaw constant: "+this),this._isFrozen=!1,this};function tr(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 Ge(x,E)}return new Ge}function $r(a){return a.width.toString()+" "+a.height.toString()}Ct.toString=function(){return"Size("+this.width+","+this.height+")"},Ct.D=function(a){return a instanceof Ge?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 Xt.B(this.width,a.width)&&Xt.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)},Ge.alloc=function(){var a=yr.pop();return a===void 0?new Ge:a},Ge.free=function(a){yr.push(a)},Ge.prototype.isReal=Ge.prototype.w,Ge.prototype.inflate=Ge.prototype.Bc,Ge.prototype.equalsApprox=Ge.prototype.Xa,Ge.prototype.equalTo=Ge.prototype.hi,Ge.prototype.equals=Ge.prototype.D,Ge.prototype.set=Ge.prototype.set,Ge.prototype.setTo=Ge.prototype.sg;var yr=[];Ge.className="Size",Ge.parse=tr,Ge.stringify=$r,Ge.ZeroSize=Vi=new Ge(0,0).ja(),Ge.OneSize=no=new Ge(1,1).ja(),Ge.SixSize=_o=new Ge(6,6).ja(),Ge.EightSize=to=new Ge(8,8).ja(),Ge.TenSize=Ko=new Ge(10,10).ja(),Ge.InfiniteSize=lr=new Ge(1/0,1/0).ja(),Ge.NoSize=kr=new Ge(NaN,NaN).ja(),Ge.parse=tr,Ge.stringify=$r;function pe(a,y,x,b){a===void 0?this.height=this.width=this.y=this.x=0:typeof a=="number"&&typeof y=="number"&&typeof x=="number"&&(0<=x||isNaN(x))&&typeof b=="number"&&(0<=b||isNaN(b))?(this.x=a,this.y=y,this.width=x,this.height=b):a instanceof It?(x=a.x,a=a.y,y instanceof It?(b=y.x,y=y.y,this.x=Math.min(x,b),this.y=Math.min(a,y),this.width=Math.abs(x-b),this.height=Math.abs(a-y)):y instanceof Ge?(this.x=x,this.y=a,this.width=y.width,this.height=y.height):Vt("Incorrect second argument supplied to Rect constructor "+y)):Vt("Invalid arguments to Rect constructor: "+a+", "+y+", "+x+", "+b),this._isFrozen=!1}Ct=pe.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 qr(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},pe.prototype.copy=function(){var a=new pe;return a.x=this.x,a.y=this.y,a.width=this.width,a.height=this.height,a},Ct=pe.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)&&Vt("cannot thaw constant: "+this),this._isFrozen=!1,this};function js(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 pe(x,E,z,tt)}return new pe}function Ks(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 pe?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 Xt.B(this.x,a.x)&&Xt.B(this.y,a.y)&&Xt.B(this.width,a.width)&&Xt.B(this.height,a.height)};function Fo(a,y){return Xt.$(a.x,y.x)&&Xt.$(a.y,y.y)&&Xt.$(a.width,y.width)&&Xt.$(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 Ja(this,y,a,y,a)},Ct.Co=function(a){return Ja(this,a.top,a.right,a.bottom,a.left)},Ct.Fv=function(a){return Ja(this,-a.top,-a.right,-a.bottom,-a.left)},Ct.Hz=function(a,y,x,b){return Ja(this,a,y,x,b)};function Ja(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 aa(this,a.x,a.y,a.width,a.height)},Ct.Uu=function(a,y,x,b){return aa(this,a,y,x,b)};function aa(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 Ml(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 fo(this,a.x,a.y,0,0)},Ct.ed=function(a){return fo(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),fo(this,a,y,x,b)};function fo(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 Sr(a,y,x,b,E,z,tt,ot){return tt===void 0&&(tt=0),ot===void 0&&(ot=0),a<=E&&E+tt<=a+x&&y<=z&&z+ot<=y+b}function Gs(a,y,x,b,E,z,tt,ot){return a>tt+E||E>x+a?!1:!(y>ot+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},pe.alloc=function(){var a=Sa.pop();return a===void 0?new pe:a},pe.allocAt=function(a,y,x,b){var E=Sa.pop();return E===void 0?new pe(a,y,x,b):E.h(a,y,x,b)},pe.free=function(a){Sa.push(a)},Ye.Object.defineProperties(pe.prototype,{left:{get:function(){return this.x},set:function(a){this.x=a}},top:{get:function(){return this.y},set:function(a){this.y=a}},right:{get:function(){return this.x+this.width},set:function(a){this.x+=a-(this.x+this.width)}},bottom:{get:function(){return this.y+this.height},set:function(a){this.y+=a-(this.y+this.height)}},position:{get:function(){return new It(this.x,this.y)},set:function(a){this.x=a.x,this.y=a.y}},size:{get:function(){return new Ge(this.width,this.height)},set:function(a){this.width=a.width,this.height=a.height}},center:{get:function(){return new It(this.x+this.width/2,this.y+this.height/2)},set:function(a){this.x=a.x-this.width/2,this.y=a.y-this.height/2}},centerX:{get:function(){return this.x+this.width/2},set:function(a){this.x=a-this.width/2}},centerY:{get:function(){return this.y+this.height/2},set:function(a){this.y=a-this.height/2}}}),pe.prototype.isEmpty=pe.prototype.Mz,pe.prototype.isReal=pe.prototype.w,pe.intersectsLineSegment=function(a,y,x,b,E,z,tt,ot){return Xt.Fx(a,y,x,b,E,z,tt,ot)},pe.prototype.setSpot=pe.prototype.yi,pe.prototype.union=pe.prototype.Kv,pe.prototype.unionRect=pe.prototype.ed,pe.prototype.unionPoint=pe.prototype.Ye,pe.prototype.intersects=pe.prototype.Vu,pe.prototype.intersectsRect=pe.prototype.Yc,pe.prototype.intersect=pe.prototype.Uu,pe.prototype.intersectRect=pe.prototype.Ex,pe.prototype.grow=pe.prototype.Hz,pe.prototype.subtractMargin=pe.prototype.Fv,pe.prototype.addMargin=pe.prototype.Co,pe.prototype.inflate=pe.prototype.Bc,pe.prototype.offset=pe.prototype.offset,pe.prototype.contains=pe.prototype.contains,pe.prototype.containsRect=pe.prototype.Re,pe.prototype.containsPoint=pe.prototype.ca,pe.prototype.equalsApprox=pe.prototype.Xa,pe.prototype.equalTo=pe.prototype.hi,pe.prototype.equals=pe.prototype.D,pe.prototype.setSize=pe.prototype.tA,pe.prototype.setPoint=pe.prototype.dd,pe.prototype.set=pe.prototype.set,pe.prototype.setTo=pe.prototype.sg;var fl=null,lu=null,Sa=[];pe.className="Rect",pe.parse=js,pe.stringify=Ks,pe.contains=Sr,pe.intersects=Gs,pe.ZeroRect=fl=new pe(0,0,0,0).ja(),pe.NoRect=lu=new pe(NaN,NaN,NaN,NaN).ja(),pe.parse=js,pe.stringify=Ks,pe.contains=Sr,pe.intersects=Gs;function li(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):Vt("Invalid arguments to Margin constructor: "+a+", "+y+", "+x+", "+b),this._isFrozen=!1}li.prototype.assign=function(a){return this.top=a.top,this.right=a.right,this.bottom=a.bottom,this.left=a.left,this},li.prototype.sg=function(a,y,x,b){return this.top=a,this.right=y,this.bottom=x,this.left=b,this},li.prototype.set=function(a){return this.top=a.top,this.right=a.right,this.bottom=a.bottom,this.left=a.left,this},li.prototype.copy=function(){var a=new li;return a.top=this.top,a.right=this.right,a.bottom=this.bottom,a.left=this.left,a},Ct=li.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)&&Vt("cannot thaw constant: "+this),this._isFrozen=!1,this};function Gl(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 li;for(var E=NaN;a[y]==="";)y++;if((b=a[y++])&&(E=parseFloat(b)),isNaN(E))return new li(x);for(var z=NaN;a[y]==="";)y++;if((b=a[y++])&&(z=parseFloat(b)),isNaN(z))return new li(x,E);for(var tt=NaN;a[y]==="";)y++;return(b=a[y++])&&(tt=parseFloat(b)),isNaN(tt)?new li(x,E):new li(x,E,z,tt)}return new li}function uu(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 li?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 Xt.B(this.top,a.top)&&Xt.B(this.right,a.right)&&Xt.B(this.bottom,a.bottom)&&Xt.B(this.left,a.left)},Ct.w=function(){return isFinite(this.top)&&isFinite(this.right)&&isFinite(this.bottom)&&isFinite(this.left)},li.alloc=function(){var a=Fu.pop();return a===void 0?new li:a},li.free=function(a){Fu.push(a)},li.prototype.isReal=li.prototype.w,li.prototype.equalsApprox=li.prototype.Xa,li.prototype.equalTo=li.prototype.hi,li.prototype.equals=li.prototype.D,li.prototype.set=li.prototype.set,li.prototype.setTo=li.prototype.sg;var la=null,Wr=null,Fu=[];li.className="Margin",li.parse=Gl,li.stringify=uu,li.ZeroMargin=la=new li(0,0,0,0).ja(),li.TwoMargin=Wr=new li(2,2,2,2).ja(),li.parse=Gl,li.stringify=uu;function Tn(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 di,ki,Ai,Yi,Eo,ri,xa,ts,Br,Uo,Xs,Pa,bs,wa,Tl,Qa,Eu,Zd,sd,gl,Hl,Ra,ad,ld,Kd,xr,Wf,ud,Au,Bu,hs,Ns,Vr,es,hd,Du;Tn.prototype.assign=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},Tn.prototype.sg=function(a,y,x,b){return this.x=a,this.y=y,this.offsetX=x,this.offsetY=b,this},Tn.prototype.set=function(a){return this.x=a.x,this.y=a.y,this.offsetX=a.offsetX,this.offsetY=a.offsetY,this},Tn.prototype.copy=function(){var a=new Tn;return a.x=this.x,a.y=this.y,a.offsetX=this.offsetX,a.offsetY=this.offsetY,a},Ct=Tn.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)&&Vt("cannot thaw constant: "+this),this._isFrozen=!1,this};function er(a,y){return a.x=NaN,a.y=NaN,a.offsetX=y,a}function bo(a){if(typeof a=="string"){if(a=a.trim(),a==="None")return di;if(a==="TopLeft")return ki;if(a==="Top"||a==="TopCenter"||a==="MiddleTop")return Ai;if(a==="TopRight")return Yi;if(a==="Left"||a==="LeftCenter"||a==="MiddleLeft")return Eo;if(a==="Center")return ri;if(a==="Right"||a==="RightCenter"||a==="MiddleRight")return xa;if(a==="BottomLeft")return ts;if(a==="Bottom"||a==="BottomCenter"||a==="MiddleBottom")return Br;if(a==="BottomRight")return Uo;if(a==="TopSide")return Xs;if(a==="LeftSide")return Pa;if(a==="RightSide")return bs;if(a==="BottomSide")return wa;if(a==="TopBottomSides")return Tl;if(a==="LeftRightSides")return Qa;if(a==="TopLeftSides")return Eu;if(a==="TopRightSides")return Zd;if(a==="BottomLeftSides")return sd;if(a==="BottomRightSides")return gl;if(a==="NotTopSide")return Hl;if(a==="NotLeftSide")return Ra;if(a==="NotRightSide")return ad;if(a==="NotBottomSide")return ld;if(a==="AllSides")return Kd;if(a==="Default")return xr;a=a.split(" ");for(var y=0,x=0;a[y]==="";)y++;var b=a[y++];b!==void 0&&0a&&(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=Un.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,ot=this.m21,rt=this.m22,at=this.dx,ut=this.dy,ft=y*z+x*ot+at,mt=y*tt+x*rt+ut,yt=b*z+x*ot+at,St=b*tt+x*rt+ut;return x=y*z+E*ot+at,y=y*tt+E*rt+ut,z=b*z+E*ot+at,b=b*tt+E*rt+ut,E=Math.min(ft,yt),ft=Math.max(ft,yt),yt=Math.min(mt,St),mt=Math.max(mt,St),E=Math.min(E,x),ft=Math.max(ft,x),yt=Math.min(yt,y),mt=Math.max(mt,y),E=Math.min(E,z),ft=Math.max(ft,z),yt=Math.min(yt,b),mt=Math.max(mt,b),a.h(E,yt,ft-E,mt-yt),a},Un.alloc=function(){var a=_r.pop();return a===void 0?new Un:a},Un.free=function(a){_r.push(a)},Un.prototype.transformRect=Un.prototype.pp,Un.prototype.transformPoint=Un.prototype.Ga,Un.prototype.scale=Un.prototype.scale,Un.prototype.translate=Un.prototype.translate,Un.prototype.rotate=Un.prototype.rotate,Un.prototype.invert=Un.prototype.Vj,Un.prototype.multiplyInverted=Un.prototype.bv,Un.prototype.multiply=Un.prototype.multiply,Un.prototype.reset=Un.prototype.reset,Un.prototype.isIdentity=Un.prototype.ws,Un.prototype.equals=Un.prototype.D,Un.prototype.setTransform=Un.prototype.setTransform,Un.prototype.set=Un.prototype.set;var _r=[];Un.className="Transform",Un.xF="54a702f3e53909c447824c6706603faf4c";var Xt={AA:"7da71ca0ad381e90",wg:(Math.sqrt(2)-1)/3*4,Uv:null,sqrt:function(a){if(0>=a)return 0;var y=Xt.Uv;if(y===null){y=[];for(var x=0;2e3>=x;x++)y[x]=Math.sqrt(x);Xt.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&&-.5a&&-5e-8=E&&(E=1e-6),aut-at)if(a-x>E||x-a>E){if(z=(b-y)/(x-a)*(z-a)+y,z-E<=tt&&tt<=z+E)return!0}else return!0;else if(y-b>E||b-y>E){if(tt=(x-a)/(b-y)*(tt-y)+a,tt-E<=z&&z<=tt+E)return!0}else return!0;return!1},cs:function(a,y,x,b,E,z,tt,ot,rt,at,ut,ft){if(Xt.Yb(a,y,tt,ot,ft,x,b)&&Xt.Yb(a,y,tt,ot,ft,E,z))return Xt.Yb(a,y,tt,ot,ft,at,ut);var mt=(a+x)/2,yt=(y+b)/2,St=(x+E)/2,kt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(mt+St)/2,x=(yt+kt)/2,St=(St+E)/2,kt=(kt+z)/2;var Dt=(b+St)/2,Nt=(x+kt)/2;return Xt.cs(a,y,mt,yt,b,x,Dt,Nt,rt,at,ut,ft)||Xt.cs(Dt,Nt,St,kt,E,z,tt,ot,rt,at,ut,ft)},ax:function(a,y,x,b,E,z,tt,ot,rt){var at=(x+E)/2,ut=(b+z)/2;return rt.h((((a+x)/2+at)/2+(at+(E+tt)/2)/2)/2,(((y+b)/2+ut)/2+(ut+(z+ot)/2)/2)/2),rt},My:function(a,y,x,b,E,z,tt,ot){var rt=(x+E)/2,at=(b+z)/2;return Rn(((a+x)/2+rt)/2,((y+b)/2+at)/2,(rt+(E+tt)/2)/2,(at+(z+ot)/2)/2)},Dl:function(a,y,x,b,E,z,tt,ot,rt,at){if(Xt.Yb(a,y,tt,ot,rt,x,b)&&Xt.Yb(a,y,tt,ot,rt,E,z))fo(at,a,y,0,0),fo(at,tt,ot,0,0);else{var ut=(a+x)/2,ft=(y+b)/2,mt=(x+E)/2,yt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(ut+mt)/2,x=(ft+yt)/2,mt=(mt+E)/2,yt=(yt+z)/2;var St=(b+mt)/2,kt=(x+yt)/2;Xt.Dl(a,y,ut,ft,b,x,St,kt,rt,at),Xt.Dl(St,kt,mt,yt,E,z,tt,ot,rt,at)}return at},Qe:function(a,y,x,b,E,z,tt,ot,rt,at){if(Xt.Yb(a,y,tt,ot,rt,x,b)&&Xt.Yb(a,y,tt,ot,rt,E,z))at.length===0&&(at.push(a),at.push(y)),at.push(tt),at.push(ot);else{var ut=(a+x)/2,ft=(y+b)/2,mt=(x+E)/2,yt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(ut+mt)/2,x=(ft+yt)/2,mt=(mt+E)/2,yt=(yt+z)/2;var St=(b+mt)/2,kt=(x+yt)/2;Xt.Qe(a,y,ut,ft,b,x,St,kt,rt,at),Xt.Qe(St,kt,mt,yt,E,z,tt,ot,rt,at)}return at},jv:function(a,y,x,b,E,z,tt,ot,rt,at){if(Xt.Yb(a,y,E,z,at,x,b))return Xt.Yb(a,y,E,z,at,ot,rt);var ut=(a+x)/2,ft=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var mt=(ut+x)/2,yt=(ft+b)/2;return Xt.jv(a,y,ut,ft,mt,yt,tt,ot,rt,at)||Xt.jv(mt,yt,x,b,E,z,tt,ot,rt,at)},OA:function(a,y,x,b,E,z,tt){return tt.h(((a+x)/2+(x+E)/2)/2,((y+b)/2+(b+z)/2)/2),tt},iv:function(a,y,x,b,E,z,tt,ot){if(Xt.Yb(a,y,E,z,tt,x,b))fo(ot,a,y,0,0),fo(ot,E,z,0,0);else{var rt=(a+x)/2,at=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var ut=(rt+x)/2,ft=(at+b)/2;Xt.iv(a,y,rt,at,ut,ft,tt,ot),Xt.iv(ut,ft,x,b,E,z,tt,ot)}return ot},ep:function(a,y,x,b,E,z,tt,ot){if(Xt.Yb(a,y,E,z,tt,x,b))ot.length===0&&(ot.push(a),ot.push(y)),ot.push(E),ot.push(z);else{var rt=(a+x)/2,at=(y+b)/2;x=(x+E)/2,b=(b+z)/2;var ut=(rt+x)/2,ft=(at+b)/2;Xt.ep(a,y,rt,at,ut,ft,tt,ot),Xt.ep(ut,ft,x,b,E,z,tt,ot)}return ot},Eo:function(a,y,x,b,E,z,tt,ot,rt,at,ut,ft,mt,yt){if(Xt.Yb(a,y,tt,ot,mt,x,b)&&Xt.Yb(a,y,tt,ot,mt,E,z))return!Xt.Rl(a,y,tt,ot,rt,at,ut,ft)||(mt=(a-tt)*(at-ft)-(y-ot)*(rt-ut),mt===0)?!1:(yt.h(((a*ot-y*tt)*(rt-ut)-(a-tt)*(rt*ft-at*ut))/mt,((a*ot-y*tt)*(at-ft)-(y-ot)*(rt*ft-at*ut))/mt),!0);var St=(a+x)/2,kt=(y+b)/2,Dt=(x+E)/2,Nt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(St+Dt)/2,x=(kt+Nt)/2,Dt=(Dt+E)/2,Nt=(Nt+z)/2;var jt=(b+Dt)/2,Gt=(x+Nt)/2,_t=1/0,Zt=!1,ie=0,Ze=0;return Xt.Eo(a,y,St,kt,b,x,jt,Gt,rt,at,ut,ft,mt,yt)&&(a=(yt.x-rt)*(yt.x-rt)+(yt.y-at)*(yt.y-at),a<_t&&(_t=a,Zt=!0,ie=yt.x,Ze=yt.y)),Xt.Eo(jt,Gt,Dt,Nt,E,z,tt,ot,rt,at,ut,ft,mt,yt)&&(yt.x-rt)*(yt.x-rt)+(yt.y-at)*(yt.y-at)<_t&&(Zt=!0,ie=yt.x,Ze=yt.y),Zt&&(yt.x=ie,yt.y=Ze),Zt},Fo:function(a,y,x,b,E,z,tt,ot,rt,at,ut,ft,mt){var yt=0;if(Xt.Yb(a,y,tt,ot,mt,x,b)&&Xt.Yb(a,y,tt,ot,mt,E,z)){if(mt=(a-tt)*(at-ft)-(y-ot)*(rt-ut),mt===0)return yt;var St=((a*ot-y*tt)*(rt-ut)-(a-tt)*(rt*ft-at*ut))/mt,kt=((a*ot-y*tt)*(at-ft)-(y-ot)*(rt*ft-at*ut))/mt;if(St>=ut)return yt;if((rt>ut?rt-ut:ut-rt)<(at>ft?at-ft:ft-at)){if(ya)return yt}else if(aa)return yt;0mt&&yt--}else{St=(a+x)/2,kt=(y+b)/2;var Dt=(x+E)/2,Nt=(b+z)/2;E=(E+tt)/2,z=(z+ot)/2,b=(St+Dt)/2,x=(kt+Nt)/2,Dt=(Dt+E)/2,Nt=(Nt+z)/2;var jt=(b+Dt)/2,Gt=(x+Nt)/2;yt+=Xt.Fo(a,y,St,kt,b,x,jt,Gt,rt,at,ut,ft,mt),yt+=Xt.Fo(jt,Gt,Dt,Nt,E,z,tt,ot,rt,at,ut,ft,mt)}return yt},qh:function(a,y,x,b,E,z,tt){return Xt.$(a,x)?(yy?(tt.h(a,y),!1):(tt.h(a,z),!0)):Xt.$(y,b)?(aa?(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.000005y?(rt.h(a,y),!1):(rt.h(a,x),!0)):(tt=(b-y)/(x-a),Xt.$(ot,tt)?(Xt.qh(a,y,x,b,E,z,rt),!1):(E=(tt*a-ot*E+z-y)/(tt-ot),Xt.$(tt,0)?(aa?(rt.h(a,y),!1):(rt.h(E,y),!0)):Xt.qh(a,y,x,b,E,tt*(E-a)+y,rt))))},MA:function(a,y,x,b,E){return Xt.Ve(x.x,x.y,b.x,b.y,a.x,a.y,y.x,y.y,E)},KA:function(a,y,x,b,E,z,tt,ot,rt,at){function ut(Dt,Nt){var jt=(Dt-a)*(Dt-a)+(Nt-y)*(Nt-y);jt(x>a?x-a:a-x)){if(mt=1-(x-E)*(x-E)/(mt*mt),0>mt)return rt;mt=Math.sqrt(mt),b=-at*mt+z,ut(x,at*mt+z),ut(x,b)}else{if(x=(b-y)/(x-a),b=1/(mt*mt)+x*x/(at*at),ot=2*x*(y-x*a)/(at*at)-2*x*z/(at*at)-2*E/(mt*mt),mt=ot*ot-4*b*(2*x*a*z/(at*at)-2*y*z/(at*at)+z*z/(at*at)+E*E/(mt*mt)-1+(y-x*a)*(y-x*a)/(at*at)),0>mt)return rt;mt=Math.sqrt(mt),at=(-ot+mt)/(2*b),ut(at,x*at-x*a+y),mt=(-ot-mt)/(2*b),ut(mt,x*mt-x*a+y)}return rt},Ff:function(a,y,x,b,E,z,tt,ot,rt){var at=1e21,ut=a,ft=y;if(Xt.Ve(a,y,a,b,E,z,tt,ot,rt)){var mt=(rt.x-E)*(rt.x-E)+(rt.y-z)*(rt.y-z);mtat},us:function(a,y,x){return Xt.Fx(a.x,a.y,a.width,a.height,y.x,y.y,x.x,x.y)},Fx:function(a,y,x,b,E,z,tt,ot){var rt=a+x,at=y+b;return E===tt?(z=y):z===ot?(E=a):!!(Sr(a,y,x,b,E,z)||Sr(a,y,x,b,tt,ot)||Xt.Rl(a,y,rt,y,E,z,tt,ot)||Xt.Rl(rt,y,rt,at,E,z,tt,ot)||Xt.Rl(rt,at,a,at,E,z,tt,ot)||Xt.Rl(a,at,a,y,E,z,tt,ot))},Rl:function(a,y,x,b,E,z,tt,ot){return a===x&&y===b&&E===tt&&z===ot?a===E&&y===z:0>=Xt.Fl(a,y,x,b,E,z)*Xt.Fl(a,y,x,b,tt,ot)&&0>=Xt.Fl(E,z,tt,ot,a,y)*Xt.Fl(E,z,tt,ot,x,b)},Fl:function(a,y,x,b,E,z){return x-=a,b-=y,a=E-a,y=z-y,z=a*b-y*x,z===0&&(z=a*x+y*b,0z&&(z=0))),z},bp:function(a){return 0>a&&(a+=360),360<=a&&(a-=360),a},jx:function(a,y,x,b,E,z){var tt=Math.PI;z||(b*=tt/180,E*=tt/180);var ot=b>E?-1:1;z=[];var rt=tt/2,at=b;if(b=Math.min(2*tt,Math.abs(E-b)),1e-5>b)return rt=at+ot*Math.min(b,rt),ot=a+x*Math.cos(at),at=y+x*Math.sin(at),a+=x*Math.cos(rt),y+=x*Math.sin(rt),x=(ot+a)/2,rt=(at+y)/2,z.push([ot,at,x,rt,x,rt,a,y]),z;for(;1e-5x,z=0>b;if(aat&&(y=.5*(ot+rt),!(y===ot||y===rt));++at){var ut=a/(y+E),ft=tt/(y+z);if(ut=ut*ut+ft*ft-1,0ut)rt=y;else break}x=E*x/(y+E)-x,b=z*b/(y+z)-b,x=Math.sqrt(x*x+b*b)}else x=Math.abs(b-y);else b=a*a-y*y,z=a*x,za?"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 Re.u:var y=new pe(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 Re.F:if(y=new pe(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 Re.o:y="",x=this.figures.s;for(var b=x.length,E=0;E=_t-1?!0:at[kt+1].match(Zt)!==null}function b(){return kt++,at[kt]}function E(Yn){var zn=parseFloat(b()),Mi=parseFloat(b());Dt===Dt.toLowerCase()&&(zn=Gt.x+zn,Mi=Gt.y+Mi),Yn.h(zn,Mi)}function z(){return E(Gt),Gt}function tt(){return E(jt),jt}function ot(){var Yn=Nt.toLowerCase();return Yn!=="c"&&Yn!=="s"&&Yn!=="q"&&Yn!=="t"?Gt:new It(2*Gt.x-jt.x,2*Gt.y-jt.y)}y===void 0&&(y=!1);var rt=/([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])/gm;a=a.replace(/,/gm," "),a=a.replace(rt,"$1 $2"),a=a.replace(rt,"$1 $2"),a=a.replace(/([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])([^s])/gm,"$1 $2"),a=a.replace(/([^s])([UuBbMmZzLlHhVvCcSsQqTtAaFfXx])/gm,"$1 $2"),a=a.replace(/([0-9])([+\-])/gm,"$1 $2"),a=a.replace(/[\s\r\t\n]+/gm," "),a=a.replace(/^\s+|\s+$/g,"");var at=a.split(" ");for(a=0;a=_t-1);)if(Nt=Dt,Dt=b(),Dt!=="")switch(Dt.toUpperCase()){case"X":yt=!0,ft=ut=!1;break;case"M":for(St=z(),a.mc===null||yt===!0?(Tg(a,St.x,St.y,ut,!ft,mt),yt=!1):a.moveTo(St.x,St.y),rt.assign(Gt);!x();)St=z(),a.lineTo(St.x,St.y);break;case"L":for(;!x();)St=z(),a.lineTo(St.x,St.y);break;case"H":for(;!x();)Gt=new It((Dt===Dt.toLowerCase()?Gt.x:0)+parseFloat(b()),Gt.y),a.lineTo(Gt.x,Gt.y);break;case"V":for(;!x();)Gt=new It(Gt.x,(Dt===Dt.toLowerCase()?Gt.y:0)+parseFloat(b())),a.lineTo(Gt.x,Gt.y);break;case"C":for(;!x();){St=new It,E(St);var ie=tt(),Ze=z();nh(a,St.x,St.y,ie.x,ie.y,Ze.x,Ze.y)}break;case"S":for(;!x();)St=ot(),ie=tt(),Ze=z(),nh(a,St.x,St.y,ie.x,ie.y,Ze.x,Ze.y);break;case"Q":for(;!x();)St=tt(),ie=z(),Im(a,St.x,St.y,ie.x,ie.y);break;case"T":for(;!x();)jt=St=ot(),ie=z(),Im(a,St.x,St.y,ie.x,ie.y);break;case"B":for(;!x();){St=parseFloat(b()),ie=parseFloat(b()),Ze=parseFloat(b());var ln=parseFloat(b()),on=parseFloat(b()),Oe=on,Ce=!1;x()||(Oe=parseFloat(b()),x()||(Ce=parseFloat(b())!==0)),Dt===Dt.toLowerCase()&&(Ze+=Gt.x,ln+=Gt.y),a.arcTo(St,ie,Ze,ln,on,Oe,Ce)}break;case"A":for(;!x();)St=Math.abs(parseFloat(b())),ie=Math.abs(parseFloat(b())),Ze=parseFloat(b()),on=ln=!1,Ce=Oe=0,Oe=b(),Oe.length===1?(ln=!!parseFloat(Oe),on=!!parseFloat(b()),Oe=parseFloat(b())):Oe.length===2?(ln=!!parseFloat(Oe[0]),on=!!parseFloat(Oe[1]),Oe=parseFloat(b())):(ln=!!parseFloat(Oe[0]),on=!!parseFloat(Oe[1]),Oe=parseFloat(Oe.slice(2))),Ce=parseFloat(b()),Dt===Dt.toLowerCase()&&(Oe=Gt.x+Oe,Ce=Gt.y+Ce),Gt.h(Oe,Ce),wx(a,St,ie,Ze,ln,on,Oe,Ce);break;case"Z":Px(a),Gt.assign(rt);break;case"F":for(St="",ie=1;at[kt+ie];)if(at[kt+ie]==="0")mt=!0,ie++;else if(at[kt+ie].match(/[Uu]/)!==null)ie++;else if(at[kt+ie].match(Zt)===null)ie++;else{St=at[kt+ie];break}St.match(/[Mm]/)?ut=!0:0tt&&(tt+=360),St.startAngle+=tt),0>a&&(St.startAngle=180-St.startAngle,St.sweepAngle=-St.sweepAngle),0>b&&(St.startAngle=-St.startAngle,St.sweepAngle=-St.sweepAngle),St.radiusX*=Math.sqrt(a*a+x*x),St.radiusY!==void 0&&(St.radiusY*=Math.sqrt(y*y+b*b));break;case Ca:if(tt=St.endX,ot=St.endY,St.endX=tt*a+ot*x+E,St.endY=tt*y+ot*b+z,St.radiusX===0||St.radiusY===0)break;y!==0&&(tt=180*Math.atan2(y,a)/Math.PI,0>tt&&(tt+=360),St.xAxisRotation+=tt),0>a&&(St.xAxisRotation=180-St.xAxisRotation,St.isClockwiseArc=!St.isClockwiseArc),0>b&&(St.xAxisRotation=-St.xAxisRotation,St.isClockwiseArc=!St.isClockwiseArc),St.radiusX*=Math.sqrt(a*a+x*x),St.radiusY*=Math.sqrt(y*y+b*b);break;default:Vt("Unknown Segment type: "+St.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 Re.j:return Xt.Yb(x,b,E,z,y,a.x,a.y);case Re.u:var tt=pe.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),pe.free(tt),a;case Re.F:tt=Math.min(x,E)-y;var ot=Math.min(b,z)-y;return x=(Math.abs(E-x)+2*y)/2,y=(Math.abs(z-b)+2*y)/2,0>=x||0>=y?!1:(tt=a.x-(tt+x),ot=a.y-(ot+y),1>=tt*tt/(x*x)+ot*ot/(y*y));case Re.o:return ua(this,a,y,!0,!1);default:return!1}};function ua(a,y,x,b,E){var z=y.x;y=y.y;for(var tt=a.bounds.x-20,ot=0,rt,at,ut,ft,mt=a.figures.s,yt=mt.length,St=0;St=a)return 0;if((E>tt?E-tt:tt-E)<(z>ot?z-ot:ot-z)){if(zot)return 0}else if(yz)return 0}else if(Ett)return 0}else if(atE)return 0;return 0a?a=0:1=z)return b=z-tt,b=ut===0?0:b/ut,x=x[ot],ot=x[2*a],E=x[2*a+1],y.h(ot+(x[2*a+2]-ot)*b,E+(x[2*a+3]-E)*b),y;tt+=ut}}return y},Ct.wx=function(a){if(0>a?a=0:1=E)return E=y[tt],y=E[2*a],x=E[2*a+1],b=E[2*a+2],a=E[2*a+3],1>Math.abs(b-y)&&1>Math.abs(a-x)?0:1>Math.abs(b-y)?0<=a-x?90:270:1>Math.abs(a-x)?0<=b-y?0:180:180*Math.atan2(a-x,b-y)/Math.PI;z+=at}}return NaN},Ct.Qu=function(a,y){if(0>a?a=0:1=z)return b=z-tt,b=ut===0?0:b/ut,ut=x[ot],x=ut[2*a],ot=ut[2*a+1],E=ut[2*a+2],a=ut[2*a+3],y[0]=x+(E-x)*b,y[1]=ot+(a-ot)*b,y[2]=1>Math.abs(E-x)&&1>Math.abs(a-ot)?0:1>Math.abs(E-x)?0<=a-ot?90:270:1>Math.abs(a-ot)?0<=E-x?0:180:180*Math.atan2(a-ot,E-x)/Math.PI,y;tt+=ut}}return y},Ct.xx=function(a){if(this.type===Re.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=b?b===x?0:1:Math.abs(a-x)/(b-tt)}if(x===E)return y=b?b===y?0:1:Math.abs(z-y)/(b-tt);tt=(b-y)*(b-y)+(E-x)*(E-x);var ot=It.alloc();return Xt.qh(y,x,b,E,z,a,ot),a=ot.x,z=ot.y,It.free(ot),Math.sqrt(((a-y)*(a-y)+(z-x)*(z-x))/tt)}}else if(this.type===Re.u){tt=this.startX,ot=this.startY;var rt=this.endX;if(E=this.endY,tt!==rt||ot!==E){y=rt-tt,x=E-ot,z=2*y+2*x,b=a.x,a=a.y,b=Math.min(Math.max(b,tt),rt),a=Math.min(Math.max(a,ot),E),tt=Math.abs(b-tt),rt=Math.abs(b-rt),ot=Math.abs(a-ot),E=Math.abs(a-E);var at=Math.min(tt,rt,ot,E);if(at===ot)return b/z;if(at===rt)return(y+a)/z;if(at===E)return(2*y+x-b)/z;if(at===tt)return(2*y+2*x-a)/z}}else{y=this.flattenedSegments,x=this.flattenedLengths,z=this.flattenedTotalLength,b=It.alloc(),E=1/0,ot=tt=0,rt=y.length;for(var ut=at=0,ft=0;fta?0:1a?"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;Ea&&(a+=360),this.Ne=a,this.Vh=0,this.Wh=Math.max(b,0),this.Pg=Math.max(E,0),typeof tt=="boolean"?tt&&(this.isLargeArc=!0):typeof tt=="number"&&tt&&(this.isLargeArc=!0),ot&&(this.isClockwiseArc=!0)):(this.Ne=b,this.Vh=E,a===Yo&&(z=Math.max(z,0)),this.Wh=z,typeof tt=="number"?(a===Yo&&(tt=Math.max(tt,0)),this.Pg=tt):this.Pg=0),this.ae=null}Li.prototype.copy=function(){var a=new Li;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=Li.prototype,Ct.Xa=function(a){if(!(a instanceof Li)||this.type!==a.type||this.isClosed!==a.isClosed)return!1;switch(this.type){case hr:case io:return Xt.B(this.endX,a.endX)&&Xt.B(this.endY,a.endY);case Dr:return Xt.B(this.endX,a.endX)&&Xt.B(this.endY,a.endY)&&Xt.B(this.point1X,a.point1X)&&Xt.B(this.point1Y,a.point1Y)&&Xt.B(this.point2X,a.point2X)&&Xt.B(this.point2Y,a.point2Y);case ha:return Xt.B(this.endX,a.endX)&&Xt.B(this.endY,a.endY)&&Xt.B(this.point1X,a.point1X)&&Xt.B(this.point1Y,a.point1Y);case Yo:return Xt.B(this.startAngle,a.startAngle)&&Xt.B(this.sweepAngle,a.sweepAngle)&&Xt.B(this.centerX,a.centerX)&&Xt.B(this.centerY,a.centerY)&&Xt.B(this.radiusX,a.radiusX)&&Xt.B(this.radiusY,a.radiusY);case Ca:return this.isClockwiseArc===a.isClockwiseArc&&this.isLargeArc===a.isLargeArc&&Xt.B(this.xAxisRotation,a.xAxisRotation)&&Xt.B(this.endX,a.endX)&&Xt.B(this.endY,a.endY)&&Xt.B(this.radiusX,a.radiusX)&&Xt.B(this.radiusY,a.radiusY);default:return!1}},Ct.qb=function(a){a.classType===Li&&(this.type=a)},Ct.toString=function(a){switch(a===void 0&&(a=-1),this.type){case hr:a=0>a?"M"+this.endX.toString()+" "+this.endY.toString():"M"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case io:a=0>a?"L"+this.endX.toString()+" "+this.endY.toString():"L"+this.endX.toFixed(a)+" "+this.endY.toFixed(a);break;case Dr: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 ha: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 Yo: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 Ca: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 Qs(a,y){if(a.ae!==null&&y._isInvalidBounds===!1)return a.ae;var x=a.radiusX,b=a.radiusY;if(b===void 0&&(b=x),x===0||b===0)return a.ae=[],a.ae;y=a.Ne;var E=a.Vh,z=Xt.jx(0,0,x=yt?tt=Math.PI:1<=yt&&(tt=0),!rt&&0tt&&(tt+=2*Math.PI),rt=y>z?1:y/z,yt=y>z?z/y:1,y=Xt.jx(0,0,y>z?y:z,ut,ut+tt,!0),z=Un.alloc(),z.reset(),z.translate(x,b),z.rotate(a.Ne,0,0),z.scale(rt,yt),Re.Ha(y,z),Un.free(z),a.ae=y,a.ae}Ye.Object.defineProperties(Li.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&&re(this,a),this.na=a,this._isInvalidBounds=!0}},endX:{get:function(){return this.Dc},set:function(a){this._isFrozen&&re(this,a),this.Dc=a,this._isInvalidBounds=!0}},endY:{get:function(){return this.Ec},set:function(a){this._isFrozen&&re(this,a),this.Ec=a,this._isInvalidBounds=!0}},point1X:{get:function(){return this.Ne},set:function(a){this._isFrozen&&re(this,a),this.Ne=a,this._isInvalidBounds=!0}},point1Y:{get:function(){return this.Vh},set:function(a){this._isFrozen&&re(this,a),this.Vh=a,this._isInvalidBounds=!0}},point2X:{get:function(){return this.Wh},set:function(a){this._isFrozen&&re(this,a),this.Wh=a,this._isInvalidBounds=!0}},point2Y:{get:function(){return this.Pg},set:function(a){this._isFrozen&&re(this,a),this.Pg=a,this._isInvalidBounds=!0}},centerX:{get:function(){return this.Ne},set:function(a){this._isFrozen&&re(this,a),this.Ne=a,this._isInvalidBounds=!0}},centerY:{get:function(){return this.Vh},set:function(a){this._isFrozen&&re(this,a),this.Vh=a,this._isInvalidBounds=!0}},radiusX:{get:function(){return this.Wh},set:function(a){0>a&&nn(a,">= zero",Li,"radiusX"),this._isFrozen&&re(this,a),this.Wh=a,this._isInvalidBounds=!0}},radiusY:{get:function(){return this.Pg},set:function(a){0>a&&nn(a,">= zero",Li,"radiusY"),this._isFrozen&&re(this,a),this.Pg=a,this._isInvalidBounds=!0}},startAngle:{get:function(){return this.Dc},set:function(a){this._isFrozen&&re(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&&re(this,a),360a&&(a=-360),this.Ec=a,this._isInvalidBounds=!0}},isClockwiseArc:{get:function(){return(this.l&4)!==0},set:function(a){this._isFrozen&&re(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&&re(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&&re(this,a),a%=360,0>a&&(a+=360),this.Ne=a,this._isInvalidBounds=!0}}}),Li.prototype.equalsApprox=Li.prototype.Xa;var hr=new ue(Li,"Move",0),io=new ue(Li,"Line",1),Dr=new ue(Li,"Bezier",2),ha=new ue(Li,"QuadraticBezier",3),Yo=new ue(Li,"Arc",4),Ca=new ue(Li,"SvgArc",4);Li.className="PathSegment",Li.Move=hr,Li.Line=io,Li.Bezier=Dr,Li.QuadraticBezier=ha,Li.Arc=Yo,Li.SvgArc=Ca;function ns(){this.H=null,this.xu=new It(0,0).freeze(),this.mt=new It(0,0).freeze(),this.Bp=this.Rq=0,this.Cp=1,this.xq="",this.Wr=this.Tp=!1,this.Rp=this.Ep=0,this.xg=this.nq=this.tq=!1,this.Zp=null,this.Rr=0,this.xd=this.Nr=null}ns.prototype.copy=function(){var a=new ns;return this.clone(a)},ns.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},ns.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},ns.prototype.So=function(a,y){var x=this.diagram;return x===null||yc(x,a,y),y},ns.prototype.Bz=function(a,y){var x=this.diagram;return x===null||(yc(x,a,y),y.assign(x.Ps(y))),y},Ye.Object.defineProperties(ns.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}}}),ns.prototype.getMultiTouchDocumentPoint=ns.prototype.Bz,ns.prototype.getMultiTouchViewPoint=ns.prototype.So,ns.className="InputEvent";function Ou(){this.H=null,this.xa="",this.ar=this.Lr=null}Ou.prototype.copy=function(){var a=new Ou;return a.H=this.H,a.xa=this.xa,a.Lr=this.Lr,a.ar=this.ar,a},Ou.prototype.toString=function(){var a="*"+this.name;return this.subject!==null&&(a+=":"+this.subject.toString()),this.parameter!==null&&(a+="("+this.parameter.toString()+")"),a},Ye.Object.defineProperties(Ou.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}}}),Ou.className="DiagramEvent";function So(){this.Fm=vo,this.rf=this.Qq="",this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null}So.prototype.clear=function(){this.Ln=this.Mn=this.Rn=this.Sn=this.Qn=this.H=this.cc=null},So.prototype.copy=function(){var a=new So;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=ce(y)&&typeof y.J=="function"?y.J():y,y=this.Rn,a.Rn=ce(y)&&typeof y.J=="function"?y.J():y,y=this.Mn,a.Mn=ce(y)&&typeof y.J=="function"?y.J():y,y=this.Ln,a.Ln=ce(y)&&typeof y.J=="function"?y.J():y,a},So.prototype.qb=function(a){a.classType===So&&(this.change=a)},So.prototype.toString=function(){var a="";return a=this.change===$s?a+"* ":this.change===vo?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===$s?this.oldValue!==null&&(a+=" "+this.oldValue):(this.object!==null&&(a+=ci(this.object)),this.oldValue!==null&&(a+=" old: "+ci(this.oldValue)),this.oldParam!==null&&(a+=" "+this.oldParam),this.newValue!==null&&(a+=" new: "+ci(this.newValue)),this.newParam!==null&&(a+=" "+this.newParam)),a},So.prototype.I=function(a){return a?this.oldValue:this.newValue},So.prototype.Dz=function(a){return a?this.oldParam:this.newParam},So.prototype.canUndo=function(){return this.model!==null||this.diagram!==null},So.prototype.undo=function(){this.canUndo()&&(this.model!==null?this.model.changeState(this,!0):this.diagram!==null&&this.diagram.changeState(this,!0))},So.prototype.canRedo=function(){return this.model!==null||this.diagram!==null},So.prototype.redo=function(){this.canRedo()&&(this.model!==null?this.model.changeState(this,!1):this.diagram!==null&&this.diagram.changeState(this,!1))},Ye.Object.defineProperties(So.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===$s&&(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}}}),So.prototype.redo=So.prototype.redo,So.prototype.canRedo=So.prototype.canRedo,So.prototype.undo=So.prototype.undo,So.prototype.canUndo=So.prototype.canUndo,So.prototype.getParam=So.prototype.Dz,So.prototype.getValue=So.prototype.I,So.prototype.clear=So.prototype.clear;var $s=new ue(So,"Transaction",-1),vo=new ue(So,"Property",0),zo=new ue(So,"Insert",1),nr=new ue(So,"Remove",2);So.className="ChangedEvent",So.Transaction=$s,So.Property=vo,So.Insert=zo,So.Remove=nr;function cr(){this.o=new Ae().freeze(),this.xa="",this.j=!1}cr.prototype.toString=function(a){var y="Transaction: "+this.name+" "+this.changes.count.toString()+(this.isComplete?"":", incomplete");if(a!==void 0&&0y&&a.cd(y,b),y++);for(;a.length>y;)a.pop();a.freeze()}},Ye.Object.defineProperties(cr.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}}}),cr.prototype.optimize=cr.prototype.ak,cr.prototype.redo=cr.prototype.redo,cr.prototype.canRedo=cr.prototype.canRedo,cr.prototype.undo=cr.prototype.undo,cr.prototype.canUndo=cr.prototype.canUndo,cr.prototype.clear=cr.prototype.clear,cr.className="Transaction";function Po(){this.Pt=new Ee,this.Jd=!1,this.u=new Ae().freeze(),this.Ce=-1,this.o=999,this.Fe=!1,this.Np=null,this.bi=0,this.j=!1,this.Ie=new Ae().freeze(),this.hl=new Ae,this.tt=!0,this.Dt=this.rq=this.Gt=this.Ft=!1}Po.prototype.toString=function(a){var y="UndoManager "+this.historyIndex+"<"+this.history.count+"<="+this.maxHistoryLength;y+="[";for(var x=this.nestedTransactionNames.count,b=0;ba.transactionLevel&&tn("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=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()}},Po.prototype.canUndo=function(){if(!this.isEnabled||0=this.transactionLevel&&!this.tt&&(a=a.diagram,a!==null&&a.pi===!1||tn("Change not within a transaction: "+x.toString()))}},Po.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},Ye.Object.defineProperties(Po.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.historyIndexE||Math.abs(y.y-a.y)>b},Ye.Object.defineProperties(xi.prototype,{diagram:{get:function(){return this.H},set:function(a){a instanceof oe&&(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}}}),xi.prototype.startTransaction=xi.prototype.Ea,xi.className="Tool";function mo(){xi.call(this),this.name="ToolManager",this.hb=new Ae,this.ob=new Ae,this.Hb=new Ae,this.F=this.V=850,this.o=new Ge(2,2).ja(),this.Ha=5e3,this.ia=dd,this.u=Vf,this.Mp=this.j=null,this.zj=-1}Se(mo,xi),mo.prototype.initializeStandardTools=function(){},mo.prototype.updateAdornments=function(a){var y=this.currentToolTip;if(y instanceof Pi&&this.Mp===a){var x=y.adornedObject;(a!==null?x.part===a:x===null)?this.showToolTip(y,x):this.hideToolTip()}},mo.prototype.doMouseDown=function(){var a=this.diagram,y=a.lastInput;if(y.isTouchEvent&&this.gestureBehavior===du&&(y.bubbles=!1),y.isMultiTouch){if(this.cancelWaitAfter(),this.gestureBehavior===Ph){y.bubbles=!0;return}if(this.gestureBehavior===du)return;if(a.currentTool.canStartMultiTouch()){a.currentTool.standardPinchZoomStart();return}}for(var x=this.mouseDownTools.length,b=0;bE.right&&(x.x-=b.width+5/y.scale),x.xE.bottom?x.y-(b.height+5/y.scale):x.y+20/y.scale,x.yx.pointsCount)){var b=a.diagram;if(!b.isReadOnly){var E=a.Oe;if(E!==null){var z=null,tt=null;x.fromNode===null&&(z=Ip(a,x.i(0),!1),z!==null&&(tt=z.part));var ot=null,rt=null;x.toNode===null&&(ot=Ip(a,x.i(x.pointsCount-1),!0),ot!==null&&(rt=ot.part)),E.isValidLink(tt,z,rt,ot)?y?(x.defaultFromPoint=x.i(0),x.defaultToPoint=x.i(x.pointsCount-1),x.suspendsRouting=!1,x.fromNode=tt,z!==null&&(x.fromPortId=z.portId),x.toNode=rt,ot!==null&&(x.toPortId=ot.portId),x.fromPort!==b.Mx&&b.R("LinkRelinked",x,b.Mx),x.toPort!==b.Nx&&b.R("LinkRelinked",x,b.Nx)):Yf(E,tt,z,rt,ot):Yf(E,null,null,null,null)}}}}wo.prototype.doDragOver=function(){};function ju(a,y){var x=a.diagram;a.dragsLink&&zu(a,!0),wh(a);var b=a.findDragOverObject(y),E=x.lastInput;if(E.targetObject=b,b!==null){E.handled=!1;for(var z=b;z!==null;){var tt=z.mouseDrop;if(tt!==null&&(tt(E,z),E.handled))break;J0(a,E,z),z=ic(z)}}else z=x.mouseDrop,z!==null&&z(E);if(a.isActive||Mr!==null){for(E=(a.copiedParts||a.draggedParts).iterator;E.next();)z=E.key,z instanceof Qe&&z.linksConnected.each(function(ot){ot.suspendsRouting=!1});if(a.doDropOnto(y,b),a.isActive||Mr!==null){for(a=pe.alloc(),y=x.selection.iterator;y.next();)b=y.value,b instanceof Qe&&Q0(x,b,a);pe.free(a)}}}function J0(a,y,x){a=a.diagram,x=x.part,!a.handlesDragDropForTopLevelParts||!x.isTopLevel||x instanceof Zn||(x=a.mouseDrop,x!==null&&x(y))}function Q0(a,y,x){var b=!1;if(x=y.getAvoidableRect(x),a.viewportBounds.Re(x)&&(b=!0),a=a.Nu(x,function(E){return E.part},function(E){return E instanceof ze},!0,function(E){return E instanceof ze},b),a.count!==0)for(a=a.iterator;a.next();)x=a.value,!x.Td(y)&&x.isAvoiding&&x.bb()}wo.prototype.doDropOnto=function(){},wo.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()?(fu(this,!1),sg(a,this.copiedParts),bl(this,this.copiedParts,!1),Dh(a,this.copiedParts)):this.mayMove()?(qa(this),bl(this,this.draggedParts,!0)):this.mayDragOut()?(fu(this,!1),bl(this,this.copiedParts,!1)):qa(this),Uf(this,a.lastInput.documentPoint))}},wo.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram,y=a.lastInput;if(!this.simulatedMouseUp(y.event,y.documentPoint,y.targetDiagram)){y=!1;var x=this.mayCopy();if(x&&this.copiedParts!==null?(qa(this),fu(this,!0),sg(a,this.copiedParts),bl(this,this.copiedParts,!1),Dh(a,this.copiedParts),this.copiedParts!==null&&(a.R("ChangingSelection",a.selection),a.clearSelection(!0),this.copiedParts.iteratorKeys.each(function(E){E.isSelected=!0}))):(y=!0,qa(this),this.mayMove()&&(bl(this,this.draggedParts,!0),Uf(this,a.lastInput.documentPoint))),this.Ym=!0,ju(this,a.lastInput.documentPoint),this.isActive){var b=x?this.copiedParts.Lf():this.draggedParts.Lf();this.copiedParts=null,y&&$0(this),a.Ya(),Dh(a,this.draggedParts),this.transactionResult=x?"Copy":"Move",a.R(x?"SelectionCopied":"SelectionMoved",b)}this.stopTool(),x&&a.R("ChangedSelection",a.selection)}}},wo.prototype.simulatedMouseMove=function(a,y,x){if(Mr===null)return!1;var b=Mr.diagram;x instanceof oe||(x=null);var E=Gu;return x!==E&&(E!==null&&E!==b&&(E.ug(),Mr.isDragOutStarted=!1,E=E.toolManager.findTool("Dragging"),E!==null&&E.doSimulatedDragLeave()),Gu=x,x!==null&&x!==b&&(ec(),E=x.toolManager.findTool("Dragging"),E!==null&&(Vl.contains(E)||Vl.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&&(0tt&&(tt=at),ut>ot&&(ot=ut))}}for(b===1/0?z.h(0,0,0,0):z.h(b,E,tt-b,ot-E),b=z.x+z.width/2,E=z.y+z.height/2,pe.free(z),z=a.Fr,tt=new Cn,ot=It.alloc(),rt=y.iterator;rt.next();)at=rt.value,at instanceof ze&&at.canCopy()&&(ut=x.I(at),ut!==null&&(ut.points=at.points,rh(ut,z.x-b,z.y-E),ut.suspendsRouting=!0,tt.add(ut,a.Pd())));for(y=y.iterator;y.next();)at=y.value,at.Zc()&&at.canCopy()&&(rt=x.I(at),rt!==null&&(at=at.location,ot.h(z.x-(b-at.x),z.y-(E-at.y)),rt.location=ot,rt.Va(),tt.add(rt,a.Pd(ot))));It.free(ot),a.copiedParts=tt,_f(a,tt.Lf()),a.draggedLink!==null&&(x=a.draggedLink,y=x.routeBounds,rh(x,a.startPoint.x-(y.x+y.width/2),a.startPoint.y-(y.y+y.height/2))),a.doUpdateCursor(null)}}}wo.prototype.doSimulatedDragOut=function(){var a=this.diagram;a.Ns=!1,this.mayCopy()||this.mayMove()?a.currentCursor="":a.currentCursor=this.nodropCursor,this.Bn=null},wo.prototype.computeMove=function(a,y,x,b){return x=this.diagram,x!==null?x.computeMove(a,y,this.dragOptions,b):new It},Ye.Object.defineProperties(wo.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}}}),wo.prototype.getDraggingSource=wo.prototype.Az;var Mr=null,Gu=null;wo.className="DraggingTool",Vl=new Ae,Je("draggingTool",function(){return this.findTool("Dragging")},function(a){this.gb("Dragging",a,this.mouseMoveTools)}),mo.prototype.doCancel=function(){Mr!==null&&Mr.doCancel(),xi.prototype.doCancel.call(this)};function Bo(){xi.call(this),this.te=100,this.Ha=!1,this.u="pointer";var a=new ze,y=new $n;y.isPanelMain=!0,y.stroke="blue",a.add(y),y=new $n,y.toArrow="Standard",y.fill="blue",y.stroke="blue",a.add(y),a.layerName="Tool",this.Ci=a,a=new Qe,y=new $n,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=no,a.add(y),a.selectable=!1,a.layerName="Tool",this.Bi=a,this.j=y,a=new Qe,y=new $n,y.portId="",y.figure="Rectangle",y.fill=null,y.stroke="magenta",y.strokeWidth=2,y.desiredSize=no,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 Cn,this.Of=this.gj=this.Pf=null}Se(Bo,xi),Bo.prototype.doStop=function(){this.diagram.ug(),this.originalToPort=this.originalToNode=this.originalFromPort=this.originalFromNode=this.originalLink=null,this.validPortsCache.clear(),this.targetPort=null},Bo.prototype.copyPortProperties=function(a,y,x,b,E){if(a!==null&&y!==null&&x!==null&&b!==null){var z=y.Df(),tt=Ge.alloc();tt.width=y.naturalBounds.width*z,tt.height=y.naturalBounds.height*z,b.desiredSize=tt,Ge.free(tt),E?(b.toSpot=y.toSpot,b.toEndSegmentLength=y.toEndSegmentLength):(b.fromSpot=y.fromSpot,b.fromEndSegmentLength=y.fromEndSegmentLength),x.locationSpot=ri,z=It.alloc(),x.location=y.ga(ri,z),It.free(z),b.angle=y.li(),this.portTargeted!==null&&this.portTargeted(a,y,x,b,E)}},Bo.prototype.setNoTargetPortProperties=function(a,y,x){y!==null&&(y.desiredSize=no,y.fromSpot=di,y.toSpot=di),a!==null&&(a.location=this.diagram.lastInput.documentPoint),this.portTargeted!==null&&this.portTargeted(null,null,a,y,x)},Bo.prototype.doMouseDown=function(){this.isActive&&this.doMouseMove()},Bo.prototype.doMouseMove=function(){if(this.isActive){var a=this.diagram;if(this.targetPort=this.findTargetPort(this.isForwards),this.targetPort!==null&&this.targetPort.part instanceof Qe){var y=this.targetPort.part;this.isForwards?this.copyPortProperties(y,this.targetPort,this.temporaryToNode,this.temporaryToPort,!0):this.copyPortProperties(y,this.targetPort,this.temporaryFromNode,this.temporaryFromPort,!1)}else this.isForwards?this.setNoTargetPortProperties(this.temporaryToNode,this.temporaryToPort,!0):this.setNoTargetPortProperties(this.temporaryFromNode,this.temporaryFromPort,!1);(a.allowHorizontalScroll||a.allowVerticalScroll)&&a.gs(a.lastInput.viewPoint)}},Bo.prototype.findValidLinkablePort=function(a,y){if(a===null)return null;var x=a.part;if(!(x instanceof Qe))return null;for(;a!==null;){var b=y?a.toLinkable:a.fromLinkable;if(b===!0&&(a.portId!==null||a instanceof Qe)&&(y?this.isValidTo(x,a):this.isValidFrom(x,a)))return a;if(b===!1)break;a=a.panel}return null},Bo.prototype.findTargetPort=function(a){var y=this.diagram,x=y.lastInput.documentPoint,b=this.portGravity;0>=b&&(b=.1);var E=this,z=y.og(x,b,function(ft){return E.findValidLinkablePort(ft,a)},null,!0);for(b=1/0,y=null,z=z.iterator;z.next();){var tt=z.value,ot=tt.part;if(ot instanceof Qe){var rt=tt.ga(ri,It.alloc()),at=x.x-rt.x,ut=x.y-rt.y;It.free(rt),rt=at*at+ut*ut,rtx){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},Bo.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},Bo.prototype.isInSameNode=function(a,y){return a===null||y===null?!1:a===y?!0:(a=a.part,y=y.part,a!==null&&a===y)},Bo.prototype.isLinked=function(a,y){if(a===null||y===null)return!1;var x=a.part;if(!(x instanceof Qe))return!1;a=a.portId,a===null&&(a="");var b=y.part;if(!(b instanceof Qe))return!1;for(y=y.portId,y===null&&(y=""),y=b.Sd(y);y.next();)if(b=y.value,b.fromNode===x&&b.fromPortId===a)return!0;return!1},Bo.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)},Bo.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 Ee;return b.add(a),is(this,x,y,b)};function is(a,y,x,b){if(y===x)return!0;var E=y.fromNode;return E!==null&&E.isLinkLabel&&(b.add(E),is(a,E.labeledLink,x,b))?!0:(y=y.toNode,!!(y!==null&&y.isLinkLabel&&(b.add(y),is(a,y.labeledLink,x,b))))}Bo.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!==pf){if(b===Dc){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!ds(this,a,y,x,!0)}if(b===Oc){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!ds(this,a,y,x,!0)}if(b===Ec)return a===y?a=!0:(b=new Ee,b.add(y),a=fs(this,b,a,y,x)),!a;if(b===Ac)return!ds(this,a,y,x,!1);if(b===Bc)return a===y?a=!0:(b=new Ee,b.add(y),a=fd(this,b,a,y,x)),!a}return!0};function ds(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&&ds(a,tt,x,b,E)))return!0}return!1}function fs(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&&fs(a,y,tt,b,E)))return!0}return!1}function fd(a,y,x,b,E){if(x===b)return!0;if(x===null||b===null||y.contains(x))return!1;y.add(x);for(var z=x.linksConnected;z.next();){var tt=z.value;if(tt!==E){var ot=tt.fromNode;if(tt=tt.toNode,ot=ot===x?tt:ot,ot!==x&&fd(a,y,ot,b,E))return!0}}return!1}Ye.Object.defineProperties(Bo.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}}}),Bo.className="LinkingBaseTool";function gs(){Bo.call(this),this.name="Linking",this.V={},this.F=null,this.K=Ch,this.Xd=null}Se(gs,Bo),gs.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},gs.prototype.findLinkablePort=function(){var a=this.diagram,y=this.startObject;if(y===null&&(y=a.ic(a.firstInput.documentPoint,null,null)),y===null||(a=y.part,!(a instanceof Qe)))return null;var x=this.direction;if(x===Ch||x===zp){var b=this.findValidLinkablePort(y,!1);if(b!==null||this.startObject===a&&(b=a.port,this.findValidLinkablePort(b,!1)))return this.isForwards=!0,b}return(x===Ch||x===jp)&&(y=this.findValidLinkablePort(y,!0),y!==null||this.startObject===a&&(y=a.port,this.findValidLinkablePort(y,!0)))?(this.isForwards=!1,y):null},gs.prototype.doActivate=function(){var a=this.diagram,y=this.findLinkablePort();y===null?this.stopTool():(this.Ea(this.name),a.isMouseCaptured=!0,a.currentCursor=this.linkingCursor,this.isForwards?(this.temporaryToNode!==null&&(this.temporaryToNode.location=a.lastInput.documentPoint),this.originalFromPort=y,y=this.originalFromPort.part,y instanceof Qe&&(this.originalFromNode=y),this.copyPortProperties(this.originalFromNode,this.originalFromPort,this.temporaryFromNode,this.temporaryFromPort,!1)):(this.temporaryFromNode!==null&&(this.temporaryFromNode.location=a.lastInput.documentPoint),this.originalToPort=y,y=this.originalToPort.part,y instanceof Qe&&(this.originalToNode=y),this.copyPortProperties(this.originalToNode,this.originalToPort,this.temporaryToNode,this.temporaryToPort,!0)),a.add(this.temporaryFromNode),this.temporaryFromNode&&this.temporaryFromNode.Va(),a.add(this.temporaryToNode),this.temporaryToNode&&this.temporaryToNode.Va(),this.temporaryLink!==null&&(this.temporaryFromNode!==null&&(this.temporaryLink.fromNode=this.temporaryFromNode),this.temporaryToNode!==null&&(this.temporaryLink.toNode=this.temporaryToNode),this.temporaryLink.isTreeLink=this.isNewTreeLink(),this.temporaryLink.bb(),a.add(this.temporaryLink)),this.isActive=!0)},gs.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()},gs.prototype.doStop=function(){Bo.prototype.doStop.call(this),this.startObject=null},gs.prototype.doMouseUp=function(){if(this.isActive){var a=this.diagram,y=this.transactionResult=null,x=null,b=null,E=null,z=null;try{var tt=this.targetPort=this.findTargetPort(this.isForwards);if(tt!==null){var ot=tt.part;ot instanceof Qe&&(this.isForwards?(this.originalFromNode!==null&&(y=this.originalFromNode,x=this.originalFromPort),b=ot,E=tt):(y=ot,x=tt,this.originalToNode!==null&&(b=this.originalToNode,E=this.originalToPort)))}else this.isForwards?this.originalFromNode!==null&&this.isUnconnectedLinkValid&&(y=this.originalFromNode,x=this.originalFromPort):this.originalToNode!==null&&this.isUnconnectedLinkValid&&(b=this.originalToNode,E=this.originalToPort);y!==null||b!==null?(z=this.insertLink(y,x,b,E),z!==null?(tt===null&&(this.isForwards?z.defaultToPoint=a.lastInput.documentPoint:z.defaultFromPoint=a.lastInput.documentPoint),a.allowSelect&&(a.R("ChangingSelection",a.selection),a.clearSelection(!0),z.isSelected=!0),this.transactionResult=this.name,a.R("LinkDrawn",z)):this.doNoLink(y,x,b,E)):this.isForwards?this.doNoLink(this.originalFromNode,this.originalFromPort,null,null):this.doNoLink(null,null,this.originalToNode,this.originalToPort)}finally{this.stopTool(),z&&a.allowSelect&&a.R("ChangedSelection",a.selection)}}},gs.prototype.isNewTreeLink=function(){var a=this.archetypeLinkData;if(a===null)return!0;if(a instanceof ze)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)},gs.prototype.insertLink=function(a,y,x,b){return this.diagram.partManager.insertLink(a,y,x,b)},gs.prototype.doNoLink=function(){},Ye.Object.defineProperties(gs.prototype,{archetypeLinkData:{get:function(){return this.V},set:function(a){this.V=a}},archetypeLabelNodeData:{get:function(){return this.F},set:function(a){this.F=a}},direction:{get:function(){return this.K},set:function(a){this.K=a}},startObject:{get:function(){return this.Xd},set:function(a){this.Xd=a}}});var Ch=new ue(gs,"Either",0),zp=new ue(gs,"ForwardsOnly",0),jp=new ue(gs,"BackwardsOnly",0);gs.className="LinkingTool",gs.Either=Ch,gs.ForwardsOnly=zp,gs.BackwardsOnly=jp;function da(){Bo.call(this),this.name="Relinking";var a=new $n;a.figure="Diamond",a.desiredSize=to,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=0,this.V=a,a=new $n,a.figure="Diamond",a.desiredSize=to,a.fill="lightblue",a.stroke="dodgerblue",a.cursor=this.linkingCursor,a.segmentIndex=-1,this.Xd=a,this.F=null,this.Ew=new pe}Se(da,Bo),da.prototype.updateAdornments=function(a){if(a!==null&&a instanceof ze){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)}},da.prototype.makeAdornment=function(a,y){var x=new Pi;return x.type=Ne.Link,y=y?this.toHandleArchetype:this.fromHandleArchetype,y!==null&&x.add(y.copy()),x.adornedObject=a,x},da.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},da.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 Pi&&x.adornedPart instanceof ze))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&&0y.firstPickIndex+1&&x=x.x)y=0>=x.y?y+225:1<=x.y?y+135:y+180;else if(1<=x.x)0>=x.y?y+=315:1<=x.y&&(y+=45);else if(0>=x.y)y+=270;else if(1<=x.y)y+=90;else break t;0>y?y+=360:360<=y&&(y-=360),a.cursor=22.5>y?"e-resize":67.5>y?"se-resize":112.5>y?"s-resize":157.5>y?"sw-resize":202.5>y?"w-resize":247.5>y?"nw-resize":292.5>y?"n-resize":337.5>y?"ne-resize":"e-resize"}else if(a instanceof Ne)for(a=a.elements;a.next();)this.updateResizeHandles(a.value,y)}},Ur.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},Ur.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))},Ur.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.isActive=a.isMouseCaptured=!1},Ur.prototype.stopTransaction=function(){var a=this.diagram,y=xi.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},Ur.prototype.doCancel=function(){this.adornedObject!==null&&(this.adornedObject.desiredSize=this.originalDesiredSize,this.adornedObject.part.location=this.originalLocation),this.stopTool()},Ur.prototype.doMouseMove=function(){var a=this.diagram;if(this.isActive){var y=this.rt,x=this.qt,b=this.pt,E=this.adornedObject.qs(a.lastInput.documentPoint,It.alloc()),z=this.computeReshape();y=this.computeResize(E,this.handle.alignment,y,x,b,z),this.resize(y),a.bd(),It.free(E)}},Ur.prototype.doMouseUp=function(){var a=this.diagram;if(this.isActive){var y=this.rt,x=this.qt,b=this.pt,E=this.adornedObject.qs(a.lastInput.documentPoint,It.alloc()),z=this.computeReshape();y=this.computeResize(E,this.handle.alignment,y,x,b,z),this.resize(y),It.free(E),a.Ya(),this.transactionResult=this.name,a.R("PartResized",this.adornedObject,this.originalDesiredSize)}this.stopTool()},Ur.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 Zn){var b=new Ae;if(b.add(a),!this.dragsMembers&&a.placeholder===null){var E=new st;E.dragsMembers=!1}y.moveParts(b,this.oppositePoint.copy().re(x),!0,E)}else a.location=a.location.copy().re(x).add(this.oppositePoint);y.bd()}},Ur.prototype.computeResize=function(a,y,x,b,E,z){y.Mc()&&(y=ri);var tt=this.adornedObject.naturalBounds,ot=tt.x,rt=tt.y,at=tt.x+tt.width,ut=tt.y+tt.height,ft=1;if(!z){ft=tt.width;var mt=tt.height;0>=ft&&(ft=1),0>=mt&&(mt=1),ft=mt/ft}return mt=It.alloc(),Xt.No(a.x,a.y,ot,rt,E.width,E.height,mt),a=tt.copy(),0>=y.x?0>=y.y?(a.x=Math.max(mt.x,at-b.width),a.x=Math.min(a.x,at-x.width),a.width=Math.max(at-a.x,x.width),a.y=Math.max(mt.y,ut-b.height),a.y=Math.min(a.y,ut-x.height),a.height=Math.max(ut-a.y,x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(ft*a.width,b.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,b.width),x.width),a.height=ft*a.width),a.x=at-a.width,a.y=ut-a.height)):1<=y.y?(a.x=Math.max(mt.x,at-b.width),a.x=Math.min(a.x,at-x.width),a.width=Math.max(at-a.x,x.width),a.height=Math.max(Math.min(mt.y-rt,b.height),x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(ft*a.width,b.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,b.width),x.width),a.height=ft*a.width),a.x=at-a.width)):(a.x=Math.max(mt.x,at-b.width),a.x=Math.min(a.x,at-x.width),a.width=at-a.x,z||(a.height=Math.max(Math.min(ft*a.width,b.height),x.height),a.width=a.height/ft,a.y=rt+.5*(ut-rt-a.height))):1<=y.x?0>=y.y?(a.width=Math.max(Math.min(mt.x-ot,b.width),x.width),a.y=Math.max(mt.y,ut-b.height),a.y=Math.min(a.y,ut-x.height),a.height=Math.max(ut-a.y,x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(ft*a.width,b.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,b.width),x.width),a.height=ft*a.width),a.y=ut-a.height)):1<=y.y?(a.width=Math.max(Math.min(mt.x-ot,b.width),x.width),a.height=Math.max(Math.min(mt.y-rt,b.height),x.height),z||(1<=a.height/a.width?(a.height=Math.max(Math.min(ft*a.width,b.height),x.height),a.width=a.height/ft):(a.width=Math.max(Math.min(a.height/ft,b.width),x.width),a.height=ft*a.width))):(a.width=Math.max(Math.min(mt.x-ot,b.width),x.width),z||(a.height=Math.max(Math.min(ft*a.width,b.height),x.height),a.width=a.height/ft,a.y=rt+.5*(ut-rt-a.height))):0>=y.y?(a.y=Math.max(mt.y,ut-b.height),a.y=Math.min(a.y,ut-x.height),a.height=ut-a.y,z||(a.width=Math.max(Math.min(a.height/ft,b.width),x.width),a.height=ft*a.width,a.x=ot+.5*(at-ot-a.width))):1<=y.y&&(a.height=Math.max(Math.min(mt.y-rt,b.height),x.height),z||(a.width=Math.max(Math.min(a.height/ft,b.width),x.width),a.height=ft*a.width,a.x=ot+.5*(at-ot-a.width))),It.free(mt),a},Ur.prototype.computeReshape=function(){var a=Le;return this.adornedObject instanceof $n&&(a=Lv(this.adornedObject)),!(a===gn||this.diagram.lastInput.shift)},Ur.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},Ur.prototype.computeMaxSize=function(){var a=this.adornedObject.maxSize.copy(),y=this.maxSize;return!isNaN(y.width)&&y.widthx?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)},cs.prototype.doDeactivate=function(){var a=this.diagram;this.stopTransaction(),this.ue=this.handle=null,this.kr=new It(NaN,NaN),this.isActive=a.isMouseCaptured=!1},cs.prototype.stopTransaction=function(){var a=this.diagram,y=xi.prototype.stopTransaction.call(this);return y&&a.undoManager.transactionToUndo!==null&&a.undoManager.transactionToUndo.ak(),y},cs.prototype.doCancel=function(){this.diagram.delaysLayout=!1,this.rotate(this.originalAngle),this.stopTool()},cs.prototype.doMouseMove=function(){var a=this.diagram;this.isActive&&(a=this.computeRotate(a.lastInput.documentPoint),this.rotate(a))},cs.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()},cs.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()}},cs.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&&0y-x&&(a=(Math.floor(a/y)+1)*y)),360<=a?a-=360:0>a&&(a+=360),a},Ye.Object.defineProperties(cs.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 Pi))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 Pi)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}}}),cs.className="RotatingTool",Je("rotatingTool",function(){return this.findTool("Rotating")},function(a){this.gb("Rotating",a,this.mouseDownTools)});function Lh(){xi.call(this),this.name="ClickSelecting"}Se(Lh,xi),Lh.prototype.canStart=function(){return!(!this.isEnabled||this.isBeyondDragSize())},Lh.prototype.doMouseUp=function(){this.isActive&&(this.standardMouseSelect(),!this.standardMouseClick()&&this.diagram.lastInput.isTouchEvent&&this.diagram.toolManager.doToolTip()),this.stopTool()},Lh.className="ClickSelectingTool";function ja(){xi.call(this),this.name="Action",this.pk=null}Se(ja,xi),ja.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},ja.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()},ja.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))}},ja.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()},ja.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())},ja.prototype.doStop=function(){this.pk=null},ja.className="ActionTool";function _u(){xi.call(this),this.name="ClickCreating",this.Ri=null,this.o=!0,this.j=!1,this.mw=new It(0,0)}Se(_u,xi),_u.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)},_u.prototype.doMouseUp=function(){var a=this.diagram;this.isActive&&this.insertPart(a.lastInput.documentPoint),this.stopTool()},_u.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 kn)x.Zc()&&(_a(x),b=x.copy(),b!==null&&y.add(b));else if(x!==null){var E=y.model.copyNodeData(x);ce(E)&&(y.model.xf(E),b=y.Lc(E))}if(b!==null){var z=It.allocAt(a.x,a.y);this.isGridSnapEnabled&&rg(this.diagram,b,a,z),b.location=z,y.allowSelect&&(y.clearSelection(!0),b.isSelected=!0),It.free(z)}y.Ya(),this.transactionResult=this.name,y.R("PartCreated",b)}finally{this.stopTransaction(),y.R("ChangedSelection",y.selection)}return b},Ye.Object.defineProperties(_u.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}}}),_u.className="ClickCreatingTool";function La(){xi.call(this),this.name="DragSelecting",this.Ik=175,this.o=!1;var a=new kn;a.layerName="Tool",a.selectable=!1;var y=new $n;y.name="SHAPE",y.figure="Rectangle",y.fill=null,y.stroke="magenta",a.add(y),this.j=a}Se(La,xi),La.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.timestampE.right&&(x.x-=b.width+5/y.scale),x.xE.bottom&&(x.y-=b.height+5/y.scale),x.ya.lastInput.clickCount)):!1},so.prototype.doStart=function(){Yu=this,this.textBlock!==null&&this.doActivate()},so.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 Qi&&(this.textBlock=y,y.part!==null)){a.animationManager.Cc(),this.isActive=!0,this.qa=ef;var x=this.defaultTextEditor;y.textEditor!==null&&(x=y.textEditor),this.Zh=this.textBlock.copy();var b=new pe(this.textBlock.ga(ki),this.textBlock.ga(Uo));a.tv(b),x.show(y,a,this),this.currentTextEditor=x}}}},so.prototype.doCancel=function(){this.stopTool()},so.prototype.doMouseUp=function(){this.canStart()&&this.doActivate()},so.prototype.doMouseDown=function(){this.isActive&&this.acceptText(Fl)},so.prototype.acceptText=function(a){switch(a){case Fl:this.qa===md?this.currentTextEditor instanceof HTMLElement&&this.currentTextEditor.focus():(this.qa===ef||this.qa===of||this.qa===nf)&&(this.qa=sc,rc(this));break;case Kf:case tf:case Xf:(tf!==a||this.textBlock.isMultiline!==!0)&&(this.qa===ef||this.qa===of||this.qa===nf)&&(this.qa=sc,rc(this))}};function rc(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=md,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=of,a.doError(E,z))}}so.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)},so.prototype.doSuccess=function(a,y){var x=this.textBlock;x.textEdited!==null&&x.textEdited(x,a,y)},so.prototype.doDeactivate=function(){var a=this.diagram;a!==null&&(this.qa=pd,this.currentTextEditor!==null&&this.currentTextEditor.hide(a,this),this.textBlock=null,this.isActive=!1)},so.prototype.doStop=function(){Yu=null},so.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)))},so.prototype.Lx=function(a){var y=this.Zh;return y.text=a,y.measure(this.textBlock.Ih,1/0),y},Ye.Object.defineProperties(so.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)}}}),so.prototype.measureTemporaryTextBlock=so.prototype.Lx;var Kf=new ue(so,"LostFocus",0),Fl=new ue(so,"MouseDown",1),Xf=new ue(so,"Tab",2),tf=new ue(so,"Enter",3),q0=new ue(so,"SingleClick",0),cd=new ue(so,"SingleClickSelected",1),Jf=new ue(so,"DoubleClick",2),pd=new ue(so,"StateNone",0),ef=new ue(so,"StateActive",1),nf=new ue(so,"StateEditing",2),sc=new ue(so,"StateValidating",3),of=new ue(so,"StateInvalid",4),md=new ue(so,"StateValidated",5),Yu=null;so.className="TextEditingTool",so.LostFocus=Kf,so.MouseDown=Fl,so.Tab=Xf,so.Enter=tf,so.SingleClick=q0,so.SingleClickSelected=cd,so.DoubleClick=Jf,so.StateNone=pd,so.StateActive=ef,so.StateEditing=nf,so.StateValidating=sc,so.StateInvalid=of,so.StateValidated=md,Je("textEditingTool",function(){return this.findTool("TextEditing")},function(a){this.gb("TextEditing",a,this.mouseUpTools)});function qs(a){sf||(ac(),sf=!0),this.H=Ul,this.Ok=this.zb=this.vq=this.bc=!1,this.Qw=!0,this.Pk=pu,this.Dm=!1,this.Gh=this.Jd=!0,this.Dg=600,this.cw=this.Ow=!1,this.Zd=new Ee,this.ce=new Ir,this.ce.Yd=this,this.Ei=new Ee,this.pu=new Ee,this.Sr=new Ee,this.pr=new Ee,a&&Object.assign(this,a)}qs.prototype.Xe=function(a){this.H=a},qs.prototype.canStart=function(){return!0};function _l(a,y){a.Jd&&a.canStart(y)&&(a.Zd.add(y),a.defaultAnimation.isAnimating&&a.Cc(),Rr(a.H),a.zb=!0)}function Qf(a){if(a.Jd&&a.zb){var y=a.ce,x=a.H,b=a.Zd.contains("Model");b&&(a.Ok=!0,a.Pk===pu?(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===lc&&y.vc.clear(),a.Qw=!!(a.Pk===af&&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(),lf(y,x),a.Ok=!1,x.N()):(a.Zd.clear(),x.kg=!1,b=y.vc.get(x),x.autoScale!==os&&b!==null&&(delete b.start.scale,delete b.end.scale),ke.requestAnimationFrame(function(){a.zb===!1||y.bc||(x.Gf("temporaryPixelRatio")&&Es(x),gc(x),a.zb=!1,y.start(),y.bc&&(Zu(a),x.Ya(),uc(y,0),Ma(x,!0),Mh(a),x.R("AnimationStarting",a)))}))}}function cu(a){return a.Zd.contains("Trigger")&&a.Zd.count===1}function $f(a,y,x,b){a.isTicking||cu(a)||y instanceof ze&&(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 qf(a,y){function x(){if(0z?z+=360:rt+=360),z=E(x,z,rt-z,b)%360,tt=E(x,tt,at-tt,b),ot=E(x,ot,ut-ot,b),x=E(x,a,y-a,b),"hsla("+z+", "+tt+"%, "+ot+"%, "+x+")"}function ac(){function a(x,b,E,z,tt,ot){x.position=new It(z(tt,b.x,E.x-b.x,ot),z(tt,b.y,E.y-b.y,ot))}var y=new Cn;y.add("position:diagram",a),y.add("position",a),y.add("position:part",function(x,b,E,z,tt,ot){tta&&nn(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 rf=null,sf=!1,pu=new ue(qs,"Default",1),af=new ue(qs,"AnimateLocations",2),lc=new ue(qs,"None",3);qs.className="AnimationManager",qs.defineAnimationEffect=function(a,y){sf||(ac(),sf=!0),rf.add(a,y)},qs.Default=pu,qs.AnimateLocations=af,qs.None=lc;function Ir(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=vd,this.Wk=this.ho=!1,this.cu=1,this.au=0,this.Gd=this.Dg=NaN,this.gw=0,this.dn=null,this.o=ho,this.vc=new Cn,this.Tt=new Cn,this.yl=new Ee,this.Ut=new Ee,this.dw=Qu,a&&Object.assign(this,a)}Ir.prototype.suspend=function(){this.Xk=!0},Ir.prototype.advanceTo=function(a,y){y&&(this.Xk=!1),this.ho&&a>=this.Gd&&(this.Wk=!0,a-=this.Gd),this.gw=a,uf(this,!0),Zu(this.Yd),Ma(this.H),Mh(this.Yd),this.H.redraw()};function lf(a,y){if(a.Tt.clear(),a.Wk=!1,a.au=0,a.Gd=NaN,0a.cn?a.Gd:b-a.Qd;y&&(E=a.gw,Ea.cn&&(a.ho&&!a.Wk?(a.Qd=+new Date,a.cn=a.Qd+a.Gd,a.Wk=!0):a.Ml(!1))}}}function uc(a,y){for(var x=a.Gd,b=a.vc.iterator,E=a.Wk;b.next();){var z=b.key;if(!(z instanceof Kt&&z.diagram===null)){var tt=b.value,ot=E?tt.end:tt.start;tt=E?tt.start:tt.end;var rt=rf,at;for(at in tt)at==="position"&&(tt["position:placeholder"]||tt["position:nodeCollapse"])||rt.get(at)===null||rt.get(at)(z,ot[at],tt[at],a.Lp,y,x,a)}}}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,Zu(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=rf;b.next();){var tt=b.key,ot=b.value,rt=E?ot.end:ot.start,at=E?ot.start:ot.end,ut=ot.Ku,ft;for(ft in at)if(z.get(ft)!==null){var mt=ft;!ot.Hu||mt!=="position:nodeCollapse"&&mt!=="position:placeholder"||(mt="position"),z.get(mt)(tt,rt[ft],ut[ft]!==void 0?ut[ft]:ot.Hu?rt[ft]:at[ft],this.Lp,this.Gd,this.Gd,this)}ot.Hu&&ut.location!==void 0&&tt instanceof kn&&(tt.location=ut.location),ot.nv&&tt instanceof kn&&tt.Zb(!1)}if(y.As.clear(),hf(y,!1),y.Ya(),y.N(),Ma(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()}Ma(y,!0),this.isViewportUnconstrained&&(y.scrollMode=this.dw),Mh(x),this.au++,!a&&this.cu>this.au?(this.Wk=!1,this.start()):(this.dn&&this.dn(this),lf(this,null),x.Ml(this),y.$b())}},Ct.Cj=function(a,y){var x=y.actualBounds,b=null;if(y instanceof Zn&&(b=y.placeholder),b!==null?(x=b.ga(ki),b=b.padding,x.x+=b.left,x.y+=b.top,this.add(a,"position",x,a.position,!1)):this.add(a,"position",new It(x.x+x.width/2,x.y+x.height/2),a.position,!1),this.add(a,"scale",.01,a.scale,!1),a instanceof Zn)for(a=a.memberParts;a.next();)b=a.value,b instanceof Qe&&this.Cj(b,y)},Ct.Aj=function(a,y){if(a.isVisible()){var x=null;if(y instanceof Zn&&(x=y.placeholder),x!==null){var b=x.ga(ki);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 Zn)for(a=a.memberParts;a.next();)b=a.value,b instanceof Qe&&this.Aj(b,y)}},Ct.Ez=function(a){var y=this.Tt.get(a);return y===null&&(y={},this.Tt.add(a,y)),y},Ye.Object.defineProperties(Ir.prototype,{duration:{get:function(){return this.Dg},set:function(a){1>a&&nn(a,">= 1",Ir,"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){0a?x/2*a*a+y:-x/2*(--a*(a-2)-1)+y}function Wp(a,y,x,b){return a===b?y+x:x*(-Math.pow(2,-10*a/b)+1)+y}Ir.className="Animation",Ir.EaseLinear=function(a,y,x,b){return x*a/b+y},Ir.EaseInOutQuad=vd,Ir.EaseInQuad=function(a,y,x,b){return x*(a/=b)*a+y},Ir.EaseOutQuad=function(a,y,x,b){return-x*(a/=b)*(a-2)+y},Ir.EaseInExpo=function(a,y,x,b){return a===0?y:x*Math.pow(2,10*(a/b-1))+y},Ir.EaseOutExpo=Wp;function Nh(a,y,x){this.start=a,this.end=y,this.Ku={},this.Hu=x,this.nv=!1}Nh.className="AnimationState";function el(a,y,x){this.xd=null,this.rf=a,this.so=x||hc,this.uk=null,y!==void 0&&(this.uk=y,x===void 0&&(this.so=Fh))}el.prototype.copy=function(){var a=new el(this.rf);a.so=this.so;var y=this.uk;if(y!==null){var x={};y.duration!==void 0&&(x.duration=y.duration),y.finished!==void 0&&(x.finished=y.finished),y.easing!==void 0&&(x.easing=y.easing),a.uk=x}return a};function Vp(a,y){a=a.uk,a!==null&&(a.duration&&(y.duration=a.duration),a.finished&&(y.finished=a.finished),a.easing&&(y.easing=a.easing))}Ye.Object.defineProperties(el.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 hc=new ue(el,"Default",1),Fh=new ue(el,"Immediate",2),yd=new ue(el,"Bundled",3);el.className="AnimationTrigger",el.Default=hc,el.Immediate=Fh,el.Bundled=yd;function Pr(a){Oi(this),this.H=null,this.Pa=new Ae,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=Pr.prototype,Ct.clear=function(){for(var a=this.Pa,y=0;y=a)return y;for(var x=0,b=0,E=0,z=0,tt=0,ot=this.Pa.iterator;ot.next();){var rt=ot.value;rt instanceof Zn?E++:rt instanceof Qe?b++:rt instanceof ze?z++:rt instanceof Pi?tt++:x++}if(ot="",0x.Oq||ot.height*E>x.Oq?y.gc(a,x):(E=y.actualBounds,z=y.naturalBounds,E.width===0||E.height===0||isNaN(E.x)||isNaN(E.y)||!y.isVisible()||(x=y.transform,y.areaBackground!==null&&(Ao(y,a,y.areaBackground,!0,!0,z,E),a.fillRect(E.x,E.y,E.width,E.height)),y.areaBackground===null&&y.background===null&&(Ao(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),Ao(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(vo,a,this,y,x,b,E)},Ct.oi=function(a,y,x){var b=this.Pa;if(y.Ig=this,this===null&&Xr(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)),eg(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,Xr(y),a};function eg(a,y,x){if(y=Up(a,y,x),x instanceof Zn&&x!==null&&isNaN(x.zOrder)){if(x.memberParts.count!==0){for(var b=-1,E=a.Pa.s,z=E.length,tt=0;ttb&&ot.containingGroup===x&&(b=tt,0<=y))break}!(0>b)&&b=E)return y;if(0>y&&(y=a.indexOf(x)),0>y)return-1;for(var z=y-1,tt=NaN;0<=z&&(tt=a.M(z).zOrder,!!isNaN(tt));)z--;for(var ot=y+1,rt=NaN;otb)for(;;){if(z===-1||tt<=b){if(z++,z===y)break;return a.mb(y),a.Gb(z,x),z}for(tt=NaN;0<=--z&&(tt=a.M(z).zOrder,isNaN(tt)););}else if(!isNaN(rt)&&rt=b){if(ot--,ot===y)break;return a.mb(y),a.Gb(ot,x),ot}for(rt=NaN;++ota||1=a)return y;for(var x=this.Wa.iterator;x.next();)y+=` `+x.value.toString(a-1);return y};function fc(a,y){if(No){if(y!=null||Vt("Diagram setup requires an argument DIV."),a.Ka!==null&&Vt("Diagram has already completed setup."),typeof y=="string"?a.Ka=ke.document.getElementById(y):y instanceof HTMLDivElement?a.Ka=y:Vt("No DIV or DIV id supplied: "+y),a.Ka===null&&Vt("Invalid DIV id; could not get element with id: "+y),a.Ka.H!==void 0&&Vt("Invalid div id; div already has a Diagram associated with it."),!a.ol&&ke.ResizeObserver){var x=Vn(function(){a.$b()},250);a.ol=new ke.ResizeObserver(function(){x()}),a.ol.observe(a.Ka)}ke.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=ke.go;var E=new Va(a);if(E.style!==void 0&&(E.style.position="absolute",E.style.top="0px",E.style.left="0px",ke.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),xc(a,a.Aa,a.ya),a.Ka.insertBefore(E.Oa,a.Ka.firstChild),E=new Va(null),E.width=1,E.height=1,a.jw=E,a.oy=E.context,No){E=cn("div");var z=cn("div");E.style.position="absolute",E.style.overflow="auto",E.style.width=a.Aa+"px",E.style.height=a.ya+"px",E.style.zIndex="1",z.style.position="absolute",z.style.width="1px",z.style.height="1px",a.Ka.appendChild(E),E.appendChild(z),E.onscroll=Jp,E.addEventListener("pointerdown",Qp),E.H=a,E.uy=!0,E.vy=!0,a.ku=E,a.hu=z}a.hk=Vn(function(){a.Yh=null,a.N()},300),a.Ov=Vn(function(){gc(a)},250),a.preventDefault=function(tt){return tt.preventDefault(),!1},a.$j=function(tt){if(a.isEnabled){var ot=ka(a,tt,!0);ot.bubbles=!0;var rt=0,at=0;ot.delta=0,tt.deltaX!==void 0?(tt.deltaX!==0&&(rt=0Math.abs(tt.deltaY)?-rt:-at):tt.wheelDeltaX!==void 0?(tt.wheelDeltaX!==0&&(rt=0Math.abs(tt.wheelDeltaY)?-rt:-at):tt.wheelDelta!==void 0&&tt.wheelDelta!==0&&(ot.delta=0ot||Math.abs(at.y-tt.screenY)>ot)?a.yq++:a.yq=1,rt.clickCount=a.yq,a.tw=tt.timeStamp,a.uw.sg(tt.screenX,tt.screenY),a.doMouseDown(),tt.button===1?tt.preventDefault():nl(rt,tt)}},a.dk=function(tt){if(a.isEnabled){a.Vk=!0;var ot=a.oj;if(ot[0]===null||ot[0].pointerId!==tt.pointerId&&ot[0].pointerType===tt.pointerType){if(ot[1]!==null&&ot[1].pointerId===tt.pointerId){ot[1]=tt;return}if(ot[0]===null)ot[0]=tt;else return}else ot[0]=tt;if(ot[0].pointerId===tt.pointerId){ot=vc(a,tt,!1,!1,!1,ot[1]!==null);var rt=ke.document.elementFromPoint(tt.clientX,tt.clientY)||null;rt!==null&&rt.shadowRoot!==void 0&&rt.shadowRoot!==null&&(rt=rt.shadowRoot.elementFromPoint(tt.clientX,tt.clientY));var at=a,ut=tt;rt&&rt.H&&(ut=tt,at=rt.H),ot.targetDiagram=at,xd(a,ut,ot),ot.targetObject=null,a.doMouseMove(),nl(ot,tt)}}},a.fk=function(tt){if(a.isEnabled){a.Vk=!0;var ot=tt.pointerType==="touch"||tt.pointerType==="pen",rt=a.Yt;if(ot&&a.qu)delete rt[tt.pointerId],tt.preventDefault();else if(rt=a.oj,rt[0]===null||rt[0].pointerId!==tt.pointerId&&rt[0].pointerType===tt.pointerType)rt[1]!==null&&rt[1].pointerId===tt.pointerId&&(rt[1]=null);else{rt[0]=null,rt=vc(a,tt,!1,!0,!0,!1);var at=ke.document.elementFromPoint(tt.clientX,tt.clientY)||null;at!==null&&at.shadowRoot!==void 0&&at.shadowRoot!==null&&(at=at.shadowRoot.elementFromPoint(tt.clientX,tt.clientY)),at!==null&&at.H instanceof oe&&at.H!==a&&xd(at.H,tt,rt),at===null&&(at=tt.target),xd(a,tt,rt),rt.clickCount=a.yq,rt.targetDiagram=mc(tt,at),rt.targetObject=null,a.doMouseUp(),nl(rt,tt),ot&&(a.wq=!1)}}},a.ek=function(tt){if(a.isEnabled){a.Vk=!1;var ot=a.Yt;ot[tt.pointerId]&&delete ot[tt.pointerId],ot=a.oj,ot[0]!==null&&ot[0].pointerId===tt.pointerId&&(ot[0]=null),ot[1]!==null&&ot[1].pointerId===tt.pointerId&&(ot[1]=null),tt.pointerType!=="touch"&&tt.pointerType!=="pen"&&(tt=a.currentTool,tt.cancelWaitAfter(),tt.standardMouseOver())}},a.ck=function(tt){var ot=a.oj;ot[0]!==null&&ot[0].pointerId===tt.pointerId?(ot[0]=null,a.wq=!1):ot[1]!==null&&ot[1].pointerId===tt.pointerId&&(ot[1]=null)},a.Vp=b.Z["d"+yf[1]+yf[2]+"wI"+Td.slice(1,5)]["b"+Ax.slice(1,y)](b.Z,vf,y,y),b.Vc(!0),tv(a),a.nl==="svg"&&(y=a.pj.get("svg"),a.Ka.appendChild(y.Oa),a.ib=y.context)}}oe.prototype.addEventListener=function(a,y,x,b){a.addEventListener(y,x,{capture:b,passive:!1})},oe.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(ke,"resize",a.Ov,!1)}function Es(a){30St&&(this.position=Dt.h(-(y.scrollWidth-this.Aa)+Nt-this.Aa/E+ut,this.position.y))),a.vy&&this.allowVerticalScroll&&(otkt&&(this.position=Dt.h(this.position.x,-(y.scrollHeight-this.ya)+a.scrollTop-this.ya/E+z))),It.free(Dt),this.vd=!0,this.Ee=this.qr=!1,b=this.documentBounds,E=this.viewportBounds,ut=b.right,St=E.right,z=b.bottom,kt=E.bottom,tt=b.x,ft=E.x,ot=b.y,b=E.y,mt>=rt&&tt>=ft&&ut<=St&&(x.style.width="1px"),yt>=at&&ot>=b&&z<=kt&&(x.style.height="1px"))}},oe.prototype.computeBounds=function(a){return a===void 0&&(a=new pe),Rr(this),cc(this,a)};function cc(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;zx&&(y=x),ya.maxScale&&(y=a.maxScale),y):y===Rh?(y=rt>ot?(tt-a.Db)/b:(z-a.Db)/E,y>x&&(y=x),ya.maxScale&&(y=a.maxScale),y):a.scale}oe.prototype.zoomToFit=function(){var a=this.sj;this.sj=Qu,this.scale=Sd(this,fa),a!==Qu&&(Ha(this,!1),pc(this,this.documentBounds,this.Aa/this.Ca,this.ya/this.Ca,this.zk,!1)),this.sj=a},Ct=oe.prototype,Ct.BA=function(a,y){y===void 0&&(y=fa);var x=a.width,b=a.height;if(!(x===0||b===0||isNaN(x)&&isNaN(b))){var E=1;if(y===fa||y===Rh)if(isNaN(x))E=this.viewportBounds.height*this.scale/b;else if(isNaN(b))E=this.viewportBounds.width*this.scale/x;else{E=this.Aa;var z=this.ya;E=y===Rh?z/b>E/x?(z-(this.Be?this.Db:0))/b:(E-(this.gf?this.Db:0))/x:Math.min(z/b,E/x)}this.scale=E,this.position=new It(a.x,a.y)}},Ct.Jy=function(a,y){this.Va();var x=this.documentBounds,b=this.viewportBounds;this.position=new It(x.x+(a.x*x.width+a.offsetX)-(y.x*b.width-y.offsetX),x.y+(a.y*x.height+a.offsetY)-(y.y*b.height-y.offsetY))},Ct.zz=function(a){if(a instanceof Kt){this.eq=a;var y=It.alloc();this.fq=this.op(a.ga(ki,y)),It.free(y)}else this.eq=null,this.fq=qi};function pc(a,y,x,b,E,z){var tt=It.allocAt(a.pa.x,a.pa.y),ot=tt.x,rt=tt.y;if(a.eq!==null){var at=It.alloc();at=a.eq.ga(ki,at),ot=at.x-a.fq.x/a.scale,rt=at.y-a.fq.y/a.scale,E=di,It.free(at)}(z||a.scrollMode===Qu)&&(E.sb()&&(x>y.width&&(ot=y.x+(E.x*y.width+E.offsetX)-(E.x*x-E.offsetX)),b>y.height&&(rt=y.y+(E.y*y.height+E.offsetY)-(E.y*b-E.offsetY))),E=a.rj,z=x-y.width,xy.left?ot=y.left:oty.top?rt=y.top:rty;y++){var x=a.De.iterator;if(x===null||a.De.count===0)break;a.De=new Ee,a.Nv(x,a.De)}a.nodes.each(function(b){b instanceof Zn&&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 Zn||(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x))}for(a.reset();a.next();)x=a.value,x instanceof Zn&&x.isVisible()&&gf(this,x);for(a.reset();a.next();)x=a.value,x instanceof ze&&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 Pi&&x.isVisible()&&(x.si()?(x.measure(1/0,1/0),x.arrange()):y.add(x))};function gf(a,y){for(var x=hn(),b=hn(),E=y.memberParts;E.next();){var z=E.value;z.isVisible()&&(z instanceof Zn?(ca(z)||vs(z)||jh(z))&&gf(a,z):z instanceof ze?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;EZt&&(Nt=Ze.left,jt=Ze.right),Dt.height>ie&&(Gt=Ze.top,_t=Ze.bottom)):(Nt=Ze.left,jt=Ze.right,Gt=Ze.top,_t=Ze.bottom);var ln=Dt.width+Nt+jt,on=Dt.height+Gt+_t;Ze=a.scale;var Oe=ln>rt/Ze,Ce=on>at/Ze;if(!(z||a.gf||a.Be||Oe||Ce))return!0;Nt=Dt.x-Nt,rt=ut.x,jt=Dt.right+jt,at=ut.right+tt,Gt=Dt.y-Gt;var Yn=ut.y;Dt=Dt.bottom+_t,ut=ut.bottom+ot;var zn="1px";if(_t="1px",a.scrollMode===Qu&&(Oe||Ce)&&(Oe&&a.hasHorizontalScrollbar&&a.allowHorizontalScroll&&(Oe=1,Nt+1at+1&&(Oe=Math.max((jt-at)*Ze+a.Aa,Oe)),Zt+tt+1ut+1&&(Oe=Math.max((Dt-ut)*Ze+a.ya,Oe)),ie+ot+1at+1&&(tt=Math.max((jt-at)*Ze+a.Aa,tt)),Zt+1ut+1&&(ot=Math.max((Dt-ut)*Ze+tt,ot)),ie+1at+1&&(y=a.position.x*Ze)),a.tn)switch(a.bu){case"negative":y=-(St.scrollWidth-y-St.clientWidth);break;case"reverse":y=St.scrollWidth-y-St.clientWidth}return St.scrollLeft=y,a.hasVerticalScrollbar&&a.allowVerticalScroll&&(ie+1ut+1&&(St.scrollTop=a.position.y*Ze)),rt=a.Aa,at=a.ya,St.style.width=rt+(a.gf?a.Db:0)+"px",St.style.height=at+(a.Be?a.Db:0)+"px",x!==rt||b!==at||a.animationManager.zb?(x=pe.allocAt(E,ft,mt,yt),a.onViewportBoundsChanged(x,a.viewportBounds,Ze,z),pe.free(x),!1):!0}Ct=oe.prototype,Ct.add=function(a){var y=a.diagram;if(y!==this&&(y!==null&&Vt("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&&Vt('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(zo,"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;Ad(a,function(x){Ld(y,x)}),(a instanceof Pi||a instanceof Zn&&a.placeholder!==null)&&a.v(),a.data!==null&&Ad(a,function(x){ay(y.partManager,x)}),vs(a)!==!0&&jh(a)!==!0||this.De.add(a),RS(a,!0,this),jS(a)?(a.actualBounds.w()&&this.N(Od(a,a.actualBounds)),this.Ya()):a.isVisible()&&a.actualBounds.w()&&this.N(Od(a,a.actualBounds)),this.$b()},Ct.pc=function(a){a.Ej(),this.partManager.pc(a);var y=this;a.data!==null&&Ad(a,function(x){ly(y.partManager,x,y)}),this.De.remove(a),jS(a)?(a.actualBounds.w()&&this.N(Od(a,a.actualBounds)),this.Ya()):a.isVisible()&&a.actualBounds.w()&&this.N(Od(a,a.actualBounds)),this.$b()},Ct.remove=function(a){Pc(this,a,!0)};function Pc(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(nr,"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),en(a))for(var x=a.length,b=0;bb&&this.Ya(),this},Ct.Cy=function(a,y){Cc(this,a,y),a.Xe(this);var x=this.Wa,b=x.indexOf(a);0<=b&&(x.remove(a),this.cc!==null&&this.cb(nr,"layers",this,a,null,b,null));var E=x.count,z;for(z=0;zb&&this.Ya(),this},Ct.kA=function(a){if(a.diagram!==this&&Vt("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(nr,"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 Ae),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 Ae),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!==$s&&(this.isModified=!0),this.zg!==null)for(var y=this.zg,x=y.length,b=0;bft.Pa.indexOf(yt)&&ft.oi(mt,yt,St):(yt.isSelected=!1,yt.isHighlighted=!1,yt.Wb(),ft.pc(St?mt:-1,yt,St)))}else ft instanceof oe?typeof mt=="number"&&yt instanceof Pr&&(y?(yt.Xe(this),this.Wa.Gb(mt,yt)):this.Wa.mb(mt)):Vt("unknown ChangedEvent.Remove object: "+a.toString());this.isModified=!0}else b!==$s&&Vt("unknown ChangedEvent: "+a.toString())}finally{this.skipsModelSourceBindings=x}}},oe.prototype.Ea=function(a){return this.undoManager.Ea(a)},oe.prototype.eb=function(a){return this.undoManager.eb(a)},oe.prototype.Kf=function(){return this.undoManager.Kf()},oe.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}},oe.prototype.updateAllTargetBindings=function(a){this.partManager.updateAllTargetBindings(a)},oe.prototype.rp=function(){this.partManager.rp()};function Lc(a,y,x){var b=a.animationManager;if(a.vb||a.ld)a.Ca=x,Al(a),a.N(),a.Ee=!0,b.zb&&(cu(b)||b.ce.add(b.H,"scale",y,a.Ca));else if(a.ta===null)a.Ca=x,Al(a);else{a.vb=!0;var E=a.viewportBounds.copy(),z=a.Aa,tt=a.ya,ot=a.zoomPoint.x,rt=a.zoomPoint.y,at=a.contentAlignment;isNaN(ot)&&(at.$c()?at.Hf(Pa)?ot=0:at.Hf(bs)&&(ot=z-1):ot=at.sb()?at.x*(z-1):z/2),isNaN(rt)&&(at.$c()?at.Hf(Xs)?rt=0:at.Hf(wa)&&(rt=tt-1):rt=at.sb()?at.y*(tt-1):tt/2),a.scaleComputation===null||a.animationManager.defaultAnimation.isAnimating||(x=a.scaleComputation(a,x)),xa.maxScale&&(x=a.maxScale),z=It.allocAt(a.pa.x+ot/y-ot/x,a.pa.y+rt/y-rt/x),a.position=z,It.free(z),a.Ca=x,Al(a),a.vb=!1,a.onViewportBoundsChanged(E,a.viewportBounds,y,!1),Ha(a,!1),b.zb&&(cu(b)||b.ce.add(b.H,"scale",y,a.Ca))}}oe.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!==os||a.width===y.width&&a.height===y.height||E.C(),E=this.currentTool,this.Vk===!0&&E instanceof mo&&(this.lastInput.documentPoint=this.Ps(this.lastInput.viewPoint),Op(E,this)),this.vb||this.invalidateViewport(a,y),El(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 El(a,y){var x=a.fe;if(x!==null&&x.visible){for(var b=Ge.alloc(),E=1,z=1,tt=x.O.s,ot=tt.length,rt=0;rtut||(pv(at.figure)?z=z*ut/Xt.vx(z,ut):E=E*ut/Xt.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=pe.alloc(),a=a.viewportBounds,y.h(a.x,a.y,a.width,a.height),!y.w()){pe.free(y);return}E=y.width,z=y.height,a=y.x,tt=y.y,pe.free(y)}x.width=E+2*b.width,x.height=z+2*b.height,y=It.alloc(),Xt.No(a,tt,0,0,b.width,b.height,y),y.offset(-b.width,-b.height),Ge.free(b),x.part.location=y,It.free(y)}}oe.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&&!z.defaultAnimation.isAnimating&&!z.zb&&(y||_l(z,"Layout")),a.xh=!1;for(var tt=a.ai.iterator;tt.next();)Nc(a,tt.value,y,b);E.isValidLayout||(!y||E.isRealtime||E.isRealtime===null||b===0?(E.doLayout(a),Rr(a),E.isValidLayout=!0):a.xh=!0)}finally{y=a.undoManager.isInternalTransaction,b===0&&(a.eb("Layout"),a.undoManager.isInternalTransaction=!1),!y||b!==0&&b!==1||Qf(z),a.aa=x}}}function Nc(a,y,x,b){if(y!==null){for(var E=y.gl.iterator;E.next();)Nc(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),gf(a,y),E.isValidLayout=!0):a.xh=!0)}}Ct.yz=function(){for(var a=new Ae,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 Ae;x.add(E,tt),x.add(z,tt),b.add(E,E),b.add(z,E)}var x=new Cn,b=new Cn;y("InitialAnimationStarting"),y("AnimationStarting"),y("AnimationFinished"),y("BackgroundSingleClicked"),y("BackgroundDoubleClicked"),y("BackgroundContextClicked"),y("ClipboardChanged"),y("ClipboardPasted"),y("DocumentBoundsChanged"),y("ExternalObjectsDropped"),y("GainedFocus"),y("InitialLayoutCompleted"),y("LayoutCompleted"),y("LinkDrawn"),y("LinkRelinked"),y("LinkReshaped"),y("LostFocus"),y("Modified"),y("ObjectSingleClicked"),y("ObjectDoubleClicked"),y("ObjectContextClicked"),y("PartCreated"),y("PartResized"),y("PartRotated"),y("SelectionMoved"),y("SelectionCopied"),y("SelectionDeleting"),y("SelectionDeleted"),y("SelectionGrouped"),y("SelectionUngrouped"),y("ChangingSelection"),y("ChangedSelection"),y("SubGraphCollapsed"),y("SubGraphExpanded"),y("TextEdited"),y("TreeCollapsed"),y("TreeExpanded"),y("ViewportBoundsChanged"),y("InvalidateDraw"),a.iw=x,a.hw=b}function em(a,y){var x=a.hw.I(y);return x!==null?x:a.hw.I(y.toLowerCase())}function lg(a,y){var x=a.iw.I(y);if(x!==null||(x=a.iw.I(y.toLowerCase()),x!==null))return x;Vt("Unknown DiagramEvent name: "+y)}Ct.Bj=function(a,y){return a=lg(this,a),a!==null&&a.add(y),this},Ct.am=function(a,y){a=lg(this,a),a!==null&&a.remove(y)},Ct.R=function(a,y,x){var b=lg(this,a),E=new Ou;if(E.diagram=this,a=em(this,a),a!==null&&(E.name=a),y!==void 0&&(E.subject=y),x!==void 0&&(E.parameter=x),y=b.length,y===1)b.M(0)(E);else if(y!==0)for(b=b.Fa(),x=0;x=x.top&&0>=x.left&&0>=x.right&&0>=x.bottom)return y;var b=this.viewportBounds,E=this.scale;b=pe.allocAt(0,0,b.width*E,b.height*E);var z=It.allocAt(0,0);if(a.x>=b.x&&a.xb.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.yb.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(ho)||(y=new It(y.x+z.x/E,y.y+z.y/E)),pe.free(b),It.free(z),y},Ct=oe.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 Zn&&(y.$p=null)})};function cf(a,y,x){function b(){var ut=+new Date;for(z=!0,tt.reset();tt.next();)if(!tt.value[0].al){z=!1;break}z||ut-at>rt?y(x,E,ot):ke.requestAnimationFrame(b)}for(var E=x.callback,z=!0,tt=a.Og.iterator;tt.next();)if(!tt.value[0].al){z=!1;break}if(typeof E!="function"||z)return y(x,E,a);var ot=a,rt=x.callbackTimeout||300,at=+new Date;return ke.requestAnimationFrame(function(){b()}),null}Ct.Wz=function(a){return No?(a===void 0&&(a={}),a.returnType="Image",this.Jx(a)):null},Ct.Jx=function(a){return a===void 0&&(a={}),cf(this,this.Xz,a)},Ct.Xz=function(a,y,x){var b=im(x,a,"canvas",null);if(b===null)return null;x=b.Z.canvas;var E=null;if(x!==null)switch(E=a.returnType,E===void 0?E="string":E=E.toLowerCase(),E){case Td+"data":E=b.getImageData(0,0,x.width,x.height);break;case Td:b=(a.document||document).createElement("img"),b.src=x.toDataURL(a.type,a.details),E=b;break;case"blob":return typeof y!="function"&&Vt('Error: Diagram.makeImageData called with "returnType: toBlob", but no required "callback" function property defined.'),typeof x.toBlob=="function"?(x.toBlob(y,a.type,a.details),"toBlob"):(y(null),null);default:E=x.toDataURL(a.type,a.details)}return typeof y=="function"?(y(E),null):E};function im(a,y,x,b){if(a.animationManager.Cc(),a.bd(),a.ta===null)return null;typeof y!="object"&&Vt("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 Ge(1/0,1/0):new Ge(2e3,2e3));var ot=y.position||null,rt=y.parts||null,at=y.padding===void 0?1:y.padding,ut=y.background||null,ft=y.omitTemporary;ft===void 0&&(ft=!0);var mt=y.document||document,yt=y.elementFinished||null,St=y.showTemporary;St===void 0&&(St=!ft),y=y.showGrid,y===void 0&&(y=St),E!==null&&isNaN(E.width)&&isNaN(E.height)&&(E=null),typeof at=="number"?at=new li(at):at instanceof li||Vt("MakeImage padding must be a Margin or a number."),at.left=Math.max(at.left,0),at.right=Math.max(at.right,0),at.top=Math.max(at.top,0),at.bottom=Math.max(at.bottom,0),a.ib.Vc(!0),ft=new Va(null,mt,void 0,!0);var kt=ft.context;if(!(E||z||rt||ot))return ft.width=a.Aa+Math.ceil(at.left+at.right),ft.height=a.ya+Math.ceil(at.top+at.bottom),x==="SVG"?b===null?null:(b.resize(ft.width,ft.height,ft.width,ft.height),b.ownerDocument=mt,b.hs=yt,ig(a,b.context,at,new Ge(ft.width,ft.height),a.Ca,a.pa,rt,ut,St,y),b.context):(a.Xm=!1,ig(a,kt,at,new Ge(ft.width,ft.height),a.Ca,a.pa,rt,ut,St,y),a.Xm=!0,ft.context);var Dt=a.Pp,Nt=a.documentBounds.copy();if(Nt.Fv(a.yb),St)for(var jt=a.Wa.s,Gt=jt.length,_t=0;_tDt?(z=Dt,E=Nt.width,Nt=Nt.height):(E=tt.width,Nt=tt.height)):(E=Nt.width*z,Nt=Nt.height*z):(z=Dt,E=Nt.width,Nt=Nt.height),at!==null?(E+=ot,Nt+=Gt):at=new li(0),tt!==null&&(Dt=tt.width,tt=tt.height,isNaN(Dt)&&(Dt=2e3),isNaN(tt)&&(tt=2e3),isFinite(Dt)&&(E=Math.min(E,Dt)),isFinite(tt)&&(Nt=Math.min(Nt,tt))),ft.width=Math.ceil(E),ft.height=Math.ceil(Nt),x==="SVG"?b===null?null:(b.resize(ft.width,ft.height,ft.width,ft.height),b.ownerDocument=mt,b.hs=yt,ig(a,b.context,at,new Ge(Math.ceil(E),Math.ceil(Nt)),z,jt,rt,ut,St,y),b.context):(a.Xm=!1,ig(a,kt,at,new Ge(Math.ceil(E),Math.ceil(Nt)),z,jt,rt,ut,St,y),a.Xm=!0,ft.context)}Ye.Object.defineProperties(oe.prototype,{renderer:{get:function(){return this.nl},set:function(a){this instanceof ct||(a===""&&(a="default"),a=a.toLowerCase(),a!==this.nl&&(this.nl=a,a==="default"||a==="canvas"?(a=this.pj.get("svg"),a!==null&&a.Oa.remove(),this.ta&&(this.ib=this.ta.context)):a==="svg"?(this.pj.contains("svg")?a=this.pj.get("svg"):(a=new Bl(this,ke.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 Bl(this,ke.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(ke,"resize",this.Ov,!1),this.removeEventListener(ke,"wheel",this.$j,!0),Ul===this&&(Ul=null)):this.ui===null&&(this.hf=!1),this.Ka=null,a!==null&&((y=a.H)&&(y.div=null),fc(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||1a&&nn(a,">= 0",oe,"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&&nn(a,">= 0",oe,"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= 0",oe,"maxSelectionCount")}},nodeSelectionAdornmentTemplate:{get:function(){return this.St},set:function(a){var y=this.St;y!==a&&(this.St=a,this.g("nodeSelectionAdornmentTemplate",y,a))}},groupSelectionAdornmentTemplate:{get:function(){return this.wt},set:function(a){var y=this.wt;y!==a&&(this.wt=a,this.g("groupSelectionAdornmentTemplate",y,a))}},linkSelectionAdornmentTemplate:{get:function(){return this.Kt},set:function(a){var y=this.Kt;y!==a&&(this.Kt=a,this.g("linkSelectionAdornmentTemplate",y,a))}},highlighteds:{get:function(){return this.nw}},isModified:{get:function(){var a=this.undoManager;return a.isEnabled?a.currentTransaction!==null?!0:this.rn&&this.Ce!==a.historyIndex:this.rn},set:function(a){if(this.rn!==a){this.rn=a;var y=this.undoManager;!a&&y.isEnabled&&(this.Ce=y.historyIndex),a||qp(this)}}},model:{get:function(){return this.cc},set:function(a){var y=this.cc;if(y!==a){this.currentTool.doCancel(),y&&y.undoManager!==a.undoManager&&y.undoManager.isInTransaction&&Vt("Do not replace a Diagram.model while a transaction is in progress."),this.animationManager.Cc(!0);var x=dc(this,!0);this.hf=!1,this.fn=!0,this.Ce=-2,this.kg=!1;var b=this.vb;this.vb=!0,_l(this.animationManager,"Model"),y&&(this.pf!==null&&this.pf.each(function(z){return y.ik(z)}),y.ik(this.Oc)),this.cc=a,this.partManager=kc(this.cc.type);for(var E=0;Ethis.scale&&(this.scale=a)):nn(a,"> 0",oe,"minScale"))}},maxScale:{get:function(){return this.Mt},set:function(a){var y=this.Mt;y!==a&&(0 0",oe,"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),Ha(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 li(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&&Vt("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();)Kc(a.value)}},treeCollapsePolicy:{get:function(){return this.uu},set:function(a){var y=this.uu;y!==a&&(a!==$u&&a!==Xo&&a!==gg&&Vt("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 Ge(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 li(a));var y=this.xp;y.D(a)||(this.xp=a=a.J(),this.Ya(),this.g("autoScrollRegion",y,a))}}}),Ye.Object.defineProperties(oe,{licenseKey:{get:function(){return Ic.jc()},set:function(a){Ic.add(a.replace(/\s/g,""))}},version:{get:function(){return Md}}}),oe.prototype.makeImageData=oe.prototype.Jx,oe.prototype.makeImage=oe.prototype.Wz,oe.prototype.cacheGroupExternalLinks=oe.prototype.Fu,oe.prototype.addRenderer=oe.prototype.bs,oe.prototype.makeSVG=oe.prototype.av,oe.prototype.makeSvg=oe.prototype.Cs,oe.prototype.stopAutoScroll=oe.prototype.ug,oe.prototype.doAutoScroll=oe.prototype.gs,oe.prototype.isUnoccupied=oe.prototype.Yj,oe.prototype.raiseDiagramEvent=oe.prototype.R,oe.prototype.removeDiagramListener=oe.prototype.am,oe.prototype.addDiagramListener=oe.prototype.Bj,oe.prototype.findTreeRoots=oe.prototype.yz,oe.prototype.layoutDiagram=oe.prototype.Uz,oe.prototype.findTopLevelGroups=oe.prototype.qz,oe.prototype.findTopLevelNodesAndLinks=oe.prototype.rz,oe.prototype.ensureBounds=oe.prototype.Va,oe.prototype.findLinksByExample=oe.prototype.ls,oe.prototype.findNodesByExample=oe.prototype.ms,oe.prototype.findLinkForData=oe.prototype.Kc,oe.prototype.findNodeForData=oe.prototype.ii,oe.prototype.findPartForData=oe.prototype.Lc,oe.prototype.findLinkForKey=oe.prototype.findLinkForKey,oe.prototype.findNodeForKey=oe.prototype.Vb,oe.prototype.findPartForKey=oe.prototype.findPartForKey,oe.prototype.rebuildParts=oe.prototype.Wd,oe.prototype.transformViewToDoc=oe.prototype.Ps,oe.prototype.transformRectDocToView=oe.prototype.zA,oe.prototype.transformDocToView=oe.prototype.op,oe.prototype.centerRect=oe.prototype.es,oe.prototype.scrollToRect=oe.prototype.tv,oe.prototype.scroll=oe.prototype.scroll,oe.prototype.highlightCollection=oe.prototype.Jz,oe.prototype.highlight=oe.prototype.Iz,oe.prototype.selectCollection=oe.prototype.rA,oe.prototype.select=oe.prototype.select,oe.prototype.updateAllRelationshipsFromData=oe.prototype.rp,oe.prototype.updateAllTargetBindings=oe.prototype.updateAllTargetBindings,oe.prototype.commit=oe.prototype.commit,oe.prototype.rollbackTransaction=oe.prototype.Kf,oe.prototype.commitTransaction=oe.prototype.eb,oe.prototype.startTransaction=oe.prototype.Ea,oe.prototype.raiseChanged=oe.prototype.g,oe.prototype.raiseChangedEvent=oe.prototype.cb,oe.prototype.removeChangedListener=oe.prototype.ik,oe.prototype.addChangedListener=oe.prototype.Pe,oe.prototype.removeModelChangedListener=oe.prototype.mA,oe.prototype.addModelChangedListener=oe.prototype.Yw,oe.prototype.findLayer=oe.prototype.Qj,oe.prototype.removeLayer=oe.prototype.kA,oe.prototype.addLayerAfter=oe.prototype.Cy,oe.prototype.addLayerBefore=oe.prototype.Ww,oe.prototype.addLayer=oe.prototype.Al,oe.prototype.moveParts=oe.prototype.moveParts,oe.prototype.copyParts=oe.prototype.Kj,oe.prototype.removeParts=oe.prototype.Is,oe.prototype.remove=oe.prototype.remove,oe.prototype.add=oe.prototype.add,oe.prototype.clearDelayedGeometries=oe.prototype.bx,oe.prototype.setProperties=oe.prototype.nm,oe.prototype.attach=oe.prototype.Du,oe.prototype.set=oe.prototype.set,oe.prototype.resetInputOptions=oe.prototype.Sx,oe.prototype.setInputOption=oe.prototype.sA,oe.prototype.getInputOption=oe.prototype.Ql,oe.prototype.resetRenderingHints=oe.prototype.Tx,oe.prototype.setRenderingHint=oe.prototype.Xx,oe.prototype.getRenderingHint=oe.prototype.Gf,oe.prototype.maybeUpdate=oe.prototype.bd,oe.prototype.requestUpdate=oe.prototype.$b,oe.prototype.delayInitialization=oe.prototype.Xy,oe.prototype.isUpdateRequested=oe.prototype.Pz,oe.prototype.invalidateDocumentBounds=oe.prototype.Ya,oe.prototype.findObjectsNear=oe.prototype.og,oe.prototype.findPartsNear=oe.prototype.mz,oe.prototype.findObjectsIn=oe.prototype.Cf,oe.prototype.findPartsIn=oe.prototype.ux,oe.prototype.findObjectsAt=oe.prototype.ji,oe.prototype.findPartsAt=oe.prototype.lz,oe.prototype.findObjectAt=oe.prototype.ic,oe.prototype.findPartAt=oe.prototype.Ol,oe.prototype.focusObject=oe.prototype.zz,oe.prototype.alignDocument=oe.prototype.Jy,oe.prototype.zoomToRect=oe.prototype.BA,oe.prototype.zoomToFit=oe.prototype.zoomToFit,oe.prototype.diagramScroll=oe.prototype.kx,oe.prototype.focus=oe.prototype.focus;var fg=new Cn,om=null,No=ke.document!==void 0,kd=null,Ih="",os=new ue(oe,"None",0),fa=new ue(oe,"Uniform",1),Rh=new ue(oe,"UniformToFill",2),pf=new ue(oe,"CycleAll",10),Ec=new ue(oe,"CycleNotDirected",11),Ac=new ue(oe,"CycleNotDirectedFast",12),Bc=new ue(oe,"CycleNotUndirected",13),Dc=new ue(oe,"CycleDestinationTree",14),Oc=new ue(oe,"CycleSourceTree",15),Qu=new ue(oe,"DocumentScroll",1),mf=new ue(oe,"InfiniteScroll",2),$u=new ue(oe,"TreeParentCollapsed",21),Xo=new ue(oe,"AllParentsCollapsed",22),gg=new ue(oe,"AnyParentsCollapsed",23),Ic=new Ae,Md="2.3.10",Td="image",vf=null,rm=!1;function Zr(){if(No){var a=ke.document.createElement("canvas"),y=a.getContext("2d"),x=bn("7ca11abfd022028846");y[x]=bn("398c3597c01238");for(var b=["5da73c80a36455d7038e4972187c3cae51fd22",Ue.Dx+"4ae6247590da4bb21c324ba3a84e385776",Un.xF+"fb236cdfda5de14c134ba1a95a2d4c7cc6f93c1387",Xt.za],E=1;5>E;E++)y[bn("7ca11abfd7330390")](bn(b[E-1]),10,15*E);for(y[x]=bn("39f046ebb36e4b"),x=1;5>x;x++)y[bn("7ca11abfd7330390")](bn(b[x-1]),10,15*x);(b.length!==4||b[0][0]!=="5"||b[3][0]!=="7")&&(Un.prototype.Cd=Un.prototype.Eu),vf=a}}oe.className="Diagram",oe.fromDiv=function(a){var y=a;return typeof a=="string"&&(y=ke.document.getElementById(a)),y instanceof HTMLDivElement&&y.H instanceof oe?y.H:null},oe.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},oe.useDOM=function(a){No=a?ke.document!==void 0:!1},oe.isUsingDOM=function(){return No},oe.None=os,oe.Uniform=fa,oe.UniformToFill=Rh,oe.CycleAll=pf,oe.CycleNotDirected=Ec,oe.CycleNotDirectedFast=Ac,oe.CycleNotUndirected=Bc,oe.CycleDestinationTree=Dc,oe.CycleSourceTree=Oc,oe.DocumentScroll=Qu,oe.InfiniteScroll=mf,oe.TreeParentCollapsed=$u,oe.AllParentsCollapsed=Xo,oe.AnyParentsCollapsed=gg;function sm(){this.wy=null,this.j="zz@orderNum",this._tk==="63ad05bbe23a1786468a4c741b6d2"?this.Rc=this.j=!0:this.Rc=null}function bd(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=ke[bn("76a715b2f73f148a")][bn("72ba13b5")]||"";if(a.Rc=!0,No){var b=oe[bn("76a115b6ed251eaf4692")];if(b)for(var E=Ic.iterator;E.next()&&(b=E.value,b=bn(b).split(bn("39e9")),!(6>b.length));){var z=bn(b[1]).split(".");if(b[4]!=="7da71ca0")break;var tt=bn(Ue[bn("6cae19")]).split(".");if(z[0]>tt[0]||z[0]===tt[0]&&z[1]>=tt[1]){var ot=ke[bn("74a900bae4370f8b51")][bn("6fbb13a1c2311e8a57")].toLowerCase();if(tt=ot[bn("73a612b6fb191d")](bn("3aad1ab6e022098b4dc4")),z=bn(b[2]),-1tt&&z!==bn("7da71ca0ad381e90")&&(tt=y[bn("73a612b6fb191d")](bn("76a715b2ef3e149757"))),0>tt&&(tt=y[bn("73a612b6fb191d")](bn("76a715b2ef3e149757"))),0>tt&&(tt=y[bn("73a612b6fb191d")](bn("2bfa41fdb3784bca12"))),0>tt&&(tt=x[bn("73a612b6fb191d")](bn("7baa19a6f76c1988428554"))),a.Rc=!(0<=tt&&ttot),!a.Rc)))break;if(z[0]==="#"){tt=ke.document.createElement("div");for(var rt=b[0].replace(/[A-Za-z]/g,"");4>rt.length;)rt+="9";if(ot=rt,rt=rt.substr(rt.length-4),b="",b+=["gsh","gsf"][parseInt(rt.substr(0,1),10)%2],b+=["Header","Background","Display","Feedback"][parseInt(rt.substr(0,1),10)%4],tt[bn("79a417a0f0181a8946")]=b,ke.document[bn("78a712aa")]){ke.document[bn("78a712aa")][bn("7bb806b6ed32388c4a875b")](tt),rt=ke.getComputedStyle(tt).getPropertyValue(bn("78a704b7e62456904c9b12701b6532a8"));var at=ke.getComputedStyle(tt).getPropertyValue(bn("75b817b0ea2202"));if(ke.document[bn("78a712aa")][bn("68ad1bbcf533388c4a875b")](tt),rt){if(tt=ke[bn("77a902b0eb1b1e804a8a")],at==="0."+parseInt(ot,10)%100||rt.indexOf(parseInt(z[1]+z[2],16))!==-1&&rt.indexOf(parseInt(z[3]+z[4],16))!==-1){a.Rc=!1;break}else if(tt&&tt(bn("32ae19a1e0331fc94084537c067a67fa59f1386b89d006")).matches)for(b="."+b,z=0;zb.updateDelay?b.N():b.o||(b.o=!0,setTimeout(function(){return b.redraw()},b.updateDelay))},x.Of=function(){b.observed!==null&&Tt(b)},x.autoScale=fa,x.vb=!1,y&&Object.assign(x,y),x}Se(ct,oe),ct.prototype.computePixelRatio=function(){return 1},ct.prototype.redraw=function(){if(this.o&&1<=this.updateDelay){this.o=!1;var a=this.ta,y=this.ib;if(a!==null&&y!==null){if(wd(this),this.ql===null){var x=new Va(null);x.width=a.width,x.height=a.height,this.ql=x}try{this.ta=this.ql,this.ib=this.ta.context,this.ib.Vc(!0),this.ib.setTransform(1,0,0,1,0,0),this.ib.clearRect(0,0,this.ta.width,this.ta.height),Pt(this)}finally{this.ta=a,this.ib=y}}}oe.prototype.redraw.call(this)},ct.prototype.gc=function(){if(this.Ka===null&&Vt("No div specified"),this.ta===null&&Vt("No canvas specified"),!(this.ta instanceof Bl)&&(Ov(this.box),this.Fc)){var a=this.observed;if(a!==null&&!a.animationManager.defaultAnimation.isAnimating&&a.pi){wd(this);var y=this.ta;a=this.ib,a.Vc(!0),a.setTransform(1,0,0,1,0,0),a.clearRect(0,0,y.width,y.height),1>this.updateDelay?Pt(this):this.ql!==null&&(a.drawImage(this.ql.Oa,0,0),y=this.Ab,y.reset(),this.scale!==1&&y.scale(this.scale),this.position.x===0&&this.position.y===0||y.translate(-this.position.x,-this.position.y),a.scale(this.Mb,this.Mb),a.transform(y.m11,y.m12,y.m21,y.m22,y.dx,y.dy),a.yc()),y=this.Wa.s;for(var x=y.length,b=0;ba&&(a=0),this.ia!==a&&(this.ia=a)}}}),ct.className="Overview";function Ot(){wo.call(this),this.j=null}Se(Ot,wo),Ot.prototype.canStart=function(){if(!this.isEnabled)return!1;var a=this.diagram;if(a===null||!a.allowMove||!a.allowSelect)return!1;var y=a.observed;if(y===null)return!1;var x=a.lastInput;return!x.left||a.currentTool!==this&&(!this.isBeyondDragSize()||x.isTouchEvent&&x.timestamp-a.firstInput.timestampy.maxScale||(y.scale=a))},Bt.prototype.canDecreaseZoom=function(a){a===void 0&&(a=1/this.zoomFactor);var y=this.diagram;return y.autoScale!==os?!1:(a=y.scale*a,ay.maxScale?!1:y.allowZoom)},Bt.prototype.increaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;y.autoScale===os&&(a=y.scale*a,ay.maxScale||(y.scale=a))},Bt.prototype.canIncreaseZoom=function(a){a===void 0&&(a=this.zoomFactor);var y=this.diagram;return y.autoScale!==os?!1:(a=y.scale*a,ay.maxScale?!1:y.allowZoom)},Bt.prototype.resetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;ay.maxScale||(y.scale=a)},Bt.prototype.canResetZoom=function(a){a===void 0&&(a=this.defaultScale);var y=this.diagram;return ay.maxScale?!1:y.allowZoom},Bt.prototype.zoomToFit=function(){var a=this.diagram,y=a.animationManager;y.Cc(),a.redraw();var x=a.position,b=a.scale;_l(y,"Zoom To Fit"),this.isZoomToFitRestoreEnabled&&b===this.Au&&!isNaN(this.Jt)&&a.documentBounds.D(this.yu)?(a.scale=this.Jt,a.position=this.sw,this.Au=NaN,this.yu=fl):(this.Jt=b,this.sw=x.copy(),a.zoomToFit(),this.Au=a.scale,this.yu=a.documentBounds.copy()),Qf(y)},Bt.prototype.canZoomToFit=function(){return this.diagram.allowZoom},Bt.prototype.scrollToPart=function(a){a===void 0&&(a=null);var y=this.diagram;if(y.Va(),a===null){try{this.cg!==null&&(this.cg.next()?a=this.cg.value:this.cg=null)}catch(rt){this.cg=null}a===null&&(0a&&(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 It),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),ot=z.m22*tt,rt=-z.m12*tt,at=-z.m21*tt,ut=z.m11*tt,ft=tt*(z.m21*z.dy-z.m22*z.dx),mt=tt*(z.m12*z.dx-z.m11*z.dy);return this.areaBackground!==null?(z=this.actualBounds,Xt.Ff(z.left,z.top,z.right,z.bottom,a,y,x,b,E)):(tt=a*ot+y*at+ft,a=a*rt+y*ut+mt,y=x*ot+b*at+ft,x=x*rt+b*ut+mt,E.h(0,0),b=this.naturalBounds,x=Xt.Ff(0,0,b.width,b.height,tt,a,y,x,E),E.transform(z),x)},Kt.prototype.measure=function(a,y,x,b){if(ca(this)!==!1){var E=this.Kg,z=E.right+E.left;E=E.top+E.bottom,a=Math.max(a-z,0),y=Math.max(y-E,0),x=Math.max((x||0)-z,0),b=Math.max((b||0)-E,0),z=this.angle,E=this.desiredSize;var tt=this.kq();z===90||z===270?(a=isFinite(E.height)?E.height+tt:a,y=isFinite(E.width)?E.width+tt:y):(a=isFinite(E.width)?E.width+tt:a,y=isFinite(E.height)?E.height+tt:y),E=x||0,tt=b||0;var ot=this instanceof Ne;switch(Bs(this,!0)){case Le:tt=E=0,ot&&(y=a=1/0);break;case Te:isFinite(a)&&a>x&&(E=a),isFinite(y)&&y>b&&(tt=y);break;case Pn:isFinite(a)&&a>x&&(E=a),tt=0,ot&&(y=1/0);break;case An:isFinite(y)&&y>b&&(tt=y),E=0,ot&&(a=1/0)}ot=this.maxSize;var rt=this.minSize;E>ot.width&&rt.widthot.height&&rt.heighta.height||this.Cb>a.width))&&(x=!0)),this.l=x?this.l|256:this.l&-257,this.Ib.w()||Vt("Non-real actualBounds has been set. Object "+this+", actualBounds: "+this.Ib.toString()),this.Xl(z,this.Ib),Kl(this,!1),pe.free(z)},Ct=Kt.prototype,Ct.eh=function(){};function rs(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=Bs(a,!0),x===b&&z===E&&(y=Le),y){case Le:(x>b||z>E)&&(Jo(a,!0),a.measure(x>b?b:x,z>E?E:z,0,0));break;case Te:Jo(a,!0),a.measure(b,E,0,0);break;case Pn:Jo(a,!0),a.measure(b,z,0,0);break;case An:Jo(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(),Fo(a,y)||(x.oh(),this.Pn(x)))},Ct.Pn=function(a){this.portId!==null&&(zv(a,!0),a instanceof Qe&&VS(a,this))},Ct.gc=function(a,y){if(!Ta(this,a,y)&&this.visible){var x=this.opacity;if(x!==0){var b=1;x!==1&&(b=a.globalAlpha,a.globalAlpha=b*x);var E="";this.filter!==""&&(E=a.filter,a.filter=this.filter);var z=this instanceof Ne&&eh(this),tt=this.Ib;if(z){var ot=this.Ib,rt=this.dc,at=this.areaBackground,ut=this.Ma;at===null&&ut===null||a.yc(),at!==null&&(Ao(this,a,at,!0,!0,rt,ot),at instanceof Bi&&at.type===Fa?(a.beginPath(),a.rect(ot.x,ot.y,ot.width,ot.height),a.ng(at)):a.fillRect(ot.x,ot.y,ot.width,ot.height)),ut!==null&&(Ao(this,a,ut,!0,!1,rt,ot),ut instanceof Bi&&ut.type===Fa?(a.beginPath(),a.rect(ot.x,ot.y,ot.width,ot.height),a.ng(ut)):a.fillRect(ot.x,ot.y,ot.width,ot.height)),this.hh(a,y)}if(!z&&(z||tt.width!==0&&tt.height!==0&&!isNaN(tt.x)&&!isNaN(tt.y))){z=this.transform,ot=this.panel,this.l&4096&&Tr(this),at=this.part,rt=!1;var ft=0;at&&y.Gf("drawShadows")&&(rt=at.isShadowed)&&(ut=at.shadowOffset,ft=Math.max(ut.y,ut.x)*y.scale*y.Mb),ut=this.Dd();var mt;if(!(mt=y.$i||!ut)){var yt=this.naturalBounds;mt=this.wh;var St=mt.m11,kt=mt.m21,Dt=mt.dx,Nt=mt.m12,jt=mt.m22,Gt=mt.dy,_t,Zt=_t=0;mt=_t*St+Zt*kt+Dt;var ie=_t*Nt+Zt*jt+Gt;_t=yt.width+ft,Zt=0;var Ze=_t*St+Zt*kt+Dt;_t=_t*Nt+Zt*jt+Gt,Zt=Math.min(mt,Ze);var ln=Math.min(ie,_t),on=Math.max(mt+0,Ze)-Zt,Oe=Math.max(ie+0,_t)-ln;mt=Zt,ie=ln,_t=yt.width+ft,Zt=yt.height+ft,Ze=_t*St+Zt*kt+Dt,_t=_t*Nt+Zt*jt+Gt,Zt=Math.min(mt,Ze),ln=Math.min(ie,_t),on=Math.max(mt+on,Ze)-Zt,Oe=Math.max(ie+Oe,_t)-ln,mt=Zt,ie=ln,_t=0,Zt=yt.height+ft,Ze=_t*St+Zt*kt+Dt,_t=_t*Nt+Zt*jt+Gt,Zt=Math.min(mt,Ze),ln=Math.min(ie,_t),on=Math.max(mt+on,Ze)-Zt,Oe=Math.max(ie+Oe,_t)-ln,mt=Zt,ie=ln,ft=y.viewportBounds,yt=ft.x,St=ft.y,mt=!(mt>ft.width+yt||yt>on+mt||ie>ft.height+St||St>Oe+ie)}if(mt){if(mt=(this.l&256)!==0,a.clipInsteadOfFill&&(mt=!1),this instanceof Qi&&(a.font=this.font),mt){if(ie=ot.se()?ot.naturalBounds:ot.actualBounds,on=Math.max(tt.x,ie.x),Oe=Math.max(tt.y,ie.y),ft=Math.min(tt.right,ie.right)-on,yt=Math.min(tt.bottom,ie.bottom)-Oe,St=this.tb,St!==null&&(on=St.x,Oe=St.y,ft=St.width,yt=St.height),on>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(on,Oe,ft,yt),a.clip()}if(ut){if(!at.isVisible()){x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E);return}rt&&(ie=at.shadowOffset,a.Ev(ie.x*y.scale*this.scale*y.Mb,ie.y*y.scale*this.scale*y.Mb,at.shadowBlur),yu(a),a.shadowColor=at.shadowColor)}rt&&this.shadowVisible===!0?yu(a):rt&&this.shadowVisible===!1&&Xl(a),at=this.naturalBounds,this.areaBackground!==null&&(a.yc(),ga(this,a,at,tt)),a.transform(z.m11,z.m12,z.m21,z.m22,z.dx,z.dy),rt&&wr(this,ot)&&this.shadowVisible===null&&Xl(a),this.Ma!==null&&(a.yc(),Ws(this,a,at,tt)),rt&&(this.Ma!==null||this.areaBackground!==null||wr(this,ot))?(il(this,!0),this.shadowVisible===null&&Xl(a)):il(this,!1),this.hh(a,y),rt&&this.l&512&&yu(a),ut&&rt&&Xl(a),mt&&(a.restore(),a.Vc(this instanceof Ne)),z.ws()||(y=1/(z.m11*z.m22-z.m12*z.m21),a.transform(z.m22*y,-z.m12*y,-z.m21*y,z.m11*y,y*(z.m21*z.dy-z.m22*z.dx),y*(z.m12*z.dx-z.m11*z.dy)))}}x!==1&&(a.globalAlpha=b),this.filter!==""&&(a.filter=E)}}};function wr(a,y){return y===null?!1:(eh(y)&&(y=y.panel),(y.l&512)!==0||(y.type===Ne.Auto||y.type===Ne.Spot)&&y.Pb()!==a)}Ct.Dv=function(){};function ga(a,y,x,b){Ao(a,y,a.areaBackground,!0,!0,x,b),a.areaBackground instanceof Bi&&a.areaBackground.type===Fa?(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 Ws(a,y,x,b){var E=a.kq(),z=x.x,tt=x.y,ot=x.width+E,rt=x.height+E;Ao(a,y,a.Ma,!0,!1,x,b),a.Ma instanceof Bi&&a.Ma.type===Fa?(y.beginPath(),y.rect(z-E/2,tt-E/2,ot,rt),y.ng(a.Ma)):y.fillRect(z-E/2,tt-E/2,ot,rt)}function Kr(a,y,x){for(var b=y.O.s,E=b.length,z=-1,tt=0;ttE)&&Vt("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)&&Vt("Must specify non-negative integer column for RowColumnDefinition "+y+", not: "+E),a.isRow=!1,a.index=E),E=new Fn;for(x in y)x!=="row"&&x!=="column"&&(E[x]=y[x]);Pd(a,E)}else Pd(a,y);else Vt('Unknown initializer "'+y+'" for object being constructed by GraphObject.make: '+a)}function qu(a,y){cg.add(a,y)}function am(a,y,x){x===void 0&&(x=null);var b=a[1];if(typeof x=="function"?x(b):typeof b=="string")return a.splice(1,1),b;if(y===void 0)throw Error("no "+(typeof x=="function"?"satisfactory":"string")+" argument for GraphObject builder "+a[0]);return y}Ye.Object.defineProperties(Kt.prototype,{bindingId:{get:function(){return this.A!==null?this.A.zp:-1},set:function(a){this.bindingId!==a&&(this.A===null&&(this.A=new xf),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 xf),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 xf),this.A.wm=a)}},shadowVisible:{get:function(){return this.A!==null?this.A.Ci:null},set:function(a){var y=this.shadowVisible;y!==a&&(ni(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&&(ni(this),this.A.Hb=a,this.g("enabledChanged",y,a))}},segmentOrientation:{get:function(){return this.Ua!==null?this.Ua.rr:xs},set:function(a){var y=this.segmentOrientation;y!==a&&(this.Ua===null&&(this.Ua=new zh),this.Ua.rr=a,this.v(),this.g("segmentOrientation",y,a),a===xs&&(this.angle=0))}},segmentIndex:{get:function(){return this.Ua!==null?this.Ua.u:-1/0},set:function(a){a=Math.round(a);var y=this.segmentIndex;y!==a&&(this.Ua===null&&(this.Ua=new zh),this.Ua.u=a,this.v(),this.g("segmentIndex",y,a))}},segmentFraction:{get:function(){return this.Ua!==null?this.Ua.o:0},set:function(a){isNaN(a)||0>a?a=0:1a||1=a&&Vt("GraphObject.scale for "+this+" must be greater than zero, not: "+a),this.Ca=a,this.v(),this.g("scale",y,a))}},angle:{get:function(){return this.Kb},set:function(a){var y=this.Kb;y!==a&&(a%=360,0>a&&(a+=360),y!==a&&(this.Kb=a,Zy(this),this.v(),this.g("angle",y,a)))}},desiredSize:{get:function(){return this.jd},set:function(a){var y=a.width,x=a.height,b=this.jd,E=b.width,z=b.height;(E===y||isNaN(E)&&isNaN(y))&&(z===x||isNaN(z)&&isNaN(x))||(this.jd=a=a.J(),this.v(),this instanceof $n&&this.qc(),this.g("desiredSize",b,a),Fr(this)&&(a=this.part,a!==null&&(ao(this,a,"width"),ao(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 Ge(a,this.jd.height).freeze(),this.v(),this instanceof $n&&this.qc(),this.g("desiredSize",y,a),Fr(this)&&(a=this.part,a!==null&&ao(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 Ge(this.jd.width,a).freeze(),this.v(),this instanceof $n&&this.qc(),this.g("desiredSize",y,a),Fr(this)&&(a=this.part,a!==null&&ao(this,a,"height")))}},minSize:{get:function(){return this.A!==null?this.A.u:Vi},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(),ni(this),this.A.u=a,this.v(),this.g("minSize",y,a))}},maxSize:{get:function(){return this.A!==null?this.A.o:lr},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(),ni(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 li(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&&Tr(this),this.Ab}},oe:{get:function(){return this.l&4096&&Tr(this),this.wh}},animationTriggers:{get:function(){return this.A!==null?this.A.hb:null},set:function(a){this.animationTriggers!==a&&(ni(this),this.A.hb=a)}},reshapingBehavior:{get:function(){return this.A!==null?this.A.Pf:Le},set:function(a){this.reshapingBehavior!==a&&(ni(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()&&Vt("GraphObject.alignment for "+this+" must be a real Spot or Spot.Default, not: "+a),this.Jb=a=a.J(),ms(this),this.g("alignment",y,a))}},column:{get:function(){return this.Ag},set:function(a){a=Math.round(a);var y=this.Ag;y!==a&&(0>a&&nn(a,">= 0",Kt,"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&&nn(a,">= 1",Kt,"columnSpan"),ni(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&&nn(a,">= 0",Kt,"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&&nn(a,">= 1",Kt,"rowSpan"),ni(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&&(ni(this),this.A.Di=a,this.v(),this.g("spanAllocation",y,a))}},alignmentFocus:{get:function(){return this.sk},set:function(a){var y=this.sk;y.D(a)||(this.sk=a=a.J(),this.v(),this.g("alignmentFocus",y,a))}},portId:{get:function(){return this.Yn},set:function(a){var y=this.Yn;if(y!==a){var x=this.part;x===null||x instanceof Qe||Vt("Cannot set portID on a Link: "+a),y!==null&&x!==null&&Wv(x,this),this.Yn=a,a!==null&&x!==null&&(x.Te=!0,YS(x,this)),this.g("portId",y,a)}}},toSpot:{get:function(){return this.ba!==null?this.ba.yj:di},set:function(a){var y=this.toSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.yj=a,this.g("toSpot",y,a),Nd(this))}},toEndSegmentLength:{get:function(){return this.ba!==null?this.ba.wj:10},set:function(a){var y=this.toEndSegmentLength;y!==a&&(0>a&&nn(a,">= 0",Kt,"toEndSegmentLength"),this.Xc(),this.ba.wj=a,this.g("toEndSegmentLength",y,a),Nd(this))}},toShortLength:{get:function(){return this.ba!==null?this.ba.xj:0},set:function(a){var y=this.toShortLength;y!==a&&(this.Xc(),this.ba.xj=a,this.g("toShortLength",y,a),Nd(this))}},toLinkable:{get:function(){return this.ba!==null?this.ba.Tr:null},set:function(a){var y=this.toLinkable;y!==a&&(this.Xc(),this.ba.Tr=a,this.g("toLinkable",y,a))}},toMaxLinks:{get:function(){return this.ba!==null?this.ba.Ur:1/0},set:function(a){var y=this.toMaxLinks;y!==a&&(0>a&&nn(a,">= 0",Kt,"toMaxLinks"),this.Xc(),this.ba.Ur=a,this.g("toMaxLinks",y,a))}},fromSpot:{get:function(){return this.ba!==null?this.ba.Xi:di},set:function(a){var y=this.fromSpot;y.D(a)||(a=a.J(),this.Xc(),this.ba.Xi=a,this.g("fromSpot",y,a),Nd(this))}},fromEndSegmentLength:{get:function(){return this.ba!==null?this.ba.Vi:10},set:function(a){var y=this.fromEndSegmentLength;y!==a&&(0>a&&nn(a,">= 0",Kt,"fromEndSegmentLength"),this.Xc(),this.ba.Vi=a,this.g("fromEndSegmentLength",y,a),Nd(this))}},fromShortLength:{get:function(){return this.ba!==null?this.ba.Wi:0},set:function(a){var y=this.fromShortLength;y!==a&&(this.Xc(),this.ba.Wi=a,this.g("fromShortLength",y,a),Nd(this))}},fromLinkable:{get:function(){return this.ba!==null?this.ba.hq:null},set:function(a){var y=this.fromLinkable;y!==a&&(this.Xc(),this.ba.hq=a,this.g("fromLinkable",y,a))}},fromMaxLinks:{get:function(){return this.ba!==null?this.ba.iq:1/0},set:function(a){var y=this.fromMaxLinks;y!==a&&(0>a&&nn(a,">= 0",Kt,"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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(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&&(ni(this),this.A.Ch=a,this.g("contextMenu",y,a))}}}),Kt.prototype.trigger=Kt.prototype.Jv,Kt.prototype.findBindingPanel=Kt.prototype.ih,Kt.prototype.findTemplateBinder=Kt.prototype.pz,Kt.prototype.setProperties=Kt.prototype.nm,Kt.prototype.apply=Kt.prototype.apply,Kt.prototype.attach=Kt.prototype.Du,Kt.prototype.set=Kt.prototype.set,Kt.prototype.isEnabledObject=Kt.prototype.If,Kt.prototype.isVisibleObject=Kt.prototype.Ed,Kt.prototype.isContainedBy=Kt.prototype.rg,Kt.prototype.getNearestIntersectionPoint=Kt.prototype.rs,Kt.prototype.getLocalPoint=Kt.prototype.qs,Kt.prototype.getDocumentScale=Kt.prototype.Df,Kt.prototype.getDocumentAngle=Kt.prototype.li,Kt.prototype.getDocumentBounds=Kt.prototype.mi,Kt.prototype.getDocumentPoint=Kt.prototype.ga,Kt.prototype.intersectsRect=Kt.prototype.Yc,Kt.prototype.containedInRect=Kt.prototype.fh,Kt.prototype.containsRect=Kt.prototype.Re,Kt.prototype.containsPoint=Kt.prototype.ca,Kt.prototype.raiseChanged=Kt.prototype.g,Kt.prototype.raiseChangedEvent=Kt.prototype.cb,Kt.prototype.addCopyProperty=Kt.prototype.Vw;var cg=null;Kt.className="GraphObject",cg=new Cn,qu("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=Na(Ne,Ne.Auto,{isActionable:!0,enabledChanged:function(x,b){if(x instanceof Ne){var E=x.fb("ButtonBorder");E!==null&&(E.fill=b?x._buttonFillNormal:x._buttonFillDisabled)}},cursor:"pointer",_buttonFillNormal:"#F5F5F5",_buttonStrokeNormal:"#BDBDBD",_buttonFillOver:"#E0E0E0",_buttonStrokeOver:"#9E9E9E",_buttonFillPressed:"#BDBDBD",_buttonStrokePressed:"#9E9E9E",_buttonFillDisabled:"#E5E5E5"},Na($n,{name:"ButtonBorder",figure:"RoundedRectangle",spot1:new Tn(0,0,2.76142374915397,2.761423749153969),spot2:new Tn(1,1,-2.76142374915397,-2.761423749153969),parameter1:2,parameter2:2,fill:"#F5F5F5",stroke:"#BDBDBD"}));return y.mouseEnter=function(x,b){if(b.If()&&b instanceof Ne&&(x=b.fb("ButtonBorder"),x instanceof $n)){var E=b._buttonFillOver;b._buttonFillNormal=x.fill,x.fill=E,E=b._buttonStrokeOver,b._buttonStrokeNormal=x.stroke,x.stroke=E}},y.mouseLeave=function(x,b){b.If()&&b instanceof Ne&&(x=b.fb("ButtonBorder"),x instanceof $n&&(x.fill=b._buttonFillNormal,x.stroke=b._buttonStrokeNormal))},y.actionDown=function(x,b){if(b.If()&&b instanceof Ne&&b._buttonFillPressed!==null&&x.button===0){var E=b.fb("ButtonBorder");if(E instanceof $n){x=x.diagram;var z=x.skipsUndoManager;x.skipsUndoManager=!0;var tt=b._buttonFillPressed;b._buttonFillOver=E.fill,E.fill=tt,tt=b._buttonStrokePressed,b._buttonStrokeOver=E.stroke,E.stroke=tt,x.skipsUndoManager=z}}},y.actionUp=function(x,b){if(b.If()&&b instanceof Ne&&b._buttonFillPressed!==null&&x.button===0){var E=b.fb("ButtonBorder");if(E instanceof $n){var z=x.diagram,tt=z.skipsUndoManager;z.skipsUndoManager=!0,a(x,b)?(E.fill=b._buttonFillOver,E.stroke=b._buttonStrokeOver):(E.fill=b._buttonFillNormal,E.stroke=b._buttonStrokeNormal),z.skipsUndoManager=tt}}},y.actionCancel=function(x,b){if(b.If()&&b instanceof Ne&&b._buttonFillPressed!==null){var E=b.fb("ButtonBorder");if(E instanceof $n){var z=x.diagram,tt=z.skipsUndoManager;z.skipsUndoManager=!0,a(x,b)?(E.fill=b._buttonFillOver,E.stroke=b._buttonStrokeOver):(E.fill=b._buttonFillNormal,E.stroke=b._buttonStrokeNormal),z.skipsUndoManager=tt}}},y.actionMove=function(x,b){if(b.If()&&b instanceof Ne&&b._buttonFillPressed!==null){var E=x.diagram;if(E.firstInput.button===0&&(E.currentTool.standardMouseOver(),a(x,b)&&(x=b.fb("ButtonBorder"),x instanceof $n))){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}),qu("TreeExpanderButton",function(){var a=Na("Button",{_treeExpandedFigure:"MinusLine",_treeCollapsedFigure:"PlusLine"},Na($n,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:to},new Ho("figure","isTreeExpanded",function(y,x){return x=x.panel,y?x._treeExpandedFigure:x._treeCollapsedFigure}).cp()),{visible:!1},new Ho("visible","isTreeLeaf",function(y){return!y}).cp());return a.click=function(y,x){if(x=x.part,x instanceof Pi&&(x=x.adornedPart),x instanceof Qe){var b=x.diagram;if(b!==null){if(b=b.commandHandler,x.isTreeExpanded){if(!b.canCollapseTree(x))return}else if(!b.canExpandTree(x))return;y.handled=!0,x.isTreeExpanded?b.collapseTree(x):b.expandTree(x)}}},a}),qu("SubGraphExpanderButton",function(){var a=Na("Button",{_subGraphExpandedFigure:"MinusLine",_subGraphCollapsedFigure:"PlusLine"},Na($n,{name:"ButtonIcon",figure:"MinusLine",stroke:"#424242",strokeWidth:2,desiredSize:to},new Ho("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 Pi&&(x=x.adornedPart),x instanceof Zn){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}),qu("ToolTip",function(){return Na(Pi,Ne.Auto,{isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new It(0,3),shadowBlur:5},Na($n,{name:"Border",figure:"RoundedRectangle",parameter1:1,parameter2:1,fill:"#F5F5F5",stroke:"#F0F0F0",spot1:new Tn(0,0,4,6),spot2:new Tn(1,1,-4,-4)}))}),qu("ContextMenu",function(){return Na(Pi,Ne.Vertical,{background:"#F5F5F5",isShadowed:!0,shadowColor:"rgba(0, 0, 0, .4)",shadowOffset:new It(0,3),shadowBlur:5},new Ho("background","",function(a){return a.adornedPart!==null&&a.placeholder!==null?null:"#F5F5F5"}))}),qu("ContextMenuButton",function(){var a=Na("Button");a.stretch=Pn;var y=a.fb("ButtonBorder");return y instanceof $n&&(y.figure="Rectangle",y.strokeWidth=0,y.spot1=new Tn(0,0,2,3),y.spot2=new Tn(1,1,-2,-2)),a}),qu("PanelExpanderButton",function(a){var y=am(a,"COLLAPSIBLE"),x=Na("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},Na($n,{name:"ButtonIcon",strokeWidth:2},new Ho("geometryString","visible",function(b){return b?x._buttonExpandedFigure:x._buttonCollapsedFigure}).cp(y)));return a=x.fb("ButtonBorder"),a instanceof $n&&(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}),qu("CheckBoxButton",function(a){var y=am(a);return a=Na("Button",{desiredSize:new Ge(14,14)},Na($n,{name:"ButtonIcon",geometryString:"M0 0 M0 8.85 L4.9 13.75 16.2 2.45 M16.2 16.2",strokeWidth:2,stretch:Te,geometryStretch:gn,visible:!1},y!==""?new Ho("visible",y).Kx():[])),a.click=function(x,b){if(b instanceof Ne){var E=x.diagram;if(!(E===null||E.isReadOnly||y!==""&&E.model.isReadOnly)){x.handled=!0;var z=b.fb("ButtonIcon");E.Ea("checkbox"),z.visible=!z.visible,typeof b._doClick=="function"&&b._doClick(x,b),E.eb("checkbox")}}},a}),qu("CheckBox",function(a){a=am(a),a=Na("CheckBoxButton",a,{name:"Button",isActionable:!1,margin:new li(0,1,0,0)});var y=Na(Ne,"Horizontal",a,{isActionable:!0,cursor:a.cursor,margin:new li(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}),Kt.None=Le=new ue(Kt,"None",0),Kt.Default=Xn=new ue(Kt,"Default",0),Kt.Vertical=An=new ue(Kt,"Vertical",4),Kt.Horizontal=Pn=new ue(Kt,"Horizontal",5),Kt.Fill=Te=new ue(Kt,"Fill",3),Kt.Uniform=gn=new ue(Kt,"Uniform",1),Kt.UniformToFill=fi=new ue(Kt,"UniformToFill",2),Kt.FlipVertical=ii=new ue(Kt,"FlipVertical",1),Kt.FlipHorizontal=vi=new ue(Kt,"FlipHorizontal",2),Kt.FlipBoth=Wi=new ue(Kt,"FlipBoth",3),Kt.make=Na,Kt.getBuilders=function(){var a=new Cn,y;for(y in cg)if(y!==y.toLowerCase()){var x=cg.I(y);typeof x=="function"&&a.add(y,x)}return a.freeze(),a},Kt.defineBuilder=qu,Kt.build=function(a,y,x){for(var b=[],E=2;Ea&&(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)}},Fd.className="STransform";function Pf(a){this.type=a,this.r2=this.y2=this.x2=this.r1=this.y1=this.x1=0,this.gx=[],this.pattern=null}Pf.prototype.addColorStop=function(a,y){this.gx.push({offset:a,color:y})},Pf.className="SGradient";function Bl(a,y,x){this.ownerDocument=a=y===void 0?ke.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 ta(this,x)}Bl.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},Bl.prototype.Ud=function(a,y,x){if(a=this.ownerDocument.createElementNS(this.cA,a),ce(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},Bl.prototype.getBoundingClientRect=function(){return this.Oa.getBoundingClientRect()},Bl.prototype.focus=function(){this.Oa.focus()},Bl.prototype.mx=function(){this.ownerDocument=null},Ye.Object.defineProperties(Bl.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}}}),Bl.className="SVGSurface";function ta(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 Fd,this.j=lm(this),this.Nj=lm(this,"gojs-diagram"),this.Hl=this.ti=null;var x=To++,b=this.Ud("clipPath",{id:"mainClip"+x});b.appendChild(this.Ud("rect",{x:0,y:0,width:a.width,height:a.height})),this.ww=b,this.svg.appendChild(this.j),this.j.appendChild(this.Nj),this.svg.appendChild(b),this.j.setAttributeNS(null,"clip-path","url(#mainClip"+x+")"),this.eA={},this.isTemporary=!!y,this.filter="",this.bk=null}function Ky(a,y,x,b,E,z,tt){a.Nj===void 0?zc(a,y,x,b,E,z,tt):a.Nj.setAttribute("transform","matrix("+y+", "+x+", "+b+", "+E+", "+z+", "+tt+")")}Ct=ta.prototype,Ct.arc=function(a,y,x,b,E,z,tt,ot){var rt=2*Math.PI,at=rt-1e-6,ut=x*Math.cos(b),ft=x*Math.sin(b),mt=a+ut,yt=y+ft,St=z?0:1;b=z?b-E:E-b,(1e-6b&&(b=b%rt+rt),b>at?(this.path.push(["A",x,x,0,1,St,a-ut,y-ft]),this.path.push(["A",x,x,0,1,St,mt,yt])):1e-6=Math.PI),St,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 Pf("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"+To++,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(Td,E)),this.svg.appendChild(a),x[y]=b,"url(#"+b+")"},Ct.createRadialGradient=function(a,y,x,b,E,z){var tt=new Pf("radial");return tt.x1=a,tt.y1=y,tt.r1=x,tt.x2=b,tt.y2=E,tt.r2=z,tt};function Xy(a,y,x,b,E,z,tt,ot,rt){b=ot/b,E=rt/E,z===0&&tt===0||a.rb.translate(z,tt),b===1&&E===1||a.rb.scale(b,E),y===0&&x===0||a.rb.translate(-y,-x)}Ct.drawImage=function(a,y,x,b,E,z,tt,ot,rt){var at="";a instanceof HTMLCanvasElement&&(at=a.toDataURL()),a instanceof HTMLImageElement&&(at=a.getAttribute("src"));var ut=a instanceof HTMLImageElement?a.naturalWidth:a.width;a=a instanceof HTMLImageElement?a.naturalHeight:a.height,b===void 0&&(z=y,tt=x,ot=b=ut,rt=E=a),b=b||0,E=E||0,ot=ot||0,rt=rt||0,Xy(this,y,x,b,E,z||0,tt||0,ot,rt),z={x:0,y:0,width:ut||b,height:a||E,href:at},Xt.$(b,ot)&&Xt.$(E,rt)?at.toLowerCase().indexOf(".svg")===-1&&at.toLowerCase().indexOf("data:image/svg")===-1&&(z.preserveAspectRatio="xMidYMid slice"):z.preserveAspectRatio="none",(y!==0||x!==0||b!==ut||E!==a)&&(b+=y,E+=x,z["clip-path"]="path('M "+y+","+x+" L "+b+" "+x+" L "+b+" "+E+" L "+y+" "+E+" z')"),pg(this,Td,z,this.rb),this.addElement(Td,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]},pg(this,"fill",a,this.rb),this.addElement("rect",a)},Ct.ox=function(a,y,x,b){a={x:a,y,width:x,height:b},pg(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},pg(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;yut.offset?1:-1}),E=0;Ex?(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(){},Ye.Object.defineProperties(Ed.prototype,{fillStyle:{get:function(){return this.Z.fillStyle},set:function(a){this.ct!==a&&(this.ct=this.Z.fillStyle=a)}},font:{get:function(){return this.Z.font},set:function(a){this.dt!==a&&(this.dt=this.Z.font=a)}},globalAlpha:{get:function(){return this.Z.globalAlpha},set:function(a){this.Z.globalAlpha=a}},lineCap:{get:function(){return this.Z.lineCap},set:function(a){this.Z.lineCap=a}},lineDashOffset:{get:function(){return this.Z.lineDashOffset},set:function(a){this.Z.lineDashOffset=a}},lineJoin:{get:function(){return this.Z.lineJoin},set:function(a){this.Z.lineJoin=a}},lineWidth:{get:function(){return this.Z.lineWidth},set:function(a){this.Z.lineWidth=a}},miterLimit:{get:function(){return this.Z.miterLimit},set:function(a){this.Z.miterLimit=a}},shadowBlur:{get:function(){return this.Z.shadowBlur},set:function(a){this.Z.shadowBlur=a}},shadowColor:{get:function(){return this.Z.shadowColor},set:function(a){this.Z.shadowColor=a}},shadowOffsetX:{get:function(){return this.Z.shadowOffsetX},set:function(a){this.Z.shadowOffsetX=a}},shadowOffsetY:{get:function(){return this.Z.shadowOffsetY},set:function(a){this.Z.shadowOffsetY=a}},strokeStyle:{get:function(){return this.Z.strokeStyle},set:function(a){this.et!==a&&(this.et=this.Z.strokeStyle=a)}},textAlign:{get:function(){return this.Z.textAlign},set:function(a){this.Z.textAlign=a}},imageSmoothingEnabled:{get:function(){return this.Z.imageSmoothingEnabled},set:function(a){this.Z.imageSmoothingEnabled=a}},filter:{get:function(){return this.Z.filter},set:function(a){this.Z.filter=a===""?"none":a}},clipInsteadOfFill:{get:function(){return this.Hm},set:function(a){this.Hm=a}}});var mx=Object.freeze([]);Ed.className="CanvasSurfaceContext";function jc(){this.F=this.o=this.u=this.j=0}jc.className="ColorNumbers";function Bi(a,y){Sg||(hv(),Sg=!0),Oi(this),this._isFrozen=!1,a===void 0?(this.na=th,this.xk="black"):typeof a=="string"?(this.na=th,this.xk=a):(this.na=a,this.xk="black"),a=this.na,a===xu?(this.Qd=Ai,this.Lk=Br):this.Lk=a===Fa?this.Qd=ri:this.Qd=di,this.Gr=0,this.Xp=NaN,this.xe=this.cr=this.we=null,this.ft=this.yk=0,y&&Object.assign(this,y)}Bi.prototype.copy=function(){var a=new Bi;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=Bi.prototype,Ct.freeze=function(){return this._isFrozen=!0,this.we!==null&&this.we.freeze(),this},Ct.ka=function(){return Object.isFrozen(this)&&Vt("cannot thaw constant: "+this),this._isFrozen=!1,this.we!==null&&this.we.ka(),this},Ct.qb=function(a){a.classType===Bi&&(this.type=a)},Ct.toString=function(){var a="Brush(";if(this.type===th)a+=this.color;else if(a=this.type===xu?a+"Linear ":this.type===Fa?a+"Radial ":this.type===xg?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&&re(this),(typeof a!="number"||!isFinite(a)||1a)&&nn(a,"0 <= loc <= 1",Bi,"addColorStop:loc"),this.we===null&&(this.we=new Cn),this.we.add(a,y),this.na===th&&(this.type=xu),this.xe=null,this},Ct.Vz=function(a,y){if(this._isFrozen&&re(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?Pg:y,this.type===th)Su(this.color),this.color=vg(a,y);else if((this.type===xu||this.type===Fa)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)Su(x.value),this.addColorStop(x.key,vg(a,y));return this};function qy(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?Pg:x,Su(a),vg(y,x)}Ct.Wy=function(a,y){if(this._isFrozen&&re(this),a=a===void 0||typeof a!="number"?.2:a,y=y===void 0?Pg:y,this.type===th)Su(this.color),this.color=vg(-a,y);else if((this.type===xu||this.type===Fa)&&this.colorStops!==null)for(var x=this.colorStops.iterator;x.next();)Su(x.value),this.addColorStop(x.key,vg(-a,y));return this};function tS(a,y,x){return y=y===void 0||typeof y!="number"?.2:y,x=x===void 0?Pg:x,Su(a),vg(-y,x)}function rv(a,y,x){Su(a),a=eo.j;var b=eo.u,E=eo.o,z=eo.F;return Su(y),x===void 0&&(x=.5),"rgba("+Math.round((eo.j-a)*x+a)+", "+Math.round((eo.u-b)*x+b)+", "+Math.round((eo.o-E)*x+E)+", "+Math.round((eo.F-z)*x+z)+")"}Ct.Gx=function(){if(this.type===th)return mg(this.color);if((this.type===xu||this.type===Fa)&&this.colorStops!==null){var a=this.colorStops;if(this.type===Fa)return mg(a.first().value);if(a.get(.5)!==null)return mg(a.get(.5));if(a.count===2)return a=a.Fa(),mg(rv(a[0].value,a[1].value));for(var y=a.iterator,x=-1,b=-1,E=1,z=1;y.next();){var tt=y.key,ot=Math.abs(.5-y.key);E>z&&ot=E&&otb&&(z=x,x=b,b=z,z=E),E=b-x,mg(rv(a.get(x),a.get(b),1-z/E))}return!1};function mg(a){return a?a instanceof Bi?a.Gx():(Su(a),128>(299*eo.j+587*eo.u+114*eo.o)/1e3):!1}function vg(a,y){switch(y){case Pg:y=100*av(eo.j);var x=100*av(eo.u),b=100*av(eo.o);return ys.j=.4124564*y+.3575761*x+.1804375*b,ys.u=.2126729*y+.7151522*x+.072175*b,ys.o=.0193339*y+.119192*x+.9503041*b,ys.F=eo.F,y=uv(ys.j/yg[0]),x=uv(ys.u/yg[1]),b=uv(ys.o/yg[2]),Jl.j=116*x-16,Jl.u=500*(y-x),Jl.o=200*(x-b),Jl.F=ys.F,Jl.j=Math.min(100,Math.max(0,Jl.j+100*a)),a=(Jl.j+16)/116,y=a-Jl.o/200,ys.j=yg[0]*eS(Jl.u/500+a),ys.u=yg[1]*(Jl.j>hm*dv?Math.pow(a,3):Jl.j/hm),ys.o=yg[2]*eS(y),ys.F=Jl.F,a=-.969266*ys.j+1.8760108*ys.u+.041556*ys.o,y=.0556434*ys.j+-.2040259*ys.u+1.0572252*ys.o,eo.j=255*lv((3.2404542*ys.j+-1.5371385*ys.u+-.4985314*ys.o)/100),eo.u=255*lv(a/100),eo.o=255*lv(y/100),eo.F=ys.F,eo.j=Math.round(eo.j),255eo.j&&(eo.j=0),eo.u=Math.round(eo.u),255eo.u&&(eo.u=0),eo.o=Math.round(eo.o),255eo.o&&(eo.o=0),"rgba("+eo.j+", "+eo.u+", "+eo.o+", "+eo.F+")";case nS:return sv(),pa.o=Math.min(100,Math.max(0,pa.o+100*a)),"hsla("+pa.j+", "+pa.u+"%, "+pa.o+"%, "+pa.F+")";default:Vt("Unknown color space: "+y)}}function Su(a){Sg||(hv(),Sg=!0);var y=fv;if(y!==null){y.clearRect(0,0,1,1),y.fillStyle="#000000";var x=y.fillStyle;y.fillStyle=a,y.fillStyle!==x?(y.fillRect(0,0,1,1),a=y.getImageData(0,0,1,1).data,eo.j=a[0],eo.u=a[1],eo.o=a[2],eo.F=a[3]/255):(y.fillStyle="#FFFFFF",y.fillStyle=a,eo.j=0,eo.u=0,eo.o=0,eo.F=1)}}function sv(){var a=eo.j/255,y=eo.u/255,x=eo.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))}pa.j=Math.round(tt),pa.u=Math.round(100*a),pa.o=Math.round(100*E),pa.F=eo.F}function av(a){return a/=255,.04045>=a?a/12.92:Math.pow((a+.055)/1.055,2.4)}function lv(a){return .0031308>=a?12.92*a:1.055*Math.pow(a,1/2.4)-.055}function uv(a){return a>dv?Math.pow(a,1/3):(hm*a+16)/116}function eS(a){var y=a*a*a;return y>dv?y:(116*a-16)/hm}function wf(a,y){typeof a!="string"&&(a instanceof Bi||Vt("Value for "+y+" must be a color string or a Brush, not "+a))}function hv(){fv=No?new Va(null,void 0,{willReadFrequently:!0}).context:null}Ye.Object.defineProperties(Bi.prototype,{type:{get:function(){return this.na},set:function(a){this._isFrozen&&re(this,a),this.na=a,this.start.Mc()&&(a===xu?this.start=Ai:a===Fa&&(this.start=ri)),this.end.Mc()&&(a===xu?this.end=Br:a===Fa&&(this.end=ri)),this.xe=null}},color:{get:function(){return this.xk},set:function(a){this._isFrozen&&re(this,a),this.xk=a,this.xe=null}},start:{get:function(){return this.Qd},set:function(a){this._isFrozen&&re(this,a),this.Qd=a.J(),this.xe=null}},end:{get:function(){return this.Lk},set:function(a){this._isFrozen&&re(this,a),this.Lk=a.J(),this.xe=null}},startRadius:{get:function(){return this.Gr},set:function(a){this._isFrozen&&re(this,a),0>a&&nn(a,">= zero",Bi,"startRadius"),this.Gr=a,this.xe=null}},endRadius:{get:function(){return this.Xp},set:function(a){this._isFrozen&&re(this,a),0>a&&nn(a,">= zero",Bi,"endRadius"),this.Xp=a,this.xe=null}},colorStops:{get:function(){return this.we},set:function(a){this._isFrozen&&re(this,a),this.we=a,this.xe=null}},pattern:{get:function(){return this.cr},set:function(a){this._isFrozen&&re(this,a),this.cr=a,this.xe=null}}}),Bi.prototype.isDark=Bi.prototype.Gx,Bi.prototype.darkenBy=Bi.prototype.Wy,Bi.prototype.lightenBy=Bi.prototype.Vz,Bi.prototype.addColorStop=Bi.prototype.addColorStop;var dv=216/24389,hm=24389/27,yg=[95.047,100,108.883],fv=null,eo=new jc,pa=new jc,ys=new jc,Jl=new jc,Sg=!1;Bi.className="Brush";var th;Bi.Solid=th=new ue(Bi,"Solid",0);var xu;Bi.Linear=xu=new ue(Bi,"Linear",1);var Fa;Bi.Radial=Fa=new ue(Bi,"Radial",2);var xg;Bi.Pattern=xg=new ue(Bi,"Pattern",4);var Pg;Bi.Lab=Pg=new ue(Bi,"Lab",5);var nS;Bi.HSL=nS=new ue(Bi,"HSL",6),Bi.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},Bi.isValidColor=function(a){if(a==="black")return!0;if(a==="")return!1;Sg||(hv(),Sg=!0);var y=fv;if(y===null)return!0;y.fillStyle="#000000";var x=y.fillStyle;return y.fillStyle=a,y.fillStyle!==x?!0:(y.fillStyle="#FFFFFF",x=y.fillStyle,y.fillStyle=a,y.fillStyle!==x)},Bi.lighten=function(a){return qy(a)},Bi.lightenBy=qy,Bi.darken=function(a){return tS(a)},Bi.darkenBy=tS,Bi.mix=rv,Bi.isDark=mg;function ir(){this.xa="Base"}ir.prototype.measure=function(){},ir.prototype.Yz=function(a,y,x,b,E){a.measure(y,x,b,E)},ir.prototype.arrange=function(){},ir.prototype.Ly=function(a,y,x,b,E,z){a.arrange(y,x,b,E,z)},ir.prototype.iA=function(a){a.Uj()},ir.prototype.gc=function(){},Ye.Object.defineProperties(ir.prototype,{name:{get:function(){return this.xa},set:function(a){this.xa=a}},classType:{get:function(){return Ne}}}),ir.prototype.remeasureObject=ir.prototype.iA,ir.prototype.arrangeElement=ir.prototype.Ly,ir.prototype.measureElement=ir.prototype.Yz,ir.className="PanelLayout";function dm(){this.xa="Base"}Se(dm,ir),dm.prototype.measure=function(a,y,x,b,E,z,tt){var ot=b.length;a=Pu(a);for(var rt=0;rtln&&(gr=Math.max(ln-qh,0));var j0=Ce.oa===0;Ce.oc=Ce.oc+gr,Ce.actual=Ce.oa+gr,ln=Math.max(ln-(gr+(j0?qh:0)),0)}if(_s.columnSpan===1&&(ls===Le||ls===An)){Ce=a.Eb(as);var Tp=Ce.Wc();gr=Math.max(Gd-Ce.actual,0),gr+Tp>Ze&&(gr=Math.max(Ze-Tp,0));var Gy=Ce.oa===0;Ce.oc=Ce.oc+gr,Ce.actual=Ce.oa+gr,Ze=Math.max(Ze-(gr+(Gy?Tp:0)),0)}$h&&_s.Uj()}}}}}sn(jt);var ru=0,Lu=0;z=a.columnCount;for(var Of=0;Of=a.rowCount);ph++)Ce=a.Fb(Do.row+ph),gr=0,gr=ls===Te||ls===An?Math.max(Ce.minimum,Ll[Do.row+ph]===0?Ce.maximum:Math.min(Ll[Do.row+ph],Ce.maximum)):Math.max(Ce.minimum,isNaN(Ce.Hc)?Ce.maximum:Math.min(Ce.Hc,Ce.maximum)),Tu.height+=gr,sa+=Ce.minimum;for(var Xa=1;Xa=a.columnCount);Xa++)Ce=a.Eb(Do.column+Xa),gr=0,gr=ls===Te||ls===Pn?Math.max(Ce.minimum,Oa[Do.column+Xa]===0?Ce.maximum:Math.min(Oa[Do.column+Xa],Ce.maximum)):Math.max(Ce.minimum,isNaN(Ce.Hc)?Ce.maximum:Math.min(Ce.Hc,Ce.maximum)),Tu.width+=gr,V0+=Ce.minimum;Nr.width+=Tu.width,Nr.height+=Tu.height;var Qg=Do.margin,od=Qg.right+Qg.left,Np=Qg.top+Qg.bottom;Do.measure(Nr.width,Nr.height,V0,sa);for(var $g=Do.measuredBounds,jl=Math.max($g.width+od,0),_d=Math.max($g.height+Np,0),rd=0,qg=0;qg=a.rowCount);qg++)Ce=a.Fb(Do.row+qg),rd+=Ce.total||0;if(rd<_d){var mh=_d-rd,au=_d-rd;if(Do.spanAllocation!==null)for(var vh=Do.spanAllocation,bu=0;bu=mh)&&!(Do.row+bu>=a.rowCount);bu++){Ce=a.Fb(Do.row+bu);var yh=Ce.oa||0,Ud=vh(Do,Ce,au);Ce.actual=Math.min(Ce.maximum,yh+Ud),Ce.oa!==yh&&(mh-=Ce.oa-yh)}for(;0kl&&(Ce.actual=Math.min(Ce.maximum,kl+mh),Ce.oa!==kl&&(mh-=Ce.oa-kl)),Ce.index===0)break;Ce=a.Fb(Ce.index-1)}}for(var zf=0,Sh=0;Sh=a.columnCount);Sh++)Ce=a.Eb(Do.column+Sh),zf+=Ce.total||0;if(zf=jf)&&!(Do.column+Yd>=a.columnCount);Yd++){Ce=a.Eb(Do.column+Yd);var Fp=Ce.oa||0,Vy=Nu(Do,Ce,Wy);Ce.actual=Math.min(Ce.maximum,Fp+Vy),Ce.oa!==Fp&&(jf-=Ce.oa-Fp)}for(;0_0&&(Ce.actual=Math.min(Ce.maximum,_0+jf),Ce.oa!==_0&&(jf-=Ce.oa-_0)),Ce.index===0)break;Ce=a.Eb(Ce.index-1)}}}}sn(Gt),Ge.free(Tu),Ge.free(Nr),Ll!==void 0&&sn(Ll),Oa!==void 0&&sn(Oa);var Gf=0,Hf=0,U0=a.desiredSize,cx=a.maxSize;ls=Bs(a,!0);var Ep=Lu=ru=0,Ap=0;z=a.columnCount;for(var Y0=0;Y0=a.rowCount);Ce++){var Yn=a.Fb(jt+Ce);Yn.oa!==0&&(Nt.height+=Yn.total)}for(Ce=1;Ce=a.columnCount);Ce++)Yn=a.Eb(_t+Ce),Yn.oa!==0&&(Nt.width+=Yn.total);var zn=Zt.oa+Nt.width,Mi=Gt.oa+Nt.height;Ce=ot,Yn=rt;var Xi=zn,fr=Mi,mr=ot,ss=rt,gr=zn,dh=Mi;ot+zn>x.width&&(gr=Math.max(x.width-ot,0)),rt+Mi>x.height&&(dh=Math.max(x.height-rt,0));var Wo=on.alignment;if(Wo.Xb()){Wo=a.defaultAlignment,Wo.sb()||(Wo=ri);var Pl=Wo.x,as=Wo.y,fh=Wo.offsetX;Wo=Wo.offsetY;var ya=Zt.alignment,Za=Gt.alignment;ya.sb()&&(Pl=ya.x,fh=ya.offsetX),Za.sb()&&(as=Za.y,Wo=Za.offsetY)}else Pl=Wo.x,as=Wo.y,fh=Wo.offsetX,Wo=Wo.offsetY;(isNaN(Pl)||isNaN(as))&&(as=Pl=.5,Wo=fh=0),ya=Oe.width,Za=Oe.height;var ia=on.margin,_s=ia.left+ia.right,$h=ia.top+ia.bottom,wl=ml(on,Gt,Zt,!1);!isNaN(on.desiredSize.width)||wl!==Te&&wl!==Pn||(ya=Math.max(zn-_s,0)),!isNaN(on.desiredSize.height)||wl!==Te&&wl!==An||(Za=Math.max(Mi-$h,0)),zn=on.maxSize,Mi=on.minSize,ya=Math.min(zn.width,ya),Za=Math.min(zn.height,Za),ya=Math.max(Mi.width,ya),Za=Math.max(Mi.height,Za),zn=Za+$h,Ce+=Xi*Pl-(ya+_s)*Pl+fh+ia.left,Yn+=fr*as-zn*as+Wo+ia.top,on.visible&&(Sr(mr,ss,gr,dh,Ce,Yn,Oe.width,Oe.height)?on.arrange(Ce,Yn,ya,Za):on.arrange(Ce,Yn,ya,Za,new pe(mr,ss,gr,dh)))}}}for(Ge.free(Nt),a=0;a=x&&(x=1);var b=a.gridCellSize,E=b.width;b=b.height;var z=a.naturalBounds,tt=a.actualBounds,ot=z.width,rt=z.height,at=Math.ceil(ot/E),ut=Math.ceil(rt/b),ft=a.gridOrigin,mt=ft.x;ft=ft.y,y.save(),y.beginPath(),y.rect(0,0,ot,rt),y.clip(),y.Se();for(var yt=[],St=a.O.s,kt=St.length,Dt=0;DtGt)){Nt=pv(Nt.figure);for(var _t=0;_tGt&&jt.push(Zt))}}}}for(St=a.O.s,kt=St.length,Dt=0;DtE*Nt*x))){if(Gt=ie.segmentIndex,(!isFinite(Gt)||isNaN(Gt))&&(Gt=0),0>Gt&&(Gt=Nt-Math.min(-Gt,Nt)),Gt=Math.round(Gt%Nt),Nt=ie.opacity,_t=1,Nt!==1){if(Nt===0)continue;_t=y.globalAlpha,y.globalAlpha=_t*Nt}Zt=yt[Dt];var Ze=!1,ln=ie.strokeDashArray;if(ln!==null&&(Ze=!0,y.js(ln,ie.strokeDashOffset)),ie.figure==="LineV"&&ie.stroke!==null&&0y)return a%y===x;if(a%y!==x)return!1;y=b.length;for(var E=0;Eft)jt.measure(1/0,1/0,0,0),Gt=jt.measuredBounds,x.ed(Gt),yt.push(Gt);else{var _t=jt.segmentIndex,Zt=jt.segmentFraction,ie=jt.alignmentFocus;ie.Mc()&&(ie=ri);var Ze=jt.segmentOrientation,ln=jt.segmentOffset;if(isNaN(_t)){var on=rt.ua;Gt=hn(),on.Qu(Zt,Gt);var Oe=It.allocAt(Gt[0],Gt[1]);if(Oe.add(rt.i(0)),on.type===Re.j?Oe.offset(-on.startX,-on.startY):(on=on.figures.first(),on!==null&&Oe.offset(-on.startX,-on.startY)),on=Gt[2],Ze!==xs){var Ce=rt.computeAngle(jt,Ze,on);jt.Kb=Ce}Ce=Oe.x-y.x;var Yn=Oe.y-y.y;It.free(Oe),sn(Gt)}else if(_t<-ft||_t>=ft)Gt=It.alloc(),rt.vg(),rt.computeMidPoint(Gt),on=rt.midAngle,Ze!==xs&&(Ce=rt.computeAngle(jt,Ze,on),jt.Kb=Ce),Ce=Gt.x-y.x,Yn=Gt.y-y.y,It.free(Gt);else{if(Ce=0,0<=_t?(Yn=ut.M(_t),Gt=_tzn+10?0<=_t?on.ab(Yn):Yn.ab(on):zn>Oe+10?0<=_t?Gt.ab(Ce):Ce.ab(Gt):0<=_t?on.ab(Ce):Ce.ab(on)}else on=0<=_t?Yn.ab(Gt):Gt.ab(Yn);Ze!==xs&&(Ce=rt.computeAngle(jt,Ze,on),jt.Kb=Ce),Ce=Yn.x+(Gt.x-Yn.x)*Zt-y.x,Yn=Yn.y+(Gt.y-Yn.y)*Zt-y.y}jt.measure(1/0,1/0,0,0),Gt=jt.measuredBounds,Oe=jt.naturalBounds;var Mi=0;jt instanceof $n&&(Mi=jt.strokeWidth),zn=Oe.width+Mi;var Xi=Oe.height+Mi;St.reset(),St.translate(-Gt.x,-Gt.y),St.scale(jt.scale,jt.scale),St.rotate(Ze===xs?jt.angle:on,zn/2,Xi/2),Ze!==qc&&Ze!==ep||St.rotate(90,zn/2,Xi/2),Ze!==tp&&Ze!==np||St.rotate(-90,zn/2,Xi/2),Ze===Qm&&(45on||225on)&&St.rotate(-on,zn/2,Xi/2),Oe=new pe(0,0,zn,Xi),kt.xi(Oe,ie),St.Ga(kt),ie=-kt.x+Mi/2*jt.scale,jt=-kt.y+Mi/2*jt.scale,Dt.assign(ln),Mi=isNaN(ln.x);var fr=isNaN(ln.y);if(Mi||fr){zn=zn/2+3,Xi=Xi/2+3;var mr=45<=on&&135>=on,ss=225<=on&&315>=on;Ze===xs&&(mr||ss)?(Dt.x=fr?zn:ln.y,Dt.y=Mi?Xi:ln.x,mr?0<=_t||isNaN(_t)&&.5>Zt||!Mi||(Dt.y=-Xi):ss&&((0<=_t||isNaN(_t)&&.5>Zt)&&Mi&&(Dt.y=-Xi),fr&&(Dt.x=-zn))):(Mi&&(Dt.x=0<=_t||isNaN(_t)&&.5>Zt?zn:-zn),fr&&(Dt.y=-Xi),Dt.rotate(on))}else Dt.rotate(on);Ce+=Dt.x,Yn+=Dt.y,Oe.set(Gt),Oe.h(Ce+ie,Yn+jt,Gt.width,Gt.height),yt.push(Oe),x.ed(Oe)}}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),qr(E,x.width||0,x.height||0),Un.free(St),It.free(kt),It.free(Dt)}}}},Pm.prototype.arrange=function(a,y){var x=y.length;if(a instanceof Pi||a instanceof ze){var b=a,E=null;a instanceof Pi&&(E=a,b=E.adornedPart);var z=a instanceof Pi?null:b.path,tt=a.j;if(tt.length!==0){var ot=0;if(z!==null&&ot=x)St=It.alloc(),yt=ft,Dt=St,yt.vg(),yt.computeMidPoint(Dt),yt=ft.midAngle,at!==xs&&(ft=ft.computeAngle(tt,at,yt),tt.angle=ft),ft=St.x,Dt=St.y,It.free(St);else{if(kt=0,0<=ot?(St=y.s[ot],Dt=otjt+10?0<=ot?yt.ab(St):St.ab(yt):jt>Nt+10?0<=ot?Dt.ab(kt):kt.ab(Dt):0<=ot?yt.ab(kt):kt.ab(yt)}else yt=0<=ot?St.ab(Dt):Dt.ab(St);at!==xs&&(ft=ft.computeAngle(tt,at,yt),tt.angle=ft),ft=St.x+(Dt.x-St.x)*rt,Dt=St.y+(Dt.y-St.y)*rt}if(mt.ys())tt.location=new It(ft,Dt);else{mt.Mc()&&(mt=ri),St=Un.alloc(),St.reset(),St.scale(tt.scale,tt.scale),St.rotate(tt.angle,0,0);var Gt=tt.naturalBounds;kt=pe.allocAt(0,0,Gt.width,Gt.height),Nt=It.alloc(),Nt.xi(kt,mt),St.Ga(Nt),mt=-Nt.x,jt=-Nt.y;var _t=Gt.width,Zt=Gt.height;Gt=It.alloc(),Gt.assign(ut);var ie=isNaN(ut.x),Ze=isNaN(ut.y);if(ie||Ze){_t=_t/2+3,Zt=Zt/2+3;var ln=45<=yt&&135>=yt,on=225<=yt&&315>=yt;at===xs&&(ln||on)?(Gt.x=Ze?_t:ut.y,Gt.y=ie?Zt:ut.x,ln?0<=ot||isNaN(ot)&&.5>rt||!ie||(Gt.y=-Zt):on&&((0<=ot||isNaN(ot)&&.5>rt)&&ie&&(Gt.y=-Zt),Ze&&(Gt.x=-_t))):(ie&&(Gt.x=0<=ot||isNaN(ot)&&.5>rt?_t:-_t),Ze&&(Gt.y=-Zt),Gt.rotate(yt))}else Gt.rotate(yt);ft+=Gt.x,Dt+=Gt.y,St.pp(kt),mt+=kt.x,jt+=kt.y,ot=It.allocAt(ft+mt,Dt+jt),tt.move(ot),It.free(ot),It.free(Gt),It.free(Nt),pe.free(kt),Un.free(St)}}E!==null?E.Ul(!1):b.Ul(!1),b=AS(a),a.location.h(a.position.x+b.x,a.position.y+b.y),It.free(b)}};function iS(a,y,x,b){if(ca(b)!==!1){var E=b.strokeWidth;E===0&&a instanceof Pi&&a.type===Ne.Link&&a.adornedObject instanceof $n&&(E=a.adornedObject.strokeWidth),E*=b.Ca,a instanceof ze&&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 Pi&&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),Jo(b,!1)}}function Hc(){this.xa="Base"}Se(Hc,ir),Hc.prototype.measure=function(a,y,x,b,E,z,tt){var ot=a.Pb();a.graduatedBounds=[];var rt=ot.margin,at=rt.right+rt.left,ut=rt.top+rt.bottom;ot.measure(y,x,z,tt);var ft=ot.measuredBounds,mt=new pe(-rt.left,-rt.top,Math.max(ft.width+at,0),Math.max(ft.height+ut,0));a.graduatedBounds.push(mt),E.assign(mt);for(var yt=ot.geometry,St=ot.strokeWidth,kt=yt.flattenedSegments,Dt=yt.flattenedLengths,Nt=yt.flattenedTotalLength,jt=kt.length,Gt=0,_t=0,Zt=hn(),ie=0;iezn&&(zn+=360),ln.push(zn)}Gt=Ce,_t=Yn}Zt.push(ln)}if(a.graduatedIntervals===null){for(var Mi=[],Xi=a.O.s,fr=Xi.length,mr=0;mrdh)){for(var Wo=0;Wodh&&gr.push(as)}}}}}a.graduatedIntervals=Mi}var fh=a.graduatedIntervals,ya=a.O.s,Za=ya.length,ia=0,_s=0,$h=Nt;a.graduatedMarks=[];for(var wl,_g=0;_gMp*ls*Nt/a.graduatedRange&&oa.graduatedSkip===null)){var Df=Dt[0][0],Il=0,Us=0;_s=Nt*oa.graduatedStart-1e-4,$h=Nt*oa.graduatedEnd+1e-4;var Gd=Mp*ls,ra=a.graduatedTickBase;if(raa.graduatedMin+Gd&&(ra-=Math.floor((ra-a.graduatedMin)/Gd)*Gd);for(var j0=fh[_g],Tp=ra,Gy=1e-6*a.graduatedMax,ru=1;ra<=a.graduatedMax+Gy;ru++){t:{for(var Lu=j0.length,Of=0;Of-Ug){var ed=!1;break t}}ed=!0}if(ed&&(ra>a.graduatedMax&&(ra=a.graduatedMax),oa.graduatedSkip===null||oa instanceof Qi&&!oa.graduatedSkip(ra,oa)||oa instanceof $n&&!oa.graduatedSkip(ra,oa))&&(ia=(ra-a.graduatedMin)*Nt/a.graduatedRange,ia>Nt&&(ia=Nt),_s<=ia&&ia<=$h)){for(var su=Zt[Il][Us],gh=Dt[Il][Us];IlDf&&Usku&&.4995ku?0ku||.9995If){var Zg=1-Math.abs(.5-ku);su=(Cl*Zg+zl*(1-Zg))%360;break t}}}su=Cl}if(oa instanceof Qi){var hl="";oa.graduatedFunction!==null?(hl=oa.graduatedFunction(ra,oa),hl=hl!=null?hl.toString():""):hl=(+ra.toFixed(2)).toString(),hl!==""&&wl.push({$l:Yg,angle:su,text:hl})}else wl.push({$l:Yg,angle:su})}ra=Tp+ru*Gd}}}a.graduatedMarks.push(wl)}sn(Zt);var Nr=a.graduatedMarks;if(Nr!==null)for(var bp=b.length,ks=0;ksdl;dl++){switch(dl){case 0:Zs.h(Tu,Ll);break;case 1:Zs.h(Tu+Kg,Ll);break;case 2:Zs.h(Tu,Ll+Vd);break;case 3:Zs.h(Tu+Kg,Ll+Vd)}Zs.rotate(Do+Vo.angle),Zs.offset(W0,Jg),Xg===0&&dl===0?Oa.h(Zs.x,Zs.y,0,0):Oa.Ye(Zs),Zs.offset(-W0,-Jg),Zs.rotate(-Do-Vo.angle)}It.free(Zs),Mu.graduatedBounds!==null&&Mu.graduatedBounds.push(Oa),fo(ch,Oa.x,Oa.y,Oa.width,Oa.height)}else if(Vo instanceof Qi){var Ka=a,V0=E;Ka.temporaryTextBlock===null&&(Ka.temporaryTextBlock=new Qi);var sa=Ka.temporaryTextBlock;yS(sa,Vo);var ph=Vo.alignmentFocus;ph.Mc()&&(ph=Ai);for(var Xa=Vo.segmentOrientation,Qg=Vo.segmentOffset,od=new pe,Np=0,$g=0,jl=0,_d=0,rd=0,qg=Ms.length,mh=0;mhjl||225jl)&&kl.rotate(-jl,yh/2,Ud/2);var zf=pe.allocAt(0,0,yh,Ud),Sh=It.alloc();Sh.xi(zf,ph),kl.Ga(Sh);var jf=-Sh.x,Wy=-Sh.y,Nu=It.alloc();Nu.assign(Qg),isNaN(Nu.x)&&(Nu.x=yh/2+3),isNaN(Nu.y)&&(Nu.y=-(Ud/2+3)),Nu.rotate(jl),Np+=Nu.x+jf,$g+=Nu.y+Wy;var Yd=new pe(Np,$g,vh.width,vh.height),Fp=new pe(vh.x,vh.y,vh.width,vh.height),Vy=new pe(bu.x,bu.y,bu.width,bu.height);au.Sz=_d,au.lineCount=sa.lineCount,au.lines=[sa.Cb,sa.Ih,sa.df,sa.Le,sa.Qc,sa.Qb,sa.ze],au.actualBounds=Yd,au.measuredBounds=Fp,au.naturalBounds=Vy,mh===0?od.assign(Yd):od.ed(Yd),It.free(Nu),It.free(Sh),pe.free(zf),Un.free(kl)}Ka.graduatedBounds!==null&&Ka.graduatedBounds.push(od),fo(V0,od.x,od.y,od.width,od.height)}Jo(Vo,!1)}}},Hc.prototype.arrange=function(a,y,x){if(a.graduatedBounds!==null){var b=a.Pb(),E=a.graduatedMarks;if(E!==null){var z=a.graduatedBounds,tt=0,ot=z[tt];tt++,b!==null&&b.arrange(ot.x-x.x,ot.y-x.y,ot.width,ot.height);for(var rt=y.length,at=0;at=tt&&(tt=1);for(var ot=z.actualBounds,rt=a.O.s,at=a.graduatedMarks,ut=rt.length,ft=0;fta.graduatedTickUnit*mt.interval*z.geometry.flattenedTotalLength/a.graduatedRange*tt&&mt.graduatedSkip===null)){var kt=mt.measuredBounds,Dt=mt.strokeWidth*mt.scale,Nt=mt.alignmentFocus;Nt.Mc()&&(Nt=Ai);for(var jt=0;jttt.height)continue}else if(at.position>tt.width)continue;var ut=at.separatorStrokeWidth;isNaN(ut)&&(ut=x?a.defaultRowSeparatorStrokeWidth:a.defaultColumnSeparatorStrokeWidth);var ft=at.separatorStroke;if(ft===null&&(ft=x?a.defaultRowSeparatorStroke:a.defaultColumnSeparatorStroke),ut!==0&&ft!==null){Ao(a,y,ft,!1,!1,tt,z),ft=!1;var mt=at.separatorDashArray;mt===null&&(mt=x?a.defaultRowSeparatorDashArray:a.defaultColumnSeparatorDashArray),mt!==null&&(ft=!0,y.js(mt,0)),y.beginPath(),mt=at.position+ut,x?mt>tt.height&&(ut-=mt-tt.height):mt>tt.width&&(ut-=mt-tt.width),at=at.position+ut/2,y.lineWidth=ut,ut=a.yb,x?(at+=ut.top,mt=tt.width-ut.right,y.moveTo(ut.left,at),y.lineTo(mt,at)):(at+=ut.left,mt=tt.height-ut.bottom,y.moveTo(at,ut.top),y.lineTo(at,mt)),y.stroke(),y.Se(),ft&&y.fs()}}}}function wm(a,y,x,b,E){for(var z=b.length,tt=a.actualBounds,ot=a.naturalBounds,rt=rS(a,!0),at=rS(a,!1),ut=0;utmt)){var yt=ft.Wc(),St=ft.separatorStrokeWidth;isNaN(St)&&(St=x?a.defaultRowSeparatorStrokeWidth:a.defaultColumnSeparatorStrokeWidth);var kt=ft.separatorStroke;kt===null&&(kt=x?a.defaultRowSeparatorStroke:a.defaultColumnSeparatorStroke),(kt===null||ft.index===(x?rt:at))&&(St=0),yt-=St,St=ft.position+St,yt+=ft.actual,St+yt>mt&&(yt=mt-St),0>=yt||(mt=a.yb,Ao(a,y,ft.background,!0,!1,ot,tt),x?y.fillRect(mt.left,St+mt.top,tt.width-(mt.left+mt.right),yt):y.fillRect(St+mt.left,mt.top,yt,tt.height-(mt.top+mt.bottom)))}}}}function rS(a,y){for(var x=y?a.rowCount:a.columnCount,b=0;bb&&E.set(St),It.free(St)),It.free(ut),z&&E.transform(tt),at},Ct.Gj=function(){for(var a=this.O.s,y=a.length,x=0;xx||z>b)&&(this.v(),this.measure(y>x?x:y,z>b?b:z,0,0));break;case Te:this.v(!0),this.measure(x+ot,b+tt,0,0);break;case Pn:this.v(!0),this.measure(x+ot,z+tt,0,0);break;case An:this.v(!0),this.measure(y+ot,b+tt,0,0)}}this.na.arrange(this,E,this.jg)}},Ct.gh=function(a){var y=this.naturalBounds,x=Pu(this);if(Sr(0,0,y.width,y.height,a.x,a.y)){y=this.O.s;for(var b=y.length,E=It.allocAt(0,0);b--;){var z=y[b];if((z.visible||z===x)&&(Hn(E.set(a),z.transform),z.ca(E)))return It.free(E),!0}return It.free(E),!(this.Ma===null&&this.areaBackground===null)}return!1},Ct.ks=function(a){if(this.bindingId===a)return this;for(var y=this.O.s,x=y.length,b=0;bmt.width||ft.y>mt.height||0>ft.x+ft.width||0>ft.y+ft.height||(ft=ut,ut=ut instanceof Ne?ut:null,mt=Un.alloc(),mt.set(tt),(ut!==null?ut.Cf(a,y,x,b,E,mt):dr(ft,a,b,mt))&&(y!==null&&(ft=y(ft)),ft===null||x!==null&&!x(ft)||E.add(ft)),Un.free(mt))}}return z===void 0&&Un.free(tt),b}return z===void 0&&Un.free(tt),!1};function mv(a,y,x,b){for(var E=a.O.s,z=E.length;z--;){var tt=E[z];if(tt.visible){var ot=tt.actualBounds,rt=a.naturalBounds;ot.x>rt.width||ot.y>rt.height||0>ot.x+ot.width||0>ot.y+ot.height||(tt instanceof Ne&&mv(tt,y,x,b),y!==null&&(tt=y(tt)),tt===null||x!==null&&!x(tt)||b.add(tt))}}}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,ot=this.se(),rt=ot?a:Hn(It.allocAt(a.x,a.y),this.transform),at=ot?y:Hn(It.allocAt(y.x,y.y),this.transform),ut=rt.Bf(at),ft=0Dt.width||kt.y>Dt.height||0>kt.x+kt.width||0>kt.y+kt.height))&&(St.se()?(kt=St.transform,Hn(rt.set(a),kt),Hn(at.set(y),kt)):(rt.set(a),at.set(y)),kt=St,St=St instanceof Ne?St:null,(St!==null?St.og(rt,at,x,b,E,z):kt.tx(rt,at,E))&&(x!==null&&(kt=x(kt)),kt===null||b!==null&&!b(kt)||z.add(kt)))}}It.free(rt),It.free(at)}return E?ft:tt}return!1};function vv(a){var y=null;return a instanceof $n&&(y=a.spot1,y===xr&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot1)),y===null&&(y=ki),y}function yv(a){var y=null;return a instanceof $n&&(y=a.spot2,y===xr&&(y=null),a=a.geometry,a!==null&&y===null&&(y=a.spot2)),y===null&&(y=Uo),y}Ct.add=function(a){for(var y=[],x=0;x=E.count&&a>=E.count)return;E.mb(z),b=z}else Vt("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),ca(this)||this.v(),y.v(!1),y.portId!==null?this.Te=!0:y instanceof Ne&&y.Te===!0&&(this.Te=!0),this.graduatedIntervals=null,this.If()||Lm(this,y,!1),x=this.part,x!==null&&(x.Rh=null,x.ag=NaN,this.Te&&x instanceof Qe&&(x.Te=!0),x.Te&&x instanceof Qe&&(x.wc=null),E=this.diagram,E!==null&&E.undoManager.isUndoingRedoing||(b!==-1&&x.cb(nr,"elements",this,y,null,b,null),x.cb(zo,"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;Ea&&nn(a,">= 0",Ne,"getRowDefinition:idx"),a=Math.round(a);var y=this.rowDefs;if(y[a]===void 0){var x=new Qo;x.wi(this),x.isRow=!0,x.index=a,y[a]=x,this.cb(zo,"rowdefs",this,null,x,null,a)}return y[a]},Ct.oA=function(a){if(0>a&&nn(a,">= 0",Ne,"removeRowDefinition:idx"),this.rowCount!==0){a=Math.round(a);var y=this.rowDefs,x=y[a];if(x){y[a]=void 0;for(var b=y.length-1;0<=b&&y[b--]===void 0;)y.length--;this.cb(nr,"rowdefs",this,x,null,a,null),this.v()}}};function hS(a,y,x){var b=a.rowDefs;if(!(0>y)){if(b[y]=x instanceof Qo?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&&nn(a,">= 0",Ne,"getColumnDefinition:idx"),a=Math.round(a);var y=this.colDefs;if(y[a]===void 0){var x=new Qo;x.wi(this),x.isRow=!1,x.index=a,y[a]=x,this.cb(zo,"coldefs",this,null,x,null,a)}return y[a]},Ct.jA=function(a){if(0>a&&nn(a,">= 0",Ne,"removeColumnDefinition:idx"),this.columnCount!==0){a=Math.round(a);var y=this.colDefs,x=y[a];if(x){y[a]=void 0;for(var b=y.length-1;0<=b&&y[b--]===void 0;)y.length--;this.cb(nr,"coldefs",this,x,null,a,null),this.v()}}};function dS(a,y,x){var b=a.colDefs;if(!(0>y)){if(b[y]=x instanceof Qo?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 Qo(y)),this},Ct.By=function(a,y){return(a=this.Eb(a))&&km(a,new Qo(y)),this},Ct.nz=function(a){if(0>a||this.type!==Ne.Table||this.rowCount===0)return-1;for(var y=0,x=this.rowDefs,b=x.length,E=this.topIndex;Ea||this.type!==Ne.Table||this.columnCount===0)return-1;for(var y=0,x=this.colDefs,b=x.length,E=this.leftIndex;Ea;)this.pc(this.O.length-1,!1);gS(this,this.itemArray)};function gS(a,y){var x=Wc(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;bx)){var E=Pv(a,y);if(E=wv(a,E),E!==null){if(_a(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 Cn),a.ge.add(y,E)),z=x+Wc(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;ya&&nn(a,">= 0",Ne,"padding"),a=new li(a)):(0>a.left&&nn(a.left,">= 0",Ne,"padding:value.left"),0>a.right&&nn(a.right,">= 0",Ne,"padding:value.right"),0>a.top&&nn(a.top,">= 0",Ne,"padding:value.top"),0>a.bottom&&nn(a.bottom,">= 0",Ne,"padding:value.bottom"));var y=this.yb;y.D(a)||(this.yb=a=a.J(),this.v(),this.g("padding",y,a))}},defaultAlignment:{get:function(){return this.Tm},set:function(a){var y=this.Tm;y.D(a)||(this.Tm=a=a.J(),this.v(),this.g("defaultAlignment",y,a))}},defaultStretch:{get:function(){return this.Uf},set:function(a){var y=this.Uf;y!==a&&(this.Uf=a,this.v(),this.g("defaultStretch",y,a))}},defaultSeparatorPadding:{get:function(){return this.T!==null?this.T.Qp:la},set:function(a){typeof a=="number"&&(a=new li(a));var y=this.defaultSeparatorPadding;y.D(a)||(a=a.J(),this.T===null&&(this.T=new Ea),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 Bi)&&(a instanceof Bi&&a.freeze(),this.T===null&&(this.T=new Ea),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 Ea),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;Ea)&&Vt("Panel.topIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new Ea),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)&&Vt("Panel.leftIndex must be greater than zero and a real number, not: "+a),this.T===null&&(this.T=new Ea),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 kn&&!(this instanceof Pi);_a(this),this.ub=a;var b=this.diagram;b!==null&&(x?(x=b.partManager,this instanceof ze?(y!==null&&x.bf.remove(y),a!==null&&x.bf.add(a,this)):this instanceof kn&&(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 xf),this.A.nb=a)}},itemArray:{get:function(){return this.Hh},set:function(a){var y=this.Hh;if(y!==a||a!==null&&yx(this,a)){var x=this.diagram;y!==a&&(x!==null&&y!==null&&ly(x.partManager,this,x),this.Hh=a,x!==null&&a!==null&&ay(x.partManager,this)),this.g("itemArray",y,a),x!==null&&x.undoManager.isUndoingRedoing||gS(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 Cn}var y=this.itemTemplateMap.I("");y!==a&&((a instanceof kn||a.isPanelMain)&&Vt("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(););ni(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&&(ni(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 Zn&&(this.tb=null),this.v(),this.g("isClipping",y,a))}},isOpposite:{get:function(){return(this.l&33554432)!==0},set:function(a){var y=(this.l&33554432)!==0;y!==a&&(this.l^=33554432,this.v(),this.g("isOpposite",y,a))}},isEnabled:{get:function(){return(this.l&4194304)!==0},set:function(a){var y=(this.l&4194304)!==0;if(y!==a){var x=this.panel===null||this.panel.If();this.l^=4194304,this.g("isEnabled",y,a),y=this.diagram,y!==null&&y.undoManager.isUndoingRedoing||x&&Lm(this,this,a)}}},alignmentFocusName:{get:function(){return this.$e},set:function(a){var y=this.$e;y!==a&&(this.$e=a,this.v(),this.g("alignmentFocusName",y,a))}}}),Ye.Object.defineProperties(Ne,{Position:{get:function(){return ol.I("Position")}},Horizontal:{get:function(){return ol.I("Horizontal")}},Vertical:{get:function(){return ol.I("Vertical")}},Spot:{get:function(){return ol.I("Spot")}},Auto:{get:function(){return ol.I("Auto")}},Table:{get:function(){return ol.I("Table")}},Viewbox:{get:function(){return ol.I("Viewbox")}},TableRow:{get:function(){return ol.I("TableRow")}},TableColumn:{get:function(){return ol.I("TableColumn")}},Link:{get:function(){return ol.I("Link")}},Grid:{get:function(){return ol.I("Grid")}},Graduated:{get:function(){return ol.I("Graduated")}}}),Ne.prototype.rebuildItemElements=Ne.prototype.mv,Ne.prototype.findItemPanelForData=Ne.prototype.sx,Ne.prototype.updateTargetBindings=Ne.prototype.La,Ne.prototype.copyTemplate=Ne.prototype.Uy,Ne.prototype.graduatedValueForPoint=Ne.prototype.Gz,Ne.prototype.graduatedPointForValue=Ne.prototype.Fz,Ne.prototype.findColumnForLocalX=Ne.prototype.fz,Ne.prototype.findRowForLocalY=Ne.prototype.nz,Ne.prototype.addColumnDefinition=Ne.prototype.By,Ne.prototype.addRowDefinition=Ne.prototype.Hy,Ne.prototype.addRowColumnDefinition=Ne.prototype.Gy,Ne.prototype.removeColumnDefinition=Ne.prototype.jA,Ne.prototype.getColumnDefinition=Ne.prototype.Eb,Ne.prototype.removeRowDefinition=Ne.prototype.oA,Ne.prototype.getRowDefinition=Ne.prototype.Fb,Ne.prototype.removeAt=Ne.prototype.mb,Ne.prototype.remove=Ne.prototype.remove,Ne.prototype.insertAt=Ne.prototype.Gb,Ne.prototype.elt=Ne.prototype.M,Ne.prototype.add=Ne.prototype.add,Ne.prototype.findObject=Ne.prototype.fb,Ne.prototype.findInVisualTree=Ne.prototype.Nl,Ne.prototype.walkVisualTreeFrom=Ne.prototype.qm,Ne.prototype.findMainElement=Ne.prototype.Pb;var cS=!1,pS=null,ol=new Cn;Ne.className="Panel",Ne.definePanelLayout=Dl,Dl("Position",new dm),Dl("Vertical",new gm),Dl("Auto",new pm),Dl("Link",new Pm);function wu(){this.lq=0,this.F=100,this.ia=10,this.V=0,this.Zh=this.o=this.j=this.u=null}wu.prototype.copy=function(){var a=new wu;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},wu.className="GradPanelSettings";function Ea(){this.Pc=[],this.Oc=[],this.j=this.ob=Tm,this.hb=this.Hb=0,this.Qp=la,this.Ha=1,this.V=this.ia=null,this.F=1,this.nb=this.o=this.u=null}Ea.prototype.copy=function(a){for(var y=new Ea,x=this.Pc,b=x.length,E=y.Pc,z=0;za&&nn(a,">= 0",Qo,"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&&nn(a,">= 0",Qo,"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))&&nn(a,">= 0",Qo,"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&&nn(a,">= 0",Qo,"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 li(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&&wf(a,"RowColumnDefinition.separatorStroke"),a instanceof Bi&&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;EE)){var z=b.measuredBounds,tt=Math.max(1,z.width);z=z.height;for(var ot=x[0],rt=x[1],at,ut,ft,mt,yt,St,kt=0,Dt=hn(),Nt=2;Ntft&&(ft=1),E=x=ft,at=tt/2,ut=at!==0,Nt=0,St=Dt[Nt],ft=St[0],yt=St[1],mt=St[2],St=St[3];for(var jt=0;.1<=kt;){if(jt===0&&(ut?(E=x,E-=at,kt-=at,ut=!1):E=x,E===0&&(E=1)),E>kt){sn(Dt);return}E>St?(jt=E-St,E=St):jt=0;var Gt=Math.sqrt(E*E/(1+mt*mt));if(0>ft&&(Gt=-Gt),ot+=Gt,rt+=mt*Gt,a.translate(ot,rt),a.rotate(yt),a.translate(-(tt/2),-(z/2)),jt===0&&b.hh(a,y),a.translate(tt/2,z/2),a.rotate(-yt),a.translate(-ot,-rt),kt-=E,St-=E,jt!==0){if(Nt++,Nt===Dt.length){sn(Dt);return}St=Dt[Nt],ft=St[0],yt=St[1],mt=St[2],St=St[3],E=jt}}sn(Dt)}}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&&Ao(this,a,b,!0,!1,tt,z);var ot=this.part,rt=this.ig;if(x===null||rt!==0||ot===null||!this.isPanelMain&&ot.Pb()!==this||(rt=ot.type===Ne.Link&&ot instanceof Pi&&ot.category==="Selection"&&ot.adornedObject instanceof $n&&ot.adornedPart.Pb()===ot.adornedObject?ot.adornedObject.strokeWidth:0),rt===0&&(x=null),x!==null&&rt!==0&&(Ao(this,a,x,!1,!1,tt,z),a.lineWidth=rt,a.lineJoin=this.strokeJoin,a.lineCap=this.strokeCap,a.miterLimit=this.strokeMiterLimit),z=!1,ot&&y.Gf("drawShadows")&&(z=ot.isShadowed),a.Il===!1&&(z=!1),ot=!0,x===null||b!==null&&b!=="transparent"||(ot=!1),tt=!1,rt=this.strokeDashArray,rt!==null&&(tt=!0,a.js(rt,this.strokeDashOffset)),E.type===Re.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===Re.u){var at=E.startX;rt=E.startY;var ut=E.endX,ft=E.endY;E=Math.min(at,ut);var mt=Math.min(rt,ft);at=Math.abs(ut-at),rt=Math.abs(ft-rt),a.beginPath(),a.rect(E,mt,at,rt),b!==null&&a.ng(b),x!==null&&(ot&&z&&Xl(a),a.jk(),ot&&z&&yu(a)),a.Se()}else if(E.type===Re.F)at=E.startX,rt=E.startY,ut=E.endX,ft=E.endY,E=Math.abs(ut-at)/2,mt=Math.abs(ft-rt)/2,at=Math.min(at,ut)+E,rt=Math.min(rt,ft)+mt,a.beginPath(),a.moveTo(at,rt-mt),a.bezierCurveTo(at+Xt.wg*E,rt-mt,at+E,rt-Xt.wg*mt,at+E,rt),a.bezierCurveTo(at+E,rt+Xt.wg*mt,at+Xt.wg*E,rt+mt,at,rt+mt),a.bezierCurveTo(at-Xt.wg*E,rt+mt,at-E,rt+Xt.wg*mt,at-E,rt),a.bezierCurveTo(at-E,rt-Xt.wg*mt,at-Xt.wg*E,rt-mt,at,rt-mt),a.closePath(),b!==null&&a.ng(b),x!==null&&(ot&&z&&Xl(a),a.jk(),ot&&z&&yu(a)),a.Se();else if(E.type===Re.o)for(E=E.figures,rt=E.length,mt=0;mtkt.sweepAngle,yt!==null?yt.endX:at.startX,yt!==null?yt.endY:at.startY)}else if(yt=Qs(kt,at),Dt=yt.length,Dt===0)a.lineTo(kt.centerX,kt.centerY);else for(var Nt=0;Nt(x.startX-x.endX)*(a.x-x.endX)+(x.startY-x.endY)*(a.y-x.endY)||0>b)?!1:(pe.free(z),Xt.Yb(x.startX,x.startY,x.endX,x.endY,E,a.x,a.y));if(x.type===Re.u){y=x.startX;var tt=x.startY,ot=x.endX;if(x=x.endY,z.x=Math.min(y,ot),z.y=Math.min(tt,x),z.width=Math.abs(ot-y),z.height=Math.abs(x-tt),this.fill===null){if(z.Bc(-b,-b),z.ca(a))return pe.free(z),!1;z.Bc(b,b)}return this.stroke!==null&&z.Bc(E,E),a=z.ca(a),pe.free(z),a}if(x.type===Re.F){tt=x.startX,E=x.startY,ot=x.endX;var rt=x.endY;if(x=Math.min(tt,ot),y=Math.min(E,rt),tt=Math.abs(ot-tt)/2,E=Math.abs(rt-E)/2,x=a.x-(x+tt),y=a.y-(y+E),this.fill===null){if(tt-=b,E-=b,0>=tt||0>=E||1>=x*x/(tt*tt)+y*y/(E*E))return pe.free(z),!1;tt+=b,E+=b}return this.stroke!==null&&(tt+=b,E+=b),pe.free(z),0>=tt||0>=E?!1:1>=x*x/(tt*tt)+y*y/(E*E)}if(x.type===Re.o)return pe.free(z),this.fill===null?cl(x,a.x,a.y,E):ua(x,a,E,1=this.strokeWidth)ut=Xt.Ve(at.startX,at.startY,at.endX,at.endY,z,tt,ot,rt,E);else{if(at.startX===at.endX?(b=ft,ut=0):(y=(at.endY-at.startY)/(at.endX-at.startX),ut=ft/Math.sqrt(1+y*y),b=ut*y),y=hn(),a=new It,Xt.Ve(at.startX+b,at.startY+ut,at.endX+b,at.endY+ut,z,tt,ot,rt,a)&&y.push(a),a=new It,Xt.Ve(at.startX-b,at.startY-ut,at.endX-b,at.endY-ut,z,tt,ot,rt,a)&&y.push(a),a=new It,Xt.Ve(at.startX+b,at.startY+ut,at.startX-b,at.startY-ut,z,tt,ot,rt,a)&&y.push(a),a=new It,Xt.Ve(at.endX+b,at.endY+ut,at.endX-b,at.endY-ut,z,tt,ot,rt,a)&&y.push(a),ot=y.length,ot===0)return sn(y),!1;for(ut=!0,rt=1/0,b=0;bMath.abs(x)){if(rt=tt-ut-x*(z-b),0>a*a*x*x+at*at-rt*rt){E.x=NaN,E.y=NaN,ut=!1;break t}ft=Math.sqrt(a*a*x*x+at*at-rt*rt),ot=(-(a*a*x*rt)+a*at*ft)/(at*at+a*a*x*x)+b,a=(-(a*a*x*rt)-a*at*ft)/(at*at+a*a*x*x)+b,at=x*(ot-b)+rt+ut,rt=x*(a-b)+rt+ut,Math.abs((z-ot)*(z-ot))+Math.abs((tt-at)*(tt-at))ot){E.x=NaN,E.y=NaN,ut=!1;break t}rt=Math.sqrt(ot),ot=ut+rt,rt=ut-rt,Math.abs(ot-tt)Math.abs(St)?(kt*=.5/St,St=.5):kt!==0&&.5>Math.abs(kt)&&(St*=.5/kt,kt=.5),Nt-=St,jt-=kt;yt.contains(Nt,jt);)Nt-=St,jt-=kt;for(E.x=ot,E.y=rt,kt=0;ktx?a-x:x-a)<(y>b?y-b:b-y)?(a=ya||Xt.$(rt.y,a))&&(rt.yy||Xt.$(rt.x,y))&&(rt.x=a&&b<=y):(a=b&&x<=a)}Ct.tx=function(a,y,x){function b(Dt,Nt){for(var jt=Dt.length,Gt=0;GtE)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=E||Wn(y,z,0,-ft)>=E||Wn(y,z,0,ft)>=E||Wn(y,z,ut,0)>=E)}else if(y.type===Re.o){if(at=y.bounds,z=at.x,ot=at.y,rt=at.x+at.width,at=at.y+at.height,a.x>rt&&a.xat&&a.yE&&gi(a.x,a.y,z,ot,rt,ot)>E&&gi(a.x,a.y,rt,at,z,at)>E&&gi(a.x,a.y,rt,at,rt,ot)>E)return!1;if(z=Math.sqrt(E),x){if(this.fill===null?cl(y,a.x,a.y,z):ua(y,a,z,!0,!1))return!0}else{for(x=y.figures,y=0;yE)return!1;for(ot=z.segments.s,rt=ot.length,at=0;atE)return!1;break;case Dr:var mt=hn();if(Xt.Qe(tt,ut,ft.point1X,ft.point1Y,ft.point2X,ft.point2Y,ft.endX,ft.endY,.8,mt),tt=b(mt,a),sn(mt),tt||(tt=ft.endX,ut=ft.endY,a.zd(tt,ut)>E))return!1;break;case ha:if(mt=hn(),Xt.ep(tt,ut,ft.point1X,ft.point1Y,ft.endX,ft.endY,.8,mt),tt=b(mt,a),sn(mt),tt||(tt=ft.endX,ut=ft.endY,a.zd(tt,ut)>E))return!1;break;case Yo:case Ca:mt=ft.type===Yo?Qs(ft,z):za(ft,z,tt,ut);var yt=mt.length;if(yt===0){if(tt=ft.type===Yo?ft.centerX:ft.endX,ut=ft.type===Yo?ft.centerY:ft.endY,a.zd(tt,ut)>E)return!1;break}ft=null;for(var St=hn(),kt=0;kt= 0",$n,"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"?nn(a,'"butt", "round", or "square"',$n,"strokeCap"):(Bd(this),this.Na.Hr=a,this.N(),this.g("strokeCap",y,a)))}},strokeJoin:{get:function(){return this.Na!==null?this.Na.Ir:"miter"},set:function(a){var y=this.strokeJoin;y!==a&&(typeof a!="string"||a!=="miter"&&a!=="bevel"&&a!=="round"?nn(a,'"miter", "bevel", or "round"',$n,"strokeJoin"):(Bd(this),this.Na.Ir=a,this.N(),this.g("strokeJoin",y,a)))}},strokeMiterLimit:{get:function(){return this.Na!==null?this.Na.Jr:10},set:function(a){var y=this.strokeMiterLimit;if(y!==a&&1<=a){Bd(this),this.Na.Jr=a,this.N();var x=this.part;x!==null&&(x.ag=NaN),this.g("strokeMiterLimit",y,a)}}},strokeDashArray:{get:function(){return this.Yg},set:function(a){var y=this.Yg;if(y!==a){if(a!==null){for(var x=a.length,b=0,E=0;Ea?a=0:1a?a=0:1(ft*ft+ut*ut)*mt*mt&&(x=!0),y.ib!==a&&(x=!1),y.ib instanceof ta&&(x=!1),y.Gf("textGreeking")===!1&&(x=!1),y=this.spacingAbove,ft=this.spacingBelow,this.flip){case vi:a.translate(E,0),a.scale(-1,1);break;case ii:a.translate(0,z),a.scale(1,-1);break;case Wi:a.translate(E,z),a.scale(-1,-1)}if(a.yc(),ut=this.Gc,mt=(y+tt+ft)*ut,z>mt&&(b=this.verticalAlignment,b=b.y*z-b.y*mt+b.offsetY),ut===1&&this.ze!==null)ft=this.Cb,ft>E&&(ft=E),this.Oj(this.ze,a,0,b+y,E,tt,ft,x,ot,rt,at);else if(this.Qc!==null&&this.Qb!==null)for(mt=0;mtE&&(yt=E),b+=y,this.Oj(this.Qb[mt],a,0,b,E,tt,yt,x,ot,rt,at),b+=tt+ft}switch(this.flip){case vi:a.scale(-1,1),a.translate(-E,0);break;case ii:a.scale(1,-1),a.translate(0,-z);break;case Wi:a.scale(-1,-1),a.translate(-E,-z)}}},Ct.Oj=function(a,y,x,b,E,z,tt,ot,rt,at,ut){var ft=0;if(ot)rt==="left"?ft=0:rt==="right"?ft=E-tt:rt==="center"&&(ft=(E-tt)/2),y.fillRect(x+ft,b+.25*z,tt,1);else{if(rt==="left"?ft=0:rt==="right"?ft=E:rt==="center"&&(ft=E/2),E=Fm!==null?Fm(this,z):.75*z,y.fillText(a,x+ft,b+E),a=z/20|0,a===0&&(a=1),rt==="right"?ft-=tt:rt==="center"&&(ft-=tt/2),at){ot=Em!==null?Em(this,z):.8*z,rt=x+ft,at=b+ot,E=x+ft+tt,ot=b+ot;var mt=a;y.beginPath(),y.lineWidth=mt,y.moveTo(rt,at),y.lineTo(E,ot),y.stroke(),y.Se(),y instanceof ta&&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 ta&&y.ad.classList.add("gojs-td"))}},Ct.kk=function(a,y,x){if(!Kt.prototype.kk.call(this,a,y,x))return!1;if(Ao(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=this.Qb.length))){for(this.l|=16777216,at=this.Qb[rt],y=Math.max(1,a-y);rl(at)>y&&1a.maxLines&&(a.l|=16777216))}function Tv(a,y,x,b){var E=a.formatting===Yc;E&&(y=y.trim());var z=0,tt=a.Ae,ot=a.spacingAbove+a.spacingBelow;ot=Math.max(0,Uc(a)+ot);var rt=a.overflow===Am?SS(tt):0;if(a.Gc>=a.maxLines)b!==null&&b.h(0,ot);else if(tt=y,a.wrap===bv){a.Le=1;var at=rl(y);if(rt===0||at<=x)a.Cb=Math.max(a.Cb,at),_c(a,y,a.Cb),b!==null&&b.h(at,ot);else{for(z=Cg(a,tt),tt=tt.substr(z.length),y=Cg(a,tt),at=rl(z+y);0x&&1x;){var ft=1;for(at=rl(y.substr(0,ft)),ut=0;at<=x;)ft++,ut=at,at=rl(y.substr(0,ft));if(ft===1){var mt=at;z=Math.max(z,at)}else mt=ut,z=Math.max(z,ut);if(ft--,1>ft&&(ft=1),_c(a,y.substr(0,ft),mt),rt++,y=y.substr(ft),a.Gc+rt>a.maxLines)break}for(ut=Cg(a,tt),at=rl(y+ut);0a.maxLines))break}a.Le=Math.min(a.maxLines,rt),a.Cb=Math.max(a.Cb,z),b!==null&&b.h(a.Cb,ot*a.Le)}}function Cg(a,y){if(a.wrap===wS)return y.substr(0,1);for(var x=y.length,b=0,E=Sx;b=y.length?y:y.substr(0,b)}function rl(a){return Ds===null?8*a.length:Ds.measureText(a).width}function Uc(a){if(a.df!==null)return a.df;var y=a.Ae;if(Ds===null){var x=16;return a.df=x}return Ev[y]!==void 0&&5e3>LS?x=Ev[y]:(x=1.3*Ds.measureText("M").width,Ev[y]=x,LS++),a.df=x}function SS(a){if(Ds===null)return 6;if(Bm[a]!==void 0&&5e3>Av)var y=Bm[a];else y=Ds.measureText(Zc).width,Bm[a]=y,Av++;return y}function xS(a,y){var x=a.ec.replace(/\r\n/g,` `).replace(/\r/g,` `),b=a.spacingAbove+a.spacingBelow;if(b=Math.max(0,Uc(a)+b),x.length===0)return a.Cb=0,a.Gc=1,b;if(!a.isMultiline){var E=x.indexOf(` `,0);0<=E&&(x=x.substr(0,E))}E=0;for(var z=a.Gc=0,tt,ot=!1;!ot;){if(tt=x.indexOf(` `,z),tt===-1&&(tt=x.length,ot=!0),z<=tt){if(z=x.substr(z,tt-z),a.wrap!==bv){a.Le=0;var rt=Ge.alloc();Tv(a,z,y,rt),E+=rt.height,Ge.free(rt),a.Gc+=a.Le}else Tv(a,z,y,null),E+=b,a.Gc++;a.Gc===a.maxLines&&(ot=!0)}z=tt+1}return a.Lq=E}Ye.Object.defineProperties(Qi.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"||(Ol(this),this.da.Or=a,this.N(),this.g("textAlign",y,a))}},flip:{get:function(){return this.da!==null?this.da.Xf:Le},set:function(a){var y=this.flip;y!==a&&(Ol(this),this.da.Xf=a,this.N(),this.g("flip",y,a))}},verticalAlignment:{get:function(){return this.da!==null?this.da.Yr:Au},set:function(a){var y=this.verticalAlignment;y.D(a)||(a=a.J(),Ol(this),this.da.Yr=a,ms(this),this.g("verticalAlignment",y,a))}},naturalBounds:{get:function(){if(!this.dc.w()){var a=Ge.alloc();Tv(this,this.ec,999999,a);var y=a.width;Ge.free(a),a=xS(this,y);var x=this.desiredSize;isNaN(x.width)||(y=x.width),isNaN(x.height)||(a=x.height),qr(this.dc,y,a)}return this.dc}},isMultiline:{get:function(){return(this.l&2097152)!==0},set:function(a){var y=(this.l&2097152)!==0;y!==a&&(this.l^=2097152,this.v(),this.g("isMultiline",y,a))}},isUnderline:{get:function(){return(this.l&4194304)!==0},set:function(a){var y=(this.l&4194304)!==0;y!==a&&(this.l^=4194304,this.Uc=!0,this.N(),this.g("isUnderline",y,a))}},isStrikethrough:{get:function(){return(this.l&8388608)!==0},set:function(a){var y=(this.l&8388608)!==0;y!==a&&(this.l^=8388608,this.Uc=!0,this.N(),this.g("isStrikethrough",y,a))}},wrap:{get:function(){return this.da!==null?this.da.$r:Nv},set:function(a){var y=this.wrap;y!==a&&(Ol(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&&(Ol(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&&wf(a,"TextBlock.stroke"),a instanceof Bi&&a.freeze(),this.xc=a,this.N(),this.g("stroke",y,a))}},lineCount:{get:function(){return this.Gc}},lineHeight:{get:function(){return Uc(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&&(Ol(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&&(Ol(this),this.da.Hd=a,this.g("errorFunction",y,a))}},interval:{get:function(){return this.fa!==null?this.fa.Tk:1},set:function(a){var y=this.interval;if(a=Math.round(a),y!==a&&a!==0&&isFinite(a)){this.fa===null&&(this.fa=new $l),this.fa.Tk=a,this.v();var x=this.panel;x!==null&&(x.graduatedIntervals=null),this.g("interval",y,a)}}},graduatedStart:{get:function(){return this.fa!==null?this.fa.u:0},set:function(a){var y=this.graduatedStart;y!==a&&(0>a?a=0:1a?a=0:1=a&&nn(a,"> 0",Qi,"maxLines"),Ol(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 Fm=null,Em=null,bv=new ue(Qi,"None",0),PS=new ue(Qi,"WrapFit",1),Nv=new ue(Qi,"WrapDesiredSize",2),wS=new ue(Qi,"WrapBreakAll",3),Fv=new ue(Qi,"OverflowClip",0),Am=new ue(Qi,"OverflowEllipsis",1),Yc=new ue(Qi,"FormatTrim",0),CS=new ue(Qi,"FormatNone",0),Sx=/[ \u200b\u00ad]/,Ev=new Fn,LS=0,Bm=new Fn,Av=0,Zc="...",kS="",Ds=null,Dm=!1;Qi.className="TextBlock";function Bv(){this.nc=!1,this.Hd=null,this.Xf=Le,this.gq=Yc,this.Jq=1/0,this.$q=Fv,this.Er=this.Dr=0,this.Or="start",this.vj=this.Qr=this.Pr=null,this.Yr=Au,this.$r=Nv}Bv.prototype.copy=function(){var a=new Bv;return a.Hd=this.Hd,a.Xf=this.Xf,a.gq=this.gq,a.Jq=this.Jq,a.$q=this.$q,a.Dr=this.Dr,a.Er=this.Er,a.Or=this.Or,a.Pr=this.Pr,a.Qr=this.Qr,a.vj=this.vj,a.Yr=this.Yr,a.$r=this.$r,a},Qi.getEllipsis=function(){return Zc},Qi.setEllipsis=function(a){Zc=a,Bm=new Fn,Av=0},Qi.getBaseline=function(){return Fm},Qi.setBaseline=function(a){Fm=a},Qi.getUnderline=function(){return Em},Qi.setUnderline=function(a){Em=a},Qi.isValidFont=function(a){if(Dm||(Ds=No?new Va(null).context:null,Dm=!0),Ds===null)return!0;var y=Ds.font;if(a===y||a==="10px sans-serif")return!0;Ds.font="10px sans-serif",Ds.font=a;var x=Ds.font;if(x!=="10px sans-serif")return Ds.font=y,!0;Ds.font="19px serif";var b=Ds.font;return Ds.font=a,x=Ds.font,Ds.font=y,x!==b},Qi.FormatNone=CS,Qi.FormatTrim=Yc,Qi.None=bv,Qi.OverflowClip=Fv,Qi.OverflowEllipsis=Am,Qi.WrapBreakAll=wS,Qi.WrapDesiredSize=Nv,Qi.WrapFit=PS;function $l(){this.Tk=1,this.u=0,this.j=1,this.o=this.F=null}$l.prototype.copy=function(){var a=new $l;return a.Tk=this.Tk,a.u=this.u,a.j=this.j,a.F=this.F,a.o=this.o,a},$l.className="GradElementSettings";function Os(a,y){Kt.call(this),this.Eg=null,this.qo="",this.Xg=lu,this.Nk=Te,this.Zg=this.Hd=null,this.Mk=ri,this.Xf=Le,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 Lg;Se(Os,Kt),Os.prototype.cloneProtected=function(a){Kt.prototype.cloneProtected.call(this,a),a.qo=this.qo,a.element=this.Eg,a.Xg=this.Xg.J(),a.Nk=this.Nk,a.Xf=this.Xf,a.Hd=this.Hd,a.Zg=this.Zg,a.Mk=this.Mk.J(),a.en=this.en,a.rl=this.rl},Os.prototype.qb=function(a){a===Le||a===gn||a===fi?this.imageStretch=a:Kt.prototype.qb.call(this,a)},Os.prototype.toString=function(){return"Picture("+this.source+")#"+Ji(this)};function kg(a){a===void 0&&(a=""),a!==""?Lg[a]&&(delete Lg[a],Om--):(Lg=new Fn,Om=0)}function MS(a,y){y.qy||(y.Fq=function(x){y.sq=!0,y.ln=!1;var b=y.Bg.copy();if(b!=null){for(b=b.iterator;b.next();){var E=b.value;E.N();var z=y.getAttribute("src")||"",tt=E.Og.I(z);if(tt!==null)for(var ot=tt.length,rt=0;rt=b.width&&(z=z+St.offsetX+(ft*St.x-b.width*St.x)),mt>=b.height&&(tt=tt+St.offsetY+(mt*St.y-b.height*St.y)),rt=Math.min(b.width,ft),ot=Math.min(b.height,mt);break;case Te:ft=b.width,mt=b.height;break;case gn:case fi:yt===gn?(yt=Math.min(b.height/mt,b.width/ft),ft*=yt,mt*=yt):yt===fi&&(yt=Math.max(b.height/mt,b.width/ft),ft*=yt,mt*=yt,ft>=b.width&&(z=(z+St.offsetX+(ft*St.x-b.width*St.x)/ft)*rt),mt>=b.height&&(tt=(tt+St.offsetY+(mt*St.y-b.height*St.y)/mt)*ot),rt*=1/(ft/b.width),ot*=1/(mt/b.height),ft=b.width,mt=b.height)}yt=this.Df()*y.scale;var kt=ft*yt*mt*yt,Dt=rt*ot/kt,Nt=x.__goCache;yt=null;var jt=xx;if(!E){if(x.sq&&Nt!==void 0&&4jt*jt)for(Nt.gi===null&&(bS(Nt,4,at,ut,x),bS(Nt,16,at,ut,x)),E=Nt.gi,at=E.length,ut=0;uta)&&(a=5),a=Math.min(a,y/3),a=Math.min(a,x/3);var b="rr"+y+","+x+","+a,E=Xt.Mf[b];if(E!==void 0)return E;var z=a*Xt.wg;return E=new Re().add(new ur(a,0,!0).add(new Li(io,y-a,0)).add(new Li(Dr,y,a,y-z,0,y,z)).add(new Li(io,y,x-a)).add(new Li(Dr,y-a,x,y,x-z,y-z,x)).add(new Li(io,a,x)).add(new Li(Dr,0,x-a,z,x,0,x-z)).add(new Li(io,0,a)).add(new Li(Dr,a,0,0,z,z,0).close())),1E.x&&a.y>E.y&&a.rightE.x&&y.y>E.y&&y.right=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&&(Is(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&&(Is(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&&(Is(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 ze?(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&&(Is(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&&(Is(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&&(Is(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:kr},set:function(a){var y=this.resizeCellSize;y.D(a)||(a=a.J(),Is(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&&(Is(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&&(Is(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:xr},set:function(a){var y=this.rotationSpot;y.D(a)||(a=a.J(),Is(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&&Vt("Cannot make a Group a member of itself: "+this.toString()),Vt("Cannot make a Group indirectly contain itself: "+this.toString()+" already contains "+a.toString())),this.C(2);var x=this.diagram;if(y!==null?Uv(y,this):this instanceof Zn&&x!==null&&x.ai.remove(this),this.Ah=a,a!==null?_v(a,this):this instanceof Zn&&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 Zn){for(x=new Ee,Hh(x,this,!0,0,!0),x=x.iterator;x.next();)if(b=x.value,b instanceof Qe)for(b=b.linksConnected;b.next();)bg(b.value)}if(this instanceof Qe){for(x=this.linksConnected;x.next();)bg(x.value);x=this.labeledLink,x!==null&&bg(x)}this.g("containingGroup",y,a),a!==null&&(y=a.layer,y!==null&&eg(y,-1,a))}}else Vt("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&&(Is(this),this.P.Kp=a,this.g("containingGroupChanged",y,a))}},isTopLevel:{get:function(){return!(this.containingGroup!==null||this instanceof Qe&&this.labeledLink!==null)}},layoutConditions:{get:function(){return this.P!==null?this.P.Cq:127},set:function(a){var y=this.layoutConditions;y!==a&&(Is(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&&(Is(this),this.P.Up=a,this.g("dragComputation",y,a))}},shadowOffset:{get:function(){return this.P!==null?this.P.zr:ar},set:function(a){var y=this.shadowOffset;y.D(a)||(a=a.J(),Is(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&&(Is(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&&(Is(this),this.P.Vg=a,this.N(),this.g("shadowBlur",y,a))}}}),kn.prototype.invalidateLayout=kn.prototype.C,kn.prototype.findCommonContainingGroup=kn.prototype.px,kn.prototype.isMemberOf=kn.prototype.Td,kn.prototype.findTopLevelPart=kn.prototype.sz,kn.prototype.findSubGraphLevel=kn.prototype.oz,kn.prototype.ensureBounds=kn.prototype.Va,kn.prototype.getDocumentBounds=kn.prototype.mi,kn.prototype.findObject=kn.prototype.fb,kn.prototype.moveTo=kn.prototype.moveTo,kn.prototype.invalidateAdornments=kn.prototype.Wb,kn.prototype.clearAdornments=kn.prototype.Ej,kn.prototype.removeAdornment=kn.prototype.Jf,kn.prototype.addAdornment=kn.prototype.bh,kn.prototype.findAdornment=kn.prototype.Pj,kn.prototype.updateTargetBindings=kn.prototype.La;var GS=!1;kn.className="Part",kn.LayoutNone=0,kn.LayoutAdded=1,kn.LayoutRemoved=2,kn.LayoutShown=4,kn.LayoutHidden=8,kn.LayoutNodeSized=16,kn.LayoutGroupLayout=32,kn.LayoutNodeReplaced=64,kn.LayoutStandard=127,kn.LayoutAll=16777215;function Pi(a,y){a===void 0||a instanceof ir||typeof a=="string"?kn.call(this,a):(kn.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)}Se(Pi,kn),Pi.prototype.toString=function(){var a=this.adornedPart;return"Adornment("+this.category+")"+(a!==null?a.toString():"")},Pi.prototype.updateRelationshipsFromData=function(){},Pi.prototype.Ul=function(a){var y=this.adornedObject,x=y==null?void 0:y.part;if(x instanceof ze&&y instanceof $n){y=x.path,x.Ul(a),a=y.geometry,x=this.O.s,y=x.length;for(var b=0;ba&&(a=1);var y=this.diagram;if(y!==null&&!y.Ue){y.Ue=!0;var x=new Ee;x.add(this),KS(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===$u),y.Ue=!1}};function KS(a,y,x,b,E,z,tt){if(1a&&(a=2);var y=this.diagram;if(y!==null&&!y.Ue){y.Ue=!0;var x=new Ee;x.add(this),JS(this,x,y.isTreePathToChildren,a,y,this,y.treeCollapsePolicy===$u),y.Ue=!1}};function JS(a,y,x,b,E,z,tt){for(var ot=z===a?!1:a.isTreeExpanded,rt=x?a.Mo():a.Sd(),at={};rt.next();){var ut=rt.value;if(ut.isTreeLink&&(ot||ut.fd||ut.bb(),ut=ut.To(a),ut!==null&&ut!==a&&!y.contains(ut))){if(y.add(ut),!ot){ut.Zb(!0),ut.oh();var ft=x?ut.Oo():ut.Po();at.vv=a,ft.all(function(mt){return function(yt){return yt===mt.vv||!yt.isTreeExpanded}}(at))&&E.Cj(ut,z)}(2E&&(E=ot.right),ot.bottom>z&&(z=ot.bottom)}}return isFinite(x)&&isFinite(b)?a.h(x,b,E-x,z-b):(y=y.location,a.h(y.x,y.y,0,0)),a},Ye.Object.defineProperties(Ss.prototype,{padding:{get:function(){return this.yb},set:function(a){typeof a=="number"&&(a=new li(a));var y=this.yb;y.D(a)||(this.yb=a=a.J(),this.g("padding",y,a),this.v())}}}),Ss.className="Placeholder";function ze(a){kn.call(this,Ne.Link),this.Qa=8,this.ef=null,this.ff="",this.uf=this.gn=null,this.vf="",this.uo=null,this.qk=xs,this.Om=0,this.Qm=xs,this.Rm=NaN,this.qj=Jv,this.po=.5,this.wd=null,this.Nb=new Ae().freeze(),this.Tg=this.Mg=null,this.ml=new pe,this.ua=new Re,this.u=this.o=this.Sf=this.Wf=null,this.su=new It,this.cq=this.Mw=this.Lw=null,this.vt=NaN,this.ba=null,this.j=[],a&&Object.assign(this,a)}Se(ze,kn),ze.prototype.cloneProtected=function(a){kn.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=ze.prototype,Ct.Af=function(a){kn.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&&ea(y),a=a.toPort,a!==null&&ea(a)},Ct.qb=function(a){a.classType===ze?(a.value&2)===2?this.routing=a:a===ma||a===sh||a===Fg?this.curve=a:a===Qc||a===Km||a===Xm?this.adjusting=a:a!==Jv&&a!==xs&&Vt("Unknown Link enum value for a Link property: "+a):kn.prototype.qb.call(this,a)},Ct.Xc=function(){this.ba===null&&(this.ba=new Rc)},Ct.si=function(){var a=this.fromNode;if(a!==null){var y=a.findVisibleNode();if(y!==null&&(a=y),vs(a)||jh(a))return!1}return a=this.toNode,!(a!==null&&(y=a.findVisibleNode(),y!==null&&(a=y),vs(a)||jh(a)))},Ct.zv=function(){return!1},Ct.Av=function(){},Ct.Zc=function(){return!1},ze.prototype.computeAngle=function(a,y,x){return ze.computeAngle(y,x)},ze.computeAngle=function(a,y){switch(a){default:case xs:a=0;break;case $c:a=y;break;case qc:a=y+90;break;case tp:a=y-90;break;case Qv:a=y+180;break;case Jm:a=Xt.bp(y),90a&&(a-=180);break;case ep:a=Xt.bp(y+90),90a&&(a-=180);break;case np:a=Xt.bp(y-90),90a&&(a-=180);break;case Qm:if(a=Xt.bp(y),45a||225a)return 0;90a&&(a-=180)}return Xt.bp(a)};function bg(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&&Uv(x,a),a.Ah=y,y!==null&&_v(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=ze.prototype,Ct.oh=function(){var a=this.containingGroup;a!==null&&this.fromNode!==a&&this.toNode!==a&&a.computesBoundsIncludingLinks&&kn.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 qS(a,y){a.wd===null&&(a.wd=new Ee),a.wd.add(y),a.v()}Ct.Vo=function(a){if(kn.prototype.Vo.call(this,a),Id(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)}Xc(this)}},Ct.Wo=function(a){if(kn.prototype.Wo.call(this,a),Id(this)&&this.Xo(this.actualBounds),!a){a=this.ef;var y=null;a!==null&&(y=this.fromPort,Hm(a,this,y));var x=this.uf;if(x!==null){var b=this.toPort;x===a&&b===y||Hm(x,this,b)}Jc(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))},ze.prototype.updateRelationshipsFromData=function(){if(this.data!==null){var a=this.diagram;a!==null&&a.partManager.updateRelationshipsFromData(this)}},ze.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?kn.prototype.move.call(this,a,!1):(a=It.allocAt(x.x+b,x.y+E),kn.prototype.move.call(this,a,!1),It.free(a)),rh(this,b,E),a=this.labelNodes;a.next();)y=a.value,x=y.position,y.moveTo(x.x+b,x.y+E)},ze.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},ze.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},ze.prototype.computeMidPoint=function(a){var y=this.pointsCount;if(y===0)return a.assign(qi),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()===ma))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()===ma){if(y===3){x=this.i(0),b=this.i(1);var E=this.i(2);return Xt.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),Xt.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;bx/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},ze.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()===ma))return this.ua.wx(.5);if(this.computeCurve()===ma&&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),Xt.My(a.x,a.y,y.x,y.y,b.x,b.y,x.x,x.y)}if(0b/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(0Math.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=ze.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 It(y,x))},Ct.Kz=function(a,y){this.Nb.Gb(a,y)},Ct.m=function(a,y,x){this.Nb.Gb(a,new It(y,x))},Ct.ne=function(a){this.Nb.add(a)},Ct.yf=function(a,y){this.Nb.add(new It(a,y))},Ct.pv=function(a){this.Nb.mb(a)},Ct.Fj=function(){this.Nb.clear()};function rh(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 Ae,z=a.Nb.iterator;z.next();){var tt=z.value;E.add(new It(tt.x+y,tt.y+x).freeze())}E.freeze(),z=a.Nb,a.Nb=E,tt=a.diagram,isNaN(y)||isNaN(x)||tt!==null&&tt.animationManager.zb?a.v():(a.ke.h(a.ke.x+y,a.ke.y+x),a.pa.h(a.pa.x+y,a.pa.y+x),ms(a)),b?Vm(a):(a.defaultFromPoint&&(a.defaultFromPoint=a.i(0)),a.defaultToPoint&&(a.defaultToPoint=a.i(a.pointsCount-1))),tt!==null&&tt.animationManager.zb&&tg(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;ttat&&(ft=-ft),kt=(0>rt?-1:1)*ft+yt,Dt=ut*(kt-yt)+St),yt=z.x+2*ot/3,St=z.y+2*rt/3;var Nt=yt,jt=St;Xt.B(rt,0)?jt=0rt?-1:1)*ft+yt,jt=ut*(Nt-yt)+St),this.Fj(),this.ne(z),this.yf(kt,Dt),this.yf(Nt,jt),this.ne(mt),this.dd(0,this.getLinkPoint(a,y,tt,!0,!1,b,E)),this.dd(3,this.getLinkPoint(b,E,x,!1,!1,a,y))}else z=b,mt=E,b=this.getLinkPoint(a,y,tt,!0,!1,z,mt),E=this.getLinkPoint(z,mt,x,!1,!1,a,y),this.hasCurviness()?(mt=E.x-b.x,x=E.y-b.y,tt=this.computeCurviness(),a=b.x+mt/2,y=b.y+x/2,z=a,ot=y,Xt.B(x,0)?ot=0tt&&(z=-z),z=(0>x?-1:1)*z+a,ot=mt*(z-a)+y),this.ne(b),this.yf(z,ot),this.ne(E)):(this.ne(b),this.ne(E),ot=pe.alloc(),y.mi(ot),rt=ot.ca(E),mt.mi(ot),at=ot.ca(b),(rt||at)&&(tt=y.ga(Um(tt),new It),this.dd(0,this.getLinkPointFromPoint(a,y,tt,E,!0,tt)),x=mt.ga(Um(x),new It),this.dd(1,this.getLinkPointFromPoint(z,mt,x,b,!1,x))),pe.free(ot))}else{ft=this.isAvoiding,mt&&(ut&&ft||at)&&this.Fj();var Gt=at?this.computeCurviness():0;ft=this.getLinkPoint(a,y,tt,!0,ut,b,E),yt=kt=St=0,(ut||!ot||at)&&(Dt=this.computeEndSegmentLength(a,y,tt,!0),yt=this.getLinkDirection(a,y,ft,tt,!0,ut,b,E),at&&(ot||tt.D(x)||!ut&&tt.x+x.x===1&&tt.y+x.y===1)&&(yt-=ut?90:30,0>Gt&&(yt-=180)),0>yt?yt+=360:360<=yt&&(yt-=360),at&&(Dt+=Math.abs(Gt)*(ut?1:2)),yt===0?St=Dt:yt===90?kt=Dt:yt===180?St=-Dt:yt===270?kt=-Dt:(St=Dt*Math.cos(yt*Math.PI/180),kt=Dt*Math.sin(yt*Math.PI/180)),tt.Mc()&&at&&(Dt=y.ga(ri,It.alloc()),Nt=It.allocAt(Dt.x+1e3*St,Dt.y+1e3*kt),this.getLinkPointFromPoint(a,y,Dt,Nt,!0,ft),It.free(Dt),It.free(Nt))),Dt=this.getLinkPoint(b,E,x,!1,ut,a,y);var _t=jt=Nt=0;if(ut||!rt||at){var Zt=this.computeEndSegmentLength(b,E,x,!1);_t=this.getLinkDirection(b,E,Dt,x,!1,ut,a,y),at&&(rt||tt.D(x)||!ut&&tt.x+x.x===1&&tt.y+x.y===1)&&(_t+=ut?0:30,0>Gt&&(_t+=180)),0>_t?_t+=360:360<=_t&&(_t-=360),at&&(Zt+=Math.abs(Gt)*(ut?1:2)),_t===0?Nt=Zt:_t===90?jt=Zt:_t===180?Nt=-Zt:_t===270?jt=-Zt:(Nt=Zt*Math.cos(_t*Math.PI/180),jt=Zt*Math.sin(_t*Math.PI/180)),x.Mc()&&at&&(x=E.ga(ri,It.alloc()),tt=It.allocAt(x.x+1e3*Nt,x.y+1e3*jt),this.getLinkPointFromPoint(b,E,x,tt,!1,Dt),It.free(x),It.free(tt))}x=ft,(ut||!ot||at)&&(x=new It(ft.x+St,ft.y+kt)),tt=Dt,(ut||!rt||at)&&(tt=new It(Dt.x+Nt,Dt.y+jt)),!mt&&!ut&&ot&&3Math.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}ze.prototype.getLinkPointFromPoint=function(a,y,x,b,E,z){if(z===void 0&&(z=new It),a===null||y===null)return z.assign(x),z;if(a.isVisible()||(E=a.findVisibleNode(),E!==null&&E!==a&&(y=E.port)),a=null,E=y.panel,E===null||E.se()||(E=E.panel),E===null){E=b.x,b=b.y;var tt=x.x;x=x.y}else{a=E.oe,E=1/(a.m11*a.m22-a.m12*a.m21),tt=a.m22*E;var ot=-a.m12*E,rt=-a.m21*E,at=a.m11*E,ut=E*(a.m21*a.dy-a.m22*a.dx),ft=E*(a.m12*a.dx-a.m11*a.dy);E=b.x*tt+b.y*rt+ut,b=b.x*ot+b.y*at+ft,tt=x.x*tt+x.y*rt+ut,x=x.x*ot+x.y*at+ft}return y.Sj(E,b,tt,x,z),a!==null&&z.transform(a),z};function _m(a,y){var x=y.Zn;return x===null&&(x=new Tf,x.port=y,x.node=y.part,y.Zn=x),a1(x,a)}ze.prototype.getLinkPoint=function(a,y,x,b,E,z,tt,ot){if(ot===void 0&&(ot=new It),x.sb()&&!Ng(x))return y.ga(x,ot),ot;if(x.$c()){var rt=_m(this,y);if(rt!==null){if(ot.assign(rt.Zo),E&&this.routing===e1){var at=_m(this,tt);if(at!==null&&rt.Gl=ut.y&&a.y<=ut.y+ut.height?ot.y=a.y:(x.Hf(Xs)||x.Hf(wa))&&a.x>=ut.x&&a.x<=ut.x+ut.width&&(ot.x=a.x),It.free(rt),It.free(at)}}return ot}}return x=y.ga(Um(x),It.alloc()),this.pointsCount>(E?6:2)?(tt=b?this.i(1):this.i(this.pointsCount-2),E&&(tt=Yv(x,tt.copy()))):(rt=this.computeSpot(!b,tt),z=It.alloc(),tt=tt.ga(Um(rt),z),E&&(tt=Yv(x,tt)),It.free(z)),this.getLinkPointFromPoint(a,y,x,tt,b,ot),It.free(x),ot},ze.prototype.getLinkDirection=function(a,y,x,b,E,z,tt,ot){t:if(b.sb())var rt=b.x>b.y?b.x>1-b.y?0:b.x<1-b.y?270:315:b.x1-b.y?90:b.x<1-b.y?180:135:.5>b.x?225:.5(z?6:2)?(ot=E?this.i(1):this.i(this.pointsCount-2),ot=z?Yv(rt,ot.copy()):x):(x=It.alloc(),ot=ot.ga(ri,x),It.free(x)),x=Math.abs(ot.x-rt.x)>Math.abs(ot.y-rt.y)?ot.x>=rt.x?0:180:ot.y>=rt.y?90:270,It.free(rt),rt=x}return b.Mc()&&tt.Td(a)&&(rt+=180,360<=rt&&(rt-=360)),Ng(b)||(a=y.li(),a===0)||(45<=a&&135>a?rt+=90:135<=a&&225>a?rt+=180:225<=a&&315>a&&(rt+=270),360<=rt&&(rt-=360)),rt},ze.prototype.computeEndSegmentLength=function(a,y,x,b){return y!==null&&x.$c()&&(a=_m(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)},ze.prototype.computeSpot=function(a,y){return y===void 0&&(y=null),a?(a=y||this.fromPort,a===null?a=ri:(y=this.fromSpot,y.Xb()&&(y=a.fromSpot),a=y===xr?di:y)):(a=y||this.toPort,a===null?a=ri:(y=this.toSpot,y.Xb()&&(y=a.toSpot),a=y===xr?di:y)),a};function Ng(a){return a===di||a.x===.5&&a.y===.5}function Um(a){return a.x===.5&&a.y===.5?a:ri}ze.prototype.computeOtherPoint=function(a,y){return this.computeAdjusting()!==xs&&4mt.width||ft.y>mt.height||0>ft.x+ft.width||0>ft.y+ft.height)){if(ft=Un.alloc(),ft.set(tt),ut instanceof Ne)ot=ut.Cf(a,y,x,b,E,ft);else if(this.path===ut){if(ut instanceof $n)if(ot=a,mt=b,ut.pickable===!1)ot=!1;else if(ft.multiply(ut.transform),mt)t:{var yt=ot,St=ft;if(ut.fh(yt,St))ot=!0;else{if(St===void 0&&(St=ut.transform,yt.Re(ut.actualBounds))){ot=!0;break t}ot=yt.left,mt=yt.right;var kt=yt.top;yt=yt.bottom;var Dt=It.alloc(),Nt=It.alloc(),jt=It.alloc(),Gt=Un.alloc();Gt.set(St),Gt.bv(ut.transform),Gt.Vj(),Nt.x=mt,Nt.y=kt,Nt.transform(Gt),Dt.x=ot,Dt.y=kt,Dt.transform(Gt),St=!1,Dd(ut,Dt,Nt,jt)?St=!0:(Dt.x=mt,Dt.y=yt,Dt.transform(Gt),Dd(ut,Dt,Nt,jt)?St=!0:(Nt.x=ot,Nt.y=yt,Nt.transform(Gt),Dd(ut,Dt,Nt,jt)?St=!0:(Dt.x=ot,Dt.y=kt,Dt.transform(Gt),Dd(ut,Dt,Nt,jt)&&(St=!0)))),Un.free(Gt),It.free(Dt),It.free(Nt),It.free(jt),ot=St}}else ot=ut.fh(ot,ft)}else ot=dr(ut,a,b,ft);ot&&(mt=ut,y!==null&&(mt=y(ut)),mt&&(x===null||x(mt))&&E.add(mt)),Un.free(ft)}}}return z===void 0&&Un.free(tt),ot||this.background!==null||this.areaBackground!==null}return z===void 0&&Un.free(tt),!1},ze.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?ma:this.curve},ze.prototype.computeCorner=function(){if(this.curve===ma)return 0;var a=this.corner;return(isNaN(a)||0>a)&&(a=10),a},ze.prototype.findMidLabel=function(){for(var a=this.path,y=this.O.s,x=y.length,b=0;brt?-Math.PI/2:Math.PI/2;else ut=Math.atan(rt/Math.abs(ot)),0>ot&&(ut=Math.PI-ut);tt=y.x;var ft=y.y;ot=b.x-tt;var mt=b.y-ft;for(rt=Math.sqrt(ot*ot+mt*mt),Xt.$(ot,0)?mt=0>mt?-Math.PI/2:Math.PI/2:(mt=Math.atan(mt/Math.abs(ot)),0>ot&&(mt=Math.PI-mt)),at=rt/at,ut=mt-ut,this.dd(a,y),a+=1;art?-Math.PI/2:Math.PI/2:(rt=Math.atan(rt/Math.abs(ot)),0>ot&&(rt=Math.PI-rt)),ot=rt+ut,y*=at,this.L(a,tt+y*Math.cos(ot),ft+y*Math.sin(ot)));this.dd(x,b)}}return!0;case Xm:if(z=this.i(a),ft=this.i(x),!z.Xa(y)||!ft.Xa(b)){E=z.x,z=z.y,tt=ft.x,ft=ft.y,at=(tt-E)*(tt-E)+(ft-z)*(ft-z),ot=y.x,ut=y.y,rt=b.x,mt=b.y;var yt=1;if(rt-ot!==0){var St=(mt-ut)/(rt-ot);yt=Math.sqrt(1+1/(St*St))}else St=9e9;for(this.dd(a,y),a+=1;ay?y+=360:360<=y&&(y-=360),0>b?b+=360:360<=b&&(b-=360);var tt=b;y=315<=y||45>y?0:45<=y&&135>y?90:135<=y&&225>y?180:270,b=315<=b||45>b?0:45<=b&&135>b?90:135<=b&&225>b?180:270;var ot=E.actualBounds.copy(),rt=z.actualBounds.copy();if(ot.w()&&rt.w()){ot.Bc(ip,ip),rt.Bc(ip,ip),ot.Ye(a),rt.Ye(x);var at=It.alloc(),ut=It.alloc();y===0?x.x>a.x||b===270&&x.ya.x||b===90&&x.y>a.y&&rt.right>a.x?(at.h(x.x,a.y),ut.h(x.x,(a.y+x.y)/2),b===180?(at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1),ut.x=at.x,ut.y=x.y):b===270&&x.ya.y?(at.x=a.xrt.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):rt.right,ut.x=at.x,ut.y=x.y):b===0&&a.xrt.top&&a.yot.bottom)&&(b===180&&(rt.ca(a)||ot.ca(x))?at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.ya.y&&(b===180||b===270)&&(at.y=this.computeMidOrthoPosition(a.x,ot.bottom,x.x,Math.min(x.y,rt.top),!0)),ut.x=x.x,ut.y=at.y),at.y>ot.top&&at.y=ot.left&&x.x<=a.x||a.x<=rt.right&&a.x>=x.x?(b===90||b===270)&&(at.h(Math.max((a.x+x.x)/2,a.x),a.y),ut.h(at.x,x.y)):(at.y=b===270||(b===0||b===180)&&x.ya.y&&rt.lefta.y?(at.x=a.x>rt.right?this.computeMidOrthoPosition(a.x,a.y,rt.right,x.y,!1):a.x>rt.left&&(b===270&&a.yrt.bottom)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):rt.left,ut.x=at.x,ut.y=x.y):b===180&&a.x>rt.right&&a.y>rt.top&&a.yot.bottom)&&(b===0&&(rt.ca(a)||ot.ca(x))?at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):x.ya.y&&(b===0||b===270)&&(at.y=this.computeMidOrthoPosition(a.x,ot.bottom,x.x,Math.min(x.y,rt.top),!0)),ut.x=x.x,ut.y=at.y),at.y>ot.top&&at.y=a.x||a.x>=rt.left&&a.x<=x.x?(b===90||b===270)&&(at.h(Math.min((a.x+x.x)/2,a.x),a.y),ut.h(at.x,x.y)):(at.y=b===270||(b===0||b===180)&&x.ya.y||b===180&&x.xa.y||b===0&&x.x>a.x&&rt.bottom>a.y?(at.h(a.x,x.y),ut.h((a.x+x.x)/2,x.y),b===270?(at.y=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0),ut.x=x.x,ut.y=at.y):b===180&&x.xa.x?(at.y=a.yrt.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):rt.bottom,ut.x=x.x,ut.y=at.y):b===90&&a.yrt.left&&a.xot.right)&&(b===270&&(rt.ca(a)||ot.ca(x))?at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.xa.x&&(b===270||b===180)&&(at.x=this.computeMidOrthoPosition(ot.right,a.y,Math.min(x.x,rt.left),x.y,!1)),ut.x=at.x,ut.y=x.y),at.x>ot.left&&at.x=ot.top&&x.y<=a.y||a.y<=rt.bottom&&a.y>=x.y?(b===0||b===180)&&(at.h(a.x,Math.max((a.y+x.y)/2,a.y)),ut.h(x.x,at.y)):(at.x=b===180||(b===90||b===270)&&x.xa.x&&rt.top=a.x?(at.y=a.y>rt.bottom?this.computeMidOrthoPosition(a.x,a.y,x.x,rt.bottom,!0):a.y>rt.top&&(b===180&&a.xrt.right)?this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!0):rt.top,ut.x=x.x,ut.y=at.y):b===270&&a.y>rt.bottom&&a.x>rt.left&&a.xot.right)&&(b===90&&(rt.ca(a)||ot.ca(x))?at.x=this.computeMidOrthoPosition(a.x,a.y,x.x,x.y,!1):x.xa.x&&(b===90||b===180)&&(at.x=this.computeMidOrthoPosition(ot.right,a.y,Math.min(x.x,rt.left),x.y,!1)),ut.x=at.x,ut.y=x.y),at.x>ot.left&&at.x=a.y||a.y>=rt.top&&a.y<=x.y?(b===0||b===180)&&(at.h(a.x,Math.min((a.y+x.y)/2,a.y)),ut.h(x.x,at.y)):(at.x=b===180||(b===90||b===270)&&x.x=Ag&&(o1(yt),ot.Bc(yt.Ho*yt.Hx,yt.Go*yt.Ix),r1(yt,a,y,ft,b,ot,!1),rt=ql(yt,ft.x,ft.y)),!yt.abort&&rtthis.pointsCount?(y===0||y===180?(ot.x=a.x,ot.y=ft.y):(ot.x=ft.x,ot.y=a.y),this.L(2,ot.x,ot.y),this.m(3,ot.x,ot.y)):(tt=this.i(3),y===0||y===180?Xt.B(ot.x,tt.x)?(ot=y===0?Math.max(ot.x,a.x):Math.min(ot.x,a.x),this.L(2,ot,a.y),this.L(3,ot,tt.y)):Xt.B(ot.y,tt.y)?(Math.abs(a.y-ot.y)<=yt.Go/2&&(this.L(2,ot.x,a.y),this.L(3,tt.x,a.y)),this.m(2,ot.x,a.y)):this.L(2,a.x,ot.y):(y===90||y===270)&&(Xt.B(ot.y,tt.y)?(ot=y===90?Math.max(ot.y,a.y):Math.min(ot.y,a.y),this.L(2,a.x,ot),this.L(3,tt.x,ot)):Xt.B(ot.x,tt.x)?(Math.abs(a.x-ot.x)<=yt.Ho/2&&(this.L(2,a.x,ot.y),this.L(3,a.x,tt.y)),this.m(2,a.x,ot.y)):this.L(2,ot.x,a.y))),x!==null&&(a=this.i(1),tt=this.i(2),a.x!==tt.x&&a.y!==tt.y?y===0||y===180?this.m(2,a.x,tt.y):this.m(2,tt.x,a.y):y===0||y===180?this.m(2,E.x,x.y):this.m(2,x.x,E.y)),St!==null&&(b===0||b===180?this.yf(z.x,St.y):this.yf(St.x,z.y)),y=!0):y=!1}}}else y=!1;y||(this.ne(at.copy()),this.ne(ut.copy())),It.free(at),It.free(ut)}},ze.prototype.computeMidOrthoPosition=function(a,y,x,b,E){var z=0;return!this.hasCurviness()||this.computeSpot(!0,this.fromPort).$c()||this.computeSpot(!1,this.toPort).$c()||(z=this.computeCurviness()),E?(y+b)/2+z:(a+x)/2+z};function Zv(a){if(a.diagram===null||!a.isAvoiding||!ug(a.diagram))return!1;var y=a.points.s,x=y.length;if(4>x)return!1;a=hg(a.diagram,!0,a.containingGroup,null);for(var b=1;bRd&&ql(y,ut,ft)!==at-1&&(ql(y,x-ot,b)===at-1?(E=180,ut=x-ot,ft=b):ql(y,x+ot,b)===at-1?(E=0,ut=x+ot,ft=b):ql(y,x,b-rt)===at-1?(E=270,ut=x,ft=b-rt):ql(y,x,b+rt)===at-1&&(E=90,ut=x,ft=b+rt));at>Rd&&ql(y,ut,ft)===at-1;)x=ut,b=ft,E===0?ut+=ot:E===90?ft+=rt:E===180?ut-=ot:ft-=rt,--at;z?at>Rd&&(E===180||E===0?x=Math.floor(x/ot)*ot+ot/2:(E===90||E===270)&&(b=Math.floor(b/rt)*rt+rt/2)):(x=Math.floor(x/ot)*ot+ot/2,b=Math.floor(b/rt)*rt+rt/2),at>Rd&&(z=E,tt=x,ut=b,E===0?(z=90,ut+=rt):E===90?(z=180,tt-=ot):E===180?(z=270,ut-=rt):E===270&&(z=0,tt+=ot),ql(y,tt,ut)===at-1?Kv(a,y,tt,ut,z,!1,z):(tt=x,ut=b,E===0?(z=270,ut-=rt):E===90?(z=0,tt+=ot):E===180?(z=90,ut+=rt):E===270&&(z=180,tt-=ot),ql(y,tt,ut)===at-1&&Kv(a,y,tt,ut,z,!1,z))),a.yf(x,b)}ze.prototype.ez=function(a){var y=a.x;a=a.y;for(var x=this.i(0),b=this.i(1),E=gi(y,a,x.x,x.y,b.x,b.y),z=0,tt=1;ttthis.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=y&&(b=y-1),rt=this.i(b),z.x=Math.min(rt.x,z.x),z.y=Math.min(rt.y,z.y);b=z.x,rt=z.y}else{for(rt=0;rtDt?St>yt?(z.x=Nt-Gt,z.y=yt-Gt,E.x=Nt+kt,E.y=yt+kt):(z.x=Nt-Gt,z.y=yt+Gt,E.x=Nt+kt,E.y=yt-kt):St>yt?(z.x=Nt+Gt,z.y=yt-Gt,E.x=Nt-kt,E.y=yt+kt):(z.x=Nt+Gt,z.y=yt+Gt,E.x=Nt-kt,E.y=yt-kt)),Xt.$(Dt,Nt)&&Xt.$(yt,St)&&(yt>mt?(jt>Nt?(z.x=Nt-Gt,z.y=yt-Gt,E.x=Nt+kt):(z.x=Nt+Gt,z.y=yt-Gt,E.x=Nt-kt),E.y=yt+kt):(jt>Nt?(z.x=Nt-Gt,z.y=yt+Gt,E.x=Nt+kt):(z.x=Nt+Gt,z.y=yt+Gt,E.x=Nt-kt),E.y=yt-kt)),(Xt.$(Dt,Nt)&&Xt.$(Nt,jt)||Xt.$(mt,yt)&&Xt.$(yt,St))&&(Dt=.5*(Dt+jt),mt=.5*(mt+St),z.x=Dt,z.y=mt,E.x=Dt,E.y=mt),(ft===1||ft===2&&Xt.$(tt.x,this.i(0).x)&&Xt.$(tt.y,this.i(0).y))&&(x.x=.5*(tt.x+at.x),x.y=.5*(tt.y+at.y)),nh(ot,x.x-b,x.y-rt,z.x-b,z.y-rt,at.x-b,at.y-rt),y.set(z),x.set(E),tt=at}}at=tt.x,tt=tt.y,ut=this.i(this.pointsCount-1),this.computeShortLength(!1)!==0&&(ut=Cf(this,ut.copy(),!1,ho)),at=.5*(at+ut.x),tt=.5*(tt+ut.y),nh(ot,E.x-b,E.y-rt,at-b,tt-rt,ut.x-b,ut.y-rt),It.free(y),It.free(x),It.free(z),It.free(E)}else for(x=3;x=y&&(x=y-1),E=this.i(x-1),tt=this.i(x),x===y-1&&this.computeShortLength(!1)!==0&&(tt=Cf(this,tt.copy(),!1,ho)),nh(ot,z.x-b,z.y-rt,E.x-b,E.y-rt,tt.x-b,tt.y-rt);else{for(z=It.alloc(),z.assign(this.i(0)),E=It.alloc(),E.assign(z),tt=this.computeCorner(),ft=1,at=0;ft=y-1){if(!z.D(ut))this.computeShortLength(!1)!==0&&(ut=Cf(this,ut.copy(),!1,ho)),Lf(this,ot,-b,-rt,z,ut,x);else if(at===0)for(ft=1;ftz.x?_t=mt.x-St:_t=mt.x+St,Nt.y>mt.y?jt=mt.y+Gt:jt=mt.y-Gt,Nt=It.allocAt(_t,Zt),Lf(this,ot,ft,Dt,z,Nt,kt),It.free(Nt),Im(ot,mt.x+ft,mt.y+Dt,yt+ft,jt+Dt),z.h(yt,jt)}else Xt.B(z.x,mt.x)&&Xt.B(mt.y,Nt.y)?(St=Math.min(tt,Math.abs(mt.y-E.y)/2),St=Gt=Math.min(St,Math.abs(Nt.x-mt.x)/2),Xt.B(Gt,0)?(Lf(this,ot,ft,Dt,z,mt,kt),z.assign(mt)):(_t=mt.x,Zt=mt.y,yt=_t,jt=Zt,mt.y>z.y?Zt=mt.y-St:Zt=mt.y+St,Nt.x>mt.x?yt=mt.x+Gt:yt=mt.x-Gt,Nt=It.allocAt(_t,Zt),Lf(this,ot,ft,Dt,z,Nt,kt),It.free(Nt),Im(ot,mt.x+ft,mt.y+Dt,yt+ft,jt+Dt),z.h(yt,jt))):(Lf(this,ot,ft,Dt,z,mt,kt),z.assign(mt));E.assign(ut),ft=at}It.free(z)}Rm=ot}else ot=this.i(1).copy(),ot.x-=b,ot.y-=rt,this.computeShortLength(!0)!==0&&(E=Cf(this,E,!0,z)),this.computeShortLength(!1)!==0&&(ot=Cf(this,ot,!1,z)),a.type=Re.j,a.startX=E.x,a.startY=E.y,a.endX=ot.x,a.endY=ot.y;return this.lk=!0,a};function Ym(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),Xt.$(a,0)?y:Xt.$(y,0)?a:Math.sqrt(a*a+y*y)))}function Cf(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=Ym(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=Ym(y.x,y.y,x,z),b===0)return y;E=E===2?.5*b:b,a=a.computeShortLength(!1),a>E&&(a=E),E=a*(y.y-z)/b,y.x-=a*(y.x-x)/b,y.y-=E}return y}function Xv(a,y,x,b){for(var E=a.pointsCount,z=y;Xt.$(y.x,z.x)&&Xt.$(y.y,z.y);){if(x>=E)return E-1;z=a.i(x++)}if(!Xt.$(y.x,z.x)&&!Xt.$(y.y,z.y))return x-1;for(var tt=z;Xt.$(y.x,z.x)&&Xt.$(z.x,tt.x)&&(!b||(y.y>=z.y?z.y>=tt.y:z.y<=tt.y))||Xt.$(y.y,z.y)&&Xt.$(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}ze.prototype.computeJumpLength=function(){return 10};function Lf(a,y,x,b,E,z,tt){if(!tt&&Id(a)){tt=a.computeJumpLength();var ot=tt/2,rt=[],at=0;if(a.isVisible()&&(at=kx(a,E,z,rt)),0ft-tt);)at--,ft=Math.max(ut-ot,z.x);ut=z.y-tt+b,ft+=x,yt=z.y+b,a.curve===sh?Tg(y,ft,yt,!1):nh(y,mt,ut,ft,ut,ft,yt)}else if(Xt.B(E.x,z.x))if(E.yut-tt);)at--,ut=Math.max(ft-ot,z.y);ft=z.x-tt+x,yt=z.x+x,ut+=b,a.curve===sh?Tg(y,yt,ut,!1):nh(y,ft,mt,ft,ut,yt,ut)}}}y.lineTo(z.x+x,z.y+b)}function kx(a,y,x,b){var E=a.diagram;if(E===null||y.D(x))return 0;for(E=E.layers;E.next();){var z=E.value;if(z!==null&&z.visible){z=z.Pa.s;for(var tt=z.length,ot=0;ottt.x&&ut.x>=at.x||at.xtt.y&&ut.y>=at.y||at.ytt&&Math.min(St,kt)ut&&!Xt.B(St,kt)){ot.x=ut,ot.y=tt,ut=!0;break t}}else if(Xt.B(ft,yt)&&Xt.B(St,kt)&&Math.min(ut,mt)St&&Math.min(tt,Dt)ft&&!Xt.B(tt,Dt)){ot.x=St,ot.y=ft,ut=!0;break t}ot.x=0,ot.y=0,ut=!1}ut&&(E?x.push(ot.x):x.push(ot.y)),tt=at}It.free(ot)}function Id(a){return a=a.curve,a===Fg||a===sh}function Zm(a,y){(y||Id(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()))}ze.prototype.Xo=function(a){var y=this.layer;if(y!==null&&y.visible&&!y.isTemporary){var x=y.diagram;if(x!==null&&!x.animationManager.isTicking){var b=!1;for(x=x.layers;x.next();){var E=x.value;if(E.visible){if(E===y){b=!0;var z=!1;E=E.Pa.s;for(var tt=E.length,ot=0;ota&&nn(a,">= 0",ze,"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:xr},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&&ea(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&&nn(a,">= 0",ze,"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=b&&(z=b-1);var ot=this.i(z-1),rt=this.i(z);Xt.Dl(E.x,E.y,tt.x,tt.y,ot.x,ot.y,rt.x,rt.y,.5,a),y=Math.min(rt.x,y),x=Math.min(rt.y,x),E=rt}else for(E=this.i(0),z=this.i(1),y=Math.min(E.x,z.x),x=Math.min(E.y,z.y),a.h(E.x,E.y,0,0),a.Ye(z),E=2;Eb&&(b=-b)):Xt.$(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;bthis.pointsCount)return this.lk=!0,this.ua;this.ua=this.makeGeometry()}return this.ua}},firstPickIndex:{get:function(){return 2>=this.pointsCount?0:this.isOrthogonal||!Ng(this.computeSpot(!0))?1:0}},lastPickIndex:{get:function(){var a=this.pointsCount;return a===0?0:2>=a?a-1:this.isOrthogonal||!Ng(this.computeSpot(!1))?a-2:a-1}},adjusting:{get:function(){return this.qk},set:function(a){var y=this.qk;y!==a&&(this.qk=a,this.g("adjusting",y,a))}},corner:{get:function(){return this.Om},set:function(a){var y=this.Om;y!==a&&(this.Om=a,this.qc(),this.g("corner",y,a))}},curve:{get:function(){return this.Qm},set:function(a){var y=this.Qm;y!==a&&(this.Qm=a,this.bb(),this.qc(),Zm(this,y===sh||y===Fg||a===sh||a===Fg),this.g("curve",y,a))}},curviness:{get:function(){return this.Rm},set:function(a){var y=this.Rm;y!==a&&(this.Rm=a,this.bb(),this.qc(),this.g("curviness",y,a))}},routing:{get:function(){return this.qj},set:function(a){var y=this.qj;y!==a&&(this.qj=a,this.Wf=null,this.bb(),Zm(this,(y.value&2)===2||(a.value&2)===2),this.g("routing",y,a))}},smoothness:{get:function(){return this.po},set:function(a){var y=this.po;y!==a&&(this.po=a,this.qc(),this.g("smoothness",y,a))}},key:{get:function(){var a=this.diagram;if(a!==null&&a.model.ri())return a.model.Ac(this.data)}}}),ze.prototype.invalidateOtherJumpOvers=ze.prototype.Xo,ze.prototype.findClosestSegment=ze.prototype.ez,ze.prototype.updateRoute=ze.prototype.vg,ze.prototype.invalidateRoute=ze.prototype.bb,ze.prototype.rollbackRoute=ze.prototype.rv,ze.prototype.commitRoute=ze.prototype.zf,ze.prototype.startRoute=ze.prototype.uh,ze.prototype.clearPoints=ze.prototype.Fj,ze.prototype.removePoint=ze.prototype.pv,ze.prototype.addPointAt=ze.prototype.yf,ze.prototype.addPoint=ze.prototype.ne,ze.prototype.insertPointAt=ze.prototype.m,ze.prototype.insertPoint=ze.prototype.Kz,ze.prototype.setPointAt=ze.prototype.L,ze.prototype.setPoint=ze.prototype.dd,ze.prototype.getPoint=ze.prototype.i,ze.prototype.getOtherPort=ze.prototype.Cz,ze.prototype.getOtherNode=ze.prototype.To;var kf=null,Mf=null,Jv=new ue(ze,"Normal",1),Tx=new ue(ze,"Orthogonal",2),bx=new ue(ze,"AvoidsNodes",6),e1=new ue(ze,"AvoidsNodesStraight",7),xs=new ue(ze,"None",0),ma=new ue(ze,"Bezier",9),sh=new ue(ze,"JumpGap",10),Fg=new ue(ze,"JumpOver",11),Qc=new ue(ze,"End",17),Km=new ue(ze,"Scale",18),Xm=new ue(ze,"Stretch",19),$c=new ue(ze,"OrientAlong",21),qc=new ue(ze,"OrientPlus90",22),tp=new ue(ze,"OrientMinus90",23),Qv=new ue(ze,"OrientOpposite",24),Jm=new ue(ze,"OrientUpright",25),ep=new ue(ze,"OrientPlus90Upright",26),np=new ue(ze,"OrientMinus90Upright",27),Qm=new ue(ze,"OrientUpright45",28),n1=16,i1=14,ip=8;ze.className="Link",ze.Normal=Jv,ze.Orthogonal=Tx,ze.AvoidsNodes=bx,ze.AvoidsNodesStraight=e1,ze.None=xs,ze.Bezier=ma,ze.JumpGap=sh,ze.JumpOver=Fg,ze.End=Qc,ze.Scale=Km,ze.Stretch=Xm,ze.OrientAlong=$c,ze.OrientPlus90=qc,ze.OrientMinus90=tp,ze.OrientOpposite=Qv,ze.OrientUpright=Jm,ze.OrientPlus90Upright=ep,ze.OrientMinus90Upright=np,ze.OrientUpright45=Qm,ze.EndSegmentStep=8,ze.CurvinessStart=n1,ze.SpacingMin=i1,ze.OrthoShortCut=ip;function $m(a,y,x,b){Oi(this),this.Fe=this.qq=!1,this.Ds=a,this.Ox=y,this.cv=x,this.Px=b,this.links=[]}$m.prototype.Sl=function(){if(!this.qq){var a=this.links;0=a.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=Rd&&(x[b]=$v)}op.prototype.Yj=function(a,y,x,b){if(a>this.En||a+xthis.Fn||y+ba&&(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]===ah)return!1}return!0};function tu(a,y,x,b,E,z,tt,ot,rt){if(!(ytt||xrt)){var at=y|0,ut=x|0,ft=a.ac[at][ut];if(ft>=Rd&&ft=a.ac[at][ut]);)a.ac[at][ut]=ft,ft+=1,E?ut+=b:at+=b;if(at=E?ut:at,E)if(0at;x+=b)tu(a,y,x,1,!E,z,tt,ot,rt),tu(a,y,x,-1,!E,z,tt,ot,rt);else if(0at;y+=b)tu(a,y,x,1,!E,z,tt,ot,rt),tu(a,y,x,-1,!E,z,tt,ot,rt)}}function qm(a,y,x,b,E,z,tt,ot,rt){y|=0,x|=0;var at=ah,ut=Rd;for(a.ac[y][x]=ut;at===ah&&y>z&&yot&&xz&&yot&&x=Math.abs(ot-at)&&1>=Math.abs(rt-ut))a.abort=!0;else{var ft=z.x;b=z.y,y=z.x+z.width;var mt=z.y+z.height;ft-=a.Nd,ft/=a.rc,b-=a.Od,b/=a.sc,y-=a.Nd,y/=a.rc,mt-=a.Od,mt/=a.sc,z=Math.max(0,Math.min(a.di,ft|0)),y=Math.min(a.di,Math.max(0,y|0)),ft=Math.max(0,Math.min(a.ei,b|0)),mt=Math.min(a.ei,Math.max(0,mt|0)),b=a.ac,ot|=0,rt|=0,at|=0,ut|=0;var yt=x===0||x===90?1:-1;if(x=x===90||x===270,b[ot][rt]===ah?(qm(a,ot,rt,yt,x,z,y,ft,mt),qm(a,ot,rt,1,!x,z,y,ft,mt),qm(a,ot,rt,-1,!x,z,y,ft,mt)):qm(a,ot,rt,yt,x,ot,rt,ot,rt),b[at][ut]===ah?(t0(a,at,ut,E===0||E===90?1:-1,E===90||E===270,z,y,ft,mt),t0(a,at,ut,1,!(E===90||E===270),z,y,ft,mt),t0(a,at,ut,-1,!(E===90||E===270),z,y,ft,mt)):t0(a,at,ut,yt,x,at,ut,at,ut),x=hn(),tt&&s1(a,at,ut,E,ot,rt,x))for((x[0]!==at||x[1]!==ut)&&(x.unshift(ut),x.unshift(at)),(x[x.length-2]!==ot||x[x.length-1]!==rt)&&(x.push(ot),x.push(rt)),a=Rd,E=x[x.length-2],tt=x[x.length-1],b[E][tt]=a++,z=x.length-4;0<=z;z-=2)for(E=x[z+2],tt=x[z+3],y=x[z],at=x[z+1];y>E?E++:ytt?tt++:atE)ut--;else break;else if(ft>z)ft--;else break;var mt=ot[ut][ft];if(mt===0||mt===qv)break;rt=ut,at=ft}for(;;){if(ut=b,ft=rt,mt=at,b===0?mtz&&(ut=270,mt--):b===90?ftE&&(ut=180,ft--):b===180?mtz&&(ut=270,mt--):ftE&&(ut=180,ft--),ft=ot[ft][mt],ut!==b&&ft!==0&&ft!==qv){if(tt.push(rt),tt.push(at),s1(a,rt,at,ut,E,z,tt))return!0;tt.pop(),tt.pop()}if(ot[rt][at]=qv,b===0){if(rt===y)return!1;rt--}else if(b===90){if(at===x)return!1;at--}else if(b===180){if(rt===y)return!1;rt++}else{if(at===x)return!1;at++}}}Ye.Object.defineProperties(op.prototype,{bounds:{get:function(){return new pe(this.Nd,this.Od,this.En-this.Nd,this.Fn-this.Od)}},Ho:{get:function(){return this.rc},set:function(a){0=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 90180+a&&x<=360-a?270:0;case 13:return 180a&&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}Tf.prototype.Sl=function(){this.pe.length=0};function a1(a,y){var x=a.pe;if(x.length===0){t:if(!a.ap){x=a.ap,a.ap=!0;var b=null,E=a.node,z=E instanceof Zn?E:null;if(z===null||z.isSubGraphExpanded)var tt=E.isTreeExpanded?E.findLinksConnected(a.port.portId):E.qx();else{if(!z.actualBounds.w()){a.ap=x;break t}b=z,tt=b.Lu()}z=a.pe.length=0;var ot=a.port.ga(ki,It.alloc()),rt=a.port.ga(Uo,It.alloc());for(E=pe.allocAt(ot.x,ot.y,0,0),E.Ye(rt),It.free(ot),It.free(rt),ot=It.allocAt(E.x+E.width/2,E.y+E.height/2),rt=a.port.li(),tt=tt.iterator;tt.next();){var at=tt.value;if(at.isVisible()&&at.fromPort!==at.toPort){var ut=at.fromPort===a.port||at.fromNode!==null&&at.fromNode.Td(b),ft=at.computeSpot(ut,a.port);if(ft.$c()&&(ut=ut?at.toPort:at.fromPort,ut!==null)){var mt=ut.part;if(mt!==null){var yt=mt.findVisibleNode();yt!==null&&yt!==mt&&(mt=yt,ut=mt.port),ut=at.computeOtherPoint(mt,ut),mt=ot.ab(ut),mt-=rt,0>mt?mt+=360:360<=mt&&(mt-=360),ft=Nx(E,ft,mt,at.isOrthogonal),ft===0?(ft=4,180mt&&(mt+=360)),yt=a.pe[z],yt===void 0?(yt=new ty(at,mt,ft),a.pe[z]=yt):(yt.link=at,yt.angle=mt,yt.Nc=ft),yt.hv.set(ut),z++}}}}for(It.free(ot),a.pe.sort(Tf.prototype.j),rt=a.pe.length,b=-1,z=ot=0;zMath.abs(kt)?(jt=Math.abs(kt)/mt,mt=Math.abs(kt)):jt=1;break;case 2:yt>Math.abs(Gt)?(jt=Math.abs(Gt)/yt,yt=Math.abs(Gt)):jt=1;break;case 1:ft>Math.abs(kt)?(jt=Math.abs(kt)/ft,ft=Math.abs(kt)):jt=1;break;default:case 4:ut>Math.abs(Gt)?(jt=Math.abs(Gt)/ut,ut=Math.abs(Gt)):jt=1}Nt=0}var ie=_t.Zo;if(b===Vv){switch(_t=_t.link.computeThickness(),_t*=jt,ie.set(Zt),St){case 8:ie.x=Zt.x+kt/2+mt/2-Nt-_t/2;break;case 2:ie.y=Zt.y+Gt/2+yt/2-Nt-_t/2;break;case 1:ie.x=Zt.x+kt/2-ft/2+Nt+_t/2;break;default:case 4:ie.y=Zt.y+Gt/2-ut/2+Nt+_t/2}Nt+=_t}else{var Ze=.5;b===Wm&&(Ze=(_t.Uo+1)/(_t.Gl+1)),ie.x=Zt.x+kt*Ze,ie.y=Zt.y+Gt*Ze}}}for(It.free(ot),It.free(rt),It.free(tt),It.free(at),Zt=a.pe,z=0;zy.Nc?1:a.angley.angle?1:0},Tf.prototype.computeEndSegmentLength=function(a){var y=a.link,x=y.computeEndSegmentLength(this.node,this.port,di,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=y-1?(z=0,b=x,E+=tt+20,tt=0):z++}},po.prototype.doMinimalNetworkLayout=function(){var a=Math.ceil(Math.sqrt(this.network.vertexes.count));this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin);for(var y=this.arrangementOrigin.x,x=y,b=this.arrangementOrigin.y,E=0,z=0,tt=this.network.vertexes.iterator;tt.next();){var ot=tt.value.node;if(!(ot===null||ot instanceof ze)&&(rp(ot),this.rh(ot))){var rt=ot.measuredBounds,at=rt.width;rt=rt.height,ot.moveTo(x,b),ot instanceof Zn&&(ot.rh=!1),x+=Math.max(at,50)+20,z=Math.max(z,Math.max(rt,50)),E>=a-1?(E=0,x=y,b+=z+20,z=0):E++}}},po.prototype.rh=function(a){return!!(!a.location.w()||a instanceof Zn&&a.rh)};function Wh(a,y,x,b,E,z,tt,ot){for(x=x.iterator;x.next();){var rt=x.value;b&&!rt.isTopLevel||E!==null&&!E(rt)||!rt.canLayout()||(z&&rt instanceof Qe?rt.isLinkLabel||(rt instanceof Zn&&rt.layout===null?Wh(a,y,rt.memberParts,!1,E,z,tt,ot):(rp(rt),y.add(rt))):tt&&rt instanceof ze?y.add(rt):!ot||!rt.Zc()||rt instanceof Qe||(rp(rt),y.add(rt)))}}function rp(a){var y=a.actualBounds;(y.width===0||y.height===0||isNaN(y.width)||isNaN(y.height))&&a.Va()}po.prototype.ni=function(a,y){var x=this.boundsComputation;return x!==null?(y||(y=new pe),x(a,this,y)):y?(y.set(a.actualBounds),y):a.actualBounds},po.prototype.ex=function(a){var y=new Ee;return a instanceof oe?(Wh(this,y,a.nodes,!0,null,!0,!0,!0),Wh(this,y,a.links,!0,null,!0,!0,!0),Wh(this,y,a.parts,!0,null,!0,!0,!0)):a instanceof Zn?Wh(this,y,a.memberParts,!1,null,!0,!0,!0):Wh(this,y,a.iterator,!1,null,!0,!0,!0),y},po.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(ki),(isNaN(x.x)||isNaN(x.y))&&x.set(a),a=y.padding,x.x+=a.left,x.y+=a.top),x}return a},Ye.Object.defineProperties(po.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())}}}),po.prototype.collectParts=po.prototype.ex,po.prototype.getLayoutBounds=po.prototype.ni,po.prototype.invalidateLayout=po.prototype.C,po.className="Layout";function $i(a){Oi(this),this.Sc=a,this.wf=new Ee,this.ye=new Ee,this.Es=new Cn,this.zs=new Cn}$i.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 Ee,this.ye=new Ee,this.Es=new Cn,this.zs=new Cn},$i.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,1y?1:0):1:y!==null?-1:0}Ye.Object.defineProperties(or.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=pe.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),pe.free(x),!(a instanceof Zn)&&(a=a.locationObject.ga(ri),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 Ee,y=this.sourceEdges;y.next();)a.add(y.value.fromVertex);return a.iterator}},destinationVertexes:{get:function(){for(var a=new Ee,y=this.destinationEdges;y.next();)a.add(y.value.toVertex);return a.iterator}},vertexes:{get:function(){for(var a=new Ee,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 Ae,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}}}),or.prototype.deleteDestinationEdge=or.prototype.Jl,or.prototype.addDestinationEdge=or.prototype.zl,or.prototype.deleteSourceEdge=or.prototype.Kl,or.prototype.addSourceEdge=or.prototype.Cl,or.className="LayoutVertex",or.standardComparer=oy,or.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 "+(this.qd?this.qd.toString():"null"))),y},na.prototype.gm=function(){var a=this.kd;this.kd=this.qd,this.qd=a},na.prototype.commit=function(){},na.prototype.Ax=function(a){return this.qd===a?this.kd:this.kd===a?this.qd:null},Ye.Object.defineProperties(na.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)}}}),na.prototype.getOtherVertex=na.prototype.Ax,na.className="LayoutEdge";function br(a){po.call(this),this.isViewportSized=!0,this.yo=this.zo=NaN,this.yg=new Ge(NaN,NaN).freeze(),this.tf=new Ge(10,10).freeze(),this.Jb=sp,this.Rb=n0,this.nd=ap,this.hd=u1,a&&Object.assign(this,a)}Se(br,po),br.prototype.cloneProtected=function(a){po.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},br.prototype.qb=function(a){a.classType===br?a===ap||a===o0||a===ry||a===i0?this.sorting=a:a===n0||a===vl?this.arrangement=a:a===sp||a===e0?this.alignment=a:Vt("Unknown enum value: "+a):po.prototype.qb.call(this,a)},br.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 Zn)for(b=b.memberParts;b.next();)y.remove(b.value)}else y.remove(b)}var E=y.Fa();if(E.length!==0){switch(this.sorting){case i0:E.reverse();break;case ap:E.sort(this.comparer);break;case o0:E.sort(this.comparer),E.reverse()}var z=this.wrappingColumn;isNaN(z)&&(z=0);var tt=this.wrappingWidth;switch(isNaN(tt)&&a!==null?(y=a.padding,tt=Math.max(a.viewportBounds.width-y.left-y.right,0)):tt=Math.max(this.wrappingWidth,0),0>=z&&0>=tt&&(z=1),y=this.spacing.width,isFinite(y)||(y=0),x=this.spacing.height,isFinite(x)||(x=0),a!==null&&a.Ea("Layout"),b=[],this.alignment){case e0:var ot=y,rt=x,at=pe.alloc(),ut=Math.max(this.cellSize.width,1);if(!isFinite(ut))for(var ft=ut=0;ftz-1||0tt)&&(b.push(new pe(0,kt,tt+ot,Nt)),Dt=0,St=yt,kt+=Nt,Nt=0),Nt=Math.max(Nt,ie),mt){case vl:_t=-_t.width;break;default:_t=0}switch(Gt.moveTo(St+_t,kt),mt){case vl:St-=Zt;break;default:St+=Zt}Dt++}b.push(new pe(0,kt,tt+ot,Nt)),pe.free(at);break;case sp:for(rt=tt,ut=z,ft=y,mt=x,tt=pe.alloc(),yt=Math.max(this.cellSize.width,1),z=kt=at=0,ot=It.alloc(),St=0;St=at&&(rt-=at),at=Gt=0,Zt=Math.max(this.cellSize.height,1),_t=z=0,ie=!0,Dt=It.alloc(),Ze=0;Zeut-1||0rt){for(b.push(new pe(0,ie?jt-z:jt,rt+ft,_t+z+mt)),ln=0;lnat&&(z.width+=z.x-at,z.x=at);pe.free(tt)}for(ot=z=tt=E=0;oty?1:0}Ye.Object.defineProperties(br.prototype,{wrappingWidth:{get:function(){return this.zo},set:function(a){this.zo!==a&&(0ft)){var kt=ft+Wc(St);St.pc(kt,!0),xv(St,kt,ft)}}y.isModified=!0}}finally{y.aa=!0}}}}},Ii.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)},Ii.prototype.rp=function(){for(var a=this.H.model,y=new Ee,x=a.nodeDataArray,b=0;b=b)return"[]";var E=new mi;E.add("["),x&&1b)return;ai(a.Tc,b)}$o(a,"nodeDataArray",nr,"nodeDataArray",a,y,null,b,null),a.qp(y)}Ct.nA=function(a){if(en(a))for(var y=a.length,x=0;xy&&(y=a.length),Qn(a,y,x),$o(this,"",zo,"",a,null,x,null,y)},Ct.ov=function(a,y){y===void 0&&(y=-1),a===this.Tc&&Vt("Model.removeArrayItem should not be called on the Model.nodeDataArray"),y===-1&&(y=a.length-1);var x=a[y];ai(a,y),$o(this,"",nr,"",a,x,null,y,null)},Ct.Ro=function(a){if(a===null)return"";var y=this.lj;if(y===""||(y=Ro(a,y),y===void 0))return"";if(typeof y=="string")return y;Vt("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=Ro(a,x);b===void 0&&(b=""),b!==y&&(lo(a,x,y),$o(this,"nodeCategory",vo,x,a,b,y))}else lo(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 mn}function up(a,y){if(typeof y=="function"){if(y.className)return y.className;if(y.name)return y.name}else if(typeof y=="object"&&y!==null&&y.constructor)return up(a,y.constructor);return typeof y}function dy(a){return sl[a]?sl[a]:ke.go!==void 0&&ke.go[a]?ke.go[a]:null}function Ro(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 lo(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){}}Ye.Object.defineProperties(mn.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===""&&Vt("Model.nodeKeyProperty may not be the empty string"),0"+va(this,E,!1)}return y},Ct.Qv=function(a,y){this.linkKeyProperty===""&&Vt("GraphLinksModel.linkKeyProperty must not be an empty string for .toIncrementalData() to succeed.");var x=mn.prototype.Qv.call(this,a,y),b=this,E=new Ee,z=new Ee,tt=new Ee,ot=this.vh;a.changes.each(function(ut){ut.model===b&&(ut.modelChange==="linkDataArray"?ut.change===zo?E.add(ut.newValue):ut.change===nr&&tt.add(ut.oldValue):b.Jc(ut.object)?z.add(ut.object):ut.object!==null&&(ut.object!==null&&ot&&ot.contains(ut.object)?ot.get(ut.object).each(function(ft){b.Jc(ft)&&z.add(ft)}):ut.object instanceof mn||b.lb(ut.object)||b1(b,ut.object).each(function(ft){z.add(ft)})))});var rt=this.il;rt.clear(),E.each(function(ut){rt.add(b.Ac(ut)),y||z.add(ut)});var at=this.kl;return at.clear(),tt.each(function(ut){at.add(b.Ac(ut)),y&&z.add(ut)}),a=b.cloneDeep(z.Fa()),0b.indexOf(a.newValue)&&b.splice(x,0,a.newValue));return}}else if(a.change===nr){if(x=a.oldParam,a.modelChange==="linkDataArray"){a=a.oldValue,ce(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}}mn.prototype.changeState.call(this,a,y)}},Ct=pi.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),lo(x,this.nodeKeyProperty,a),this.xf(x))}return a}},Ct.yx=function(a){return va(this,a,!0)},Ct.wv=function(a,y){Dg(this,a,y,!0)},Ct.Bx=function(a){return va(this,a,!1)},Ct.Bv=function(a,y){Dg(this,a,y,!1)};function va(a,y,x){if(y!==null&&(a=x?a.lf:a.mf,a!==""&&(a=Ro(y,a),a!==void 0))){if(_h(a))return a;Vt((x?"FromKey":"ToKey")+" value for link data "+y+" is not a number or a string: "+a)}}function Dg(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=Ro(y,E);z!==x&&(Sl(a,z,y),lo(y,E,x),a.hc(x)===null&&yl(a,x,y),$o(a,b?"linkFromKey":"linkToKey",vo,E,y,z,x),typeof E=="string"&&a.La(y,E))}else lo(y,E,x)}}Ct.zx=function(a){return u0(this,a,!0)},Ct.xv=function(a,y){Og(this,a,y,!0)},Ct.Cx=function(a){return u0(this,a,!1)},Ct.Cv=function(a,y){Og(this,a,y,!1)};function u0(a,y,x){return y===null||(a=x?a.ej:a.fj,a==="")?"":(y=Ro(y,a),y===void 0?"":y)}function Og(a,y,x,b){if(y!==null){var E=b?a.ej:a.fj;if(E!=="")if(a.Jc(y)){var z=Ro(y,E);z===void 0&&(z=""),z!==x&&(lo(y,E,x),$o(a,b?"linkFromPortId":"linkToPortId",vo,E,y,z,x),typeof E=="string"&&a.La(y,E))}else lo(y,E,x)}}Ct.Ef=function(a){if(a===null)return h0;var y=this.je;return y===""?h0:(a=Ro(a,y),a===void 0?h0:a)},Ct.Ls=function(a,y){if(a!==null){var x=this.je;if(x!=="")if(this.Jc(a)){var b=Ro(a,x);if(b===void 0&&(b=h0),b!==y){if(Array.isArray(b))for(var E=b.length,z=0;zE||(b.splice(E,1),this.Jc(a)&&(Sl(this,y,a),$o(this,"linkLabelKeys",nr,x,a,y,null,E,null)))}else b!==void 0&&Vt(x+" property is not an Array; cannot removeLabelKeyforLinkData: "+a)}}},Ct.Ac=function(a){if(a!==null){var y=this.Jh;if(y!==""&&(y=Ro(a,y),y!==void 0)){if(_h(y))return y;Vt("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=Ro(a,x);b!==y&&this.jh(y)===null&&(lo(a,x,y),b!==void 0&&this.wb.remove(b),this.wb.add(y,a),$o(this,"linkKey",vo,x,a,b,y),typeof x=="string"&&this.La(a,x))}else lo(a,x,y)}},Ct.jh=function(a){return a===null&&Vt("GraphLinksModel.findLinkDataForKey:key must not be null"),a!==void 0&&_h(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))){lo(a,y,x);return}if(typeof x=="string"){for(b=2;this.wb.contains(x+b);)b++;lo(a,y,x+b)}else if(x===void 0||typeof x=="number"){for(x=-this.wb.count-1;this.wb.contains(x);)x--;lo(a,y,x)}}}}},Ct.Jc=function(a){return a===null?!1:this.$f.contains(a)},Ct.fi=function(a){a!==null&&(Oo(a),this.Jc(a)||N1(this,a,!0))};function N1(a,y,x){if(a.linkKeyProperty!==""){var b=a.Ac(y);if(b!==void 0&&a.wb.I(b)===y)return;a.Bs(y),b=a.Ac(y),b===void 0&&Vt("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)),$o(a,"linkDataArray",zo,"linkDataArray",a,null,y,null,b),fy(a,y)}Ct.Ey=function(a){if(Array.isArray(a))for(var y=a.length,x=0;xb)return;a.md.splice(b,1)}if($o(a,"linkDataArray",nr,"linkDataArray",a,y,null,b,null),x=va(a,y,!0),Sl(a,x,y),x=va(a,y,!1),Sl(a,x,y),b=a.Ef(y),Array.isArray(b))for(var E=b.length,z=0;z=a.count)a.count===1&&(a=a.first(),a.centerX=0,a.centerY=0);else{var y=new Ae;y.addAll(a.iterator),a=new Ae;var x=new Ae,b=this.sort(y),E,z,tt=this.Jp,ot=this.arrangement,rt=this.nodeDiameterFormula,at=this.radius;(!isFinite(at)||0>=at)&&(at=NaN);var ut=this.aspectRatio;(!isFinite(ut)||0>=ut)&&(ut=1);var ft=this.startAngle;isFinite(ft)||(ft=0);var mt=this.sweepAngle;if((!isFinite(mt)||360mt)&&(mt=360),y=this.spacing,isFinite(y)||(y=NaN),ot===ll&&rt===bf?ot=al:ot===ll&&rt!==bf&&(ot=this.arrangement),(this.direction===zd||this.direction===Ig)&&this.sorting!==Rg){for(rt=0;!(rt>=b.length)&&(a.add(b.M(rt)),!(rt+1>=b.length));rt+=2)x.add(b.M(rt+1));this.direction===zd?(this.arrangement===ll&&a.reverse(),b=new Ae,b.addAll(a),b.addAll(x)):(this.arrangement===ll&&x.reverse(),b=new Ae,b.addAll(x),b.addAll(a))}rt=b.length;for(var yt=z=E=0;ytmt&&(yt===0||yt===b.length-1)&&(kt/=2),E+=kt,z++}if(isNaN(at)||ot===ll){if(isNaN(y)&&(y=6),ot!==al&&ot!==ll){for(z=-1/0,tt=0;ttat?(at=E,z=at*ut):tt=yt/(360<=mt?rt:rt-1)}if(this.kw=ot,this.lc=at,this.Zm=ut,this.lw=ft,this.Wp=mt,this.Ti=y,this.me=z,this.Jp=tt,y=b,b=this.kw,ot=this.lc,at=this.lw,ut=this.Wp,ft=this.Ti,mt=this.me,rt=this.Jp,this.direction!==zd&&this.direction!==Ig||b!==ll)if(this.direction===zd||this.direction===Ig){switch(tt=0,b){case Uh:tt=180*f0(this,ot,mt,at,rt)/Math.PI;break;case al:rt=y=0,tt=a.first(),tt!==null&&(y=Zh(tt,Math.PI/2)),tt=x.first(),tt!==null&&(rt=Zh(tt,Math.PI/2)),tt=180*f0(this,ot,mt,at,ft+(y+rt)/2)/Math.PI;break;case lh:tt=ut/y.length}if(this.direction===zd){switch(b){case Uh:gp(this,a,at,Yh);break;case al:fp(this,a,at,Yh);break;case lh:dp(this,a,ut/2,at,Yh)}switch(b){case Uh:gp(this,x,at+tt,Ls);break;case al:fp(this,x,at+tt,Ls);break;case lh:dp(this,x,ut/2,at+tt,Ls)}}else{switch(b){case Uh:gp(this,x,at,Yh);break;case al:fp(this,x,at,Yh);break;case lh:dp(this,x,ut/2,at,Yh)}switch(b){case Uh:gp(this,a,at+tt,Ls);break;case al:fp(this,a,at+tt,Ls);break;case lh:dp(this,a,ut/2,at+tt,Ls)}}}else switch(b){case Uh:gp(this,y,at,this.direction);break;case al:fp(this,y,at,this.direction);break;case lh:dp(this,y,ut,at,this.direction);break;case ll:A1(this,y,ut,at,this.direction)}else A1(this,y,ut,at-ut/2,Ls)}this.updateParts(),this.network=null,this.isValidLayout=!0};function dp(a,y,x,b,E){var z=a.Wp,tt=a.lc;a=a.me,b=b*Math.PI/180,x=x*Math.PI/180;for(var ot=y.length,rt=0;rtx){for(z=b+(E===Ls?z:-z);0>z;)z+=360;z%=360,180=ut.length-1));ft++)O1(a,rt,at,ut,ft,E,z)||I1(a,rt,at,ut,ft,E,z),rt=z.x,at=z.y;if(It.free(z),a.mj++,!(23Math.abs(yt)?Math.abs(rt-z)<(ut[0].width+ut[ut.length-1].width)/2&&(tt=0):tt=0Math.abs(mt)?0:mt,rt=Math.abs(z)>Math.abs(ft)?0ft:0a.mj?a.lc-tt/(2*Math.PI):5>ut.length&&10=ft.length-1));mt++)O1(a,rt,at,ft,mt,E,ut)||I1(a,rt,at,ft,mt,E,ut),rt=ut.x,at=ut.y;if(It.free(ut),a.mj++,!(23a.mj?a.lc-z/(2*Math.PI):a.lc-(0ot){if(z=y-a,z<-ot)return tt.x=z,tt.y=at,!1;ut=!0}}else if(z=y-a,z<-ot){if(z=y+a,z>ot)return tt.x=z,tt.y=at,!1;ut=!0}return at=Math.sqrt(1-Math.min(1,z*z/(ot*ot)))*rt,0>x!==ut&&(at=-at),Math.abs(x-at)>(b[E].height+b[E+1].height)/2?(tt.x=z,tt.y=at,!1):(tt.x=z,tt.y=at,!0)}function I1(a,y,x,b,E,z,tt){var ot=a.lc,rt=a.me,at=0;if(a=(b[E].height+b[E+1].height)/2+a.Ti,b=!1,0<=y!=(z===Ls)){if(z=x-a,z<-rt){if(z=x+a,z>rt){tt.x=at,tt.y=z;return}b=!0}}else if(z=x+a,z>rt){if(z=x-a,z<-rt){tt.x=at,tt.y=z;return}b=!0}at=Math.sqrt(1-Math.min(1,z*z/(rt*rt)))*ot,0>y!==b&&(at=-at),tt.x=at,tt.y=z}Co.prototype.commitLayout=function(){this.commitNodes(),this.isRouting&&this.commitLinks()},Co.prototype.commitNodes=function(){var a=this.group!==null&&this.group.placeholder!==null&&this.group.isSubGraphExpanded,y=a?this.group.location.copy():null,x=this.actualCenter;a?x=new It(0,0):(x.x=this.arrangementOrigin.x+this.lc,x.y=this.arrangementOrigin.y+this.me);for(var b=this.network.vertexes.iterator;b.next();){var E=b.value;E.x+=x.x,E.y+=x.y,E.commit()}a&&(this.group.Va(),a=this.group.position.copy(),x=this.group.location.copy(),y=y.re(x.re(a)),this.group.move(y),this.Zv=y.re(a))},Co.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()};function gy(a,y,x,b,E){var z=a.ty;if(.001>Math.abs(a.Zm-1))return b!==void 0&&E!==void 0?E*y:2*Math.PI*y;a=y>x?Math.sqrt(y*y-x*x)/y:Math.sqrt(x*x-y*y)/x;for(var tt=0,ot=b!==void 0&&E!==void 0?E/(z+1):Math.PI/(2*(z+1)),rt=0,at=0;at<=z;at++){b!==void 0&&E!==void 0?rt=b+at*E/z:rt=at*Math.PI/(2*z);var ut=Math.sin(rt);tt+=Math.sqrt(1-a*a*ut*ut)*ot}return b!==void 0&&E!==void 0?(y>x?y:x)*tt:4*(y>x?y:x)*tt}function d0(a,y,x,b,E){return y/(b!==void 0&&E!==void 0?gy(a,1,x,b,E):gy(a,1,x))}function f0(a,y,x,b,E){if(.001>Math.abs(a.Zm-1))return E/y;var z=y>x?Math.sqrt(y*y-x*x)/y:Math.sqrt(x*x-y*y)/x,tt=0;a=2*Math.PI/(700*a.network.vertexes.count),y>x&&(b+=Math.PI/2);for(var ot=0;;ot++){var rt=Math.sin(b+ot*a);if(tt+=(y>x?y:x)*Math.sqrt(1-z*z*rt*rt)*a,tt>=E)return ot*a}}Co.prototype.sort=function(a){switch(this.sorting){case g0:break;case c0:a.reverse();break;case p0:a.sort(this.comparer);break;case m0:a.sort(this.comparer),a.reverse();break;case Rg:return this.ak(Bx(a));default:Vt("Invalid sorting type.")}return a};function Bx(a){for(var y=[],x=0;xE&&(E=ot,z=tt)}else for(tt=0;ttE&&(E=ot,z=tt);for(x.add(a.M(z)),y[z]=-1,z=a.M(z),tt=z.sourceEdges;tt.next();)E=a.indexOf(tt.value.fromVertex),0>E||0<=y[E]&&y[E]++;for(z=z.destinationEdges;z.next();)E=a.indexOf(z.value.toVertex),0>E||0<=y[E]&&y[E]++}return x}Co.prototype.ak=function(a){for(var y=[],x=0;xy[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;xy[x[St]].indexOf(x[St===x.length-1?0:St+1])&&yt.push(St===x.length-1?0:St+1);if(yt.length===0)for(St=0;Stx.indexOf(ie)||Ztx.indexOf(ie)||Zt=kt?Zt+1:Zt)),Nt+=Zt=kt&&Zt++,Gt>=kt&&Gt++,Zt>Gt&&(_t=Gt,Gt=Zt,Zt=_t),Gt-Zt<(x.length+2)/2==(Ztyt||yt===ut||(St=yt>ut?yt-ut:ut-yt,ft+=yttt-St?1:-1);x.splice(0>ft?ut:ut+1,0,rt),b.splice(ot,1),ot--}else z=!1;if(z)break;x.push(b[0]),b.splice(0,1)}for(y=0;y=a?this.ul=a:this.ul=360,this.C())}},arrangement:{get:function(){return this.Rb},set:function(a){this.Rb===a||a!==ll&&a!==al&&a!==Uh&&a!==lh||(this.Rb=a,this.C())}},direction:{get:function(){return this.K},set:function(a){this.K===a||a!==Ls&&a!==Yh&&a!==zd&&a!==Ig||(this.K=a,this.C())}},sorting:{get:function(){return this.nd},set:function(a){this.nd===a||a!==g0&&a!==c0&&a!==p0&&!m0&&a!==Rg||(this.nd=a,this.C())}},comparer:{get:function(){return this.hd},set:function(a){this.hd!==a&&(this.hd=a,this.C())}},spacing:{get:function(){return this.tf},set:function(a){this.tf!==a&&(this.tf=a,this.C())}},nodeDiameterFormula:{get:function(){return this.Nn},set:function(a){this.Nn===a||a!==v0&&a!==bf||(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 al=new ue(Co,"ConstantSpacing",0),Uh=new ue(Co,"ConstantDistance",1),lh=new ue(Co,"ConstantAngle",2),ll=new ue(Co,"Packed",3),Ls=new ue(Co,"Clockwise",4),Yh=new ue(Co,"Counterclockwise",5),zd=new ue(Co,"BidirectionalLeft",6),Ig=new ue(Co,"BidirectionalRight",7),g0=new ue(Co,"Forwards",8),c0=new ue(Co,"Reverse",9),p0=new ue(Co,"Ascending",10),m0=new ue(Co,"Descending",11),Rg=new ue(Co,"Optimized",12),v0=new ue(Co,"Pythagorean",13),bf=new ue(Co,"Circular",14);Co.className="CircularLayout",Co.ConstantSpacing=al,Co.ConstantDistance=Uh,Co.ConstantAngle=lh,Co.Packed=ll,Co.Clockwise=Ls,Co.Counterclockwise=Yh,Co.BidirectionalLeft=zd,Co.BidirectionalRight=Ig,Co.Forwards=g0,Co.Reverse=c0,Co.Ascending=p0,Co.Descending=m0,Co.Optimized=Rg,Co.Pythagorean=v0,Co.Circular=bf;function cp(){this.Pl=-1/0,this.tm=this.mk=null}cp.prototype.compare=function(a,y){if(0this.Pl||Math.abs(a)a&&0ot?(E=mt.x+mt.width/2,z=mt.y+mt.height/2,at[0]=new It(mt.x+mt.width+b.width,mt.y),at[1]=new It(mt.x,mt.y+mt.height+b.height),ot=2):(rt=z1(at,ot,E,z,mt.width,mt.height,b),ft=at[rt],yt=new It(ft.x+mt.width+b.width,ft.y),mt=new It(ft.x,ft.y+mt.height+b.height),rt+1this.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++,2a.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=tt))){for(var at=ot=0,ut=rt.count-tt;utyt&&(yt=1),ot=Xt.sqrt((ot+yt+at*at*4/(tt*tt))/yt),tt=(ot-1)*ut/2,ot=(ot-1)*ft/2,E.bounds=new pe(z-mt.x-tt,rt-mt.y-ot,ut+2*tt,ft+2*ot),E.focus=new It(mt.x+tt,mt.y+ot)}}return a.network=b,x}function Ix(a,y){for(var x=a.network.vertexes.iterator;x.next();){var b=x.value;if(b.network=y,b.We!==null){var E=b.We.M(b.sv);b.Vd=E.Rs;var z=E.Sv,tt=E.Tv;b.bounds=new pe(b.centerX-z,b.centerY-tt,E.Ss,E.Qs),b.focus=new It(z,tt),b.sv--}}for(x=a.network.edges.iterator;x.next();)x.value.network=y;a.network=y}function Rx(a,y){var x=y.Hj;if(x!==null&&x.count!==0){var b=y.centerX,E=y.centerY,z=y.width,tt=y.height;y.We!==null&&0=ft.Vd?rt++:(ot=!0,at++,tt+=Math.atan2(y.centerY-ft.centerY,y.centerX-ft.centerX))}if(rt!==0){for(0>1)+at)*(ot%2===0?1:-1),rt.centerX=b+ut*Math.cos(ft),rt.centerY=E+ut*Math.sin(ft),ot++}}}}function z1(a,y,x,b,E,z,tt){var ot=9e19,rt=-1,at=0;t:for(;atut.y&&a[mt].x-ut.xut.x&&a[mt].y-ut.yy+z?(x=b+E-tt,a=a-y-z,Xt.sqrt(x*x+a*a)):a+xtt+ot?a>y+z?(x=b-tt-ot,a=a-y-z,Xt.sqrt(x*x+a*a)):a+xy+z?a-(y+z):a+x=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;ttz-x)?y.sort(function(kt,Dt){return kt===null||Dt===null||kt===Dt?0:kt.centerX-Dt.centerX}):y.sort(function(kt,Dt){return kt===null||Dt===null||kt===Dt?0:kt.centerY-Dt.centerY}),x=a.Zf;var at=b=ot=0;for(z=0;zx||at-rt>x){if(E)break}else if(ut-yt>x||yt-ut>x){if(!E)break}else{var St=j1(tt,mt);1>St?(b=a.randomNumberGenerator,b===null&&(a.randomNumberGenerator=b=new S0),St=b.random(),ot=b.random(),rt>at?(b=Math.abs(mt.bounds.right-tt.bounds.x),b=(1+b)*St):rtyt?(at=Math.abs(mt.bounds.bottom-tt.bounds.y),at=(1+at)*ot):rtft?(ft=a.randomNumberGenerator,ft===null&&(a.randomNumberGenerator=ft=new S0),ot=ft.random(),ft=ft.random(),b=(b>rt?1:-1)*(1+(z.width>x.width?z.width:x.width))*ot,at=(tt>ut?1:-1)*(1+(z.height>x.height?z.height:x.height))*ft):(ot=ot.stiffness*(ft-ot.length),b=(rt-b)/ft*ot,at=(ut-tt)/ft*ot),x.forceX+=b,x.forceY+=at,z.forceX-=b,z.forceY-=at;for(E=b=0;Ea.epsilonDistance*a.epsilonDistance}zr.prototype.moveVertex=function(a){var y=a.forceX,x=a.forceY,b=this.moveLimit;return y<-b?y=-b:y>b&&(y=b),x<-b?x=-b:x>b&&(x=b),a.centerX+=y,a.centerY+=x,y*y+x*x},zr.prototype.moveFixedVertex=function(){},zr.prototype.commitLayout=function(){this.yv(),this.commitNodes(),this.isRouting&&this.commitLinks()},zr.prototype.yv=function(){if(this.setsPortSpots)for(var a=this.network.edges.iterator;a.next();){var y=a.value.link;y!==null&&(y.fromSpot=xr,y.toSpot=xr)}},zr.prototype.commitNodes=function(){var a=0,y=0;if(this.arrangesToOrigin){var x=pe.alloc();this.computeBounds(this.network,x),y=this.arrangementOrigin,a=y.x-x.x,y=y.y-x.y,pe.free(x)}x=pe.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()}pe.free(x)},zr.prototype.commitLinks=function(){for(var a=this.network.edges.iterator;a.next();)a.value.commit()},zr.prototype.springStiffness=function(a){return a=a.stiffness,isNaN(a)?this.Hk:a},zr.prototype.springLength=function(a){return a=a.length,isNaN(a)?this.Gk:a},zr.prototype.electricalCharge=function(a){return a=a.charge,isNaN(a)?this.Ek:a},zr.prototype.electricalFieldX=function(){return 0},zr.prototype.electricalFieldY=function(){return 0},zr.prototype.gravitationalMass=function(a){return a=a.mass,isNaN(a)?this.Fk:a},zr.prototype.gravitationalFieldX=function(){return 0},zr.prototype.gravitationalFieldY=function(){return 0},zr.prototype.isFixed=function(a){return a.isFixed},Ye.Object.defineProperties(zr.prototype,{currentIteration:{get:function(){return this.An}},arrangementSpacing:{get:function(){return this.$d},set:function(a){this.$d.D(a)||(this.$d.assign(a),this.C())}},arrangesToOrigin:{get:function(){return this.Bm},set:function(a){this.Bm!==a&&(this.Bm=a,this.C())}},setsPortSpots:{get:function(){return this.sf},set:function(a){this.sf!==a&&(this.sf=a,this.C())}},comments:{get:function(){return this.td},set:function(a){this.td!==a&&(this.td=a,this.C())}},maxIterations:{get:function(){return this.dl},set:function(a){this.dl!==a&&0<=a&&(this.dl=a,this.C())}},epsilonDistance:{get:function(){return this.$m},set:function(a){this.$m!==a&&0kt&&0kt&&0a[this.Md]&&(this.Iq=a[x]-1,this.Md=x),a[x]tt)for(var ut=tt+1;utrt;ut--)ft=b[ut],ft.near===at&&ft.Dj===at.Dj||ot++;var mt;if(0<=x)for(rt=b[tt].sourceEdgesArrayAccess,at=0;atkt||ft===kt&&yt>St)&&ot++,Dtft||kt===ft&&St>yt)&&ot++}}}if(0>=x){for(rt=b[tt].destinationEdgesArrayAccess,at=0;atkt||ft===kt&&ut>Dt)&&ot++,Stft||kt===ft&&Dt>ut)&&ot++)}for(z[tt*E+tt]=ot,rt=tt+1;rt=x){for(ot=b[tt].destinationEdgesArrayAccess,Gt=b[rt].destinationEdgesArrayAccess,at=0;at=x&&(rt=ot.sourceEdgesArrayAccess);var at=null;0<=x&&(at=ot.destinationEdgesArrayAccess);var ut=0,ft=0,mt=ot.near;if(mt!==null&&mt.layer===ot.layer&&(ut+=mt.column-1,ft++),rt!==null)for(mt=0;mt=x&&(rt=ot.sourceEdgesArrayAccess);var at=null;0<=x&&(at=ot.destinationEdgesArrayAccess);var ut=0,ft=[],mt=ot.near;if(mt!==null&&mt.layer===ot.layer&&(ft[ut]=mt.column-1,ut++),ot=void 0,rt!==null)for(mt=0;mt>1,z[tt]=ut&1?ft[at]:ft[at-1]+ft[at]>>1)}return Xh(a,y,b),z}function yp(a,y,x,b,E,z){if(y.component===b){if(y.component=x,E)for(var tt=y.destinationEdges;tt.next();){var ot=tt.value,rt=ot.toVertex,at=y.layer-rt.layer;ot=a.linkMinLength(ot),at===ot&&yp(a,rt,x,b,E,z)}if(z)for(tt=y.sourceEdges;tt.next();)ot=tt.value,rt=ot.fromVertex,at=rt.layer-y.layer,ot=a.linkMinLength(ot),at===ot&&yp(a,rt,x,b,E,z)}}function my(a,y,x,b,E,z){if(y.component===b){if(y.component=x,E)for(var tt=y.destinationEdges;tt.next();)my(a,tt.value.toVertex,x,b,E,z);if(z)for(y=y.sourceEdges;y.next();)my(a,y.value.fromVertex,x,b,E,z)}}Ri.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=_1(a);E!==null;)b[x]=E,x--,E.valid=!1,E=_1(a);for(E=U1(a);E!==null;)b[y]=E,y++,E.valid=!1,E=U1(a);E=null;for(var z=0,tt=this.network.vertexes.iterator;tt.next();){var ot=tt.value;if(ot.valid){for(var rt=0,at=ot.destinationEdges;at.next();)at.value.toVertex.valid&&rt++;at=0;for(var ut=ot.sourceEdges;ut.next();)ut.value.fromVertex.valid&&at++;(E===null||zy.toVertex.index&&(a.gm(y),y.rev=!0);break;case L0:for(b=this.network.vertexes.iterator;b.next();)a=b.value,a.Ll=-1,a.finish=-1;for(a=this.network.edges.iterator;a.next();)a.value.forest=!1;for(this.Kn=0,b.reset();b.next();)y=b.value,y.sourceEdges.count===0&&vy(this,y);for(b.reset();b.next();)y=b.value,y.Ll===-1&&vy(this,y);for(a.reset();a.next();)b=a.value,b.forest||(y=b.fromVertex,x=y.finish,E=b.toVertex,z=E.finish,E.Llb){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;xtt&&yp(a,ot,0,-1,!0,!1)}for(yp(a,y,1,-1,!0,!0);y.component!==0;){for(z=0,b=1/0,ot=0,rt=null,tt=a.network.vertexes.iterator;tt.next();){var at=tt.value;if(at.component===1){var ut=0,ft=!1,mt=at.sourceEdgesArrayAccess;E=mt.length;for(var yt=0;ytz)&&!ut&&(ot=tt,z=at)}if(0>b){for(x.reset();x.next();)b=x.value,b.component===1&&(b.layer-=E);y.component=0}else ot.component=0}}}function J1(a,y,x){return a.K===90?x&&!y.rev||!x&&y.rev?270:90:a.K===180?x&&!y.rev||!x&&y.rev?0:180:a.K===270?x&&!y.rev||!x&&y.rev?90:270:x&&!y.rev||!x&&y.rev?180:0}Ri.prototype.initializeIndices=function(){switch(this.Qk){default:case Cy:for(var a=this.network.vertexes.iterator;a.next();){var y=a.value,x=y.layer;y.index=this.tc[x],this.tc[x]++}break;case M0:for(a=this.network.vertexes.iterator,y=this.Ia;0<=y;y--)for(a.reset();a.next();)x=a.value,x.layer===y&&x.index===-1&&Q1(this,x);break;case wy:for(a=this.network.vertexes.iterator,y=0;y<=this.Ia;y++)for(a.reset();a.next();)x=a.value,x.layer===y&&x.index===-1&&$1(this,x)}};function Q1(a,y){var x=y.layer;for(y.index=a.tc[x],a.tc[x]++,y=y.destinationEdgesArrayAccess,x=!0;x;){x=!1;for(var b=0;bz.portFromColOffset&&(x=!0,y[b]=z,y[b+1]=E)}}for(x=0;xz.portToColOffset&&(b=!0,y[x]=z,y[x+1]=E)}for(x=0;x=tt;b--)z=Ua(this,b,-1)||z;for(E=this.countCrossings(),E>=a?Ba(this,y):(a=E,y=Rs(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=Ua(this,b,1)||z;for(E=this.countCrossings(),E>=a?Ba(this,y):(a=E,y=Rs(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Ua(this,b,1)||z;for(E>=a?Ba(this,y):(a=E,y=Rs(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Ua(this,b,-1)||z;for(E>=a?Ba(this,y):(a=E,y=Rs(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=Ua(this,b,0)||z;for(E>=a?Ba(this,y):(a=E,y=Rs(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Ua(this,b,0)||z;E>=a?Ba(this,y):(a=E,y=Rs(this))}break;default:case T0:for(x=this.Ia,tt=0,ot=a+1;(b=this.countCrossings())=tt;b--)z=Ua(this,b,-1)||z;for(E=this.countCrossings(),E>=a?Ba(this,y):(a=E,y=Rs(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=Ua(this,b,1)||z;for(E=this.countCrossings(),E>=a?Ba(this,y):(a=E,y=Rs(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Ua(this,b,1)||z;for(E>=a?Ba(this,y):(a=E,y=Rs(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Ua(this,b,-1)||z;for(E>=a?Ba(this,y):(a=E,y=Rs(this)),z=!0;z;)for(z=!1,b=x;b>=tt;b--)z=Ua(this,b,0)||z;for(E>=a?Ba(this,y):(a=E,y=Rs(this)),z=!0;z;)for(z=!1,b=tt;b<=x;b++)z=Ua(this,b,0)||z;E>=a?Ba(this,y):(a=E,y=Rs(this))}}Ba(this,y)};function P0(a,y,x){var b=Kh(a,y),E=a.tc[y],z=V1(a,y,x),tt=py(a,y,x);for(x=0;xz+1&&(mt+=4*(jt-z),yt+=4*(jt-(z+1)))}for(_t=b[z].destinationEdges.iterator,_t.reset();_t.next();)if(jt=_t.value,Gt=jt.toVertex,jt.valid&&Gt.layer===y){for(jt=0;b[jt]!==Gt;)jt++;jt===z+1&&(yt+=1)}for(_t=b[z+1].sourceEdges.iterator,_t.reset();_t.next();)if(jt=_t.value,Gt=jt.fromVertex,jt.valid&&Gt.layer===y){for(jt=0;b[jt]!==Gt;)jt++;jtz+1&&(mt+=4*(jt-(z+1)),yt+=4*(jt-z))}for(_t=b[z+1].destinationEdges.iterator,_t.reset();_t.next();)if(jt=_t.value,Gt=jt.toVertex,jt.valid&&Gt.layer===y){for(jt=0;b[jt]!==Gt;)jt++;jt===z&&(mt+=1)}jt=Gt=0,_t=tt[b[z].index];var Zt=ot[b[z].index],ie=tt[b[z+1].index],Ze=ot[b[z+1].index];_t!==-1&&(Gt+=Math.abs(_t-St),jt+=Math.abs(_t-Nt)),Zt!==-1&&(Gt+=Math.abs(Zt-St),jt+=Math.abs(Zt-Nt)),ie!==-1&&(Gt+=Math.abs(ie-kt),jt+=Math.abs(ie-Dt)),Ze!==-1&&(Gt+=Math.abs(Ze-kt),jt+=Math.abs(Ze-Dt)),(yt>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=jg(this,y,1)||x;for(y=this.Md-1;0<=y;y--)x=jg(this,y,-1)||x;x=jg(this,this.Md,0)||x}if(this.bg&4){for(y=this.Md+1;y<=this.Ia;y++)yy(this,y,1);for(y=this.Md-1;0<=y;y--)yy(this,y,-1);yy(this,this.Md,0)}if(a&&(q1(this,-1),q1(this,1)),this.bg&2)for(x=!0;x;){for(x=!1,x=jg(this,this.Md,0)||x,y=this.Md+1;y<=this.Ia;y++)x=jg(this,y,0)||x;for(y=this.Md-1;0<=y;y--)x=jg(this,y,0)||x}}else Vx(this)};function jg(a,y,x){for(var b=!1;Gx(a,y,x);)b=!0;return b}function Gx(a,y,x){var b,E=Kh(a,y),z=a.tc[y],tt=py(a,y,-1);if(0x)for(b=0;bb-1||ut-E[b-1].column-1>ft+a.nodeMinColumnSpace(E[b-1],!1)?yt=ut-1:yt=ut,ft=b+1>=z||E[b+1].column-ut-1>mt+a.nodeMinColumnSpace(E[b+1],!0)?ut+1:ut;var St=mt=0,kt=0;if(0>=x)for(var Dt=E[b].sourceEdges.iterator;Dt.next();){var Nt=Dt.value,jt=Nt.fromVertex;if(Nt.valid&&jt.layer!==y){var Gt=cy(Nt),_t=Nt.portFromColOffset;Nt=Nt.portToColOffset,jt=jt.column,mt+=(Math.abs(ut+Nt-(jt+_t))+1)*Gt,St+=(Math.abs(yt+Nt-(jt+_t))+1)*Gt,kt+=(Math.abs(ft+Nt-(jt+_t))+1)*Gt}}if(0<=x)for(Dt=E[b].destinationEdges.iterator;Dt.next();)Nt=Dt.value,jt=Nt.toVertex,Nt.valid&&jt.layer!==y&&(Gt=cy(Nt),_t=Nt.portFromColOffset,Nt=Nt.portToColOffset,jt=jt.column,mt+=(Math.abs(ut+_t-(jt+Nt))+1)*Gt,St+=(Math.abs(yt+_t-(jt+Nt))+1)*Gt,kt+=(Math.abs(ft+_t-(jt+Nt))+1)*Gt);Nt=_t=Gt=0,Dt=tt[E[b].index],jt=ot[E[b].index],Dt!==-1&&(Gt+=Math.abs(Dt-ut),_t+=Math.abs(Dt-yt),Nt+=Math.abs(Dt-ft)),jt!==-1&&(Gt+=Math.abs(jt-ut),_t+=Math.abs(jt-yt),Nt+=Math.abs(jt-ft)),St=tt[x]?ut=rt:at<=tt[x]&&(ut=at));ut!==ot&&(z=!0,b[x].column=ut)}Xh(a,y,b),a.normalize()}function Hx(a,y){for(var x=!0,b=a.network.vertexes.iterator;b.next();){var E=b.value,z=a.nodeMinColumnSpace(E,!0),tt=a.nodeMinColumnSpace(E,!1);if(E.column-z<=y&&E.column+tt>=y){x=!1;break}}if(a=!1,x)for(b.reset();b.next();)x=b.value,x.column>y&&(--x.column,a=!0);return a}function Wx(a,y){var x=y+1,b,E=[],z=[];for(b=0;b<=a.Ia;b++)E[b]=!1,z[b]=!1;for(var tt=a.network.vertexes.iterator;tt.next();){b=tt.value;var ot=b.column-a.nodeMinColumnSpace(b,!0),rt=b.column+a.nodeMinColumnSpace(b,!1);ot<=y&&rt>=y&&(E[b.layer]=!0),ot<=x&&rt>=x&&(z[b.layer]=!0)}for(ot=!0,x=!1,b=0;b<=a.Ia;b++)ot=ot&&!(E[b]&&z[b]);if(ot)for(tt.reset();tt.next();)a=tt.value,a.column>y&&(--a.column,x=!0);return x}function q1(a,y){for(var x=0;x<=a.Ra;x++)for(;Hx(a,x););for(a.normalize(),x=0;xz?Ba(a,E):tty)for(x=a.Ra;0<=x;x--)for(E=Rs(a),z=x0(a),b=z+1;zz?Ba(a,E):ttx)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;zx)for(tt=a.Ra;0x)for(b.reset();b.next();)x=b.value,E[x.component]&&(x.column+=1)}function Vx(a){for(var y=hn(),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 Ee,_x(y,x);var z=null,tt=null,ot=null,rt=null,at=(a.ve&1)!==0,ut=(a.ve&2)!==0,ft=(a.ve&4)!==0,mt=(a.ve&8)!==0;for(at&&(a.verticalAlignment(y,x,!0),z=w0(a,y,!0,!1)),y.reverse(),ft&&(a.verticalAlignment(y,x,!1),ot=w0(a,y,!1,!1)),b=Mo(y),E=b.next();!E.done;E=b.next())E.value.reverse();mt&&(a.verticalAlignment(y,x,!1),rt=w0(a,y,!1,!0)),y.reverse(),ut&&(a.verticalAlignment(y,x,!0),tt=w0(a,y,!0,!0)),sn(y),a.u(z,tt,ot,rt),a.network.vertexes.each(function(yt){var St=hn();at&&St.push(z.get(yt)),ut&&St.push(tt.get(yt)),ft&&St.push(ot.get(yt)),mt&&St.push(rt.get(yt)),St.sort(function(Dt,Nt){return Dt-Nt});var kt=St.length;kt=(St[Math.floor((kt-1)/2)]+St[Math.ceil((kt-1)/2)])/2,sn(St),yt.zc=kt})}function _x(a,y){for(var x=a.length,b=1;but)&&y.add(ft);z++}E=ut}}}Ri.prototype.verticalAlignment=function(a,y,x){Ux(a),a=Mo(a);for(var b=a.next();!b.done;b=a.next()){var E=-1;b=Mo(b.value);for(var z=b.next();!z.done;z=b.next()){z=z.value;var tt=x?My(z):Kx(z),ot=tt.length;if(0=y[x].length)&&(tt=y[x][0],tt.sd===tt)){tt.sd.shift===1/0&&(tt.sd.shift=0),tt=x,ot=0;do{for(z=y[tt][ot];z.align!==z.root;)z=z.align,tt++,0a&&Vt("Could not determine previous vertex in layer"),y[x][a-1]}Ri.prototype.u=function(a){for(var y=[],x=0;xtt;tt++)if(y[tt]){var ot=Yx(this,y[tt],b,E,tt);ottt;z={delta:z.delta},tt++)y[tt]&&(z.delta=tt===0||tt===2?b[x]-b[tt]:E[x]-E[tt],z.delta!==0&&y[tt].each(function(rt){return function(at){at.value+=rt.delta}}(z)));sn(b),sn(E)};function Yx(a,y,x,b,E){if(!y||y.count===0)return x[E]=0,b[E]=0,1/0;var z=1/0,tt=-1/0;return y.each(function(ot){var rt=ot.key;ot=ot.value,rt=a.K===90||a.K===270?rt.width:rt.height,ottt&&(tt=ot+rt)}),x[E]=z,b[E]=tt,tt-z}Ri.prototype.commitLayout=function(){if(this.setsPortSpots)for(var a=C0(this,!0),y=C0(this,!1),x=this.network.edges.iterator;x.next();){var b=x.value.link;b!==null&&(b.fromSpot=a,b.toSpot=y)}this.commitNodes(),this.Gu(),this.isRouting&&this.commitLinks()};function C0(a,y){return a.K===270?y?hs:es:a.K===90?y?es:hs:a.K===180?y?Ns:Vr:y?Vr:Ns}Ri.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=ft.bounds.bottom?(ft=ft.bounds.y+ft.bounds.height,y.m(kt++,_t,ft+ie),y.m(kt++,_t,ft),y.m(kt++,_t,ft-Gt)):(y.m(kt++,_t,Zt+ie),y.m(kt++,_t,Zt),y.m(kt++,_t,Zt-Gt)):this.K===270?Zt<=ft.bounds.y?(ft=ft.bounds.y,y.m(kt++,_t,ft-Gt),y.m(kt++,_t,ft),y.m(kt++,_t,ft+ie)):(y.m(kt++,_t,Zt-Gt),y.m(kt++,_t,Zt),y.m(kt++,_t,Zt+ie)):this.K===0&&(_t>=ft.bounds.right?(ft=ft.bounds.x+ft.bounds.width,y.m(kt++,ft+ie,Zt),y.m(kt++,ft,Zt),y.m(kt++,ft-Gt,Zt)):(y.m(kt++,_t+ie,Zt),y.m(kt++,_t,Zt),y.m(kt++,_t-Gt,Zt)));else{y.m(kt++,Nt,jt);var Ze=0;this.K===180||this.K===0?((this.K===180?_t>=ft.bounds.right:_t<=ft.bounds.x)&&(Ze=(this.K===0?-Gt:ie)/2),y.m(kt++,Nt+Ze,Zt)):((this.K===270?Zt>=ft.bounds.bottom:Zt<=ft.bounds.y)&&(Ze=(this.K===90?-Gt:ie)/2),y.m(kt++,_t,jt+Ze)),y.m(kt++,_t,Zt)}}else Gt=Math.max(10,this.he[Dt.layer]),ie=Math.max(10,this.Ld[Dt.layer]),mt?this.K===180?(y.m(kt++,_t-Gt-St,Zt),y.m(kt++,Math.min(_t-Gt+St/2,_t),Zt),y.m(kt++,_t,Zt),y.m(kt++,_t,Zt),y.m(kt++,Math.max(_t+ie-St/2,_t),Zt),y.m(kt++,_t+ie+St,Zt)):this.K===90?(y.m(kt++,_t,Zt+ie+St),y.m(kt++,_t,Math.max(Zt+ie-St/2,Zt)),y.m(kt++,_t,Zt),y.m(kt++,_t,Zt),y.m(kt++,_t,Math.min(Zt-Gt+St/2,Zt)),y.m(kt++,_t,Zt-Gt-St)):this.K===270?(y.m(kt++,_t,Zt-Gt-St),y.m(kt++,_t,Math.min(Zt-Gt+St/2,Zt)),y.m(kt++,_t,Zt),y.m(kt++,_t,Zt),y.m(kt++,_t,Math.max(Zt+ie-St/2,Zt)),y.m(kt++,_t,Zt+ie+St)):(y.m(kt++,_t+ie+St,Zt),y.m(kt++,Math.max(_t+ie-St/2,_t),Zt),y.m(kt++,_t,Zt),y.m(kt++,_t,Zt),y.m(kt++,Math.min(_t-Gt+St/2,_t),Zt),y.m(kt++,_t-Gt-St,Zt)):y.m(kt++,_t,Zt)}ft=Dt}(ot===null||at!==di||yt)&&(Nt=y.i(kt-1).x,jt=y.i(kt-1).y,_t=y.i(kt).x,Zt=y.i(kt).y,yt?(St=this.Ld[ut.layer],this.K===180||this.K===0?(yt=jt,yt>=ut.bounds.y&&yt<=ut.bounds.bottom&&(this.K===180?_t>=ut.bounds.x:_t<=ut.bounds.right)&&(ft=ut.centerX+(this.K===180?-St:St),yt=ut.bounds.x&&yt<=ut.bounds.right&&(this.K===270?Zt>=ut.bounds.y:Zt<=ut.bounds.bottom)&&(ft=ut.centerY+(this.K===270?-St:St),yt=ut.bounds.x?(ft=ut.bounds.x+ut.bounds.width,y.L(kt-2,ft,jt),y.L(kt-1,ft+ie,jt)):this.K===90&&Zt<=ut.bounds.bottom?(ft=ut.bounds.y,y.L(kt-2,Nt,ft),y.L(kt-1,Nt,ft-Gt)):this.K===270&&Zt>=ut.bounds.y?(ft=ut.bounds.y+ut.bounds.height,y.L(kt-2,Nt,ft),y.L(kt-1,Nt,ft+ie)):this.K===0&&_t<=ut.bounds.right&&(ft=ut.bounds.x,y.L(kt-2,ft,jt),y.L(kt-1,ft-Gt,jt))):(Gt=Math.max(10,this.he[ut.layer]),ie=Math.max(10,this.Ld[ut.layer]),yt=0,this.K===180||this.K===0?((this.K===180?_t<=ut.bounds.x:_t>=ut.bounds.right)&&(yt=(this.K===0?ie:-Gt)/2),y.m(kt++,_t+yt,jt)):((this.K===270?Zt<=ut.bounds.y:Zt>=ut.bounds.bottom)&&(yt=(this.K===90?ie:-Gt)/2),y.m(kt++,Nt,Zt+yt)),y.m(kt++,_t,Zt)))}else{for(;ut!==null&&ut!==ft;){for(Gt=Dt=null,ut=ut.destinationEdges.iterator;ut.next()&&(Nt=ut.value,Nt.link!==x.link||(Dt=Nt.toVertex,Gt=Nt.fromVertex,Gt.node!==null&&(Gt=null),Dt.node!==null)););if(Dt===null)break;Dt!==ft&&(Nt=y.i(kt-1).x,jt=y.i(kt-1).y,_t=Dt.centerX,Zt=Dt.centerY,yt?this.K===180||this.K===0?(Gt!==null?Gt.centerY:jt)!==Zt&&(Gt=this.Ta[Dt.layer]+this.Rf.x,kt===y.firstPickIndex+1&&(Gt=this.K===0?Math.max(Gt,Nt):Math.min(Gt,Nt)),y.m(kt++,Gt,jt),y.m(kt++,Gt,Zt)):(Gt!==null?Gt.centerX:Nt)!==_t&&(Gt=this.Ta[Dt.layer]+this.Rf.y,kt===y.firstPickIndex+1&&(Gt=this.K===90?Math.max(Gt,jt):Math.min(Gt,jt)),y.m(kt++,Nt,Gt),y.m(kt++,_t,Gt)):(Gt=Math.max(10,this.he[Dt.layer]),ie=Math.max(10,this.Ld[Dt.layer]),mt?this.K===180?(y.m(kt++,_t+ie+St,Zt),y.m(kt++,Math.max(_t+ie-St/2,_t),Zt),y.m(kt++,_t,Zt),y.m(kt++,_t,Zt),y.m(kt++,Math.min(_t-Gt+St/2,_t),Zt),y.m(kt++,_t-Gt-St,Zt)):this.K===90?(y.m(kt++,_t,Zt-Gt-St),y.m(kt++,_t,Math.min(Zt-Gt+St/2,Zt)),y.m(kt++,_t,Zt),y.m(kt++,_t,Zt),y.m(kt++,_t,Math.max(Zt+ie-St/2,Zt)),y.m(kt++,_t,Zt+ie+St)):this.K===270?(y.m(kt++,_t,Zt+ie+St),y.m(kt++,_t,Math.max(Zt+ie-St/2,Zt)),y.m(kt++,_t,Zt),y.m(kt++,_t,Zt),y.m(kt++,_t,Math.min(Zt-Gt+St/2,Zt)),y.m(kt++,_t,Zt-Gt-St)):(y.m(kt++,_t-Gt-St,Zt),y.m(kt++,Math.min(_t-Gt+St/2,_t),Zt),y.m(kt++,_t,Zt),y.m(kt++,_t,Zt),y.m(kt++,Math.max(_t+ie-St/2,_t),Zt),y.m(kt++,_t+ie+St,Zt)):this.K===180?(y.m(kt++,_t+ie,Zt),y.m(kt++,_t-Gt,Zt)):this.K===90?(y.m(kt++,_t,Zt-Gt),y.m(kt++,_t,Zt+ie)):this.K===270?(y.m(kt++,_t,Zt+ie),y.m(kt++,_t,Zt-Gt)):(y.m(kt++,_t-Gt,Zt),y.m(kt++,_t+ie,Zt)))),ut=Dt}yt&&(Nt=y.i(kt-1).x,jt=y.i(kt-1).y,_t=y.i(kt).x,Zt=y.i(kt).y,this.K===180||this.K===0?jt!==Zt&&(Gt=this.K===0?Math.min(Math.max((_t+Nt)/2,this.Ta[ft.layer]+this.Rf.x),_t):Math.max(Math.min((_t+Nt)/2,this.Ta[ft.layer]+this.Rf.x),_t),y.m(kt++,Gt,jt),y.m(kt++,Gt,Zt)):Nt!==_t&&(Gt=this.K===90?Math.min(Math.max((Zt+jt)/2,this.Ta[ft.layer]+this.Rf.y),Zt):Math.max(Math.min((Zt+jt)/2,this.Ta[ft.layer]+this.Rf.y),Zt),y.m(kt++,Nt,Gt),y.m(kt++,_t,Gt)))}b!==null&&mt&&4<=y.pointsCount&&(tt!==null&&(tt=at===di?y.getLinkPointFromPoint(E,tt,tt.ga(ri),y.i(3),!0):y.i(0),at===di&&(at=y.i(2),b=y.i(3),this.direction===90||this.direction===270?(y.L(1,(tt.x+at.x)/2,at.y),y.L(2,b.x,(at.y+b.y)/2)):(y.L(1,at.x,(tt.y+at.y)/2),y.L(2,(at.x+b.x)/2,b.y))),tt.w()||tt.set(E.actualBounds.center),y.L(0,tt.x,tt.y)),ot!==null&&(E=rt===di?y.getLinkPointFromPoint(z,ot,ot.ga(ri),y.i(y.pointsCount-4),!1):y.i(y.pointsCount-1),rt===di&&(ot=y.i(y.pointsCount-3),rt=y.i(y.pointsCount-4),this.direction===90||this.direction===270?(y.L(y.pointsCount-2,(E.x+ot.x)/2,ot.y),y.L(y.pointsCount-2,rt.x,(ot.y+rt.y)/2)):(y.L(y.pointsCount-2,ot.x,(E.y+ot.y)/2),y.L(y.pointsCount-3,(ot.x+rt.x)/2,rt.y))),E.w()||E.set(z.actualBounds.center),y.L(y.pointsCount-1,E.x,E.y))),y.zf(),x.commit()}}}this.avoidOrthogonalOverlaps()},Ri.prototype.avoidOrthogonalOverlaps=function(){if(!(0>=this.linkSpacing)){for(var a=new Ae,y=this.network.edges.iterator;y.next();){var x=y.value.link;x!==null&&x.isOrthogonal&&!a.contains(x)&&a.add(x)}if(0z.y&&(ut=at.y>z.y?0:tt.xz.x&&(ut=at.x>z.x?0:tt.yy.layer?1:a.rdy.rd?1:a.Icy.Ic?1:0:0},Ct.Ux=function(a,y){return a instanceof Jh&&y instanceof Jh&&a!==y?a.firsty.first||a.jy.j||a.rdy.rd?1:a.Icy.Ic?1:0:0},Ct.Js=function(a,y){return a instanceof Jh&&y instanceof Jh&&a!==y?a.jcy.jc||a.jy.j||a.rdy.rd?1:a.Icy.Ic?1:0:0},Ct.B=function(a,y){return a-=y,-1a},Ct.zi=function(a,y,x,b){var E=a.length,z=b-x;if(!(1>=z))if((0>x||x>=E-1)&&Vt("not in range 0 <= from < length: "+x),z===2)b=a[x],E=a[x+1],0=E)a.sort(y);else for(x=a.slice(0,b),x.sort(y),y=0;y=E)for(b=a.slice(x),b.sort(y),y=x;y=a.He.length){for(var b=[],E=0;Ea&&(this.bg=a,this.C())}},alignOption:{get:function(){return this.ve},set:function(a){this.ve!==a&&0<=a&&16>a&&(this.ve=a,this.C())}},setsPortSpots:{get:function(){return this.sf},set:function(a){this.sf!==a&&(this.sf=a,this.C())}},linkSpacing:{get:function(){return this.Cn},set:function(a){this.Cn!==a&&0<=a&&(this.Cn=a,this.C())}},maxLayer:{get:function(){return this.Ia}},maxIndex:{get:function(){return this.Iq}},maxColumn:{get:function(){return this.Ra}},minIndexLayer:{get:function(){return this.Hn}},maxIndexLayer:{get:function(){return this.Md}}});var L0=new ue(Ri,"CycleDepthFirst",0),Sy=new ue(Ri,"CycleGreedy",1),Sp=new ue(Ri,"CycleFromLayers",2),k0=new ue(Ri,"LayerOptimalLinkLength",0),xy=new ue(Ri,"LayerLongestPathSink",1),Py=new ue(Ri,"LayerLongestPathSource",2),M0=new ue(Ri,"InitDepthFirstOut",0),wy=new ue(Ri,"InitDepthFirstIn",1),Cy=new ue(Ri,"InitNaive",2),Ly=new ue(Ri,"AggressiveNone",0),T0=new ue(Ri,"AggressiveLess",1),ky=new ue(Ri,"AggressiveMore",2),Zx=8;Ri.className="LayeredDigraphLayout",Ri.CycleDepthFirst=L0,Ri.CycleGreedy=Sy,Ri.CycleFromLayers=Sp,Ri.LayerOptimalLinkLength=k0,Ri.LayerLongestPathSink=xy,Ri.LayerLongestPathSource=Py,Ri.InitDepthFirstOut=M0,Ri.InitDepthFirstIn=wy,Ri.InitNaive=Cy,Ri.AggressiveNone=Ly,Ri.AggressiveLess=T0,Ri.AggressiveMore=ky,Ri.PackNone=0,Ri.PackExpand=1,Ri.PackStraighten=2,Ri.PackMedian=4,Ri.PackAll=15,Ri.AlignNone=0,Ri.AlignUpperLeft=1,Ri.AlignUpperRight=2,Ri.AlignLowerLeft=4,Ri.AlignLowerRight=8,Ri.AlignAll=15;function Jh(){this.index=this.Ic=this.rd=this.jc=this.first=this.layer=0,this.link=null,this.j=0}Jh.className="SegInfo";function Gg(a){$i.call(this,a)}Se(Gg,$i),Gg.prototype.createVertex=function(){return new Da(this)},Gg.prototype.createEdge=function(){return new xp(this)},Gg.className="LayeredDigraphNetwork";function Da(a){or.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}Se(Da,or);function ix(a,y){return a.index-y.index}function b0(a,y){if(!a.$n){for(var x=[],b=Mo(a.destinationEdgesArrayAccess),E=b.next();!E.done;E=b.next())E=E.value,E.valid&&x.push(E);a.$n=x}for(a=Mo(a.$n),x=a.next();!x.done;x=a.next())if(x=x.value,x.toVertex===y)return x;Vt("Unable to find destination edge to given vertex")}function My(a){if(!a.co){for(var y=[],x=Mo(a.sourceEdgesArrayAccess),b=x.next();!b.done;b=x.next())b=b.value,b.valid&&y.push(b.fromVertex);y.sort(ix),a.co=y}return a.co}function Kx(a){if(!a.ao){for(var y=[],x=Mo(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}Da.prototype.Cl=function(a){or.prototype.Cl.call(this,a),this.bo=this.co=null},Da.prototype.Kl=function(a){or.prototype.Kl.call(this,a),this.bo=this.co=null},Da.prototype.zl=function(a){or.prototype.zl.call(this,a),this.$n=this.ao=null},Da.prototype.Jl=function(a){or.prototype.Jl.call(this,a),this.$n=this.ao=null},Ye.Object.defineProperties(Da.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)}}}),Da.prototype.deleteDestinationEdge=Da.prototype.Jl,Da.prototype.addDestinationEdge=Da.prototype.zl,Da.prototype.deleteSourceEdge=Da.prototype.Kl,Da.prototype.addSourceEdge=Da.prototype.Cl,Da.className="LayeredDigraphVertex";function xp(a){na.call(this,a),this.j=this.ia=this.Ha=!1,this.V=this.u=NaN,this.F=this.o=0}Se(xp,na),Ye.Object.defineProperties(xp.prototype,{fromVertex:{get:function(){return this.kd},set:function(a){this.kd!==a&&(this.kd=a)}},toVertex:{get:function(){return this.qd},set:function(a){this.qd!==a&&(this.qd=a)}},valid:{get:function(){return this.Ha},set:function(a){this.Ha!==a&&(this.Ha=a)}},rev:{get:function(){return this.ia},set:function(a){this.ia!==a&&(this.ia=a)}},forest:{get:function(){return this.j},set:function(a){this.j!==a&&(this.j=a)}},portFromPos:{get:function(){return this.u},set:function(a){this.u!==a&&(this.u=a)}},portToPos:{get:function(){return this.V},set:function(a){this.V!==a&&(this.V=a)}},portFromColOffset:{get:function(){return this.o},set:function(a){this.o!==a&&(this.o=a)}},portToColOffset:{get:function(){return this.F},set:function(a){this.F!==a&&(this.F=a)}}}),xp.className="LayeredDigraphEdge";function ui(a){po.call(this),this.Ub=new Ee,this.Wn=A0,this.ud=eu,this.vo=D0,this.Bq=Ry,this.$v=[],this.td=!0,this.Rb=O0,this.$d=new Ge(10,10).freeze();var y=new Bf(this);this.W=new Ya(y),this.Y=new Ya(y),this.ru=[],a&&Object.assign(this,a)}Se(ui,po),ui.prototype.cloneProtected=function(a){po.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)},ui.prototype.qb=function(a){a.classType===ui?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:Vt("Unknown enum value: "+a):po.prototype.qb.call(this,a)},ui.prototype.createNetwork=function(){return new Bf(this)},ui.prototype.makeNetwork=function(a){function y(b){if(b instanceof Qe)return!b.isLinkLabel&&b.category!=="Comment";if(b instanceof ze){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 oe?(x.lg(a.nodes,!0,y),x.lg(a.links,!0,y)):a instanceof Zn?x.lg(a.memberParts,!1,y):x.lg(a.iterator,!1,y),x},ui.prototype.doLayout=function(a){this.network===null&&(this.network=this.makeNetwork(a)),this.arrangement!==I0&&(this.arrangementOrigin=this.initialOrigin(this.arrangementOrigin));var y=this.diagram;if(y===null&&a instanceof oe&&(y=a),this.path===A0&&y!==null?this.ud=y.isTreePathToChildren?eu:Ef:this.ud=this.path===A0?eu:this.path,0y.level)return!1;a.removeChild(x.parent,x)}return!0}ui.prototype.removeChild=function(a,y){if(a!==null&&y!==null){for(var x=a.children,b=0,E=0;EE?hx(this,a,tt,zn,Nt,jt):dx(this,a,tt,zn,Nt,jt),zn=jt.x,Nt=jt.width,jt=jt.height;break;case hh:for(_t=0;_tft&&(lnmr&&(Ff(a,-mr,0,Yn,Mi-1),E0(_t,-mr,0),E0(Zt,-mr,0),mr=0)}Xi.S.h(mr,on),Nt=Math.max(Nt,ie),jt=Math.max(jt,Gt+(Oe===0?0:St)+fr.height),ln=ie}else 0ft&&(onmr&&(Ff(a,0,-mr,Yn,Mi-1),E0(_t,0,-mr),E0(Zt,0,-mr),mr=0)),Xi.S.h(ln,mr),jt=Math.max(jt,Ze),Nt=Math.max(Nt,Gt+(Oe===0?0:St)+fr.width),on=Ze;Ce++}switch(0at&&(at=0),135kt&&(kt=0),rt===Cu&&(ot+=mt/2+a.focus.y),tt+=b+x):y?(a.comments===null?b>Nt&&(Nt=Ey(rt,b-Nt,0),tt=Nt.x,ot=Nt.y,Nt=b,at=0):Nt=Ny(a,Nt,at),0>at&&(tt-=at,at=0),135jt&&(jt=Ey(rt,0,Dt-jt),tt=jt.x,ot=jt.y,jt=Dt,kt=0):jt=Fy(a,jt,kt),0>kt&&(ot-=kt,kt=0),tt+=b+x),0E[0].x?E[2].assign(E[1]):E[1].assign(E[2])),E[3].yE[0].x?E[3].assign(E[2]):E[2].assign(E[3])),Oe[0].h(at+b,0),Oe[1].h(Oe[0].x,Dt),Oe[2].yE[0].y?E[2].assign(E[1]):E[1].assign(E[2])),E[3].xE[0].y?E[3].assign(E[2]):E[2].assign(E[3])),Oe[0].h(0,kt+Dt),Oe[1].h(b,Oe[0].y),Oe[2].xb?hx(a,y,E,Ce,Gt,_t):dx(a,y,E,Ce,Gt,_t),Ce=_t.x,Gt=_t.width,_t=_t.height;break;case hh:for(mt=0;mtmt&&(iemt&&(Zeft&&(ft=0),135Nt&&(Nt=0)),y.la.h(ft,Nt),y.Da.h(Gt,_t)}}ui.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 pe(b,0,E,z);if(tt===1)return y=x[0],E=y.Da.width,z=y.Da.height,new pe(b,0,E,z);for(var ot=y.nodeSpacing,rt=y.rowSpacing,at=ul(y)===90,ut=0,ft=0,mt=0,yt=0;ytat&&(E-=at),z=Math.max(z,Math.max(yt,mt)+a+tt.height),0>x.S.x&&(b=N0(y,x.S.x,!1,b,ot))):(x.S.h(E+a,b+ot/2-x.focus.y-x.la.y),E=Math.max(E,Math.max(St,ft)+a+tt.width),mt=b+ot/2-x.focus.y-x.la.y,z=Math.max(z,mt+tt.height),0>mt&&(z-=mt),0>x.S.y&&(b=N0(y,x.S.y,!0,b,ot)))),new pe(b,0,E,z)}function dx(a,y,x,b,E,z){var tt=x.length;if(tt===0)return new pe(b,0,E,z);if(tt===1)return x=x[0],E=x.Da.width,z=x.Da.height,new pe(b,0,E,z);for(var ot=y.nodeSpacing,rt=y.rowSpacing,at=ul(y)===270,ut=0,ft=0,mt=0,yt=0;ytft&&(E-=ft),z=Math.max(z,Math.abs(Math.min(yt,mt))+a+ut.height),0>rt.S.x&&(b=N0(y,rt.S.x,!1,b,ot))):(rt.S.h(-E-ut.width-a,b+ot/2-rt.focus.y-rt.la.y),E=Math.max(E,Math.abs(Math.min(St,ft))+a+ut.width),mt=b+ot/2-rt.focus.y-rt.la.y,z=Math.max(z,mt+ut.height),0>mt&&(z-=mt),0>rt.S.y&&(b=N0(y,rt.S.y,!0,b,ot)))),y=0;yy&&(y=x+a.width),0>x&&(y-=x),y;case nu:return a.width>y?a.width:y;case iu:return 2*a.focus.x>y?a.width:y+a.width-2*a.focus.x;case uh:case ou:return Math.max(a.width,Math.max(y,x+a.width)-Math.min(0,x));case hh:return a.width-a.focus.x+a.nodeSpacing/2+y;case Cu:return Math.max(a.width,a.focus.x+a.nodeSpacing/2+y);default:return y}}function Fy(a,y,x){switch(a.alignment){case Af:case Wg:return x+a.height>y&&(y=x+a.height),0>x&&(y-=x),y;case nu:return a.height>y?a.height:y;case iu:return 2*a.focus.y>y?a.height:y+a.height-2*a.focus.y;case uh:case ou:return Math.max(a.height,Math.max(y,x+a.height)-Math.min(0,x));case hh:return a.height-a.focus.y+a.nodeSpacing/2+y;case Cu:return Math.max(a.height,a.focus.y+a.nodeSpacing/2+y);default:return y}}function Ey(a,y,x){switch(a){case Wg:y/=2,x/=2;break;case Af:y/=2,x/=2;break;case nu:x=y=0;break;case iu:break;default:Vt("Unhandled alignment value "+a.toString())}return new It(y,x)}function jd(a,y,x,b,E,z){y=Ey(y,x,b),Ff(a,y.x,y.y,E,z)}function Ff(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 F0(a,y,x,b){var E=y.parent;switch(a.ud){case eu:for(a=y.sourceEdges;a.next();)y=a.value,y.fromVertex===E&&y.relativePoint.h(x,b);break;case Ef:for(a=y.destinationEdges;a.next();)y=a.value,y.toVertex===E&&y.relativePoint.h(x,b);break;default:Vt("Unhandled path value "+a.ud.toString())}}function E0(a,y,x){for(var b=0;bft.length||yt===null||2>yt.length))for(E=x=0;xat&&z.yz.y&&aty.length||x===null||2>x.length)b=null;else{for(ut=Vs(a,y.length+x.length),b=z=rt=0;zrt;)at=x[z++],ut[b++].h(at.x+E,at.y);for(x=Vs(a,b),rt=0;rtft.length||z===null||2>z.length)E=null;else{for(ut=Vs(a,ft.length+z.length),E=at=x=0;xz;)rt=ft[x++],ut[E++].h(rt.x,rt.y);for(z=Vs(a,E),x=0;xft.length||yt===null||2>yt.length))for(E=x=0;xrt&&z.xz.x&&rty.length||x===null||2>x.length)b=null;else{for(ut=Vs(a,y.length+x.length),b=z=rt=0;zrt;)at=x[z++],ut[b++].h(at.x,at.y+E);for(x=Vs(a,b),rt=0;rtft.length||z===null||2>z.length)E=null;else{for(ut=Vs(a,ft.length+z.length),E=at=x=0;xz;)rt=ft[x++],ut[E++].h(rt.x,rt.y);for(z=Vs(a,E),x=0;x=a?0:135>=a?90:225>=a?180:315>=a?270:0}ui.prototype.computeLayerSpacing=function(a){var y=ul(a);y=y===90||y===270;var x=a.layerSpacing;if(0=a&&(this.W.nodeIndentPastParent=a,this.C())}},nodeSpacing:{get:function(){return this.W.nodeSpacing},set:function(a){this.W.nodeSpacing!==a&&(this.W.nodeSpacing=a,this.C())}},layerSpacing:{get:function(){return this.W.layerSpacing},set:function(a){this.W.layerSpacing!==a&&(this.W.layerSpacing=a,this.C())}},layerSpacingParentOverlap:{get:function(){return this.W.layerSpacingParentOverlap},set:function(a){this.W.layerSpacingParentOverlap!==a&&0<=a&&1>=a&&(this.W.layerSpacingParentOverlap=a,this.C())}},compaction:{get:function(){return this.W.compaction},set:function(a){this.W.compaction===a||a!==B0&&a!==kp||(this.W.compaction=a,this.C())}},breadthLimit:{get:function(){return this.W.breadthLimit},set:function(a){this.W.breadthLimit!==a&&0<=a&&(this.W.breadthLimit=a,this.C())}},rowSpacing:{get:function(){return this.W.rowSpacing},set:function(a){this.W.rowSpacing!==a&&(this.W.rowSpacing=a,this.C())}},rowIndent:{get:function(){return this.W.rowIndent},set:function(a){this.W.rowIndent!==a&&0<=a&&(this.W.rowIndent=a,this.C())}},commentSpacing:{get:function(){return this.W.commentSpacing},set:function(a){this.W.commentSpacing!==a&&(this.W.commentSpacing=a,this.C())}},commentMargin:{get:function(){return this.W.commentMargin},set:function(a){this.W.commentMargin!==a&&(this.W.commentMargin=a,this.C())}},setsPortSpot:{get:function(){return this.W.setsPortSpot},set:function(a){this.W.setsPortSpot!==a&&(this.W.setsPortSpot=a,this.C())}},portSpot:{get:function(){return this.W.portSpot},set:function(a){this.W.portSpot.D(a)||(this.W.portSpot=a,this.C())}},setsChildPortSpot:{get:function(){return this.W.setsChildPortSpot},set:function(a){this.W.setsChildPortSpot!==a&&(this.W.setsChildPortSpot=a,this.C())}},childPortSpot:{get:function(){return this.W.childPortSpot},set:function(a){this.W.childPortSpot.D(a)||(this.W.childPortSpot=a,this.C())}},alternateSorting:{get:function(){return this.Y.sorting},set:function(a){this.Y.sorting===a||a!==Hg&&a!==wp&&a!==Cp&&!Lp||(this.Y.sorting=a,this.C())}},alternateComparer:{get:function(){return this.Y.comparer},set:function(a){this.Y.comparer!==a&&(this.Y.comparer=a,this.C())}},alternateAngle:{get:function(){return this.Y.angle},set:function(a){this.Y.angle===a||a!==0&&a!==90&&a!==180&&a!==270||(this.Y.angle=a,this.C())}},alternateAlignment:{get:function(){return this.Y.alignment},set:function(a){this.Y.alignment!==a&&(this.Y.alignment=a,this.C())}},alternateNodeIndent:{get:function(){return this.Y.nodeIndent},set:function(a){this.Y.nodeIndent!==a&&0<=a&&(this.Y.nodeIndent=a,this.C())}},alternateNodeIndentPastParent:{get:function(){return this.Y.nodeIndentPastParent},set:function(a){this.Y.nodeIndentPastParent!==a&&0<=a&&1>=a&&(this.Y.nodeIndentPastParent=a,this.C())}},alternateNodeSpacing:{get:function(){return this.Y.nodeSpacing},set:function(a){this.Y.nodeSpacing!==a&&(this.Y.nodeSpacing=a,this.C())}},alternateLayerSpacing:{get:function(){return this.Y.layerSpacing},set:function(a){this.Y.layerSpacing!==a&&(this.Y.layerSpacing=a,this.C())}},alternateLayerSpacingParentOverlap:{get:function(){return this.Y.layerSpacingParentOverlap},set:function(a){this.Y.layerSpacingParentOverlap!==a&&0<=a&&1>=a&&(this.Y.layerSpacingParentOverlap=a,this.C())}},alternateCompaction:{get:function(){return this.Y.compaction},set:function(a){this.Y.compaction===a||a!==B0&&a!==kp||(this.Y.compaction=a,this.C())}},alternateBreadthLimit:{get:function(){return this.Y.breadthLimit},set:function(a){this.Y.breadthLimit!==a&&0<=a&&(this.Y.breadthLimit=a,this.C())}},alternateRowSpacing:{get:function(){return this.Y.rowSpacing},set:function(a){this.Y.rowSpacing!==a&&(this.Y.rowSpacing=a,this.C())}},alternateRowIndent:{get:function(){return this.Y.rowIndent},set:function(a){this.Y.rowIndent!==a&&0<=a&&(this.Y.rowIndent=a,this.C())}},alternateCommentSpacing:{get:function(){return this.Y.commentSpacing},set:function(a){this.Y.commentSpacing!==a&&(this.Y.commentSpacing=a,this.C())}},alternateCommentMargin:{get:function(){return this.Y.commentMargin},set:function(a){this.Y.commentMargin!==a&&(this.Y.commentMargin=a,this.C())}},alternateSetsPortSpot:{get:function(){return this.Y.setsPortSpot},set:function(a){this.Y.setsPortSpot!==a&&(this.Y.setsPortSpot=a,this.C())}},alternatePortSpot:{get:function(){return this.Y.portSpot},set:function(a){this.Y.portSpot.D(a)||(this.Y.portSpot=a,this.C())}},alternateSetsChildPortSpot:{get:function(){return this.Y.setsChildPortSpot},set:function(a){this.Y.setsChildPortSpot!==a&&(this.Y.setsChildPortSpot=a,this.C())}},alternateChildPortSpot:{get:function(){return this.Y.childPortSpot},set:function(a){this.Y.childPortSpot.D(a)||(this.Y.childPortSpot=a,this.C())}}});var A0=new ue(ui,"PathDefault",-1),eu=new ue(ui,"PathDestination",0),Ef=new ue(ui,"PathSource",1),Hg=new ue(ui,"SortingForwards",10),wp=new ue(ui,"SortingReverse",11),Cp=new ue(ui,"SortingAscending",12),Lp=new ue(ui,"SortingDescending",13),Wg=new ue(ui,"AlignmentCenterSubtrees",20),Af=new ue(ui,"AlignmentCenterChildren",21),nu=new ue(ui,"AlignmentStart",22),iu=new ue(ui,"AlignmentEnd",23),uh=new ue(ui,"AlignmentBus",24),ou=new ue(ui,"AlignmentBusBranching",25),hh=new ue(ui,"AlignmentTopLeftBus",26),Cu=new ue(ui,"AlignmentBottomRightBus",27),B0=new ue(ui,"CompactionNone",30),kp=new ue(ui,"CompactionBlock",31),D0=new ue(ui,"StyleLayered",40),By=new ue(ui,"StyleLastParents",41),Dy=new ue(ui,"StyleAlternating",42),Oy=new ue(ui,"StyleRootOnly",43),O0=new ue(ui,"ArrangementVertical",50),Iy=new ue(ui,"ArrangementHorizontal",51),I0=new ue(ui,"ArrangementFixedRoots",52),Ry=new ue(ui,"LayerIndividual",60),zy=new ue(ui,"LayerSiblings",61),R0=new ue(ui,"LayerUniform",62);ui.className="TreeLayout",ui.PathDefault=A0,ui.PathDestination=eu,ui.PathSource=Ef,ui.SortingForwards=Hg,ui.SortingReverse=wp,ui.SortingAscending=Cp,ui.SortingDescending=Lp,ui.AlignmentCenterSubtrees=Wg,ui.AlignmentCenterChildren=Af,ui.AlignmentStart=nu,ui.AlignmentEnd=iu,ui.AlignmentBus=uh,ui.AlignmentBusBranching=ou,ui.AlignmentTopLeftBus=hh,ui.AlignmentBottomRightBus=Cu,ui.CompactionNone=B0,ui.CompactionBlock=kp,ui.StyleLayered=D0,ui.StyleLastParents=By,ui.StyleAlternating=Dy,ui.StyleRootOnly=Oy,ui.ArrangementVertical=O0,ui.ArrangementHorizontal=Iy,ui.ArrangementFixedRoots=I0,ui.LayerIndividual=Ry,ui.LayerSiblings=zy,ui.LayerUniform=R0;function Bf(a){$i.call(this,a)}Se(Bf,$i),Bf.prototype.createVertex=function(){return new Ya(this)},Bf.prototype.createEdge=function(){return new Vg(this)},Bf.className="TreeNetwork";function Ya(a){or.call(this,a),this.V=!1,this.hb=null,this.u=[],this.nb=this.Ha=this.F=this.ia=0,this.td=null,this.S=new It(0,0),this.Da=new Ge(0,0),this.la=new It(0,0),this.im=this.hm=this.qA=!1,this.kp=this.Yo=null,this.nd=Hg,this.hd=oy,this.Kb=0,this.Jb=Af,this.Vq=this.Uq=0,this.Wq=20,this.ie=50,this.Aq=0,this.Hp=kp,this.Ap=0,this.nr=25,this.Gp=this.mr=10,this.Fp=20,this.xr=!0,this.dr=xr,this.wr=!0,this.Dp=xr}Se(Ya,or),Ya.prototype.copyInheritedPropertiesFrom=function(a){a!==null&&(this.nd=a.sorting,this.hd=a.comparer,this.Kb=a.angle,this.Jb=a.alignment,this.Uq=a.nodeIndent,this.Vq=a.nodeIndentPastParent,this.Wq=a.nodeSpacing,this.ie=a.layerSpacing,this.Aq=a.layerSpacingParentOverlap,this.Hp=a.compaction,this.Ap=a.breadthLimit,this.nr=a.rowSpacing,this.mr=a.rowIndent,this.Gp=a.commentSpacing,this.Fp=a.commentMargin,this.xr=a.setsPortSpot,this.dr=a.portSpot,this.wr=a.setsChildPortSpot,this.Dp=a.childPortSpot)},Ye.Object.defineProperties(Ya.prototype,{initialized:{get:function(){return this.V},set:function(a){this.V!==a&&(this.V=a)}},parent:{get:function(){return this.hb},set:function(a){this.hb!==a&&(this.hb=a)}},children:{get:function(){return this.u},set:function(a){if(this.u!==a){if(a!==null)for(var y=a.length,x=0;xyt.y+x.rowIndent&&(z=Math.min(z,Math.max(ft.y,z-y.computeNodeIndent(x))))):x.alignment===nu?(z=b.top+E.y,E.y===0&&ft.yyt.x+x.rowIndent&&(z=Math.min(z,Math.max(ft.x,z-y.computeNodeIndent(x))))):x.alignment===nu?(z=b.left+E.x,E.x===0&&ft.xyt.y+x.rowIndent&&(z=Math.min(z,Math.max(ft.y,z-y.computeNodeIndent(x))))):x.alignment===nu?(z=b.top+E.y,E.y===0&&ft.yyt.x+x.rowIndent&&(z=Math.min(z,Math.max(ft.x,z-y.computeNodeIndent(x))))):x.alignment===nu?(z=b.left+E.x,E.x===0&&ft.x0&&Rt[Rt.length-1])||yn[0]!==6&&yn[0]!==2)){fe=0;continue}if(yn[0]===3&&(!Rt||yn[1]>Rt[0]&&yn[1]',"select"),this.addActionButton(bt,'',"delete"),this.uiStyleSettings.clearButtonVisible&&this.addActionButton(bt,'',"clear"),this.uiStyleSettings.undoButtonVisible&&this.addActionButton(bt,'',"undo"),this.uiStyleSettings.redoButtonVisible&&this.addActionButton(bt,'',"redo"),this.uiStyleSettings.zoomButtonVisible&&this.addActionButton(bt,'',"zoom"),this.uiStyleSettings.zoomButtonVisible&&this.uiStyleSettings.zoomOutButtonVisible&&this.addActionButton(bt,'',"zoom-out"),this.uiStyleSettings.notesButtonVisible&&this.addActionButton(bt,'',"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 fe=document.createElement("div");fe.className=""+xt.toolbarButtonStyleClass.name,fe.setAttribute("data-type-name",Mt.typeName),fe.innerHTML=Mt.icon,fe.addEventListener("click",function(){xt.markerToolbarButtonClicked(fe,Mt)}),xt.buttons.push(fe),xt.markerButtons.push(fe)}),this.overflowButton=document.createElement("div"),this.overflowButton.className=this.toolbarButtonStyleClass.name+" "+(this.uiStyleSettings.toolbarButtonStyleColorsClassName?this.uiStyleSettings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name),this.overflowButton.innerHTML='',this.overflowButton.addEventListener("click",this.overflowButtonClicked),this.markerButtonBlock.appendChild(this.overflowButton));var Rt=document.createElement("div");Rt.className=this.toolbarBlockStyleClass.name,Rt.style.whiteSpace="nowrap",Rt.style.display=this.uiStyleSettings.resultButtonBlockVisible!==!1?"":"none",this.uiContainer.appendChild(Rt),this.addActionButton(Rt,'',"render"),this.addActionButton(Rt,'',"close"),this.markerjsContainer.appendChild(this.uiContainer),this.setSelectMode(),this.setCurrentMarker(),this.adjustLayout()},At.prototype.addButtonClickListener=function(wt){this.buttonClickListeners.push(wt)},At.prototype.removeButtonClickListener=function(wt){this.buttonClickListeners.indexOf(wt)>-1&&this.buttonClickListeners.splice(this.buttonClickListeners.indexOf(wt),1)},At.prototype.setSelectMode=function(){this.resetButtonStyles(),this.setActiveButton(this.buttons[0])},At.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 xt=0;xt0&&this.buttonClickListeners.forEach(function(bt){return bt("marker",xt)}),this.markerButtonOverflowBlock.style.display="none"},At.prototype.actionToolbarButtonClicked=function(wt,xt){this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(bt){return bt("action",xt)}),this.markerButtonOverflowBlock.style.display="none",this.setActiveButton(this.buttons[0])},At.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)},At.prototype.setActiveMarkerButton=function(wt){var xt=this.markerButtons.find(function(bt){return bt.getAttribute("data-type-name")===wt});xt&&this.setActiveButton(xt)},At.prototype.setCurrentMarker=function(wt){var xt=this;this.currentMarker=wt,this.buttons.filter(function(bt){return/delete|notes/.test(bt.getAttribute("data-action"))}).forEach(function(bt){xt.currentMarker===void 0?(bt.style.fillOpacity="0.4",bt.style.pointerEvents="none"):(bt.style.fillOpacity="1",bt.style.pointerEvents="all")})},At}(),Et=function(){function At(wt,xt,bt,Rt){this.panels=[],this.panelButtons=[],this.markerjsContainer=wt,this.displayMode=xt,this.uiStyleSettings=bt,this.styles=Rt,this.panelButtonClick=this.panelButtonClick.bind(this),this.addStyles()}return At.prototype.addStyles=function(){var wt;this.toolboxStyleClass=this.styles.addClass(new le("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 le("toolbox_colors",` color: `+this.uiStyleSettings.toolboxColor+`; `));var xt=this.uiStyleSettings.toolbarHeight/4;this.toolboxButtonRowStyleClass=this.styles.addClass(new le("toolbox-button-row",` display: flex; cursor: default; box-sizing: content-box; `)),this.toolboxButtonRowStyleColorsClass=this.styles.addClass(new le("toolbox-button-row_colors",` background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`; `)),this.toolboxPanelRowStyleClass=this.styles.addClass(new le("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 le("toolbox-panel-row_colors",` background-color: `+((wt=this.uiStyleSettings.toolboxBackgroundColor)!==null&&wt!==void 0?wt:this.uiStyleSettings.toolbarBackgroundHoverColor)+`; `)),this.toolboxButtonStyleClass=this.styles.addClass(new le("toolbox_button",` display: inline-block; width: `+(this.uiStyleSettings.toolbarHeight-2*xt)+`px; height: `+(this.uiStyleSettings.toolbarHeight-2*xt)+`px; padding: `+xt+`px; box-sizing: content-box; `)),this.toolboxButtonStyleColorsClass=this.styles.addClass(new le("toolbox-button_colors",` fill: `+this.uiStyleSettings.toolbarColor+`; `)),this.toolboxActiveButtonStyleColorsClass=this.styles.addClass(new le("toolbox-active-button_colors",` background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`; fill: `+this.uiStyleSettings.toolbarColor+`; `)),this.styles.addRule(new $e("."+this.toolboxButtonStyleColorsClass.name+":hover",` background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+` `)),this.styles.addRule(new $e("."+this.toolboxButtonStyleClass.name+" svg",` height: `+this.uiStyleSettings.toolbarHeight/2+`px; `))},At.prototype.show=function(wt){var xt;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=wt,this.uiContainer.className=this.toolboxStyleClass.name+" "+((xt=this.uiStyleSettings.toolboxStyleColorsClassName)!==null&&xt!==void 0?xt:this.toolboxStyleColorsClass.name),this.markerjsContainer.appendChild(this.uiContainer)},At.prototype.setPanelButtons=function(wt){var xt,bt,Rt=this;this.panels=wt,this.uiContainer!==void 0&&(this.uiContainer.innerHTML="",this.panelRow=document.createElement("div"),this.panelRow.className=this.toolboxPanelRowStyleClass.name+" "+((xt=this.uiStyleSettings.toolboxPanelRowStyleColorsClassName)!==null&&xt!==void 0?xt:this.toolboxPanelRowStyleColorsClass.name),this.uiContainer.appendChild(this.panelRow),this.buttonRow=document.createElement("div"),this.buttonRow.className=this.toolboxButtonRowStyleClass.name+" "+((bt=this.uiStyleSettings.toolboxButtonRowStyleColorsClassName)!==null&&bt!==void 0?bt:this.toolboxButtonRowStyleColorsClass.name)+" ",this.uiContainer.appendChild(this.buttonRow),this.panelButtons.splice(0),this.panels.forEach(function(Mt){var fe;Mt.uiStyleSettings=Rt.uiStyleSettings;var je=document.createElement("div");je.className=Rt.toolboxButtonStyleClass.name+" "+((fe=Rt.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&fe!==void 0?fe:Rt.toolboxButtonStyleColorsClass.name),je.innerHTML=Mt.icon,je.title=Mt.title,je.addEventListener("click",function(){Rt.panelButtonClick(Mt)}),Rt.panelButtons.push(je),Rt.buttonRow.appendChild(je)}),this.displayMode==="inline"?this.panelRow.style.display="none":this.panelRow.style.visibility="hidden")},At.prototype.panelButtonClick=function(wt){var xt=this,bt=-1;if(wt!==this.activePanel){bt=this.panels.indexOf(wt),this.panelRow.innerHTML="";var Rt=wt.getUi();Rt.style.margin=this.uiStyleSettings.toolbarHeight/4+"px",this.panelRow.appendChild(Rt),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(){xt.displayMode==="inline"?xt.panelRow.style.display="none":xt.panelRow.style.visibility="hidden"},200);this.panelButtons.forEach(function(Mt,fe){var je,Ln;Mt.className=xt.toolboxButtonStyleClass.name+" "+(fe===bt?""+((je=xt.uiStyleSettings.toolboxActiveButtonStyleColorsClassName)!==null&&je!==void 0?je:xt.toolboxActiveButtonStyleColorsClass.name):""+((Ln=xt.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&Ln!==void 0?Ln:xt.toolboxButtonStyleColorsClass.name))})},At}(),et=function(At,wt){this.title=At,this.icon=wt},it=function(At){function wt(xt,bt,Rt,Mt){var fe=At.call(this,xt,Mt||'')||this;return fe.colors=[],fe.addTransparent=!1,fe.colorBoxes=[],fe.colors=bt,fe.currentColor=Rt,fe.setCurrentColor=fe.setCurrentColor.bind(fe),fe.getColorBox=fe.getColorBox.bind(fe),fe}return me(wt,At),wt.prototype.getUi=function(){var xt=this,bt=document.createElement("div");return bt.style.overflow="hidden",bt.style.whiteSpace="nowrap",this.colors.forEach(function(Rt){var Mt=xt.getColorBox(Rt);bt.appendChild(Mt),xt.colorBoxes.push(Mt)}),bt},wt.prototype.getColorBox=function(xt){var bt=this,Rt=this.uiStyleSettings.toolbarHeight/4,Mt=this.uiStyleSettings.toolbarHeight-Rt,fe=document.createElement("div");fe.style.display="inline-block",fe.style.boxSizing="content-box",fe.style.width=Mt-2+"px",fe.style.height=Mt-2+"px",fe.style.padding="1px",fe.style.marginRight="2px",fe.style.marginBottom="2px",fe.style.borderWidth="2px",fe.style.borderStyle="solid",fe.style.borderRadius=(Mt+2)/2+"px",fe.style.borderColor=xt===this.currentColor?this.uiStyleSettings.toolboxAccentColor:"transparent",fe.addEventListener("click",function(){bt.setCurrentColor(xt,fe)});var je=document.createElement("div");return je.style.display="inline-block",je.style.width=Mt-2+"px",je.style.height=Mt-2+"px",je.style.backgroundColor=xt,je.style.borderRadius=Mt/2+"px",xt==="transparent"&&(je.style.fill=this.uiStyleSettings.toolboxAccentColor,je.innerHTML=` `),fe.appendChild(je),fe},wt.prototype.setCurrentColor=function(xt,bt){var Rt=this;this.currentColor=xt,this.colorBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===bt?Rt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onColorChanged&&this.onColorChanged(xt)},wt}(et),gt=function(){function At(wt,xt,bt){this._state="new",this._isSelected=!1,this._container=wt,this._overlayContainer=xt,this.globalSettings=bt,this.stateChanged=this.stateChanged.bind(this),this.colorChanged=this.colorChanged.bind(this),this.fillColorChanged=this.fillColorChanged.bind(this)}return Object.defineProperty(At.prototype,"typeName",{get:function(){return Object.getPrototypeOf(this).constructor.typeName},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"container",{get:function(){return this._container},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"overlayContainer",{get:function(){return this._overlayContainer},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"toolboxPanels",{get:function(){return[]},enumerable:!1,configurable:!0}),At.prototype.ownsTarget=function(wt){return!1},Object.defineProperty(At.prototype,"isSelected",{get:function(){return this._isSelected},enumerable:!1,configurable:!0}),At.prototype.select=function(){this.container.style.cursor="move",this._isSelected=!0,this.manipulationStartState=this.getState()},At.prototype.deselect=function(){this.container.style.cursor="default",this._isSelected=!1,this.stateChanged()},At.prototype.pointerDown=function(wt,xt){},At.prototype.dblClick=function(wt,xt){},At.prototype.manipulate=function(wt){},At.prototype.pointerUp=function(wt){this.stateChanged()},At.prototype.dispose=function(){},At.prototype.addMarkerVisualToContainer=function(wt){this.container.childNodes.length>0?this.container.insertBefore(wt,this.container.childNodes[0]):this.container.appendChild(wt)},At.prototype.getState=function(){return{typeName:At.typeName,state:this.state,notes:this.notes}},At.prototype.restoreState=function(wt){this._state=wt.state,this.notes=wt.notes},At.prototype.scale=function(wt,xt){},At.prototype.colorChanged=function(wt){this.onColorChanged&&this.onColorChanged(wt),this.stateChanged()},At.prototype.fillColorChanged=function(wt){this.onFillColorChanged&&this.onFillColorChanged(wt),this.stateChanged()},At.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)}},At.typeName="MarkerBase",At}(),lt=function(){function At(){this.findGripByVisual=this.findGripByVisual.bind(this)}return At.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},At}(),pt=function(){function At(){this.GRIP_SIZE=10,this.visual=he.createGroup(),this.visual.appendChild(he.createCircle(1.5*this.GRIP_SIZE,[["fill","transparent"]])),this.visual.appendChild(he.createCircle(this.GRIP_SIZE,[["fill","#cccccc"],["fill-opacity","0.7"],["stroke","#333333"],["stroke-width","2"],["stroke-opacity","0.7"]]))}return At.prototype.ownsTarget=function(wt){return wt===this.visual||wt===this.visual.childNodes[0]||wt===this.visual.childNodes[1]},At}(),vt=function(){function At(){}return At.toITransformMatrix=function(wt){return{a:wt.a,b:wt.b,c:wt.c,d:wt.d,e:wt.e,f:wt.f}},At.toSVGMatrix=function(wt,xt){return wt.a=xt.a,wt.b=xt.b,wt.c=xt.c,wt.d=xt.d,wt.e=xt.e,wt.f=xt.f,wt},At}(),Lt=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||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(he.createTransform()),Mt.setupControlBox(),Mt}return me(wt,At),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(xt){this._visual=xt;var bt=he.createTransform();this._visual.transform.baseVal.appendItem(bt)},enumerable:!1,configurable:!0}),wt.prototype.ownsTarget=function(xt){return!!At.prototype.ownsTarget.call(this,xt)||!!(this.controlGrips.findGripByVisual(xt)!==void 0||this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(xt))},wt.prototype.pointerDown=function(xt,bt){At.prototype.pointerDown.call(this,xt,bt),this.state==="new"&&(this.left=xt.x,this.top=xt.y),this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.manipulationStartWidth=this.width,this.manipulationStartHeight=this.height;var Rt=this.unrotatePoint(xt);if(this.manipulationStartX=Rt.x,this.manipulationStartY=Rt.y,this.offsetX=Rt.x-this.left,this.offsetY=Rt.y-this.top,this.state!=="new")if(this.select(),this.activeGrip=this.controlGrips.findGripByVisual(bt),this.activeGrip!==void 0)this._state="resize";else if(this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(bt)){this.activeGrip=this.rotatorGrip;var 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 fe=this.container.transform.baseVal.getItem(0);fe.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(fe,0),this.adjustControlBox(),this._state="rotate"}else this._state="move"},wt.prototype.pointerUp=function(xt){var bt=this.state;At.prototype.pointerUp.call(this,xt),this.state==="creating"&&this.width<10&&this.height<10?(this.width=this.defaultSize.x,this.height=this.defaultSize.y):this.manipulate(xt),this._state="select",bt==="creating"&&this.onMarkerCreated&&this._suppressMarkerCreateEvent===!1&&this.onMarkerCreated(this)},wt.prototype.moveVisual=function(xt){this.visual.style.transform="translate("+xt.x+"px, "+xt.y+"px)"},wt.prototype.manipulate=function(xt){var bt=this.unrotatePoint(xt);this.state==="creating"?this.resize(xt):this.state==="move"?(this.left=this.manipulationStartLeft+(bt.x-this.manipulationStartLeft)-this.offsetX,this.top=this.manipulationStartTop+(bt.y-this.manipulationStartTop)-this.offsetY,this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()):this.state==="resize"?this.resize(bt):this.state==="rotate"&&this.rotate(xt)},wt.prototype.resize=function(xt){var bt=this.manipulationStartLeft,Rt=this.manipulationStartWidth,Mt=this.manipulationStartTop,fe=this.manipulationStartHeight;switch(this.activeGrip){case this.controlGrips.bottomLeft:case this.controlGrips.centerLeft:case this.controlGrips.topLeft:bt=this.manipulationStartLeft+xt.x-this.manipulationStartX,Rt=this.manipulationStartWidth+this.manipulationStartLeft-bt;break;case this.controlGrips.bottomRight:case this.controlGrips.centerRight:case this.controlGrips.topRight:case void 0:Rt=this.manipulationStartWidth+xt.x-this.manipulationStartX}switch(this.activeGrip){case this.controlGrips.topCenter:case this.controlGrips.topLeft:case this.controlGrips.topRight:Mt=this.manipulationStartTop+xt.y-this.manipulationStartY,fe=this.manipulationStartHeight+this.manipulationStartTop-Mt;break;case this.controlGrips.bottomCenter:case this.controlGrips.bottomLeft:case this.controlGrips.bottomRight:case void 0:fe=this.manipulationStartHeight+xt.y-this.manipulationStartY}Rt>=0?(this.left=bt,this.width=Rt):(this.left=bt+Rt,this.width=-Rt),fe>=0?(this.top=Mt,this.height=fe):(this.top=Mt+fe,this.height=-fe),this.setSize()},wt.prototype.setSize=function(){this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()},wt.prototype.rotate=function(xt){if(Math.abs(xt.x-this.centerX)>.1){var bt=Math.sign(xt.x-this.centerX);this.rotationAngle=180*Math.atan((xt.y-this.centerY)/(xt.x-this.centerX))/Math.PI+90*bt,this.applyRotation()}},wt.prototype.applyRotation=function(){var xt=this.container.transform.baseVal.getItem(0);xt.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(xt,0)},wt.prototype.rotatePoint=function(xt){if(this.rotationAngle===0)return xt;var bt=this.container.getCTM(),Rt=he.createPoint(xt.x,xt.y);return{x:(Rt=Rt.matrixTransform(bt)).x,y:Rt.y}},wt.prototype.unrotatePoint=function(xt){if(this.rotationAngle===0)return xt;var bt=this.container.getCTM();bt=bt.inverse();var Rt=he.createPoint(xt.x,xt.y);return{x:(Rt=Rt.matrixTransform(bt)).x,y:Rt.y}},wt.prototype.select=function(){At.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},wt.prototype.deselect=function(){At.prototype.deselect.call(this),this.controlBox.style.display="none"},wt.prototype.setupControlBox=function(){this.controlBox=he.createGroup();var xt=he.createTransform();xt.setTranslate(-this.CB_DISTANCE/2,-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.appendItem(xt),this.container.appendChild(this.controlBox),this.controlRect=he.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=he.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 xt=this.controlBox.transform.baseVal.getItem(0);xt.setTranslate(this.left-this.CB_DISTANCE/2,this.top-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.replaceItem(xt,0),this.controlRect.setAttribute("width",(this.width+this.CB_DISTANCE).toString()),this.controlRect.setAttribute("height",(this.height+this.CB_DISTANCE).toString()),this.rotatorGripLine!==void 0&&(this.rotatorGripLine.setAttribute("x1",((this.width+this.CB_DISTANCE)/2).toString()),this.rotatorGripLine.setAttribute("y1",(-this.CB_DISTANCE/2).toString()),this.rotatorGripLine.setAttribute("x2",((this.width+this.CB_DISTANCE)/2).toString()),this.rotatorGripLine.setAttribute("y2",(3*-this.CB_DISTANCE).toString())),this.positionGrips()},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 xt=new pt;return xt.visual.transform.baseVal.appendItem(he.createTransform()),this.controlBox.appendChild(xt.visual),xt},wt.prototype.positionGrips=function(){var xt=this.controlGrips.topLeft.GRIP_SIZE,bt=-xt/2,Rt=bt,Mt=(this.width+this.CB_DISTANCE)/2-xt/2,fe=(this.height+this.CB_DISTANCE)/2-xt/2,je=this.height+this.CB_DISTANCE-xt/2,Ln=this.width+this.CB_DISTANCE-xt/2;this.positionGrip(this.controlGrips.topLeft.visual,bt,Rt),this.positionGrip(this.controlGrips.topCenter.visual,Mt,Rt),this.positionGrip(this.controlGrips.topRight.visual,Ln,Rt),this.positionGrip(this.controlGrips.centerLeft.visual,bt,fe),this.positionGrip(this.controlGrips.centerRight.visual,Ln,fe),this.positionGrip(this.controlGrips.bottomLeft.visual,bt,je),this.positionGrip(this.controlGrips.bottomCenter.visual,Mt,je),this.positionGrip(this.controlGrips.bottomRight.visual,Ln,je),this.rotatorGrip!==void 0&&this.positionGrip(this.rotatorGrip.visual,Mt,Rt-3*this.CB_DISTANCE)},wt.prototype.positionGrip=function(xt,bt,Rt){var Mt=xt.transform.baseVal.getItem(0);Mt.setTranslate(bt,Rt),xt.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:vt.toITransformMatrix(this.visual.transform.baseVal.getItem(0).matrix),containerTransformMatrix:vt.toITransformMatrix(this.container.transform.baseVal.getItem(0).matrix)},At.prototype.getState.call(this))},wt.prototype.restoreState=function(xt){At.prototype.restoreState.call(this,xt);var bt=xt;this.left=bt.left,this.top=bt.top,this.width=bt.width,this.height=bt.height,this.rotationAngle=bt.rotationAngle,this.visual.transform.baseVal.getItem(0).setMatrix(vt.toSVGMatrix(this.visual.transform.baseVal.getItem(0).matrix,bt.visualTransformMatrix)),this.container.transform.baseVal.getItem(0).setMatrix(vt.toSVGMatrix(this.container.transform.baseVal.getItem(0).matrix,bt.containerTransformMatrix))},wt.prototype.scale=function(xt,bt){At.prototype.scale.call(this,xt,bt);var Rt=this.rotatePoint({x:this.left,y:this.top}),Mt=this.unrotatePoint({x:Rt.x*xt,y:Rt.y*bt});this.left=Mt.x,this.top=Mt.y,this.width=this.width*xt,this.height=this.height*bt,this.adjustControlBox()},wt}(gt),Ft=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||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 me(wt,At),wt.prototype.ownsTarget=function(xt){return!(!At.prototype.ownsTarget.call(this,xt)&&xt!==this.visual)},wt.prototype.createVisual=function(){this.visual=he.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(xt,bt){At.prototype.pointerDown.call(this,xt,bt),this.state==="new"&&(this.createVisual(),this.moveVisual(xt),this._state="creating")},wt.prototype.manipulate=function(xt){At.prototype.manipulate.call(this,xt)},wt.prototype.resize=function(xt){At.prototype.resize.call(this,xt),this.setSize()},wt.prototype.setSize=function(){At.prototype.setSize.call(this),he.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]])},wt.prototype.pointerUp=function(xt){At.prototype.pointerUp.call(this,xt),this.setSize()},wt.prototype.setStrokeColor=function(xt){this.strokeColor=xt,this.visual&&he.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(xt),this.stateChanged()},wt.prototype.setFillColor=function(xt){this.fillColor=xt,this.visual&&he.setAttributes(this.visual,[["fill",this.fillColor]]),this.stateChanged()},wt.prototype.setStrokeWidth=function(xt){this.strokeWidth=xt,this.visual&&he.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},wt.prototype.setStrokeDasharray=function(xt){this.strokeDasharray=xt,this.visual&&he.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},At.prototype.getState.call(this))},wt.prototype.restoreState=function(xt){var bt=xt;this.fillColor=bt.fillColor,this.strokeColor=bt.strokeColor,this.strokeWidth=bt.strokeWidth,this.strokeDasharray=bt.strokeDasharray,this.opacity=bt.opacity,this.createVisual(),At.prototype.restoreState.call(this,xt),this.setSize()},wt.prototype.scale=function(xt,bt){At.prototype.scale.call(this,xt,bt),this.setSize()},wt.title="Rectangle marker",wt}(Lt),Ht=function(At){function wt(xt,bt,Rt,Mt){var fe=At.call(this,xt,Mt||'')||this;return fe.widths=[],fe.widthBoxes=[],fe.widths=bt,fe.currentWidth=Rt,fe.setCurrentWidth=fe.setCurrentWidth.bind(fe),fe}return me(wt,At),wt.prototype.getUi=function(){var xt=this,bt=document.createElement("div");return bt.style.display="flex",bt.style.overflow="hidden",bt.style.flexGrow="2",this.widths.forEach(function(Rt){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=Rt===xt.currentWidth?xt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){xt.setCurrentWidth(Rt,Mt)}),bt.appendChild(Mt);var fe=document.createElement("div");fe.innerText=Rt.toString(),fe.style.marginRight="5px",Mt.appendChild(fe);var je=document.createElement("div");je.style.minHeight="20px",je.style.flexGrow="2",je.style.display="flex",je.style.alignItems="center";var Ln=document.createElement("hr");Ln.style.minWidth="20px",Ln.style.border="0px",Ln.style.borderTop=Rt+"px solid "+xt.uiStyleSettings.toolboxColor,Ln.style.flexGrow="2",je.appendChild(Ln),Mt.appendChild(je),xt.widthBoxes.push(Mt)}),bt},wt.prototype.setCurrentWidth=function(xt,bt){var Rt=this;this.currentWidth=xt,this.widthBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===bt?Rt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onWidthChanged&&this.onWidthChanged(this.currentWidth)},wt}(et),Yt=function(At){function wt(xt,bt,Rt,Mt){var fe=At.call(this,xt,Mt||'')||this;return fe.styles=[],fe.styleBoxes=[],fe.styles=bt,fe.currentStyle=Rt,fe.setCurrentStyle=fe.setCurrentStyle.bind(fe),fe}return me(wt,At),wt.prototype.getUi=function(){var xt=this,bt=document.createElement("div");return bt.style.display="flex",bt.style.overflow="hidden",bt.style.flexGrow="2",this.styles.forEach(function(Rt){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/xt.styles.length-5+"%",Mt.style.borderColor=Rt===xt.currentStyle?xt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){xt.setCurrentStyle(Rt,Mt)}),bt.appendChild(Mt);var fe=document.createElement("div");fe.style.minHeight="20px",fe.style.flexGrow="2",fe.style.overflow="hidden";var je=` `;fe.innerHTML=je,Mt.appendChild(fe),xt.styleBoxes.push(Mt)}),bt},wt.prototype.setCurrentStyle=function(xt,bt){var Rt=this;this.currentStyle=xt,this.styleBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===bt?Rt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onStyleChanged&&this.onStyleChanged(this.currentStyle)},wt}(et),ne=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||this;return Mt.strokeColor=Rt.defaultColor,Mt.strokeWidth=Rt.defaultStrokeWidth,Mt.strokeDasharray=Rt.defaultStrokeDasharray,Mt.strokePanel=new it("Line color",Rt.defaultColorSet,Rt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new Ht("Line width",Rt.defaultStrokeWidths,Rt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Yt("Line style",Rt.defaultStrokeDasharrays,Rt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return me(wt,At),Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var xt=At.prototype.getState.call(this);return xt.typeName=wt.typeName,xt},wt.typeName="FrameMarker",wt.title="Frame marker",wt.icon='',wt}(Ft),$t=function(){this.defaultColorSet=["#EF4444","#10B981","#2563EB","#FFFF00","#7C3AED","#F472B6","#000000","#FFFFFF"],this.defaultColor=this.defaultColorSet[0],this.defaultFillColor=this.defaultColorSet[0],this.defaultStrokeColor=this.defaultColorSet[7],this.defaultHighlightColor=this.defaultColorSet[3],this.defaultStrokeWidth=3,this.defaultStrokeDasharray="",this.defaultHighlightOpacity=.5,this.defaultFontFamily="Helvetica, Arial, sans-serif",this.defaultStrokeWidths=[1,2,3,5,10],this.defaultStrokeDasharrays=["","3","12 3","9 6 3 6"],this.defaultOpacitySteps=[.1,.25,.5,.75,1],this.displayMode="inline",this.defaultFontFamilies=['Times, "Times New Roman", serif',"Helvetica, Arial, sans-serif",'Courier, "Courier New", monospace',"cursive","fantasy"],this.popupMargin=30,this.newFreehandMarkerOnPointerUp=!1,this.defaultColorsFollowCurrentColors=!1,this.freehandPixelRatio=1,this.disableRotation=!1,this.defaultCaptionFontSize="1rem",this.defaultCaptionText="Text"},Qt=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||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 me(wt,At),wt.prototype.ownsTarget=function(xt){return!!At.prototype.ownsTarget.call(this,xt)||!(!this.grip1.ownsTarget(xt)&&!this.grip2.ownsTarget(xt))},wt.prototype.pointerDown=function(xt,bt){At.prototype.pointerDown.call(this,xt,bt),this.manipulationStartX=xt.x,this.manipulationStartY=xt.y,this.state==="new"&&(this.x1=xt.x,this.y1=xt.y,this.x2=xt.x,this.y2=xt.y),this.manipulationStartX1=this.x1,this.manipulationStartY1=this.y1,this.manipulationStartX2=this.x2,this.manipulationStartY2=this.y2,this.state!=="new"&&(this.select(),this.grip1.ownsTarget(bt)?this.activeGrip=this.grip1:this.grip2.ownsTarget(bt)?this.activeGrip=this.grip2:this.activeGrip=void 0,this.activeGrip?this._state="resize":this._state="move")},wt.prototype.pointerUp=function(xt){var bt=this.state;At.prototype.pointerUp.call(this,xt),this.state==="creating"&&Math.abs(this.x1-this.x2)<10&&Math.abs(this.y1-this.y2)<10?(this.x2=this.x1+this.defaultLength,this.adjustVisual(),this.adjustControlBox()):this.manipulate(xt),this._state="select",bt==="creating"&&this.onMarkerCreated&&this.onMarkerCreated(this)},wt.prototype.adjustVisual=function(){},wt.prototype.manipulate=function(xt){this.state==="creating"?this.resize(xt):this.state==="move"?(this.x1=this.manipulationStartX1+xt.x-this.manipulationStartX,this.y1=this.manipulationStartY1+xt.y-this.manipulationStartY,this.x2=this.manipulationStartX2+xt.x-this.manipulationStartX,this.y2=this.manipulationStartY2+xt.y-this.manipulationStartY,this.adjustVisual(),this.adjustControlBox()):this.state==="resize"&&this.resize(xt)},wt.prototype.resize=function(xt){switch(this.activeGrip){case this.grip1:this.x1=xt.x,this.y1=xt.y;break;case this.grip2:case void 0:this.x2=xt.x,this.y2=xt.y}this.adjustVisual(),this.adjustControlBox()},wt.prototype.select=function(){At.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},wt.prototype.deselect=function(){At.prototype.deselect.call(this),this.controlBox.style.display="none"},wt.prototype.setupControlBox=function(){this.controlBox=he.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 xt=new pt;return xt.visual.transform.baseVal.appendItem(he.createTransform()),this.controlBox.appendChild(xt.visual),xt},wt.prototype.positionGrips=function(){var xt=this.grip1.GRIP_SIZE;this.positionGrip(this.grip1.visual,this.x1-xt/2,this.y1-xt/2),this.positionGrip(this.grip2.visual,this.x2-xt/2,this.y2-xt/2)},wt.prototype.positionGrip=function(xt,bt,Rt){var Mt=xt.transform.baseVal.getItem(0);Mt.setTranslate(bt,Rt),xt.transform.baseVal.replaceItem(Mt,0)},wt.prototype.getState=function(){return Object.assign({x1:this.x1,y1:this.y1,x2:this.x2,y2:this.y2},At.prototype.getState.call(this))},wt.prototype.restoreState=function(xt){At.prototype.restoreState.call(this,xt);var bt=xt;this.x1=bt.x1,this.y1=bt.y1,this.x2=bt.x2,this.y2=bt.y2},wt.prototype.scale=function(xt,bt){At.prototype.scale.call(this,xt,bt),this.x1=this.x1*xt,this.y1=this.y1*bt,this.x2=this.x2*xt,this.y2=this.y2*bt,this.adjustVisual(),this.adjustControlBox()},wt}(gt),Pe=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||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=Rt.defaultColor,Mt.strokeWidth=Rt.defaultStrokeWidth,Mt.strokeDasharray=Rt.defaultStrokeDasharray,Mt.strokePanel=new it("Line color",Rt.defaultColorSet,Rt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new Ht("Line width",Rt.defaultStrokeWidths,Rt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Yt("Line style",Rt.defaultStrokeDasharrays,Rt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return me(wt,At),wt.prototype.ownsTarget=function(xt){return!(!At.prototype.ownsTarget.call(this,xt)&&xt!==this.visual&&xt!==this.selectorLine&&xt!==this.visibleLine)},wt.prototype.createVisual=function(){this.visual=he.createGroup(),this.selectorLine=he.createLine(this.x1,this.y1,this.x2,this.y2,[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()]]),this.visibleLine=he.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(xt,bt){At.prototype.pointerDown.call(this,xt,bt),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()),he.setAttributes(this.visibleLine,[["stroke",this.strokeColor]]),he.setAttributes(this.visibleLine,[["stroke-width",this.strokeWidth.toString()]]),he.setAttributes(this.visibleLine,[["stroke-dasharray",this.strokeDasharray.toString()]]))},wt.prototype.setStrokeColor=function(xt){this.strokeColor=xt,this.adjustVisual(),this.colorChanged(xt)},wt.prototype.setStrokeWidth=function(xt){this.strokeWidth=xt,this.adjustVisual()},wt.prototype.setStrokeDasharray=function(xt){this.strokeDasharray=xt,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 xt=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray},At.prototype.getState.call(this));return xt.typeName=wt.typeName,xt},wt.prototype.restoreState=function(xt){At.prototype.restoreState.call(this,xt);var bt=xt;this.strokeColor=bt.strokeColor,this.strokeWidth=bt.strokeWidth,this.strokeDasharray=bt.strokeDasharray,this.createVisual(),this.adjustVisual()},wt.typeName="LineMarker",wt.title="Line marker",wt.icon='',wt}(Qt),ae=function(At){function wt(xt,bt,Rt,Mt){var fe=At.call(this,xt,Mt||'')||this;return fe.fonts=[],fe.fontBoxes=[],fe.fonts=bt,fe.currentFont=Rt,fe.setCurrentFont=fe.setCurrentFont.bind(fe),fe}return me(wt,At),wt.prototype.getUi=function(){var xt=this,bt=document.createElement("div");return bt.style.overflow="hidden",bt.style.flexGrow="2",this.fonts.forEach(function(Rt){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/xt.fonts.length-5+"%",Mt.style.borderColor=Rt===xt.currentFont?xt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){xt.setCurrentFont(Rt,Mt)}),bt.appendChild(Mt);var fe=document.createElement("div");fe.style.display="flex",fe.style.minHeight="20px",fe.style.flexGrow="2",fe.style.fontFamily=Rt,fe.style.overflow="hidden";var je=document.createElement("div");je.style.whiteSpace="nowrap",je.style.overflow="hidden",je.style.textOverflow="ellipsis",je.innerHTML="The quick brown fox jumps over the lazy dog",fe.appendChild(je),Mt.appendChild(fe),xt.fontBoxes.push(Mt)}),bt},wt.prototype.setCurrentFont=function(xt,bt){var Rt=this;this.currentFont=xt,this.fontBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===bt?Rt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onFontChanged&&this.onFontChanged(this.currentFont)},wt}(et),be=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||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=Rt.defaultColor,Mt.fontFamily=Rt.defaultFontFamily,Mt.defaultSize={x:100,y:30},Mt.setColor=Mt.setColor.bind(Mt),Mt.setFont=Mt.setFont.bind(Mt),Mt.renderText=Mt.renderText.bind(Mt),Mt.sizeText=Mt.sizeText.bind(Mt),Mt.textEditDivClicked=Mt.textEditDivClicked.bind(Mt),Mt.showTextEditor=Mt.showTextEditor.bind(Mt),Mt.setSize=Mt.setSize.bind(Mt),Mt.positionTextEditor=Mt.positionTextEditor.bind(Mt),Mt.colorPanel=new it("Color",Rt.defaultColorSet,Rt.defaultColor),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.fontFamilyPanel=new ae("Font",Rt.defaultFontFamilies,Rt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt}return me(wt,At),wt.prototype.ownsTarget=function(xt){if(At.prototype.ownsTarget.call(this,xt)||xt===this.visual||xt===this.textElement||xt===this.bgRectangle)return!0;var bt=!1;return this.textElement.childNodes.forEach(function(Rt){Rt===xt&&(bt=!0)}),bt},wt.prototype.createVisual=function(){this.visual=he.createGroup(),this.bgRectangle=he.createRect(1,1,[["fill","transparent"]]),this.visual.appendChild(this.bgRectangle),this.textElement=he.createText([["fill",this.color],["font-family",this.fontFamily],["font-size","16px"],["x","0"],["y","0"]]),this.textElement.transform.baseVal.appendItem(he.createTransform()),this.textElement.transform.baseVal.appendItem(he.createTransform()),this.visual.appendChild(this.textElement),this.addMarkerVisualToContainer(this.visual),this.renderText()},wt.prototype.pointerDown=function(xt,bt){At.prototype.pointerDown.call(this,xt,bt),this.isMoved=!1,this.pointerDownPoint=xt,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(xt),this._state="creating")},wt.prototype.renderText=function(){var xt=this;if(this.textElement){for(;this.textElement.lastChild;)this.textElement.removeChild(this.textElement.lastChild);this.text.split(/\r\n|[\n\v\f\r\x85\u2028\u2029]/).forEach(function(bt){xt.textElement.appendChild(he.createTSpan(bt.trim()===""?" ":bt.trim(),[["x","0"],["dy","1.2em"]]))}),setTimeout(this.sizeText,10)}},wt.prototype.getTextScale=function(){var xt=this.textElement.getBBox(),bt=1;if(xt.width>0&&xt.height>0){var Rt=(1*this.width-this.width*this.padding*2/100)/xt.width,Mt=(1*this.height-this.height*this.padding*2/100)/xt.height;bt=Math.min(Rt,Mt)}return bt},wt.prototype.getTextPosition=function(xt){var bt=this.textElement.getBBox(),Rt=0,Mt=0;return bt.width>0&&bt.height>0&&(Rt=(this.width-bt.width*xt)/2,Mt=this.height/2-bt.height*xt/2),{x:Rt,y:Mt}},wt.prototype.sizeText=function(){var xt=this.textElement.getBBox(),bt=this.getTextScale(),Rt=this.getTextPosition(bt);Rt.y-=xt.y*bt,navigator.userAgent.indexOf("Edge/")>-1?this.textElement.style.transform="translate("+Rt.x+"px, "+Rt.y+"px) scale("+bt+", "+bt+")":(this.textElement.transform.baseVal.getItem(0).setTranslate(Rt.x,Rt.y),this.textElement.transform.baseVal.getItem(1).setScale(bt,bt))},wt.prototype.manipulate=function(xt){At.prototype.manipulate.call(this,xt),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(xt.x-this.pointerDownPoint.x)>5||Math.abs(xt.y-this.pointerDownPoint.y)>5)},wt.prototype.resize=function(xt){At.prototype.resize.call(this,xt),this.isMoved=!0,this.setSize(),this.sizeText()},wt.prototype.setSize=function(){At.prototype.setSize.call(this),this.visual&&this.bgRectangle&&(he.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),he.setAttributes(this.bgRectangle,[["width",this.width.toString()],["height",this.height.toString()]]))},wt.prototype.pointerUp=function(xt){var bt=this.state;bt==="creating"&&(this._suppressMarkerCreateEvent=!0),At.prototype.pointerUp.call(this,xt),this.setSize(),(bt==="creating"||!this.isMoved&&Date.now()-this.pointerDownTimestamp>500)&&this.showTextEditor(),this.pointerDownPoint=void 0},wt.prototype.showTextEditor=function(){var xt=this;this._state="edit",this.overlayContainer.innerHTML="",this.textEditDiv=document.createElement("div"),this.textEditDiv.style.flexGrow="2",this.textEditDiv.style.alignItems="center",this.textEditDiv.style.justifyContent="center",this.textEditDiv.style.pointerEvents="auto",this.textEditDiv.style.overflow="hidden",this.textEditor=document.createElement("div"),this.textEditor.style.position="absolute",this.textEditor.style.fontFamily=this.fontFamily,this.textEditor.style.lineHeight="1em",this.textEditor.innerText=this.text,this.textEditor.contentEditable="true",this.textEditor.style.color=this.color,this.textEditor.style.whiteSpace="pre",this.positionTextEditor(),this.textEditor.addEventListener("pointerup",function(bt){bt.stopPropagation()}),this.textEditor.addEventListener("input",function(){for(var bt=Number.parseFloat(xt.textEditor.style.fontSize);xt.textEditor.clientWidth>=Number.parseInt(xt.textEditor.style.maxWidth)&&bt>.9;)bt-=.1,xt.textEditor.style.fontSize=Math.max(bt,.9)+"em"}),this.textEditor.addEventListener("keyup",function(bt){bt.cancelBubble=!0}),this.textEditor.addEventListener("paste",function(bt){if(bt.clipboardData){var Rt=bt.clipboardData.getData("text"),Mt=window.getSelection();if(!Mt.rangeCount)return!1;Mt.deleteFromDocument(),Mt.getRangeAt(0).insertNode(document.createTextNode(Rt)),bt.preventDefault()}}),this.textEditDiv.addEventListener("pointerup",function(){xt.textEditDivClicked(xt.textEditor.innerText)}),this.textEditDiv.appendChild(this.textEditor),this.overlayContainer.appendChild(this.textEditDiv),this.hideVisual(),this.textEditor.focus(),document.execCommand("selectAll")},wt.prototype.positionTextEditor=function(){if(this.state==="edit")if(this.textEditor===void 0)this.showTextEditor();else{this.textElement.style.display="";var xt=this.getTextScale(),bt=this.rotatePoint({x:this.left+this.width/2,y:this.top+this.height/2}),Rt=this.textElement.getBBox(),Mt={x:Rt.width*xt,y:Rt.height*xt};bt.x-=Mt.x/2,bt.y-=Mt.y/2,this.textEditor.style.top=bt.y+"px",this.textEditor.style.left=bt.x+"px",this.textEditor.style.maxWidth=this.overlayContainer.offsetWidth-bt.x+"px",this.textEditor.style.fontSize=Math.max(16*xt,12)+"px",this.textElement.style.display="none"}},wt.prototype.textEditDivClicked=function(xt){this.text=xt.trim(),this.overlayContainer.innerHTML="",this.renderText(),this.showVisual(),this._suppressMarkerCreateEvent&&(this._suppressMarkerCreateEvent=!1,this.onMarkerCreated&&this.onMarkerCreated(this)),this.stateChanged()},wt.prototype.select=function(){At.prototype.select.call(this),this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText)},wt.prototype.deselect=function(){this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText),At.prototype.deselect.call(this)},wt.prototype.dblClick=function(xt,bt){At.prototype.dblClick.call(this,xt,bt),this.showTextEditor()},wt.prototype.setColor=function(xt){this.textElement&&he.setAttributes(this.textElement,[["fill",xt]]),this.color=xt,this.textEditor&&(this.textEditor.style.color=this.color),this.colorChanged(xt)},wt.prototype.setFont=function(xt){this.textElement&&he.setAttributes(this.textElement,[["font-family",xt]]),this.fontFamily=xt,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 xt=Object.assign({color:this.color,fontFamily:this.fontFamily,padding:this.padding,text:this.text},At.prototype.getState.call(this));return xt.typeName=wt.typeName,xt},wt.prototype.restoreState=function(xt){var bt=xt;this.color=bt.color,this.fontFamily=bt.fontFamily,this.padding=bt.padding,this.text=bt.text,this.createVisual(),At.prototype.restoreState.call(this,xt),this.setSize()},wt.prototype.scale=function(xt,bt){At.prototype.scale.call(this,xt,bt),this.setSize(),this.sizeText(),this.positionTextEditor()},wt.typeName="TextMarker",wt.title="Text marker",wt.icon='',wt}(Lt),De=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||this;return Mt.color="transparent",Mt.lineWidth=3,Mt.drawing=!1,Mt.pixelRatio=1,Mt.color=Rt.defaultColor,Mt.lineWidth=Rt.defaultStrokeWidth,Mt.pixelRatio=Rt.freehandPixelRatio,Mt.setColor=Mt.setColor.bind(Mt),Mt.addCanvas=Mt.addCanvas.bind(Mt),Mt.finishCreation=Mt.finishCreation.bind(Mt),Mt.setLineWidth=Mt.setLineWidth.bind(Mt),Mt.colorPanel=new it("Color",Rt.defaultColorSet,Rt.defaultColor),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.lineWidthPanel=new Ht("Line width",Rt.defaultStrokeWidths,Rt.defaultStrokeWidth),Mt.lineWidthPanel.onWidthChanged=Mt.setLineWidth,Mt}return me(wt,At),wt.prototype.ownsTarget=function(xt){return!(!At.prototype.ownsTarget.call(this,xt)&&xt!==this.visual&&xt!==this.drawingImage)},wt.prototype.createVisual=function(){this.visual=he.createGroup(),this.drawingImage=he.createImage(),this.visual.appendChild(this.drawingImage);var xt=he.createTransform();this.visual.transform.baseVal.appendItem(xt),this.addMarkerVisualToContainer(this.visual)},wt.prototype.pointerDown=function(xt,bt){this.state==="new"&&(this.addCanvas(),this.createVisual(),this._state="creating"),this.state==="creating"?(this.canvasContext.strokeStyle=this.color,this.canvasContext.lineWidth=this.lineWidth,this.canvasContext.beginPath(),this.canvasContext.moveTo(xt.x,xt.y),this.drawing=!0):At.prototype.pointerDown.call(this,xt,bt)},wt.prototype.manipulate=function(xt){this.state==="creating"?this.drawing&&(this.canvasContext.lineTo(xt.x,xt.y),this.canvasContext.stroke()):At.prototype.manipulate.call(this,xt)},wt.prototype.resize=function(xt){At.prototype.resize.call(this,xt),he.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),he.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]])},wt.prototype.pointerUp=function(xt){this._state==="creating"?this.drawing&&(this.canvasContext.closePath(),this.drawing=!1,this.globalSettings.newFreehandMarkerOnPointerUp&&this.finishCreation()):At.prototype.pointerUp.call(this,xt)},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(),At.prototype.select.call(this)},wt.prototype.deselect=function(){this.state==="creating"&&this.finishCreation(),At.prototype.deselect.call(this)},wt.prototype.finishCreation=function(){for(var xt=this.canvasContext.getImageData(0,0,this.canvasElement.width,this.canvasElement.height),bt=[this.canvasElement.width+1,this.canvasElement.height+1,-1,-1],Rt=bt[0],Mt=bt[1],fe=bt[2],je=bt[3],Ln=!1,En=0;En0&&(Ln=!0,Enje&&(je=En),yn>fe&&(fe=yn));if(Ln){this.left=Rt/this.pixelRatio,this.top=Mt/this.pixelRatio,this.width=(fe-Rt)/this.pixelRatio,this.height=(je-Mt)/this.pixelRatio;var Fe=document.createElement("canvas");Fe.width=fe-Rt,Fe.height=je-Mt,Fe.getContext("2d").putImageData(this.canvasContext.getImageData(Rt,Mt,fe-Rt,je-Mt),0,0),this.drawingImgUrl=Fe.toDataURL("image/png"),this.setDrawingImage(),this._state="select",this.onMarkerCreated&&this.onMarkerCreated(this)}this.overlayContainer.innerHTML=""},wt.prototype.setDrawingImage=function(){he.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]]),he.setAttributes(this.drawingImage,[["href",this.drawingImgUrl]]),this.moveVisual({x:this.left,y:this.top})},wt.prototype.setColor=function(xt){this.color=xt,this.colorChanged(xt)},wt.prototype.setLineWidth=function(xt){this.lineWidth=xt},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 xt=Object.assign({drawingImgUrl:this.drawingImgUrl},At.prototype.getState.call(this));return xt.typeName=wt.typeName,xt},wt.prototype.restoreState=function(xt){this.createVisual(),At.prototype.restoreState.call(this,xt),this.drawingImgUrl=xt.drawingImgUrl,this.setDrawingImage()},wt.prototype.scale=function(xt,bt){At.prototype.scale.call(this,xt,bt),this.setDrawingImage()},wt.typeName="FreehandMarker",wt.title="Freehand marker",wt.icon='',wt}(Lt),Ke=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,Rt||'')||this;return Mt.typeBoxes=[],Mt.currentType=bt,Mt.setCurrentType=Mt.setCurrentType.bind(Mt),Mt}return me(wt,At),wt.prototype.getUi=function(){var xt=this,bt=document.createElement("div");bt.style.display="flex",bt.style.overflow="hidden",bt.style.flexGrow="2";for(var Rt=function(je){var Ln="both";switch(je){case 0:Ln="both";break;case 1:Ln="start";break;case 2:Ln="end";break;case 3:Ln="none"}var En=document.createElement("div");if(En.style.display="flex",En.style.flexGrow="2",En.style.alignItems="center",En.style.justifyContent="space-between",En.style.padding="5px",En.style.borderWidth="2px",En.style.borderStyle="solid",En.style.borderColor=Ln===Mt.currentType?Mt.uiStyleSettings.toolboxAccentColor:"transparent",En.addEventListener("click",function(){xt.setCurrentType(Ln,En)}),bt.appendChild(En),Ln==="both"||Ln==="start"){var yn=document.createElement("div");yn.style.display="flex",yn.style.alignItems="center",yn.style.minHeight="20px",yn.innerHTML=` `,yn.style.marginLeft="5px",En.appendChild(yn)}var Fe=document.createElement("div");Fe.style.display="flex",Fe.style.alignItems="center",Fe.style.minHeight="20px",Fe.style.flexGrow="2";var Bn=document.createElement("hr");if(Bn.style.minWidth="20px",Bn.style.border="0px",Bn.style.borderTop="3px solid "+(Mt.uiStyleSettings!==void 0?Mt.uiStyleSettings.toolboxColor:"#eeeeee"),Bn.style.flexGrow="2",Fe.appendChild(Bn),En.appendChild(Fe),Ln==="both"||Ln==="end"){var an=document.createElement("div");an.style.display="flex",an.style.alignItems="center",an.style.minHeight="20px",an.innerHTML=` `,an.style.marginRight="5px",En.appendChild(an)}Mt.typeBoxes.push(En)},Mt=this,fe=0;fe<4;fe++)Rt(fe);return bt},wt.prototype.setCurrentType=function(xt,bt){var Rt=this;this.currentType=xt,this.typeBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===bt?Rt.uiStyleSettings!==void 0?Rt.uiStyleSettings.toolboxAccentColor:"#3080c3":"transparent"}),this.onArrowTypeChanged&&this.onArrowTypeChanged(this.currentType)},wt}(et),Nn=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||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 Ke("Arrow type","end"),Mt.arrowTypePanel.onArrowTypeChanged=Mt.setArrowType,Mt}return me(wt,At),wt.prototype.ownsTarget=function(xt){return!(!At.prototype.ownsTarget.call(this,xt)&&xt!==this.arrow1&&xt!==this.arrow2)},wt.prototype.getArrowPoints=function(xt,bt){var Rt=this.arrowBaseWidth+2*this.strokeWidth,Mt=this.arrowBaseHeight+2*this.strokeWidth;return xt-Rt/2+","+(bt+Mt/2)+" "+xt+","+(bt-Mt/2)+" "+(xt+Rt/2)+","+(bt+Mt/2)},wt.prototype.createTips=function(){this.arrow1=he.createPolygon(this.getArrowPoints(this.x1,this.y1),[["fill",this.strokeColor]]),this.arrow1.transform.baseVal.appendItem(he.createTransform()),this.visual.appendChild(this.arrow1),this.arrow2=he.createPolygon(this.getArrowPoints(this.x2,this.y2),[["fill",this.strokeColor]]),this.arrow2.transform.baseVal.appendItem(he.createTransform()),this.visual.appendChild(this.arrow2)},wt.prototype.pointerDown=function(xt,bt){At.prototype.pointerDown.call(this,xt,bt),this.state==="creating"&&this.createTips()},wt.prototype.adjustVisual=function(){if(At.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",he.setAttributes(this.arrow1,[["points",this.getArrowPoints(this.x1,this.y1)],["fill",this.strokeColor]]),he.setAttributes(this.arrow2,[["points",this.getArrowPoints(this.x2,this.y2)],["fill",this.strokeColor]]);var xt=0;Math.abs(this.x1-this.x2)>.1&&(xt=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2));var bt=this.arrow1.transform.baseVal.getItem(0);bt.setRotate(xt,this.x1,this.y1),this.arrow1.transform.baseVal.replaceItem(bt,0);var Rt=this.arrow2.transform.baseVal.getItem(0);Rt.setRotate(xt+180,this.x2,this.y2),this.arrow2.transform.baseVal.replaceItem(Rt,0)}},wt.prototype.setArrowType=function(xt){this.arrowType=xt,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 xt=Object.assign({arrowType:this.arrowType},At.prototype.getState.call(this));return xt.typeName=wt.typeName,xt},wt.prototype.restoreState=function(xt){At.prototype.restoreState.call(this,xt);var bt=xt;this.arrowType=bt.arrowType,this.createTips(),this.adjustVisual()},wt.typeName="ArrowMarker",wt.title="Arrow marker",wt.icon='',wt}(Pe),qe=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||this;return Mt.fillColor=Rt.defaultFillColor,Mt.strokeWidth=0,Mt.fillPanel=new it("Color",Rt.defaultColorSet,Rt.defaultFillColor),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt}return me(wt,At),Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.fillPanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var xt=At.prototype.getState.call(this);return xt.typeName=wt.typeName,xt},wt.typeName="CoverMarker",wt.title="Cover marker",wt.icon='',wt}(Ft),fn=function(At){function wt(xt,bt,Rt,Mt){var fe=At.call(this,xt,Mt||'')||this;return fe.opacities=[],fe.opacityBoxes=[],fe.opacities=bt,fe.currentOpacity=Rt,fe.setCurrentOpacity=fe.setCurrentOpacity.bind(fe),fe}return me(wt,At),wt.prototype.getUi=function(){var xt=this,bt=document.createElement("div");return bt.style.display="flex",bt.style.overflow="hidden",bt.style.flexGrow="2",bt.style.justifyContent="space-between",this.opacities.forEach(function(Rt){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=Rt===xt.currentOpacity?xt.uiStyleSettings.toolboxAccentColor:"transparent",Mt.addEventListener("click",function(){xt.setCurrentOpacity(Rt,Mt)}),bt.appendChild(Mt);var fe=document.createElement("div");fe.innerText=100*Rt+"%",Mt.appendChild(fe),xt.opacityBoxes.push(Mt)}),bt},wt.prototype.setCurrentOpacity=function(xt,bt){var Rt=this;this.currentOpacity=xt,this.opacityBoxes.forEach(function(Mt){Mt.style.borderColor=Mt===bt?Rt.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onOpacityChanged&&this.onOpacityChanged(this.currentOpacity)},wt}(et),vn=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||this;return Mt.setOpacity=Mt.setOpacity.bind(Mt),Mt.fillColor=Rt.defaultHighlightColor,Mt.strokeWidth=0,Mt.opacity=Rt.defaultHighlightOpacity,Mt.fillPanel=new it("Color",Rt.defaultColorSet,Mt.fillColor),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt.opacityPanel=new fn("Opacity",Rt.defaultOpacitySteps,Mt.opacity),Mt.opacityPanel.onOpacityChanged=Mt.setOpacity,Mt}return me(wt,At),wt.prototype.setOpacity=function(xt){this.opacity=xt,this.visual&&he.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 xt=At.prototype.getState.call(this);return xt.typeName=wt.typeName,xt},wt.typeName="HighlightMarker",wt.title="Highlight marker",wt.icon='',wt}(qe),te='',Wt='',Be=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||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=Rt.defaultStrokeColor,Mt.bgColor=Rt.defaultFillColor,Mt.fontFamily=Rt.defaultFontFamily,Mt.defaultSize={x:100,y:30},Mt.setBgColor=Mt.setBgColor.bind(Mt),Mt.getTipPoints=Mt.getTipPoints.bind(Mt),Mt.positionTip=Mt.positionTip.bind(Mt),Mt.setTipPoints=Mt.setTipPoints.bind(Mt),Mt.colorPanel=new it("Text color",Rt.defaultColorSet,Mt.color,te),Mt.colorPanel.onColorChanged=Mt.setColor,Mt.bgColorPanel=new it("Fill color",Rt.defaultColorSet,Mt.bgColor,Wt),Mt.bgColorPanel.onColorChanged=Mt.setBgColor,Mt.fontFamilyPanel=new ae("Font",Rt.defaultFontFamilies,Rt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt.tipGrip=new pt,Mt.tipGrip.visual.transform.baseVal.appendItem(he.createTransform()),Mt.controlBox.appendChild(Mt.tipGrip.visual),Mt}return me(wt,At),wt.prototype.ownsTarget=function(xt){return At.prototype.ownsTarget.call(this,xt)||this.tipGrip.ownsTarget(xt)||this.tip===xt},wt.prototype.createTip=function(){he.setAttributes(this.bgRectangle,[["fill",this.bgColor],["rx","10px"]]),this.tip=he.createPolygon(this.getTipPoints(),[["fill",this.bgColor]]),this.visual.appendChild(this.tip)},wt.prototype.pointerDown=function(xt,bt){this.state==="new"&&At.prototype.pointerDown.call(this,xt,bt),this.state==="creating"?this.createTip():this.tipGrip.ownsTarget(bt)?(this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.tipMoving=!0):At.prototype.pointerDown.call(this,xt,bt)},wt.prototype.pointerUp=function(xt){if(this.tipMoving)this.tipMoving=!1,this.isMoved=!0,At.prototype.pointerUp.call(this,xt);else{var bt=this.state==="creating";At.prototype.pointerUp.call(this,xt),this.setTipPoints(bt),this.positionTip()}},wt.prototype.manipulate=function(xt){if(this.tipMoving){var bt=this.unrotatePoint(xt);this.tipPosition={x:bt.x-this.manipulationStartLeft,y:bt.y-this.manipulationStartTop},this.positionTip()}else At.prototype.manipulate.call(this,xt)},wt.prototype.setBgColor=function(xt){this.bgRectangle&&this.tip&&(he.setAttributes(this.bgRectangle,[["fill",xt]]),he.setAttributes(this.tip,[["fill",xt]])),this.bgColor=xt,this.fillColorChanged(xt)},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(xt){xt===void 0&&(xt=!1);var bt=Math.min(this.height/2,15),Rt=this.height/5;xt&&(this.tipPosition={x:bt+Rt/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.width/2&&this.tipPosition.y>=this.height/2?Mt.1)){var xt=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2),bt=this.tip1.transform.baseVal.getItem(0);bt.setRotate(xt,this.x1,this.y1),this.tip1.transform.baseVal.replaceItem(bt,0);var Rt=this.tip2.transform.baseVal.getItem(0);Rt.setRotate(xt+180,this.x2,this.y2),this.tip2.transform.baseVal.replaceItem(Rt,0)}},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var xt=At.prototype.getState.call(this);return xt.typeName=wt.typeName,xt},wt.prototype.restoreState=function(xt){At.prototype.restoreState.call(this,xt),this.createTips(),this.adjustVisual()},wt.typeName="MeasurementMarker",wt.title="Measurement marker",wt.icon='',wt}(Pe),xe=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||this;return Mt.strokePanel.colors=Rt.defaultColorSet,Mt.fillColor="transparent",Mt}return me(wt,At),Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var xt=At.prototype.getState.call(this);return xt.typeName=wt.typeName,xt},wt.typeName="EllipseFrameMarker",wt.title="Ellipse frame marker",wt.icon='',wt}(Sn),_e=function(){function At(){this.undoStack=[],this.redoStack=[]}return Object.defineProperty(At.prototype,"isUndoPossible",{get:function(){return this.undoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"isRedoPossible",{get:function(){return this.redoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"undoStepCount",{get:function(){return this.undoStack.length},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"redoStepCount",{get:function(){return this.redoStack.length},enumerable:!1,configurable:!0}),At.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))},At.prototype.replaceLastUndoStep=function(wt){this.undoStack.length>0&&(this.undoStack[this.undoStack.length-1]=wt)},At.prototype.getLastUndoStep=function(){return this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0},At.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}},At.prototype.redo=function(){return this.lastRedoStep=this.redoStack.pop(),this.lastRedoStep},At}(),He=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||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=Rt.defaultColor,Mt.strokeWidth=Rt.defaultStrokeWidth,Mt.strokeDasharray=Rt.defaultStrokeDasharray,Mt.strokePanel=new it("Line color",Rt.defaultColorSet,Rt.defaultColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.strokeWidthPanel=new Ht("Line width",Rt.defaultStrokeWidths,Rt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Yt("Line style",Rt.defaultStrokeDasharrays,Rt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt}return me(wt,At),wt.prototype.ownsTarget=function(xt){return!(!At.prototype.ownsTarget.call(this,xt)&&xt!==this.visual&&xt!==this.selectorCurve&&xt!==this.visibleCurve&&!this.curveGrip.ownsTarget(xt))},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=he.createGroup(),this.selectorCurve=he.createPath(this.getPathD(),[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()],["fill","transparent"]]),this.visibleCurve=he.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(xt,bt){At.prototype.pointerDown.call(this,xt,bt),this.manipulationStartCurveX=this.curveX,this.manipulationStartCurveY=this.curveY,this.state==="new"&&(this.curveX=xt.x,this.curveY=xt.y),this.state==="new"?(this.createVisual(),this.adjustVisual(),this._state="creating"):this.curveGrip.ownsTarget(bt)&&(this.activeGrip=this.curveGrip,this._state="resize")},wt.prototype.adjustVisual=function(){this.selectorCurve&&this.visibleCurve&&(this.selectorCurve.setAttribute("d",this.getPathD()),this.visibleCurve.setAttribute("d",this.getPathD()),he.setAttributes(this.visibleCurve,[["stroke",this.strokeColor]]),he.setAttributes(this.visibleCurve,[["stroke-width",this.strokeWidth.toString()]]),he.setAttributes(this.visibleCurve,[["stroke-dasharray",this.strokeDasharray.toString()]]))},wt.prototype.setupControlBox=function(){At.prototype.setupControlBox.call(this),this.curveControlLine1=he.createLine(this.x1,this.y1,this.curveX,this.curveY,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.curveControlLine2=he.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,At.prototype.addControlGrips.call(this)},wt.prototype.positionGrips=function(){At.prototype.positionGrips.call(this);var xt=this.curveGrip.GRIP_SIZE;this.positionGrip(this.curveGrip.visual,this.curveX-xt/2,this.curveY-xt/2),this.curveControlLine1&&this.curveControlLine2&&(this.curveControlLine1.setAttribute("x1",this.x1.toString()),this.curveControlLine1.setAttribute("y1",this.y1.toString()),this.curveControlLine1.setAttribute("x2",this.curveX.toString()),this.curveControlLine1.setAttribute("y2",this.curveY.toString()),this.curveControlLine2.setAttribute("x1",this.x2.toString()),this.curveControlLine2.setAttribute("y1",this.y2.toString()),this.curveControlLine2.setAttribute("x2",this.curveX.toString()),this.curveControlLine2.setAttribute("y2",this.curveY.toString()))},wt.prototype.manipulate=function(xt){this.state==="move"&&(this.curveX=this.manipulationStartCurveX+xt.x-this.manipulationStartX,this.curveY=this.manipulationStartCurveY+xt.y-this.manipulationStartY),At.prototype.manipulate.call(this,xt)},wt.prototype.resize=function(xt){this.activeGrip===this.curveGrip&&(this.curveX=xt.x,this.curveY=xt.y),At.prototype.resize.call(this,xt),this.state==="creating"&&(this.curveX=this.x1+(this.x2-this.x1)/2,this.curveY=this.y1+(this.y2-this.y1)/2)},wt.prototype.setStrokeColor=function(xt){this.strokeColor=xt,this.adjustVisual(),this.colorChanged(xt)},wt.prototype.setStrokeWidth=function(xt){this.strokeWidth=xt,this.adjustVisual()},wt.prototype.setStrokeDasharray=function(xt){this.strokeDasharray=xt,this.adjustVisual()},wt.prototype.scale=function(xt,bt){this.curveX=this.curveX*xt,this.curveY=this.curveY*bt,At.prototype.scale.call(this,xt,bt)},Object.defineProperty(wt.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),wt.prototype.getState=function(){var xt=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,curveX:this.curveX,curveY:this.curveY},At.prototype.getState.call(this));return xt.typeName=wt.typeName,xt},wt.prototype.restoreState=function(xt){At.prototype.restoreState.call(this,xt);var bt=xt;this.strokeColor=bt.strokeColor,this.strokeWidth=bt.strokeWidth,this.strokeDasharray=bt.strokeDasharray,this.curveX=bt.curveX,this.curveY=bt.curveY,this.createVisual(),this.adjustVisual()},wt.typeName="CurveMarker",wt.title="Curve marker",wt.icon='',wt}(Qt),Mn=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,bt,Rt)||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=Rt.defaultColor,Mt.strokeWidth=Rt.defaultStrokeWidth,Mt.strokeDasharray=Rt.defaultStrokeDasharray,Mt.fillColor=Rt.defaultFillColor,Mt.textColor=Rt.defaultStrokeColor,Mt.fontFamily=Rt.defaultFontFamily,Mt.fontSize=Rt.defaultCaptionFontSize,Mt.captionText=Rt.defaultCaptionText,Mt.setStrokeColor=Mt.setStrokeColor.bind(Mt),Mt.setFillColor=Mt.setFillColor.bind(Mt),Mt.setStrokeWidth=Mt.setStrokeWidth.bind(Mt),Mt.setStrokeDasharray=Mt.setStrokeDasharray.bind(Mt),Mt.createVisual=Mt.createVisual.bind(Mt),Mt.sizeCaption=Mt.sizeCaption.bind(Mt),Mt.setCaptionText=Mt.setCaptionText.bind(Mt),Mt.showTextEditor=Mt.showTextEditor.bind(Mt),Mt.positionTextEditor=Mt.positionTextEditor.bind(Mt),Mt.finishTextEditing=Mt.finishTextEditing.bind(Mt),Mt.setFont=Mt.setFont.bind(Mt),Mt.setTextColor=Mt.setTextColor.bind(Mt),Mt.strokePanel=new it("Line color",ge(Rt.defaultColorSet,["transparent"]),Mt.strokeColor),Mt.strokePanel.onColorChanged=Mt.setStrokeColor,Mt.fillPanel=new it("Fill color",ge(Rt.defaultColorSet,["transparent"]),Mt.fillColor,Wt),Mt.fillPanel.onColorChanged=Mt.setFillColor,Mt.strokeWidthPanel=new Ht("Line width",Rt.defaultStrokeWidths,Rt.defaultStrokeWidth),Mt.strokeWidthPanel.onWidthChanged=Mt.setStrokeWidth,Mt.strokeStylePanel=new Yt("Line style",Rt.defaultStrokeDasharrays,Rt.defaultStrokeDasharray),Mt.strokeStylePanel.onStyleChanged=Mt.setStrokeDasharray,Mt.fontFamilyPanel=new ae("Font",Rt.defaultFontFamilies,Rt.defaultFontFamily),Mt.fontFamilyPanel.onFontChanged=Mt.setFont,Mt.textColorPanel=new it("Text color",Rt.defaultColorSet,Mt.textColor,te),Mt.textColorPanel.onColorChanged=Mt.setTextColor,Mt}return me(wt,At),wt.prototype.ownsTarget=function(xt){return!(!At.prototype.ownsTarget.call(this,xt)&&xt!==this.visual&&xt!==this.frame&&xt!==this.captionBg&&xt!==this.captionElement)},wt.prototype.createVisual=function(){this.visual=he.createGroup(),this.addMarkerVisualToContainer(this.visual),this.captionBg=he.createRect(1,1,[["fill",this.fillColor]]),this.visual.appendChild(this.captionBg),this.captionElement=he.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=he.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(xt){this.captionText=xt,this.captionElement.textContent=this.captionText,this.sizeCaption()},wt.prototype.pointerDown=function(xt,bt){At.prototype.pointerDown.call(this,xt,bt),this.isMoved=!1,this.pointerDownPoint=xt,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(xt),this._state="creating")},wt.prototype.manipulate=function(xt){At.prototype.manipulate.call(this,xt),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(xt.x-this.pointerDownPoint.x)>5||Math.abs(xt.y-this.pointerDownPoint.y)>5)},wt.prototype.resize=function(xt){At.prototype.resize.call(this,xt),this.setSize()},wt.prototype.sizeCaption=function(){var xt=this.captionElement.getBBox();this.captionText.trim()!==""?(this.captionBoxWidth=xt.width+2*this.PADDING,this.captionBoxHeight=xt.height+2*this.PADDING):(this.captionBoxWidth=0,this.captionBoxHeight=0),he.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')"]]),he.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 xt=this;this._state="edit",this.overlayContainer.innerHTML="",this.textEditDiv=document.createElement("div"),this.textEditDiv.style.flexGrow="2",this.textEditDiv.style.alignItems="center",this.textEditDiv.style.justifyContent="center",this.textEditDiv.style.pointerEvents="auto",this.textEditDiv.style.overflow="hidden",this.textEditBox=document.createElement("input"),this.textEditBox.style.position="absolute",this.textEditBox.style.width=this.width+"px",this.captionBoxHeight>0&&(this.textEditBox.style.height=this.captionBoxHeight+"px"),this.textEditBox.style.fontSize=this.fontSize,this.textEditBox.style.fontFamily=this.fontFamily,this.textEditBox.style.backgroundColor=this.fillColor,this.textEditBox.style.color=this.textColor,this.textEditBox.style.borderWidth="0",this.textEditBox.setAttribute("value",this.captionText),this.textEditBox.select(),this.textEditDiv.appendChild(this.textEditBox),this.overlayContainer.appendChild(this.textEditDiv),this.textEditBox.addEventListener("pointerup",function(bt){bt.stopPropagation()}),this.textEditBox.addEventListener("keypress",function(bt){bt.key==="Enter"&&xt.finishTextEditing(xt.textEditBox.value)}),this.textEditBox.addEventListener("keyup",function(bt){bt.cancelBubble=!0}),this.textEditBox.addEventListener("blur",function(){xt.finishTextEditing(xt.textEditBox.value)}),this.textEditDiv.addEventListener("pointerup",function(){xt.finishTextEditing(xt.textEditBox.value)}),this.positionTextEditor(),this.textEditBox.focus()},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(xt){this.setCaptionText(xt.trim()),this.overlayContainer.innerHTML="",this.stateChanged()},wt.prototype.setFont=function(xt){this.captionElement&&he.setAttributes(this.captionElement,[["font-family",xt]]),this.fontFamily=xt,this.textEditBox&&(this.textEditBox.style.fontFamily=this.fontFamily),this.sizeCaption(),this.stateChanged()},wt.prototype.setTextColor=function(xt){this.captionElement&&he.setAttributes(this.captionElement,[["fill",xt]]),this.textColor=xt,this.textEditBox&&(this.textEditBox.style.color=this.textColor),this.stateChanged()},wt.prototype.setSize=function(){At.prototype.setSize.call(this),he.setAttributes(this.frame,[["width",this.width.toString()],["height",this.height.toString()]]),this.sizeCaption()},wt.prototype.pointerUp=function(xt){At.prototype.pointerUp.call(this,xt),this.setSize(),!this.isMoved&&Date.now()-this.pointerDownTimestamp>500&&this.showTextEditor(),this.pointerDownPoint=void 0},wt.prototype.dblClick=function(xt,bt){At.prototype.dblClick.call(this,xt,bt),this.showTextEditor()},wt.prototype.setStrokeColor=function(xt){this.strokeColor=xt,this.frame&&he.setAttributes(this.frame,[["stroke",this.strokeColor]]),this.colorChanged(xt),this.stateChanged()},wt.prototype.setFillColor=function(xt){this.fillColor=xt,this.captionBg&&he.setAttributes(this.captionBg,[["fill",this.fillColor]]),this.fillColorChanged(xt),this.stateChanged()},wt.prototype.setStrokeWidth=function(xt){this.strokeWidth=xt,this.frame&&he.setAttributes(this.frame,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},wt.prototype.setStrokeDasharray=function(xt){this.strokeDasharray=xt,this.frame&&he.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 xt=Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:1,textColor:this.textColor,fontFamily:this.fontFamily,fontSize:this.fontSize,captionText:this.captionText},At.prototype.getState.call(this));return xt.typeName=this.typeName,xt},wt.prototype.restoreState=function(xt){var bt=xt;this.fillColor=bt.fillColor,this.strokeColor=bt.strokeColor,this.strokeWidth=bt.strokeWidth,this.strokeDasharray=bt.strokeDasharray,this.textColor=bt.textColor,this.fontFamily=bt.fontFamily,this.captionText=bt.captionText,this.fontSize=bt.fontSize,this.createVisual(),At.prototype.restoreState.call(this,xt),this.setSize()},wt.prototype.scale=function(xt,bt){At.prototype.scale.call(this,xt,bt),this.setSize()},wt.typeName="CaptionFrameMarker",wt.title="Caption frame marker",wt.icon='',wt}(Lt),Xe=function(){function At(wt,xt){xt===void 0&&(xt=!1),this.cancelable=!1,this._defaultPrevented=!1,this.markerArea=wt,this.cancelable=xt}return Object.defineProperty(At.prototype,"defaultPrevented",{get:function(){return this._defaultPrevented},enumerable:!1,configurable:!0}),At.prototype.preventDefault=function(){this._defaultPrevented=!0},At}(),se=function(At){function wt(xt,bt,Rt){var Mt=At.call(this,xt,!1)||this;return Mt.dataUrl=bt,Mt.state=Rt,Mt}return me(wt,At),wt}(Xe),ve=function(At){function wt(xt,bt,Rt){Rt===void 0&&(Rt=!1);var Mt=At.call(this,xt,Rt)||this;return Mt.marker=bt,Mt}return me(wt,At),wt}(Xe),dn=function(){function At(){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 At.prototype.addEventListener=function(wt,xt){this[wt].push(xt)},At.prototype.removeEventListener=function(wt,xt){var bt=this[wt].indexOf(xt);bt>-1&&this[wt].splice(bt,1)},At}(),xn=function(){function At(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 $t,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 dn,this._silentRenderMode=!1,this._isFocused=!1,this._instanceNo=At.instanceCounter++,this.styles=new qt(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(At.prototype,"ALL_MARKER_TYPES",{get:function(){return[ne,De,Nn,be,xe,Sn,vn,Be,pn,qe,Pe,He,Mn]},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"DEFAULT_MARKER_TYPES",{get:function(){return[ne,De,Nn,be,Sn,vn,Be]},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"BASIC_MARKER_TYPES",{get:function(){return[ne,De,Nn,be,vn]},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"availableMarkerTypes",{get:function(){return this._availableMarkerTypes},set:function(wt){var xt=this;this._availableMarkerTypes.splice(0),wt.forEach(function(bt){if(typeof bt=="string"){var Rt=xt.ALL_MARKER_TYPES.find(function(Mt){return Mt.typeName===bt});Rt!==void 0&&xt._availableMarkerTypes.push(Rt)}else xt._availableMarkerTypes.push(bt)})},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"currentMarker",{get:function(){return this._currentMarker},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"isOpen",{get:function(){return this._isOpen},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"isUndoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isUndoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(At.prototype,"isRedoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isRedoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(At.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(At.prototype,"instanceNo",{get:function(){return this._instanceNo},enumerable:!1,configurable:!0}),At.prototype.open=function(){this.setupResizeObserver(),this.setEditingTarget(),this.setTopLeft(),this.initMarkerCanvas(),this.initOverlay(),this.attachEvents(),this.settings.displayMode==="popup"&&this.onPopupTargetResize(),ee.isLicensed||this.addLogo(),this._isOpen=!0,this._isFocused=!0},At.prototype.show=function(){var wt=this;this.styles.styleSheetRoot===void 0&&ye.styleSheetRoot!==void 0&&(this.styles.styleSheetRoot=ye.styleSheetRoot),this.setWindowHeight(),this.showUI(),this.open(),this.eventListeners.show.forEach(function(xt){return xt(new Xe(wt))})},At.prototype.render=function(){return we(this,void 0,void 0,function(){var wt;return Me(this,function(xt){switch(xt.label){case 0:return this.setCurrentMarker(),(wt=new We).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 xt.sent(),[4,wt.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 2:return[2,xt.sent()]}})})},At.prototype.close=function(wt){var xt=this;if(wt===void 0&&(wt=!1),this.isOpen){var bt=!1;wt||this.eventListeners.beforeclose.forEach(function(Rt){var Mt=new Xe(xt,!0);Rt(Mt),Mt.defaultPrevented&&(bt=!0)}),bt||(this.coverDiv&&this.closeUI(),this.targetObserver&&(this.targetObserver.unobserve(this.target),this.targetObserver.unobserve(this.editorCanvas)),this.settings.displayMode==="popup"&&window.removeEventListener("resize",this.setWindowHeight),this.eventListeners.close.forEach(function(Rt){return Rt(new Xe(xt))}),this.detachEvents(),this._isOpen=!1)}},At.prototype.addMarkersToToolbar=function(){for(var wt,xt=[],bt=0;btthis.editorCanvas.clientHeight?this.editorCanvas.clientHeight*wt:this.editorCanvas.clientWidth,bt=xt',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()},At.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")},At.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"},At.prototype.restoreOverflow=function(){document.body.style.overflow=this.bodyOverflowState,window.scroll({top:this.scrollYState,left:this.scrollXState})},At.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 rn(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-1&&this.markers.splice(this.markers.indexOf(wt),1),wt.dispose()},At.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())},At.prototype.toolbarButtonClicked=function(wt,xt){if(wt==="marker"&&xt!==void 0)this.createNewMarker(xt);else if(wt==="action")switch(xt){case"select":this.switchToSelectMode(),this.switchToSelectMode();break;case"delete":this.deleteSelectedMarker();break;case"clear":this.clear();break;case"undo":this.undo();break;case"redo":this.redo();break;case"zoom":this.stepZoom();break;case"zoom-out":this.zoomLevel=1;break;case"notes":this.notesArea===void 0?(this.switchToSelectMode(),this.zoomLevel=1,this.showNotesEditor()):this.switchToSelectMode();break;case"close":this.close();break;case"render":this.switchToSelectMode(),this.startRenderAndClose()}},At.prototype.deleteSelectedMarker=function(){var wt=this;if(this._currentMarker!==void 0){var xt=!1;if(this.eventListeners.markerbeforedelete.forEach(function(Rt){var Mt=new ve(wt,wt._currentMarker,!0);Rt(Mt),Mt.defaultPrevented&&(xt=!0)}),!xt){var bt=this._currentMarker;this._currentMarker.dispose(),this.markerImage.removeChild(this._currentMarker.container),this.markers.splice(this.markers.indexOf(this._currentMarker),1),this.setCurrentMarker(),this.addUndoStep(),this.eventListeners.markerdelete.forEach(function(Rt){return Rt(new ve(wt,bt))})}}},At.prototype.clear=function(){var wt=this,xt=!1;if(this.markers.length>0&&(this.eventListeners.markerbeforedelete.forEach(function(fe){var je=new ve(wt,void 0,!0);fe(je),je.defaultPrevented&&(xt=!0)}),!xt)){this.setCurrentMarker();for(var bt=function(fe){var je=Rt.markers[fe];Rt.setCurrentMarker(Rt.markers[fe]),Rt._currentMarker.dispose(),Rt.markerImage.removeChild(Rt._currentMarker.container),Rt.markers.splice(Rt.markers.indexOf(Rt._currentMarker),1),Rt.eventListeners.markerdelete.forEach(function(Ln){return Ln(new ve(wt,je))})},Rt=this,Mt=this.markers.length-1;Mt>=0;Mt--)bt(Mt);this.addUndoStep()}},Object.defineProperty(At.prototype,"isNotesAreaOpen",{get:function(){return this.notesArea!==void 0},enumerable:!1,configurable:!0}),At.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))},At.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)},At.prototype.selectLastMarker=function(){this.markers.length>0?this.setCurrentMarker(this.markers[this.markers.length-1]):this.setCurrentMarker()},At.prototype.addUndoStep=function(){var wt=this;if(this._currentMarker===void 0||this._currentMarker.state!=="edit"){var xt=this.getState(),bt=this.undoRedoManager.getLastUndoStep();if(!bt||bt.width===xt.width&&bt.height===xt.height){var Rt=this.undoRedoManager.undoStepCount;this.undoRedoManager.addUndoStep(xt),Rt1&&this.panTo({x:wt.clientX,y:wt.clientY}))},At.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()},At.prototype.onPointerOut=function(){this.touchPoints>0&&this.touchPoints--},At.prototype.onKeyUp=function(wt){this._currentMarker===void 0||this.notesArea!==void 0||wt.key!=="Delete"&&wt.key!=="Backspace"||this.deleteSelectedMarker()},At.prototype.clientToLocalCoordinates=function(wt,xt){var bt=this.markerImage.getBoundingClientRect();return{x:(wt-bt.left)/this.zoomLevel,y:(xt-bt.top)/this.zoomLevel}},At.prototype.onWindowResize=function(){this.positionUI()},At.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()},At.prototype.addLicenseKey=function(wt){ee.addKey(wt)},At.prototype.addEventListener=function(wt,xt){this.eventListeners.addEventListener(wt,xt)},At.prototype.removeEventListener=function(wt,xt){this.eventListeners.removeEventListener(wt,xt)},At.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(At.prototype,"isFocused",{get:function(){return this._isFocused},enumerable:!1,configurable:!0}),At.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(xt){return xt(new Xe(wt))}))},At.prototype.blur=function(){var wt=this;this._isFocused&&(this.detachWindowEvents(),this._isFocused=!1,this._previousCurrentMarker=this._currentMarker,this.setCurrentMarker(),this.eventListeners.blur.forEach(function(xt){return xt(new Xe(wt))}))},At.instanceCounter=0,At}()},25930:function(un,jn,Jt){"use strict";Jt.d(jn,{Cd:function(){return Pe}});var zt=Jt(67711),me=Jt(98506),we=Jt(33346),Me=Jt(59301),ge=Jt(92310),he=Jt.n(ge),ee={percent:0,prefixCls:"rc-progress",strokeColor:"#2db7f5",strokeLinecap:"round",strokeWidth:1,trailColor:"#D9D9D9",trailWidth:1,gapPosition:"bottom"},We=function(){var De=(0,Me.useRef)([]),Ke=(0,Me.useRef)(null);return(0,Me.useEffect)(function(){var Nn=Date.now(),qe=!1;De.current.forEach(function(fn){if(fn){qe=!0;var vn=fn.style;vn.transitionDuration=".3s, .3s, .3s, .06s",Ke.current&&Nn-Ke.current<100&&(vn.transitionDuration="0s, 0s")}}),qe&&(Ke.current=Date.now())}),De.current},ye=["className","percent","prefixCls","strokeColor","strokeLinecap","strokeWidth","style","trailColor","trailWidth","transition"],qt=function(De){var Ke=(0,me.Z)((0,me.Z)({},ee),De),Nn=Ke.className,qe=Ke.percent,fn=Ke.prefixCls,vn=Ke.strokeColor,te=Ke.strokeLinecap,Wt=Ke.strokeWidth,Be=Ke.style,Sn=Ke.trailColor,pn=Ke.trailWidth,xe=Ke.transition,_e=(0,we.Z)(Ke,ye);delete _e.gapPosition;var He=Array.isArray(qe)?qe:[qe],Mn=Array.isArray(vn)?vn:[vn],Xe=We(),se=Wt/2,ve=100-Wt/2,dn="M ".concat(te==="round"?se:0,",").concat(se,` L `).concat(te==="round"?ve:100,",").concat(se),xn="0 0 100 ".concat(Wt),At=0;return Me.createElement("svg",(0,zt.Z)({className:he()("".concat(fn,"-line"),Nn),viewBox:xn,preserveAspectRatio:"none",style:Be},_e),Me.createElement("path",{className:"".concat(fn,"-line-trail"),d:dn,strokeLinecap:te,stroke:Sn,strokeWidth:pn||Wt,fillOpacity:"0"}),He.map(function(wt,xt){var bt=1;switch(te){case"round":bt=1-Wt/100;break;case"square":bt=1-Wt/2/100;break;default:bt=1;break}var Rt={strokeDasharray:"".concat(wt*bt,"px, 100px"),strokeDashoffset:"-".concat(At,"px"),transition:xe||"stroke-dashoffset 0.3s ease 0s, stroke-dasharray .3s ease 0s, stroke 0.3s linear"},Mt=Mn[xt]||Mn[Mn.length-1];return At+=wt,Me.createElement("path",{key:xt,className:"".concat(fn,"-line-path"),d:dn,strokeLinecap:te,stroke:Mt,strokeWidth:Wt,fillOpacity:"0",ref:function(je){Xe[xt]=je},style:Rt})}))},$e=qt,le=Jt(26420),rn=Jt(16886),Et=Jt(47273),et=0,it=(0,Et.Z)();function gt(){var be;return it?(be=et,et+=1):be="TEST_OR_SSR",be}var lt=function(be){var De=Me.useState(),Ke=(0,rn.Z)(De,2),Nn=Ke[0],qe=Ke[1];return Me.useEffect(function(){qe("rc_progress_".concat(gt()))},[]),be||Nn},pt=function(De){var Ke=De.bg,Nn=De.children;return Me.createElement("div",{style:{width:"100%",height:"100%",background:Ke}},Nn)};function vt(be,De){return Object.keys(be).map(function(Ke){var Nn=parseFloat(Ke),qe="".concat(Math.floor(Nn*De),"%");return"".concat(be[Ke]," ").concat(qe)})}var Lt=Me.forwardRef(function(be,De){var Ke=be.prefixCls,Nn=be.color,qe=be.gradientId,fn=be.radius,vn=be.style,te=be.ptg,Wt=be.strokeLinecap,Be=be.strokeWidth,Sn=be.size,pn=be.gapDegree,xe=Nn&&(0,le.Z)(Nn)==="object",_e=xe?"#FFF":void 0,He=Sn/2,Mn=Me.createElement("circle",{className:"".concat(Ke,"-circle-path"),r:fn,cx:He,cy:He,stroke:_e,strokeLinecap:Wt,strokeWidth:Be,opacity:te===0?0:1,style:vn,ref:De});if(!xe)return Mn;var Xe="".concat(qe,"-conic"),se=pn?"".concat(180+pn/2,"deg"):"0deg",ve=vt(Nn,(360-pn)/360),dn=vt(Nn,1),xn="conic-gradient(from ".concat(se,", ").concat(ve.join(", "),")"),At="linear-gradient(to ".concat(pn?"bottom":"top",", ").concat(dn.join(", "),")");return Me.createElement(Me.Fragment,null,Me.createElement("mask",{id:Xe},Mn),Me.createElement("foreignObject",{x:0,y:0,width:Sn,height:Sn,mask:"url(#".concat(Xe,")")},Me.createElement(pt,{bg:At},Me.createElement(pt,{bg:xn}))))}),Ft=Lt,Ht=100,Yt=function(De,Ke,Nn,qe,fn,vn,te,Wt,Be,Sn){var pn=arguments.length>10&&arguments[10]!==void 0?arguments[10]:0,xe=Nn/100*360*((360-vn)/360),_e=vn===0?0:{bottom:0,top:180,left:90,right:-90}[te],He=(100-qe)/100*Ke;Be==="round"&&qe!==100&&(He+=Sn/2,He>=Ke&&(He=Ke-.01));var Mn=Ht/2;return{stroke:typeof Wt=="string"?Wt:void 0,strokeDasharray:"".concat(Ke,"px ").concat(De),strokeDashoffset:He+pn,transform:"rotate(".concat(fn+xe+_e,"deg)"),transformOrigin:"".concat(Mn,"px ").concat(Mn,"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}},ne=["id","prefixCls","steps","strokeWidth","trailWidth","gapDegree","gapPosition","trailColor","strokeLinecap","style","className","strokeColor","percent"];function $t(be){var De=be!=null?be:[];return Array.isArray(De)?De:[De]}var Qt=function(De){var Ke=(0,me.Z)((0,me.Z)({},ee),De),Nn=Ke.id,qe=Ke.prefixCls,fn=Ke.steps,vn=Ke.strokeWidth,te=Ke.trailWidth,Wt=Ke.gapDegree,Be=Wt===void 0?0:Wt,Sn=Ke.gapPosition,pn=Ke.trailColor,xe=Ke.strokeLinecap,_e=Ke.style,He=Ke.className,Mn=Ke.strokeColor,Xe=Ke.percent,se=(0,we.Z)(Ke,ne),ve=Ht/2,dn=lt(Nn),xn="".concat(dn,"-gradient"),At=ve-vn/2,wt=Math.PI*2*At,xt=Be>0?90+Be/2:-90,bt=wt*((360-Be)/360),Rt=(0,le.Z)(fn)==="object"?fn:{count:fn,gap:2},Mt=Rt.count,fe=Rt.gap,je=$t(Xe),Ln=$t(Mn),En=Ln.find(function(On){return On&&(0,le.Z)(On)==="object"}),yn=En&&(0,le.Z)(En)==="object",Fe=yn?"butt":xe,Bn=Yt(wt,bt,0,100,xt,Be,Sn,pn,Fe,vn),an=We(),Dn=function(){var ji=0;return je.map(function(ti,yi){var wi=Ln[yi]||Ln[Ln.length-1],Lo=Yt(wt,bt,ji,ti,xt,Be,Sn,wi,Fe,vn);return ji+=ti,Me.createElement(Ft,{key:yi,color:wi,ptg:ti,radius:At,prefixCls:qe,gradientId:xn,style:Lo,strokeLinecap:Fe,strokeWidth:vn,gapDegree:Be,ref:function(Gi){an[yi]=Gi},size:Ht})}).reverse()},si=function(){var ji=Math.round(Mt*(je[0]/100)),ti=100/Mt,yi=0;return new Array(Mt).fill(null).map(function(wi,Lo){var _i=Lo<=ji-1?Ln[0]:pn,Gi=_i&&(0,le.Z)(_i)==="object"?"url(#".concat(xn,")"):void 0,Zi=Yt(wt,bt,yi,ti,xt,Be,Sn,_i,"butt",vn,fe);return yi+=(bt-Zi.strokeDashoffset+fe)*100/bt,Me.createElement("circle",{key:Lo,className:"".concat(qe,"-circle-path"),r:At,cx:ve,cy:ve,stroke:Gi,strokeWidth:vn,opacity:1,style:Zi,ref:function(Fi){an[Lo]=Fi}})})};return Me.createElement("svg",(0,zt.Z)({className:he()("".concat(qe,"-circle"),He),viewBox:"0 0 ".concat(Ht," ").concat(Ht),style:_e,id:Nn,role:"presentation"},se),!Mt&&Me.createElement("circle",{className:"".concat(qe,"-circle-trail"),r:At,cx:ve,cy:ve,stroke:pn,strokeLinecap:Fe,strokeWidth:te||vn,style:Bn}),Mt?si():Dn())},Pe=Qt,ae={Line:$e,Circle:Pe}},6551:function(un,jn,Jt){"use strict";Jt.d(jn,{ZP:function(){return ee}});var zt=Jt(16886),me=Jt(59301),we=Jt(47273),Me=0,ge=(0,we.Z)();function he(){var We;return ge?(We=Me,Me+=1):We="TEST_OR_SSR",We}function ee(We){var ye=me.useState(),qt=(0,zt.Z)(ye,2),$e=qt[0],le=qt[1];return me.useEffect(function(){le("rc_select_".concat(he()))},[]),We||$e}},37463:function(un,jn,Jt){"use strict";Jt.d(jn,{Ac:function(){return wi},Xo:function(){return _i},Wx:function(){return Zi},ZP:function(){return cn},lk:function(){return vt}});var zt=Jt(67711),me=Jt(15142),we=Jt(52873),Me=Jt(98506),ge=Jt(16886),he=Jt(33346),ee=Jt(26420),We=Jt(18929),ye=Jt(48736),qt=Jt(59301),$e=Jt(92310),le=Jt.n($e),rn=Jt(34280),Et=Jt(49658),et=Jt(8654),it=function(re){var nn=re.className,tn=re.customizeIcon,ce=re.customizeIconProps,en=re.children,_n=re.onMouseDown,Qn=re.onClick,ai=typeof tn=="function"?tn(ce):tn;return qt.createElement("span",{className:nn,onMouseDown:function(sn){sn.preventDefault(),_n==null||_n(sn)},style:{userSelect:"none",WebkitUserSelect:"none"},unselectable:"on",onClick:Qn,"aria-hidden":!0},ai!==void 0?ai:qt.createElement("span",{className:le()(nn.split(/\s+/).map(function(hn){return"".concat(hn,"-icon")}))},en))},gt=it,lt=function(re,nn,tn,ce,en){var _n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!1,Qn=arguments.length>6?arguments[6]:void 0,ai=arguments.length>7?arguments[7]:void 0,hn=qt.useMemo(function(){if((0,ee.Z)(ce)==="object")return ce.clearIcon;if(en)return en},[ce,en]),sn=qt.useMemo(function(){return!!(!_n&&ce&&(tn.length||Qn)&&!(ai==="combobox"&&Qn===""))},[ce,_n,tn.length,Qn,ai]);return{allowClear:sn,clearIcon:qt.createElement(gt,{className:"".concat(re,"-clear"),onMouseDown:nn,customizeIcon:hn},"\xD7")}},pt=qt.createContext(null);function vt(){return qt.useContext(pt)}function Lt(){var Vt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10,re=qt.useState(!1),nn=(0,ge.Z)(re,2),tn=nn[0],ce=nn[1],en=qt.useRef(null),_n=function(){window.clearTimeout(en.current)};qt.useEffect(function(){return _n},[]);var Qn=function(hn,sn){_n(),en.current=window.setTimeout(function(){ce(hn),sn&&sn()},Vt)};return[tn,Qn,_n]}function Ft(){var Vt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:250,re=qt.useRef(null),nn=qt.useRef(null);qt.useEffect(function(){return function(){window.clearTimeout(nn.current)}},[]);function tn(ce){(ce||re.current===null)&&(re.current=ce),window.clearTimeout(nn.current),nn.current=window.setTimeout(function(){re.current=null},Vt)}return[function(){return re.current},tn]}function Ht(Vt,re,nn,tn){var ce=qt.useRef(null);ce.current={open:re,triggerOpen:nn,customizedTrigger:tn},qt.useEffect(function(){function en(_n){var Qn;if(!((Qn=ce.current)!==null&&Qn!==void 0&&Qn.customizedTrigger)){var ai=_n.target;ai.shadowRoot&&_n.composed&&(ai=_n.composedPath()[0]||ai),ce.current.open&&Vt().filter(function(hn){return hn}).every(function(hn){return!hn.contains(ai)&&hn!==ai})&&ce.current.triggerOpen(!1)}}return window.addEventListener("mousedown",en),function(){return window.removeEventListener("mousedown",en)}},[])}var Yt=Jt(10228);function ne(Vt){return Vt&&![Yt.Z.ESC,Yt.Z.SHIFT,Yt.Z.BACKSPACE,Yt.Z.TAB,Yt.Z.WIN_KEY,Yt.Z.ALT,Yt.Z.META,Yt.Z.WIN_KEY_RIGHT,Yt.Z.CTRL,Yt.Z.SEMICOLON,Yt.Z.EQUALS,Yt.Z.CAPS_LOCK,Yt.Z.CONTEXT_MENU,Yt.Z.F1,Yt.Z.F2,Yt.Z.F3,Yt.Z.F4,Yt.Z.F5,Yt.Z.F6,Yt.Z.F7,Yt.Z.F8,Yt.Z.F9,Yt.Z.F10,Yt.Z.F11,Yt.Z.F12].includes(Vt)}var $t=Jt(26112),Qt=Jt(11780);function Pe(Vt,re,nn){var tn=(0,Me.Z)((0,Me.Z)({},Vt),nn?re:{});return Object.keys(re).forEach(function(ce){var en=re[ce];typeof en=="function"&&(tn[ce]=function(){for(var _n,Qn=arguments.length,ai=new Array(Qn),hn=0;hnue&&(Ge="".concat(Vi.slice(0,ue),"..."))}var no=function(to){to&&to.stopPropagation(),Ti(Hn)};return typeof Fn=="function"?Qr(Rn,Ge,gi,Jn,no):us(Hn,Ge,gi,Jn,no)},qi=function(Hn){if(!ce.length)return null;var gi=typeof mi=="function"?mi(Hn):mi;return typeof Fn=="function"?Qr(void 0,gi,!1,!1,void 0,!0):us({title:gi},gi,!1)},In=qt.createElement("div",{className:"".concat(Cn,"-search"),style:{width:To},onFocus:function(){yo(!0)},onBlur:function(){yo(!1)}},qt.createElement(Nn,{ref:ai,open:en,prefixCls:tn,id:nn,inputElement:null,disabled:sn,autoFocus:qn,autoComplete:Je,editable:ho,activeDescendantId:bn,value:It,onKeyDown:bi,onMouseDown:Ki,onChange:Ni,onPaste:Ci,onCompositionStart:Ae,onCompositionEnd:oo,onBlur:Ee,tabIndex:Di,attrs:(0,$t.Z)(re,!0)}),qt.createElement("span",{ref:Oi,className:"".concat(Cn,"-search-mirror"),"aria-hidden":!0},It,"\xA0")),Kn=qt.createElement(Qt.Z,{prefixCls:"".concat(Cn,"-overflow"),data:ce,renderItem:ar,renderRest:qi,suffix:In,itemKey:xe,maxCount:xo});return qt.createElement("span",{className:"".concat(Cn,"-wrap")},Kn,!ce.length&&!It&&qt.createElement("span",{className:"".concat(Cn,"-placeholder")},hn))},Mn=He,Xe=function(re){var nn=re.inputElement,tn=re.prefixCls,ce=re.id,en=re.inputRef,_n=re.disabled,Qn=re.autoFocus,ai=re.autoComplete,hn=re.activeDescendantId,sn=re.mode,wn=re.open,ci=re.values,qn=re.placeholder,Je=re.tabIndex,bn=re.showSearch,Di=re.searchValue,Ui=re.activeValue,xo=re.maxLength,ue=re.onInputKeyDown,Gn=re.onInputMouseDown,mi=re.onInputChange,Fn=re.onInputPaste,Hi=re.onInputCompositionStart,Ti=re.onInputCompositionEnd,Ni=re.onInputBlur,Ci=re.title,bi=qt.useState(!1),Ki=(0,ge.Z)(bi,2),Ae=Ki[0],oo=Ki[1],Ee=sn==="combobox",Oi=Ee||bn,Oo=ci[0],Ji=Di||"";Ee&&Ui&&!Ae&&(Ji=Ui),qt.useEffect(function(){Ee&&oo(!1)},[Ee,Ui]);var To=sn!=="combobox"&&!wn&&!bn?!1:!!Ji,Ei=Ci===void 0?Sn(Oo):Ci,hi=qt.useMemo(function(){return Oo?null:qt.createElement("span",{className:"".concat(tn,"-selection-placeholder"),style:To?{visibility:"hidden"}:void 0},qn)},[Oo,To,qn,tn]);return qt.createElement("span",{className:"".concat(tn,"-selection-wrap")},qt.createElement("span",{className:"".concat(tn,"-selection-search")},qt.createElement(Nn,{ref:en,prefixCls:tn,id:ce,open:wn,inputElement:nn,disabled:_n,autoFocus:Qn,autoComplete:ai,editable:Oi,activeDescendantId:hn,value:Ji,onKeyDown:ue,onMouseDown:Gn,onChange:function(Lr){oo(!0),mi(Lr)},onPaste:Fn,onCompositionStart:Hi,onCompositionEnd:Ti,onBlur:Ni,tabIndex:Je,attrs:(0,$t.Z)(re,!0),maxLength:Ee?xo:void 0})),!Ee&&Oo?qt.createElement("span",{className:"".concat(tn,"-selection-item"),title:Ei,style:To?{visibility:"hidden"}:void 0},Oo.label):null,hi)},se=Xe,ve=function(re,nn){var tn=(0,qt.useRef)(null),ce=(0,qt.useRef)(!1),en=re.prefixCls,_n=re.open,Qn=re.mode,ai=re.showSearch,hn=re.tokenWithEnter,sn=re.disabled,wn=re.prefix,ci=re.autoClearSearchValue,qn=re.onSearch,Je=re.onSearchSubmit,bn=re.onToggleOpen,Di=re.onInputKeyDown,Ui=re.onInputBlur,xo=re.domRef;qt.useImperativeHandle(nn,function(){return{focus:function(Ei){tn.current.focus(Ei)},blur:function(){tn.current.blur()}}});var ue=Ft(0),Gn=(0,ge.Z)(ue,2),mi=Gn[0],Fn=Gn[1],Hi=function(Ei){var hi=Ei.which,ro=tn.current instanceof HTMLTextAreaElement;!ro&&_n&&(hi===Yt.Z.UP||hi===Yt.Z.DOWN)&&Ei.preventDefault(),Di&&Di(Ei),hi===Yt.Z.ENTER&&Qn==="tags"&&!ce.current&&!_n&&(Je==null||Je(Ei.target.value)),!(ro&&!_n&&~[Yt.Z.UP,Yt.Z.DOWN,Yt.Z.LEFT,Yt.Z.RIGHT].indexOf(hi))&&ne(hi)&&bn(!0)},Ti=function(){Fn(!0)},Ni=(0,qt.useRef)(null),Ci=function(Ei){qn(Ei,!0,ce.current)!==!1&&bn(!0)},bi=function(){ce.current=!0},Ki=function(Ei){ce.current=!1,Qn!=="combobox"&&Ci(Ei.target.value)},Ae=function(Ei){var hi=Ei.target.value;if(hn&&Ni.current&&/[\r\n]/.test(Ni.current)){var ro=Ni.current.replace(/[\r\n]+$/,"").replace(/\r\n/g," ").replace(/[\r\n]/g," ");hi=hi.replace(ro,Ni.current)}Ni.current=null,Ci(hi)},oo=function(Ei){var hi=Ei.clipboardData,ro=hi==null?void 0:hi.getData("text");Ni.current=ro||""},Ee=function(Ei){var hi=Ei.target;if(hi!==tn.current){var ro=document.body.style.msTouchAction!==void 0;ro?setTimeout(function(){tn.current.focus()}):tn.current.focus()}},Oi=function(Ei){var hi=mi();Ei.target!==tn.current&&!hi&&!(Qn==="combobox"&&sn)&&Ei.preventDefault(),(Qn!=="combobox"&&(!ai||!hi)||!_n)&&(_n&&ci!==!1&&qn("",!0,!1),bn())},Oo={inputRef:tn,onInputKeyDown:Hi,onInputMouseDown:Ti,onInputChange:Ae,onInputPaste:oo,onInputCompositionStart:bi,onInputCompositionEnd:Ki,onInputBlur:Ui},Ji=Qn==="multiple"||Qn==="tags"?qt.createElement(Mn,(0,zt.Z)({},re,Oo)):qt.createElement(se,(0,zt.Z)({},re,Oo));return qt.createElement("div",{ref:xo,className:"".concat(en,"-selector"),onClick:Ee,onMouseDown:Oi},wn&&qt.createElement("div",{className:"".concat(en,"-prefix")},wn),Ji)},dn=qt.forwardRef(ve),xn=dn,At=Jt(65030),wt=["prefixCls","disabled","visible","children","popupElement","animation","transitionName","dropdownStyle","dropdownClassName","direction","placement","builtinPlacements","dropdownMatchSelectWidth","dropdownRender","dropdownAlign","getPopupContainer","empty","getTriggerDOMNode","onPopupVisibleChange","onPopupMouseEnter"],xt=function(re){var nn=re===!0?0:1;return{bottomLeft:{points:["tl","bl"],offset:[0,4],overflow:{adjustX:nn,adjustY:1},htmlRegion:"scroll"},bottomRight:{points:["tr","br"],offset:[0,4],overflow:{adjustX:nn,adjustY:1},htmlRegion:"scroll"},topLeft:{points:["bl","tl"],offset:[0,-4],overflow:{adjustX:nn,adjustY:1},htmlRegion:"scroll"},topRight:{points:["br","tr"],offset:[0,-4],overflow:{adjustX:nn,adjustY:1},htmlRegion:"scroll"}}},bt=function(re,nn){var tn=re.prefixCls,ce=re.disabled,en=re.visible,_n=re.children,Qn=re.popupElement,ai=re.animation,hn=re.transitionName,sn=re.dropdownStyle,wn=re.dropdownClassName,ci=re.direction,qn=ci===void 0?"ltr":ci,Je=re.placement,bn=re.builtinPlacements,Di=re.dropdownMatchSelectWidth,Ui=re.dropdownRender,xo=re.dropdownAlign,ue=re.getPopupContainer,Gn=re.empty,mi=re.getTriggerDOMNode,Fn=re.onPopupVisibleChange,Hi=re.onPopupMouseEnter,Ti=(0,he.Z)(re,wt),Ni="".concat(tn,"-dropdown"),Ci=Qn;Ui&&(Ci=Ui(Qn));var bi=qt.useMemo(function(){return bn||xt(Di)},[bn,Di]),Ki=ai?"".concat(Ni,"-").concat(ai):hn,Ae=typeof Di=="number",oo=qt.useMemo(function(){return Ae?null:Di===!1?"minWidth":"width"},[Di,Ae]),Ee=sn;Ae&&(Ee=(0,Me.Z)((0,Me.Z)({},Ee),{},{width:Di}));var Oi=qt.useRef(null);return qt.useImperativeHandle(nn,function(){return{getPopupElement:function(){var Ji;return(Ji=Oi.current)===null||Ji===void 0?void 0:Ji.popupElement}}}),qt.createElement(At.Z,(0,zt.Z)({},Ti,{showAction:Fn?["click"]:[],hideAction:Fn?["click"]:[],popupPlacement:Je||(qn==="rtl"?"bottomRight":"bottomLeft"),builtinPlacements:bi,prefixCls:Ni,popupTransitionName:Ki,popup:qt.createElement("div",{onMouseEnter:Hi},Ci),ref:Oi,stretch:oo,popupAlign:xo,popupVisible:en,getPopupContainer:ue,popupClassName:le()(wn,(0,we.Z)({},"".concat(Ni,"-empty"),Gn)),popupStyle:Ee,getTriggerDOMNode:mi,onPopupVisibleChange:Fn}),_n)},Rt=qt.forwardRef(bt),Mt=Rt,fe=Jt(57879);function je(Vt,re){var nn=Vt.key,tn;return"value"in Vt&&(tn=Vt.value),nn!=null?nn:tn!==void 0?tn:"rc-index-key-".concat(re)}function Ln(Vt){return typeof Vt!="undefined"&&!Number.isNaN(Vt)}function En(Vt,re){var nn=Vt||{},tn=nn.label,ce=nn.value,en=nn.options,_n=nn.groupLabel,Qn=tn||(re?"children":"label");return{label:Qn,value:ce||"value",options:en||"options",groupLabel:_n||Qn}}function yn(Vt){var re=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},nn=re.fieldNames,tn=re.childrenAsData,ce=[],en=En(nn,!1),_n=en.label,Qn=en.value,ai=en.options,hn=en.groupLabel;function sn(wn,ci){Array.isArray(wn)&&wn.forEach(function(qn){if(ci||!(ai in qn)){var Je=qn[Qn];ce.push({key:je(qn,ce.length),groupOption:ci,data:qn,label:qn[_n],value:Je})}else{var bn=qn[hn];bn===void 0&&tn&&(bn=qn.label),ce.push({key:je(qn,ce.length),group:!0,data:qn,label:bn}),sn(qn[ai],!0)}})}return sn(Vt,!1),ce}function Fe(Vt){var re=(0,Me.Z)({},Vt);return"props"in re||Object.defineProperty(re,"props",{get:function(){return(0,ye.ZP)(!1,"Return type is option instead of Option instance. Please read value directly instead of reading from `props`."),re}}),re}var Bn=function(re,nn,tn){if(!nn||!nn.length)return null;var ce=!1,en=function Qn(ai,hn){var sn=(0,fe.Z)(hn),wn=sn[0],ci=sn.slice(1);if(!wn)return[ai];var qn=ai.split(wn);return ce=ce||qn.length>1,qn.reduce(function(Je,bn){return[].concat((0,me.Z)(Je),(0,me.Z)(Qn(bn,ci)))},[]).filter(Boolean)},_n=en(re,nn);return ce?typeof tn!="undefined"?_n.slice(0,tn):_n:null},an=qt.createContext(null),Dn=an;function si(Vt){var re=Vt.visible,nn=Vt.values;if(!re)return null;var tn=50;return qt.createElement("span",{"aria-live":"polite",style:{width:0,height:0,position:"absolute",overflow:"hidden",opacity:0}},"".concat(nn.slice(0,tn).map(function(ce){var en=ce.label,_n=ce.value;return["number","string"].includes((0,ee.Z)(en))?en:_n}).join(", ")),nn.length>tn?", ...":null)}var On=["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"],ji=["value","onChange","removeIcon","placeholder","autoFocus","maxTagCount","maxTagTextLength","maxTagPlaceholder","choiceTransitionName","onInputKeyDown","onPopupScroll","tabIndex"],ti=function(re){return re==="tags"||re==="multiple"},yi=qt.forwardRef(function(Vt,re){var nn,tn=Vt.id,ce=Vt.prefixCls,en=Vt.className,_n=Vt.showSearch,Qn=Vt.tagRender,ai=Vt.direction,hn=Vt.omitDomProps,sn=Vt.displayValues,wn=Vt.onDisplayValuesChange,ci=Vt.emptyOptions,qn=Vt.notFoundContent,Je=qn===void 0?"Not Found":qn,bn=Vt.onClear,Di=Vt.mode,Ui=Vt.disabled,xo=Vt.loading,ue=Vt.getInputElement,Gn=Vt.getRawInputElement,mi=Vt.open,Fn=Vt.defaultOpen,Hi=Vt.onDropdownVisibleChange,Ti=Vt.activeValue,Ni=Vt.onActiveValueChange,Ci=Vt.activeDescendantId,bi=Vt.searchValue,Ki=Vt.autoClearSearchValue,Ae=Vt.onSearch,oo=Vt.onSearchSplit,Ee=Vt.tokenSeparators,Oi=Vt.allowClear,Oo=Vt.prefix,Ji=Vt.suffixIcon,To=Vt.clearIcon,Ei=Vt.OptionList,hi=Vt.animation,ro=Vt.transitionName,Lr=Vt.dropdownStyle,yo=Vt.dropdownClassName,Cn=Vt.dropdownMatchSelectWidth,It=Vt.dropdownRender,ho=Vt.dropdownAlign,us=Vt.placement,Qr=Vt.builtinPlacements,ar=Vt.getPopupContainer,qi=Vt.showAction,In=qi===void 0?[]:qi,Kn=Vt.onFocus,Si=Vt.onBlur,Hn=Vt.onKeyUp,gi=Vt.onKeyDown,Wn=Vt.onMouseDown,Rn=(0,he.Z)(Vt,On),Jn=ti(Di),Ge=(_n!==void 0?_n:Jn)||Di==="combobox",Vi=(0,Me.Z)({},Rn);ji.forEach(function(bo){delete Vi[bo]}),hn==null||hn.forEach(function(bo){delete Vi[bo]});var no=qt.useState(!1),_o=(0,ge.Z)(no,2),to=_o[0],Ko=_o[1];qt.useEffect(function(){Ko((0,Et.Z)())},[]);var lr=qt.useRef(null),kr=qt.useRef(null),tr=qt.useRef(null),$r=qt.useRef(null),yr=qt.useRef(null),pe=qt.useRef(!1),qr=Lt(),js=(0,ge.Z)(qr,3),Ks=js[0],Fo=js[1],Ja=js[2];qt.useImperativeHandle(re,function(){var bo,co;return{focus:(bo=$r.current)===null||bo===void 0?void 0:bo.focus,blur:(co=$r.current)===null||co===void 0?void 0:co.blur,scrollTo:function(Un){var _r;return(_r=yr.current)===null||_r===void 0?void 0:_r.scrollTo(Un)},nativeElement:lr.current||kr.current}});var aa=qt.useMemo(function(){var bo;if(Di!=="combobox")return bi;var co=(bo=sn[0])===null||bo===void 0?void 0:bo.value;return typeof co=="string"||typeof co=="number"?String(co):""},[bi,Di,sn]),Ml=Di==="combobox"&&typeof ue=="function"&&ue()||null,fo=typeof Gn=="function"&&Gn(),Sr=(0,et.x1)(kr,fo==null||(nn=fo.props)===null||nn===void 0?void 0:nn.ref),Gs=qt.useState(!1),fl=(0,ge.Z)(Gs,2),lu=fl[0],Sa=fl[1];(0,rn.Z)(function(){Sa(!0)},[]);var li=(0,We.Z)(!1,{defaultValue:Fn,value:mi}),Gl=(0,ge.Z)(li,2),uu=Gl[0],la=Gl[1],Wr=lu?uu:!1,Fu=!Je&&ci;(Ui||Fu&&Wr&&Di==="combobox")&&(Wr=!1);var Tn=Fu?!1:Wr,di=qt.useCallback(function(bo){var co=bo!==void 0?bo:!Wr;Ui||(la(co),Wr!==co&&(Hi==null||Hi(co)))},[Ui,Wr,la,Hi]),ki=qt.useMemo(function(){return(Ee||[]).some(function(bo){return[` `,`\r `].includes(bo)})},[Ee]),Ai=qt.useContext(Dn)||{},Yi=Ai.maxCount,Eo=Ai.rawValues,ri=function(co,Fs,Un){if(!(Jn&&Ln(Yi)&&(Eo==null?void 0:Eo.size)>=Yi)){var _r=!0,Xt=co;Ni==null||Ni(null);var Re=Bn(co,Ee,Ln(Yi)?Yi-Eo.size:void 0),$a=Un?null:Re;return Di!=="combobox"&&$a&&(Xt="",oo==null||oo($a),di(!1),_r=!1),Ae&&aa!==Xt&&Ae(Xt,{source:Fs?"typing":"effect"}),_r}},xa=function(co){!co||!co.trim()||Ae(co,{source:"submit"})};qt.useEffect(function(){!Wr&&!Jn&&Di!=="combobox"&&ri("",!1,!1)},[Wr]),qt.useEffect(function(){uu&&Ui&&la(!1),Ui&&!pe.current&&Fo(!1)},[Ui]);var ts=Ft(),Br=(0,ge.Z)(ts,2),Uo=Br[0],Xs=Br[1],Pa=qt.useRef(!1),bs=function(co){var Fs=Uo(),Un=co.key,_r=Un==="Enter";if(_r&&(Di!=="combobox"&&co.preventDefault(),Wr||di(!0)),Xs(!!aa),Un==="Backspace"&&!Fs&&Jn&&!aa&&sn.length){for(var Xt=(0,me.Z)(sn),Re=null,$a=Xt.length-1;$a>=0;$a-=1){var Wl=Xt[$a];if(!Wl.disabled){Xt.splice($a,1),Re=Wl;break}}Re&&wn(Xt,{type:"remove",values:[Re]})}for(var ua=arguments.length,Js=new Array(ua>1?ua-1:0),cl=1;cl1?Fs-1:0),_r=1;_r1?Re-1:0),Wl=1;Wl=Je},[Qn,Je,Gn==null?void 0:Gn.size]),Ee=function(In){In.preventDefault()},Oi=function(In){var Kn;(Kn=Ae.current)===null||Kn===void 0||Kn.scrollTo(typeof In=="number"?{index:In}:In)},Oo=qt.useCallback(function(qi){return ai==="combobox"?!1:Gn.has(qi)},[ai,(0,me.Z)(Gn).toString(),Gn.size]),Ji=function(In){for(var Kn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,Si=Ki.length,Hn=0;Hn1&&arguments[1]!==void 0?arguments[1]:!1;ro(In);var Si={source:Kn?"keyboard":"mouse"},Hn=Ki[In];if(!Hn){Di(null,-1,Si);return}Di(Hn.value,In,Si)};(0,qt.useEffect)(function(){Lr(Ui!==!1?Ji(0):-1)},[Ki.length,hn]);var yo=qt.useCallback(function(qi){return ai==="combobox"?String(qi).toLowerCase()===hn.toLowerCase():Gn.has(qi)},[ai,hn,(0,me.Z)(Gn).toString(),Gn.size]);(0,qt.useEffect)(function(){var qi=setTimeout(function(){if(!Qn&&_n&&Gn.size===1){var Kn=Array.from(Gn)[0],Si=Ki.findIndex(function(Hn){var gi=Hn.data;return hn?String(gi.value).startsWith(hn):gi.value===Kn});Si!==-1&&(Lr(Si),Oi(Si))}});if(_n){var In;(In=Ae.current)===null||In===void 0||In.scrollTo(void 0)}return function(){return clearTimeout(qi)}},[_n,hn]);var Cn=function(In){In!==void 0&&xo(In,{selected:!Gn.has(In)}),Qn||sn(!1)};if(qt.useImperativeHandle(nn,function(){return{onKeyDown:function(In){var Kn=In.which,Si=In.ctrlKey;switch(Kn){case Yt.Z.N:case Yt.Z.P:case Yt.Z.UP:case Yt.Z.DOWN:{var Hn=0;if(Kn===Yt.Z.UP?Hn=-1:Kn===Yt.Z.DOWN?Hn=1:Er()&&Si&&(Kn===Yt.Z.N?Hn=1:Kn===Yt.Z.P&&(Hn=-1)),Hn!==0){var gi=Ji(hi+Hn,Hn);Oi(gi),Lr(gi,!0)}break}case Yt.Z.TAB:case Yt.Z.ENTER:{var Wn,Rn=Ki[hi];Rn&&!(Rn!=null&&(Wn=Rn.data)!==null&&Wn!==void 0&&Wn.disabled)&&!oo?Cn(Rn.value):Cn(void 0),_n&&In.preventDefault();break}case Yt.Z.ESC:sn(!1),_n&&In.stopPropagation()}},onKeyUp:function(){},scrollTo:function(In){Oi(In)}}}),Ki.length===0)return qt.createElement("div",{role:"listbox",id:"".concat(en,"_list"),className:"".concat(bi,"-empty"),onMouseDown:Ee},wn);var It=Object.keys(mi).map(function(qi){return mi[qi]}),ho=function(In){return In.label};function us(qi,In){var Kn=qi.group;return{role:Kn?"presentation":"option",id:"".concat(en,"_list_").concat(In)}}var Qr=function(In){var Kn=Ki[In];if(!Kn)return null;var Si=Kn.data||{},Hn=Si.value,gi=Kn.group,Wn=(0,$t.Z)(Si,!0),Rn=ho(Kn);return Kn?qt.createElement("div",(0,zt.Z)({"aria-label":typeof Rn=="string"&&!gi?Rn:null},Wn,{key:In},us(Kn,In),{"aria-selected":yo(Hn)}),Hn):null},ar={role:"listbox",id:"".concat(en,"_list")};return qt.createElement(qt.Fragment,null,Fn&&qt.createElement("div",(0,zt.Z)({},ar,{style:{height:0,width:0,overflow:"hidden"}}),Qr(hi-1),Qr(hi),Qr(hi+1)),qt.createElement(Zo.Z,{itemKey:"key",ref:Ae,data:Ki,height:Ti,itemHeight:Ni,fullHeight:!1,onMouseDown:Ee,onScroll:ci,virtual:Fn,direction:Hi,innerProps:Fn?null:ar},function(qi,In){var Kn=qi.group,Si=qi.groupOption,Hn=qi.data,gi=qi.label,Wn=qi.value,Rn=Hn.key;if(Kn){var Jn,Ge=(Jn=Hn.title)!==null&&Jn!==void 0?Jn:zs(gi)?gi.toString():void 0;return qt.createElement("div",{className:le()(bi,"".concat(bi,"-group"),Hn.className),title:Ge},gi!==void 0?gi:Rn)}var Vi=Hn.disabled,no=Hn.title,_o=Hn.children,to=Hn.style,Ko=Hn.className,lr=(0,he.Z)(Hn,rr),kr=(0,Fi.Z)(lr,It),tr=Oo(Wn),$r=Vi||!tr&&oo,yr="".concat(bi,"-option"),pe=le()(bi,yr,Ko,(0,we.Z)((0,we.Z)((0,we.Z)((0,we.Z)({},"".concat(yr,"-grouped"),Si),"".concat(yr,"-active"),hi===In&&!$r),"".concat(yr,"-disabled"),$r),"".concat(yr,"-selected"),tr)),qr=ho(qi),js=!ue||typeof ue=="function"||tr,Ks=typeof qr=="number"?qr:qr||Wn,Fo=zs(Ks)?Ks.toString():void 0;return no!==void 0&&(Fo=no),qt.createElement("div",(0,zt.Z)({},(0,$t.Z)(kr),Fn?{}:us(qi,In),{"aria-selected":yo(Wn),className:pe,title:Fo,onMouseMove:function(){hi===In||$r||Lr(In)},onClick:function(){$r||Cn(Wn)},style:to}),qt.createElement("div",{className:"".concat(yr,"-content")},typeof Ci=="function"?Ci(qi,{index:In}):Ks),qt.isValidElement(ue)||tr,js&&qt.createElement(gt,{className:"".concat(bi,"-option-state"),customizeIcon:ue,customizeIconProps:{value:Wn,disabled:$r,isSelected:tr}},tr?"\u2713":null))}))},vr=qt.forwardRef(Ts),Yr=vr,ko=function(Vt,re){var nn=qt.useRef({values:new Map,options:new Map}),tn=qt.useMemo(function(){var en=nn.current,_n=en.values,Qn=en.options,ai=Vt.map(function(wn){if(wn.label===void 0){var ci;return(0,Me.Z)((0,Me.Z)({},wn),{},{label:(ci=_n.get(wn.value))===null||ci===void 0?void 0:ci.label})}return wn}),hn=new Map,sn=new Map;return ai.forEach(function(wn){hn.set(wn.value,wn),sn.set(wn.value,re.get(wn.value)||Qn.get(wn.value))}),nn.current.values=hn,nn.current.options=sn,ai},[Vt,re]),ce=qt.useCallback(function(en){return re.get(en)||nn.current.options.get(en)},[re]);return[tn,ce]};function qo(Vt,re){return qe(Vt).join("").toUpperCase().includes(re)}var Ct=function(Vt,re,nn,tn,ce){return qt.useMemo(function(){if(!nn||tn===!1)return Vt;var en=re.options,_n=re.label,Qn=re.value,ai=[],hn=typeof tn=="function",sn=nn.toUpperCase(),wn=hn?tn:function(qn,Je){return ce?qo(Je[ce],sn):Je[en]?qo(Je[_n!=="children"?_n:"label"],sn):qo(Je[Qn],sn)},ci=hn?function(qn){return Fe(qn)}:function(qn){return qn};return Vt.forEach(function(qn){if(qn[en]){var Je=wn(nn,ci(qn));if(Je)ai.push(qn);else{var bn=qn[en].filter(function(Di){return wn(nn,ci(Di))});bn.length&&ai.push((0,Me.Z)((0,Me.Z)({},qn),{},(0,we.Z)({},en,bn)))}return}wn(nn,ci(qn))&&ai.push(qn)}),ai},[Vt,tn,ce,nn,re])},jr=Jt(6551),Mo=Jt(11592),sr=["children","value"],Gr=["children"];function Ar(Vt){var re=Vt,nn=re.key,tn=re.props,ce=tn.children,en=tn.value,_n=(0,he.Z)(tn,sr);return(0,Me.Z)({key:nn,value:en!==void 0?en:nn,children:ce},_n)}function Hr(Vt){var re=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return(0,Mo.Z)(Vt).map(function(nn,tn){if(!qt.isValidElement(nn)||!nn.type)return null;var ce=nn,en=ce.type.isSelectOptGroup,_n=ce.key,Qn=ce.props,ai=Qn.children,hn=(0,he.Z)(Qn,Gr);return re||!en?Ar(nn):(0,Me.Z)((0,Me.Z)({key:"__RC_SELECT_GRP__".concat(_n===null?tn:_n,"__"),label:_n},hn),{},{options:Hr(ai)})}).filter(function(nn){return nn})}var Ia=function(re,nn,tn,ce,en){return qt.useMemo(function(){var _n=re,Qn=!re;Qn&&(_n=Hr(nn));var ai=new Map,hn=new Map,sn=function(qn,Je,bn){bn&&typeof bn=="string"&&qn.set(Je[bn],Je)},wn=function ci(qn){for(var Je=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,bn=0;bn1&&arguments[1]!==void 0?arguments[1]:!1,_n=0;_n0?di(Yi.options):Yi.options}):Yi})},js=qt.useMemo(function(){return xo?qr(pe):pe},[pe,xo,ar]),Ks=qt.useMemo(function(){return yn(js,{fieldNames:ho,childrenAsData:Cn})},[js,ho,Cn]),Fo=function(ki){var Ai=gi(ki);if(Ge(Ai),Ei&&(Ai.length!==to.length||Ai.some(function(ri,xa){var ts;return((ts=to[xa])===null||ts===void 0?void 0:ts.value)!==(ri==null?void 0:ri.value)}))){var Yi=To?Ai:Ai.map(function(ri){return ri.value}),Eo=Ai.map(function(ri){return Fe(Ko(ri.value))});Ei(yo?Yi:Yi[0],yo?Eo:Eo[0])}},Ja=qt.useState(null),aa=(0,ge.Z)(Ja,2),Ml=aa[0],fo=aa[1],Sr=qt.useState(0),Gs=(0,ge.Z)(Sr,2),fl=Gs[0],lu=Gs[1],Sa=Ti!==void 0?Ti:tn!=="combobox",li=qt.useCallback(function(di,ki){var Ai=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Yi=Ai.source,Eo=Yi===void 0?"keyboard":Yi;lu(ki),_n&&tn==="combobox"&&di!==null&&Eo==="keyboard"&&fo(String(di))},[_n,tn]),Gl=function(ki,Ai,Yi){var Eo=function(){var Tl,Qa=Ko(ki);return[To?{label:Qa==null?void 0:Qa[ho.label],value:ki,key:(Tl=Qa==null?void 0:Qa.key)!==null&&Tl!==void 0?Tl:ki}:ki,Fe(Qa)]};if(Ai&&qn){var ri=Eo(),xa=(0,ge.Z)(ri,2),ts=xa[0],Br=xa[1];qn(ts,Br)}else if(!Ai&&Je&&Yi!=="clear"){var Uo=Eo(),Xs=(0,ge.Z)(Uo,2),Pa=Xs[0],bs=Xs[1];Je(Pa,bs)}},uu=Ve(function(di,ki){var Ai,Yi=yo?ki.selected:!0;Yi?Ai=yo?[].concat((0,me.Z)(to),[di]):[di]:Ai=to.filter(function(Eo){return Eo.value!==di}),Fo(Ai),Gl(di,Yi),tn==="combobox"?fo(""):(!ti||ci)&&(qi(""),fo(""))}),la=function(ki,Ai){Fo(ki);var Yi=Ai.type,Eo=Ai.values;(Yi==="remove"||Yi==="clear")&&Eo.forEach(function(ri){Gl(ri.value,!1,Yi)})},Wr=function(ki,Ai){if(qi(ki),fo(null),Ai.source==="submit"){var Yi=(ki||"").trim();if(Yi){var Eo=Array.from(new Set([].concat((0,me.Z)(kr),[Yi])));Fo(Eo),Gl(Yi,!0),qi("")}return}Ai.source!=="blur"&&(tn==="combobox"&&Fo(ki),sn==null||sn(ki))},Fu=function(ki){var Ai=ki;tn!=="tags"&&(Ai=ki.map(function(Eo){var ri=Si.get(Eo);return ri==null?void 0:ri.value}).filter(function(Eo){return Eo!==void 0}));var Yi=Array.from(new Set([].concat((0,me.Z)(kr),(0,me.Z)(Ai))));Fo(Yi),Yi.forEach(function(Eo){Gl(Eo,!0)})},Tn=qt.useMemo(function(){var di=Ci!==!1&&Di!==!1;return(0,Me.Z)((0,Me.Z)({},In),{},{flattenOptions:Ks,onActiveValue:li,defaultActiveFirstOption:Sa,onSelect:uu,menuItemSelectedIcon:Ni,rawValues:kr,fieldNames:ho,virtual:di,direction:bi,listHeight:Ae,listItemHeight:Ee,childrenAsData:Cn,maxCount:hi,optionRender:Fn})},[hi,In,Ks,li,Sa,uu,Ni,kr,ho,Ci,Di,bi,Ae,Ee,Cn,Fn]);return qt.createElement(Dn.Provider,{value:Tn},qt.createElement(wi,(0,zt.Z)({},ro,{id:Lr,prefixCls:en,ref:re,omitDomProps:uo,mode:tn,displayValues:lr,onDisplayValuesChange:la,direction:bi,searchValue:ar,onSearch:Wr,autoClearSearchValue:ci,onSearchSplit:Fu,dropdownMatchSelectWidth:Di,OptionList:Yr,emptyOptions:!Ks.length,activeValue:Ml,activeDescendantId:"".concat(Lr,"_list_").concat(fl)})))}),Vn=Ue;Vn.Option=Zi,Vn.OptGroup=_i;var zi=Vn,cn=zi},63158:function(un,jn,Jt){"use strict";var zt=Jt(67711),me=Jt(52873),we=Jt(16886),Me=Jt(33346),ge=Jt(59301),he=Jt(92310),ee=Jt.n(he),We=Jt(18929),ye=Jt(10228),qt=["prefixCls","className","checked","defaultChecked","disabled","loadingIcon","checkedChildren","unCheckedChildren","onClick","onChange","onKeyDown"],$e=ge.forwardRef(function(le,rn){var Et,et=le.prefixCls,it=et===void 0?"rc-switch":et,gt=le.className,lt=le.checked,pt=le.defaultChecked,vt=le.disabled,Lt=le.loadingIcon,Ft=le.checkedChildren,Ht=le.unCheckedChildren,Yt=le.onClick,ne=le.onChange,$t=le.onKeyDown,Qt=(0,Me.Z)(le,qt),Pe=(0,We.Z)(!1,{value:lt,defaultValue:pt}),ae=(0,we.Z)(Pe,2),be=ae[0],De=ae[1];function Ke(vn,te){var Wt=be;return vt||(Wt=vn,De(Wt),ne==null||ne(Wt,te)),Wt}function Nn(vn){vn.which===ye.Z.LEFT?Ke(!1,vn):vn.which===ye.Z.RIGHT&&Ke(!0,vn),$t==null||$t(vn)}function qe(vn){var te=Ke(!be,vn);Yt==null||Yt(te,vn)}var fn=ee()(it,gt,(Et={},(0,me.Z)(Et,"".concat(it,"-checked"),be),(0,me.Z)(Et,"".concat(it,"-disabled"),vt),Et));return ge.createElement("button",(0,zt.Z)({},Qt,{type:"button",role:"switch","aria-checked":be,disabled:vt,className:fn,ref:rn,onKeyDown:Nn,onClick:qe}),Lt,ge.createElement("span",{className:"".concat(it,"-inner")},ge.createElement("span",{className:"".concat(it,"-inner-checked")},Ft),ge.createElement("span",{className:"".concat(it,"-inner-unchecked")},Ht)))});$e.displayName="Switch",jn.Z=$e},22711:function(un,jn,Jt){"use strict";Jt.r(jn),Jt.d(jn,{ResizableTextArea:function(){return ae},default:function(){return Nn}});var zt=Jt(67711),me=Jt(52873),we=Jt(98506),Me=Jt(15142),ge=Jt(16886),he=Jt(33346),ee=Jt(92310),We=Jt.n(ee),ye=Jt(36901),qt=Jt(66003),$e=Jt(30292),le=Jt(18929),rn=Jt(59301),Et=Jt(26420),et=Jt(29301),it=Jt(34280),gt=Jt(16089),lt=` min-height:0 !important; max-height:none !important; height:0 !important; visibility:hidden !important; overflow:hidden !important; position:absolute !important; z-index:-1000 !important; top:0 !important; right:0 !important; pointer-events: none !important; `,pt=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","font-variant","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing","word-break","white-space"],vt={},Lt;function Ft(qe){var fn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,vn=qe.getAttribute("id")||qe.getAttribute("data-reactid")||qe.getAttribute("name");if(fn&&vt[vn])return vt[vn];var te=window.getComputedStyle(qe),Wt=te.getPropertyValue("box-sizing")||te.getPropertyValue("-moz-box-sizing")||te.getPropertyValue("-webkit-box-sizing"),Be=parseFloat(te.getPropertyValue("padding-bottom"))+parseFloat(te.getPropertyValue("padding-top")),Sn=parseFloat(te.getPropertyValue("border-bottom-width"))+parseFloat(te.getPropertyValue("border-top-width")),pn=pt.map(function(_e){return"".concat(_e,":").concat(te.getPropertyValue(_e))}).join(";"),xe={sizingStyle:pn,paddingSize:Be,borderSize:Sn,boxSizing:Wt};return fn&&vn&&(vt[vn]=xe),xe}function Ht(qe){var fn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,vn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,te=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;Lt||(Lt=document.createElement("textarea"),Lt.setAttribute("tab-index","-1"),Lt.setAttribute("aria-hidden","true"),Lt.setAttribute("name","hiddenTextarea"),document.body.appendChild(Lt)),qe.getAttribute("wrap")?Lt.setAttribute("wrap",qe.getAttribute("wrap")):Lt.removeAttribute("wrap");var Wt=Ft(qe,fn),Be=Wt.paddingSize,Sn=Wt.borderSize,pn=Wt.boxSizing,xe=Wt.sizingStyle;Lt.setAttribute("style","".concat(xe,";").concat(lt)),Lt.value=qe.value||qe.placeholder||"";var _e=void 0,He=void 0,Mn,Xe=Lt.scrollHeight;if(pn==="border-box"?Xe+=Sn:pn==="content-box"&&(Xe-=Be),vn!==null||te!==null){Lt.value=" ";var se=Lt.scrollHeight-Be;vn!==null&&(_e=se*vn,pn==="border-box"&&(_e=_e+Be+Sn),Xe=Math.max(_e,Xe)),te!==null&&(He=se*te,pn==="border-box"&&(He=He+Be+Sn),Mn=Xe>He?"":"hidden",Xe=Math.min(He,Xe))}var ve={height:Xe,overflowY:Mn,resize:"none"};return _e&&(ve.minHeight=_e),He&&(ve.maxHeight=He),ve}var Yt=["prefixCls","defaultValue","value","autoSize","onResize","className","style","disabled","onChange","onInternalAutoSize"],ne=0,$t=1,Qt=2,Pe=rn.forwardRef(function(qe,fn){var vn=qe,te=vn.prefixCls,Wt=vn.defaultValue,Be=vn.value,Sn=vn.autoSize,pn=vn.onResize,xe=vn.className,_e=vn.style,He=vn.disabled,Mn=vn.onChange,Xe=vn.onInternalAutoSize,se=(0,he.Z)(vn,Yt),ve=(0,le.Z)(Wt,{value:Be,postState:function(Zi){return Zi!=null?Zi:""}}),dn=(0,ge.Z)(ve,2),xn=dn[0],At=dn[1],wt=function(Zi){At(Zi.target.value),Mn==null||Mn(Zi)},xt=rn.useRef();rn.useImperativeHandle(fn,function(){return{textArea:xt.current}});var bt=rn.useMemo(function(){return Sn&&(0,Et.Z)(Sn)==="object"?[Sn.minRows,Sn.maxRows]:[]},[Sn]),Rt=(0,ge.Z)(bt,2),Mt=Rt[0],fe=Rt[1],je=!!Sn,Ln=function(){try{if(document.activeElement===xt.current){var Zi=xt.current,Io=Zi.selectionStart,Fi=Zi.selectionEnd,Zo=Zi.scrollTop;xt.current.setSelectionRange(Io,Fi),xt.current.scrollTop=Zo}}catch(Er){}},En=rn.useState(Qt),yn=(0,ge.Z)(En,2),Fe=yn[0],Bn=yn[1],an=rn.useState(),Dn=(0,ge.Z)(an,2),si=Dn[0],On=Dn[1],ji=function(){Bn(ne)};(0,it.Z)(function(){je&&ji()},[Be,Mt,fe,je]),(0,it.Z)(function(){if(Fe===ne)Bn($t);else if(Fe===$t){var Gi=Ht(xt.current,!1,Mt,fe);Bn(Qt),On(Gi)}else Ln()},[Fe]);var ti=rn.useRef(),yi=function(){gt.Z.cancel(ti.current)},wi=function(Zi){Fe===Qt&&(pn==null||pn(Zi),Sn&&(yi(),ti.current=(0,gt.Z)(function(){ji()})))};rn.useEffect(function(){return yi},[]);var Lo=je?si:null,_i=(0,we.Z)((0,we.Z)({},_e),Lo);return(Fe===ne||Fe===$t)&&(_i.overflowY="hidden",_i.overflowX="hidden"),rn.createElement(et.Z,{onResize:wi,disabled:!(Sn||pn)},rn.createElement("textarea",(0,zt.Z)({},se,{ref:xt,style:_i,className:We()(te,xe,(0,me.Z)({},"".concat(te,"-disabled"),He)),disabled:He,value:xn,onChange:wt})))}),ae=Pe,be=["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=rn.forwardRef(function(qe,fn){var vn,te=qe.defaultValue,Wt=qe.value,Be=qe.onFocus,Sn=qe.onBlur,pn=qe.onChange,xe=qe.allowClear,_e=qe.maxLength,He=qe.onCompositionStart,Mn=qe.onCompositionEnd,Xe=qe.suffix,se=qe.prefixCls,ve=se===void 0?"rc-textarea":se,dn=qe.showCount,xn=qe.count,At=qe.className,wt=qe.style,xt=qe.disabled,bt=qe.hidden,Rt=qe.classNames,Mt=qe.styles,fe=qe.onResize,je=qe.onClear,Ln=qe.onPressEnter,En=qe.readOnly,yn=qe.autoSize,Fe=qe.onKeyDown,Bn=(0,he.Z)(qe,be),an=(0,le.Z)(te,{value:Wt,defaultValue:te}),Dn=(0,ge.Z)(an,2),si=Dn[0],On=Dn[1],ji=si==null?"":String(si),ti=rn.useState(!1),yi=(0,ge.Z)(ti,2),wi=yi[0],Lo=yi[1],_i=rn.useRef(!1),Gi=rn.useState(null),Zi=(0,ge.Z)(Gi,2),Io=Zi[0],Fi=Zi[1],Zo=(0,rn.useRef)(null),Er=(0,rn.useRef)(null),rr=function(){var Vn;return(Vn=Er.current)===null||Vn===void 0?void 0:Vn.textArea},zs=function(){rr().focus()};(0,rn.useImperativeHandle)(fn,function(){var Ue;return{resizableTextArea:Er.current,focus:zs,blur:function(){rr().blur()},nativeElement:((Ue=Zo.current)===null||Ue===void 0?void 0:Ue.nativeElement)||rr()}}),(0,rn.useEffect)(function(){Lo(function(Ue){return!xt&&Ue})},[xt]);var Ts=rn.useState(null),vr=(0,ge.Z)(Ts,2),Yr=vr[0],ko=vr[1];rn.useEffect(function(){if(Yr){var Ue;(Ue=rr()).setSelectionRange.apply(Ue,(0,Me.Z)(Yr))}},[Yr]);var qo=(0,qt.Z)(xn,dn),Ct=(vn=qo.max)!==null&&vn!==void 0?vn:_e,jr=Number(Ct)>0,Mo=qo.strategy(ji),sr=!!Ct&&Mo>Ct,Gr=function(Vn,zi){var cn=zi;!_i.current&&qo.exceedFormatter&&qo.max&&qo.strategy(zi)>qo.max&&(cn=qo.exceedFormatter(zi,{max:qo.max}),zi!==cn&&ko([rr().selectionStart||0,rr().selectionEnd||0])),On(cn),(0,$e.rJ)(Vn.currentTarget,Vn,pn,cn)},Ar=function(Vn){_i.current=!0,He==null||He(Vn)},Hr=function(Vn){_i.current=!1,Gr(Vn,Vn.currentTarget.value),Mn==null||Mn(Vn)},Ia=function(Vn){Gr(Vn,Vn.target.value)},Ie=function(Vn){Vn.key==="Enter"&&Ln&&Ln(Vn),Fe==null||Fe(Vn)},Ve=function(Vn){Lo(!0),Be==null||Be(Vn)},Se=function(Vn){Lo(!1),Sn==null||Sn(Vn)},Ye=function(Vn){On(""),zs(),(0,$e.rJ)(rr(),Vn,pn)},oi=Xe,ei;qo.show&&(qo.showFormatter?ei=qo.showFormatter({value:ji,count:Mo,maxLength:Ct}):ei="".concat(Mo).concat(jr?" / ".concat(Ct):""),oi=rn.createElement(rn.Fragment,null,oi,rn.createElement("span",{className:We()("".concat(ve,"-data-count"),Rt==null?void 0:Rt.count),style:Mt==null?void 0:Mt.count},ei)));var uo=function(Vn){var zi;fe==null||fe(Vn),(zi=rr())!==null&&zi!==void 0&&zi.style.height&&Fi(!0)},ke=!yn&&!dn&&!xe;return rn.createElement(ye.BaseInput,{ref:Zo,value:ji,allowClear:xe,handleReset:Ye,suffix:oi,prefixCls:ve,classNames:(0,we.Z)((0,we.Z)({},Rt),{},{affixWrapper:We()(Rt==null?void 0:Rt.affixWrapper,(0,me.Z)((0,me.Z)({},"".concat(ve,"-show-count"),dn),"".concat(ve,"-textarea-allow-clear"),xe))}),disabled:xt,focused:wi,className:We()(At,sr&&"".concat(ve,"-out-of-range")),style:(0,we.Z)((0,we.Z)({},wt),Io&&!ke?{height:"auto"}:{}),dataAttrs:{affixWrapper:{"data-count":typeof ei=="string"?ei:void 0}},hidden:bt,readOnly:En,onClear:je},rn.createElement(ae,(0,zt.Z)({},Bn,{autoSize:yn,maxLength:_e,onKeyDown:Ie,onChange:Ia,onFocus:Ve,onBlur:Se,onCompositionStart:Ar,onCompositionEnd:Hr,className:We()(Rt==null?void 0:Rt.textarea),style:(0,we.Z)((0,we.Z)({},Mt==null?void 0:Mt.textarea),{},{resize:wt==null?void 0:wt.resize}),disabled:xt,prefixCls:ve,onResize:uo,ref:Er,readOnly:En})))}),Ke=De,Nn=Ke},90472:function(un,jn,Jt){"use strict";Jt.d(jn,{Z:function(){return qe}});var zt=Jt(67711),me=Jt(42573),we=Jt(58698),Me=Jt(62437),ge=Jt(74700),he=Jt(45080),ee=Jt(52873),We=Jt(59301),ye=Jt(98506),qt=Jt(33346),$e=Jt(26420),le=Jt(77910),rn=Jt(51343),Et=Jt(15142),et=Jt(92310),it=Jt.n(et),gt=Jt(26112),lt=Jt(48736),pt=function(fn,vn){if(fn&&vn){var te=Array.isArray(vn)?vn:vn.split(","),Wt=fn.name||"",Be=fn.type||"",Sn=Be.replace(/\/.*$/,"");return te.some(function(pn){var xe=pn.trim();if(/^\*(\/\*)?$/.test(pn))return!0;if(xe.charAt(0)==="."){var _e=Wt.toLowerCase(),He=xe.toLowerCase(),Mn=[He];return(He===".jpg"||He===".jpeg")&&(Mn=[".jpg",".jpeg"]),Mn.some(function(Xe){return _e.endsWith(Xe)})}return/\/\*$/.test(xe)?Sn===xe.replace(/\/.*$/,""):Be===xe?!0:/^\w+$/.test(xe)?((0,lt.ZP)(!1,"Upload takes an invalidate 'accept' type '".concat(xe,"'.Skip for check.")),!0):!1})}return!0};function vt(fn,vn){var te="cannot ".concat(fn.method," ").concat(fn.action," ").concat(vn.status,"'"),Wt=new Error(te);return Wt.status=vn.status,Wt.method=fn.method,Wt.url=fn.action,Wt}function Lt(fn){var vn=fn.responseText||fn.response;if(!vn)return vn;try{return JSON.parse(vn)}catch(te){return vn}}function Ft(fn){var vn=new XMLHttpRequest;fn.onProgress&&vn.upload&&(vn.upload.onprogress=function(Sn){Sn.total>0&&(Sn.percent=Sn.loaded/Sn.total*100),fn.onProgress(Sn)});var te=new FormData;fn.data&&Object.keys(fn.data).forEach(function(Be){var Sn=fn.data[Be];if(Array.isArray(Sn)){Sn.forEach(function(pn){te.append("".concat(Be,"[]"),pn)});return}te.append(Be,Sn)}),fn.file instanceof Blob?te.append(fn.filename,fn.file,fn.file.name):te.append(fn.filename,fn.file),vn.onerror=function(Sn){fn.onError(Sn)},vn.onload=function(){return vn.status<200||vn.status>=300?fn.onError(vt(fn,vn),Lt(vn)):fn.onSuccess(Lt(vn),vn)},vn.open(fn.method,fn.action,!0),fn.withCredentials&&"withCredentials"in vn&&(vn.withCredentials=!0);var Wt=fn.headers||{};return Wt["X-Requested-With"]!==null&&vn.setRequestHeader("X-Requested-With","XMLHttpRequest"),Object.keys(Wt).forEach(function(Be){Wt[Be]!==null&&vn.setRequestHeader(Be,Wt[Be])}),vn.send(te),{abort:function(){vn.abort()}}}var Ht=function(){var fn=(0,rn.Z)((0,le.Z)().mark(function vn(te,Wt){var Be,Sn,pn,xe,_e,He,Mn,Xe;return(0,le.Z)().wrap(function(ve){for(;;)switch(ve.prev=ve.next){case 0:He=function(){return He=(0,rn.Z)((0,le.Z)().mark(function xn(At){return(0,le.Z)().wrap(function(xt){for(;;)switch(xt.prev=xt.next){case 0:return xt.abrupt("return",new Promise(function(bt){At.file(function(Rt){Wt(Rt)?(At.fullPath&&!Rt.webkitRelativePath&&(Object.defineProperties(Rt,{webkitRelativePath:{writable:!0}}),Rt.webkitRelativePath=At.fullPath.replace(/^\//,""),Object.defineProperties(Rt,{webkitRelativePath:{writable:!1}})),bt(Rt)):bt(null)})}));case 1:case"end":return xt.stop()}},xn)})),He.apply(this,arguments)},_e=function(xn){return He.apply(this,arguments)},xe=function(){return xe=(0,rn.Z)((0,le.Z)().mark(function xn(At){var wt,xt,bt,Rt,Mt;return(0,le.Z)().wrap(function(je){for(;;)switch(je.prev=je.next){case 0:wt=At.createReader(),xt=[];case 2:return je.next=5,new Promise(function(Ln){wt.readEntries(Ln,function(){return Ln([])})});case 5:if(bt=je.sent,Rt=bt.length,Rt){je.next=9;break}return je.abrupt("break",12);case 9:for(Mt=0;MtMt?xt-(bt-Mt):xt+(bt-Rt)}function pt(At,wt,xt){var bt=At.length,Rt=wt.length,Mt,fe;if(bt===0&&Rt===0)return null;bt2&&arguments[2]!==void 0?arguments[2]:!1,Fe=Ln?En<0&&je.current.left||En>0&&je.current.right:En<0&&je.current.top||En>0&&je.current.bottom;return yn&&Fe?(clearTimeout(Mt.current),Rt.current=!1):(!Fe||Rt.current)&&fe(),!Rt.current&&Fe}};function ne(At,wt,xt,bt,Rt,Mt,fe){var je=(0,le.useRef)(0),Ln=(0,le.useRef)(null),En=(0,le.useRef)(null),yn=(0,le.useRef)(!1),Fe=Yt(wt,xt,bt,Rt);function Bn(ti,yi){if(Lt.Z.cancel(Ln.current),!Fe(!1,yi)){var wi=ti;if(!wi._virtualHandled)wi._virtualHandled=!0;else return;je.current+=yi,En.current=yi,Ht||wi.preventDefault(),Ln.current=(0,Lt.Z)(function(){var Lo=yn.current?10:1;fe(je.current*Lo,!1),je.current=0})}}function an(ti,yi){fe(yi,!0),Ht||ti.preventDefault()}var Dn=(0,le.useRef)(null),si=(0,le.useRef)(null);function On(ti){if(At){Lt.Z.cancel(si.current),si.current=(0,Lt.Z)(function(){Dn.current=null},2);var yi=ti.deltaX,wi=ti.deltaY,Lo=ti.shiftKey,_i=yi,Gi=wi;(Dn.current==="sx"||!Dn.current&&Lo&&wi&&!yi)&&(_i=wi,Gi=0,Dn.current="sx");var Zi=Math.abs(_i),Io=Math.abs(Gi);Dn.current===null&&(Dn.current=Mt&&Zi>Io?"x":"y"),Dn.current==="y"?Bn(ti,Gi):an(ti,_i)}}function ji(ti){At&&(yn.current=ti.detail===En.current)}return[On,ji]}function $t(At,wt,xt,bt){var Rt=le.useMemo(function(){return[new Map,[]]},[At,xt.id,bt]),Mt=(0,ge.Z)(Rt,2),fe=Mt[0],je=Mt[1],Ln=function(yn){var Fe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:yn,Bn=fe.get(yn),an=fe.get(Fe);if(Bn===void 0||an===void 0)for(var Dn=At.length,si=je.length;si0&&arguments[0]!==void 0?arguments[0]:!1;yn();var Dn=function(){var ji=!1;je.current.forEach(function(ti,yi){if(ti&&ti.offsetParent){var wi=ti.offsetHeight,Lo=getComputedStyle(ti),_i=Lo.marginTop,Gi=Lo.marginBottom,Zi=De(_i),Io=De(Gi),Fi=wi+Zi+Io;Ln.current.get(yi)!==Fi&&(Ln.current.set(yi,Fi),ji=!0)}}),ji&&fe(function(ti){return ti+1})};if(an)Dn();else{En.current+=1;var si=En.current;Promise.resolve().then(function(){si===En.current&&Dn()})}}function Bn(an,Dn){var si=At(an),On=je.current.get(si);Dn?(je.current.set(si,Dn),Fe()):je.current.delete(si),!On!=!Dn&&(Dn?wt==null||wt(an):xt==null||xt(an))}return(0,le.useEffect)(function(){return yn},[]),[Bn,Fe,Ln.current,Mt]}var Nn=14/15;function qe(At,wt,xt){var bt=(0,le.useRef)(!1),Rt=(0,le.useRef)(0),Mt=(0,le.useRef)(0),fe=(0,le.useRef)(null),je=(0,le.useRef)(null),Ln,En=function(an){if(bt.current){var Dn=Math.ceil(an.touches[0].pageX),si=Math.ceil(an.touches[0].pageY),On=Rt.current-Dn,ji=Mt.current-si,ti=Math.abs(On)>Math.abs(ji);ti?Rt.current=Dn:Mt.current=si;var yi=xt(ti,ti?On:ji,!1,an);yi&&an.preventDefault(),clearInterval(je.current),yi&&(je.current=setInterval(function(){ti?On*=Nn:ji*=Nn;var wi=Math.floor(ti?On:ji);(!xt(ti,wi,!0)||Math.abs(wi)<=.1)&&clearInterval(je.current)},16))}},yn=function(){bt.current=!1,Ln()},Fe=function(an){Ln(),an.touches.length===1&&!bt.current&&(bt.current=!0,Rt.current=Math.ceil(an.touches[0].pageX),Mt.current=Math.ceil(an.touches[0].pageY),fe.current=an.target,fe.current.addEventListener("touchmove",En,{passive:!1}),fe.current.addEventListener("touchend",yn,{passive:!0}))};Ln=function(){fe.current&&(fe.current.removeEventListener("touchmove",En),fe.current.removeEventListener("touchend",yn))},(0,$e.Z)(function(){return At&&wt.current.addEventListener("touchstart",Fe,{passive:!0}),function(){var Bn;(Bn=wt.current)===null||Bn===void 0||Bn.removeEventListener("touchstart",Fe),Ln(),clearInterval(je.current)}},[At])}function fn(At){return Math.floor(Math.pow(At,.5))}function vn(At,wt){var xt="touches"in At?At.touches[0]:At;return xt[wt?"pageX":"pageY"]-window[wt?"scrollX":"scrollY"]}function te(At,wt,xt){le.useEffect(function(){var bt=wt.current;if(At&&bt){var Rt=!1,Mt,fe,je=function(){Lt.Z.cancel(Mt)},Ln=function Bn(){je(),Mt=(0,Lt.Z)(function(){xt(fe),Bn()})},En=function(an){if(!(an.target.draggable||an.button!==0)){var Dn=an;Dn._virtualHandled||(Dn._virtualHandled=!0,Rt=!0)}},yn=function(){Rt=!1,je()},Fe=function(an){if(Rt){var Dn=vn(an,!1),si=bt.getBoundingClientRect(),On=si.top,ji=si.bottom;if(Dn<=On){var ti=On-Dn;fe=-fn(ti),Ln()}else if(Dn>=ji){var yi=Dn-ji;fe=fn(yi),Ln()}else je()}};return bt.addEventListener("mousedown",En),bt.ownerDocument.addEventListener("mouseup",yn),bt.ownerDocument.addEventListener("mousemove",Fe),function(){bt.removeEventListener("mousedown",En),bt.ownerDocument.removeEventListener("mouseup",yn),bt.ownerDocument.removeEventListener("mousemove",Fe),je()}}},[At])}var Wt=10;function Be(At,wt,xt,bt,Rt,Mt,fe,je){var Ln=le.useRef(),En=le.useState(null),yn=(0,ge.Z)(En,2),Fe=yn[0],Bn=yn[1];return(0,$e.Z)(function(){if(Fe&&Fe.times=0;zs-=1){var Ts=Rt(wt[zs]),vr=xt.get(Ts);if(vr===void 0){ti=!0;break}if(rr-=vr,rr<=0)break}switch(Lo){case"top":wi=Gi-On;break;case"bottom":wi=Zi-ji+On;break;default:{var Yr=At.current.scrollTop,ko=Yr+ji;Giko&&(yi="bottom")}}wi!==null&&fe(wi),wi!==Fe.lastTop&&(ti=!0)}ti&&Bn((0,we.Z)((0,we.Z)({},Fe),{},{times:Fe.times+1,targetAlign:yi,lastTop:wi}))}},[Fe,At.current]),function(an){if(an==null){je();return}if(Lt.Z.cancel(Ln.current),typeof an=="number")fe(an);else if(an&&(0,me.Z)(an)==="object"){var Dn,si=an.align;"index"in an?Dn=an.index:Dn=wt.findIndex(function(ti){return Rt(ti)===an.key});var On=an.offset,ji=On===void 0?0:On;Bn({times:0,index:Dn,offset:ji,originAlign:si})}}}var Sn=le.forwardRef(function(At,wt){var xt=At.prefixCls,bt=At.rtl,Rt=At.scrollOffset,Mt=At.scrollRange,fe=At.onStartMove,je=At.onStopMove,Ln=At.onScroll,En=At.horizontal,yn=At.spinSize,Fe=At.containerSize,Bn=At.style,an=At.thumbStyle,Dn=At.showScrollBar,si=le.useState(!1),On=(0,ge.Z)(si,2),ji=On[0],ti=On[1],yi=le.useState(null),wi=(0,ge.Z)(yi,2),Lo=wi[0],_i=wi[1],Gi=le.useState(null),Zi=(0,ge.Z)(Gi,2),Io=Zi[0],Fi=Zi[1],Zo=!bt,Er=le.useRef(),rr=le.useRef(),zs=le.useState(Dn),Ts=(0,ge.Z)(zs,2),vr=Ts[0],Yr=Ts[1],ko=le.useRef(),qo=function(){Dn===!0||Dn===!1||(clearTimeout(ko.current),Yr(!0),ko.current=setTimeout(function(){Yr(!1)},3e3))},Ct=Mt-Fe||0,jr=Fe-yn||0,Mo=le.useMemo(function(){if(Rt===0||Ct===0)return 0;var Ye=Rt/Ct;return Ye*jr},[Rt,Ct,jr]),sr=function(oi){oi.stopPropagation(),oi.preventDefault()},Gr=le.useRef({top:Mo,dragging:ji,pageY:Lo,startTop:Io});Gr.current={top:Mo,dragging:ji,pageY:Lo,startTop:Io};var Ar=function(oi){ti(!0),_i(vn(oi,En)),Fi(Gr.current.top),fe(),oi.stopPropagation(),oi.preventDefault()};le.useEffect(function(){var Ye=function(ke){ke.preventDefault()},oi=Er.current,ei=rr.current;return oi.addEventListener("touchstart",Ye,{passive:!1}),ei.addEventListener("touchstart",Ar,{passive:!1}),function(){oi.removeEventListener("touchstart",Ye),ei.removeEventListener("touchstart",Ar)}},[]);var Hr=le.useRef();Hr.current=Ct;var Ia=le.useRef();Ia.current=jr,le.useEffect(function(){if(ji){var Ye,oi=function(ke){var Ue=Gr.current,Vn=Ue.dragging,zi=Ue.pageY,cn=Ue.startTop;Lt.Z.cancel(Ye);var Vt=Er.current.getBoundingClientRect(),re=Fe/(En?Vt.width:Vt.height);if(Vn){var nn=(vn(ke,En)-zi)*re,tn=cn;!Zo&&En?tn-=nn:tn+=nn;var ce=Hr.current,en=Ia.current,_n=en?tn/en:0,Qn=Math.ceil(_n*ce);Qn=Math.max(Qn,0),Qn=Math.min(Qn,ce),Ye=(0,Lt.Z)(function(){Ln(Qn,En)})}},ei=function(){ti(!1),je()};return window.addEventListener("mousemove",oi,{passive:!0}),window.addEventListener("touchmove",oi,{passive:!0}),window.addEventListener("mouseup",ei,{passive:!0}),window.addEventListener("touchend",ei,{passive:!0}),function(){window.removeEventListener("mousemove",oi),window.removeEventListener("touchmove",oi),window.removeEventListener("mouseup",ei),window.removeEventListener("touchend",ei),Lt.Z.cancel(Ye)}}},[ji]),le.useEffect(function(){return qo(),function(){clearTimeout(ko.current)}},[Rt]),le.useImperativeHandle(wt,function(){return{delayHidden:qo}});var Ie="".concat(xt,"-scrollbar"),Ve={position:"absolute",visibility:vr?null:"hidden"},Se={position:"absolute",borderRadius:99,background:"var(--rc-virtual-list-scrollbar-bg, rgba(0, 0, 0, 0.5))",cursor:"pointer",userSelect:"none"};return En?(Object.assign(Ve,{height:8,left:0,right:0,bottom:0}),Object.assign(Se,(0,Me.Z)({height:"100%",width:yn},Zo?"left":"right",Mo))):(Object.assign(Ve,(0,Me.Z)({width:8,top:0,bottom:0},Zo?"right":"left",0)),Object.assign(Se,{width:"100%",height:yn,top:Mo})),le.createElement("div",{ref:Er,className:We()(Ie,(0,Me.Z)((0,Me.Z)((0,Me.Z)({},"".concat(Ie,"-horizontal"),En),"".concat(Ie,"-vertical"),!En),"".concat(Ie,"-visible"),vr)),style:(0,we.Z)((0,we.Z)({},Ve),Bn),onMouseDown:sr,onMouseMove:qo},le.createElement("div",{ref:rr,className:We()("".concat(Ie,"-thumb"),(0,Me.Z)({},"".concat(Ie,"-thumb-moving"),ji)),style:(0,we.Z)((0,we.Z)({},Se),an),onMouseDown:Ar}))}),pn=Sn,xe=20;function _e(){var At=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,wt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,xt=At/wt*At;return isNaN(xt)&&(xt=0),xt=Math.max(xt,xe),Math.floor(xt)}var He=["prefixCls","className","height","itemHeight","fullHeight","style","data","children","itemKey","virtual","direction","scrollWidth","component","onScroll","onVirtualScroll","onVisibleChange","innerProps","extraRender","styles","showScrollBar"],Mn=[],Xe={overflowY:"auto",overflowAnchor:"none"};function se(At,wt){var xt=At.prefixCls,bt=xt===void 0?"rc-virtual-list":xt,Rt=At.className,Mt=At.height,fe=At.itemHeight,je=At.fullHeight,Ln=je===void 0?!0:je,En=At.style,yn=At.data,Fe=At.children,Bn=At.itemKey,an=At.virtual,Dn=At.direction,si=At.scrollWidth,On=At.component,ji=On===void 0?"div":On,ti=At.onScroll,yi=At.onVirtualScroll,wi=At.onVisibleChange,Lo=At.innerProps,_i=At.extraRender,Gi=At.styles,Zi=At.showScrollBar,Io=Zi===void 0?"optional":Zi,Fi=(0,he.Z)(At,He),Zo=le.useCallback(function(In){return typeof Bn=="function"?Bn(In):In==null?void 0:In[Bn]},[Bn]),Er=Ke(Zo,null,null),rr=(0,ge.Z)(Er,4),zs=rr[0],Ts=rr[1],vr=rr[2],Yr=rr[3],ko=!!(an!==!1&&Mt&&fe),qo=le.useMemo(function(){return Object.values(vr.maps).reduce(function(In,Kn){return In+Kn},0)},[vr.id,vr.maps]),Ct=ko&&yn&&(Math.max(fe*yn.length,qo)>Mt||!!si),jr=Dn==="rtl",Mo=We()(bt,(0,Me.Z)({},"".concat(bt,"-rtl"),jr),Rt),sr=yn||Mn,Gr=(0,le.useRef)(),Ar=(0,le.useRef)(),Hr=(0,le.useRef)(),Ia=(0,le.useState)(0),Ie=(0,ge.Z)(Ia,2),Ve=Ie[0],Se=Ie[1],Ye=(0,le.useState)(0),oi=(0,ge.Z)(Ye,2),ei=oi[0],uo=oi[1],ke=(0,le.useState)(!1),Ue=(0,ge.Z)(ke,2),Vn=Ue[0],zi=Ue[1],cn=function(){zi(!0)},Vt=function(){zi(!1)},re={getKey:Zo};function nn(In){Se(function(Kn){var Si;typeof In=="function"?Si=In(Kn):Si=In;var Hn=Ti(Si);return Gr.current.scrollTop=Hn,Hn})}var tn=(0,le.useRef)({start:0,end:sr.length}),ce=(0,le.useRef)(),en=vt(sr,Zo),_n=(0,ge.Z)(en,1),Qn=_n[0];ce.current=Qn;var ai=le.useMemo(function(){if(!ko)return{scrollHeight:void 0,start:0,end:sr.length-1,offset:void 0};if(!Ct){var In;return{scrollHeight:((In=Ar.current)===null||In===void 0?void 0:In.offsetHeight)||0,start:0,end:sr.length-1,offset:void 0}}for(var Kn=0,Si,Hn,gi,Wn=sr.length,Rn=0;Rn=Ve&&Si===void 0&&(Si=Rn,Hn=Kn),no>Ve+Mt&&gi===void 0&&(gi=Rn),Kn=no}return Si===void 0&&(Si=0,Hn=0,gi=Math.ceil(Mt/fe)),gi===void 0&&(gi=sr.length-1),gi=Math.min(gi+1,sr.length-1),{scrollHeight:Kn,start:Si,end:gi,offset:Hn}},[Ct,ko,Ve,sr,Yr,Mt]),hn=ai.scrollHeight,sn=ai.start,wn=ai.end,ci=ai.offset;tn.current.start=sn,tn.current.end=wn,le.useLayoutEffect(function(){var In=vr.getRecord();if(In.size===1){var Kn=Array.from(In.keys())[0],Si=In.get(Kn),Hn=sr[sn];if(Hn&&Si===void 0){var gi=Zo(Hn);if(gi===Kn){var Wn=vr.get(Kn),Rn=Wn-fe;nn(function(Jn){return Jn+Rn})}}}vr.resetRecord()},[hn]);var qn=le.useState({width:0,height:Mt}),Je=(0,ge.Z)(qn,2),bn=Je[0],Di=Je[1],Ui=function(Kn){Di({width:Kn.offsetWidth,height:Kn.offsetHeight})},xo=(0,le.useRef)(),ue=(0,le.useRef)(),Gn=le.useMemo(function(){return _e(bn.width,si)},[bn.width,si]),mi=le.useMemo(function(){return _e(bn.height,hn)},[bn.height,hn]),Fn=hn-Mt,Hi=(0,le.useRef)(Fn);Hi.current=Fn;function Ti(In){var Kn=In;return Number.isNaN(Hi.current)||(Kn=Math.min(Kn,Hi.current)),Kn=Math.max(Kn,0),Kn}var Ni=Ve<=0,Ci=Ve>=Fn,bi=ei<=0,Ki=ei>=si,Ae=Yt(Ni,Ci,bi,Ki),oo=function(){return{x:jr?-ei:ei,y:Ve}},Ee=(0,le.useRef)(oo()),Oi=(0,qt.zX)(function(In){if(yi){var Kn=(0,we.Z)((0,we.Z)({},oo()),In);(Ee.current.x!==Kn.x||Ee.current.y!==Kn.y)&&(yi(Kn),Ee.current=Kn)}});function Oo(In,Kn){var Si=In;Kn?((0,rn.flushSync)(function(){uo(Si)}),Oi()):nn(Si)}function Ji(In){var Kn=In.currentTarget.scrollTop;Kn!==Ve&&nn(Kn),ti==null||ti(In),Oi()}var To=function(Kn){var Si=Kn,Hn=si?si-bn.width:0;return Si=Math.max(Si,0),Si=Math.min(Si,Hn),Si},Ei=(0,qt.zX)(function(In,Kn){Kn?((0,rn.flushSync)(function(){uo(function(Si){var Hn=Si+(jr?-In:In);return To(Hn)})}),Oi()):nn(function(Si){var Hn=Si+In;return Hn})}),hi=ne(ko,Ni,Ci,bi,Ki,!!si,Ei),ro=(0,ge.Z)(hi,2),Lr=ro[0],yo=ro[1];qe(ko,Gr,function(In,Kn,Si,Hn){var gi=Hn;return Ae(In,Kn,Si)?!1:!gi||!gi._virtualHandled?(gi&&(gi._virtualHandled=!0),Lr({preventDefault:function(){},deltaX:In?Kn:0,deltaY:In?0:Kn}),!0):!1}),te(Ct,Gr,function(In){nn(function(Kn){return Kn+In})}),(0,$e.Z)(function(){function In(Si){var Hn=Ni&&Si.detail<0,gi=Ci&&Si.detail>0;ko&&!Hn&&!gi&&Si.preventDefault()}var Kn=Gr.current;return Kn.addEventListener("wheel",Lr,{passive:!1}),Kn.addEventListener("DOMMouseScroll",yo,{passive:!0}),Kn.addEventListener("MozMousePixelScroll",In,{passive:!1}),function(){Kn.removeEventListener("wheel",Lr),Kn.removeEventListener("DOMMouseScroll",yo),Kn.removeEventListener("MozMousePixelScroll",In)}},[ko,Ni,Ci]),(0,$e.Z)(function(){if(si){var In=To(ei);uo(In),Oi({x:In})}},[bn.width,si]);var Cn=function(){var Kn,Si;(Kn=xo.current)===null||Kn===void 0||Kn.delayHidden(),(Si=ue.current)===null||Si===void 0||Si.delayHidden()},It=Be(Gr,sr,vr,fe,Zo,function(){return Ts(!0)},nn,Cn);le.useImperativeHandle(wt,function(){return{nativeElement:Hr.current,getScrollInfo:oo,scrollTo:function(Kn){function Si(Hn){return Hn&&(0,me.Z)(Hn)==="object"&&("left"in Hn||"top"in Hn)}Si(Kn)?(Kn.left!==void 0&&uo(To(Kn.left)),It(Kn.top)):It(Kn)}}}),(0,$e.Z)(function(){if(wi){var In=sr.slice(sn,wn+1);wi(In,sr)}},[sn,wn,sr]);var ho=$t(sr,Zo,vr,fe),us=_i==null?void 0:_i({start:sn,end:wn,virtual:Ct,offsetX:ei,offsetY:ci,rtl:jr,getSize:ho}),Qr=gt(sr,sn,wn,si,ei,zs,Fe,re),ar=null;Mt&&(ar=(0,we.Z)((0,Me.Z)({},Ln?"height":"maxHeight",Mt),Xe),ko&&(ar.overflowY="hidden",si&&(ar.overflowX="hidden"),Vn&&(ar.pointerEvents="none")));var qi={};return jr&&(qi.dir="rtl"),le.createElement("div",(0,zt.Z)({ref:Hr,style:(0,we.Z)((0,we.Z)({},En),{},{position:"relative"}),className:Mo},qi,Fi),le.createElement(ye.Z,{onResize:Ui},le.createElement(ji,{className:"".concat(bt,"-holder"),style:ar,ref:Gr,onScroll:Ji,onMouseEnter:Cn},le.createElement(et,{prefixCls:bt,height:hn,offsetX:ei,offsetY:ci,scrollWidth:si,onInnerResize:Ts,ref:Ar,innerProps:Lo,rtl:jr,extra:us},Qr))),Ct&&hn>Mt&&le.createElement(pn,{ref:xo,prefixCls:bt,scrollOffset:Ve,scrollRange:hn,rtl:jr,onScroll:Oo,onStartMove:cn,onStopMove:Vt,spinSize:mi,containerSize:bn.height,style:Gi==null?void 0:Gi.verticalScrollBar,thumbStyle:Gi==null?void 0:Gi.verticalScrollBarThumb,showScrollBar:Io}),Ct&&si>bn.width&&le.createElement(pn,{ref:ue,prefixCls:bt,scrollOffset:ei,scrollRange:si,rtl:jr,onScroll:Oo,onStartMove:cn,onStopMove:Vt,spinSize:Gn,containerSize:bn.width,horizontal:!0,style:Gi==null?void 0:Gi.horizontalScrollBar,thumbStyle:Gi==null?void 0:Gi.horizontalScrollBarThumb,showScrollBar:Io}))}var ve=le.forwardRef(se);ve.displayName="List";var dn=ve,xn=dn},93314:function(un){"use strict";un.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACaCAYAAADl9acYAAAAAXNSR0IArs4c6QAAIABJREFUeF7tXQd4U1Ubfs/NaJtO9kzLahFQEJkiUBBFUFFkCCjiAAVFERT5FREQQQXBBcpysWRP2RtkKRsEOphNodCZdDfjnv85CU2TZt2bhABNDw9PmtzvrO+c957xLQIP0pkz1yrQIEmwwcDzHhTj91klEo7jpcG5zetWUJdmRjmPvTM9GI9JgSGvadOoLE9KJJ5kPp2YXLtZdO1kT8ooz2vigCNelvPYezPEG7z0CDAn4pJqPvJA5A3vdcl/S3LEy3Iee29OeIOX5YDx3nh4VFI5YDxin6DM5YARxKb7g6gcMHd+nMoBc+d57LKGhCQ1ZURBCoVL2nKCO8sBZWW50x1TOWDuLP8FlV4OGEFs8glROWB8wmbPKikHjGf882bucsB4k5t3qKxywNwhxrpRbJkGTOx0ehlA3d9e5VEtzA3ulGe55zmg1QOfrCVo34BgQGvr5rLDRl4RRZG+5NjBESBc4FHw1LlrCAuPsCo0JjKi7J5hYqfTXADBq4byCJLf82Nf3kA3OfD9LgKdgeCzZ4CUTJ1VKQFyKQgpmeMSjiKvQC+oplspN/wOMDcBVFv0Bo+KwYJ4VE50H3Jg7j6CWzkEX74A3MrSgTfeKZpSaBCHcAVn/JunBHlFPDR5BkG9LMjPt7mZLOtbskQADea9wqOW9coqiGHlRPcHBxYcJriQQvB9P+v2cqCwWFxgoOJk6JeTNX4HmJMAHv6xP4/6VXw/+OxNx/bM/pIohdUE9VW/VxwjOHiJYO5A6xolpGSpYW3jIW4w/A8wM+h+UHSY2pvHgzV9NXymeor0wPc7Cf7XzWJ/4Nsm+Ly2LzZx+OwZ3yuVbzhNsPEMwcI3rM8wMikHiURi5gNbbQoKrc84zpjkj2eYzQC6f96DomUd305ctrp8tp5gSk/f1utzlFhUOHYthy9f8D1gdpwnWHiEYOVQ6zNM6QM/AY+CImHnF9YtfwTMCgB9P+5G0SHa9xP3bk2gT9cBU3r6Hjp95nBYNcz3gDlwkRhX843vlfS59PmFHfjFzgC/2pJ1nEEnEIpIAG+834Wia2Ox7PJ8wt0twLz7J8Gsl3zf316zCVYPsz5oe85F1yUcu0YwcQPBjlElZyjL8wsrQeyBn+XxK8DETqefgyACFCPe6kjxfDPfT6C7BpilBLMG+L6/A34h+P1VikCZ60nuTYpzN4AxqznjCqPOMZ1RSp9f2OVLYZH1lbOrNvjVlswIGEAKYOyrj1K82NL3E+huAWbEMnbFSn1+Qzd4AcE3fajPZV6X04D3lnHGM4xOawKFJwLLYiD5H2AoCkHwJQMLA42v090CzJjVBBN7UCh8rN3AgDrqCYq6lX3L6RQ1MGQRhwWvA7UrALbnFzCJjOhG+d2WjFCkUYKZPZpSDIv1PWDGrycY34NCahI0+yxN/Ivg3c4UlUN8VqWxok/XEfRrSdG0tm/rzcoHBv7KYc5AILqqLWDcOb/45RmGEFyhFL8/0Yga33y+Tl9uJhjxOEVIoG9rnrqVKSJSRFb0fb3tG1A81sC39TLRSu85HL57Eaii0Bm3oqEKqZXSJaUURUxTU0Tyuy0ZAc5SYCUbxE+6+x4w3+0kGNiWooqP3/Qz9xB0bUTRsLqI2eEFUlbvA9WBJxv5ltdMit9jFocpLwB1InQIkBEQTmLUHStOBoMBOr24K2+/AwwPHOKArS2iKCY9VzKIg34jyMgTv6f1wpwqL8JLHKgUTLHwjZIxZTKg0V2Bzg2tLzvYBYA75xe/25J1mkEnGAzYyXE40KQmMK23uLeLN8b1j0ME7epTxFTzRmnCy/jzXyCqIny+NVryDzFeKfd+xLcrDOMMO8MMfgx45iFrOZA7AstiTvvVoZ91usM3tClHcLpeZWDmAN8DZtlRgkY1KJr5+BC87hQQLAeebCwcZN6gXH6MgG2P+rfyDmD+WLoV8xZugkIRiNh2TTHghcfRoF4tFBZpkXgpGQ81rmdu9puLOLzwMPBYPR1Cgzw/v7CC/WpLxjrc/jtaT2LApRrhwC+DfA+Y9aeI0dKzbT3vTCChk3r7eaBABzzfTGgO79CtPUmM9b7U2jv9bf3kOyjSlihLcoSg93MdkZ2Th227j2Hoq8/inTeeNzZ+xFIOsTHAsw/pAeL5+cUvAdPuG1pVRnArQgEsGex7wGw7RxAgBTo19M4EEjqtD1wEkrPYm15oDu/QbfkPSM0hHsu8du0/gSnfLkFGVrbThjFLynULJ6FOZHUw2RNbyd/qUJLFHZV+ywr9aksWO4Ou0BK8KueRz/bVq++CUuD+RGbhB3R/0LeAOZEEnFIRvPGYb+vdGw+cvU7w3uOe1dv+mfeRk5svCMUfvz8AA3o9jgkbCJQVgPe7lGTz5MDvj4f+VXs/JH1ip1PmAkHy17u8z42bjl4lxjf9C809m0CCZo4FUVwKsDPOJLz0ZTp6Fdh6jtnWe1bvuCm/4q/tRwQ1/b03e2LIwGfw1RaCkADg425AOvPkYCHZd0cG43dbsk4zaDFgWHiHcG85wjBQoEhnMhAzf5r/Jihkf9/+fjXDtDXqGA108+Eqcy0DYAfwMU95NnEFzVgLovibwK8HCab19qze61s24Pf5K7A5KwB5vHM1CblMij9m/Q87rtc1jsek54CMPIBayGD0BgP0ImUw/gwYFiqjllhHGAcvAkuPcijU8cgv0KGgSGv8LNJqweu1MOh14A3ss+S78W+Dzuo3RsPoTy0YgIjQALFz0C36tBzg570EE3p4NnHFVn5TA0zaSPDzy57Vu2bIS6jF67BDHYBHgnVI0kow+6ZjLyZNm9RD+35jkZINfNO7ZIVhEn+e16NQ6157/OqWjJ1h9n1IXoydTi8AeGD+KzxqinCEsfkswfBJC2HQacXOG7v0B+e9CGXVUK+U5aoQdm5iE3eqh296R/XoDEBu0e3/hcz3FzF+Z292trI91Zgav7N2tKrDrrfFTdgTI4dAl61BipZDDXYINRCMvBrusNvBikAMHT8LTM3/pwElK4xMAuQV6uBuKK4yA5hEVfY8SvmmHCETGyjDtzqbQLHf0KMgaCnWEcaW/whGT1mAHHZP6oW09bueaFy3khdKcl0EO+y+v4xgphs2MWxbs+K46bLCDIoi6+9iVLKY4PbTp8UB5t8h/UB53qimz1aJA9lyLExz7H1vyMCnUa15L/x9EfhtkIk/nh74y9ShPz5JnUGA26qFZIdcTofWqR5xxd5Uip1O9wDoJNYRxs4LBB9PXYxUdaHrGSqAYuWUp9GmSQ0BlN4h8cTq8qVfOGgKStpBeAoJb4DEYPrPsU89b/5e/LvEYPubLCIQX06NEtWpfwa/yA4h0FEgqVCK71OCUeTARdLLfbpg9PAXsfGsBBtOA0uHmKpyV0PZsqFl5lo5QaXWgRqNw4pTHiEYGa2M+KX0yMROpxsA9BDrCGNvAsG4GcuQdMt45eJx+nXsk3iyNbOY9k161wOry8/GqZCr1t4GBA/O3T0Nm7gSDl/89IBRHiU0nRk3CgU3knEmT4pZN51rrjI5TN2oGmCOMP44BKx7B8jINemP8ZRCK2Y5LNXAMrMlS0hSpwKw9TRGME+XHf5ekybEfPCInU7/BDBArCOMw5cIPvt+JRJUGqHj7JRu2rsd0P+JGBuanELTTVpwwO3/cnjFxNcTwMz95hquxud5pd+skIEfR6NJA+F2y6o1S3Fj4xpj/X9lBmK7OsDuChMUKMf+v36AXC4Fc4QxYwew/X0gM8/k5VKvN0BvcF9gfc8CJuGWuh4twgoQnJSBzK+nDP+3eLTsBahJSNL8DdD29kaUAFsDSU4vpVJp3FTETqdzAbwl1hHGySSCCTPX41RimlcmzthBrTCsV1Obss5cJ2hWXQupTIoiHUW+1nRYZkcn5kRbTzlIOQq5hBmimfRu2RwoeU4gl5rAFiI3Odpmb/NRK0zXu+zgKzZtWZWK/VvTxWZzSP/EK5HoEivcxsFQWIBzk8caVxmWmMT+g6thNlfMg/p1xYfv9DXSMEcYEzYAu247wnBXQ9myE/fslixRpf6FUgw2N5bgDChmk6Lw33MMqkqlg8JeVKmn8hRjHI0QIdgbiJynGWhiZ9AZoPhgaEeK50Q4wmDCvwmzt+HwGe8EcH67V1N8MshWV4UBpnlNLQID3Lcn5nkKrZ6iUEex4azEqC08di0BW1XDgsTP+2NHsrH6F+/0m9Xetns1PN9b3IWHPi8XyetXIOPoEeg1WbhYKMGK9CCoiiSoWq0SnuvWzqhLVuyoz+wI411mmi3epZI9Lt2zgElIUht9INtpdDJPMUsSGf59NCFFxc8TknI6AoZ9LqbCmj+V4X33zMAEAOMHtaXoJ0KLVpUJjJuzD3v+vSh+xtnJ0ffxaMwY0dHuCtO8pg6BAcK3LI4axCTai/4hRsBM3kww5DGK6o5vYx32S52pw9QxbEi8k6o2DMeoj2q5VVhqNnB29JsI0TP5M6Dj5Gg7dwmkpVZOsyOMtyg4joDyBhRq3d+Osbru3S2ZSp0LCmf+9ZM5CUY3qBWx3LREUy5RpbkKQOl0FAimvrksPAME08Q6wmD74DGz/8H2A/+5NdClM8U2r4VFE7rZBcwjtXQIkHsOGLbSLP7XBJhvdxD0fJiinhs+pVk5n41IBM/UFryQSHggvpxRooovpsgdFwjoD8MQri3ZIso/XYzm9a2FwDfUAFPxX/AaRYSCeCR/KW7fvQuYJE0RQF3vSQh2UQn3bsOaYXEJSZrPADrJBfP5BceCVx+4LO0r1hGG3gC8//Np/LXrmJjxdUhbv1YE9vzU22eAmbOPBRmieNCNFzvP8/jhaxVSL3vn4M9zBJN/bgSZgJsyplZ0KQ24oSZgq8vmE4V4+9hrkNIS8O5uPhbNOz+CprWpWRhd7Ahj9svMYM871rT38pbM/q2XvelHoeU4bpxBgt+Jjr8MAqfi80NXZEW/H1UEuOMIY/zCRPyxZr9XABMSJMP5pbelahYlsjNMi1p6402Pp8lyhWEhIBpVp2hdV1yp6nwgPAhYvzQF/+zOEpfZCfXgz6LRIMrxKsq0B5YcKsL6UxRFvBygelBdLjhZGMCx/RfTKWMCUGZzbAClvJEmtiGH97oEGLdhzBHGjL4UDyvLOmBUmn9AaamAay7GimAXgdErzG1RlX36k9el+PlgsPFtK9YRxtwtNzBl7havTZoLywYhuJRbSCNgauvBlAg9TQYDjyVHOeOWbOVxoEoo0Mn2JttpNZvOcmhfn0KTXoTr8TlITSnCrRSt8TMvV7gj79KVPDskCo+1tb/rZkLScavzcTlTARBrZUu+MB1coHNHZ8rQXEzvH4T+8yWY9DzQrj6QptFDzzRlPUj37JbM5pZMeCfZK5CNgsPt3PlbEny3LwSlHWEIqWLzcTWGfbFaCKkgml0zeyNaaa3QdqcAs+msSa2k+4OCmmYm2nyWQ98W9idabo4eqSla3EopMn6m3mRgKkJ6KlM6dV5Plz418ES3CjZE7Ar9w2X5UGXbv3bmC1NBAiqBEOf34zFhKlzLq40PuxK0i8qFutBzRdd7FjDx1zSDCKELxA2tmZoyyztqqc9tUdDlDAm+2hUCdxxhHIwrwOAJy5EvIkSCsz78Nq4rnmhpfU/BANOytgEydwQmpSpjQro/b68we+JNArzej4jjKouz0q+luDwGAzWCxnI1Kr0qPfpEZTzXv6pVwUzf6+MVBTiX6vi+hxoKQfUF4AJswWZZGF+UCUN2IsYMaINnbcVd4jp0m/qePcNcvJlTldcaUm5vVN3qnKNM1zUcJm4LhTuOMP65qMWYGWtxJcU76jGT3nwUrz1j7ZnCCBilAbLS96RucIFJtv88ZpLD/HMZSEgFXmkrrqANp2yjEYsroYRar6f44I3zxh9qNwnH8FHWNxBLj2ix6F85SKltmGV9lBrAF6RConCuh8fotCn7MSC2Fob3ELkPddDBexYwrL2JSZqtFPQpdwfHUT7mf+zjTWFwxxHG8St6zPhtCw6cZXcSnqdhLzTF2FethZcMMK2UBki9DBgmbz18mYAJbMUk5shiYBsxORzT5ucZ8PHbcUaC4OpBGDe55AbiShqP9/40gHLOt058UZbxXMPJnQuUKK+DLi8DEs0R/PJBLIIVwjULHPXgnt2SsQbHq7JeIJSYFIi8mNgeeeT6cFRQAItFOsL4L5li0do9WLrLriK06FZ2e7QO5v3PwugcgDcBo9MbsPT2CnMxFcYwdiNFuMhlKjcs/J23AMMEoONHJhj5JA2T44tvS2TTo5cX4kKqY5X9YuYacq9CEhzlMngmr8uGQasFLUpDPcUV/DCiKwrcNBwrrvueBsyKFVTSvG32aQraRPRMdJKBWaa+vSrcqNAo1hEGsyD8Y/1R/LzmjFea1EBZAbtn9rIqywiYSB5Siecey3U6A5YeN23JmCCPORIcK8IWhV0ps1Wpj8hzjyPmsDPN5P+ZNCWInMOXPz9g/PtgohZfbpEZ3SE5TxSGXBUkIa61vPnCDLCzFEuGrOMY1q02Xunq2VS6p7dkrKOJ17N7UAPP1PG9moatCoOBJ9go0hEGe+P+vC4e3yw84JX2VAoLxMmFL9sApnUkD4kXAKPV6bHsuNQIGDb5p28nmCwixmZSJnA5jeCZh1x3NzfpKi7M/xlFGRmo0qoNqnfohPAG1mcH1dUCfDP+sqkwjuCreY2Mf478swiJGa6V3Az518EFVgHhXMu0DYUZ4G8Dhuqy0Sg0EfM+8myHf88DhjEzIUmzAaA9XA+ZcIqR60KRp+XgjiOM3Sdu4s0vtyAkSIrgQCmCg6QIYZ+BMuPf7Dfzs9vP2bPi34ICZTh2szJ6NM41HuyrV7f2G8tWmNZRPCSc5yuMJWCYGcjHawm+7Sv8DPPfdSBfS9C5oWveHhg+GFqNyfRBEhgIeWgY2kz7AZysRDh5KT4fP0y5vZ0lwBdzGoO9FwbOK4S6KMDpCkP1eaD6fCNghCSDNhe8zmTsVznrMD59XIGa7Wx194SUVUxzT2/JihuZmJJThWoNZ0HgNY/EH28MRUY+B7GOMFibcrJzkJuXB3Z1zXHc7U9ivNlh0mX2aXpm/7ekLA57E6R44zHm5slWAs0A0ybKpDDoaWLhHJafMK0wLIm1ujx0iYD56WgrQO3ryuplSN6xzajkqM83+RCr1aUrol95A5zUJIT971QO5n2bZPybXYRNntsYvx4guLJrL1qkbsD2moOQHP6wlUskRkt5PfiCm5AEC/exa9DmgNcVoVL2KQy59RsqhAQg6tPvwAU5U1F0zvH7AjCsC4mqnE6UGpitvsfSJ0IIHb8lmNzIlkCsIwxPJzDLf10NrDtJMNyBjzDvAkaH5SdkbgOGOf5oVAN4sKawnl+YOwspf+81EzPIh9VvgCbvfoDAKlVx9JAai+ZcNz4PVBBE9W+M07uPo9/laeBgknSeC22ObbVeQ06QCRzselivuQhZBNveCX+JGAoyEZEThyE3fkIYNa00yh69UPdF6y2wsJ6ZqO6LLZl5pUlW9wHFMkrh6mTokgdf7QzG5UwpxDrCcFmwAAImPPztIMHorva3RkbA1GEhGoRPDkfVMj/EVoARaabM2vliCxj9QQtJ1GDAtU3rcGPXDmjVWWDfWWJbtHp9BiCwRScU6KQICJRg4VEp4g8ex4tXvrFSpGT0JxXNsKraIEgVFaHLuQ5ZSE1wAeLsEioRFZ5PnAVlTok5hiQwCG1+mAupwr1V5r4CDGNkgkrzEij93Znqi5CB/XafAhduySDWEYaQsl3RFGiB6Tsce4NkgGlbx+WtqatqjM9ZlOAVJ0tWmPeWEvzYX3gYcOY9cuKzsLE1EVK5oagQJ7/4DDlXS67gZTVqI6dlXxwNaIXrJ06j75UZkFhoHbNyK7Zqh2E3usHAlCupDgFhtSAJEmdsxsqJqZSHevmJaHPoC6vm1nvpNdTu7t6R+L4DjAk06t7M+tKuDb+QkQTw00EFTl2XQawjDIHFOyVj6h+frSeY4uC2it1MRVXgIeUIpBLTWcjdxMJArDgpN2/JPlpF8PlzwoPDjl9v0vZ1N2k1apz+ehJyVaZzS3HimUMKIoWUWrusqtDqUTR46308/bUKekghU1QBkbq+PbPXPkNuEog8DAOS5+ABzVEzSWj9GDSf+JVbXbovAcNs+oODFYSjsp8oqCm2gcj06z9BOHJNbjTZ7RDt/oQQWa2ZXEw0ZWY1yYzYGdCYuj5L7AJNwgBlvHRgj3mjnfvtx0YlS/Zcp9dj6wU5nmpiysccdLMYm5UECr3HruHwQ3/P+KPLzcWZ6VOQfdG5xWbVzl0R9fJgEI7DjO0Eu85rQSTuH1lbV45HbmYSzl1OR+2im4g0ZEJpyETdAC26zpnv1tDdt4AptulPNJ1rplMKUY6uFh8PxL5LARDrCMMtLtvJJAYw3qqTlcOCw7JYLUoBwWHZWWvBIYJxz3jeAiZxv7R0AZJ3bIetdT1B7T4voebTPc0VMbe2G08Wur26sII+6JyD5x4JQU6+FkfOp+DA2es4fO4GsvO1qFk5BE3qVEaTupWNn9G1K0AmILT1fQ8YxhhKqfTi9ewBoPQjSiFAxAasOh2AbfGBRr0qMY4wPJ86phLuFmBm7ibo2oSioYAL+uPXgKvpBIMe9VavgctnE5C7fyuyz58Bc2oRVKMWaj7XBxVbWGuELjxMsOxIAYjUtaqMo9Z90CkHz7WwXkoNPMXZy2k4ePYGDvx3HVdSTHIjBqCVn7verJQJwBQzjKnzJyRlPcZJuJ6UxwsAHEoP/joXgA3nAiHWEYa3ps7dAgyTeTwSRdHcuecDYzdXHCN4oBrwaH3v9Fqr55GWmY2ICNe3XWtOEvyy17MVZmRsLnq2dH4bdv5qBt6Ytg3d29TDOAFvhjIFmNLDGp+c1UxCycs8xTu3jcrMJDvi5VhxOghiHWF4Z+rcvRXGGBy2EvCYABB8sZHggycpqoa6f+lgya/MXC20RUUIDXV9gGJueb/d5tkZ5r0OOejd2nldm/+5gkkLDuOzQe3QrY1r2+0yDZjiwbp4PUNJeelKSqlZSX3/ZRkWHVNArCMMbwFm/AaC8c9Qt65rPWkDCw7Lggw9YVLhcprWnCCoH5qKGmHUaC4tl8sgl0kgl7FPqWhdt6upuQiWc1AoXN96MSd849ez62/31YPeeSwHL7Z1DpixvxzA7hNJWP9lL1RmjgtcJL8ADOOBSkWDCqiGaQoYlYn+TZJh/hEF3HGE4YqpQp7/sC0PrzRPhYxPg9yQjmCkoTA/HUV5aZDq0wBZBQQ0my6kKFE028/BGODpOYHBYfPy8qDT6aDT6Y2flolpUxeDhznscAWkfxKzEFNDAbncteIk8xIzYinxSBj1VrtcvPSo4y0Zs0Z96qPVqFpBgcXjnhXEx/saMCZfZNmTQCjTmZCAEC0oUglPU3iOnDEYtCcb16nCrDaN6ZxKU1HK0xOEIOrMDSlmHnDPEYZLzhoKAW0aivLSQXRpCKRp4HTpKMxNAy1KN36XE+cRAHjKIb/pckhk7h967bXz70STao47wWHZ9bZebwJOMYDY38Zrb4vEtKwZeAKMq5IJSDKZFOuPpqFr8yqCNBjYDd3AXwwgnPu+2Qa3zccrjzleNY7G3cR7P+7G8+2jMWaAMH8r9zVg4pKynudA1jmawExnjKf8fwRkAwF+j46MuJSoyupEKdkdnyoh0/e65wjDUX1c3MdA3hUEEO+YL6fU+BwRNUQa07tAM7v5OpNM8LoXg8PqDXrotHrojUDSQafXgXmrKZ3i0uV4vKkwiT2TJ/WcqYWBBLp8PzkieK1NIV5r71iO8/2qE1i2O8542GeHfiHpvgbMRVX2RzzlpwnpKCGEOa76i5dynxCeTriaTvpP2RnqliMMhwC9MBaBBaeFNEcQTU7FvpDWeU0QrVCiCynA7jjHip9Cy3FFxxz/mVYi0//sPD2u5wWgXUOBSmkAXvtVj7R819s3R215ta0Orz/m2FVVnwkbkJyWa7xOZtfKQtJ9DZiEpKzXAfKbkI6W0JAiQrDyZjZ5adyWUM4dRxiO6qOqRVCkLRPXHCfUt2gjhLXw7jmGBYdl18Uf+Tg47K4LBCz0uZh6P1oJnL/p/qH/5dYGvNnBfv5rN7PRb9JGVAoLwoavrC1enQ3gfQ2YC1ey6kil3CV2lhE7S7MKuMIxf4UGuuMIw1FdhszjCLk6XmxTHNLrqRT5TVdAJnNfPaR04cbgsPsIJjzrmbqL2E4evgxsPy+uXubM7+Vfmbss9661X2lDMdhuABRgyc4LmLnmJGKbKfHlW8KNyu5rwLBBS0zSbKBuWGOyWCoj1rrnCMPRZNEX5SLk3ACmVih2PjmkV9WYiso1RHrec1I7i1HJ5Ct3Kjiso6rPXgeY9P6bPsKB2uSRWKSlZbjNy3FjhuOTD5kIzja9891OnEhMxVs9muHVbsL5e98DJu5ydkNOxh934enfhmPsUDl0ZRgCZUS0IwyHWzJmqPPfcATorrk9yKUzZld5DTKlKUCQNxLr98jlJhV/X6ZrmcBXmwnmDBReb2R0CxQWmiOaiG5uj+5dsOyPH23yMd2ybmNWg6nJfDv8cbRpLDzO6H0PGMaN2zYyi8Q6/Ru+Ogw6A8FfIh1hOBs5evE7KLJ3ih5cRxluSR5FWLNxXiuPFeRJ6D53G5KWC3y4gmDhG8IAw7Ssa9Vlpsrup8jaNXHh+A6bAnYcu4bPfjto/H3z1D4IZ5JcgalMAIb1NVGlHkwpmQ1QwRf3H6wPRU6Re44wHPHXcGMTQm7+LJD9rsnU+soIaO2ux1z75Yu163fdStcUuYXA6wsIVg4VBpjMLDUeaOrgAOK6OjNFcvwhVCiluzbh90PYdvQqqlcMxuovSjSkhRRbZgDDOnsxOaczpYaFlEKQp4Sxm0KQlidxyxGGI+Zqs+IRfuUDIbwXTJMWsxghIc79CAsu7C6Ndg0lAAAdVklEQVStMEws88Jsgg3DhQEmSXUdLdt55hLJuIKs/g2x7UvcdrJtWPcxq40q/h2bKfGViAM/K69MAYZ16NKlzHCDlHwBwr0FUKdr7efbQpCs8a4jjMKCfITHDQRH3d97l578qmqTUblWczGYcErLzjDT+/hej63HLA5r32YOCl135dyFeHTuahtsynVOa4qvPv8II4aVyLJOXUzFsG9NW+bXuz+EISK9lJc5wBSz69KNzEheLxlFQVnEIrvmUlN3B+NiuncdYWi1OsjjP0KQznvxIDVVh0Bem1kreCcZg8N2pwhzX4juVkN6zebwx+u8oHr/OXoCPXrZBpsSW/GAvj3wy6yvzdl+WnsKi3aYnKFPHtIBnZu79qBpWWeZBUxxJ69coYE6ae4zlOqfIyBPM59uxc++36/AuZvedYTBJNz6+OkIL3AVn1b40N8K6oawRu8Jz+CCcvImgiEdKKoLF7p7pe4B8zl8148XVO+uPQcwYNAwj+tt0iga/+4t0Z4a8MUms9HY0vE9ECnUHc7tlpR5wFhyfA+l0lqq7L4A/QlAhTmHgnA8We51Rxh5FxejcvZSjwe7uIAk/cOo0nqK18qbsYPghebUGO7Dl+n1Pzh89iwvqN71G7fhzbc/9Lh5LALCzr+PQVMkR2w0Na4u566m49J1tVElRqyDEb8CTDH3LyblPMhTw67fjwZVPXTV+44wspP2oVq6IBU3QRPiprYWwtvOE0QrhGj2PoKO0dSoR+fL9O5SDm/H8oLq/XP5Gowc7R2tic9/XIlNyU2wY5RH1gJGVvklYFjHL6k0Ty85EbhxV6KceNsRRuatS6h1fYTX5mK+IQR5TZcbDb+8kVhw2MY1KFrV8UZpwsv4ZC3BCw8LC0o7/7fF+HRCydnDWS1FOSmQh1S363aX5XtlxGTEBfbCxveAIMFCB/s1+i1gGDsGL9Cvvpgm6eVtRxgZGZmomTQYHNUKn01OKHlIcEG5AfWE+eB2WefKY0DVMCDWO0G5XNZXTMDOTu3qUzxuinDhNH0/cx6+nGYrpS+diflxLkhPgFRRGfIQ+wzq9OxA5DUei5VDgYruObw0V+vXgOn8LR3L85jibUcY6iw1KiV9CLnhpqt5Ieg5DxkOV16PRyKFyTBcFbrxDPNZJj44rKtyXT1nvsYaVqeC4k1OmfoDfpjl2ncYb9CiMOOS0edyUOVoEGM4cuvUuGkrBHdbgIVvALWs4++6arLNc78GTOx0yq6efvS2I4zs7ByEJY1HkNYUactZ4kkg9FwE9JIKMEgijH8bjN/Z36bftCQcudLaeKC6q9KEPd8dB2Tliw8OK6x0x1Q/7SWoGkrRt4XrksZN/Brzfl3skpB59S9IN13hy0KrQxZkK+ANCQ1Do7ePYO5AoIF1DFqX5Zcm8G/AfENfB8Fv3naEkZubi6CkbxCou2yc9CZARJgBwcCRVlgZV3KC0aSmAhwnQYBcYowHI5FIwIN9MjPfkt/shcUQPdq3Mxy5DLDwfQNFBod1t77ifMyxuVxCBdX7wZgJWLzUdXh3Zh7NtmSgPCQBIQgIt+8/qtmw3fj5zep4yDoGregu+TVgOk2nTNl8pbcdYeTnFyA9U2MMDhQYIIFcwoGTSGCgnHHLECTnIJVIMG2H1BjywtcCRBYc9shlgrdEBocVPbtKZVjyDwGLLyqk3mHvjsGa9ZtdV0k4FGZdBa/NM/JbUcX+wSy692z8PDoWAjwpOa3TvwEzjXajHLa0b0DxSXfvnA9cj3AJxfe7TG5bq4aKyeU5bWIqsOkswcguvu3zyuPE6IBDSL2DBr+Hrdv3uOxshVqNkZqwH7q8NCNtYKUG4CS2V2G1OozE7ClvoZOHFx3+DZjptD0F/m4RRTHpOd9OHja4c/cRdHuQGh3r+TKxScuMuXz9kmDRmM/dgKB6+wwYgv0HjrhkS6+Bb2PlbzNQpDbZILEtGdualU4VH3gaX0/92ii89HZSVpY7NQllzvOLfYG7W7d7Nqe3a/NGA1hR7WfQZhKKU0yAN62396wkhTKFyUPa1qVo6KXDvNB62YH/2x0EXzzv/cnjrA07zhPsT4SgepkeGdMnc5V++nE6Phz/PTITmEIlhSykOmQK24M/W3mmzV2Lpxp7f5z9BjCPT6P1DRwuetMRhqsBtnzOnFHEVAMeVvp24hbpmata4lHcFzH9LKZl8TJXn4Cgep98+kWcPmtSknSWVi/7BZNmrsc/G2eC1xVAqqgEeYjtVRjhpPji1wN49qE7x+uYyAi7C4E3XvA+XWFU6Vo1ABsP2MzJwvDlMnjTEYarAbZ8zrYoVUKBR+vduUF01J67YUR2OhmYs49g9suu+9uhy/OIT2DyFedpz/bVWLXtFL77/F3o8zMhCQxHQJh9nZ/RU5diYJc7p95QZgCTnKHLppTaHK3Zm3bwYhkqKIDFg72/VLsabLZFYbYhnRu6nkCuyhL7/G4AJuEWwKT9QsyUWz3WDdeSkl1268zR3ThwLgtDBzyFIo0KnDwYgRH2VfYrP/jCzKTdX3pPZ8ll60wE990Kk5yhi6OU2kSaZx5OBy2UIkDqPUcYAnloJDtwkSC7AHj6Dm4THK4wIoPDiumXI1pVJjBqBcGqYa5fEA+16IxbqaabL2cp+dJJ3MqRoGXL1si7cRKcNAiBFe2vIopqDZemn133kqsyvf38fgTMJkops4WxSUOWSFGoI9joRUcYQhl+SgUkZZK7EtBp3DpgsjhzdqHdckiXlQcMWcReTq4Bw+z5mV2/sxQcrMCVuH+NoQof7DwESf/+aTz4B1WyH8tDHl7zhDpxlwA9A4+7alXAfQcYVYb2V1C8YY8N7y6XQl1AsGoojyD3vZK6zWHm9siDmK9u13u3Mgrtb71GbZCbm+e0mbVq1cDJIyavMK99OAvrfp0IfVEOFJWj7earUKUG9mxZ45WuOzqv2Cv8vgNMcqZuCuXpWHudGb1GipvZxKuOMLwyIn5eSGSDR8AiQDtLDzZ+ALu3rTKSzPrzAMa//xK0OSlQVLHZfd8uhuDQ/p1QKDyPiFCmAaNK17KD3g/2mP/ZXxJcyeAw/xUeNT3UZPXzOe7V7tes2wx6vcFpme3btcaa5SbX2gfP56Dnk62NipiKqo7tB1at+BMPPdjE47a6kr1YVnD/rTAZ+r6U8ivscWnyVgnibnL4sT+P+l6yN/F4NMoLQLXIh2zizpRmy9PduuCP+ab3YE4h8OCjzyMzfrvDMwyjm/rVZPR8vofHHC7TgLmRpetoMFC7Ximm75TgVDJn1G96srHrw6jHnC4vQBAHqipd+zvu/2JP/Dhjsrm8zv0n4sSWHx3KYRjh0DcH44NRnt8sl2nApGTROnqD7oq9kZq1T4IjV0Q7/xc06OVE7nPg6DS2bXL+AqvW4hVEdvnEXEna2bW4uGY4pEGO99ZPPv4YZs3y3DNpmQYM42hyujaBAjbXJxvOcFhxggHGI+UD92dGeU67HDg6/SGAd36GqfHoMNTuULJaFGZexem5T4CTOL7ufCCmAf7dv0EQ11MyrWN6WmYq84C5lqEdyVF8J4hTlkQc+URZUSbMG4PowsVlSEhSO3zlBtm5+alR0UOPD+KaZ5fa0aQryM+3oi/d/ocfaYOCQudxQCeOHYUPRrxpLocZk8U0i8Wt1HSHLQ+Qy3Hj0jFjzE1Xya8Bw4IuJWfoFgJ42RWjip8TQlbVqijtbwz3dw8kfwJM23YdkaXWOOX6tMljMWzIQCuawW9/hJVrNznNt37Fr+jc8VGXI+rXgCnmjipT353w/Es80IIALDAIM56QMFBQSpmkLAUEJzmeX1qrSuBfLrnqQwJ/AkyXJ7sh+bo5ALZdLs+cPgmvDuxj9ezPFesxbETJucZexrfeeAnTv3QdQqTMAyY5TdeZEspcjdjXjfDm5Ka4REDerF1F5tos0Ev1+hNger7QGxfiLzrl3PyfpqJfb+sr4vSMTDR4qCOYy15HSVmrJs4ddx3Dp8wDRpWhvQQKYfGjvTGJCS4rK8nvPDhvt9WfADPwlUE4etx5ROpFv/6A55950mYkn+zxMv45etLpCB/esw5NGjm3Vy77gEnX+lyQIua2xFOM+hNghg8fjp17Djhl2aolc9C1i21A1x9//h3jJn3jNO+EsaPwocWFgT3isg+Y8hXGatzv51uyTz75GGvWb3E66Teu+h0dLYIlFRNfuapCs7bOgzG1a9MCW9ezKI+OU5kHTPkZxnrw72fAfP3VFPy+yK42k7mTOzf+idYt7cfB7PBkH6cmzsz/29ULhxAe5thlT5kHjOV0SUzKfp6CLwkMAnIjJjLcyo3bRZV6Kk8xxpyPIjsmqiQgYkKS5jpAzfauBFzP6Miw9Z5urdzN709bsjmzZ+K7mb84ZdWBnavR9MFGdmm+/XE+Jn7pXOy2cP536NnD8UrkX4BRaSZQSieauUnIphhl+LNWoFJpFlFKSy7yCYmLUYabRyBBpdkISp8pzkMImRitDP/c3QnvaT5/AsyyJQswYcq3Tll29O+NaBht/45HyLZs0Et9MOvbSQ7r8DfArKOUPm/BjSkxkRFWl++JKvUuSvF4CSCwO1oZ0aX4e0KSmmn2fWoBmPXRynAf2ymW9MCfALNt8zqMGD3BKWDOHt2BKKVj36+du/XD8VNnHZZRu2YNnD+xqxwwjAOJKvU1SlHiDYGgT4wywspZb8I19QUQlBhPULokJqqCecVJUKl7g8JkocS0zQiSopURUZ6uFO7m9yfA/HtoL14Z8r5TViWe2Y9qVR2HUftp7kJ84iLGjLNVqsysMKcTk2s3i67t0KXIheTsSlJK0yilJRqVFPVjoiIuW59z1Ew5q8T9EsE3McoI85km4Zq6HgjMvn4IIVRPSJVGtcMy3J30nuTzJ8AkXjiJZ3uXRD+2xzdV/BGEhzsO1JlyMxWNHnncqRDzmymfYuhg+9pS3gKMq/kqZE54pBp85sy1CjRIEmww2BfnKoKC23NEsrzk/IKc/PycRjzTzrudQoLCAi3BwH6mlH6eV5Bjjo3HEUIUitALoDBfpfDU0C+/IM+5gEAIB9ygCVGEXXeUrawpX2bcvIx2jzuPHJ167SQCA5yHZevR9w3s+9uxy9mnn+qMZQtYyFPb5Awwaek3BcUBkEg4jhQY8po2jcpyY8gtprAnuV3kTVCpPwKFOcgkIdgbrYzobJntokrTgKfUKjY4B/RvEBlRAjTT1m4Ppehk0fIxMcoI51KxO9Q3f1phaFEmHmhuNWQ2XNWknHMYpq+YePGytXhnpPkYalNGSEgwkuIOQyq11V721grjjeng0QrjqgGJKs0SSqmF/ynyfUxk+CjLfAlJWR0BYmWFKZVyHevVDPvbmk7zHUBHFv9GCPkzWhkuWOPZVVvFPPcnwFQI5lE1qrlD9jA1/bSkUy7Zl52TiwYPdkBhUZFD2u0blqBta9u6/AcwSZrzFNR8PcxR8mqDqHCm2m9O8Uma/gTUKjY4R0h0A2W4lcbfxWuaQTyhC8yAAbkQHRne2OVI3QECfwIME7pWr9sC+QUFdjkZFhqK5MR/BHH5taEfOtUa+GT0u/hk9Ds2ZfkFYG7coIo8gyabUpiDHUqItGl9ZYjV/WJikmYUBbW66A+RhgfXrEmsLJsuqXIfMlD9mZIVBoZgSXhYaTpBI+chkb8BpknLJ6BKvmGXa1WrVMbFs/sFcXT7rv3o8/Iwh7SO1GT8AjCJydmPUp4/ZMGdwmhleCghRG+11VKpp4HiI4vfNDGRETbG4JRSaaJKk8Ni9ZhBw3HtomuHHRY0Wl4kEgsYL1bt9aJcWVyyCnv1HYBz5+x78K9Zswb27NwqqF16gwGxnZ9Eerr9y01mffnv4QNQKIIElceIfKl0y+q7Y2eY+CTNOwS05NqDkKMxyvDWpTmRqNIsppRanEXIhRgHW60ElYb5I21VXAYFGd4wMtxzTwqCh8dE6G+AGfzW2zhwwPLdV8KwunXqYOtm4VpKX0+bjt//cKxs+cu8n9Gh/WOCR6TMACZRlT2PUr7E0Jtw82KUYUNLcyL+mno3ISi5hiFkV4wy/Al7HEtQZc8F5d8q2ZZx86OVYebvgrnsIaG/Aeaj/43Fhr/smxs3bBiDDWtXCubohbg49OzVzyH9kMGv46MPzXc7LsstO4BJ0hyloC3Nkxt4JzoyYnZpDiRcU8eBwOxTlFK6uGFUhVfscSoxSf02BcwrCgE5Fh0Zbl5xXHLXSwRiAXM/ayuztn88/mv8PM/qrsbMyRbNH8KeLVYSAJdcZnKd/87H26Vr3uxB7NtmrR1d5s8w7LxxUZWdQ0Etzhvk0eja4TaSq4Qko4cFs5iYI9y0Bsqw/9kFTLKmLeWp+cxCQAobKMNszkUuR8xDAn8DzLTv5mDy1B/tcq1d25bYus4+mByxedacBRg7cardxxzH4VrcYSt1/zIPmMuqzKZ6ylnatRpCpPlhNWvWtLr5unmTBmdrNbmWnCOUjIqOCv/eHjdv3LihyNUrspmzjOLnUsI3q6esaL498xALgrL7G2B+W7gcI8fYVw5/PPYxrFvO3DcIT2npGWj4cGfo9Vb3P+YCmMSfSf6LU5kHTPy17FcJ4f8o2Y6R89GR4Taepy+pNNEGShOsAYN+0VERDi2WEpM05yioWf5CKfdaw6gws3xG+LC5T+lvgNmwaQcGDravgNm9a2csX2hfpcUZh/u/+i42b9ttl2T40Ffx1eclm4wyD5jEJM131FoqvyRaGW7tuMqo7pIVSynZa8k1Cr5jw8iKVlJ+y+elb9UIyPfRpbQH3IeCsJz+BphDR46jW0+7x0qj4RczABObNm7ZhZdef89uNmaMxozS/GaFSVSp91KKWAtufBQTGTG9NHcuXtf05w3WUn4CNIiOjHAYhTQhST0agFmHjBDsi1ZGlOiYiR05N+j9DTDxiZfRqoOVzZ+Za/369MD8WfbPI85Yq9Pp0fDhTmDumEondo5hZssRtzWgy/QKw1T5L6o0WZbq+pTiiYZRETYWQolJ2R9Q8DMsGRakDFcoCbGvhwEg/pq6CyEwO7MigKaBMrwCU/l3Y+67lcXfAMNC9tVp1M4ur159uQ9mznBsLemMwWMnTMOsueaduxXp0j9m4ZluJpvCMg2YxCR1fQqY9cDYRA4MC6usDCc2r5KEJDVbKdiKUZzUMZERFZwxWaXSVCwE0i1tbFytSm6hwkkmR4Cxp9rPirnfr5WZM75KymYwGGw99Qr1XmmPnefjEtG2k6UxbgmV5TmmbAMmWd2H8jBLsgjBtWhlhN1wuglJmiWAlTbz+Rg7lwOlmZ2oUl+lFGaLS8Khb3TtCLNFprcBUro8fwMM6z/zYpmaZutc/L23X8eUCZaaTeK437l7Pxw/aWu+3Oyhxvh7h2lIyzZgktRTKGCOY0kI1kUrI+xaICUkqZl715LzB8WumKgIu1J+y2FIVKnXUgqzTT8BvoyOjHBsbCFuDF1SiwWMywLvIoEQXTLWvB49+yAhwcpsydjqYUOHYNT79g/vQrq1bPkqTPj8CxtSdo759/DfCA1lLrcdp/te0p+g0myCRWhx5jGmYVQFu5f4CSpNHCg1S/kJIYuileGDXDE6/lrWBOY5xkxHyOYYZbjZq4yr/J4+90fAvPbGWzh8xFaNf8S772D4OzYaT4JZnJubi/Ydu9gNqTF39kx0irX1qGlZuM8Bc+PGZa86k8jVVzwGwOwRQQLD4CCpxq5LkFxDxXOgCC5mAOEwO5jLdHnlUqAP72KA5FcLxqWHSDPNajiCR8tNwlx9xav2sjo6w9ymTeCobjTR3bpjQlaDvLbddjnrptAV5oPRH2PTZlsPmLVrVv1q7+bf57rJSmO2Zu36TM3LLzArmAVWqo+qD/dD96c6Y1T3CiASx/F1JNpku9t9T9rjLO8d01a+Uw0uL/fucCCoSqPvCYGN9JJS8n5B2nn7ejMCmxpUpUl7TsL9HRHdBVWbD0CYspXRNZA+Lz394IQq91SI4HLACBxUfydTVGs8FpROseUDHZafGufRCtNxOh1nyM+YKFVUMqs86fLSaW7y0U1n5j/teahlLw5eOWC8yMyyXJSiWqMhoLBRGiOUvpaXFueRalLsdPongAGMfwUZl6G4sARtcw4e/XrXNhv7qbvN43sCMGcSUyy1Asw8aRpdw+gcw9FzMcwrLktMnnLaEg4oqjV8DpSzsRSjPAYUpF9Y5gmvOs2gbXke069tm8A9l7enaYNQWXCAhKMNK4ZFdl6yxqHfO0/qdDfvPQEYdxtfns93HIj9xpBm0BVUpgYteH0ReL0W1FAEWXDl/w5+VvEhIS1JSbli98VYnLdGjbr7furWZVGYXDawYlAAgmTSMY8vXn1XXGk56k+ZBYw3ViV7TLvXVipXk1DIRHZGwyYxex47nf4LwJ6xXuK+0cR5CDERjdjzWs8IXsvdvJRTGDDt7HXt9QLtmIJbF34QUcQdJS2zgLmjXPPHwmu2UCj0+SxYr1XiCN8l91a8fT19kXwqBv9Xg975fuHZaw9reZN6YLWqlfYe2rGoRO4motxiwIvI4pS0HDDe4qSflDPrqS5aA6UyAtAR23dz3u52gyffH3vj9HYWrcE0Nyl0lCOjC255dnXtrXaWA8ZbnPSTcna/3PsyBa0LILPLkjWVvN3tyk2emp+fljTEVC5N43j0zU2Ps/KM6u06xZRXDhgx3Cqnxe6Xe12gYKFJSF6XJaudK3qJ5xdRVG3ETNvZJcI5nqPPFt6ME629IL5a4TnKNGAopfLkbIRIDAgBj2BQnUJPiUIqQRD7JNSgAIgCBIGUkkCOIIAHH0gIFwBKAkH5QEogJwRyUCKn4OWEcDJCIQeBnFLIACoFAfOgLQX7TnH7O5UCHAdQCQjhQKkEIKbvAGf8m4DAFAqEEGIcCnLbbMH4m3FDAtDbtj70dtADCmb7w/6B8gB4gBiMfxNiAGW/se8sogLRg0IPYvyvA2D6DqIn7DuFlhJoKeV1BJwWhGophZZQaEG4QhBaSClfxIEr/HbR1mZrli2unp/8X6tcHW92bhJdv/6cLRvW/AIiyweHPIMEubXDkEsI0QqfhibK4KqNXqEA86hxOF9X1B1Zl5mDlHsq3dOASU2lIQYZKuv0usrgSCUJIRUBvgLlSQVKEMGBhPOgEaB8OEDCKBBGYAyJEUKBEAI2ocuTOxw4dfoMzp0/j/j4RJw5+x/i4uJZGBKbotq0boWFf9jGwKSAjgDMwUkuBXIIkA3QbBBOw4GoeVANoVATjmYBXJaB0syWrR79SSaX33rhuef7zpr2P/u+ad3pjBfz3BXAUEq5lCzUNhj0dQmhUQBRArQWBalBCGoAtBqlqAZAuM9QLzKlvCjgzaHDceCgydslc+Eqk8nNoSiYIRn7r9PpUCEiAn/vMxvAepN1BYTgFkBuUYoUApoCEBYcWEUpuSaRSK/UqIBkQghbZX2W7jhgKKWylCx9WwOPdoTQhylIE0IRbemzzGe9La+oTHGA+aWjBIkE9Byl5JSEw6EaFaRHCCFs+3lH0h0FTHK6bjIFhoNtm8pTOQd8wgGiJsBPtSvLrAIPe6vqOw8YguGg5YDx1oCVl+OCA4SoCb1PAcO6Zt6SAe0IpQ9TigcBRANwHhSxfGaUc8A1B1g4s0RC8B8l5JQE9/mWzFF/iw/9hOjrGkCiYKDmQz9AaxKCqpSSagAtP/S7njRllIIUEELZgT+VgqZwIDeMh34JUUlAr1FaRg/9noxm8bUy1esq6+1cK5vORiS8/FrZEy7fmbzOrpUBqgGImhCoCUqulaU8zSBSWbpEh/SqVYmVz+0700rxpd7RM4z45ng3hz3BJSREoadQSDkSZKBQgPIKUAeCS8IHMiElE16aBZeAnICTWQouCYHUJMQ0Ci9vCy6JlIJKOJOAkqNMcGkrwCTMFJdYCCwtBZilBZbsO5NWwiQPoaUFlsQouGQSS8oTkzCzRHAJGIWVtLTgEryOAtpiwSUTWjJhJqi14JKnKCKEFoKgEITLlxDk63laICXIh4Hme0Nw6d3RvzOl/R8AdGoXzom1qQAAAABJRU5ErkJggg=="},16722:function(un,jn,Jt){"use strict";Jt.d(jn,{Z:function(){return We}});const zt=ye=>typeof ye=="object"&&ye!=null&&ye.nodeType===1,me=(ye,qt)=>(!qt||ye!=="hidden")&&ye!=="visible"&&ye!=="clip",we=(ye,qt)=>{if(ye.clientHeight{const rn=(Et=>{if(!Et.ownerDocument||!Et.ownerDocument.defaultView)return null;try{return Et.ownerDocument.defaultView.frameElement}catch(et){return null}})(le);return!!rn&&(rn.clientHeightEtqt||Et>ye&&et=qt&&it>=$e?Et-ye-le:et>qt&&it<$e||Et$e?et-qt+rn:0,ge=ye=>{const qt=ye.parentElement;return qt==null?ye.getRootNode().host||null:qt},he=(ye,qt)=>{var $e,le,rn,Et;if(typeof document=="undefined")return[];const{scrollMode:et,block:it,inline:gt,boundary:lt,skipOverflowHiddenElements:pt}=qt,vt=typeof lt=="function"?lt:pn=>pn!==lt;if(!zt(ye))throw new TypeError("Invalid target");const Lt=document.scrollingElement||document.documentElement,Ft=[];let Ht=ye;for(;zt(Ht)&&vt(Ht);){if(Ht=ge(Ht),Ht===Lt){Ft.push(Ht);break}Ht!=null&&Ht===document.body&&we(Ht)&&!we(document.documentElement)||Ht!=null&&we(Ht,pt)&&Ft.push(Ht)}const Yt=(le=($e=window.visualViewport)==null?void 0:$e.width)!=null?le:innerWidth,ne=(Et=(rn=window.visualViewport)==null?void 0:rn.height)!=null?Et:innerHeight,{scrollX:$t,scrollY:Qt}=window,{height:Pe,width:ae,top:be,right:De,bottom:Ke,left:Nn}=ye.getBoundingClientRect(),{top:qe,right:fn,bottom:vn,left:te}=(pn=>{const xe=window.getComputedStyle(pn);return{top:parseFloat(xe.scrollMarginTop)||0,right:parseFloat(xe.scrollMarginRight)||0,bottom:parseFloat(xe.scrollMarginBottom)||0,left:parseFloat(xe.scrollMarginLeft)||0}})(ye);let Wt=it==="start"||it==="nearest"?be-qe:it==="end"?Ke+vn:be+Pe/2-qe+vn,Be=gt==="center"?Nn+ae/2-te+fn:gt==="end"?De+fn:Nn-te;const Sn=[];for(let pn=0;pn=0&&Nn>=0&&Ke<=ne&&De<=Yt&&(xe===Lt&&!we(xe)||be>=Mn&&Ke<=se&&Nn>=ve&&De<=Xe))return Sn;const dn=getComputedStyle(xe),xn=parseInt(dn.borderLeftWidth,10),At=parseInt(dn.borderTopWidth,10),wt=parseInt(dn.borderRightWidth,10),xt=parseInt(dn.borderBottomWidth,10);let bt=0,Rt=0;const Mt="offsetWidth"in xe?xe.offsetWidth-xe.clientWidth-xn-wt:0,fe="offsetHeight"in xe?xe.offsetHeight-xe.clientHeight-At-xt:0,je="offsetWidth"in xe?xe.offsetWidth===0?0:He/xe.offsetWidth:0,Ln="offsetHeight"in xe?xe.offsetHeight===0?0:_e/xe.offsetHeight:0;if(Lt===xe)bt=it==="start"?Wt:it==="end"?Wt-ne:it==="nearest"?Me(Qt,Qt+ne,ne,At,xt,Qt+Wt,Qt+Wt+Pe,Pe):Wt-ne/2,Rt=gt==="start"?Be:gt==="center"?Be-Yt/2:gt==="end"?Be-Yt:Me($t,$t+Yt,Yt,xn,wt,$t+Be,$t+Be+ae,ae),bt=Math.max(0,bt+Qt),Rt=Math.max(0,Rt+$t);else{bt=it==="start"?Wt-Mn-At:it==="end"?Wt-se+xt+fe:it==="nearest"?Me(Mn,se,_e,At,xt+fe,Wt,Wt+Pe,Pe):Wt-(Mn+_e/2)+fe/2,Rt=gt==="start"?Be-ve-xn:gt==="center"?Be-(ve+He/2)+Mt/2:gt==="end"?Be-Xe+wt+Mt:Me(ve,Xe,He,xn,wt+Mt,Be,Be+ae,ae);const{scrollLeft:En,scrollTop:yn}=xe;bt=Ln===0?0:Math.max(0,Math.min(yn+bt/Ln,xe.scrollHeight-_e/Ln+fe)),Rt=je===0?0:Math.max(0,Math.min(En+Rt/je,xe.scrollWidth-He/je+Mt)),Wt+=yn-bt,Be+=En-Rt}Sn.push({el:xe,top:bt,left:Rt})}return Sn},ee=ye=>ye===!1?{block:"end",inline:"nearest"}:(qt=>qt===Object(qt)&&Object.keys(qt).length!==0)(ye)?ye:{block:"start",inline:"nearest"};function We(ye,qt){if(!ye.isConnected||!(rn=>{let Et=rn;for(;Et&&Et.parentNode;){if(Et.parentNode===document)return!0;Et=Et.parentNode instanceof ShadowRoot?Et.parentNode.host:Et.parentNode}return!1})(ye))return;const $e=(rn=>{const Et=window.getComputedStyle(rn);return{top:parseFloat(Et.scrollMarginTop)||0,right:parseFloat(Et.scrollMarginRight)||0,bottom:parseFloat(Et.scrollMarginBottom)||0,left:parseFloat(Et.scrollMarginLeft)||0}})(ye);if((rn=>typeof rn=="object"&&typeof rn.behavior=="function")(qt))return qt.behavior(he(ye,qt));const le=typeof qt=="boolean"||qt==null?void 0:qt.behavior;for(const{el:rn,top:Et,left:et}of he(ye,ee(qt))){const it=Et-$e.top+$e.bottom,gt=et-$e.left+$e.right;rn.scroll({top:it,left:gt,behavior:le})}}}}]);